From 9be9ace10ea82ade941213c8c240d9c476bf09da Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 28 May 2025 15:32:48 +0300 Subject: [PATCH] added changes --- .gitignore | 1 + README.md | 186 +- alembic.ini | 38 + debug.py | 46 + env/bin/Activate.ps1 | 241 + env/bin/activate | 76 + env/bin/activate.csh | 37 + env/bin/activate.fish | 75 + env/bin/pip | 8 + env/bin/pip3 | 8 + env/bin/pip3.8 | 8 + env/bin/py.test | 8 + env/bin/pytest | 8 + env/bin/python | 1 + env/bin/python3 | 1 + .../__pycache__/py.cpython-38.pyc | Bin 0 -> 401 bytes .../typing_extensions.cpython-38.pyc | Bin 0 -> 122521 bytes .../site-packages/_distutils_hack/__init__.py | 128 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 5125 bytes .../__pycache__/override.cpython-38.pyc | Bin 0 -> 237 bytes .../site-packages/_distutils_hack/override.py | 1 + .../site-packages/_pytest/__init__.py | 13 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 428 bytes .../__pycache__/_argcomplete.cpython-38.pyc | Bin 0 -> 4082 bytes .../__pycache__/_version.cpython-38.pyc | Bin 0 -> 538 bytes .../__pycache__/cacheprovider.cpython-38.pyc | Bin 0 -> 19754 bytes .../__pycache__/capture.cpython-38.pyc | Bin 0 -> 36495 bytes .../_pytest/__pycache__/compat.cpython-38.pyc | Bin 0 -> 9316 bytes .../__pycache__/debugging.cpython-38.pyc | Bin 0 -> 11541 bytes .../__pycache__/deprecated.cpython-38.pyc | Bin 0 -> 2389 bytes .../__pycache__/doctest.cpython-38.pyc | Bin 0 -> 22900 bytes .../__pycache__/faulthandler.cpython-38.pyc | Bin 0 -> 2878 bytes .../__pycache__/fixtures.cpython-38.pyc | Bin 0 -> 52836 bytes .../__pycache__/freeze_support.cpython-38.pyc | Bin 0 -> 1410 bytes .../__pycache__/helpconfig.cpython-38.pyc | Bin 0 -> 7800 bytes .../__pycache__/hookspec.cpython-38.pyc | Bin 0 -> 43502 bytes .../__pycache__/junitxml.cpython-38.pyc | Bin 0 -> 21139 bytes .../__pycache__/legacypath.cpython-38.pyc | Bin 0 -> 18135 bytes .../__pycache__/logging.cpython-38.pyc | Bin 0 -> 31046 bytes .../_pytest/__pycache__/main.cpython-38.pyc | Bin 0 -> 27093 bytes .../__pycache__/monkeypatch.cpython-38.pyc | Bin 0 -> 12405 bytes .../_pytest/__pycache__/nodes.cpython-38.pyc | Bin 0 -> 22968 bytes .../__pycache__/outcomes.cpython-38.pyc | Bin 0 -> 9776 bytes .../__pycache__/pastebin.cpython-38.pyc | Bin 0 -> 3620 bytes .../__pycache__/pathlib.cpython-38.pyc | Bin 0 -> 27975 bytes .../__pycache__/pytester.cpython-38.pyc | Bin 0 -> 59915 bytes .../pytester_assertions.cpython-38.pyc | Bin 0 -> 1728 bytes .../_pytest/__pycache__/python.cpython-38.pyc | Bin 0 -> 48325 bytes .../__pycache__/python_api.cpython-38.pyc | Bin 0 -> 34134 bytes .../__pycache__/python_path.cpython-38.pyc | Bin 0 -> 1107 bytes .../__pycache__/recwarn.cpython-38.pyc | Bin 0 -> 11436 bytes .../__pycache__/reports.cpython-38.pyc | Bin 0 -> 17864 bytes .../_pytest/__pycache__/runner.cpython-38.pyc | Bin 0 -> 15640 bytes .../_pytest/__pycache__/scope.cpython-38.pyc | Bin 0 -> 3134 bytes .../__pycache__/setuponly.cpython-38.pyc | Bin 0 -> 2990 bytes .../__pycache__/setupplan.cpython-38.pyc | Bin 0 -> 1402 bytes .../__pycache__/skipping.cpython-38.pyc | Bin 0 -> 8415 bytes .../_pytest/__pycache__/stash.cpython-38.pyc | Bin 0 -> 3876 bytes .../__pycache__/stepwise.cpython-38.pyc | Bin 0 -> 3776 bytes .../__pycache__/terminal.cpython-38.pyc | Bin 0 -> 45963 bytes .../threadexception.cpython-38.pyc | Bin 0 -> 3382 bytes .../_pytest/__pycache__/timing.cpython-38.pyc | Bin 0 -> 613 bytes .../_pytest/__pycache__/tmpdir.cpython-38.pyc | Bin 0 -> 8916 bytes .../__pycache__/unittest.cpython-38.pyc | Bin 0 -> 12587 bytes .../unraisableexception.cpython-38.pyc | Bin 0 -> 3377 bytes .../__pycache__/warning_types.cpython-38.pyc | Bin 0 -> 5699 bytes .../__pycache__/warnings.cpython-38.pyc | Bin 0 -> 4268 bytes .../site-packages/_pytest/_argcomplete.py | 117 + .../site-packages/_pytest/_code/__init__.py | 26 + .../_code/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 695 bytes .../_code/__pycache__/code.cpython-38.pyc | Bin 0 -> 42472 bytes .../_code/__pycache__/source.cpython-38.pyc | Bin 0 -> 7150 bytes .../site-packages/_pytest/_code/code.py | 1409 +++ .../site-packages/_pytest/_code/source.py | 215 + .../site-packages/_pytest/_io/__init__.py | 10 + .../_io/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 360 bytes .../_io/__pycache__/pprint.cpython-38.pyc | Bin 0 -> 13350 bytes .../_io/__pycache__/saferepr.cpython-38.pyc | Bin 0 -> 4399 bytes .../__pycache__/terminalwriter.cpython-38.pyc | Bin 0 -> 7620 bytes .../_io/__pycache__/wcwidth.cpython-38.pyc | Bin 0 -> 1347 bytes .../site-packages/_pytest/_io/pprint.py | 673 ++ .../site-packages/_pytest/_io/saferepr.py | 130 + .../_pytest/_io/terminalwriter.py | 274 + .../site-packages/_pytest/_io/wcwidth.py | 57 + .../site-packages/_pytest/_py/__init__.py | 0 .../_py/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 182 bytes .../_py/__pycache__/error.cpython-38.pyc | Bin 0 -> 3184 bytes .../_py/__pycache__/path.cpython-38.pyc | Bin 0 -> 43102 bytes .../site-packages/_pytest/_py/error.py | 111 + .../site-packages/_pytest/_py/path.py | 1475 +++ .../site-packages/_pytest/_version.py | 21 + .../_pytest/assertion/__init__.py | 192 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 6976 bytes .../__pycache__/rewrite.cpython-38.pyc | Bin 0 -> 35267 bytes .../__pycache__/truncate.cpython-38.pyc | Bin 0 -> 2726 bytes .../assertion/__pycache__/util.cpython-38.pyc | Bin 0 -> 15327 bytes .../_pytest/assertion/rewrite.py | 1214 +++ .../_pytest/assertion/truncate.py | 117 + .../site-packages/_pytest/assertion/util.py | 609 ++ .../site-packages/_pytest/cacheprovider.py | 626 ++ .../site-packages/_pytest/capture.py | 1105 +++ .../python3.8/site-packages/_pytest/compat.py | 351 + .../site-packages/_pytest/config/__init__.py | 1973 ++++ .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 52705 bytes .../__pycache__/argparsing.cpython-38.pyc | Bin 0 -> 18507 bytes .../config/__pycache__/compat.cpython-38.pyc | Bin 0 -> 2793 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 0 -> 728 bytes .../__pycache__/findpaths.cpython-38.pyc | Bin 0 -> 6570 bytes .../_pytest/config/argparsing.py | 551 ++ .../site-packages/_pytest/config/compat.py | 85 + .../_pytest/config/exceptions.py | 13 + .../site-packages/_pytest/config/findpaths.py | 228 + .../site-packages/_pytest/debugging.py | 385 + .../site-packages/_pytest/deprecated.py | 91 + .../site-packages/_pytest/doctest.py | 755 ++ .../site-packages/_pytest/faulthandler.py | 105 + .../site-packages/_pytest/fixtures.py | 1932 ++++ .../site-packages/_pytest/freeze_support.py | 45 + .../site-packages/_pytest/helpconfig.py | 276 + .../site-packages/_pytest/hookspec.py | 1333 +++ .../site-packages/_pytest/junitxml.py | 697 ++ .../site-packages/_pytest/legacypath.py | 468 + .../site-packages/_pytest/logging.py | 955 ++ .../python3.8/site-packages/_pytest/main.py | 1072 ++ .../site-packages/_pytest/mark/__init__.py | 292 + .../mark/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 9099 bytes .../__pycache__/expression.cpython-38.pyc | Bin 0 -> 10552 bytes .../__pycache__/structures.cpython-38.pyc | Bin 0 -> 19071 bytes .../site-packages/_pytest/mark/expression.py | 333 + .../site-packages/_pytest/mark/structures.py | 615 ++ .../site-packages/_pytest/monkeypatch.py | 415 + .../python3.8/site-packages/_pytest/nodes.py | 766 ++ .../site-packages/_pytest/outcomes.py | 318 + .../site-packages/_pytest/pastebin.py | 113 + .../site-packages/_pytest/pathlib.py | 1055 ++ .../python3.8/site-packages/_pytest/py.typed | 0 .../site-packages/_pytest/pytester.py | 1766 ++++ .../_pytest/pytester_assertions.py | 74 + .../python3.8/site-packages/_pytest/python.py | 1679 ++++ .../site-packages/_pytest/python_api.py | 1028 ++ .../site-packages/_pytest/python_path.py | 26 + .../site-packages/_pytest/recwarn.py | 364 + .../site-packages/_pytest/reports.py | 636 ++ .../python3.8/site-packages/_pytest/runner.py | 571 ++ .../python3.8/site-packages/_pytest/scope.py | 91 + .../site-packages/_pytest/setuponly.py | 102 + .../site-packages/_pytest/setupplan.py | 39 + .../site-packages/_pytest/skipping.py | 301 + .../python3.8/site-packages/_pytest/stash.py | 116 + .../site-packages/_pytest/stepwise.py | 125 + .../site-packages/_pytest/terminal.py | 1577 +++ .../site-packages/_pytest/threadexception.py | 97 + .../python3.8/site-packages/_pytest/timing.py | 16 + .../python3.8/site-packages/_pytest/tmpdir.py | 314 + .../site-packages/_pytest/unittest.py | 435 + .../_pytest/unraisableexception.py | 100 + .../site-packages/_pytest/warning_types.py | 166 + .../site-packages/_pytest/warnings.py | 151 + .../site-packages/distutils-precedence.pth | 1 + .../exceptiongroup-1.3.0.dist-info/INSTALLER | 1 + .../exceptiongroup-1.3.0.dist-info/METADATA | 159 + .../exceptiongroup-1.3.0.dist-info/RECORD | 18 + .../exceptiongroup-1.3.0.dist-info/WHEEL | 4 + .../licenses/LICENSE | 73 + .../site-packages/exceptiongroup/__init__.py | 46 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 905 bytes .../__pycache__/_catch.cpython-38.pyc | Bin 0 -> 3231 bytes .../__pycache__/_exceptions.cpython-38.pyc | Bin 0 -> 9937 bytes .../__pycache__/_formatting.cpython-38.pyc | Bin 0 -> 11994 bytes .../__pycache__/_suppress.cpython-38.pyc | Bin 0 -> 1528 bytes .../__pycache__/_version.cpython-38.pyc | Bin 0 -> 545 bytes .../site-packages/exceptiongroup/_catch.py | 138 + .../exceptiongroup/_exceptions.py | 336 + .../exceptiongroup/_formatting.py | 601 ++ .../site-packages/exceptiongroup/_suppress.py | 55 + .../site-packages/exceptiongroup/_version.py | 21 + .../site-packages/exceptiongroup/py.typed | 0 .../iniconfig-2.1.0.dist-info/INSTALLER | 1 + .../iniconfig-2.1.0.dist-info/METADATA | 81 + .../iniconfig-2.1.0.dist-info/RECORD | 14 + .../iniconfig-2.1.0.dist-info/WHEEL | 4 + .../licenses/LICENSE | 21 + .../site-packages/iniconfig/__init__.py | 216 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 5848 bytes .../__pycache__/_parse.cpython-38.pyc | Bin 0 -> 2055 bytes .../__pycache__/_version.cpython-38.pyc | Bin 0 -> 540 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 0 -> 1032 bytes .../site-packages/iniconfig/_parse.py | 82 + .../site-packages/iniconfig/_version.py | 21 + .../site-packages/iniconfig/exceptions.py | 20 + .../site-packages/iniconfig/py.typed | 0 .../packaging-25.0.dist-info/INSTALLER | 1 + .../packaging-25.0.dist-info/METADATA | 105 + .../packaging-25.0.dist-info/RECORD | 40 + .../packaging-25.0.dist-info/WHEEL | 4 + .../packaging-25.0.dist-info/licenses/LICENSE | 3 + .../licenses/LICENSE.APACHE | 177 + .../licenses/LICENSE.BSD | 23 + .../site-packages/packaging/__init__.py | 15 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 510 bytes .../__pycache__/_elffile.cpython-38.pyc | Bin 0 -> 3401 bytes .../__pycache__/_manylinux.cpython-38.pyc | Bin 0 -> 6454 bytes .../__pycache__/_musllinux.cpython-38.pyc | Bin 0 -> 3382 bytes .../__pycache__/_parser.cpython-38.pyc | Bin 0 -> 9027 bytes .../__pycache__/_structures.cpython-38.pyc | Bin 0 -> 2790 bytes .../__pycache__/_tokenizer.cpython-38.pyc | Bin 0 -> 5705 bytes .../__pycache__/markers.cpython-38.pyc | Bin 0 -> 8671 bytes .../__pycache__/metadata.cpython-38.pyc | Bin 0 -> 18382 bytes .../__pycache__/requirements.cpython-38.pyc | Bin 0 -> 2851 bytes .../__pycache__/specifiers.cpython-38.pyc | Bin 0 -> 31224 bytes .../packaging/__pycache__/tags.cpython-38.pyc | Bin 0 -> 16154 bytes .../__pycache__/utils.cpython-38.pyc | Bin 0 -> 4594 bytes .../__pycache__/version.cpython-38.pyc | Bin 0 -> 15103 bytes .../site-packages/packaging/_elffile.py | 109 + .../site-packages/packaging/_manylinux.py | 262 + .../site-packages/packaging/_musllinux.py | 85 + .../site-packages/packaging/_parser.py | 353 + .../site-packages/packaging/_structures.py | 61 + .../site-packages/packaging/_tokenizer.py | 195 + .../packaging/licenses/__init__.py | 145 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 2592 bytes .../licenses/__pycache__/_spdx.cpython-38.pyc | Bin 0 -> 29615 bytes .../site-packages/packaging/licenses/_spdx.py | 759 ++ .../site-packages/packaging/markers.py | 362 + .../site-packages/packaging/metadata.py | 862 ++ .../site-packages/packaging/py.typed | 0 .../site-packages/packaging/requirements.py | 91 + .../site-packages/packaging/specifiers.py | 1019 ++ .../python3.8/site-packages/packaging/tags.py | 656 ++ .../site-packages/packaging/utils.py | 163 + .../site-packages/packaging/version.py | 582 ++ .../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.8/site-packages/pip/__init__.py | 13 + .../python3.8/site-packages/pip/__main__.py | 24 + .../site-packages/pip/__pip-runner__.py | 50 + .../pip/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 630 bytes .../pip/__pycache__/__main__.cpython-38.pyc | Bin 0 -> 458 bytes .../__pycache__/__pip-runner__.cpython-38.pyc | Bin 0 -> 1647 bytes .../site-packages/pip/_internal/__init__.py | 18 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 692 bytes .../__pycache__/build_env.cpython-38.pyc | Bin 0 -> 9818 bytes .../__pycache__/cache.cpython-38.pyc | Bin 0 -> 9009 bytes .../__pycache__/configuration.cpython-38.pyc | Bin 0 -> 11702 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 0 -> 28338 bytes .../_internal/__pycache__/main.cpython-38.pyc | Bin 0 -> 616 bytes .../__pycache__/pyproject.cpython-38.pyc | Bin 0 -> 3773 bytes .../self_outdated_check.cpython-38.pyc | Bin 0 -> 6806 bytes .../__pycache__/wheel_builder.cpython-38.pyc | Bin 0 -> 8659 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-38.pyc | Bin 0 -> 271 bytes .../__pycache__/autocompletion.cpython-38.pyc | Bin 0 -> 5432 bytes .../__pycache__/base_command.cpython-38.pyc | Bin 0 -> 6623 bytes .../cli/__pycache__/cmdoptions.cpython-38.pyc | Bin 0 -> 23712 bytes .../command_context.cpython-38.pyc | Bin 0 -> 1287 bytes .../__pycache__/index_command.cpython-38.pyc | Bin 0 -> 4949 bytes .../cli/__pycache__/main.cpython-38.pyc | Bin 0 -> 1497 bytes .../__pycache__/main_parser.cpython-38.pyc | Bin 0 -> 3012 bytes .../cli/__pycache__/parser.cpython-38.pyc | Bin 0 -> 9962 bytes .../__pycache__/progress_bars.cpython-38.pyc | Bin 0 -> 2621 bytes .../__pycache__/req_command.cpython-38.pyc | Bin 0 -> 8668 bytes .../cli/__pycache__/spinners.cpython-38.pyc | Bin 0 -> 4952 bytes .../__pycache__/status_codes.cpython-38.pyc | Bin 0 -> 350 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-38.pyc | Bin 0 -> 3158 bytes .../commands/__pycache__/cache.cpython-38.pyc | Bin 0 -> 6541 bytes .../commands/__pycache__/check.cpython-38.pyc | Bin 0 -> 1966 bytes .../__pycache__/completion.cpython-38.pyc | Bin 0 -> 4323 bytes .../__pycache__/configuration.cpython-38.pyc | Bin 0 -> 8883 bytes .../commands/__pycache__/debug.cpython-38.pyc | Bin 0 -> 6816 bytes .../__pycache__/download.cpython-38.pyc | Bin 0 -> 4214 bytes .../__pycache__/freeze.cpython-38.pyc | Bin 0 -> 2996 bytes .../commands/__pycache__/hash.cpython-38.pyc | Bin 0 -> 2115 bytes .../commands/__pycache__/help.cpython-38.pyc | Bin 0 -> 1304 bytes .../commands/__pycache__/index.cpython-38.pyc | Bin 0 -> 4500 bytes .../__pycache__/inspect.cpython-38.pyc | Bin 0 -> 2977 bytes .../__pycache__/install.cpython-38.pyc | Bin 0 -> 17835 bytes .../commands/__pycache__/list.cpython-38.pyc | Bin 0 -> 10565 bytes .../__pycache__/search.cpython-38.pyc | Bin 0 -> 5266 bytes .../commands/__pycache__/show.cpython-38.pyc | Bin 0 -> 7077 bytes .../__pycache__/uninstall.cpython-38.pyc | Bin 0 -> 3328 bytes .../commands/__pycache__/wheel.cpython-38.pyc | Bin 0 -> 4953 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-38.pyc | Bin 0 -> 794 bytes .../__pycache__/base.cpython-38.pyc | Bin 0 -> 2533 bytes .../__pycache__/installed.cpython-38.pyc | Bin 0 -> 1495 bytes .../__pycache__/sdist.cpython-38.pyc | Bin 0 -> 5410 bytes .../__pycache__/wheel.cpython-38.pyc | Bin 0 -> 1890 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 + .../index/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 225 bytes .../__pycache__/collector.cpython-38.pyc | Bin 0 -> 15107 bytes .../__pycache__/package_finder.cpython-38.pyc | Bin 0 -> 29599 bytes .../index/__pycache__/sources.cpython-38.pyc | Bin 0 -> 8966 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-38.pyc | Bin 0 -> 10943 bytes .../__pycache__/_distutils.cpython-38.pyc | Bin 0 -> 4582 bytes .../__pycache__/_sysconfig.cpython-38.pyc | Bin 0 -> 6038 bytes .../locations/__pycache__/base.cpython-38.pyc | Bin 0 -> 2408 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-38.pyc | Bin 0 -> 4821 bytes .../metadata/__pycache__/_json.cpython-38.pyc | Bin 0 -> 2358 bytes .../metadata/__pycache__/base.cpython-38.pyc | Bin 0 -> 27265 bytes .../__pycache__/pkg_resources.cpython-38.pyc | Bin 0 -> 11027 bytes .../pip/_internal/metadata/_json.py | 86 + .../pip/_internal/metadata/base.py | 688 ++ .../_internal/metadata/importlib/__init__.py | 6 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 346 bytes .../__pycache__/_compat.cpython-38.pyc | Bin 0 -> 3503 bytes .../__pycache__/_dists.cpython-38.pyc | Bin 0 -> 8815 bytes .../__pycache__/_envs.cpython-38.pyc | Bin 0 -> 7608 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-38.pyc | Bin 0 -> 259 bytes .../__pycache__/candidate.cpython-38.pyc | Bin 0 -> 1244 bytes .../__pycache__/direct_url.cpython-38.pyc | Bin 0 -> 7398 bytes .../__pycache__/format_control.cpython-38.pyc | Bin 0 -> 2711 bytes .../models/__pycache__/index.cpython-38.pyc | Bin 0 -> 1235 bytes .../installation_report.cpython-38.pyc | Bin 0 -> 1770 bytes .../models/__pycache__/link.cpython-38.pyc | Bin 0 -> 18807 bytes .../models/__pycache__/scheme.cpython-38.pyc | Bin 0 -> 932 bytes .../__pycache__/search_scope.cpython-38.pyc | Bin 0 -> 3478 bytes .../selection_prefs.cpython-38.pyc | Bin 0 -> 1697 bytes .../__pycache__/target_python.cpython-38.pyc | Bin 0 -> 3805 bytes .../models/__pycache__/wheel.cpython-38.pyc | Bin 0 -> 5090 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-38.pyc | Bin 0 -> 247 bytes .../network/__pycache__/auth.cpython-38.pyc | Bin 0 -> 14486 bytes .../network/__pycache__/cache.cpython-38.pyc | Bin 0 -> 4673 bytes .../__pycache__/download.cpython-38.pyc | Bin 0 -> 5484 bytes .../__pycache__/lazy_wheel.cpython-38.pyc | Bin 0 -> 8360 bytes .../__pycache__/session.cpython-38.pyc | Bin 0 -> 12618 bytes .../network/__pycache__/utils.cpython-38.pyc | Bin 0 -> 1443 bytes .../network/__pycache__/xmlrpc.cpython-38.pyc | Bin 0 -> 2107 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-38.pyc | Bin 0 -> 195 bytes .../__pycache__/check.cpython-38.pyc | Bin 0 -> 4774 bytes .../__pycache__/freeze.cpython-38.pyc | Bin 0 -> 6299 bytes .../__pycache__/prepare.cpython-38.pyc | Bin 0 -> 15595 bytes .../_internal/operations/build/__init__.py | 0 .../build/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 201 bytes .../__pycache__/build_tracker.cpython-38.pyc | Bin 0 -> 4798 bytes .../build/__pycache__/metadata.cpython-38.pyc | Bin 0 -> 1380 bytes .../metadata_editable.cpython-38.pyc | Bin 0 -> 1444 bytes .../metadata_legacy.cpython-38.pyc | Bin 0 -> 2276 bytes .../build/__pycache__/wheel.cpython-38.pyc | Bin 0 -> 1200 bytes .../__pycache__/wheel_editable.cpython-38.pyc | Bin 0 -> 1416 bytes .../__pycache__/wheel_legacy.cpython-38.pyc | Bin 0 -> 2673 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-38.pyc | Bin 0 -> 259 bytes .../editable_legacy.cpython-38.pyc | Bin 0 -> 1386 bytes .../install/__pycache__/wheel.cpython-38.pyc | Bin 0 -> 21124 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-38.pyc | Bin 0 -> 2268 bytes .../__pycache__/constructors.cpython-38.pyc | Bin 0 -> 13957 bytes .../req/__pycache__/req_file.cpython-38.pyc | Bin 0 -> 15456 bytes .../__pycache__/req_install.cpython-38.pyc | Bin 0 -> 24840 bytes .../req/__pycache__/req_set.cpython-38.pyc | Bin 0 -> 3980 bytes .../__pycache__/req_uninstall.cpython-38.pyc | Bin 0 -> 18571 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-38.pyc | Bin 0 -> 195 bytes .../__pycache__/base.cpython-38.pyc | Bin 0 -> 1054 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 202 bytes .../__pycache__/resolver.cpython-38.pyc | Bin 0 -> 14936 bytes .../_internal/resolution/legacy/resolver.py | 597 ++ .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 206 bytes .../__pycache__/base.cpython-38.pyc | Bin 0 -> 6273 bytes .../__pycache__/candidates.cpython-38.pyc | Bin 0 -> 19680 bytes .../__pycache__/factory.cpython-38.pyc | Bin 0 -> 21629 bytes .../found_candidates.cpython-38.pyc | Bin 0 -> 5202 bytes .../__pycache__/provider.cpython-38.pyc | Bin 0 -> 7973 bytes .../__pycache__/reporter.cpython-38.pyc | Bin 0 -> 3859 bytes .../__pycache__/requirements.cpython-38.pyc | Bin 0 -> 10808 bytes .../__pycache__/resolver.cpython-38.pyc | Bin 0 -> 8719 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 .../utils/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 190 bytes .../__pycache__/_jaraco_text.cpython-38.pyc | Bin 0 -> 3829 bytes .../utils/__pycache__/_log.cpython-38.pyc | Bin 0 -> 1509 bytes .../utils/__pycache__/appdirs.cpython-38.pyc | Bin 0 -> 1621 bytes .../utils/__pycache__/compat.cpython-38.pyc | Bin 0 -> 1953 bytes .../compatibility_tags.cpython-38.pyc | Bin 0 -> 4580 bytes .../utils/__pycache__/datetime.cpython-38.pyc | Bin 0 -> 509 bytes .../__pycache__/deprecation.cpython-38.pyc | Bin 0 -> 3249 bytes .../direct_url_helpers.cpython-38.pyc | Bin 0 -> 2101 bytes .../utils/__pycache__/egg_link.cpython-38.pyc | Bin 0 -> 2397 bytes .../__pycache__/entrypoints.cpython-38.pyc | Bin 0 -> 2697 bytes .../__pycache__/filesystem.cpython-38.pyc | Bin 0 -> 4367 bytes .../__pycache__/filetypes.cpython-38.pyc | Bin 0 -> 940 bytes .../utils/__pycache__/glibc.cpython-38.pyc | Bin 0 -> 1758 bytes .../utils/__pycache__/hashes.cpython-38.pyc | Bin 0 -> 5607 bytes .../utils/__pycache__/logging.cpython-38.pyc | Bin 0 -> 9935 bytes .../utils/__pycache__/misc.cpython-38.pyc | Bin 0 -> 23011 bytes .../__pycache__/packaging.cpython-38.pyc | Bin 0 -> 2099 bytes .../utils/__pycache__/retry.cpython-38.pyc | Bin 0 -> 1602 bytes .../setuptools_build.cpython-38.pyc | Bin 0 -> 3821 bytes .../__pycache__/subprocess.cpython-38.pyc | Bin 0 -> 5636 bytes .../utils/__pycache__/temp_dir.cpython-38.pyc | Bin 0 -> 8256 bytes .../__pycache__/unpacking.cpython-38.pyc | Bin 0 -> 8035 bytes .../utils/__pycache__/urls.cpython-38.pyc | Bin 0 -> 1390 bytes .../__pycache__/virtualenv.cpython-38.pyc | Bin 0 -> 3274 bytes .../utils/__pycache__/wheel.cpython-38.pyc | Bin 0 -> 4460 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-38.pyc | Bin 0 -> 513 bytes .../vcs/__pycache__/bazaar.cpython-38.pyc | Bin 0 -> 3538 bytes .../vcs/__pycache__/git.cpython-38.pyc | Bin 0 -> 12515 bytes .../vcs/__pycache__/mercurial.cpython-38.pyc | Bin 0 -> 5072 bytes .../vcs/__pycache__/subversion.cpython-38.pyc | Bin 0 -> 8518 bytes .../__pycache__/versioncontrol.cpython-38.pyc | Bin 0 -> 21062 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-38.pyc | Bin 0 -> 3051 bytes .../typing_extensions.cpython-38.pyc | Bin 0 -> 102069 bytes .../pip/_vendor/cachecontrol/__init__.py | 29 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 779 bytes .../__pycache__/_cmd.cpython-38.pyc | Bin 0 -> 1810 bytes .../__pycache__/adapter.cpython-38.pyc | Bin 0 -> 4244 bytes .../__pycache__/cache.cpython-38.pyc | Bin 0 -> 3148 bytes .../__pycache__/controller.cpython-38.pyc | Bin 0 -> 10023 bytes .../__pycache__/filewrapper.cpython-38.pyc | Bin 0 -> 3147 bytes .../__pycache__/heuristics.cpython-38.pyc | Bin 0 -> 5306 bytes .../__pycache__/serialize.cpython-38.pyc | Bin 0 -> 3283 bytes .../__pycache__/wrapper.cpython-38.pyc | Bin 0 -> 1381 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-38.pyc | Bin 0 -> 424 bytes .../__pycache__/file_cache.cpython-38.pyc | Bin 0 -> 5341 bytes .../__pycache__/redis_cache.cpython-38.pyc | Bin 0 -> 1971 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-38.pyc | Bin 0 -> 303 bytes .../__pycache__/__main__.cpython-38.pyc | Bin 0 -> 451 bytes .../certifi/__pycache__/core.cpython-38.pyc | Bin 0 -> 2129 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-38.pyc | Bin 0 -> 1063 bytes .../distlib/__pycache__/compat.cpython-38.pyc | Bin 0 -> 31797 bytes .../__pycache__/database.cpython-38.pyc | Bin 0 -> 42558 bytes .../distlib/__pycache__/index.cpython-38.pyc | Bin 0 -> 17182 bytes .../__pycache__/locators.cpython-38.pyc | Bin 0 -> 38021 bytes .../__pycache__/manifest.cpython-38.pyc | Bin 0 -> 10229 bytes .../__pycache__/markers.cpython-38.pyc | Bin 0 -> 5332 bytes .../__pycache__/metadata.cpython-38.pyc | Bin 0 -> 26958 bytes .../__pycache__/resources.cpython-38.pyc | Bin 0 -> 10995 bytes .../__pycache__/scripts.cpython-38.pyc | Bin 0 -> 11632 bytes .../distlib/__pycache__/util.cpython-38.pyc | Bin 0 -> 51989 bytes .../__pycache__/version.cpython-38.pyc | Bin 0 -> 20550 bytes .../distlib/__pycache__/wheel.cpython-38.pyc | Bin 0 -> 27690 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-38.pyc | Bin 0 -> 1000 bytes .../__pycache__/__main__.cpython-38.pyc | Bin 0 -> 262 bytes .../distro/__pycache__/distro.cpython-38.pyc | Bin 0 -> 42436 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-38.pyc | Bin 0 -> 925 bytes .../idna/__pycache__/codec.cpython-38.pyc | Bin 0 -> 3314 bytes .../idna/__pycache__/compat.cpython-38.pyc | Bin 0 -> 773 bytes .../idna/__pycache__/core.cpython-38.pyc | Bin 0 -> 9892 bytes .../idna/__pycache__/idnadata.cpython-38.pyc | Bin 0 -> 42091 bytes .../idna/__pycache__/intranges.cpython-38.pyc | Bin 0 -> 1996 bytes .../__pycache__/package_data.cpython-38.pyc | Bin 0 -> 211 bytes .../idna/__pycache__/uts46data.cpython-38.pyc | Bin 0 -> 185395 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-38.pyc | Bin 0 -> 1373 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 0 -> 1851 bytes .../msgpack/__pycache__/ext.cpython-38.pyc | Bin 0 -> 6060 bytes .../__pycache__/fallback.cpython-38.pyc | Bin 0 -> 23981 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-38.pyc | Bin 0 -> 522 bytes .../__pycache__/_elffile.cpython-38.pyc | Bin 0 -> 3413 bytes .../__pycache__/_manylinux.cpython-38.pyc | Bin 0 -> 6466 bytes .../__pycache__/_musllinux.cpython-38.pyc | Bin 0 -> 3394 bytes .../__pycache__/_parser.cpython-38.pyc | Bin 0 -> 9039 bytes .../__pycache__/_structures.cpython-38.pyc | Bin 0 -> 2802 bytes .../__pycache__/_tokenizer.cpython-38.pyc | Bin 0 -> 5682 bytes .../__pycache__/markers.cpython-38.pyc | Bin 0 -> 7771 bytes .../__pycache__/metadata.cpython-38.pyc | Bin 0 -> 18394 bytes .../__pycache__/requirements.cpython-38.pyc | Bin 0 -> 2863 bytes .../__pycache__/specifiers.cpython-38.pyc | Bin 0 -> 31260 bytes .../packaging/__pycache__/tags.cpython-38.pyc | Bin 0 -> 14942 bytes .../__pycache__/utils.cpython-38.pyc | Bin 0 -> 4606 bytes .../__pycache__/version.cpython-38.pyc | Bin 0 -> 15127 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-38.pyc | Bin 0 -> 2616 bytes .../licenses/__pycache__/_spdx.cpython-38.pyc | Bin 0 -> 29627 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-38.pyc | Bin 0 -> 112437 bytes .../pip/_vendor/platformdirs/__init__.py | 631 ++ .../pip/_vendor/platformdirs/__main__.py | 55 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 16503 bytes .../__pycache__/__main__.cpython-38.pyc | Bin 0 -> 1388 bytes .../__pycache__/android.cpython-38.pyc | Bin 0 -> 7985 bytes .../__pycache__/api.cpython-38.pyc | Bin 0 -> 10624 bytes .../__pycache__/macos.cpython-38.pyc | Bin 0 -> 6828 bytes .../__pycache__/unix.cpython-38.pyc | Bin 0 -> 10848 bytes .../__pycache__/version.cpython-38.pyc | Bin 0 -> 519 bytes .../__pycache__/windows.cpython-38.pyc | Bin 0 -> 9250 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-38.pyc | Bin 0 -> 2937 bytes .../__pycache__/__main__.cpython-38.pyc | Bin 0 -> 587 bytes .../__pycache__/cmdline.cpython-38.pyc | Bin 0 -> 15428 bytes .../__pycache__/console.cpython-38.pyc | Bin 0 -> 1920 bytes .../__pycache__/filter.cpython-38.pyc | Bin 0 -> 2635 bytes .../__pycache__/formatter.cpython-38.pyc | Bin 0 -> 4098 bytes .../pygments/__pycache__/lexer.cpython-38.pyc | Bin 0 -> 26755 bytes .../__pycache__/modeline.cpython-38.pyc | Bin 0 -> 1186 bytes .../__pycache__/plugin.cpython-38.pyc | Bin 0 -> 2016 bytes .../__pycache__/regexopt.cpython-38.pyc | Bin 0 -> 2951 bytes .../__pycache__/scanner.cpython-38.pyc | Bin 0 -> 3553 bytes .../__pycache__/sphinxext.cpython-38.pyc | Bin 0 -> 7800 bytes .../pygments/__pycache__/style.cpython-38.pyc | Bin 0 -> 4514 bytes .../pygments/__pycache__/token.cpython-38.pyc | Bin 0 -> 4561 bytes .../__pycache__/unistring.cpython-38.pyc | Bin 0 -> 31259 bytes .../pygments/__pycache__/util.cpython-38.pyc | Bin 0 -> 10116 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-38.pyc | Bin 0 -> 23474 bytes .../pip/_vendor/pygments/formatter.py | 129 + .../_vendor/pygments/formatters/__init__.py | 157 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 4961 bytes .../__pycache__/_mapping.cpython-38.pyc | Bin 0 -> 3893 bytes .../__pycache__/bbcode.cpython-38.pyc | Bin 0 -> 3070 bytes .../__pycache__/groff.cpython-38.pyc | Bin 0 -> 4392 bytes .../__pycache__/html.cpython-38.pyc | Bin 0 -> 29365 bytes .../formatters/__pycache__/img.cpython-38.pyc | Bin 0 -> 18389 bytes .../formatters/__pycache__/irc.cpython-38.pyc | Bin 0 -> 3967 bytes .../__pycache__/latex.cpython-38.pyc | Bin 0 -> 13911 bytes .../__pycache__/other.cpython-38.pyc | Bin 0 -> 4773 bytes .../__pycache__/pangomarkup.cpython-38.pyc | Bin 0 -> 2099 bytes .../formatters/__pycache__/rtf.cpython-38.pyc | Bin 0 -> 8853 bytes .../formatters/__pycache__/svg.cpython-38.pyc | Bin 0 -> 6326 bytes .../__pycache__/terminal.cpython-38.pyc | Bin 0 -> 3954 bytes .../__pycache__/terminal256.cpython-38.pyc | Bin 0 -> 9216 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-38.pyc | Bin 0 -> 9928 bytes .../__pycache__/_mapping.cpython-38.pyc | Bin 0 -> 55970 bytes .../lexers/__pycache__/python.cpython-38.pyc | Bin 0 -> 31542 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-38.pyc | Bin 0 -> 2073 bytes .../__pycache__/_mapping.cpython-38.pyc | Bin 0 -> 3097 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-38.pyc | Bin 0 -> 715 bytes .../__pycache__/_impl.cpython-38.pyc | Bin 0 -> 14011 bytes .../pip/_vendor/pyproject_hooks/_impl.py | 410 + .../pyproject_hooks/_in_process/__init__.py | 21 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 821 bytes .../__pycache__/_in_process.cpython-38.pyc | Bin 0 -> 10568 bytes .../_in_process/_in_process.py | 389 + .../pip/_vendor/pyproject_hooks/py.typed | 0 .../pip/_vendor/requests/__init__.py | 179 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 3872 bytes .../__pycache__/__version__.cpython-38.pyc | Bin 0 -> 549 bytes .../_internal_utils.cpython-38.pyc | Bin 0 -> 1646 bytes .../__pycache__/adapters.cpython-38.pyc | Bin 0 -> 22130 bytes .../requests/__pycache__/api.cpython-38.pyc | Bin 0 -> 6766 bytes .../requests/__pycache__/auth.cpython-38.pyc | Bin 0 -> 8347 bytes .../requests/__pycache__/certs.cpython-38.pyc | Bin 0 -> 632 bytes .../__pycache__/compat.cpython-38.pyc | Bin 0 -> 1517 bytes .../__pycache__/cookies.cpython-38.pyc | Bin 0 -> 18853 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 0 -> 6618 bytes .../requests/__pycache__/help.cpython-38.pyc | Bin 0 -> 2813 bytes .../requests/__pycache__/hooks.cpython-38.pyc | Bin 0 -> 991 bytes .../__pycache__/models.cpython-38.pyc | Bin 0 -> 24377 bytes .../__pycache__/packages.cpython-38.pyc | Bin 0 -> 725 bytes .../__pycache__/sessions.cpython-38.pyc | Bin 0 -> 19836 bytes .../__pycache__/status_codes.cpython-38.pyc | Bin 0 -> 4313 bytes .../__pycache__/structures.cpython-38.pyc | Bin 0 -> 4450 bytes .../requests/__pycache__/utils.cpython-38.pyc | Bin 0 -> 24479 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-38.pyc | Bin 0 -> 639 bytes .../__pycache__/providers.cpython-38.pyc | Bin 0 -> 6703 bytes .../__pycache__/reporters.cpython-38.pyc | Bin 0 -> 2648 bytes .../__pycache__/resolvers.cpython-38.pyc | Bin 0 -> 17696 bytes .../__pycache__/structs.cpython-38.pyc | Bin 0 -> 7396 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 200 bytes .../collections_abc.cpython-38.pyc | Bin 0 -> 376 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-38.pyc | Bin 0 -> 5995 bytes .../rich/__pycache__/__main__.cpython-38.pyc | Bin 0 -> 7152 bytes .../__pycache__/_cell_widths.cpython-38.pyc | Bin 0 -> 10056 bytes .../__pycache__/_emoji_codes.cpython-38.pyc | Bin 0 -> 132700 bytes .../__pycache__/_emoji_replace.cpython-38.pyc | Bin 0 -> 1189 bytes .../__pycache__/_export_format.cpython-38.pyc | Bin 0 -> 2324 bytes .../__pycache__/_extension.cpython-38.pyc | Bin 0 -> 494 bytes .../rich/__pycache__/_fileno.cpython-38.pyc | Bin 0 -> 773 bytes .../rich/__pycache__/_inspect.cpython-38.pyc | Bin 0 -> 8664 bytes .../__pycache__/_log_render.cpython-38.pyc | Bin 0 -> 2579 bytes .../rich/__pycache__/_loop.cpython-38.pyc | Bin 0 -> 1273 bytes .../__pycache__/_null_file.cpython-38.pyc | Bin 0 -> 3384 bytes .../rich/__pycache__/_palettes.cpython-38.pyc | Bin 0 -> 6222 bytes .../rich/__pycache__/_pick.cpython-38.pyc | Bin 0 -> 653 bytes .../rich/__pycache__/_ratio.cpython-38.pyc | Bin 0 -> 5169 bytes .../rich/__pycache__/_spinners.cpython-38.pyc | Bin 0 -> 12429 bytes .../rich/__pycache__/_stack.cpython-38.pyc | Bin 0 -> 842 bytes .../rich/__pycache__/_timer.cpython-38.pyc | Bin 0 -> 689 bytes .../__pycache__/_win32_console.cpython-38.pyc | Bin 0 -> 19215 bytes .../rich/__pycache__/_windows.cpython-38.pyc | Bin 0 -> 1778 bytes .../_windows_renderer.cpython-38.pyc | Bin 0 -> 2054 bytes .../rich/__pycache__/_wrap.cpython-38.pyc | Bin 0 -> 2412 bytes .../rich/__pycache__/abc.cpython-38.pyc | Bin 0 -> 1303 bytes .../rich/__pycache__/align.cpython-38.pyc | Bin 0 -> 7963 bytes .../rich/__pycache__/ansi.cpython-38.pyc | Bin 0 -> 5610 bytes .../rich/__pycache__/bar.cpython-38.pyc | Bin 0 -> 2935 bytes .../rich/__pycache__/box.cpython-38.pyc | Bin 0 -> 8498 bytes .../rich/__pycache__/cells.cpython-38.pyc | Bin 0 -> 4216 bytes .../rich/__pycache__/color.cpython-38.pyc | Bin 0 -> 15493 bytes .../__pycache__/color_triplet.cpython-38.pyc | Bin 0 -> 1424 bytes .../rich/__pycache__/columns.cpython-38.pyc | Bin 0 -> 6138 bytes .../rich/__pycache__/console.cpython-38.pyc | Bin 0 -> 82701 bytes .../rich/__pycache__/constrain.cpython-38.pyc | Bin 0 -> 1666 bytes .../__pycache__/containers.cpython-38.pyc | Bin 0 -> 6450 bytes .../rich/__pycache__/control.cpython-38.pyc | Bin 0 -> 8214 bytes .../__pycache__/default_styles.cpython-38.pyc | Bin 0 -> 5385 bytes .../rich/__pycache__/diagnose.cpython-38.pyc | Bin 0 -> 1216 bytes .../rich/__pycache__/emoji.cpython-38.pyc | Bin 0 -> 3213 bytes .../rich/__pycache__/errors.cpython-38.pyc | Bin 0 -> 1668 bytes .../__pycache__/file_proxy.cpython-38.pyc | Bin 0 -> 2366 bytes .../rich/__pycache__/filesize.cpython-38.pyc | Bin 0 -> 2613 bytes .../__pycache__/highlighter.cpython-38.pyc | Bin 0 -> 8068 bytes .../rich/__pycache__/json.cpython-38.pyc | Bin 0 -> 4684 bytes .../rich/__pycache__/jupyter.cpython-38.pyc | Bin 0 -> 4066 bytes .../rich/__pycache__/layout.cpython-38.pyc | Bin 0 -> 14626 bytes .../rich/__pycache__/live.cpython-38.pyc | Bin 0 -> 11079 bytes .../__pycache__/live_render.cpython-38.pyc | Bin 0 -> 3387 bytes .../rich/__pycache__/logging.cpython-38.pyc | Bin 0 -> 10294 bytes .../rich/__pycache__/markup.cpython-38.pyc | Bin 0 -> 6158 bytes .../rich/__pycache__/measure.cpython-38.pyc | Bin 0 -> 5008 bytes .../rich/__pycache__/padding.cpython-38.pyc | Bin 0 -> 4358 bytes .../rich/__pycache__/pager.cpython-38.pyc | Bin 0 -> 1432 bytes .../rich/__pycache__/palette.cpython-38.pyc | Bin 0 -> 3689 bytes .../rich/__pycache__/panel.cpython-38.pyc | Bin 0 -> 7946 bytes .../rich/__pycache__/pretty.cpython-38.pyc | Bin 0 -> 27772 bytes .../rich/__pycache__/progress.cpython-38.pyc | Bin 0 -> 53734 bytes .../__pycache__/progress_bar.cpython-38.pyc | Bin 0 -> 6840 bytes .../rich/__pycache__/prompt.cpython-38.pyc | Bin 0 -> 12288 bytes .../rich/__pycache__/protocol.cpython-38.pyc | Bin 0 -> 1338 bytes .../rich/__pycache__/region.cpython-38.pyc | Bin 0 -> 524 bytes .../rich/__pycache__/repr.cpython-38.pyc | Bin 0 -> 4094 bytes .../rich/__pycache__/rule.cpython-38.pyc | Bin 0 -> 3911 bytes .../rich/__pycache__/scope.cpython-38.pyc | Bin 0 -> 2973 bytes .../rich/__pycache__/screen.cpython-38.pyc | Bin 0 -> 1829 bytes .../rich/__pycache__/segment.cpython-38.pyc | Bin 0 -> 21023 bytes .../rich/__pycache__/spinner.cpython-38.pyc | Bin 0 -> 4342 bytes .../rich/__pycache__/status.cpython-38.pyc | Bin 0 -> 4562 bytes .../rich/__pycache__/style.cpython-38.pyc | Bin 0 -> 21419 bytes .../rich/__pycache__/styled.cpython-38.pyc | Bin 0 -> 1691 bytes .../rich/__pycache__/syntax.cpython-38.pyc | Bin 0 -> 26100 bytes .../rich/__pycache__/table.cpython-38.pyc | Bin 0 -> 29928 bytes .../__pycache__/terminal_theme.cpython-38.pyc | Bin 0 -> 3195 bytes .../rich/__pycache__/text.cpython-38.pyc | Bin 0 -> 42105 bytes .../rich/__pycache__/theme.cpython-38.pyc | Bin 0 -> 4809 bytes .../rich/__pycache__/themes.cpython-38.pyc | Bin 0 -> 292 bytes .../rich/__pycache__/traceback.cpython-38.pyc | Bin 0 -> 22455 bytes .../rich/__pycache__/tree.cpython-38.pyc | Bin 0 -> 7555 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 + .../tomli/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 324 bytes .../tomli/__pycache__/_parser.cpython-38.pyc | Bin 0 -> 18192 bytes .../tomli/__pycache__/_re.cpython-38.pyc | Bin 0 -> 2933 bytes .../tomli/__pycache__/_types.cpython-38.pyc | Bin 0 -> 324 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-38.pyc | Bin 0 -> 964 bytes .../__pycache__/_api.cpython-38.pyc | Bin 0 -> 10699 bytes .../__pycache__/_macos.cpython-38.pyc | Bin 0 -> 9951 bytes .../__pycache__/_openssl.cpython-38.pyc | Bin 0 -> 1479 bytes .../__pycache__/_ssl_constants.cpython-38.pyc | Bin 0 -> 789 bytes .../__pycache__/_windows.cpython-38.pyc | Bin 0 -> 10471 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-38.pyc | Bin 0 -> 2508 bytes .../__pycache__/_collections.cpython-38.pyc | Bin 0 -> 11214 bytes .../__pycache__/_version.cpython-38.pyc | Bin 0 -> 213 bytes .../__pycache__/connection.cpython-38.pyc | Bin 0 -> 13756 bytes .../__pycache__/connectionpool.cpython-38.pyc | Bin 0 -> 25930 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 0 -> 11645 bytes .../urllib3/__pycache__/fields.cpython-38.pyc | Bin 0 -> 8182 bytes .../__pycache__/filepost.cpython-38.pyc | Bin 0 -> 2769 bytes .../__pycache__/poolmanager.cpython-38.pyc | Bin 0 -> 15091 bytes .../__pycache__/request.cpython-38.pyc | Bin 0 -> 6386 bytes .../__pycache__/response.cpython-38.pyc | Bin 0 -> 22294 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-38.pyc | Bin 0 -> 198 bytes .../_appengine_environ.cpython-38.pyc | Bin 0 -> 1422 bytes .../__pycache__/appengine.cpython-38.pyc | Bin 0 -> 8272 bytes .../__pycache__/ntlmpool.cpython-38.pyc | Bin 0 -> 3630 bytes .../__pycache__/pyopenssl.cpython-38.pyc | Bin 0 -> 15881 bytes .../securetransport.cpython-38.pyc | Bin 0 -> 21656 bytes .../contrib/__pycache__/socks.cpython-38.pyc | Bin 0 -> 5636 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 215 bytes .../__pycache__/bindings.cpython-38.pyc | Bin 0 -> 10733 bytes .../__pycache__/low_level.cpython-38.pyc | Bin 0 -> 9107 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-38.pyc | Bin 0 -> 199 bytes .../packages/__pycache__/six.cpython-38.pyc | Bin 0 -> 27594 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 209 bytes .../__pycache__/makefile.cpython-38.pyc | Bin 0 -> 1313 bytes .../weakref_finalize.cpython-38.pyc | Bin 0 -> 4861 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-38.pyc | Bin 0 -> 1108 bytes .../__pycache__/connection.cpython-38.pyc | Bin 0 -> 3446 bytes .../util/__pycache__/proxy.cpython-38.pyc | Bin 0 -> 1352 bytes .../util/__pycache__/queue.cpython-38.pyc | Bin 0 -> 1063 bytes .../util/__pycache__/request.cpython-38.pyc | Bin 0 -> 3356 bytes .../util/__pycache__/response.cpython-38.pyc | Bin 0 -> 2356 bytes .../util/__pycache__/retry.cpython-38.pyc | Bin 0 -> 16313 bytes .../util/__pycache__/ssl_.cpython-38.pyc | Bin 0 -> 11635 bytes .../ssl_match_hostname.cpython-38.pyc | Bin 0 -> 3268 bytes .../__pycache__/ssltransport.cpython-38.pyc | Bin 0 -> 7442 bytes .../util/__pycache__/timeout.cpython-38.pyc | Bin 0 -> 9153 bytes .../util/__pycache__/url.cpython-38.pyc | Bin 0 -> 10808 bytes .../util/__pycache__/wait.cpython-38.pyc | Bin 0 -> 3110 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 + env/lib/python3.8/site-packages/pip/py.typed | 4 + .../site-packages/pkg_resources/__init__.py | 3288 +++++++ .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 100425 bytes .../pkg_resources/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 192 bytes .../__pycache__/appdirs.cpython-38.pyc | Bin 0 -> 20545 bytes .../__pycache__/pyparsing.cpython-38.pyc | Bin 0 -> 201669 bytes .../pkg_resources/_vendor/appdirs.py | 608 ++ .../_vendor/packaging/__about__.py | 27 + .../_vendor/packaging/__init__.py | 26 + .../__pycache__/__about__.cpython-38.pyc | Bin 0 -> 734 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 580 bytes .../__pycache__/_compat.cpython-38.pyc | Bin 0 -> 1152 bytes .../__pycache__/_structures.cpython-38.pyc | Bin 0 -> 2906 bytes .../__pycache__/_typing.cpython-38.pyc | Bin 0 -> 1497 bytes .../__pycache__/markers.cpython-38.pyc | Bin 0 -> 9341 bytes .../__pycache__/requirements.cpython-38.pyc | Bin 0 -> 4094 bytes .../__pycache__/specifiers.cpython-38.pyc | Bin 0 -> 20615 bytes .../packaging/__pycache__/tags.cpython-38.pyc | Bin 0 -> 17267 bytes .../__pycache__/utils.cpython-38.pyc | Bin 0 -> 1669 bytes .../__pycache__/version.cpython-38.pyc | Bin 0 -> 13344 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-38.pyc | Bin 0 -> 2879 bytes .../__pycache__/setup.cpython-38.pyc | Bin 0 -> 320 bytes .../data/my-test-package-source/setup.py | 6 + .../pluggy-1.5.0.dist-info/INSTALLER | 1 + .../pluggy-1.5.0.dist-info/LICENSE | 21 + .../pluggy-1.5.0.dist-info/METADATA | 155 + .../pluggy-1.5.0.dist-info/RECORD | 23 + .../pluggy-1.5.0.dist-info/WHEEL | 5 + .../pluggy-1.5.0.dist-info/top_level.txt | 1 + .../site-packages/pluggy/__init__.py | 37 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 938 bytes .../__pycache__/_callers.cpython-38.pyc | Bin 0 -> 3977 bytes .../pluggy/__pycache__/_hooks.cpython-38.pyc | Bin 0 -> 19847 bytes .../__pycache__/_manager.cpython-38.pyc | Bin 0 -> 18395 bytes .../pluggy/__pycache__/_result.cpython-38.pyc | Bin 0 -> 3280 bytes .../__pycache__/_tracing.cpython-38.pyc | Bin 0 -> 2943 bytes .../__pycache__/_version.cpython-38.pyc | Bin 0 -> 502 bytes .../__pycache__/_warnings.cpython-38.pyc | Bin 0 -> 1219 bytes .../site-packages/pluggy/_callers.py | 182 + .../python3.8/site-packages/pluggy/_hooks.py | 715 ++ .../site-packages/pluggy/_manager.py | 528 + .../python3.8/site-packages/pluggy/_result.py | 104 + .../site-packages/pluggy/_tracing.py | 73 + .../site-packages/pluggy/_version.py | 16 + .../site-packages/pluggy/_warnings.py | 27 + .../python3.8/site-packages/pluggy/py.typed | 0 env/lib/python3.8/site-packages/py.py | 15 + .../pytest-8.3.5.dist-info/AUTHORS | 474 + .../pytest-8.3.5.dist-info/INSTALLER | 1 + .../pytest-8.3.5.dist-info/LICENSE | 21 + .../pytest-8.3.5.dist-info/METADATA | 213 + .../pytest-8.3.5.dist-info/RECORD | 155 + .../pytest-8.3.5.dist-info/REQUESTED | 0 .../pytest-8.3.5.dist-info/WHEEL | 5 + .../pytest-8.3.5.dist-info/entry_points.txt | 3 + .../pytest-8.3.5.dist-info/top_level.txt | 3 + .../site-packages/pytest/__init__.py | 172 + .../site-packages/pytest/__main__.py | 9 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 4371 bytes .../__pycache__/__main__.cpython-38.pyc | Bin 0 -> 351 bytes .../python3.8/site-packages/pytest/py.typed | 0 .../setuptools-56.0.0.dist-info/INSTALLER | 1 + .../setuptools-56.0.0.dist-info/LICENSE | 19 + .../setuptools-56.0.0.dist-info/METADATA | 114 + .../setuptools-56.0.0.dist-info/RECORD | 295 + .../setuptools-56.0.0.dist-info/REQUESTED | 0 .../setuptools-56.0.0.dist-info/WHEEL | 5 + .../dependency_links.txt | 2 + .../entry_points.txt | 60 + .../setuptools-56.0.0.dist-info/top_level.txt | 3 + .../site-packages/setuptools/__init__.py | 241 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 8655 bytes .../_deprecation_warning.cpython-38.pyc | Bin 0 -> 551 bytes .../__pycache__/_imp.cpython-38.pyc | Bin 0 -> 2090 bytes .../__pycache__/archive_util.cpython-38.pyc | Bin 0 -> 5751 bytes .../__pycache__/build_meta.cpython-38.pyc | Bin 0 -> 8983 bytes .../__pycache__/config.cpython-38.pyc | Bin 0 -> 19797 bytes .../__pycache__/dep_util.cpython-38.pyc | Bin 0 -> 858 bytes .../__pycache__/depends.cpython-38.pyc | Bin 0 -> 5229 bytes .../__pycache__/dist.cpython-38.pyc | Bin 0 -> 33327 bytes .../__pycache__/errors.cpython-38.pyc | Bin 0 -> 851 bytes .../__pycache__/extension.cpython-38.pyc | Bin 0 -> 1941 bytes .../__pycache__/glob.cpython-38.pyc | Bin 0 -> 3705 bytes .../__pycache__/installer.cpython-38.pyc | Bin 0 -> 2786 bytes .../__pycache__/launch.cpython-38.pyc | Bin 0 -> 882 bytes .../__pycache__/lib2to3_ex.cpython-38.pyc | Bin 0 -> 2698 bytes .../__pycache__/monkey.cpython-38.pyc | Bin 0 -> 4620 bytes .../__pycache__/msvc.cpython-38.pyc | Bin 0 -> 43193 bytes .../__pycache__/namespaces.cpython-38.pyc | Bin 0 -> 3581 bytes .../__pycache__/package_index.cpython-38.pyc | Bin 0 -> 32989 bytes .../__pycache__/py34compat.cpython-38.pyc | Bin 0 -> 485 bytes .../__pycache__/sandbox.cpython-38.pyc | Bin 0 -> 15446 bytes .../__pycache__/ssl_support.cpython-38.pyc | Bin 0 -> 6873 bytes .../__pycache__/unicode_utils.cpython-38.pyc | Bin 0 -> 1121 bytes .../__pycache__/version.cpython-38.pyc | Bin 0 -> 327 bytes .../__pycache__/wheel.cpython-38.pyc | Bin 0 -> 7233 bytes .../windows_support.cpython-38.pyc | Bin 0 -> 1024 bytes .../setuptools/_deprecation_warning.py | 7 + .../setuptools/_distutils/__init__.py | 15 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 459 bytes .../__pycache__/_msvccompiler.cpython-38.pyc | Bin 0 -> 13852 bytes .../__pycache__/archive_util.cpython-38.pyc | Bin 0 -> 6600 bytes .../__pycache__/bcppcompiler.cpython-38.pyc | Bin 0 -> 6525 bytes .../__pycache__/ccompiler.cpython-38.pyc | Bin 0 -> 33349 bytes .../_distutils/__pycache__/cmd.cpython-38.pyc | Bin 0 -> 14009 bytes .../__pycache__/config.cpython-38.pyc | Bin 0 -> 3570 bytes .../__pycache__/core.cpython-38.pyc | Bin 0 -> 6675 bytes .../cygwinccompiler.cpython-38.pyc | Bin 0 -> 8550 bytes .../__pycache__/debug.cpython-38.pyc | Bin 0 -> 255 bytes .../__pycache__/dep_util.cpython-38.pyc | Bin 0 -> 2775 bytes .../__pycache__/dir_util.cpython-38.pyc | Bin 0 -> 5884 bytes .../__pycache__/dist.cpython-38.pyc | Bin 0 -> 34588 bytes .../__pycache__/errors.cpython-38.pyc | Bin 0 -> 5311 bytes .../__pycache__/extension.cpython-38.pyc | Bin 0 -> 6984 bytes .../__pycache__/fancy_getopt.cpython-38.pyc | Bin 0 -> 10717 bytes .../__pycache__/file_util.cpython-38.pyc | Bin 0 -> 5994 bytes .../__pycache__/filelist.cpython-38.pyc | Bin 0 -> 9928 bytes .../_distutils/__pycache__/log.cpython-38.pyc | Bin 0 -> 2376 bytes .../__pycache__/msvc9compiler.cpython-38.pyc | Bin 0 -> 17538 bytes .../__pycache__/msvccompiler.cpython-38.pyc | Bin 0 -> 14749 bytes .../__pycache__/py35compat.cpython-38.pyc | Bin 0 -> 631 bytes .../__pycache__/py38compat.cpython-38.pyc | Bin 0 -> 428 bytes .../__pycache__/spawn.cpython-38.pyc | Bin 0 -> 3435 bytes .../__pycache__/sysconfig.cpython-38.pyc | Bin 0 -> 12440 bytes .../__pycache__/text_file.cpython-38.pyc | Bin 0 -> 8500 bytes .../__pycache__/unixccompiler.cpython-38.pyc | Bin 0 -> 6679 bytes .../__pycache__/util.cpython-38.pyc | Bin 0 -> 15688 bytes .../__pycache__/version.cpython-38.pyc | Bin 0 -> 7422 bytes .../versionpredicate.cpython-38.pyc | Bin 0 -> 5196 bytes .../setuptools/_distutils/_msvccompiler.py | 561 ++ .../setuptools/_distutils/archive_util.py | 256 + .../setuptools/_distutils/bcppcompiler.py | 393 + .../setuptools/_distutils/ccompiler.py | 1116 +++ .../setuptools/_distutils/cmd.py | 403 + .../setuptools/_distutils/command/__init__.py | 31 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 604 bytes .../command/__pycache__/bdist.cpython-38.pyc | Bin 0 -> 3727 bytes .../__pycache__/bdist_dumb.cpython-38.pyc | Bin 0 -> 3653 bytes .../__pycache__/bdist_msi.cpython-38.pyc | Bin 0 -> 20034 bytes .../__pycache__/bdist_rpm.cpython-38.pyc | Bin 0 -> 12438 bytes .../__pycache__/bdist_wininst.cpython-38.pyc | Bin 0 -> 8528 bytes .../command/__pycache__/build.cpython-38.pyc | Bin 0 -> 3942 bytes .../__pycache__/build_clib.cpython-38.pyc | Bin 0 -> 4875 bytes .../__pycache__/build_ext.cpython-38.pyc | Bin 0 -> 16264 bytes .../__pycache__/build_py.cpython-38.pyc | Bin 0 -> 10541 bytes .../__pycache__/build_scripts.cpython-38.pyc | Bin 0 -> 4385 bytes .../command/__pycache__/check.cpython-38.pyc | Bin 0 -> 4980 bytes .../command/__pycache__/clean.cpython-38.pyc | Bin 0 -> 2161 bytes .../command/__pycache__/config.cpython-38.pyc | Bin 0 -> 10288 bytes .../__pycache__/install.cpython-38.pyc | Bin 0 -> 13949 bytes .../__pycache__/install_data.cpython-38.pyc | Bin 0 -> 2350 bytes .../install_egg_info.cpython-38.pyc | Bin 0 -> 3057 bytes .../install_headers.cpython-38.pyc | Bin 0 -> 1769 bytes .../__pycache__/install_lib.cpython-38.pyc | Bin 0 -> 5174 bytes .../install_scripts.cpython-38.pyc | Bin 0 -> 2202 bytes .../__pycache__/py37compat.cpython-38.pyc | Bin 0 -> 1031 bytes .../__pycache__/register.cpython-38.pyc | Bin 0 -> 8516 bytes .../command/__pycache__/sdist.cpython-38.pyc | Bin 0 -> 14577 bytes .../command/__pycache__/upload.cpython-38.pyc | Bin 0 -> 5230 bytes .../setuptools/_distutils/command/bdist.py | 143 + .../_distutils/command/bdist_dumb.py | 123 + .../_distutils/command/bdist_msi.py | 749 ++ .../_distutils/command/bdist_rpm.py | 579 ++ .../_distutils/command/bdist_wininst.py | 377 + .../setuptools/_distutils/command/build.py | 157 + .../_distutils/command/build_clib.py | 209 + .../_distutils/command/build_ext.py | 755 ++ .../setuptools/_distutils/command/build_py.py | 416 + .../_distutils/command/build_scripts.py | 160 + .../setuptools/_distutils/command/check.py | 148 + .../setuptools/_distutils/command/clean.py | 76 + .../setuptools/_distutils/command/config.py | 344 + .../setuptools/_distutils/command/install.py | 677 ++ .../_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 | 403 + .../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 | 327 + .../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 | 125 + .../setuptools/_distutils/sysconfig.py | 573 ++ .../setuptools/_distutils/text_file.py | 286 + .../setuptools/_distutils/unixccompiler.py | 328 + .../setuptools/_distutils/util.py | 561 ++ .../setuptools/_distutils/version.py | 347 + .../setuptools/_distutils/versionpredicate.py | 166 + .../site-packages/setuptools/_imp.py | 82 + .../setuptools/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 189 bytes .../__pycache__/ordered_set.cpython-38.pyc | Bin 0 -> 16447 bytes .../__pycache__/pyparsing.cpython-38.pyc | Bin 0 -> 201666 bytes .../setuptools/_vendor/ordered_set.py | 488 + .../setuptools/_vendor/packaging/__about__.py | 27 + .../setuptools/_vendor/packaging/__init__.py | 26 + .../__pycache__/__about__.cpython-38.pyc | Bin 0 -> 731 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 577 bytes .../__pycache__/_compat.cpython-38.pyc | Bin 0 -> 1149 bytes .../__pycache__/_structures.cpython-38.pyc | Bin 0 -> 2903 bytes .../__pycache__/_typing.cpython-38.pyc | Bin 0 -> 1494 bytes .../__pycache__/markers.cpython-38.pyc | Bin 0 -> 9335 bytes .../__pycache__/requirements.cpython-38.pyc | Bin 0 -> 4088 bytes .../__pycache__/specifiers.cpython-38.pyc | Bin 0 -> 20612 bytes .../packaging/__pycache__/tags.cpython-38.pyc | Bin 0 -> 17264 bytes .../__pycache__/utils.cpython-38.pyc | Bin 0 -> 1666 bytes .../__pycache__/version.cpython-38.pyc | Bin 0 -> 13341 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 | 17 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 728 bytes .../command/__pycache__/alias.cpython-38.pyc | Bin 0 -> 2372 bytes .../__pycache__/bdist_egg.cpython-38.pyc | Bin 0 -> 13038 bytes .../__pycache__/bdist_rpm.cpython-38.pyc | Bin 0 -> 1358 bytes .../__pycache__/build_clib.cpython-38.pyc | Bin 0 -> 2469 bytes .../__pycache__/build_ext.cpython-38.pyc | Bin 0 -> 9806 bytes .../__pycache__/build_py.cpython-38.pyc | Bin 0 -> 8679 bytes .../__pycache__/develop.cpython-38.pyc | Bin 0 -> 6421 bytes .../__pycache__/dist_info.cpython-38.pyc | Bin 0 -> 1396 bytes .../__pycache__/easy_install.cpython-38.pyc | Bin 0 -> 63256 bytes .../__pycache__/egg_info.cpython-38.pyc | Bin 0 -> 21696 bytes .../__pycache__/install.cpython-38.pyc | Bin 0 -> 4051 bytes .../install_egg_info.cpython-38.pyc | Bin 0 -> 2438 bytes .../__pycache__/install_lib.cpython-38.pyc | Bin 0 -> 4165 bytes .../install_scripts.cpython-38.pyc | Bin 0 -> 2429 bytes .../__pycache__/py36compat.cpython-38.pyc | Bin 0 -> 4590 bytes .../__pycache__/register.cpython-38.pyc | Bin 0 -> 846 bytes .../command/__pycache__/rotate.cpython-38.pyc | Bin 0 -> 2515 bytes .../__pycache__/saveopts.cpython-38.pyc | Bin 0 -> 924 bytes .../command/__pycache__/sdist.cpython-38.pyc | Bin 0 -> 7584 bytes .../command/__pycache__/setopt.cpython-38.pyc | Bin 0 -> 4532 bytes .../command/__pycache__/test.cpython-38.pyc | Bin 0 -> 8337 bytes .../command/__pycache__/upload.cpython-38.pyc | Bin 0 -> 819 bytes .../__pycache__/upload_docs.cpython-38.pyc | Bin 0 -> 6126 bytes .../site-packages/setuptools/command/alias.py | 78 + .../setuptools/command/bdist_egg.py | 456 + .../setuptools/command/bdist_rpm.py | 31 + .../setuptools/command/build_clib.py | 101 + .../setuptools/command/build_ext.py | 322 + .../setuptools/command/build_py.py | 270 + .../setuptools/command/develop.py | 216 + .../setuptools/command/dist_info.py | 36 + .../setuptools/command/easy_install.py | 2290 +++++ .../setuptools/command/egg_info.py | 727 ++ .../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 | 235 + .../setuptools/command/setopt.py | 148 + .../site-packages/setuptools/command/test.py | 274 + .../setuptools/command/upload.py | 17 + .../setuptools/command/upload_docs.py | 202 + .../site-packages/setuptools/config.py | 710 ++ .../site-packages/setuptools/dep_util.py | 25 + .../site-packages/setuptools/depends.py | 175 + .../site-packages/setuptools/dist.py | 1057 ++ .../site-packages/setuptools/errors.py | 16 + .../site-packages/setuptools/extension.py | 55 + .../setuptools/extern/__init__.py | 73 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 2902 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/lib2to3_ex.py | 68 + .../site-packages/setuptools/monkey.py | 177 + .../site-packages/setuptools/msvc.py | 1826 ++++ .../site-packages/setuptools/namespaces.py | 107 + .../site-packages/setuptools/package_index.py | 1145 +++ .../site-packages/setuptools/py34compat.py | 13 + .../site-packages/setuptools/sandbox.py | 496 + .../setuptools/script (dev).tmpl | 6 + .../site-packages/setuptools/script.tmpl | 3 + .../site-packages/setuptools/ssl_support.py | 266 + .../site-packages/setuptools/unicode_utils.py | 42 + .../site-packages/setuptools/version.py | 6 + .../site-packages/setuptools/wheel.py | 213 + .../setuptools/windows_support.py | 29 + .../tomli-2.2.1.dist-info/INSTALLER | 1 + .../tomli-2.2.1.dist-info/LICENSE | 21 + .../tomli-2.2.1.dist-info/METADATA | 268 + .../tomli-2.2.1.dist-info/RECORD | 14 + .../site-packages/tomli-2.2.1.dist-info/WHEEL | 4 + .../python3.8/site-packages/tomli/__init__.py | 8 + .../tomli/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 312 bytes .../tomli/__pycache__/_parser.cpython-38.pyc | Bin 0 -> 18180 bytes .../tomli/__pycache__/_re.cpython-38.pyc | Bin 0 -> 2921 bytes .../tomli/__pycache__/_types.cpython-38.pyc | Bin 0 -> 312 bytes .../python3.8/site-packages/tomli/_parser.py | 770 ++ env/lib/python3.8/site-packages/tomli/_re.py | 112 + .../python3.8/site-packages/tomli/_types.py | 10 + .../python3.8/site-packages/tomli/py.typed | 1 + .../INSTALLER | 1 + .../METADATA | 68 + .../typing_extensions-4.13.2.dist-info/RECORD | 7 + .../typing_extensions-4.13.2.dist-info/WHEEL | 4 + .../licenses/LICENSE | 279 + .../site-packages/typing_extensions.py | 4584 +++++++++ env/lib64 | 1 + env/pyvenv.cfg | 3 + lib/freebies.db => freebies.db | Bin 20480 -> 24576 bytes lib/__pycache__/database.cpython-38.pyc | Bin 0 -> 381 bytes lib/__pycache__/models.cpython-38.pyc | Bin 0 -> 2961 bytes lib/database.py | 9 + lib/debug.py | 9 - lib/migrations/env.py | 43 +- lib/models.py | 69 +- lib/seed.py | 3 - migrate.py | 12 + {lib/migrations => migrations}/README | 0 migrations/__pycache__/env.cpython-38.pyc | Bin 0 -> 1292 bytes migrations/env.py | 48 + {lib/migrations => migrations}/script.py.mako | 10 +- .../versions/62add1b284f5_initial_tables.py | 52 + .../890920b9a86d_create_freebies_table.py | 30 + ...62add1b284f5_initial_tables.cpython-38.pyc | Bin 0 -> 1414 bytes ...9a86d_create_freebies_table.cpython-38.pyc | Bin 0 -> 874 bytes requirements.txt | 0 seed.py | 23 + .../test_example.cpython-38-pytest-8.3.5.pyc | Bin 0 -> 805 bytes tests/__pycache__/test_example.cpython-38.pyc | Bin 0 -> 692 bytes tests/test_example.py | 14 + venv/bin/Activate.ps1 | 241 + venv/bin/activate | 76 + venv/bin/activate.csh | 37 + venv/bin/activate.fish | 75 + venv/bin/alembic | 8 + venv/bin/mako-render | 8 + venv/bin/pip | 8 + venv/bin/pip3 | 8 + venv/bin/pip3.8 | 8 + venv/bin/python | 1 + venv/bin/python3 | 1 + .../site/python3.8/greenlet/greenlet.h | 164 + .../MarkupSafe-2.1.5.dist-info/INSTALLER | 1 + .../MarkupSafe-2.1.5.dist-info/LICENSE.rst | 28 + .../MarkupSafe-2.1.5.dist-info/METADATA | 93 + .../MarkupSafe-2.1.5.dist-info/RECORD | 14 + .../MarkupSafe-2.1.5.dist-info/WHEEL | 6 + .../MarkupSafe-2.1.5.dist-info/top_level.txt | 1 + .../typing_extensions.cpython-38.pyc | Bin 0 -> 122522 bytes .../site-packages/_distutils_hack/__init__.py | 128 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 5126 bytes .../__pycache__/override.cpython-38.pyc | Bin 0 -> 238 bytes .../site-packages/_distutils_hack/override.py | 1 + .../alembic-1.14.1.dist-info/INSTALLER | 1 + .../alembic-1.14.1.dist-info/LICENSE | 19 + .../alembic-1.14.1.dist-info/METADATA | 143 + .../alembic-1.14.1.dist-info/RECORD | 151 + .../alembic-1.14.1.dist-info/REQUESTED | 0 .../alembic-1.14.1.dist-info/WHEEL | 5 + .../alembic-1.14.1.dist-info/entry_points.txt | 2 + .../alembic-1.14.1.dist-info/top_level.txt | 1 + .../site-packages/alembic/__init__.py | 4 + .../site-packages/alembic/__main__.py | 4 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 263 bytes .../__pycache__/__main__.cpython-38.pyc | Bin 0 -> 273 bytes .../__pycache__/command.cpython-38.pyc | Bin 0 -> 18114 bytes .../alembic/__pycache__/config.cpython-38.pyc | Bin 0 -> 17656 bytes .../__pycache__/context.cpython-38.pyc | Bin 0 -> 302 bytes .../__pycache__/environment.cpython-38.pyc | Bin 0 -> 218 bytes .../__pycache__/migration.cpython-38.pyc | Bin 0 -> 214 bytes .../alembic/__pycache__/op.cpython-38.pyc | Bin 0 -> 285 bytes .../alembic/autogenerate/__init__.py | 10 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 606 bytes .../__pycache__/api.cpython-38.pyc | Bin 0 -> 16820 bytes .../__pycache__/compare.cpython-38.pyc | Bin 0 -> 27076 bytes .../__pycache__/render.cpython-38.pyc | Bin 0 -> 27344 bytes .../__pycache__/rewriter.cpython-38.pyc | Bin 0 -> 6975 bytes .../site-packages/alembic/autogenerate/api.py | 650 ++ .../alembic/autogenerate/compare.py | 1329 +++ .../alembic/autogenerate/render.py | 1119 +++ .../alembic/autogenerate/rewriter.py | 240 + .../site-packages/alembic/command.py | 758 ++ .../python3.8/site-packages/alembic/config.py | 640 ++ .../site-packages/alembic/context.py | 5 + .../site-packages/alembic/context.pyi | 853 ++ .../site-packages/alembic/ddl/__init__.py | 6 + .../ddl/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 372 bytes .../ddl/__pycache__/_autogen.cpython-38.pyc | Bin 0 -> 11096 bytes .../ddl/__pycache__/base.cpython-38.pyc | Bin 0 -> 10690 bytes .../ddl/__pycache__/impl.cpython-38.pyc | Bin 0 -> 23961 bytes .../ddl/__pycache__/mssql.cpython-38.pyc | Bin 0 -> 10695 bytes .../ddl/__pycache__/mysql.cpython-38.pyc | Bin 0 -> 9912 bytes .../ddl/__pycache__/oracle.cpython-38.pyc | Bin 0 -> 5512 bytes .../ddl/__pycache__/postgresql.cpython-38.pyc | Bin 0 -> 21712 bytes .../ddl/__pycache__/sqlite.cpython-38.pyc | Bin 0 -> 5952 bytes .../site-packages/alembic/ddl/_autogen.py | 329 + .../site-packages/alembic/ddl/base.py | 336 + .../site-packages/alembic/ddl/impl.py | 886 ++ .../site-packages/alembic/ddl/mssql.py | 419 + .../site-packages/alembic/ddl/mysql.py | 492 + .../site-packages/alembic/ddl/oracle.py | 202 + .../site-packages/alembic/ddl/postgresql.py | 850 ++ .../site-packages/alembic/ddl/sqlite.py | 236 + .../site-packages/alembic/environment.py | 1 + .../site-packages/alembic/migration.py | 1 + .../lib/python3.8/site-packages/alembic/op.py | 5 + .../python3.8/site-packages/alembic/op.pyi | 1338 +++ .../alembic/operations/__init__.py | 15 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 481 bytes .../__pycache__/base.cpython-38.pyc | Bin 0 -> 71965 bytes .../__pycache__/batch.cpython-38.pyc | Bin 0 -> 19187 bytes .../operations/__pycache__/ops.cpython-38.pyc | Bin 0 -> 84012 bytes .../__pycache__/schemaobj.cpython-38.pyc | Bin 0 -> 8415 bytes .../__pycache__/toimpl.cpython-38.pyc | Bin 0 -> 5719 bytes .../site-packages/alembic/operations/base.py | 1907 ++++ .../site-packages/alembic/operations/batch.py | 717 ++ .../site-packages/alembic/operations/ops.py | 2800 ++++++ .../alembic/operations/schemaobj.py | 290 + .../alembic/operations/toimpl.py | 238 + .../python3.8/site-packages/alembic/py.typed | 0 .../site-packages/alembic/runtime/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 187 bytes .../__pycache__/environment.cpython-38.pyc | Bin 0 -> 40023 bytes .../__pycache__/migration.cpython-38.pyc | Bin 0 -> 39530 bytes .../alembic/runtime/environment.py | 1051 ++ .../alembic/runtime/migration.py | 1391 +++ .../site-packages/alembic/script/__init__.py | 4 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 288 bytes .../script/__pycache__/base.cpython-38.pyc | Bin 0 -> 27328 bytes .../__pycache__/revision.cpython-38.pyc | Bin 0 -> 42405 bytes .../__pycache__/write_hooks.cpython-38.pyc | Bin 0 -> 4795 bytes .../site-packages/alembic/script/base.py | 1066 ++ .../site-packages/alembic/script/revision.py | 1728 ++++ .../alembic/script/write_hooks.py | 179 + .../alembic/templates/async/README | 1 + .../async/__pycache__/env.cpython-38.pyc | Bin 0 -> 2143 bytes .../alembic/templates/async/alembic.ini.mako | 117 + .../alembic/templates/async/env.py | 89 + .../alembic/templates/async/script.py.mako | 26 + .../alembic/templates/generic/README | 1 + .../generic/__pycache__/env.cpython-38.pyc | Bin 0 -> 1708 bytes .../templates/generic/alembic.ini.mako | 38 +- .../alembic/templates/generic/env.py | 78 + .../alembic/templates/generic/script.py.mako | 26 + .../alembic/templates/multidb/README | 12 + .../multidb/__pycache__/env.cpython-38.pyc | Bin 0 -> 2693 bytes .../templates/multidb/alembic.ini.mako | 124 + .../alembic/templates/multidb/env.py | 140 + .../alembic/templates/multidb/script.py.mako | 47 + .../site-packages/alembic/testing/__init__.py | 29 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1277 bytes .../__pycache__/assertions.cpython-38.pyc | Bin 0 -> 5511 bytes .../testing/__pycache__/env.cpython-38.pyc | Bin 0 -> 9636 bytes .../__pycache__/fixtures.cpython-38.pyc | Bin 0 -> 9683 bytes .../__pycache__/requirements.cpython-38.pyc | Bin 0 -> 8753 bytes .../__pycache__/schemacompare.cpython-38.pyc | Bin 0 -> 5522 bytes .../testing/__pycache__/util.cpython-38.pyc | Bin 0 -> 3983 bytes .../__pycache__/warnings.cpython-38.pyc | Bin 0 -> 829 bytes .../alembic/testing/assertions.py | 176 + .../site-packages/alembic/testing/env.py | 518 + .../site-packages/alembic/testing/fixtures.py | 318 + .../alembic/testing/plugin/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 194 bytes .../__pycache__/bootstrap.cpython-38.pyc | Bin 0 -> 250 bytes .../alembic/testing/plugin/bootstrap.py | 4 + .../alembic/testing/requirements.py | 210 + .../alembic/testing/schemacompare.py | 169 + .../alembic/testing/suite/__init__.py | 7 + .../suite/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 402 bytes .../_autogen_fixtures.cpython-38.pyc | Bin 0 -> 8068 bytes .../test_autogen_comments.cpython-38.pyc | Bin 0 -> 4111 bytes .../test_autogen_computed.cpython-38.pyc | Bin 0 -> 5623 bytes .../test_autogen_diffs.cpython-38.pyc | Bin 0 -> 7135 bytes .../test_autogen_fks.cpython-38.pyc | Bin 0 -> 19475 bytes .../test_autogen_identity.cpython-38.pyc | Bin 0 -> 5368 bytes .../test_environment.cpython-38.pyc | Bin 0 -> 8577 bytes .../suite/__pycache__/test_op.cpython-38.pyc | Bin 0 -> 2287 bytes .../testing/suite/_autogen_fixtures.py | 335 + .../testing/suite/test_autogen_comments.py | 242 + .../testing/suite/test_autogen_computed.py | 204 + .../testing/suite/test_autogen_diffs.py | 273 + .../alembic/testing/suite/test_autogen_fks.py | 1190 +++ .../testing/suite/test_autogen_identity.py | 226 + .../alembic/testing/suite/test_environment.py | 364 + .../alembic/testing/suite/test_op.py | 42 + .../site-packages/alembic/testing/util.py | 126 + .../site-packages/alembic/testing/warnings.py | 40 + .../site-packages/alembic/util/__init__.py | 35 + .../util/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1378 bytes .../util/__pycache__/compat.cpython-38.pyc | Bin 0 -> 2385 bytes .../util/__pycache__/editor.cpython-38.pyc | Bin 0 -> 2504 bytes .../util/__pycache__/exc.cpython-38.pyc | Bin 0 -> 487 bytes .../__pycache__/langhelpers.cpython-38.pyc | Bin 0 -> 9922 bytes .../util/__pycache__/messaging.cpython-38.pyc | Bin 0 -> 3192 bytes .../util/__pycache__/pyfiles.cpython-38.pyc | Bin 0 -> 3192 bytes .../__pycache__/sqla_compat.cpython-38.pyc | Bin 0 -> 17992 bytes .../site-packages/alembic/util/compat.py | 90 + .../site-packages/alembic/util/editor.py | 81 + .../site-packages/alembic/util/exc.py | 6 + .../site-packages/alembic/util/langhelpers.py | 332 + .../site-packages/alembic/util/messaging.py | 121 + .../site-packages/alembic/util/pyfiles.py | 114 + .../site-packages/alembic/util/sqla_compat.py | 663 ++ .../site-packages/distutils-precedence.pth | 1 + .../greenlet-3.1.1.dist-info/AUTHORS | 51 + .../greenlet-3.1.1.dist-info/INSTALLER | 1 + .../greenlet-3.1.1.dist-info/LICENSE | 30 + .../greenlet-3.1.1.dist-info/LICENSE.PSF | 47 + .../greenlet-3.1.1.dist-info/METADATA | 103 + .../greenlet-3.1.1.dist-info/RECORD | 122 + .../greenlet-3.1.1.dist-info/WHEEL | 6 + .../greenlet-3.1.1.dist-info/top_level.txt | 1 + .../site-packages/greenlet/CObjects.cpp | 157 + .../site-packages/greenlet/PyGreenlet.cpp | 738 ++ .../site-packages/greenlet/PyGreenlet.hpp | 35 + .../greenlet/PyGreenletUnswitchable.cpp | 147 + .../site-packages/greenlet/PyModule.cpp | 292 + .../greenlet/TBrokenGreenlet.cpp | 45 + .../greenlet/TExceptionState.cpp | 62 + .../site-packages/greenlet/TGreenlet.cpp | 718 ++ .../site-packages/greenlet/TGreenlet.hpp | 813 ++ .../greenlet/TGreenletGlobals.cpp | 94 + .../site-packages/greenlet/TMainGreenlet.cpp | 153 + .../site-packages/greenlet/TPythonState.cpp | 393 + .../site-packages/greenlet/TStackState.cpp | 265 + .../site-packages/greenlet/TThreadState.hpp | 497 + .../greenlet/TThreadStateCreator.hpp | 102 + .../greenlet/TThreadStateDestroy.cpp | 258 + .../site-packages/greenlet/TUserGreenlet.cpp | 662 ++ .../site-packages/greenlet/__init__.py | 71 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1015 bytes .../_greenlet.cpython-38-x86_64-linux-gnu.so | Bin 0 -> 1420664 bytes .../site-packages/greenlet/greenlet.cpp | 320 + .../site-packages/greenlet/greenlet.h | 164 + .../greenlet/greenlet_allocator.hpp | 63 + .../greenlet/greenlet_compiler_compat.hpp | 98 + .../greenlet/greenlet_cpython_add_pending.hpp | 172 + .../greenlet/greenlet_cpython_compat.hpp | 142 + .../greenlet/greenlet_exceptions.hpp | 171 + .../greenlet/greenlet_internal.hpp | 107 + .../site-packages/greenlet/greenlet_refs.hpp | 1118 +++ .../greenlet/greenlet_slp_switch.hpp | 99 + .../greenlet/greenlet_thread_support.hpp | 31 + .../greenlet/platform/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 189 bytes .../platform/setup_switch_x64_masm.cmd | 2 + .../greenlet/platform/switch_aarch64_gcc.h | 124 + .../greenlet/platform/switch_alpha_unix.h | 30 + .../greenlet/platform/switch_amd64_unix.h | 87 + .../greenlet/platform/switch_arm32_gcc.h | 79 + .../greenlet/platform/switch_arm32_ios.h | 67 + .../greenlet/platform/switch_arm64_masm.asm | 53 + .../greenlet/platform/switch_arm64_masm.obj | Bin 0 -> 746 bytes .../greenlet/platform/switch_arm64_msvc.h | 17 + .../greenlet/platform/switch_csky_gcc.h | 48 + .../platform/switch_loongarch64_linux.h | 31 + .../greenlet/platform/switch_m68k_gcc.h | 38 + .../greenlet/platform/switch_mips_unix.h | 64 + .../greenlet/platform/switch_ppc64_aix.h | 103 + .../greenlet/platform/switch_ppc64_linux.h | 105 + .../greenlet/platform/switch_ppc_aix.h | 87 + .../greenlet/platform/switch_ppc_linux.h | 84 + .../greenlet/platform/switch_ppc_macosx.h | 82 + .../greenlet/platform/switch_ppc_unix.h | 82 + .../greenlet/platform/switch_riscv_unix.h | 36 + .../greenlet/platform/switch_s390_unix.h | 87 + .../greenlet/platform/switch_sh_gcc.h | 36 + .../greenlet/platform/switch_sparc_sun_gcc.h | 92 + .../greenlet/platform/switch_x32_unix.h | 63 + .../greenlet/platform/switch_x64_masm.asm | 111 + .../greenlet/platform/switch_x64_masm.obj | Bin 0 -> 1078 bytes .../greenlet/platform/switch_x64_msvc.h | 60 + .../greenlet/platform/switch_x86_msvc.h | 326 + .../greenlet/platform/switch_x86_unix.h | 105 + .../greenlet/slp_platformselect.h | 75 + .../site-packages/greenlet/tests/__init__.py | 240 + .../tests/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 5744 bytes .../fail_clearing_run_switches.cpython-38.pyc | Bin 0 -> 1534 bytes .../fail_cpp_exception.cpython-38.pyc | Bin 0 -> 1174 bytes ...initialstub_already_started.cpython-38.pyc | Bin 0 -> 2056 bytes .../fail_slp_switch.cpython-38.pyc | Bin 0 -> 765 bytes ...fail_switch_three_greenlets.cpython-38.pyc | Bin 0 -> 1145 bytes ...ail_switch_three_greenlets2.cpython-38.pyc | Bin 0 -> 1520 bytes .../fail_switch_two_greenlets.cpython-38.pyc | Bin 0 -> 1164 bytes .../__pycache__/leakcheck.cpython-38.pyc | Bin 0 -> 7315 bytes .../test_contextvars.cpython-38.pyc | Bin 0 -> 7818 bytes .../tests/__pycache__/test_cpp.cpython-38.pyc | Bin 0 -> 2757 bytes .../test_extension_interface.cpython-38.pyc | Bin 0 -> 4630 bytes .../tests/__pycache__/test_gc.cpython-38.pyc | Bin 0 -> 3133 bytes .../__pycache__/test_generator.cpython-38.pyc | Bin 0 -> 2231 bytes .../test_generator_nested.cpython-38.pyc | Bin 0 -> 5240 bytes .../__pycache__/test_greenlet.cpython-38.pyc | Bin 0 -> 46456 bytes .../test_greenlet_trash.cpython-38.pyc | Bin 0 -> 4890 bytes .../__pycache__/test_leaks.cpython-38.pyc | Bin 0 -> 11375 bytes .../test_stack_saved.cpython-38.pyc | Bin 0 -> 869 bytes .../__pycache__/test_throw.cpython-38.pyc | Bin 0 -> 3963 bytes .../__pycache__/test_tracing.cpython-38.pyc | Bin 0 -> 9528 bytes .../__pycache__/test_version.cpython-38.pyc | Bin 0 -> 1538 bytes .../__pycache__/test_weakref.cpython-38.pyc | Bin 0 -> 1849 bytes .../greenlet/tests/_test_extension.c | 231 + ...t_extension.cpython-38-x86_64-linux-gnu.so | Bin 0 -> 35904 bytes .../greenlet/tests/_test_extension_cpp.cpp | 226 + ...tension_cpp.cpython-38-x86_64-linux-gnu.so | Bin 0 -> 57640 bytes .../tests/fail_clearing_run_switches.py | 47 + .../greenlet/tests/fail_cpp_exception.py | 33 + .../tests/fail_initialstub_already_started.py | 78 + .../greenlet/tests/fail_slp_switch.py | 29 + .../tests/fail_switch_three_greenlets.py | 44 + .../tests/fail_switch_three_greenlets2.py | 55 + .../tests/fail_switch_two_greenlets.py | 41 + .../site-packages/greenlet/tests/leakcheck.py | 319 + .../greenlet/tests/test_contextvars.py | 310 + .../site-packages/greenlet/tests/test_cpp.py | 73 + .../tests/test_extension_interface.py | 115 + .../site-packages/greenlet/tests/test_gc.py | 86 + .../greenlet/tests/test_generator.py | 59 + .../greenlet/tests/test_generator_nested.py | 168 + .../greenlet/tests/test_greenlet.py | 1324 +++ .../greenlet/tests/test_greenlet_trash.py | 187 + .../greenlet/tests/test_leaks.py | 443 + .../greenlet/tests/test_stack_saved.py | 19 + .../greenlet/tests/test_throw.py | 128 + .../greenlet/tests/test_tracing.py | 291 + .../greenlet/tests/test_version.py | 41 + .../greenlet/tests/test_weakref.py | 35 + .../INSTALLER | 1 + .../LICENSE | 202 + .../METADATA | 133 + .../importlib_metadata-8.5.0.dist-info/RECORD | 31 + .../importlib_metadata-8.5.0.dist-info/WHEEL | 5 + .../top_level.txt | 1 + .../importlib_metadata/__init__.py | 1132 +++ .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 41877 bytes .../__pycache__/_adapters.cpython-38.pyc | Bin 0 -> 2908 bytes .../__pycache__/_collections.cpython-38.pyc | Bin 0 -> 1560 bytes .../__pycache__/_compat.cpython-38.pyc | Bin 0 -> 1898 bytes .../__pycache__/_functools.cpython-38.pyc | Bin 0 -> 3140 bytes .../__pycache__/_itertools.cpython-38.pyc | Bin 0 -> 5033 bytes .../__pycache__/_meta.cpython-38.pyc | Bin 0 -> 3238 bytes .../__pycache__/_text.cpython-38.pyc | Bin 0 -> 3093 bytes .../__pycache__/diagnose.cpython-38.pyc | Bin 0 -> 848 bytes .../importlib_metadata/_adapters.py | 83 + .../importlib_metadata/_collections.py | 30 + .../importlib_metadata/_compat.py | 56 + .../importlib_metadata/_functools.py | 104 + .../importlib_metadata/_itertools.py | 171 + .../site-packages/importlib_metadata/_meta.py | 75 + .../site-packages/importlib_metadata/_text.py | 99 + .../importlib_metadata/compat/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 197 bytes .../compat/__pycache__/py311.cpython-38.pyc | Bin 0 -> 1033 bytes .../compat/__pycache__/py39.cpython-38.pyc | Bin 0 -> 1192 bytes .../importlib_metadata/compat/py311.py | 22 + .../importlib_metadata/compat/py39.py | 36 + .../importlib_metadata/diagnose.py | 21 + .../site-packages/importlib_metadata/py.typed | 0 .../INSTALLER | 1 + .../LICENSE | 202 + .../METADATA | 103 + .../RECORD | 67 + .../importlib_resources-6.4.5.dist-info/WHEEL | 5 + .../top_level.txt | 1 + .../importlib_resources/__init__.py | 43 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 867 bytes .../__pycache__/_adapters.cpython-38.pyc | Bin 0 -> 7432 bytes .../__pycache__/_common.cpython-38.pyc | Bin 0 -> 5623 bytes .../__pycache__/_functional.cpython-38.pyc | Bin 0 -> 2757 bytes .../__pycache__/_itertools.cpython-38.pyc | Bin 0 -> 1389 bytes .../__pycache__/abc.cpython-38.pyc | Bin 0 -> 6870 bytes .../__pycache__/readers.cpython-38.pyc | Bin 0 -> 8678 bytes .../__pycache__/simple.cpython-38.pyc | Bin 0 -> 4517 bytes .../importlib_resources/_adapters.py | 168 + .../importlib_resources/_common.py | 211 + .../importlib_resources/_functional.py | 81 + .../importlib_resources/_itertools.py | 38 + .../site-packages/importlib_resources/abc.py | 171 + .../importlib_resources/compat/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 198 bytes .../compat/__pycache__/py38.cpython-38.pyc | Bin 0 -> 375 bytes .../compat/__pycache__/py39.cpython-38.pyc | Bin 0 -> 336 bytes .../importlib_resources/compat/py38.py | 11 + .../importlib_resources/compat/py39.py | 10 + .../importlib_resources/future/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 198 bytes .../__pycache__/adapters.cpython-38.pyc | Bin 0 -> 3458 bytes .../importlib_resources/future/adapters.py | 95 + .../importlib_resources/py.typed | 0 .../importlib_resources/readers.py | 203 + .../importlib_resources/simple.py | 106 + .../importlib_resources/tests/__init__.py | 0 .../tests/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 197 bytes .../tests/__pycache__/_path.cpython-38.pyc | Bin 0 -> 3224 bytes .../test_compatibilty_files.cpython-38.pyc | Bin 0 -> 5386 bytes .../__pycache__/test_contents.cpython-38.pyc | Bin 0 -> 1507 bytes .../__pycache__/test_custom.cpython-38.pyc | Bin 0 -> 2336 bytes .../__pycache__/test_files.cpython-38.pyc | Bin 0 -> 7635 bytes .../test_functional.cpython-38.pyc | Bin 0 -> 6703 bytes .../__pycache__/test_open.cpython-38.pyc | Bin 0 -> 3730 bytes .../__pycache__/test_path.cpython-38.pyc | Bin 0 -> 2969 bytes .../__pycache__/test_read.cpython-38.pyc | Bin 0 -> 4138 bytes .../__pycache__/test_reader.cpython-38.pyc | Bin 0 -> 5787 bytes .../__pycache__/test_resource.cpython-38.pyc | Bin 0 -> 10297 bytes .../tests/__pycache__/util.cpython-38.pyc | Bin 0 -> 7545 bytes .../tests/__pycache__/zip.cpython-38.pyc | Bin 0 -> 849 bytes .../importlib_resources/tests/_path.py | 94 + .../tests/compat/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 204 bytes .../compat/__pycache__/py312.cpython-38.pyc | Bin 0 -> 573 bytes .../compat/__pycache__/py39.cpython-38.pyc | Bin 0 -> 586 bytes .../importlib_resources/tests/compat/py312.py | 18 + .../importlib_resources/tests/compat/py39.py | 13 + .../tests/test_compatibilty_files.py | 104 + .../tests/test_contents.py | 38 + .../importlib_resources/tests/test_custom.py | 47 + .../importlib_resources/tests/test_files.py | 194 + .../tests/test_functional.py | 255 + .../importlib_resources/tests/test_open.py | 84 + .../importlib_resources/tests/test_path.py | 62 + .../importlib_resources/tests/test_read.py | 93 + .../importlib_resources/tests/test_reader.py | 137 + .../tests/test_resource.py | 237 + .../importlib_resources/tests/util.py | 206 + .../importlib_resources/tests/zip.py | 26 + .../mako-1.3.10.dist-info/INSTALLER | 1 + .../mako-1.3.10.dist-info/METADATA | 88 + .../mako-1.3.10.dist-info/RECORD | 74 + .../site-packages/mako-1.3.10.dist-info/WHEEL | 5 + .../mako-1.3.10.dist-info/entry_points.txt | 18 + .../mako-1.3.10.dist-info/licenses/LICENSE | 19 + .../mako-1.3.10.dist-info/top_level.txt | 1 + .../python3.8/site-packages/mako/__init__.py | 8 + .../mako/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 198 bytes .../mako/__pycache__/_ast_util.cpython-38.pyc | Bin 0 -> 21548 bytes .../mako/__pycache__/ast.cpython-38.pyc | Bin 0 -> 4806 bytes .../mako/__pycache__/cache.cpython-38.pyc | Bin 0 -> 6672 bytes .../mako/__pycache__/cmd.cpython-38.pyc | Bin 0 -> 2386 bytes .../mako/__pycache__/codegen.cpython-38.pyc | Bin 0 -> 32938 bytes .../mako/__pycache__/compat.cpython-38.pyc | Bin 0 -> 1910 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 0 -> 11599 bytes .../mako/__pycache__/filters.cpython-38.pyc | Bin 0 -> 5069 bytes .../mako/__pycache__/lexer.cpython-38.pyc | Bin 0 -> 10567 bytes .../mako/__pycache__/lookup.cpython-38.pyc | Bin 0 -> 10277 bytes .../mako/__pycache__/parsetree.cpython-38.pyc | Bin 0 -> 19643 bytes .../mako/__pycache__/pygen.cpython-38.pyc | Bin 0 -> 6713 bytes .../mako/__pycache__/pyparser.cpython-38.pyc | Bin 0 -> 7240 bytes .../mako/__pycache__/runtime.cpython-38.pyc | Bin 0 -> 27721 bytes .../mako/__pycache__/template.cpython-38.pyc | Bin 0 -> 19695 bytes .../mako/__pycache__/util.cpython-38.pyc | Bin 0 -> 11328 bytes .../python3.8/site-packages/mako/_ast_util.py | 713 ++ venv/lib/python3.8/site-packages/mako/ast.py | 202 + .../lib/python3.8/site-packages/mako/cache.py | 239 + venv/lib/python3.8/site-packages/mako/cmd.py | 99 + .../python3.8/site-packages/mako/codegen.py | 1319 +++ .../python3.8/site-packages/mako/compat.py | 70 + .../site-packages/mako/exceptions.py | 417 + .../site-packages/mako/ext/__init__.py | 0 .../ext/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 180 bytes .../__pycache__/autohandler.cpython-38.pyc | Bin 0 -> 1500 bytes .../__pycache__/babelplugin.cpython-38.pyc | Bin 0 -> 2126 bytes .../__pycache__/beaker_cache.cpython-38.pyc | Bin 0 -> 2570 bytes .../ext/__pycache__/extract.cpython-38.pyc | Bin 0 -> 2923 bytes .../__pycache__/linguaplugin.cpython-38.pyc | Bin 0 -> 1665 bytes .../__pycache__/preprocessors.cpython-38.pyc | Bin 0 -> 613 bytes .../__pycache__/pygmentplugin.cpython-38.pyc | Bin 0 -> 4516 bytes .../ext/__pycache__/turbogears.cpython-38.pyc | Bin 0 -> 1646 bytes .../site-packages/mako/ext/autohandler.py | 70 + .../site-packages/mako/ext/babelplugin.py | 57 + .../site-packages/mako/ext/beaker_cache.py | 82 + .../site-packages/mako/ext/extract.py | 129 + .../site-packages/mako/ext/linguaplugin.py | 57 + .../site-packages/mako/ext/preprocessors.py | 20 + .../site-packages/mako/ext/pygmentplugin.py | 150 + .../site-packages/mako/ext/turbogears.py | 61 + .../python3.8/site-packages/mako/filters.py | 163 + .../lib/python3.8/site-packages/mako/lexer.py | 481 + .../python3.8/site-packages/mako/lookup.py | 361 + .../python3.8/site-packages/mako/parsetree.py | 656 ++ .../lib/python3.8/site-packages/mako/pygen.py | 309 + .../python3.8/site-packages/mako/pyparser.py | 235 + .../python3.8/site-packages/mako/runtime.py | 968 ++ .../python3.8/site-packages/mako/template.py | 711 ++ .../site-packages/mako/testing/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 184 bytes .../__pycache__/_config.cpython-38.pyc | Bin 0 -> 4382 bytes .../__pycache__/assertions.cpython-38.pyc | Bin 0 -> 4577 bytes .../testing/__pycache__/config.cpython-38.pyc | Bin 0 -> 691 bytes .../__pycache__/exclusions.cpython-38.pyc | Bin 0 -> 1663 bytes .../__pycache__/fixtures.cpython-38.pyc | Bin 0 -> 3544 bytes .../__pycache__/helpers.cpython-38.pyc | Bin 0 -> 2420 bytes .../site-packages/mako/testing/_config.py | 128 + .../site-packages/mako/testing/assertions.py | 166 + .../site-packages/mako/testing/config.py | 17 + .../site-packages/mako/testing/exclusions.py | 80 + .../site-packages/mako/testing/fixtures.py | 119 + .../site-packages/mako/testing/helpers.py | 71 + venv/lib/python3.8/site-packages/mako/util.py | 388 + .../site-packages/markupsafe/__init__.py | 332 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 11459 bytes .../__pycache__/_native.cpython-38.pyc | Bin 0 -> 2022 bytes .../site-packages/markupsafe/_native.py | 63 + .../site-packages/markupsafe/_speedups.c | 320 + .../_speedups.cpython-38-x86_64-linux-gnu.so | Bin 0 -> 45024 bytes .../site-packages/markupsafe/_speedups.pyi | 9 + .../site-packages/markupsafe/py.typed | 0 .../pip-22.0.4.dist-info/INSTALLER | 1 + .../pip-22.0.4.dist-info/LICENSE.txt | 20 + .../pip-22.0.4.dist-info/METADATA | 92 + .../site-packages/pip-22.0.4.dist-info/RECORD | 1053 ++ .../pip-22.0.4.dist-info/REQUESTED | 0 .../site-packages/pip-22.0.4.dist-info/WHEEL | 5 + .../pip-22.0.4.dist-info/entry_points.txt | 5 + .../pip-22.0.4.dist-info/top_level.txt | 1 + .../python3.8/site-packages/pip/__init__.py | 13 + .../python3.8/site-packages/pip/__main__.py | 31 + .../pip/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 631 bytes .../pip/__pycache__/__main__.cpython-38.pyc | Bin 0 -> 591 bytes .../site-packages/pip/_internal/__init__.py | 19 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 752 bytes .../__pycache__/build_env.cpython-38.pyc | Bin 0 -> 9425 bytes .../__pycache__/cache.cpython-38.pyc | Bin 0 -> 8334 bytes .../__pycache__/configuration.cpython-38.pyc | Bin 0 -> 11190 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 0 -> 23375 bytes .../_internal/__pycache__/main.cpython-38.pyc | Bin 0 -> 617 bytes .../__pycache__/pyproject.cpython-38.pyc | Bin 0 -> 3546 bytes .../self_outdated_check.cpython-38.pyc | Bin 0 -> 4554 bytes .../__pycache__/wheel_builder.cpython-38.pyc | Bin 0 -> 9175 bytes .../site-packages/pip/_internal/build_env.py | 296 + .../site-packages/pip/_internal/cache.py | 264 + .../pip/_internal/cli/__init__.py | 4 + .../cli/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 272 bytes .../__pycache__/autocompletion.cpython-38.pyc | Bin 0 -> 5297 bytes .../__pycache__/base_command.cpython-38.pyc | Bin 0 -> 6371 bytes .../cli/__pycache__/cmdoptions.cpython-38.pyc | Bin 0 -> 22768 bytes .../command_context.cpython-38.pyc | Bin 0 -> 1282 bytes .../cli/__pycache__/main.cpython-38.pyc | Bin 0 -> 1358 bytes .../__pycache__/main_parser.cpython-38.pyc | Bin 0 -> 2159 bytes .../cli/__pycache__/parser.cpython-38.pyc | Bin 0 -> 9939 bytes .../__pycache__/progress_bars.cpython-38.pyc | Bin 0 -> 9232 bytes .../__pycache__/req_command.cpython-38.pyc | Bin 0 -> 13465 bytes .../cli/__pycache__/spinners.cpython-38.pyc | Bin 0 -> 4937 bytes .../__pycache__/status_codes.cpython-38.pyc | Bin 0 -> 351 bytes .../pip/_internal/cli/autocompletion.py | 171 + .../pip/_internal/cli/base_command.py | 223 + .../pip/_internal/cli/cmdoptions.py | 1018 ++ .../pip/_internal/cli/command_context.py | 27 + .../site-packages/pip/_internal/cli/main.py | 70 + .../pip/_internal/cli/main_parser.py | 87 + .../site-packages/pip/_internal/cli/parser.py | 292 + .../pip/_internal/cli/progress_bars.py | 321 + .../pip/_internal/cli/req_command.py | 506 + .../pip/_internal/cli/spinners.py | 157 + .../pip/_internal/cli/status_codes.py | 6 + .../pip/_internal/commands/__init__.py | 127 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 3049 bytes .../commands/__pycache__/cache.cpython-38.pyc | Bin 0 -> 6178 bytes .../commands/__pycache__/check.cpython-38.pyc | Bin 0 -> 1565 bytes .../__pycache__/completion.cpython-38.pyc | Bin 0 -> 3142 bytes .../__pycache__/configuration.cpython-38.pyc | Bin 0 -> 8271 bytes .../commands/__pycache__/debug.cpython-38.pyc | Bin 0 -> 6590 bytes .../__pycache__/download.cpython-38.pyc | Bin 0 -> 3998 bytes .../__pycache__/freeze.cpython-38.pyc | Bin 0 -> 2634 bytes .../commands/__pycache__/hash.cpython-38.pyc | Bin 0 -> 2116 bytes .../commands/__pycache__/help.cpython-38.pyc | Bin 0 -> 1305 bytes .../commands/__pycache__/index.cpython-38.pyc | Bin 0 -> 4587 bytes .../__pycache__/install.cpython-38.pyc | Bin 0 -> 17760 bytes .../commands/__pycache__/list.cpython-38.pyc | Bin 0 -> 10171 bytes .../__pycache__/search.cpython-38.pyc | Bin 0 -> 5317 bytes .../commands/__pycache__/show.cpython-38.pyc | Bin 0 -> 6125 bytes .../__pycache__/uninstall.cpython-38.pyc | Bin 0 -> 3101 bytes .../commands/__pycache__/wheel.cpython-38.pyc | Bin 0 -> 4863 bytes .../pip/_internal/commands/cache.py | 223 + .../pip/_internal/commands/check.py | 53 + .../pip/_internal/commands/completion.py | 96 + .../pip/_internal/commands/configuration.py | 266 + .../pip/_internal/commands/debug.py | 202 + .../pip/_internal/commands/download.py | 140 + .../pip/_internal/commands/freeze.py | 97 + .../pip/_internal/commands/hash.py | 59 + .../pip/_internal/commands/help.py | 41 + .../pip/_internal/commands/index.py | 139 + .../pip/_internal/commands/install.py | 771 ++ .../pip/_internal/commands/list.py | 361 + .../pip/_internal/commands/search.py | 174 + .../pip/_internal/commands/show.py | 178 + .../pip/_internal/commands/uninstall.py | 105 + .../pip/_internal/commands/wheel.py | 178 + .../pip/_internal/configuration.py | 366 + .../pip/_internal/distributions/__init__.py | 21 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 795 bytes .../__pycache__/base.cpython-38.pyc | Bin 0 -> 1872 bytes .../__pycache__/installed.cpython-38.pyc | Bin 0 -> 1246 bytes .../__pycache__/sdist.cpython-38.pyc | Bin 0 -> 4525 bytes .../__pycache__/wheel.cpython-38.pyc | Bin 0 -> 1613 bytes .../pip/_internal/distributions/base.py | 36 + .../pip/_internal/distributions/installed.py | 20 + .../pip/_internal/distributions/sdist.py | 127 + .../pip/_internal/distributions/wheel.py | 31 + .../site-packages/pip/_internal/exceptions.py | 658 ++ .../pip/_internal/index/__init__.py | 2 + .../index/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 226 bytes .../__pycache__/collector.cpython-38.pyc | Bin 0 -> 18047 bytes .../__pycache__/package_finder.cpython-38.pyc | Bin 0 -> 28118 bytes .../index/__pycache__/sources.cpython-38.pyc | Bin 0 -> 7191 bytes .../pip/_internal/index/collector.py | 610 ++ .../pip/_internal/index/package_finder.py | 1004 ++ .../pip/_internal/index/sources.py | 224 + .../pip/_internal/locations/__init__.py | 520 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 12554 bytes .../__pycache__/_distutils.cpython-38.pyc | Bin 0 -> 4687 bytes .../__pycache__/_sysconfig.cpython-38.pyc | Bin 0 -> 6286 bytes .../locations/__pycache__/base.cpython-38.pyc | Bin 0 -> 1540 bytes .../pip/_internal/locations/_distutils.py | 169 + .../pip/_internal/locations/_sysconfig.py | 219 + .../pip/_internal/locations/base.py | 52 + .../site-packages/pip/_internal/main.py | 12 + .../pip/_internal/metadata/__init__.py | 62 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 2340 bytes .../metadata/__pycache__/base.cpython-38.pyc | Bin 0 -> 21169 bytes .../__pycache__/pkg_resources.cpython-38.pyc | Bin 0 -> 9925 bytes .../pip/_internal/metadata/base.py | 546 ++ .../pip/_internal/metadata/pkg_resources.py | 256 + .../pip/_internal/models/__init__.py | 2 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 260 bytes .../__pycache__/candidate.cpython-38.pyc | Bin 0 -> 1443 bytes .../__pycache__/direct_url.cpython-38.pyc | Bin 0 -> 7268 bytes .../__pycache__/format_control.cpython-38.pyc | Bin 0 -> 2722 bytes .../models/__pycache__/index.cpython-38.pyc | Bin 0 -> 1236 bytes .../models/__pycache__/link.cpython-38.pyc | Bin 0 -> 10307 bytes .../models/__pycache__/scheme.cpython-38.pyc | Bin 0 -> 1032 bytes .../__pycache__/search_scope.cpython-38.pyc | Bin 0 -> 3485 bytes .../selection_prefs.cpython-38.pyc | Bin 0 -> 1698 bytes .../__pycache__/target_python.cpython-38.pyc | Bin 0 -> 3436 bytes .../models/__pycache__/wheel.cpython-38.pyc | Bin 0 -> 4358 bytes .../pip/_internal/models/candidate.py | 34 + .../pip/_internal/models/direct_url.py | 220 + .../pip/_internal/models/format_control.py | 80 + .../pip/_internal/models/index.py | 28 + .../pip/_internal/models/link.py | 288 + .../pip/_internal/models/scheme.py | 31 + .../pip/_internal/models/search_scope.py | 129 + .../pip/_internal/models/selection_prefs.py | 51 + .../pip/_internal/models/target_python.py | 110 + .../pip/_internal/models/wheel.py | 89 + .../pip/_internal/network/__init__.py | 2 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 248 bytes .../network/__pycache__/auth.cpython-38.pyc | Bin 0 -> 7503 bytes .../network/__pycache__/cache.cpython-38.pyc | Bin 0 -> 2842 bytes .../__pycache__/download.cpython-38.pyc | Bin 0 -> 5492 bytes .../__pycache__/lazy_wheel.cpython-38.pyc | Bin 0 -> 8348 bytes .../__pycache__/session.cpython-38.pyc | Bin 0 -> 10774 bytes .../network/__pycache__/utils.cpython-38.pyc | Bin 0 -> 1434 bytes .../network/__pycache__/xmlrpc.cpython-38.pyc | Bin 0 -> 2065 bytes .../pip/_internal/network/auth.py | 323 + .../pip/_internal/network/cache.py | 69 + .../pip/_internal/network/download.py | 185 + .../pip/_internal/network/lazy_wheel.py | 210 + .../pip/_internal/network/session.py | 454 + .../pip/_internal/network/utils.py | 96 + .../pip/_internal/network/xmlrpc.py | 60 + .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 196 bytes .../__pycache__/check.cpython-38.pyc | Bin 0 -> 4006 bytes .../__pycache__/freeze.cpython-38.pyc | Bin 0 -> 6140 bytes .../__pycache__/prepare.cpython-38.pyc | Bin 0 -> 14757 bytes .../_internal/operations/build/__init__.py | 0 .../build/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 202 bytes .../build/__pycache__/metadata.cpython-38.pyc | Bin 0 -> 1375 bytes .../metadata_editable.cpython-38.pyc | Bin 0 -> 1409 bytes .../metadata_legacy.cpython-38.pyc | Bin 0 -> 2287 bytes .../build/__pycache__/wheel.cpython-38.pyc | Bin 0 -> 1195 bytes .../__pycache__/wheel_editable.cpython-38.pyc | Bin 0 -> 1411 bytes .../__pycache__/wheel_legacy.cpython-38.pyc | Bin 0 -> 2710 bytes .../_internal/operations/build/metadata.py | 39 + .../operations/build/metadata_editable.py | 41 + .../operations/build/metadata_legacy.py | 74 + .../pip/_internal/operations/build/wheel.py | 37 + .../operations/build/wheel_editable.py | 46 + .../operations/build/wheel_legacy.py | 102 + .../pip/_internal/operations/check.py | 149 + .../pip/_internal/operations/freeze.py | 254 + .../_internal/operations/install/__init__.py | 2 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 260 bytes .../editable_legacy.cpython-38.pyc | Bin 0 -> 1441 bytes .../install/__pycache__/legacy.cpython-38.pyc | Bin 0 -> 3190 bytes .../install/__pycache__/wheel.cpython-38.pyc | Bin 0 -> 20756 bytes .../operations/install/editable_legacy.py | 47 + .../_internal/operations/install/legacy.py | 120 + .../pip/_internal/operations/install/wheel.py | 738 ++ .../pip/_internal/operations/prepare.py | 642 ++ .../site-packages/pip/_internal/pyproject.py | 168 + .../pip/_internal/req/__init__.py | 94 + .../req/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 2538 bytes .../__pycache__/constructors.cpython-38.pyc | Bin 0 -> 12081 bytes .../req/__pycache__/req_file.cpython-38.pyc | Bin 0 -> 13386 bytes .../__pycache__/req_install.cpython-38.pyc | Bin 0 -> 22160 bytes .../req/__pycache__/req_set.cpython-38.pyc | Bin 0 -> 5939 bytes .../__pycache__/req_tracker.cpython-38.pyc | Bin 0 -> 4137 bytes .../__pycache__/req_uninstall.cpython-38.pyc | Bin 0 -> 18764 bytes .../pip/_internal/req/constructors.py | 490 + .../pip/_internal/req/req_file.py | 536 + .../pip/_internal/req/req_install.py | 858 ++ .../pip/_internal/req/req_set.py | 189 + .../pip/_internal/req/req_tracker.py | 124 + .../pip/_internal/req/req_uninstall.py | 633 ++ .../pip/_internal/resolution/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 196 bytes .../__pycache__/base.cpython-38.pyc | Bin 0 -> 1055 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 203 bytes .../__pycache__/resolver.cpython-38.pyc | Bin 0 -> 12211 bytes .../_internal/resolution/legacy/resolver.py | 467 + .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 207 bytes .../__pycache__/base.cpython-38.pyc | Bin 0 -> 6616 bytes .../__pycache__/candidates.cpython-38.pyc | Bin 0 -> 18569 bytes .../__pycache__/factory.cpython-38.pyc | Bin 0 -> 19139 bytes .../found_candidates.cpython-38.pyc | Bin 0 -> 4848 bytes .../__pycache__/provider.cpython-38.pyc | Bin 0 -> 7663 bytes .../__pycache__/reporter.cpython-38.pyc | Bin 0 -> 3268 bytes .../__pycache__/requirements.cpython-38.pyc | Bin 0 -> 7604 bytes .../__pycache__/resolver.cpython-38.pyc | Bin 0 -> 8205 bytes .../_internal/resolution/resolvelib/base.py | 141 + .../resolution/resolvelib/candidates.py | 547 ++ .../resolution/resolvelib/factory.py | 739 ++ .../resolution/resolvelib/found_candidates.py | 155 + .../resolution/resolvelib/provider.py | 248 + .../resolution/resolvelib/reporter.py | 68 + .../resolution/resolvelib/requirements.py | 166 + .../resolution/resolvelib/resolver.py | 298 + .../pip/_internal/self_outdated_check.py | 189 + .../pip/_internal/utils/__init__.py | 0 .../utils/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 191 bytes .../utils/__pycache__/_log.cpython-38.pyc | Bin 0 -> 1510 bytes .../utils/__pycache__/appdirs.cpython-38.pyc | Bin 0 -> 1622 bytes .../utils/__pycache__/compat.cpython-38.pyc | Bin 0 -> 1504 bytes .../compatibility_tags.cpython-38.pyc | Bin 0 -> 4072 bytes .../utils/__pycache__/datetime.cpython-38.pyc | Bin 0 -> 510 bytes .../__pycache__/deprecation.cpython-38.pyc | Bin 0 -> 3250 bytes .../direct_url_helpers.cpython-38.pyc | Bin 0 -> 2112 bytes .../__pycache__/distutils_args.cpython-38.pyc | Bin 0 -> 1140 bytes .../utils/__pycache__/egg_link.cpython-38.pyc | Bin 0 -> 2137 bytes .../utils/__pycache__/encoding.cpython-38.pyc | Bin 0 -> 1318 bytes .../__pycache__/entrypoints.cpython-38.pyc | Bin 0 -> 1301 bytes .../__pycache__/filesystem.cpython-38.pyc | Bin 0 -> 5125 bytes .../__pycache__/filetypes.cpython-38.pyc | Bin 0 -> 941 bytes .../utils/__pycache__/glibc.cpython-38.pyc | Bin 0 -> 1678 bytes .../utils/__pycache__/hashes.cpython-38.pyc | Bin 0 -> 5183 bytes .../inject_securetransport.cpython-38.pyc | Bin 0 -> 984 bytes .../utils/__pycache__/logging.cpython-38.pyc | Bin 0 -> 9600 bytes .../utils/__pycache__/misc.cpython-38.pyc | Bin 0 -> 18771 bytes .../utils/__pycache__/models.cpython-38.pyc | Bin 0 -> 2059 bytes .../__pycache__/packaging.cpython-38.pyc | Bin 0 -> 2081 bytes .../setuptools_build.cpython-38.pyc | Bin 0 -> 4593 bytes .../__pycache__/subprocess.cpython-38.pyc | Bin 0 -> 5683 bytes .../utils/__pycache__/temp_dir.cpython-38.pyc | Bin 0 -> 7255 bytes .../__pycache__/unpacking.cpython-38.pyc | Bin 0 -> 6642 bytes .../utils/__pycache__/urls.cpython-38.pyc | Bin 0 -> 1611 bytes .../__pycache__/virtualenv.cpython-38.pyc | Bin 0 -> 3275 bytes .../utils/__pycache__/wheel.cpython-38.pyc | Bin 0 -> 4485 bytes .../site-packages/pip/_internal/utils/_log.py | 38 + .../pip/_internal/utils/appdirs.py | 52 + .../pip/_internal/utils/compat.py | 63 + .../pip/_internal/utils/compatibility_tags.py | 165 + .../pip/_internal/utils/datetime.py | 11 + .../pip/_internal/utils/deprecation.py | 120 + .../pip/_internal/utils/direct_url_helpers.py | 87 + .../pip/_internal/utils/distutils_args.py | 42 + .../pip/_internal/utils/egg_link.py | 75 + .../pip/_internal/utils/encoding.py | 36 + .../pip/_internal/utils/entrypoints.py | 27 + .../pip/_internal/utils/filesystem.py | 182 + .../pip/_internal/utils/filetypes.py | 27 + .../pip/_internal/utils/glibc.py | 88 + .../pip/_internal/utils/hashes.py | 144 + .../_internal/utils/inject_securetransport.py | 35 + .../pip/_internal/utils/logging.py | 343 + .../site-packages/pip/_internal/utils/misc.py | 629 ++ .../pip/_internal/utils/models.py | 39 + .../pip/_internal/utils/packaging.py | 57 + .../pip/_internal/utils/setuptools_build.py | 195 + .../pip/_internal/utils/subprocess.py | 260 + .../pip/_internal/utils/temp_dir.py | 246 + .../pip/_internal/utils/unpacking.py | 258 + .../site-packages/pip/_internal/utils/urls.py | 62 + .../pip/_internal/utils/virtualenv.py | 104 + .../pip/_internal/utils/wheel.py | 136 + .../pip/_internal/vcs/__init__.py | 15 + .../vcs/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 514 bytes .../vcs/__pycache__/bazaar.cpython-38.pyc | Bin 0 -> 3365 bytes .../vcs/__pycache__/git.cpython-38.pyc | Bin 0 -> 12603 bytes .../vcs/__pycache__/mercurial.cpython-38.pyc | Bin 0 -> 5059 bytes .../vcs/__pycache__/subversion.cpython-38.pyc | Bin 0 -> 8504 bytes .../__pycache__/versioncontrol.cpython-38.pyc | Bin 0 -> 21213 bytes .../site-packages/pip/_internal/vcs/bazaar.py | 101 + .../site-packages/pip/_internal/vcs/git.py | 526 + .../pip/_internal/vcs/mercurial.py | 163 + .../pip/_internal/vcs/subversion.py | 324 + .../pip/_internal/vcs/versioncontrol.py | 705 ++ .../pip/_internal/wheel_builder.py | 377 + .../site-packages/pip/_vendor/__init__.py | 111 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 2906 bytes .../_vendor/__pycache__/distro.cpython-38.pyc | Bin 0 -> 38398 bytes .../_vendor/__pycache__/six.cpython-38.pyc | Bin 0 -> 27486 bytes .../typing_extensions.cpython-38.pyc | Bin 0 -> 68558 bytes .../pip/_vendor/cachecontrol/__init__.py | 18 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 642 bytes .../__pycache__/_cmd.cpython-38.pyc | Bin 0 -> 1576 bytes .../__pycache__/adapter.cpython-38.pyc | Bin 0 -> 3139 bytes .../__pycache__/cache.cpython-38.pyc | Bin 0 -> 1801 bytes .../__pycache__/compat.cpython-38.pyc | Bin 0 -> 756 bytes .../__pycache__/controller.cpython-38.pyc | Bin 0 -> 8226 bytes .../__pycache__/filewrapper.cpython-38.pyc | Bin 0 -> 2790 bytes .../__pycache__/heuristics.cpython-38.pyc | Bin 0 -> 4734 bytes .../__pycache__/serialize.cpython-38.pyc | Bin 0 -> 4264 bytes .../__pycache__/wrapper.cpython-38.pyc | Bin 0 -> 673 bytes .../pip/_vendor/cachecontrol/_cmd.py | 61 + .../pip/_vendor/cachecontrol/adapter.py | 137 + .../pip/_vendor/cachecontrol/cache.py | 43 + .../_vendor/cachecontrol/caches/__init__.py | 6 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 293 bytes .../__pycache__/file_cache.cpython-38.pyc | Bin 0 -> 3281 bytes .../__pycache__/redis_cache.cpython-38.pyc | Bin 0 -> 1565 bytes .../_vendor/cachecontrol/caches/file_cache.py | 150 + .../cachecontrol/caches/redis_cache.py | 37 + .../pip/_vendor/cachecontrol/compat.py | 32 + .../pip/_vendor/cachecontrol/controller.py | 415 + .../pip/_vendor/cachecontrol/filewrapper.py | 111 + .../pip/_vendor/cachecontrol/heuristics.py | 139 + .../pip/_vendor/cachecontrol/serialize.py | 186 + .../pip/_vendor/cachecontrol/wrapper.py | 33 + .../pip/_vendor/certifi/__init__.py | 3 + .../pip/_vendor/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 275 bytes .../__pycache__/__main__.cpython-38.pyc | Bin 0 -> 452 bytes .../certifi/__pycache__/core.cpython-38.pyc | Bin 0 -> 1535 bytes .../pip/_vendor/certifi/cacert.pem | 4362 +++++++++ .../site-packages/pip/_vendor/certifi/core.py | 76 + .../pip/_vendor/chardet/__init__.py | 83 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1893 bytes .../__pycache__/big5freq.cpython-38.pyc | Bin 0 -> 27178 bytes .../__pycache__/big5prober.cpython-38.pyc | Bin 0 -> 1133 bytes .../chardistribution.cpython-38.pyc | Bin 0 -> 6219 bytes .../charsetgroupprober.cpython-38.pyc | Bin 0 -> 2260 bytes .../__pycache__/charsetprober.cpython-38.pyc | Bin 0 -> 3482 bytes .../codingstatemachine.cpython-38.pyc | Bin 0 -> 2909 bytes .../chardet/__pycache__/compat.cpython-38.pyc | Bin 0 -> 398 bytes .../__pycache__/cp949prober.cpython-38.pyc | Bin 0 -> 1140 bytes .../chardet/__pycache__/enums.cpython-38.pyc | Bin 0 -> 2647 bytes .../__pycache__/escprober.cpython-38.pyc | Bin 0 -> 2632 bytes .../chardet/__pycache__/escsm.cpython-38.pyc | Bin 0 -> 7473 bytes .../__pycache__/eucjpprober.cpython-38.pyc | Bin 0 -> 2450 bytes .../__pycache__/euckrfreq.cpython-38.pyc | Bin 0 -> 12062 bytes .../__pycache__/euckrprober.cpython-38.pyc | Bin 0 -> 1141 bytes .../__pycache__/euctwfreq.cpython-38.pyc | Bin 0 -> 27182 bytes .../__pycache__/euctwprober.cpython-38.pyc | Bin 0 -> 1141 bytes .../__pycache__/gb2312freq.cpython-38.pyc | Bin 0 -> 19106 bytes .../__pycache__/gb2312prober.cpython-38.pyc | Bin 0 -> 1149 bytes .../__pycache__/hebrewprober.cpython-38.pyc | Bin 0 -> 3022 bytes .../__pycache__/jisfreq.cpython-38.pyc | Bin 0 -> 22134 bytes .../chardet/__pycache__/jpcntx.cpython-38.pyc | Bin 0 -> 37607 bytes .../langbulgarianmodel.cpython-38.pyc | Bin 0 -> 21809 bytes .../__pycache__/langgreekmodel.cpython-38.pyc | Bin 0 -> 20485 bytes .../langhebrewmodel.cpython-38.pyc | Bin 0 -> 20553 bytes .../langhungarianmodel.cpython-38.pyc | Bin 0 -> 21754 bytes .../langrussianmodel.cpython-38.pyc | Bin 0 -> 26357 bytes .../__pycache__/langthaimodel.cpython-38.pyc | Bin 0 -> 20729 bytes .../langturkishmodel.cpython-38.pyc | Bin 0 -> 20569 bytes .../__pycache__/latin1prober.cpython-38.pyc | Bin 0 -> 3402 bytes .../mbcharsetprober.cpython-38.pyc | Bin 0 -> 2265 bytes .../mbcsgroupprober.cpython-38.pyc | Bin 0 -> 1130 bytes .../chardet/__pycache__/mbcssm.cpython-38.pyc | Bin 0 -> 16753 bytes .../sbcharsetprober.cpython-38.pyc | Bin 0 -> 3138 bytes .../sbcsgroupprober.cpython-38.pyc | Bin 0 -> 1703 bytes .../__pycache__/sjisprober.cpython-38.pyc | Bin 0 -> 2486 bytes .../universaldetector.cpython-38.pyc | Bin 0 -> 5830 bytes .../__pycache__/utf8prober.cpython-38.pyc | Bin 0 -> 1991 bytes .../__pycache__/version.cpython-38.pyc | Bin 0 -> 438 bytes .../pip/_vendor/chardet/big5freq.py | 386 + .../pip/_vendor/chardet/big5prober.py | 47 + .../pip/_vendor/chardet/chardistribution.py | 233 + .../pip/_vendor/chardet/charsetgroupprober.py | 107 + .../pip/_vendor/chardet/charsetprober.py | 145 + .../pip/_vendor/chardet/cli/__init__.py | 1 + .../cli/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 195 bytes .../cli/__pycache__/chardetect.cpython-38.pyc | Bin 0 -> 2691 bytes .../pip/_vendor/chardet/cli/chardetect.py | 84 + .../pip/_vendor/chardet/codingstatemachine.py | 88 + .../pip/_vendor/chardet/compat.py | 36 + .../pip/_vendor/chardet/cp949prober.py | 49 + .../pip/_vendor/chardet/enums.py | 76 + .../pip/_vendor/chardet/escprober.py | 101 + .../pip/_vendor/chardet/escsm.py | 246 + .../pip/_vendor/chardet/eucjpprober.py | 92 + .../pip/_vendor/chardet/euckrfreq.py | 195 + .../pip/_vendor/chardet/euckrprober.py | 47 + .../pip/_vendor/chardet/euctwfreq.py | 387 + .../pip/_vendor/chardet/euctwprober.py | 46 + .../pip/_vendor/chardet/gb2312freq.py | 283 + .../pip/_vendor/chardet/gb2312prober.py | 46 + .../pip/_vendor/chardet/hebrewprober.py | 292 + .../pip/_vendor/chardet/jisfreq.py | 325 + .../pip/_vendor/chardet/jpcntx.py | 233 + .../pip/_vendor/chardet/langbulgarianmodel.py | 4650 +++++++++ .../pip/_vendor/chardet/langgreekmodel.py | 4398 +++++++++ .../pip/_vendor/chardet/langhebrewmodel.py | 4383 +++++++++ .../pip/_vendor/chardet/langhungarianmodel.py | 4650 +++++++++ .../pip/_vendor/chardet/langrussianmodel.py | 5718 +++++++++++ .../pip/_vendor/chardet/langthaimodel.py | 4383 +++++++++ .../pip/_vendor/chardet/langturkishmodel.py | 4383 +++++++++ .../pip/_vendor/chardet/latin1prober.py | 145 + .../pip/_vendor/chardet/mbcharsetprober.py | 91 + .../pip/_vendor/chardet/mbcsgroupprober.py | 54 + .../pip/_vendor/chardet/mbcssm.py | 572 ++ .../pip/_vendor/chardet/metadata/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 200 bytes .../__pycache__/languages.cpython-38.pyc | Bin 0 -> 7954 bytes .../pip/_vendor/chardet/metadata/languages.py | 310 + .../pip/_vendor/chardet/sbcharsetprober.py | 145 + .../pip/_vendor/chardet/sbcsgroupprober.py | 83 + .../pip/_vendor/chardet/sjisprober.py | 92 + .../pip/_vendor/chardet/universaldetector.py | 286 + .../pip/_vendor/chardet/utf8prober.py | 82 + .../pip/_vendor/chardet/version.py | 9 + .../pip/_vendor/colorama/__init__.py | 6 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 443 bytes .../colorama/__pycache__/ansi.cpython-38.pyc | Bin 0 -> 3228 bytes .../__pycache__/ansitowin32.cpython-38.pyc | Bin 0 -> 7772 bytes .../__pycache__/initialise.cpython-38.pyc | Bin 0 -> 1704 bytes .../colorama/__pycache__/win32.cpython-38.pyc | Bin 0 -> 3980 bytes .../__pycache__/winterm.cpython-38.pyc | Bin 0 -> 4664 bytes .../pip/_vendor/colorama/ansi.py | 102 + .../pip/_vendor/colorama/ansitowin32.py | 258 + .../pip/_vendor/colorama/initialise.py | 80 + .../pip/_vendor/colorama/win32.py | 152 + .../pip/_vendor/colorama/winterm.py | 169 + .../pip/_vendor/distlib/__init__.py | 23 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1058 bytes .../distlib/__pycache__/compat.cpython-38.pyc | Bin 0 -> 31885 bytes .../__pycache__/database.cpython-38.pyc | Bin 0 -> 42115 bytes .../distlib/__pycache__/index.cpython-38.pyc | Bin 0 -> 17199 bytes .../__pycache__/locators.cpython-38.pyc | Bin 0 -> 38175 bytes .../__pycache__/manifest.cpython-38.pyc | Bin 0 -> 10233 bytes .../__pycache__/markers.cpython-38.pyc | Bin 0 -> 4988 bytes .../__pycache__/metadata.cpython-38.pyc | Bin 0 -> 26589 bytes .../__pycache__/resources.cpython-38.pyc | Bin 0 -> 10996 bytes .../__pycache__/scripts.cpython-38.pyc | Bin 0 -> 11226 bytes .../distlib/__pycache__/util.cpython-38.pyc | Bin 0 -> 52550 bytes .../__pycache__/version.cpython-38.pyc | Bin 0 -> 20415 bytes .../distlib/__pycache__/wheel.cpython-38.pyc | Bin 0 -> 26562 bytes .../pip/_vendor/distlib/_backport/__init__.py | 6 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 483 bytes .../_backport/__pycache__/misc.cpython-38.pyc | Bin 0 -> 1094 bytes .../__pycache__/shutil.cpython-38.pyc | Bin 0 -> 21550 bytes .../__pycache__/sysconfig.cpython-38.pyc | Bin 0 -> 15914 bytes .../__pycache__/tarfile.cpython-38.pyc | Bin 0 -> 62743 bytes .../pip/_vendor/distlib/_backport/misc.py | 41 + .../pip/_vendor/distlib/_backport/shutil.py | 764 ++ .../_vendor/distlib/_backport/sysconfig.cfg | 84 + .../_vendor/distlib/_backport/sysconfig.py | 786 ++ .../pip/_vendor/distlib/_backport/tarfile.py | 2607 +++++ .../pip/_vendor/distlib/compat.py | 1122 +++ .../pip/_vendor/distlib/database.py | 1339 +++ .../pip/_vendor/distlib/index.py | 509 + .../pip/_vendor/distlib/locators.py | 1300 +++ .../pip/_vendor/distlib/manifest.py | 393 + .../pip/_vendor/distlib/markers.py | 147 + .../pip/_vendor/distlib/metadata.py | 1058 ++ .../pip/_vendor/distlib/resources.py | 358 + .../pip/_vendor/distlib/scripts.py | 429 + .../site-packages/pip/_vendor/distlib/t32.exe | Bin 0 -> 96768 bytes .../pip/_vendor/distlib/t64-arm.exe | Bin 0 -> 180736 bytes .../site-packages/pip/_vendor/distlib/t64.exe | Bin 0 -> 105984 bytes .../site-packages/pip/_vendor/distlib/util.py | 1969 ++++ .../pip/_vendor/distlib/version.py | 739 ++ .../site-packages/pip/_vendor/distlib/w32.exe | Bin 0 -> 90112 bytes .../pip/_vendor/distlib/w64-arm.exe | Bin 0 -> 166400 bytes .../site-packages/pip/_vendor/distlib/w64.exe | Bin 0 -> 99840 bytes .../pip/_vendor/distlib/wheel.py | 1053 ++ .../site-packages/pip/_vendor/distro.py | 1386 +++ .../pip/_vendor/html5lib/__init__.py | 35 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1314 bytes .../__pycache__/_ihatexml.cpython-38.pyc | Bin 0 -> 13800 bytes .../__pycache__/_inputstream.cpython-38.pyc | Bin 0 -> 21873 bytes .../__pycache__/_tokenizer.cpython-38.pyc | Bin 0 -> 39902 bytes .../__pycache__/_utils.cpython-38.pyc | Bin 0 -> 4817 bytes .../__pycache__/constants.cpython-38.pyc | Bin 0 -> 66331 bytes .../__pycache__/html5parser.cpython-38.pyc | Bin 0 -> 91275 bytes .../__pycache__/serializer.cpython-38.pyc | Bin 0 -> 10825 bytes .../pip/_vendor/html5lib/_ihatexml.py | 289 + .../pip/_vendor/html5lib/_inputstream.py | 918 ++ .../pip/_vendor/html5lib/_tokenizer.py | 1735 ++++ .../pip/_vendor/html5lib/_trie/__init__.py | 5 + .../_trie/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 352 bytes .../_trie/__pycache__/_base.cpython-38.pyc | Bin 0 -> 1604 bytes .../_trie/__pycache__/py.cpython-38.pyc | Bin 0 -> 2261 bytes .../pip/_vendor/html5lib/_trie/_base.py | 40 + .../pip/_vendor/html5lib/_trie/py.py | 67 + .../pip/_vendor/html5lib/_utils.py | 159 + .../pip/_vendor/html5lib/constants.py | 2946 ++++++ .../pip/_vendor/html5lib/filters/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 200 bytes .../alphabeticalattributes.cpython-38.pyc | Bin 0 -> 1322 bytes .../filters/__pycache__/base.cpython-38.pyc | Bin 0 -> 870 bytes .../inject_meta_charset.cpython-38.pyc | Bin 0 -> 1876 bytes .../filters/__pycache__/lint.cpython-38.pyc | Bin 0 -> 2634 bytes .../__pycache__/optionaltags.cpython-38.pyc | Bin 0 -> 2763 bytes .../__pycache__/sanitizer.cpython-38.pyc | Bin 0 -> 16909 bytes .../__pycache__/whitespace.cpython-38.pyc | Bin 0 -> 1368 bytes .../filters/alphabeticalattributes.py | 29 + .../pip/_vendor/html5lib/filters/base.py | 12 + .../html5lib/filters/inject_meta_charset.py | 73 + .../pip/_vendor/html5lib/filters/lint.py | 93 + .../_vendor/html5lib/filters/optionaltags.py | 207 + .../pip/_vendor/html5lib/filters/sanitizer.py | 916 ++ .../_vendor/html5lib/filters/whitespace.py | 38 + .../pip/_vendor/html5lib/html5parser.py | 2795 ++++++ .../pip/_vendor/html5lib/serializer.py | 409 + .../_vendor/html5lib/treeadapters/__init__.py | 30 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 939 bytes .../__pycache__/genshi.cpython-38.pyc | Bin 0 -> 1545 bytes .../__pycache__/sax.cpython-38.pyc | Bin 0 -> 1480 bytes .../_vendor/html5lib/treeadapters/genshi.py | 54 + .../pip/_vendor/html5lib/treeadapters/sax.py | 50 + .../_vendor/html5lib/treebuilders/__init__.py | 88 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 3324 bytes .../__pycache__/base.cpython-38.pyc | Bin 0 -> 11337 bytes .../__pycache__/dom.cpython-38.pyc | Bin 0 -> 9457 bytes .../__pycache__/etree.cpython-38.pyc | Bin 0 -> 11839 bytes .../__pycache__/etree_lxml.cpython-38.pyc | Bin 0 -> 13034 bytes .../pip/_vendor/html5lib/treebuilders/base.py | 417 + .../pip/_vendor/html5lib/treebuilders/dom.py | 239 + .../_vendor/html5lib/treebuilders/etree.py | 343 + .../html5lib/treebuilders/etree_lxml.py | 392 + .../_vendor/html5lib/treewalkers/__init__.py | 154 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 4010 bytes .../__pycache__/base.cpython-38.pyc | Bin 0 -> 7005 bytes .../__pycache__/dom.cpython-38.pyc | Bin 0 -> 1734 bytes .../__pycache__/etree.cpython-38.pyc | Bin 0 -> 3519 bytes .../__pycache__/etree_lxml.cpython-38.pyc | Bin 0 -> 6672 bytes .../__pycache__/genshi.cpython-38.pyc | Bin 0 -> 1892 bytes .../pip/_vendor/html5lib/treewalkers/base.py | 252 + .../pip/_vendor/html5lib/treewalkers/dom.py | 43 + .../pip/_vendor/html5lib/treewalkers/etree.py | 131 + .../html5lib/treewalkers/etree_lxml.py | 215 + .../_vendor/html5lib/treewalkers/genshi.py | 69 + .../pip/_vendor/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 917 bytes .../idna/__pycache__/codec.cpython-38.pyc | Bin 0 -> 3084 bytes .../idna/__pycache__/compat.cpython-38.pyc | Bin 0 -> 766 bytes .../idna/__pycache__/core.cpython-38.pyc | Bin 0 -> 9788 bytes .../idna/__pycache__/idnadata.cpython-38.pyc | Bin 0 -> 23043 bytes .../idna/__pycache__/intranges.cpython-38.pyc | Bin 0 -> 1997 bytes .../__pycache__/package_data.cpython-38.pyc | Bin 0 -> 211 bytes .../idna/__pycache__/uts46data.cpython-38.pyc | Bin 0 -> 183638 bytes .../site-packages/pip/_vendor/idna/codec.py | 112 + .../site-packages/pip/_vendor/idna/compat.py | 13 + .../site-packages/pip/_vendor/idna/core.py | 397 + .../pip/_vendor/idna/idnadata.py | 2137 ++++ .../pip/_vendor/idna/intranges.py | 54 + .../pip/_vendor/idna/package_data.py | 2 + .../pip/_vendor/idna/uts46data.py | 8512 ++++++++++++++++ .../pip/_vendor/msgpack/__init__.py | 54 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1404 bytes .../__pycache__/_version.cpython-38.pyc | Bin 0 -> 218 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 0 -> 1852 bytes .../msgpack/__pycache__/ext.cpython-38.pyc | Bin 0 -> 6284 bytes .../__pycache__/fallback.cpython-38.pyc | Bin 0 -> 25662 bytes .../pip/_vendor/msgpack/_version.py | 1 + .../pip/_vendor/msgpack/exceptions.py | 48 + .../site-packages/pip/_vendor/msgpack/ext.py | 193 + .../pip/_vendor/msgpack/fallback.py | 1012 ++ .../pip/_vendor/packaging/__about__.py | 26 + .../pip/_vendor/packaging/__init__.py | 25 + .../__pycache__/__about__.cpython-38.pyc | Bin 0 -> 616 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 472 bytes .../__pycache__/_manylinux.cpython-38.pyc | Bin 0 -> 7290 bytes .../__pycache__/_musllinux.cpython-38.pyc | Bin 0 -> 4623 bytes .../__pycache__/_structures.cpython-38.pyc | Bin 0 -> 2803 bytes .../__pycache__/markers.cpython-38.pyc | Bin 0 -> 9479 bytes .../__pycache__/requirements.cpython-38.pyc | Bin 0 -> 3976 bytes .../__pycache__/specifiers.cpython-38.pyc | Bin 0 -> 21565 bytes .../packaging/__pycache__/tags.cpython-38.pyc | Bin 0 -> 12261 bytes .../__pycache__/utils.cpython-38.pyc | Bin 0 -> 3617 bytes .../__pycache__/version.cpython-38.pyc | Bin 0 -> 13172 bytes .../pip/_vendor/packaging/_manylinux.py | 301 + .../pip/_vendor/packaging/_musllinux.py | 136 + .../pip/_vendor/packaging/_structures.py | 61 + .../pip/_vendor/packaging/markers.py | 304 + .../pip/_vendor/packaging/requirements.py | 146 + .../pip/_vendor/packaging/specifiers.py | 802 ++ .../pip/_vendor/packaging/tags.py | 487 + .../pip/_vendor/packaging/utils.py | 136 + .../pip/_vendor/packaging/version.py | 504 + .../pip/_vendor/pep517/__init__.py | 6 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 313 bytes .../pep517/__pycache__/build.cpython-38.pyc | Bin 0 -> 3504 bytes .../pep517/__pycache__/check.cpython-38.pyc | Bin 0 -> 4932 bytes .../__pycache__/colorlog.cpython-38.pyc | Bin 0 -> 2952 bytes .../pep517/__pycache__/compat.cpython-38.pyc | Bin 0 -> 1453 bytes .../__pycache__/dirtools.cpython-38.pyc | Bin 0 -> 1331 bytes .../__pycache__/envbuild.cpython-38.pyc | Bin 0 -> 4473 bytes .../pep517/__pycache__/meta.cpython-38.pyc | Bin 0 -> 2858 bytes .../__pycache__/wrappers.cpython-38.pyc | Bin 0 -> 12434 bytes .../site-packages/pip/_vendor/pep517/build.py | 127 + .../site-packages/pip/_vendor/pep517/check.py | 207 + .../pip/_vendor/pep517/colorlog.py | 115 + .../pip/_vendor/pep517/compat.py | 51 + .../pip/_vendor/pep517/dirtools.py | 44 + .../pip/_vendor/pep517/envbuild.py | 171 + .../pip/_vendor/pep517/in_process/__init__.py | 17 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 917 bytes .../__pycache__/_in_process.cpython-38.pyc | Bin 0 -> 10148 bytes .../_vendor/pep517/in_process/_in_process.py | 363 + .../site-packages/pip/_vendor/pep517/meta.py | 92 + .../pip/_vendor/pep517/wrappers.py | 375 + .../pip/_vendor/pkg_resources/__init__.py | 3296 +++++++ .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 100355 bytes .../__pycache__/py31compat.cpython-38.pyc | Bin 0 -> 648 bytes .../pip/_vendor/pkg_resources/py31compat.py | 23 + .../pip/_vendor/platformdirs/__init__.py | 331 + .../pip/_vendor/platformdirs/__main__.py | 46 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 10647 bytes .../__pycache__/__main__.cpython-38.pyc | Bin 0 -> 1222 bytes .../__pycache__/android.cpython-38.pyc | Bin 0 -> 4375 bytes .../__pycache__/api.cpython-38.pyc | Bin 0 -> 5282 bytes .../__pycache__/macos.cpython-38.pyc | Bin 0 -> 3306 bytes .../__pycache__/unix.cpython-38.pyc | Bin 0 -> 7038 bytes .../__pycache__/version.cpython-38.pyc | Bin 0 -> 295 bytes .../__pycache__/windows.cpython-38.pyc | Bin 0 -> 6454 bytes .../pip/_vendor/platformdirs/android.py | 119 + .../pip/_vendor/platformdirs/api.py | 156 + .../pip/_vendor/platformdirs/macos.py | 64 + .../pip/_vendor/platformdirs/unix.py | 181 + .../pip/_vendor/platformdirs/version.py | 4 + .../pip/_vendor/platformdirs/windows.py | 182 + .../pip/_vendor/progress/__init__.py | 189 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 5644 bytes .../progress/__pycache__/bar.cpython-38.pyc | Bin 0 -> 2729 bytes .../__pycache__/colors.cpython-38.pyc | Bin 0 -> 1500 bytes .../__pycache__/counter.cpython-38.pyc | Bin 0 -> 1625 bytes .../__pycache__/spinner.cpython-38.pyc | Bin 0 -> 1461 bytes .../site-packages/pip/_vendor/progress/bar.py | 93 + .../pip/_vendor/progress/colors.py | 79 + .../pip/_vendor/progress/counter.py | 47 + .../pip/_vendor/progress/spinner.py | 45 + .../pip/_vendor/pygments/__init__.py | 83 + .../pip/_vendor/pygments/__main__.py | 17 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 3006 bytes .../__pycache__/__main__.cpython-38.pyc | Bin 0 -> 588 bytes .../__pycache__/cmdline.cpython-38.pyc | Bin 0 -> 15328 bytes .../__pycache__/console.cpython-38.pyc | Bin 0 -> 1914 bytes .../__pycache__/filter.cpython-38.pyc | Bin 0 -> 2640 bytes .../__pycache__/formatter.cpython-38.pyc | Bin 0 -> 3008 bytes .../pygments/__pycache__/lexer.cpython-38.pyc | Bin 0 -> 24464 bytes .../__pycache__/modeline.cpython-38.pyc | Bin 0 -> 1186 bytes .../__pycache__/plugin.cpython-38.pyc | Bin 0 -> 2108 bytes .../__pycache__/regexopt.cpython-38.pyc | Bin 0 -> 2952 bytes .../__pycache__/scanner.cpython-38.pyc | Bin 0 -> 3553 bytes .../__pycache__/sphinxext.cpython-38.pyc | Bin 0 -> 4558 bytes .../pygments/__pycache__/style.cpython-38.pyc | Bin 0 -> 4480 bytes .../pygments/__pycache__/token.cpython-38.pyc | Bin 0 -> 4513 bytes .../__pycache__/unistring.cpython-38.pyc | Bin 0 -> 31235 bytes .../pygments/__pycache__/util.cpython-38.pyc | Bin 0 -> 9204 bytes .../pip/_vendor/pygments/cmdline.py | 663 ++ .../pip/_vendor/pygments/console.py | 70 + .../pip/_vendor/pygments/filter.py | 71 + .../pip/_vendor/pygments/filters/__init__.py | 937 ++ .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 23364 bytes .../pip/_vendor/pygments/formatter.py | 94 + .../_vendor/pygments/formatters/__init__.py | 153 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 4611 bytes .../__pycache__/_mapping.cpython-38.pyc | Bin 0 -> 5375 bytes .../__pycache__/bbcode.cpython-38.pyc | Bin 0 -> 3061 bytes .../__pycache__/groff.cpython-38.pyc | Bin 0 -> 4339 bytes .../__pycache__/html.cpython-38.pyc | Bin 0 -> 29052 bytes .../formatters/__pycache__/img.cpython-38.pyc | Bin 0 -> 17478 bytes .../formatters/__pycache__/irc.cpython-38.pyc | Bin 0 -> 4452 bytes .../__pycache__/latex.cpython-38.pyc | Bin 0 -> 13516 bytes .../__pycache__/other.cpython-38.pyc | Bin 0 -> 4768 bytes .../__pycache__/pangomarkup.cpython-38.pyc | Bin 0 -> 2090 bytes .../formatters/__pycache__/rtf.cpython-38.pyc | Bin 0 -> 4124 bytes .../formatters/__pycache__/svg.cpython-38.pyc | Bin 0 -> 6342 bytes .../__pycache__/terminal.cpython-38.pyc | Bin 0 -> 3955 bytes .../__pycache__/terminal256.cpython-38.pyc | Bin 0 -> 9217 bytes .../_vendor/pygments/formatters/_mapping.py | 84 + .../pip/_vendor/pygments/formatters/bbcode.py | 108 + .../pip/_vendor/pygments/formatters/groff.py | 168 + .../pip/_vendor/pygments/formatters/html.py | 983 ++ .../pip/_vendor/pygments/formatters/img.py | 641 ++ .../pip/_vendor/pygments/formatters/irc.py | 179 + .../pip/_vendor/pygments/formatters/latex.py | 511 + .../pip/_vendor/pygments/formatters/other.py | 161 + .../pygments/formatters/pangomarkup.py | 83 + .../pip/_vendor/pygments/formatters/rtf.py | 146 + .../pip/_vendor/pygments/formatters/svg.py | 188 + .../_vendor/pygments/formatters/terminal.py | 127 + .../pygments/formatters/terminal256.py | 338 + .../pip/_vendor/pygments/lexer.py | 879 ++ .../pip/_vendor/pygments/lexers/__init__.py | 341 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 9055 bytes .../__pycache__/_mapping.cpython-38.pyc | Bin 0 -> 50775 bytes .../lexers/__pycache__/python.cpython-38.pyc | Bin 0 -> 30858 bytes .../pip/_vendor/pygments/lexers/_mapping.py | 580 ++ .../pip/_vendor/pygments/lexers/python.py | 1188 +++ .../pip/_vendor/pygments/modeline.py | 43 + .../pip/_vendor/pygments/plugin.py | 69 + .../pip/_vendor/pygments/regexopt.py | 91 + .../pip/_vendor/pygments/scanner.py | 104 + .../pip/_vendor/pygments/sphinxext.py | 155 + .../pip/_vendor/pygments/style.py | 197 + .../pip/_vendor/pygments/styles/__init__.py | 93 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 3010 bytes .../pip/_vendor/pygments/token.py | 212 + .../pip/_vendor/pygments/unistring.py | 153 + .../pip/_vendor/pygments/util.py | 308 + .../pip/_vendor/pyparsing/__init__.py | 328 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 7748 bytes .../__pycache__/actions.cpython-38.pyc | Bin 0 -> 7172 bytes .../__pycache__/common.cpython-38.pyc | Bin 0 -> 10065 bytes .../pyparsing/__pycache__/core.cpython-38.pyc | Bin 0 -> 176985 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 0 -> 9168 bytes .../__pycache__/helpers.cpython-38.pyc | Bin 0 -> 34758 bytes .../__pycache__/results.cpython-38.pyc | Bin 0 -> 24858 bytes .../__pycache__/testing.cpython-38.pyc | Bin 0 -> 12127 bytes .../__pycache__/unicode.cpython-38.pyc | Bin 0 -> 10628 bytes .../pyparsing/__pycache__/util.cpython-38.pyc | Bin 0 -> 8635 bytes .../pip/_vendor/pyparsing/actions.py | 207 + .../pip/_vendor/pyparsing/common.py | 424 + .../pip/_vendor/pyparsing/core.py | 5789 +++++++++++ .../pip/_vendor/pyparsing/diagram/__init__.py | 593 ++ .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 15615 bytes .../pip/_vendor/pyparsing/exceptions.py | 267 + .../pip/_vendor/pyparsing/helpers.py | 1069 ++ .../pip/_vendor/pyparsing/results.py | 760 ++ .../pip/_vendor/pyparsing/testing.py | 331 + .../pip/_vendor/pyparsing/unicode.py | 332 + .../pip/_vendor/pyparsing/util.py | 235 + .../pip/_vendor/requests/__init__.py | 154 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 4047 bytes .../__pycache__/__version__.cpython-38.pyc | Bin 0 -> 555 bytes .../_internal_utils.cpython-38.pyc | Bin 0 -> 1320 bytes .../__pycache__/adapters.cpython-38.pyc | Bin 0 -> 17122 bytes .../requests/__pycache__/api.cpython-38.pyc | Bin 0 -> 6695 bytes .../requests/__pycache__/auth.cpython-38.pyc | Bin 0 -> 8339 bytes .../requests/__pycache__/certs.cpython-38.pyc | Bin 0 -> 633 bytes .../__pycache__/compat.cpython-38.pyc | Bin 0 -> 1668 bytes .../__pycache__/cookies.cpython-38.pyc | Bin 0 -> 18834 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 0 -> 5654 bytes .../requests/__pycache__/help.cpython-38.pyc | Bin 0 -> 2909 bytes .../requests/__pycache__/hooks.cpython-38.pyc | Bin 0 -> 992 bytes .../__pycache__/models.cpython-38.pyc | Bin 0 -> 24447 bytes .../__pycache__/packages.cpython-38.pyc | Bin 0 -> 502 bytes .../__pycache__/sessions.cpython-38.pyc | Bin 0 -> 19788 bytes .../__pycache__/status_codes.cpython-38.pyc | Bin 0 -> 4247 bytes .../__pycache__/structures.cpython-38.pyc | Bin 0 -> 4460 bytes .../requests/__pycache__/utils.cpython-38.pyc | Bin 0 -> 24236 bytes .../pip/_vendor/requests/__version__.py | 14 + .../pip/_vendor/requests/_internal_utils.py | 42 + .../pip/_vendor/requests/adapters.py | 538 + .../site-packages/pip/_vendor/requests/api.py | 159 + .../pip/_vendor/requests/auth.py | 305 + .../pip/_vendor/requests/certs.py | 18 + .../pip/_vendor/requests/compat.py | 77 + .../pip/_vendor/requests/cookies.py | 549 ++ .../pip/_vendor/requests/exceptions.py | 133 + .../pip/_vendor/requests/help.py | 132 + .../pip/_vendor/requests/hooks.py | 34 + .../pip/_vendor/requests/models.py | 973 ++ .../pip/_vendor/requests/packages.py | 16 + .../pip/_vendor/requests/sessions.py | 771 ++ .../pip/_vendor/requests/status_codes.py | 123 + .../pip/_vendor/requests/structures.py | 105 + .../pip/_vendor/requests/utils.py | 1060 ++ .../pip/_vendor/resolvelib/__init__.py | 26 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 640 bytes .../__pycache__/providers.cpython-38.pyc | Bin 0 -> 6705 bytes .../__pycache__/reporters.cpython-38.pyc | Bin 0 -> 2617 bytes .../__pycache__/resolvers.cpython-38.pyc | Bin 0 -> 15350 bytes .../__pycache__/structs.cpython-38.pyc | Bin 0 -> 7307 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 201 bytes .../collections_abc.cpython-38.pyc | Bin 0 -> 377 bytes .../resolvelib/compat/collections_abc.py | 6 + .../pip/_vendor/resolvelib/providers.py | 133 + .../pip/_vendor/resolvelib/reporters.py | 43 + .../pip/_vendor/resolvelib/resolvers.py | 482 + .../pip/_vendor/resolvelib/structs.py | 165 + .../pip/_vendor/rich/__init__.py | 172 + .../pip/_vendor/rich/__main__.py | 280 + .../rich/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 5777 bytes .../rich/__pycache__/__main__.cpython-38.pyc | Bin 0 -> 7299 bytes .../__pycache__/_cell_widths.cpython-38.pyc | Bin 0 -> 9988 bytes .../__pycache__/_emoji_codes.cpython-38.pyc | Bin 0 -> 132701 bytes .../__pycache__/_emoji_replace.cpython-38.pyc | Bin 0 -> 1190 bytes .../__pycache__/_extension.cpython-38.pyc | Bin 0 -> 495 bytes .../rich/__pycache__/_inspect.cpython-38.pyc | Bin 0 -> 6668 bytes .../__pycache__/_log_render.cpython-38.pyc | Bin 0 -> 2580 bytes .../rich/__pycache__/_loop.cpython-38.pyc | Bin 0 -> 1274 bytes .../__pycache__/_lru_cache.cpython-38.pyc | Bin 0 -> 1584 bytes .../rich/__pycache__/_palettes.cpython-38.pyc | Bin 0 -> 6223 bytes .../rich/__pycache__/_pick.cpython-38.pyc | Bin 0 -> 654 bytes .../rich/__pycache__/_ratio.cpython-38.pyc | Bin 0 -> 5170 bytes .../rich/__pycache__/_spinners.cpython-38.pyc | Bin 0 -> 16239 bytes .../rich/__pycache__/_stack.cpython-38.pyc | Bin 0 -> 843 bytes .../rich/__pycache__/_timer.cpython-38.pyc | Bin 0 -> 690 bytes .../rich/__pycache__/_windows.cpython-38.pyc | Bin 0 -> 1868 bytes .../rich/__pycache__/_wrap.cpython-38.pyc | Bin 0 -> 1496 bytes .../rich/__pycache__/abc.cpython-38.pyc | Bin 0 -> 1304 bytes .../rich/__pycache__/align.cpython-38.pyc | Bin 0 -> 7886 bytes .../rich/__pycache__/ansi.cpython-38.pyc | Bin 0 -> 5636 bytes .../rich/__pycache__/bar.cpython-38.pyc | Bin 0 -> 2936 bytes .../rich/__pycache__/box.cpython-38.pyc | Bin 0 -> 7852 bytes .../rich/__pycache__/cells.cpython-38.pyc | Bin 0 -> 3501 bytes .../rich/__pycache__/color.cpython-38.pyc | Bin 0 -> 14813 bytes .../__pycache__/color_triplet.cpython-38.pyc | Bin 0 -> 1425 bytes .../rich/__pycache__/columns.cpython-38.pyc | Bin 0 -> 6139 bytes .../rich/__pycache__/console.cpython-38.pyc | Bin 0 -> 69541 bytes .../rich/__pycache__/constrain.cpython-38.pyc | Bin 0 -> 1667 bytes .../__pycache__/containers.cpython-38.pyc | Bin 0 -> 6446 bytes .../rich/__pycache__/control.cpython-38.pyc | Bin 0 -> 6905 bytes .../__pycache__/default_styles.cpython-38.pyc | Bin 0 -> 5118 bytes .../rich/__pycache__/diagnose.cpython-38.pyc | Bin 0 -> 349 bytes .../rich/__pycache__/emoji.cpython-38.pyc | Bin 0 -> 3214 bytes .../rich/__pycache__/errors.cpython-38.pyc | Bin 0 -> 1669 bytes .../__pycache__/file_proxy.cpython-38.pyc | Bin 0 -> 2225 bytes .../rich/__pycache__/filesize.cpython-38.pyc | Bin 0 -> 2612 bytes .../__pycache__/highlighter.cpython-38.pyc | Bin 0 -> 5317 bytes .../rich/__pycache__/json.cpython-38.pyc | Bin 0 -> 4679 bytes .../rich/__pycache__/jupyter.cpython-38.pyc | Bin 0 -> 3881 bytes .../rich/__pycache__/layout.cpython-38.pyc | Bin 0 -> 14659 bytes .../rich/__pycache__/live.cpython-38.pyc | Bin 0 -> 10968 bytes .../__pycache__/live_render.cpython-38.pyc | Bin 0 -> 3388 bytes .../rich/__pycache__/logging.cpython-38.pyc | Bin 0 -> 9281 bytes .../rich/__pycache__/markup.cpython-38.pyc | Bin 0 -> 5916 bytes .../rich/__pycache__/measure.cpython-38.pyc | Bin 0 -> 4987 bytes .../rich/__pycache__/padding.cpython-38.pyc | Bin 0 -> 4416 bytes .../rich/__pycache__/pager.cpython-38.pyc | Bin 0 -> 1452 bytes .../rich/__pycache__/palette.cpython-38.pyc | Bin 0 -> 3690 bytes .../rich/__pycache__/panel.cpython-38.pyc | Bin 0 -> 6405 bytes .../rich/__pycache__/pretty.cpython-38.pyc | Bin 0 -> 25055 bytes .../rich/__pycache__/progress.cpython-38.pyc | Bin 0 -> 32746 bytes .../__pycache__/progress_bar.cpython-38.pyc | Bin 0 -> 6633 bytes .../rich/__pycache__/prompt.cpython-38.pyc | Bin 0 -> 11373 bytes .../rich/__pycache__/protocol.cpython-38.pyc | Bin 0 -> 1358 bytes .../rich/__pycache__/region.cpython-38.pyc | Bin 0 -> 525 bytes .../rich/__pycache__/repr.cpython-38.pyc | Bin 0 -> 4039 bytes .../rich/__pycache__/rule.cpython-38.pyc | Bin 0 -> 3709 bytes .../rich/__pycache__/scope.cpython-38.pyc | Bin 0 -> 2973 bytes .../rich/__pycache__/screen.cpython-38.pyc | Bin 0 -> 1830 bytes .../rich/__pycache__/segment.cpython-38.pyc | Bin 0 -> 20203 bytes .../rich/__pycache__/spinner.cpython-38.pyc | Bin 0 -> 4329 bytes .../rich/__pycache__/status.cpython-38.pyc | Bin 0 -> 4563 bytes .../rich/__pycache__/style.cpython-38.pyc | Bin 0 -> 20608 bytes .../rich/__pycache__/styled.cpython-38.pyc | Bin 0 -> 1692 bytes .../rich/__pycache__/syntax.cpython-38.pyc | Bin 0 -> 18940 bytes .../rich/__pycache__/table.cpython-38.pyc | Bin 0 -> 26730 bytes .../rich/__pycache__/tabulate.cpython-38.pyc | Bin 0 -> 1732 bytes .../__pycache__/terminal_theme.cpython-38.pyc | Bin 0 -> 1742 bytes .../rich/__pycache__/text.cpython-38.pyc | Bin 0 -> 39620 bytes .../rich/__pycache__/theme.cpython-38.pyc | Bin 0 -> 4684 bytes .../rich/__pycache__/themes.cpython-38.pyc | Bin 0 -> 293 bytes .../rich/__pycache__/traceback.cpython-38.pyc | Bin 0 -> 19352 bytes .../rich/__pycache__/tree.cpython-38.pyc | Bin 0 -> 7234 bytes .../pip/_vendor/rich/_cell_widths.py | 451 + .../pip/_vendor/rich/_emoji_codes.py | 3610 +++++++ .../pip/_vendor/rich/_emoji_replace.py | 32 + .../pip/_vendor/rich/_extension.py | 10 + .../pip/_vendor/rich/_inspect.py | 210 + .../pip/_vendor/rich/_log_render.py | 94 + .../site-packages/pip/_vendor/rich/_loop.py | 43 + .../pip/_vendor/rich/_lru_cache.py | 34 + .../pip/_vendor/rich/_palettes.py | 309 + .../site-packages/pip/_vendor/rich/_pick.py | 17 + .../site-packages/pip/_vendor/rich/_ratio.py | 160 + .../pip/_vendor/rich/_spinners.py | 848 ++ .../site-packages/pip/_vendor/rich/_stack.py | 16 + .../site-packages/pip/_vendor/rich/_timer.py | 19 + .../pip/_vendor/rich/_windows.py | 72 + .../site-packages/pip/_vendor/rich/_wrap.py | 55 + .../site-packages/pip/_vendor/rich/abc.py | 33 + .../site-packages/pip/_vendor/rich/align.py | 312 + .../site-packages/pip/_vendor/rich/ansi.py | 228 + .../site-packages/pip/_vendor/rich/bar.py | 94 + .../site-packages/pip/_vendor/rich/box.py | 483 + .../site-packages/pip/_vendor/rich/cells.py | 147 + .../site-packages/pip/_vendor/rich/color.py | 581 ++ .../pip/_vendor/rich/color_triplet.py | 38 + .../site-packages/pip/_vendor/rich/columns.py | 187 + .../site-packages/pip/_vendor/rich/console.py | 2211 +++++ .../pip/_vendor/rich/constrain.py | 37 + .../pip/_vendor/rich/containers.py | 167 + .../site-packages/pip/_vendor/rich/control.py | 175 + .../pip/_vendor/rich/default_styles.py | 183 + .../pip/_vendor/rich/diagnose.py | 6 + .../site-packages/pip/_vendor/rich/emoji.py | 96 + .../site-packages/pip/_vendor/rich/errors.py | 34 + .../pip/_vendor/rich/file_proxy.py | 54 + .../pip/_vendor/rich/filesize.py | 89 + .../pip/_vendor/rich/highlighter.py | 147 + .../site-packages/pip/_vendor/rich/json.py | 140 + .../site-packages/pip/_vendor/rich/jupyter.py | 92 + .../site-packages/pip/_vendor/rich/layout.py | 444 + .../site-packages/pip/_vendor/rich/live.py | 365 + .../pip/_vendor/rich/live_render.py | 113 + .../site-packages/pip/_vendor/rich/logging.py | 268 + .../site-packages/pip/_vendor/rich/markup.py | 244 + .../site-packages/pip/_vendor/rich/measure.py | 149 + .../site-packages/pip/_vendor/rich/padding.py | 141 + .../site-packages/pip/_vendor/rich/pager.py | 34 + .../site-packages/pip/_vendor/rich/palette.py | 100 + .../site-packages/pip/_vendor/rich/panel.py | 250 + .../site-packages/pip/_vendor/rich/pretty.py | 903 ++ .../pip/_vendor/rich/progress.py | 1036 ++ .../pip/_vendor/rich/progress_bar.py | 216 + .../site-packages/pip/_vendor/rich/prompt.py | 376 + .../pip/_vendor/rich/protocol.py | 42 + .../site-packages/pip/_vendor/rich/region.py | 10 + .../site-packages/pip/_vendor/rich/repr.py | 151 + .../site-packages/pip/_vendor/rich/rule.py | 115 + .../site-packages/pip/_vendor/rich/scope.py | 86 + .../site-packages/pip/_vendor/rich/screen.py | 54 + .../site-packages/pip/_vendor/rich/segment.py | 720 ++ .../site-packages/pip/_vendor/rich/spinner.py | 134 + .../site-packages/pip/_vendor/rich/status.py | 132 + .../site-packages/pip/_vendor/rich/style.py | 785 ++ .../site-packages/pip/_vendor/rich/styled.py | 42 + .../site-packages/pip/_vendor/rich/syntax.py | 735 ++ .../site-packages/pip/_vendor/rich/table.py | 968 ++ .../pip/_vendor/rich/tabulate.py | 51 + .../pip/_vendor/rich/terminal_theme.py | 55 + .../site-packages/pip/_vendor/rich/text.py | 1282 +++ .../site-packages/pip/_vendor/rich/theme.py | 112 + .../site-packages/pip/_vendor/rich/themes.py | 5 + .../pip/_vendor/rich/traceback.py | 678 ++ .../site-packages/pip/_vendor/rich/tree.py | 249 + .../site-packages/pip/_vendor/six.py | 998 ++ .../pip/_vendor/tenacity/__init__.py | 517 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 16233 bytes .../__pycache__/_asyncio.cpython-38.pyc | Bin 0 -> 2584 bytes .../__pycache__/_utils.cpython-38.pyc | Bin 0 -> 1237 bytes .../tenacity/__pycache__/after.cpython-38.pyc | Bin 0 -> 1202 bytes .../__pycache__/before.cpython-38.pyc | Bin 0 -> 1094 bytes .../__pycache__/before_sleep.cpython-38.pyc | Bin 0 -> 1378 bytes .../tenacity/__pycache__/nap.cpython-38.pyc | Bin 0 -> 1192 bytes .../tenacity/__pycache__/retry.cpython-38.pyc | Bin 0 -> 8784 bytes .../tenacity/__pycache__/stop.cpython-38.pyc | Bin 0 -> 4252 bytes .../__pycache__/tornadoweb.cpython-38.pyc | Bin 0 -> 1738 bytes .../tenacity/__pycache__/wait.cpython-38.pyc | Bin 0 -> 7962 bytes .../pip/_vendor/tenacity/_asyncio.py | 92 + .../pip/_vendor/tenacity/_utils.py | 68 + .../pip/_vendor/tenacity/after.py | 46 + .../pip/_vendor/tenacity/before.py | 41 + .../pip/_vendor/tenacity/before_sleep.py | 58 + .../site-packages/pip/_vendor/tenacity/nap.py | 43 + .../pip/_vendor/tenacity/retry.py | 213 + .../pip/_vendor/tenacity/stop.py | 96 + .../pip/_vendor/tenacity/tornadoweb.py | 59 + .../pip/_vendor/tenacity/wait.py | 191 + .../pip/_vendor/tomli/__init__.py | 6 + .../tomli/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 379 bytes .../tomli/__pycache__/_parser.cpython-38.pyc | Bin 0 -> 16432 bytes .../tomli/__pycache__/_re.cpython-38.pyc | Bin 0 -> 2429 bytes .../pip/_vendor/tomli/_parser.py | 703 ++ .../site-packages/pip/_vendor/tomli/_re.py | 83 + .../pip/_vendor/typing_extensions.py | 2296 +++++ .../pip/_vendor/urllib3/__init__.py | 85 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 2189 bytes .../__pycache__/_collections.cpython-38.pyc | Bin 0 -> 10702 bytes .../__pycache__/_version.cpython-38.pyc | Bin 0 -> 213 bytes .../__pycache__/connection.cpython-38.pyc | Bin 0 -> 13692 bytes .../__pycache__/connectionpool.cpython-38.pyc | Bin 0 -> 25348 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 0 -> 11646 bytes .../urllib3/__pycache__/fields.cpython-38.pyc | Bin 0 -> 8183 bytes .../__pycache__/filepost.cpython-38.pyc | Bin 0 -> 2770 bytes .../__pycache__/poolmanager.cpython-38.pyc | Bin 0 -> 15128 bytes .../__pycache__/request.cpython-38.pyc | Bin 0 -> 5626 bytes .../__pycache__/response.cpython-38.pyc | Bin 0 -> 20726 bytes .../pip/_vendor/urllib3/_collections.py | 337 + .../pip/_vendor/urllib3/_version.py | 2 + .../pip/_vendor/urllib3/connection.py | 569 ++ .../pip/_vendor/urllib3/connectionpool.py | 1108 +++ .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 199 bytes .../_appengine_environ.cpython-38.pyc | Bin 0 -> 1423 bytes .../__pycache__/appengine.cpython-38.pyc | Bin 0 -> 8272 bytes .../__pycache__/ntlmpool.cpython-38.pyc | Bin 0 -> 3642 bytes .../__pycache__/pyopenssl.cpython-38.pyc | Bin 0 -> 15609 bytes .../securetransport.cpython-38.pyc | Bin 0 -> 21660 bytes .../contrib/__pycache__/socks.cpython-38.pyc | Bin 0 -> 5637 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 216 bytes .../__pycache__/bindings.cpython-38.pyc | Bin 0 -> 10734 bytes .../__pycache__/low_level.cpython-38.pyc | Bin 0 -> 9108 bytes .../contrib/_securetransport/bindings.py | 519 + .../contrib/_securetransport/low_level.py | 397 + .../pip/_vendor/urllib3/contrib/appengine.py | 314 + .../pip/_vendor/urllib3/contrib/ntlmpool.py | 130 + .../pip/_vendor/urllib3/contrib/pyopenssl.py | 511 + .../urllib3/contrib/securetransport.py | 922 ++ .../pip/_vendor/urllib3/contrib/socks.py | 216 + .../pip/_vendor/urllib3/exceptions.py | 323 + .../pip/_vendor/urllib3/fields.py | 274 + .../pip/_vendor/urllib3/filepost.py | 98 + .../pip/_vendor/urllib3/packages/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 200 bytes .../packages/__pycache__/six.cpython-38.pyc | Bin 0 -> 27595 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 210 bytes .../__pycache__/makefile.cpython-38.pyc | Bin 0 -> 1314 bytes .../urllib3/packages/backports/makefile.py | 51 + .../pip/_vendor/urllib3/packages/six.py | 1077 ++ .../pip/_vendor/urllib3/poolmanager.py | 536 + .../pip/_vendor/urllib3/request.py | 170 + .../pip/_vendor/urllib3/response.py | 821 ++ .../pip/_vendor/urllib3/util/__init__.py | 49 + .../util/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1109 bytes .../__pycache__/connection.cpython-38.pyc | Bin 0 -> 3447 bytes .../util/__pycache__/proxy.cpython-38.pyc | Bin 0 -> 1353 bytes .../util/__pycache__/queue.cpython-38.pyc | Bin 0 -> 1064 bytes .../util/__pycache__/request.cpython-38.pyc | Bin 0 -> 3458 bytes .../util/__pycache__/response.cpython-38.pyc | Bin 0 -> 2357 bytes .../util/__pycache__/retry.cpython-38.pyc | Bin 0 -> 16272 bytes .../util/__pycache__/ssl_.cpython-38.pyc | Bin 0 -> 11396 bytes .../ssl_match_hostname.cpython-38.pyc | Bin 0 -> 3291 bytes .../__pycache__/ssltransport.cpython-38.pyc | Bin 0 -> 7443 bytes .../util/__pycache__/timeout.cpython-38.pyc | Bin 0 -> 8951 bytes .../util/__pycache__/url.cpython-38.pyc | Bin 0 -> 10778 bytes .../util/__pycache__/wait.cpython-38.pyc | Bin 0 -> 3111 bytes .../pip/_vendor/urllib3/util/connection.py | 149 + .../pip/_vendor/urllib3/util/proxy.py | 57 + .../pip/_vendor/urllib3/util/queue.py | 22 + .../pip/_vendor/urllib3/util/request.py | 143 + .../pip/_vendor/urllib3/util/response.py | 107 + .../pip/_vendor/urllib3/util/retry.py | 620 ++ .../pip/_vendor/urllib3/util/ssl_.py | 495 + .../urllib3/util/ssl_match_hostname.py | 161 + .../pip/_vendor/urllib3/util/ssltransport.py | 221 + .../pip/_vendor/urllib3/util/timeout.py | 268 + .../pip/_vendor/urllib3/util/url.py | 432 + .../pip/_vendor/urllib3/util/wait.py | 153 + .../site-packages/pip/_vendor/vendor.txt | 25 + .../pip/_vendor/webencodings/__init__.py | 342 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 9739 bytes .../__pycache__/labels.cpython-38.pyc | Bin 0 -> 3837 bytes .../__pycache__/mklabels.cpython-38.pyc | Bin 0 -> 1933 bytes .../__pycache__/tests.cpython-38.pyc | Bin 0 -> 5099 bytes .../__pycache__/x_user_defined.cpython-38.pyc | Bin 0 -> 2667 bytes .../pip/_vendor/webencodings/labels.py | 231 + .../pip/_vendor/webencodings/mklabels.py | 59 + .../pip/_vendor/webencodings/tests.py | 153 + .../_vendor/webencodings/x_user_defined.py | 325 + venv/lib/python3.8/site-packages/pip/py.typed | 4 + .../site-packages/pkg_resources/__init__.py | 3288 +++++++ .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 100426 bytes .../pkg_resources/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 193 bytes .../__pycache__/appdirs.cpython-38.pyc | Bin 0 -> 20546 bytes .../__pycache__/pyparsing.cpython-38.pyc | Bin 0 -> 201670 bytes .../pkg_resources/_vendor/appdirs.py | 608 ++ .../_vendor/packaging/__about__.py | 27 + .../_vendor/packaging/__init__.py | 26 + .../__pycache__/__about__.cpython-38.pyc | Bin 0 -> 735 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 581 bytes .../__pycache__/_compat.cpython-38.pyc | Bin 0 -> 1153 bytes .../__pycache__/_structures.cpython-38.pyc | Bin 0 -> 2907 bytes .../__pycache__/_typing.cpython-38.pyc | Bin 0 -> 1498 bytes .../__pycache__/markers.cpython-38.pyc | Bin 0 -> 9342 bytes .../__pycache__/requirements.cpython-38.pyc | Bin 0 -> 4095 bytes .../__pycache__/specifiers.cpython-38.pyc | Bin 0 -> 20616 bytes .../packaging/__pycache__/tags.cpython-38.pyc | Bin 0 -> 17268 bytes .../__pycache__/utils.cpython-38.pyc | Bin 0 -> 1670 bytes .../__pycache__/version.cpython-38.pyc | Bin 0 -> 13345 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-38.pyc | Bin 0 -> 2880 bytes .../__pycache__/setup.cpython-38.pyc | Bin 0 -> 321 bytes .../data/my-test-package-source/setup.py | 6 + .../setuptools-56.0.0.dist-info/INSTALLER | 1 + .../setuptools-56.0.0.dist-info/LICENSE | 19 + .../setuptools-56.0.0.dist-info/METADATA | 114 + .../setuptools-56.0.0.dist-info/RECORD | 295 + .../setuptools-56.0.0.dist-info/REQUESTED | 0 .../setuptools-56.0.0.dist-info/WHEEL | 5 + .../dependency_links.txt | 2 + .../entry_points.txt | 60 + .../setuptools-56.0.0.dist-info/top_level.txt | 3 + .../site-packages/setuptools/__init__.py | 241 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 8656 bytes .../_deprecation_warning.cpython-38.pyc | Bin 0 -> 552 bytes .../__pycache__/_imp.cpython-38.pyc | Bin 0 -> 2091 bytes .../__pycache__/archive_util.cpython-38.pyc | Bin 0 -> 5752 bytes .../__pycache__/build_meta.cpython-38.pyc | Bin 0 -> 8984 bytes .../__pycache__/config.cpython-38.pyc | Bin 0 -> 19798 bytes .../__pycache__/dep_util.cpython-38.pyc | Bin 0 -> 859 bytes .../__pycache__/depends.cpython-38.pyc | Bin 0 -> 5230 bytes .../__pycache__/dist.cpython-38.pyc | Bin 0 -> 33328 bytes .../__pycache__/errors.cpython-38.pyc | Bin 0 -> 852 bytes .../__pycache__/extension.cpython-38.pyc | Bin 0 -> 1942 bytes .../__pycache__/glob.cpython-38.pyc | Bin 0 -> 3706 bytes .../__pycache__/installer.cpython-38.pyc | Bin 0 -> 2787 bytes .../__pycache__/launch.cpython-38.pyc | Bin 0 -> 883 bytes .../__pycache__/lib2to3_ex.cpython-38.pyc | Bin 0 -> 2699 bytes .../__pycache__/monkey.cpython-38.pyc | Bin 0 -> 4621 bytes .../__pycache__/msvc.cpython-38.pyc | Bin 0 -> 43194 bytes .../__pycache__/namespaces.cpython-38.pyc | Bin 0 -> 3582 bytes .../__pycache__/package_index.cpython-38.pyc | Bin 0 -> 32990 bytes .../__pycache__/py34compat.cpython-38.pyc | Bin 0 -> 486 bytes .../__pycache__/sandbox.cpython-38.pyc | Bin 0 -> 15447 bytes .../__pycache__/ssl_support.cpython-38.pyc | Bin 0 -> 6874 bytes .../__pycache__/unicode_utils.cpython-38.pyc | Bin 0 -> 1122 bytes .../__pycache__/version.cpython-38.pyc | Bin 0 -> 328 bytes .../__pycache__/wheel.cpython-38.pyc | Bin 0 -> 7234 bytes .../windows_support.cpython-38.pyc | Bin 0 -> 1025 bytes .../setuptools/_deprecation_warning.py | 7 + .../setuptools/_distutils/__init__.py | 15 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 460 bytes .../__pycache__/_msvccompiler.cpython-38.pyc | Bin 0 -> 13853 bytes .../__pycache__/archive_util.cpython-38.pyc | Bin 0 -> 6601 bytes .../__pycache__/bcppcompiler.cpython-38.pyc | Bin 0 -> 6526 bytes .../__pycache__/ccompiler.cpython-38.pyc | Bin 0 -> 33350 bytes .../_distutils/__pycache__/cmd.cpython-38.pyc | Bin 0 -> 14010 bytes .../__pycache__/config.cpython-38.pyc | Bin 0 -> 3571 bytes .../__pycache__/core.cpython-38.pyc | Bin 0 -> 6676 bytes .../cygwinccompiler.cpython-38.pyc | Bin 0 -> 8551 bytes .../__pycache__/debug.cpython-38.pyc | Bin 0 -> 256 bytes .../__pycache__/dep_util.cpython-38.pyc | Bin 0 -> 2776 bytes .../__pycache__/dir_util.cpython-38.pyc | Bin 0 -> 5885 bytes .../__pycache__/dist.cpython-38.pyc | Bin 0 -> 34589 bytes .../__pycache__/errors.cpython-38.pyc | Bin 0 -> 5312 bytes .../__pycache__/extension.cpython-38.pyc | Bin 0 -> 6985 bytes .../__pycache__/fancy_getopt.cpython-38.pyc | Bin 0 -> 10718 bytes .../__pycache__/file_util.cpython-38.pyc | Bin 0 -> 5995 bytes .../__pycache__/filelist.cpython-38.pyc | Bin 0 -> 9929 bytes .../_distutils/__pycache__/log.cpython-38.pyc | Bin 0 -> 2377 bytes .../__pycache__/msvc9compiler.cpython-38.pyc | Bin 0 -> 17539 bytes .../__pycache__/msvccompiler.cpython-38.pyc | Bin 0 -> 14750 bytes .../__pycache__/py35compat.cpython-38.pyc | Bin 0 -> 632 bytes .../__pycache__/py38compat.cpython-38.pyc | Bin 0 -> 429 bytes .../__pycache__/spawn.cpython-38.pyc | Bin 0 -> 3436 bytes .../__pycache__/sysconfig.cpython-38.pyc | Bin 0 -> 12441 bytes .../__pycache__/text_file.cpython-38.pyc | Bin 0 -> 8501 bytes .../__pycache__/unixccompiler.cpython-38.pyc | Bin 0 -> 6680 bytes .../__pycache__/util.cpython-38.pyc | Bin 0 -> 15689 bytes .../__pycache__/version.cpython-38.pyc | Bin 0 -> 7423 bytes .../versionpredicate.cpython-38.pyc | Bin 0 -> 5197 bytes .../setuptools/_distutils/_msvccompiler.py | 561 ++ .../setuptools/_distutils/archive_util.py | 256 + .../setuptools/_distutils/bcppcompiler.py | 393 + .../setuptools/_distutils/ccompiler.py | 1116 +++ .../setuptools/_distutils/cmd.py | 403 + .../setuptools/_distutils/command/__init__.py | 31 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 605 bytes .../command/__pycache__/bdist.cpython-38.pyc | Bin 0 -> 3728 bytes .../__pycache__/bdist_dumb.cpython-38.pyc | Bin 0 -> 3654 bytes .../__pycache__/bdist_msi.cpython-38.pyc | Bin 0 -> 20035 bytes .../__pycache__/bdist_rpm.cpython-38.pyc | Bin 0 -> 12439 bytes .../__pycache__/bdist_wininst.cpython-38.pyc | Bin 0 -> 8529 bytes .../command/__pycache__/build.cpython-38.pyc | Bin 0 -> 3943 bytes .../__pycache__/build_clib.cpython-38.pyc | Bin 0 -> 4876 bytes .../__pycache__/build_ext.cpython-38.pyc | Bin 0 -> 16265 bytes .../__pycache__/build_py.cpython-38.pyc | Bin 0 -> 10542 bytes .../__pycache__/build_scripts.cpython-38.pyc | Bin 0 -> 4386 bytes .../command/__pycache__/check.cpython-38.pyc | Bin 0 -> 4981 bytes .../command/__pycache__/clean.cpython-38.pyc | Bin 0 -> 2162 bytes .../command/__pycache__/config.cpython-38.pyc | Bin 0 -> 10289 bytes .../__pycache__/install.cpython-38.pyc | Bin 0 -> 13950 bytes .../__pycache__/install_data.cpython-38.pyc | Bin 0 -> 2351 bytes .../install_egg_info.cpython-38.pyc | Bin 0 -> 3058 bytes .../install_headers.cpython-38.pyc | Bin 0 -> 1770 bytes .../__pycache__/install_lib.cpython-38.pyc | Bin 0 -> 5175 bytes .../install_scripts.cpython-38.pyc | Bin 0 -> 2203 bytes .../__pycache__/py37compat.cpython-38.pyc | Bin 0 -> 1032 bytes .../__pycache__/register.cpython-38.pyc | Bin 0 -> 8517 bytes .../command/__pycache__/sdist.cpython-38.pyc | Bin 0 -> 14578 bytes .../command/__pycache__/upload.cpython-38.pyc | Bin 0 -> 5231 bytes .../setuptools/_distutils/command/bdist.py | 143 + .../_distutils/command/bdist_dumb.py | 123 + .../_distutils/command/bdist_msi.py | 749 ++ .../_distutils/command/bdist_rpm.py | 579 ++ .../_distutils/command/bdist_wininst.py | 377 + .../setuptools/_distutils/command/build.py | 157 + .../_distutils/command/build_clib.py | 209 + .../_distutils/command/build_ext.py | 755 ++ .../setuptools/_distutils/command/build_py.py | 416 + .../_distutils/command/build_scripts.py | 160 + .../setuptools/_distutils/command/check.py | 148 + .../setuptools/_distutils/command/clean.py | 76 + .../setuptools/_distutils/command/config.py | 344 + .../setuptools/_distutils/command/install.py | 677 ++ .../_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 | 403 + .../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 | 327 + .../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 | 125 + .../setuptools/_distutils/sysconfig.py | 573 ++ .../setuptools/_distutils/text_file.py | 286 + .../setuptools/_distutils/unixccompiler.py | 328 + .../setuptools/_distutils/util.py | 561 ++ .../setuptools/_distutils/version.py | 347 + .../setuptools/_distutils/versionpredicate.py | 166 + .../site-packages/setuptools/_imp.py | 82 + .../setuptools/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 190 bytes .../__pycache__/ordered_set.cpython-38.pyc | Bin 0 -> 16448 bytes .../__pycache__/pyparsing.cpython-38.pyc | Bin 0 -> 201667 bytes .../setuptools/_vendor/ordered_set.py | 488 + .../setuptools/_vendor/packaging/__about__.py | 27 + .../setuptools/_vendor/packaging/__init__.py | 26 + .../__pycache__/__about__.cpython-38.pyc | Bin 0 -> 732 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 578 bytes .../__pycache__/_compat.cpython-38.pyc | Bin 0 -> 1150 bytes .../__pycache__/_structures.cpython-38.pyc | Bin 0 -> 2904 bytes .../__pycache__/_typing.cpython-38.pyc | Bin 0 -> 1495 bytes .../__pycache__/markers.cpython-38.pyc | Bin 0 -> 9336 bytes .../__pycache__/requirements.cpython-38.pyc | Bin 0 -> 4089 bytes .../__pycache__/specifiers.cpython-38.pyc | Bin 0 -> 20613 bytes .../packaging/__pycache__/tags.cpython-38.pyc | Bin 0 -> 17265 bytes .../__pycache__/utils.cpython-38.pyc | Bin 0 -> 1667 bytes .../__pycache__/version.cpython-38.pyc | Bin 0 -> 13342 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 | 17 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 729 bytes .../command/__pycache__/alias.cpython-38.pyc | Bin 0 -> 2373 bytes .../__pycache__/bdist_egg.cpython-38.pyc | Bin 0 -> 13039 bytes .../__pycache__/bdist_rpm.cpython-38.pyc | Bin 0 -> 1359 bytes .../__pycache__/build_clib.cpython-38.pyc | Bin 0 -> 2470 bytes .../__pycache__/build_ext.cpython-38.pyc | Bin 0 -> 9807 bytes .../__pycache__/build_py.cpython-38.pyc | Bin 0 -> 8680 bytes .../__pycache__/develop.cpython-38.pyc | Bin 0 -> 6422 bytes .../__pycache__/dist_info.cpython-38.pyc | Bin 0 -> 1397 bytes .../__pycache__/easy_install.cpython-38.pyc | Bin 0 -> 63257 bytes .../__pycache__/egg_info.cpython-38.pyc | Bin 0 -> 21697 bytes .../__pycache__/install.cpython-38.pyc | Bin 0 -> 4052 bytes .../install_egg_info.cpython-38.pyc | Bin 0 -> 2439 bytes .../__pycache__/install_lib.cpython-38.pyc | Bin 0 -> 4166 bytes .../install_scripts.cpython-38.pyc | Bin 0 -> 2430 bytes .../__pycache__/py36compat.cpython-38.pyc | Bin 0 -> 4591 bytes .../__pycache__/register.cpython-38.pyc | Bin 0 -> 847 bytes .../command/__pycache__/rotate.cpython-38.pyc | Bin 0 -> 2516 bytes .../__pycache__/saveopts.cpython-38.pyc | Bin 0 -> 925 bytes .../command/__pycache__/sdist.cpython-38.pyc | Bin 0 -> 7585 bytes .../command/__pycache__/setopt.cpython-38.pyc | Bin 0 -> 4533 bytes .../command/__pycache__/test.cpython-38.pyc | Bin 0 -> 8338 bytes .../command/__pycache__/upload.cpython-38.pyc | Bin 0 -> 820 bytes .../__pycache__/upload_docs.cpython-38.pyc | Bin 0 -> 6127 bytes .../site-packages/setuptools/command/alias.py | 78 + .../setuptools/command/bdist_egg.py | 456 + .../setuptools/command/bdist_rpm.py | 31 + .../setuptools/command/build_clib.py | 101 + .../setuptools/command/build_ext.py | 322 + .../setuptools/command/build_py.py | 270 + .../setuptools/command/develop.py | 216 + .../setuptools/command/dist_info.py | 36 + .../setuptools/command/easy_install.py | 2290 +++++ .../setuptools/command/egg_info.py | 727 ++ .../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 | 235 + .../setuptools/command/setopt.py | 148 + .../site-packages/setuptools/command/test.py | 274 + .../setuptools/command/upload.py | 17 + .../setuptools/command/upload_docs.py | 202 + .../site-packages/setuptools/config.py | 710 ++ .../site-packages/setuptools/dep_util.py | 25 + .../site-packages/setuptools/depends.py | 175 + .../site-packages/setuptools/dist.py | 1057 ++ .../site-packages/setuptools/errors.py | 16 + .../site-packages/setuptools/extension.py | 55 + .../setuptools/extern/__init__.py | 73 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 2903 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/lib2to3_ex.py | 68 + .../site-packages/setuptools/monkey.py | 177 + .../site-packages/setuptools/msvc.py | 1826 ++++ .../site-packages/setuptools/namespaces.py | 107 + .../site-packages/setuptools/package_index.py | 1145 +++ .../site-packages/setuptools/py34compat.py | 13 + .../site-packages/setuptools/sandbox.py | 496 + .../setuptools/script (dev).tmpl | 6 + .../site-packages/setuptools/script.tmpl | 3 + .../site-packages/setuptools/ssl_support.py | 266 + .../site-packages/setuptools/unicode_utils.py | 42 + .../site-packages/setuptools/version.py | 6 + .../site-packages/setuptools/wheel.py | 213 + .../setuptools/windows_support.py | 29 + .../sqlalchemy-2.0.41.dist-info/INSTALLER | 1 + .../sqlalchemy-2.0.41.dist-info/LICENSE | 19 + .../sqlalchemy-2.0.41.dist-info/METADATA | 242 + .../sqlalchemy-2.0.41.dist-info/RECORD | 531 + .../sqlalchemy-2.0.41.dist-info/WHEEL | 6 + .../sqlalchemy-2.0.41.dist-info/top_level.txt | 1 + .../site-packages/sqlalchemy/__init__.py | 283 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 8965 bytes .../__pycache__/events.cpython-38.pyc | Bin 0 -> 543 bytes .../sqlalchemy/__pycache__/exc.cpython-38.pyc | Bin 0 -> 24634 bytes .../__pycache__/inspection.cpython-38.pyc | Bin 0 -> 5783 bytes .../sqlalchemy/__pycache__/log.cpython-38.pyc | Bin 0 -> 8288 bytes .../__pycache__/schema.cpython-38.pyc | Bin 0 -> 2302 bytes .../__pycache__/types.cpython-38.pyc | Bin 0 -> 2212 bytes .../sqlalchemy/connectors/__init__.py | 18 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 567 bytes .../__pycache__/aioodbc.cpython-38.pyc | Bin 0 -> 5240 bytes .../__pycache__/asyncio.cpython-38.pyc | Bin 0 -> 7882 bytes .../__pycache__/pyodbc.cpython-38.pyc | Bin 0 -> 6645 bytes .../sqlalchemy/connectors/aioodbc.py | 174 + .../sqlalchemy/connectors/asyncio.py | 213 + .../sqlalchemy/connectors/pyodbc.py | 247 + .../sqlalchemy/cyextension/__init__.py | 6 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 194 bytes ...collections.cpython-38-x86_64-linux-gnu.so | Bin 0 -> 2131088 bytes .../sqlalchemy/cyextension/collections.pyx | 409 + ...mutabledict.cpython-38-x86_64-linux-gnu.so | Bin 0 -> 634528 bytes .../sqlalchemy/cyextension/immutabledict.pxd | 8 + .../sqlalchemy/cyextension/immutabledict.pyx | 133 + .../processors.cpython-38-x86_64-linux-gnu.so | Bin 0 -> 553928 bytes .../sqlalchemy/cyextension/processors.pyx | 68 + ...resultproxy.cpython-38-x86_64-linux-gnu.so | Bin 0 -> 565264 bytes .../sqlalchemy/cyextension/resultproxy.pyx | 102 + .../util.cpython-38-x86_64-linux-gnu.so | Bin 0 -> 812504 bytes .../sqlalchemy/cyextension/util.pyx | 91 + .../sqlalchemy/dialects/__init__.py | 61 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1384 bytes .../__pycache__/_typing.cpython-38.pyc | Bin 0 -> 867 bytes .../sqlalchemy/dialects/_typing.py | 30 + .../sqlalchemy/dialects/mssql/__init__.py | 88 + .../mssql/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1573 bytes .../mssql/__pycache__/aioodbc.cpython-38.pyc | Bin 0 -> 2265 bytes .../mssql/__pycache__/base.cpython-38.pyc | Bin 0 -> 111649 bytes .../information_schema.cpython-38.pyc | Bin 0 -> 5783 bytes .../mssql/__pycache__/json.cpython-38.pyc | Bin 0 -> 4703 bytes .../__pycache__/provision.cpython-38.pyc | Bin 0 -> 4527 bytes .../mssql/__pycache__/pymssql.cpython-38.pyc | Bin 0 -> 4522 bytes .../mssql/__pycache__/pyodbc.cpython-38.pyc | Bin 0 -> 26019 bytes .../sqlalchemy/dialects/mssql/aioodbc.py | 63 + .../sqlalchemy/dialects/mssql/base.py | 4055 ++++++++ .../dialects/mssql/information_schema.py | 254 + .../sqlalchemy/dialects/mssql/json.py | 129 + .../sqlalchemy/dialects/mssql/provision.py | 162 + .../sqlalchemy/dialects/mssql/pymssql.py | 126 + .../sqlalchemy/dialects/mssql/pyodbc.py | 760 ++ .../sqlalchemy/dialects/mysql/__init__.py | 104 + .../mysql/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1892 bytes .../mysql/__pycache__/aiomysql.cpython-38.pyc | Bin 0 -> 11902 bytes .../mysql/__pycache__/asyncmy.cpython-38.pyc | Bin 0 -> 11713 bytes .../mysql/__pycache__/base.cpython-38.pyc | Bin 0 -> 104336 bytes .../mysql/__pycache__/cymysql.cpython-38.pyc | Bin 0 -> 2596 bytes .../mysql/__pycache__/dml.cpython-38.pyc | Bin 0 -> 7493 bytes .../__pycache__/enumerated.cpython-38.pyc | Bin 0 -> 7967 bytes .../__pycache__/expression.cpython-38.pyc | Bin 0 -> 3969 bytes .../mysql/__pycache__/json.cpython-38.pyc | Bin 0 -> 2923 bytes .../mysql/__pycache__/mariadb.cpython-38.pyc | Bin 0 -> 1966 bytes .../mariadbconnector.cpython-38.pyc | Bin 0 -> 8381 bytes .../__pycache__/mysqlconnector.cpython-38.pyc | Bin 0 -> 8994 bytes .../mysql/__pycache__/mysqldb.cpython-38.pyc | Bin 0 -> 8772 bytes .../__pycache__/provision.cpython-38.pyc | Bin 0 -> 2678 bytes .../mysql/__pycache__/pymysql.cpython-38.pyc | Bin 0 -> 4146 bytes .../mysql/__pycache__/pyodbc.cpython-38.pyc | Bin 0 -> 4296 bytes .../__pycache__/reflection.cpython-38.pyc | Bin 0 -> 15628 bytes .../__pycache__/reserved_words.cpython-38.pyc | Bin 0 -> 5390 bytes .../mysql/__pycache__/types.cpython-38.pyc | Bin 0 -> 26451 bytes .../sqlalchemy/dialects/mysql/aiomysql.py | 335 + .../sqlalchemy/dialects/mysql/asyncmy.py | 339 + .../sqlalchemy/dialects/mysql/base.py | 3581 +++++++ .../sqlalchemy/dialects/mysql/cymysql.py | 84 + .../sqlalchemy/dialects/mysql/dml.py | 225 + .../sqlalchemy/dialects/mysql/enumerated.py | 243 + .../sqlalchemy/dialects/mysql/expression.py | 143 + .../sqlalchemy/dialects/mysql/json.py | 81 + .../sqlalchemy/dialects/mysql/mariadb.py | 67 + .../dialects/mysql/mariadbconnector.py | 277 + .../dialects/mysql/mysqlconnector.py | 253 + .../sqlalchemy/dialects/mysql/mysqldb.py | 305 + .../sqlalchemy/dialects/mysql/provision.py | 114 + .../sqlalchemy/dialects/mysql/pymysql.py | 136 + .../sqlalchemy/dialects/mysql/pyodbc.py | 139 + .../sqlalchemy/dialects/mysql/reflection.py | 677 ++ .../dialects/mysql/reserved_words.py | 571 ++ .../sqlalchemy/dialects/mysql/types.py | 773 ++ .../sqlalchemy/dialects/oracle/__init__.py | 77 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1444 bytes .../oracle/__pycache__/base.cpython-38.pyc | Bin 0 -> 100232 bytes .../__pycache__/cx_oracle.cpython-38.pyc | Bin 0 -> 47066 bytes .../__pycache__/dictionary.cpython-38.pyc | Bin 0 -> 11217 bytes .../__pycache__/oracledb.cpython-38.pyc | Bin 0 -> 35748 bytes .../__pycache__/provision.cpython-38.pyc | Bin 0 -> 6578 bytes .../oracle/__pycache__/types.cpython-38.pyc | Bin 0 -> 10731 bytes .../oracle/__pycache__/vector.cpython-38.pyc | Bin 0 -> 7563 bytes .../sqlalchemy/dialects/oracle/base.py | 3747 +++++++ .../sqlalchemy/dialects/oracle/cx_oracle.py | 1552 +++ .../sqlalchemy/dialects/oracle/dictionary.py | 507 + .../sqlalchemy/dialects/oracle/oracledb.py | 947 ++ .../sqlalchemy/dialects/oracle/provision.py | 220 + .../sqlalchemy/dialects/oracle/types.py | 316 + .../sqlalchemy/dialects/oracle/vector.py | 266 + .../dialects/postgresql/__init__.py | 167 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 3249 bytes .../_psycopg_common.cpython-38.pyc | Bin 0 -> 5701 bytes .../__pycache__/array.cpython-38.pyc | Bin 0 -> 15712 bytes .../__pycache__/asyncpg.cpython-38.pyc | Bin 0 -> 41290 bytes .../__pycache__/base.cpython-38.pyc | Bin 0 -> 140627 bytes .../postgresql/__pycache__/dml.cpython-38.pyc | Bin 0 -> 10464 bytes .../postgresql/__pycache__/ext.cpython-38.pyc | Bin 0 -> 16971 bytes .../__pycache__/hstore.cpython-38.pyc | Bin 0 -> 12237 bytes .../__pycache__/json.cpython-38.pyc | Bin 0 -> 13012 bytes .../__pycache__/named_types.cpython-38.pyc | Bin 0 -> 18350 bytes .../__pycache__/operators.cpython-38.pyc | Bin 0 -> 1256 bytes .../__pycache__/pg8000.cpython-38.pyc | Bin 0 -> 21682 bytes .../__pycache__/pg_catalog.cpython-38.pyc | Bin 0 -> 7279 bytes .../__pycache__/provision.cpython-38.pyc | Bin 0 -> 4788 bytes .../__pycache__/psycopg.cpython-38.pyc | Bin 0 -> 26783 bytes .../__pycache__/psycopg2.cpython-38.pyc | Bin 0 -> 30986 bytes .../__pycache__/psycopg2cffi.cpython-38.pyc | Bin 0 -> 1854 bytes .../__pycache__/ranges.cpython-38.pyc | Bin 0 -> 24335 bytes .../__pycache__/types.cpython-38.pyc | Bin 0 -> 9558 bytes .../dialects/postgresql/_psycopg_common.py | 186 + .../sqlalchemy/dialects/postgresql/array.py | 509 + .../sqlalchemy/dialects/postgresql/asyncpg.py | 1287 +++ .../sqlalchemy/dialects/postgresql/base.py | 5175 ++++++++++ .../sqlalchemy/dialects/postgresql/dml.py | 339 + .../sqlalchemy/dialects/postgresql/ext.py | 536 + .../sqlalchemy/dialects/postgresql/hstore.py | 406 + .../sqlalchemy/dialects/postgresql/json.py | 367 + .../dialects/postgresql/named_types.py | 538 + .../dialects/postgresql/operators.py | 129 + .../sqlalchemy/dialects/postgresql/pg8000.py | 666 ++ .../dialects/postgresql/pg_catalog.py | 312 + .../dialects/postgresql/provision.py | 175 + .../sqlalchemy/dialects/postgresql/psycopg.py | 783 ++ .../dialects/postgresql/psycopg2.py | 892 ++ .../dialects/postgresql/psycopg2cffi.py | 61 + .../sqlalchemy/dialects/postgresql/ranges.py | 1031 ++ .../sqlalchemy/dialects/postgresql/types.py | 313 + .../sqlalchemy/dialects/sqlite/__init__.py | 57 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 983 bytes .../__pycache__/aiosqlite.cpython-38.pyc | Bin 0 -> 12668 bytes .../sqlite/__pycache__/base.cpython-38.pyc | Bin 0 -> 83061 bytes .../sqlite/__pycache__/dml.cpython-38.pyc | Bin 0 -> 8822 bytes .../sqlite/__pycache__/json.cpython-38.pyc | Bin 0 -> 3254 bytes .../__pycache__/provision.cpython-38.pyc | Bin 0 -> 4743 bytes .../__pycache__/pysqlcipher.cpython-38.pyc | Bin 0 -> 5462 bytes .../__pycache__/pysqlite.cpython-38.pyc | Bin 0 -> 25665 bytes .../sqlalchemy/dialects/sqlite/aiosqlite.py | 398 + .../sqlalchemy/dialects/sqlite/base.py | 2945 ++++++ .../sqlalchemy/dialects/sqlite/dml.py | 263 + .../sqlalchemy/dialects/sqlite/json.py | 92 + .../sqlalchemy/dialects/sqlite/provision.py | 196 + .../sqlalchemy/dialects/sqlite/pysqlcipher.py | 157 + .../sqlalchemy/dialects/sqlite/pysqlite.py | 705 ++ .../dialects/type_migration_guidelines.txt | 145 + .../sqlalchemy/engine/__init__.py | 62 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 2221 bytes .../__pycache__/_py_processors.cpython-38.pyc | Bin 0 -> 3389 bytes .../engine/__pycache__/_py_row.cpython-38.pyc | Bin 0 -> 4193 bytes .../__pycache__/_py_util.cpython-38.pyc | Bin 0 -> 1508 bytes .../engine/__pycache__/base.cpython-38.pyc | Bin 0 -> 96847 bytes .../characteristics.cpython-38.pyc | Bin 0 -> 5635 bytes .../engine/__pycache__/create.cpython-38.pyc | Bin 0 -> 29268 bytes .../engine/__pycache__/cursor.cpython-38.pyc | Bin 0 -> 61460 bytes .../engine/__pycache__/default.cpython-38.pyc | Bin 0 -> 59961 bytes .../engine/__pycache__/events.cpython-38.pyc | Bin 0 -> 37190 bytes .../__pycache__/interfaces.cpython-38.pyc | Bin 0 -> 91079 bytes .../engine/__pycache__/mock.cpython-38.pyc | Bin 0 -> 4808 bytes .../__pycache__/processors.cpython-38.pyc | Bin 0 -> 1155 bytes .../__pycache__/reflection.cpython-38.pyc | Bin 0 -> 61418 bytes .../engine/__pycache__/result.cpython-38.pyc | Bin 0 -> 75185 bytes .../engine/__pycache__/row.cpython-38.pyc | Bin 0 -> 14836 bytes .../__pycache__/strategies.cpython-38.pyc | Bin 0 -> 527 bytes .../engine/__pycache__/url.cpython-38.pyc | Bin 0 -> 26902 bytes .../engine/__pycache__/util.cpython-38.pyc | Bin 0 -> 5008 bytes .../sqlalchemy/engine/_py_processors.py | 136 + .../sqlalchemy/engine/_py_row.py | 128 + .../sqlalchemy/engine/_py_util.py | 74 + .../site-packages/sqlalchemy/engine/base.py | 3370 +++++++ .../sqlalchemy/engine/characteristics.py | 155 + .../site-packages/sqlalchemy/engine/create.py | 878 ++ .../site-packages/sqlalchemy/engine/cursor.py | 2181 +++++ .../sqlalchemy/engine/default.py | 2380 +++++ .../site-packages/sqlalchemy/engine/events.py | 965 ++ .../sqlalchemy/engine/interfaces.py | 3413 +++++++ .../site-packages/sqlalchemy/engine/mock.py | 134 + .../sqlalchemy/engine/processors.py | 61 + .../sqlalchemy/engine/reflection.py | 2102 ++++ .../site-packages/sqlalchemy/engine/result.py | 2387 +++++ .../site-packages/sqlalchemy/engine/row.py | 400 + .../sqlalchemy/engine/strategies.py | 19 + .../site-packages/sqlalchemy/engine/url.py | 924 ++ .../site-packages/sqlalchemy/engine/util.py | 167 + .../sqlalchemy/event/__init__.py | 25 + .../event/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 815 bytes .../event/__pycache__/api.cpython-38.pyc | Bin 0 -> 8292 bytes .../event/__pycache__/attr.cpython-38.pyc | Bin 0 -> 23191 bytes .../event/__pycache__/base.cpython-38.pyc | Bin 0 -> 14676 bytes .../event/__pycache__/legacy.cpython-38.pyc | Bin 0 -> 6782 bytes .../event/__pycache__/registry.cpython-38.pyc | Bin 0 -> 8027 bytes .../site-packages/sqlalchemy/event/api.py | 222 + .../site-packages/sqlalchemy/event/attr.py | 655 ++ .../site-packages/sqlalchemy/event/base.py | 472 + .../site-packages/sqlalchemy/event/legacy.py | 246 + .../sqlalchemy/event/registry.py | 390 + .../site-packages/sqlalchemy/events.py | 17 + .../python3.8/site-packages/sqlalchemy/exc.py | 832 ++ .../site-packages/sqlalchemy/ext/__init__.py | 11 + .../ext/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 281 bytes .../associationproxy.cpython-38.pyc | Bin 0 -> 62832 bytes .../ext/__pycache__/automap.cpython-38.pyc | Bin 0 -> 50339 bytes .../ext/__pycache__/baked.cpython-38.pyc | Bin 0 -> 17067 bytes .../ext/__pycache__/compiler.cpython-38.pyc | Bin 0 -> 20018 bytes .../horizontal_shard.cpython-38.pyc | Bin 0 -> 13923 bytes .../ext/__pycache__/hybrid.cpython-38.pyc | Bin 0 -> 54400 bytes .../ext/__pycache__/indexable.cpython-38.pyc | Bin 0 -> 10786 bytes .../instrumentation.cpython-38.pyc | Bin 0 -> 14804 bytes .../ext/__pycache__/mutable.cpython-38.pyc | Bin 0 -> 38813 bytes .../__pycache__/orderinglist.cpython-38.pyc | Bin 0 -> 14765 bytes .../ext/__pycache__/serializer.cpython-38.pyc | Bin 0 -> 5508 bytes .../sqlalchemy/ext/associationproxy.py | 2013 ++++ .../sqlalchemy/ext/asyncio/__init__.py | 25 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 949 bytes .../asyncio/__pycache__/base.cpython-38.pyc | Bin 0 -> 8176 bytes .../asyncio/__pycache__/engine.cpython-38.pyc | Bin 0 -> 45198 bytes .../asyncio/__pycache__/exc.cpython-38.pyc | Bin 0 -> 893 bytes .../asyncio/__pycache__/result.cpython-38.pyc | Bin 0 -> 31704 bytes .../__pycache__/scoping.cpython-38.pyc | Bin 0 -> 48256 bytes .../__pycache__/session.cpython-38.pyc | Bin 0 -> 59090 bytes .../sqlalchemy/ext/asyncio/base.py | 281 + .../sqlalchemy/ext/asyncio/engine.py | 1469 +++ .../sqlalchemy/ext/asyncio/exc.py | 21 + .../sqlalchemy/ext/asyncio/result.py | 962 ++ .../sqlalchemy/ext/asyncio/scoping.py | 1613 +++ .../sqlalchemy/ext/asyncio/session.py | 1961 ++++ .../site-packages/sqlalchemy/ext/automap.py | 1701 ++++ .../site-packages/sqlalchemy/ext/baked.py | 570 ++ .../site-packages/sqlalchemy/ext/compiler.py | 600 ++ .../sqlalchemy/ext/declarative/__init__.py | 65 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1651 bytes .../__pycache__/extensions.cpython-38.pyc | Bin 0 -> 17100 bytes .../sqlalchemy/ext/declarative/extensions.py | 564 ++ .../sqlalchemy/ext/horizontal_shard.py | 478 + .../site-packages/sqlalchemy/ext/hybrid.py | 1533 +++ .../site-packages/sqlalchemy/ext/indexable.py | 345 + .../sqlalchemy/ext/instrumentation.py | 450 + .../site-packages/sqlalchemy/ext/mutable.py | 1095 +++ .../sqlalchemy/ext/mypy/__init__.py | 6 + .../mypy/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 191 bytes .../ext/mypy/__pycache__/apply.cpython-38.pyc | Bin 0 -> 6265 bytes .../__pycache__/decl_class.cpython-38.pyc | Bin 0 -> 8262 bytes .../ext/mypy/__pycache__/infer.cpython-38.pyc | Bin 0 -> 9384 bytes .../ext/mypy/__pycache__/names.cpython-38.pyc | Bin 0 -> 7030 bytes .../mypy/__pycache__/plugin.cpython-38.pyc | Bin 0 -> 7853 bytes .../ext/mypy/__pycache__/util.cpython-38.pyc | Bin 0 -> 9730 bytes .../sqlalchemy/ext/mypy/apply.py | 324 + .../sqlalchemy/ext/mypy/decl_class.py | 515 + .../sqlalchemy/ext/mypy/infer.py | 590 ++ .../sqlalchemy/ext/mypy/names.py | 335 + .../sqlalchemy/ext/mypy/plugin.py | 303 + .../site-packages/sqlalchemy/ext/mypy/util.py | 357 + .../sqlalchemy/ext/orderinglist.py | 427 + .../sqlalchemy/ext/serializer.py | 185 + .../sqlalchemy/future/__init__.py | 16 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 448 bytes .../future/__pycache__/engine.cpython-38.pyc | Bin 0 -> 382 bytes .../site-packages/sqlalchemy/future/engine.py | 15 + .../site-packages/sqlalchemy/inspection.py | 174 + .../python3.8/site-packages/sqlalchemy/log.py | 288 + .../site-packages/sqlalchemy/orm/__init__.py | 170 + .../orm/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 6025 bytes .../_orm_constructors.cpython-38.pyc | Bin 0 -> 96503 bytes .../orm/__pycache__/_typing.cpython-38.pyc | Bin 0 -> 5582 bytes .../orm/__pycache__/attributes.cpython-38.pyc | Bin 0 -> 67177 bytes .../orm/__pycache__/base.cpython-38.pyc | Bin 0 -> 24729 bytes .../bulk_persistence.cpython-38.pyc | Bin 0 -> 41821 bytes .../__pycache__/clsregistry.cpython-38.pyc | Bin 0 -> 16085 bytes .../__pycache__/collections.cpython-38.pyc | Bin 0 -> 47107 bytes .../orm/__pycache__/context.cpython-38.pyc | Bin 0 -> 63703 bytes .../orm/__pycache__/decl_api.cpython-38.pyc | Bin 0 -> 56168 bytes .../orm/__pycache__/decl_base.cpython-38.pyc | Bin 0 -> 44649 bytes .../orm/__pycache__/dependency.cpython-38.pyc | Bin 0 -> 23942 bytes .../descriptor_props.cpython-38.pyc | Bin 0 -> 33310 bytes .../orm/__pycache__/dynamic.cpython-38.pyc | Bin 0 -> 9322 bytes .../orm/__pycache__/evaluator.cpython-38.pyc | Bin 0 -> 12437 bytes .../orm/__pycache__/events.cpython-38.pyc | Bin 0 -> 126406 bytes .../orm/__pycache__/exc.cpython-38.pyc | Bin 0 -> 8073 bytes .../orm/__pycache__/identity.cpython-38.pyc | Bin 0 -> 9204 bytes .../instrumentation.cpython-38.pyc | Bin 0 -> 22271 bytes .../orm/__pycache__/interfaces.cpython-38.pyc | Bin 0 -> 45387 bytes .../orm/__pycache__/loading.cpython-38.pyc | Bin 0 -> 29623 bytes .../mapped_collection.cpython-38.pyc | Bin 0 -> 17982 bytes .../orm/__pycache__/mapper.cpython-38.pyc | Bin 0 -> 119162 bytes .../__pycache__/path_registry.cpython-38.pyc | Bin 0 -> 21683 bytes .../__pycache__/persistence.cpython-38.pyc | Bin 0 -> 27950 bytes .../orm/__pycache__/properties.cpython-38.pyc | Bin 0 -> 21825 bytes .../orm/__pycache__/query.cpython-38.pyc | Bin 0 -> 105777 bytes .../__pycache__/relationships.cpython-38.pyc | Bin 0 -> 85305 bytes .../orm/__pycache__/scoping.cpython-38.pyc | Bin 0 -> 75057 bytes .../orm/__pycache__/session.cpython-38.pyc | Bin 0 -> 155092 bytes .../orm/__pycache__/state.cpython-38.pyc | Bin 0 -> 32942 bytes .../__pycache__/state_changes.cpython-38.pyc | Bin 0 -> 4878 bytes .../orm/__pycache__/strategies.cpython-38.pyc | Bin 0 -> 60982 bytes .../strategy_options.cpython-38.pyc | Bin 0 -> 64148 bytes .../orm/__pycache__/sync.cpython-38.pyc | Bin 0 -> 3953 bytes .../orm/__pycache__/unitofwork.cpython-38.pyc | Bin 0 -> 21440 bytes .../orm/__pycache__/util.cpython-38.pyc | Bin 0 -> 60365 bytes .../orm/__pycache__/writeonly.cpython-38.pyc | Bin 0 -> 19237 bytes .../sqlalchemy/orm/_orm_constructors.py | 2590 +++++ .../site-packages/sqlalchemy/orm/_typing.py | 179 + .../sqlalchemy/orm/attributes.py | 2835 ++++++ .../site-packages/sqlalchemy/orm/base.py | 973 ++ .../sqlalchemy/orm/bulk_persistence.py | 2123 ++++ .../sqlalchemy/orm/clsregistry.py | 571 ++ .../sqlalchemy/orm/collections.py | 1627 +++ .../site-packages/sqlalchemy/orm/context.py | 3334 +++++++ .../site-packages/sqlalchemy/orm/decl_api.py | 1917 ++++ .../site-packages/sqlalchemy/orm/decl_base.py | 2186 +++++ .../sqlalchemy/orm/dependency.py | 1304 +++ .../sqlalchemy/orm/descriptor_props.py | 1077 ++ .../site-packages/sqlalchemy/orm/dynamic.py | 300 + .../site-packages/sqlalchemy/orm/evaluator.py | 379 + .../site-packages/sqlalchemy/orm/events.py | 3271 +++++++ .../site-packages/sqlalchemy/orm/exc.py | 237 + .../site-packages/sqlalchemy/orm/identity.py | 302 + .../sqlalchemy/orm/instrumentation.py | 754 ++ .../sqlalchemy/orm/interfaces.py | 1490 +++ .../site-packages/sqlalchemy/orm/loading.py | 1682 ++++ .../sqlalchemy/orm/mapped_collection.py | 557 ++ .../site-packages/sqlalchemy/orm/mapper.py | 4431 +++++++++ .../sqlalchemy/orm/path_registry.py | 811 ++ .../sqlalchemy/orm/persistence.py | 1782 ++++ .../sqlalchemy/orm/properties.py | 884 ++ .../site-packages/sqlalchemy/orm/query.py | 3453 +++++++ .../sqlalchemy/orm/relationships.py | 3509 +++++++ .../site-packages/sqlalchemy/orm/scoping.py | 2162 ++++ .../site-packages/sqlalchemy/orm/session.py | 5294 ++++++++++ .../site-packages/sqlalchemy/orm/state.py | 1143 +++ .../sqlalchemy/orm/state_changes.py | 198 + .../sqlalchemy/orm/strategies.py | 3470 +++++++ .../sqlalchemy/orm/strategy_options.py | 2549 +++++ .../site-packages/sqlalchemy/orm/sync.py | 164 + .../sqlalchemy/orm/unitofwork.py | 796 ++ .../site-packages/sqlalchemy/orm/util.py | 2403 +++++ .../site-packages/sqlalchemy/orm/writeonly.py | 678 ++ .../site-packages/sqlalchemy/pool/__init__.py | 44 + .../pool/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1476 bytes .../pool/__pycache__/base.cpython-38.pyc | Bin 0 -> 40730 bytes .../pool/__pycache__/events.cpython-38.pyc | Bin 0 -> 13110 bytes .../pool/__pycache__/impl.cpython-38.pyc | Bin 0 -> 18619 bytes .../site-packages/sqlalchemy/pool/base.py | 1516 +++ .../site-packages/sqlalchemy/pool/events.py | 372 + .../site-packages/sqlalchemy/pool/impl.py | 581 ++ .../site-packages/sqlalchemy/py.typed | 0 .../site-packages/sqlalchemy/schema.py | 71 + .../site-packages/sqlalchemy/sql/__init__.py | 145 + .../sql/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 4259 bytes .../_dml_constructors.cpython-38.pyc | Bin 0 -> 3884 bytes .../_elements_constructors.cpython-38.pyc | Bin 0 -> 63319 bytes .../sql/__pycache__/_orm_types.cpython-38.pyc | Bin 0 -> 590 bytes .../sql/__pycache__/_py_util.cpython-38.pyc | Bin 0 -> 2449 bytes .../_selectable_constructors.cpython-38.pyc | Bin 0 -> 20157 bytes .../sql/__pycache__/_typing.cpython-38.pyc | Bin 0 -> 11834 bytes .../sql/__pycache__/annotation.cpython-38.pyc | Bin 0 -> 14721 bytes .../sql/__pycache__/base.cpython-38.pyc | Bin 0 -> 76079 bytes .../sql/__pycache__/cache_key.cpython-38.pyc | Bin 0 -> 25903 bytes .../sql/__pycache__/coercions.cpython-38.pyc | Bin 0 -> 33772 bytes .../sql/__pycache__/compiler.cpython-38.pyc | Bin 0 -> 178033 bytes .../sql/__pycache__/crud.cpython-38.pyc | Bin 0 -> 26323 bytes .../sql/__pycache__/ddl.cpython-38.pyc | Bin 0 -> 45934 bytes .../default_comparator.cpython-38.pyc | Bin 0 -> 9813 bytes .../sql/__pycache__/dml.cpython-38.pyc | Bin 0 -> 60380 bytes .../sql/__pycache__/elements.cpython-38.pyc | Bin 0 -> 157880 bytes .../sql/__pycache__/events.cpython-38.pyc | Bin 0 -> 18846 bytes .../sql/__pycache__/expression.cpython-38.pyc | Bin 0 -> 4979 bytes .../sql/__pycache__/functions.cpython-38.pyc | Bin 0 -> 63309 bytes .../sql/__pycache__/lambdas.cpython-38.pyc | Bin 0 -> 38472 bytes .../sql/__pycache__/naming.cpython-38.pyc | Bin 0 -> 5297 bytes .../sql/__pycache__/operators.cpython-38.pyc | Bin 0 -> 77372 bytes .../sql/__pycache__/roles.cpython-38.pyc | Bin 0 -> 10851 bytes .../sql/__pycache__/schema.cpython-38.pyc | Bin 0 -> 193477 bytes .../sql/__pycache__/selectable.cpython-38.pyc | Bin 0 -> 209121 bytes .../sql/__pycache__/sqltypes.cpython-38.pyc | Bin 0 -> 121851 bytes .../sql/__pycache__/traversals.cpython-38.pyc | Bin 0 -> 31465 bytes .../sql/__pycache__/type_api.cpython-38.pyc | Bin 0 -> 72233 bytes .../sql/__pycache__/util.cpython-38.pyc | Bin 0 -> 36391 bytes .../sql/__pycache__/visitors.cpython-38.pyc | Bin 0 -> 28884 bytes .../sqlalchemy/sql/_dml_constructors.py | 132 + .../sqlalchemy/sql/_elements_constructors.py | 1872 ++++ .../sqlalchemy/sql/_orm_types.py | 20 + .../site-packages/sqlalchemy/sql/_py_util.py | 75 + .../sql/_selectable_constructors.py | 715 ++ .../site-packages/sqlalchemy/sql/_typing.py | 468 + .../sqlalchemy/sql/annotation.py | 585 ++ .../site-packages/sqlalchemy/sql/base.py | 2197 +++++ .../site-packages/sqlalchemy/sql/cache_key.py | 1057 ++ .../site-packages/sqlalchemy/sql/coercions.py | 1403 +++ .../site-packages/sqlalchemy/sql/compiler.py | 7946 +++++++++++++++ .../site-packages/sqlalchemy/sql/crud.py | 1678 ++++ .../site-packages/sqlalchemy/sql/ddl.py | 1442 +++ .../sqlalchemy/sql/default_comparator.py | 552 ++ .../site-packages/sqlalchemy/sql/dml.py | 1837 ++++ .../site-packages/sqlalchemy/sql/elements.py | 5544 +++++++++++ .../site-packages/sqlalchemy/sql/events.py | 458 + .../sqlalchemy/sql/expression.py | 162 + .../site-packages/sqlalchemy/sql/functions.py | 2106 ++++ .../site-packages/sqlalchemy/sql/lambdas.py | 1440 +++ .../site-packages/sqlalchemy/sql/naming.py | 212 + .../site-packages/sqlalchemy/sql/operators.py | 2623 +++++ .../site-packages/sqlalchemy/sql/roles.py | 323 + .../site-packages/sqlalchemy/sql/schema.py | 6218 ++++++++++++ .../sqlalchemy/sql/selectable.py | 7193 ++++++++++++++ .../site-packages/sqlalchemy/sql/sqltypes.py | 3921 ++++++++ .../sqlalchemy/sql/traversals.py | 1024 ++ .../site-packages/sqlalchemy/sql/type_api.py | 2362 +++++ .../site-packages/sqlalchemy/sql/util.py | 1487 +++ .../site-packages/sqlalchemy/sql/visitors.py | 1167 +++ .../sqlalchemy/testing/__init__.py | 96 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 3183 bytes .../__pycache__/assertions.cpython-38.pyc | Bin 0 -> 28939 bytes .../__pycache__/assertsql.cpython-38.pyc | Bin 0 -> 13119 bytes .../__pycache__/asyncio.cpython-38.pyc | Bin 0 -> 3202 bytes .../testing/__pycache__/config.cpython-38.pyc | Bin 0 -> 13963 bytes .../__pycache__/engines.cpython-38.pyc | Bin 0 -> 13869 bytes .../__pycache__/entities.cpython-38.pyc | Bin 0 -> 2892 bytes .../__pycache__/exclusions.cpython-38.pyc | Bin 0 -> 14154 bytes .../__pycache__/pickleable.cpython-38.pyc | Bin 0 -> 5520 bytes .../__pycache__/profiling.cpython-38.pyc | Bin 0 -> 8163 bytes .../__pycache__/provision.cpython-38.pyc | Bin 0 -> 13519 bytes .../__pycache__/requirements.cpython-38.pyc | Bin 0 -> 73606 bytes .../testing/__pycache__/schema.cpython-38.pyc | Bin 0 -> 6499 bytes .../testing/__pycache__/util.cpython-38.pyc | Bin 0 -> 14956 bytes .../__pycache__/warnings.cpython-38.pyc | Bin 0 -> 1665 bytes .../sqlalchemy/testing/assertions.py | 989 ++ .../sqlalchemy/testing/assertsql.py | 516 + .../sqlalchemy/testing/asyncio.py | 135 + .../sqlalchemy/testing/config.py | 423 + .../sqlalchemy/testing/engines.py | 474 + .../sqlalchemy/testing/entities.py | 117 + .../sqlalchemy/testing/exclusions.py | 435 + .../sqlalchemy/testing/fixtures/__init__.py | 28 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 878 bytes .../fixtures/__pycache__/base.cpython-38.pyc | Bin 0 -> 7569 bytes .../fixtures/__pycache__/mypy.cpython-38.pyc | Bin 0 -> 8053 bytes .../fixtures/__pycache__/orm.cpython-38.pyc | Bin 0 -> 7751 bytes .../fixtures/__pycache__/sql.cpython-38.pyc | Bin 0 -> 13159 bytes .../sqlalchemy/testing/fixtures/base.py | 366 + .../sqlalchemy/testing/fixtures/mypy.py | 332 + .../sqlalchemy/testing/fixtures/orm.py | 227 + .../sqlalchemy/testing/fixtures/sql.py | 503 + .../sqlalchemy/testing/pickleable.py | 155 + .../sqlalchemy/testing/plugin/__init__.py | 6 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 197 bytes .../__pycache__/bootstrap.cpython-38.pyc | Bin 0 -> 1559 bytes .../__pycache__/plugin_base.cpython-38.pyc | Bin 0 -> 18730 bytes .../__pycache__/pytestplugin.cpython-38.pyc | Bin 0 -> 20611 bytes .../sqlalchemy/testing/plugin/bootstrap.py | 51 + .../sqlalchemy/testing/plugin/plugin_base.py | 779 ++ .../sqlalchemy/testing/plugin/pytestplugin.py | 867 ++ .../sqlalchemy/testing/profiling.py | 324 + .../sqlalchemy/testing/provision.py | 502 + .../sqlalchemy/testing/requirements.py | 1893 ++++ .../sqlalchemy/testing/schema.py | 224 + .../sqlalchemy/testing/suite/__init__.py | 19 + .../suite/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 521 bytes .../suite/__pycache__/test_cte.cpython-38.pyc | Bin 0 -> 4659 bytes .../suite/__pycache__/test_ddl.cpython-38.pyc | Bin 0 -> 11456 bytes .../test_deprecations.cpython-38.pyc | Bin 0 -> 4309 bytes .../__pycache__/test_dialect.cpython-38.pyc | Bin 0 -> 19647 bytes .../__pycache__/test_insert.cpython-38.pyc | Bin 0 -> 13717 bytes .../test_reflection.cpython-38.pyc | Bin 0 -> 79937 bytes .../__pycache__/test_results.cpython-38.pyc | Bin 0 -> 13150 bytes .../__pycache__/test_rowcount.cpython-38.pyc | Bin 0 -> 5923 bytes .../__pycache__/test_select.cpython-38.pyc | Bin 0 -> 61297 bytes .../__pycache__/test_sequence.cpython-38.pyc | Bin 0 -> 8853 bytes .../__pycache__/test_types.cpython-38.pyc | Bin 0 -> 57631 bytes .../test_unicode_ddl.cpython-38.pyc | Bin 0 -> 3718 bytes .../test_update_delete.cpython-38.pyc | Bin 0 -> 3551 bytes .../sqlalchemy/testing/suite/test_cte.py | 211 + .../sqlalchemy/testing/suite/test_ddl.py | 389 + .../testing/suite/test_deprecations.py | 153 + .../sqlalchemy/testing/suite/test_dialect.py | 740 ++ .../sqlalchemy/testing/suite/test_insert.py | 630 ++ .../testing/suite/test_reflection.py | 3275 +++++++ .../sqlalchemy/testing/suite/test_results.py | 504 + .../sqlalchemy/testing/suite/test_rowcount.py | 258 + .../sqlalchemy/testing/suite/test_select.py | 2008 ++++ .../sqlalchemy/testing/suite/test_sequence.py | 317 + .../sqlalchemy/testing/suite/test_types.py | 2145 ++++ .../testing/suite/test_unicode_ddl.py | 189 + .../testing/suite/test_update_delete.py | 139 + .../site-packages/sqlalchemy/testing/util.py | 538 + .../sqlalchemy/testing/warnings.py | 52 + .../site-packages/sqlalchemy/types.py | 76 + .../site-packages/sqlalchemy/util/__init__.py | 160 + .../util/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 5503 bytes .../__pycache__/_collections.cpython-38.pyc | Bin 0 -> 24472 bytes .../_concurrency_py3k.cpython-38.pyc | Bin 0 -> 8136 bytes .../util/__pycache__/_has_cy.cpython-38.pyc | Bin 0 -> 875 bytes .../_py_collections.cpython-38.pyc | Bin 0 -> 21307 bytes .../util/__pycache__/compat.cpython-38.pyc | Bin 0 -> 8416 bytes .../__pycache__/concurrency.cpython-38.pyc | Bin 0 -> 3134 bytes .../__pycache__/deprecations.cpython-38.pyc | Bin 0 -> 9461 bytes .../__pycache__/langhelpers.cpython-38.pyc | Bin 0 -> 61422 bytes .../util/__pycache__/preloaded.cpython-38.pyc | Bin 0 -> 5121 bytes .../util/__pycache__/queue.cpython-38.pyc | Bin 0 -> 10488 bytes .../__pycache__/tool_support.cpython-38.pyc | Bin 0 -> 5477 bytes .../__pycache__/topological.cpython-38.pyc | Bin 0 -> 2855 bytes .../util/__pycache__/typing.cpython-38.pyc | Bin 0 -> 18993 bytes .../sqlalchemy/util/_collections.py | 717 ++ .../sqlalchemy/util/_concurrency_py3k.py | 288 + .../site-packages/sqlalchemy/util/_has_cy.py | 40 + .../sqlalchemy/util/_py_collections.py | 541 + .../site-packages/sqlalchemy/util/compat.py | 303 + .../sqlalchemy/util/concurrency.py | 108 + .../sqlalchemy/util/deprecations.py | 401 + .../sqlalchemy/util/langhelpers.py | 2303 +++++ .../sqlalchemy/util/preloaded.py | 150 + .../site-packages/sqlalchemy/util/queue.py | 322 + .../sqlalchemy/util/tool_support.py | 201 + .../sqlalchemy/util/topological.py | 120 + .../site-packages/sqlalchemy/util/typing.py | 733 ++ .../INSTALLER | 1 + .../METADATA | 68 + .../typing_extensions-4.13.2.dist-info/RECORD | 7 + .../typing_extensions-4.13.2.dist-info/WHEEL | 4 + .../licenses/LICENSE | 279 + .../site-packages/typing_extensions.py | 4584 +++++++++ .../zipp-3.20.2.dist-info/INSTALLER | 1 + .../zipp-3.20.2.dist-info/LICENSE | 17 + .../zipp-3.20.2.dist-info/METADATA | 106 + .../zipp-3.20.2.dist-info/RECORD | 16 + .../site-packages/zipp-3.20.2.dist-info/WHEEL | 5 + .../zipp-3.20.2.dist-info/top_level.txt | 1 + .../python3.8/site-packages/zipp/__init__.py | 452 + .../zipp/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 14348 bytes .../zipp/__pycache__/glob.cpython-38.pyc | Bin 0 -> 4266 bytes .../site-packages/zipp/compat/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 183 bytes .../compat/__pycache__/overlay.cpython-38.pyc | Bin 0 -> 1152 bytes .../compat/__pycache__/py310.cpython-38.pyc | Bin 0 -> 420 bytes .../site-packages/zipp/compat/overlay.py | 37 + .../site-packages/zipp/compat/py310.py | 13 + venv/lib/python3.8/site-packages/zipp/glob.py | 114 + venv/lib64 | 1 + venv/pyvenv.cfg | 3 + 3823 files changed, 792446 insertions(+), 258 deletions(-) create mode 100644 alembic.ini create mode 100644 debug.py create mode 100644 env/bin/Activate.ps1 create mode 100644 env/bin/activate create mode 100644 env/bin/activate.csh create mode 100644 env/bin/activate.fish create mode 100755 env/bin/pip create mode 100755 env/bin/pip3 create mode 100755 env/bin/pip3.8 create mode 100755 env/bin/py.test create mode 100755 env/bin/pytest create mode 120000 env/bin/python create mode 120000 env/bin/python3 create mode 100644 env/lib/python3.8/site-packages/__pycache__/py.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/__pycache__/typing_extensions.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_distutils_hack/__init__.py create mode 100644 env/lib/python3.8/site-packages/_distutils_hack/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_distutils_hack/__pycache__/override.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_distutils_hack/override.py create mode 100644 env/lib/python3.8/site-packages/_pytest/__init__.py create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/_argcomplete.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/_version.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/cacheprovider.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/capture.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/compat.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/debugging.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/deprecated.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/doctest.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/faulthandler.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/fixtures.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/freeze_support.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/helpconfig.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/hookspec.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/junitxml.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/legacypath.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/logging.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/main.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/monkeypatch.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/nodes.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/outcomes.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/pastebin.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/pathlib.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/pytester.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/pytester_assertions.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/python.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/python_api.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/python_path.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/recwarn.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/reports.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/runner.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/scope.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/setuponly.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/setupplan.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/skipping.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/stash.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/stepwise.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/terminal.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/threadexception.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/timing.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/tmpdir.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/unittest.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/unraisableexception.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/warning_types.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/__pycache__/warnings.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/_argcomplete.py create mode 100644 env/lib/python3.8/site-packages/_pytest/_code/__init__.py create mode 100644 env/lib/python3.8/site-packages/_pytest/_code/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/_code/__pycache__/code.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/_code/__pycache__/source.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/_code/code.py create mode 100644 env/lib/python3.8/site-packages/_pytest/_code/source.py create mode 100644 env/lib/python3.8/site-packages/_pytest/_io/__init__.py create mode 100644 env/lib/python3.8/site-packages/_pytest/_io/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/_io/__pycache__/pprint.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/_io/__pycache__/saferepr.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/_io/__pycache__/terminalwriter.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/_io/__pycache__/wcwidth.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/_io/pprint.py create mode 100644 env/lib/python3.8/site-packages/_pytest/_io/saferepr.py create mode 100644 env/lib/python3.8/site-packages/_pytest/_io/terminalwriter.py create mode 100644 env/lib/python3.8/site-packages/_pytest/_io/wcwidth.py create mode 100644 env/lib/python3.8/site-packages/_pytest/_py/__init__.py create mode 100644 env/lib/python3.8/site-packages/_pytest/_py/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/_py/__pycache__/error.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/_py/__pycache__/path.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/_py/error.py create mode 100644 env/lib/python3.8/site-packages/_pytest/_py/path.py create mode 100644 env/lib/python3.8/site-packages/_pytest/_version.py create mode 100644 env/lib/python3.8/site-packages/_pytest/assertion/__init__.py create mode 100644 env/lib/python3.8/site-packages/_pytest/assertion/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/assertion/__pycache__/rewrite.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/assertion/__pycache__/truncate.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/assertion/__pycache__/util.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/assertion/rewrite.py create mode 100644 env/lib/python3.8/site-packages/_pytest/assertion/truncate.py create mode 100644 env/lib/python3.8/site-packages/_pytest/assertion/util.py create mode 100644 env/lib/python3.8/site-packages/_pytest/cacheprovider.py create mode 100644 env/lib/python3.8/site-packages/_pytest/capture.py create mode 100644 env/lib/python3.8/site-packages/_pytest/compat.py create mode 100644 env/lib/python3.8/site-packages/_pytest/config/__init__.py create mode 100644 env/lib/python3.8/site-packages/_pytest/config/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/config/__pycache__/argparsing.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/config/__pycache__/compat.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/config/__pycache__/exceptions.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/config/__pycache__/findpaths.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/config/argparsing.py create mode 100644 env/lib/python3.8/site-packages/_pytest/config/compat.py create mode 100644 env/lib/python3.8/site-packages/_pytest/config/exceptions.py create mode 100644 env/lib/python3.8/site-packages/_pytest/config/findpaths.py create mode 100644 env/lib/python3.8/site-packages/_pytest/debugging.py create mode 100644 env/lib/python3.8/site-packages/_pytest/deprecated.py create mode 100644 env/lib/python3.8/site-packages/_pytest/doctest.py create mode 100644 env/lib/python3.8/site-packages/_pytest/faulthandler.py create mode 100644 env/lib/python3.8/site-packages/_pytest/fixtures.py create mode 100644 env/lib/python3.8/site-packages/_pytest/freeze_support.py create mode 100644 env/lib/python3.8/site-packages/_pytest/helpconfig.py create mode 100644 env/lib/python3.8/site-packages/_pytest/hookspec.py create mode 100644 env/lib/python3.8/site-packages/_pytest/junitxml.py create mode 100644 env/lib/python3.8/site-packages/_pytest/legacypath.py create mode 100644 env/lib/python3.8/site-packages/_pytest/logging.py create mode 100644 env/lib/python3.8/site-packages/_pytest/main.py create mode 100644 env/lib/python3.8/site-packages/_pytest/mark/__init__.py create mode 100644 env/lib/python3.8/site-packages/_pytest/mark/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/mark/__pycache__/expression.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/mark/__pycache__/structures.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/_pytest/mark/expression.py create mode 100644 env/lib/python3.8/site-packages/_pytest/mark/structures.py create mode 100644 env/lib/python3.8/site-packages/_pytest/monkeypatch.py create mode 100644 env/lib/python3.8/site-packages/_pytest/nodes.py create mode 100644 env/lib/python3.8/site-packages/_pytest/outcomes.py create mode 100644 env/lib/python3.8/site-packages/_pytest/pastebin.py create mode 100644 env/lib/python3.8/site-packages/_pytest/pathlib.py create mode 100644 env/lib/python3.8/site-packages/_pytest/py.typed create mode 100644 env/lib/python3.8/site-packages/_pytest/pytester.py create mode 100644 env/lib/python3.8/site-packages/_pytest/pytester_assertions.py create mode 100644 env/lib/python3.8/site-packages/_pytest/python.py create mode 100644 env/lib/python3.8/site-packages/_pytest/python_api.py create mode 100644 env/lib/python3.8/site-packages/_pytest/python_path.py create mode 100644 env/lib/python3.8/site-packages/_pytest/recwarn.py create mode 100644 env/lib/python3.8/site-packages/_pytest/reports.py create mode 100644 env/lib/python3.8/site-packages/_pytest/runner.py create mode 100644 env/lib/python3.8/site-packages/_pytest/scope.py create mode 100644 env/lib/python3.8/site-packages/_pytest/setuponly.py create mode 100644 env/lib/python3.8/site-packages/_pytest/setupplan.py create mode 100644 env/lib/python3.8/site-packages/_pytest/skipping.py create mode 100644 env/lib/python3.8/site-packages/_pytest/stash.py create mode 100644 env/lib/python3.8/site-packages/_pytest/stepwise.py create mode 100644 env/lib/python3.8/site-packages/_pytest/terminal.py create mode 100644 env/lib/python3.8/site-packages/_pytest/threadexception.py create mode 100644 env/lib/python3.8/site-packages/_pytest/timing.py create mode 100644 env/lib/python3.8/site-packages/_pytest/tmpdir.py create mode 100644 env/lib/python3.8/site-packages/_pytest/unittest.py create mode 100644 env/lib/python3.8/site-packages/_pytest/unraisableexception.py create mode 100644 env/lib/python3.8/site-packages/_pytest/warning_types.py create mode 100644 env/lib/python3.8/site-packages/_pytest/warnings.py create mode 100644 env/lib/python3.8/site-packages/distutils-precedence.pth create mode 100644 env/lib/python3.8/site-packages/exceptiongroup-1.3.0.dist-info/INSTALLER create mode 100644 env/lib/python3.8/site-packages/exceptiongroup-1.3.0.dist-info/METADATA create mode 100644 env/lib/python3.8/site-packages/exceptiongroup-1.3.0.dist-info/RECORD create mode 100644 env/lib/python3.8/site-packages/exceptiongroup-1.3.0.dist-info/WHEEL create mode 100644 env/lib/python3.8/site-packages/exceptiongroup-1.3.0.dist-info/licenses/LICENSE create mode 100644 env/lib/python3.8/site-packages/exceptiongroup/__init__.py create mode 100644 env/lib/python3.8/site-packages/exceptiongroup/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/exceptiongroup/__pycache__/_catch.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/exceptiongroup/__pycache__/_exceptions.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/exceptiongroup/__pycache__/_formatting.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/exceptiongroup/__pycache__/_suppress.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/exceptiongroup/__pycache__/_version.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/exceptiongroup/_catch.py create mode 100644 env/lib/python3.8/site-packages/exceptiongroup/_exceptions.py create mode 100644 env/lib/python3.8/site-packages/exceptiongroup/_formatting.py create mode 100644 env/lib/python3.8/site-packages/exceptiongroup/_suppress.py create mode 100644 env/lib/python3.8/site-packages/exceptiongroup/_version.py create mode 100644 env/lib/python3.8/site-packages/exceptiongroup/py.typed create mode 100644 env/lib/python3.8/site-packages/iniconfig-2.1.0.dist-info/INSTALLER create mode 100644 env/lib/python3.8/site-packages/iniconfig-2.1.0.dist-info/METADATA create mode 100644 env/lib/python3.8/site-packages/iniconfig-2.1.0.dist-info/RECORD create mode 100644 env/lib/python3.8/site-packages/iniconfig-2.1.0.dist-info/WHEEL create mode 100644 env/lib/python3.8/site-packages/iniconfig-2.1.0.dist-info/licenses/LICENSE create mode 100644 env/lib/python3.8/site-packages/iniconfig/__init__.py create mode 100644 env/lib/python3.8/site-packages/iniconfig/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/iniconfig/__pycache__/_parse.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/iniconfig/__pycache__/_version.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/iniconfig/__pycache__/exceptions.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/iniconfig/_parse.py create mode 100644 env/lib/python3.8/site-packages/iniconfig/_version.py create mode 100644 env/lib/python3.8/site-packages/iniconfig/exceptions.py create mode 100644 env/lib/python3.8/site-packages/iniconfig/py.typed create mode 100644 env/lib/python3.8/site-packages/packaging-25.0.dist-info/INSTALLER create mode 100644 env/lib/python3.8/site-packages/packaging-25.0.dist-info/METADATA create mode 100644 env/lib/python3.8/site-packages/packaging-25.0.dist-info/RECORD create mode 100644 env/lib/python3.8/site-packages/packaging-25.0.dist-info/WHEEL create mode 100644 env/lib/python3.8/site-packages/packaging-25.0.dist-info/licenses/LICENSE create mode 100644 env/lib/python3.8/site-packages/packaging-25.0.dist-info/licenses/LICENSE.APACHE create mode 100644 env/lib/python3.8/site-packages/packaging-25.0.dist-info/licenses/LICENSE.BSD create mode 100644 env/lib/python3.8/site-packages/packaging/__init__.py create mode 100644 env/lib/python3.8/site-packages/packaging/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/packaging/__pycache__/_elffile.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/packaging/__pycache__/_manylinux.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/packaging/__pycache__/_musllinux.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/packaging/__pycache__/_parser.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/packaging/__pycache__/_structures.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/packaging/__pycache__/_tokenizer.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/packaging/__pycache__/markers.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/packaging/__pycache__/metadata.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/packaging/__pycache__/requirements.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/packaging/__pycache__/specifiers.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/packaging/__pycache__/tags.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/packaging/__pycache__/utils.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/packaging/__pycache__/version.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/packaging/_elffile.py create mode 100644 env/lib/python3.8/site-packages/packaging/_manylinux.py create mode 100644 env/lib/python3.8/site-packages/packaging/_musllinux.py create mode 100644 env/lib/python3.8/site-packages/packaging/_parser.py create mode 100644 env/lib/python3.8/site-packages/packaging/_structures.py create mode 100644 env/lib/python3.8/site-packages/packaging/_tokenizer.py create mode 100644 env/lib/python3.8/site-packages/packaging/licenses/__init__.py create mode 100644 env/lib/python3.8/site-packages/packaging/licenses/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/packaging/licenses/__pycache__/_spdx.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/packaging/licenses/_spdx.py create mode 100644 env/lib/python3.8/site-packages/packaging/markers.py create mode 100644 env/lib/python3.8/site-packages/packaging/metadata.py create mode 100644 env/lib/python3.8/site-packages/packaging/py.typed create mode 100644 env/lib/python3.8/site-packages/packaging/requirements.py create mode 100644 env/lib/python3.8/site-packages/packaging/specifiers.py create mode 100644 env/lib/python3.8/site-packages/packaging/tags.py create mode 100644 env/lib/python3.8/site-packages/packaging/utils.py create mode 100644 env/lib/python3.8/site-packages/packaging/version.py create mode 100644 env/lib/python3.8/site-packages/pip-25.0.1.dist-info/AUTHORS.txt create mode 100644 env/lib/python3.8/site-packages/pip-25.0.1.dist-info/INSTALLER create mode 100644 env/lib/python3.8/site-packages/pip-25.0.1.dist-info/LICENSE.txt create mode 100644 env/lib/python3.8/site-packages/pip-25.0.1.dist-info/METADATA create mode 100644 env/lib/python3.8/site-packages/pip-25.0.1.dist-info/RECORD create mode 100644 env/lib/python3.8/site-packages/pip-25.0.1.dist-info/REQUESTED create mode 100644 env/lib/python3.8/site-packages/pip-25.0.1.dist-info/WHEEL create mode 100644 env/lib/python3.8/site-packages/pip-25.0.1.dist-info/entry_points.txt create mode 100644 env/lib/python3.8/site-packages/pip-25.0.1.dist-info/top_level.txt create mode 100644 env/lib/python3.8/site-packages/pip/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/__main__.py create mode 100644 env/lib/python3.8/site-packages/pip/__pip-runner__.py create mode 100644 env/lib/python3.8/site-packages/pip/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/__pycache__/__main__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/__pycache__/__pip-runner__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/__pycache__/build_env.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/__pycache__/cache.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/__pycache__/configuration.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/__pycache__/exceptions.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/__pycache__/main.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/__pycache__/pyproject.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/build_env.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cache.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/main.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/parser.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/base_command.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/command_context.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/index_command.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/main.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/main_parser.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/parser.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/req_command.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/spinners.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/cli/status_codes.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/cache.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/check.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/completion.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/debug.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/download.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/hash.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/help.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/index.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/install.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/list.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/search.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/show.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/cache.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/check.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/completion.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/configuration.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/debug.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/download.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/freeze.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/hash.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/help.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/index.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/inspect.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/install.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/list.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/search.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/show.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/uninstall.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/commands/wheel.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/configuration.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/distributions/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/base.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/distributions/base.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/distributions/installed.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/distributions/sdist.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/distributions/wheel.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/exceptions.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/index/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/index/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/index/__pycache__/collector.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/index/__pycache__/sources.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/index/collector.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/index/package_finder.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/index/sources.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/locations/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/locations/__pycache__/base.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/locations/_distutils.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/locations/base.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/main.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/metadata/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/metadata/__pycache__/base.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/metadata/_json.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/metadata/base.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/metadata/importlib/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/metadata/importlib/_compat.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/metadata/importlib/_dists.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/metadata/importlib/_envs.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/models/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/candidate.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/format_control.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/index.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/link.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/scheme.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/target_python.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/wheel.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/models/candidate.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/models/direct_url.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/models/format_control.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/models/index.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/models/installation_report.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/models/link.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/models/scheme.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/models/search_scope.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/models/target_python.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/models/wheel.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/network/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/network/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/network/__pycache__/auth.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/network/__pycache__/cache.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/network/__pycache__/download.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/network/__pycache__/session.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/network/__pycache__/utils.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/network/auth.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/network/cache.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/network/download.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/network/session.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/network/utils.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/check.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/build/build_tracker.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/check.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/freeze.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/operations/prepare.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/pyproject.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/req/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/req/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/req/__pycache__/constructors.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_file.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_install.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_set.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/req/constructors.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/req/req_file.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/req/req_install.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/req/req_set.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/__pycache__/base.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/base.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/self_outdated_check.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/_log.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/compat.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/logging.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/misc.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/retry.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/urls.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/_jaraco_text.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/_log.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/appdirs.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/compat.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/datetime.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/deprecation.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/egg_link.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/filesystem.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/filetypes.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/glibc.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/hashes.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/logging.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/misc.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/packaging.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/retry.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/subprocess.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/unpacking.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/urls.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/utils/wheel.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/vcs/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/git.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/vcs/git.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/vcs/subversion.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 env/lib/python3.8/site-packages/pip/_internal/wheel_builder.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/py.typed create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/certifi/core.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/certifi/py.typed create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/compat.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/database.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/index.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/locators.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/markers.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/resources.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/t32.exe create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/t64-arm.exe create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/t64.exe create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/util.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/version.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/w32.exe create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/w64-arm.exe create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/w64.exe create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distro/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distro/__main__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distro/distro.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/distro/py.typed create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/idna/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/core.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/idna/codec.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/idna/compat.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/idna/core.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/idna/intranges.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/idna/package_data.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/idna/py.typed create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/_elffile.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/_parser.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/_tokenizer.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/licenses/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/licenses/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/licenses/__pycache__/_spdx.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/licenses/_spdx.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/markers.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/metadata.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/py.typed create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/tags.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/utils.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/packaging/version.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/platformdirs/py.typed create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/cmdline.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/console.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/filter.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/style.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/styles/_mapping.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/token.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pygments/util.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pyproject_hooks/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pyproject_hooks/_impl.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/pyproject_hooks/py.typed create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/api.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/help.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/models.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/__version__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/adapters.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/api.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/auth.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/certs.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/compat.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/cookies.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/help.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/hooks.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/models.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/packages.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/sessions.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/structures.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/requests/utils.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/resolvelib/py.typed create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__main__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/align.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/box.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/color.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/console.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/control.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/json.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/live.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/region.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/status.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/style.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/table.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/text.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/_export_format.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/_extension.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/_fileno.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/_loop.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/_null_file.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/_pick.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/_stack.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/_timer.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/_win32_console.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/_windows.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/_windows_renderer.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/abc.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/align.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/ansi.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/bar.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/box.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/cells.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/color.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/columns.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/console.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/constrain.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/containers.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/control.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/emoji.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/errors.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/filesize.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/json.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/layout.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/live.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/live_render.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/logging.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/markup.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/measure.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/padding.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/pager.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/palette.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/panel.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/pretty.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/progress.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/prompt.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/protocol.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/py.typed create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/region.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/repr.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/rule.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/scope.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/screen.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/segment.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/spinner.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/status.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/style.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/styled.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/syntax.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/table.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/text.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/theme.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/themes.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/traceback.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/rich/tree.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/tomli/_re.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/tomli/_types.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/tomli/py.typed create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/truststore/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/truststore/_api.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/truststore/_macos.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/truststore/_openssl.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/truststore/_ssl_constants.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/truststore/_windows.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/truststore/py.typed create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/typing_extensions.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/request.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/response.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 env/lib/python3.8/site-packages/pip/_vendor/vendor.txt create mode 100644 env/lib/python3.8/site-packages/pip/py.typed create mode 100644 env/lib/python3.8/site-packages/pkg_resources/__init__.py create mode 100644 env/lib/python3.8/site-packages/pkg_resources/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/__init__.py create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/appdirs.py create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__about__.py create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__init__.py create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/_compat.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/_typing.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/tags.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/_compat.py create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/_structures.py create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/_typing.py create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/markers.py create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/requirements.py create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/specifiers.py create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/tags.py create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/utils.py create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/version.py create mode 100644 env/lib/python3.8/site-packages/pkg_resources/_vendor/pyparsing.py create mode 100644 env/lib/python3.8/site-packages/pkg_resources/extern/__init__.py create mode 100644 env/lib/python3.8/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py create mode 100644 env/lib/python3.8/site-packages/pluggy-1.5.0.dist-info/INSTALLER create mode 100644 env/lib/python3.8/site-packages/pluggy-1.5.0.dist-info/LICENSE create mode 100644 env/lib/python3.8/site-packages/pluggy-1.5.0.dist-info/METADATA create mode 100644 env/lib/python3.8/site-packages/pluggy-1.5.0.dist-info/RECORD create mode 100644 env/lib/python3.8/site-packages/pluggy-1.5.0.dist-info/WHEEL create mode 100644 env/lib/python3.8/site-packages/pluggy-1.5.0.dist-info/top_level.txt create mode 100644 env/lib/python3.8/site-packages/pluggy/__init__.py create mode 100644 env/lib/python3.8/site-packages/pluggy/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pluggy/__pycache__/_callers.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pluggy/__pycache__/_hooks.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pluggy/__pycache__/_manager.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pluggy/__pycache__/_result.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pluggy/__pycache__/_tracing.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pluggy/__pycache__/_version.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pluggy/__pycache__/_warnings.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pluggy/_callers.py create mode 100644 env/lib/python3.8/site-packages/pluggy/_hooks.py create mode 100644 env/lib/python3.8/site-packages/pluggy/_manager.py create mode 100644 env/lib/python3.8/site-packages/pluggy/_result.py create mode 100644 env/lib/python3.8/site-packages/pluggy/_tracing.py create mode 100644 env/lib/python3.8/site-packages/pluggy/_version.py create mode 100644 env/lib/python3.8/site-packages/pluggy/_warnings.py create mode 100644 env/lib/python3.8/site-packages/pluggy/py.typed create mode 100644 env/lib/python3.8/site-packages/py.py create mode 100644 env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/AUTHORS create mode 100644 env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/INSTALLER create mode 100644 env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/LICENSE create mode 100644 env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/METADATA create mode 100644 env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/RECORD create mode 100644 env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/REQUESTED create mode 100644 env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/WHEEL create mode 100644 env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/entry_points.txt create mode 100644 env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/top_level.txt create mode 100644 env/lib/python3.8/site-packages/pytest/__init__.py create mode 100644 env/lib/python3.8/site-packages/pytest/__main__.py create mode 100644 env/lib/python3.8/site-packages/pytest/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pytest/__pycache__/__main__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/pytest/py.typed create mode 100644 env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/INSTALLER create mode 100644 env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/LICENSE create mode 100644 env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/METADATA create mode 100644 env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/RECORD create mode 100644 env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/REQUESTED create mode 100644 env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/WHEEL create mode 100644 env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/dependency_links.txt create mode 100644 env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/entry_points.txt create mode 100644 env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/top_level.txt create mode 100644 env/lib/python3.8/site-packages/setuptools/__init__.py create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/_imp.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/archive_util.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/build_meta.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/config.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/dep_util.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/depends.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/dist.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/errors.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/extension.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/glob.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/installer.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/launch.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/lib2to3_ex.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/monkey.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/msvc.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/namespaces.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/package_index.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/py34compat.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/sandbox.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/ssl_support.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/unicode_utils.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/version.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/wheel.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/__pycache__/windows_support.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_deprecation_warning.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__init__.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/bcppcompiler.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/config.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/core.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/debug.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/dist.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/errors.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/extension.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/log.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/msvc9compiler.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/msvccompiler.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/py35compat.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/py38compat.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/util.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/version.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/_msvccompiler.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/archive_util.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/bcppcompiler.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/ccompiler.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/cmd.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/__init__.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/bdist_msi.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/bdist_wininst.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/py37compat.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/register.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/upload.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/bdist.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_dumb.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_msi.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_rpm.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_wininst.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/build.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/build_clib.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/build_py.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/build_scripts.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/check.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/clean.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/config.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/install.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/install_data.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/install_egg_info.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/install_headers.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/install_lib.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/install_scripts.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/py37compat.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/register.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/sdist.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/command/upload.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/config.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/core.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/cygwinccompiler.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/debug.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/dep_util.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/dir_util.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/dist.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/errors.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/extension.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/fancy_getopt.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/file_util.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/filelist.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/log.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/msvc9compiler.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/msvccompiler.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/py35compat.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/py38compat.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/spawn.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/sysconfig.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/text_file.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/unixccompiler.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/util.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/version.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_distutils/versionpredicate.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_imp.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/__init__.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/ordered_set.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/pyparsing.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/ordered_set.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__about__.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__init__.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/_compat.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/_typing.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/packaging/_compat.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/packaging/_structures.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/packaging/_typing.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/packaging/markers.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/packaging/requirements.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/packaging/specifiers.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/packaging/tags.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/packaging/utils.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/packaging/version.py create mode 100644 env/lib/python3.8/site-packages/setuptools/_vendor/pyparsing.py create mode 100644 env/lib/python3.8/site-packages/setuptools/archive_util.py create mode 100644 env/lib/python3.8/site-packages/setuptools/build_meta.py create mode 100644 env/lib/python3.8/site-packages/setuptools/cli-32.exe create mode 100644 env/lib/python3.8/site-packages/setuptools/cli-64.exe create mode 100644 env/lib/python3.8/site-packages/setuptools/cli.exe create mode 100644 env/lib/python3.8/site-packages/setuptools/command/__init__.py create mode 100644 env/lib/python3.8/site-packages/setuptools/command/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/command/__pycache__/alias.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/command/__pycache__/build_clib.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/command/__pycache__/build_ext.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/command/__pycache__/build_py.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/command/__pycache__/develop.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/command/__pycache__/dist_info.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/command/__pycache__/easy_install.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/command/__pycache__/egg_info.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/command/__pycache__/install.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/command/__pycache__/install_lib.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/command/__pycache__/install_scripts.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/command/__pycache__/py36compat.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/command/__pycache__/register.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/command/__pycache__/rotate.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/command/__pycache__/saveopts.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/command/__pycache__/sdist.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/command/__pycache__/setopt.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/command/__pycache__/test.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/command/__pycache__/upload.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/command/__pycache__/upload_docs.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/command/alias.py create mode 100644 env/lib/python3.8/site-packages/setuptools/command/bdist_egg.py create mode 100644 env/lib/python3.8/site-packages/setuptools/command/bdist_rpm.py create mode 100644 env/lib/python3.8/site-packages/setuptools/command/build_clib.py create mode 100644 env/lib/python3.8/site-packages/setuptools/command/build_ext.py create mode 100644 env/lib/python3.8/site-packages/setuptools/command/build_py.py create mode 100644 env/lib/python3.8/site-packages/setuptools/command/develop.py create mode 100644 env/lib/python3.8/site-packages/setuptools/command/dist_info.py create mode 100644 env/lib/python3.8/site-packages/setuptools/command/easy_install.py create mode 100644 env/lib/python3.8/site-packages/setuptools/command/egg_info.py create mode 100644 env/lib/python3.8/site-packages/setuptools/command/install.py create mode 100644 env/lib/python3.8/site-packages/setuptools/command/install_egg_info.py create mode 100644 env/lib/python3.8/site-packages/setuptools/command/install_lib.py create mode 100644 env/lib/python3.8/site-packages/setuptools/command/install_scripts.py create mode 100644 env/lib/python3.8/site-packages/setuptools/command/launcher manifest.xml create mode 100644 env/lib/python3.8/site-packages/setuptools/command/py36compat.py create mode 100644 env/lib/python3.8/site-packages/setuptools/command/register.py create mode 100644 env/lib/python3.8/site-packages/setuptools/command/rotate.py create mode 100644 env/lib/python3.8/site-packages/setuptools/command/saveopts.py create mode 100644 env/lib/python3.8/site-packages/setuptools/command/sdist.py create mode 100644 env/lib/python3.8/site-packages/setuptools/command/setopt.py create mode 100644 env/lib/python3.8/site-packages/setuptools/command/test.py create mode 100644 env/lib/python3.8/site-packages/setuptools/command/upload.py create mode 100644 env/lib/python3.8/site-packages/setuptools/command/upload_docs.py create mode 100644 env/lib/python3.8/site-packages/setuptools/config.py create mode 100644 env/lib/python3.8/site-packages/setuptools/dep_util.py create mode 100644 env/lib/python3.8/site-packages/setuptools/depends.py create mode 100644 env/lib/python3.8/site-packages/setuptools/dist.py create mode 100644 env/lib/python3.8/site-packages/setuptools/errors.py create mode 100644 env/lib/python3.8/site-packages/setuptools/extension.py create mode 100644 env/lib/python3.8/site-packages/setuptools/extern/__init__.py create mode 100644 env/lib/python3.8/site-packages/setuptools/extern/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/setuptools/glob.py create mode 100644 env/lib/python3.8/site-packages/setuptools/gui-32.exe create mode 100644 env/lib/python3.8/site-packages/setuptools/gui-64.exe create mode 100644 env/lib/python3.8/site-packages/setuptools/gui.exe create mode 100644 env/lib/python3.8/site-packages/setuptools/installer.py create mode 100644 env/lib/python3.8/site-packages/setuptools/launch.py create mode 100644 env/lib/python3.8/site-packages/setuptools/lib2to3_ex.py create mode 100644 env/lib/python3.8/site-packages/setuptools/monkey.py create mode 100644 env/lib/python3.8/site-packages/setuptools/msvc.py create mode 100644 env/lib/python3.8/site-packages/setuptools/namespaces.py create mode 100644 env/lib/python3.8/site-packages/setuptools/package_index.py create mode 100644 env/lib/python3.8/site-packages/setuptools/py34compat.py create mode 100644 env/lib/python3.8/site-packages/setuptools/sandbox.py create mode 100644 env/lib/python3.8/site-packages/setuptools/script (dev).tmpl create mode 100644 env/lib/python3.8/site-packages/setuptools/script.tmpl create mode 100644 env/lib/python3.8/site-packages/setuptools/ssl_support.py create mode 100644 env/lib/python3.8/site-packages/setuptools/unicode_utils.py create mode 100644 env/lib/python3.8/site-packages/setuptools/version.py create mode 100644 env/lib/python3.8/site-packages/setuptools/wheel.py create mode 100644 env/lib/python3.8/site-packages/setuptools/windows_support.py create mode 100644 env/lib/python3.8/site-packages/tomli-2.2.1.dist-info/INSTALLER create mode 100644 env/lib/python3.8/site-packages/tomli-2.2.1.dist-info/LICENSE create mode 100644 env/lib/python3.8/site-packages/tomli-2.2.1.dist-info/METADATA create mode 100644 env/lib/python3.8/site-packages/tomli-2.2.1.dist-info/RECORD create mode 100644 env/lib/python3.8/site-packages/tomli-2.2.1.dist-info/WHEEL create mode 100644 env/lib/python3.8/site-packages/tomli/__init__.py create mode 100644 env/lib/python3.8/site-packages/tomli/__pycache__/__init__.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/tomli/__pycache__/_parser.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/tomli/__pycache__/_re.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/tomli/__pycache__/_types.cpython-38.pyc create mode 100644 env/lib/python3.8/site-packages/tomli/_parser.py create mode 100644 env/lib/python3.8/site-packages/tomli/_re.py create mode 100644 env/lib/python3.8/site-packages/tomli/_types.py create mode 100644 env/lib/python3.8/site-packages/tomli/py.typed create mode 100644 env/lib/python3.8/site-packages/typing_extensions-4.13.2.dist-info/INSTALLER create mode 100644 env/lib/python3.8/site-packages/typing_extensions-4.13.2.dist-info/METADATA create mode 100644 env/lib/python3.8/site-packages/typing_extensions-4.13.2.dist-info/RECORD create mode 100644 env/lib/python3.8/site-packages/typing_extensions-4.13.2.dist-info/WHEEL create mode 100644 env/lib/python3.8/site-packages/typing_extensions-4.13.2.dist-info/licenses/LICENSE create mode 100644 env/lib/python3.8/site-packages/typing_extensions.py create mode 120000 env/lib64 create mode 100644 env/pyvenv.cfg rename lib/freebies.db => freebies.db (81%) create mode 100644 lib/__pycache__/database.cpython-38.pyc create mode 100644 lib/__pycache__/models.cpython-38.pyc create mode 100644 lib/database.py delete mode 100644 lib/debug.py delete mode 100644 lib/seed.py create mode 100644 migrate.py rename {lib/migrations => migrations}/README (100%) create mode 100644 migrations/__pycache__/env.cpython-38.pyc create mode 100644 migrations/env.py rename {lib/migrations => migrations}/script.py.mako (57%) create mode 100644 migrations/versions/62add1b284f5_initial_tables.py create mode 100644 migrations/versions/890920b9a86d_create_freebies_table.py create mode 100644 migrations/versions/__pycache__/62add1b284f5_initial_tables.cpython-38.pyc create mode 100644 migrations/versions/__pycache__/890920b9a86d_create_freebies_table.cpython-38.pyc create mode 100644 requirements.txt create mode 100644 seed.py create mode 100644 tests/__pycache__/test_example.cpython-38-pytest-8.3.5.pyc create mode 100644 tests/__pycache__/test_example.cpython-38.pyc create mode 100644 tests/test_example.py 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/alembic create mode 100755 venv/bin/mako-render create mode 100755 venv/bin/pip create mode 100755 venv/bin/pip3 create mode 100755 venv/bin/pip3.8 create mode 120000 venv/bin/python create mode 120000 venv/bin/python3 create mode 100644 venv/include/site/python3.8/greenlet/greenlet.h create mode 100644 venv/lib/python3.8/site-packages/MarkupSafe-2.1.5.dist-info/INSTALLER create mode 100644 venv/lib/python3.8/site-packages/MarkupSafe-2.1.5.dist-info/LICENSE.rst create mode 100644 venv/lib/python3.8/site-packages/MarkupSafe-2.1.5.dist-info/METADATA create mode 100644 venv/lib/python3.8/site-packages/MarkupSafe-2.1.5.dist-info/RECORD create mode 100644 venv/lib/python3.8/site-packages/MarkupSafe-2.1.5.dist-info/WHEEL create mode 100644 venv/lib/python3.8/site-packages/MarkupSafe-2.1.5.dist-info/top_level.txt create mode 100644 venv/lib/python3.8/site-packages/__pycache__/typing_extensions.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/_distutils_hack/__init__.py create mode 100644 venv/lib/python3.8/site-packages/_distutils_hack/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/_distutils_hack/__pycache__/override.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/_distutils_hack/override.py create mode 100644 venv/lib/python3.8/site-packages/alembic-1.14.1.dist-info/INSTALLER create mode 100644 venv/lib/python3.8/site-packages/alembic-1.14.1.dist-info/LICENSE create mode 100644 venv/lib/python3.8/site-packages/alembic-1.14.1.dist-info/METADATA create mode 100644 venv/lib/python3.8/site-packages/alembic-1.14.1.dist-info/RECORD create mode 100644 venv/lib/python3.8/site-packages/alembic-1.14.1.dist-info/REQUESTED create mode 100644 venv/lib/python3.8/site-packages/alembic-1.14.1.dist-info/WHEEL create mode 100644 venv/lib/python3.8/site-packages/alembic-1.14.1.dist-info/entry_points.txt create mode 100644 venv/lib/python3.8/site-packages/alembic-1.14.1.dist-info/top_level.txt create mode 100644 venv/lib/python3.8/site-packages/alembic/__init__.py create mode 100644 venv/lib/python3.8/site-packages/alembic/__main__.py create mode 100644 venv/lib/python3.8/site-packages/alembic/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/__pycache__/__main__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/__pycache__/command.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/__pycache__/config.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/__pycache__/context.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/__pycache__/environment.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/__pycache__/migration.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/__pycache__/op.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/autogenerate/__init__.py create mode 100644 venv/lib/python3.8/site-packages/alembic/autogenerate/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/autogenerate/__pycache__/api.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/autogenerate/__pycache__/compare.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/autogenerate/__pycache__/render.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/autogenerate/__pycache__/rewriter.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/autogenerate/api.py create mode 100644 venv/lib/python3.8/site-packages/alembic/autogenerate/compare.py create mode 100644 venv/lib/python3.8/site-packages/alembic/autogenerate/render.py create mode 100644 venv/lib/python3.8/site-packages/alembic/autogenerate/rewriter.py create mode 100644 venv/lib/python3.8/site-packages/alembic/command.py create mode 100644 venv/lib/python3.8/site-packages/alembic/config.py create mode 100644 venv/lib/python3.8/site-packages/alembic/context.py create mode 100644 venv/lib/python3.8/site-packages/alembic/context.pyi create mode 100644 venv/lib/python3.8/site-packages/alembic/ddl/__init__.py create mode 100644 venv/lib/python3.8/site-packages/alembic/ddl/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/ddl/__pycache__/_autogen.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/ddl/__pycache__/base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/ddl/__pycache__/impl.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/ddl/__pycache__/mssql.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/ddl/__pycache__/mysql.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/ddl/__pycache__/oracle.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/ddl/__pycache__/postgresql.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/ddl/__pycache__/sqlite.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/ddl/_autogen.py create mode 100644 venv/lib/python3.8/site-packages/alembic/ddl/base.py create mode 100644 venv/lib/python3.8/site-packages/alembic/ddl/impl.py create mode 100644 venv/lib/python3.8/site-packages/alembic/ddl/mssql.py create mode 100644 venv/lib/python3.8/site-packages/alembic/ddl/mysql.py create mode 100644 venv/lib/python3.8/site-packages/alembic/ddl/oracle.py create mode 100644 venv/lib/python3.8/site-packages/alembic/ddl/postgresql.py create mode 100644 venv/lib/python3.8/site-packages/alembic/ddl/sqlite.py create mode 100644 venv/lib/python3.8/site-packages/alembic/environment.py create mode 100644 venv/lib/python3.8/site-packages/alembic/migration.py create mode 100644 venv/lib/python3.8/site-packages/alembic/op.py create mode 100644 venv/lib/python3.8/site-packages/alembic/op.pyi create mode 100644 venv/lib/python3.8/site-packages/alembic/operations/__init__.py create mode 100644 venv/lib/python3.8/site-packages/alembic/operations/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/operations/__pycache__/base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/operations/__pycache__/batch.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/operations/__pycache__/ops.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/operations/__pycache__/schemaobj.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/operations/__pycache__/toimpl.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/operations/base.py create mode 100644 venv/lib/python3.8/site-packages/alembic/operations/batch.py create mode 100644 venv/lib/python3.8/site-packages/alembic/operations/ops.py create mode 100644 venv/lib/python3.8/site-packages/alembic/operations/schemaobj.py create mode 100644 venv/lib/python3.8/site-packages/alembic/operations/toimpl.py create mode 100644 venv/lib/python3.8/site-packages/alembic/py.typed create mode 100644 venv/lib/python3.8/site-packages/alembic/runtime/__init__.py create mode 100644 venv/lib/python3.8/site-packages/alembic/runtime/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/runtime/__pycache__/environment.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/runtime/__pycache__/migration.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/runtime/environment.py create mode 100644 venv/lib/python3.8/site-packages/alembic/runtime/migration.py create mode 100644 venv/lib/python3.8/site-packages/alembic/script/__init__.py create mode 100644 venv/lib/python3.8/site-packages/alembic/script/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/script/__pycache__/base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/script/__pycache__/revision.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/script/__pycache__/write_hooks.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/script/base.py create mode 100644 venv/lib/python3.8/site-packages/alembic/script/revision.py create mode 100644 venv/lib/python3.8/site-packages/alembic/script/write_hooks.py create mode 100644 venv/lib/python3.8/site-packages/alembic/templates/async/README create mode 100644 venv/lib/python3.8/site-packages/alembic/templates/async/__pycache__/env.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/templates/async/alembic.ini.mako create mode 100644 venv/lib/python3.8/site-packages/alembic/templates/async/env.py create mode 100644 venv/lib/python3.8/site-packages/alembic/templates/async/script.py.mako create mode 100644 venv/lib/python3.8/site-packages/alembic/templates/generic/README create mode 100644 venv/lib/python3.8/site-packages/alembic/templates/generic/__pycache__/env.cpython-38.pyc rename lib/alembic.ini => venv/lib/python3.8/site-packages/alembic/templates/generic/alembic.ini.mako (70%) create mode 100644 venv/lib/python3.8/site-packages/alembic/templates/generic/env.py create mode 100644 venv/lib/python3.8/site-packages/alembic/templates/generic/script.py.mako create mode 100644 venv/lib/python3.8/site-packages/alembic/templates/multidb/README create mode 100644 venv/lib/python3.8/site-packages/alembic/templates/multidb/__pycache__/env.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/templates/multidb/alembic.ini.mako create mode 100644 venv/lib/python3.8/site-packages/alembic/templates/multidb/env.py create mode 100644 venv/lib/python3.8/site-packages/alembic/templates/multidb/script.py.mako create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/__init__.py create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/__pycache__/assertions.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/__pycache__/env.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/__pycache__/fixtures.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/__pycache__/requirements.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/__pycache__/schemacompare.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/__pycache__/util.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/__pycache__/warnings.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/assertions.py create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/env.py create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/fixtures.py create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/plugin/__init__.py create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/plugin/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/plugin/__pycache__/bootstrap.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/plugin/bootstrap.py create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/requirements.py create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/schemacompare.py create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/suite/__init__.py create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/suite/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/suite/__pycache__/_autogen_fixtures.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/suite/__pycache__/test_autogen_comments.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/suite/__pycache__/test_autogen_computed.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/suite/__pycache__/test_autogen_diffs.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/suite/__pycache__/test_autogen_fks.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/suite/__pycache__/test_autogen_identity.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/suite/__pycache__/test_environment.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/suite/__pycache__/test_op.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/suite/_autogen_fixtures.py create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/suite/test_autogen_comments.py create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/suite/test_autogen_computed.py create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/suite/test_autogen_diffs.py create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/suite/test_autogen_fks.py create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/suite/test_autogen_identity.py create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/suite/test_environment.py create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/suite/test_op.py create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/util.py create mode 100644 venv/lib/python3.8/site-packages/alembic/testing/warnings.py create mode 100644 venv/lib/python3.8/site-packages/alembic/util/__init__.py create mode 100644 venv/lib/python3.8/site-packages/alembic/util/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/util/__pycache__/compat.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/util/__pycache__/editor.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/util/__pycache__/exc.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/util/__pycache__/langhelpers.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/util/__pycache__/messaging.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/util/__pycache__/pyfiles.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/util/__pycache__/sqla_compat.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/alembic/util/compat.py create mode 100644 venv/lib/python3.8/site-packages/alembic/util/editor.py create mode 100644 venv/lib/python3.8/site-packages/alembic/util/exc.py create mode 100644 venv/lib/python3.8/site-packages/alembic/util/langhelpers.py create mode 100644 venv/lib/python3.8/site-packages/alembic/util/messaging.py create mode 100644 venv/lib/python3.8/site-packages/alembic/util/pyfiles.py create mode 100644 venv/lib/python3.8/site-packages/alembic/util/sqla_compat.py create mode 100644 venv/lib/python3.8/site-packages/distutils-precedence.pth create mode 100644 venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/AUTHORS create mode 100644 venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/INSTALLER create mode 100644 venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/LICENSE create mode 100644 venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/LICENSE.PSF create mode 100644 venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/METADATA create mode 100644 venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/RECORD create mode 100644 venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/WHEEL create mode 100644 venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/top_level.txt create mode 100644 venv/lib/python3.8/site-packages/greenlet/CObjects.cpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/PyGreenlet.cpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/PyGreenlet.hpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/PyGreenletUnswitchable.cpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/PyModule.cpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/TBrokenGreenlet.cpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/TExceptionState.cpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/TGreenlet.cpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/TGreenlet.hpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/TGreenletGlobals.cpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/TMainGreenlet.cpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/TPythonState.cpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/TStackState.cpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/TThreadState.hpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/TThreadStateCreator.hpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/TThreadStateDestroy.cpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/TUserGreenlet.cpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/__init__.py create mode 100644 venv/lib/python3.8/site-packages/greenlet/__pycache__/__init__.cpython-38.pyc create mode 100755 venv/lib/python3.8/site-packages/greenlet/_greenlet.cpython-38-x86_64-linux-gnu.so create mode 100644 venv/lib/python3.8/site-packages/greenlet/greenlet.cpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/greenlet.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/greenlet_allocator.hpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/greenlet_compiler_compat.hpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/greenlet_cpython_add_pending.hpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/greenlet_cpython_compat.hpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/greenlet_exceptions.hpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/greenlet_internal.hpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/greenlet_refs.hpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/greenlet_slp_switch.hpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/greenlet_thread_support.hpp create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/__init__.py create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/setup_switch_x64_masm.cmd create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_aarch64_gcc.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_alpha_unix.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_amd64_unix.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_arm32_gcc.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_arm32_ios.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_arm64_masm.asm create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_arm64_masm.obj create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_arm64_msvc.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_csky_gcc.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_loongarch64_linux.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_m68k_gcc.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_mips_unix.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_ppc64_aix.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_ppc64_linux.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_ppc_aix.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_ppc_linux.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_ppc_macosx.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_ppc_unix.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_riscv_unix.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_s390_unix.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_sh_gcc.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_sparc_sun_gcc.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_x32_unix.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_x64_masm.asm create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_x64_masm.obj create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_x64_msvc.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_x86_msvc.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/platform/switch_x86_unix.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/slp_platformselect.h create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/__init__.py create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/fail_clearing_run_switches.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/fail_cpp_exception.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/fail_initialstub_already_started.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/fail_slp_switch.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/fail_switch_three_greenlets.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/fail_switch_three_greenlets2.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/fail_switch_two_greenlets.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/leakcheck.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_contextvars.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_cpp.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_extension_interface.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_gc.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_generator.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_generator_nested.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_greenlet.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_greenlet_trash.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_leaks.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_stack_saved.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_throw.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_tracing.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_version.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_weakref.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/_test_extension.c create mode 100755 venv/lib/python3.8/site-packages/greenlet/tests/_test_extension.cpython-38-x86_64-linux-gnu.so create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/_test_extension_cpp.cpp create mode 100755 venv/lib/python3.8/site-packages/greenlet/tests/_test_extension_cpp.cpython-38-x86_64-linux-gnu.so create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/fail_clearing_run_switches.py create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/fail_cpp_exception.py create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/fail_initialstub_already_started.py create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/fail_slp_switch.py create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/fail_switch_three_greenlets.py create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/fail_switch_three_greenlets2.py create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/fail_switch_two_greenlets.py create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/leakcheck.py create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/test_contextvars.py create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/test_cpp.py create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/test_extension_interface.py create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/test_gc.py create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/test_generator.py create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/test_generator_nested.py create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/test_greenlet.py create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/test_greenlet_trash.py create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/test_leaks.py create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/test_stack_saved.py create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/test_throw.py create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/test_tracing.py create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/test_version.py create mode 100644 venv/lib/python3.8/site-packages/greenlet/tests/test_weakref.py create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata-8.5.0.dist-info/INSTALLER create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata-8.5.0.dist-info/LICENSE create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata-8.5.0.dist-info/METADATA create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata-8.5.0.dist-info/RECORD create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata-8.5.0.dist-info/WHEEL create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata-8.5.0.dist-info/top_level.txt create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata/__init__.py create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_adapters.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_collections.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_compat.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_functools.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_itertools.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_meta.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_text.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata/__pycache__/diagnose.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata/_adapters.py create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata/_collections.py create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata/_compat.py create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata/_functools.py create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata/_itertools.py create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata/_meta.py create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata/_text.py create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata/compat/__init__.py create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata/compat/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata/compat/__pycache__/py311.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata/compat/__pycache__/py39.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata/compat/py311.py create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata/compat/py39.py create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata/diagnose.py create mode 100644 venv/lib/python3.8/site-packages/importlib_metadata/py.typed create mode 100644 venv/lib/python3.8/site-packages/importlib_resources-6.4.5.dist-info/INSTALLER create mode 100644 venv/lib/python3.8/site-packages/importlib_resources-6.4.5.dist-info/LICENSE create mode 100644 venv/lib/python3.8/site-packages/importlib_resources-6.4.5.dist-info/METADATA create mode 100644 venv/lib/python3.8/site-packages/importlib_resources-6.4.5.dist-info/RECORD create mode 100644 venv/lib/python3.8/site-packages/importlib_resources-6.4.5.dist-info/WHEEL create mode 100644 venv/lib/python3.8/site-packages/importlib_resources-6.4.5.dist-info/top_level.txt create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/__init__.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/__pycache__/_adapters.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/__pycache__/_common.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/__pycache__/_functional.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/__pycache__/_itertools.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/__pycache__/abc.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/__pycache__/readers.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/__pycache__/simple.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/_adapters.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/_common.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/_functional.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/_itertools.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/abc.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/compat/__init__.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/compat/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/compat/__pycache__/py38.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/compat/__pycache__/py39.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/compat/py38.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/compat/py39.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/future/__init__.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/future/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/future/__pycache__/adapters.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/future/adapters.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/py.typed create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/readers.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/simple.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/__init__.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/_path.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/test_compatibilty_files.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/test_contents.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/test_custom.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/test_files.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/test_functional.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/test_open.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/test_path.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/test_read.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/test_reader.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/test_resource.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/util.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/zip.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/_path.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/compat/__init__.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/compat/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/compat/__pycache__/py312.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/compat/__pycache__/py39.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/compat/py312.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/compat/py39.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/test_compatibilty_files.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/test_contents.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/test_custom.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/test_files.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/test_functional.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/test_open.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/test_path.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/test_read.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/test_reader.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/test_resource.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/util.py create mode 100644 venv/lib/python3.8/site-packages/importlib_resources/tests/zip.py create mode 100644 venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/INSTALLER create mode 100644 venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/METADATA create mode 100644 venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/RECORD create mode 100644 venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/WHEEL create mode 100644 venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/entry_points.txt create mode 100644 venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/licenses/LICENSE create mode 100644 venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/top_level.txt create mode 100644 venv/lib/python3.8/site-packages/mako/__init__.py create mode 100644 venv/lib/python3.8/site-packages/mako/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/__pycache__/_ast_util.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/__pycache__/ast.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/__pycache__/cache.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/__pycache__/cmd.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/__pycache__/codegen.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/__pycache__/compat.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/__pycache__/exceptions.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/__pycache__/filters.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/__pycache__/lexer.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/__pycache__/lookup.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/__pycache__/parsetree.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/__pycache__/pygen.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/__pycache__/pyparser.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/__pycache__/runtime.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/__pycache__/template.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/__pycache__/util.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/_ast_util.py create mode 100644 venv/lib/python3.8/site-packages/mako/ast.py create mode 100644 venv/lib/python3.8/site-packages/mako/cache.py create mode 100644 venv/lib/python3.8/site-packages/mako/cmd.py create mode 100644 venv/lib/python3.8/site-packages/mako/codegen.py create mode 100644 venv/lib/python3.8/site-packages/mako/compat.py create mode 100644 venv/lib/python3.8/site-packages/mako/exceptions.py create mode 100644 venv/lib/python3.8/site-packages/mako/ext/__init__.py create mode 100644 venv/lib/python3.8/site-packages/mako/ext/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/ext/__pycache__/autohandler.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/ext/__pycache__/babelplugin.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/ext/__pycache__/beaker_cache.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/ext/__pycache__/extract.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/ext/__pycache__/linguaplugin.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/ext/__pycache__/preprocessors.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/ext/__pycache__/pygmentplugin.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/ext/__pycache__/turbogears.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/ext/autohandler.py create mode 100644 venv/lib/python3.8/site-packages/mako/ext/babelplugin.py create mode 100644 venv/lib/python3.8/site-packages/mako/ext/beaker_cache.py create mode 100644 venv/lib/python3.8/site-packages/mako/ext/extract.py create mode 100644 venv/lib/python3.8/site-packages/mako/ext/linguaplugin.py create mode 100644 venv/lib/python3.8/site-packages/mako/ext/preprocessors.py create mode 100644 venv/lib/python3.8/site-packages/mako/ext/pygmentplugin.py create mode 100644 venv/lib/python3.8/site-packages/mako/ext/turbogears.py create mode 100644 venv/lib/python3.8/site-packages/mako/filters.py create mode 100644 venv/lib/python3.8/site-packages/mako/lexer.py create mode 100644 venv/lib/python3.8/site-packages/mako/lookup.py create mode 100644 venv/lib/python3.8/site-packages/mako/parsetree.py create mode 100644 venv/lib/python3.8/site-packages/mako/pygen.py create mode 100644 venv/lib/python3.8/site-packages/mako/pyparser.py create mode 100644 venv/lib/python3.8/site-packages/mako/runtime.py create mode 100644 venv/lib/python3.8/site-packages/mako/template.py create mode 100644 venv/lib/python3.8/site-packages/mako/testing/__init__.py create mode 100644 venv/lib/python3.8/site-packages/mako/testing/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/testing/__pycache__/_config.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/testing/__pycache__/assertions.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/testing/__pycache__/config.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/testing/__pycache__/exclusions.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/testing/__pycache__/fixtures.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/testing/__pycache__/helpers.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/mako/testing/_config.py create mode 100644 venv/lib/python3.8/site-packages/mako/testing/assertions.py create mode 100644 venv/lib/python3.8/site-packages/mako/testing/config.py create mode 100644 venv/lib/python3.8/site-packages/mako/testing/exclusions.py create mode 100644 venv/lib/python3.8/site-packages/mako/testing/fixtures.py create mode 100644 venv/lib/python3.8/site-packages/mako/testing/helpers.py create mode 100644 venv/lib/python3.8/site-packages/mako/util.py create mode 100644 venv/lib/python3.8/site-packages/markupsafe/__init__.py create mode 100644 venv/lib/python3.8/site-packages/markupsafe/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/markupsafe/__pycache__/_native.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/markupsafe/_native.py create mode 100644 venv/lib/python3.8/site-packages/markupsafe/_speedups.c create mode 100755 venv/lib/python3.8/site-packages/markupsafe/_speedups.cpython-38-x86_64-linux-gnu.so create mode 100644 venv/lib/python3.8/site-packages/markupsafe/_speedups.pyi create mode 100644 venv/lib/python3.8/site-packages/markupsafe/py.typed create mode 100644 venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/INSTALLER create mode 100644 venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/LICENSE.txt create mode 100644 venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/METADATA create mode 100644 venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/RECORD create mode 100644 venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/REQUESTED create mode 100644 venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/WHEEL create mode 100644 venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/entry_points.txt create mode 100644 venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/top_level.txt create mode 100644 venv/lib/python3.8/site-packages/pip/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/__main__.py create mode 100644 venv/lib/python3.8/site-packages/pip/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/__pycache__/__main__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/__pycache__/build_env.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/__pycache__/cache.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/__pycache__/configuration.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/__pycache__/exceptions.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/__pycache__/main.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/__pycache__/pyproject.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/build_env.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/cache.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/cli/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/main.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/parser.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/cli/base_command.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/cli/command_context.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/cli/main.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/cli/main_parser.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/cli/parser.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/cli/req_command.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/cli/spinners.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/cli/status_codes.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/cache.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/check.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/completion.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/debug.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/download.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/hash.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/help.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/index.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/install.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/list.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/search.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/show.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/cache.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/check.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/completion.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/configuration.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/debug.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/download.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/freeze.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/hash.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/help.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/index.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/install.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/list.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/search.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/show.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/uninstall.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/commands/wheel.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/configuration.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/distributions/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/distributions/base.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/distributions/installed.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/distributions/sdist.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/distributions/wheel.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/exceptions.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/index/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/index/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/index/__pycache__/collector.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/index/__pycache__/sources.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/index/collector.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/index/package_finder.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/index/sources.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/locations/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/locations/__pycache__/base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/locations/_distutils.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/locations/base.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/main.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/metadata/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/metadata/__pycache__/base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/metadata/base.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/models/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/candidate.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/format_control.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/index.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/link.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/scheme.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/target_python.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/wheel.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/models/candidate.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/models/direct_url.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/models/format_control.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/models/index.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/models/link.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/models/scheme.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/models/search_scope.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/models/target_python.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/models/wheel.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/network/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/auth.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/cache.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/download.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/session.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/utils.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/network/auth.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/network/cache.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/network/download.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/network/session.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/network/utils.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/check.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/check.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/freeze.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/install/legacy.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/operations/prepare.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/pyproject.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/req/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/constructors.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_file.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_install.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_set.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_tracker.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/req/constructors.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/req/req_file.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/req/req_install.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/req/req_set.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/req/req_tracker.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/__pycache__/base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/base.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/self_outdated_check.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/_log.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/compat.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/logging.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/misc.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/models.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/urls.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/_log.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/appdirs.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/compat.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/datetime.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/deprecation.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/distutils_args.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/egg_link.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/encoding.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/filesystem.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/filetypes.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/glibc.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/hashes.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/inject_securetransport.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/logging.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/misc.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/models.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/packaging.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/subprocess.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/unpacking.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/urls.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/utils/wheel.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/vcs/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/git.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/vcs/git.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/vcs/subversion.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 venv/lib/python3.8/site-packages/pip/_internal/wheel_builder.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/__pycache__/distro.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/__pycache__/six.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/compat.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/certifi/core.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/compat.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/big5freq.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/big5prober.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/chardistribution.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/charsetgroupprober.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/charsetprober.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/cli/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/cli/chardetect.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/codingstatemachine.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/compat.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/cp949prober.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/enums.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/escprober.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/escsm.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/eucjpprober.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/euckrfreq.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/euckrprober.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/euctwfreq.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/euctwprober.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/gb2312freq.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/gb2312prober.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/hebrewprober.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/jisfreq.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/jpcntx.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/langbulgarianmodel.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/langgreekmodel.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/langhebrewmodel.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/langhungarianmodel.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/langrussianmodel.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/langthaimodel.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/langturkishmodel.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/latin1prober.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/mbcharsetprober.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/mbcsgroupprober.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/mbcssm.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/metadata/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/metadata/languages.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/sbcharsetprober.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/sbcsgroupprober.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/sjisprober.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/universaldetector.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/utf8prober.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/chardet/version.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/colorama/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/colorama/ansi.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/colorama/ansitowin32.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/colorama/initialise.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/colorama/win32.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/colorama/winterm.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/misc.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/shutil.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/sysconfig.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/tarfile.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/misc.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/shutil.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/sysconfig.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/tarfile.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/compat.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/database.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/index.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/locators.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/markers.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/resources.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/t32.exe create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/t64-arm.exe create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/t64.exe create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/util.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/version.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/w32.exe create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/w64-arm.exe create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/w64.exe create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/distro.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/_ihatexml.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/_inputstream.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/_tokenizer.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/_utils.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/constants.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/html5parser.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/serializer.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/_ihatexml.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/_inputstream.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/_tokenizer.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__pycache__/py.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/_base.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/py.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/_utils.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/constants.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/lint.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/optionaltags.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/whitespace.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/base.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/lint.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/optionaltags.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/sanitizer.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/whitespace.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/html5parser.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/serializer.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/genshi.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/sax.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/genshi.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/sax.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/dom.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree_lxml.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/base.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/dom.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/etree.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/dom.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree_lxml.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/genshi.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/base.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/dom.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/etree.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/genshi.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/idna/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/core.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/idna/codec.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/idna/compat.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/idna/core.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/idna/intranges.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/idna/package_data.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/_version.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/msgpack/_version.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/packaging/__about__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/packaging/markers.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/packaging/tags.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/packaging/utils.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/packaging/version.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pep517/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/build.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/check.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/colorlog.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/compat.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/dirtools.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/envbuild.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/meta.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pep517/__pycache__/wrappers.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pep517/build.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pep517/check.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pep517/colorlog.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pep517/compat.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pep517/dirtools.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pep517/envbuild.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pep517/in_process/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pep517/in_process/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pep517/in_process/__pycache__/_in_process.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pep517/in_process/_in_process.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pep517/meta.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pep517/wrappers.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pkg_resources/py31compat.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/progress/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/progress/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/progress/__pycache__/bar.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/progress/__pycache__/colors.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/progress/__pycache__/counter.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/progress/__pycache__/spinner.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/progress/bar.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/progress/colors.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/progress/counter.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/progress/spinner.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/cmdline.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/console.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/filter.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/style.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/token.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pygments/util.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pyparsing/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pyparsing/actions.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pyparsing/common.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pyparsing/core.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pyparsing/diagram/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pyparsing/exceptions.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pyparsing/helpers.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pyparsing/results.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pyparsing/testing.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pyparsing/unicode.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/pyparsing/util.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/api.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/help.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/models.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/__version__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/adapters.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/api.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/auth.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/certs.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/compat.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/cookies.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/help.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/hooks.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/models.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/packages.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/sessions.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/structures.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/requests/utils.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__main__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_lru_cache.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/align.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/box.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/color.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/console.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/control.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/json.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/live.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/region.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/status.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/style.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/table.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/tabulate.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/text.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/_extension.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/_loop.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/_lru_cache.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/_pick.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/_stack.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/_timer.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/_windows.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/abc.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/align.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/ansi.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/bar.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/box.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/cells.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/color.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/columns.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/console.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/constrain.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/containers.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/control.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/emoji.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/errors.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/filesize.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/json.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/layout.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/live.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/live_render.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/logging.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/markup.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/measure.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/padding.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/pager.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/palette.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/panel.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/pretty.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/progress.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/prompt.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/protocol.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/region.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/repr.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/rule.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/scope.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/screen.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/segment.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/spinner.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/status.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/style.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/styled.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/syntax.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/table.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/tabulate.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/text.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/theme.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/themes.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/traceback.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/rich/tree.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/six.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tenacity/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tenacity/_asyncio.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tenacity/_utils.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tenacity/after.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tenacity/before.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tenacity/before_sleep.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tenacity/nap.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tenacity/retry.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tenacity/stop.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tenacity/tornadoweb.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tenacity/wait.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/tomli/_re.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/typing_extensions.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/request.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/response.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/vendor.txt create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/webencodings/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/webencodings/labels.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/webencodings/mklabels.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/webencodings/tests.py create mode 100644 venv/lib/python3.8/site-packages/pip/_vendor/webencodings/x_user_defined.py create mode 100644 venv/lib/python3.8/site-packages/pip/py.typed create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/appdirs.py create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__about__.py create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/_compat.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/_typing.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/tags.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/_compat.py create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/_structures.py create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/_typing.py create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/markers.py create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/requirements.py create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/specifiers.py create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/tags.py create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/utils.py create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/version.py create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/_vendor/pyparsing.py create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/extern/__init__.py create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py create mode 100644 venv/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/INSTALLER create mode 100644 venv/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/LICENSE create mode 100644 venv/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/METADATA create mode 100644 venv/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/RECORD create mode 100644 venv/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/REQUESTED create mode 100644 venv/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/WHEEL create mode 100644 venv/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/dependency_links.txt create mode 100644 venv/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/entry_points.txt create mode 100644 venv/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/top_level.txt create mode 100644 venv/lib/python3.8/site-packages/setuptools/__init__.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/_imp.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/archive_util.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/build_meta.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/config.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/dep_util.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/depends.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/dist.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/errors.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/extension.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/glob.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/installer.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/launch.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/lib2to3_ex.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/monkey.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/msvc.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/namespaces.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/package_index.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/py34compat.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/sandbox.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/ssl_support.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/unicode_utils.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/version.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/wheel.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/__pycache__/windows_support.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_deprecation_warning.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__init__.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/bcppcompiler.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/config.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/core.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/debug.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/dist.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/errors.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/extension.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/log.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/msvc9compiler.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/msvccompiler.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/py35compat.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/py38compat.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/util.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/version.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/_msvccompiler.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/archive_util.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/bcppcompiler.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/ccompiler.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/cmd.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/__init__.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/bdist_msi.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/bdist_wininst.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/py37compat.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/register.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/upload.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/bdist.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_dumb.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_msi.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_rpm.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_wininst.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/build.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/build_clib.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/build_py.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/build_scripts.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/check.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/clean.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/config.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/install.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/install_data.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/install_egg_info.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/install_headers.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/install_lib.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/install_scripts.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/py37compat.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/register.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/sdist.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/command/upload.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/config.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/core.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/cygwinccompiler.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/debug.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/dep_util.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/dir_util.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/dist.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/errors.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/extension.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/fancy_getopt.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/file_util.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/filelist.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/log.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/msvc9compiler.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/msvccompiler.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/py35compat.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/py38compat.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/spawn.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/sysconfig.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/text_file.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/unixccompiler.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/util.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/version.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_distutils/versionpredicate.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_imp.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/__init__.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/ordered_set.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/pyparsing.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/ordered_set.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/packaging/__about__.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/packaging/__init__.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/_compat.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/_typing.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/packaging/_compat.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/packaging/_structures.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/packaging/_typing.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/packaging/markers.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/packaging/requirements.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/packaging/specifiers.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/packaging/tags.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/packaging/utils.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/packaging/version.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/_vendor/pyparsing.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/archive_util.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/build_meta.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/cli-32.exe create mode 100644 venv/lib/python3.8/site-packages/setuptools/cli-64.exe create mode 100644 venv/lib/python3.8/site-packages/setuptools/cli.exe create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/__init__.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/__pycache__/alias.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/__pycache__/build_clib.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/__pycache__/build_ext.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/__pycache__/build_py.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/__pycache__/develop.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/__pycache__/dist_info.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/__pycache__/easy_install.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/__pycache__/egg_info.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/__pycache__/install.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/__pycache__/install_lib.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/__pycache__/install_scripts.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/__pycache__/py36compat.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/__pycache__/register.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/__pycache__/rotate.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/__pycache__/saveopts.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/__pycache__/sdist.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/__pycache__/setopt.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/__pycache__/test.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/__pycache__/upload.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/__pycache__/upload_docs.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/alias.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/bdist_egg.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/bdist_rpm.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/build_clib.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/build_ext.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/build_py.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/develop.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/dist_info.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/easy_install.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/egg_info.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/install.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/install_egg_info.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/install_lib.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/install_scripts.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/launcher manifest.xml create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/py36compat.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/register.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/rotate.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/saveopts.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/sdist.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/setopt.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/test.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/upload.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/command/upload_docs.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/config.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/dep_util.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/depends.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/dist.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/errors.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/extension.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/extern/__init__.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/extern/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/setuptools/glob.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/gui-32.exe create mode 100644 venv/lib/python3.8/site-packages/setuptools/gui-64.exe create mode 100644 venv/lib/python3.8/site-packages/setuptools/gui.exe create mode 100644 venv/lib/python3.8/site-packages/setuptools/installer.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/launch.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/lib2to3_ex.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/monkey.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/msvc.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/namespaces.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/package_index.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/py34compat.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/sandbox.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/script (dev).tmpl create mode 100644 venv/lib/python3.8/site-packages/setuptools/script.tmpl create mode 100644 venv/lib/python3.8/site-packages/setuptools/ssl_support.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/unicode_utils.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/version.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/wheel.py create mode 100644 venv/lib/python3.8/site-packages/setuptools/windows_support.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy-2.0.41.dist-info/INSTALLER create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy-2.0.41.dist-info/LICENSE create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy-2.0.41.dist-info/METADATA create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy-2.0.41.dist-info/RECORD create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy-2.0.41.dist-info/WHEEL create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy-2.0.41.dist-info/top_level.txt create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/__init__.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/__pycache__/events.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/__pycache__/exc.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/__pycache__/inspection.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/__pycache__/log.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/__pycache__/schema.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/__pycache__/types.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/connectors/__init__.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/connectors/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/connectors/__pycache__/aioodbc.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/connectors/__pycache__/asyncio.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/connectors/__pycache__/pyodbc.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/connectors/aioodbc.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/connectors/asyncio.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/connectors/pyodbc.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/cyextension/__init__.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/cyextension/__pycache__/__init__.cpython-38.pyc create mode 100755 venv/lib/python3.8/site-packages/sqlalchemy/cyextension/collections.cpython-38-x86_64-linux-gnu.so create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/cyextension/collections.pyx create mode 100755 venv/lib/python3.8/site-packages/sqlalchemy/cyextension/immutabledict.cpython-38-x86_64-linux-gnu.so create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/cyextension/immutabledict.pxd create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/cyextension/immutabledict.pyx create mode 100755 venv/lib/python3.8/site-packages/sqlalchemy/cyextension/processors.cpython-38-x86_64-linux-gnu.so create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/cyextension/processors.pyx create mode 100755 venv/lib/python3.8/site-packages/sqlalchemy/cyextension/resultproxy.cpython-38-x86_64-linux-gnu.so create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/cyextension/resultproxy.pyx create mode 100755 venv/lib/python3.8/site-packages/sqlalchemy/cyextension/util.cpython-38-x86_64-linux-gnu.so create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/cyextension/util.pyx create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/__init__.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/__pycache__/_typing.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/_typing.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mssql/__init__.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mssql/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mssql/__pycache__/aioodbc.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mssql/__pycache__/base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mssql/__pycache__/information_schema.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mssql/__pycache__/json.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mssql/__pycache__/provision.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mssql/__pycache__/pymssql.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mssql/__pycache__/pyodbc.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mssql/aioodbc.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mssql/base.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mssql/information_schema.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mssql/json.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mssql/provision.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mssql/pymssql.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mssql/pyodbc.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/__init__.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/__pycache__/aiomysql.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/__pycache__/asyncmy.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/__pycache__/base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/__pycache__/cymysql.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/__pycache__/dml.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/__pycache__/enumerated.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/__pycache__/expression.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/__pycache__/json.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/__pycache__/mariadb.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/__pycache__/mariadbconnector.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/__pycache__/mysqlconnector.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/__pycache__/mysqldb.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/__pycache__/provision.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/__pycache__/pymysql.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/__pycache__/pyodbc.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/__pycache__/reflection.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/__pycache__/reserved_words.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/__pycache__/types.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/aiomysql.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/asyncmy.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/base.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/cymysql.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/dml.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/enumerated.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/expression.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/json.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/mariadb.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/mariadbconnector.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/mysqlconnector.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/mysqldb.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/provision.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/pymysql.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/pyodbc.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/reflection.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/reserved_words.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/mysql/types.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/oracle/__init__.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/oracle/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/oracle/__pycache__/base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/oracle/__pycache__/cx_oracle.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/oracle/__pycache__/dictionary.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/oracle/__pycache__/oracledb.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/oracle/__pycache__/provision.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/oracle/__pycache__/types.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/oracle/__pycache__/vector.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/oracle/base.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/oracle/cx_oracle.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/oracle/dictionary.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/oracle/oracledb.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/oracle/provision.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/oracle/types.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/oracle/vector.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/__init__.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/__pycache__/_psycopg_common.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/__pycache__/array.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/__pycache__/asyncpg.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/__pycache__/base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/__pycache__/dml.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/__pycache__/ext.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/__pycache__/hstore.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/__pycache__/json.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/__pycache__/named_types.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/__pycache__/operators.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/__pycache__/pg8000.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/__pycache__/pg_catalog.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/__pycache__/provision.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/__pycache__/psycopg.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/__pycache__/psycopg2.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/__pycache__/psycopg2cffi.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/__pycache__/ranges.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/__pycache__/types.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/_psycopg_common.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/array.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/asyncpg.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/base.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/dml.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/ext.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/hstore.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/json.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/named_types.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/operators.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/pg8000.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/pg_catalog.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/provision.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/psycopg.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/psycopg2.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/psycopg2cffi.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/ranges.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/types.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/sqlite/__init__.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/sqlite/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/sqlite/__pycache__/aiosqlite.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/sqlite/__pycache__/base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/sqlite/__pycache__/dml.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/sqlite/__pycache__/json.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/sqlite/__pycache__/provision.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/sqlite/__pycache__/pysqlcipher.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/sqlite/__pycache__/pysqlite.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/sqlite/aiosqlite.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/sqlite/base.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/sqlite/dml.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/sqlite/json.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/sqlite/provision.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/sqlite/pysqlcipher.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/sqlite/pysqlite.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/dialects/type_migration_guidelines.txt create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/__init__.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/__pycache__/_py_processors.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/__pycache__/_py_row.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/__pycache__/_py_util.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/__pycache__/base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/__pycache__/characteristics.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/__pycache__/create.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/__pycache__/cursor.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/__pycache__/default.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/__pycache__/events.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/__pycache__/interfaces.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/__pycache__/mock.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/__pycache__/processors.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/__pycache__/reflection.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/__pycache__/result.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/__pycache__/row.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/__pycache__/strategies.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/__pycache__/url.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/__pycache__/util.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/_py_processors.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/_py_row.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/_py_util.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/base.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/characteristics.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/create.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/cursor.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/default.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/events.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/interfaces.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/mock.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/processors.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/reflection.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/result.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/row.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/strategies.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/url.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/engine/util.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/event/__init__.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/event/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/event/__pycache__/api.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/event/__pycache__/attr.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/event/__pycache__/base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/event/__pycache__/legacy.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/event/__pycache__/registry.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/event/api.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/event/attr.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/event/base.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/event/legacy.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/event/registry.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/events.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/exc.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/__init__.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/__pycache__/associationproxy.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/__pycache__/automap.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/__pycache__/baked.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/__pycache__/compiler.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/__pycache__/horizontal_shard.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/__pycache__/hybrid.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/__pycache__/indexable.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/__pycache__/instrumentation.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/__pycache__/mutable.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/__pycache__/orderinglist.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/__pycache__/serializer.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/associationproxy.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/asyncio/__init__.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/asyncio/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/asyncio/__pycache__/base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/asyncio/__pycache__/engine.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/asyncio/__pycache__/exc.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/asyncio/__pycache__/result.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/asyncio/__pycache__/scoping.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/asyncio/__pycache__/session.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/asyncio/base.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/asyncio/engine.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/asyncio/exc.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/asyncio/result.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/asyncio/scoping.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/asyncio/session.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/automap.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/baked.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/compiler.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/declarative/__init__.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/declarative/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/declarative/__pycache__/extensions.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/declarative/extensions.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/horizontal_shard.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/hybrid.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/indexable.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/instrumentation.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/mutable.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/mypy/__init__.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/mypy/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/mypy/__pycache__/apply.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/mypy/__pycache__/decl_class.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/mypy/__pycache__/infer.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/mypy/__pycache__/names.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/mypy/__pycache__/plugin.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/mypy/__pycache__/util.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/mypy/apply.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/mypy/decl_class.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/mypy/infer.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/mypy/names.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/mypy/plugin.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/mypy/util.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/orderinglist.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/ext/serializer.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/future/__init__.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/future/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/future/__pycache__/engine.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/future/engine.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/inspection.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/log.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__init__.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/_orm_constructors.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/_typing.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/attributes.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/bulk_persistence.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/clsregistry.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/collections.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/context.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/decl_api.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/decl_base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/dependency.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/descriptor_props.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/dynamic.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/evaluator.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/events.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/exc.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/identity.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/instrumentation.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/interfaces.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/loading.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/mapped_collection.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/mapper.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/path_registry.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/persistence.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/properties.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/query.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/relationships.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/scoping.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/session.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/state.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/state_changes.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/strategies.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/strategy_options.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/sync.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/unitofwork.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/util.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/__pycache__/writeonly.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/_orm_constructors.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/_typing.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/attributes.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/base.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/bulk_persistence.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/clsregistry.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/collections.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/context.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/decl_api.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/decl_base.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/dependency.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/descriptor_props.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/dynamic.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/evaluator.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/events.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/exc.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/identity.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/instrumentation.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/interfaces.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/loading.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/mapped_collection.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/mapper.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/path_registry.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/persistence.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/properties.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/query.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/relationships.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/scoping.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/session.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/state.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/state_changes.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/strategies.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/strategy_options.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/sync.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/unitofwork.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/util.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/orm/writeonly.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/pool/__init__.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/pool/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/pool/__pycache__/base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/pool/__pycache__/events.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/pool/__pycache__/impl.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/pool/base.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/pool/events.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/pool/impl.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/py.typed create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/schema.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__init__.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/_dml_constructors.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/_elements_constructors.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/_orm_types.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/_py_util.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/_selectable_constructors.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/_typing.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/annotation.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/cache_key.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/coercions.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/compiler.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/crud.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/ddl.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/default_comparator.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/dml.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/elements.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/events.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/expression.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/functions.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/lambdas.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/naming.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/operators.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/roles.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/schema.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/selectable.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/sqltypes.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/traversals.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/type_api.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/util.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/__pycache__/visitors.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/_dml_constructors.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/_elements_constructors.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/_orm_types.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/_py_util.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/_selectable_constructors.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/_typing.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/annotation.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/base.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/cache_key.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/compiler.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/crud.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/ddl.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/default_comparator.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/dml.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/elements.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/events.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/expression.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/functions.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/lambdas.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/naming.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/operators.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/roles.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/schema.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/sqltypes.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/traversals.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/type_api.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/util.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/sql/visitors.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/__init__.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/__pycache__/assertions.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/__pycache__/assertsql.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/__pycache__/asyncio.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/__pycache__/config.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/__pycache__/engines.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/__pycache__/entities.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/__pycache__/exclusions.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/__pycache__/pickleable.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/__pycache__/profiling.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/__pycache__/provision.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/__pycache__/requirements.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/__pycache__/schema.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/__pycache__/util.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/__pycache__/warnings.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/assertions.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/assertsql.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/asyncio.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/config.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/engines.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/entities.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/exclusions.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/fixtures/__init__.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/fixtures/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/fixtures/__pycache__/base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/fixtures/__pycache__/mypy.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/fixtures/__pycache__/orm.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/fixtures/__pycache__/sql.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/fixtures/base.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/fixtures/mypy.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/fixtures/orm.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/fixtures/sql.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/pickleable.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/plugin/__init__.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/plugin/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/plugin/__pycache__/bootstrap.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/plugin/__pycache__/plugin_base.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/plugin/__pycache__/pytestplugin.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/plugin/bootstrap.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/plugin/plugin_base.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/plugin/pytestplugin.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/profiling.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/provision.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/requirements.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/schema.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/__init__.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/__pycache__/test_cte.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/__pycache__/test_ddl.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/__pycache__/test_deprecations.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/__pycache__/test_dialect.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/__pycache__/test_insert.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/__pycache__/test_reflection.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/__pycache__/test_results.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/__pycache__/test_rowcount.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/__pycache__/test_select.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/__pycache__/test_sequence.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/__pycache__/test_types.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/__pycache__/test_unicode_ddl.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/__pycache__/test_update_delete.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/test_cte.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/test_ddl.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/test_deprecations.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/test_dialect.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/test_insert.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/test_reflection.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/test_results.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/test_rowcount.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/test_select.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/test_sequence.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/test_types.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/test_unicode_ddl.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/suite/test_update_delete.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/util.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/testing/warnings.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/types.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/__init__.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/__pycache__/_collections.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/__pycache__/_concurrency_py3k.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/__pycache__/_has_cy.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/__pycache__/_py_collections.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/__pycache__/compat.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/__pycache__/concurrency.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/__pycache__/deprecations.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/__pycache__/langhelpers.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/__pycache__/preloaded.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/__pycache__/queue.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/__pycache__/tool_support.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/__pycache__/topological.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/__pycache__/typing.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/_collections.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/_concurrency_py3k.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/_has_cy.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/_py_collections.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/compat.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/concurrency.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/deprecations.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/langhelpers.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/preloaded.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/queue.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/tool_support.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/topological.py create mode 100644 venv/lib/python3.8/site-packages/sqlalchemy/util/typing.py create mode 100644 venv/lib/python3.8/site-packages/typing_extensions-4.13.2.dist-info/INSTALLER create mode 100644 venv/lib/python3.8/site-packages/typing_extensions-4.13.2.dist-info/METADATA create mode 100644 venv/lib/python3.8/site-packages/typing_extensions-4.13.2.dist-info/RECORD create mode 100644 venv/lib/python3.8/site-packages/typing_extensions-4.13.2.dist-info/WHEEL create mode 100644 venv/lib/python3.8/site-packages/typing_extensions-4.13.2.dist-info/licenses/LICENSE create mode 100644 venv/lib/python3.8/site-packages/typing_extensions.py create mode 100644 venv/lib/python3.8/site-packages/zipp-3.20.2.dist-info/INSTALLER create mode 100644 venv/lib/python3.8/site-packages/zipp-3.20.2.dist-info/LICENSE create mode 100644 venv/lib/python3.8/site-packages/zipp-3.20.2.dist-info/METADATA create mode 100644 venv/lib/python3.8/site-packages/zipp-3.20.2.dist-info/RECORD create mode 100644 venv/lib/python3.8/site-packages/zipp-3.20.2.dist-info/WHEEL create mode 100644 venv/lib/python3.8/site-packages/zipp-3.20.2.dist-info/top_level.txt create mode 100644 venv/lib/python3.8/site-packages/zipp/__init__.py create mode 100644 venv/lib/python3.8/site-packages/zipp/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/zipp/__pycache__/glob.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/zipp/compat/__init__.py create mode 100644 venv/lib/python3.8/site-packages/zipp/compat/__pycache__/__init__.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/zipp/compat/__pycache__/overlay.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/zipp/compat/__pycache__/py310.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/zipp/compat/overlay.py create mode 100644 venv/lib/python3.8/site-packages/zipp/compat/py310.py create mode 100644 venv/lib/python3.8/site-packages/zipp/glob.py create mode 120000 venv/lib64 create mode 100644 venv/pyvenv.cfg diff --git a/.gitignore b/.gitignore index 1fcadf3de..95533e9b5 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ jspm_packages # pytest cache .pytest_cache +freebie.db diff --git a/README.md b/README.md index b598b7784..6d21a3f8f 100644 --- a/README.md +++ b/README.md @@ -1,182 +1,14 @@ -# Phase 3 Mock Code Challenge: Freebie Tracker +# Freebie Tracker App -## Learning Goals +## Description +A Python-based SQLAlchemy application that tracks which developers receive promotional items (freebies) from which companies. Companies can distribute freebies, and developers can transfer them among themselves. -- Write SQLAlchemy migrations. -- Connect between tables using SQLAlchemy relationships. -- Use SQLAlchemy to run CRUD statements in the database. +--- -*** +## Setup Instructions -## Key Vocab +### 1. Clone the repository -- **Schema**: the blueprint of a database. Describes how data relates to other - data in tables, columns, and relationships between them. -- **Persist**: save a schema in a database. -- **Engine**: a Python object that translates SQL to Python and vice-versa. -- **Session**: a Python object that uses an engine to allow us to - programmatically interact with a database. -- **Transaction**: a strategy for executing database statements such that - the group succeeds or fails as a unit. -- **Migration**: the process of moving data from one or more databases to one - or more target databases. - -*** - -## Introduction - -For this assignment, we'll be working with a freebie domain. - -As developers, when you attend hackathons, you'll realize they hand out a lot of -free items (informally called _freebies_, or swag)! Let's make an app for -developers that keeps track of all the freebies they obtain. - -We have three models: `Company`, `Dev`, and `Freebie` - -For our purposes, a `Company` has many `Freebie`s, a `Dev` has many `Freebie`s, -and a `Freebie` belongs to a `Dev` and to a `Company`. - -`Company` - `Dev` is a many to many relationship. - -**Note**: You should draw your domain on paper or on a whiteboard _before you -start coding_. Remember to identify a single source of truth for your data. - -## Instructions - -To get started, run `pipenv install && pipenv shell` while inside of this -directory. - -Build out all of the methods listed in the deliverables. The methods are listed -in a suggested order, but you can feel free to tackle the ones you think are -easiest. Be careful: some of the later methods rely on earlier ones. - -**Remember!** This mock code challenge does not have tests. You cannot run -`pytest` and you cannot run `learn test`. You'll need to create your own sample -instances so that you can try out your code on your own. Make sure your -relationships and methods work in the console before submitting. - -We've provided you with a tool that you can use to test your code. To use it, -run `python debug.py` from the command line. This will start an `ipdb` session -with your classes defined. You can test out the methods that you write here. You -are also encouraged to use the `seed.py` file to create sample data to test your -models and associations. - -Writing error-free code is more important than completing all of the -deliverables listed- prioritize writing methods that work over writing more -methods that don't work. You should test your code in the console as you write. - -Similarly, messy code that works is better than clean code that doesn't. First, -prioritize getting things working. Then, if there is time at the end, refactor -your code to adhere to best practices. - -**Before you submit!** Save and run your code to verify that it works as you -expect. If you have any methods that are not working yet, feel free to leave -comments describing your progress. - -*** - -## What You Already Have - -The starter code has migrations and models for the initial `Company` and `Dev` -models, and seed data for some `Company`s and `Dev`s. The schema currently looks -like this: - -### companies Table - -| Column | Type | -| ------------- | ------- | -| name | String | -| founding_year | Integer | - -### devs Table - -| Column | Type | -| ------ | ------ | -| name | String | - -You will need to create the migration for the `freebies` table using the -attributes specified in the deliverables below. - -*** - -## Deliverables - -Write the following methods in the classes in the files provided. Feel free to -build out any helper methods if needed. - -Remember: SQLAlchemy gives your classes access to a lot of methods already! -Keep in mind what methods SQLAlchemy gives you access to on each of your -classes when you're approaching the deliverables below. - -### Migrations - -Before working on the rest of the deliverables, you will need to create a -migration for the `freebies` table. - -- A `Freebie` belongs to a `Dev`, and a `Freebie` also belongs to a `Company`. - In your migration, create any columns your `freebies` table will need to - establish these relationships using the right foreign keys. -- The `freebies` table should also have: - - An `item_name` column that stores a string. - - A `value` column that stores an integer. - -After creating the `freebies` table using a migration, use the `seed.py` file to -create instances of your `Freebie` class so you can test your code. - -**After you've set up your `freebies` table**, work on building out the following -deliverables. - -### Relationship Attributes and Methods - -Use SQLAlchemy's `ForeignKey`, `relationship()`, and `backref()` objects to -build relationships between your three models. - -**Note**: The plural of "freebie" is "freebies" and the singular of "freebies" -is "freebie". - -#### Freebie - -- `Freebie.dev` returns the `Dev` instance for this Freebie. -- `Freebie.company` returns the `Company` instance for this Freebie. - -#### Company - -- `Company.freebies` returns a collection of all the freebies for the Company. -- `Company.devs` returns a collection of all the devs who collected freebies - from the company. - -#### Dev - -- `Dev.freebies` returns a collection of all the freebies that the Dev has collected. -- `Dev.companies`returns a collection of all the companies that the Dev has collected - freebies from. - -Use `python debug.py` and check that these methods work before proceeding. For -example, you should be able to retrieve a dev from the database by its -attributes and view their companies with `dev.companies` (based on your seed -data). - -### Aggregate Methods - -#### Freebie - -- `Freebie.print_details()`should return a string formatted as follows: - `{dev name} owns a {freebie item_name} from {company name}`. - -#### Company - -- `Company.give_freebie(dev, item_name, value)` takes a `dev` (an instance of - the `Dev` class), an `item_name` (string), and a `value` as arguments, and - creates a new `Freebie` instance associated with this company and the given - dev. -- Class method `Company.oldest_company()`returns the `Company` instance with - the earliest founding year. - -#### Dev - -- `Dev.received_one(item_name)` accepts an `item_name` (string) and returns - `True` if any of the freebies associated with the dev has that `item_name`, - otherwise returns `False`. -- `Dev.give_away(dev, freebie)` accepts a `Dev` instance and a `Freebie` - instance, changes the freebie's dev to be the given dev; your code should only - make the change if the freebie belongs to the dev who's giving it away +```bash +git clone https://github.com/karongoi/python-p3-freebie-tracker.git +cd python-p3-freebie-tracker diff --git a/alembic.ini b/alembic.ini new file mode 100644 index 000000000..8d4336ba1 --- /dev/null +++ b/alembic.ini @@ -0,0 +1,38 @@ +[alembic] +script_location = migrations +prepend_sys_path = . +sqlalchemy.url = sqlite:///./freebies.db + +[loggers] +keys = root,sqlalchemy,alembic + +[handlers] +keys = console + +[formatters] +keys = generic + +[logger_root] +level = WARN +handlers = console +qualname = + +[logger_sqlalchemy] +level = WARN +handlers = +qualname = sqlalchemy.engine + +[logger_alembic] +level = INFO +handlers = +qualname = alembic + +[handler_console] +class = StreamHandler +args = (sys.stderr,) +level = NOTSET +formatter = generic + +[formatter_generic] +format = %(levelname)-5.5s [%(name)s] %(message)s +datefmt = %H:%M:%S diff --git a/debug.py b/debug.py new file mode 100644 index 000000000..2cfdacdc7 --- /dev/null +++ b/debug.py @@ -0,0 +1,46 @@ +# debug.py + +from lib.models import Company, Dev, Freebie +from lib.database import session + +def run_tests(): + print("\n=== STARTING DEBUG TESTS ===") + + # Get the first company and dev + c1 = session.query(Company).first() + d1 = session.query(Dev).first() + + if not c1 or not d1: + print(" Run seed.py first to add sample data.") + return + + # Give a freebie + freebie = c1.give_freebie(d1, "Sticker", 10) + print("\n Created freebie:") + freebie.print_details() + + # Test received_one + print(f"\n Did {d1.name} receive 'Sticker'? {d1.received_one('Sticker')}") + + # Test oldest company + oldest = Company.oldest_company(session) + print(f"\n Oldest company is: {oldest.name} (Founded in {oldest.founding_year})") + + # Test give_away + d2 = session.query(Dev).filter(Dev.id != d1.id).first() + if d2: + d1.give_away(d2, freebie) + print(f"\n {d1.name} gave away {freebie.item_name} to {d2.name}") + else: + print(" Only one developer in DB, can't test give_away.") + + # Test relationships + print(f"\n{d1.name}'s freebies: {[f.item_name for f in d1.freebies]}") + print(f" {d1.name}'s companies: {[c.name for c in d1.companies]}") + print(f" {c1.name}'s freebies: {[f.item_name for f in c1.freebies]}") + print(f" {c1.name}'s devs: {[dev.name for dev in c1.devs]}") + + print("\n=== DEBUG TESTS DONE ===") + +if __name__ == "__main__": + run_tests() diff --git a/env/bin/Activate.ps1 b/env/bin/Activate.ps1 new file mode 100644 index 000000000..2fb3852c3 --- /dev/null +++ b/env/bin/Activate.ps1 @@ -0,0 +1,241 @@ +<# +.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 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 virutal 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 + } +} + +# Clear PYTHONHOME +if (Test-Path -Path Env:PYTHONHOME) { + Copy-Item -Path Env:PYTHONHOME -Destination Env:_OLD_VIRTUAL_PYTHONHOME + Remove-Item -Path Env:PYTHONHOME +} + +# Add the venv to the PATH +Copy-Item -Path Env:PATH -Destination Env:_OLD_VIRTUAL_PATH +$Env:PATH = "$VenvExecDir$([System.IO.Path]::PathSeparator)$Env:PATH" diff --git a/env/bin/activate b/env/bin/activate new file mode 100644 index 000000000..0ec722051 --- /dev/null +++ b/env/bin/activate @@ -0,0 +1,76 @@ +# 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 + fi + + if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then + PS1="${_OLD_VIRTUAL_PS1:-}" + export PS1 + unset _OLD_VIRTUAL_PS1 + fi + + unset VIRTUAL_ENV + if [ ! "${1:-}" = "nondestructive" ] ; then + # Self destruct! + unset -f deactivate + fi +} + +# unset irrelevant variables +deactivate nondestructive + +VIRTUAL_ENV="/home/dan/python-p3-freebie-tracker/env" +export VIRTUAL_ENV + +_OLD_VIRTUAL_PATH="$PATH" +PATH="$VIRTUAL_ENV/bin:$PATH" +export PATH + +# unset PYTHONHOME if set +# this will fail if PYTHONHOME is set to the empty string (which is bad anyway) +# could use `if (set -u; : $PYTHONHOME) ;` in bash +if [ -n "${PYTHONHOME:-}" ] ; then + _OLD_VIRTUAL_PYTHONHOME="${PYTHONHOME:-}" + unset PYTHONHOME +fi + +if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT:-}" ] ; then + _OLD_VIRTUAL_PS1="${PS1:-}" + if [ "x(env) " != x ] ; then + PS1="(env) ${PS1:-}" + else + if [ "`basename \"$VIRTUAL_ENV\"`" = "__" ] ; then + # special case for Aspen magic directories + # see https://aspen.io/ + PS1="[`basename \`dirname \"$VIRTUAL_ENV\"\``] $PS1" + else + PS1="(`basename \"$VIRTUAL_ENV\"`)$PS1" + fi + fi + export PS1 +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 +fi diff --git a/env/bin/activate.csh b/env/bin/activate.csh new file mode 100644 index 000000000..6798e6da2 --- /dev/null +++ b/env/bin/activate.csh @@ -0,0 +1,37 @@ +# 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; test "\!:*" != "nondestructive" && unalias deactivate' + +# Unset irrelevant variables. +deactivate nondestructive + +setenv VIRTUAL_ENV "/home/dan/python-p3-freebie-tracker/env" + +set _OLD_VIRTUAL_PATH="$PATH" +setenv PATH "$VIRTUAL_ENV/bin:$PATH" + + +set _OLD_VIRTUAL_PROMPT="$prompt" + +if (! "$?VIRTUAL_ENV_DISABLE_PROMPT") then + if ("env" != "") then + set env_name = "env" + else + if (`basename "VIRTUAL_ENV"` == "__") then + # special case for Aspen magic directories + # see https://aspen.io/ + set env_name = `basename \`dirname "$VIRTUAL_ENV"\`` + else + set env_name = `basename "$VIRTUAL_ENV"` + endif + endif + set prompt = "[$env_name] $prompt" + unset env_name +endif + +alias pydoc python -m pydoc + +rehash diff --git a/env/bin/activate.fish b/env/bin/activate.fish new file mode 100644 index 000000000..af41a3d59 --- /dev/null +++ b/env/bin/activate.fish @@ -0,0 +1,75 @@ +# This file must be used with ". bin/activate.fish" *from fish* (http://fishshell.org) +# you cannot run it directly + +function deactivate -d "Exit virtualenv 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 + if test "$argv[1]" != "nondestructive" + # Self destruct! + functions -e deactivate + end +end + +# unset irrelevant variables +deactivate nondestructive + +set -gx VIRTUAL_ENV "/home/dan/python-p3-freebie-tracker/env" + +set -gx _OLD_VIRTUAL_PATH $PATH +set -gx PATH "$VIRTUAL_ENV/bin" $PATH + +# unset PYTHONHOME if set +if set -q PYTHONHOME + set -gx _OLD_VIRTUAL_PYTHONHOME $PYTHONHOME + set -e PYTHONHOME +end + +if test -z "$VIRTUAL_ENV_DISABLE_PROMPT" + # fish uses a function instead of an env var to generate the prompt. + + # save the current fish_prompt function as the function _old_fish_prompt + functions -c fish_prompt _old_fish_prompt + + # with the original prompt function renamed, we can override with our own. + function fish_prompt + # Save the return status of the last command + set -l old_status $status + + # Prompt override? + if test -n "(env) " + printf "%s%s" "(env) " (set_color normal) + else + # ...Otherwise, prepend env + set -l _checkbase (basename "$VIRTUAL_ENV") + if test $_checkbase = "__" + # special case for Aspen magic directories + # see https://aspen.io/ + printf "%s[%s]%s " (set_color -b blue white) (basename (dirname "$VIRTUAL_ENV")) (set_color normal) + else + printf "%s(%s)%s" (set_color -b blue white) (basename "$VIRTUAL_ENV") (set_color normal) + end + end + + # Restore the return status of the previous command. + echo "exit $old_status" | . + _old_fish_prompt + end + + set -gx _OLD_FISH_PROMPT_OVERRIDE "$VIRTUAL_ENV" +end diff --git a/env/bin/pip b/env/bin/pip new file mode 100755 index 000000000..d50810426 --- /dev/null +++ b/env/bin/pip @@ -0,0 +1,8 @@ +#!/home/dan/python-p3-freebie-tracker/env/bin/python +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/env/bin/pip3 b/env/bin/pip3 new file mode 100755 index 000000000..d50810426 --- /dev/null +++ b/env/bin/pip3 @@ -0,0 +1,8 @@ +#!/home/dan/python-p3-freebie-tracker/env/bin/python +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/env/bin/pip3.8 b/env/bin/pip3.8 new file mode 100755 index 000000000..d50810426 --- /dev/null +++ b/env/bin/pip3.8 @@ -0,0 +1,8 @@ +#!/home/dan/python-p3-freebie-tracker/env/bin/python +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/env/bin/py.test b/env/bin/py.test new file mode 100755 index 000000000..b97ebb249 --- /dev/null +++ b/env/bin/py.test @@ -0,0 +1,8 @@ +#!/home/dan/python-p3-freebie-tracker/env/bin/python +# -*- coding: utf-8 -*- +import re +import sys +from pytest import console_main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(console_main()) diff --git a/env/bin/pytest b/env/bin/pytest new file mode 100755 index 000000000..b97ebb249 --- /dev/null +++ b/env/bin/pytest @@ -0,0 +1,8 @@ +#!/home/dan/python-p3-freebie-tracker/env/bin/python +# -*- coding: utf-8 -*- +import re +import sys +from pytest import console_main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(console_main()) diff --git a/env/bin/python b/env/bin/python new file mode 120000 index 000000000..b8a0adbbb --- /dev/null +++ b/env/bin/python @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/env/bin/python3 b/env/bin/python3 new file mode 120000 index 000000000..4ca05aaed --- /dev/null +++ b/env/bin/python3 @@ -0,0 +1 @@ +/home/dan/.pyenv/versions/3.8.13/bin/python3 \ No newline at end of file diff --git a/env/lib/python3.8/site-packages/__pycache__/py.cpython-38.pyc b/env/lib/python3.8/site-packages/__pycache__/py.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3b2ed1659feb1ebd93871df46c30999316e4c9b0 GIT binary patch literal 401 zcmYjM%TB{E5L`P+orYF|{zVT-4wVpx3UTd)3qnG^SSj8%fxKk9Na-K(0sM@wocIMK zBo~##Q_PD)X)%4h{v?1oQ^YSLJ9<$ zh(~8-a^5h`2w;TtEtbI=kc}u@gN)>4Px(~RCs?u{pSdLVs%YEJ6sGE0{dkP~Aw#7) zbz~0pg(+<`avOTGOl%^=?qCiIg;3O4*gy}O--v!Ns7>bP$$$qAD*qXNeJOey75ay) z>ExkCZJ7{7T?_FEYU+fs{ciHIYcQ8Zn>*{WYtw#}?iAv-!qlkZ^&M4??MGf$+w;XL lyUTTDFzuaM>`}XY)(X}b(_)p_z6OQteOCu2# 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_distutils_hack/__pycache__/override.cpython-38.pyc b/env/lib/python3.8/site-packages/_distutils_hack/__pycache__/override.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a60df289ba6db001068a6da228c420933b459cdf GIT binary patch literal 237 zcmZ8au?oU46nyC(ZLBua`5f_(G&C>?kCM2=Y*~!1q(O>H7p|wil1?;QtEf2vnT_Bff$xZDuT}CE}HWqQEF!GkF&~hv*o~za8 jBZ)`cDUXq%Yq~|p|Hk=uDK>S}8W&pbbDS{Ryc6LG9*;yh literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_distutils_hack/override.py b/env/lib/python3.8/site-packages/_distutils_hack/override.py new file mode 100644 index 000000000..2cc433a4a --- /dev/null +++ b/env/lib/python3.8/site-packages/_distutils_hack/override.py @@ -0,0 +1 @@ +__import__('_distutils_hack').do_override() diff --git a/env/lib/python3.8/site-packages/_pytest/__init__.py b/env/lib/python3.8/site-packages/_pytest/__init__.py new file mode 100644 index 000000000..8eb8ec960 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/__init__.py @@ -0,0 +1,13 @@ +from __future__ import annotations + + +__all__ = ["__version__", "version_tuple"] + +try: + from ._version import version as __version__ + from ._version import version_tuple +except ImportError: # pragma: no cover + # broken installation, we don't even try + # unknown only works because we do poor mans version compare + __version__ = "unknown" + version_tuple = (0, 0, "unknown") diff --git a/env/lib/python3.8/site-packages/_pytest/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..de1083e9e93421d50b152a2cf0a91737d73c5d95 GIT binary patch literal 428 zcmYjLOHRWu5FI;d64H-2KrfI*>P02Q0wFdmkPr(HDr7TCvD-#X?8tG7$^|$J2jDW< zvg#F(kg!WDF(W;_dGqG;I2^`csi(3f#pFK5SW1+`yj$~tZxapzgKT(Wv=R!XMzG+k&R z=7mU&&R^C-Ga)yuEanHtbaKv`!icoC-Fzt;hIUjmh9MTRFo=_S+eH_Z;%zA|-T%$V Q!oZ6tB?EFwMxIZ80k?>4)c^nh literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/__pycache__/_argcomplete.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/__pycache__/_argcomplete.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..54ed5871a53beeac14cf59e43b8c05525845fb3b GIT binary patch literal 4082 zcmaJ^-EJGl72f6YPb*oL)wHhLA{eMaCAuOR*KJxDmSaVhUDb{(L^2vP2o}qoA-UFa zcQZ4zOo6^~TJ)xGkPG>)et-f6dXwka+g|w<0u=3cW=Ux!HzmR4{PE2B`Mz@wpIo}+ zT6q2a-yaRWU9_x!(WLmQV{+HBZ1pV$Pb_YAEN=5sWDiT7l1*bLaykya%Tak)?v$r% zl}^R%RXbIDSEAam-l^Nx1B+LA?Q4tIUX?m?qVmi=ndkM_w*1@if;qp?x%5XXe!pyq z#Y0#A*|z8{swbEE+-uvmo?3C~b4$#!!+w_JBu2(F3;?reP6`c3O2BPAW{0R-M`{i=Plb(5_n5f_p@7gFIK#d>}ixjJFJ zFy>4T1RMJOFkni{Fz&B2l`wDfvjk1Ya;}{R62y`^Y z5?ms1NxsFP@}}&Mh9cH`wLb z6zz=jD8mN`n2B{SMAWf)rj_e!K&d;@zy&srL=?5y+D@+sR|6(s<`mQGxf-Wv8Hh76 zh))=6+@F9KQDne|>k&XsVc*}|-oE!_&)vvhIS%?F780n2*JgGz7058vh9Vcp=dQJd z4%)QpO^+k!E#A(l)GSD8sX@cV)v%3CiI&QwFa06u#|5A;3}ZM)`%;h6*`-DwU&B}3 zF-ya=@QyXwq7zfda3*hMIZ13s8?;r0L zY3n_H=z_@x-6kCrZD(!snM{D zd@)MXL=uQ_Z$i*NhkT>J00>0B8l|mt4Bi416a+W7R)L01w#oA}7$I!8h?d{$PzLlP z5t37NlFket`cPmBg@RvTRg>-HK`PSB@QLDC%wGAuJ(&zyF-x*=Xe_*tJl8LzIVin_ z%*HMpW6wrPPt)kR+f4SR>|=5sG9vg68RxSJ!P&s)G&vHP^5nQmzc@=+#6s{JL5cfR z5DY_)5_!mE*dJ)-ANgbB>V4F;U_fcNz$lQWJL(&Vo3gj&M?mgCL}_mnv7>>AA(9*x zz?@_VMQ4nbs*yWRyfAJ80k%8?p^Y2l{m({mzW*+b{|^N|SUVbo&=Ogc5`4ozLIi_^ zeef~HCIy-4hg6lxMR@@w{4l~>S3u=nGK%>+yFq6FPJ@Ph&{~H>fuw$vbWy>J5z6U;Fuz3?W;N_=-j89FDUE6u^D_Mi-_B+{4(Lqr zRmS8l^>Dw&Kv*3cU0jLV=-MuGhnIN;y%Tk1l}?%0`5bro{5KBuQ0S&Ad=Y)qQnq~G zSNc8`_pMnOJN^l+8PuL3f(4PURO=uscatQ_%DYJ{8l`ML?CI+O3egQk zQ%gTM6taybsvU*h>4}@I-?hk4o?^9f*jKcQu zPv7-LYj!Sk(8o#g`0-p6D*XkfUpAbqno7|NUu4z8BLr5-Ih;7>fEpI6_&g*B`~w4R zJ+mh^nquourEAtgvAJ(MgI7QzR zTYe5Hm1{=cVM#ulR8A_oinS{Jo|fs+^m!+xJjg$ z6Nxx0r@kI!wP`z-RmBS}VlEx}bycCh2%c3!h5f9Glz_cPP0rH=OZ2#cN5{>*OPyNg zp4IVAjcCz@0Q-djOa8b-q7hlDtDd)qnR*`&tF&zYxKy_3y@c_yUAGtQ1-$E}_r5Rc zxeNgGpiw26l(9T7b3JdE@Dch)FI(`uuSR|}-KlvVPXf=A__t-r6?zbi3lCCHR`B=( zK8i3=x67qv$E0Yvm=u5A>?${csLX z3gGNTV?wpz=Q0Kcp60*cU+I4!c-nAw?>FquRX;+xQL{b{9ki))in2f0qNv5Df|44ckrvUW4O%uWjtU&sgW zW#+b5c?F@=Ga*H1nD0B^oNvw<&OA+f1lRBT*Q*Cg$ekDeFM;AMp6(~YoG7BGVu~+C zL6j&cQ1ea&Dy-R>7n~A|BaB5MC;<)v0tm0z3!-9=MWhA9MFb%nC^jZLCdd(Lx@SHn z>Ohd9SM*g6IVn=rzaWFe^`*Q8(^ZX@(mnep>`hw(UPb$?OCN2!%*htNP6pHkGjH_4 zTw{^!M{tylvR4DXjnS~>9s-2v;E9W*EbAJJrn7J76M6i8a{S?Jdg?;EX)C=nA^J>& z;CQ92hG60JThSrpq*I;tcw|QMH_Ks0@ly{YdVT;*v30*Gn oDRee}99hZXP_zGe3kfsup>DriCzcE|*a>24$c1wfmNj{pDw literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/__pycache__/cacheprovider.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/__pycache__/cacheprovider.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b0d7d80304917dd6fedcf245eea2c3362f4e3055 GIT binary patch literal 19754 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/__pycache__/capture.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/__pycache__/capture.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4554a9f3245c7c70915fc57a525bced5dd3e2fc9 GIT binary patch literal 36495 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/__pycache__/debugging.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/__pycache__/debugging.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6ab6e5e2750f3416eb1860b16a2c46826d986d0d GIT binary patch literal 11541 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 L=2|i5{QG|c8J-ae literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/__pycache__/doctest.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/__pycache__/doctest.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c0039d05140ab06e7def43ba3e2d6d1dc22fb961 GIT binary patch literal 22900 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 JQQ7Ma{(pCyvlajV literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/__pycache__/fixtures.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/__pycache__/fixtures.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6f26395414e098b01a3f7407e92edf2bb90f914c GIT binary patch literal 52836 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

bP#NqPjX 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 Y@x6Var?$J54G{QaFUDhkIzn&X0j7$CFaQ7m literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/__pycache__/helpconfig.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/__pycache__/helpconfig.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e7d253274637386d54f0ab8bb55a128dc00aa8f6 GIT binary patch literal 7800 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 Pmff0dHCmsUdaLpOl%#LG literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/__pycache__/hookspec.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/__pycache__/hookspec.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f1f693ca13907a134e498cb9d383072bdf23e47a GIT binary patch literal 43502 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 MyU^C|XxGI52Lr4K6#xJL literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/__pycache__/junitxml.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/__pycache__/junitxml.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..45a70ffe66173c7faaf327e84ea3b8405ae21edf GIT binary patch literal 21139 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/__pycache__/legacypath.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/__pycache__/legacypath.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d891d87268431a904d9b12a2884548b0f2a6a22a GIT binary patch literal 18135 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/__pycache__/nodes.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/__pycache__/nodes.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..403b9bd302f8e136b4854411d722446df97d432b GIT binary patch literal 22968 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/__pycache__/outcomes.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/__pycache__/outcomes.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a0ea11eb978674ec0c779769255dd537fa2236df GIT binary patch literal 9776 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/__pycache__/pytester.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/__pycache__/pytester.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..97e7067a2ce8975781d19c2e6a20e1d52bd3605b GIT binary patch literal 59915 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 CIk} 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 IB~9c10`u&PY5)KL literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/__pycache__/python_path.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/__pycache__/python_path.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ba0c43b35be7bd01814da847ea814a375255749a GIT binary patch literal 1107 zcmZ`&&1%~~5Z+zMvZC0D>-@A73ZXX@976-8hf-S7vnjN_2#Qd$Yg>sdDYNTppr^DUH$HObe zxc-blGRX@z;R)x2MIjR5b}#X8_X=;~C%*Ifh#N@*aYF{O`9;W3u3h;_puCf&jO6+? zmo45NsU@^DrSy@&lGkI0&0iJ`ysvPDc zLT@wB3V;f?{-7#VENoCaqYXfrDU`>Yu30^V1AGsOcXf9?2S?#94I z^~{W`vd+xdHfYtKc3w-l=ir{H_Vi5e(;@b(Z)UZ!{#X^YZAvxFriF=l5@b^5Wgc^& zoL?EVar=?<$JIpjWmfi=DSGumZwN{q<*H{OJ3dv=SLJ!X$d6WE9PB^u>)fbbjoxge zbU(#VrOnEpQXTvC%yyRM6cbl92}TXq*lXkqo4CHmvO)v1VGi1WhZa<9La) znrQq>Gz$MC+7mn&lk$toxSyY)!@eY$`g)5#E z(e#O?fnZ*j!+qS5auX>RnKm>Y|D#D_P@J2MrwEWF&c=c$K1Pb1s9lJ;AhM?cL`%|h zvA{p%EOKE9 zIhoktA&)pbL>xypO4H#Khh3#9P`6ypBv{_yy6k=tHvvgFuBy{~QWs7fcg3CDPHQJ~ d_+nDYX`xR#amv-k9aqT_%9jA1qlEE literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/__pycache__/recwarn.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/__pycache__/recwarn.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..21dcedbc8348580aa74eec6135d1e3f84cea8f1e GIT binary patch literal 11436 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 Iw=DC20XDX~>;M1& literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/__pycache__/reports.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/__pycache__/reports.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..34ae9a5fc264829babf7c7fb20b998f0a26ebbb8 GIT binary patch literal 17864 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 aieECGnkri6)R&AB%HySMX{=N%o%`Q`9ei2< literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/__pycache__/runner.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/__pycache__/runner.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..448f45790a28c3cad55247f0321c0d5cff6787a7 GIT binary patch literal 15640 zcmb7rdu&`+df$D`lS6Vu(Xw8auVt^L*_9|;vbByv%MVF@tZmv6skMD&Wi*^~NzQOy zI`>kK$mkQOM4-u~6JDBz-h6zLyr zg)Q9Q@4NTTkd$__8Dh?S=iKwU-}&C(;id8MqJhuf{eP!d{>K}J@n2Zk`pKd4qG6c9 zk1fMchG!^KSuL||d6r4oZrPqKzmDg~Z^p~WZ`RAoZ_dl%*Jg%Z9N>~y5;zZd+#46T0C>Wi5V#0<(whW4rb?}HdzZIM;BmlH-ju)-fOmVl1)c;v z?M(wVRk`(0dyltA;9aeU+k3se0#5NQxCA`M_XTQf6eE6pKZ<%qeHHbm)z?rzhWc?egZjx~{e*f7^;7C;byA&D&wOgDXVq!6 zJfl|7b_%V}sh|7QQD@Z8-_Cf?qU~`ti+P?`XVL5Qu>OL25%sSR>o2L7QGX8glNiBy z&#Cih`8l*)K+7v=c~!lJmNV*g^$qm~=6qAVh5FB{2Kvll?YGrCSos&!MXWrl=F#tz zTEMtV>YM2Iyg#YlRbN-{-Lbs0{+RDHUwG9}?Ai^gE@QS2 zF!qZ2MT~t(Rn=8h!!DlgC|9p_LO%%Ip6-TSJa8NBUdwO$ov;=*x}9L=3o=v1jK*r6PB&?sLp^`4)@s!j zTRvc?UJF9}W|kVAS_?q#RlnowMxEfBjnLQ9I==A!I~S_wUb}Gajo0U1<+FubJ^!0E z{e>B?QN;fIi+-=GIa~Q$yw3|-cQsly+QyT%VW;8(c0a6T!$!N&Sw_dH3peY2kFRiU zrPk=A!-uV}cb2;7R$A~iM$}qKhwM8w9r#>nqQ2tSSF4SncZ&!@OCedi%g2TD4GkQ2 z^(|DK*F(R}-?^?5d|bHMkT-aHEv$Fj{%}?F$<41edOcqOEG=A^U#Px)Y2n=4Z(XQZ zU)aFH7h^FhrihB+xL0*|ttW&1Aiz5TEN|I4@a1d08zZ@ej$g5&Y)@V!%4$Dc)15jo zoPHn(jXb{RC>CD?Fff`T7L~1>JNCLcFq@{zsBCB{L*-On74BqBLt2YywIRB4suZ^> z1Ee)R*Pp@`1e30o1H>_Sh4^3y=9WnjLI#=I68iSXjvrTRI;OHH69AQdWX|=Uo?q$S zaOd2h)xAN&46y&+38B$pclYSr^G~@;UG0JfE0s)?t<`zdkrRTTqMY)VYHO`9%C-Hl zcD<$}XT@*z`jcB$JWe|KrRm>&^*{H+7y93LtI=t+Yb`fj!fkZ0a=qJ8fvnT$)LU!B zygW#@)@lUdjC(#_?2P-=%u`Q2J5zDI{IVY|^TfPDO{uO>VPrQtAsD39t%Vg!KMt%% z8R_)7p`SwS-lY>OAe9rU);R%^Tj_R=_f8#O(!Rgg@Q;VOR$uk?3BPmwM60ow^f)#1 z+=&3}b-ahCwPimzQH`nf1lStrp6T6+%5h6|xRaAuEI5q9Fw3T6TBE;v+5GmpW?%gn z3Q$xzJ>d9!L2yst!8XDwpkYW@GaxwN zC`;Lpe~!xBfo30=!LJOQO^~a~-9^3QCbj&){KQa&&uq31G73GvZSBL#;n*OvVPd`T z18Y6Mo*USzC|b-JKVsp+3xG(RH$FEZiS;w6 zLm-$pg^uFlX|zT8*;cK+sA^{~q4vMNQm#yQ8T9jMQ@=Rmp5P0Ln8>(i9_^2hTHRSUGMD?u0(YeW zW!0H+-AjS*9>0Fw4ZChYz7JP?vt;5zSsPe$;Ao{K#(kkT^G1P-Z(2{0&tp=u_yWAy^H4o+!x0 zYx|KEYM7Oj7#vc|$)N4=>JBCeH(v zel!L&p+da+pPL#48jG_nWVkzdpJY*V)!`EQ1zgB5^}8tVqjnpOvWYSP5gFJ5nQF^M zH0e5;2>qH?-5Z^%e-mmze-n*6Q98YS3oug}!AcVy(>=V;K@X$2H%49V4qWQd$XV=m zTNOKUKo9LG-|=sTgkrqO_A!JXZr8zAwtNNvw+vZlH7WTh^WbApE``nj5=U7gqpW6T z`%|&goH;0nw=hSPCsR_f0kc=ouu#cHnZ`=DyXvJxlGtz6R(DwtD+Bc}a`a^KEH&-C zy$Ke!jEON(vGoTSA#3QXgs73W9O2H@(kVOW7Ks04X3Z(Hgs)yi+d{ug3coxu&aPA( zSp!_tU5*zL^+Cj?9}2di`uH7GLZFdiAF9IE2Z1UxK)Gq%g)j_lJhKMohQ00#oMlr~ zhohV51qDJ&=B}l`0mWf#P*}&U8MX#ZDiIl<<#-Y1Mzhc?27UA^G{^LZiiel>$_-2i z_WT`3dfNK?3WrFRKv^1OVE+^#xU1T~2B88aFC5_&V#a_}dnJLpoz^Yd%B@zEPl;An z@t&1&P3G1Lg;%PAI>U6bNp`QoQpfbPi)q*efv@yS=o=Lv-Vzx&LHSvwom3SPeT@^6 z9lau+thLlqtHoPEFDK_ufs=kn3v}0oiAcgY4P(=UsQ`;K zK6U(pk>nfz;kleim$aeao^t3l~%7MXP-Nl$>RDsl^cxu`HOJZz_aYgg}-$$yX69Xb4#-=F^`nix1*y%9FxVFzt8> z#H<)F)|~dyr{Y9=t7|<4olvc>X$@~OrcBu4v5KJNj=P#MG3*dHslZM}mGIJE#h`#v zmI_dl?6z%{@|dzn$mfRuMqBM43eBq)zBay2Xf`v-TFvMuQOmw-bfz66%&ivnENwQ^ zc;Dz)?-~6PL`|N=f*v2BM*%&4V1gJ;qklFmLUfp+S%nBfiFuPb2U3S%X^z3VEd+ld zEPX_WYOFbqe$Gdj?O7me-TcseFIh=YXU}OWMI7WK`1yjmSCcs^6M79lksaI$qCyLf zc2%65qJUz^L=$l{d<1_Ho{OG zJxyKVV&l~+Jr0?zTE#es98K3~roV&AqEzRn=SL~_J#-D8M8V^; zAQkvW`kR1kupl+cpvEj(AUgo*+vr)}s$>aMM#uqkqR|0E62!D9TrTa#2GngzmCNW2 z4Ma?CA;9<8nn)wcy`68dQ|+Zf`yZgMnBjbr2~&R?_5SfB&~f?b5uw&2$J`@)ZT_YM zk5sNCrbVi9-{i6)3Aer}iJV_~)0Y7#6H?98Cn*u(XaGiOf96m#ZX!6TGIvEwhE~%a zShGf_L}=5YR;>8Pd3sqLG(iGSJk_3n- z>Jt8SDeXia!pvCqXNpCNz1NrAt5<0OU%l!!026zuD0b1% z-40_-GcudE`vD{RmV5M`S-A(M%O35l!QY>&WMcD33~5klWOZT7C(}iCuiHzE4NdGu zdAw_tLOIF^yX-h+A&Ngl$ACO%|fS7FD@}QhygM{U?7mvez8H^;mQr4Kc#V)9HuyUj|=b-3HZlQh{bsP25sN1MdDJOU>1XqwxKC?E=kIXQ$1RD{v zWnmL!745*KK_<*EnO~>#59{wc#&^u`SW7k|Ubhh@KyaXdXjm3=j(uzlvZ{E;LRi4k zn`kK^ATf3aycLcQvV$B#6Mul#3HHO2(j6Q6F^7X3k2Rvmb~(#e`j1@dtiYhdX$+&U zH0j+sB7SFFFAMeEQ;S5;wh!gOZenE$z{l1S$mnCEVSa4>hV`o^R)X%OFdm)i=do2E zIjc8R;FVHQ%(dc93=-(Cqxcg7&!Ol)w!_@KKP~{e6oLZt=~^T3KTqT*m6!g@C_aa~ zM0YrTWfEFtGIlDcu|=wjz|`MjbsvkDSkN7dcD>=>TI|A~dmUkEt=D>C9B5{^HY!kb zRJp@w-ws!%T|;zC==MQgPGUMANJ6@tngPS>KDA;TB_7T=Y=QEO`&IHWV)@!J)&3@- zt1SKs3wiYsNBsud1h*@I{utlj7zzVkcz*O}O;OK*q2RB><+i@e+VtQ{XepbTBm3oZ zcvZgns$}}#Jjdv_3(*c8pha90@2(uVf*x>(c*4UP!nERJxQl)g{snQ@0+H$|8iDSa zxmUdWjaqP%!f2tAgV4TNr;Q@+PgHCKjSfUkr|#=J*uOr2BC;3NqL+JFE&jq9g6h^5 z3~ZNQ`Yw9^7~fb_*+qybey1s__zdZWi++H(FoI=;dKX%uQR{^F@fl6X7s+QdH+{o{ zpXXVZz->qqTE3&~Ss)3&8T@APn@fK4$!`I_MYNCMx1`2Dg`|Rh&dOg=O{hs#{xq+4 zsj1spFXLy`ZZ(ZQ52-!39i)14eqKGM_Nt=Vr}nD@NFNYh#8OtG3M~ddn$8CJ zy<+!U3o!HIG?6O?QtIWBpCr<wK_$KLxb|e!day+*Iz@~S?IKGj=FQQuO**@J$V?76#^E6ye8!qQU?39Mi zW(GYRq$SMNf_@Vb52uMF1qAn-A91c+?6xK|`B4IJMsc5{V^|6vx~f8nJNX#zf}FXk^Z-hNF&^(U#LcBcT!*ct&JBPnaK4)KKui zp{Qf*jLZP?xY0m%YYpjVy^Pp;Ck#f^afY~$=ab&UlS}eiGcaP9*Glm|Tr}AUU6K2D z(gVTye2E(?jrxkb*l=_3TDUo1ZP`TpR*8MHeY&A|bdh`nk;leEkm^995wX!;Z5g2t z@KGt)qFeijeW}x&|itU2GxB zlQa>>xg~TGjnxqt3J~dB=_<{G(7(TZqjFYa$kNKd^(7-X1fXa;R(|w1X8mt>w`G<~ zR>t`8-b!qdOr*%V%sdJWSMg26dKJk?)tr6^Q&P$)l>ks?L0*}6p`enallYI`l$P@tDxnEhvl)8S19mi210|xs~jFavIve?`KiN>bofD2Y23T1t2 ze#cmX{j8kZrFAm|>A;%KgwUi*mde6S#8n9dW2~kVoL0GYr}O(^hDnJq+stj|RsOEY zY&Ii;`h!7cvoOduiww;m>x?nY65L1_d2}OHVcq%I*qmUyDk7|tL!VqYxnTw04a*@i z$h;GTm}0IuwGJ^Kd_OG1z1=;?H>a72Za#$Xo+W$T?mVN$WUhxf7j{qx_YMlGgqi+3 z<}8G}0sXOz-Zv<0;Q64Cyu&?=*x%th6~hB?nh(N8vIoTtXC3<;j8z{Qj6r$e+Q%Nr z^SsXB(7+vDkh!9N4+yN|yX`~!OkCKP0fcbvL%#88%#UDI6K~z5gKi;xgD{@7=A@oi z2xCEEIlxx|xGCO6QisZG&MV@+65``v2tPW2v~bXX=P8^L;8KKNO>aiv%=5b24STh4 zMgJj|uZ+bKZV%u%9zWh|tt~e??OF!`F6~Vtr&d$UG&9;Cb6gNPG68*6{ZCMMSw!WL zuVLICsh?azRzi<3T>dfpjo9d)qZ*PdX;T_G#y%MVrLkvyY5h1`=zlHoYw6EIRtt?L znV*p>o-V@aDrW41HULNYHDr#sTM6^%4%+muqwtDh7eXHiaa_PTBpezu{AV0hoWBJH z)aIR~SaQ+r(l_}im%g@**VM0Zsyy#6EpUyYf`~F=ICJh4-WK5=sGh^h*Si6yd<0L1ANu?Cyn5YoX z&_m9&vn-3{U}W(2l{d*i*~rxo^uI)J&(hV%#FiwmCQj%NImtULK{a0KaES}KQ|fVifGdIqlJ7+OlWD>$wu(2|AAX~F5V#OZW! zn{_vMXId{{+S&z}&+{ua4ReFRJ{VsxY~ZeesFz*2cm+2ZAQSAPv=nFJRpPPFiPRSWm2f-`YMd3HXYA)V>$&}f={ zOO&1ql6-p9N^@xTl_Ym3LFz3Jw+uP?(}v)oEJL$(et5URZR6r#h%fShL{5EmMhsg4 z*?@egOGDOg_rhDr{<)vaSK{f;uLt`-EHQ1Ji6^cMaVJBFxE=l3^x)32sU5wgZPpny zU zCdmhNm(58(#M)deg6pPmE$THyma(3Tn@;pDutaZ7#|#RWEZr`dAU&Badrgn@XQJ(s zTWNbM;(jLD#@0{nAU!q>DUYb&N2oeRKd`+GdpMF|cR|NIndAYlBNU45$~5=CTY3iD z2?YJq2MK}5t=ka`$Mi8m`4$RcGFDdGj*15p#>qb$VfuKZb;QA1(_tk7LgX_() zeVx%$NCDw)DAK4IW$(i^hmXu_Qv)mHtu6FX4sVWPmXK*!wyoxZW@y7Ux0~5zJYSNv z2KFp(6W}sRe4F6fdkF315!(4zxJ{5jV)F@(9bg5nhA<6ovo2YqvB{kQ?D4}4?+jdf z?>&5zNc}T{5I4>cP-?>b5mA&_iB#0Q0Z)dagd(BO^pCBG85|oY8X?4woUqvZ@ZROb{v$gHUc^3@LhR$xRy~^oy9bQE8yVgR+-vq9-f{?Aduk7z zkkOH=7f%4*#=c}-(w(6C37j?VKa^q??oHsTIBt7^?Z7xX0&?-YY11vlO+AyBEXkl` zPh^E>uSN14@l&!ozM1tbM&||@{hI^1ZoZyJr zL4k)Pmv`VOe^?Mkya-0Th}GbdOFsHXVDdt8J$-tB+<`)J;S+@2*Nb?P$EBenFS6s$ z`8L>nLvCkWo5l?IM<1Etec!{KHf+#1(eNd`DwIKB%qc@zmve@i!d% z2yHOybNzp_klcrjr9d3bOEfxcP=x;)$m7v?qJ>1#Ny3-u?N$-zBrV(r@8UK`P=}C* zoerC0OYHYu1i{4Ip$MSnqY8A7w*6X%^WN}}z&3&zOPMp&c@-#5Q5qrsduF(fP$s7s zik}gg&WY^l?-wsEU<8-OBi?Z6lzj0eK0?j?14%F30q0}6rI#vdc#6~kF;)LFK*)>x zw*nDUQ4U5D-$VaJb~(s`&Tf>2Ifs|mkFw=kC=fLeRuGc?_v}&}MS)}9_z!F~t6mvz zikRr=v1fy$^#&i??O=JQNP7eg5^|0hCRe#@4I%q?yruD!+geBrac zFi|Q$G=;nb25bwqI%vq?JCcpOy1~0|kaxKK4E6yGRwc|!n!KO{&(w&oF5$AS=wQgv zZ=fIYaMZ|%`tT|RWur5v#U)?jPCr3`Aox}McGPy{R;B0tE}L!6J^y?BW1kB=Pp8UE=?#m_b&C|2oEf zAXI0JrcemVz=yz9R7r_?4|H1+mvZMOa476{zs*YocCQ8@3UBBQDd>n;yR1lEWXV`t^$6S z&` z<3Dd7{0r1qG`QM)4DK?<%^ZYeA(LD>86P{L!-;k?ckG3prM=7_x5AdC{j5FigdNUQ zN49RVu&Y}4nQY6>GbTIAJ9E!?7^t2K@a@a444yHyp!#S0eTJDu*^_S-O8vin0*tcv9#R@(f8Z2gGz3d`<2f@TwQ*c~Qn>BZHxLFQ1O_T`Vz~ zMTM41LpRK{AEu>(t^>bn8)Xa*RP9Ne9LD>qYSlt3KgnWas?KPdC&V%#DOXz?gS!+c ze*vLb$Pp~gCkTgAg5M8f-(3n?jifuADzQ3$Pa#MU%y986awU=IG zxw*Ny-Y6i5wu)-X?<$C_!aMO;Rh@Gox=TyG6{I^vw`yUUoLRLSfx2Z!jZg$kODm*H zo**4Bnghzkf15(!#~?~JXE)g?pL59%9sNeh=j^XcI$tEn2OQ(gZauOb ztp{@Tq-<_sZ9mi`XSPZyNFK5lULP08IJ^EeEf3skG1}e!)kpWD2RrXS*uJ-01;387 zsk*0ip{ri>-ouCW`tFxbP~_{AJL@B@ z)LyFAk;=)T(ii{o>sLVO>(t$#j*M1!uYsz1_7*kspJL+Trpt8GYgcYs@2R}K zqR0kL#!-5S=#<1dVM#t%7K-@8HW3Snk}JyN47$d}qL|o=}%IYJn~c$j6a& zaoDpm>cNYOx1uO3qv#!+F%;+wzUlB;zt*^3+^Jks>REtJ%*77iV&GMQb#jzbO8HWm zL|6VXm6-Z2r2ly%zLbXcE}wz0MU;*CDGKMTPswn`PyJ6>{;tPL_b||pIHTVjxcN7a zZmRD}Z|)+2{4dXj| za+#foG4K$@sxG{7mYqZOC{DBCg~k>~0AC(W&u%|G6;Dt13vkQD6wy0@E*H8&D1PzQy%#xTx3%10J@K;y?p6@WbUM-G{}rOaLB6zX{*!9(9y0Rcln}aa;~sm78Qn z|9}>LNZpU9qs^6XFZ*Ipc1dPLM*Iaf8Ok*l^c~0PBbyxVafhui=Uc~h{@riQmUgK| z4KL16Ml4mG$i`+A0sN!7ii7S)(c@{HQ7B;4jv`qkQKT10m!&AW@@By7B4+gxb<5OU zqwW@UZ&3F=bXCv33&skFDfJpnUjl=r2pz0R$RdXFGjP0xK5u@`VtcW@>^lzo*6#Wa z1iIKwd9+PMg`g)zQThGi@0?S9>L4rlpPk3v?iG;z`{7;t(44m5YWJ=I?@TvHd z|J5K%O|8Liv7^zz0X*opG2R(0>$m76d^VcWqZDo+O)8I4Mw3OVu6=|7K8+>?t5$h3 z!BbAtTV405qY$h-l4KFP>e6An@$k+gKo5H#KDhs3QxC6bc;T?Bvsp*X78O@RXFSB8 Q^_kmo9lmn6!&kij0?lJ3-2eap literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/__pycache__/setuponly.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/__pycache__/setuponly.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..76e0a83581faeddc5c796e15b19ba819c745f897 GIT binary patch literal 2990 zcmZuzUvJ#T5$7&>JRa{(I!h;6a_pFK1Eg12QqiPEP`E}4+s#X%1eTo`YZxqbyLZPk z|9QC=N$1m({OV6o7dZ7P{Q&(M{Q!JyfS}GtFdDQoOP-`ECBfy)?Cfx7<~Or^+-|!D zTz~)ZH=`d~hVdOT7q1#HpBVi2Km${m*N6om!TAFr%ZnL(g8_`m{%$7CnMjh7SP2S?|Hb`pP;XY*ouzTDHMALB9)5iRjV7 z&h*m4mIBr#eS#aRE(&iOo_m;=UjZ>Q=8&0Fa!h7qOgQBxw|I@)uPtI|Nu4_&X_OLf zfQRlbYjUwa8TR$Yr_HUc9KMvLNpv)ARm>K0g`0!F!dG%4roAsf;%QB9P`Z@g_IT<+ zlss`L`V%EQ1%Bn|L(s>-71l^Z+1VHJQF?Ix1w16gG?9h@2V4n|=lDzjlSTo`7~ zP^h6yCmCx5oTnLnrAH;;*C=Xw;%|mr0q)(ColzQ#9Ude**^wHh$yWC9)<6oeABrs{ zgZ^_NcSQ2dP89A}8Xs?ex|4@WY-KPT3`M@ zKynZR${##>{AJHA>=JQ>UFNN5=&&LViux$X1EnN0L!K8-KZv4WKN4~Sw#}N_jvppm z92Tv9&>sozm$th;F88Z=_$BOmrd)@0@+uB!K_j9ZR)Hu>>wS zeB+YCS(+;dS`tLzRLEb0a*icrm@atgkR|Y2-a-?22oz?nWX~#Niq;D=&W9!55MzrA zyBIz?9^V52Q84DjbnQ~)h&grRvjcIP48pqbmnp?=LnzB{>gq)DM12JrXehuba zPG_~QaSBI{=FD+(M&~VVof6P$^V+5{UpmF8FGG7XwI1d5=Tv^HI?(nSuW;_leFH5Y z+cR5!tL?b+CU4GHW`JwF;rpwQkrrg+A9}v6y0C5ykDb@_&j#=OrL=9$*Y)mA`A_iV zD$+W8S9aM_Kgh7j$3X&pLr$sZO*dZVN@U00%N(0LyeqUFzjYus65BeIvV}@TP3y3F zr6MMNO|L>_IByKozxUJON05 zq%|kljf*-2C<$Uw*m)|I;Du8O^1>RYVN%u_R=akss12e?K4NQFow2yI-Cq5?R^*4U zhS}fu4# z0>2LJ>N<6(MfBPpVUChVgHYybx)vtNn|X_$6CleUjk2ZaQ{&<<2GV$n=qkoj3u*yQ z3fbXUb%swh=IQPu=(5<4SlPw#e?hmV9w`l9>OiYi2kOTh)8@xPnC!!HjXMLKBl35^ z_pTPM?++$eO};O2Cxxw!GWZFQSOBbBoypsNm~Jor!z5;gEiIRRIbr$mrI7?llcpkI%Vov8xt?oW{@nLy=HgcswZ+$;Jh0qXjD`A%2Q(PwwKrDAx6;*$nR-=;M9m0WJpdh)vAq`A6Kt zo#z3et`zHeB1*YA`ah8`_-w^u`J3pX)n?d8{?^y2v}&*A4%ocziYD7abwaEXxf>P& zHFZ+IMS!U^R%B(0uQ9#WR;AYjV~cZcZH>_08Y}w>TLaTera`B6n%ve-LuK8&i?r^= zQM_c~HCxl6h7bx?R;dguafDZiV_fJUTZeasn)zlKp|U<{nQCJR_2KtXQ|g}Xc*xg) zI7FPO^Hd<4(v`t6E`2h$i4m1Q;L^AkKg&6q@bZ(jlAE=YcIw z)k(?=+CEdFTE>Vv-M;sj1UKq|R z)v;kHlza4`t)z>FZyl?^-18z=6Di-{1WHjrHHmD$2i7W$!P8%G-*fM*pTNiclOy zs6zAAw&rLmm33cl8;-$c!_PPwv>CqXnEcE-S$$#2c3gl&ij+?DQAky1%JAI$T`I2qJOwOJ8R^*5w26*VciK@i3+6QG*? zf!pacgS91;bMJY9C*3%ds8~Pj5RL1jY+ee3Mstl?*TZn5+3s-bHCIL+(HcL%BJ{i( zdu@8sKIloi!ZX7gLm~ftH}bA~v}>xZcu_pAS(jYjzZx_`^jOQW8?FDTwgVT$a-jEdft zCM=OdOI{Qnl5Hs9YH`WQt}z$F6Ky#b z#j;tCdmp`dvbT-p~&scbuZxc)|wxq36bj~g`r01crx~~k> zSZ`(eYAq9+4^(0H)oqS@9+q=^%6TfY&J~s zT_2`NW2^S%doG~MONWnUJQalYrn^PvQ}0UY1!N#JAyf}bG^0}$UM}MGsH5t_RVlQq zW@8Tg6HP+OdAnMz&f71~50|@uYUO{~DUiVpcxkfe@l=uReeC*OH}>o}v{wK+PwXA* zMq5#}G)x{`wSAB0$dJUjgP~TIkuE%Zv#gux1gtd^e#5Evg#;!li95AXIT%fl@ z$!$hn#L}G~BHM+%@CQcH3S$xM3LE$eQ3Kn&dh7|CJP(waUi**b?8wnU>=9;ZHnwbc zC_@I@RWBxZmF%`iDaftT))_l#rLC}Qi!hjtAvXZ+rW?d0IPacU?~)85+kF~ZwXZfH zj`4!cI%w-21MFN>VQG!tXr5=U;~o7blpJ%l?Pf4!*gWqAJJ?+U?+=dy6ggioiuh)eKO3>^|5X!Mb`>izQyY|r2@1~8jeyH30LN=}-*ba*C&^tN zy}NvoI?JhtAq((oev>@EJVirap&NtBX)4*cjUB@n#$H8hL@Oz(rCFM(PHUEKsYQ+5 z!dHeld}h<9Tm+@0@LJ|@!-iK|(4<~D?gA-plUrnkyaR7-z)iIigA_5zjg2*RC^`m@ zeuURF<0XR15{w~M`dX}RYd=%vjaZBI*no>c5dN7l&|?$jY|G*n?V-A@zN_3hGcYj5 zh;!Ro^g)~#df)hk_Bn#oPu0G@Q|KGyeD1y)7yEEQ+nVfftI|5qDp5~wPQV?tCVrs^ z^K*TWiOYShpAp$@ePG51`(|I?)&|*|O7QoF5>IaA<$tTnz{0ri3ya5TBKNs2@_lVa zq4210wWd117R6}=^#iy{YsMfKPm772L;c(%Rg}fShj3>%mDd$9Ij}ylZYe)ff{!r! z;f*}r`ucGG^H0y;(Bhe$Bk|F`wXOEyEdNsbBWBiaDS_w}hr;;DN7^9Y&x^?o>t~uY_ek{L#UbL;ARn9@uXq^Tn?YM4p6(Y$ z-05fg`GyAfeZ;N8e_S3xylY256(12Ddz4`mKi02mK5yd(#2}aEi-joOB4UJvz@jmk z-HdE@hHUPrkPDfs%!>IG3N`_-1QR^jzEPy(M98Q_4v!H5uz~fE97s6iCR`EFihK>C z4WP%+M-bZbgc!sSE{40k&H;L4!^u)qJo1T^s=dOYGWlcLF@vD=d~6n&IRvtF40W^X z;{{-TS{Nld++JdhoEO7FMde5D&0$QzVFTX179cK;5LJ3}6+7@e0S6ue|0r_+^a%vj z^Y$8|aRg1Pt;g#5USXG;7ZZc{*E@JwN@Q15hC3#P_wu_`J%c3kShYETd#wIh@7VHI z5WDwy)H%Q~#x;cJ`RvI%oGZT5%?;Mw8N!BT{elrYKH=|&ME zGZc9aycse);bfYW_BltN$ze(Gm*j5{Wb?ZxX161tG)Z>djW|I44p9_pwKYFnMU+{q zB?bv7$=1Vmr|En0yG*c$f575K1M#gaP><0Hn}MuSF~|H{MZS<6N>#EpcAquUC`s9Y zr0hVxOapWzGL@qI7B##^x3ko0jkc2HNf{{Fm0O9`z-DM?PHD`uT0ImVNriMd(Xp6g zwWBriO_997E1>#h&^tNQ8V|#VG2%_oM(emK`66W~_#3}7O-(I*ZRvT`tgj8dh>WI$ za!D=XDr-d*PE6H)XPBqdNveIN>80NrnKOn43bcH!X{E0W&MP7V+%gkm84%Sw zo!T%lgQDi~YZ89d$o!(YO0_qMV~EjvBL=5V`4$#ohAm+-tHve@O~}`3?ND@m59MO5 zcDL*LBmva2wHjj5S}o=BM6I^x^a8CM4D8-)n*KxFc5rc$lGhB4TY3fBy4|~TP@q&0X(0SEymBzWQ5qd4Y-HsrJhg!q6sa!sqe?>^XnlBVs_*bo z13U(KdVO2fkU1?Q2EZJ1@a&ns(pUS&w*HYe$PDy;Mqb;cOKI<3y9?irwaww$O9Qnx z4JxckEBv{7Q%Nb|_e^;3e}>mH;lU5bW}NMt+p5UUD7agnYV4J*f%%C^Uit2WTeyS; zdFFcWUQU56^*tO+lAM6UEJjKhDCQyfCfFoUVKx#_%jVh|QUXzR%yi5bs=N%Av2msH zQY3{!y)*U#=G#K_N$}MM!o?#8Ld#Us;cqP=UMylc$vOn&VdIq*n)3s?kz`q+liUhU zC>Us1r7GE7+fMRhtxIh)-On|QO;m4>#@N&{^$p7VD|AE@a4K3E24!hQ-5_H`6j{bm z!!%ko7-U&Jqe&N3&$cPT(m!NVuq~5p3(qW`7M?jg^N>v;$=o9E+I#64#+GJBBWtS| zLmWb0l9=hy5CDs_s$Hu~A(8eg1#Z1FX^>0DJ-6v(ZXAf;;bivC&|IVkVpy!aK_dyn zIjl0&!C7aq-ar;MHe3C&XX=s*8f9~lO`Avt5?K_&GkbHco z_YbJ-v&X+qkM?%>Xb;xLmVp}VtEKN4!hEEX4YEaQ=~2wU5IL&Df>-d&3^GFt&ank& z`kCndkREX_Mw^JwO+?R#z_*dtvK?n&$JId=c1CuLs2X+*`|4Zr!IRWOYkqLI$QD=Z zeQ#`WEWl^mS;~`rhQ_&*ybU%;lHm#qQ68f@OK8{f|_kqb->h?Lqf;S6zr zm)aFchE1xH+chDcJ)NB9l{LDNo7**|Jz}=ekxY;6Xpdh06MERMkRg@S!?w>z z&uMZEbO?;BSZ+0%GK%-9fR0W&Zn{K}yn+HkZvY#KULKEAIMf-UwNF(_thQBy)C6a7 z=M{ovc?~rrSgl-it*^E6(Y3e$7}r`l0p#!u&RBwzbS7)v$g2_J)#xmYLW0M++e<%O zx&GnO9UBn@nLA?|2O=p?X!l75!Bn)K6!`5uQQN@LHE~-m(2cWS5*bUdqBE;;b_b~K zcp}LTM?J;VVY~&KrsIPeVxey5KQIm3kpdes5FShdi)0(EbR4)T5wUx+H!(iSzfBJB z&OVlEAg25jJ5r5LO7P!sU}0T_e!I$5h?$Av-=r3Z?8Zi z>FNL8@|}@z4O%BX8X$I$ei;-0SYV?Jb>{EbZWL!CF)P7*K;}%ZhWY zJktFir?plAg33jI5*I(k+3=`s27yNHfPm)LO2Nm_^NHxozAnGynSR;VTjhb#H)y2% z`Dk8%n-=|?tfE%B`(-*7lm}_1;5Ce#6vl>zIrP?){B=qPm<0u|HXW33>W#6ZF?~vN zvr9ds5R}NAv*iZf)iKGVc|vwj>6LHay7tcU@?7eyDtB!9yb~eas2qAy1NK`|l0^XC z#D^kz5%VM&3Sqny8!0`I*QvGi4yKZ1!D&8XZMqSgnUf8>F>(%%x5U7ix=w>WmoVx% zmLCRdI4P5rOsZJ4;Y6nvRxw7!C-iKT9F2^%?c!SpAGYP_uy`IbD2B-pr~wKm5kFXf zLlghQh%ro*(^?5-XyHB3%MxzAW2u)0pZFvyJ&qbjvXqw4k>1naHLxsw(@2q%SV+hz za113+Lc>%!Em9*zUEr$%pXVD(vI|ORF}-M_-g7dyuDo;g1AGn2-b=-ksJGBaq65_> zP^FB#OT$#TMGa4|=E%qdd80MLGQefrjb@26MU0@2I401HF4?D(@$ z8M?c<8xn+HlyAtBen20PpW$ns@|1T20dlHmhNN~W!w512d-~p|s!mn)e7&>NbnyJ+ zKffLBZ#&LEsj>c4(YWh4uAZSH9N{L;$nCl=)xE?U`CZ@Eebg)6img{ruXd}pUPZmu zt)X5M^?}!|%bEzDy4?Wp2HuSaj%bSd-yBhwRTiB0T@3zlhC{nW1C`0$^eXr(}KGbIy~A zEE_oDrQ1!?_y^47sbG;+7>lyBpTxjux98B|P%461?9pzsbE!1c%7u{P_?Z2!{gDOx z+&O7g7eN@Nd?dqg(G0^;CMF5hx5My<2~UcVdKii5Bo~W(^wuF#iKK+j%0d%l*FgSjE~#DKhm+0hhvQLfz(GKmP&1o zG#R!%o?5%?;UHZ>5xAAc73$;!WGWA>KlJOWd?) zzAfHCYg@bve!Zva0LQ-s)`A`dzbq3DHSbF{lt!v-0G4MH%|;W$PZP;Td_0cR0XV{q zwHZ&6>_U@yiJpSx#34dyqUEV%LiXbnY}0bg6?m6SSzl!%yZQpukSsRrfM~eH(ju}) zN)k&8)_kpDeJq`36A&v&Xy-wEF4HxqxERLKkPWR{Ecg15^)tofU-@X9NPB4MC_m=L zZGQ^F#sg4at$ERph3VUACZukkpzIyzJ_Q0tXda#>S#$>a=Jd+P$mc9sj+u2`_6gIV zVVJvZ+YaS3zv$z%oZfWuIGGIMlwI)DSjB0RK{J9I&d_a!P{^7{&{(b>{endH$cJ*; z`-`?x$JonS=71aP*2Q^=JeNu97m9P6-OCr7YA5F9~I~nvyDu`3qZ)C&pF9!VBMlT!HMiXtoS_5Jb#Q?3nLPB2s zt+h`9`w4L0vJ}3xX;z7vrghXrE}<%ER1BrsGyWIE9bf}FOdRFG7-6`?MZN%dYp@GF z6SuBPu*7|vy=+qwgLb9&rETrd3;Ql*&V~J%=>$KSxW`CXPGXwM=W5 zL$j?V^Eyvd15;Z5!iV7(Rcl%G8oDB%))o)d>2Cq;qB8g9&iBsTy@P8AKzXz4kECI| z2yPTlh(|fpmapEx5_N-$x2RYpB8zzoDM}iol~EWz#CQ(dn_VkmFGpKmzKaEDg~N1u zs7`ss0;Kd~9OD9_H+ON5@knp8?gKz1isuoy1esfn-193QYXs$9@1dN2rc|aV=I7ZS z(jfBa^aFz^Z4g?qTCSJ@5$SZROZ6&h&%HI7uZlY;#r-4Z=HgaY;x0!O*?v~-usOSr zBS?XZIgGd= zyE#88Nzt*J6|!`xLNO`rH~B5KYL$ur^PSRmGId4Dmr1bpcjbt1r2;6t`H0G+wHQ zGW?4ggBQF9nCe$lT%tk~rxYu{!?5-BQUQTG+sjq3niO5;JhiR8@xg!?K`!}8Y11e7 zWr8cpnw0-f%IChV-rgV;{8`8(_vZnLWl^sYd^x(PQ1E=YRK))|`LT0Wvp#&YupF*M zWEyKU_$8UAZR6rbK)4#?&TV*{;u@ST5qY!yGQzBe7k-?YpO40dH0?g6z~|0d1)^bg zfh?MWLx^J<*Qpq3)m}_&-ooX$ijpNoalV|v&A6l=5N1n73v@%44e4BG^&W(v$xwh@LD0Ha5^ai9 z?xm7gkbxoT9{UfhDd0Tj57io=)?tS3B`r|z8uXxhxdF+V zeZM*qiI8DDx3{;|vw0nDd8NFrvQ&y7lQZ!kcbDDsKkhz{GA~WM4AOYRFp6hVcwxf5 zL7HSyG85iVrV}p?%i$;)6>}5uJoB<>B06^NgaguJUgcsK&f+Y$p-Z%55l`ney34jY zjHdHTrx(&4d2@M@K#vD|qXf6~vN4X0EeJ z$P-Dp9}DH3p4sh~zB>}xNT#!?Ukf=;r*!X*DapC>iXM1l$gALf__8-nC!)v0q&Gdv z#%Z!W{djvQh1ie8b|%BYp^!b1JnhBNemUdg?r(c4%Ea~*qv1%XUVx=g#mY6h)1$my z^aZQ)TR2YLMq{u#vzdAN`@wO~^71-n$qJe`@GRH}9xB(so^dO3F&lsFRv&^`7zf4y zlWoq33QV|}#m(1DZh^N?Dw(q|UNUaIHYw=fOm_dVY+|9`T3Tot&qh(wspd|hG`Wsp zJtwb0r$wjVET&Du1merwm0}cO2bs4Xm7e&p*oVmtT2GoTnrom|swo76E8an`q6jgV zYr0U6d&KDSUJxe7lA0^XS)~Oa!`~nB$6%7J;>r({;Ah+6;GL?CC9I7zOWNs;u_u;@6m3s^Xbm#yTNCBU%X-Rmso#Z6<13yDMcJcNuU1z0h86}-!9;BAc8(X;l-Dgm|vfHmI&SO)-m zh(*?y@1qAOwT;(>&T{3fvp`mv-N$65HP7a^&)w#N>GO7s zNc~Eu!R}rrCSP|fEqY!7qD@p0V-_}DJ`{w+>pTAq1jUWg7z0Zpj<|7bW#+! z;z*2Xdgxy+t$&lsWkNt9wB9A?oe@K;D=?PoQx`s*yUD;&gNWE3j$XU|O?LipF9oKhCP}stSgaUg}_344v2^RR-2#(^n4tzPpx z<9m}r7-5CfM->HaUKF@@y%HPzCO|ZJD&&5Oy5~qcJo1@V!MW6aYbkvJ$ESW&WHyBZ z6xGcJy9x)KZ~u(M7q9;L>W75PNKE7wtsPY z=sZyv|98Zml})GM=jbm5Kw4(=I~NOZCY|>?wH%ow2`3^5@_Il~I*W;J1i_P87#Ab5 zOK0||`Ggw!P>}biq1^x0W%RYEkkVP0=Bfr7B&1r~THk1Iv?_X}-?>7k4QKcu!D*6Q z!mpOKsw7PJua#U^S2a_aK8?7Lk}|j7T8$O;CzYfA&9j}|P>$%s2XUr9hy2EJd=f^9 z&Vv4>WmgdfN~1`jYF*~)QcsJhi;7dFujI_#dxgsWKn|*CRRi&|`dPNszSefzYySi5 C6Siys literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/__pycache__/terminal.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/__pycache__/terminal.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c1d5ca187396c09077faf5eafc53953245dd7d43 GIT binary patch literal 45963 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 z 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 JcoE@F{sN;@wZZ@Z literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/__pycache__/tmpdir.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/__pycache__/tmpdir.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c6be0fd3c7c3ff0ce17a1da2e695e76ec429ab5a GIT binary patch literal 8916 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 GLH%#VcxeCt literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/__pycache__/unittest.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/__pycache__/unittest.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e4cf8004ae62f0069d20230cd0f61ebd30ed00fa GIT binary patch literal 12587 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 YChh6z+;3$sc9-qbTAEf?X64+{#YU3ykaWb|s#4 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 Odn|vB7f87mCjJL)xTw?s literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/__pycache__/warnings.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/__pycache__/warnings.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3c12962a1b92bc96122b69992c271706f184d36b GIT binary patch literal 4268 zcmb_fTa(;Y5!P)q8qH>h zZvC{`v=#jR@UPd0cNZ1q&otQoGcmZVC~Eq1RZ*D2)KH03S5=ADLM_r=UDA4JxCZ8o zuo9WBDd#Gnt8TUATdoDZ8P+1(wdGtDblt5>+5+8h8*0dCz#6Q{TAyfaj2PKfSB5Gwem?fcFx6SxO&2z@SHS%$`Zi z*vC5y9=&&gElb|XeY^&EUGRGBqU4=o`c0+t>R-w49W}4}ahzm+79??sVXL3S8UG-Q z{Ma9Gv4W}EJ3QvX&k}(__1z%DAOv~TACJRrZ_5{P5D&cdAOwfjFyBhz^ zlMT5u2p;g*$#|M|os@HDm}TSiQm@C7e%c*xOGY9FJs$Vc%wG$6ZI*ycw?D#T0W?c(^1_vGzsG1fgf&iFAU%SRWxDOQ$>(@f4_~zBi>_v+`~e{ zBwilBw!AJlUkmthCj34Og(eSrVX#(8yw?3rFU8RJ{bQ%RAQ88nr+z?bK+kY;Ia(HD>Q>zfx4?{x9!8 zoY>5GAM|bITgudgr$CGgy7sV2xb>-2Fe^k&-`AZYXyEYzW%s z|co#NY)*Q(p!5=mWy5W`@@+oSWregb21SO zfFG&UXLYrVt1{L+!TX6|oI!io>bV&wj0a3mFy|KhAkmKA*?{OE?JT(FfM>`!cX1<5 zwqlQFJz6o;Aei~I**a{gXdX-%Az=po7=z<2(N^)+#o##rKfxBe|Xq!_WdyQhCvGa z4*I#lf_~Pi7im`s$otYS0_9k73H^bxGc0%K`Vk}inN8$+m<*&Qxj{uDxBTA_+Wko^UMDhYW>7Kq=00B$HdYNkHcGJUE(QZXhh zso*kkRi9LLG(0V)Zq&qYCJo?<8rF97+e*A>D4D%sixm~QttvlL;_G*S8jtHFFEPoG zZ#`uC;Grb5dMSriB zO|D#xsn#LektUJcj&wpY6;o>{HV&{IphCEm6l!hx>7Hs`dt%%~L7mJwh!H1BAREN% zNw?EN%`Q$?IAmE9{K(JB2oPP&iQ~kufE%2$H8&|(<0LoenVW^Wd3~RHdHq^M{Y8$r*6X=5#0a~p*ioa|+5xxOjF!>Mqz z)VM@FFH1Ze*?U+ZeFZl~Gf`XVlK+1gRU1K%)KE>Wfs|M%WEi^;bErH&P z3)jlT_Ie<&9QDGWWn#DJ-asthyf z6XOe-S#~<&GM0I&7X}eLThNx^>DGmU4dv?7I4qWs- zT8nxhnAZmS%O+XOn&juO?n|=sslHMeaGACTaAJG$4$;(z9uDzY^_i*XrJE7z!}b)i zg>l9q$mY_#rrOdxQG|Uphr` zd_J@eWY0ysLfJ$4^F@P7Dh>Zq42dhWrz(C#^dap}m)eJk&pfD}1%4>CqGmh&HQp%l z!#EH}@6v*&bKCRQH|bNv^8`6Nx2a7;bBB)vq0??>Y1YiP$0#R)I&e{;n}eI%DnA#x zr4wXJLUpxhKN>T3guYWIquZQKQTLTffO6Zjxmlpdz;?~TF8OUyIDwGPwJ4i{XdD(P zPWd1xZUh~RAhY&4NV-b49@clGgl&fW4YD%*CT1|6>mtJk3X{hs6 MT$ZiQ+qm%j4|649Hvj+t literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/_argcomplete.py b/env/lib/python3.8/site-packages/_pytest/_argcomplete.py new file mode 100644 index 000000000..59426ef94 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/_argcomplete.py @@ -0,0 +1,117 @@ +"""Allow bash-completion for argparse with argcomplete if installed. + +Needs argcomplete>=0.5.6 for python 3.2/3.3 (older versions fail +to find the magic string, so _ARGCOMPLETE env. var is never set, and +this does not need special code). + +Function try_argcomplete(parser) should be called directly before +the call to ArgumentParser.parse_args(). + +The filescompleter is what you normally would use on the positional +arguments specification, in order to get "dirname/" after "dirn" +instead of the default "dirname ": + + optparser.add_argument(Config._file_or_dir, nargs='*').completer=filescompleter + +Other, application specific, completers should go in the file +doing the add_argument calls as they need to be specified as .completer +attributes as well. (If argcomplete is not installed, the function the +attribute points to will not be used). + +SPEEDUP +======= + +The generic argcomplete script for bash-completion +(/etc/bash_completion.d/python-argcomplete.sh) +uses a python program to determine startup script generated by pip. +You can speed up completion somewhat by changing this script to include + # PYTHON_ARGCOMPLETE_OK +so the python-argcomplete-check-easy-install-script does not +need to be called to find the entry point of the code and see if that is +marked with PYTHON_ARGCOMPLETE_OK. + +INSTALL/DEBUGGING +================= + +To include this support in another application that has setup.py generated +scripts: + +- Add the line: + # PYTHON_ARGCOMPLETE_OK + near the top of the main python entry point. + +- Include in the file calling parse_args(): + from _argcomplete import try_argcomplete, filescompleter + Call try_argcomplete just before parse_args(), and optionally add + filescompleter to the positional arguments' add_argument(). + +If things do not work right away: + +- Switch on argcomplete debugging with (also helpful when doing custom + completers): + export _ARC_DEBUG=1 + +- Run: + python-argcomplete-check-easy-install-script $(which appname) + echo $? + will echo 0 if the magic line has been found, 1 if not. + +- Sometimes it helps to find early on errors using: + _ARGCOMPLETE=1 _ARC_DEBUG=1 appname + which should throw a KeyError: 'COMPLINE' (which is properly set by the + global argcomplete script). +""" + +from __future__ import annotations + +import argparse +from glob import glob +import os +import sys +from typing import Any + + +class FastFilesCompleter: + """Fast file completer class.""" + + def __init__(self, directories: bool = True) -> None: + self.directories = directories + + def __call__(self, prefix: str, **kwargs: Any) -> list[str]: + # Only called on non option completions. + if os.sep in prefix[1:]: + prefix_dir = len(os.path.dirname(prefix) + os.sep) + else: + prefix_dir = 0 + completion = [] + globbed = [] + if "*" not in prefix and "?" not in prefix: + # We are on unix, otherwise no bash. + if not prefix or prefix[-1] == os.sep: + globbed.extend(glob(prefix + ".*")) + prefix += "*" + globbed.extend(glob(prefix)) + for x in sorted(globbed): + if os.path.isdir(x): + x += "/" + # Append stripping the prefix (like bash, not like compgen). + completion.append(x[prefix_dir:]) + return completion + + +if os.environ.get("_ARGCOMPLETE"): + try: + import argcomplete.completers + except ImportError: + sys.exit(-1) + filescompleter: FastFilesCompleter | None = FastFilesCompleter() + + def try_argcomplete(parser: argparse.ArgumentParser) -> None: + argcomplete.autocomplete(parser, always_complete_options=False) + +else: + + def try_argcomplete(parser: argparse.ArgumentParser) -> None: + pass + + filescompleter = None diff --git a/env/lib/python3.8/site-packages/_pytest/_code/__init__.py b/env/lib/python3.8/site-packages/_pytest/_code/__init__.py new file mode 100644 index 000000000..0bfde4260 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/_code/__init__.py @@ -0,0 +1,26 @@ +"""Python inspection/code generation API.""" + +from __future__ import annotations + +from .code import Code +from .code import ExceptionInfo +from .code import filter_traceback +from .code import Frame +from .code import getfslineno +from .code import Traceback +from .code import TracebackEntry +from .source import getrawcode +from .source import Source + + +__all__ = [ + "Code", + "ExceptionInfo", + "filter_traceback", + "Frame", + "getfslineno", + "getrawcode", + "Traceback", + "TracebackEntry", + "Source", +] diff --git a/env/lib/python3.8/site-packages/_pytest/_code/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/_code/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c46aef90339969d7f4986f4d17937f80427dfaeb GIT binary patch literal 695 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/_code/__pycache__/source.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/_code/__pycache__/source.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c0739546f57452538c618bbd134f449845c08240 GIT binary patch literal 7150 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 Cq;X0B literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/_code/code.py b/env/lib/python3.8/site-packages/_pytest/_code/code.py new file mode 100644 index 000000000..fec627b3a --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/_code/code.py @@ -0,0 +1,1409 @@ +# mypy: allow-untyped-defs +from __future__ import annotations + +import ast +import dataclasses +import inspect +from inspect import CO_VARARGS +from inspect import CO_VARKEYWORDS +from io import StringIO +import os +from pathlib import Path +import re +import sys +import traceback +from traceback import format_exception_only +from types import CodeType +from types import FrameType +from types import TracebackType +from typing import Any +from typing import Callable +from typing import ClassVar +from typing import Final +from typing import final +from typing import Generic +from typing import Iterable +from typing import List +from typing import Literal +from typing import Mapping +from typing import overload +from typing import Pattern +from typing import Sequence +from typing import SupportsIndex +from typing import Tuple +from typing import Type +from typing import TypeVar +from typing import Union + +import pluggy + +import _pytest +from _pytest._code.source import findsource +from _pytest._code.source import getrawcode +from _pytest._code.source import getstatementrange_ast +from _pytest._code.source import Source +from _pytest._io import TerminalWriter +from _pytest._io.saferepr import safeformat +from _pytest._io.saferepr import saferepr +from _pytest.compat import get_real_func +from _pytest.deprecated import check_ispytest +from _pytest.pathlib import absolutepath +from _pytest.pathlib import bestrelpath + + +if sys.version_info < (3, 11): + from exceptiongroup import BaseExceptionGroup + +TracebackStyle = Literal["long", "short", "line", "no", "native", "value", "auto"] + +EXCEPTION_OR_MORE = Union[Type[BaseException], Tuple[Type[BaseException], ...]] + + +class Code: + """Wrapper around Python code objects.""" + + __slots__ = ("raw",) + + def __init__(self, obj: CodeType) -> None: + self.raw = obj + + @classmethod + def from_function(cls, obj: object) -> Code: + return cls(getrawcode(obj)) + + def __eq__(self, other): + return self.raw == other.raw + + # Ignore type because of https://github.com/python/mypy/issues/4266. + __hash__ = None # type: ignore + + @property + def firstlineno(self) -> int: + return self.raw.co_firstlineno - 1 + + @property + def name(self) -> str: + return self.raw.co_name + + @property + def path(self) -> Path | str: + """Return a path object pointing to source code, or an ``str`` in + case of ``OSError`` / non-existing file.""" + if not self.raw.co_filename: + return "" + try: + p = absolutepath(self.raw.co_filename) + # maybe don't try this checking + if not p.exists(): + raise OSError("path check failed.") + return p + except OSError: + # XXX maybe try harder like the weird logic + # in the standard lib [linecache.updatecache] does? + return self.raw.co_filename + + @property + def fullsource(self) -> Source | None: + """Return a _pytest._code.Source object for the full source file of the code.""" + full, _ = findsource(self.raw) + return full + + def source(self) -> Source: + """Return a _pytest._code.Source object for the code object's source only.""" + # return source only for that part of code + return Source(self.raw) + + def getargs(self, var: bool = False) -> tuple[str, ...]: + """Return a tuple with the argument names for the code object. + + If 'var' is set True also return the names of the variable and + keyword arguments when present. + """ + # Handy shortcut for getting args. + raw = self.raw + argcount = raw.co_argcount + if var: + argcount += raw.co_flags & CO_VARARGS + argcount += raw.co_flags & CO_VARKEYWORDS + return raw.co_varnames[:argcount] + + +class Frame: + """Wrapper around a Python frame holding f_locals and f_globals + in which expressions can be evaluated.""" + + __slots__ = ("raw",) + + def __init__(self, frame: FrameType) -> None: + self.raw = frame + + @property + def lineno(self) -> int: + return self.raw.f_lineno - 1 + + @property + def f_globals(self) -> dict[str, Any]: + return self.raw.f_globals + + @property + def f_locals(self) -> dict[str, Any]: + return self.raw.f_locals + + @property + def code(self) -> Code: + return Code(self.raw.f_code) + + @property + def statement(self) -> Source: + """Statement this frame is at.""" + if self.code.fullsource is None: + return Source("") + return self.code.fullsource.getstatement(self.lineno) + + def eval(self, code, **vars): + """Evaluate 'code' in the frame. + + 'vars' are optional additional local variables. + + Returns the result of the evaluation. + """ + f_locals = self.f_locals.copy() + f_locals.update(vars) + return eval(code, self.f_globals, f_locals) + + def repr(self, object: object) -> str: + """Return a 'safe' (non-recursive, one-line) string repr for 'object'.""" + return saferepr(object) + + def getargs(self, var: bool = False): + """Return a list of tuples (name, value) for all arguments. + + If 'var' is set True, also include the variable and keyword arguments + when present. + """ + retval = [] + for arg in self.code.getargs(var): + try: + retval.append((arg, self.f_locals[arg])) + except KeyError: + pass # this can occur when using Psyco + return retval + + +class TracebackEntry: + """A single entry in a Traceback.""" + + __slots__ = ("_rawentry", "_repr_style") + + def __init__( + self, + rawentry: TracebackType, + repr_style: Literal["short", "long"] | None = None, + ) -> None: + self._rawentry: Final = rawentry + self._repr_style: Final = repr_style + + def with_repr_style( + self, repr_style: Literal["short", "long"] | None + ) -> TracebackEntry: + return TracebackEntry(self._rawentry, repr_style) + + @property + def lineno(self) -> int: + return self._rawentry.tb_lineno - 1 + + @property + def frame(self) -> Frame: + return Frame(self._rawentry.tb_frame) + + @property + def relline(self) -> int: + return self.lineno - self.frame.code.firstlineno + + def __repr__(self) -> str: + return "" % (self.frame.code.path, self.lineno + 1) + + @property + def statement(self) -> Source: + """_pytest._code.Source object for the current statement.""" + source = self.frame.code.fullsource + assert source is not None + return source.getstatement(self.lineno) + + @property + def path(self) -> Path | str: + """Path to the source code.""" + return self.frame.code.path + + @property + def locals(self) -> dict[str, Any]: + """Locals of underlying frame.""" + return self.frame.f_locals + + def getfirstlinesource(self) -> int: + return self.frame.code.firstlineno + + def getsource( + self, astcache: dict[str | Path, ast.AST] | None = None + ) -> Source | None: + """Return failing source code.""" + # we use the passed in astcache to not reparse asttrees + # within exception info printing + source = self.frame.code.fullsource + if source is None: + return None + key = astnode = None + if astcache is not None: + key = self.frame.code.path + if key is not None: + astnode = astcache.get(key, None) + start = self.getfirstlinesource() + try: + astnode, _, end = getstatementrange_ast( + self.lineno, source, astnode=astnode + ) + except SyntaxError: + end = self.lineno + 1 + else: + if key is not None and astcache is not None: + astcache[key] = astnode + return source[start:end] + + source = property(getsource) + + def ishidden(self, excinfo: ExceptionInfo[BaseException] | None) -> bool: + """Return True if the current frame has a var __tracebackhide__ + resolving to True. + + If __tracebackhide__ is a callable, it gets called with the + ExceptionInfo instance and can decide whether to hide the traceback. + + Mostly for internal use. + """ + tbh: bool | Callable[[ExceptionInfo[BaseException] | None], bool] = False + for maybe_ns_dct in (self.frame.f_locals, self.frame.f_globals): + # in normal cases, f_locals and f_globals are dictionaries + # however via `exec(...)` / `eval(...)` they can be other types + # (even incorrect types!). + # as such, we suppress all exceptions while accessing __tracebackhide__ + try: + tbh = maybe_ns_dct["__tracebackhide__"] + except Exception: + pass + else: + break + if tbh and callable(tbh): + return tbh(excinfo) + return tbh + + def __str__(self) -> str: + name = self.frame.code.name + try: + line = str(self.statement).lstrip() + except KeyboardInterrupt: + raise + except BaseException: + line = "???" + # This output does not quite match Python's repr for traceback entries, + # but changing it to do so would break certain plugins. See + # https://github.com/pytest-dev/pytest/pull/7535/ for details. + return " File %r:%d in %s\n %s\n" % ( + str(self.path), + self.lineno + 1, + name, + line, + ) + + @property + def name(self) -> str: + """co_name of underlying code.""" + return self.frame.code.raw.co_name + + +class Traceback(List[TracebackEntry]): + """Traceback objects encapsulate and offer higher level access to Traceback entries.""" + + def __init__( + self, + tb: TracebackType | Iterable[TracebackEntry], + ) -> None: + """Initialize from given python traceback object and ExceptionInfo.""" + if isinstance(tb, TracebackType): + + def f(cur: TracebackType) -> Iterable[TracebackEntry]: + cur_: TracebackType | None = cur + while cur_ is not None: + yield TracebackEntry(cur_) + cur_ = cur_.tb_next + + super().__init__(f(tb)) + else: + super().__init__(tb) + + def cut( + self, + path: os.PathLike[str] | str | None = None, + lineno: int | None = None, + firstlineno: int | None = None, + excludepath: os.PathLike[str] | None = None, + ) -> Traceback: + """Return a Traceback instance wrapping part of this Traceback. + + By providing any combination of path, lineno and firstlineno, the + first frame to start the to-be-returned traceback is determined. + + This allows cutting the first part of a Traceback instance e.g. + for formatting reasons (removing some uninteresting bits that deal + with handling of the exception/traceback). + """ + path_ = None if path is None else os.fspath(path) + excludepath_ = None if excludepath is None else os.fspath(excludepath) + for x in self: + code = x.frame.code + codepath = code.path + if path is not None and str(codepath) != path_: + continue + if ( + excludepath is not None + and isinstance(codepath, Path) + and excludepath_ in (str(p) for p in codepath.parents) # type: ignore[operator] + ): + continue + if lineno is not None and x.lineno != lineno: + continue + if firstlineno is not None and x.frame.code.firstlineno != firstlineno: + continue + return Traceback(x._rawentry) + return self + + @overload + def __getitem__(self, key: SupportsIndex) -> TracebackEntry: ... + + @overload + def __getitem__(self, key: slice) -> Traceback: ... + + def __getitem__(self, key: SupportsIndex | slice) -> TracebackEntry | Traceback: + if isinstance(key, slice): + return self.__class__(super().__getitem__(key)) + else: + return super().__getitem__(key) + + def filter( + self, + excinfo_or_fn: ExceptionInfo[BaseException] | Callable[[TracebackEntry], bool], + /, + ) -> Traceback: + """Return a Traceback instance with certain items removed. + + If the filter is an `ExceptionInfo`, removes all the ``TracebackEntry``s + which are hidden (see ishidden() above). + + Otherwise, the filter is a function that gets a single argument, a + ``TracebackEntry`` instance, and should return True when the item should + be added to the ``Traceback``, False when not. + """ + if isinstance(excinfo_or_fn, ExceptionInfo): + fn = lambda x: not x.ishidden(excinfo_or_fn) # noqa: E731 + else: + fn = excinfo_or_fn + return Traceback(filter(fn, self)) + + def recursionindex(self) -> int | None: + """Return the index of the frame/TracebackEntry where recursion originates if + appropriate, None if no recursion occurred.""" + cache: dict[tuple[Any, int, int], list[dict[str, Any]]] = {} + for i, entry in enumerate(self): + # id for the code.raw is needed to work around + # the strange metaprogramming in the decorator lib from pypi + # which generates code objects that have hash/value equality + # XXX needs a test + key = entry.frame.code.path, id(entry.frame.code.raw), entry.lineno + values = cache.setdefault(key, []) + # Since Python 3.13 f_locals is a proxy, freeze it. + loc = dict(entry.frame.f_locals) + if values: + for otherloc in values: + if otherloc == loc: + return i + values.append(loc) + return None + + +E = TypeVar("E", bound=BaseException, covariant=True) + + +@final +@dataclasses.dataclass +class ExceptionInfo(Generic[E]): + """Wraps sys.exc_info() objects and offers help for navigating the traceback.""" + + _assert_start_repr: ClassVar = "AssertionError('assert " + + _excinfo: tuple[type[E], E, TracebackType] | None + _striptext: str + _traceback: Traceback | None + + def __init__( + self, + excinfo: tuple[type[E], E, TracebackType] | None, + striptext: str = "", + traceback: Traceback | None = None, + *, + _ispytest: bool = False, + ) -> None: + check_ispytest(_ispytest) + self._excinfo = excinfo + self._striptext = striptext + self._traceback = traceback + + @classmethod + def from_exception( + cls, + # Ignoring error: "Cannot use a covariant type variable as a parameter". + # This is OK to ignore because this class is (conceptually) readonly. + # See https://github.com/python/mypy/issues/7049. + exception: E, # type: ignore[misc] + exprinfo: str | None = None, + ) -> ExceptionInfo[E]: + """Return an ExceptionInfo for an existing exception. + + The exception must have a non-``None`` ``__traceback__`` attribute, + otherwise this function fails with an assertion error. This means that + the exception must have been raised, or added a traceback with the + :py:meth:`~BaseException.with_traceback()` method. + + :param exprinfo: + A text string helping to determine if we should strip + ``AssertionError`` from the output. Defaults to the exception + message/``__str__()``. + + .. versionadded:: 7.4 + """ + assert exception.__traceback__, ( + "Exceptions passed to ExcInfo.from_exception(...)" + " must have a non-None __traceback__." + ) + exc_info = (type(exception), exception, exception.__traceback__) + return cls.from_exc_info(exc_info, exprinfo) + + @classmethod + def from_exc_info( + cls, + exc_info: tuple[type[E], E, TracebackType], + exprinfo: str | None = None, + ) -> ExceptionInfo[E]: + """Like :func:`from_exception`, but using old-style exc_info tuple.""" + _striptext = "" + if exprinfo is None and isinstance(exc_info[1], AssertionError): + exprinfo = getattr(exc_info[1], "msg", None) + if exprinfo is None: + exprinfo = saferepr(exc_info[1]) + if exprinfo and exprinfo.startswith(cls._assert_start_repr): + _striptext = "AssertionError: " + + return cls(exc_info, _striptext, _ispytest=True) + + @classmethod + def from_current(cls, exprinfo: str | None = None) -> ExceptionInfo[BaseException]: + """Return an ExceptionInfo matching the current traceback. + + .. warning:: + + Experimental API + + :param exprinfo: + A text string helping to determine if we should strip + ``AssertionError`` from the output. Defaults to the exception + message/``__str__()``. + """ + tup = sys.exc_info() + assert tup[0] is not None, "no current exception" + assert tup[1] is not None, "no current exception" + assert tup[2] is not None, "no current exception" + exc_info = (tup[0], tup[1], tup[2]) + return ExceptionInfo.from_exc_info(exc_info, exprinfo) + + @classmethod + def for_later(cls) -> ExceptionInfo[E]: + """Return an unfilled ExceptionInfo.""" + return cls(None, _ispytest=True) + + def fill_unfilled(self, exc_info: tuple[type[E], E, TracebackType]) -> None: + """Fill an unfilled ExceptionInfo created with ``for_later()``.""" + assert self._excinfo is None, "ExceptionInfo was already filled" + self._excinfo = exc_info + + @property + def type(self) -> type[E]: + """The exception class.""" + assert ( + self._excinfo is not None + ), ".type can only be used after the context manager exits" + return self._excinfo[0] + + @property + def value(self) -> E: + """The exception value.""" + assert ( + self._excinfo is not None + ), ".value can only be used after the context manager exits" + return self._excinfo[1] + + @property + def tb(self) -> TracebackType: + """The exception raw traceback.""" + assert ( + self._excinfo is not None + ), ".tb can only be used after the context manager exits" + return self._excinfo[2] + + @property + def typename(self) -> str: + """The type name of the exception.""" + assert ( + self._excinfo is not None + ), ".typename can only be used after the context manager exits" + return self.type.__name__ + + @property + def traceback(self) -> Traceback: + """The traceback.""" + if self._traceback is None: + self._traceback = Traceback(self.tb) + return self._traceback + + @traceback.setter + def traceback(self, value: Traceback) -> None: + self._traceback = value + + def __repr__(self) -> str: + if self._excinfo is None: + return "" + return f"<{self.__class__.__name__} {saferepr(self._excinfo[1])} tblen={len(self.traceback)}>" + + def exconly(self, tryshort: bool = False) -> str: + """Return the exception as a string. + + When 'tryshort' resolves to True, and the exception is an + AssertionError, only the actual exception part of the exception + representation is returned (so 'AssertionError: ' is removed from + the beginning). + """ + lines = format_exception_only(self.type, self.value) + text = "".join(lines) + text = text.rstrip() + if tryshort: + if text.startswith(self._striptext): + text = text[len(self._striptext) :] + return text + + def errisinstance(self, exc: EXCEPTION_OR_MORE) -> bool: + """Return True if the exception is an instance of exc. + + Consider using ``isinstance(excinfo.value, exc)`` instead. + """ + return isinstance(self.value, exc) + + def _getreprcrash(self) -> ReprFileLocation | None: + # Find last non-hidden traceback entry that led to the exception of the + # traceback, or None if all hidden. + for i in range(-1, -len(self.traceback) - 1, -1): + entry = self.traceback[i] + if not entry.ishidden(self): + path, lineno = entry.frame.code.raw.co_filename, entry.lineno + exconly = self.exconly(tryshort=True) + return ReprFileLocation(path, lineno + 1, exconly) + return None + + def getrepr( + self, + showlocals: bool = False, + style: TracebackStyle = "long", + abspath: bool = False, + tbfilter: bool + | Callable[[ExceptionInfo[BaseException]], _pytest._code.code.Traceback] = True, + funcargs: bool = False, + truncate_locals: bool = True, + truncate_args: bool = True, + chain: bool = True, + ) -> ReprExceptionInfo | ExceptionChainRepr: + """Return str()able representation of this exception info. + + :param bool showlocals: + Show locals per traceback entry. + Ignored if ``style=="native"``. + + :param str style: + long|short|line|no|native|value traceback style. + + :param bool abspath: + If paths should be changed to absolute or left unchanged. + + :param tbfilter: + A filter for traceback entries. + + * If false, don't hide any entries. + * If true, hide internal entries and entries that contain a local + variable ``__tracebackhide__ = True``. + * If a callable, delegates the filtering to the callable. + + Ignored if ``style`` is ``"native"``. + + :param bool funcargs: + Show fixtures ("funcargs" for legacy purposes) per traceback entry. + + :param bool truncate_locals: + With ``showlocals==True``, make sure locals can be safely represented as strings. + + :param bool truncate_args: + With ``showargs==True``, make sure args can be safely represented as strings. + + :param bool chain: + If chained exceptions in Python 3 should be shown. + + .. versionchanged:: 3.9 + + Added the ``chain`` parameter. + """ + if style == "native": + return ReprExceptionInfo( + reprtraceback=ReprTracebackNative( + traceback.format_exception( + self.type, + self.value, + self.traceback[0]._rawentry if self.traceback else None, + ) + ), + reprcrash=self._getreprcrash(), + ) + + fmt = FormattedExcinfo( + showlocals=showlocals, + style=style, + abspath=abspath, + tbfilter=tbfilter, + funcargs=funcargs, + truncate_locals=truncate_locals, + truncate_args=truncate_args, + chain=chain, + ) + return fmt.repr_excinfo(self) + + def _stringify_exception(self, exc: BaseException) -> str: + try: + notes = getattr(exc, "__notes__", []) + except KeyError: + # Workaround for https://github.com/python/cpython/issues/98778 on + # Python <= 3.9, and some 3.10 and 3.11 patch versions. + HTTPError = getattr(sys.modules.get("urllib.error", None), "HTTPError", ()) + if sys.version_info < (3, 12) and isinstance(exc, HTTPError): + notes = [] + else: + raise + + return "\n".join( + [ + str(exc), + *notes, + ] + ) + + def match(self, regexp: str | Pattern[str]) -> Literal[True]: + """Check whether the regular expression `regexp` matches the string + representation of the exception using :func:`python:re.search`. + + If it matches `True` is returned, otherwise an `AssertionError` is raised. + """ + __tracebackhide__ = True + value = self._stringify_exception(self.value) + msg = f"Regex pattern did not match.\n Regex: {regexp!r}\n Input: {value!r}" + if regexp == value: + msg += "\n Did you mean to `re.escape()` the regex?" + assert re.search(regexp, value), msg + # Return True to allow for "assert excinfo.match()". + return True + + def _group_contains( + self, + exc_group: BaseExceptionGroup[BaseException], + expected_exception: EXCEPTION_OR_MORE, + match: str | Pattern[str] | None, + target_depth: int | None = None, + current_depth: int = 1, + ) -> bool: + """Return `True` if a `BaseExceptionGroup` contains a matching exception.""" + if (target_depth is not None) and (current_depth > target_depth): + # already descended past the target depth + return False + for exc in exc_group.exceptions: + if isinstance(exc, BaseExceptionGroup): + if self._group_contains( + exc, expected_exception, match, target_depth, current_depth + 1 + ): + return True + if (target_depth is not None) and (current_depth != target_depth): + # not at the target depth, no match + continue + if not isinstance(exc, expected_exception): + continue + if match is not None: + value = self._stringify_exception(exc) + if not re.search(match, value): + continue + return True + return False + + def group_contains( + self, + expected_exception: EXCEPTION_OR_MORE, + *, + match: str | Pattern[str] | None = None, + depth: int | None = None, + ) -> bool: + """Check whether a captured exception group contains a matching exception. + + :param Type[BaseException] | Tuple[Type[BaseException]] expected_exception: + The expected exception type, or a tuple if one of multiple possible + exception types are expected. + + :param str | Pattern[str] | None match: + If specified, a string containing a regular expression, + or a regular expression object, that is tested against the string + representation of the exception and its `PEP-678 ` `__notes__` + using :func:`re.search`. + + To match a literal string that may contain :ref:`special characters + `, the pattern can first be escaped with :func:`re.escape`. + + :param Optional[int] depth: + If `None`, will search for a matching exception at any nesting depth. + If >= 1, will only match an exception if it's at the specified depth (depth = 1 being + the exceptions contained within the topmost exception group). + + .. versionadded:: 8.0 + """ + msg = "Captured exception is not an instance of `BaseExceptionGroup`" + assert isinstance(self.value, BaseExceptionGroup), msg + msg = "`depth` must be >= 1 if specified" + assert (depth is None) or (depth >= 1), msg + return self._group_contains(self.value, expected_exception, match, depth) + + +@dataclasses.dataclass +class FormattedExcinfo: + """Presenting information about failing Functions and Generators.""" + + # for traceback entries + flow_marker: ClassVar = ">" + fail_marker: ClassVar = "E" + + showlocals: bool = False + style: TracebackStyle = "long" + abspath: bool = True + tbfilter: bool | Callable[[ExceptionInfo[BaseException]], Traceback] = True + funcargs: bool = False + truncate_locals: bool = True + truncate_args: bool = True + chain: bool = True + astcache: dict[str | Path, ast.AST] = dataclasses.field( + default_factory=dict, init=False, repr=False + ) + + def _getindent(self, source: Source) -> int: + # Figure out indent for the given source. + try: + s = str(source.getstatement(len(source) - 1)) + except KeyboardInterrupt: + raise + except BaseException: + try: + s = str(source[-1]) + except KeyboardInterrupt: + raise + except BaseException: + return 0 + return 4 + (len(s) - len(s.lstrip())) + + def _getentrysource(self, entry: TracebackEntry) -> Source | None: + source = entry.getsource(self.astcache) + if source is not None: + source = source.deindent() + return source + + def repr_args(self, entry: TracebackEntry) -> ReprFuncArgs | None: + if self.funcargs: + args = [] + for argname, argvalue in entry.frame.getargs(var=True): + if self.truncate_args: + str_repr = saferepr(argvalue) + else: + str_repr = saferepr(argvalue, maxsize=None) + args.append((argname, str_repr)) + return ReprFuncArgs(args) + return None + + def get_source( + self, + source: Source | None, + line_index: int = -1, + excinfo: ExceptionInfo[BaseException] | None = None, + short: bool = False, + ) -> list[str]: + """Return formatted and marked up source lines.""" + lines = [] + if source is not None and line_index < 0: + line_index += len(source) + if source is None or line_index >= len(source.lines) or line_index < 0: + # `line_index` could still be outside `range(len(source.lines))` if + # we're processing AST with pathological position attributes. + source = Source("???") + line_index = 0 + space_prefix = " " + if short: + lines.append(space_prefix + source.lines[line_index].strip()) + else: + for line in source.lines[:line_index]: + lines.append(space_prefix + line) + lines.append(self.flow_marker + " " + source.lines[line_index]) + for line in source.lines[line_index + 1 :]: + lines.append(space_prefix + line) + if excinfo is not None: + indent = 4 if short else self._getindent(source) + lines.extend(self.get_exconly(excinfo, indent=indent, markall=True)) + return lines + + def get_exconly( + self, + excinfo: ExceptionInfo[BaseException], + indent: int = 4, + markall: bool = False, + ) -> list[str]: + lines = [] + indentstr = " " * indent + # Get the real exception information out. + exlines = excinfo.exconly(tryshort=True).split("\n") + failindent = self.fail_marker + indentstr[1:] + for line in exlines: + lines.append(failindent + line) + if not markall: + failindent = indentstr + return lines + + def repr_locals(self, locals: Mapping[str, object]) -> ReprLocals | None: + if self.showlocals: + lines = [] + keys = [loc for loc in locals if loc[0] != "@"] + keys.sort() + for name in keys: + value = locals[name] + if name == "__builtins__": + lines.append("__builtins__ = ") + else: + # This formatting could all be handled by the + # _repr() function, which is only reprlib.Repr in + # disguise, so is very configurable. + if self.truncate_locals: + str_repr = saferepr(value) + else: + str_repr = safeformat(value) + # if len(str_repr) < 70 or not isinstance(value, (list, tuple, dict)): + lines.append(f"{name:<10} = {str_repr}") + # else: + # self._line("%-10s =\\" % (name,)) + # # XXX + # pprint.pprint(value, stream=self.excinfowriter) + return ReprLocals(lines) + return None + + def repr_traceback_entry( + self, + entry: TracebackEntry | None, + excinfo: ExceptionInfo[BaseException] | None = None, + ) -> ReprEntry: + lines: list[str] = [] + style = ( + entry._repr_style + if entry is not None and entry._repr_style is not None + else self.style + ) + if style in ("short", "long") and entry is not None: + source = self._getentrysource(entry) + if source is None: + source = Source("???") + line_index = 0 + else: + line_index = entry.lineno - entry.getfirstlinesource() + short = style == "short" + reprargs = self.repr_args(entry) if not short else None + s = self.get_source(source, line_index, excinfo, short=short) + lines.extend(s) + if short: + message = f"in {entry.name}" + else: + message = excinfo and excinfo.typename or "" + entry_path = entry.path + path = self._makepath(entry_path) + reprfileloc = ReprFileLocation(path, entry.lineno + 1, message) + localsrepr = self.repr_locals(entry.locals) + return ReprEntry(lines, reprargs, localsrepr, reprfileloc, style) + elif style == "value": + if excinfo: + lines.extend(str(excinfo.value).split("\n")) + return ReprEntry(lines, None, None, None, style) + else: + if excinfo: + lines.extend(self.get_exconly(excinfo, indent=4)) + return ReprEntry(lines, None, None, None, style) + + def _makepath(self, path: Path | str) -> str: + if not self.abspath and isinstance(path, Path): + try: + np = bestrelpath(Path.cwd(), path) + except OSError: + return str(path) + if len(np) < len(str(path)): + return np + return str(path) + + def repr_traceback(self, excinfo: ExceptionInfo[BaseException]) -> ReprTraceback: + traceback = excinfo.traceback + if callable(self.tbfilter): + traceback = self.tbfilter(excinfo) + elif self.tbfilter: + traceback = traceback.filter(excinfo) + + if isinstance(excinfo.value, RecursionError): + traceback, extraline = self._truncate_recursive_traceback(traceback) + else: + extraline = None + + if not traceback: + if extraline is None: + extraline = "All traceback entries are hidden. Pass `--full-trace` to see hidden and internal frames." + entries = [self.repr_traceback_entry(None, excinfo)] + return ReprTraceback(entries, extraline, style=self.style) + + last = traceback[-1] + if self.style == "value": + entries = [self.repr_traceback_entry(last, excinfo)] + return ReprTraceback(entries, None, style=self.style) + + entries = [ + self.repr_traceback_entry(entry, excinfo if last == entry else None) + for entry in traceback + ] + return ReprTraceback(entries, extraline, style=self.style) + + def _truncate_recursive_traceback( + self, traceback: Traceback + ) -> tuple[Traceback, str | None]: + """Truncate the given recursive traceback trying to find the starting + point of the recursion. + + The detection is done by going through each traceback entry and + finding the point in which the locals of the frame are equal to the + locals of a previous frame (see ``recursionindex()``). + + Handle the situation where the recursion process might raise an + exception (for example comparing numpy arrays using equality raises a + TypeError), in which case we do our best to warn the user of the + error and show a limited traceback. + """ + try: + recursionindex = traceback.recursionindex() + except Exception as e: + max_frames = 10 + extraline: str | None = ( + "!!! Recursion error detected, but an error occurred locating the origin of recursion.\n" + " The following exception happened when comparing locals in the stack frame:\n" + f" {type(e).__name__}: {e!s}\n" + f" Displaying first and last {max_frames} stack frames out of {len(traceback)}." + ) + # Type ignored because adding two instances of a List subtype + # currently incorrectly has type List instead of the subtype. + traceback = traceback[:max_frames] + traceback[-max_frames:] # type: ignore + else: + if recursionindex is not None: + extraline = "!!! Recursion detected (same locals & position)" + traceback = traceback[: recursionindex + 1] + else: + extraline = None + + return traceback, extraline + + def repr_excinfo(self, excinfo: ExceptionInfo[BaseException]) -> ExceptionChainRepr: + repr_chain: list[tuple[ReprTraceback, ReprFileLocation | None, str | None]] = [] + e: BaseException | None = excinfo.value + excinfo_: ExceptionInfo[BaseException] | None = excinfo + descr = None + seen: set[int] = set() + while e is not None and id(e) not in seen: + seen.add(id(e)) + + if excinfo_: + # Fall back to native traceback as a temporary workaround until + # full support for exception groups added to ExceptionInfo. + # See https://github.com/pytest-dev/pytest/issues/9159 + if isinstance(e, BaseExceptionGroup): + reprtraceback: ReprTracebackNative | ReprTraceback = ( + ReprTracebackNative( + traceback.format_exception( + type(excinfo_.value), + excinfo_.value, + excinfo_.traceback[0]._rawentry, + ) + ) + ) + else: + reprtraceback = self.repr_traceback(excinfo_) + reprcrash = excinfo_._getreprcrash() + else: + # Fallback to native repr if the exception doesn't have a traceback: + # ExceptionInfo objects require a full traceback to work. + reprtraceback = ReprTracebackNative( + traceback.format_exception(type(e), e, None) + ) + reprcrash = None + repr_chain += [(reprtraceback, reprcrash, descr)] + + if e.__cause__ is not None and self.chain: + e = e.__cause__ + excinfo_ = ExceptionInfo.from_exception(e) if e.__traceback__ else None + descr = "The above exception was the direct cause of the following exception:" + elif ( + e.__context__ is not None and not e.__suppress_context__ and self.chain + ): + e = e.__context__ + excinfo_ = ExceptionInfo.from_exception(e) if e.__traceback__ else None + descr = "During handling of the above exception, another exception occurred:" + else: + e = None + repr_chain.reverse() + return ExceptionChainRepr(repr_chain) + + +@dataclasses.dataclass(eq=False) +class TerminalRepr: + def __str__(self) -> str: + # FYI this is called from pytest-xdist's serialization of exception + # information. + io = StringIO() + tw = TerminalWriter(file=io) + self.toterminal(tw) + return io.getvalue().strip() + + def __repr__(self) -> str: + return f"<{self.__class__} instance at {id(self):0x}>" + + def toterminal(self, tw: TerminalWriter) -> None: + raise NotImplementedError() + + +# This class is abstract -- only subclasses are instantiated. +@dataclasses.dataclass(eq=False) +class ExceptionRepr(TerminalRepr): + # Provided by subclasses. + reprtraceback: ReprTraceback + reprcrash: ReprFileLocation | None + sections: list[tuple[str, str, str]] = dataclasses.field( + init=False, default_factory=list + ) + + def addsection(self, name: str, content: str, sep: str = "-") -> None: + self.sections.append((name, content, sep)) + + def toterminal(self, tw: TerminalWriter) -> None: + for name, content, sep in self.sections: + tw.sep(sep, name) + tw.line(content) + + +@dataclasses.dataclass(eq=False) +class ExceptionChainRepr(ExceptionRepr): + chain: Sequence[tuple[ReprTraceback, ReprFileLocation | None, str | None]] + + def __init__( + self, + chain: Sequence[tuple[ReprTraceback, ReprFileLocation | None, str | None]], + ) -> None: + # reprcrash and reprtraceback of the outermost (the newest) exception + # in the chain. + super().__init__( + reprtraceback=chain[-1][0], + reprcrash=chain[-1][1], + ) + self.chain = chain + + def toterminal(self, tw: TerminalWriter) -> None: + for element in self.chain: + element[0].toterminal(tw) + if element[2] is not None: + tw.line("") + tw.line(element[2], yellow=True) + super().toterminal(tw) + + +@dataclasses.dataclass(eq=False) +class ReprExceptionInfo(ExceptionRepr): + reprtraceback: ReprTraceback + reprcrash: ReprFileLocation | None + + def toterminal(self, tw: TerminalWriter) -> None: + self.reprtraceback.toterminal(tw) + super().toterminal(tw) + + +@dataclasses.dataclass(eq=False) +class ReprTraceback(TerminalRepr): + reprentries: Sequence[ReprEntry | ReprEntryNative] + extraline: str | None + style: TracebackStyle + + entrysep: ClassVar = "_ " + + def toterminal(self, tw: TerminalWriter) -> None: + # The entries might have different styles. + for i, entry in enumerate(self.reprentries): + if entry.style == "long": + tw.line("") + entry.toterminal(tw) + if i < len(self.reprentries) - 1: + next_entry = self.reprentries[i + 1] + if ( + entry.style == "long" + or entry.style == "short" + and next_entry.style == "long" + ): + tw.sep(self.entrysep) + + if self.extraline: + tw.line(self.extraline) + + +class ReprTracebackNative(ReprTraceback): + def __init__(self, tblines: Sequence[str]) -> None: + self.reprentries = [ReprEntryNative(tblines)] + self.extraline = None + self.style = "native" + + +@dataclasses.dataclass(eq=False) +class ReprEntryNative(TerminalRepr): + lines: Sequence[str] + + style: ClassVar[TracebackStyle] = "native" + + def toterminal(self, tw: TerminalWriter) -> None: + tw.write("".join(self.lines)) + + +@dataclasses.dataclass(eq=False) +class ReprEntry(TerminalRepr): + lines: Sequence[str] + reprfuncargs: ReprFuncArgs | None + reprlocals: ReprLocals | None + reprfileloc: ReprFileLocation | None + style: TracebackStyle + + def _write_entry_lines(self, tw: TerminalWriter) -> None: + """Write the source code portions of a list of traceback entries with syntax highlighting. + + Usually entries are lines like these: + + " x = 1" + "> assert x == 2" + "E assert 1 == 2" + + This function takes care of rendering the "source" portions of it (the lines without + the "E" prefix) using syntax highlighting, taking care to not highlighting the ">" + character, as doing so might break line continuations. + """ + if not self.lines: + return + + if self.style == "value": + # Using tw.write instead of tw.line for testing purposes due to TWMock implementation; + # lines written with TWMock.line and TWMock._write_source cannot be distinguished + # from each other, whereas lines written with TWMock.write are marked with TWMock.WRITE + for line in self.lines: + tw.write(line) + tw.write("\n") + return + + # separate indents and source lines that are not failures: we want to + # highlight the code but not the indentation, which may contain markers + # such as "> assert 0" + fail_marker = f"{FormattedExcinfo.fail_marker} " + indent_size = len(fail_marker) + indents: list[str] = [] + source_lines: list[str] = [] + failure_lines: list[str] = [] + for index, line in enumerate(self.lines): + is_failure_line = line.startswith(fail_marker) + if is_failure_line: + # from this point on all lines are considered part of the failure + failure_lines.extend(self.lines[index:]) + break + else: + indents.append(line[:indent_size]) + source_lines.append(line[indent_size:]) + + tw._write_source(source_lines, indents) + + # failure lines are always completely red and bold + for line in failure_lines: + tw.line(line, bold=True, red=True) + + def toterminal(self, tw: TerminalWriter) -> None: + if self.style == "short": + if self.reprfileloc: + self.reprfileloc.toterminal(tw) + self._write_entry_lines(tw) + if self.reprlocals: + self.reprlocals.toterminal(tw, indent=" " * 8) + return + + if self.reprfuncargs: + self.reprfuncargs.toterminal(tw) + + self._write_entry_lines(tw) + + if self.reprlocals: + tw.line("") + self.reprlocals.toterminal(tw) + if self.reprfileloc: + if self.lines: + tw.line("") + self.reprfileloc.toterminal(tw) + + def __str__(self) -> str: + return "{}\n{}\n{}".format( + "\n".join(self.lines), self.reprlocals, self.reprfileloc + ) + + +@dataclasses.dataclass(eq=False) +class ReprFileLocation(TerminalRepr): + path: str + lineno: int + message: str + + def __post_init__(self) -> None: + self.path = str(self.path) + + def toterminal(self, tw: TerminalWriter) -> None: + # Filename and lineno output for each entry, using an output format + # that most editors understand. + msg = self.message + i = msg.find("\n") + if i != -1: + msg = msg[:i] + tw.write(self.path, bold=True, red=True) + tw.line(f":{self.lineno}: {msg}") + + +@dataclasses.dataclass(eq=False) +class ReprLocals(TerminalRepr): + lines: Sequence[str] + + def toterminal(self, tw: TerminalWriter, indent="") -> None: + for line in self.lines: + tw.line(indent + line) + + +@dataclasses.dataclass(eq=False) +class ReprFuncArgs(TerminalRepr): + args: Sequence[tuple[str, object]] + + def toterminal(self, tw: TerminalWriter) -> None: + if self.args: + linesofar = "" + for name, value in self.args: + ns = f"{name} = {value}" + if len(ns) + len(linesofar) + 2 > tw.fullwidth: + if linesofar: + tw.line(linesofar) + linesofar = ns + else: + if linesofar: + linesofar += ", " + ns + else: + linesofar = ns + if linesofar: + tw.line(linesofar) + tw.line("") + + +def getfslineno(obj: object) -> tuple[str | Path, int]: + """Return source location (path, lineno) for the given object. + + If the source cannot be determined return ("", -1). + + The line number is 0-based. + """ + # xxx let decorators etc specify a sane ordering + # NOTE: this used to be done in _pytest.compat.getfslineno, initially added + # in 6ec13a2b9. It ("place_as") appears to be something very custom. + obj = get_real_func(obj) + if hasattr(obj, "place_as"): + obj = obj.place_as + + try: + code = Code.from_function(obj) + except TypeError: + try: + fn = inspect.getsourcefile(obj) or inspect.getfile(obj) # type: ignore[arg-type] + except TypeError: + return "", -1 + + fspath = fn and absolutepath(fn) or "" + lineno = -1 + if fspath: + try: + _, lineno = findsource(obj) + except OSError: + pass + return fspath, lineno + + return code.path, code.firstlineno + + +# Relative paths that we use to filter traceback entries from appearing to the user; +# see filter_traceback. +# note: if we need to add more paths than what we have now we should probably use a list +# for better maintenance. + +_PLUGGY_DIR = Path(pluggy.__file__.rstrip("oc")) +# pluggy is either a package or a single module depending on the version +if _PLUGGY_DIR.name == "__init__.py": + _PLUGGY_DIR = _PLUGGY_DIR.parent +_PYTEST_DIR = Path(_pytest.__file__).parent + + +def filter_traceback(entry: TracebackEntry) -> bool: + """Return True if a TracebackEntry instance should be included in tracebacks. + + We hide traceback entries of: + + * dynamically generated code (no code to show up for it); + * internal traceback from pytest or its internal libraries, py and pluggy. + """ + # entry.path might sometimes return a str object when the entry + # points to dynamically generated code. + # See https://bitbucket.org/pytest-dev/py/issues/71. + raw_filename = entry.frame.code.raw.co_filename + is_generated = "<" in raw_filename and ">" in raw_filename + if is_generated: + return False + + # entry.path might point to a non-existing file, in which case it will + # also return a str object. See #1133. + p = Path(entry.path) + + parents = p.parents + if _PLUGGY_DIR in parents: + return False + if _PYTEST_DIR in parents: + return False + + return True diff --git a/env/lib/python3.8/site-packages/_pytest/_code/source.py b/env/lib/python3.8/site-packages/_pytest/_code/source.py new file mode 100644 index 000000000..604aff8ba --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/_code/source.py @@ -0,0 +1,215 @@ +# mypy: allow-untyped-defs +from __future__ import annotations + +import ast +from bisect import bisect_right +import inspect +import textwrap +import tokenize +import types +from typing import Iterable +from typing import Iterator +from typing import overload +import warnings + + +class Source: + """An immutable object holding a source code fragment. + + When using Source(...), the source lines are deindented. + """ + + def __init__(self, obj: object = None) -> None: + if not obj: + self.lines: list[str] = [] + elif isinstance(obj, Source): + self.lines = obj.lines + elif isinstance(obj, (tuple, list)): + self.lines = deindent(x.rstrip("\n") for x in obj) + elif isinstance(obj, str): + self.lines = deindent(obj.split("\n")) + else: + try: + rawcode = getrawcode(obj) + src = inspect.getsource(rawcode) + except TypeError: + src = inspect.getsource(obj) # type: ignore[arg-type] + self.lines = deindent(src.split("\n")) + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Source): + return NotImplemented + return self.lines == other.lines + + # Ignore type because of https://github.com/python/mypy/issues/4266. + __hash__ = None # type: ignore + + @overload + def __getitem__(self, key: int) -> str: ... + + @overload + def __getitem__(self, key: slice) -> Source: ... + + def __getitem__(self, key: int | slice) -> str | Source: + if isinstance(key, int): + return self.lines[key] + else: + if key.step not in (None, 1): + raise IndexError("cannot slice a Source with a step") + newsource = Source() + newsource.lines = self.lines[key.start : key.stop] + return newsource + + def __iter__(self) -> Iterator[str]: + return iter(self.lines) + + def __len__(self) -> int: + return len(self.lines) + + def strip(self) -> Source: + """Return new Source object with trailing and leading blank lines removed.""" + start, end = 0, len(self) + while start < end and not self.lines[start].strip(): + start += 1 + while end > start and not self.lines[end - 1].strip(): + end -= 1 + source = Source() + source.lines[:] = self.lines[start:end] + return source + + def indent(self, indent: str = " " * 4) -> Source: + """Return a copy of the source object with all lines indented by the + given indent-string.""" + newsource = Source() + newsource.lines = [(indent + line) for line in self.lines] + return newsource + + def getstatement(self, lineno: int) -> Source: + """Return Source statement which contains the given linenumber + (counted from 0).""" + start, end = self.getstatementrange(lineno) + return self[start:end] + + def getstatementrange(self, lineno: int) -> tuple[int, int]: + """Return (start, end) tuple which spans the minimal statement region + which containing the given lineno.""" + if not (0 <= lineno < len(self)): + raise IndexError("lineno out of range") + ast, start, end = getstatementrange_ast(lineno, self) + return start, end + + def deindent(self) -> Source: + """Return a new Source object deindented.""" + newsource = Source() + newsource.lines[:] = deindent(self.lines) + return newsource + + def __str__(self) -> str: + return "\n".join(self.lines) + + +# +# helper functions +# + + +def findsource(obj) -> tuple[Source | None, int]: + try: + sourcelines, lineno = inspect.findsource(obj) + except Exception: + return None, -1 + source = Source() + source.lines = [line.rstrip() for line in sourcelines] + return source, lineno + + +def getrawcode(obj: object, trycall: bool = True) -> types.CodeType: + """Return code object for given function.""" + try: + return obj.__code__ # type: ignore[attr-defined,no-any-return] + except AttributeError: + pass + if trycall: + call = getattr(obj, "__call__", None) + if call and not isinstance(obj, type): + return getrawcode(call, trycall=False) + raise TypeError(f"could not get code object for {obj!r}") + + +def deindent(lines: Iterable[str]) -> list[str]: + return textwrap.dedent("\n".join(lines)).splitlines() + + +def get_statement_startend2(lineno: int, node: ast.AST) -> tuple[int, int | None]: + # Flatten all statements and except handlers into one lineno-list. + # AST's line numbers start indexing at 1. + values: list[int] = [] + for x in ast.walk(node): + if isinstance(x, (ast.stmt, ast.ExceptHandler)): + # The lineno points to the class/def, so need to include the decorators. + if isinstance(x, (ast.ClassDef, ast.FunctionDef, ast.AsyncFunctionDef)): + for d in x.decorator_list: + values.append(d.lineno - 1) + values.append(x.lineno - 1) + for name in ("finalbody", "orelse"): + val: list[ast.stmt] | None = getattr(x, name, None) + if val: + # Treat the finally/orelse part as its own statement. + values.append(val[0].lineno - 1 - 1) + values.sort() + insert_index = bisect_right(values, lineno) + start = values[insert_index - 1] + if insert_index >= len(values): + end = None + else: + end = values[insert_index] + return start, end + + +def getstatementrange_ast( + lineno: int, + source: Source, + assertion: bool = False, + astnode: ast.AST | None = None, +) -> tuple[ast.AST, int, int]: + if astnode is None: + content = str(source) + # See #4260: + # Don't produce duplicate warnings when compiling source to find AST. + with warnings.catch_warnings(): + warnings.simplefilter("ignore") + astnode = ast.parse(content, "source", "exec") + + start, end = get_statement_startend2(lineno, astnode) + # We need to correct the end: + # - ast-parsing strips comments + # - there might be empty lines + # - we might have lesser indented code blocks at the end + if end is None: + end = len(source.lines) + + if end > start + 1: + # Make sure we don't span differently indented code blocks + # by using the BlockFinder helper used which inspect.getsource() uses itself. + block_finder = inspect.BlockFinder() + # If we start with an indented line, put blockfinder to "started" mode. + block_finder.started = ( + bool(source.lines[start]) and source.lines[start][0].isspace() + ) + it = ((x + "\n") for x in source.lines[start:end]) + try: + for tok in tokenize.generate_tokens(lambda: next(it)): + block_finder.tokeneater(*tok) + except (inspect.EndOfBlock, IndentationError): + end = block_finder.last + start + except Exception: + pass + + # The end might still point to a comment or empty line, correct it. + while end: + line = source.lines[end - 1].lstrip() + if line.startswith("#") or not line: + end -= 1 + else: + break + return astnode, start, end diff --git a/env/lib/python3.8/site-packages/_pytest/_io/__init__.py b/env/lib/python3.8/site-packages/_pytest/_io/__init__.py new file mode 100644 index 000000000..b0155b18b --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/_io/__init__.py @@ -0,0 +1,10 @@ +from __future__ import annotations + +from .terminalwriter import get_terminal_width +from .terminalwriter import TerminalWriter + + +__all__ = [ + "TerminalWriter", + "get_terminal_width", +] diff --git a/env/lib/python3.8/site-packages/_pytest/_io/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/_io/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1f38df8d0764fef29be66afdbbb885d47c450e40 GIT binary patch literal 360 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 Kna`|P&iY@!gXgsX literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/_io/__pycache__/saferepr.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/_io/__pycache__/saferepr.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ab7f9a48054f755ff62d45a6ebc9d6cadb40f0df GIT binary patch literal 4399 zcmc&%U31&U72O5EPm{7tJF=Z|+l}kQX2udbO`Eo^o2k>tsnb-Gk(}CPrUOIVr3o1X z*u~P4IF#F|+{u4voEf`M^$+Nu$WOp)pZwP8qh~tlxeJhzVwhwcg@u>e+=`%n!Ww<(@du8<7V7CDsmgufcoJ;2?&iQt` zoOxP}bavubYIidUw7d};rS*7ZviinuYSeIbCp1~}-5^z~J3Td`?PQ+W9jUD9`*AQ- zzTf7$gq1#Jx{06XpL7PvP<3PwcSgHrki^TQx0d@_sm)L=8y)oSDcw=={Z15a7Cqit z`Ee%=janYzX>eDi9UntgYC3+Hbkd-&Xq79Y-E7e}de^5rKhZwGtl*Vt0~f{}Ugs@d z<_lbdPfQcN+HU5mot|BwCPwufTxN%d2KBONPtlk(aH_qoN|rLjK*(tGX$_cr;*0q*Y9!BY>u;e~HXrc7;F{>+n=&nxgtb!~EX z9FMe0RcwOINC~Vwhg@8G&f62`>L-(vLI+{0qzGd{FkEW?PE492rGGQWg(=j9P?O=7h5C=|#FH_hnVQ%@5;#(yfJYth7(Kkw^2(0`*z)`-vU~ zCilR6c{E8%7ji{rb&(2xEd>SEBjCV1Hk@YmFKPCE?)-*-gGnX#J zhKakfvO+-_sW@}7Lcnqcc6}C?jE5QDI*LQxS5Xv>Xe;N?DYZ&wci!R`xE8SWaK3O5 z$T;$_R;X3dx z$v%ZFbcsGEv+4#SWgVoL{Gl#z*r1_%VFqAE6b?g^qOI^G9Y-dN?+V(2NcshrL=Y3R zdeK;_)XqVKAde&N1^(wQPiH)oV@>nWti2$LR_v(j&+G8Hn2NO|R++b%BvIy3yY1$v z*2bywgR~chITgqmvxC~?7yR<{G8%^Mv&Z}i^bRE8_iB1+%40`5Q|3EUXq=De!qt=CZ!Ie>6=N zb%}l*NFz$UR7L#*%Tu1!e7_e3Y3ln2N}w;I_nSCV(ic{#d!)RR6Eg;`%wD6(o0=lK z?dTS@zgC52{#0i)6(j8-rz*IEnIk!;hXy@Rf)3F4l5AAM6o;Bb;D;97bC zuKAEQzuvCq*{<&U!$giF)GJxT_kTYQqP%*^D!wn19>{%>7GpQiK`Uz(wC^FdXVkX~ zwC<#Is9(e70!|wQRqmC}96z;StuGXHBxZBZyo($1%wq`GlUZ3uCEZncfWreV1InU= zbIR-%%7?##kdp852YluQD|61|@wzP^MIcZz7_*BXXf7&)Jg5b9+bYA|@VmR}L?4P(? z*XL=1@8W{+vy)NYw&DA7kU(Q7ujFM0aSmkypE~KC+q`Hr2^Few7%fP%|V#X zc_7dZ#I_Db$QdHg$ryD3rI~fSt3xkD@jmYzL?P%0=AehAMrtIU=PZDSDNJl&LBftW z=!na!v;FiiB&E1v4NY2kb2jvK+`ODZ$fffLTf@!d%#`cJyauFCC!~^tk0^?^Un1I^ zBHAGSN21MnfTF!9-KnT>0&|EIu^7h%C6;ad^i6nijUoz>Gu!E9(f4o*>GpgbY>7Nl59jJg6Q^dc32UZ`lIu`LC+lW`oi`s~tdoiu&tkc}=r9HsA_M(qVXaU_{XGwCE*L%|%2nlh3U% zzfCPln=jDet8zzcwi7sKfLL$uYR=d|N7c(f8$1X)sok~-;Ha*W_&X-Ha{{!FbC7A#K literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/_io/__pycache__/terminalwriter.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/_io/__pycache__/terminalwriter.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..38244e8d5d52eba887304644c0bd84c63968b393 GIT binary patch literal 7620 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/_io/__pycache__/wcwidth.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/_io/__pycache__/wcwidth.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..00a80ea25f06df148a18f7489fb3a166b54aa04c GIT binary patch literal 1347 zcmbVM&x;#36xJ_~$Fu9rl0cF|DWa58huYI5kc3i7U_(xA4qe)Up-i2SX0AQ?Untq8Ph)qxp_ft(`t;t@d-F!`eVQ-3-3-C_?d;CD z(?aO?s9YQjl=}!_{}~7pNnD{R9%3A2QjsYg(nh8g8!|;Ddx~XCCbIp4$W(Tofj(?C zmJBRAa`zb$MEf-u*P{1zw{Rn0$QP`_!LXL!VI=1*u5>u1iAMN!^p7s1uHDsg!q|ko%`IE z$prhEA#kSlx%DfVo?AQT)=FmZ*06maJ46A$BrEhIJ|!zS>4doN)5Rs>O}r3mWSx@Enugb#)AT9{&?Wf=FUYeQI#t-Av2&&XYc<&R-L zwo{c$Ve;8BjIHUGnTw2gdp-~N?=lu&H&F+2GT3QS6RYHMpMk1xrZ5X z*C9Hd-@6o~H@F;cT$~M;?|~qJ#{s>>GO~+2K;OK3N&;{U_)S+-VqoR+^Jcv90x4-Z@y4hB8E3`^ZH z)=fpFPt>L^%)J%Ot)}vuHj_o!G None: + """Handle pretty printing operations onto a stream using a set of + configured parameters. + + indent + Number of spaces to indent for each level of nesting. + + width + Attempted maximum number of columns in the output. + + depth + The maximum depth to print out nested structures. + + """ + if indent < 0: + raise ValueError("indent must be >= 0") + if depth is not None and depth <= 0: + raise ValueError("depth must be > 0") + if not width: + raise ValueError("width must be != 0") + self._depth = depth + self._indent_per_level = indent + self._width = width + + def pformat(self, object: Any) -> str: + sio = _StringIO() + self._format(object, sio, 0, 0, set(), 0) + return sio.getvalue() + + def _format( + self, + object: Any, + stream: IO[str], + indent: int, + allowance: int, + context: set[int], + level: int, + ) -> None: + objid = id(object) + if objid in context: + stream.write(_recursion(object)) + return + + p = self._dispatch.get(type(object).__repr__, None) + if p is not None: + context.add(objid) + p(self, object, stream, indent, allowance, context, level + 1) + context.remove(objid) + elif ( + _dataclasses.is_dataclass(object) # type:ignore[unreachable] + and not isinstance(object, type) + and object.__dataclass_params__.repr + and + # Check dataclass has generated repr method. + hasattr(object.__repr__, "__wrapped__") + and "__create_fn__" in object.__repr__.__wrapped__.__qualname__ + ): + context.add(objid) # type:ignore[unreachable] + self._pprint_dataclass( + object, stream, indent, allowance, context, level + 1 + ) + context.remove(objid) + else: + stream.write(self._repr(object, context, level)) + + def _pprint_dataclass( + self, + object: Any, + stream: IO[str], + indent: int, + allowance: int, + context: set[int], + level: int, + ) -> None: + cls_name = object.__class__.__name__ + items = [ + (f.name, getattr(object, f.name)) + for f in _dataclasses.fields(object) + if f.repr + ] + stream.write(cls_name + "(") + self._format_namespace_items(items, stream, indent, allowance, context, level) + stream.write(")") + + _dispatch: dict[ + Callable[..., str], + Callable[[PrettyPrinter, Any, IO[str], int, int, set[int], int], None], + ] = {} + + def _pprint_dict( + self, + object: Any, + stream: IO[str], + indent: int, + allowance: int, + context: set[int], + level: int, + ) -> None: + write = stream.write + write("{") + items = sorted(object.items(), key=_safe_tuple) + self._format_dict_items(items, stream, indent, allowance, context, level) + write("}") + + _dispatch[dict.__repr__] = _pprint_dict + + def _pprint_ordered_dict( + self, + object: Any, + stream: IO[str], + indent: int, + allowance: int, + context: set[int], + level: int, + ) -> None: + if not len(object): + stream.write(repr(object)) + return + cls = object.__class__ + stream.write(cls.__name__ + "(") + self._pprint_dict(object, stream, indent, allowance, context, level) + stream.write(")") + + _dispatch[_collections.OrderedDict.__repr__] = _pprint_ordered_dict + + def _pprint_list( + self, + object: Any, + stream: IO[str], + indent: int, + allowance: int, + context: set[int], + level: int, + ) -> None: + stream.write("[") + self._format_items(object, stream, indent, allowance, context, level) + stream.write("]") + + _dispatch[list.__repr__] = _pprint_list + + def _pprint_tuple( + self, + object: Any, + stream: IO[str], + indent: int, + allowance: int, + context: set[int], + level: int, + ) -> None: + stream.write("(") + self._format_items(object, stream, indent, allowance, context, level) + stream.write(")") + + _dispatch[tuple.__repr__] = _pprint_tuple + + def _pprint_set( + self, + object: Any, + stream: IO[str], + indent: int, + allowance: int, + context: set[int], + level: int, + ) -> None: + if not len(object): + stream.write(repr(object)) + return + typ = object.__class__ + if typ is set: + stream.write("{") + endchar = "}" + else: + stream.write(typ.__name__ + "({") + endchar = "})" + object = sorted(object, key=_safe_key) + self._format_items(object, stream, indent, allowance, context, level) + stream.write(endchar) + + _dispatch[set.__repr__] = _pprint_set + _dispatch[frozenset.__repr__] = _pprint_set + + def _pprint_str( + self, + object: Any, + stream: IO[str], + indent: int, + allowance: int, + context: set[int], + level: int, + ) -> None: + write = stream.write + if not len(object): + write(repr(object)) + return + chunks = [] + lines = object.splitlines(True) + if level == 1: + indent += 1 + allowance += 1 + max_width1 = max_width = self._width - indent + for i, line in enumerate(lines): + rep = repr(line) + if i == len(lines) - 1: + max_width1 -= allowance + if len(rep) <= max_width1: + chunks.append(rep) + else: + # A list of alternating (non-space, space) strings + parts = re.findall(r"\S*\s*", line) + assert parts + assert not parts[-1] + parts.pop() # drop empty last part + max_width2 = max_width + current = "" + for j, part in enumerate(parts): + candidate = current + part + if j == len(parts) - 1 and i == len(lines) - 1: + max_width2 -= allowance + if len(repr(candidate)) > max_width2: + if current: + chunks.append(repr(current)) + current = part + else: + current = candidate + if current: + chunks.append(repr(current)) + if len(chunks) == 1: + write(rep) + return + if level == 1: + write("(") + for i, rep in enumerate(chunks): + if i > 0: + write("\n" + " " * indent) + write(rep) + if level == 1: + write(")") + + _dispatch[str.__repr__] = _pprint_str + + def _pprint_bytes( + self, + object: Any, + stream: IO[str], + indent: int, + allowance: int, + context: set[int], + level: int, + ) -> None: + write = stream.write + if len(object) <= 4: + write(repr(object)) + return + parens = level == 1 + if parens: + indent += 1 + allowance += 1 + write("(") + delim = "" + for rep in _wrap_bytes_repr(object, self._width - indent, allowance): + write(delim) + write(rep) + if not delim: + delim = "\n" + " " * indent + if parens: + write(")") + + _dispatch[bytes.__repr__] = _pprint_bytes + + def _pprint_bytearray( + self, + object: Any, + stream: IO[str], + indent: int, + allowance: int, + context: set[int], + level: int, + ) -> None: + write = stream.write + write("bytearray(") + self._pprint_bytes( + bytes(object), stream, indent + 10, allowance + 1, context, level + 1 + ) + write(")") + + _dispatch[bytearray.__repr__] = _pprint_bytearray + + def _pprint_mappingproxy( + self, + object: Any, + stream: IO[str], + indent: int, + allowance: int, + context: set[int], + level: int, + ) -> None: + stream.write("mappingproxy(") + self._format(object.copy(), stream, indent, allowance, context, level) + stream.write(")") + + _dispatch[_types.MappingProxyType.__repr__] = _pprint_mappingproxy + + def _pprint_simplenamespace( + self, + object: Any, + stream: IO[str], + indent: int, + allowance: int, + context: set[int], + level: int, + ) -> None: + if type(object) is _types.SimpleNamespace: + # The SimpleNamespace repr is "namespace" instead of the class + # name, so we do the same here. For subclasses; use the class name. + cls_name = "namespace" + else: + cls_name = object.__class__.__name__ + items = object.__dict__.items() + stream.write(cls_name + "(") + self._format_namespace_items(items, stream, indent, allowance, context, level) + stream.write(")") + + _dispatch[_types.SimpleNamespace.__repr__] = _pprint_simplenamespace + + def _format_dict_items( + self, + items: list[tuple[Any, Any]], + stream: IO[str], + indent: int, + allowance: int, + context: set[int], + level: int, + ) -> None: + if not items: + return + + write = stream.write + item_indent = indent + self._indent_per_level + delimnl = "\n" + " " * item_indent + for key, ent in items: + write(delimnl) + write(self._repr(key, context, level)) + write(": ") + self._format(ent, stream, item_indent, 1, context, level) + write(",") + + write("\n" + " " * indent) + + def _format_namespace_items( + self, + items: list[tuple[Any, Any]], + stream: IO[str], + indent: int, + allowance: int, + context: set[int], + level: int, + ) -> None: + if not items: + return + + write = stream.write + item_indent = indent + self._indent_per_level + delimnl = "\n" + " " * item_indent + for key, ent in items: + write(delimnl) + write(key) + write("=") + if id(ent) in context: + # Special-case representation of recursion to match standard + # recursive dataclass repr. + write("...") + else: + self._format( + ent, + stream, + item_indent + len(key) + 1, + 1, + context, + level, + ) + + write(",") + + write("\n" + " " * indent) + + def _format_items( + self, + items: list[Any], + stream: IO[str], + indent: int, + allowance: int, + context: set[int], + level: int, + ) -> None: + if not items: + return + + write = stream.write + item_indent = indent + self._indent_per_level + delimnl = "\n" + " " * item_indent + + for item in items: + write(delimnl) + self._format(item, stream, item_indent, 1, context, level) + write(",") + + write("\n" + " " * indent) + + def _repr(self, object: Any, context: set[int], level: int) -> str: + return self._safe_repr(object, context.copy(), self._depth, level) + + def _pprint_default_dict( + self, + object: Any, + stream: IO[str], + indent: int, + allowance: int, + context: set[int], + level: int, + ) -> None: + rdf = self._repr(object.default_factory, context, level) + stream.write(f"{object.__class__.__name__}({rdf}, ") + self._pprint_dict(object, stream, indent, allowance, context, level) + stream.write(")") + + _dispatch[_collections.defaultdict.__repr__] = _pprint_default_dict + + def _pprint_counter( + self, + object: Any, + stream: IO[str], + indent: int, + allowance: int, + context: set[int], + level: int, + ) -> None: + stream.write(object.__class__.__name__ + "(") + + if object: + stream.write("{") + items = object.most_common() + self._format_dict_items(items, stream, indent, allowance, context, level) + stream.write("}") + + stream.write(")") + + _dispatch[_collections.Counter.__repr__] = _pprint_counter + + def _pprint_chain_map( + self, + object: Any, + stream: IO[str], + indent: int, + allowance: int, + context: set[int], + level: int, + ) -> None: + if not len(object.maps) or (len(object.maps) == 1 and not len(object.maps[0])): + stream.write(repr(object)) + return + + stream.write(object.__class__.__name__ + "(") + self._format_items(object.maps, stream, indent, allowance, context, level) + stream.write(")") + + _dispatch[_collections.ChainMap.__repr__] = _pprint_chain_map + + def _pprint_deque( + self, + object: Any, + stream: IO[str], + indent: int, + allowance: int, + context: set[int], + level: int, + ) -> None: + stream.write(object.__class__.__name__ + "(") + if object.maxlen is not None: + stream.write("maxlen=%d, " % object.maxlen) + stream.write("[") + + self._format_items(object, stream, indent, allowance + 1, context, level) + stream.write("])") + + _dispatch[_collections.deque.__repr__] = _pprint_deque + + def _pprint_user_dict( + self, + object: Any, + stream: IO[str], + indent: int, + allowance: int, + context: set[int], + level: int, + ) -> None: + self._format(object.data, stream, indent, allowance, context, level - 1) + + _dispatch[_collections.UserDict.__repr__] = _pprint_user_dict + + def _pprint_user_list( + self, + object: Any, + stream: IO[str], + indent: int, + allowance: int, + context: set[int], + level: int, + ) -> None: + self._format(object.data, stream, indent, allowance, context, level - 1) + + _dispatch[_collections.UserList.__repr__] = _pprint_user_list + + def _pprint_user_string( + self, + object: Any, + stream: IO[str], + indent: int, + allowance: int, + context: set[int], + level: int, + ) -> None: + self._format(object.data, stream, indent, allowance, context, level - 1) + + _dispatch[_collections.UserString.__repr__] = _pprint_user_string + + def _safe_repr( + self, object: Any, context: set[int], maxlevels: int | None, level: int + ) -> str: + typ = type(object) + if typ in _builtin_scalars: + return repr(object) + + r = getattr(typ, "__repr__", None) + + if issubclass(typ, dict) and r is dict.__repr__: + if not object: + return "{}" + objid = id(object) + if maxlevels and level >= maxlevels: + return "{...}" + if objid in context: + return _recursion(object) + context.add(objid) + components: list[str] = [] + append = components.append + level += 1 + for k, v in sorted(object.items(), key=_safe_tuple): + krepr = self._safe_repr(k, context, maxlevels, level) + vrepr = self._safe_repr(v, context, maxlevels, level) + append(f"{krepr}: {vrepr}") + context.remove(objid) + return "{{{}}}".format(", ".join(components)) + + if (issubclass(typ, list) and r is list.__repr__) or ( + issubclass(typ, tuple) and r is tuple.__repr__ + ): + if issubclass(typ, list): + if not object: + return "[]" + format = "[%s]" + elif len(object) == 1: + format = "(%s,)" + else: + if not object: + return "()" + format = "(%s)" + objid = id(object) + if maxlevels and level >= maxlevels: + return format % "..." + if objid in context: + return _recursion(object) + context.add(objid) + components = [] + append = components.append + level += 1 + for o in object: + orepr = self._safe_repr(o, context, maxlevels, level) + append(orepr) + context.remove(objid) + return format % ", ".join(components) + + return repr(object) + + +_builtin_scalars = frozenset( + {str, bytes, bytearray, float, complex, bool, type(None), int} +) + + +def _recursion(object: Any) -> str: + return f"" + + +def _wrap_bytes_repr(object: Any, width: int, allowance: int) -> Iterator[str]: + current = b"" + last = len(object) // 4 * 4 + for i in range(0, len(object), 4): + part = object[i : i + 4] + candidate = current + part + if i == last: + width -= allowance + if len(repr(candidate)) > width: + if current: + yield repr(current) + current = part + else: + current = candidate + if current: + yield repr(current) diff --git a/env/lib/python3.8/site-packages/_pytest/_io/saferepr.py b/env/lib/python3.8/site-packages/_pytest/_io/saferepr.py new file mode 100644 index 000000000..cee70e332 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/_io/saferepr.py @@ -0,0 +1,130 @@ +from __future__ import annotations + +import pprint +import reprlib + + +def _try_repr_or_str(obj: object) -> str: + try: + return repr(obj) + except (KeyboardInterrupt, SystemExit): + raise + except BaseException: + return f'{type(obj).__name__}("{obj}")' + + +def _format_repr_exception(exc: BaseException, obj: object) -> str: + try: + exc_info = _try_repr_or_str(exc) + except (KeyboardInterrupt, SystemExit): + raise + except BaseException as inner_exc: + exc_info = f"unpresentable exception ({_try_repr_or_str(inner_exc)})" + return ( + f"<[{exc_info} raised in repr()] {type(obj).__name__} object at 0x{id(obj):x}>" + ) + + +def _ellipsize(s: str, maxsize: int) -> str: + if len(s) > maxsize: + i = max(0, (maxsize - 3) // 2) + j = max(0, maxsize - 3 - i) + return s[:i] + "..." + s[len(s) - j :] + return s + + +class SafeRepr(reprlib.Repr): + """ + repr.Repr that limits the resulting size of repr() and includes + information on exceptions raised during the call. + """ + + def __init__(self, maxsize: int | None, use_ascii: bool = False) -> None: + """ + :param maxsize: + If not None, will truncate the resulting repr to that specific size, using ellipsis + somewhere in the middle to hide the extra text. + If None, will not impose any size limits on the returning repr. + """ + super().__init__() + # ``maxstring`` is used by the superclass, and needs to be an int; using a + # very large number in case maxsize is None, meaning we want to disable + # truncation. + self.maxstring = maxsize if maxsize is not None else 1_000_000_000 + self.maxsize = maxsize + self.use_ascii = use_ascii + + def repr(self, x: object) -> str: + try: + if self.use_ascii: + s = ascii(x) + else: + s = super().repr(x) + except (KeyboardInterrupt, SystemExit): + raise + except BaseException as exc: + s = _format_repr_exception(exc, x) + if self.maxsize is not None: + s = _ellipsize(s, self.maxsize) + return s + + def repr_instance(self, x: object, level: int) -> str: + try: + s = repr(x) + except (KeyboardInterrupt, SystemExit): + raise + except BaseException as exc: + s = _format_repr_exception(exc, x) + if self.maxsize is not None: + s = _ellipsize(s, self.maxsize) + return s + + +def safeformat(obj: object) -> str: + """Return a pretty printed string for the given object. + + Failing __repr__ functions of user instances will be represented + with a short exception info. + """ + try: + return pprint.pformat(obj) + except Exception as exc: + return _format_repr_exception(exc, obj) + + +# Maximum size of overall repr of objects to display during assertion errors. +DEFAULT_REPR_MAX_SIZE = 240 + + +def saferepr( + obj: object, maxsize: int | None = DEFAULT_REPR_MAX_SIZE, use_ascii: bool = False +) -> str: + """Return a size-limited safe repr-string for the given object. + + Failing __repr__ functions of user instances will be represented + with a short exception info and 'saferepr' generally takes + care to never raise exceptions itself. + + This function is a wrapper around the Repr/reprlib functionality of the + stdlib. + """ + return SafeRepr(maxsize, use_ascii).repr(obj) + + +def saferepr_unlimited(obj: object, use_ascii: bool = True) -> str: + """Return an unlimited-size safe repr-string for the given object. + + As with saferepr, failing __repr__ functions of user instances + will be represented with a short exception info. + + This function is a wrapper around simple repr. + + Note: a cleaner solution would be to alter ``saferepr``this way + when maxsize=None, but that might affect some other code. + """ + try: + if use_ascii: + return ascii(obj) + return repr(obj) + except Exception as exc: + return _format_repr_exception(exc, obj) diff --git a/env/lib/python3.8/site-packages/_pytest/_io/terminalwriter.py b/env/lib/python3.8/site-packages/_pytest/_io/terminalwriter.py new file mode 100644 index 000000000..70ebd3d06 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/_io/terminalwriter.py @@ -0,0 +1,274 @@ +"""Helper functions for writing to terminals and files.""" + +from __future__ import annotations + +import os +import shutil +import sys +from typing import final +from typing import Literal +from typing import Sequence +from typing import TextIO +from typing import TYPE_CHECKING + +from ..compat import assert_never +from .wcwidth import wcswidth + + +if TYPE_CHECKING: + from pygments.formatter import Formatter + from pygments.lexer import Lexer + + +# This code was initially copied from py 1.8.1, file _io/terminalwriter.py. + + +def get_terminal_width() -> int: + width, _ = shutil.get_terminal_size(fallback=(80, 24)) + + # The Windows get_terminal_size may be bogus, let's sanify a bit. + if width < 40: + width = 80 + + return width + + +def should_do_markup(file: TextIO) -> bool: + if os.environ.get("PY_COLORS") == "1": + return True + if os.environ.get("PY_COLORS") == "0": + return False + if os.environ.get("NO_COLOR"): + return False + if os.environ.get("FORCE_COLOR"): + return True + return ( + hasattr(file, "isatty") and file.isatty() and os.environ.get("TERM") != "dumb" + ) + + +@final +class TerminalWriter: + _esctable = dict( + black=30, + red=31, + green=32, + yellow=33, + blue=34, + purple=35, + cyan=36, + white=37, + Black=40, + Red=41, + Green=42, + Yellow=43, + Blue=44, + Purple=45, + Cyan=46, + White=47, + bold=1, + light=2, + blink=5, + invert=7, + ) + + def __init__(self, file: TextIO | None = None) -> None: + if file is None: + file = sys.stdout + if hasattr(file, "isatty") and file.isatty() and sys.platform == "win32": + try: + import colorama + except ImportError: + pass + else: + file = colorama.AnsiToWin32(file).stream + assert file is not None + self._file = file + self.hasmarkup = should_do_markup(file) + self._current_line = "" + self._terminal_width: int | None = None + self.code_highlight = True + + @property + def fullwidth(self) -> int: + if self._terminal_width is not None: + return self._terminal_width + return get_terminal_width() + + @fullwidth.setter + def fullwidth(self, value: int) -> None: + self._terminal_width = value + + @property + def width_of_current_line(self) -> int: + """Return an estimate of the width so far in the current line.""" + return wcswidth(self._current_line) + + def markup(self, text: str, **markup: bool) -> str: + for name in markup: + if name not in self._esctable: + raise ValueError(f"unknown markup: {name!r}") + if self.hasmarkup: + esc = [self._esctable[name] for name, on in markup.items() if on] + if esc: + text = "".join(f"\x1b[{cod}m" for cod in esc) + text + "\x1b[0m" + return text + + def sep( + self, + sepchar: str, + title: str | None = None, + fullwidth: int | None = None, + **markup: bool, + ) -> None: + if fullwidth is None: + fullwidth = self.fullwidth + # The goal is to have the line be as long as possible + # under the condition that len(line) <= fullwidth. + if sys.platform == "win32": + # If we print in the last column on windows we are on a + # new line but there is no way to verify/neutralize this + # (we may not know the exact line width). + # So let's be defensive to avoid empty lines in the output. + fullwidth -= 1 + if title is not None: + # we want 2 + 2*len(fill) + len(title) <= fullwidth + # i.e. 2 + 2*len(sepchar)*N + len(title) <= fullwidth + # 2*len(sepchar)*N <= fullwidth - len(title) - 2 + # N <= (fullwidth - len(title) - 2) // (2*len(sepchar)) + N = max((fullwidth - len(title) - 2) // (2 * len(sepchar)), 1) + fill = sepchar * N + line = f"{fill} {title} {fill}" + else: + # we want len(sepchar)*N <= fullwidth + # i.e. N <= fullwidth // len(sepchar) + line = sepchar * (fullwidth // len(sepchar)) + # In some situations there is room for an extra sepchar at the right, + # in particular if we consider that with a sepchar like "_ " the + # trailing space is not important at the end of the line. + if len(line) + len(sepchar.rstrip()) <= fullwidth: + line += sepchar.rstrip() + + self.line(line, **markup) + + def write(self, msg: str, *, flush: bool = False, **markup: bool) -> None: + if msg: + current_line = msg.rsplit("\n", 1)[-1] + if "\n" in msg: + self._current_line = current_line + else: + self._current_line += current_line + + msg = self.markup(msg, **markup) + + try: + self._file.write(msg) + except UnicodeEncodeError: + # Some environments don't support printing general Unicode + # strings, due to misconfiguration or otherwise; in that case, + # print the string escaped to ASCII. + # When the Unicode situation improves we should consider + # letting the error propagate instead of masking it (see #7475 + # for one brief attempt). + msg = msg.encode("unicode-escape").decode("ascii") + self._file.write(msg) + + if flush: + self.flush() + + def line(self, s: str = "", **markup: bool) -> None: + self.write(s, **markup) + self.write("\n") + + def flush(self) -> None: + self._file.flush() + + def _write_source(self, lines: Sequence[str], indents: Sequence[str] = ()) -> None: + """Write lines of source code possibly highlighted. + + Keeping this private for now because the API is clunky. We should discuss how + to evolve the terminal writer so we can have more precise color support, for example + being able to write part of a line in one color and the rest in another, and so on. + """ + if indents and len(indents) != len(lines): + raise ValueError( + f"indents size ({len(indents)}) should have same size as lines ({len(lines)})" + ) + if not indents: + indents = [""] * len(lines) + source = "\n".join(lines) + new_lines = self._highlight(source).splitlines() + for indent, new_line in zip(indents, new_lines): + self.line(indent + new_line) + + def _get_pygments_lexer(self, lexer: Literal["python", "diff"]) -> Lexer | None: + try: + if lexer == "python": + from pygments.lexers.python import PythonLexer + + return PythonLexer() + elif lexer == "diff": + from pygments.lexers.diff import DiffLexer + + return DiffLexer() + else: + assert_never(lexer) + except ModuleNotFoundError: + return None + + def _get_pygments_formatter(self) -> Formatter | None: + try: + import pygments.util + except ModuleNotFoundError: + return None + + from _pytest.config.exceptions import UsageError + + theme = os.getenv("PYTEST_THEME") + theme_mode = os.getenv("PYTEST_THEME_MODE", "dark") + + try: + from pygments.formatters.terminal import TerminalFormatter + + return TerminalFormatter(bg=theme_mode, style=theme) + + except pygments.util.ClassNotFound as e: + raise UsageError( + f"PYTEST_THEME environment variable has an invalid value: '{theme}'. " + "Hint: See available pygments styles with `pygmentize -L styles`." + ) from e + except pygments.util.OptionError as e: + raise UsageError( + f"PYTEST_THEME_MODE environment variable has an invalid value: '{theme_mode}'. " + "The allowed values are 'dark' (default) and 'light'." + ) from e + + def _highlight( + self, source: str, lexer: Literal["diff", "python"] = "python" + ) -> str: + """Highlight the given source if we have markup support.""" + if not source or not self.hasmarkup or not self.code_highlight: + return source + + pygments_lexer = self._get_pygments_lexer(lexer) + if pygments_lexer is None: + return source + + pygments_formatter = self._get_pygments_formatter() + if pygments_formatter is None: + return source + + from pygments import highlight + + highlighted: str = highlight(source, pygments_lexer, pygments_formatter) + # pygments terminal formatter may add a newline when there wasn't one. + # We don't want this, remove. + if highlighted[-1] == "\n" and source[-1] != "\n": + highlighted = highlighted[:-1] + + # Some lexers will not set the initial color explicitly + # which may lead to the previous color being propagated to the + # start of the expression, so reset first. + highlighted = "\x1b[0m" + highlighted + + return highlighted diff --git a/env/lib/python3.8/site-packages/_pytest/_io/wcwidth.py b/env/lib/python3.8/site-packages/_pytest/_io/wcwidth.py new file mode 100644 index 000000000..23886ff15 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/_io/wcwidth.py @@ -0,0 +1,57 @@ +from __future__ import annotations + +from functools import lru_cache +import unicodedata + + +@lru_cache(100) +def wcwidth(c: str) -> int: + """Determine how many columns are needed to display a character in a terminal. + + Returns -1 if the character is not printable. + Returns 0, 1 or 2 for other characters. + """ + o = ord(c) + + # ASCII fast path. + if 0x20 <= o < 0x07F: + return 1 + + # Some Cf/Zp/Zl characters which should be zero-width. + if ( + o == 0x0000 + or 0x200B <= o <= 0x200F + or 0x2028 <= o <= 0x202E + or 0x2060 <= o <= 0x2063 + ): + return 0 + + category = unicodedata.category(c) + + # Control characters. + if category == "Cc": + return -1 + + # Combining characters with zero width. + if category in ("Me", "Mn"): + return 0 + + # Full/Wide east asian characters. + if unicodedata.east_asian_width(c) in ("F", "W"): + return 2 + + return 1 + + +def wcswidth(s: str) -> int: + """Determine how many columns are needed to display a string in a terminal. + + Returns -1 if the string contains non-printable characters. + """ + width = 0 + for c in unicodedata.normalize("NFC", s): + wc = wcwidth(c) + if wc < 0: + return -1 + width += wc + return width diff --git a/env/lib/python3.8/site-packages/_pytest/_py/__init__.py b/env/lib/python3.8/site-packages/_pytest/_py/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/env/lib/python3.8/site-packages/_pytest/_py/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/_py/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5960a6c8aaa3f5b1da1867850a9fa1f909b97033 GIT binary patch literal 182 zcmWIL<>g`kf~|keGC=fW5P=LBfgA@QE@lA|DGb33nv8xc8Hzx{2;x_?enx(7s(wmh zo_;}PNk)F2Zh^6GT2X3hQf8`dNl{{Qc50D+YF?RsPG%BRg|VK6esN|=s%`;LHZeW5 pSU(=9HMO_|MC-@LXXa&=#K-FuRNmsS$<0qG%}KQbS^61>834y%FK_?= literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/_py/__pycache__/error.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/_py/__pycache__/error.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1a999846a7ecfdf9c75202047e2276186ac1c069 GIT binary patch literal 3184 zcmZuz-EJGl72er@{)nPvS+_e-!G>xVI1j997Y5pVPj-%!2jo2s{b3%%L5 z2afM384JAYyNb8Lm;4gbgey7ZoPK#w@hcctxI1NjRg`!M{oE%SFZ0Tm8n1}j)bQtp z(W}qe0{TU?3usGc+C^S{QSz6ubB@=rvo_WJOXAX0^Dm3by%m3j&+|H8c%kz}e&I{g ze}@~}T4QPSqmC3|COjc!oUEop(TTcI$LsXNG!?1WO{BN6>47Gx*9rUmw0S}hHCSE= z<2cE}EK1_Ejj_9q<#4Yrz|ZYG*lGpqzizF6y3zgw6VA@jP<$3ju%)d~hJ$Tb>1z`H>ZhXdlAAmB*{jM+<~I5!62P?9#e z8Op~gR5nx5?|!YxWlX->UE5CvVvUFK+VCjbPvX_#_0_HvVlNV_nG8DzLavGU$yz_! zn@L=6ezcZGnOGfSHGC}6wE$a1no++73n#KUJR*&x7|I}^@1#`_jhW0=Z~Z@`nu4); zDs&D&9kMQ(0`Pla-T(;DjLgg|fMzSu^a&fY0yy{Kv&kcZOw!jHj+{d$YeW`^EE2gu zgz%6{APrq!M3=Kv!BLP)Gy@o6;UM@91}VuG+SmVUnxnZ>-IYYUVaYny{_z5X~LO*jtr<{=D5#m`p zvA}iE&OJ1Fi(Kz6m{Z5T2Mm29(%{Cru()wk<0d&aBGut8+}q|QjLR5Tcok!ZB77Fj z<}8|Bz67K%=4JK&zX{| zC%Mt-zva)BfVR_lL2wh2vxuxRmzD8W*=SjPR#_Ec`C2$P03G6_iA~>*1x1I#Vh_xy ziqOPgu4wnQZNQYVgR=Y`)9B6go^fmvT4UB_%i2qzgHYBpyNgVlImhmpy+rnXp-+v8 zF{V6;lWqblTYG@hc2ORIn%N%J?!^aj@-&9Zaq=D?xx=F-ph+YYr7%qvXGZ%nJqMk`8<8N}zTIjWu3wTD|*y}OS__EwYf^~l|79y}#ZQbuf; zx!FC8J1TkQ_H5-X4<%8W+@v({H!z${Ojw4E^|A41HnWTd%e-G$<~i_<|2VVOUzs+s zm^SLcgDtL4_4MQC+SuwD6FW0|NFMO>Ka3XP*Hpdi6%D@a+}A$;6ZX3}b6lJ`ww|*G znBCRlGRcl@k{df?)+>FbjrFhezvvVx_qCrO8BMI;Tf3x%4l7e7v_?NCNW9RaA65w^ zjJYSnC>359&#n^Ub+(DRUN{`~qYhmTnmdK9t*23Z{aU+GF6`@UZYvAq&VHCuEEG~k zdIY-<`(Z{!R#_6+0b60~IH3Z14H&8<-*Agyqp(*-kUs_IF9ZP?pJjiafH(TwU+-|jYH@0_h8{ECq`pmalAK%-4kULo2xwCN> z%eU9pTifzibe=-&4si->h5ff6p1U`TTK7wWE+y#kA1U?QoU Od;e|E)o$Q+W&97@LG0@Q literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/_py/__pycache__/path.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/_py/__pycache__/path.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..63dc74aed32520e2adb894ae84d40d3de87eeb78 GIT binary patch literal 43102 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 HkpKSy(UxUw literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/_py/error.py b/env/lib/python3.8/site-packages/_pytest/_py/error.py new file mode 100644 index 000000000..ab3a4ed31 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/_py/error.py @@ -0,0 +1,111 @@ +"""create errno-specific classes for IO or os calls.""" + +from __future__ import annotations + +import errno +import os +import sys +from typing import Callable +from typing import TYPE_CHECKING +from typing import TypeVar + + +if TYPE_CHECKING: + from typing_extensions import ParamSpec + + P = ParamSpec("P") + +R = TypeVar("R") + + +class Error(EnvironmentError): + def __repr__(self) -> str: + return "{}.{} {!r}: {} ".format( + self.__class__.__module__, + self.__class__.__name__, + self.__class__.__doc__, + " ".join(map(str, self.args)), + # repr(self.args) + ) + + def __str__(self) -> str: + s = "[{}]: {}".format( + self.__class__.__doc__, + " ".join(map(str, self.args)), + ) + return s + + +_winerrnomap = { + 2: errno.ENOENT, + 3: errno.ENOENT, + 17: errno.EEXIST, + 18: errno.EXDEV, + 13: errno.EBUSY, # empty cd drive, but ENOMEDIUM seems unavailable + 22: errno.ENOTDIR, + 20: errno.ENOTDIR, + 267: errno.ENOTDIR, + 5: errno.EACCES, # anything better? +} + + +class ErrorMaker: + """lazily provides Exception classes for each possible POSIX errno + (as defined per the 'errno' module). All such instances + subclass EnvironmentError. + """ + + _errno2class: dict[int, type[Error]] = {} + + def __getattr__(self, name: str) -> type[Error]: + if name[0] == "_": + raise AttributeError(name) + eno = getattr(errno, name) + cls = self._geterrnoclass(eno) + setattr(self, name, cls) + return cls + + def _geterrnoclass(self, eno: int) -> type[Error]: + try: + return self._errno2class[eno] + except KeyError: + clsname = errno.errorcode.get(eno, "UnknownErrno%d" % (eno,)) + errorcls = type( + clsname, + (Error,), + {"__module__": "py.error", "__doc__": os.strerror(eno)}, + ) + self._errno2class[eno] = errorcls + return errorcls + + def checked_call( + self, func: Callable[P, R], *args: P.args, **kwargs: P.kwargs + ) -> R: + """Call a function and raise an errno-exception if applicable.""" + __tracebackhide__ = True + try: + return func(*args, **kwargs) + except Error: + raise + except OSError as value: + if not hasattr(value, "errno"): + raise + errno = value.errno + if sys.platform == "win32": + try: + cls = self._geterrnoclass(_winerrnomap[errno]) + except KeyError: + raise value + else: + # we are not on Windows, or we got a proper OSError + cls = self._geterrnoclass(errno) + + raise cls(f"{func.__name__}{args!r}") + + +_error_maker = ErrorMaker() +checked_call = _error_maker.checked_call + + +def __getattr__(attr: str) -> type[Error]: + return getattr(_error_maker, attr) # type: ignore[no-any-return] diff --git a/env/lib/python3.8/site-packages/_pytest/_py/path.py b/env/lib/python3.8/site-packages/_pytest/_py/path.py new file mode 100644 index 000000000..c7ab1182f --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/_py/path.py @@ -0,0 +1,1475 @@ +# mypy: allow-untyped-defs +"""local path implementation.""" + +from __future__ import annotations + +import atexit +from contextlib import contextmanager +import fnmatch +import importlib.util +import io +import os +from os.path import abspath +from os.path import dirname +from os.path import exists +from os.path import isabs +from os.path import isdir +from os.path import isfile +from os.path import islink +from os.path import normpath +import posixpath +from stat import S_ISDIR +from stat import S_ISLNK +from stat import S_ISREG +import sys +from typing import Any +from typing import Callable +from typing import cast +from typing import Literal +from typing import overload +from typing import TYPE_CHECKING +import uuid +import warnings + +from . import error + + +# Moved from local.py. +iswin32 = sys.platform == "win32" or (getattr(os, "_name", False) == "nt") + + +class Checkers: + _depend_on_existence = "exists", "link", "dir", "file" + + def __init__(self, path): + self.path = path + + def dotfile(self): + return self.path.basename.startswith(".") + + def ext(self, arg): + if not arg.startswith("."): + arg = "." + arg + return self.path.ext == arg + + def basename(self, arg): + return self.path.basename == arg + + def basestarts(self, arg): + return self.path.basename.startswith(arg) + + def relto(self, arg): + return self.path.relto(arg) + + def fnmatch(self, arg): + return self.path.fnmatch(arg) + + def endswith(self, arg): + return str(self.path).endswith(arg) + + def _evaluate(self, kw): + from .._code.source import getrawcode + + for name, value in kw.items(): + invert = False + meth = None + try: + meth = getattr(self, name) + except AttributeError: + if name[:3] == "not": + invert = True + try: + meth = getattr(self, name[3:]) + except AttributeError: + pass + if meth is None: + raise TypeError(f"no {name!r} checker available for {self.path!r}") + try: + if getrawcode(meth).co_argcount > 1: + if (not meth(value)) ^ invert: + return False + else: + if bool(value) ^ bool(meth()) ^ invert: + return False + except (error.ENOENT, error.ENOTDIR, error.EBUSY): + # EBUSY feels not entirely correct, + # but its kind of necessary since ENOMEDIUM + # is not accessible in python + for name in self._depend_on_existence: + if name in kw: + if kw.get(name): + return False + name = "not" + name + if name in kw: + if not kw.get(name): + return False + return True + + _statcache: Stat + + def _stat(self) -> Stat: + try: + return self._statcache + except AttributeError: + try: + self._statcache = self.path.stat() + except error.ELOOP: + self._statcache = self.path.lstat() + return self._statcache + + def dir(self): + return S_ISDIR(self._stat().mode) + + def file(self): + return S_ISREG(self._stat().mode) + + def exists(self): + return self._stat() + + def link(self): + st = self.path.lstat() + return S_ISLNK(st.mode) + + +class NeverRaised(Exception): + pass + + +class Visitor: + def __init__(self, fil, rec, ignore, bf, sort): + if isinstance(fil, str): + fil = FNMatcher(fil) + if isinstance(rec, str): + self.rec: Callable[[LocalPath], bool] = FNMatcher(rec) + elif not hasattr(rec, "__call__") and rec: + self.rec = lambda path: True + else: + self.rec = rec + self.fil = fil + self.ignore = ignore + self.breadthfirst = bf + self.optsort = cast(Callable[[Any], Any], sorted) if sort else (lambda x: x) + + def gen(self, path): + try: + entries = path.listdir() + except self.ignore: + return + rec = self.rec + dirs = self.optsort( + [p for p in entries if p.check(dir=1) and (rec is None or rec(p))] + ) + if not self.breadthfirst: + for subdir in dirs: + yield from self.gen(subdir) + for p in self.optsort(entries): + if self.fil is None or self.fil(p): + yield p + if self.breadthfirst: + for subdir in dirs: + yield from self.gen(subdir) + + +class FNMatcher: + def __init__(self, pattern): + self.pattern = pattern + + def __call__(self, path): + pattern = self.pattern + + if ( + pattern.find(path.sep) == -1 + and iswin32 + and pattern.find(posixpath.sep) != -1 + ): + # Running on Windows, the pattern has no Windows path separators, + # and the pattern has one or more Posix path separators. Replace + # the Posix path separators with the Windows path separator. + pattern = pattern.replace(posixpath.sep, path.sep) + + if pattern.find(path.sep) == -1: + name = path.basename + else: + name = str(path) # path.strpath # XXX svn? + if not os.path.isabs(pattern): + pattern = "*" + path.sep + pattern + return fnmatch.fnmatch(name, pattern) + + +def map_as_list(func, iter): + return list(map(func, iter)) + + +class Stat: + if TYPE_CHECKING: + + @property + def size(self) -> int: ... + + @property + def mtime(self) -> float: ... + + def __getattr__(self, name: str) -> Any: + return getattr(self._osstatresult, "st_" + name) + + def __init__(self, path, osstatresult): + self.path = path + self._osstatresult = osstatresult + + @property + def owner(self): + if iswin32: + raise NotImplementedError("XXX win32") + import pwd + + entry = error.checked_call(pwd.getpwuid, self.uid) # type:ignore[attr-defined,unused-ignore] + return entry[0] + + @property + def group(self): + """Return group name of file.""" + if iswin32: + raise NotImplementedError("XXX win32") + import grp + + entry = error.checked_call(grp.getgrgid, self.gid) # type:ignore[attr-defined,unused-ignore] + return entry[0] + + def isdir(self): + return S_ISDIR(self._osstatresult.st_mode) + + def isfile(self): + return S_ISREG(self._osstatresult.st_mode) + + def islink(self): + self.path.lstat() + return S_ISLNK(self._osstatresult.st_mode) + + +def getuserid(user): + import pwd + + if not isinstance(user, int): + user = pwd.getpwnam(user)[2] # type:ignore[attr-defined,unused-ignore] + return user + + +def getgroupid(group): + import grp + + if not isinstance(group, int): + group = grp.getgrnam(group)[2] # type:ignore[attr-defined,unused-ignore] + return group + + +class LocalPath: + """Object oriented interface to os.path and other local filesystem + related information. + """ + + class ImportMismatchError(ImportError): + """raised on pyimport() if there is a mismatch of __file__'s""" + + sep = os.sep + + def __init__(self, path=None, expanduser=False): + """Initialize and return a local Path instance. + + Path can be relative to the current directory. + If path is None it defaults to the current working directory. + If expanduser is True, tilde-expansion is performed. + Note that Path instances always carry an absolute path. + Note also that passing in a local path object will simply return + the exact same path object. Use new() to get a new copy. + """ + if path is None: + self.strpath = error.checked_call(os.getcwd) + else: + try: + path = os.fspath(path) + except TypeError: + raise ValueError( + "can only pass None, Path instances " + "or non-empty strings to LocalPath" + ) + if expanduser: + path = os.path.expanduser(path) + self.strpath = abspath(path) + + if sys.platform != "win32": + + def chown(self, user, group, rec=0): + """Change ownership to the given user and group. + user and group may be specified by a number or + by a name. if rec is True change ownership + recursively. + """ + uid = getuserid(user) + gid = getgroupid(group) + if rec: + for x in self.visit(rec=lambda x: x.check(link=0)): + if x.check(link=0): + error.checked_call(os.chown, str(x), uid, gid) + error.checked_call(os.chown, str(self), uid, gid) + + def readlink(self) -> str: + """Return value of a symbolic link.""" + # https://github.com/python/mypy/issues/12278 + return error.checked_call(os.readlink, self.strpath) # type: ignore[arg-type,return-value,unused-ignore] + + def mklinkto(self, oldname): + """Posix style hard link to another name.""" + error.checked_call(os.link, str(oldname), str(self)) + + def mksymlinkto(self, value, absolute=1): + """Create a symbolic link with the given value (pointing to another name).""" + if absolute: + error.checked_call(os.symlink, str(value), self.strpath) + else: + base = self.common(value) + # with posix local paths '/' is always a common base + relsource = self.__class__(value).relto(base) + reldest = self.relto(base) + n = reldest.count(self.sep) + target = self.sep.join(("..",) * n + (relsource,)) + error.checked_call(os.symlink, target, self.strpath) + + def __div__(self, other): + return self.join(os.fspath(other)) + + __truediv__ = __div__ # py3k + + @property + def basename(self): + """Basename part of path.""" + return self._getbyspec("basename")[0] + + @property + def dirname(self): + """Dirname part of path.""" + return self._getbyspec("dirname")[0] + + @property + def purebasename(self): + """Pure base name of the path.""" + return self._getbyspec("purebasename")[0] + + @property + def ext(self): + """Extension of the path (including the '.').""" + return self._getbyspec("ext")[0] + + def read_binary(self): + """Read and return a bytestring from reading the path.""" + with self.open("rb") as f: + return f.read() + + def read_text(self, encoding): + """Read and return a Unicode string from reading the path.""" + with self.open("r", encoding=encoding) as f: + return f.read() + + def read(self, mode="r"): + """Read and return a bytestring from reading the path.""" + with self.open(mode) as f: + return f.read() + + def readlines(self, cr=1): + """Read and return a list of lines from the path. if cr is False, the + newline will be removed from the end of each line.""" + mode = "r" + + if not cr: + content = self.read(mode) + return content.split("\n") + else: + f = self.open(mode) + try: + return f.readlines() + finally: + f.close() + + def load(self): + """(deprecated) return object unpickled from self.read()""" + f = self.open("rb") + try: + import pickle + + return error.checked_call(pickle.load, f) + finally: + f.close() + + def move(self, target): + """Move this path to target.""" + if target.relto(self): + raise error.EINVAL(target, "cannot move path into a subdirectory of itself") + try: + self.rename(target) + except error.EXDEV: # invalid cross-device link + self.copy(target) + self.remove() + + def fnmatch(self, pattern): + """Return true if the basename/fullname matches the glob-'pattern'. + + valid pattern characters:: + + * matches everything + ? matches any single character + [seq] matches any character in seq + [!seq] matches any char not in seq + + If the pattern contains a path-separator then the full path + is used for pattern matching and a '*' is prepended to the + pattern. + + if the pattern doesn't contain a path-separator the pattern + is only matched against the basename. + """ + return FNMatcher(pattern)(self) + + def relto(self, relpath): + """Return a string which is the relative part of the path + to the given 'relpath'. + """ + if not isinstance(relpath, (str, LocalPath)): + raise TypeError(f"{relpath!r}: not a string or path object") + strrelpath = str(relpath) + if strrelpath and strrelpath[-1] != self.sep: + strrelpath += self.sep + # assert strrelpath[-1] == self.sep + # assert strrelpath[-2] != self.sep + strself = self.strpath + if sys.platform == "win32" or getattr(os, "_name", None) == "nt": + if os.path.normcase(strself).startswith(os.path.normcase(strrelpath)): + return strself[len(strrelpath) :] + elif strself.startswith(strrelpath): + return strself[len(strrelpath) :] + return "" + + def ensure_dir(self, *args): + """Ensure the path joined with args is a directory.""" + return self.ensure(*args, dir=True) + + def bestrelpath(self, dest): + """Return a string which is a relative path from self + (assumed to be a directory) to dest such that + self.join(bestrelpath) == dest and if not such + path can be determined return dest. + """ + try: + if self == dest: + return os.curdir + base = self.common(dest) + if not base: # can be the case on windows + return str(dest) + self2base = self.relto(base) + reldest = dest.relto(base) + if self2base: + n = self2base.count(self.sep) + 1 + else: + n = 0 + lst = [os.pardir] * n + if reldest: + lst.append(reldest) + target = dest.sep.join(lst) + return target + except AttributeError: + return str(dest) + + def exists(self): + return self.check() + + def isdir(self): + return self.check(dir=1) + + def isfile(self): + return self.check(file=1) + + def parts(self, reverse=False): + """Return a root-first list of all ancestor directories + plus the path itself. + """ + current = self + lst = [self] + while 1: + last = current + current = current.dirpath() + if last == current: + break + lst.append(current) + if not reverse: + lst.reverse() + return lst + + def common(self, other): + """Return the common part shared with the other path + or None if there is no common part. + """ + last = None + for x, y in zip(self.parts(), other.parts()): + if x != y: + return last + last = x + return last + + def __add__(self, other): + """Return new path object with 'other' added to the basename""" + return self.new(basename=self.basename + str(other)) + + def visit(self, fil=None, rec=None, ignore=NeverRaised, bf=False, sort=False): + """Yields all paths below the current one + + fil is a filter (glob pattern or callable), if not matching the + path will not be yielded, defaulting to None (everything is + returned) + + rec is a filter (glob pattern or callable) that controls whether + a node is descended, defaulting to None + + ignore is an Exception class that is ignoredwhen calling dirlist() + on any of the paths (by default, all exceptions are reported) + + bf if True will cause a breadthfirst search instead of the + default depthfirst. Default: False + + sort if True will sort entries within each directory level. + """ + yield from Visitor(fil, rec, ignore, bf, sort).gen(self) + + def _sortlist(self, res, sort): + if sort: + if hasattr(sort, "__call__"): + warnings.warn( + DeprecationWarning( + "listdir(sort=callable) is deprecated and breaks on python3" + ), + stacklevel=3, + ) + res.sort(sort) + else: + res.sort() + + def __fspath__(self): + return self.strpath + + def __hash__(self): + s = self.strpath + if iswin32: + s = s.lower() + return hash(s) + + def __eq__(self, other): + s1 = os.fspath(self) + try: + s2 = os.fspath(other) + except TypeError: + return False + if iswin32: + s1 = s1.lower() + try: + s2 = s2.lower() + except AttributeError: + return False + return s1 == s2 + + def __ne__(self, other): + return not (self == other) + + def __lt__(self, other): + return os.fspath(self) < os.fspath(other) + + def __gt__(self, other): + return os.fspath(self) > os.fspath(other) + + def samefile(self, other): + """Return True if 'other' references the same file as 'self'.""" + other = os.fspath(other) + if not isabs(other): + other = abspath(other) + if self == other: + return True + if not hasattr(os.path, "samefile"): + return False + return error.checked_call(os.path.samefile, self.strpath, other) + + def remove(self, rec=1, ignore_errors=False): + """Remove a file or directory (or a directory tree if rec=1). + if ignore_errors is True, errors while removing directories will + be ignored. + """ + if self.check(dir=1, link=0): + if rec: + # force remove of readonly files on windows + if iswin32: + self.chmod(0o700, rec=1) + import shutil + + error.checked_call( + shutil.rmtree, self.strpath, ignore_errors=ignore_errors + ) + else: + error.checked_call(os.rmdir, self.strpath) + else: + if iswin32: + self.chmod(0o700) + error.checked_call(os.remove, self.strpath) + + def computehash(self, hashtype="md5", chunksize=524288): + """Return hexdigest of hashvalue for this file.""" + try: + try: + import hashlib as mod + except ImportError: + if hashtype == "sha1": + hashtype = "sha" + mod = __import__(hashtype) + hash = getattr(mod, hashtype)() + except (AttributeError, ImportError): + raise ValueError(f"Don't know how to compute {hashtype!r} hash") + f = self.open("rb") + try: + while 1: + buf = f.read(chunksize) + if not buf: + return hash.hexdigest() + hash.update(buf) + finally: + f.close() + + def new(self, **kw): + """Create a modified version of this path. + the following keyword arguments modify various path parts:: + + a:/some/path/to/a/file.ext + xx drive + xxxxxxxxxxxxxxxxx dirname + xxxxxxxx basename + xxxx purebasename + xxx ext + """ + obj = object.__new__(self.__class__) + if not kw: + obj.strpath = self.strpath + return obj + drive, dirname, basename, purebasename, ext = self._getbyspec( + "drive,dirname,basename,purebasename,ext" + ) + if "basename" in kw: + if "purebasename" in kw or "ext" in kw: + raise ValueError(f"invalid specification {kw!r}") + else: + pb = kw.setdefault("purebasename", purebasename) + try: + ext = kw["ext"] + except KeyError: + pass + else: + if ext and not ext.startswith("."): + ext = "." + ext + kw["basename"] = pb + ext + + if "dirname" in kw and not kw["dirname"]: + kw["dirname"] = drive + else: + kw.setdefault("dirname", dirname) + kw.setdefault("sep", self.sep) + obj.strpath = normpath("{dirname}{sep}{basename}".format(**kw)) + return obj + + def _getbyspec(self, spec: str) -> list[str]: + """See new for what 'spec' can be.""" + res = [] + parts = self.strpath.split(self.sep) + + args = filter(None, spec.split(",")) + for name in args: + if name == "drive": + res.append(parts[0]) + elif name == "dirname": + res.append(self.sep.join(parts[:-1])) + else: + basename = parts[-1] + if name == "basename": + res.append(basename) + else: + i = basename.rfind(".") + if i == -1: + purebasename, ext = basename, "" + else: + purebasename, ext = basename[:i], basename[i:] + if name == "purebasename": + res.append(purebasename) + elif name == "ext": + res.append(ext) + else: + raise ValueError(f"invalid part specification {name!r}") + return res + + def dirpath(self, *args, **kwargs): + """Return the directory path joined with any given path arguments.""" + if not kwargs: + path = object.__new__(self.__class__) + path.strpath = dirname(self.strpath) + if args: + path = path.join(*args) + return path + return self.new(basename="").join(*args, **kwargs) + + def join(self, *args: os.PathLike[str], abs: bool = False) -> LocalPath: + """Return a new path by appending all 'args' as path + components. if abs=1 is used restart from root if any + of the args is an absolute path. + """ + sep = self.sep + strargs = [os.fspath(arg) for arg in args] + strpath = self.strpath + if abs: + newargs: list[str] = [] + for arg in reversed(strargs): + if isabs(arg): + strpath = arg + strargs = newargs + break + newargs.insert(0, arg) + # special case for when we have e.g. strpath == "/" + actual_sep = "" if strpath.endswith(sep) else sep + for arg in strargs: + arg = arg.strip(sep) + if iswin32: + # allow unix style paths even on windows. + arg = arg.strip("/") + arg = arg.replace("/", sep) + strpath = strpath + actual_sep + arg + actual_sep = sep + obj = object.__new__(self.__class__) + obj.strpath = normpath(strpath) + return obj + + def open(self, mode="r", ensure=False, encoding=None): + """Return an opened file with the given mode. + + If ensure is True, create parent directories if needed. + """ + if ensure: + self.dirpath().ensure(dir=1) + if encoding: + return error.checked_call( + io.open, + self.strpath, + mode, + encoding=encoding, + ) + return error.checked_call(open, self.strpath, mode) + + def _fastjoin(self, name): + child = object.__new__(self.__class__) + child.strpath = self.strpath + self.sep + name + return child + + def islink(self): + return islink(self.strpath) + + def check(self, **kw): + """Check a path for existence and properties. + + Without arguments, return True if the path exists, otherwise False. + + valid checkers:: + + file = 1 # is a file + file = 0 # is not a file (may not even exist) + dir = 1 # is a dir + link = 1 # is a link + exists = 1 # exists + + You can specify multiple checker definitions, for example:: + + path.check(file=1, link=1) # a link pointing to a file + """ + if not kw: + return exists(self.strpath) + if len(kw) == 1: + if "dir" in kw: + return not kw["dir"] ^ isdir(self.strpath) + if "file" in kw: + return not kw["file"] ^ isfile(self.strpath) + if not kw: + kw = {"exists": 1} + return Checkers(self)._evaluate(kw) + + _patternchars = set("*?[" + os.sep) + + def listdir(self, fil=None, sort=None): + """List directory contents, possibly filter by the given fil func + and possibly sorted. + """ + if fil is None and sort is None: + names = error.checked_call(os.listdir, self.strpath) + return map_as_list(self._fastjoin, names) + if isinstance(fil, str): + if not self._patternchars.intersection(fil): + child = self._fastjoin(fil) + if exists(child.strpath): + return [child] + return [] + fil = FNMatcher(fil) + names = error.checked_call(os.listdir, self.strpath) + res = [] + for name in names: + child = self._fastjoin(name) + if fil is None or fil(child): + res.append(child) + self._sortlist(res, sort) + return res + + def size(self) -> int: + """Return size of the underlying file object""" + return self.stat().size + + def mtime(self) -> float: + """Return last modification time of the path.""" + return self.stat().mtime + + def copy(self, target, mode=False, stat=False): + """Copy path to target. + + If mode is True, will copy permission from path to target. + If stat is True, copy permission, last modification + time, last access time, and flags from path to target. + """ + if self.check(file=1): + if target.check(dir=1): + target = target.join(self.basename) + assert self != target + copychunked(self, target) + if mode: + copymode(self.strpath, target.strpath) + if stat: + copystat(self, target) + else: + + def rec(p): + return p.check(link=0) + + for x in self.visit(rec=rec): + relpath = x.relto(self) + newx = target.join(relpath) + newx.dirpath().ensure(dir=1) + if x.check(link=1): + newx.mksymlinkto(x.readlink()) + continue + elif x.check(file=1): + copychunked(x, newx) + elif x.check(dir=1): + newx.ensure(dir=1) + if mode: + copymode(x.strpath, newx.strpath) + if stat: + copystat(x, newx) + + def rename(self, target): + """Rename this path to target.""" + target = os.fspath(target) + return error.checked_call(os.rename, self.strpath, target) + + def dump(self, obj, bin=1): + """Pickle object into path location""" + f = self.open("wb") + import pickle + + try: + error.checked_call(pickle.dump, obj, f, bin) + finally: + f.close() + + def mkdir(self, *args): + """Create & return the directory joined with args.""" + p = self.join(*args) + error.checked_call(os.mkdir, os.fspath(p)) + return p + + def write_binary(self, data, ensure=False): + """Write binary data into path. If ensure is True create + missing parent directories. + """ + if ensure: + self.dirpath().ensure(dir=1) + with self.open("wb") as f: + f.write(data) + + def write_text(self, data, encoding, ensure=False): + """Write text data into path using the specified encoding. + If ensure is True create missing parent directories. + """ + if ensure: + self.dirpath().ensure(dir=1) + with self.open("w", encoding=encoding) as f: + f.write(data) + + def write(self, data, mode="w", ensure=False): + """Write data into path. If ensure is True create + missing parent directories. + """ + if ensure: + self.dirpath().ensure(dir=1) + if "b" in mode: + if not isinstance(data, bytes): + raise ValueError("can only process bytes") + else: + if not isinstance(data, str): + if not isinstance(data, bytes): + data = str(data) + else: + data = data.decode(sys.getdefaultencoding()) + f = self.open(mode) + try: + f.write(data) + finally: + f.close() + + def _ensuredirs(self): + parent = self.dirpath() + if parent == self: + return self + if parent.check(dir=0): + parent._ensuredirs() + if self.check(dir=0): + try: + self.mkdir() + except error.EEXIST: + # race condition: file/dir created by another thread/process. + # complain if it is not a dir + if self.check(dir=0): + raise + return self + + def ensure(self, *args, **kwargs): + """Ensure that an args-joined path exists (by default as + a file). if you specify a keyword argument 'dir=True' + then the path is forced to be a directory path. + """ + p = self.join(*args) + if kwargs.get("dir", 0): + return p._ensuredirs() + else: + p.dirpath()._ensuredirs() + if not p.check(file=1): + p.open("wb").close() + return p + + @overload + def stat(self, raising: Literal[True] = ...) -> Stat: ... + + @overload + def stat(self, raising: Literal[False]) -> Stat | None: ... + + def stat(self, raising: bool = True) -> Stat | None: + """Return an os.stat() tuple.""" + if raising: + return Stat(self, error.checked_call(os.stat, self.strpath)) + try: + return Stat(self, os.stat(self.strpath)) + except KeyboardInterrupt: + raise + except Exception: + return None + + def lstat(self) -> Stat: + """Return an os.lstat() tuple.""" + return Stat(self, error.checked_call(os.lstat, self.strpath)) + + def setmtime(self, mtime=None): + """Set modification time for the given path. if 'mtime' is None + (the default) then the file's mtime is set to current time. + + Note that the resolution for 'mtime' is platform dependent. + """ + if mtime is None: + return error.checked_call(os.utime, self.strpath, mtime) + try: + return error.checked_call(os.utime, self.strpath, (-1, mtime)) + except error.EINVAL: + return error.checked_call(os.utime, self.strpath, (self.atime(), mtime)) + + def chdir(self): + """Change directory to self and return old current directory""" + try: + old = self.__class__() + except error.ENOENT: + old = None + error.checked_call(os.chdir, self.strpath) + return old + + @contextmanager + def as_cwd(self): + """ + Return a context manager, which changes to the path's dir during the + managed "with" context. + On __enter__ it returns the old dir, which might be ``None``. + """ + old = self.chdir() + try: + yield old + finally: + if old is not None: + old.chdir() + + def realpath(self): + """Return a new path which contains no symbolic links.""" + return self.__class__(os.path.realpath(self.strpath)) + + def atime(self): + """Return last access time of the path.""" + return self.stat().atime + + def __repr__(self): + return f"local({self.strpath!r})" + + def __str__(self): + """Return string representation of the Path.""" + return self.strpath + + def chmod(self, mode, rec=0): + """Change permissions to the given mode. If mode is an + integer it directly encodes the os-specific modes. + if rec is True perform recursively. + """ + if not isinstance(mode, int): + raise TypeError(f"mode {mode!r} must be an integer") + if rec: + for x in self.visit(rec=rec): + error.checked_call(os.chmod, str(x), mode) + error.checked_call(os.chmod, self.strpath, mode) + + def pypkgpath(self): + """Return the Python package path by looking for the last + directory upwards which still contains an __init__.py. + Return None if a pkgpath cannot be determined. + """ + pkgpath = None + for parent in self.parts(reverse=True): + if parent.isdir(): + if not parent.join("__init__.py").exists(): + break + if not isimportable(parent.basename): + break + pkgpath = parent + return pkgpath + + def _ensuresyspath(self, ensuremode, path): + if ensuremode: + s = str(path) + if ensuremode == "append": + if s not in sys.path: + sys.path.append(s) + else: + if s != sys.path[0]: + sys.path.insert(0, s) + + def pyimport(self, modname=None, ensuresyspath=True): + """Return path as an imported python module. + + If modname is None, look for the containing package + and construct an according module name. + The module will be put/looked up in sys.modules. + if ensuresyspath is True then the root dir for importing + the file (taking __init__.py files into account) will + be prepended to sys.path if it isn't there already. + If ensuresyspath=="append" the root dir will be appended + if it isn't already contained in sys.path. + if ensuresyspath is False no modification of syspath happens. + + Special value of ensuresyspath=="importlib" is intended + purely for using in pytest, it is capable only of importing + separate .py files outside packages, e.g. for test suite + without any __init__.py file. It effectively allows having + same-named test modules in different places and offers + mild opt-in via this option. Note that it works only in + recent versions of python. + """ + if not self.check(): + raise error.ENOENT(self) + + if ensuresyspath == "importlib": + if modname is None: + modname = self.purebasename + spec = importlib.util.spec_from_file_location(modname, str(self)) + if spec is None or spec.loader is None: + raise ImportError(f"Can't find module {modname} at location {self!s}") + mod = importlib.util.module_from_spec(spec) + spec.loader.exec_module(mod) + return mod + + pkgpath = None + if modname is None: + pkgpath = self.pypkgpath() + if pkgpath is not None: + pkgroot = pkgpath.dirpath() + names = self.new(ext="").relto(pkgroot).split(self.sep) + if names[-1] == "__init__": + names.pop() + modname = ".".join(names) + else: + pkgroot = self.dirpath() + modname = self.purebasename + + self._ensuresyspath(ensuresyspath, pkgroot) + __import__(modname) + mod = sys.modules[modname] + if self.basename == "__init__.py": + return mod # we don't check anything as we might + # be in a namespace package ... too icky to check + modfile = mod.__file__ + assert modfile is not None + if modfile[-4:] in (".pyc", ".pyo"): + modfile = modfile[:-1] + elif modfile.endswith("$py.class"): + modfile = modfile[:-9] + ".py" + if modfile.endswith(os.sep + "__init__.py"): + if self.basename != "__init__.py": + modfile = modfile[:-12] + try: + issame = self.samefile(modfile) + except error.ENOENT: + issame = False + if not issame: + ignore = os.getenv("PY_IGNORE_IMPORTMISMATCH") + if ignore != "1": + raise self.ImportMismatchError(modname, modfile, self) + return mod + else: + try: + return sys.modules[modname] + except KeyError: + # we have a custom modname, do a pseudo-import + import types + + mod = types.ModuleType(modname) + mod.__file__ = str(self) + sys.modules[modname] = mod + try: + with open(str(self), "rb") as f: + exec(f.read(), mod.__dict__) + except BaseException: + del sys.modules[modname] + raise + return mod + + def sysexec(self, *argv: os.PathLike[str], **popen_opts: Any) -> str: + """Return stdout text from executing a system child process, + where the 'self' path points to executable. + The process is directly invoked and not through a system shell. + """ + from subprocess import PIPE + from subprocess import Popen + + popen_opts.pop("stdout", None) + popen_opts.pop("stderr", None) + proc = Popen( + [str(self)] + [str(arg) for arg in argv], + **popen_opts, + stdout=PIPE, + stderr=PIPE, + ) + stdout: str | bytes + stdout, stderr = proc.communicate() + ret = proc.wait() + if isinstance(stdout, bytes): + stdout = stdout.decode(sys.getdefaultencoding()) + if ret != 0: + if isinstance(stderr, bytes): + stderr = stderr.decode(sys.getdefaultencoding()) + raise RuntimeError( + ret, + ret, + str(self), + stdout, + stderr, + ) + return stdout + + @classmethod + def sysfind(cls, name, checker=None, paths=None): + """Return a path object found by looking at the systems + underlying PATH specification. If the checker is not None + it will be invoked to filter matching paths. If a binary + cannot be found, None is returned + Note: This is probably not working on plain win32 systems + but may work on cygwin. + """ + if isabs(name): + p = local(name) + if p.check(file=1): + return p + else: + if paths is None: + if iswin32: + paths = os.environ["Path"].split(";") + if "" not in paths and "." not in paths: + paths.append(".") + try: + systemroot = os.environ["SYSTEMROOT"] + except KeyError: + pass + else: + paths = [ + path.replace("%SystemRoot%", systemroot) for path in paths + ] + else: + paths = os.environ["PATH"].split(":") + tryadd = [] + if iswin32: + tryadd += os.environ["PATHEXT"].split(os.pathsep) + tryadd.append("") + + for x in paths: + for addext in tryadd: + p = local(x).join(name, abs=True) + addext + try: + if p.check(file=1): + if checker: + if not checker(p): + continue + return p + except error.EACCES: + pass + return None + + @classmethod + def _gethomedir(cls): + try: + x = os.environ["HOME"] + except KeyError: + try: + x = os.environ["HOMEDRIVE"] + os.environ["HOMEPATH"] + except KeyError: + return None + return cls(x) + + # """ + # special class constructors for local filesystem paths + # """ + @classmethod + def get_temproot(cls): + """Return the system's temporary directory + (where tempfiles are usually created in) + """ + import tempfile + + return local(tempfile.gettempdir()) + + @classmethod + def mkdtemp(cls, rootdir=None): + """Return a Path object pointing to a fresh new temporary directory + (which we created ourselves). + """ + import tempfile + + if rootdir is None: + rootdir = cls.get_temproot() + path = error.checked_call(tempfile.mkdtemp, dir=str(rootdir)) + return cls(path) + + @classmethod + def make_numbered_dir( + cls, prefix="session-", rootdir=None, keep=3, lock_timeout=172800 + ): # two days + """Return unique directory with a number greater than the current + maximum one. The number is assumed to start directly after prefix. + if keep is true directories with a number less than (maxnum-keep) + will be removed. If .lock files are used (lock_timeout non-zero), + algorithm is multi-process safe. + """ + if rootdir is None: + rootdir = cls.get_temproot() + + nprefix = prefix.lower() + + def parse_num(path): + """Parse the number out of a path (if it matches the prefix)""" + nbasename = path.basename.lower() + if nbasename.startswith(nprefix): + try: + return int(nbasename[len(nprefix) :]) + except ValueError: + pass + + def create_lockfile(path): + """Exclusively create lockfile. Throws when failed""" + mypid = os.getpid() + lockfile = path.join(".lock") + if hasattr(lockfile, "mksymlinkto"): + lockfile.mksymlinkto(str(mypid)) + else: + fd = error.checked_call( + os.open, str(lockfile), os.O_WRONLY | os.O_CREAT | os.O_EXCL, 0o644 + ) + with os.fdopen(fd, "w") as f: + f.write(str(mypid)) + return lockfile + + def atexit_remove_lockfile(lockfile): + """Ensure lockfile is removed at process exit""" + mypid = os.getpid() + + def try_remove_lockfile(): + # in a fork() situation, only the last process should + # remove the .lock, otherwise the other processes run the + # risk of seeing their temporary dir disappear. For now + # we remove the .lock in the parent only (i.e. we assume + # that the children finish before the parent). + if os.getpid() != mypid: + return + try: + lockfile.remove() + except error.Error: + pass + + atexit.register(try_remove_lockfile) + + # compute the maximum number currently in use with the prefix + lastmax = None + while True: + maxnum = -1 + for path in rootdir.listdir(): + num = parse_num(path) + if num is not None: + maxnum = max(maxnum, num) + + # make the new directory + try: + udir = rootdir.mkdir(prefix + str(maxnum + 1)) + if lock_timeout: + lockfile = create_lockfile(udir) + atexit_remove_lockfile(lockfile) + except (error.EEXIST, error.ENOENT, error.EBUSY): + # race condition (1): another thread/process created the dir + # in the meantime - try again + # race condition (2): another thread/process spuriously acquired + # lock treating empty directory as candidate + # for removal - try again + # race condition (3): another thread/process tried to create the lock at + # the same time (happened in Python 3.3 on Windows) + # https://ci.appveyor.com/project/pytestbot/py/build/1.0.21/job/ffi85j4c0lqwsfwa + if lastmax == maxnum: + raise + lastmax = maxnum + continue + break + + def get_mtime(path): + """Read file modification time""" + try: + return path.lstat().mtime + except error.Error: + pass + + garbage_prefix = prefix + "garbage-" + + def is_garbage(path): + """Check if path denotes directory scheduled for removal""" + bn = path.basename + return bn.startswith(garbage_prefix) + + # prune old directories + udir_time = get_mtime(udir) + if keep and udir_time: + for path in rootdir.listdir(): + num = parse_num(path) + if num is not None and num <= (maxnum - keep): + try: + # try acquiring lock to remove directory as exclusive user + if lock_timeout: + create_lockfile(path) + except (error.EEXIST, error.ENOENT, error.EBUSY): + path_time = get_mtime(path) + if not path_time: + # assume directory doesn't exist now + continue + if abs(udir_time - path_time) < lock_timeout: + # assume directory with lockfile exists + # and lock timeout hasn't expired yet + continue + + # path dir locked for exclusive use + # and scheduled for removal to avoid another thread/process + # treating it as a new directory or removal candidate + garbage_path = rootdir.join(garbage_prefix + str(uuid.uuid4())) + try: + path.rename(garbage_path) + garbage_path.remove(rec=1) + except KeyboardInterrupt: + raise + except Exception: # this might be error.Error, WindowsError ... + pass + if is_garbage(path): + try: + path.remove(rec=1) + except KeyboardInterrupt: + raise + except Exception: # this might be error.Error, WindowsError ... + pass + + # make link... + try: + username = os.environ["USER"] # linux, et al + except KeyError: + try: + username = os.environ["USERNAME"] # windows + except KeyError: + username = "current" + + src = str(udir) + dest = src[: src.rfind("-")] + "-" + username + try: + os.unlink(dest) + except OSError: + pass + try: + os.symlink(src, dest) + except (OSError, AttributeError, NotImplementedError): + pass + + return udir + + +def copymode(src, dest): + """Copy permission from src to dst.""" + import shutil + + shutil.copymode(src, dest) + + +def copystat(src, dest): + """Copy permission, last modification time, + last access time, and flags from src to dst.""" + import shutil + + shutil.copystat(str(src), str(dest)) + + +def copychunked(src, dest): + chunksize = 524288 # half a meg of bytes + fsrc = src.open("rb") + try: + fdest = dest.open("wb") + try: + while 1: + buf = fsrc.read(chunksize) + if not buf: + break + fdest.write(buf) + finally: + fdest.close() + finally: + fsrc.close() + + +def isimportable(name): + if name and (name[0].isalpha() or name[0] == "_"): + name = name.replace("_", "") + return not name or name.isalnum() + + +local = LocalPath diff --git a/env/lib/python3.8/site-packages/_pytest/_version.py b/env/lib/python3.8/site-packages/_pytest/_version.py new file mode 100644 index 000000000..80d836b05 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/_version.py @@ -0,0 +1,21 @@ +# file generated by setuptools-scm +# don't change, don't track in version control + +__all__ = ["__version__", "__version_tuple__", "version", "version_tuple"] + +TYPE_CHECKING = False +if TYPE_CHECKING: + from typing import Tuple + from typing import 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 = '8.3.5' +__version_tuple__ = version_tuple = (8, 3, 5) diff --git a/env/lib/python3.8/site-packages/_pytest/assertion/__init__.py b/env/lib/python3.8/site-packages/_pytest/assertion/__init__.py new file mode 100644 index 000000000..f2f1d029b --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/assertion/__init__.py @@ -0,0 +1,192 @@ +# mypy: allow-untyped-defs +"""Support for presenting detailed information in failing assertions.""" + +from __future__ import annotations + +import sys +from typing import Any +from typing import Generator +from typing import TYPE_CHECKING + +from _pytest.assertion import rewrite +from _pytest.assertion import truncate +from _pytest.assertion import util +from _pytest.assertion.rewrite import assertstate_key +from _pytest.config import Config +from _pytest.config import hookimpl +from _pytest.config.argparsing import Parser +from _pytest.nodes import Item + + +if TYPE_CHECKING: + from _pytest.main import Session + + +def pytest_addoption(parser: Parser) -> None: + group = parser.getgroup("debugconfig") + group.addoption( + "--assert", + action="store", + dest="assertmode", + choices=("rewrite", "plain"), + default="rewrite", + metavar="MODE", + help=( + "Control assertion debugging tools.\n" + "'plain' performs no assertion debugging.\n" + "'rewrite' (the default) rewrites assert statements in test modules" + " on import to provide assert expression information." + ), + ) + parser.addini( + "enable_assertion_pass_hook", + type="bool", + default=False, + help="Enables the pytest_assertion_pass hook. " + "Make sure to delete any previously generated pyc cache files.", + ) + Config._add_verbosity_ini( + parser, + Config.VERBOSITY_ASSERTIONS, + help=( + "Specify a verbosity level for assertions, overriding the main level. " + "Higher levels will provide more detailed explanation when an assertion fails." + ), + ) + + +def register_assert_rewrite(*names: str) -> None: + """Register one or more module names to be rewritten on import. + + This function will make sure that this module or all modules inside + the package will get their assert statements rewritten. + Thus you should make sure to call this before the module is + actually imported, usually in your __init__.py if you are a plugin + using a package. + + :param names: The module names to register. + """ + for name in names: + if not isinstance(name, str): + msg = "expected module names as *args, got {0} instead" # type: ignore[unreachable] + raise TypeError(msg.format(repr(names))) + for hook in sys.meta_path: + if isinstance(hook, rewrite.AssertionRewritingHook): + importhook = hook + break + else: + # TODO(typing): Add a protocol for mark_rewrite() and use it + # for importhook and for PytestPluginManager.rewrite_hook. + importhook = DummyRewriteHook() # type: ignore + importhook.mark_rewrite(*names) + + +class DummyRewriteHook: + """A no-op import hook for when rewriting is disabled.""" + + def mark_rewrite(self, *names: str) -> None: + pass + + +class AssertionState: + """State for the assertion plugin.""" + + def __init__(self, config: Config, mode) -> None: + self.mode = mode + self.trace = config.trace.root.get("assertion") + self.hook: rewrite.AssertionRewritingHook | None = None + + +def install_importhook(config: Config) -> rewrite.AssertionRewritingHook: + """Try to install the rewrite hook, raise SystemError if it fails.""" + config.stash[assertstate_key] = AssertionState(config, "rewrite") + config.stash[assertstate_key].hook = hook = rewrite.AssertionRewritingHook(config) + sys.meta_path.insert(0, hook) + config.stash[assertstate_key].trace("installed rewrite import hook") + + def undo() -> None: + hook = config.stash[assertstate_key].hook + if hook is not None and hook in sys.meta_path: + sys.meta_path.remove(hook) + + config.add_cleanup(undo) + return hook + + +def pytest_collection(session: Session) -> None: + # This hook is only called when test modules are collected + # so for example not in the managing process of pytest-xdist + # (which does not collect test modules). + assertstate = session.config.stash.get(assertstate_key, None) + if assertstate: + if assertstate.hook is not None: + assertstate.hook.set_session(session) + + +@hookimpl(wrapper=True, tryfirst=True) +def pytest_runtest_protocol(item: Item) -> Generator[None, object, object]: + """Setup the pytest_assertrepr_compare and pytest_assertion_pass hooks. + + The rewrite module will use util._reprcompare if it exists to use custom + reporting via the pytest_assertrepr_compare hook. This sets up this custom + comparison for the test. + """ + ihook = item.ihook + + def callbinrepr(op, left: object, right: object) -> str | None: + """Call the pytest_assertrepr_compare hook and prepare the result. + + This uses the first result from the hook and then ensures the + following: + * Overly verbose explanations are truncated unless configured otherwise + (eg. if running in verbose mode). + * Embedded newlines are escaped to help util.format_explanation() + later. + * If the rewrite mode is used embedded %-characters are replaced + to protect later % formatting. + + The result can be formatted by util.format_explanation() for + pretty printing. + """ + hook_result = ihook.pytest_assertrepr_compare( + config=item.config, op=op, left=left, right=right + ) + for new_expl in hook_result: + if new_expl: + new_expl = truncate.truncate_if_required(new_expl, item) + new_expl = [line.replace("\n", "\\n") for line in new_expl] + res = "\n~".join(new_expl) + if item.config.getvalue("assertmode") == "rewrite": + res = res.replace("%", "%%") + return res + return None + + saved_assert_hooks = util._reprcompare, util._assertion_pass + util._reprcompare = callbinrepr + util._config = item.config + + if ihook.pytest_assertion_pass.get_hookimpls(): + + def call_assertion_pass_hook(lineno: int, orig: str, expl: str) -> None: + ihook.pytest_assertion_pass(item=item, lineno=lineno, orig=orig, expl=expl) + + util._assertion_pass = call_assertion_pass_hook + + try: + return (yield) + finally: + util._reprcompare, util._assertion_pass = saved_assert_hooks + util._config = None + + +def pytest_sessionfinish(session: Session) -> None: + assertstate = session.config.stash.get(assertstate_key, None) + if assertstate: + if assertstate.hook is not None: + assertstate.hook.set_session(None) + + +def pytest_assertrepr_compare( + config: Config, op: str, left: Any, right: Any +) -> list[str] | None: + return util.assertrepr_compare(config=config, op=op, left=left, right=right) diff --git a/env/lib/python3.8/site-packages/_pytest/assertion/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/assertion/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4ecc397cecfd142bedb4f1f357f89301b8e484e1 GIT binary patch literal 6976 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/assertion/__pycache__/rewrite.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/assertion/__pycache__/rewrite.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a03166925378e8aeab23e8b37bf97f47deea9d91 GIT binary patch literal 35267 zcmcJ&3z!^7ejnD|)AQWf-NEi+@dk$=L1IB*0ls-SkOvSC5Qyj&%?9WylTejs#l+SkDR`Nx*V~4V% zMA9eAf_R7ge*fz3oqgbx#9tPenyTum>U#a(|EhVpzrSGN?=ODuso9agYFYo1iQd0) zB#u~??f+iNvXoV^l&zemJ?B&$oAFdLRY~F7ZMt*mN;=BRR5J1`Tgl3Iu9BDULiF7i zeHSZ5$?vc9%lANKK)wengZNH2OLH448>Gz);zO08sQux}u#_9AjL7%K%0~Gft&HM3 z+uSs_xw2Wx<`Caf*&^{g;#(_QC0;;$TVK8X(? zUapiSK8X1JmHQ=LYVMkQpz?skH#8rd+g;f$@uB8Ja}QS@miTaU&)isLOyVQWy>pLL z9+CJ)#P?P9Nqn@qe{Q@oF7Zvx19Jx}kJ^^E<6~QY1tZ#wmLID;W?L^xNZ%!W(Hk*?8)kmfG$;@J;Jmsmjx8huVqSe_7r4u|5AQs=UdnJfrUS zp5A16&mjIe?{U;Sg!Xo+2hiRFUcT}9#$gGcz2R1#QxB@$>LK;8+VhF4#?;>T-O3l# zHstJ9kEnfW|0iiRt_~pg2+{}Dqw29wQtEN_1agk5C)HE$Thlh4JffafF#jYI15 z@24xzs~=N`)wAk3^#!zj1g#uZ&m;esI;M`R6Q4Nhq3gKC$>Tcy6Vn3ujgy+>X!V78!;YBrz z@MTp;_=;*Ed{tdW_?l`Wd|k~Utf&^kH&h$pn`$26C3OYimy||WRX)PERDiIi77$LV zs|csmHH1pNjnGrq5l*WP!Ws2WeN$ytb=9JJ7jyJw^&Wa&_p*(K`eF5zk8I5F4fQ^r z{D}Hf@4Gkb%4Mwd2kItP`X=f(Z=@=7vW_33%vaTqqIOGG>uX4Vq`r=HTcs{oV;^^( zJnvo8^}s9FeBaYSz1=Dwy>PJ{w9E6ltrn)da;uKO)4Hw8bDr*r2XkG*)}*cVStynu|2$4{I*`ts?E)$=FLov)rb`danEsmck~ z@@vzc_U75bP#mu=w3_uf3{xRDd)3oEdW@*M5Y(Ia&KzsErt33&cmZQH4~w-)zujC2 zym>Q3)(ZHMHob~?M zNE{*ZEh6Gs6&ncHQ8t#v;n-V2z2!A0#!_LfT5Z+lylOQpRI77Xl_ulGYW2!Ot!bXz zw)A$iBEg-v4$QXayaTG%Ixv4dm~FTA&p*C@T6^AP-P<4N+SFxFAMjdN4>aqOQHjUL zpE=-Te)iAfDVO*_6;(YyIFRg%1KRAA@%ig|Gv4(mKE8t>XG>adLcEjPZ|d#8lS09Z zp*PR)efMNo$5a1^draQ zmC?%mY8UbbdP+T@9z@O{a#CtH+5y@`x+Lj6NE`IIK>%()(gtx3dBcqnb?|Z;XnI8A zk6upe|DYaIk2g2Yft1-+t0<{WCWZE%06KOAy}Fgnst-HinQ%1OMFvvqt(h0w?aQ4< z&z(5;_`$~x;OmJeA1&AC=G!_b&*D+}+H8Glwj3>&A3?T1t~X%HLwBOx@@_j}W=ghv zn9*Lapj%U1$@ouJ6^Ub9pIJn@cGs#}ol@6cvXy;{Dd$zIwbQkN)a8PH!nXL2D>vit z+3Qxzc?}E&;%=Q`I>_AMcUHLwb1FT{HuCbUAbEYt!gw|R)#-ZE^E-KN!s=e^ zrA~ftl?g;oR&wk;Q)5NF8yyTYGalfj9%iOn09QXOyi#i}cqfRq!mMv#IxJPqqy%0| zAj%I@z88f3)wu<{B$_Y)7BM2`86YqfZmUk#e2-A(SA%wSYSx>&oD|(sovZ1~o~i-? z#F^Ep8VZG@)#$BNq7UCx1paYC*Y}#!((7fI)jK!{06NAHRI8YH%O{XocE)z>l0AS= z2LEy?eDK}5Z~bjC9=FgLh!9!1Tjq+7IeIUe(+?q7v({X1S?dxaW~~+12N;RiXyRmC zn=p^~WB4-7B}m5%pbyg-kNW}&`7Q#Ep|k5A{q3nRfz=3fXM2qH-#`kzpClf-6b+-Z zDY!ll0(3^O;6=pa2fGaf0Hux3VF7?U_4TOOg?Vo(o(4B`xt5{JRS7deO=IJjS&_c7 zzxd1HLkuOe@;@QcwHlT#a6S;T8%~hgVl84XFS(d6_m-m{l4tHx8Z&2uNpo)5Hp(t# z@Z7oOET+3@WnIqct6c}*d43TFvVTkWAL<&GteNrb&-H5H{(9kCh7Z$x3SO$8ZyK ztJAtYCpaN_ahPfA`b@nQ7V3Vzg;#-9(4S+Ce6j<=(uMYdp7KrtnVdEwaoWCqnx!({ z+jSqPVzBDZwilWz?wdY@r(-#@%b!AAitA@shrBwZ5le$t<}JsPexQh zP5&?gE0eKZyNG|TT}l<5lA8l$1D@T?_nma^kDctmA36ErA3A-mlW_)Ygn)kjb3f~p z?*T!{YdSlViCY&00Jtxq59^}E!_W+qE0$>E*mX5ZGS<&^4@vfR?|L=^$lt zZrF<;Ne#CF5(JPZ?Jqn?^j-&G=W94G>Q)^(&{F zPC(je3@A&be#F^g1%sO`fLgkn-DWN3f)d)!byJQ08>z*7H!tA+J5t~6I^T2*N(eSc z58NBho6ceZI?_s@)2N zn0i%W@u{}*!hYaeLn5o_Vpt6Hbr4a|(7N{Zb8LVh2a)0RW7UgCPn{0)fXkW^THGIl zs4xP8b$~fUev#*{_crhcI!^hcS{>^%FnpG+ev!c`Hl3CVVO|C=op9QhD+QAj;*cWY zcc$85pD)-0AYKbr!*?HF7H$1Mjdp!fMN23(AlxYya)4}CK7e*-2(+89Ucx^Y6w$GV zoPtxjH)ZT;URdkUoou(8V=0**8Hs_B6ki+tW%13Az{sy7Lb9c7kehQPTmCuhWRP{{ zHb{OBE~Wq{sT=l^8>AbVTiow}j-?z@`K3bFRUmV>p#NbAlC%>HpsUhSPM)#!<&18s z3P2pYp%6@yFDKzInB2&w4>AL6h<>(&7VDRqf)HUy6?Uj89 z&E;$D*26)0((8fINe>X}apYuDQ8#I<9*igPiHn~C>hEeIc6~pBlX@q@PFd)1*}q($ zUvJVt^oI;qK%KZ`1V1t0%G1XhkbbTL(OcBTq|Q#Uo>6jDXx73`b?noMZie-Fa7KKnA}8fZ+A z%UVv7TqNf~K=MC9Bmf{TIoRruq%J%9K_GU>yvqcFiWvZpD_r7v#+E?3NT2{f=cRNH zIbrD_E98ryn*+!_xR?&|AW9%H`YkD+UTz%#hZBjjaH(4atjt8GFBYgMX>D01 z6>&EAr*{aH1FQvfARro)z9hH2=Ne%O98rC`jt5X7P0c9)n>Ti-+!b>`{9&rx+7{Zzx+A6@V*DivVt* zix@5b1}&W+Pe|7F2zjic<}N@-0s;SN*i^{QPL7P%SY?ty)d6e!uzyH1L*4OZ-~>kNF~ z0m?7hod;G84{Jre8qnKvE4Lkk-XB6&Rwzvf_yl+XcA_j;ah#?#hm9s1gqw_@D~f;{ z;Gb0bqnJ<6ObAWBZHHUWiHg;9;b7j&NV>0Rgt*#`zR~Sdu2=A_ZPgXQ3h6nI@HWjQE-~F z4k7_dg;m&e5sg5LY54<)SYUa{)aEeT&S&=q@OAe>r>{rV6Q)Ju1E9~500^V7?gA9> z)?@()_X=?PW21!iCHoezt^)z;hph9~&jBCu8<>&QF4fs_cAgMWYnF`?mAq6H`><9% zdhXPC=;+A_yxwikd#%vrwvFfFL%cGyr&n*iTvDIY!Hr>opSY)vE-roB`IH;!Qw{`T z_Q#AD5y<|)QjT2IHQFi&XXia5iun3JMTvWFM(QreVSu-=^k!;go6cN{+Y;Jlrd*Ti zI%N2P%ODDGv6TA}uqNgvje(nvke0JdR7#mJTdHgURL*|4mD z;H;tR`p3~sWm|84G>-A81T;X@=!Jt9P^jrmP|*r3Xpm4m@3IHk)ascZ=3MG%ZV=&1 zAK@ZUQ(yt=2b`kQ*?SLIU#Bv(ofBhQM2OYo67)6(9R`mxc!I$Z2FDSEg>#9_pieXR z3k)V0Ofet>Dr|@FEc%C;B;4q)GvE~JZy=~_T5pDGlT)(VVgK?|=KU0_Ed!&(b}(-j zf+P6&WV0cBI;B!6T}XpeeKz`7DP7t-^zg{Wq5jfPsZdH6quG&Ko&2e@Zx~H$XQ1tm zQ{d&i!j{(=Fj|^pklrt1sq_PA9H_;ap4XFz>KX%qQ10gVFM~)TioS^i=qY%hhR|hj zGB$W0s8zKa8Hs`0K^=&rK&5UseM_jZU2Q54ixgB@n_XX_m zo`1()-2L+1FQ=?d>hS5);5IKI$1GY2v9NgN=nJQgRVQ9P^ZbePVG2YMR>Pn=N9+e< z0W{e4ju&QtlNP1|YKo^WgHG18KU-^tX|*sn?}PjNgpDQ>5T>V_wHZH5n^s&l(X&Qe z9@rTYRYi4r9!8T0b!G+}7km+TBxl6dzrc1m7_AV18j{sAlPqt0i%FU8c*Mw%sZJ2$ zKR^c9Moe;G5f##BVA1V76gZIR9U#dehzKc&2w*X9q>QG?AV?T>j(}Bl4Xe7Cv8~Q7 zOn90LfcD&OrjbEwE+_s~u%JH+%60(^=VIpF%xg%~>;tu)Mb?VK1xvM_i(33O8|Bbq zIckwTgr4nBYENacz_|%wXG7=OWM`|fMn_f}qq72nDnoMa7@1(=9@<%Xf)>6k6dU#oo;5D1T)=vl*k{PXsjyq%6q3iT zWEArK2KsanIYm(j)?2e43~cezxWqLfw3ATs2?jD+h7^=MBH#O7I2bdXHLk_PRsN1OLz;QRy1}MDC+ezsCNLfw*j7Igekc4b(F3qAPAv^>be0@-)TOZ!n5R$ zaeicm33e2*^ch41#xXSe?bXnpJKU_zO{&^+mr?WgQPk4Ef}pc8c7S+;2Chr{#5{MY zvvK8;C-y4+mss;H2BIC6)$c{L1o(~$)6G9@^^flmz zkDVVI0W|Ij9EhIWE!Z6pfvEk)K4@gH15!&czT-(2?VOC-`228iN zd?UsQ1Jqm_#*6P#&SLJ}T#OxpTsI3upSqmVzm~L+`4)7L%XsMLq>tS!_F`7_?9kIU z`YxwFw)AI7o!mX@WL2JZQ~~8}y)P->caQRURb=_aeBeUh%d7rd(Dti=BbL-}CiMsJ zQ6FvrQokVe3sOIm)c^BI{nC2%u~rl;ImdmN;}{*I~tgC)huuLe>KacZeOsW zF?7TE*zpf0eHdD=4_&{;f_9sVT^)>lN(k-Tzq-IA`af5jsZW(#3v-iTWj`g8sK3R+ zyH*!oX!#5Cbg6*IC6s+kQ+Wq_Xgvs;p8gru8bGZ``AjLcbKmM#>aD4^rX8kCeqgLK ziUJWMF-|c#@~i5MAfF;#O{Ooxp<}~_T>T<@Nh+p^;q(%NTMT}d!PgLkDInTq21oxH z<`u+ZYB1`znc?z{VgAJ1Q=W)FBCzY9;G|doAgh^%DO|{|kWPrMDJ0h_%UB`l{Bb1Ed11++ zC?0|+NL8}ffj|LZPxTLiBLLR`_8W{j6~$1Ik+P&da+dSP+}eMR-n;-iOs!0RJHY$A zrfH$piZ-%X6wMSs>R#mali{7}&=ykB$Gd6}dU0Hyc(-&P> z%ezLMvlvsL6Z8D3+C23ofI*LoaJ^iE)dYQ{q8g(A)NBo|2ei4+;2E1vCivzi&|T7* z@q2cl41Z6&j;5bUn4s89O}a7#cOn>tWFqPT4MOtJVMJD_B^Ho8w~qPT6yWh*$L?fjA3Q` zg?8bN^JeQd93AIsZwpc?^x%QQ8L>`@n74)dYD<+ea#U2joMM+srS*Ts zpdSHt^*?0%e`K(7|H7UdH}P%mVzMt*0m>t=V6cku{CGTc)K#%o{WS&eX38wPWd+={1_YPuaguF*ZxnE<6SgLrx+z zC6jIVSY8*#zcTX5iSy5&y>RN{>(!$dE}S@j@zmLg3!1Zm$s^o{`Q;ibr%?Z6JpN0Z zJd#MufddI}r7XIwi<3W5d44@t7dlR z{F%SSEkMAt`l#S8L4N>Ci=%%FIV&~*_ab>6*#J)=!iB$KYaGwGKyd-WBGm%L*iz*{ z{6Cn83jmYIrsPhX6wTO0IwjLljGD)*zAr@ztJ_Ks#m! z=HnEg{HZsgC0a}`W;%s#8h%lf`Zhx%p^NVkvmKze%Ni|DH>)8%UO9bbgjhq2)$c(9 zg37K7ZxQMkOsJeq7Q9DNi@9#jl)}QH&(N8%OqlA_=fkwFwPrm1tH_eQ zBoI?6LIRlA6!<~x#`5~#^6|f8@P9D)9R#6W2LlBqG8};Bo1qIegICEIWVCucHo*C) z+3aoe-*QPdqZuo+Q+QAsE9s(Buy+bp)qlVjEg^u~69PcXYqen=fb*fITyM4@w_W_l zc!F>V38Imw*XL%Vnh{r*6nMp0jd0sBgB^^Z8+;PjPj=KZi)Jj(L^UhNo%*?NxjQp zKZ8eh`*-Z_9s5gn?1wte;lmy0x##ZKkKD2MhxXn(_JNLb;DF$Oj`QrZ9q0aM@7O4F z7+=q!=(Bg6y?aBa?sqa^_0T%vE%Tas>yCZoPL=`*j@5KF2ug!j-WyTQrQ1L%Er`tP zbL-qlQ`GA1L8NQF0wq+e+XK7~fr3+mYo7p)dlApBlp^8d=y`8y0f$^*1iW6pUiX>` z-GXwC8a(WNaJ%qUnyoh#?7b946ePmg{X*i*azQXj>A#4Vh9#T|(U@QquCfh3?1#%P z%|4!_LHPQxi^8;NZ{_yX{dn{+7a)VSELaGE+?gkEuYUu1odG)Qy#am?PEyc^QF`(9 z)Y|!=cAKqWPHg|XXrpd@2#1Le?HTJsM>!v2W^Py?!YfU=pV%K*AJ`u_AEZ8Tr_*wf zq=>l^w*aH-YCwZ+oB}?!FR3@vi@){R?vEqR_{Z=&ZzrjMv4xrPV4!QExXUBKM*%{tPLuVMGe zlba4^h3#hbNmGB#*vM`7cMeBNA$rKo&r@|Iekku4ta_-tE5T&O!3Zb-h@B_0b}f#J zJ#s<}Q2GwG0zhNsAK_(~`-4&eR*T-j#lZRs=5-14e+!ORx1bS+G;7~X-LwwF87kU8 z7WPj{_K$G26FNW(ckDNf3Dni+k<|Y?0vwnj^Exjc6@rd#rz`!Y*VTwNqy?VBw8*2R zOhKjKdpL9=83u<5<|;)NA;2ZAZC>yUVMW*>uyUJ0h4`;CE>c)BGZcfhKYo}V_)Y)0 z@zsrhzZ5-rC$;B|cLdTpsj*9ockF%I!w8_`*~fw8g7#&vMN^kkZ-?3Esn|PpHUuMD z6Ynh?6*_w6MChD7r~em@ewG1=bC{ht@#^VQ6DOcdnmB&u==m?6I6qdKrl)z_#)fAIC!(^!WWaV@#f;9u6UI!<5F3*D8CiGWoTDRX(Mq{6 zobg}A*_t21d<}tW=iq8vKrDx6L-0x{J21Z3qYy7gQ^@5L_tJ;P%bjXsk9Y@q~&KEg-$hl9IQNtWhE8=;-)G&wB z`q2Znk2Ad}J%Fd9>S2`LqsEXPRC{?i4e9-A9O;rez%#u_<1iZ18*uRKNooBl^)%8$ zsQrkfakdxfVVv%LM13CRakdxf5uERRM12A2BkCy98`bkjA43{ve32f-Dc?ub3rORP zFVdTM%2%C6`iz=DdNaoIh&qe(IrT$GZ{e98)hkGE{QwMnWgGCttD+pM{U&h# z(fBYWqNAKhH6<=D3T)2 zkn9u2MbtVXPeL+mLHvtICuM&FUcKtPUeg##z#-Up<-%ZimEObXgr~8=>tubPv|fPX zNQf~=FLdZUag%_zQIJ6{z2JG$mDwPeKXd>mH77xf{qf0Wd&ZxKvV77z@YumeA3bpJ z=>wAcavOB~YTdg==@>rIVCcZW zTx;vgvF|h|Q|1vGEKVeZWDLenW>HQW$}Evh;NaM#@EDi|>HSKj=gKMP6tF9lTx2QC zDlgA0I2CDx(+`$K7Vs*L`vmb4LT^_tqnEAnxa3z&3wRvhP=OzHr)3osOT`mn{L=f#v(FsEPK>t{y22B<~ z+Q3fyleR_tTC^E&RGLj<^|3S)o${>Jan6uynY<)Yu$qd?`>U7XjxCTz zLvq_>t=L06k}k|=tS}Y!Sun!5%rhL1n+lpz?jvc@>=kpiHCFjxlH!I0`1pFU&u~kK zvu5uc85I?F*YO4Fs$>{4@v;mY=Vfrsm-J|NGFHBu`;w;@e(b! zv%0U)87~kY9x5L*5jJK{h6xxhwCd1+08K_iL#C&^A#RM}eNXsl2r;SF_-VFdHG`1hSkK$%nXdOxsUC4l;!1o2s$vR?3viQ-M zV2Ybd+z=p*XpaT%4c5IA5Zz}WXTj*-uepP9x(qf=_;-+SahLS~4m1$DHn(Riexu-_ z-TOJykx56?ytC~l9Ry=QtOFI(R2qX~TzeU_2tLLD332TH!C&m~4gQjtr zop>nY^9%m$+82`suHPkt;Q@2)YsSPyAWOOlJp)zN$;{$i24!(0(HqJ*T=&dVYk5dh z@NMOg#QTUgkJymUnT6^AdI69^mNI*adnSR$Drvm9vc(%^oky#8iEIPyMK0#Dm`Sa8 zhGZMVE(a~3VUmRUVZ9UbHg2%otSHdIs*v#4lAZws;-(66)?n?T$JlK6@f|!VDJmW&7PtSa^4ZJ!<-kcyNLxu2mE^oZ^ z*a@?05!H*Va{BK=;Lv}M!A%AaAb?%q*BRfk)nzV z%3tLr6DLJf8|%Yqum#MgagJT?@Wbeh=4m}+Sx?JW((Ej>vjCBBc%2Exkj3MCxfzZd zw#t09Drf6($RN@B$s3m_3X1ABMaKc&jo{kO-JHvK#>w36Y)#N$WRKU$6$$$9pmnIP z-ouwsH=(uUZxAs$)}ha~e-lsOm1_B-9fiFF1~hn^!><~X3)3Ty72`XvpP<7XJyZ1) zqDO^V2`ck6>q24IMJ%O1rt77c+Td!;T7K7kt+7Ak79Ew|HIH}VttCLtM9hp(s$*rLkX368a}mGo{!2GQT~5L`F<1ffM;XiL#qW> zKz{Q+0jRvvP%>>suW$%c<)KJPslrEe9^617H%`NZm}#LDk7}y?Ek|N_ev8J%jEKm% zo#lO~yN+9MDahjH0n7s&L){;74r4y2x!G__!HiAg0GyuQ@8*_<;jWlRU*V30dk)+N z%?lf+Q*dOm^-?ejH-({Ye%k&?sK2CkZfR4nS(H@yV6&*h{u;}`#5qW%7R!8WU-?qh z;uf~!|D#|l4v4!;+q(H%G;jV{If~tfGJU~zx=iU;W~{|xu%p{|gU?UndH>=7o)4fm zJEg>~ZgJ^8tW3E(a7+Aot%@q=L+K43K;77nqLBnTob9B$%%2O5r^`)%S0qDvf6u{vXGaRQVA z%lfqCdPZON0FPd)>tPmVd@*!hM@z=UE8THVK>P{QBG%KDO75Zvj2mmgboC?-2}2*q zQ#tx9YKMI%7g}-*>$o=!g$>Te3r&KC5DO#&xxklvgTd3pqqtxWUP549!qQRydTXku zKHkZb$7l(MDdOAq0n+~R>2aE@QB);LXk7qvcfGo6j=?l9vJ zpwMe6 zY@6m*8DF?f2SLA#^$RX(YkRfMfj*;I@9h*jMBtH5?UGK>ehf4VBut9~{A}Po#;b4y z5gP}%Vfxk7gh7gF{dk8+Az~+Rvf)Xz1@jj+Sy+n8#KIxmUt+mVwlk(on1iQK$83pZ zNYBMZhdEj?HDPUW0&5-W9~bT9s6(K5VPZUZgm;`xmW88^|In=1&}9amM*@i70-*wF z=3(vtW5);QDG+9ESs;MGWVgTukQ6LslV>?T;}a~X-5GuX2D&U#Zu69HPA=%9=QxEo*xjmBP3=+R(+lPX1b^j=Ftrj~57DJjz9Ds+^L6 zT?k%HDWq{cxXW`h%mMp`7#NlSYkLEh##^*vIh`Fcz#7z{?7opmAsZO~(Q)2~#`Ec1 zGW{ku6b~AN`J=H~D0Eq0pJK7-w5zNU>0~8~#iVBp#z3c|~w zu@3A~Fg(Yv)n7q}RxBhMT0S|lYwdhEG9TEn@qEbW?~iPFT-1m;5Oo`*oxSY&-f{gX zhvu%D0j-$ZbF4HhM%87&tA-k8qlbGrT;d;|*k5n$qjGCTmf);CsLNGefwM3wVy!M% zQOH8@Qcb$2cwFDisMhN8Ywkm z=`|6-d$cBzssd8#_{@0ut+#gXnZJH;%zx`G(Ir8h!-GpktCBQB;get|exg!9MQ>X5 z22lY34<{nbl2?MpdyaHE8?dr!w1^RXp}^Lf3Q zrC&u5j-q?wgqR$l1xsc-R@qU#VsshM zD=be4G#2y~@44Yc6qh{;58*kv0jXQV9*uNkz}eAduCXqwTs~zyg1Mrik)Mi{|E7(| zmzsA%$#Ua57qll@)MPuYow_|^*nN;jfX<)=TvxFcjWKBiJI3@Ea~3JApuy`^W5xC{ zK#p``@_JHv-5w-Q>9oR=1#(T>)MX)@kPC!wScyl&;dPX8pXc5YL{q?xh3jxj>(qe^ zlIMzvO@1xGp`b(OJK0UYfC%=HsAzFP_61A^sG%eF`@%u0oOeb9ite z-q;xk7oBI;a!+dkcRgv?aPMY7V;l7xTGr1q5SVlEa^J}3?s2I2guMwf2AIS2^Yzx* z`7m_`7k8{A0iq@hOQzXs%%1y3hAk}5ynchP5_akmW8|sg`=RC$$DvT8x7Jh`RQjR@ zMce2yVeax+g$IV#4*f;W7H8keQE)7R#TpTTk8$wGtM4`hNm<*7&Z85Z5p%jX-We#xZqxonBGqe z_;c2$s-hrxlQSpc7dSN#-_@7YVy0G<@5o6lvmHAFR6>YfBms?nfN+~68LO^Et5h2$ zX!Rw$l@r#GOMjr=tjKi&=0X7*Cq61ftW79V@$ELVb5PepLvA(lP?_faBS8TZ>@@mt z{SvPrfG(WZq&A8w^AS|21i@;*gad(G{Dbrclo`@p$sLw(M8b_&m{HNcTTuC-N4IRK z4&hUcGq#)Y*&-+#%2C#bnz4-XTamww9)MV0DoD5Me}UW`O5#BHIh9+?w+2`WN>->! z6>g10YNymg4!-Y0yIGKe0`t4MD5rp&KE%t4;r$}v@N~=$RqXbm<$mNsY1!?c5y=J$ zPG{+X?f}kxIE#Z&fR?(Yr3cZ|jY2?5OS`*+hLlJPS(MrkJcQ>D(}%nP@599*w6I6s zz_zzBSNgZDI|RGKhFdQBKa3}1QU8P-AbG;WnOHLC-cvwL~@C`YzwIxW(i}t#9EQrA^E^ z+I(~MtasDUY@}NpQ!?`=4>`#!^Qo*}YH=%C*xKDH>u6?~bHtfgu>wfnbJn|CmS?#! z@Nr7#aILu+>A*ckx-A;%wrGC(p|E~paeMGcce^OBA6(oK?Cb7OLn?J6g&m(mtK4(@ zyE`bbL%E!~vK5~Jwga+1T%&5LN5os@rvQ4m(mw$brod@J`c_bWklsimZ2UdebBiJ6 zja*_9+IlaKsrcRZaE&om^rRL2|Is}LT(ECEehk0di&<#}6c?EuQvT0~8!>Ixgua2W z^Q1vt(1){ht%=(zF?{&N>?=cI0P`hhWe#>!_`T59It%Ad{|n|=P2kPo+E)D+*yO)w z@LOy#UwF>6Sr*sSPJ|rGMx8qx+m%T#Ba^*2{)@}|8YY8msW2Ht=fqr>Mq(x-lJuP( zR^zsD1z)DUw++9s9zhj;j#D~maefiu*BD5zv6S#qxE#>ZZ3bspDf@D( zrmvG}nrH|59p;nS3sX4yC3+yeAjzY+cr(#5X^(m7^W69PH0y}(EB-5BV~Ak4zOCw9XuGgu_Yi0HUd({n+Xg5AB65m2pG1``vyU!8_$WF?0pa;ilR z!BhrleKv<)ct9pf(-TxK1zu5K3g9wuIvBG{T#HIkZkdbVMIS;IJfS_*hZwKF%(cXg zBy)i=ORU^JVX=4PPI4bnrn7Q5C*%}UxKfm61m1v#n0qIar{SQ0Qx7mjBbIYY_=hWi zQ#=P@4!qK+Py%1c53dI2g`_kvuqEC};(X@Zb@RMN80LuYxoH?AP>LoA7sd$~FktE) zMVglfu{^I>WD95ymz(msVfsKbZzwflcXs|@STqVl$}#E$ILXeImHew@8YXrH|4Ksz zQOYsOE$<;B@(La8!PLwE!GMfI-PTAoV7bP#G(Nao1grrr3c6)MSq_Cc%HTQ?94r?F zIanrZDUVNqEK@ff9`s5vEV`<;6-U}kf#$AHPn&t=7*PO_r#B79g9MQYS~fW05f-A;gD^v@l|KnLB>avh zQ=>m*@KpwaN~pwumP#=7&mvyod1>mGDn?;TbwecuM?yKnZ5RR9hhuOhPrd`UR3MrW zmknRM5kmWFr67;$IIpTJE?J^VU*zRN7Q(1Vejnqm$dT}f$p~E#BHSEks`Zme1V0jS z94pr^<}l34{4TN9YiP~_Js1@ol(`=#hl>Ki0XU;}CIzPhr}%xBZVLRq3oZdaJwQHy zTtQiQ0iJo{iDq&ZqriUTMn+KL-u!^+K&OwYtB4N;5=<|UC0&aHsq-NdaEuJVNkoi3 zrU9HG?rX59^28-z-w=7+JO`_IhKg+X{6OD8Nfa=JAIX8wqC0JmT0%X}psBHZn16ZV z==s;-#BxsmS+4JX28Kr#XHHzDknB-mWMwbF0xOIE=TSP$M&}DEeNhdbx2qK61lMGJ z1(%^A(G=_=WO1Ol?iP~?60(kpYekI?IOAYkl%Jfx$$ATb@(>zWL9?mLO7vL`B>sf? z<9tG6g!#mYRT$oRHzRDA65>8ZmHJkev||aB1=Kr>pBG{c8#oN#GShIl>t+R4xfA-| z;Ei|evgUmUV}&sP{Hckv=hm5S{cTQV8VBEJgVi%mSp?1tGUI=N#WMc&xyg33k|&G{ zt_qWAvr>>oB)ccx6yajsh3GTWDl@r<%OH23$TIMHMeOUlE^hX{7e$wP#?yngci`09 z=;Yd!ApezcPghX{vnaYnnQiP}P!SiOG(O;UH!UjNthrbhyBnIs zI_N%50ap+wHP3@e;yK`g>qD&_R}mV%t_z+D+B_RS&V*Qwu`9dqhCb+XK89v5)h&oa zB;WBj8DHluf3xQ;QUY%)ROLn-)=1u!S>kPV{m2`@n*e!uE8?J<8R-Y&yo$b?=XLbx z$NS914olLwNn;RPjEi6Ga6x|^xjoOAmT-F>xIfuvi=?2#r2261w3bLaH*#c17rRBd zIgnwdn@5=aRtA(i*X@^GnZs=y&+0T5pp$uLanC!8V;yH-x#JYx>7>ffGO{=}YH)x% z4OcqxG3?Q3zsc1V=8}XYOu==}P!rPSFb7)&j=3pcKg*}tC>f^UHiDm!6O)&m_BGf< z#0J4IBq~NTK47*wcToso_!=B3Tlh&Rh9dMrB-S$$gX)0K>5)mq%jJqbO>eX+BW(FxMIG>P=pH*ceJPQYix3RDN$UMl^o*7 zJ-Sk6Er^l-L1zuI*o%k&0??CePdef7LQ0SXkPIl#;lT_Nu}KI5yx=tUBfVyb{$=%y zz9t*JKTJ&pZ^uqG|J{liuJmzo<8G~*$$o=gqE^mxGGjx=zz@LkQF)+~X})U>VkfOg zgoC${=rvUMP*NMGIsW1Y!~)!V9M1vLS`tcXs;#pWXgA;)@W>K(TSz3i~eBL}Bf^OfJu_Y<#MR z49_P6U50~57M5HBQ>7plKeJtBcmEAmZSg(ij8g)DayI9g;aS~%d{*Wiz; z9A~_dzG*eU#URW@IQ}?um8jsgd{wzZBYl`}f;7!r%RmnZ1aYk* z-U^(Ex<5@o0H$nWk-0@$Tcvqa;+*a&bZvq)~Pq;OunCzS~{^pq8 zAq$F@!w1_9Hkd*;D{^HHcLMb-7GcG(yZz`1#sDgD5vgc4nCkZ9epYa9yfcGoj0MgG z%*6?l{+`jIL^RTV8Rx*_VAO6hO4R=f#yJ>`bFfuk3~D#DuIN-yHJ)Tqn`(i`!^+>AO!08{h6j`nFIV zH5Adrf$pFK4t6nh<@*@ZHkCsQ+i^4@wX}oss-$p}c29~WmY;!Yo7Al|>|W6-;nofp z_NEq|VMdpBVy57Nu{hGgJs_%p@xcm)x7~+NxjW3>3q|ZRe3~$6Yh+5|(_wB}LXOCk zxbOrGVDt7U@*z;txfIxnLZorAZZRgvP`s<@E-+6JWQ*c1@c6x0stCr`6Cc;~k1W;y zbAtoS&Vr4Eh!Z8JBd*^{}^-({&kz}U>`38bvC z`;E9Oi1piizC4tKAJKoA55^e$JOgSY4aTKdY_wqi7xP4hmK(4BPb4e&l_p+;#nWrP zkPSkYJ0ze3t^$%Gzq9t1G$T<;)3P(&D~t$zE5GTQf$Fluo?+kWN?r|!c}MMPnG>*Jh&i*o`lehh&u5=$8m{}I&Liho6%6EJtuq3$2MS*X(;{6N$_rM{>? zW83fj3lcoP5Ej9P1obKNV{lr|lMphEP$gPVSv65r%UX#FMYJA5o&PfyUSe>I!GFQv zI}CoA!LKs-TMYg-gTIdeKR#g2&`sfIh2nE`0z~^*L|~u%i3g(RA4CKSgF~B#N|*3E zg{gsTDN}NXGWZFJ;y{0C1gYz#B7Q{TQN#+RGQy(V)B()$CDb*9740T}Xmyzn`cp{Y z$1Zu?2flCk9a=|zCZOd)QOZjwr+MKVjL`gt>&oGBjVEd3J-;e1gS_`}Q8v&!ex|@~ zWceGn_~dy#k#5Nk6yRLk1?wx8{FtV@XuoU67mKs zBbsuI6F-5wKhEK=_Q~(ZM#gSqFZatAVdLe6X)CX|Mh5KF@rhjXyR*i6%xm#;l2OH> z$_ZSfa}u)?=Hj2k3^(w%S6~1<$sg=IA-`umgyhlV@$Y+@yg?Q_AwOsvWt_u>BlvM2 zSnMQ2|03Ge|0RM-`o#IOCofboCnnBbc>O}WX5ZoSm0YoY1$jSB*b;ZBH1>i$0)rEb zS9U2)|62TB1LG3}xoK_}RvUZZ22|k?TcHv+mtuY0 z+6GdA99-qanBpO@bmxmb9tl&p<^j%4@eI&?z?^f#kJsV%OVJTn=%Z8aW+CxF@_Eg~ z?6|?!9y${CRe85K+pAV5AUA+WS>ZsO1!pS$Y9VF-CR#qp7;`-c=|3UZteUQuQRJ66 zT^U4hG%2$^rI{x`Dg$#GqWS>q5gd%%0*sDB^l}o+m-Df*M3_w;52L|Yf0Jd8AgBzR zgHtPh;yN5y&g8wQdMn%ifWfy}QFarRU$dxY2EvulKgWQB)mvEhClJH6P1kuNmuBxZ zDYmBgqN$kD6k;@4`S-p|PN8`NYb#j@r z=5E$s=D0U8wwb|U1TvZCZbPwc$G;I9)MhG$=&;WeNZChdA1UzkDF?YTQ$q@V@P|^cU z0#`!kbBE2L8ZtJP|2qhv?S>7VHt^N|_`7a#9^=tJ+@!YVpId|t9u|9-hX6tLQ<>D( zFIx*EL!(=UikZ8kPk{7%wz&XO*Iybf6^7EIBO~bnz%%qI)T#Xc@%hx literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/assertion/__pycache__/truncate.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/assertion/__pycache__/truncate.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..533331f236e8263ec81d41ab884c62be24e7f92d GIT binary patch literal 2726 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 None: + self.config = config + try: + self.fnpats = config.getini("python_files") + except ValueError: + self.fnpats = ["test_*.py", "*_test.py"] + self.session: Session | None = None + self._rewritten_names: dict[str, Path] = {} + self._must_rewrite: set[str] = set() + # flag to guard against trying to rewrite a pyc file while we are already writing another pyc file, + # which might result in infinite recursion (#3506) + self._writing_pyc = False + self._basenames_to_check_rewrite = {"conftest"} + self._marked_for_rewrite_cache: dict[str, bool] = {} + self._session_paths_checked = False + + def set_session(self, session: Session | None) -> None: + self.session = session + self._session_paths_checked = False + + # Indirection so we can mock calls to find_spec originated from the hook during testing + _find_spec = importlib.machinery.PathFinder.find_spec + + def find_spec( + self, + name: str, + path: Sequence[str | bytes] | None = None, + target: types.ModuleType | None = None, + ) -> importlib.machinery.ModuleSpec | None: + if self._writing_pyc: + return None + state = self.config.stash[assertstate_key] + if self._early_rewrite_bailout(name, state): + return None + state.trace(f"find_module called for: {name}") + + # Type ignored because mypy is confused about the `self` binding here. + spec = self._find_spec(name, path) # type: ignore + + if spec is None and path is not None: + # With --import-mode=importlib, PathFinder cannot find spec without modifying `sys.path`, + # causing inability to assert rewriting (#12659). + # At this point, try using the file path to find the module spec. + for _path_str in path: + spec = importlib.util.spec_from_file_location(name, _path_str) + if spec is not None: + break + + if ( + # the import machinery could not find a file to import + spec is None + # this is a namespace package (without `__init__.py`) + # there's nothing to rewrite there + or spec.origin is None + # we can only rewrite source files + or not isinstance(spec.loader, importlib.machinery.SourceFileLoader) + # if the file doesn't exist, we can't rewrite it + or not os.path.exists(spec.origin) + ): + return None + else: + fn = spec.origin + + if not self._should_rewrite(name, fn, state): + return None + + return importlib.util.spec_from_file_location( + name, + fn, + loader=self, + submodule_search_locations=spec.submodule_search_locations, + ) + + def create_module( + self, spec: importlib.machinery.ModuleSpec + ) -> types.ModuleType | None: + return None # default behaviour is fine + + def exec_module(self, module: types.ModuleType) -> None: + assert module.__spec__ is not None + assert module.__spec__.origin is not None + fn = Path(module.__spec__.origin) + state = self.config.stash[assertstate_key] + + self._rewritten_names[module.__name__] = fn + + # The requested module looks like a test file, so rewrite it. This is + # the most magical part of the process: load the source, rewrite the + # asserts, and load the rewritten source. We also cache the rewritten + # module code in a special pyc. We must be aware of the possibility of + # concurrent pytest processes rewriting and loading pycs. To avoid + # tricky race conditions, we maintain the following invariant: The + # cached pyc is always a complete, valid pyc. Operations on it must be + # atomic. POSIX's atomic rename comes in handy. + write = not sys.dont_write_bytecode + cache_dir = get_cache_dir(fn) + if write: + ok = try_makedirs(cache_dir) + if not ok: + write = False + state.trace(f"read only directory: {cache_dir}") + + cache_name = fn.name[:-3] + PYC_TAIL + pyc = cache_dir / cache_name + # Notice that even if we're in a read-only directory, I'm going + # to check for a cached pyc. This may not be optimal... + co = _read_pyc(fn, pyc, state.trace) + if co is None: + state.trace(f"rewriting {fn!r}") + source_stat, co = _rewrite_test(fn, self.config) + if write: + self._writing_pyc = True + try: + _write_pyc(state, co, source_stat, pyc) + finally: + self._writing_pyc = False + else: + state.trace(f"found cached rewritten pyc for {fn}") + exec(co, module.__dict__) + + def _early_rewrite_bailout(self, name: str, state: AssertionState) -> bool: + """A fast way to get out of rewriting modules. + + Profiling has shown that the call to PathFinder.find_spec (inside of + the find_spec from this class) is a major slowdown, so, this method + tries to filter what we're sure won't be rewritten before getting to + it. + """ + if self.session is not None and not self._session_paths_checked: + self._session_paths_checked = True + for initial_path in self.session._initialpaths: + # Make something as c:/projects/my_project/path.py -> + # ['c:', 'projects', 'my_project', 'path.py'] + parts = str(initial_path).split(os.sep) + # add 'path' to basenames to be checked. + self._basenames_to_check_rewrite.add(os.path.splitext(parts[-1])[0]) + + # Note: conftest already by default in _basenames_to_check_rewrite. + parts = name.split(".") + if parts[-1] in self._basenames_to_check_rewrite: + return False + + # For matching the name it must be as if it was a filename. + path = PurePath(*parts).with_suffix(".py") + + for pat in self.fnpats: + # if the pattern contains subdirectories ("tests/**.py" for example) we can't bail out based + # on the name alone because we need to match against the full path + if os.path.dirname(pat): + return False + if fnmatch_ex(pat, path): + return False + + if self._is_marked_for_rewrite(name, state): + return False + + state.trace(f"early skip of rewriting module: {name}") + return True + + def _should_rewrite(self, name: str, fn: str, state: AssertionState) -> bool: + # always rewrite conftest files + if os.path.basename(fn) == "conftest.py": + state.trace(f"rewriting conftest file: {fn!r}") + return True + + if self.session is not None: + if self.session.isinitpath(absolutepath(fn)): + state.trace(f"matched test file (was specified on cmdline): {fn!r}") + return True + + # modules not passed explicitly on the command line are only + # rewritten if they match the naming convention for test files + fn_path = PurePath(fn) + for pat in self.fnpats: + if fnmatch_ex(pat, fn_path): + state.trace(f"matched test file {fn!r}") + return True + + return self._is_marked_for_rewrite(name, state) + + def _is_marked_for_rewrite(self, name: str, state: AssertionState) -> bool: + try: + return self._marked_for_rewrite_cache[name] + except KeyError: + for marked in self._must_rewrite: + if name == marked or name.startswith(marked + "."): + state.trace(f"matched marked file {name!r} (from {marked!r})") + self._marked_for_rewrite_cache[name] = True + return True + + self._marked_for_rewrite_cache[name] = False + return False + + def mark_rewrite(self, *names: str) -> None: + """Mark import names as needing to be rewritten. + + The named module or package as well as any nested modules will + be rewritten on import. + """ + already_imported = ( + set(names).intersection(sys.modules).difference(self._rewritten_names) + ) + for name in already_imported: + mod = sys.modules[name] + if not AssertionRewriter.is_rewrite_disabled( + mod.__doc__ or "" + ) and not isinstance(mod.__loader__, type(self)): + self._warn_already_imported(name) + self._must_rewrite.update(names) + self._marked_for_rewrite_cache.clear() + + def _warn_already_imported(self, name: str) -> None: + from _pytest.warning_types import PytestAssertRewriteWarning + + self.config.issue_config_time_warning( + PytestAssertRewriteWarning( + f"Module already imported so cannot be rewritten: {name}" + ), + stacklevel=5, + ) + + def get_data(self, pathname: str | bytes) -> bytes: + """Optional PEP302 get_data API.""" + with open(pathname, "rb") as f: + return f.read() + + if sys.version_info >= (3, 10): + if sys.version_info >= (3, 12): + from importlib.resources.abc import TraversableResources + else: + from importlib.abc import TraversableResources + + def get_resource_reader(self, name: str) -> TraversableResources: + if sys.version_info < (3, 11): + from importlib.readers import FileReader + else: + from importlib.resources.readers import FileReader + + return FileReader(types.SimpleNamespace(path=self._rewritten_names[name])) + + +def _write_pyc_fp( + fp: IO[bytes], source_stat: os.stat_result, co: types.CodeType +) -> None: + # Technically, we don't have to have the same pyc format as + # (C)Python, since these "pycs" should never be seen by builtin + # import. However, there's little reason to deviate. + fp.write(importlib.util.MAGIC_NUMBER) + # https://www.python.org/dev/peps/pep-0552/ + flags = b"\x00\x00\x00\x00" + fp.write(flags) + # as of now, bytecode header expects 32-bit numbers for size and mtime (#4903) + mtime = int(source_stat.st_mtime) & 0xFFFFFFFF + size = source_stat.st_size & 0xFFFFFFFF + # " bool: + proc_pyc = f"{pyc}.{os.getpid()}" + try: + with open(proc_pyc, "wb") as fp: + _write_pyc_fp(fp, source_stat, co) + except OSError as e: + state.trace(f"error writing pyc file at {proc_pyc}: errno={e.errno}") + return False + + try: + os.replace(proc_pyc, pyc) + except OSError as e: + state.trace(f"error writing pyc file at {pyc}: {e}") + # we ignore any failure to write the cache file + # there are many reasons, permission-denied, pycache dir being a + # file etc. + return False + return True + + +def _rewrite_test(fn: Path, config: Config) -> tuple[os.stat_result, types.CodeType]: + """Read and rewrite *fn* and return the code object.""" + stat = os.stat(fn) + source = fn.read_bytes() + strfn = str(fn) + tree = ast.parse(source, filename=strfn) + rewrite_asserts(tree, source, strfn, config) + co = compile(tree, strfn, "exec", dont_inherit=True) + return stat, co + + +def _read_pyc( + source: Path, pyc: Path, trace: Callable[[str], None] = lambda x: None +) -> types.CodeType | None: + """Possibly read a pytest pyc containing rewritten code. + + Return rewritten code if successful or None if not. + """ + try: + fp = open(pyc, "rb") + except OSError: + return None + with fp: + try: + stat_result = os.stat(source) + mtime = int(stat_result.st_mtime) + size = stat_result.st_size + data = fp.read(16) + except OSError as e: + trace(f"_read_pyc({source}): OSError {e}") + return None + # Check for invalid or out of date pyc file. + if len(data) != (16): + trace(f"_read_pyc({source}): invalid pyc (too short)") + return None + if data[:4] != importlib.util.MAGIC_NUMBER: + trace(f"_read_pyc({source}): invalid pyc (bad magic number)") + return None + if data[4:8] != b"\x00\x00\x00\x00": + trace(f"_read_pyc({source}): invalid pyc (unsupported flags)") + return None + mtime_data = data[8:12] + if int.from_bytes(mtime_data, "little") != mtime & 0xFFFFFFFF: + trace(f"_read_pyc({source}): out of date") + return None + size_data = data[12:16] + if int.from_bytes(size_data, "little") != size & 0xFFFFFFFF: + trace(f"_read_pyc({source}): invalid pyc (incorrect size)") + return None + try: + co = marshal.load(fp) + except Exception as e: + trace(f"_read_pyc({source}): marshal.load error {e}") + return None + if not isinstance(co, types.CodeType): + trace(f"_read_pyc({source}): not a code object") + return None + return co + + +def rewrite_asserts( + mod: ast.Module, + source: bytes, + module_path: str | None = None, + config: Config | None = None, +) -> None: + """Rewrite the assert statements in mod.""" + AssertionRewriter(module_path, config, source).run(mod) + + +def _saferepr(obj: object) -> str: + r"""Get a safe repr of an object for assertion error messages. + + The assertion formatting (util.format_explanation()) requires + newlines to be escaped since they are a special character for it. + Normally assertion.util.format_explanation() does this but for a + custom repr it is possible to contain one of the special escape + sequences, especially '\n{' and '\n}' are likely to be present in + JSON reprs. + """ + if isinstance(obj, types.MethodType): + # for bound methods, skip redundant information + return obj.__name__ + + maxsize = _get_maxsize_for_saferepr(util._config) + if not maxsize: + return saferepr_unlimited(obj).replace("\n", "\\n") + return saferepr(obj, maxsize=maxsize).replace("\n", "\\n") + + +def _get_maxsize_for_saferepr(config: Config | None) -> int | None: + """Get `maxsize` configuration for saferepr based on the given config object.""" + if config is None: + verbosity = 0 + else: + verbosity = config.get_verbosity(Config.VERBOSITY_ASSERTIONS) + if verbosity >= 2: + return None + if verbosity >= 1: + return DEFAULT_REPR_MAX_SIZE * 10 + return DEFAULT_REPR_MAX_SIZE + + +def _format_assertmsg(obj: object) -> str: + r"""Format the custom assertion message given. + + For strings this simply replaces newlines with '\n~' so that + util.format_explanation() will preserve them instead of escaping + newlines. For other objects saferepr() is used first. + """ + # reprlib appears to have a bug which means that if a string + # contains a newline it gets escaped, however if an object has a + # .__repr__() which contains newlines it does not get escaped. + # However in either case we want to preserve the newline. + replaces = [("\n", "\n~"), ("%", "%%")] + if not isinstance(obj, str): + obj = saferepr(obj, _get_maxsize_for_saferepr(util._config)) + replaces.append(("\\n", "\n~")) + + for r1, r2 in replaces: + obj = obj.replace(r1, r2) + + return obj + + +def _should_repr_global_name(obj: object) -> bool: + if callable(obj): + return False + + try: + return not hasattr(obj, "__name__") + except Exception: + return True + + +def _format_boolop(explanations: Iterable[str], is_or: bool) -> str: + explanation = "(" + (is_or and " or " or " and ").join(explanations) + ")" + return explanation.replace("%", "%%") + + +def _call_reprcompare( + ops: Sequence[str], + results: Sequence[bool], + expls: Sequence[str], + each_obj: Sequence[object], +) -> str: + for i, res, expl in zip(range(len(ops)), results, expls): + try: + done = not res + except Exception: + done = True + if done: + break + if util._reprcompare is not None: + custom = util._reprcompare(ops[i], each_obj[i], each_obj[i + 1]) + if custom is not None: + return custom + return expl + + +def _call_assertion_pass(lineno: int, orig: str, expl: str) -> None: + if util._assertion_pass is not None: + util._assertion_pass(lineno, orig, expl) + + +def _check_if_assertion_pass_impl() -> bool: + """Check if any plugins implement the pytest_assertion_pass hook + in order not to generate explanation unnecessarily (might be expensive).""" + return True if util._assertion_pass else False + + +UNARY_MAP = {ast.Not: "not %s", ast.Invert: "~%s", ast.USub: "-%s", ast.UAdd: "+%s"} + +BINOP_MAP = { + ast.BitOr: "|", + ast.BitXor: "^", + ast.BitAnd: "&", + ast.LShift: "<<", + ast.RShift: ">>", + ast.Add: "+", + ast.Sub: "-", + ast.Mult: "*", + ast.Div: "/", + ast.FloorDiv: "//", + ast.Mod: "%%", # escaped for string formatting + ast.Eq: "==", + ast.NotEq: "!=", + ast.Lt: "<", + ast.LtE: "<=", + ast.Gt: ">", + ast.GtE: ">=", + ast.Pow: "**", + ast.Is: "is", + ast.IsNot: "is not", + ast.In: "in", + ast.NotIn: "not in", + ast.MatMult: "@", +} + + +def traverse_node(node: ast.AST) -> Iterator[ast.AST]: + """Recursively yield node and all its children in depth-first order.""" + yield node + for child in ast.iter_child_nodes(node): + yield from traverse_node(child) + + +@functools.lru_cache(maxsize=1) +def _get_assertion_exprs(src: bytes) -> dict[int, str]: + """Return a mapping from {lineno: "assertion test expression"}.""" + ret: dict[int, str] = {} + + depth = 0 + lines: list[str] = [] + assert_lineno: int | None = None + seen_lines: set[int] = set() + + def _write_and_reset() -> None: + nonlocal depth, lines, assert_lineno, seen_lines + assert assert_lineno is not None + ret[assert_lineno] = "".join(lines).rstrip().rstrip("\\") + depth = 0 + lines = [] + assert_lineno = None + seen_lines = set() + + tokens = tokenize.tokenize(io.BytesIO(src).readline) + for tp, source, (lineno, offset), _, line in tokens: + if tp == tokenize.NAME and source == "assert": + assert_lineno = lineno + elif assert_lineno is not None: + # keep track of depth for the assert-message `,` lookup + if tp == tokenize.OP and source in "([{": + depth += 1 + elif tp == tokenize.OP and source in ")]}": + depth -= 1 + + if not lines: + lines.append(line[offset:]) + seen_lines.add(lineno) + # a non-nested comma separates the expression from the message + elif depth == 0 and tp == tokenize.OP and source == ",": + # one line assert with message + if lineno in seen_lines and len(lines) == 1: + offset_in_trimmed = offset + len(lines[-1]) - len(line) + lines[-1] = lines[-1][:offset_in_trimmed] + # multi-line assert with message + elif lineno in seen_lines: + lines[-1] = lines[-1][:offset] + # multi line assert with escaped newline before message + else: + lines.append(line[:offset]) + _write_and_reset() + elif tp in {tokenize.NEWLINE, tokenize.ENDMARKER}: + _write_and_reset() + elif lines and lineno not in seen_lines: + lines.append(line) + seen_lines.add(lineno) + + return ret + + +class AssertionRewriter(ast.NodeVisitor): + """Assertion rewriting implementation. + + The main entrypoint is to call .run() with an ast.Module instance, + this will then find all the assert statements and rewrite them to + provide intermediate values and a detailed assertion error. See + http://pybites.blogspot.be/2011/07/behind-scenes-of-pytests-new-assertion.html + for an overview of how this works. + + The entry point here is .run() which will iterate over all the + statements in an ast.Module and for each ast.Assert statement it + finds call .visit() with it. Then .visit_Assert() takes over and + is responsible for creating new ast statements to replace the + original assert statement: it rewrites the test of an assertion + to provide intermediate values and replace it with an if statement + which raises an assertion error with a detailed explanation in + case the expression is false and calls pytest_assertion_pass hook + if expression is true. + + For this .visit_Assert() uses the visitor pattern to visit all the + AST nodes of the ast.Assert.test field, each visit call returning + an AST node and the corresponding explanation string. During this + state is kept in several instance attributes: + + :statements: All the AST statements which will replace the assert + statement. + + :variables: This is populated by .variable() with each variable + used by the statements so that they can all be set to None at + the end of the statements. + + :variable_counter: Counter to create new unique variables needed + by statements. Variables are created using .variable() and + have the form of "@py_assert0". + + :expl_stmts: The AST statements which will be executed to get + data from the assertion. This is the code which will construct + the detailed assertion message that is used in the AssertionError + or for the pytest_assertion_pass hook. + + :explanation_specifiers: A dict filled by .explanation_param() + with %-formatting placeholders and their corresponding + expressions to use in the building of an assertion message. + This is used by .pop_format_context() to build a message. + + :stack: A stack of the explanation_specifiers dicts maintained by + .push_format_context() and .pop_format_context() which allows + to build another %-formatted string while already building one. + + :scope: A tuple containing the current scope used for variables_overwrite. + + :variables_overwrite: A dict filled with references to variables + that change value within an assert. This happens when a variable is + reassigned with the walrus operator + + This state, except the variables_overwrite, is reset on every new assert + statement visited and used by the other visitors. + """ + + def __init__( + self, module_path: str | None, config: Config | None, source: bytes + ) -> None: + super().__init__() + self.module_path = module_path + self.config = config + if config is not None: + self.enable_assertion_pass_hook = config.getini( + "enable_assertion_pass_hook" + ) + else: + self.enable_assertion_pass_hook = False + self.source = source + self.scope: tuple[ast.AST, ...] = () + self.variables_overwrite: defaultdict[tuple[ast.AST, ...], dict[str, str]] = ( + defaultdict(dict) + ) + + def run(self, mod: ast.Module) -> None: + """Find all assert statements in *mod* and rewrite them.""" + if not mod.body: + # Nothing to do. + return + + # We'll insert some special imports at the top of the module, but after any + # docstrings and __future__ imports, so first figure out where that is. + doc = getattr(mod, "docstring", None) + expect_docstring = doc is None + if doc is not None and self.is_rewrite_disabled(doc): + return + pos = 0 + item = None + for item in mod.body: + if ( + expect_docstring + and isinstance(item, ast.Expr) + and isinstance(item.value, ast.Constant) + and isinstance(item.value.value, str) + ): + doc = item.value.value + if self.is_rewrite_disabled(doc): + return + expect_docstring = False + elif ( + isinstance(item, ast.ImportFrom) + and item.level == 0 + and item.module == "__future__" + ): + pass + else: + break + pos += 1 + # Special case: for a decorated function, set the lineno to that of the + # first decorator, not the `def`. Issue #4984. + if isinstance(item, ast.FunctionDef) and item.decorator_list: + lineno = item.decorator_list[0].lineno + else: + lineno = item.lineno + # Now actually insert the special imports. + if sys.version_info >= (3, 10): + aliases = [ + ast.alias("builtins", "@py_builtins", lineno=lineno, col_offset=0), + ast.alias( + "_pytest.assertion.rewrite", + "@pytest_ar", + lineno=lineno, + col_offset=0, + ), + ] + else: + aliases = [ + ast.alias("builtins", "@py_builtins"), + ast.alias("_pytest.assertion.rewrite", "@pytest_ar"), + ] + imports = [ + ast.Import([alias], lineno=lineno, col_offset=0) for alias in aliases + ] + mod.body[pos:pos] = imports + + # Collect asserts. + self.scope = (mod,) + nodes: list[ast.AST | Sentinel] = [mod] + while nodes: + node = nodes.pop() + if isinstance(node, (ast.FunctionDef, ast.AsyncFunctionDef, ast.ClassDef)): + self.scope = tuple((*self.scope, node)) + nodes.append(_SCOPE_END_MARKER) + if node == _SCOPE_END_MARKER: + self.scope = self.scope[:-1] + continue + assert isinstance(node, ast.AST) + for name, field in ast.iter_fields(node): + if isinstance(field, list): + new: list[ast.AST] = [] + for i, child in enumerate(field): + if isinstance(child, ast.Assert): + # Transform assert. + new.extend(self.visit(child)) + else: + new.append(child) + if isinstance(child, ast.AST): + nodes.append(child) + setattr(node, name, new) + elif ( + isinstance(field, ast.AST) + # Don't recurse into expressions as they can't contain + # asserts. + and not isinstance(field, ast.expr) + ): + nodes.append(field) + + @staticmethod + def is_rewrite_disabled(docstring: str) -> bool: + return "PYTEST_DONT_REWRITE" in docstring + + def variable(self) -> str: + """Get a new variable.""" + # Use a character invalid in python identifiers to avoid clashing. + name = "@py_assert" + str(next(self.variable_counter)) + self.variables.append(name) + return name + + def assign(self, expr: ast.expr) -> ast.Name: + """Give *expr* a name.""" + name = self.variable() + self.statements.append(ast.Assign([ast.Name(name, ast.Store())], expr)) + return ast.copy_location(ast.Name(name, ast.Load()), expr) + + def display(self, expr: ast.expr) -> ast.expr: + """Call saferepr on the expression.""" + return self.helper("_saferepr", expr) + + def helper(self, name: str, *args: ast.expr) -> ast.expr: + """Call a helper in this module.""" + py_name = ast.Name("@pytest_ar", ast.Load()) + attr = ast.Attribute(py_name, name, ast.Load()) + return ast.Call(attr, list(args), []) + + def builtin(self, name: str) -> ast.Attribute: + """Return the builtin called *name*.""" + builtin_name = ast.Name("@py_builtins", ast.Load()) + return ast.Attribute(builtin_name, name, ast.Load()) + + def explanation_param(self, expr: ast.expr) -> str: + """Return a new named %-formatting placeholder for expr. + + This creates a %-formatting placeholder for expr in the + current formatting context, e.g. ``%(py0)s``. The placeholder + and expr are placed in the current format context so that it + can be used on the next call to .pop_format_context(). + """ + specifier = "py" + str(next(self.variable_counter)) + self.explanation_specifiers[specifier] = expr + return "%(" + specifier + ")s" + + def push_format_context(self) -> None: + """Create a new formatting context. + + The format context is used for when an explanation wants to + have a variable value formatted in the assertion message. In + this case the value required can be added using + .explanation_param(). Finally .pop_format_context() is used + to format a string of %-formatted values as added by + .explanation_param(). + """ + self.explanation_specifiers: dict[str, ast.expr] = {} + self.stack.append(self.explanation_specifiers) + + def pop_format_context(self, expl_expr: ast.expr) -> ast.Name: + """Format the %-formatted string with current format context. + + The expl_expr should be an str ast.expr instance constructed from + the %-placeholders created by .explanation_param(). This will + add the required code to format said string to .expl_stmts and + return the ast.Name instance of the formatted string. + """ + current = self.stack.pop() + if self.stack: + self.explanation_specifiers = self.stack[-1] + keys: list[ast.expr | None] = [ast.Constant(key) for key in current.keys()] + format_dict = ast.Dict(keys, list(current.values())) + form = ast.BinOp(expl_expr, ast.Mod(), format_dict) + name = "@py_format" + str(next(self.variable_counter)) + if self.enable_assertion_pass_hook: + self.format_variables.append(name) + self.expl_stmts.append(ast.Assign([ast.Name(name, ast.Store())], form)) + return ast.Name(name, ast.Load()) + + def generic_visit(self, node: ast.AST) -> tuple[ast.Name, str]: + """Handle expressions we don't have custom code for.""" + assert isinstance(node, ast.expr) + res = self.assign(node) + return res, self.explanation_param(self.display(res)) + + def visit_Assert(self, assert_: ast.Assert) -> list[ast.stmt]: + """Return the AST statements to replace the ast.Assert instance. + + This rewrites the test of an assertion to provide + intermediate values and replace it with an if statement which + raises an assertion error with a detailed explanation in case + the expression is false. + """ + if isinstance(assert_.test, ast.Tuple) and len(assert_.test.elts) >= 1: + import warnings + + from _pytest.warning_types import PytestAssertRewriteWarning + + # TODO: This assert should not be needed. + assert self.module_path is not None + warnings.warn_explicit( + PytestAssertRewriteWarning( + "assertion is always true, perhaps remove parentheses?" + ), + category=None, + filename=self.module_path, + lineno=assert_.lineno, + ) + + self.statements: list[ast.stmt] = [] + self.variables: list[str] = [] + self.variable_counter = itertools.count() + + if self.enable_assertion_pass_hook: + self.format_variables: list[str] = [] + + self.stack: list[dict[str, ast.expr]] = [] + self.expl_stmts: list[ast.stmt] = [] + self.push_format_context() + # Rewrite assert into a bunch of statements. + top_condition, explanation = self.visit(assert_.test) + + negation = ast.UnaryOp(ast.Not(), top_condition) + + if self.enable_assertion_pass_hook: # Experimental pytest_assertion_pass hook + msg = self.pop_format_context(ast.Constant(explanation)) + + # Failed + if assert_.msg: + assertmsg = self.helper("_format_assertmsg", assert_.msg) + gluestr = "\n>assert " + else: + assertmsg = ast.Constant("") + gluestr = "assert " + err_explanation = ast.BinOp(ast.Constant(gluestr), ast.Add(), msg) + err_msg = ast.BinOp(assertmsg, ast.Add(), err_explanation) + err_name = ast.Name("AssertionError", ast.Load()) + fmt = self.helper("_format_explanation", err_msg) + exc = ast.Call(err_name, [fmt], []) + raise_ = ast.Raise(exc, None) + statements_fail = [] + statements_fail.extend(self.expl_stmts) + statements_fail.append(raise_) + + # Passed + fmt_pass = self.helper("_format_explanation", msg) + orig = _get_assertion_exprs(self.source)[assert_.lineno] + hook_call_pass = ast.Expr( + self.helper( + "_call_assertion_pass", + ast.Constant(assert_.lineno), + ast.Constant(orig), + fmt_pass, + ) + ) + # If any hooks implement assert_pass hook + hook_impl_test = ast.If( + self.helper("_check_if_assertion_pass_impl"), + [*self.expl_stmts, hook_call_pass], + [], + ) + statements_pass: list[ast.stmt] = [hook_impl_test] + + # Test for assertion condition + main_test = ast.If(negation, statements_fail, statements_pass) + self.statements.append(main_test) + if self.format_variables: + variables: list[ast.expr] = [ + ast.Name(name, ast.Store()) for name in self.format_variables + ] + clear_format = ast.Assign(variables, ast.Constant(None)) + self.statements.append(clear_format) + + else: # Original assertion rewriting + # Create failure message. + body = self.expl_stmts + self.statements.append(ast.If(negation, body, [])) + if assert_.msg: + assertmsg = self.helper("_format_assertmsg", assert_.msg) + explanation = "\n>assert " + explanation + else: + assertmsg = ast.Constant("") + explanation = "assert " + explanation + template = ast.BinOp(assertmsg, ast.Add(), ast.Constant(explanation)) + msg = self.pop_format_context(template) + fmt = self.helper("_format_explanation", msg) + err_name = ast.Name("AssertionError", ast.Load()) + exc = ast.Call(err_name, [fmt], []) + raise_ = ast.Raise(exc, None) + + body.append(raise_) + + # Clear temporary variables by setting them to None. + if self.variables: + variables = [ast.Name(name, ast.Store()) for name in self.variables] + clear = ast.Assign(variables, ast.Constant(None)) + self.statements.append(clear) + # Fix locations (line numbers/column offsets). + for stmt in self.statements: + for node in traverse_node(stmt): + if getattr(node, "lineno", None) is None: + # apply the assertion location to all generated ast nodes without source location + # and preserve the location of existing nodes or generated nodes with an correct location. + ast.copy_location(node, assert_) + return self.statements + + def visit_NamedExpr(self, name: ast.NamedExpr) -> tuple[ast.NamedExpr, str]: + # This method handles the 'walrus operator' repr of the target + # name if it's a local variable or _should_repr_global_name() + # thinks it's acceptable. + locs = ast.Call(self.builtin("locals"), [], []) + target_id = name.target.id + inlocs = ast.Compare(ast.Constant(target_id), [ast.In()], [locs]) + dorepr = self.helper("_should_repr_global_name", name) + test = ast.BoolOp(ast.Or(), [inlocs, dorepr]) + expr = ast.IfExp(test, self.display(name), ast.Constant(target_id)) + return name, self.explanation_param(expr) + + def visit_Name(self, name: ast.Name) -> tuple[ast.Name, str]: + # Display the repr of the name if it's a local variable or + # _should_repr_global_name() thinks it's acceptable. + locs = ast.Call(self.builtin("locals"), [], []) + inlocs = ast.Compare(ast.Constant(name.id), [ast.In()], [locs]) + dorepr = self.helper("_should_repr_global_name", name) + test = ast.BoolOp(ast.Or(), [inlocs, dorepr]) + expr = ast.IfExp(test, self.display(name), ast.Constant(name.id)) + return name, self.explanation_param(expr) + + def visit_BoolOp(self, boolop: ast.BoolOp) -> tuple[ast.Name, str]: + res_var = self.variable() + expl_list = self.assign(ast.List([], ast.Load())) + app = ast.Attribute(expl_list, "append", ast.Load()) + is_or = int(isinstance(boolop.op, ast.Or)) + body = save = self.statements + fail_save = self.expl_stmts + levels = len(boolop.values) - 1 + self.push_format_context() + # Process each operand, short-circuiting if needed. + for i, v in enumerate(boolop.values): + if i: + fail_inner: list[ast.stmt] = [] + # cond is set in a prior loop iteration below + self.expl_stmts.append(ast.If(cond, fail_inner, [])) # noqa: F821 + self.expl_stmts = fail_inner + # Check if the left operand is a ast.NamedExpr and the value has already been visited + if ( + isinstance(v, ast.Compare) + and isinstance(v.left, ast.NamedExpr) + and v.left.target.id + in [ + ast_expr.id + for ast_expr in boolop.values[:i] + if hasattr(ast_expr, "id") + ] + ): + pytest_temp = self.variable() + self.variables_overwrite[self.scope][v.left.target.id] = v.left # type:ignore[assignment] + v.left.target.id = pytest_temp + self.push_format_context() + res, expl = self.visit(v) + body.append(ast.Assign([ast.Name(res_var, ast.Store())], res)) + expl_format = self.pop_format_context(ast.Constant(expl)) + call = ast.Call(app, [expl_format], []) + self.expl_stmts.append(ast.Expr(call)) + if i < levels: + cond: ast.expr = res + if is_or: + cond = ast.UnaryOp(ast.Not(), cond) + inner: list[ast.stmt] = [] + self.statements.append(ast.If(cond, inner, [])) + self.statements = body = inner + self.statements = save + self.expl_stmts = fail_save + expl_template = self.helper("_format_boolop", expl_list, ast.Constant(is_or)) + expl = self.pop_format_context(expl_template) + return ast.Name(res_var, ast.Load()), self.explanation_param(expl) + + def visit_UnaryOp(self, unary: ast.UnaryOp) -> tuple[ast.Name, str]: + pattern = UNARY_MAP[unary.op.__class__] + operand_res, operand_expl = self.visit(unary.operand) + res = self.assign(ast.copy_location(ast.UnaryOp(unary.op, operand_res), unary)) + return res, pattern % (operand_expl,) + + def visit_BinOp(self, binop: ast.BinOp) -> tuple[ast.Name, str]: + symbol = BINOP_MAP[binop.op.__class__] + left_expr, left_expl = self.visit(binop.left) + right_expr, right_expl = self.visit(binop.right) + explanation = f"({left_expl} {symbol} {right_expl})" + res = self.assign( + ast.copy_location(ast.BinOp(left_expr, binop.op, right_expr), binop) + ) + return res, explanation + + def visit_Call(self, call: ast.Call) -> tuple[ast.Name, str]: + new_func, func_expl = self.visit(call.func) + arg_expls = [] + new_args = [] + new_kwargs = [] + for arg in call.args: + if isinstance(arg, ast.Name) and arg.id in self.variables_overwrite.get( + self.scope, {} + ): + arg = self.variables_overwrite[self.scope][arg.id] # type:ignore[assignment] + res, expl = self.visit(arg) + arg_expls.append(expl) + new_args.append(res) + for keyword in call.keywords: + if isinstance( + keyword.value, ast.Name + ) and keyword.value.id in self.variables_overwrite.get(self.scope, {}): + keyword.value = self.variables_overwrite[self.scope][keyword.value.id] # type:ignore[assignment] + res, expl = self.visit(keyword.value) + new_kwargs.append(ast.keyword(keyword.arg, res)) + if keyword.arg: + arg_expls.append(keyword.arg + "=" + expl) + else: # **args have `arg` keywords with an .arg of None + arg_expls.append("**" + expl) + + expl = "{}({})".format(func_expl, ", ".join(arg_expls)) + new_call = ast.copy_location(ast.Call(new_func, new_args, new_kwargs), call) + res = self.assign(new_call) + res_expl = self.explanation_param(self.display(res)) + outer_expl = f"{res_expl}\n{{{res_expl} = {expl}\n}}" + return res, outer_expl + + def visit_Starred(self, starred: ast.Starred) -> tuple[ast.Starred, str]: + # A Starred node can appear in a function call. + res, expl = self.visit(starred.value) + new_starred = ast.Starred(res, starred.ctx) + return new_starred, "*" + expl + + def visit_Attribute(self, attr: ast.Attribute) -> tuple[ast.Name, str]: + if not isinstance(attr.ctx, ast.Load): + return self.generic_visit(attr) + value, value_expl = self.visit(attr.value) + res = self.assign( + ast.copy_location(ast.Attribute(value, attr.attr, ast.Load()), attr) + ) + res_expl = self.explanation_param(self.display(res)) + pat = "%s\n{%s = %s.%s\n}" + expl = pat % (res_expl, res_expl, value_expl, attr.attr) + return res, expl + + def visit_Compare(self, comp: ast.Compare) -> tuple[ast.expr, str]: + self.push_format_context() + # We first check if we have overwritten a variable in the previous assert + if isinstance( + comp.left, ast.Name + ) and comp.left.id in self.variables_overwrite.get(self.scope, {}): + comp.left = self.variables_overwrite[self.scope][comp.left.id] # type:ignore[assignment] + if isinstance(comp.left, ast.NamedExpr): + self.variables_overwrite[self.scope][comp.left.target.id] = comp.left # type:ignore[assignment] + left_res, left_expl = self.visit(comp.left) + if isinstance(comp.left, (ast.Compare, ast.BoolOp)): + left_expl = f"({left_expl})" + res_variables = [self.variable() for i in range(len(comp.ops))] + load_names: list[ast.expr] = [ast.Name(v, ast.Load()) for v in res_variables] + store_names = [ast.Name(v, ast.Store()) for v in res_variables] + it = zip(range(len(comp.ops)), comp.ops, comp.comparators) + expls: list[ast.expr] = [] + syms: list[ast.expr] = [] + results = [left_res] + for i, op, next_operand in it: + if ( + isinstance(next_operand, ast.NamedExpr) + and isinstance(left_res, ast.Name) + and next_operand.target.id == left_res.id + ): + next_operand.target.id = self.variable() + self.variables_overwrite[self.scope][left_res.id] = next_operand # type:ignore[assignment] + next_res, next_expl = self.visit(next_operand) + if isinstance(next_operand, (ast.Compare, ast.BoolOp)): + next_expl = f"({next_expl})" + results.append(next_res) + sym = BINOP_MAP[op.__class__] + syms.append(ast.Constant(sym)) + expl = f"{left_expl} {sym} {next_expl}" + expls.append(ast.Constant(expl)) + res_expr = ast.copy_location(ast.Compare(left_res, [op], [next_res]), comp) + self.statements.append(ast.Assign([store_names[i]], res_expr)) + left_res, left_expl = next_res, next_expl + # Use pytest.assertion.util._reprcompare if that's available. + expl_call = self.helper( + "_call_reprcompare", + ast.Tuple(syms, ast.Load()), + ast.Tuple(load_names, ast.Load()), + ast.Tuple(expls, ast.Load()), + ast.Tuple(results, ast.Load()), + ) + if len(comp.ops) > 1: + res: ast.expr = ast.BoolOp(ast.And(), load_names) + else: + res = load_names[0] + + return res, self.explanation_param(self.pop_format_context(expl_call)) + + +def try_makedirs(cache_dir: Path) -> bool: + """Attempt to create the given directory and sub-directories exist. + + Returns True if successful or if it already exists. + """ + try: + os.makedirs(cache_dir, exist_ok=True) + except (FileNotFoundError, NotADirectoryError, FileExistsError): + # One of the path components was not a directory: + # - we're in a zip file + # - it is a file + return False + except PermissionError: + return False + except OSError as e: + # as of now, EROFS doesn't have an equivalent OSError-subclass + # + # squashfuse_ll returns ENOSYS "OSError: [Errno 38] Function not + # implemented" for a read-only error + if e.errno in {errno.EROFS, errno.ENOSYS}: + return False + raise + return True + + +def get_cache_dir(file_path: Path) -> Path: + """Return the cache directory to write .pyc files for the given .py file path.""" + if sys.pycache_prefix: + # given: + # prefix = '/tmp/pycs' + # path = '/home/user/proj/test_app.py' + # we want: + # '/tmp/pycs/home/user/proj' + return Path(sys.pycache_prefix) / Path(*file_path.parts[1:-1]) + else: + # classic pycache directory + return file_path.parent / "__pycache__" diff --git a/env/lib/python3.8/site-packages/_pytest/assertion/truncate.py b/env/lib/python3.8/site-packages/_pytest/assertion/truncate.py new file mode 100644 index 000000000..b67f02cca --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/assertion/truncate.py @@ -0,0 +1,117 @@ +"""Utilities for truncating assertion output. + +Current default behaviour is to truncate assertion explanations at +terminal lines, unless running with an assertions verbosity level of at least 2 or running on CI. +""" + +from __future__ import annotations + +from _pytest.assertion import util +from _pytest.config import Config +from _pytest.nodes import Item + + +DEFAULT_MAX_LINES = 8 +DEFAULT_MAX_CHARS = 8 * 80 +USAGE_MSG = "use '-vv' to show" + + +def truncate_if_required( + explanation: list[str], item: Item, max_length: int | None = None +) -> list[str]: + """Truncate this assertion explanation if the given test item is eligible.""" + if _should_truncate_item(item): + return _truncate_explanation(explanation) + return explanation + + +def _should_truncate_item(item: Item) -> bool: + """Whether or not this test item is eligible for truncation.""" + verbose = item.config.get_verbosity(Config.VERBOSITY_ASSERTIONS) + return verbose < 2 and not util.running_on_ci() + + +def _truncate_explanation( + input_lines: list[str], + max_lines: int | None = None, + max_chars: int | None = None, +) -> list[str]: + """Truncate given list of strings that makes up the assertion explanation. + + Truncates to either 8 lines, or 640 characters - whichever the input reaches + first, taking the truncation explanation into account. The remaining lines + will be replaced by a usage message. + """ + if max_lines is None: + max_lines = DEFAULT_MAX_LINES + if max_chars is None: + max_chars = DEFAULT_MAX_CHARS + + # Check if truncation required + input_char_count = len("".join(input_lines)) + # The length of the truncation explanation depends on the number of lines + # removed but is at least 68 characters: + # The real value is + # 64 (for the base message: + # '...\n...Full output truncated (1 line hidden), use '-vv' to show")' + # ) + # + 1 (for plural) + # + int(math.log10(len(input_lines) - max_lines)) (number of hidden line, at least 1) + # + 3 for the '...' added to the truncated line + # But if there's more than 100 lines it's very likely that we're going to + # truncate, so we don't need the exact value using log10. + tolerable_max_chars = ( + max_chars + 70 # 64 + 1 (for plural) + 2 (for '99') + 3 for '...' + ) + # The truncation explanation add two lines to the output + tolerable_max_lines = max_lines + 2 + if ( + len(input_lines) <= tolerable_max_lines + and input_char_count <= tolerable_max_chars + ): + return input_lines + # Truncate first to max_lines, and then truncate to max_chars if necessary + truncated_explanation = input_lines[:max_lines] + truncated_char = True + # We reevaluate the need to truncate chars following removal of some lines + if len("".join(truncated_explanation)) > tolerable_max_chars: + truncated_explanation = _truncate_by_char_count( + truncated_explanation, max_chars + ) + else: + truncated_char = False + + truncated_line_count = len(input_lines) - len(truncated_explanation) + if truncated_explanation[-1]: + # Add ellipsis and take into account part-truncated final line + truncated_explanation[-1] = truncated_explanation[-1] + "..." + if truncated_char: + # It's possible that we did not remove any char from this line + truncated_line_count += 1 + else: + # Add proper ellipsis when we were able to fit a full line exactly + truncated_explanation[-1] = "..." + return [ + *truncated_explanation, + "", + f"...Full output truncated ({truncated_line_count} line" + f"{'' if truncated_line_count == 1 else 's'} hidden), {USAGE_MSG}", + ] + + +def _truncate_by_char_count(input_lines: list[str], max_chars: int) -> list[str]: + # Find point at which input length exceeds total allowed length + iterated_char_count = 0 + for iterated_index, input_line in enumerate(input_lines): + if iterated_char_count + len(input_line) > max_chars: + break + iterated_char_count += len(input_line) + + # Create truncated explanation with modified final line + truncated_result = input_lines[:iterated_index] + final_line = input_lines[iterated_index] + if final_line: + final_line_truncate_point = max_chars - iterated_char_count + final_line = final_line[:final_line_truncate_point] + truncated_result.append(final_line) + return truncated_result diff --git a/env/lib/python3.8/site-packages/_pytest/assertion/util.py b/env/lib/python3.8/site-packages/_pytest/assertion/util.py new file mode 100644 index 000000000..4dc1af4af --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/assertion/util.py @@ -0,0 +1,609 @@ +# mypy: allow-untyped-defs +"""Utilities for assertion debugging.""" + +from __future__ import annotations + +import collections.abc +import os +import pprint +from typing import AbstractSet +from typing import Any +from typing import Callable +from typing import Iterable +from typing import Literal +from typing import Mapping +from typing import Protocol +from typing import Sequence +from unicodedata import normalize + +from _pytest import outcomes +import _pytest._code +from _pytest._io.pprint import PrettyPrinter +from _pytest._io.saferepr import saferepr +from _pytest._io.saferepr import saferepr_unlimited +from _pytest.config import Config + + +# The _reprcompare attribute on the util module is used by the new assertion +# interpretation code and assertion rewriter to detect this plugin was +# loaded and in turn call the hooks defined here as part of the +# DebugInterpreter. +_reprcompare: Callable[[str, object, object], str | None] | None = None + +# Works similarly as _reprcompare attribute. Is populated with the hook call +# when pytest_runtest_setup is called. +_assertion_pass: Callable[[int, str, str], None] | None = None + +# Config object which is assigned during pytest_runtest_protocol. +_config: Config | None = None + + +class _HighlightFunc(Protocol): + def __call__(self, source: str, lexer: Literal["diff", "python"] = "python") -> str: + """Apply highlighting to the given source.""" + + +def format_explanation(explanation: str) -> str: + r"""Format an explanation. + + Normally all embedded newlines are escaped, however there are + three exceptions: \n{, \n} and \n~. The first two are intended + cover nested explanations, see function and attribute explanations + for examples (.visit_Call(), visit_Attribute()). The last one is + for when one explanation needs to span multiple lines, e.g. when + displaying diffs. + """ + lines = _split_explanation(explanation) + result = _format_lines(lines) + return "\n".join(result) + + +def _split_explanation(explanation: str) -> list[str]: + r"""Return a list of individual lines in the explanation. + + This will return a list of lines split on '\n{', '\n}' and '\n~'. + Any other newlines will be escaped and appear in the line as the + literal '\n' characters. + """ + raw_lines = (explanation or "").split("\n") + lines = [raw_lines[0]] + for values in raw_lines[1:]: + if values and values[0] in ["{", "}", "~", ">"]: + lines.append(values) + else: + lines[-1] += "\\n" + values + return lines + + +def _format_lines(lines: Sequence[str]) -> list[str]: + """Format the individual lines. + + This will replace the '{', '}' and '~' characters of our mini formatting + language with the proper 'where ...', 'and ...' and ' + ...' text, taking + care of indentation along the way. + + Return a list of formatted lines. + """ + result = list(lines[:1]) + stack = [0] + stackcnt = [0] + for line in lines[1:]: + if line.startswith("{"): + if stackcnt[-1]: + s = "and " + else: + s = "where " + stack.append(len(result)) + stackcnt[-1] += 1 + stackcnt.append(0) + result.append(" +" + " " * (len(stack) - 1) + s + line[1:]) + elif line.startswith("}"): + stack.pop() + stackcnt.pop() + result[stack[-1]] += line[1:] + else: + assert line[0] in ["~", ">"] + stack[-1] += 1 + indent = len(stack) if line.startswith("~") else len(stack) - 1 + result.append(" " * indent + line[1:]) + assert len(stack) == 1 + return result + + +def issequence(x: Any) -> bool: + return isinstance(x, collections.abc.Sequence) and not isinstance(x, str) + + +def istext(x: Any) -> bool: + return isinstance(x, str) + + +def isdict(x: Any) -> bool: + return isinstance(x, dict) + + +def isset(x: Any) -> bool: + return isinstance(x, (set, frozenset)) + + +def isnamedtuple(obj: Any) -> bool: + return isinstance(obj, tuple) and getattr(obj, "_fields", None) is not None + + +def isdatacls(obj: Any) -> bool: + return getattr(obj, "__dataclass_fields__", None) is not None + + +def isattrs(obj: Any) -> bool: + return getattr(obj, "__attrs_attrs__", None) is not None + + +def isiterable(obj: Any) -> bool: + try: + iter(obj) + return not istext(obj) + except Exception: + return False + + +def has_default_eq( + obj: object, +) -> bool: + """Check if an instance of an object contains the default eq + + First, we check if the object's __eq__ attribute has __code__, + if so, we check the equally of the method code filename (__code__.co_filename) + to the default one generated by the dataclass and attr module + for dataclasses the default co_filename is , for attrs class, the __eq__ should contain "attrs eq generated" + """ + # inspired from https://github.com/willmcgugan/rich/blob/07d51ffc1aee6f16bd2e5a25b4e82850fb9ed778/rich/pretty.py#L68 + if hasattr(obj.__eq__, "__code__") and hasattr(obj.__eq__.__code__, "co_filename"): + code_filename = obj.__eq__.__code__.co_filename + + if isattrs(obj): + return "attrs generated eq" in code_filename + + return code_filename == "" # data class + return True + + +def assertrepr_compare( + config, op: str, left: Any, right: Any, use_ascii: bool = False +) -> list[str] | None: + """Return specialised explanations for some operators/operands.""" + verbose = config.get_verbosity(Config.VERBOSITY_ASSERTIONS) + + # Strings which normalize equal are often hard to distinguish when printed; use ascii() to make this easier. + # See issue #3246. + use_ascii = ( + isinstance(left, str) + and isinstance(right, str) + and normalize("NFD", left) == normalize("NFD", right) + ) + + if verbose > 1: + left_repr = saferepr_unlimited(left, use_ascii=use_ascii) + right_repr = saferepr_unlimited(right, use_ascii=use_ascii) + else: + # XXX: "15 chars indentation" is wrong + # ("E AssertionError: assert "); should use term width. + maxsize = ( + 80 - 15 - len(op) - 2 + ) // 2 # 15 chars indentation, 1 space around op + + left_repr = saferepr(left, maxsize=maxsize, use_ascii=use_ascii) + right_repr = saferepr(right, maxsize=maxsize, use_ascii=use_ascii) + + summary = f"{left_repr} {op} {right_repr}" + highlighter = config.get_terminal_writer()._highlight + + explanation = None + try: + if op == "==": + explanation = _compare_eq_any(left, right, highlighter, verbose) + elif op == "not in": + if istext(left) and istext(right): + explanation = _notin_text(left, right, verbose) + elif op == "!=": + if isset(left) and isset(right): + explanation = ["Both sets are equal"] + elif op == ">=": + if isset(left) and isset(right): + explanation = _compare_gte_set(left, right, highlighter, verbose) + elif op == "<=": + if isset(left) and isset(right): + explanation = _compare_lte_set(left, right, highlighter, verbose) + elif op == ">": + if isset(left) and isset(right): + explanation = _compare_gt_set(left, right, highlighter, verbose) + elif op == "<": + if isset(left) and isset(right): + explanation = _compare_lt_set(left, right, highlighter, verbose) + + except outcomes.Exit: + raise + except Exception: + repr_crash = _pytest._code.ExceptionInfo.from_current()._getreprcrash() + explanation = [ + f"(pytest_assertion plugin: representation of details failed: {repr_crash}.", + " Probably an object has a faulty __repr__.)", + ] + + if not explanation: + return None + + if explanation[0] != "": + explanation = ["", *explanation] + return [summary, *explanation] + + +def _compare_eq_any( + left: Any, right: Any, highlighter: _HighlightFunc, verbose: int = 0 +) -> list[str]: + explanation = [] + if istext(left) and istext(right): + explanation = _diff_text(left, right, verbose) + else: + from _pytest.python_api import ApproxBase + + if isinstance(left, ApproxBase) or isinstance(right, ApproxBase): + # Although the common order should be obtained == expected, this ensures both ways + approx_side = left if isinstance(left, ApproxBase) else right + other_side = right if isinstance(left, ApproxBase) else left + + explanation = approx_side._repr_compare(other_side) + elif type(left) is type(right) and ( + isdatacls(left) or isattrs(left) or isnamedtuple(left) + ): + # Note: unlike dataclasses/attrs, namedtuples compare only the + # field values, not the type or field names. But this branch + # intentionally only handles the same-type case, which was often + # used in older code bases before dataclasses/attrs were available. + explanation = _compare_eq_cls(left, right, highlighter, verbose) + elif issequence(left) and issequence(right): + explanation = _compare_eq_sequence(left, right, highlighter, verbose) + elif isset(left) and isset(right): + explanation = _compare_eq_set(left, right, highlighter, verbose) + elif isdict(left) and isdict(right): + explanation = _compare_eq_dict(left, right, highlighter, verbose) + + if isiterable(left) and isiterable(right): + expl = _compare_eq_iterable(left, right, highlighter, verbose) + explanation.extend(expl) + + return explanation + + +def _diff_text(left: str, right: str, verbose: int = 0) -> list[str]: + """Return the explanation for the diff between text. + + Unless --verbose is used this will skip leading and trailing + characters which are identical to keep the diff minimal. + """ + from difflib import ndiff + + explanation: list[str] = [] + + if verbose < 1: + i = 0 # just in case left or right has zero length + for i in range(min(len(left), len(right))): + if left[i] != right[i]: + break + if i > 42: + i -= 10 # Provide some context + explanation = [ + f"Skipping {i} identical leading characters in diff, use -v to show" + ] + left = left[i:] + right = right[i:] + if len(left) == len(right): + for i in range(len(left)): + if left[-i] != right[-i]: + break + if i > 42: + i -= 10 # Provide some context + explanation += [ + f"Skipping {i} identical trailing " + "characters in diff, use -v to show" + ] + left = left[:-i] + right = right[:-i] + keepends = True + if left.isspace() or right.isspace(): + left = repr(str(left)) + right = repr(str(right)) + explanation += ["Strings contain only whitespace, escaping them using repr()"] + # "right" is the expected base against which we compare "left", + # see https://github.com/pytest-dev/pytest/issues/3333 + explanation += [ + line.strip("\n") + for line in ndiff(right.splitlines(keepends), left.splitlines(keepends)) + ] + return explanation + + +def _compare_eq_iterable( + left: Iterable[Any], + right: Iterable[Any], + highlighter: _HighlightFunc, + verbose: int = 0, +) -> list[str]: + if verbose <= 0 and not running_on_ci(): + return ["Use -v to get more diff"] + # dynamic import to speedup pytest + import difflib + + left_formatting = PrettyPrinter().pformat(left).splitlines() + right_formatting = PrettyPrinter().pformat(right).splitlines() + + explanation = ["", "Full diff:"] + # "right" is the expected base against which we compare "left", + # see https://github.com/pytest-dev/pytest/issues/3333 + explanation.extend( + highlighter( + "\n".join( + line.rstrip() + for line in difflib.ndiff(right_formatting, left_formatting) + ), + lexer="diff", + ).splitlines() + ) + return explanation + + +def _compare_eq_sequence( + left: Sequence[Any], + right: Sequence[Any], + highlighter: _HighlightFunc, + verbose: int = 0, +) -> list[str]: + comparing_bytes = isinstance(left, bytes) and isinstance(right, bytes) + explanation: list[str] = [] + len_left = len(left) + len_right = len(right) + for i in range(min(len_left, len_right)): + if left[i] != right[i]: + if comparing_bytes: + # when comparing bytes, we want to see their ascii representation + # instead of their numeric values (#5260) + # using a slice gives us the ascii representation: + # >>> s = b'foo' + # >>> s[0] + # 102 + # >>> s[0:1] + # b'f' + left_value = left[i : i + 1] + right_value = right[i : i + 1] + else: + left_value = left[i] + right_value = right[i] + + explanation.append( + f"At index {i} diff:" + f" {highlighter(repr(left_value))} != {highlighter(repr(right_value))}" + ) + break + + if comparing_bytes: + # when comparing bytes, it doesn't help to show the "sides contain one or more + # items" longer explanation, so skip it + + return explanation + + len_diff = len_left - len_right + if len_diff: + if len_diff > 0: + dir_with_more = "Left" + extra = saferepr(left[len_right]) + else: + len_diff = 0 - len_diff + dir_with_more = "Right" + extra = saferepr(right[len_left]) + + if len_diff == 1: + explanation += [ + f"{dir_with_more} contains one more item: {highlighter(extra)}" + ] + else: + explanation += [ + "%s contains %d more items, first extra item: %s" + % (dir_with_more, len_diff, highlighter(extra)) + ] + return explanation + + +def _compare_eq_set( + left: AbstractSet[Any], + right: AbstractSet[Any], + highlighter: _HighlightFunc, + verbose: int = 0, +) -> list[str]: + explanation = [] + explanation.extend(_set_one_sided_diff("left", left, right, highlighter)) + explanation.extend(_set_one_sided_diff("right", right, left, highlighter)) + return explanation + + +def _compare_gt_set( + left: AbstractSet[Any], + right: AbstractSet[Any], + highlighter: _HighlightFunc, + verbose: int = 0, +) -> list[str]: + explanation = _compare_gte_set(left, right, highlighter) + if not explanation: + return ["Both sets are equal"] + return explanation + + +def _compare_lt_set( + left: AbstractSet[Any], + right: AbstractSet[Any], + highlighter: _HighlightFunc, + verbose: int = 0, +) -> list[str]: + explanation = _compare_lte_set(left, right, highlighter) + if not explanation: + return ["Both sets are equal"] + return explanation + + +def _compare_gte_set( + left: AbstractSet[Any], + right: AbstractSet[Any], + highlighter: _HighlightFunc, + verbose: int = 0, +) -> list[str]: + return _set_one_sided_diff("right", right, left, highlighter) + + +def _compare_lte_set( + left: AbstractSet[Any], + right: AbstractSet[Any], + highlighter: _HighlightFunc, + verbose: int = 0, +) -> list[str]: + return _set_one_sided_diff("left", left, right, highlighter) + + +def _set_one_sided_diff( + posn: str, + set1: AbstractSet[Any], + set2: AbstractSet[Any], + highlighter: _HighlightFunc, +) -> list[str]: + explanation = [] + diff = set1 - set2 + if diff: + explanation.append(f"Extra items in the {posn} set:") + for item in diff: + explanation.append(highlighter(saferepr(item))) + return explanation + + +def _compare_eq_dict( + left: Mapping[Any, Any], + right: Mapping[Any, Any], + highlighter: _HighlightFunc, + verbose: int = 0, +) -> list[str]: + explanation: list[str] = [] + set_left = set(left) + set_right = set(right) + common = set_left.intersection(set_right) + same = {k: left[k] for k in common if left[k] == right[k]} + if same and verbose < 2: + explanation += [f"Omitting {len(same)} identical items, use -vv to show"] + elif same: + explanation += ["Common items:"] + explanation += highlighter(pprint.pformat(same)).splitlines() + diff = {k for k in common if left[k] != right[k]} + if diff: + explanation += ["Differing items:"] + for k in diff: + explanation += [ + highlighter(saferepr({k: left[k]})) + + " != " + + highlighter(saferepr({k: right[k]})) + ] + extra_left = set_left - set_right + len_extra_left = len(extra_left) + if len_extra_left: + explanation.append( + "Left contains %d more item%s:" + % (len_extra_left, "" if len_extra_left == 1 else "s") + ) + explanation.extend( + highlighter(pprint.pformat({k: left[k] for k in extra_left})).splitlines() + ) + extra_right = set_right - set_left + len_extra_right = len(extra_right) + if len_extra_right: + explanation.append( + "Right contains %d more item%s:" + % (len_extra_right, "" if len_extra_right == 1 else "s") + ) + explanation.extend( + highlighter(pprint.pformat({k: right[k] for k in extra_right})).splitlines() + ) + return explanation + + +def _compare_eq_cls( + left: Any, right: Any, highlighter: _HighlightFunc, verbose: int +) -> list[str]: + if not has_default_eq(left): + return [] + if isdatacls(left): + import dataclasses + + all_fields = dataclasses.fields(left) + fields_to_check = [info.name for info in all_fields if info.compare] + elif isattrs(left): + all_fields = left.__attrs_attrs__ + fields_to_check = [field.name for field in all_fields if getattr(field, "eq")] + elif isnamedtuple(left): + fields_to_check = left._fields + else: + assert False + + indent = " " + same = [] + diff = [] + for field in fields_to_check: + if getattr(left, field) == getattr(right, field): + same.append(field) + else: + diff.append(field) + + explanation = [] + if same or diff: + explanation += [""] + if same and verbose < 2: + explanation.append(f"Omitting {len(same)} identical items, use -vv to show") + elif same: + explanation += ["Matching attributes:"] + explanation += highlighter(pprint.pformat(same)).splitlines() + if diff: + explanation += ["Differing attributes:"] + explanation += highlighter(pprint.pformat(diff)).splitlines() + for field in diff: + field_left = getattr(left, field) + field_right = getattr(right, field) + explanation += [ + "", + f"Drill down into differing attribute {field}:", + f"{indent}{field}: {highlighter(repr(field_left))} != {highlighter(repr(field_right))}", + ] + explanation += [ + indent + line + for line in _compare_eq_any( + field_left, field_right, highlighter, verbose + ) + ] + return explanation + + +def _notin_text(term: str, text: str, verbose: int = 0) -> list[str]: + index = text.find(term) + head = text[:index] + tail = text[index + len(term) :] + correct_text = head + tail + diff = _diff_text(text, correct_text, verbose) + newdiff = [f"{saferepr(term, maxsize=42)} is contained here:"] + for line in diff: + if line.startswith("Skipping"): + continue + if line.startswith("- "): + continue + if line.startswith("+ "): + newdiff.append(" " + line[2:]) + else: + newdiff.append(line) + return newdiff + + +def running_on_ci() -> bool: + """Check if we're currently running on a CI system.""" + env_vars = ["CI", "BUILD_NUMBER"] + return any(var in os.environ for var in env_vars) diff --git a/env/lib/python3.8/site-packages/_pytest/cacheprovider.py b/env/lib/python3.8/site-packages/_pytest/cacheprovider.py new file mode 100644 index 000000000..1b236efdc --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/cacheprovider.py @@ -0,0 +1,626 @@ +# mypy: allow-untyped-defs +"""Implementation of the cache provider.""" + +# This plugin was not named "cache" to avoid conflicts with the external +# pytest-cache version. +from __future__ import annotations + +import dataclasses +import errno +import json +import os +from pathlib import Path +import tempfile +from typing import final +from typing import Generator +from typing import Iterable + +from .pathlib import resolve_from_str +from .pathlib import rm_rf +from .reports import CollectReport +from _pytest import nodes +from _pytest._io import TerminalWriter +from _pytest.config import Config +from _pytest.config import ExitCode +from _pytest.config import hookimpl +from _pytest.config.argparsing import Parser +from _pytest.deprecated import check_ispytest +from _pytest.fixtures import fixture +from _pytest.fixtures import FixtureRequest +from _pytest.main import Session +from _pytest.nodes import Directory +from _pytest.nodes import File +from _pytest.reports import TestReport + + +README_CONTENT = """\ +# pytest cache directory # + +This directory contains data from the pytest's cache plugin, +which provides the `--lf` and `--ff` options, as well as the `cache` fixture. + +**Do not** commit this to version control. + +See [the docs](https://docs.pytest.org/en/stable/how-to/cache.html) for more information. +""" + +CACHEDIR_TAG_CONTENT = b"""\ +Signature: 8a477f597d28d172789f06886806bc55 +# This file is a cache directory tag created by pytest. +# For information about cache directory tags, see: +# https://bford.info/cachedir/spec.html +""" + + +@final +@dataclasses.dataclass +class Cache: + """Instance of the `cache` fixture.""" + + _cachedir: Path = dataclasses.field(repr=False) + _config: Config = dataclasses.field(repr=False) + + # Sub-directory under cache-dir for directories created by `mkdir()`. + _CACHE_PREFIX_DIRS = "d" + + # Sub-directory under cache-dir for values created by `set()`. + _CACHE_PREFIX_VALUES = "v" + + def __init__( + self, cachedir: Path, config: Config, *, _ispytest: bool = False + ) -> None: + check_ispytest(_ispytest) + self._cachedir = cachedir + self._config = config + + @classmethod + def for_config(cls, config: Config, *, _ispytest: bool = False) -> Cache: + """Create the Cache instance for a Config. + + :meta private: + """ + check_ispytest(_ispytest) + cachedir = cls.cache_dir_from_config(config, _ispytest=True) + if config.getoption("cacheclear") and cachedir.is_dir(): + cls.clear_cache(cachedir, _ispytest=True) + return cls(cachedir, config, _ispytest=True) + + @classmethod + def clear_cache(cls, cachedir: Path, _ispytest: bool = False) -> None: + """Clear the sub-directories used to hold cached directories and values. + + :meta private: + """ + check_ispytest(_ispytest) + for prefix in (cls._CACHE_PREFIX_DIRS, cls._CACHE_PREFIX_VALUES): + d = cachedir / prefix + if d.is_dir(): + rm_rf(d) + + @staticmethod + def cache_dir_from_config(config: Config, *, _ispytest: bool = False) -> Path: + """Get the path to the cache directory for a Config. + + :meta private: + """ + check_ispytest(_ispytest) + return resolve_from_str(config.getini("cache_dir"), config.rootpath) + + def warn(self, fmt: str, *, _ispytest: bool = False, **args: object) -> None: + """Issue a cache warning. + + :meta private: + """ + check_ispytest(_ispytest) + import warnings + + from _pytest.warning_types import PytestCacheWarning + + warnings.warn( + PytestCacheWarning(fmt.format(**args) if args else fmt), + self._config.hook, + stacklevel=3, + ) + + def _mkdir(self, path: Path) -> None: + self._ensure_cache_dir_and_supporting_files() + path.mkdir(exist_ok=True, parents=True) + + def mkdir(self, name: str) -> Path: + """Return a directory path object with the given name. + + If the directory does not yet exist, it will be created. You can use + it to manage files to e.g. store/retrieve database dumps across test + sessions. + + .. versionadded:: 7.0 + + :param name: + Must be a string not containing a ``/`` separator. + Make sure the name contains your plugin or application + identifiers to prevent clashes with other cache users. + """ + path = Path(name) + if len(path.parts) > 1: + raise ValueError("name is not allowed to contain path separators") + res = self._cachedir.joinpath(self._CACHE_PREFIX_DIRS, path) + self._mkdir(res) + return res + + def _getvaluepath(self, key: str) -> Path: + return self._cachedir.joinpath(self._CACHE_PREFIX_VALUES, Path(key)) + + def get(self, key: str, default): + """Return the cached value for the given key. + + If no value was yet cached or the value cannot be read, the specified + default is returned. + + :param key: + Must be a ``/`` separated value. Usually the first + name is the name of your plugin or your application. + :param default: + The value to return in case of a cache-miss or invalid cache value. + """ + path = self._getvaluepath(key) + try: + with path.open("r", encoding="UTF-8") as f: + return json.load(f) + except (ValueError, OSError): + return default + + def set(self, key: str, value: object) -> None: + """Save value for the given key. + + :param key: + Must be a ``/`` separated value. Usually the first + name is the name of your plugin or your application. + :param value: + Must be of any combination of basic python types, + including nested types like lists of dictionaries. + """ + path = self._getvaluepath(key) + try: + self._mkdir(path.parent) + except OSError as exc: + self.warn( + f"could not create cache path {path}: {exc}", + _ispytest=True, + ) + return + data = json.dumps(value, ensure_ascii=False, indent=2) + try: + f = path.open("w", encoding="UTF-8") + except OSError as exc: + self.warn( + f"cache could not write path {path}: {exc}", + _ispytest=True, + ) + else: + with f: + f.write(data) + + def _ensure_cache_dir_and_supporting_files(self) -> None: + """Create the cache dir and its supporting files.""" + if self._cachedir.is_dir(): + return + + self._cachedir.parent.mkdir(parents=True, exist_ok=True) + with tempfile.TemporaryDirectory( + prefix="pytest-cache-files-", + dir=self._cachedir.parent, + ) as newpath: + path = Path(newpath) + + # Reset permissions to the default, see #12308. + # Note: there's no way to get the current umask atomically, eek. + umask = os.umask(0o022) + os.umask(umask) + path.chmod(0o777 - umask) + + with open(path.joinpath("README.md"), "x", encoding="UTF-8") as f: + f.write(README_CONTENT) + with open(path.joinpath(".gitignore"), "x", encoding="UTF-8") as f: + f.write("# Created by pytest automatically.\n*\n") + with open(path.joinpath("CACHEDIR.TAG"), "xb") as f: + f.write(CACHEDIR_TAG_CONTENT) + + try: + path.rename(self._cachedir) + except OSError as e: + # If 2 concurrent pytests both race to the rename, the loser + # gets "Directory not empty" from the rename. In this case, + # everything is handled so just continue (while letting the + # temporary directory be cleaned up). + # On Windows, the error is a FileExistsError which translates to EEXIST. + if e.errno not in (errno.ENOTEMPTY, errno.EEXIST): + raise + else: + # Create a directory in place of the one we just moved so that + # `TemporaryDirectory`'s cleanup doesn't complain. + # + # TODO: pass ignore_cleanup_errors=True when we no longer support python < 3.10. + # See https://github.com/python/cpython/issues/74168. Note that passing + # delete=False would do the wrong thing in case of errors and isn't supported + # until python 3.12. + path.mkdir() + + +class LFPluginCollWrapper: + def __init__(self, lfplugin: LFPlugin) -> None: + self.lfplugin = lfplugin + self._collected_at_least_one_failure = False + + @hookimpl(wrapper=True) + def pytest_make_collect_report( + self, collector: nodes.Collector + ) -> Generator[None, CollectReport, CollectReport]: + res = yield + if isinstance(collector, (Session, Directory)): + # Sort any lf-paths to the beginning. + lf_paths = self.lfplugin._last_failed_paths + + # Use stable sort to prioritize last failed. + def sort_key(node: nodes.Item | nodes.Collector) -> bool: + return node.path in lf_paths + + res.result = sorted( + res.result, + key=sort_key, + reverse=True, + ) + + elif isinstance(collector, File): + if collector.path in self.lfplugin._last_failed_paths: + result = res.result + lastfailed = self.lfplugin.lastfailed + + # Only filter with known failures. + if not self._collected_at_least_one_failure: + if not any(x.nodeid in lastfailed for x in result): + return res + self.lfplugin.config.pluginmanager.register( + LFPluginCollSkipfiles(self.lfplugin), "lfplugin-collskip" + ) + self._collected_at_least_one_failure = True + + session = collector.session + result[:] = [ + x + for x in result + if x.nodeid in lastfailed + # Include any passed arguments (not trivial to filter). + or session.isinitpath(x.path) + # Keep all sub-collectors. + or isinstance(x, nodes.Collector) + ] + + return res + + +class LFPluginCollSkipfiles: + def __init__(self, lfplugin: LFPlugin) -> None: + self.lfplugin = lfplugin + + @hookimpl + def pytest_make_collect_report( + self, collector: nodes.Collector + ) -> CollectReport | None: + if isinstance(collector, File): + if collector.path not in self.lfplugin._last_failed_paths: + self.lfplugin._skipped_files += 1 + + return CollectReport( + collector.nodeid, "passed", longrepr=None, result=[] + ) + return None + + +class LFPlugin: + """Plugin which implements the --lf (run last-failing) option.""" + + def __init__(self, config: Config) -> None: + self.config = config + active_keys = "lf", "failedfirst" + self.active = any(config.getoption(key) for key in active_keys) + assert config.cache + self.lastfailed: dict[str, bool] = config.cache.get("cache/lastfailed", {}) + self._previously_failed_count: int | None = None + self._report_status: str | None = None + self._skipped_files = 0 # count skipped files during collection due to --lf + + if config.getoption("lf"): + self._last_failed_paths = self.get_last_failed_paths() + config.pluginmanager.register( + LFPluginCollWrapper(self), "lfplugin-collwrapper" + ) + + def get_last_failed_paths(self) -> set[Path]: + """Return a set with all Paths of the previously failed nodeids and + their parents.""" + rootpath = self.config.rootpath + result = set() + for nodeid in self.lastfailed: + path = rootpath / nodeid.split("::")[0] + result.add(path) + result.update(path.parents) + return {x for x in result if x.exists()} + + def pytest_report_collectionfinish(self) -> str | None: + if self.active and self.config.get_verbosity() >= 0: + return f"run-last-failure: {self._report_status}" + return None + + def pytest_runtest_logreport(self, report: TestReport) -> None: + if (report.when == "call" and report.passed) or report.skipped: + self.lastfailed.pop(report.nodeid, None) + elif report.failed: + self.lastfailed[report.nodeid] = True + + def pytest_collectreport(self, report: CollectReport) -> None: + passed = report.outcome in ("passed", "skipped") + if passed: + if report.nodeid in self.lastfailed: + self.lastfailed.pop(report.nodeid) + self.lastfailed.update((item.nodeid, True) for item in report.result) + else: + self.lastfailed[report.nodeid] = True + + @hookimpl(wrapper=True, tryfirst=True) + def pytest_collection_modifyitems( + self, config: Config, items: list[nodes.Item] + ) -> Generator[None]: + res = yield + + if not self.active: + return res + + if self.lastfailed: + previously_failed = [] + previously_passed = [] + for item in items: + if item.nodeid in self.lastfailed: + previously_failed.append(item) + else: + previously_passed.append(item) + self._previously_failed_count = len(previously_failed) + + if not previously_failed: + # Running a subset of all tests with recorded failures + # only outside of it. + self._report_status = "%d known failures not in selected tests" % ( + len(self.lastfailed), + ) + else: + if self.config.getoption("lf"): + items[:] = previously_failed + config.hook.pytest_deselected(items=previously_passed) + else: # --failedfirst + items[:] = previously_failed + previously_passed + + noun = "failure" if self._previously_failed_count == 1 else "failures" + suffix = " first" if self.config.getoption("failedfirst") else "" + self._report_status = ( + f"rerun previous {self._previously_failed_count} {noun}{suffix}" + ) + + if self._skipped_files > 0: + files_noun = "file" if self._skipped_files == 1 else "files" + self._report_status += f" (skipped {self._skipped_files} {files_noun})" + else: + self._report_status = "no previously failed tests, " + if self.config.getoption("last_failed_no_failures") == "none": + self._report_status += "deselecting all items." + config.hook.pytest_deselected(items=items[:]) + items[:] = [] + else: + self._report_status += "not deselecting items." + + return res + + def pytest_sessionfinish(self, session: Session) -> None: + config = self.config + if config.getoption("cacheshow") or hasattr(config, "workerinput"): + return + + assert config.cache is not None + saved_lastfailed = config.cache.get("cache/lastfailed", {}) + if saved_lastfailed != self.lastfailed: + config.cache.set("cache/lastfailed", self.lastfailed) + + +class NFPlugin: + """Plugin which implements the --nf (run new-first) option.""" + + def __init__(self, config: Config) -> None: + self.config = config + self.active = config.option.newfirst + assert config.cache is not None + self.cached_nodeids = set(config.cache.get("cache/nodeids", [])) + + @hookimpl(wrapper=True, tryfirst=True) + def pytest_collection_modifyitems(self, items: list[nodes.Item]) -> Generator[None]: + res = yield + + if self.active: + new_items: dict[str, nodes.Item] = {} + other_items: dict[str, nodes.Item] = {} + for item in items: + if item.nodeid not in self.cached_nodeids: + new_items[item.nodeid] = item + else: + other_items[item.nodeid] = item + + items[:] = self._get_increasing_order( + new_items.values() + ) + self._get_increasing_order(other_items.values()) + self.cached_nodeids.update(new_items) + else: + self.cached_nodeids.update(item.nodeid for item in items) + + return res + + def _get_increasing_order(self, items: Iterable[nodes.Item]) -> list[nodes.Item]: + return sorted(items, key=lambda item: item.path.stat().st_mtime, reverse=True) + + def pytest_sessionfinish(self) -> None: + config = self.config + if config.getoption("cacheshow") or hasattr(config, "workerinput"): + return + + if config.getoption("collectonly"): + return + + assert config.cache is not None + config.cache.set("cache/nodeids", sorted(self.cached_nodeids)) + + +def pytest_addoption(parser: Parser) -> None: + group = parser.getgroup("general") + group.addoption( + "--lf", + "--last-failed", + action="store_true", + dest="lf", + help="Rerun only the tests that failed " + "at the last run (or all if none failed)", + ) + group.addoption( + "--ff", + "--failed-first", + action="store_true", + dest="failedfirst", + help="Run all tests, but run the last failures first. " + "This may re-order tests and thus lead to " + "repeated fixture setup/teardown.", + ) + group.addoption( + "--nf", + "--new-first", + action="store_true", + dest="newfirst", + help="Run tests from new files first, then the rest of the tests " + "sorted by file mtime", + ) + group.addoption( + "--cache-show", + action="append", + nargs="?", + dest="cacheshow", + help=( + "Show cache contents, don't perform collection or tests. " + "Optional argument: glob (default: '*')." + ), + ) + group.addoption( + "--cache-clear", + action="store_true", + dest="cacheclear", + help="Remove all cache contents at start of test run", + ) + cache_dir_default = ".pytest_cache" + if "TOX_ENV_DIR" in os.environ: + cache_dir_default = os.path.join(os.environ["TOX_ENV_DIR"], cache_dir_default) + parser.addini("cache_dir", default=cache_dir_default, help="Cache directory path") + group.addoption( + "--lfnf", + "--last-failed-no-failures", + action="store", + dest="last_failed_no_failures", + choices=("all", "none"), + default="all", + help="With ``--lf``, determines whether to execute tests when there " + "are no previously (known) failures or when no " + "cached ``lastfailed`` data was found. " + "``all`` (the default) runs the full test suite again. " + "``none`` just emits a message about no known failures and exits successfully.", + ) + + +def pytest_cmdline_main(config: Config) -> int | ExitCode | None: + if config.option.cacheshow and not config.option.help: + from _pytest.main import wrap_session + + return wrap_session(config, cacheshow) + return None + + +@hookimpl(tryfirst=True) +def pytest_configure(config: Config) -> None: + config.cache = Cache.for_config(config, _ispytest=True) + config.pluginmanager.register(LFPlugin(config), "lfplugin") + config.pluginmanager.register(NFPlugin(config), "nfplugin") + + +@fixture +def cache(request: FixtureRequest) -> Cache: + """Return a cache object that can persist state between testing sessions. + + cache.get(key, default) + cache.set(key, value) + + Keys must be ``/`` separated strings, where the first part is usually the + name of your plugin or application to avoid clashes with other cache users. + + Values can be any object handled by the json stdlib module. + """ + assert request.config.cache is not None + return request.config.cache + + +def pytest_report_header(config: Config) -> str | None: + """Display cachedir with --cache-show and if non-default.""" + if config.option.verbose > 0 or config.getini("cache_dir") != ".pytest_cache": + assert config.cache is not None + cachedir = config.cache._cachedir + # TODO: evaluate generating upward relative paths + # starting with .., ../.. if sensible + + try: + displaypath = cachedir.relative_to(config.rootpath) + except ValueError: + displaypath = cachedir + return f"cachedir: {displaypath}" + return None + + +def cacheshow(config: Config, session: Session) -> int: + from pprint import pformat + + assert config.cache is not None + + tw = TerminalWriter() + tw.line("cachedir: " + str(config.cache._cachedir)) + if not config.cache._cachedir.is_dir(): + tw.line("cache is empty") + return 0 + + glob = config.option.cacheshow[0] + if glob is None: + glob = "*" + + dummy = object() + basedir = config.cache._cachedir + vdir = basedir / Cache._CACHE_PREFIX_VALUES + tw.sep("-", f"cache values for {glob!r}") + for valpath in sorted(x for x in vdir.rglob(glob) if x.is_file()): + key = str(valpath.relative_to(vdir)) + val = config.cache.get(key, dummy) + if val is dummy: + tw.line(f"{key} contains unreadable content, will be ignored") + else: + tw.line(f"{key} contains:") + for line in pformat(val).splitlines(): + tw.line(" " + line) + + ddir = basedir / Cache._CACHE_PREFIX_DIRS + if ddir.is_dir(): + contents = sorted(ddir.rglob(glob)) + tw.sep("-", f"cache directories for {glob!r}") + for p in contents: + # if p.is_dir(): + # print("%s/" % p.relative_to(basedir)) + if p.is_file(): + key = str(p.relative_to(basedir)) + tw.line(f"{key} is a file of length {p.stat().st_size:d}") + return 0 diff --git a/env/lib/python3.8/site-packages/_pytest/capture.py b/env/lib/python3.8/site-packages/_pytest/capture.py new file mode 100644 index 000000000..ded8af87f --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/capture.py @@ -0,0 +1,1105 @@ +# mypy: allow-untyped-defs +"""Per-test stdout/stderr capturing mechanism.""" + +from __future__ import annotations + +import abc +import collections +import contextlib +import io +from io import UnsupportedOperation +import os +import sys +from tempfile import TemporaryFile +from types import TracebackType +from typing import Any +from typing import AnyStr +from typing import BinaryIO +from typing import Final +from typing import final +from typing import Generator +from typing import Generic +from typing import Iterable +from typing import Iterator +from typing import Literal +from typing import NamedTuple +from typing import TextIO +from typing import TYPE_CHECKING + + +if TYPE_CHECKING: + from typing_extensions import Self + +from _pytest.config import Config +from _pytest.config import hookimpl +from _pytest.config.argparsing import Parser +from _pytest.deprecated import check_ispytest +from _pytest.fixtures import fixture +from _pytest.fixtures import SubRequest +from _pytest.nodes import Collector +from _pytest.nodes import File +from _pytest.nodes import Item +from _pytest.reports import CollectReport + + +_CaptureMethod = Literal["fd", "sys", "no", "tee-sys"] + + +def pytest_addoption(parser: Parser) -> None: + group = parser.getgroup("general") + group._addoption( + "--capture", + action="store", + default="fd", + metavar="method", + choices=["fd", "sys", "no", "tee-sys"], + help="Per-test capturing method: one of fd|sys|no|tee-sys", + ) + group._addoption( + "-s", + action="store_const", + const="no", + dest="capture", + help="Shortcut for --capture=no", + ) + + +def _colorama_workaround() -> None: + """Ensure colorama is imported so that it attaches to the correct stdio + handles on Windows. + + colorama uses the terminal on import time. So if something does the + first import of colorama while I/O capture is active, colorama will + fail in various ways. + """ + if sys.platform.startswith("win32"): + try: + import colorama # noqa: F401 + except ImportError: + pass + + +def _readline_workaround() -> None: + """Ensure readline is imported early so it attaches to the correct stdio handles. + + This isn't a problem with the default GNU readline implementation, but in + some configurations, Python uses libedit instead (on macOS, and for prebuilt + binaries such as used by uv). + + In theory this is only needed if readline.backend == "libedit", but the + workaround consists of importing readline here, so we already worked around + the issue by the time we could check if we need to. + """ + try: + import readline # noqa: F401 + except ImportError: + pass + + +def _windowsconsoleio_workaround(stream: TextIO) -> None: + """Workaround for Windows Unicode console handling. + + Python 3.6 implemented Unicode console handling for Windows. This works + by reading/writing to the raw console handle using + ``{Read,Write}ConsoleW``. + + The problem is that we are going to ``dup2`` over the stdio file + descriptors when doing ``FDCapture`` and this will ``CloseHandle`` the + handles used by Python to write to the console. Though there is still some + weirdness and the console handle seems to only be closed randomly and not + on the first call to ``CloseHandle``, or maybe it gets reopened with the + same handle value when we suspend capturing. + + The workaround in this case will reopen stdio with a different fd which + also means a different handle by replicating the logic in + "Py_lifecycle.c:initstdio/create_stdio". + + :param stream: + In practice ``sys.stdout`` or ``sys.stderr``, but given + here as parameter for unittesting purposes. + + See https://github.com/pytest-dev/py/issues/103. + """ + if not sys.platform.startswith("win32") or hasattr(sys, "pypy_version_info"): + return + + # Bail out if ``stream`` doesn't seem like a proper ``io`` stream (#2666). + if not hasattr(stream, "buffer"): # type: ignore[unreachable,unused-ignore] + return + + raw_stdout = stream.buffer.raw if hasattr(stream.buffer, "raw") else stream.buffer + + if not isinstance(raw_stdout, io._WindowsConsoleIO): # type: ignore[attr-defined,unused-ignore] + return + + def _reopen_stdio(f, mode): + if not hasattr(stream.buffer, "raw") and mode[0] == "w": + buffering = 0 + else: + buffering = -1 + + return io.TextIOWrapper( + open(os.dup(f.fileno()), mode, buffering), + f.encoding, + f.errors, + f.newlines, + f.line_buffering, + ) + + sys.stdin = _reopen_stdio(sys.stdin, "rb") + sys.stdout = _reopen_stdio(sys.stdout, "wb") + sys.stderr = _reopen_stdio(sys.stderr, "wb") + + +@hookimpl(wrapper=True) +def pytest_load_initial_conftests(early_config: Config) -> Generator[None]: + ns = early_config.known_args_namespace + if ns.capture == "fd": + _windowsconsoleio_workaround(sys.stdout) + _colorama_workaround() + _readline_workaround() + pluginmanager = early_config.pluginmanager + capman = CaptureManager(ns.capture) + pluginmanager.register(capman, "capturemanager") + + # Make sure that capturemanager is properly reset at final shutdown. + early_config.add_cleanup(capman.stop_global_capturing) + + # Finally trigger conftest loading but while capturing (issue #93). + capman.start_global_capturing() + try: + try: + yield + finally: + capman.suspend_global_capture() + except BaseException: + out, err = capman.read_global_capture() + sys.stdout.write(out) + sys.stderr.write(err) + raise + + +# IO Helpers. + + +class EncodedFile(io.TextIOWrapper): + __slots__ = () + + @property + def name(self) -> str: + # Ensure that file.name is a string. Workaround for a Python bug + # fixed in >=3.7.4: https://bugs.python.org/issue36015 + return repr(self.buffer) + + @property + def mode(self) -> str: + # TextIOWrapper doesn't expose a mode, but at least some of our + # tests check it. + return self.buffer.mode.replace("b", "") + + +class CaptureIO(io.TextIOWrapper): + def __init__(self) -> None: + super().__init__(io.BytesIO(), encoding="UTF-8", newline="", write_through=True) + + def getvalue(self) -> str: + assert isinstance(self.buffer, io.BytesIO) + return self.buffer.getvalue().decode("UTF-8") + + +class TeeCaptureIO(CaptureIO): + def __init__(self, other: TextIO) -> None: + self._other = other + super().__init__() + + def write(self, s: str) -> int: + super().write(s) + return self._other.write(s) + + +class DontReadFromInput(TextIO): + @property + def encoding(self) -> str: + assert sys.__stdin__ is not None + return sys.__stdin__.encoding + + def read(self, size: int = -1) -> str: + raise OSError( + "pytest: reading from stdin while output is captured! Consider using `-s`." + ) + + readline = read + + def __next__(self) -> str: + return self.readline() + + def readlines(self, hint: int | None = -1) -> list[str]: + raise OSError( + "pytest: reading from stdin while output is captured! Consider using `-s`." + ) + + def __iter__(self) -> Iterator[str]: + return self + + def fileno(self) -> int: + raise UnsupportedOperation("redirected stdin is pseudofile, has no fileno()") + + def flush(self) -> None: + raise UnsupportedOperation("redirected stdin is pseudofile, has no flush()") + + def isatty(self) -> bool: + return False + + def close(self) -> None: + pass + + def readable(self) -> bool: + return False + + def seek(self, offset: int, whence: int = 0) -> int: + raise UnsupportedOperation("redirected stdin is pseudofile, has no seek(int)") + + def seekable(self) -> bool: + return False + + def tell(self) -> int: + raise UnsupportedOperation("redirected stdin is pseudofile, has no tell()") + + def truncate(self, size: int | None = None) -> int: + raise UnsupportedOperation("cannot truncate stdin") + + def write(self, data: str) -> int: + raise UnsupportedOperation("cannot write to stdin") + + def writelines(self, lines: Iterable[str]) -> None: + raise UnsupportedOperation("Cannot write to stdin") + + def writable(self) -> bool: + return False + + def __enter__(self) -> Self: + return self + + def __exit__( + self, + type: type[BaseException] | None, + value: BaseException | None, + traceback: TracebackType | None, + ) -> None: + pass + + @property + def buffer(self) -> BinaryIO: + # The str/bytes doesn't actually matter in this type, so OK to fake. + return self # type: ignore[return-value] + + +# Capture classes. + + +class CaptureBase(abc.ABC, Generic[AnyStr]): + EMPTY_BUFFER: AnyStr + + @abc.abstractmethod + def __init__(self, fd: int) -> None: + raise NotImplementedError() + + @abc.abstractmethod + def start(self) -> None: + raise NotImplementedError() + + @abc.abstractmethod + def done(self) -> None: + raise NotImplementedError() + + @abc.abstractmethod + def suspend(self) -> None: + raise NotImplementedError() + + @abc.abstractmethod + def resume(self) -> None: + raise NotImplementedError() + + @abc.abstractmethod + def writeorg(self, data: AnyStr) -> None: + raise NotImplementedError() + + @abc.abstractmethod + def snap(self) -> AnyStr: + raise NotImplementedError() + + +patchsysdict = {0: "stdin", 1: "stdout", 2: "stderr"} + + +class NoCapture(CaptureBase[str]): + EMPTY_BUFFER = "" + + def __init__(self, fd: int) -> None: + pass + + def start(self) -> None: + pass + + def done(self) -> None: + pass + + def suspend(self) -> None: + pass + + def resume(self) -> None: + pass + + def snap(self) -> str: + return "" + + def writeorg(self, data: str) -> None: + pass + + +class SysCaptureBase(CaptureBase[AnyStr]): + def __init__( + self, fd: int, tmpfile: TextIO | None = None, *, tee: bool = False + ) -> None: + name = patchsysdict[fd] + self._old: TextIO = getattr(sys, name) + self.name = name + if tmpfile is None: + if name == "stdin": + tmpfile = DontReadFromInput() + else: + tmpfile = CaptureIO() if not tee else TeeCaptureIO(self._old) + self.tmpfile = tmpfile + self._state = "initialized" + + def repr(self, class_name: str) -> str: + return "<{} {} _old={} _state={!r} tmpfile={!r}>".format( + class_name, + self.name, + hasattr(self, "_old") and repr(self._old) or "", + self._state, + self.tmpfile, + ) + + def __repr__(self) -> str: + return "<{} {} _old={} _state={!r} tmpfile={!r}>".format( + self.__class__.__name__, + self.name, + hasattr(self, "_old") and repr(self._old) or "", + self._state, + self.tmpfile, + ) + + def _assert_state(self, op: str, states: tuple[str, ...]) -> None: + assert ( + self._state in states + ), "cannot {} in state {!r}: expected one of {}".format( + op, self._state, ", ".join(states) + ) + + def start(self) -> None: + self._assert_state("start", ("initialized",)) + setattr(sys, self.name, self.tmpfile) + self._state = "started" + + def done(self) -> None: + self._assert_state("done", ("initialized", "started", "suspended", "done")) + if self._state == "done": + return + setattr(sys, self.name, self._old) + del self._old + self.tmpfile.close() + self._state = "done" + + def suspend(self) -> None: + self._assert_state("suspend", ("started", "suspended")) + setattr(sys, self.name, self._old) + self._state = "suspended" + + def resume(self) -> None: + self._assert_state("resume", ("started", "suspended")) + if self._state == "started": + return + setattr(sys, self.name, self.tmpfile) + self._state = "started" + + +class SysCaptureBinary(SysCaptureBase[bytes]): + EMPTY_BUFFER = b"" + + def snap(self) -> bytes: + self._assert_state("snap", ("started", "suspended")) + self.tmpfile.seek(0) + res = self.tmpfile.buffer.read() + self.tmpfile.seek(0) + self.tmpfile.truncate() + return res + + def writeorg(self, data: bytes) -> None: + self._assert_state("writeorg", ("started", "suspended")) + self._old.flush() + self._old.buffer.write(data) + self._old.buffer.flush() + + +class SysCapture(SysCaptureBase[str]): + EMPTY_BUFFER = "" + + def snap(self) -> str: + self._assert_state("snap", ("started", "suspended")) + assert isinstance(self.tmpfile, CaptureIO) + res = self.tmpfile.getvalue() + self.tmpfile.seek(0) + self.tmpfile.truncate() + return res + + def writeorg(self, data: str) -> None: + self._assert_state("writeorg", ("started", "suspended")) + self._old.write(data) + self._old.flush() + + +class FDCaptureBase(CaptureBase[AnyStr]): + def __init__(self, targetfd: int) -> None: + self.targetfd = targetfd + + try: + os.fstat(targetfd) + except OSError: + # FD capturing is conceptually simple -- create a temporary file, + # redirect the FD to it, redirect back when done. But when the + # target FD is invalid it throws a wrench into this lovely scheme. + # + # Tests themselves shouldn't care if the FD is valid, FD capturing + # should work regardless of external circumstances. So falling back + # to just sys capturing is not a good option. + # + # Further complications are the need to support suspend() and the + # possibility of FD reuse (e.g. the tmpfile getting the very same + # target FD). The following approach is robust, I believe. + self.targetfd_invalid: int | None = os.open(os.devnull, os.O_RDWR) + os.dup2(self.targetfd_invalid, targetfd) + else: + self.targetfd_invalid = None + self.targetfd_save = os.dup(targetfd) + + if targetfd == 0: + self.tmpfile = open(os.devnull, encoding="utf-8") + self.syscapture: CaptureBase[str] = SysCapture(targetfd) + else: + self.tmpfile = EncodedFile( + TemporaryFile(buffering=0), + encoding="utf-8", + errors="replace", + newline="", + write_through=True, + ) + if targetfd in patchsysdict: + self.syscapture = SysCapture(targetfd, self.tmpfile) + else: + self.syscapture = NoCapture(targetfd) + + self._state = "initialized" + + def __repr__(self) -> str: + return ( + f"<{self.__class__.__name__} {self.targetfd} oldfd={self.targetfd_save} " + f"_state={self._state!r} tmpfile={self.tmpfile!r}>" + ) + + def _assert_state(self, op: str, states: tuple[str, ...]) -> None: + assert ( + self._state in states + ), "cannot {} in state {!r}: expected one of {}".format( + op, self._state, ", ".join(states) + ) + + def start(self) -> None: + """Start capturing on targetfd using memorized tmpfile.""" + self._assert_state("start", ("initialized",)) + os.dup2(self.tmpfile.fileno(), self.targetfd) + self.syscapture.start() + self._state = "started" + + def done(self) -> None: + """Stop capturing, restore streams, return original capture file, + seeked to position zero.""" + self._assert_state("done", ("initialized", "started", "suspended", "done")) + if self._state == "done": + return + os.dup2(self.targetfd_save, self.targetfd) + os.close(self.targetfd_save) + if self.targetfd_invalid is not None: + if self.targetfd_invalid != self.targetfd: + os.close(self.targetfd) + os.close(self.targetfd_invalid) + self.syscapture.done() + self.tmpfile.close() + self._state = "done" + + def suspend(self) -> None: + self._assert_state("suspend", ("started", "suspended")) + if self._state == "suspended": + return + self.syscapture.suspend() + os.dup2(self.targetfd_save, self.targetfd) + self._state = "suspended" + + def resume(self) -> None: + self._assert_state("resume", ("started", "suspended")) + if self._state == "started": + return + self.syscapture.resume() + os.dup2(self.tmpfile.fileno(), self.targetfd) + self._state = "started" + + +class FDCaptureBinary(FDCaptureBase[bytes]): + """Capture IO to/from a given OS-level file descriptor. + + snap() produces `bytes`. + """ + + EMPTY_BUFFER = b"" + + def snap(self) -> bytes: + self._assert_state("snap", ("started", "suspended")) + self.tmpfile.seek(0) + res = self.tmpfile.buffer.read() + self.tmpfile.seek(0) + self.tmpfile.truncate() + return res + + def writeorg(self, data: bytes) -> None: + """Write to original file descriptor.""" + self._assert_state("writeorg", ("started", "suspended")) + os.write(self.targetfd_save, data) + + +class FDCapture(FDCaptureBase[str]): + """Capture IO to/from a given OS-level file descriptor. + + snap() produces text. + """ + + EMPTY_BUFFER = "" + + def snap(self) -> str: + self._assert_state("snap", ("started", "suspended")) + self.tmpfile.seek(0) + res = self.tmpfile.read() + self.tmpfile.seek(0) + self.tmpfile.truncate() + return res + + def writeorg(self, data: str) -> None: + """Write to original file descriptor.""" + self._assert_state("writeorg", ("started", "suspended")) + # XXX use encoding of original stream + os.write(self.targetfd_save, data.encode("utf-8")) + + +# MultiCapture + + +# Generic NamedTuple only supported since Python 3.11. +if sys.version_info >= (3, 11) or TYPE_CHECKING: + + @final + class CaptureResult(NamedTuple, Generic[AnyStr]): + """The result of :method:`caplog.readouterr() `.""" + + out: AnyStr + err: AnyStr + +else: + + class CaptureResult( + collections.namedtuple("CaptureResult", ["out", "err"]), # noqa: PYI024 + Generic[AnyStr], + ): + """The result of :method:`caplog.readouterr() `.""" + + __slots__ = () + + +class MultiCapture(Generic[AnyStr]): + _state = None + _in_suspended = False + + def __init__( + self, + in_: CaptureBase[AnyStr] | None, + out: CaptureBase[AnyStr] | None, + err: CaptureBase[AnyStr] | None, + ) -> None: + self.in_: CaptureBase[AnyStr] | None = in_ + self.out: CaptureBase[AnyStr] | None = out + self.err: CaptureBase[AnyStr] | None = err + + def __repr__(self) -> str: + return ( + f"" + ) + + def start_capturing(self) -> None: + self._state = "started" + if self.in_: + self.in_.start() + if self.out: + self.out.start() + if self.err: + self.err.start() + + def pop_outerr_to_orig(self) -> tuple[AnyStr, AnyStr]: + """Pop current snapshot out/err capture and flush to orig streams.""" + out, err = self.readouterr() + if out: + assert self.out is not None + self.out.writeorg(out) + if err: + assert self.err is not None + self.err.writeorg(err) + return out, err + + def suspend_capturing(self, in_: bool = False) -> None: + self._state = "suspended" + if self.out: + self.out.suspend() + if self.err: + self.err.suspend() + if in_ and self.in_: + self.in_.suspend() + self._in_suspended = True + + def resume_capturing(self) -> None: + self._state = "started" + if self.out: + self.out.resume() + if self.err: + self.err.resume() + if self._in_suspended: + assert self.in_ is not None + self.in_.resume() + self._in_suspended = False + + def stop_capturing(self) -> None: + """Stop capturing and reset capturing streams.""" + if self._state == "stopped": + raise ValueError("was already stopped") + self._state = "stopped" + if self.out: + self.out.done() + if self.err: + self.err.done() + if self.in_: + self.in_.done() + + def is_started(self) -> bool: + """Whether actively capturing -- not suspended or stopped.""" + return self._state == "started" + + def readouterr(self) -> CaptureResult[AnyStr]: + out = self.out.snap() if self.out else "" + err = self.err.snap() if self.err else "" + # TODO: This type error is real, need to fix. + return CaptureResult(out, err) # type: ignore[arg-type] + + +def _get_multicapture(method: _CaptureMethod) -> MultiCapture[str]: + if method == "fd": + return MultiCapture(in_=FDCapture(0), out=FDCapture(1), err=FDCapture(2)) + elif method == "sys": + return MultiCapture(in_=SysCapture(0), out=SysCapture(1), err=SysCapture(2)) + elif method == "no": + return MultiCapture(in_=None, out=None, err=None) + elif method == "tee-sys": + return MultiCapture( + in_=None, out=SysCapture(1, tee=True), err=SysCapture(2, tee=True) + ) + raise ValueError(f"unknown capturing method: {method!r}") + + +# CaptureManager and CaptureFixture + + +class CaptureManager: + """The capture plugin. + + Manages that the appropriate capture method is enabled/disabled during + collection and each test phase (setup, call, teardown). After each of + those points, the captured output is obtained and attached to the + collection/runtest report. + + There are two levels of capture: + + * global: enabled by default and can be suppressed by the ``-s`` + option. This is always enabled/disabled during collection and each test + phase. + + * fixture: when a test function or one of its fixture depend on the + ``capsys`` or ``capfd`` fixtures. In this case special handling is + needed to ensure the fixtures take precedence over the global capture. + """ + + def __init__(self, method: _CaptureMethod) -> None: + self._method: Final = method + self._global_capturing: MultiCapture[str] | None = None + self._capture_fixture: CaptureFixture[Any] | None = None + + def __repr__(self) -> str: + return ( + f"" + ) + + def is_capturing(self) -> str | bool: + if self.is_globally_capturing(): + return "global" + if self._capture_fixture: + return f"fixture {self._capture_fixture.request.fixturename}" + return False + + # Global capturing control + + def is_globally_capturing(self) -> bool: + return self._method != "no" + + def start_global_capturing(self) -> None: + assert self._global_capturing is None + self._global_capturing = _get_multicapture(self._method) + self._global_capturing.start_capturing() + + def stop_global_capturing(self) -> None: + if self._global_capturing is not None: + self._global_capturing.pop_outerr_to_orig() + self._global_capturing.stop_capturing() + self._global_capturing = None + + def resume_global_capture(self) -> None: + # During teardown of the python process, and on rare occasions, capture + # attributes can be `None` while trying to resume global capture. + if self._global_capturing is not None: + self._global_capturing.resume_capturing() + + def suspend_global_capture(self, in_: bool = False) -> None: + if self._global_capturing is not None: + self._global_capturing.suspend_capturing(in_=in_) + + def suspend(self, in_: bool = False) -> None: + # Need to undo local capsys-et-al if it exists before disabling global capture. + self.suspend_fixture() + self.suspend_global_capture(in_) + + def resume(self) -> None: + self.resume_global_capture() + self.resume_fixture() + + def read_global_capture(self) -> CaptureResult[str]: + assert self._global_capturing is not None + return self._global_capturing.readouterr() + + # Fixture Control + + def set_fixture(self, capture_fixture: CaptureFixture[Any]) -> None: + if self._capture_fixture: + current_fixture = self._capture_fixture.request.fixturename + requested_fixture = capture_fixture.request.fixturename + capture_fixture.request.raiseerror( + f"cannot use {requested_fixture} and {current_fixture} at the same time" + ) + self._capture_fixture = capture_fixture + + def unset_fixture(self) -> None: + self._capture_fixture = None + + def activate_fixture(self) -> None: + """If the current item is using ``capsys`` or ``capfd``, activate + them so they take precedence over the global capture.""" + if self._capture_fixture: + self._capture_fixture._start() + + def deactivate_fixture(self) -> None: + """Deactivate the ``capsys`` or ``capfd`` fixture of this item, if any.""" + if self._capture_fixture: + self._capture_fixture.close() + + def suspend_fixture(self) -> None: + if self._capture_fixture: + self._capture_fixture._suspend() + + def resume_fixture(self) -> None: + if self._capture_fixture: + self._capture_fixture._resume() + + # Helper context managers + + @contextlib.contextmanager + def global_and_fixture_disabled(self) -> Generator[None]: + """Context manager to temporarily disable global and current fixture capturing.""" + do_fixture = self._capture_fixture and self._capture_fixture._is_started() + if do_fixture: + self.suspend_fixture() + do_global = self._global_capturing and self._global_capturing.is_started() + if do_global: + self.suspend_global_capture() + try: + yield + finally: + if do_global: + self.resume_global_capture() + if do_fixture: + self.resume_fixture() + + @contextlib.contextmanager + def item_capture(self, when: str, item: Item) -> Generator[None]: + self.resume_global_capture() + self.activate_fixture() + try: + yield + finally: + self.deactivate_fixture() + self.suspend_global_capture(in_=False) + + out, err = self.read_global_capture() + item.add_report_section(when, "stdout", out) + item.add_report_section(when, "stderr", err) + + # Hooks + + @hookimpl(wrapper=True) + def pytest_make_collect_report( + self, collector: Collector + ) -> Generator[None, CollectReport, CollectReport]: + if isinstance(collector, File): + self.resume_global_capture() + try: + rep = yield + finally: + self.suspend_global_capture() + out, err = self.read_global_capture() + if out: + rep.sections.append(("Captured stdout", out)) + if err: + rep.sections.append(("Captured stderr", err)) + else: + rep = yield + return rep + + @hookimpl(wrapper=True) + def pytest_runtest_setup(self, item: Item) -> Generator[None]: + with self.item_capture("setup", item): + return (yield) + + @hookimpl(wrapper=True) + def pytest_runtest_call(self, item: Item) -> Generator[None]: + with self.item_capture("call", item): + return (yield) + + @hookimpl(wrapper=True) + def pytest_runtest_teardown(self, item: Item) -> Generator[None]: + with self.item_capture("teardown", item): + return (yield) + + @hookimpl(tryfirst=True) + def pytest_keyboard_interrupt(self) -> None: + self.stop_global_capturing() + + @hookimpl(tryfirst=True) + def pytest_internalerror(self) -> None: + self.stop_global_capturing() + + +class CaptureFixture(Generic[AnyStr]): + """Object returned by the :fixture:`capsys`, :fixture:`capsysbinary`, + :fixture:`capfd` and :fixture:`capfdbinary` fixtures.""" + + def __init__( + self, + captureclass: type[CaptureBase[AnyStr]], + request: SubRequest, + *, + _ispytest: bool = False, + ) -> None: + check_ispytest(_ispytest) + self.captureclass: type[CaptureBase[AnyStr]] = captureclass + self.request = request + self._capture: MultiCapture[AnyStr] | None = None + self._captured_out: AnyStr = self.captureclass.EMPTY_BUFFER + self._captured_err: AnyStr = self.captureclass.EMPTY_BUFFER + + def _start(self) -> None: + if self._capture is None: + self._capture = MultiCapture( + in_=None, + out=self.captureclass(1), + err=self.captureclass(2), + ) + self._capture.start_capturing() + + def close(self) -> None: + if self._capture is not None: + out, err = self._capture.pop_outerr_to_orig() + self._captured_out += out + self._captured_err += err + self._capture.stop_capturing() + self._capture = None + + def readouterr(self) -> CaptureResult[AnyStr]: + """Read and return the captured output so far, resetting the internal + buffer. + + :returns: + The captured content as a namedtuple with ``out`` and ``err`` + string attributes. + """ + captured_out, captured_err = self._captured_out, self._captured_err + if self._capture is not None: + out, err = self._capture.readouterr() + captured_out += out + captured_err += err + self._captured_out = self.captureclass.EMPTY_BUFFER + self._captured_err = self.captureclass.EMPTY_BUFFER + return CaptureResult(captured_out, captured_err) + + def _suspend(self) -> None: + """Suspend this fixture's own capturing temporarily.""" + if self._capture is not None: + self._capture.suspend_capturing() + + def _resume(self) -> None: + """Resume this fixture's own capturing temporarily.""" + if self._capture is not None: + self._capture.resume_capturing() + + def _is_started(self) -> bool: + """Whether actively capturing -- not disabled or closed.""" + if self._capture is not None: + return self._capture.is_started() + return False + + @contextlib.contextmanager + def disabled(self) -> Generator[None]: + """Temporarily disable capturing while inside the ``with`` block.""" + capmanager: CaptureManager = self.request.config.pluginmanager.getplugin( + "capturemanager" + ) + with capmanager.global_and_fixture_disabled(): + yield + + +# The fixtures. + + +@fixture +def capsys(request: SubRequest) -> Generator[CaptureFixture[str]]: + r"""Enable text capturing of writes to ``sys.stdout`` and ``sys.stderr``. + + The captured output is made available via ``capsys.readouterr()`` method + calls, which return a ``(out, err)`` namedtuple. + ``out`` and ``err`` will be ``text`` objects. + + Returns an instance of :class:`CaptureFixture[str] `. + + Example: + + .. code-block:: python + + def test_output(capsys): + print("hello") + captured = capsys.readouterr() + assert captured.out == "hello\n" + """ + capman: CaptureManager = request.config.pluginmanager.getplugin("capturemanager") + capture_fixture = CaptureFixture(SysCapture, request, _ispytest=True) + capman.set_fixture(capture_fixture) + capture_fixture._start() + yield capture_fixture + capture_fixture.close() + capman.unset_fixture() + + +@fixture +def capsysbinary(request: SubRequest) -> Generator[CaptureFixture[bytes]]: + r"""Enable bytes capturing of writes to ``sys.stdout`` and ``sys.stderr``. + + The captured output is made available via ``capsysbinary.readouterr()`` + method calls, which return a ``(out, err)`` namedtuple. + ``out`` and ``err`` will be ``bytes`` objects. + + Returns an instance of :class:`CaptureFixture[bytes] `. + + Example: + + .. code-block:: python + + def test_output(capsysbinary): + print("hello") + captured = capsysbinary.readouterr() + assert captured.out == b"hello\n" + """ + capman: CaptureManager = request.config.pluginmanager.getplugin("capturemanager") + capture_fixture = CaptureFixture(SysCaptureBinary, request, _ispytest=True) + capman.set_fixture(capture_fixture) + capture_fixture._start() + yield capture_fixture + capture_fixture.close() + capman.unset_fixture() + + +@fixture +def capfd(request: SubRequest) -> Generator[CaptureFixture[str]]: + r"""Enable text capturing of writes to file descriptors ``1`` and ``2``. + + The captured output is made available via ``capfd.readouterr()`` method + calls, which return a ``(out, err)`` namedtuple. + ``out`` and ``err`` will be ``text`` objects. + + Returns an instance of :class:`CaptureFixture[str] `. + + Example: + + .. code-block:: python + + def test_system_echo(capfd): + os.system('echo "hello"') + captured = capfd.readouterr() + assert captured.out == "hello\n" + """ + capman: CaptureManager = request.config.pluginmanager.getplugin("capturemanager") + capture_fixture = CaptureFixture(FDCapture, request, _ispytest=True) + capman.set_fixture(capture_fixture) + capture_fixture._start() + yield capture_fixture + capture_fixture.close() + capman.unset_fixture() + + +@fixture +def capfdbinary(request: SubRequest) -> Generator[CaptureFixture[bytes]]: + r"""Enable bytes capturing of writes to file descriptors ``1`` and ``2``. + + The captured output is made available via ``capfd.readouterr()`` method + calls, which return a ``(out, err)`` namedtuple. + ``out`` and ``err`` will be ``byte`` objects. + + Returns an instance of :class:`CaptureFixture[bytes] `. + + Example: + + .. code-block:: python + + def test_system_echo(capfdbinary): + os.system('echo "hello"') + captured = capfdbinary.readouterr() + assert captured.out == b"hello\n" + + """ + capman: CaptureManager = request.config.pluginmanager.getplugin("capturemanager") + capture_fixture = CaptureFixture(FDCaptureBinary, request, _ispytest=True) + capman.set_fixture(capture_fixture) + capture_fixture._start() + yield capture_fixture + capture_fixture.close() + capman.unset_fixture() diff --git a/env/lib/python3.8/site-packages/_pytest/compat.py b/env/lib/python3.8/site-packages/_pytest/compat.py new file mode 100644 index 000000000..614848e0d --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/compat.py @@ -0,0 +1,351 @@ +# mypy: allow-untyped-defs +"""Python version compatibility code.""" + +from __future__ import annotations + +import dataclasses +import enum +import functools +import inspect +from inspect import Parameter +from inspect import signature +import os +from pathlib import Path +import sys +from typing import Any +from typing import Callable +from typing import Final +from typing import NoReturn + +import py + + +#: constant to prepare valuing pylib path replacements/lazy proxies later on +# intended for removal in pytest 8.0 or 9.0 + +# fmt: off +# intentional space to create a fake difference for the verification +LEGACY_PATH = py.path. local +# fmt: on + + +def legacy_path(path: str | os.PathLike[str]) -> LEGACY_PATH: + """Internal wrapper to prepare lazy proxies for legacy_path instances""" + return LEGACY_PATH(path) + + +# fmt: off +# Singleton type for NOTSET, as described in: +# https://www.python.org/dev/peps/pep-0484/#support-for-singleton-types-in-unions +class NotSetType(enum.Enum): + token = 0 +NOTSET: Final = NotSetType.token +# fmt: on + + +def is_generator(func: object) -> bool: + genfunc = inspect.isgeneratorfunction(func) + return genfunc and not iscoroutinefunction(func) + + +def iscoroutinefunction(func: object) -> bool: + """Return True if func is a coroutine function (a function defined with async + def syntax, and doesn't contain yield), or a function decorated with + @asyncio.coroutine. + + Note: copied and modified from Python 3.5's builtin coroutines.py to avoid + importing asyncio directly, which in turns also initializes the "logging" + module as a side-effect (see issue #8). + """ + return inspect.iscoroutinefunction(func) or getattr(func, "_is_coroutine", False) + + +def is_async_function(func: object) -> bool: + """Return True if the given function seems to be an async function or + an async generator.""" + return iscoroutinefunction(func) or inspect.isasyncgenfunction(func) + + +def getlocation(function, curdir: str | os.PathLike[str] | None = None) -> str: + function = get_real_func(function) + fn = Path(inspect.getfile(function)) + lineno = function.__code__.co_firstlineno + if curdir is not None: + try: + relfn = fn.relative_to(curdir) + except ValueError: + pass + else: + return "%s:%d" % (relfn, lineno + 1) + return "%s:%d" % (fn, lineno + 1) + + +def num_mock_patch_args(function) -> int: + """Return number of arguments used up by mock arguments (if any).""" + patchings = getattr(function, "patchings", None) + if not patchings: + return 0 + + mock_sentinel = getattr(sys.modules.get("mock"), "DEFAULT", object()) + ut_mock_sentinel = getattr(sys.modules.get("unittest.mock"), "DEFAULT", object()) + + return len( + [ + p + for p in patchings + if not p.attribute_name + and (p.new is mock_sentinel or p.new is ut_mock_sentinel) + ] + ) + + +def getfuncargnames( + function: Callable[..., object], + *, + name: str = "", + cls: type | None = None, +) -> tuple[str, ...]: + """Return the names of a function's mandatory arguments. + + Should return the names of all function arguments that: + * Aren't bound to an instance or type as in instance or class methods. + * Don't have default values. + * Aren't bound with functools.partial. + * Aren't replaced with mocks. + + The cls arguments indicate that the function should be treated as a bound + method even though it's not unless the function is a static method. + + The name parameter should be the original name in which the function was collected. + """ + # TODO(RonnyPfannschmidt): This function should be refactored when we + # revisit fixtures. The fixture mechanism should ask the node for + # the fixture names, and not try to obtain directly from the + # function object well after collection has occurred. + + # The parameters attribute of a Signature object contains an + # ordered mapping of parameter names to Parameter instances. This + # creates a tuple of the names of the parameters that don't have + # defaults. + try: + parameters = signature(function).parameters + except (ValueError, TypeError) as e: + from _pytest.outcomes import fail + + fail( + f"Could not determine arguments of {function!r}: {e}", + pytrace=False, + ) + + arg_names = tuple( + p.name + for p in parameters.values() + if ( + p.kind is Parameter.POSITIONAL_OR_KEYWORD + or p.kind is Parameter.KEYWORD_ONLY + ) + and p.default is Parameter.empty + ) + if not name: + name = function.__name__ + + # If this function should be treated as a bound method even though + # it's passed as an unbound method or function, remove the first + # parameter name. + if ( + # Not using `getattr` because we don't want to resolve the staticmethod. + # Not using `cls.__dict__` because we want to check the entire MRO. + cls + and not isinstance( + inspect.getattr_static(cls, name, default=None), staticmethod + ) + ): + arg_names = arg_names[1:] + # Remove any names that will be replaced with mocks. + if hasattr(function, "__wrapped__"): + arg_names = arg_names[num_mock_patch_args(function) :] + return arg_names + + +def get_default_arg_names(function: Callable[..., Any]) -> tuple[str, ...]: + # Note: this code intentionally mirrors the code at the beginning of + # getfuncargnames, to get the arguments which were excluded from its result + # because they had default values. + return tuple( + p.name + for p in signature(function).parameters.values() + if p.kind in (Parameter.POSITIONAL_OR_KEYWORD, Parameter.KEYWORD_ONLY) + and p.default is not Parameter.empty + ) + + +_non_printable_ascii_translate_table = { + i: f"\\x{i:02x}" for i in range(128) if i not in range(32, 127) +} +_non_printable_ascii_translate_table.update( + {ord("\t"): "\\t", ord("\r"): "\\r", ord("\n"): "\\n"} +) + + +def ascii_escaped(val: bytes | str) -> str: + r"""If val is pure ASCII, return it as an str, otherwise, escape + bytes objects into a sequence of escaped bytes: + + b'\xc3\xb4\xc5\xd6' -> r'\xc3\xb4\xc5\xd6' + + and escapes strings into a sequence of escaped unicode ids, e.g.: + + r'4\nV\U00043efa\x0eMXWB\x1e\u3028\u15fd\xcd\U0007d944' + + Note: + The obvious "v.decode('unicode-escape')" will return + valid UTF-8 unicode if it finds them in bytes, but we + want to return escaped bytes for any byte, even if they match + a UTF-8 string. + """ + if isinstance(val, bytes): + ret = val.decode("ascii", "backslashreplace") + else: + ret = val.encode("unicode_escape").decode("ascii") + return ret.translate(_non_printable_ascii_translate_table) + + +@dataclasses.dataclass +class _PytestWrapper: + """Dummy wrapper around a function object for internal use only. + + Used to correctly unwrap the underlying function object when we are + creating fixtures, because we wrap the function object ourselves with a + decorator to issue warnings when the fixture function is called directly. + """ + + obj: Any + + +def get_real_func(obj): + """Get the real function object of the (possibly) wrapped object by + functools.wraps or functools.partial.""" + start_obj = obj + for i in range(100): + # __pytest_wrapped__ is set by @pytest.fixture when wrapping the fixture function + # to trigger a warning if it gets called directly instead of by pytest: we don't + # want to unwrap further than this otherwise we lose useful wrappings like @mock.patch (#3774) + new_obj = getattr(obj, "__pytest_wrapped__", None) + if isinstance(new_obj, _PytestWrapper): + obj = new_obj.obj + break + new_obj = getattr(obj, "__wrapped__", None) + if new_obj is None: + break + obj = new_obj + else: + from _pytest._io.saferepr import saferepr + + raise ValueError( + f"could not find real function of {saferepr(start_obj)}\nstopped at {saferepr(obj)}" + ) + if isinstance(obj, functools.partial): + obj = obj.func + return obj + + +def get_real_method(obj, holder): + """Attempt to obtain the real function object that might be wrapping + ``obj``, while at the same time returning a bound method to ``holder`` if + the original object was a bound method.""" + try: + is_method = hasattr(obj, "__func__") + obj = get_real_func(obj) + except Exception: # pragma: no cover + return obj + if is_method and hasattr(obj, "__get__") and callable(obj.__get__): + obj = obj.__get__(holder) + return obj + + +def getimfunc(func): + try: + return func.__func__ + except AttributeError: + return func + + +def safe_getattr(object: Any, name: str, default: Any) -> Any: + """Like getattr but return default upon any Exception or any OutcomeException. + + Attribute access can potentially fail for 'evil' Python objects. + See issue #214. + It catches OutcomeException because of #2490 (issue #580), new outcomes + are derived from BaseException instead of Exception (for more details + check #2707). + """ + from _pytest.outcomes import TEST_OUTCOME + + try: + return getattr(object, name, default) + except TEST_OUTCOME: + return default + + +def safe_isclass(obj: object) -> bool: + """Ignore any exception via isinstance on Python 3.""" + try: + return inspect.isclass(obj) + except Exception: + return False + + +def get_user_id() -> int | None: + """Return the current process's real user id or None if it could not be + determined. + + :return: The user id or None if it could not be determined. + """ + # mypy follows the version and platform checking expectation of PEP 484: + # https://mypy.readthedocs.io/en/stable/common_issues.html?highlight=platform#python-version-and-system-platform-checks + # Containment checks are too complex for mypy v1.5.0 and cause failure. + if sys.platform == "win32" or sys.platform == "emscripten": + # win32 does not have a getuid() function. + # Emscripten has a return 0 stub. + return None + else: + # On other platforms, a return value of -1 is assumed to indicate that + # the current process's real user id could not be determined. + ERROR = -1 + uid = os.getuid() + return uid if uid != ERROR else None + + +# Perform exhaustiveness checking. +# +# Consider this example: +# +# MyUnion = Union[int, str] +# +# def handle(x: MyUnion) -> int { +# if isinstance(x, int): +# return 1 +# elif isinstance(x, str): +# return 2 +# else: +# raise Exception('unreachable') +# +# Now suppose we add a new variant: +# +# MyUnion = Union[int, str, bytes] +# +# After doing this, we must remember ourselves to go and update the handle +# function to handle the new variant. +# +# With `assert_never` we can do better: +# +# // raise Exception('unreachable') +# return assert_never(x) +# +# Now, if we forget to handle the new variant, the type-checker will emit a +# compile-time error, instead of the runtime error we would have gotten +# previously. +# +# This also work for Enums (if you use `is` to compare) and Literals. +def assert_never(value: NoReturn) -> NoReturn: + assert False, f"Unhandled value: {value} ({type(value).__name__})" diff --git a/env/lib/python3.8/site-packages/_pytest/config/__init__.py b/env/lib/python3.8/site-packages/_pytest/config/__init__.py new file mode 100644 index 000000000..710e03e4f --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/config/__init__.py @@ -0,0 +1,1973 @@ +# mypy: allow-untyped-defs +"""Command line options, ini-file and conftest.py processing.""" + +from __future__ import annotations + +import argparse +import collections.abc +import copy +import dataclasses +import enum +from functools import lru_cache +import glob +import importlib.metadata +import inspect +import os +import pathlib +import re +import shlex +import sys +from textwrap import dedent +import types +from types import FunctionType +from typing import Any +from typing import Callable +from typing import cast +from typing import Final +from typing import final +from typing import Generator +from typing import IO +from typing import Iterable +from typing import Iterator +from typing import Sequence +from typing import TextIO +from typing import Type +from typing import TYPE_CHECKING +import warnings + +import pluggy +from pluggy import HookimplMarker +from pluggy import HookimplOpts +from pluggy import HookspecMarker +from pluggy import HookspecOpts +from pluggy import PluginManager + +from .compat import PathAwareHookProxy +from .exceptions import PrintHelp as PrintHelp +from .exceptions import UsageError as UsageError +from .findpaths import determine_setup +from _pytest import __version__ +import _pytest._code +from _pytest._code import ExceptionInfo +from _pytest._code import filter_traceback +from _pytest._code.code import TracebackStyle +from _pytest._io import TerminalWriter +from _pytest.config.argparsing import Argument +from _pytest.config.argparsing import Parser +import _pytest.deprecated +import _pytest.hookspec +from _pytest.outcomes import fail +from _pytest.outcomes import Skipped +from _pytest.pathlib import absolutepath +from _pytest.pathlib import bestrelpath +from _pytest.pathlib import import_path +from _pytest.pathlib import ImportMode +from _pytest.pathlib import resolve_package_path +from _pytest.pathlib import safe_exists +from _pytest.stash import Stash +from _pytest.warning_types import PytestConfigWarning +from _pytest.warning_types import warn_explicit_for + + +if TYPE_CHECKING: + from _pytest.cacheprovider import Cache + from _pytest.terminal import TerminalReporter + + +_PluggyPlugin = object +"""A type to represent plugin objects. + +Plugins can be any namespace, so we can't narrow it down much, but we use an +alias to make the intent clear. + +Ideally this type would be provided by pluggy itself. +""" + + +hookimpl = HookimplMarker("pytest") +hookspec = HookspecMarker("pytest") + + +@final +class ExitCode(enum.IntEnum): + """Encodes the valid exit codes by pytest. + + Currently users and plugins may supply other exit codes as well. + + .. versionadded:: 5.0 + """ + + #: Tests passed. + OK = 0 + #: Tests failed. + TESTS_FAILED = 1 + #: pytest was interrupted. + INTERRUPTED = 2 + #: An internal error got in the way. + INTERNAL_ERROR = 3 + #: pytest was misused. + USAGE_ERROR = 4 + #: pytest couldn't find tests. + NO_TESTS_COLLECTED = 5 + + +class ConftestImportFailure(Exception): + def __init__( + self, + path: pathlib.Path, + *, + cause: Exception, + ) -> None: + self.path = path + self.cause = cause + + def __str__(self) -> str: + return f"{type(self.cause).__name__}: {self.cause} (from {self.path})" + + +def filter_traceback_for_conftest_import_failure( + entry: _pytest._code.TracebackEntry, +) -> bool: + """Filter tracebacks entries which point to pytest internals or importlib. + + Make a special case for importlib because we use it to import test modules and conftest files + in _pytest.pathlib.import_path. + """ + return filter_traceback(entry) and "importlib" not in str(entry.path).split(os.sep) + + +def main( + args: list[str] | os.PathLike[str] | None = None, + plugins: Sequence[str | _PluggyPlugin] | None = None, +) -> int | ExitCode: + """Perform an in-process test run. + + :param args: + List of command line arguments. If `None` or not given, defaults to reading + arguments directly from the process command line (:data:`sys.argv`). + :param plugins: List of plugin objects to be auto-registered during initialization. + + :returns: An exit code. + """ + old_pytest_version = os.environ.get("PYTEST_VERSION") + try: + os.environ["PYTEST_VERSION"] = __version__ + try: + config = _prepareconfig(args, plugins) + except ConftestImportFailure as e: + exc_info = ExceptionInfo.from_exception(e.cause) + tw = TerminalWriter(sys.stderr) + tw.line(f"ImportError while loading conftest '{e.path}'.", red=True) + exc_info.traceback = exc_info.traceback.filter( + filter_traceback_for_conftest_import_failure + ) + exc_repr = ( + exc_info.getrepr(style="short", chain=False) + if exc_info.traceback + else exc_info.exconly() + ) + formatted_tb = str(exc_repr) + for line in formatted_tb.splitlines(): + tw.line(line.rstrip(), red=True) + return ExitCode.USAGE_ERROR + else: + try: + ret: ExitCode | int = config.hook.pytest_cmdline_main(config=config) + try: + return ExitCode(ret) + except ValueError: + return ret + finally: + config._ensure_unconfigure() + except UsageError as e: + tw = TerminalWriter(sys.stderr) + for msg in e.args: + tw.line(f"ERROR: {msg}\n", red=True) + return ExitCode.USAGE_ERROR + finally: + if old_pytest_version is None: + os.environ.pop("PYTEST_VERSION", None) + else: + os.environ["PYTEST_VERSION"] = old_pytest_version + + +def console_main() -> int: + """The CLI entry point of pytest. + + This function is not meant for programmable use; use `main()` instead. + """ + # https://docs.python.org/3/library/signal.html#note-on-sigpipe + try: + code = main() + sys.stdout.flush() + return code + except BrokenPipeError: + # Python flushes standard streams on exit; redirect remaining output + # to devnull to avoid another BrokenPipeError at shutdown + devnull = os.open(os.devnull, os.O_WRONLY) + os.dup2(devnull, sys.stdout.fileno()) + return 1 # Python exits with error code 1 on EPIPE + + +class cmdline: # compatibility namespace + main = staticmethod(main) + + +def filename_arg(path: str, optname: str) -> str: + """Argparse type validator for filename arguments. + + :path: Path of filename. + :optname: Name of the option. + """ + if os.path.isdir(path): + raise UsageError(f"{optname} must be a filename, given: {path}") + return path + + +def directory_arg(path: str, optname: str) -> str: + """Argparse type validator for directory arguments. + + :path: Path of directory. + :optname: Name of the option. + """ + if not os.path.isdir(path): + raise UsageError(f"{optname} must be a directory, given: {path}") + return path + + +# Plugins that cannot be disabled via "-p no:X" currently. +essential_plugins = ( + "mark", + "main", + "runner", + "fixtures", + "helpconfig", # Provides -p. +) + +default_plugins = ( + *essential_plugins, + "python", + "terminal", + "debugging", + "unittest", + "capture", + "skipping", + "legacypath", + "tmpdir", + "monkeypatch", + "recwarn", + "pastebin", + "assertion", + "junitxml", + "doctest", + "cacheprovider", + "freeze_support", + "setuponly", + "setupplan", + "stepwise", + "warnings", + "logging", + "reports", + "python_path", + "unraisableexception", + "threadexception", + "faulthandler", +) + +builtin_plugins = set(default_plugins) +builtin_plugins.add("pytester") +builtin_plugins.add("pytester_assertions") + + +def get_config( + args: list[str] | None = None, + plugins: Sequence[str | _PluggyPlugin] | None = None, +) -> Config: + # subsequent calls to main will create a fresh instance + pluginmanager = PytestPluginManager() + config = Config( + pluginmanager, + invocation_params=Config.InvocationParams( + args=args or (), + plugins=plugins, + dir=pathlib.Path.cwd(), + ), + ) + + if args is not None: + # Handle any "-p no:plugin" args. + pluginmanager.consider_preparse(args, exclude_only=True) + + for spec in default_plugins: + pluginmanager.import_plugin(spec) + + return config + + +def get_plugin_manager() -> PytestPluginManager: + """Obtain a new instance of the + :py:class:`pytest.PytestPluginManager`, with default plugins + already loaded. + + This function can be used by integration with other tools, like hooking + into pytest to run tests into an IDE. + """ + return get_config().pluginmanager + + +def _prepareconfig( + args: list[str] | os.PathLike[str] | None = None, + plugins: Sequence[str | _PluggyPlugin] | None = None, +) -> Config: + if args is None: + args = sys.argv[1:] + elif isinstance(args, os.PathLike): + args = [os.fspath(args)] + elif not isinstance(args, list): + msg = ( # type:ignore[unreachable] + "`args` parameter expected to be a list of strings, got: {!r} (type: {})" + ) + raise TypeError(msg.format(args, type(args))) + + config = get_config(args, plugins) + pluginmanager = config.pluginmanager + try: + if plugins: + for plugin in plugins: + if isinstance(plugin, str): + pluginmanager.consider_pluginarg(plugin) + else: + pluginmanager.register(plugin) + config = pluginmanager.hook.pytest_cmdline_parse( + pluginmanager=pluginmanager, args=args + ) + return config + except BaseException: + config._ensure_unconfigure() + raise + + +def _get_directory(path: pathlib.Path) -> pathlib.Path: + """Get the directory of a path - itself if already a directory.""" + if path.is_file(): + return path.parent + else: + return path + + +def _get_legacy_hook_marks( + method: Any, + hook_type: str, + opt_names: tuple[str, ...], +) -> dict[str, bool]: + if TYPE_CHECKING: + # abuse typeguard from importlib to avoid massive method type union that's lacking an alias + assert inspect.isroutine(method) + known_marks: set[str] = {m.name for m in getattr(method, "pytestmark", [])} + must_warn: list[str] = [] + opts: dict[str, bool] = {} + for opt_name in opt_names: + opt_attr = getattr(method, opt_name, AttributeError) + if opt_attr is not AttributeError: + must_warn.append(f"{opt_name}={opt_attr}") + opts[opt_name] = True + elif opt_name in known_marks: + must_warn.append(f"{opt_name}=True") + opts[opt_name] = True + else: + opts[opt_name] = False + if must_warn: + hook_opts = ", ".join(must_warn) + message = _pytest.deprecated.HOOK_LEGACY_MARKING.format( + type=hook_type, + fullname=method.__qualname__, + hook_opts=hook_opts, + ) + warn_explicit_for(cast(FunctionType, method), message) + return opts + + +@final +class PytestPluginManager(PluginManager): + """A :py:class:`pluggy.PluginManager ` with + additional pytest-specific functionality: + + * Loading plugins from the command line, ``PYTEST_PLUGINS`` env variable and + ``pytest_plugins`` global variables found in plugins being loaded. + * ``conftest.py`` loading during start-up. + """ + + def __init__(self) -> None: + import _pytest.assertion + + super().__init__("pytest") + + # -- State related to local conftest plugins. + # All loaded conftest modules. + self._conftest_plugins: set[types.ModuleType] = set() + # All conftest modules applicable for a directory. + # This includes the directory's own conftest modules as well + # as those of its parent directories. + self._dirpath2confmods: dict[pathlib.Path, list[types.ModuleType]] = {} + # Cutoff directory above which conftests are no longer discovered. + self._confcutdir: pathlib.Path | None = None + # If set, conftest loading is skipped. + self._noconftest = False + + # _getconftestmodules()'s call to _get_directory() causes a stat + # storm when it's called potentially thousands of times in a test + # session (#9478), often with the same path, so cache it. + self._get_directory = lru_cache(256)(_get_directory) + + # plugins that were explicitly skipped with pytest.skip + # list of (module name, skip reason) + # previously we would issue a warning when a plugin was skipped, but + # since we refactored warnings as first citizens of Config, they are + # just stored here to be used later. + self.skipped_plugins: list[tuple[str, str]] = [] + + self.add_hookspecs(_pytest.hookspec) + self.register(self) + if os.environ.get("PYTEST_DEBUG"): + err: IO[str] = sys.stderr + encoding: str = getattr(err, "encoding", "utf8") + try: + err = open( + os.dup(err.fileno()), + mode=err.mode, + buffering=1, + encoding=encoding, + ) + except Exception: + pass + self.trace.root.setwriter(err.write) + self.enable_tracing() + + # Config._consider_importhook will set a real object if required. + self.rewrite_hook = _pytest.assertion.DummyRewriteHook() + # Used to know when we are importing conftests after the pytest_configure stage. + self._configured = False + + def parse_hookimpl_opts( + self, plugin: _PluggyPlugin, name: str + ) -> HookimplOpts | None: + """:meta private:""" + # pytest hooks are always prefixed with "pytest_", + # so we avoid accessing possibly non-readable attributes + # (see issue #1073). + if not name.startswith("pytest_"): + return None + # Ignore names which cannot be hooks. + if name == "pytest_plugins": + return None + + opts = super().parse_hookimpl_opts(plugin, name) + if opts is not None: + return opts + + method = getattr(plugin, name) + # Consider only actual functions for hooks (#3775). + if not inspect.isroutine(method): + return None + # Collect unmarked hooks as long as they have the `pytest_' prefix. + return _get_legacy_hook_marks( # type: ignore[return-value] + method, "impl", ("tryfirst", "trylast", "optionalhook", "hookwrapper") + ) + + def parse_hookspec_opts(self, module_or_class, name: str) -> HookspecOpts | None: + """:meta private:""" + opts = super().parse_hookspec_opts(module_or_class, name) + if opts is None: + method = getattr(module_or_class, name) + if name.startswith("pytest_"): + opts = _get_legacy_hook_marks( # type: ignore[assignment] + method, + "spec", + ("firstresult", "historic"), + ) + return opts + + def register(self, plugin: _PluggyPlugin, name: str | None = None) -> str | None: + if name in _pytest.deprecated.DEPRECATED_EXTERNAL_PLUGINS: + warnings.warn( + PytestConfigWarning( + "{} plugin has been merged into the core, " + "please remove it from your requirements.".format( + name.replace("_", "-") + ) + ) + ) + return None + plugin_name = super().register(plugin, name) + if plugin_name is not None: + self.hook.pytest_plugin_registered.call_historic( + kwargs=dict( + plugin=plugin, + plugin_name=plugin_name, + manager=self, + ) + ) + + if isinstance(plugin, types.ModuleType): + self.consider_module(plugin) + return plugin_name + + def getplugin(self, name: str): + # Support deprecated naming because plugins (xdist e.g.) use it. + plugin: _PluggyPlugin | None = self.get_plugin(name) + return plugin + + def hasplugin(self, name: str) -> bool: + """Return whether a plugin with the given name is registered.""" + return bool(self.get_plugin(name)) + + def pytest_configure(self, config: Config) -> None: + """:meta private:""" + # XXX now that the pluginmanager exposes hookimpl(tryfirst...) + # we should remove tryfirst/trylast as markers. + config.addinivalue_line( + "markers", + "tryfirst: mark a hook implementation function such that the " + "plugin machinery will try to call it first/as early as possible. " + "DEPRECATED, use @pytest.hookimpl(tryfirst=True) instead.", + ) + config.addinivalue_line( + "markers", + "trylast: mark a hook implementation function such that the " + "plugin machinery will try to call it last/as late as possible. " + "DEPRECATED, use @pytest.hookimpl(trylast=True) instead.", + ) + self._configured = True + + # + # Internal API for local conftest plugin handling. + # + def _set_initial_conftests( + self, + args: Sequence[str | pathlib.Path], + pyargs: bool, + noconftest: bool, + rootpath: pathlib.Path, + confcutdir: pathlib.Path | None, + invocation_dir: pathlib.Path, + importmode: ImportMode | str, + *, + consider_namespace_packages: bool, + ) -> None: + """Load initial conftest files given a preparsed "namespace". + + As conftest files may add their own command line options which have + arguments ('--my-opt somepath') we might get some false positives. + All builtin and 3rd party plugins will have been loaded, however, so + common options will not confuse our logic here. + """ + self._confcutdir = ( + absolutepath(invocation_dir / confcutdir) if confcutdir else None + ) + self._noconftest = noconftest + self._using_pyargs = pyargs + foundanchor = False + for initial_path in args: + path = str(initial_path) + # remove node-id syntax + i = path.find("::") + if i != -1: + path = path[:i] + anchor = absolutepath(invocation_dir / path) + + # Ensure we do not break if what appears to be an anchor + # is in fact a very long option (#10169, #11394). + if safe_exists(anchor): + self._try_load_conftest( + anchor, + importmode, + rootpath, + consider_namespace_packages=consider_namespace_packages, + ) + foundanchor = True + if not foundanchor: + self._try_load_conftest( + invocation_dir, + importmode, + rootpath, + consider_namespace_packages=consider_namespace_packages, + ) + + def _is_in_confcutdir(self, path: pathlib.Path) -> bool: + """Whether to consider the given path to load conftests from.""" + if self._confcutdir is None: + return True + # The semantics here are literally: + # Do not load a conftest if it is found upwards from confcut dir. + # But this is *not* the same as: + # Load only conftests from confcutdir or below. + # At first glance they might seem the same thing, however we do support use cases where + # we want to load conftests that are not found in confcutdir or below, but are found + # in completely different directory hierarchies like packages installed + # in out-of-source trees. + # (see #9767 for a regression where the logic was inverted). + return path not in self._confcutdir.parents + + def _try_load_conftest( + self, + anchor: pathlib.Path, + importmode: str | ImportMode, + rootpath: pathlib.Path, + *, + consider_namespace_packages: bool, + ) -> None: + self._loadconftestmodules( + anchor, + importmode, + rootpath, + consider_namespace_packages=consider_namespace_packages, + ) + # let's also consider test* subdirs + if anchor.is_dir(): + for x in anchor.glob("test*"): + if x.is_dir(): + self._loadconftestmodules( + x, + importmode, + rootpath, + consider_namespace_packages=consider_namespace_packages, + ) + + def _loadconftestmodules( + self, + path: pathlib.Path, + importmode: str | ImportMode, + rootpath: pathlib.Path, + *, + consider_namespace_packages: bool, + ) -> None: + if self._noconftest: + return + + directory = self._get_directory(path) + + # Optimization: avoid repeated searches in the same directory. + # Assumes always called with same importmode and rootpath. + if directory in self._dirpath2confmods: + return + + clist = [] + for parent in reversed((directory, *directory.parents)): + if self._is_in_confcutdir(parent): + conftestpath = parent / "conftest.py" + if conftestpath.is_file(): + mod = self._importconftest( + conftestpath, + importmode, + rootpath, + consider_namespace_packages=consider_namespace_packages, + ) + clist.append(mod) + self._dirpath2confmods[directory] = clist + + def _getconftestmodules(self, path: pathlib.Path) -> Sequence[types.ModuleType]: + directory = self._get_directory(path) + return self._dirpath2confmods.get(directory, ()) + + def _rget_with_confmod( + self, + name: str, + path: pathlib.Path, + ) -> tuple[types.ModuleType, Any]: + modules = self._getconftestmodules(path) + for mod in reversed(modules): + try: + return mod, getattr(mod, name) + except AttributeError: + continue + raise KeyError(name) + + def _importconftest( + self, + conftestpath: pathlib.Path, + importmode: str | ImportMode, + rootpath: pathlib.Path, + *, + consider_namespace_packages: bool, + ) -> types.ModuleType: + conftestpath_plugin_name = str(conftestpath) + existing = self.get_plugin(conftestpath_plugin_name) + if existing is not None: + return cast(types.ModuleType, existing) + + # conftest.py files there are not in a Python package all have module + # name "conftest", and thus conflict with each other. Clear the existing + # before loading the new one, otherwise the existing one will be + # returned from the module cache. + pkgpath = resolve_package_path(conftestpath) + if pkgpath is None: + try: + del sys.modules[conftestpath.stem] + except KeyError: + pass + + try: + mod = import_path( + conftestpath, + mode=importmode, + root=rootpath, + consider_namespace_packages=consider_namespace_packages, + ) + except Exception as e: + assert e.__traceback__ is not None + raise ConftestImportFailure(conftestpath, cause=e) from e + + self._check_non_top_pytest_plugins(mod, conftestpath) + + self._conftest_plugins.add(mod) + dirpath = conftestpath.parent + if dirpath in self._dirpath2confmods: + for path, mods in self._dirpath2confmods.items(): + if dirpath in path.parents or path == dirpath: + if mod in mods: + raise AssertionError( + f"While trying to load conftest path {conftestpath!s}, " + f"found that the module {mod} is already loaded with path {mod.__file__}. " + "This is not supposed to happen. Please report this issue to pytest." + ) + mods.append(mod) + self.trace(f"loading conftestmodule {mod!r}") + self.consider_conftest(mod, registration_name=conftestpath_plugin_name) + return mod + + def _check_non_top_pytest_plugins( + self, + mod: types.ModuleType, + conftestpath: pathlib.Path, + ) -> None: + if ( + hasattr(mod, "pytest_plugins") + and self._configured + and not self._using_pyargs + ): + msg = ( + "Defining 'pytest_plugins' in a non-top-level conftest is no longer supported:\n" + "It affects the entire test suite instead of just below the conftest as expected.\n" + " {}\n" + "Please move it to a top level conftest file at the rootdir:\n" + " {}\n" + "For more information, visit:\n" + " https://docs.pytest.org/en/stable/deprecations.html#pytest-plugins-in-non-top-level-conftest-files" + ) + fail(msg.format(conftestpath, self._confcutdir), pytrace=False) + + # + # API for bootstrapping plugin loading + # + # + + def consider_preparse( + self, args: Sequence[str], *, exclude_only: bool = False + ) -> None: + """:meta private:""" + i = 0 + n = len(args) + while i < n: + opt = args[i] + i += 1 + if isinstance(opt, str): + if opt == "-p": + try: + parg = args[i] + except IndexError: + return + i += 1 + elif opt.startswith("-p"): + parg = opt[2:] + else: + continue + parg = parg.strip() + if exclude_only and not parg.startswith("no:"): + continue + self.consider_pluginarg(parg) + + def consider_pluginarg(self, arg: str) -> None: + """:meta private:""" + if arg.startswith("no:"): + name = arg[3:] + if name in essential_plugins: + raise UsageError(f"plugin {name} cannot be disabled") + + # PR #4304: remove stepwise if cacheprovider is blocked. + if name == "cacheprovider": + self.set_blocked("stepwise") + self.set_blocked("pytest_stepwise") + + self.set_blocked(name) + if not name.startswith("pytest_"): + self.set_blocked("pytest_" + name) + else: + name = arg + # Unblock the plugin. + self.unblock(name) + if not name.startswith("pytest_"): + self.unblock("pytest_" + name) + self.import_plugin(arg, consider_entry_points=True) + + def consider_conftest( + self, conftestmodule: types.ModuleType, registration_name: str + ) -> None: + """:meta private:""" + self.register(conftestmodule, name=registration_name) + + def consider_env(self) -> None: + """:meta private:""" + self._import_plugin_specs(os.environ.get("PYTEST_PLUGINS")) + + def consider_module(self, mod: types.ModuleType) -> None: + """:meta private:""" + self._import_plugin_specs(getattr(mod, "pytest_plugins", [])) + + def _import_plugin_specs( + self, spec: None | types.ModuleType | str | Sequence[str] + ) -> None: + plugins = _get_plugin_specs_as_list(spec) + for import_spec in plugins: + self.import_plugin(import_spec) + + def import_plugin(self, modname: str, consider_entry_points: bool = False) -> None: + """Import a plugin with ``modname``. + + If ``consider_entry_points`` is True, entry point names are also + considered to find a plugin. + """ + # Most often modname refers to builtin modules, e.g. "pytester", + # "terminal" or "capture". Those plugins are registered under their + # basename for historic purposes but must be imported with the + # _pytest prefix. + assert isinstance( + modname, str + ), f"module name as text required, got {modname!r}" + if self.is_blocked(modname) or self.get_plugin(modname) is not None: + return + + importspec = "_pytest." + modname if modname in builtin_plugins else modname + self.rewrite_hook.mark_rewrite(importspec) + + if consider_entry_points: + loaded = self.load_setuptools_entrypoints("pytest11", name=modname) + if loaded: + return + + try: + __import__(importspec) + except ImportError as e: + raise ImportError( + f'Error importing plugin "{modname}": {e.args[0]}' + ).with_traceback(e.__traceback__) from e + + except Skipped as e: + self.skipped_plugins.append((modname, e.msg or "")) + else: + mod = sys.modules[importspec] + self.register(mod, modname) + + +def _get_plugin_specs_as_list( + specs: None | types.ModuleType | str | Sequence[str], +) -> list[str]: + """Parse a plugins specification into a list of plugin names.""" + # None means empty. + if specs is None: + return [] + # Workaround for #3899 - a submodule which happens to be called "pytest_plugins". + if isinstance(specs, types.ModuleType): + return [] + # Comma-separated list. + if isinstance(specs, str): + return specs.split(",") if specs else [] + # Direct specification. + if isinstance(specs, collections.abc.Sequence): + return list(specs) + raise UsageError( + f"Plugins may be specified as a sequence or a ','-separated string of plugin names. Got: {specs!r}" + ) + + +class Notset: + def __repr__(self): + return "" + + +notset = Notset() + + +def _iter_rewritable_modules(package_files: Iterable[str]) -> Iterator[str]: + """Given an iterable of file names in a source distribution, return the "names" that should + be marked for assertion rewrite. + + For example the package "pytest_mock/__init__.py" should be added as "pytest_mock" in + the assertion rewrite mechanism. + + This function has to deal with dist-info based distributions and egg based distributions + (which are still very much in use for "editable" installs). + + Here are the file names as seen in a dist-info based distribution: + + pytest_mock/__init__.py + pytest_mock/_version.py + pytest_mock/plugin.py + pytest_mock.egg-info/PKG-INFO + + Here are the file names as seen in an egg based distribution: + + src/pytest_mock/__init__.py + src/pytest_mock/_version.py + src/pytest_mock/plugin.py + src/pytest_mock.egg-info/PKG-INFO + LICENSE + setup.py + + We have to take in account those two distribution flavors in order to determine which + names should be considered for assertion rewriting. + + More information: + https://github.com/pytest-dev/pytest-mock/issues/167 + """ + package_files = list(package_files) + seen_some = False + for fn in package_files: + is_simple_module = "/" not in fn and fn.endswith(".py") + is_package = fn.count("/") == 1 and fn.endswith("__init__.py") + if is_simple_module: + module_name, _ = os.path.splitext(fn) + # we ignore "setup.py" at the root of the distribution + # as well as editable installation finder modules made by setuptools + if module_name != "setup" and not module_name.startswith("__editable__"): + seen_some = True + yield module_name + elif is_package: + package_name = os.path.dirname(fn) + seen_some = True + yield package_name + + if not seen_some: + # At this point we did not find any packages or modules suitable for assertion + # rewriting, so we try again by stripping the first path component (to account for + # "src" based source trees for example). + # This approach lets us have the common case continue to be fast, as egg-distributions + # are rarer. + new_package_files = [] + for fn in package_files: + parts = fn.split("/") + new_fn = "/".join(parts[1:]) + if new_fn: + new_package_files.append(new_fn) + if new_package_files: + yield from _iter_rewritable_modules(new_package_files) + + +@final +class Config: + """Access to configuration values, pluginmanager and plugin hooks. + + :param PytestPluginManager pluginmanager: + A pytest PluginManager. + + :param InvocationParams invocation_params: + Object containing parameters regarding the :func:`pytest.main` + invocation. + """ + + @final + @dataclasses.dataclass(frozen=True) + class InvocationParams: + """Holds parameters passed during :func:`pytest.main`. + + The object attributes are read-only. + + .. versionadded:: 5.1 + + .. note:: + + Note that the environment variable ``PYTEST_ADDOPTS`` and the ``addopts`` + ini option are handled by pytest, not being included in the ``args`` attribute. + + Plugins accessing ``InvocationParams`` must be aware of that. + """ + + args: tuple[str, ...] + """The command-line arguments as passed to :func:`pytest.main`.""" + plugins: Sequence[str | _PluggyPlugin] | None + """Extra plugins, might be `None`.""" + dir: pathlib.Path + """The directory from which :func:`pytest.main` was invoked. :type: pathlib.Path""" + + def __init__( + self, + *, + args: Iterable[str], + plugins: Sequence[str | _PluggyPlugin] | None, + dir: pathlib.Path, + ) -> None: + object.__setattr__(self, "args", tuple(args)) + object.__setattr__(self, "plugins", plugins) + object.__setattr__(self, "dir", dir) + + class ArgsSource(enum.Enum): + """Indicates the source of the test arguments. + + .. versionadded:: 7.2 + """ + + #: Command line arguments. + ARGS = enum.auto() + #: Invocation directory. + INVOCATION_DIR = enum.auto() + INCOVATION_DIR = INVOCATION_DIR # backwards compatibility alias + #: 'testpaths' configuration value. + TESTPATHS = enum.auto() + + # Set by cacheprovider plugin. + cache: Cache + + def __init__( + self, + pluginmanager: PytestPluginManager, + *, + invocation_params: InvocationParams | None = None, + ) -> None: + from .argparsing import FILE_OR_DIR + from .argparsing import Parser + + if invocation_params is None: + invocation_params = self.InvocationParams( + args=(), plugins=None, dir=pathlib.Path.cwd() + ) + + self.option = argparse.Namespace() + """Access to command line option as attributes. + + :type: argparse.Namespace + """ + + self.invocation_params = invocation_params + """The parameters with which pytest was invoked. + + :type: InvocationParams + """ + + _a = FILE_OR_DIR + self._parser = Parser( + usage=f"%(prog)s [options] [{_a}] [{_a}] [...]", + processopt=self._processopt, + _ispytest=True, + ) + self.pluginmanager = pluginmanager + """The plugin manager handles plugin registration and hook invocation. + + :type: PytestPluginManager + """ + + self.stash = Stash() + """A place where plugins can store information on the config for their + own use. + + :type: Stash + """ + # Deprecated alias. Was never public. Can be removed in a few releases. + self._store = self.stash + + self.trace = self.pluginmanager.trace.root.get("config") + self.hook: pluggy.HookRelay = PathAwareHookProxy(self.pluginmanager.hook) # type: ignore[assignment] + self._inicache: dict[str, Any] = {} + self._override_ini: Sequence[str] = () + self._opt2dest: dict[str, str] = {} + self._cleanup: list[Callable[[], None]] = [] + self.pluginmanager.register(self, "pytestconfig") + self._configured = False + self.hook.pytest_addoption.call_historic( + kwargs=dict(parser=self._parser, pluginmanager=self.pluginmanager) + ) + self.args_source = Config.ArgsSource.ARGS + self.args: list[str] = [] + + @property + def rootpath(self) -> pathlib.Path: + """The path to the :ref:`rootdir `. + + :type: pathlib.Path + + .. versionadded:: 6.1 + """ + return self._rootpath + + @property + def inipath(self) -> pathlib.Path | None: + """The path to the :ref:`configfile `. + + .. versionadded:: 6.1 + """ + return self._inipath + + def add_cleanup(self, func: Callable[[], None]) -> None: + """Add a function to be called when the config object gets out of + use (usually coinciding with pytest_unconfigure).""" + self._cleanup.append(func) + + def _do_configure(self) -> None: + assert not self._configured + self._configured = True + with warnings.catch_warnings(): + warnings.simplefilter("default") + self.hook.pytest_configure.call_historic(kwargs=dict(config=self)) + + def _ensure_unconfigure(self) -> None: + if self._configured: + self._configured = False + self.hook.pytest_unconfigure(config=self) + self.hook.pytest_configure._call_history = [] + while self._cleanup: + fin = self._cleanup.pop() + fin() + + def get_terminal_writer(self) -> TerminalWriter: + terminalreporter: TerminalReporter | None = self.pluginmanager.get_plugin( + "terminalreporter" + ) + assert terminalreporter is not None + return terminalreporter._tw + + def pytest_cmdline_parse( + self, pluginmanager: PytestPluginManager, args: list[str] + ) -> Config: + try: + self.parse(args) + except UsageError: + # Handle --version and --help here in a minimal fashion. + # This gets done via helpconfig normally, but its + # pytest_cmdline_main is not called in case of errors. + if getattr(self.option, "version", False) or "--version" in args: + from _pytest.helpconfig import showversion + + showversion(self) + elif ( + getattr(self.option, "help", False) or "--help" in args or "-h" in args + ): + self._parser._getparser().print_help() + sys.stdout.write( + "\nNOTE: displaying only minimal help due to UsageError.\n\n" + ) + + raise + + return self + + def notify_exception( + self, + excinfo: ExceptionInfo[BaseException], + option: argparse.Namespace | None = None, + ) -> None: + if option and getattr(option, "fulltrace", False): + style: TracebackStyle = "long" + else: + style = "native" + excrepr = excinfo.getrepr( + funcargs=True, showlocals=getattr(option, "showlocals", False), style=style + ) + res = self.hook.pytest_internalerror(excrepr=excrepr, excinfo=excinfo) + if not any(res): + for line in str(excrepr).split("\n"): + sys.stderr.write(f"INTERNALERROR> {line}\n") + sys.stderr.flush() + + def cwd_relative_nodeid(self, nodeid: str) -> str: + # nodeid's are relative to the rootpath, compute relative to cwd. + if self.invocation_params.dir != self.rootpath: + base_path_part, *nodeid_part = nodeid.split("::") + # Only process path part + fullpath = self.rootpath / base_path_part + relative_path = bestrelpath(self.invocation_params.dir, fullpath) + + nodeid = "::".join([relative_path, *nodeid_part]) + return nodeid + + @classmethod + def fromdictargs(cls, option_dict, args) -> Config: + """Constructor usable for subprocesses.""" + config = get_config(args) + config.option.__dict__.update(option_dict) + config.parse(args, addopts=False) + for x in config.option.plugins: + config.pluginmanager.consider_pluginarg(x) + return config + + def _processopt(self, opt: Argument) -> None: + for name in opt._short_opts + opt._long_opts: + self._opt2dest[name] = opt.dest + + if hasattr(opt, "default"): + if not hasattr(self.option, opt.dest): + setattr(self.option, opt.dest, opt.default) + + @hookimpl(trylast=True) + def pytest_load_initial_conftests(self, early_config: Config) -> None: + # We haven't fully parsed the command line arguments yet, so + # early_config.args it not set yet. But we need it for + # discovering the initial conftests. So "pre-run" the logic here. + # It will be done for real in `parse()`. + args, args_source = early_config._decide_args( + args=early_config.known_args_namespace.file_or_dir, + pyargs=early_config.known_args_namespace.pyargs, + testpaths=early_config.getini("testpaths"), + invocation_dir=early_config.invocation_params.dir, + rootpath=early_config.rootpath, + warn=False, + ) + self.pluginmanager._set_initial_conftests( + args=args, + pyargs=early_config.known_args_namespace.pyargs, + noconftest=early_config.known_args_namespace.noconftest, + rootpath=early_config.rootpath, + confcutdir=early_config.known_args_namespace.confcutdir, + invocation_dir=early_config.invocation_params.dir, + importmode=early_config.known_args_namespace.importmode, + consider_namespace_packages=early_config.getini( + "consider_namespace_packages" + ), + ) + + def _initini(self, args: Sequence[str]) -> None: + ns, unknown_args = self._parser.parse_known_and_unknown_args( + args, namespace=copy.copy(self.option) + ) + rootpath, inipath, inicfg = determine_setup( + inifile=ns.inifilename, + args=ns.file_or_dir + unknown_args, + rootdir_cmd_arg=ns.rootdir or None, + invocation_dir=self.invocation_params.dir, + ) + self._rootpath = rootpath + self._inipath = inipath + self.inicfg = inicfg + self._parser.extra_info["rootdir"] = str(self.rootpath) + self._parser.extra_info["inifile"] = str(self.inipath) + self._parser.addini("addopts", "Extra command line options", "args") + self._parser.addini("minversion", "Minimally required pytest version") + self._parser.addini( + "required_plugins", + "Plugins that must be present for pytest to run", + type="args", + default=[], + ) + self._override_ini = ns.override_ini or () + + def _consider_importhook(self, args: Sequence[str]) -> None: + """Install the PEP 302 import hook if using assertion rewriting. + + Needs to parse the --assert= option from the commandline + and find all the installed plugins to mark them for rewriting + by the importhook. + """ + ns, unknown_args = self._parser.parse_known_and_unknown_args(args) + mode = getattr(ns, "assertmode", "plain") + if mode == "rewrite": + import _pytest.assertion + + try: + hook = _pytest.assertion.install_importhook(self) + except SystemError: + mode = "plain" + else: + self._mark_plugins_for_rewrite(hook) + self._warn_about_missing_assertion(mode) + + def _mark_plugins_for_rewrite(self, hook) -> None: + """Given an importhook, mark for rewrite any top-level + modules or packages in the distribution package for + all pytest plugins.""" + self.pluginmanager.rewrite_hook = hook + + if os.environ.get("PYTEST_DISABLE_PLUGIN_AUTOLOAD"): + # We don't autoload from distribution package entry points, + # no need to continue. + return + + package_files = ( + str(file) + for dist in importlib.metadata.distributions() + if any(ep.group == "pytest11" for ep in dist.entry_points) + for file in dist.files or [] + ) + + for name in _iter_rewritable_modules(package_files): + hook.mark_rewrite(name) + + def _validate_args(self, args: list[str], via: str) -> list[str]: + """Validate known args.""" + self._parser._config_source_hint = via # type: ignore + try: + self._parser.parse_known_and_unknown_args( + args, namespace=copy.copy(self.option) + ) + finally: + del self._parser._config_source_hint # type: ignore + + return args + + def _decide_args( + self, + *, + args: list[str], + pyargs: bool, + testpaths: list[str], + invocation_dir: pathlib.Path, + rootpath: pathlib.Path, + warn: bool, + ) -> tuple[list[str], ArgsSource]: + """Decide the args (initial paths/nodeids) to use given the relevant inputs. + + :param warn: Whether can issue warnings. + + :returns: The args and the args source. Guaranteed to be non-empty. + """ + if args: + source = Config.ArgsSource.ARGS + result = args + else: + if invocation_dir == rootpath: + source = Config.ArgsSource.TESTPATHS + if pyargs: + result = testpaths + else: + result = [] + for path in testpaths: + result.extend(sorted(glob.iglob(path, recursive=True))) + if testpaths and not result: + if warn: + warning_text = ( + "No files were found in testpaths; " + "consider removing or adjusting your testpaths configuration. " + "Searching recursively from the current directory instead." + ) + self.issue_config_time_warning( + PytestConfigWarning(warning_text), stacklevel=3 + ) + else: + result = [] + if not result: + source = Config.ArgsSource.INVOCATION_DIR + result = [str(invocation_dir)] + return result, source + + def _preparse(self, args: list[str], addopts: bool = True) -> None: + if addopts: + env_addopts = os.environ.get("PYTEST_ADDOPTS", "") + if len(env_addopts): + args[:] = ( + self._validate_args(shlex.split(env_addopts), "via PYTEST_ADDOPTS") + + args + ) + self._initini(args) + if addopts: + args[:] = ( + self._validate_args(self.getini("addopts"), "via addopts config") + args + ) + + self.known_args_namespace = self._parser.parse_known_args( + args, namespace=copy.copy(self.option) + ) + self._checkversion() + self._consider_importhook(args) + self.pluginmanager.consider_preparse(args, exclude_only=False) + if not os.environ.get("PYTEST_DISABLE_PLUGIN_AUTOLOAD"): + # Don't autoload from distribution package entry point. Only + # explicitly specified plugins are going to be loaded. + self.pluginmanager.load_setuptools_entrypoints("pytest11") + self.pluginmanager.consider_env() + + self.known_args_namespace = self._parser.parse_known_args( + args, namespace=copy.copy(self.known_args_namespace) + ) + + self._validate_plugins() + self._warn_about_skipped_plugins() + + if self.known_args_namespace.confcutdir is None: + if self.inipath is not None: + confcutdir = str(self.inipath.parent) + else: + confcutdir = str(self.rootpath) + self.known_args_namespace.confcutdir = confcutdir + try: + self.hook.pytest_load_initial_conftests( + early_config=self, args=args, parser=self._parser + ) + except ConftestImportFailure as e: + if self.known_args_namespace.help or self.known_args_namespace.version: + # we don't want to prevent --help/--version to work + # so just let is pass and print a warning at the end + self.issue_config_time_warning( + PytestConfigWarning(f"could not load initial conftests: {e.path}"), + stacklevel=2, + ) + else: + raise + + @hookimpl(wrapper=True) + def pytest_collection(self) -> Generator[None, object, object]: + # Validate invalid ini keys after collection is done so we take in account + # options added by late-loading conftest files. + try: + return (yield) + finally: + self._validate_config_options() + + def _checkversion(self) -> None: + import pytest + + minver = self.inicfg.get("minversion", None) + if minver: + # Imported lazily to improve start-up time. + from packaging.version import Version + + if not isinstance(minver, str): + raise pytest.UsageError( + f"{self.inipath}: 'minversion' must be a single value" + ) + + if Version(minver) > Version(pytest.__version__): + raise pytest.UsageError( + f"{self.inipath}: 'minversion' requires pytest-{minver}, actual pytest-{pytest.__version__}'" + ) + + def _validate_config_options(self) -> None: + for key in sorted(self._get_unknown_ini_keys()): + self._warn_or_fail_if_strict(f"Unknown config option: {key}\n") + + def _validate_plugins(self) -> None: + required_plugins = sorted(self.getini("required_plugins")) + if not required_plugins: + return + + # Imported lazily to improve start-up time. + from packaging.requirements import InvalidRequirement + from packaging.requirements import Requirement + from packaging.version import Version + + plugin_info = self.pluginmanager.list_plugin_distinfo() + plugin_dist_info = {dist.project_name: dist.version for _, dist in plugin_info} + + missing_plugins = [] + for required_plugin in required_plugins: + try: + req = Requirement(required_plugin) + except InvalidRequirement: + missing_plugins.append(required_plugin) + continue + + if req.name not in plugin_dist_info: + missing_plugins.append(required_plugin) + elif not req.specifier.contains( + Version(plugin_dist_info[req.name]), prereleases=True + ): + missing_plugins.append(required_plugin) + + if missing_plugins: + raise UsageError( + "Missing required plugins: {}".format(", ".join(missing_plugins)), + ) + + def _warn_or_fail_if_strict(self, message: str) -> None: + if self.known_args_namespace.strict_config: + raise UsageError(message) + + self.issue_config_time_warning(PytestConfigWarning(message), stacklevel=3) + + def _get_unknown_ini_keys(self) -> list[str]: + parser_inicfg = self._parser._inidict + return [name for name in self.inicfg if name not in parser_inicfg] + + def parse(self, args: list[str], addopts: bool = True) -> None: + # Parse given cmdline arguments into this config object. + assert ( + self.args == [] + ), "can only parse cmdline args at most once per Config object" + self.hook.pytest_addhooks.call_historic( + kwargs=dict(pluginmanager=self.pluginmanager) + ) + self._preparse(args, addopts=addopts) + self._parser.after_preparse = True # type: ignore + try: + args = self._parser.parse_setoption( + args, self.option, namespace=self.option + ) + self.args, self.args_source = self._decide_args( + args=args, + pyargs=self.known_args_namespace.pyargs, + testpaths=self.getini("testpaths"), + invocation_dir=self.invocation_params.dir, + rootpath=self.rootpath, + warn=True, + ) + except PrintHelp: + pass + + def issue_config_time_warning(self, warning: Warning, stacklevel: int) -> None: + """Issue and handle a warning during the "configure" stage. + + During ``pytest_configure`` we can't capture warnings using the ``catch_warnings_for_item`` + function because it is not possible to have hook wrappers around ``pytest_configure``. + + This function is mainly intended for plugins that need to issue warnings during + ``pytest_configure`` (or similar stages). + + :param warning: The warning instance. + :param stacklevel: stacklevel forwarded to warnings.warn. + """ + if self.pluginmanager.is_blocked("warnings"): + return + + cmdline_filters = self.known_args_namespace.pythonwarnings or [] + config_filters = self.getini("filterwarnings") + + with warnings.catch_warnings(record=True) as records: + warnings.simplefilter("always", type(warning)) + apply_warning_filters(config_filters, cmdline_filters) + warnings.warn(warning, stacklevel=stacklevel) + + if records: + frame = sys._getframe(stacklevel - 1) + location = frame.f_code.co_filename, frame.f_lineno, frame.f_code.co_name + self.hook.pytest_warning_recorded.call_historic( + kwargs=dict( + warning_message=records[0], + when="config", + nodeid="", + location=location, + ) + ) + + def addinivalue_line(self, name: str, line: str) -> None: + """Add a line to an ini-file option. The option must have been + declared but might not yet be set in which case the line becomes + the first line in its value.""" + x = self.getini(name) + assert isinstance(x, list) + x.append(line) # modifies the cached list inline + + def getini(self, name: str): + """Return configuration value from an :ref:`ini file `. + + If a configuration value is not defined in an + :ref:`ini file `, then the ``default`` value provided while + registering the configuration through + :func:`parser.addini ` will be returned. + Please note that you can even provide ``None`` as a valid + default value. + + If ``default`` is not provided while registering using + :func:`parser.addini `, then a default value + based on the ``type`` parameter passed to + :func:`parser.addini ` will be returned. + The default values based on ``type`` are: + ``paths``, ``pathlist``, ``args`` and ``linelist`` : empty list ``[]`` + ``bool`` : ``False`` + ``string`` : empty string ``""`` + + If neither the ``default`` nor the ``type`` parameter is passed + while registering the configuration through + :func:`parser.addini `, then the configuration + is treated as a string and a default empty string '' is returned. + + If the specified name hasn't been registered through a prior + :func:`parser.addini ` call (usually from a + plugin), a ValueError is raised. + """ + try: + return self._inicache[name] + except KeyError: + self._inicache[name] = val = self._getini(name) + return val + + # Meant for easy monkeypatching by legacypath plugin. + # Can be inlined back (with no cover removed) once legacypath is gone. + def _getini_unknown_type(self, name: str, type: str, value: str | list[str]): + msg = f"unknown configuration type: {type}" + raise ValueError(msg, value) # pragma: no cover + + def _getini(self, name: str): + try: + description, type, default = self._parser._inidict[name] + except KeyError as e: + raise ValueError(f"unknown configuration value: {name!r}") from e + override_value = self._get_override_ini_value(name) + if override_value is None: + try: + value = self.inicfg[name] + except KeyError: + return default + else: + value = override_value + # Coerce the values based on types. + # + # Note: some coercions are only required if we are reading from .ini files, because + # the file format doesn't contain type information, but when reading from toml we will + # get either str or list of str values (see _parse_ini_config_from_pyproject_toml). + # For example: + # + # ini: + # a_line_list = "tests acceptance" + # in this case, we need to split the string to obtain a list of strings. + # + # toml: + # a_line_list = ["tests", "acceptance"] + # in this case, we already have a list ready to use. + # + if type == "paths": + dp = ( + self.inipath.parent + if self.inipath is not None + else self.invocation_params.dir + ) + input_values = shlex.split(value) if isinstance(value, str) else value + return [dp / x for x in input_values] + elif type == "args": + return shlex.split(value) if isinstance(value, str) else value + elif type == "linelist": + if isinstance(value, str): + return [t for t in map(lambda x: x.strip(), value.split("\n")) if t] + else: + return value + elif type == "bool": + return _strtobool(str(value).strip()) + elif type == "string": + return value + elif type is None: + return value + else: + return self._getini_unknown_type(name, type, value) + + def _getconftest_pathlist( + self, name: str, path: pathlib.Path + ) -> list[pathlib.Path] | None: + try: + mod, relroots = self.pluginmanager._rget_with_confmod(name, path) + except KeyError: + return None + assert mod.__file__ is not None + modpath = pathlib.Path(mod.__file__).parent + values: list[pathlib.Path] = [] + for relroot in relroots: + if isinstance(relroot, os.PathLike): + relroot = pathlib.Path(relroot) + else: + relroot = relroot.replace("/", os.sep) + relroot = absolutepath(modpath / relroot) + values.append(relroot) + return values + + def _get_override_ini_value(self, name: str) -> str | None: + value = None + # override_ini is a list of "ini=value" options. + # Always use the last item if multiple values are set for same ini-name, + # e.g. -o foo=bar1 -o foo=bar2 will set foo to bar2. + for ini_config in self._override_ini: + try: + key, user_ini_value = ini_config.split("=", 1) + except ValueError as e: + raise UsageError( + f"-o/--override-ini expects option=value style (got: {ini_config!r})." + ) from e + else: + if key == name: + value = user_ini_value + return value + + def getoption(self, name: str, default=notset, skip: bool = False): + """Return command line option value. + + :param name: Name of the option. You may also specify + the literal ``--OPT`` option instead of the "dest" option name. + :param default: Fallback value if no option of that name is **declared** via :hook:`pytest_addoption`. + Note this parameter will be ignored when the option is **declared** even if the option's value is ``None``. + :param skip: If ``True``, raise :func:`pytest.skip` if option is undeclared or has a ``None`` value. + Note that even if ``True``, if a default was specified it will be returned instead of a skip. + """ + name = self._opt2dest.get(name, name) + try: + val = getattr(self.option, name) + if val is None and skip: + raise AttributeError(name) + return val + except AttributeError as e: + if default is not notset: + return default + if skip: + import pytest + + pytest.skip(f"no {name!r} option found") + raise ValueError(f"no option named {name!r}") from e + + def getvalue(self, name: str, path=None): + """Deprecated, use getoption() instead.""" + return self.getoption(name) + + def getvalueorskip(self, name: str, path=None): + """Deprecated, use getoption(skip=True) instead.""" + return self.getoption(name, skip=True) + + #: Verbosity type for failed assertions (see :confval:`verbosity_assertions`). + VERBOSITY_ASSERTIONS: Final = "assertions" + #: Verbosity type for test case execution (see :confval:`verbosity_test_cases`). + VERBOSITY_TEST_CASES: Final = "test_cases" + _VERBOSITY_INI_DEFAULT: Final = "auto" + + def get_verbosity(self, verbosity_type: str | None = None) -> int: + r"""Retrieve the verbosity level for a fine-grained verbosity type. + + :param verbosity_type: Verbosity type to get level for. If a level is + configured for the given type, that value will be returned. If the + given type is not a known verbosity type, the global verbosity + level will be returned. If the given type is None (default), the + global verbosity level will be returned. + + To configure a level for a fine-grained verbosity type, the + configuration file should have a setting for the configuration name + and a numeric value for the verbosity level. A special value of "auto" + can be used to explicitly use the global verbosity level. + + Example: + + .. code-block:: ini + + # content of pytest.ini + [pytest] + verbosity_assertions = 2 + + .. code-block:: console + + pytest -v + + .. code-block:: python + + print(config.get_verbosity()) # 1 + print(config.get_verbosity(Config.VERBOSITY_ASSERTIONS)) # 2 + """ + global_level = self.getoption("verbose", default=0) + assert isinstance(global_level, int) + if verbosity_type is None: + return global_level + + ini_name = Config._verbosity_ini_name(verbosity_type) + if ini_name not in self._parser._inidict: + return global_level + + level = self.getini(ini_name) + if level == Config._VERBOSITY_INI_DEFAULT: + return global_level + + return int(level) + + @staticmethod + def _verbosity_ini_name(verbosity_type: str) -> str: + return f"verbosity_{verbosity_type}" + + @staticmethod + def _add_verbosity_ini(parser: Parser, verbosity_type: str, help: str) -> None: + """Add a output verbosity configuration option for the given output type. + + :param parser: Parser for command line arguments and ini-file values. + :param verbosity_type: Fine-grained verbosity category. + :param help: Description of the output this type controls. + + The value should be retrieved via a call to + :py:func:`config.get_verbosity(type) `. + """ + parser.addini( + Config._verbosity_ini_name(verbosity_type), + help=help, + type="string", + default=Config._VERBOSITY_INI_DEFAULT, + ) + + def _warn_about_missing_assertion(self, mode: str) -> None: + if not _assertion_supported(): + if mode == "plain": + warning_text = ( + "ASSERTIONS ARE NOT EXECUTED" + " and FAILING TESTS WILL PASS. Are you" + " using python -O?" + ) + else: + warning_text = ( + "assertions not in test modules or" + " plugins will be ignored" + " because assert statements are not executed " + "by the underlying Python interpreter " + "(are you using python -O?)\n" + ) + self.issue_config_time_warning( + PytestConfigWarning(warning_text), + stacklevel=3, + ) + + def _warn_about_skipped_plugins(self) -> None: + for module_name, msg in self.pluginmanager.skipped_plugins: + self.issue_config_time_warning( + PytestConfigWarning(f"skipped plugin {module_name!r}: {msg}"), + stacklevel=2, + ) + + +def _assertion_supported() -> bool: + try: + assert False + except AssertionError: + return True + else: + return False # type: ignore[unreachable] + + +def create_terminal_writer( + config: Config, file: TextIO | None = None +) -> TerminalWriter: + """Create a TerminalWriter instance configured according to the options + in the config object. + + Every code which requires a TerminalWriter object and has access to a + config object should use this function. + """ + tw = TerminalWriter(file=file) + + if config.option.color == "yes": + tw.hasmarkup = True + elif config.option.color == "no": + tw.hasmarkup = False + + if config.option.code_highlight == "yes": + tw.code_highlight = True + elif config.option.code_highlight == "no": + tw.code_highlight = False + + return tw + + +def _strtobool(val: str) -> bool: + """Convert a string representation of truth to True or False. + + 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. + + .. note:: Copied from distutils.util. + """ + val = val.lower() + if val in ("y", "yes", "t", "true", "on", "1"): + return True + elif val in ("n", "no", "f", "false", "off", "0"): + return False + else: + raise ValueError(f"invalid truth value {val!r}") + + +@lru_cache(maxsize=50) +def parse_warning_filter( + arg: str, *, escape: bool +) -> tuple[warnings._ActionKind, str, type[Warning], str, int]: + """Parse a warnings filter string. + + This is copied from warnings._setoption with the following changes: + + * Does not apply the filter. + * Escaping is optional. + * Raises UsageError so we get nice error messages on failure. + """ + __tracebackhide__ = True + error_template = dedent( + f"""\ + while parsing the following warning configuration: + + {arg} + + This error occurred: + + {{error}} + """ + ) + + parts = arg.split(":") + if len(parts) > 5: + doc_url = ( + "https://docs.python.org/3/library/warnings.html#describing-warning-filters" + ) + error = dedent( + f"""\ + Too many fields ({len(parts)}), expected at most 5 separated by colons: + + action:message:category:module:line + + For more information please consult: {doc_url} + """ + ) + raise UsageError(error_template.format(error=error)) + + while len(parts) < 5: + parts.append("") + action_, message, category_, module, lineno_ = (s.strip() for s in parts) + try: + action: warnings._ActionKind = warnings._getaction(action_) # type: ignore[attr-defined] + except warnings._OptionError as e: + raise UsageError(error_template.format(error=str(e))) from None + try: + category: type[Warning] = _resolve_warning_category(category_) + except Exception: + exc_info = ExceptionInfo.from_current() + exception_text = exc_info.getrepr(style="native") + raise UsageError(error_template.format(error=exception_text)) from None + if message and escape: + message = re.escape(message) + if module and escape: + module = re.escape(module) + r"\Z" + if lineno_: + try: + lineno = int(lineno_) + if lineno < 0: + raise ValueError("number is negative") + except ValueError as e: + raise UsageError( + error_template.format(error=f"invalid lineno {lineno_!r}: {e}") + ) from None + else: + lineno = 0 + return action, message, category, module, lineno + + +def _resolve_warning_category(category: str) -> type[Warning]: + """ + Copied from warnings._getcategory, but changed so it lets exceptions (specially ImportErrors) + propagate so we can get access to their tracebacks (#9218). + """ + __tracebackhide__ = True + if not category: + return Warning + + if "." not in category: + import builtins as m + + klass = category + else: + module, _, klass = category.rpartition(".") + m = __import__(module, None, None, [klass]) + cat = getattr(m, klass) + if not issubclass(cat, Warning): + raise UsageError(f"{cat} is not a Warning subclass") + return cast(Type[Warning], cat) + + +def apply_warning_filters( + config_filters: Iterable[str], cmdline_filters: Iterable[str] +) -> None: + """Applies pytest-configured filters to the warnings module""" + # Filters should have this precedence: cmdline options, config. + # Filters should be applied in the inverse order of precedence. + for arg in config_filters: + warnings.filterwarnings(*parse_warning_filter(arg, escape=False)) + + for arg in cmdline_filters: + warnings.filterwarnings(*parse_warning_filter(arg, escape=True)) diff --git a/env/lib/python3.8/site-packages/_pytest/config/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/config/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8e2bcdb211cb2c05a7cf0e0276d6972e2b053012 GIT binary patch literal 52705 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
b)g*brs|p_6+%Fu}DB{5nnCFfjh- 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 KHPOrG%Pw+3kOU|s$U~kS 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 ff6`LSxS3Mc%Q*JfuUlUo+c!2^x>7# z!lBldAirb{cnviD1Kk42qx;@JGp~J0e?r?J`3^^GuN$KjL>?X<@_alzm-%>Yt?i)w zCr!?`IwtQq4lDi+;$ufTk|oZR1&k5R6CQAkZsJb8z_UCrsZHxa-O@GC zji9lTZ3a!drxmnhT{e>Tv=el&R+mlC-JomfRdK4qt*2hFdDoGb|^fT z56u{(yO+)}G=3N6d7O^E;w$mrzJGV`&L716y^rqE?nI5kXfE<<)Aqd&KKP9|CnEMf zyxZr&dXy!Jib#nSEj_z|m#tx(D9h4h=RPkx(@f4@=LPM;gxXlKplN9t>wYb`n9q$W zjEF~Rrj=MJ2`;SItGOT@!L=1LpP#X(;Y3x+g6-9!R(S?RV--rJgX^zzU)^CCr*Sb} ze1Bz|KNd#6p5{qqnnH}TY*J_!chn7ZrMI7@s_)ucm-S&m_9*LG znVC)_vh`Ubnw;zoIoXdv7-z|j+0vP~`i5bWE!khW=G(lpd(` zXpqDQD~We^ZVigqsGB)f!;vZmqB8j)%F#QMNhs4JT29M)x= zZG5A*K}WKoM-GAAG+lHPrJwL2|r4PN2W%QjBnyY6S`$qYb)=Ght90`$FPn(^6ai6`9#Ogl zN#yKIPeWr{ zSJL{N|F>-@+i3X}PPC=K;az0FCiC#)4*$k;`G4#6COBQ*##)mTz4*l&eR8Bw^$of2 zZjvGU6t{O?sle46D*+n;dW~*~7?g2@7)0HkrIE?9q$q1P=apU>P8H%eR}sn4ObA@x z2F`Wt)^Afsr9x8~(>AI*LcGNBb8rg^H%jYG)@B~>;sRGM(Ix7bFRuUpi|qFsdVuX^ zTZq+Hgebd0P!X%}loYaAB!s3KqQ6JoGoUUh^`Uqp8Ue_Lu`Rlv`&_ekLE# zpV8W>zfhn+kCKyS=+XmpeDCgbM?UiM`1m zC=EDjqBbsKN+5nuWGs_=A`?jN;yYT*Ffx-VM$!-|QaS%jR@qPNLRNG*7FruGyfWG$ zomEPUrVPpFh8voOzd!(_ppq1kq(v+vY!(lTODDE)ZmqGmr{ltuX5HR{^Q;d!W-Nww zrW{9YE*_F0<6MgtI3E_Aw?_6&z)Q}*^rAUr=A27Ya{fSUkY{wiuJYQnkV~O+98nv+ z?#|Yg1-MqQ_EwZPU~|yByiwPOinGn@+$j(14zsu&m-A_Nd1-W|wmEz&p&M1$bbFiN ztQ0>Nq06F?|F@4zVS=0Hy=ckzcIlLHVlpy+!41 qIO~x5eTS`W9LUl6qbj2U<6r-3KV)yF`+FN6ip$U~qh%b?m&qSO?6wgA literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/config/__pycache__/findpaths.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/config/__pycache__/findpaths.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4c1cc6da299b3fec628e68b5010fa17da9e0a356 GIT binary patch literal 6570 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 A761SM literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/config/argparsing.py b/env/lib/python3.8/site-packages/_pytest/config/argparsing.py new file mode 100644 index 000000000..85aa46327 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/config/argparsing.py @@ -0,0 +1,551 @@ +# mypy: allow-untyped-defs +from __future__ import annotations + +import argparse +from gettext import gettext +import os +import sys +from typing import Any +from typing import Callable +from typing import cast +from typing import final +from typing import List +from typing import Literal +from typing import Mapping +from typing import NoReturn +from typing import Sequence + +import _pytest._io +from _pytest.config.exceptions import UsageError +from _pytest.deprecated import check_ispytest + + +FILE_OR_DIR = "file_or_dir" + + +class NotSet: + def __repr__(self) -> str: + return "" + + +NOT_SET = NotSet() + + +@final +class Parser: + """Parser for command line arguments and ini-file values. + + :ivar extra_info: Dict of generic param -> value to display in case + there's an error processing the command line arguments. + """ + + prog: str | None = None + + def __init__( + self, + usage: str | None = None, + processopt: Callable[[Argument], None] | None = None, + *, + _ispytest: bool = False, + ) -> None: + check_ispytest(_ispytest) + self._anonymous = OptionGroup("Custom options", parser=self, _ispytest=True) + self._groups: list[OptionGroup] = [] + self._processopt = processopt + self._usage = usage + self._inidict: dict[str, tuple[str, str | None, Any]] = {} + self._ininames: list[str] = [] + self.extra_info: dict[str, Any] = {} + + def processoption(self, option: Argument) -> None: + if self._processopt: + if option.dest: + self._processopt(option) + + def getgroup( + self, name: str, description: str = "", after: str | None = None + ) -> OptionGroup: + """Get (or create) a named option Group. + + :param name: Name of the option group. + :param description: Long description for --help output. + :param after: Name of another group, used for ordering --help output. + :returns: The option group. + + The returned group object has an ``addoption`` method with the same + signature as :func:`parser.addoption ` but + will be shown in the respective group in the output of + ``pytest --help``. + """ + for group in self._groups: + if group.name == name: + return group + group = OptionGroup(name, description, parser=self, _ispytest=True) + i = 0 + for i, grp in enumerate(self._groups): + if grp.name == after: + break + self._groups.insert(i + 1, group) + return group + + def addoption(self, *opts: str, **attrs: Any) -> None: + """Register a command line option. + + :param opts: + Option names, can be short or long options. + :param attrs: + Same attributes as the argparse library's :meth:`add_argument() + ` function accepts. + + After command line parsing, options are available on the pytest config + object via ``config.option.NAME`` where ``NAME`` is usually set + by passing a ``dest`` attribute, for example + ``addoption("--long", dest="NAME", ...)``. + """ + self._anonymous.addoption(*opts, **attrs) + + def parse( + self, + args: Sequence[str | os.PathLike[str]], + namespace: argparse.Namespace | None = None, + ) -> argparse.Namespace: + from _pytest._argcomplete import try_argcomplete + + self.optparser = self._getparser() + try_argcomplete(self.optparser) + strargs = [os.fspath(x) for x in args] + return self.optparser.parse_args(strargs, namespace=namespace) + + def _getparser(self) -> MyOptionParser: + from _pytest._argcomplete import filescompleter + + optparser = MyOptionParser(self, self.extra_info, prog=self.prog) + groups = [*self._groups, self._anonymous] + for group in groups: + if group.options: + desc = group.description or group.name + arggroup = optparser.add_argument_group(desc) + for option in group.options: + n = option.names() + a = option.attrs() + arggroup.add_argument(*n, **a) + file_or_dir_arg = optparser.add_argument(FILE_OR_DIR, nargs="*") + # bash like autocompletion for dirs (appending '/') + # Type ignored because typeshed doesn't know about argcomplete. + file_or_dir_arg.completer = filescompleter # type: ignore + return optparser + + def parse_setoption( + self, + args: Sequence[str | os.PathLike[str]], + option: argparse.Namespace, + namespace: argparse.Namespace | None = None, + ) -> list[str]: + parsedoption = self.parse(args, namespace=namespace) + for name, value in parsedoption.__dict__.items(): + setattr(option, name, value) + return cast(List[str], getattr(parsedoption, FILE_OR_DIR)) + + def parse_known_args( + self, + args: Sequence[str | os.PathLike[str]], + namespace: argparse.Namespace | None = None, + ) -> argparse.Namespace: + """Parse the known arguments at this point. + + :returns: An argparse namespace object. + """ + return self.parse_known_and_unknown_args(args, namespace=namespace)[0] + + def parse_known_and_unknown_args( + self, + args: Sequence[str | os.PathLike[str]], + namespace: argparse.Namespace | None = None, + ) -> tuple[argparse.Namespace, list[str]]: + """Parse the known arguments at this point, and also return the + remaining unknown arguments. + + :returns: + A tuple containing an argparse namespace object for the known + arguments, and a list of the unknown arguments. + """ + optparser = self._getparser() + strargs = [os.fspath(x) for x in args] + return optparser.parse_known_args(strargs, namespace=namespace) + + def addini( + self, + name: str, + help: str, + type: Literal["string", "paths", "pathlist", "args", "linelist", "bool"] + | None = None, + default: Any = NOT_SET, + ) -> None: + """Register an ini-file option. + + :param name: + Name of the ini-variable. + :param type: + Type of the variable. Can be: + + * ``string``: a string + * ``bool``: a boolean + * ``args``: a list of strings, separated as in a shell + * ``linelist``: a list of strings, separated by line breaks + * ``paths``: a list of :class:`pathlib.Path`, separated as in a shell + * ``pathlist``: a list of ``py.path``, separated as in a shell + + For ``paths`` and ``pathlist`` types, they are considered relative to the ini-file. + In case the execution is happening without an ini-file defined, + they will be considered relative to the current working directory (for example with ``--override-ini``). + + .. versionadded:: 7.0 + The ``paths`` variable type. + + .. versionadded:: 8.1 + Use the current working directory to resolve ``paths`` and ``pathlist`` in the absence of an ini-file. + + Defaults to ``string`` if ``None`` or not passed. + :param default: + Default value if no ini-file option exists but is queried. + + The value of ini-variables can be retrieved via a call to + :py:func:`config.getini(name) `. + """ + assert type in (None, "string", "paths", "pathlist", "args", "linelist", "bool") + if default is NOT_SET: + default = get_ini_default_for_type(type) + + self._inidict[name] = (help, type, default) + self._ininames.append(name) + + +def get_ini_default_for_type( + type: Literal["string", "paths", "pathlist", "args", "linelist", "bool"] | None, +) -> Any: + """ + Used by addini to get the default value for a given ini-option type, when + default is not supplied. + """ + if type is None: + return "" + elif type in ("paths", "pathlist", "args", "linelist"): + return [] + elif type == "bool": + return False + else: + return "" + + +class ArgumentError(Exception): + """Raised if an Argument instance is created with invalid or + inconsistent arguments.""" + + def __init__(self, msg: str, option: Argument | str) -> None: + self.msg = msg + self.option_id = str(option) + + def __str__(self) -> str: + if self.option_id: + return f"option {self.option_id}: {self.msg}" + else: + return self.msg + + +class Argument: + """Class that mimics the necessary behaviour of optparse.Option. + + It's currently a least effort implementation and ignoring choices + and integer prefixes. + + https://docs.python.org/3/library/optparse.html#optparse-standard-option-types + """ + + def __init__(self, *names: str, **attrs: Any) -> None: + """Store params in private vars for use in add_argument.""" + self._attrs = attrs + self._short_opts: list[str] = [] + self._long_opts: list[str] = [] + try: + self.type = attrs["type"] + except KeyError: + pass + try: + # Attribute existence is tested in Config._processopt. + self.default = attrs["default"] + except KeyError: + pass + self._set_opt_strings(names) + dest: str | None = attrs.get("dest") + if dest: + self.dest = dest + elif self._long_opts: + self.dest = self._long_opts[0][2:].replace("-", "_") + else: + try: + self.dest = self._short_opts[0][1:] + except IndexError as e: + self.dest = "???" # Needed for the error repr. + raise ArgumentError("need a long or short option", self) from e + + def names(self) -> list[str]: + return self._short_opts + self._long_opts + + def attrs(self) -> Mapping[str, Any]: + # Update any attributes set by processopt. + attrs = "default dest help".split() + attrs.append(self.dest) + for attr in attrs: + try: + self._attrs[attr] = getattr(self, attr) + except AttributeError: + pass + return self._attrs + + def _set_opt_strings(self, opts: Sequence[str]) -> None: + """Directly from optparse. + + Might not be necessary as this is passed to argparse later on. + """ + for opt in opts: + if len(opt) < 2: + raise ArgumentError( + f"invalid option string {opt!r}: " + "must be at least two characters long", + self, + ) + elif len(opt) == 2: + if not (opt[0] == "-" and opt[1] != "-"): + raise ArgumentError( + f"invalid short option string {opt!r}: " + "must be of the form -x, (x any non-dash char)", + self, + ) + self._short_opts.append(opt) + else: + if not (opt[0:2] == "--" and opt[2] != "-"): + raise ArgumentError( + f"invalid long option string {opt!r}: " + "must start with --, followed by non-dash", + self, + ) + self._long_opts.append(opt) + + def __repr__(self) -> str: + args: list[str] = [] + if self._short_opts: + args += ["_short_opts: " + repr(self._short_opts)] + if self._long_opts: + args += ["_long_opts: " + repr(self._long_opts)] + args += ["dest: " + repr(self.dest)] + if hasattr(self, "type"): + args += ["type: " + repr(self.type)] + if hasattr(self, "default"): + args += ["default: " + repr(self.default)] + return "Argument({})".format(", ".join(args)) + + +class OptionGroup: + """A group of options shown in its own section.""" + + def __init__( + self, + name: str, + description: str = "", + parser: Parser | None = None, + *, + _ispytest: bool = False, + ) -> None: + check_ispytest(_ispytest) + self.name = name + self.description = description + self.options: list[Argument] = [] + self.parser = parser + + def addoption(self, *opts: str, **attrs: Any) -> None: + """Add an option to this group. + + If a shortened version of a long option is specified, it will + be suppressed in the help. ``addoption('--twowords', '--two-words')`` + results in help showing ``--two-words`` only, but ``--twowords`` gets + accepted **and** the automatic destination is in ``args.twowords``. + + :param opts: + Option names, can be short or long options. + :param attrs: + Same attributes as the argparse library's :meth:`add_argument() + ` function accepts. + """ + conflict = set(opts).intersection( + name for opt in self.options for name in opt.names() + ) + if conflict: + raise ValueError(f"option names {conflict} already added") + option = Argument(*opts, **attrs) + self._addoption_instance(option, shortupper=False) + + def _addoption(self, *opts: str, **attrs: Any) -> None: + option = Argument(*opts, **attrs) + self._addoption_instance(option, shortupper=True) + + def _addoption_instance(self, option: Argument, shortupper: bool = False) -> None: + if not shortupper: + for opt in option._short_opts: + if opt[0] == "-" and opt[1].islower(): + raise ValueError("lowercase shortoptions reserved") + if self.parser: + self.parser.processoption(option) + self.options.append(option) + + +class MyOptionParser(argparse.ArgumentParser): + def __init__( + self, + parser: Parser, + extra_info: dict[str, Any] | None = None, + prog: str | None = None, + ) -> None: + self._parser = parser + super().__init__( + prog=prog, + usage=parser._usage, + add_help=False, + formatter_class=DropShorterLongHelpFormatter, + allow_abbrev=False, + fromfile_prefix_chars="@", + ) + # extra_info is a dict of (param -> value) to display if there's + # an usage error to provide more contextual information to the user. + self.extra_info = extra_info if extra_info else {} + + def error(self, message: str) -> NoReturn: + """Transform argparse error message into UsageError.""" + msg = f"{self.prog}: error: {message}" + + if hasattr(self._parser, "_config_source_hint"): + msg = f"{msg} ({self._parser._config_source_hint})" + + raise UsageError(self.format_usage() + msg) + + # Type ignored because typeshed has a very complex type in the superclass. + def parse_args( # type: ignore + self, + args: Sequence[str] | None = None, + namespace: argparse.Namespace | None = None, + ) -> argparse.Namespace: + """Allow splitting of positional arguments.""" + parsed, unrecognized = self.parse_known_args(args, namespace) + if unrecognized: + for arg in unrecognized: + if arg and arg[0] == "-": + lines = [ + "unrecognized arguments: {}".format(" ".join(unrecognized)) + ] + for k, v in sorted(self.extra_info.items()): + lines.append(f" {k}: {v}") + self.error("\n".join(lines)) + getattr(parsed, FILE_OR_DIR).extend(unrecognized) + return parsed + + if sys.version_info < (3, 9): # pragma: no cover + # Backport of https://github.com/python/cpython/pull/14316 so we can + # disable long --argument abbreviations without breaking short flags. + def _parse_optional( + self, arg_string: str + ) -> tuple[argparse.Action | None, str, str | None] | None: + if not arg_string: + return None + if arg_string[0] not in self.prefix_chars: + return None + if arg_string in self._option_string_actions: + action = self._option_string_actions[arg_string] + return action, arg_string, None + if len(arg_string) == 1: + return None + if "=" in arg_string: + option_string, explicit_arg = arg_string.split("=", 1) + if option_string in self._option_string_actions: + action = self._option_string_actions[option_string] + return action, option_string, explicit_arg + if self.allow_abbrev or not arg_string.startswith("--"): + option_tuples = self._get_option_tuples(arg_string) + if len(option_tuples) > 1: + msg = gettext( + "ambiguous option: %(option)s could match %(matches)s" + ) + options = ", ".join(option for _, option, _ in option_tuples) + self.error(msg % {"option": arg_string, "matches": options}) + elif len(option_tuples) == 1: + (option_tuple,) = option_tuples + return option_tuple + if self._negative_number_matcher.match(arg_string): + if not self._has_negative_number_optionals: + return None + if " " in arg_string: + return None + return None, arg_string, None + + +class DropShorterLongHelpFormatter(argparse.HelpFormatter): + """Shorten help for long options that differ only in extra hyphens. + + - Collapse **long** options that are the same except for extra hyphens. + - Shortcut if there are only two options and one of them is a short one. + - Cache result on the action object as this is called at least 2 times. + """ + + def __init__(self, *args: Any, **kwargs: Any) -> None: + # Use more accurate terminal width. + if "width" not in kwargs: + kwargs["width"] = _pytest._io.get_terminal_width() + super().__init__(*args, **kwargs) + + def _format_action_invocation(self, action: argparse.Action) -> str: + orgstr = super()._format_action_invocation(action) + if orgstr and orgstr[0] != "-": # only optional arguments + return orgstr + res: str | None = getattr(action, "_formatted_action_invocation", None) + if res: + return res + options = orgstr.split(", ") + if len(options) == 2 and (len(options[0]) == 2 or len(options[1]) == 2): + # a shortcut for '-h, --help' or '--abc', '-a' + action._formatted_action_invocation = orgstr # type: ignore + return orgstr + return_list = [] + short_long: dict[str, str] = {} + for option in options: + if len(option) == 2 or option[2] == " ": + continue + if not option.startswith("--"): + raise ArgumentError( + f'long optional argument without "--": [{option}]', option + ) + xxoption = option[2:] + shortened = xxoption.replace("-", "") + if shortened not in short_long or len(short_long[shortened]) < len( + xxoption + ): + short_long[shortened] = xxoption + # now short_long has been filled out to the longest with dashes + # **and** we keep the right option ordering from add_argument + for option in options: + if len(option) == 2 or option[2] == " ": + return_list.append(option) + if option[2:] == short_long.get(option.replace("-", "")): + return_list.append(option.replace(" ", "=", 1)) + formatted_action_invocation = ", ".join(return_list) + action._formatted_action_invocation = formatted_action_invocation # type: ignore + return formatted_action_invocation + + def _split_lines(self, text, width): + """Wrap lines after splitting on original newlines. + + This allows to have explicit line breaks in the help text. + """ + import textwrap + + lines = [] + for line in text.splitlines(): + lines.extend(textwrap.wrap(line.strip(), width)) + return lines diff --git a/env/lib/python3.8/site-packages/_pytest/config/compat.py b/env/lib/python3.8/site-packages/_pytest/config/compat.py new file mode 100644 index 000000000..2856d85d1 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/config/compat.py @@ -0,0 +1,85 @@ +from __future__ import annotations + +import functools +from pathlib import Path +from typing import Any +from typing import Mapping +import warnings + +import pluggy + +from ..compat import LEGACY_PATH +from ..compat import legacy_path +from ..deprecated import HOOK_LEGACY_PATH_ARG + + +# hookname: (Path, LEGACY_PATH) +imply_paths_hooks: Mapping[str, tuple[str, str]] = { + "pytest_ignore_collect": ("collection_path", "path"), + "pytest_collect_file": ("file_path", "path"), + "pytest_pycollect_makemodule": ("module_path", "path"), + "pytest_report_header": ("start_path", "startdir"), + "pytest_report_collectionfinish": ("start_path", "startdir"), +} + + +def _check_path(path: Path, fspath: LEGACY_PATH) -> None: + if Path(fspath) != path: + raise ValueError( + f"Path({fspath!r}) != {path!r}\n" + "if both path and fspath are given they need to be equal" + ) + + +class PathAwareHookProxy: + """ + this helper wraps around hook callers + until pluggy supports fixingcalls, this one will do + + it currently doesn't return full hook caller proxies for fixed hooks, + this may have to be changed later depending on bugs + """ + + def __init__(self, hook_relay: pluggy.HookRelay) -> None: + self._hook_relay = hook_relay + + def __dir__(self) -> list[str]: + return dir(self._hook_relay) + + def __getattr__(self, key: str) -> pluggy.HookCaller: + hook: pluggy.HookCaller = getattr(self._hook_relay, key) + if key not in imply_paths_hooks: + self.__dict__[key] = hook + return hook + else: + path_var, fspath_var = imply_paths_hooks[key] + + @functools.wraps(hook) + def fixed_hook(**kw: Any) -> Any: + path_value: Path | None = kw.pop(path_var, None) + fspath_value: LEGACY_PATH | None = kw.pop(fspath_var, None) + if fspath_value is not None: + warnings.warn( + HOOK_LEGACY_PATH_ARG.format( + pylib_path_arg=fspath_var, pathlib_path_arg=path_var + ), + stacklevel=2, + ) + if path_value is not None: + if fspath_value is not None: + _check_path(path_value, fspath_value) + else: + fspath_value = legacy_path(path_value) + else: + assert fspath_value is not None + path_value = Path(fspath_value) + + kw[path_var] = path_value + kw[fspath_var] = fspath_value + return hook(**kw) + + fixed_hook.name = hook.name # type: ignore[attr-defined] + fixed_hook.spec = hook.spec # type: ignore[attr-defined] + fixed_hook.__name__ = key + self.__dict__[key] = fixed_hook + return fixed_hook # type: ignore[return-value] diff --git a/env/lib/python3.8/site-packages/_pytest/config/exceptions.py b/env/lib/python3.8/site-packages/_pytest/config/exceptions.py new file mode 100644 index 000000000..90108eca9 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/config/exceptions.py @@ -0,0 +1,13 @@ +from __future__ import annotations + +from typing import final + + +@final +class UsageError(Exception): + """Error in pytest usage or invocation.""" + + +class PrintHelp(Exception): + """Raised when pytest should print its help to skip the rest of the + argument parsing and validation.""" diff --git a/env/lib/python3.8/site-packages/_pytest/config/findpaths.py b/env/lib/python3.8/site-packages/_pytest/config/findpaths.py new file mode 100644 index 000000000..ce4c990b8 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/config/findpaths.py @@ -0,0 +1,228 @@ +from __future__ import annotations + +import os +from pathlib import Path +import sys +from typing import Iterable +from typing import Sequence + +import iniconfig + +from .exceptions import UsageError +from _pytest.outcomes import fail +from _pytest.pathlib import absolutepath +from _pytest.pathlib import commonpath +from _pytest.pathlib import safe_exists + + +def _parse_ini_config(path: Path) -> iniconfig.IniConfig: + """Parse the given generic '.ini' file using legacy IniConfig parser, returning + the parsed object. + + Raise UsageError if the file cannot be parsed. + """ + try: + return iniconfig.IniConfig(str(path)) + except iniconfig.ParseError as exc: + raise UsageError(str(exc)) from exc + + +def load_config_dict_from_file( + filepath: Path, +) -> dict[str, str | list[str]] | None: + """Load pytest configuration from the given file path, if supported. + + Return None if the file does not contain valid pytest configuration. + """ + # Configuration from ini files are obtained from the [pytest] section, if present. + if filepath.suffix == ".ini": + iniconfig = _parse_ini_config(filepath) + + if "pytest" in iniconfig: + return dict(iniconfig["pytest"].items()) + else: + # "pytest.ini" files are always the source of configuration, even if empty. + if filepath.name == "pytest.ini": + return {} + + # '.cfg' files are considered if they contain a "[tool:pytest]" section. + elif filepath.suffix == ".cfg": + iniconfig = _parse_ini_config(filepath) + + if "tool:pytest" in iniconfig.sections: + return dict(iniconfig["tool:pytest"].items()) + elif "pytest" in iniconfig.sections: + # If a setup.cfg contains a "[pytest]" section, we raise a failure to indicate users that + # plain "[pytest]" sections in setup.cfg files is no longer supported (#3086). + fail(CFG_PYTEST_SECTION.format(filename="setup.cfg"), pytrace=False) + + # '.toml' files are considered if they contain a [tool.pytest.ini_options] table. + elif filepath.suffix == ".toml": + if sys.version_info >= (3, 11): + import tomllib + else: + import tomli as tomllib + + toml_text = filepath.read_text(encoding="utf-8") + try: + config = tomllib.loads(toml_text) + except tomllib.TOMLDecodeError as exc: + raise UsageError(f"{filepath}: {exc}") from exc + + result = config.get("tool", {}).get("pytest", {}).get("ini_options", None) + if result is not None: + # TOML supports richer data types than ini files (strings, arrays, floats, ints, etc), + # however we need to convert all scalar values to str for compatibility with the rest + # of the configuration system, which expects strings only. + def make_scalar(v: object) -> str | list[str]: + return v if isinstance(v, list) else str(v) + + return {k: make_scalar(v) for k, v in result.items()} + + return None + + +def locate_config( + invocation_dir: Path, + args: Iterable[Path], +) -> tuple[Path | None, Path | None, dict[str, str | list[str]]]: + """Search in the list of arguments for a valid ini-file for pytest, + and return a tuple of (rootdir, inifile, cfg-dict).""" + config_names = [ + "pytest.ini", + ".pytest.ini", + "pyproject.toml", + "tox.ini", + "setup.cfg", + ] + args = [x for x in args if not str(x).startswith("-")] + if not args: + args = [invocation_dir] + found_pyproject_toml: Path | None = None + for arg in args: + argpath = absolutepath(arg) + for base in (argpath, *argpath.parents): + for config_name in config_names: + p = base / config_name + if p.is_file(): + if p.name == "pyproject.toml" and found_pyproject_toml is None: + found_pyproject_toml = p + ini_config = load_config_dict_from_file(p) + if ini_config is not None: + return base, p, ini_config + if found_pyproject_toml is not None: + return found_pyproject_toml.parent, found_pyproject_toml, {} + return None, None, {} + + +def get_common_ancestor( + invocation_dir: Path, + paths: Iterable[Path], +) -> Path: + common_ancestor: Path | None = None + for path in paths: + if not path.exists(): + continue + if common_ancestor is None: + common_ancestor = path + else: + if common_ancestor in path.parents or path == common_ancestor: + continue + elif path in common_ancestor.parents: + common_ancestor = path + else: + shared = commonpath(path, common_ancestor) + if shared is not None: + common_ancestor = shared + if common_ancestor is None: + common_ancestor = invocation_dir + elif common_ancestor.is_file(): + common_ancestor = common_ancestor.parent + return common_ancestor + + +def get_dirs_from_args(args: Iterable[str]) -> list[Path]: + def is_option(x: str) -> bool: + return x.startswith("-") + + def get_file_part_from_node_id(x: str) -> str: + return x.split("::")[0] + + def get_dir_from_path(path: Path) -> Path: + if path.is_dir(): + return path + return path.parent + + # These look like paths but may not exist + possible_paths = ( + absolutepath(get_file_part_from_node_id(arg)) + for arg in args + if not is_option(arg) + ) + + return [get_dir_from_path(path) for path in possible_paths if safe_exists(path)] + + +CFG_PYTEST_SECTION = "[pytest] section in {filename} files is no longer supported, change to [tool:pytest] instead." + + +def determine_setup( + *, + inifile: str | None, + args: Sequence[str], + rootdir_cmd_arg: str | None, + invocation_dir: Path, +) -> tuple[Path, Path | None, dict[str, str | list[str]]]: + """Determine the rootdir, inifile and ini configuration values from the + command line arguments. + + :param inifile: + The `--inifile` command line argument, if given. + :param args: + The free command line arguments. + :param rootdir_cmd_arg: + The `--rootdir` command line argument, if given. + :param invocation_dir: + The working directory when pytest was invoked. + """ + rootdir = None + dirs = get_dirs_from_args(args) + if inifile: + inipath_ = absolutepath(inifile) + inipath: Path | None = inipath_ + inicfg = load_config_dict_from_file(inipath_) or {} + if rootdir_cmd_arg is None: + rootdir = inipath_.parent + else: + ancestor = get_common_ancestor(invocation_dir, dirs) + rootdir, inipath, inicfg = locate_config(invocation_dir, [ancestor]) + if rootdir is None and rootdir_cmd_arg is None: + for possible_rootdir in (ancestor, *ancestor.parents): + if (possible_rootdir / "setup.py").is_file(): + rootdir = possible_rootdir + break + else: + if dirs != [ancestor]: + rootdir, inipath, inicfg = locate_config(invocation_dir, dirs) + if rootdir is None: + rootdir = get_common_ancestor( + invocation_dir, [invocation_dir, ancestor] + ) + if is_fs_root(rootdir): + rootdir = ancestor + if rootdir_cmd_arg: + rootdir = absolutepath(os.path.expandvars(rootdir_cmd_arg)) + if not rootdir.is_dir(): + raise UsageError( + f"Directory '{rootdir}' not found. Check your '--rootdir' option." + ) + assert rootdir is not None + return rootdir, inipath, inicfg or {} + + +def is_fs_root(p: Path) -> bool: + r""" + Return True if the given path is pointing to the root of the + file system ("/" on Unix and "C:\\" on Windows for example). + """ + return os.path.splitdrive(str(p))[1] == os.sep diff --git a/env/lib/python3.8/site-packages/_pytest/debugging.py b/env/lib/python3.8/site-packages/_pytest/debugging.py new file mode 100644 index 000000000..2dfe321e9 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/debugging.py @@ -0,0 +1,385 @@ +# mypy: allow-untyped-defs +# ruff: noqa: T100 +"""Interactive debugging with PDB, the Python Debugger.""" + +from __future__ import annotations + +import argparse +import functools +import sys +import types +from typing import Any +from typing import Callable +from typing import Generator +import unittest + +from _pytest import outcomes +from _pytest._code import ExceptionInfo +from _pytest.capture import CaptureManager +from _pytest.config import Config +from _pytest.config import ConftestImportFailure +from _pytest.config import hookimpl +from _pytest.config import PytestPluginManager +from _pytest.config.argparsing import Parser +from _pytest.config.exceptions import UsageError +from _pytest.nodes import Node +from _pytest.reports import BaseReport +from _pytest.runner import CallInfo + + +def _validate_usepdb_cls(value: str) -> tuple[str, str]: + """Validate syntax of --pdbcls option.""" + try: + modname, classname = value.split(":") + except ValueError as e: + raise argparse.ArgumentTypeError( + f"{value!r} is not in the format 'modname:classname'" + ) from e + return (modname, classname) + + +def pytest_addoption(parser: Parser) -> None: + group = parser.getgroup("general") + group._addoption( + "--pdb", + dest="usepdb", + action="store_true", + help="Start the interactive Python debugger on errors or KeyboardInterrupt", + ) + group._addoption( + "--pdbcls", + dest="usepdb_cls", + metavar="modulename:classname", + type=_validate_usepdb_cls, + help="Specify a custom interactive Python debugger for use with --pdb." + "For example: --pdbcls=IPython.terminal.debugger:TerminalPdb", + ) + group._addoption( + "--trace", + dest="trace", + action="store_true", + help="Immediately break when running each test", + ) + + +def pytest_configure(config: Config) -> None: + import pdb + + if config.getvalue("trace"): + config.pluginmanager.register(PdbTrace(), "pdbtrace") + if config.getvalue("usepdb"): + config.pluginmanager.register(PdbInvoke(), "pdbinvoke") + + pytestPDB._saved.append( + (pdb.set_trace, pytestPDB._pluginmanager, pytestPDB._config) + ) + pdb.set_trace = pytestPDB.set_trace + pytestPDB._pluginmanager = config.pluginmanager + pytestPDB._config = config + + # NOTE: not using pytest_unconfigure, since it might get called although + # pytest_configure was not (if another plugin raises UsageError). + def fin() -> None: + ( + pdb.set_trace, + pytestPDB._pluginmanager, + pytestPDB._config, + ) = pytestPDB._saved.pop() + + config.add_cleanup(fin) + + +class pytestPDB: + """Pseudo PDB that defers to the real pdb.""" + + _pluginmanager: PytestPluginManager | None = None + _config: Config | None = None + _saved: list[ + tuple[Callable[..., None], PytestPluginManager | None, Config | None] + ] = [] + _recursive_debug = 0 + _wrapped_pdb_cls: tuple[type[Any], type[Any]] | None = None + + @classmethod + def _is_capturing(cls, capman: CaptureManager | None) -> str | bool: + if capman: + return capman.is_capturing() + return False + + @classmethod + def _import_pdb_cls(cls, capman: CaptureManager | None): + if not cls._config: + import pdb + + # Happens when using pytest.set_trace outside of a test. + return pdb.Pdb + + usepdb_cls = cls._config.getvalue("usepdb_cls") + + if cls._wrapped_pdb_cls and cls._wrapped_pdb_cls[0] == usepdb_cls: + return cls._wrapped_pdb_cls[1] + + if usepdb_cls: + modname, classname = usepdb_cls + + try: + __import__(modname) + mod = sys.modules[modname] + + # Handle --pdbcls=pdb:pdb.Pdb (useful e.g. with pdbpp). + parts = classname.split(".") + pdb_cls = getattr(mod, parts[0]) + for part in parts[1:]: + pdb_cls = getattr(pdb_cls, part) + except Exception as exc: + value = ":".join((modname, classname)) + raise UsageError( + f"--pdbcls: could not import {value!r}: {exc}" + ) from exc + else: + import pdb + + pdb_cls = pdb.Pdb + + wrapped_cls = cls._get_pdb_wrapper_class(pdb_cls, capman) + cls._wrapped_pdb_cls = (usepdb_cls, wrapped_cls) + return wrapped_cls + + @classmethod + def _get_pdb_wrapper_class(cls, pdb_cls, capman: CaptureManager | None): + import _pytest.config + + class PytestPdbWrapper(pdb_cls): + _pytest_capman = capman + _continued = False + + def do_debug(self, arg): + cls._recursive_debug += 1 + ret = super().do_debug(arg) + cls._recursive_debug -= 1 + return ret + + def do_continue(self, arg): + ret = super().do_continue(arg) + if cls._recursive_debug == 0: + assert cls._config is not None + tw = _pytest.config.create_terminal_writer(cls._config) + tw.line() + + capman = self._pytest_capman + capturing = pytestPDB._is_capturing(capman) + if capturing: + if capturing == "global": + tw.sep(">", "PDB continue (IO-capturing resumed)") + else: + tw.sep( + ">", + f"PDB continue (IO-capturing resumed for {capturing})", + ) + assert capman is not None + capman.resume() + else: + tw.sep(">", "PDB continue") + assert cls._pluginmanager is not None + cls._pluginmanager.hook.pytest_leave_pdb(config=cls._config, pdb=self) + self._continued = True + return ret + + do_c = do_cont = do_continue + + def do_quit(self, arg): + """Raise Exit outcome when quit command is used in pdb. + + This is a bit of a hack - it would be better if BdbQuit + could be handled, but this would require to wrap the + whole pytest run, and adjust the report etc. + """ + ret = super().do_quit(arg) + + if cls._recursive_debug == 0: + outcomes.exit("Quitting debugger") + + return ret + + do_q = do_quit + do_exit = do_quit + + def setup(self, f, tb): + """Suspend on setup(). + + Needed after do_continue resumed, and entering another + breakpoint again. + """ + ret = super().setup(f, tb) + if not ret and self._continued: + # pdb.setup() returns True if the command wants to exit + # from the interaction: do not suspend capturing then. + if self._pytest_capman: + self._pytest_capman.suspend_global_capture(in_=True) + return ret + + def get_stack(self, f, t): + stack, i = super().get_stack(f, t) + if f is None: + # Find last non-hidden frame. + i = max(0, len(stack) - 1) + while i and stack[i][0].f_locals.get("__tracebackhide__", False): + i -= 1 + return stack, i + + return PytestPdbWrapper + + @classmethod + def _init_pdb(cls, method, *args, **kwargs): + """Initialize PDB debugging, dropping any IO capturing.""" + import _pytest.config + + if cls._pluginmanager is None: + capman: CaptureManager | None = None + else: + capman = cls._pluginmanager.getplugin("capturemanager") + if capman: + capman.suspend(in_=True) + + if cls._config: + tw = _pytest.config.create_terminal_writer(cls._config) + tw.line() + + if cls._recursive_debug == 0: + # Handle header similar to pdb.set_trace in py37+. + header = kwargs.pop("header", None) + if header is not None: + tw.sep(">", header) + else: + capturing = cls._is_capturing(capman) + if capturing == "global": + tw.sep(">", f"PDB {method} (IO-capturing turned off)") + elif capturing: + tw.sep( + ">", + f"PDB {method} (IO-capturing turned off for {capturing})", + ) + else: + tw.sep(">", f"PDB {method}") + + _pdb = cls._import_pdb_cls(capman)(**kwargs) + + if cls._pluginmanager: + cls._pluginmanager.hook.pytest_enter_pdb(config=cls._config, pdb=_pdb) + return _pdb + + @classmethod + def set_trace(cls, *args, **kwargs) -> None: + """Invoke debugging via ``Pdb.set_trace``, dropping any IO capturing.""" + frame = sys._getframe().f_back + _pdb = cls._init_pdb("set_trace", *args, **kwargs) + _pdb.set_trace(frame) + + +class PdbInvoke: + def pytest_exception_interact( + self, node: Node, call: CallInfo[Any], report: BaseReport + ) -> None: + capman = node.config.pluginmanager.getplugin("capturemanager") + if capman: + capman.suspend_global_capture(in_=True) + out, err = capman.read_global_capture() + sys.stdout.write(out) + sys.stdout.write(err) + assert call.excinfo is not None + + if not isinstance(call.excinfo.value, unittest.SkipTest): + _enter_pdb(node, call.excinfo, report) + + def pytest_internalerror(self, excinfo: ExceptionInfo[BaseException]) -> None: + tb = _postmortem_traceback(excinfo) + post_mortem(tb) + + +class PdbTrace: + @hookimpl(wrapper=True) + def pytest_pyfunc_call(self, pyfuncitem) -> Generator[None, object, object]: + wrap_pytest_function_for_tracing(pyfuncitem) + return (yield) + + +def wrap_pytest_function_for_tracing(pyfuncitem) -> None: + """Change the Python function object of the given Function item by a + wrapper which actually enters pdb before calling the python function + itself, effectively leaving the user in the pdb prompt in the first + statement of the function.""" + _pdb = pytestPDB._init_pdb("runcall") + testfunction = pyfuncitem.obj + + # we can't just return `partial(pdb.runcall, testfunction)` because (on + # python < 3.7.4) runcall's first param is `func`, which means we'd get + # an exception if one of the kwargs to testfunction was called `func`. + @functools.wraps(testfunction) + def wrapper(*args, **kwargs) -> None: + func = functools.partial(testfunction, *args, **kwargs) + _pdb.runcall(func) + + pyfuncitem.obj = wrapper + + +def maybe_wrap_pytest_function_for_tracing(pyfuncitem) -> None: + """Wrap the given pytestfunct item for tracing support if --trace was given in + the command line.""" + if pyfuncitem.config.getvalue("trace"): + wrap_pytest_function_for_tracing(pyfuncitem) + + +def _enter_pdb( + node: Node, excinfo: ExceptionInfo[BaseException], rep: BaseReport +) -> BaseReport: + # XXX we reuse the TerminalReporter's terminalwriter + # because this seems to avoid some encoding related troubles + # for not completely clear reasons. + tw = node.config.pluginmanager.getplugin("terminalreporter")._tw + tw.line() + + showcapture = node.config.option.showcapture + + for sectionname, content in ( + ("stdout", rep.capstdout), + ("stderr", rep.capstderr), + ("log", rep.caplog), + ): + if showcapture in (sectionname, "all") and content: + tw.sep(">", "captured " + sectionname) + if content[-1:] == "\n": + content = content[:-1] + tw.line(content) + + tw.sep(">", "traceback") + rep.toterminal(tw) + tw.sep(">", "entering PDB") + tb = _postmortem_traceback(excinfo) + rep._pdbshown = True # type: ignore[attr-defined] + post_mortem(tb) + return rep + + +def _postmortem_traceback(excinfo: ExceptionInfo[BaseException]) -> types.TracebackType: + from doctest import UnexpectedException + + if isinstance(excinfo.value, UnexpectedException): + # A doctest.UnexpectedException is not useful for post_mortem. + # Use the underlying exception instead: + return excinfo.value.exc_info[2] + elif isinstance(excinfo.value, ConftestImportFailure): + # A config.ConftestImportFailure is not useful for post_mortem. + # Use the underlying exception instead: + assert excinfo.value.cause.__traceback__ is not None + return excinfo.value.cause.__traceback__ + else: + assert excinfo._excinfo is not None + return excinfo._excinfo[2] + + +def post_mortem(t: types.TracebackType) -> None: + p = pytestPDB._init_pdb("post_mortem") + p.reset() + p.interaction(None, t) + if p.quitting: + outcomes.exit("Quitting debugger") diff --git a/env/lib/python3.8/site-packages/_pytest/deprecated.py b/env/lib/python3.8/site-packages/_pytest/deprecated.py new file mode 100644 index 000000000..a605c24e5 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/deprecated.py @@ -0,0 +1,91 @@ +"""Deprecation messages and bits of code used elsewhere in the codebase that +is planned to be removed in the next pytest release. + +Keeping it in a central location makes it easy to track what is deprecated and should +be removed when the time comes. + +All constants defined in this module should be either instances of +:class:`PytestWarning`, or :class:`UnformattedWarning` +in case of warnings which need to format their messages. +""" + +from __future__ import annotations + +from warnings import warn + +from _pytest.warning_types import PytestDeprecationWarning +from _pytest.warning_types import PytestRemovedIn9Warning +from _pytest.warning_types import UnformattedWarning + + +# set of plugins which have been integrated into the core; we use this list to ignore +# them during registration to avoid conflicts +DEPRECATED_EXTERNAL_PLUGINS = { + "pytest_catchlog", + "pytest_capturelog", + "pytest_faulthandler", +} + + +# This can be* removed pytest 8, but it's harmless and common, so no rush to remove. +# * If you're in the future: "could have been". +YIELD_FIXTURE = PytestDeprecationWarning( + "@pytest.yield_fixture is deprecated.\n" + "Use @pytest.fixture instead; they are the same." +) + +# This deprecation is never really meant to be removed. +PRIVATE = PytestDeprecationWarning("A private pytest class or function was used.") + + +HOOK_LEGACY_PATH_ARG = UnformattedWarning( + PytestRemovedIn9Warning, + "The ({pylib_path_arg}: py.path.local) argument is deprecated, please use ({pathlib_path_arg}: pathlib.Path)\n" + "see https://docs.pytest.org/en/latest/deprecations.html" + "#py-path-local-arguments-for-hooks-replaced-with-pathlib-path", +) + +NODE_CTOR_FSPATH_ARG = UnformattedWarning( + PytestRemovedIn9Warning, + "The (fspath: py.path.local) argument to {node_type_name} is deprecated. " + "Please use the (path: pathlib.Path) argument instead.\n" + "See https://docs.pytest.org/en/latest/deprecations.html" + "#fspath-argument-for-node-constructors-replaced-with-pathlib-path", +) + +HOOK_LEGACY_MARKING = UnformattedWarning( + PytestDeprecationWarning, + "The hook{type} {fullname} uses old-style configuration options (marks or attributes).\n" + "Please use the pytest.hook{type}({hook_opts}) decorator instead\n" + " to configure the hooks.\n" + " See https://docs.pytest.org/en/latest/deprecations.html" + "#configuring-hook-specs-impls-using-markers", +) + +MARKED_FIXTURE = PytestRemovedIn9Warning( + "Marks applied to fixtures have no effect\n" + "See docs: https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function" +) + +# You want to make some `__init__` or function "private". +# +# def my_private_function(some, args): +# ... +# +# Do this: +# +# def my_private_function(some, args, *, _ispytest: bool = False): +# check_ispytest(_ispytest) +# ... +# +# Change all internal/allowed calls to +# +# my_private_function(some, args, _ispytest=True) +# +# All other calls will get the default _ispytest=False and trigger +# the warning (possibly error in the future). + + +def check_ispytest(ispytest: bool) -> None: + if not ispytest: + warn(PRIVATE, stacklevel=3) diff --git a/env/lib/python3.8/site-packages/_pytest/doctest.py b/env/lib/python3.8/site-packages/_pytest/doctest.py new file mode 100644 index 000000000..384dea976 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/doctest.py @@ -0,0 +1,755 @@ +# mypy: allow-untyped-defs +"""Discover and run doctests in modules and test files.""" + +from __future__ import annotations + +import bdb +from contextlib import contextmanager +import functools +import inspect +import os +from pathlib import Path +import platform +import sys +import traceback +import types +from typing import Any +from typing import Callable +from typing import Generator +from typing import Iterable +from typing import Pattern +from typing import Sequence +from typing import TYPE_CHECKING +import warnings + +from _pytest import outcomes +from _pytest._code.code import ExceptionInfo +from _pytest._code.code import ReprFileLocation +from _pytest._code.code import TerminalRepr +from _pytest._io import TerminalWriter +from _pytest.compat import safe_getattr +from _pytest.config import Config +from _pytest.config.argparsing import Parser +from _pytest.fixtures import fixture +from _pytest.fixtures import TopRequest +from _pytest.nodes import Collector +from _pytest.nodes import Item +from _pytest.outcomes import OutcomeException +from _pytest.outcomes import skip +from _pytest.pathlib import fnmatch_ex +from _pytest.python import Module +from _pytest.python_api import approx +from _pytest.warning_types import PytestWarning + + +if TYPE_CHECKING: + import doctest + + from typing_extensions import Self + +DOCTEST_REPORT_CHOICE_NONE = "none" +DOCTEST_REPORT_CHOICE_CDIFF = "cdiff" +DOCTEST_REPORT_CHOICE_NDIFF = "ndiff" +DOCTEST_REPORT_CHOICE_UDIFF = "udiff" +DOCTEST_REPORT_CHOICE_ONLY_FIRST_FAILURE = "only_first_failure" + +DOCTEST_REPORT_CHOICES = ( + DOCTEST_REPORT_CHOICE_NONE, + DOCTEST_REPORT_CHOICE_CDIFF, + DOCTEST_REPORT_CHOICE_NDIFF, + DOCTEST_REPORT_CHOICE_UDIFF, + DOCTEST_REPORT_CHOICE_ONLY_FIRST_FAILURE, +) + +# Lazy definition of runner class +RUNNER_CLASS = None +# Lazy definition of output checker class +CHECKER_CLASS: type[doctest.OutputChecker] | None = None + + +def pytest_addoption(parser: Parser) -> None: + parser.addini( + "doctest_optionflags", + "Option flags for doctests", + type="args", + default=["ELLIPSIS"], + ) + parser.addini( + "doctest_encoding", "Encoding used for doctest files", default="utf-8" + ) + group = parser.getgroup("collect") + group.addoption( + "--doctest-modules", + action="store_true", + default=False, + help="Run doctests in all .py modules", + dest="doctestmodules", + ) + group.addoption( + "--doctest-report", + type=str.lower, + default="udiff", + help="Choose another output format for diffs on doctest failure", + choices=DOCTEST_REPORT_CHOICES, + dest="doctestreport", + ) + group.addoption( + "--doctest-glob", + action="append", + default=[], + metavar="pat", + help="Doctests file matching pattern, default: test*.txt", + dest="doctestglob", + ) + group.addoption( + "--doctest-ignore-import-errors", + action="store_true", + default=False, + help="Ignore doctest collection errors", + dest="doctest_ignore_import_errors", + ) + group.addoption( + "--doctest-continue-on-failure", + action="store_true", + default=False, + help="For a given doctest, continue to run after the first failure", + dest="doctest_continue_on_failure", + ) + + +def pytest_unconfigure() -> None: + global RUNNER_CLASS + + RUNNER_CLASS = None + + +def pytest_collect_file( + file_path: Path, + parent: Collector, +) -> DoctestModule | DoctestTextfile | None: + config = parent.config + if file_path.suffix == ".py": + if config.option.doctestmodules and not any( + (_is_setup_py(file_path), _is_main_py(file_path)) + ): + return DoctestModule.from_parent(parent, path=file_path) + elif _is_doctest(config, file_path, parent): + return DoctestTextfile.from_parent(parent, path=file_path) + return None + + +def _is_setup_py(path: Path) -> bool: + if path.name != "setup.py": + return False + contents = path.read_bytes() + return b"setuptools" in contents or b"distutils" in contents + + +def _is_doctest(config: Config, path: Path, parent: Collector) -> bool: + if path.suffix in (".txt", ".rst") and parent.session.isinitpath(path): + return True + globs = config.getoption("doctestglob") or ["test*.txt"] + return any(fnmatch_ex(glob, path) for glob in globs) + + +def _is_main_py(path: Path) -> bool: + return path.name == "__main__.py" + + +class ReprFailDoctest(TerminalRepr): + def __init__( + self, reprlocation_lines: Sequence[tuple[ReprFileLocation, Sequence[str]]] + ) -> None: + self.reprlocation_lines = reprlocation_lines + + def toterminal(self, tw: TerminalWriter) -> None: + for reprlocation, lines in self.reprlocation_lines: + for line in lines: + tw.line(line) + reprlocation.toterminal(tw) + + +class MultipleDoctestFailures(Exception): + def __init__(self, failures: Sequence[doctest.DocTestFailure]) -> None: + super().__init__() + self.failures = failures + + +def _init_runner_class() -> type[doctest.DocTestRunner]: + import doctest + + class PytestDoctestRunner(doctest.DebugRunner): + """Runner to collect failures. + + Note that the out variable in this case is a list instead of a + stdout-like object. + """ + + def __init__( + self, + checker: doctest.OutputChecker | None = None, + verbose: bool | None = None, + optionflags: int = 0, + continue_on_failure: bool = True, + ) -> None: + super().__init__(checker=checker, verbose=verbose, optionflags=optionflags) + self.continue_on_failure = continue_on_failure + + def report_failure( + self, + out, + test: doctest.DocTest, + example: doctest.Example, + got: str, + ) -> None: + failure = doctest.DocTestFailure(test, example, got) + if self.continue_on_failure: + out.append(failure) + else: + raise failure + + def report_unexpected_exception( + self, + out, + test: doctest.DocTest, + example: doctest.Example, + exc_info: tuple[type[BaseException], BaseException, types.TracebackType], + ) -> None: + if isinstance(exc_info[1], OutcomeException): + raise exc_info[1] + if isinstance(exc_info[1], bdb.BdbQuit): + outcomes.exit("Quitting debugger") + failure = doctest.UnexpectedException(test, example, exc_info) + if self.continue_on_failure: + out.append(failure) + else: + raise failure + + return PytestDoctestRunner + + +def _get_runner( + checker: doctest.OutputChecker | None = None, + verbose: bool | None = None, + optionflags: int = 0, + continue_on_failure: bool = True, +) -> doctest.DocTestRunner: + # We need this in order to do a lazy import on doctest + global RUNNER_CLASS + if RUNNER_CLASS is None: + RUNNER_CLASS = _init_runner_class() + # Type ignored because the continue_on_failure argument is only defined on + # PytestDoctestRunner, which is lazily defined so can't be used as a type. + return RUNNER_CLASS( # type: ignore + checker=checker, + verbose=verbose, + optionflags=optionflags, + continue_on_failure=continue_on_failure, + ) + + +class DoctestItem(Item): + def __init__( + self, + name: str, + parent: DoctestTextfile | DoctestModule, + runner: doctest.DocTestRunner, + dtest: doctest.DocTest, + ) -> None: + super().__init__(name, parent) + self.runner = runner + self.dtest = dtest + + # Stuff needed for fixture support. + self.obj = None + fm = self.session._fixturemanager + fixtureinfo = fm.getfixtureinfo(node=self, func=None, cls=None) + self._fixtureinfo = fixtureinfo + self.fixturenames = fixtureinfo.names_closure + self._initrequest() + + @classmethod + def from_parent( # type: ignore[override] + cls, + parent: DoctestTextfile | DoctestModule, + *, + name: str, + runner: doctest.DocTestRunner, + dtest: doctest.DocTest, + ) -> Self: + # incompatible signature due to imposed limits on subclass + """The public named constructor.""" + return super().from_parent(name=name, parent=parent, runner=runner, dtest=dtest) + + def _initrequest(self) -> None: + self.funcargs: dict[str, object] = {} + self._request = TopRequest(self, _ispytest=True) # type: ignore[arg-type] + + def setup(self) -> None: + self._request._fillfixtures() + globs = dict(getfixture=self._request.getfixturevalue) + for name, value in self._request.getfixturevalue("doctest_namespace").items(): + globs[name] = value + self.dtest.globs.update(globs) + + def runtest(self) -> None: + _check_all_skipped(self.dtest) + self._disable_output_capturing_for_darwin() + failures: list[doctest.DocTestFailure] = [] + # Type ignored because we change the type of `out` from what + # doctest expects. + self.runner.run(self.dtest, out=failures) # type: ignore[arg-type] + if failures: + raise MultipleDoctestFailures(failures) + + def _disable_output_capturing_for_darwin(self) -> None: + """Disable output capturing. Otherwise, stdout is lost to doctest (#985).""" + if platform.system() != "Darwin": + return + capman = self.config.pluginmanager.getplugin("capturemanager") + if capman: + capman.suspend_global_capture(in_=True) + out, err = capman.read_global_capture() + sys.stdout.write(out) + sys.stderr.write(err) + + # TODO: Type ignored -- breaks Liskov Substitution. + def repr_failure( # type: ignore[override] + self, + excinfo: ExceptionInfo[BaseException], + ) -> str | TerminalRepr: + import doctest + + failures: ( + Sequence[doctest.DocTestFailure | doctest.UnexpectedException] | None + ) = None + if isinstance( + excinfo.value, (doctest.DocTestFailure, doctest.UnexpectedException) + ): + failures = [excinfo.value] + elif isinstance(excinfo.value, MultipleDoctestFailures): + failures = excinfo.value.failures + + if failures is None: + return super().repr_failure(excinfo) + + reprlocation_lines = [] + for failure in failures: + example = failure.example + test = failure.test + filename = test.filename + if test.lineno is None: + lineno = None + else: + lineno = test.lineno + example.lineno + 1 + message = type(failure).__name__ + # TODO: ReprFileLocation doesn't expect a None lineno. + reprlocation = ReprFileLocation(filename, lineno, message) # type: ignore[arg-type] + checker = _get_checker() + report_choice = _get_report_choice(self.config.getoption("doctestreport")) + if lineno is not None: + assert failure.test.docstring is not None + lines = failure.test.docstring.splitlines(False) + # add line numbers to the left of the error message + assert test.lineno is not None + lines = [ + "%03d %s" % (i + test.lineno + 1, x) for (i, x) in enumerate(lines) + ] + # trim docstring error lines to 10 + lines = lines[max(example.lineno - 9, 0) : example.lineno + 1] + else: + lines = [ + "EXAMPLE LOCATION UNKNOWN, not showing all tests of that example" + ] + indent = ">>>" + for line in example.source.splitlines(): + lines.append(f"??? {indent} {line}") + indent = "..." + if isinstance(failure, doctest.DocTestFailure): + lines += checker.output_difference( + example, failure.got, report_choice + ).split("\n") + else: + inner_excinfo = ExceptionInfo.from_exc_info(failure.exc_info) + lines += [f"UNEXPECTED EXCEPTION: {inner_excinfo.value!r}"] + lines += [ + x.strip("\n") for x in traceback.format_exception(*failure.exc_info) + ] + reprlocation_lines.append((reprlocation, lines)) + return ReprFailDoctest(reprlocation_lines) + + def reportinfo(self) -> tuple[os.PathLike[str] | str, int | None, str]: + return self.path, self.dtest.lineno, f"[doctest] {self.name}" + + +def _get_flag_lookup() -> dict[str, int]: + import doctest + + return dict( + DONT_ACCEPT_TRUE_FOR_1=doctest.DONT_ACCEPT_TRUE_FOR_1, + DONT_ACCEPT_BLANKLINE=doctest.DONT_ACCEPT_BLANKLINE, + NORMALIZE_WHITESPACE=doctest.NORMALIZE_WHITESPACE, + ELLIPSIS=doctest.ELLIPSIS, + IGNORE_EXCEPTION_DETAIL=doctest.IGNORE_EXCEPTION_DETAIL, + COMPARISON_FLAGS=doctest.COMPARISON_FLAGS, + ALLOW_UNICODE=_get_allow_unicode_flag(), + ALLOW_BYTES=_get_allow_bytes_flag(), + NUMBER=_get_number_flag(), + ) + + +def get_optionflags(config: Config) -> int: + optionflags_str = config.getini("doctest_optionflags") + flag_lookup_table = _get_flag_lookup() + flag_acc = 0 + for flag in optionflags_str: + flag_acc |= flag_lookup_table[flag] + return flag_acc + + +def _get_continue_on_failure(config: Config) -> bool: + continue_on_failure: bool = config.getvalue("doctest_continue_on_failure") + if continue_on_failure: + # We need to turn off this if we use pdb since we should stop at + # the first failure. + if config.getvalue("usepdb"): + continue_on_failure = False + return continue_on_failure + + +class DoctestTextfile(Module): + obj = None + + def collect(self) -> Iterable[DoctestItem]: + import doctest + + # Inspired by doctest.testfile; ideally we would use it directly, + # but it doesn't support passing a custom checker. + encoding = self.config.getini("doctest_encoding") + text = self.path.read_text(encoding) + filename = str(self.path) + name = self.path.name + globs = {"__name__": "__main__"} + + optionflags = get_optionflags(self.config) + + runner = _get_runner( + verbose=False, + optionflags=optionflags, + checker=_get_checker(), + continue_on_failure=_get_continue_on_failure(self.config), + ) + + parser = doctest.DocTestParser() + test = parser.get_doctest(text, globs, name, filename, 0) + if test.examples: + yield DoctestItem.from_parent( + self, name=test.name, runner=runner, dtest=test + ) + + +def _check_all_skipped(test: doctest.DocTest) -> None: + """Raise pytest.skip() if all examples in the given DocTest have the SKIP + option set.""" + import doctest + + all_skipped = all(x.options.get(doctest.SKIP, False) for x in test.examples) + if all_skipped: + skip("all tests skipped by +SKIP option") + + +def _is_mocked(obj: object) -> bool: + """Return if an object is possibly a mock object by checking the + existence of a highly improbable attribute.""" + return ( + safe_getattr(obj, "pytest_mock_example_attribute_that_shouldnt_exist", None) + is not None + ) + + +@contextmanager +def _patch_unwrap_mock_aware() -> Generator[None]: + """Context manager which replaces ``inspect.unwrap`` with a version + that's aware of mock objects and doesn't recurse into them.""" + real_unwrap = inspect.unwrap + + def _mock_aware_unwrap( + func: Callable[..., Any], *, stop: Callable[[Any], Any] | None = None + ) -> Any: + try: + if stop is None or stop is _is_mocked: + return real_unwrap(func, stop=_is_mocked) + _stop = stop + return real_unwrap(func, stop=lambda obj: _is_mocked(obj) or _stop(func)) + except Exception as e: + warnings.warn( + f"Got {e!r} when unwrapping {func!r}. This is usually caused " + "by a violation of Python's object protocol; see e.g. " + "https://github.com/pytest-dev/pytest/issues/5080", + PytestWarning, + ) + raise + + inspect.unwrap = _mock_aware_unwrap + try: + yield + finally: + inspect.unwrap = real_unwrap + + +class DoctestModule(Module): + def collect(self) -> Iterable[DoctestItem]: + import doctest + + class MockAwareDocTestFinder(doctest.DocTestFinder): + py_ver_info_minor = sys.version_info[:2] + is_find_lineno_broken = ( + py_ver_info_minor < (3, 11) + or (py_ver_info_minor == (3, 11) and sys.version_info.micro < 9) + or (py_ver_info_minor == (3, 12) and sys.version_info.micro < 3) + ) + if is_find_lineno_broken: + + def _find_lineno(self, obj, source_lines): + """On older Pythons, doctest code does not take into account + `@property`. https://github.com/python/cpython/issues/61648 + + Moreover, wrapped Doctests need to be unwrapped so the correct + line number is returned. #8796 + """ + if isinstance(obj, property): + obj = getattr(obj, "fget", obj) + + if hasattr(obj, "__wrapped__"): + # Get the main obj in case of it being wrapped + obj = inspect.unwrap(obj) + + # Type ignored because this is a private function. + return super()._find_lineno( # type:ignore[misc] + obj, + source_lines, + ) + + if sys.version_info < (3, 10): + + def _find( + self, tests, obj, name, module, source_lines, globs, seen + ) -> None: + """Override _find to work around issue in stdlib. + + https://github.com/pytest-dev/pytest/issues/3456 + https://github.com/python/cpython/issues/69718 + """ + if _is_mocked(obj): + return # pragma: no cover + with _patch_unwrap_mock_aware(): + # Type ignored because this is a private function. + super()._find( # type:ignore[misc] + tests, obj, name, module, source_lines, globs, seen + ) + + if sys.version_info < (3, 13): + + def _from_module(self, module, object): + """`cached_property` objects are never considered a part + of the 'current module'. As such they are skipped by doctest. + Here we override `_from_module` to check the underlying + function instead. https://github.com/python/cpython/issues/107995 + """ + if isinstance(object, functools.cached_property): + object = object.func + + # Type ignored because this is a private function. + return super()._from_module(module, object) # type: ignore[misc] + + try: + module = self.obj + except Collector.CollectError: + if self.config.getvalue("doctest_ignore_import_errors"): + skip(f"unable to import module {self.path!r}") + else: + raise + + # While doctests currently don't support fixtures directly, we still + # need to pick up autouse fixtures. + self.session._fixturemanager.parsefactories(self) + + # Uses internal doctest module parsing mechanism. + finder = MockAwareDocTestFinder() + optionflags = get_optionflags(self.config) + runner = _get_runner( + verbose=False, + optionflags=optionflags, + checker=_get_checker(), + continue_on_failure=_get_continue_on_failure(self.config), + ) + + for test in finder.find(module, module.__name__): + if test.examples: # skip empty doctests + yield DoctestItem.from_parent( + self, name=test.name, runner=runner, dtest=test + ) + + +def _init_checker_class() -> type[doctest.OutputChecker]: + import doctest + import re + + class LiteralsOutputChecker(doctest.OutputChecker): + # Based on doctest_nose_plugin.py from the nltk project + # (https://github.com/nltk/nltk) and on the "numtest" doctest extension + # by Sebastien Boisgerault (https://github.com/boisgera/numtest). + + _unicode_literal_re = re.compile(r"(\W|^)[uU]([rR]?[\'\"])", re.UNICODE) + _bytes_literal_re = re.compile(r"(\W|^)[bB]([rR]?[\'\"])", re.UNICODE) + _number_re = re.compile( + r""" + (?P + (?P + (?P [+-]?\d*)\.(?P\d+) + | + (?P [+-]?\d+)\. + ) + (?: + [Ee] + (?P [+-]?\d+) + )? + | + (?P [+-]?\d+) + (?: + [Ee] + (?P [+-]?\d+) + ) + ) + """, + re.VERBOSE, + ) + + def check_output(self, want: str, got: str, optionflags: int) -> bool: + if super().check_output(want, got, optionflags): + return True + + allow_unicode = optionflags & _get_allow_unicode_flag() + allow_bytes = optionflags & _get_allow_bytes_flag() + allow_number = optionflags & _get_number_flag() + + if not allow_unicode and not allow_bytes and not allow_number: + return False + + def remove_prefixes(regex: Pattern[str], txt: str) -> str: + return re.sub(regex, r"\1\2", txt) + + if allow_unicode: + want = remove_prefixes(self._unicode_literal_re, want) + got = remove_prefixes(self._unicode_literal_re, got) + + if allow_bytes: + want = remove_prefixes(self._bytes_literal_re, want) + got = remove_prefixes(self._bytes_literal_re, got) + + if allow_number: + got = self._remove_unwanted_precision(want, got) + + return super().check_output(want, got, optionflags) + + def _remove_unwanted_precision(self, want: str, got: str) -> str: + wants = list(self._number_re.finditer(want)) + gots = list(self._number_re.finditer(got)) + if len(wants) != len(gots): + return got + offset = 0 + for w, g in zip(wants, gots): + fraction: str | None = w.group("fraction") + exponent: str | None = w.group("exponent1") + if exponent is None: + exponent = w.group("exponent2") + precision = 0 if fraction is None else len(fraction) + if exponent is not None: + precision -= int(exponent) + if float(w.group()) == approx(float(g.group()), abs=10**-precision): + # They're close enough. Replace the text we actually + # got with the text we want, so that it will match when we + # check the string literally. + got = ( + got[: g.start() + offset] + w.group() + got[g.end() + offset :] + ) + offset += w.end() - w.start() - (g.end() - g.start()) + return got + + return LiteralsOutputChecker + + +def _get_checker() -> doctest.OutputChecker: + """Return a doctest.OutputChecker subclass that supports some + additional options: + + * ALLOW_UNICODE and ALLOW_BYTES options to ignore u'' and b'' + prefixes (respectively) in string literals. Useful when the same + doctest should run in Python 2 and Python 3. + + * NUMBER to ignore floating-point differences smaller than the + precision of the literal number in the doctest. + + An inner class is used to avoid importing "doctest" at the module + level. + """ + global CHECKER_CLASS + if CHECKER_CLASS is None: + CHECKER_CLASS = _init_checker_class() + return CHECKER_CLASS() + + +def _get_allow_unicode_flag() -> int: + """Register and return the ALLOW_UNICODE flag.""" + import doctest + + return doctest.register_optionflag("ALLOW_UNICODE") + + +def _get_allow_bytes_flag() -> int: + """Register and return the ALLOW_BYTES flag.""" + import doctest + + return doctest.register_optionflag("ALLOW_BYTES") + + +def _get_number_flag() -> int: + """Register and return the NUMBER flag.""" + import doctest + + return doctest.register_optionflag("NUMBER") + + +def _get_report_choice(key: str) -> int: + """Return the actual `doctest` module flag value. + + We want to do it as late as possible to avoid importing `doctest` and all + its dependencies when parsing options, as it adds overhead and breaks tests. + """ + import doctest + + return { + DOCTEST_REPORT_CHOICE_UDIFF: doctest.REPORT_UDIFF, + DOCTEST_REPORT_CHOICE_CDIFF: doctest.REPORT_CDIFF, + DOCTEST_REPORT_CHOICE_NDIFF: doctest.REPORT_NDIFF, + DOCTEST_REPORT_CHOICE_ONLY_FIRST_FAILURE: doctest.REPORT_ONLY_FIRST_FAILURE, + DOCTEST_REPORT_CHOICE_NONE: 0, + }[key] + + +@fixture(scope="session") +def doctest_namespace() -> dict[str, Any]: + """Fixture that returns a :py:class:`dict` that will be injected into the + namespace of doctests. + + Usually this fixture is used in conjunction with another ``autouse`` fixture: + + .. code-block:: python + + @pytest.fixture(autouse=True) + def add_np(doctest_namespace): + doctest_namespace["np"] = numpy + + For more details: :ref:`doctest_namespace`. + """ + return dict() diff --git a/env/lib/python3.8/site-packages/_pytest/faulthandler.py b/env/lib/python3.8/site-packages/_pytest/faulthandler.py new file mode 100644 index 000000000..d16aea1eb --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/faulthandler.py @@ -0,0 +1,105 @@ +from __future__ import annotations + +import os +import sys +from typing import Generator + +from _pytest.config import Config +from _pytest.config.argparsing import Parser +from _pytest.nodes import Item +from _pytest.stash import StashKey +import pytest + + +fault_handler_original_stderr_fd_key = StashKey[int]() +fault_handler_stderr_fd_key = StashKey[int]() + + +def pytest_addoption(parser: Parser) -> None: + help = ( + "Dump the traceback of all threads if a test takes " + "more than TIMEOUT seconds to finish" + ) + parser.addini("faulthandler_timeout", help, default=0.0) + + +def pytest_configure(config: Config) -> None: + import faulthandler + + # at teardown we want to restore the original faulthandler fileno + # but faulthandler has no api to return the original fileno + # so here we stash the stderr fileno to be used at teardown + # sys.stderr and sys.__stderr__ may be closed or patched during the session + # so we can't rely on their values being good at that point (#11572). + stderr_fileno = get_stderr_fileno() + if faulthandler.is_enabled(): + config.stash[fault_handler_original_stderr_fd_key] = stderr_fileno + config.stash[fault_handler_stderr_fd_key] = os.dup(stderr_fileno) + faulthandler.enable(file=config.stash[fault_handler_stderr_fd_key]) + + +def pytest_unconfigure(config: Config) -> None: + import faulthandler + + faulthandler.disable() + # Close the dup file installed during pytest_configure. + if fault_handler_stderr_fd_key in config.stash: + os.close(config.stash[fault_handler_stderr_fd_key]) + del config.stash[fault_handler_stderr_fd_key] + # Re-enable the faulthandler if it was originally enabled. + if fault_handler_original_stderr_fd_key in config.stash: + faulthandler.enable(config.stash[fault_handler_original_stderr_fd_key]) + del config.stash[fault_handler_original_stderr_fd_key] + + +def get_stderr_fileno() -> int: + try: + fileno = sys.stderr.fileno() + # The Twisted Logger will return an invalid file descriptor since it is not backed + # by an FD. So, let's also forward this to the same code path as with pytest-xdist. + if fileno == -1: + raise AttributeError() + return fileno + except (AttributeError, ValueError): + # pytest-xdist monkeypatches sys.stderr with an object that is not an actual file. + # https://docs.python.org/3/library/faulthandler.html#issue-with-file-descriptors + # This is potentially dangerous, but the best we can do. + assert sys.__stderr__ is not None + return sys.__stderr__.fileno() + + +def get_timeout_config_value(config: Config) -> float: + return float(config.getini("faulthandler_timeout") or 0.0) + + +@pytest.hookimpl(wrapper=True, trylast=True) +def pytest_runtest_protocol(item: Item) -> Generator[None, object, object]: + timeout = get_timeout_config_value(item.config) + if timeout > 0: + import faulthandler + + stderr = item.config.stash[fault_handler_stderr_fd_key] + faulthandler.dump_traceback_later(timeout, file=stderr) + try: + return (yield) + finally: + faulthandler.cancel_dump_traceback_later() + else: + return (yield) + + +@pytest.hookimpl(tryfirst=True) +def pytest_enter_pdb() -> None: + """Cancel any traceback dumping due to timeout before entering pdb.""" + import faulthandler + + faulthandler.cancel_dump_traceback_later() + + +@pytest.hookimpl(tryfirst=True) +def pytest_exception_interact() -> None: + """Cancel any traceback dumping due to an interactive exception being + raised.""" + import faulthandler + + faulthandler.cancel_dump_traceback_later() diff --git a/env/lib/python3.8/site-packages/_pytest/fixtures.py b/env/lib/python3.8/site-packages/_pytest/fixtures.py new file mode 100644 index 000000000..6b882fa35 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/fixtures.py @@ -0,0 +1,1932 @@ +# mypy: allow-untyped-defs +from __future__ import annotations + +import abc +from collections import defaultdict +from collections import deque +import dataclasses +import functools +import inspect +import os +from pathlib import Path +import sys +import types +from typing import AbstractSet +from typing import Any +from typing import Callable +from typing import cast +from typing import Dict +from typing import Final +from typing import final +from typing import Generator +from typing import Generic +from typing import Iterable +from typing import Iterator +from typing import Mapping +from typing import MutableMapping +from typing import NoReturn +from typing import Optional +from typing import OrderedDict +from typing import overload +from typing import Sequence +from typing import Tuple +from typing import TYPE_CHECKING +from typing import TypeVar +from typing import Union +import warnings + +import _pytest +from _pytest import nodes +from _pytest._code import getfslineno +from _pytest._code import Source +from _pytest._code.code import FormattedExcinfo +from _pytest._code.code import TerminalRepr +from _pytest._io import TerminalWriter +from _pytest.compat import _PytestWrapper +from _pytest.compat import assert_never +from _pytest.compat import get_real_func +from _pytest.compat import get_real_method +from _pytest.compat import getfuncargnames +from _pytest.compat import getimfunc +from _pytest.compat import getlocation +from _pytest.compat import is_generator +from _pytest.compat import NOTSET +from _pytest.compat import NotSetType +from _pytest.compat import safe_getattr +from _pytest.compat import safe_isclass +from _pytest.config import _PluggyPlugin +from _pytest.config import Config +from _pytest.config import ExitCode +from _pytest.config.argparsing import Parser +from _pytest.deprecated import check_ispytest +from _pytest.deprecated import MARKED_FIXTURE +from _pytest.deprecated import YIELD_FIXTURE +from _pytest.main import Session +from _pytest.mark import Mark +from _pytest.mark import ParameterSet +from _pytest.mark.structures import MarkDecorator +from _pytest.outcomes import fail +from _pytest.outcomes import skip +from _pytest.outcomes import TEST_OUTCOME +from _pytest.pathlib import absolutepath +from _pytest.pathlib import bestrelpath +from _pytest.scope import _ScopeName +from _pytest.scope import HIGH_SCOPES +from _pytest.scope import Scope + + +if sys.version_info < (3, 11): + from exceptiongroup import BaseExceptionGroup + + +if TYPE_CHECKING: + from _pytest.python import CallSpec2 + from _pytest.python import Function + from _pytest.python import Metafunc + + +# The value of the fixture -- return/yield of the fixture function (type variable). +FixtureValue = TypeVar("FixtureValue") +# The type of the fixture function (type variable). +FixtureFunction = TypeVar("FixtureFunction", bound=Callable[..., object]) +# The type of a fixture function (type alias generic in fixture value). +_FixtureFunc = Union[ + Callable[..., FixtureValue], Callable[..., Generator[FixtureValue, None, None]] +] +# The type of FixtureDef.cached_result (type alias generic in fixture value). +_FixtureCachedResult = Union[ + Tuple[ + # The result. + FixtureValue, + # Cache key. + object, + None, + ], + Tuple[ + None, + # Cache key. + object, + # The exception and the original traceback. + Tuple[BaseException, Optional[types.TracebackType]], + ], +] + + +@dataclasses.dataclass(frozen=True) +class PseudoFixtureDef(Generic[FixtureValue]): + cached_result: _FixtureCachedResult[FixtureValue] + _scope: Scope + + +def pytest_sessionstart(session: Session) -> None: + session._fixturemanager = FixtureManager(session) + + +def get_scope_package( + node: nodes.Item, + fixturedef: FixtureDef[object], +) -> nodes.Node | None: + from _pytest.python import Package + + for parent in node.iter_parents(): + if isinstance(parent, Package) and parent.nodeid == fixturedef.baseid: + return parent + return node.session + + +def get_scope_node(node: nodes.Node, scope: Scope) -> nodes.Node | None: + import _pytest.python + + if scope is Scope.Function: + # Type ignored because this is actually safe, see: + # https://github.com/python/mypy/issues/4717 + return node.getparent(nodes.Item) # type: ignore[type-abstract] + elif scope is Scope.Class: + return node.getparent(_pytest.python.Class) + elif scope is Scope.Module: + return node.getparent(_pytest.python.Module) + elif scope is Scope.Package: + return node.getparent(_pytest.python.Package) + elif scope is Scope.Session: + return node.getparent(_pytest.main.Session) + else: + assert_never(scope) + + +def getfixturemarker(obj: object) -> FixtureFunctionMarker | None: + """Return fixturemarker or None if it doesn't exist or raised + exceptions.""" + return cast( + Optional[FixtureFunctionMarker], + safe_getattr(obj, "_pytestfixturefunction", None), + ) + + +# Algorithm for sorting on a per-parametrized resource setup basis. +# It is called for Session scope first and performs sorting +# down to the lower scopes such as to minimize number of "high scope" +# setups and teardowns. + + +@dataclasses.dataclass(frozen=True) +class FixtureArgKey: + argname: str + param_index: int + scoped_item_path: Path | None + item_cls: type | None + + +_V = TypeVar("_V") +OrderedSet = Dict[_V, None] + + +def get_parametrized_fixture_argkeys( + item: nodes.Item, scope: Scope +) -> Iterator[FixtureArgKey]: + """Return list of keys for all parametrized arguments which match + the specified scope.""" + assert scope is not Scope.Function + + try: + callspec: CallSpec2 = item.callspec # type: ignore[attr-defined] + except AttributeError: + return + + item_cls = None + if scope is Scope.Session: + scoped_item_path = None + elif scope is Scope.Package: + # Package key = module's directory. + scoped_item_path = item.path.parent + elif scope is Scope.Module: + scoped_item_path = item.path + elif scope is Scope.Class: + scoped_item_path = item.path + item_cls = item.cls # type: ignore[attr-defined] + else: + assert_never(scope) + + for argname in callspec.indices: + if callspec._arg2scope[argname] != scope: + continue + param_index = callspec.indices[argname] + yield FixtureArgKey(argname, param_index, scoped_item_path, item_cls) + + +def reorder_items(items: Sequence[nodes.Item]) -> list[nodes.Item]: + argkeys_by_item: dict[Scope, dict[nodes.Item, OrderedSet[FixtureArgKey]]] = {} + items_by_argkey: dict[ + Scope, dict[FixtureArgKey, OrderedDict[nodes.Item, None]] + ] = {} + for scope in HIGH_SCOPES: + scoped_argkeys_by_item = argkeys_by_item[scope] = {} + scoped_items_by_argkey = items_by_argkey[scope] = defaultdict(OrderedDict) + for item in items: + argkeys = dict.fromkeys(get_parametrized_fixture_argkeys(item, scope)) + if argkeys: + scoped_argkeys_by_item[item] = argkeys + for argkey in argkeys: + scoped_items_by_argkey[argkey][item] = None + + items_set = dict.fromkeys(items) + return list( + reorder_items_atscope( + items_set, argkeys_by_item, items_by_argkey, Scope.Session + ) + ) + + +def reorder_items_atscope( + items: OrderedSet[nodes.Item], + argkeys_by_item: Mapping[Scope, Mapping[nodes.Item, OrderedSet[FixtureArgKey]]], + items_by_argkey: Mapping[ + Scope, Mapping[FixtureArgKey, OrderedDict[nodes.Item, None]] + ], + scope: Scope, +) -> OrderedSet[nodes.Item]: + if scope is Scope.Function or len(items) < 3: + return items + + scoped_items_by_argkey = items_by_argkey[scope] + scoped_argkeys_by_item = argkeys_by_item[scope] + + ignore: set[FixtureArgKey] = set() + items_deque = deque(items) + items_done: OrderedSet[nodes.Item] = {} + while items_deque: + no_argkey_items: OrderedSet[nodes.Item] = {} + slicing_argkey = None + while items_deque: + item = items_deque.popleft() + if item in items_done or item in no_argkey_items: + continue + argkeys = dict.fromkeys( + k for k in scoped_argkeys_by_item.get(item, ()) if k not in ignore + ) + if not argkeys: + no_argkey_items[item] = None + else: + slicing_argkey, _ = argkeys.popitem() + # We don't have to remove relevant items from later in the + # deque because they'll just be ignored. + matching_items = [ + i for i in scoped_items_by_argkey[slicing_argkey] if i in items + ] + for i in reversed(matching_items): + items_deque.appendleft(i) + # Fix items_by_argkey order. + for other_scope in HIGH_SCOPES: + other_scoped_items_by_argkey = items_by_argkey[other_scope] + for argkey in argkeys_by_item[other_scope].get(i, ()): + other_scoped_items_by_argkey[argkey][i] = None + other_scoped_items_by_argkey[argkey].move_to_end( + i, last=False + ) + break + if no_argkey_items: + reordered_no_argkey_items = reorder_items_atscope( + no_argkey_items, argkeys_by_item, items_by_argkey, scope.next_lower() + ) + items_done.update(reordered_no_argkey_items) + if slicing_argkey is not None: + ignore.add(slicing_argkey) + return items_done + + +@dataclasses.dataclass(frozen=True) +class FuncFixtureInfo: + """Fixture-related information for a fixture-requesting item (e.g. test + function). + + This is used to examine the fixtures which an item requests statically + (known during collection). This includes autouse fixtures, fixtures + requested by the `usefixtures` marker, fixtures requested in the function + parameters, and the transitive closure of these. + + An item may also request fixtures dynamically (using `request.getfixturevalue`); + these are not reflected here. + """ + + __slots__ = ("argnames", "initialnames", "names_closure", "name2fixturedefs") + + # Fixture names that the item requests directly by function parameters. + argnames: tuple[str, ...] + # Fixture names that the item immediately requires. These include + # argnames + fixture names specified via usefixtures and via autouse=True in + # fixture definitions. + initialnames: tuple[str, ...] + # The transitive closure of the fixture names that the item requires. + # Note: can't include dynamic dependencies (`request.getfixturevalue` calls). + names_closure: list[str] + # A map from a fixture name in the transitive closure to the FixtureDefs + # matching the name which are applicable to this function. + # There may be multiple overriding fixtures with the same name. The + # sequence is ordered from furthest to closes to the function. + name2fixturedefs: dict[str, Sequence[FixtureDef[Any]]] + + def prune_dependency_tree(self) -> None: + """Recompute names_closure from initialnames and name2fixturedefs. + + Can only reduce names_closure, which means that the new closure will + always be a subset of the old one. The order is preserved. + + This method is needed because direct parametrization may shadow some + of the fixtures that were included in the originally built dependency + tree. In this way the dependency tree can get pruned, and the closure + of argnames may get reduced. + """ + closure: set[str] = set() + working_set = set(self.initialnames) + while working_set: + argname = working_set.pop() + # Argname may be something not included in the original names_closure, + # in which case we ignore it. This currently happens with pseudo + # FixtureDefs which wrap 'get_direct_param_fixture_func(request)'. + # So they introduce the new dependency 'request' which might have + # been missing in the original tree (closure). + if argname not in closure and argname in self.names_closure: + closure.add(argname) + if argname in self.name2fixturedefs: + working_set.update(self.name2fixturedefs[argname][-1].argnames) + + self.names_closure[:] = sorted(closure, key=self.names_closure.index) + + +class FixtureRequest(abc.ABC): + """The type of the ``request`` fixture. + + A request object gives access to the requesting test context and has a + ``param`` attribute in case the fixture is parametrized. + """ + + def __init__( + self, + pyfuncitem: Function, + fixturename: str | None, + arg2fixturedefs: dict[str, Sequence[FixtureDef[Any]]], + fixture_defs: dict[str, FixtureDef[Any]], + *, + _ispytest: bool = False, + ) -> None: + check_ispytest(_ispytest) + #: Fixture for which this request is being performed. + self.fixturename: Final = fixturename + self._pyfuncitem: Final = pyfuncitem + # The FixtureDefs for each fixture name requested by this item. + # Starts from the statically-known fixturedefs resolved during + # collection. Dynamically requested fixtures (using + # `request.getfixturevalue("foo")`) are added dynamically. + self._arg2fixturedefs: Final = arg2fixturedefs + # The evaluated argnames so far, mapping to the FixtureDef they resolved + # to. + self._fixture_defs: Final = fixture_defs + # Notes on the type of `param`: + # -`request.param` is only defined in parametrized fixtures, and will raise + # AttributeError otherwise. Python typing has no notion of "undefined", so + # this cannot be reflected in the type. + # - Technically `param` is only (possibly) defined on SubRequest, not + # FixtureRequest, but the typing of that is still in flux so this cheats. + # - In the future we might consider using a generic for the param type, but + # for now just using Any. + self.param: Any + + @property + def _fixturemanager(self) -> FixtureManager: + return self._pyfuncitem.session._fixturemanager + + @property + @abc.abstractmethod + def _scope(self) -> Scope: + raise NotImplementedError() + + @property + def scope(self) -> _ScopeName: + """Scope string, one of "function", "class", "module", "package", "session".""" + return self._scope.value + + @abc.abstractmethod + def _check_scope( + self, + requested_fixturedef: FixtureDef[object] | PseudoFixtureDef[object], + requested_scope: Scope, + ) -> None: + raise NotImplementedError() + + @property + def fixturenames(self) -> list[str]: + """Names of all active fixtures in this request.""" + result = list(self._pyfuncitem.fixturenames) + result.extend(set(self._fixture_defs).difference(result)) + return result + + @property + @abc.abstractmethod + def node(self): + """Underlying collection node (depends on current request scope).""" + raise NotImplementedError() + + @property + def config(self) -> Config: + """The pytest config object associated with this request.""" + return self._pyfuncitem.config + + @property + def function(self): + """Test function object if the request has a per-function scope.""" + if self.scope != "function": + raise AttributeError( + f"function not available in {self.scope}-scoped context" + ) + return self._pyfuncitem.obj + + @property + def cls(self): + """Class (can be None) where the test function was collected.""" + if self.scope not in ("class", "function"): + raise AttributeError(f"cls not available in {self.scope}-scoped context") + clscol = self._pyfuncitem.getparent(_pytest.python.Class) + if clscol: + return clscol.obj + + @property + def instance(self): + """Instance (can be None) on which test function was collected.""" + if self.scope != "function": + return None + return getattr(self._pyfuncitem, "instance", None) + + @property + def module(self): + """Python module object where the test function was collected.""" + if self.scope not in ("function", "class", "module"): + raise AttributeError(f"module not available in {self.scope}-scoped context") + mod = self._pyfuncitem.getparent(_pytest.python.Module) + assert mod is not None + return mod.obj + + @property + def path(self) -> Path: + """Path where the test function was collected.""" + if self.scope not in ("function", "class", "module", "package"): + raise AttributeError(f"path not available in {self.scope}-scoped context") + return self._pyfuncitem.path + + @property + def keywords(self) -> MutableMapping[str, Any]: + """Keywords/markers dictionary for the underlying node.""" + node: nodes.Node = self.node + return node.keywords + + @property + def session(self) -> Session: + """Pytest session object.""" + return self._pyfuncitem.session + + @abc.abstractmethod + def addfinalizer(self, finalizer: Callable[[], object]) -> None: + """Add finalizer/teardown function to be called without arguments after + the last test within the requesting test context finished execution.""" + raise NotImplementedError() + + def applymarker(self, marker: str | MarkDecorator) -> None: + """Apply a marker to a single test function invocation. + + This method is useful if you don't want to have a keyword/marker + on all function invocations. + + :param marker: + An object created by a call to ``pytest.mark.NAME(...)``. + """ + self.node.add_marker(marker) + + def raiseerror(self, msg: str | None) -> NoReturn: + """Raise a FixtureLookupError exception. + + :param msg: + An optional custom error message. + """ + raise FixtureLookupError(None, self, msg) + + def getfixturevalue(self, argname: str) -> Any: + """Dynamically run a named fixture function. + + Declaring fixtures via function argument is recommended where possible. + But if you can only decide whether to use another fixture at test + setup time, you may use this function to retrieve it inside a fixture + or test function body. + + This method can be used during the test setup phase or the test run + phase, but during the test teardown phase a fixture's value may not + be available. + + :param argname: + The fixture name. + :raises pytest.FixtureLookupError: + If the given fixture could not be found. + """ + # Note that in addition to the use case described in the docstring, + # getfixturevalue() is also called by pytest itself during item and fixture + # setup to evaluate the fixtures that are requested statically + # (using function parameters, autouse, etc). + + fixturedef = self._get_active_fixturedef(argname) + assert fixturedef.cached_result is not None, ( + f'The fixture value for "{argname}" is not available. ' + "This can happen when the fixture has already been torn down." + ) + return fixturedef.cached_result[0] + + def _iter_chain(self) -> Iterator[SubRequest]: + """Yield all SubRequests in the chain, from self up. + + Note: does *not* yield the TopRequest. + """ + current = self + while isinstance(current, SubRequest): + yield current + current = current._parent_request + + def _get_active_fixturedef( + self, argname: str + ) -> FixtureDef[object] | PseudoFixtureDef[object]: + if argname == "request": + cached_result = (self, [0], None) + return PseudoFixtureDef(cached_result, Scope.Function) + + # If we already finished computing a fixture by this name in this item, + # return it. + fixturedef = self._fixture_defs.get(argname) + if fixturedef is not None: + self._check_scope(fixturedef, fixturedef._scope) + return fixturedef + + # Find the appropriate fixturedef. + fixturedefs = self._arg2fixturedefs.get(argname, None) + if fixturedefs is None: + # We arrive here because of a dynamic call to + # getfixturevalue(argname) which was naturally + # not known at parsing/collection time. + fixturedefs = self._fixturemanager.getfixturedefs(argname, self._pyfuncitem) + if fixturedefs is not None: + self._arg2fixturedefs[argname] = fixturedefs + # No fixtures defined with this name. + if fixturedefs is None: + raise FixtureLookupError(argname, self) + # The are no fixtures with this name applicable for the function. + if not fixturedefs: + raise FixtureLookupError(argname, self) + # A fixture may override another fixture with the same name, e.g. a + # fixture in a module can override a fixture in a conftest, a fixture in + # a class can override a fixture in the module, and so on. + # An overriding fixture can request its own name (possibly indirectly); + # in this case it gets the value of the fixture it overrides, one level + # up. + # Check how many `argname`s deep we are, and take the next one. + # `fixturedefs` is sorted from furthest to closest, so use negative + # indexing to go in reverse. + index = -1 + for request in self._iter_chain(): + if request.fixturename == argname: + index -= 1 + # If already consumed all of the available levels, fail. + if -index > len(fixturedefs): + raise FixtureLookupError(argname, self) + fixturedef = fixturedefs[index] + + # Prepare a SubRequest object for calling the fixture. + try: + callspec = self._pyfuncitem.callspec + except AttributeError: + callspec = None + if callspec is not None and argname in callspec.params: + param = callspec.params[argname] + param_index = callspec.indices[argname] + # The parametrize invocation scope overrides the fixture's scope. + scope = callspec._arg2scope[argname] + else: + param = NOTSET + param_index = 0 + scope = fixturedef._scope + self._check_fixturedef_without_param(fixturedef) + self._check_scope(fixturedef, scope) + subrequest = SubRequest( + self, scope, param, param_index, fixturedef, _ispytest=True + ) + + # Make sure the fixture value is cached, running it if it isn't + fixturedef.execute(request=subrequest) + + self._fixture_defs[argname] = fixturedef + return fixturedef + + def _check_fixturedef_without_param(self, fixturedef: FixtureDef[object]) -> None: + """Check that this request is allowed to execute this fixturedef without + a param.""" + funcitem = self._pyfuncitem + has_params = fixturedef.params is not None + fixtures_not_supported = getattr(funcitem, "nofuncargs", False) + if has_params and fixtures_not_supported: + msg = ( + f"{funcitem.name} does not support fixtures, maybe unittest.TestCase subclass?\n" + f"Node id: {funcitem.nodeid}\n" + f"Function type: {type(funcitem).__name__}" + ) + fail(msg, pytrace=False) + if has_params: + frame = inspect.stack()[3] + frameinfo = inspect.getframeinfo(frame[0]) + source_path = absolutepath(frameinfo.filename) + source_lineno = frameinfo.lineno + try: + source_path_str = str(source_path.relative_to(funcitem.config.rootpath)) + except ValueError: + source_path_str = str(source_path) + location = getlocation(fixturedef.func, funcitem.config.rootpath) + msg = ( + "The requested fixture has no parameter defined for test:\n" + f" {funcitem.nodeid}\n\n" + f"Requested fixture '{fixturedef.argname}' defined in:\n" + f"{location}\n\n" + f"Requested here:\n" + f"{source_path_str}:{source_lineno}" + ) + fail(msg, pytrace=False) + + def _get_fixturestack(self) -> list[FixtureDef[Any]]: + values = [request._fixturedef for request in self._iter_chain()] + values.reverse() + return values + + +@final +class TopRequest(FixtureRequest): + """The type of the ``request`` fixture in a test function.""" + + def __init__(self, pyfuncitem: Function, *, _ispytest: bool = False) -> None: + super().__init__( + fixturename=None, + pyfuncitem=pyfuncitem, + arg2fixturedefs=pyfuncitem._fixtureinfo.name2fixturedefs.copy(), + fixture_defs={}, + _ispytest=_ispytest, + ) + + @property + def _scope(self) -> Scope: + return Scope.Function + + def _check_scope( + self, + requested_fixturedef: FixtureDef[object] | PseudoFixtureDef[object], + requested_scope: Scope, + ) -> None: + # TopRequest always has function scope so always valid. + pass + + @property + def node(self): + return self._pyfuncitem + + def __repr__(self) -> str: + return f"" + + def _fillfixtures(self) -> None: + item = self._pyfuncitem + for argname in item.fixturenames: + if argname not in item.funcargs: + item.funcargs[argname] = self.getfixturevalue(argname) + + def addfinalizer(self, finalizer: Callable[[], object]) -> None: + self.node.addfinalizer(finalizer) + + +@final +class SubRequest(FixtureRequest): + """The type of the ``request`` fixture in a fixture function requested + (transitively) by a test function.""" + + def __init__( + self, + request: FixtureRequest, + scope: Scope, + param: Any, + param_index: int, + fixturedef: FixtureDef[object], + *, + _ispytest: bool = False, + ) -> None: + super().__init__( + pyfuncitem=request._pyfuncitem, + fixturename=fixturedef.argname, + fixture_defs=request._fixture_defs, + arg2fixturedefs=request._arg2fixturedefs, + _ispytest=_ispytest, + ) + self._parent_request: Final[FixtureRequest] = request + self._scope_field: Final = scope + self._fixturedef: Final[FixtureDef[object]] = fixturedef + if param is not NOTSET: + self.param = param + self.param_index: Final = param_index + + def __repr__(self) -> str: + return f"" + + @property + def _scope(self) -> Scope: + return self._scope_field + + @property + def node(self): + scope = self._scope + if scope is Scope.Function: + # This might also be a non-function Item despite its attribute name. + node: nodes.Node | None = self._pyfuncitem + elif scope is Scope.Package: + node = get_scope_package(self._pyfuncitem, self._fixturedef) + else: + node = get_scope_node(self._pyfuncitem, scope) + if node is None and scope is Scope.Class: + # Fallback to function item itself. + node = self._pyfuncitem + assert node, f'Could not obtain a node for scope "{scope}" for function {self._pyfuncitem!r}' + return node + + def _check_scope( + self, + requested_fixturedef: FixtureDef[object] | PseudoFixtureDef[object], + requested_scope: Scope, + ) -> None: + if isinstance(requested_fixturedef, PseudoFixtureDef): + return + if self._scope > requested_scope: + # Try to report something helpful. + argname = requested_fixturedef.argname + fixture_stack = "\n".join( + self._format_fixturedef_line(fixturedef) + for fixturedef in self._get_fixturestack() + ) + requested_fixture = self._format_fixturedef_line(requested_fixturedef) + fail( + f"ScopeMismatch: You tried to access the {requested_scope.value} scoped " + f"fixture {argname} with a {self._scope.value} scoped request object. " + f"Requesting fixture stack:\n{fixture_stack}\n" + f"Requested fixture:\n{requested_fixture}", + pytrace=False, + ) + + def _format_fixturedef_line(self, fixturedef: FixtureDef[object]) -> str: + factory = fixturedef.func + path, lineno = getfslineno(factory) + if isinstance(path, Path): + path = bestrelpath(self._pyfuncitem.session.path, path) + signature = inspect.signature(factory) + return f"{path}:{lineno + 1}: def {factory.__name__}{signature}" + + def addfinalizer(self, finalizer: Callable[[], object]) -> None: + self._fixturedef.addfinalizer(finalizer) + + +@final +class FixtureLookupError(LookupError): + """Could not return a requested fixture (missing or invalid).""" + + def __init__( + self, argname: str | None, request: FixtureRequest, msg: str | None = None + ) -> None: + self.argname = argname + self.request = request + self.fixturestack = request._get_fixturestack() + self.msg = msg + + def formatrepr(self) -> FixtureLookupErrorRepr: + tblines: list[str] = [] + addline = tblines.append + stack = [self.request._pyfuncitem.obj] + stack.extend(map(lambda x: x.func, self.fixturestack)) + msg = self.msg + if msg is not None: + # The last fixture raise an error, let's present + # it at the requesting side. + stack = stack[:-1] + for function in stack: + fspath, lineno = getfslineno(function) + try: + lines, _ = inspect.getsourcelines(get_real_func(function)) + except (OSError, IndexError, TypeError): + error_msg = "file %s, line %s: source code not available" + addline(error_msg % (fspath, lineno + 1)) + else: + addline(f"file {fspath}, line {lineno + 1}") + for i, line in enumerate(lines): + line = line.rstrip() + addline(" " + line) + if line.lstrip().startswith("def"): + break + + if msg is None: + fm = self.request._fixturemanager + available = set() + parent = self.request._pyfuncitem.parent + assert parent is not None + for name, fixturedefs in fm._arg2fixturedefs.items(): + faclist = list(fm._matchfactories(fixturedefs, parent)) + if faclist: + available.add(name) + if self.argname in available: + msg = ( + f" recursive dependency involving fixture '{self.argname}' detected" + ) + else: + msg = f"fixture '{self.argname}' not found" + msg += "\n available fixtures: {}".format(", ".join(sorted(available))) + msg += "\n use 'pytest --fixtures [testpath]' for help on them." + + return FixtureLookupErrorRepr(fspath, lineno, tblines, msg, self.argname) + + +class FixtureLookupErrorRepr(TerminalRepr): + def __init__( + self, + filename: str | os.PathLike[str], + firstlineno: int, + tblines: Sequence[str], + errorstring: str, + argname: str | None, + ) -> None: + self.tblines = tblines + self.errorstring = errorstring + self.filename = filename + self.firstlineno = firstlineno + self.argname = argname + + def toterminal(self, tw: TerminalWriter) -> None: + # tw.line("FixtureLookupError: %s" %(self.argname), red=True) + for tbline in self.tblines: + tw.line(tbline.rstrip()) + lines = self.errorstring.split("\n") + if lines: + tw.line( + f"{FormattedExcinfo.fail_marker} {lines[0].strip()}", + red=True, + ) + for line in lines[1:]: + tw.line( + f"{FormattedExcinfo.flow_marker} {line.strip()}", + red=True, + ) + tw.line() + tw.line("%s:%d" % (os.fspath(self.filename), self.firstlineno + 1)) + + +def call_fixture_func( + fixturefunc: _FixtureFunc[FixtureValue], request: FixtureRequest, kwargs +) -> FixtureValue: + if is_generator(fixturefunc): + fixturefunc = cast( + Callable[..., Generator[FixtureValue, None, None]], fixturefunc + ) + generator = fixturefunc(**kwargs) + try: + fixture_result = next(generator) + except StopIteration: + raise ValueError(f"{request.fixturename} did not yield a value") from None + finalizer = functools.partial(_teardown_yield_fixture, fixturefunc, generator) + request.addfinalizer(finalizer) + else: + fixturefunc = cast(Callable[..., FixtureValue], fixturefunc) + fixture_result = fixturefunc(**kwargs) + return fixture_result + + +def _teardown_yield_fixture(fixturefunc, it) -> None: + """Execute the teardown of a fixture function by advancing the iterator + after the yield and ensure the iteration ends (if not it means there is + more than one yield in the function).""" + try: + next(it) + except StopIteration: + pass + else: + fs, lineno = getfslineno(fixturefunc) + fail( + f"fixture function has more than one 'yield':\n\n" + f"{Source(fixturefunc).indent()}\n" + f"{fs}:{lineno + 1}", + pytrace=False, + ) + + +def _eval_scope_callable( + scope_callable: Callable[[str, Config], _ScopeName], + fixture_name: str, + config: Config, +) -> _ScopeName: + try: + # Type ignored because there is no typing mechanism to specify + # keyword arguments, currently. + result = scope_callable(fixture_name=fixture_name, config=config) # type: ignore[call-arg] + except Exception as e: + raise TypeError( + f"Error evaluating {scope_callable} while defining fixture '{fixture_name}'.\n" + "Expected a function with the signature (*, fixture_name, config)" + ) from e + if not isinstance(result, str): + fail( + f"Expected {scope_callable} to return a 'str' while defining fixture '{fixture_name}', but it returned:\n" + f"{result!r}", + pytrace=False, + ) + return result + + +@final +class FixtureDef(Generic[FixtureValue]): + """A container for a fixture definition. + + Note: At this time, only explicitly documented fields and methods are + considered public stable API. + """ + + def __init__( + self, + config: Config, + baseid: str | None, + argname: str, + func: _FixtureFunc[FixtureValue], + scope: Scope | _ScopeName | Callable[[str, Config], _ScopeName] | None, + params: Sequence[object] | None, + ids: tuple[object | None, ...] | Callable[[Any], object | None] | None = None, + *, + _ispytest: bool = False, + ) -> None: + check_ispytest(_ispytest) + # The "base" node ID for the fixture. + # + # This is a node ID prefix. A fixture is only available to a node (e.g. + # a `Function` item) if the fixture's baseid is a nodeid of a parent of + # node. + # + # For a fixture found in a Collector's object (e.g. a `Module`s module, + # a `Class`'s class), the baseid is the Collector's nodeid. + # + # For a fixture found in a conftest plugin, the baseid is the conftest's + # directory path relative to the rootdir. + # + # For other plugins, the baseid is the empty string (always matches). + self.baseid: Final = baseid or "" + # Whether the fixture was found from a node or a conftest in the + # collection tree. Will be false for fixtures defined in non-conftest + # plugins. + self.has_location: Final = baseid is not None + # The fixture factory function. + self.func: Final = func + # The name by which the fixture may be requested. + self.argname: Final = argname + if scope is None: + scope = Scope.Function + elif callable(scope): + scope = _eval_scope_callable(scope, argname, config) + if isinstance(scope, str): + scope = Scope.from_user( + scope, descr=f"Fixture '{func.__name__}'", where=baseid + ) + self._scope: Final = scope + # If the fixture is directly parametrized, the parameter values. + self.params: Final = params + # If the fixture is directly parametrized, a tuple of explicit IDs to + # assign to the parameter values, or a callable to generate an ID given + # a parameter value. + self.ids: Final = ids + # The names requested by the fixtures. + self.argnames: Final = getfuncargnames(func, name=argname) + # If the fixture was executed, the current value of the fixture. + # Can change if the fixture is executed with different parameters. + self.cached_result: _FixtureCachedResult[FixtureValue] | None = None + self._finalizers: Final[list[Callable[[], object]]] = [] + + @property + def scope(self) -> _ScopeName: + """Scope string, one of "function", "class", "module", "package", "session".""" + return self._scope.value + + def addfinalizer(self, finalizer: Callable[[], object]) -> None: + self._finalizers.append(finalizer) + + def finish(self, request: SubRequest) -> None: + exceptions: list[BaseException] = [] + while self._finalizers: + fin = self._finalizers.pop() + try: + fin() + except BaseException as e: + exceptions.append(e) + node = request.node + node.ihook.pytest_fixture_post_finalizer(fixturedef=self, request=request) + # Even if finalization fails, we invalidate the cached fixture + # value and remove all finalizers because they may be bound methods + # which will keep instances alive. + self.cached_result = None + self._finalizers.clear() + if len(exceptions) == 1: + raise exceptions[0] + elif len(exceptions) > 1: + msg = f'errors while tearing down fixture "{self.argname}" of {node}' + raise BaseExceptionGroup(msg, exceptions[::-1]) + + def execute(self, request: SubRequest) -> FixtureValue: + """Return the value of this fixture, executing it if not cached.""" + # Ensure that the dependent fixtures requested by this fixture are loaded. + # This needs to be done before checking if we have a cached value, since + # if a dependent fixture has their cache invalidated, e.g. due to + # parametrization, they finalize themselves and fixtures depending on it + # (which will likely include this fixture) setting `self.cached_result = None`. + # See #4871 + requested_fixtures_that_should_finalize_us = [] + for argname in self.argnames: + fixturedef = request._get_active_fixturedef(argname) + # Saves requested fixtures in a list so we later can add our finalizer + # to them, ensuring that if a requested fixture gets torn down we get torn + # down first. This is generally handled by SetupState, but still currently + # needed when this fixture is not parametrized but depends on a parametrized + # fixture. + if not isinstance(fixturedef, PseudoFixtureDef): + requested_fixtures_that_should_finalize_us.append(fixturedef) + + # Check for (and return) cached value/exception. + if self.cached_result is not None: + request_cache_key = self.cache_key(request) + cache_key = self.cached_result[1] + try: + # Attempt to make a normal == check: this might fail for objects + # which do not implement the standard comparison (like numpy arrays -- #6497). + cache_hit = bool(request_cache_key == cache_key) + except (ValueError, RuntimeError): + # If the comparison raises, use 'is' as fallback. + cache_hit = request_cache_key is cache_key + + if cache_hit: + if self.cached_result[2] is not None: + exc, exc_tb = self.cached_result[2] + raise exc.with_traceback(exc_tb) + else: + result = self.cached_result[0] + return result + # We have a previous but differently parametrized fixture instance + # so we need to tear it down before creating a new one. + self.finish(request) + assert self.cached_result is None + + # Add finalizer to requested fixtures we saved previously. + # We make sure to do this after checking for cached value to avoid + # adding our finalizer multiple times. (#12135) + finalizer = functools.partial(self.finish, request=request) + for parent_fixture in requested_fixtures_that_should_finalize_us: + parent_fixture.addfinalizer(finalizer) + + ihook = request.node.ihook + try: + # Setup the fixture, run the code in it, and cache the value + # in self.cached_result + result = ihook.pytest_fixture_setup(fixturedef=self, request=request) + finally: + # schedule our finalizer, even if the setup failed + request.node.addfinalizer(finalizer) + + return result + + def cache_key(self, request: SubRequest) -> object: + return getattr(request, "param", None) + + def __repr__(self) -> str: + return f"" + + +def resolve_fixture_function( + fixturedef: FixtureDef[FixtureValue], request: FixtureRequest +) -> _FixtureFunc[FixtureValue]: + """Get the actual callable that can be called to obtain the fixture + value.""" + fixturefunc = fixturedef.func + # The fixture function needs to be bound to the actual + # request.instance so that code working with "fixturedef" behaves + # as expected. + instance = request.instance + if instance is not None: + # Handle the case where fixture is defined not in a test class, but some other class + # (for example a plugin class with a fixture), see #2270. + if hasattr(fixturefunc, "__self__") and not isinstance( + instance, + fixturefunc.__self__.__class__, + ): + return fixturefunc + fixturefunc = getimfunc(fixturedef.func) + if fixturefunc != fixturedef.func: + fixturefunc = fixturefunc.__get__(instance) + return fixturefunc + + +def pytest_fixture_setup( + fixturedef: FixtureDef[FixtureValue], request: SubRequest +) -> FixtureValue: + """Execution of fixture setup.""" + kwargs = {} + for argname in fixturedef.argnames: + kwargs[argname] = request.getfixturevalue(argname) + + fixturefunc = resolve_fixture_function(fixturedef, request) + my_cache_key = fixturedef.cache_key(request) + try: + result = call_fixture_func(fixturefunc, request, kwargs) + except TEST_OUTCOME as e: + if isinstance(e, skip.Exception): + # The test requested a fixture which caused a skip. + # Don't show the fixture as the skip location, as then the user + # wouldn't know which test skipped. + e._use_item_location = True + fixturedef.cached_result = (None, my_cache_key, (e, e.__traceback__)) + raise + fixturedef.cached_result = (result, my_cache_key, None) + return result + + +def wrap_function_to_error_out_if_called_directly( + function: FixtureFunction, + fixture_marker: FixtureFunctionMarker, +) -> FixtureFunction: + """Wrap the given fixture function so we can raise an error about it being called directly, + instead of used as an argument in a test function.""" + name = fixture_marker.name or function.__name__ + message = ( + f'Fixture "{name}" called directly. Fixtures are not meant to be called directly,\n' + "but are created automatically when test functions request them as parameters.\n" + "See https://docs.pytest.org/en/stable/explanation/fixtures.html for more information about fixtures, and\n" + "https://docs.pytest.org/en/stable/deprecations.html#calling-fixtures-directly about how to update your code." + ) + + @functools.wraps(function) + def result(*args, **kwargs): + fail(message, pytrace=False) + + # Keep reference to the original function in our own custom attribute so we don't unwrap + # further than this point and lose useful wrappings like @mock.patch (#3774). + result.__pytest_wrapped__ = _PytestWrapper(function) # type: ignore[attr-defined] + + return cast(FixtureFunction, result) + + +@final +@dataclasses.dataclass(frozen=True) +class FixtureFunctionMarker: + scope: _ScopeName | Callable[[str, Config], _ScopeName] + params: tuple[object, ...] | None + autouse: bool = False + ids: tuple[object | None, ...] | Callable[[Any], object | None] | None = None + name: str | None = None + + _ispytest: dataclasses.InitVar[bool] = False + + def __post_init__(self, _ispytest: bool) -> None: + check_ispytest(_ispytest) + + def __call__(self, function: FixtureFunction) -> FixtureFunction: + if inspect.isclass(function): + raise ValueError("class fixtures not supported (maybe in the future)") + + if getattr(function, "_pytestfixturefunction", False): + raise ValueError( + f"@pytest.fixture is being applied more than once to the same function {function.__name__!r}" + ) + + if hasattr(function, "pytestmark"): + warnings.warn(MARKED_FIXTURE, stacklevel=2) + + function = wrap_function_to_error_out_if_called_directly(function, self) + + name = self.name or function.__name__ + if name == "request": + location = getlocation(function) + fail( + f"'request' is a reserved word for fixtures, use another name:\n {location}", + pytrace=False, + ) + + # Type ignored because https://github.com/python/mypy/issues/2087. + function._pytestfixturefunction = self # type: ignore[attr-defined] + return function + + +@overload +def fixture( + fixture_function: FixtureFunction, + *, + scope: _ScopeName | Callable[[str, Config], _ScopeName] = ..., + params: Iterable[object] | None = ..., + autouse: bool = ..., + ids: Sequence[object | None] | Callable[[Any], object | None] | None = ..., + name: str | None = ..., +) -> FixtureFunction: ... + + +@overload +def fixture( + fixture_function: None = ..., + *, + scope: _ScopeName | Callable[[str, Config], _ScopeName] = ..., + params: Iterable[object] | None = ..., + autouse: bool = ..., + ids: Sequence[object | None] | Callable[[Any], object | None] | None = ..., + name: str | None = None, +) -> FixtureFunctionMarker: ... + + +def fixture( + fixture_function: FixtureFunction | None = None, + *, + scope: _ScopeName | Callable[[str, Config], _ScopeName] = "function", + params: Iterable[object] | None = None, + autouse: bool = False, + ids: Sequence[object | None] | Callable[[Any], object | None] | None = None, + name: str | None = None, +) -> FixtureFunctionMarker | FixtureFunction: + """Decorator to mark a fixture factory function. + + This decorator can be used, with or without parameters, to define a + fixture function. + + The name of the fixture function can later be referenced to cause its + invocation ahead of running tests: test modules or classes can use the + ``pytest.mark.usefixtures(fixturename)`` marker. + + Test functions can directly use fixture names as input arguments in which + case the fixture instance returned from the fixture function will be + injected. + + Fixtures can provide their values to test functions using ``return`` or + ``yield`` statements. When using ``yield`` the code block after the + ``yield`` statement is executed as teardown code regardless of the test + outcome, and must yield exactly once. + + :param scope: + The scope for which this fixture is shared; one of ``"function"`` + (default), ``"class"``, ``"module"``, ``"package"`` or ``"session"``. + + This parameter may also be a callable which receives ``(fixture_name, config)`` + as parameters, and must return a ``str`` with one of the values mentioned above. + + See :ref:`dynamic scope` in the docs for more information. + + :param params: + An optional list of parameters which will cause multiple invocations + of the fixture function and all of the tests using it. The current + parameter is available in ``request.param``. + + :param autouse: + If True, the fixture func is activated for all tests that can see it. + If False (the default), an explicit reference is needed to activate + the fixture. + + :param ids: + Sequence of ids each corresponding to the params so that they are + part of the test id. If no ids are provided they will be generated + automatically from the params. + + :param name: + The name of the fixture. This defaults to the name of the decorated + function. If a fixture is used in the same module in which it is + defined, the function name of the fixture will be shadowed by the + function arg that requests the fixture; one way to resolve this is to + name the decorated function ``fixture_`` and then use + ``@pytest.fixture(name='')``. + """ + fixture_marker = FixtureFunctionMarker( + scope=scope, + params=tuple(params) if params is not None else None, + autouse=autouse, + ids=None if ids is None else ids if callable(ids) else tuple(ids), + name=name, + _ispytest=True, + ) + + # Direct decoration. + if fixture_function: + return fixture_marker(fixture_function) + + return fixture_marker + + +def yield_fixture( + fixture_function=None, + *args, + scope="function", + params=None, + autouse=False, + ids=None, + name=None, +): + """(Return a) decorator to mark a yield-fixture factory function. + + .. deprecated:: 3.0 + Use :py:func:`pytest.fixture` directly instead. + """ + warnings.warn(YIELD_FIXTURE, stacklevel=2) + return fixture( + fixture_function, + *args, + scope=scope, + params=params, + autouse=autouse, + ids=ids, + name=name, + ) + + +@fixture(scope="session") +def pytestconfig(request: FixtureRequest) -> Config: + """Session-scoped fixture that returns the session's :class:`pytest.Config` + object. + + Example:: + + def test_foo(pytestconfig): + if pytestconfig.get_verbosity() > 0: + ... + + """ + return request.config + + +def pytest_addoption(parser: Parser) -> None: + parser.addini( + "usefixtures", + type="args", + default=[], + help="List of default fixtures to be used with this project", + ) + group = parser.getgroup("general") + group.addoption( + "--fixtures", + "--funcargs", + action="store_true", + dest="showfixtures", + default=False, + help="Show available fixtures, sorted by plugin appearance " + "(fixtures with leading '_' are only shown with '-v')", + ) + group.addoption( + "--fixtures-per-test", + action="store_true", + dest="show_fixtures_per_test", + default=False, + help="Show fixtures per test", + ) + + +def pytest_cmdline_main(config: Config) -> int | ExitCode | None: + if config.option.showfixtures: + showfixtures(config) + return 0 + if config.option.show_fixtures_per_test: + show_fixtures_per_test(config) + return 0 + return None + + +def _get_direct_parametrize_args(node: nodes.Node) -> set[str]: + """Return all direct parametrization arguments of a node, so we don't + mistake them for fixtures. + + Check https://github.com/pytest-dev/pytest/issues/5036. + + These things are done later as well when dealing with parametrization + so this could be improved. + """ + parametrize_argnames: set[str] = set() + for marker in node.iter_markers(name="parametrize"): + if not marker.kwargs.get("indirect", False): + p_argnames, _ = ParameterSet._parse_parametrize_args( + *marker.args, **marker.kwargs + ) + parametrize_argnames.update(p_argnames) + return parametrize_argnames + + +def deduplicate_names(*seqs: Iterable[str]) -> tuple[str, ...]: + """De-duplicate the sequence of names while keeping the original order.""" + # Ideally we would use a set, but it does not preserve insertion order. + return tuple(dict.fromkeys(name for seq in seqs for name in seq)) + + +class FixtureManager: + """pytest fixture definitions and information is stored and managed + from this class. + + During collection fm.parsefactories() is called multiple times to parse + fixture function definitions into FixtureDef objects and internal + data structures. + + During collection of test functions, metafunc-mechanics instantiate + a FuncFixtureInfo object which is cached per node/func-name. + This FuncFixtureInfo object is later retrieved by Function nodes + which themselves offer a fixturenames attribute. + + The FuncFixtureInfo object holds information about fixtures and FixtureDefs + relevant for a particular function. An initial list of fixtures is + assembled like this: + + - ini-defined usefixtures + - autouse-marked fixtures along the collection chain up from the function + - usefixtures markers at module/class/function level + - test function funcargs + + Subsequently the funcfixtureinfo.fixturenames attribute is computed + as the closure of the fixtures needed to setup the initial fixtures, + i.e. fixtures needed by fixture functions themselves are appended + to the fixturenames list. + + Upon the test-setup phases all fixturenames are instantiated, retrieved + by a lookup of their FuncFixtureInfo. + """ + + def __init__(self, session: Session) -> None: + self.session = session + self.config: Config = session.config + # Maps a fixture name (argname) to all of the FixtureDefs in the test + # suite/plugins defined with this name. Populated by parsefactories(). + # TODO: The order of the FixtureDefs list of each arg is significant, + # explain. + self._arg2fixturedefs: Final[dict[str, list[FixtureDef[Any]]]] = {} + self._holderobjseen: Final[set[object]] = set() + # A mapping from a nodeid to a list of autouse fixtures it defines. + self._nodeid_autousenames: Final[dict[str, list[str]]] = { + "": self.config.getini("usefixtures"), + } + session.config.pluginmanager.register(self, "funcmanage") + + def getfixtureinfo( + self, + node: nodes.Item, + func: Callable[..., object] | None, + cls: type | None, + ) -> FuncFixtureInfo: + """Calculate the :class:`FuncFixtureInfo` for an item. + + If ``func`` is None, or if the item sets an attribute + ``nofuncargs = True``, then ``func`` is not examined at all. + + :param node: + The item requesting the fixtures. + :param func: + The item's function. + :param cls: + If the function is a method, the method's class. + """ + if func is not None and not getattr(node, "nofuncargs", False): + argnames = getfuncargnames(func, name=node.name, cls=cls) + else: + argnames = () + usefixturesnames = self._getusefixturesnames(node) + autousenames = self._getautousenames(node) + initialnames = deduplicate_names(autousenames, usefixturesnames, argnames) + + direct_parametrize_args = _get_direct_parametrize_args(node) + + names_closure, arg2fixturedefs = self.getfixtureclosure( + parentnode=node, + initialnames=initialnames, + ignore_args=direct_parametrize_args, + ) + + return FuncFixtureInfo(argnames, initialnames, names_closure, arg2fixturedefs) + + def pytest_plugin_registered(self, plugin: _PluggyPlugin, plugin_name: str) -> None: + # Fixtures defined in conftest plugins are only visible to within the + # conftest's directory. This is unlike fixtures in non-conftest plugins + # which have global visibility. So for conftests, construct the base + # nodeid from the plugin name (which is the conftest path). + if plugin_name and plugin_name.endswith("conftest.py"): + # Note: we explicitly do *not* use `plugin.__file__` here -- The + # difference is that plugin_name has the correct capitalization on + # case-insensitive systems (Windows) and other normalization issues + # (issue #11816). + conftestpath = absolutepath(plugin_name) + try: + nodeid = str(conftestpath.parent.relative_to(self.config.rootpath)) + except ValueError: + nodeid = "" + if nodeid == ".": + nodeid = "" + if os.sep != nodes.SEP: + nodeid = nodeid.replace(os.sep, nodes.SEP) + else: + nodeid = None + + self.parsefactories(plugin, nodeid) + + def _getautousenames(self, node: nodes.Node) -> Iterator[str]: + """Return the names of autouse fixtures applicable to node.""" + for parentnode in node.listchain(): + basenames = self._nodeid_autousenames.get(parentnode.nodeid) + if basenames: + yield from basenames + + def _getusefixturesnames(self, node: nodes.Item) -> Iterator[str]: + """Return the names of usefixtures fixtures applicable to node.""" + for mark in node.iter_markers(name="usefixtures"): + yield from mark.args + + def getfixtureclosure( + self, + parentnode: nodes.Node, + initialnames: tuple[str, ...], + ignore_args: AbstractSet[str], + ) -> tuple[list[str], dict[str, Sequence[FixtureDef[Any]]]]: + # Collect the closure of all fixtures, starting with the given + # fixturenames as the initial set. As we have to visit all + # factory definitions anyway, we also return an arg2fixturedefs + # mapping so that the caller can reuse it and does not have + # to re-discover fixturedefs again for each fixturename + # (discovering matching fixtures for a given name/node is expensive). + + fixturenames_closure = list(initialnames) + + arg2fixturedefs: dict[str, Sequence[FixtureDef[Any]]] = {} + lastlen = -1 + while lastlen != len(fixturenames_closure): + lastlen = len(fixturenames_closure) + for argname in fixturenames_closure: + if argname in ignore_args: + continue + if argname in arg2fixturedefs: + continue + fixturedefs = self.getfixturedefs(argname, parentnode) + if fixturedefs: + arg2fixturedefs[argname] = fixturedefs + for arg in fixturedefs[-1].argnames: + if arg not in fixturenames_closure: + fixturenames_closure.append(arg) + + def sort_by_scope(arg_name: str) -> Scope: + try: + fixturedefs = arg2fixturedefs[arg_name] + except KeyError: + return Scope.Function + else: + return fixturedefs[-1]._scope + + fixturenames_closure.sort(key=sort_by_scope, reverse=True) + return fixturenames_closure, arg2fixturedefs + + def pytest_generate_tests(self, metafunc: Metafunc) -> None: + """Generate new tests based on parametrized fixtures used by the given metafunc""" + + def get_parametrize_mark_argnames(mark: Mark) -> Sequence[str]: + args, _ = ParameterSet._parse_parametrize_args(*mark.args, **mark.kwargs) + return args + + for argname in metafunc.fixturenames: + # Get the FixtureDefs for the argname. + fixture_defs = metafunc._arg2fixturedefs.get(argname) + if not fixture_defs: + # Will raise FixtureLookupError at setup time if not parametrized somewhere + # else (e.g @pytest.mark.parametrize) + continue + + # If the test itself parametrizes using this argname, give it + # precedence. + if any( + argname in get_parametrize_mark_argnames(mark) + for mark in metafunc.definition.iter_markers("parametrize") + ): + continue + + # In the common case we only look at the fixture def with the + # closest scope (last in the list). But if the fixture overrides + # another fixture, while requesting the super fixture, keep going + # in case the super fixture is parametrized (#1953). + for fixturedef in reversed(fixture_defs): + # Fixture is parametrized, apply it and stop. + if fixturedef.params is not None: + metafunc.parametrize( + argname, + fixturedef.params, + indirect=True, + scope=fixturedef.scope, + ids=fixturedef.ids, + ) + break + + # Not requesting the overridden super fixture, stop. + if argname not in fixturedef.argnames: + break + + # Try next super fixture, if any. + + def pytest_collection_modifyitems(self, items: list[nodes.Item]) -> None: + # Separate parametrized setups. + items[:] = reorder_items(items) + + def _register_fixture( + self, + *, + name: str, + func: _FixtureFunc[object], + nodeid: str | None, + scope: Scope | _ScopeName | Callable[[str, Config], _ScopeName] = "function", + params: Sequence[object] | None = None, + ids: tuple[object | None, ...] | Callable[[Any], object | None] | None = None, + autouse: bool = False, + ) -> None: + """Register a fixture + + :param name: + The fixture's name. + :param func: + The fixture's implementation function. + :param nodeid: + The visibility of the fixture. The fixture will be available to the + node with this nodeid and its children in the collection tree. + None means that the fixture is visible to the entire collection tree, + e.g. a fixture defined for general use in a plugin. + :param scope: + The fixture's scope. + :param params: + The fixture's parametrization params. + :param ids: + The fixture's IDs. + :param autouse: + Whether this is an autouse fixture. + """ + fixture_def = FixtureDef( + config=self.config, + baseid=nodeid, + argname=name, + func=func, + scope=scope, + params=params, + ids=ids, + _ispytest=True, + ) + + faclist = self._arg2fixturedefs.setdefault(name, []) + if fixture_def.has_location: + faclist.append(fixture_def) + else: + # fixturedefs with no location are at the front + # so this inserts the current fixturedef after the + # existing fixturedefs from external plugins but + # before the fixturedefs provided in conftests. + i = len([f for f in faclist if not f.has_location]) + faclist.insert(i, fixture_def) + if autouse: + self._nodeid_autousenames.setdefault(nodeid or "", []).append(name) + + @overload + def parsefactories( + self, + node_or_obj: nodes.Node, + ) -> None: + raise NotImplementedError() + + @overload + def parsefactories( + self, + node_or_obj: object, + nodeid: str | None, + ) -> None: + raise NotImplementedError() + + def parsefactories( + self, + node_or_obj: nodes.Node | object, + nodeid: str | NotSetType | None = NOTSET, + ) -> None: + """Collect fixtures from a collection node or object. + + Found fixtures are parsed into `FixtureDef`s and saved. + + If `node_or_object` is a collection node (with an underlying Python + object), the node's object is traversed and the node's nodeid is used to + determine the fixtures' visibility. `nodeid` must not be specified in + this case. + + If `node_or_object` is an object (e.g. a plugin), the object is + traversed and the given `nodeid` is used to determine the fixtures' + visibility. `nodeid` must be specified in this case; None and "" mean + total visibility. + """ + if nodeid is not NOTSET: + holderobj = node_or_obj + else: + assert isinstance(node_or_obj, nodes.Node) + holderobj = cast(object, node_or_obj.obj) # type: ignore[attr-defined] + assert isinstance(node_or_obj.nodeid, str) + nodeid = node_or_obj.nodeid + if holderobj in self._holderobjseen: + return + + # Avoid accessing `@property` (and other descriptors) when iterating fixtures. + if not safe_isclass(holderobj) and not isinstance(holderobj, types.ModuleType): + holderobj_tp: object = type(holderobj) + else: + holderobj_tp = holderobj + + self._holderobjseen.add(holderobj) + for name in dir(holderobj): + # The attribute can be an arbitrary descriptor, so the attribute + # access below can raise. safe_getattr() ignores such exceptions. + obj_ub = safe_getattr(holderobj_tp, name, None) + marker = getfixturemarker(obj_ub) + if not isinstance(marker, FixtureFunctionMarker): + # Magic globals with __getattr__ might have got us a wrong + # fixture attribute. + continue + + # OK we know it is a fixture -- now safe to look up on the _instance_. + obj = getattr(holderobj, name) + + if marker.name: + name = marker.name + + # During fixture definition we wrap the original fixture function + # to issue a warning if called directly, so here we unwrap it in + # order to not emit the warning when pytest itself calls the + # fixture function. + func = get_real_method(obj, holderobj) + + self._register_fixture( + name=name, + nodeid=nodeid, + func=func, + scope=marker.scope, + params=marker.params, + ids=marker.ids, + autouse=marker.autouse, + ) + + def getfixturedefs( + self, argname: str, node: nodes.Node + ) -> Sequence[FixtureDef[Any]] | None: + """Get FixtureDefs for a fixture name which are applicable + to a given node. + + Returns None if there are no fixtures at all defined with the given + name. (This is different from the case in which there are fixtures + with the given name, but none applicable to the node. In this case, + an empty result is returned). + + :param argname: Name of the fixture to search for. + :param node: The requesting Node. + """ + try: + fixturedefs = self._arg2fixturedefs[argname] + except KeyError: + return None + return tuple(self._matchfactories(fixturedefs, node)) + + def _matchfactories( + self, fixturedefs: Iterable[FixtureDef[Any]], node: nodes.Node + ) -> Iterator[FixtureDef[Any]]: + parentnodeids = {n.nodeid for n in node.iter_parents()} + for fixturedef in fixturedefs: + if fixturedef.baseid in parentnodeids: + yield fixturedef + + +def show_fixtures_per_test(config: Config) -> int | ExitCode: + from _pytest.main import wrap_session + + return wrap_session(config, _show_fixtures_per_test) + + +_PYTEST_DIR = Path(_pytest.__file__).parent + + +def _pretty_fixture_path(invocation_dir: Path, func) -> str: + loc = Path(getlocation(func, invocation_dir)) + prefix = Path("...", "_pytest") + try: + return str(prefix / loc.relative_to(_PYTEST_DIR)) + except ValueError: + return bestrelpath(invocation_dir, loc) + + +def _show_fixtures_per_test(config: Config, session: Session) -> None: + import _pytest.config + + session.perform_collect() + invocation_dir = config.invocation_params.dir + tw = _pytest.config.create_terminal_writer(config) + verbose = config.get_verbosity() + + def get_best_relpath(func) -> str: + loc = getlocation(func, invocation_dir) + return bestrelpath(invocation_dir, Path(loc)) + + def write_fixture(fixture_def: FixtureDef[object]) -> None: + argname = fixture_def.argname + if verbose <= 0 and argname.startswith("_"): + return + prettypath = _pretty_fixture_path(invocation_dir, fixture_def.func) + tw.write(f"{argname}", green=True) + tw.write(f" -- {prettypath}", yellow=True) + tw.write("\n") + fixture_doc = inspect.getdoc(fixture_def.func) + if fixture_doc: + write_docstring( + tw, + fixture_doc.split("\n\n", maxsplit=1)[0] + if verbose <= 0 + else fixture_doc, + ) + else: + tw.line(" no docstring available", red=True) + + def write_item(item: nodes.Item) -> None: + # Not all items have _fixtureinfo attribute. + info: FuncFixtureInfo | None = getattr(item, "_fixtureinfo", None) + if info is None or not info.name2fixturedefs: + # This test item does not use any fixtures. + return + tw.line() + tw.sep("-", f"fixtures used by {item.name}") + # TODO: Fix this type ignore. + tw.sep("-", f"({get_best_relpath(item.function)})") # type: ignore[attr-defined] + # dict key not used in loop but needed for sorting. + for _, fixturedefs in sorted(info.name2fixturedefs.items()): + assert fixturedefs is not None + if not fixturedefs: + continue + # Last item is expected to be the one used by the test item. + write_fixture(fixturedefs[-1]) + + for session_item in session.items: + write_item(session_item) + + +def showfixtures(config: Config) -> int | ExitCode: + from _pytest.main import wrap_session + + return wrap_session(config, _showfixtures_main) + + +def _showfixtures_main(config: Config, session: Session) -> None: + import _pytest.config + + session.perform_collect() + invocation_dir = config.invocation_params.dir + tw = _pytest.config.create_terminal_writer(config) + verbose = config.get_verbosity() + + fm = session._fixturemanager + + available = [] + seen: set[tuple[str, str]] = set() + + for argname, fixturedefs in fm._arg2fixturedefs.items(): + assert fixturedefs is not None + if not fixturedefs: + continue + for fixturedef in fixturedefs: + loc = getlocation(fixturedef.func, invocation_dir) + if (fixturedef.argname, loc) in seen: + continue + seen.add((fixturedef.argname, loc)) + available.append( + ( + len(fixturedef.baseid), + fixturedef.func.__module__, + _pretty_fixture_path(invocation_dir, fixturedef.func), + fixturedef.argname, + fixturedef, + ) + ) + + available.sort() + currentmodule = None + for baseid, module, prettypath, argname, fixturedef in available: + if currentmodule != module: + if not module.startswith("_pytest."): + tw.line() + tw.sep("-", f"fixtures defined from {module}") + currentmodule = module + if verbose <= 0 and argname.startswith("_"): + continue + tw.write(f"{argname}", green=True) + if fixturedef.scope != "function": + tw.write(f" [{fixturedef.scope} scope]", cyan=True) + tw.write(f" -- {prettypath}", yellow=True) + tw.write("\n") + doc = inspect.getdoc(fixturedef.func) + if doc: + write_docstring( + tw, doc.split("\n\n", maxsplit=1)[0] if verbose <= 0 else doc + ) + else: + tw.line(" no docstring available", red=True) + tw.line() + + +def write_docstring(tw: TerminalWriter, doc: str, indent: str = " ") -> None: + for line in doc.split("\n"): + tw.line(indent + line) diff --git a/env/lib/python3.8/site-packages/_pytest/freeze_support.py b/env/lib/python3.8/site-packages/_pytest/freeze_support.py new file mode 100644 index 000000000..2ba6f9b8b --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/freeze_support.py @@ -0,0 +1,45 @@ +"""Provides a function to report all internal modules for using freezing +tools.""" + +from __future__ import annotations + +import types +from typing import Iterator + + +def freeze_includes() -> list[str]: + """Return a list of module names used by pytest that should be + included by cx_freeze.""" + import _pytest + + result = list(_iter_all_modules(_pytest)) + return result + + +def _iter_all_modules( + package: str | types.ModuleType, + prefix: str = "", +) -> Iterator[str]: + """Iterate over the names of all modules that can be found in the given + package, recursively. + + >>> import _pytest + >>> list(_iter_all_modules(_pytest)) + ['_pytest._argcomplete', '_pytest._code.code', ...] + """ + import os + import pkgutil + + if isinstance(package, str): + path = package + else: + # Type ignored because typeshed doesn't define ModuleType.__path__ + # (only defined on packages). + package_path = package.__path__ + path, prefix = package_path[0], package.__name__ + "." + for _, name, is_package in pkgutil.iter_modules([path]): + if is_package: + for m in _iter_all_modules(os.path.join(path, name), prefix=name + "."): + yield prefix + m + else: + yield prefix + name diff --git a/env/lib/python3.8/site-packages/_pytest/helpconfig.py b/env/lib/python3.8/site-packages/_pytest/helpconfig.py new file mode 100644 index 000000000..1886d5c93 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/helpconfig.py @@ -0,0 +1,276 @@ +# mypy: allow-untyped-defs +"""Version info, help messages, tracing configuration.""" + +from __future__ import annotations + +from argparse import Action +import os +import sys +from typing import Generator + +from _pytest.config import Config +from _pytest.config import ExitCode +from _pytest.config import PrintHelp +from _pytest.config.argparsing import Parser +from _pytest.terminal import TerminalReporter +import pytest + + +class HelpAction(Action): + """An argparse Action that will raise an exception in order to skip the + rest of the argument parsing when --help is passed. + + This prevents argparse from quitting due to missing required arguments + when any are defined, for example by ``pytest_addoption``. + This is similar to the way that the builtin argparse --help option is + implemented by raising SystemExit. + """ + + def __init__(self, option_strings, dest=None, default=False, help=None): + super().__init__( + option_strings=option_strings, + dest=dest, + const=True, + default=default, + nargs=0, + help=help, + ) + + def __call__(self, parser, namespace, values, option_string=None): + setattr(namespace, self.dest, self.const) + + # We should only skip the rest of the parsing after preparse is done. + if getattr(parser._parser, "after_preparse", False): + raise PrintHelp + + +def pytest_addoption(parser: Parser) -> None: + group = parser.getgroup("debugconfig") + group.addoption( + "--version", + "-V", + action="count", + default=0, + dest="version", + help="Display pytest version and information about plugins. " + "When given twice, also display information about plugins.", + ) + group._addoption( + "-h", + "--help", + action=HelpAction, + dest="help", + help="Show help message and configuration info", + ) + group._addoption( + "-p", + action="append", + dest="plugins", + default=[], + metavar="name", + help="Early-load given plugin module name or entry point (multi-allowed). " + "To avoid loading of plugins, use the `no:` prefix, e.g. " + "`no:doctest`.", + ) + group.addoption( + "--traceconfig", + "--trace-config", + action="store_true", + default=False, + help="Trace considerations of conftest.py files", + ) + group.addoption( + "--debug", + action="store", + nargs="?", + const="pytestdebug.log", + dest="debug", + metavar="DEBUG_FILE_NAME", + help="Store internal tracing debug information in this log file. " + "This file is opened with 'w' and truncated as a result, care advised. " + "Default: pytestdebug.log.", + ) + group._addoption( + "-o", + "--override-ini", + dest="override_ini", + action="append", + help='Override ini option with "option=value" style, ' + "e.g. `-o xfail_strict=True -o cache_dir=cache`.", + ) + + +@pytest.hookimpl(wrapper=True) +def pytest_cmdline_parse() -> Generator[None, Config, Config]: + config = yield + + if config.option.debug: + # --debug | --debug was provided. + path = config.option.debug + debugfile = open(path, "w", encoding="utf-8") + debugfile.write( + "versions pytest-{}, " + "python-{}\ninvocation_dir={}\ncwd={}\nargs={}\n\n".format( + pytest.__version__, + ".".join(map(str, sys.version_info)), + config.invocation_params.dir, + os.getcwd(), + config.invocation_params.args, + ) + ) + config.trace.root.setwriter(debugfile.write) + undo_tracing = config.pluginmanager.enable_tracing() + sys.stderr.write(f"writing pytest debug information to {path}\n") + + def unset_tracing() -> None: + debugfile.close() + sys.stderr.write(f"wrote pytest debug information to {debugfile.name}\n") + config.trace.root.setwriter(None) + undo_tracing() + + config.add_cleanup(unset_tracing) + + return config + + +def showversion(config: Config) -> None: + if config.option.version > 1: + sys.stdout.write( + f"This is pytest version {pytest.__version__}, imported from {pytest.__file__}\n" + ) + plugininfo = getpluginversioninfo(config) + if plugininfo: + for line in plugininfo: + sys.stdout.write(line + "\n") + else: + sys.stdout.write(f"pytest {pytest.__version__}\n") + + +def pytest_cmdline_main(config: Config) -> int | ExitCode | None: + if config.option.version > 0: + showversion(config) + return 0 + elif config.option.help: + config._do_configure() + showhelp(config) + config._ensure_unconfigure() + return 0 + return None + + +def showhelp(config: Config) -> None: + import textwrap + + reporter: TerminalReporter | None = config.pluginmanager.get_plugin( + "terminalreporter" + ) + assert reporter is not None + tw = reporter._tw + tw.write(config._parser.optparser.format_help()) + tw.line() + tw.line( + "[pytest] ini-options in the first " + "pytest.ini|tox.ini|setup.cfg|pyproject.toml file found:" + ) + tw.line() + + columns = tw.fullwidth # costly call + indent_len = 24 # based on argparse's max_help_position=24 + indent = " " * indent_len + for name in config._parser._ininames: + help, type, default = config._parser._inidict[name] + if type is None: + type = "string" + if help is None: + raise TypeError(f"help argument cannot be None for {name}") + spec = f"{name} ({type}):" + tw.write(f" {spec}") + spec_len = len(spec) + if spec_len > (indent_len - 3): + # Display help starting at a new line. + tw.line() + helplines = textwrap.wrap( + help, + columns, + initial_indent=indent, + subsequent_indent=indent, + break_on_hyphens=False, + ) + + for line in helplines: + tw.line(line) + else: + # Display help starting after the spec, following lines indented. + tw.write(" " * (indent_len - spec_len - 2)) + wrapped = textwrap.wrap(help, columns - indent_len, break_on_hyphens=False) + + if wrapped: + tw.line(wrapped[0]) + for line in wrapped[1:]: + tw.line(indent + line) + + tw.line() + tw.line("Environment variables:") + vars = [ + ( + "CI", + "When set (regardless of value), pytest knows it is running in a " + "CI process and does not truncate summary info", + ), + ("BUILD_NUMBER", "Equivalent to CI"), + ("PYTEST_ADDOPTS", "Extra command line options"), + ("PYTEST_PLUGINS", "Comma-separated plugins to load during startup"), + ("PYTEST_DISABLE_PLUGIN_AUTOLOAD", "Set to disable plugin auto-loading"), + ("PYTEST_DEBUG", "Set to enable debug tracing of pytest's internals"), + ] + for name, help in vars: + tw.line(f" {name:<24} {help}") + tw.line() + tw.line() + + tw.line("to see available markers type: pytest --markers") + tw.line("to see available fixtures type: pytest --fixtures") + tw.line( + "(shown according to specified file_or_dir or current dir " + "if not specified; fixtures with leading '_' are only shown " + "with the '-v' option" + ) + + for warningreport in reporter.stats.get("warnings", []): + tw.line("warning : " + warningreport.message, red=True) + + +conftest_options = [("pytest_plugins", "list of plugin names to load")] + + +def getpluginversioninfo(config: Config) -> list[str]: + lines = [] + plugininfo = config.pluginmanager.list_plugin_distinfo() + if plugininfo: + lines.append("registered third-party plugins:") + for plugin, dist in plugininfo: + loc = getattr(plugin, "__file__", repr(plugin)) + content = f"{dist.project_name}-{dist.version} at {loc}" + lines.append(" " + content) + return lines + + +def pytest_report_header(config: Config) -> list[str]: + lines = [] + if config.option.debug or config.option.traceconfig: + lines.append(f"using: pytest-{pytest.__version__}") + + verinfo = getpluginversioninfo(config) + if verinfo: + lines.extend(verinfo) + + if config.option.traceconfig: + lines.append("active plugins:") + items = config.pluginmanager.list_name_plugin() + for name, plugin in items: + if hasattr(plugin, "__file__"): + r = plugin.__file__ + else: + r = repr(plugin) + lines.append(f" {name:<20}: {r}") + return lines diff --git a/env/lib/python3.8/site-packages/_pytest/hookspec.py b/env/lib/python3.8/site-packages/_pytest/hookspec.py new file mode 100644 index 000000000..ed843606f --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/hookspec.py @@ -0,0 +1,1333 @@ +# mypy: allow-untyped-defs +# ruff: noqa: T100 +"""Hook specifications for pytest plugins which are invoked by pytest itself +and by builtin plugins.""" + +from __future__ import annotations + +from pathlib import Path +from typing import Any +from typing import Mapping +from typing import Sequence +from typing import TYPE_CHECKING + +from pluggy import HookspecMarker + +from .deprecated import HOOK_LEGACY_PATH_ARG + + +if TYPE_CHECKING: + import pdb + from typing import Literal + import warnings + + from _pytest._code.code import ExceptionInfo + from _pytest._code.code import ExceptionRepr + from _pytest.compat import LEGACY_PATH + from _pytest.config import _PluggyPlugin + from _pytest.config import Config + from _pytest.config import ExitCode + from _pytest.config import PytestPluginManager + from _pytest.config.argparsing import Parser + from _pytest.fixtures import FixtureDef + from _pytest.fixtures import SubRequest + from _pytest.main import Session + from _pytest.nodes import Collector + from _pytest.nodes import Item + from _pytest.outcomes import Exit + from _pytest.python import Class + from _pytest.python import Function + from _pytest.python import Metafunc + from _pytest.python import Module + from _pytest.reports import CollectReport + from _pytest.reports import TestReport + from _pytest.runner import CallInfo + from _pytest.terminal import TerminalReporter + from _pytest.terminal import TestShortLogReport + + +hookspec = HookspecMarker("pytest") + +# ------------------------------------------------------------------------- +# Initialization hooks called for every plugin +# ------------------------------------------------------------------------- + + +@hookspec(historic=True) +def pytest_addhooks(pluginmanager: PytestPluginManager) -> None: + """Called at plugin registration time to allow adding new hooks via a call to + :func:`pluginmanager.add_hookspecs(module_or_class, prefix) `. + + :param pluginmanager: The pytest plugin manager. + + .. note:: + This hook is incompatible with hook wrappers. + + Use in conftest plugins + ======================= + + If a conftest plugin implements this hook, it will be called immediately + when the conftest is registered. + """ + + +@hookspec(historic=True) +def pytest_plugin_registered( + plugin: _PluggyPlugin, + plugin_name: str, + manager: PytestPluginManager, +) -> None: + """A new pytest plugin got registered. + + :param plugin: The plugin module or instance. + :param plugin_name: The name by which the plugin is registered. + :param manager: The pytest plugin manager. + + .. note:: + This hook is incompatible with hook wrappers. + + Use in conftest plugins + ======================= + + If a conftest plugin implements this hook, it will be called immediately + when the conftest is registered, once for each plugin registered thus far + (including itself!), and for all plugins thereafter when they are + registered. + """ + + +@hookspec(historic=True) +def pytest_addoption(parser: Parser, pluginmanager: PytestPluginManager) -> None: + """Register argparse-style options and ini-style config values, + called once at the beginning of a test run. + + :param parser: + To add command line options, call + :py:func:`parser.addoption(...) `. + To add ini-file values call :py:func:`parser.addini(...) + `. + + :param pluginmanager: + The pytest plugin manager, which can be used to install :py:func:`~pytest.hookspec`'s + or :py:func:`~pytest.hookimpl`'s and allow one plugin to call another plugin's hooks + to change how command line options are added. + + Options can later be accessed through the + :py:class:`config ` object, respectively: + + - :py:func:`config.getoption(name) ` to + retrieve the value of a command line option. + + - :py:func:`config.getini(name) ` to retrieve + a value read from an ini-style file. + + The config object is passed around on many internal objects via the ``.config`` + attribute or can be retrieved as the ``pytestconfig`` fixture. + + .. note:: + This hook is incompatible with hook wrappers. + + Use in conftest plugins + ======================= + + If a conftest plugin implements this hook, it will be called immediately + when the conftest is registered. + + This hook is only called for :ref:`initial conftests `. + """ + + +@hookspec(historic=True) +def pytest_configure(config: Config) -> None: + """Allow plugins and conftest files to perform initial configuration. + + .. note:: + This hook is incompatible with hook wrappers. + + :param config: The pytest config object. + + Use in conftest plugins + ======================= + + This hook is called for every :ref:`initial conftest ` file + after command line options have been parsed. After that, the hook is called + for other conftest files as they are registered. + """ + + +# ------------------------------------------------------------------------- +# Bootstrapping hooks called for plugins registered early enough: +# internal and 3rd party plugins. +# ------------------------------------------------------------------------- + + +@hookspec(firstresult=True) +def pytest_cmdline_parse( + pluginmanager: PytestPluginManager, args: list[str] +) -> Config | None: + """Return an initialized :class:`~pytest.Config`, parsing the specified args. + + Stops at first non-None result, see :ref:`firstresult`. + + .. note:: + This hook is only called for plugin classes passed to the + ``plugins`` arg when using `pytest.main`_ to perform an in-process + test run. + + :param pluginmanager: The pytest plugin manager. + :param args: List of arguments passed on the command line. + :returns: A pytest config object. + + Use in conftest plugins + ======================= + + This hook is not called for conftest files. + """ + + +def pytest_load_initial_conftests( + early_config: Config, parser: Parser, args: list[str] +) -> None: + """Called to implement the loading of :ref:`initial conftest files + ` ahead of command line option parsing. + + :param early_config: The pytest config object. + :param args: Arguments passed on the command line. + :param parser: To add command line options. + + Use in conftest plugins + ======================= + + This hook is not called for conftest files. + """ + + +@hookspec(firstresult=True) +def pytest_cmdline_main(config: Config) -> ExitCode | int | None: + """Called for performing the main command line action. + + The default implementation will invoke the configure hooks and + :hook:`pytest_runtestloop`. + + Stops at first non-None result, see :ref:`firstresult`. + + :param config: The pytest config object. + :returns: The exit code. + + Use in conftest plugins + ======================= + + This hook is only called for :ref:`initial conftests `. + """ + + +# ------------------------------------------------------------------------- +# collection hooks +# ------------------------------------------------------------------------- + + +@hookspec(firstresult=True) +def pytest_collection(session: Session) -> object | None: + """Perform the collection phase for the given session. + + Stops at first non-None result, see :ref:`firstresult`. + The return value is not used, but only stops further processing. + + The default collection phase is this (see individual hooks for full details): + + 1. Starting from ``session`` as the initial collector: + + 1. ``pytest_collectstart(collector)`` + 2. ``report = pytest_make_collect_report(collector)`` + 3. ``pytest_exception_interact(collector, call, report)`` if an interactive exception occurred + 4. For each collected node: + + 1. If an item, ``pytest_itemcollected(item)`` + 2. If a collector, recurse into it. + + 5. ``pytest_collectreport(report)`` + + 2. ``pytest_collection_modifyitems(session, config, items)`` + + 1. ``pytest_deselected(items)`` for any deselected items (may be called multiple times) + + 3. ``pytest_collection_finish(session)`` + 4. Set ``session.items`` to the list of collected items + 5. Set ``session.testscollected`` to the number of collected items + + You can implement this hook to only perform some action before collection, + for example the terminal plugin uses it to start displaying the collection + counter (and returns `None`). + + :param session: The pytest session object. + + Use in conftest plugins + ======================= + + This hook is only called for :ref:`initial conftests `. + """ + + +def pytest_collection_modifyitems( + session: Session, config: Config, items: list[Item] +) -> None: + """Called after collection has been performed. May filter or re-order + the items in-place. + + When items are deselected (filtered out from ``items``), + the hook :hook:`pytest_deselected` must be called explicitly + with the deselected items to properly notify other plugins, + e.g. with ``config.hook.pytest_deselected(items=deselected_items)``. + + :param session: The pytest session object. + :param config: The pytest config object. + :param items: List of item objects. + + Use in conftest plugins + ======================= + + Any conftest plugin can implement this hook. + """ + + +def pytest_collection_finish(session: Session) -> None: + """Called after collection has been performed and modified. + + :param session: The pytest session object. + + Use in conftest plugins + ======================= + + Any conftest plugin can implement this hook. + """ + + +@hookspec( + firstresult=True, + warn_on_impl_args={ + "path": HOOK_LEGACY_PATH_ARG.format( + pylib_path_arg="path", pathlib_path_arg="collection_path" + ), + }, +) +def pytest_ignore_collect( + collection_path: Path, path: LEGACY_PATH, config: Config +) -> bool | None: + """Return ``True`` to ignore this path for collection. + + Return ``None`` to let other plugins ignore the path for collection. + + Returning ``False`` will forcefully *not* ignore this path for collection, + without giving a chance for other plugins to ignore this path. + + This hook is consulted for all files and directories prior to calling + more specific hooks. + + Stops at first non-None result, see :ref:`firstresult`. + + :param collection_path: The path to analyze. + :type collection_path: pathlib.Path + :param path: The path to analyze (deprecated). + :param config: The pytest config object. + + .. versionchanged:: 7.0.0 + The ``collection_path`` parameter was added as a :class:`pathlib.Path` + equivalent of the ``path`` parameter. The ``path`` parameter + has been deprecated. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. For a given collection path, only + conftest files in parent directories of the collection path are consulted + (if the path is a directory, its own conftest file is *not* consulted - a + directory cannot ignore itself!). + """ + + +@hookspec(firstresult=True) +def pytest_collect_directory(path: Path, parent: Collector) -> Collector | None: + """Create a :class:`~pytest.Collector` for the given directory, or None if + not relevant. + + .. versionadded:: 8.0 + + For best results, the returned collector should be a subclass of + :class:`~pytest.Directory`, but this is not required. + + The new node needs to have the specified ``parent`` as a parent. + + Stops at first non-None result, see :ref:`firstresult`. + + :param path: The path to analyze. + :type path: pathlib.Path + + See :ref:`custom directory collectors` for a simple example of use of this + hook. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. For a given collection path, only + conftest files in parent directories of the collection path are consulted + (if the path is a directory, its own conftest file is *not* consulted - a + directory cannot collect itself!). + """ + + +@hookspec( + warn_on_impl_args={ + "path": HOOK_LEGACY_PATH_ARG.format( + pylib_path_arg="path", pathlib_path_arg="file_path" + ), + }, +) +def pytest_collect_file( + file_path: Path, path: LEGACY_PATH, parent: Collector +) -> Collector | None: + """Create a :class:`~pytest.Collector` for the given path, or None if not relevant. + + For best results, the returned collector should be a subclass of + :class:`~pytest.File`, but this is not required. + + The new node needs to have the specified ``parent`` as a parent. + + :param file_path: The path to analyze. + :type file_path: pathlib.Path + :param path: The path to collect (deprecated). + + .. versionchanged:: 7.0.0 + The ``file_path`` parameter was added as a :class:`pathlib.Path` + equivalent of the ``path`` parameter. The ``path`` parameter + has been deprecated. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. For a given file path, only + conftest files in parent directories of the file path are consulted. + """ + + +# logging hooks for collection + + +def pytest_collectstart(collector: Collector) -> None: + """Collector starts collecting. + + :param collector: + The collector. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. For a given collector, only + conftest files in the collector's directory and its parent directories are + consulted. + """ + + +def pytest_itemcollected(item: Item) -> None: + """We just collected a test item. + + :param item: + The item. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. For a given item, only conftest + files in the item's directory and its parent directories are consulted. + """ + + +def pytest_collectreport(report: CollectReport) -> None: + """Collector finished collecting. + + :param report: + The collect report. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. For a given collector, only + conftest files in the collector's directory and its parent directories are + consulted. + """ + + +def pytest_deselected(items: Sequence[Item]) -> None: + """Called for deselected test items, e.g. by keyword. + + Note that this hook has two integration aspects for plugins: + + - it can be *implemented* to be notified of deselected items + - it must be *called* from :hook:`pytest_collection_modifyitems` + implementations when items are deselected (to properly notify other plugins). + + May be called multiple times. + + :param items: + The items. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. + """ + + +@hookspec(firstresult=True) +def pytest_make_collect_report(collector: Collector) -> CollectReport | None: + """Perform :func:`collector.collect() ` and return + a :class:`~pytest.CollectReport`. + + Stops at first non-None result, see :ref:`firstresult`. + + :param collector: + The collector. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. For a given collector, only + conftest files in the collector's directory and its parent directories are + consulted. + """ + + +# ------------------------------------------------------------------------- +# Python test function related hooks +# ------------------------------------------------------------------------- + + +@hookspec( + firstresult=True, + warn_on_impl_args={ + "path": HOOK_LEGACY_PATH_ARG.format( + pylib_path_arg="path", pathlib_path_arg="module_path" + ), + }, +) +def pytest_pycollect_makemodule( + module_path: Path, path: LEGACY_PATH, parent +) -> Module | None: + """Return a :class:`pytest.Module` collector or None for the given path. + + This hook will be called for each matching test module path. + The :hook:`pytest_collect_file` hook needs to be used if you want to + create test modules for files that do not match as a test module. + + Stops at first non-None result, see :ref:`firstresult`. + + :param module_path: The path of the module to collect. + :type module_path: pathlib.Path + :param path: The path of the module to collect (deprecated). + + .. versionchanged:: 7.0.0 + The ``module_path`` parameter was added as a :class:`pathlib.Path` + equivalent of the ``path`` parameter. + + The ``path`` parameter has been deprecated in favor of ``fspath``. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. For a given parent collector, + only conftest files in the collector's directory and its parent directories + are consulted. + """ + + +@hookspec(firstresult=True) +def pytest_pycollect_makeitem( + collector: Module | Class, name: str, obj: object +) -> None | Item | Collector | list[Item | Collector]: + """Return a custom item/collector for a Python object in a module, or None. + + Stops at first non-None result, see :ref:`firstresult`. + + :param collector: + The module/class collector. + :param name: + The name of the object in the module/class. + :param obj: + The object. + :returns: + The created items/collectors. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. For a given collector, only + conftest files in the collector's directory and its parent directories + are consulted. + """ + + +@hookspec(firstresult=True) +def pytest_pyfunc_call(pyfuncitem: Function) -> object | None: + """Call underlying test function. + + Stops at first non-None result, see :ref:`firstresult`. + + :param pyfuncitem: + The function item. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. For a given item, only + conftest files in the item's directory and its parent directories + are consulted. + """ + + +def pytest_generate_tests(metafunc: Metafunc) -> None: + """Generate (multiple) parametrized calls to a test function. + + :param metafunc: + The :class:`~pytest.Metafunc` helper for the test function. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. For a given function definition, + only conftest files in the functions's directory and its parent directories + are consulted. + """ + + +@hookspec(firstresult=True) +def pytest_make_parametrize_id(config: Config, val: object, argname: str) -> str | None: + """Return a user-friendly string representation of the given ``val`` + that will be used by @pytest.mark.parametrize calls, or None if the hook + doesn't know about ``val``. + + The parameter name is available as ``argname``, if required. + + Stops at first non-None result, see :ref:`firstresult`. + + :param config: The pytest config object. + :param val: The parametrized value. + :param argname: The automatic parameter name produced by pytest. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. + """ + + +# ------------------------------------------------------------------------- +# runtest related hooks +# ------------------------------------------------------------------------- + + +@hookspec(firstresult=True) +def pytest_runtestloop(session: Session) -> object | None: + """Perform the main runtest loop (after collection finished). + + The default hook implementation performs the runtest protocol for all items + collected in the session (``session.items``), unless the collection failed + or the ``collectonly`` pytest option is set. + + If at any point :py:func:`pytest.exit` is called, the loop is + terminated immediately. + + If at any point ``session.shouldfail`` or ``session.shouldstop`` are set, the + loop is terminated after the runtest protocol for the current item is finished. + + :param session: The pytest session object. + + Stops at first non-None result, see :ref:`firstresult`. + The return value is not used, but only stops further processing. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. + """ + + +@hookspec(firstresult=True) +def pytest_runtest_protocol(item: Item, nextitem: Item | None) -> object | None: + """Perform the runtest protocol for a single test item. + + The default runtest protocol is this (see individual hooks for full details): + + - ``pytest_runtest_logstart(nodeid, location)`` + + - Setup phase: + - ``call = pytest_runtest_setup(item)`` (wrapped in ``CallInfo(when="setup")``) + - ``report = pytest_runtest_makereport(item, call)`` + - ``pytest_runtest_logreport(report)`` + - ``pytest_exception_interact(call, report)`` if an interactive exception occurred + + - Call phase, if the setup passed and the ``setuponly`` pytest option is not set: + - ``call = pytest_runtest_call(item)`` (wrapped in ``CallInfo(when="call")``) + - ``report = pytest_runtest_makereport(item, call)`` + - ``pytest_runtest_logreport(report)`` + - ``pytest_exception_interact(call, report)`` if an interactive exception occurred + + - Teardown phase: + - ``call = pytest_runtest_teardown(item, nextitem)`` (wrapped in ``CallInfo(when="teardown")``) + - ``report = pytest_runtest_makereport(item, call)`` + - ``pytest_runtest_logreport(report)`` + - ``pytest_exception_interact(call, report)`` if an interactive exception occurred + + - ``pytest_runtest_logfinish(nodeid, location)`` + + :param item: Test item for which the runtest protocol is performed. + :param nextitem: The scheduled-to-be-next test item (or None if this is the end my friend). + + Stops at first non-None result, see :ref:`firstresult`. + The return value is not used, but only stops further processing. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. + """ + + +def pytest_runtest_logstart(nodeid: str, location: tuple[str, int | None, str]) -> None: + """Called at the start of running the runtest protocol for a single item. + + See :hook:`pytest_runtest_protocol` for a description of the runtest protocol. + + :param nodeid: Full node ID of the item. + :param location: A tuple of ``(filename, lineno, testname)`` + where ``filename`` is a file path relative to ``config.rootpath`` + and ``lineno`` is 0-based. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. For a given item, only conftest + files in the item's directory and its parent directories are consulted. + """ + + +def pytest_runtest_logfinish( + nodeid: str, location: tuple[str, int | None, str] +) -> None: + """Called at the end of running the runtest protocol for a single item. + + See :hook:`pytest_runtest_protocol` for a description of the runtest protocol. + + :param nodeid: Full node ID of the item. + :param location: A tuple of ``(filename, lineno, testname)`` + where ``filename`` is a file path relative to ``config.rootpath`` + and ``lineno`` is 0-based. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. For a given item, only conftest + files in the item's directory and its parent directories are consulted. + """ + + +def pytest_runtest_setup(item: Item) -> None: + """Called to perform the setup phase for a test item. + + The default implementation runs ``setup()`` on ``item`` and all of its + parents (which haven't been setup yet). This includes obtaining the + values of fixtures required by the item (which haven't been obtained + yet). + + :param item: + The item. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. For a given item, only conftest + files in the item's directory and its parent directories are consulted. + """ + + +def pytest_runtest_call(item: Item) -> None: + """Called to run the test for test item (the call phase). + + The default implementation calls ``item.runtest()``. + + :param item: + The item. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. For a given item, only conftest + files in the item's directory and its parent directories are consulted. + """ + + +def pytest_runtest_teardown(item: Item, nextitem: Item | None) -> None: + """Called to perform the teardown phase for a test item. + + The default implementation runs the finalizers and calls ``teardown()`` + on ``item`` and all of its parents (which need to be torn down). This + includes running the teardown phase of fixtures required by the item (if + they go out of scope). + + :param item: + The item. + :param nextitem: + The scheduled-to-be-next test item (None if no further test item is + scheduled). This argument is used to perform exact teardowns, i.e. + calling just enough finalizers so that nextitem only needs to call + setup functions. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. For a given item, only conftest + files in the item's directory and its parent directories are consulted. + """ + + +@hookspec(firstresult=True) +def pytest_runtest_makereport(item: Item, call: CallInfo[None]) -> TestReport | None: + """Called to create a :class:`~pytest.TestReport` for each of + the setup, call and teardown runtest phases of a test item. + + See :hook:`pytest_runtest_protocol` for a description of the runtest protocol. + + :param item: The item. + :param call: The :class:`~pytest.CallInfo` for the phase. + + Stops at first non-None result, see :ref:`firstresult`. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. For a given item, only conftest + files in the item's directory and its parent directories are consulted. + """ + + +def pytest_runtest_logreport(report: TestReport) -> None: + """Process the :class:`~pytest.TestReport` produced for each + of the setup, call and teardown runtest phases of an item. + + See :hook:`pytest_runtest_protocol` for a description of the runtest protocol. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. For a given item, only conftest + files in the item's directory and its parent directories are consulted. + """ + + +@hookspec(firstresult=True) +def pytest_report_to_serializable( + config: Config, + report: CollectReport | TestReport, +) -> dict[str, Any] | None: + """Serialize the given report object into a data structure suitable for + sending over the wire, e.g. converted to JSON. + + :param config: The pytest config object. + :param report: The report. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. The exact details may depend + on the plugin which calls the hook. + """ + + +@hookspec(firstresult=True) +def pytest_report_from_serializable( + config: Config, + data: dict[str, Any], +) -> CollectReport | TestReport | None: + """Restore a report object previously serialized with + :hook:`pytest_report_to_serializable`. + + :param config: The pytest config object. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. The exact details may depend + on the plugin which calls the hook. + """ + + +# ------------------------------------------------------------------------- +# Fixture related hooks +# ------------------------------------------------------------------------- + + +@hookspec(firstresult=True) +def pytest_fixture_setup( + fixturedef: FixtureDef[Any], request: SubRequest +) -> object | None: + """Perform fixture setup execution. + + :param fixturedef: + The fixture definition object. + :param request: + The fixture request object. + :returns: + The return value of the call to the fixture function. + + Stops at first non-None result, see :ref:`firstresult`. + + .. note:: + If the fixture function returns None, other implementations of + this hook function will continue to be called, according to the + behavior of the :ref:`firstresult` option. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. For a given fixture, only + conftest files in the fixture scope's directory and its parent directories + are consulted. + """ + + +def pytest_fixture_post_finalizer( + fixturedef: FixtureDef[Any], request: SubRequest +) -> None: + """Called after fixture teardown, but before the cache is cleared, so + the fixture result ``fixturedef.cached_result`` is still available (not + ``None``). + + :param fixturedef: + The fixture definition object. + :param request: + The fixture request object. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. For a given fixture, only + conftest files in the fixture scope's directory and its parent directories + are consulted. + """ + + +# ------------------------------------------------------------------------- +# test session related hooks +# ------------------------------------------------------------------------- + + +def pytest_sessionstart(session: Session) -> None: + """Called after the ``Session`` object has been created and before performing collection + and entering the run test loop. + + :param session: The pytest session object. + + Use in conftest plugins + ======================= + + This hook is only called for :ref:`initial conftests `. + """ + + +def pytest_sessionfinish( + session: Session, + exitstatus: int | ExitCode, +) -> None: + """Called after whole test run finished, right before returning the exit status to the system. + + :param session: The pytest session object. + :param exitstatus: The status which pytest will return to the system. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. + """ + + +def pytest_unconfigure(config: Config) -> None: + """Called before test process is exited. + + :param config: The pytest config object. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. + """ + + +# ------------------------------------------------------------------------- +# hooks for customizing the assert methods +# ------------------------------------------------------------------------- + + +def pytest_assertrepr_compare( + config: Config, op: str, left: object, right: object +) -> list[str] | None: + """Return explanation for comparisons in failing assert expressions. + + Return None for no custom explanation, otherwise return a list + of strings. The strings will be joined by newlines but any newlines + *in* a string will be escaped. Note that all but the first line will + be indented slightly, the intention is for the first line to be a summary. + + :param config: The pytest config object. + :param op: The operator, e.g. `"=="`, `"!="`, `"not in"`. + :param left: The left operand. + :param right: The right operand. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. For a given item, only conftest + files in the item's directory and its parent directories are consulted. + """ + + +def pytest_assertion_pass(item: Item, lineno: int, orig: str, expl: str) -> None: + """Called whenever an assertion passes. + + .. versionadded:: 5.0 + + Use this hook to do some processing after a passing assertion. + The original assertion information is available in the `orig` string + and the pytest introspected assertion information is available in the + `expl` string. + + This hook must be explicitly enabled by the ``enable_assertion_pass_hook`` + ini-file option: + + .. code-block:: ini + + [pytest] + enable_assertion_pass_hook=true + + You need to **clean the .pyc** files in your project directory and interpreter libraries + when enabling this option, as assertions will require to be re-written. + + :param item: pytest item object of current test. + :param lineno: Line number of the assert statement. + :param orig: String with the original assertion. + :param expl: String with the assert explanation. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. For a given item, only conftest + files in the item's directory and its parent directories are consulted. + """ + + +# ------------------------------------------------------------------------- +# Hooks for influencing reporting (invoked from _pytest_terminal). +# ------------------------------------------------------------------------- + + +@hookspec( + warn_on_impl_args={ + "startdir": HOOK_LEGACY_PATH_ARG.format( + pylib_path_arg="startdir", pathlib_path_arg="start_path" + ), + }, +) +def pytest_report_header( # type:ignore[empty-body] + config: Config, start_path: Path, startdir: LEGACY_PATH +) -> str | list[str]: + """Return a string or list of strings to be displayed as header info for terminal reporting. + + :param config: The pytest config object. + :param start_path: The starting dir. + :type start_path: pathlib.Path + :param startdir: The starting dir (deprecated). + + .. note:: + + Lines returned by a plugin are displayed before those of plugins which + ran before it. + If you want to have your line(s) displayed first, use + :ref:`trylast=True `. + + .. versionchanged:: 7.0.0 + The ``start_path`` parameter was added as a :class:`pathlib.Path` + equivalent of the ``startdir`` parameter. The ``startdir`` parameter + has been deprecated. + + Use in conftest plugins + ======================= + + This hook is only called for :ref:`initial conftests `. + """ + + +@hookspec( + warn_on_impl_args={ + "startdir": HOOK_LEGACY_PATH_ARG.format( + pylib_path_arg="startdir", pathlib_path_arg="start_path" + ), + }, +) +def pytest_report_collectionfinish( # type:ignore[empty-body] + config: Config, + start_path: Path, + startdir: LEGACY_PATH, + items: Sequence[Item], +) -> str | list[str]: + """Return a string or list of strings to be displayed after collection + has finished successfully. + + These strings will be displayed after the standard "collected X items" message. + + .. versionadded:: 3.2 + + :param config: The pytest config object. + :param start_path: The starting dir. + :type start_path: pathlib.Path + :param startdir: The starting dir (deprecated). + :param items: List of pytest items that are going to be executed; this list should not be modified. + + .. note:: + + Lines returned by a plugin are displayed before those of plugins which + ran before it. + If you want to have your line(s) displayed first, use + :ref:`trylast=True `. + + .. versionchanged:: 7.0.0 + The ``start_path`` parameter was added as a :class:`pathlib.Path` + equivalent of the ``startdir`` parameter. The ``startdir`` parameter + has been deprecated. + + Use in conftest plugins + ======================= + + Any conftest plugin can implement this hook. + """ + + +@hookspec(firstresult=True) +def pytest_report_teststatus( # type:ignore[empty-body] + report: CollectReport | TestReport, config: Config +) -> TestShortLogReport | tuple[str, str, str | tuple[str, Mapping[str, bool]]]: + """Return result-category, shortletter and verbose word for status + reporting. + + The result-category is a category in which to count the result, for + example "passed", "skipped", "error" or the empty string. + + The shortletter is shown as testing progresses, for example ".", "s", + "E" or the empty string. + + The verbose word is shown as testing progresses in verbose mode, for + example "PASSED", "SKIPPED", "ERROR" or the empty string. + + pytest may style these implicitly according to the report outcome. + To provide explicit styling, return a tuple for the verbose word, + for example ``"rerun", "R", ("RERUN", {"yellow": True})``. + + :param report: The report object whose status is to be returned. + :param config: The pytest config object. + :returns: The test status. + + Stops at first non-None result, see :ref:`firstresult`. + + Use in conftest plugins + ======================= + + Any conftest plugin can implement this hook. + """ + + +def pytest_terminal_summary( + terminalreporter: TerminalReporter, + exitstatus: ExitCode, + config: Config, +) -> None: + """Add a section to terminal summary reporting. + + :param terminalreporter: The internal terminal reporter object. + :param exitstatus: The exit status that will be reported back to the OS. + :param config: The pytest config object. + + .. versionadded:: 4.2 + The ``config`` parameter. + + Use in conftest plugins + ======================= + + Any conftest plugin can implement this hook. + """ + + +@hookspec(historic=True) +def pytest_warning_recorded( + warning_message: warnings.WarningMessage, + when: Literal["config", "collect", "runtest"], + nodeid: str, + location: tuple[str, int, str] | None, +) -> None: + """Process a warning captured by the internal pytest warnings plugin. + + :param warning_message: + The captured warning. This is the same object produced by :class:`warnings.catch_warnings`, + and contains the same attributes as the parameters of :py:func:`warnings.showwarning`. + + :param when: + Indicates when the warning was captured. Possible values: + + * ``"config"``: during pytest configuration/initialization stage. + * ``"collect"``: during test collection. + * ``"runtest"``: during test execution. + + :param nodeid: + Full id of the item. Empty string for warnings that are not specific to + a particular node. + + :param location: + When available, holds information about the execution context of the captured + warning (filename, linenumber, function). ``function`` evaluates to + when the execution context is at the module level. + + .. versionadded:: 6.0 + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. If the warning is specific to a + particular node, only conftest files in parent directories of the node are + consulted. + """ + + +# ------------------------------------------------------------------------- +# Hooks for influencing skipping +# ------------------------------------------------------------------------- + + +def pytest_markeval_namespace( # type:ignore[empty-body] + config: Config, +) -> dict[str, Any]: + """Called when constructing the globals dictionary used for + evaluating string conditions in xfail/skipif markers. + + This is useful when the condition for a marker requires + objects that are expensive or impossible to obtain during + collection time, which is required by normal boolean + conditions. + + .. versionadded:: 6.2 + + :param config: The pytest config object. + :returns: A dictionary of additional globals to add. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. For a given item, only conftest + files in parent directories of the item are consulted. + """ + + +# ------------------------------------------------------------------------- +# error handling and internal debugging hooks +# ------------------------------------------------------------------------- + + +def pytest_internalerror( + excrepr: ExceptionRepr, + excinfo: ExceptionInfo[BaseException], +) -> bool | None: + """Called for internal errors. + + Return True to suppress the fallback handling of printing an + INTERNALERROR message directly to sys.stderr. + + :param excrepr: The exception repr object. + :param excinfo: The exception info. + + Use in conftest plugins + ======================= + + Any conftest plugin can implement this hook. + """ + + +def pytest_keyboard_interrupt( + excinfo: ExceptionInfo[KeyboardInterrupt | Exit], +) -> None: + """Called for keyboard interrupt. + + :param excinfo: The exception info. + + Use in conftest plugins + ======================= + + Any conftest plugin can implement this hook. + """ + + +def pytest_exception_interact( + node: Item | Collector, + call: CallInfo[Any], + report: CollectReport | TestReport, +) -> None: + """Called when an exception was raised which can potentially be + interactively handled. + + May be called during collection (see :hook:`pytest_make_collect_report`), + in which case ``report`` is a :class:`~pytest.CollectReport`. + + May be called during runtest of an item (see :hook:`pytest_runtest_protocol`), + in which case ``report`` is a :class:`~pytest.TestReport`. + + This hook is not called if the exception that was raised is an internal + exception like ``skip.Exception``. + + :param node: + The item or collector. + :param call: + The call information. Contains the exception. + :param report: + The collection or test report. + + Use in conftest plugins + ======================= + + Any conftest file can implement this hook. For a given node, only conftest + files in parent directories of the node are consulted. + """ + + +def pytest_enter_pdb(config: Config, pdb: pdb.Pdb) -> None: + """Called upon pdb.set_trace(). + + Can be used by plugins to take special action just before the python + debugger enters interactive mode. + + :param config: The pytest config object. + :param pdb: The Pdb instance. + + Use in conftest plugins + ======================= + + Any conftest plugin can implement this hook. + """ + + +def pytest_leave_pdb(config: Config, pdb: pdb.Pdb) -> None: + """Called when leaving pdb (e.g. with continue after pdb.set_trace()). + + Can be used by plugins to take special action just after the python + debugger leaves interactive mode. + + :param config: The pytest config object. + :param pdb: The Pdb instance. + + Use in conftest plugins + ======================= + + Any conftest plugin can implement this hook. + """ diff --git a/env/lib/python3.8/site-packages/_pytest/junitxml.py b/env/lib/python3.8/site-packages/_pytest/junitxml.py new file mode 100644 index 000000000..3a2cb59a6 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/junitxml.py @@ -0,0 +1,697 @@ +# mypy: allow-untyped-defs +"""Report test results in JUnit-XML format, for use with Jenkins and build +integration servers. + +Based on initial code from Ross Lawley. + +Output conforms to +https://github.com/jenkinsci/xunit-plugin/blob/master/src/main/resources/org/jenkinsci/plugins/xunit/types/model/xsd/junit-10.xsd +""" + +from __future__ import annotations + +from datetime import datetime +from datetime import timezone +import functools +import os +import platform +import re +from typing import Callable +from typing import Match +import xml.etree.ElementTree as ET + +from _pytest import nodes +from _pytest import timing +from _pytest._code.code import ExceptionRepr +from _pytest._code.code import ReprFileLocation +from _pytest.config import Config +from _pytest.config import filename_arg +from _pytest.config.argparsing import Parser +from _pytest.fixtures import FixtureRequest +from _pytest.reports import TestReport +from _pytest.stash import StashKey +from _pytest.terminal import TerminalReporter +import pytest + + +xml_key = StashKey["LogXML"]() + + +def bin_xml_escape(arg: object) -> str: + r"""Visually escape invalid XML characters. + + For example, transforms + 'hello\aworld\b' + into + 'hello#x07world#x08' + Note that the #xABs are *not* XML escapes - missing the ampersand «. + The idea is to escape visually for the user rather than for XML itself. + """ + + def repl(matchobj: Match[str]) -> str: + i = ord(matchobj.group()) + if i <= 0xFF: + return f"#x{i:02X}" + else: + return f"#x{i:04X}" + + # The spec range of valid chars is: + # Char ::= #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF] + # For an unknown(?) reason, we disallow #x7F (DEL) as well. + illegal_xml_re = ( + "[^\u0009\u000a\u000d\u0020-\u007e\u0080-\ud7ff\ue000-\ufffd\u10000-\u10ffff]" + ) + return re.sub(illegal_xml_re, repl, str(arg)) + + +def merge_family(left, right) -> None: + result = {} + for kl, vl in left.items(): + for kr, vr in right.items(): + if not isinstance(vl, list): + raise TypeError(type(vl)) + result[kl] = vl + vr + left.update(result) + + +families = {} +families["_base"] = {"testcase": ["classname", "name"]} +families["_base_legacy"] = {"testcase": ["file", "line", "url"]} + +# xUnit 1.x inherits legacy attributes. +families["xunit1"] = families["_base"].copy() +merge_family(families["xunit1"], families["_base_legacy"]) + +# xUnit 2.x uses strict base attributes. +families["xunit2"] = families["_base"] + + +class _NodeReporter: + def __init__(self, nodeid: str | TestReport, xml: LogXML) -> None: + self.id = nodeid + self.xml = xml + self.add_stats = self.xml.add_stats + self.family = self.xml.family + self.duration = 0.0 + self.properties: list[tuple[str, str]] = [] + self.nodes: list[ET.Element] = [] + self.attrs: dict[str, str] = {} + + def append(self, node: ET.Element) -> None: + self.xml.add_stats(node.tag) + self.nodes.append(node) + + def add_property(self, name: str, value: object) -> None: + self.properties.append((str(name), bin_xml_escape(value))) + + def add_attribute(self, name: str, value: object) -> None: + self.attrs[str(name)] = bin_xml_escape(value) + + def make_properties_node(self) -> ET.Element | None: + """Return a Junit node containing custom properties, if any.""" + if self.properties: + properties = ET.Element("properties") + for name, value in self.properties: + properties.append(ET.Element("property", name=name, value=value)) + return properties + return None + + def record_testreport(self, testreport: TestReport) -> None: + names = mangle_test_address(testreport.nodeid) + existing_attrs = self.attrs + classnames = names[:-1] + if self.xml.prefix: + classnames.insert(0, self.xml.prefix) + attrs: dict[str, str] = { + "classname": ".".join(classnames), + "name": bin_xml_escape(names[-1]), + "file": testreport.location[0], + } + if testreport.location[1] is not None: + attrs["line"] = str(testreport.location[1]) + if hasattr(testreport, "url"): + attrs["url"] = testreport.url + self.attrs = attrs + self.attrs.update(existing_attrs) # Restore any user-defined attributes. + + # Preserve legacy testcase behavior. + if self.family == "xunit1": + return + + # Filter out attributes not permitted by this test family. + # Including custom attributes because they are not valid here. + temp_attrs = {} + for key in self.attrs: + if key in families[self.family]["testcase"]: + temp_attrs[key] = self.attrs[key] + self.attrs = temp_attrs + + def to_xml(self) -> ET.Element: + testcase = ET.Element("testcase", self.attrs, time=f"{self.duration:.3f}") + properties = self.make_properties_node() + if properties is not None: + testcase.append(properties) + testcase.extend(self.nodes) + return testcase + + def _add_simple(self, tag: str, message: str, data: str | None = None) -> None: + node = ET.Element(tag, message=message) + node.text = bin_xml_escape(data) + self.append(node) + + def write_captured_output(self, report: TestReport) -> None: + if not self.xml.log_passing_tests and report.passed: + return + + content_out = report.capstdout + content_log = report.caplog + content_err = report.capstderr + if self.xml.logging == "no": + return + content_all = "" + if self.xml.logging in ["log", "all"]: + content_all = self._prepare_content(content_log, " Captured Log ") + if self.xml.logging in ["system-out", "out-err", "all"]: + content_all += self._prepare_content(content_out, " Captured Out ") + self._write_content(report, content_all, "system-out") + content_all = "" + if self.xml.logging in ["system-err", "out-err", "all"]: + content_all += self._prepare_content(content_err, " Captured Err ") + self._write_content(report, content_all, "system-err") + content_all = "" + if content_all: + self._write_content(report, content_all, "system-out") + + def _prepare_content(self, content: str, header: str) -> str: + return "\n".join([header.center(80, "-"), content, ""]) + + def _write_content(self, report: TestReport, content: str, jheader: str) -> None: + tag = ET.Element(jheader) + tag.text = bin_xml_escape(content) + self.append(tag) + + def append_pass(self, report: TestReport) -> None: + self.add_stats("passed") + + def append_failure(self, report: TestReport) -> None: + # msg = str(report.longrepr.reprtraceback.extraline) + if hasattr(report, "wasxfail"): + self._add_simple("skipped", "xfail-marked test passes unexpectedly") + else: + assert report.longrepr is not None + reprcrash: ReprFileLocation | None = getattr( + report.longrepr, "reprcrash", None + ) + if reprcrash is not None: + message = reprcrash.message + else: + message = str(report.longrepr) + message = bin_xml_escape(message) + self._add_simple("failure", message, str(report.longrepr)) + + def append_collect_error(self, report: TestReport) -> None: + # msg = str(report.longrepr.reprtraceback.extraline) + assert report.longrepr is not None + self._add_simple("error", "collection failure", str(report.longrepr)) + + def append_collect_skipped(self, report: TestReport) -> None: + self._add_simple("skipped", "collection skipped", str(report.longrepr)) + + def append_error(self, report: TestReport) -> None: + assert report.longrepr is not None + reprcrash: ReprFileLocation | None = getattr(report.longrepr, "reprcrash", None) + if reprcrash is not None: + reason = reprcrash.message + else: + reason = str(report.longrepr) + + if report.when == "teardown": + msg = f'failed on teardown with "{reason}"' + else: + msg = f'failed on setup with "{reason}"' + self._add_simple("error", bin_xml_escape(msg), str(report.longrepr)) + + def append_skipped(self, report: TestReport) -> None: + if hasattr(report, "wasxfail"): + xfailreason = report.wasxfail + if xfailreason.startswith("reason: "): + xfailreason = xfailreason[8:] + xfailreason = bin_xml_escape(xfailreason) + skipped = ET.Element("skipped", type="pytest.xfail", message=xfailreason) + self.append(skipped) + else: + assert isinstance(report.longrepr, tuple) + filename, lineno, skipreason = report.longrepr + if skipreason.startswith("Skipped: "): + skipreason = skipreason[9:] + details = f"{filename}:{lineno}: {skipreason}" + + skipped = ET.Element( + "skipped", type="pytest.skip", message=bin_xml_escape(skipreason) + ) + skipped.text = bin_xml_escape(details) + self.append(skipped) + self.write_captured_output(report) + + def finalize(self) -> None: + data = self.to_xml() + self.__dict__.clear() + # Type ignored because mypy doesn't like overriding a method. + # Also the return value doesn't match... + self.to_xml = lambda: data # type: ignore[method-assign] + + +def _warn_incompatibility_with_xunit2( + request: FixtureRequest, fixture_name: str +) -> None: + """Emit a PytestWarning about the given fixture being incompatible with newer xunit revisions.""" + from _pytest.warning_types import PytestWarning + + xml = request.config.stash.get(xml_key, None) + if xml is not None and xml.family not in ("xunit1", "legacy"): + request.node.warn( + PytestWarning( + f"{fixture_name} is incompatible with junit_family '{xml.family}' (use 'legacy' or 'xunit1')" + ) + ) + + +@pytest.fixture +def record_property(request: FixtureRequest) -> Callable[[str, object], None]: + """Add extra properties to the calling test. + + User properties become part of the test report and are available to the + configured reporters, like JUnit XML. + + The fixture is callable with ``name, value``. The value is automatically + XML-encoded. + + Example:: + + def test_function(record_property): + record_property("example_key", 1) + """ + _warn_incompatibility_with_xunit2(request, "record_property") + + def append_property(name: str, value: object) -> None: + request.node.user_properties.append((name, value)) + + return append_property + + +@pytest.fixture +def record_xml_attribute(request: FixtureRequest) -> Callable[[str, object], None]: + """Add extra xml attributes to the tag for the calling test. + + The fixture is callable with ``name, value``. The value is + automatically XML-encoded. + """ + from _pytest.warning_types import PytestExperimentalApiWarning + + request.node.warn( + PytestExperimentalApiWarning("record_xml_attribute is an experimental feature") + ) + + _warn_incompatibility_with_xunit2(request, "record_xml_attribute") + + # Declare noop + def add_attr_noop(name: str, value: object) -> None: + pass + + attr_func = add_attr_noop + + xml = request.config.stash.get(xml_key, None) + if xml is not None: + node_reporter = xml.node_reporter(request.node.nodeid) + attr_func = node_reporter.add_attribute + + return attr_func + + +def _check_record_param_type(param: str, v: str) -> None: + """Used by record_testsuite_property to check that the given parameter name is of the proper + type.""" + __tracebackhide__ = True + if not isinstance(v, str): + msg = "{param} parameter needs to be a string, but {g} given" # type: ignore[unreachable] + raise TypeError(msg.format(param=param, g=type(v).__name__)) + + +@pytest.fixture(scope="session") +def record_testsuite_property(request: FixtureRequest) -> Callable[[str, object], None]: + """Record a new ```` tag as child of the root ````. + + This is suitable to writing global information regarding the entire test + suite, and is compatible with ``xunit2`` JUnit family. + + This is a ``session``-scoped fixture which is called with ``(name, value)``. Example: + + .. code-block:: python + + def test_foo(record_testsuite_property): + record_testsuite_property("ARCH", "PPC") + record_testsuite_property("STORAGE_TYPE", "CEPH") + + :param name: + The property name. + :param value: + The property value. Will be converted to a string. + + .. warning:: + + Currently this fixture **does not work** with the + `pytest-xdist `__ plugin. See + :issue:`7767` for details. + """ + __tracebackhide__ = True + + def record_func(name: str, value: object) -> None: + """No-op function in case --junit-xml was not passed in the command-line.""" + __tracebackhide__ = True + _check_record_param_type("name", name) + + xml = request.config.stash.get(xml_key, None) + if xml is not None: + record_func = xml.add_global_property + return record_func + + +def pytest_addoption(parser: Parser) -> None: + group = parser.getgroup("terminal reporting") + group.addoption( + "--junitxml", + "--junit-xml", + action="store", + dest="xmlpath", + metavar="path", + type=functools.partial(filename_arg, optname="--junitxml"), + default=None, + help="Create junit-xml style report file at given path", + ) + group.addoption( + "--junitprefix", + "--junit-prefix", + action="store", + metavar="str", + default=None, + help="Prepend prefix to classnames in junit-xml output", + ) + parser.addini( + "junit_suite_name", "Test suite name for JUnit report", default="pytest" + ) + parser.addini( + "junit_logging", + "Write captured log messages to JUnit report: " + "one of no|log|system-out|system-err|out-err|all", + default="no", + ) + parser.addini( + "junit_log_passing_tests", + "Capture log information for passing tests to JUnit report: ", + type="bool", + default=True, + ) + parser.addini( + "junit_duration_report", + "Duration time to report: one of total|call", + default="total", + ) # choices=['total', 'call']) + parser.addini( + "junit_family", + "Emit XML for schema: one of legacy|xunit1|xunit2", + default="xunit2", + ) + + +def pytest_configure(config: Config) -> None: + xmlpath = config.option.xmlpath + # Prevent opening xmllog on worker nodes (xdist). + if xmlpath and not hasattr(config, "workerinput"): + junit_family = config.getini("junit_family") + config.stash[xml_key] = LogXML( + xmlpath, + config.option.junitprefix, + config.getini("junit_suite_name"), + config.getini("junit_logging"), + config.getini("junit_duration_report"), + junit_family, + config.getini("junit_log_passing_tests"), + ) + config.pluginmanager.register(config.stash[xml_key]) + + +def pytest_unconfigure(config: Config) -> None: + xml = config.stash.get(xml_key, None) + if xml: + del config.stash[xml_key] + config.pluginmanager.unregister(xml) + + +def mangle_test_address(address: str) -> list[str]: + path, possible_open_bracket, params = address.partition("[") + names = path.split("::") + # Convert file path to dotted path. + names[0] = names[0].replace(nodes.SEP, ".") + names[0] = re.sub(r"\.py$", "", names[0]) + # Put any params back. + names[-1] += possible_open_bracket + params + return names + + +class LogXML: + def __init__( + self, + logfile, + prefix: str | None, + suite_name: str = "pytest", + logging: str = "no", + report_duration: str = "total", + family="xunit1", + log_passing_tests: bool = True, + ) -> None: + logfile = os.path.expanduser(os.path.expandvars(logfile)) + self.logfile = os.path.normpath(os.path.abspath(logfile)) + self.prefix = prefix + self.suite_name = suite_name + self.logging = logging + self.log_passing_tests = log_passing_tests + self.report_duration = report_duration + self.family = family + self.stats: dict[str, int] = dict.fromkeys( + ["error", "passed", "failure", "skipped"], 0 + ) + self.node_reporters: dict[tuple[str | TestReport, object], _NodeReporter] = {} + self.node_reporters_ordered: list[_NodeReporter] = [] + self.global_properties: list[tuple[str, str]] = [] + + # List of reports that failed on call but teardown is pending. + self.open_reports: list[TestReport] = [] + self.cnt_double_fail_tests = 0 + + # Replaces convenience family with real family. + if self.family == "legacy": + self.family = "xunit1" + + def finalize(self, report: TestReport) -> None: + nodeid = getattr(report, "nodeid", report) + # Local hack to handle xdist report order. + workernode = getattr(report, "node", None) + reporter = self.node_reporters.pop((nodeid, workernode)) + + for propname, propvalue in report.user_properties: + reporter.add_property(propname, str(propvalue)) + + if reporter is not None: + reporter.finalize() + + def node_reporter(self, report: TestReport | str) -> _NodeReporter: + nodeid: str | TestReport = getattr(report, "nodeid", report) + # Local hack to handle xdist report order. + workernode = getattr(report, "node", None) + + key = nodeid, workernode + + if key in self.node_reporters: + # TODO: breaks for --dist=each + return self.node_reporters[key] + + reporter = _NodeReporter(nodeid, self) + + self.node_reporters[key] = reporter + self.node_reporters_ordered.append(reporter) + + return reporter + + def add_stats(self, key: str) -> None: + if key in self.stats: + self.stats[key] += 1 + + def _opentestcase(self, report: TestReport) -> _NodeReporter: + reporter = self.node_reporter(report) + reporter.record_testreport(report) + return reporter + + def pytest_runtest_logreport(self, report: TestReport) -> None: + """Handle a setup/call/teardown report, generating the appropriate + XML tags as necessary. + + Note: due to plugins like xdist, this hook may be called in interlaced + order with reports from other nodes. For example: + + Usual call order: + -> setup node1 + -> call node1 + -> teardown node1 + -> setup node2 + -> call node2 + -> teardown node2 + + Possible call order in xdist: + -> setup node1 + -> call node1 + -> setup node2 + -> call node2 + -> teardown node2 + -> teardown node1 + """ + close_report = None + if report.passed: + if report.when == "call": # ignore setup/teardown + reporter = self._opentestcase(report) + reporter.append_pass(report) + elif report.failed: + if report.when == "teardown": + # The following vars are needed when xdist plugin is used. + report_wid = getattr(report, "worker_id", None) + report_ii = getattr(report, "item_index", None) + close_report = next( + ( + rep + for rep in self.open_reports + if ( + rep.nodeid == report.nodeid + and getattr(rep, "item_index", None) == report_ii + and getattr(rep, "worker_id", None) == report_wid + ) + ), + None, + ) + if close_report: + # We need to open new testcase in case we have failure in + # call and error in teardown in order to follow junit + # schema. + self.finalize(close_report) + self.cnt_double_fail_tests += 1 + reporter = self._opentestcase(report) + if report.when == "call": + reporter.append_failure(report) + self.open_reports.append(report) + if not self.log_passing_tests: + reporter.write_captured_output(report) + else: + reporter.append_error(report) + elif report.skipped: + reporter = self._opentestcase(report) + reporter.append_skipped(report) + self.update_testcase_duration(report) + if report.when == "teardown": + reporter = self._opentestcase(report) + reporter.write_captured_output(report) + + self.finalize(report) + report_wid = getattr(report, "worker_id", None) + report_ii = getattr(report, "item_index", None) + close_report = next( + ( + rep + for rep in self.open_reports + if ( + rep.nodeid == report.nodeid + and getattr(rep, "item_index", None) == report_ii + and getattr(rep, "worker_id", None) == report_wid + ) + ), + None, + ) + if close_report: + self.open_reports.remove(close_report) + + def update_testcase_duration(self, report: TestReport) -> None: + """Accumulate total duration for nodeid from given report and update + the Junit.testcase with the new total if already created.""" + if self.report_duration in {"total", report.when}: + reporter = self.node_reporter(report) + reporter.duration += getattr(report, "duration", 0.0) + + def pytest_collectreport(self, report: TestReport) -> None: + if not report.passed: + reporter = self._opentestcase(report) + if report.failed: + reporter.append_collect_error(report) + else: + reporter.append_collect_skipped(report) + + def pytest_internalerror(self, excrepr: ExceptionRepr) -> None: + reporter = self.node_reporter("internal") + reporter.attrs.update(classname="pytest", name="internal") + reporter._add_simple("error", "internal error", str(excrepr)) + + def pytest_sessionstart(self) -> None: + self.suite_start_time = timing.time() + + def pytest_sessionfinish(self) -> None: + dirname = os.path.dirname(os.path.abspath(self.logfile)) + # exist_ok avoids filesystem race conditions between checking path existence and requesting creation + os.makedirs(dirname, exist_ok=True) + + with open(self.logfile, "w", encoding="utf-8") as logfile: + suite_stop_time = timing.time() + suite_time_delta = suite_stop_time - self.suite_start_time + + numtests = ( + self.stats["passed"] + + self.stats["failure"] + + self.stats["skipped"] + + self.stats["error"] + - self.cnt_double_fail_tests + ) + logfile.write('') + + suite_node = ET.Element( + "testsuite", + name=self.suite_name, + errors=str(self.stats["error"]), + failures=str(self.stats["failure"]), + skipped=str(self.stats["skipped"]), + tests=str(numtests), + time=f"{suite_time_delta:.3f}", + timestamp=datetime.fromtimestamp(self.suite_start_time, timezone.utc) + .astimezone() + .isoformat(), + hostname=platform.node(), + ) + global_properties = self._get_global_properties_node() + if global_properties is not None: + suite_node.append(global_properties) + for node_reporter in self.node_reporters_ordered: + suite_node.append(node_reporter.to_xml()) + testsuites = ET.Element("testsuites") + testsuites.append(suite_node) + logfile.write(ET.tostring(testsuites, encoding="unicode")) + + def pytest_terminal_summary(self, terminalreporter: TerminalReporter) -> None: + terminalreporter.write_sep("-", f"generated xml file: {self.logfile}") + + def add_global_property(self, name: str, value: object) -> None: + __tracebackhide__ = True + _check_record_param_type("name", name) + self.global_properties.append((name, bin_xml_escape(value))) + + def _get_global_properties_node(self) -> ET.Element | None: + """Return a Junit node containing custom properties, if any.""" + if self.global_properties: + properties = ET.Element("properties") + for name, value in self.global_properties: + properties.append(ET.Element("property", name=name, value=value)) + return properties + return None diff --git a/env/lib/python3.8/site-packages/_pytest/legacypath.py b/env/lib/python3.8/site-packages/_pytest/legacypath.py new file mode 100644 index 000000000..59e8ef6e7 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/legacypath.py @@ -0,0 +1,468 @@ +# mypy: allow-untyped-defs +"""Add backward compatibility support for the legacy py path type.""" + +from __future__ import annotations + +import dataclasses +from pathlib import Path +import shlex +import subprocess +from typing import Final +from typing import final +from typing import TYPE_CHECKING + +from iniconfig import SectionWrapper + +from _pytest.cacheprovider import Cache +from _pytest.compat import LEGACY_PATH +from _pytest.compat import legacy_path +from _pytest.config import Config +from _pytest.config import hookimpl +from _pytest.config import PytestPluginManager +from _pytest.deprecated import check_ispytest +from _pytest.fixtures import fixture +from _pytest.fixtures import FixtureRequest +from _pytest.main import Session +from _pytest.monkeypatch import MonkeyPatch +from _pytest.nodes import Collector +from _pytest.nodes import Item +from _pytest.nodes import Node +from _pytest.pytester import HookRecorder +from _pytest.pytester import Pytester +from _pytest.pytester import RunResult +from _pytest.terminal import TerminalReporter +from _pytest.tmpdir import TempPathFactory + + +if TYPE_CHECKING: + import pexpect + + +@final +class Testdir: + """ + Similar to :class:`Pytester`, but this class works with legacy legacy_path objects instead. + + All methods just forward to an internal :class:`Pytester` instance, converting results + to `legacy_path` objects as necessary. + """ + + __test__ = False + + CLOSE_STDIN: Final = Pytester.CLOSE_STDIN + TimeoutExpired: Final = Pytester.TimeoutExpired + + def __init__(self, pytester: Pytester, *, _ispytest: bool = False) -> None: + check_ispytest(_ispytest) + self._pytester = pytester + + @property + def tmpdir(self) -> LEGACY_PATH: + """Temporary directory where tests are executed.""" + return legacy_path(self._pytester.path) + + @property + def test_tmproot(self) -> LEGACY_PATH: + return legacy_path(self._pytester._test_tmproot) + + @property + def request(self): + return self._pytester._request + + @property + def plugins(self): + return self._pytester.plugins + + @plugins.setter + def plugins(self, plugins): + self._pytester.plugins = plugins + + @property + def monkeypatch(self) -> MonkeyPatch: + return self._pytester._monkeypatch + + def make_hook_recorder(self, pluginmanager) -> HookRecorder: + """See :meth:`Pytester.make_hook_recorder`.""" + return self._pytester.make_hook_recorder(pluginmanager) + + def chdir(self) -> None: + """See :meth:`Pytester.chdir`.""" + return self._pytester.chdir() + + def finalize(self) -> None: + return self._pytester._finalize() + + def makefile(self, ext, *args, **kwargs) -> LEGACY_PATH: + """See :meth:`Pytester.makefile`.""" + if ext and not ext.startswith("."): + # pytester.makefile is going to throw a ValueError in a way that + # testdir.makefile did not, because + # pathlib.Path is stricter suffixes than py.path + # This ext arguments is likely user error, but since testdir has + # allowed this, we will prepend "." as a workaround to avoid breaking + # testdir usage that worked before + ext = "." + ext + return legacy_path(self._pytester.makefile(ext, *args, **kwargs)) + + def makeconftest(self, source) -> LEGACY_PATH: + """See :meth:`Pytester.makeconftest`.""" + return legacy_path(self._pytester.makeconftest(source)) + + def makeini(self, source) -> LEGACY_PATH: + """See :meth:`Pytester.makeini`.""" + return legacy_path(self._pytester.makeini(source)) + + def getinicfg(self, source: str) -> SectionWrapper: + """See :meth:`Pytester.getinicfg`.""" + return self._pytester.getinicfg(source) + + def makepyprojecttoml(self, source) -> LEGACY_PATH: + """See :meth:`Pytester.makepyprojecttoml`.""" + return legacy_path(self._pytester.makepyprojecttoml(source)) + + def makepyfile(self, *args, **kwargs) -> LEGACY_PATH: + """See :meth:`Pytester.makepyfile`.""" + return legacy_path(self._pytester.makepyfile(*args, **kwargs)) + + def maketxtfile(self, *args, **kwargs) -> LEGACY_PATH: + """See :meth:`Pytester.maketxtfile`.""" + return legacy_path(self._pytester.maketxtfile(*args, **kwargs)) + + def syspathinsert(self, path=None) -> None: + """See :meth:`Pytester.syspathinsert`.""" + return self._pytester.syspathinsert(path) + + def mkdir(self, name) -> LEGACY_PATH: + """See :meth:`Pytester.mkdir`.""" + return legacy_path(self._pytester.mkdir(name)) + + def mkpydir(self, name) -> LEGACY_PATH: + """See :meth:`Pytester.mkpydir`.""" + return legacy_path(self._pytester.mkpydir(name)) + + def copy_example(self, name=None) -> LEGACY_PATH: + """See :meth:`Pytester.copy_example`.""" + return legacy_path(self._pytester.copy_example(name)) + + def getnode(self, config: Config, arg) -> Item | Collector | None: + """See :meth:`Pytester.getnode`.""" + return self._pytester.getnode(config, arg) + + def getpathnode(self, path): + """See :meth:`Pytester.getpathnode`.""" + return self._pytester.getpathnode(path) + + def genitems(self, colitems: list[Item | Collector]) -> list[Item]: + """See :meth:`Pytester.genitems`.""" + return self._pytester.genitems(colitems) + + def runitem(self, source): + """See :meth:`Pytester.runitem`.""" + return self._pytester.runitem(source) + + def inline_runsource(self, source, *cmdlineargs): + """See :meth:`Pytester.inline_runsource`.""" + return self._pytester.inline_runsource(source, *cmdlineargs) + + def inline_genitems(self, *args): + """See :meth:`Pytester.inline_genitems`.""" + return self._pytester.inline_genitems(*args) + + def inline_run(self, *args, plugins=(), no_reraise_ctrlc: bool = False): + """See :meth:`Pytester.inline_run`.""" + return self._pytester.inline_run( + *args, plugins=plugins, no_reraise_ctrlc=no_reraise_ctrlc + ) + + def runpytest_inprocess(self, *args, **kwargs) -> RunResult: + """See :meth:`Pytester.runpytest_inprocess`.""" + return self._pytester.runpytest_inprocess(*args, **kwargs) + + def runpytest(self, *args, **kwargs) -> RunResult: + """See :meth:`Pytester.runpytest`.""" + return self._pytester.runpytest(*args, **kwargs) + + def parseconfig(self, *args) -> Config: + """See :meth:`Pytester.parseconfig`.""" + return self._pytester.parseconfig(*args) + + def parseconfigure(self, *args) -> Config: + """See :meth:`Pytester.parseconfigure`.""" + return self._pytester.parseconfigure(*args) + + def getitem(self, source, funcname="test_func"): + """See :meth:`Pytester.getitem`.""" + return self._pytester.getitem(source, funcname) + + def getitems(self, source): + """See :meth:`Pytester.getitems`.""" + return self._pytester.getitems(source) + + def getmodulecol(self, source, configargs=(), withinit=False): + """See :meth:`Pytester.getmodulecol`.""" + return self._pytester.getmodulecol( + source, configargs=configargs, withinit=withinit + ) + + def collect_by_name(self, modcol: Collector, name: str) -> Item | Collector | None: + """See :meth:`Pytester.collect_by_name`.""" + return self._pytester.collect_by_name(modcol, name) + + def popen( + self, + cmdargs, + stdout=subprocess.PIPE, + stderr=subprocess.PIPE, + stdin=CLOSE_STDIN, + **kw, + ): + """See :meth:`Pytester.popen`.""" + return self._pytester.popen(cmdargs, stdout, stderr, stdin, **kw) + + def run(self, *cmdargs, timeout=None, stdin=CLOSE_STDIN) -> RunResult: + """See :meth:`Pytester.run`.""" + return self._pytester.run(*cmdargs, timeout=timeout, stdin=stdin) + + def runpython(self, script) -> RunResult: + """See :meth:`Pytester.runpython`.""" + return self._pytester.runpython(script) + + def runpython_c(self, command): + """See :meth:`Pytester.runpython_c`.""" + return self._pytester.runpython_c(command) + + def runpytest_subprocess(self, *args, timeout=None) -> RunResult: + """See :meth:`Pytester.runpytest_subprocess`.""" + return self._pytester.runpytest_subprocess(*args, timeout=timeout) + + def spawn_pytest(self, string: str, expect_timeout: float = 10.0) -> pexpect.spawn: + """See :meth:`Pytester.spawn_pytest`.""" + return self._pytester.spawn_pytest(string, expect_timeout=expect_timeout) + + def spawn(self, cmd: str, expect_timeout: float = 10.0) -> pexpect.spawn: + """See :meth:`Pytester.spawn`.""" + return self._pytester.spawn(cmd, expect_timeout=expect_timeout) + + def __repr__(self) -> str: + return f"" + + def __str__(self) -> str: + return str(self.tmpdir) + + +class LegacyTestdirPlugin: + @staticmethod + @fixture + def testdir(pytester: Pytester) -> Testdir: + """ + Identical to :fixture:`pytester`, and provides an instance whose methods return + legacy ``LEGACY_PATH`` objects instead when applicable. + + New code should avoid using :fixture:`testdir` in favor of :fixture:`pytester`. + """ + return Testdir(pytester, _ispytest=True) + + +@final +@dataclasses.dataclass +class TempdirFactory: + """Backward compatibility wrapper that implements ``py.path.local`` + for :class:`TempPathFactory`. + + .. note:: + These days, it is preferred to use ``tmp_path_factory``. + + :ref:`About the tmpdir and tmpdir_factory fixtures`. + + """ + + _tmppath_factory: TempPathFactory + + def __init__( + self, tmppath_factory: TempPathFactory, *, _ispytest: bool = False + ) -> None: + check_ispytest(_ispytest) + self._tmppath_factory = tmppath_factory + + def mktemp(self, basename: str, numbered: bool = True) -> LEGACY_PATH: + """Same as :meth:`TempPathFactory.mktemp`, but returns a ``py.path.local`` object.""" + return legacy_path(self._tmppath_factory.mktemp(basename, numbered).resolve()) + + def getbasetemp(self) -> LEGACY_PATH: + """Same as :meth:`TempPathFactory.getbasetemp`, but returns a ``py.path.local`` object.""" + return legacy_path(self._tmppath_factory.getbasetemp().resolve()) + + +class LegacyTmpdirPlugin: + @staticmethod + @fixture(scope="session") + def tmpdir_factory(request: FixtureRequest) -> TempdirFactory: + """Return a :class:`pytest.TempdirFactory` instance for the test session.""" + # Set dynamically by pytest_configure(). + return request.config._tmpdirhandler # type: ignore + + @staticmethod + @fixture + def tmpdir(tmp_path: Path) -> LEGACY_PATH: + """Return a temporary directory (as `legacy_path`_ object) + which is unique to each test function invocation. + The temporary directory is created as a subdirectory + of the base temporary directory, with configurable retention, + as discussed in :ref:`temporary directory location and retention`. + + .. note:: + These days, it is preferred to use ``tmp_path``. + + :ref:`About the tmpdir and tmpdir_factory fixtures`. + + .. _legacy_path: https://py.readthedocs.io/en/latest/path.html + """ + return legacy_path(tmp_path) + + +def Cache_makedir(self: Cache, name: str) -> LEGACY_PATH: + """Return a directory path object with the given name. + + Same as :func:`mkdir`, but returns a legacy py path instance. + """ + return legacy_path(self.mkdir(name)) + + +def FixtureRequest_fspath(self: FixtureRequest) -> LEGACY_PATH: + """(deprecated) The file system path of the test module which collected this test.""" + return legacy_path(self.path) + + +def TerminalReporter_startdir(self: TerminalReporter) -> LEGACY_PATH: + """The directory from which pytest was invoked. + + Prefer to use ``startpath`` which is a :class:`pathlib.Path`. + + :type: LEGACY_PATH + """ + return legacy_path(self.startpath) + + +def Config_invocation_dir(self: Config) -> LEGACY_PATH: + """The directory from which pytest was invoked. + + Prefer to use :attr:`invocation_params.dir `, + which is a :class:`pathlib.Path`. + + :type: LEGACY_PATH + """ + return legacy_path(str(self.invocation_params.dir)) + + +def Config_rootdir(self: Config) -> LEGACY_PATH: + """The path to the :ref:`rootdir `. + + Prefer to use :attr:`rootpath`, which is a :class:`pathlib.Path`. + + :type: LEGACY_PATH + """ + return legacy_path(str(self.rootpath)) + + +def Config_inifile(self: Config) -> LEGACY_PATH | None: + """The path to the :ref:`configfile `. + + Prefer to use :attr:`inipath`, which is a :class:`pathlib.Path`. + + :type: Optional[LEGACY_PATH] + """ + return legacy_path(str(self.inipath)) if self.inipath else None + + +def Session_startdir(self: Session) -> LEGACY_PATH: + """The path from which pytest was invoked. + + Prefer to use ``startpath`` which is a :class:`pathlib.Path`. + + :type: LEGACY_PATH + """ + return legacy_path(self.startpath) + + +def Config__getini_unknown_type(self, name: str, type: str, value: str | list[str]): + if type == "pathlist": + # TODO: This assert is probably not valid in all cases. + assert self.inipath is not None + dp = self.inipath.parent + input_values = shlex.split(value) if isinstance(value, str) else value + return [legacy_path(str(dp / x)) for x in input_values] + else: + raise ValueError(f"unknown configuration type: {type}", value) + + +def Node_fspath(self: Node) -> LEGACY_PATH: + """(deprecated) returns a legacy_path copy of self.path""" + return legacy_path(self.path) + + +def Node_fspath_set(self: Node, value: LEGACY_PATH) -> None: + self.path = Path(value) + + +@hookimpl(tryfirst=True) +def pytest_load_initial_conftests(early_config: Config) -> None: + """Monkeypatch legacy path attributes in several classes, as early as possible.""" + mp = MonkeyPatch() + early_config.add_cleanup(mp.undo) + + # Add Cache.makedir(). + mp.setattr(Cache, "makedir", Cache_makedir, raising=False) + + # Add FixtureRequest.fspath property. + mp.setattr(FixtureRequest, "fspath", property(FixtureRequest_fspath), raising=False) + + # Add TerminalReporter.startdir property. + mp.setattr( + TerminalReporter, "startdir", property(TerminalReporter_startdir), raising=False + ) + + # Add Config.{invocation_dir,rootdir,inifile} properties. + mp.setattr(Config, "invocation_dir", property(Config_invocation_dir), raising=False) + mp.setattr(Config, "rootdir", property(Config_rootdir), raising=False) + mp.setattr(Config, "inifile", property(Config_inifile), raising=False) + + # Add Session.startdir property. + mp.setattr(Session, "startdir", property(Session_startdir), raising=False) + + # Add pathlist configuration type. + mp.setattr(Config, "_getini_unknown_type", Config__getini_unknown_type) + + # Add Node.fspath property. + mp.setattr(Node, "fspath", property(Node_fspath, Node_fspath_set), raising=False) + + +@hookimpl +def pytest_configure(config: Config) -> None: + """Installs the LegacyTmpdirPlugin if the ``tmpdir`` plugin is also installed.""" + if config.pluginmanager.has_plugin("tmpdir"): + mp = MonkeyPatch() + config.add_cleanup(mp.undo) + # Create TmpdirFactory and attach it to the config object. + # + # This is to comply with existing plugins which expect the handler to be + # available at pytest_configure time, but ideally should be moved entirely + # to the tmpdir_factory session fixture. + try: + tmp_path_factory = config._tmp_path_factory # type: ignore[attr-defined] + except AttributeError: + # tmpdir plugin is blocked. + pass + else: + _tmpdirhandler = TempdirFactory(tmp_path_factory, _ispytest=True) + mp.setattr(config, "_tmpdirhandler", _tmpdirhandler, raising=False) + + config.pluginmanager.register(LegacyTmpdirPlugin, "legacypath-tmpdir") + + +@hookimpl +def pytest_plugin_registered(plugin: object, manager: PytestPluginManager) -> None: + # pytester is not loaded by default and is commonly loaded from a conftest, + # so checking for it in `pytest_configure` is not enough. + is_pytester = plugin is manager.get_plugin("pytester") + if is_pytester and not manager.is_registered(LegacyTestdirPlugin): + manager.register(LegacyTestdirPlugin, "legacypath-pytester") diff --git a/env/lib/python3.8/site-packages/_pytest/logging.py b/env/lib/python3.8/site-packages/_pytest/logging.py new file mode 100644 index 000000000..08c826ff6 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/logging.py @@ -0,0 +1,955 @@ +# mypy: allow-untyped-defs +"""Access and control log capturing.""" + +from __future__ import annotations + +from contextlib import contextmanager +from contextlib import nullcontext +from datetime import datetime +from datetime import timedelta +from datetime import timezone +import io +from io import StringIO +import logging +from logging import LogRecord +import os +from pathlib import Path +import re +from types import TracebackType +from typing import AbstractSet +from typing import Dict +from typing import final +from typing import Generator +from typing import Generic +from typing import List +from typing import Literal +from typing import Mapping +from typing import TYPE_CHECKING +from typing import TypeVar + +from _pytest import nodes +from _pytest._io import TerminalWriter +from _pytest.capture import CaptureManager +from _pytest.config import _strtobool +from _pytest.config import Config +from _pytest.config import create_terminal_writer +from _pytest.config import hookimpl +from _pytest.config import UsageError +from _pytest.config.argparsing import Parser +from _pytest.deprecated import check_ispytest +from _pytest.fixtures import fixture +from _pytest.fixtures import FixtureRequest +from _pytest.main import Session +from _pytest.stash import StashKey +from _pytest.terminal import TerminalReporter + + +if TYPE_CHECKING: + logging_StreamHandler = logging.StreamHandler[StringIO] +else: + logging_StreamHandler = logging.StreamHandler + +DEFAULT_LOG_FORMAT = "%(levelname)-8s %(name)s:%(filename)s:%(lineno)d %(message)s" +DEFAULT_LOG_DATE_FORMAT = "%H:%M:%S" +_ANSI_ESCAPE_SEQ = re.compile(r"\x1b\[[\d;]+m") +caplog_handler_key = StashKey["LogCaptureHandler"]() +caplog_records_key = StashKey[Dict[str, List[logging.LogRecord]]]() + + +def _remove_ansi_escape_sequences(text: str) -> str: + return _ANSI_ESCAPE_SEQ.sub("", text) + + +class DatetimeFormatter(logging.Formatter): + """A logging formatter which formats record with + :func:`datetime.datetime.strftime` formatter instead of + :func:`time.strftime` in case of microseconds in format string. + """ + + def formatTime(self, record: LogRecord, datefmt: str | None = None) -> str: + if datefmt and "%f" in datefmt: + ct = self.converter(record.created) + tz = timezone(timedelta(seconds=ct.tm_gmtoff), ct.tm_zone) + # Construct `datetime.datetime` object from `struct_time` + # and msecs information from `record` + # Using int() instead of round() to avoid it exceeding 1_000_000 and causing a ValueError (#11861). + dt = datetime(*ct[0:6], microsecond=int(record.msecs * 1000), tzinfo=tz) + return dt.strftime(datefmt) + # Use `logging.Formatter` for non-microsecond formats + return super().formatTime(record, datefmt) + + +class ColoredLevelFormatter(DatetimeFormatter): + """A logging formatter which colorizes the %(levelname)..s part of the + log format passed to __init__.""" + + LOGLEVEL_COLOROPTS: Mapping[int, AbstractSet[str]] = { + logging.CRITICAL: {"red"}, + logging.ERROR: {"red", "bold"}, + logging.WARNING: {"yellow"}, + logging.WARN: {"yellow"}, + logging.INFO: {"green"}, + logging.DEBUG: {"purple"}, + logging.NOTSET: set(), + } + LEVELNAME_FMT_REGEX = re.compile(r"%\(levelname\)([+-.]?\d*(?:\.\d+)?s)") + + def __init__(self, terminalwriter: TerminalWriter, *args, **kwargs) -> None: + super().__init__(*args, **kwargs) + self._terminalwriter = terminalwriter + self._original_fmt = self._style._fmt + self._level_to_fmt_mapping: dict[int, str] = {} + + for level, color_opts in self.LOGLEVEL_COLOROPTS.items(): + self.add_color_level(level, *color_opts) + + def add_color_level(self, level: int, *color_opts: str) -> None: + """Add or update color opts for a log level. + + :param level: + Log level to apply a style to, e.g. ``logging.INFO``. + :param color_opts: + ANSI escape sequence color options. Capitalized colors indicates + background color, i.e. ``'green', 'Yellow', 'bold'`` will give bold + green text on yellow background. + + .. warning:: + This is an experimental API. + """ + assert self._fmt is not None + levelname_fmt_match = self.LEVELNAME_FMT_REGEX.search(self._fmt) + if not levelname_fmt_match: + return + levelname_fmt = levelname_fmt_match.group() + + formatted_levelname = levelname_fmt % {"levelname": logging.getLevelName(level)} + + # add ANSI escape sequences around the formatted levelname + color_kwargs = {name: True for name in color_opts} + colorized_formatted_levelname = self._terminalwriter.markup( + formatted_levelname, **color_kwargs + ) + self._level_to_fmt_mapping[level] = self.LEVELNAME_FMT_REGEX.sub( + colorized_formatted_levelname, self._fmt + ) + + def format(self, record: logging.LogRecord) -> str: + fmt = self._level_to_fmt_mapping.get(record.levelno, self._original_fmt) + self._style._fmt = fmt + return super().format(record) + + +class PercentStyleMultiline(logging.PercentStyle): + """A logging style with special support for multiline messages. + + If the message of a record consists of multiple lines, this style + formats the message as if each line were logged separately. + """ + + def __init__(self, fmt: str, auto_indent: int | str | bool | None) -> None: + super().__init__(fmt) + self._auto_indent = self._get_auto_indent(auto_indent) + + @staticmethod + def _get_auto_indent(auto_indent_option: int | str | bool | None) -> int: + """Determine the current auto indentation setting. + + Specify auto indent behavior (on/off/fixed) by passing in + extra={"auto_indent": [value]} to the call to logging.log() or + using a --log-auto-indent [value] command line or the + log_auto_indent [value] config option. + + Default behavior is auto-indent off. + + Using the string "True" or "on" or the boolean True as the value + turns auto indent on, using the string "False" or "off" or the + boolean False or the int 0 turns it off, and specifying a + positive integer fixes the indentation position to the value + specified. + + Any other values for the option are invalid, and will silently be + converted to the default. + + :param None|bool|int|str auto_indent_option: + User specified option for indentation from command line, config + or extra kwarg. Accepts int, bool or str. str option accepts the + same range of values as boolean config options, as well as + positive integers represented in str form. + + :returns: + Indentation value, which can be + -1 (automatically determine indentation) or + 0 (auto-indent turned off) or + >0 (explicitly set indentation position). + """ + if auto_indent_option is None: + return 0 + elif isinstance(auto_indent_option, bool): + if auto_indent_option: + return -1 + else: + return 0 + elif isinstance(auto_indent_option, int): + return int(auto_indent_option) + elif isinstance(auto_indent_option, str): + try: + return int(auto_indent_option) + except ValueError: + pass + try: + if _strtobool(auto_indent_option): + return -1 + except ValueError: + return 0 + + return 0 + + def format(self, record: logging.LogRecord) -> str: + if "\n" in record.message: + if hasattr(record, "auto_indent"): + # Passed in from the "extra={}" kwarg on the call to logging.log(). + auto_indent = self._get_auto_indent(record.auto_indent) + else: + auto_indent = self._auto_indent + + if auto_indent: + lines = record.message.splitlines() + formatted = self._fmt % {**record.__dict__, "message": lines[0]} + + if auto_indent < 0: + indentation = _remove_ansi_escape_sequences(formatted).find( + lines[0] + ) + else: + # Optimizes logging by allowing a fixed indentation. + indentation = auto_indent + lines[0] = formatted + return ("\n" + " " * indentation).join(lines) + return self._fmt % record.__dict__ + + +def get_option_ini(config: Config, *names: str): + for name in names: + ret = config.getoption(name) # 'default' arg won't work as expected + if ret is None: + ret = config.getini(name) + if ret: + return ret + + +def pytest_addoption(parser: Parser) -> None: + """Add options to control log capturing.""" + group = parser.getgroup("logging") + + def add_option_ini(option, dest, default=None, type=None, **kwargs): + parser.addini( + dest, default=default, type=type, help="Default value for " + option + ) + group.addoption(option, dest=dest, **kwargs) + + add_option_ini( + "--log-level", + dest="log_level", + default=None, + metavar="LEVEL", + help=( + "Level of messages to catch/display." + " Not set by default, so it depends on the root/parent log handler's" + ' effective level, where it is "WARNING" by default.' + ), + ) + add_option_ini( + "--log-format", + dest="log_format", + default=DEFAULT_LOG_FORMAT, + help="Log format used by the logging module", + ) + add_option_ini( + "--log-date-format", + dest="log_date_format", + default=DEFAULT_LOG_DATE_FORMAT, + help="Log date format used by the logging module", + ) + parser.addini( + "log_cli", + default=False, + type="bool", + help='Enable log display during test run (also known as "live logging")', + ) + add_option_ini( + "--log-cli-level", dest="log_cli_level", default=None, help="CLI logging level" + ) + add_option_ini( + "--log-cli-format", + dest="log_cli_format", + default=None, + help="Log format used by the logging module", + ) + add_option_ini( + "--log-cli-date-format", + dest="log_cli_date_format", + default=None, + help="Log date format used by the logging module", + ) + add_option_ini( + "--log-file", + dest="log_file", + default=None, + help="Path to a file when logging will be written to", + ) + add_option_ini( + "--log-file-mode", + dest="log_file_mode", + default="w", + choices=["w", "a"], + help="Log file open mode", + ) + add_option_ini( + "--log-file-level", + dest="log_file_level", + default=None, + help="Log file logging level", + ) + add_option_ini( + "--log-file-format", + dest="log_file_format", + default=None, + help="Log format used by the logging module", + ) + add_option_ini( + "--log-file-date-format", + dest="log_file_date_format", + default=None, + help="Log date format used by the logging module", + ) + add_option_ini( + "--log-auto-indent", + dest="log_auto_indent", + default=None, + help="Auto-indent multiline messages passed to the logging module. Accepts true|on, false|off or an integer.", + ) + group.addoption( + "--log-disable", + action="append", + default=[], + dest="logger_disable", + help="Disable a logger by name. Can be passed multiple times.", + ) + + +_HandlerType = TypeVar("_HandlerType", bound=logging.Handler) + + +# Not using @contextmanager for performance reasons. +class catching_logs(Generic[_HandlerType]): + """Context manager that prepares the whole logging machinery properly.""" + + __slots__ = ("handler", "level", "orig_level") + + def __init__(self, handler: _HandlerType, level: int | None = None) -> None: + self.handler = handler + self.level = level + + def __enter__(self) -> _HandlerType: + root_logger = logging.getLogger() + if self.level is not None: + self.handler.setLevel(self.level) + root_logger.addHandler(self.handler) + if self.level is not None: + self.orig_level = root_logger.level + root_logger.setLevel(min(self.orig_level, self.level)) + return self.handler + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + root_logger = logging.getLogger() + if self.level is not None: + root_logger.setLevel(self.orig_level) + root_logger.removeHandler(self.handler) + + +class LogCaptureHandler(logging_StreamHandler): + """A logging handler that stores log records and the log text.""" + + def __init__(self) -> None: + """Create a new log handler.""" + super().__init__(StringIO()) + self.records: list[logging.LogRecord] = [] + + def emit(self, record: logging.LogRecord) -> None: + """Keep the log records in a list in addition to the log text.""" + self.records.append(record) + super().emit(record) + + def reset(self) -> None: + self.records = [] + self.stream = StringIO() + + def clear(self) -> None: + self.records.clear() + self.stream = StringIO() + + def handleError(self, record: logging.LogRecord) -> None: + if logging.raiseExceptions: + # Fail the test if the log message is bad (emit failed). + # The default behavior of logging is to print "Logging error" + # to stderr with the call stack and some extra details. + # pytest wants to make such mistakes visible during testing. + raise # noqa: PLE0704 + + +@final +class LogCaptureFixture: + """Provides access and control of log capturing.""" + + def __init__(self, item: nodes.Node, *, _ispytest: bool = False) -> None: + check_ispytest(_ispytest) + self._item = item + self._initial_handler_level: int | None = None + # Dict of log name -> log level. + self._initial_logger_levels: dict[str | None, int] = {} + self._initial_disabled_logging_level: int | None = None + + def _finalize(self) -> None: + """Finalize the fixture. + + This restores the log levels and the disabled logging levels changed by :meth:`set_level`. + """ + # Restore log levels. + if self._initial_handler_level is not None: + self.handler.setLevel(self._initial_handler_level) + for logger_name, level in self._initial_logger_levels.items(): + logger = logging.getLogger(logger_name) + logger.setLevel(level) + # Disable logging at the original disabled logging level. + if self._initial_disabled_logging_level is not None: + logging.disable(self._initial_disabled_logging_level) + self._initial_disabled_logging_level = None + + @property + def handler(self) -> LogCaptureHandler: + """Get the logging handler used by the fixture.""" + return self._item.stash[caplog_handler_key] + + def get_records( + self, when: Literal["setup", "call", "teardown"] + ) -> list[logging.LogRecord]: + """Get the logging records for one of the possible test phases. + + :param when: + Which test phase to obtain the records from. + Valid values are: "setup", "call" and "teardown". + + :returns: The list of captured records at the given stage. + + .. versionadded:: 3.4 + """ + return self._item.stash[caplog_records_key].get(when, []) + + @property + def text(self) -> str: + """The formatted log text.""" + return _remove_ansi_escape_sequences(self.handler.stream.getvalue()) + + @property + def records(self) -> list[logging.LogRecord]: + """The list of log records.""" + return self.handler.records + + @property + def record_tuples(self) -> list[tuple[str, int, str]]: + """A list of a stripped down version of log records intended + for use in assertion comparison. + + The format of the tuple is: + + (logger_name, log_level, message) + """ + return [(r.name, r.levelno, r.getMessage()) for r in self.records] + + @property + def messages(self) -> list[str]: + """A list of format-interpolated log messages. + + Unlike 'records', which contains the format string and parameters for + interpolation, log messages in this list are all interpolated. + + Unlike 'text', which contains the output from the handler, log + messages in this list are unadorned with levels, timestamps, etc, + making exact comparisons more reliable. + + Note that traceback or stack info (from :func:`logging.exception` or + the `exc_info` or `stack_info` arguments to the logging functions) is + not included, as this is added by the formatter in the handler. + + .. versionadded:: 3.7 + """ + return [r.getMessage() for r in self.records] + + def clear(self) -> None: + """Reset the list of log records and the captured log text.""" + self.handler.clear() + + def _force_enable_logging( + self, level: int | str, logger_obj: logging.Logger + ) -> int: + """Enable the desired logging level if the global level was disabled via ``logging.disabled``. + + Only enables logging levels greater than or equal to the requested ``level``. + + Does nothing if the desired ``level`` wasn't disabled. + + :param level: + The logger level caplog should capture. + All logging is enabled if a non-standard logging level string is supplied. + Valid level strings are in :data:`logging._nameToLevel`. + :param logger_obj: The logger object to check. + + :return: The original disabled logging level. + """ + original_disable_level: int = logger_obj.manager.disable + + if isinstance(level, str): + # Try to translate the level string to an int for `logging.disable()` + level = logging.getLevelName(level) + + if not isinstance(level, int): + # The level provided was not valid, so just un-disable all logging. + logging.disable(logging.NOTSET) + elif not logger_obj.isEnabledFor(level): + # Each level is `10` away from other levels. + # https://docs.python.org/3/library/logging.html#logging-levels + disable_level = max(level - 10, logging.NOTSET) + logging.disable(disable_level) + + return original_disable_level + + def set_level(self, level: int | str, logger: str | None = None) -> None: + """Set the threshold level of a logger for the duration of a test. + + Logging messages which are less severe than this level will not be captured. + + .. versionchanged:: 3.4 + The levels of the loggers changed by this function will be + restored to their initial values at the end of the test. + + Will enable the requested logging level if it was disabled via :func:`logging.disable`. + + :param level: The level. + :param logger: The logger to update. If not given, the root logger. + """ + logger_obj = logging.getLogger(logger) + # Save the original log-level to restore it during teardown. + self._initial_logger_levels.setdefault(logger, logger_obj.level) + logger_obj.setLevel(level) + if self._initial_handler_level is None: + self._initial_handler_level = self.handler.level + self.handler.setLevel(level) + initial_disabled_logging_level = self._force_enable_logging(level, logger_obj) + if self._initial_disabled_logging_level is None: + self._initial_disabled_logging_level = initial_disabled_logging_level + + @contextmanager + def at_level(self, level: int | str, logger: str | None = None) -> Generator[None]: + """Context manager that sets the level for capturing of logs. After + the end of the 'with' statement the level is restored to its original + value. + + Will enable the requested logging level if it was disabled via :func:`logging.disable`. + + :param level: The level. + :param logger: The logger to update. If not given, the root logger. + """ + logger_obj = logging.getLogger(logger) + orig_level = logger_obj.level + logger_obj.setLevel(level) + handler_orig_level = self.handler.level + self.handler.setLevel(level) + original_disable_level = self._force_enable_logging(level, logger_obj) + try: + yield + finally: + logger_obj.setLevel(orig_level) + self.handler.setLevel(handler_orig_level) + logging.disable(original_disable_level) + + @contextmanager + def filtering(self, filter_: logging.Filter) -> Generator[None]: + """Context manager that temporarily adds the given filter to the caplog's + :meth:`handler` for the 'with' statement block, and removes that filter at the + end of the block. + + :param filter_: A custom :class:`logging.Filter` object. + + .. versionadded:: 7.5 + """ + self.handler.addFilter(filter_) + try: + yield + finally: + self.handler.removeFilter(filter_) + + +@fixture +def caplog(request: FixtureRequest) -> Generator[LogCaptureFixture]: + """Access and control log capturing. + + Captured logs are available through the following properties/methods:: + + * caplog.messages -> list of format-interpolated log messages + * caplog.text -> string containing formatted log output + * caplog.records -> list of logging.LogRecord instances + * caplog.record_tuples -> list of (logger_name, level, message) tuples + * caplog.clear() -> clear captured records and formatted log output string + """ + result = LogCaptureFixture(request.node, _ispytest=True) + yield result + result._finalize() + + +def get_log_level_for_setting(config: Config, *setting_names: str) -> int | None: + for setting_name in setting_names: + log_level = config.getoption(setting_name) + if log_level is None: + log_level = config.getini(setting_name) + if log_level: + break + else: + return None + + if isinstance(log_level, str): + log_level = log_level.upper() + try: + return int(getattr(logging, log_level, log_level)) + except ValueError as e: + # Python logging does not recognise this as a logging level + raise UsageError( + f"'{log_level}' is not recognized as a logging level name for " + f"'{setting_name}'. Please consider passing the " + "logging level num instead." + ) from e + + +# run after terminalreporter/capturemanager are configured +@hookimpl(trylast=True) +def pytest_configure(config: Config) -> None: + config.pluginmanager.register(LoggingPlugin(config), "logging-plugin") + + +class LoggingPlugin: + """Attaches to the logging module and captures log messages for each test.""" + + def __init__(self, config: Config) -> None: + """Create a new plugin to capture log messages. + + The formatter can be safely shared across all handlers so + create a single one for the entire test session here. + """ + self._config = config + + # Report logging. + self.formatter = self._create_formatter( + get_option_ini(config, "log_format"), + get_option_ini(config, "log_date_format"), + get_option_ini(config, "log_auto_indent"), + ) + self.log_level = get_log_level_for_setting(config, "log_level") + self.caplog_handler = LogCaptureHandler() + self.caplog_handler.setFormatter(self.formatter) + self.report_handler = LogCaptureHandler() + self.report_handler.setFormatter(self.formatter) + + # File logging. + self.log_file_level = get_log_level_for_setting( + config, "log_file_level", "log_level" + ) + log_file = get_option_ini(config, "log_file") or os.devnull + if log_file != os.devnull: + directory = os.path.dirname(os.path.abspath(log_file)) + if not os.path.isdir(directory): + os.makedirs(directory) + + self.log_file_mode = get_option_ini(config, "log_file_mode") or "w" + self.log_file_handler = _FileHandler( + log_file, mode=self.log_file_mode, encoding="UTF-8" + ) + log_file_format = get_option_ini(config, "log_file_format", "log_format") + log_file_date_format = get_option_ini( + config, "log_file_date_format", "log_date_format" + ) + + log_file_formatter = DatetimeFormatter( + log_file_format, datefmt=log_file_date_format + ) + self.log_file_handler.setFormatter(log_file_formatter) + + # CLI/live logging. + self.log_cli_level = get_log_level_for_setting( + config, "log_cli_level", "log_level" + ) + if self._log_cli_enabled(): + terminal_reporter = config.pluginmanager.get_plugin("terminalreporter") + # Guaranteed by `_log_cli_enabled()`. + assert terminal_reporter is not None + capture_manager = config.pluginmanager.get_plugin("capturemanager") + # if capturemanager plugin is disabled, live logging still works. + self.log_cli_handler: ( + _LiveLoggingStreamHandler | _LiveLoggingNullHandler + ) = _LiveLoggingStreamHandler(terminal_reporter, capture_manager) + else: + self.log_cli_handler = _LiveLoggingNullHandler() + log_cli_formatter = self._create_formatter( + get_option_ini(config, "log_cli_format", "log_format"), + get_option_ini(config, "log_cli_date_format", "log_date_format"), + get_option_ini(config, "log_auto_indent"), + ) + self.log_cli_handler.setFormatter(log_cli_formatter) + self._disable_loggers(loggers_to_disable=config.option.logger_disable) + + def _disable_loggers(self, loggers_to_disable: list[str]) -> None: + if not loggers_to_disable: + return + + for name in loggers_to_disable: + logger = logging.getLogger(name) + logger.disabled = True + + def _create_formatter(self, log_format, log_date_format, auto_indent): + # Color option doesn't exist if terminal plugin is disabled. + color = getattr(self._config.option, "color", "no") + if color != "no" and ColoredLevelFormatter.LEVELNAME_FMT_REGEX.search( + log_format + ): + formatter: logging.Formatter = ColoredLevelFormatter( + create_terminal_writer(self._config), log_format, log_date_format + ) + else: + formatter = DatetimeFormatter(log_format, log_date_format) + + formatter._style = PercentStyleMultiline( + formatter._style._fmt, auto_indent=auto_indent + ) + + return formatter + + def set_log_path(self, fname: str) -> None: + """Set the filename parameter for Logging.FileHandler(). + + Creates parent directory if it does not exist. + + .. warning:: + This is an experimental API. + """ + fpath = Path(fname) + + if not fpath.is_absolute(): + fpath = self._config.rootpath / fpath + + if not fpath.parent.exists(): + fpath.parent.mkdir(exist_ok=True, parents=True) + + # https://github.com/python/mypy/issues/11193 + stream: io.TextIOWrapper = fpath.open(mode=self.log_file_mode, encoding="UTF-8") # type: ignore[assignment] + old_stream = self.log_file_handler.setStream(stream) + if old_stream: + old_stream.close() + + def _log_cli_enabled(self) -> bool: + """Return whether live logging is enabled.""" + enabled = self._config.getoption( + "--log-cli-level" + ) is not None or self._config.getini("log_cli") + if not enabled: + return False + + terminal_reporter = self._config.pluginmanager.get_plugin("terminalreporter") + if terminal_reporter is None: + # terminal reporter is disabled e.g. by pytest-xdist. + return False + + return True + + @hookimpl(wrapper=True, tryfirst=True) + def pytest_sessionstart(self) -> Generator[None]: + self.log_cli_handler.set_when("sessionstart") + + with catching_logs(self.log_cli_handler, level=self.log_cli_level): + with catching_logs(self.log_file_handler, level=self.log_file_level): + return (yield) + + @hookimpl(wrapper=True, tryfirst=True) + def pytest_collection(self) -> Generator[None]: + self.log_cli_handler.set_when("collection") + + with catching_logs(self.log_cli_handler, level=self.log_cli_level): + with catching_logs(self.log_file_handler, level=self.log_file_level): + return (yield) + + @hookimpl(wrapper=True) + def pytest_runtestloop(self, session: Session) -> Generator[None, object, object]: + if session.config.option.collectonly: + return (yield) + + if self._log_cli_enabled() and self._config.get_verbosity() < 1: + # The verbose flag is needed to avoid messy test progress output. + self._config.option.verbose = 1 + + with catching_logs(self.log_cli_handler, level=self.log_cli_level): + with catching_logs(self.log_file_handler, level=self.log_file_level): + return (yield) # Run all the tests. + + @hookimpl + def pytest_runtest_logstart(self) -> None: + self.log_cli_handler.reset() + self.log_cli_handler.set_when("start") + + @hookimpl + def pytest_runtest_logreport(self) -> None: + self.log_cli_handler.set_when("logreport") + + def _runtest_for(self, item: nodes.Item, when: str) -> Generator[None]: + """Implement the internals of the pytest_runtest_xxx() hooks.""" + with catching_logs( + self.caplog_handler, + level=self.log_level, + ) as caplog_handler, catching_logs( + self.report_handler, + level=self.log_level, + ) as report_handler: + caplog_handler.reset() + report_handler.reset() + item.stash[caplog_records_key][when] = caplog_handler.records + item.stash[caplog_handler_key] = caplog_handler + + try: + yield + finally: + log = report_handler.stream.getvalue().strip() + item.add_report_section(when, "log", log) + + @hookimpl(wrapper=True) + def pytest_runtest_setup(self, item: nodes.Item) -> Generator[None]: + self.log_cli_handler.set_when("setup") + + empty: dict[str, list[logging.LogRecord]] = {} + item.stash[caplog_records_key] = empty + yield from self._runtest_for(item, "setup") + + @hookimpl(wrapper=True) + def pytest_runtest_call(self, item: nodes.Item) -> Generator[None]: + self.log_cli_handler.set_when("call") + + yield from self._runtest_for(item, "call") + + @hookimpl(wrapper=True) + def pytest_runtest_teardown(self, item: nodes.Item) -> Generator[None]: + self.log_cli_handler.set_when("teardown") + + try: + yield from self._runtest_for(item, "teardown") + finally: + del item.stash[caplog_records_key] + del item.stash[caplog_handler_key] + + @hookimpl + def pytest_runtest_logfinish(self) -> None: + self.log_cli_handler.set_when("finish") + + @hookimpl(wrapper=True, tryfirst=True) + def pytest_sessionfinish(self) -> Generator[None]: + self.log_cli_handler.set_when("sessionfinish") + + with catching_logs(self.log_cli_handler, level=self.log_cli_level): + with catching_logs(self.log_file_handler, level=self.log_file_level): + return (yield) + + @hookimpl + def pytest_unconfigure(self) -> None: + # Close the FileHandler explicitly. + # (logging.shutdown might have lost the weakref?!) + self.log_file_handler.close() + + +class _FileHandler(logging.FileHandler): + """A logging FileHandler with pytest tweaks.""" + + def handleError(self, record: logging.LogRecord) -> None: + # Handled by LogCaptureHandler. + pass + + +class _LiveLoggingStreamHandler(logging_StreamHandler): + """A logging StreamHandler used by the live logging feature: it will + write a newline before the first log message in each test. + + During live logging we must also explicitly disable stdout/stderr + capturing otherwise it will get captured and won't appear in the + terminal. + """ + + # Officially stream needs to be a IO[str], but TerminalReporter + # isn't. So force it. + stream: TerminalReporter = None # type: ignore + + def __init__( + self, + terminal_reporter: TerminalReporter, + capture_manager: CaptureManager | None, + ) -> None: + super().__init__(stream=terminal_reporter) # type: ignore[arg-type] + self.capture_manager = capture_manager + self.reset() + self.set_when(None) + self._test_outcome_written = False + + def reset(self) -> None: + """Reset the handler; should be called before the start of each test.""" + self._first_record_emitted = False + + def set_when(self, when: str | None) -> None: + """Prepare for the given test phase (setup/call/teardown).""" + self._when = when + self._section_name_shown = False + if when == "start": + self._test_outcome_written = False + + def emit(self, record: logging.LogRecord) -> None: + ctx_manager = ( + self.capture_manager.global_and_fixture_disabled() + if self.capture_manager + else nullcontext() + ) + with ctx_manager: + if not self._first_record_emitted: + self.stream.write("\n") + self._first_record_emitted = True + elif self._when in ("teardown", "finish"): + if not self._test_outcome_written: + self._test_outcome_written = True + self.stream.write("\n") + if not self._section_name_shown and self._when: + self.stream.section("live log " + self._when, sep="-", bold=True) + self._section_name_shown = True + super().emit(record) + + def handleError(self, record: logging.LogRecord) -> None: + # Handled by LogCaptureHandler. + pass + + +class _LiveLoggingNullHandler(logging.NullHandler): + """A logging handler used when live logging is disabled.""" + + def reset(self) -> None: + pass + + def set_when(self, when: str) -> None: + pass + + def handleError(self, record: logging.LogRecord) -> None: + # Handled by LogCaptureHandler. + pass diff --git a/env/lib/python3.8/site-packages/_pytest/main.py b/env/lib/python3.8/site-packages/_pytest/main.py new file mode 100644 index 000000000..e5534e98d --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/main.py @@ -0,0 +1,1072 @@ +"""Core implementation of the testing process: init, session, runtest loop.""" + +from __future__ import annotations + +import argparse +import dataclasses +import fnmatch +import functools +import importlib +import importlib.util +import os +from pathlib import Path +import sys +from typing import AbstractSet +from typing import Callable +from typing import Dict +from typing import final +from typing import Iterable +from typing import Iterator +from typing import Literal +from typing import overload +from typing import Sequence +from typing import TYPE_CHECKING +import warnings + +import pluggy + +from _pytest import nodes +import _pytest._code +from _pytest.config import Config +from _pytest.config import directory_arg +from _pytest.config import ExitCode +from _pytest.config import hookimpl +from _pytest.config import PytestPluginManager +from _pytest.config import UsageError +from _pytest.config.argparsing import Parser +from _pytest.config.compat import PathAwareHookProxy +from _pytest.outcomes import exit +from _pytest.pathlib import absolutepath +from _pytest.pathlib import bestrelpath +from _pytest.pathlib import fnmatch_ex +from _pytest.pathlib import safe_exists +from _pytest.pathlib import scandir +from _pytest.reports import CollectReport +from _pytest.reports import TestReport +from _pytest.runner import collect_one_node +from _pytest.runner import SetupState +from _pytest.warning_types import PytestWarning + + +if TYPE_CHECKING: + from typing_extensions import Self + + from _pytest.fixtures import FixtureManager + + +def pytest_addoption(parser: Parser) -> None: + parser.addini( + "norecursedirs", + "Directory patterns to avoid for recursion", + type="args", + default=[ + "*.egg", + ".*", + "_darcs", + "build", + "CVS", + "dist", + "node_modules", + "venv", + "{arch}", + ], + ) + parser.addini( + "testpaths", + "Directories to search for tests when no files or directories are given on the " + "command line", + type="args", + default=[], + ) + group = parser.getgroup("general", "Running and selection options") + group._addoption( + "-x", + "--exitfirst", + action="store_const", + dest="maxfail", + const=1, + help="Exit instantly on first error or failed test", + ) + group = parser.getgroup("pytest-warnings") + group.addoption( + "-W", + "--pythonwarnings", + action="append", + help="Set which warnings to report, see -W option of Python itself", + ) + parser.addini( + "filterwarnings", + type="linelist", + help="Each line specifies a pattern for " + "warnings.filterwarnings. " + "Processed after -W/--pythonwarnings.", + ) + group._addoption( + "--maxfail", + metavar="num", + action="store", + type=int, + dest="maxfail", + default=0, + help="Exit after first num failures or errors", + ) + group._addoption( + "--strict-config", + action="store_true", + help="Any warnings encountered while parsing the `pytest` section of the " + "configuration file raise errors", + ) + group._addoption( + "--strict-markers", + action="store_true", + help="Markers not registered in the `markers` section of the configuration " + "file raise errors", + ) + group._addoption( + "--strict", + action="store_true", + help="(Deprecated) alias to --strict-markers", + ) + group._addoption( + "-c", + "--config-file", + metavar="FILE", + type=str, + dest="inifilename", + help="Load configuration from `FILE` instead of trying to locate one of the " + "implicit configuration files.", + ) + group._addoption( + "--continue-on-collection-errors", + action="store_true", + default=False, + dest="continue_on_collection_errors", + help="Force test execution even if collection errors occur", + ) + group._addoption( + "--rootdir", + action="store", + dest="rootdir", + help="Define root directory for tests. Can be relative path: 'root_dir', './root_dir', " + "'root_dir/another_dir/'; absolute path: '/home/user/root_dir'; path with variables: " + "'$HOME/root_dir'.", + ) + + group = parser.getgroup("collect", "collection") + group.addoption( + "--collectonly", + "--collect-only", + "--co", + action="store_true", + help="Only collect tests, don't execute them", + ) + group.addoption( + "--pyargs", + action="store_true", + help="Try to interpret all arguments as Python packages", + ) + group.addoption( + "--ignore", + action="append", + metavar="path", + help="Ignore path during collection (multi-allowed)", + ) + group.addoption( + "--ignore-glob", + action="append", + metavar="path", + help="Ignore path pattern during collection (multi-allowed)", + ) + group.addoption( + "--deselect", + action="append", + metavar="nodeid_prefix", + help="Deselect item (via node id prefix) during collection (multi-allowed)", + ) + group.addoption( + "--confcutdir", + dest="confcutdir", + default=None, + metavar="dir", + type=functools.partial(directory_arg, optname="--confcutdir"), + help="Only load conftest.py's relative to specified dir", + ) + group.addoption( + "--noconftest", + action="store_true", + dest="noconftest", + default=False, + help="Don't load any conftest.py files", + ) + group.addoption( + "--keepduplicates", + "--keep-duplicates", + action="store_true", + dest="keepduplicates", + default=False, + help="Keep duplicate tests", + ) + group.addoption( + "--collect-in-virtualenv", + action="store_true", + dest="collect_in_virtualenv", + default=False, + help="Don't ignore tests in a local virtualenv directory", + ) + group.addoption( + "--import-mode", + default="prepend", + choices=["prepend", "append", "importlib"], + dest="importmode", + help="Prepend/append to sys.path when importing test modules and conftest " + "files. Default: prepend.", + ) + parser.addini( + "consider_namespace_packages", + type="bool", + default=False, + help="Consider namespace packages when resolving module names during import", + ) + + group = parser.getgroup("debugconfig", "test session debugging and configuration") + group.addoption( + "--basetemp", + dest="basetemp", + default=None, + type=validate_basetemp, + metavar="dir", + help=( + "Base temporary directory for this test run. " + "(Warning: this directory is removed if it exists.)" + ), + ) + + +def validate_basetemp(path: str) -> str: + # GH 7119 + msg = "basetemp must not be empty, the current working directory or any parent directory of it" + + # empty path + if not path: + raise argparse.ArgumentTypeError(msg) + + def is_ancestor(base: Path, query: Path) -> bool: + """Return whether query is an ancestor of base.""" + if base == query: + return True + return query in base.parents + + # check if path is an ancestor of cwd + if is_ancestor(Path.cwd(), Path(path).absolute()): + raise argparse.ArgumentTypeError(msg) + + # check symlinks for ancestors + if is_ancestor(Path.cwd().resolve(), Path(path).resolve()): + raise argparse.ArgumentTypeError(msg) + + return path + + +def wrap_session( + config: Config, doit: Callable[[Config, Session], int | ExitCode | None] +) -> int | ExitCode: + """Skeleton command line program.""" + session = Session.from_config(config) + session.exitstatus = ExitCode.OK + initstate = 0 + try: + try: + config._do_configure() + initstate = 1 + config.hook.pytest_sessionstart(session=session) + initstate = 2 + session.exitstatus = doit(config, session) or 0 + except UsageError: + session.exitstatus = ExitCode.USAGE_ERROR + raise + except Failed: + session.exitstatus = ExitCode.TESTS_FAILED + except (KeyboardInterrupt, exit.Exception): + excinfo = _pytest._code.ExceptionInfo.from_current() + exitstatus: int | ExitCode = ExitCode.INTERRUPTED + if isinstance(excinfo.value, exit.Exception): + if excinfo.value.returncode is not None: + exitstatus = excinfo.value.returncode + if initstate < 2: + sys.stderr.write(f"{excinfo.typename}: {excinfo.value.msg}\n") + config.hook.pytest_keyboard_interrupt(excinfo=excinfo) + session.exitstatus = exitstatus + except BaseException: + session.exitstatus = ExitCode.INTERNAL_ERROR + excinfo = _pytest._code.ExceptionInfo.from_current() + try: + config.notify_exception(excinfo, config.option) + except exit.Exception as exc: + if exc.returncode is not None: + session.exitstatus = exc.returncode + sys.stderr.write(f"{type(exc).__name__}: {exc}\n") + else: + if isinstance(excinfo.value, SystemExit): + sys.stderr.write("mainloop: caught unexpected SystemExit!\n") + + finally: + # Explicitly break reference cycle. + excinfo = None # type: ignore + os.chdir(session.startpath) + if initstate >= 2: + try: + config.hook.pytest_sessionfinish( + session=session, exitstatus=session.exitstatus + ) + except exit.Exception as exc: + if exc.returncode is not None: + session.exitstatus = exc.returncode + sys.stderr.write(f"{type(exc).__name__}: {exc}\n") + config._ensure_unconfigure() + return session.exitstatus + + +def pytest_cmdline_main(config: Config) -> int | ExitCode: + return wrap_session(config, _main) + + +def _main(config: Config, session: Session) -> int | ExitCode | None: + """Default command line protocol for initialization, session, + running tests and reporting.""" + config.hook.pytest_collection(session=session) + config.hook.pytest_runtestloop(session=session) + + if session.testsfailed: + return ExitCode.TESTS_FAILED + elif session.testscollected == 0: + return ExitCode.NO_TESTS_COLLECTED + return None + + +def pytest_collection(session: Session) -> None: + session.perform_collect() + + +def pytest_runtestloop(session: Session) -> bool: + if session.testsfailed and not session.config.option.continue_on_collection_errors: + raise session.Interrupted( + "%d error%s during collection" + % (session.testsfailed, "s" if session.testsfailed != 1 else "") + ) + + if session.config.option.collectonly: + return True + + for i, item in enumerate(session.items): + nextitem = session.items[i + 1] if i + 1 < len(session.items) else None + item.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem) + if session.shouldfail: + raise session.Failed(session.shouldfail) + if session.shouldstop: + raise session.Interrupted(session.shouldstop) + return True + + +def _in_venv(path: Path) -> bool: + """Attempt to detect if ``path`` is the root of a Virtual Environment by + checking for the existence of the pyvenv.cfg file. + + [https://peps.python.org/pep-0405/] + + For regression protection we also check for conda environments that do not include pyenv.cfg yet -- + https://github.com/conda/conda/issues/13337 is the conda issue tracking adding pyenv.cfg. + + Checking for the `conda-meta/history` file per https://github.com/pytest-dev/pytest/issues/12652#issuecomment-2246336902. + + """ + try: + return ( + path.joinpath("pyvenv.cfg").is_file() + or path.joinpath("conda-meta", "history").is_file() + ) + except OSError: + return False + + +def pytest_ignore_collect(collection_path: Path, config: Config) -> bool | None: + if collection_path.name == "__pycache__": + return True + + ignore_paths = config._getconftest_pathlist( + "collect_ignore", path=collection_path.parent + ) + ignore_paths = ignore_paths or [] + excludeopt = config.getoption("ignore") + if excludeopt: + ignore_paths.extend(absolutepath(x) for x in excludeopt) + + if collection_path in ignore_paths: + return True + + ignore_globs = config._getconftest_pathlist( + "collect_ignore_glob", path=collection_path.parent + ) + ignore_globs = ignore_globs or [] + excludeglobopt = config.getoption("ignore_glob") + if excludeglobopt: + ignore_globs.extend(absolutepath(x) for x in excludeglobopt) + + if any(fnmatch.fnmatch(str(collection_path), str(glob)) for glob in ignore_globs): + return True + + allow_in_venv = config.getoption("collect_in_virtualenv") + if not allow_in_venv and _in_venv(collection_path): + return True + + if collection_path.is_dir(): + norecursepatterns = config.getini("norecursedirs") + if any(fnmatch_ex(pat, collection_path) for pat in norecursepatterns): + return True + + return None + + +def pytest_collect_directory( + path: Path, parent: nodes.Collector +) -> nodes.Collector | None: + return Dir.from_parent(parent, path=path) + + +def pytest_collection_modifyitems(items: list[nodes.Item], config: Config) -> None: + deselect_prefixes = tuple(config.getoption("deselect") or []) + if not deselect_prefixes: + return + + remaining = [] + deselected = [] + for colitem in items: + if colitem.nodeid.startswith(deselect_prefixes): + deselected.append(colitem) + else: + remaining.append(colitem) + + if deselected: + config.hook.pytest_deselected(items=deselected) + items[:] = remaining + + +class FSHookProxy: + def __init__( + self, + pm: PytestPluginManager, + remove_mods: AbstractSet[object], + ) -> None: + self.pm = pm + self.remove_mods = remove_mods + + def __getattr__(self, name: str) -> pluggy.HookCaller: + x = self.pm.subset_hook_caller(name, remove_plugins=self.remove_mods) + self.__dict__[name] = x + return x + + +class Interrupted(KeyboardInterrupt): + """Signals that the test run was interrupted.""" + + __module__ = "builtins" # For py3. + + +class Failed(Exception): + """Signals a stop as failed test run.""" + + +@dataclasses.dataclass +class _bestrelpath_cache(Dict[Path, str]): + __slots__ = ("path",) + + path: Path + + def __missing__(self, path: Path) -> str: + r = bestrelpath(self.path, path) + self[path] = r + return r + + +@final +class Dir(nodes.Directory): + """Collector of files in a file system directory. + + .. versionadded:: 8.0 + + .. note:: + + Python directories with an `__init__.py` file are instead collected by + :class:`~pytest.Package` by default. Both are :class:`~pytest.Directory` + collectors. + """ + + @classmethod + def from_parent( # type: ignore[override] + cls, + parent: nodes.Collector, + *, + path: Path, + ) -> Self: + """The public constructor. + + :param parent: The parent collector of this Dir. + :param path: The directory's path. + :type path: pathlib.Path + """ + return super().from_parent(parent=parent, path=path) + + def collect(self) -> Iterable[nodes.Item | nodes.Collector]: + config = self.config + col: nodes.Collector | None + cols: Sequence[nodes.Collector] + ihook = self.ihook + for direntry in scandir(self.path): + if direntry.is_dir(): + path = Path(direntry.path) + if not self.session.isinitpath(path, with_parents=True): + if ihook.pytest_ignore_collect(collection_path=path, config=config): + continue + col = ihook.pytest_collect_directory(path=path, parent=self) + if col is not None: + yield col + + elif direntry.is_file(): + path = Path(direntry.path) + if not self.session.isinitpath(path): + if ihook.pytest_ignore_collect(collection_path=path, config=config): + continue + cols = ihook.pytest_collect_file(file_path=path, parent=self) + yield from cols + + +@final +class Session(nodes.Collector): + """The root of the collection tree. + + ``Session`` collects the initial paths given as arguments to pytest. + """ + + Interrupted = Interrupted + Failed = Failed + # Set on the session by runner.pytest_sessionstart. + _setupstate: SetupState + # Set on the session by fixtures.pytest_sessionstart. + _fixturemanager: FixtureManager + exitstatus: int | ExitCode + + def __init__(self, config: Config) -> None: + super().__init__( + name="", + path=config.rootpath, + fspath=None, + parent=None, + config=config, + session=self, + nodeid="", + ) + self.testsfailed = 0 + self.testscollected = 0 + self._shouldstop: bool | str = False + self._shouldfail: bool | str = False + self.trace = config.trace.root.get("collection") + self._initialpaths: frozenset[Path] = frozenset() + self._initialpaths_with_parents: frozenset[Path] = frozenset() + self._notfound: list[tuple[str, Sequence[nodes.Collector]]] = [] + self._initial_parts: list[CollectionArgument] = [] + self._collection_cache: dict[nodes.Collector, CollectReport] = {} + self.items: list[nodes.Item] = [] + + self._bestrelpathcache: dict[Path, str] = _bestrelpath_cache(config.rootpath) + + self.config.pluginmanager.register(self, name="session") + + @classmethod + def from_config(cls, config: Config) -> Session: + session: Session = cls._create(config=config) + return session + + def __repr__(self) -> str: + return "<%s %s exitstatus=%r testsfailed=%d testscollected=%d>" % ( + self.__class__.__name__, + self.name, + getattr(self, "exitstatus", ""), + self.testsfailed, + self.testscollected, + ) + + @property + def shouldstop(self) -> bool | str: + return self._shouldstop + + @shouldstop.setter + def shouldstop(self, value: bool | str) -> None: + # The runner checks shouldfail and assumes that if it is set we are + # definitely stopping, so prevent unsetting it. + if value is False and self._shouldstop: + warnings.warn( + PytestWarning( + "session.shouldstop cannot be unset after it has been set; ignoring." + ), + stacklevel=2, + ) + return + self._shouldstop = value + + @property + def shouldfail(self) -> bool | str: + return self._shouldfail + + @shouldfail.setter + def shouldfail(self, value: bool | str) -> None: + # The runner checks shouldfail and assumes that if it is set we are + # definitely stopping, so prevent unsetting it. + if value is False and self._shouldfail: + warnings.warn( + PytestWarning( + "session.shouldfail cannot be unset after it has been set; ignoring." + ), + stacklevel=2, + ) + return + self._shouldfail = value + + @property + def startpath(self) -> Path: + """The path from which pytest was invoked. + + .. versionadded:: 7.0.0 + """ + return self.config.invocation_params.dir + + def _node_location_to_relpath(self, node_path: Path) -> str: + # bestrelpath is a quite slow function. + return self._bestrelpathcache[node_path] + + @hookimpl(tryfirst=True) + def pytest_collectstart(self) -> None: + if self.shouldfail: + raise self.Failed(self.shouldfail) + if self.shouldstop: + raise self.Interrupted(self.shouldstop) + + @hookimpl(tryfirst=True) + def pytest_runtest_logreport(self, report: TestReport | CollectReport) -> None: + if report.failed and not hasattr(report, "wasxfail"): + self.testsfailed += 1 + maxfail = self.config.getvalue("maxfail") + if maxfail and self.testsfailed >= maxfail: + self.shouldfail = "stopping after %d failures" % (self.testsfailed) + + pytest_collectreport = pytest_runtest_logreport + + def isinitpath( + self, + path: str | os.PathLike[str], + *, + with_parents: bool = False, + ) -> bool: + """Is path an initial path? + + An initial path is a path explicitly given to pytest on the command + line. + + :param with_parents: + If set, also return True if the path is a parent of an initial path. + + .. versionchanged:: 8.0 + Added the ``with_parents`` parameter. + """ + # Optimization: Path(Path(...)) is much slower than isinstance. + path_ = path if isinstance(path, Path) else Path(path) + if with_parents: + return path_ in self._initialpaths_with_parents + else: + return path_ in self._initialpaths + + def gethookproxy(self, fspath: os.PathLike[str]) -> pluggy.HookRelay: + # Optimization: Path(Path(...)) is much slower than isinstance. + path = fspath if isinstance(fspath, Path) else Path(fspath) + pm = self.config.pluginmanager + # Check if we have the common case of running + # hooks with all conftest.py files. + my_conftestmodules = pm._getconftestmodules(path) + remove_mods = pm._conftest_plugins.difference(my_conftestmodules) + proxy: pluggy.HookRelay + if remove_mods: + # One or more conftests are not in use at this path. + proxy = PathAwareHookProxy(FSHookProxy(pm, remove_mods)) # type: ignore[arg-type,assignment] + else: + # All plugins are active for this fspath. + proxy = self.config.hook + return proxy + + def _collect_path( + self, + path: Path, + path_cache: dict[Path, Sequence[nodes.Collector]], + ) -> Sequence[nodes.Collector]: + """Create a Collector for the given path. + + `path_cache` makes it so the same Collectors are returned for the same + path. + """ + if path in path_cache: + return path_cache[path] + + if path.is_dir(): + ihook = self.gethookproxy(path.parent) + col: nodes.Collector | None = ihook.pytest_collect_directory( + path=path, parent=self + ) + cols: Sequence[nodes.Collector] = (col,) if col is not None else () + + elif path.is_file(): + ihook = self.gethookproxy(path) + cols = ihook.pytest_collect_file(file_path=path, parent=self) + + else: + # Broken symlink or invalid/missing file. + cols = () + + path_cache[path] = cols + return cols + + @overload + def perform_collect( + self, args: Sequence[str] | None = ..., genitems: Literal[True] = ... + ) -> Sequence[nodes.Item]: ... + + @overload + def perform_collect( + self, args: Sequence[str] | None = ..., genitems: bool = ... + ) -> Sequence[nodes.Item | nodes.Collector]: ... + + def perform_collect( + self, args: Sequence[str] | None = None, genitems: bool = True + ) -> Sequence[nodes.Item | nodes.Collector]: + """Perform the collection phase for this session. + + This is called by the default :hook:`pytest_collection` hook + implementation; see the documentation of this hook for more details. + For testing purposes, it may also be called directly on a fresh + ``Session``. + + This function normally recursively expands any collectors collected + from the session to their items, and only items are returned. For + testing purposes, this may be suppressed by passing ``genitems=False``, + in which case the return value contains these collectors unexpanded, + and ``session.items`` is empty. + """ + if args is None: + args = self.config.args + + self.trace("perform_collect", self, args) + self.trace.root.indent += 1 + + hook = self.config.hook + + self._notfound = [] + self._initial_parts = [] + self._collection_cache = {} + self.items = [] + items: Sequence[nodes.Item | nodes.Collector] = self.items + try: + initialpaths: list[Path] = [] + initialpaths_with_parents: list[Path] = [] + for arg in args: + collection_argument = resolve_collection_argument( + self.config.invocation_params.dir, + arg, + as_pypath=self.config.option.pyargs, + ) + self._initial_parts.append(collection_argument) + initialpaths.append(collection_argument.path) + initialpaths_with_parents.append(collection_argument.path) + initialpaths_with_parents.extend(collection_argument.path.parents) + self._initialpaths = frozenset(initialpaths) + self._initialpaths_with_parents = frozenset(initialpaths_with_parents) + + rep = collect_one_node(self) + self.ihook.pytest_collectreport(report=rep) + self.trace.root.indent -= 1 + if self._notfound: + errors = [] + for arg, collectors in self._notfound: + if collectors: + errors.append( + f"not found: {arg}\n(no match in any of {collectors!r})" + ) + else: + errors.append(f"found no collectors for {arg}") + + raise UsageError(*errors) + + if not genitems: + items = rep.result + else: + if rep.passed: + for node in rep.result: + self.items.extend(self.genitems(node)) + + self.config.pluginmanager.check_pending() + hook.pytest_collection_modifyitems( + session=self, config=self.config, items=items + ) + finally: + self._notfound = [] + self._initial_parts = [] + self._collection_cache = {} + hook.pytest_collection_finish(session=self) + + if genitems: + self.testscollected = len(items) + + return items + + def _collect_one_node( + self, + node: nodes.Collector, + handle_dupes: bool = True, + ) -> tuple[CollectReport, bool]: + if node in self._collection_cache and handle_dupes: + rep = self._collection_cache[node] + return rep, True + else: + rep = collect_one_node(node) + self._collection_cache[node] = rep + return rep, False + + def collect(self) -> Iterator[nodes.Item | nodes.Collector]: + # This is a cache for the root directories of the initial paths. + # We can't use collection_cache for Session because of its special + # role as the bootstrapping collector. + path_cache: dict[Path, Sequence[nodes.Collector]] = {} + + pm = self.config.pluginmanager + + for collection_argument in self._initial_parts: + self.trace("processing argument", collection_argument) + self.trace.root.indent += 1 + + argpath = collection_argument.path + names = collection_argument.parts + module_name = collection_argument.module_name + + # resolve_collection_argument() ensures this. + if argpath.is_dir(): + assert not names, f"invalid arg {(argpath, names)!r}" + + paths = [argpath] + # Add relevant parents of the path, from the root, e.g. + # /a/b/c.py -> [/, /a, /a/b, /a/b/c.py] + if module_name is None: + # Paths outside of the confcutdir should not be considered. + for path in argpath.parents: + if not pm._is_in_confcutdir(path): + break + paths.insert(0, path) + else: + # For --pyargs arguments, only consider paths matching the module + # name. Paths beyond the package hierarchy are not included. + module_name_parts = module_name.split(".") + for i, path in enumerate(argpath.parents, 2): + if i > len(module_name_parts) or path.stem != module_name_parts[-i]: + break + paths.insert(0, path) + + # Start going over the parts from the root, collecting each level + # and discarding all nodes which don't match the level's part. + any_matched_in_initial_part = False + notfound_collectors = [] + work: list[tuple[nodes.Collector | nodes.Item, list[Path | str]]] = [ + (self, [*paths, *names]) + ] + while work: + matchnode, matchparts = work.pop() + + # Pop'd all of the parts, this is a match. + if not matchparts: + yield matchnode + any_matched_in_initial_part = True + continue + + # Should have been matched by now, discard. + if not isinstance(matchnode, nodes.Collector): + continue + + # Collect this level of matching. + # Collecting Session (self) is done directly to avoid endless + # recursion to this function. + subnodes: Sequence[nodes.Collector | nodes.Item] + if isinstance(matchnode, Session): + assert isinstance(matchparts[0], Path) + subnodes = matchnode._collect_path(matchparts[0], path_cache) + else: + # For backward compat, files given directly multiple + # times on the command line should not be deduplicated. + handle_dupes = not ( + len(matchparts) == 1 + and isinstance(matchparts[0], Path) + and matchparts[0].is_file() + ) + rep, duplicate = self._collect_one_node(matchnode, handle_dupes) + if not duplicate and not rep.passed: + # Report collection failures here to avoid failing to + # run some test specified in the command line because + # the module could not be imported (#134). + matchnode.ihook.pytest_collectreport(report=rep) + if not rep.passed: + continue + subnodes = rep.result + + # Prune this level. + any_matched_in_collector = False + for node in reversed(subnodes): + # Path part e.g. `/a/b/` in `/a/b/test_file.py::TestIt::test_it`. + if isinstance(matchparts[0], Path): + is_match = node.path == matchparts[0] + if sys.platform == "win32" and not is_match: + # In case the file paths do not match, fallback to samefile() to + # account for short-paths on Windows (#11895). + same_file = os.path.samefile(node.path, matchparts[0]) + # We don't want to match links to the current node, + # otherwise we would match the same file more than once (#12039). + is_match = same_file and ( + os.path.islink(node.path) + == os.path.islink(matchparts[0]) + ) + + # Name part e.g. `TestIt` in `/a/b/test_file.py::TestIt::test_it`. + else: + # TODO: Remove parametrized workaround once collection structure contains + # parametrization. + is_match = ( + node.name == matchparts[0] + or node.name.split("[")[0] == matchparts[0] + ) + if is_match: + work.append((node, matchparts[1:])) + any_matched_in_collector = True + + if not any_matched_in_collector: + notfound_collectors.append(matchnode) + + if not any_matched_in_initial_part: + report_arg = "::".join((str(argpath), *names)) + self._notfound.append((report_arg, notfound_collectors)) + + self.trace.root.indent -= 1 + + def genitems(self, node: nodes.Item | nodes.Collector) -> Iterator[nodes.Item]: + self.trace("genitems", node) + if isinstance(node, nodes.Item): + node.ihook.pytest_itemcollected(item=node) + yield node + else: + assert isinstance(node, nodes.Collector) + keepduplicates = self.config.getoption("keepduplicates") + # For backward compat, dedup only applies to files. + handle_dupes = not (keepduplicates and isinstance(node, nodes.File)) + rep, duplicate = self._collect_one_node(node, handle_dupes) + if duplicate and not keepduplicates: + return + if rep.passed: + for subnode in rep.result: + yield from self.genitems(subnode) + if not duplicate: + node.ihook.pytest_collectreport(report=rep) + + +def search_pypath(module_name: str) -> str | None: + """Search sys.path for the given a dotted module name, and return its file + system path if found.""" + try: + spec = importlib.util.find_spec(module_name) + # AttributeError: looks like package module, but actually filename + # ImportError: module does not exist + # ValueError: not a module name + except (AttributeError, ImportError, ValueError): + return None + if spec is None or spec.origin is None or spec.origin == "namespace": + return None + elif spec.submodule_search_locations: + return os.path.dirname(spec.origin) + else: + return spec.origin + + +@dataclasses.dataclass(frozen=True) +class CollectionArgument: + """A resolved collection argument.""" + + path: Path + parts: Sequence[str] + module_name: str | None + + +def resolve_collection_argument( + invocation_path: Path, arg: str, *, as_pypath: bool = False +) -> CollectionArgument: + """Parse path arguments optionally containing selection parts and return (fspath, names). + + Command-line arguments can point to files and/or directories, and optionally contain + parts for specific tests selection, for example: + + "pkg/tests/test_foo.py::TestClass::test_foo" + + This function ensures the path exists, and returns a resolved `CollectionArgument`: + + CollectionArgument( + path=Path("/full/path/to/pkg/tests/test_foo.py"), + parts=["TestClass", "test_foo"], + module_name=None, + ) + + When as_pypath is True, expects that the command-line argument actually contains + module paths instead of file-system paths: + + "pkg.tests.test_foo::TestClass::test_foo" + + In which case we search sys.path for a matching module, and then return the *path* to the + found module, which may look like this: + + CollectionArgument( + path=Path("/home/u/myvenv/lib/site-packages/pkg/tests/test_foo.py"), + parts=["TestClass", "test_foo"], + module_name="pkg.tests.test_foo", + ) + + If the path doesn't exist, raise UsageError. + If the path is a directory and selection parts are present, raise UsageError. + """ + base, squacket, rest = str(arg).partition("[") + strpath, *parts = base.split("::") + if parts: + parts[-1] = f"{parts[-1]}{squacket}{rest}" + module_name = None + if as_pypath: + pyarg_strpath = search_pypath(strpath) + if pyarg_strpath is not None: + module_name = strpath + strpath = pyarg_strpath + fspath = invocation_path / strpath + fspath = absolutepath(fspath) + if not safe_exists(fspath): + msg = ( + "module or package not found: {arg} (missing __init__.py?)" + if as_pypath + else "file or directory not found: {arg}" + ) + raise UsageError(msg.format(arg=arg)) + if parts and fspath.is_dir(): + msg = ( + "package argument cannot contain :: selection parts: {arg}" + if as_pypath + else "directory argument cannot contain :: selection parts: {arg}" + ) + raise UsageError(msg.format(arg=arg)) + return CollectionArgument( + path=fspath, + parts=parts, + module_name=module_name, + ) diff --git a/env/lib/python3.8/site-packages/_pytest/mark/__init__.py b/env/lib/python3.8/site-packages/_pytest/mark/__init__.py new file mode 100644 index 000000000..a4f942c5a --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/mark/__init__.py @@ -0,0 +1,292 @@ +"""Generic mechanism for marking and selecting python functions.""" + +from __future__ import annotations + +import collections +import dataclasses +from typing import AbstractSet +from typing import Collection +from typing import Iterable +from typing import Optional +from typing import TYPE_CHECKING + +from .expression import Expression +from .expression import ParseError +from .structures import EMPTY_PARAMETERSET_OPTION +from .structures import get_empty_parameterset_mark +from .structures import Mark +from .structures import MARK_GEN +from .structures import MarkDecorator +from .structures import MarkGenerator +from .structures import ParameterSet +from _pytest.config import Config +from _pytest.config import ExitCode +from _pytest.config import hookimpl +from _pytest.config import UsageError +from _pytest.config.argparsing import NOT_SET +from _pytest.config.argparsing import Parser +from _pytest.stash import StashKey + + +if TYPE_CHECKING: + from _pytest.nodes import Item + + +__all__ = [ + "MARK_GEN", + "Mark", + "MarkDecorator", + "MarkGenerator", + "ParameterSet", + "get_empty_parameterset_mark", +] + + +old_mark_config_key = StashKey[Optional[Config]]() + + +def param( + *values: object, + marks: MarkDecorator | Collection[MarkDecorator | Mark] = (), + id: str | None = None, +) -> ParameterSet: + """Specify a parameter in `pytest.mark.parametrize`_ calls or + :ref:`parametrized fixtures `. + + .. code-block:: python + + @pytest.mark.parametrize( + "test_input,expected", + [ + ("3+5", 8), + pytest.param("6*9", 42, marks=pytest.mark.xfail), + ], + ) + def test_eval(test_input, expected): + assert eval(test_input) == expected + + :param values: Variable args of the values of the parameter set, in order. + :param marks: A single mark or a list of marks to be applied to this parameter set. + :param id: The id to attribute to this parameter set. + """ + return ParameterSet.param(*values, marks=marks, id=id) + + +def pytest_addoption(parser: Parser) -> None: + group = parser.getgroup("general") + group._addoption( + "-k", + action="store", + dest="keyword", + default="", + metavar="EXPRESSION", + help="Only run tests which match the given substring expression. " + "An expression is a Python evaluable expression " + "where all names are substring-matched against test names " + "and their parent classes. Example: -k 'test_method or test_" + "other' matches all test functions and classes whose name " + "contains 'test_method' or 'test_other', while -k 'not test_method' " + "matches those that don't contain 'test_method' in their names. " + "-k 'not test_method and not test_other' will eliminate the matches. " + "Additionally keywords are matched to classes and functions " + "containing extra names in their 'extra_keyword_matches' set, " + "as well as functions which have names assigned directly to them. " + "The matching is case-insensitive.", + ) + + group._addoption( + "-m", + action="store", + dest="markexpr", + default="", + metavar="MARKEXPR", + help="Only run tests matching given mark expression. " + "For example: -m 'mark1 and not mark2'.", + ) + + group.addoption( + "--markers", + action="store_true", + help="show markers (builtin, plugin and per-project ones).", + ) + + parser.addini("markers", "Register new markers for test functions", "linelist") + parser.addini(EMPTY_PARAMETERSET_OPTION, "Default marker for empty parametersets") + + +@hookimpl(tryfirst=True) +def pytest_cmdline_main(config: Config) -> int | ExitCode | None: + import _pytest.config + + if config.option.markers: + config._do_configure() + tw = _pytest.config.create_terminal_writer(config) + for line in config.getini("markers"): + parts = line.split(":", 1) + name = parts[0] + rest = parts[1] if len(parts) == 2 else "" + tw.write(f"@pytest.mark.{name}:", bold=True) + tw.line(rest) + tw.line() + config._ensure_unconfigure() + return 0 + + return None + + +@dataclasses.dataclass +class KeywordMatcher: + """A matcher for keywords. + + Given a list of names, matches any substring of one of these names. The + string inclusion check is case-insensitive. + + Will match on the name of colitem, including the names of its parents. + Only matches names of items which are either a :class:`Class` or a + :class:`Function`. + + Additionally, matches on names in the 'extra_keyword_matches' set of + any item, as well as names directly assigned to test functions. + """ + + __slots__ = ("_names",) + + _names: AbstractSet[str] + + @classmethod + def from_item(cls, item: Item) -> KeywordMatcher: + mapped_names = set() + + # Add the names of the current item and any parent items, + # except the Session and root Directory's which are not + # interesting for matching. + import pytest + + for node in item.listchain(): + if isinstance(node, pytest.Session): + continue + if isinstance(node, pytest.Directory) and isinstance( + node.parent, pytest.Session + ): + continue + mapped_names.add(node.name) + + # Add the names added as extra keywords to current or parent items. + mapped_names.update(item.listextrakeywords()) + + # Add the names attached to the current function through direct assignment. + function_obj = getattr(item, "function", None) + if function_obj: + mapped_names.update(function_obj.__dict__) + + # Add the markers to the keywords as we no longer handle them correctly. + mapped_names.update(mark.name for mark in item.iter_markers()) + + return cls(mapped_names) + + def __call__(self, subname: str, /, **kwargs: str | int | bool | None) -> bool: + if kwargs: + raise UsageError("Keyword expressions do not support call parameters.") + subname = subname.lower() + names = (name.lower() for name in self._names) + + for name in names: + if subname in name: + return True + return False + + +def deselect_by_keyword(items: list[Item], config: Config) -> None: + keywordexpr = config.option.keyword.lstrip() + if not keywordexpr: + return + + expr = _parse_expression(keywordexpr, "Wrong expression passed to '-k'") + + remaining = [] + deselected = [] + for colitem in items: + if not expr.evaluate(KeywordMatcher.from_item(colitem)): + deselected.append(colitem) + else: + remaining.append(colitem) + + if deselected: + config.hook.pytest_deselected(items=deselected) + items[:] = remaining + + +@dataclasses.dataclass +class MarkMatcher: + """A matcher for markers which are present. + + Tries to match on any marker names, attached to the given colitem. + """ + + __slots__ = ("own_mark_name_mapping",) + + own_mark_name_mapping: dict[str, list[Mark]] + + @classmethod + def from_markers(cls, markers: Iterable[Mark]) -> MarkMatcher: + mark_name_mapping = collections.defaultdict(list) + for mark in markers: + mark_name_mapping[mark.name].append(mark) + return cls(mark_name_mapping) + + def __call__(self, name: str, /, **kwargs: str | int | bool | None) -> bool: + if not (matches := self.own_mark_name_mapping.get(name, [])): + return False + + for mark in matches: + if all(mark.kwargs.get(k, NOT_SET) == v for k, v in kwargs.items()): + return True + + return False + + +def deselect_by_mark(items: list[Item], config: Config) -> None: + matchexpr = config.option.markexpr + if not matchexpr: + return + + expr = _parse_expression(matchexpr, "Wrong expression passed to '-m'") + remaining: list[Item] = [] + deselected: list[Item] = [] + for item in items: + if expr.evaluate(MarkMatcher.from_markers(item.iter_markers())): + remaining.append(item) + else: + deselected.append(item) + if deselected: + config.hook.pytest_deselected(items=deselected) + items[:] = remaining + + +def _parse_expression(expr: str, exc_message: str) -> Expression: + try: + return Expression.compile(expr) + except ParseError as e: + raise UsageError(f"{exc_message}: {expr}: {e}") from None + + +def pytest_collection_modifyitems(items: list[Item], config: Config) -> None: + deselect_by_keyword(items, config) + deselect_by_mark(items, config) + + +def pytest_configure(config: Config) -> None: + config.stash[old_mark_config_key] = MARK_GEN._config + MARK_GEN._config = config + + empty_parameterset = config.getini(EMPTY_PARAMETERSET_OPTION) + + if empty_parameterset not in ("skip", "xfail", "fail_at_collect", None, ""): + raise UsageError( + f"{EMPTY_PARAMETERSET_OPTION!s} must be one of skip, xfail or fail_at_collect" + f" but it is {empty_parameterset!r}" + ) + + +def pytest_unconfigure(config: Config) -> None: + MARK_GEN._config = config.stash.get(old_mark_config_key, None) diff --git a/env/lib/python3.8/site-packages/_pytest/mark/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/mark/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6181a259045ddcdb33ad818d9b5aa8c12b7d6217 GIT binary patch literal 9099 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 S|H-VGKZQEW(({?4`Tqv;A!oP% literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/mark/__pycache__/structures.cpython-38.pyc b/env/lib/python3.8/site-packages/_pytest/mark/__pycache__/structures.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3a59a87eab7b54e9cd64668c1ad2680068f8e4b5 GIT binary patch literal 19071 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/_pytest/mark/expression.py b/env/lib/python3.8/site-packages/_pytest/mark/expression.py new file mode 100644 index 000000000..89cc0e94d --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/mark/expression.py @@ -0,0 +1,333 @@ +r"""Evaluate match expressions, as used by `-k` and `-m`. + +The grammar is: + +expression: expr? EOF +expr: and_expr ('or' and_expr)* +and_expr: not_expr ('and' not_expr)* +not_expr: 'not' not_expr | '(' expr ')' | ident kwargs? + +ident: (\w|:|\+|-|\.|\[|\]|\\|/)+ +kwargs: ('(' name '=' value ( ', ' name '=' value )* ')') +name: a valid ident, but not a reserved keyword +value: (unescaped) string literal | (-)?[0-9]+ | 'False' | 'True' | 'None' + +The semantics are: + +- Empty expression evaluates to False. +- ident evaluates to True or False according to a provided matcher function. +- or/and/not evaluate according to the usual boolean semantics. +- ident with parentheses and keyword arguments evaluates to True or False according to a provided matcher function. +""" + +from __future__ import annotations + +import ast +import dataclasses +import enum +import keyword +import re +import types +from typing import Iterator +from typing import Literal +from typing import Mapping +from typing import NoReturn +from typing import overload +from typing import Protocol +from typing import Sequence + + +__all__ = [ + "Expression", + "ParseError", +] + + +class TokenType(enum.Enum): + LPAREN = "left parenthesis" + RPAREN = "right parenthesis" + OR = "or" + AND = "and" + NOT = "not" + IDENT = "identifier" + EOF = "end of input" + EQUAL = "=" + STRING = "string literal" + COMMA = "," + + +@dataclasses.dataclass(frozen=True) +class Token: + __slots__ = ("type", "value", "pos") + type: TokenType + value: str + pos: int + + +class ParseError(Exception): + """The expression contains invalid syntax. + + :param column: The column in the line where the error occurred (1-based). + :param message: A description of the error. + """ + + def __init__(self, column: int, message: str) -> None: + self.column = column + self.message = message + + def __str__(self) -> str: + return f"at column {self.column}: {self.message}" + + +class Scanner: + __slots__ = ("tokens", "current") + + def __init__(self, input: str) -> None: + self.tokens = self.lex(input) + self.current = next(self.tokens) + + def lex(self, input: str) -> Iterator[Token]: + pos = 0 + while pos < len(input): + if input[pos] in (" ", "\t"): + pos += 1 + elif input[pos] == "(": + yield Token(TokenType.LPAREN, "(", pos) + pos += 1 + elif input[pos] == ")": + yield Token(TokenType.RPAREN, ")", pos) + pos += 1 + elif input[pos] == "=": + yield Token(TokenType.EQUAL, "=", pos) + pos += 1 + elif input[pos] == ",": + yield Token(TokenType.COMMA, ",", pos) + pos += 1 + elif (quote_char := input[pos]) in ("'", '"'): + end_quote_pos = input.find(quote_char, pos + 1) + if end_quote_pos == -1: + raise ParseError( + pos + 1, + f'closing quote "{quote_char}" is missing', + ) + value = input[pos : end_quote_pos + 1] + if (backslash_pos := input.find("\\")) != -1: + raise ParseError( + backslash_pos + 1, + r'escaping with "\" not supported in marker expression', + ) + yield Token(TokenType.STRING, value, pos) + pos += len(value) + else: + match = re.match(r"(:?\w|:|\+|-|\.|\[|\]|\\|/)+", input[pos:]) + if match: + value = match.group(0) + if value == "or": + yield Token(TokenType.OR, value, pos) + elif value == "and": + yield Token(TokenType.AND, value, pos) + elif value == "not": + yield Token(TokenType.NOT, value, pos) + else: + yield Token(TokenType.IDENT, value, pos) + pos += len(value) + else: + raise ParseError( + pos + 1, + f'unexpected character "{input[pos]}"', + ) + yield Token(TokenType.EOF, "", pos) + + @overload + def accept(self, type: TokenType, *, reject: Literal[True]) -> Token: ... + + @overload + def accept( + self, type: TokenType, *, reject: Literal[False] = False + ) -> Token | None: ... + + def accept(self, type: TokenType, *, reject: bool = False) -> Token | None: + if self.current.type is type: + token = self.current + if token.type is not TokenType.EOF: + self.current = next(self.tokens) + return token + if reject: + self.reject((type,)) + return None + + def reject(self, expected: Sequence[TokenType]) -> NoReturn: + raise ParseError( + self.current.pos + 1, + "expected {}; got {}".format( + " OR ".join(type.value for type in expected), + self.current.type.value, + ), + ) + + +# True, False and None are legal match expression identifiers, +# but illegal as Python identifiers. To fix this, this prefix +# is added to identifiers in the conversion to Python AST. +IDENT_PREFIX = "$" + + +def expression(s: Scanner) -> ast.Expression: + if s.accept(TokenType.EOF): + ret: ast.expr = ast.Constant(False) + else: + ret = expr(s) + s.accept(TokenType.EOF, reject=True) + return ast.fix_missing_locations(ast.Expression(ret)) + + +def expr(s: Scanner) -> ast.expr: + ret = and_expr(s) + while s.accept(TokenType.OR): + rhs = and_expr(s) + ret = ast.BoolOp(ast.Or(), [ret, rhs]) + return ret + + +def and_expr(s: Scanner) -> ast.expr: + ret = not_expr(s) + while s.accept(TokenType.AND): + rhs = not_expr(s) + ret = ast.BoolOp(ast.And(), [ret, rhs]) + return ret + + +def not_expr(s: Scanner) -> ast.expr: + if s.accept(TokenType.NOT): + return ast.UnaryOp(ast.Not(), not_expr(s)) + if s.accept(TokenType.LPAREN): + ret = expr(s) + s.accept(TokenType.RPAREN, reject=True) + return ret + ident = s.accept(TokenType.IDENT) + if ident: + name = ast.Name(IDENT_PREFIX + ident.value, ast.Load()) + if s.accept(TokenType.LPAREN): + ret = ast.Call(func=name, args=[], keywords=all_kwargs(s)) + s.accept(TokenType.RPAREN, reject=True) + else: + ret = name + return ret + + s.reject((TokenType.NOT, TokenType.LPAREN, TokenType.IDENT)) + + +BUILTIN_MATCHERS = {"True": True, "False": False, "None": None} + + +def single_kwarg(s: Scanner) -> ast.keyword: + keyword_name = s.accept(TokenType.IDENT, reject=True) + if not keyword_name.value.isidentifier(): + raise ParseError( + keyword_name.pos + 1, + f"not a valid python identifier {keyword_name.value}", + ) + if keyword.iskeyword(keyword_name.value): + raise ParseError( + keyword_name.pos + 1, + f"unexpected reserved python keyword `{keyword_name.value}`", + ) + s.accept(TokenType.EQUAL, reject=True) + + if value_token := s.accept(TokenType.STRING): + value: str | int | bool | None = value_token.value[1:-1] # strip quotes + else: + value_token = s.accept(TokenType.IDENT, reject=True) + if ( + (number := value_token.value).isdigit() + or number.startswith("-") + and number[1:].isdigit() + ): + value = int(number) + elif value_token.value in BUILTIN_MATCHERS: + value = BUILTIN_MATCHERS[value_token.value] + else: + raise ParseError( + value_token.pos + 1, + f'unexpected character/s "{value_token.value}"', + ) + + ret = ast.keyword(keyword_name.value, ast.Constant(value)) + return ret + + +def all_kwargs(s: Scanner) -> list[ast.keyword]: + ret = [single_kwarg(s)] + while s.accept(TokenType.COMMA): + ret.append(single_kwarg(s)) + return ret + + +class MatcherCall(Protocol): + def __call__(self, name: str, /, **kwargs: str | int | bool | None) -> bool: ... + + +@dataclasses.dataclass +class MatcherNameAdapter: + matcher: MatcherCall + name: str + + def __bool__(self) -> bool: + return self.matcher(self.name) + + def __call__(self, **kwargs: str | int | bool | None) -> bool: + return self.matcher(self.name, **kwargs) + + +class MatcherAdapter(Mapping[str, MatcherNameAdapter]): + """Adapts a matcher function to a locals mapping as required by eval().""" + + def __init__(self, matcher: MatcherCall) -> None: + self.matcher = matcher + + def __getitem__(self, key: str) -> MatcherNameAdapter: + return MatcherNameAdapter(matcher=self.matcher, name=key[len(IDENT_PREFIX) :]) + + def __iter__(self) -> Iterator[str]: + raise NotImplementedError() + + def __len__(self) -> int: + raise NotImplementedError() + + +class Expression: + """A compiled match expression as used by -k and -m. + + The expression can be evaluated against different matchers. + """ + + __slots__ = ("code",) + + def __init__(self, code: types.CodeType) -> None: + self.code = code + + @classmethod + def compile(self, input: str) -> Expression: + """Compile a match expression. + + :param input: The input expression - one line. + """ + astexpr = expression(Scanner(input)) + code: types.CodeType = compile( + astexpr, + filename="", + mode="eval", + ) + return Expression(code) + + def evaluate(self, matcher: MatcherCall) -> bool: + """Evaluate the match expression. + + :param matcher: + Given an identifier, should return whether it matches or not. + Should be prepared to handle arbitrary strings as input. + + :returns: Whether the expression matches or not. + """ + ret: bool = bool(eval(self.code, {"__builtins__": {}}, MatcherAdapter(matcher))) + return ret diff --git a/env/lib/python3.8/site-packages/_pytest/mark/structures.py b/env/lib/python3.8/site-packages/_pytest/mark/structures.py new file mode 100644 index 000000000..92ade55f7 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/mark/structures.py @@ -0,0 +1,615 @@ +# mypy: allow-untyped-defs +from __future__ import annotations + +import collections.abc +import dataclasses +import inspect +from typing import Any +from typing import Callable +from typing import Collection +from typing import final +from typing import Iterable +from typing import Iterator +from typing import Mapping +from typing import MutableMapping +from typing import NamedTuple +from typing import overload +from typing import Sequence +from typing import TYPE_CHECKING +from typing import TypeVar +from typing import Union +import warnings + +from .._code import getfslineno +from ..compat import ascii_escaped +from ..compat import NOTSET +from ..compat import NotSetType +from _pytest.config import Config +from _pytest.deprecated import check_ispytest +from _pytest.deprecated import MARKED_FIXTURE +from _pytest.outcomes import fail +from _pytest.scope import _ScopeName +from _pytest.warning_types import PytestUnknownMarkWarning + + +if TYPE_CHECKING: + from ..nodes import Node + + +EMPTY_PARAMETERSET_OPTION = "empty_parameter_set_mark" + + +def istestfunc(func) -> bool: + return callable(func) and getattr(func, "__name__", "") != "" + + +def get_empty_parameterset_mark( + config: Config, argnames: Sequence[str], func +) -> MarkDecorator: + from ..nodes import Collector + + fs, lineno = getfslineno(func) + reason = "got empty parameter set %r, function %s at %s:%d" % ( + argnames, + func.__name__, + fs, + lineno, + ) + + requested_mark = config.getini(EMPTY_PARAMETERSET_OPTION) + if requested_mark in ("", None, "skip"): + mark = MARK_GEN.skip(reason=reason) + elif requested_mark == "xfail": + mark = MARK_GEN.xfail(reason=reason, run=False) + elif requested_mark == "fail_at_collect": + f_name = func.__name__ + _, lineno = getfslineno(func) + raise Collector.CollectError( + "Empty parameter set in '%s' at line %d" % (f_name, lineno + 1) + ) + else: + raise LookupError(requested_mark) + return mark + + +class ParameterSet(NamedTuple): + values: Sequence[object | NotSetType] + marks: Collection[MarkDecorator | Mark] + id: str | None + + @classmethod + def param( + cls, + *values: object, + marks: MarkDecorator | Collection[MarkDecorator | Mark] = (), + id: str | None = None, + ) -> ParameterSet: + if isinstance(marks, MarkDecorator): + marks = (marks,) + else: + assert isinstance(marks, collections.abc.Collection) + + if id is not None: + if not isinstance(id, str): + raise TypeError(f"Expected id to be a string, got {type(id)}: {id!r}") + id = ascii_escaped(id) + return cls(values, marks, id) + + @classmethod + def extract_from( + cls, + parameterset: ParameterSet | Sequence[object] | object, + force_tuple: bool = False, + ) -> ParameterSet: + """Extract from an object or objects. + + :param parameterset: + A legacy style parameterset that may or may not be a tuple, + and may or may not be wrapped into a mess of mark objects. + + :param force_tuple: + Enforce tuple wrapping so single argument tuple values + don't get decomposed and break tests. + """ + if isinstance(parameterset, cls): + return parameterset + if force_tuple: + return cls.param(parameterset) + else: + # TODO: Refactor to fix this type-ignore. Currently the following + # passes type-checking but crashes: + # + # @pytest.mark.parametrize(('x', 'y'), [1, 2]) + # def test_foo(x, y): pass + return cls(parameterset, marks=[], id=None) # type: ignore[arg-type] + + @staticmethod + def _parse_parametrize_args( + argnames: str | Sequence[str], + argvalues: Iterable[ParameterSet | Sequence[object] | object], + *args, + **kwargs, + ) -> tuple[Sequence[str], bool]: + if isinstance(argnames, str): + argnames = [x.strip() for x in argnames.split(",") if x.strip()] + force_tuple = len(argnames) == 1 + else: + force_tuple = False + return argnames, force_tuple + + @staticmethod + def _parse_parametrize_parameters( + argvalues: Iterable[ParameterSet | Sequence[object] | object], + force_tuple: bool, + ) -> list[ParameterSet]: + return [ + ParameterSet.extract_from(x, force_tuple=force_tuple) for x in argvalues + ] + + @classmethod + def _for_parametrize( + cls, + argnames: str | Sequence[str], + argvalues: Iterable[ParameterSet | Sequence[object] | object], + func, + config: Config, + nodeid: str, + ) -> tuple[Sequence[str], list[ParameterSet]]: + argnames, force_tuple = cls._parse_parametrize_args(argnames, argvalues) + parameters = cls._parse_parametrize_parameters(argvalues, force_tuple) + del argvalues + + if parameters: + # Check all parameter sets have the correct number of values. + for param in parameters: + if len(param.values) != len(argnames): + msg = ( + '{nodeid}: in "parametrize" the number of names ({names_len}):\n' + " {names}\n" + "must be equal to the number of values ({values_len}):\n" + " {values}" + ) + fail( + msg.format( + nodeid=nodeid, + values=param.values, + names=argnames, + names_len=len(argnames), + values_len=len(param.values), + ), + pytrace=False, + ) + else: + # Empty parameter set (likely computed at runtime): create a single + # parameter set with NOTSET values, with the "empty parameter set" mark applied to it. + mark = get_empty_parameterset_mark(config, argnames, func) + parameters.append( + ParameterSet(values=(NOTSET,) * len(argnames), marks=[mark], id=None) + ) + return argnames, parameters + + +@final +@dataclasses.dataclass(frozen=True) +class Mark: + """A pytest mark.""" + + #: Name of the mark. + name: str + #: Positional arguments of the mark decorator. + args: tuple[Any, ...] + #: Keyword arguments of the mark decorator. + kwargs: Mapping[str, Any] + + #: Source Mark for ids with parametrize Marks. + _param_ids_from: Mark | None = dataclasses.field(default=None, repr=False) + #: Resolved/generated ids with parametrize Marks. + _param_ids_generated: Sequence[str] | None = dataclasses.field( + default=None, repr=False + ) + + def __init__( + self, + name: str, + args: tuple[Any, ...], + kwargs: Mapping[str, Any], + param_ids_from: Mark | None = None, + param_ids_generated: Sequence[str] | None = None, + *, + _ispytest: bool = False, + ) -> None: + """:meta private:""" + check_ispytest(_ispytest) + # Weirdness to bypass frozen=True. + object.__setattr__(self, "name", name) + object.__setattr__(self, "args", args) + object.__setattr__(self, "kwargs", kwargs) + object.__setattr__(self, "_param_ids_from", param_ids_from) + object.__setattr__(self, "_param_ids_generated", param_ids_generated) + + def _has_param_ids(self) -> bool: + return "ids" in self.kwargs or len(self.args) >= 4 + + def combined_with(self, other: Mark) -> Mark: + """Return a new Mark which is a combination of this + Mark and another Mark. + + Combines by appending args and merging kwargs. + + :param Mark other: The mark to combine with. + :rtype: Mark + """ + assert self.name == other.name + + # Remember source of ids with parametrize Marks. + param_ids_from: Mark | None = None + if self.name == "parametrize": + if other._has_param_ids(): + param_ids_from = other + elif self._has_param_ids(): + param_ids_from = self + + return Mark( + self.name, + self.args + other.args, + dict(self.kwargs, **other.kwargs), + param_ids_from=param_ids_from, + _ispytest=True, + ) + + +# A generic parameter designating an object to which a Mark may +# be applied -- a test function (callable) or class. +# Note: a lambda is not allowed, but this can't be represented. +Markable = TypeVar("Markable", bound=Union[Callable[..., object], type]) + + +@dataclasses.dataclass +class MarkDecorator: + """A decorator for applying a mark on test functions and classes. + + ``MarkDecorators`` are created with ``pytest.mark``:: + + mark1 = pytest.mark.NAME # Simple MarkDecorator + mark2 = pytest.mark.NAME(name1=value) # Parametrized MarkDecorator + + and can then be applied as decorators to test functions:: + + @mark2 + def test_function(): + pass + + When a ``MarkDecorator`` is called, it does the following: + + 1. If called with a single class as its only positional argument and no + additional keyword arguments, it attaches the mark to the class so it + gets applied automatically to all test cases found in that class. + + 2. If called with a single function as its only positional argument and + no additional keyword arguments, it attaches the mark to the function, + containing all the arguments already stored internally in the + ``MarkDecorator``. + + 3. When called in any other case, it returns a new ``MarkDecorator`` + instance with the original ``MarkDecorator``'s content updated with + the arguments passed to this call. + + Note: The rules above prevent a ``MarkDecorator`` from storing only a + single function or class reference as its positional argument with no + additional keyword or positional arguments. You can work around this by + using `with_args()`. + """ + + mark: Mark + + def __init__(self, mark: Mark, *, _ispytest: bool = False) -> None: + """:meta private:""" + check_ispytest(_ispytest) + self.mark = mark + + @property + def name(self) -> str: + """Alias for mark.name.""" + return self.mark.name + + @property + def args(self) -> tuple[Any, ...]: + """Alias for mark.args.""" + return self.mark.args + + @property + def kwargs(self) -> Mapping[str, Any]: + """Alias for mark.kwargs.""" + return self.mark.kwargs + + @property + def markname(self) -> str: + """:meta private:""" + return self.name # for backward-compat (2.4.1 had this attr) + + def with_args(self, *args: object, **kwargs: object) -> MarkDecorator: + """Return a MarkDecorator with extra arguments added. + + Unlike calling the MarkDecorator, with_args() can be used even + if the sole argument is a callable/class. + """ + mark = Mark(self.name, args, kwargs, _ispytest=True) + return MarkDecorator(self.mark.combined_with(mark), _ispytest=True) + + # Type ignored because the overloads overlap with an incompatible + # return type. Not much we can do about that. Thankfully mypy picks + # the first match so it works out even if we break the rules. + @overload + def __call__(self, arg: Markable) -> Markable: # type: ignore[overload-overlap] + pass + + @overload + def __call__(self, *args: object, **kwargs: object) -> MarkDecorator: + pass + + def __call__(self, *args: object, **kwargs: object): + """Call the MarkDecorator.""" + if args and not kwargs: + func = args[0] + is_class = inspect.isclass(func) + if len(args) == 1 and (istestfunc(func) or is_class): + store_mark(func, self.mark, stacklevel=3) + return func + return self.with_args(*args, **kwargs) + + +def get_unpacked_marks( + obj: object | type, + *, + consider_mro: bool = True, +) -> list[Mark]: + """Obtain the unpacked marks that are stored on an object. + + If obj is a class and consider_mro is true, return marks applied to + this class and all of its super-classes in MRO order. If consider_mro + is false, only return marks applied directly to this class. + """ + if isinstance(obj, type): + if not consider_mro: + mark_lists = [obj.__dict__.get("pytestmark", [])] + else: + mark_lists = [ + x.__dict__.get("pytestmark", []) for x in reversed(obj.__mro__) + ] + mark_list = [] + for item in mark_lists: + if isinstance(item, list): + mark_list.extend(item) + else: + mark_list.append(item) + else: + mark_attribute = getattr(obj, "pytestmark", []) + if isinstance(mark_attribute, list): + mark_list = mark_attribute + else: + mark_list = [mark_attribute] + return list(normalize_mark_list(mark_list)) + + +def normalize_mark_list( + mark_list: Iterable[Mark | MarkDecorator], +) -> Iterable[Mark]: + """ + Normalize an iterable of Mark or MarkDecorator objects into a list of marks + by retrieving the `mark` attribute on MarkDecorator instances. + + :param mark_list: marks to normalize + :returns: A new list of the extracted Mark objects + """ + for mark in mark_list: + mark_obj = getattr(mark, "mark", mark) + if not isinstance(mark_obj, Mark): + raise TypeError(f"got {mark_obj!r} instead of Mark") + yield mark_obj + + +def store_mark(obj, mark: Mark, *, stacklevel: int = 2) -> None: + """Store a Mark on an object. + + This is used to implement the Mark declarations/decorators correctly. + """ + assert isinstance(mark, Mark), mark + + from ..fixtures import getfixturemarker + + if getfixturemarker(obj) is not None: + warnings.warn(MARKED_FIXTURE, stacklevel=stacklevel) + + # Always reassign name to avoid updating pytestmark in a reference that + # was only borrowed. + obj.pytestmark = [*get_unpacked_marks(obj, consider_mro=False), mark] + + +# Typing for builtin pytest marks. This is cheating; it gives builtin marks +# special privilege, and breaks modularity. But practicality beats purity... +if TYPE_CHECKING: + + class _SkipMarkDecorator(MarkDecorator): + @overload # type: ignore[override,no-overload-impl] + def __call__(self, arg: Markable) -> Markable: ... + + @overload + def __call__(self, reason: str = ...) -> MarkDecorator: ... + + class _SkipifMarkDecorator(MarkDecorator): + def __call__( # type: ignore[override] + self, + condition: str | bool = ..., + *conditions: str | bool, + reason: str = ..., + ) -> MarkDecorator: ... + + class _XfailMarkDecorator(MarkDecorator): + @overload # type: ignore[override,no-overload-impl] + def __call__(self, arg: Markable) -> Markable: ... + + @overload + def __call__( + self, + condition: str | bool = False, + *conditions: str | bool, + reason: str = ..., + run: bool = ..., + raises: None | type[BaseException] | tuple[type[BaseException], ...] = ..., + strict: bool = ..., + ) -> MarkDecorator: ... + + class _ParametrizeMarkDecorator(MarkDecorator): + def __call__( # type: ignore[override] + self, + argnames: str | Sequence[str], + argvalues: Iterable[ParameterSet | Sequence[object] | object], + *, + indirect: bool | Sequence[str] = ..., + ids: Iterable[None | str | float | int | bool] + | Callable[[Any], object | None] + | None = ..., + scope: _ScopeName | None = ..., + ) -> MarkDecorator: ... + + class _UsefixturesMarkDecorator(MarkDecorator): + def __call__(self, *fixtures: str) -> MarkDecorator: # type: ignore[override] + ... + + class _FilterwarningsMarkDecorator(MarkDecorator): + def __call__(self, *filters: str) -> MarkDecorator: # type: ignore[override] + ... + + +@final +class MarkGenerator: + """Factory for :class:`MarkDecorator` objects - exposed as + a ``pytest.mark`` singleton instance. + + Example:: + + import pytest + + + @pytest.mark.slowtest + def test_function(): + pass + + applies a 'slowtest' :class:`Mark` on ``test_function``. + """ + + # See TYPE_CHECKING above. + if TYPE_CHECKING: + skip: _SkipMarkDecorator + skipif: _SkipifMarkDecorator + xfail: _XfailMarkDecorator + parametrize: _ParametrizeMarkDecorator + usefixtures: _UsefixturesMarkDecorator + filterwarnings: _FilterwarningsMarkDecorator + + def __init__(self, *, _ispytest: bool = False) -> None: + check_ispytest(_ispytest) + self._config: Config | None = None + self._markers: set[str] = set() + + def __getattr__(self, name: str) -> MarkDecorator: + """Generate a new :class:`MarkDecorator` with the given name.""" + if name[0] == "_": + raise AttributeError("Marker name must NOT start with underscore") + + if self._config is not None: + # We store a set of markers as a performance optimisation - if a mark + # name is in the set we definitely know it, but a mark may be known and + # not in the set. We therefore start by updating the set! + if name not in self._markers: + for line in self._config.getini("markers"): + # example lines: "skipif(condition): skip the given test if..." + # or "hypothesis: tests which use Hypothesis", so to get the + # marker name we split on both `:` and `(`. + marker = line.split(":")[0].split("(")[0].strip() + self._markers.add(marker) + + # If the name is not in the set of known marks after updating, + # then it really is time to issue a warning or an error. + if name not in self._markers: + if self._config.option.strict_markers or self._config.option.strict: + fail( + f"{name!r} not found in `markers` configuration option", + pytrace=False, + ) + + # Raise a specific error for common misspellings of "parametrize". + if name in ["parameterize", "parametrise", "parameterise"]: + __tracebackhide__ = True + fail(f"Unknown '{name}' mark, did you mean 'parametrize'?") + + warnings.warn( + f"Unknown pytest.mark.{name} - is this a typo? You can register " + "custom marks to avoid this warning - for details, see " + "https://docs.pytest.org/en/stable/how-to/mark.html", + PytestUnknownMarkWarning, + 2, + ) + + return MarkDecorator(Mark(name, (), {}, _ispytest=True), _ispytest=True) + + +MARK_GEN = MarkGenerator(_ispytest=True) + + +@final +class NodeKeywords(MutableMapping[str, Any]): + __slots__ = ("node", "parent", "_markers") + + def __init__(self, node: Node) -> None: + self.node = node + self.parent = node.parent + self._markers = {node.name: True} + + def __getitem__(self, key: str) -> Any: + try: + return self._markers[key] + except KeyError: + if self.parent is None: + raise + return self.parent.keywords[key] + + def __setitem__(self, key: str, value: Any) -> None: + self._markers[key] = value + + # Note: we could've avoided explicitly implementing some of the methods + # below and use the collections.abc fallback, but that would be slow. + + def __contains__(self, key: object) -> bool: + return ( + key in self._markers + or self.parent is not None + and key in self.parent.keywords + ) + + def update( # type: ignore[override] + self, + other: Mapping[str, Any] | Iterable[tuple[str, Any]] = (), + **kwds: Any, + ) -> None: + self._markers.update(other) + self._markers.update(kwds) + + def __delitem__(self, key: str) -> None: + raise ValueError("cannot delete key in keywords dict") + + def __iter__(self) -> Iterator[str]: + # Doesn't need to be fast. + yield from self._markers + if self.parent is not None: + for keyword in self.parent.keywords: + # self._marks and self.parent.keywords can have duplicates. + if keyword not in self._markers: + yield keyword + + def __len__(self) -> int: + # Doesn't need to be fast. + return sum(1 for keyword in self) + + def __repr__(self) -> str: + return f"" diff --git a/env/lib/python3.8/site-packages/_pytest/monkeypatch.py b/env/lib/python3.8/site-packages/_pytest/monkeypatch.py new file mode 100644 index 000000000..46eb1724e --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/monkeypatch.py @@ -0,0 +1,415 @@ +# mypy: allow-untyped-defs +"""Monkeypatching and mocking functionality.""" + +from __future__ import annotations + +from contextlib import contextmanager +import os +import re +import sys +from typing import Any +from typing import final +from typing import Generator +from typing import Mapping +from typing import MutableMapping +from typing import overload +from typing import TypeVar +import warnings + +from _pytest.fixtures import fixture +from _pytest.warning_types import PytestWarning + + +RE_IMPORT_ERROR_NAME = re.compile(r"^No module named (.*)$") + + +K = TypeVar("K") +V = TypeVar("V") + + +@fixture +def monkeypatch() -> Generator[MonkeyPatch]: + """A convenient fixture for monkey-patching. + + The fixture provides these methods to modify objects, dictionaries, or + :data:`os.environ`: + + * :meth:`monkeypatch.setattr(obj, name, value, raising=True) ` + * :meth:`monkeypatch.delattr(obj, name, raising=True) ` + * :meth:`monkeypatch.setitem(mapping, name, value) ` + * :meth:`monkeypatch.delitem(obj, name, raising=True) ` + * :meth:`monkeypatch.setenv(name, value, prepend=None) ` + * :meth:`monkeypatch.delenv(name, raising=True) ` + * :meth:`monkeypatch.syspath_prepend(path) ` + * :meth:`monkeypatch.chdir(path) ` + * :meth:`monkeypatch.context() ` + + All modifications will be undone after the requesting test function or + fixture has finished. The ``raising`` parameter determines if a :class:`KeyError` + or :class:`AttributeError` will be raised if the set/deletion operation does not have the + specified target. + + To undo modifications done by the fixture in a contained scope, + use :meth:`context() `. + """ + mpatch = MonkeyPatch() + yield mpatch + mpatch.undo() + + +def resolve(name: str) -> object: + # Simplified from zope.dottedname. + parts = name.split(".") + + used = parts.pop(0) + found: object = __import__(used) + for part in parts: + used += "." + part + try: + found = getattr(found, part) + except AttributeError: + pass + else: + continue + # We use explicit un-nesting of the handling block in order + # to avoid nested exceptions. + try: + __import__(used) + except ImportError as ex: + expected = str(ex).split()[-1] + if expected == used: + raise + else: + raise ImportError(f"import error in {used}: {ex}") from ex + found = annotated_getattr(found, part, used) + return found + + +def annotated_getattr(obj: object, name: str, ann: str) -> object: + try: + obj = getattr(obj, name) + except AttributeError as e: + raise AttributeError( + f"{type(obj).__name__!r} object at {ann} has no attribute {name!r}" + ) from e + return obj + + +def derive_importpath(import_path: str, raising: bool) -> tuple[str, object]: + if not isinstance(import_path, str) or "." not in import_path: + raise TypeError(f"must be absolute import path string, not {import_path!r}") + module, attr = import_path.rsplit(".", 1) + target = resolve(module) + if raising: + annotated_getattr(target, attr, ann=module) + return attr, target + + +class Notset: + def __repr__(self) -> str: + return "" + + +notset = Notset() + + +@final +class MonkeyPatch: + """Helper to conveniently monkeypatch attributes/items/environment + variables/syspath. + + Returned by the :fixture:`monkeypatch` fixture. + + .. versionchanged:: 6.2 + Can now also be used directly as `pytest.MonkeyPatch()`, for when + the fixture is not available. In this case, use + :meth:`with MonkeyPatch.context() as mp: ` or remember to call + :meth:`undo` explicitly. + """ + + def __init__(self) -> None: + self._setattr: list[tuple[object, str, object]] = [] + self._setitem: list[tuple[Mapping[Any, Any], object, object]] = [] + self._cwd: str | None = None + self._savesyspath: list[str] | None = None + + @classmethod + @contextmanager + def context(cls) -> Generator[MonkeyPatch]: + """Context manager that returns a new :class:`MonkeyPatch` object + which undoes any patching done inside the ``with`` block upon exit. + + Example: + + .. code-block:: python + + import functools + + + def test_partial(monkeypatch): + with monkeypatch.context() as m: + m.setattr(functools, "partial", 3) + + Useful in situations where it is desired to undo some patches before the test ends, + such as mocking ``stdlib`` functions that might break pytest itself if mocked (for examples + of this see :issue:`3290`). + """ + m = cls() + try: + yield m + finally: + m.undo() + + @overload + def setattr( + self, + target: str, + name: object, + value: Notset = ..., + raising: bool = ..., + ) -> None: ... + + @overload + def setattr( + self, + target: object, + name: str, + value: object, + raising: bool = ..., + ) -> None: ... + + def setattr( + self, + target: str | object, + name: object | str, + value: object = notset, + raising: bool = True, + ) -> None: + """ + Set attribute value on target, memorizing the old value. + + For example: + + .. code-block:: python + + import os + + monkeypatch.setattr(os, "getcwd", lambda: "/") + + The code above replaces the :func:`os.getcwd` function by a ``lambda`` which + always returns ``"/"``. + + For convenience, you can specify a string as ``target`` which + will be interpreted as a dotted import path, with the last part + being the attribute name: + + .. code-block:: python + + monkeypatch.setattr("os.getcwd", lambda: "/") + + Raises :class:`AttributeError` if the attribute does not exist, unless + ``raising`` is set to False. + + **Where to patch** + + ``monkeypatch.setattr`` works by (temporarily) changing the object that a name points to with another one. + There can be many names pointing to any individual object, so for patching to work you must ensure + that you patch the name used by the system under test. + + See the section :ref:`Where to patch ` in the :mod:`unittest.mock` + docs for a complete explanation, which is meant for :func:`unittest.mock.patch` but + applies to ``monkeypatch.setattr`` as well. + """ + __tracebackhide__ = True + import inspect + + if isinstance(value, Notset): + if not isinstance(target, str): + raise TypeError( + "use setattr(target, name, value) or " + "setattr(target, value) with target being a dotted " + "import string" + ) + value = name + name, target = derive_importpath(target, raising) + else: + if not isinstance(name, str): + raise TypeError( + "use setattr(target, name, value) with name being a string or " + "setattr(target, value) with target being a dotted " + "import string" + ) + + oldval = getattr(target, name, notset) + if raising and oldval is notset: + raise AttributeError(f"{target!r} has no attribute {name!r}") + + # avoid class descriptors like staticmethod/classmethod + if inspect.isclass(target): + oldval = target.__dict__.get(name, notset) + self._setattr.append((target, name, oldval)) + setattr(target, name, value) + + def delattr( + self, + target: object | str, + name: str | Notset = notset, + raising: bool = True, + ) -> None: + """Delete attribute ``name`` from ``target``. + + If no ``name`` is specified and ``target`` is a string + it will be interpreted as a dotted import path with the + last part being the attribute name. + + Raises AttributeError it the attribute does not exist, unless + ``raising`` is set to False. + """ + __tracebackhide__ = True + import inspect + + if isinstance(name, Notset): + if not isinstance(target, str): + raise TypeError( + "use delattr(target, name) or " + "delattr(target) with target being a dotted " + "import string" + ) + name, target = derive_importpath(target, raising) + + if not hasattr(target, name): + if raising: + raise AttributeError(name) + else: + oldval = getattr(target, name, notset) + # Avoid class descriptors like staticmethod/classmethod. + if inspect.isclass(target): + oldval = target.__dict__.get(name, notset) + self._setattr.append((target, name, oldval)) + delattr(target, name) + + def setitem(self, dic: Mapping[K, V], name: K, value: V) -> None: + """Set dictionary entry ``name`` to value.""" + self._setitem.append((dic, name, dic.get(name, notset))) + # Not all Mapping types support indexing, but MutableMapping doesn't support TypedDict + dic[name] = value # type: ignore[index] + + def delitem(self, dic: Mapping[K, V], name: K, raising: bool = True) -> None: + """Delete ``name`` from dict. + + Raises ``KeyError`` if it doesn't exist, unless ``raising`` is set to + False. + """ + if name not in dic: + if raising: + raise KeyError(name) + else: + self._setitem.append((dic, name, dic.get(name, notset))) + # Not all Mapping types support indexing, but MutableMapping doesn't support TypedDict + del dic[name] # type: ignore[attr-defined] + + def setenv(self, name: str, value: str, prepend: str | None = None) -> None: + """Set environment variable ``name`` to ``value``. + + If ``prepend`` is a character, read the current environment variable + value and prepend the ``value`` adjoined with the ``prepend`` + character. + """ + if not isinstance(value, str): + warnings.warn( # type: ignore[unreachable] + PytestWarning( + f"Value of environment variable {name} type should be str, but got " + f"{value!r} (type: {type(value).__name__}); converted to str implicitly" + ), + stacklevel=2, + ) + value = str(value) + if prepend and name in os.environ: + value = value + prepend + os.environ[name] + self.setitem(os.environ, name, value) + + def delenv(self, name: str, raising: bool = True) -> None: + """Delete ``name`` from the environment. + + Raises ``KeyError`` if it does not exist, unless ``raising`` is set to + False. + """ + environ: MutableMapping[str, str] = os.environ + self.delitem(environ, name, raising=raising) + + def syspath_prepend(self, path) -> None: + """Prepend ``path`` to ``sys.path`` list of import locations.""" + if self._savesyspath is None: + self._savesyspath = sys.path[:] + sys.path.insert(0, str(path)) + + # https://github.com/pypa/setuptools/blob/d8b901bc/docs/pkg_resources.txt#L162-L171 + # this is only needed when pkg_resources was already loaded by the namespace package + if "pkg_resources" in sys.modules: + from pkg_resources import fixup_namespace_packages + + fixup_namespace_packages(str(path)) + + # A call to syspathinsert() usually means that the caller wants to + # import some dynamically created files, thus with python3 we + # invalidate its import caches. + # This is especially important when any namespace package is in use, + # since then the mtime based FileFinder cache (that gets created in + # this case already) gets not invalidated when writing the new files + # quickly afterwards. + from importlib import invalidate_caches + + invalidate_caches() + + def chdir(self, path: str | os.PathLike[str]) -> None: + """Change the current working directory to the specified path. + + :param path: + The path to change into. + """ + if self._cwd is None: + self._cwd = os.getcwd() + os.chdir(path) + + def undo(self) -> None: + """Undo previous changes. + + This call consumes the undo stack. Calling it a second time has no + effect unless you do more monkeypatching after the undo call. + + There is generally no need to call `undo()`, since it is + called automatically during tear-down. + + .. note:: + The same `monkeypatch` fixture is used across a + single test function invocation. If `monkeypatch` is used both by + the test function itself and one of the test fixtures, + calling `undo()` will undo all of the changes made in + both functions. + + Prefer to use :meth:`context() ` instead. + """ + for obj, name, value in reversed(self._setattr): + if value is not notset: + setattr(obj, name, value) + else: + delattr(obj, name) + self._setattr[:] = [] + for dictionary, key, value in reversed(self._setitem): + if value is notset: + try: + # Not all Mapping types support indexing, but MutableMapping doesn't support TypedDict + del dictionary[key] # type: ignore[attr-defined] + except KeyError: + pass # Was already deleted, so we have the desired state. + else: + # Not all Mapping types support indexing, but MutableMapping doesn't support TypedDict + dictionary[key] = value # type: ignore[index] + self._setitem[:] = [] + if self._savesyspath is not None: + sys.path[:] = self._savesyspath + self._savesyspath = None + + if self._cwd is not None: + os.chdir(self._cwd) + self._cwd = None diff --git a/env/lib/python3.8/site-packages/_pytest/nodes.py b/env/lib/python3.8/site-packages/_pytest/nodes.py new file mode 100644 index 000000000..51bc51746 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/nodes.py @@ -0,0 +1,766 @@ +# mypy: allow-untyped-defs +from __future__ import annotations + +import abc +from functools import cached_property +from inspect import signature +import os +import pathlib +from pathlib import Path +from typing import Any +from typing import Callable +from typing import cast +from typing import Iterable +from typing import Iterator +from typing import MutableMapping +from typing import NoReturn +from typing import overload +from typing import TYPE_CHECKING +from typing import TypeVar +import warnings + +import pluggy + +import _pytest._code +from _pytest._code import getfslineno +from _pytest._code.code import ExceptionInfo +from _pytest._code.code import TerminalRepr +from _pytest._code.code import Traceback +from _pytest._code.code import TracebackStyle +from _pytest.compat import LEGACY_PATH +from _pytest.config import Config +from _pytest.config import ConftestImportFailure +from _pytest.config.compat import _check_path +from _pytest.deprecated import NODE_CTOR_FSPATH_ARG +from _pytest.mark.structures import Mark +from _pytest.mark.structures import MarkDecorator +from _pytest.mark.structures import NodeKeywords +from _pytest.outcomes import fail +from _pytest.pathlib import absolutepath +from _pytest.pathlib import commonpath +from _pytest.stash import Stash +from _pytest.warning_types import PytestWarning + + +if TYPE_CHECKING: + from typing_extensions import Self + + # Imported here due to circular import. + from _pytest.main import Session + + +SEP = "/" + +tracebackcutdir = Path(_pytest.__file__).parent + + +_T = TypeVar("_T") + + +def _imply_path( + node_type: type[Node], + path: Path | None, + fspath: LEGACY_PATH | None, +) -> Path: + if fspath is not None: + warnings.warn( + NODE_CTOR_FSPATH_ARG.format( + node_type_name=node_type.__name__, + ), + stacklevel=6, + ) + if path is not None: + if fspath is not None: + _check_path(path, fspath) + return path + else: + assert fspath is not None + return Path(fspath) + + +_NodeType = TypeVar("_NodeType", bound="Node") + + +class NodeMeta(abc.ABCMeta): + """Metaclass used by :class:`Node` to enforce that direct construction raises + :class:`Failed`. + + This behaviour supports the indirection introduced with :meth:`Node.from_parent`, + the named constructor to be used instead of direct construction. The design + decision to enforce indirection with :class:`NodeMeta` was made as a + temporary aid for refactoring the collection tree, which was diagnosed to + have :class:`Node` objects whose creational patterns were overly entangled. + Once the refactoring is complete, this metaclass can be removed. + + See https://github.com/pytest-dev/pytest/projects/3 for an overview of the + progress on detangling the :class:`Node` classes. + """ + + def __call__(cls, *k, **kw) -> NoReturn: + msg = ( + "Direct construction of {name} has been deprecated, please use {name}.from_parent.\n" + "See " + "https://docs.pytest.org/en/stable/deprecations.html#node-construction-changed-to-node-from-parent" + " for more details." + ).format(name=f"{cls.__module__}.{cls.__name__}") + fail(msg, pytrace=False) + + def _create(cls: type[_T], *k, **kw) -> _T: + try: + return super().__call__(*k, **kw) # type: ignore[no-any-return,misc] + except TypeError: + sig = signature(getattr(cls, "__init__")) + known_kw = {k: v for k, v in kw.items() if k in sig.parameters} + from .warning_types import PytestDeprecationWarning + + warnings.warn( + PytestDeprecationWarning( + f"{cls} is not using a cooperative constructor and only takes {set(known_kw)}.\n" + "See https://docs.pytest.org/en/stable/deprecations.html" + "#constructors-of-custom-pytest-node-subclasses-should-take-kwargs " + "for more details." + ) + ) + + return super().__call__(*k, **known_kw) # type: ignore[no-any-return,misc] + + +class Node(abc.ABC, metaclass=NodeMeta): + r"""Base class of :class:`Collector` and :class:`Item`, the components of + the test collection tree. + + ``Collector``\'s are the internal nodes of the tree, and ``Item``\'s are the + leaf nodes. + """ + + # Implemented in the legacypath plugin. + #: A ``LEGACY_PATH`` copy of the :attr:`path` attribute. Intended for usage + #: for methods not migrated to ``pathlib.Path`` yet, such as + #: :meth:`Item.reportinfo `. Will be deprecated in + #: a future release, prefer using :attr:`path` instead. + fspath: LEGACY_PATH + + # Use __slots__ to make attribute access faster. + # Note that __dict__ is still available. + __slots__ = ( + "name", + "parent", + "config", + "session", + "path", + "_nodeid", + "_store", + "__dict__", + ) + + def __init__( + self, + name: str, + parent: Node | None = None, + config: Config | None = None, + session: Session | None = None, + fspath: LEGACY_PATH | None = None, + path: Path | None = None, + nodeid: str | None = None, + ) -> None: + #: A unique name within the scope of the parent node. + self.name: str = name + + #: The parent collector node. + self.parent = parent + + if config: + #: The pytest config object. + self.config: Config = config + else: + if not parent: + raise TypeError("config or parent must be provided") + self.config = parent.config + + if session: + #: The pytest session this node is part of. + self.session: Session = session + else: + if not parent: + raise TypeError("session or parent must be provided") + self.session = parent.session + + if path is None and fspath is None: + path = getattr(parent, "path", None) + #: Filesystem path where this node was collected from (can be None). + self.path: pathlib.Path = _imply_path(type(self), path, fspath=fspath) + + # The explicit annotation is to avoid publicly exposing NodeKeywords. + #: Keywords/markers collected from all scopes. + self.keywords: MutableMapping[str, Any] = NodeKeywords(self) + + #: The marker objects belonging to this node. + self.own_markers: list[Mark] = [] + + #: Allow adding of extra keywords to use for matching. + self.extra_keyword_matches: set[str] = set() + + if nodeid is not None: + assert "::()" not in nodeid + self._nodeid = nodeid + else: + if not self.parent: + raise TypeError("nodeid or parent must be provided") + self._nodeid = self.parent.nodeid + "::" + self.name + + #: A place where plugins can store information on the node for their + #: own use. + self.stash: Stash = Stash() + # Deprecated alias. Was never public. Can be removed in a few releases. + self._store = self.stash + + @classmethod + def from_parent(cls, parent: Node, **kw) -> Self: + """Public constructor for Nodes. + + This indirection got introduced in order to enable removing + the fragile logic from the node constructors. + + Subclasses can use ``super().from_parent(...)`` when overriding the + construction. + + :param parent: The parent node of this Node. + """ + if "config" in kw: + raise TypeError("config is not a valid argument for from_parent") + if "session" in kw: + raise TypeError("session is not a valid argument for from_parent") + return cls._create(parent=parent, **kw) + + @property + def ihook(self) -> pluggy.HookRelay: + """fspath-sensitive hook proxy used to call pytest hooks.""" + return self.session.gethookproxy(self.path) + + def __repr__(self) -> str: + return "<{} {}>".format(self.__class__.__name__, getattr(self, "name", None)) + + def warn(self, warning: Warning) -> None: + """Issue a warning for this Node. + + Warnings will be displayed after the test session, unless explicitly suppressed. + + :param Warning warning: + The warning instance to issue. + + :raises ValueError: If ``warning`` instance is not a subclass of Warning. + + Example usage: + + .. code-block:: python + + node.warn(PytestWarning("some message")) + node.warn(UserWarning("some message")) + + .. versionchanged:: 6.2 + Any subclass of :class:`Warning` is now accepted, rather than only + :class:`PytestWarning ` subclasses. + """ + # enforce type checks here to avoid getting a generic type error later otherwise. + if not isinstance(warning, Warning): + raise ValueError( + f"warning must be an instance of Warning or subclass, got {warning!r}" + ) + path, lineno = get_fslocation_from_item(self) + assert lineno is not None + warnings.warn_explicit( + warning, + category=None, + filename=str(path), + lineno=lineno + 1, + ) + + # Methods for ordering nodes. + + @property + def nodeid(self) -> str: + """A ::-separated string denoting its collection tree address.""" + return self._nodeid + + def __hash__(self) -> int: + return hash(self._nodeid) + + def setup(self) -> None: + pass + + def teardown(self) -> None: + pass + + def iter_parents(self) -> Iterator[Node]: + """Iterate over all parent collectors starting from and including self + up to the root of the collection tree. + + .. versionadded:: 8.1 + """ + parent: Node | None = self + while parent is not None: + yield parent + parent = parent.parent + + def listchain(self) -> list[Node]: + """Return a list of all parent collectors starting from the root of the + collection tree down to and including self.""" + chain = [] + item: Node | None = self + while item is not None: + chain.append(item) + item = item.parent + chain.reverse() + return chain + + def add_marker(self, marker: str | MarkDecorator, append: bool = True) -> None: + """Dynamically add a marker object to the node. + + :param marker: + The marker. + :param append: + Whether to append the marker, or prepend it. + """ + from _pytest.mark import MARK_GEN + + if isinstance(marker, MarkDecorator): + marker_ = marker + elif isinstance(marker, str): + marker_ = getattr(MARK_GEN, marker) + else: + raise ValueError("is not a string or pytest.mark.* Marker") + self.keywords[marker_.name] = marker_ + if append: + self.own_markers.append(marker_.mark) + else: + self.own_markers.insert(0, marker_.mark) + + def iter_markers(self, name: str | None = None) -> Iterator[Mark]: + """Iterate over all markers of the node. + + :param name: If given, filter the results by the name attribute. + :returns: An iterator of the markers of the node. + """ + return (x[1] for x in self.iter_markers_with_node(name=name)) + + def iter_markers_with_node( + self, name: str | None = None + ) -> Iterator[tuple[Node, Mark]]: + """Iterate over all markers of the node. + + :param name: If given, filter the results by the name attribute. + :returns: An iterator of (node, mark) tuples. + """ + for node in self.iter_parents(): + for mark in node.own_markers: + if name is None or getattr(mark, "name", None) == name: + yield node, mark + + @overload + def get_closest_marker(self, name: str) -> Mark | None: ... + + @overload + def get_closest_marker(self, name: str, default: Mark) -> Mark: ... + + def get_closest_marker(self, name: str, default: Mark | None = None) -> Mark | None: + """Return the first marker matching the name, from closest (for + example function) to farther level (for example module level). + + :param default: Fallback return value if no marker was found. + :param name: Name to filter by. + """ + return next(self.iter_markers(name=name), default) + + def listextrakeywords(self) -> set[str]: + """Return a set of all extra keywords in self and any parents.""" + extra_keywords: set[str] = set() + for item in self.listchain(): + extra_keywords.update(item.extra_keyword_matches) + return extra_keywords + + def listnames(self) -> list[str]: + return [x.name for x in self.listchain()] + + def addfinalizer(self, fin: Callable[[], object]) -> None: + """Register a function to be called without arguments when this node is + finalized. + + This method can only be called when this node is active + in a setup chain, for example during self.setup(). + """ + self.session._setupstate.addfinalizer(fin, self) + + def getparent(self, cls: type[_NodeType]) -> _NodeType | None: + """Get the closest parent node (including self) which is an instance of + the given class. + + :param cls: The node class to search for. + :returns: The node, if found. + """ + for node in self.iter_parents(): + if isinstance(node, cls): + return node + return None + + def _traceback_filter(self, excinfo: ExceptionInfo[BaseException]) -> Traceback: + return excinfo.traceback + + def _repr_failure_py( + self, + excinfo: ExceptionInfo[BaseException], + style: TracebackStyle | None = None, + ) -> TerminalRepr: + from _pytest.fixtures import FixtureLookupError + + if isinstance(excinfo.value, ConftestImportFailure): + excinfo = ExceptionInfo.from_exception(excinfo.value.cause) + if isinstance(excinfo.value, fail.Exception): + if not excinfo.value.pytrace: + style = "value" + if isinstance(excinfo.value, FixtureLookupError): + return excinfo.value.formatrepr() + + tbfilter: bool | Callable[[ExceptionInfo[BaseException]], Traceback] + if self.config.getoption("fulltrace", False): + style = "long" + tbfilter = False + else: + tbfilter = self._traceback_filter + if style == "auto": + style = "long" + # XXX should excinfo.getrepr record all data and toterminal() process it? + if style is None: + if self.config.getoption("tbstyle", "auto") == "short": + style = "short" + else: + style = "long" + + if self.config.get_verbosity() > 1: + truncate_locals = False + else: + truncate_locals = True + + truncate_args = False if self.config.get_verbosity() > 2 else True + + # excinfo.getrepr() formats paths relative to the CWD if `abspath` is False. + # It is possible for a fixture/test to change the CWD while this code runs, which + # would then result in the user seeing confusing paths in the failure message. + # To fix this, if the CWD changed, always display the full absolute path. + # It will be better to just always display paths relative to invocation_dir, but + # this requires a lot of plumbing (#6428). + try: + abspath = Path(os.getcwd()) != self.config.invocation_params.dir + except OSError: + abspath = True + + return excinfo.getrepr( + funcargs=True, + abspath=abspath, + showlocals=self.config.getoption("showlocals", False), + style=style, + tbfilter=tbfilter, + truncate_locals=truncate_locals, + truncate_args=truncate_args, + ) + + def repr_failure( + self, + excinfo: ExceptionInfo[BaseException], + style: TracebackStyle | None = None, + ) -> str | TerminalRepr: + """Return a representation of a collection or test failure. + + .. seealso:: :ref:`non-python tests` + + :param excinfo: Exception information for the failure. + """ + return self._repr_failure_py(excinfo, style) + + +def get_fslocation_from_item(node: Node) -> tuple[str | Path, int | None]: + """Try to extract the actual location from a node, depending on available attributes: + + * "location": a pair (path, lineno) + * "obj": a Python object that the node wraps. + * "path": just a path + + :rtype: A tuple of (str|Path, int) with filename and 0-based line number. + """ + # See Item.location. + location: tuple[str, int | None, str] | None = getattr(node, "location", None) + if location is not None: + return location[:2] + obj = getattr(node, "obj", None) + if obj is not None: + return getfslineno(obj) + return getattr(node, "path", "unknown location"), -1 + + +class Collector(Node, abc.ABC): + """Base class of all collectors. + + Collector create children through `collect()` and thus iteratively build + the collection tree. + """ + + class CollectError(Exception): + """An error during collection, contains a custom message.""" + + @abc.abstractmethod + def collect(self) -> Iterable[Item | Collector]: + """Collect children (items and collectors) for this collector.""" + raise NotImplementedError("abstract") + + # TODO: This omits the style= parameter which breaks Liskov Substitution. + def repr_failure( # type: ignore[override] + self, excinfo: ExceptionInfo[BaseException] + ) -> str | TerminalRepr: + """Return a representation of a collection failure. + + :param excinfo: Exception information for the failure. + """ + if isinstance(excinfo.value, self.CollectError) and not self.config.getoption( + "fulltrace", False + ): + exc = excinfo.value + return str(exc.args[0]) + + # Respect explicit tbstyle option, but default to "short" + # (_repr_failure_py uses "long" with "fulltrace" option always). + tbstyle = self.config.getoption("tbstyle", "auto") + if tbstyle == "auto": + tbstyle = "short" + + return self._repr_failure_py(excinfo, style=tbstyle) + + def _traceback_filter(self, excinfo: ExceptionInfo[BaseException]) -> Traceback: + if hasattr(self, "path"): + traceback = excinfo.traceback + ntraceback = traceback.cut(path=self.path) + if ntraceback == traceback: + ntraceback = ntraceback.cut(excludepath=tracebackcutdir) + return ntraceback.filter(excinfo) + return excinfo.traceback + + +def _check_initialpaths_for_relpath(session: Session, path: Path) -> str | None: + for initial_path in session._initialpaths: + if commonpath(path, initial_path) == initial_path: + rel = str(path.relative_to(initial_path)) + return "" if rel == "." else rel + return None + + +class FSCollector(Collector, abc.ABC): + """Base class for filesystem collectors.""" + + def __init__( + self, + fspath: LEGACY_PATH | None = None, + path_or_parent: Path | Node | None = None, + path: Path | None = None, + name: str | None = None, + parent: Node | None = None, + config: Config | None = None, + session: Session | None = None, + nodeid: str | None = None, + ) -> None: + if path_or_parent: + if isinstance(path_or_parent, Node): + assert parent is None + parent = cast(FSCollector, path_or_parent) + elif isinstance(path_or_parent, Path): + assert path is None + path = path_or_parent + + path = _imply_path(type(self), path, fspath=fspath) + if name is None: + name = path.name + if parent is not None and parent.path != path: + try: + rel = path.relative_to(parent.path) + except ValueError: + pass + else: + name = str(rel) + name = name.replace(os.sep, SEP) + self.path = path + + if session is None: + assert parent is not None + session = parent.session + + if nodeid is None: + try: + nodeid = str(self.path.relative_to(session.config.rootpath)) + except ValueError: + nodeid = _check_initialpaths_for_relpath(session, path) + + if nodeid and os.sep != SEP: + nodeid = nodeid.replace(os.sep, SEP) + + super().__init__( + name=name, + parent=parent, + config=config, + session=session, + nodeid=nodeid, + path=path, + ) + + @classmethod + def from_parent( + cls, + parent, + *, + fspath: LEGACY_PATH | None = None, + path: Path | None = None, + **kw, + ) -> Self: + """The public constructor.""" + return super().from_parent(parent=parent, fspath=fspath, path=path, **kw) + + +class File(FSCollector, abc.ABC): + """Base class for collecting tests from a file. + + :ref:`non-python tests`. + """ + + +class Directory(FSCollector, abc.ABC): + """Base class for collecting files from a directory. + + A basic directory collector does the following: goes over the files and + sub-directories in the directory and creates collectors for them by calling + the hooks :hook:`pytest_collect_directory` and :hook:`pytest_collect_file`, + after checking that they are not ignored using + :hook:`pytest_ignore_collect`. + + The default directory collectors are :class:`~pytest.Dir` and + :class:`~pytest.Package`. + + .. versionadded:: 8.0 + + :ref:`custom directory collectors`. + """ + + +class Item(Node, abc.ABC): + """Base class of all test invocation items. + + Note that for a single function there might be multiple test invocation items. + """ + + nextitem = None + + def __init__( + self, + name, + parent=None, + config: Config | None = None, + session: Session | None = None, + nodeid: str | None = None, + **kw, + ) -> None: + # The first two arguments are intentionally passed positionally, + # to keep plugins who define a node type which inherits from + # (pytest.Item, pytest.File) working (see issue #8435). + # They can be made kwargs when the deprecation above is done. + super().__init__( + name, + parent, + config=config, + session=session, + nodeid=nodeid, + **kw, + ) + self._report_sections: list[tuple[str, str, str]] = [] + + #: A list of tuples (name, value) that holds user defined properties + #: for this test. + self.user_properties: list[tuple[str, object]] = [] + + self._check_item_and_collector_diamond_inheritance() + + def _check_item_and_collector_diamond_inheritance(self) -> None: + """ + Check if the current type inherits from both File and Collector + at the same time, emitting a warning accordingly (#8447). + """ + cls = type(self) + + # We inject an attribute in the type to avoid issuing this warning + # for the same class more than once, which is not helpful. + # It is a hack, but was deemed acceptable in order to avoid + # flooding the user in the common case. + attr_name = "_pytest_diamond_inheritance_warning_shown" + if getattr(cls, attr_name, False): + return + setattr(cls, attr_name, True) + + problems = ", ".join( + base.__name__ for base in cls.__bases__ if issubclass(base, Collector) + ) + if problems: + warnings.warn( + f"{cls.__name__} is an Item subclass and should not be a collector, " + f"however its bases {problems} are collectors.\n" + "Please split the Collectors and the Item into separate node types.\n" + "Pytest Doc example: https://docs.pytest.org/en/latest/example/nonpython.html\n" + "example pull request on a plugin: https://github.com/asmeurer/pytest-flakes/pull/40/", + PytestWarning, + ) + + @abc.abstractmethod + def runtest(self) -> None: + """Run the test case for this item. + + Must be implemented by subclasses. + + .. seealso:: :ref:`non-python tests` + """ + raise NotImplementedError("runtest must be implemented by Item subclass") + + def add_report_section(self, when: str, key: str, content: str) -> None: + """Add a new report section, similar to what's done internally to add + stdout and stderr captured output:: + + item.add_report_section("call", "stdout", "report section contents") + + :param str when: + One of the possible capture states, ``"setup"``, ``"call"``, ``"teardown"``. + :param str key: + Name of the section, can be customized at will. Pytest uses ``"stdout"`` and + ``"stderr"`` internally. + :param str content: + The full contents as a string. + """ + if content: + self._report_sections.append((when, key, content)) + + def reportinfo(self) -> tuple[os.PathLike[str] | str, int | None, str]: + """Get location information for this item for test reports. + + Returns a tuple with three elements: + + - The path of the test (default ``self.path``) + - The 0-based line number of the test (default ``None``) + - A name of the test to be shown (default ``""``) + + .. seealso:: :ref:`non-python tests` + """ + return self.path, None, "" + + @cached_property + def location(self) -> tuple[str, int | None, str]: + """ + Returns a tuple of ``(relfspath, lineno, testname)`` for this item + where ``relfspath`` is file path relative to ``config.rootpath`` + and lineno is a 0-based line number. + """ + location = self.reportinfo() + path = absolutepath(location[0]) + relfspath = self.session._node_location_to_relpath(path) + assert type(location[2]) is str + return (relfspath, location[1], location[2]) diff --git a/env/lib/python3.8/site-packages/_pytest/outcomes.py b/env/lib/python3.8/site-packages/_pytest/outcomes.py new file mode 100644 index 000000000..5b20803e5 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/outcomes.py @@ -0,0 +1,318 @@ +"""Exception classes and constants handling test outcomes as well as +functions creating them.""" + +from __future__ import annotations + +import sys +from typing import Any +from typing import Callable +from typing import cast +from typing import NoReturn +from typing import Protocol +from typing import Type +from typing import TypeVar + +from .warning_types import PytestDeprecationWarning + + +class OutcomeException(BaseException): + """OutcomeException and its subclass instances indicate and contain info + about test and collection outcomes.""" + + def __init__(self, msg: str | None = None, pytrace: bool = True) -> None: + if msg is not None and not isinstance(msg, str): + error_msg = ( # type: ignore[unreachable] + "{} expected string as 'msg' parameter, got '{}' instead.\n" + "Perhaps you meant to use a mark?" + ) + raise TypeError(error_msg.format(type(self).__name__, type(msg).__name__)) + super().__init__(msg) + self.msg = msg + self.pytrace = pytrace + + def __repr__(self) -> str: + if self.msg is not None: + return self.msg + return f"<{self.__class__.__name__} instance>" + + __str__ = __repr__ + + +TEST_OUTCOME = (OutcomeException, Exception) + + +class Skipped(OutcomeException): + # XXX hackish: on 3k we fake to live in the builtins + # in order to have Skipped exception printing shorter/nicer + __module__ = "builtins" + + def __init__( + self, + msg: str | None = None, + pytrace: bool = True, + allow_module_level: bool = False, + *, + _use_item_location: bool = False, + ) -> None: + super().__init__(msg=msg, pytrace=pytrace) + self.allow_module_level = allow_module_level + # If true, the skip location is reported as the item's location, + # instead of the place that raises the exception/calls skip(). + self._use_item_location = _use_item_location + + +class Failed(OutcomeException): + """Raised from an explicit call to pytest.fail().""" + + __module__ = "builtins" + + +class Exit(Exception): + """Raised for immediate program exits (no tracebacks/summaries).""" + + def __init__( + self, msg: str = "unknown reason", returncode: int | None = None + ) -> None: + self.msg = msg + self.returncode = returncode + super().__init__(msg) + + +# Elaborate hack to work around https://github.com/python/mypy/issues/2087. +# Ideally would just be `exit.Exception = Exit` etc. + +_F = TypeVar("_F", bound=Callable[..., object]) +_ET = TypeVar("_ET", bound=Type[BaseException]) + + +class _WithException(Protocol[_F, _ET]): + Exception: _ET + __call__: _F + + +def _with_exception(exception_type: _ET) -> Callable[[_F], _WithException[_F, _ET]]: + def decorate(func: _F) -> _WithException[_F, _ET]: + func_with_exception = cast(_WithException[_F, _ET], func) + func_with_exception.Exception = exception_type + return func_with_exception + + return decorate + + +# Exposed helper methods. + + +@_with_exception(Exit) +def exit( + reason: str = "", + returncode: int | None = None, +) -> NoReturn: + """Exit testing process. + + :param reason: + The message to show as the reason for exiting pytest. reason has a default value + only because `msg` is deprecated. + + :param returncode: + Return code to be used when exiting pytest. None means the same as ``0`` (no error), same as :func:`sys.exit`. + + :raises pytest.exit.Exception: + The exception that is raised. + """ + __tracebackhide__ = True + raise Exit(reason, returncode) + + +@_with_exception(Skipped) +def skip( + reason: str = "", + *, + allow_module_level: bool = False, +) -> NoReturn: + """Skip an executing test with the given message. + + This function should be called only during testing (setup, call or teardown) or + during collection by using the ``allow_module_level`` flag. This function can + be called in doctests as well. + + :param reason: + The message to show the user as reason for the skip. + + :param allow_module_level: + Allows this function to be called at module level. + Raising the skip exception at module level will stop + the execution of the module and prevent the collection of all tests in the module, + even those defined before the `skip` call. + + Defaults to False. + + :raises pytest.skip.Exception: + The exception that is raised. + + .. note:: + It is better to use the :ref:`pytest.mark.skipif ref` marker when + possible to declare a test to be skipped under certain conditions + like mismatching platforms or dependencies. + Similarly, use the ``# doctest: +SKIP`` directive (see :py:data:`doctest.SKIP`) + to skip a doctest statically. + """ + __tracebackhide__ = True + raise Skipped(msg=reason, allow_module_level=allow_module_level) + + +@_with_exception(Failed) +def fail(reason: str = "", pytrace: bool = True) -> NoReturn: + """Explicitly fail an executing test with the given message. + + :param reason: + The message to show the user as reason for the failure. + + :param pytrace: + If False, msg represents the full failure information and no + python traceback will be reported. + + :raises pytest.fail.Exception: + The exception that is raised. + """ + __tracebackhide__ = True + raise Failed(msg=reason, pytrace=pytrace) + + +class XFailed(Failed): + """Raised from an explicit call to pytest.xfail().""" + + +@_with_exception(XFailed) +def xfail(reason: str = "") -> NoReturn: + """Imperatively xfail an executing test or setup function with the given reason. + + This function should be called only during testing (setup, call or teardown). + + No other code is executed after using ``xfail()`` (it is implemented + internally by raising an exception). + + :param reason: + The message to show the user as reason for the xfail. + + .. note:: + It is better to use the :ref:`pytest.mark.xfail ref` marker when + possible to declare a test to be xfailed under certain conditions + like known bugs or missing features. + + :raises pytest.xfail.Exception: + The exception that is raised. + """ + __tracebackhide__ = True + raise XFailed(reason) + + +def importorskip( + modname: str, + minversion: str | None = None, + reason: str | None = None, + *, + exc_type: type[ImportError] | None = None, +) -> Any: + """Import and return the requested module ``modname``, or skip the + current test if the module cannot be imported. + + :param modname: + The name of the module to import. + :param minversion: + If given, the imported module's ``__version__`` attribute must be at + least this minimal version, otherwise the test is still skipped. + :param reason: + If given, this reason is shown as the message when the module cannot + be imported. + :param exc_type: + The exception that should be captured in order to skip modules. + Must be :py:class:`ImportError` or a subclass. + + If the module can be imported but raises :class:`ImportError`, pytest will + issue a warning to the user, as often users expect the module not to be + found (which would raise :class:`ModuleNotFoundError` instead). + + This warning can be suppressed by passing ``exc_type=ImportError`` explicitly. + + See :ref:`import-or-skip-import-error` for details. + + + :returns: + The imported module. This should be assigned to its canonical name. + + :raises pytest.skip.Exception: + If the module cannot be imported. + + Example:: + + docutils = pytest.importorskip("docutils") + + .. versionadded:: 8.2 + + The ``exc_type`` parameter. + """ + import warnings + + __tracebackhide__ = True + compile(modname, "", "eval") # to catch syntaxerrors + + # Until pytest 9.1, we will warn the user if we catch ImportError (instead of ModuleNotFoundError), + # as this might be hiding an installation/environment problem, which is not usually what is intended + # when using importorskip() (#11523). + # In 9.1, to keep the function signature compatible, we just change the code below to: + # 1. Use `exc_type = ModuleNotFoundError` if `exc_type` is not given. + # 2. Remove `warn_on_import` and the warning handling. + if exc_type is None: + exc_type = ImportError + warn_on_import_error = True + else: + warn_on_import_error = False + + skipped: Skipped | None = None + warning: Warning | None = None + + with warnings.catch_warnings(): + # Make sure to ignore ImportWarnings that might happen because + # of existing directories with the same name we're trying to + # import but without a __init__.py file. + warnings.simplefilter("ignore") + + try: + __import__(modname) + except exc_type as exc: + # Do not raise or issue warnings inside the catch_warnings() block. + if reason is None: + reason = f"could not import {modname!r}: {exc}" + skipped = Skipped(reason, allow_module_level=True) + + if warn_on_import_error and not isinstance(exc, ModuleNotFoundError): + lines = [ + "", + f"Module '{modname}' was found, but when imported by pytest it raised:", + f" {exc!r}", + "In pytest 9.1 this warning will become an error by default.", + "You can fix the underlying problem, or alternatively overwrite this behavior and silence this " + "warning by passing exc_type=ImportError explicitly.", + "See https://docs.pytest.org/en/stable/deprecations.html#pytest-importorskip-default-behavior-regarding-importerror", + ] + warning = PytestDeprecationWarning("\n".join(lines)) + + if warning: + warnings.warn(warning, stacklevel=2) + if skipped: + raise skipped + + mod = sys.modules[modname] + if minversion is None: + return mod + verattr = getattr(mod, "__version__", None) + if minversion is not None: + # Imported lazily to improve start-up time. + from packaging.version import Version + + if verattr is None or Version(verattr) < Version(minversion): + raise Skipped( + f"module {modname!r} has __version__ {verattr!r}, required is: {minversion!r}", + allow_module_level=True, + ) + return mod diff --git a/env/lib/python3.8/site-packages/_pytest/pastebin.py b/env/lib/python3.8/site-packages/_pytest/pastebin.py new file mode 100644 index 000000000..69c011ed2 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/pastebin.py @@ -0,0 +1,113 @@ +# mypy: allow-untyped-defs +"""Submit failure or test session information to a pastebin service.""" + +from __future__ import annotations + +from io import StringIO +import tempfile +from typing import IO + +from _pytest.config import Config +from _pytest.config import create_terminal_writer +from _pytest.config.argparsing import Parser +from _pytest.stash import StashKey +from _pytest.terminal import TerminalReporter +import pytest + + +pastebinfile_key = StashKey[IO[bytes]]() + + +def pytest_addoption(parser: Parser) -> None: + group = parser.getgroup("terminal reporting") + group._addoption( + "--pastebin", + metavar="mode", + action="store", + dest="pastebin", + default=None, + choices=["failed", "all"], + help="Send failed|all info to bpaste.net pastebin service", + ) + + +@pytest.hookimpl(trylast=True) +def pytest_configure(config: Config) -> None: + if config.option.pastebin == "all": + tr = config.pluginmanager.getplugin("terminalreporter") + # If no terminal reporter plugin is present, nothing we can do here; + # this can happen when this function executes in a worker node + # when using pytest-xdist, for example. + if tr is not None: + # pastebin file will be UTF-8 encoded binary file. + config.stash[pastebinfile_key] = tempfile.TemporaryFile("w+b") + oldwrite = tr._tw.write + + def tee_write(s, **kwargs): + oldwrite(s, **kwargs) + if isinstance(s, str): + s = s.encode("utf-8") + config.stash[pastebinfile_key].write(s) + + tr._tw.write = tee_write + + +def pytest_unconfigure(config: Config) -> None: + if pastebinfile_key in config.stash: + pastebinfile = config.stash[pastebinfile_key] + # Get terminal contents and delete file. + pastebinfile.seek(0) + sessionlog = pastebinfile.read() + pastebinfile.close() + del config.stash[pastebinfile_key] + # Undo our patching in the terminal reporter. + tr = config.pluginmanager.getplugin("terminalreporter") + del tr._tw.__dict__["write"] + # Write summary. + tr.write_sep("=", "Sending information to Paste Service") + pastebinurl = create_new_paste(sessionlog) + tr.write_line(f"pastebin session-log: {pastebinurl}\n") + + +def create_new_paste(contents: str | bytes) -> str: + """Create a new paste using the bpaste.net service. + + :contents: Paste contents string. + :returns: URL to the pasted contents, or an error message. + """ + import re + from urllib.parse import urlencode + from urllib.request import urlopen + + params = {"code": contents, "lexer": "text", "expiry": "1week"} + url = "https://bpa.st" + try: + response: str = ( + urlopen(url, data=urlencode(params).encode("ascii")).read().decode("utf-8") + ) + except OSError as exc_info: # urllib errors + return f"bad response: {exc_info}" + m = re.search(r'href="/raw/(\w+)"', response) + if m: + return f"{url}/show/{m.group(1)}" + else: + return "bad response: invalid format ('" + response + "')" + + +def pytest_terminal_summary(terminalreporter: TerminalReporter) -> None: + if terminalreporter.config.option.pastebin != "failed": + return + if "failed" in terminalreporter.stats: + terminalreporter.write_sep("=", "Sending information to Paste Service") + for rep in terminalreporter.stats["failed"]: + try: + msg = rep.longrepr.reprtraceback.reprentries[-1].reprfileloc + except AttributeError: + msg = terminalreporter._getfailureheadline(rep) + file = StringIO() + tw = create_terminal_writer(terminalreporter.config, file) + rep.toterminal(tw) + s = file.getvalue() + assert len(s) + pastebinurl = create_new_paste(s) + terminalreporter.write_line(f"{msg} --> {pastebinurl}") diff --git a/env/lib/python3.8/site-packages/_pytest/pathlib.py b/env/lib/python3.8/site-packages/_pytest/pathlib.py new file mode 100644 index 000000000..ca8a1d2d4 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/pathlib.py @@ -0,0 +1,1055 @@ +from __future__ import annotations + +import atexit +import contextlib +from enum import Enum +from errno import EBADF +from errno import ELOOP +from errno import ENOENT +from errno import ENOTDIR +import fnmatch +from functools import partial +from importlib.machinery import ModuleSpec +from importlib.machinery import PathFinder +import importlib.util +import itertools +import os +from os.path import expanduser +from os.path import expandvars +from os.path import isabs +from os.path import sep +from pathlib import Path +from pathlib import PurePath +from posixpath import sep as posix_sep +import shutil +import sys +import types +from types import ModuleType +from typing import Any +from typing import Callable +from typing import Iterable +from typing import Iterator +from typing import TypeVar +import uuid +import warnings + +from _pytest.compat import assert_never +from _pytest.outcomes import skip +from _pytest.warning_types import PytestWarning + + +if sys.version_info < (3, 11): + from importlib._bootstrap_external import _NamespaceLoader as NamespaceLoader +else: + from importlib.machinery import NamespaceLoader + +LOCK_TIMEOUT = 60 * 60 * 24 * 3 + +_AnyPurePath = TypeVar("_AnyPurePath", bound=PurePath) + +# The following function, variables and comments were +# copied from cpython 3.9 Lib/pathlib.py file. + +# EBADF - guard against macOS `stat` throwing EBADF +_IGNORED_ERRORS = (ENOENT, ENOTDIR, EBADF, ELOOP) + +_IGNORED_WINERRORS = ( + 21, # ERROR_NOT_READY - drive exists but is not accessible + 1921, # ERROR_CANT_RESOLVE_FILENAME - fix for broken symlink pointing to itself +) + + +def _ignore_error(exception: Exception) -> bool: + return ( + getattr(exception, "errno", None) in _IGNORED_ERRORS + or getattr(exception, "winerror", None) in _IGNORED_WINERRORS + ) + + +def get_lock_path(path: _AnyPurePath) -> _AnyPurePath: + return path.joinpath(".lock") + + +def on_rm_rf_error( + func: Callable[..., Any] | None, + path: str, + excinfo: BaseException + | tuple[type[BaseException], BaseException, types.TracebackType | None], + *, + start_path: Path, +) -> bool: + """Handle known read-only errors during rmtree. + + The returned value is used only by our own tests. + """ + if isinstance(excinfo, BaseException): + exc = excinfo + else: + exc = excinfo[1] + + # Another process removed the file in the middle of the "rm_rf" (xdist for example). + # More context: https://github.com/pytest-dev/pytest/issues/5974#issuecomment-543799018 + if isinstance(exc, FileNotFoundError): + return False + + if not isinstance(exc, PermissionError): + warnings.warn( + PytestWarning(f"(rm_rf) error removing {path}\n{type(exc)}: {exc}") + ) + return False + + if func not in (os.rmdir, os.remove, os.unlink): + if func not in (os.open,): + warnings.warn( + PytestWarning( + f"(rm_rf) unknown function {func} when removing {path}:\n{type(exc)}: {exc}" + ) + ) + return False + + # Chmod + retry. + import stat + + def chmod_rw(p: str) -> None: + mode = os.stat(p).st_mode + os.chmod(p, mode | stat.S_IRUSR | stat.S_IWUSR) + + # For files, we need to recursively go upwards in the directories to + # ensure they all are also writable. + p = Path(path) + if p.is_file(): + for parent in p.parents: + chmod_rw(str(parent)) + # Stop when we reach the original path passed to rm_rf. + if parent == start_path: + break + chmod_rw(str(path)) + + func(path) + return True + + +def ensure_extended_length_path(path: Path) -> Path: + """Get the extended-length version of a path (Windows). + + On Windows, by default, the maximum length of a path (MAX_PATH) is 260 + characters, and operations on paths longer than that fail. But it is possible + to overcome this by converting the path to "extended-length" form before + performing the operation: + https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file#maximum-path-length-limitation + + On Windows, this function returns the extended-length absolute version of path. + On other platforms it returns path unchanged. + """ + if sys.platform.startswith("win32"): + path = path.resolve() + path = Path(get_extended_length_path_str(str(path))) + return path + + +def get_extended_length_path_str(path: str) -> str: + """Convert a path to a Windows extended length path.""" + long_path_prefix = "\\\\?\\" + unc_long_path_prefix = "\\\\?\\UNC\\" + if path.startswith((long_path_prefix, unc_long_path_prefix)): + return path + # UNC + if path.startswith("\\\\"): + return unc_long_path_prefix + path[2:] + return long_path_prefix + path + + +def rm_rf(path: Path) -> None: + """Remove the path contents recursively, even if some elements + are read-only.""" + path = ensure_extended_length_path(path) + onerror = partial(on_rm_rf_error, start_path=path) + if sys.version_info >= (3, 12): + shutil.rmtree(str(path), onexc=onerror) + else: + shutil.rmtree(str(path), onerror=onerror) + + +def find_prefixed(root: Path, prefix: str) -> Iterator[os.DirEntry[str]]: + """Find all elements in root that begin with the prefix, case-insensitive.""" + l_prefix = prefix.lower() + for x in os.scandir(root): + if x.name.lower().startswith(l_prefix): + yield x + + +def extract_suffixes(iter: Iterable[os.DirEntry[str]], prefix: str) -> Iterator[str]: + """Return the parts of the paths following the prefix. + + :param iter: Iterator over path names. + :param prefix: Expected prefix of the path names. + """ + p_len = len(prefix) + for entry in iter: + yield entry.name[p_len:] + + +def find_suffixes(root: Path, prefix: str) -> Iterator[str]: + """Combine find_prefixes and extract_suffixes.""" + return extract_suffixes(find_prefixed(root, prefix), prefix) + + +def parse_num(maybe_num: str) -> int: + """Parse number path suffixes, returns -1 on error.""" + try: + return int(maybe_num) + except ValueError: + return -1 + + +def _force_symlink(root: Path, target: str | PurePath, link_to: str | Path) -> None: + """Helper to create the current symlink. + + It's full of race conditions that are reasonably OK to ignore + for the context of best effort linking to the latest test run. + + The presumption being that in case of much parallelism + the inaccuracy is going to be acceptable. + """ + current_symlink = root.joinpath(target) + try: + current_symlink.unlink() + except OSError: + pass + try: + current_symlink.symlink_to(link_to) + except Exception: + pass + + +def make_numbered_dir(root: Path, prefix: str, mode: int = 0o700) -> Path: + """Create a directory with an increased number as suffix for the given prefix.""" + for i in range(10): + # try up to 10 times to create the folder + max_existing = max(map(parse_num, find_suffixes(root, prefix)), default=-1) + new_number = max_existing + 1 + new_path = root.joinpath(f"{prefix}{new_number}") + try: + new_path.mkdir(mode=mode) + except Exception: + pass + else: + _force_symlink(root, prefix + "current", new_path) + return new_path + else: + raise OSError( + "could not create numbered dir with prefix " + f"{prefix} in {root} after 10 tries" + ) + + +def create_cleanup_lock(p: Path) -> Path: + """Create a lock to prevent premature folder cleanup.""" + lock_path = get_lock_path(p) + try: + fd = os.open(str(lock_path), os.O_WRONLY | os.O_CREAT | os.O_EXCL, 0o644) + except FileExistsError as e: + raise OSError(f"cannot create lockfile in {p}") from e + else: + pid = os.getpid() + spid = str(pid).encode() + os.write(fd, spid) + os.close(fd) + if not lock_path.is_file(): + raise OSError("lock path got renamed after successful creation") + return lock_path + + +def register_cleanup_lock_removal( + lock_path: Path, register: Any = atexit.register +) -> Any: + """Register a cleanup function for removing a lock, by default on atexit.""" + pid = os.getpid() + + def cleanup_on_exit(lock_path: Path = lock_path, original_pid: int = pid) -> None: + current_pid = os.getpid() + if current_pid != original_pid: + # fork + return + try: + lock_path.unlink() + except OSError: + pass + + return register(cleanup_on_exit) + + +def maybe_delete_a_numbered_dir(path: Path) -> None: + """Remove a numbered directory if its lock can be obtained and it does + not seem to be in use.""" + path = ensure_extended_length_path(path) + lock_path = None + try: + lock_path = create_cleanup_lock(path) + parent = path.parent + + garbage = parent.joinpath(f"garbage-{uuid.uuid4()}") + path.rename(garbage) + rm_rf(garbage) + except OSError: + # known races: + # * other process did a cleanup at the same time + # * deletable folder was found + # * process cwd (Windows) + return + finally: + # If we created the lock, ensure we remove it even if we failed + # to properly remove the numbered dir. + if lock_path is not None: + try: + lock_path.unlink() + except OSError: + pass + + +def ensure_deletable(path: Path, consider_lock_dead_if_created_before: float) -> bool: + """Check if `path` is deletable based on whether the lock file is expired.""" + if path.is_symlink(): + return False + lock = get_lock_path(path) + try: + if not lock.is_file(): + return True + except OSError: + # we might not have access to the lock file at all, in this case assume + # we don't have access to the entire directory (#7491). + return False + try: + lock_time = lock.stat().st_mtime + except Exception: + return False + else: + if lock_time < consider_lock_dead_if_created_before: + # We want to ignore any errors while trying to remove the lock such as: + # - PermissionDenied, like the file permissions have changed since the lock creation; + # - FileNotFoundError, in case another pytest process got here first; + # and any other cause of failure. + with contextlib.suppress(OSError): + lock.unlink() + return True + return False + + +def try_cleanup(path: Path, consider_lock_dead_if_created_before: float) -> None: + """Try to cleanup a folder if we can ensure it's deletable.""" + if ensure_deletable(path, consider_lock_dead_if_created_before): + maybe_delete_a_numbered_dir(path) + + +def cleanup_candidates(root: Path, prefix: str, keep: int) -> Iterator[Path]: + """List candidates for numbered directories to be removed - follows py.path.""" + max_existing = max(map(parse_num, find_suffixes(root, prefix)), default=-1) + max_delete = max_existing - keep + entries = find_prefixed(root, prefix) + entries, entries2 = itertools.tee(entries) + numbers = map(parse_num, extract_suffixes(entries2, prefix)) + for entry, number in zip(entries, numbers): + if number <= max_delete: + yield Path(entry) + + +def cleanup_dead_symlinks(root: Path) -> None: + for left_dir in root.iterdir(): + if left_dir.is_symlink(): + if not left_dir.resolve().exists(): + left_dir.unlink() + + +def cleanup_numbered_dir( + root: Path, prefix: str, keep: int, consider_lock_dead_if_created_before: float +) -> None: + """Cleanup for lock driven numbered directories.""" + if not root.exists(): + return + for path in cleanup_candidates(root, prefix, keep): + try_cleanup(path, consider_lock_dead_if_created_before) + for path in root.glob("garbage-*"): + try_cleanup(path, consider_lock_dead_if_created_before) + + cleanup_dead_symlinks(root) + + +def make_numbered_dir_with_cleanup( + root: Path, + prefix: str, + keep: int, + lock_timeout: float, + mode: int, +) -> Path: + """Create a numbered dir with a cleanup lock and remove old ones.""" + e = None + for i in range(10): + try: + p = make_numbered_dir(root, prefix, mode) + # Only lock the current dir when keep is not 0 + if keep != 0: + lock_path = create_cleanup_lock(p) + register_cleanup_lock_removal(lock_path) + except Exception as exc: + e = exc + else: + consider_lock_dead_if_created_before = p.stat().st_mtime - lock_timeout + # Register a cleanup for program exit + atexit.register( + cleanup_numbered_dir, + root, + prefix, + keep, + consider_lock_dead_if_created_before, + ) + return p + assert e is not None + raise e + + +def resolve_from_str(input: str, rootpath: Path) -> Path: + input = expanduser(input) + input = expandvars(input) + if isabs(input): + return Path(input) + else: + return rootpath.joinpath(input) + + +def fnmatch_ex(pattern: str, path: str | os.PathLike[str]) -> bool: + """A port of FNMatcher from py.path.common which works with PurePath() instances. + + The difference between this algorithm and PurePath.match() is that the + latter matches "**" glob expressions for each part of the path, while + this algorithm uses the whole path instead. + + For example: + "tests/foo/bar/doc/test_foo.py" matches pattern "tests/**/doc/test*.py" + with this algorithm, but not with PurePath.match(). + + This algorithm was ported to keep backward-compatibility with existing + settings which assume paths match according this logic. + + References: + * https://bugs.python.org/issue29249 + * https://bugs.python.org/issue34731 + """ + path = PurePath(path) + iswin32 = sys.platform.startswith("win") + + if iswin32 and sep not in pattern and posix_sep in pattern: + # Running on Windows, the pattern has no Windows path separators, + # and the pattern has one or more Posix path separators. Replace + # the Posix path separators with the Windows path separator. + pattern = pattern.replace(posix_sep, sep) + + if sep not in pattern: + name = path.name + else: + name = str(path) + if path.is_absolute() and not os.path.isabs(pattern): + pattern = f"*{os.sep}{pattern}" + return fnmatch.fnmatch(name, pattern) + + +def parts(s: str) -> set[str]: + parts = s.split(sep) + return {sep.join(parts[: i + 1]) or sep for i in range(len(parts))} + + +def symlink_or_skip( + src: os.PathLike[str] | str, + dst: os.PathLike[str] | str, + **kwargs: Any, +) -> None: + """Make a symlink, or skip the test in case symlinks are not supported.""" + try: + os.symlink(src, dst, **kwargs) + except OSError as e: + skip(f"symlinks not supported: {e}") + + +class ImportMode(Enum): + """Possible values for `mode` parameter of `import_path`.""" + + prepend = "prepend" + append = "append" + importlib = "importlib" + + +class ImportPathMismatchError(ImportError): + """Raised on import_path() if there is a mismatch of __file__'s. + + This can happen when `import_path` is called multiple times with different filenames that has + the same basename but reside in packages + (for example "/tests1/test_foo.py" and "/tests2/test_foo.py"). + """ + + +def import_path( + path: str | os.PathLike[str], + *, + mode: str | ImportMode = ImportMode.prepend, + root: Path, + consider_namespace_packages: bool, +) -> ModuleType: + """ + Import and return a module from the given path, which can be a file (a module) or + a directory (a package). + + :param path: + Path to the file to import. + + :param mode: + Controls the underlying import mechanism that will be used: + + * ImportMode.prepend: the directory containing the module (or package, taking + `__init__.py` files into account) will be put at the *start* of `sys.path` before + being imported with `importlib.import_module`. + + * ImportMode.append: same as `prepend`, but the directory will be appended + to the end of `sys.path`, if not already in `sys.path`. + + * ImportMode.importlib: uses more fine control mechanisms provided by `importlib` + to import the module, which avoids having to muck with `sys.path` at all. It effectively + allows having same-named test modules in different places. + + :param root: + Used as an anchor when mode == ImportMode.importlib to obtain + a unique name for the module being imported so it can safely be stored + into ``sys.modules``. + + :param consider_namespace_packages: + If True, consider namespace packages when resolving module names. + + :raises ImportPathMismatchError: + If after importing the given `path` and the module `__file__` + are different. Only raised in `prepend` and `append` modes. + """ + path = Path(path) + mode = ImportMode(mode) + + if not path.exists(): + raise ImportError(path) + + if mode is ImportMode.importlib: + # Try to import this module using the standard import mechanisms, but + # without touching sys.path. + try: + pkg_root, module_name = resolve_pkg_root_and_module_name( + path, consider_namespace_packages=consider_namespace_packages + ) + except CouldNotResolvePathError: + pass + else: + # If the given module name is already in sys.modules, do not import it again. + with contextlib.suppress(KeyError): + return sys.modules[module_name] + + mod = _import_module_using_spec( + module_name, path, pkg_root, insert_modules=False + ) + if mod is not None: + return mod + + # Could not import the module with the current sys.path, so we fall back + # to importing the file as a single module, not being a part of a package. + module_name = module_name_from_path(path, root) + with contextlib.suppress(KeyError): + return sys.modules[module_name] + + mod = _import_module_using_spec( + module_name, path, path.parent, insert_modules=True + ) + if mod is None: + raise ImportError(f"Can't find module {module_name} at location {path}") + return mod + + try: + pkg_root, module_name = resolve_pkg_root_and_module_name( + path, consider_namespace_packages=consider_namespace_packages + ) + except CouldNotResolvePathError: + pkg_root, module_name = path.parent, path.stem + + # Change sys.path permanently: restoring it at the end of this function would cause surprising + # problems because of delayed imports: for example, a conftest.py file imported by this function + # might have local imports, which would fail at runtime if we restored sys.path. + if mode is ImportMode.append: + if str(pkg_root) not in sys.path: + sys.path.append(str(pkg_root)) + elif mode is ImportMode.prepend: + if str(pkg_root) != sys.path[0]: + sys.path.insert(0, str(pkg_root)) + else: + assert_never(mode) + + importlib.import_module(module_name) + + mod = sys.modules[module_name] + if path.name == "__init__.py": + return mod + + ignore = os.environ.get("PY_IGNORE_IMPORTMISMATCH", "") + if ignore != "1": + module_file = mod.__file__ + if module_file is None: + raise ImportPathMismatchError(module_name, module_file, path) + + if module_file.endswith((".pyc", ".pyo")): + module_file = module_file[:-1] + if module_file.endswith(os.sep + "__init__.py"): + module_file = module_file[: -(len(os.sep + "__init__.py"))] + + try: + is_same = _is_same(str(path), module_file) + except FileNotFoundError: + is_same = False + + if not is_same: + raise ImportPathMismatchError(module_name, module_file, path) + + return mod + + +def _import_module_using_spec( + module_name: str, module_path: Path, module_location: Path, *, insert_modules: bool +) -> ModuleType | None: + """ + Tries to import a module by its canonical name, path, and its parent location. + + :param module_name: + The expected module name, will become the key of `sys.modules`. + + :param module_path: + The file path of the module, for example `/foo/bar/test_demo.py`. + If module is a package, pass the path to the `__init__.py` of the package. + If module is a namespace package, pass directory path. + + :param module_location: + The parent location of the module. + If module is a package, pass the directory containing the `__init__.py` file. + + :param insert_modules: + If True, will call `insert_missing_modules` to create empty intermediate modules + with made-up module names (when importing test files not reachable from `sys.path`). + + Example 1 of parent_module_*: + + module_name: "a.b.c.demo" + module_path: Path("a/b/c/demo.py") + module_location: Path("a/b/c/") + if "a.b.c" is package ("a/b/c/__init__.py" exists), then + parent_module_name: "a.b.c" + parent_module_path: Path("a/b/c/__init__.py") + parent_module_location: Path("a/b/c/") + else: + parent_module_name: "a.b.c" + parent_module_path: Path("a/b/c") + parent_module_location: Path("a/b/") + + Example 2 of parent_module_*: + + module_name: "a.b.c" + module_path: Path("a/b/c/__init__.py") + module_location: Path("a/b/c/") + if "a.b" is package ("a/b/__init__.py" exists), then + parent_module_name: "a.b" + parent_module_path: Path("a/b/__init__.py") + parent_module_location: Path("a/b/") + else: + parent_module_name: "a.b" + parent_module_path: Path("a/b/") + parent_module_location: Path("a/") + """ + # Attempt to import the parent module, seems is our responsibility: + # https://github.com/python/cpython/blob/73906d5c908c1e0b73c5436faeff7d93698fc074/Lib/importlib/_bootstrap.py#L1308-L1311 + parent_module_name, _, name = module_name.rpartition(".") + parent_module: ModuleType | None = None + if parent_module_name: + parent_module = sys.modules.get(parent_module_name) + # If the parent_module lacks the `__path__` attribute, AttributeError when finding a submodule's spec, + # requiring re-import according to the path. + need_reimport = not hasattr(parent_module, "__path__") + if parent_module is None or need_reimport: + # Get parent_location based on location, get parent_path based on path. + if module_path.name == "__init__.py": + # If the current module is in a package, + # need to leave the package first and then enter the parent module. + parent_module_path = module_path.parent.parent + else: + parent_module_path = module_path.parent + + if (parent_module_path / "__init__.py").is_file(): + # If the parent module is a package, loading by __init__.py file. + parent_module_path = parent_module_path / "__init__.py" + + parent_module = _import_module_using_spec( + parent_module_name, + parent_module_path, + parent_module_path.parent, + insert_modules=insert_modules, + ) + + # Checking with sys.meta_path first in case one of its hooks can import this module, + # such as our own assertion-rewrite hook. + for meta_importer in sys.meta_path: + module_name_of_meta = getattr(meta_importer.__class__, "__module__", "") + if module_name_of_meta == "_pytest.assertion.rewrite" and module_path.is_file(): + # Import modules in subdirectories by module_path + # to ensure assertion rewrites are not missed (#12659). + find_spec_path = [str(module_location), str(module_path)] + else: + find_spec_path = [str(module_location)] + + spec = meta_importer.find_spec(module_name, find_spec_path) + + if spec_matches_module_path(spec, module_path): + break + else: + loader = None + if module_path.is_dir(): + # The `spec_from_file_location` matches a loader based on the file extension by default. + # For a namespace package, need to manually specify a loader. + loader = NamespaceLoader(name, module_path, PathFinder()) + + spec = importlib.util.spec_from_file_location( + module_name, str(module_path), loader=loader + ) + + if spec_matches_module_path(spec, module_path): + assert spec is not None + # Find spec and import this module. + mod = importlib.util.module_from_spec(spec) + sys.modules[module_name] = mod + spec.loader.exec_module(mod) # type: ignore[union-attr] + + # Set this module as an attribute of the parent module (#12194). + if parent_module is not None: + setattr(parent_module, name, mod) + + if insert_modules: + insert_missing_modules(sys.modules, module_name) + return mod + + return None + + +def spec_matches_module_path(module_spec: ModuleSpec | None, module_path: Path) -> bool: + """Return true if the given ModuleSpec can be used to import the given module path.""" + if module_spec is None: + return False + + if module_spec.origin: + return Path(module_spec.origin) == module_path + + # Compare the path with the `module_spec.submodule_Search_Locations` in case + # the module is part of a namespace package. + # https://docs.python.org/3/library/importlib.html#importlib.machinery.ModuleSpec.submodule_search_locations + if module_spec.submodule_search_locations: # can be None. + for path in module_spec.submodule_search_locations: + if Path(path) == module_path: + return True + + return False + + +# Implement a special _is_same function on Windows which returns True if the two filenames +# compare equal, to circumvent os.path.samefile returning False for mounts in UNC (#7678). +if sys.platform.startswith("win"): + + def _is_same(f1: str, f2: str) -> bool: + return Path(f1) == Path(f2) or os.path.samefile(f1, f2) + +else: + + def _is_same(f1: str, f2: str) -> bool: + return os.path.samefile(f1, f2) + + +def module_name_from_path(path: Path, root: Path) -> str: + """ + Return a dotted module name based on the given path, anchored on root. + + For example: path="projects/src/tests/test_foo.py" and root="/projects", the + resulting module name will be "src.tests.test_foo". + """ + path = path.with_suffix("") + try: + relative_path = path.relative_to(root) + except ValueError: + # If we can't get a relative path to root, use the full path, except + # for the first part ("d:\\" or "/" depending on the platform, for example). + path_parts = path.parts[1:] + else: + # Use the parts for the relative path to the root path. + path_parts = relative_path.parts + + # Module name for packages do not contain the __init__ file, unless + # the `__init__.py` file is at the root. + if len(path_parts) >= 2 and path_parts[-1] == "__init__": + path_parts = path_parts[:-1] + + # Module names cannot contain ".", normalize them to "_". This prevents + # a directory having a "." in the name (".env.310" for example) causing extra intermediate modules. + # Also, important to replace "." at the start of paths, as those are considered relative imports. + path_parts = tuple(x.replace(".", "_") for x in path_parts) + + return ".".join(path_parts) + + +def insert_missing_modules(modules: dict[str, ModuleType], module_name: str) -> None: + """ + Used by ``import_path`` to create intermediate modules when using mode=importlib. + + When we want to import a module as "src.tests.test_foo" for example, we need + to create empty modules "src" and "src.tests" after inserting "src.tests.test_foo", + otherwise "src.tests.test_foo" is not importable by ``__import__``. + """ + module_parts = module_name.split(".") + while module_name: + parent_module_name, _, child_name = module_name.rpartition(".") + if parent_module_name: + parent_module = modules.get(parent_module_name) + if parent_module is None: + try: + # If sys.meta_path is empty, calling import_module will issue + # a warning and raise ModuleNotFoundError. To avoid the + # warning, we check sys.meta_path explicitly and raise the error + # ourselves to fall back to creating a dummy module. + if not sys.meta_path: + raise ModuleNotFoundError + parent_module = importlib.import_module(parent_module_name) + except ModuleNotFoundError: + parent_module = ModuleType( + module_name, + doc="Empty module created by pytest's importmode=importlib.", + ) + modules[parent_module_name] = parent_module + + # Add child attribute to the parent that can reference the child + # modules. + if not hasattr(parent_module, child_name): + setattr(parent_module, child_name, modules[module_name]) + + module_parts.pop(-1) + module_name = ".".join(module_parts) + + +def resolve_package_path(path: Path) -> Path | None: + """Return the Python package path by looking for the last + directory upwards which still contains an __init__.py. + + Returns None if it cannot be determined. + """ + result = None + for parent in itertools.chain((path,), path.parents): + if parent.is_dir(): + if not (parent / "__init__.py").is_file(): + break + if not parent.name.isidentifier(): + break + result = parent + return result + + +def resolve_pkg_root_and_module_name( + path: Path, *, consider_namespace_packages: bool = False +) -> tuple[Path, str]: + """ + Return the path to the directory of the root package that contains the + given Python file, and its module name: + + src/ + app/ + __init__.py + core/ + __init__.py + models.py + + Passing the full path to `models.py` will yield Path("src") and "app.core.models". + + If consider_namespace_packages is True, then we additionally check upwards in the hierarchy + for namespace packages: + + https://packaging.python.org/en/latest/guides/packaging-namespace-packages + + Raises CouldNotResolvePathError if the given path does not belong to a package (missing any __init__.py files). + """ + pkg_root: Path | None = None + pkg_path = resolve_package_path(path) + if pkg_path is not None: + pkg_root = pkg_path.parent + if consider_namespace_packages: + start = pkg_root if pkg_root is not None else path.parent + for candidate in (start, *start.parents): + module_name = compute_module_name(candidate, path) + if module_name and is_importable(module_name, path): + # Point the pkg_root to the root of the namespace package. + pkg_root = candidate + break + + if pkg_root is not None: + module_name = compute_module_name(pkg_root, path) + if module_name: + return pkg_root, module_name + + raise CouldNotResolvePathError(f"Could not resolve for {path}") + + +def is_importable(module_name: str, module_path: Path) -> bool: + """ + Return if the given module path could be imported normally by Python, akin to the user + entering the REPL and importing the corresponding module name directly, and corresponds + to the module_path specified. + + :param module_name: + Full module name that we want to check if is importable. + For example, "app.models". + + :param module_path: + Full path to the python module/package we want to check if is importable. + For example, "/projects/src/app/models.py". + """ + try: + # Note this is different from what we do in ``_import_module_using_spec``, where we explicitly search through + # sys.meta_path to be able to pass the path of the module that we want to import (``meta_importer.find_spec``). + # Using importlib.util.find_spec() is different, it gives the same results as trying to import + # the module normally in the REPL. + spec = importlib.util.find_spec(module_name) + except (ImportError, ValueError, ImportWarning): + return False + else: + return spec_matches_module_path(spec, module_path) + + +def compute_module_name(root: Path, module_path: Path) -> str | None: + """Compute a module name based on a path and a root anchor.""" + try: + path_without_suffix = module_path.with_suffix("") + except ValueError: + # Empty paths (such as Path.cwd()) might break meta_path hooks (like our own assertion rewriter). + return None + + try: + relative = path_without_suffix.relative_to(root) + except ValueError: # pragma: no cover + return None + names = list(relative.parts) + if not names: + return None + if names[-1] == "__init__": + names.pop() + return ".".join(names) + + +class CouldNotResolvePathError(Exception): + """Custom exception raised by resolve_pkg_root_and_module_name.""" + + +def scandir( + path: str | os.PathLike[str], + sort_key: Callable[[os.DirEntry[str]], object] = lambda entry: entry.name, +) -> list[os.DirEntry[str]]: + """Scan a directory recursively, in breadth-first order. + + The returned entries are sorted according to the given key. + The default is to sort by name. + If the directory does not exist, return an empty list. + """ + entries = [] + # Attempt to create a scandir iterator for the given path. + try: + scandir_iter = os.scandir(path) + except FileNotFoundError: + # If the directory does not exist, return an empty list. + return [] + # Use the scandir iterator in a context manager to ensure it is properly closed. + with scandir_iter as s: + for entry in s: + try: + entry.is_file() + except OSError as err: + if _ignore_error(err): + continue + # Reraise non-ignorable errors to avoid hiding issues. + raise + entries.append(entry) + entries.sort(key=sort_key) # type: ignore[arg-type] + return entries + + +def visit( + path: str | os.PathLike[str], recurse: Callable[[os.DirEntry[str]], bool] +) -> Iterator[os.DirEntry[str]]: + """Walk a directory recursively, in breadth-first order. + + The `recurse` predicate determines whether a directory is recursed. + + Entries at each directory level are sorted. + """ + entries = scandir(path) + yield from entries + for entry in entries: + if entry.is_dir() and recurse(entry): + yield from visit(entry.path, recurse) + + +def absolutepath(path: str | os.PathLike[str]) -> Path: + """Convert a path to an absolute path using os.path.abspath. + + Prefer this over Path.resolve() (see #6523). + Prefer this over Path.absolute() (not public, doesn't normalize). + """ + return Path(os.path.abspath(path)) + + +def commonpath(path1: Path, path2: Path) -> Path | None: + """Return the common part shared with the other path, or None if there is + no common part. + + If one path is relative and one is absolute, returns None. + """ + try: + return Path(os.path.commonpath((str(path1), str(path2)))) + except ValueError: + return None + + +def bestrelpath(directory: Path, dest: Path) -> str: + """Return a string which is a relative path from directory to dest such + that directory/bestrelpath == dest. + + The paths must be either both absolute or both relative. + + If no such path can be determined, returns dest. + """ + assert isinstance(directory, Path) + assert isinstance(dest, Path) + if dest == directory: + return os.curdir + # Find the longest common directory. + base = commonpath(directory, dest) + # Can be the case on Windows for two absolute paths on different drives. + # Can be the case for two relative paths without common prefix. + # Can be the case for a relative path and an absolute path. + if not base: + return str(dest) + reldirectory = directory.relative_to(base) + reldest = dest.relative_to(base) + return os.path.join( + # Back from directory to base. + *([os.pardir] * len(reldirectory.parts)), + # Forward from base to dest. + *reldest.parts, + ) + + +def safe_exists(p: Path) -> bool: + """Like Path.exists(), but account for input arguments that might be too long (#11394).""" + try: + return p.exists() + except (ValueError, OSError): + # ValueError: stat: path too long for Windows + # OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect + return False diff --git a/env/lib/python3.8/site-packages/_pytest/py.typed b/env/lib/python3.8/site-packages/_pytest/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/env/lib/python3.8/site-packages/_pytest/pytester.py b/env/lib/python3.8/site-packages/_pytest/pytester.py new file mode 100644 index 000000000..3f7520ee4 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/pytester.py @@ -0,0 +1,1766 @@ +# mypy: allow-untyped-defs +"""(Disabled by default) support for testing pytest and pytest plugins. + +PYTEST_DONT_REWRITE +""" + +from __future__ import annotations + +import collections.abc +import contextlib +from fnmatch import fnmatch +import gc +import importlib +from io import StringIO +import locale +import os +from pathlib import Path +import platform +import re +import shutil +import subprocess +import sys +import traceback +from typing import Any +from typing import Callable +from typing import Final +from typing import final +from typing import Generator +from typing import IO +from typing import Iterable +from typing import Literal +from typing import overload +from typing import Sequence +from typing import TextIO +from typing import TYPE_CHECKING +from weakref import WeakKeyDictionary + +from iniconfig import IniConfig +from iniconfig import SectionWrapper + +from _pytest import timing +from _pytest._code import Source +from _pytest.capture import _get_multicapture +from _pytest.compat import NOTSET +from _pytest.compat import NotSetType +from _pytest.config import _PluggyPlugin +from _pytest.config import Config +from _pytest.config import ExitCode +from _pytest.config import hookimpl +from _pytest.config import main +from _pytest.config import PytestPluginManager +from _pytest.config.argparsing import Parser +from _pytest.deprecated import check_ispytest +from _pytest.fixtures import fixture +from _pytest.fixtures import FixtureRequest +from _pytest.main import Session +from _pytest.monkeypatch import MonkeyPatch +from _pytest.nodes import Collector +from _pytest.nodes import Item +from _pytest.outcomes import fail +from _pytest.outcomes import importorskip +from _pytest.outcomes import skip +from _pytest.pathlib import bestrelpath +from _pytest.pathlib import make_numbered_dir +from _pytest.reports import CollectReport +from _pytest.reports import TestReport +from _pytest.tmpdir import TempPathFactory +from _pytest.warning_types import PytestWarning + + +if TYPE_CHECKING: + import pexpect + + +pytest_plugins = ["pytester_assertions"] + + +IGNORE_PAM = [ # filenames added when obtaining details about the current user + "/var/lib/sss/mc/passwd" +] + + +def pytest_addoption(parser: Parser) -> None: + parser.addoption( + "--lsof", + action="store_true", + dest="lsof", + default=False, + help="Run FD checks if lsof is available", + ) + + parser.addoption( + "--runpytest", + default="inprocess", + dest="runpytest", + choices=("inprocess", "subprocess"), + help=( + "Run pytest sub runs in tests using an 'inprocess' " + "or 'subprocess' (python -m main) method" + ), + ) + + parser.addini( + "pytester_example_dir", help="Directory to take the pytester example files from" + ) + + +def pytest_configure(config: Config) -> None: + if config.getvalue("lsof"): + checker = LsofFdLeakChecker() + if checker.matching_platform(): + config.pluginmanager.register(checker) + + config.addinivalue_line( + "markers", + "pytester_example_path(*path_segments): join the given path " + "segments to `pytester_example_dir` for this test.", + ) + + +class LsofFdLeakChecker: + def get_open_files(self) -> list[tuple[str, str]]: + if sys.version_info >= (3, 11): + # New in Python 3.11, ignores utf-8 mode + encoding = locale.getencoding() + else: + encoding = locale.getpreferredencoding(False) + out = subprocess.run( + ("lsof", "-Ffn0", "-p", str(os.getpid())), + stdout=subprocess.PIPE, + stderr=subprocess.DEVNULL, + check=True, + text=True, + encoding=encoding, + ).stdout + + def isopen(line: str) -> bool: + return line.startswith("f") and ( + "deleted" not in line + and "mem" not in line + and "txt" not in line + and "cwd" not in line + ) + + open_files = [] + + for line in out.split("\n"): + if isopen(line): + fields = line.split("\0") + fd = fields[0][1:] + filename = fields[1][1:] + if filename in IGNORE_PAM: + continue + if filename.startswith("/"): + open_files.append((fd, filename)) + + return open_files + + def matching_platform(self) -> bool: + try: + subprocess.run(("lsof", "-v"), check=True) + except (OSError, subprocess.CalledProcessError): + return False + else: + return True + + @hookimpl(wrapper=True, tryfirst=True) + def pytest_runtest_protocol(self, item: Item) -> Generator[None, object, object]: + lines1 = self.get_open_files() + try: + return (yield) + finally: + if hasattr(sys, "pypy_version_info"): + gc.collect() + lines2 = self.get_open_files() + + new_fds = {t[0] for t in lines2} - {t[0] for t in lines1} + leaked_files = [t for t in lines2 if t[0] in new_fds] + if leaked_files: + error = [ + f"***** {len(leaked_files)} FD leakage detected", + *(str(f) for f in leaked_files), + "*** Before:", + *(str(f) for f in lines1), + "*** After:", + *(str(f) for f in lines2), + f"***** {len(leaked_files)} FD leakage detected", + "*** function {}:{}: {} ".format(*item.location), + "See issue #2366", + ] + item.warn(PytestWarning("\n".join(error))) + + +# used at least by pytest-xdist plugin + + +@fixture +def _pytest(request: FixtureRequest) -> PytestArg: + """Return a helper which offers a gethookrecorder(hook) method which + returns a HookRecorder instance which helps to make assertions about called + hooks.""" + return PytestArg(request) + + +class PytestArg: + def __init__(self, request: FixtureRequest) -> None: + self._request = request + + def gethookrecorder(self, hook) -> HookRecorder: + hookrecorder = HookRecorder(hook._pm) + self._request.addfinalizer(hookrecorder.finish_recording) + return hookrecorder + + +def get_public_names(values: Iterable[str]) -> list[str]: + """Only return names from iterator values without a leading underscore.""" + return [x for x in values if x[0] != "_"] + + +@final +class RecordedHookCall: + """A recorded call to a hook. + + The arguments to the hook call are set as attributes. + For example: + + .. code-block:: python + + calls = hook_recorder.getcalls("pytest_runtest_setup") + # Suppose pytest_runtest_setup was called once with `item=an_item`. + assert calls[0].item is an_item + """ + + def __init__(self, name: str, kwargs) -> None: + self.__dict__.update(kwargs) + self._name = name + + def __repr__(self) -> str: + d = self.__dict__.copy() + del d["_name"] + return f"" + + if TYPE_CHECKING: + # The class has undetermined attributes, this tells mypy about it. + def __getattr__(self, key: str): ... + + +@final +class HookRecorder: + """Record all hooks called in a plugin manager. + + Hook recorders are created by :class:`Pytester`. + + This wraps all the hook calls in the plugin manager, recording each call + before propagating the normal calls. + """ + + def __init__( + self, pluginmanager: PytestPluginManager, *, _ispytest: bool = False + ) -> None: + check_ispytest(_ispytest) + + self._pluginmanager = pluginmanager + self.calls: list[RecordedHookCall] = [] + self.ret: int | ExitCode | None = None + + def before(hook_name: str, hook_impls, kwargs) -> None: + self.calls.append(RecordedHookCall(hook_name, kwargs)) + + def after(outcome, hook_name: str, hook_impls, kwargs) -> None: + pass + + self._undo_wrapping = pluginmanager.add_hookcall_monitoring(before, after) + + def finish_recording(self) -> None: + self._undo_wrapping() + + def getcalls(self, names: str | Iterable[str]) -> list[RecordedHookCall]: + """Get all recorded calls to hooks with the given names (or name).""" + if isinstance(names, str): + names = names.split() + return [call for call in self.calls if call._name in names] + + def assert_contains(self, entries: Sequence[tuple[str, str]]) -> None: + __tracebackhide__ = True + i = 0 + entries = list(entries) + # Since Python 3.13, f_locals is not a dict, but eval requires a dict. + backlocals = dict(sys._getframe(1).f_locals) + while entries: + name, check = entries.pop(0) + for ind, call in enumerate(self.calls[i:]): + if call._name == name: + print("NAMEMATCH", name, call) + if eval(check, backlocals, call.__dict__): + print("CHECKERMATCH", repr(check), "->", call) + else: + print("NOCHECKERMATCH", repr(check), "-", call) + continue + i += ind + 1 + break + print("NONAMEMATCH", name, "with", call) + else: + fail(f"could not find {name!r} check {check!r}") + + def popcall(self, name: str) -> RecordedHookCall: + __tracebackhide__ = True + for i, call in enumerate(self.calls): + if call._name == name: + del self.calls[i] + return call + lines = [f"could not find call {name!r}, in:"] + lines.extend([f" {x}" for x in self.calls]) + fail("\n".join(lines)) + + def getcall(self, name: str) -> RecordedHookCall: + values = self.getcalls(name) + assert len(values) == 1, (name, values) + return values[0] + + # functionality for test reports + + @overload + def getreports( + self, + names: Literal["pytest_collectreport"], + ) -> Sequence[CollectReport]: ... + + @overload + def getreports( + self, + names: Literal["pytest_runtest_logreport"], + ) -> Sequence[TestReport]: ... + + @overload + def getreports( + self, + names: str | Iterable[str] = ( + "pytest_collectreport", + "pytest_runtest_logreport", + ), + ) -> Sequence[CollectReport | TestReport]: ... + + def getreports( + self, + names: str | Iterable[str] = ( + "pytest_collectreport", + "pytest_runtest_logreport", + ), + ) -> Sequence[CollectReport | TestReport]: + return [x.report for x in self.getcalls(names)] + + def matchreport( + self, + inamepart: str = "", + names: str | Iterable[str] = ( + "pytest_runtest_logreport", + "pytest_collectreport", + ), + when: str | None = None, + ) -> CollectReport | TestReport: + """Return a testreport whose dotted import path matches.""" + values = [] + for rep in self.getreports(names=names): + if not when and rep.when != "call" and rep.passed: + # setup/teardown passing reports - let's ignore those + continue + if when and rep.when != when: + continue + if not inamepart or inamepart in rep.nodeid.split("::"): + values.append(rep) + if not values: + raise ValueError( + f"could not find test report matching {inamepart!r}: " + "no test reports at all!" + ) + if len(values) > 1: + raise ValueError( + f"found 2 or more testreports matching {inamepart!r}: {values}" + ) + return values[0] + + @overload + def getfailures( + self, + names: Literal["pytest_collectreport"], + ) -> Sequence[CollectReport]: ... + + @overload + def getfailures( + self, + names: Literal["pytest_runtest_logreport"], + ) -> Sequence[TestReport]: ... + + @overload + def getfailures( + self, + names: str | Iterable[str] = ( + "pytest_collectreport", + "pytest_runtest_logreport", + ), + ) -> Sequence[CollectReport | TestReport]: ... + + def getfailures( + self, + names: str | Iterable[str] = ( + "pytest_collectreport", + "pytest_runtest_logreport", + ), + ) -> Sequence[CollectReport | TestReport]: + return [rep for rep in self.getreports(names) if rep.failed] + + def getfailedcollections(self) -> Sequence[CollectReport]: + return self.getfailures("pytest_collectreport") + + def listoutcomes( + self, + ) -> tuple[ + Sequence[TestReport], + Sequence[CollectReport | TestReport], + Sequence[CollectReport | TestReport], + ]: + passed = [] + skipped = [] + failed = [] + for rep in self.getreports( + ("pytest_collectreport", "pytest_runtest_logreport") + ): + if rep.passed: + if rep.when == "call": + assert isinstance(rep, TestReport) + passed.append(rep) + elif rep.skipped: + skipped.append(rep) + else: + assert rep.failed, f"Unexpected outcome: {rep!r}" + failed.append(rep) + return passed, skipped, failed + + def countoutcomes(self) -> list[int]: + return [len(x) for x in self.listoutcomes()] + + def assertoutcome(self, passed: int = 0, skipped: int = 0, failed: int = 0) -> None: + __tracebackhide__ = True + from _pytest.pytester_assertions import assertoutcome + + outcomes = self.listoutcomes() + assertoutcome( + outcomes, + passed=passed, + skipped=skipped, + failed=failed, + ) + + def clear(self) -> None: + self.calls[:] = [] + + +@fixture +def linecomp() -> LineComp: + """A :class: `LineComp` instance for checking that an input linearly + contains a sequence of strings.""" + return LineComp() + + +@fixture(name="LineMatcher") +def LineMatcher_fixture(request: FixtureRequest) -> type[LineMatcher]: + """A reference to the :class: `LineMatcher`. + + This is instantiable with a list of lines (without their trailing newlines). + This is useful for testing large texts, such as the output of commands. + """ + return LineMatcher + + +@fixture +def pytester( + request: FixtureRequest, tmp_path_factory: TempPathFactory, monkeypatch: MonkeyPatch +) -> Pytester: + """ + Facilities to write tests/configuration files, execute pytest in isolation, and match + against expected output, perfect for black-box testing of pytest plugins. + + It attempts to isolate the test run from external factors as much as possible, modifying + the current working directory to ``path`` and environment variables during initialization. + + It is particularly useful for testing plugins. It is similar to the :fixture:`tmp_path` + fixture but provides methods which aid in testing pytest itself. + """ + return Pytester(request, tmp_path_factory, monkeypatch, _ispytest=True) + + +@fixture +def _sys_snapshot() -> Generator[None]: + snappaths = SysPathsSnapshot() + snapmods = SysModulesSnapshot() + yield + snapmods.restore() + snappaths.restore() + + +@fixture +def _config_for_test() -> Generator[Config]: + from _pytest.config import get_config + + config = get_config() + yield config + config._ensure_unconfigure() # cleanup, e.g. capman closing tmpfiles. + + +# Regex to match the session duration string in the summary: "74.34s". +rex_session_duration = re.compile(r"\d+\.\d\ds") +# Regex to match all the counts and phrases in the summary line: "34 passed, 111 skipped". +rex_outcome = re.compile(r"(\d+) (\w+)") + + +@final +class RunResult: + """The result of running a command from :class:`~pytest.Pytester`.""" + + def __init__( + self, + ret: int | ExitCode, + outlines: list[str], + errlines: list[str], + duration: float, + ) -> None: + try: + self.ret: int | ExitCode = ExitCode(ret) + """The return value.""" + except ValueError: + self.ret = ret + self.outlines = outlines + """List of lines captured from stdout.""" + self.errlines = errlines + """List of lines captured from stderr.""" + self.stdout = LineMatcher(outlines) + """:class:`~pytest.LineMatcher` of stdout. + + Use e.g. :func:`str(stdout) ` to reconstruct stdout, or the commonly used + :func:`stdout.fnmatch_lines() ` method. + """ + self.stderr = LineMatcher(errlines) + """:class:`~pytest.LineMatcher` of stderr.""" + self.duration = duration + """Duration in seconds.""" + + def __repr__(self) -> str: + return ( + "" + % (self.ret, len(self.stdout.lines), len(self.stderr.lines), self.duration) + ) + + def parseoutcomes(self) -> dict[str, int]: + """Return a dictionary of outcome noun -> count from parsing the terminal + output that the test process produced. + + The returned nouns will always be in plural form:: + + ======= 1 failed, 1 passed, 1 warning, 1 error in 0.13s ==== + + Will return ``{"failed": 1, "passed": 1, "warnings": 1, "errors": 1}``. + """ + return self.parse_summary_nouns(self.outlines) + + @classmethod + def parse_summary_nouns(cls, lines) -> dict[str, int]: + """Extract the nouns from a pytest terminal summary line. + + It always returns the plural noun for consistency:: + + ======= 1 failed, 1 passed, 1 warning, 1 error in 0.13s ==== + + Will return ``{"failed": 1, "passed": 1, "warnings": 1, "errors": 1}``. + """ + for line in reversed(lines): + if rex_session_duration.search(line): + outcomes = rex_outcome.findall(line) + ret = {noun: int(count) for (count, noun) in outcomes} + break + else: + raise ValueError("Pytest terminal summary report not found") + + to_plural = { + "warning": "warnings", + "error": "errors", + } + return {to_plural.get(k, k): v for k, v in ret.items()} + + def assert_outcomes( + self, + passed: int = 0, + skipped: int = 0, + failed: int = 0, + errors: int = 0, + xpassed: int = 0, + xfailed: int = 0, + warnings: int | None = None, + deselected: int | None = None, + ) -> None: + """ + Assert that the specified outcomes appear with the respective + numbers (0 means it didn't occur) in the text output from a test run. + + ``warnings`` and ``deselected`` are only checked if not None. + """ + __tracebackhide__ = True + from _pytest.pytester_assertions import assert_outcomes + + outcomes = self.parseoutcomes() + assert_outcomes( + outcomes, + passed=passed, + skipped=skipped, + failed=failed, + errors=errors, + xpassed=xpassed, + xfailed=xfailed, + warnings=warnings, + deselected=deselected, + ) + + +class SysModulesSnapshot: + def __init__(self, preserve: Callable[[str], bool] | None = None) -> None: + self.__preserve = preserve + self.__saved = dict(sys.modules) + + def restore(self) -> None: + if self.__preserve: + self.__saved.update( + (k, m) for k, m in sys.modules.items() if self.__preserve(k) + ) + sys.modules.clear() + sys.modules.update(self.__saved) + + +class SysPathsSnapshot: + def __init__(self) -> None: + self.__saved = list(sys.path), list(sys.meta_path) + + def restore(self) -> None: + sys.path[:], sys.meta_path[:] = self.__saved + + +@final +class Pytester: + """ + Facilities to write tests/configuration files, execute pytest in isolation, and match + against expected output, perfect for black-box testing of pytest plugins. + + It attempts to isolate the test run from external factors as much as possible, modifying + the current working directory to :attr:`path` and environment variables during initialization. + """ + + __test__ = False + + CLOSE_STDIN: Final = NOTSET + + class TimeoutExpired(Exception): + pass + + def __init__( + self, + request: FixtureRequest, + tmp_path_factory: TempPathFactory, + monkeypatch: MonkeyPatch, + *, + _ispytest: bool = False, + ) -> None: + check_ispytest(_ispytest) + self._request = request + self._mod_collections: WeakKeyDictionary[Collector, list[Item | Collector]] = ( + WeakKeyDictionary() + ) + if request.function: + name: str = request.function.__name__ + else: + name = request.node.name + self._name = name + self._path: Path = tmp_path_factory.mktemp(name, numbered=True) + #: A list of plugins to use with :py:meth:`parseconfig` and + #: :py:meth:`runpytest`. Initially this is an empty list but plugins can + #: be added to the list. The type of items to add to the list depends on + #: the method using them so refer to them for details. + self.plugins: list[str | _PluggyPlugin] = [] + self._sys_path_snapshot = SysPathsSnapshot() + self._sys_modules_snapshot = self.__take_sys_modules_snapshot() + self._request.addfinalizer(self._finalize) + self._method = self._request.config.getoption("--runpytest") + self._test_tmproot = tmp_path_factory.mktemp(f"tmp-{name}", numbered=True) + + self._monkeypatch = mp = monkeypatch + self.chdir() + mp.setenv("PYTEST_DEBUG_TEMPROOT", str(self._test_tmproot)) + # Ensure no unexpected caching via tox. + mp.delenv("TOX_ENV_DIR", raising=False) + # Discard outer pytest options. + mp.delenv("PYTEST_ADDOPTS", raising=False) + # Ensure no user config is used. + tmphome = str(self.path) + mp.setenv("HOME", tmphome) + mp.setenv("USERPROFILE", tmphome) + # Do not use colors for inner runs by default. + mp.setenv("PY_COLORS", "0") + + @property + def path(self) -> Path: + """Temporary directory path used to create files/run tests from, etc.""" + return self._path + + def __repr__(self) -> str: + return f"" + + def _finalize(self) -> None: + """ + Clean up global state artifacts. + + Some methods modify the global interpreter state and this tries to + clean this up. It does not remove the temporary directory however so + it can be looked at after the test run has finished. + """ + self._sys_modules_snapshot.restore() + self._sys_path_snapshot.restore() + + def __take_sys_modules_snapshot(self) -> SysModulesSnapshot: + # Some zope modules used by twisted-related tests keep internal state + # and can't be deleted; we had some trouble in the past with + # `zope.interface` for example. + # + # Preserve readline due to https://bugs.python.org/issue41033. + # pexpect issues a SIGWINCH. + def preserve_module(name): + return name.startswith(("zope", "readline")) + + return SysModulesSnapshot(preserve=preserve_module) + + def make_hook_recorder(self, pluginmanager: PytestPluginManager) -> HookRecorder: + """Create a new :class:`HookRecorder` for a :class:`PytestPluginManager`.""" + pluginmanager.reprec = reprec = HookRecorder(pluginmanager, _ispytest=True) # type: ignore[attr-defined] + self._request.addfinalizer(reprec.finish_recording) + return reprec + + def chdir(self) -> None: + """Cd into the temporary directory. + + This is done automatically upon instantiation. + """ + self._monkeypatch.chdir(self.path) + + def _makefile( + self, + ext: str, + lines: Sequence[Any | bytes], + files: dict[str, str], + encoding: str = "utf-8", + ) -> Path: + items = list(files.items()) + + if ext is None: + raise TypeError("ext must not be None") + + if ext and not ext.startswith("."): + raise ValueError( + f"pytester.makefile expects a file extension, try .{ext} instead of {ext}" + ) + + def to_text(s: Any | bytes) -> str: + return s.decode(encoding) if isinstance(s, bytes) else str(s) + + if lines: + source = "\n".join(to_text(x) for x in lines) + basename = self._name + items.insert(0, (basename, source)) + + ret = None + for basename, value in items: + p = self.path.joinpath(basename).with_suffix(ext) + p.parent.mkdir(parents=True, exist_ok=True) + source_ = Source(value) + source = "\n".join(to_text(line) for line in source_.lines) + p.write_text(source.strip(), encoding=encoding) + if ret is None: + ret = p + assert ret is not None + return ret + + def makefile(self, ext: str, *args: str, **kwargs: str) -> Path: + r"""Create new text file(s) in the test directory. + + :param ext: + The extension the file(s) should use, including the dot, e.g. `.py`. + :param args: + All args are treated as strings and joined using newlines. + The result is written as contents to the file. The name of the + file is based on the test function requesting this fixture. + :param kwargs: + Each keyword is the name of a file, while the value of it will + be written as contents of the file. + :returns: + The first created file. + + Examples: + + .. code-block:: python + + pytester.makefile(".txt", "line1", "line2") + + pytester.makefile(".ini", pytest="[pytest]\naddopts=-rs\n") + + To create binary files, use :meth:`pathlib.Path.write_bytes` directly: + + .. code-block:: python + + filename = pytester.path.joinpath("foo.bin") + filename.write_bytes(b"...") + """ + return self._makefile(ext, args, kwargs) + + def makeconftest(self, source: str) -> Path: + """Write a conftest.py file. + + :param source: The contents. + :returns: The conftest.py file. + """ + return self.makepyfile(conftest=source) + + def makeini(self, source: str) -> Path: + """Write a tox.ini file. + + :param source: The contents. + :returns: The tox.ini file. + """ + return self.makefile(".ini", tox=source) + + def getinicfg(self, source: str) -> SectionWrapper: + """Return the pytest section from the tox.ini config file.""" + p = self.makeini(source) + return IniConfig(str(p))["pytest"] + + def makepyprojecttoml(self, source: str) -> Path: + """Write a pyproject.toml file. + + :param source: The contents. + :returns: The pyproject.ini file. + + .. versionadded:: 6.0 + """ + return self.makefile(".toml", pyproject=source) + + def makepyfile(self, *args, **kwargs) -> Path: + r"""Shortcut for .makefile() with a .py extension. + + Defaults to the test name with a '.py' extension, e.g test_foobar.py, overwriting + existing files. + + Examples: + + .. code-block:: python + + def test_something(pytester): + # Initial file is created test_something.py. + pytester.makepyfile("foobar") + # To create multiple files, pass kwargs accordingly. + pytester.makepyfile(custom="foobar") + # At this point, both 'test_something.py' & 'custom.py' exist in the test directory. + + """ + return self._makefile(".py", args, kwargs) + + def maketxtfile(self, *args, **kwargs) -> Path: + r"""Shortcut for .makefile() with a .txt extension. + + Defaults to the test name with a '.txt' extension, e.g test_foobar.txt, overwriting + existing files. + + Examples: + + .. code-block:: python + + def test_something(pytester): + # Initial file is created test_something.txt. + pytester.maketxtfile("foobar") + # To create multiple files, pass kwargs accordingly. + pytester.maketxtfile(custom="foobar") + # At this point, both 'test_something.txt' & 'custom.txt' exist in the test directory. + + """ + return self._makefile(".txt", args, kwargs) + + def syspathinsert(self, path: str | os.PathLike[str] | None = None) -> None: + """Prepend a directory to sys.path, defaults to :attr:`path`. + + This is undone automatically when this object dies at the end of each + test. + + :param path: + The path. + """ + if path is None: + path = self.path + + self._monkeypatch.syspath_prepend(str(path)) + + def mkdir(self, name: str | os.PathLike[str]) -> Path: + """Create a new (sub)directory. + + :param name: + The name of the directory, relative to the pytester path. + :returns: + The created directory. + :rtype: pathlib.Path + """ + p = self.path / name + p.mkdir() + return p + + def mkpydir(self, name: str | os.PathLike[str]) -> Path: + """Create a new python package. + + This creates a (sub)directory with an empty ``__init__.py`` file so it + gets recognised as a Python package. + """ + p = self.path / name + p.mkdir() + p.joinpath("__init__.py").touch() + return p + + def copy_example(self, name: str | None = None) -> Path: + """Copy file from project's directory into the testdir. + + :param name: + The name of the file to copy. + :return: + Path to the copied directory (inside ``self.path``). + :rtype: pathlib.Path + """ + example_dir_ = self._request.config.getini("pytester_example_dir") + if example_dir_ is None: + raise ValueError("pytester_example_dir is unset, can't copy examples") + example_dir: Path = self._request.config.rootpath / example_dir_ + + for extra_element in self._request.node.iter_markers("pytester_example_path"): + assert extra_element.args + example_dir = example_dir.joinpath(*extra_element.args) + + if name is None: + func_name = self._name + maybe_dir = example_dir / func_name + maybe_file = example_dir / (func_name + ".py") + + if maybe_dir.is_dir(): + example_path = maybe_dir + elif maybe_file.is_file(): + example_path = maybe_file + else: + raise LookupError( + f"{func_name} can't be found as module or package in {example_dir}" + ) + else: + example_path = example_dir.joinpath(name) + + if example_path.is_dir() and not example_path.joinpath("__init__.py").is_file(): + shutil.copytree(example_path, self.path, symlinks=True, dirs_exist_ok=True) + return self.path + elif example_path.is_file(): + result = self.path.joinpath(example_path.name) + shutil.copy(example_path, result) + return result + else: + raise LookupError( + f'example "{example_path}" is not found as a file or directory' + ) + + def getnode(self, config: Config, arg: str | os.PathLike[str]) -> Collector | Item: + """Get the collection node of a file. + + :param config: + A pytest config. + See :py:meth:`parseconfig` and :py:meth:`parseconfigure` for creating it. + :param arg: + Path to the file. + :returns: + The node. + """ + session = Session.from_config(config) + assert "::" not in str(arg) + p = Path(os.path.abspath(arg)) + config.hook.pytest_sessionstart(session=session) + res = session.perform_collect([str(p)], genitems=False)[0] + config.hook.pytest_sessionfinish(session=session, exitstatus=ExitCode.OK) + return res + + def getpathnode(self, path: str | os.PathLike[str]) -> Collector | Item: + """Return the collection node of a file. + + This is like :py:meth:`getnode` but uses :py:meth:`parseconfigure` to + create the (configured) pytest Config instance. + + :param path: + Path to the file. + :returns: + The node. + """ + path = Path(path) + config = self.parseconfigure(path) + session = Session.from_config(config) + x = bestrelpath(session.path, path) + config.hook.pytest_sessionstart(session=session) + res = session.perform_collect([x], genitems=False)[0] + config.hook.pytest_sessionfinish(session=session, exitstatus=ExitCode.OK) + return res + + def genitems(self, colitems: Sequence[Item | Collector]) -> list[Item]: + """Generate all test items from a collection node. + + This recurses into the collection node and returns a list of all the + test items contained within. + + :param colitems: + The collection nodes. + :returns: + The collected items. + """ + session = colitems[0].session + result: list[Item] = [] + for colitem in colitems: + result.extend(session.genitems(colitem)) + return result + + def runitem(self, source: str) -> Any: + """Run the "test_func" Item. + + The calling test instance (class containing the test method) must + provide a ``.getrunner()`` method which should return a runner which + can run the test protocol for a single item, e.g. + ``_pytest.runner.runtestprotocol``. + """ + # used from runner functional tests + item = self.getitem(source) + # the test class where we are called from wants to provide the runner + testclassinstance = self._request.instance + runner = testclassinstance.getrunner() + return runner(item) + + def inline_runsource(self, source: str, *cmdlineargs) -> HookRecorder: + """Run a test module in process using ``pytest.main()``. + + This run writes "source" into a temporary file and runs + ``pytest.main()`` on it, returning a :py:class:`HookRecorder` instance + for the result. + + :param source: The source code of the test module. + :param cmdlineargs: Any extra command line arguments to use. + """ + p = self.makepyfile(source) + values = [*list(cmdlineargs), p] + return self.inline_run(*values) + + def inline_genitems(self, *args) -> tuple[list[Item], HookRecorder]: + """Run ``pytest.main(['--collect-only'])`` in-process. + + Runs the :py:func:`pytest.main` function to run all of pytest inside + the test process itself like :py:meth:`inline_run`, but returns a + tuple of the collected items and a :py:class:`HookRecorder` instance. + """ + rec = self.inline_run("--collect-only", *args) + items = [x.item for x in rec.getcalls("pytest_itemcollected")] + return items, rec + + def inline_run( + self, + *args: str | os.PathLike[str], + plugins=(), + no_reraise_ctrlc: bool = False, + ) -> HookRecorder: + """Run ``pytest.main()`` in-process, returning a HookRecorder. + + Runs the :py:func:`pytest.main` function to run all of pytest inside + the test process itself. This means it can return a + :py:class:`HookRecorder` instance which gives more detailed results + from that run than can be done by matching stdout/stderr from + :py:meth:`runpytest`. + + :param args: + Command line arguments to pass to :py:func:`pytest.main`. + :param plugins: + Extra plugin instances the ``pytest.main()`` instance should use. + :param no_reraise_ctrlc: + Typically we reraise keyboard interrupts from the child run. If + True, the KeyboardInterrupt exception is captured. + """ + # (maybe a cpython bug?) the importlib cache sometimes isn't updated + # properly between file creation and inline_run (especially if imports + # are interspersed with file creation) + importlib.invalidate_caches() + + plugins = list(plugins) + finalizers = [] + try: + # Any sys.module or sys.path changes done while running pytest + # inline should be reverted after the test run completes to avoid + # clashing with later inline tests run within the same pytest test, + # e.g. just because they use matching test module names. + finalizers.append(self.__take_sys_modules_snapshot().restore) + finalizers.append(SysPathsSnapshot().restore) + + # Important note: + # - our tests should not leave any other references/registrations + # laying around other than possibly loaded test modules + # referenced from sys.modules, as nothing will clean those up + # automatically + + rec = [] + + class Collect: + def pytest_configure(x, config: Config) -> None: + rec.append(self.make_hook_recorder(config.pluginmanager)) + + plugins.append(Collect()) + ret = main([str(x) for x in args], plugins=plugins) + if len(rec) == 1: + reprec = rec.pop() + else: + + class reprec: # type: ignore + pass + + reprec.ret = ret + + # Typically we reraise keyboard interrupts from the child run + # because it's our user requesting interruption of the testing. + if ret == ExitCode.INTERRUPTED and not no_reraise_ctrlc: + calls = reprec.getcalls("pytest_keyboard_interrupt") + if calls and calls[-1].excinfo.type == KeyboardInterrupt: + raise KeyboardInterrupt() + return reprec + finally: + for finalizer in finalizers: + finalizer() + + def runpytest_inprocess( + self, *args: str | os.PathLike[str], **kwargs: Any + ) -> RunResult: + """Return result of running pytest in-process, providing a similar + interface to what self.runpytest() provides.""" + syspathinsert = kwargs.pop("syspathinsert", False) + + if syspathinsert: + self.syspathinsert() + now = timing.time() + capture = _get_multicapture("sys") + capture.start_capturing() + try: + try: + reprec = self.inline_run(*args, **kwargs) + except SystemExit as e: + ret = e.args[0] + try: + ret = ExitCode(e.args[0]) + except ValueError: + pass + + class reprec: # type: ignore + ret = ret + + except Exception: + traceback.print_exc() + + class reprec: # type: ignore + ret = ExitCode(3) + + finally: + out, err = capture.readouterr() + capture.stop_capturing() + sys.stdout.write(out) + sys.stderr.write(err) + + assert reprec.ret is not None + res = RunResult( + reprec.ret, out.splitlines(), err.splitlines(), timing.time() - now + ) + res.reprec = reprec # type: ignore + return res + + def runpytest(self, *args: str | os.PathLike[str], **kwargs: Any) -> RunResult: + """Run pytest inline or in a subprocess, depending on the command line + option "--runpytest" and return a :py:class:`~pytest.RunResult`.""" + new_args = self._ensure_basetemp(args) + if self._method == "inprocess": + return self.runpytest_inprocess(*new_args, **kwargs) + elif self._method == "subprocess": + return self.runpytest_subprocess(*new_args, **kwargs) + raise RuntimeError(f"Unrecognized runpytest option: {self._method}") + + def _ensure_basetemp( + self, args: Sequence[str | os.PathLike[str]] + ) -> list[str | os.PathLike[str]]: + new_args = list(args) + for x in new_args: + if str(x).startswith("--basetemp"): + break + else: + new_args.append( + "--basetemp={}".format(self.path.parent.joinpath("basetemp")) + ) + return new_args + + def parseconfig(self, *args: str | os.PathLike[str]) -> Config: + """Return a new pytest :class:`pytest.Config` instance from given + commandline args. + + This invokes the pytest bootstrapping code in _pytest.config to create a + new :py:class:`pytest.PytestPluginManager` and call the + :hook:`pytest_cmdline_parse` hook to create a new :class:`pytest.Config` + instance. + + If :attr:`plugins` has been populated they should be plugin modules + to be registered with the plugin manager. + """ + import _pytest.config + + new_args = self._ensure_basetemp(args) + new_args = [str(x) for x in new_args] + + config = _pytest.config._prepareconfig(new_args, self.plugins) # type: ignore[arg-type] + # we don't know what the test will do with this half-setup config + # object and thus we make sure it gets unconfigured properly in any + # case (otherwise capturing could still be active, for example) + self._request.addfinalizer(config._ensure_unconfigure) + return config + + def parseconfigure(self, *args: str | os.PathLike[str]) -> Config: + """Return a new pytest configured Config instance. + + Returns a new :py:class:`pytest.Config` instance like + :py:meth:`parseconfig`, but also calls the :hook:`pytest_configure` + hook. + """ + config = self.parseconfig(*args) + config._do_configure() + return config + + def getitem( + self, source: str | os.PathLike[str], funcname: str = "test_func" + ) -> Item: + """Return the test item for a test function. + + Writes the source to a python file and runs pytest's collection on + the resulting module, returning the test item for the requested + function name. + + :param source: + The module source. + :param funcname: + The name of the test function for which to return a test item. + :returns: + The test item. + """ + items = self.getitems(source) + for item in items: + if item.name == funcname: + return item + assert 0, f"{funcname!r} item not found in module:\n{source}\nitems: {items}" + + def getitems(self, source: str | os.PathLike[str]) -> list[Item]: + """Return all test items collected from the module. + + Writes the source to a Python file and runs pytest's collection on + the resulting module, returning all test items contained within. + """ + modcol = self.getmodulecol(source) + return self.genitems([modcol]) + + def getmodulecol( + self, + source: str | os.PathLike[str], + configargs=(), + *, + withinit: bool = False, + ): + """Return the module collection node for ``source``. + + Writes ``source`` to a file using :py:meth:`makepyfile` and then + runs the pytest collection on it, returning the collection node for the + test module. + + :param source: + The source code of the module to collect. + + :param configargs: + Any extra arguments to pass to :py:meth:`parseconfigure`. + + :param withinit: + Whether to also write an ``__init__.py`` file to the same + directory to ensure it is a package. + """ + if isinstance(source, os.PathLike): + path = self.path.joinpath(source) + assert not withinit, "not supported for paths" + else: + kw = {self._name: str(source)} + path = self.makepyfile(**kw) + if withinit: + self.makepyfile(__init__="#") + self.config = config = self.parseconfigure(path, *configargs) + return self.getnode(config, path) + + def collect_by_name(self, modcol: Collector, name: str) -> Item | Collector | None: + """Return the collection node for name from the module collection. + + Searches a module collection node for a collection node matching the + given name. + + :param modcol: A module collection node; see :py:meth:`getmodulecol`. + :param name: The name of the node to return. + """ + if modcol not in self._mod_collections: + self._mod_collections[modcol] = list(modcol.collect()) + for colitem in self._mod_collections[modcol]: + if colitem.name == name: + return colitem + return None + + def popen( + self, + cmdargs: Sequence[str | os.PathLike[str]], + stdout: int | TextIO = subprocess.PIPE, + stderr: int | TextIO = subprocess.PIPE, + stdin: NotSetType | bytes | IO[Any] | int = CLOSE_STDIN, + **kw, + ): + """Invoke :py:class:`subprocess.Popen`. + + Calls :py:class:`subprocess.Popen` making sure the current working + directory is in ``PYTHONPATH``. + + You probably want to use :py:meth:`run` instead. + """ + env = os.environ.copy() + env["PYTHONPATH"] = os.pathsep.join( + filter(None, [os.getcwd(), env.get("PYTHONPATH", "")]) + ) + kw["env"] = env + + if stdin is self.CLOSE_STDIN: + kw["stdin"] = subprocess.PIPE + elif isinstance(stdin, bytes): + kw["stdin"] = subprocess.PIPE + else: + kw["stdin"] = stdin + + popen = subprocess.Popen(cmdargs, stdout=stdout, stderr=stderr, **kw) + if stdin is self.CLOSE_STDIN: + assert popen.stdin is not None + popen.stdin.close() + elif isinstance(stdin, bytes): + assert popen.stdin is not None + popen.stdin.write(stdin) + + return popen + + def run( + self, + *cmdargs: str | os.PathLike[str], + timeout: float | None = None, + stdin: NotSetType | bytes | IO[Any] | int = CLOSE_STDIN, + ) -> RunResult: + """Run a command with arguments. + + Run a process using :py:class:`subprocess.Popen` saving the stdout and + stderr. + + :param cmdargs: + The sequence of arguments to pass to :py:class:`subprocess.Popen`, + with path-like objects being converted to :py:class:`str` + automatically. + :param timeout: + The period in seconds after which to timeout and raise + :py:class:`Pytester.TimeoutExpired`. + :param stdin: + Optional standard input. + + - If it is ``CLOSE_STDIN`` (Default), then this method calls + :py:class:`subprocess.Popen` with ``stdin=subprocess.PIPE``, and + the standard input is closed immediately after the new command is + started. + + - If it is of type :py:class:`bytes`, these bytes are sent to the + standard input of the command. + + - Otherwise, it is passed through to :py:class:`subprocess.Popen`. + For further information in this case, consult the document of the + ``stdin`` parameter in :py:class:`subprocess.Popen`. + :type stdin: _pytest.compat.NotSetType | bytes | IO[Any] | int + :returns: + The result. + + """ + __tracebackhide__ = True + + cmdargs = tuple(os.fspath(arg) for arg in cmdargs) + p1 = self.path.joinpath("stdout") + p2 = self.path.joinpath("stderr") + print("running:", *cmdargs) + print(" in:", Path.cwd()) + + with p1.open("w", encoding="utf8") as f1, p2.open("w", encoding="utf8") as f2: + now = timing.time() + popen = self.popen( + cmdargs, + stdin=stdin, + stdout=f1, + stderr=f2, + close_fds=(sys.platform != "win32"), + ) + if popen.stdin is not None: + popen.stdin.close() + + def handle_timeout() -> None: + __tracebackhide__ = True + + timeout_message = f"{timeout} second timeout expired running: {cmdargs}" + + popen.kill() + popen.wait() + raise self.TimeoutExpired(timeout_message) + + if timeout is None: + ret = popen.wait() + else: + try: + ret = popen.wait(timeout) + except subprocess.TimeoutExpired: + handle_timeout() + + with p1.open(encoding="utf8") as f1, p2.open(encoding="utf8") as f2: + out = f1.read().splitlines() + err = f2.read().splitlines() + + self._dump_lines(out, sys.stdout) + self._dump_lines(err, sys.stderr) + + with contextlib.suppress(ValueError): + ret = ExitCode(ret) + return RunResult(ret, out, err, timing.time() - now) + + def _dump_lines(self, lines, fp): + try: + for line in lines: + print(line, file=fp) + except UnicodeEncodeError: + print(f"couldn't print to {fp} because of encoding") + + def _getpytestargs(self) -> tuple[str, ...]: + return sys.executable, "-mpytest" + + def runpython(self, script: os.PathLike[str]) -> RunResult: + """Run a python script using sys.executable as interpreter.""" + return self.run(sys.executable, script) + + def runpython_c(self, command: str) -> RunResult: + """Run ``python -c "command"``.""" + return self.run(sys.executable, "-c", command) + + def runpytest_subprocess( + self, *args: str | os.PathLike[str], timeout: float | None = None + ) -> RunResult: + """Run pytest as a subprocess with given arguments. + + Any plugins added to the :py:attr:`plugins` list will be added using the + ``-p`` command line option. Additionally ``--basetemp`` is used to put + any temporary files and directories in a numbered directory prefixed + with "runpytest-" to not conflict with the normal numbered pytest + location for temporary files and directories. + + :param args: + The sequence of arguments to pass to the pytest subprocess. + :param timeout: + The period in seconds after which to timeout and raise + :py:class:`Pytester.TimeoutExpired`. + :returns: + The result. + """ + __tracebackhide__ = True + p = make_numbered_dir(root=self.path, prefix="runpytest-", mode=0o700) + args = (f"--basetemp={p}", *args) + plugins = [x for x in self.plugins if isinstance(x, str)] + if plugins: + args = ("-p", plugins[0], *args) + args = self._getpytestargs() + args + return self.run(*args, timeout=timeout) + + def spawn_pytest(self, string: str, expect_timeout: float = 10.0) -> pexpect.spawn: + """Run pytest using pexpect. + + This makes sure to use the right pytest and sets up the temporary + directory locations. + + The pexpect child is returned. + """ + basetemp = self.path / "temp-pexpect" + basetemp.mkdir(mode=0o700) + invoke = " ".join(map(str, self._getpytestargs())) + cmd = f"{invoke} --basetemp={basetemp} {string}" + return self.spawn(cmd, expect_timeout=expect_timeout) + + def spawn(self, cmd: str, expect_timeout: float = 10.0) -> pexpect.spawn: + """Run a command using pexpect. + + The pexpect child is returned. + """ + pexpect = importorskip("pexpect", "3.0") + if hasattr(sys, "pypy_version_info") and "64" in platform.machine(): + skip("pypy-64 bit not supported") + if not hasattr(pexpect, "spawn"): + skip("pexpect.spawn not available") + logfile = self.path.joinpath("spawn.out").open("wb") + + child = pexpect.spawn(cmd, logfile=logfile, timeout=expect_timeout) + self._request.addfinalizer(logfile.close) + return child + + +class LineComp: + def __init__(self) -> None: + self.stringio = StringIO() + """:class:`python:io.StringIO()` instance used for input.""" + + def assert_contains_lines(self, lines2: Sequence[str]) -> None: + """Assert that ``lines2`` are contained (linearly) in :attr:`stringio`'s value. + + Lines are matched using :func:`LineMatcher.fnmatch_lines `. + """ + __tracebackhide__ = True + val = self.stringio.getvalue() + self.stringio.truncate(0) + self.stringio.seek(0) + lines1 = val.split("\n") + LineMatcher(lines1).fnmatch_lines(lines2) + + +class LineMatcher: + """Flexible matching of text. + + This is a convenience class to test large texts like the output of + commands. + + The constructor takes a list of lines without their trailing newlines, i.e. + ``text.splitlines()``. + """ + + def __init__(self, lines: list[str]) -> None: + self.lines = lines + self._log_output: list[str] = [] + + def __str__(self) -> str: + """Return the entire original text. + + .. versionadded:: 6.2 + You can use :meth:`str` in older versions. + """ + return "\n".join(self.lines) + + def _getlines(self, lines2: str | Sequence[str] | Source) -> Sequence[str]: + if isinstance(lines2, str): + lines2 = Source(lines2) + if isinstance(lines2, Source): + lines2 = lines2.strip().lines + return lines2 + + def fnmatch_lines_random(self, lines2: Sequence[str]) -> None: + """Check lines exist in the output in any order (using :func:`python:fnmatch.fnmatch`).""" + __tracebackhide__ = True + self._match_lines_random(lines2, fnmatch) + + def re_match_lines_random(self, lines2: Sequence[str]) -> None: + """Check lines exist in the output in any order (using :func:`python:re.match`).""" + __tracebackhide__ = True + self._match_lines_random(lines2, lambda name, pat: bool(re.match(pat, name))) + + def _match_lines_random( + self, lines2: Sequence[str], match_func: Callable[[str, str], bool] + ) -> None: + __tracebackhide__ = True + lines2 = self._getlines(lines2) + for line in lines2: + for x in self.lines: + if line == x or match_func(x, line): + self._log("matched: ", repr(line)) + break + else: + msg = f"line {line!r} not found in output" + self._log(msg) + self._fail(msg) + + def get_lines_after(self, fnline: str) -> Sequence[str]: + """Return all lines following the given line in the text. + + The given line can contain glob wildcards. + """ + for i, line in enumerate(self.lines): + if fnline == line or fnmatch(line, fnline): + return self.lines[i + 1 :] + raise ValueError(f"line {fnline!r} not found in output") + + def _log(self, *args) -> None: + self._log_output.append(" ".join(str(x) for x in args)) + + @property + def _log_text(self) -> str: + return "\n".join(self._log_output) + + def fnmatch_lines( + self, lines2: Sequence[str], *, consecutive: bool = False + ) -> None: + """Check lines exist in the output (using :func:`python:fnmatch.fnmatch`). + + The argument is a list of lines which have to match and can use glob + wildcards. If they do not match a pytest.fail() is called. The + matches and non-matches are also shown as part of the error message. + + :param lines2: String patterns to match. + :param consecutive: Match lines consecutively? + """ + __tracebackhide__ = True + self._match_lines(lines2, fnmatch, "fnmatch", consecutive=consecutive) + + def re_match_lines( + self, lines2: Sequence[str], *, consecutive: bool = False + ) -> None: + """Check lines exist in the output (using :func:`python:re.match`). + + The argument is a list of lines which have to match using ``re.match``. + If they do not match a pytest.fail() is called. + + The matches and non-matches are also shown as part of the error message. + + :param lines2: string patterns to match. + :param consecutive: match lines consecutively? + """ + __tracebackhide__ = True + self._match_lines( + lines2, + lambda name, pat: bool(re.match(pat, name)), + "re.match", + consecutive=consecutive, + ) + + def _match_lines( + self, + lines2: Sequence[str], + match_func: Callable[[str, str], bool], + match_nickname: str, + *, + consecutive: bool = False, + ) -> None: + """Underlying implementation of ``fnmatch_lines`` and ``re_match_lines``. + + :param Sequence[str] lines2: + List of string patterns to match. The actual format depends on + ``match_func``. + :param match_func: + A callable ``match_func(line, pattern)`` where line is the + captured line from stdout/stderr and pattern is the matching + pattern. + :param str match_nickname: + The nickname for the match function that will be logged to stdout + when a match occurs. + :param consecutive: + Match lines consecutively? + """ + if not isinstance(lines2, collections.abc.Sequence): + raise TypeError(f"invalid type for lines2: {type(lines2).__name__}") + lines2 = self._getlines(lines2) + lines1 = self.lines[:] + extralines = [] + __tracebackhide__ = True + wnick = len(match_nickname) + 1 + started = False + for line in lines2: + nomatchprinted = False + while lines1: + nextline = lines1.pop(0) + if line == nextline: + self._log("exact match:", repr(line)) + started = True + break + elif match_func(nextline, line): + self._log(f"{match_nickname}:", repr(line)) + self._log( + "{:>{width}}".format("with:", width=wnick), repr(nextline) + ) + started = True + break + else: + if consecutive and started: + msg = f"no consecutive match: {line!r}" + self._log(msg) + self._log( + "{:>{width}}".format("with:", width=wnick), repr(nextline) + ) + self._fail(msg) + if not nomatchprinted: + self._log( + "{:>{width}}".format("nomatch:", width=wnick), repr(line) + ) + nomatchprinted = True + self._log("{:>{width}}".format("and:", width=wnick), repr(nextline)) + extralines.append(nextline) + else: + msg = f"remains unmatched: {line!r}" + self._log(msg) + self._fail(msg) + self._log_output = [] + + def no_fnmatch_line(self, pat: str) -> None: + """Ensure captured lines do not match the given pattern, using ``fnmatch.fnmatch``. + + :param str pat: The pattern to match lines. + """ + __tracebackhide__ = True + self._no_match_line(pat, fnmatch, "fnmatch") + + def no_re_match_line(self, pat: str) -> None: + """Ensure captured lines do not match the given pattern, using ``re.match``. + + :param str pat: The regular expression to match lines. + """ + __tracebackhide__ = True + self._no_match_line( + pat, lambda name, pat: bool(re.match(pat, name)), "re.match" + ) + + def _no_match_line( + self, pat: str, match_func: Callable[[str, str], bool], match_nickname: str + ) -> None: + """Ensure captured lines does not have a the given pattern, using ``fnmatch.fnmatch``. + + :param str pat: The pattern to match lines. + """ + __tracebackhide__ = True + nomatch_printed = False + wnick = len(match_nickname) + 1 + for line in self.lines: + if match_func(line, pat): + msg = f"{match_nickname}: {pat!r}" + self._log(msg) + self._log("{:>{width}}".format("with:", width=wnick), repr(line)) + self._fail(msg) + else: + if not nomatch_printed: + self._log("{:>{width}}".format("nomatch:", width=wnick), repr(pat)) + nomatch_printed = True + self._log("{:>{width}}".format("and:", width=wnick), repr(line)) + self._log_output = [] + + def _fail(self, msg: str) -> None: + __tracebackhide__ = True + log_text = self._log_text + self._log_output = [] + fail(log_text) + + def str(self) -> str: + """Return the entire original text.""" + return str(self) diff --git a/env/lib/python3.8/site-packages/_pytest/pytester_assertions.py b/env/lib/python3.8/site-packages/_pytest/pytester_assertions.py new file mode 100644 index 000000000..d543798f7 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/pytester_assertions.py @@ -0,0 +1,74 @@ +"""Helper plugin for pytester; should not be loaded on its own.""" + +# This plugin contains assertions used by pytester. pytester cannot +# contain them itself, since it is imported by the `pytest` module, +# hence cannot be subject to assertion rewriting, which requires a +# module to not be already imported. +from __future__ import annotations + +from typing import Sequence + +from _pytest.reports import CollectReport +from _pytest.reports import TestReport + + +def assertoutcome( + outcomes: tuple[ + Sequence[TestReport], + Sequence[CollectReport | TestReport], + Sequence[CollectReport | TestReport], + ], + passed: int = 0, + skipped: int = 0, + failed: int = 0, +) -> None: + __tracebackhide__ = True + + realpassed, realskipped, realfailed = outcomes + obtained = { + "passed": len(realpassed), + "skipped": len(realskipped), + "failed": len(realfailed), + } + expected = {"passed": passed, "skipped": skipped, "failed": failed} + assert obtained == expected, outcomes + + +def assert_outcomes( + outcomes: dict[str, int], + passed: int = 0, + skipped: int = 0, + failed: int = 0, + errors: int = 0, + xpassed: int = 0, + xfailed: int = 0, + warnings: int | None = None, + deselected: int | None = None, +) -> None: + """Assert that the specified outcomes appear with the respective + numbers (0 means it didn't occur) in the text output from a test run.""" + __tracebackhide__ = True + + obtained = { + "passed": outcomes.get("passed", 0), + "skipped": outcomes.get("skipped", 0), + "failed": outcomes.get("failed", 0), + "errors": outcomes.get("errors", 0), + "xpassed": outcomes.get("xpassed", 0), + "xfailed": outcomes.get("xfailed", 0), + } + expected = { + "passed": passed, + "skipped": skipped, + "failed": failed, + "errors": errors, + "xpassed": xpassed, + "xfailed": xfailed, + } + if warnings is not None: + obtained["warnings"] = outcomes.get("warnings", 0) + expected["warnings"] = warnings + if deselected is not None: + obtained["deselected"] = outcomes.get("deselected", 0) + expected["deselected"] = deselected + assert obtained == expected diff --git a/env/lib/python3.8/site-packages/_pytest/python.py b/env/lib/python3.8/site-packages/_pytest/python.py new file mode 100644 index 000000000..3478c34c4 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/python.py @@ -0,0 +1,1679 @@ +# mypy: allow-untyped-defs +"""Python test discovery, setup and run of test functions.""" + +from __future__ import annotations + +import abc +from collections import Counter +from collections import defaultdict +import dataclasses +import enum +import fnmatch +from functools import partial +import inspect +import itertools +import os +from pathlib import Path +import types +from typing import Any +from typing import Callable +from typing import Dict +from typing import final +from typing import Generator +from typing import Iterable +from typing import Iterator +from typing import Literal +from typing import Mapping +from typing import Pattern +from typing import Sequence +from typing import TYPE_CHECKING +import warnings + +import _pytest +from _pytest import fixtures +from _pytest import nodes +from _pytest._code import filter_traceback +from _pytest._code import getfslineno +from _pytest._code.code import ExceptionInfo +from _pytest._code.code import TerminalRepr +from _pytest._code.code import Traceback +from _pytest._io.saferepr import saferepr +from _pytest.compat import ascii_escaped +from _pytest.compat import get_default_arg_names +from _pytest.compat import get_real_func +from _pytest.compat import getimfunc +from _pytest.compat import is_async_function +from _pytest.compat import is_generator +from _pytest.compat import LEGACY_PATH +from _pytest.compat import NOTSET +from _pytest.compat import safe_getattr +from _pytest.compat import safe_isclass +from _pytest.config import Config +from _pytest.config import hookimpl +from _pytest.config.argparsing import Parser +from _pytest.deprecated import check_ispytest +from _pytest.fixtures import FixtureDef +from _pytest.fixtures import FixtureRequest +from _pytest.fixtures import FuncFixtureInfo +from _pytest.fixtures import get_scope_node +from _pytest.main import Session +from _pytest.mark import MARK_GEN +from _pytest.mark import ParameterSet +from _pytest.mark.structures import get_unpacked_marks +from _pytest.mark.structures import Mark +from _pytest.mark.structures import MarkDecorator +from _pytest.mark.structures import normalize_mark_list +from _pytest.outcomes import fail +from _pytest.outcomes import skip +from _pytest.pathlib import fnmatch_ex +from _pytest.pathlib import import_path +from _pytest.pathlib import ImportPathMismatchError +from _pytest.pathlib import scandir +from _pytest.scope import _ScopeName +from _pytest.scope import Scope +from _pytest.stash import StashKey +from _pytest.warning_types import PytestCollectionWarning +from _pytest.warning_types import PytestReturnNotNoneWarning +from _pytest.warning_types import PytestUnhandledCoroutineWarning + + +if TYPE_CHECKING: + from typing_extensions import Self + + +def pytest_addoption(parser: Parser) -> None: + parser.addini( + "python_files", + type="args", + # NOTE: default is also used in AssertionRewritingHook. + default=["test_*.py", "*_test.py"], + help="Glob-style file patterns for Python test module discovery", + ) + parser.addini( + "python_classes", + type="args", + default=["Test"], + help="Prefixes or glob names for Python test class discovery", + ) + parser.addini( + "python_functions", + type="args", + default=["test"], + help="Prefixes or glob names for Python test function and method discovery", + ) + parser.addini( + "disable_test_id_escaping_and_forfeit_all_rights_to_community_support", + type="bool", + default=False, + help="Disable string escape non-ASCII characters, might cause unwanted " + "side effects(use at your own risk)", + ) + + +def pytest_generate_tests(metafunc: Metafunc) -> None: + for marker in metafunc.definition.iter_markers(name="parametrize"): + metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker) + + +def pytest_configure(config: Config) -> None: + config.addinivalue_line( + "markers", + "parametrize(argnames, argvalues): call a test function multiple " + "times passing in different arguments in turn. argvalues generally " + "needs to be a list of values if argnames specifies only one name " + "or a list of tuples of values if argnames specifies multiple names. " + "Example: @parametrize('arg1', [1,2]) would lead to two calls of the " + "decorated test function, one with arg1=1 and another with arg1=2." + "see https://docs.pytest.org/en/stable/how-to/parametrize.html for more info " + "and examples.", + ) + config.addinivalue_line( + "markers", + "usefixtures(fixturename1, fixturename2, ...): mark tests as needing " + "all of the specified fixtures. see " + "https://docs.pytest.org/en/stable/explanation/fixtures.html#usefixtures ", + ) + + +def async_warn_and_skip(nodeid: str) -> None: + msg = "async def functions are not natively supported and have been skipped.\n" + msg += ( + "You need to install a suitable plugin for your async framework, for example:\n" + ) + msg += " - anyio\n" + msg += " - pytest-asyncio\n" + msg += " - pytest-tornasync\n" + msg += " - pytest-trio\n" + msg += " - pytest-twisted" + warnings.warn(PytestUnhandledCoroutineWarning(msg.format(nodeid))) + skip(reason="async def function and no async plugin installed (see warnings)") + + +@hookimpl(trylast=True) +def pytest_pyfunc_call(pyfuncitem: Function) -> object | None: + testfunction = pyfuncitem.obj + if is_async_function(testfunction): + async_warn_and_skip(pyfuncitem.nodeid) + funcargs = pyfuncitem.funcargs + testargs = {arg: funcargs[arg] for arg in pyfuncitem._fixtureinfo.argnames} + result = testfunction(**testargs) + if hasattr(result, "__await__") or hasattr(result, "__aiter__"): + async_warn_and_skip(pyfuncitem.nodeid) + elif result is not None: + warnings.warn( + PytestReturnNotNoneWarning( + f"Expected None, but {pyfuncitem.nodeid} returned {result!r}, which will be an error in a " + "future version of pytest. Did you mean to use `assert` instead of `return`?" + ) + ) + return True + + +def pytest_collect_directory( + path: Path, parent: nodes.Collector +) -> nodes.Collector | None: + pkginit = path / "__init__.py" + try: + has_pkginit = pkginit.is_file() + except PermissionError: + # See https://github.com/pytest-dev/pytest/issues/12120#issuecomment-2106349096. + return None + if has_pkginit: + return Package.from_parent(parent, path=path) + return None + + +def pytest_collect_file(file_path: Path, parent: nodes.Collector) -> Module | None: + if file_path.suffix == ".py": + if not parent.session.isinitpath(file_path): + if not path_matches_patterns( + file_path, parent.config.getini("python_files") + ): + return None + ihook = parent.session.gethookproxy(file_path) + module: Module = ihook.pytest_pycollect_makemodule( + module_path=file_path, parent=parent + ) + return module + return None + + +def path_matches_patterns(path: Path, patterns: Iterable[str]) -> bool: + """Return whether path matches any of the patterns in the list of globs given.""" + return any(fnmatch_ex(pattern, path) for pattern in patterns) + + +def pytest_pycollect_makemodule(module_path: Path, parent) -> Module: + return Module.from_parent(parent, path=module_path) + + +@hookimpl(trylast=True) +def pytest_pycollect_makeitem( + collector: Module | Class, name: str, obj: object +) -> None | nodes.Item | nodes.Collector | list[nodes.Item | nodes.Collector]: + assert isinstance(collector, (Class, Module)), type(collector) + # Nothing was collected elsewhere, let's do it here. + if safe_isclass(obj): + if collector.istestclass(obj, name): + return Class.from_parent(collector, name=name, obj=obj) + elif collector.istestfunction(obj, name): + # mock seems to store unbound methods (issue473), normalize it. + obj = getattr(obj, "__func__", obj) + # We need to try and unwrap the function if it's a functools.partial + # or a functools.wrapped. + # We mustn't if it's been wrapped with mock.patch (python 2 only). + if not (inspect.isfunction(obj) or inspect.isfunction(get_real_func(obj))): + filename, lineno = getfslineno(obj) + warnings.warn_explicit( + message=PytestCollectionWarning( + f"cannot collect {name!r} because it is not a function." + ), + category=None, + filename=str(filename), + lineno=lineno + 1, + ) + elif getattr(obj, "__test__", True): + if is_generator(obj): + res = Function.from_parent(collector, name=name) + reason = ( + f"yield tests were removed in pytest 4.0 - {name} will be ignored" + ) + res.add_marker(MARK_GEN.xfail(run=False, reason=reason)) + res.warn(PytestCollectionWarning(reason)) + return res + else: + return list(collector._genfunctions(name, obj)) + return None + + +class PyobjMixin(nodes.Node): + """this mix-in inherits from Node to carry over the typing information + + as its intended to always mix in before a node + its position in the mro is unaffected""" + + _ALLOW_MARKERS = True + + @property + def module(self): + """Python module object this node was collected from (can be None).""" + node = self.getparent(Module) + return node.obj if node is not None else None + + @property + def cls(self): + """Python class object this node was collected from (can be None).""" + node = self.getparent(Class) + return node.obj if node is not None else None + + @property + def instance(self): + """Python instance object the function is bound to. + + Returns None if not a test method, e.g. for a standalone test function, + a class or a module. + """ + # Overridden by Function. + return None + + @property + def obj(self): + """Underlying Python object.""" + obj = getattr(self, "_obj", None) + if obj is None: + self._obj = obj = self._getobj() + # XXX evil hack + # used to avoid Function marker duplication + if self._ALLOW_MARKERS: + self.own_markers.extend(get_unpacked_marks(self.obj)) + # This assumes that `obj` is called before there is a chance + # to add custom keys to `self.keywords`, so no fear of overriding. + self.keywords.update((mark.name, mark) for mark in self.own_markers) + return obj + + @obj.setter + def obj(self, value): + self._obj = value + + def _getobj(self): + """Get the underlying Python object. May be overwritten by subclasses.""" + # TODO: Improve the type of `parent` such that assert/ignore aren't needed. + assert self.parent is not None + obj = self.parent.obj # type: ignore[attr-defined] + return getattr(obj, self.name) + + def getmodpath(self, stopatmodule: bool = True, includemodule: bool = False) -> str: + """Return Python path relative to the containing module.""" + parts = [] + for node in self.iter_parents(): + name = node.name + if isinstance(node, Module): + name = os.path.splitext(name)[0] + if stopatmodule: + if includemodule: + parts.append(name) + break + parts.append(name) + parts.reverse() + return ".".join(parts) + + def reportinfo(self) -> tuple[os.PathLike[str] | str, int | None, str]: + # XXX caching? + path, lineno = getfslineno(self.obj) + modpath = self.getmodpath() + return path, lineno, modpath + + +# As an optimization, these builtin attribute names are pre-ignored when +# iterating over an object during collection -- the pytest_pycollect_makeitem +# hook is not called for them. +# fmt: off +class _EmptyClass: pass # noqa: E701 +IGNORED_ATTRIBUTES = frozenset.union( + frozenset(), + # Module. + dir(types.ModuleType("empty_module")), + # Some extra module attributes the above doesn't catch. + {"__builtins__", "__file__", "__cached__"}, + # Class. + dir(_EmptyClass), + # Instance. + dir(_EmptyClass()), +) +del _EmptyClass +# fmt: on + + +class PyCollector(PyobjMixin, nodes.Collector, abc.ABC): + def funcnamefilter(self, name: str) -> bool: + return self._matches_prefix_or_glob_option("python_functions", name) + + def isnosetest(self, obj: object) -> bool: + """Look for the __test__ attribute, which is applied by the + @nose.tools.istest decorator. + """ + # We explicitly check for "is True" here to not mistakenly treat + # classes with a custom __getattr__ returning something truthy (like a + # function) as test classes. + return safe_getattr(obj, "__test__", False) is True + + def classnamefilter(self, name: str) -> bool: + return self._matches_prefix_or_glob_option("python_classes", name) + + def istestfunction(self, obj: object, name: str) -> bool: + if self.funcnamefilter(name) or self.isnosetest(obj): + if isinstance(obj, (staticmethod, classmethod)): + # staticmethods and classmethods need to be unwrapped. + obj = safe_getattr(obj, "__func__", False) + return callable(obj) and fixtures.getfixturemarker(obj) is None + else: + return False + + def istestclass(self, obj: object, name: str) -> bool: + if not (self.classnamefilter(name) or self.isnosetest(obj)): + return False + if inspect.isabstract(obj): + return False + return True + + def _matches_prefix_or_glob_option(self, option_name: str, name: str) -> bool: + """Check if the given name matches the prefix or glob-pattern defined + in ini configuration.""" + for option in self.config.getini(option_name): + if name.startswith(option): + return True + # Check that name looks like a glob-string before calling fnmatch + # because this is called for every name in each collected module, + # and fnmatch is somewhat expensive to call. + elif ("*" in option or "?" in option or "[" in option) and fnmatch.fnmatch( + name, option + ): + return True + return False + + def collect(self) -> Iterable[nodes.Item | nodes.Collector]: + if not getattr(self.obj, "__test__", True): + return [] + + # Avoid random getattrs and peek in the __dict__ instead. + dicts = [getattr(self.obj, "__dict__", {})] + if isinstance(self.obj, type): + for basecls in self.obj.__mro__: + dicts.append(basecls.__dict__) + + # In each class, nodes should be definition ordered. + # __dict__ is definition ordered. + seen: set[str] = set() + dict_values: list[list[nodes.Item | nodes.Collector]] = [] + ihook = self.ihook + for dic in dicts: + values: list[nodes.Item | nodes.Collector] = [] + # Note: seems like the dict can change during iteration - + # be careful not to remove the list() without consideration. + for name, obj in list(dic.items()): + if name in IGNORED_ATTRIBUTES: + continue + if name in seen: + continue + seen.add(name) + res = ihook.pytest_pycollect_makeitem( + collector=self, name=name, obj=obj + ) + if res is None: + continue + elif isinstance(res, list): + values.extend(res) + else: + values.append(res) + dict_values.append(values) + + # Between classes in the class hierarchy, reverse-MRO order -- nodes + # inherited from base classes should come before subclasses. + result = [] + for values in reversed(dict_values): + result.extend(values) + return result + + def _genfunctions(self, name: str, funcobj) -> Iterator[Function]: + modulecol = self.getparent(Module) + assert modulecol is not None + module = modulecol.obj + clscol = self.getparent(Class) + cls = clscol and clscol.obj or None + + definition = FunctionDefinition.from_parent(self, name=name, callobj=funcobj) + fixtureinfo = definition._fixtureinfo + + # pytest_generate_tests impls call metafunc.parametrize() which fills + # metafunc._calls, the outcome of the hook. + metafunc = Metafunc( + definition=definition, + fixtureinfo=fixtureinfo, + config=self.config, + cls=cls, + module=module, + _ispytest=True, + ) + methods = [] + if hasattr(module, "pytest_generate_tests"): + methods.append(module.pytest_generate_tests) + if cls is not None and hasattr(cls, "pytest_generate_tests"): + methods.append(cls().pytest_generate_tests) + self.ihook.pytest_generate_tests.call_extra(methods, dict(metafunc=metafunc)) + + if not metafunc._calls: + yield Function.from_parent(self, name=name, fixtureinfo=fixtureinfo) + else: + # Direct parametrizations taking place in module/class-specific + # `metafunc.parametrize` calls may have shadowed some fixtures, so make sure + # we update what the function really needs a.k.a its fixture closure. Note that + # direct parametrizations using `@pytest.mark.parametrize` have already been considered + # into making the closure using `ignore_args` arg to `getfixtureclosure`. + fixtureinfo.prune_dependency_tree() + + for callspec in metafunc._calls: + subname = f"{name}[{callspec.id}]" + yield Function.from_parent( + self, + name=subname, + callspec=callspec, + fixtureinfo=fixtureinfo, + keywords={callspec.id: True}, + originalname=name, + ) + + +def importtestmodule( + path: Path, + config: Config, +): + # We assume we are only called once per module. + importmode = config.getoption("--import-mode") + try: + mod = import_path( + path, + mode=importmode, + root=config.rootpath, + consider_namespace_packages=config.getini("consider_namespace_packages"), + ) + except SyntaxError as e: + raise nodes.Collector.CollectError( + ExceptionInfo.from_current().getrepr(style="short") + ) from e + except ImportPathMismatchError as e: + raise nodes.Collector.CollectError( + "import file mismatch:\n" + "imported module {!r} has this __file__ attribute:\n" + " {}\n" + "which is not the same as the test file we want to collect:\n" + " {}\n" + "HINT: remove __pycache__ / .pyc files and/or use a " + "unique basename for your test file modules".format(*e.args) + ) from e + except ImportError as e: + exc_info = ExceptionInfo.from_current() + if config.get_verbosity() < 2: + exc_info.traceback = exc_info.traceback.filter(filter_traceback) + exc_repr = ( + exc_info.getrepr(style="short") + if exc_info.traceback + else exc_info.exconly() + ) + formatted_tb = str(exc_repr) + raise nodes.Collector.CollectError( + f"ImportError while importing test module '{path}'.\n" + "Hint: make sure your test modules/packages have valid Python names.\n" + "Traceback:\n" + f"{formatted_tb}" + ) from e + except skip.Exception as e: + if e.allow_module_level: + raise + raise nodes.Collector.CollectError( + "Using pytest.skip outside of a test will skip the entire module. " + "If that's your intention, pass `allow_module_level=True`. " + "If you want to skip a specific test or an entire class, " + "use the @pytest.mark.skip or @pytest.mark.skipif decorators." + ) from e + config.pluginmanager.consider_module(mod) + return mod + + +class Module(nodes.File, PyCollector): + """Collector for test classes and functions in a Python module.""" + + def _getobj(self): + return importtestmodule(self.path, self.config) + + def collect(self) -> Iterable[nodes.Item | nodes.Collector]: + self._register_setup_module_fixture() + self._register_setup_function_fixture() + self.session._fixturemanager.parsefactories(self) + return super().collect() + + def _register_setup_module_fixture(self) -> None: + """Register an autouse, module-scoped fixture for the collected module object + that invokes setUpModule/tearDownModule if either or both are available. + + Using a fixture to invoke this methods ensures we play nicely and unsurprisingly with + other fixtures (#517). + """ + setup_module = _get_first_non_fixture_func( + self.obj, ("setUpModule", "setup_module") + ) + teardown_module = _get_first_non_fixture_func( + self.obj, ("tearDownModule", "teardown_module") + ) + + if setup_module is None and teardown_module is None: + return + + def xunit_setup_module_fixture(request) -> Generator[None]: + module = request.module + if setup_module is not None: + _call_with_optional_argument(setup_module, module) + yield + if teardown_module is not None: + _call_with_optional_argument(teardown_module, module) + + self.session._fixturemanager._register_fixture( + # Use a unique name to speed up lookup. + name=f"_xunit_setup_module_fixture_{self.obj.__name__}", + func=xunit_setup_module_fixture, + nodeid=self.nodeid, + scope="module", + autouse=True, + ) + + def _register_setup_function_fixture(self) -> None: + """Register an autouse, function-scoped fixture for the collected module object + that invokes setup_function/teardown_function if either or both are available. + + Using a fixture to invoke this methods ensures we play nicely and unsurprisingly with + other fixtures (#517). + """ + setup_function = _get_first_non_fixture_func(self.obj, ("setup_function",)) + teardown_function = _get_first_non_fixture_func( + self.obj, ("teardown_function",) + ) + if setup_function is None and teardown_function is None: + return + + def xunit_setup_function_fixture(request) -> Generator[None]: + if request.instance is not None: + # in this case we are bound to an instance, so we need to let + # setup_method handle this + yield + return + function = request.function + if setup_function is not None: + _call_with_optional_argument(setup_function, function) + yield + if teardown_function is not None: + _call_with_optional_argument(teardown_function, function) + + self.session._fixturemanager._register_fixture( + # Use a unique name to speed up lookup. + name=f"_xunit_setup_function_fixture_{self.obj.__name__}", + func=xunit_setup_function_fixture, + nodeid=self.nodeid, + scope="function", + autouse=True, + ) + + +class Package(nodes.Directory): + """Collector for files and directories in a Python packages -- directories + with an `__init__.py` file. + + .. note:: + + Directories without an `__init__.py` file are instead collected by + :class:`~pytest.Dir` by default. Both are :class:`~pytest.Directory` + collectors. + + .. versionchanged:: 8.0 + + Now inherits from :class:`~pytest.Directory`. + """ + + def __init__( + self, + fspath: LEGACY_PATH | None, + parent: nodes.Collector, + # NOTE: following args are unused: + config=None, + session=None, + nodeid=None, + path: Path | None = None, + ) -> None: + # NOTE: Could be just the following, but kept as-is for compat. + # super().__init__(self, fspath, parent=parent) + session = parent.session + super().__init__( + fspath=fspath, + path=path, + parent=parent, + config=config, + session=session, + nodeid=nodeid, + ) + + def setup(self) -> None: + init_mod = importtestmodule(self.path / "__init__.py", self.config) + + # Not using fixtures to call setup_module here because autouse fixtures + # from packages are not called automatically (#4085). + setup_module = _get_first_non_fixture_func( + init_mod, ("setUpModule", "setup_module") + ) + if setup_module is not None: + _call_with_optional_argument(setup_module, init_mod) + + teardown_module = _get_first_non_fixture_func( + init_mod, ("tearDownModule", "teardown_module") + ) + if teardown_module is not None: + func = partial(_call_with_optional_argument, teardown_module, init_mod) + self.addfinalizer(func) + + def collect(self) -> Iterable[nodes.Item | nodes.Collector]: + # Always collect __init__.py first. + def sort_key(entry: os.DirEntry[str]) -> object: + return (entry.name != "__init__.py", entry.name) + + config = self.config + col: nodes.Collector | None + cols: Sequence[nodes.Collector] + ihook = self.ihook + for direntry in scandir(self.path, sort_key): + if direntry.is_dir(): + path = Path(direntry.path) + if not self.session.isinitpath(path, with_parents=True): + if ihook.pytest_ignore_collect(collection_path=path, config=config): + continue + col = ihook.pytest_collect_directory(path=path, parent=self) + if col is not None: + yield col + + elif direntry.is_file(): + path = Path(direntry.path) + if not self.session.isinitpath(path): + if ihook.pytest_ignore_collect(collection_path=path, config=config): + continue + cols = ihook.pytest_collect_file(file_path=path, parent=self) + yield from cols + + +def _call_with_optional_argument(func, arg) -> None: + """Call the given function with the given argument if func accepts one argument, otherwise + calls func without arguments.""" + arg_count = func.__code__.co_argcount + if inspect.ismethod(func): + arg_count -= 1 + if arg_count: + func(arg) + else: + func() + + +def _get_first_non_fixture_func(obj: object, names: Iterable[str]) -> object | None: + """Return the attribute from the given object to be used as a setup/teardown + xunit-style function, but only if not marked as a fixture to avoid calling it twice. + """ + for name in names: + meth: object | None = getattr(obj, name, None) + if meth is not None and fixtures.getfixturemarker(meth) is None: + return meth + return None + + +class Class(PyCollector): + """Collector for test methods (and nested classes) in a Python class.""" + + @classmethod + def from_parent(cls, parent, *, name, obj=None, **kw) -> Self: # type: ignore[override] + """The public constructor.""" + return super().from_parent(name=name, parent=parent, **kw) + + def newinstance(self): + return self.obj() + + def collect(self) -> Iterable[nodes.Item | nodes.Collector]: + if not safe_getattr(self.obj, "__test__", True): + return [] + if hasinit(self.obj): + assert self.parent is not None + self.warn( + PytestCollectionWarning( + f"cannot collect test class {self.obj.__name__!r} because it has a " + f"__init__ constructor (from: {self.parent.nodeid})" + ) + ) + return [] + elif hasnew(self.obj): + assert self.parent is not None + self.warn( + PytestCollectionWarning( + f"cannot collect test class {self.obj.__name__!r} because it has a " + f"__new__ constructor (from: {self.parent.nodeid})" + ) + ) + return [] + + self._register_setup_class_fixture() + self._register_setup_method_fixture() + + self.session._fixturemanager.parsefactories(self.newinstance(), self.nodeid) + + return super().collect() + + def _register_setup_class_fixture(self) -> None: + """Register an autouse, class scoped fixture into the collected class object + that invokes setup_class/teardown_class if either or both are available. + + Using a fixture to invoke this methods ensures we play nicely and unsurprisingly with + other fixtures (#517). + """ + setup_class = _get_first_non_fixture_func(self.obj, ("setup_class",)) + teardown_class = _get_first_non_fixture_func(self.obj, ("teardown_class",)) + if setup_class is None and teardown_class is None: + return + + def xunit_setup_class_fixture(request) -> Generator[None]: + cls = request.cls + if setup_class is not None: + func = getimfunc(setup_class) + _call_with_optional_argument(func, cls) + yield + if teardown_class is not None: + func = getimfunc(teardown_class) + _call_with_optional_argument(func, cls) + + self.session._fixturemanager._register_fixture( + # Use a unique name to speed up lookup. + name=f"_xunit_setup_class_fixture_{self.obj.__qualname__}", + func=xunit_setup_class_fixture, + nodeid=self.nodeid, + scope="class", + autouse=True, + ) + + def _register_setup_method_fixture(self) -> None: + """Register an autouse, function scoped fixture into the collected class object + that invokes setup_method/teardown_method if either or both are available. + + Using a fixture to invoke these methods ensures we play nicely and unsurprisingly with + other fixtures (#517). + """ + setup_name = "setup_method" + setup_method = _get_first_non_fixture_func(self.obj, (setup_name,)) + teardown_name = "teardown_method" + teardown_method = _get_first_non_fixture_func(self.obj, (teardown_name,)) + if setup_method is None and teardown_method is None: + return + + def xunit_setup_method_fixture(request) -> Generator[None]: + instance = request.instance + method = request.function + if setup_method is not None: + func = getattr(instance, setup_name) + _call_with_optional_argument(func, method) + yield + if teardown_method is not None: + func = getattr(instance, teardown_name) + _call_with_optional_argument(func, method) + + self.session._fixturemanager._register_fixture( + # Use a unique name to speed up lookup. + name=f"_xunit_setup_method_fixture_{self.obj.__qualname__}", + func=xunit_setup_method_fixture, + nodeid=self.nodeid, + scope="function", + autouse=True, + ) + + +def hasinit(obj: object) -> bool: + init: object = getattr(obj, "__init__", None) + if init: + return init != object.__init__ + return False + + +def hasnew(obj: object) -> bool: + new: object = getattr(obj, "__new__", None) + if new: + return new != object.__new__ + return False + + +@final +@dataclasses.dataclass(frozen=True) +class IdMaker: + """Make IDs for a parametrization.""" + + __slots__ = ( + "argnames", + "parametersets", + "idfn", + "ids", + "config", + "nodeid", + "func_name", + ) + + # The argnames of the parametrization. + argnames: Sequence[str] + # The ParameterSets of the parametrization. + parametersets: Sequence[ParameterSet] + # Optionally, a user-provided callable to make IDs for parameters in a + # ParameterSet. + idfn: Callable[[Any], object | None] | None + # Optionally, explicit IDs for ParameterSets by index. + ids: Sequence[object | None] | None + # Optionally, the pytest config. + # Used for controlling ASCII escaping, and for calling the + # :hook:`pytest_make_parametrize_id` hook. + config: Config | None + # Optionally, the ID of the node being parametrized. + # Used only for clearer error messages. + nodeid: str | None + # Optionally, the ID of the function being parametrized. + # Used only for clearer error messages. + func_name: str | None + + def make_unique_parameterset_ids(self) -> list[str]: + """Make a unique identifier for each ParameterSet, that may be used to + identify the parametrization in a node ID. + + Format is -...-[counter], where prm_x_token is + - user-provided id, if given + - else an id derived from the value, applicable for certain types + - else + The counter suffix is appended only in case a string wouldn't be unique + otherwise. + """ + resolved_ids = list(self._resolve_ids()) + # All IDs must be unique! + if len(resolved_ids) != len(set(resolved_ids)): + # Record the number of occurrences of each ID. + id_counts = Counter(resolved_ids) + # Map the ID to its next suffix. + id_suffixes: dict[str, int] = defaultdict(int) + # Suffix non-unique IDs to make them unique. + for index, id in enumerate(resolved_ids): + if id_counts[id] > 1: + suffix = "" + if id and id[-1].isdigit(): + suffix = "_" + new_id = f"{id}{suffix}{id_suffixes[id]}" + while new_id in set(resolved_ids): + id_suffixes[id] += 1 + new_id = f"{id}{suffix}{id_suffixes[id]}" + resolved_ids[index] = new_id + id_suffixes[id] += 1 + assert len(resolved_ids) == len( + set(resolved_ids) + ), f"Internal error: {resolved_ids=}" + return resolved_ids + + def _resolve_ids(self) -> Iterable[str]: + """Resolve IDs for all ParameterSets (may contain duplicates).""" + for idx, parameterset in enumerate(self.parametersets): + if parameterset.id is not None: + # ID provided directly - pytest.param(..., id="...") + yield parameterset.id + elif self.ids and idx < len(self.ids) and self.ids[idx] is not None: + # ID provided in the IDs list - parametrize(..., ids=[...]). + yield self._idval_from_value_required(self.ids[idx], idx) + else: + # ID not provided - generate it. + yield "-".join( + self._idval(val, argname, idx) + for val, argname in zip(parameterset.values, self.argnames) + ) + + def _idval(self, val: object, argname: str, idx: int) -> str: + """Make an ID for a parameter in a ParameterSet.""" + idval = self._idval_from_function(val, argname, idx) + if idval is not None: + return idval + idval = self._idval_from_hook(val, argname) + if idval is not None: + return idval + idval = self._idval_from_value(val) + if idval is not None: + return idval + return self._idval_from_argname(argname, idx) + + def _idval_from_function(self, val: object, argname: str, idx: int) -> str | None: + """Try to make an ID for a parameter in a ParameterSet using the + user-provided id callable, if given.""" + if self.idfn is None: + return None + try: + id = self.idfn(val) + except Exception as e: + prefix = f"{self.nodeid}: " if self.nodeid is not None else "" + msg = "error raised while trying to determine id of parameter '{}' at position {}" + msg = prefix + msg.format(argname, idx) + raise ValueError(msg) from e + if id is None: + return None + return self._idval_from_value(id) + + def _idval_from_hook(self, val: object, argname: str) -> str | None: + """Try to make an ID for a parameter in a ParameterSet by calling the + :hook:`pytest_make_parametrize_id` hook.""" + if self.config: + id: str | None = self.config.hook.pytest_make_parametrize_id( + config=self.config, val=val, argname=argname + ) + return id + return None + + def _idval_from_value(self, val: object) -> str | None: + """Try to make an ID for a parameter in a ParameterSet from its value, + if the value type is supported.""" + if isinstance(val, (str, bytes)): + return _ascii_escaped_by_config(val, self.config) + elif val is None or isinstance(val, (float, int, bool, complex)): + return str(val) + elif isinstance(val, Pattern): + return ascii_escaped(val.pattern) + elif val is NOTSET: + # Fallback to default. Note that NOTSET is an enum.Enum. + pass + elif isinstance(val, enum.Enum): + return str(val) + elif isinstance(getattr(val, "__name__", None), str): + # Name of a class, function, module, etc. + name: str = getattr(val, "__name__") + return name + return None + + def _idval_from_value_required(self, val: object, idx: int) -> str: + """Like _idval_from_value(), but fails if the type is not supported.""" + id = self._idval_from_value(val) + if id is not None: + return id + + # Fail. + if self.func_name is not None: + prefix = f"In {self.func_name}: " + elif self.nodeid is not None: + prefix = f"In {self.nodeid}: " + else: + prefix = "" + msg = ( + f"{prefix}ids contains unsupported value {saferepr(val)} (type: {type(val)!r}) at index {idx}. " + "Supported types are: str, bytes, int, float, complex, bool, enum, regex or anything with a __name__." + ) + fail(msg, pytrace=False) + + @staticmethod + def _idval_from_argname(argname: str, idx: int) -> str: + """Make an ID for a parameter in a ParameterSet from the argument name + and the index of the ParameterSet.""" + return str(argname) + str(idx) + + +@final +@dataclasses.dataclass(frozen=True) +class CallSpec2: + """A planned parameterized invocation of a test function. + + Calculated during collection for a given test function's Metafunc. + Once collection is over, each callspec is turned into a single Item + and stored in item.callspec. + """ + + # arg name -> arg value which will be passed to a fixture or pseudo-fixture + # of the same name. (indirect or direct parametrization respectively) + params: dict[str, object] = dataclasses.field(default_factory=dict) + # arg name -> arg index. + indices: dict[str, int] = dataclasses.field(default_factory=dict) + # Used for sorting parametrized resources. + _arg2scope: Mapping[str, Scope] = dataclasses.field(default_factory=dict) + # Parts which will be added to the item's name in `[..]` separated by "-". + _idlist: Sequence[str] = dataclasses.field(default_factory=tuple) + # Marks which will be applied to the item. + marks: list[Mark] = dataclasses.field(default_factory=list) + + def setmulti( + self, + *, + argnames: Iterable[str], + valset: Iterable[object], + id: str, + marks: Iterable[Mark | MarkDecorator], + scope: Scope, + param_index: int, + ) -> CallSpec2: + params = self.params.copy() + indices = self.indices.copy() + arg2scope = dict(self._arg2scope) + for arg, val in zip(argnames, valset): + if arg in params: + raise ValueError(f"duplicate parametrization of {arg!r}") + params[arg] = val + indices[arg] = param_index + arg2scope[arg] = scope + return CallSpec2( + params=params, + indices=indices, + _arg2scope=arg2scope, + _idlist=[*self._idlist, id], + marks=[*self.marks, *normalize_mark_list(marks)], + ) + + def getparam(self, name: str) -> object: + try: + return self.params[name] + except KeyError as e: + raise ValueError(name) from e + + @property + def id(self) -> str: + return "-".join(self._idlist) + + +def get_direct_param_fixture_func(request: FixtureRequest) -> Any: + return request.param + + +# Used for storing pseudo fixturedefs for direct parametrization. +name2pseudofixturedef_key = StashKey[Dict[str, FixtureDef[Any]]]() + + +@final +class Metafunc: + """Objects passed to the :hook:`pytest_generate_tests` hook. + + They help to inspect a test function and to generate tests according to + test configuration or values specified in the class or module where a + test function is defined. + """ + + def __init__( + self, + definition: FunctionDefinition, + fixtureinfo: fixtures.FuncFixtureInfo, + config: Config, + cls=None, + module=None, + *, + _ispytest: bool = False, + ) -> None: + check_ispytest(_ispytest) + + #: Access to the underlying :class:`_pytest.python.FunctionDefinition`. + self.definition = definition + + #: Access to the :class:`pytest.Config` object for the test session. + self.config = config + + #: The module object where the test function is defined in. + self.module = module + + #: Underlying Python test function. + self.function = definition.obj + + #: Set of fixture names required by the test function. + self.fixturenames = fixtureinfo.names_closure + + #: Class object where the test function is defined in or ``None``. + self.cls = cls + + self._arg2fixturedefs = fixtureinfo.name2fixturedefs + + # Result of parametrize(). + self._calls: list[CallSpec2] = [] + + def parametrize( + self, + argnames: str | Sequence[str], + argvalues: Iterable[ParameterSet | Sequence[object] | object], + indirect: bool | Sequence[str] = False, + ids: Iterable[object | None] | Callable[[Any], object | None] | None = None, + scope: _ScopeName | None = None, + *, + _param_mark: Mark | None = None, + ) -> None: + """Add new invocations to the underlying test function using the list + of argvalues for the given argnames. Parametrization is performed + during the collection phase. If you need to setup expensive resources + see about setting indirect to do it rather than at test setup time. + + Can be called multiple times per test function (but only on different + argument names), in which case each call parametrizes all previous + parametrizations, e.g. + + :: + + unparametrized: t + parametrize ["x", "y"]: t[x], t[y] + parametrize [1, 2]: t[x-1], t[x-2], t[y-1], t[y-2] + + :param argnames: + A comma-separated string denoting one or more argument names, or + a list/tuple of argument strings. + + :param argvalues: + The list of argvalues determines how often a test is invoked with + different argument values. + + If only one argname was specified argvalues is a list of values. + If N argnames were specified, argvalues must be a list of + N-tuples, where each tuple-element specifies a value for its + respective argname. + :type argvalues: Iterable[_pytest.mark.structures.ParameterSet | Sequence[object] | object] + :param indirect: + A list of arguments' names (subset of argnames) or a boolean. + If True the list contains all names from the argnames. Each + argvalue corresponding to an argname in this list will + be passed as request.param to its respective argname fixture + function so that it can perform more expensive setups during the + setup phase of a test rather than at collection time. + + :param ids: + Sequence of (or generator for) ids for ``argvalues``, + or a callable to return part of the id for each argvalue. + + With sequences (and generators like ``itertools.count()``) the + returned ids should be of type ``string``, ``int``, ``float``, + ``bool``, or ``None``. + They are mapped to the corresponding index in ``argvalues``. + ``None`` means to use the auto-generated id. + + If it is a callable it will be called for each entry in + ``argvalues``, and the return value is used as part of the + auto-generated id for the whole set (where parts are joined with + dashes ("-")). + This is useful to provide more specific ids for certain items, e.g. + dates. Returning ``None`` will use an auto-generated id. + + If no ids are provided they will be generated automatically from + the argvalues. + + :param scope: + If specified it denotes the scope of the parameters. + The scope is used for grouping tests by parameter instances. + It will also override any fixture-function defined scope, allowing + to set a dynamic scope using test context or configuration. + """ + argnames, parametersets = ParameterSet._for_parametrize( + argnames, + argvalues, + self.function, + self.config, + nodeid=self.definition.nodeid, + ) + del argvalues + + if "request" in argnames: + fail( + "'request' is a reserved name and cannot be used in @pytest.mark.parametrize", + pytrace=False, + ) + + if scope is not None: + scope_ = Scope.from_user( + scope, descr=f"parametrize() call in {self.function.__name__}" + ) + else: + scope_ = _find_parametrized_scope(argnames, self._arg2fixturedefs, indirect) + + self._validate_if_using_arg_names(argnames, indirect) + + # Use any already (possibly) generated ids with parametrize Marks. + if _param_mark and _param_mark._param_ids_from: + generated_ids = _param_mark._param_ids_from._param_ids_generated + if generated_ids is not None: + ids = generated_ids + + ids = self._resolve_parameter_set_ids( + argnames, ids, parametersets, nodeid=self.definition.nodeid + ) + + # Store used (possibly generated) ids with parametrize Marks. + if _param_mark and _param_mark._param_ids_from and generated_ids is None: + object.__setattr__(_param_mark._param_ids_from, "_param_ids_generated", ids) + + # Add funcargs as fixturedefs to fixtureinfo.arg2fixturedefs by registering + # artificial "pseudo" FixtureDef's so that later at test execution time we can + # rely on a proper FixtureDef to exist for fixture setup. + node = None + # If we have a scope that is higher than function, we need + # to make sure we only ever create an according fixturedef on + # a per-scope basis. We thus store and cache the fixturedef on the + # node related to the scope. + if scope_ is not Scope.Function: + collector = self.definition.parent + assert collector is not None + node = get_scope_node(collector, scope_) + if node is None: + # If used class scope and there is no class, use module-level + # collector (for now). + if scope_ is Scope.Class: + assert isinstance(collector, Module) + node = collector + # If used package scope and there is no package, use session + # (for now). + elif scope_ is Scope.Package: + node = collector.session + else: + assert False, f"Unhandled missing scope: {scope}" + if node is None: + name2pseudofixturedef = None + else: + default: dict[str, FixtureDef[Any]] = {} + name2pseudofixturedef = node.stash.setdefault( + name2pseudofixturedef_key, default + ) + arg_directness = self._resolve_args_directness(argnames, indirect) + for argname in argnames: + if arg_directness[argname] == "indirect": + continue + if name2pseudofixturedef is not None and argname in name2pseudofixturedef: + fixturedef = name2pseudofixturedef[argname] + else: + fixturedef = FixtureDef( + config=self.config, + baseid="", + argname=argname, + func=get_direct_param_fixture_func, + scope=scope_, + params=None, + ids=None, + _ispytest=True, + ) + if name2pseudofixturedef is not None: + name2pseudofixturedef[argname] = fixturedef + self._arg2fixturedefs[argname] = [fixturedef] + + # Create the new calls: if we are parametrize() multiple times (by applying the decorator + # more than once) then we accumulate those calls generating the cartesian product + # of all calls. + newcalls = [] + for callspec in self._calls or [CallSpec2()]: + for param_index, (param_id, param_set) in enumerate( + zip(ids, parametersets) + ): + newcallspec = callspec.setmulti( + argnames=argnames, + valset=param_set.values, + id=param_id, + marks=param_set.marks, + scope=scope_, + param_index=param_index, + ) + newcalls.append(newcallspec) + self._calls = newcalls + + def _resolve_parameter_set_ids( + self, + argnames: Sequence[str], + ids: Iterable[object | None] | Callable[[Any], object | None] | None, + parametersets: Sequence[ParameterSet], + nodeid: str, + ) -> list[str]: + """Resolve the actual ids for the given parameter sets. + + :param argnames: + Argument names passed to ``parametrize()``. + :param ids: + The `ids` parameter of the ``parametrize()`` call (see docs). + :param parametersets: + The parameter sets, each containing a set of values corresponding + to ``argnames``. + :param nodeid str: + The nodeid of the definition item that generated this + parametrization. + :returns: + List with ids for each parameter set given. + """ + if ids is None: + idfn = None + ids_ = None + elif callable(ids): + idfn = ids + ids_ = None + else: + idfn = None + ids_ = self._validate_ids(ids, parametersets, self.function.__name__) + id_maker = IdMaker( + argnames, + parametersets, + idfn, + ids_, + self.config, + nodeid=nodeid, + func_name=self.function.__name__, + ) + return id_maker.make_unique_parameterset_ids() + + def _validate_ids( + self, + ids: Iterable[object | None], + parametersets: Sequence[ParameterSet], + func_name: str, + ) -> list[object | None]: + try: + num_ids = len(ids) # type: ignore[arg-type] + except TypeError: + try: + iter(ids) + except TypeError as e: + raise TypeError("ids must be a callable or an iterable") from e + num_ids = len(parametersets) + + # num_ids == 0 is a special case: https://github.com/pytest-dev/pytest/issues/1849 + if num_ids != len(parametersets) and num_ids != 0: + msg = "In {}: {} parameter sets specified, with different number of ids: {}" + fail(msg.format(func_name, len(parametersets), num_ids), pytrace=False) + + return list(itertools.islice(ids, num_ids)) + + def _resolve_args_directness( + self, + argnames: Sequence[str], + indirect: bool | Sequence[str], + ) -> dict[str, Literal["indirect", "direct"]]: + """Resolve if each parametrized argument must be considered an indirect + parameter to a fixture of the same name, or a direct parameter to the + parametrized function, based on the ``indirect`` parameter of the + parametrized() call. + + :param argnames: + List of argument names passed to ``parametrize()``. + :param indirect: + Same as the ``indirect`` parameter of ``parametrize()``. + :returns + A dict mapping each arg name to either "indirect" or "direct". + """ + arg_directness: dict[str, Literal["indirect", "direct"]] + if isinstance(indirect, bool): + arg_directness = dict.fromkeys( + argnames, "indirect" if indirect else "direct" + ) + elif isinstance(indirect, Sequence): + arg_directness = dict.fromkeys(argnames, "direct") + for arg in indirect: + if arg not in argnames: + fail( + f"In {self.function.__name__}: indirect fixture '{arg}' doesn't exist", + pytrace=False, + ) + arg_directness[arg] = "indirect" + else: + fail( + f"In {self.function.__name__}: expected Sequence or boolean" + f" for indirect, got {type(indirect).__name__}", + pytrace=False, + ) + return arg_directness + + def _validate_if_using_arg_names( + self, + argnames: Sequence[str], + indirect: bool | Sequence[str], + ) -> None: + """Check if all argnames are being used, by default values, or directly/indirectly. + + :param List[str] argnames: List of argument names passed to ``parametrize()``. + :param indirect: Same as the ``indirect`` parameter of ``parametrize()``. + :raises ValueError: If validation fails. + """ + default_arg_names = set(get_default_arg_names(self.function)) + func_name = self.function.__name__ + for arg in argnames: + if arg not in self.fixturenames: + if arg in default_arg_names: + fail( + f"In {func_name}: function already takes an argument '{arg}' with a default value", + pytrace=False, + ) + else: + if isinstance(indirect, Sequence): + name = "fixture" if arg in indirect else "argument" + else: + name = "fixture" if indirect else "argument" + fail( + f"In {func_name}: function uses no {name} '{arg}'", + pytrace=False, + ) + + +def _find_parametrized_scope( + argnames: Sequence[str], + arg2fixturedefs: Mapping[str, Sequence[fixtures.FixtureDef[object]]], + indirect: bool | Sequence[str], +) -> Scope: + """Find the most appropriate scope for a parametrized call based on its arguments. + + When there's at least one direct argument, always use "function" scope. + + When a test function is parametrized and all its arguments are indirect + (e.g. fixtures), return the most narrow scope based on the fixtures used. + + Related to issue #1832, based on code posted by @Kingdread. + """ + if isinstance(indirect, Sequence): + all_arguments_are_fixtures = len(indirect) == len(argnames) + else: + all_arguments_are_fixtures = bool(indirect) + + if all_arguments_are_fixtures: + fixturedefs = arg2fixturedefs or {} + used_scopes = [ + fixturedef[-1]._scope + for name, fixturedef in fixturedefs.items() + if name in argnames + ] + # Takes the most narrow scope from used fixtures. + return min(used_scopes, default=Scope.Function) + + return Scope.Function + + +def _ascii_escaped_by_config(val: str | bytes, config: Config | None) -> str: + if config is None: + escape_option = False + else: + escape_option = config.getini( + "disable_test_id_escaping_and_forfeit_all_rights_to_community_support" + ) + # TODO: If escaping is turned off and the user passes bytes, + # will return a bytes. For now we ignore this but the + # code *probably* doesn't handle this case. + return val if escape_option else ascii_escaped(val) # type: ignore + + +class Function(PyobjMixin, nodes.Item): + """Item responsible for setting up and executing a Python test function. + + :param name: + The full function name, including any decorations like those + added by parametrization (``my_func[my_param]``). + :param parent: + The parent Node. + :param config: + The pytest Config object. + :param callspec: + If given, this function has been parametrized and the callspec contains + meta information about the parametrization. + :param callobj: + If given, the object which will be called when the Function is invoked, + otherwise the callobj will be obtained from ``parent`` using ``originalname``. + :param keywords: + Keywords bound to the function object for "-k" matching. + :param session: + The pytest Session object. + :param fixtureinfo: + Fixture information already resolved at this fixture node.. + :param originalname: + The attribute name to use for accessing the underlying function object. + Defaults to ``name``. Set this if name is different from the original name, + for example when it contains decorations like those added by parametrization + (``my_func[my_param]``). + """ + + # Disable since functions handle it themselves. + _ALLOW_MARKERS = False + + def __init__( + self, + name: str, + parent, + config: Config | None = None, + callspec: CallSpec2 | None = None, + callobj=NOTSET, + keywords: Mapping[str, Any] | None = None, + session: Session | None = None, + fixtureinfo: FuncFixtureInfo | None = None, + originalname: str | None = None, + ) -> None: + super().__init__(name, parent, config=config, session=session) + + if callobj is not NOTSET: + self._obj = callobj + self._instance = getattr(callobj, "__self__", None) + + #: Original function name, without any decorations (for example + #: parametrization adds a ``"[...]"`` suffix to function names), used to access + #: the underlying function object from ``parent`` (in case ``callobj`` is not given + #: explicitly). + #: + #: .. versionadded:: 3.0 + self.originalname = originalname or name + + # Note: when FunctionDefinition is introduced, we should change ``originalname`` + # to a readonly property that returns FunctionDefinition.name. + + self.own_markers.extend(get_unpacked_marks(self.obj)) + if callspec: + self.callspec = callspec + self.own_markers.extend(callspec.marks) + + # todo: this is a hell of a hack + # https://github.com/pytest-dev/pytest/issues/4569 + # Note: the order of the updates is important here; indicates what + # takes priority (ctor argument over function attributes over markers). + # Take own_markers only; NodeKeywords handles parent traversal on its own. + self.keywords.update((mark.name, mark) for mark in self.own_markers) + self.keywords.update(self.obj.__dict__) + if keywords: + self.keywords.update(keywords) + + if fixtureinfo is None: + fm = self.session._fixturemanager + fixtureinfo = fm.getfixtureinfo(self, self.obj, self.cls) + self._fixtureinfo: FuncFixtureInfo = fixtureinfo + self.fixturenames = fixtureinfo.names_closure + self._initrequest() + + # todo: determine sound type limitations + @classmethod + def from_parent(cls, parent, **kw) -> Self: + """The public constructor.""" + return super().from_parent(parent=parent, **kw) + + def _initrequest(self) -> None: + self.funcargs: dict[str, object] = {} + self._request = fixtures.TopRequest(self, _ispytest=True) + + @property + def function(self): + """Underlying python 'function' object.""" + return getimfunc(self.obj) + + @property + def instance(self): + try: + return self._instance + except AttributeError: + if isinstance(self.parent, Class): + # Each Function gets a fresh class instance. + self._instance = self._getinstance() + else: + self._instance = None + return self._instance + + def _getinstance(self): + if isinstance(self.parent, Class): + # Each Function gets a fresh class instance. + return self.parent.newinstance() + else: + return None + + def _getobj(self): + instance = self.instance + if instance is not None: + parent_obj = instance + else: + assert self.parent is not None + parent_obj = self.parent.obj # type: ignore[attr-defined] + return getattr(parent_obj, self.originalname) + + @property + def _pyfuncitem(self): + """(compatonly) for code expecting pytest-2.2 style request objects.""" + return self + + def runtest(self) -> None: + """Execute the underlying test function.""" + self.ihook.pytest_pyfunc_call(pyfuncitem=self) + + def setup(self) -> None: + self._request._fillfixtures() + + def _traceback_filter(self, excinfo: ExceptionInfo[BaseException]) -> Traceback: + if hasattr(self, "_obj") and not self.config.getoption("fulltrace", False): + code = _pytest._code.Code.from_function(get_real_func(self.obj)) + path, firstlineno = code.path, code.firstlineno + traceback = excinfo.traceback + ntraceback = traceback.cut(path=path, firstlineno=firstlineno) + if ntraceback == traceback: + ntraceback = ntraceback.cut(path=path) + if ntraceback == traceback: + ntraceback = ntraceback.filter(filter_traceback) + if not ntraceback: + ntraceback = traceback + ntraceback = ntraceback.filter(excinfo) + + # issue364: mark all but first and last frames to + # only show a single-line message for each frame. + if self.config.getoption("tbstyle", "auto") == "auto": + if len(ntraceback) > 2: + ntraceback = Traceback( + ( + ntraceback[0], + *(t.with_repr_style("short") for t in ntraceback[1:-1]), + ntraceback[-1], + ) + ) + + return ntraceback + return excinfo.traceback + + # TODO: Type ignored -- breaks Liskov Substitution. + def repr_failure( # type: ignore[override] + self, + excinfo: ExceptionInfo[BaseException], + ) -> str | TerminalRepr: + style = self.config.getoption("tbstyle", "auto") + if style == "auto": + style = "long" + return self._repr_failure_py(excinfo, style=style) + + +class FunctionDefinition(Function): + """This class is a stop gap solution until we evolve to have actual function + definition nodes and manage to get rid of ``metafunc``.""" + + def runtest(self) -> None: + raise RuntimeError("function definitions are not supposed to be run as tests") + + setup = runtest diff --git a/env/lib/python3.8/site-packages/_pytest/python_api.py b/env/lib/python3.8/site-packages/_pytest/python_api.py new file mode 100644 index 000000000..f0035f0c3 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/python_api.py @@ -0,0 +1,1028 @@ +# mypy: allow-untyped-defs +from __future__ import annotations + +from collections.abc import Collection +from collections.abc import Sized +from decimal import Decimal +import math +from numbers import Complex +import pprint +import re +from types import TracebackType +from typing import Any +from typing import Callable +from typing import cast +from typing import ContextManager +from typing import final +from typing import Mapping +from typing import overload +from typing import Pattern +from typing import Sequence +from typing import Tuple +from typing import Type +from typing import TYPE_CHECKING +from typing import TypeVar + +import _pytest._code +from _pytest.outcomes import fail + + +if TYPE_CHECKING: + from numpy import ndarray + + +def _compare_approx( + full_object: object, + message_data: Sequence[tuple[str, str, str]], + number_of_elements: int, + different_ids: Sequence[object], + max_abs_diff: float, + max_rel_diff: float, +) -> list[str]: + message_list = list(message_data) + message_list.insert(0, ("Index", "Obtained", "Expected")) + max_sizes = [0, 0, 0] + for index, obtained, expected in message_list: + max_sizes[0] = max(max_sizes[0], len(index)) + max_sizes[1] = max(max_sizes[1], len(obtained)) + max_sizes[2] = max(max_sizes[2], len(expected)) + explanation = [ + f"comparison failed. Mismatched elements: {len(different_ids)} / {number_of_elements}:", + f"Max absolute difference: {max_abs_diff}", + f"Max relative difference: {max_rel_diff}", + ] + [ + f"{indexes:<{max_sizes[0]}} | {obtained:<{max_sizes[1]}} | {expected:<{max_sizes[2]}}" + for indexes, obtained, expected in message_list + ] + return explanation + + +# builtin pytest.approx helper + + +class ApproxBase: + """Provide shared utilities for making approximate comparisons between + numbers or sequences of numbers.""" + + # Tell numpy to use our `__eq__` operator instead of its. + __array_ufunc__ = None + __array_priority__ = 100 + + def __init__(self, expected, rel=None, abs=None, nan_ok: bool = False) -> None: + __tracebackhide__ = True + self.expected = expected + self.abs = abs + self.rel = rel + self.nan_ok = nan_ok + self._check_type() + + def __repr__(self) -> str: + raise NotImplementedError + + def _repr_compare(self, other_side: Any) -> list[str]: + return [ + "comparison failed", + f"Obtained: {other_side}", + f"Expected: {self}", + ] + + def __eq__(self, actual) -> bool: + return all( + a == self._approx_scalar(x) for a, x in self._yield_comparisons(actual) + ) + + def __bool__(self): + __tracebackhide__ = True + raise AssertionError( + "approx() is not supported in a boolean context.\nDid you mean: `assert a == approx(b)`?" + ) + + # Ignore type because of https://github.com/python/mypy/issues/4266. + __hash__ = None # type: ignore + + def __ne__(self, actual) -> bool: + return not (actual == self) + + def _approx_scalar(self, x) -> ApproxScalar: + if isinstance(x, Decimal): + return ApproxDecimal(x, rel=self.rel, abs=self.abs, nan_ok=self.nan_ok) + return ApproxScalar(x, rel=self.rel, abs=self.abs, nan_ok=self.nan_ok) + + def _yield_comparisons(self, actual): + """Yield all the pairs of numbers to be compared. + + This is used to implement the `__eq__` method. + """ + raise NotImplementedError + + def _check_type(self) -> None: + """Raise a TypeError if the expected value is not a valid type.""" + # This is only a concern if the expected value is a sequence. In every + # other case, the approx() function ensures that the expected value has + # a numeric type. For this reason, the default is to do nothing. The + # classes that deal with sequences should reimplement this method to + # raise if there are any non-numeric elements in the sequence. + + +def _recursive_sequence_map(f, x): + """Recursively map a function over a sequence of arbitrary depth""" + if isinstance(x, (list, tuple)): + seq_type = type(x) + return seq_type(_recursive_sequence_map(f, xi) for xi in x) + elif _is_sequence_like(x): + return [_recursive_sequence_map(f, xi) for xi in x] + else: + return f(x) + + +class ApproxNumpy(ApproxBase): + """Perform approximate comparisons where the expected value is numpy array.""" + + def __repr__(self) -> str: + list_scalars = _recursive_sequence_map( + self._approx_scalar, self.expected.tolist() + ) + return f"approx({list_scalars!r})" + + def _repr_compare(self, other_side: ndarray | list[Any]) -> list[str]: + import itertools + import math + + def get_value_from_nested_list( + nested_list: list[Any], nd_index: tuple[Any, ...] + ) -> Any: + """ + Helper function to get the value out of a nested list, given an n-dimensional index. + This mimics numpy's indexing, but for raw nested python lists. + """ + value: Any = nested_list + for i in nd_index: + value = value[i] + return value + + np_array_shape = self.expected.shape + approx_side_as_seq = _recursive_sequence_map( + self._approx_scalar, self.expected.tolist() + ) + + # convert other_side to numpy array to ensure shape attribute is available + other_side_as_array = _as_numpy_array(other_side) + assert other_side_as_array is not None + + if np_array_shape != other_side_as_array.shape: + return [ + "Impossible to compare arrays with different shapes.", + f"Shapes: {np_array_shape} and {other_side_as_array.shape}", + ] + + number_of_elements = self.expected.size + max_abs_diff = -math.inf + max_rel_diff = -math.inf + different_ids = [] + for index in itertools.product(*(range(i) for i in np_array_shape)): + approx_value = get_value_from_nested_list(approx_side_as_seq, index) + other_value = get_value_from_nested_list(other_side_as_array, index) + if approx_value != other_value: + abs_diff = abs(approx_value.expected - other_value) + max_abs_diff = max(max_abs_diff, abs_diff) + if other_value == 0.0: + max_rel_diff = math.inf + else: + max_rel_diff = max(max_rel_diff, abs_diff / abs(other_value)) + different_ids.append(index) + + message_data = [ + ( + str(index), + str(get_value_from_nested_list(other_side_as_array, index)), + str(get_value_from_nested_list(approx_side_as_seq, index)), + ) + for index in different_ids + ] + return _compare_approx( + self.expected, + message_data, + number_of_elements, + different_ids, + max_abs_diff, + max_rel_diff, + ) + + def __eq__(self, actual) -> bool: + import numpy as np + + # self.expected is supposed to always be an array here. + + if not np.isscalar(actual): + try: + actual = np.asarray(actual) + except Exception as e: + raise TypeError(f"cannot compare '{actual}' to numpy.ndarray") from e + + if not np.isscalar(actual) and actual.shape != self.expected.shape: + return False + + return super().__eq__(actual) + + def _yield_comparisons(self, actual): + import numpy as np + + # `actual` can either be a numpy array or a scalar, it is treated in + # `__eq__` before being passed to `ApproxBase.__eq__`, which is the + # only method that calls this one. + + if np.isscalar(actual): + for i in np.ndindex(self.expected.shape): + yield actual, self.expected[i].item() + else: + for i in np.ndindex(self.expected.shape): + yield actual[i].item(), self.expected[i].item() + + +class ApproxMapping(ApproxBase): + """Perform approximate comparisons where the expected value is a mapping + with numeric values (the keys can be anything).""" + + def __repr__(self) -> str: + return f"approx({({k: self._approx_scalar(v) for k, v in self.expected.items()})!r})" + + def _repr_compare(self, other_side: Mapping[object, float]) -> list[str]: + import math + + approx_side_as_map = { + k: self._approx_scalar(v) for k, v in self.expected.items() + } + + number_of_elements = len(approx_side_as_map) + max_abs_diff = -math.inf + max_rel_diff = -math.inf + different_ids = [] + for (approx_key, approx_value), other_value in zip( + approx_side_as_map.items(), other_side.values() + ): + if approx_value != other_value: + if approx_value.expected is not None and other_value is not None: + try: + max_abs_diff = max( + max_abs_diff, abs(approx_value.expected - other_value) + ) + if approx_value.expected == 0.0: + max_rel_diff = math.inf + else: + max_rel_diff = max( + max_rel_diff, + abs( + (approx_value.expected - other_value) + / approx_value.expected + ), + ) + except ZeroDivisionError: + pass + different_ids.append(approx_key) + + message_data = [ + (str(key), str(other_side[key]), str(approx_side_as_map[key])) + for key in different_ids + ] + + return _compare_approx( + self.expected, + message_data, + number_of_elements, + different_ids, + max_abs_diff, + max_rel_diff, + ) + + def __eq__(self, actual) -> bool: + try: + if set(actual.keys()) != set(self.expected.keys()): + return False + except AttributeError: + return False + + return super().__eq__(actual) + + def _yield_comparisons(self, actual): + for k in self.expected.keys(): + yield actual[k], self.expected[k] + + def _check_type(self) -> None: + __tracebackhide__ = True + for key, value in self.expected.items(): + if isinstance(value, type(self.expected)): + msg = "pytest.approx() does not support nested dictionaries: key={!r} value={!r}\n full mapping={}" + raise TypeError(msg.format(key, value, pprint.pformat(self.expected))) + + +class ApproxSequenceLike(ApproxBase): + """Perform approximate comparisons where the expected value is a sequence of numbers.""" + + def __repr__(self) -> str: + seq_type = type(self.expected) + if seq_type not in (tuple, list): + seq_type = list + return f"approx({seq_type(self._approx_scalar(x) for x in self.expected)!r})" + + def _repr_compare(self, other_side: Sequence[float]) -> list[str]: + import math + + if len(self.expected) != len(other_side): + return [ + "Impossible to compare lists with different sizes.", + f"Lengths: {len(self.expected)} and {len(other_side)}", + ] + + approx_side_as_map = _recursive_sequence_map(self._approx_scalar, self.expected) + + number_of_elements = len(approx_side_as_map) + max_abs_diff = -math.inf + max_rel_diff = -math.inf + different_ids = [] + for i, (approx_value, other_value) in enumerate( + zip(approx_side_as_map, other_side) + ): + if approx_value != other_value: + abs_diff = abs(approx_value.expected - other_value) + max_abs_diff = max(max_abs_diff, abs_diff) + if other_value == 0.0: + max_rel_diff = math.inf + else: + max_rel_diff = max(max_rel_diff, abs_diff / abs(other_value)) + different_ids.append(i) + + message_data = [ + (str(i), str(other_side[i]), str(approx_side_as_map[i])) + for i in different_ids + ] + + return _compare_approx( + self.expected, + message_data, + number_of_elements, + different_ids, + max_abs_diff, + max_rel_diff, + ) + + def __eq__(self, actual) -> bool: + try: + if len(actual) != len(self.expected): + return False + except TypeError: + return False + return super().__eq__(actual) + + def _yield_comparisons(self, actual): + return zip(actual, self.expected) + + def _check_type(self) -> None: + __tracebackhide__ = True + for index, x in enumerate(self.expected): + if isinstance(x, type(self.expected)): + msg = "pytest.approx() does not support nested data structures: {!r} at index {}\n full sequence: {}" + raise TypeError(msg.format(x, index, pprint.pformat(self.expected))) + + +class ApproxScalar(ApproxBase): + """Perform approximate comparisons where the expected value is a single number.""" + + # Using Real should be better than this Union, but not possible yet: + # https://github.com/python/typeshed/pull/3108 + DEFAULT_ABSOLUTE_TOLERANCE: float | Decimal = 1e-12 + DEFAULT_RELATIVE_TOLERANCE: float | Decimal = 1e-6 + + def __repr__(self) -> str: + """Return a string communicating both the expected value and the + tolerance for the comparison being made. + + For example, ``1.0 ± 1e-6``, ``(3+4j) ± 5e-6 ∠ ±180°``. + """ + # Don't show a tolerance for values that aren't compared using + # tolerances, i.e. non-numerics and infinities. Need to call abs to + # handle complex numbers, e.g. (inf + 1j). + if ( + isinstance(self.expected, bool) + or (not isinstance(self.expected, (Complex, Decimal))) + or math.isinf(abs(self.expected) or isinstance(self.expected, bool)) + ): + return str(self.expected) + + # If a sensible tolerance can't be calculated, self.tolerance will + # raise a ValueError. In this case, display '???'. + try: + vetted_tolerance = f"{self.tolerance:.1e}" + if ( + isinstance(self.expected, Complex) + and self.expected.imag + and not math.isinf(self.tolerance) + ): + vetted_tolerance += " ∠ ±180°" + except ValueError: + vetted_tolerance = "???" + + return f"{self.expected} ± {vetted_tolerance}" + + def __eq__(self, actual) -> bool: + """Return whether the given value is equal to the expected value + within the pre-specified tolerance.""" + asarray = _as_numpy_array(actual) + if asarray is not None: + # Call ``__eq__()`` manually to prevent infinite-recursion with + # numpy<1.13. See #3748. + return all(self.__eq__(a) for a in asarray.flat) + + # Short-circuit exact equality, except for bool + if isinstance(self.expected, bool) and not isinstance(actual, bool): + return False + elif actual == self.expected: + return True + + # If either type is non-numeric, fall back to strict equality. + # NB: we need Complex, rather than just Number, to ensure that __abs__, + # __sub__, and __float__ are defined. Also, consider bool to be + # nonnumeric, even though it has the required arithmetic. + if isinstance(self.expected, bool) or not ( + isinstance(self.expected, (Complex, Decimal)) + and isinstance(actual, (Complex, Decimal)) + ): + return False + + # Allow the user to control whether NaNs are considered equal to each + # other or not. The abs() calls are for compatibility with complex + # numbers. + if math.isnan(abs(self.expected)): + return self.nan_ok and math.isnan(abs(actual)) + + # Infinity shouldn't be approximately equal to anything but itself, but + # if there's a relative tolerance, it will be infinite and infinity + # will seem approximately equal to everything. The equal-to-itself + # case would have been short circuited above, so here we can just + # return false if the expected value is infinite. The abs() call is + # for compatibility with complex numbers. + if math.isinf(abs(self.expected)): + return False + + # Return true if the two numbers are within the tolerance. + result: bool = abs(self.expected - actual) <= self.tolerance + return result + + # Ignore type because of https://github.com/python/mypy/issues/4266. + __hash__ = None # type: ignore + + @property + def tolerance(self): + """Return the tolerance for the comparison. + + This could be either an absolute tolerance or a relative tolerance, + depending on what the user specified or which would be larger. + """ + + def set_default(x, default): + return x if x is not None else default + + # Figure out what the absolute tolerance should be. ``self.abs`` is + # either None or a value specified by the user. + absolute_tolerance = set_default(self.abs, self.DEFAULT_ABSOLUTE_TOLERANCE) + + if absolute_tolerance < 0: + raise ValueError( + f"absolute tolerance can't be negative: {absolute_tolerance}" + ) + if math.isnan(absolute_tolerance): + raise ValueError("absolute tolerance can't be NaN.") + + # If the user specified an absolute tolerance but not a relative one, + # just return the absolute tolerance. + if self.rel is None: + if self.abs is not None: + return absolute_tolerance + + # Figure out what the relative tolerance should be. ``self.rel`` is + # either None or a value specified by the user. This is done after + # we've made sure the user didn't ask for an absolute tolerance only, + # because we don't want to raise errors about the relative tolerance if + # we aren't even going to use it. + relative_tolerance = set_default( + self.rel, self.DEFAULT_RELATIVE_TOLERANCE + ) * abs(self.expected) + + if relative_tolerance < 0: + raise ValueError( + f"relative tolerance can't be negative: {relative_tolerance}" + ) + if math.isnan(relative_tolerance): + raise ValueError("relative tolerance can't be NaN.") + + # Return the larger of the relative and absolute tolerances. + return max(relative_tolerance, absolute_tolerance) + + +class ApproxDecimal(ApproxScalar): + """Perform approximate comparisons where the expected value is a Decimal.""" + + DEFAULT_ABSOLUTE_TOLERANCE = Decimal("1e-12") + DEFAULT_RELATIVE_TOLERANCE = Decimal("1e-6") + + +def approx(expected, rel=None, abs=None, nan_ok: bool = False) -> ApproxBase: + """Assert that two numbers (or two ordered sequences of numbers) are equal to each other + within some tolerance. + + Due to the :doc:`python:tutorial/floatingpoint`, numbers that we + would intuitively expect to be equal are not always so:: + + >>> 0.1 + 0.2 == 0.3 + False + + This problem is commonly encountered when writing tests, e.g. when making + sure that floating-point values are what you expect them to be. One way to + deal with this problem is to assert that two floating-point numbers are + equal to within some appropriate tolerance:: + + >>> abs((0.1 + 0.2) - 0.3) < 1e-6 + True + + However, comparisons like this are tedious to write and difficult to + understand. Furthermore, absolute comparisons like the one above are + usually discouraged because there's no tolerance that works well for all + situations. ``1e-6`` is good for numbers around ``1``, but too small for + very big numbers and too big for very small ones. It's better to express + the tolerance as a fraction of the expected value, but relative comparisons + like that are even more difficult to write correctly and concisely. + + The ``approx`` class performs floating-point comparisons using a syntax + that's as intuitive as possible:: + + >>> from pytest import approx + >>> 0.1 + 0.2 == approx(0.3) + True + + The same syntax also works for ordered sequences of numbers:: + + >>> (0.1 + 0.2, 0.2 + 0.4) == approx((0.3, 0.6)) + True + + ``numpy`` arrays:: + + >>> import numpy as np # doctest: +SKIP + >>> np.array([0.1, 0.2]) + np.array([0.2, 0.4]) == approx(np.array([0.3, 0.6])) # doctest: +SKIP + True + + And for a ``numpy`` array against a scalar:: + + >>> import numpy as np # doctest: +SKIP + >>> np.array([0.1, 0.2]) + np.array([0.2, 0.1]) == approx(0.3) # doctest: +SKIP + True + + Only ordered sequences are supported, because ``approx`` needs + to infer the relative position of the sequences without ambiguity. This means + ``sets`` and other unordered sequences are not supported. + + Finally, dictionary *values* can also be compared:: + + >>> {'a': 0.1 + 0.2, 'b': 0.2 + 0.4} == approx({'a': 0.3, 'b': 0.6}) + True + + The comparison will be true if both mappings have the same keys and their + respective values match the expected tolerances. + + **Tolerances** + + By default, ``approx`` considers numbers within a relative tolerance of + ``1e-6`` (i.e. one part in a million) of its expected value to be equal. + This treatment would lead to surprising results if the expected value was + ``0.0``, because nothing but ``0.0`` itself is relatively close to ``0.0``. + To handle this case less surprisingly, ``approx`` also considers numbers + within an absolute tolerance of ``1e-12`` of its expected value to be + equal. Infinity and NaN are special cases. Infinity is only considered + equal to itself, regardless of the relative tolerance. NaN is not + considered equal to anything by default, but you can make it be equal to + itself by setting the ``nan_ok`` argument to True. (This is meant to + facilitate comparing arrays that use NaN to mean "no data".) + + Both the relative and absolute tolerances can be changed by passing + arguments to the ``approx`` constructor:: + + >>> 1.0001 == approx(1) + False + >>> 1.0001 == approx(1, rel=1e-3) + True + >>> 1.0001 == approx(1, abs=1e-3) + True + + If you specify ``abs`` but not ``rel``, the comparison will not consider + the relative tolerance at all. In other words, two numbers that are within + the default relative tolerance of ``1e-6`` will still be considered unequal + if they exceed the specified absolute tolerance. If you specify both + ``abs`` and ``rel``, the numbers will be considered equal if either + tolerance is met:: + + >>> 1 + 1e-8 == approx(1) + True + >>> 1 + 1e-8 == approx(1, abs=1e-12) + False + >>> 1 + 1e-8 == approx(1, rel=1e-6, abs=1e-12) + True + + You can also use ``approx`` to compare nonnumeric types, or dicts and + sequences containing nonnumeric types, in which case it falls back to + strict equality. This can be useful for comparing dicts and sequences that + can contain optional values:: + + >>> {"required": 1.0000005, "optional": None} == approx({"required": 1, "optional": None}) + True + >>> [None, 1.0000005] == approx([None,1]) + True + >>> ["foo", 1.0000005] == approx([None,1]) + False + + If you're thinking about using ``approx``, then you might want to know how + it compares to other good ways of comparing floating-point numbers. All of + these algorithms are based on relative and absolute tolerances and should + agree for the most part, but they do have meaningful differences: + + - ``math.isclose(a, b, rel_tol=1e-9, abs_tol=0.0)``: True if the relative + tolerance is met w.r.t. either ``a`` or ``b`` or if the absolute + tolerance is met. Because the relative tolerance is calculated w.r.t. + both ``a`` and ``b``, this test is symmetric (i.e. neither ``a`` nor + ``b`` is a "reference value"). You have to specify an absolute tolerance + if you want to compare to ``0.0`` because there is no tolerance by + default. More information: :py:func:`math.isclose`. + + - ``numpy.isclose(a, b, rtol=1e-5, atol=1e-8)``: True if the difference + between ``a`` and ``b`` is less that the sum of the relative tolerance + w.r.t. ``b`` and the absolute tolerance. Because the relative tolerance + is only calculated w.r.t. ``b``, this test is asymmetric and you can + think of ``b`` as the reference value. Support for comparing sequences + is provided by :py:func:`numpy.allclose`. More information: + :std:doc:`numpy:reference/generated/numpy.isclose`. + + - ``unittest.TestCase.assertAlmostEqual(a, b)``: True if ``a`` and ``b`` + are within an absolute tolerance of ``1e-7``. No relative tolerance is + considered , so this function is not appropriate for very large or very + small numbers. Also, it's only available in subclasses of ``unittest.TestCase`` + and it's ugly because it doesn't follow PEP8. More information: + :py:meth:`unittest.TestCase.assertAlmostEqual`. + + - ``a == pytest.approx(b, rel=1e-6, abs=1e-12)``: True if the relative + tolerance is met w.r.t. ``b`` or if the absolute tolerance is met. + Because the relative tolerance is only calculated w.r.t. ``b``, this test + is asymmetric and you can think of ``b`` as the reference value. In the + special case that you explicitly specify an absolute tolerance but not a + relative tolerance, only the absolute tolerance is considered. + + .. note:: + + ``approx`` can handle numpy arrays, but we recommend the + specialised test helpers in :std:doc:`numpy:reference/routines.testing` + if you need support for comparisons, NaNs, or ULP-based tolerances. + + To match strings using regex, you can use + `Matches `_ + from the + `re_assert package `_. + + .. warning:: + + .. versionchanged:: 3.2 + + In order to avoid inconsistent behavior, :py:exc:`TypeError` is + raised for ``>``, ``>=``, ``<`` and ``<=`` comparisons. + The example below illustrates the problem:: + + assert approx(0.1) > 0.1 + 1e-10 # calls approx(0.1).__gt__(0.1 + 1e-10) + assert 0.1 + 1e-10 > approx(0.1) # calls approx(0.1).__lt__(0.1 + 1e-10) + + In the second example one expects ``approx(0.1).__le__(0.1 + 1e-10)`` + to be called. But instead, ``approx(0.1).__lt__(0.1 + 1e-10)`` is used to + comparison. This is because the call hierarchy of rich comparisons + follows a fixed behavior. More information: :py:meth:`object.__ge__` + + .. versionchanged:: 3.7.1 + ``approx`` raises ``TypeError`` when it encounters a dict value or + sequence element of nonnumeric type. + + .. versionchanged:: 6.1.0 + ``approx`` falls back to strict equality for nonnumeric types instead + of raising ``TypeError``. + """ + # Delegate the comparison to a class that knows how to deal with the type + # of the expected value (e.g. int, float, list, dict, numpy.array, etc). + # + # The primary responsibility of these classes is to implement ``__eq__()`` + # and ``__repr__()``. The former is used to actually check if some + # "actual" value is equivalent to the given expected value within the + # allowed tolerance. The latter is used to show the user the expected + # value and tolerance, in the case that a test failed. + # + # The actual logic for making approximate comparisons can be found in + # ApproxScalar, which is used to compare individual numbers. All of the + # other Approx classes eventually delegate to this class. The ApproxBase + # class provides some convenient methods and overloads, but isn't really + # essential. + + __tracebackhide__ = True + + if isinstance(expected, Decimal): + cls: type[ApproxBase] = ApproxDecimal + elif isinstance(expected, Mapping): + cls = ApproxMapping + elif _is_numpy_array(expected): + expected = _as_numpy_array(expected) + cls = ApproxNumpy + elif _is_sequence_like(expected): + cls = ApproxSequenceLike + elif isinstance(expected, Collection) and not isinstance(expected, (str, bytes)): + msg = f"pytest.approx() only supports ordered sequences, but got: {expected!r}" + raise TypeError(msg) + else: + cls = ApproxScalar + + return cls(expected, rel, abs, nan_ok) + + +def _is_sequence_like(expected: object) -> bool: + return ( + hasattr(expected, "__getitem__") + and isinstance(expected, Sized) + and not isinstance(expected, (str, bytes)) + ) + + +def _is_numpy_array(obj: object) -> bool: + """ + Return true if the given object is implicitly convertible to ndarray, + and numpy is already imported. + """ + return _as_numpy_array(obj) is not None + + +def _as_numpy_array(obj: object) -> ndarray | None: + """ + Return an ndarray if the given object is implicitly convertible to ndarray, + and numpy is already imported, otherwise None. + """ + import sys + + np: Any = sys.modules.get("numpy") + if np is not None: + # avoid infinite recursion on numpy scalars, which have __array__ + if np.isscalar(obj): + return None + elif isinstance(obj, np.ndarray): + return obj + elif hasattr(obj, "__array__") or hasattr("obj", "__array_interface__"): + return np.asarray(obj) + return None + + +# builtin pytest.raises helper + +E = TypeVar("E", bound=BaseException) + + +@overload +def raises( + expected_exception: type[E] | tuple[type[E], ...], + *, + match: str | Pattern[str] | None = ..., +) -> RaisesContext[E]: ... + + +@overload +def raises( + expected_exception: type[E] | tuple[type[E], ...], + func: Callable[..., Any], + *args: Any, + **kwargs: Any, +) -> _pytest._code.ExceptionInfo[E]: ... + + +def raises( + expected_exception: type[E] | tuple[type[E], ...], *args: Any, **kwargs: Any +) -> RaisesContext[E] | _pytest._code.ExceptionInfo[E]: + r"""Assert that a code block/function call raises an exception type, or one of its subclasses. + + :param expected_exception: + The expected exception type, or a tuple if one of multiple possible + exception types are expected. Note that subclasses of the passed exceptions + will also match. + + :kwparam str | re.Pattern[str] | None match: + If specified, a string containing a regular expression, + or a regular expression object, that is tested against the string + representation of the exception and its :pep:`678` `__notes__` + using :func:`re.search`. + + To match a literal string that may contain :ref:`special characters + `, the pattern can first be escaped with :func:`re.escape`. + + (This is only used when ``pytest.raises`` is used as a context manager, + and passed through to the function otherwise. + When using ``pytest.raises`` as a function, you can use: + ``pytest.raises(Exc, func, match="passed on").match("my pattern")``.) + + Use ``pytest.raises`` as a context manager, which will capture the exception of the given + type, or any of its subclasses:: + + >>> import pytest + >>> with pytest.raises(ZeroDivisionError): + ... 1/0 + + If the code block does not raise the expected exception (:class:`ZeroDivisionError` in the example + above), or no exception at all, the check will fail instead. + + You can also use the keyword argument ``match`` to assert that the + exception matches a text or regex:: + + >>> with pytest.raises(ValueError, match='must be 0 or None'): + ... raise ValueError("value must be 0 or None") + + >>> with pytest.raises(ValueError, match=r'must be \d+$'): + ... raise ValueError("value must be 42") + + The ``match`` argument searches the formatted exception string, which includes any + `PEP-678 `__ ``__notes__``: + + >>> with pytest.raises(ValueError, match=r"had a note added"): # doctest: +SKIP + ... e = ValueError("value must be 42") + ... e.add_note("had a note added") + ... raise e + + The context manager produces an :class:`ExceptionInfo` object which can be used to inspect the + details of the captured exception:: + + >>> with pytest.raises(ValueError) as exc_info: + ... raise ValueError("value must be 42") + >>> assert exc_info.type is ValueError + >>> assert exc_info.value.args[0] == "value must be 42" + + .. warning:: + + Given that ``pytest.raises`` matches subclasses, be wary of using it to match :class:`Exception` like this:: + + with pytest.raises(Exception): # Careful, this will catch ANY exception raised. + some_function() + + Because :class:`Exception` is the base class of almost all exceptions, it is easy for this to hide + real bugs, where the user wrote this expecting a specific exception, but some other exception is being + raised due to a bug introduced during a refactoring. + + Avoid using ``pytest.raises`` to catch :class:`Exception` unless certain that you really want to catch + **any** exception raised. + + .. note:: + + When using ``pytest.raises`` as a context manager, it's worthwhile to + note that normal context manager rules apply and that the exception + raised *must* be the final line in the scope of the context manager. + Lines of code after that, within the scope of the context manager will + not be executed. For example:: + + >>> value = 15 + >>> with pytest.raises(ValueError) as exc_info: + ... if value > 10: + ... raise ValueError("value must be <= 10") + ... assert exc_info.type is ValueError # This will not execute. + + Instead, the following approach must be taken (note the difference in + scope):: + + >>> with pytest.raises(ValueError) as exc_info: + ... if value > 10: + ... raise ValueError("value must be <= 10") + ... + >>> assert exc_info.type is ValueError + + **Using with** ``pytest.mark.parametrize`` + + When using :ref:`pytest.mark.parametrize ref` + it is possible to parametrize tests such that + some runs raise an exception and others do not. + + See :ref:`parametrizing_conditional_raising` for an example. + + .. seealso:: + + :ref:`assertraises` for more examples and detailed discussion. + + **Legacy form** + + It is possible to specify a callable by passing a to-be-called lambda:: + + >>> raises(ZeroDivisionError, lambda: 1/0) + + + or you can specify an arbitrary callable with arguments:: + + >>> def f(x): return 1/x + ... + >>> raises(ZeroDivisionError, f, 0) + + >>> raises(ZeroDivisionError, f, x=0) + + + The form above is fully supported but discouraged for new code because the + context manager form is regarded as more readable and less error-prone. + + .. note:: + Similar to caught exception objects in Python, explicitly clearing + local references to returned ``ExceptionInfo`` objects can + help the Python interpreter speed up its garbage collection. + + Clearing those references breaks a reference cycle + (``ExceptionInfo`` --> caught exception --> frame stack raising + the exception --> current frame stack --> local variables --> + ``ExceptionInfo``) which makes Python keep all objects referenced + from that cycle (including all local variables in the current + frame) alive until the next cyclic garbage collection run. + More detailed information can be found in the official Python + documentation for :ref:`the try statement `. + """ + __tracebackhide__ = True + + if not expected_exception: + raise ValueError( + f"Expected an exception type or a tuple of exception types, but got `{expected_exception!r}`. " + f"Raising exceptions is already understood as failing the test, so you don't need " + f"any special code to say 'this should never raise an exception'." + ) + if isinstance(expected_exception, type): + expected_exceptions: tuple[type[E], ...] = (expected_exception,) + else: + expected_exceptions = expected_exception + for exc in expected_exceptions: + if not isinstance(exc, type) or not issubclass(exc, BaseException): + msg = "expected exception must be a BaseException type, not {}" # type: ignore[unreachable] + not_a = exc.__name__ if isinstance(exc, type) else type(exc).__name__ + raise TypeError(msg.format(not_a)) + + message = f"DID NOT RAISE {expected_exception}" + + if not args: + match: str | Pattern[str] | None = kwargs.pop("match", None) + if kwargs: + msg = "Unexpected keyword arguments passed to pytest.raises: " + msg += ", ".join(sorted(kwargs)) + msg += "\nUse context-manager form instead?" + raise TypeError(msg) + return RaisesContext(expected_exception, message, match) + else: + func = args[0] + if not callable(func): + raise TypeError(f"{func!r} object (type: {type(func)}) must be callable") + try: + func(*args[1:], **kwargs) + except expected_exception as e: + return _pytest._code.ExceptionInfo.from_exception(e) + fail(message) + + +# This doesn't work with mypy for now. Use fail.Exception instead. +raises.Exception = fail.Exception # type: ignore + + +@final +class RaisesContext(ContextManager[_pytest._code.ExceptionInfo[E]]): + def __init__( + self, + expected_exception: type[E] | tuple[type[E], ...], + message: str, + match_expr: str | Pattern[str] | None = None, + ) -> None: + self.expected_exception = expected_exception + self.message = message + self.match_expr = match_expr + self.excinfo: _pytest._code.ExceptionInfo[E] | None = None + if self.match_expr is not None: + re_error = None + try: + re.compile(self.match_expr) + except re.error as e: + re_error = e + if re_error is not None: + fail(f"Invalid regex pattern provided to 'match': {re_error}") + + def __enter__(self) -> _pytest._code.ExceptionInfo[E]: + self.excinfo = _pytest._code.ExceptionInfo.for_later() + return self.excinfo + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> bool: + __tracebackhide__ = True + if exc_type is None: + fail(self.message) + assert self.excinfo is not None + if not issubclass(exc_type, self.expected_exception): + return False + # Cast to narrow the exception type now that it's verified. + exc_info = cast(Tuple[Type[E], E, TracebackType], (exc_type, exc_val, exc_tb)) + self.excinfo.fill_unfilled(exc_info) + if self.match_expr is not None: + self.excinfo.match(self.match_expr) + return True diff --git a/env/lib/python3.8/site-packages/_pytest/python_path.py b/env/lib/python3.8/site-packages/_pytest/python_path.py new file mode 100644 index 000000000..6e33c8a39 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/python_path.py @@ -0,0 +1,26 @@ +from __future__ import annotations + +import sys + +import pytest +from pytest import Config +from pytest import Parser + + +def pytest_addoption(parser: Parser) -> None: + parser.addini("pythonpath", type="paths", help="Add paths to sys.path", default=[]) + + +@pytest.hookimpl(tryfirst=True) +def pytest_load_initial_conftests(early_config: Config) -> None: + # `pythonpath = a b` will set `sys.path` to `[a, b, x, y, z, ...]` + for path in reversed(early_config.getini("pythonpath")): + sys.path.insert(0, str(path)) + + +@pytest.hookimpl(trylast=True) +def pytest_unconfigure(config: Config) -> None: + for path in config.getini("pythonpath"): + path_str = str(path) + if path_str in sys.path: + sys.path.remove(path_str) diff --git a/env/lib/python3.8/site-packages/_pytest/recwarn.py b/env/lib/python3.8/site-packages/_pytest/recwarn.py new file mode 100644 index 000000000..0dc002edd --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/recwarn.py @@ -0,0 +1,364 @@ +# mypy: allow-untyped-defs +"""Record warnings during test function execution.""" + +from __future__ import annotations + +from pprint import pformat +import re +from types import TracebackType +from typing import Any +from typing import Callable +from typing import final +from typing import Generator +from typing import Iterator +from typing import overload +from typing import Pattern +from typing import TYPE_CHECKING +from typing import TypeVar + + +if TYPE_CHECKING: + from typing_extensions import Self + +import warnings + +from _pytest.deprecated import check_ispytest +from _pytest.fixtures import fixture +from _pytest.outcomes import Exit +from _pytest.outcomes import fail + + +T = TypeVar("T") + + +@fixture +def recwarn() -> Generator[WarningsRecorder]: + """Return a :class:`WarningsRecorder` instance that records all warnings emitted by test functions. + + See :ref:`warnings` for information on warning categories. + """ + wrec = WarningsRecorder(_ispytest=True) + with wrec: + warnings.simplefilter("default") + yield wrec + + +@overload +def deprecated_call(*, match: str | Pattern[str] | None = ...) -> WarningsRecorder: ... + + +@overload +def deprecated_call(func: Callable[..., T], *args: Any, **kwargs: Any) -> T: ... + + +def deprecated_call( + func: Callable[..., Any] | None = None, *args: Any, **kwargs: Any +) -> WarningsRecorder | Any: + """Assert that code produces a ``DeprecationWarning`` or ``PendingDeprecationWarning`` or ``FutureWarning``. + + This function can be used as a context manager:: + + >>> import warnings + >>> def api_call_v2(): + ... warnings.warn('use v3 of this api', DeprecationWarning) + ... return 200 + + >>> import pytest + >>> with pytest.deprecated_call(): + ... assert api_call_v2() == 200 + + It can also be used by passing a function and ``*args`` and ``**kwargs``, + in which case it will ensure calling ``func(*args, **kwargs)`` produces one of + the warnings types above. The return value is the return value of the function. + + In the context manager form you may use the keyword argument ``match`` to assert + that the warning matches a text or regex. + + The context manager produces a list of :class:`warnings.WarningMessage` objects, + one for each warning raised. + """ + __tracebackhide__ = True + if func is not None: + args = (func, *args) + return warns( + (DeprecationWarning, PendingDeprecationWarning, FutureWarning), *args, **kwargs + ) + + +@overload +def warns( + expected_warning: type[Warning] | tuple[type[Warning], ...] = ..., + *, + match: str | Pattern[str] | None = ..., +) -> WarningsChecker: ... + + +@overload +def warns( + expected_warning: type[Warning] | tuple[type[Warning], ...], + func: Callable[..., T], + *args: Any, + **kwargs: Any, +) -> T: ... + + +def warns( + expected_warning: type[Warning] | tuple[type[Warning], ...] = Warning, + *args: Any, + match: str | Pattern[str] | None = None, + **kwargs: Any, +) -> WarningsChecker | Any: + r"""Assert that code raises a particular class of warning. + + Specifically, the parameter ``expected_warning`` can be a warning class or tuple + of warning classes, and the code inside the ``with`` block must issue at least one + warning of that class or classes. + + This helper produces a list of :class:`warnings.WarningMessage` objects, one for + each warning emitted (regardless of whether it is an ``expected_warning`` or not). + Since pytest 8.0, unmatched warnings are also re-emitted when the context closes. + + This function can be used as a context manager:: + + >>> import pytest + >>> with pytest.warns(RuntimeWarning): + ... warnings.warn("my warning", RuntimeWarning) + + In the context manager form you may use the keyword argument ``match`` to assert + that the warning matches a text or regex:: + + >>> with pytest.warns(UserWarning, match='must be 0 or None'): + ... warnings.warn("value must be 0 or None", UserWarning) + + >>> with pytest.warns(UserWarning, match=r'must be \d+$'): + ... warnings.warn("value must be 42", UserWarning) + + >>> with pytest.warns(UserWarning): # catch re-emitted warning + ... with pytest.warns(UserWarning, match=r'must be \d+$'): + ... warnings.warn("this is not here", UserWarning) + Traceback (most recent call last): + ... + Failed: DID NOT WARN. No warnings of type ...UserWarning... were emitted... + + **Using with** ``pytest.mark.parametrize`` + + When using :ref:`pytest.mark.parametrize ref` it is possible to parametrize tests + such that some runs raise a warning and others do not. + + This could be achieved in the same way as with exceptions, see + :ref:`parametrizing_conditional_raising` for an example. + + """ + __tracebackhide__ = True + if not args: + if kwargs: + argnames = ", ".join(sorted(kwargs)) + raise TypeError( + f"Unexpected keyword arguments passed to pytest.warns: {argnames}" + "\nUse context-manager form instead?" + ) + return WarningsChecker(expected_warning, match_expr=match, _ispytest=True) + else: + func = args[0] + if not callable(func): + raise TypeError(f"{func!r} object (type: {type(func)}) must be callable") + with WarningsChecker(expected_warning, _ispytest=True): + return func(*args[1:], **kwargs) + + +class WarningsRecorder(warnings.catch_warnings): # type:ignore[type-arg] + """A context manager to record raised warnings. + + Each recorded warning is an instance of :class:`warnings.WarningMessage`. + + Adapted from `warnings.catch_warnings`. + + .. note:: + ``DeprecationWarning`` and ``PendingDeprecationWarning`` are treated + differently; see :ref:`ensuring_function_triggers`. + + """ + + def __init__(self, *, _ispytest: bool = False) -> None: + check_ispytest(_ispytest) + super().__init__(record=True) + self._entered = False + self._list: list[warnings.WarningMessage] = [] + + @property + def list(self) -> list[warnings.WarningMessage]: + """The list of recorded warnings.""" + return self._list + + def __getitem__(self, i: int) -> warnings.WarningMessage: + """Get a recorded warning by index.""" + return self._list[i] + + def __iter__(self) -> Iterator[warnings.WarningMessage]: + """Iterate through the recorded warnings.""" + return iter(self._list) + + def __len__(self) -> int: + """The number of recorded warnings.""" + return len(self._list) + + def pop(self, cls: type[Warning] = Warning) -> warnings.WarningMessage: + """Pop the first recorded warning which is an instance of ``cls``, + but not an instance of a child class of any other match. + Raises ``AssertionError`` if there is no match. + """ + best_idx: int | None = None + for i, w in enumerate(self._list): + if w.category == cls: + return self._list.pop(i) # exact match, stop looking + if issubclass(w.category, cls) and ( + best_idx is None + or not issubclass(w.category, self._list[best_idx].category) + ): + best_idx = i + if best_idx is not None: + return self._list.pop(best_idx) + __tracebackhide__ = True + raise AssertionError(f"{cls!r} not found in warning list") + + def clear(self) -> None: + """Clear the list of recorded warnings.""" + self._list[:] = [] + + def __enter__(self) -> Self: + if self._entered: + __tracebackhide__ = True + raise RuntimeError(f"Cannot enter {self!r} twice") + _list = super().__enter__() + # record=True means it's None. + assert _list is not None + self._list = _list + warnings.simplefilter("always") + return self + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + if not self._entered: + __tracebackhide__ = True + raise RuntimeError(f"Cannot exit {self!r} without entering first") + + super().__exit__(exc_type, exc_val, exc_tb) + + # Built-in catch_warnings does not reset entered state so we do it + # manually here for this context manager to become reusable. + self._entered = False + + +@final +class WarningsChecker(WarningsRecorder): + def __init__( + self, + expected_warning: type[Warning] | tuple[type[Warning], ...] = Warning, + match_expr: str | Pattern[str] | None = None, + *, + _ispytest: bool = False, + ) -> None: + check_ispytest(_ispytest) + super().__init__(_ispytest=True) + + msg = "exceptions must be derived from Warning, not %s" + if isinstance(expected_warning, tuple): + for exc in expected_warning: + if not issubclass(exc, Warning): + raise TypeError(msg % type(exc)) + expected_warning_tup = expected_warning + elif isinstance(expected_warning, type) and issubclass( + expected_warning, Warning + ): + expected_warning_tup = (expected_warning,) + else: + raise TypeError(msg % type(expected_warning)) + + self.expected_warning = expected_warning_tup + self.match_expr = match_expr + + def matches(self, warning: warnings.WarningMessage) -> bool: + assert self.expected_warning is not None + return issubclass(warning.category, self.expected_warning) and bool( + self.match_expr is None or re.search(self.match_expr, str(warning.message)) + ) + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + super().__exit__(exc_type, exc_val, exc_tb) + + __tracebackhide__ = True + + # BaseExceptions like pytest.{skip,fail,xfail,exit} or Ctrl-C within + # pytest.warns should *not* trigger "DID NOT WARN" and get suppressed + # when the warning doesn't happen. Control-flow exceptions should always + # propagate. + if exc_val is not None and ( + not isinstance(exc_val, Exception) + # Exit is an Exception, not a BaseException, for some reason. + or isinstance(exc_val, Exit) + ): + return + + def found_str() -> str: + return pformat([record.message for record in self], indent=2) + + try: + if not any(issubclass(w.category, self.expected_warning) for w in self): + fail( + f"DID NOT WARN. No warnings of type {self.expected_warning} were emitted.\n" + f" Emitted warnings: {found_str()}." + ) + elif not any(self.matches(w) for w in self): + fail( + f"DID NOT WARN. No warnings of type {self.expected_warning} matching the regex were emitted.\n" + f" Regex: {self.match_expr}\n" + f" Emitted warnings: {found_str()}." + ) + finally: + # Whether or not any warnings matched, we want to re-emit all unmatched warnings. + for w in self: + if not self.matches(w): + warnings.warn_explicit( + message=w.message, + category=w.category, + filename=w.filename, + lineno=w.lineno, + module=w.__module__, + source=w.source, + ) + + # Currently in Python it is possible to pass other types than an + # `str` message when creating `Warning` instances, however this + # causes an exception when :func:`warnings.filterwarnings` is used + # to filter those warnings. See + # https://github.com/python/cpython/issues/103577 for a discussion. + # While this can be considered a bug in CPython, we put guards in + # pytest as the error message produced without this check in place + # is confusing (#10865). + for w in self: + if type(w.message) is not UserWarning: + # If the warning was of an incorrect type then `warnings.warn()` + # creates a UserWarning. Any other warning must have been specified + # explicitly. + continue + if not w.message.args: + # UserWarning() without arguments must have been specified explicitly. + continue + msg = w.message.args[0] + if isinstance(msg, str): + continue + # It's possible that UserWarning was explicitly specified, and + # its first argument was not a string. But that case can't be + # distinguished from an invalid type. + raise TypeError( + f"Warning must be str or Warning, got {msg!r} (type {type(msg).__name__})" + ) diff --git a/env/lib/python3.8/site-packages/_pytest/reports.py b/env/lib/python3.8/site-packages/_pytest/reports.py new file mode 100644 index 000000000..77cbf773e --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/reports.py @@ -0,0 +1,636 @@ +# mypy: allow-untyped-defs +from __future__ import annotations + +import dataclasses +from io import StringIO +import os +from pprint import pprint +from typing import Any +from typing import cast +from typing import final +from typing import Iterable +from typing import Iterator +from typing import Literal +from typing import Mapping +from typing import NoReturn +from typing import Sequence +from typing import TYPE_CHECKING + +from _pytest._code.code import ExceptionChainRepr +from _pytest._code.code import ExceptionInfo +from _pytest._code.code import ExceptionRepr +from _pytest._code.code import ReprEntry +from _pytest._code.code import ReprEntryNative +from _pytest._code.code import ReprExceptionInfo +from _pytest._code.code import ReprFileLocation +from _pytest._code.code import ReprFuncArgs +from _pytest._code.code import ReprLocals +from _pytest._code.code import ReprTraceback +from _pytest._code.code import TerminalRepr +from _pytest._io import TerminalWriter +from _pytest.config import Config +from _pytest.nodes import Collector +from _pytest.nodes import Item +from _pytest.outcomes import fail +from _pytest.outcomes import skip + + +if TYPE_CHECKING: + from typing_extensions import Self + + from _pytest.runner import CallInfo + + +def getworkerinfoline(node): + try: + return node._workerinfocache + except AttributeError: + d = node.workerinfo + ver = "{}.{}.{}".format(*d["version_info"][:3]) + node._workerinfocache = s = "[{}] {} -- Python {} {}".format( + d["id"], d["sysplatform"], ver, d["executable"] + ) + return s + + +class BaseReport: + when: str | None + location: tuple[str, int | None, str] | None + longrepr: ( + None | ExceptionInfo[BaseException] | tuple[str, int, str] | str | TerminalRepr + ) + sections: list[tuple[str, str]] + nodeid: str + outcome: Literal["passed", "failed", "skipped"] + + def __init__(self, **kw: Any) -> None: + self.__dict__.update(kw) + + if TYPE_CHECKING: + # Can have arbitrary fields given to __init__(). + def __getattr__(self, key: str) -> Any: ... + + def toterminal(self, out: TerminalWriter) -> None: + if hasattr(self, "node"): + worker_info = getworkerinfoline(self.node) + if worker_info: + out.line(worker_info) + + longrepr = self.longrepr + if longrepr is None: + return + + if hasattr(longrepr, "toterminal"): + longrepr_terminal = cast(TerminalRepr, longrepr) + longrepr_terminal.toterminal(out) + else: + try: + s = str(longrepr) + except UnicodeEncodeError: + s = "" + out.line(s) + + def get_sections(self, prefix: str) -> Iterator[tuple[str, str]]: + for name, content in self.sections: + if name.startswith(prefix): + yield prefix, content + + @property + def longreprtext(self) -> str: + """Read-only property that returns the full string representation of + ``longrepr``. + + .. versionadded:: 3.0 + """ + file = StringIO() + tw = TerminalWriter(file) + tw.hasmarkup = False + self.toterminal(tw) + exc = file.getvalue() + return exc.strip() + + @property + def caplog(self) -> str: + """Return captured log lines, if log capturing is enabled. + + .. versionadded:: 3.5 + """ + return "\n".join( + content for (prefix, content) in self.get_sections("Captured log") + ) + + @property + def capstdout(self) -> str: + """Return captured text from stdout, if capturing is enabled. + + .. versionadded:: 3.0 + """ + return "".join( + content for (prefix, content) in self.get_sections("Captured stdout") + ) + + @property + def capstderr(self) -> str: + """Return captured text from stderr, if capturing is enabled. + + .. versionadded:: 3.0 + """ + return "".join( + content for (prefix, content) in self.get_sections("Captured stderr") + ) + + @property + def passed(self) -> bool: + """Whether the outcome is passed.""" + return self.outcome == "passed" + + @property + def failed(self) -> bool: + """Whether the outcome is failed.""" + return self.outcome == "failed" + + @property + def skipped(self) -> bool: + """Whether the outcome is skipped.""" + return self.outcome == "skipped" + + @property + def fspath(self) -> str: + """The path portion of the reported node, as a string.""" + return self.nodeid.split("::")[0] + + @property + def count_towards_summary(self) -> bool: + """**Experimental** Whether this report should be counted towards the + totals shown at the end of the test session: "1 passed, 1 failure, etc". + + .. note:: + + This function is considered **experimental**, so beware that it is subject to changes + even in patch releases. + """ + return True + + @property + def head_line(self) -> str | None: + """**Experimental** The head line shown with longrepr output for this + report, more commonly during traceback representation during + failures:: + + ________ Test.foo ________ + + + In the example above, the head_line is "Test.foo". + + .. note:: + + This function is considered **experimental**, so beware that it is subject to changes + even in patch releases. + """ + if self.location is not None: + fspath, lineno, domain = self.location + return domain + return None + + def _get_verbose_word_with_markup( + self, config: Config, default_markup: Mapping[str, bool] + ) -> tuple[str, Mapping[str, bool]]: + _category, _short, verbose = config.hook.pytest_report_teststatus( + report=self, config=config + ) + + if isinstance(verbose, str): + return verbose, default_markup + + if isinstance(verbose, Sequence) and len(verbose) == 2: + word, markup = verbose + if isinstance(word, str) and isinstance(markup, Mapping): + return word, markup + + fail( # pragma: no cover + "pytest_report_teststatus() hook (from a plugin) returned " + f"an invalid verbose value: {verbose!r}.\nExpected either a string " + "or a tuple of (word, markup)." + ) + + def _to_json(self) -> dict[str, Any]: + """Return the contents of this report as a dict of builtin entries, + suitable for serialization. + + This was originally the serialize_report() function from xdist (ca03269). + + Experimental method. + """ + return _report_to_json(self) + + @classmethod + def _from_json(cls, reportdict: dict[str, object]) -> Self: + """Create either a TestReport or CollectReport, depending on the calling class. + + It is the callers responsibility to know which class to pass here. + + This was originally the serialize_report() function from xdist (ca03269). + + Experimental method. + """ + kwargs = _report_kwargs_from_json(reportdict) + return cls(**kwargs) + + +def _report_unserialization_failure( + type_name: str, report_class: type[BaseReport], reportdict +) -> NoReturn: + url = "https://github.com/pytest-dev/pytest/issues" + stream = StringIO() + pprint("-" * 100, stream=stream) + pprint(f"INTERNALERROR: Unknown entry type returned: {type_name}", stream=stream) + pprint(f"report_name: {report_class}", stream=stream) + pprint(reportdict, stream=stream) + pprint(f"Please report this bug at {url}", stream=stream) + pprint("-" * 100, stream=stream) + raise RuntimeError(stream.getvalue()) + + +@final +class TestReport(BaseReport): + """Basic test report object (also used for setup and teardown calls if + they fail). + + Reports can contain arbitrary extra attributes. + """ + + __test__ = False + # Defined by skipping plugin. + # xfail reason if xfailed, otherwise not defined. Use hasattr to distinguish. + wasxfail: str + + def __init__( + self, + nodeid: str, + location: tuple[str, int | None, str], + keywords: Mapping[str, Any], + outcome: Literal["passed", "failed", "skipped"], + longrepr: None + | ExceptionInfo[BaseException] + | tuple[str, int, str] + | str + | TerminalRepr, + when: Literal["setup", "call", "teardown"], + sections: Iterable[tuple[str, str]] = (), + duration: float = 0, + start: float = 0, + stop: float = 0, + user_properties: Iterable[tuple[str, object]] | None = None, + **extra, + ) -> None: + #: Normalized collection nodeid. + self.nodeid = nodeid + + #: A (filesystempath, lineno, domaininfo) tuple indicating the + #: actual location of a test item - it might be different from the + #: collected one e.g. if a method is inherited from a different module. + #: The filesystempath may be relative to ``config.rootdir``. + #: The line number is 0-based. + self.location: tuple[str, int | None, str] = location + + #: A name -> value dictionary containing all keywords and + #: markers associated with a test invocation. + self.keywords: Mapping[str, Any] = keywords + + #: Test outcome, always one of "passed", "failed", "skipped". + self.outcome = outcome + + #: None or a failure representation. + self.longrepr = longrepr + + #: One of 'setup', 'call', 'teardown' to indicate runtest phase. + self.when = when + + #: User properties is a list of tuples (name, value) that holds user + #: defined properties of the test. + self.user_properties = list(user_properties or []) + + #: Tuples of str ``(heading, content)`` with extra information + #: for the test report. Used by pytest to add text captured + #: from ``stdout``, ``stderr``, and intercepted logging events. May + #: be used by other plugins to add arbitrary information to reports. + self.sections = list(sections) + + #: Time it took to run just the test. + self.duration: float = duration + + #: The system time when the call started, in seconds since the epoch. + self.start: float = start + #: The system time when the call ended, in seconds since the epoch. + self.stop: float = stop + + self.__dict__.update(extra) + + def __repr__(self) -> str: + return f"<{self.__class__.__name__} {self.nodeid!r} when={self.when!r} outcome={self.outcome!r}>" + + @classmethod + def from_item_and_call(cls, item: Item, call: CallInfo[None]) -> TestReport: + """Create and fill a TestReport with standard item and call info. + + :param item: The item. + :param call: The call info. + """ + when = call.when + # Remove "collect" from the Literal type -- only for collection calls. + assert when != "collect" + duration = call.duration + start = call.start + stop = call.stop + keywords = {x: 1 for x in item.keywords} + excinfo = call.excinfo + sections = [] + if not call.excinfo: + outcome: Literal["passed", "failed", "skipped"] = "passed" + longrepr: ( + None + | ExceptionInfo[BaseException] + | tuple[str, int, str] + | str + | TerminalRepr + ) = None + else: + if not isinstance(excinfo, ExceptionInfo): + outcome = "failed" + longrepr = excinfo + elif isinstance(excinfo.value, skip.Exception): + outcome = "skipped" + r = excinfo._getreprcrash() + assert ( + r is not None + ), "There should always be a traceback entry for skipping a test." + if excinfo.value._use_item_location: + path, line = item.reportinfo()[:2] + assert line is not None + longrepr = os.fspath(path), line + 1, r.message + else: + longrepr = (str(r.path), r.lineno, r.message) + else: + outcome = "failed" + if call.when == "call": + longrepr = item.repr_failure(excinfo) + else: # exception in setup or teardown + longrepr = item._repr_failure_py( + excinfo, style=item.config.getoption("tbstyle", "auto") + ) + for rwhen, key, content in item._report_sections: + sections.append((f"Captured {key} {rwhen}", content)) + return cls( + item.nodeid, + item.location, + keywords, + outcome, + longrepr, + when, + sections, + duration, + start, + stop, + user_properties=item.user_properties, + ) + + +@final +class CollectReport(BaseReport): + """Collection report object. + + Reports can contain arbitrary extra attributes. + """ + + when = "collect" + + def __init__( + self, + nodeid: str, + outcome: Literal["passed", "failed", "skipped"], + longrepr: None + | ExceptionInfo[BaseException] + | tuple[str, int, str] + | str + | TerminalRepr, + result: list[Item | Collector] | None, + sections: Iterable[tuple[str, str]] = (), + **extra, + ) -> None: + #: Normalized collection nodeid. + self.nodeid = nodeid + + #: Test outcome, always one of "passed", "failed", "skipped". + self.outcome = outcome + + #: None or a failure representation. + self.longrepr = longrepr + + #: The collected items and collection nodes. + self.result = result or [] + + #: Tuples of str ``(heading, content)`` with extra information + #: for the test report. Used by pytest to add text captured + #: from ``stdout``, ``stderr``, and intercepted logging events. May + #: be used by other plugins to add arbitrary information to reports. + self.sections = list(sections) + + self.__dict__.update(extra) + + @property + def location( # type:ignore[override] + self, + ) -> tuple[str, int | None, str] | None: + return (self.fspath, None, self.fspath) + + def __repr__(self) -> str: + return f"" + + +class CollectErrorRepr(TerminalRepr): + def __init__(self, msg: str) -> None: + self.longrepr = msg + + def toterminal(self, out: TerminalWriter) -> None: + out.line(self.longrepr, red=True) + + +def pytest_report_to_serializable( + report: CollectReport | TestReport, +) -> dict[str, Any] | None: + if isinstance(report, (TestReport, CollectReport)): + data = report._to_json() + data["$report_type"] = report.__class__.__name__ + return data + # TODO: Check if this is actually reachable. + return None # type: ignore[unreachable] + + +def pytest_report_from_serializable( + data: dict[str, Any], +) -> CollectReport | TestReport | None: + if "$report_type" in data: + if data["$report_type"] == "TestReport": + return TestReport._from_json(data) + elif data["$report_type"] == "CollectReport": + return CollectReport._from_json(data) + assert False, "Unknown report_type unserialize data: {}".format( + data["$report_type"] + ) + return None + + +def _report_to_json(report: BaseReport) -> dict[str, Any]: + """Return the contents of this report as a dict of builtin entries, + suitable for serialization. + + This was originally the serialize_report() function from xdist (ca03269). + """ + + def serialize_repr_entry( + entry: ReprEntry | ReprEntryNative, + ) -> dict[str, Any]: + data = dataclasses.asdict(entry) + for key, value in data.items(): + if hasattr(value, "__dict__"): + data[key] = dataclasses.asdict(value) + entry_data = {"type": type(entry).__name__, "data": data} + return entry_data + + def serialize_repr_traceback(reprtraceback: ReprTraceback) -> dict[str, Any]: + result = dataclasses.asdict(reprtraceback) + result["reprentries"] = [ + serialize_repr_entry(x) for x in reprtraceback.reprentries + ] + return result + + def serialize_repr_crash( + reprcrash: ReprFileLocation | None, + ) -> dict[str, Any] | None: + if reprcrash is not None: + return dataclasses.asdict(reprcrash) + else: + return None + + def serialize_exception_longrepr(rep: BaseReport) -> dict[str, Any]: + assert rep.longrepr is not None + # TODO: Investigate whether the duck typing is really necessary here. + longrepr = cast(ExceptionRepr, rep.longrepr) + result: dict[str, Any] = { + "reprcrash": serialize_repr_crash(longrepr.reprcrash), + "reprtraceback": serialize_repr_traceback(longrepr.reprtraceback), + "sections": longrepr.sections, + } + if isinstance(longrepr, ExceptionChainRepr): + result["chain"] = [] + for repr_traceback, repr_crash, description in longrepr.chain: + result["chain"].append( + ( + serialize_repr_traceback(repr_traceback), + serialize_repr_crash(repr_crash), + description, + ) + ) + else: + result["chain"] = None + return result + + d = report.__dict__.copy() + if hasattr(report.longrepr, "toterminal"): + if hasattr(report.longrepr, "reprtraceback") and hasattr( + report.longrepr, "reprcrash" + ): + d["longrepr"] = serialize_exception_longrepr(report) + else: + d["longrepr"] = str(report.longrepr) + else: + d["longrepr"] = report.longrepr + for name in d: + if isinstance(d[name], os.PathLike): + d[name] = os.fspath(d[name]) + elif name == "result": + d[name] = None # for now + return d + + +def _report_kwargs_from_json(reportdict: dict[str, Any]) -> dict[str, Any]: + """Return **kwargs that can be used to construct a TestReport or + CollectReport instance. + + This was originally the serialize_report() function from xdist (ca03269). + """ + + def deserialize_repr_entry(entry_data): + data = entry_data["data"] + entry_type = entry_data["type"] + if entry_type == "ReprEntry": + reprfuncargs = None + reprfileloc = None + reprlocals = None + if data["reprfuncargs"]: + reprfuncargs = ReprFuncArgs(**data["reprfuncargs"]) + if data["reprfileloc"]: + reprfileloc = ReprFileLocation(**data["reprfileloc"]) + if data["reprlocals"]: + reprlocals = ReprLocals(data["reprlocals"]["lines"]) + + reprentry: ReprEntry | ReprEntryNative = ReprEntry( + lines=data["lines"], + reprfuncargs=reprfuncargs, + reprlocals=reprlocals, + reprfileloc=reprfileloc, + style=data["style"], + ) + elif entry_type == "ReprEntryNative": + reprentry = ReprEntryNative(data["lines"]) + else: + _report_unserialization_failure(entry_type, TestReport, reportdict) + return reprentry + + def deserialize_repr_traceback(repr_traceback_dict): + repr_traceback_dict["reprentries"] = [ + deserialize_repr_entry(x) for x in repr_traceback_dict["reprentries"] + ] + return ReprTraceback(**repr_traceback_dict) + + def deserialize_repr_crash(repr_crash_dict: dict[str, Any] | None): + if repr_crash_dict is not None: + return ReprFileLocation(**repr_crash_dict) + else: + return None + + if ( + reportdict["longrepr"] + and "reprcrash" in reportdict["longrepr"] + and "reprtraceback" in reportdict["longrepr"] + ): + reprtraceback = deserialize_repr_traceback( + reportdict["longrepr"]["reprtraceback"] + ) + reprcrash = deserialize_repr_crash(reportdict["longrepr"]["reprcrash"]) + if reportdict["longrepr"]["chain"]: + chain = [] + for repr_traceback_data, repr_crash_data, description in reportdict[ + "longrepr" + ]["chain"]: + chain.append( + ( + deserialize_repr_traceback(repr_traceback_data), + deserialize_repr_crash(repr_crash_data), + description, + ) + ) + exception_info: ExceptionChainRepr | ReprExceptionInfo = ExceptionChainRepr( + chain + ) + else: + exception_info = ReprExceptionInfo( + reprtraceback=reprtraceback, + reprcrash=reprcrash, + ) + + for section in reportdict["longrepr"]["sections"]: + exception_info.addsection(*section) + reportdict["longrepr"] = exception_info + + return reportdict diff --git a/env/lib/python3.8/site-packages/_pytest/runner.py b/env/lib/python3.8/site-packages/_pytest/runner.py new file mode 100644 index 000000000..0b60301bf --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/runner.py @@ -0,0 +1,571 @@ +# mypy: allow-untyped-defs +"""Basic collect and runtest protocol implementations.""" + +from __future__ import annotations + +import bdb +import dataclasses +import os +import sys +import types +from typing import Callable +from typing import cast +from typing import final +from typing import Generic +from typing import Literal +from typing import TYPE_CHECKING +from typing import TypeVar + +from .reports import BaseReport +from .reports import CollectErrorRepr +from .reports import CollectReport +from .reports import TestReport +from _pytest import timing +from _pytest._code.code import ExceptionChainRepr +from _pytest._code.code import ExceptionInfo +from _pytest._code.code import TerminalRepr +from _pytest.config.argparsing import Parser +from _pytest.deprecated import check_ispytest +from _pytest.nodes import Collector +from _pytest.nodes import Directory +from _pytest.nodes import Item +from _pytest.nodes import Node +from _pytest.outcomes import Exit +from _pytest.outcomes import OutcomeException +from _pytest.outcomes import Skipped +from _pytest.outcomes import TEST_OUTCOME + + +if sys.version_info < (3, 11): + from exceptiongroup import BaseExceptionGroup + +if TYPE_CHECKING: + from _pytest.main import Session + from _pytest.terminal import TerminalReporter + +# +# pytest plugin hooks. + + +def pytest_addoption(parser: Parser) -> None: + group = parser.getgroup("terminal reporting", "Reporting", after="general") + group.addoption( + "--durations", + action="store", + type=int, + default=None, + metavar="N", + help="Show N slowest setup/test durations (N=0 for all)", + ) + group.addoption( + "--durations-min", + action="store", + type=float, + default=0.005, + metavar="N", + help="Minimal duration in seconds for inclusion in slowest list. " + "Default: 0.005.", + ) + + +def pytest_terminal_summary(terminalreporter: TerminalReporter) -> None: + durations = terminalreporter.config.option.durations + durations_min = terminalreporter.config.option.durations_min + verbose = terminalreporter.config.get_verbosity() + if durations is None: + return + tr = terminalreporter + dlist = [] + for replist in tr.stats.values(): + for rep in replist: + if hasattr(rep, "duration"): + dlist.append(rep) + if not dlist: + return + dlist.sort(key=lambda x: x.duration, reverse=True) + if not durations: + tr.write_sep("=", "slowest durations") + else: + tr.write_sep("=", f"slowest {durations} durations") + dlist = dlist[:durations] + + for i, rep in enumerate(dlist): + if verbose < 2 and rep.duration < durations_min: + tr.write_line("") + tr.write_line( + f"({len(dlist) - i} durations < {durations_min:g}s hidden. Use -vv to show these durations.)" + ) + break + tr.write_line(f"{rep.duration:02.2f}s {rep.when:<8} {rep.nodeid}") + + +def pytest_sessionstart(session: Session) -> None: + session._setupstate = SetupState() + + +def pytest_sessionfinish(session: Session) -> None: + session._setupstate.teardown_exact(None) + + +def pytest_runtest_protocol(item: Item, nextitem: Item | None) -> bool: + ihook = item.ihook + ihook.pytest_runtest_logstart(nodeid=item.nodeid, location=item.location) + runtestprotocol(item, nextitem=nextitem) + ihook.pytest_runtest_logfinish(nodeid=item.nodeid, location=item.location) + return True + + +def runtestprotocol( + item: Item, log: bool = True, nextitem: Item | None = None +) -> list[TestReport]: + hasrequest = hasattr(item, "_request") + if hasrequest and not item._request: # type: ignore[attr-defined] + # This only happens if the item is re-run, as is done by + # pytest-rerunfailures. + item._initrequest() # type: ignore[attr-defined] + rep = call_and_report(item, "setup", log) + reports = [rep] + if rep.passed: + if item.config.getoption("setupshow", False): + show_test_item(item) + if not item.config.getoption("setuponly", False): + reports.append(call_and_report(item, "call", log)) + # If the session is about to fail or stop, teardown everything - this is + # necessary to correctly report fixture teardown errors (see #11706) + if item.session.shouldfail or item.session.shouldstop: + nextitem = None + reports.append(call_and_report(item, "teardown", log, nextitem=nextitem)) + # After all teardown hooks have been called + # want funcargs and request info to go away. + if hasrequest: + item._request = False # type: ignore[attr-defined] + item.funcargs = None # type: ignore[attr-defined] + return reports + + +def show_test_item(item: Item) -> None: + """Show test function, parameters and the fixtures of the test item.""" + tw = item.config.get_terminal_writer() + tw.line() + tw.write(" " * 8) + tw.write(item.nodeid) + used_fixtures = sorted(getattr(item, "fixturenames", [])) + if used_fixtures: + tw.write(" (fixtures used: {})".format(", ".join(used_fixtures))) + tw.flush() + + +def pytest_runtest_setup(item: Item) -> None: + _update_current_test_var(item, "setup") + item.session._setupstate.setup(item) + + +def pytest_runtest_call(item: Item) -> None: + _update_current_test_var(item, "call") + try: + del sys.last_type + del sys.last_value + del sys.last_traceback + if sys.version_info >= (3, 12, 0): + del sys.last_exc # type:ignore[attr-defined] + except AttributeError: + pass + try: + item.runtest() + except Exception as e: + # Store trace info to allow postmortem debugging + sys.last_type = type(e) + sys.last_value = e + if sys.version_info >= (3, 12, 0): + sys.last_exc = e # type:ignore[attr-defined] + assert e.__traceback__ is not None + # Skip *this* frame + sys.last_traceback = e.__traceback__.tb_next + raise + + +def pytest_runtest_teardown(item: Item, nextitem: Item | None) -> None: + _update_current_test_var(item, "teardown") + item.session._setupstate.teardown_exact(nextitem) + _update_current_test_var(item, None) + + +def _update_current_test_var( + item: Item, when: Literal["setup", "call", "teardown"] | None +) -> None: + """Update :envvar:`PYTEST_CURRENT_TEST` to reflect the current item and stage. + + If ``when`` is None, delete ``PYTEST_CURRENT_TEST`` from the environment. + """ + var_name = "PYTEST_CURRENT_TEST" + if when: + value = f"{item.nodeid} ({when})" + # don't allow null bytes on environment variables (see #2644, #2957) + value = value.replace("\x00", "(null)") + os.environ[var_name] = value + else: + os.environ.pop(var_name) + + +def pytest_report_teststatus(report: BaseReport) -> tuple[str, str, str] | None: + if report.when in ("setup", "teardown"): + if report.failed: + # category, shortletter, verbose-word + return "error", "E", "ERROR" + elif report.skipped: + return "skipped", "s", "SKIPPED" + else: + return "", "", "" + return None + + +# +# Implementation + + +def call_and_report( + item: Item, when: Literal["setup", "call", "teardown"], log: bool = True, **kwds +) -> TestReport: + ihook = item.ihook + if when == "setup": + runtest_hook: Callable[..., None] = ihook.pytest_runtest_setup + elif when == "call": + runtest_hook = ihook.pytest_runtest_call + elif when == "teardown": + runtest_hook = ihook.pytest_runtest_teardown + else: + assert False, f"Unhandled runtest hook case: {when}" + reraise: tuple[type[BaseException], ...] = (Exit,) + if not item.config.getoption("usepdb", False): + reraise += (KeyboardInterrupt,) + call = CallInfo.from_call( + lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise + ) + report: TestReport = ihook.pytest_runtest_makereport(item=item, call=call) + if log: + ihook.pytest_runtest_logreport(report=report) + if check_interactive_exception(call, report): + ihook.pytest_exception_interact(node=item, call=call, report=report) + return report + + +def check_interactive_exception(call: CallInfo[object], report: BaseReport) -> bool: + """Check whether the call raised an exception that should be reported as + interactive.""" + if call.excinfo is None: + # Didn't raise. + return False + if hasattr(report, "wasxfail"): + # Exception was expected. + return False + if isinstance(call.excinfo.value, (Skipped, bdb.BdbQuit)): + # Special control flow exception. + return False + return True + + +TResult = TypeVar("TResult", covariant=True) + + +@final +@dataclasses.dataclass +class CallInfo(Generic[TResult]): + """Result/Exception info of a function invocation.""" + + _result: TResult | None + #: The captured exception of the call, if it raised. + excinfo: ExceptionInfo[BaseException] | None + #: The system time when the call started, in seconds since the epoch. + start: float + #: The system time when the call ended, in seconds since the epoch. + stop: float + #: The call duration, in seconds. + duration: float + #: The context of invocation: "collect", "setup", "call" or "teardown". + when: Literal["collect", "setup", "call", "teardown"] + + def __init__( + self, + result: TResult | None, + excinfo: ExceptionInfo[BaseException] | None, + start: float, + stop: float, + duration: float, + when: Literal["collect", "setup", "call", "teardown"], + *, + _ispytest: bool = False, + ) -> None: + check_ispytest(_ispytest) + self._result = result + self.excinfo = excinfo + self.start = start + self.stop = stop + self.duration = duration + self.when = when + + @property + def result(self) -> TResult: + """The return value of the call, if it didn't raise. + + Can only be accessed if excinfo is None. + """ + if self.excinfo is not None: + raise AttributeError(f"{self!r} has no valid result") + # The cast is safe because an exception wasn't raised, hence + # _result has the expected function return type (which may be + # None, that's why a cast and not an assert). + return cast(TResult, self._result) + + @classmethod + def from_call( + cls, + func: Callable[[], TResult], + when: Literal["collect", "setup", "call", "teardown"], + reraise: type[BaseException] | tuple[type[BaseException], ...] | None = None, + ) -> CallInfo[TResult]: + """Call func, wrapping the result in a CallInfo. + + :param func: + The function to call. Called without arguments. + :type func: Callable[[], _pytest.runner.TResult] + :param when: + The phase in which the function is called. + :param reraise: + Exception or exceptions that shall propagate if raised by the + function, instead of being wrapped in the CallInfo. + """ + excinfo = None + start = timing.time() + precise_start = timing.perf_counter() + try: + result: TResult | None = func() + except BaseException: + excinfo = ExceptionInfo.from_current() + if reraise is not None and isinstance(excinfo.value, reraise): + raise + result = None + # use the perf counter + precise_stop = timing.perf_counter() + duration = precise_stop - precise_start + stop = timing.time() + return cls( + start=start, + stop=stop, + duration=duration, + when=when, + result=result, + excinfo=excinfo, + _ispytest=True, + ) + + def __repr__(self) -> str: + if self.excinfo is None: + return f"" + return f"" + + +def pytest_runtest_makereport(item: Item, call: CallInfo[None]) -> TestReport: + return TestReport.from_item_and_call(item, call) + + +def pytest_make_collect_report(collector: Collector) -> CollectReport: + def collect() -> list[Item | Collector]: + # Before collecting, if this is a Directory, load the conftests. + # If a conftest import fails to load, it is considered a collection + # error of the Directory collector. This is why it's done inside of the + # CallInfo wrapper. + # + # Note: initial conftests are loaded early, not here. + if isinstance(collector, Directory): + collector.config.pluginmanager._loadconftestmodules( + collector.path, + collector.config.getoption("importmode"), + rootpath=collector.config.rootpath, + consider_namespace_packages=collector.config.getini( + "consider_namespace_packages" + ), + ) + + return list(collector.collect()) + + call = CallInfo.from_call( + collect, "collect", reraise=(KeyboardInterrupt, SystemExit) + ) + longrepr: None | tuple[str, int, str] | str | TerminalRepr = None + if not call.excinfo: + outcome: Literal["passed", "skipped", "failed"] = "passed" + else: + skip_exceptions = [Skipped] + unittest = sys.modules.get("unittest") + if unittest is not None: + skip_exceptions.append(unittest.SkipTest) + if isinstance(call.excinfo.value, tuple(skip_exceptions)): + outcome = "skipped" + r_ = collector._repr_failure_py(call.excinfo, "line") + assert isinstance(r_, ExceptionChainRepr), repr(r_) + r = r_.reprcrash + assert r + longrepr = (str(r.path), r.lineno, r.message) + else: + outcome = "failed" + errorinfo = collector.repr_failure(call.excinfo) + if not hasattr(errorinfo, "toterminal"): + assert isinstance(errorinfo, str) + errorinfo = CollectErrorRepr(errorinfo) + longrepr = errorinfo + result = call.result if not call.excinfo else None + rep = CollectReport(collector.nodeid, outcome, longrepr, result) + rep.call = call # type: ignore # see collect_one_node + return rep + + +class SetupState: + """Shared state for setting up/tearing down test items or collectors + in a session. + + Suppose we have a collection tree as follows: + + + + + + + + The SetupState maintains a stack. The stack starts out empty: + + [] + + During the setup phase of item1, setup(item1) is called. What it does + is: + + push session to stack, run session.setup() + push mod1 to stack, run mod1.setup() + push item1 to stack, run item1.setup() + + The stack is: + + [session, mod1, item1] + + While the stack is in this shape, it is allowed to add finalizers to + each of session, mod1, item1 using addfinalizer(). + + During the teardown phase of item1, teardown_exact(item2) is called, + where item2 is the next item to item1. What it does is: + + pop item1 from stack, run its teardowns + pop mod1 from stack, run its teardowns + + mod1 was popped because it ended its purpose with item1. The stack is: + + [session] + + During the setup phase of item2, setup(item2) is called. What it does + is: + + push mod2 to stack, run mod2.setup() + push item2 to stack, run item2.setup() + + Stack: + + [session, mod2, item2] + + During the teardown phase of item2, teardown_exact(None) is called, + because item2 is the last item. What it does is: + + pop item2 from stack, run its teardowns + pop mod2 from stack, run its teardowns + pop session from stack, run its teardowns + + Stack: + + [] + + The end! + """ + + def __init__(self) -> None: + # The stack is in the dict insertion order. + self.stack: dict[ + Node, + tuple[ + # Node's finalizers. + list[Callable[[], object]], + # Node's exception and original traceback, if its setup raised. + tuple[OutcomeException | Exception, types.TracebackType | None] | None, + ], + ] = {} + + def setup(self, item: Item) -> None: + """Setup objects along the collector chain to the item.""" + needed_collectors = item.listchain() + + # If a collector fails its setup, fail its entire subtree of items. + # The setup is not retried for each item - the same exception is used. + for col, (finalizers, exc) in self.stack.items(): + assert col in needed_collectors, "previous item was not torn down properly" + if exc: + raise exc[0].with_traceback(exc[1]) + + for col in needed_collectors[len(self.stack) :]: + assert col not in self.stack + # Push onto the stack. + self.stack[col] = ([col.teardown], None) + try: + col.setup() + except TEST_OUTCOME as exc: + self.stack[col] = (self.stack[col][0], (exc, exc.__traceback__)) + raise + + def addfinalizer(self, finalizer: Callable[[], object], node: Node) -> None: + """Attach a finalizer to the given node. + + The node must be currently active in the stack. + """ + assert node and not isinstance(node, tuple) + assert callable(finalizer) + assert node in self.stack, (node, self.stack) + self.stack[node][0].append(finalizer) + + def teardown_exact(self, nextitem: Item | None) -> None: + """Teardown the current stack up until reaching nodes that nextitem + also descends from. + + When nextitem is None (meaning we're at the last item), the entire + stack is torn down. + """ + needed_collectors = nextitem and nextitem.listchain() or [] + exceptions: list[BaseException] = [] + while self.stack: + if list(self.stack.keys()) == needed_collectors[: len(self.stack)]: + break + node, (finalizers, _) = self.stack.popitem() + these_exceptions = [] + while finalizers: + fin = finalizers.pop() + try: + fin() + except TEST_OUTCOME as e: + these_exceptions.append(e) + + if len(these_exceptions) == 1: + exceptions.extend(these_exceptions) + elif these_exceptions: + msg = f"errors while tearing down {node!r}" + exceptions.append(BaseExceptionGroup(msg, these_exceptions[::-1])) + + if len(exceptions) == 1: + raise exceptions[0] + elif exceptions: + raise BaseExceptionGroup("errors during test teardown", exceptions[::-1]) + if nextitem is None: + assert not self.stack + + +def collect_one_node(collector: Collector) -> CollectReport: + ihook = collector.ihook + ihook.pytest_collectstart(collector=collector) + rep: CollectReport = ihook.pytest_make_collect_report(collector=collector) + call = rep.__dict__.pop("call", None) + if call and check_interactive_exception(call, rep): + ihook.pytest_exception_interact(node=collector, call=call, report=rep) + return rep diff --git a/env/lib/python3.8/site-packages/_pytest/scope.py b/env/lib/python3.8/site-packages/_pytest/scope.py new file mode 100644 index 000000000..976a3ba24 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/scope.py @@ -0,0 +1,91 @@ +""" +Scope definition and related utilities. + +Those are defined here, instead of in the 'fixtures' module because +their use is spread across many other pytest modules, and centralizing it in 'fixtures' +would cause circular references. + +Also this makes the module light to import, as it should. +""" + +from __future__ import annotations + +from enum import Enum +from functools import total_ordering +from typing import Literal + + +_ScopeName = Literal["session", "package", "module", "class", "function"] + + +@total_ordering +class Scope(Enum): + """ + Represents one of the possible fixture scopes in pytest. + + Scopes are ordered from lower to higher, that is: + + ->>> higher ->>> + + Function < Class < Module < Package < Session + + <<<- lower <<<- + """ + + # Scopes need to be listed from lower to higher. + Function: _ScopeName = "function" + Class: _ScopeName = "class" + Module: _ScopeName = "module" + Package: _ScopeName = "package" + Session: _ScopeName = "session" + + def next_lower(self) -> Scope: + """Return the next lower scope.""" + index = _SCOPE_INDICES[self] + if index == 0: + raise ValueError(f"{self} is the lower-most scope") + return _ALL_SCOPES[index - 1] + + def next_higher(self) -> Scope: + """Return the next higher scope.""" + index = _SCOPE_INDICES[self] + if index == len(_SCOPE_INDICES) - 1: + raise ValueError(f"{self} is the upper-most scope") + return _ALL_SCOPES[index + 1] + + def __lt__(self, other: Scope) -> bool: + self_index = _SCOPE_INDICES[self] + other_index = _SCOPE_INDICES[other] + return self_index < other_index + + @classmethod + def from_user( + cls, scope_name: _ScopeName, descr: str, where: str | None = None + ) -> Scope: + """ + Given a scope name from the user, return the equivalent Scope enum. Should be used + whenever we want to convert a user provided scope name to its enum object. + + If the scope name is invalid, construct a user friendly message and call pytest.fail. + """ + from _pytest.outcomes import fail + + try: + # Holding this reference is necessary for mypy at the moment. + scope = Scope(scope_name) + except ValueError: + fail( + "{} {}got an unexpected scope value '{}'".format( + descr, f"from {where} " if where else "", scope_name + ), + pytrace=False, + ) + return scope + + +_ALL_SCOPES = list(Scope) +_SCOPE_INDICES = {scope: index for index, scope in enumerate(_ALL_SCOPES)} + + +# Ordered list of scopes which can contain many tests (in practice all except Function). +HIGH_SCOPES = [x for x in Scope if x is not Scope.Function] diff --git a/env/lib/python3.8/site-packages/_pytest/setuponly.py b/env/lib/python3.8/site-packages/_pytest/setuponly.py new file mode 100644 index 000000000..de297f408 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/setuponly.py @@ -0,0 +1,102 @@ +from __future__ import annotations + +from typing import Generator + +from _pytest._io.saferepr import saferepr +from _pytest.config import Config +from _pytest.config import ExitCode +from _pytest.config.argparsing import Parser +from _pytest.fixtures import FixtureDef +from _pytest.fixtures import SubRequest +from _pytest.scope import Scope +import pytest + + +def pytest_addoption(parser: Parser) -> None: + group = parser.getgroup("debugconfig") + group.addoption( + "--setuponly", + "--setup-only", + action="store_true", + help="Only setup fixtures, do not execute tests", + ) + group.addoption( + "--setupshow", + "--setup-show", + action="store_true", + help="Show setup of fixtures while executing tests", + ) + + +@pytest.hookimpl(wrapper=True) +def pytest_fixture_setup( + fixturedef: FixtureDef[object], request: SubRequest +) -> Generator[None, object, object]: + try: + return (yield) + finally: + if request.config.option.setupshow: + if hasattr(request, "param"): + # Save the fixture parameter so ._show_fixture_action() can + # display it now and during the teardown (in .finish()). + if fixturedef.ids: + if callable(fixturedef.ids): + param = fixturedef.ids(request.param) + else: + param = fixturedef.ids[request.param_index] + else: + param = request.param + fixturedef.cached_param = param # type: ignore[attr-defined] + _show_fixture_action(fixturedef, request.config, "SETUP") + + +def pytest_fixture_post_finalizer( + fixturedef: FixtureDef[object], request: SubRequest +) -> None: + if fixturedef.cached_result is not None: + config = request.config + if config.option.setupshow: + _show_fixture_action(fixturedef, request.config, "TEARDOWN") + if hasattr(fixturedef, "cached_param"): + del fixturedef.cached_param + + +def _show_fixture_action( + fixturedef: FixtureDef[object], config: Config, msg: str +) -> None: + capman = config.pluginmanager.getplugin("capturemanager") + if capman: + capman.suspend_global_capture() + + tw = config.get_terminal_writer() + tw.line() + # Use smaller indentation the higher the scope: Session = 0, Package = 1, etc. + scope_indent = list(reversed(Scope)).index(fixturedef._scope) + tw.write(" " * 2 * scope_indent) + tw.write( + "{step} {scope} {fixture}".format( # noqa: UP032 (Readability) + step=msg.ljust(8), # align the output to TEARDOWN + scope=fixturedef.scope[0].upper(), + fixture=fixturedef.argname, + ) + ) + + if msg == "SETUP": + deps = sorted(arg for arg in fixturedef.argnames if arg != "request") + if deps: + tw.write(" (fixtures used: {})".format(", ".join(deps))) + + if hasattr(fixturedef, "cached_param"): + tw.write(f"[{saferepr(fixturedef.cached_param, maxsize=42)}]") + + tw.flush() + + if capman: + capman.resume_global_capture() + + +@pytest.hookimpl(tryfirst=True) +def pytest_cmdline_main(config: Config) -> int | ExitCode | None: + if config.option.setuponly: + config.option.setupshow = True + return None diff --git a/env/lib/python3.8/site-packages/_pytest/setupplan.py b/env/lib/python3.8/site-packages/_pytest/setupplan.py new file mode 100644 index 000000000..4e124cce2 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/setupplan.py @@ -0,0 +1,39 @@ +from __future__ import annotations + +from _pytest.config import Config +from _pytest.config import ExitCode +from _pytest.config.argparsing import Parser +from _pytest.fixtures import FixtureDef +from _pytest.fixtures import SubRequest +import pytest + + +def pytest_addoption(parser: Parser) -> None: + group = parser.getgroup("debugconfig") + group.addoption( + "--setupplan", + "--setup-plan", + action="store_true", + help="Show what fixtures and tests would be executed but " + "don't execute anything", + ) + + +@pytest.hookimpl(tryfirst=True) +def pytest_fixture_setup( + fixturedef: FixtureDef[object], request: SubRequest +) -> object | None: + # Will return a dummy fixture if the setuponly option is provided. + if request.config.option.setupplan: + my_cache_key = fixturedef.cache_key(request) + fixturedef.cached_result = (None, my_cache_key, None) + return fixturedef.cached_result + return None + + +@pytest.hookimpl(tryfirst=True) +def pytest_cmdline_main(config: Config) -> int | ExitCode | None: + if config.option.setupplan: + config.option.setuponly = True + config.option.setupshow = True + return None diff --git a/env/lib/python3.8/site-packages/_pytest/skipping.py b/env/lib/python3.8/site-packages/_pytest/skipping.py new file mode 100644 index 000000000..9818be2ab --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/skipping.py @@ -0,0 +1,301 @@ +# mypy: allow-untyped-defs +"""Support for skip/xfail functions and markers.""" + +from __future__ import annotations + +from collections.abc import Mapping +import dataclasses +import os +import platform +import sys +import traceback +from typing import Generator +from typing import Optional + +from _pytest.config import Config +from _pytest.config import hookimpl +from _pytest.config.argparsing import Parser +from _pytest.mark.structures import Mark +from _pytest.nodes import Item +from _pytest.outcomes import fail +from _pytest.outcomes import skip +from _pytest.outcomes import xfail +from _pytest.reports import BaseReport +from _pytest.reports import TestReport +from _pytest.runner import CallInfo +from _pytest.stash import StashKey + + +def pytest_addoption(parser: Parser) -> None: + group = parser.getgroup("general") + group.addoption( + "--runxfail", + action="store_true", + dest="runxfail", + default=False, + help="Report the results of xfail tests as if they were not marked", + ) + + parser.addini( + "xfail_strict", + "Default for the strict parameter of xfail " + "markers when not given explicitly (default: False)", + default=False, + type="bool", + ) + + +def pytest_configure(config: Config) -> None: + if config.option.runxfail: + # yay a hack + import pytest + + old = pytest.xfail + config.add_cleanup(lambda: setattr(pytest, "xfail", old)) + + def nop(*args, **kwargs): + pass + + nop.Exception = xfail.Exception # type: ignore[attr-defined] + setattr(pytest, "xfail", nop) + + config.addinivalue_line( + "markers", + "skip(reason=None): skip the given test function with an optional reason. " + 'Example: skip(reason="no way of currently testing this") skips the ' + "test.", + ) + config.addinivalue_line( + "markers", + "skipif(condition, ..., *, reason=...): " + "skip the given test function if any of the conditions evaluate to True. " + "Example: skipif(sys.platform == 'win32') skips the test if we are on the win32 platform. " + "See https://docs.pytest.org/en/stable/reference/reference.html#pytest-mark-skipif", + ) + config.addinivalue_line( + "markers", + "xfail(condition, ..., *, reason=..., run=True, raises=None, strict=xfail_strict): " + "mark the test function as an expected failure if any of the conditions " + "evaluate to True. Optionally specify a reason for better reporting " + "and run=False if you don't even want to execute the test function. " + "If only specific exception(s) are expected, you can list them in " + "raises, and if the test fails in other ways, it will be reported as " + "a true failure. See https://docs.pytest.org/en/stable/reference/reference.html#pytest-mark-xfail", + ) + + +def evaluate_condition(item: Item, mark: Mark, condition: object) -> tuple[bool, str]: + """Evaluate a single skipif/xfail condition. + + If an old-style string condition is given, it is eval()'d, otherwise the + condition is bool()'d. If this fails, an appropriately formatted pytest.fail + is raised. + + Returns (result, reason). The reason is only relevant if the result is True. + """ + # String condition. + if isinstance(condition, str): + globals_ = { + "os": os, + "sys": sys, + "platform": platform, + "config": item.config, + } + for dictionary in reversed( + item.ihook.pytest_markeval_namespace(config=item.config) + ): + if not isinstance(dictionary, Mapping): + raise ValueError( + f"pytest_markeval_namespace() needs to return a dict, got {dictionary!r}" + ) + globals_.update(dictionary) + if hasattr(item, "obj"): + globals_.update(item.obj.__globals__) + try: + filename = f"<{mark.name} condition>" + condition_code = compile(condition, filename, "eval") + result = eval(condition_code, globals_) + except SyntaxError as exc: + msglines = [ + f"Error evaluating {mark.name!r} condition", + " " + condition, + " " + " " * (exc.offset or 0) + "^", + "SyntaxError: invalid syntax", + ] + fail("\n".join(msglines), pytrace=False) + except Exception as exc: + msglines = [ + f"Error evaluating {mark.name!r} condition", + " " + condition, + *traceback.format_exception_only(type(exc), exc), + ] + fail("\n".join(msglines), pytrace=False) + + # Boolean condition. + else: + try: + result = bool(condition) + except Exception as exc: + msglines = [ + f"Error evaluating {mark.name!r} condition as a boolean", + *traceback.format_exception_only(type(exc), exc), + ] + fail("\n".join(msglines), pytrace=False) + + reason = mark.kwargs.get("reason", None) + if reason is None: + if isinstance(condition, str): + reason = "condition: " + condition + else: + # XXX better be checked at collection time + msg = ( + f"Error evaluating {mark.name!r}: " + + "you need to specify reason=STRING when using booleans as conditions." + ) + fail(msg, pytrace=False) + + return result, reason + + +@dataclasses.dataclass(frozen=True) +class Skip: + """The result of evaluate_skip_marks().""" + + reason: str = "unconditional skip" + + +def evaluate_skip_marks(item: Item) -> Skip | None: + """Evaluate skip and skipif marks on item, returning Skip if triggered.""" + for mark in item.iter_markers(name="skipif"): + if "condition" not in mark.kwargs: + conditions = mark.args + else: + conditions = (mark.kwargs["condition"],) + + # Unconditional. + if not conditions: + reason = mark.kwargs.get("reason", "") + return Skip(reason) + + # If any of the conditions are true. + for condition in conditions: + result, reason = evaluate_condition(item, mark, condition) + if result: + return Skip(reason) + + for mark in item.iter_markers(name="skip"): + try: + return Skip(*mark.args, **mark.kwargs) + except TypeError as e: + raise TypeError(str(e) + " - maybe you meant pytest.mark.skipif?") from None + + return None + + +@dataclasses.dataclass(frozen=True) +class Xfail: + """The result of evaluate_xfail_marks().""" + + __slots__ = ("reason", "run", "strict", "raises") + + reason: str + run: bool + strict: bool + raises: tuple[type[BaseException], ...] | None + + +def evaluate_xfail_marks(item: Item) -> Xfail | None: + """Evaluate xfail marks on item, returning Xfail if triggered.""" + for mark in item.iter_markers(name="xfail"): + run = mark.kwargs.get("run", True) + strict = mark.kwargs.get("strict", item.config.getini("xfail_strict")) + raises = mark.kwargs.get("raises", None) + if "condition" not in mark.kwargs: + conditions = mark.args + else: + conditions = (mark.kwargs["condition"],) + + # Unconditional. + if not conditions: + reason = mark.kwargs.get("reason", "") + return Xfail(reason, run, strict, raises) + + # If any of the conditions are true. + for condition in conditions: + result, reason = evaluate_condition(item, mark, condition) + if result: + return Xfail(reason, run, strict, raises) + + return None + + +# Saves the xfail mark evaluation. Can be refreshed during call if None. +xfailed_key = StashKey[Optional[Xfail]]() + + +@hookimpl(tryfirst=True) +def pytest_runtest_setup(item: Item) -> None: + skipped = evaluate_skip_marks(item) + if skipped: + raise skip.Exception(skipped.reason, _use_item_location=True) + + item.stash[xfailed_key] = xfailed = evaluate_xfail_marks(item) + if xfailed and not item.config.option.runxfail and not xfailed.run: + xfail("[NOTRUN] " + xfailed.reason) + + +@hookimpl(wrapper=True) +def pytest_runtest_call(item: Item) -> Generator[None]: + xfailed = item.stash.get(xfailed_key, None) + if xfailed is None: + item.stash[xfailed_key] = xfailed = evaluate_xfail_marks(item) + + if xfailed and not item.config.option.runxfail and not xfailed.run: + xfail("[NOTRUN] " + xfailed.reason) + + try: + return (yield) + finally: + # The test run may have added an xfail mark dynamically. + xfailed = item.stash.get(xfailed_key, None) + if xfailed is None: + item.stash[xfailed_key] = xfailed = evaluate_xfail_marks(item) + + +@hookimpl(wrapper=True) +def pytest_runtest_makereport( + item: Item, call: CallInfo[None] +) -> Generator[None, TestReport, TestReport]: + rep = yield + xfailed = item.stash.get(xfailed_key, None) + if item.config.option.runxfail: + pass # don't interfere + elif call.excinfo and isinstance(call.excinfo.value, xfail.Exception): + assert call.excinfo.value.msg is not None + rep.wasxfail = "reason: " + call.excinfo.value.msg + rep.outcome = "skipped" + elif not rep.skipped and xfailed: + if call.excinfo: + raises = xfailed.raises + if raises is not None and not isinstance(call.excinfo.value, raises): + rep.outcome = "failed" + else: + rep.outcome = "skipped" + rep.wasxfail = xfailed.reason + elif call.when == "call": + if xfailed.strict: + rep.outcome = "failed" + rep.longrepr = "[XPASS(strict)] " + xfailed.reason + else: + rep.outcome = "passed" + rep.wasxfail = xfailed.reason + return rep + + +def pytest_report_teststatus(report: BaseReport) -> tuple[str, str, str] | None: + if hasattr(report, "wasxfail"): + if report.skipped: + return "xfailed", "x", "XFAIL" + elif report.passed: + return "xpassed", "X", "XPASS" + return None diff --git a/env/lib/python3.8/site-packages/_pytest/stash.py b/env/lib/python3.8/site-packages/_pytest/stash.py new file mode 100644 index 000000000..6a9ff884e --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/stash.py @@ -0,0 +1,116 @@ +from __future__ import annotations + +from typing import Any +from typing import cast +from typing import Generic +from typing import TypeVar + + +__all__ = ["Stash", "StashKey"] + + +T = TypeVar("T") +D = TypeVar("D") + + +class StashKey(Generic[T]): + """``StashKey`` is an object used as a key to a :class:`Stash`. + + A ``StashKey`` is associated with the type ``T`` of the value of the key. + + A ``StashKey`` is unique and cannot conflict with another key. + + .. versionadded:: 7.0 + """ + + __slots__ = () + + +class Stash: + r"""``Stash`` is a type-safe heterogeneous mutable mapping that + allows keys and value types to be defined separately from + where it (the ``Stash``) is created. + + Usually you will be given an object which has a ``Stash``, for example + :class:`~pytest.Config` or a :class:`~_pytest.nodes.Node`: + + .. code-block:: python + + stash: Stash = some_object.stash + + If a module or plugin wants to store data in this ``Stash``, it creates + :class:`StashKey`\s for its keys (at the module level): + + .. code-block:: python + + # At the top-level of the module + some_str_key = StashKey[str]() + some_bool_key = StashKey[bool]() + + To store information: + + .. code-block:: python + + # Value type must match the key. + stash[some_str_key] = "value" + stash[some_bool_key] = True + + To retrieve the information: + + .. code-block:: python + + # The static type of some_str is str. + some_str = stash[some_str_key] + # The static type of some_bool is bool. + some_bool = stash[some_bool_key] + + .. versionadded:: 7.0 + """ + + __slots__ = ("_storage",) + + def __init__(self) -> None: + self._storage: dict[StashKey[Any], object] = {} + + def __setitem__(self, key: StashKey[T], value: T) -> None: + """Set a value for key.""" + self._storage[key] = value + + def __getitem__(self, key: StashKey[T]) -> T: + """Get the value for key. + + Raises ``KeyError`` if the key wasn't set before. + """ + return cast(T, self._storage[key]) + + def get(self, key: StashKey[T], default: D) -> T | D: + """Get the value for key, or return default if the key wasn't set + before.""" + try: + return self[key] + except KeyError: + return default + + def setdefault(self, key: StashKey[T], default: T) -> T: + """Return the value of key if already set, otherwise set the value + of key to default and return default.""" + try: + return self[key] + except KeyError: + self[key] = default + return default + + def __delitem__(self, key: StashKey[T]) -> None: + """Delete the value for key. + + Raises ``KeyError`` if the key wasn't set before. + """ + del self._storage[key] + + def __contains__(self, key: StashKey[T]) -> bool: + """Return whether key was set.""" + return key in self._storage + + def __len__(self) -> int: + """Return how many items exist in the stash.""" + return len(self._storage) diff --git a/env/lib/python3.8/site-packages/_pytest/stepwise.py b/env/lib/python3.8/site-packages/_pytest/stepwise.py new file mode 100644 index 000000000..c7860808c --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/stepwise.py @@ -0,0 +1,125 @@ +from __future__ import annotations + +from _pytest import nodes +from _pytest.cacheprovider import Cache +from _pytest.config import Config +from _pytest.config.argparsing import Parser +from _pytest.main import Session +from _pytest.reports import TestReport + + +STEPWISE_CACHE_DIR = "cache/stepwise" + + +def pytest_addoption(parser: Parser) -> None: + group = parser.getgroup("general") + group.addoption( + "--sw", + "--stepwise", + action="store_true", + default=False, + dest="stepwise", + help="Exit on test failure and continue from last failing test next time", + ) + group.addoption( + "--sw-skip", + "--stepwise-skip", + action="store_true", + default=False, + dest="stepwise_skip", + help="Ignore the first failing test but stop on the next failing test. " + "Implicitly enables --stepwise.", + ) + + +def pytest_configure(config: Config) -> None: + if config.option.stepwise_skip: + # allow --stepwise-skip to work on its own merits. + config.option.stepwise = True + if config.getoption("stepwise"): + config.pluginmanager.register(StepwisePlugin(config), "stepwiseplugin") + + +def pytest_sessionfinish(session: Session) -> None: + if not session.config.getoption("stepwise"): + assert session.config.cache is not None + if hasattr(session.config, "workerinput"): + # Do not update cache if this process is a xdist worker to prevent + # race conditions (#10641). + return + # Clear the list of failing tests if the plugin is not active. + session.config.cache.set(STEPWISE_CACHE_DIR, []) + + +class StepwisePlugin: + def __init__(self, config: Config) -> None: + self.config = config + self.session: Session | None = None + self.report_status = "" + assert config.cache is not None + self.cache: Cache = config.cache + self.lastfailed: str | None = self.cache.get(STEPWISE_CACHE_DIR, None) + self.skip: bool = config.getoption("stepwise_skip") + + def pytest_sessionstart(self, session: Session) -> None: + self.session = session + + def pytest_collection_modifyitems( + self, config: Config, items: list[nodes.Item] + ) -> None: + if not self.lastfailed: + self.report_status = "no previously failed tests, not skipping." + return + + # check all item nodes until we find a match on last failed + failed_index = None + for index, item in enumerate(items): + if item.nodeid == self.lastfailed: + failed_index = index + break + + # If the previously failed test was not found among the test items, + # do not skip any tests. + if failed_index is None: + self.report_status = "previously failed test not found, not skipping." + else: + self.report_status = f"skipping {failed_index} already passed items." + deselected = items[:failed_index] + del items[:failed_index] + config.hook.pytest_deselected(items=deselected) + + def pytest_runtest_logreport(self, report: TestReport) -> None: + if report.failed: + if self.skip: + # Remove test from the failed ones (if it exists) and unset the skip option + # to make sure the following tests will not be skipped. + if report.nodeid == self.lastfailed: + self.lastfailed = None + + self.skip = False + else: + # Mark test as the last failing and interrupt the test session. + self.lastfailed = report.nodeid + assert self.session is not None + self.session.shouldstop = ( + "Test failed, continuing from this test next run." + ) + + else: + # If the test was actually run and did pass. + if report.when == "call": + # Remove test from the failed ones, if exists. + if report.nodeid == self.lastfailed: + self.lastfailed = None + + def pytest_report_collectionfinish(self) -> str | None: + if self.config.get_verbosity() >= 0 and self.report_status: + return f"stepwise: {self.report_status}" + return None + + def pytest_sessionfinish(self) -> None: + if hasattr(self.config, "workerinput"): + # Do not update cache if this process is a xdist worker to prevent + # race conditions (#10641). + return + self.cache.set(STEPWISE_CACHE_DIR, self.lastfailed) diff --git a/env/lib/python3.8/site-packages/_pytest/terminal.py b/env/lib/python3.8/site-packages/_pytest/terminal.py new file mode 100644 index 000000000..ed267bf5b --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/terminal.py @@ -0,0 +1,1577 @@ +# mypy: allow-untyped-defs +"""Terminal reporting of the full testing process. + +This is a good source for looking at the various reporting hooks. +""" + +from __future__ import annotations + +import argparse +from collections import Counter +import dataclasses +import datetime +from functools import partial +import inspect +from pathlib import Path +import platform +import sys +import textwrap +from typing import Any +from typing import Callable +from typing import ClassVar +from typing import final +from typing import Generator +from typing import Literal +from typing import Mapping +from typing import NamedTuple +from typing import Sequence +from typing import TextIO +from typing import TYPE_CHECKING +import warnings + +import pluggy + +from _pytest import nodes +from _pytest import timing +from _pytest._code import ExceptionInfo +from _pytest._code.code import ExceptionRepr +from _pytest._io import TerminalWriter +from _pytest._io.wcwidth import wcswidth +import _pytest._version +from _pytest.assertion.util import running_on_ci +from _pytest.config import _PluggyPlugin +from _pytest.config import Config +from _pytest.config import ExitCode +from _pytest.config import hookimpl +from _pytest.config.argparsing import Parser +from _pytest.nodes import Item +from _pytest.nodes import Node +from _pytest.pathlib import absolutepath +from _pytest.pathlib import bestrelpath +from _pytest.reports import BaseReport +from _pytest.reports import CollectReport +from _pytest.reports import TestReport + + +if TYPE_CHECKING: + from _pytest.main import Session + + +REPORT_COLLECTING_RESOLUTION = 0.5 + +KNOWN_TYPES = ( + "failed", + "passed", + "skipped", + "deselected", + "xfailed", + "xpassed", + "warnings", + "error", +) + +_REPORTCHARS_DEFAULT = "fE" + + +class MoreQuietAction(argparse.Action): + """A modified copy of the argparse count action which counts down and updates + the legacy quiet attribute at the same time. + + Used to unify verbosity handling. + """ + + def __init__( + self, + option_strings: Sequence[str], + dest: str, + default: object = None, + required: bool = False, + help: str | None = None, + ) -> None: + super().__init__( + option_strings=option_strings, + dest=dest, + nargs=0, + default=default, + required=required, + help=help, + ) + + def __call__( + self, + parser: argparse.ArgumentParser, + namespace: argparse.Namespace, + values: str | Sequence[object] | None, + option_string: str | None = None, + ) -> None: + new_count = getattr(namespace, self.dest, 0) - 1 + setattr(namespace, self.dest, new_count) + # todo Deprecate config.quiet + namespace.quiet = getattr(namespace, "quiet", 0) + 1 + + +class TestShortLogReport(NamedTuple): + """Used to store the test status result category, shortletter and verbose word. + For example ``"rerun", "R", ("RERUN", {"yellow": True})``. + + :ivar category: + The class of result, for example ``“passed”``, ``“skipped”``, ``“error”``, or the empty string. + + :ivar letter: + The short letter shown as testing progresses, for example ``"."``, ``"s"``, ``"E"``, or the empty string. + + :ivar word: + Verbose word is shown as testing progresses in verbose mode, for example ``"PASSED"``, ``"SKIPPED"``, + ``"ERROR"``, or the empty string. + """ + + category: str + letter: str + word: str | tuple[str, Mapping[str, bool]] + + +def pytest_addoption(parser: Parser) -> None: + group = parser.getgroup("terminal reporting", "Reporting", after="general") + group._addoption( + "-v", + "--verbose", + action="count", + default=0, + dest="verbose", + help="Increase verbosity", + ) + group._addoption( + "--no-header", + action="store_true", + default=False, + dest="no_header", + help="Disable header", + ) + group._addoption( + "--no-summary", + action="store_true", + default=False, + dest="no_summary", + help="Disable summary", + ) + group._addoption( + "--no-fold-skipped", + action="store_false", + dest="fold_skipped", + default=True, + help="Do not fold skipped tests in short summary.", + ) + group._addoption( + "-q", + "--quiet", + action=MoreQuietAction, + default=0, + dest="verbose", + help="Decrease verbosity", + ) + group._addoption( + "--verbosity", + dest="verbose", + type=int, + default=0, + help="Set verbosity. Default: 0.", + ) + group._addoption( + "-r", + action="store", + dest="reportchars", + default=_REPORTCHARS_DEFAULT, + metavar="chars", + help="Show extra test summary info as specified by chars: (f)ailed, " + "(E)rror, (s)kipped, (x)failed, (X)passed, " + "(p)assed, (P)assed with output, (a)ll except passed (p/P), or (A)ll. " + "(w)arnings are enabled by default (see --disable-warnings), " + "'N' can be used to reset the list. (default: 'fE').", + ) + group._addoption( + "--disable-warnings", + "--disable-pytest-warnings", + default=False, + dest="disable_warnings", + action="store_true", + help="Disable warnings summary", + ) + group._addoption( + "-l", + "--showlocals", + action="store_true", + dest="showlocals", + default=False, + help="Show locals in tracebacks (disabled by default)", + ) + group._addoption( + "--no-showlocals", + action="store_false", + dest="showlocals", + help="Hide locals in tracebacks (negate --showlocals passed through addopts)", + ) + group._addoption( + "--tb", + metavar="style", + action="store", + dest="tbstyle", + default="auto", + choices=["auto", "long", "short", "no", "line", "native"], + help="Traceback print mode (auto/long/short/line/native/no)", + ) + group._addoption( + "--xfail-tb", + action="store_true", + dest="xfail_tb", + default=False, + help="Show tracebacks for xfail (as long as --tb != no)", + ) + group._addoption( + "--show-capture", + action="store", + dest="showcapture", + choices=["no", "stdout", "stderr", "log", "all"], + default="all", + help="Controls how captured stdout/stderr/log is shown on failed tests. " + "Default: all.", + ) + group._addoption( + "--fulltrace", + "--full-trace", + action="store_true", + default=False, + help="Don't cut any tracebacks (default is to cut)", + ) + group._addoption( + "--color", + metavar="color", + action="store", + dest="color", + default="auto", + choices=["yes", "no", "auto"], + help="Color terminal output (yes/no/auto)", + ) + group._addoption( + "--code-highlight", + default="yes", + choices=["yes", "no"], + help="Whether code should be highlighted (only if --color is also enabled). " + "Default: yes.", + ) + + parser.addini( + "console_output_style", + help='Console output: "classic", or with additional progress information ' + '("progress" (percentage) | "count" | "progress-even-when-capture-no" (forces ' + "progress even when capture=no)", + default="progress", + ) + Config._add_verbosity_ini( + parser, + Config.VERBOSITY_TEST_CASES, + help=( + "Specify a verbosity level for test case execution, overriding the main level. " + "Higher levels will provide more detailed information about each test case executed." + ), + ) + + +def pytest_configure(config: Config) -> None: + reporter = TerminalReporter(config, sys.stdout) + config.pluginmanager.register(reporter, "terminalreporter") + if config.option.debug or config.option.traceconfig: + + def mywriter(tags, args): + msg = " ".join(map(str, args)) + reporter.write_line("[traceconfig] " + msg) + + config.trace.root.setprocessor("pytest:config", mywriter) + + +def getreportopt(config: Config) -> str: + reportchars: str = config.option.reportchars + + old_aliases = {"F", "S"} + reportopts = "" + for char in reportchars: + if char in old_aliases: + char = char.lower() + if char == "a": + reportopts = "sxXEf" + elif char == "A": + reportopts = "PpsxXEf" + elif char == "N": + reportopts = "" + elif char not in reportopts: + reportopts += char + + if not config.option.disable_warnings and "w" not in reportopts: + reportopts = "w" + reportopts + elif config.option.disable_warnings and "w" in reportopts: + reportopts = reportopts.replace("w", "") + + return reportopts + + +@hookimpl(trylast=True) # after _pytest.runner +def pytest_report_teststatus(report: BaseReport) -> tuple[str, str, str]: + letter = "F" + if report.passed: + letter = "." + elif report.skipped: + letter = "s" + + outcome: str = report.outcome + if report.when in ("collect", "setup", "teardown") and outcome == "failed": + outcome = "error" + letter = "E" + + return outcome, letter, outcome.upper() + + +@dataclasses.dataclass +class WarningReport: + """Simple structure to hold warnings information captured by ``pytest_warning_recorded``. + + :ivar str message: + User friendly message about the warning. + :ivar str|None nodeid: + nodeid that generated the warning (see ``get_location``). + :ivar tuple fslocation: + File system location of the source of the warning (see ``get_location``). + """ + + message: str + nodeid: str | None = None + fslocation: tuple[str, int] | None = None + + count_towards_summary: ClassVar = True + + def get_location(self, config: Config) -> str | None: + """Return the more user-friendly information about the location of a warning, or None.""" + if self.nodeid: + return self.nodeid + if self.fslocation: + filename, linenum = self.fslocation + relpath = bestrelpath(config.invocation_params.dir, absolutepath(filename)) + return f"{relpath}:{linenum}" + return None + + +@final +class TerminalReporter: + def __init__(self, config: Config, file: TextIO | None = None) -> None: + import _pytest.config + + self.config = config + self._numcollected = 0 + self._session: Session | None = None + self._showfspath: bool | None = None + + self.stats: dict[str, list[Any]] = {} + self._main_color: str | None = None + self._known_types: list[str] | None = None + self.startpath = config.invocation_params.dir + if file is None: + file = sys.stdout + self._tw = _pytest.config.create_terminal_writer(config, file) + self._screen_width = self._tw.fullwidth + self.currentfspath: None | Path | str | int = None + self.reportchars = getreportopt(config) + self.foldskipped = config.option.fold_skipped + self.hasmarkup = self._tw.hasmarkup + self.isatty = file.isatty() + self._progress_nodeids_reported: set[str] = set() + self._show_progress_info = self._determine_show_progress_info() + self._collect_report_last_write: float | None = None + self._already_displayed_warnings: int | None = None + self._keyboardinterrupt_memo: ExceptionRepr | None = None + + def _determine_show_progress_info(self) -> Literal["progress", "count", False]: + """Return whether we should display progress information based on the current config.""" + # do not show progress if we are not capturing output (#3038) unless explicitly + # overridden by progress-even-when-capture-no + if ( + self.config.getoption("capture", "no") == "no" + and self.config.getini("console_output_style") + != "progress-even-when-capture-no" + ): + return False + # do not show progress if we are showing fixture setup/teardown + if self.config.getoption("setupshow", False): + return False + cfg: str = self.config.getini("console_output_style") + if cfg in {"progress", "progress-even-when-capture-no"}: + return "progress" + elif cfg == "count": + return "count" + else: + return False + + @property + def verbosity(self) -> int: + verbosity: int = self.config.option.verbose + return verbosity + + @property + def showheader(self) -> bool: + return self.verbosity >= 0 + + @property + def no_header(self) -> bool: + return bool(self.config.option.no_header) + + @property + def no_summary(self) -> bool: + return bool(self.config.option.no_summary) + + @property + def showfspath(self) -> bool: + if self._showfspath is None: + return self.config.get_verbosity(Config.VERBOSITY_TEST_CASES) >= 0 + return self._showfspath + + @showfspath.setter + def showfspath(self, value: bool | None) -> None: + self._showfspath = value + + @property + def showlongtestinfo(self) -> bool: + return self.config.get_verbosity(Config.VERBOSITY_TEST_CASES) > 0 + + def hasopt(self, char: str) -> bool: + char = {"xfailed": "x", "skipped": "s"}.get(char, char) + return char in self.reportchars + + def write_fspath_result(self, nodeid: str, res: str, **markup: bool) -> None: + fspath = self.config.rootpath / nodeid.split("::")[0] + if self.currentfspath is None or fspath != self.currentfspath: + if self.currentfspath is not None and self._show_progress_info: + self._write_progress_information_filling_space() + self.currentfspath = fspath + relfspath = bestrelpath(self.startpath, fspath) + self._tw.line() + self._tw.write(relfspath + " ") + self._tw.write(res, flush=True, **markup) + + def write_ensure_prefix(self, prefix: str, extra: str = "", **kwargs) -> None: + if self.currentfspath != prefix: + self._tw.line() + self.currentfspath = prefix + self._tw.write(prefix) + if extra: + self._tw.write(extra, **kwargs) + self.currentfspath = -2 + + def ensure_newline(self) -> None: + if self.currentfspath: + self._tw.line() + self.currentfspath = None + + def wrap_write( + self, + content: str, + *, + flush: bool = False, + margin: int = 8, + line_sep: str = "\n", + **markup: bool, + ) -> None: + """Wrap message with margin for progress info.""" + width_of_current_line = self._tw.width_of_current_line + wrapped = line_sep.join( + textwrap.wrap( + " " * width_of_current_line + content, + width=self._screen_width - margin, + drop_whitespace=True, + replace_whitespace=False, + ), + ) + wrapped = wrapped[width_of_current_line:] + self._tw.write(wrapped, flush=flush, **markup) + + def write(self, content: str, *, flush: bool = False, **markup: bool) -> None: + self._tw.write(content, flush=flush, **markup) + + def flush(self) -> None: + self._tw.flush() + + def write_line(self, line: str | bytes, **markup: bool) -> None: + if not isinstance(line, str): + line = str(line, errors="replace") + self.ensure_newline() + self._tw.line(line, **markup) + + def rewrite(self, line: str, **markup: bool) -> None: + """Rewinds the terminal cursor to the beginning and writes the given line. + + :param erase: + If True, will also add spaces until the full terminal width to ensure + previous lines are properly erased. + + The rest of the keyword arguments are markup instructions. + """ + erase = markup.pop("erase", False) + if erase: + fill_count = self._tw.fullwidth - len(line) - 1 + fill = " " * fill_count + else: + fill = "" + line = str(line) + self._tw.write("\r" + line + fill, **markup) + + def write_sep( + self, + sep: str, + title: str | None = None, + fullwidth: int | None = None, + **markup: bool, + ) -> None: + self.ensure_newline() + self._tw.sep(sep, title, fullwidth, **markup) + + def section(self, title: str, sep: str = "=", **kw: bool) -> None: + self._tw.sep(sep, title, **kw) + + def line(self, msg: str, **kw: bool) -> None: + self._tw.line(msg, **kw) + + def _add_stats(self, category: str, items: Sequence[Any]) -> None: + set_main_color = category not in self.stats + self.stats.setdefault(category, []).extend(items) + if set_main_color: + self._set_main_color() + + def pytest_internalerror(self, excrepr: ExceptionRepr) -> bool: + for line in str(excrepr).split("\n"): + self.write_line("INTERNALERROR> " + line) + return True + + def pytest_warning_recorded( + self, + warning_message: warnings.WarningMessage, + nodeid: str, + ) -> None: + from _pytest.warnings import warning_record_to_str + + fslocation = warning_message.filename, warning_message.lineno + message = warning_record_to_str(warning_message) + + warning_report = WarningReport( + fslocation=fslocation, message=message, nodeid=nodeid + ) + self._add_stats("warnings", [warning_report]) + + def pytest_plugin_registered(self, plugin: _PluggyPlugin) -> None: + if self.config.option.traceconfig: + msg = f"PLUGIN registered: {plugin}" + # XXX This event may happen during setup/teardown time + # which unfortunately captures our output here + # which garbles our output if we use self.write_line. + self.write_line(msg) + + def pytest_deselected(self, items: Sequence[Item]) -> None: + self._add_stats("deselected", items) + + def pytest_runtest_logstart( + self, nodeid: str, location: tuple[str, int | None, str] + ) -> None: + fspath, lineno, domain = location + # Ensure that the path is printed before the + # 1st test of a module starts running. + if self.showlongtestinfo: + line = self._locationline(nodeid, fspath, lineno, domain) + self.write_ensure_prefix(line, "") + self.flush() + elif self.showfspath: + self.write_fspath_result(nodeid, "") + self.flush() + + def pytest_runtest_logreport(self, report: TestReport) -> None: + self._tests_ran = True + rep = report + + res = TestShortLogReport( + *self.config.hook.pytest_report_teststatus(report=rep, config=self.config) + ) + category, letter, word = res.category, res.letter, res.word + if not isinstance(word, tuple): + markup = None + else: + word, markup = word + self._add_stats(category, [rep]) + if not letter and not word: + # Probably passed setup/teardown. + return + if markup is None: + was_xfail = hasattr(report, "wasxfail") + if rep.passed and not was_xfail: + markup = {"green": True} + elif rep.passed and was_xfail: + markup = {"yellow": True} + elif rep.failed: + markup = {"red": True} + elif rep.skipped: + markup = {"yellow": True} + else: + markup = {} + self._progress_nodeids_reported.add(rep.nodeid) + if self.config.get_verbosity(Config.VERBOSITY_TEST_CASES) <= 0: + self._tw.write(letter, **markup) + # When running in xdist, the logreport and logfinish of multiple + # items are interspersed, e.g. `logreport`, `logreport`, + # `logfinish`, `logfinish`. To avoid the "past edge" calculation + # from getting confused and overflowing (#7166), do the past edge + # printing here and not in logfinish, except for the 100% which + # should only be printed after all teardowns are finished. + if self._show_progress_info and not self._is_last_item: + self._write_progress_information_if_past_edge() + else: + line = self._locationline(rep.nodeid, *rep.location) + running_xdist = hasattr(rep, "node") + if not running_xdist: + self.write_ensure_prefix(line, word, **markup) + if rep.skipped or hasattr(report, "wasxfail"): + reason = _get_raw_skip_reason(rep) + if self.config.get_verbosity(Config.VERBOSITY_TEST_CASES) < 2: + available_width = ( + (self._tw.fullwidth - self._tw.width_of_current_line) + - len(" [100%]") + - 1 + ) + formatted_reason = _format_trimmed( + " ({})", reason, available_width + ) + else: + formatted_reason = f" ({reason})" + + if reason and formatted_reason is not None: + self.wrap_write(formatted_reason) + if self._show_progress_info: + self._write_progress_information_filling_space() + else: + self.ensure_newline() + self._tw.write(f"[{rep.node.gateway.id}]") + if self._show_progress_info: + self._tw.write( + self._get_progress_information_message() + " ", cyan=True + ) + else: + self._tw.write(" ") + self._tw.write(word, **markup) + self._tw.write(" " + line) + self.currentfspath = -2 + self.flush() + + @property + def _is_last_item(self) -> bool: + assert self._session is not None + return len(self._progress_nodeids_reported) == self._session.testscollected + + @hookimpl(wrapper=True) + def pytest_runtestloop(self) -> Generator[None, object, object]: + result = yield + + # Write the final/100% progress -- deferred until the loop is complete. + if ( + self.config.get_verbosity(Config.VERBOSITY_TEST_CASES) <= 0 + and self._show_progress_info + and self._progress_nodeids_reported + ): + self._write_progress_information_filling_space() + + return result + + def _get_progress_information_message(self) -> str: + assert self._session + collected = self._session.testscollected + if self._show_progress_info == "count": + if collected: + progress = len(self._progress_nodeids_reported) + counter_format = f"{{:{len(str(collected))}d}}" + format_string = f" [{counter_format}/{{}}]" + return format_string.format(progress, collected) + return f" [ {collected} / {collected} ]" + else: + if collected: + return ( + f" [{len(self._progress_nodeids_reported) * 100 // collected:3d}%]" + ) + return " [100%]" + + def _write_progress_information_if_past_edge(self) -> None: + w = self._width_of_current_line + if self._show_progress_info == "count": + assert self._session + num_tests = self._session.testscollected + progress_length = len(f" [{num_tests}/{num_tests}]") + else: + progress_length = len(" [100%]") + past_edge = w + progress_length + 1 >= self._screen_width + if past_edge: + main_color, _ = self._get_main_color() + msg = self._get_progress_information_message() + self._tw.write(msg + "\n", **{main_color: True}) + + def _write_progress_information_filling_space(self) -> None: + color, _ = self._get_main_color() + msg = self._get_progress_information_message() + w = self._width_of_current_line + fill = self._tw.fullwidth - w - 1 + self.write(msg.rjust(fill), flush=True, **{color: True}) + + @property + def _width_of_current_line(self) -> int: + """Return the width of the current line.""" + return self._tw.width_of_current_line + + def pytest_collection(self) -> None: + if self.isatty: + if self.config.option.verbose >= 0: + self.write("collecting ... ", flush=True, bold=True) + self._collect_report_last_write = timing.time() + elif self.config.option.verbose >= 1: + self.write("collecting ... ", flush=True, bold=True) + + def pytest_collectreport(self, report: CollectReport) -> None: + if report.failed: + self._add_stats("error", [report]) + elif report.skipped: + self._add_stats("skipped", [report]) + items = [x for x in report.result if isinstance(x, Item)] + self._numcollected += len(items) + if self.isatty: + self.report_collect() + + def report_collect(self, final: bool = False) -> None: + if self.config.option.verbose < 0: + return + + if not final: + # Only write "collecting" report every 0.5s. + t = timing.time() + if ( + self._collect_report_last_write is not None + and self._collect_report_last_write > t - REPORT_COLLECTING_RESOLUTION + ): + return + self._collect_report_last_write = t + + errors = len(self.stats.get("error", [])) + skipped = len(self.stats.get("skipped", [])) + deselected = len(self.stats.get("deselected", [])) + selected = self._numcollected - deselected + line = "collected " if final else "collecting " + line += ( + str(self._numcollected) + " item" + ("" if self._numcollected == 1 else "s") + ) + if errors: + line += " / %d error%s" % (errors, "s" if errors != 1 else "") + if deselected: + line += " / %d deselected" % deselected + if skipped: + line += " / %d skipped" % skipped + if self._numcollected > selected: + line += " / %d selected" % selected + if self.isatty: + self.rewrite(line, bold=True, erase=True) + if final: + self.write("\n") + else: + self.write_line(line) + + @hookimpl(trylast=True) + def pytest_sessionstart(self, session: Session) -> None: + self._session = session + self._sessionstarttime = timing.time() + if not self.showheader: + return + self.write_sep("=", "test session starts", bold=True) + verinfo = platform.python_version() + if not self.no_header: + msg = f"platform {sys.platform} -- Python {verinfo}" + pypy_version_info = getattr(sys, "pypy_version_info", None) + if pypy_version_info: + verinfo = ".".join(map(str, pypy_version_info[:3])) + msg += f"[pypy-{verinfo}-{pypy_version_info[3]}]" + msg += f", pytest-{_pytest._version.version}, pluggy-{pluggy.__version__}" + if ( + self.verbosity > 0 + or self.config.option.debug + or getattr(self.config.option, "pastebin", None) + ): + msg += " -- " + str(sys.executable) + self.write_line(msg) + lines = self.config.hook.pytest_report_header( + config=self.config, start_path=self.startpath + ) + self._write_report_lines_from_hooks(lines) + + def _write_report_lines_from_hooks( + self, lines: Sequence[str | Sequence[str]] + ) -> None: + for line_or_lines in reversed(lines): + if isinstance(line_or_lines, str): + self.write_line(line_or_lines) + else: + for line in line_or_lines: + self.write_line(line) + + def pytest_report_header(self, config: Config) -> list[str]: + result = [f"rootdir: {config.rootpath}"] + + if config.inipath: + result.append("configfile: " + bestrelpath(config.rootpath, config.inipath)) + + if config.args_source == Config.ArgsSource.TESTPATHS: + testpaths: list[str] = config.getini("testpaths") + result.append("testpaths: {}".format(", ".join(testpaths))) + + plugininfo = config.pluginmanager.list_plugin_distinfo() + if plugininfo: + result.append( + "plugins: {}".format(", ".join(_plugin_nameversions(plugininfo))) + ) + return result + + def pytest_collection_finish(self, session: Session) -> None: + self.report_collect(True) + + lines = self.config.hook.pytest_report_collectionfinish( + config=self.config, + start_path=self.startpath, + items=session.items, + ) + self._write_report_lines_from_hooks(lines) + + if self.config.getoption("collectonly"): + if session.items: + if self.config.option.verbose > -1: + self._tw.line("") + self._printcollecteditems(session.items) + + failed = self.stats.get("failed") + if failed: + self._tw.sep("!", "collection failures") + for rep in failed: + rep.toterminal(self._tw) + + def _printcollecteditems(self, items: Sequence[Item]) -> None: + test_cases_verbosity = self.config.get_verbosity(Config.VERBOSITY_TEST_CASES) + if test_cases_verbosity < 0: + if test_cases_verbosity < -1: + counts = Counter(item.nodeid.split("::", 1)[0] for item in items) + for name, count in sorted(counts.items()): + self._tw.line("%s: %d" % (name, count)) + else: + for item in items: + self._tw.line(item.nodeid) + return + stack: list[Node] = [] + indent = "" + for item in items: + needed_collectors = item.listchain()[1:] # strip root node + while stack: + if stack == needed_collectors[: len(stack)]: + break + stack.pop() + for col in needed_collectors[len(stack) :]: + stack.append(col) + indent = (len(stack) - 1) * " " + self._tw.line(f"{indent}{col}") + if test_cases_verbosity >= 1: + obj = getattr(col, "obj", None) + doc = inspect.getdoc(obj) if obj else None + if doc: + for line in doc.splitlines(): + self._tw.line("{}{}".format(indent + " ", line)) + + @hookimpl(wrapper=True) + def pytest_sessionfinish( + self, session: Session, exitstatus: int | ExitCode + ) -> Generator[None]: + result = yield + self._tw.line("") + summary_exit_codes = ( + ExitCode.OK, + ExitCode.TESTS_FAILED, + ExitCode.INTERRUPTED, + ExitCode.USAGE_ERROR, + ExitCode.NO_TESTS_COLLECTED, + ) + if exitstatus in summary_exit_codes and not self.no_summary: + self.config.hook.pytest_terminal_summary( + terminalreporter=self, exitstatus=exitstatus, config=self.config + ) + if session.shouldfail: + self.write_sep("!", str(session.shouldfail), red=True) + if exitstatus == ExitCode.INTERRUPTED: + self._report_keyboardinterrupt() + self._keyboardinterrupt_memo = None + elif session.shouldstop: + self.write_sep("!", str(session.shouldstop), red=True) + self.summary_stats() + return result + + @hookimpl(wrapper=True) + def pytest_terminal_summary(self) -> Generator[None]: + self.summary_errors() + self.summary_failures() + self.summary_xfailures() + self.summary_warnings() + self.summary_passes() + self.summary_xpasses() + try: + return (yield) + finally: + self.short_test_summary() + # Display any extra warnings from teardown here (if any). + self.summary_warnings() + + def pytest_keyboard_interrupt(self, excinfo: ExceptionInfo[BaseException]) -> None: + self._keyboardinterrupt_memo = excinfo.getrepr(funcargs=True) + + def pytest_unconfigure(self) -> None: + if self._keyboardinterrupt_memo is not None: + self._report_keyboardinterrupt() + + def _report_keyboardinterrupt(self) -> None: + excrepr = self._keyboardinterrupt_memo + assert excrepr is not None + assert excrepr.reprcrash is not None + msg = excrepr.reprcrash.message + self.write_sep("!", msg) + if "KeyboardInterrupt" in msg: + if self.config.option.fulltrace: + excrepr.toterminal(self._tw) + else: + excrepr.reprcrash.toterminal(self._tw) + self._tw.line( + "(to show a full traceback on KeyboardInterrupt use --full-trace)", + yellow=True, + ) + + def _locationline( + self, nodeid: str, fspath: str, lineno: int | None, domain: str + ) -> str: + def mkrel(nodeid: str) -> str: + line = self.config.cwd_relative_nodeid(nodeid) + if domain and line.endswith(domain): + line = line[: -len(domain)] + values = domain.split("[") + values[0] = values[0].replace(".", "::") # don't replace '.' in params + line += "[".join(values) + return line + + # fspath comes from testid which has a "/"-normalized path. + if fspath: + res = mkrel(nodeid) + if self.verbosity >= 2 and nodeid.split("::")[0] != fspath.replace( + "\\", nodes.SEP + ): + res += " <- " + bestrelpath(self.startpath, Path(fspath)) + else: + res = "[location]" + return res + " " + + def _getfailureheadline(self, rep): + head_line = rep.head_line + if head_line: + return head_line + return "test session" # XXX? + + def _getcrashline(self, rep): + try: + return str(rep.longrepr.reprcrash) + except AttributeError: + try: + return str(rep.longrepr)[:50] + except AttributeError: + return "" + + # + # Summaries for sessionfinish. + # + def getreports(self, name: str): + return [x for x in self.stats.get(name, ()) if not hasattr(x, "_pdbshown")] + + def summary_warnings(self) -> None: + if self.hasopt("w"): + all_warnings: list[WarningReport] | None = self.stats.get("warnings") + if not all_warnings: + return + + final = self._already_displayed_warnings is not None + if final: + warning_reports = all_warnings[self._already_displayed_warnings :] + else: + warning_reports = all_warnings + self._already_displayed_warnings = len(warning_reports) + if not warning_reports: + return + + reports_grouped_by_message: dict[str, list[WarningReport]] = {} + for wr in warning_reports: + reports_grouped_by_message.setdefault(wr.message, []).append(wr) + + def collapsed_location_report(reports: list[WarningReport]) -> str: + locations = [] + for w in reports: + location = w.get_location(self.config) + if location: + locations.append(location) + + if len(locations) < 10: + return "\n".join(map(str, locations)) + + counts_by_filename = Counter( + str(loc).split("::", 1)[0] for loc in locations + ) + return "\n".join( + "{}: {} warning{}".format(k, v, "s" if v > 1 else "") + for k, v in counts_by_filename.items() + ) + + title = "warnings summary (final)" if final else "warnings summary" + self.write_sep("=", title, yellow=True, bold=False) + for message, message_reports in reports_grouped_by_message.items(): + maybe_location = collapsed_location_report(message_reports) + if maybe_location: + self._tw.line(maybe_location) + lines = message.splitlines() + indented = "\n".join(" " + x for x in lines) + message = indented.rstrip() + else: + message = message.rstrip() + self._tw.line(message) + self._tw.line() + self._tw.line( + "-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html" + ) + + def summary_passes(self) -> None: + self.summary_passes_combined("passed", "PASSES", "P") + + def summary_xpasses(self) -> None: + self.summary_passes_combined("xpassed", "XPASSES", "X") + + def summary_passes_combined( + self, which_reports: str, sep_title: str, needed_opt: str + ) -> None: + if self.config.option.tbstyle != "no": + if self.hasopt(needed_opt): + reports: list[TestReport] = self.getreports(which_reports) + if not reports: + return + self.write_sep("=", sep_title) + for rep in reports: + if rep.sections: + msg = self._getfailureheadline(rep) + self.write_sep("_", msg, green=True, bold=True) + self._outrep_summary(rep) + self._handle_teardown_sections(rep.nodeid) + + def _get_teardown_reports(self, nodeid: str) -> list[TestReport]: + reports = self.getreports("") + return [ + report + for report in reports + if report.when == "teardown" and report.nodeid == nodeid + ] + + def _handle_teardown_sections(self, nodeid: str) -> None: + for report in self._get_teardown_reports(nodeid): + self.print_teardown_sections(report) + + def print_teardown_sections(self, rep: TestReport) -> None: + showcapture = self.config.option.showcapture + if showcapture == "no": + return + for secname, content in rep.sections: + if showcapture != "all" and showcapture not in secname: + continue + if "teardown" in secname: + self._tw.sep("-", secname) + if content[-1:] == "\n": + content = content[:-1] + self._tw.line(content) + + def summary_failures(self) -> None: + style = self.config.option.tbstyle + self.summary_failures_combined("failed", "FAILURES", style=style) + + def summary_xfailures(self) -> None: + show_tb = self.config.option.xfail_tb + style = self.config.option.tbstyle if show_tb else "no" + self.summary_failures_combined("xfailed", "XFAILURES", style=style) + + def summary_failures_combined( + self, + which_reports: str, + sep_title: str, + *, + style: str, + needed_opt: str | None = None, + ) -> None: + if style != "no": + if not needed_opt or self.hasopt(needed_opt): + reports: list[BaseReport] = self.getreports(which_reports) + if not reports: + return + self.write_sep("=", sep_title) + if style == "line": + for rep in reports: + line = self._getcrashline(rep) + self.write_line(line) + else: + for rep in reports: + msg = self._getfailureheadline(rep) + self.write_sep("_", msg, red=True, bold=True) + self._outrep_summary(rep) + self._handle_teardown_sections(rep.nodeid) + + def summary_errors(self) -> None: + if self.config.option.tbstyle != "no": + reports: list[BaseReport] = self.getreports("error") + if not reports: + return + self.write_sep("=", "ERRORS") + for rep in self.stats["error"]: + msg = self._getfailureheadline(rep) + if rep.when == "collect": + msg = "ERROR collecting " + msg + else: + msg = f"ERROR at {rep.when} of {msg}" + self.write_sep("_", msg, red=True, bold=True) + self._outrep_summary(rep) + + def _outrep_summary(self, rep: BaseReport) -> None: + rep.toterminal(self._tw) + showcapture = self.config.option.showcapture + if showcapture == "no": + return + for secname, content in rep.sections: + if showcapture != "all" and showcapture not in secname: + continue + self._tw.sep("-", secname) + if content[-1:] == "\n": + content = content[:-1] + self._tw.line(content) + + def summary_stats(self) -> None: + if self.verbosity < -1: + return + + session_duration = timing.time() - self._sessionstarttime + (parts, main_color) = self.build_summary_stats_line() + line_parts = [] + + display_sep = self.verbosity >= 0 + if display_sep: + fullwidth = self._tw.fullwidth + for text, markup in parts: + with_markup = self._tw.markup(text, **markup) + if display_sep: + fullwidth += len(with_markup) - len(text) + line_parts.append(with_markup) + msg = ", ".join(line_parts) + + main_markup = {main_color: True} + duration = f" in {format_session_duration(session_duration)}" + duration_with_markup = self._tw.markup(duration, **main_markup) + if display_sep: + fullwidth += len(duration_with_markup) - len(duration) + msg += duration_with_markup + + if display_sep: + markup_for_end_sep = self._tw.markup("", **main_markup) + if markup_for_end_sep.endswith("\x1b[0m"): + markup_for_end_sep = markup_for_end_sep[:-4] + fullwidth += len(markup_for_end_sep) + msg += markup_for_end_sep + + if display_sep: + self.write_sep("=", msg, fullwidth=fullwidth, **main_markup) + else: + self.write_line(msg, **main_markup) + + def short_test_summary(self) -> None: + if not self.reportchars: + return + + def show_simple(lines: list[str], *, stat: str) -> None: + failed = self.stats.get(stat, []) + if not failed: + return + config = self.config + for rep in failed: + color = _color_for_type.get(stat, _color_for_type_default) + line = _get_line_with_reprcrash_message( + config, rep, self._tw, {color: True} + ) + lines.append(line) + + def show_xfailed(lines: list[str]) -> None: + xfailed = self.stats.get("xfailed", []) + for rep in xfailed: + verbose_word, verbose_markup = rep._get_verbose_word_with_markup( + self.config, {_color_for_type["warnings"]: True} + ) + markup_word = self._tw.markup(verbose_word, **verbose_markup) + nodeid = _get_node_id_with_markup(self._tw, self.config, rep) + line = f"{markup_word} {nodeid}" + reason = rep.wasxfail + if reason: + line += " - " + str(reason) + + lines.append(line) + + def show_xpassed(lines: list[str]) -> None: + xpassed = self.stats.get("xpassed", []) + for rep in xpassed: + verbose_word, verbose_markup = rep._get_verbose_word_with_markup( + self.config, {_color_for_type["warnings"]: True} + ) + markup_word = self._tw.markup(verbose_word, **verbose_markup) + nodeid = _get_node_id_with_markup(self._tw, self.config, rep) + line = f"{markup_word} {nodeid}" + reason = rep.wasxfail + if reason: + line += " - " + str(reason) + lines.append(line) + + def show_skipped_folded(lines: list[str]) -> None: + skipped: list[CollectReport] = self.stats.get("skipped", []) + fskips = _folded_skips(self.startpath, skipped) if skipped else [] + if not fskips: + return + verbose_word, verbose_markup = skipped[0]._get_verbose_word_with_markup( + self.config, {_color_for_type["warnings"]: True} + ) + markup_word = self._tw.markup(verbose_word, **verbose_markup) + prefix = "Skipped: " + for num, fspath, lineno, reason in fskips: + if reason.startswith(prefix): + reason = reason[len(prefix) :] + if lineno is not None: + lines.append( + "%s [%d] %s:%d: %s" % (markup_word, num, fspath, lineno, reason) + ) + else: + lines.append("%s [%d] %s: %s" % (markup_word, num, fspath, reason)) + + def show_skipped_unfolded(lines: list[str]) -> None: + skipped: list[CollectReport] = self.stats.get("skipped", []) + + for rep in skipped: + assert rep.longrepr is not None + assert isinstance(rep.longrepr, tuple), (rep, rep.longrepr) + assert len(rep.longrepr) == 3, (rep, rep.longrepr) + + verbose_word, verbose_markup = rep._get_verbose_word_with_markup( + self.config, {_color_for_type["warnings"]: True} + ) + markup_word = self._tw.markup(verbose_word, **verbose_markup) + nodeid = _get_node_id_with_markup(self._tw, self.config, rep) + line = f"{markup_word} {nodeid}" + reason = rep.longrepr[2] + if reason: + line += " - " + str(reason) + lines.append(line) + + def show_skipped(lines: list[str]) -> None: + if self.foldskipped: + show_skipped_folded(lines) + else: + show_skipped_unfolded(lines) + + REPORTCHAR_ACTIONS: Mapping[str, Callable[[list[str]], None]] = { + "x": show_xfailed, + "X": show_xpassed, + "f": partial(show_simple, stat="failed"), + "s": show_skipped, + "p": partial(show_simple, stat="passed"), + "E": partial(show_simple, stat="error"), + } + + lines: list[str] = [] + for char in self.reportchars: + action = REPORTCHAR_ACTIONS.get(char) + if action: # skipping e.g. "P" (passed with output) here. + action(lines) + + if lines: + self.write_sep("=", "short test summary info", cyan=True, bold=True) + for line in lines: + self.write_line(line) + + def _get_main_color(self) -> tuple[str, list[str]]: + if self._main_color is None or self._known_types is None or self._is_last_item: + self._set_main_color() + assert self._main_color + assert self._known_types + return self._main_color, self._known_types + + def _determine_main_color(self, unknown_type_seen: bool) -> str: + stats = self.stats + if "failed" in stats or "error" in stats: + main_color = "red" + elif "warnings" in stats or "xpassed" in stats or unknown_type_seen: + main_color = "yellow" + elif "passed" in stats or not self._is_last_item: + main_color = "green" + else: + main_color = "yellow" + return main_color + + def _set_main_color(self) -> None: + unknown_types: list[str] = [] + for found_type in self.stats: + if found_type: # setup/teardown reports have an empty key, ignore them + if found_type not in KNOWN_TYPES and found_type not in unknown_types: + unknown_types.append(found_type) + self._known_types = list(KNOWN_TYPES) + unknown_types + self._main_color = self._determine_main_color(bool(unknown_types)) + + def build_summary_stats_line(self) -> tuple[list[tuple[str, dict[str, bool]]], str]: + """ + Build the parts used in the last summary stats line. + + The summary stats line is the line shown at the end, "=== 12 passed, 2 errors in Xs===". + + This function builds a list of the "parts" that make up for the text in that line, in + the example above it would be: + + [ + ("12 passed", {"green": True}), + ("2 errors", {"red": True} + ] + + That last dict for each line is a "markup dictionary", used by TerminalWriter to + color output. + + The final color of the line is also determined by this function, and is the second + element of the returned tuple. + """ + if self.config.getoption("collectonly"): + return self._build_collect_only_summary_stats_line() + else: + return self._build_normal_summary_stats_line() + + def _get_reports_to_display(self, key: str) -> list[Any]: + """Get test/collection reports for the given status key, such as `passed` or `error`.""" + reports = self.stats.get(key, []) + return [x for x in reports if getattr(x, "count_towards_summary", True)] + + def _build_normal_summary_stats_line( + self, + ) -> tuple[list[tuple[str, dict[str, bool]]], str]: + main_color, known_types = self._get_main_color() + parts = [] + + for key in known_types: + reports = self._get_reports_to_display(key) + if reports: + count = len(reports) + color = _color_for_type.get(key, _color_for_type_default) + markup = {color: True, "bold": color == main_color} + parts.append(("%d %s" % pluralize(count, key), markup)) + + if not parts: + parts = [("no tests ran", {_color_for_type_default: True})] + + return parts, main_color + + def _build_collect_only_summary_stats_line( + self, + ) -> tuple[list[tuple[str, dict[str, bool]]], str]: + deselected = len(self._get_reports_to_display("deselected")) + errors = len(self._get_reports_to_display("error")) + + if self._numcollected == 0: + parts = [("no tests collected", {"yellow": True})] + main_color = "yellow" + + elif deselected == 0: + main_color = "green" + collected_output = "%d %s collected" % pluralize(self._numcollected, "test") + parts = [(collected_output, {main_color: True})] + else: + all_tests_were_deselected = self._numcollected == deselected + if all_tests_were_deselected: + main_color = "yellow" + collected_output = f"no tests collected ({deselected} deselected)" + else: + main_color = "green" + selected = self._numcollected - deselected + collected_output = f"{selected}/{self._numcollected} tests collected ({deselected} deselected)" + + parts = [(collected_output, {main_color: True})] + + if errors: + main_color = _color_for_type["error"] + parts += [("%d %s" % pluralize(errors, "error"), {main_color: True})] + + return parts, main_color + + +def _get_node_id_with_markup(tw: TerminalWriter, config: Config, rep: BaseReport): + nodeid = config.cwd_relative_nodeid(rep.nodeid) + path, *parts = nodeid.split("::") + if parts: + parts_markup = tw.markup("::".join(parts), bold=True) + return path + "::" + parts_markup + else: + return path + + +def _format_trimmed(format: str, msg: str, available_width: int) -> str | None: + """Format msg into format, ellipsizing it if doesn't fit in available_width. + + Returns None if even the ellipsis can't fit. + """ + # Only use the first line. + i = msg.find("\n") + if i != -1: + msg = msg[:i] + + ellipsis = "..." + format_width = wcswidth(format.format("")) + if format_width + len(ellipsis) > available_width: + return None + + if format_width + wcswidth(msg) > available_width: + available_width -= len(ellipsis) + msg = msg[:available_width] + while format_width + wcswidth(msg) > available_width: + msg = msg[:-1] + msg += ellipsis + + return format.format(msg) + + +def _get_line_with_reprcrash_message( + config: Config, rep: BaseReport, tw: TerminalWriter, word_markup: dict[str, bool] +) -> str: + """Get summary line for a report, trying to add reprcrash message.""" + verbose_word, verbose_markup = rep._get_verbose_word_with_markup( + config, word_markup + ) + word = tw.markup(verbose_word, **verbose_markup) + node = _get_node_id_with_markup(tw, config, rep) + + line = f"{word} {node}" + line_width = wcswidth(line) + + try: + # Type ignored intentionally -- possible AttributeError expected. + msg = rep.longrepr.reprcrash.message # type: ignore[union-attr] + except AttributeError: + pass + else: + if running_on_ci() or config.option.verbose >= 2: + msg = f" - {msg}" + else: + available_width = tw.fullwidth - line_width + msg = _format_trimmed(" - {}", msg, available_width) + if msg is not None: + line += msg + + return line + + +def _folded_skips( + startpath: Path, + skipped: Sequence[CollectReport], +) -> list[tuple[int, str, int | None, str]]: + d: dict[tuple[str, int | None, str], list[CollectReport]] = {} + for event in skipped: + assert event.longrepr is not None + assert isinstance(event.longrepr, tuple), (event, event.longrepr) + assert len(event.longrepr) == 3, (event, event.longrepr) + fspath, lineno, reason = event.longrepr + # For consistency, report all fspaths in relative form. + fspath = bestrelpath(startpath, Path(fspath)) + keywords = getattr(event, "keywords", {}) + # Folding reports with global pytestmark variable. + # This is a workaround, because for now we cannot identify the scope of a skip marker + # TODO: Revisit after marks scope would be fixed. + if ( + event.when == "setup" + and "skip" in keywords + and "pytestmark" not in keywords + ): + key: tuple[str, int | None, str] = (fspath, None, reason) + else: + key = (fspath, lineno, reason) + d.setdefault(key, []).append(event) + values: list[tuple[int, str, int | None, str]] = [] + for key, events in d.items(): + values.append((len(events), *key)) + return values + + +_color_for_type = { + "failed": "red", + "error": "red", + "warnings": "yellow", + "passed": "green", +} +_color_for_type_default = "yellow" + + +def pluralize(count: int, noun: str) -> tuple[int, str]: + # No need to pluralize words such as `failed` or `passed`. + if noun not in ["error", "warnings", "test"]: + return count, noun + + # The `warnings` key is plural. To avoid API breakage, we keep it that way but + # set it to singular here so we can determine plurality in the same way as we do + # for `error`. + noun = noun.replace("warnings", "warning") + + return count, noun + "s" if count != 1 else noun + + +def _plugin_nameversions(plugininfo) -> list[str]: + values: list[str] = [] + for plugin, dist in plugininfo: + # Gets us name and version! + name = f"{dist.project_name}-{dist.version}" + # Questionable convenience, but it keeps things short. + if name.startswith("pytest-"): + name = name[7:] + # We decided to print python package names they can have more than one plugin. + if name not in values: + values.append(name) + return values + + +def format_session_duration(seconds: float) -> str: + """Format the given seconds in a human readable manner to show in the final summary.""" + if seconds < 60: + return f"{seconds:.2f}s" + else: + dt = datetime.timedelta(seconds=int(seconds)) + return f"{seconds:.2f}s ({dt})" + + +def _get_raw_skip_reason(report: TestReport) -> str: + """Get the reason string of a skip/xfail/xpass test report. + + The string is just the part given by the user. + """ + if hasattr(report, "wasxfail"): + reason = report.wasxfail + if reason.startswith("reason: "): + reason = reason[len("reason: ") :] + return reason + else: + assert report.skipped + assert isinstance(report.longrepr, tuple) + _, _, reason = report.longrepr + if reason.startswith("Skipped: "): + reason = reason[len("Skipped: ") :] + elif reason == "Skipped": + reason = "" + return reason diff --git a/env/lib/python3.8/site-packages/_pytest/threadexception.py b/env/lib/python3.8/site-packages/_pytest/threadexception.py new file mode 100644 index 000000000..c1ed80387 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/threadexception.py @@ -0,0 +1,97 @@ +from __future__ import annotations + +import threading +import traceback +from types import TracebackType +from typing import Any +from typing import Callable +from typing import Generator +from typing import TYPE_CHECKING +import warnings + +import pytest + + +if TYPE_CHECKING: + from typing_extensions import Self + + +# Copied from cpython/Lib/test/support/threading_helper.py, with modifications. +class catch_threading_exception: + """Context manager catching threading.Thread exception using + threading.excepthook. + + Storing exc_value using a custom hook can create a reference cycle. The + reference cycle is broken explicitly when the context manager exits. + + Storing thread using a custom hook can resurrect it if it is set to an + object which is being finalized. Exiting the context manager clears the + stored object. + + Usage: + with threading_helper.catch_threading_exception() as cm: + # code spawning a thread which raises an exception + ... + # check the thread exception: use cm.args + ... + # cm.args attribute no longer exists at this point + # (to break a reference cycle) + """ + + def __init__(self) -> None: + self.args: threading.ExceptHookArgs | None = None + self._old_hook: Callable[[threading.ExceptHookArgs], Any] | None = None + + def _hook(self, args: threading.ExceptHookArgs) -> None: + self.args = args + + def __enter__(self) -> Self: + self._old_hook = threading.excepthook + threading.excepthook = self._hook + return self + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + assert self._old_hook is not None + threading.excepthook = self._old_hook + self._old_hook = None + del self.args + + +def thread_exception_runtest_hook() -> Generator[None]: + with catch_threading_exception() as cm: + try: + yield + finally: + if cm.args: + thread_name = ( + "" if cm.args.thread is None else cm.args.thread.name + ) + msg = f"Exception in thread {thread_name}\n\n" + msg += "".join( + traceback.format_exception( + cm.args.exc_type, + cm.args.exc_value, + cm.args.exc_traceback, + ) + ) + warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) + + +@pytest.hookimpl(wrapper=True, trylast=True) +def pytest_runtest_setup() -> Generator[None]: + yield from thread_exception_runtest_hook() + + +@pytest.hookimpl(wrapper=True, tryfirst=True) +def pytest_runtest_call() -> Generator[None]: + yield from thread_exception_runtest_hook() + + +@pytest.hookimpl(wrapper=True, tryfirst=True) +def pytest_runtest_teardown() -> Generator[None]: + yield from thread_exception_runtest_hook() diff --git a/env/lib/python3.8/site-packages/_pytest/timing.py b/env/lib/python3.8/site-packages/_pytest/timing.py new file mode 100644 index 000000000..b23c7f69e --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/timing.py @@ -0,0 +1,16 @@ +"""Indirection for time functions. + +We intentionally grab some "time" functions internally to avoid tests mocking "time" to affect +pytest runtime information (issue #185). + +Fixture "mock_timing" also interacts with this module for pytest's own tests. +""" + +from __future__ import annotations + +from time import perf_counter +from time import sleep +from time import time + + +__all__ = ["perf_counter", "sleep", "time"] diff --git a/env/lib/python3.8/site-packages/_pytest/tmpdir.py b/env/lib/python3.8/site-packages/_pytest/tmpdir.py new file mode 100644 index 000000000..1731a4b8d --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/tmpdir.py @@ -0,0 +1,314 @@ +# mypy: allow-untyped-defs +"""Support for providing temporary directories to test functions.""" + +from __future__ import annotations + +import dataclasses +import os +from pathlib import Path +import re +from shutil import rmtree +import tempfile +from typing import Any +from typing import Dict +from typing import final +from typing import Generator +from typing import Literal + +from .pathlib import cleanup_dead_symlinks +from .pathlib import LOCK_TIMEOUT +from .pathlib import make_numbered_dir +from .pathlib import make_numbered_dir_with_cleanup +from .pathlib import rm_rf +from _pytest.compat import get_user_id +from _pytest.config import Config +from _pytest.config import ExitCode +from _pytest.config import hookimpl +from _pytest.config.argparsing import Parser +from _pytest.deprecated import check_ispytest +from _pytest.fixtures import fixture +from _pytest.fixtures import FixtureRequest +from _pytest.monkeypatch import MonkeyPatch +from _pytest.nodes import Item +from _pytest.reports import TestReport +from _pytest.stash import StashKey + + +tmppath_result_key = StashKey[Dict[str, bool]]() +RetentionType = Literal["all", "failed", "none"] + + +@final +@dataclasses.dataclass +class TempPathFactory: + """Factory for temporary directories under the common base temp directory, + as discussed at :ref:`temporary directory location and retention`. + """ + + _given_basetemp: Path | None + # pluggy TagTracerSub, not currently exposed, so Any. + _trace: Any + _basetemp: Path | None + _retention_count: int + _retention_policy: RetentionType + + def __init__( + self, + given_basetemp: Path | None, + retention_count: int, + retention_policy: RetentionType, + trace, + basetemp: Path | None = None, + *, + _ispytest: bool = False, + ) -> None: + check_ispytest(_ispytest) + if given_basetemp is None: + self._given_basetemp = None + else: + # Use os.path.abspath() to get absolute path instead of resolve() as it + # does not work the same in all platforms (see #4427). + # Path.absolute() exists, but it is not public (see https://bugs.python.org/issue25012). + self._given_basetemp = Path(os.path.abspath(str(given_basetemp))) + self._trace = trace + self._retention_count = retention_count + self._retention_policy = retention_policy + self._basetemp = basetemp + + @classmethod + def from_config( + cls, + config: Config, + *, + _ispytest: bool = False, + ) -> TempPathFactory: + """Create a factory according to pytest configuration. + + :meta private: + """ + check_ispytest(_ispytest) + count = int(config.getini("tmp_path_retention_count")) + if count < 0: + raise ValueError( + f"tmp_path_retention_count must be >= 0. Current input: {count}." + ) + + policy = config.getini("tmp_path_retention_policy") + if policy not in ("all", "failed", "none"): + raise ValueError( + f"tmp_path_retention_policy must be either all, failed, none. Current input: {policy}." + ) + + return cls( + given_basetemp=config.option.basetemp, + trace=config.trace.get("tmpdir"), + retention_count=count, + retention_policy=policy, + _ispytest=True, + ) + + def _ensure_relative_to_basetemp(self, basename: str) -> str: + basename = os.path.normpath(basename) + if (self.getbasetemp() / basename).resolve().parent != self.getbasetemp(): + raise ValueError(f"{basename} is not a normalized and relative path") + return basename + + def mktemp(self, basename: str, numbered: bool = True) -> Path: + """Create a new temporary directory managed by the factory. + + :param basename: + Directory base name, must be a relative path. + + :param numbered: + If ``True``, ensure the directory is unique by adding a numbered + suffix greater than any existing one: ``basename="foo-"`` and ``numbered=True`` + means that this function will create directories named ``"foo-0"``, + ``"foo-1"``, ``"foo-2"`` and so on. + + :returns: + The path to the new directory. + """ + basename = self._ensure_relative_to_basetemp(basename) + if not numbered: + p = self.getbasetemp().joinpath(basename) + p.mkdir(mode=0o700) + else: + p = make_numbered_dir(root=self.getbasetemp(), prefix=basename, mode=0o700) + self._trace("mktemp", p) + return p + + def getbasetemp(self) -> Path: + """Return the base temporary directory, creating it if needed. + + :returns: + The base temporary directory. + """ + if self._basetemp is not None: + return self._basetemp + + if self._given_basetemp is not None: + basetemp = self._given_basetemp + if basetemp.exists(): + rm_rf(basetemp) + basetemp.mkdir(mode=0o700) + basetemp = basetemp.resolve() + else: + from_env = os.environ.get("PYTEST_DEBUG_TEMPROOT") + temproot = Path(from_env or tempfile.gettempdir()).resolve() + user = get_user() or "unknown" + # use a sub-directory in the temproot to speed-up + # make_numbered_dir() call + rootdir = temproot.joinpath(f"pytest-of-{user}") + try: + rootdir.mkdir(mode=0o700, exist_ok=True) + except OSError: + # getuser() likely returned illegal characters for the platform, use unknown back off mechanism + rootdir = temproot.joinpath("pytest-of-unknown") + rootdir.mkdir(mode=0o700, exist_ok=True) + # Because we use exist_ok=True with a predictable name, make sure + # we are the owners, to prevent any funny business (on unix, where + # temproot is usually shared). + # Also, to keep things private, fixup any world-readable temp + # rootdir's permissions. Historically 0o755 was used, so we can't + # just error out on this, at least for a while. + uid = get_user_id() + if uid is not None: + rootdir_stat = rootdir.stat() + if rootdir_stat.st_uid != uid: + raise OSError( + f"The temporary directory {rootdir} is not owned by the current user. " + "Fix this and try again." + ) + if (rootdir_stat.st_mode & 0o077) != 0: + os.chmod(rootdir, rootdir_stat.st_mode & ~0o077) + keep = self._retention_count + if self._retention_policy == "none": + keep = 0 + basetemp = make_numbered_dir_with_cleanup( + prefix="pytest-", + root=rootdir, + keep=keep, + lock_timeout=LOCK_TIMEOUT, + mode=0o700, + ) + assert basetemp is not None, basetemp + self._basetemp = basetemp + self._trace("new basetemp", basetemp) + return basetemp + + +def get_user() -> str | None: + """Return the current user name, or None if getuser() does not work + in the current environment (see #1010).""" + try: + # In some exotic environments, getpass may not be importable. + import getpass + + return getpass.getuser() + except (ImportError, OSError, KeyError): + return None + + +def pytest_configure(config: Config) -> None: + """Create a TempPathFactory and attach it to the config object. + + This is to comply with existing plugins which expect the handler to be + available at pytest_configure time, but ideally should be moved entirely + to the tmp_path_factory session fixture. + """ + mp = MonkeyPatch() + config.add_cleanup(mp.undo) + _tmp_path_factory = TempPathFactory.from_config(config, _ispytest=True) + mp.setattr(config, "_tmp_path_factory", _tmp_path_factory, raising=False) + + +def pytest_addoption(parser: Parser) -> None: + parser.addini( + "tmp_path_retention_count", + help="How many sessions should we keep the `tmp_path` directories, according to `tmp_path_retention_policy`.", + default=3, + ) + + parser.addini( + "tmp_path_retention_policy", + help="Controls which directories created by the `tmp_path` fixture are kept around, based on test outcome. " + "(all/failed/none)", + default="all", + ) + + +@fixture(scope="session") +def tmp_path_factory(request: FixtureRequest) -> TempPathFactory: + """Return a :class:`pytest.TempPathFactory` instance for the test session.""" + # Set dynamically by pytest_configure() above. + return request.config._tmp_path_factory # type: ignore + + +def _mk_tmp(request: FixtureRequest, factory: TempPathFactory) -> Path: + name = request.node.name + name = re.sub(r"[\W]", "_", name) + MAXVAL = 30 + name = name[:MAXVAL] + return factory.mktemp(name, numbered=True) + + +@fixture +def tmp_path( + request: FixtureRequest, tmp_path_factory: TempPathFactory +) -> Generator[Path]: + """Return a temporary directory (as :class:`pathlib.Path` object) + which is unique to each test function invocation. + The temporary directory is created as a subdirectory + of the base temporary directory, with configurable retention, + as discussed in :ref:`temporary directory location and retention`. + """ + path = _mk_tmp(request, tmp_path_factory) + yield path + + # Remove the tmpdir if the policy is "failed" and the test passed. + tmp_path_factory: TempPathFactory = request.session.config._tmp_path_factory # type: ignore + policy = tmp_path_factory._retention_policy + result_dict = request.node.stash[tmppath_result_key] + + if policy == "failed" and result_dict.get("call", True): + # We do a "best effort" to remove files, but it might not be possible due to some leaked resource, + # permissions, etc, in which case we ignore it. + rmtree(path, ignore_errors=True) + + del request.node.stash[tmppath_result_key] + + +def pytest_sessionfinish(session, exitstatus: int | ExitCode): + """After each session, remove base directory if all the tests passed, + the policy is "failed", and the basetemp is not specified by a user. + """ + tmp_path_factory: TempPathFactory = session.config._tmp_path_factory + basetemp = tmp_path_factory._basetemp + if basetemp is None: + return + + policy = tmp_path_factory._retention_policy + if ( + exitstatus == 0 + and policy == "failed" + and tmp_path_factory._given_basetemp is None + ): + if basetemp.is_dir(): + # We do a "best effort" to remove files, but it might not be possible due to some leaked resource, + # permissions, etc, in which case we ignore it. + rmtree(basetemp, ignore_errors=True) + + # Remove dead symlinks. + if basetemp.is_dir(): + cleanup_dead_symlinks(basetemp) + + +@hookimpl(wrapper=True, tryfirst=True) +def pytest_runtest_makereport( + item: Item, call +) -> Generator[None, TestReport, TestReport]: + rep = yield + assert rep.when is not None + empty: dict[str, bool] = {} + item.stash.setdefault(tmppath_result_key, empty)[rep.when] = rep.passed + return rep diff --git a/env/lib/python3.8/site-packages/_pytest/unittest.py b/env/lib/python3.8/site-packages/_pytest/unittest.py new file mode 100644 index 000000000..8cecd4f93 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/unittest.py @@ -0,0 +1,435 @@ +# mypy: allow-untyped-defs +"""Discover and run std-library "unittest" style tests.""" + +from __future__ import annotations + +import inspect +import sys +import traceback +import types +from typing import Any +from typing import Callable +from typing import Generator +from typing import Iterable +from typing import Tuple +from typing import Type +from typing import TYPE_CHECKING +from typing import Union + +import _pytest._code +from _pytest.compat import is_async_function +from _pytest.config import hookimpl +from _pytest.fixtures import FixtureRequest +from _pytest.nodes import Collector +from _pytest.nodes import Item +from _pytest.outcomes import exit +from _pytest.outcomes import fail +from _pytest.outcomes import skip +from _pytest.outcomes import xfail +from _pytest.python import Class +from _pytest.python import Function +from _pytest.python import Module +from _pytest.runner import CallInfo +import pytest + + +if sys.version_info[:2] < (3, 11): + from exceptiongroup import ExceptionGroup + +if TYPE_CHECKING: + import unittest + + import twisted.trial.unittest + + +_SysExcInfoType = Union[ + Tuple[Type[BaseException], BaseException, types.TracebackType], + Tuple[None, None, None], +] + + +def pytest_pycollect_makeitem( + collector: Module | Class, name: str, obj: object +) -> UnitTestCase | None: + try: + # Has unittest been imported? + ut = sys.modules["unittest"] + # Is obj a subclass of unittest.TestCase? + # Type ignored because `ut` is an opaque module. + if not issubclass(obj, ut.TestCase): # type: ignore + return None + except Exception: + return None + # Is obj a concrete class? + # Abstract classes can't be instantiated so no point collecting them. + if inspect.isabstract(obj): + return None + # Yes, so let's collect it. + return UnitTestCase.from_parent(collector, name=name, obj=obj) + + +class UnitTestCase(Class): + # Marker for fixturemanger.getfixtureinfo() + # to declare that our children do not support funcargs. + nofuncargs = True + + def newinstance(self): + # TestCase __init__ takes the method (test) name. The TestCase + # constructor treats the name "runTest" as a special no-op, so it can be + # used when a dummy instance is needed. While unittest.TestCase has a + # default, some subclasses omit the default (#9610), so always supply + # it. + return self.obj("runTest") + + def collect(self) -> Iterable[Item | Collector]: + from unittest import TestLoader + + cls = self.obj + if not getattr(cls, "__test__", True): + return + + skipped = _is_skipped(cls) + if not skipped: + self._register_unittest_setup_method_fixture(cls) + self._register_unittest_setup_class_fixture(cls) + self._register_setup_class_fixture() + + self.session._fixturemanager.parsefactories(self.newinstance(), self.nodeid) + + loader = TestLoader() + foundsomething = False + for name in loader.getTestCaseNames(self.obj): + x = getattr(self.obj, name) + if not getattr(x, "__test__", True): + continue + yield TestCaseFunction.from_parent(self, name=name) + foundsomething = True + + if not foundsomething: + runtest = getattr(self.obj, "runTest", None) + if runtest is not None: + ut = sys.modules.get("twisted.trial.unittest", None) + if ut is None or runtest != ut.TestCase.runTest: + yield TestCaseFunction.from_parent(self, name="runTest") + + def _register_unittest_setup_class_fixture(self, cls: type) -> None: + """Register an auto-use fixture to invoke setUpClass and + tearDownClass (#517).""" + setup = getattr(cls, "setUpClass", None) + teardown = getattr(cls, "tearDownClass", None) + if setup is None and teardown is None: + return None + cleanup = getattr(cls, "doClassCleanups", lambda: None) + + def process_teardown_exceptions() -> None: + # tearDown_exceptions is a list set in the class containing exc_infos for errors during + # teardown for the class. + exc_infos = getattr(cls, "tearDown_exceptions", None) + if not exc_infos: + return + exceptions = [exc for (_, exc, _) in exc_infos] + # If a single exception, raise it directly as this provides a more readable + # error (hopefully this will improve in #12255). + if len(exceptions) == 1: + raise exceptions[0] + else: + raise ExceptionGroup("Unittest class cleanup errors", exceptions) + + def unittest_setup_class_fixture( + request: FixtureRequest, + ) -> Generator[None]: + cls = request.cls + if _is_skipped(cls): + reason = cls.__unittest_skip_why__ + raise pytest.skip.Exception(reason, _use_item_location=True) + if setup is not None: + try: + setup() + # unittest does not call the cleanup function for every BaseException, so we + # follow this here. + except Exception: + cleanup() + process_teardown_exceptions() + raise + yield + try: + if teardown is not None: + teardown() + finally: + cleanup() + process_teardown_exceptions() + + self.session._fixturemanager._register_fixture( + # Use a unique name to speed up lookup. + name=f"_unittest_setUpClass_fixture_{cls.__qualname__}", + func=unittest_setup_class_fixture, + nodeid=self.nodeid, + scope="class", + autouse=True, + ) + + def _register_unittest_setup_method_fixture(self, cls: type) -> None: + """Register an auto-use fixture to invoke setup_method and + teardown_method (#517).""" + setup = getattr(cls, "setup_method", None) + teardown = getattr(cls, "teardown_method", None) + if setup is None and teardown is None: + return None + + def unittest_setup_method_fixture( + request: FixtureRequest, + ) -> Generator[None]: + self = request.instance + if _is_skipped(self): + reason = self.__unittest_skip_why__ + raise pytest.skip.Exception(reason, _use_item_location=True) + if setup is not None: + setup(self, request.function) + yield + if teardown is not None: + teardown(self, request.function) + + self.session._fixturemanager._register_fixture( + # Use a unique name to speed up lookup. + name=f"_unittest_setup_method_fixture_{cls.__qualname__}", + func=unittest_setup_method_fixture, + nodeid=self.nodeid, + scope="function", + autouse=True, + ) + + +class TestCaseFunction(Function): + nofuncargs = True + _excinfo: list[_pytest._code.ExceptionInfo[BaseException]] | None = None + + def _getinstance(self): + assert isinstance(self.parent, UnitTestCase) + return self.parent.obj(self.name) + + # Backward compat for pytest-django; can be removed after pytest-django + # updates + some slack. + @property + def _testcase(self): + return self.instance + + def setup(self) -> None: + # A bound method to be called during teardown() if set (see 'runtest()'). + self._explicit_tearDown: Callable[[], None] | None = None + super().setup() + + def teardown(self) -> None: + if self._explicit_tearDown is not None: + self._explicit_tearDown() + self._explicit_tearDown = None + self._obj = None + del self._instance + super().teardown() + + def startTest(self, testcase: unittest.TestCase) -> None: + pass + + def _addexcinfo(self, rawexcinfo: _SysExcInfoType) -> None: + # Unwrap potential exception info (see twisted trial support below). + rawexcinfo = getattr(rawexcinfo, "_rawexcinfo", rawexcinfo) + try: + excinfo = _pytest._code.ExceptionInfo[BaseException].from_exc_info( + rawexcinfo # type: ignore[arg-type] + ) + # Invoke the attributes to trigger storing the traceback + # trial causes some issue there. + _ = excinfo.value + _ = excinfo.traceback + except TypeError: + try: + try: + values = traceback.format_exception(*rawexcinfo) + values.insert( + 0, + "NOTE: Incompatible Exception Representation, " + "displaying natively:\n\n", + ) + fail("".join(values), pytrace=False) + except (fail.Exception, KeyboardInterrupt): + raise + except BaseException: + fail( + "ERROR: Unknown Incompatible Exception " + f"representation:\n{rawexcinfo!r}", + pytrace=False, + ) + except KeyboardInterrupt: + raise + except fail.Exception: + excinfo = _pytest._code.ExceptionInfo.from_current() + self.__dict__.setdefault("_excinfo", []).append(excinfo) + + def addError( + self, testcase: unittest.TestCase, rawexcinfo: _SysExcInfoType + ) -> None: + try: + if isinstance(rawexcinfo[1], exit.Exception): + exit(rawexcinfo[1].msg) + except TypeError: + pass + self._addexcinfo(rawexcinfo) + + def addFailure( + self, testcase: unittest.TestCase, rawexcinfo: _SysExcInfoType + ) -> None: + self._addexcinfo(rawexcinfo) + + def addSkip(self, testcase: unittest.TestCase, reason: str) -> None: + try: + raise pytest.skip.Exception(reason, _use_item_location=True) + except skip.Exception: + self._addexcinfo(sys.exc_info()) + + def addExpectedFailure( + self, + testcase: unittest.TestCase, + rawexcinfo: _SysExcInfoType, + reason: str = "", + ) -> None: + try: + xfail(str(reason)) + except xfail.Exception: + self._addexcinfo(sys.exc_info()) + + def addUnexpectedSuccess( + self, + testcase: unittest.TestCase, + reason: twisted.trial.unittest.Todo | None = None, + ) -> None: + msg = "Unexpected success" + if reason: + msg += f": {reason.reason}" + # Preserve unittest behaviour - fail the test. Explicitly not an XPASS. + try: + fail(msg, pytrace=False) + except fail.Exception: + self._addexcinfo(sys.exc_info()) + + def addSuccess(self, testcase: unittest.TestCase) -> None: + pass + + def stopTest(self, testcase: unittest.TestCase) -> None: + pass + + def addDuration(self, testcase: unittest.TestCase, elapsed: float) -> None: + pass + + def runtest(self) -> None: + from _pytest.debugging import maybe_wrap_pytest_function_for_tracing + + testcase = self.instance + assert testcase is not None + + maybe_wrap_pytest_function_for_tracing(self) + + # Let the unittest framework handle async functions. + if is_async_function(self.obj): + testcase(result=self) + else: + # When --pdb is given, we want to postpone calling tearDown() otherwise + # when entering the pdb prompt, tearDown() would have probably cleaned up + # instance variables, which makes it difficult to debug. + # Arguably we could always postpone tearDown(), but this changes the moment where the + # TestCase instance interacts with the results object, so better to only do it + # when absolutely needed. + # We need to consider if the test itself is skipped, or the whole class. + assert isinstance(self.parent, UnitTestCase) + skipped = _is_skipped(self.obj) or _is_skipped(self.parent.obj) + if self.config.getoption("usepdb") and not skipped: + self._explicit_tearDown = testcase.tearDown + setattr(testcase, "tearDown", lambda *args: None) + + # We need to update the actual bound method with self.obj, because + # wrap_pytest_function_for_tracing replaces self.obj by a wrapper. + setattr(testcase, self.name, self.obj) + try: + testcase(result=self) + finally: + delattr(testcase, self.name) + + def _traceback_filter( + self, excinfo: _pytest._code.ExceptionInfo[BaseException] + ) -> _pytest._code.Traceback: + traceback = super()._traceback_filter(excinfo) + ntraceback = traceback.filter( + lambda x: not x.frame.f_globals.get("__unittest"), + ) + if not ntraceback: + ntraceback = traceback + return ntraceback + + +@hookimpl(tryfirst=True) +def pytest_runtest_makereport(item: Item, call: CallInfo[None]) -> None: + if isinstance(item, TestCaseFunction): + if item._excinfo: + call.excinfo = item._excinfo.pop(0) + try: + del call.result + except AttributeError: + pass + + # Convert unittest.SkipTest to pytest.skip. + # This is actually only needed for nose, which reuses unittest.SkipTest for + # its own nose.SkipTest. For unittest TestCases, SkipTest is already + # handled internally, and doesn't reach here. + unittest = sys.modules.get("unittest") + if unittest and call.excinfo and isinstance(call.excinfo.value, unittest.SkipTest): + excinfo = call.excinfo + call2 = CallInfo[None].from_call( + lambda: pytest.skip(str(excinfo.value)), call.when + ) + call.excinfo = call2.excinfo + + +# Twisted trial support. +classImplements_has_run = False + + +@hookimpl(wrapper=True) +def pytest_runtest_protocol(item: Item) -> Generator[None, object, object]: + if isinstance(item, TestCaseFunction) and "twisted.trial.unittest" in sys.modules: + ut: Any = sys.modules["twisted.python.failure"] + global classImplements_has_run + Failure__init__ = ut.Failure.__init__ + if not classImplements_has_run: + from twisted.trial.itrial import IReporter + from zope.interface import classImplements + + classImplements(TestCaseFunction, IReporter) + classImplements_has_run = True + + def excstore( + self, exc_value=None, exc_type=None, exc_tb=None, captureVars=None + ): + if exc_value is None: + self._rawexcinfo = sys.exc_info() + else: + if exc_type is None: + exc_type = type(exc_value) + self._rawexcinfo = (exc_type, exc_value, exc_tb) + try: + Failure__init__( + self, exc_value, exc_type, exc_tb, captureVars=captureVars + ) + except TypeError: + Failure__init__(self, exc_value, exc_type, exc_tb) + + ut.Failure.__init__ = excstore + try: + res = yield + finally: + ut.Failure.__init__ = Failure__init__ + else: + res = yield + return res + + +def _is_skipped(obj) -> bool: + """Return True if the given object has been marked with @unittest.skip.""" + return bool(getattr(obj, "__unittest_skip__", False)) diff --git a/env/lib/python3.8/site-packages/_pytest/unraisableexception.py b/env/lib/python3.8/site-packages/_pytest/unraisableexception.py new file mode 100644 index 000000000..77a2de200 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/unraisableexception.py @@ -0,0 +1,100 @@ +from __future__ import annotations + +import sys +import traceback +from types import TracebackType +from typing import Any +from typing import Callable +from typing import Generator +from typing import TYPE_CHECKING +import warnings + +import pytest + + +if TYPE_CHECKING: + from typing_extensions import Self + + +# Copied from cpython/Lib/test/support/__init__.py, with modifications. +class catch_unraisable_exception: + """Context manager catching unraisable exception using sys.unraisablehook. + + Storing the exception value (cm.unraisable.exc_value) creates a reference + cycle. The reference cycle is broken explicitly when the context manager + exits. + + Storing the object (cm.unraisable.object) can resurrect it if it is set to + an object which is being finalized. Exiting the context manager clears the + stored object. + + Usage: + with catch_unraisable_exception() as cm: + # code creating an "unraisable exception" + ... + # check the unraisable exception: use cm.unraisable + ... + # cm.unraisable attribute no longer exists at this point + # (to break a reference cycle) + """ + + def __init__(self) -> None: + self.unraisable: sys.UnraisableHookArgs | None = None + self._old_hook: Callable[[sys.UnraisableHookArgs], Any] | None = None + + def _hook(self, unraisable: sys.UnraisableHookArgs) -> None: + # Storing unraisable.object can resurrect an object which is being + # finalized. Storing unraisable.exc_value creates a reference cycle. + self.unraisable = unraisable + + def __enter__(self) -> Self: + self._old_hook = sys.unraisablehook + sys.unraisablehook = self._hook + return self + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + assert self._old_hook is not None + sys.unraisablehook = self._old_hook + self._old_hook = None + del self.unraisable + + +def unraisable_exception_runtest_hook() -> Generator[None]: + with catch_unraisable_exception() as cm: + try: + yield + finally: + if cm.unraisable: + if cm.unraisable.err_msg is not None: + err_msg = cm.unraisable.err_msg + else: + err_msg = "Exception ignored in" + msg = f"{err_msg}: {cm.unraisable.object!r}\n\n" + msg += "".join( + traceback.format_exception( + cm.unraisable.exc_type, + cm.unraisable.exc_value, + cm.unraisable.exc_traceback, + ) + ) + warnings.warn(pytest.PytestUnraisableExceptionWarning(msg)) + + +@pytest.hookimpl(wrapper=True, tryfirst=True) +def pytest_runtest_setup() -> Generator[None]: + yield from unraisable_exception_runtest_hook() + + +@pytest.hookimpl(wrapper=True, tryfirst=True) +def pytest_runtest_call() -> Generator[None]: + yield from unraisable_exception_runtest_hook() + + +@pytest.hookimpl(wrapper=True, tryfirst=True) +def pytest_runtest_teardown() -> Generator[None]: + yield from unraisable_exception_runtest_hook() diff --git a/env/lib/python3.8/site-packages/_pytest/warning_types.py b/env/lib/python3.8/site-packages/_pytest/warning_types.py new file mode 100644 index 000000000..4ab14e48c --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/warning_types.py @@ -0,0 +1,166 @@ +from __future__ import annotations + +import dataclasses +import inspect +from types import FunctionType +from typing import Any +from typing import final +from typing import Generic +from typing import TypeVar +import warnings + + +class PytestWarning(UserWarning): + """Base class for all warnings emitted by pytest.""" + + __module__ = "pytest" + + +@final +class PytestAssertRewriteWarning(PytestWarning): + """Warning emitted by the pytest assert rewrite module.""" + + __module__ = "pytest" + + +@final +class PytestCacheWarning(PytestWarning): + """Warning emitted by the cache plugin in various situations.""" + + __module__ = "pytest" + + +@final +class PytestConfigWarning(PytestWarning): + """Warning emitted for configuration issues.""" + + __module__ = "pytest" + + +@final +class PytestCollectionWarning(PytestWarning): + """Warning emitted when pytest is not able to collect a file or symbol in a module.""" + + __module__ = "pytest" + + +class PytestDeprecationWarning(PytestWarning, DeprecationWarning): + """Warning class for features that will be removed in a future version.""" + + __module__ = "pytest" + + +class PytestRemovedIn9Warning(PytestDeprecationWarning): + """Warning class for features that will be removed in pytest 9.""" + + __module__ = "pytest" + + +class PytestReturnNotNoneWarning(PytestWarning): + """Warning emitted when a test function is returning value other than None.""" + + __module__ = "pytest" + + +@final +class PytestExperimentalApiWarning(PytestWarning, FutureWarning): + """Warning category used to denote experiments in pytest. + + Use sparingly as the API might change or even be removed completely in a + future version. + """ + + __module__ = "pytest" + + @classmethod + def simple(cls, apiname: str) -> PytestExperimentalApiWarning: + return cls(f"{apiname} is an experimental api that may change over time") + + +@final +class PytestUnhandledCoroutineWarning(PytestReturnNotNoneWarning): + """Warning emitted for an unhandled coroutine. + + A coroutine was encountered when collecting test functions, but was not + handled by any async-aware plugin. + Coroutine test functions are not natively supported. + """ + + __module__ = "pytest" + + +@final +class PytestUnknownMarkWarning(PytestWarning): + """Warning emitted on use of unknown markers. + + See :ref:`mark` for details. + """ + + __module__ = "pytest" + + +@final +class PytestUnraisableExceptionWarning(PytestWarning): + """An unraisable exception was reported. + + Unraisable exceptions are exceptions raised in :meth:`__del__ ` + implementations and similar situations when the exception cannot be raised + as normal. + """ + + __module__ = "pytest" + + +@final +class PytestUnhandledThreadExceptionWarning(PytestWarning): + """An unhandled exception occurred in a :class:`~threading.Thread`. + + Such exceptions don't propagate normally. + """ + + __module__ = "pytest" + + +_W = TypeVar("_W", bound=PytestWarning) + + +@final +@dataclasses.dataclass +class UnformattedWarning(Generic[_W]): + """A warning meant to be formatted during runtime. + + This is used to hold warnings that need to format their message at runtime, + as opposed to a direct message. + """ + + category: type[_W] + template: str + + def format(self, **kwargs: Any) -> _W: + """Return an instance of the warning category, formatted with given kwargs.""" + return self.category(self.template.format(**kwargs)) + + +def warn_explicit_for(method: FunctionType, message: PytestWarning) -> None: + """ + Issue the warning :param:`message` for the definition of the given :param:`method` + + this helps to log warnings for functions defined prior to finding an issue with them + (like hook wrappers being marked in a legacy mechanism) + """ + lineno = method.__code__.co_firstlineno + filename = inspect.getfile(method) + module = method.__module__ + mod_globals = method.__globals__ + try: + warnings.warn_explicit( + message, + type(message), + filename=filename, + module=module, + registry=mod_globals.setdefault("__warningregistry__", {}), + lineno=lineno, + ) + except Warning as w: + # If warnings are errors (e.g. -Werror), location information gets lost, so we add it to the message. + raise type(w)(f"{w}\n at {filename}:{lineno}") from None diff --git a/env/lib/python3.8/site-packages/_pytest/warnings.py b/env/lib/python3.8/site-packages/_pytest/warnings.py new file mode 100644 index 000000000..eeb477264 --- /dev/null +++ b/env/lib/python3.8/site-packages/_pytest/warnings.py @@ -0,0 +1,151 @@ +# mypy: allow-untyped-defs +from __future__ import annotations + +from contextlib import contextmanager +import sys +from typing import Generator +from typing import Literal +import warnings + +from _pytest.config import apply_warning_filters +from _pytest.config import Config +from _pytest.config import parse_warning_filter +from _pytest.main import Session +from _pytest.nodes import Item +from _pytest.terminal import TerminalReporter +import pytest + + +def pytest_configure(config: Config) -> None: + config.addinivalue_line( + "markers", + "filterwarnings(warning): add a warning filter to the given test. " + "see https://docs.pytest.org/en/stable/how-to/capture-warnings.html#pytest-mark-filterwarnings ", + ) + + +@contextmanager +def catch_warnings_for_item( + config: Config, + ihook, + when: Literal["config", "collect", "runtest"], + item: Item | None, +) -> Generator[None]: + """Context manager that catches warnings generated in the contained execution block. + + ``item`` can be None if we are not in the context of an item execution. + + Each warning captured triggers the ``pytest_warning_recorded`` hook. + """ + config_filters = config.getini("filterwarnings") + cmdline_filters = config.known_args_namespace.pythonwarnings or [] + with warnings.catch_warnings(record=True) as log: + # mypy can't infer that record=True means log is not None; help it. + assert log is not None + + if not sys.warnoptions: + # If user is not explicitly configuring warning filters, show deprecation warnings by default (#2908). + warnings.filterwarnings("always", category=DeprecationWarning) + warnings.filterwarnings("always", category=PendingDeprecationWarning) + + # To be enabled in pytest 9.0.0. + # warnings.filterwarnings("error", category=pytest.PytestRemovedIn9Warning) + + apply_warning_filters(config_filters, cmdline_filters) + + # apply filters from "filterwarnings" marks + nodeid = "" if item is None else item.nodeid + if item is not None: + for mark in item.iter_markers(name="filterwarnings"): + for arg in mark.args: + warnings.filterwarnings(*parse_warning_filter(arg, escape=False)) + + try: + yield + finally: + for warning_message in log: + ihook.pytest_warning_recorded.call_historic( + kwargs=dict( + warning_message=warning_message, + nodeid=nodeid, + when=when, + location=None, + ) + ) + + +def warning_record_to_str(warning_message: warnings.WarningMessage) -> str: + """Convert a warnings.WarningMessage to a string.""" + warn_msg = warning_message.message + msg = warnings.formatwarning( + str(warn_msg), + warning_message.category, + warning_message.filename, + warning_message.lineno, + warning_message.line, + ) + if warning_message.source is not None: + try: + import tracemalloc + except ImportError: + pass + else: + tb = tracemalloc.get_object_traceback(warning_message.source) + if tb is not None: + formatted_tb = "\n".join(tb.format()) + # Use a leading new line to better separate the (large) output + # from the traceback to the previous warning text. + msg += f"\nObject allocated at:\n{formatted_tb}" + else: + # No need for a leading new line. + url = "https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings" + msg += "Enable tracemalloc to get traceback where the object was allocated.\n" + msg += f"See {url} for more info." + return msg + + +@pytest.hookimpl(wrapper=True, tryfirst=True) +def pytest_runtest_protocol(item: Item) -> Generator[None, object, object]: + with catch_warnings_for_item( + config=item.config, ihook=item.ihook, when="runtest", item=item + ): + return (yield) + + +@pytest.hookimpl(wrapper=True, tryfirst=True) +def pytest_collection(session: Session) -> Generator[None, object, object]: + config = session.config + with catch_warnings_for_item( + config=config, ihook=config.hook, when="collect", item=None + ): + return (yield) + + +@pytest.hookimpl(wrapper=True) +def pytest_terminal_summary( + terminalreporter: TerminalReporter, +) -> Generator[None]: + config = terminalreporter.config + with catch_warnings_for_item( + config=config, ihook=config.hook, when="config", item=None + ): + return (yield) + + +@pytest.hookimpl(wrapper=True) +def pytest_sessionfinish(session: Session) -> Generator[None]: + config = session.config + with catch_warnings_for_item( + config=config, ihook=config.hook, when="config", item=None + ): + return (yield) + + +@pytest.hookimpl(wrapper=True) +def pytest_load_initial_conftests( + early_config: Config, +) -> Generator[None]: + with catch_warnings_for_item( + config=early_config, ihook=early_config.hook, when="config", item=None + ): + return (yield) diff --git a/env/lib/python3.8/site-packages/distutils-precedence.pth b/env/lib/python3.8/site-packages/distutils-precedence.pth new file mode 100644 index 000000000..6de4198fc --- /dev/null +++ b/env/lib/python3.8/site-packages/distutils-precedence.pth @@ -0,0 +1 @@ +import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get(var, 'stdlib') == 'local'; enabled and __import__('_distutils_hack').add_shim(); diff --git a/env/lib/python3.8/site-packages/exceptiongroup-1.3.0.dist-info/INSTALLER b/env/lib/python3.8/site-packages/exceptiongroup-1.3.0.dist-info/INSTALLER new file mode 100644 index 000000000..a1b589e38 --- /dev/null +++ b/env/lib/python3.8/site-packages/exceptiongroup-1.3.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/env/lib/python3.8/site-packages/exceptiongroup-1.3.0.dist-info/METADATA b/env/lib/python3.8/site-packages/exceptiongroup-1.3.0.dist-info/METADATA new file mode 100644 index 000000000..45df9c805 --- /dev/null +++ b/env/lib/python3.8/site-packages/exceptiongroup-1.3.0.dist-info/METADATA @@ -0,0 +1,159 @@ +Metadata-Version: 2.4 +Name: exceptiongroup +Version: 1.3.0 +Summary: Backport of PEP 654 (exception groups) +Author-email: Alex Grönholm +Requires-Python: >=3.7 +Description-Content-Type: text/x-rst +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Typing :: Typed +License-File: LICENSE +Requires-Dist: typing-extensions >= 4.6.0; python_version < '3.13' +Requires-Dist: pytest >= 6 ; extra == "test" +Project-URL: Changelog, https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst +Project-URL: Issue Tracker, https://github.com/agronholm/exceptiongroup/issues +Project-URL: Source code, https://github.com/agronholm/exceptiongroup +Provides-Extra: test + +.. image:: https://github.com/agronholm/exceptiongroup/actions/workflows/test.yml/badge.svg + :target: https://github.com/agronholm/exceptiongroup/actions/workflows/test.yml + :alt: Build Status +.. image:: https://coveralls.io/repos/github/agronholm/exceptiongroup/badge.svg?branch=main + :target: https://coveralls.io/github/agronholm/exceptiongroup?branch=main + :alt: Code Coverage + +This is a backport of the ``BaseExceptionGroup`` and ``ExceptionGroup`` classes from +Python 3.11. + +It contains the following: + +* The ``exceptiongroup.BaseExceptionGroup`` and ``exceptiongroup.ExceptionGroup`` + classes +* A utility function (``exceptiongroup.catch()``) for catching exceptions possibly + nested in an exception group +* Patches to the ``TracebackException`` class that properly formats exception groups + (installed on import) +* An exception hook that handles formatting of exception groups through + ``TracebackException`` (installed on import) +* Special versions of some of the functions from the ``traceback`` module, modified to + correctly handle exception groups even when monkey patching is disabled, or blocked by + another custom exception hook: + + * ``traceback.format_exception()`` + * ``traceback.format_exception_only()`` + * ``traceback.print_exception()`` + * ``traceback.print_exc()`` +* A backported version of ``contextlib.suppress()`` from Python 3.12.1 which also + handles suppressing exceptions inside exception groups + +If this package is imported on Python 3.11 or later, the built-in implementations of the +exception group classes are used instead, ``TracebackException`` is not monkey patched +and the exception hook won't be installed. + +See the `standard library documentation`_ for more information on exception groups. + +.. _standard library documentation: https://docs.python.org/3/library/exceptions.html + +Catching exceptions +=================== + +Due to the lack of the ``except*`` syntax introduced by `PEP 654`_ in earlier Python +versions, you need to use ``exceptiongroup.catch()`` to catch exceptions that are +potentially nested inside an exception group. This function returns a context manager +that calls the given handler for any exceptions matching the sole argument. + +The argument to ``catch()`` must be a dict (or any ``Mapping``) where each key is either +an exception class or an iterable of exception classes. Each value must be a callable +that takes a single positional argument. The handler will be called at most once, with +an exception group as an argument which will contain all the exceptions that are any +of the given types, or their subclasses. The exception group may contain nested groups +containing more matching exceptions. + +Thus, the following Python 3.11+ code: + +.. code-block:: python + + try: + ... + except* (ValueError, KeyError) as excgroup: + for exc in excgroup.exceptions: + print('Caught exception:', type(exc)) + except* RuntimeError: + print('Caught runtime error') + +would be written with this backport like this: + +.. code-block:: python + + from exceptiongroup import BaseExceptionGroup, catch + + def value_key_err_handler(excgroup: BaseExceptionGroup) -> None: + for exc in excgroup.exceptions: + print('Caught exception:', type(exc)) + + def runtime_err_handler(exc: BaseExceptionGroup) -> None: + print('Caught runtime error') + + with catch({ + (ValueError, KeyError): value_key_err_handler, + RuntimeError: runtime_err_handler + }): + ... + +**NOTE**: Just like with ``except*``, you cannot handle ``BaseExceptionGroup`` or +``ExceptionGroup`` with ``catch()``. + +Suppressing exceptions +====================== + +This library contains a backport of the ``contextlib.suppress()`` context manager from +Python 3.12.1. It allows you to selectively ignore certain exceptions, even when they're +inside exception groups: + +.. code-block:: python + + from exceptiongroup import suppress + + with suppress(RuntimeError): + raise ExceptionGroup("", [RuntimeError("boo")]) + +Notes on monkey patching +======================== + +To make exception groups render properly when an unhandled exception group is being +printed out, this package does two things when it is imported on any Python version +earlier than 3.11: + +#. The ``traceback.TracebackException`` class is monkey patched to store extra + information about exception groups (in ``__init__()``) and properly format them (in + ``format()``) +#. An exception hook is installed at ``sys.excepthook``, provided that no other hook is + already present. This hook causes the exception to be formatted using + ``traceback.TracebackException`` rather than the built-in rendered. + +If ``sys.exceptionhook`` is found to be set to something else than the default when +``exceptiongroup`` is imported, no monkeypatching is done at all. + +To prevent the exception hook and patches from being installed, set the environment +variable ``EXCEPTIONGROUP_NO_PATCH`` to ``1``. + +Formatting exception groups +--------------------------- + +Normally, the monkey patching applied by this library on import will cause exception +groups to be printed properly in tracebacks. But in cases when the monkey patching is +blocked by a third party exception hook, or monkey patching is explicitly disabled, +you can still manually format exceptions using the special versions of the ``traceback`` +functions, like ``format_exception()``, listed at the top of this page. They work just +like their counterparts in the ``traceback`` module, except that they use a separately +patched subclass of ``TracebackException`` to perform the rendering. + +Particularly in cases where a library installs its own exception hook, it is recommended +to use these special versions to do the actual formatting of exceptions/tracebacks. + +.. _PEP 654: https://www.python.org/dev/peps/pep-0654/ + diff --git a/env/lib/python3.8/site-packages/exceptiongroup-1.3.0.dist-info/RECORD b/env/lib/python3.8/site-packages/exceptiongroup-1.3.0.dist-info/RECORD new file mode 100644 index 000000000..e5c9a4810 --- /dev/null +++ b/env/lib/python3.8/site-packages/exceptiongroup-1.3.0.dist-info/RECORD @@ -0,0 +1,18 @@ +exceptiongroup-1.3.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +exceptiongroup-1.3.0.dist-info/METADATA,sha256=oiAq-llXqOaV0B3dJN316SjtCpthQvuQjmVuVObbaeQ,6725 +exceptiongroup-1.3.0.dist-info/RECORD,, +exceptiongroup-1.3.0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82 +exceptiongroup-1.3.0.dist-info/licenses/LICENSE,sha256=blBw12UDHgrUA6HL-Qrm0ZoCKPgC4yC3rP9GCqcu1Hw,3704 +exceptiongroup/__init__.py,sha256=7DHS0hDk-RIs3IQc3SbZVB0-1MhiSCJ9XgvEyEloL7M,1049 +exceptiongroup/__pycache__/__init__.cpython-38.pyc,, +exceptiongroup/__pycache__/_catch.cpython-38.pyc,, +exceptiongroup/__pycache__/_exceptions.cpython-38.pyc,, +exceptiongroup/__pycache__/_formatting.cpython-38.pyc,, +exceptiongroup/__pycache__/_suppress.cpython-38.pyc,, +exceptiongroup/__pycache__/_version.cpython-38.pyc,, +exceptiongroup/_catch.py,sha256=CaJez3E-Jkr-7B7RT3fzusdLWnuyeekooSFn7KyWt9s,4680 +exceptiongroup/_exceptions.py,sha256=wPwPsZ64SXEptuwb4XrTIa1Mc78uqF5vmCrXTdllLn4,11463 +exceptiongroup/_formatting.py,sha256=4UC6bUN3K-FxEX96_ozzgeX05fCyprl6qCVR-efBmQ0,21032 +exceptiongroup/_suppress.py,sha256=LX11PRNpchwfNWwEMY92nYN1F_5qFenQcS8EjIONXKE,1772 +exceptiongroup/_version.py,sha256=qDtcPZdKzxLpd8vVl6fpIFIMkWt2HK_cO9gLDwaHEdk,511 +exceptiongroup/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 diff --git a/env/lib/python3.8/site-packages/exceptiongroup-1.3.0.dist-info/WHEEL b/env/lib/python3.8/site-packages/exceptiongroup-1.3.0.dist-info/WHEEL new file mode 100644 index 000000000..d8b9936da --- /dev/null +++ b/env/lib/python3.8/site-packages/exceptiongroup-1.3.0.dist-info/WHEEL @@ -0,0 +1,4 @@ +Wheel-Version: 1.0 +Generator: flit 3.12.0 +Root-Is-Purelib: true +Tag: py3-none-any diff --git a/env/lib/python3.8/site-packages/exceptiongroup-1.3.0.dist-info/licenses/LICENSE b/env/lib/python3.8/site-packages/exceptiongroup-1.3.0.dist-info/licenses/LICENSE new file mode 100644 index 000000000..50d4fa5e6 --- /dev/null +++ b/env/lib/python3.8/site-packages/exceptiongroup-1.3.0.dist-info/licenses/LICENSE @@ -0,0 +1,73 @@ +The MIT License (MIT) + +Copyright (c) 2022 Alex Grönholm + +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. + + +This project contains code copied from the Python standard library. +The following is the required license notice for those parts. + +PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 +-------------------------------------------- + +1. This LICENSE AGREEMENT is between the Python Software Foundation +("PSF"), and the Individual or Organization ("Licensee") accessing and +otherwise using this software ("Python") in source or binary form and +its associated documentation. + +2. Subject to the terms and conditions of this License Agreement, PSF hereby +grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, +analyze, test, perform and/or display publicly, prepare derivative works, +distribute, and otherwise use Python alone or in any derivative version, +provided, however, that PSF's License Agreement and PSF's notice of copyright, +i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Python Software Foundation; +All Rights Reserved" are retained in Python alone or in any derivative version +prepared by Licensee. + +3. In the event Licensee prepares a derivative work that is based on +or incorporates Python or any part thereof, and wants to make +the derivative work available to others as provided herein, then +Licensee hereby agrees to include in any such work a brief summary of +the changes made to Python. + +4. PSF is making Python available to Licensee on an "AS IS" +basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR +IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND +DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS +FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT +INFRINGE ANY THIRD PARTY RIGHTS. + +5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON +FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS +A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, +OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + +6. This License Agreement will automatically terminate upon a material +breach of its terms and conditions. + +7. Nothing in this License Agreement shall be deemed to create any +relationship of agency, partnership, or joint venture between PSF and +Licensee. This License Agreement does not grant permission to use PSF +trademarks or trade name in a trademark sense to endorse or promote +products or services of Licensee, or any third party. + +8. By copying, installing or otherwise using Python, Licensee +agrees to be bound by the terms and conditions of this License +Agreement. diff --git a/env/lib/python3.8/site-packages/exceptiongroup/__init__.py b/env/lib/python3.8/site-packages/exceptiongroup/__init__.py new file mode 100644 index 000000000..d8e36b2e6 --- /dev/null +++ b/env/lib/python3.8/site-packages/exceptiongroup/__init__.py @@ -0,0 +1,46 @@ +__all__ = [ + "BaseExceptionGroup", + "ExceptionGroup", + "catch", + "format_exception", + "format_exception_only", + "print_exception", + "print_exc", + "suppress", +] + +import os +import sys + +from ._catch import catch +from ._version import version as __version__ # noqa: F401 + +if sys.version_info < (3, 11): + from ._exceptions import BaseExceptionGroup, ExceptionGroup + from ._formatting import ( + format_exception, + format_exception_only, + print_exc, + print_exception, + ) + + if os.getenv("EXCEPTIONGROUP_NO_PATCH") != "1": + from . import _formatting # noqa: F401 + + BaseExceptionGroup.__module__ = __name__ + ExceptionGroup.__module__ = __name__ +else: + from traceback import ( + format_exception, + format_exception_only, + print_exc, + print_exception, + ) + + BaseExceptionGroup = BaseExceptionGroup + ExceptionGroup = ExceptionGroup + +if sys.version_info < (3, 12, 1): + from ._suppress import suppress +else: + from contextlib import suppress diff --git a/env/lib/python3.8/site-packages/exceptiongroup/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/exceptiongroup/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7262358f41871c9a4743690d918374aebf352edd GIT binary patch literal 905 zcmZuv&2G~$9JkZ7Nt5(rUB|i$;@U$O!6d{1Az-Qomu-SgLOx(+wbzE)Nn~f!`UX4! zXE^czyao^80~bzx1B8Uc-&r@tG)MW_|IgpgAIGg$fM9(4^LV!9BJ|T5H-`_#bNKZS z0EQT54y!Sj)mejiQ=cH_v!=iVSF=ML7O+s%q)S|kU>%9NY!DA4?tJiBYmU?>@U}%$ z1|*On39GD*h-8bjWSg{Qhje6@bfE%&USr)an61rg>LXP3L{CN}g2*}#Xdf`7{pFYd`rvWZa^L0w-AE-lu4i-sGf_cGCZd@Zss+w9mdyZMWMLXOE_J$zr=t;tZLO{ zymPKJ=omUn>sf}@?I@e19J_WETp3bz3!a4r0NEVB+Z`Vsy*}9AdvkDnNcRuu;ftf) zR|Y>EViVF!nPr+yhcy*J#nOVZ?*O>%g%7ukM`0$1KU>Vo}cWY*g%wP8H`TDIeK(bFO0G zjG=Iqv9tXo)@jK{1w@l6*YWi(ruJ3D6n2-Elx`Ob<3GJr_sm|3egxp)|Gr;t=wsiB XaO4EIiw9mCRt@kBJQus*Yde1d=p*r) literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/exceptiongroup/__pycache__/_catch.cpython-38.pyc b/env/lib/python3.8/site-packages/exceptiongroup/__pycache__/_catch.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cfca27b84d2b44891efd0db249027617955f22c5 GIT binary patch literal 3231 zcmZuz-ESMm5#QbW;PF$GtTdIY8rQ-oN;jek8!d_=2$HCZ9kfvk*lC<|+{=->k|-UI z)ZQ|-h+`ilKlRBd`c@Z^Ukc={F9rIy+(TdbOj$=OvUJRJB0X7-oBh>b6{~gqL^*0z zH8$7*SB-tK!Gg8hOjcy|36s@x5nPcqS(lAxLaxZ>6FXR!;x22gz90`;Jg-JcGBA

i4j$ zI#Kud-sw=a1QtI3-EO#ZXLsk2WZ7pCbGl5Q+s{GDMY2@r+AL+VIMfj&w0ANe?qymMH?{`7>KK}kvr`rC>lH|T&GZ$#{`7+{sH-Ctxf8nGJg51+h z5QPUVu1R@8Plt6(^Kuv}q>m26w=kW5dTr^`GxqrE8&1K`e6nb~e(7))tC#X{wwl|W z!60tgxuZy7ZXqbSFdh9izTYLg=MSZthkxPF5r_=%Jud70j9q|!&L?(eXX4n?*CfBo zG8o^Zvbz59pC8nP( z!nzEGGBgwFi?DW(F$Qoj9KmX4d?J#X;gVLuaoc)SD{P!1PVo#h* zTp;w%IcDxeWUhWWzA^SP_lzURn+P&TkdJ0Tb~5*zPfF7egCEcM|KM!maW=l5VJ8mm zFPU}WWZrXB>!b$S&Ag)$%|2s4LoQFeKYI7+p!TregZ_NBzwzz9*CemsXQq5n$)H8Q zG*t;p|0<-FIT-D~Ip^^5Ok^Ux!P!%OQaQPiSx>qCslnIJxpa;NW23f?MO3VF zBv(f30i?uHX(1QTj3hID>=8esl!P>)uvOa2+4${Utq0mS`VU4MU+bg4SGbq!~z3Gl7DzD6{qqh7_3JE%JSGj~iEo4hpa>Tdo~Q`%%I3A{-?GJcV^PpvNAzB+ zMCCV$`UK%h81@Hp6cb$w!;?`IPdS>(qb6+XAJ9OiE}2g~LQ_H24GeS$DU~kRYc;I( ztHtX0qeWNy|9*z*IB)WAYIn<>ZoK*C&i{Z)@k4YkI57)-I<2adCG*DxL6x2(ZLDMyYtpwT$`qVE|@=V`MuP~#m>j3!6PNx z{->#$ech*Cq9WOD)utGxlhHq+;W~!gE?OjdPCDuoRu+KO)FpGLxEtl(+?Xl;Dg9cm zzC|kN{t`4vML5vm+%LUFyS@1|CoC6;T}tQTYTy+1e+lXIJq*l3GqS}?VKqgK3kHOt z8C5v2#zEWEn1IU}r&x2SX^B^^QxW=?(11H0a&v!#y9)rOsVnIghTKX|(|n~nh+~u? zy8pJLPFGvRCto#%C9lkyD{fetvKSGdI-^TOyP$Cnnoy^y#pSiHlun@wH>>>tdh_DE w(;`xVH@`X-;4JK0iogQUx%ck0BD_Z^N~r?W;HSse;cJaIQGtpYWi@{LKfp0Vvj6}9 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/exceptiongroup/__pycache__/_exceptions.cpython-38.pyc b/env/lib/python3.8/site-packages/exceptiongroup/__pycache__/_exceptions.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ad135fce6fc02b7a8443d6ac31806d1c8c3aa6e3 GIT binary patch literal 9937 zcmc&)-ESLLcAqZ}hZH4CvaB!5Hf<-4nd&27n?c+SQPyQDS6zT7rA!j%g9Xr8p zJHlMuIrn4EJ@?$-`569qa=cLJ?|9X{)xX zQeA6lwub+DOK%&t(Jt5prW-A@U9^i_FSM+7$u70acA1~e)IWP8eAqpFh-Gn7tUS=fDRCOlr^Fdi zy|37(uPWlKIDTId$K5%1(mk=H92)i+P|t}OP-omT?&6Z-E`VAU+BKzi{t?Nprp6PF z=XC-nXm&h*v!=z?WvA70c3N(1U32$)uGetUtJrm9&~#epVD7m=TXy1N({HpK->;eR zfCWvmUv?5IX<2}T$P<(_nO<F(VI3)b}lKQ^Ts^rY9&!2IAM@z8yl)cQqK0wq#zsfQ|*PW>Bg zNqJw{o;}baEmCirau#Zft=*p$IyTtYeDoErtq*FNq@xj+>UG|)dcCI0Q=rJxMAjQE z|4T)lNByz0akJBQH-zJDbngW>JKkFN)wNyex;ssGEs##*wktPW@6JZ6xzq3Q>iQcS zelu{_x@dLwTz> z3Q9r~`hE0#A7e3kH|d%5^JarG&$%0D!l2nOc0v>m)t^Eau-oP)^q%%J#~JAoapp5D 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 z%0D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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/exceptiongroup/__pycache__/_version.cpython-38.pyc b/env/lib/python3.8/site-packages/exceptiongroup/__pycache__/_version.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4a0226381e57c5d75b0f5d9b1cb1e3cda0082847 GIT binary patch literal 545 zcmYjN-EPw`6!u?|u1!GWViLSTFPeZVAucL}G&-0-WnwK7xxh;6vo?@Ak>gGj@j`om zy^L>n)mK15a9ni)TmHW9_#Bk05?r^xpRfK!sq zh&mD^@8&(#MUL}C^)5+2c0DPt!L((qrF6&t0=sD{z^mwxb;*6%K6AFir;|Q)!PFOe zG1J&2{SiD%hw0Nk-{H^6jw6@=VbXu#A}Nci!lude^Tk-6z8#;wJDmFh&t!rCYG;O6c-p%aYm{)$pH^e;h z+QY9e*{WVcrV5=kTf3_DpcxLX48XjEfi=bA8<-6Abyk)0L&Y$Ck+r3TL4(<132g@7 t7tnaerKvYfc0aka*}BeXU8_w6FTHd71c8y52`XqzV|Ky>>(Kp1{tNJRjs5@t literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/exceptiongroup/_catch.py b/env/lib/python3.8/site-packages/exceptiongroup/_catch.py new file mode 100644 index 000000000..0246568bd --- /dev/null +++ b/env/lib/python3.8/site-packages/exceptiongroup/_catch.py @@ -0,0 +1,138 @@ +from __future__ import annotations + +import inspect +import sys +from collections.abc import Callable, Iterable, Mapping +from contextlib import AbstractContextManager +from types import TracebackType +from typing import TYPE_CHECKING, Any + +if sys.version_info < (3, 11): + from ._exceptions import BaseExceptionGroup + +if TYPE_CHECKING: + _Handler = Callable[[BaseExceptionGroup[Any]], Any] + + +class _Catcher: + def __init__(self, handler_map: Mapping[tuple[type[BaseException], ...], _Handler]): + self._handler_map = handler_map + + def __enter__(self) -> None: + pass + + def __exit__( + self, + etype: type[BaseException] | None, + exc: BaseException | None, + tb: TracebackType | None, + ) -> bool: + if exc is not None: + unhandled = self.handle_exception(exc) + if unhandled is exc: + return False + elif unhandled is None: + return True + else: + if isinstance(exc, BaseExceptionGroup): + try: + raise unhandled from exc.__cause__ + except BaseExceptionGroup: + # Change __context__ to __cause__ because Python 3.11 does this + # too + unhandled.__context__ = exc.__cause__ + raise + + raise unhandled from exc + + return False + + def handle_exception(self, exc: BaseException) -> BaseException | None: + excgroup: BaseExceptionGroup | None + if isinstance(exc, BaseExceptionGroup): + excgroup = exc + else: + excgroup = BaseExceptionGroup("", [exc]) + + new_exceptions: list[BaseException] = [] + for exc_types, handler in self._handler_map.items(): + matched, excgroup = excgroup.split(exc_types) + if matched: + try: + try: + raise matched + except BaseExceptionGroup: + result = handler(matched) + except BaseExceptionGroup as new_exc: + if new_exc is matched: + new_exceptions.append(new_exc) + else: + new_exceptions.extend(new_exc.exceptions) + except BaseException as new_exc: + new_exceptions.append(new_exc) + else: + if inspect.iscoroutine(result): + raise TypeError( + f"Error trying to handle {matched!r} with {handler!r}. " + "Exception handler must be a sync function." + ) from exc + + if not excgroup: + break + + if new_exceptions: + if len(new_exceptions) == 1: + return new_exceptions[0] + + return BaseExceptionGroup("", new_exceptions) + elif ( + excgroup and len(excgroup.exceptions) == 1 and excgroup.exceptions[0] is exc + ): + return exc + else: + return excgroup + + +def catch( + __handlers: Mapping[type[BaseException] | Iterable[type[BaseException]], _Handler], +) -> AbstractContextManager[None]: + if not isinstance(__handlers, Mapping): + raise TypeError("the argument must be a mapping") + + handler_map: dict[ + tuple[type[BaseException], ...], Callable[[BaseExceptionGroup]] + ] = {} + for type_or_iterable, handler in __handlers.items(): + iterable: tuple[type[BaseException]] + if isinstance(type_or_iterable, type) and issubclass( + type_or_iterable, BaseException + ): + iterable = (type_or_iterable,) + elif isinstance(type_or_iterable, Iterable): + iterable = tuple(type_or_iterable) + else: + raise TypeError( + "each key must be either an exception classes or an iterable thereof" + ) + + if not callable(handler): + raise TypeError("handlers must be callable") + + for exc_type in iterable: + if not isinstance(exc_type, type) or not issubclass( + exc_type, BaseException + ): + raise TypeError( + "each key must be either an exception classes or an iterable " + "thereof" + ) + + if issubclass(exc_type, BaseExceptionGroup): + raise TypeError( + "catching ExceptionGroup with catch() is not allowed. " + "Use except instead." + ) + + handler_map[iterable] = handler + + return _Catcher(handler_map) diff --git a/env/lib/python3.8/site-packages/exceptiongroup/_exceptions.py b/env/lib/python3.8/site-packages/exceptiongroup/_exceptions.py new file mode 100644 index 000000000..f42c1ad36 --- /dev/null +++ b/env/lib/python3.8/site-packages/exceptiongroup/_exceptions.py @@ -0,0 +1,336 @@ +from __future__ import annotations + +import sys +from collections.abc import Callable, Sequence +from functools import partial +from inspect import getmro, isclass +from typing import TYPE_CHECKING, Generic, Type, TypeVar, cast, overload + +if sys.version_info < (3, 13): + from typing_extensions import TypeVar + +_BaseExceptionT_co = TypeVar( + "_BaseExceptionT_co", bound=BaseException, covariant=True, default=BaseException +) +_BaseExceptionT = TypeVar("_BaseExceptionT", bound=BaseException) +_ExceptionT_co = TypeVar( + "_ExceptionT_co", bound=Exception, covariant=True, default=Exception +) +_ExceptionT = TypeVar("_ExceptionT", bound=Exception) +# using typing.Self would require a typing_extensions dependency on py<3.11 +_ExceptionGroupSelf = TypeVar("_ExceptionGroupSelf", bound="ExceptionGroup") +_BaseExceptionGroupSelf = TypeVar("_BaseExceptionGroupSelf", bound="BaseExceptionGroup") + + +def check_direct_subclass( + exc: BaseException, parents: tuple[type[BaseException]] +) -> bool: + for cls in getmro(exc.__class__)[:-1]: + if cls in parents: + return True + + return False + + +def get_condition_filter( + condition: type[_BaseExceptionT] + | tuple[type[_BaseExceptionT], ...] + | Callable[[_BaseExceptionT_co], bool], +) -> Callable[[_BaseExceptionT_co], bool]: + if isclass(condition) and issubclass( + cast(Type[BaseException], condition), BaseException + ): + return partial(check_direct_subclass, parents=(condition,)) + elif isinstance(condition, tuple): + if all(isclass(x) and issubclass(x, BaseException) for x in condition): + return partial(check_direct_subclass, parents=condition) + elif callable(condition): + return cast("Callable[[BaseException], bool]", condition) + + raise TypeError("expected a function, exception type or tuple of exception types") + + +def _derive_and_copy_attributes(self, excs): + eg = self.derive(excs) + eg.__cause__ = self.__cause__ + eg.__context__ = self.__context__ + eg.__traceback__ = self.__traceback__ + if hasattr(self, "__notes__"): + # Create a new list so that add_note() only affects one exceptiongroup + eg.__notes__ = list(self.__notes__) + return eg + + +class BaseExceptionGroup(BaseException, Generic[_BaseExceptionT_co]): + """A combination of multiple unrelated exceptions.""" + + def __new__( + cls: type[_BaseExceptionGroupSelf], + __message: str, + __exceptions: Sequence[_BaseExceptionT_co], + ) -> _BaseExceptionGroupSelf: + if not isinstance(__message, str): + raise TypeError(f"argument 1 must be str, not {type(__message)}") + if not isinstance(__exceptions, Sequence): + raise TypeError("second argument (exceptions) must be a sequence") + if not __exceptions: + raise ValueError( + "second argument (exceptions) must be a non-empty sequence" + ) + + for i, exc in enumerate(__exceptions): + if not isinstance(exc, BaseException): + raise ValueError( + f"Item {i} of second argument (exceptions) is not an exception" + ) + + if cls is BaseExceptionGroup: + if all(isinstance(exc, Exception) for exc in __exceptions): + cls = ExceptionGroup + + if issubclass(cls, Exception): + for exc in __exceptions: + if not isinstance(exc, Exception): + if cls is ExceptionGroup: + raise TypeError( + "Cannot nest BaseExceptions in an ExceptionGroup" + ) + else: + raise TypeError( + f"Cannot nest BaseExceptions in {cls.__name__!r}" + ) + + instance = super().__new__(cls, __message, __exceptions) + instance._exceptions = tuple(__exceptions) + return instance + + def __init__( + self, + __message: str, + __exceptions: Sequence[_BaseExceptionT_co], + *args: object, + ) -> None: + BaseException.__init__(self, __message, __exceptions, *args) + + def add_note(self, note: str) -> None: + if not isinstance(note, str): + raise TypeError( + f"Expected a string, got note={note!r} (type {type(note).__name__})" + ) + + if not hasattr(self, "__notes__"): + self.__notes__: list[str] = [] + + self.__notes__.append(note) + + @property + def message(self) -> str: + return self.args[0] + + @property + def exceptions( + self, + ) -> tuple[_BaseExceptionT_co | BaseExceptionGroup[_BaseExceptionT_co], ...]: + return tuple(self._exceptions) + + @overload + def subgroup( + self, __condition: type[_ExceptionT] | tuple[type[_ExceptionT], ...] + ) -> ExceptionGroup[_ExceptionT] | None: ... + + @overload + def subgroup( + self, __condition: type[_BaseExceptionT] | tuple[type[_BaseExceptionT], ...] + ) -> BaseExceptionGroup[_BaseExceptionT] | None: ... + + @overload + def subgroup( + self, + __condition: Callable[[_BaseExceptionT_co | _BaseExceptionGroupSelf], bool], + ) -> BaseExceptionGroup[_BaseExceptionT_co] | None: ... + + def subgroup( + self, + __condition: type[_BaseExceptionT] + | tuple[type[_BaseExceptionT], ...] + | Callable[[_BaseExceptionT_co | _BaseExceptionGroupSelf], bool], + ) -> BaseExceptionGroup[_BaseExceptionT] | None: + condition = get_condition_filter(__condition) + modified = False + if condition(self): + return self + + exceptions: list[BaseException] = [] + for exc in self.exceptions: + if isinstance(exc, BaseExceptionGroup): + subgroup = exc.subgroup(__condition) + if subgroup is not None: + exceptions.append(subgroup) + + if subgroup is not exc: + modified = True + elif condition(exc): + exceptions.append(exc) + else: + modified = True + + if not modified: + return self + elif exceptions: + group = _derive_and_copy_attributes(self, exceptions) + return group + else: + return None + + @overload + def split( + self, __condition: type[_ExceptionT] | tuple[type[_ExceptionT], ...] + ) -> tuple[ + ExceptionGroup[_ExceptionT] | None, + BaseExceptionGroup[_BaseExceptionT_co] | None, + ]: ... + + @overload + def split( + self, __condition: type[_BaseExceptionT] | tuple[type[_BaseExceptionT], ...] + ) -> tuple[ + BaseExceptionGroup[_BaseExceptionT] | None, + BaseExceptionGroup[_BaseExceptionT_co] | None, + ]: ... + + @overload + def split( + self, + __condition: Callable[[_BaseExceptionT_co | _BaseExceptionGroupSelf], bool], + ) -> tuple[ + BaseExceptionGroup[_BaseExceptionT_co] | None, + BaseExceptionGroup[_BaseExceptionT_co] | None, + ]: ... + + def split( + self, + __condition: type[_BaseExceptionT] + | tuple[type[_BaseExceptionT], ...] + | Callable[[_BaseExceptionT_co], bool], + ) -> ( + tuple[ + ExceptionGroup[_ExceptionT] | None, + BaseExceptionGroup[_BaseExceptionT_co] | None, + ] + | tuple[ + BaseExceptionGroup[_BaseExceptionT] | None, + BaseExceptionGroup[_BaseExceptionT_co] | None, + ] + | tuple[ + BaseExceptionGroup[_BaseExceptionT_co] | None, + BaseExceptionGroup[_BaseExceptionT_co] | None, + ] + ): + condition = get_condition_filter(__condition) + if condition(self): + return self, None + + matching_exceptions: list[BaseException] = [] + nonmatching_exceptions: list[BaseException] = [] + for exc in self.exceptions: + if isinstance(exc, BaseExceptionGroup): + matching, nonmatching = exc.split(condition) + if matching is not None: + matching_exceptions.append(matching) + + if nonmatching is not None: + nonmatching_exceptions.append(nonmatching) + elif condition(exc): + matching_exceptions.append(exc) + else: + nonmatching_exceptions.append(exc) + + matching_group: _BaseExceptionGroupSelf | None = None + if matching_exceptions: + matching_group = _derive_and_copy_attributes(self, matching_exceptions) + + nonmatching_group: _BaseExceptionGroupSelf | None = None + if nonmatching_exceptions: + nonmatching_group = _derive_and_copy_attributes( + self, nonmatching_exceptions + ) + + return matching_group, nonmatching_group + + @overload + def derive(self, __excs: Sequence[_ExceptionT]) -> ExceptionGroup[_ExceptionT]: ... + + @overload + def derive( + self, __excs: Sequence[_BaseExceptionT] + ) -> BaseExceptionGroup[_BaseExceptionT]: ... + + def derive( + self, __excs: Sequence[_BaseExceptionT] + ) -> BaseExceptionGroup[_BaseExceptionT]: + return BaseExceptionGroup(self.message, __excs) + + def __str__(self) -> str: + suffix = "" if len(self._exceptions) == 1 else "s" + return f"{self.message} ({len(self._exceptions)} sub-exception{suffix})" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.args[0]!r}, {self.args[1]!r})" + + +class ExceptionGroup(BaseExceptionGroup[_ExceptionT_co], Exception): + def __new__( + cls: type[_ExceptionGroupSelf], + __message: str, + __exceptions: Sequence[_ExceptionT_co], + ) -> _ExceptionGroupSelf: + return super().__new__(cls, __message, __exceptions) + + if TYPE_CHECKING: + + @property + def exceptions( + self, + ) -> tuple[_ExceptionT_co | ExceptionGroup[_ExceptionT_co], ...]: ... + + @overload # type: ignore[override] + def subgroup( + self, __condition: type[_ExceptionT] | tuple[type[_ExceptionT], ...] + ) -> ExceptionGroup[_ExceptionT] | None: ... + + @overload + def subgroup( + self, __condition: Callable[[_ExceptionT_co | _ExceptionGroupSelf], bool] + ) -> ExceptionGroup[_ExceptionT_co] | None: ... + + def subgroup( + self, + __condition: type[_ExceptionT] + | tuple[type[_ExceptionT], ...] + | Callable[[_ExceptionT_co], bool], + ) -> ExceptionGroup[_ExceptionT] | None: + return super().subgroup(__condition) + + @overload + def split( + self, __condition: type[_ExceptionT] | tuple[type[_ExceptionT], ...] + ) -> tuple[ + ExceptionGroup[_ExceptionT] | None, ExceptionGroup[_ExceptionT_co] | None + ]: ... + + @overload + def split( + self, __condition: Callable[[_ExceptionT_co | _ExceptionGroupSelf], bool] + ) -> tuple[ + ExceptionGroup[_ExceptionT_co] | None, ExceptionGroup[_ExceptionT_co] | None + ]: ... + + def split( + self: _ExceptionGroupSelf, + __condition: type[_ExceptionT] + | tuple[type[_ExceptionT], ...] + | Callable[[_ExceptionT_co], bool], + ) -> tuple[ + ExceptionGroup[_ExceptionT_co] | None, ExceptionGroup[_ExceptionT_co] | None + ]: + return super().split(__condition) diff --git a/env/lib/python3.8/site-packages/exceptiongroup/_formatting.py b/env/lib/python3.8/site-packages/exceptiongroup/_formatting.py new file mode 100644 index 000000000..c383c502f --- /dev/null +++ b/env/lib/python3.8/site-packages/exceptiongroup/_formatting.py @@ -0,0 +1,601 @@ +# traceback_exception_init() adapted from trio +# +# _ExceptionPrintContext and traceback_exception_format() copied from the standard +# library +from __future__ import annotations + +import collections.abc +import sys +import textwrap +import traceback +from functools import singledispatch +from types import TracebackType +from typing import Any, List, Optional + +from ._exceptions import BaseExceptionGroup + +max_group_width = 15 +max_group_depth = 10 +_cause_message = ( + "\nThe above exception was the direct cause of the following exception:\n\n" +) + +_context_message = ( + "\nDuring handling of the above exception, another exception occurred:\n\n" +) + + +def _format_final_exc_line(etype, value): + valuestr = _safe_string(value, "exception") + if value is None or not valuestr: + line = f"{etype}\n" + else: + line = f"{etype}: {valuestr}\n" + + return line + + +def _safe_string(value, what, func=str): + try: + return func(value) + except BaseException: + return f"<{what} {func.__name__}() failed>" + + +class _ExceptionPrintContext: + def __init__(self): + self.seen = set() + self.exception_group_depth = 0 + self.need_close = False + + def indent(self): + return " " * (2 * self.exception_group_depth) + + def emit(self, text_gen, margin_char=None): + if margin_char is None: + margin_char = "|" + indent_str = self.indent() + if self.exception_group_depth: + indent_str += margin_char + " " + + if isinstance(text_gen, str): + yield textwrap.indent(text_gen, indent_str, lambda line: True) + else: + for text in text_gen: + yield textwrap.indent(text, indent_str, lambda line: True) + + +def exceptiongroup_excepthook( + etype: type[BaseException], value: BaseException, tb: TracebackType | None +) -> None: + sys.stderr.write("".join(traceback.format_exception(etype, value, tb))) + + +class PatchedTracebackException(traceback.TracebackException): + def __init__( + self, + exc_type: type[BaseException], + exc_value: BaseException, + exc_traceback: TracebackType | None, + *, + limit: int | None = None, + lookup_lines: bool = True, + capture_locals: bool = False, + compact: bool = False, + _seen: set[int] | None = None, + ) -> None: + kwargs: dict[str, Any] = {} + if sys.version_info >= (3, 10): + kwargs["compact"] = compact + + is_recursive_call = _seen is not None + if _seen is None: + _seen = set() + _seen.add(id(exc_value)) + + self.stack = traceback.StackSummary.extract( + traceback.walk_tb(exc_traceback), + limit=limit, + lookup_lines=lookup_lines, + capture_locals=capture_locals, + ) + self.exc_type = exc_type + # Capture now to permit freeing resources: only complication is in the + # unofficial API _format_final_exc_line + self._str = _safe_string(exc_value, "exception") + try: + self.__notes__ = getattr(exc_value, "__notes__", None) + except KeyError: + # Workaround for https://github.com/python/cpython/issues/98778 on Python + # <= 3.9, and some 3.10 and 3.11 patch versions. + HTTPError = getattr(sys.modules.get("urllib.error", None), "HTTPError", ()) + if sys.version_info[:2] <= (3, 11) and isinstance(exc_value, HTTPError): + self.__notes__ = None + else: + raise + + if exc_type and issubclass(exc_type, SyntaxError): + # Handle SyntaxError's specially + self.filename = exc_value.filename + lno = exc_value.lineno + self.lineno = str(lno) if lno is not None else None + self.text = exc_value.text + self.offset = exc_value.offset + self.msg = exc_value.msg + if sys.version_info >= (3, 10): + end_lno = exc_value.end_lineno + self.end_lineno = str(end_lno) if end_lno is not None else None + self.end_offset = exc_value.end_offset + elif ( + exc_type + and issubclass(exc_type, (NameError, AttributeError)) + and getattr(exc_value, "name", None) is not None + ): + suggestion = _compute_suggestion_error(exc_value, exc_traceback) + if suggestion: + self._str += f". Did you mean: '{suggestion}'?" + + if lookup_lines: + # Force all lines in the stack to be loaded + for frame in self.stack: + frame.line + + self.__suppress_context__ = ( + exc_value.__suppress_context__ if exc_value is not None else False + ) + + # Convert __cause__ and __context__ to `TracebackExceptions`s, use a + # queue to avoid recursion (only the top-level call gets _seen == None) + if not is_recursive_call: + queue = [(self, exc_value)] + while queue: + te, e = queue.pop() + + if e and e.__cause__ is not None and id(e.__cause__) not in _seen: + cause = PatchedTracebackException( + type(e.__cause__), + e.__cause__, + e.__cause__.__traceback__, + limit=limit, + lookup_lines=lookup_lines, + capture_locals=capture_locals, + _seen=_seen, + ) + else: + cause = None + + if compact: + need_context = ( + cause is None and e is not None and not e.__suppress_context__ + ) + else: + need_context = True + if ( + e + and e.__context__ is not None + and need_context + and id(e.__context__) not in _seen + ): + context = PatchedTracebackException( + type(e.__context__), + e.__context__, + e.__context__.__traceback__, + limit=limit, + lookup_lines=lookup_lines, + capture_locals=capture_locals, + _seen=_seen, + ) + else: + context = None + + # Capture each of the exceptions in the ExceptionGroup along with each + # of their causes and contexts + if e and isinstance(e, BaseExceptionGroup): + exceptions = [] + for exc in e.exceptions: + texc = PatchedTracebackException( + type(exc), + exc, + exc.__traceback__, + lookup_lines=lookup_lines, + capture_locals=capture_locals, + _seen=_seen, + ) + exceptions.append(texc) + else: + exceptions = None + + te.__cause__ = cause + te.__context__ = context + te.exceptions = exceptions + if cause: + queue.append((te.__cause__, e.__cause__)) + if context: + queue.append((te.__context__, e.__context__)) + if exceptions: + queue.extend(zip(te.exceptions, e.exceptions)) + + def format(self, *, chain=True, _ctx=None, **kwargs): + if _ctx is None: + _ctx = _ExceptionPrintContext() + + output = [] + exc = self + if chain: + while exc: + if exc.__cause__ is not None: + chained_msg = _cause_message + chained_exc = exc.__cause__ + elif exc.__context__ is not None and not exc.__suppress_context__: + chained_msg = _context_message + chained_exc = exc.__context__ + else: + chained_msg = None + chained_exc = None + + output.append((chained_msg, exc)) + exc = chained_exc + else: + output.append((None, exc)) + + for msg, exc in reversed(output): + if msg is not None: + yield from _ctx.emit(msg) + if exc.exceptions is None: + if exc.stack: + yield from _ctx.emit("Traceback (most recent call last):\n") + yield from _ctx.emit(exc.stack.format()) + yield from _ctx.emit(exc.format_exception_only()) + elif _ctx.exception_group_depth > max_group_depth: + # exception group, but depth exceeds limit + yield from _ctx.emit(f"... (max_group_depth is {max_group_depth})\n") + else: + # format exception group + is_toplevel = _ctx.exception_group_depth == 0 + if is_toplevel: + _ctx.exception_group_depth += 1 + + if exc.stack: + yield from _ctx.emit( + "Exception Group Traceback (most recent call last):\n", + margin_char="+" if is_toplevel else None, + ) + yield from _ctx.emit(exc.stack.format()) + + yield from _ctx.emit(exc.format_exception_only()) + num_excs = len(exc.exceptions) + if num_excs <= max_group_width: + n = num_excs + else: + n = max_group_width + 1 + _ctx.need_close = False + for i in range(n): + last_exc = i == n - 1 + if last_exc: + # The closing frame may be added by a recursive call + _ctx.need_close = True + + if max_group_width is not None: + truncated = i >= max_group_width + else: + truncated = False + title = f"{i + 1}" if not truncated else "..." + yield ( + _ctx.indent() + + ("+-" if i == 0 else " ") + + f"+---------------- {title} ----------------\n" + ) + _ctx.exception_group_depth += 1 + if not truncated: + yield from exc.exceptions[i].format(chain=chain, _ctx=_ctx) + else: + remaining = num_excs - max_group_width + plural = "s" if remaining > 1 else "" + yield from _ctx.emit( + f"and {remaining} more exception{plural}\n" + ) + + if last_exc and _ctx.need_close: + yield _ctx.indent() + "+------------------------------------\n" + _ctx.need_close = False + _ctx.exception_group_depth -= 1 + + if is_toplevel: + assert _ctx.exception_group_depth == 1 + _ctx.exception_group_depth = 0 + + def format_exception_only(self, **kwargs): + """Format the exception part of the traceback. + The return value is a generator of strings, each ending in a newline. + Normally, the generator emits a single string; however, for + SyntaxError exceptions, it emits several lines that (when + printed) display detailed information about where the syntax + error occurred. + The message indicating which exception occurred is always the last + string in the output. + """ + if self.exc_type is None: + yield traceback._format_final_exc_line(None, self._str) + return + + stype = self.exc_type.__qualname__ + smod = self.exc_type.__module__ + if smod not in ("__main__", "builtins"): + if not isinstance(smod, str): + smod = "" + stype = smod + "." + stype + + if not issubclass(self.exc_type, SyntaxError): + yield _format_final_exc_line(stype, self._str) + elif traceback_exception_format_syntax_error is not None: + yield from traceback_exception_format_syntax_error(self, stype) + else: + yield from traceback_exception_original_format_exception_only(self) + + if isinstance(self.__notes__, collections.abc.Sequence): + for note in self.__notes__: + note = _safe_string(note, "note") + yield from [line + "\n" for line in note.split("\n")] + elif self.__notes__ is not None: + yield _safe_string(self.__notes__, "__notes__", func=repr) + + +traceback_exception_original_format = traceback.TracebackException.format +traceback_exception_original_format_exception_only = ( + traceback.TracebackException.format_exception_only +) +traceback_exception_format_syntax_error = getattr( + traceback.TracebackException, "_format_syntax_error", None +) +if sys.excepthook is sys.__excepthook__: + traceback.TracebackException.__init__ = ( # type: ignore[assignment] + PatchedTracebackException.__init__ + ) + traceback.TracebackException.format = ( # type: ignore[assignment] + PatchedTracebackException.format + ) + traceback.TracebackException.format_exception_only = ( # type: ignore[assignment] + PatchedTracebackException.format_exception_only + ) + sys.excepthook = exceptiongroup_excepthook + +# Ubuntu's system Python has a sitecustomize.py file that imports +# apport_python_hook and replaces sys.excepthook. +# +# The custom hook captures the error for crash reporting, and then calls +# sys.__excepthook__ to actually print the error. +# +# We don't mind it capturing the error for crash reporting, but we want to +# take over printing the error. So we monkeypatch the apport_python_hook +# module so that instead of calling sys.__excepthook__, it calls our custom +# hook. +# +# More details: https://github.com/python-trio/trio/issues/1065 +if getattr(sys.excepthook, "__name__", None) in ( + "apport_excepthook", + # on ubuntu 22.10 the hook was renamed to partial_apport_excepthook + "partial_apport_excepthook", +): + # patch traceback like above + traceback.TracebackException.__init__ = ( # type: ignore[assignment] + PatchedTracebackException.__init__ + ) + traceback.TracebackException.format = ( # type: ignore[assignment] + PatchedTracebackException.format + ) + traceback.TracebackException.format_exception_only = ( # type: ignore[assignment] + PatchedTracebackException.format_exception_only + ) + + from types import ModuleType + + import apport_python_hook + + # monkeypatch the sys module that apport has imported + fake_sys = ModuleType("exceptiongroup_fake_sys") + fake_sys.__dict__.update(sys.__dict__) + fake_sys.__excepthook__ = exceptiongroup_excepthook + apport_python_hook.sys = fake_sys + + +@singledispatch +def format_exception_only(__exc: BaseException, **kwargs: Any) -> List[str]: + return list( + PatchedTracebackException( + type(__exc), __exc, None, compact=True + ).format_exception_only() + ) + + +@format_exception_only.register +def _(__exc: type, value: BaseException, **kwargs: Any) -> List[str]: + return format_exception_only(value) + + +@singledispatch +def format_exception( + __exc: BaseException, limit: Optional[int] = None, chain: bool = True, **kwargs: Any +) -> List[str]: + return list( + PatchedTracebackException( + type(__exc), __exc, __exc.__traceback__, limit=limit, compact=True + ).format(chain=chain) + ) + + +@format_exception.register +def _( + __exc: type, + value: BaseException, + tb: TracebackType, + limit: Optional[int] = None, + chain: bool = True, + **kwargs: Any, +) -> List[str]: + return format_exception(value, limit, chain) + + +@singledispatch +def print_exception( + __exc: BaseException, + limit: Optional[int] = None, + file: Any = None, + chain: bool = True, + **kwargs: Any, +) -> None: + if file is None: + file = sys.stderr + + for line in PatchedTracebackException( + type(__exc), __exc, __exc.__traceback__, limit=limit + ).format(chain=chain): + print(line, file=file, end="") + + +@print_exception.register +def _( + __exc: type, + value: BaseException, + tb: TracebackType, + limit: Optional[int] = None, + file: Any = None, + chain: bool = True, +) -> None: + print_exception(value, limit, file, chain) + + +def print_exc( + limit: Optional[int] = None, + file: Any | None = None, + chain: bool = True, +) -> None: + value = sys.exc_info()[1] + print_exception(value, limit, file, chain) + + +# Python levenshtein edit distance code for NameError/AttributeError +# suggestions, backported from 3.12 + +_MAX_CANDIDATE_ITEMS = 750 +_MAX_STRING_SIZE = 40 +_MOVE_COST = 2 +_CASE_COST = 1 +_SENTINEL = object() + + +def _substitution_cost(ch_a, ch_b): + if ch_a == ch_b: + return 0 + if ch_a.lower() == ch_b.lower(): + return _CASE_COST + return _MOVE_COST + + +def _compute_suggestion_error(exc_value, tb): + wrong_name = getattr(exc_value, "name", None) + if wrong_name is None or not isinstance(wrong_name, str): + return None + if isinstance(exc_value, AttributeError): + obj = getattr(exc_value, "obj", _SENTINEL) + if obj is _SENTINEL: + return None + obj = exc_value.obj + try: + d = dir(obj) + except Exception: + return None + else: + assert isinstance(exc_value, NameError) + # find most recent frame + if tb is None: + return None + while tb.tb_next is not None: + tb = tb.tb_next + frame = tb.tb_frame + + d = list(frame.f_locals) + list(frame.f_globals) + list(frame.f_builtins) + if len(d) > _MAX_CANDIDATE_ITEMS: + return None + wrong_name_len = len(wrong_name) + if wrong_name_len > _MAX_STRING_SIZE: + return None + best_distance = wrong_name_len + suggestion = None + for possible_name in d: + if possible_name == wrong_name: + # A missing attribute is "found". Don't suggest it (see GH-88821). + continue + # No more than 1/3 of the involved characters should need changed. + max_distance = (len(possible_name) + wrong_name_len + 3) * _MOVE_COST // 6 + # Don't take matches we've already beaten. + max_distance = min(max_distance, best_distance - 1) + current_distance = _levenshtein_distance( + wrong_name, possible_name, max_distance + ) + if current_distance > max_distance: + continue + if not suggestion or current_distance < best_distance: + suggestion = possible_name + best_distance = current_distance + return suggestion + + +def _levenshtein_distance(a, b, max_cost): + # A Python implementation of Python/suggestions.c:levenshtein_distance. + + # Both strings are the same + if a == b: + return 0 + + # Trim away common affixes + pre = 0 + while a[pre:] and b[pre:] and a[pre] == b[pre]: + pre += 1 + a = a[pre:] + b = b[pre:] + post = 0 + while a[: post or None] and b[: post or None] and a[post - 1] == b[post - 1]: + post -= 1 + a = a[: post or None] + b = b[: post or None] + if not a or not b: + return _MOVE_COST * (len(a) + len(b)) + if len(a) > _MAX_STRING_SIZE or len(b) > _MAX_STRING_SIZE: + return max_cost + 1 + + # Prefer shorter buffer + if len(b) < len(a): + a, b = b, a + + # Quick fail when a match is impossible + if (len(b) - len(a)) * _MOVE_COST > max_cost: + return max_cost + 1 + + # Instead of producing the whole traditional len(a)-by-len(b) + # matrix, we can update just one row in place. + # Initialize the buffer row + row = list(range(_MOVE_COST, _MOVE_COST * (len(a) + 1), _MOVE_COST)) + + result = 0 + for bindex in range(len(b)): + bchar = b[bindex] + distance = result = bindex * _MOVE_COST + minimum = sys.maxsize + for index in range(len(a)): + # 1) Previous distance in this row is cost(b[:b_index], a[:index]) + substitute = distance + _substitution_cost(bchar, a[index]) + # 2) cost(b[:b_index], a[:index+1]) from previous row + distance = row[index] + # 3) existing result is cost(b[:b_index+1], a[index]) + + insert_delete = min(result, distance) + _MOVE_COST + result = min(insert_delete, substitute) + + # cost(b[:b_index+1], a[:index+1]) + row[index] = result + if result < minimum: + minimum = result + if minimum > max_cost: + # Everything in this row is too big, so bail early. + return max_cost + 1 + return result diff --git a/env/lib/python3.8/site-packages/exceptiongroup/_suppress.py b/env/lib/python3.8/site-packages/exceptiongroup/_suppress.py new file mode 100644 index 000000000..11467eeda --- /dev/null +++ b/env/lib/python3.8/site-packages/exceptiongroup/_suppress.py @@ -0,0 +1,55 @@ +from __future__ import annotations + +import sys +from contextlib import AbstractContextManager +from types import TracebackType +from typing import TYPE_CHECKING, Optional, Type, cast + +if sys.version_info < (3, 11): + from ._exceptions import BaseExceptionGroup + +if TYPE_CHECKING: + # requires python 3.9 + BaseClass = AbstractContextManager[None] +else: + BaseClass = AbstractContextManager + + +class suppress(BaseClass): + """Backport of :class:`contextlib.suppress` from Python 3.12.1.""" + + def __init__(self, *exceptions: type[BaseException]): + self._exceptions = exceptions + + def __enter__(self) -> None: + pass + + def __exit__( + self, + exctype: Optional[Type[BaseException]], + excinst: Optional[BaseException], + exctb: Optional[TracebackType], + ) -> bool: + # Unlike isinstance and issubclass, CPython exception handling + # currently only looks at the concrete type hierarchy (ignoring + # the instance and subclass checking hooks). While Guido considers + # that a bug rather than a feature, it's a fairly hard one to fix + # due to various internal implementation details. suppress provides + # the simpler issubclass based semantics, rather than trying to + # exactly reproduce the limitations of the CPython interpreter. + # + # See http://bugs.python.org/issue12029 for more details + if exctype is None: + return False + + if issubclass(exctype, self._exceptions): + return True + + if issubclass(exctype, BaseExceptionGroup): + match, rest = cast(BaseExceptionGroup, excinst).split(self._exceptions) + if rest is None: + return True + + raise rest + + return False diff --git a/env/lib/python3.8/site-packages/exceptiongroup/_version.py b/env/lib/python3.8/site-packages/exceptiongroup/_version.py new file mode 100644 index 000000000..32c340deb --- /dev/null +++ b/env/lib/python3.8/site-packages/exceptiongroup/_version.py @@ -0,0 +1,21 @@ +# file generated by setuptools-scm +# don't change, don't track in version control + +__all__ = ["__version__", "__version_tuple__", "version", "version_tuple"] + +TYPE_CHECKING = False +if TYPE_CHECKING: + from typing import Tuple + from typing import 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 = '1.3.0' +__version_tuple__ = version_tuple = (1, 3, 0) diff --git a/env/lib/python3.8/site-packages/exceptiongroup/py.typed b/env/lib/python3.8/site-packages/exceptiongroup/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/env/lib/python3.8/site-packages/iniconfig-2.1.0.dist-info/INSTALLER b/env/lib/python3.8/site-packages/iniconfig-2.1.0.dist-info/INSTALLER new file mode 100644 index 000000000..a1b589e38 --- /dev/null +++ b/env/lib/python3.8/site-packages/iniconfig-2.1.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/env/lib/python3.8/site-packages/iniconfig-2.1.0.dist-info/METADATA b/env/lib/python3.8/site-packages/iniconfig-2.1.0.dist-info/METADATA new file mode 100644 index 000000000..3a8ef46a3 --- /dev/null +++ b/env/lib/python3.8/site-packages/iniconfig-2.1.0.dist-info/METADATA @@ -0,0 +1,81 @@ +Metadata-Version: 2.4 +Name: iniconfig +Version: 2.1.0 +Summary: brain-dead simple config-ini parsing +Project-URL: Homepage, https://github.com/pytest-dev/iniconfig +Author-email: Ronny Pfannschmidt , Holger Krekel +License-Expression: MIT +License-File: LICENSE +Classifier: Development Status :: 4 - Beta +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Operating System :: MacOS :: MacOS X +Classifier: Operating System :: Microsoft :: Windows +Classifier: Operating System :: POSIX +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: Topic :: Software Development :: Libraries +Classifier: Topic :: Utilities +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst + +iniconfig: brain-dead simple parsing of ini files +======================================================= + +iniconfig is a small and simple INI-file parser module +having a unique set of features: + +* maintains order of sections and entries +* supports multi-line values with or without line-continuations +* supports "#" comments everywhere +* raises errors with proper line-numbers +* no bells and whistles like automatic substitutions +* iniconfig raises an Error if two sections have the same name. + +If you encounter issues or have feature wishes please report them to: + + https://github.com/RonnyPfannschmidt/iniconfig/issues + +Basic Example +=================================== + +If you have an ini file like this: + +.. code-block:: ini + + # content of example.ini + [section1] # comment + name1=value1 # comment + name1b=value1,value2 # comment + + [section2] + name2= + line1 + line2 + +then you can do: + +.. code-block:: pycon + + >>> import iniconfig + >>> ini = iniconfig.IniConfig("example.ini") + >>> ini['section1']['name1'] # raises KeyError if not exists + 'value1' + >>> ini.get('section1', 'name1b', [], lambda x: x.split(",")) + ['value1', 'value2'] + >>> ini.get('section1', 'notexist', [], lambda x: x.split(",")) + [] + >>> [x.name for x in list(ini)] + ['section1', 'section2'] + >>> list(list(ini)[0].items()) + [('name1', 'value1'), ('name1b', 'value1,value2')] + >>> 'section1' in ini + True + >>> 'inexistendsection' in ini + False diff --git a/env/lib/python3.8/site-packages/iniconfig-2.1.0.dist-info/RECORD b/env/lib/python3.8/site-packages/iniconfig-2.1.0.dist-info/RECORD new file mode 100644 index 000000000..438fa507b --- /dev/null +++ b/env/lib/python3.8/site-packages/iniconfig-2.1.0.dist-info/RECORD @@ -0,0 +1,14 @@ +iniconfig-2.1.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +iniconfig-2.1.0.dist-info/METADATA,sha256=uS-Ec4h2hMZZFTrbd_4EGKcxBQHnQ3CfwSYjzQPn5cs,2651 +iniconfig-2.1.0.dist-info/RECORD,, +iniconfig-2.1.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87 +iniconfig-2.1.0.dist-info/licenses/LICENSE,sha256=NAn6kfes5VeJRjJnZlbjImT-XvdYFTVyXcmiN3RVG9Q,1098 +iniconfig/__init__.py,sha256=H1UqjEmX-GytGCsqCafTLG-q1CPc_okvCKGairRFMq0,5462 +iniconfig/__pycache__/__init__.cpython-38.pyc,, +iniconfig/__pycache__/_parse.cpython-38.pyc,, +iniconfig/__pycache__/_version.cpython-38.pyc,, +iniconfig/__pycache__/exceptions.cpython-38.pyc,, +iniconfig/_parse.py,sha256=OWGLbmE8GjxcoMWTvnGbck1RoNsTm5bt5ficIRZqWJ8,2436 +iniconfig/_version.py,sha256=dseuoOPG9WZ1Ezr1SC3wS9_hczkX-b1NdE4TQPHFJso,511 +iniconfig/exceptions.py,sha256=BJguifCkPayz-n0hI2D5ym1USoAWYNIdi05Jc4r2r4o,490 +iniconfig/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 diff --git a/env/lib/python3.8/site-packages/iniconfig-2.1.0.dist-info/WHEEL b/env/lib/python3.8/site-packages/iniconfig-2.1.0.dist-info/WHEEL new file mode 100644 index 000000000..12228d414 --- /dev/null +++ b/env/lib/python3.8/site-packages/iniconfig-2.1.0.dist-info/WHEEL @@ -0,0 +1,4 @@ +Wheel-Version: 1.0 +Generator: hatchling 1.27.0 +Root-Is-Purelib: true +Tag: py3-none-any diff --git a/env/lib/python3.8/site-packages/iniconfig-2.1.0.dist-info/licenses/LICENSE b/env/lib/python3.8/site-packages/iniconfig-2.1.0.dist-info/licenses/LICENSE new file mode 100644 index 000000000..46f4b2846 --- /dev/null +++ b/env/lib/python3.8/site-packages/iniconfig-2.1.0.dist-info/licenses/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2010 - 2023 Holger Krekel and others + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/env/lib/python3.8/site-packages/iniconfig/__init__.py b/env/lib/python3.8/site-packages/iniconfig/__init__.py new file mode 100644 index 000000000..3c40bc975 --- /dev/null +++ b/env/lib/python3.8/site-packages/iniconfig/__init__.py @@ -0,0 +1,216 @@ +""" brain-dead simple parser for ini-style files. +(C) Ronny Pfannschmidt, Holger Krekel -- MIT licensed +""" +from __future__ import annotations +from typing import ( + Callable, + Iterator, + Mapping, + Optional, + Tuple, + TypeVar, + Union, + TYPE_CHECKING, + NoReturn, + NamedTuple, + overload, + cast, +) + +import os + +if TYPE_CHECKING: + from typing import Final + +__all__ = ["IniConfig", "ParseError", "COMMENTCHARS", "iscommentline"] + +from .exceptions import ParseError +from . import _parse +from ._parse import COMMENTCHARS, iscommentline + +_D = TypeVar("_D") +_T = TypeVar("_T") + + +class SectionWrapper: + config: Final[IniConfig] + name: Final[str] + + def __init__(self, config: IniConfig, name: str) -> None: + self.config = config + self.name = name + + def lineof(self, name: str) -> int | None: + return self.config.lineof(self.name, name) + + @overload + def get(self, key: str) -> str | None: + ... + + @overload + def get( + self, + key: str, + convert: Callable[[str], _T], + ) -> _T | None: + ... + + @overload + def get( + self, + key: str, + default: None, + convert: Callable[[str], _T], + ) -> _T | None: + ... + + @overload + def get(self, key: str, default: _D, convert: None = None) -> str | _D: + ... + + @overload + def get( + self, + key: str, + default: _D, + convert: Callable[[str], _T], + ) -> _T | _D: + ... + + # TODO: investigate possible mypy bug wrt matching the passed over data + def get( # type: ignore [misc] + self, + key: str, + default: _D | None = None, + convert: Callable[[str], _T] | None = None, + ) -> _D | _T | str | None: + return self.config.get(self.name, key, convert=convert, default=default) + + def __getitem__(self, key: str) -> str: + return self.config.sections[self.name][key] + + def __iter__(self) -> Iterator[str]: + section: Mapping[str, str] = self.config.sections.get(self.name, {}) + + def lineof(key: str) -> int: + return self.config.lineof(self.name, key) # type: ignore[return-value] + + yield from sorted(section, key=lineof) + + def items(self) -> Iterator[tuple[str, str]]: + for name in self: + yield name, self[name] + + +class IniConfig: + path: Final[str] + sections: Final[Mapping[str, Mapping[str, str]]] + + def __init__( + self, + path: str | os.PathLike[str], + data: str | None = None, + encoding: str = "utf-8", + ) -> None: + self.path = os.fspath(path) + if data is None: + with open(self.path, encoding=encoding) as fp: + data = fp.read() + + tokens = _parse.parse_lines(self.path, data.splitlines(True)) + + self._sources = {} + sections_data: dict[str, dict[str, str]] + self.sections = sections_data = {} + + for lineno, section, name, value in tokens: + if section is None: + raise ParseError(self.path, lineno, "no section header defined") + self._sources[section, name] = lineno + if name is None: + if section in self.sections: + raise ParseError( + self.path, lineno, f"duplicate section {section!r}" + ) + sections_data[section] = {} + else: + if name in self.sections[section]: + raise ParseError(self.path, lineno, f"duplicate name {name!r}") + assert value is not None + sections_data[section][name] = value + + def lineof(self, section: str, name: str | None = None) -> int | None: + lineno = self._sources.get((section, name)) + return None if lineno is None else lineno + 1 + + @overload + def get( + self, + section: str, + name: str, + ) -> str | None: + ... + + @overload + def get( + self, + section: str, + name: str, + convert: Callable[[str], _T], + ) -> _T | None: + ... + + @overload + def get( + self, + section: str, + name: str, + default: None, + convert: Callable[[str], _T], + ) -> _T | None: + ... + + @overload + def get( + self, section: str, name: str, default: _D, convert: None = None + ) -> str | _D: + ... + + @overload + def get( + self, + section: str, + name: str, + default: _D, + convert: Callable[[str], _T], + ) -> _T | _D: + ... + + def get( # type: ignore + self, + section: str, + name: str, + default: _D | None = None, + convert: Callable[[str], _T] | None = None, + ) -> _D | _T | str | None: + try: + value: str = self.sections[section][name] + except KeyError: + return default + else: + if convert is not None: + return convert(value) + else: + return value + + def __getitem__(self, name: str) -> SectionWrapper: + if name not in self.sections: + raise KeyError(name) + return SectionWrapper(self, name) + + def __iter__(self) -> Iterator[SectionWrapper]: + for name in sorted(self.sections, key=self.lineof): # type: ignore + yield SectionWrapper(self, name) + + def __contains__(self, arg: str) -> bool: + return arg in self.sections diff --git a/env/lib/python3.8/site-packages/iniconfig/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/iniconfig/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c607105ea76346b9971c952bfff6cec4cf69131d GIT binary patch literal 5848 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/iniconfig/__pycache__/_version.cpython-38.pyc b/env/lib/python3.8/site-packages/iniconfig/__pycache__/_version.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a4e3cbbdb2642fff1c073dffd4533b944ed16090 GIT binary patch literal 540 zcmYjNO^?$s5cOA*ZkvGMfCT@bhbF*Eh(m>tmI5nKS+OnB`eLQ^v<;+A z*Z9h*e*p=>xataQ`Mr6brx|R=`-U(lnrNz-=4&B| z7Lo$BuXLp2nr*q{lwh1-ETo_WI0%R!Ua^Nn_X5hq2Z4gOhG1^6 zNd7f?nm@@O5BZ*upT{ZZ=|4>4HV=!+Fg4cvl zvk5>DL31*qF{Ox|+!?vCONn&#bBJAtST zMU_-pp$vrWkDqqBeCus@>;1dlHYB_^nM(2$tLM$T4yf4yAW2LGiJe_wBwgWbLU&jh ztQdQ+`l11EQ!JdbQ_`oRB^FPDm_aT$r=l$$oUqtCC5*(#ZppTG5^ZEx>q1XjHHAG> z>3z$}q#DjLnX2}!pJz&{!nz|fur3r?7xI?%3ME6Pec-1X=$hcHuVppXDn%t{h8WM| zqO#8bROFcapi??^rtVKr6cFJKM1;Fj7d#ULSkhkTSeD^>V*1Mt`m-yAh*?1bd_f8HimS9h> z+`3gjw!t}!j&lr*1CG$i%6|;&?XZDLt7IfOw=K>`g&60E1J1vUll*39iSxN@4MRZ* z^h0pAeIt7+^BgwrXe?t1w%2%Cl*-_ru|=EsIFJ20-vb8Fw?Bqk1bsD9wSIL}W@@0} l0uhb3$u4wf6R5wMYg0F@kKEk6X8#Jcs%I0>z+p6S{{esE?mPeh literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/iniconfig/_parse.py b/env/lib/python3.8/site-packages/iniconfig/_parse.py new file mode 100644 index 000000000..2d03437bb --- /dev/null +++ b/env/lib/python3.8/site-packages/iniconfig/_parse.py @@ -0,0 +1,82 @@ +from __future__ import annotations +from .exceptions import ParseError + +from typing import NamedTuple + + +COMMENTCHARS = "#;" + + +class _ParsedLine(NamedTuple): + lineno: int + section: str | None + name: str | None + value: str | None + + +def parse_lines(path: str, line_iter: list[str]) -> list[_ParsedLine]: + result: list[_ParsedLine] = [] + section = None + for lineno, line in enumerate(line_iter): + name, data = _parseline(path, line, lineno) + # new value + if name is not None and data is not None: + result.append(_ParsedLine(lineno, section, name, data)) + # new section + elif name is not None and data is None: + if not name: + raise ParseError(path, lineno, "empty section name") + section = name + result.append(_ParsedLine(lineno, section, None, None)) + # continuation + elif name is None and data is not None: + if not result: + raise ParseError(path, lineno, "unexpected value continuation") + last = result.pop() + if last.name is None: + raise ParseError(path, lineno, "unexpected value continuation") + + if last.value: + last = last._replace(value=f"{last.value}\n{data}") + else: + last = last._replace(value=data) + result.append(last) + return result + + +def _parseline(path: str, line: str, lineno: int) -> tuple[str | None, str | None]: + # blank lines + if iscommentline(line): + line = "" + else: + line = line.rstrip() + if not line: + return None, None + # section + if line[0] == "[": + realline = line + for c in COMMENTCHARS: + line = line.split(c)[0].rstrip() + if line[-1] == "]": + return line[1:-1], None + return None, realline.strip() + # value + elif not line[0].isspace(): + try: + name, value = line.split("=", 1) + if ":" in name: + raise ValueError() + except ValueError: + try: + name, value = line.split(":", 1) + except ValueError: + raise ParseError(path, lineno, "unexpected line: %r" % line) + return name.strip(), value.strip() + # continuation + else: + return None, line.strip() + + +def iscommentline(line: str) -> bool: + c = line.lstrip()[:1] + return c in COMMENTCHARS diff --git a/env/lib/python3.8/site-packages/iniconfig/_version.py b/env/lib/python3.8/site-packages/iniconfig/_version.py new file mode 100644 index 000000000..e058e2c65 --- /dev/null +++ b/env/lib/python3.8/site-packages/iniconfig/_version.py @@ -0,0 +1,21 @@ +# file generated by setuptools-scm +# don't change, don't track in version control + +__all__ = ["__version__", "__version_tuple__", "version", "version_tuple"] + +TYPE_CHECKING = False +if TYPE_CHECKING: + from typing import Tuple + from typing import 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 = '2.1.0' +__version_tuple__ = version_tuple = (2, 1, 0) diff --git a/env/lib/python3.8/site-packages/iniconfig/exceptions.py b/env/lib/python3.8/site-packages/iniconfig/exceptions.py new file mode 100644 index 000000000..8c4dc9a8b --- /dev/null +++ b/env/lib/python3.8/site-packages/iniconfig/exceptions.py @@ -0,0 +1,20 @@ +from __future__ import annotations +from typing import TYPE_CHECKING + +if TYPE_CHECKING: + from typing import Final + + +class ParseError(Exception): + path: Final[str] + lineno: Final[int] + msg: Final[str] + + def __init__(self, path: str, lineno: int, msg: str) -> None: + super().__init__(path, lineno, msg) + self.path = path + self.lineno = lineno + self.msg = msg + + def __str__(self) -> str: + return f"{self.path}:{self.lineno + 1}: {self.msg}" diff --git a/env/lib/python3.8/site-packages/iniconfig/py.typed b/env/lib/python3.8/site-packages/iniconfig/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/env/lib/python3.8/site-packages/packaging-25.0.dist-info/INSTALLER b/env/lib/python3.8/site-packages/packaging-25.0.dist-info/INSTALLER new file mode 100644 index 000000000..a1b589e38 --- /dev/null +++ b/env/lib/python3.8/site-packages/packaging-25.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/env/lib/python3.8/site-packages/packaging-25.0.dist-info/METADATA b/env/lib/python3.8/site-packages/packaging-25.0.dist-info/METADATA new file mode 100644 index 000000000..10b290a6c --- /dev/null +++ b/env/lib/python3.8/site-packages/packaging-25.0.dist-info/METADATA @@ -0,0 +1,105 @@ +Metadata-Version: 2.4 +Name: packaging +Version: 25.0 +Summary: Core utilities for Python packages +Author-email: Donald Stufft +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: Apache Software License +Classifier: License :: OSI Approved :: BSD License +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 +Classifier: Typing :: Typed +License-File: LICENSE +License-File: LICENSE.APACHE +License-File: LICENSE.BSD +Project-URL: Documentation, https://packaging.pypa.io/ +Project-URL: Source, https://github.com/pypa/packaging + +packaging +========= + +.. start-intro + +Reusable core utilities for various Python Packaging +`interoperability specifications `_. + +This library provides utilities that implement the interoperability +specifications which have clearly one correct behaviour (eg: :pep:`440`) +or benefit greatly from having a single shared implementation (eg: :pep:`425`). + +.. end-intro + +The ``packaging`` project includes the following: version handling, specifiers, +markers, requirements, tags, utilities. + +Documentation +------------- + +The `documentation`_ provides information and the API for the following: + +- Version Handling +- Specifiers +- Markers +- Requirements +- Tags +- Utilities + +Installation +------------ + +Use ``pip`` to install these utilities:: + + pip install packaging + +The ``packaging`` library uses calendar-based versioning (``YY.N``). + +Discussion +---------- + +If you run into bugs, you can file them in our `issue tracker`_. + +You can also join ``#pypa`` on Freenode to ask questions or get involved. + + +.. _`documentation`: https://packaging.pypa.io/ +.. _`issue tracker`: https://github.com/pypa/packaging/issues + + +Code of Conduct +--------------- + +Everyone interacting in the packaging project's codebases, issue trackers, chat +rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_. + +.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md + +Contributing +------------ + +The ``CONTRIBUTING.rst`` file outlines how to contribute to this project as +well as how to report a potential security issue. The documentation for this +project also covers information about `project development`_ and `security`_. + +.. _`project development`: https://packaging.pypa.io/en/latest/development/ +.. _`security`: https://packaging.pypa.io/en/latest/security/ + +Project History +--------------- + +Please review the ``CHANGELOG.rst`` file or the `Changelog documentation`_ for +recent changes and project history. + +.. _`Changelog documentation`: https://packaging.pypa.io/en/latest/changelog/ + diff --git a/env/lib/python3.8/site-packages/packaging-25.0.dist-info/RECORD b/env/lib/python3.8/site-packages/packaging-25.0.dist-info/RECORD new file mode 100644 index 000000000..5d912796c --- /dev/null +++ b/env/lib/python3.8/site-packages/packaging-25.0.dist-info/RECORD @@ -0,0 +1,40 @@ +packaging-25.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +packaging-25.0.dist-info/METADATA,sha256=W2EaYJw4_vw9YWv0XSCuyY-31T8kXayp4sMPyFx6woI,3281 +packaging-25.0.dist-info/RECORD,, +packaging-25.0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82 +packaging-25.0.dist-info/licenses/LICENSE,sha256=ytHvW9NA1z4HS6YU0m996spceUDD2MNIUuZcSQlobEg,197 +packaging-25.0.dist-info/licenses/LICENSE.APACHE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174 +packaging-25.0.dist-info/licenses/LICENSE.BSD,sha256=tw5-m3QvHMb5SLNMFqo5_-zpQZY2S8iP8NIYDwAo-sU,1344 +packaging/__init__.py,sha256=_0cDiPVf2S-bNfVmZguxxzmrIYWlyASxpqph4qsJWUc,494 +packaging/__pycache__/__init__.cpython-38.pyc,, +packaging/__pycache__/_elffile.cpython-38.pyc,, +packaging/__pycache__/_manylinux.cpython-38.pyc,, +packaging/__pycache__/_musllinux.cpython-38.pyc,, +packaging/__pycache__/_parser.cpython-38.pyc,, +packaging/__pycache__/_structures.cpython-38.pyc,, +packaging/__pycache__/_tokenizer.cpython-38.pyc,, +packaging/__pycache__/markers.cpython-38.pyc,, +packaging/__pycache__/metadata.cpython-38.pyc,, +packaging/__pycache__/requirements.cpython-38.pyc,, +packaging/__pycache__/specifiers.cpython-38.pyc,, +packaging/__pycache__/tags.cpython-38.pyc,, +packaging/__pycache__/utils.cpython-38.pyc,, +packaging/__pycache__/version.cpython-38.pyc,, +packaging/_elffile.py,sha256=UkrbDtW7aeq3qqoAfU16ojyHZ1xsTvGke_WqMTKAKd0,3286 +packaging/_manylinux.py,sha256=t4y_-dTOcfr36gLY-ztiOpxxJFGO2ikC11HgfysGxiM,9596 +packaging/_musllinux.py,sha256=p9ZqNYiOItGee8KcZFeHF_YcdhVwGHdK6r-8lgixvGQ,2694 +packaging/_parser.py,sha256=gYfnj0pRHflVc4RHZit13KNTyN9iiVcU2RUCGi22BwM,10221 +packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431 +packaging/_tokenizer.py,sha256=OYzt7qKxylOAJ-q0XyK1qAycyPRYLfMPdGQKRXkZWyI,5310 +packaging/licenses/__init__.py,sha256=VsK4o27CJXWfTi8r2ybJmsBoCdhpnBWuNrskaCVKP7U,5715 +packaging/licenses/__pycache__/__init__.cpython-38.pyc,, +packaging/licenses/__pycache__/_spdx.cpython-38.pyc,, +packaging/licenses/_spdx.py,sha256=oAm1ztPFwlsmCKe7lAAsv_OIOfS1cWDu9bNBkeu-2ns,48398 +packaging/markers.py,sha256=P0we27jm1xUzgGMJxBjtUFCIWeBxTsMeJTOJ6chZmAY,12049 +packaging/metadata.py,sha256=8IZErqQQnNm53dZZuYq4FGU4_dpyinMeH1QFBIWIkfE,34739 +packaging/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +packaging/requirements.py,sha256=gYyRSAdbrIyKDY66ugIDUQjRMvxkH2ALioTmX3tnL6o,2947 +packaging/specifiers.py,sha256=gtPu5DTc-F9baLq3FTGEK6dPhHGCuwwZetaY0PSV2gs,40055 +packaging/tags.py,sha256=41s97W9Zatrq2Ed7Rc3qeBDaHe8pKKvYq2mGjwahfXk,22745 +packaging/utils.py,sha256=0F3Hh9OFuRgrhTgGZUl5K22Fv1YP2tZl1z_2gO6kJiA,5050 +packaging/version.py,sha256=olfyuk_DPbflNkJ4wBWetXQ17c74x3DB501degUv7DY,16676 diff --git a/env/lib/python3.8/site-packages/packaging-25.0.dist-info/WHEEL b/env/lib/python3.8/site-packages/packaging-25.0.dist-info/WHEEL new file mode 100644 index 000000000..d8b9936da --- /dev/null +++ b/env/lib/python3.8/site-packages/packaging-25.0.dist-info/WHEEL @@ -0,0 +1,4 @@ +Wheel-Version: 1.0 +Generator: flit 3.12.0 +Root-Is-Purelib: true +Tag: py3-none-any diff --git a/env/lib/python3.8/site-packages/packaging-25.0.dist-info/licenses/LICENSE b/env/lib/python3.8/site-packages/packaging-25.0.dist-info/licenses/LICENSE new file mode 100644 index 000000000..6f62d44e4 --- /dev/null +++ b/env/lib/python3.8/site-packages/packaging-25.0.dist-info/licenses/LICENSE @@ -0,0 +1,3 @@ +This software is made available under the terms of *either* of the licenses +found in LICENSE.APACHE or LICENSE.BSD. Contributions to this software is made +under the terms of *both* these licenses. diff --git a/env/lib/python3.8/site-packages/packaging-25.0.dist-info/licenses/LICENSE.APACHE b/env/lib/python3.8/site-packages/packaging-25.0.dist-info/licenses/LICENSE.APACHE new file mode 100644 index 000000000..f433b1a53 --- /dev/null +++ b/env/lib/python3.8/site-packages/packaging-25.0.dist-info/licenses/LICENSE.APACHE @@ -0,0 +1,177 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/env/lib/python3.8/site-packages/packaging-25.0.dist-info/licenses/LICENSE.BSD b/env/lib/python3.8/site-packages/packaging-25.0.dist-info/licenses/LICENSE.BSD new file mode 100644 index 000000000..42ce7b75c --- /dev/null +++ b/env/lib/python3.8/site-packages/packaging-25.0.dist-info/licenses/LICENSE.BSD @@ -0,0 +1,23 @@ +Copyright (c) Donald Stufft and individual contributors. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/env/lib/python3.8/site-packages/packaging/__init__.py b/env/lib/python3.8/site-packages/packaging/__init__.py new file mode 100644 index 000000000..d45c22cfd --- /dev/null +++ b/env/lib/python3.8/site-packages/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__ = "25.0" + +__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/env/lib/python3.8/site-packages/packaging/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/packaging/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..02014ed4a7a44dc04daf9318336c7eb7d885450e GIT binary patch literal 510 zcmYjO%Z}496iqVev>jB$nw4Q!q{Kr95JCtI%&ZYo#e!@sH@QY9*_Qk7Mi zI;+l9Ugc_1P1JdHuBMQGNxo*)RL$1Oa(Z0Xm-Qn8|#3@fEojWXItyohdwmc zu#*V<@Tdu)^RGDHVQAu}tZmD?zLWgUCSN@-FNfu=HBu|K4sp8;Od7?|DBPopQnT8c z;BXUzb$)oDj?!y?l$L0Rhws+6#j3c`GJ0V2jJIUpK(Qj@$?EdyGxmNtJIsX$7&HiR zxF>{S@hx#< z>PPtXi8rjDXzly8!CHEMh_?O;YNL&asNOzQ7 Yf0(^)t%@4nOvWF)Pmrfn8P$mC9~}muh5!Hn literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/packaging/__pycache__/_elffile.cpython-38.pyc b/env/lib/python3.8/site-packages/packaging/__pycache__/_elffile.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..27667bae1412d40a131cace00d75be7bf02e912e GIT binary patch literal 3401 zcmbVOOLN@D5ys%L3xdn#MrPTe%Sn*8HZgZ?@nK3)u`J1S$k?VNOG%`a6%fP>c0ug| zs{vLeZY`54Q@Q1kQ!bXPs7tDRPgVX&4!9;4{($75Jii|7iqwOb0EIzM&rDBGPxsgT z^O+e(!}F(quXO%W(X_u(=j3Ce^S-9B^mib**3vlRdYAR|md=Pax<<=Tf3sz(ztytv zH@l@?xm9M`Pc?4w(j$$RgneMNrqC~Q8+}_CyAC+h;7oA`9B0g_fHTc2;8ez(8E|HJ z6`bmU-l}rrhE|{Tf5J4)S^xM$H;lT%?fWtnvf(&4J5lQPW%3~6B6WQ?==y2uZf|4e zhnTp%?PeW6E9PT7c1eVID1t%e??6x#V^JFQqOLEUD9(fo{Xn=`0vWBSU&v^?!NV{a z#N5xKByJ?K-4xxh+4gs$r5`tg&Qe1ZiyNJ+*L9BQp6e{1_TxCo)S7e)eSPz4Ktm@V zSh{cn_=qO77K1D3oZ%YuoV41EANbvfZ`F<5_Pp5d3D3(N&+8?8&?UO!dG`l?w;1_K zlQ!h2=IQNbC+UeM_v2=NFY6@nLVs}~ltS!8Vj+`$a8Jmlh#xe&(aw0rVq>+LMwwXX zW7Kbpv{?{Q+-`a}GWkQJzbDCgU&EK`Xl$nXryp$&la7xDuh!wwGu85g53n+Abywo2S;m3awfD(Ck4Cw|b0VsT_( z!O`o~oTX-snm?o2s@pG`&D>mEUCGTGi|60TjZ3nZTentMR+jS8rAsn6#h7Ox>f88I zvML#~cqQ>)I>j>xyNuE2Pr(gtKGqdL5qtrd_!RmMpMGSvEK%YWKJ%FIDxZC19x$A< zhI4)m?odF( z&oRCX#NIc4ZQRmsYq5Sy%dC;kHE#S?pVto9zBw|vdC!o$SYwUMFZ3_5@^gkc#=M5z zN}x)LDi6;V#v#)@Hb>fS312ycoX?DX3v+FJQ_yG)8adGCZ)1I2$ga@*FM!~*2LI}p z)@d3J-=_18tS9Ur9yt{IF z_{~AA;2yZHQiqFl5ob{t1?n1)$Zb@7{06r@oQ(>Eb9;U}3NE-u6#R8#IDK(rW0RhZ zjg8^dMMa|d%8&#VMTmZ9Jaz5l)V0Y}`Mnd8u3x|YOcH236G;^3^1CM_VXT-6NowYG z`F$ET>w2**!NY{6)u5G-F<;Tt4Br^UQUpmmj)q87fe$c^vOV|gaJKFy(iL%#a6qej z_9?3mn=hKJSA;x#p1Y|CDD@y4hKcMcJJxHt?uEJKQJTz4X(k6jmRmx~L@GeeEfo>D zJ=r+7Cp+dPukVGuO#LJNFtL566QZ z;K@vp8|1feO!HA+K724@RD$w(peNondddoORu5PSV`Aem7QU4u^O{k zRd<-9>z2;c`!CaS{&}WULvQZCx~~6c&eSXR-)YQLGpH>-^B-nqjty&LIB86_$_ZVYP~kbOAl#sQs<7fs5E;b~@M2d#G(ejp;00bC-p?pk z)G;S74Pwfg@`uzh)$QO4x&fIDuCfBQB;0<%Ad&$64nCDsH8z}iraj3RI#AsmxeDD_ zp({ng};`_&N+Tw&dN;}diw=Wh&>>9aoN=2gSRCF7GZ?lR~GtXFf?f(HAClO!( literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/packaging/__pycache__/_manylinux.cpython-38.pyc b/env/lib/python3.8/site-packages/packaging/__pycache__/_manylinux.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..301390707a696ad178dc2a149ba88951e7a30511 GIT binary patch literal 6454 zcmb7I%X1vZdGC4b?(FOXAovg{k)Bl_Na~OQ zw&&~aZ~E~)e&5%9uT(M_o`3oFe53mwWB)~!(MLz+3S&ytRv5d-IOB@XT1r(>h*o{I zs>-)k)#O{R>hhhbX5>3t&B}MKnv-v%YT&K;`IcEVTZL+&Rjd|UrD_S|={)0?TVvI+ z)_8Tib)b5nHBp^Fd$xLz=cW9E__$!Sc;cuYjO;>&T7N6utpRi|2^%#HCJy-A5fasJSnoH-;~Ai%VC1CyJ8n z;?gxIcF?eV{kli2i#MHG!wXzrquChy3ypbrWjqG$Ct4JXo%e?GJ?MXCb*+^!a8Hkv z4=ZY-x1G3=WQ7}dL{Ou-2agJZY^_Gt^kWb^Cu7!yJ?*N$8t*Bw(p7eq`%Gb<;@3RAA{WR%0#J>)NI%t|{mz%Ok$eS)hIf8gf!s5>>2MGKn6x-9XSZN$%F_q7V>J z{_b|$O-b{<<9AZJqKXo+DfQ<}90v8xgPBIya%Z>`%(S=TMi@-B=cekyb=N(2Di%&{ z(-kvr@OZ}e*83cD(-&qUFLtNe=yf*SXeK4RU}MH^Il;E?1)Z(w_I6_0ZAV0|?fP|^ zERtTQs!CCrR1PWP4O)u69)><-Xu4Z&trI)zzAMV;c&!+(k{BE4B_ZxAzq;Rp06E*t zhqt>*Q;F54wy8>5k2B3|pU%ZbGvBApxNwEV#bK?4T4_`Ll&O6M{1Zf*DuRUkTv@4< z(}fx}2mAEmZDG*5wX1Vy69dK;a%^1WW!rMJp5$7oVTpolS`e)yQ}>;XC@C*qw-@f* zv=@G~baP?#C&}1e-M+tg=Uj4lq~ZGVt%bYxCkuD3Jy*q13?&XxL2^usBQ*S&?M1ef zx9x~lqy9D;qe&D@H&sJ1|D>ws|Eik#t*RIQsAh`ai1*R=-LhRqZ(p_-hq9d?kuA{! z*%IBC?RUvfyomuTrj(#~3$zrTI7ZZQDoAdERxRG4Ldr~En!9jb0GMCdZh3FJ-uVmX zr@#`8qhQLu-TqOWLfcMh00$4?%?~S@6l0QcM6D5}Hb(9_c! zWe>}wxW8tbS;C7)h*YagszI6!JWZXRO>`RcxssF|-w(fZIjo0-BCSgrR{qikz;>%G zE-zx#h$5m6AKCf9Za9x!yB4;9c^;hAcGkV=OMX~${OI!Z@GD50EKMpR(Etj79%;oD zYL)YxBT7zo=yijBgzkvUhbcz-2jm#}`yV|oK1MH~b^k;7D}jO*%}D|3%8Rq0(`olS zXm7X1CEsbSbLa9+u>CiFO#A@FPMLeP_<iW719P7waco2r>cq^LUA>&UP|8@-a6KmNlF;YTfchW6%nFbqG6UK({h?X@J!1K zLP2rQuWY}qm4 z9{tExQBubM)9|4kkzY!g${6;3%$_P-d8YIzmZ_WhXfjs+5^nKSd&a&{drA+08oVu| z7{DUV*7dzO_Bp;-MV#wWtk-saY+8733$NvfZOdyRjA)XYWCw)KsHti zw6!`Bm0>hp3xhh^rsW{X!KfoK(o^hBB(3`Dw9h6+@!LNQ98 zixP-WUg9zd!=;L7oD4Xc`#HL-neD1}uB+~{o)#NjEza+%(J#B&QPt^k^&n&(vtNjB|F3QMhaDB@I6`qgX8%Tg`Lp^czp zZ@4i+-=1-ZpJ0&0sM)oKBkXpP6K+IvB&G**iDCzdp(qkhmb(bsZbcVArRssU2y1Q> zNiT~K+6yCEe_74PzC+D&Qw@9_oj}2KN_NVMF{Yx#8xUqHWzEnGB@6wVs(1jd zeVV7wh7d-}joB`1o3XM>NuRRw@g13FMyY35{WV&tXPmY|A(K24WbnJBnS06PyrONPoB1-I_yOU*g{hVk-_UjtJ`rZXsOBafB1_uw^wn z!KM{AoY-o48;#gP@WbGBoIud(q7gVf)Wg&i8oj8`+Hl&)&E;TTU?F7I8ZMuyhho#^ zgHNI%%vq=0>5XY?*$W&Ieh>{9hW&CJta+~|)p}(4-ll7vI6HlIcIxcxnfd86XHHb6 ztyLHDX-v(XyKo`(vz?Qtet7$mj4ziT%uap$@WaX%)3S;7FlgHO!Qxiit;JZPG@Ri& zzVzaTb(Z$u#wjR>u}cb7(^3Mbt&K3gXuTjy!Ql--1(4vok6r({`r=P`#2R|U6)F}` z5H1U(IxP}PVtna{0H7WvI#EgaPA7=HmiuYiEPjYDlFWt(JMF%?B}!|=i2Hd&dfwQF zz`wA2}XvKw2y%ALM*8%CSvDOi(s4NdJ&k2pb$& z4ta$f3*l3G!d{Lc*EJ!rYTv5<8J|Q1@J!8OMOcdm8d=jkUSfp`=}yw`P@{)jX&4j! z9TmAawM%&^OBaVIfrQToLih1s1-j1<(H*G$8H<75T;Eki6L_xU{G=XbC^IP8Gp(n0 zahb817j?KDE*dD$T}6KkXXLqEbyF3;kRuov;TPc1nmOX?b0AKDj3h~fpwBRM=|Iy1ucLgM`7un$f# zJK9abJ=xbiKhli@3uy!C)^GrEhZ=GXCvuP`h$d=+&RH^p5Sui%$^pLe6$^< zuqqy*k8TN~jvv2ly7FYRmsS5OSfkS@m?F(X9-0w95Iv5dB!ek~Ml2aAMTaIR4cAOa zu)jK+n8V&P6%D3Kf)pW&0o@v*H$m@|23IZVDM}SGgMS6<4lCF{YcH(-p%YH<-u9!ewTsc*S&0)IRCbn>*ks{I;6rRe}lK#GXk9( zJp<$Bnr7GNkNM}l48|c|jMU5Xe6!HaV-;px>}I<#Y4M+3^LLD!-7F%NM(3(-9@hq0 z@pWA4=CPK-kn`(qVL#`iuOI#V(Uv@i6r6v9VEVU82pogE5-Y~_fP~fbOhvJXB1^3! z1Yp)``%a9Q(dvh{i$FQ2WyvGkMSy&I=S5Ls&wykvE@^7Gk{V=LlxW|@uys#Fu>}OT zq6ShoM8b47KSXGefsiJ5@TueP8wY`r54f=gj8T^%i3T35k@hkY9M{&;+ljR`t1aBR zw{_Z*F>Y-wJp-?;rIBf{wpaKq#8TYgb#TdtH)1-55!ff-!CR0es+hMPvpKcj}M%p$l9n@N@|!HH96KWr~A z-dMQ$xqWkC<@4pGm3yCox?L$sCr!$67}}xFQ~Wubl==ph){}A?ky_3c^5`f|3WGWw zKL-^`3?!T-`9b$ql1Ie1WzinV0Y0h3RXaD zMnXJJNwJd65y(wQperhdrh_g@pc}_wi9k^N9loiYq62ZgLne+BFNMmaPz!w@R!?`v ziHTEJ>~6(4B_#QJC#XRlek5*yQ8-lmj0#Esk}MK;y2sO~MQV|viy%b9`5PCQb=(@K zmsfe}psP%ITP02q^)3}BQ6%O5oX|Y(Mn!t_HM|N*HDBOv-9Zqb+XX=y7K>Dn8H{A; z!>l67`=VplaINS{1Cgp1KPPSy!-$CYQhDQ2dQothGMeZL3Y8V5@cNf25aXmesZv6u lBNdu3#>d9Zi6cj}@l5$(`E)rmeo$A&jfrC_J>O)_{{wk_WDx)W literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/packaging/__pycache__/_musllinux.cpython-38.pyc b/env/lib/python3.8/site-packages/packaging/__pycache__/_musllinux.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b74a54ffa6391f1654c9549dc485dae7474611d5 GIT binary patch literal 3382 zcmaJ@TXWRN6;?}{n>+?%o9hDU-6XqAg2xFP9O80OYz20Us*U3S%aUO!SyuPV$ks@5 zcMI&P@k>ndMuj|YQe{8xdwxM4@+0(`C;kFeTbr+2GsX}qni}=}=v==3&iQJ3+OzQd z^ZTX#U(oxH9vpuf7~HZfA}SR|MeD}3 zLA_HSG&+re*YR+s!m9DqpxJ2>>kEt3SpB)h>b$Y$!4Cr`=m3&PO(`whnabH8oN&MS$1a2eo4dy^WC}59G^RwKeRfh`RRi*?Cc?t z|59h!xqb2{!q2hu{PaF_NACik;nmIa`(!-+fL&ylUg)(`+&#F!F0&s&!Uv49%Aw6Z zJZ~L3`{cIuWVUmWpW_$VN9FF9WV_0o`&R46!!5YvmP*m|e+OkBmdX`Ql&GRI2sZKc${2z9lrmaC1&t_^LqVwv7Zk3A`6nm%=l~}`*fizINyl)f)YWv#l<2|o-W4G#(2l4 z?Hh|SQhXu9YS80yvFyO_i@x?RT%PZ=vt3cgXJ+x2E?yp~6EjmdQifVt=K#|J*e}fxd#=5J0gFxw-M1dPXEp>?Dj7TlDwG`r*Nw9 zR^mviFdbw!&tWXJu~o~qTxkNcJs}ou) z?W%_sv9@h(Zi}n}wG~7q%EW1GdsnZ2Jf0O_a2qc;)FbbmqjiTN?bC7ze~hVF#||?e20g*3N~Ucba3Bt zu|YN_4JH*j!=EU)nSmYuIx|7xCb0Fjb=~@dba zh6@um)c)4gsGbYqu>eI9OU2GzVOGag3W2=w{J1)pH=E|>*8 ztf>`SjhrayrUEemRhIM`B~Q~ML2()|E;Ml)6w?S?US4#HV>Fm3WkhKlCcQSjTax?u ztj-58EN!AUfH>^VeTtbi^Xr_`1Hi^Pjd`GpW3OCJoB5GJIroh!) zWS}rEirVk*-w^_=-FUE@@v`eZ4B~v!m-$8}(vVBQ8$l}EwYzI~4EV$qNNc&`V=a_) z3p-|otM|T(>QjD?tGBq}LmZKsd#$ETn&cdr2mNYX&l7PSv%~30)_M$oKN(I>QkxmV zyhm^eyypPc zWV7-uvfRiqZ~I&8A63IfSGQ4&=-e0l8*u&toP%u3O$<#=p(^M}s`(K>!*$evI+p)w z76(ehaE$F`fDI8ehAh*Gy)^9}7ok^?%tB-vF55>icmVi!BY}!RUkup~;#dRCd@W8T z$HMsI0geW-`N~9&sV~O6p#x-ej|5M2)V9!|3xpV<>+8lse|?<-H{EFGD&=ilg7x(h zw(IL}>-InUQR~n^${b}0T3jiJ5hzR|ovO_(d!MIZ#F1uDSlK`G)*~`Xzv?sAGo# zcH!zsl^c%AmojZmPkicYeB8h>*~H75(j|wB|11$VjWEs&+F_mT>fp&Lg6tr|UkCyIquzhD*u}r!!H}h(+#) z0T|ji&zK~%p+y5u3e%(;^@^q@f{8ys7O)8kQ~`wYS)}^KiO;0uLeq4~M3oF=tI8NS zU?P+OI@=aR9pf0|Z&RVvSIQ#urq1T_XLz~Qrd@}R^>5y8Iy03S&n2^GX6E31tjyXT Kc&AA|BL4->3!O0l literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/packaging/__pycache__/_parser.cpython-38.pyc b/env/lib/python3.8/site-packages/packaging/__pycache__/_parser.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a4ddf79e1c095b0f1c1b661be5e987317287a7d5 GIT binary patch literal 9027 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/packaging/__pycache__/_structures.cpython-38.pyc b/env/lib/python3.8/site-packages/packaging/__pycache__/_structures.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0815314448d1357d3a9bb0a10aa24e2c0fcea26f GIT binary patch literal 2790 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 U7_;<@p7{yKdq9cW-$#D=Uk7S)$p8QV literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/packaging/__pycache__/markers.cpython-38.pyc b/env/lib/python3.8/site-packages/packaging/__pycache__/markers.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..13593e522fd65e37a4bd954dc247c2857c943eb6 GIT binary patch literal 8671 zcmbVR&2t+^cAqZ{1|SH59}-1bl1H>x5@d;#ZON9`6jzk2Sgy5cl_l9;td+?S-5`eq zW}u#dETX`zjj1G;xRTvXa)_lARhvVU^Zp5``~iDP^))A7a!GB~mZ}`(_j(2(NXnZJ zpyu^=_v?PI-&fxm9W843{pP#3R>$Tv?cb>|{41bvMbq^7KXgsIqcM%?O|7NZbe-}> z)2JCLHEX6yt(v9MTrG#xY}&1SE#Go#PODHWw2HN2Yos>PD%DD@(b_2Huvo5HZXKu{ zXjN*J)>v(GT0IJ(nG6unq6hb z*m3qUb03-P1e{X2T0YPr8ox%4SzO(qw;hV)b$4)+SYUkN0{yIB7uVH+Z zonf!BvyUuxj?H4`H&Ay5-yA!Sy4TqosC$#W$u6MRMXdD}dmA+u*d_FN2l)Juy^Hci zHpS*2>FhE)fYMvQeu0&MOKHofy^XOK*pJZn3R^_$C1%{xs@J|HPN?c~#1F$L@sl75 zOHNV;Pmz!MXKMWEs{H842-e`07UQkbD?oNoI(yIG$ z@-6sCtL9|!BVVj@v6w`ye*VKCPNea1TjoCXn;kBlPkj;4q(Gt6_C?ISmKuce*i9;n zTN`2GKe#SLB&vq2d=TFEn*qDk=JlWva3KqW>{E=X`(YFYb#&=+FZ5en9=MJH9Y5jM zqA=kP5;>Ypkzyz9ESbQqQJ5x-dx_iCo;9UNoq#;Z}M z$y~u3T)0W(-n@R(y?Fl8tQx=c)RK;;PR#RU(eqjn>ohs?CC|Ip@tbs(DCIqmMRm`6 zs)>_WU4dtx&#gu+KF9oUuDy}0M&Y^ko97yW^W}h_BQ63L%;B8on!$3`BaE$~1bFz!YTv~o4e5PSZQ$kXEI{s8hO+O7~kHjwG_BQ%E2 z!I6+-l$u#;Woa%;?JUh_sgtFJEG=f~NS2n6j)Kd}a%AZ0NfS~@P6VxXQ{5&-#q^#Z z+EaNSJWnDiAH`{hO1tSNjYza0V(P27=yIn<@Fw?T2#Z0Vcq0Z|40Y+xH<7Zq*XT5x zUcd7AU|iO^8yQ*7s{8#*nBMD;S*luM1}7?BA@C}IJm7gl0@?Fk$ZMz3^8&v3FhEgv zOvlDQpZy&thZddgcX>A+us>3!ZdDSSJb7|K*S&3ST1%_mD}n9%wqPCHj^j z9;Ep%%uRjM*fi0mCkE=@>*;Ht{yK7r)ic-3Eq&8Uay<*F8J!&>1)(o6F;nTnM*og z5ph6uP*++UL|&8usyXo%)tk-LSQ=4VngW?h*k6fxYQ~{6ryDJ&yg`q&gQwS=e!H)#`4d`$n^_*B!idq%4K z{-~;ptLU=?OQG!1wf2+Dc6e$?WA?n%TYD*3m|x)`f6x{Sk7*gY6qaUa-4naV&(1@2 z`^|V^cF_Ns?mp8`KhvxG5T;3P5yHd)D}-`s6a2ibJ<)z)+_P?_Y63_Wpo9a($>Ke9 z-HTgso>-&~(_`V+XjaJCgxt*cA~zUNb;LUuBQ2^CKcv}-i)48*#-gO?l=%dP=b-?@ zpyyf?gs>nMsV^O)%mpEsZx2?g^IxJlb^$bVGVeS$jN*S8X5~90S2Bv=a7!;5#O;%Y z>b;9eiK6r=CUubMftKs`E$ykkq?USWhRnqVYfRY2r4( z|6+kWPW=<=uVw^w_Rg&)`e&-Y15kCO5rkcv)MyYs)91U!{N=838Q%$f3zwhi3*89@ zGna1gS@&aQK1AX!?4;C`h(s(#F;n*tI^ZG?8PDp{ON(we#Jt+*nZn4c*}Z%+7;YGlChs@;iRP{x%HyBq~n6<+E28w@;T)0 zn!44@{2JC`lHYdHkxw9>d+^}a9nnn+46^tegF!j~+C2j>|2V&;f2H><5DT{%H`ZB_ z+HJ7#NL%nsQ^wumz%+Kd7MV`noa=|omHKS8sQ6Jap_srf#7zP}CNK^lojPoBAHrJv zgo@@0Pn6{Z$-Mi7q!q)^mlhrKKK}4H1TZM@8_bakV6dT~9|2R^M%gGs03S8PGFrPc zN*$!+dohXb_NhaJk>)zzNM-IYbtq4tqRtvJJx~M^^$dw9qEbvWGU)UY=&~(>piu*7 z2r63Zwpi}>6d&&Gk(M)=tCP%C<1jO&)!dS}gcZ9-ht#0k>cHlMJ?N7ff$98*rPFFA zod}05{g*q^Ns#QS8sa(8dZe70(Nwgyd>eP3SEGX_Q^)F~v4w063^l`lcDi`&N zamW-aG_VBl?8MGx{XS}&GN1Vwa%9Lx-mhp$SLN|3qW>P56>WvoA=KhssSF`=NbSyK zY8Q1-gjb0{rnT)H6fCgE6HQb{hqbvZ02DS<)^hx zr)Q&72q#r-TI#nIFvdwp**{9GjO_|Nr&s9Zap}!3j7^LjU{FL$u2lN6H)+Xl@KkI z_i?0&%9!-!A!MK}%c+9j(lg}_WvXO1#Epr7L!T=x_=IBN<31cVN~kFrYFu{=e#UIyOYwrR5rIG!r75Ei+y6wFfkk;0g`T#ieFMV_sh*|A zH`?PI>>F*(#1(+7TQ|i5S?|n*JqeAmmfO;&w6`^~fxt4>lDLbR$chd9rZV|psOMV# zS|pGJu&61ii%6C-&C=xec{8lue z3UpG3bn$bPp6coLsiprTJB7Rhblz-y5cngX9Z^W{^+vyZPLkDT8Aea%w(&_t~B>7SY82(`D_u8qut0tBQ zU+BXs9WEz#JF=eAtBR*UoOBbrMYnhfSimUJ;-e}9?lcT&X$$n&`A_QB??`;?`Vli; zAyGj$s~>J)Is>ykGAOK!Fs6yJjgTkY4V0{`RA5DvatIVt8-m3s*%UBl6^ukM809>I zxCas5J;0_AP(@f5!CQw-fHE(M!&oq7L5qAc2q9%Czt9OI_EJ1^1DWnPaSf^0EpUow zz&JY(z%Nd!4$JT^fjbE#XHPe-3V)iqC57t;0q1|9dVjGYVK#?o^`OYiJCZIfmYCi@T| z&7u$>6Di&E8eD8L?%+BPc5g{*)sI(Y!Sm`(KaR2B3?V{pnD`!)Xn^Ov@j{f+HWjuJ zHOzqI7s(Hs?)uedGZCw zsNLrbrCL2Z|NH2hfCXSzXFxMG!Xfvc5nMluu+J7% zfC|BP_Y)OOqnN8pjvn_zw;>STAqNG<2rP5ewi4XuVLv|auaES+ahYbYl+)H_)K>G zXIzXxz!^PVa=PesC3e3=9DFck)>G}JrJiYkmcX7l?J(Oc)_^8Hi;+Qn75;Ps;dDgg z(y6k|$Ac+pIHskjwZKT6SHNc7#d@8$6M7fQ;(cnFnf}|#jC&eOU>pYb>)stqnLW%@ z&$=^%CzzSD$~T=EdWgX!!7QImkBzRDi}wg37O<%f(U#6==+KB1L&vGeOmwezgdmFC zR1Y9-TSVA%7N;cAid8VMI7W4XCh>FxO+&MjUa8JA3=;9Cm1Sw}1TN{BM2RF#a1A2LGN#;T6L$ z{T-HJ2t$}Hqit4Alk!%}s@nW?^fRTOY5mOTXSSN@uM7ikgM)_HkOJWq| zQEya~#ikFPsw*mDvltUw#8$CQjEn7JhuA50iD$%a@vLy?N2`0p9RvH5Z&vq-qvDu2{;?%ah?5^U)%_?v&*c}yizq)QzA8?k%}XEK z;Pytp7Pic8`(arsWBI_Z_f>)Va$ly{VO>fW)@`xv0} zO>qU#x#AVQ9or2+>^SPKifPnMKeVbRgmuH1c;hp|nh7%+sdqZvpdK{49e;Wv9oc6) zD^d1bz16DUZh2AWlGpKMvk_&kGy_l8TTyOiWyurgn~flH8g)PT%%p*wDBEf_ypHer zQ9*ilmz&aSd!4|K^8S+7XwEe~=|`#MpxN>0$X2SZ+#sr^@AZg$?^yi@T3Ss-J$aqH86h_s06Ic&Cwme7JXMmS@rtq|Yp=pu9 z*=0oza802m|FJ1XL;_sC3~$!&@R~T$0`8rSK2Wy6tACi3PgN_EL-Y#K3a9 zbM9&H0btUpw~%R^o*nKw>(0q;+r73D%y&EP$*JSVr}BAM|6Tsl&Q0H~x1?7WE3WY7 znjKHLw^!oPnt|`N=8h!81@ra5)gX1zbJ<7pX2%cEe=2De*?u6SOdGJR-|@oHR?`pO zNfv!8%3~L5?|$S=cRSvMEw=!$ax0Q3Exlk_b{cdV@gLZ)g^~Rzn zk9wVZM_bL?y2Z(V6HVnhB>m1%bF9Bq3+UDSj6)Dn=nR>KJfwb}$G@(E=O zGi`?3lAZHOPbIBPIgTa`LhJaC@@f2dpSzLi84JdO`4KP;IqM@!V8;tKp7tkc;E^-^ z*gO~pP+1P zv}o04dLkqDP_KNg*6xbs7G{VFwc6d~dP~h0Wok9iZJ>IzRvWnUnB^IClzSKDNJY%$am0KPXgF-!>eh zN}$U|qnA7PKo7)KeTLyd+(DgpK}TA`ZFD<99rz6#=cX>7wH(8wQHq<$ZO8+E58p7n^C<_$w`$16Qjl=7FCJjoD46(3tN!>6Wn(X@Yr z-0Z8U>LcCwy1n(WPMx3JMT+3^H|b|ZKR4^=7@jom7X93+>$mCWxPETe?|10(PCR#^-!r;?x2}IyKV4nFN0;~F zxeqwEKN`7SzaQgU{daNM&bk5|4s4(rwg~e+zOgtjBd~bV{yCEr6%)T+|uL~W?aTQ0I2TzAkQt2$5MBBzJ3qe z;;r6q2J^@+wU!}hxJ0+6+#8f>keh9f2*n;Q9CGn^+H4 zP+!8iF3Dy+@Z32xr6mpkoU`h@RF^Mk8;GOYfE6aQM$ei(MCoE z^{jdAdb1T}v=|s|2B}=?%D@w~{_q9Sz29kd>!P+SThR!gtCkJ3T59y8tiA=9t$W+= zwmckgl*i~y^gS7s`*}TUG45Ow076uZM^MF5GK?yZCasmM5p7B;Vu|i?iO%yKfaeHK z955z0lK0AQ}g=bZ85H!YqmUy z-zjF|8!~}D!RH(k{3D8v8~)44fZ&(GnxFh<57Z6jsbv8_JDbUxlE%6SaXb}38)(TF zP?RrHa)Odel)OXneGGRpyvHOjsG!j5Czv)wZVG8R5$ZBiQT_2gG zU6E`Sp1ZNsY6c)QI9R@_bD(*^`bpmdvBV`6L_iqdL9>{Et4ltY)K3kGhu{|wUku2* zdg42n^j2Zj?3ruEBjXpXyAI?CI=4>&V48IayRfE?MdsoFC#N%w@@Hr+qT4V3U6fgL zNJGdD_ubz-n>y3#HtH?^Wn|(WkIf@=gg)&LV&zo~uzvi}b;JB7O+p(mEcqt2 zzkp@~Yjl*G!SRV+Iza~u( zdHqU!bW8On9ii{`j}BT=U7hEj_mJc?HVL)m8Xl3kv<`yuI;#Hwzy8r2)G!?+5gQ$k z1cDfnU>O;bbc)Xi@S!V~abOMN4!l9;lzJ?e$PMVi40TEqb?S)7Zr2|~Hn@0{{ie5a zLCUV2Nb_k&4wEN`;1Z>PFi^l#JZNO&&AP2bn>SeaZ(}CEg2b>KGh5ke?gn|tI$1Ms z$=j$6w=kif(rVu8XrSlWZU0V`_Pfin;i;?2NJiu0FNGiJ6O2>u zArnCQhU9I@{kX2yBV*M?U8vkF zJCLx)s`Atf?rmCljjr$j;b86*c7|Kr2*TY<^%df0EZlSweZ=daEf8}W`b@qFna2<6 z9RPx;QZ#bM3jlcT7nRQXz9&i2=B4&`f&N zHWLq+y&dOl==1AOyigmM{6C>16H3F$gBz4g$0;DS@GG0rr?F2Wnb^(jAk>V0QZf2` zpLsKn2nTuMq~?i}#1q4W>rWC65-SKlWMgS09MN}-S4Dg%OymY`8Ya9P3j!}^<`gEPhH8_D z4%CK?L17|ZOe*n$d0|*d3-*G8G_{Zx=7;85rU&}JYInx@O?Kc-PQ3~8 zxW^-pz(dX(-!X4}f7R(ZYXwjP2ld6C^T=FUxMQrQ@JkD8HPcIh3;kdwhG+DA4RFn`j)di2eyyUYhiSZRbasJ$YzF=K z@1{ZjL~3;eG$R9gkp{i6S4VoewXt5lH!{aog1bNLrPsy+a662>rI&kTJ~WBX-F-my zG#BSH-!c7Ty);gdc-*yM>)JNj(Q2Vr5Shg+Ryf^%+baa)i)qva!S-JIp((P9w1=RV z7P;+Yseq1s_ZnL5;8uSTJ(D_-=e9o_>iNT9r|Jtj*l#()E&ntu2fJt%^#%~w4G285 zn8%F&L%|?knWCAPIoSuO>+YW219x97qUVd~`7C-`@{I0jt+}Fb$9QA`7WTp(#*e)Z zEm8cCp@b3Ny=nA{=cG#aKAeVOJ&>T ztHwGyuB5M&{JExt2FdCpdUxkotCS%5cRFMgj}=t5CX?nkWQK?}aYzr?!jyZF>|;aP zEDy(`Ba~KH4?xH|KJ-0|%)+fQP-FAAmz%9%5=uJJY-L#h6$e2@QyyeMjcu*KR?up> zT`Wk(DuuoYn{y z1#Pgu8yH12khRJ%1Wo`qaACypTsT|E1^`B8k#KkY?xj#c7sS zSyokinsqT&2}u)}I4BpW4~aGMK6hjw$SBP>Ov;cdvuuV6PM&~jPZB-uTr~13iHoXL zl;>)ee4-pqFC<42{7cYvNPZ>rSCk>a1<;Ao>M};@*Z5M(7EMu9(pgQtWARCLctHdv z$jl?{`l6>_M_XzauAaSor8e_M?fTibYgf-+yLNf{Qe(kt{6VrGy2gE;Y+z)$rETVH1;!^r}rsmR{LQumF9Filk{zj4I{q z0lmsDcXcJer~wij_}0Fn6jIMgnQ^{lpPq6^X3j~JXNu?sZ!3dp%U0z^JT{| z#~>$`%@UM^JbvZWxLru4Aw^o~k#|vP@@XYs7R>VJc_(e> zF-pNqf6h58o0i|j%#ZEkQ^zPdPRWVK_6f?JP`Q(odmbK-kI+(nOvxvd{2C>Hm6A0| z9wBMqH}pq}$19|!AHpub#PpqlDLD-jaYkg}CrpVP{Dl_#3)Ao(7U9Ooi4y#Y@IosO zqS!?KVAQ}9jhc*j32oRPjXHRwKS;r^ZegTd7ze&-w8^1taT$JUl=CR<;WE6{D32uX z;Ymihkd)!YM!5)2_91Q$e>Tb`l)l1cc(zdd%?SUOsumuw+U%%@;lWS8gb0lH20UQoZdhAgjq zWn370kXP(j^D?kGI8oibUI%L2yeIZDQP%u@c2=tqQ*S9Z^(>sZ+HN~LJ5Wc=7QElZ z-$t`*@6-`;6vIEf&i6CRi>f!tS9?gCz8iHI^A&pUszhE6$J)4AA`#=c}I6g>-KuTis-l|l0% zK!BDL2?r%tBwf>TN$`nXbbk$bHQ(^!$wLZ?tv#~;i*`ZEmvRpe?W5lc;x5Facj67* zl4YJK$|gEK&-TQ|$cjdcfH(F_$n?ww1C}y#!GyOF&SPi-4m|^BG3_7dIl@@X$!fSY zNcEJP+5X7*1iH;?3R3o%ws2fiGB#xBJY;BC)L?ys&P4L~f_(iRD6{Q;Rpn39_DW8kwO}So&h4Y%&f9*$f zM#QlUCvBF}6>ycUuvVn4EVvHw70QQ|p|j(T(_uOB_rpd-(GBby1&Rp04BR|rsIqB% z{YUta!HLVbr=>7{{5o=VAggwiw;2#7*!}{E@te=cIA&xhe4yJ~> zhFdi!)ln%iLw!2%tC(gT@CyNvNF0PV?JBU(JOOr#!Hxsk0PJMwC6GJQ@*iOa`A;eN zT_hTAQE7OgY&`ej&eLGi{8j!Q^;?ISQ)A~PR86JuO^ z8DYk+qodUn4gXy#=MZ4Y;I5D#-M# zhZLO!qu58*Cor;+b7?J0lKdlUH4Q^pcF~qU$E|Z{4bvAfS87MGr}J!DMEiosqkR_4 z*j}{c@AtC33}*R#?pH*=jGiT%%tDT<(sY;)U=2PBJ8!e2^A9Fr)1vBVgwtz zFaMCbY>L5Hi`Oa%mDXeJp5%58s=(w>Df1C`0@JS`*fKAN3C99-cMP#6@bbMI;q~w! z;kG#bOZrnc;_&VpUN8h>Lc9dVS5OEG0Sl4|BZog1^3%luMh>E{#7tnn^+k;QQ+s*< zevT|){HQRvmZ+>*cT%ZP^!LzmJqnH|&`JVk`Poyb}0=bz|;0xbzC&;NOlQbE#@g!R>Dhh%W=#U2R$l4LP{I!f+LK=x$UpG&Y3N}pm$ zu`nJU*a%`z4lx80Qu-2J^j#DP@fhuXVHFgxXM+z>Tm}TNJ|7Z@>OuXPq#jxiD~BYk z14T(_^KU|Q2X#~>IiIvmC2iH)6bW})BvZ4bRSQt!H1&rEHA@t9A~PLYQ&Zvjr)Wb* z$O}W^tpXpQG+?b+YmM8#{%(!196n-8v`CK_q_wK_#d zBK$QPrFU;*quu*(so-t4?$?&6E#Kzn%{E?`e!N9GLjagl{A` zkUm4vgv63b98%B1=ayCYi3Ns&TANivJPT&H;q4t7c>>>uj6FT*ks{yar{}3 zhjRadl7B_XA5ikgl>9qN{yilTCI5wz|4PYcl=O8r&XEmCehd1eui6b;u?h0^ZN?- zMNmDLHuF1#)+b|+aSej(`TZ6y?bW5NT-wL2_w(4>xaPTmnsKfk}CeZ~-91ED)3e*lcCzYhGo z4qKt;gQ_K8o(;w=Bn}wudVzLFG?4u(ape5<{^t#|N1z?Tl*Hj%ZYRymg`qJLfRfclW2sXxw%N8sV^H{ls#H^&AuU+bkXV+Csz*Iv9^i24l&*Ae& z#Kgk35&KqDCW@#I6YYI1L%s&ahOaWdLa|BRmH!$T8J5>yv58T9l-pfeVH8&(`Tqb7qZDKV?}73~u$=!s zYUSUi!5@V3==c&`J0fZb<-|ANaVfT@ z0;1JXR{Q;0(5=DM(^!mb#C24+a&6+sh;8|-KU8z-C549`qP6t7H!gz z8zbbcaMM-2jj4DZN$ft6nTaao@FO{&slpmEa17zjBBIcS2hNgJ&;$76aAQx9!7(6P z4x;~*cDtJCz|l{oPn4;V94ep*50#~1yqA(yM8(@Z+%z~ruaWt%k4zjVH5B0X<=2Q@?C~il*Wmx- zH3~Pm^SE*GMc^+({wIz@{vsu0X9;)3FJZ}yLv4~h(3i8M^2nd3gzpA>>v-Z0jfC=3&(2F$Udz@2rmqxW)H09PO)x9L=lkfCIJhja8oy z$Bvp?%5=z4HNSyX4$Z~34T=rcdiE{#na?q_Q(-x$sK?fUNzgcH%U=kcptc;ibBS^% zDS4ifmneCGk{2oA0H2pB_YF$EO35Q6;ncwBUv3GwrM_DFCUrke-H#7+|6)^3vhG)? z-{FCNPceoi9Y7+~=S+hN(L3Z>?|)yGG`>iqPY#U!bc<%v=QWz(EG4f}@-<4%Q1W#o z(+JYrLxp{m?5E^8N(kxn7kIeOh|N*h{v&$#JxV4iA+1lLz-7wu(bB1^@4NW)zWCtQ zo!RTuHvzwVg^CG$)R$ggxSN5i)Ys!kQ2tH2NI!)PXn8gZC*_V)`0XsEO5g&xK%XOL zRjd;J4X0G%_f7?GRF2a$%1-|cy{(umluw+b@9gK6@&6&vm;9I+p*VaMr{+9Qa4el< zFG;nas#VloR8%GXSxKZ{s`g2VgE8fw(4e-D_{TH?P9S1S8#R(lHIi&KGEGT_k}M@} zQ$h?$j!;7OP-Rah@m2myN+@JM%FG~q<*mBpaEz!B-}+_;ejcKEQ7(~Kl!c0^A&bo) z(jb2sNwrWrfBD=7;gCMHAVLa(1L4lTk|v0}MroyB0C3Z9pywNJPM?<~n#fX-jAEdnVDV|YTq%!^UB)p!{ojwA%};&% sXU--F3#oFde5m3+wbj$dj^F%A+O62-pD~W7oeKW{gpxh>GseyT1JbJZd;kCd literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/packaging/__pycache__/requirements.cpython-38.pyc b/env/lib/python3.8/site-packages/packaging/__pycache__/requirements.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..41c9efca7a4c5cdaea18b79c9d5ecc35347f4e05 GIT binary patch literal 2851 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 CE%t=~ literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/packaging/__pycache__/utils.cpython-38.pyc b/env/lib/python3.8/site-packages/packaging/__pycache__/utils.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c701cd41ecdd7fa1dfb17955fb348d66dec82462 GIT binary patch literal 4594 zcmbVP-E-T<5yt@_08$i1*|IGqjtwVDB+4SC*!gr)$7$lEnNF3AKN6R=jDd7Vi53X5 z2hfTzU>+j3GkNGt-;>Trk9qC%sqG)pXT0{w|3ap%`rG4&WHoM*l7qwE-QM2b-u`wM zx5vi|8h(HN*K3=9IjL#?pw7{sh0ZliW6^!4XIU9MV77Ag zT+6CkExT^FoVo)(ljnkbt57er#_D6LZw1BHczwK8s+U?5^$Dg4TUgwl(S#++VzQyn zX!O)ih#Yss?5;& zUg!^8{v1CC-t*u+#a-}T;Lks@c3J&`xbWcl!7NGY&%VHC)$9xCzsO&LtT{dpS+nR@ zRDXeAME^yu-_$CLkIC{CmW}yg*pB_U*$$(XikaCfV*A!kM`XEM-A;hl?GRI$x$Z~t zW88~Y(KF+gzmerTzKnzy`x_M_D}59`^n)ha5Pl@S)w0q` zTeiTQ2)^RC#5yT*^hcXqBR4365L%sa4Oh=_?WDMojScpq#mQ#{7r%Eyx7k;~<;^IT z&9yEa$PK~rmfMY>l^bogy8(BlXb9=XZ8zQ&ZpUBW@;92{hT?HIx=k)>O5)15X6ASv z3GlqE;CZb!?*>E{J?}SNKN!r|p2yqko+rnl>|yiWr%RjdmRRC`xYXH+H``&gbGh1( zLaa4KHI~>{$R!azTnd_N1CGnJHbNPlY1(ZJ=G|>SavSY#$QPet(NC^_;=Xd}^??B;UEiTa z`qU{JJB?-<&+rV?|G&?0lP-L8hWp3Q5YhBcIKvNk#nTUU28TFzX6k#fJDi%eDM?eN#DbcG6q-!*q?ehT1zpkmqRxUISwk_QA&V$$(56F6aBVA( z5X4px11G(36vp}r%kyBZu)fg4aG-QL(TtArlTu`6g#eAomq6e8mSra?c6B_&hh~7N z(DKg!B^ER#>DPnSuNVRV^frea&)i0Iycb$;&U+H&pXxr*W% zboxs^LHMOe@!F+V7l)D~x8?7+oBl)Lwz@&wMB+IVs}zYA5!o9E-Pl{nY=^;)ySC#F zZRL`!q93K!@<^?@A90A~xkYv6W7qPt5Bwk!N6xoA*FWDNwjLhMmjYRbFekX%4gDY% zQt%(tw9#(6Yre#j4D~%aq%?;M&yWuk(SWWHt(@YR`%R5*^~fDv0e9a4&&UPPBMb~9 z0wG3W;1Yb|~Tef^3yw*|PJ%gK=v!@X+d$107u+HH5)Y!73&tr2h#|xH!*!|kCGP1} zXxg*Bud@|(D?-jhYJaWqvXW-1m_HU5 z==VZskit|Vq{doxHb53zBq zvX~d2$G9h|*jinr>owud(So_k75DK!4-O9GbGVp_{+Pnr;~bh~`DvoIWgF#O*ln#L z&LDchz2b=EP*{}Y+L`Wo$=Ln7_qOlxnzy&W&4u^y|s@ro;L+G$}pd0gq{ zpyC{aJnSKtX~9U^8ad)Xl`C#yA|<-Y&mZGR2bFT>h>%Cy&3IFlL|JYf)m5D3qE66^ zGhGUmQ8N4X%17^g{Qh;7v<{(^l|8iqRp5gJL|HO(hW?)!O_H`D+ue@LW2!PHtHfb( zKiU*gmQ%LL@|2A{qWh_fu$eKD75d_7A{*<|DrILm)yYh39398)6xi`qplsz0!FC@K zqxaEhMuF+fIWWy4D==q3mzkrVMP_yY^fLa$q3im;r%d80;IFgNfoZt9i9jH)Lr!w; ze+GfoQ7ofPDUOYh{Wo-m$d=~_%kX!2^q8g)&B8@BtM4=U_FxuO&uF%UTF4lp>`S1Y z@V(FO89lvc^vu+V0&wIGIbsvF5fF>`nM;ACo;AR(1?>I_*tHdQ^~0!<+9T}RU)Uq; z=2ELcQPo~a>{{&0+C~CcCCyH9ZRnxLirw#pRe$B2+m^r>Ruje)yprkf7X!~7LE!iX z{|$kPEnk6!GXozLl4{_rAjyN8^gVXWgDXzoAM@lVUKER#d`GQ~L?`4k5S-#N? z*JBjYk$j!{R=m?e86pjIB!whNA*o-Zl9x+zIEA==o>PfWr9jHl@-1pq+NKPws@kmZ zDOIx9rEE)85vzdEx1YV_#DxEB%8!hS%z&MTKc}kyV i1*2@?Z<|clOh6ML)eFY7Q#MUqKbW2|*)#d_#s2^;bde_j literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/packaging/__pycache__/version.cpython-38.pyc b/env/lib/python3.8/site-packages/packaging/__pycache__/version.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c4423b20e031e51fdd4119a5400fd20b5a46c47e GIT binary patch literal 15103 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 BXcYhe literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/packaging/_elffile.py b/env/lib/python3.8/site-packages/packaging/_elffile.py new file mode 100644 index 000000000..7a5afc33b --- /dev/null +++ b/env/lib/python3.8/site-packages/packaging/_elffile.py @@ -0,0 +1,109 @@ +""" +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 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/env/lib/python3.8/site-packages/packaging/_manylinux.py b/env/lib/python3.8/site-packages/packaging/_manylinux.py new file mode 100644 index 000000000..95f55762e --- /dev/null +++ b/env/lib/python3.8/site-packages/packaging/_manylinux.py @@ -0,0 +1,262 @@ +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, 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/env/lib/python3.8/site-packages/packaging/_musllinux.py b/env/lib/python3.8/site-packages/packaging/_musllinux.py new file mode 100644 index 000000000..d2bf30b56 --- /dev/null +++ b/env/lib/python3.8/site-packages/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/env/lib/python3.8/site-packages/packaging/_parser.py b/env/lib/python3.8/site-packages/packaging/_parser.py new file mode 100644 index 000000000..0007c0aa6 --- /dev/null +++ b/env/lib/python3.8/site-packages/packaging/_parser.py @@ -0,0 +1,353 @@ +"""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/env/lib/python3.8/site-packages/packaging/_structures.py b/env/lib/python3.8/site-packages/packaging/_structures.py new file mode 100644 index 000000000..90a6465f9 --- /dev/null +++ b/env/lib/python3.8/site-packages/packaging/_structures.py @@ -0,0 +1,61 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + + +class InfinityType: + def __repr__(self) -> str: + return "Infinity" + + def __hash__(self) -> int: + return hash(repr(self)) + + def __lt__(self, other: object) -> bool: + return False + + def __le__(self, other: object) -> bool: + return False + + def __eq__(self, other: object) -> bool: + return isinstance(other, self.__class__) + + def __gt__(self, other: object) -> bool: + return True + + def __ge__(self, other: object) -> bool: + return True + + def __neg__(self: object) -> "NegativeInfinityType": + return NegativeInfinity + + +Infinity = InfinityType() + + +class NegativeInfinityType: + def __repr__(self) -> str: + return "-Infinity" + + def __hash__(self) -> int: + return hash(repr(self)) + + def __lt__(self, other: object) -> bool: + return True + + def __le__(self, other: object) -> bool: + return True + + def __eq__(self, other: object) -> bool: + return isinstance(other, self.__class__) + + def __gt__(self, other: object) -> bool: + return False + + def __ge__(self, other: object) -> bool: + return False + + def __neg__(self: object) -> InfinityType: + return Infinity + + +NegativeInfinity = NegativeInfinityType() diff --git a/env/lib/python3.8/site-packages/packaging/_tokenizer.py b/env/lib/python3.8/site-packages/packaging/_tokenizer.py new file mode 100644 index 000000000..d28a9b6cf --- /dev/null +++ b/env/lib/python3.8/site-packages/packaging/_tokenizer.py @@ -0,0 +1,195 @@ +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) + |extras? + |dependency_groups + )\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/env/lib/python3.8/site-packages/packaging/licenses/__init__.py b/env/lib/python3.8/site-packages/packaging/licenses/__init__.py new file mode 100644 index 000000000..6f7f9e628 --- /dev/null +++ b/env/lib/python3.8/site-packages/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 packaging.licenses._spdx import EXCEPTIONS, LICENSES + +__all__ = [ + "InvalidLicenseExpression", + "NormalizedLicenseExpression", + "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/env/lib/python3.8/site-packages/packaging/licenses/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/packaging/licenses/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c0a26b08db0752f163c215b7170c8e1902dc302a GIT binary patch literal 2592 zcmahLU2hXdaCh(1XFE8=Kmrs_s8Zurwj+=#8buZr1d4>xiiAS1rKgK`lU#kiGkX^j ztn&+|Dt$w$)R(rB{m47Nq>uYrsS-b+eTWL}?AeJ^pk=Mwotd4Pov+>TtzywaFrK~m zaBKBALcdAm@K6D{gbVEA)v|yoP9wYL9@6P4yM$2(^Ga|1+TlYCKY%5+$psQhY8g zs$h}#!Z1p_#E-&wr9ytF}f{0;9$^25d0p#u^R|mxM};b?Tb`c~9tb?Sxn&Vytt3agz9)eX+ry3eW! z_}F5+&cgfkz+WG8T&P{F$9}@9BY#+2KX44Vvcib#uIq<>;<~lYgDf}a;l!B0WMZK} z7NEqAb8qJj#UOOfl5HL~Wy<$Q5dafDMV7!N(37J0IK?UYiTpx(I6*1yXJo^d0cP5n@9;Ug>-lHv&VS18p832WJCe>ewD`-gasSe(i=Q1tf zkD#$Yj}0+M3?MRy7QZEPsAth*y?kh4}W%_hf2tB!yT$!SSzjHnm z;sF{$MLtGy9b&GIC={wSA&;R3DV8xifqo$ORIrKgV<5g#QG^ymJB$k}PCTB(JASey zlz@eBYe;QDD4cCP#m@BjwgKkCL%iYdjxP2QP$H})>Nk^S)b2E{0UpcSqZ5LUzSL3o z!do7@+ENg~OBOe36De99%`bEOEsPsUQ&-+Ew6Z{2jS-7N+Na!)VCZ@H6|g zJ#4RCb=2F}*FNc5`>!4090+!wj! z-LX+Z+XjBlvmlrtm?edukg8_JM!GT)@cu*UsL97;tQXoC)g`R!Ldn*d%3A02!UAK$8&Aa5>{P@kwGq$;zUwOv}!;u??L8 zIvbaDB?xB_o(CQ1s2m!@D9+C8K{uMTSvT&`-7I%mLIkuz$P;u(LtYR+V0=N!%l{Tx yo`m(e7i_a-&Lf`HQ0D%mZ63O3=F+I$Hf#`%WoZ?NiA$uUNW;ksRR`CVlJyVw+0Uu~ literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/packaging/licenses/__pycache__/_spdx.cpython-38.pyc b/env/lib/python3.8/site-packages/packaging/licenses/__pycache__/_spdx.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c2b2aa18b030d790bfb2529b0823eb4fffa4ec79 GIT binary patch literal 29615 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 K|F`ewJO2-hYQky& literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/packaging/licenses/_spdx.py b/env/lib/python3.8/site-packages/packaging/licenses/_spdx.py new file mode 100644 index 000000000..eac22276a --- /dev/null +++ b/env/lib/python3.8/site-packages/packaging/licenses/_spdx.py @@ -0,0 +1,759 @@ + +from __future__ import annotations + +from typing import TypedDict + +class SPDXLicense(TypedDict): + id: str + deprecated: bool + +class SPDXException(TypedDict): + id: str + deprecated: bool + + +VERSION = '3.25.0' + +LICENSES: dict[str, SPDXLicense] = { + '0bsd': {'id': '0BSD', 'deprecated': False}, + '3d-slicer-1.0': {'id': '3D-Slicer-1.0', 'deprecated': False}, + 'aal': {'id': 'AAL', 'deprecated': False}, + 'abstyles': {'id': 'Abstyles', 'deprecated': False}, + 'adacore-doc': {'id': 'AdaCore-doc', 'deprecated': False}, + 'adobe-2006': {'id': 'Adobe-2006', 'deprecated': False}, + 'adobe-display-postscript': {'id': 'Adobe-Display-PostScript', 'deprecated': False}, + 'adobe-glyph': {'id': 'Adobe-Glyph', 'deprecated': False}, + 'adobe-utopia': {'id': 'Adobe-Utopia', 'deprecated': False}, + 'adsl': {'id': 'ADSL', 'deprecated': False}, + 'afl-1.1': {'id': 'AFL-1.1', 'deprecated': False}, + 'afl-1.2': {'id': 'AFL-1.2', 'deprecated': False}, + 'afl-2.0': {'id': 'AFL-2.0', 'deprecated': False}, + 'afl-2.1': {'id': 'AFL-2.1', 'deprecated': False}, + 'afl-3.0': {'id': 'AFL-3.0', 'deprecated': False}, + 'afmparse': {'id': 'Afmparse', 'deprecated': False}, + 'agpl-1.0': {'id': 'AGPL-1.0', 'deprecated': True}, + 'agpl-1.0-only': {'id': 'AGPL-1.0-only', 'deprecated': False}, + 'agpl-1.0-or-later': {'id': 'AGPL-1.0-or-later', 'deprecated': False}, + 'agpl-3.0': {'id': 'AGPL-3.0', 'deprecated': True}, + 'agpl-3.0-only': {'id': 'AGPL-3.0-only', 'deprecated': False}, + 'agpl-3.0-or-later': {'id': 'AGPL-3.0-or-later', 'deprecated': False}, + 'aladdin': {'id': 'Aladdin', 'deprecated': False}, + 'amd-newlib': {'id': 'AMD-newlib', 'deprecated': False}, + 'amdplpa': {'id': 'AMDPLPA', 'deprecated': False}, + 'aml': {'id': 'AML', 'deprecated': False}, + 'aml-glslang': {'id': 'AML-glslang', 'deprecated': False}, + 'ampas': {'id': 'AMPAS', 'deprecated': False}, + 'antlr-pd': {'id': 'ANTLR-PD', 'deprecated': False}, + 'antlr-pd-fallback': {'id': 'ANTLR-PD-fallback', 'deprecated': False}, + 'any-osi': {'id': 'any-OSI', 'deprecated': False}, + 'apache-1.0': {'id': 'Apache-1.0', 'deprecated': False}, + 'apache-1.1': {'id': 'Apache-1.1', 'deprecated': False}, + 'apache-2.0': {'id': 'Apache-2.0', 'deprecated': False}, + 'apafml': {'id': 'APAFML', 'deprecated': False}, + 'apl-1.0': {'id': 'APL-1.0', 'deprecated': False}, + 'app-s2p': {'id': 'App-s2p', 'deprecated': False}, + 'apsl-1.0': {'id': 'APSL-1.0', 'deprecated': False}, + 'apsl-1.1': {'id': 'APSL-1.1', 'deprecated': False}, + 'apsl-1.2': {'id': 'APSL-1.2', 'deprecated': False}, + 'apsl-2.0': {'id': 'APSL-2.0', 'deprecated': False}, + 'arphic-1999': {'id': 'Arphic-1999', 'deprecated': False}, + 'artistic-1.0': {'id': 'Artistic-1.0', 'deprecated': False}, + 'artistic-1.0-cl8': {'id': 'Artistic-1.0-cl8', 'deprecated': False}, + 'artistic-1.0-perl': {'id': 'Artistic-1.0-Perl', 'deprecated': False}, + 'artistic-2.0': {'id': 'Artistic-2.0', 'deprecated': False}, + 'aswf-digital-assets-1.0': {'id': 'ASWF-Digital-Assets-1.0', 'deprecated': False}, + 'aswf-digital-assets-1.1': {'id': 'ASWF-Digital-Assets-1.1', 'deprecated': False}, + 'baekmuk': {'id': 'Baekmuk', 'deprecated': False}, + 'bahyph': {'id': 'Bahyph', 'deprecated': False}, + 'barr': {'id': 'Barr', 'deprecated': False}, + 'bcrypt-solar-designer': {'id': 'bcrypt-Solar-Designer', 'deprecated': False}, + 'beerware': {'id': 'Beerware', 'deprecated': False}, + 'bitstream-charter': {'id': 'Bitstream-Charter', 'deprecated': False}, + 'bitstream-vera': {'id': 'Bitstream-Vera', 'deprecated': False}, + 'bittorrent-1.0': {'id': 'BitTorrent-1.0', 'deprecated': False}, + 'bittorrent-1.1': {'id': 'BitTorrent-1.1', 'deprecated': False}, + 'blessing': {'id': 'blessing', 'deprecated': False}, + 'blueoak-1.0.0': {'id': 'BlueOak-1.0.0', 'deprecated': False}, + 'boehm-gc': {'id': 'Boehm-GC', 'deprecated': False}, + 'borceux': {'id': 'Borceux', 'deprecated': False}, + 'brian-gladman-2-clause': {'id': 'Brian-Gladman-2-Clause', 'deprecated': False}, + 'brian-gladman-3-clause': {'id': 'Brian-Gladman-3-Clause', 'deprecated': False}, + 'bsd-1-clause': {'id': 'BSD-1-Clause', 'deprecated': False}, + 'bsd-2-clause': {'id': 'BSD-2-Clause', 'deprecated': False}, + 'bsd-2-clause-darwin': {'id': 'BSD-2-Clause-Darwin', 'deprecated': False}, + 'bsd-2-clause-first-lines': {'id': 'BSD-2-Clause-first-lines', 'deprecated': False}, + 'bsd-2-clause-freebsd': {'id': 'BSD-2-Clause-FreeBSD', 'deprecated': True}, + 'bsd-2-clause-netbsd': {'id': 'BSD-2-Clause-NetBSD', 'deprecated': True}, + 'bsd-2-clause-patent': {'id': 'BSD-2-Clause-Patent', 'deprecated': False}, + 'bsd-2-clause-views': {'id': 'BSD-2-Clause-Views', 'deprecated': False}, + 'bsd-3-clause': {'id': 'BSD-3-Clause', 'deprecated': False}, + 'bsd-3-clause-acpica': {'id': 'BSD-3-Clause-acpica', 'deprecated': False}, + 'bsd-3-clause-attribution': {'id': 'BSD-3-Clause-Attribution', 'deprecated': False}, + 'bsd-3-clause-clear': {'id': 'BSD-3-Clause-Clear', 'deprecated': False}, + 'bsd-3-clause-flex': {'id': 'BSD-3-Clause-flex', 'deprecated': False}, + 'bsd-3-clause-hp': {'id': 'BSD-3-Clause-HP', 'deprecated': False}, + 'bsd-3-clause-lbnl': {'id': 'BSD-3-Clause-LBNL', 'deprecated': False}, + 'bsd-3-clause-modification': {'id': 'BSD-3-Clause-Modification', 'deprecated': False}, + 'bsd-3-clause-no-military-license': {'id': 'BSD-3-Clause-No-Military-License', 'deprecated': False}, + 'bsd-3-clause-no-nuclear-license': {'id': 'BSD-3-Clause-No-Nuclear-License', 'deprecated': False}, + 'bsd-3-clause-no-nuclear-license-2014': {'id': 'BSD-3-Clause-No-Nuclear-License-2014', 'deprecated': False}, + 'bsd-3-clause-no-nuclear-warranty': {'id': 'BSD-3-Clause-No-Nuclear-Warranty', 'deprecated': False}, + 'bsd-3-clause-open-mpi': {'id': 'BSD-3-Clause-Open-MPI', 'deprecated': False}, + 'bsd-3-clause-sun': {'id': 'BSD-3-Clause-Sun', 'deprecated': False}, + 'bsd-4-clause': {'id': 'BSD-4-Clause', 'deprecated': False}, + 'bsd-4-clause-shortened': {'id': 'BSD-4-Clause-Shortened', 'deprecated': False}, + 'bsd-4-clause-uc': {'id': 'BSD-4-Clause-UC', 'deprecated': False}, + 'bsd-4.3reno': {'id': 'BSD-4.3RENO', 'deprecated': False}, + 'bsd-4.3tahoe': {'id': 'BSD-4.3TAHOE', 'deprecated': False}, + 'bsd-advertising-acknowledgement': {'id': 'BSD-Advertising-Acknowledgement', 'deprecated': False}, + 'bsd-attribution-hpnd-disclaimer': {'id': 'BSD-Attribution-HPND-disclaimer', 'deprecated': False}, + 'bsd-inferno-nettverk': {'id': 'BSD-Inferno-Nettverk', 'deprecated': False}, + 'bsd-protection': {'id': 'BSD-Protection', 'deprecated': False}, + 'bsd-source-beginning-file': {'id': 'BSD-Source-beginning-file', 'deprecated': False}, + 'bsd-source-code': {'id': 'BSD-Source-Code', 'deprecated': False}, + 'bsd-systemics': {'id': 'BSD-Systemics', 'deprecated': False}, + 'bsd-systemics-w3works': {'id': 'BSD-Systemics-W3Works', 'deprecated': False}, + 'bsl-1.0': {'id': 'BSL-1.0', 'deprecated': False}, + 'busl-1.1': {'id': 'BUSL-1.1', 'deprecated': False}, + 'bzip2-1.0.5': {'id': 'bzip2-1.0.5', 'deprecated': True}, + 'bzip2-1.0.6': {'id': 'bzip2-1.0.6', 'deprecated': False}, + 'c-uda-1.0': {'id': 'C-UDA-1.0', 'deprecated': False}, + 'cal-1.0': {'id': 'CAL-1.0', 'deprecated': False}, + 'cal-1.0-combined-work-exception': {'id': 'CAL-1.0-Combined-Work-Exception', 'deprecated': False}, + 'caldera': {'id': 'Caldera', 'deprecated': False}, + 'caldera-no-preamble': {'id': 'Caldera-no-preamble', 'deprecated': False}, + 'catharon': {'id': 'Catharon', 'deprecated': False}, + 'catosl-1.1': {'id': 'CATOSL-1.1', 'deprecated': False}, + 'cc-by-1.0': {'id': 'CC-BY-1.0', 'deprecated': False}, + 'cc-by-2.0': {'id': 'CC-BY-2.0', 'deprecated': False}, + 'cc-by-2.5': {'id': 'CC-BY-2.5', 'deprecated': False}, + 'cc-by-2.5-au': {'id': 'CC-BY-2.5-AU', 'deprecated': False}, + 'cc-by-3.0': {'id': 'CC-BY-3.0', 'deprecated': False}, + 'cc-by-3.0-at': {'id': 'CC-BY-3.0-AT', 'deprecated': False}, + 'cc-by-3.0-au': {'id': 'CC-BY-3.0-AU', 'deprecated': False}, + 'cc-by-3.0-de': {'id': 'CC-BY-3.0-DE', 'deprecated': False}, + 'cc-by-3.0-igo': {'id': 'CC-BY-3.0-IGO', 'deprecated': False}, + 'cc-by-3.0-nl': {'id': 'CC-BY-3.0-NL', 'deprecated': False}, + 'cc-by-3.0-us': {'id': 'CC-BY-3.0-US', 'deprecated': False}, + 'cc-by-4.0': {'id': 'CC-BY-4.0', 'deprecated': False}, + 'cc-by-nc-1.0': {'id': 'CC-BY-NC-1.0', 'deprecated': False}, + 'cc-by-nc-2.0': {'id': 'CC-BY-NC-2.0', 'deprecated': False}, + 'cc-by-nc-2.5': {'id': 'CC-BY-NC-2.5', 'deprecated': False}, + 'cc-by-nc-3.0': {'id': 'CC-BY-NC-3.0', 'deprecated': False}, + 'cc-by-nc-3.0-de': {'id': 'CC-BY-NC-3.0-DE', 'deprecated': False}, + 'cc-by-nc-4.0': {'id': 'CC-BY-NC-4.0', 'deprecated': False}, + 'cc-by-nc-nd-1.0': {'id': 'CC-BY-NC-ND-1.0', 'deprecated': False}, + 'cc-by-nc-nd-2.0': {'id': 'CC-BY-NC-ND-2.0', 'deprecated': False}, + 'cc-by-nc-nd-2.5': {'id': 'CC-BY-NC-ND-2.5', 'deprecated': False}, + 'cc-by-nc-nd-3.0': {'id': 'CC-BY-NC-ND-3.0', 'deprecated': False}, + 'cc-by-nc-nd-3.0-de': {'id': 'CC-BY-NC-ND-3.0-DE', 'deprecated': False}, + 'cc-by-nc-nd-3.0-igo': {'id': 'CC-BY-NC-ND-3.0-IGO', 'deprecated': False}, + 'cc-by-nc-nd-4.0': {'id': 'CC-BY-NC-ND-4.0', 'deprecated': False}, + 'cc-by-nc-sa-1.0': {'id': 'CC-BY-NC-SA-1.0', 'deprecated': False}, + 'cc-by-nc-sa-2.0': {'id': 'CC-BY-NC-SA-2.0', 'deprecated': False}, + 'cc-by-nc-sa-2.0-de': {'id': 'CC-BY-NC-SA-2.0-DE', 'deprecated': False}, + 'cc-by-nc-sa-2.0-fr': {'id': 'CC-BY-NC-SA-2.0-FR', 'deprecated': False}, + 'cc-by-nc-sa-2.0-uk': {'id': 'CC-BY-NC-SA-2.0-UK', 'deprecated': False}, + 'cc-by-nc-sa-2.5': {'id': 'CC-BY-NC-SA-2.5', 'deprecated': False}, + 'cc-by-nc-sa-3.0': {'id': 'CC-BY-NC-SA-3.0', 'deprecated': False}, + 'cc-by-nc-sa-3.0-de': {'id': 'CC-BY-NC-SA-3.0-DE', 'deprecated': False}, + 'cc-by-nc-sa-3.0-igo': {'id': 'CC-BY-NC-SA-3.0-IGO', 'deprecated': False}, + 'cc-by-nc-sa-4.0': {'id': 'CC-BY-NC-SA-4.0', 'deprecated': False}, + 'cc-by-nd-1.0': {'id': 'CC-BY-ND-1.0', 'deprecated': False}, + 'cc-by-nd-2.0': {'id': 'CC-BY-ND-2.0', 'deprecated': False}, + 'cc-by-nd-2.5': {'id': 'CC-BY-ND-2.5', 'deprecated': False}, + 'cc-by-nd-3.0': {'id': 'CC-BY-ND-3.0', 'deprecated': False}, + 'cc-by-nd-3.0-de': {'id': 'CC-BY-ND-3.0-DE', 'deprecated': False}, + 'cc-by-nd-4.0': {'id': 'CC-BY-ND-4.0', 'deprecated': False}, + 'cc-by-sa-1.0': {'id': 'CC-BY-SA-1.0', 'deprecated': False}, + 'cc-by-sa-2.0': {'id': 'CC-BY-SA-2.0', 'deprecated': False}, + 'cc-by-sa-2.0-uk': {'id': 'CC-BY-SA-2.0-UK', 'deprecated': False}, + 'cc-by-sa-2.1-jp': {'id': 'CC-BY-SA-2.1-JP', 'deprecated': False}, + 'cc-by-sa-2.5': {'id': 'CC-BY-SA-2.5', 'deprecated': False}, + 'cc-by-sa-3.0': {'id': 'CC-BY-SA-3.0', 'deprecated': False}, + 'cc-by-sa-3.0-at': {'id': 'CC-BY-SA-3.0-AT', 'deprecated': False}, + 'cc-by-sa-3.0-de': {'id': 'CC-BY-SA-3.0-DE', 'deprecated': False}, + 'cc-by-sa-3.0-igo': {'id': 'CC-BY-SA-3.0-IGO', 'deprecated': False}, + 'cc-by-sa-4.0': {'id': 'CC-BY-SA-4.0', 'deprecated': False}, + 'cc-pddc': {'id': 'CC-PDDC', 'deprecated': False}, + 'cc0-1.0': {'id': 'CC0-1.0', 'deprecated': False}, + 'cddl-1.0': {'id': 'CDDL-1.0', 'deprecated': False}, + 'cddl-1.1': {'id': 'CDDL-1.1', 'deprecated': False}, + 'cdl-1.0': {'id': 'CDL-1.0', 'deprecated': False}, + 'cdla-permissive-1.0': {'id': 'CDLA-Permissive-1.0', 'deprecated': False}, + 'cdla-permissive-2.0': {'id': 'CDLA-Permissive-2.0', 'deprecated': False}, + 'cdla-sharing-1.0': {'id': 'CDLA-Sharing-1.0', 'deprecated': False}, + 'cecill-1.0': {'id': 'CECILL-1.0', 'deprecated': False}, + 'cecill-1.1': {'id': 'CECILL-1.1', 'deprecated': False}, + 'cecill-2.0': {'id': 'CECILL-2.0', 'deprecated': False}, + 'cecill-2.1': {'id': 'CECILL-2.1', 'deprecated': False}, + 'cecill-b': {'id': 'CECILL-B', 'deprecated': False}, + 'cecill-c': {'id': 'CECILL-C', 'deprecated': False}, + 'cern-ohl-1.1': {'id': 'CERN-OHL-1.1', 'deprecated': False}, + 'cern-ohl-1.2': {'id': 'CERN-OHL-1.2', 'deprecated': False}, + 'cern-ohl-p-2.0': {'id': 'CERN-OHL-P-2.0', 'deprecated': False}, + 'cern-ohl-s-2.0': {'id': 'CERN-OHL-S-2.0', 'deprecated': False}, + 'cern-ohl-w-2.0': {'id': 'CERN-OHL-W-2.0', 'deprecated': False}, + 'cfitsio': {'id': 'CFITSIO', 'deprecated': False}, + 'check-cvs': {'id': 'check-cvs', 'deprecated': False}, + 'checkmk': {'id': 'checkmk', 'deprecated': False}, + 'clartistic': {'id': 'ClArtistic', 'deprecated': False}, + 'clips': {'id': 'Clips', 'deprecated': False}, + 'cmu-mach': {'id': 'CMU-Mach', 'deprecated': False}, + 'cmu-mach-nodoc': {'id': 'CMU-Mach-nodoc', 'deprecated': False}, + 'cnri-jython': {'id': 'CNRI-Jython', 'deprecated': False}, + 'cnri-python': {'id': 'CNRI-Python', 'deprecated': False}, + 'cnri-python-gpl-compatible': {'id': 'CNRI-Python-GPL-Compatible', 'deprecated': False}, + 'coil-1.0': {'id': 'COIL-1.0', 'deprecated': False}, + 'community-spec-1.0': {'id': 'Community-Spec-1.0', 'deprecated': False}, + 'condor-1.1': {'id': 'Condor-1.1', 'deprecated': False}, + 'copyleft-next-0.3.0': {'id': 'copyleft-next-0.3.0', 'deprecated': False}, + 'copyleft-next-0.3.1': {'id': 'copyleft-next-0.3.1', 'deprecated': False}, + 'cornell-lossless-jpeg': {'id': 'Cornell-Lossless-JPEG', 'deprecated': False}, + 'cpal-1.0': {'id': 'CPAL-1.0', 'deprecated': False}, + 'cpl-1.0': {'id': 'CPL-1.0', 'deprecated': False}, + 'cpol-1.02': {'id': 'CPOL-1.02', 'deprecated': False}, + 'cronyx': {'id': 'Cronyx', 'deprecated': False}, + 'crossword': {'id': 'Crossword', 'deprecated': False}, + 'crystalstacker': {'id': 'CrystalStacker', 'deprecated': False}, + 'cua-opl-1.0': {'id': 'CUA-OPL-1.0', 'deprecated': False}, + 'cube': {'id': 'Cube', 'deprecated': False}, + 'curl': {'id': 'curl', 'deprecated': False}, + 'cve-tou': {'id': 'cve-tou', 'deprecated': False}, + 'd-fsl-1.0': {'id': 'D-FSL-1.0', 'deprecated': False}, + 'dec-3-clause': {'id': 'DEC-3-Clause', 'deprecated': False}, + 'diffmark': {'id': 'diffmark', 'deprecated': False}, + 'dl-de-by-2.0': {'id': 'DL-DE-BY-2.0', 'deprecated': False}, + 'dl-de-zero-2.0': {'id': 'DL-DE-ZERO-2.0', 'deprecated': False}, + 'doc': {'id': 'DOC', 'deprecated': False}, + 'docbook-schema': {'id': 'DocBook-Schema', 'deprecated': False}, + 'docbook-xml': {'id': 'DocBook-XML', 'deprecated': False}, + 'dotseqn': {'id': 'Dotseqn', 'deprecated': False}, + 'drl-1.0': {'id': 'DRL-1.0', 'deprecated': False}, + 'drl-1.1': {'id': 'DRL-1.1', 'deprecated': False}, + 'dsdp': {'id': 'DSDP', 'deprecated': False}, + 'dtoa': {'id': 'dtoa', 'deprecated': False}, + 'dvipdfm': {'id': 'dvipdfm', 'deprecated': False}, + 'ecl-1.0': {'id': 'ECL-1.0', 'deprecated': False}, + 'ecl-2.0': {'id': 'ECL-2.0', 'deprecated': False}, + 'ecos-2.0': {'id': 'eCos-2.0', 'deprecated': True}, + 'efl-1.0': {'id': 'EFL-1.0', 'deprecated': False}, + 'efl-2.0': {'id': 'EFL-2.0', 'deprecated': False}, + 'egenix': {'id': 'eGenix', 'deprecated': False}, + 'elastic-2.0': {'id': 'Elastic-2.0', 'deprecated': False}, + 'entessa': {'id': 'Entessa', 'deprecated': False}, + 'epics': {'id': 'EPICS', 'deprecated': False}, + 'epl-1.0': {'id': 'EPL-1.0', 'deprecated': False}, + 'epl-2.0': {'id': 'EPL-2.0', 'deprecated': False}, + 'erlpl-1.1': {'id': 'ErlPL-1.1', 'deprecated': False}, + 'etalab-2.0': {'id': 'etalab-2.0', 'deprecated': False}, + 'eudatagrid': {'id': 'EUDatagrid', 'deprecated': False}, + 'eupl-1.0': {'id': 'EUPL-1.0', 'deprecated': False}, + 'eupl-1.1': {'id': 'EUPL-1.1', 'deprecated': False}, + 'eupl-1.2': {'id': 'EUPL-1.2', 'deprecated': False}, + 'eurosym': {'id': 'Eurosym', 'deprecated': False}, + 'fair': {'id': 'Fair', 'deprecated': False}, + 'fbm': {'id': 'FBM', 'deprecated': False}, + 'fdk-aac': {'id': 'FDK-AAC', 'deprecated': False}, + 'ferguson-twofish': {'id': 'Ferguson-Twofish', 'deprecated': False}, + 'frameworx-1.0': {'id': 'Frameworx-1.0', 'deprecated': False}, + 'freebsd-doc': {'id': 'FreeBSD-DOC', 'deprecated': False}, + 'freeimage': {'id': 'FreeImage', 'deprecated': False}, + 'fsfap': {'id': 'FSFAP', 'deprecated': False}, + 'fsfap-no-warranty-disclaimer': {'id': 'FSFAP-no-warranty-disclaimer', 'deprecated': False}, + 'fsful': {'id': 'FSFUL', 'deprecated': False}, + 'fsfullr': {'id': 'FSFULLR', 'deprecated': False}, + 'fsfullrwd': {'id': 'FSFULLRWD', 'deprecated': False}, + 'ftl': {'id': 'FTL', 'deprecated': False}, + 'furuseth': {'id': 'Furuseth', 'deprecated': False}, + 'fwlw': {'id': 'fwlw', 'deprecated': False}, + 'gcr-docs': {'id': 'GCR-docs', 'deprecated': False}, + 'gd': {'id': 'GD', 'deprecated': False}, + 'gfdl-1.1': {'id': 'GFDL-1.1', 'deprecated': True}, + 'gfdl-1.1-invariants-only': {'id': 'GFDL-1.1-invariants-only', 'deprecated': False}, + 'gfdl-1.1-invariants-or-later': {'id': 'GFDL-1.1-invariants-or-later', 'deprecated': False}, + 'gfdl-1.1-no-invariants-only': {'id': 'GFDL-1.1-no-invariants-only', 'deprecated': False}, + 'gfdl-1.1-no-invariants-or-later': {'id': 'GFDL-1.1-no-invariants-or-later', 'deprecated': False}, + 'gfdl-1.1-only': {'id': 'GFDL-1.1-only', 'deprecated': False}, + 'gfdl-1.1-or-later': {'id': 'GFDL-1.1-or-later', 'deprecated': False}, + 'gfdl-1.2': {'id': 'GFDL-1.2', 'deprecated': True}, + 'gfdl-1.2-invariants-only': {'id': 'GFDL-1.2-invariants-only', 'deprecated': False}, + 'gfdl-1.2-invariants-or-later': {'id': 'GFDL-1.2-invariants-or-later', 'deprecated': False}, + 'gfdl-1.2-no-invariants-only': {'id': 'GFDL-1.2-no-invariants-only', 'deprecated': False}, + 'gfdl-1.2-no-invariants-or-later': {'id': 'GFDL-1.2-no-invariants-or-later', 'deprecated': False}, + 'gfdl-1.2-only': {'id': 'GFDL-1.2-only', 'deprecated': False}, + 'gfdl-1.2-or-later': {'id': 'GFDL-1.2-or-later', 'deprecated': False}, + 'gfdl-1.3': {'id': 'GFDL-1.3', 'deprecated': True}, + 'gfdl-1.3-invariants-only': {'id': 'GFDL-1.3-invariants-only', 'deprecated': False}, + 'gfdl-1.3-invariants-or-later': {'id': 'GFDL-1.3-invariants-or-later', 'deprecated': False}, + 'gfdl-1.3-no-invariants-only': {'id': 'GFDL-1.3-no-invariants-only', 'deprecated': False}, + 'gfdl-1.3-no-invariants-or-later': {'id': 'GFDL-1.3-no-invariants-or-later', 'deprecated': False}, + 'gfdl-1.3-only': {'id': 'GFDL-1.3-only', 'deprecated': False}, + 'gfdl-1.3-or-later': {'id': 'GFDL-1.3-or-later', 'deprecated': False}, + 'giftware': {'id': 'Giftware', 'deprecated': False}, + 'gl2ps': {'id': 'GL2PS', 'deprecated': False}, + 'glide': {'id': 'Glide', 'deprecated': False}, + 'glulxe': {'id': 'Glulxe', 'deprecated': False}, + 'glwtpl': {'id': 'GLWTPL', 'deprecated': False}, + 'gnuplot': {'id': 'gnuplot', 'deprecated': False}, + 'gpl-1.0': {'id': 'GPL-1.0', 'deprecated': True}, + 'gpl-1.0+': {'id': 'GPL-1.0+', 'deprecated': True}, + 'gpl-1.0-only': {'id': 'GPL-1.0-only', 'deprecated': False}, + 'gpl-1.0-or-later': {'id': 'GPL-1.0-or-later', 'deprecated': False}, + 'gpl-2.0': {'id': 'GPL-2.0', 'deprecated': True}, + 'gpl-2.0+': {'id': 'GPL-2.0+', 'deprecated': True}, + 'gpl-2.0-only': {'id': 'GPL-2.0-only', 'deprecated': False}, + 'gpl-2.0-or-later': {'id': 'GPL-2.0-or-later', 'deprecated': False}, + 'gpl-2.0-with-autoconf-exception': {'id': 'GPL-2.0-with-autoconf-exception', 'deprecated': True}, + 'gpl-2.0-with-bison-exception': {'id': 'GPL-2.0-with-bison-exception', 'deprecated': True}, + 'gpl-2.0-with-classpath-exception': {'id': 'GPL-2.0-with-classpath-exception', 'deprecated': True}, + 'gpl-2.0-with-font-exception': {'id': 'GPL-2.0-with-font-exception', 'deprecated': True}, + 'gpl-2.0-with-gcc-exception': {'id': 'GPL-2.0-with-GCC-exception', 'deprecated': True}, + 'gpl-3.0': {'id': 'GPL-3.0', 'deprecated': True}, + 'gpl-3.0+': {'id': 'GPL-3.0+', 'deprecated': True}, + 'gpl-3.0-only': {'id': 'GPL-3.0-only', 'deprecated': False}, + 'gpl-3.0-or-later': {'id': 'GPL-3.0-or-later', 'deprecated': False}, + 'gpl-3.0-with-autoconf-exception': {'id': 'GPL-3.0-with-autoconf-exception', 'deprecated': True}, + 'gpl-3.0-with-gcc-exception': {'id': 'GPL-3.0-with-GCC-exception', 'deprecated': True}, + 'graphics-gems': {'id': 'Graphics-Gems', 'deprecated': False}, + 'gsoap-1.3b': {'id': 'gSOAP-1.3b', 'deprecated': False}, + 'gtkbook': {'id': 'gtkbook', 'deprecated': False}, + 'gutmann': {'id': 'Gutmann', 'deprecated': False}, + 'haskellreport': {'id': 'HaskellReport', 'deprecated': False}, + 'hdparm': {'id': 'hdparm', 'deprecated': False}, + 'hidapi': {'id': 'HIDAPI', 'deprecated': False}, + 'hippocratic-2.1': {'id': 'Hippocratic-2.1', 'deprecated': False}, + 'hp-1986': {'id': 'HP-1986', 'deprecated': False}, + 'hp-1989': {'id': 'HP-1989', 'deprecated': False}, + 'hpnd': {'id': 'HPND', 'deprecated': False}, + 'hpnd-dec': {'id': 'HPND-DEC', 'deprecated': False}, + 'hpnd-doc': {'id': 'HPND-doc', 'deprecated': False}, + 'hpnd-doc-sell': {'id': 'HPND-doc-sell', 'deprecated': False}, + 'hpnd-export-us': {'id': 'HPND-export-US', 'deprecated': False}, + 'hpnd-export-us-acknowledgement': {'id': 'HPND-export-US-acknowledgement', 'deprecated': False}, + 'hpnd-export-us-modify': {'id': 'HPND-export-US-modify', 'deprecated': False}, + 'hpnd-export2-us': {'id': 'HPND-export2-US', 'deprecated': False}, + 'hpnd-fenneberg-livingston': {'id': 'HPND-Fenneberg-Livingston', 'deprecated': False}, + 'hpnd-inria-imag': {'id': 'HPND-INRIA-IMAG', 'deprecated': False}, + 'hpnd-intel': {'id': 'HPND-Intel', 'deprecated': False}, + 'hpnd-kevlin-henney': {'id': 'HPND-Kevlin-Henney', 'deprecated': False}, + 'hpnd-markus-kuhn': {'id': 'HPND-Markus-Kuhn', 'deprecated': False}, + 'hpnd-merchantability-variant': {'id': 'HPND-merchantability-variant', 'deprecated': False}, + 'hpnd-mit-disclaimer': {'id': 'HPND-MIT-disclaimer', 'deprecated': False}, + 'hpnd-netrek': {'id': 'HPND-Netrek', 'deprecated': False}, + 'hpnd-pbmplus': {'id': 'HPND-Pbmplus', 'deprecated': False}, + 'hpnd-sell-mit-disclaimer-xserver': {'id': 'HPND-sell-MIT-disclaimer-xserver', 'deprecated': False}, + 'hpnd-sell-regexpr': {'id': 'HPND-sell-regexpr', 'deprecated': False}, + 'hpnd-sell-variant': {'id': 'HPND-sell-variant', 'deprecated': False}, + 'hpnd-sell-variant-mit-disclaimer': {'id': 'HPND-sell-variant-MIT-disclaimer', 'deprecated': False}, + 'hpnd-sell-variant-mit-disclaimer-rev': {'id': 'HPND-sell-variant-MIT-disclaimer-rev', 'deprecated': False}, + 'hpnd-uc': {'id': 'HPND-UC', 'deprecated': False}, + 'hpnd-uc-export-us': {'id': 'HPND-UC-export-US', 'deprecated': False}, + 'htmltidy': {'id': 'HTMLTIDY', 'deprecated': False}, + 'ibm-pibs': {'id': 'IBM-pibs', 'deprecated': False}, + 'icu': {'id': 'ICU', 'deprecated': False}, + 'iec-code-components-eula': {'id': 'IEC-Code-Components-EULA', 'deprecated': False}, + 'ijg': {'id': 'IJG', 'deprecated': False}, + 'ijg-short': {'id': 'IJG-short', 'deprecated': False}, + 'imagemagick': {'id': 'ImageMagick', 'deprecated': False}, + 'imatix': {'id': 'iMatix', 'deprecated': False}, + 'imlib2': {'id': 'Imlib2', 'deprecated': False}, + 'info-zip': {'id': 'Info-ZIP', 'deprecated': False}, + 'inner-net-2.0': {'id': 'Inner-Net-2.0', 'deprecated': False}, + 'intel': {'id': 'Intel', 'deprecated': False}, + 'intel-acpi': {'id': 'Intel-ACPI', 'deprecated': False}, + 'interbase-1.0': {'id': 'Interbase-1.0', 'deprecated': False}, + 'ipa': {'id': 'IPA', 'deprecated': False}, + 'ipl-1.0': {'id': 'IPL-1.0', 'deprecated': False}, + 'isc': {'id': 'ISC', 'deprecated': False}, + 'isc-veillard': {'id': 'ISC-Veillard', 'deprecated': False}, + 'jam': {'id': 'Jam', 'deprecated': False}, + 'jasper-2.0': {'id': 'JasPer-2.0', 'deprecated': False}, + 'jpl-image': {'id': 'JPL-image', 'deprecated': False}, + 'jpnic': {'id': 'JPNIC', 'deprecated': False}, + 'json': {'id': 'JSON', 'deprecated': False}, + 'kastrup': {'id': 'Kastrup', 'deprecated': False}, + 'kazlib': {'id': 'Kazlib', 'deprecated': False}, + 'knuth-ctan': {'id': 'Knuth-CTAN', 'deprecated': False}, + 'lal-1.2': {'id': 'LAL-1.2', 'deprecated': False}, + 'lal-1.3': {'id': 'LAL-1.3', 'deprecated': False}, + 'latex2e': {'id': 'Latex2e', 'deprecated': False}, + 'latex2e-translated-notice': {'id': 'Latex2e-translated-notice', 'deprecated': False}, + 'leptonica': {'id': 'Leptonica', 'deprecated': False}, + 'lgpl-2.0': {'id': 'LGPL-2.0', 'deprecated': True}, + 'lgpl-2.0+': {'id': 'LGPL-2.0+', 'deprecated': True}, + 'lgpl-2.0-only': {'id': 'LGPL-2.0-only', 'deprecated': False}, + 'lgpl-2.0-or-later': {'id': 'LGPL-2.0-or-later', 'deprecated': False}, + 'lgpl-2.1': {'id': 'LGPL-2.1', 'deprecated': True}, + 'lgpl-2.1+': {'id': 'LGPL-2.1+', 'deprecated': True}, + 'lgpl-2.1-only': {'id': 'LGPL-2.1-only', 'deprecated': False}, + 'lgpl-2.1-or-later': {'id': 'LGPL-2.1-or-later', 'deprecated': False}, + 'lgpl-3.0': {'id': 'LGPL-3.0', 'deprecated': True}, + 'lgpl-3.0+': {'id': 'LGPL-3.0+', 'deprecated': True}, + 'lgpl-3.0-only': {'id': 'LGPL-3.0-only', 'deprecated': False}, + 'lgpl-3.0-or-later': {'id': 'LGPL-3.0-or-later', 'deprecated': False}, + 'lgpllr': {'id': 'LGPLLR', 'deprecated': False}, + 'libpng': {'id': 'Libpng', 'deprecated': False}, + 'libpng-2.0': {'id': 'libpng-2.0', 'deprecated': False}, + 'libselinux-1.0': {'id': 'libselinux-1.0', 'deprecated': False}, + 'libtiff': {'id': 'libtiff', 'deprecated': False}, + 'libutil-david-nugent': {'id': 'libutil-David-Nugent', 'deprecated': False}, + 'liliq-p-1.1': {'id': 'LiLiQ-P-1.1', 'deprecated': False}, + 'liliq-r-1.1': {'id': 'LiLiQ-R-1.1', 'deprecated': False}, + 'liliq-rplus-1.1': {'id': 'LiLiQ-Rplus-1.1', 'deprecated': False}, + 'linux-man-pages-1-para': {'id': 'Linux-man-pages-1-para', 'deprecated': False}, + 'linux-man-pages-copyleft': {'id': 'Linux-man-pages-copyleft', 'deprecated': False}, + 'linux-man-pages-copyleft-2-para': {'id': 'Linux-man-pages-copyleft-2-para', 'deprecated': False}, + 'linux-man-pages-copyleft-var': {'id': 'Linux-man-pages-copyleft-var', 'deprecated': False}, + 'linux-openib': {'id': 'Linux-OpenIB', 'deprecated': False}, + 'loop': {'id': 'LOOP', 'deprecated': False}, + 'lpd-document': {'id': 'LPD-document', 'deprecated': False}, + 'lpl-1.0': {'id': 'LPL-1.0', 'deprecated': False}, + 'lpl-1.02': {'id': 'LPL-1.02', 'deprecated': False}, + 'lppl-1.0': {'id': 'LPPL-1.0', 'deprecated': False}, + 'lppl-1.1': {'id': 'LPPL-1.1', 'deprecated': False}, + 'lppl-1.2': {'id': 'LPPL-1.2', 'deprecated': False}, + 'lppl-1.3a': {'id': 'LPPL-1.3a', 'deprecated': False}, + 'lppl-1.3c': {'id': 'LPPL-1.3c', 'deprecated': False}, + 'lsof': {'id': 'lsof', 'deprecated': False}, + 'lucida-bitmap-fonts': {'id': 'Lucida-Bitmap-Fonts', 'deprecated': False}, + 'lzma-sdk-9.11-to-9.20': {'id': 'LZMA-SDK-9.11-to-9.20', 'deprecated': False}, + 'lzma-sdk-9.22': {'id': 'LZMA-SDK-9.22', 'deprecated': False}, + 'mackerras-3-clause': {'id': 'Mackerras-3-Clause', 'deprecated': False}, + 'mackerras-3-clause-acknowledgment': {'id': 'Mackerras-3-Clause-acknowledgment', 'deprecated': False}, + 'magaz': {'id': 'magaz', 'deprecated': False}, + 'mailprio': {'id': 'mailprio', 'deprecated': False}, + 'makeindex': {'id': 'MakeIndex', 'deprecated': False}, + 'martin-birgmeier': {'id': 'Martin-Birgmeier', 'deprecated': False}, + 'mcphee-slideshow': {'id': 'McPhee-slideshow', 'deprecated': False}, + 'metamail': {'id': 'metamail', 'deprecated': False}, + 'minpack': {'id': 'Minpack', 'deprecated': False}, + 'miros': {'id': 'MirOS', 'deprecated': False}, + 'mit': {'id': 'MIT', 'deprecated': False}, + 'mit-0': {'id': 'MIT-0', 'deprecated': False}, + 'mit-advertising': {'id': 'MIT-advertising', 'deprecated': False}, + 'mit-cmu': {'id': 'MIT-CMU', 'deprecated': False}, + 'mit-enna': {'id': 'MIT-enna', 'deprecated': False}, + 'mit-feh': {'id': 'MIT-feh', 'deprecated': False}, + 'mit-festival': {'id': 'MIT-Festival', 'deprecated': False}, + 'mit-khronos-old': {'id': 'MIT-Khronos-old', 'deprecated': False}, + 'mit-modern-variant': {'id': 'MIT-Modern-Variant', 'deprecated': False}, + 'mit-open-group': {'id': 'MIT-open-group', 'deprecated': False}, + 'mit-testregex': {'id': 'MIT-testregex', 'deprecated': False}, + 'mit-wu': {'id': 'MIT-Wu', 'deprecated': False}, + 'mitnfa': {'id': 'MITNFA', 'deprecated': False}, + 'mmixware': {'id': 'MMIXware', 'deprecated': False}, + 'motosoto': {'id': 'Motosoto', 'deprecated': False}, + 'mpeg-ssg': {'id': 'MPEG-SSG', 'deprecated': False}, + 'mpi-permissive': {'id': 'mpi-permissive', 'deprecated': False}, + 'mpich2': {'id': 'mpich2', 'deprecated': False}, + 'mpl-1.0': {'id': 'MPL-1.0', 'deprecated': False}, + 'mpl-1.1': {'id': 'MPL-1.1', 'deprecated': False}, + 'mpl-2.0': {'id': 'MPL-2.0', 'deprecated': False}, + 'mpl-2.0-no-copyleft-exception': {'id': 'MPL-2.0-no-copyleft-exception', 'deprecated': False}, + 'mplus': {'id': 'mplus', 'deprecated': False}, + 'ms-lpl': {'id': 'MS-LPL', 'deprecated': False}, + 'ms-pl': {'id': 'MS-PL', 'deprecated': False}, + 'ms-rl': {'id': 'MS-RL', 'deprecated': False}, + 'mtll': {'id': 'MTLL', 'deprecated': False}, + 'mulanpsl-1.0': {'id': 'MulanPSL-1.0', 'deprecated': False}, + 'mulanpsl-2.0': {'id': 'MulanPSL-2.0', 'deprecated': False}, + 'multics': {'id': 'Multics', 'deprecated': False}, + 'mup': {'id': 'Mup', 'deprecated': False}, + 'naist-2003': {'id': 'NAIST-2003', 'deprecated': False}, + 'nasa-1.3': {'id': 'NASA-1.3', 'deprecated': False}, + 'naumen': {'id': 'Naumen', 'deprecated': False}, + 'nbpl-1.0': {'id': 'NBPL-1.0', 'deprecated': False}, + 'ncbi-pd': {'id': 'NCBI-PD', 'deprecated': False}, + 'ncgl-uk-2.0': {'id': 'NCGL-UK-2.0', 'deprecated': False}, + 'ncl': {'id': 'NCL', 'deprecated': False}, + 'ncsa': {'id': 'NCSA', 'deprecated': False}, + 'net-snmp': {'id': 'Net-SNMP', 'deprecated': True}, + 'netcdf': {'id': 'NetCDF', 'deprecated': False}, + 'newsletr': {'id': 'Newsletr', 'deprecated': False}, + 'ngpl': {'id': 'NGPL', 'deprecated': False}, + 'nicta-1.0': {'id': 'NICTA-1.0', 'deprecated': False}, + 'nist-pd': {'id': 'NIST-PD', 'deprecated': False}, + 'nist-pd-fallback': {'id': 'NIST-PD-fallback', 'deprecated': False}, + 'nist-software': {'id': 'NIST-Software', 'deprecated': False}, + 'nlod-1.0': {'id': 'NLOD-1.0', 'deprecated': False}, + 'nlod-2.0': {'id': 'NLOD-2.0', 'deprecated': False}, + 'nlpl': {'id': 'NLPL', 'deprecated': False}, + 'nokia': {'id': 'Nokia', 'deprecated': False}, + 'nosl': {'id': 'NOSL', 'deprecated': False}, + 'noweb': {'id': 'Noweb', 'deprecated': False}, + 'npl-1.0': {'id': 'NPL-1.0', 'deprecated': False}, + 'npl-1.1': {'id': 'NPL-1.1', 'deprecated': False}, + 'nposl-3.0': {'id': 'NPOSL-3.0', 'deprecated': False}, + 'nrl': {'id': 'NRL', 'deprecated': False}, + 'ntp': {'id': 'NTP', 'deprecated': False}, + 'ntp-0': {'id': 'NTP-0', 'deprecated': False}, + 'nunit': {'id': 'Nunit', 'deprecated': True}, + 'o-uda-1.0': {'id': 'O-UDA-1.0', 'deprecated': False}, + 'oar': {'id': 'OAR', 'deprecated': False}, + 'occt-pl': {'id': 'OCCT-PL', 'deprecated': False}, + 'oclc-2.0': {'id': 'OCLC-2.0', 'deprecated': False}, + 'odbl-1.0': {'id': 'ODbL-1.0', 'deprecated': False}, + 'odc-by-1.0': {'id': 'ODC-By-1.0', 'deprecated': False}, + 'offis': {'id': 'OFFIS', 'deprecated': False}, + 'ofl-1.0': {'id': 'OFL-1.0', 'deprecated': False}, + 'ofl-1.0-no-rfn': {'id': 'OFL-1.0-no-RFN', 'deprecated': False}, + 'ofl-1.0-rfn': {'id': 'OFL-1.0-RFN', 'deprecated': False}, + 'ofl-1.1': {'id': 'OFL-1.1', 'deprecated': False}, + 'ofl-1.1-no-rfn': {'id': 'OFL-1.1-no-RFN', 'deprecated': False}, + 'ofl-1.1-rfn': {'id': 'OFL-1.1-RFN', 'deprecated': False}, + 'ogc-1.0': {'id': 'OGC-1.0', 'deprecated': False}, + 'ogdl-taiwan-1.0': {'id': 'OGDL-Taiwan-1.0', 'deprecated': False}, + 'ogl-canada-2.0': {'id': 'OGL-Canada-2.0', 'deprecated': False}, + 'ogl-uk-1.0': {'id': 'OGL-UK-1.0', 'deprecated': False}, + 'ogl-uk-2.0': {'id': 'OGL-UK-2.0', 'deprecated': False}, + 'ogl-uk-3.0': {'id': 'OGL-UK-3.0', 'deprecated': False}, + 'ogtsl': {'id': 'OGTSL', 'deprecated': False}, + 'oldap-1.1': {'id': 'OLDAP-1.1', 'deprecated': False}, + 'oldap-1.2': {'id': 'OLDAP-1.2', 'deprecated': False}, + 'oldap-1.3': {'id': 'OLDAP-1.3', 'deprecated': False}, + 'oldap-1.4': {'id': 'OLDAP-1.4', 'deprecated': False}, + 'oldap-2.0': {'id': 'OLDAP-2.0', 'deprecated': False}, + 'oldap-2.0.1': {'id': 'OLDAP-2.0.1', 'deprecated': False}, + 'oldap-2.1': {'id': 'OLDAP-2.1', 'deprecated': False}, + 'oldap-2.2': {'id': 'OLDAP-2.2', 'deprecated': False}, + 'oldap-2.2.1': {'id': 'OLDAP-2.2.1', 'deprecated': False}, + 'oldap-2.2.2': {'id': 'OLDAP-2.2.2', 'deprecated': False}, + 'oldap-2.3': {'id': 'OLDAP-2.3', 'deprecated': False}, + 'oldap-2.4': {'id': 'OLDAP-2.4', 'deprecated': False}, + 'oldap-2.5': {'id': 'OLDAP-2.5', 'deprecated': False}, + 'oldap-2.6': {'id': 'OLDAP-2.6', 'deprecated': False}, + 'oldap-2.7': {'id': 'OLDAP-2.7', 'deprecated': False}, + 'oldap-2.8': {'id': 'OLDAP-2.8', 'deprecated': False}, + 'olfl-1.3': {'id': 'OLFL-1.3', 'deprecated': False}, + 'oml': {'id': 'OML', 'deprecated': False}, + 'openpbs-2.3': {'id': 'OpenPBS-2.3', 'deprecated': False}, + 'openssl': {'id': 'OpenSSL', 'deprecated': False}, + 'openssl-standalone': {'id': 'OpenSSL-standalone', 'deprecated': False}, + 'openvision': {'id': 'OpenVision', 'deprecated': False}, + 'opl-1.0': {'id': 'OPL-1.0', 'deprecated': False}, + 'opl-uk-3.0': {'id': 'OPL-UK-3.0', 'deprecated': False}, + 'opubl-1.0': {'id': 'OPUBL-1.0', 'deprecated': False}, + 'oset-pl-2.1': {'id': 'OSET-PL-2.1', 'deprecated': False}, + 'osl-1.0': {'id': 'OSL-1.0', 'deprecated': False}, + 'osl-1.1': {'id': 'OSL-1.1', 'deprecated': False}, + 'osl-2.0': {'id': 'OSL-2.0', 'deprecated': False}, + 'osl-2.1': {'id': 'OSL-2.1', 'deprecated': False}, + 'osl-3.0': {'id': 'OSL-3.0', 'deprecated': False}, + 'padl': {'id': 'PADL', 'deprecated': False}, + 'parity-6.0.0': {'id': 'Parity-6.0.0', 'deprecated': False}, + 'parity-7.0.0': {'id': 'Parity-7.0.0', 'deprecated': False}, + 'pddl-1.0': {'id': 'PDDL-1.0', 'deprecated': False}, + 'php-3.0': {'id': 'PHP-3.0', 'deprecated': False}, + 'php-3.01': {'id': 'PHP-3.01', 'deprecated': False}, + 'pixar': {'id': 'Pixar', 'deprecated': False}, + 'pkgconf': {'id': 'pkgconf', 'deprecated': False}, + 'plexus': {'id': 'Plexus', 'deprecated': False}, + 'pnmstitch': {'id': 'pnmstitch', 'deprecated': False}, + 'polyform-noncommercial-1.0.0': {'id': 'PolyForm-Noncommercial-1.0.0', 'deprecated': False}, + 'polyform-small-business-1.0.0': {'id': 'PolyForm-Small-Business-1.0.0', 'deprecated': False}, + 'postgresql': {'id': 'PostgreSQL', 'deprecated': False}, + 'ppl': {'id': 'PPL', 'deprecated': False}, + 'psf-2.0': {'id': 'PSF-2.0', 'deprecated': False}, + 'psfrag': {'id': 'psfrag', 'deprecated': False}, + 'psutils': {'id': 'psutils', 'deprecated': False}, + 'python-2.0': {'id': 'Python-2.0', 'deprecated': False}, + 'python-2.0.1': {'id': 'Python-2.0.1', 'deprecated': False}, + 'python-ldap': {'id': 'python-ldap', 'deprecated': False}, + 'qhull': {'id': 'Qhull', 'deprecated': False}, + 'qpl-1.0': {'id': 'QPL-1.0', 'deprecated': False}, + 'qpl-1.0-inria-2004': {'id': 'QPL-1.0-INRIA-2004', 'deprecated': False}, + 'radvd': {'id': 'radvd', 'deprecated': False}, + 'rdisc': {'id': 'Rdisc', 'deprecated': False}, + 'rhecos-1.1': {'id': 'RHeCos-1.1', 'deprecated': False}, + 'rpl-1.1': {'id': 'RPL-1.1', 'deprecated': False}, + 'rpl-1.5': {'id': 'RPL-1.5', 'deprecated': False}, + 'rpsl-1.0': {'id': 'RPSL-1.0', 'deprecated': False}, + 'rsa-md': {'id': 'RSA-MD', 'deprecated': False}, + 'rscpl': {'id': 'RSCPL', 'deprecated': False}, + 'ruby': {'id': 'Ruby', 'deprecated': False}, + 'ruby-pty': {'id': 'Ruby-pty', 'deprecated': False}, + 'sax-pd': {'id': 'SAX-PD', 'deprecated': False}, + 'sax-pd-2.0': {'id': 'SAX-PD-2.0', 'deprecated': False}, + 'saxpath': {'id': 'Saxpath', 'deprecated': False}, + 'scea': {'id': 'SCEA', 'deprecated': False}, + 'schemereport': {'id': 'SchemeReport', 'deprecated': False}, + 'sendmail': {'id': 'Sendmail', 'deprecated': False}, + 'sendmail-8.23': {'id': 'Sendmail-8.23', 'deprecated': False}, + 'sgi-b-1.0': {'id': 'SGI-B-1.0', 'deprecated': False}, + 'sgi-b-1.1': {'id': 'SGI-B-1.1', 'deprecated': False}, + 'sgi-b-2.0': {'id': 'SGI-B-2.0', 'deprecated': False}, + 'sgi-opengl': {'id': 'SGI-OpenGL', 'deprecated': False}, + 'sgp4': {'id': 'SGP4', 'deprecated': False}, + 'shl-0.5': {'id': 'SHL-0.5', 'deprecated': False}, + 'shl-0.51': {'id': 'SHL-0.51', 'deprecated': False}, + 'simpl-2.0': {'id': 'SimPL-2.0', 'deprecated': False}, + 'sissl': {'id': 'SISSL', 'deprecated': False}, + 'sissl-1.2': {'id': 'SISSL-1.2', 'deprecated': False}, + 'sl': {'id': 'SL', 'deprecated': False}, + 'sleepycat': {'id': 'Sleepycat', 'deprecated': False}, + 'smlnj': {'id': 'SMLNJ', 'deprecated': False}, + 'smppl': {'id': 'SMPPL', 'deprecated': False}, + 'snia': {'id': 'SNIA', 'deprecated': False}, + 'snprintf': {'id': 'snprintf', 'deprecated': False}, + 'softsurfer': {'id': 'softSurfer', 'deprecated': False}, + 'soundex': {'id': 'Soundex', 'deprecated': False}, + 'spencer-86': {'id': 'Spencer-86', 'deprecated': False}, + 'spencer-94': {'id': 'Spencer-94', 'deprecated': False}, + 'spencer-99': {'id': 'Spencer-99', 'deprecated': False}, + 'spl-1.0': {'id': 'SPL-1.0', 'deprecated': False}, + 'ssh-keyscan': {'id': 'ssh-keyscan', 'deprecated': False}, + 'ssh-openssh': {'id': 'SSH-OpenSSH', 'deprecated': False}, + 'ssh-short': {'id': 'SSH-short', 'deprecated': False}, + 'ssleay-standalone': {'id': 'SSLeay-standalone', 'deprecated': False}, + 'sspl-1.0': {'id': 'SSPL-1.0', 'deprecated': False}, + 'standardml-nj': {'id': 'StandardML-NJ', 'deprecated': True}, + 'sugarcrm-1.1.3': {'id': 'SugarCRM-1.1.3', 'deprecated': False}, + 'sun-ppp': {'id': 'Sun-PPP', 'deprecated': False}, + 'sun-ppp-2000': {'id': 'Sun-PPP-2000', 'deprecated': False}, + 'sunpro': {'id': 'SunPro', 'deprecated': False}, + 'swl': {'id': 'SWL', 'deprecated': False}, + 'swrule': {'id': 'swrule', 'deprecated': False}, + 'symlinks': {'id': 'Symlinks', 'deprecated': False}, + 'tapr-ohl-1.0': {'id': 'TAPR-OHL-1.0', 'deprecated': False}, + 'tcl': {'id': 'TCL', 'deprecated': False}, + 'tcp-wrappers': {'id': 'TCP-wrappers', 'deprecated': False}, + 'termreadkey': {'id': 'TermReadKey', 'deprecated': False}, + 'tgppl-1.0': {'id': 'TGPPL-1.0', 'deprecated': False}, + 'threeparttable': {'id': 'threeparttable', 'deprecated': False}, + 'tmate': {'id': 'TMate', 'deprecated': False}, + 'torque-1.1': {'id': 'TORQUE-1.1', 'deprecated': False}, + 'tosl': {'id': 'TOSL', 'deprecated': False}, + 'tpdl': {'id': 'TPDL', 'deprecated': False}, + 'tpl-1.0': {'id': 'TPL-1.0', 'deprecated': False}, + 'ttwl': {'id': 'TTWL', 'deprecated': False}, + 'ttyp0': {'id': 'TTYP0', 'deprecated': False}, + 'tu-berlin-1.0': {'id': 'TU-Berlin-1.0', 'deprecated': False}, + 'tu-berlin-2.0': {'id': 'TU-Berlin-2.0', 'deprecated': False}, + 'ubuntu-font-1.0': {'id': 'Ubuntu-font-1.0', 'deprecated': False}, + 'ucar': {'id': 'UCAR', 'deprecated': False}, + 'ucl-1.0': {'id': 'UCL-1.0', 'deprecated': False}, + 'ulem': {'id': 'ulem', 'deprecated': False}, + 'umich-merit': {'id': 'UMich-Merit', 'deprecated': False}, + 'unicode-3.0': {'id': 'Unicode-3.0', 'deprecated': False}, + 'unicode-dfs-2015': {'id': 'Unicode-DFS-2015', 'deprecated': False}, + 'unicode-dfs-2016': {'id': 'Unicode-DFS-2016', 'deprecated': False}, + 'unicode-tou': {'id': 'Unicode-TOU', 'deprecated': False}, + 'unixcrypt': {'id': 'UnixCrypt', 'deprecated': False}, + 'unlicense': {'id': 'Unlicense', 'deprecated': False}, + 'upl-1.0': {'id': 'UPL-1.0', 'deprecated': False}, + 'urt-rle': {'id': 'URT-RLE', 'deprecated': False}, + 'vim': {'id': 'Vim', 'deprecated': False}, + 'vostrom': {'id': 'VOSTROM', 'deprecated': False}, + 'vsl-1.0': {'id': 'VSL-1.0', 'deprecated': False}, + 'w3c': {'id': 'W3C', 'deprecated': False}, + 'w3c-19980720': {'id': 'W3C-19980720', 'deprecated': False}, + 'w3c-20150513': {'id': 'W3C-20150513', 'deprecated': False}, + 'w3m': {'id': 'w3m', 'deprecated': False}, + 'watcom-1.0': {'id': 'Watcom-1.0', 'deprecated': False}, + 'widget-workshop': {'id': 'Widget-Workshop', 'deprecated': False}, + 'wsuipa': {'id': 'Wsuipa', 'deprecated': False}, + 'wtfpl': {'id': 'WTFPL', 'deprecated': False}, + 'wxwindows': {'id': 'wxWindows', 'deprecated': True}, + 'x11': {'id': 'X11', 'deprecated': False}, + 'x11-distribute-modifications-variant': {'id': 'X11-distribute-modifications-variant', 'deprecated': False}, + 'x11-swapped': {'id': 'X11-swapped', 'deprecated': False}, + 'xdebug-1.03': {'id': 'Xdebug-1.03', 'deprecated': False}, + 'xerox': {'id': 'Xerox', 'deprecated': False}, + 'xfig': {'id': 'Xfig', 'deprecated': False}, + 'xfree86-1.1': {'id': 'XFree86-1.1', 'deprecated': False}, + 'xinetd': {'id': 'xinetd', 'deprecated': False}, + 'xkeyboard-config-zinoviev': {'id': 'xkeyboard-config-Zinoviev', 'deprecated': False}, + 'xlock': {'id': 'xlock', 'deprecated': False}, + 'xnet': {'id': 'Xnet', 'deprecated': False}, + 'xpp': {'id': 'xpp', 'deprecated': False}, + 'xskat': {'id': 'XSkat', 'deprecated': False}, + 'xzoom': {'id': 'xzoom', 'deprecated': False}, + 'ypl-1.0': {'id': 'YPL-1.0', 'deprecated': False}, + 'ypl-1.1': {'id': 'YPL-1.1', 'deprecated': False}, + 'zed': {'id': 'Zed', 'deprecated': False}, + 'zeeff': {'id': 'Zeeff', 'deprecated': False}, + 'zend-2.0': {'id': 'Zend-2.0', 'deprecated': False}, + 'zimbra-1.3': {'id': 'Zimbra-1.3', 'deprecated': False}, + 'zimbra-1.4': {'id': 'Zimbra-1.4', 'deprecated': False}, + 'zlib': {'id': 'Zlib', 'deprecated': False}, + 'zlib-acknowledgement': {'id': 'zlib-acknowledgement', 'deprecated': False}, + 'zpl-1.1': {'id': 'ZPL-1.1', 'deprecated': False}, + 'zpl-2.0': {'id': 'ZPL-2.0', 'deprecated': False}, + 'zpl-2.1': {'id': 'ZPL-2.1', 'deprecated': False}, +} + +EXCEPTIONS: dict[str, SPDXException] = { + '389-exception': {'id': '389-exception', 'deprecated': False}, + 'asterisk-exception': {'id': 'Asterisk-exception', 'deprecated': False}, + 'asterisk-linking-protocols-exception': {'id': 'Asterisk-linking-protocols-exception', 'deprecated': False}, + 'autoconf-exception-2.0': {'id': 'Autoconf-exception-2.0', 'deprecated': False}, + 'autoconf-exception-3.0': {'id': 'Autoconf-exception-3.0', 'deprecated': False}, + 'autoconf-exception-generic': {'id': 'Autoconf-exception-generic', 'deprecated': False}, + 'autoconf-exception-generic-3.0': {'id': 'Autoconf-exception-generic-3.0', 'deprecated': False}, + 'autoconf-exception-macro': {'id': 'Autoconf-exception-macro', 'deprecated': False}, + 'bison-exception-1.24': {'id': 'Bison-exception-1.24', 'deprecated': False}, + 'bison-exception-2.2': {'id': 'Bison-exception-2.2', 'deprecated': False}, + 'bootloader-exception': {'id': 'Bootloader-exception', 'deprecated': False}, + 'classpath-exception-2.0': {'id': 'Classpath-exception-2.0', 'deprecated': False}, + 'clisp-exception-2.0': {'id': 'CLISP-exception-2.0', 'deprecated': False}, + 'cryptsetup-openssl-exception': {'id': 'cryptsetup-OpenSSL-exception', 'deprecated': False}, + 'digirule-foss-exception': {'id': 'DigiRule-FOSS-exception', 'deprecated': False}, + 'ecos-exception-2.0': {'id': 'eCos-exception-2.0', 'deprecated': False}, + 'erlang-otp-linking-exception': {'id': 'erlang-otp-linking-exception', 'deprecated': False}, + 'fawkes-runtime-exception': {'id': 'Fawkes-Runtime-exception', 'deprecated': False}, + 'fltk-exception': {'id': 'FLTK-exception', 'deprecated': False}, + 'fmt-exception': {'id': 'fmt-exception', 'deprecated': False}, + 'font-exception-2.0': {'id': 'Font-exception-2.0', 'deprecated': False}, + 'freertos-exception-2.0': {'id': 'freertos-exception-2.0', 'deprecated': False}, + 'gcc-exception-2.0': {'id': 'GCC-exception-2.0', 'deprecated': False}, + 'gcc-exception-2.0-note': {'id': 'GCC-exception-2.0-note', 'deprecated': False}, + 'gcc-exception-3.1': {'id': 'GCC-exception-3.1', 'deprecated': False}, + 'gmsh-exception': {'id': 'Gmsh-exception', 'deprecated': False}, + 'gnat-exception': {'id': 'GNAT-exception', 'deprecated': False}, + 'gnome-examples-exception': {'id': 'GNOME-examples-exception', 'deprecated': False}, + 'gnu-compiler-exception': {'id': 'GNU-compiler-exception', 'deprecated': False}, + 'gnu-javamail-exception': {'id': 'gnu-javamail-exception', 'deprecated': False}, + 'gpl-3.0-interface-exception': {'id': 'GPL-3.0-interface-exception', 'deprecated': False}, + 'gpl-3.0-linking-exception': {'id': 'GPL-3.0-linking-exception', 'deprecated': False}, + 'gpl-3.0-linking-source-exception': {'id': 'GPL-3.0-linking-source-exception', 'deprecated': False}, + 'gpl-cc-1.0': {'id': 'GPL-CC-1.0', 'deprecated': False}, + 'gstreamer-exception-2005': {'id': 'GStreamer-exception-2005', 'deprecated': False}, + 'gstreamer-exception-2008': {'id': 'GStreamer-exception-2008', 'deprecated': False}, + 'i2p-gpl-java-exception': {'id': 'i2p-gpl-java-exception', 'deprecated': False}, + 'kicad-libraries-exception': {'id': 'KiCad-libraries-exception', 'deprecated': False}, + 'lgpl-3.0-linking-exception': {'id': 'LGPL-3.0-linking-exception', 'deprecated': False}, + 'libpri-openh323-exception': {'id': 'libpri-OpenH323-exception', 'deprecated': False}, + 'libtool-exception': {'id': 'Libtool-exception', 'deprecated': False}, + 'linux-syscall-note': {'id': 'Linux-syscall-note', 'deprecated': False}, + 'llgpl': {'id': 'LLGPL', 'deprecated': False}, + 'llvm-exception': {'id': 'LLVM-exception', 'deprecated': False}, + 'lzma-exception': {'id': 'LZMA-exception', 'deprecated': False}, + 'mif-exception': {'id': 'mif-exception', 'deprecated': False}, + 'nokia-qt-exception-1.1': {'id': 'Nokia-Qt-exception-1.1', 'deprecated': True}, + 'ocaml-lgpl-linking-exception': {'id': 'OCaml-LGPL-linking-exception', 'deprecated': False}, + 'occt-exception-1.0': {'id': 'OCCT-exception-1.0', 'deprecated': False}, + 'openjdk-assembly-exception-1.0': {'id': 'OpenJDK-assembly-exception-1.0', 'deprecated': False}, + 'openvpn-openssl-exception': {'id': 'openvpn-openssl-exception', 'deprecated': False}, + 'pcre2-exception': {'id': 'PCRE2-exception', 'deprecated': False}, + 'ps-or-pdf-font-exception-20170817': {'id': 'PS-or-PDF-font-exception-20170817', 'deprecated': False}, + 'qpl-1.0-inria-2004-exception': {'id': 'QPL-1.0-INRIA-2004-exception', 'deprecated': False}, + 'qt-gpl-exception-1.0': {'id': 'Qt-GPL-exception-1.0', 'deprecated': False}, + 'qt-lgpl-exception-1.1': {'id': 'Qt-LGPL-exception-1.1', 'deprecated': False}, + 'qwt-exception-1.0': {'id': 'Qwt-exception-1.0', 'deprecated': False}, + 'romic-exception': {'id': 'romic-exception', 'deprecated': False}, + 'rrdtool-floss-exception-2.0': {'id': 'RRDtool-FLOSS-exception-2.0', 'deprecated': False}, + 'sane-exception': {'id': 'SANE-exception', 'deprecated': False}, + 'shl-2.0': {'id': 'SHL-2.0', 'deprecated': False}, + 'shl-2.1': {'id': 'SHL-2.1', 'deprecated': False}, + 'stunnel-exception': {'id': 'stunnel-exception', 'deprecated': False}, + 'swi-exception': {'id': 'SWI-exception', 'deprecated': False}, + 'swift-exception': {'id': 'Swift-exception', 'deprecated': False}, + 'texinfo-exception': {'id': 'Texinfo-exception', 'deprecated': False}, + 'u-boot-exception-2.0': {'id': 'u-boot-exception-2.0', 'deprecated': False}, + 'ubdl-exception': {'id': 'UBDL-exception', 'deprecated': False}, + 'universal-foss-exception-1.0': {'id': 'Universal-FOSS-exception-1.0', 'deprecated': False}, + 'vsftpd-openssl-exception': {'id': 'vsftpd-openssl-exception', 'deprecated': False}, + 'wxwindows-exception-3.1': {'id': 'WxWindows-exception-3.1', 'deprecated': False}, + 'x11vnc-openssl-exception': {'id': 'x11vnc-openssl-exception', 'deprecated': False}, +} diff --git a/env/lib/python3.8/site-packages/packaging/markers.py b/env/lib/python3.8/site-packages/packaging/markers.py new file mode 100644 index 000000000..e7cea5729 --- /dev/null +++ b/env/lib/python3.8/site-packages/packaging/markers.py @@ -0,0 +1,362 @@ +# 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 operator +import os +import platform +import sys +from typing import AbstractSet, Any, Callable, Literal, TypedDict, Union, cast + +from ._parser import MarkerAtom, MarkerList, Op, Value, Variable +from ._parser import parse_marker as _parse_marker +from ._tokenizer import ParserSyntaxError +from .specifiers import InvalidSpecifier, Specifier +from .utils import canonicalize_name + +__all__ = [ + "EvaluateContext", + "InvalidMarker", + "Marker", + "UndefinedComparison", + "UndefinedEnvironmentName", + "default_environment", +] + +Operator = Callable[[str, Union[str, AbstractSet[str]]], bool] +EvaluateContext = Literal["metadata", "lock_file", "requirement"] +MARKERS_ALLOWING_SET = {"extras", "dependency_groups"} + + +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 Environment(TypedDict): + implementation_name: str + """The implementation's identifier, e.g. ``'cpython'``.""" + + implementation_version: str + """ + The implementation's version, e.g. ``'3.13.0a2'`` for CPython 3.13.0a2, or + ``'7.3.13'`` for PyPy3.10 v7.3.13. + """ + + os_name: str + """ + The value of :py:data:`os.name`. The name of the operating system dependent module + imported, e.g. ``'posix'``. + """ + + platform_machine: str + """ + Returns the machine type, e.g. ``'i386'``. + + An empty string if the value cannot be determined. + """ + + platform_release: str + """ + The system's release, e.g. ``'2.2.0'`` or ``'NT'``. + + An empty string if the value cannot be determined. + """ + + platform_system: str + """ + The system/OS name, e.g. ``'Linux'``, ``'Windows'`` or ``'Java'``. + + An empty string if the value cannot be determined. + """ + + platform_version: str + """ + The system's release version, e.g. ``'#3 on degas'``. + + An empty string if the value cannot be determined. + """ + + python_full_version: str + """ + The Python version as string ``'major.minor.patchlevel'``. + + Note that unlike the Python :py:data:`sys.version`, this value will always include + the patchlevel (it defaults to 0). + """ + + platform_python_implementation: str + """ + A string identifying the Python implementation, e.g. ``'CPython'``. + """ + + python_version: str + """The Python version as string ``'major.minor'``.""" + + sys_platform: str + """ + This string contains a platform identifier that can be used to append + platform-specific components to :py:data:`sys.path`, for instance. + + For Unix systems, except on Linux and AIX, this is the lowercased OS name as + returned by ``uname -s`` with the first part of the version as returned by + ``uname -r`` appended, e.g. ``'sunos5'`` or ``'freebsd8'``, at the time when Python + was built. + """ + + +def _normalize_extra_values(results: Any) -> 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 | AbstractSet[str]) -> bool: + if isinstance(rhs, str): + 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( + lhs: str, rhs: str | AbstractSet[str], key: str +) -> tuple[str, str | AbstractSet[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": + assert isinstance(rhs, str), "extra value must be a string" + return (canonicalize_name(lhs), canonicalize_name(rhs)) + if key in MARKERS_ALLOWING_SET: + if isinstance(rhs, str): # pragma: no cover + return (canonicalize_name(lhs), canonicalize_name(rhs)) + else: + return (canonicalize_name(lhs), {canonicalize_name(v) for v in rhs}) + + # other environment markers don't have such standards + return lhs, rhs + + +def _evaluate_markers( + markers: MarkerList, environment: dict[str, str | AbstractSet[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] + assert isinstance(lhs_value, str), "lhs must be a string" + 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, + context: EvaluateContext = "metadata", + ) -> 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 *context* parameter specifies what + context the markers are being evaluated for, which influences what markers + are considered valid. Acceptable values are "metadata" (for core metadata; + default), "lock_file", and "requirement" (i.e. all other situations). + + The environment is determined from the current Python process. + """ + current_environment = cast( + "dict[str, str | AbstractSet[str]]", default_environment() + ) + if context == "lock_file": + current_environment.update( + extras=frozenset(), dependency_groups=frozenset() + ) + elif context == "metadata": + 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 "extra" in current_environment and 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 | AbstractSet[str]], +) -> dict[str, str | AbstractSet[str]]: + """ + Work around platform.python_version() returning something that is not PEP 440 + compliant for non-tagged Python builds. + """ + python_full_version = cast(str, env["python_full_version"]) + if python_full_version.endswith("+"): + env["python_full_version"] = f"{python_full_version}local" + return env diff --git a/env/lib/python3.8/site-packages/packaging/metadata.py b/env/lib/python3.8/site-packages/packaging/metadata.py new file mode 100644 index 000000000..3bd8602d3 --- /dev/null +++ b/env/lib/python3.8/site-packages/packaging/metadata.py @@ -0,0 +1,862 @@ +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/env/lib/python3.8/site-packages/packaging/py.typed b/env/lib/python3.8/site-packages/packaging/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/env/lib/python3.8/site-packages/packaging/requirements.py b/env/lib/python3.8/site-packages/packaging/requirements.py new file mode 100644 index 000000000..4e068c956 --- /dev/null +++ b/env/lib/python3.8/site-packages/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/env/lib/python3.8/site-packages/packaging/specifiers.py b/env/lib/python3.8/site-packages/packaging/specifiers.py new file mode 100644 index 000000000..c84480430 --- /dev/null +++ b/env/lib/python3.8/site-packages/packaging/specifiers.py @@ -0,0 +1,1019 @@ +# 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 packaging.specifiers import Specifier, SpecifierSet, InvalidSpecifier + from 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/env/lib/python3.8/site-packages/packaging/tags.py b/env/lib/python3.8/site-packages/packaging/tags.py new file mode 100644 index 000000000..8522f59c4 --- /dev/null +++ b/env/lib/python3.8/site-packages/packaging/tags.py @@ -0,0 +1,656 @@ +# 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 android_platforms( + api_level: int | None = None, abi: str | None = None +) -> Iterator[str]: + """ + Yields the :attr:`~Tag.platform` tags for Android. If this function is invoked on + non-Android platforms, the ``api_level`` and ``abi`` arguments are required. + + :param int api_level: The maximum `API level + `__ to return. Defaults + to the current system's version, as returned by ``platform.android_ver``. + :param str abi: The `Android ABI `__, + e.g. ``arm64_v8a``. Defaults to the current system's ABI , as returned by + ``sysconfig.get_platform``. Hyphens and periods will be replaced with + underscores. + """ + if platform.system() != "Android" and (api_level is None or abi is None): + raise TypeError( + "on non-Android platforms, the api_level and abi arguments are required" + ) + + if api_level is None: + # Python 3.13 was the first version to return platform.system() == "Android", + # and also the first version to define platform.android_ver(). + api_level = platform.android_ver().api_level # type: ignore[attr-defined] + + if abi is None: + abi = sysconfig.get_platform().split("-")[-1] + abi = _normalize_string(abi) + + # 16 is the minimum API level known to have enough features to support CPython + # without major patching. Yield every API level from the maximum down to the + # minimum, inclusive. + min_api_level = 16 + for ver in range(api_level, min_api_level - 1, -1): + yield f"android_{ver}_{abi}" + + +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() == "Android": + return android_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/env/lib/python3.8/site-packages/packaging/utils.py b/env/lib/python3.8/site-packages/packaging/utils.py new file mode 100644 index 000000000..23450953d --- /dev/null +++ b/env/lib/python3.8/site-packages/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/env/lib/python3.8/site-packages/packaging/version.py b/env/lib/python3.8/site-packages/packaging/version.py new file mode 100644 index 000000000..c9bbda20e --- /dev/null +++ b/env/lib/python3.8/site-packages/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 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

                                          # 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/env/lib/python3.8/site-packages/pip-25.0.1.dist-info/AUTHORS.txt b/env/lib/python3.8/site-packages/pip-25.0.1.dist-info/AUTHORS.txt
new file mode 100644
index 000000000..f42daec02
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip-25.0.1.dist-info/INSTALLER b/env/lib/python3.8/site-packages/pip-25.0.1.dist-info/INSTALLER
new file mode 100644
index 000000000..a1b589e38
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip-25.0.1.dist-info/INSTALLER
@@ -0,0 +1 @@
+pip
diff --git a/env/lib/python3.8/site-packages/pip-25.0.1.dist-info/LICENSE.txt b/env/lib/python3.8/site-packages/pip-25.0.1.dist-info/LICENSE.txt
new file mode 100644
index 000000000..8e7b65eaf
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip-25.0.1.dist-info/METADATA b/env/lib/python3.8/site-packages/pip-25.0.1.dist-info/METADATA
new file mode 100644
index 000000000..3315c0635
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip-25.0.1.dist-info/RECORD b/env/lib/python3.8/site-packages/pip-25.0.1.dist-info/RECORD
new file mode 100644
index 000000000..d3bb4dbbd
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip-25.0.1.dist-info/RECORD
@@ -0,0 +1,854 @@
+../../../bin/pip,sha256=wU1Shwi62Ln6DkvfGwn3ZDTVoOpUBFVcKDH-LSQpsrw,255
+../../../bin/pip3,sha256=wU1Shwi62Ln6DkvfGwn3ZDTVoOpUBFVcKDH-LSQpsrw,255
+../../../bin/pip3.8,sha256=wU1Shwi62Ln6DkvfGwn3ZDTVoOpUBFVcKDH-LSQpsrw,255
+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-38.pyc,,
+pip/__pycache__/__main__.cpython-38.pyc,,
+pip/__pycache__/__pip-runner__.cpython-38.pyc,,
+pip/_internal/__init__.py,sha256=MfcoOluDZ8QMCFYal04IqOJ9q6m2V7a0aOsnI-WOxUo,513
+pip/_internal/__pycache__/__init__.cpython-38.pyc,,
+pip/_internal/__pycache__/build_env.cpython-38.pyc,,
+pip/_internal/__pycache__/cache.cpython-38.pyc,,
+pip/_internal/__pycache__/configuration.cpython-38.pyc,,
+pip/_internal/__pycache__/exceptions.cpython-38.pyc,,
+pip/_internal/__pycache__/main.cpython-38.pyc,,
+pip/_internal/__pycache__/pyproject.cpython-38.pyc,,
+pip/_internal/__pycache__/self_outdated_check.cpython-38.pyc,,
+pip/_internal/__pycache__/wheel_builder.cpython-38.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-38.pyc,,
+pip/_internal/cli/__pycache__/autocompletion.cpython-38.pyc,,
+pip/_internal/cli/__pycache__/base_command.cpython-38.pyc,,
+pip/_internal/cli/__pycache__/cmdoptions.cpython-38.pyc,,
+pip/_internal/cli/__pycache__/command_context.cpython-38.pyc,,
+pip/_internal/cli/__pycache__/index_command.cpython-38.pyc,,
+pip/_internal/cli/__pycache__/main.cpython-38.pyc,,
+pip/_internal/cli/__pycache__/main_parser.cpython-38.pyc,,
+pip/_internal/cli/__pycache__/parser.cpython-38.pyc,,
+pip/_internal/cli/__pycache__/progress_bars.cpython-38.pyc,,
+pip/_internal/cli/__pycache__/req_command.cpython-38.pyc,,
+pip/_internal/cli/__pycache__/spinners.cpython-38.pyc,,
+pip/_internal/cli/__pycache__/status_codes.cpython-38.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-38.pyc,,
+pip/_internal/commands/__pycache__/cache.cpython-38.pyc,,
+pip/_internal/commands/__pycache__/check.cpython-38.pyc,,
+pip/_internal/commands/__pycache__/completion.cpython-38.pyc,,
+pip/_internal/commands/__pycache__/configuration.cpython-38.pyc,,
+pip/_internal/commands/__pycache__/debug.cpython-38.pyc,,
+pip/_internal/commands/__pycache__/download.cpython-38.pyc,,
+pip/_internal/commands/__pycache__/freeze.cpython-38.pyc,,
+pip/_internal/commands/__pycache__/hash.cpython-38.pyc,,
+pip/_internal/commands/__pycache__/help.cpython-38.pyc,,
+pip/_internal/commands/__pycache__/index.cpython-38.pyc,,
+pip/_internal/commands/__pycache__/inspect.cpython-38.pyc,,
+pip/_internal/commands/__pycache__/install.cpython-38.pyc,,
+pip/_internal/commands/__pycache__/list.cpython-38.pyc,,
+pip/_internal/commands/__pycache__/search.cpython-38.pyc,,
+pip/_internal/commands/__pycache__/show.cpython-38.pyc,,
+pip/_internal/commands/__pycache__/uninstall.cpython-38.pyc,,
+pip/_internal/commands/__pycache__/wheel.cpython-38.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-38.pyc,,
+pip/_internal/distributions/__pycache__/base.cpython-38.pyc,,
+pip/_internal/distributions/__pycache__/installed.cpython-38.pyc,,
+pip/_internal/distributions/__pycache__/sdist.cpython-38.pyc,,
+pip/_internal/distributions/__pycache__/wheel.cpython-38.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-38.pyc,,
+pip/_internal/index/__pycache__/collector.cpython-38.pyc,,
+pip/_internal/index/__pycache__/package_finder.cpython-38.pyc,,
+pip/_internal/index/__pycache__/sources.cpython-38.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-38.pyc,,
+pip/_internal/locations/__pycache__/_distutils.cpython-38.pyc,,
+pip/_internal/locations/__pycache__/_sysconfig.cpython-38.pyc,,
+pip/_internal/locations/__pycache__/base.cpython-38.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-38.pyc,,
+pip/_internal/metadata/__pycache__/_json.cpython-38.pyc,,
+pip/_internal/metadata/__pycache__/base.cpython-38.pyc,,
+pip/_internal/metadata/__pycache__/pkg_resources.cpython-38.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-38.pyc,,
+pip/_internal/metadata/importlib/__pycache__/_compat.cpython-38.pyc,,
+pip/_internal/metadata/importlib/__pycache__/_dists.cpython-38.pyc,,
+pip/_internal/metadata/importlib/__pycache__/_envs.cpython-38.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-38.pyc,,
+pip/_internal/models/__pycache__/candidate.cpython-38.pyc,,
+pip/_internal/models/__pycache__/direct_url.cpython-38.pyc,,
+pip/_internal/models/__pycache__/format_control.cpython-38.pyc,,
+pip/_internal/models/__pycache__/index.cpython-38.pyc,,
+pip/_internal/models/__pycache__/installation_report.cpython-38.pyc,,
+pip/_internal/models/__pycache__/link.cpython-38.pyc,,
+pip/_internal/models/__pycache__/scheme.cpython-38.pyc,,
+pip/_internal/models/__pycache__/search_scope.cpython-38.pyc,,
+pip/_internal/models/__pycache__/selection_prefs.cpython-38.pyc,,
+pip/_internal/models/__pycache__/target_python.cpython-38.pyc,,
+pip/_internal/models/__pycache__/wheel.cpython-38.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-38.pyc,,
+pip/_internal/network/__pycache__/auth.cpython-38.pyc,,
+pip/_internal/network/__pycache__/cache.cpython-38.pyc,,
+pip/_internal/network/__pycache__/download.cpython-38.pyc,,
+pip/_internal/network/__pycache__/lazy_wheel.cpython-38.pyc,,
+pip/_internal/network/__pycache__/session.cpython-38.pyc,,
+pip/_internal/network/__pycache__/utils.cpython-38.pyc,,
+pip/_internal/network/__pycache__/xmlrpc.cpython-38.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-38.pyc,,
+pip/_internal/operations/__pycache__/check.cpython-38.pyc,,
+pip/_internal/operations/__pycache__/freeze.cpython-38.pyc,,
+pip/_internal/operations/__pycache__/prepare.cpython-38.pyc,,
+pip/_internal/operations/build/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_internal/operations/build/__pycache__/__init__.cpython-38.pyc,,
+pip/_internal/operations/build/__pycache__/build_tracker.cpython-38.pyc,,
+pip/_internal/operations/build/__pycache__/metadata.cpython-38.pyc,,
+pip/_internal/operations/build/__pycache__/metadata_editable.cpython-38.pyc,,
+pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-38.pyc,,
+pip/_internal/operations/build/__pycache__/wheel.cpython-38.pyc,,
+pip/_internal/operations/build/__pycache__/wheel_editable.cpython-38.pyc,,
+pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-38.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-38.pyc,,
+pip/_internal/operations/install/__pycache__/editable_legacy.cpython-38.pyc,,
+pip/_internal/operations/install/__pycache__/wheel.cpython-38.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-38.pyc,,
+pip/_internal/req/__pycache__/constructors.cpython-38.pyc,,
+pip/_internal/req/__pycache__/req_file.cpython-38.pyc,,
+pip/_internal/req/__pycache__/req_install.cpython-38.pyc,,
+pip/_internal/req/__pycache__/req_set.cpython-38.pyc,,
+pip/_internal/req/__pycache__/req_uninstall.cpython-38.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-38.pyc,,
+pip/_internal/resolution/__pycache__/base.cpython-38.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-38.pyc,,
+pip/_internal/resolution/legacy/__pycache__/resolver.cpython-38.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-38.pyc,,
+pip/_internal/resolution/resolvelib/__pycache__/base.cpython-38.pyc,,
+pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-38.pyc,,
+pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-38.pyc,,
+pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-38.pyc,,
+pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-38.pyc,,
+pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-38.pyc,,
+pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-38.pyc,,
+pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-38.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-38.pyc,,
+pip/_internal/utils/__pycache__/_jaraco_text.cpython-38.pyc,,
+pip/_internal/utils/__pycache__/_log.cpython-38.pyc,,
+pip/_internal/utils/__pycache__/appdirs.cpython-38.pyc,,
+pip/_internal/utils/__pycache__/compat.cpython-38.pyc,,
+pip/_internal/utils/__pycache__/compatibility_tags.cpython-38.pyc,,
+pip/_internal/utils/__pycache__/datetime.cpython-38.pyc,,
+pip/_internal/utils/__pycache__/deprecation.cpython-38.pyc,,
+pip/_internal/utils/__pycache__/direct_url_helpers.cpython-38.pyc,,
+pip/_internal/utils/__pycache__/egg_link.cpython-38.pyc,,
+pip/_internal/utils/__pycache__/entrypoints.cpython-38.pyc,,
+pip/_internal/utils/__pycache__/filesystem.cpython-38.pyc,,
+pip/_internal/utils/__pycache__/filetypes.cpython-38.pyc,,
+pip/_internal/utils/__pycache__/glibc.cpython-38.pyc,,
+pip/_internal/utils/__pycache__/hashes.cpython-38.pyc,,
+pip/_internal/utils/__pycache__/logging.cpython-38.pyc,,
+pip/_internal/utils/__pycache__/misc.cpython-38.pyc,,
+pip/_internal/utils/__pycache__/packaging.cpython-38.pyc,,
+pip/_internal/utils/__pycache__/retry.cpython-38.pyc,,
+pip/_internal/utils/__pycache__/setuptools_build.cpython-38.pyc,,
+pip/_internal/utils/__pycache__/subprocess.cpython-38.pyc,,
+pip/_internal/utils/__pycache__/temp_dir.cpython-38.pyc,,
+pip/_internal/utils/__pycache__/unpacking.cpython-38.pyc,,
+pip/_internal/utils/__pycache__/urls.cpython-38.pyc,,
+pip/_internal/utils/__pycache__/virtualenv.cpython-38.pyc,,
+pip/_internal/utils/__pycache__/wheel.cpython-38.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-38.pyc,,
+pip/_internal/vcs/__pycache__/bazaar.cpython-38.pyc,,
+pip/_internal/vcs/__pycache__/git.cpython-38.pyc,,
+pip/_internal/vcs/__pycache__/mercurial.cpython-38.pyc,,
+pip/_internal/vcs/__pycache__/subversion.cpython-38.pyc,,
+pip/_internal/vcs/__pycache__/versioncontrol.cpython-38.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-38.pyc,,
+pip/_vendor/__pycache__/typing_extensions.cpython-38.pyc,,
+pip/_vendor/cachecontrol/__init__.py,sha256=LMC5CBe94ZRL5xhlzwyPDmHXvBD0p7lT4R3Z73D6a_I,677
+pip/_vendor/cachecontrol/__pycache__/__init__.cpython-38.pyc,,
+pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-38.pyc,,
+pip/_vendor/cachecontrol/__pycache__/adapter.cpython-38.pyc,,
+pip/_vendor/cachecontrol/__pycache__/cache.cpython-38.pyc,,
+pip/_vendor/cachecontrol/__pycache__/controller.cpython-38.pyc,,
+pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-38.pyc,,
+pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-38.pyc,,
+pip/_vendor/cachecontrol/__pycache__/serialize.cpython-38.pyc,,
+pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-38.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-38.pyc,,
+pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-38.pyc,,
+pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-38.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-38.pyc,,
+pip/_vendor/certifi/__pycache__/__main__.cpython-38.pyc,,
+pip/_vendor/certifi/__pycache__/core.cpython-38.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-38.pyc,,
+pip/_vendor/distlib/__pycache__/compat.cpython-38.pyc,,
+pip/_vendor/distlib/__pycache__/database.cpython-38.pyc,,
+pip/_vendor/distlib/__pycache__/index.cpython-38.pyc,,
+pip/_vendor/distlib/__pycache__/locators.cpython-38.pyc,,
+pip/_vendor/distlib/__pycache__/manifest.cpython-38.pyc,,
+pip/_vendor/distlib/__pycache__/markers.cpython-38.pyc,,
+pip/_vendor/distlib/__pycache__/metadata.cpython-38.pyc,,
+pip/_vendor/distlib/__pycache__/resources.cpython-38.pyc,,
+pip/_vendor/distlib/__pycache__/scripts.cpython-38.pyc,,
+pip/_vendor/distlib/__pycache__/util.cpython-38.pyc,,
+pip/_vendor/distlib/__pycache__/version.cpython-38.pyc,,
+pip/_vendor/distlib/__pycache__/wheel.cpython-38.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-38.pyc,,
+pip/_vendor/distro/__pycache__/__main__.cpython-38.pyc,,
+pip/_vendor/distro/__pycache__/distro.cpython-38.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-38.pyc,,
+pip/_vendor/idna/__pycache__/codec.cpython-38.pyc,,
+pip/_vendor/idna/__pycache__/compat.cpython-38.pyc,,
+pip/_vendor/idna/__pycache__/core.cpython-38.pyc,,
+pip/_vendor/idna/__pycache__/idnadata.cpython-38.pyc,,
+pip/_vendor/idna/__pycache__/intranges.cpython-38.pyc,,
+pip/_vendor/idna/__pycache__/package_data.cpython-38.pyc,,
+pip/_vendor/idna/__pycache__/uts46data.cpython-38.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-38.pyc,,
+pip/_vendor/msgpack/__pycache__/exceptions.cpython-38.pyc,,
+pip/_vendor/msgpack/__pycache__/ext.cpython-38.pyc,,
+pip/_vendor/msgpack/__pycache__/fallback.cpython-38.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-38.pyc,,
+pip/_vendor/packaging/__pycache__/_elffile.cpython-38.pyc,,
+pip/_vendor/packaging/__pycache__/_manylinux.cpython-38.pyc,,
+pip/_vendor/packaging/__pycache__/_musllinux.cpython-38.pyc,,
+pip/_vendor/packaging/__pycache__/_parser.cpython-38.pyc,,
+pip/_vendor/packaging/__pycache__/_structures.cpython-38.pyc,,
+pip/_vendor/packaging/__pycache__/_tokenizer.cpython-38.pyc,,
+pip/_vendor/packaging/__pycache__/markers.cpython-38.pyc,,
+pip/_vendor/packaging/__pycache__/metadata.cpython-38.pyc,,
+pip/_vendor/packaging/__pycache__/requirements.cpython-38.pyc,,
+pip/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc,,
+pip/_vendor/packaging/__pycache__/tags.cpython-38.pyc,,
+pip/_vendor/packaging/__pycache__/utils.cpython-38.pyc,,
+pip/_vendor/packaging/__pycache__/version.cpython-38.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-38.pyc,,
+pip/_vendor/packaging/licenses/__pycache__/_spdx.cpython-38.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-38.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-38.pyc,,
+pip/_vendor/platformdirs/__pycache__/__main__.cpython-38.pyc,,
+pip/_vendor/platformdirs/__pycache__/android.cpython-38.pyc,,
+pip/_vendor/platformdirs/__pycache__/api.cpython-38.pyc,,
+pip/_vendor/platformdirs/__pycache__/macos.cpython-38.pyc,,
+pip/_vendor/platformdirs/__pycache__/unix.cpython-38.pyc,,
+pip/_vendor/platformdirs/__pycache__/version.cpython-38.pyc,,
+pip/_vendor/platformdirs/__pycache__/windows.cpython-38.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-38.pyc,,
+pip/_vendor/pygments/__pycache__/__main__.cpython-38.pyc,,
+pip/_vendor/pygments/__pycache__/cmdline.cpython-38.pyc,,
+pip/_vendor/pygments/__pycache__/console.cpython-38.pyc,,
+pip/_vendor/pygments/__pycache__/filter.cpython-38.pyc,,
+pip/_vendor/pygments/__pycache__/formatter.cpython-38.pyc,,
+pip/_vendor/pygments/__pycache__/lexer.cpython-38.pyc,,
+pip/_vendor/pygments/__pycache__/modeline.cpython-38.pyc,,
+pip/_vendor/pygments/__pycache__/plugin.cpython-38.pyc,,
+pip/_vendor/pygments/__pycache__/regexopt.cpython-38.pyc,,
+pip/_vendor/pygments/__pycache__/scanner.cpython-38.pyc,,
+pip/_vendor/pygments/__pycache__/sphinxext.cpython-38.pyc,,
+pip/_vendor/pygments/__pycache__/style.cpython-38.pyc,,
+pip/_vendor/pygments/__pycache__/token.cpython-38.pyc,,
+pip/_vendor/pygments/__pycache__/unistring.cpython-38.pyc,,
+pip/_vendor/pygments/__pycache__/util.cpython-38.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-38.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-38.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-38.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-38.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/groff.cpython-38.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/html.cpython-38.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/img.cpython-38.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/irc.cpython-38.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/latex.cpython-38.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/other.cpython-38.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-38.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-38.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/svg.cpython-38.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-38.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-38.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-38.pyc,,
+pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-38.pyc,,
+pip/_vendor/pygments/lexers/__pycache__/python.cpython-38.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-38.pyc,,
+pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-38.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-38.pyc,,
+pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-38.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-38.pyc,,
+pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-38.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-38.pyc,,
+pip/_vendor/requests/__pycache__/__version__.cpython-38.pyc,,
+pip/_vendor/requests/__pycache__/_internal_utils.cpython-38.pyc,,
+pip/_vendor/requests/__pycache__/adapters.cpython-38.pyc,,
+pip/_vendor/requests/__pycache__/api.cpython-38.pyc,,
+pip/_vendor/requests/__pycache__/auth.cpython-38.pyc,,
+pip/_vendor/requests/__pycache__/certs.cpython-38.pyc,,
+pip/_vendor/requests/__pycache__/compat.cpython-38.pyc,,
+pip/_vendor/requests/__pycache__/cookies.cpython-38.pyc,,
+pip/_vendor/requests/__pycache__/exceptions.cpython-38.pyc,,
+pip/_vendor/requests/__pycache__/help.cpython-38.pyc,,
+pip/_vendor/requests/__pycache__/hooks.cpython-38.pyc,,
+pip/_vendor/requests/__pycache__/models.cpython-38.pyc,,
+pip/_vendor/requests/__pycache__/packages.cpython-38.pyc,,
+pip/_vendor/requests/__pycache__/sessions.cpython-38.pyc,,
+pip/_vendor/requests/__pycache__/status_codes.cpython-38.pyc,,
+pip/_vendor/requests/__pycache__/structures.cpython-38.pyc,,
+pip/_vendor/requests/__pycache__/utils.cpython-38.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-38.pyc,,
+pip/_vendor/resolvelib/__pycache__/providers.cpython-38.pyc,,
+pip/_vendor/resolvelib/__pycache__/reporters.cpython-38.pyc,,
+pip/_vendor/resolvelib/__pycache__/resolvers.cpython-38.pyc,,
+pip/_vendor/resolvelib/__pycache__/structs.cpython-38.pyc,,
+pip/_vendor/resolvelib/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-38.pyc,,
+pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-38.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-38.pyc,,
+pip/_vendor/rich/__pycache__/__main__.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/_cell_widths.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/_emoji_codes.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/_emoji_replace.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/_export_format.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/_extension.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/_fileno.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/_inspect.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/_log_render.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/_loop.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/_null_file.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/_palettes.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/_pick.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/_ratio.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/_spinners.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/_stack.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/_timer.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/_win32_console.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/_windows.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/_windows_renderer.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/_wrap.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/abc.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/align.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/ansi.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/bar.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/box.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/cells.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/color.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/color_triplet.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/columns.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/console.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/constrain.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/containers.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/control.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/default_styles.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/diagnose.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/emoji.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/errors.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/file_proxy.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/filesize.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/highlighter.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/json.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/jupyter.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/layout.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/live.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/live_render.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/logging.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/markup.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/measure.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/padding.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/pager.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/palette.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/panel.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/pretty.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/progress.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/progress_bar.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/prompt.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/protocol.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/region.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/repr.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/rule.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/scope.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/screen.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/segment.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/spinner.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/status.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/style.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/styled.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/syntax.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/table.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/terminal_theme.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/text.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/theme.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/themes.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/traceback.cpython-38.pyc,,
+pip/_vendor/rich/__pycache__/tree.cpython-38.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-38.pyc,,
+pip/_vendor/tomli/__pycache__/_parser.cpython-38.pyc,,
+pip/_vendor/tomli/__pycache__/_re.cpython-38.pyc,,
+pip/_vendor/tomli/__pycache__/_types.cpython-38.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-38.pyc,,
+pip/_vendor/truststore/__pycache__/_api.cpython-38.pyc,,
+pip/_vendor/truststore/__pycache__/_macos.cpython-38.pyc,,
+pip/_vendor/truststore/__pycache__/_openssl.cpython-38.pyc,,
+pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-38.pyc,,
+pip/_vendor/truststore/__pycache__/_windows.cpython-38.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-38.pyc,,
+pip/_vendor/urllib3/__pycache__/_collections.cpython-38.pyc,,
+pip/_vendor/urllib3/__pycache__/_version.cpython-38.pyc,,
+pip/_vendor/urllib3/__pycache__/connection.cpython-38.pyc,,
+pip/_vendor/urllib3/__pycache__/connectionpool.cpython-38.pyc,,
+pip/_vendor/urllib3/__pycache__/exceptions.cpython-38.pyc,,
+pip/_vendor/urllib3/__pycache__/fields.cpython-38.pyc,,
+pip/_vendor/urllib3/__pycache__/filepost.cpython-38.pyc,,
+pip/_vendor/urllib3/__pycache__/poolmanager.cpython-38.pyc,,
+pip/_vendor/urllib3/__pycache__/request.cpython-38.pyc,,
+pip/_vendor/urllib3/__pycache__/response.cpython-38.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-38.pyc,,
+pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-38.pyc,,
+pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-38.pyc,,
+pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-38.pyc,,
+pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-38.pyc,,
+pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-38.pyc,,
+pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-38.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-38.pyc,,
+pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-38.pyc,,
+pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-38.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-38.pyc,,
+pip/_vendor/urllib3/packages/__pycache__/six.cpython-38.pyc,,
+pip/_vendor/urllib3/packages/backports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-38.pyc,,
+pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-38.pyc,,
+pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-38.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-38.pyc,,
+pip/_vendor/urllib3/util/__pycache__/connection.cpython-38.pyc,,
+pip/_vendor/urllib3/util/__pycache__/proxy.cpython-38.pyc,,
+pip/_vendor/urllib3/util/__pycache__/queue.cpython-38.pyc,,
+pip/_vendor/urllib3/util/__pycache__/request.cpython-38.pyc,,
+pip/_vendor/urllib3/util/__pycache__/response.cpython-38.pyc,,
+pip/_vendor/urllib3/util/__pycache__/retry.cpython-38.pyc,,
+pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-38.pyc,,
+pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-38.pyc,,
+pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-38.pyc,,
+pip/_vendor/urllib3/util/__pycache__/timeout.cpython-38.pyc,,
+pip/_vendor/urllib3/util/__pycache__/url.cpython-38.pyc,,
+pip/_vendor/urllib3/util/__pycache__/wait.cpython-38.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/env/lib/python3.8/site-packages/pip-25.0.1.dist-info/REQUESTED b/env/lib/python3.8/site-packages/pip-25.0.1.dist-info/REQUESTED
new file mode 100644
index 000000000..e69de29bb
diff --git a/env/lib/python3.8/site-packages/pip-25.0.1.dist-info/WHEEL b/env/lib/python3.8/site-packages/pip-25.0.1.dist-info/WHEEL
new file mode 100644
index 000000000..505164bc0
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip-25.0.1.dist-info/entry_points.txt b/env/lib/python3.8/site-packages/pip-25.0.1.dist-info/entry_points.txt
new file mode 100644
index 000000000..25fcf7e2c
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip-25.0.1.dist-info/top_level.txt b/env/lib/python3.8/site-packages/pip-25.0.1.dist-info/top_level.txt
new file mode 100644
index 000000000..a1b589e38
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip-25.0.1.dist-info/top_level.txt
@@ -0,0 +1 @@
+pip
diff --git a/env/lib/python3.8/site-packages/pip/__init__.py b/env/lib/python3.8/site-packages/pip/__init__.py
new file mode 100644
index 000000000..d628f93ee
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/__main__.py b/env/lib/python3.8/site-packages/pip/__main__.py
new file mode 100644
index 000000000..599132611
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/__main__.py
@@ -0,0 +1,24 @@
+import os
+import sys
+
+# Remove '' and current working directory from the first entry
+# of sys.path, if present to avoid using current directory
+# in pip commands check, freeze, install, list and show,
+# when invoked as python -m pip 
+if sys.path[0] in ("", os.getcwd()):
+    sys.path.pop(0)
+
+# If we are running from a wheel, add the wheel to sys.path
+# This allows the usage python pip-*.whl/pip install pip-*.whl
+if __package__ == "":
+    # __file__ is pip-*.whl/pip/__main__.py
+    # first dirname call strips of '/__main__.py', second strips off '/pip'
+    # Resulting path is the name of the wheel itself
+    # Add that to sys.path so we can import pip
+    path = os.path.dirname(os.path.dirname(__file__))
+    sys.path.insert(0, path)
+
+if __name__ == "__main__":
+    from pip._internal.cli.main import main as _main
+
+    sys.exit(_main())
diff --git a/env/lib/python3.8/site-packages/pip/__pip-runner__.py b/env/lib/python3.8/site-packages/pip/__pip-runner__.py
new file mode 100644
index 000000000..c633787fc
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/__pycache__/__init__.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..808058b71e38172ac47eabafd5548d8df8959c12
GIT binary patch
literal 630
zcmYjP&59H;5KhuPz3u3N2QPct++@J%=&nDjh$w;}$SSN}=F(&)wbQ}wBqZrwde}Yb
zJ9zO0e5Jm65_|$rR>mK;NEKB{RefJ2`LMe?B`BMp4;!F_d{4nu$uW428V=AXqG(Gx
zx}Y6fFiI3#WNHT(P{{Yl9)XFz2kHw{W^?=huC|wLKgppp_lX}YPf|)QN&D@>J2=|5Dt
zf+%$x?(hJ>n;2bqBE(w9re9Vo+X*)~DX^!|A@mT$qx+AKs%;~mhMCc^tk1o44m?h~
zkC|2dk7d8}*Yv%57e(C|18s^c<
z)kp9G%$aEQ@^8jrbtHn0Fn4$=*T^l=tPx$ux~|+X=AG0gA%=uUCO4Q*A7Vz2XFFpN
z2dB;2rzh|kn(=yFpMekfgmpb;A^I^x&fAhL$t&hs$}gXGR`o4BOBb<)xXJSDH)YYK
Axc~qF

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/__pycache__/__main__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/__pycache__/__main__.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..64054ad7d36050acbdb274e924e970e7aa3b623f
GIT binary patch
literal 458
zcmYk1%Sr<=6oyYSmyW$HL<&Aa7o7nM;zGnHa8qc#{3aLxY}P;*JUdZi*kvJ9rbCz~>4cU;0T
zNRF`e8d&gkXigm6`Vtz(00YU_+}t7%3-`6vu!c?fP8Uf)-f&VLNRN~+k
zcQA*>G5b`5N8TUwV?=T5-c8)OwIO+aeS6ks>abiV3m+_
j^7p@3Z)|j)m-0Tt3r0SbGmBUh4p`TZf+N=F5$p0Fh*y9_

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/__pycache__/__pip-runner__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/__pycache__/__pip-runner__.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..f162ff62048de353463129a9381fe3575b502ee6
GIT binary patch
literal 1647
zcmZ`(-EJc_6t+FnX7bZCZ5JdK3C+bKh}0yDRzh5qvZw^8gwoOu&fdwhJ(cm901v{WH5#(#Z!^7{fI
zf8yr;D8c3_kog0cBmt3BvX}-`IsuceT(~BIqv)wCnOyvZy+;%~BlWz~r
zg*}_nTcDq5p{Ep-VD@5fP!7rzb(iDHpc+&uQC0YAQ#z%=(lXZd_u(o{D
zkW|&DQaO@9{Khp
zGJcq5BR}o?S(L5&KSl5_@r5s=eqU*oSYIU0MwG@?-sqS~7tM
z|3D}?XOh58+H2C>F;+KO&f1T2dhr|4h~n>Oos)E+I#MK^Y-CT;q?J8s^|ew*k!o2j
z!ZW2i5Ux%f9nB@4v_I>Z$f{Nbr{Y+d4urYGIq;SqCW+FVx3f`R-Z)l?y3F)u1L2{6
zE@5Q+!G+Q$N)rxv+8c2iir8$nUkd|L_cV0E4H3BF7ffAe;CK;a_(jj
ziG0xteXJ~;f}a0mM6ZFF4}nba?l6zKtU()e{OIjIw_k$-xIHlIagOFV&nukIS`5}T
z&d-OU00O&e7z<+t3My3=M(+W^de&GUdIi`cM1xWFD5J$6G%yfR!uj}^4y8A_C=CxO48zucTuk4QuJP+N=$mWavR1bs=7C
zOQ~sNHZ-;rI)u*_=NjLPnUiG*j^MM5MG0nBzmJFS;Dri;pF329>t9whmbWoG+{6dT
jU>;^&

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/__init__.py b/env/lib/python3.8/site-packages/pip/_internal/__init__.py
new file mode 100644
index 000000000..1a5b7f87f
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/__init__.py
@@ -0,0 +1,18 @@
+from typing import List, Optional
+
+from pip._internal.utils import _log
+
+# init_logging() must be called before any call to logging.getLogger()
+# which happens at import of most modules.
+_log.init_logging()
+
+
+def main(args: Optional[List[str]] = None) -> int:
+    """This is preserved for old console scripts that may still be referencing
+    it.
+
+    For additional details, see https://github.com/pypa/pip/issues/7498.
+    """
+    from pip._internal.utils.entrypoints import _wrapper
+
+    return _wrapper(args)
diff --git a/env/lib/python3.8/site-packages/pip/_internal/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/__pycache__/__init__.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..6a884ab49b16e17924322d2687cdb8a952818faa
GIT binary patch
literal 692
zcmZuv&59H;5Kg*#dV0rM5cIMqa~*IxhZS8H5mE3Y>p{H?NR#Q*bO-wx1fHz4i|oN7sZ=GYs_(1h&EesKkzD+`U-O8uAHlgU2{}(_x~HTx)4X9V
z-|#ltL_GLW6Sv7G;S7?mvu}*{<`4mg^oSiXnCs+oq-Q$)G}~l4e#KVVPs+nq(U`n2
z&X3tk>rLOOX2r*(X!`0b94V~am?HQAyOM{1D1wWXqoKq3=hcu{Z`g}3sS3&
zD*C$b*7kV4Lx8P;wMSLH1C-F6%f@W4ZXD+)(isnHOQ)(LYysxK;<6yq_@c<|eoR_r
zy6{I__zEmtMtFnP6+c@YjH%ySY7>Sx!I;$M)_-VVh#Z$wPI}^sBF5Nx9AhFjWt*5>
ZQ=#6NJ!*SBH1Ifd%cZ1lM$06N{{Sz6xZwZ*

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/__pycache__/build_env.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/__pycache__/build_env.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..57057f76c479b4b790dea572d00fe509aa564b1f
GIT binary patch
literal 9818
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
B%`yN0

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/__pycache__/configuration.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/__pycache__/configuration.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..5810ace1898326fd88cdb4f97b81a094b5dd6b31
GIT binary patch
literal 11702
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

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/__pycache__/main.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/__pycache__/main.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..cc5747eb03266f67aac63834fe4678bd4dfa46ae
GIT binary patch
literal 616
zcmYjPO>fjN5VezRSXNZxz@;aAjl{->A}9zUBqUC#94H6&QhDRqjYZ;EGu~FI%BlSs
zh&z8NS58R$0#1w_lt8xl}*KaM{$~e2+ED{(Ekc7FN&v~{F-1q1>-2dg#%s-d&089WUg
zC~DA!NGi4_s@{x>qU$=f28FNz1m8HnT_`pe>&2eD;}XVN_fM&^5RL2Ti6Q{i#u(_O
z)>{|b-MVguUWYLl9bC|kXa}U9KYejr?+amiQzfVQ*#(*q0Qu36IkG-;J_7O>>K&`0
z8hpet417vhrko7Z(D(d@z&Z0jpLIL*psn%TF}8zWhNI;M0oD$d5l!<2P=i0$om>Bp
zII52|xd_X^w`R-QlFZxYx;M_(VVsIYQbS50$_E*yKcbQ+RXLS$3_K!C-ve`oDW`~2
c&SLjbdv$lIb{);B}e+rPPP{U(y?*nE(I)

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/__pycache__/pyproject.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/__pycache__/pyproject.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..57bf7c80677ac2d3a584ecf005a029e68e0e219a
GIT binary patch
literal 3773
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
J+}HK<{|6&@1+V}B

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..04cfe4488e6ed221d44e007a323edeadbb877c96
GIT binary patch
literal 8659
zcmbtZ+ix3JdY>DILyDqgS(atTb|#MPn6X9qnq(cvoA{Qv%_^zwwG-~9#E5f5QJM>V
zW@yJOwJ27LVo@|r_HBVA3#ol5(x?6b{R@g+pwIK#rviN{_MvrmB?Hj1IsaKcif6qXxho#t7=SXgOP!tus9w+lfvoM=phlZ{Dk+rgf2
zsxig&Vz4)yZcK;!8vD5I1T*3O#{O`&G0W{za3DO`ILP&K@IrW~afs_o;|SL)
z!Hc2WaJfDnyc8a79OZg7csV@QIL7sf;COhVaf0iU!7Jg(#>ueOsBwEw@M?Ifaf<6x
z!Rc_WF~{}2K|P#r%yWG@I1`?2oaOqy;9PjVabDMizHvcZ+|(Pd32WnZe@0j(u}p=}BcPn1(d2QGijcdqnYKuqk7%)`j}yzzVvkOYE${@AA4(dR(z1CyuefIv)Tkb?YZn7D~ZJexK`(d1G5Jz1Pzjzcl;d(nLNak?BwbKUcEOHzo%j+lc6v{r?j
z7tzD{ptG1$oUgwzpL9|&*TtyU7Rh|K)1AkO@qm!;c_l(D3qsbrkF%*}D~?jH6D6Yq
z9jA+e4cD}SJcbfyHl=uwl_Md1C0FtY`ddsxbofwxbj$CdG0;{tS@v=K$k~T
zW5e`u^DEY-L3R*hx~%&q(-e|7a%x*%2Tk#gMk6(=fAuzVb;KO7;aT}~ljXP<`0k=$
zi;%i_=GgU=RjA+WpS-i$>2`^s$CJ~p-xDqk2U2+cV@w(ukow)4la+BPWMi;K=5!ME
z(3uUvZwr}OBmkMk+FMTIo@^;CaE5x7y^w2k((FEloUcH#o5R7HA?b$Y2`Y%ss(2Z-
zY`m$SqRAYZLs#OW&9%g+Yv|UumSq|E7SLnZ_{w?E4A*7We5V3bK$(IiaI(f{
zWKzwAyWfC4=*AzdgFimsuA?2lWNQ6fXNq%FOA8w|j~6%fHGQBb@A0_4;c#z>C^rrH=j5b@D<(m{hOtrJ)P8EL
z8Ea-bHZaz8`By`_n%Vyy+lAc{p3Cra#2ikDWITbX6h4HUO;wj%54=T`@@lN*Zj0Q`
zY1d1V9&B5i3Ac^7oy7GXdYyng0mvfX-64G^YrGaLyXz0_qd!zAmux{oDm2u$I#b`g
zTdPQtTX`BqW(9CgnGFqs3D2tUB#DsZw{A!oOL>S$*t0E?EsK0+ZGuz7+uHg60Zi_M
zVUHaaY~{ly##^g#FU?H2hs;U30Sw-!sj^iT3vV`t{hIlzu()0#GLvX_3D!v8_^ui_
zPeSUWITh$v)hz2}y{bF<6ltEJ>Xs?r21U)xH&Par=Ra!|N$gDguHlzlK>^j%SKxQn
z$O;zF@etWEDuT`q}YUc@L#Bq`CHMu@J+;r)JV-03%9Nl9)OB!1Cuy3Fjh@@HMQZd
zj4urz_rIclX?$(1>o5n!)EO|%y0K=ZrGd3l#@qtbyRfdKG^vgGKj-;{e13U2AM}+q
zdtm$8sw01$j{Cf7zmir5Hr6TL*P;`amQJje<-h0}ef`3~{!;teSaZ_xfkS8bSc{C0
zv_Ubg`k1p?kiSnS=^SZw-AI0qHH!n<*ZJBcYF~r&lom3rU%O8z(j~R-MdH&gWCSum
z(9I=>cF7&}_3hJcJ5JsH?2kH0LKfslBK3SP_2zPf+dr5i+Gj>Cxqb6&{apXlaEgnT
zOOC=zMdE&V<3sntg)?prqEACGu}_gqQWU4PJ<?SFaBoLA$0)Q5e1xFIKM6IN}-n-Oa9U*;%{Pjnf
zMX);?qmoy{W;45&Zz2rn2}!OnGsC34Tdv1wW@qVfGmZrLp@h7i1`9KZpP^4awX7-x
zd@8Tousjax5O}sjv#6J!%6pgt1tlMym0}4G`q7k2F-y76~3~Ye7RYHtx^9lZ>In!2dc*rn=8Q3?~G(v`U4gbdu32
z@TqS6!Lnyfl3fFV0e_!Xxn0$#A>XsQT*SPZt#po$v-2d%j2CG2{6ps_m1hYZ0Ncv5MP}R@csB)z(bG~L?R&&Iatr}>4R`00M=
zo~d+ixFR_arK9Xh$_w%*UF>WYg5smCNrC$=Dfm`qYN+O0
zHlQ{u4`N&8=LlP6@IOGO(+cAytg@Q+Y^
zD>PL=P~IYoJw@qj~aBO{A1#O1U7$)h60-dB*8yJ1h_K+(w|8S1A>;?itSsUu}=C0
z*4-jJ-8}{UFvs!P%Wc9Me60CMjC=&mg->%9kTD|b-9LQ07m;6ZS;&#taXIOh%Upk-
z${+0-Mb4~}2hdHhq?MViNB-Tudy~DCT7lMNy`*>|U+yOS$Sihcc~c@uVx#2v0M$-Y
z5u?Zofj(~tpam9%Pl%;ihtu!df
ze@4CR7gkI1ZxH2;fe!6WGWQiA{L(r_7sX~3z15Wo)F!#MC;2DZV^G+bg4+NfdvIl7
zZ`HQ}se=4ZeiGX+;z=C8geNI%J;}g^YnWz=GEOM4EZ5$tVnw0Ix$yREkXhuO*b#u0jEhv(8>{)Gr4ya^A_6`iN|yzwZuRNs=t}f&l49JQ5+n
zC;GETB#Ux~jz|W-O@}P2L;lKm0EDeH=r1rP2UP4jTKO_vER?)^r7=94jmPdE*nPGU
zU4JUqe@gB!uZ}0rT-^WbRPrxz(&qN#)b?&OBdhcr`>3FMS4jto_8BuOoH~QlN7&iQ
zsj6IL(ir#SM^O-aKIiBgGsu9%(r=D>0a4oUdlR(U3sg{ABP$W=SN>>%dBtxs6ihft
z1h&`hB0U92-ls|LP_Yv}XA^u?c(1{16^Of32gxnok|auSuF`6`&!bIuv#Y?9j?>k=
z4^pjS=?)y5p-+8l703nAuZ;HAxBSF%kejlq202AIGGj)$LYiYy&RETszr=dA_p)LW
z*U@S=vm#})VcxT1oYXmWLhv9nq>uqs?DR3E%O&ZEBz{X0Y)OVRdjW41>WF3|KgL@G
ze$@cdI^l>!#qLFrH4Z1=lAh!~=gWGkx4W_HpH
zks#*~x;@D1t81m;)A~UHo$LfldkXSbNeMm=d
z0~p6;r@q%51-cmOT>(DR5!V37dv^N)pOZ^BBO?b*2kQoSmbTteFL
zef5gQX>#VK*<`zt70CiZ-?H+pcNadmedF3Y2&!G$YV0bRxZ5J>1*s&RXQXy#lFW4{-OE6{2!AuY5J3ajs|F{w`?
zn~9P!DB)1`-PShBM%9=$CrhmKf2Y4cOR*+S~tKd4<|}
P>q+I^nJMbed!GC+5+Ud8

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/build_env.py b/env/lib/python3.8/site-packages/pip/_internal/build_env.py
new file mode 100644
index 000000000..e8d1aca0d
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/build_env.py
@@ -0,0 +1,322 @@
+"""Build Environment used for isolation during sdist building
+"""
+
+import logging
+import os
+import pathlib
+import site
+import sys
+import textwrap
+from collections import OrderedDict
+from types import TracebackType
+from typing import TYPE_CHECKING, Iterable, List, Optional, Set, Tuple, Type, Union
+
+from pip._vendor.packaging.version import Version
+
+from pip import __file__ as pip_location
+from pip._internal.cli.spinners import open_spinner
+from pip._internal.locations import get_platlib, get_purelib, get_scheme
+from pip._internal.metadata import get_default_environment, get_environment
+from pip._internal.utils.logging import VERBOSE
+from pip._internal.utils.packaging import get_requirement
+from pip._internal.utils.subprocess import call_subprocess
+from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds
+
+if TYPE_CHECKING:
+    from pip._internal.index.package_finder import PackageFinder
+
+logger = logging.getLogger(__name__)
+
+
+def _dedup(a: str, b: str) -> Union[Tuple[str], Tuple[str, str]]:
+    return (a, b) if a != b else (a,)
+
+
+class _Prefix:
+    def __init__(self, path: str) -> None:
+        self.path = path
+        self.setup = False
+        scheme = get_scheme("", prefix=path)
+        self.bin_dir = scheme.scripts
+        self.lib_dirs = _dedup(scheme.purelib, scheme.platlib)
+
+
+def get_runnable_pip() -> str:
+    """Get a file to pass to a Python executable, to run the currently-running pip.
+
+    This is used to run a pip subprocess, for installing requirements into the build
+    environment.
+    """
+    source = pathlib.Path(pip_location).resolve().parent
+
+    if not source.is_dir():
+        # This would happen if someone is using pip from inside a zip file. In that
+        # case, we can use that directly.
+        return str(source)
+
+    return os.fsdecode(source / "__pip-runner__.py")
+
+
+def _get_system_sitepackages() -> Set[str]:
+    """Get system site packages
+
+    Usually from site.getsitepackages,
+    but fallback on `get_purelib()/get_platlib()` if unavailable
+    (e.g. in a virtualenv created by virtualenv<20)
+
+    Returns normalized set of strings.
+    """
+    if hasattr(site, "getsitepackages"):
+        system_sites = site.getsitepackages()
+    else:
+        # virtualenv < 20 overwrites site.py without getsitepackages
+        # fallback on get_purelib/get_platlib.
+        # this is known to miss things, but shouldn't in the cases
+        # where getsitepackages() has been removed (inside a virtualenv)
+        system_sites = [get_purelib(), get_platlib()]
+    return {os.path.normcase(path) for path in system_sites}
+
+
+class BuildEnvironment:
+    """Creates and manages an isolated environment to install build deps"""
+
+    def __init__(self) -> None:
+        temp_dir = TempDirectory(kind=tempdir_kinds.BUILD_ENV, globally_managed=True)
+
+        self._prefixes = OrderedDict(
+            (name, _Prefix(os.path.join(temp_dir.path, name)))
+            for name in ("normal", "overlay")
+        )
+
+        self._bin_dirs: List[str] = []
+        self._lib_dirs: List[str] = []
+        for prefix in reversed(list(self._prefixes.values())):
+            self._bin_dirs.append(prefix.bin_dir)
+            self._lib_dirs.extend(prefix.lib_dirs)
+
+        # Customize site to:
+        # - ensure .pth files are honored
+        # - prevent access to system site packages
+        system_sites = _get_system_sitepackages()
+
+        self._site_dir = os.path.join(temp_dir.path, "site")
+        if not os.path.exists(self._site_dir):
+            os.mkdir(self._site_dir)
+        with open(
+            os.path.join(self._site_dir, "sitecustomize.py"), "w", encoding="utf-8"
+        ) as fp:
+            fp.write(
+                textwrap.dedent(
+                    """
+                import os, site, sys
+
+                # First, drop system-sites related paths.
+                original_sys_path = sys.path[:]
+                known_paths = set()
+                for path in {system_sites!r}:
+                    site.addsitedir(path, known_paths=known_paths)
+                system_paths = set(
+                    os.path.normcase(path)
+                    for path in sys.path[len(original_sys_path):]
+                )
+                original_sys_path = [
+                    path for path in original_sys_path
+                    if os.path.normcase(path) not in system_paths
+                ]
+                sys.path = original_sys_path
+
+                # Second, add lib directories.
+                # ensuring .pth file are processed.
+                for path in {lib_dirs!r}:
+                    assert not path in sys.path
+                    site.addsitedir(path)
+                """
+                ).format(system_sites=system_sites, lib_dirs=self._lib_dirs)
+            )
+
+    def __enter__(self) -> None:
+        self._save_env = {
+            name: os.environ.get(name, None)
+            for name in ("PATH", "PYTHONNOUSERSITE", "PYTHONPATH")
+        }
+
+        path = self._bin_dirs[:]
+        old_path = self._save_env["PATH"]
+        if old_path:
+            path.extend(old_path.split(os.pathsep))
+
+        pythonpath = [self._site_dir]
+
+        os.environ.update(
+            {
+                "PATH": os.pathsep.join(path),
+                "PYTHONNOUSERSITE": "1",
+                "PYTHONPATH": os.pathsep.join(pythonpath),
+            }
+        )
+
+    def __exit__(
+        self,
+        exc_type: Optional[Type[BaseException]],
+        exc_val: Optional[BaseException],
+        exc_tb: Optional[TracebackType],
+    ) -> None:
+        for varname, old_value in self._save_env.items():
+            if old_value is None:
+                os.environ.pop(varname, None)
+            else:
+                os.environ[varname] = old_value
+
+    def check_requirements(
+        self, reqs: Iterable[str]
+    ) -> Tuple[Set[Tuple[str, str]], Set[str]]:
+        """Return 2 sets:
+        - conflicting requirements: set of (installed, wanted) reqs tuples
+        - missing requirements: set of reqs
+        """
+        missing = set()
+        conflicting = set()
+        if reqs:
+            env = (
+                get_environment(self._lib_dirs)
+                if hasattr(self, "_lib_dirs")
+                else get_default_environment()
+            )
+            for req_str in reqs:
+                req = 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/env/lib/python3.8/site-packages/pip/_internal/cache.py b/env/lib/python3.8/site-packages/pip/_internal/cache.py
new file mode 100644
index 000000000..6b4512672
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/cli/__init__.py b/env/lib/python3.8/site-packages/pip/_internal/cli/__init__.py
new file mode 100644
index 000000000..e589bb917
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/cli/__init__.py
@@ -0,0 +1,4 @@
+"""Subpackage containing all of pip's command line interface related code
+"""
+
+# This file intentionally does not import submodules
diff --git a/env/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..c4ffd6cb647dcf11f892e970accc7d7b291a878f
GIT binary patch
literal 271
zcmYjMv1$V`4E1Gc2;?8Ul?)dRfs&zwY~8wqE?tc7tjme|WaD!R$=sjmFJmvT6Qn6KzQ!U=S8ei?qVsd)g9h!vg8}7-rQ3|rK
z>@9|1V`mem`%&k^fZ}anA=VR;Kr^yp_xt3pqJ`MyP
z1=6wfQR=j+yG+zD)g`MnWgvNnz|HMqwOqrKKm

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..8a9084b175c00b8b3a9f788a067e39088bec3924
GIT binary patch
literal 5432
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
J%XgKj{{l@`P$K{U

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..cc07e75e9aa13c526f35efc3f8270f7f986b0896
GIT binary patch
literal 6623
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
F^mn6(NTC1#

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..93cf0a34e79240951c865596aea65cdb716494f1
GIT binary patch
literal 1287
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

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/parser.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/parser.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..49069040d1765d3cb33e0a06b529c0ac1e4c21a0
GIT binary patch
literal 9962
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
P^%d)Hhg!s=)?fbs_=cq-

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..dc4b459b7413043122d93ad2c887270f614908c4
GIT binary patch
literal 8668
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

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/cli/autocompletion.py b/env/lib/python3.8/site-packages/pip/_internal/cli/autocompletion.py
new file mode 100644
index 000000000..f3f70ac85
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/cli/base_command.py b/env/lib/python3.8/site-packages/pip/_internal/cli/base_command.py
new file mode 100644
index 000000000..362f84b6b
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/cli/cmdoptions.py b/env/lib/python3.8/site-packages/pip/_internal/cli/cmdoptions.py
new file mode 100644
index 000000000..eeb7e651b
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/cli/command_context.py b/env/lib/python3.8/site-packages/pip/_internal/cli/command_context.py
new file mode 100644
index 000000000..139995ac3
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/cli/command_context.py
@@ -0,0 +1,27 @@
+from contextlib import ExitStack, contextmanager
+from typing import ContextManager, Generator, TypeVar
+
+_T = TypeVar("_T", covariant=True)
+
+
+class CommandContextMixIn:
+    def __init__(self) -> None:
+        super().__init__()
+        self._in_main_context = False
+        self._main_context = ExitStack()
+
+    @contextmanager
+    def main_context(self) -> Generator[None, None, None]:
+        assert not self._in_main_context
+
+        self._in_main_context = True
+        try:
+            with self._main_context:
+                yield
+        finally:
+            self._in_main_context = False
+
+    def enter_context(self, context_provider: ContextManager[_T]) -> _T:
+        assert self._in_main_context
+
+        return self._main_context.enter_context(context_provider)
diff --git a/env/lib/python3.8/site-packages/pip/_internal/cli/index_command.py b/env/lib/python3.8/site-packages/pip/_internal/cli/index_command.py
new file mode 100644
index 000000000..295108ed6
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/cli/main.py b/env/lib/python3.8/site-packages/pip/_internal/cli/main.py
new file mode 100644
index 000000000..563ac79c9
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/cli/main_parser.py b/env/lib/python3.8/site-packages/pip/_internal/cli/main_parser.py
new file mode 100644
index 000000000..5ade356b9
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/cli/main_parser.py
@@ -0,0 +1,134 @@
+"""A single place for constructing and exposing the main parser
+"""
+
+import os
+import subprocess
+import sys
+from typing import List, Optional, Tuple
+
+from pip._internal.build_env import get_runnable_pip
+from pip._internal.cli import cmdoptions
+from pip._internal.cli.parser import ConfigOptionParser, UpdatingDefaultsHelpFormatter
+from pip._internal.commands import commands_dict, get_similar_commands
+from pip._internal.exceptions import CommandError
+from pip._internal.utils.misc import get_pip_version, get_prog
+
+__all__ = ["create_main_parser", "parse_command"]
+
+
+def create_main_parser() -> ConfigOptionParser:
+    """Creates and returns the main parser for pip's CLI"""
+
+    parser = ConfigOptionParser(
+        usage="\n%prog  [options]",
+        add_help_option=False,
+        formatter=UpdatingDefaultsHelpFormatter(),
+        name="global",
+        prog=get_prog(),
+    )
+    parser.disable_interspersed_args()
+
+    parser.version = get_pip_version()
+
+    # add the general options
+    gen_opts = cmdoptions.make_option_group(cmdoptions.general_group, parser)
+    parser.add_option_group(gen_opts)
+
+    # so the help formatter knows
+    parser.main = True  # type: ignore
+
+    # create command listing for description
+    description = [""] + [
+        f"{name:27} {command_info.summary}"
+        for name, command_info in commands_dict.items()
+    ]
+    parser.description = "\n".join(description)
+
+    return parser
+
+
+def identify_python_interpreter(python: str) -> Optional[str]:
+    # If the named file exists, use it.
+    # If it's a directory, assume it's a virtual environment and
+    # look for the environment's Python executable.
+    if os.path.exists(python):
+        if os.path.isdir(python):
+            # bin/python for Unix, Scripts/python.exe for Windows
+            # Try both in case of odd cases like cygwin.
+            for exe in ("bin/python", "Scripts/python.exe"):
+                py = os.path.join(python, exe)
+                if os.path.exists(py):
+                    return py
+        else:
+            return python
+
+    # Could not find the interpreter specified
+    return None
+
+
+def parse_command(args: List[str]) -> Tuple[str, List[str]]:
+    parser = create_main_parser()
+
+    # Note: parser calls disable_interspersed_args(), so the result of this
+    # call is to split the initial args into the general options before the
+    # subcommand and everything else.
+    # For example:
+    #  args: ['--timeout=5', 'install', '--user', 'INITools']
+    #  general_options: ['--timeout==5']
+    #  args_else: ['install', '--user', 'INITools']
+    general_options, args_else = parser.parse_args(args)
+
+    # --python
+    if general_options.python and "_PIP_RUNNING_IN_SUBPROCESS" not in os.environ:
+        # Re-invoke pip using the specified Python interpreter
+        interpreter = identify_python_interpreter(general_options.python)
+        if interpreter is None:
+            raise CommandError(
+                f"Could not locate Python interpreter {general_options.python}"
+            )
+
+        pip_cmd = [
+            interpreter,
+            get_runnable_pip(),
+        ]
+        pip_cmd.extend(args)
+
+        # Set a flag so the child doesn't re-invoke itself, causing
+        # an infinite loop.
+        os.environ["_PIP_RUNNING_IN_SUBPROCESS"] = "1"
+        returncode = 0
+        try:
+            proc = subprocess.run(pip_cmd)
+            returncode = proc.returncode
+        except (subprocess.SubprocessError, OSError) as exc:
+            raise CommandError(f"Failed to run pip under {interpreter}: {exc}")
+        sys.exit(returncode)
+
+    # --version
+    if general_options.version:
+        sys.stdout.write(parser.version)
+        sys.stdout.write(os.linesep)
+        sys.exit()
+
+    # pip || pip help -> print_help()
+    if not args_else or (args_else[0] == "help" and len(args_else) == 1):
+        parser.print_help()
+        sys.exit()
+
+    # the subcommand name
+    cmd_name = args_else[0]
+
+    if cmd_name not in commands_dict:
+        guess = get_similar_commands(cmd_name)
+
+        msg = [f'unknown command "{cmd_name}"']
+        if guess:
+            msg.append(f'maybe you meant "{guess}"')
+
+        raise CommandError(" - ".join(msg))
+
+    # all the args without the subcommand
+    cmd_args = args[:]
+    cmd_args.remove(cmd_name)
+
+    return cmd_name, cmd_args
diff --git a/env/lib/python3.8/site-packages/pip/_internal/cli/parser.py b/env/lib/python3.8/site-packages/pip/_internal/cli/parser.py
new file mode 100644
index 000000000..bc4aca032
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/cli/progress_bars.py b/env/lib/python3.8/site-packages/pip/_internal/cli/progress_bars.py
new file mode 100644
index 000000000..3d9dde8ed
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/cli/req_command.py b/env/lib/python3.8/site-packages/pip/_internal/cli/req_command.py
new file mode 100644
index 000000000..92900f94f
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/cli/spinners.py b/env/lib/python3.8/site-packages/pip/_internal/cli/spinners.py
new file mode 100644
index 000000000..cf2b976f3
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/cli/spinners.py
@@ -0,0 +1,159 @@
+import contextlib
+import itertools
+import logging
+import sys
+import time
+from typing import IO, Generator, Optional
+
+from pip._internal.utils.compat import WINDOWS
+from pip._internal.utils.logging import get_indentation
+
+logger = logging.getLogger(__name__)
+
+
+class SpinnerInterface:
+    def spin(self) -> None:
+        raise NotImplementedError()
+
+    def finish(self, final_status: str) -> None:
+        raise NotImplementedError()
+
+
+class InteractiveSpinner(SpinnerInterface):
+    def __init__(
+        self,
+        message: str,
+        file: Optional[IO[str]] = None,
+        spin_chars: str = "-\\|/",
+        # Empirically, 8 updates/second looks nice
+        min_update_interval_seconds: float = 0.125,
+    ):
+        self._message = message
+        if file is None:
+            file = sys.stdout
+        self._file = file
+        self._rate_limiter = RateLimiter(min_update_interval_seconds)
+        self._finished = False
+
+        self._spin_cycle = itertools.cycle(spin_chars)
+
+        self._file.write(" " * get_indentation() + self._message + " ... ")
+        self._width = 0
+
+    def _write(self, status: str) -> None:
+        assert not self._finished
+        # Erase what we wrote before by backspacing to the beginning, writing
+        # spaces to overwrite the old text, and then backspacing again
+        backup = "\b" * self._width
+        self._file.write(backup + " " * self._width + backup)
+        # Now we have a blank slate to add our status
+        self._file.write(status)
+        self._width = len(status)
+        self._file.flush()
+        self._rate_limiter.reset()
+
+    def spin(self) -> None:
+        if self._finished:
+            return
+        if not self._rate_limiter.ready():
+            return
+        self._write(next(self._spin_cycle))
+
+    def finish(self, final_status: str) -> None:
+        if self._finished:
+            return
+        self._write(final_status)
+        self._file.write("\n")
+        self._file.flush()
+        self._finished = True
+
+
+# Used for dumb terminals, non-interactive installs (no tty), etc.
+# We still print updates occasionally (once every 60 seconds by default) to
+# act as a keep-alive for systems like Travis-CI that take lack-of-output as
+# an indication that a task has frozen.
+class NonInteractiveSpinner(SpinnerInterface):
+    def __init__(self, message: str, min_update_interval_seconds: float = 60.0) -> None:
+        self._message = message
+        self._finished = False
+        self._rate_limiter = RateLimiter(min_update_interval_seconds)
+        self._update("started")
+
+    def _update(self, status: str) -> None:
+        assert not self._finished
+        self._rate_limiter.reset()
+        logger.info("%s: %s", self._message, status)
+
+    def spin(self) -> None:
+        if self._finished:
+            return
+        if not self._rate_limiter.ready():
+            return
+        self._update("still running...")
+
+    def finish(self, final_status: str) -> None:
+        if self._finished:
+            return
+        self._update(f"finished with status '{final_status}'")
+        self._finished = True
+
+
+class RateLimiter:
+    def __init__(self, min_update_interval_seconds: float) -> None:
+        self._min_update_interval_seconds = min_update_interval_seconds
+        self._last_update: float = 0
+
+    def ready(self) -> bool:
+        now = time.time()
+        delta = now - self._last_update
+        return delta >= self._min_update_interval_seconds
+
+    def reset(self) -> None:
+        self._last_update = time.time()
+
+
+@contextlib.contextmanager
+def open_spinner(message: str) -> Generator[SpinnerInterface, None, None]:
+    # Interactive spinner goes directly to sys.stdout rather than being routed
+    # through the logging system, but it acts like it has level INFO,
+    # i.e. it's only displayed if we're at level INFO or better.
+    # Non-interactive spinner goes through the logging system, so it is always
+    # in sync with logging configuration.
+    if sys.stdout.isatty() and logger.getEffectiveLevel() <= logging.INFO:
+        spinner: SpinnerInterface = InteractiveSpinner(message)
+    else:
+        spinner = NonInteractiveSpinner(message)
+    try:
+        with hidden_cursor(sys.stdout):
+            yield spinner
+    except KeyboardInterrupt:
+        spinner.finish("canceled")
+        raise
+    except Exception:
+        spinner.finish("error")
+        raise
+    else:
+        spinner.finish("done")
+
+
+HIDE_CURSOR = "\x1b[?25l"
+SHOW_CURSOR = "\x1b[?25h"
+
+
+@contextlib.contextmanager
+def hidden_cursor(file: IO[str]) -> Generator[None, None, None]:
+    # The Windows terminal does not support the hide/show cursor ANSI codes,
+    # even via colorama. So don't even try.
+    if WINDOWS:
+        yield
+    # We don't want to clutter the output with control characters if we're
+    # writing to a file, or if the user is running with --quiet.
+    # See https://github.com/pypa/pip/issues/3418
+    elif not file.isatty() or logger.getEffectiveLevel() > logging.INFO:
+        yield
+    else:
+        file.write(HIDE_CURSOR)
+        try:
+            yield
+        finally:
+            file.write(SHOW_CURSOR)
diff --git a/env/lib/python3.8/site-packages/pip/_internal/cli/status_codes.py b/env/lib/python3.8/site-packages/pip/_internal/cli/status_codes.py
new file mode 100644
index 000000000..5e29502cd
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/cli/status_codes.py
@@ -0,0 +1,6 @@
+SUCCESS = 0
+ERROR = 1
+UNKNOWN_ERROR = 2
+VIRTUALENV_NOT_FOUND = 3
+PREVIOUS_BUILD_DIR_ERROR = 4
+NO_MATCHES_FOUND = 23
diff --git a/env/lib/python3.8/site-packages/pip/_internal/commands/__init__.py b/env/lib/python3.8/site-packages/pip/_internal/commands/__init__.py
new file mode 100644
index 000000000..858a41014
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/commands/__init__.py
@@ -0,0 +1,132 @@
+"""
+Package containing all pip commands
+"""
+
+import importlib
+from collections import namedtuple
+from typing import Any, Dict, Optional
+
+from pip._internal.cli.base_command import Command
+
+CommandInfo = namedtuple("CommandInfo", "module_path, class_name, summary")
+
+# This dictionary does a bunch of heavy lifting for help output:
+# - Enables avoiding additional (costly) imports for presenting `--help`.
+# - The ordering matters for help display.
+#
+# Even though the module path starts with the same "pip._internal.commands"
+# prefix, the full path makes testing easier (specifically when modifying
+# `commands_dict` in test setup / teardown).
+commands_dict: Dict[str, CommandInfo] = {
+    "install": CommandInfo(
+        "pip._internal.commands.install",
+        "InstallCommand",
+        "Install packages.",
+    ),
+    "download": CommandInfo(
+        "pip._internal.commands.download",
+        "DownloadCommand",
+        "Download packages.",
+    ),
+    "uninstall": CommandInfo(
+        "pip._internal.commands.uninstall",
+        "UninstallCommand",
+        "Uninstall packages.",
+    ),
+    "freeze": CommandInfo(
+        "pip._internal.commands.freeze",
+        "FreezeCommand",
+        "Output installed packages in requirements format.",
+    ),
+    "inspect": CommandInfo(
+        "pip._internal.commands.inspect",
+        "InspectCommand",
+        "Inspect the python environment.",
+    ),
+    "list": CommandInfo(
+        "pip._internal.commands.list",
+        "ListCommand",
+        "List installed packages.",
+    ),
+    "show": CommandInfo(
+        "pip._internal.commands.show",
+        "ShowCommand",
+        "Show information about installed packages.",
+    ),
+    "check": CommandInfo(
+        "pip._internal.commands.check",
+        "CheckCommand",
+        "Verify installed packages have compatible dependencies.",
+    ),
+    "config": CommandInfo(
+        "pip._internal.commands.configuration",
+        "ConfigurationCommand",
+        "Manage local and global configuration.",
+    ),
+    "search": CommandInfo(
+        "pip._internal.commands.search",
+        "SearchCommand",
+        "Search PyPI for packages.",
+    ),
+    "cache": CommandInfo(
+        "pip._internal.commands.cache",
+        "CacheCommand",
+        "Inspect and manage pip's wheel cache.",
+    ),
+    "index": CommandInfo(
+        "pip._internal.commands.index",
+        "IndexCommand",
+        "Inspect information available from package indexes.",
+    ),
+    "wheel": CommandInfo(
+        "pip._internal.commands.wheel",
+        "WheelCommand",
+        "Build wheels from your requirements.",
+    ),
+    "hash": CommandInfo(
+        "pip._internal.commands.hash",
+        "HashCommand",
+        "Compute hashes of package archives.",
+    ),
+    "completion": CommandInfo(
+        "pip._internal.commands.completion",
+        "CompletionCommand",
+        "A helper command used for command completion.",
+    ),
+    "debug": CommandInfo(
+        "pip._internal.commands.debug",
+        "DebugCommand",
+        "Show information useful for debugging.",
+    ),
+    "help": CommandInfo(
+        "pip._internal.commands.help",
+        "HelpCommand",
+        "Show help for commands.",
+    ),
+}
+
+
+def create_command(name: str, **kwargs: Any) -> Command:
+    """
+    Create an instance of the Command class with the given name.
+    """
+    module_path, class_name, summary = commands_dict[name]
+    module = importlib.import_module(module_path)
+    command_class = getattr(module, class_name)
+    command = command_class(name=name, summary=summary, **kwargs)
+
+    return command
+
+
+def get_similar_commands(name: str) -> Optional[str]:
+    """Command name auto-correct."""
+    from difflib import get_close_matches
+
+    name = name.lower()
+
+    close_commands = get_close_matches(name, commands_dict.keys())
+
+    if close_commands:
+        return close_commands[0]
+    else:
+        return None
diff --git a/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..210ece7f541b93f2f420ca8fc0ca7d3695564bd5
GIT binary patch
literal 3158
zcmd5;NpBoQ6z**n&tk`kN#ZP|LpH|o^bic$2qB512n$FeSphLZYPI{-Ot;+2P*r0y
zqnVRAbLHYga^%FFpHf#&Nc;jMBwkf_I}UhqW=380Rdv-@ufF%HUcYEIYa0H>f8GpM
z7Bua5**N@L!o~x9n4@dj3k|fc209p#-qo=-BO^AurY`%e$cjtdQe5tq<4U)p`btqX
zp6kx(8Zn^^l|7?dBQ>bP9MtwqM0IFDQ=xfSfMW_R!f`mE&=R}@Clxvcr(s#4GjJBp
zDRds*g$oMVa1q{9=n`CpD+*nOYw*58Em(o;3avsL9ECdY0o+jNLs)~46#5u$!Yzev
z!yUN0XTm4@i`_aYlLo2vjAe~9;odzBTO~3FpYEG*A3poh>ds?Ng*28mc(8B4LwJOJ
z3t((&t@ZJh+H=p}_WH#3(}a6r5+;4yiz0gv4zMeZy#!e84=MQ5mM&_E7Zc#aK}1@n
zFdrr(VLc9gE~?K4JWLZW!a?b^7!h~i@nF^VBabmxvaQ-|h|AE?
z_+4Dnal?cYibPJax)Uahqe)_ZBLg|>crkC=gKP`T8DE$|0qJfMr5=cd$2lrUju#z=
zSmfr9GGvJAWTqT@QNV)d#6iy?qVqF|dX$hc5zQy6E+}q18}h-B+xa2{4w$gZrsVr!
zNJ&f*&g@=FV~;y;lWahI-j$L`P%LpFZ`(W|_F%+=G_gst6Vf!1#LoEa42z?XaZ&#g
z%Yy2(Y#d?hYz`KryQ02{Wx=r`8_1Du2jj=~w$dXNaK`6mSmp=B-xiH^Srxpuz9uy6
zjgGL+4!j*1>oJC5xD^o_$bck35dKcqM*O~lgr;byVu)vvrn9;7Js
zy~xIMWA~$U3n8AY*OQ&`te{}TqkbToo2o8Ym$Rn*eDr)ny8R#~-lB+ynxG=GDrl}0
zj+b`fp_Yc?Uav8GHy{LUl!IqehA7bwqOl>Xf^w~(e8Yb`UKn{&*d9&e!dP?!PLu-A
z@}jarG`^9>6boE_Gz=ri48)L^e4}(o-#7`gqb=}QAnKoES@2y#fai-~46uMOJMA6V
zCzTI(q=6S_MnH_0o^t=9VM7%Qul_DB3BdocxS&w2eb=yz_MUGr5L5XhYe&-Yf)6f{DP|<+?aE(Z@qGU
zZ^=>eRuPuE7Az(Yb_oLr4`Mlsc2Um5xuhaXl(GmaWq!7lb809}p=l}Gx+Sd=&0I6)
z0_GM>G?q*hqP)H9(LNJpO8Af_KIZ#_UlmaapD*xXcd_8wL|fLrGpEMXoLXFeX-te)
z`n1H&Noiv48PoEl+`};w3-okTI
z=1OK+%-#)opt}1QLWwPHbreC%petyKsN@;0Wzm*w&xP?Ir929^L^FeKmK;T;Pq@c9
zZB^AwdR-2$AIhAf_BwOYwtQR8rxv2QYJjNZ8vdfun>g&RUMEOn(g82&WcPl1u-2CT
z+zLsXQ_P@*b}$um(5igInsd9uLQdL6e(m7d=o}>IPT{4Fi+v$?U1u;7^S)Be&0og2
zHd7yP*1TTB|B^v(V_z-}T}AwcBTekE@L9))Nz2v8oEGa-T}OAlG+t>_ZK6*!Zoaf$
zY3N9FEOjOZ=*!xs24?oOtnrz`OVS~>H{@yCPbtN?b*Ky-{8Cv&xlyl_5f{@b1~7Zt
zDv1h&y&lRy@8Bp=iqc&|GsjumWW-u#<{R~PKAT-gp|sA5TXOP}T!4i!-ifr3gpKeG
zYha-n4Wnwz8Rm_`t{_u#~c3u1|sec

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/cache.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/cache.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..469568fc7edc837c10d7d8899982ff8dbb59766b
GIT binary patch
literal 6541
zcmbtY&2JmW72j_zKSa}#EZK4rZyW?Morr4VG)Yy*P3ojc0atM?Cv_PZG{qT_l$X2o
z%+j`4s)sr~_S8#&IDi!N67>#aYWGmL*wXY%Ku^EQh73>7n&85-5}X;w}2tUO-Ur~6Kr>G)M&x7{$?$yIZmd^NB8URdbNRp&azYEkzy;fYSETGDMlJlUDA&g*tI
zT<9!T7fplD^HYz^>eBlL%dz~Y2Fr8*kzHM8=B80Dd=2i5jk2k{kLzKN%d(~HccNY8
zTx-h&lbUSzd4s+_`5Q|On=`mUlB!zFtlG?~I?S%R%wg_hlX)!j
zsZ;fMhWk8w#^5>TKekzxNLR)DlaDPn
z&lW%{P0<$FDbP;N%wA&4pw7=wPqQ&a!7fS=8geJ$n{kd5)a}?UWv+
z_rwB>e4d>Lb%{C9)eDe!z0u-Bq1PWkM7aRJpG30D8%Y2)1<+N!$%AgY`;rVEv^Wog
z22HBu^w7=TRwGrYTu&*h0c(r(V6zoJ2$B|0M-vSz#$vakr>zFy5i$PX-cebB0xq&K0~9-{R}kPVSe(+XuYF5cP@A9Ny0^R<<1>!ItsRUP!F16ycO_=
zUBRWK{o%{?@n>lp=?-u9Khvv_^k3|XxJd$=p^%tnNF%A~3Yk{XCD7(t5H^|DA!?;XTW;jS?8m+k9;8Hm)
z9(D!otn4Vi(P6c?n@E+bGu@)8UbikJ7iys$;gQe)kZVm5_qqs1j^yF?SB7{NYdmSJ
zwc-w6WA$jQyPLG)XtjH3bz5-0)#j^-fbDXz#-sadVS8&h;!@?!H3>6Y9a;7oJa4Vm
zj>xj=;o8XA)>0?z?yCGDbMgYdD(6udre|7*|0iCye|pl_D-)B-w#uZtfB@>EDMb+r
zG;CUC`1A0j?4))5Cp1WxC?@F^#YSB5J
z@ki6xb4{cF46QbBcM3E!{i26)zc9YEHeqXf?yuZi=tb5oBbkHcWj0_4Hrz`&>?mEdb_YDG1Nd{)yMtr26z!>(qrq#YxDuS1ZUPuU&LNoje_
zdP-8+!_~Y{XG-OA%Bq5Nshpj-4O^D6NH`N&ki_#;Wl)tp@eH*Cs)(xm7BWG|g%k_a
zHMutLw0e#xw&+E#p`qh|VL9gT|8LLt%$(`iB~UE0@E^xzHC~Jej{4$CR>m0~m6z!=pr&9YJAA
zRH%A^s#R29*)yA**^(evx``r5UIy6rt^UdsvxiE8&ZgMTV+P4ov;8F+(`*k6V*CJ`
z*s~M3&_0|7&SIhOpy!}xA6R?tu?eJ4L~2j0MkJ7osWAd8Tk*)JRzd%0w8zc|Q^h39XG?}1ZgUVM^iB}sSn{;LRw
zXedu-eOW(i4dDSLsmb5qym?)t6N$M|uah#O
zaqIC@uR%OvxEpNs+F_DnD>;@K)=1_4tps)KQp0UbE%R+QLOPk{3+xOtQmqm9qU7j~
z${DqAjOf+!H|Rv2m>5lLsp7QI)Tt@XN0w5Zn_@(roEk+7l}~7oS2lp6D%G}OmlL{B
zg_M#`Q@Nph;lqMboG6eN6wyubsy_KcK~#GLxOdkP
ziwWWvg=ECJ^J${rvm=K&fCD<#4Je)=uI<>&y=#dNbTo4)_Cz_f-GOfFAnt95m$14H
zMmmv-H>gV}5Q*s>YU^-Le25Y%RT}CBkD5k*YJP$;1de5QM*b=@gzL)HE;=jPi&*+o
zlp&ldApSdM&T=5!oLR8?&rS($HbDcoen<>zB!##+{!um|{I6AGoNUFOUjMwmE
zbPaQUhawkIk?{j)Ku11IKL>!3GiP)(VHDa-8k2gVHt9y|MI#MUoKE$!ZzV|3Q!=zR
z#LqAo(BcqP9PY_VO-&mBodZ(F2`Gu5qS{B1`gGk$4KgB2j~IIJAfb524=t4M=#HE;1xV2g@FrM>U%1n@%)6l
z_fKCBIV>o^0r-BK(eZicqbZ_ZgxTVnpwVhaO}t4@{yIGLi*yPcjSkK~G0*pN>3N?8
zFUtPXkLmU(NI^4O2T8;6^4x4d`4MEQb*eHC>LS92#0`*OfJq$(MjTIdrt*4G*pBY1
z%zZAlVw?kCpm~%z%9)usqvJsJL=@LXtk*iSS)JS3O}MNLITE*M{*0}>4BGEet)ovInG=_cUMD3iE(`sg`vOex#?l!1dtZ;KM}k%Q+Hn-uL696D3jKLBC|
zbLIxTkaQ$AsnT9Z03S;qo?`0sYKGBwLHjF;)M3EvFHbq*Au7O*1Dbv$l#}={6UItNPshYBy;{7iX_t{6Dq(^EW>&_6B=hR(oipA1GA1Qg*Hw_
zZ=Cc!v2hz4#b)n%VujfeBF!?gS-S0^!rTq9jyX@v)xLYN@}L#=y;c1bTOd#FRDWJ&
zbqXNlHM=|d{@+oCrdF6=wEAbJwWvjyBE9mm@@qA^a;w#V`f8n+^^lipz=O4Wy?Qu&
zld08M+yHr@-HdQY2p7HA1L~{Y$3=~Ddm4t}e%=sdH-hA#Y=Avw2QjwsYOzci;QRj;}ydble)bmZJh=a9XEGz{}-qOXT6N__;
z&eGW>Z{A+a2pU^Ho%+K2Xe%GLI_Yf{v8udew@U#{v#0rf4#%d-_-?7v2-_9P;6V8L
zie8X)t78UHFziVT!!??|Ptf-U>h$z-{9%LZ%Q2aT3_1~47pBMbl6ELlb3c2`n+jcB
z5YKd?o?Tzht#sP5p(C%@#+Wo8lO&E4r}8hSTEAjqgj_-ehzzG7$V?X!8aU&E;=gH&
Bfp`D_

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/check.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/check.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..5999d96e9e9f8edf7df9022d70af90fdf4282ae6
GIT binary patch
literal 1966
zcmZuxOOG2x5bk-8?eRXc%O*hqO+Wz|v16nl;D8X)61c1uX_w?MBpQvU+xG1CJhr=M
zSGL9{=NE8BC^_;!IPeotiyJ2-enG^mdh9sfXxr|ds_Lrh?y9fqVYk~xFs6TfGXC8~
z=nuuL4-=R#Ve%hf!3b*Df
zPS|N^hk98z>}DI`Mz$GlHZqrPW!vF)L$~OSY$x2&5JAs&$s5nLaPJ$0+qm--;SRCq
zMtBozC#dKB3HL%rJx$t=VpQ
zL_~ziFs`VGNPdyBBF{)JdWPIi#w0n5$~ZZTM-ftDaeo|N5I-rhG8XB85+9S2
z;eXG3(5{Sr;t9BUpCpPVLPBp6AnZ
zTsvU7JKKO=v)(vu!F1*Z?EO?*{FmB>X~J~aucCc|K+BqI8WNoo06hfUKAL`TkNfav
z?B1#q-i1=X1%&R&^#rHSRAyYJhoRbok$nxW=nPywY;A+AQRGA
zp8PXnKG?lT`r{%aeH`cgaw5h>zF*$oA2LD)DcKhcs+_Psbbvlh2TP6n!DoFAaoK-a
zGW{|w`w%1uRUXqm)Q)N_yx(++pq#+TRsJTN#t&gZT3hop9e%E6{;U6II_^rMr1sx#
zBe~J&C`t2s;ks@^nVR{JZEb0$?rPJm^{Niwn4?}tx>57`D3a|c$_iXj0<;%J=T%Hq
zZh&*52p0(uJLxDd7>SlJg=pm$(yBN#H>SgFnW|rDK-#4NPh{^XnSXV;tJp3qDivG-
z37)3IMU6(u#Od8TeDA6+z&{1eWs^*4
zDkhPLN6U)1b)7PxI$4xR3)=o6go7~luJUcG*Z`vfcwJL7whu
MTkzer6x}xd2aa$rM*si-

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/completion.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/completion.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..818a0f268cb18dc0d07d4709ba256b9cdac97399
GIT binary patch
literal 4323
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
bT_x2db7|y>lP^AFjKloQIpme+jhy*^*sV5o

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/debug.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/debug.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..b9889b76a6e313574a79dbf9efe4b44c1bc49a2c
GIT binary patch
literal 6816
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
X>=~zCT&T^>%w1ZXua~B8Oke(A%tH0>

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/download.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/download.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..251df80a3a51a10f74845c818c70558ff2c8ae2f
GIT binary patch
literal 4214
zcmbVP-EZT@5$BgEilSus<9y#Kd&M;o5J^ZcA4TCFF1;j0i|Zk%lRPjDSem<*X!GlK
zNnd10FZI0|$ZLT-*pGefpR=!hYS2HRIHW~qmXs~aZ5~R2%bA_o+1=Th-;O@-bZiBl
z4N2SaX0qjNB{#eq$+ovG
z``Yo%5DRAG@)tnG)s~oCBk_b6%#*<
zX^@sVjBM_H{`Bd`ySqTHtun8065tqYr`
zykyiT5fj}sV@VK4$JEb*Vgi$~sGxpU7I}$_?tDg*{3BRVSY&J(;_jB81~5vIE$lTeA3~|5+9W@r49jB|Q+)6@`p}{Uj@>%d?V&
z)D2iTiH=ZBPLM~r8^kK0&7Ze{8QpqjXE4;nJw^w*)h3~BJ-4%Xqh3~EK>nr@mC4Zn2m1vmanBc|c!4_!}>(o*e@XHPK
z5PAma?Ls@a3H+^dZLZ??>^5o5)N@Vxt>RD{c%mQ>JU`Y3DChnjta$^?$x9&OSuFh|?2-eb
z)BL@6J`f#{U$S1Wx*w_$a(&y;7_I^8*R$~YJ`!5Sg&CF%d?jw<#;;sg7u#8vS6KxO
z{+MNDF4__`nqV=U@8nK
z0yyizoS}|0*H0I|7qIhNh(w~!R9_h@&`R)uB*GLkX6ixX1Z9oFtY}QFvnI;tdST7f
z6LoGt>OtDg^cm{gL_0O+4bW;A&IzRI+$=iK-*up_g2XmX^?4JdYcmbTG-mp_F}I2y
z(AG(nxa%{pKQqBz1Lq`Q>tKVJr`Eg$)aI;({Wuf6Tkzf>%~Nx3gU#((LxQFauwcPl
z)~PmckCnMIYa=+ED<3Iey*uyBItO=%a%i#dfVvA*>l>9@#l1hNv)0-DSx4G%&fY*N
z(l5S){vR!DRMKx$_DSKA7O~HMJaf)fTzl~VK&Jitv%bOJ1rLiRhdhFG7M&~6&E78)`4Hp#85C^WRd(0q
z1||N>38gVVzO!3~A?$R&jN|E2Y2ZHOuT{7I6Va%1`NBhJ~WIQM;y2PQP}7^mGU67VrR|X+gg(
zSPRWz1_%q#OBTQ2axlD%unf~f+?MdO)bC&T>ua`qwiT8n*%wWYP--vVJTf*a0S2cbmWs`(iX)mfST4hX&vjiQ;lso9#N+R$2n
zauxa+-W1!3FztjAr*uO_lxq`=S|V<1y6k>@5%r3oyL8-EaKTS{B-6;dcddVT`OmOQl>66J;CvuC-%}FtP{Kfk3Nnya
zHe4x6q(qFAN#26geg=+({0yWc(aXT#VJsbxJTDoW)=m`#kFi4In4^|zsgCMEfI1LT
L*gEPK@V5RRz8mU-

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..30b3a9379f132f947d87eb8a89a5e438a1fd9b4f
GIT binary patch
literal 2996
zcmZuz&5t8T74I*%?Y2Fio88PJvJGO9ERAg-2t^S>L7N02(5#fnB4`w~+O8VAXZmZa
zs)rpjbDCWD#*xG9F<1Vax^h~HKY%1i@O#xBuV+bH{ru{^>Z5-t6}8OR%ly0@wGH3OI(awh
z8s5)>ychKh-_H8^AQ~9HlWpbO(Y9^z9oGH3%>vf@(u;Pv$M+5_Bk8jNB>TUy*cRLV
z(qh}Zd+kQ|n0;&wcV5FX>u6|e{|`x4b2)T$@7GhQL^4yyTxsw3sZ>x0vz(QcO3OlG
z)P7Rtc~UT9kDonx^2zZrEpZ|^Uvh9gsaTdy+kU->}J|%=v^R#iY7Wi?SG1
z?~llsY05|B${80EUYt*0(`v^1;}0e>ReV%Io6NbKRB1KA(u#{B$tJVLK{;uB8dn$k
zQ7ji_ov~QfRVBET@w84coYMLQlVqzTmn>WCf!=Y~hJfH;+w&pKrGvLe0$3g55V8Ckd$k{euM$HBAZ!}!|cdqPUJB+YB4YJS&R7qTAOtM
zt2XcOE)NbY-UHa&75w_F1t0o)@Toz>3N6bQL5SyRt*TmuX(3gTWt@e#DS#*x{CS-U
zp7TP<@T3%ZqQ-&wY&|OxJj@UYe2EW|aF$3u!fL!gLep~|%2JTB6pV|p`S$bWee)lN
zk1J8m!#}T}{Ke4uW{1B}A5JDf*chngLWl!6eS^|kt(+V8mG#PA&)Q@An04>QWAEIw
zlz$D~E1TVa>8)oxVDDna!5f)brM+IIbJJx2*Qxc&^ctk(dq+!WB$k8GXd}?NzcG;7
zPpS%d*4{~)@#WPs$wRf^O*kpyG?*jKZzl`0L-d3&Mdqk{ObP+hBAoMri$tZxJSvkSu5TZkPGJ@I`YK~P1DM?`)Avh+tIcmvyrE)Sm;*~RT@YZ$*-
z4Kby8BkD)vWotA-S?Hi?JTds?;m3_Z@+_?={K&}0GEH_&Tt5u|dbM;8!=bxjma%AW
zG~zF2SM85@tAL
zNVK5TT`JJHO4I_Uf~jKdot9}~+K%oU?P_=JSBaot?Nbd4MJrO5pNq1tsIy6)oxI)I
zdT%zAkFlZr3)4%l60C7x%6_wSBsCvwP_==Yd)A`5)CD
z3f?^$wsmi#zI9-VBQAkS-6h;LY>Sd5btjc&mY{ti?m(OPG0fI>FxXtCR{lfW$*0KP2)aTE{aW8Qg9g=OubD?JBlN?V~57
zXW+aOs1DJFY}gVL(*Kmm&xm{gqP;9dmswv5niJ3!b@3-?C2eTg9pt-@^RMp&j$?c4
zANa3>?w-Bey_;`*Jsjvx92ZH><5&kV*;i-8_v83E`p8Ptj$>BNAl^^s1$CWO$Yb=$
zbKR;X?ijk4mGc-!I8SmZegcC8T^9tMx(Kfl+Qt1t(D}0Ahw+GxbMY<+olWMZ(Xl-r
z4mh5(^>d>czSBgk15`E@MT=`+T~uhif`Dmuigt0Y7_V^x!@IL;m1c5`%>W34Gwn@r?J-v=
o@jJ4ft}MpY?~0D@{IW^Suc$l8dmtUVZ|^vLQ1f%QyuI%K0Ah19!2kdN

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/hash.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/hash.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..97861739b41119bdb98b14571de1ff118f7a49fd
GIT binary patch
literal 2115
zcmZuy-ER{|5Wl@|e}z!mkkS?ol^`r(yAqNubqL=ybka`!3v9cK4uh
zou}}M`Va8nJXQUd_O(xy`VX`(bmnY=Td}8|o86r~&-{Kf&y5zThso)
z#quy=aTlg|4T5Tvq?$i}6Q9&;-Phr*r$%P_Cc!f!wKChcYu!wp%=O(`x6($|^qX1B
zZ`Er%ZD$?7ldbqG_1a0#WUKyacGf>jG)870uyZHG|M0#>UD|l5(FSvm4gVvyh7WDN
zHfW2sUz+}TN_Mqw=TGoZ+wKx&KMB){3DC@kiIDJiHj69^bK2FFwY9VJXh%7_k2g2B
zc6VW?^X+X^1s+kK!qyL&s2w(r-AEj({=7SbS!tNfWz?H4?eEGQ~jRx-k0
zTpp)r-G*JJAwqx-@eQi`CN+GEn$&tts7)R4+hz`PS>t1kHK_~HG-wlcThxSTTB`LR
z6!F6E$*ZOZ16J^>%nQ93&b(p-T3SS5>Xl*iEF8lLkK*Jx>o;rry_gB+MPcp@nO6x$
zy%&j$yR8VuV#QVS@Ap~OW>g1hPeq-+yXJx_O*RN3Dv0~b!tk3S~HW{
zGfV0xk}RG1kh=0PxM|mY4v(xIxc{bI8%*xswHH>+2jhuKS%2H
z2%`faZh1w{5WioJCi-=+Ybld5A(a!wMG`Tg>@dQ}ltbAltWv4Wn58Ah7`m=KuT`xWtQK9*lWWm6)S~rK8_9{t4Xt
zXE=z9j16d*56VLs7kRI|(Hn8bh6(FQ4lFZ1VEOYwnhX~fH~L=<1mt9Ikpp5-CgmVV
za>;lerh{mn`eJ~j_sc`odgrsa06!|$L1@G#`qE<(_l^Fy-I|Bi($bVL8%$P1IknvYslk_NPXWpAw-jq>r=9C9T`*o8|~@(ktuCTrsmX;
z4$5Qw7<$TqCtYA&-=3^)h+EBh{(cSWhUhjpy02O#hlqnpKouxM90G+xQpPz)FL(z9
zb~@Dw5Qm@`1(>oNdY;y`IO4!BqPTjW!TpIqLldxIz67AH-{PIYe}TW_q{Vog
zbd@8bg8wrUbu^0s~$G
jr_P@`)7{(iEWLwGPppA(A)vNykx!Wiu

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/help.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/help.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..195373855efee912123d28648ab261111d362fc8
GIT binary patch
literal 1304
zcmZuwO^e({5baj$YqYcLI5CTzgdi4jn8Sb@_iE&oT5`2y
zdj`!V>tB#-64*WFFZDI2Kz@Nwsn*Oa6O(RKs(w;ezj{^u{P;K^IM)Asu`F#u{xXZh
zff)G`AN3s?PB<+|MPo{hZTd~bq>jMF+#iX&Z>PVZjP
zjmKH<{zka{2g~Wk?>&&cf9-Oo_qON_)~xlod+qoB4ZWhj(B2+)j{4Dy(RFY$L`NaK
zXF!n|CUm^dI^jju>XQsa+KOa{>U+6p6IE12nZh1a>${!2l=W-5mn=McN6*%Gt8}#x
z;i~S!N~E$4&(+C96L~HR;gTjJ05=$
z_!u|6TSUvc5)n^j)U4WNEvL=H=>-U}D8#gdG`kcK3Hd52i^cAbhqFhKDq1mZ@N1e2
z6=9~)ZKlya)5!3gH7m`alONz=>Qgj?-g7N$OiyTF`P8>gs7*h#PS6jm^__!Go#C!$
zsH2|@StN-LlBBA6R|@pUN%FEwOOqe2yd>duhK|!IWTZbTa#@2&K)mbbASU+-3bgKdCltJB9tmh1zz){r^T1Z!)pHh(m7-WDaPXa)RNm{l{CGo|tx5=4y`V
J7$wKa{spXAT3i4C

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/index.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/index.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..c17aba78a7ae38b0e00d9a5d28d9f9551f82c66d
GIT binary patch
literal 4500
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
Cf4iUn

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..66fe299a6b7911aee751023e64efc05105a415ee
GIT binary patch
literal 2977
zcmZuzOK%*<5uVr1%s#mkDOyw{W%4qzhIiM2fxrj|B{t;*3Jf{`#k9
zyH^1h%M%487aelffjasRc7M}UP
zet9zMSk^zNbMx`g`3;)nP
zdxr1icZ%J3*S5HIb(jC(l^x&voyEGW_uOJV-oJF?`^-MH1{?o`?bgA-*8U&Ue8%O#
z)$XU|x%M7q6Q#W`GN~}Q#rSbL%T>b5XPKzVf|n$2)gmiZaw@A5y>^m3<3eUtnItqg
zDOgo2bR~MhepM7{$%sAtYJdOp!^452`=6zfKf)d&JDQQI-k9>YcWFz-^6V(7&!)6e
zyH3?fqN-#j@(Edg^SO@66G*ug+suj`X2&jbVvo6TgL$m+(q=vjo_n#+10M3`uEkp{
zeCe_#YeCxP9p2?l-aB@7E!KYNuny}&zQH_rtfzaAOIh=YTAgSfw<0_%VWduYG^t7j
z4@K2+ltzCzS0_~&-SAulKSZ^t*lfa~Ab4E~6=h}g`@=5}qT@;wsT!F@pUij6H;R4+
z{b}^4l|#Qa5ffa^L^-i(pj8bC^qKf8p6{8GK-*A#1*9ETvbr
za<1H0)+^iey{iUm(F(5&nsNH}!8{la^J|Ql)v$;hA)DmQJ}G0gHY*F|Y_$
z0Mykz0-;AN>>DKi{UDViA6O)@wk^l86N1?|6uO}J1rfnYxs)vW%;)}G|~@i&(E
zA*TJCk58(Ck6BudYXgO0{qgWvaDJ5Wp%OSO7h||<42-WdJ|2BCCS!+dSB&ed9w*2(
zF3L0?PnNkP$Jm~bII7Qe`?b099`=V~mNkWaKL
zxe`5aA|&Dyp~4~BAcKY=^oSo5`3Z<_kVB;Qmr1sCig8awqb^ST5g2(F#Ijp>J-q&Z
zeV@?Rx4r-PLCc=s`o5zEj`#p`mgu6;tsk<8khPB{pMd~H)PSLv&IRGixo{UQv(B30
zgM~{~YvC|w&nkb4G2jR&qOk+jSa?7lu$I|Cn6uP^j(=g0DUKEm$oxH8JrDvkL_a{^
z0sg`RU?MEIN+}lc=9){$nWi?iSSFB!bRX%EvrMH&Ie&s#u909A5jn12hgs;R;7@Vc
zD$WMYxO=@MAy9Wo`FeFhP}9K*o_cq^euDeply+U4AvT~W9+LK**8uo)hP%=LoK_XT
z#_+&j2AAB9$Z=`55TC85FM~^^%fMdz9Ned9@_i7?L14f0ecul4o(t;uj$=9hbG~Z@
zK8g+c2>$%uTY-Kv$ND-m&9tYRUyo2yM^9
zA>H2g&ZeM|!2=!S)pVMbQyrovE^9w+s(p1{L%dwxY(!?n_mSNrvXfO}w5;LK8WpKP
zt(PX*bpNJ~$R;Ny{j>|QNy&KAD6DJ#Xp(2kGVtJg^3f6gqLS66An2!6ze5Q%LCqx8
zaQm4o*E?^nw1(l*ZKkT+eNzL!Xt^9w1x%O4L*IFq0$?u<9CZ_ab6>!9T!_z&zsQg1
ikXzps2_5b&(eRM2V^dB-yJK%V9lJx#ynUih%l$tB(=^Ng

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/install.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/install.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..17ffc4a2bbfe393923cea29eb86cc1633172fe30
GIT binary patch
literal 17835
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
HP~raHzrLpV

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/list.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/list.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..679ef69522cd51c77a82330ce3404835adfc8d78
GIT binary patch
literal 10565
zcmcIq+m9SqTCZDISNHVvTsG1-hS>#UiWwR0;-Dm8u1%=Aok
zRr^%6FHH}-+ObF?VGt3506`i{yjUOvEYJG~AhF^JiF!dSysUsHcwm#2!|yv))zjTG
z*^Pwgai2ctt8=UG{J!h)>*M2P1)uJJd~M@jeoj&Tl^TN|6OEVgjb2q1g(*z+6({{w
z9TjcO*IK%xt3=a%qg8MUEz>buMW@)Z9II7wO0BX}ZjCu(vX9|cTI0^RtQY)hYr>h3
zb<>}0O*vDtUi7D1GtP{xTmEe8kaI}ZOa5Hzuya_}%l>@ph;yWM)Hy2KWB#$$ap$$UP>DC$NjH+B!*d&{Jps*=^
zWJh<-@)AFLL~)+w>h3vSd!#z&(PNs;pvMfKL65JnS+4UkFXC_Eh;l?pf7i4l3On?P
z&gR(R2ZpmKdo8eeP>!&ppwyXqQ>h*M5pj8?rY7bap5Nh7t(c78di%y@cljHam%n*!
zGS%>cFlaVB
zzuDz(;I%kbD89i(gn_7*8!Z;fSt7Kit_6(WyDGv?dpT^iyns>fo3Ae~U%q)0)k;Ra
zEJP@3S~B^H7x7EjifFEOXe-IYI*(l*+-Zt1Xz?J%pxK+;=M8##L+~{&Xq&XySQInA
zx$3sJ)+5Yi#olVi_hOz@?uus2-LMn4JM<3YH@wD{x6ZFLu{(j0B`1
zA03UC@r_QR;0j^V(Ow5m9i1Dzz_berH}R`qP?!O}7m^v5-r&t*{ma)!Mgq4d&DTbBEy>OTh`UTW@O_ZYl`^34Tkn7Yk6BdlDiSuAgxL}
zYlMv3txjXZZur~-H0u2UNtHMm#qOQ-q?3uPz1H-3e80_C058jxfNrWd=ZRlY;my!d@SMQvmVdae_<)YfiJexV~&>E&GwSp3}P;T?WIPF
z#0W#8xZb`mj$*Yrd?V6DWz{e(Rnqoh!N7C+L_b84V}X#sG{<1NQ(y)we4;Xw6(NTv
zFQRRIqP?%IsjS4x4=RoY+8C>_aY$>GO`ul^QeEa_knReb1a*o{gE|f!P-HV~7L-G5
z4wUKuV0f|CE4?_XLOwo6%JC~vGOk0HO_OE5yskb!fIuI}S-PWfSDh
z{sid9sb3D9?qRu5-n4P@q$i^~I{Mw>;-VkI0(Ea*TT5{S^AJPFKo3BXd9l6WMfSQM
zu6n-hHDDd01)GI76pch*_Q=0a&>Mkqy=!8-5r;{nvb*qF;NQ1X)6w7V0Q>=C>bFP=
zr(QD>gF#D*bHJXcQE?tcx3IX_7QFlRH7Oy`-hwX*7%`yVhE22?zr+2oP4>;s6l_$t
zU%8J5l9>xOG?*RIPS#+vA{)Dgc0YPwj$
zeiD-uXctC(GYW(5cT;;RO+fad={VbKg~9rZunTgueJw;U#mw2z{>;
z5@tw43wRd;J>g&(5%<@Uayo*R-ZR_cG%Y-~x0492zY=|fLQzds%l|$zi(jgxX`hb(Xkh?Iu|8H;pc|}QaVA!-0U@rPHds8r0X+bB
z338shSZ-s3H@0e;xQNNc*HOTAExB&P_aeATDYJ>s;tGln@r|T^qE^)IX_AQijlO7V
zafAlXqksg^{7ErNo#6Cs>Fx4Q5fz$U8r4@&A#>_0Ep?kBGZm2;qO@%?ZThCs(|Rg1
z9%|c#xWEeFhzYZ&ZJRv<&k8+wM-Md^8>{=xzJIwaILw3X?LlAq=C;>{>TioCJ&Z$$
zHr!dlFm#d(C-yv4Aq4@>{q<(BwH(4XX+U7bVeGZ0%GbMs^Q^#W3Gcf1yo3?yXX+
zs1>cMlk^!+%z{Bu_@w*HAXW~XA%}EKv$4k19re4a
zq%EL?ue_y+1<-Y($Hp!YLUIzDad8KDLLW;wJ$<)C&e{W-&AO!Qq_RYwwGx*>8{1Jg
zN!rHot>Qa@?_^JB*24nz-Zs#l5+C=J-RU0caDa%Sh`#`3CZ`0`psC{fpv~qq)DNX~
z>}d`-Ev-%wQLwnq9!kcbLOya3Ev{kcR9M!{0Lu#V{eURzxJYnqFM
z+fX#6dvXvCq7&3FNM9?uSnm(mw_h?4im#Jx=cTauszWO5&e3#{JUGkNZ5_x86wVK=3C~Z%T8t@3_
zY^&L>9Tv-2QCy;8l8QPN(vHqah3wL55V3e8vxkUTc`RnpEwM7o8YO0@P5!Q!CbA)I
z?{RpD0tzGZINiZKK$H~ZzQtG4X|ni9yg-XTPqax2?+3k}q%s)rr>(wKnM?h+z9yhO
zBQO&amDe(brHYur8K1Nt)wx!zgPOtni#>YKWS%
zKkYNuHZPl6YWDU)cvu!jFU|nP>^kSwuom1SI%dhJaE?0V-enu_lh8UsBAxaI_^(
z4S86n@F?ZZX{x=A;vevpX#-$Xtvu;248G{#0S$-|9fkxr?DG
z=d{O{k@YvQ_TT60D>@G0Nq7E>)^89G^AFYkU-+qw@Kc0XN!+GlWb?$lf5P{tGB3yT
zLCg~o&DuF&>LzIam{0vhe95QY#}@(&@h74)&Tys@zCKi9MP_nf!5&yWNt38EhEbO@
zSE7yriw#nUHlc1;d8D+bnR1DgwiW}ro7#^0k$!tNQ<20Z1k+Oz6@#IR7{imqkoi_!
zVp0gA=;$=U+N5*=3P}R&hv*WKX(n`56&U-aQG5)llmRy9GaM*SGc+wF&E%U+r}FfH
zvQ?zh|46F)RGQSJ+D{j!x#CQobmV9stB!@;yIcHz7CA_%x{rDPofe>EoC%9mhV4iU
z5}JY2-o`^2WQcXt{+asId(vrZPs~#H_)mLJ_%pQom6f5xr}fA-(HTUf5=p&$0Jr0J
zUxibm?5ZEAJ^hjPAwWS+4N`0xrS{%e*JNJlL1o*Bb#febppM>|-Y)bCOxY@l3%!Cg
z%opBNUQm8j`IhpQ3<+w56}bzTLORJ*>5&hce`r61CCP0cl@CbWA(Qn;-Ns%vH6(UZ
zH7KD7nzD&~BGaWmRJXOBwu`->uMVe3*|NkXatz>}7vKo#o91Rwyv2;|LI5WVdo_BB
zYr#2J+)@wyYUVJg^JqtcnnDJtN+;8!-&CVvHHvp?qfav4j0PNQP^B_00TZk#%_H%8
zM5F!~q`p$Ho^)RuJjpNCmV4M8(4l+8J+A^_s$}UT3CW~zcY|{uff(udS~-~^$K0iu
zpuf*Z{043GTl7xzGHC8Ua`_$HuE;x-8A@KdtCS`0KTi1o^afjr1#ZZ-q>T||kZPtp
ze5X3R9FoHQS*ybnCRM>(A#OABM7)md`(q6$oiv=FIBt)lNCUwO!G_49{1+Zct)}P|
z)r8T8q?j<I^yJx@LR`*FeZD*Ng{R9QM(5XB@
zekfb2L6QuFDlhg_@nVdSwx{iAzpiZ~%!M|9RP~HU$eRZ5%AN)E{0-z5XuRaI^Q=D0xY2OsosO*IH%X#d(Y-I4Iq(4)X3`uW?X{(&3OH9co)9
z6J?O|Bic=O>`e61OJ^ec+?lA>HPeQm#1Ev(Of&n^old6H1R?P&~_bB{6fK6f(E8uciiO!;;
z$avX&Vj5NWvsINurA+=W!X^BDZW^;_4~I<$zY5F_0ZsfV6*ToeKvI@P0&*3VG^S(Z
zq|U>20659hMNA4P?x-mc2l`w`#4N8kcI71pykjGcnrTc=2QVwh#~}Ygpt^lSru)qm
znKco=kL5m9?R~~x2R))M@jQ(*DW;oMvPhGBZtYWbaV0hPc~EyRRX}~*i8nF)d19!6
zii|Q}`q{9{PksP?dBlo1Pe-ypG1J7PID~1D%nqA@L`Qz+eQrBr@Hbq#RSwn>YDKuZ
zjuIUzc66hEh>6b8MyseO2IWgC&^E^r=XB41`7PJx#8VhAPEheQ6*dawQP%^?A!mte
zsPN!UQs_juiWVSnL)XxSKpc~XbRVg!*hWT!;E!J
zriC=Rv7=y*;4Bk6hIko$bXJu2YbtcD1zmef(n>?L4M{5#ZC!z0CeQmfk%%-mk%rtf
zv2GD7?)HkidRzp>+L37{YNM6TWr)Ac+U53Nv9Y1~e~>*HYyaKIlYh&eRAm1G=99a<
z-G+~)tx@{3(sgC}b2$v4+G2S#k_Cb`sVH1kAmbU~_8VDGT&e;mxbu-iR`VOF(Ez_M
zGqPJ!ypi63%gc7hye@r##JGj~`hBuaha_cv78S^PCH3t_a!N2PYj`epsgR%=mhvk@
zQhsJY8E1O_0BPHnV#XB@YV{R^Q;>UzhZi4$FfcSpJP2bkm+iCaI9ic+-TeHm(1n?_ki
zIz|4$7qj#V%1J09l%P-I36zp1XuJqe4BbkYAdpUw;`Ljo0QQ=My&&P*R1kFP6m&B6
zlQbhr`Pc#k3VHkXa|})mGcL$50kr~Z$li;0!Gl_<~=1Z#*PDB5lr
zjuF`yD<0dez-Ez^D6PQzzl;4ydo7Pu{3SJs&*FPjP~t^8#o}*J!|BrTr6)$gM0%uq
z-RTWS#t6z}N{1sUuuiKT!4T|aPoy;07ij@qMm93jI87TLHUu4|DE*CVPB6N-4#sbOby>TH2kK_UOG?jqo;QkP#N+j
zMUcr$PVDc6d}Z8;&5;Az#ajx(a$(|=B9Woly*pXpQrI2tifTX@gguk8sFQ|)vRGL4vByvt8
jCrWwI^bf*~zeymCsFP(&FYA-vR=%ywk&T^uQd#_8`v<)Z

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/search.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/search.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..d44f683070a7b4af91d02a345b5736dbceae9553
GIT binary patch
literal 5266
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

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..2c60eee79f4fb463b8702877e576e0be66fc7574
GIT binary patch
literal 3328
zcmZuzUvJ~a5$BQ=DbbQo{&(@^(#zt~OQNEZ(IhB>s}ZEV1VzyFP{4K3vIuCJyOL=0
zkG#9G&w~8Y%d3IDHwEms_Pr1N4EYHA+NT2j06|;iGP9H=#doAQnjP*AXJ_U&v-_=9
zV8J!{&rgRR+_9{G;b8fy!Qf+fI<@!!r!ZihBO-pQQY4PC>#SuOWM&+xU(
z&+B2`@Ltx)gD^0>pRMH0uxa>u*2-7IRl_&3J9#^78$QU^^7U}t@GIFyz8P-jTj7=&
zH?zC>YvF78cDSA23-1w&TUW31``09V-1S#;EcWfCr>`z+XHs(vqGvk%VJ#psSu?A;rb{Rl1GA{j8nmLUMShI^;TLEG<}hCiTWyEQ%=YM`Bz=v5Z7nssw$te7P|A7#{f{5N?HpS)t8H=rB8UnZw+#
z2&*ygOE;`>kNdoS&*BZ{f90?`Yk)Lh4#XhP?fqi5vzhneUl7X*C|vV5bQCAYunE}<
z%nR57O(l&FGfq`W$2S^iUP?u0>Ns00qrWQ3vx4$x39sTuW5FL+%DVJ7W5Fqdz>ig$
z$@!`!MQ5oR(u0H1xf+%Qm0XQSz0vv2goA@0)3afk42^M=W;{OS^pFq1pR_1x&Q;7}
z6{D?;Ltt_UD6EJT?WY-+^o)Z6bF+I!O_%N^A{{AuCgRbE3%Qs;56@p=4CALfD@O+h
z)%wZ)%$i3K_W}LmEOEb}yEA8gM0>qzDy6sQbOqgAPD^8_SzzEIzyYF2AWriO`35{s
z;E@c-)H~+<80KgnGvYKB
z+8y$21Y0CYN5?IW28!;ZiE<`jl_I`QFg-98HRW0#M
z?Gbtdl9mgFO0k9vL^&QoVRI$V`hT~?TcG;CgPmcS^Boo!I~9JqqxZXg!TDjzyGj7E
zx!B>w=}wj&&St#d`*265ig#~tzXOQhiPEAfYCB0)dF9R=`G7{fve=aDz?bFQKrG@B
zdvV+LH(ql|@;}dSlQx;WF;9zG73wW3bF@E$k9K1*kYWuKCl0EgUDz)@cue|3bAu$m
zvZmykTsWz9;ZE&OtS>&es3|h7P010|$xHjfn|eo%cs%u{u5yuoPIj%6b%kkePivUu
zC+jfVhqaF{d{v+NQ!;g!bLoKO?TflsRDIRP(t-EY)KE)IIiC{SpD_UaekR=1XYl9hljMwQH<#?6LstZ%iBF>uKX^
z{TkMud=2k6*vhf}XChp+Y4mLYM4MPK>ZvTD_i;Aa`>Z&HrplIq^_V^qG#wO>^o({5
z_~wCyj5l2tYWE15m!#N>zqcBIW(y3p_GQ(ECqMc_IR-RBFF+7esIyR#VN^odT>>=L
z<4K#oD>BN56(GCp3?v`nh=V>v(u36#8*3EdV%4h~f?E_8@OUbp1ZL@P%
zZw$DKW>Al2CW#d^uyx~x2=u}N+>5|Qs=cfn47kuf>VVIQb&v|oD$zuOrB%F%q=jS^
zi1xsdaB9(wxwFLUC~s5-rRrRJ=)F{l2e=4Ma+atA=>*~-^5``24ibb*xCX9~5$tTC
z?Fnr$PcT<$x6j
z!`OE0|9f75QVZ@EfrFg;!gD;bPT)P+eBstS;@LLwUU+U3WS|AsyCfh@0Qh8c|Ko+W)z)_;|zBLBR`5*nE+E8OE_bQM_{M0ks!deBbCq&
zlpgUjlwnC*BDhD<27;cK=-fJS1J_;MHqy=m?PFviqPh+xq$-=JTzl$#gn>36xewXZ
zi=f}IQuL~#2k(03JYo_gTr)FnDqt_k(yDMjcuC$njNwo@gN?wV6u$ZLBsiMzXY*M;
zTJ#E4aAs9w3DcmDnbgtS-&eIbQJECgx6FjhF-d$|H^_T{A8_qBfnFyKJWQtF{(x~o
zFHdE%$b6H@x&biz+@MD6g8AY-Bp8aN@R(?sJgo0l;r|GGp~Ps_A$6KI-1tAc+wP_p
GINt$suF_@z

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..ce5b52988af8e819271370b71544973f4ae293e1
GIT binary patch
literal 4953
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

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/commands/cache.py b/env/lib/python3.8/site-packages/pip/_internal/commands/cache.py
new file mode 100644
index 000000000..ad65641ed
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/commands/check.py b/env/lib/python3.8/site-packages/pip/_internal/commands/check.py
new file mode 100644
index 000000000..f54a16dc0
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/commands/completion.py b/env/lib/python3.8/site-packages/pip/_internal/commands/completion.py
new file mode 100644
index 000000000..9e89e2798
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/commands/completion.py
@@ -0,0 +1,130 @@
+import sys
+import textwrap
+from optparse import Values
+from typing import List
+
+from pip._internal.cli.base_command import Command
+from pip._internal.cli.status_codes import SUCCESS
+from pip._internal.utils.misc import get_prog
+
+BASE_COMPLETION = """
+# pip {shell} completion start{script}# pip {shell} completion end
+"""
+
+COMPLETION_SCRIPTS = {
+    "bash": """
+        _pip_completion()
+        {{
+            COMPREPLY=( $( COMP_WORDS="${{COMP_WORDS[*]}}" \\
+                           COMP_CWORD=$COMP_CWORD \\
+                           PIP_AUTO_COMPLETE=1 $1 2>/dev/null ) )
+        }}
+        complete -o default -F _pip_completion {prog}
+    """,
+    "zsh": """
+        #compdef -P pip[0-9.]#
+        __pip() {{
+          compadd $( COMP_WORDS="$words[*]" \\
+                     COMP_CWORD=$((CURRENT-1)) \\
+                     PIP_AUTO_COMPLETE=1 $words[1] 2>/dev/null )
+        }}
+        if [[ $zsh_eval_context[-1] == loadautofunc ]]; then
+          # autoload from fpath, call function directly
+          __pip "$@"
+        else
+          # eval/source/. command, register function for later
+          compdef __pip -P 'pip[0-9.]#'
+        fi
+    """,
+    "fish": """
+        function __fish_complete_pip
+            set -lx COMP_WORDS (commandline -o) ""
+            set -lx COMP_CWORD ( \\
+                math (contains -i -- (commandline -t) $COMP_WORDS)-1 \\
+            )
+            set -lx PIP_AUTO_COMPLETE 1
+            string split \\  -- (eval $COMP_WORDS[1])
+        end
+        complete -fa "(__fish_complete_pip)" -c {prog}
+    """,
+    "powershell": """
+        if ((Test-Path Function:\\TabExpansion) -and -not `
+            (Test-Path Function:\\_pip_completeBackup)) {{
+            Rename-Item Function:\\TabExpansion _pip_completeBackup
+        }}
+        function TabExpansion($line, $lastWord) {{
+            $lastBlock = [regex]::Split($line, '[|;]')[-1].TrimStart()
+            if ($lastBlock.StartsWith("{prog} ")) {{
+                $Env:COMP_WORDS=$lastBlock
+                $Env:COMP_CWORD=$lastBlock.Split().Length - 1
+                $Env:PIP_AUTO_COMPLETE=1
+                (& {prog}).Split()
+                Remove-Item Env:COMP_WORDS
+                Remove-Item Env:COMP_CWORD
+                Remove-Item Env:PIP_AUTO_COMPLETE
+            }}
+            elseif (Test-Path Function:\\_pip_completeBackup) {{
+                # Fall back on existing tab expansion
+                _pip_completeBackup $line $lastWord
+            }}
+        }}
+    """,
+}
+
+
+class CompletionCommand(Command):
+    """A helper command to be used for command completion."""
+
+    ignore_require_venv = True
+
+    def add_options(self) -> None:
+        self.cmd_opts.add_option(
+            "--bash",
+            "-b",
+            action="store_const",
+            const="bash",
+            dest="shell",
+            help="Emit completion code for bash",
+        )
+        self.cmd_opts.add_option(
+            "--zsh",
+            "-z",
+            action="store_const",
+            const="zsh",
+            dest="shell",
+            help="Emit completion code for zsh",
+        )
+        self.cmd_opts.add_option(
+            "--fish",
+            "-f",
+            action="store_const",
+            const="fish",
+            dest="shell",
+            help="Emit completion code for fish",
+        )
+        self.cmd_opts.add_option(
+            "--powershell",
+            "-p",
+            action="store_const",
+            const="powershell",
+            dest="shell",
+            help="Emit completion code for powershell",
+        )
+
+        self.parser.insert_option_group(0, self.cmd_opts)
+
+    def run(self, options: Values, args: List[str]) -> int:
+        """Prints the completion code of the given shell"""
+        shells = COMPLETION_SCRIPTS.keys()
+        shell_options = ["--" + shell for shell in sorted(shells)]
+        if options.shell in shells:
+            script = textwrap.dedent(
+                COMPLETION_SCRIPTS.get(options.shell, "").format(prog=get_prog())
+            )
+            print(BASE_COMPLETION.format(script=script, shell=options.shell))
+            return SUCCESS
+        else:
+            sys.stderr.write(
+                "ERROR: You must pass {}\n".format(" or ".join(shell_options))
+            )
+            return SUCCESS
diff --git a/env/lib/python3.8/site-packages/pip/_internal/commands/configuration.py b/env/lib/python3.8/site-packages/pip/_internal/commands/configuration.py
new file mode 100644
index 000000000..1a1dc6b6c
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/commands/configuration.py
@@ -0,0 +1,280 @@
+import logging
+import os
+import subprocess
+from optparse import Values
+from typing import Any, List, Optional
+
+from pip._internal.cli.base_command import Command
+from pip._internal.cli.status_codes import ERROR, SUCCESS
+from pip._internal.configuration import (
+    Configuration,
+    Kind,
+    get_configuration_files,
+    kinds,
+)
+from pip._internal.exceptions import PipError
+from pip._internal.utils.logging import indent_log
+from pip._internal.utils.misc import get_prog, write_output
+
+logger = logging.getLogger(__name__)
+
+
+class ConfigurationCommand(Command):
+    """
+    Manage local and global configuration.
+
+    Subcommands:
+
+    - list: List the active configuration (or from the file specified)
+    - edit: Edit the configuration file in an editor
+    - get: Get the value associated with command.option
+    - set: Set the command.option=value
+    - unset: Unset the value associated with command.option
+    - debug: List the configuration files and values defined under them
+
+    Configuration keys should be dot separated command and option name,
+    with the special prefix "global" affecting any command. For example,
+    "pip config set global.index-url https://example.org/" would configure
+    the index url for all commands, but "pip config set download.timeout 10"
+    would configure a 10 second timeout only for "pip download" commands.
+
+    If none of --user, --global and --site are passed, a virtual
+    environment configuration file is used if one is active and the file
+    exists. Otherwise, all modifications happen to the user file by
+    default.
+    """
+
+    ignore_require_venv = True
+    usage = """
+        %prog [] list
+        %prog [] [--editor ] edit
+
+        %prog [] get command.option
+        %prog [] set command.option value
+        %prog [] unset command.option
+        %prog [] debug
+    """
+
+    def add_options(self) -> None:
+        self.cmd_opts.add_option(
+            "--editor",
+            dest="editor",
+            action="store",
+            default=None,
+            help=(
+                "Editor to use to edit the file. Uses VISUAL or EDITOR "
+                "environment variables if not provided."
+            ),
+        )
+
+        self.cmd_opts.add_option(
+            "--global",
+            dest="global_file",
+            action="store_true",
+            default=False,
+            help="Use the system-wide configuration file only",
+        )
+
+        self.cmd_opts.add_option(
+            "--user",
+            dest="user_file",
+            action="store_true",
+            default=False,
+            help="Use the user configuration file only",
+        )
+
+        self.cmd_opts.add_option(
+            "--site",
+            dest="site_file",
+            action="store_true",
+            default=False,
+            help="Use the current environment configuration file only",
+        )
+
+        self.parser.insert_option_group(0, self.cmd_opts)
+
+    def run(self, options: Values, args: List[str]) -> int:
+        handlers = {
+            "list": self.list_values,
+            "edit": self.open_in_editor,
+            "get": self.get_name,
+            "set": self.set_name_value,
+            "unset": self.unset_name,
+            "debug": self.list_config_values,
+        }
+
+        # Determine action
+        if not args or args[0] not in handlers:
+            logger.error(
+                "Need an action (%s) to perform.",
+                ", ".join(sorted(handlers)),
+            )
+            return ERROR
+
+        action = args[0]
+
+        # Determine which configuration files are to be loaded
+        #    Depends on whether the command is modifying.
+        try:
+            load_only = self._determine_file(
+                options, need_value=(action in ["get", "set", "unset", "edit"])
+            )
+        except PipError as e:
+            logger.error(e.args[0])
+            return ERROR
+
+        # Load a new configuration
+        self.configuration = Configuration(
+            isolated=options.isolated_mode, load_only=load_only
+        )
+        self.configuration.load()
+
+        # Error handling happens here, not in the action-handlers.
+        try:
+            handlers[action](options, args[1:])
+        except PipError as e:
+            logger.error(e.args[0])
+            return ERROR
+
+        return SUCCESS
+
+    def _determine_file(self, options: Values, need_value: bool) -> Optional[Kind]:
+        file_options = [
+            key
+            for key, value in (
+                (kinds.USER, options.user_file),
+                (kinds.GLOBAL, options.global_file),
+                (kinds.SITE, options.site_file),
+            )
+            if value
+        ]
+
+        if not file_options:
+            if not need_value:
+                return None
+            # Default to user, unless there's a site file.
+            elif any(
+                os.path.exists(site_config_file)
+                for site_config_file in get_configuration_files()[kinds.SITE]
+            ):
+                return kinds.SITE
+            else:
+                return kinds.USER
+        elif len(file_options) == 1:
+            return file_options[0]
+
+        raise PipError(
+            "Need exactly one file to operate upon "
+            "(--user, --site, --global) to perform."
+        )
+
+    def list_values(self, options: Values, args: List[str]) -> None:
+        self._get_n_args(args, "list", n=0)
+
+        for key, value in sorted(self.configuration.items()):
+            write_output("%s=%r", key, value)
+
+    def get_name(self, options: Values, args: List[str]) -> None:
+        key = self._get_n_args(args, "get [name]", n=1)
+        value = self.configuration.get_value(key)
+
+        write_output("%s", value)
+
+    def set_name_value(self, options: Values, args: List[str]) -> None:
+        key, value = self._get_n_args(args, "set [name] [value]", n=2)
+        self.configuration.set_value(key, value)
+
+        self._save_configuration()
+
+    def unset_name(self, options: Values, args: List[str]) -> None:
+        key = self._get_n_args(args, "unset [name]", n=1)
+        self.configuration.unset_value(key)
+
+        self._save_configuration()
+
+    def list_config_values(self, options: Values, args: List[str]) -> None:
+        """List config key-value pairs across different config files"""
+        self._get_n_args(args, "debug", n=0)
+
+        self.print_env_var_values()
+        # Iterate over config files and print if they exist, and the
+        # key-value pairs present in them if they do
+        for variant, files in sorted(self.configuration.iter_config_files()):
+            write_output("%s:", variant)
+            for fname in files:
+                with indent_log():
+                    file_exists = os.path.exists(fname)
+                    write_output("%s, exists: %r", fname, file_exists)
+                    if file_exists:
+                        self.print_config_file_values(variant)
+
+    def print_config_file_values(self, variant: Kind) -> None:
+        """Get key-value pairs from the file of a variant"""
+        for name, value in self.configuration.get_values_in_config(variant).items():
+            with indent_log():
+                write_output("%s: %s", name, value)
+
+    def print_env_var_values(self) -> None:
+        """Get key-values pairs present as environment variables"""
+        write_output("%s:", "env_var")
+        with indent_log():
+            for key, value in sorted(self.configuration.get_environ_vars()):
+                env_var = f"PIP_{key.upper()}"
+                write_output("%s=%r", env_var, value)
+
+    def open_in_editor(self, options: Values, args: List[str]) -> None:
+        editor = self._determine_editor(options)
+
+        fname = self.configuration.get_file_to_edit()
+        if fname is None:
+            raise PipError("Could not determine appropriate file.")
+        elif '"' in fname:
+            # This shouldn't happen, unless we see a username like that.
+            # If that happens, we'd appreciate a pull request fixing this.
+            raise PipError(
+                f'Can not open an editor for a file name containing "\n{fname}'
+            )
+
+        try:
+            subprocess.check_call(f'{editor} "{fname}"', shell=True)
+        except FileNotFoundError as e:
+            if not e.filename:
+                e.filename = editor
+            raise
+        except subprocess.CalledProcessError as e:
+            raise PipError(f"Editor Subprocess exited with exit code {e.returncode}")
+
+    def _get_n_args(self, args: List[str], example: str, n: int) -> Any:
+        """Helper to make sure the command got the right number of arguments"""
+        if len(args) != n:
+            msg = (
+                f"Got unexpected number of arguments, expected {n}. "
+                f'(example: "{get_prog()} config {example}")'
+            )
+            raise PipError(msg)
+
+        if n == 1:
+            return args[0]
+        else:
+            return args
+
+    def _save_configuration(self) -> None:
+        # We successfully ran a modifying command. Need to save the
+        # configuration.
+        try:
+            self.configuration.save()
+        except Exception:
+            logger.exception(
+                "Unable to save configuration. Please report this as a bug."
+            )
+            raise PipError("Internal Error.")
+
+    def _determine_editor(self, options: Values) -> str:
+        if options.editor is not None:
+            return options.editor
+        elif "VISUAL" in os.environ:
+            return os.environ["VISUAL"]
+        elif "EDITOR" in os.environ:
+            return os.environ["EDITOR"]
+        else:
+            raise PipError("Could not determine editor to use.")
diff --git a/env/lib/python3.8/site-packages/pip/_internal/commands/debug.py b/env/lib/python3.8/site-packages/pip/_internal/commands/debug.py
new file mode 100644
index 000000000..567ca967e
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/commands/download.py b/env/lib/python3.8/site-packages/pip/_internal/commands/download.py
new file mode 100644
index 000000000..917bbb91d
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/commands/freeze.py b/env/lib/python3.8/site-packages/pip/_internal/commands/freeze.py
new file mode 100644
index 000000000..885fdfeb8
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/commands/hash.py b/env/lib/python3.8/site-packages/pip/_internal/commands/hash.py
new file mode 100644
index 000000000..042dac813
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/commands/hash.py
@@ -0,0 +1,59 @@
+import hashlib
+import logging
+import sys
+from optparse import Values
+from typing import List
+
+from pip._internal.cli.base_command import Command
+from pip._internal.cli.status_codes import ERROR, SUCCESS
+from pip._internal.utils.hashes import FAVORITE_HASH, STRONG_HASHES
+from pip._internal.utils.misc import read_chunks, write_output
+
+logger = logging.getLogger(__name__)
+
+
+class HashCommand(Command):
+    """
+    Compute a hash of a local package archive.
+
+    These can be used with --hash in a requirements file to do repeatable
+    installs.
+    """
+
+    usage = "%prog [options]  ..."
+    ignore_require_venv = True
+
+    def add_options(self) -> None:
+        self.cmd_opts.add_option(
+            "-a",
+            "--algorithm",
+            dest="algorithm",
+            choices=STRONG_HASHES,
+            action="store",
+            default=FAVORITE_HASH,
+            help="The hash algorithm to use: one of {}".format(
+                ", ".join(STRONG_HASHES)
+            ),
+        )
+        self.parser.insert_option_group(0, self.cmd_opts)
+
+    def run(self, options: Values, args: List[str]) -> int:
+        if not args:
+            self.parser.print_usage(sys.stderr)
+            return ERROR
+
+        algorithm = options.algorithm
+        for path in args:
+            write_output(
+                "%s:\n--hash=%s:%s", path, algorithm, _hash_of_file(path, algorithm)
+            )
+        return SUCCESS
+
+
+def _hash_of_file(path: str, algorithm: str) -> str:
+    """Return the hash digest of a file."""
+    with open(path, "rb") as archive:
+        hash = hashlib.new(algorithm)
+        for chunk in read_chunks(archive):
+            hash.update(chunk)
+    return hash.hexdigest()
diff --git a/env/lib/python3.8/site-packages/pip/_internal/commands/help.py b/env/lib/python3.8/site-packages/pip/_internal/commands/help.py
new file mode 100644
index 000000000..62066318b
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/commands/help.py
@@ -0,0 +1,41 @@
+from optparse import Values
+from typing import List
+
+from pip._internal.cli.base_command import Command
+from pip._internal.cli.status_codes import SUCCESS
+from pip._internal.exceptions import CommandError
+
+
+class HelpCommand(Command):
+    """Show help for commands"""
+
+    usage = """
+      %prog """
+    ignore_require_venv = True
+
+    def run(self, options: Values, args: List[str]) -> int:
+        from pip._internal.commands import (
+            commands_dict,
+            create_command,
+            get_similar_commands,
+        )
+
+        try:
+            # 'pip help' with no args is handled by pip.__init__.parseopt()
+            cmd_name = args[0]  # the command we need help for
+        except IndexError:
+            return SUCCESS
+
+        if cmd_name not in commands_dict:
+            guess = get_similar_commands(cmd_name)
+
+            msg = [f'unknown command "{cmd_name}"']
+            if guess:
+                msg.append(f'maybe you meant "{guess}"')
+
+            raise CommandError(" - ".join(msg))
+
+        command = create_command(cmd_name)
+        command.parser.print_help()
+
+        return SUCCESS
diff --git a/env/lib/python3.8/site-packages/pip/_internal/commands/index.py b/env/lib/python3.8/site-packages/pip/_internal/commands/index.py
new file mode 100644
index 000000000..2e2661bba
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/commands/inspect.py b/env/lib/python3.8/site-packages/pip/_internal/commands/inspect.py
new file mode 100644
index 000000000..e810c1316
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/commands/install.py b/env/lib/python3.8/site-packages/pip/_internal/commands/install.py
new file mode 100644
index 000000000..232a34a6d
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/commands/list.py b/env/lib/python3.8/site-packages/pip/_internal/commands/list.py
new file mode 100644
index 000000000..849437024
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/commands/search.py b/env/lib/python3.8/site-packages/pip/_internal/commands/search.py
new file mode 100644
index 000000000..74b8d656b
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/commands/show.py b/env/lib/python3.8/site-packages/pip/_internal/commands/show.py
new file mode 100644
index 000000000..b47500cf8
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/commands/uninstall.py b/env/lib/python3.8/site-packages/pip/_internal/commands/uninstall.py
new file mode 100644
index 000000000..bc0edeac9
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/commands/wheel.py b/env/lib/python3.8/site-packages/pip/_internal/commands/wheel.py
new file mode 100644
index 000000000..278719f4e
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/configuration.py b/env/lib/python3.8/site-packages/pip/_internal/configuration.py
new file mode 100644
index 000000000..ffeda1d47
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/distributions/__init__.py b/env/lib/python3.8/site-packages/pip/_internal/distributions/__init__.py
new file mode 100644
index 000000000..9a89a838b
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/distributions/__init__.py
@@ -0,0 +1,21 @@
+from pip._internal.distributions.base import AbstractDistribution
+from pip._internal.distributions.sdist import SourceDistribution
+from pip._internal.distributions.wheel import WheelDistribution
+from pip._internal.req.req_install import InstallRequirement
+
+
+def make_distribution_for_install_requirement(
+    install_req: InstallRequirement,
+) -> AbstractDistribution:
+    """Returns a Distribution for the given InstallRequirement"""
+    # Editable requirements will always be source distributions. They use the
+    # legacy logic until we create a modern standard for them.
+    if install_req.editable:
+        return SourceDistribution(install_req)
+
+    # If it's a wheel, it's a WheelDistribution
+    if install_req.is_wheel:
+        return WheelDistribution(install_req)
+
+    # Otherwise, a SourceDistribution
+    return SourceDistribution(install_req)
diff --git a/env/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..72c42fd817e64ff21db2682b350be293e7ab2631
GIT binary patch
literal 794
zcmaJqrfCFOecH2;)IvRWCc{20-><_!U_Xv*jU(cE%B;9`TT2CBs^J?Z0jdhA{iYYzNwAX
z)yf_STtz)t(J93DmffINa0`9#u>p{`z`b|M*hU-lCbOI9-rWMBlgcf_$M%7X|u}4KJe&n$h#;hrX6ct8_{vJ?eC78%U4E
zDX8>6oT4!SE^Jjx&`!}Y5vKg?4x}RtGpb`;z7y>(p?iuGr<>C~d%UmR(G
zTEN07wg$~WoiZuvtBn2p1vA3JqQ~9p7!2!0&q|>zXjMtZClVW0;)bwgnfGU7)>dmM
zr~4%y2NS%oPQs0{bL3|HYl&l;gwFI1V(+u9F~xTIb-R38&g6AvKs&w1CwHY8|Cg8N
w&b%AlipT%fL$W#AhP<9(PfyY7I+?Z|ndD{L@j=2X_Z*Bn$qw~j6wu($UvajC8Ma`~6C4>+{O+zUWB2;aWU@jBy*qe3ZotfIR
zO%wG*EA_;G&;wkM@(*#CD<>rGNO0jj&+cY7T`C-nL!aWiuY++VthjNYtK(W&qeOb<2CP+d
zecT8el-wqwDr(P&s7dmmDe6D@;hLcLNVo9^oKE(-UeUh)!<}2v&R4f~zTVxtUDUtL
za+M}rcWKeN$*ufC+1#kX1ZQFH;%;JduJv8{aH5PH%Or={_8lG{@&oy$N`y2qp1s(B
zr)xHWf0Be$kkAt}^kpDC;lJ>nlOYv>s61u^r%MIhQ@-K}gqCjkjNz;vV7+#Uc09_Ncx_^%!z+iU;~S**FW
zY?vB0;)&2IIbf<}$p>08ZgMpQbK7e+8MON&$;=u3(vl~~`RHX!u*P+*(YR&~Pgf%*r@fcBJwVvofD#OI)tav2ktF8Nk`~=W!~tWb6)2C;7~K=ngJ~
zDg`w=WDemf0z$SH7{Wo^rU|;sOp>i!!IY4h1U)6OlD7LQ=fz;0gD=@)gjqUx0PbP(
zah6(y0$0s2@Im?rVjy!ac+SsUq=v{pky5yrr0gg)hd{@{988pkc~H`!G-r-l2;zZE
zq$!b167_I0zYkLg5u{83ACS}WOJQDhNzdWMEcHQfMb$vOOcH}~=MBgB`0&_G=yLLu
z{7io#lsutNNaP7}kDSuIu3uE_B$KA7N0CZY9z~`O+u`iMN%C9*|BK>l6R3o03D%CdUAPH()MQ1yVNvbV@z@TwBZ<^9e6C(SoFk?)RjB$
z0c&Ij*=SiZ
zl@4YM1bwA|pw`Uv$oBVpnUNVcGFtRdG?VDn?*2Zcm)3Bys~a)YU@3Zg5VF_y(tLNE
zX;+M;xMfUgPN`{w3ruI;U4T*1aa^Kl=prSqz^rw8s-C>R(>Z{+G`|a|T0TE@FqW
zJdfnkfz0RZmNFx>AcGk;ahh_`Aa8S>f|RTy*&KqnMc#szQEju!0mmB#C()N9(f<
zAi+^84En{qfh)lvO|^L&hwW*#h^5wW#~J^1+>MemHR#shvFN5c4K8j50o|+xwBrZ9
zN8R5)ZWsKHXrSI*{pq&Mdtgvh^WzLkr$LQ6h~Ya>PfKEl5q+uYTGw=z5yf-)&eWX&m~g*v(n$6qf{)GuR85`E!y$|+VcMe
DsKnGo

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..377e395a78ec203ad0d787f1aaa03772c3b1e935
GIT binary patch
literal 1495
zcmaJ>&5qkP5GE~Imc4eeO`HS)Qb6dTfDbDj76^JMifo(yB!^AVv=?0nN*u45)n7f1Qd+0;t1@cO~_Eexx&|Wf>>|JlN2?dUZGyIuvz9D~~OhyFT`rn6(rye1HyTNYr
zaqtMcevCp8K?_pSlv1bnieBlZUaNbBU-r{}tNTSz4$=W7KNHax!8s8DcxPT3iopvq
z3;)5L$c)OeByZ!|Qkdz9N_5@8m@SzXEeT@4p6`t_V{WF>lAZ*7jPCp&O2=-u43`F?W7eg^Z
z+qjK-&)#`bX~T;G#P0FyzkY>AfriTHh*y!^PKuf?@_00gu>H1>IubSLsH#m=0SKJE
zig0Pe6?bSOt|PO6NWrV6ROpx0yjErBTcDE{3b8}5PT{|`fc|qRM<98^muc4T$AzEAUUy&^85)#3yq*<9oT^%%s2Xh6GNjPx)
zoPtWAdYu$9+srtOze%(-aInFvlSVcPla&F5+$Lg&P@P<)CvH}DKU>N|u+6?qikmLR
z9tzT1e|>Gb;}4g7gw-u?u|7cM5Au?{!~!@S>Z!pZIHP~k&W459J6_*)WMI`Tk=NBF
zcQem=NP`_~%)XvW5G-5S8%J7$a#a1ORIQY|IG4FoV;tK1Ctz3!h6`>u+r@qx-EIB}
zoziu3J-Sb>KA!nDn75a}-t2N9bzQW@VfXU|Yk!WP_@UA4j$To-8X;fjvDV10N!yw9$mO>D?m#Yz-ln2P`a

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..f95d373d01e1ea8b7f35b37d0e11ab1ec1a26aaa
GIT binary patch
literal 5410
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
E0{d*uivR!s

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..0a0857bcfb55be6979d8a2730403e76b8ffa1fc9
GIT binary patch
literal 1890
zcmaJ?&u`pB6!zF&?~izsEs8<|Lb572ED-OZ65@a=N=REo6)IAM>WlGu-e%qSS7v5Y
zc2zEH{*0cu^2}x*pba>Zs$(nMy?qEV+kJxfmEK~{1QDTUT_cB|#z^cNt(BgDK!P0#cPPgGE^*T;QSE
z3UlfSPzzC}tOc6J^c>4
zZey`#KQYyL$&}Yvtl8Q|Q9G+&9#;uR`#A&!sDvjf31*@y%u2)N3{@E*%nB`vN-U8$
z9yA0X<%SYsxUCBGPE@dvNOz__Hk1p>=QMfut9xriN?Uc=h24
zC{hP1MFrJtLo|FLXjfjnD04)zx@|IwaS1?`U4TIGP$BYhS39`9-pMPh&zL~Pb)x2a
z`@WPQNP$N}R6@ICF1nap(W8#?J+{R*zI4Zg{kM+94z2D}nO
zK3jcc;%nzB{7-MuN5|u_tG$^ibG_4uBa>BbN=A>;IizQCv&^BEVhdeT3i-Ox_>Hm<
zKCT)VW7i-PZ_~nU>h`ZcH82gr_nJC|4RAM*-$#!|(cWtECcgjm9s9Z$o2xR8^&pOm
ziZ76vSo?8&zDRN+183bh=2eP=UM;E`=~@a0Pt^`ysbWMCd(=^FX?I#xxuDdyh%%*5
zSOop4kcWH=yB>2pHrsW!eVduzpXU4Vcw2jFS);TB)m(GfyIAmHd;uk|MA+N{Xb|Fs
zo=YPW9T!JO*7KKk5}gc3YczwBM}qwzhTwA
W&zgMRBLzqzePsK#&vreR`OaVN7!h;;

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/distributions/base.py b/env/lib/python3.8/site-packages/pip/_internal/distributions/base.py
new file mode 100644
index 000000000..6e4d0c91a
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/distributions/installed.py b/env/lib/python3.8/site-packages/pip/_internal/distributions/installed.py
new file mode 100644
index 000000000..ab8d53be7
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/distributions/installed.py
@@ -0,0 +1,29 @@
+from typing import Optional
+
+from pip._internal.distributions.base import AbstractDistribution
+from pip._internal.index.package_finder import PackageFinder
+from pip._internal.metadata import BaseDistribution
+
+
+class InstalledDistribution(AbstractDistribution):
+    """Represents an installed package.
+
+    This does not need any preparation as the required information has already
+    been computed.
+    """
+
+    @property
+    def build_tracker_id(self) -> Optional[str]:
+        return None
+
+    def get_metadata_distribution(self) -> BaseDistribution:
+        assert self.req.satisfied_by is not None, "not actually installed"
+        return self.req.satisfied_by
+
+    def prepare_distribution_metadata(
+        self,
+        finder: PackageFinder,
+        build_isolation: bool,
+        check_build_deps: bool,
+    ) -> None:
+        pass
diff --git a/env/lib/python3.8/site-packages/pip/_internal/distributions/sdist.py b/env/lib/python3.8/site-packages/pip/_internal/distributions/sdist.py
new file mode 100644
index 000000000..28ea5cea1
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/distributions/wheel.py b/env/lib/python3.8/site-packages/pip/_internal/distributions/wheel.py
new file mode 100644
index 000000000..bfadd39dc
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/exceptions.py b/env/lib/python3.8/site-packages/pip/_internal/exceptions.py
new file mode 100644
index 000000000..45a876a85
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/index/__init__.py b/env/lib/python3.8/site-packages/pip/_internal/index/__init__.py
new file mode 100644
index 000000000..7a17b7b3b
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/index/__init__.py
@@ -0,0 +1,2 @@
+"""Index interaction code
+"""
diff --git a/env/lib/python3.8/site-packages/pip/_internal/index/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/index/__pycache__/__init__.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..092e5c37f7d36a4604e5d2b21887e50e05065bfe
GIT binary patch
literal 225
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

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..90f2bd5595c443502ee85b497cbb1dde21c1cf98
GIT binary patch
literal 29599
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

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/index/collector.py b/env/lib/python3.8/site-packages/pip/_internal/index/collector.py
new file mode 100644
index 000000000..5f8fdee3d
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/index/package_finder.py b/env/lib/python3.8/site-packages/pip/_internal/index/package_finder.py
new file mode 100644
index 000000000..85628ee5d
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/index/sources.py b/env/lib/python3.8/site-packages/pip/_internal/index/sources.py
new file mode 100644
index 000000000..3dafb30e6
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/locations/__init__.py b/env/lib/python3.8/site-packages/pip/_internal/locations/__init__.py
new file mode 100644
index 000000000..32382be7f
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..4369293ad7320265c286236dc293062be398f5ee
GIT binary patch
literal 10943
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
u6WOs;){MvcJtAZ<`1Ef)$?pf~Q2$R!m@XLr

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..156725fc8af99d4094e10853010429634b740cea
GIT binary patch
literal 4582
zcmb7H&2JmW72jFz2fsy8vL(unvzD90L@ly~fizGZqiJL(L0tuioVXzxELNPMw9Qm;(V#tbT9wO3VT3(B=#U6t)%
zA#C&-s$2{f!)C7;F7=ke<=%35u6ItgmxA-*N^eD#%fV{c>a|q460C(6dKaKvrM2K<
z_(JamqA~OI5_|EC^c?yEtb(_ZPQ5+(FI6%@;)0_gLyC$LW3?xq-jiHl(rT
z_fu)y0jIL~Zh}+t0%^V_+&JNWJPM;&@wwKo{(`VvqUdDq2kWHuZ?Tz!j|^Y>bRaZvMOz6^%d;o`$7Zyg5h#BGR_CB*
z!Midx)AI)_r*>x2bM!o2NmoxaSgW3CXJ%HTt8fAZ+#U3!EL%#hp{}LDz7pDMY2$^7
zmqNBcTeSRJNYyi#uj*feq*@#OurM*20Uk3&u$9SR2g1^(ASWZFl~F-f%p0NM=J`~jTO$2!$uWn{Zuka{enk$CC8
zEbe-O;Y8cI)H^?tB>6()4!HQ%?_$z)sTXzgB;QD`ZwxqNyFS}UIlu+uUC7femw5v^19R@^>Yk#Wo24I
z;L@d?3^{`$6aX4j!H@dEkOFAnf&eNM&PjWpc>q&_*J0511zDfXu!AMO3eB>acw9UQ
zO0o$c2&c%l7|L6CkaBV0NAwBol2#D!?Ezrf_dSlND2;>IkK_VkU_ZxXH{Lyv^*018
z62nZn;!PNrpGUETVi~8=0QX+tkC+=PC>Fec%{KV*(v;^;a}^v10Jk+vC~P2q8C}$r
zi|IDumSUvv3#hw@VgU`xA_@GIa{q`)+uIcwQ|$&{L<2Ra*>w0hY*SN2Sj~4T2Wrd(
zNvJfjw~z%~An~P@pSdg?vSV38og2lj8cRiJE-vFV8na`V1j-d?6}up`T2(I+gOruj
zNtM(I)^*bSZ`m-QRwagUkz9m#kys#=g>FFYyxkzn(9cr8qKGM`bJh&(NSoa)I4^thS9i;6P)Q+cGr;StkQteIVvVhoWELeY4J6r)dl+V*}52djYSEtWdzK6BRdty_oNpK~UXI8yilSb|zVN`|QeK?-RP$1OU}U1*(c
zq4GrI{xD<_L<+V!qeC-kk&$yeWIo*-yjZiWew|0O*(~)wpHlXj9Ep%}?Fwn`#z_Sx!7qCdLeRc%62{X&*gA={xKm=3e4q+YO74?&3p4wrE&5wvdzX`UG9FP{U_!zyYp6jSv
zpLCq>gHZFVKB$}aae!StxviL9vk6k4vwj-$hswz7xZ`
zIP6v4-G^CwKnOY8K==6uO!jk1gEk%Z@z6g)&IQ2}J5StKKpQ)(E3}v@tP&Q;Qjh1hLXy?h#D_DLW0{k3%IWwVf
ztBkll$r{iIL`JRE1dPcs2jqABZD?x~t`G$E(`S0?D+J-tn&0rm!9(Ar1U`~$d}lYjgQNEQA66t=2e*uMP*fjbFi;fjRy{ej=-CfLkP
zz`?3I^1IOCdBf!VLKO0M%mbc<5J(3lMhPSnzPFJOlN}lik&DjH)jOgQGK;e$&Xxm+#lj2r^`GKy7V}~
z8R5msizrGc@Z{tL;Gvxv5AB3N!2;3A6HjHYTzk?&&A9`N3qp}&{K-q-XYlxIHRnqP
zLQT$$N^t0RaxzzR)xG7q{Kx3206b9|yKx*S>Y(ylg`Wxtj>q-AVN|>U^BxB5CQ^Sf
z0AW;g(jZM@0ZG9hk{A4~LSVyBuj*wJn1BBJRxj%RLgJHy3rJlj<$qS+o3ohL68+!R
JEA_>?@jqH$>1+T1

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..c576b326bafdf9d0a05d655c714fe05746a13e47
GIT binary patch
literal 6038
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
NMbAHqtEF7Y{txQ~eQp2%

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/locations/__pycache__/base.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/locations/__pycache__/base.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..ddd189868b19072b612d6e474869cb4f4f706866
GIT binary patch
literal 2408
zcmZuy&2Jk;6rb5$e>QR4q#sEsXjFlMMPq|1T7(LsDnV300!gcag|u4ljN^6Iv&+ml
zPE2y4aD)R_Kyr@!Kb+>u35g>ogaq%+IweJ{y|ZsV-kUeS`OR-0EiTpxJk#HA5B{nV
z@+(%(KUJu_1F!xAibsSKPE*n?zO+kS-RpYp>vw(k4Z4B*mbxYQdTDu7=~gKE_-S=i
z>(-ndr1jB-?gdIjZMMKmr?k5$f?0!?!CDecagkT<64B(q70opQQJQzjVAo
z^gbnm46kv@FMdnKb8fa}zVdbOgm$lUx=UJ@euI^htroQxA4qMYG>uG>$xWp)1&x&`
z&v~LWn5$|mWg_>&vE)L92Z=J{C>8R+`gxMuNBg^`(D;_H)
zq+uT)nE|v$nng?-1*zU-qP^F4p>Eu2-?_oS8I0Fny-_qyOJAO}zdULAw%pIuC^FX9
zN7^pTCkPYS&weHf^K-?Yac7W?M2APRle^hA@>?5yB}6X~8%DvJh3Wt#9ROlJ;#T{O
z4kEH~hDZm{>Og2Cl#J3&n#B%r-RVVIwDTi-bx)Yktv7V*4d>~sAXW$(DX9jOkaksy
zNvN{S*lHe`fs95%A*W+E42QxKz*~mbVf{TAh72jE`<}WBmN)Z{=_%DOIy*QfQ1fP`@Md)mUT8s%z&+*t#X~^O5_6g$J=$ctq=O_+~`Cz;2^+x
zAZ`LRpbCHS#W*=Yq8es0mgzP|Zx6FXzI+zmY&sT6j%1V!1LGj5xD3rCyU8YlBpzTgK+AalhyhLC-QMjyP9)DJz*lhoD2mzk
z?tEDf=ehSXIENF#Szl$NIlE!S?
zz?N)TPa1{RpY-$T@*}w~vx#Im;DzLWlTBZ*-;X4dnPKrDl6!(7vm7*tdp|kEyvP6X
zYqu)a%d`!Ud^SKJZ7I=F51J4QTi1D-7_MMb6wyg#2__Cj3>yQCfOB8$W9(37X$BZ8)2$i4HS;81@x#Y?7({ZJ4f*
zLQlN{cI$at>yKq@Ah>n_+5mHR;Hegjuw`?U!!FoW*oO8~`E85CSmb!)X-CfP%Cp_>
zNGTr!yzoCg?SF4Uw|BPTV2h)8AVRn|ZR64I=1zG3-u?GC!*?I-*eY%T?v$!vOdswk
zyA+0zgi}{s17YaI-4VLjiWTs|u(+VJOGLed?$vFVdX(D6Jp1VNT}J9<})M@QpWk5uW?pNFSy!LR$vextg4z0vgiYqWta^dBng
BnNa`$

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/locations/_distutils.py b/env/lib/python3.8/site-packages/pip/_internal/locations/_distutils.py
new file mode 100644
index 000000000..3d8562569
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/locations/_sysconfig.py b/env/lib/python3.8/site-packages/pip/_internal/locations/_sysconfig.py
new file mode 100644
index 000000000..ca860ea56
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/locations/base.py b/env/lib/python3.8/site-packages/pip/_internal/locations/base.py
new file mode 100644
index 000000000..3f9f896e6
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/locations/base.py
@@ -0,0 +1,81 @@
+import functools
+import os
+import site
+import sys
+import sysconfig
+import typing
+
+from pip._internal.exceptions import InstallationError
+from pip._internal.utils import appdirs
+from pip._internal.utils.virtualenv import running_under_virtualenv
+
+# Application Directories
+USER_CACHE_DIR = appdirs.user_cache_dir("pip")
+
+# FIXME doesn't account for venv linked to global site-packages
+site_packages: str = sysconfig.get_path("purelib")
+
+
+def get_major_minor_version() -> str:
+    """
+    Return the major-minor version of the current Python as a string, e.g.
+    "3.7" or "3.10".
+    """
+    return "{}.{}".format(*sys.version_info)
+
+
+def change_root(new_root: str, pathname: str) -> str:
+    """Return 'pathname' with 'new_root' prepended.
+
+    If 'pathname' is relative, this is equivalent to os.path.join(new_root, pathname).
+    Otherwise, it requires making 'pathname' relative and then joining the
+    two, which is tricky on DOS/Windows and Mac OS.
+
+    This is borrowed from Python's standard library's distutils module.
+    """
+    if os.name == "posix":
+        if not os.path.isabs(pathname):
+            return os.path.join(new_root, pathname)
+        else:
+            return os.path.join(new_root, pathname[1:])
+
+    elif os.name == "nt":
+        (drive, path) = os.path.splitdrive(pathname)
+        if path[0] == "\\":
+            path = path[1:]
+        return os.path.join(new_root, path)
+
+    else:
+        raise InstallationError(
+            f"Unknown platform: {os.name}\n"
+            "Can not change root path prefix on unknown platform."
+        )
+
+
+def get_src_prefix() -> str:
+    if running_under_virtualenv():
+        src_prefix = os.path.join(sys.prefix, "src")
+    else:
+        # FIXME: keep src in cwd for now (it is not a temporary folder)
+        try:
+            src_prefix = os.path.join(os.getcwd(), "src")
+        except OSError:
+            # In case the current working directory has been renamed or deleted
+            sys.exit("The folder you are executing pip from can no longer be found.")
+
+    # under macOS + virtualenv sys.prefix is not properly resolved
+    # it is something like /path/to/python/bin/..
+    return os.path.abspath(src_prefix)
+
+
+try:
+    # Use getusersitepackages if this is present, as it ensures that the
+    # value is initialised properly.
+    user_site: typing.Optional[str] = site.getusersitepackages()
+except AttributeError:
+    user_site = site.USER_SITE
+
+
+@functools.lru_cache(maxsize=None)
+def is_osx_framework() -> bool:
+    return bool(sysconfig.get_config_var("PYTHONFRAMEWORK"))
diff --git a/env/lib/python3.8/site-packages/pip/_internal/main.py b/env/lib/python3.8/site-packages/pip/_internal/main.py
new file mode 100644
index 000000000..33c6d24cd
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/main.py
@@ -0,0 +1,12 @@
+from typing import List, Optional
+
+
+def main(args: Optional[List[str]] = None) -> int:
+    """This is preserved for old console scripts that may still be referencing
+    it.
+
+    For additional details, see https://github.com/pypa/pip/issues/7498.
+    """
+    from pip._internal.utils.entrypoints import _wrapper
+
+    return _wrapper(args)
diff --git a/env/lib/python3.8/site-packages/pip/_internal/metadata/__init__.py b/env/lib/python3.8/site-packages/pip/_internal/metadata/__init__.py
new file mode 100644
index 000000000..1ea1e7fd2
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..dea53be7b0b19674f23b79b9c8d6998c813ed75d
GIT binary patch
literal 4821
zcmcIoTW{RP6(+e?t#(&8$F^+6nW#yfb)*$sH->9Cfo(;0jo7jp%T2?gptw6DEoEM|
z!&y0N*iZ6nQJ~L$h|#C~lK}k(eC?BgzVxX;(E|O>kV~yD4$uarz*)}WT+V#wobMd!
zaidW)a6S9m)!yHy4dbuW8NVjbxrsYoG7W#8<4*%
z7DR)eL;pNqK>vc6(UNyx75D|-gycQJAfZw3y()6X--qmdZay+vi*E?W^;RiqY<|75
z=B)m5ZS{+L>vxmleJ@r?^KD`E(<R+uxeG-yJ$Bz!-QHUu&6b8GUCx2WjvsYgAFzb6azpjQ2WFqLJFXv#
zt*sQ~Y_Y(7f&*u^#0p34|Ir}S=Oe$tp(R14oygseq@ZxbDMe~ncCsCy@1;#S5SLmh
z8us}guuIE&Q$Sd}q4>NbDO}b!TaBcKLn`qNxolF62mL;LG)}5th~b))kxXj8cKv}!
zpNm8%vVy6J6~##Y!f}$C;{*{O`1D+NoZk;zKYKIf
zIBpn5FbNzjb{tuP_G3g&#?Tf?o1aqmBQ!t99hcG6%&J*8wG5xBVkE~w&jW8VVfnn>+tP8bfMnh2&)#ZKYCrK6;Wl$gbm#b=_i>&AL^?eMoz}Mw-a9Cs!ctcg=6D
z*T@+y)2$+k?q*S&u{W5DA_&o|VP%MA9n{@{ln{=`amM_bm(zq6gUQ*LC7GxBrz_aD
zjDmEXUWCQ-1x<{K8y5FP*W304r5U+w$!lgczZBX8pTX+M5zJrr;*NrL9DbbDA|D8;@$zkxdY`k
zz{C`F97=nH?_;|>!BO;5Vx{eoK(_~Bmm-?7Fxf}&6AV-%hjO%LEmKlNkC{qaX$G=~
zxDTu}!99sO4CUbeV5w){=YcX-+p!VZ9yOn*u^cm5zW0gtV&i0Z0OebvCbw7W;(#}`
zR}?M-)F<$bHi5fLi43tZwl!61BS*gkaFV9RF&_aeuO7!TIY*UkKIl+&`*jX+Szg0)
ztB{m*4V*Mlt3{y)6KX0?G1no3VRX@R5%((Yn1bpcI-Z-ai8)QTImS@AW2MZLMaV%^
z=xr~?ha4+6(Ekzk(Y|koUEAq;-<57a73>%)*V%d`1J_61;jAyCT{tMC{6=LX5kP8L
zy~W`$(B@0SK)*$<_ysVOloO7|!YpJR+-WRSTg7B%z!ZEZ
zU3;F(Hr6)S)laUaCeAb%+2cB+uUhRCqin2^)oeLZ^8n{8pZyqjqvel#n|)rB#b`%|
z^vm4`ta1ZBAwQ+&1RqT1i9_r|^s3a``sfbF>qJnPc6?7Z_FhHgcyttdz|3%7qW5wd(uYO6%
zT29eA<)}kJnN(11`aY`6^Yn_!XkDiz6TTccRC0*4ejp;l2ZfT7GLYs(Nzsy&IzxOx
z>XVJdXI@q$)f;J@`x#XY@l7;U)Ti{fVAZV!t7y(z#e&8sMJa9nQEW8NOqXlsbgfxC
NTbrJkt!HEY^&hodR4f1h

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..b4defa1f87900b6fccad3d0874a2271a874cb854
GIT binary patch
literal 2358
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

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..236aad38eb48d145fb0110021d7dd7d64ff64d35
GIT binary patch
literal 11027
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

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/metadata/_json.py b/env/lib/python3.8/site-packages/pip/_internal/metadata/_json.py
new file mode 100644
index 000000000..f3aeab322
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/metadata/base.py b/env/lib/python3.8/site-packages/pip/_internal/metadata/base.py
new file mode 100644
index 000000000..9eabcdb27
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/metadata/importlib/__init__.py b/env/lib/python3.8/site-packages/pip/_internal/metadata/importlib/__init__.py
new file mode 100644
index 000000000..a779138db
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/metadata/importlib/__init__.py
@@ -0,0 +1,6 @@
+from ._dists import Distribution
+from ._envs import Environment
+
+__all__ = ["NAME", "Distribution", "Environment"]
+
+NAME = "importlib"
diff --git a/env/lib/python3.8/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..43012dfcd413a4ecb4f844506f1c81e2c87fbb07
GIT binary patch
literal 346
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 None:
+        self.dist = dist
+        self.reason = reason
+
+    def __str__(self) -> str:
+        return f"Bad metadata in {self.dist} ({self.reason})"
+
+
+class BasePath(Protocol):
+    """A protocol that various path objects conform.
+
+    This exists because importlib.metadata uses both ``pathlib.Path`` and
+    ``zipfile.Path``, and we need a common base for type hints (Union does not
+    work well since ``zipfile.Path`` is too new for our linter setup).
+
+    This does not mean to be exhaustive, but only contains things that present
+    in both classes *that we need*.
+    """
+
+    @property
+    def name(self) -> str:
+        raise NotImplementedError()
+
+    @property
+    def parent(self) -> "BasePath":
+        raise NotImplementedError()
+
+
+def get_info_location(d: importlib.metadata.Distribution) -> Optional[BasePath]:
+    """Find the path to the distribution's metadata directory.
+
+    HACK: This relies on importlib.metadata's private ``_path`` attribute. Not
+    all distributions exist on disk, so importlib.metadata is correct to not
+    expose the attribute as public. But pip's code base is old and not as clean,
+    so we do this to avoid having to rewrite too many things. Hopefully we can
+    eliminate this some day.
+    """
+    return getattr(d, "_path", None)
+
+
+def 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/env/lib/python3.8/site-packages/pip/_internal/metadata/importlib/_dists.py b/env/lib/python3.8/site-packages/pip/_internal/metadata/importlib/_dists.py
new file mode 100644
index 000000000..d220b616e
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/metadata/importlib/_envs.py b/env/lib/python3.8/site-packages/pip/_internal/metadata/importlib/_envs.py
new file mode 100644
index 000000000..4d906fd31
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/metadata/pkg_resources.py b/env/lib/python3.8/site-packages/pip/_internal/metadata/pkg_resources.py
new file mode 100644
index 000000000..4ea84f93a
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/models/__init__.py b/env/lib/python3.8/site-packages/pip/_internal/models/__init__.py
new file mode 100644
index 000000000..7855226e4
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/models/__init__.py
@@ -0,0 +1,2 @@
+"""A package that contains models that represent entities.
+"""
diff --git a/env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/__init__.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..9ad779d39f2db476d43808bdf42934d03816dbf2
GIT binary patch
literal 259
zcmYjMF>b>!43x7pFpxiJ&0uo~5M&6N^aEXrE?or0Vq>DVBuH$5^6Fgh;
zS@*$VmnSn}OqkKL77!EWx_n+1!-Fv{G{$_ZG?TSAx;SVtM3HF9Xp(qhcV2pIJT-0pPB+
zw_Yk^c~x->e9yTOC4kH6eqB*~Z{v6#rg0bWqouS$p{SGk}k!QUb$X@y5
z&wLjNf@;{#rIQlB?bUlna%|gSQ5b2twYn(U^-hFhfiqz(GqT#hwDHU8ylwPDKR1c9mrf$WeIe$s!T?8|7
zL{2@BNsj0#?l?vdqyM$n(Kg+PmssM53tHkSi@A-@X_EMtsKJ?6v1`ZA++0W4hTz!o
zdmDklyF&%jd;dei?Ou+);mn3JPQ?}Dpz09DT}X2UX5cYz;6)Ulw-I!6J4wGCE}yV8
z+Le>vgN!MzjS{s^=h~L)AYBkPKipkp?RIVNblDf8r*qL$_a^2D9flQL9n6l$Xlu^H
RGpD0*PiDIAI
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
yzzMtpEscKv>jr^EAgn~
z9ksW#ErNQ9RK(w*Dj+@j3-rU>Yn}q+69^5G-|UH^l<0`v+nJr6+nM>z4F9pT)MR+3
z-+w&#UxTr4iMaYWAf8|pk1
z$4q)hqFS6$XRUJ`la{NG58??%ae_&)K9{U7B=0*?NM~2{UAeA2<*V8|>>ajP(fv*w
z>C4)&*RQLFYRdYFkPX>9cKf$fP2M`;vL%;5wbYWTRT`=pXO~Z0d0Va=yGOjgjNRL$
zU#>#K9r*^%tU!h|tjRY)tx6Xjc&l7`mg`Yup5~d+c{=^-2*i*{82_XOK2NV392X{uzmY-D-3on(E(wjEuE
zLo~w5N?$88(OFFKoIkV{7*8>Z2bgB?++JNT8+ODF`Ak^quBF6`&sYc^X7IPzYmN_;
zPNB@=D`2>VN_Q5V*Gw-%@%gYf$VaLtqpUYRFoQhnj30J(v{KuN>KF~%l?e^I6QHV*ZeB591+5@oP*o_SL(G9ADrw=%+8y
zdry4HINP_L*S8>sq^RvG6B(m%bJ6{vDT0B1lO}s9KMd(}@6wHI1>!C43L4Y3o9@--Ra~z6j@Fd>7Qgqf
zn6V)n^8cVpVI}YeT89qa&VQ-?xSQwv_fzp8IOpxQtKY^60t?lcFua0Ue#L|K+V;kf
z)M~85@O_*sEIw`kQzg=NOYeDFU@Wo-Me~OuPs3V3)oaF1ar-l_?-(w{
z5&s&NoB~B>{Lqo^%-Qqxzh>gpIRhGI{POKe_l$$%NQ_gDDCxb${w+Rb(#NTqzDqf~
ze|H8Xe)Y#gcjiiePw44f$G$ZF43!K!;;zeQx
zn&Me{#W+n&>BXsvG@vA9=_Q#|FEu%IZ*l+&B8D8iH?;fA0Qp5P3R6y)HTWmx(|9Z>O1;~ttcN78-1jh
zq~_=DeFGQ|5!?KQlHpF(zdnV0v4)9R-?iY;`DpU#{p+5*;rz8aNszhBlywkQroevd
znKS!O1onx|${t650HH-v>wrj$hXp8B0VI3rs%0js_ySTF^~gocUGDxceee2Be{lxi
z+-%>`@8M|K3`6v#34j)stuWjN)~fPS*1}NcF=_~vJWZk3REg0+jn*r)^7HMXicRTm
z=Xt8{lEi)Dw~!ttiAM^3Q&whC_0b>G^a)K1vo3AZHEd8I3o49t)YZC+n(>1G&Vls*
zx0Y5K%Z}jp*4J8AcC+0;u{s#z4~Vwv7gzih8gDmzt}>bHZq!dp=8uZfmuIX?mSXNc?o

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/index.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/index.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..41834327bff53dfca284ef1954d4e15eaf759262
GIT binary patch
literal 1235
zcmZ`%J&zkV5GA=ETFI+}?f9;6nr*j`7KnksFoGbki^R?0;E!e-V!a%lR$1*bBxU4;
z>wJK#`~w%~(tnAqs{r{0Y2ulc6e~ptaPVfxA?LlB*VE~Q;oAQ7{W1<2`%KR9!WjDr
zxBU){Vv4t{WW>vO7%7(M7>Qtsp|F%(JGpK9>CadZitj%1XL8o-zV4e>)
zruA_LuI+0-vCUeyASssUE8Ps}n?-{$>w1GfOVzKdraR9A6CgJ;LgQltZezNdB8Nrz
zu|mh8ZERa>lk1+6U_YU^BInG_2dw_bArZ?P@5Ib#=t)p
z<{q7#k$Ld1IVD7o5wOE|eEaafl^si*kEuajwFW8uL`tN)!I6?amGZYu)$UJ55~r)i
zFv@M)-l5z+u+9u}4F6&4c8#c^ZL!&3OS(@b4RswDThb!op*Rs|siElh-qJa3pA^^?
z-OPJ)S!~Z}xGicHDfue()55urMJ7hSp4sRXOz9oP5Ke>@lkv(>QK8)W^Tq?ka
n7grb0eew#E2_4lxFroT=^21J^A31u%03^Z5Y03o`O#Jf&7DYiW

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..de642a1c4fe92973b92dfcbe1ce882f30bf1e17a
GIT binary patch
literal 1770
zcmZ`(&2Jnv6t_LIv$J0zq#FbUq(~glB4xH!CBz|$T2Vl7h)^poqargMdz0DBS8Q(~
ztL=rYM6a9)QgZCSY6J^Y8uqp1&Ckx&+4jkB?7SkC5N+
zXLES)b00*11xgS>b5hWl7A$6k7kd=vSne0CxaDjw4~ll&cDA2~MJMi1@&yqs5xgKG
zShBb)+K%yPqJ`7BdaS;*4BbdU3A
zQt7NJIfvh!FH3EbJbwfmGbPa}#kiZJ1wZ#e^w*#yiK!qllb-b7fov|QV8VOh$1NF1
zU$$i^I}-*g{snWG{UwdN8}n`05sD7%=!q`m(R+;{F@WlktSf~;hgpM+tN)+uSL
zOAd0u?4tVIh8#RI!#M)iE-gBLcXb;ZOhjuxgbg=zW&SU)|6bbD_rwHd=;Udwn`=#Siyo`wy(%E6y8Paxtmc>V7{ZCm@a;o
zbisswKo$%LZXL~ckE%UUeP8BPA|RPbwKu8M-shv19bB8XolJ89*r7tvJWt9~DQpKX
zR%!!gSV)tI#3Xk6^(2=+0PlL#Q*S~(cI$!GQelOBrc|YD+f)!UHEIV}{X8pA)h#p!
zGw|bjR@Zrkp^v2jM{VN4`VhCz22Fe$Xt)t6u#wVSt2Z!)r=)gu(Wn8=4L6I4uTIAm
zJp@JAFbI9$+Xe~$40ii$i_Sm1={h$`avfzv)i#7kDF#{%w6XE<(NS4&FCAOOHZp6~N*J5B*VGQI&zXj@;EXcQ8&*@8Y2~}`Ke`aT}(=Rkm!n`=pe7sB-e*vtT&H*+g?3F
zwg*kKevxc@MUL%lK3bl_(pK0g3e!;^pu)CoEX1bX2K5n$-U3A!ql|W`|Bv7C|C-ocj
z2WO*#99V}l1Q&dGG#Vk@@ff}Rp2D9acnSk^UT5WT6A0tFgX8ysqzG6lMWv$VxdE@J
wNEAFv+L2;C@Nq<~yw~qg1RaI4F5e~#Jn$xbHaut;IK%>UAcw5a`n2!;3pQuY2><{9

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/link.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/link.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..d6982ec11173048a9e8e757e526811c0f2a1b42e
GIT binary patch
literal 18807
zcma)kdypK*dEdHpCSOTTl?F#a1KhCf+6oWnQx
zL(?!k!!w&kRsWh*Q=YA=CBKI+S<*T*6!+V$!D8;T8~v9lYFkZx3#aj
zPxATZ{?;d|pJ+W^eZ2KV^@-M#)hDIA(0r=pRGrq-)u&CvA5*`Fv5U>w)-%;-@NBIe
z@Sj~bs|USO^^jlm#=Pe}#0`2#I
zobf*4J&yX5(*6m&|D^X6o=@=^EgZCX+M7km^S-fs8nb@JJAm08klDR}=V!fxcs}S)
z-OE&8^k48_^bVny!(JKhyo7gN_Dt`{eG@e=_$R#Q(BDyS?n4`EKI56!jB@4s#De*<
z85KP@bn8tw2+GB1;`$e_UaVbstF%A9YnMD}ZqdKlSP8bKK4-*mg(Mtdo
z`7I8fd&3Qu{Ge<{g|6FBcN&2o%_!e<>tW69g-f*s)oImwsu}GGy3NLLVcQRzoqAM|
za{q2vwxY4Fi&w&qyfB8hm}ePA8o%83{JR%A?a*(B==<$Dfj0cf!EYe(4IY`Q^$w0vHRIcU*0atU@|(eL
zZY}TG%LOmHR`haS{zJnry=L4q*G;c*A8B>WD|)4mO(H5baU2LZxx52q6WB)EpYni+
z-Xu1eh>DHGR_^qtQDYNH<;|VmG~V3h&&bm*Zw61h{V9J2D7?qpjd%BWkD=@_uLu;_
z8x^iJ+PAm^?sswe`4Bi^$Ej-|IW2d^S#odtj^DcJd!Fy%DOhrDyUm^-RGjNejldDa
zak{Pwe7w8V3H(Z_+S0oU#q=w
z{@NQCuic1W8|t*~w)rMzbK6(IAWqF~dk#^;xp7|Amm0VI%k72Ejf(T`QlsfRLuF2b
z8|`sDG97gEnQL#&&jr3}xXni2y@~dEtqUF1V)p9AtIi82jvvJ`(uENeZllem`A)O5
z*r+>bEaCAsQxwM
zfjN(JWhp<(`9a<7`h2P!kBTx64*kGT2hqX98^@M9E&rJ3wvTmJfC%lm?y0#2<@+}q
z{#>Zs`Ym4_^V_$NH5)hM7N;sN9Sa(vKi5UAyXXhUx{dC!8h1{CnjC9&Jii&>h4!sV
zcO@#GUG&@j-L87|9H-6s+lFQIrxPr$qz!Ol^Dz+SAK>&VKkTXY2nYxcg5d)Dnnp4(
zmW|N7l?x_A>#I1&*9`SEipv@GBz~fuTTnKdJRbm^Nct`+)lnG84*ceVz(Xg8_~t~d
z*6jo#)&=@idksYa2R6+9o^<9TP0&%k<=zb%egA_yY7dM-W?*~PeGA7w(|`S%@8T2zgM&~JBZ;)G
zM$n+wa@^)(M*;I%PKw+hf!Gw!>GZ;GFVv)q{HGY=+^Ug+|-k+U@IjHxL2G9ybf7ZH}A$
zr&6G9|IVYaU_1sRKxsArI@y198l|ejgm^x*uX#79d0>s7LvgaBQ|aJw<(APhXf2yY
zoC~>aCcf4pM!ZMHZ1&H+E!c{kAZZ3!1^o%#cHIZXXkfd9fCNsb-CU6!BWbGlKx*2W
zj8uTKlbkB?R`z7u=@&6Wo?<_^j&^zh*3e-}tAT?#-Eb=!CWJ&*#PJ5Epx(F#6dRb!
z>H55kAf4U6EL4shB3|Zo)$^Ukf>7AuWjG+hF`;vAt~fXJ6u>9=E
zh(`#_+p&p4Zh!zNdW_)s6qC`7ROeCl1$=`X62m4Q_4lS5xv5LC&038IqE?GawHk<2
zugUy)t@c6BZN@eETFvX!QJlfqigwg$ZoAzHT@s6+R#USW2qdc0>Vj`Ux&Xy@A!99f
z8f|qHb?OBsJlD~fu-F!OMaPSZ3%zzd>~xwzRBWnVt?mLFRFRE8$%JG>4vzU!8hP{k970?>}Q4H*C
zfB&OLDHjzFwt9`pMJAV+2)YTTk^ZVTm=IOBMX#%ducTf=S$MrgbmuN!Fg{vL2a6WmcYNZA8(
zV12{-zy_h0tsor->Es4QW;-%(53PqMB`TdIx#yvM^#gWXK$62>fl|nUpx5noD5u6$
zb!dyy*Fdnc5O`Vv@L?ND6isdJq{(r}my8U_(loxdsYt9Kh}jT9Lrs$jyX3<>cSqnj
zgG>k>vt~(}85rvj@PyA?6-s)c=|j$TomqA^OX1vg-g)~9M0$vvhZ_~Y;Bh?5k%P!dY#aZ^1ZfXu<9>jKAYh>Q>$|l
z)Y?Q_L!!bvXsDS|R@IQ-f+|1B5`ST6iDZ)t4Fz?C-EUf`$lxNc2i=ZV8vqA6W6}l5
zO|TMR>xKcdsmq@nPO6F(MS10a08J{4#tCdPj*|dEG>+tCQlh^6BLK!(rBM4y3b2x@
zBj3*-J~w#w^*upyd;L#csE`c48I^Zz
zLgk-F&!Sxzwr%Dt+Xe+R_nVW}l%*7hK80iiwMn+pO`sH@PcP3cdCPKU92*jXcr9ls
z=HG{4FD-H?$zwY#+7d_+`@bf@ebc?=J3$Y;6Zi~GielA5uL;>vj-;oddkK=if7fln
zoO6`I*dhFN>JY~$eTrxXnt+-RjJDaNTCV(V)2%0*clOzn$7heqfK<_`uaawfogVb;
zIgTWRL-gGZx)GBNQ#PP%%4U=cayZnNu=J>aqad3a<+Qm+1C5&&l~C7f>)HagU#3&G
zwLSrjFX%Nx=~(aaD7OXv_-#T3G8-tA$5Zqj^eQynD2!VLbJA3IQG(M`xakIR&ZO_H
z=Vn9*cJR)?Tm!>eH`U|-TM?Sea&n+qLnx+TjLo?vusZK7xF9OZX%O;Ml(ftP)W?KC
zNGn1|D|n!2m`FLn5{^i{7fK(ZwA~Ck&0gp`OJUeO#v~vS4`KjY{eqO8Id-g{XAYTp
zQ0o%(3LrLjYY6E1cr*wrD_D$P^cL{B@sKql6~Xsiv<-4djBLrYEj2)nbZF!=hNpA*
z2EPNKC9)!|Wu8U3kW!(S_X@Oxd1H$un3_NDXCXo6VN08grO2G0g*_`t3&|ue-z9ZVcu%5k#-D^?`6<}j9Pep7?@pg*y=U;e$A2t-`+)bX
z7-jdSB?rAjQnD{C5u+}~-=CHo@t%`5pGZp*PT$@AW6DS6tTU3F4o^o%-a7AnTHcx)DZSvmCZ&~ho)^7KQgRF>
zMd|Hz?+qzA9zS39K7-y*r1hWmu1NjKwB${1UP?}-C2x6GrR4dviP&hOGX-oDj8^ES=h0gf?LSBe<{=%Wx_v01v#Rc+{U#1?%hZ~{5^
zJgU(cnGD+VC`GoUS>e-BJ{Bm!p+5)he16ZBZXs4hE7Ojr)s>sg-8_y4sDy2@*_IPJNZhJtiMA`Lj&E#zaI{F-cJb
zPCm55WbnO!Z}6)~QZhIlf^$J;H$!VVvj*O^4x2|U3jy4y<)kbR6)d}4kn&__uv`CaK42pPrqFox~2gSc)F%O}`s7($s>Zb;ow&n3@
z#{fpJ+SDM6bmt(4bb4T{?OKOAP@B=D*!_L5TcM;hDx3je+!m?t8734$DCGgrot}aT
zrVBD0+oBIIDSshpz+EnH?qy@Y&TJTQ(BrTxf@WYaXAUBma>oUK?)2K8=BAtzKj6>W
zNT*3Ui{hznLWDEUHEqm`P1oeR?EJ>tF~ZDU74z(kbh7L#!4^o!e$zV&Vc)MekoU;`
zX&68C{OQ=@Pp<&@|3-_ODO$h6#qJV3VTz)s##D^3cu
zigQ_GW-_ngNjWfpjC9rR0D}cEM6a&u+-|^%8+$q+P4t=`_mtE2TitLa!8PZaKME?M
z!s(Y!irukAgG^)CQUl44UBsvXw;!!A=|p0DO;BxvFzKC3$_X7>wZz}U?zqCEJOJ@_
zq#Y9CSXt16Q8axU&`;JEBdn_ydlan%*f7FLKZG{aa@dYW@lF&$K;9=EfIyY@D{%Jj
z!oCzcb6|bxIGxz@32~aLd$X~rJ8iU#&9rdyu$L_m*-DnrIFJmRE>A9A!jgLAByfiK
zF}3J8o)5XP)o73IPvTQb=v9Dy$GP*NCuzT#__l=5Y;3!X?^T?uD_1wHvji?hNGEPb
z-;082DRv1;KY<_8adruyzz$Imjdh4EOVn`SvRc}KOuETJaV?0mOB->u-;4e&tT}Ps
zaW4F%YfcVW!)pLp(G`eJ=T5uXabtakt^3w{@6DHYt3Ftf+Qo!gw7crGcbf-Ynj%
zT*B_GeMtWSV+0No<8TSa+R04Lnzl;j3|t@ut7PS%yX2s4=FI-Y74!qsp?(j#OpzE^
z6LA0@_eHJN2rDP+PCjJiWbMMr|1mNND__k}#RU7^L*^NRp@ZpW7?l9;61AQT*ftnD
za?tT%3t%qWFxIWryySC3Z2g9mYL;Hd^Px{5>o9wpUoqwF`q>@Ez2Fy@TDu@&HB;p};HN&p|jV^{XkxxS)N>aK<{_
zm2SgXCa-{M6-EpjFBAFx*2FF<>zD=56Q6e%3xM>&~16nAIBCrrD
z-z3b*C3D>7Qz=uzvu%|!b_Uo8tA}k_=Fs26{-l61?GF0rB)nWuZEIRq2xQ(`2Nevp
zIad6cz%T7pf}!6-MsSHjqdl;L=@dKR?-cCRI7#f(I7#f(7?~yh#e(M55gg6mveeBG
z_%7IYC2rFt7Peo7IBI(kSl`R6mR84B#|L9x0qy@WZ*|}P*}H2
zBk2v83iC~jr=|N@;OSVumZH@Vo@$VQ_KSG{IzuW*iD~AM=(-KEMm8nZ`Topy0$P7;
zNJIgSQidDF+sCAAEAmEm2p8T%^OgQfBG{7Uz}qgO8-$<+lwfwY^+hcropGK;{Lg08
z*I2Lq0(N!->jlSwxiDHZC|igjJjx+1W6@Vp*7I-n7RwVF@xQ@0iTE0U{xWkyk7<(A
zDE}9k<3QB{NiPksaM$_WYMzgn`ep(=F31{h#YLk3OL*HT!QPRee~kPf!yv`E%oL8o
zbjBv)|EX;khL6CX^mlF?fVj`CzA6j-XYmz0pGStiDo|fKjg4=@n)I#As@b+Zq$n}f
zSx{tSIdjiM9aNuX{=(z&P2*d@v5zCZ08-XyG_d1#h}B=z&oVNqQ{
zo9iYld^0q`gfrD*Ly7964s4`
zn-DNR$>e}iI%?uqIp}woY#q6YFqofv#K^4MvMp$2}ZYn2Uk9KotF679hI^{7DJ`txx9lr|-
z2Yv6Z_-w@X%rWt?9B@cQ?DW{^$)tHygz}(ZN(zF_dm$nLJO4!j
zipScp#)%1F**0=}k^_@WbOd(Xl^=az)C?yfRCk*#ie*tQ^REwWR4f)yOl8%UAvvsU
z7X?%z!}7)n6_Fl+MvR*CxAlMjUA**QXf%!S`h}ltC`9NypE7Du_!+1eTU#6ktqv>2
z8=4Tz>7sDR7H$I$+1tOJPAwZBM(y`_^whQ`#=F6So7aUH;9@eMzb~O=TiW$^F#Z$jXcG6?FMs*)m(I^skI%jQ{vgT3zm?kD
z`$v+p@_`Y+lhmgua0w4QXNWFDpc)C|zzp_C=!Llk|F4igW7%GVM7wSVpN9UXnRV*Y
zxo^V{Oj4MiSAQS9^-m_}1>$Vm!GxiE=|I86#nnatsTiA%za%DtO8+HDw4h|7`a@oE
z&WU|CSb@*%t`4tNeyf9MWwBxnb=kL1p01o|_;9r{LLoMgk3j^W1Cy4aD8C3xA9Nl>
zX9PjdM?lilh*l3tLcNHI3%iN362OQipykU5@YT^^XmW;4h^Gi65lYMgc=v~zZQ5`3
z5nB8%w|6fx1{8Nll8_sr_
z>1`WtSq;yDkfv9W;c6t{a8hDjV|n*mi1T61vL$sD*b9VY@i#6{!V%A=!In)*l)y2f
z&ro35HeqLn;UGsmd$}^-FIEzbS-p$tfD}-lQ2&q#HENO0VhG_jOdP#N@6IMf7*f4C
zk^eyu5t9rk5)5l)cx#LXX)kOz0v^1yALI5WYX9ES-kyApuH-)nCyc4e1@D)sy
zc&Vu*UTT2w)Zs`e?(%~qQtFnvj>k>QQSYGae{&HeBMg#4h}5j?avE2_5u_KC8
zh;m}Z54N4fIvV_+bQTFarJTQI0)(&NEM=@@0;7Xx)W1ZX`d3Ui^tMAji;6!U8d5J@
zR11o6TgD~uW!wYENOZp}oJg?_>b%bY{f1Rd=Y^+bA*?
zSy)wqoHK&;n;LAH*cLG0Dng2wmih-AnKrNO;f~&6`S+XIbX+S|b(5Nr0XbMYAn61V
zqG`0i+QF!SBBE&0c$%3PG(g;9=60Rew07c(Mg^P_Cj?hCDkxO{p3~wUMPu*})U+%e
zBy2%yH?f5rW`#G4oGr-?v<@p4cXiFkY>9{IY*Q>jxNf4Do7$YS9flOqpEkwr;9%^=
zuwr_VR{iMFwwM9bTj=DGXEdTMNeueChDOwfAgR%@uQC}<2p{GN3F2pP7|BPPtw|hx
zX#A|PU@|`D!vc0^l#*xr*HUd{n}~Yy2s&Dv_?i-}k8Tc{wPXZW6^rz==c!Y9p9-r&;veaK<@=Ye+X0nDP%HZUvU*_YlG5H%TD?mO(L}Iw2
zHRa!6g-{xvsSVXZ5%smIBh)}-j9HdlX7XD|qSEEp=ihq!;)V0qE~R&S<%~SuD$-iUrADR3FE+in8{5Sd3|9f{z@zK7Pn7&%!rUy$K*#o
z+{1JD2A@HagsLT1I}xmcpftJOSwQ$%$uI6RBy=qAWpLHAh&mg;tSiRlSzLV}NyTM{
z+6Bftzbzq(?k@mi5_`X#R`H`ExCf#Ku3N3>`#!_hBNKmc97sW5ZxdG}DZI+vppBb_
zcRKXp&TYhM#D-ofJ=*WxY~1qU)0ME6MEVUNN{rm3kjsl3*D(VG58#fj!+;W*WT-vu
zLWj~q%v@iXbZ>VWxQNNPc~`EPiCY<$d9^?JXmYIynjm8kI`HVj3Rc$<42S*7V#S$t
zUpaB`<|`*>o!fyki_Ae3%$8+du|bU*!s`#73l#
zAoVSO1&bW&mav(B>pHG6<3Re}Cmp%)An4{2-N-KSr18x`>twM($T(t`YVIIP9Yxqg-S39ZjT^%%@GCcNaQtLMvaR^;b-ahf
zj5s<&u4%)f49vhL$O4mq2;f(YZ5mKXe*!Ok3NSlt6t-cOwxd}_F5)U7ywtee1BzrC`Lx{lf)k3q^LF9-KMY#r+^oDmdeE{@2
z&K=yDTMM2<~`iEbpqPX9A19Lg@__fY=#jZ0vMVmUAUkVk0mk%^Mz
z!;XviQc??OW215-7X~0MZs>cw{j>~05}xWKaB3X!vb;>N%$ppzKCo_n9X#qITwhaH
z!UFzH0m3rZ;kE8hK^#S(wFfS@nt9h~KW-agDI8m{Zk5zs&DFiqYUYbZ+xmhQR{2j1
z3gNh1)w070^gfB}3MKqa+|Q&V?m)mNZzNCNx4{{AK=(W+y65+Qh>!X=SO%^+@}e95
zu|NoG?&4zq@ypyNVghk>!)^$~dNxr16|acKBJRr(85STF8Fm+b1IkTeAsXzY+XVNb=kLAYf@
zvh2onu#6V(h+xtqbnXAbycEb`1N}T@fmKc!U#MN`kC2u>sovy!4J1*X(F8y*^?NM(
zbtbbc=dG;tLWZ32NFpZWcCH^N_7~+sL>1v(oyfYB4%wW9F@Lt=Q^2BQ7jwISa?14{kT-t8K+8VI%Bfoer4Yd<5M
zG~2fZ7y=zlH^VlYriGwN|8Aw;X*R_sE#c%*5ur<0Bt}EiOF_<~9P0@tqDsBa+!vVC
znADkEW)d-3WFp#@V(u=J0g`Ak#HH$HEn)j2$!ok8Oq*vzZt)OK2zCe>7tZR-+pqGF
z2X7!j{M^vrxOsG(me+A}Z;nw5<5nqa;~wVJX?#nE$EFHXlarb0JyScT$82-zE5=t0
LcgmUCUo!tc@F74x

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/scheme.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/scheme.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..f8378a629396f00b7f82ef6787d0e0e276247777
GIT binary patch
literal 932
zcmZWo!H&}~5OvbDY11u8@B@}OtwiI)N(il1%ObRZgjgY!J(JLY|IsQ!K_%^Thar
zR5)h}B|J!arF=AUZ;~z_d7i}Au>gRhs|Kt61Vfu>E5EH(bCac
z_|nm+Q^L#_5tUgHbQrvlyj^RE{|s~UZ1}`=WotG
z%$gDBP8;uVz304b?sG1x%J{ZZaP=#(55i3Wel1vO*1)8w*uK)!`e?ee01E|EZ!ul4
z45}@|a&-|$`BUZ;7QB0mW3{RoSJ*+=2%2HCpdH({B=(OT;YAZ1?jAxGCrJ_yqy5+V
uE)M%P_?z+HUIAzE&muPLXk-4Rytf{P_~FT(n9~SnZitYi2l2h$F!~MoM+pD`

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..e3ec752b641d1a4ab65318462805e39657cbfa43
GIT binary patch
literal 3478
zcmb7HTaVku73Po>MO{|w%f@z+wjk`JunJo;5Y#Y?g=-+`4Okei*Xe_RfZ=jR5_c(5
zJ2P6_sy2Pt1(H7Gp|6D>BmRsK8pGaD(-NWJA>-Y2F&)|fotF1z_V|EP{Z5JgGqf*
zXC&+8;iNHW*tVZHC#^xtwrhENvNBk)?I7<=RtKxLUC+-=&JWH{E(|U(N3i8ZvG#%u
z-V=2m^2WF9*A8#;)}g~&2krqIT;gog>9+p~`S{B1>G{g2IT}H~P=~)G)Im`+k
z=UK6%OcPD#%ZfcVpo!e5}IBeCq+T+WdERmjuK1^2-xwzO2w9Julf;rZ(1ks^;0-@IJ}(`0OD_u{+D8
zh#qfj_BS^-ZbakqiP*yj>A;lAqe;nUxrnkNdiYF_%Yu%qC}GxKlI6)(E_z+>%prgd
zO{Ej56@5|Gfw*x?WqeEYKs<$~C=(>psVKN49-BsnP3p45;nvb|k`*SvN$1&?sZA59
zgbC5DT7gQ(Vj@hCm!px8rv4<61z_oh#!GW`#ujsKYnJ6YK7q^lL@01bJh9X=fz`{u
zbL2Ic@^aiCmlM(FNztF$9p9XOa&st!*viCBEt7Od$i67{`mpY`#3#KweT5y|oMJW^
z3DpPqeNYseDw4bp3`MT`6}MwWKGK^$GeK&P{U`XUx{k_O^;yW8C~fAmwjZ!_Xf@Gx
zU-`Abb(#JBXMW)nO?s7*E|VQ-NEzvQ{SdOmearj5q5+FN+=17G{wwPgU7GxCz{x_X2m63#CBtr&}gzk5)aeKFn2Rki+s_G-mn8x}@6yoVr
z-W!rOib=lXI`iA7&u=8aPRa#Z3k18P7};B=X0Gn_j+GeJ?5iS6=P3NOg>lL&vjr0d!v3_o60}keFpyxC`+oJEf{B)5l0q;hWp?p>v!v>F)da0l)}60L(3^5)^=wl
zq9B27LWFyp5?~*|OncZB^abjsXncn*&
zW~{dd-$Z&jl>wbt{1R?qQ$>E
z-Oe>D*S#z$Xq!6S4v+*SEtGd?s0~&jXZLKnw-hz4;~TtClAOT=8nnYQ+JyNKX}lNj
zfwrZ@GRp0k>&Jad|)Mx5`C{q^p*2V8>7z%*rh!pNusNp&y_bdR05MsrS{%r
wN8ZO*t1wQeybCT9u2+Y3kM05%vk?AL{eYW`AJ9AJHocJj7kU1v*#H0l

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..89b0018ec30de22d44a9722053790446dcfff002
GIT binary patch
literal 1697
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
gxZYW|vRAit2kYUz%F*{J9Sv8xkDXN
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

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/models/candidate.py b/env/lib/python3.8/site-packages/pip/_internal/models/candidate.py
new file mode 100644
index 000000000..f27f28315
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/models/direct_url.py b/env/lib/python3.8/site-packages/pip/_internal/models/direct_url.py
new file mode 100644
index 000000000..fc5ec8d4a
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/models/format_control.py b/env/lib/python3.8/site-packages/pip/_internal/models/format_control.py
new file mode 100644
index 000000000..ccd11272c
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/models/format_control.py
@@ -0,0 +1,78 @@
+from typing import FrozenSet, Optional, Set
+
+from pip._vendor.packaging.utils import canonicalize_name
+
+from pip._internal.exceptions import CommandError
+
+
+class FormatControl:
+    """Helper for managing formats from which a package can be installed."""
+
+    __slots__ = ["no_binary", "only_binary"]
+
+    def __init__(
+        self,
+        no_binary: Optional[Set[str]] = None,
+        only_binary: Optional[Set[str]] = None,
+    ) -> None:
+        if no_binary is None:
+            no_binary = set()
+        if only_binary is None:
+            only_binary = set()
+
+        self.no_binary = no_binary
+        self.only_binary = only_binary
+
+    def __eq__(self, other: object) -> bool:
+        if not isinstance(other, self.__class__):
+            return NotImplemented
+
+        if self.__slots__ != other.__slots__:
+            return False
+
+        return all(getattr(self, k) == getattr(other, k) for k in self.__slots__)
+
+    def __repr__(self) -> str:
+        return f"{self.__class__.__name__}({self.no_binary}, {self.only_binary})"
+
+    @staticmethod
+    def handle_mutual_excludes(value: str, target: Set[str], other: Set[str]) -> None:
+        if value.startswith("-"):
+            raise CommandError(
+                "--no-binary / --only-binary option requires 1 argument."
+            )
+        new = value.split(",")
+        while ":all:" in new:
+            other.clear()
+            target.clear()
+            target.add(":all:")
+            del new[: new.index(":all:") + 1]
+            # Without a none, we want to discard everything as :all: covers it
+            if ":none:" not in new:
+                return
+        for name in new:
+            if name == ":none:":
+                target.clear()
+                continue
+            name = canonicalize_name(name)
+            other.discard(name)
+            target.add(name)
+
+    def get_allowed_formats(self, canonical_name: str) -> FrozenSet[str]:
+        result = {"binary", "source"}
+        if canonical_name in self.only_binary:
+            result.discard("source")
+        elif canonical_name in self.no_binary:
+            result.discard("binary")
+        elif ":all:" in self.only_binary:
+            result.discard("source")
+        elif ":all:" in self.no_binary:
+            result.discard("binary")
+        return frozenset(result)
+
+    def disallow_binaries(self) -> None:
+        self.handle_mutual_excludes(
+            ":all:",
+            self.no_binary,
+            self.only_binary,
+        )
diff --git a/env/lib/python3.8/site-packages/pip/_internal/models/index.py b/env/lib/python3.8/site-packages/pip/_internal/models/index.py
new file mode 100644
index 000000000..b94c32511
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/models/index.py
@@ -0,0 +1,28 @@
+import urllib.parse
+
+
+class PackageIndex:
+    """Represents a Package Index and provides easier access to endpoints"""
+
+    __slots__ = ["url", "netloc", "simple_url", "pypi_url", "file_storage_domain"]
+
+    def __init__(self, url: str, file_storage_domain: str) -> None:
+        super().__init__()
+        self.url = url
+        self.netloc = urllib.parse.urlsplit(url).netloc
+        self.simple_url = self._url_for_path("simple")
+        self.pypi_url = self._url_for_path("pypi")
+
+        # This is part of a temporary hack used to block installs of PyPI
+        # packages which depend on external urls only necessary until PyPI can
+        # block such packages themselves
+        self.file_storage_domain = file_storage_domain
+
+    def _url_for_path(self, path: str) -> str:
+        return urllib.parse.urljoin(self.url, path)
+
+
+PyPI = PackageIndex("https://pypi.org/", file_storage_domain="files.pythonhosted.org")
+TestPyPI = PackageIndex(
+    "https://test.pypi.org/", file_storage_domain="test-files.pythonhosted.org"
+)
diff --git a/env/lib/python3.8/site-packages/pip/_internal/models/installation_report.py b/env/lib/python3.8/site-packages/pip/_internal/models/installation_report.py
new file mode 100644
index 000000000..b9c6330df
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/models/installation_report.py
@@ -0,0 +1,56 @@
+from typing import Any, Dict, Sequence
+
+from pip._vendor.packaging.markers import default_environment
+
+from pip import __version__
+from pip._internal.req.req_install import InstallRequirement
+
+
+class InstallationReport:
+    def __init__(self, install_requirements: Sequence[InstallRequirement]):
+        self._install_requirements = install_requirements
+
+    @classmethod
+    def _install_req_to_dict(cls, ireq: InstallRequirement) -> Dict[str, Any]:
+        assert ireq.download_info, f"No download_info for {ireq}"
+        res = {
+            # PEP 610 json for the download URL. download_info.archive_info.hashes may
+            # be absent when the requirement was installed from the wheel cache
+            # and the cache entry was populated by an older pip version that did not
+            # record origin.json.
+            "download_info": ireq.download_info.to_dict(),
+            # is_direct is true if the requirement was a direct URL reference (which
+            # includes editable requirements), and false if the requirement was
+            # downloaded from a PEP 503 index or --find-links.
+            "is_direct": ireq.is_direct,
+            # is_yanked is true if the requirement was yanked from the index, but
+            # was still selected by pip to conform to PEP 592.
+            "is_yanked": ireq.link.is_yanked if ireq.link else False,
+            # requested is true if the requirement was specified by the user (aka
+            # top level requirement), and false if it was installed as a dependency of a
+            # requirement. https://peps.python.org/pep-0376/#requested
+            "requested": ireq.user_supplied,
+            # PEP 566 json encoding for metadata
+            # https://www.python.org/dev/peps/pep-0566/#json-compatible-metadata
+            "metadata": ireq.get_dist().metadata_dict,
+        }
+        if ireq.user_supplied and ireq.extras:
+            # For top level requirements, the list of requested extras, if any.
+            res["requested_extras"] = sorted(ireq.extras)
+        return res
+
+    def to_dict(self) -> Dict[str, Any]:
+        return {
+            "version": "1",
+            "pip_version": __version__,
+            "install": [
+                self._install_req_to_dict(ireq) for ireq in self._install_requirements
+            ],
+            # https://peps.python.org/pep-0508/#environment-markers
+            # TODO: currently, the resolver uses the default environment to evaluate
+            # environment markers, so that is what we report here. In the future, it
+            # should also take into account options such as --python-version or
+            # --platform, perhaps under the form of an environment_override field?
+            # https://github.com/pypa/pip/issues/11198
+            "environment": default_environment(),
+        }
diff --git a/env/lib/python3.8/site-packages/pip/_internal/models/link.py b/env/lib/python3.8/site-packages/pip/_internal/models/link.py
new file mode 100644
index 000000000..27ad01609
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/models/scheme.py b/env/lib/python3.8/site-packages/pip/_internal/models/scheme.py
new file mode 100644
index 000000000..06a9a550e
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/models/search_scope.py b/env/lib/python3.8/site-packages/pip/_internal/models/search_scope.py
new file mode 100644
index 000000000..ee7bc8622
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/models/selection_prefs.py b/env/lib/python3.8/site-packages/pip/_internal/models/selection_prefs.py
new file mode 100644
index 000000000..e9b50aa51
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/models/target_python.py b/env/lib/python3.8/site-packages/pip/_internal/models/target_python.py
new file mode 100644
index 000000000..88925a9fd
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/models/wheel.py b/env/lib/python3.8/site-packages/pip/_internal/models/wheel.py
new file mode 100644
index 000000000..ea8560089
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/network/__init__.py b/env/lib/python3.8/site-packages/pip/_internal/network/__init__.py
new file mode 100644
index 000000000..b51bde91b
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/network/__init__.py
@@ -0,0 +1,2 @@
+"""Contains purely network-related utilities.
+"""
diff --git a/env/lib/python3.8/site-packages/pip/_internal/network/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/network/__pycache__/__init__.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..118c4882966595d6dfad6e963ee099024847398c
GIT binary patch
literal 247
zcmYjMv1$TA5Z$v;1pnb$33~$(#6l#HK21oIW?9|Q8(epn-MNJGkMc{lwsv+_8G}V0
zyf?g=$1w9TnT(a-c$v4)QqOnuAC;IFVHt@y^{HI-uBL>O8GT;|QAHPA-c}v>i*1CsD1&9%}8$m

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/network/__pycache__/auth.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/network/__pycache__/auth.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..3c49e6823d3e0bd6ca4bd3c9d6026c613198c4e9
GIT binary patch
literal 14486
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

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/network/__pycache__/cache.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/network/__pycache__/cache.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..bd286c3f016a8a5888f1ec92bc6c1285837c6261
GIT binary patch
literal 4673
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

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..2725b67e887beb4d2fac23702e509b3ab19c1a12
GIT binary patch
literal 8360
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

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/network/__pycache__/session.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/network/__pycache__/session.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..dda8b27470d72cb4fcfbb38d20936644f5e5da81
GIT binary patch
literal 12618
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NB38~9&QA$5SO`L|EaKer
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
PgPC1@MxT*QWmEqJesBTc

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/network/__pycache__/utils.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/network/__pycache__/utils.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..dcbd50b27becb889f38cb6eb94b251a63cf01386
GIT binary patch
literal 1443
zcmZ8h&u<$=6rP#=;f>?iQEAgO2-vG7Yy%M}lnOP(p`{>KY6wYJsssOW(D57|T#yG-b5)o|sWaNz9$SvE>$Q%2S4{euv97h#~S-^rm
zxrW#h^=}|riK@({0bP1VXq7HMcB5rh?PKP$8Y654W`e$R4bj>&hpy22V=t=HU=KAL
ze?WZHB*yLXRGXz+OfZ?~Og6Cz?lF~TLNREs^_YH?$>B~W1WPr~#IBT?EE?Ns%5vS>
z6=_DfI5q*NOlYppOy&0Oc6ayQ9!JPUJsU#8e#VzfPozk(4LmOn)B*fE@T*_JP<)Ox
znxZeUCf^d-Emm#&xkJg1_?#S|lRGZb?yxFvVr0MhtYc^I!|Wjvz8yO!)P>q}k%NX<
zKBV3d$*%>VDmLu+Q$+nK0b7Bd{}lb;on!G1^)9UWo(8by=W@;Ze9hAT*G#eeMOUVH
zifHu-`36%2*e>@BD!hsAx3-EZS6ORo>)rQTZ}aaUb^aHaq7m+lIKUN_U|tW4YS_I1Fwm|1?~u{xG3F!&Ram!bOSs58jMtV0vg$_|e>Bv%S?(T(edVv&k`2ot)>Lm96#Itk00g=_~U=Vh3%_Ddf*YRcIlMS-=!gZ}Bu8ZXwct8@%P?>5v
zn22Glc){cn45WbO%d*g03M1-sFhvN=f?lSWVoIKnE_zTsCsXnTXzS$C0TOM{8v(ub
zUg`}!cc$3tZA#QfCwJz)Z{0_N93tuf|8B8)i=Q$PCZS{}6Q;BZ7gy@dFqhdW+?7xd
zSV$9{gyn%%`(vQEKI0Df0g#05HC^M#tG04
WB{fpJvQAuQ^)>Q>V1fv){rexeoqACK

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..368deeb4c23ea82383672efca4997678f0741cc6
GIT binary patch
literal 2107
zcmZuyOOG2x5bmD$j34VPanu~NZV7>)m`1L`s%ClH?3BHV9bC0VA6LH`dKS4
z4hxiz;SoQ8peRHXQzOM8uHQyz)^97c;ccc)=7w(Og&x*+R_bR#7}Rq+ZDh@`SxlX^c!X%c?CFW=$$c|C
zMU9)N*O#uafl}SJ%Jz
zY~#AJhcmG2VRd4I$p;0$w_fBqi}jhSoEIE+g3YA7$%KF<&^kOy1S8{u69IS61l;M9
z8-dpDC`MBNs9(>oZS*YVCpl$1WX4nFiUm-r
zIRlVrB$-SyrX0@XjOVfD((_@%#9Th&B1|OOM+dkv4>3m4n3@Mxg%9zbRasNJLd2;I
zkS;|KAKvJB$`-Sdape(`1WSYmSE|a
zH^2ej)S?9^D6@u|L
zSjRda&xh^^`dNoZ`~*Ux3QN3ih_*By;tEa83Reb&en8RK*|R0&=)kFL$d@y}0u^l}
zc+Ukpcj{G6Wmc|c^7q!BC;iIXhYVL1WHYGHL8J1f%|m<(@@gU3x)<;tG1~JnnqR2=
zX9NW=G%wEsU{%v#z<;HE$fE&)nya`1tq4d{uNzOgV
zcBF=O*fW&{oQwbv7E#89a)jh8%I4>942PRtrYpYtw&*^XBq{4|F)5RL3l@5-Do8|<
zL&fJYQzo2J?N0*(_$5b3V?mHyyhQ2p%<(YQo$W<@VeI9^&a62`c)2e
zHF@-a>jF{U(VCMMTU(mrF;8R?N2zKonhuEz%6b7msjquYi*s6>*P^~%*MJnt1TXj-
zdi5d*WwM=^Yg#SDS-s{iIdK6L@h%ADw(%c$ZAnVWXj-$0U?%)7hum(GSSoZwP
zOBlJlu!pbdZ$npT9%T$FG$14^=q%OqCL#A{QM%l5386(y2!9J4;F^od8Wlxa7XsIP
zg1@I1Tgys}S(<|NKe3$BCOROliK~+#x*$Ak+2}6_0l^0we|B2vH^W#4g`H=$b?-F4
z47SSEa6`tSd)1w!zet}>s%kB36aHp^S)sE~l_PgcIKd6DsohkkptSo(rQHX_S*ckf
z7Rf#L@9kyf_m}->5&7Ad+stH=iUot}TGvG$`UE^+V!~)$`^pE_ep$1Izps6IM?3E<
tyjK3vpFth>3-HxI)_m|jT%_nD3@3$#)iOPxf`>bXZbMDO(laA4{{};vK=%Lu

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/network/auth.py b/env/lib/python3.8/site-packages/pip/_internal/network/auth.py
new file mode 100644
index 000000000..1a2606ed0
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/network/auth.py
@@ -0,0 +1,566 @@
+"""Network Authentication Helpers
+
+Contains interface (MultiDomainBasicAuth) and associated glue code for
+providing credentials in the context of network requests.
+"""
+
+import logging
+import os
+import shutil
+import subprocess
+import sysconfig
+import typing
+import urllib.parse
+from abc import ABC, abstractmethod
+from functools import lru_cache
+from os.path import commonprefix
+from pathlib import Path
+from typing import Any, Dict, List, NamedTuple, Optional, Tuple
+
+from pip._vendor.requests.auth import AuthBase, HTTPBasicAuth
+from pip._vendor.requests.models import Request, Response
+from pip._vendor.requests.utils import get_netrc_auth
+
+from pip._internal.utils.logging import getLogger
+from pip._internal.utils.misc import (
+    ask,
+    ask_input,
+    ask_password,
+    remove_auth_from_url,
+    split_auth_netloc_from_url,
+)
+from pip._internal.vcs.versioncontrol import AuthInfo
+
+logger = getLogger(__name__)
+
+KEYRING_DISABLED = False
+
+
+class Credentials(NamedTuple):
+    url: str
+    username: str
+    password: str
+
+
+class KeyRingBaseProvider(ABC):
+    """Keyring base provider interface"""
+
+    has_keyring: bool
+
+    @abstractmethod
+    def get_auth_info(
+        self, url: str, username: Optional[str]
+    ) -> Optional[AuthInfo]: ...
+
+    @abstractmethod
+    def save_auth_info(self, url: str, username: str, password: str) -> None: ...
+
+
+class KeyRingNullProvider(KeyRingBaseProvider):
+    """Keyring null provider"""
+
+    has_keyring = False
+
+    def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]:
+        return None
+
+    def save_auth_info(self, url: str, username: str, password: str) -> None:
+        return None
+
+
+class KeyRingPythonProvider(KeyRingBaseProvider):
+    """Keyring interface which uses locally imported `keyring`"""
+
+    has_keyring = True
+
+    def __init__(self) -> None:
+        import keyring
+
+        self.keyring = keyring
+
+    def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]:
+        # Support keyring's get_credential interface which supports getting
+        # credentials without a username. This is only available for
+        # keyring>=15.2.0.
+        if hasattr(self.keyring, "get_credential"):
+            logger.debug("Getting credentials from keyring for %s", url)
+            cred = self.keyring.get_credential(url, username)
+            if cred is not None:
+                return cred.username, cred.password
+            return None
+
+        if username is not None:
+            logger.debug("Getting password from keyring for %s", url)
+            password = self.keyring.get_password(url, username)
+            if password:
+                return username, password
+        return None
+
+    def save_auth_info(self, url: str, username: str, password: str) -> None:
+        self.keyring.set_password(url, username, password)
+
+
+class KeyRingCliProvider(KeyRingBaseProvider):
+    """Provider which uses `keyring` cli
+
+    Instead of calling the keyring package installed alongside pip
+    we call keyring on the command line which will enable pip to
+    use which ever installation of keyring is available first in
+    PATH.
+    """
+
+    has_keyring = True
+
+    def __init__(self, cmd: str) -> None:
+        self.keyring = cmd
+
+    def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]:
+        # This is the default implementation of keyring.get_credential
+        # https://github.com/jaraco/keyring/blob/97689324abcf01bd1793d49063e7ca01e03d7d07/keyring/backend.py#L134-L139
+        if username is not None:
+            password = self._get_password(url, username)
+            if password is not None:
+                return username, password
+        return None
+
+    def save_auth_info(self, url: str, username: str, password: str) -> None:
+        return self._set_password(url, username, password)
+
+    def _get_password(self, service_name: str, username: str) -> Optional[str]:
+        """Mirror the implementation of keyring.get_password using cli"""
+        if self.keyring is None:
+            return None
+
+        cmd = [self.keyring, "get", service_name, username]
+        env = os.environ.copy()
+        env["PYTHONIOENCODING"] = "utf-8"
+        res = subprocess.run(
+            cmd,
+            stdin=subprocess.DEVNULL,
+            stdout=subprocess.PIPE,
+            env=env,
+        )
+        if res.returncode:
+            return None
+        return res.stdout.decode("utf-8").strip(os.linesep)
+
+    def _set_password(self, service_name: str, username: str, password: str) -> None:
+        """Mirror the implementation of keyring.set_password using cli"""
+        if self.keyring is None:
+            return None
+        env = os.environ.copy()
+        env["PYTHONIOENCODING"] = "utf-8"
+        subprocess.run(
+            [self.keyring, "set", service_name, username],
+            input=f"{password}{os.linesep}".encode(),
+            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/env/lib/python3.8/site-packages/pip/_internal/network/cache.py b/env/lib/python3.8/site-packages/pip/_internal/network/cache.py
new file mode 100644
index 000000000..fca04e694
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/network/download.py b/env/lib/python3.8/site-packages/pip/_internal/network/download.py
new file mode 100644
index 000000000..5c3bce3d2
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/network/lazy_wheel.py b/env/lib/python3.8/site-packages/pip/_internal/network/lazy_wheel.py
new file mode 100644
index 000000000..03f883c1f
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/network/session.py b/env/lib/python3.8/site-packages/pip/_internal/network/session.py
new file mode 100644
index 000000000..5e10f8f56
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/network/utils.py b/env/lib/python3.8/site-packages/pip/_internal/network/utils.py
new file mode 100644
index 000000000..bba4c265e
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/network/xmlrpc.py b/env/lib/python3.8/site-packages/pip/_internal/network/xmlrpc.py
new file mode 100644
index 000000000..22ec8d2f4
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/network/xmlrpc.py
@@ -0,0 +1,62 @@
+"""xmlrpclib.Transport implementation
+"""
+
+import logging
+import urllib.parse
+import xmlrpc.client
+from typing import TYPE_CHECKING, Tuple
+
+from pip._internal.exceptions import NetworkConnectionError
+from pip._internal.network.session import PipSession
+from pip._internal.network.utils import raise_for_status
+
+if TYPE_CHECKING:
+    from xmlrpc.client import _HostType, _Marshallable
+
+    from _typeshed import SizedBuffer
+
+logger = logging.getLogger(__name__)
+
+
+class PipXmlrpcTransport(xmlrpc.client.Transport):
+    """Provide a `xmlrpclib.Transport` implementation via a `PipSession`
+    object.
+    """
+
+    def __init__(
+        self, index_url: str, session: PipSession, use_datetime: bool = False
+    ) -> None:
+        super().__init__(use_datetime)
+        index_parts = urllib.parse.urlparse(index_url)
+        self._scheme = index_parts.scheme
+        self._session = session
+
+    def request(
+        self,
+        host: "_HostType",
+        handler: str,
+        request_body: "SizedBuffer",
+        verbose: bool = False,
+    ) -> Tuple["_Marshallable", ...]:
+        assert isinstance(host, str)
+        parts = (self._scheme, host, handler, None, None, None)
+        url = urllib.parse.urlunparse(parts)
+        try:
+            headers = {"Content-Type": "text/xml"}
+            response = self._session.post(
+                url,
+                data=request_body,
+                headers=headers,
+                stream=True,
+            )
+            raise_for_status(response)
+            self.verbose = verbose
+            return self.parse_response(response.raw)
+        except NetworkConnectionError as exc:
+            assert exc.response
+            logger.critical(
+                "HTTP error %s while getting %s",
+                exc.response.status_code,
+                url,
+            )
+            raise
diff --git a/env/lib/python3.8/site-packages/pip/_internal/operations/__init__.py b/env/lib/python3.8/site-packages/pip/_internal/operations/__init__.py
new file mode 100644
index 000000000..e69de29bb
diff --git a/env/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..a6a87d80005d3a0327ae8b95f6f472ccddba34e2
GIT binary patch
literal 195
zcmWIL<>g`kf~q%W86f&Gh(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o10FKO;XkRX-&$
zPrsnDBqKjhx4>98ttd4$DKk~Kq$n{tJGDqZHLpxRCo>7E!dTBjzc{lbRkr{ro0y(j
ztY45>pdX)^SCU$kmzblUUyxdqSdy8aSF9fo6wNG&kJl@xyv1RYo1apelWGTY!Dk?5
F002hGG+6)u

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/check.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/check.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..e497738f5804d76ff18ee78815987a0f8af6061c
GIT binary patch
literal 4774
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

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..c49a7a54faaf452eb39ea3621fe9272bd4f05a4b
GIT binary patch
literal 6299
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
ZQrG^6f_C!iMQQ1^|E}$|oYsf7{(s$PmMZ`N

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..f3749685764ed924b107dafe0f09cd1e380a6fb7
GIT binary patch
literal 15595
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

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..576e68481c455472955995c9cb9688a648626503
GIT binary patch
literal 2276
zcmaJ?-H+2o5Z|>O$MNNI0S-7mX8wjea9_
z`>xj6$x_A70?u`dI&mt8-NPxpi
z1Um(yS`t*t_i38nj5&>pjBj-e*&y=|X>(YLvk0qzW{&~?HF!UUSFD3jrF)JFw1-Qy
zk8h$Kyp2mN-YyJcmgpDstFeQh;leEO4it3L;y1ujTd<(V)*gJ9nAj)KzDj?6;@^%L
z@j~YL5JFdl;K8Y@lX)@o9#vnD{5PKPo;u-45F=EgZw{+d?E&caF}F(mlkuGeJK;&A
z+5wW`P)5YlxY&R^82-Bw4}U{^1(tX{?rmf#?U9i6@~vVcW8M5pcgQIn#I#%RFxsTN
zN7<8J5)Wn`SN!*TA}(k*2WvQ@qL;^c59(1+&cdVzK$zl6^actiy>te-V2Un3-;(aN
z1h5rlX@32<3daUvBLlf;axNG`j;a#-*OCmXE3U&}K4s$F%@#6PB@7@uhV()bU#Zeg
zF5SsE^@Yf-k}RNTGKAG+@w#SEE>wk-{$lgp}64i4h$;um~Ww?zUlH3qiqMHNxN`L
zi!^p|={z$YpsR?u+s+TpL-aLb#zUBK6@7`;(c-9Rl(iiU7+spMS+7%X4iRrGVm9)0
z5&$RNK`1Ek2pxvd#^4n}En|@a8Mz)j>$;Bxl$g%>4BV^5Dq#59dvbYw%-G`k-bIz=
z4=#v~H>VU$gEM4%7sR9q;O@?w^*;2EwF&T)?NO2qfONKkG-S{O1T4+@8oFF9mIY%$
zc@Sl67>_1rzTh+ux!S%u;Kg~Moypp?{i@Kb0|A$s(NiLu&@HeR2?!ODtk0Pi$ZvL9
zFlbcV?YPngN*_@!YlIHQBd%b|J6tv26p9V5c!i%*;@2LZ{VAb_5Ph#-0V2pHsXsES`vj$ic;S2Qk99<)YD?9b9AbnJ5NpacCr
zqPf20bjSaj6?y)kBiw|E@E0y3y|GTJJo`r1>Ppi2mZ#t3RKQK8AfwA98zWkLKCPY;
z1d3mRfWM={GT}DXb&}Qqu0frmg#su(=bC?FJpbY+P1DBosox0k<1jq9P)iWJN(Xaf2iogr;Ze>`d=;cePd3
zS!bBsL~nx+pu+B@uT-~Q2|j^>$*Gz(ZmOv2I$h`IJKs6=?bcR8aIF6NV7?y^@`n{J
zj|hd&aH;QbKSfpkJCk84K;a2S9di%^SHP6&pk@C&;2#|h4A1v|3~^XSktp$
z9h}pjcPLrYlW^^$ZTQ@K8a^bq$T#GOJR%QC^G-l?v`D0+#7^|sO38;
zuH6Nt%cii^Vy}4pnB7#XHyl(8XcORANVeK$@3u>XbAkm(wWzDnh{_(ayL$VJqO5>#
z5WjA9Q;i1Z%I8Xfv~dok6w*YMn9V?%ki(>#Nn1Lzt-8rYuKA`n%)l{_I|!zK@WT{b
zXPFS37f&b?SRzbtBFbhI$q*e$TYLvg#@26i;Vf}(a@$wG6S<35e=oARs3GG;leJ4d
z7tLO~zjrJFCME1?X?ss*&^*bia&n=upMI37Qo~-0x7eyGYs)sv%SMC5md`{B(h;gM
z2R?IA({^dDUP>l!p~VUh5rn#d8%c)LqeIW5$&0`r(f}pz-<{wJ9nzS}w@_oWWqOu1
zWLIvZY$CnHS2L3y3ghdDBF&%RBNGyXT@)#wQk
y*PGJBxuYu2<-nTzN=t{sF?VTu)859P)Pi>vd`eMLmfIL{4?R1R0CRCO`sXEL%38+&

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..add0d8320e0afb183c6f42d3497be89d0592fa5c
GIT binary patch
literal 1416
zcmZWpUuz^q5bvIUyE~bLT#&JC-%@iT~l4vzxq|xyuZ5Y6CAVOb|zoA
zg#4m~M~8>PYdGbHxNyR0Mh5Mh4k*f2X65$4ruv(mIk`JI}I?$&9>cazZ>
z6#T8SJljjM3`Db{_wS@qro|XdZi%`mK*SfRn#8h7jgW(s$r$=>;}l5_O=sA;X*P0D
z2~SiK^Hjh{m15es3i66Ko&Z&gV&rHr%hAF23eG*8@@HJ;7N=)D87T58oqeU~mBp>O
zy|5@zHn->G8^WFM?9b?>GpAS1+*#1CKcHl`F{h{Q+(v8nfpzH~kz&^&$~*JLmy}#0
zZ?k96SBHCZGWQn9>k+w6zF$8gFOql3A^8Di%@n7X-Y4EM>I&-^zqMMuE1pJwUG(=8
zCHgVmI&-3t-8Z(!MDI-o!;J
z;W^flE!hFy9vV*vv&}a^sEy;#3N@@uvv^Jz=bueCnWZGzwoVR*BKEZOEJ@sai
zX24r-|AVn5`$4nzx|AR^_I)8r(Rf)o9%H?_9ESB+V4IQVhOCE6{^GW7n>7O=z6L0C
z`86&W7rp(DM_@Xlu}axEn&iegEz_dk5xPf(E>IJ%=xIA|>C`uAh)wNN_>qXmQTw}!
zCS?v0Pl~9Ts!3UFSGTuM1i&zbZ6$PzhzN@FC`*US6Su>cBAF`Ku272|C8H{>qBt!S
z2yD}+tU#E2$;iYJwHIGU6IRpau{OZ}DgwkKLtKa-P>TkZMg6}WTkjp5)?dD}u6Ov|
z`qS}VpldXsT`HbHi~d^E(cEGh#0JWZr>5BVV_~5%xP<`2_#FQkrNHZ#wGrzqN@3%P
zmfZz*svMLLPKwCse}Pzn0;i~)Y|SVdCBVxUZp6>
Vo49lld|<6xf#o|Gl6ky8{sAO)nNuqIdeH@zH^R0URenVJd597pZ?k<
z=w~5qJ)$E6~1~vhbOqh*Ul2Y#@Cp4*JeHozH){qk9wCi7v)&zuE#>w1({Pg2i|7>
z;VO+(bk}DqY!#%|8NE(=Cw_yoldC;TJ6oAlI=D7dSyiTakLswJ@iLLKtSq^Jc3h;l
zcp|x)&s0_AGTCM@CE1yBo+qi8NLb~>D9!Uk&bMcx8gVK0`nVEBs*+Jv6luvCIa^1^
z+j{k|Rn66GuCym$6H$&VJY4%Y@U`K034ZbmC={v59lB>RT3g?PweQ(`c1`8E+Gh3}
zWX~?&RCM1uAj-b!+;YSw^gE_MuIawZtOF{yYRW9=qcG;y^m}p-TXt=OWxT};SIp7l
z_Hc1lHoAa)VyMM=HJN1Pq`z3d)F>B&5#|LimE4Rq4Hu^m`x~`37uyxoR29ohgHZM=HC`xA<+IYrj2|cHh5z
z@#7D4z)L1~GBxcv0(li3TwrN^#^p#mihrqoBw`(g?u)^+D)@k<~GY>H$xSZ!Ig5${3P!Knuk>${kuF}v7X+T#kaR&N(o_5Q$;8F*Q
z7qf(ALOa-Tq^dv{9=W(m`*`rhw&AFTO3M+@BwsZwS%xLIb`@|@J9m%?S6TaZ?H*9@
zSfE2W$R0zkZnksWngE5~J$LVaXDaumx9``qCd@xe4lJN7SiJj@VLet;9?w!W#rwy)
zF%mFm8mL|+Qn4Ew3&x-++FnA3!^nu`%P$gEECYCFx7
z%7i|tSDKv;n=TrkH6S58hYxCtbQzF-f(n3SfT>+ZzjgLJW*H=G2uwbp8vTL9C_xbu;f1Gq2ZOd~*?<(p>($
zL>C5JT2GGW=H?N{bImQBYdLGfdp`_gcp8M|lHZoyaV+N}%mU+io;T>KetZp<6FZsY
zFUL)omnJUu%}PC6JO`!}=b_LiAUvt8G_eD3YO!vPiZC`i7|6Tvi{@@2lJpj5-#?mi
z 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/env/lib/python3.8/site-packages/pip/_internal/operations/build/metadata.py b/env/lib/python3.8/site-packages/pip/_internal/operations/build/metadata.py
new file mode 100644
index 000000000..c66ac354d
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/operations/build/metadata.py
@@ -0,0 +1,39 @@
+"""Metadata generation logic for source distributions.
+"""
+
+import os
+
+from pip._vendor.pyproject_hooks import BuildBackendHookCaller
+
+from pip._internal.build_env import BuildEnvironment
+from pip._internal.exceptions import (
+    InstallationSubprocessError,
+    MetadataGenerationFailed,
+)
+from pip._internal.utils.subprocess import runner_with_spinner_message
+from pip._internal.utils.temp_dir import TempDirectory
+
+
+def generate_metadata(
+    build_env: BuildEnvironment, backend: BuildBackendHookCaller, details: str
+) -> str:
+    """Generate metadata using mechanisms described in PEP 517.
+
+    Returns the generated metadata directory.
+    """
+    metadata_tmpdir = TempDirectory(kind="modern-metadata", globally_managed=True)
+
+    metadata_dir = metadata_tmpdir.path
+
+    with build_env:
+        # Note that BuildBackendHookCaller implements a fallback for
+        # prepare_metadata_for_build_wheel, so we don't have to
+        # consider the possibility that this hook doesn't exist.
+        runner = runner_with_spinner_message("Preparing metadata (pyproject.toml)")
+        with backend.subprocess_runner(runner):
+            try:
+                distinfo_dir = backend.prepare_metadata_for_build_wheel(metadata_dir)
+            except InstallationSubprocessError as error:
+                raise MetadataGenerationFailed(package_details=details) from error
+
+    return os.path.join(metadata_dir, distinfo_dir)
diff --git a/env/lib/python3.8/site-packages/pip/_internal/operations/build/metadata_editable.py b/env/lib/python3.8/site-packages/pip/_internal/operations/build/metadata_editable.py
new file mode 100644
index 000000000..3397ccf0f
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/operations/build/metadata_legacy.py b/env/lib/python3.8/site-packages/pip/_internal/operations/build/metadata_legacy.py
new file mode 100644
index 000000000..c01dd1c67
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/operations/build/wheel.py b/env/lib/python3.8/site-packages/pip/_internal/operations/build/wheel.py
new file mode 100644
index 000000000..064811ad1
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/operations/build/wheel.py
@@ -0,0 +1,37 @@
+import logging
+import os
+from typing import Optional
+
+from pip._vendor.pyproject_hooks import BuildBackendHookCaller
+
+from pip._internal.utils.subprocess import runner_with_spinner_message
+
+logger = logging.getLogger(__name__)
+
+
+def build_wheel_pep517(
+    name: str,
+    backend: BuildBackendHookCaller,
+    metadata_directory: str,
+    tempd: str,
+) -> Optional[str]:
+    """Build one InstallRequirement using the PEP 517 build process.
+
+    Returns path to wheel if successfully built. Otherwise, returns None.
+    """
+    assert metadata_directory is not None
+    try:
+        logger.debug("Destination directory: %s", tempd)
+
+        runner = runner_with_spinner_message(
+            f"Building wheel for {name} (pyproject.toml)"
+        )
+        with backend.subprocess_runner(runner):
+            wheel_name = backend.build_wheel(
+                tempd,
+                metadata_directory=metadata_directory,
+            )
+    except Exception:
+        logger.error("Failed building wheel for %s", name)
+        return None
+    return os.path.join(tempd, wheel_name)
diff --git a/env/lib/python3.8/site-packages/pip/_internal/operations/build/wheel_editable.py b/env/lib/python3.8/site-packages/pip/_internal/operations/build/wheel_editable.py
new file mode 100644
index 000000000..719d69dd8
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/operations/build/wheel_editable.py
@@ -0,0 +1,46 @@
+import logging
+import os
+from typing import Optional
+
+from pip._vendor.pyproject_hooks import BuildBackendHookCaller, HookMissing
+
+from pip._internal.utils.subprocess import runner_with_spinner_message
+
+logger = logging.getLogger(__name__)
+
+
+def build_wheel_editable(
+    name: str,
+    backend: BuildBackendHookCaller,
+    metadata_directory: str,
+    tempd: str,
+) -> Optional[str]:
+    """Build one InstallRequirement using the PEP 660 build process.
+
+    Returns path to wheel if successfully built. Otherwise, returns None.
+    """
+    assert metadata_directory is not None
+    try:
+        logger.debug("Destination directory: %s", tempd)
+
+        runner = runner_with_spinner_message(
+            f"Building editable for {name} (pyproject.toml)"
+        )
+        with backend.subprocess_runner(runner):
+            try:
+                wheel_name = backend.build_editable(
+                    tempd,
+                    metadata_directory=metadata_directory,
+                )
+            except HookMissing as e:
+                logger.error(
+                    "Cannot build editable %s because the build "
+                    "backend does not have the %s hook",
+                    name,
+                    e,
+                )
+                return None
+    except Exception:
+        logger.error("Failed building editable for %s", name)
+        return None
+    return os.path.join(tempd, wheel_name)
diff --git a/env/lib/python3.8/site-packages/pip/_internal/operations/build/wheel_legacy.py b/env/lib/python3.8/site-packages/pip/_internal/operations/build/wheel_legacy.py
new file mode 100644
index 000000000..3ee2a7058
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/operations/check.py b/env/lib/python3.8/site-packages/pip/_internal/operations/check.py
new file mode 100644
index 000000000..4b6fbc4c3
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/operations/freeze.py b/env/lib/python3.8/site-packages/pip/_internal/operations/freeze.py
new file mode 100644
index 000000000..ae5dd37f9
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/operations/install/__init__.py b/env/lib/python3.8/site-packages/pip/_internal/operations/install/__init__.py
new file mode 100644
index 000000000..24d6a5dd3
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/operations/install/__init__.py
@@ -0,0 +1,2 @@
+"""For modules related to installing packages.
+"""
diff --git a/env/lib/python3.8/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..cc18a7ff95e8ecfded1ccdeaed5e0b17829d3fe4
GIT binary patch
literal 259
zcmYjMv1&p=5WHuj2>!#hLf+frfmnoKl`@T_u{lm}^(~%v$K6KIKguuJ+NMiq<(eos
zFtZH146~o3(NGDFKa;MNdA^xvRAOerG7xcUp

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..7cf69f0c3fcc0e1f64e18e0c5bfb0beea055e49f
GIT binary patch
literal 1386
zcmZuw&956Z5chs$v)Pxtm-3^g@e0U&)cl(wHMp_
zN}}Zi;#Tz^;LslVmwe@f#Fa}WB*vS(_d-=${_WT^YtPJY=G)06Avm^wzrPL!g#76?
zhvNu0pWxEJAuzHe%wsS!7D@_-NPcp3L{#7A|qOnQ09
zkLvMq>=E#uOyKybw>*Imrl$mg1H1uKoHrnXDf3zUd%{L6`88a=#Qb|?cC`KYHk5g>
zNr6=+UvWq)p-s+tZYn9#M#%!SemAWaut@J~Fm1DFHYtM(;Ig^DNdCfL$eo#Q~nEZDJg0Y2G5d8Fq9~lCGOs=^9Mltn~juQ)BW8vSEWY%
zNrB!_-LCe&%o2NCa=FSmmHms_Mva2=>L(knWes-HYM{6j)s+DoirgLc571^qo7}8z
zTxp3R0<)u)bC80#u&1qP^5Ow7s%5JRpsZ3*7^yZkQW&`sg$ve=5iZBJTc6?5-yj(B
z1i9?Or@lvw-wis_MV;6AUBLWD(a$3j{6Zd|d88XYeg!SUZp4BvX5pj2Bj1tt$k*g9
z`Tjs+17s-L{_w?)ku*=8dwJixbF)^mE!Rnk!^reH
z&5QnM`}W;dh)R?@%>lLPxm4*pdNxoohGvh2+~u^8;=C%AOMr6GD_7Rro6W|ov0k1p
z5Uh)FA?rF940+Xs4T^{C&TL>KB)
zjyAKG?T}I?3rg+KB?n2dk=Zo(RX!T10Kwiw*A`c+@^R
zUSx4y6|}#w=fl4BLer~0?5VP&63p!#l`*BR)hJc3I$r{9klq!xbRS>O&H5h9`5uRLKwu})E|5O^pin^dAiEfE@S`v2Rx#VRsaA1

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..24dfc3251733154e6cb119414f0b7179cf467621
GIT binary patch
literal 21124
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 None:
+    """Install a package in editable mode. Most arguments are pass-through
+    to setuptools.
+    """
+    logger.info("Running setup.py develop for %s", name)
+
+    args = make_setuptools_develop_args(
+        setup_py_path,
+        global_options=global_options,
+        no_user_config=isolated,
+        prefix=prefix,
+        home=home,
+        use_user_site=use_user_site,
+    )
+
+    with indent_log():
+        with build_env:
+            call_subprocess(
+                args,
+                command_desc="python setup.py develop",
+                cwd=unpacked_source_directory,
+            )
diff --git a/env/lib/python3.8/site-packages/pip/_internal/operations/install/wheel.py b/env/lib/python3.8/site-packages/pip/_internal/operations/install/wheel.py
new file mode 100644
index 000000000..aef42aa9e
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/operations/prepare.py b/env/lib/python3.8/site-packages/pip/_internal/operations/prepare.py
new file mode 100644
index 000000000..e6aa34472
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/pyproject.py b/env/lib/python3.8/site-packages/pip/_internal/pyproject.py
new file mode 100644
index 000000000..0e8452f39
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/req/__init__.py b/env/lib/python3.8/site-packages/pip/_internal/req/__init__.py
new file mode 100644
index 000000000..422d851d7
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/req/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/req/__pycache__/__init__.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..c89cc6939c7818865be2803ca53e5c1c30daeeda
GIT binary patch
literal 2268
zcmaJ?&2QX96rZuZUfb*aNSdZe8^8rBx)RAADo|Bbs1>a$q$(Btpv9uHyq?*OQ-5V<
zHf>hUrRlZe51>dJi3@iQJ@H3yoGYhF95{hMsN#)xvrUD>So8DDdvD&%`8KlU-qwM0vGU&o53Cq`QHYpLm*Y2B};J)3sy>r0!>XkhHaSULSaq7sBG+JPQ+P-Jv@pnnhIB?v9Ft!cr&B2+c&0bJfb_F_L2B1hq
z(%0@Gs#AmD%MewtTA!aJR94-le3S@jWMN7-!FnqQ)G!F769j2aMu{4`L9jCllNm?n
zg2{Fegjtr0N(&Ey9}!c#R`7S&+saegBVpDn_QY16trr*82aM8wOxFbqqeqnWXtvu+
z;{HtH!p6lOj|E*XfEx}e?-g;;3*t;r2EOls?Y#h|u?T{VVvn_9GqoYt035BFcQxsP
z+}!QbWK@h;7OBV_H6?FASKi|r042JH9)7rwOT3Nvnt&uL@ptHZNW!NTt;7TED}>RG
zK@d1l+Z>;Zv)wR>i6`>)K3$&$i4yPF=9j###yX&0wyttcnR51Z#&QPa6-CxT_>Ifh
zDMecjD!rk2JAKXokDCBUx9}2XYcT5CQ#Gw&lJ~nk)`&VwI=*kR(=kh{|+F~1PiT1
z2lx>0TcyR$3w;7fMzl$-v?k^uI>d(>Mnkl3i~0fj_9u*hZXGIL|L~2r@9a0q#d)&K
z-ACDZ0}1z$!+ypPFVN$%mmuBbFH3jQIt0p7^fk(s9w^Q)iUa6Q+KN-!la5#@9c2;3
z`tqB7OBV+GQL>@$WHi%ie*)`d_5JL8z0#CtN1@9~P0HC`l8?&7tXSrTUW1J0gX>8|lCXGjQk294tvIgmta@pZq`6wY!wPweW_WWeB
zKBrxO645Gm<-&{>@KF>|3f_?x1C#sU9BD#wrm>J_SQIoP)BE16?f`p79sPf8k`6dv
zzU6FC>8CqY!IO<+cUPX6AC!`y2*nnM+B`3B)m>%kPAGTrD*&k7(hO{14ZE+6nxR>^
zgH7yW3$JK~rd1pbxU=ss$8Kp3a4m(}X{~#PodYeht~?7dl#Th5L^)F>OPXS@01ne(
z!c+lcH3h0HusVP|0|j$qUNARCB2M_mOy4vx7T6dJ)D5p*7iIF1Q>sTt))htBs@@@4
zhZ3J8Q2y;96*sGpvjw%?M+#H{W=jfGIg&;{&y&h2#~f9;tg39*<>_PcnJUHnA^;c<
k4qDS(&4s_K&s_75QFoxqb!sMFdhOaKxN-VT`R1Sh0{>}XJ^%m!

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/req/__pycache__/constructors.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/req/__pycache__/constructors.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..3e06512ed23bd0b1eee474f7bc646841172db5d0
GIT binary patch
literal 13957
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

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_install.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_install.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..5754c8685b5cf2e62969cdffb7eaf2e04f916d2f
GIT binary patch
literal 24840
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
Z3{z%4S@^+3|MT?J-klH;z*>Lj{{gl2iv<7x

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_set.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_set.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..cea931fbccc84ff2ae427a91608e59de128cdd19
GIT binary patch
literal 3980
zcmbtX&2Qtz73T~oijrkp>v-4ee6npCL}@Gq-85|z!%dqlf}(*JSZ|9$K)}+Pu}v>U
zYG-I~t+g+;uQ~MG6!2aO_+R3&Jq75kw*WQzdqYXKC>tqI3Nzx&yqS5w_s!qU&(|$H
z!+(9W_uiak{gVdQ9~*;D(exkC2}`ip>e4@tS)X?~qjx*D`%c&CSGpB5c4D_*?N-fu
zCHDHYZjD*eI`)L%DeM|ZCNev8=P)!wpc#*NC~N=co_Av7SA2}
z&z&zKoni4#FHF)T>V&S|5zhrn_!Y5?aYN3_1?jBr13HE#n3j61lKTA*dt9vtOffTbu40=iGT=q%e~E+4KuzTz8FY>(+$Ow~ZtV?;W7
z2q@W#k=TcL$zbtt1}e@?e#c?an5-lQlP=I&t_A4r`$`)QQ4xN2b1
ztdvg5t3hC7ODAd*M;T{J%)NA-;k}zdPXQxPRWxI6zrsr)b27BT?1XKM%sJu5eBXu<
zI{TH(JqBn|Ijx)`rAQW{Y5VhwI*vh@zd>n*~>ohU-Z(0Bs=k8)Z=*lu5Nwozrch(*%
zT1%BhY4U5OQl(Ho0DU+Z$V80Yrh~aMo|RCD;D*%E0kr^vIa?pP`i%^4Ob#m_Ay_dL8Lyw78Bx(I>#y^40&UqQZitp$TFh4#N13OT*JO1
z6R|o6qPK5AG_whUBjL_!iExpo3^pGx6#on!PTA?Ho4!f^$9xq!YfN-yU*VzD0y|J4
za_Gg#{LEbsa9SDC;$En)=XIjdl=Us<*>%>q9KKnCQ`&I5V%j*Q%)EMi%>0&>ae?gk
zSN=DC3KJx=Yw^wD>SpSXbl^XavOPcBlRk;hhn^@c6~Wv4tvo8s@gtg}YM|&$+Faa~
z*>zN(V0nxRDys7tRHY45@tcC{q+B4s1O_V`In7HL+sZ@@PT?I+j7s(@Rv?F(@u5`j
z`#MT`v<>={&nHKklgC7Un#8n)id_9avp42$N+u)^a;7abO(B&E;V+j*6`4atg+~7u
z{>(wZBh|nse}ccfp~EcFI}s}0?ITRSf=P8#gsZQUAW_H-Ha0fx%(oy(cHdds#Jd(yh2euT|=
zJqY@#IEX2KHG<&TK^Tv+nX{dyv05Zkhf-xnZgA7oLiO)TlYVJOBQ8*K=Q+E_OR
pUS5M?e}P-2D&*u63m6dBH^Irh^+Jvt6gV^i^H_s5c>}+?{a*{wvUvai

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..ebde1de454404cc2540a3fe52f6afb83e447d8d7
GIT binary patch
literal 18571
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
gX>M}TocuJGx6GNN(|f0nJ@i<r~=1x~)E#sB~S

literal 0
HcmV?d00001

diff --git a/env/lib/python3.8/site-packages/pip/_internal/req/constructors.py b/env/lib/python3.8/site-packages/pip/_internal/req/constructors.py
new file mode 100644
index 000000000..56a964f31
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/req/req_file.py b/env/lib/python3.8/site-packages/pip/_internal/req/req_file.py
new file mode 100644
index 000000000..f6ba70fe7
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/req/req_install.py b/env/lib/python3.8/site-packages/pip/_internal/req/req_install.py
new file mode 100644
index 000000000..3262d8265
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/req/req_set.py b/env/lib/python3.8/site-packages/pip/_internal/req/req_set.py
new file mode 100644
index 000000000..ec7a6e07a
--- /dev/null
+++ b/env/lib/python3.8/site-packages/pip/_internal/req/req_set.py
@@ -0,0 +1,82 @@
+import logging
+from collections import OrderedDict
+from typing import Dict, List
+
+from pip._vendor.packaging.utils import canonicalize_name
+
+from pip._internal.req.req_install import InstallRequirement
+
+logger = logging.getLogger(__name__)
+
+
+class RequirementSet:
+    def __init__(self, check_supported_wheels: bool = True) -> None:
+        """Create a RequirementSet."""
+
+        self.requirements: Dict[str, InstallRequirement] = OrderedDict()
+        self.check_supported_wheels = check_supported_wheels
+
+        self.unnamed_requirements: List[InstallRequirement] = []
+
+    def __str__(self) -> str:
+        requirements = sorted(
+            (req for req in self.requirements.values() if not req.comes_from),
+            key=lambda req: canonicalize_name(req.name or ""),
+        )
+        return " ".join(str(req.req) for req in requirements)
+
+    def __repr__(self) -> str:
+        requirements = sorted(
+            self.requirements.values(),
+            key=lambda req: canonicalize_name(req.name or ""),
+        )
+
+        format_string = "<{classname} object; {count} requirement(s): {reqs}>"
+        return format_string.format(
+            classname=self.__class__.__name__,
+            count=len(requirements),
+            reqs=", ".join(str(req.req) for req in requirements),
+        )
+
+    def add_unnamed_requirement(self, install_req: InstallRequirement) -> None:
+        assert not install_req.name
+        self.unnamed_requirements.append(install_req)
+
+    def add_named_requirement(self, install_req: InstallRequirement) -> None:
+        assert install_req.name
+
+        project_name = canonicalize_name(install_req.name)
+        self.requirements[project_name] = install_req
+
+    def has_requirement(self, name: str) -> bool:
+        project_name = canonicalize_name(name)
+
+        return (
+            project_name in self.requirements
+            and not self.requirements[project_name].constraint
+        )
+
+    def get_requirement(self, name: str) -> InstallRequirement:
+        project_name = canonicalize_name(name)
+
+        if project_name in self.requirements:
+            return self.requirements[project_name]
+
+        raise KeyError(f"No project with the name {name!r}")
+
+    @property
+    def all_requirements(self) -> List[InstallRequirement]:
+        return self.unnamed_requirements + list(self.requirements.values())
+
+    @property
+    def requirements_to_install(self) -> List[InstallRequirement]:
+        """Return the list of requirements that need to be installed.
+
+        TODO remove this property together with the legacy resolver, since the new
+             resolver only returns requirements that need to be installed.
+        """
+        return [
+            install_req
+            for install_req in self.all_requirements
+            if not install_req.constraint and not install_req.satisfied_by
+        ]
diff --git a/env/lib/python3.8/site-packages/pip/_internal/req/req_uninstall.py b/env/lib/python3.8/site-packages/pip/_internal/req/req_uninstall.py
new file mode 100644
index 000000000..26df20844
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/resolution/__init__.py b/env/lib/python3.8/site-packages/pip/_internal/resolution/__init__.py
new file mode 100644
index 000000000..e69de29bb
diff --git a/env/lib/python3.8/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..7f792eb75950c12539b5ef880edbe1679e574341
GIT binary patch
literal 195
zcmWIL<>g`kf~q%W86f&Gh(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o10FKO;XkRX-&$
zPrsnDBqKjhx4>98ttd4$DKk~Kq$n{tJGDqZHLpxRCo>7E!dTBjzc{lbRkr{ro0y(j
ztY45>pdX)^SCU$kmzbkplvLRPFtce(5XF)wBIR8U#tcyO@Hm}M|^|;$QDvibTG0f(g`L
z#M#zWWm63^<95eW7@wtPUe}ejAk!~X0A*aL!OnF#_Eyl4&v75%HYB-am+UJ-I$<|_
zc*EWHu(C%*tr~V9-)mh_JKumh)e(N6+h}f>eu6(gWjw74h-FsB^|_r^Wxw9*pK5?n
z4t=Y$@fqkC%0;a5(Ot#f;8kpL3;i0i*#t~n=XIRsr3H;L$C^0KN%MGwln3>>Yc;V2
zbg-qt*TI-~v9qej;I5!2sCJebu$st?n_~I^7y198uGcZA>H40~o8)hiA&N`$6g{^)
z0gE`BCy)`qw9*pvGtAwidifWs$Loi^wu{oV%nC?Tx0a?wCFhF#PMXf RequirementSet:
+        raise NotImplementedError()
+
+    def get_installation_order(
+        self, req_set: RequirementSet
+    ) -> List[InstallRequirement]:
+        raise NotImplementedError()
diff --git a/env/lib/python3.8/site-packages/pip/_internal/resolution/legacy/__init__.py b/env/lib/python3.8/site-packages/pip/_internal/resolution/legacy/__init__.py
new file mode 100644
index 000000000..e69de29bb
diff --git a/env/lib/python3.8/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..8f66e563fe6d0d8cba4ff1e9567ead8caccbeba5
GIT binary patch
literal 202
zcmYk0u?oU45QbB55TOs^kls)b2N9pZMVv$0oNX{oLXrygjeI3nS2s5&FCgd-|99N|
z|8U2$Trkr0x$5(LWc;h3Wk-%Pf?@}@EcQ1R^7)6igWe4YN?Pz!>Ye4j=BI$zXyhr#
z_KX40Ucl()+o-EGM4ga(N@a%;y!IfpO&F{+5HLD3ChaU3>|{HEpin0vDnH%lo588k
K;5I+N#y(f
zzRc_bN*0(ir%#{z`Op7<|98&(bZ)Mq;cxUmU)r_)p{D&eK1}}=@$f1>;V*Sf^E5~E
zbk7KMN0)EIG4O2$X4i5oo$sum&@DPei5G%Wx9pU=GtNx6;#9h`&TO~pRJ(J|oV+gv
zweGw#FY!`P?=CnC5-$gf-6dy9;xoZ=cg0!ht~#sTQ_iXGnzPnD?VRqOan5wlI%g$M
zB{wH(@r-JWwzwdls*L?kO)BnMd?!4@m{aOEqr!~LgUpcL{jnkU*ig&@k
z=+F7T#eZ!R?_Tu`@ARjZcg8#WVZpin+nRUIJO82Po%gRkFrC*t<1MXm(LKQ8-1G;2
z&+~h&1N%)s><7cB)9+O(w|9Npo4iu_E4$OP2c3c43GIQe+I`jaJ=+cKc0UOE_rlFe
z1!;EFAFK!dT|cmue`nZHe%J3scxmI$-LU(;-~fSdhXcQ5yDW)XP@g?e{XM@GT}8Pa
zS9yUShIYSgxB9(y&}l_@PRu=GZP&i!^@rPmKi%Xd+kda+4>%_F
zSh>jQN!jfU8%5EJyS`E#4_z5K{cS1b>LNh8|&zEoS`hIZ3
zZSDGvQhfF`KaBnW88JE619tA<^;XIsQ!s~_Fs=;E1w;D)p8rkMDvE1Cgbv;k}{!fvZr~h!@lDOudcIW6Z7nW~X=84LV*E
z@`T}Go}*@TFyO@1rgCFOQB9RykUaqriO)P<=^Ltl7m~y7F1GsJ0fxWb2|Ce1Gjex0
z{c}5h)Xc|>gk=v~p%pcUDrmM%(!@D>e|~V`)kY7-(p?G
z_lsFwtH9l
zHfKHCC07!Sa48j}a6PHuk`0j?`WqE#Y!gE2cC$)lT{rFP_6zF~H!xKlWD<(XA3)_o
zBs#qv=~7acR6!lub@%#ez1zY1B5bLCRwFd8EkcrL$h5g93&N(2jg$=Z3h_>*u8kMtF
zM;9{NgQg)H?KX@+FG?k8(;k(xQjJ<{LUQ8ylY4XF7J8BCThW_p5hGJiGvEe|>#rvx
zdMi`(aS>``2P&#`&s9APB`z!XUbE+RVJ!CgonCBq-9cRN{O#e6T0$L-vU-N~an97U
z48DON*8O;{6GAs8stmTqg!PO|=??f@Q{P3lFZ$PZ`(6K<=k~58`e%Lc!g^cz{&vS-
zhf;0r`|6tCyL&C@Y^OP1*!bSHuoL;~=^TdF03ohH`eD?1Zg6b^FRlf!`>lf{1r2Wu
z4&t-TMD202om6J*QTQ?fZQ0OkdR@15Bl-7r#ah%Y-Owz}cx0JthNW9Z9VtkYkMX5d
zv}{WqUJgfBu<_!_XQM%?O{z*eSb?V66|J>wVrqF?gMz+5vxWZA!2
zq*Z+=A>y;snpf~jpH@H8+PYWvW1WGyGEBQE%W9qNl3A?bRjz0U6V-WT&x
ze?3ISVf$d6ueLTC)wm3$EFdE;wgsrfvoITe&}

#r3Yc??b4i;}q0*ZW#Jad{mRt zA1|ePIER@)k#Rju%m*wxGM2ZBH*io+MHwj!Kf9D{c9~>M52y zVaCn$6Fx*F(jI7s`jMt<;|lDfv0n_=BJ%@%JnL!uW%Yby?G-#&-#>wn-Jk81qvCiL z2w-+RJJy<|v5v4jHW1FhwrkA_YiZ7oXAoA$u(-{+aS35kcXfaxP z!1BwU2GKCK{*E1Mti%NXBq*mjCbf-lYRAWZbvB~%mF z0fmmw#Vbfwzs2BH2Dcdeh`|j8HyMcLdkwL8p?PxYl)-c>AgWqxLi4ofDEMA;dhH+* zR_F(9b)vEBteq8~Y)m>JUHNUi{alY{n$1?=hGDZQx>bFTg?uqisN-J}GA2)>g=~{;WOLXs;~CZOi?$5o)kJ;fK(r}B8z$nyRmlDb0%!5z6orQf z0JWg;J_ZCF>o>KZU$}3Ltvwwe$sq895NU@d1i?BobnQ-UN4sB$tOo#hQDJQE6~~1K z21;$+w??bu!XX6X5HO6nk5Kk)?aoa=!WjU`#;)_E;9$i3L-g z;R%LFH?wH04f{5l%qvOqCAthfVTbMQ1N+@~VJbIrH5YEA^}YLU3avPvpY&QjP{tdt z3+jRXi8`%GUk^Aeal~x*E>I5L$g6fIvhVeWfd|Dq=|evZJ9MF;bGs1uWFAE6B^?tz z4S+y*8~S%(hg67AM;IRbnY^NWmmB~QWvoK(wA;XIe*p2?YE;!(e8-iEKc>zw;Z)Q0 zyv){9dpDzgGxQ@>$6H02jqA`7(>cPp=)V_%%ZRH;Mw@s2CgxDljK?OmanT)+>j3(B zlePSm0lSf-FlmUb{1H-}`Keux;-NDONV(he>Hdc5J1kA~G1<6rDQ)+!ksR6xw7H62 z#wIQ6wW5XZI-tiY!lHgb;K-<+imuv7i#7@he3}-|PMeW=8Xe35dXd1oI!3D8P=+sd zFxkrmHktkrD{?=}Uj8rGBxB7JcD-s z9PQ3XTbft-%oGM(YdR08tqSMit=qySvKhW`wQ9aOK)8Jm~c)N@>JLl23 z;yqVvT-rf8d(o)5&tgMd_q+^0Q7lNwxtTXYx#pHmWok-sr2gRv`PzhL@@+a0iDEoP zsX-?|%O)@h@hJ^PO@wXhd(>=cd1x}=A1axaiwNE9p4|o8)uFpP?6DDVx}Ot;$m-Hv z!Ol}9hwKuIfM@gJWm0`j7(nc8dpJm3^N9k=brS0%-x4Mx7{D`v;vYt|15*2&6S6FX zVv9Cl0@EHNJuDU$2BMZMP2P*qOS!*)Iot$|B7?QBTn?|$ z;)1&9x)HpSgZ@z2Q`53F`exo+FvTg0NofYf4Q^SMcM!M{3Gt25HED!!Pv4=;<3G{+z(nQ6Wp7vYO=M zm3?J&k|V`D~*OhUg14xNE<81Dj>yqX^0!v)XgZRTenARU_^zA0`HLuRn#X7 z(l{T_$&3L&%T%g$*qqoRUm06ML6p)r1k=6!xD19trcIq<&T<=k2lJ^5cvKe|h)tf! zXIU*UBV8%DQR!Y$KW5q~tZp;aAz};DgNAsX#Osup#O2@h4-z)zZ5AX_fc+FZAJ62J zdA!03MI{|8ZE?clf>3mEF%$+H{0)G@w^3W8lHdv2ZS^h#m%%oIxFAD~EfT_U)qfA} z1YA>A9-oDvl82UajWjXa8Sz=K?}tq+Ofy~EDaQH)>QL{Xq5ptS_-6>T)rycCpgF#> z3gu!=uL6A#cT^sM?s#PA#YZ4LzP5@*y`onP!>Bwenl-&*mUZKiVHCeM%*t1WWqoNB ztiLykwf|$x6j6HZkySzoqhi(dGTf0>P%2EXG96_ZUqwwMS3s|PWtB#Dj%|JenETw2 z1xT<9{jKbeaei*#6K*1as|u%d-%vH4T*;G(r*oc_J{9(j@EZ}4hQ4PEUPK7*Kpf5D zmii%TxTSu8@U|jV)UXnFkTRqK1{4bPMqnYa--#)POA4vY{O{B|{WdUFNC#WPL|Xh9 zHGOn$GU&&Pw0`3tuc8`snuDAPYcddc=jt5O_DprjGsb!o%s4{iq2n`pF;{BXoY<{X z;?C_mO{Ywh`PS`5A+9De1(VaKR)=)z=Lo>Ty*Ew!|gtTo{>PR>^jXn)Q5f>5XmX9J)O%)(v*EwS|Q zo|vlbS?WbNorSSZXEI4U1cU`}eFJYx0I7!hu}4v%AnAMM@Gs$n;@n`bf|HAaSNs@` zEkNmW0Hw14rGK1&(m&L^(pw<8qAJqXLdl551tv;X4KPT!qFh9v?DN%u=LZMZ6^;xL z2%5eHBn2!4!KST6P8{93NTAAvKTV?#K#*5Wakkiq4V1@IM+kVvAu&?(H@|pw)CWkG_%n_N%2@Sf}!ZB<{ z3buxTR7AwPOqtY3=$6-(^_lqX7;2fCh^-v((c0c^0qd%OxJ~E+fX#gXUKm!FMjtE> z53^;dlXhk5@&*;4Xa}%yokc=|#{(P46h}bq1LOp>LV8A)4ueKMib*Bs@y-R2MT3%N^<1qY~@QDy?=CII?U`;W_Ziv=6 z5%+e{b95I#EEVjlL>pY`DNQ7*c=U7zZ?gG@Nas_O_GYy3Sf<-J3@v4^7qi#H!8&ML zoH+Z9IidLC`GorFw3}jk!-SRlN7Q7(#eKlo`wWDY+hvTTVO%G{OU0I%WHrZkH3W^+ zP&{D52?k&#J*wakGA7vfZc!idh(%j2!c0`55iO8-G#RkLFdkNc_H!9TUs11FMWjw^ z%#^-6R^>5MQbNrZJ~!|QZzF&jf;xjo4XSnz-ad$1E3rFh|$2umjv2J(S+1!lmf6qO%fF+VmT1S~zH{uN0a&jPie9l@@p z`DVfU|0&X{2&E)Ad=L{-;;$J4=9up-Mj&cXFYb-kp>Y}iP2ck4x*=a zsmNI3Fy$(2qTs2R>Fi|Wg`lL&xY*mc?m|u^i2rRh1a*-(nq)(0S`r_!#S^5f7@N=}dEX^j47?v;%G}_ddw`on!%h&{ zL7yi0;A-MdPEMQC<}kf7l)Nr_TI7{8o>~}N=>pHP-oyS?*p;dE8q)5m{yiLv2k0p4 z%q!}4LhhF6K}YDFFb=vTVu0Ut>Y)Rv%*nC#OxXASQ^G)+1g2 z#AOxFRO)YH%<4e3S?D4Idd}id#&fulu+st2A{r;I;Cw8^oS}fTmh>%cJ_JpHLqc(^ zi%B78E?Z&rlA0K`V(__Z6VFb!e!_g!nu9)&0<^i*322+zE%4Y?1IOw3z;^N9SH%KY zZG92mC2W`lpHH(MmCezqiT*oQ*D<|EotGP|e}M<;7PXietD{7_nWFRT$bws!qIl>s z;CuCo18o}a<3?C!#Chb=d749mi=dVssj0&gFi=XPQn?4`d)2s z-h*37!>IlV>V(E)sa`c&I9!C@)J1FZ*r_lY-Nsoj?b++eaqpWGq#!#e5k6+1L_wgh zZpjPev~vYdEEfax7&( zM=i6yp6WR6t~A;ZkzR_+K1e-MZ*qnipG&*Y%#x2mAi+)IHGhOPi_d47a}9ee_g^v3 znJf=w6b|Qx*{sg%aR3-@QM|>13UksrU!3zmQlfB{N9nMFlL|I@~YWttTTW2oy zT19;voHXfkP4Yr=jRZU6-&49t;AmD+uUg4S%m`ml;nSM?phGEaY~H}!|+q4AL5 z&BPr$^C9d#KCti~%R$XAw5S-tw&U^!E}?vCex!Y*e`I`Qwk`UrA6D;M(aZzwAO9zv zwO1g|GhqrHCmd3&jLpNUXF zbc4evP!~Paz+YI5rMD>1Cl_@~9{_rP!gzy0n*pgo_4^Ed&cH#?D5^uow-Gq=7(wQy zaBE6k&K%EL0ot1G4sOUgb0kHPlpKb9ZsA%!tUa@bN(5a*UUsFJ6W(EnODu#e7EoaV zmq8rTbfmYlzN{2UOOBqMY$RZX?9g`OWdS$gD;sGwI56fgM^B|IMk_5GE}4hSMFXLK zS$&~j9bE=ZjsN6O1@GZfIWOu8)=5f{@JF4TgvME+|MJT{p8BUql`COti?L@J@LGf_ zFp$}OiZPjDs>67mT<%m)5>`=W{|0jo807X{JgS!agW!w!?&9svqJXPVQ>BgvQ z3|?ZU1<8~jYw`ZUOri=W8iy)S{ThL@0E|Y%Bb|~H;<%J1IZOE^fXUlLCS>`JSP9oq z{S3kX(6N4WDYa^qPODilh2SLs!0kD^UIuwwwdlke;B1XYMT=xG*SP{k38xlBaao=T z8;mcDr6jGUpD{)&Ph5SlfjCLOBj^2((STH*TnB!KuOisdpb~Md=@)vWve$mR7zp=-*3Q%BC56Eo2U2w|$tPL?n~k6lq~|Hte@?^8-EFw_67-Vs;>D zV0l+S@AWgbOEQPu&7 zw6HdY>DVu-MPUlSAAo0v>U~HaK@%kem4%$v>0~}(T5uto^Z9M4CtUf;)swyjZ6l!J zZB!nc*vyGGlAS}91ocI}JvJfOpIdQ3CfupYSArJ8xJ)464FOS(>lj7g_&W6qFNJ90 zj8pO|&?_KNzLm=sE%fxNHIrq{bxc-2&IPz1)oBEAb$SisqTGBAGa&srv%Skew#+|g zOw``$liS*4FRRF_C6m!U_k7r$bcjc&tEaN!a(#Um4^Bo1o2#Yx2@&lqE33hO{VKDW)Tg;vz;zJ zAuSWMgjK0&{~Kpg&>kejrvKG+sRW}OC4WUZ!=A?orZp^aYOxU#NrY!Ok=;P-{aG43qM@~b48Xrx%M|hT^nJZ!sMz^ z5x)^(cDgLdl*nAk%<@P=aVDJ=Uev-R#Gcp3wPm?1&O*G16JL7byNn^=!FwnsCSH<^ zSQEJzy&=AutX{l!{7wG5rf|Yc%3Y`AiqrzTwa9>*J8eI&RviAckG}ZQxMe_TiC2%e zl3g5=1&&Xjc-i;BN(en8@&K^U8OU3Kpz^(V%E@Uje>pal;qhB-BDc=@=be)4M{ zap9kwdFnSmyM91lUfHbq?2~HFB$EK+}ysTU99L> 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/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..020d4175c9aceaea0211967fd7cb3879f50d101e GIT binary patch literal 206 zcmYjLy9xp^5X^yv2=^ftxh)RFLc}ky5$ljMtGAd-LXtZ;|HxmmwY9UeGC@HHX7(|& zu=}!{v4qQG(dK&3@{b}7o5V0lqS%hji|v*9y#C26Kx;b$B@MVSw$^Z0^P@*>2zm7K za7GVk2GG=e6LqzOKoPl1t~_A?M-Bv;h~7vI9)s0=Bx^qHfcaLW07W4xH{PbJ&Z=JH JIzRJFWN*tlINAUJ literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..daf65542bcdf7fb2f17ad42ed6e3d87b5fe96144 GIT binary patch literal 6273 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..183151e01ac0095cfb9aef2deb65a86399254216 GIT binary patch literal 19680 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 V9skZx{hBc{_43sG)EiS9{}%OPw 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ffc0d56dff724b87b905349512fd3ce5ffde6f20 GIT binary patch literal 5202 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 P@@9#)a; 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 J%d>a7{{d9n<)i=r literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..489530051fcbda226d68fac864072d3fe730229e GIT binary patch literal 10808 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 KM)gwljsFE(J>VSx literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..00359a83d1cc50c44331bf97e8ad84817de3ea6b GIT binary patch literal 8719 zcma)BTW=gkcJABs+=nAdqC{Di+mbIDnHi0$zTIC;D4ik{rpAJ;}^|Wm6XK zim8ZS)l~7Tc$!}@3%+jZe$g!YC9~w0&9YxHD}L3i%G6i&YJT0Ui@fGF{5f;ZZ<?%akBfZOd)hx? zo)Gz(_l$3thRD~wXZ@4rN&l32O1w9`=lti*=S671%y&DQWF3J7TMB z5b~Ju^w27cLT^ZeT=fTG6uE02YsqOzl;36?`TAv-vrf#Mcep+1p`h|%k1_9(-RV)& z`VG6&x7XR*Zs3Ua2UpqV5M6v0#5Xt_*jyAZx9UEwwuXOz2Od~uS$9dub0`{aDCkk)~6dljV3Rcac-T( zB;Z8;U*WPyn74e%4jk99W0qEDghG$v+jb`o`3PAZn>O^~4jtU=-(3C@CCD&|t{bkJ z>?n@fqsunOG**CO6rmm^sM6%Wg0d>BIR#P>sEGbm^{&*FouX5^gKNhcYz{rjtm%}Y zJQb%3bTn4KkYg=T5;@Tl zH7O+Jq?nYFsw3YkCz4f2bfh}9w~CI0wB$(GP33y4%uixW{wyWWQF4ls=P7AX@**Xt zDR~J=tDF|1;Q*RjvLLD(TUL6|!kq}Wm@`=r?N8%(B5WYt$}60QoS#7FwAjrwjlV$S zoe@RY7*e@bE!86Cbu&SPNJ0=Hl8{F9c_57tj)o9&eJ!VD%j$S`6j|2S(tkxOz0hYX zjvcII$FMv&x7_87t+{L&+urFjzQTgrE1tWSw>Z~+V};Ipd61z&v@&o9D_A5@2KclB zIdh!JvbP!a6{R@4_F%-9Aq|NY8Azl?MQ$jH{Mi40ma4j}%i9NV*8~W(Cp+0v(=rc3 zaebq70m|9wTi9)ZbdDvIHcEBQ;vo+@qz{w7gUFEayo4t@t4KKE4d_TB@5^H~R_HBJ zH&py;cnZkt(2T-ZbCkHaQR?gb&A7ZHjSGPuSLipcLXQeN%2?k%;i%(cqHomDtDY1c z?Vh4Z;}UeJ@u3u4)TDT>U*W%$rEyu7whb|JGd|!z2X_>jbzd1*pn2slln

VRXmk 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/base.py b/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/base.py new file mode 100644 index 000000000..0f31dc9b3 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/candidates.py b/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/candidates.py new file mode 100644 index 000000000..6617644fe --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/factory.py b/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/factory.py new file mode 100644 index 000000000..6c273eb88 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py b/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py new file mode 100644 index 000000000..a1d57e0f4 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/provider.py b/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/provider.py new file mode 100644 index 000000000..fb0dd85f1 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/reporter.py b/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/reporter.py new file mode 100644 index 000000000..0594569d8 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/requirements.py b/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/requirements.py new file mode 100644 index 000000000..b04f41b21 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/resolver.py b/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/resolver.py new file mode 100644 index 000000000..c12beef0b --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/resolver.py @@ -0,0 +1,317 @@ +import contextlib +import functools +import logging +import os +from typing import TYPE_CHECKING, Dict, List, Optional, Set, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.resolvelib import BaseReporter, ResolutionImpossible +from pip._vendor.resolvelib import Resolver as RLResolver +from pip._vendor.resolvelib.structs import DirectedGraph + +from pip._internal.cache import WheelCache +from pip._internal.index.package_finder import PackageFinder +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import install_req_extend_extras +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.resolution.resolvelib.provider import PipProvider +from pip._internal.resolution.resolvelib.reporter import ( + PipDebuggingReporter, + PipReporter, +) +from pip._internal.utils.packaging import get_requirement + +from .base import Candidate, Requirement +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.resolvers import Result as RLResult + + Result = RLResult[Requirement, Candidate, str] + + +logger = logging.getLogger(__name__) + + +class Resolver(BaseResolver): + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ): + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + self.factory = Factory( + finder=finder, + preparer=preparer, + make_install_req=make_install_req, + wheel_cache=wheel_cache, + use_user_site=use_user_site, + force_reinstall=force_reinstall, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + py_version_info=py_version_info, + ) + self.ignore_dependencies = ignore_dependencies + self.upgrade_strategy = upgrade_strategy + self._result: Optional[Result] = None + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + collected = self.factory.collect_root_requirements(root_reqs) + provider = PipProvider( + factory=self.factory, + constraints=collected.constraints, + ignore_dependencies=self.ignore_dependencies, + upgrade_strategy=self.upgrade_strategy, + user_requested=collected.user_requested, + ) + if "PIP_RESOLVER_DEBUG" in os.environ: + reporter: BaseReporter = PipDebuggingReporter() + else: + reporter = PipReporter() + resolver: RLResolver[Requirement, Candidate, str] = RLResolver( + provider, + reporter, + ) + + try: + limit_how_complex_resolution_can_be = 200000 + result = self._result = resolver.resolve( + collected.requirements, max_rounds=limit_how_complex_resolution_can_be + ) + + except ResolutionImpossible as e: + error = self.factory.get_installation_error( + cast("ResolutionImpossible[Requirement, Candidate]", e), + collected.constraints, + ) + raise error from e + + req_set = RequirementSet(check_supported_wheels=check_supported_wheels) + # process candidates with extras last to ensure their base equivalent is + # already in the req_set if appropriate. + # Python's sort is stable so using a binary key function keeps relative order + # within both subsets. + for candidate in sorted( + result.mapping.values(), key=lambda c: c.name != c.project_name + ): + ireq = candidate.get_install_requirement() + if ireq is None: + if candidate.name != candidate.project_name: + # extend existing req's extras + with contextlib.suppress(KeyError): + req = req_set.get_requirement(candidate.project_name) + req_set.add_named_requirement( + install_req_extend_extras( + req, get_requirement(candidate.name).extras + ) + ) + continue + + # Check if there is already an installation under the same name, + # and set a flag for later stages to uninstall it, if needed. + installed_dist = self.factory.get_dist_to_uninstall(candidate) + if installed_dist is None: + # There is no existing installation -- nothing to uninstall. + ireq.should_reinstall = False + elif self.factory.force_reinstall: + # The --force-reinstall flag is set -- reinstall. + ireq.should_reinstall = True + elif installed_dist.version != candidate.version: + # The installation is different in version -- reinstall. + ireq.should_reinstall = True + elif candidate.is_editable or installed_dist.editable: + # The incoming distribution is editable, or different in + # editable-ness to installation -- reinstall. + ireq.should_reinstall = True + elif candidate.source_link and candidate.source_link.is_file: + # The incoming distribution is under file:// + if candidate.source_link.is_wheel: + # is a local wheel -- do nothing. + logger.info( + "%s is already installed with the same version as the " + "provided wheel. Use --force-reinstall to force an " + "installation of the wheel.", + ireq.name, + ) + continue + + # is a local sdist or path -- reinstall + ireq.should_reinstall = True + else: + continue + + link = candidate.source_link + if link and link.is_yanked: + # The reason can contain non-ASCII characters, Unicode + # is required for Python 2. + msg = ( + "The candidate selected for download or install is a " + "yanked version: {name!r} candidate (version {version} " + "at {link})\nReason for being yanked: {reason}" + ).format( + name=candidate.name, + version=candidate.version, + link=link, + reason=link.yanked_reason or "", + ) + logger.warning(msg) + + req_set.add_named_requirement(ireq) + + reqs = req_set.all_requirements + self.factory.preparer.prepare_linked_requirements_more(reqs) + for req in reqs: + req.prepared = True + req.needs_more_preparation = False + return req_set + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Get order for installation of requirements in RequirementSet. + + The returned list contains a requirement before another that depends on + it. This helps ensure that the environment is kept consistent as they + get installed one-by-one. + + The current implementation creates a topological ordering of the + dependency graph, giving more weight to packages with less + or no dependencies, while breaking any cycles in the graph at + arbitrary points. We make no guarantees about where the cycle + would be broken, other than it *would* be broken. + """ + assert self._result is not None, "must call resolve() first" + + if not req_set.requirements: + # Nothing is left to install, so we do not need an order. + return [] + + graph = self._result.graph + weights = get_topological_weights(graph, set(req_set.requirements.keys())) + + sorted_items = sorted( + req_set.requirements.items(), + key=functools.partial(_req_set_item_sorter, weights=weights), + reverse=True, + ) + return [ireq for _, ireq in sorted_items] + + +def get_topological_weights( + graph: "DirectedGraph[Optional[str]]", requirement_keys: Set[str] +) -> Dict[Optional[str], int]: + """Assign weights to each node based on how "deep" they are. + + This implementation may change at any point in the future without prior + notice. + + We first simplify the dependency graph by pruning any leaves and giving them + the highest weight: a package without any dependencies should be installed + first. This is done again and again in the same way, giving ever less weight + to the newly found leaves. The loop stops when no leaves are left: all + remaining packages have at least one dependency left in the graph. + + Then we continue with the remaining graph, by taking the length for the + longest path to any node from root, ignoring any paths that contain a single + node twice (i.e. cycles). This is done through a depth-first search through + the graph, while keeping track of the path to the node. + + Cycles in the graph result would result in node being revisited while also + being on its own path. In this case, take no action. This helps ensure we + don't get stuck in a cycle. + + When assigning weight, the longer path (i.e. larger length) is preferred. + + We are only interested in the weights of packages that are in the + requirement_keys. + """ + path: Set[Optional[str]] = set() + weights: Dict[Optional[str], int] = {} + + def visit(node: Optional[str]) -> None: + if node in path: + # We hit a cycle, so we'll break it here. + return + + # Time to visit the children! + path.add(node) + for child in graph.iter_children(node): + visit(child) + path.remove(node) + + if node not in requirement_keys: + return + + last_known_parent_count = weights.get(node, 0) + weights[node] = max(last_known_parent_count, len(path)) + + # Simplify the graph, pruning leaves that have no dependencies. + # This is needed for large graphs (say over 200 packages) because the + # `visit` function is exponentially slower then, taking minutes. + # See https://github.com/pypa/pip/issues/10557 + # We will loop until we explicitly break the loop. + while True: + leaves = set() + for key in graph: + if key is None: + continue + for _child in graph.iter_children(key): + # This means we have at least one child + break + else: + # No child. + leaves.add(key) + if not leaves: + # We are done simplifying. + break + # Calculate the weight for the leaves. + weight = len(graph) - 1 + for leaf in leaves: + if leaf not in requirement_keys: + continue + weights[leaf] = weight + # Remove the leaves from the graph, making it simpler. + for leaf in leaves: + graph.remove(leaf) + + # Visit the remaining graph. + # `None` is guaranteed to be the root node by resolvelib. + visit(None) + + # Sanity check: all requirement keys should be in the weights, + # and no other keys should be in the weights. + difference = set(weights.keys()).difference(requirement_keys) + assert not difference, difference + + return weights + + +def _req_set_item_sorter( + item: Tuple[str, InstallRequirement], + weights: Dict[Optional[str], int], +) -> Tuple[int, str]: + """Key function used to sort install requirements for installation. + + Based on the "weight" mapping calculated in ``get_installation_order()``. + The canonical package name is returned as the second member as a tie- + breaker to ensure the result is predictable, which is useful in tests. + """ + name = canonicalize_name(item[0]) + return weights[name], name diff --git a/env/lib/python3.8/site-packages/pip/_internal/self_outdated_check.py b/env/lib/python3.8/site-packages/pip/_internal/self_outdated_check.py new file mode 100644 index 000000000..2e0e3df35 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/utils/__init__.py b/env/lib/python3.8/site-packages/pip/_internal/utils/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bca522ae05431eb7b7e74dd74c6e21f76c6771ea GIT binary patch literal 190 zcmWIL<>g`kf~q%W86f&Gh(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o10bKO;XkRX-&$ zPrsnDBqKjhx4>98ttd4$DKk~Kq$n{tJGDqZHLpxRCo>7E!dTBjzc{lbRkr{ro0y(j ztY45>pdX)^SCU$kmzbkpT9TPltRD{)$SjGE*DI*J#bJ}1pHiBWY6r6XGY~TX05Ntl AK>z>% literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6a9b0a058ad798f93d47fbae406abb2d67151c6c GIT binary patch literal 3829 zcmcgv-EJGl72YK&n_5eb6QBtS1ns~oAPJz!ivUHD6h>%@vNokiVM$q$B8OUXhvZ7j zoz2Wp3I+M5PTxbi>>KnA`VPG9Re(N$FY110mSia_Zqu7k+U4%d`Tfq%9PY2KIu<^c z|NQ;n<5kQ02fZwQvUvFtm)gTEu#T+24lUKbswHQpoD`8>U;Wv0!xtiN{MdhLmmr6cQk}!KBWrl zg%R-H&;!mMH>VtrH%SSwgA<56?aj94VL)WG3{AQfK-7&!0og#wLQ#ssVK~(QcE|Xw z$a17q!Pr?~LlK0%F}}HRD;ag7Pz?$!2uXBjq(P}@(coMlKT1M6iboMinC8i%b%utt z02}C^LS*z_3{V7%v_RVFjbsd!X}$*nkQt4qysJqHk@rM|@R4iCpCB~lg;5Gp;Mx;@lZmEF}+fi64V9*=J4lT{xk>s$_2z&_a6Cu-bHX;2_5U7B6 zs;t@AZXJ}pDs!7`&uhGJx2jw0ak+{2#|3uawsso(Ed~m&TyGt+#x^V0580pG`c{Ee zzuxnz%_eJjj=Q^8bE{Z$>y_I6mRo<$o`J94XtA2R>$V`Y)nKG>D$1>bZ=3B_y~++G zm!G*cw{=)>w%t~pWNtS+R%Ux;ujN+uYh{n^?R$HTW)@a7?pEuqBD7+S zRbSwRHFwIj8mV&1`>@_4`&gy1cj&p#cUo+xQQN9w@mUp?m7mqBsVX>Csg>Q`0^2I@ zmYoZ9b&X@=#$K_|@-y`}_S&XBagZ)jD=Iv^Wl=hRwImJ$>rKCeoad#$ zk4woIWf?z7K6^sVq!aQd8ppvImn9ybm!hyUrTDD)hms04f0AI=?{if`*DuYxercq` zNR`@YGjE&2BpFYZ+p&l{ksqJ^j?B&AX4&#S?st45!;DWK;Xzxc_H{;Qb?(Y~ow>2$ zmF@o-t~(5$!;nV-JNKh7Ks$-kQ^9A{8&HixqRn$jeHrCI^iQ8Y1)b6xV`6L@mW}oG z%}ulW&CB-_eY4&ZV!goDJHA|hIb*oB_xvKbbsO zKpXj&pY56yOmFuPYPo{j2Cg(a9+~$$*+G;hJ3hvPwzRF09jC~S>!llH$ZHyP?E2=t z$vqrfu+HR|d;nsZ!)>xe$&sKWk|@+B0bo*&()1m3CU*M^Fr>z0Bqie=W9H@e5WBO| z3o^f^;>%wC-DJd;6bYKQiJDr-!vO2;>G}p`2wP(&MGTk8tTbuMm}k^rerzJWQF)vV z{c(CsFrV#vwf9OMXq|jsD)I0AVS++{#uAiKMy;o5zy4n+j4hWLwkE0D0IB5!ox~h* z1RLS^E^I4{j(rKP6u}kwD?Hyqkea|UEfUeUxM^Vc+J1%mmi4ms%D%F%G5g-w(!2ch z3bSyK{R^uFPQ27i^FT_S4vFM(u2*@uWYkJ2ico8_mWd@`T(;V3G@vJ{g z%jH&^AiQVm#)Nq<`o-nVExo*5?JyB72GwostD9LLv*E=60~kiFVzFp8Xs)3-)9<3Z zSRy&bS^|tlp*d(Yr23J<5Rcx>gP((8A5GFg7)0X*!}`L!&uW26I;5Wk5bNKv%k5z% zH$gSZ&k;v6l4DAn#h6C71QsjId$86dz|S!a1v8E9EXbF5xE0@NQ+#6|*MI!i+qZAg z9dp#^CVBk0Fh{Ta04YAn#b`B?)utASi*1uYo0-XyvBj_q->s+*?_@}WDu#}H>yx~l zw;elUe`-IpS8VwktZhD++;6ur!?)X$W%G-RI<(AV%XGuZLxp%nh#ESH?hZ_&o#Z9& z<7foD)F(~9GbL+8E|^5ev!pIO$^Q}K`6%K~sW&KUkh$N&oNPXqvz?D%Rxba+zX2@C BRHOg^ literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/_log.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/_log.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..83da1fd49e942f9b7fe9c0adf381cf14f4adf978 GIT binary patch literal 1509 zcmZux&u`l{6c!~~aumA@)^!7R84o)|Kr9^!3_TP@mozH|1P;)w#o&u7o6ojdS@K9a zg$>`@^RPc47@FhuC+WIVf!zn}wD%}GbAS-w6Zu5GAK&{PUv|5pgJbpgchi47$N7sk zyMyEADNg+p3h4|S$)sDb0mH9XxHE6y&G>*bNAf}Ixg%TB|KLa;*c<=7Hwd5&fefx( z*_L}B_+U@EGQ47PUv_X8O83Hvx~o4=7TQ#^d9JgyAz7=Ot({vcIezlo%D6 z)?!>KVWuEn(`iugC8%Mg;V_Ql=(U)EnN~6m!@SH*x-obdi5XfFLlC2^C_v&0&49?t zrKr%D60=G!3iN2EnX!kq!Ne0VXN{-u6QbbsBe(XxFPAkRW!ilD3{@l2?~WF3p5oNs zq5uc+at5ws0}nW~poKViS6p)0LL7XHgI{-FHHkFNRzEkeh-P~vBte4Uh)irUrU-il zTtX3s0>`V<7suxpry|#wo_PmQiXZzwoMVzwJUcyp`8>AA`Vp_anV!@aX)%%=bF8z9$~9vOpH3?e=;74;lcyMX*Hs>ONhyetff>V^teM+3Jwl+CQ`JjdiQ2?JVl{`kgM@ Xj~m)PAu8z(3LdoC0q5T5;X&&^^D2M7 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..893763b3accffec50ded95ffc8a91da34cbbf6a7 GIT binary patch literal 1621 zcmZ8hKX2SN6c7zjE9MbQGD3NLk+TLhj+-_h1d!XstJ zh8!ShR)2#G@tCiqwNrt9fp+R6b#`qNBB}TI{{G%0f8XAY0~}X>zh1o`2Em_>csK?~ z{DjlAxX550NFu|6%!%K_d5AkL=$g$Lac8U;tcUXv2~?yaIrtdLp&Wf+^Re7TPK>+cNwuNS%ZIE~G4{|x6ZIL#Cn8=R8XSMtUoOOFoG znEj9%L~p;wQ-@oMkf)i$7)nv3jn#!oH|}TkB}C|G7pDnv35chU6YAsWMo@`0A`Pxl zb1&hfaJVoX(`WrN{@i8VVh7*Q>(GX$^b>2tTLQdA93;J_Z2+%5f6(IpZFo&RHEiiE zL8REx;pY(Wo&>Ok%T@d?o#j<|qL*nhf)TR1ZI71}Ryer2ureLPUR!koZ5)H0R=VtB z^|r=daIy*WnRtV+<4o)nx@_KNg+5c6Q}s~yi@U7d^K32h%4B_IynE+s56^sggK(Ej z2&0TJG7UZd5i$;?dt|;t!XYEc8H(Dl4O;RCqG9PN!yX9{EqX(J?%hxdxX|SxOi(Eq zbktm$F1l+)@2Cf1=SgTu_#j8uIR9q@Um^J|PUBz=NKE3;^B%SEqmYkK?mpyiT!CDm zl1g?%mslp`_|SXKHSw|oOz%xg+<8kr4eaoAbW7xLNnQk)+~^3tM5~9#7^#b+8?T$f z>b`K8^1-VsmMWVk5j@9Zc;S}5-maIk`+DzqvhNAs00UDO+Jd`w-N@N9s@}kXcxu2` z>1lm;pV%!YKvHPaoD9dD(XPI~8W9)|Z(!D|8ub@d$iP|t;VU_WD>P?W?V`RKKzR+7suhA>8YyMSP z<0_)(URCG{J^!-OTcfM=0$m$fy^ElE>G(3ec!KlSMy8i0Bzw*5@fCV`LV8yz>7wS< z!|%JQ7z}(hij+^2!GHsd$5pXsq~|i`Z4*7bD0OvrtNp06+l8HuV5$&lY%~{zfKY?_ zEmZj_G=~iU5pi^cc9A)@jTD}^;s!?MdyZ1_%v^)T$<#W+7|k$*X14_f-5Y+Z>co-h%xbT0r?r#m)U4+5Deww}XkG-NUW zuR)lkiitGhf$=AUIGX}&t^7b&N0AH_mn+~;HlRV6;2Lpo13SbcVi{(dMB4^s;lLm^ z5ig1bLIr9GV;=+suu=Sii2Dj3lNpT07F7EibV80W%vEOi1dp8~0&>;J7^SyiNA0*i zLnm17z`ScDvnOq+r5XAaF61}z0{@I>hEG=1gd?~er-yN~E4B7|((IPrO6Mh_}x0K&! zzF-l6VItLTCv10~bhfuUyNAJlG`{e66V6MZ<|$$z1kA+3q-=U6K_aDuCYjWBma|mX zI^okto%Z%~aSpCrR|Zl=N;^`OX;_JQCYdl?(oP}`@Y*hSR8J#lTJu#hpt?3lI5T=B zk!1xzQteO>FJ>|Zx2_~~b z#7x&%8fP>~huUE#8ReYIHW*nHBcE~k8VnQ~mmEI9GyFap!>c1z*96EN-*W3ql0cp029H==8cAAxp(L_*1ZNLg(g zKf+wsJLnlU2tyuS`*NDmg0qL_v66S7v8@`Oe;#oy*J>=UTz9c+T)ZW7ND;x#Ki;xy F{|gel6TJWc literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..180955949f16a090a2fba386f1dbeb4c89081dc4 GIT binary patch literal 4580 zcmdT{NpsxB6-GBO7;w0XJGIydqa>O#Ig~|(VN{Be*iLzgGErp3m70&aTvnbzd%qq#J(_7j-otOFrz;ws z$A8<||HG=L{gnozPZ@)s;Z5IRn&xQ@&0`)9ScBnT4|u3I^w4M+VX0AKG-m{6SZKlX1zJkR>o*&ym`=8g;DUsIfI_J0N#t< z66V*ir|d0byyC55eAast>u`RrUGUbP>fTxJ+>=t{oM#W_l#GK_1I{?hg6!v?mb?qz z8`yK+;~#6)?>ydqUqnK>nXui+vmeFsz<%Us`}VD0+_JA;`Jw%8942n&-}3`MJF@S% zdugrmoJ>-$>bY^#PqWb(HPL(I-Ntn8|hQ%V(QCR)KIb z@X4o|iCWbg?U5jUvlz|!Q6^*}1zIO^Ly<3xQXcjgPy2D|B!Qc?Vi~6Sbm%sR!^caP zYHwAYOLx6t3qq~R^Qj&K$B$ZZZsM4>jGFMN!9#uWws-NSa7B32iI%a9ci?v(|0De4 zn4dD}P_O6ObB-0Hko&QZ>xOQU>uDydOwM59nI@O;_f5F9ABSSgbEB=|=9|g(W=jfj z&lj7Sbeji4Zi(pOR^Z?3t=O*ZZl!)EHWSRcdm`OR{A3GaLod+yRy*^9bgQpfWhAA* zT5^;xjb75pVke5dI9rA!DT%9bxq=qjFkIQ(m$Mj*serC;;MMV_x6x$U3F~O5tjjt~ ze$Zhj{8YPZe5G}HSMM5`-r>g#t$xf}yj%K0Yf)J8Cst;3N*&{vzo#9ut{IsfZ4dt) zQz>ukNRrFKyFf=?M6;)Lv`^1>nWvp-Uuqqef#ornlKxNmpZNoWn0!F|b)aY}bK%lyUTb!W_< zYS)9f=?3Wybov{rrF_>kTKrOB~1;@_W>LpPDH& zqjr)%AnGMFjk%tU!gi4PWR=DwozgRue2W$;p=|0Y&zf<@5=b71KFoYQQlSscRmdx8zY zUa6^w02AJCnHHO8i_9v`Gx=kj_lj-_)zqdt=!|HUkzO$d$ec2HkpLg4Wkef_rh~Q% zj4NoX9q1Zb{|E?IPzr1_Is{9lx~$Pn%>tDgI-H@(C3%6of(Gg!x6LbQ22G`uc2%%S z@&zSyUtv2$_z^X`)C^s1sGB8cPh@@l3^L;Hu)ODSK!o1UVigWtxQ;nxrhfW-H3N|U z(M!5Y3q7Tlr+th}aIAd=a7HH3-qSwa?eY%)QiCQgK3E>XeMT8Up}zj5cEUT*p7KZJ z2>hN3X>S1KC_;N@Ka%PCS%LxhW1a@@YfiLte^YCXXr>1q6{@<92M-;UC8SFhx+uY zyAbwL&2?bO8FITW08Nd~XAC1q|1~IIYk#47menCIeL~1dH0b}5`mYmuWi(z!O3N-b zr0OF?x0neNAX07;uTsHA8QY+1plrJ5r$x|^zxE#s9ZIoE`ro62FflyVEs^FACgf^i znQjT1Cvf3i6Ci`C26y4fl}tZ|tqyp%+$qc39pl8vN+_Rn+*<#W3Y%zAQBgoCs!>oC zt&Ei>R+joS0(18hDD$=|ac$S8(#4KjcG^yoSZ2brsTj9WE!o0t?%O>B+G!%1e#^(a zA60BTpY>+a&uSG#xCVfC!~TYA;Ej^kkM{bM4LT;<7sNZX*SELVZ5*<`ePw+^?I)%n z)Z<9h>^oT3Kl+g$1ok~)yJ^}ENx---tsS?e{quJ|tc?oLN4sl1nU6+p*`G`8qquE9 za-+5!!u@Vu`I8i3wFt3|rHbFb8|S0E?7T zqBd`E195Nh3b*(S!7*T1{r+XVFs;#%Q63vvl5%8~*XvcIj;DGdFFTGGHytPE5-B4) zN)R8CuubaJ5N>>_QY&%Bo^3zf?XH4`)!S|{m8v@}F`>v|Y_?Lge1jF3`xF@TPXd}FGjua*|+ gSz4U7&&-jbUT|h=CgcB}n$(#3{Sy?VG4=lAKhEk-%m4rY literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e46072887baa308cbaddbbf9fb85ebd989ee2974 GIT binary patch literal 509 zcmYjNv2GhN43$ng+i;pL{Q(VKZm=~32s#u+fB+q{6kWU=t}R` z$NrMmP6aY$>=erJ5DI)EMS|~%KhMvn1a0?x*}mZYHz)6{#N-M+d`8e@K{VAxM;8=| z<6)Zp=9=sB7hiB){2F{=>=S zrs9cjLHSg!osDf`T5Z$FL)>`Vu-tO8tSI|6dJqVa+|#GxK=v$>CpwUU4#k1(`M?Ig z;;4w;R4h$0X(miON2!bs8LHA3IKpQF&ofLAQh8?{!2TgVFXw+FTek+Om6iQAw$9G_ zi`lIQSQ?l`ubLHj3HCvDW_jwkn17MMM40thRd*01u0qzvM(|d3auZD#aN?V!dB07c zj(Tbn>JDFh9b09`$R0)rgih(l!hgW1D$}^GwQK6y=Tc%gH1VZ#-LZa@{0`1?&*bac Q=}iaUC}tu5ld}nX1qNh;ssI20 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7aad61314f5a103445a933973825160d39af16a6 GIT binary patch literal 3249 zcmaJ@TW{OQ6()yQ%W~|*mu8CuCAw+1TCAn*F0d_vG)Nk!+W@Vz*d)8H(1M^eBZ)CZ za%YBiEK4u7U;7K10?A|l64AFlZP7olDUkL%q%12*Q3^bq8O`OK@0|J0d9t?FFz`(N z_1Wm;l41OVI?K-rI(P7@ze7ARxY0GZ$ys7{&Fag#3|}j;#&*{pJ6&h&cHObp^~QeJ zH)*b&tc)AoM%8wb)p4`ChPK-{b6&(b}HuH|_@Gj2DRr^eECnJkAp_7O7T&&axyhdGT$N$EZo&-8r^H-kQHx%`;u+`+4w5W;{{3~~s} zVdeH0alUt<(bu)E`z@>V!!V7;A`Ht$7}ge}-3-HTiYTf7`I{lvuw^A)4LYN2EIK?& zJNdC5W$AAI>Fz)Z(Tl~dmQnve$c{)4J4xJ|&-k?c^NxzO*v;{8G!&|n$9X4=Q!OMw z=oC6mRA&jWc77}=*fz)-2H~4kzuXQp84qJD3e_k(nnT|5N^dNb!q%k^$i*;|0C^B6 z@XuJ3F5D&3th8yQw5eCRQs_daeHXi*KOP$N-ovZ95L25Q2P^W1My%uel{Tiv)SR-Z zHMOVCscRbPC)%8vnw>Jar>z$@H(#1Fcj~@yrp8MX|6h4`4L8Uo`;+ejh4uo4_LBXo z<;r!OUp8W;ie5j7l&S&nl57b3hvmvp=-;3%Wa%wnkOY{#OyUZOO%huqwjqE+wcx^; z61Uudua~gAiV;P_hVPrcxn(x2hS_BD8b(^C+`;Faz;iHIVfGU=wDA;dpy}3Gf3{3R zTfojI44>MOr5$aAKotns`=!UlASx357?JKqc`j1ka!ddGCY4Q9T|2l9kx~Ir!?L=h zaHZLjNmZm)cJ0Ke(ovFx^Zmlw{Ewid@*xbiVf&_Q${(VQJJKA82r(hTK@ts1hoBcw z2ayt~EG<{1$djmFkwEDUvsA!$@_nq8H%Pnz4M9R@PnhEUP$FCekMvH?SIIjYUAlyMt9lRJ!%@&zm|j*Y?yqHUDI4=czmOv`xfFuBf___auKA&J7y!wxL=ELNI`ZBV5B znxA5Q+-@`iJT(Y6t2XtCw?Gi{@qiqX(sp_zfF}R zVLBOe9Q31gZAY5-5}4P0@VgftN|!+T6=Q;_gQfsR+asg z1Kt9CR^2AxT+LVjyilw?xwCg+DFrDm%pfaZGC&+@ovWLj&M?-aqSuCZkc;!EO1zar zROe*&$_)BcG@L)+1;fUx=p~w*8h^a;2R1WjprtAU5+PA0ME?ac;Y;%?!!*9Zf8cX- zpIDsYC(@`ZSo`DBIgFA*l#O~YR9Y?(b;Z#uw}v7W&vJQN(xF6|Hgiqi@Lx}^FQ|#P zZzWkjO4RN4V*a;O7qnQF?aBs-zJHL2Ly@#RNjbb+pI@8v`l;Mms-D8%KKeXFE%mDh zzboyh8F-w^4fz9FXj8gq`SM3J@?#Poka(X25q;^!DkL5#*XBh>h-yu%I{7XNr8>7Z zE^PQ2)~Zh+jO$meCSw-+kIUG<*$Ok+Yv#Pw|EGPe!PslxvrV7L&#($5!+z^(>4hQB z`e7(3Q`Z{1`Z&kslZ1#QCra|7q#PtE0d=oemBt~`YbM)u5r+BgId9c?S(qaUfB7+q zpF))0*L9t^lzP|0FiO)**M%)AMGIanE!1*#BBoqgsk`LqiRf6n5$sgo_mH mo7Y$qKik@{n=6Q@SIlf6F#{M#e7|dMUD`nJmCfprdi1}RyMnd= literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..415223d1688a6c3a053140813b0723168548bfe0 GIT binary patch literal 2101 zcmZuy&2Ah;5T2gynVtQ!*T#vHD3BE)pb_$JL?Xz6M2Qk2kWg|6;jls)jknw0apsTi zUI$yVmpF$U@Dn6RHU}i$fCDEUqpzHhcmXUWp{jT7Y!I`Wn(FGR?&`1Wt9{sRHyn6& z|NeATwH)V99LzsH3~s`!o`K*FC#jQ>0U@ZnshiOO&Delt-oVTJfp6_Jt!2R=usTcY zS!2+!x|cSy)}Tck!9-iMx&MOl8V{bb!2*mKufK44gEwKk$d^PQh-ja6LD_gWF&<8kWbIFuoLeEc2m@`_3K)Uxep2yy|xl zm2==6I>f06C#%lH-E<~Ylgin0HQjUNoytXhi#-SEK=a^Bt;K)t{N#NG5&4%h{~Gv9 z>u>GWE08}{^q@Y~58(>(b2IP8o~xed<`eQ(L`(jR{+vNXYt_Msipt+AmwVhlXjk+Q zvcz307a*Vg(xa9n6pSDN?#vQit>H=mlN*p6HfQB0@%H8kWqpsI$lpj=*ksvmhXTFsl;lR0Sa6zB(jS-;y4xW zfo4|cjtDm#9j}GH3WFUuj8B4B@_o?n-38XN6qsliGpA9F5(RKZk4HkJ(J&s4#Pmd1 z6UPtUa1CC2qCY@^3U_3x$pP{T>Uu&es?KQ!jGzY|*!)BC9i6a=H}NZ1-l#lv&CYt0 zTE1Knb$8}ls|ZBbbWkx}ujp2zs#P8*`^eKKU_~Dw%Ug$zd_JO#omW9bT|1&^fI2JRF&%%5C{ zJPS@o|@A(3UFn<0A-OySW+K>qq+;ip+3+FNyT0_ z81n<-djZhNwLgaPCG*%nemwvkya;>g`wS|U0pZXBu`lH(uu|wk^)4G<@04&niT?}c z0`!93NiXPS1sAF6y~)U)bqXFrVH==1`@cb!6j^Uqpi< AUjP6A literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fc8ac26fa9b7fa5d91634a38914c9a648437c184 GIT binary patch literal 2397 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 PM{1`R%8SLCzc}+>8sR@i literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d2218f0ed7124be1dc8761c151ca0c2c7a5590df GIT binary patch literal 940 zcmY*XOKTf35SFy-UEA@iA>;u)?9~VFLIS0QP?`pZ1WHA_cE1_-L`E2?v`ecB*>-pvpkC?j4n8TAvD&kP_ zG;!+>&^PMhqB5Lk5d)_xvxqBpt8&x5nMGZaS6vkfca-k}qei(~v|jtWLH}adKOLOB zJsor_xm`+bbFFy9C|{7^)XHd-$6?XD@Ru?{p7X3|`6us|*sifiotEc4VknB%@ZfA& zMhY_tV^&y#skunTSYKta;H{9hLon$8D0GiLVTyOqH~bxa#P?W{D@#13WPqpv6EgD` zXXQE0P|RUS6X#N&e(7-Ogw8lkB&SR;>V&XQoKTEs{F*rvn5z4rOAn8_hS2|^s6^=v z6UF+$+2QfY`~FJLqN)`J%=ZTpE%5(PZH5sZyE>nRbAubA*y za_vQYv{3B1&pio`)XN|mPMP#Fo_PUJ6cb4pd2_`h>FL(=gG)ENE81KJi=G1=*o4wj z_ku_VSFwpj2mI4+yRd_RrsE(eEJ)_bROmSt+fc#%SHUeSxG|UG$1Ar#9QXTg{@+xX zI?0eq6zw1glO$E;hm%1dDi9Ku23tczE6q`wMr8}-P?n&r!`1ybrSpir)Pt7m0G81p O4PxRAykTzxc8tG^pZ631 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a8aa1ff9ec07b8eeef33076c49bded146933495a GIT binary patch literal 1758 zcmb7F&2J+$6!*u>WIAa>H&h^C1*4T#>PXu}+DZtd1uc{XDpe_J_KSctJDqWoY356| zv#Uhushl~0#EC=q$iL((CnWv?PCR=OkyLwODnHxL@7eC}=l9E#ogELsH~;(N@oz1J z{?wE8kHX|3G*N*`P=YfwsCzuXFee$w>44_ez`}@8X1|9L`a4dn#Qw<|IBOm!X@IA( z=5doP@VLxkHnWFhndv1>@NOlzkAm&L;8fHLh;mOWnU+PADf{uX%2hG_egvqAOH+5?>+M4$nV5GdaQ^W$AhBzhqp%uD*~wEk^hJlKZ`~V17FEi&FYi z0p2>a19!M>lEP(DSSN*XSqx#QK6vx0oK;Nxfp`NhW6VDZ_r!?ci$118<6Of%6n7wA+o zwfCm0I2sZH1`)mmb^|v}vwjE$x92dB=mIBrLU=17eKg;f(+G z>zBhC>KgzrStvzkiF8NVuhQc1eowu9)DOSuJqb^azdQ<`K050kpY{S*Q85$Bt+GfC zOP(uI3e{M#WQ!_GrD}a4f%5aIWREy6xoVvD>w)()%BHn5po85}F%9)gS=~wDP&Jkh z;6F;a3y5(WOcR>e1A`n7TbN)EyVxPSc#pW)L~OurL7>hxu>S&s`F4V#rqCqlMa26zNEXWnQq|#kbxphUv z&kK6(8LH`m8p1yNI?A$hczOSivDiHQ4%hYAQ+6ccG!2@{sr{;XoL426HSE^WS0^XD z4UzD80rL@)8@TgZddZE$cpUMtQVq_8-d=er)ToeA5i{T&%FszzTqZ2A_`5pgR>jMh z2@w`i&IFVXQcbLfJ;HVT2Ce!( z)|F;x{SXFPg-qpOsGPR0n}jaVQ1@Eqtog5xp&n%ECk!e&PeFp@m~D!b=lSrh^eghE zmO))KwGIh?A0Fzxm81p!t8p5SVZ&iG&7|I&<&~VRqRnP$;m47v&&tYjGOhe!1WM8| zt6Fvu*BB_<2ugsBaDepgYzWK^{FJ+@m>(cl==Y5r2kO8g{4R_GkHaqw;#!`S11y5b vat#-!+GxDYIi_3;xF&7w6r-hjU*$f?%Ve6d&o$&m@Lf1)m$vQpUi-nnsN};+ literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1f6d4bc1393937908c50219c8df191e199483025 GIT binary patch literal 5607 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c5ece410e31d6697e83bc12d9753f5b43cd5b21d GIT binary patch literal 2099 zcmaJ?OK%)S5T2f$eNEQhJa8U7TRvb`WM@GJ1QtR>0i;OCL9w|^l+3oLYj?+<7u`K} z)-osO%AG?F_L0B9Pw6YCNc;j0i0Yp8#)=}^o}THd>gul^U+>Q=E53u{`0p=fPdkqD zmswmMOPU@$IIK%nQA&88)+4*vi^rn;5%B+R3_MH}gZ^ zuD$e1)(d;Y0gpFf<Z>>NyFofwO;|w|M(E0;s#=Knrg0&cwy9w|MtOgZuo- zbMKUdYu2)7Emxq&S6;Y$mG`agCal0JzlxG;{Q7e*yv50mGq~{*@jKfCPq(+>Xm?(M z?mR42QsgYv&E2X@L3=TiYT#;LmJlbC1ccP>L!8m-52CL;f?ujcKnA(e{p~_zEKQDq zfB#Gg_L8Fe0nzP@J(DO61`XX8^#&Q0b2Te+-CH<|l6+F=mH<_WJa!GT#qjXm#^*jh z@-v)HFy#jw(c|upqntBx;+&ITUFDuNc;n1dP1QOfr|vmHY2&1E;vTdxSdaZq9LJ|P z?$01Tpvi=)8PI8R2s!=9f}sm6G-E2BfuxMCF9MXq+GL$B6A}2<+g8a0%PzLsFt+GD zx;a!PfwY*=Bv+COC{~M!ZDv?-FY16PMi>YI2(v6EU_E+izL^LjFq|}l^A$p1+`+;nA~~oyl7b{y;}ELbkVntxQ#ph;iFlR z!HBbbR2vM-&EZ4<>?JV7{*4bnj37T8rODpHVl()1BohV0618j!a#SYe2#c;jAZtdI zN>Y?rB^Ej;=X%YSFM17~fh_Gc)9<(*@!gw5yp6KN!5hc$4ecWg5uJ!W%42Na5{r!M?+& z5Ifcgk>`|&y~OyO(>e==2n@ej&Y9qJ!=AW7bCyBP!+ZIhiYk|eae0vsSz69mUS%MX z7%7A#jj>4BfdUK}Qx*fSbAWC!1<2KnXydMJemrEs3R$I!Cb%m-VslB;;s^v@iNF^W z*qxzrQsuF^HjN=i)+aGj=zJoIjE=|U!4%Uci%P^G$K!x*7YfilQ#j!c{Lc$z&ovj4 z#E49=faL*!`(uXTpi6VHMke0zm=;D6!E_p>Nq(@9*2F#TKYn^|7_#BqK=2F}?1GeQmUuOlc kQuxL&O}>v)hnT)-yE@0VTz<;@0R!IB;7Kn3v(@9&f<8!XhalZ4kza0+y49Ce|pDyZ%u|H_@ z`sm>1b6nOT(Mb1R2YFaT)2N82vEPSzr|3?*oI$Lkb3W}sSI5Zv za1CdKvk$$wxXq6E_M7&)^CHk)-FqHR2b%A*QU6c0%pQ(JGpNDLXKA%89hfGvIY5o# z?iVW0)nN`z=U`pKcgl=-(|e?hD)wtg8-CF6N28z#S1NPOu60#CQ*(rvX~@;Oi4C}= zDN{jqHX}eD;v#PEAaTrbC&K>OGQOnp#;4 zy7eSi)=7AlLhWPlPU;q`{oX`#uck^!O8z~0@X9hKg(T7!LaI#ysIQrn4lVuSW}5nn@YV`_0%i!5Duv>d)we&v_!H*AZa0$ibsupt6!hzl_f+Lk!yXZ)19IDAMQh^4Vje7qvw zT0oquLCx01^${-nH4?|p*_k*QT(VPk%75XH**^SL9M^Zpa|3Xg!Pps<9)n4se46Ch;pW8M$!Cep9E@w!sw1#Toz=-K zqw8C$JXvCA+Qi?6Nxg1{{%f`}s;)u5k7g}7#==+#KHxhz1wR?L=kMngHotu^X^)%9 zmEaAOQQY+WHLI%JHW3}RhH|_O+|Uy@5^cm(+?Qe-_=vai8z^r&8(X(=V`C&tbh#Xy z-28u+FpKnrwC22#z$ddse~(nxiQFXO4MZM@I?vKS+0Mt;%`N1kp?Mcs6H;+}C4Kpt z*sW{4C9N6i&FP1j;mPbNlp0@?Ry%`d4oZvfj5Xx6kJmfZMDx5-&YNgm@&0(?{psE> bD!t4Bn+;teQJ3%XT`|D8yP;r$fAG)03)!7u literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..69b7aaf73d1003215aa0aea74c165a313f72e26f GIT binary patch literal 3821 zcmZ`+TXP&o6`tFUR_m4I8=;&8(kvCE1Fvwu)8~BW*7{^)qv7DW{LcrY zgByhs$38V~u}=e472pfKxIyIxV$L9xyop9e?HIfdPO?YYmJ zd;=>R^OXip0pF^fowE6Sjc@VmpxiWa5XEfm#`A#RnhNl%yB%C7^D?@=wZ3Cfy~G3m_zM}PEytB zgYPkMIm_hb|2cxVpOamHiGRcBdB9Cw;<=mRxV5lbed%q1HOrQ)Gr zXCqPRXf*&-Sq|MYr3oRv!V6d^cC0Q`Cziw0KmGJmBat2nHp#e<=>>^#JVWew*K(hu zu~=a$uViG)@bO%zY+D1FBs)PXnCi=K}KkIpfnj;e?-HgFH?1GdlJxmKlEc z=X@C($5}EEN_WTciIDpYDj9&-06xODqyDzhb&x~)){3G-kqH@VgPIy8<0V7Fz-$CQ zsezmvs?#3~qdZG5=BBm0Dof^SmjNm!e@r)bhg0O3qu6F8tGwi1WUH@(+!l z-8W{7m9^huYax?N?-+XGL{IDf)2C0K?z4~M%qU2qG0|elGE5~1o@MAOyT_+-k{UNn zGS*tOx{XSUv6ph66@cr2E8TX2{So|!Q^c_Fd|2L^x# z3pTXH7^PcWbo)6ceuIt_G2gNJh*XIM`O>MayYWQl(ae$fGS*e@S-^Ysh?a@|g*UAD z$1g3bop#IOv6A>!IPDroCm42Fi^y7SD>c$1dzbC}^#}6VZX0Xgk{nxCwmoRq%8mI6 zWPx&XnC87W?dB#kt8z2TyU3mrU}b}3Sl*aqy~$u8q~P6rqKk+B3CwZxMK1lkZ@}@($II?$Qc*N|(fW53;D6 zXq>IO8@LVkCR*E*xW75es+1ds;XGWnP?&X+8OwBW6_D%L@a>VYgH`QJovF)R?)}3z z5#e)0$hbYAPXXV@U`0`H>TxJ) zf*yUVp1cjRvPRdM?6MX`xUk4KFtu{f>lAtOsv?GkQQ=eUSG30o7AiDdd58F}Eh#`w zS%!ragXFvn$P>#AxVp`Li|`b@@BY)utAb5S)%M#{Ipb2?0_4al3K=BkUR%ry|XZ%XJf% zTomfE9z|9K3fAh<7r_xP!^i|K(OQCgZLi$?NFkUhjhNer^`EPt$Ty*xe2bd5sd=3N z-o9#pN;G4F5q2rs>Z~_C7=hle!m#NDZWF#_em(gP*4u$GNZAy_A%b|2n;0_b!uS{Y z)a;>hL!T)zKSsy+7s2g4^QS)dOxf_KuKW>3_%%Rch04g|wrjFbS)ZMB*@z&q*i}s7=Ez|$12{W1*JOAJ2 KJ2a2)%l`vq>;)D8 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..898d53943017174542cee55be920c0eb87798bd2 GIT binary patch literal 5636 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d39b8e273ca9b7bf701b25c661f7b11a924f7af9 GIT binary patch literal 8256 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..007a0f7ea9fb3024b75b59ccbfaeaa889c320901 GIT binary patch literal 8035 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 E0XVrPd;kCd literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/urls.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/urls.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3fb14e588cda580f980dd7efb45b69e78a0a77f1 GIT binary patch literal 1390 zcmZ8h&2Aev5GH4TB&{UJZHfdbdSDL)vIlF?1Skw6NPp5E0u*l0Gz}^k5Y{3ct-K;P zB;~-u>e8R5XamT{zCjLslD+n1piiK-afg&$q@}RKnIZXchVzY{^!o|HvH0Vo$;UAv zzdPg25uou2e&!JhPB<;ea5K{(^)?IxKZiI256Wm34`WJ1OSE|S3-E}?KZe7$w_9kp zc?azdr;kaRoFgjPKc^^D+O(cN-2eQmr;k%;!Ya3uCf35vwH&+ks{yEBq~rm9W`M$y zDP4h=K~2u+8C?<^PNP-KDbB4`+k0V2Yj-CsCJDpwK*#{5kn+Q)D(X`NrpmQGm-IJX4R>kD7jPJ-8s@i92R27>U?}GbSC6UhSyx~xI5U*Oku@Ng{%29VX~^I zvQZ(e&@wNxxh+bQ;T>jBoi<$;!N{r+Iy&y%T>(h+4!uG3+o)ks*KpDiivJYL}5~~NS*D)?f+5dU&3toCtzoyNvTRM$rc2{W%M zr5*j0WOh;*R+YIuLYnQd^8lmJu6x!r)2?&Qy>MkoVNLfIu$S$py(Tf%(e_1wO}F)_ zG1wS|l3!@8w03_Gx{IP|yRfUWu-f4^$+vkq7n@Ce=jh@3oh!07K`CSt8>Y~1dp2*xTMn;_c#d@r@;W-qE(#Kc6fR;&UWefg=s`?F zNC0U2A`G`^$ uUA103R<2t&`39Jar@M!GBUsmj+DF{JH&c9Giu>-(O%Fwz`XBUy?c^VtpL1aV literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..878615e0d5e2c2158530f168f69bfcb48d3c81e9 GIT binary patch literal 3274 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/_jaraco_text.py b/env/lib/python3.8/site-packages/pip/_internal/utils/_jaraco_text.py new file mode 100644 index 000000000..6ccf53b7a --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_internal/utils/_jaraco_text.py @@ -0,0 +1,109 @@ +"""Functions brought over from jaraco.text. + +These functions are not supposed to be used within `pip._internal`. These are +helper functions brought over from `jaraco.text` to enable vendoring newer +copies of `pkg_resources` without having to vendor `jaraco.text` and its entire +dependency cone; something that our vendoring setup is not currently capable of +handling. + +License reproduced from original source below: + +Copyright Jason R. Coombs + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. +""" + +import functools +import itertools + + +def _nonblank(str): + return str and not str.startswith("#") + + +@functools.singledispatch +def yield_lines(iterable): + r""" + Yield valid lines of a string or iterable. + + >>> list(yield_lines('')) + [] + >>> list(yield_lines(['foo', 'bar'])) + ['foo', 'bar'] + >>> list(yield_lines('foo\nbar')) + ['foo', 'bar'] + >>> list(yield_lines('\nfoo\n#bar\nbaz #comment')) + ['foo', 'baz #comment'] + >>> list(yield_lines(['foo\nbar', 'baz', 'bing\n\n\n'])) + ['foo', 'bar', 'baz', 'bing'] + """ + return itertools.chain.from_iterable(map(yield_lines, iterable)) + + +@yield_lines.register(str) +def _(text): + return filter(_nonblank, map(str.strip, text.splitlines())) + + +def drop_comment(line): + """ + Drop comments. + + >>> drop_comment('foo # bar') + 'foo' + + A hash without a space may be in a URL. + + >>> drop_comment('http://example.com/foo#bar') + 'http://example.com/foo#bar' + """ + return line.partition(" #")[0] + + +def join_continuation(lines): + r""" + Join lines continued by a trailing backslash. + + >>> list(join_continuation(['foo \\', 'bar', 'baz'])) + ['foobar', 'baz'] + >>> list(join_continuation(['foo \\', 'bar', 'baz'])) + ['foobar', 'baz'] + >>> list(join_continuation(['foo \\', 'bar \\', 'baz'])) + ['foobarbaz'] + + Not sure why, but... + The character 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/env/lib/python3.8/site-packages/pip/_internal/utils/_log.py b/env/lib/python3.8/site-packages/pip/_internal/utils/_log.py new file mode 100644 index 000000000..92c4c6a19 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_internal/utils/_log.py @@ -0,0 +1,38 @@ +"""Customize logging + +Defines custom logger class for the `logger.verbose(...)` method. + +init_logging() must be called before any other modules that call logging.getLogger. +""" + +import logging +from typing import Any, cast + +# custom log level for `--verbose` output +# between DEBUG and INFO +VERBOSE = 15 + + +class VerboseLogger(logging.Logger): + """Custom Logger, defining a verbose log-level + + VERBOSE is between INFO and DEBUG. + """ + + def verbose(self, msg: str, *args: Any, **kwargs: Any) -> None: + return self.log(VERBOSE, msg, *args, **kwargs) + + +def getLogger(name: str) -> VerboseLogger: + """logging.getLogger, but ensures our VerboseLogger class is returned""" + return cast(VerboseLogger, logging.getLogger(name)) + + +def init_logging() -> None: + """Register our VerboseLogger and VERBOSE log level. + + Should be called before any calls to getLogger(), + i.e. in pip._internal.__init__ + """ + logging.setLoggerClass(VerboseLogger) + logging.addLevelName(VERBOSE, "VERBOSE") diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/appdirs.py b/env/lib/python3.8/site-packages/pip/_internal/utils/appdirs.py new file mode 100644 index 000000000..16933bf8a --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_internal/utils/appdirs.py @@ -0,0 +1,52 @@ +""" +This code wraps the vendored appdirs module to so the return values are +compatible for the current pip code base. + +The intention is to rewrite current usages gradually, keeping the tests pass, +and eventually drop this after all usages are changed. +""" + +import os +import sys +from typing import List + +from pip._vendor import platformdirs as _appdirs + + +def user_cache_dir(appname: str) -> str: + return _appdirs.user_cache_dir(appname, appauthor=False) + + +def _macos_user_config_dir(appname: str, roaming: bool = True) -> str: + # Use ~/Application Support/pip, if the directory exists. + path = _appdirs.user_data_dir(appname, appauthor=False, roaming=roaming) + if os.path.isdir(path): + return path + + # Use a Linux-like ~/.config/pip, by default. + linux_like_path = "~/.config/" + if appname: + linux_like_path = os.path.join(linux_like_path, appname) + + return os.path.expanduser(linux_like_path) + + +def user_config_dir(appname: str, roaming: bool = True) -> str: + if sys.platform == "darwin": + return _macos_user_config_dir(appname, roaming) + + return _appdirs.user_config_dir(appname, appauthor=False, roaming=roaming) + + +# for the discussion regarding site_config_dir locations +# see +def site_config_dirs(appname: str) -> List[str]: + if sys.platform == "darwin": + return [_appdirs.site_data_dir(appname, appauthor=False, multipath=True)] + + dirval = _appdirs.site_config_dir(appname, appauthor=False, multipath=True) + if sys.platform == "win32": + return [dirval] + + # Unix-y system. Look in /etc as well. + return dirval.split(os.pathsep) + ["/etc"] diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/compat.py b/env/lib/python3.8/site-packages/pip/_internal/utils/compat.py new file mode 100644 index 000000000..d8b54e4ee --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/utils/compatibility_tags.py b/env/lib/python3.8/site-packages/pip/_internal/utils/compatibility_tags.py new file mode 100644 index 000000000..2e7b7450d --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/utils/datetime.py b/env/lib/python3.8/site-packages/pip/_internal/utils/datetime.py new file mode 100644 index 000000000..8668b3b0e --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_internal/utils/datetime.py @@ -0,0 +1,11 @@ +"""For when pip wants to check the date or time. +""" + +import datetime + + +def today_is_later_than(year: int, month: int, day: int) -> bool: + today = datetime.date.today() + given = datetime.date(year, month, day) + + return today > given diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/deprecation.py b/env/lib/python3.8/site-packages/pip/_internal/utils/deprecation.py new file mode 100644 index 000000000..0911147e7 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/utils/direct_url_helpers.py b/env/lib/python3.8/site-packages/pip/_internal/utils/direct_url_helpers.py new file mode 100644 index 000000000..66020d396 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/utils/egg_link.py b/env/lib/python3.8/site-packages/pip/_internal/utils/egg_link.py new file mode 100644 index 000000000..4a384a636 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_internal/utils/egg_link.py @@ -0,0 +1,80 @@ +import os +import re +import sys +from typing import List, Optional + +from pip._internal.locations import site_packages, user_site +from pip._internal.utils.virtualenv import ( + running_under_virtualenv, + virtualenv_no_global, +) + +__all__ = [ + "egg_link_path_from_sys_path", + "egg_link_path_from_location", +] + + +def _egg_link_names(raw_name: str) -> List[str]: + """ + Convert a Name metadata value to a .egg-link name, by applying + the same substitution as pkg_resources's safe_name function. + Note: we cannot use canonicalize_name because it has a different logic. + + We also look for the raw name (without normalization) as setuptools 69 changed + the way it names .egg-link files (https://github.com/pypa/setuptools/issues/4167). + """ + return [ + re.sub("[^A-Za-z0-9.]+", "-", raw_name) + ".egg-link", + f"{raw_name}.egg-link", + ] + + +def egg_link_path_from_sys_path(raw_name: str) -> Optional[str]: + """ + Look for a .egg-link file for project name, by walking sys.path. + """ + egg_link_names = _egg_link_names(raw_name) + for path_item in sys.path: + for egg_link_name in egg_link_names: + egg_link = os.path.join(path_item, egg_link_name) + if os.path.isfile(egg_link): + return egg_link + return None + + +def egg_link_path_from_location(raw_name: str) -> Optional[str]: + """ + Return the path for the .egg-link file if it exists, otherwise, None. + + There's 3 scenarios: + 1) not in a virtualenv + try to find in site.USER_SITE, then site_packages + 2) in a no-global virtualenv + try to find in site_packages + 3) in a yes-global virtualenv + try to find in site_packages, then site.USER_SITE + (don't look in global location) + + For #1 and #3, there could be odd cases, where there's an egg-link in 2 + locations. + + This method will just return the first one found. + """ + sites: List[str] = [] + if running_under_virtualenv(): + sites.append(site_packages) + if not virtualenv_no_global() and user_site: + sites.append(user_site) + else: + if user_site: + sites.append(user_site) + sites.append(site_packages) + + egg_link_names = _egg_link_names(raw_name) + for site in sites: + for egg_link_name in egg_link_names: + egglink = os.path.join(site, egg_link_name) + if os.path.isfile(egglink): + return egglink + return None diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/entrypoints.py b/env/lib/python3.8/site-packages/pip/_internal/utils/entrypoints.py new file mode 100644 index 000000000..150136938 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_internal/utils/entrypoints.py @@ -0,0 +1,84 @@ +import itertools +import os +import shutil +import sys +from typing import List, Optional + +from pip._internal.cli.main import main +from pip._internal.utils.compat import WINDOWS + +_EXECUTABLE_NAMES = [ + "pip", + f"pip{sys.version_info.major}", + f"pip{sys.version_info.major}.{sys.version_info.minor}", +] +if WINDOWS: + _allowed_extensions = {"", ".exe"} + _EXECUTABLE_NAMES = [ + "".join(parts) + for parts in itertools.product(_EXECUTABLE_NAMES, _allowed_extensions) + ] + + +def _wrapper(args: Optional[List[str]] = None) -> int: + """Central wrapper for all old entrypoints. + + Historically pip has had several entrypoints defined. Because of issues + arising from PATH, sys.path, multiple Pythons, their interactions, and most + of them having a pip installed, users suffer every time an entrypoint gets + moved. + + To alleviate this pain, and provide a mechanism for warning users and + directing them to an appropriate place for help, we now define all of + our old entrypoints as wrappers for the current one. + """ + sys.stderr.write( + "WARNING: pip is being invoked by an old script wrapper. This will " + "fail in a future version of pip.\n" + "Please see https://github.com/pypa/pip/issues/5599 for advice on " + "fixing the underlying issue.\n" + "To avoid this problem you can invoke Python with '-m pip' instead of " + "running pip directly.\n" + ) + return main(args) + + +def get_best_invocation_for_this_pip() -> str: + """Try to figure out the best way to invoke pip in the current environment.""" + binary_directory = "Scripts" if WINDOWS else "bin" + binary_prefix = os.path.join(sys.prefix, binary_directory) + + # Try to use pip[X[.Y]] names, if those executables for this environment are + # the first on PATH with that name. + path_parts = os.path.normcase(os.environ.get("PATH", "")).split(os.pathsep) + exe_are_in_PATH = os.path.normcase(binary_prefix) in path_parts + if exe_are_in_PATH: + for exe_name in _EXECUTABLE_NAMES: + found_executable = shutil.which(exe_name) + binary_executable = os.path.join(binary_prefix, exe_name) + if ( + found_executable + and os.path.exists(binary_executable) + and os.path.samefile( + found_executable, + binary_executable, + ) + ): + return exe_name + + # Use the `-m` invocation, if there's no "nice" invocation. + return f"{get_best_invocation_for_this_python()} -m pip" + + +def get_best_invocation_for_this_python() -> str: + """Try to figure out the best way to invoke the current Python.""" + exe = sys.executable + exe_name = os.path.basename(exe) + + # Try to use the basename, if it's the first executable. + found_executable = shutil.which(exe_name) + if found_executable and os.path.samefile(found_executable, exe): + return exe_name + + # Use the full executable name, because we couldn't find something simpler. + return exe diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/filesystem.py b/env/lib/python3.8/site-packages/pip/_internal/utils/filesystem.py new file mode 100644 index 000000000..22e356cdd --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/utils/filetypes.py b/env/lib/python3.8/site-packages/pip/_internal/utils/filetypes.py new file mode 100644 index 000000000..594857017 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_internal/utils/filetypes.py @@ -0,0 +1,27 @@ +"""Filetype information. +""" + +from typing import Tuple + +from pip._internal.utils.misc import splitext + +WHEEL_EXTENSION = ".whl" +BZ2_EXTENSIONS: Tuple[str, ...] = (".tar.bz2", ".tbz") +XZ_EXTENSIONS: Tuple[str, ...] = ( + ".tar.xz", + ".txz", + ".tlz", + ".tar.lz", + ".tar.lzma", +) +ZIP_EXTENSIONS: Tuple[str, ...] = (".zip", WHEEL_EXTENSION) +TAR_EXTENSIONS: Tuple[str, ...] = (".tar.gz", ".tgz", ".tar") +ARCHIVE_EXTENSIONS = ZIP_EXTENSIONS + BZ2_EXTENSIONS + TAR_EXTENSIONS + XZ_EXTENSIONS + + +def is_archive_file(name: str) -> bool: + """Return True if `name` is a considered as an archive file.""" + ext = splitext(name)[1].lower() + if ext in ARCHIVE_EXTENSIONS: + return True + return False diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/glibc.py b/env/lib/python3.8/site-packages/pip/_internal/utils/glibc.py new file mode 100644 index 000000000..998868ff2 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/utils/hashes.py b/env/lib/python3.8/site-packages/pip/_internal/utils/hashes.py new file mode 100644 index 000000000..535e94fca --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/utils/logging.py b/env/lib/python3.8/site-packages/pip/_internal/utils/logging.py new file mode 100644 index 000000000..62035fc40 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/utils/misc.py b/env/lib/python3.8/site-packages/pip/_internal/utils/misc.py new file mode 100644 index 000000000..44f6a05fb --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/utils/packaging.py b/env/lib/python3.8/site-packages/pip/_internal/utils/packaging.py new file mode 100644 index 000000000..caad70f7f --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/utils/retry.py b/env/lib/python3.8/site-packages/pip/_internal/utils/retry.py new file mode 100644 index 000000000..abfe07286 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/utils/setuptools_build.py b/env/lib/python3.8/site-packages/pip/_internal/utils/setuptools_build.py new file mode 100644 index 000000000..96d1b2460 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_internal/utils/setuptools_build.py @@ -0,0 +1,146 @@ +import sys +import textwrap +from typing import List, Optional, Sequence + +# Shim to wrap setup.py invocation with setuptools +# Note that __file__ is handled via two {!r} *and* %r, to ensure that paths on +# Windows are correctly handled (it should be "C:\\Users" not "C:\Users"). +_SETUPTOOLS_SHIM = textwrap.dedent( + """ + exec(compile(''' + # This is -- a caller that pip uses to run setup.py + # + # - It imports setuptools before invoking setup.py, to enable projects that directly + # import from `distutils.core` to work with newer packaging standards. + # - It provides a clear error message when setuptools is not installed. + # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so + # setuptools doesn't think the script is `-c`. This avoids the following warning: + # manifest_maker: standard file '-c' not found". + # - It generates a shim setup.py, for handling setup.cfg-only projects. + import os, sys, tokenize + + try: + import setuptools + except ImportError as error: + print( + "ERROR: Can not execute `setup.py` since setuptools is not available in " + "the build environment.", + file=sys.stderr, + ) + sys.exit(1) + + __file__ = %r + sys.argv[0] = __file__ + + if os.path.exists(__file__): + filename = __file__ + with tokenize.open(__file__) as f: + setup_py_code = f.read() + else: + filename = "" + setup_py_code = "from setuptools import setup; setup()" + + exec(compile(setup_py_code, filename, "exec")) + ''' % ({!r},), "", "exec")) + """ +).rstrip() + + +def make_setuptools_shim_args( + setup_py_path: str, + global_options: Optional[Sequence[str]] = None, + no_user_config: bool = False, + unbuffered_output: bool = False, +) -> List[str]: + """ + Get setuptools command arguments with shim wrapped setup file invocation. + + :param setup_py_path: The path to setup.py to be wrapped. + :param global_options: Additional global options. + :param no_user_config: If True, disables personal user configuration. + :param unbuffered_output: If True, adds the unbuffered switch to the + argument list. + """ + args = [sys.executable] + if unbuffered_output: + args += ["-u"] + args += ["-c", _SETUPTOOLS_SHIM.format(setup_py_path)] + if global_options: + args += global_options + if no_user_config: + args += ["--no-user-cfg"] + return args + + +def make_setuptools_bdist_wheel_args( + setup_py_path: str, + global_options: Sequence[str], + build_options: Sequence[str], + destination_dir: str, +) -> List[str]: + # NOTE: Eventually, we'd want to also -S to the flags here, when we're + # isolating. Currently, it breaks Python in virtualenvs, because it + # relies on site.py to find parts of the standard library outside the + # virtualenv. + args = make_setuptools_shim_args( + setup_py_path, global_options=global_options, unbuffered_output=True + ) + args += ["bdist_wheel", "-d", destination_dir] + args += build_options + return args + + +def make_setuptools_clean_args( + setup_py_path: str, + global_options: Sequence[str], +) -> List[str]: + args = make_setuptools_shim_args( + setup_py_path, global_options=global_options, unbuffered_output=True + ) + args += ["clean", "--all"] + return args + + +def make_setuptools_develop_args( + setup_py_path: str, + *, + global_options: Sequence[str], + no_user_config: bool, + prefix: Optional[str], + home: Optional[str], + use_user_site: bool, +) -> List[str]: + assert not (use_user_site and prefix) + + args = make_setuptools_shim_args( + setup_py_path, + global_options=global_options, + no_user_config=no_user_config, + ) + + args += ["develop", "--no-deps"] + + if prefix: + args += ["--prefix", prefix] + if home is not None: + args += ["--install-dir", home] + + if use_user_site: + args += ["--user", "--prefix="] + + return args + + +def make_setuptools_egg_info_args( + setup_py_path: str, + egg_info_dir: Optional[str], + no_user_config: bool, +) -> List[str]: + args = make_setuptools_shim_args(setup_py_path, no_user_config=no_user_config) + + args += ["egg_info"] + + if egg_info_dir: + args += ["--egg-base", egg_info_dir] + + return args diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/subprocess.py b/env/lib/python3.8/site-packages/pip/_internal/utils/subprocess.py new file mode 100644 index 000000000..cb2e23f00 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/utils/temp_dir.py b/env/lib/python3.8/site-packages/pip/_internal/utils/temp_dir.py new file mode 100644 index 000000000..06668e8ab --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/utils/unpacking.py b/env/lib/python3.8/site-packages/pip/_internal/utils/unpacking.py new file mode 100644 index 000000000..87a6d19ab --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/utils/urls.py b/env/lib/python3.8/site-packages/pip/_internal/utils/urls.py new file mode 100644 index 000000000..9f34f882a --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/utils/virtualenv.py b/env/lib/python3.8/site-packages/pip/_internal/utils/virtualenv.py new file mode 100644 index 000000000..882e36f5c --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_internal/utils/virtualenv.py @@ -0,0 +1,104 @@ +import logging +import os +import re +import site +import sys +from typing import List, Optional + +logger = logging.getLogger(__name__) +_INCLUDE_SYSTEM_SITE_PACKAGES_REGEX = re.compile( + r"include-system-site-packages\s*=\s*(?Ptrue|false)" +) + + +def _running_under_venv() -> bool: + """Checks if sys.base_prefix and sys.prefix match. + + This handles PEP 405 compliant virtual environments. + """ + return sys.prefix != getattr(sys, "base_prefix", sys.prefix) + + +def _running_under_legacy_virtualenv() -> bool: + """Checks if sys.real_prefix is set. + + This handles virtual environments created with pypa's virtualenv. + """ + # pypa/virtualenv case + return hasattr(sys, "real_prefix") + + +def running_under_virtualenv() -> bool: + """True if we're running inside a virtual environment, False otherwise.""" + return _running_under_venv() or _running_under_legacy_virtualenv() + + +def _get_pyvenv_cfg_lines() -> Optional[List[str]]: + """Reads {sys.prefix}/pyvenv.cfg and returns its contents as list of lines + + Returns None, if it could not read/access the file. + """ + pyvenv_cfg_file = os.path.join(sys.prefix, "pyvenv.cfg") + try: + # Although PEP 405 does not specify, the built-in venv module always + # writes with UTF-8. (pypa/pip#8717) + with open(pyvenv_cfg_file, encoding="utf-8") as f: + return f.read().splitlines() # avoids trailing newlines + except OSError: + return None + + +def _no_global_under_venv() -> bool: + """Check `{sys.prefix}/pyvenv.cfg` for system site-packages inclusion + + PEP 405 specifies that when system site-packages are not supposed to be + visible from a virtual environment, `pyvenv.cfg` must contain the following + line: + + include-system-site-packages = false + + Additionally, log a warning if accessing the file fails. + """ + cfg_lines = _get_pyvenv_cfg_lines() + if cfg_lines is None: + # We're not in a "sane" venv, so assume there is no system + # site-packages access (since that's PEP 405's default state). + logger.warning( + "Could not access 'pyvenv.cfg' despite a virtual environment " + "being active. Assuming global site-packages is not accessible " + "in this environment." + ) + return True + + for line in cfg_lines: + match = _INCLUDE_SYSTEM_SITE_PACKAGES_REGEX.match(line) + if match is not None and match.group("value") == "false": + return True + return False + + +def _no_global_under_legacy_virtualenv() -> bool: + """Check if "no-global-site-packages.txt" exists beside site.py + + This mirrors logic in pypa/virtualenv for determining whether system + site-packages are visible in the virtual environment. + """ + site_mod_dir = os.path.dirname(os.path.abspath(site.__file__)) + no_global_site_packages_file = os.path.join( + site_mod_dir, + "no-global-site-packages.txt", + ) + return os.path.exists(no_global_site_packages_file) + + +def virtualenv_no_global() -> bool: + """Returns a boolean, whether running in venv with no system site-packages.""" + # PEP 405 compliance needs to be checked first since virtualenv >=20 would + # return True for both checks, but is only able to use the PEP 405 config. + if _running_under_venv(): + return _no_global_under_venv() + + if _running_under_legacy_virtualenv(): + return _no_global_under_legacy_virtualenv() + + return False diff --git a/env/lib/python3.8/site-packages/pip/_internal/utils/wheel.py b/env/lib/python3.8/site-packages/pip/_internal/utils/wheel.py new file mode 100644 index 000000000..f85aee8a3 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/vcs/__init__.py b/env/lib/python3.8/site-packages/pip/_internal/vcs/__init__.py new file mode 100644 index 000000000..b6beddbe6 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_internal/vcs/__init__.py @@ -0,0 +1,15 @@ +# Expose a limited set of classes and functions so callers outside of +# the vcs package don't need to import deeper than `pip._internal.vcs`. +# (The test directory may still need to import from a vcs sub-package.) +# Import all vcs modules to register each VCS in the VcsSupport object. +import pip._internal.vcs.bazaar +import pip._internal.vcs.git +import pip._internal.vcs.mercurial +import pip._internal.vcs.subversion # noqa: F401 +from pip._internal.vcs.versioncontrol import ( # noqa: F401 + RemoteNotFoundError, + RemoteNotValidError, + is_url, + make_vcs_requirement_url, + vcs, +) diff --git a/env/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d30e454449e911f3f062f26f7c3bda1dc262399c GIT binary patch literal 513 zcmZWlJx{|h5OtbPq0>&`FJ>4do0e_ySidxU)Y_ZtjpR5T%Sk#3+|4I455L?iWH}$$(?^inz*3tB-Kg>&QR9*L$^>u4A+NIr zg`G*ZfoxmU8Nz$R5hN&ca6%`}PwcGXRg!UK02LF76O)|n8ABU7$DVcV6*u<0D@(wl zLC%D|=$dttZvktrmA&k`tyO4cPz&_GhoOhQhk=KogAamJfA;Xh=vqslB~!H8nYC7N zwTRykAmlew1ok0Kq literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a69d42aee1d69c405f8161a46dc7879dac49f107 GIT binary patch literal 3538 zcmZ`+TW=h<6&}uQXICp(SIe?pW7|4Sx3RP>(yI^@joms45U6P4_F<5AI$CmfC!Wii zoRy-%>ZLM}zNCMkZXrGTpY%8IAuoM0&|hE#b-%;W%4^x>fZRj!@bK`Q?;LV}zqr`4 zP^$m@bo8%9%lbEU=8KEYuTa%r(Qu2i)C%d>PFZG$cIJdm=7uh#F(>shKlHOk*f4!J z4YFp~G_;qtvW0NL(0@(td?|*Z#{ANb$-LlY<+3DR(KtrxvBlTaTUi>JNuQa+#R&q-yC#3#f1;S0SbEk*xDV$8Mk+8;n6r zom1<~I`&F-3eZjMsaHBvcEZjOv{RSc51G8fogq8+^IPb<4{f3J|~ zKP`qsA+?(zR3!zOq=V}Qc*xAK*(AS+@<6*vqyu@C_%^AzM$HzjFvgvU^#*B-#X&#g zM$AjB$aP|F4n)}>MY%YbRw@OCtJb@#){S`LiWPE2&`|2=(hEJJx`iC3_{4N$4 z(_kmk`SNxb!C($3yI}bRY7J3VEuJe}i|x zqasg_^)RP2(y3(<8k=hcUn%HEddP|raafcu7POWZSn!FL?IJ9 z=T+^1D6JFglug+g`^-6J$M!KyOVJFI-sS+nrge;2#H2HD32zx1cx3Br*f92o*;>b;~N-FbAg zZ2Se+Gi=zHflX3`ckOC@mZ3Vupi^IHyPfLFIF=$WF9zgw;tmY7fU0qtlxdO+1qYNe z85>iBrg6OW^O9<3UY0+Vzp@$vBaIF*D@0RjzK5zP+|0AmuD{M5i2y4(?jgOm%pXzg>2+ z7`gSn(Q|eLbESL$A(ypZg@5UlnUqn&Bk^bwr=Qb?#~87?UHo`l zXumuf`+6;(+Gtj{?Z6J2PR`c evYigztD*2q0sMENy%@gO;=Wr~d)m<79LI literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/git.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/git.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..10161eb01107fbbc3c55d6fc0246e741a14b582b GIT binary patch literal 12515 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 F_YeQ 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 SoSL$xvWOUXviNc~{eJ*R$5QzK literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_internal/vcs/bazaar.py b/env/lib/python3.8/site-packages/pip/_internal/vcs/bazaar.py new file mode 100644 index 000000000..c754b7cc5 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_internal/vcs/bazaar.py @@ -0,0 +1,112 @@ +import logging +from typing import List, Optional, Tuple + +from pip._internal.utils.misc import HiddenText, display_path +from pip._internal.utils.subprocess import make_command +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RevOptions, + VersionControl, + vcs, +) + +logger = logging.getLogger(__name__) + + +class Bazaar(VersionControl): + name = "bzr" + dirname = ".bzr" + repo_name = "branch" + schemes = ( + "bzr+http", + "bzr+https", + "bzr+ssh", + "bzr+sftp", + "bzr+ftp", + "bzr+lp", + "bzr+file", + ) + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return ["-r", rev] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Checking out %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + 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/env/lib/python3.8/site-packages/pip/_internal/vcs/git.py b/env/lib/python3.8/site-packages/pip/_internal/vcs/git.py new file mode 100644 index 000000000..0425debb3 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/vcs/mercurial.py b/env/lib/python3.8/site-packages/pip/_internal/vcs/mercurial.py new file mode 100644 index 000000000..c183d41d0 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_internal/vcs/mercurial.py @@ -0,0 +1,163 @@ +import configparser +import logging +import os +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path +from pip._internal.utils.subprocess import make_command +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs.versioncontrol import ( + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +logger = logging.getLogger(__name__) + + +class Mercurial(VersionControl): + name = "hg" + dirname = ".hg" + repo_name = "clone" + schemes = ( + "hg+file", + "hg+http", + "hg+https", + "hg+ssh", + "hg+static-http", + ) + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [f"--rev={rev}"] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Cloning hg %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flags: Tuple[str, ...] = ("--quiet",) + elif verbosity == 1: + flags = () + elif verbosity == 2: + flags = ("--verbose",) + else: + flags = ("--verbose", "--debug") + self.run_command(make_command("clone", "--noupdate", *flags, url, dest)) + self.run_command( + make_command("update", *flags, rev_options.to_args()), + cwd=dest, + ) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + repo_config = os.path.join(dest, self.dirname, "hgrc") + config = configparser.RawConfigParser() + try: + config.read(repo_config) + config.set("paths", "default", url.secret) + with open(repo_config, "w") as config_file: + config.write(config_file) + except (OSError, configparser.NoSectionError) as exc: + logger.warning("Could not switch Mercurial repository to %s: %s", url, exc) + else: + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command(["pull", "-q"], cwd=dest) + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_remote_url(cls, location: str) -> str: + url = cls.run_command( + ["showconfig", "paths.default"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + if cls._is_local_repository(url): + url = path_to_url(url) + return url.strip() + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the repository-local changeset revision number, as an integer. + """ + current_revision = cls.run_command( + ["parents", "--template={rev}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_revision + + @classmethod + def get_requirement_revision(cls, location: str) -> str: + """ + Return the changeset identification hash, as a 40-character + hexadecimal string + """ + current_rev_hash = cls.run_command( + ["parents", "--template={node}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_rev_hash + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + # find the repo root + repo_root = cls.run_command( + ["root"], show_stdout=False, stdout_only=True, cwd=location + ).strip() + if not os.path.isabs(repo_root): + repo_root = os.path.abspath(os.path.join(location, repo_root)) + return find_path_to_project_root_from_repo_root(location, repo_root) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + loc = super().get_repository_root(location) + if loc: + return loc + try: + r = cls.run_command( + ["root"], + cwd=location, + show_stdout=False, + stdout_only=True, + on_returncode="raise", + log_failed_cmd=False, + ) + except BadCommand: + logger.debug( + "could not determine if %s is under hg control " + "because hg is not available", + location, + ) + return None + except InstallationError: + return None + return os.path.normpath(r.rstrip("\r\n")) + + +vcs.register(Mercurial) diff --git a/env/lib/python3.8/site-packages/pip/_internal/vcs/subversion.py b/env/lib/python3.8/site-packages/pip/_internal/vcs/subversion.py new file mode 100644 index 000000000..f359266d9 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/vcs/versioncontrol.py b/env/lib/python3.8/site-packages/pip/_internal/vcs/versioncontrol.py new file mode 100644 index 000000000..a4133165e --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_internal/wheel_builder.py b/env/lib/python3.8/site-packages/pip/_internal/wheel_builder.py new file mode 100644 index 000000000..93f8e1f5b --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_internal/wheel_builder.py @@ -0,0 +1,354 @@ +"""Orchestrator for building wheels from InstallRequirements. +""" + +import logging +import os.path +import re +import shutil +from typing import Iterable, List, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name, canonicalize_version +from pip._vendor.packaging.version import InvalidVersion, Version + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import InvalidWheelFilename, UnsupportedWheel +from pip._internal.metadata import FilesystemWheel, get_wheel_distribution +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.build.wheel import build_wheel_pep517 +from pip._internal.operations.build.wheel_editable import build_wheel_editable +from pip._internal.operations.build.wheel_legacy import build_wheel_legacy +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ensure_dir, hash_file +from pip._internal.utils.setuptools_build import make_setuptools_clean_args +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + +_egg_info_re = re.compile(r"([a-z0-9_.]+)-([a-z0-9_.!+-]+)", re.IGNORECASE) + +BuildResult = Tuple[List[InstallRequirement], List[InstallRequirement]] + + +def _contains_egg_info(s: str) -> bool: + """Determine whether the string looks like an egg_info. + + :param s: The string to parse. E.g. foo-2.1 + """ + return bool(_egg_info_re.search(s)) + + +def _should_build( + req: InstallRequirement, + need_wheel: bool, +) -> bool: + """Return whether an InstallRequirement should be built into a wheel.""" + if req.constraint: + # never build requirements that are merely constraints + return False + if req.is_wheel: + if need_wheel: + logger.info( + "Skipping %s, due to already being wheel.", + req.name, + ) + return False + + if need_wheel: + # i.e. pip wheel, not pip install + return True + + # From this point, this concerns the pip install command only + # (need_wheel=False). + + if not req.source_dir: + return False + + if req.editable: + # we only build PEP 660 editable requirements + return req.supports_pyproject_editable + + return True + + +def should_build_for_wheel_command( + req: InstallRequirement, +) -> bool: + return _should_build(req, need_wheel=True) + + +def should_build_for_install_command( + req: InstallRequirement, +) -> bool: + return _should_build(req, need_wheel=False) + + +def _should_cache( + req: InstallRequirement, +) -> Optional[bool]: + """ + Return whether a built InstallRequirement can be stored in the persistent + wheel cache, assuming the wheel cache is available, and _should_build() + has determined a wheel needs to be built. + """ + if req.editable or not req.source_dir: + # never cache editable requirements + return False + + if req.link and req.link.is_vcs: + # VCS checkout. Do not cache + # unless it points to an immutable commit hash. + assert not req.editable + assert req.source_dir + vcs_backend = vcs.get_backend_for_scheme(req.link.scheme) + assert vcs_backend + if vcs_backend.is_immutable_rev_checkout(req.link.url, req.source_dir): + return True + return False + + assert req.link + base, ext = req.link.splitext() + if _contains_egg_info(base): + return True + + # Otherwise, do not cache. + return False + + +def _get_cache_dir( + req: InstallRequirement, + wheel_cache: WheelCache, +) -> str: + """Return the persistent or temporary cache directory where the built + wheel need to be stored. + """ + cache_available = bool(wheel_cache.cache_dir) + assert req.link + if cache_available and _should_cache(req): + cache_dir = wheel_cache.get_path_for_link(req.link) + else: + cache_dir = wheel_cache.get_ephem_path_for_link(req.link) + return cache_dir + + +def _verify_one(req: InstallRequirement, wheel_path: str) -> None: + canonical_name = canonicalize_name(req.name or "") + w = Wheel(os.path.basename(wheel_path)) + if canonicalize_name(w.name) != canonical_name: + raise InvalidWheelFilename( + f"Wheel has unexpected file name: expected {canonical_name!r}, " + f"got {w.name!r}", + ) + dist = get_wheel_distribution(FilesystemWheel(wheel_path), canonical_name) + dist_verstr = str(dist.version) + if canonicalize_version(dist_verstr) != canonicalize_version(w.version): + raise InvalidWheelFilename( + f"Wheel has unexpected file name: expected {dist_verstr!r}, " + f"got {w.version!r}", + ) + metadata_version_value = dist.metadata_version + if metadata_version_value is None: + raise UnsupportedWheel("Missing Metadata-Version") + try: + metadata_version = Version(metadata_version_value) + except InvalidVersion: + msg = f"Invalid Metadata-Version: {metadata_version_value}" + raise UnsupportedWheel(msg) + if metadata_version >= Version("1.2") and not isinstance(dist.version, Version): + raise UnsupportedWheel( + f"Metadata 1.2 mandates PEP 440 version, but {dist_verstr!r} is not" + ) + + +def _build_one( + req: InstallRequirement, + output_dir: str, + verify: bool, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + """Build one wheel. + + :return: The filename of the built wheel, or None if the build failed. + """ + artifact = "editable" if editable else "wheel" + try: + ensure_dir(output_dir) + except OSError as e: + logger.warning( + "Building %s for %s failed: %s", + artifact, + req.name, + e, + ) + return None + + # Install build deps into temporary directory (PEP 518) + with req.build_env: + wheel_path = _build_one_inside_env( + req, output_dir, build_options, global_options, editable + ) + if wheel_path and verify: + try: + _verify_one(req, wheel_path) + except (InvalidWheelFilename, UnsupportedWheel) as e: + logger.warning("Built %s for %s is invalid: %s", artifact, req.name, e) + return None + return wheel_path + + +def _build_one_inside_env( + req: InstallRequirement, + output_dir: str, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + with TempDirectory(kind="wheel") as temp_dir: + assert req.name + if req.use_pep517: + assert req.metadata_directory + assert req.pep517_backend + if global_options: + logger.warning( + "Ignoring --global-option when building %s using PEP 517", req.name + ) + if build_options: + logger.warning( + "Ignoring --build-option when building %s using PEP 517", req.name + ) + if editable: + wheel_path = build_wheel_editable( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_pep517( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_legacy( + name=req.name, + setup_py_path=req.setup_py_path, + source_dir=req.unpacked_source_directory, + global_options=global_options, + build_options=build_options, + tempd=temp_dir.path, + ) + + if wheel_path is not None: + wheel_name = os.path.basename(wheel_path) + dest_path = os.path.join(output_dir, wheel_name) + try: + wheel_hash, length = hash_file(wheel_path) + shutil.move(wheel_path, dest_path) + logger.info( + "Created wheel for %s: filename=%s size=%d sha256=%s", + req.name, + wheel_name, + length, + wheel_hash.hexdigest(), + ) + logger.info("Stored in directory: %s", output_dir) + return dest_path + except Exception as e: + logger.warning( + "Building wheel for %s failed: %s", + req.name, + e, + ) + # Ignore return, we can't do anything else useful. + if not req.use_pep517: + _clean_one_legacy(req, global_options) + return None + + +def _clean_one_legacy(req: InstallRequirement, global_options: List[str]) -> bool: + clean_args = make_setuptools_clean_args( + req.setup_py_path, + global_options=global_options, + ) + + logger.info("Running setup.py clean for %s", req.name) + try: + call_subprocess( + clean_args, command_desc="python setup.py clean", cwd=req.source_dir + ) + return True + except Exception: + logger.error("Failed cleaning build dir for %s", req.name) + return False + + +def build( + requirements: Iterable[InstallRequirement], + wheel_cache: WheelCache, + verify: bool, + build_options: List[str], + global_options: List[str], +) -> BuildResult: + """Build wheels. + + :return: The list of InstallRequirement that succeeded to build and + the list of InstallRequirement that failed to build. + """ + if not requirements: + return [], [] + + # Build the wheels. + logger.info( + "Building wheels for collected packages: %s", + ", ".join(req.name for req in requirements), # type: ignore + ) + + with indent_log(): + build_successes, build_failures = [], [] + for req in requirements: + assert req.name + cache_dir = _get_cache_dir(req, wheel_cache) + wheel_file = _build_one( + req, + cache_dir, + verify, + build_options, + global_options, + req.editable and req.permit_editable_wheels, + ) + if wheel_file: + # Record the download origin in the cache + if req.download_info is not None: + # download_info is guaranteed to be set because when we build an + # InstallRequirement it has been through the preparer before, but + # let's be cautious. + wheel_cache.record_download_origin(cache_dir, req.download_info) + # Update the link for this. + req.link = Link(path_to_url(wheel_file)) + req.local_file_path = req.link.file_path + assert req.link.is_wheel + build_successes.append(req) + else: + build_failures.append(req) + + # notify success/failure + if build_successes: + logger.info( + "Successfully built %s", + " ".join([req.name for req in build_successes]), # type: ignore + ) + if build_failures: + logger.info( + "Failed to build %s", + " ".join([req.name for req in build_failures]), # type: ignore + ) + # Return a list of requirements that failed to build + return build_successes, build_failures diff --git a/env/lib/python3.8/site-packages/pip/_vendor/__init__.py b/env/lib/python3.8/site-packages/pip/_vendor/__init__.py new file mode 100644 index 000000000..561089ccc --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f6a09d3e2265aebb7db60c9ae84dce0a783f9f2c GIT binary patch literal 3051 zcmbW3-EZ7P5WxL)zB}hGNoo3#LW}#|w8Ymow3HGGf~2BS)dx^jIFKx#cXQ`t&uezq zq30$NQs5DZKOuSKU$S`PsS`2jEmQYxW_Rt1PPbOk?YhM2)@g0MvD>U#k528G zduF#qYQ+7?=(cJ7S4#xc-nA?FG;NXkp0#IEcfE1O&@Hiv{j;@f&^Br8n5JeE=^>|( zEo2)xjhsQwB2OUSLY_p*{{1ExDqPsprKH4zAj~Bo< z%P9L8`AC!4Ul|LZ6u)~}k_F)=O$ir%BK{58Rcex6AsXfzDG*ZQn1nB`2=lbq#> zhRHDFLOpvNn_7fF2iSo7bGYRuG{oFBl(}W>S=(lDR#{tyvUd#S>=?u%_AicUyfD%^ z$56EmPdqRUeSKr355G2)yI$Wi=EpRbjV*JxK^#)sv%a&ot!-O1D-CPj*s}L^cWm&6 z0p4(*74=uQw}V%AwuN3Fth~lxqgiPNud4yCbiqHvNR^E+Ors$U!_o`!tDs-+Gv14s zEM3N9&8a8V2d@gjMQO{CEbBu~a_~dx3YoD)m32u~q?A~2N^dOFhRgOi2q>xMDV<&< zY3U4TM1C{G9IWoIZ#x6&P=~}bqtSL^zSW&wf z{4ii;D~{p;h0sxgv$7sjp^~+vtdm44n7(v%NAR*ao)`kNIC0PoFn)@;e}-g6W3T{$ zRkpK@ekiEqxrkxkS{aL!_5w*j*vJI$gHU#7vJv#xX{^El=Nljr^!uDjC5w~$y@0-q zX{L0n7AFn{_cx=M|JP8E3kK_7Dy|(V3c{E(2GdqnuN+M3+?hh!(5=>$O0q3r2^Kzat$p#nlOB zz-PlKg_9~KMFJX_w25#;GKhLwTsV5RTqUenm@E$tMe&3)p-lz*%esDy$%C~`2skvT z#HhG@j5+P8Nv^LUqSsYrpH}K>9hxld%=2b zL+*V&1x;B~e8`fnr$i2^PH{oYIwq}!*|HvngvaA5wU(<~K*bX9U)3lbU8>4Dmq8Y( zL1}R*T6(;>vijNcXDd%vS4yXn)S-BfJCJaz(gd|{4gN}i)#i&YR#%^fD^I?xszK?j z^CT@>n9re{K%UmM>QHk^PtsT(SGq^Ks>&asaq2CrVZv2&+&Q;#&b6=D)w3S^uh-bp K8@|=5^!^6e$htlN literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d4dbf10f0103b85f67d7b246abfddda3004c54a9 GIT binary patch literal 102069 zcmeFa37i~Peec`b%=9c8$&xI~3#O5cH6x_4@dgpL(Pr7k_SmsxmNKH%nyQgzG}Aq< z?y;<4LjKnP1%ZWc&L(pgCeTew+nmYe4r@caJ$r?&2y z5r&ZWKKH#lQk||kb?U7D^FROX{LkI1Rt@C%TlnU+Mm;HW!z#sI7{8j$2zuI5ppX0Cf*ZJ%HbNvnedHzQKeE$OfLjNNFN&dzDll_YS z6n~R{iGQj8RR1!6vp?dG`dj>``CI*M{+NHce}(^a|4RQV|7!ml|62bU{xkg_@VEQV z@~`u+_iyl@?eFk+`n&wy{vQ8Ef3JU&f3ts!{~Z5T|2F@2f84*rztjIg|1N)@zu&*x zf3E*L|M~t4e9ynff1!WCf01AH5BfF#kU!!3e&A2~hy5e|lt1ks^=JH9zkYbu8}b|8 zs$ke#9rR7F@#l{Ac<0=d^Y8V;2XcORs^F~+)}G3F>+EgwXwR$jVd%H~`3G{|`ufEd zd!NNV=pTz>%l`fDE*O|T*E=^DIK9C?ekSjoXLk$SZM3@=b9X*zHu#Hv!$0v*!Mnho zUc%E4@pPf(e$sOP24nHknSt4hyo>U=`X*}lGXE4cJQWO|Dtb@i`2oMcb0K(=|HBUz zy^F}{V(((&U+%wx_*d}!Wb%FRp^{hO{wdy5lH3d7E@C!$o9bo%NBnKHY?J?^{#E>5 zVrhPi8Wh4w(p>6YTHoXUxc?CEp6b8Se-*!%QO2wNpP-DNAjRgWj1gjACe@CNS&YcWvp>S8$U=lnO(=g;<@J-fr(F}u^- zIlIf-MgPCrf3yDd_Mp@&1M03keT+2MAx}y@;^tRS6Gzs%6cq5gzgm z)n6BQl=or(63V+Ixa(Ar8obcre$9UhaZicj4p`i;`xW9UQQV6x?l=4=6ZhmOu4-`~ z@i!5-DT+I2aUb5x;(yb>l=w?C@rV46`M*WGCj5_kAR}7zNopH- z0pX;l`E}SkTtDf5BIr4Ngr})9`RVDSz1~s(lm4gpZiW{9w*P5z{j|;c$zb^OY%mF) z{mfMEOv$SU6aHuY&#AYAb-+x+|G59(9xnL5<3H&EwLh@=_G#u@Z>YI28B9(Vyhgp3 z-@MoGf7ic;QVv_H&6dg|)tooSi2RlIH zl|aY6mhP#R?q^8X^qPb%uT{U4HvEDAhqU1jiHWgAi`XyvPbHRbNGnX7_fP+D;ryI0 zoZB0IgVgihJmG!bef61zHGa9#J`;O%=>MBjNkjLEzhPcec?2@zSw(leXOH~!vB5Y zj|Ub1PyJ^btiQNE#M86=KLgtpycb&zHOt{$JYL5UAiuOIRM#s639*&j_) zhTrDRk9j{v_@MV-ebLuevYrd?eDT&Usczt`ZzNx_drfzlJl#BSNpq&$y?s9x=C*fTt!P)B>$g? zTJ~fsx0iAU!cD}##(PbDICwH?OMb7F@)}DqU@2I~reEv5HcHXs4_J!VT8cfELip)* z-s_?iz5X6c@j6R!lcjhiDPHfrp70Ic8|p`vv~eK(Xi%a2KK~~B_VxBu_HVYQH`K4S z*7TEt(iJAH{>k7c{hNpxv{t{Kr<-{ivZps#4TO^h!vV^EqxZ)8ZA;1?49BdrRsLQp z?TvLP6!IA6T5YARPD*=I@FssR@oOyqH*$B5_h!pc>(F4hNGWge-a`CZu64}FhwHzz zOo@MOC9EgSxmLotNePeGn+?1<&)#UIk8$Bo1&3fRoA-}u~h^>1cXYKn8sYf5~37!-E8<>7OX?~7NbmB$lYmImZX}0KTlC?&cp7pCZ zy${YioDa^6-aPH$KHhKjM<3|*e%9*v1JrR<_%c#H>OEQ)<*88>1>2D`abv6m?+p0I zy=%ke{twWGN6BZ<-(vZECK#OldGF`zlzdwGTmi-VF6-f^`&;ODQh7gbf+MaUWyBXi%=0(A~gMsS1gXa)?&BIE4E!Q(B`8~mDqhD7+p%#x6 zykE$qc_wL8yZ5Rz?zgMFaDlt$aXm{hl=q9lFOv5!);IEe9ha!K_gSg03Esz>_u2S} ziX0Br_wV=KUl*P5e6Aa~o=qOVMEoy%9|&&ec?Z`{u3bk&ul$O&d^gYF8ilsLebA_$ z55i$Os^?dEb0Zh?+WSy25q!u|Kg8VRU-*D%@AuONXm9^q+ORqlH<6qEu=nBmm6rd_ znw|c+L2mljfZh)WA3pu-!Ec<&LqX{7Bgx%I?e1wozkh}0b6?Ou{hQuz*3~<=_*YQ+ zZ(3``udNPWN2@;OeXPF5%6Ja_o%5f;=zYvaZ-?dZLDKw|_gnRg$l+G5+sNbNmi~5s z2kA-W{g$P_+S30$=|ACpg7A~xC!s-xZM?>9KHTA7&1ikXXzx!2zin{r-rVUwoj0Gf ze4a)=Yv_T2=}&u~j_US<{?jOnH{Pd#24Ua31P|V4g3tK*qh-=RyfEZTvhZ2&vrt+a zB1&sb2rZ?5P)(bjpX1xl^6ftR_H)7K__kl)Qlrl?1}-hyb_xWM1{exL9i-a80C?|q)|3*Hw9|G@hL!awvxH-5_d6yXcJ7Z85Y`y$~V zd4ELs$KD?k{)zV|gl(@)_@~~V68@R@XM}(5{W;-Zc)}=u>HQ_)UwMB;_$BX4gn#Y* zHQ_DZErfsL{SD!ly)P5~t@pQtU-7;|_*L(#gkST%M)-Emu!$#p@^$a)gx~PKLHKvx z-w}S(`=+1Ymm7IOK9~Et1UBRC;?DZ%>@(fRmttn@Nl!eI(fYHSWOY7eZkCRyR`rKT+r@Q zs3L}l3%A%vK}JKI(1%?nc;{Z%x&M z_OK;44fIf*IcQXv%u-Cb1Br;FfIsAtlKzN}aq$^m;HP92`Ax7VikwVCRnT9bCJSKM6KXf-ApGu7E(_D~Qu+rx@g zwW>#^>aAwGmu4B5O*NCm?I9kN#`o3XeG#;^`^JM~>f?4fZi~AMr+nh>jEZUxhV%i| zu*Ua=jO5g8&^{-+sZJaTCXO0dmG%P_Z5y_oGgCE2O1ayu6=QF1ny-a^yH^pnD8&oz zys^6b<{Nk4ddv7t?VfS#?(%r!uAns^*4yQ~f|`FveTEry7oal*Y_tc*8?E#Kh@jIa zTKj@lyO*iP9BP+$(YN98TkZfRYcn%exq;n{nVDdsHPxsK!s{(ym60tu7~I+ z!DPFCZ`fD}>dLP_h5SCdotkKuZ>}|uSdInq?`IOtHlI5c9BY?tK4}8EJI$=}t-*2k zwshN6ldflW%xQ`bMmP3l&+WC=#F6&!?ejK0<20+I=Y5(p^@*T8kVH_m@kTU>+T}au z)GF{u-<`D<)2!YexJ&)moU+;^-xt-Uo_$jbbYic@iU#z!iPv*?T^%#<+}g~15Y>31 zMvYh18xFi|nA_)dJXZZ+qG32>|7hv!MbO>XR}q9Dzg)X?C}37_*YQ{2X$MzxJwcF@ zklHK2)*!@0P+i=Y8!ff_tNQ|gtRBovD5v;O_quj-HA@7-w4;Ubg@NmuQTiJm%{`iL zmzp5Out^FF9`i3h(wGe{_iOdb=Z?3IH0s;tuG%&k2En1JV4HyFXb@f=)bG1|X6jIs z;;OM{Ufu*LZxiYS%QY{bo0_}4dS6iY8{y^51O~B64+ixn{ni|t13;_QkSSlSzDD&^ zJ9GJkwMkRP;@9JkmXx**)~iy$O%S^-o(8-lw>b;3v4O zj52a*?jJ3L4Sv2Zt-+E`>mkxQZ38#0++wbkpDwhD(OQPK6-6@w6{Gl)tss~ zTQvb&uWMv`RW*WqH>GD=8?wyj9&$FX%1E=!^UiN zPODr1yf)uVy_#i$T)vPm+z!4E4)K*V*d3VkbAGofF6O3-L%F!rQdg;rc9XSy zsy4G?sc%b5ZRhv53%7DTcR%YoJvN$e_fItLtA$fFR;;q3>Hsa#tK41mYBU0YLGl{S zhXTL}u8u#oK!42u-IR%x`nyw2HPgk z8%Xd0)w!1-moM{g;exn@%+szcm%u^X?&bzQkJ>yWWYo&j-ohCmL1^jRWm`L1w8n(5 z=UX?&Te^Fb0)t1Zq9*@`xsocD@(br=s^~DyXm5C2-z_M3u>v*Ca%JASmQMsTGoYRn z)U6~d%guSZm_&>3C0F0(ciX;fMTjynSh|<3l=d46I#=bFPj+BYaSx9(rQ$W z)R5D$=vP23M;d;!BVVHLvlXtA`2x6$N4!~SOse$sBWR7F(mGOWS)Q#UQ&#su81S1kO70mgbCR89k!fKEq{cIIwMO_-g5_rCba9c{znK52!eZf-(JZ~7b56RxX-$cejb>u_ zIRVOp?2G!kBCQIO1+53$N;8&l9 zZ&9!uBx^=~lq-VdQdvk70B}_K5{Opv9ZG%{B4k7L#$yVNX;r*n`^oZqWS^YFG zKF<{s33{eeda7Zg(OS|7EwR=JtqThSYDQJ+m5n8ETB|TwIEpYiVf#_7EE{Z~8RT#HQaDPqQ;r4+ft+0(HsqBKk+TIbbcRP$hTN3RDlPD4D!H9^= z(aN?PD&ssY{ajg$jirc0&#t(A^M^)M-_kxujz2UIn}l8%(Am05|?HpWhjyfm(MUFj>_D|6#Gjq zLm0UYh5SH%ZK*fEWKI_2IVr@_%AICTijH!WZ6Q2KY&b*!N-2qD$e;nk09WzuajpoN zKzE2k2u~1vU5KlrKoypd)X(JMaP9;J?#Ugv>_h=lw*YBV2rpgCpJt($E=qoPZ<(jk zBGwtYZ}luf@gj*U@VXm@jThs}3AgFYGleTDzwu(H8?Wkml9ywfkl}KiAb& z?enTpO{z2Sdccs=>jZ~?E?;HoNs-2@6sVtGL;RpFup&fs! z%?>WBNlLE89JbV=n1YF}?+xEWx(^%);aOkbIN$&;}YYE7F z-&s9BLr0>@Ws^%Hle1`E91 z>?^fPN00)w`=R&{6?HUcxrJR2st>BwC#ilKAy)S%txzwQavbipi@5(aJ_|phAf+49 z6<=d{ZVVpqG<|M#iS78)=h$W)QC;A6$ zQ-mVx02;L?0h$dwIQn5RUxH4kik2t{^5KcXYk3PMdOJVul1RJojA9(q7JiKTOxuLU z)OAz!saCc6l(=oVd~bf?+-#+cXH%MvYKh2{P+>P$^KAqPEU#J2Pv%c(Xa&c42geSk z7ly!O1!9YkKkFfXdLexxYY{Xa`=6g{^(_Jpgrqu}3*QK)1Pe0ZFFnz-*uxy?4PUfa zI$d7u@$=_{vh%sc;_3dy9>bF_S}caIZVf00*yH?S$;uyG6q=A2hAyI+xzQmfLwFze zhHu)X8RUm<(tJpfqQKk5nV=s2qV9UbU=|`t0(*(A!LDu<5>PPDHNnF76L`ZQ6^Bmd zYExm;TNTYQFrFTVMa*Y#W=YZALo!&cB6S8G%~q>V)u;%Ra!k11LKy^E$Pa-idy8wB zfa0x(c^=A_3kw^&#w^JM*;5y+gCkmD_;FSHvkI02_>c0U5(5RrltRVSeiU%5to*mr zk)g)YJyBXUp$(SF)-n?9fh05xnsW{KT-Gqd-7ur9Y0-VOw9Fi@NRZ8Ykl|S~hF~UJ zsGs|g$NTB3cs7D|nF=Bv+8(d4_gsCTa((6Mlmc5O{eB8Hjy)nR;nmT}NGj-y$bu8z zOqQEPwskZ~jDF*+4I*RLEms>657B3M-9=`|!euHIVW4{;9}i^sf-IF!y}OCYv(?60 zXCoDaQZ3v>(s*JdOPB3ja63Q%aRmH*5ZohTa(WmG3eQD3|Go|b#PhV z`Qt-U8rs)(xBa{P9JJK^aZ*p~$~x+Wq&q7kQ)9uH`Xe|zKT``UCD7r>drdk~>xBEyhX0^RG`3haqVXgSbQ{k>YnP~XZ6b(-_U_3#}GssWtjqp*> zNPBhqu|GdMdwjIeE~$v{oxIJgpdzb6@pzsVPtm!#i&?dcg>Mh%dmryDvUYcJqo9_Q zF5bgK7Gr^>Af%4=g%=!##uG_34cT)-zpwNDiN!?m2^@vT)YIwNA-vl2yYm zbZgRUhGn*>{#y{%3P(k1(6R8pQ3WW5-{Hsg&hP5ZRq6wY(1-(%7+hw$D zRjI$bJ7OzuU#5;2<|bDhGQMHJ!U@G>|Ae}Ca~V%4mi$aEA88>MF5NAw0BcLy25_Me zWjvN+<50S)Y`e#72r_j^>3E6Y9#Vx=TCMpSA zkCaXnlisbs@f3aIcqAb>m2X}_?}{_p(ds$fD{cq5QIS3#hL6fkBT0gr;@SGOcii!Z zJ*J2Y|C&<5zftfdg3fpuK5=KBsFdz~b&4SxblE@-AN`=VR-wUaf3ZN6?7 zK@;98ll29DRmq!O&>wz{bRSOp4CGK4$gjz-DJ)c0=(D8Y4pvliKr(i9W%J(&x>->_ z|095=X)L>$oN1c!qa8PE>PU+D? zyD)Zz$=f8!m~9?*LvFaP|2oy>{<-jm&uGjwXeIPJ3s{yRs>q}*m+LGjS4YotjXOUEA4MID(%v24GY2IWN_@U)hH7Wqsf$7Q6kgF`kxi? zAC<=jA*k<{6q;3Xw49L-*xdLOm333)bGmySfy@Txj#q`}BN>|s8@&O?(NtkT!T(W~ zt{eVA->NT+>;8m#VJlBLpuQJwenX-3c%d-#?Lu+Gw+cNM!P6^#qlLrp{UeW;dRCkn zNpCTQy98T8O*YqTT7&9ZbJYo$hrluaE2{mp9Q=YRDKSquzhSUEP|BN_8v_X8z^@Bt zz{l_6$0FJrVtX-}fFVDQjTkSCNM0@sJR5OVIL~bcTnk$2_WE4knbTLTDemu zrk}=&%Fk=2BZj&e+N&^K@C%^ZOYdFJ%m$-Ou|2!}@I+Jg1 zUo0W!>I=6c(C=F$23hs?d)F_DO6wW_`s4iFppFdpDcDW`t%+P3Uc)#NN#1*^^a`|W zDCv~cwzFY_HrPOmP!sVg@{71Xb{X9G{N1jlV zhL#N5%d{Xv++9ezy-w1ouI}xnzK*m7K-WUenNW(m;e5CXi0SB8o(((i=C^q*!NP`E z-!ffbA%j*qQ+OWKE#g3k1=EIJ5%b_$vYzi2uHv}0S52M8umNJL7dh7PCIC$hCuQw~ z$hdlVrf~>l(Jm6{D0gReXA(QGQV*7+ts~v7>@z?K!nJCd;9a&-8)%VszQwju;T-Wx z+NQCywrS-T?aoHf{80&a3k!d{({Y=TX@Lo5oKnyPBn}NlBo2}QA9zP9AcM7x-GMkK zhTlFmIY6T^11fjPOaRS93k#1$^Am<0?w;?%*;DA=l&6`EYFu z0#oZ@Bn@Av#5T6rx+FGG9rhN*@K?wN5q!p+*O2?8MJLpKE3d=T3c4Bq4cRcs`BPO{ zt!0wXhEhOuRF~(JdDy^%s%sjbw7N*9M~k)pMbf)!Q)p!Ovz{8XR;DH^2U)TXCM%p& zf07kWz)SN^EAPQ{XzP`Onc?Nbt(EKI;kse;U`7UrEM>OA;)xMz(A)|ag(Qyu*a1vU zPO$<;`fsSz7+P#-s@0Um-Yvsqaps6pYKNJSNHW7OB<9Gz%39;?8iY zG2g5NvSdT7+d4u6k2H?SyeTb^oQ`4eCkhD-(>!uG6HjhYnOmZ7XVsR&ra?#kLla0W zepB-!srfOJi-y5Wa3A??tzfT9jB=Bp&MjStrMB55pTs)J)ho(7?aqZw9Ua8rRi2)Z zYc)3=$Kko9ur;W4a0-=0(r)OyC_|G0+wmA`xvV~YG=bQmfkG$|{{(q<{ArTy;A-w7 z$TF3%kC+k1N>12H>9HJJ8L^aJUr_c3(RSg<0&Q2nKMZuQ#$GO-jJL~f$R-SV>rZT? zu3Nd9FDFf)O(&oYqbx*p&>HHDV-^A|7g>$AB+9kCR>qcR^CrVK|+S}Z^ z2#?$9lbUF{|1iX>;!q5sTIF}pFD~}HrQm4od$+cRrdLf5JGN=DILXRwwpyieTa3eR zQKf}z;_4eN0dWFd{tvE#U1n z)jRLHWB(o1owwa~$MbHxW#9gAEra4@FIOw6$j$J4;@W*XckNaOn!y(9UuhPrFvp|! zXgOywl(9k+yXwH+BSq9UP-7ozQyf-pG1yeM=@7 zK;Riu$0wD3d8>2^;Iw8G)r{sYXOcnFdVTmfabeSa;mZljr~Ad6w+0Y|ygW&T5^}l^ zeyaop~3*uqV(-T2_-8N zrSN#Em#5+|lSDQvP>GM1O4t&{ofS=#uEumgpQcM<6DT8%vqN8Vtc8v$g^LUn-rVX1 zE^lu2IT*~Q3q4t(2p-`__MRv#tZDV19x%}m5(xBN7eH?hqJDp6Ol!lJyvsRjSSm*Ard zNSDx;7uKRnFBO&!T3k>BfgOWJ?uO@f^J~Qj&&7kHJ)PkO8L2ar#iQlMW!UwUrnwUv zfF!dggWP_N99&Zb*}%4SWqY3fj}vft%^Xl=>Xt zA!fW{Q=5V#C1myTXx`PMYpu|$M^pv1AG4Yz*fqAN8R!-}JWP6r$Tg`PNT@;WqD=mj zZ>G6cs#t^YDI~s51&W<2_m$U_d&(D-E9F6Z(=jB%;6nU1BtOm#&~6fWagItTwguHQv4utEECT7?1%2VMKP?%fFPhS)LQ9u6KZzHhob-H)N( zCUStv2sc4dz;VcS_uh^7ZgSu6^<=uLE6pq7);St_^Z^_Eo!oXbBIoaU3)Mi z2yqZ|kCKWCh`4vdV{RhY(mtdNy2flPai`UVm-1b%;9y^}RoRM^ibI7VP+D)a()SV{ z>Wc{_&i-kU)L-)of|v@#ixS8PsxOa+vjX1DieA|StFmgs%bBSY281FUh^uP*_jW*~ z@)ZhP&DDGnfdnnnsO4oOj}8D)X)G3KUfC)+dXv~5C$xof==CK&mHKO!B;3_9Prac> z*xwqM?q@D~Ef(Bre=PAfWYtj#fwL;2`b9fU4h%b+!lPxgCrm}1aI#vcn5loyPdk68 zyTkv9=#Q(z)hrWgZi|-#XeOgS;`IO)YN_VB842NeT13V#Tv24 z8mWfa=vfwSy4j*CPSlZ1Zz5AyVVhq+z>ANluEWIV^24CU4MhZv#kFkHS-IB0uSuI0 zl-r9HoK#?Co#9TEg4t^!t#XyJl|hBAystnX|Ej7Y)FfM`lKvGs#z{S@Jy*NAnljjO z3^da8Lbx#{E1Q=IP>_#DRK4Wx)gDRJTe!?=?r1S{{hp&e;d@#GrvS04=&>R2!Hcj8 zS>IZvoZvfp~BF5FIsJ}_%c#mlkYHaJTVpeYtyvy_F8zfQcEbVh+s42YebhN?=mdyzIo&? zM&y7RVm*0E(sj#uI%%+hO7ypkU;$g+8L|2>wKXH{(n7S?I^|4l2ZD)fOiyf<5!;Y9 z$!ZD(;XDRB*z`t>y6quqB8-wbM#f+XBYt-AOidhR_f8#KbJ?+EaGiv{m8P0Xf7~J? zVTjXAFNm>^_ZW0-GFVE~CaqTE9a+44rqNWEBQbz?889fNEF30C7wtW8rYjwJ(Jfg2 z(Zw;HFoNlPePr|HO>KacfzM_vPvWvhQ`?8<)xtWWlI>2Uacl|!os(-AjV_r2o7vfA zJ7HoSJ%`bD?0BD5D!I_UB~nb$y-0s5&8fr4{SaU@pOVzo(Pj%fmUc}HKvr%B0y@WD zA|bJ_C}7>bS1rZH2ahjo-CLub1~$HSmjVcgQjV}245>$wjpGk03+w1Cz^j967+s^C zurWS#Xk?!XFnZB=UBew(5N*v5SA#{`Lx7fc1A`oq4t+>3nU`)EZI@#)f4l$2`zH|a zlF-S#9Svy|Y;I`RgGa*-Y>_h8*8o--GRQ zf#sl~T3k;pCiF%2PiSigSI1UR?doIAGzEOX%88Ujt0wHDS9aFG;U#>tFtW2=fzfwd zmu3z^FWZG5ccfMbWc_0ftzW4Ma3z1b*R`9=mLx5MrnGY(w21Fo!lYBMJkKxk4V?hp zu&^%n{cuaYW$PGajxW_Ool$mJ%|$Yb;kdSL)Wd7^W{-lDOtCv#j@01wD$|rq1>yfv zenRDE|GwAmdCp@09*rE7(5FedC)lff(Fftp zEA^{de%XInzdl+0`UIfVOe(*>y(&^tCY#mj)tNp`pmdks(W6nCC)l4omOOmUO1-J} zUjD>;^HP$>?1xZj00R=he1JYBiWd6pi+0=ybAKO^BE2Iz2S~ndx!$=&?+h_onsM~A zT{Lon6>a)DRCwD;-J;4rQ{{-KEhC`#J|e=4$#S8ZPzc|74uiz2RjDyV??9?WZV*Jb zO<_LagbhZ5q?F?KvFBNitOhq_`aM~Wb{-N;+WRL4k>M)^7q_p}@#>r%8F(x%+x3z* z?BFt+jVwIIOFGUxrTi%2999;0=o(Oe$bP&(6bLWWzKib1MHCy;zPACOnFyWQeQcFD z%vgn25z!$x(ekcDySbL353uO49WCRX{iWqvTwYYQyD}q_;0tr~#Mne>#^Ic;HcNy< zXUHt288WlOM(U2vl2d9y{dnt=kx~)ypV~$O$J?*rCiTA|?w-*oj&~4CN-XkX9amE} zcTRs{DyTi&L$RTN+T*kqtH^)EJHm!wxJxWXgd_5{A#>oz>RS0Y~x zl|~en1n3U)Y}Cu)`8ix>1=VAr_G^aWT|`33e}Pn98GVs6)Rm?UvEg8*csGA-oO`BF z=7!H#SF00q7$;%S`0d^jd;YjvxP&T8ZJG$}jbTe98}_wpOCfw7<%iE#U<3JF-B}^) zm&@dNDpLcJ%MT5PFCg*WcCRybSTb%J>P?9^FKU&RdDFw2#a2)E8|7#O_9v(WVz0~j37@K9 zOuffQqTgd-HU!7+TY%wm&I37 z?*8_0b-yaK2RkGwLH6&(9I&T_71K<+*BEPm!p4;%G;r&=`nXhN^DD%dK6lfJUIwz4 zEr7T>3`>i>Xm*RbL;hmc9rt1*r0P6i>1D;qK$3W1cjA`GD^tTV7>91el zmo4VK#FUX1_XAe_^%7~ZqQD4DzFP2ZQSzLYk9KR2DSTOr&^yU$ysG&#d=xg0rUVR0~ty=bw-p$Gdj=?2ob zt&LWPLim!!Rj1E)`7914->xS%%AMHg{i_T278Ze->IJO}7Y9xWf-d52(C(hZ-H_c~ z%-t%xd$PgP1{{JGnqOQjk-oCnL->@%VZu!hYW+E{b_+9ax3=jA74+#wMB#LUX%k7S zoS}6_{3Y>}iQytaiYPMH55zD?Ug~BrWYbQhS}a%z{8VP7?~$M_P3#0&&ijnqKk)sr z+VO-=v2x=%P0r3sWaO&{4{sG5UAAiX%b0dnUP@$#c8FR4b_Ob6SZtYw^XTevwg?&>hdID|b$rIzU#6PBqsC+tki zktE&qd&lx33?*!(C98P>L2M4q5`lTcscv&<7T6oKu$?5Sv+a0>9&N?5Kr3D-MZp;m zo-J^uC>ZTTn$S*WVzHc(z_O9d987Dw84@jkG)(eu7cC_0VKPPg!n2cRj%*&sE@bo8 z%8MtjKn!`s*2?75`F;9UZO}V0`YgAbu$8emQipZ)i14(8H0!ubvoxhXxriC7MHXKS zsBj7o=D@IMP97@0ws5bsV0rY4+6hJfoaDpsn+g^P9>qqUpLV|9F0|$lrv0Oy`mjyb zOvsQT1J@}+Ecy)}QrC$)>Mis>j_LT8@7Q_Cr%RfmrN^2g>ff5OA#DooKxoRDf@_4U z%-@kN^fjpepu2QXr-=JVXU)c?#ffFO)uXtngw`Xf5&4qLM1cn|dz(2PM`4FC>pWG) zG0=#ZLWi}g_Jots!Zp!`k_s7Dx?WcAr1hoWQ+ksA&-XhT^AncT~ZQ zf>{L(0*`$_juc^d>O_pLcUtdv>8qy_(Js`RVO8l5Di|d2hT^S7!WH3=qE=%M7*97@ zt$V9FM%!D}G17XQ8D(!MJHpNPeco_}hy*Mg zcpg?04Do1KUMCnm%}uV1HGh5pjUS|8X#+%|oD1l3ept$dVea&A2sLrJhs{h-{@T!_ ze<<`R=gzgXd9df^H9b9!CJD;%ND4odHhZalW1JIMhMo*T)ceb>zaWy*L zHxs+Y=uWLg=cIZ1YcUsqW0=aHD7VT`;QfpJ)VV+W++zP?*VZZdz=Pia`eGS1Y^dE!(|4kElY~2>+!Bk+tgk_tMMF)c&M2IsmHqz^M?#Mo@-7(~ z=e!C0T}ug`$P<|2B|oyT>c{j3m9ZjPCaS?X)-D%AZ@)$BVZwZBU$(xx&(Abr|s z^Xga2AOpH5^x#W97T%ywLt|`qG5G+ z@xTHQCo)?5UB_h;pncD@8I`@JOF|$!g*|gzX8uW8V;C=J+Rrtb<{mtO4(6ctt;_ej zGXh|Th1(L~e4|K8GSxcX-JBI>06RAH!S#FD=(L=p!?RC^q*4(}iBEke=&!|tl{Uyg z#5sM%Yb+CA18yDBn4QAA9R4478bBqP#(0TdFe`(23#8CcOp?}O-!{NMEf8-i_klA0 zQ2x%1O~$dSBCW;A22Pk&eLx|4mktvEH(NU@4602~qL=m3+~6`&q)qE7E0@ZlhJRcR zHDk!lprrj|9MjGQ$r*~+jUC|VIA57t(~w5iHRmkmK1pHn(}|xU$Tin_H1trQ%`H;Cj`1uI}!iuO+$Vol3>HbZ|CD_K_+6>ISN{-A;T9uKcft@`$n$$c-RiM&L`|n}m z97xJI?#fUvkaq+aDbCr4py19M@2p&V%{8{|*4*A;JYuMiEoey{gf23Lq*85iu9$DxG zSDY9vh8yY$vLqK-h!;9^-3^1*8&-VeN6^(oW06phsP@677=LLpMoG?ekZh< z?!I7V?|x%m7Iq{JsRK)M*)kz9Ua2{MH3dM=Vg2=%UBC%%erf? z-4mTOLf1!jT#iMMRZ=KzOlb7H?R7NT{7K5Yrfdh>Wfd+0vEAziJi}X_CS7|?3S89| zhm0I<_eF+o?bY!sO0H@z{V^3LVG0rxzl(kkRjNq$<_>OhSFDk+A06`ALb+J@4{rXW z)PrjUVoT!T;Mhl~-82{+kt%iH2W@gVy z4B|TvSHwo%Wxv+_ah%9Fny>@GVHc)xGF{4u@*fp$yZ#1SWL8dT$1>a_*MVDA+JX2h zThx-zY-ILgzAdNiPG({dVg}!9syd=&&z@U$@3*^saA%WBm-2(gzh6V&&uDbT+U17U zGlB_IrWi418Ydeg(jl6Y@U13S3p*VZIRfg`l8~Jaqr^auE7~o(3{AAiAD-ek4ojR_ z6Q3t>b9W}}pqy|g5NTW`m==}>b-`^|zm8xPIh9i90h9wNL2I@}6Y%ILU-LPtgQJkl zN|oX1UK3@oc^D~lYeW;w20Zm!mUMp%0@?Z~y$zX-SR-AhS5C}=XNj}D=Ngbg?#_g> zp+)qhGm>y5ijnFGo&{S?utW4PSW;-rHV+!kvf7gnY)oVrcz>lD+%f*Ku~v|-m-nzGMs z2}=inwfd(y<}z$)KP7fJ#AvTk^e)bNZat+Ua#JCz~ey z3)k;MPchfzd;p+N4DZ$zsS>x{6JI0g{4nP?X6Ue_!;5sdrgCPB0To6B(Y3{Z1$mFn25FXYTYcNfRQ0e$`In}`_l77#13tuIK^b-oYu#%}WvQ-Hm z_^&JI?b(8m+Zz5{&8Z#HknNP;C(c2nnqQ(84&C0QyF~kL9+4dieyLt)KSB7If|n^! zFIfvhv!h@~l|Mhhfm3pjZb!Kl8zC;f!k3fITV z4;Ar2QVg$ML7vt1vo!S89whU~MVuiuJK@X-bWrmW6{PWswmQhAxDd9v zR)mouX}6%jQISZ%z;Ql1_Y<@RwGL6`gBdx}PWJ9d$XGnIm4KYoqmb*7-%~_W@cqq7 zeE!xwa2z5flFTBmFIu?}48UEn@QBzKi6J4EkSjhW=CK@yEXj^Dh0b5fs?$VMXnXIwLWvV9mE1G89LsW18 zG2@)AK)wbO+`?KN9UU`=qDekYC{VV!z;wZgQJ`~e1viMhNjc(Raz!3&GVRz_xy4#8 z4lscn>P|hxB5Jv!>(H>N_mt~wO>(A&_I@kRr1VOhdE~U<&~#;l4j~DhENV+_jv#S! zGfhmI2!KYjRt4%jzNHXV#UvoMH7SzgxVF&&)Lun6q>^f5WS&+_U1?NQW0N&SJz%X` z4j@!WclT)4cl3|?A?_U~jJLW;U|`k(Q6YkWO#ei6PKi3}dpYdw$h@=jXO4@&~1f?asu^kQ?eD)6=taJ7spR zOQG{_$Fd;_RnnVE?6JETLo|6CRfo)S)g$KJzg$J*SL&rv^qe4O)ZpJ z1Krf|U)KA+vtNT;?8lC+&mZsy`7N8@l3ZpV>u~s5YFWFL;4XJKCu10)8q;$KooM#O zbVxVP1Xmz_2M6XsC9~8p+wmTZoP!XFzFcpc*KcJdO2$@V%^Jg@n_KBRV;INQmbg#^ z1kvd&?o-2btgSOsN42ux!gf|`qxn&Dxu>%@H38Dv%bZb}@!H<`Qg2MmGUJ5SzyK?~ zWSjNF$rNI$F^yGeL#T!n;w)26W+EOe4Vdm3Yi9|lkr#<n}ze2iN$wqlx#Vd zo?jCTYI~~OJINg%CthsqqB)^{R&X(*hVAAua~VhX%dWTyp@zedyqGC0hiRZ#8z(mz zcP=t$f&3qQil6Y)3e=|XVS>2szeH@iEMp<{b@%)cQTq?7yU7bo?z3=ycfAt_h8=iB zMWf_&72nE@kA7F@<4j{~h}IT*^K|3{h`5qCK8x>p#7;dKU%1EtTE=1D*v@!z-1Arg z3P(l6e_~73PfvtP8pVySCf|z8$iJ$|T#he#T6cqGlcO_4GdL^uN%>g*0Ql)7pQ0;Q zk6KcLn|5g$6{L0ka>tL@fq?&_f{p237Cv0D9qm>hsHO%V8@Z7Im1D$FIMcCjEKKq* zR^j)AujdQ%Wi7RaGcf)VpRHIg`Mh-;Ott#&s$QAYIYXpFkK2iiS;h$r zi&fLjO?PCC09T%;j~3DQBR^2Zc`oUw8XR9p>?JKso!Oi`#gh9Lzc!iAD7+ zL+kusEZrV|M!A1nfialJboa9iVW_q__ZM%`UCL6wNslJ&(`5fEHGh~WB({A+eR#nr zarIeGP7vMkr}pmPY6^R1mp<)Hanc!&JyX-{lVWEIGnR$Ux$Wxr`x&VLgQwaV%G~MW zOUQZOj5L%uEsIg4P`jh*GvwEe(cy2Y^hD|*NFBFaI@hpccVjManByp6;#e>y5VEk; zm_#yJI*uHllO&8Y99gY8zK%#z)+UoyYL#M&YPDjyoR4yr2|&8S+-O_TO|qu;=mbln z{7o`vUyCK7N?MmKGHIldwNl?CHA_EYVYXtDSNmBMyM%i*D*@9)VQdPkDd=TYd_+aW z3XZ9Il9?9D)Kj(75g|NPG-?n`H?&5_oR*_OkFwiY%rnEHQ@N;JS8mRB40XE{PMKlb z<1}y?n+r(Y7F0jo;v}=Q!=$+flhzz`?2b9(V=NE^Ko}?WNjraAWjw$(#Lx7DF-H&QEpPeJ?S01I1dm=gjXK0pQ{eY)M14rQHl=A-5g}eyxID#n@AJB}y#EsNY2Bqr6f&y=#w%UD5KWe` zIKjy1fu!c*VB>h-DQ-JDF*{c~GFUzbowVLjydn^YB=fx^kC=V#sDyn%v0bB?M4vq? z!L!dI>-ieZZ62#YSM%08g31Zio`wFwMxoH@IHx3-;t0Y$rT7 zX2dM3i_rk@qe_mVH4{sXS}2Cq?U*{LJF^bg>c>8+pHhUVT<_dS&7QdWhlj^||Cg0O zR^#C#8n<*I)sV^B+C&!GDJ6=jTHU4rT+6#$VMD%*lQ8U6(Sk}Vx^Q9A8V0oMyCtxu zp*2|Bz>Q!{^o1y6=f%&Ut~mbKn%&lG$&QT5!azz0!^T@Lm?C;Pkdy12>r`V$!58un zZ5_4jauPI7H+StmK121~CQCCrJ*mh4Q1El=FZ0clcADK8us@X~eJWW~3F@PQ*=Z4( z^)Tf3In`b0_HS}WEf@(lnm4(5M<rH*#jTb7S~#~>Or5*65*>!MwXzqF$}{rkf{5+8899}vL<%mINQQ1=X9<^7J=-Wl zQd`lh2tn@`R zu9h~s{|-q({7)pc)0DHK3+vkl7PC_3Zb{LoNFu-gz=5a1Q+rsJT((=bkORBX(@#F$qD)K=gIexH7gd%Nt8f7wNFZ-1*3N&LNV5MyIH*1`UtI@ zj3ZPM(*zg!2h!|}<(jIaJc2p29h#0Ks2`6E^Ua@?I0R?F8kdbzC@hN8Y4g~*S~f)1 zCaa@Xw{atCV_D1l>F4fYdp2>>1v?qXP)(ad{!f=Xrnpr=E({{W zupx&uT6mH)fYFic=p?3Qqg`eW)Byn_I7K5OLpJKV&3(JaEWf&;;%mHmr=Y^f&jOxv zA76OVlDb1ICr2`kBd_ivK$S@*wyVLnli-lTFpoK3| zC(i0~;;inK>Yysb|ycE z(bQ?|9d-Dd&K0hagyHRrw2E%?;#Y~Z9g*SHWR>X&qZ~w(|8m?3ISyS;DkacJ7)w!0tWfJuVnW9HwT%1%nZ-8Jufk{_iWTN7F z#s*z`>VAtFLaM=_U##g9A3c}RN<>@na1}F%d^t{_qt~Jw-BE*rXm_4;_yMwW#r(4F zR2C|*Ozt03w+LkL`I-+uM4}E*SDVxs23Z$zBgDf|eL5ozp#$>$jcDCCZ`@E1XCpL7 zByZadOP#<#+6$H`Bn_z!~(!Us& z1Z3zLnS)xiq=N-OJGh$L3E~cpUB<~@HLFHZo;PvQ)nhA10Yyl`?|V3Jb^toBM2f2c z%YI>4Lx6c%IAz|Aq|Ivg9Fk|Q@KqEL{)7TeJlSYq&{nmij7EZLsCQ00r1Yt}nhy{p zHhd#yua}4E>-#Awf!Wu(D8F``Kk_4ZAYS?wCp<;HTkH*=yI926a4CE)LPR487JDDG z!!~g}g*Zj$Qpiw3apv7Y9rw|Iw-oGRd`3g>%HtoT6^Fim3YrqJi z9RwR*Tvu%|QXCx-kd?WxYPSAOASR&7$+d*eLE*rMg{{#fj2Gh+MK6;DYgcOZqO8Jo zsxgPtb#@J!RzoPlaqW$`R&XMSj_QEl`!k*iy2i+my#`7Slf#yH4j?npu(@IPxrfuPVMAu_S3_p7|Xkob%IK zb_qgPkb|D2o;Iz+kE)EC9*v?{Q4Xph{7ZG6xKrWvUdUkUyjafGxLONh)`4tvEquq~4B~QL!#b;+>R{kx6vK zM`dvUdktgG8Um2W*qV99b}ZlvDLVeclaDegU{^BZ9iNu0O5B-BD@>wpvzqwXKu4%a z<{jxDC6fvpS{EeyW0L#SK|+aSzpOqn$xS0+rkyK8$DO6(7Ku~zw*=xe%XV`aiEkvS z^S<{I;@CX(CH+K}C12(~0}%!cA1Cf98F<@}^n!J1V#>u>CV#q5ij_$QtCrLFAgp5i z(J=Oy=$V35z9S@;nP_Gzbm`ejj~FhM7XRtK$YqUoB7tQsa1yevfD zqPsJGjU<~@9WKzTWY-JpyE{Y%Hsg;jPaUf_tx?XZWx3g>YMiSwqS-enhHOIRW&hO3 z9bC3w;=7o5BCcw3hNFq+cAx%dr(To`@XaE%?Bu(ZJq*iFKlkQ8HvwJw|GQ4X@C$;o zKUfCX1S`+X!2ZSr(4zkQUguulnCr6e4^`?))9zVkFZ%m9@l0v-tF+c3gOw)U4XO}V zJn>RYl=O#9z3_{jotZ9dDrl>6$xbbJBXJr_W|&Ia!F5*N$hf2L#2YF51vh#+0V3uD zoWf^peD9+@UED(`Qq>rx1e-%vnKL=%CFIsTNRTi_703ESED`QLAL@Z2+L(>imM0jY z9vGUUyz=5QR7?-g3DYBQrR5WSi!eM@m?01~b`d)$C;YhT^9h2aKExVHt9q^DvZH2% z=H);3w9Y@*QSC)%y#bSQ1q@6P2Ih*GS$VxQYw`P@@Hsdsh1=F~?`GjaE?9jO`11Z% zua0Y%oyVDc^M2e66|o4OYn5dYj1$v*{aUnoTA z(a{m~MaL?Qmc}33pkvQD?mVN=vnAS&-lNSrXy}vbfKORKgmG4(xF;tfK1m#BZ0k^5 z5hob(VsiUwB{Xf)Cv_)d4g|ixt&hZMnWaWMKLy9tZ(oTDaO;inTpL|pitS{)4heuI z(1E;X1=10YLwE(dfDk`q`H}p>RSBY4h7C)~>dX~sPRff3$imO6rU~B_evU^NHWP5X zOYgf_tOR7kKh=je>DszWxT-r<@d}@ctFog3^M!9=qAB-h-|j8Sp&A_38aS$RmNejd z=c&Tqp%M#Q#*!@mb1c=o8llA(8P0`Cp7ir~!BkoIK2fGhiEmY*%Q96@T^Vi7@L`rP z&?x}8AMTS-$62&;uPF}#K#U`W0RMskzl^8{pJF&J9yI^F`1AAevkNu9%3tlT;dj_S z$6w3uYP{jD=XZ@A#&WLV(b{HeY#p-{*QKJNlt5n2k=32(0F%DO9nt2DMc{YJ8Vkky zWpOvh3Ezld*u$vF3;~bzS{=_ewpZSf&<3I%!sTKC9^>@ zzc=!`#cmwqk6@7wJ4-6p_jJO}deT*qj@gm3k@=mhf74#;GAG&(m_<^N5%#5~#sRQV zX9GcA(<*JYtH&y(Stv z(KuG+QRdEuJO+d@zUt0MwJ{I!BU?mh<5bPKtF4tSTO6gQ7Q@7~OnqzTGnxx*P6J@1YpLeJ4wi;NtFvphb!>9%KSDscmo>uHTW1ASh zO{AL~`(b;SnaW8^v_l}QIeB->y+tr=et2Zh%*IRlP)kQ^PtH0}5-$*g-4fC-QX zE^#qrD9rEzMih7{qUlI6A_vh;%;W3q9O&E=eOxAk=9Y`<;Cl^sWtGGo)zh!ExfOY$ z>XxRQ1>FmFtgWfILpjSQQ$~~m5Zsx7oJ@bRd&Q%drcA&U9&fuX`SfklcP>e%UzsS2 zjxNonOS*TwfunIVl`+hkB76~JiKSMun00tebL#9$6G0tASxd1K^8Y!G^J503Xm5#- zScJuHE@Mz+-;-{?$vXqP<+wGGlkZ9BlET8ULG3;&YiQuRE5(?x>hYz*U5Pt%Gu-uX$9XW^^>Q4= zUUygsW&{{@RQv0_5cvGI2DHm=u~$1ATZ4Efg>`{tD26kOI^=XHHu^Ysmo2g8(v4xL z8P3Hjo62$s^Czj5(^Z-=#%~gfYmqD{nQ3%({-TihEXl%?`t+LwcEYF%;f*wz8QpH# zZQ43J$^2n`lL~_p!P^Ja-$v_0*~fl=vB1Vsa;S*+sr%7{?`*>g78FIkGa!H+GS@y*gEdm-qU(pQ;^C+H9k%tsXg%(w( zi@8BDak&&s1Gr-wU@}NIH?+2F;?iI3~XpF9nGBC@*Z(TI%3kc zy!S_2-Uos~x9J^zX~>RkUd7}XLL-?Wvm^S|EE)Gs#D%J0-N%<1H0Ts(`OUWjJ%s9P zUvssX3=UK6^?c+y>PxzNFG0MY`OAthNy3|Sm-dqS^_%J?F2-GM>K2}|QXK&q<6Nst zRta^s>T6phwb%AX%*uzO9Hh8JHgmdYohDaSI!`*gu~{Y=z2lGN?+M?^fOcf9d8KTx zQq~&?I1_<$q!CE5&8N%BlQjyp*x!>Zd@?zquXvjvByFrbD*dw>t5wFFJ6(O2raI)3 zDy6RzC55o&hVTs8M*Epv5noc7Kdr*l=@}{M*A-{rD6IBRaoNIZXYJxy%C8Sx}i@ zwEP}O9}z#@r;n+1A}rK!^Q{Q@T!39a;3H{gt7z8$>>2928u$Yb&05Uyc(oopA{qQxGKX2r>GZC{?Gw|I1DUP~%xv5N$|RWJ-AG|Wyu z2NH5=q2<{2?Ul!E)D|w=?aX@RwY5^KWbm<+z^GFt;lXgNL}eFt!Y<(uTr#3ml+)<= zDBbs$)i)dWhWW+V!sVF~?t$fw_w$)kc%Hkr^>x5~48m8bgQTB~Ps(92kl?)gq@2(W zQu*&B>^?|EAi5ejPLbbc=+;E!6Yu0(4jOx$K? zW=1JRA)0pQYfx+r7@E+~Wd9VsgX?Ve_G_{zhX&3rncORkqN69jxl-LeOSz*--SP_; zb(aGrf^^31JRN^@iD|sP&!FhE(f^$iN8*gJchqzEcLW_3SEaRX?B;4#2#kk->T)}1 z*dJUV2KI8XFbSK2f4LGEuS|9Cb)P6QH!$ zhv((eFA?Zf0B4CIZ&EY>ZbAoV?1i*6vbQ%3mT0I_aKKqoWJ|&cRne@GJ2PA}BUOsd zCyO@u#8SGNZK=VqBqPGpIRU!YSHovn@K>Q2Um?0Xh@FkhQ=muWkJQ#{u?bsMe}pvO2}LH013{UC&N4#G+t zW_IFpK|T;A3_ON_>h30<3=#BqR#JvI92AAzANe#JQ;#oD^Q3AZndFFsBrn4)I9ZF_ zHL*-2O;+vcH++m8)smu5oCto|95Zb|+~~Y3HgK0QH4C~i^CI{(%Tgn}DTRtnnIYMi ze1X#9SYv($N8J(+*6}kuWygp(e|4Rp7LRQL4M_!UGgn%aBzyD1g-Oa7Oc>29NZM9- zAzpS=wNi0m7U0!6Gk7nK0KknzcHj*X!GBbnfz34XZgb~Oafr+JXC^@_n9(^O48bzy zPQ;@{U@lU5b1R#)F`fb$vEtL67s#l(ws*%2#o~@i=hBrZJe=db?!?Rvd{Ux9u^L$) z0tDujIdTM_)Bvbctt}14Fgm}YV{T>I4t8B(`7r$g>SQccN2u|3w;9xJ;xuXZfn^Rd zxTLaair%EZu&CbTYG9})sT&ed`@=0{noFG z9;BKF4=yQ1U$cR4NqoQw7AqBXBk$;BS;3yIK)X%S>MEV}lnyAT7sqGOGm` z)dtcnP0$L^nH!{CG_M{I6IqSo3(k;UkV^7x39!oTr~$1Xy1A_Hv5LQWq9^SF(0R_+)Z08TcrW+Y2Wx9sH24We5_wdJ<1%}?kz`}ai1HFt)v)t2^l5^F^=OK6@=Jj685bfJUl zVOL&E^{_K<;li^t6uRsr8M$`8U3Y41_&*@GGQ^o!hEN1sL+z6Q)ofKBFBNd3rtVGZ z+d=e&f8Uu++E@R=i+YB}({uO_1pjFoZvn>kzk1ABrS1&&{&y$sM8<~A$YdWv;H>0cwEV;HM1n*_IU%59(Yrb4C)Kp(bn*i={p6E#M#pNpa8@( zEWaHpz{k{dGfhY`N8xS6<o^VY5&Yf;M{C2Q;nZ068|kzF{Jjrp$?Hj zSu7cS#zEi>N*?N{YO5K#4XfLuL~w6)`{$)~({_A1MTn+a?Mv&ZgST)Jo#{yjB`)ET z{?mwC|4H;Losmw-jhx`fTmk12?@;0Q6U4Q7>eAYTcM-QrwXlAWM6$C6vtgr(yds0)s9?!D)p$9K;8&Ue12wL-!q^Jr(v>&Vsr zDL1^IP|`~mK|;gPSgoC7vx=BdRa$k>t8qnv)hm)HeO;`gYdX5Os-}S8Yhu7v;oDs2 z%Uc|`LH(;$pVkPpQMhCba#7Zn5ttHdzV#NuNwQ&#!!*h z$EqCfsM0d5UZ)#@fJq%&fX%mxwJ9%C`g8i7T`+C~CD<>R4?vMhldHTKu~ZRwk&x z>cIDCIL6ugMVc*|&mQt*Kajcl>E`aY z^xCR&j=v?}Wo?NP8OpjE5o}(zf$_gw+EczaG@~T!$W{*V+TlQqCT(*l)}!;t#XPuH zbk{=&0{aNwO^hSsyPiwxRTHN86uOS5cb4IYRhPY;aAtTd=H4DxOY)vk@_janM+a*@ zWVJXt6S;zScCvm3?q?#Ok+<*_JIPD28e>Jc*C&n~c<{i!>C(2+eTU!o5K%oLJ0~nI zT_T8`%Y3XO_Xp>fPOmg3r_Q-IwAy$ptRs}$y~~AZ?beI+J_}Hj4#j>>W85**h0=F~ z^KI=LAH3#Y!oV_lLj5#+^XNpv>13i_TRb*la#i`|L<%1DVD;g1Ll%tF5sHZ33gSv0 zt~FM?rMez=j)l$%$WiOHN!3os4uVSDg&+nW<~Dr2-Vxc~i(MQlm#e6#6*1U)87-y` zpi0ENKLqNUHxAUw7b$fbE+oNk8q8=w0&5zn7vDe_0fcX=-6QIgsmQctQO6scIma0MAmnQikB-PsZ z2Llm_vS@9%JmZh&n&|`g?)-d)01Rq#rXR4I zkfRe_y%xpsGC!ITHLo%%ypCXqePx;s*x*Fc5XZP!l@IV9rqHvRULwL$YsZtGOuw@U zHv5JrSlDjZNg;%Zm?0swDGZ#Nw|M7ocz&%urI<-!O&TzL+(bGUi-rhpiRu3+&;R9F zr6%a}I>UNDgZV?@u#PaS8s7MaEi<*7|0`)24VQz3_ub$~$(N*Y(N>*|qNqQuR`VYT zqOMJ};wsrvee~~BDoXuC*GRv;tdbnbo5!LRsY~y<3M`6D7#IBxkH)7tYqnC|A?Z?# z%md7!p21aM&(&x5VG4gAWt(^ARpvQ!J6VT_3OQD7)NoxWG=1tWhd{4D2b_9hLaSzi zfEOjO;4Yz26Mx50mYcCGohK#?@ml7I2>DL*#Jy45u82U70WuTX2gVCmjr#6mX8d}% zMn>Pn8ga1xZmbb6uPJ)P1@fPJE|91RSGhp?sp$7&3q-#wFJI-Pj!1+5Kc)Z9r*tfs zX65(TrUi0BF`Smis~~5~db#pAgX^QfjN6JES@_OGM3Cep8g3Ja$i zJ=tEYo32^CG;2|p**C=2@FiP(%5SIbTLi` z-e^i5R$pKf>&(b!?^|A;64xCw;N5JH((!v_zVVaW0CpLJlZ)&f%(mavEJ8Qz@LCuA7b> zgt5h?5{=yZbvbm0d_(EciU?shi%zrCZ`QEPx^7#O43Z-11V#e0qIKDT45X_;K(QN9 zPw;J*o_K0@r%pZ&lJsgac;Ewax{i?VF8{F3bMyDF&OB1VCp&NY_uK&M!5-=A0A`*R z@6!}HbQblarP4ch-a@=8L$o?Bn*fe8v#D*am}a2$WE+#j4=L^|_GzHDbq**s_iFVv z+UqyhrgKn~ozR0S?U-I!Tn0wQN%d!>k-ert6)5`_X9J^pAWM^@^SoT@S73>t7^)pN z;G$ZK9V|PJDgH()8~eL-Mzr=PjveUUiIotZ|IsUDy|AoSGHqj!>c4VIcnuB?gw@+f%ixQO z7fqbyeSH#MjLonGBf1v~Gnmok@RTSnEWS@2>|>Is1XW4-CJIrRF$e1~w$s=^qrRS$ z9fszEh~6GPcxcbQ_m=m+Z=ZLOx4mz&EBA`vx<&o5a~r0E&Fi`w6bcZrmovF!Q^lDu z@GH7nHA-WV*1s))7SywT_k`ANiZL6{K%VRDG;4X89h&^L-}hWSPAAS(_hA;gfgE?{V6;blv@qu)=#Glk3(jc2(&P~*>>8F|YMMi2L z(!J-EoLBOBC7&P(WG1qQ?3|XHL+7||ZpuHkHWLd3LqIP9UshZx%*n?vA0NYk6w=pp z^X+jsGQc#GMe5J+j#7H~oPUlYBa>feR5r{A#M&2$SB7}7O)U}MTe4rQ$aF6;(KW$C zCRB+ZJ#`luL}@OXhi=ih-Rg-dxTkJ~7WWQPcYY0-3Mh=u$zCgpGr=17oxyG(!&M#bG#G-byRHHL5i%c&tconI5H{wj|iqtviJ>b0le zZ)i-tHEQE(gZW@kbSjPPaG18vslmZVs7CWuoUi(WB**29JGDRc)V;DSYGr_L>U>r{ z@v4MB@a}G9@r8$y%C*Fn0x8|yN@M<)6&gQ-ts|C5W*4q&kPP7iY&pq(aVKgf|A7j; zpH=cX5^P%~Z=dNWup(^Xx|vG1`w@`ZuV{)qO)gYc9Bwe2@UVKNrJy*+1rYwm^br27 zy)gk#x8olzh~50xx06KkW(J4+forjs@zaMrxV*$$;9MMw_0#@>0jxPLN;>qL;^^F+ z-oKzz;o8@_5G+-f{(b9nnMPj30=yvbM7fqOuP?Ro-8W?Fb8!KGlSkyALCz&YWWlJ*D-A=xK4h3E3E zEWSrbH=+r$F?Fs`O`RLyzo-C}=P_J;>X9ci=LXLWQQ}aeA2ZjbMxiwXs5B*pTf^QG zB@VM25eM2^Y7JNWm=<{glr6O=hw1V~TF@`~e{1mE0M82qLNA^Pp8gpQ5c^vL=QHQ} zxhk~!S_7^n+$k(==UL$zTtA-7y@b0DN+Jjv3gE?7AL$?-^l3AF%Uk*Vyj|FsI+-Ew z-8gM5UQFq#F^G@(A^JLks}TI}yIgXzcurx{QmuYnw~EJ^#I62~sqs{61gDGoomY9f z7r=*SY4^VGj8SpWhx~nX@*x*rnB#zqx8i57$TU-ww_6bk+i7OKJDayB-wbxZNRGXO zW8QID3fTFIwLyqu^m{bryswdZ-{7h_zFj70kl9e69P3=HPx*;a4s!u%m|qyc+0bh9 zZV%Kr-XSDMQ2sCVL@TtN#njFDiqv{Chmk}WOS*uZ852o>-GbYw%{za)&x}ypIUP*f zIW}-o8Ai1GJlwA}X4a73-`VYjnf_z*Sf_f&y&qF6jWk$GmF+>)i54q!HFXqEli9}8 z4YyMnD!49)Ug7FSAC-E2|NaZY3_@gqo5>=68Vi^6xdM2?MHg2n&>}eFdhX!E@p3Ll z&`Yl6lyW4!IU`&$npKX>w==no>5*?X?~IQph}}ZLM)t{9Xiwmr!QlQS_43O~%q?Xu z=9cp3b@zIK+wk6Xx>9G&cYRHrl0JxhH=Dc39S}c;mIB^G(5S@LAxuO;DN~Em`%*iL zspDJ<4A29mlr9#olf65goNud%Nvv$aMSm>XVlHj&091#2$<>0FK1bUO*Iu>Le!+8A z6$?E|tt6irxowW?#76+w&3}EGq#O17x|aR50)ax(hWax?{nY}RlST6;DUHg(>X2zv zc6pOz{f}9*EB_XvP+jlbB_h6UFNcw<@@ecyEw;b|Xjj7&sdGNYnH{#GV%cEbh1#aG z?v2&Rv9-c^92V3L@XRsePdQ_susE$*%%dc8hNU&DqqLY-?x4!zv;Zh2$D!CJL0?ya z{(JO!>51N8U$QTl1Cag|{OGCt95tbz* z+hc0T2@C}-H0arqY~~PJ@@lV9@B!yITydL7ro5Q2o;+Q^=L=^<4Ai9)%g=}>vpx27 z+mREM(>0k1I<`#Mv=zX&9PPnowoUI`n;g?@skANB8r$Z(T@1NV5!m0zT&@Ih9mB=S zgkWZYuW2G&!$>k?yfSPP7gwsxF4rzoyRlG}b=GHHCe9dISUf`e{fzXbxF4|C!rq31 zCS5q9CI@TU=L2djCDq=pv__(}>sECwR^=XGtpaAQE&Yd-!vpvU9xDajanz~uZbv`y!DQor?!_Kov$`dOx}L$ z%~MJ38GLuzI(x$9_A^Sr=a7n(mVD(b4=YFOlh2wK&;yDXWoGljE1=X~#U%jN3eENYYOvvidT}{=pQ=KJ*sYW<4}WD?V$SP@IZ@2w zL{TTyG)@$^K*(EwtX2xb9!HGE?n2t0rYAx0H*4YBNdj!(+wPClq#kfIh1}o00ti>p!Ov2O zRpb~#oJlR3rE`4p_0=l-CEoh|D^&Jf_CNTCv8vW}Obvxc_%47?s?1-HRdY>8HLF?{ zge3GhFu`UbbFx2j3l(rve~M?`TgZB4V)>8N0L|wVCk}5j`44io>flFTR9Vj{5z+2k zVU<*LML%uc${xdcj#O|L&(yS6jc_Gm`BSP`n(q+H+w(+58gVWM(Zhx{Yr=we0w9Ak z-}cdWxc20{Q0E71YEtL%StjF^295}c+5lfe(Wg+ymRqgEY|SE0*<>vsT8R8ieJrsq9`gNUGc)=Xq`~;Y-tYvq%vG2gS0yxNq_|+RoJm>aw<-H$>j(~%2EvlwcagI zvw|~p=S~Q+hjaz~-jYDb@!Fn^>9QSOS+XEUy_-HMKf$6M-CjGE+0Jb$brM zE#cO35_OTCbw%5 z$PPSPIR#gwbJ|Ig$w7nNby-vb2XSDns~l&B3`dG4*2l#mtM@7jrN69dokK z0=(zEZ5W?}f3rV|AfREC7cimw0C{b9XCgByz!_D=osc;EICWr7|KaG$V8b5okdqmA zN}W#(YOn;OVHS0K_2vg*4du}HUb3iiJUj#8a?zj;UVm6BJ1uR zl}#qk8bTd&%xTk7tkxDM=N5^hAPn_H*^lNB{OCR{F+~&gsd@hCiDHt?-W{(c@s=Bo zeJgdWO={jlcom@9b;x^!}Z5nv>T7+_|dg! z9+S~4=*5N9g}w{f3z-Y)3%P3g<-FKcc0A5VFXoEW)Kq%rnpHZ%qXBkh9TJW$z3P`^ zWS9|TMw-1s?T%72TG52110fU@N!M4SLhKp*T`ClsTY7*kl5U0t7zO&e1mO;mhF1S} zU6~MbiiT}d^~U*lU_-H;Dc^@a%C7)C17-kFeRBwO{HjSVnngLOD5oAJE@Td_Un6rY zbF%17q~SuQQ;(;XGLQMdt=ykYr5^B+Arr$61P&bwn{mLxtlMEf+$Vb;LL}yUkU`{F zL}|okgOl4Oi6OVu8ch+-z5p$XB6EdCEbHF(r+TB?2Gy0lPs-_&t56}kgZ974%30hs z%t3eh&5aSN#*yjRsDPn-%o2^>Qc0PnOoC?{%*r$zq51%h33bOoo9Hr~?2U7nj;@w62tM^sb5=V63xQ@!w8>_8Xk z)4N=*kIqKGh9ov6*wRN{YI?+a`;N`=glO5;^8VA9V zd2wA0b%o`L9x`W}fr2t~J_^$v>p+O%?!03a3^zTMoq@3*HOhOH#po1AHnT`O52JVT z^ar%S`A?-b5!xg@mdmGE=F@Y!6aVONxSRj_{Uk}Dyae(uXKH;l6j}K%)CR7Fi%)Pz z0zST+v%n_#nZepnZHRD>857Xw2=6E*P(B>=HHUpc@eQ2d#Ic{7d&4H*D-8)h* z9JD)nVRC{aWoa)cuHL}Zt;1&9A(TB41sN=*ZrsyVCbrr=%M_A3*2|E*N0|YrL!hYs zL`_W7fY3;eM@LUo>v2WX;{_81@*UW71f8Pjo)w1gVq1`WH*6Qn8XXJISh@j8WZL}O zG&znhduO+~LkR?q_{+YgmA}}+Vr*b-SfddNB89tCMo2Yj=CDm6Ks{Ysg5Y+Xr24zV zvZTae<5z>2;;}Q%kmDlpo+RMaJ39aCx6y0PQH}g%1R#NDrU@471(SYuR-2Nv2Qb7A zdd>arjzt9tK-(Y?6%Ov{+Tu3mES!1yMYpqu)Ei>tSa+f3r`nw@W@n`wF{ySjGU8Ps zgVitpt+4UQCRu(n1M-g}!SS*S)bDoZn0PrZvV!sbVx=Bi@hH_Rt(>;{t$R_IkMxj9 z1ZOhMRXJCw96RRJ?)-yN1n97KjZ^}1;fXMYm8T6D4i{-Sak_2@LTk!xy4L;R#H#A+ zD5Ur&=MFkJ#AzM-3FXF0;pKq*jm?($HqWf`QKcK7?p-X5Pj`&TV1>`lhHH>P4&Sh? zMwLgzc+91=3xDf3FQ`*04vr&5O9AiftVG+v(|X4NBG}g6b@OTwAHC1AN4%P87lIY- zeTdEM;8d>N??c-Yzu)dU&L+Q1g-+ihUPE!1MA0ZnBTzsuc5?$oX>2o4u3N|jUfoPk zji#-H&?c1b_eIgoT_Il>Hi8=fo5`){q z>mvw@vwj2r^%Ep5+67#%mqWSWoQV#2=A(ik!RZ&W=w9CrTv7@k|0$I6KZY=iF+n$c zA;+6fw$kOhRxLf$&L2VGJ3)D1i6qxty^^A!PScSMmR$W zEHw^MIf}*0Sf+VXVup${6%StJ>*pp2PtDp8hE9|X?3fD|oc_Fn9kaKU7OYaeom z;*Ef>-6!^Z-Fv4XtA)_+QzPr%w3de{X#A$`4jNVG&cEJnJ^KW=SxcsQWROyEQ9172 zyMh6Ok<5PI*c#lz>yF}fk=nc;P%~`1dQLx&Dv?aE-T$Z~vc21s!w|(g z)NZvlwoOIzQU|-AQ8%Q2gZj!&m{*r*P~SC8^=*{d%GAf$ zsbxEoc37^JkwvAqSC*$(MrOQiV8Lwtj$|$cY+J~J#WP&7vrEMc-JdMDe@iQ4b~f(q zKd{|N_%*v9+$md3XGRnTf9q@YRr^sncv&U1`mj^!^IonJnbk^6d4C{_n-;<3ssq^B zWE=h9?=R~)B^B9~SW_xlI|}dT@4yBK3mC#7d{XVe;*I3E2 zoXJ&3xx1F$kG1+q*BKzd8s-oS9;j=W4ii^qFL+TbLu6ZV-P*)k=jZCp2 zBEr4DVkpg!C9y3sXN(*>qJb9U^*BTD)F|KwT<6nu2JIhZ&cGY6NrgqU%$&VHS6Mc< z!U@(c-YtIj-14c@_r6EyM;wYgWM3h5X`*b31~>r5C&c_*#1)NR>Dee1ZjFkXBucR} zyko}Uk6|^cN6S2g%DX?nh>8<>>8-0aNKLe$pv-yPH-3??uBK@Vw5Dkbq-h%*w5o7c znRe-u1AYUw1!k;>gM6FaUWGSSZR4YAqgEafCoe-xUiSV{*;^#-fsj`4zMz|bt>kZ% z{4bJA=~A=LW|-MAd4J2jsiGqto~H}m870n&iAU`$qM}%Xq*vs94+#Xaxnoro?OYAp zBX0xajXH$sV3c7*&J1JhRBk-&OpxmB5&iU!pWL3w!|^0QP3PKHN9vBppbMDFuxl{q!)eUFycU(x6-^^_H_N$l!t5vLZ*y@_&`;^@#dU8&C|65RyS)QBD{cbw{nr=kXIa*csQw}?N zIDfqdRIsM6_q|Hqt3=DzB_>kQG^(maTeu%gMVYuU1y`AT-Y%dtr|iLpGNP%sz>nsL z?4pTSpFSs%%O*rF7MvE5%VZ#OsbWnoq02(<70zWBW&N4;?$urH<+<0#+nhTZ{R@SY zh0|582K?{-1+M(FMgE{CE6Dqt^6PV4dS54D?c16j)xtKW^EzFvRWe4>E*vWp&JG7C zp1pHKFW#jWGwr@(ih*gxbbzZpQAS}oz~U03!Jcm{&n+*Ox$Q{z9~3mr&43QWIUEh- zMuF#0)_Wgt>Y7|x>fFbF{caLb4(H(ou*62IAWu;iMhO^CVEHabK~ys*GhAbZTV<~& zfBvMFPVV4+?wCdQL<5FiJiMLU@P1icx49!Sv%Ri7{rI5+kL)=-{qUg&57>_*^gaEo zJD4P=N&DK!tn+32`@p2|J@@?-h-NmH`z*&R_u$MreUOi!& zoH+h}nTAQ55~7L;w7~EmPs!>Tz5Glya}Im)a}ZM)6n~6EcvgpS@Ahi;TyALwz{n^$ zT-OZ!}RB|>p3o`I$^ zbcyo`Cu_*VDAR6^0DQxmis z=981t+e;Q0?FfcuPfbmg?!k10dq*Ngu!Hwa8v?wvORR&K&W9a9v||jyu{bLc^a>7I`M{UQ}X^3XJfO6BE|u zyLoYD*k41oEb8rzelWg}j<9I~8PSG|W?&~6gRjG0tF|}kZ7n9>3_AAAQ@@?rwXNYt z)l5V6N4WZ|I=-D8sk|NF;MC=^qAc`ljP)y2rB$qBo2-`$*f%FeL?nhFXE;lHlUzMC zQno}n+f?DL*%JL4OB6eIg}U~(oY`R4;;((6)yD$faxTx3%^!!r=GO-N2lThnjOSjQ zKlHWwZCUL-b1Uz$EbVOdi(261_zM>H=NnkySF?=*3%kI=F0iOS(JFYKXbiaU*<63B z+UGCs&vQ4ixUCLb+?034X;aIr1+|GMg8 z=ad4kK0NFMx-l>hV9DFMhnkJliDP&GrI)K(|B)(z+(E5kx9Sv_OX2Je8&o%hu+L{w zJaH(A6b?m5;l7#C&>s%w-E~Zm3`uy?%%*AYVa={bl-LZ{j6;NKOT+lg#?jEcXTJ$H zf~XO0l^7}0v3#_5ObxiL=nK5=J+3-tlsuutCi(lhY7h9u)~c~dZ!_N}{gdSRPnz`F zUQ-3Jrrm@u!igwm3qI+siJr@hKxVTPvN_{gjAn;e7+MnKg2_oqbHYWzC)m1dB^=@| zoLu}fIdb@1&L^ks#LZe@JAyk39rR8$e4(E zR(12O>$Ftc{;R7?G_$_7j-#vg_fh$=#JzZK!2b7 z-i*L;fh$n4Yl%P8MYA~1>%74Y`+ z=`*A7l~A={&Xd>pN|`E>83HFwUr1GRct`15+Ef)mmiHF8V}4zrXZx0N^E_kcU=>iy zgTnuo>tn6_D|sLPKMlF|v^>8Uzo`Ir#zzZlB1q~$gIMr0)!g4Iq=|e=4pJu zu&HSoqpS$zeLs)h2PdZZr1-`du|KTUP*d3k=>&=}^)$oVvR z)+~)H*TR~G(Q^ZhVf@V4UFREywtt=3UOYG0DmKM{L~=9X%(U0vuT}|Hnawj`dxEwi1X40&P!t_i@b&NSYJWy*~e1N z(biCFP;crT@>R*Vk$f2)Y0eE(&i?8;zocs+X2)Aa()Fyr%qR2bMjD$IuB&c1*+;qG zXbrz|eQQK}+ViQUV&g3>^>+CA%%iE>Quyu}{=VVIe6_fj(r0#saLRbwTZLCPU!+wn zar&+~*nH=lq>l;;JHLbk9KpPqK~zf7#B+qOcEtBM{#OEvXc`NX2r-%8JI7GsyeH|@ zSR=gza_i!F;nOdw!2H7ngx{dnVh5_z!TTKnsuKgOxh?j(7DnLtB!=`tPMBeZqbl~Z zl+%0*f`AJ<)(o^3?Z_KiRYV}56C9UWFm61Q7)shRuj1 z=}_eDqbE~0cr^j(HvmKIkZ$C)ND4@bavThyiYuoNy21h!p{ zF%fPjGlfc(YH=sp9`Y?84LT;7!G_nkHy>7G-=@Td)Mm7Hoc3^V8c?(9?V{V6^us&K z^O@nq0JXEYN%j6zoh}6J^Y*G($r{~EIWFKBsibXhO4CKM;S_dY@{ovRgiT4_66G*x zBx9!oe(9{gE5}nd;L&vc+xb3B*ZCXC;94jn&q(5C%9ac!h;l$~!PCrax||sp;z=%3 zLO4`NH?LV`N}^5CY0qr?a3DYL#8{qZxMhHSCsIaDC>L{6(Gf`X!g; z+?A@X{b-gm+yI&Z`Et>y)v?MlT@@byhanjK`MPA$0*Z-qdb%;Pxm!AbZR_&cT8$v0 z0pZfagi57GZi7p)PheaXYE7B0uT-@n<=n<{C(9(LwR8`B8e>@Lptdt={N&ak3#v3v zY}ErUw$4|#J{8k=mhzR0WG_VLI;22JX6%WnAGj|fcnPc+Vae^1Zt0~;*l>}qXhNAS zBZ|t7WLCw_00=-U&^tb~eM<>5gQG4q=*+S6{8Cty^rd{X6|d6y%LX=_$;?ng`Jz6T z_8fY^oMAig?m<^@(Ij*Y1aWbA2C9gPl7?|pQL-)y6%mwn^4QiAw$v(T7$H~S_vK43K3T|>8>$xwGQ_SETy!r#>!I0eKD zLCKRG{9yCReU84dd`n1rwn^G*@UjK@xD(mdf)&`_3%Yi zxdg?oSb^AoA$0lWtakxFYU>eHo!SMl%T6?NxLLmqLg_PLT<_PFnAgPTG#=U{;8&P{ z(CCWux+@)|b{?f!1jtVRz^DqNFU--4?GY8d+wa*{ZO6Y?RQ3fG@PkS|qEa%b&L?*d z+h7{nDefnKYP~oNC?Qtdh+*?- zM!w@ILvBoBf8{vsM8jJMQkSW+QsOy2DbWB97c;TsP>&9ZGHrlkxNqE9+FPS-wV2=h zU4j0slo~0oK98H@k3Ig2YQPp?zo&S@Gc%mhI+zN6%4D zj>?EU{qHjL5-1OAt;o>Ky=%&~PKzgioA4%aWi z3+RP<+YlP0{{E?ukR&kjv;O}VJ+X8i!cC=Z~|>)5!K%9m=CaEAO$6eM8(rWO;@weXPnKP zb3|X61d$xJfS5MW*3qr?(nO%lIAKO{vbDkpS(y6Nauv@Ijva0q+2wMKkY+u^u#4|& zq08Z%u^AAAXx=hE6;f5i=OYyy`uTi@5cFC{mj9|Ev&Q!kqi6R+iA8f z1|PTM5~U+_7KzBM+r-3WQ-~2i^2$?K7hz7+xI*6Mq_#v0LDeJIf#cY)C8&!D-I{>H zn4GBaCF%)MYT_u@BCBGQlp25JbVae)!ah$<=ni>5$lGQxv%SQ-MtGl#k-d7?mo=DX zeV~sk!l;h@A+|D-H+FV20kkW<-*oSXUEiLB_v){z_wL=;m|pG6>box})uBd{;HoPY zpsmkt=Zn4PRak?~iMZ~*v&Vt^0j0x)_LW8tLR}QdYx)X~r|~Ka)+vFQV8vL&w<=2q zjd3&iz9tM{dI;+?9OR|sh(;EGgD4%VL0!I{lG zL5QvI*Z_gz*_cjY;8tqZyyb9~1ontxH=V#jji@TFxXC4`c??TV%SVso?B?1PWXvA1 za#RpC$es>M0!jOb)*c$Rm7AK_{ynMXG3LQkRRKS@3+*?j28qQ z$(*-s9UL&$<1nNZ6MQ&Kcn?&yZvF0Tb$9&JP9iV-A3LCxkDe{hS0~v+JiZB9V`Z30 z8tXb)zUt|8(&F+@ZdCzWaqk#>h$&T>M;9}KOQL!K+OPW7UEk4be#N}a>o=C(_ugdr zE5bj1p4+ByUwMnQ%*7E+I)6zpS2TyUx7ofX4yqytINyY}HhzR#ovY;iyih=A(%43+ zbaT{)KdfLBgRlii=+~)GwmDbBZZ6C)2f-FX;=Fe~LSj>RQcMG>En%*M!2~I$CB9$D zEDBCUKHy$oU>2bRl{s*CekJo3NTyx%bRIXqt;PdGdQ>(mYmEv5SUZF$?o42$V`rOV zDr+?#lY{D~VFRQ~l6nSO-0@yJ8y$lyh1*9x4tnl0=P}PA(1QtAEb@TF^9m*)E*b%0 z=KMFqFBPGW3A_UI61^S--Dqx!z@MN6B98oitu`ZPT#1gUCvs+;%9jLE#0-2YhQg$d zNDknjVKW3bE%(WOalH)meFvNG@lUa#({gw;aYP)nrgR8wgYJFl?D7h(iJ=4+mzPh9 z=zw0kt2EmjjICVb=r=P{vm7`LJL^=*wYa)7gH~1DxQDN%XNGM^<%~hA%1usV#7e*a zI*pflCI|GH^oGmLJAwvvkV+lk2~4emZk5YDNJq0Euyye)3n!|&-De=)6f6pOsb`hp zk7yBxMzbm~wzS=i3b1A$CewPoDX}bO0-3Ra<~6G{Ix&d67p*LDXElft8S^c{UY2=< z=T)s0KpDkbYLK;aO+UlEw*}2luIW|$nyU7F{9ChCbHEEuyQogRYWWFXnvB&l7Iial z|7l9giKQeIrL|y{jd0=X1f-9FG6H0EnUcMqRASJz#Gsqv^>@Uo9Eqw#4Y7O`H3816 zstKNcYFDhLHBn7SaWtQXJ2~?g>5VhI_=>JH6U@!5b0`|hK0I~8Q~9ypMO_q?a7k2) z<^cSUVU(SVg;COMF;~cT%^A%z1LkHfTFe*JLosG+p@lA1HvhQ>W^@W$gv!BP`(%tz zKfP>@{y3&8gc(d;S?OSs#);B?I(lvAoNnxMr@ftWxDu(eJWp*dD%A_R+O4EV+#Ha0 zyox&oQ91|CA|iyCKIzQ2ye6=i)6Mut_*S3#Pm%-(vr7DmDyZz`bPam!<+PcGNVAke2-MGt#0CbO>J~xZS^`#Lq1i#zWNsKj8!*RZ{T~K1#cS%z9oZ0 z8zM2l4vu1u!o;nr{G@$f7z7bLEDWB$u%2*$xTIT4l` zH`6k_jt%ml#>1a!-aiA4g`_lFgGoY#0CJT6zO=d(o8?l^2PY9VL zx;8gSj}DzuS$^+s<W%kD-I!W&IG^yRbO0@|FZ@}Lps zLq-E;4>oU1^vMoZU8CwK^I^9Ee3i!90lYm>mMzc<r=kF5E_mUu zYEKLaciTWY-y20`)cfc3{DayWzo55&K|fa`=0BjlA@n6`{_ z<1YeD1TQBNDPEv5;#G)|Q4XCnl+9kx`(g5U|6LhZp;EbgP(d zUfbCv5V>k7mjeNh^#>@5(y))d)t7zzo0kH5!EDo9(JXLc|FrjgoQvK%D0a|f+wS?3!PT3QOqrVHV4BzrLE0(ZWT7!%1Q-y z?My(HC+3sL5Q9W4((VzV)V%qM`SC$xT=G~om(pAD&}NLQ?^lbGa5cD}6+A`rrDQz9 zC9q9Wv)2Nw%E1Lj zyH2Insf0n_4j(~18^4J-lx8bxu7wCd;Q@-bR57|hkrSVzFz?Tl*jn{1CH_jdCOYQW zabpjS_^3dE!E`F0%X}MhH8pg(xuat|0$s4UMO1^XFCNb4os>`{CG-Z|v+}aGp!l zrNP!Htriijd7#1m7p$#v?OB`#N*|`)xy*dh2-?mmN@$Ilti*=Q#ek60i_T@E1N@Jw z*$z2MP~5zsv+12K9|WD?qiglRpe2xlWNhO#O7a(Bb!|!)Ac%Xof|4i8sTJ*;DI# zp0dBH9)Cs2A1l!=>FrnYoNCiH=1$&PPqBC&;&nzk?XiRSs`09KQ@~!eRNbbX*Nv~+ z&^MYL9T~|M6!W8>Q+c}3PiKwsXdAC)RWQr+9d3D({171_B5!$%IZS|ecs{$lg?qS} zvG1H5&WMLtk&eDEPc*N>I1|=!LiYb0JTx&`IF-_&ZdHW9F?)=R*9q?4d+&AfKVAks z##Uq?ItsGg>M;d)OhQoZ{bJ7EVpx^aX+7~%LGj7jK1@X$Z19pjGTpzb-D7I zEoHXy4=E}pRfg6R!Ge;=Q5|l9F)rgwJ?rmkCPX;T#1bO&=kzQ7$?{`2{}z!o z&Jcr*C6*XgCkQBWVun@ou(jltAUBh*VbsenvBYu`QsMwKVu=yU9#k{py`6F^$3UC= zZ9W;EsV>i1aNN)zqNAYVwn|R3kZ^|1e5qEI4@3^_agXT6rh!x9W=KdAqhS&#-I-31 zulN(OTDC*FHCDVO$6kr)#8~#go;b-r3wSX;GY2M7MS4*tL#iz9aJ-TPm%>;K=I1pK zg)T1>u0hjUAB%heU!t+Bph;*IC4nN_2()SRkY3YMhvT@tw10Ungn}R;Y%GL+Vtx|6 z;Zm4WN*I=Va^lew=w~hCNAWDVxSBw*qO{}Qk~~HwG5HX2>Vgmf5G zOT(8m2FFz_Jh8VS9&{S1@OZ@sxs_lK+GB2X`}%%pb4-vph38H&G1hzLJ^MAG*I`F&U~3H z-&BJFW(8zj(ZO6{=ca~Uhn5rUoFglB&5?G$EVQYDV}l!!+G^Avsz$*N@@#Z8JHlUk za38Wt7@5NG?c6>zxH*1HQuCSqLkA9(Z@c|wvyGV<^mVahZ)7fZX2#3PaQmIN zmmhct-xCiVI5>S^zvrnm)5LvIR|k~nVB-A)B|oI(qe?!ek+M#;ZX@*kDhj&+Bwwkr|2+8$)l%cZQ;@Z0^MXB_4( zdZ$&(Zz*By9l--8eDKd`^NXL|bZ1A8ByK5)bv z&|}+ujqzyo-6q|8i;|L(w<<9!sqMNtqEhcsa<`HjmAq9+Ny!aLCX{Sea+8wBdCecu zckQ|(F`{qL^QTnoZCten!l1H_1@Q$v_VoBkB`@peSzY~*lCAo=OUX<6`8HjBTvzYV z)lMa^^0PhofT{jD8>;iV{nN_zJ-VtW`C0w^ypk^|`LYrV-1&>T5}(BzQ1V;)DH|Q{ zSCuFPq4zCa{i&{WlJWjrS9^5z*SgxPt8Z}C&X@0#|4C1)-_wG0N3!?m>V74C%vJ9` zUG?i~P|1jXnlrJYehw)aRl=%fPU-61y1GeMTXZ$0WM0XFk_VOCsbr_JY}3^{bR|tI zXM}%9S2Cvejwq20yR&c-cM_&1)U9s`=gsTcf)bfeInz6BAEqka&Y~^bE;udPn%6Em zRqdzeYtOU?j-JI|xJPVk@4W)c&1#2axh4{H=X9eDMecd;SMpUQ!eDrZkK?QUa(#L3 zWUVpNR~F{-KCJpbr_2v1`CcXORq~LMgG%0~8qn&LHs5Z5SNiT;!RYMfvx;;P&Z4C7f;HEyK>rU0P5Ad(M(!dm z<%?#VpCa#T7-kF&VZm6)4D}asg>@UMyuWe725b9mIrqpOyVm-OxG3+SiQgbb3W(%X1ZXDW9$tXf>*gA60xIra@8OSJxhW>Y^ zu(7aFtr(|ALnAhaUdyl1ozecW5xKnp%KamSQ7kn_vSVA-Qo^?uN3R*(s5?X1@mt1@ z4P{2(%GizAQ@^ZnH&*?E2ZX|boc2gdC7b7&9;d^ky zy<-Pe%lJ6n^l(LL*PC$R5v;Ua=6}ly)&1qt6X~4utCt@6o6$#H2}UP7zHT%-K7J20%?|_ixz?w&oW_(6ev1@{WbB> zp}(ZHQ-OX#rXF3l(9-h2!`<=m`0nw`bQ%*}`=77ZUwuNpyQIHHm|Wv-IXX@X!o9-d ze&O>$G2j6o%Ag(=LyurQlA}5-!eboDaUB&A#$z7wm?wO~r`4#45qBn&B7x*_0@H){ zc!tsJKn@;a&pwm+Y`?r=7r%r0JK z7e8=lGWWV?eMav%Ymf_;XZ^A~mL~mD7gNf%NWoCrMU+C#gv2nR^d3x$4^nDSbz%n2 z1?cYP=UqrC*CieeUDf@73DFg4Bbp3vDy~h|pEF~>DII$iFa8NT$%0Ie5B{g&gJDgB zFh|MpVbbvqrLHQWsxGR)-eL@<8&m3p#nYH^{(&iu?Yrb|E9EKqM$F93;M~(XU+Wrj z&Q#v)P#LvoE*C2UuoSSchLsyIIjH+wiscD$nZ3zdVPS!Pw_z2uIS!bgbjbTU&92L=35DGor>*qbipw2(EN#qHt@Z__7p^8{}l*+7 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..29a02b4a12b7d8bd4885021e0a3a0b789dacb72a GIT binary patch literal 1810 zcmZ`)&2HO95Z>idB=u`0{z(o+sojdy;3k;YgvDGMi$CR~H2Vdoacxd<=pj8>*}Y zyM!JnYhz!MbF?+q1TCCEjdU_}qzAs*D}{P4PDP?!%q7ldy7A=TtK+A-d#I#{(q~b| zF@;vdc`ZXC?z}SpM&vex`Ir0iJQY5VGQT)e^E}%x9_+u8LcEN{zLL@OL`Yv`r+yN@ ztUVr#KKIL5iG3*gB$|oRFXF-vPesOa=}!^7X$77iPE$TA&U6=&T^3=T=pKBy1V%#L z9qLiJ3(~58)q&BWC`)MF4XiA1!8Z(6k3djF(F@=#@Cv&B+6JVo4FkmJnr>{)05gjc zBipr17L7Fxoizm<8B^leRXp_lm4`wJ z($JNdiga;lz@ptcW!*^gWu|nit{>s=SKs*GGPJZCRjkr>3ALI=RLc%VYtMuVaRWg3 z01PGKMW{t>V&U(N!#n`4V*zv@!j5dhasw@7mJPQ-3qvS!0bE*>1qH+`&R!!nWMf?- zr|gMlOPQ?h9?iwz_`Bx=l@F9W8vs!TCV8NZJr_waWRgKJ-2q00Q9V<-Rp3;ij>F>^ zO}<-`hc%(geF#wZ-l07zKL!0p?wI%6+`k8<${o9HdTT)yFd^rbvT^d)bkR6xYqoLL z*20C`Gks^9ChC_|exq8PUcmfh9!M5SW|G)s<&Kf7{G(NOlB=pzK6rS4*fv=iY&C<# zEtmU@pudW|%AS zU#ddauo)Tgw#Ez&SEve)s%wiG6Yq;O=gUMq!ivfPEI1K37w|Jr8)epWdL6j$c=SJw C3(dy> literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..91998ae59c7a15eaac92a947eb466282974d851c GIT binary patch literal 4244 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 X-{RGz34>|X^*UMBO;R`Jo6Y4HP>8JM literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bbb8b98abd35c1fa1e658ba70930d6c61891d798 GIT binary patch literal 10023 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fe18755b8c3c45b8625772ddb5263ca9b959754a GIT binary patch literal 3147 zcmai0&u<&Y72erhE-8v)6xnrc$91RfA!Z_pMNZL zt20B%BiP2 zfBtsz_f5z72Mw-29tKYwhv`3~BOJj}Cu2j#sPCrk(8a%(dYM1;?VO)BvS1iw&0#ZZ z4O`5Sf%*(GjdU$*58KT7+!29jzH&tKr8`^~?vc}L{YVyjtXhxqyfBeTid+vc-Wo)i z6vr|v3l*u^VUo(8S8W`B`_)0X|HZ-nAOA4;yz=()S=HK)(li=jomHJLj*q|kTIv#7 zWK62BKRyOe2vCWRbcReg0KtZyaD^v)(Rl4y2LVX5#F}WocE!5ryz++)u_3yznRriZ zViZ7@M(>L)jGE$sxGjDn?m+sd;_j=)uqEy-$M?ktkXRG90QG0pE%I~}#ixYk8x@tM zR8bQ&w>h4p46FRSp5~D%rn%q|AD6rsJ(IEF=aVF!@bd&xMoKQvq?(yYlAmxTBf*p0 z6g;x3M$_?Fs%;)Y!}&z!+)N_F$FRy1&EvGt67tYUy5w^iPmP4Bc;X-RTdYy zk-5>l7}t7g?YnKex(5xBF)A5Bhlbmdm#TQ4zyREV4h|Snr8Dx=dQhWTZaxeKs%8L9?VtL)ecW{lcYo!#OR2kvna6vx6ApS=4p|iSmTkl zc;DTvxkwaFuTV4EFA{yaGm41+$GXU*Niv{L%!g2Im4E<kTrCo$kJdxXUDp-eUJt?NCpe=b( zJ0;b)P+646(2|u=Y<;rD1@U=|GimI?$NArWDw($4w)BXgZ(HBwPFOlIz zzEgg(GgeZL61ig(g@)?O{H&iQqou?ryT9w}#K;}6c^aKa-7k}}AD+ov6sm7egz{Jw zX`c>kS!H%hl+Q3s^2CJUFJM{+XdJK00yclJ0`l&aaOG*ER0G02xAJq;YSqCYc4`0e zA?E0{^xsBj;auPVF4+s$Fwo9k(hcAa)O%Qin$0jgk+=eu#Uu=?=5pNg)ccT8cc`&+ z5l@yZbql>}{ms@ee2fWA$L_4P+5G3LQ7je1hCeEbw8v`q8EsoW1f_-7y8k6Q^X|fV z<~+l#aoYL@@!~tiJ#DK;%%R`6PVWBYO2&JE=(;9zcwI&?3;PhkMaV6ns=IfE`#`Be zRY6^)dv1;V0SVp!-Nj+(a9oD9=x-pRiDrkntn1)png7_wS3I>aQ zgbra>1GMbIy~Ht|y6V1gU$FcmJLe&@*rm%H zy$&L(<<9S}VuC!WJkapJtH2ZJc?T?l27$yEu5j!BBU--+{?m8BdxIY-H#IdI?JFYM zp^nBfd_#xY#hR~{AYTnHt^=r(fcs0cq0o?R_cL~v6LpMIwcHi2dBWP3cq}qov z(hkF{5Yv?UoiO|>uF~a7GYmx$hoPd}RQITP>lIOK-MHqOb&|@OqVhwoS^rwh-`Z+! zcDh^L54P6rTCYQP$5Y&Vu&am=^-DBWi#|dq8S3jRFtZZhONy$ZE!v7wyIP+ZQ|`uT hf=?xT_gbZ^JgHir*64muDr`J-+!hGC?fR_a{TCEMJLdoZ literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7151299a33c03479b5503a6639abb77b66a44141 GIT binary patch literal 5306 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 co<&iCJ&Uj={`9WmcMcB1U9KMg9~7qE0ssI2 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7e24321ba39c6d1551ba80e09cbb5ecf918a762e GIT binary patch literal 3283 zcmZuzO>Y~=8J?N_Bt=owht;Td8lq5vFtx=Lc3ZbljHGrxjG~GWxoOSRU{{=xw9;}( z&n}gUAb|pM(O%k14?V;I$lUq|`U`sOFPLk43D8@C9*h9#^UhK-WptN2oR4>A-jC;f zW`4f7SY~*J|Ng<@ch?yECpG3D2aUHGLX}S{XMfb<3@?t$WErx6-QEx}Pj|tF0<$%F_~S1j$mj)~a##K9iv=J!P_V zCR)oy*$d}UYhMRJR|OZXciwndhl-h?g#JQ{ptOk_l@&TdTN57 zMg4x99vHV1WjQ7W-Rz(rb&gS8y&GlfewwK?i}UzI-HSUUQTgEE!v`O!tdFG?+Di|# z>PK41kJOWa%JL4WF#q^yyiJbz4JwMYxMXk!Z#i;9I?|P%^kwkOwZ?cYSC-LUcqU{; zEN~wu8PB#Ft_gHukqPz8T;uNbPyQfFlVw>Rv7?pG z*ym!hI%Oj^SsQs%ejuhCfLqvk4-lwI)#*vq?)1`JrMa%b{0>KP{!ngs_;$%T-$Dgy zv&ZYd5@S9Va1`7`?mFXt7Ejz=_E&}#d=Vs#_efUnX`m7X+{cyA_gbL(~!FjhAR+|hx`n*F%nY@eu9_H?ro zbq-+yRPQCt>>MUr{ZmukmVkYy*X`eFVE>H3?Av#^`2tT{a?tH(TiZ#m6D8T5t+`3Q zUd9v?9I8kvof$tvS`IQ3oS=pDBrru;FV(9g=AK0Q^f|x&AM)Py=T4{dR^y5$Z0W0Z z9KzCwxMzZ&5N46qPJ6#^oJ6IjhTuUU!(c2QgMX}3P7=)m-Ul4 zHy&IaW03=u8~3Oer)CjOKtL~aR4E16lrDVJC>b|X$-Z8q#VFu~owf5+X`dVH$|#Ra z6^6x1UiA9Ku&EUP?UN`Os23sD8(7hJ)~yux>=p{<3+{gHx}jU)6<&4(7kq`gcth?! z$4Dhat%|Q=OVq`%_HvYlRf^~*F!_2N6!^Fy^i8a-S5R~WZ8LkQPT{s0O-ke}=eam? zM%-qxI3vn+b{-Nb4l>o=i_>;~+E)!%2N2g)Du@&G4^d#B?@`@uc7bJUsD2XzckpF) ze?DBBQ~JW?!`l51Ke62Oct%yj)p;(Sbz*lL6WYg=h_BlFaiR+Q<{69Xl$6#!+I=K4 zu)!|=Cpf;4_53p&U7tG>F=bPpZ5Cr-SoS-y!Nvky0AGv*c+7z(+#UUGtfK2EzNCdg zp=F?5=h>%meyF!-u!+Ky+DR{xS^MM`l(kN|&{+S7q%OP1cvk!!jARuQEI`cNSGX%G z{8D_a*l>Avrp<-8aEbA4p37nn8}E64Tw?J5VjK8?JRxE*CAf7>!pavt6He^>xDFC? z#~xS}vS43lDn{P1qc?GQL;lI;NJtlq>`1WY*w5XfE&UB}Hco)Q5~F=)CW2N+ukhKXU`>M_V$icC*QglH2e+y8a%x7f;lX|HMmWW;W9`( z&GwbPVTp&R3>4Zq9Hhre8h4QI-zFl}NaXjBSC(Oy`dSeH&QGC6SzpH%nrOQqPp9AO z7hJkYecwT0N)M5+?`qxC7Mk`x&?wD;k`ki;%=by&vqWV=n^!ve)UIq5cp0=c=tK7+ z&~b5B+Qt0rbrfu|X7RhiLs1oim%sL%8ZV2A5CYtVuNtg7H8H$8M*}afcIom#*>-XH zxQ)heB}e)qtaRM~Kmn3S|KaZafzhs}>zAnmB|YlTjCr4xfFs{zff8 zxsLBP`^ri*R%p}x0d9KOR1-66!j194@j#@eON}N1(d2$jM}_5mvw*9`*6eCweb{YkLr2qf` literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..556391fa30e968094159d9d006875209e1898371 GIT binary patch literal 1381 zcmaJ>&u`l{6eeX!mSropldQ{zp$NK@4zUgehG7_rc3!dm0E_`i4^=S;ipa)7sUIWh z7BQ4ld+DL~9(vf0`*oCK?Zt1(pI400OtTQXGf%T6omZvg z6}v&wT2ceQb9MwxVxE|je+KG(G|~y%rn^FA5xyDEMHT; zI9g9Osb+^%2q@TX4D*L#q*m`=guO-&IpXA=GekV_B`ru!c{IOy8|HHP2 zJde0^p~nLu`DQ&FC|f{{%E`1sYG@t_mFbC4zBoUW8Z0-bRg>(ajvz&nu@p83=|@Rh zcWRQP$BZTgmCK3<<#H-lyv#g(dF>d$Q~Pt>b9VqVn4m`<-;(GlDy;^e;l{1^BtCN+ zx516o^cuTynm)lV+%vC1e_6z8yuU4s4DM|(bcwwP9X^Jfe4@=%n{91&!L0jBDeIr2 zXzghr0EIp7Y8w6*NI6BdDrGp}fnM6u=5wibG@txFN#f%wQGkc7@YS;ggcd HneRRTPZ))( literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/_cmd.py b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/_cmd.py new file mode 100644 index 000000000..2c84208a5 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/_cmd.py @@ -0,0 +1,70 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import logging +from argparse import ArgumentParser +from typing import TYPE_CHECKING + +from pip._vendor import requests + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.cache import DictCache +from pip._vendor.cachecontrol.controller import logger + +if TYPE_CHECKING: + from argparse import Namespace + + from pip._vendor.cachecontrol.controller import CacheController + + +def setup_logging() -> None: + logger.setLevel(logging.DEBUG) + handler = logging.StreamHandler() + logger.addHandler(handler) + + +def get_session() -> requests.Session: + adapter = CacheControlAdapter( + DictCache(), cache_etags=True, serializer=None, heuristic=None + ) + sess = requests.Session() + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + sess.cache_controller = adapter.controller # type: ignore[attr-defined] + return sess + + +def get_args() -> Namespace: + parser = ArgumentParser() + parser.add_argument("url", help="The URL to try and cache") + return parser.parse_args() + + +def main() -> None: + args = get_args() + sess = get_session() + + # Make a request to get a response + resp = sess.get(args.url) + + # Turn on logging + setup_logging() + + # try setting the cache + cache_controller: CacheController = ( + sess.cache_controller # type: ignore[attr-defined] + ) + cache_controller.cache_response(resp.request, resp.raw) + + # Now try to get it + if cache_controller.cached_request(resp.request): + print("Cached!") + else: + print("Not cached :(") + + +if __name__ == "__main__": + main() diff --git a/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/adapter.py b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/adapter.py new file mode 100644 index 000000000..34a9eb827 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/cache.py b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/cache.py new file mode 100644 index 000000000..91598e920 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__init__.py b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__init__.py new file mode 100644 index 000000000..24ff469ff --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__init__.py @@ -0,0 +1,8 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from pip._vendor.cachecontrol.caches.file_cache import FileCache, SeparateBodyFileCache +from pip._vendor.cachecontrol.caches.redis_cache import RedisCache + +__all__ = ["FileCache", "SeparateBodyFileCache", "RedisCache"] diff --git a/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0b310bcf96d5adba9545c31d2c73408188833922 GIT binary patch literal 424 zcmah^yH3L}6t$g4p`sECACaQOLnXw35CVyjfr=%I<;J&-g%ewLs1*K)U&_ja#1}Bt zZX@W%m3-vmdydb&FSFSc`Fj7pswqb3GmztoJh}77%{>StutE(kaYIUi11BnK;xhL4 zNW>!9L}en2l&yn z)(ud>TWb2Q)@^PU`Pu@kB;=jt)hk#E?UpLJ8WoG;nmXA*ZhV(-z)?R69T%X-3mk}} cjLBAZj1{IIPHq}4-W1#>KHi1F&hZ)90jO4Z^#A|> literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..deb6524a3e6862c59295cb5205fa4f6abf1f8eb6 GIT binary patch literal 5341 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 B#*hF2 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..65a97f5b7d0184361df18af37768418c4da94a97 GIT binary patch literal 1971 zcmZ`)PjA~c6emT=mK{5Fnlw#!7_?ynCSb7-1%@4lEm&H##Q9jGFQ*zxm$RR%FE9tt^fPI2pw)ZF-^|Foth4+V#{Jp<=+3mIotl6Jmj7~g4en)0? zxxnlZLiJBTaKdR$#x$Z7X(xBaPUMVP#4OKpckD%;rQN(SZbnT?gr}asSugj;t*AxG zGr}9Zc|~|rG%s1y=KcW*TYuo2A+6RDDGQUBtdKf%DxW7tm~1R6AHTCg3OLmL@#pWK z#{18o?tk}U_zVQCZxb!{lXQey?+3v%o#KV7s{za&IwFA(B%+)|4yWAV?AqZj_paQC zAvEp--{NiHUA_a74)4OL^=p^kWg*Twmj31N+z9=ua);=YQ@Lp&Wz|r^OqEQX73fIg-beJ9t&)}`h6EgtTRIG> zLK)tmMSf(NTcXxM_Lmxrim@2*L=GnBW>m=C$>ZH4CB$JSc8yBXQ=tYzo(=NsaB<>s z|I2~SjM$xkHaQl0Fv%u^_)JJ%s6mP`2B1b2dClm7!f?k{)1RDIejH~qGjY5D2(1)*a-uh_9L zw~p$9NZrQ|2BQAlLuwN~Tdn{$>9F!FpxJ{=8bGzIza>D|URrr)Nj?=-Q@ovI zO6VFew#ss0wc)ma&wwbI-dch#ow-Aa{M9%mGwjk)hlbs_#ye@u>4jUelO`vpzS=9@ z6CYZK{${16yF)HKdq=CJrd@hBYjbi*;WlVL*;{H#R!guxLI>)jYM5CjkBYFf2$2@1 zYG*o=+9Wa+3L{%FS-er`LdB*gRXa#Em6+s7Dk=|5#M_ENP^zwh2F+uQb-;DlSc&yE z7^#QwiJEX*4EIzX7r9C9X5kT>!E+i@M3_r^v`ss9`}6~6wwe`q`u}U82j^isSSXr-=C8wMXiwrqG4=`Br)Mna@D2ZC$c;I_s_YXVvMdUr6J&exc0*`#07q zm};Q|oKYf0Ai<<4a`58wKo)@%f(NDm*9yRmKD|5GAKI`(ByCUryB!fGnDh~*9Tmqxp{o3^Y6ri@ENGl=9oC~Ar{lP^!~OwE&&5>$ literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py new file mode 100644 index 000000000..81d2ef46c --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py @@ -0,0 +1,182 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import hashlib +import os +from textwrap import dedent +from typing import IO, TYPE_CHECKING +from pathlib import Path + +from pip._vendor.cachecontrol.cache import BaseCache, SeparateBodyBaseCache +from pip._vendor.cachecontrol.controller import CacheController + +if TYPE_CHECKING: + from datetime import datetime + + from filelock import BaseFileLock + + +def _secure_open_write(filename: str, fmode: int) -> IO[bytes]: + # We only want to write to this file, so open it in write only mode + flags = os.O_WRONLY + + # os.O_CREAT | os.O_EXCL will fail if the file already exists, so we only + # will open *new* files. + # We specify this because we want to ensure that the mode we pass is the + # mode of the file. + flags |= os.O_CREAT | os.O_EXCL + + # Do not follow symlinks to prevent someone from making a symlink that + # we follow and insecurely open a cache file. + if hasattr(os, "O_NOFOLLOW"): + flags |= os.O_NOFOLLOW + + # On Windows we'll mark this file as binary + if hasattr(os, "O_BINARY"): + flags |= os.O_BINARY + + # Before we open our file, we want to delete any existing file that is + # there + try: + os.remove(filename) + except OSError: + # The file must not exist already, so we can just skip ahead to opening + pass + + # Open our file, the use of os.O_CREAT | os.O_EXCL will ensure that if a + # race condition happens between the os.remove and this line, that an + # error will be raised. Because we utilize a lockfile this should only + # happen if someone is attempting to attack us. + fd = os.open(filename, flags, fmode) + try: + return os.fdopen(fd, "wb") + + except: + # An error occurred wrapping our FD in a file object + os.close(fd) + raise + + +class _FileCacheMixin: + """Shared implementation for both FileCache variants.""" + + def __init__( + self, + directory: str | 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/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py new file mode 100644 index 000000000..f4f68c47b --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py @@ -0,0 +1,48 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + + +from datetime import datetime, timezone +from typing import TYPE_CHECKING + +from pip._vendor.cachecontrol.cache import BaseCache + +if TYPE_CHECKING: + from redis import Redis + + +class RedisCache(BaseCache): + def __init__(self, conn: Redis[bytes]) -> None: + self.conn = conn + + def get(self, key: str) -> bytes | None: + return self.conn.get(key) + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + if not expires: + self.conn.set(key, value) + elif isinstance(expires, datetime): + now_utc = datetime.now(timezone.utc) + if expires.tzinfo is None: + now_utc = now_utc.replace(tzinfo=None) + delta = expires - now_utc + self.conn.setex(key, int(delta.total_seconds()), value) + else: + self.conn.setex(key, expires, value) + + def delete(self, key: str) -> None: + self.conn.delete(key) + + def clear(self) -> None: + """Helper for clearing all the keys in a database. Use with + caution!""" + for key in self.conn.keys(): + self.conn.delete(key) + + def close(self) -> None: + """Redis uses connection pooling, no need to close the connection.""" + pass diff --git a/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/controller.py b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/controller.py new file mode 100644 index 000000000..f0ff6e1be --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/filewrapper.py new file mode 100644 index 000000000..37d2fa591 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/heuristics.py b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/heuristics.py new file mode 100644 index 000000000..b778c4f3f --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/py.typed b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/serialize.py b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/serialize.py new file mode 100644 index 000000000..a49487a14 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/wrapper.py b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/wrapper.py new file mode 100644 index 000000000..f618bc363 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/cachecontrol/wrapper.py @@ -0,0 +1,43 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +from typing import TYPE_CHECKING, Collection + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.cache import DictCache + +if TYPE_CHECKING: + from pip._vendor import requests + + from pip._vendor.cachecontrol.cache import BaseCache + from pip._vendor.cachecontrol.controller import CacheController + from pip._vendor.cachecontrol.heuristics import BaseHeuristic + from pip._vendor.cachecontrol.serialize import Serializer + + +def CacheControl( + sess: requests.Session, + cache: BaseCache | None = None, + cache_etags: bool = True, + serializer: Serializer | None = None, + heuristic: BaseHeuristic | None = None, + controller_class: type[CacheController] | None = None, + adapter_class: type[CacheControlAdapter] | None = None, + cacheable_methods: Collection[str] | None = None, +) -> requests.Session: + cache = DictCache() if cache is None else cache + adapter_class = adapter_class or CacheControlAdapter + adapter = adapter_class( + cache, + cache_etags=cache_etags, + serializer=serializer, + heuristic=heuristic, + controller_class=controller_class, + cacheable_methods=cacheable_methods, + ) + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + return sess diff --git a/env/lib/python3.8/site-packages/pip/_vendor/certifi/__init__.py b/env/lib/python3.8/site-packages/pip/_vendor/certifi/__init__.py new file mode 100644 index 000000000..f61d77fa3 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/certifi/__main__.py b/env/lib/python3.8/site-packages/pip/_vendor/certifi/__main__.py new file mode 100644 index 000000000..00376349e --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/certifi/__main__.py @@ -0,0 +1,12 @@ +import argparse + +from pip._vendor.certifi import contents, where + +parser = argparse.ArgumentParser() +parser.add_argument("-c", "--contents", action="store_true") +args = parser.parse_args() + +if args.contents: + print(contents()) +else: + print(where()) diff --git a/env/lib/python3.8/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a61661c86a235b6adfb2085f36f1c0f98d430f59 GIT binary patch literal 303 zcmYk1L2AP=5Je@~ZcIv`N9fiITP7|gi&A=mZb~;^WN@rWENV+aQd5!}^-9`yRp<%2 zstjG^!@S}1hY$0*S}jS``R9Jv#{D&$OR;F4;<(!gK?EJiL|ZzsmQf;@NDiz`MB1hz zdm+WuH;rcn3wf`VN9A3}J_fXC=N_9xoR{l*eOJ|+s;QrgETp}@jKcz;8%Ka}4RA#3 zq*ef*#4hH78NWRr^n_e=ikp)kv?@(g?k(a@V(D$yzoF%*j(n86|BI&Da3?*MCZ^p1 o9XHbO*sp}PyhrQhUUC4bqz9t<8 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..693b63a7db31fffb3508b037c61133c92f14210b GIT binary patch literal 451 zcmYjL!AiqG5Z&E0X$);C_!T)Mdnkwp5xsg4K?KPqq}ge+HQ9v8w$fgE_8;oeU)rlD z!7uQln^?qweKYfB_Pu!+j{{<3_jy))+x*@&|HHM-m3{4_1wjNYNz!Fj(uyUlauSCU zAcw&#NnCJOo^ZrKxWaqsc=s^0ybu10;SHPs+mk(|Lf|qx5NXWvCqNEr!%I0oZp`9y-bxKoW2e~?T5hl9$7}iVTArp=CRLio c&DQuARV~&fTvBVE?*IS* literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a838c68b39f43f91c0975ddb027c0ae1ea382915 GIT binary patch literal 2129 zcmah~&2Jk;6rY*>@Mi7UPSd1K5n#R~ED;;2fO+VSED2yNh|um2_yX*&PFEqX!m5`4Vb9m#{BLl65za40^1V1nEcoF-w4~67GFL6#7p*K;IvETS zofUa&P^6_&^jc|xU+Rp+uvN%brd2B~axHSLI^h|HWV20;Uw$gZ_2tKd#Rd#@1B51H z${|>sOdKGN08qNwW~Lf%JlObpYbV~=d2E6>7EdxA$EQT%X)Dg-Zoe3cE>H6A=veoQ ze0_9xy(fj(&BVHvNqQh;SL8?CLAE>Hakq1?t1>OtM_^6%gzAp6Q8zvkIWJ^)%1$>e zqyUOc!(LkY8mIaRW}jjp2$h&?ZFc6sbXK*xsU#}yWdmV6lK zX{bKdwvRk#3Db^dV|N-NZ|v*JEJU(~_XM&5lL_{Oj^~6+Xjw#J&dX&KH&GyzH#uR6 zya&b^!L`s5d=2Tmn2TDB_YQS${hsk5U9wcSJyV$$4`zxg4kcva8hpk0kTQi-5-TLdWS>2V5%a|6KnD~} zG<{BCoF$z@DhOG5&Rve5iyNz4^O;ctV?s}yO|WS@>9+!Ok&)ZM2* z@dVo`fI`ZF4^}AoHmIh;Gnpqtf&B_w02GyrH3!7f-s^C%QU)+eIJCyDAOQpUztGBe zVbi70;(lpe#lZduV-{E@-$UE`AlkP~C60NK0yswTbxI%%v`?uQi>yey8bz6_~Bl+5(~E NA4ccDziZXH_b)nt!1(|G literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/certifi/cacert.pem b/env/lib/python3.8/site-packages/pip/_vendor/certifi/cacert.pem new file mode 100644 index 000000000..3c165a1b8 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/certifi/cacert.pem @@ -0,0 +1,4929 @@ + +# Issuer: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA +# Subject: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA +# Label: "GlobalSign Root CA" +# Serial: 4835703278459707669005204 +# MD5 Fingerprint: 3e:45:52:15:09:51:92:e1:b7:5d:37:9f:b1:87:29:8a +# SHA1 Fingerprint: b1:bc:96:8b:d4:f4:9d:62:2a:a8:9a:81:f2:15:01:52:a4:1d:82:9c +# SHA256 Fingerprint: eb:d4:10:40:e4:bb:3e:c7:42:c9:e3:81:d3:1e:f2:a4:1a:48:b6:68:5c:96:e7:ce:f3:c1:df:6c:d4:33:1c:99 +-----BEGIN CERTIFICATE----- +MIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkG +A1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv +b3QgQ0ExGzAZBgNVBAMTEkdsb2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAw +MDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9i +YWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxT +aWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDaDuaZ +jc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavp +xy0Sy6scTHAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp +1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG +snUOhugZitVtbNV4FpWi6cgKOOvyJBNPc1STE4U6G7weNLWLBYy5d4ux2x8gkasJ +U26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrXgzT/LCrBbBlDSgeF59N8 +9iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8E +BTADAQH/MB0GA1UdDgQWBBRge2YaRQ2XyolQL30EzTSo//z9SzANBgkqhkiG9w0B +AQUFAAOCAQEA1nPnfE920I2/7LqivjTFKDK1fPxsnCwrvQmeU79rXqoRSLblCKOz +yj1hTdNGCbM+w6DjY1Ub8rrvrTnhQ7k4o+YviiY776BQVvnGCv04zcQLcFGUl5gE +38NflNUVyRRBnMRddWQVDf9VMOyGj/8N7yy5Y0b2qvzfvGn9LhJIZJrglfCm7ymP +AbEVtQwdpf5pLGkkeB6zpxxxYu7KyJesF12KwvhHhm4qxFYxldBniYUr+WymXUad +DKqC5JlR3XC321Y9YeRq4VzW9v493kHMB65jUr9TU/Qr6cf9tveCX4XSQRjbgbME +HMUfpIBvFSDJ3gyICh3WZlXi/EjJKSZp4A== +-----END CERTIFICATE----- + +# Issuer: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited +# Subject: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited +# Label: "Entrust.net Premium 2048 Secure Server CA" +# Serial: 946069240 +# MD5 Fingerprint: ee:29:31:bc:32:7e:9a:e6:e8:b5:f7:51:b4:34:71:90 +# SHA1 Fingerprint: 50:30:06:09:1d:97:d4:f5:ae:39:f7:cb:e7:92:7d:7d:65:2d:34:31 +# SHA256 Fingerprint: 6d:c4:71:72:e0:1c:bc:b0:bf:62:58:0d:89:5f:e2:b8:ac:9a:d4:f8:73:80:1e:0c:10:b9:c8:37:d2:1e:b1:77 +-----BEGIN CERTIFICATE----- +MIIEKjCCAxKgAwIBAgIEOGPe+DANBgkqhkiG9w0BAQUFADCBtDEUMBIGA1UEChML +RW50cnVzdC5uZXQxQDA+BgNVBAsUN3d3dy5lbnRydXN0Lm5ldC9DUFNfMjA0OCBp +bmNvcnAuIGJ5IHJlZi4gKGxpbWl0cyBsaWFiLikxJTAjBgNVBAsTHChjKSAxOTk5 +IEVudHJ1c3QubmV0IExpbWl0ZWQxMzAxBgNVBAMTKkVudHJ1c3QubmV0IENlcnRp +ZmljYXRpb24gQXV0aG9yaXR5ICgyMDQ4KTAeFw05OTEyMjQxNzUwNTFaFw0yOTA3 +MjQxNDE1MTJaMIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3d3d3 +LmVudHJ1c3QubmV0L0NQU18yMDQ4IGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxp +YWIuKTElMCMGA1UECxMcKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEG +A1UEAxMqRW50cnVzdC5uZXQgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgKDIwNDgp +MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArU1LqRKGsuqjIAcVFmQq +K0vRvwtKTY7tgHalZ7d4QMBzQshowNtTK91euHaYNZOLGp18EzoOH1u3Hs/lJBQe +sYGpjX24zGtLA/ECDNyrpUAkAH90lKGdCCmziAv1h3edVc3kw37XamSrhRSGlVuX +MlBvPci6Zgzj/L24ScF2iUkZ/cCovYmjZy/Gn7xxGWC4LeksyZB2ZnuU4q941mVT +XTzWnLLPKQP5L6RQstRIzgUyVYr9smRMDuSYB3Xbf9+5CFVghTAp+XtIpGmG4zU/ +HoZdenoVve8AjhUiVBcAkCaTvA5JaJG/+EfTnZVCwQ5N328mz8MYIWJmQ3DW1cAH +4QIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQUVeSB0RGAvtiJuQijMfmhJAkWuXAwDQYJKoZIhvcNAQEFBQADggEBADub +j1abMOdTmXx6eadNl9cZlZD7Bh/KM3xGY4+WZiT6QBshJ8rmcnPyT/4xmf3IDExo +U8aAghOY+rat2l098c5u9hURlIIM7j+VrxGrD9cv3h8Dj1csHsm7mhpElesYT6Yf +zX1XEC+bBAlahLVu2B064dae0Wx5XnkcFMXj0EyTO2U87d89vqbllRrDtRnDvV5b +u/8j72gZyxKTJ1wDLW8w0B62GqzeWvfRqqgnpv55gcR5mTNXuhKwqeBCbJPKVt7+ +bYQLCIt+jerXmCHG8+c8eS9enNFMFY3h7CI3zJpDC5fcgJCNs2ebb0gIFVbPv/Er +fF6adulZkMV8gzURZVE= +-----END CERTIFICATE----- + +# Issuer: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust +# Subject: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust +# Label: "Baltimore CyberTrust Root" +# Serial: 33554617 +# MD5 Fingerprint: ac:b6:94:a5:9c:17:e0:d7:91:52:9b:b1:97:06:a6:e4 +# SHA1 Fingerprint: d4:de:20:d0:5e:66:fc:53:fe:1a:50:88:2c:78:db:28:52:ca:e4:74 +# SHA256 Fingerprint: 16:af:57:a9:f6:76:b0:ab:12:60:95:aa:5e:ba:de:f2:2a:b3:11:19:d6:44:ac:95:cd:4b:93:db:f3:f2:6a:eb +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIEAgAAuTANBgkqhkiG9w0BAQUFADBaMQswCQYDVQQGEwJJ +RTESMBAGA1UEChMJQmFsdGltb3JlMRMwEQYDVQQLEwpDeWJlclRydXN0MSIwIAYD +VQQDExlCYWx0aW1vcmUgQ3liZXJUcnVzdCBSb290MB4XDTAwMDUxMjE4NDYwMFoX +DTI1MDUxMjIzNTkwMFowWjELMAkGA1UEBhMCSUUxEjAQBgNVBAoTCUJhbHRpbW9y +ZTETMBEGA1UECxMKQ3liZXJUcnVzdDEiMCAGA1UEAxMZQmFsdGltb3JlIEN5YmVy +VHJ1c3QgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKMEuyKr +mD1X6CZymrV51Cni4eiVgLGw41uOKymaZN+hXe2wCQVt2yguzmKiYv60iNoS6zjr +IZ3AQSsBUnuId9Mcj8e6uYi1agnnc+gRQKfRzMpijS3ljwumUNKoUMMo6vWrJYeK +mpYcqWe4PwzV9/lSEy/CG9VwcPCPwBLKBsua4dnKM3p31vjsufFoREJIE9LAwqSu +XmD+tqYF/LTdB1kC1FkYmGP1pWPgkAx9XbIGevOF6uvUA65ehD5f/xXtabz5OTZy +dc93Uk3zyZAsuT3lySNTPx8kmCFcB5kpvcY67Oduhjprl3RjM71oGDHweI12v/ye +jl0qhqdNkNwnGjkCAwEAAaNFMEMwHQYDVR0OBBYEFOWdWTCCR1jMrPoIVDaGezq1 +BE3wMBIGA1UdEwEB/wQIMAYBAf8CAQMwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3 +DQEBBQUAA4IBAQCFDF2O5G9RaEIFoN27TyclhAO992T9Ldcw46QQF+vaKSm2eT92 +9hkTI7gQCvlYpNRhcL0EYWoSihfVCr3FvDB81ukMJY2GQE/szKN+OMY3EU/t3Wgx +jkzSswF07r51XgdIGn9w/xZchMB5hbgF/X++ZRGjD8ACtPhSNzkE1akxehi/oCr0 +Epn3o0WC4zxe9Z2etciefC7IpJ5OCBRLbf1wbWsaY71k5h+3zvDyny67G7fyUIhz +ksLi4xaNmjICq44Y3ekQEe5+NauQrz4wlHrQMz2nZQ/1/I6eYs9HRCwBXbsdtTLS +R9I4LtD+gdwyah617jzV/OeBHRnDJELqYzmp +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorporated by reference/(c) 2006 Entrust, Inc. +# Subject: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorporated by reference/(c) 2006 Entrust, Inc. +# Label: "Entrust Root Certification Authority" +# Serial: 1164660820 +# MD5 Fingerprint: d6:a5:c3:ed:5d:dd:3e:00:c1:3d:87:92:1f:1d:3f:e4 +# SHA1 Fingerprint: b3:1e:b1:b7:40:e3:6c:84:02:da:dc:37:d4:4d:f5:d4:67:49:52:f9 +# SHA256 Fingerprint: 73:c1:76:43:4f:1b:c6:d5:ad:f4:5b:0e:76:e7:27:28:7c:8d:e5:76:16:c1:e6:e6:14:1a:2b:2c:bc:7d:8e:4c +-----BEGIN CERTIFICATE----- +MIIEkTCCA3mgAwIBAgIERWtQVDANBgkqhkiG9w0BAQUFADCBsDELMAkGA1UEBhMC +VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xOTA3BgNVBAsTMHd3dy5lbnRydXN0 +Lm5ldC9DUFMgaXMgaW5jb3Jwb3JhdGVkIGJ5IHJlZmVyZW5jZTEfMB0GA1UECxMW +KGMpIDIwMDYgRW50cnVzdCwgSW5jLjEtMCsGA1UEAxMkRW50cnVzdCBSb290IENl +cnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA2MTEyNzIwMjM0MloXDTI2MTEyNzIw +NTM0MlowgbAxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMTkw +NwYDVQQLEzB3d3cuZW50cnVzdC5uZXQvQ1BTIGlzIGluY29ycG9yYXRlZCBieSBy +ZWZlcmVuY2UxHzAdBgNVBAsTFihjKSAyMDA2IEVudHJ1c3QsIEluYy4xLTArBgNV +BAMTJEVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASIwDQYJ +KoZIhvcNAQEBBQADggEPADCCAQoCggEBALaVtkNC+sZtKm9I35RMOVcF7sN5EUFo +Nu3s/poBj6E4KPz3EEZmLk0eGrEaTsbRwJWIsMn/MYszA9u3g3s+IIRe7bJWKKf4 +4LlAcTfFy0cOlypowCKVYhXbR9n10Cv/gkvJrT7eTNuQgFA/CYqEAOwwCj0Yzfv9 +KlmaI5UXLEWeH25DeW0MXJj+SKfFI0dcXv1u5x609mhF0YaDW6KKjbHjKYD+JXGI +rb68j6xSlkuqUY3kEzEZ6E5Nn9uss2rVvDlUccp6en+Q3X0dgNmBu1kmwhH+5pPi +94DkZfs0Nw4pgHBNrziGLp5/V6+eF67rHMsoIV+2HNjnogQi+dPa2MsCAwEAAaOB +sDCBrTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zArBgNVHRAEJDAi +gA8yMDA2MTEyNzIwMjM0MlqBDzIwMjYxMTI3MjA1MzQyWjAfBgNVHSMEGDAWgBRo +kORnpKZTgMeGZqTx90tD+4S9bTAdBgNVHQ4EFgQUaJDkZ6SmU4DHhmak8fdLQ/uE +vW0wHQYJKoZIhvZ9B0EABBAwDhsIVjcuMTo0LjADAgSQMA0GCSqGSIb3DQEBBQUA +A4IBAQCT1DCw1wMgKtD5Y+iRDAUgqV8ZyntyTtSx29CW+1RaGSwMCPeyvIWonX9t +O1KzKtvn1ISMY/YPyyYBkVBs9F8U4pN0wBOeMDpQ47RgxRzwIkSNcUesyBrJ6Zua +AGAT/3B+XxFNSRuzFVJ7yVTav52Vr2ua2J7p8eRDjeIRRDq/r72DQnNSi6q7pynP +9WQcCk3RvKqsnyrQ/39/2n3qse0wJcGE2jTSW3iDVuycNsMm4hH2Z0kdkquM++v/ +eu6FSqdQgPCnXEqULl8FmTxSQeDNtGPPAUO6nIPcj2A781q0tHuu2guQOHXvgR1m +0vdXcDazv/wor3ElhVsT/h5/WrQ8 +-----END CERTIFICATE----- + +# Issuer: CN=AAA Certificate Services O=Comodo CA Limited +# Subject: CN=AAA Certificate Services O=Comodo CA Limited +# Label: "Comodo AAA Services root" +# Serial: 1 +# MD5 Fingerprint: 49:79:04:b0:eb:87:19:ac:47:b0:bc:11:51:9b:74:d0 +# SHA1 Fingerprint: d1:eb:23:a4:6d:17:d6:8f:d9:25:64:c2:f1:f1:60:17:64:d8:e3:49 +# SHA256 Fingerprint: d7:a7:a0:fb:5d:7e:27:31:d7:71:e9:48:4e:bc:de:f7:1d:5f:0c:3e:0a:29:48:78:2b:c8:3e:e0:ea:69:9e:f4 +-----BEGIN CERTIFICATE----- +MIIEMjCCAxqgAwIBAgIBATANBgkqhkiG9w0BAQUFADB7MQswCQYDVQQGEwJHQjEb +MBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow +GAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEhMB8GA1UEAwwYQUFBIENlcnRpZmlj +YXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAwMFoXDTI4MTIzMTIzNTk1OVowezEL +MAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE +BwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNVBAMM +GEFBQSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEBBQADggEP +ADCCAQoCggEBAL5AnfRu4ep2hxxNRUSOvkbIgwadwSr+GB+O5AL686tdUIoWMQua +BtDFcCLNSS1UY8y2bmhGC1Pqy0wkwLxyTurxFa70VJoSCsN6sjNg4tqJVfMiWPPe +3M/vg4aijJRPn2jymJBGhCfHdr/jzDUsi14HZGWCwEiwqJH5YZ92IFCokcdmtet4 +YgNW8IoaE+oxox6gmf049vYnMlhvB/VruPsUK6+3qszWY19zjNoFmag4qMsXeDZR +rOme9Hg6jc8P2ULimAyrL58OAd7vn5lJ8S3frHRNG5i1R8XlKdH5kBjHYpy+g8cm +ez6KJcfA3Z3mNWgQIJ2P2N7Sw4ScDV7oL8kCAwEAAaOBwDCBvTAdBgNVHQ4EFgQU +oBEKIz6W8Qfs4q8p74Klf9AwpLQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQF +MAMBAf8wewYDVR0fBHQwcjA4oDagNIYyaHR0cDovL2NybC5jb21vZG9jYS5jb20v +QUFBQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmwwNqA0oDKGMGh0dHA6Ly9jcmwuY29t +b2RvLm5ldC9BQUFDZXJ0aWZpY2F0ZVNlcnZpY2VzLmNybDANBgkqhkiG9w0BAQUF +AAOCAQEACFb8AvCb6P+k+tZ7xkSAzk/ExfYAWMymtrwUSWgEdujm7l3sAg9g1o1Q +GE8mTgHj5rCl7r+8dFRBv/38ErjHT1r0iWAFf2C3BUrz9vHCv8S5dIa2LX1rzNLz +Rt0vxuBqw8M0Ayx9lt1awg6nCpnBBYurDC/zXDrPbDdVCYfeU0BsWO/8tqtlbgT2 +G9w84FoVxp7Z8VlIMCFlA2zs6SFz7JsDoeA3raAVGI/6ugLOpyypEBMs1OUIJqsi +l2D4kF501KKaU73yqWjgom7C12yxow+ev+to51byrvLjKzg6CYG1a4XXvi3tPxq3 +smPi9WIsgtRqAEFQ8TmDn5XpNpaYbg== +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 2 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 2 O=QuoVadis Limited +# Label: "QuoVadis Root CA 2" +# Serial: 1289 +# MD5 Fingerprint: 5e:39:7b:dd:f8:ba:ec:82:e9:ac:62:ba:0c:54:00:2b +# SHA1 Fingerprint: ca:3a:fb:cf:12:40:36:4b:44:b2:16:20:88:80:48:39:19:93:7c:f7 +# SHA256 Fingerprint: 85:a0:dd:7d:d7:20:ad:b7:ff:05:f8:3d:54:2b:20:9d:c7:ff:45:28:f7:d6:77:b1:83:89:fe:a5:e5:c4:9e:86 +-----BEGIN CERTIFICATE----- +MIIFtzCCA5+gAwIBAgICBQkwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x +GTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv +b3QgQ0EgMjAeFw0wNjExMjQxODI3MDBaFw0zMTExMjQxODIzMzNaMEUxCzAJBgNV +BAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W +YWRpcyBSb290IENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCa +GMpLlA0ALa8DKYrwD4HIrkwZhR0In6spRIXzL4GtMh6QRr+jhiYaHv5+HBg6XJxg +Fyo6dIMzMH1hVBHL7avg5tKifvVrbxi3Cgst/ek+7wrGsxDp3MJGF/hd/aTa/55J +WpzmM+Yklvc/ulsrHHo1wtZn/qtmUIttKGAr79dgw8eTvI02kfN/+NsRE8Scd3bB +rrcCaoF6qUWD4gXmuVbBlDePSHFjIuwXZQeVikvfj8ZaCuWw419eaxGrDPmF60Tp ++ARz8un+XJiM9XOva7R+zdRcAitMOeGylZUtQofX1bOQQ7dsE/He3fbE+Ik/0XX1 +ksOR1YqI0JDs3G3eicJlcZaLDQP9nL9bFqyS2+r+eXyt66/3FsvbzSUr5R/7mp/i +Ucw6UwxI5g69ybR2BlLmEROFcmMDBOAENisgGQLodKcftslWZvB1JdxnwQ5hYIiz +PtGo/KPaHbDRsSNU30R2be1B2MGyIrZTHN81Hdyhdyox5C315eXbyOD/5YDXC2Og +/zOhD7osFRXql7PSorW+8oyWHhqPHWykYTe5hnMz15eWniN9gqRMgeKh0bpnX5UH +oycR7hYQe7xFSkyyBNKr79X9DFHOUGoIMfmR2gyPZFwDwzqLID9ujWc9Otb+fVuI +yV77zGHcizN300QyNQliBJIWENieJ0f7OyHj+OsdWwIDAQABo4GwMIGtMA8GA1Ud +EwEB/wQFMAMBAf8wCwYDVR0PBAQDAgEGMB0GA1UdDgQWBBQahGK8SEwzJQTU7tD2 +A8QZRtGUazBuBgNVHSMEZzBlgBQahGK8SEwzJQTU7tD2A8QZRtGUa6FJpEcwRTEL +MAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMT +ElF1b1ZhZGlzIFJvb3QgQ0EgMoICBQkwDQYJKoZIhvcNAQEFBQADggIBAD4KFk2f +BluornFdLwUvZ+YTRYPENvbzwCYMDbVHZF34tHLJRqUDGCdViXh9duqWNIAXINzn +g/iN/Ae42l9NLmeyhP3ZRPx3UIHmfLTJDQtyU/h2BwdBR5YM++CCJpNVjP4iH2Bl +fF/nJrP3MpCYUNQ3cVX2kiF495V5+vgtJodmVjB3pjd4M1IQWK4/YY7yarHvGH5K +WWPKjaJW1acvvFYfzznB4vsKqBUsfU16Y8Zsl0Q80m/DShcK+JDSV6IZUaUtl0Ha +B0+pUNqQjZRG4T7wlP0QADj1O+hA4bRuVhogzG9Yje0uRY/W6ZM/57Es3zrWIozc +hLsib9D45MY56QSIPMO661V6bYCZJPVsAfv4l7CUW+v90m/xd2gNNWQjrLhVoQPR +TUIZ3Ph1WVaj+ahJefivDrkRoHy3au000LYmYjgahwz46P0u05B/B5EqHdZ+XIWD +mbA4CD/pXvk1B+TJYm5Xf6dQlfe6yJvmjqIBxdZmv3lh8zwc4bmCXF2gw+nYSL0Z +ohEUGW6yhhtoPkg3Goi3XZZenMfvJ2II4pEZXNLxId26F0KCl3GBUzGpn/Z9Yr9y +4aOTHcyKJloJONDO1w2AFrR4pTqHTI2KpdVGl/IsELm8VCLAAVBpQ570su9t+Oza +8eOx79+Rj1QqCyXBJhnEUhAFZdWCEOrCMc0u +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 3" +# Serial: 1478 +# MD5 Fingerprint: 31:85:3c:62:94:97:63:b9:aa:fd:89:4e:af:6f:e0:cf +# SHA1 Fingerprint: 1f:49:14:f7:d8:74:95:1d:dd:ae:02:c0:be:fd:3a:2d:82:75:51:85 +# SHA256 Fingerprint: 18:f1:fc:7f:20:5d:f8:ad:dd:eb:7f:e0:07:dd:57:e3:af:37:5a:9c:4d:8d:73:54:6b:f4:f1:fe:d1:e1:8d:35 +-----BEGIN CERTIFICATE----- +MIIGnTCCBIWgAwIBAgICBcYwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x +GTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv +b3QgQ0EgMzAeFw0wNjExMjQxOTExMjNaFw0zMTExMjQxOTA2NDRaMEUxCzAJBgNV +BAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W +YWRpcyBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDM +V0IWVJzmmNPTTe7+7cefQzlKZbPoFog02w1ZkXTPkrgEQK0CSzGrvI2RaNggDhoB +4hp7Thdd4oq3P5kazethq8Jlph+3t723j/z9cI8LoGe+AaJZz3HmDyl2/7FWeUUr +H556VOijKTVopAFPD6QuN+8bv+OPEKhyq1hX51SGyMnzW9os2l2ObjyjPtr7guXd +8lyyBTNvijbO0BNO/79KDDRMpsMhvVAEVeuxu537RR5kFd5VAYwCdrXLoT9Cabwv +vWhDFlaJKjdhkf2mrk7AyxRllDdLkgbvBNDInIjbC3uBr7E9KsRlOni27tyAsdLT +mZw67mtaa7ONt9XOnMK+pUsvFrGeaDsGb659n/je7Mwpp5ijJUMv7/FfJuGITfhe +btfZFG4ZM2mnO4SJk8RTVROhUXhA+LjJou57ulJCg54U7QVSWllWp5f8nT8KKdjc +T5EOE7zelaTfi5m+rJsziO+1ga8bxiJTyPbH7pcUsMV8eFLI8M5ud2CEpukqdiDt +WAEXMJPpGovgc2PZapKUSU60rUqFxKMiMPwJ7Wgic6aIDFUhWMXhOp8q3crhkODZ +c6tsgLjoC2SToJyMGf+z0gzskSaHirOi4XCPLArlzW1oUevaPwV/izLmE1xr/l9A +4iLItLRkT9a6fUg+qGkM17uGcclzuD87nSVL2v9A6wIDAQABo4IBlTCCAZEwDwYD +VR0TAQH/BAUwAwEB/zCB4QYDVR0gBIHZMIHWMIHTBgkrBgEEAb5YAAMwgcUwgZMG +CCsGAQUFBwICMIGGGoGDQW55IHVzZSBvZiB0aGlzIENlcnRpZmljYXRlIGNvbnN0 +aXR1dGVzIGFjY2VwdGFuY2Ugb2YgdGhlIFF1b1ZhZGlzIFJvb3QgQ0EgMyBDZXJ0 +aWZpY2F0ZSBQb2xpY3kgLyBDZXJ0aWZpY2F0aW9uIFByYWN0aWNlIFN0YXRlbWVu +dC4wLQYIKwYBBQUHAgEWIWh0dHA6Ly93d3cucXVvdmFkaXNnbG9iYWwuY29tL2Nw +czALBgNVHQ8EBAMCAQYwHQYDVR0OBBYEFPLAE+CCQz777i9nMpY1XNu4ywLQMG4G +A1UdIwRnMGWAFPLAE+CCQz777i9nMpY1XNu4ywLQoUmkRzBFMQswCQYDVQQGEwJC +TTEZMBcGA1UEChMQUXVvVmFkaXMgTGltaXRlZDEbMBkGA1UEAxMSUXVvVmFkaXMg +Um9vdCBDQSAzggIFxjANBgkqhkiG9w0BAQUFAAOCAgEAT62gLEz6wPJv92ZVqyM0 +7ucp2sNbtrCD2dDQ4iH782CnO11gUyeim/YIIirnv6By5ZwkajGxkHon24QRiSem +d1o417+shvzuXYO8BsbRd2sPbSQvS3pspweWyuOEn62Iix2rFo1bZhfZFvSLgNLd ++LJ2w/w4E6oM3kJpK27zPOuAJ9v1pkQNn1pVWQvVDVJIxa6f8i+AxeoyUDUSly7B +4f/xI4hROJ/yZlZ25w9Rl6VSDE1JUZU2Pb+iSwwQHYaZTKrzchGT5Or2m9qoXadN +t54CrnMAyNojA+j56hl0YgCUyyIgvpSnWbWCar6ZeXqp8kokUvd0/bpO5qgdAm6x +DYBEwa7TIzdfu4V8K5Iu6H6li92Z4b8nby1dqnuH/grdS/yO9SbkbnBCbjPsMZ57 +k8HkyWkaPcBrTiJt7qtYTcbQQcEr6k8Sh17rRdhs9ZgC06DYVYoGmRmioHfRMJ6s +zHXug/WwYjnPbFfiTNKRCw51KBuav/0aQ/HKd/s7j2G4aSgWQgRecCocIdiP4b0j +Wy10QJLZYxkNc91pvGJHvOB0K7Lrfb5BG7XARsWhIstfTsEokt4YutUqKLsRixeT +mJlglFwjz1onl14LBQaTNx47aTbrqZ5hHY8y2o4M1nQ+ewkk2gF3R8Q7zTSMmfXK +4SVhM7JZG+Ju1zdXtg2pEto= +-----END CERTIFICATE----- + +# Issuer: CN=XRamp Global Certification Authority O=XRamp Security Services Inc OU=www.xrampsecurity.com +# Subject: CN=XRamp Global Certification Authority O=XRamp Security Services Inc OU=www.xrampsecurity.com +# Label: "XRamp Global CA Root" +# Serial: 107108908803651509692980124233745014957 +# MD5 Fingerprint: a1:0b:44:b3:ca:10:d8:00:6e:9d:0f:d8:0f:92:0a:d1 +# SHA1 Fingerprint: b8:01:86:d1:eb:9c:86:a5:41:04:cf:30:54:f3:4c:52:b7:e5:58:c6 +# SHA256 Fingerprint: ce:cd:dc:90:50:99:d8:da:df:c5:b1:d2:09:b7:37:cb:e2:c1:8c:fb:2c:10:c0:ff:0b:cf:0d:32:86:fc:1a:a2 +-----BEGIN CERTIFICATE----- +MIIEMDCCAxigAwIBAgIQUJRs7Bjq1ZxN1ZfvdY+grTANBgkqhkiG9w0BAQUFADCB +gjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3dy54cmFtcHNlY3VyaXR5LmNvbTEk +MCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2VydmljZXMgSW5jMS0wKwYDVQQDEyRY +UmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQxMTAxMTcx +NDA0WhcNMzUwMTAxMDUzNzE5WjCBgjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3 +dy54cmFtcHNlY3VyaXR5LmNvbTEkMCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2Vy +dmljZXMgSW5jMS0wKwYDVQQDEyRYUmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBB +dXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCYJB69FbS6 +38eMpSe2OAtp87ZOqCwuIR1cRN8hXX4jdP5efrRKt6atH67gBhbim1vZZ3RrXYCP +KZ2GG9mcDZhtdhAoWORlsH9KmHmf4MMxfoArtYzAQDsRhtDLooY2YKTVMIJt2W7Q +DxIEM5dfT2Fa8OT5kavnHTu86M/0ay00fOJIYRyO82FEzG+gSqmUsE3a56k0enI4 +qEHMPJQRfevIpoy3hsvKMzvZPTeL+3o+hiznc9cKV6xkmxnr9A8ECIqsAxcZZPRa +JSKNNCyy9mgdEm3Tih4U2sSPpuIjhdV6Db1q4Ons7Be7QhtnqiXtRYMh/MHJfNVi +PvryxS3T/dRlAgMBAAGjgZ8wgZwwEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0P +BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMZPoj0GY4QJnM5i5ASs +jVy16bYbMDYGA1UdHwQvMC0wK6ApoCeGJWh0dHA6Ly9jcmwueHJhbXBzZWN1cml0 +eS5jb20vWEdDQS5jcmwwEAYJKwYBBAGCNxUBBAMCAQEwDQYJKoZIhvcNAQEFBQAD +ggEBAJEVOQMBG2f7Shz5CmBbodpNl2L5JFMn14JkTpAuw0kbK5rc/Kh4ZzXxHfAR +vbdI4xD2Dd8/0sm2qlWkSLoC295ZLhVbO50WfUfXN+pfTXYSNrsf16GBBEYgoyxt +qZ4Bfj8pzgCT3/3JknOJiWSe5yvkHJEs0rnOfc5vMZnT5r7SHpDwCRR5XCOrTdLa +IR9NmXmd4c8nnxCbHIgNsIpkQTG4DmyQJKSbXHGPurt+HBvbaoAPIbzp26a3QPSy +i6mx5O+aGtA9aZnuqCij4Tyz8LIRnM98QObd50N9otg6tamN8jSZxNQQ4Qb9CYQQ +O+7ETPTsJ3xCwnR8gooJybQDJbw= +-----END CERTIFICATE----- + +# Issuer: O=The Go Daddy Group, Inc. OU=Go Daddy Class 2 Certification Authority +# Subject: O=The Go Daddy Group, Inc. OU=Go Daddy Class 2 Certification Authority +# Label: "Go Daddy Class 2 CA" +# Serial: 0 +# MD5 Fingerprint: 91:de:06:25:ab:da:fd:32:17:0c:bb:25:17:2a:84:67 +# SHA1 Fingerprint: 27:96:ba:e6:3f:18:01:e2:77:26:1b:a0:d7:77:70:02:8f:20:ee:e4 +# SHA256 Fingerprint: c3:84:6b:f2:4b:9e:93:ca:64:27:4c:0e:c6:7c:1e:cc:5e:02:4f:fc:ac:d2:d7:40:19:35:0e:81:fe:54:6a:e4 +-----BEGIN CERTIFICATE----- +MIIEADCCAuigAwIBAgIBADANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEh +MB8GA1UEChMYVGhlIEdvIERhZGR5IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBE +YWRkeSBDbGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA0MDYyOTE3 +MDYyMFoXDTM0MDYyOTE3MDYyMFowYzELMAkGA1UEBhMCVVMxITAfBgNVBAoTGFRo +ZSBHbyBEYWRkeSBHcm91cCwgSW5jLjExMC8GA1UECxMoR28gRGFkZHkgQ2xhc3Mg +MiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASAwDQYJKoZIhvcNAQEBBQADggEN +ADCCAQgCggEBAN6d1+pXGEmhW+vXX0iG6r7d/+TvZxz0ZWizV3GgXne77ZtJ6XCA +PVYYYwhv2vLM0D9/AlQiVBDYsoHUwHU9S3/Hd8M+eKsaA7Ugay9qK7HFiH7Eux6w +wdhFJ2+qN1j3hybX2C32qRe3H3I2TqYXP2WYktsqbl2i/ojgC95/5Y0V4evLOtXi +EqITLdiOr18SPaAIBQi2XKVlOARFmR6jYGB0xUGlcmIbYsUfb18aQr4CUWWoriMY +avx4A6lNf4DD+qta/KFApMoZFv6yyO9ecw3ud72a9nmYvLEHZ6IVDd2gWMZEewo+ +YihfukEHU1jPEX44dMX4/7VpkI+EdOqXG68CAQOjgcAwgb0wHQYDVR0OBBYEFNLE +sNKR1EwRcbNhyz2h/t2oatTjMIGNBgNVHSMEgYUwgYKAFNLEsNKR1EwRcbNhyz2h +/t2oatTjoWekZTBjMQswCQYDVQQGEwJVUzEhMB8GA1UEChMYVGhlIEdvIERhZGR5 +IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBEYWRkeSBDbGFzcyAyIENlcnRpZmlj +YXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQAD +ggEBADJL87LKPpH8EsahB4yOd6AzBhRckB4Y9wimPQoZ+YeAEW5p5JYXMP80kWNy +OO7MHAGjHZQopDH2esRU1/blMVgDoszOYtuURXO1v0XJJLXVggKtI3lpjbi2Tc7P +TMozI+gciKqdi0FuFskg5YmezTvacPd+mSYgFFQlq25zheabIZ0KbIIOqPjCDPoQ +HmyW74cNxA9hi63ugyuV+I6ShHI56yDqg+2DzZduCLzrTia2cyvk0/ZM/iZx4mER +dEr/VxqHD3VILs9RaRegAhJhldXRQLIQTO7ErBBDpqWeCtWVYpoNz4iCxTIM5Cuf +ReYNnyicsbkqWletNw+vHX/bvZ8= +-----END CERTIFICATE----- + +# Issuer: O=Starfield Technologies, Inc. OU=Starfield Class 2 Certification Authority +# Subject: O=Starfield Technologies, Inc. OU=Starfield Class 2 Certification Authority +# Label: "Starfield Class 2 CA" +# Serial: 0 +# MD5 Fingerprint: 32:4a:4b:bb:c8:63:69:9b:be:74:9a:c6:dd:1d:46:24 +# SHA1 Fingerprint: ad:7e:1c:28:b0:64:ef:8f:60:03:40:20:14:c3:d0:e3:37:0e:b5:8a +# SHA256 Fingerprint: 14:65:fa:20:53:97:b8:76:fa:a6:f0:a9:95:8e:55:90:e4:0f:cc:7f:aa:4f:b7:c2:c8:67:75:21:fb:5f:b6:58 +-----BEGIN CERTIFICATE----- +MIIEDzCCAvegAwIBAgIBADANBgkqhkiG9w0BAQUFADBoMQswCQYDVQQGEwJVUzEl +MCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMp +U3RhcmZpZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQw +NjI5MTczOTE2WhcNMzQwNjI5MTczOTE2WjBoMQswCQYDVQQGEwJVUzElMCMGA1UE +ChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMpU3RhcmZp +ZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggEgMA0GCSqGSIb3 +DQEBAQUAA4IBDQAwggEIAoIBAQC3Msj+6XGmBIWtDBFk385N78gDGIc/oav7PKaf +8MOh2tTYbitTkPskpD6E8J7oX+zlJ0T1KKY/e97gKvDIr1MvnsoFAZMej2YcOadN ++lq2cwQlZut3f+dZxkqZJRRU6ybH838Z1TBwj6+wRir/resp7defqgSHo9T5iaU0 +X9tDkYI22WY8sbi5gv2cOj4QyDvvBmVmepsZGD3/cVE8MC5fvj13c7JdBmzDI1aa +K4UmkhynArPkPw2vCHmCuDY96pzTNbO8acr1zJ3o/WSNF4Azbl5KXZnJHoe0nRrA +1W4TNSNe35tfPe/W93bC6j67eA0cQmdrBNj41tpvi/JEoAGrAgEDo4HFMIHCMB0G +A1UdDgQWBBS/X7fRzt0fhvRbVazc1xDCDqmI5zCBkgYDVR0jBIGKMIGHgBS/X7fR +zt0fhvRbVazc1xDCDqmI56FspGowaDELMAkGA1UEBhMCVVMxJTAjBgNVBAoTHFN0 +YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAsTKVN0YXJmaWVsZCBD +bGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8w +DQYJKoZIhvcNAQEFBQADggEBAAWdP4id0ckaVaGsafPzWdqbAYcaT1epoXkJKtv3 +L7IezMdeatiDh6GX70k1PncGQVhiv45YuApnP+yz3SFmH8lU+nLMPUxA2IGvd56D +eruix/U0F47ZEUD0/CwqTRV/p2JdLiXTAAsgGh1o+Re49L2L7ShZ3U0WixeDyLJl +xy16paq8U4Zt3VekyvggQQto8PT7dL5WXXp59fkdheMtlb71cZBDzI0fmgAKhynp +VSJYACPq4xJDKVtHCN2MQWplBqjlIapBtJUhlbl90TSrE9atvNziPTnNvT51cKEY +WQPJIrSPnNVeKtelttQKbfi3QBFGmh95DmK/D5fs4C8fF5Q= +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Assured ID Root CA O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Assured ID Root CA O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Assured ID Root CA" +# Serial: 17154717934120587862167794914071425081 +# MD5 Fingerprint: 87:ce:0b:7b:2a:0e:49:00:e1:58:71:9b:37:a8:93:72 +# SHA1 Fingerprint: 05:63:b8:63:0d:62:d7:5a:bb:c8:ab:1e:4b:df:b5:a8:99:b2:4d:43 +# SHA256 Fingerprint: 3e:90:99:b5:01:5e:8f:48:6c:00:bc:ea:9d:11:1e:e7:21:fa:ba:35:5a:89:bc:f1:df:69:56:1e:3d:c6:32:5c +-----BEGIN CERTIFICATE----- +MIIDtzCCAp+gAwIBAgIQDOfg5RfYRv6P5WD8G/AwOTANBgkqhkiG9w0BAQUFADBl +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv +b3QgQ0EwHhcNMDYxMTEwMDAwMDAwWhcNMzExMTEwMDAwMDAwWjBlMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl +cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgQ0EwggEi +MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCtDhXO5EOAXLGH87dg+XESpa7c +JpSIqvTO9SA5KFhgDPiA2qkVlTJhPLWxKISKityfCgyDF3qPkKyK53lTXDGEKvYP +mDI2dsze3Tyoou9q+yHyUmHfnyDXH+Kx2f4YZNISW1/5WBg1vEfNoTb5a3/UsDg+ +wRvDjDPZ2C8Y/igPs6eD1sNuRMBhNZYW/lmci3Zt1/GiSw0r/wty2p5g0I6QNcZ4 +VYcgoc/lbQrISXwxmDNsIumH0DJaoroTghHtORedmTpyoeb6pNnVFzF1roV9Iq4/ +AUaG9ih5yLHa5FcXxH4cDrC0kqZWs72yl+2qp/C3xag/lRbQ/6GW6whfGHdPAgMB +AAGjYzBhMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW +BBRF66Kv9JLLgjEtUYunpyGd823IDzAfBgNVHSMEGDAWgBRF66Kv9JLLgjEtUYun +pyGd823IDzANBgkqhkiG9w0BAQUFAAOCAQEAog683+Lt8ONyc3pklL/3cmbYMuRC +dWKuh+vy1dneVrOfzM4UKLkNl2BcEkxY5NM9g0lFWJc1aRqoR+pWxnmrEthngYTf +fwk8lOa4JiwgvT2zKIn3X/8i4peEH+ll74fg38FnSbNd67IJKusm7Xi+fT8r87cm +NW1fiQG2SVufAQWbqz0lwcy2f8Lxb4bG+mRo64EtlOtCt/qMHt1i8b5QZ7dsvfPx +H2sMNgcWfzd8qVttevESRmCD1ycEvkvOl77DZypoEd+A5wwzZr8TDRRu838fYxAe ++o0bJW1sj6W3YQGx0qMmoRBxna3iw/nDmVG3KwcIzi7mULKn+gpFL6Lw8g== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Global Root CA" +# Serial: 10944719598952040374951832963794454346 +# MD5 Fingerprint: 79:e4:a9:84:0d:7d:3a:96:d7:c0:4f:e2:43:4c:89:2e +# SHA1 Fingerprint: a8:98:5d:3a:65:e5:e5:c4:b2:d7:d6:6d:40:c6:dd:2f:b1:9c:54:36 +# SHA256 Fingerprint: 43:48:a0:e9:44:4c:78:cb:26:5e:05:8d:5e:89:44:b4:d8:4f:96:62:bd:26:db:25:7f:89:34:a4:43:c7:01:61 +-----BEGIN CERTIFICATE----- +MIIDrzCCApegAwIBAgIQCDvgVpBCRrGhdWrJWZHHSjANBgkqhkiG9w0BAQUFADBh +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBD +QTAeFw0wNjExMTAwMDAwMDBaFw0zMTExMTAwMDAwMDBaMGExCzAJBgNVBAYTAlVT +MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j +b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IENBMIIBIjANBgkqhkiG +9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4jvhEXLeqKTTo1eqUKKPC3eQyaKl7hLOllsB +CSDMAZOnTjC3U/dDxGkAV53ijSLdhwZAAIEJzs4bg7/fzTtxRuLWZscFs3YnFo97 +nh6Vfe63SKMI2tavegw5BmV/Sl0fvBf4q77uKNd0f3p4mVmFaG5cIzJLv07A6Fpt +43C/dxC//AH2hdmoRBBYMql1GNXRor5H4idq9Joz+EkIYIvUX7Q6hL+hqkpMfT7P +T19sdl6gSzeRntwi5m3OFBqOasv+zbMUZBfHWymeMr/y7vrTC0LUq7dBMtoM1O/4 +gdW7jVg/tRvoSSiicNoxBN33shbyTApOB6jtSj1etX+jkMOvJwIDAQABo2MwYTAO +BgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUA95QNVbR +TLtm8KPiGxvDl7I90VUwHwYDVR0jBBgwFoAUA95QNVbRTLtm8KPiGxvDl7I90VUw +DQYJKoZIhvcNAQEFBQADggEBAMucN6pIExIK+t1EnE9SsPTfrgT1eXkIoyQY/Esr +hMAtudXH/vTBH1jLuG2cenTnmCmrEbXjcKChzUyImZOMkXDiqw8cvpOp/2PV5Adg +06O/nVsJ8dWO41P0jmP6P6fbtGbfYmbW0W5BjfIttep3Sp+dWOIrWcBAI+0tKIJF +PnlUkiaY4IBIqDfv8NZ5YBberOgOzW6sRBc4L0na4UU+Krk2U886UAb3LujEV0ls +YSEY1QSteDwsOoBrp+uvFRTp2InBuThs4pFsiv9kuXclVzDAGySj4dzp30d8tbQk +CAUw7C29C79Fv1C5qfPrmAESrciIxpg0X40KPMbp1ZWVbd4= +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert High Assurance EV Root CA O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert High Assurance EV Root CA O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert High Assurance EV Root CA" +# Serial: 3553400076410547919724730734378100087 +# MD5 Fingerprint: d4:74:de:57:5c:39:b2:d3:9c:85:83:c5:c0:65:49:8a +# SHA1 Fingerprint: 5f:b7:ee:06:33:e2:59:db:ad:0c:4c:9a:e6:d3:8f:1a:61:c7:dc:25 +# SHA256 Fingerprint: 74:31:e5:f4:c3:c1:ce:46:90:77:4f:0b:61:e0:54:40:88:3b:a9:a0:1e:d0:0b:a6:ab:d7:80:6e:d3:b1:18:cf +-----BEGIN CERTIFICATE----- +MIIDxTCCAq2gAwIBAgIQAqxcJmoLQJuPC3nyrkYldzANBgkqhkiG9w0BAQUFADBs +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSswKQYDVQQDEyJEaWdpQ2VydCBIaWdoIEFzc3VyYW5j +ZSBFViBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTMxMTExMDAwMDAwMFowbDEL +MAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3 +LmRpZ2ljZXJ0LmNvbTErMCkGA1UEAxMiRGlnaUNlcnQgSGlnaCBBc3N1cmFuY2Ug +RVYgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMbM5XPm ++9S75S0tMqbf5YE/yc0lSbZxKsPVlDRnogocsF9ppkCxxLeyj9CYpKlBWTrT3JTW +PNt0OKRKzE0lgvdKpVMSOO7zSW1xkX5jtqumX8OkhPhPYlG++MXs2ziS4wblCJEM +xChBVfvLWokVfnHoNb9Ncgk9vjo4UFt3MRuNs8ckRZqnrG0AFFoEt7oT61EKmEFB +Ik5lYYeBQVCmeVyJ3hlKV9Uu5l0cUyx+mM0aBhakaHPQNAQTXKFx01p8VdteZOE3 +hzBWBOURtCmAEvF5OYiiAhF8J2a3iLd48soKqDirCmTCv2ZdlYTBoSUeh10aUAsg +EsxBu24LUTi4S8sCAwEAAaNjMGEwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFLE+w2kD+L9HAdSYJhoIAu9jZCvDMB8GA1UdIwQYMBaA +FLE+w2kD+L9HAdSYJhoIAu9jZCvDMA0GCSqGSIb3DQEBBQUAA4IBAQAcGgaX3Nec +nzyIZgYIVyHbIUf4KmeqvxgydkAQV8GK83rZEWWONfqe/EW1ntlMMUu4kehDLI6z +eM7b41N5cdblIZQB2lWHmiRk9opmzN6cN82oNLFpmyPInngiK3BD41VHMWEZ71jF +hS9OMPagMRYjyOfiZRYzy78aG6A9+MpeizGLYAiJLQwGXFK3xPkKmNEVX58Svnw2 +Yzi9RKR/5CYrCsSXaQ3pjOLAEFe4yHYSkVXySGnYvCoCWw9E1CAx2/S6cCZdkGCe +vEsXCS+0yx5DaMkHJ8HSXPfqIbloEpw8nL+e/IBcm2PN7EeqJSdnoDfzAIJ9VNep ++OkuE6N36B9K +-----END CERTIFICATE----- + +# Issuer: CN=SwissSign Gold CA - G2 O=SwissSign AG +# Subject: CN=SwissSign Gold CA - G2 O=SwissSign AG +# Label: "SwissSign Gold CA - G2" +# Serial: 13492815561806991280 +# MD5 Fingerprint: 24:77:d9:a8:91:d1:3b:fa:88:2d:c2:ff:f8:cd:33:93 +# SHA1 Fingerprint: d8:c5:38:8a:b7:30:1b:1b:6e:d4:7a:e6:45:25:3a:6f:9f:1a:27:61 +# SHA256 Fingerprint: 62:dd:0b:e9:b9:f5:0a:16:3e:a0:f8:e7:5c:05:3b:1e:ca:57:ea:55:c8:68:8f:64:7c:68:81:f2:c8:35:7b:95 +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=SwissSign Silver CA - G2 O=SwissSign AG +# Subject: CN=SwissSign Silver CA - G2 O=SwissSign AG +# Label: "SwissSign Silver CA - G2" +# Serial: 5700383053117599563 +# MD5 Fingerprint: e0:06:a1:c9:7d:cf:c9:fc:0d:c0:56:75:96:d8:62:13 +# SHA1 Fingerprint: 9b:aa:e5:9f:56:ee:21:cb:43:5a:be:25:93:df:a7:f0:40:d1:1d:cb +# SHA256 Fingerprint: be:6c:4d:a2:bb:b9:ba:59:b6:f3:93:97:68:37:42:46:c3:c0:05:99:3f:a9:8f:02:0d:1d:ed:be:d4:8a:81:d5 +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=SecureTrust CA O=SecureTrust Corporation +# Subject: CN=SecureTrust CA O=SecureTrust Corporation +# Label: "SecureTrust CA" +# Serial: 17199774589125277788362757014266862032 +# MD5 Fingerprint: dc:32:c3:a7:6d:25:57:c7:68:09:9d:ea:2d:a9:a2:d1 +# SHA1 Fingerprint: 87:82:c6:c3:04:35:3b:cf:d2:96:92:d2:59:3e:7d:44:d9:34:ff:11 +# SHA256 Fingerprint: f1:c1:b5:0a:e5:a2:0d:d8:03:0e:c9:f6:bc:24:82:3d:d3:67:b5:25:57:59:b4:e7:1b:61:fc:e9:f7:37:5d:73 +-----BEGIN CERTIFICATE----- +MIIDuDCCAqCgAwIBAgIQDPCOXAgWpa1Cf/DrJxhZ0DANBgkqhkiG9w0BAQUFADBI +MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x +FzAVBgNVBAMTDlNlY3VyZVRydXN0IENBMB4XDTA2MTEwNzE5MzExOFoXDTI5MTIz +MTE5NDA1NVowSDELMAkGA1UEBhMCVVMxIDAeBgNVBAoTF1NlY3VyZVRydXN0IENv +cnBvcmF0aW9uMRcwFQYDVQQDEw5TZWN1cmVUcnVzdCBDQTCCASIwDQYJKoZIhvcN +AQEBBQADggEPADCCAQoCggEBAKukgeWVzfX2FI7CT8rU4niVWJxB4Q2ZQCQXOZEz +Zum+4YOvYlyJ0fwkW2Gz4BERQRwdbvC4u/jep4G6pkjGnx29vo6pQT64lO0pGtSO +0gMdA+9tDWccV9cGrcrI9f4Or2YlSASWC12juhbDCE/RRvgUXPLIXgGZbf2IzIao +wW8xQmxSPmjL8xk037uHGFaAJsTQ3MBv396gwpEWoGQRS0S8Hvbn+mPeZqx2pHGj +7DaUaHp3pLHnDi+BeuK1cobvomuL8A/b01k/unK8RCSc43Oz969XL0Imnal0ugBS +8kvNU3xHCzaFDmapCJcWNFfBZveA4+1wVMeT4C4oFVmHursCAwEAAaOBnTCBmjAT +BgkrBgEEAYI3FAIEBh4EAEMAQTALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB +/zAdBgNVHQ4EFgQUQjK2FvoE/f5dS3rD/fdMQB1aQ68wNAYDVR0fBC0wKzApoCeg +JYYjaHR0cDovL2NybC5zZWN1cmV0cnVzdC5jb20vU1RDQS5jcmwwEAYJKwYBBAGC +NxUBBAMCAQAwDQYJKoZIhvcNAQEFBQADggEBADDtT0rhWDpSclu1pqNlGKa7UTt3 +6Z3q059c4EVlew3KW+JwULKUBRSuSceNQQcSc5R+DCMh/bwQf2AQWnL1mA6s7Ll/ +3XpvXdMc9P+IBWlCqQVxyLesJugutIxq/3HcuLHfmbx8IVQr5Fiiu1cprp6poxkm +D5kuCLDv/WnPmRoJjeOnnyvJNjR7JLN4TJUXpAYmHrZkUjZfYGfZnMUFdAvnZyPS +CPyI6a6Lf+Ew9Dd+/cYy2i2eRDAwbO4H3tI0/NL/QPZL9GZGBlSm8jIKYyYwa5vR +3ItHuuG51WLQoqD0ZwV4KWMabwTW+MZMo5qxN7SN5ShLHZ4swrhovO0C7jE= +-----END CERTIFICATE----- + +# Issuer: CN=Secure Global CA O=SecureTrust Corporation +# Subject: CN=Secure Global CA O=SecureTrust Corporation +# Label: "Secure Global CA" +# Serial: 9751836167731051554232119481456978597 +# MD5 Fingerprint: cf:f4:27:0d:d4:ed:dc:65:16:49:6d:3d:da:bf:6e:de +# SHA1 Fingerprint: 3a:44:73:5a:e5:81:90:1f:24:86:61:46:1e:3b:9c:c4:5f:f5:3a:1b +# SHA256 Fingerprint: 42:00:f5:04:3a:c8:59:0e:bb:52:7d:20:9e:d1:50:30:29:fb:cb:d4:1c:a1:b5:06:ec:27:f1:5a:de:7d:ac:69 +-----BEGIN CERTIFICATE----- +MIIDvDCCAqSgAwIBAgIQB1YipOjUiolN9BPI8PjqpTANBgkqhkiG9w0BAQUFADBK +MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x +GTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwHhcNMDYxMTA3MTk0MjI4WhcNMjkx +MjMxMTk1MjA2WjBKMQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3Qg +Q29ycG9yYXRpb24xGTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwggEiMA0GCSqG +SIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvNS7YrGxVaQZx5RNoJLNP2MwhR/jxYDiJ +iQPpvepeRlMJ3Fz1Wuj3RSoC6zFh1ykzTM7HfAo3fg+6MpjhHZevj8fcyTiW89sa +/FHtaMbQbqR8JNGuQsiWUGMu4P51/pinX0kuleM5M2SOHqRfkNJnPLLZ/kG5VacJ +jnIFHovdRIWCQtBJwB1g8NEXLJXr9qXBkqPFwqcIYA1gBBCWeZ4WNOaptvolRTnI +HmX5k/Wq8VLcmZg9pYYaDDUz+kulBAYVHDGA76oYa8J719rO+TMg1fW9ajMtgQT7 +sFzUnKPiXB3jqUJ1XnvUd+85VLrJChgbEplJL4hL/VBi0XPnj3pDAgMBAAGjgZ0w +gZowEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0PBAQDAgGGMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFK9EBMJBfkiD2045AuzshHrmzsmkMDQGA1UdHwQtMCsw +KaAnoCWGI2h0dHA6Ly9jcmwuc2VjdXJldHJ1c3QuY29tL1NHQ0EuY3JsMBAGCSsG +AQQBgjcVAQQDAgEAMA0GCSqGSIb3DQEBBQUAA4IBAQBjGghAfaReUw132HquHw0L +URYD7xh8yOOvaliTFGCRsoTciE6+OYo68+aCiV0BN7OrJKQVDpI1WkpEXk5X+nXO +H0jOZvQ8QCaSmGwb7iRGDBezUqXbpZGRzzfTb+cnCDpOGR86p1hcF895P4vkp9Mm +I50mD1hp/Ed+stCNi5O/KU9DaXR2Z0vPB4zmAve14bRDtUstFJ/53CYNv6ZHdAbY +iNE6KTCEztI5gGIbqMdXSbxqVVFnFUq+NQfk1XWYN3kwFNspnWzFacxHVaIw98xc +f8LDmBxrThaA63p4ZUWiABqvDA1VZDRIuJK58bRQKfJPIx/abKwfROHdI3hRW8cW +-----END CERTIFICATE----- + +# Issuer: CN=COMODO Certification Authority O=COMODO CA Limited +# Subject: CN=COMODO Certification Authority O=COMODO CA Limited +# Label: "COMODO Certification Authority" +# Serial: 104350513648249232941998508985834464573 +# MD5 Fingerprint: 5c:48:dc:f7:42:72:ec:56:94:6d:1c:cc:71:35:80:75 +# SHA1 Fingerprint: 66:31:bf:9e:f7:4f:9e:b6:c9:d5:a6:0c:ba:6a:be:d1:f7:bd:ef:7b +# SHA256 Fingerprint: 0c:2c:d6:3d:f7:80:6f:a3:99:ed:e8:09:11:6b:57:5b:f8:79:89:f0:65:18:f9:80:8c:86:05:03:17:8b:af:66 +-----BEGIN CERTIFICATE----- +MIIEHTCCAwWgAwIBAgIQToEtioJl4AsC7j41AkblPTANBgkqhkiG9w0BAQUFADCB +gTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV +BAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjEyMDEwMDAw +MDBaFw0yOTEyMzEyMzU5NTlaMIGBMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl +YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P +RE8gQ0EgTGltaXRlZDEnMCUGA1UEAxMeQ09NT0RPIENlcnRpZmljYXRpb24gQXV0 +aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ECLi3LjkRv3 +UcEbVASY06m/weaKXTuH+7uIzg3jLz8GlvCiKVCZrts7oVewdFFxze1CkU1B/qnI +2GqGd0S7WWaXUF601CxwRM/aN5VCaTwwxHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8 +Q5sVW7euNJH+1GImGEaaP+vB+fGQV+useg2L23IwambV4EajcNxo2f8ESIl33rXp ++2dtQem8Ob0y2WIC8bGoPW43nOIv4tOiJovGuFVDiOEjPqXSJDlqR6sA1KGzqSX+ +DT+nHbrTUcELpNqsOO9VUCQFZUaTNE8tja3G1CEZ0o7KBWFxB3NH5YoZEr0ETc5O +nKVIrLsm9wIDAQABo4GOMIGLMB0GA1UdDgQWBBQLWOWLxkwVN6RAqTCpIb5HNlpW +/zAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zBJBgNVHR8EQjBAMD6g +PKA6hjhodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9DT01PRE9DZXJ0aWZpY2F0aW9u +QXV0aG9yaXR5LmNybDANBgkqhkiG9w0BAQUFAAOCAQEAPpiem/Yb6dc5t3iuHXIY +SdOH5EOC6z/JqvWote9VfCFSZfnVDeFs9D6Mk3ORLgLETgdxb8CPOGEIqB6BCsAv +IC9Bi5HcSEW88cbeunZrM8gALTFGTO3nnc+IlP8zwFboJIYmuNg4ON8qa90SzMc/ +RxdMosIGlgnW2/4/PEZB31jiVg88O8EckzXZOFKs7sjsLjBOlDW0JB9LeGna8gI4 +zJVSk/BwJVmcIGfE7vmLV2H0knZ9P4SNVbfo5azV8fUZVqZa+5Acr5Pr5RzUZ5dd +BA6+C4OmF4O5MBKgxTMVBbkN+8cFduPYSo38NBejxiEovjBFMR7HeL5YYTisO+IB +ZQ== +-----END CERTIFICATE----- + +# Issuer: CN=COMODO ECC Certification Authority O=COMODO CA Limited +# Subject: CN=COMODO ECC Certification Authority O=COMODO CA Limited +# Label: "COMODO ECC Certification Authority" +# Serial: 41578283867086692638256921589707938090 +# MD5 Fingerprint: 7c:62:ff:74:9d:31:53:5e:68:4a:d5:78:aa:1e:bf:23 +# SHA1 Fingerprint: 9f:74:4e:9f:2b:4d:ba:ec:0f:31:2c:50:b6:56:3b:8e:2d:93:c3:11 +# SHA256 Fingerprint: 17:93:92:7a:06:14:54:97:89:ad:ce:2f:8f:34:f7:f0:b6:6d:0f:3a:e3:a3:b8:4d:21:ec:15:db:ba:4f:ad:c7 +-----BEGIN CERTIFICATE----- +MIICiTCCAg+gAwIBAgIQH0evqmIAcFBUTAGem2OZKjAKBggqhkjOPQQDAzCBhTEL +MAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE +BxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMT +IkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwMzA2MDAw +MDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdy +ZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09N +T0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlv +biBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQDR3svdcmCFYX7deSR +FtSrYpn1PlILBs5BAH+X4QokPB0BBO490o0JlwzgdeT6+3eKKvUDYEs2ixYjFq0J +cfRK9ChQtP6IHG4/bC8vCVlbpVsLM5niwz2J+Wos77LTBumjQjBAMB0GA1UdDgQW +BBR1cacZSBm8nZ3qQUfflMRId5nTeTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ +BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjEA7wNbeqy3eApyt4jf/7VGFAkK+qDm +fQjGGoe9GKhzvSbKYAydzpmfz1wPMOG+FDHqAjAU9JM8SaczepBGR7NjfRObTrdv +GDeAU/7dIOA1mjbRxwG55tzd8/8dLDoWV9mSOdY= +-----END CERTIFICATE----- + +# Issuer: CN=Certigna O=Dhimyotis +# Subject: CN=Certigna O=Dhimyotis +# Label: "Certigna" +# Serial: 18364802974209362175 +# MD5 Fingerprint: ab:57:a6:5b:7d:42:82:19:b5:d8:58:26:28:5e:fd:ff +# SHA1 Fingerprint: b1:2e:13:63:45:86:a4:6f:1a:b2:60:68:37:58:2d:c4:ac:fd:94:97 +# SHA256 Fingerprint: e3:b6:a2:db:2e:d7:ce:48:84:2f:7a:c5:32:41:c7:b7:1d:54:14:4b:fb:40:c1:1f:3f:1d:0b:42:f5:ee:a1:2d +-----BEGIN CERTIFICATE----- +MIIDqDCCApCgAwIBAgIJAP7c4wEPyUj/MA0GCSqGSIb3DQEBBQUAMDQxCzAJBgNV +BAYTAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hMB4X +DTA3MDYyOTE1MTMwNVoXDTI3MDYyOTE1MTMwNVowNDELMAkGA1UEBhMCRlIxEjAQ +BgNVBAoMCURoaW15b3RpczERMA8GA1UEAwwIQ2VydGlnbmEwggEiMA0GCSqGSIb3 +DQEBAQUAA4IBDwAwggEKAoIBAQDIaPHJ1tazNHUmgh7stL7qXOEm7RFHYeGifBZ4 +QCHkYJ5ayGPhxLGWkv8YbWkj4Sti993iNi+RB7lIzw7sebYs5zRLcAglozyHGxny +gQcPOJAZ0xH+hrTy0V4eHpbNgGzOOzGTtvKg0KmVEn2lmsxryIRWijOp5yIVUxbw +zBfsV1/pogqYCd7jX5xv3EjjhQsVWqa6n6xI4wmy9/Qy3l40vhx4XUJbzg4ij02Q +130yGLMLLGq/jj8UEYkgDncUtT2UCIf3JR7VsmAA7G8qKCVuKj4YYxclPz5EIBb2 +JsglrgVKtOdjLPOMFlN+XPsRGgjBRmKfIrjxwo1p3Po6WAbfAgMBAAGjgbwwgbkw +DwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUGu3+QTmQtCRZvgHyUtVF9lo53BEw +ZAYDVR0jBF0wW4AUGu3+QTmQtCRZvgHyUtVF9lo53BGhOKQ2MDQxCzAJBgNVBAYT +AkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hggkA/tzj +AQ/JSP8wDgYDVR0PAQH/BAQDAgEGMBEGCWCGSAGG+EIBAQQEAwIABzANBgkqhkiG +9w0BAQUFAAOCAQEAhQMeknH2Qq/ho2Ge6/PAD/Kl1NqV5ta+aDY9fm4fTIrv0Q8h +bV6lUmPOEvjvKtpv6zf+EwLHyzs+ImvaYS5/1HI93TDhHkxAGYwP15zRgzB7mFnc +fca5DClMoTOi62c6ZYTTluLtdkVwj7Ur3vkj1kluPBS1xp81HlDQwY9qcEQCYsuu +HWhBp6pX6FOqB9IG9tUUBguRA3UsbHK1YZWaDYu5Def131TN3ubY1gkIl2PlwS6w +t0QmwCbAr1UwnjvVNioZBPRcHv/PLLf/0P2HQBHVESO7SMAhqaQoLf0V+LBOK/Qw +WyH8EZE0vkHve52Xdf+XlcCWWC/qu0bXu+TZLg== +-----END CERTIFICATE----- + +# Issuer: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority +# Subject: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority +# Label: "ePKI Root Certification Authority" +# Serial: 28956088682735189655030529057352760477 +# MD5 Fingerprint: 1b:2e:00:ca:26:06:90:3d:ad:fe:6f:15:68:d3:6b:b3 +# SHA1 Fingerprint: 67:65:0d:f1:7e:8e:7e:5b:82:40:a4:f4:56:4b:cf:e2:3d:69:c6:f0 +# SHA256 Fingerprint: c0:a6:f4:dc:63:a2:4b:fd:cf:54:ef:2a:6a:08:2a:0a:72:de:35:80:3e:2f:f5:ff:52:7a:e5:d8:72:06:df:d5 +-----BEGIN CERTIFICATE----- +MIIFsDCCA5igAwIBAgIQFci9ZUdcr7iXAF7kBtK8nTANBgkqhkiG9w0BAQUFADBe +MQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0 +ZC4xKjAoBgNVBAsMIWVQS0kgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe +Fw0wNDEyMjAwMjMxMjdaFw0zNDEyMjAwMjMxMjdaMF4xCzAJBgNVBAYTAlRXMSMw +IQYDVQQKDBpDaHVuZ2h3YSBUZWxlY29tIENvLiwgTHRkLjEqMCgGA1UECwwhZVBL +SSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0BAQEF +AAOCAg8AMIICCgKCAgEA4SUP7o3biDN1Z82tH306Tm2d0y8U82N0ywEhajfqhFAH +SyZbCUNsIZ5qyNUD9WBpj8zwIuQf5/dqIjG3LBXy4P4AakP/h2XGtRrBp0xtInAh +ijHyl3SJCRImHJ7K2RKilTza6We/CKBk49ZCt0Xvl/T29de1ShUCWH2YWEtgvM3X +DZoTM1PRYfl61dd4s5oz9wCGzh1NlDivqOx4UXCKXBCDUSH3ET00hl7lSM2XgYI1 +TBnsZfZrxQWh7kcT1rMhJ5QQCtkkO7q+RBNGMD+XPNjX12ruOzjjK9SXDrkb5wdJ +fzcq+Xd4z1TtW0ado4AOkUPB1ltfFLqfpo0kR0BZv3I4sjZsN/+Z0V0OWQqraffA +sgRFelQArr5T9rXn4fg8ozHSqf4hUmTFpmfwdQcGlBSBVcYn5AGPF8Fqcde+S/uU +WH1+ETOxQvdibBjWzwloPn9s9h6PYq2lY9sJpx8iQkEeb5mKPtf5P0B6ebClAZLS +nT0IFaUQAS2zMnaolQ2zepr7BxB4EW/hj8e6DyUadCrlHJhBmd8hh+iVBmoKs2pH +dmX2Os+PYhcZewoozRrSgx4hxyy/vv9haLdnG7t4TY3OZ+XkwY63I2binZB1NJip +NiuKmpS5nezMirH4JYlcWrYvjB9teSSnUmjDhDXiZo1jDiVN1Rmy5nk3pyKdVDEC +AwEAAaNqMGgwHQYDVR0OBBYEFB4M97Zn8uGSJglFwFU5Lnc/QkqiMAwGA1UdEwQF +MAMBAf8wOQYEZyoHAAQxMC8wLQIBADAJBgUrDgMCGgUAMAcGBWcqAwAABBRFsMLH +ClZ87lt4DJX5GFPBphzYEDANBgkqhkiG9w0BAQUFAAOCAgEACbODU1kBPpVJufGB +uvl2ICO1J2B01GqZNF5sAFPZn/KmsSQHRGoqxqWOeBLoR9lYGxMqXnmbnwoqZ6Yl +PwZpVnPDimZI+ymBV3QGypzqKOg4ZyYr8dW1P2WT+DZdjo2NQCCHGervJ8A9tDkP +JXtoUHRVnAxZfVo9QZQlUgjgRywVMRnVvwdVxrsStZf0X4OFunHB2WyBEXYKCrC/ +gpf36j36+uwtqSiUO1bd0lEursC9CBWMd1I0ltabrNMdjmEPNXubrjlpC2JgQCA2 +j6/7Nu4tCEoduL+bXPjqpRugc6bY+G7gMwRfaKonh+3ZwZCc7b3jajWvY9+rGNm6 +5ulK6lCKD2GTHuItGeIwlDWSXQ62B68ZgI9HkFFLLk3dheLSClIKF5r8GrBQAuUB +o2M3IUxExJtRmREOc5wGj1QupyheRDmHVi03vYVElOEMSyycw5KFNGHLD7ibSkNS +/jQ6fbjpKdx2qcgw+BRxgMYeNkh0IkFch4LoGHGLQYlE535YW6i4jRPpp2zDR+2z +Gp1iro2C6pSe3VkQw63d4k3jMdXH7OjysP6SHhYKGvzZ8/gntsm+HbRsZJB/9OTE +W9c3rkIO3aQab3yIVMUWbuF6aC74Or8NpDyJO3inTmODBCEIZ43ygknQW/2xzQ+D +hNQ+IIX3Sj0rnP0qCglN6oH4EZw= +-----END CERTIFICATE----- + +# Issuer: O=certSIGN OU=certSIGN ROOT CA +# Subject: O=certSIGN OU=certSIGN ROOT CA +# Label: "certSIGN ROOT CA" +# Serial: 35210227249154 +# MD5 Fingerprint: 18:98:c0:d6:e9:3a:fc:f9:b0:f5:0c:f7:4b:01:44:17 +# SHA1 Fingerprint: fa:b7:ee:36:97:26:62:fb:2d:b0:2a:f6:bf:03:fd:e8:7c:4b:2f:9b +# SHA256 Fingerprint: ea:a9:62:c4:fa:4a:6b:af:eb:e4:15:19:6d:35:1c:cd:88:8d:4f:53:f3:fa:8a:e6:d7:c4:66:a9:4e:60:42:bb +-----BEGIN CERTIFICATE----- +MIIDODCCAiCgAwIBAgIGIAYFFnACMA0GCSqGSIb3DQEBBQUAMDsxCzAJBgNVBAYT +AlJPMREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBD +QTAeFw0wNjA3MDQxNzIwMDRaFw0zMTA3MDQxNzIwMDRaMDsxCzAJBgNVBAYTAlJP +MREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBDQTCC +ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALczuX7IJUqOtdu0KBuqV5Do +0SLTZLrTk+jUrIZhQGpgV2hUhE28alQCBf/fm5oqrl0Hj0rDKH/v+yv6efHHrfAQ +UySQi2bJqIirr1qjAOm+ukbuW3N7LBeCgV5iLKECZbO9xSsAfsT8AzNXDe3i+s5d +RdY4zTW2ssHQnIFKquSyAVwdj1+ZxLGt24gh65AIgoDzMKND5pCCrlUoSe1b16kQ +OA7+j0xbm0bqQfWwCHTD0IgztnzXdN/chNFDDnU5oSVAKOp4yw4sLjmdjItuFhwv +JoIQ4uNllAoEwF73XVv4EOLQunpL+943AAAaWyjj0pxzPjKHmKHJUS/X3qwzs08C +AwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAcYwHQYDVR0O +BBYEFOCMm9slSbPxfIbWskKHC9BroNnkMA0GCSqGSIb3DQEBBQUAA4IBAQA+0hyJ +LjX8+HXd5n9liPRyTMks1zJO890ZeUe9jjtbkw9QSSQTaxQGcu8J06Gh40CEyecY +MnQ8SG4Pn0vU9x7Tk4ZkVJdjclDVVc/6IJMCopvDI5NOFlV2oHB5bc0hH88vLbwZ +44gx+FkagQnIl6Z0x2DEW8xXjrJ1/RsCCdtZb3KTafcxQdaIOL+Hsr0Wefmq5L6I +Jd1hJyMctTEHBDa0GpC9oHRxUIltvBTjD4au8as+x6AJzKNI0eDbZOeStc+vckNw +i/nDhDwTqn6Sm1dTk/pwwpEOMfmbZ13pljheX7NzTogVZ96edhBiIL5VaZVDADlN +9u6wWk5JRFRYX0KD +-----END CERTIFICATE----- + +# Issuer: CN=NetLock Arany (Class Gold) F\u0151tan\xfas\xedtv\xe1ny O=NetLock Kft. OU=Tan\xfas\xedtv\xe1nykiad\xf3k (Certification Services) +# Subject: CN=NetLock Arany (Class Gold) F\u0151tan\xfas\xedtv\xe1ny O=NetLock Kft. OU=Tan\xfas\xedtv\xe1nykiad\xf3k (Certification Services) +# Label: "NetLock Arany (Class Gold) F\u0151tan\xfas\xedtv\xe1ny" +# Serial: 80544274841616 +# MD5 Fingerprint: c5:a1:b7:ff:73:dd:d6:d7:34:32:18:df:fc:3c:ad:88 +# SHA1 Fingerprint: 06:08:3f:59:3f:15:a1:04:a0:69:a4:6b:a9:03:d0:06:b7:97:09:91 +# SHA256 Fingerprint: 6c:61:da:c3:a2:de:f0:31:50:6b:e0:36:d2:a6:fe:40:19:94:fb:d1:3d:f9:c8:d4:66:59:92:74:c4:46:ec:98 +-----BEGIN CERTIFICATE----- +MIIEFTCCAv2gAwIBAgIGSUEs5AAQMA0GCSqGSIb3DQEBCwUAMIGnMQswCQYDVQQG +EwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFTATBgNVBAoMDE5ldExvY2sgS2Z0LjE3 +MDUGA1UECwwuVGFuw7pzw610dsOhbnlraWFkw7NrIChDZXJ0aWZpY2F0aW9uIFNl +cnZpY2VzKTE1MDMGA1UEAwwsTmV0TG9jayBBcmFueSAoQ2xhc3MgR29sZCkgRsWR +dGFuw7pzw610dsOhbnkwHhcNMDgxMjExMTUwODIxWhcNMjgxMjA2MTUwODIxWjCB +pzELMAkGA1UEBhMCSFUxETAPBgNVBAcMCEJ1ZGFwZXN0MRUwEwYDVQQKDAxOZXRM +b2NrIEtmdC4xNzA1BgNVBAsMLlRhbsO6c8OtdHbDoW55a2lhZMOzayAoQ2VydGlm +aWNhdGlvbiBTZXJ2aWNlcykxNTAzBgNVBAMMLE5ldExvY2sgQXJhbnkgKENsYXNz +IEdvbGQpIEbFkXRhbsO6c8OtdHbDoW55MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A +MIIBCgKCAQEAxCRec75LbRTDofTjl5Bu0jBFHjzuZ9lk4BqKf8owyoPjIMHj9DrT +lF8afFttvzBPhCf2nx9JvMaZCpDyD/V/Q4Q3Y1GLeqVw/HpYzY6b7cNGbIRwXdrz +AZAj/E4wqX7hJ2Pn7WQ8oLjJM2P+FpD/sLj916jAwJRDC7bVWaaeVtAkH3B5r9s5 +VA1lddkVQZQBr17s9o3x/61k/iCa11zr/qYfCGSji3ZVrR47KGAuhyXoqq8fxmRG +ILdwfzzeSNuWU7c5d+Qa4scWhHaXWy+7GRWF+GmF9ZmnqfI0p6m2pgP8b4Y9VHx2 +BJtr+UBdADTHLpl1neWIA6pN+APSQnbAGwIDAKiLo0UwQzASBgNVHRMBAf8ECDAG +AQH/AgEEMA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUzPpnk/C2uNClwB7zU/2M +U9+D15YwDQYJKoZIhvcNAQELBQADggEBAKt/7hwWqZw8UQCgwBEIBaeZ5m8BiFRh +bvG5GK1Krf6BQCOUL/t1fC8oS2IkgYIL9WHxHG64YTjrgfpioTtaYtOUZcTh5m2C ++C8lcLIhJsFyUR+MLMOEkMNaj7rP9KdlpeuY0fsFskZ1FSNqb4VjMIDw1Z4fKRzC +bLBQWV2QWzuoDTDPv31/zvGdg73JRm4gpvlhUbohL3u+pRVjodSVh/GeufOJ8z2F +uLjbvrW5KfnaNwUASZQDhETnv0Mxz3WLJdH0pmT1kvarBes96aULNmLazAZfNou2 +XjG4Kvte9nHfRCaexOYNkbQudZWAUWpLMKawYqGT8ZvYzsRjdT9ZR7E= +-----END CERTIFICATE----- + +# Issuer: CN=SecureSign RootCA11 O=Japan Certification Services, Inc. +# Subject: CN=SecureSign RootCA11 O=Japan Certification Services, Inc. +# Label: "SecureSign RootCA11" +# Serial: 1 +# MD5 Fingerprint: b7:52:74:e2:92:b4:80:93:f2:75:e4:cc:d7:f2:ea:26 +# SHA1 Fingerprint: 3b:c4:9f:48:f8:f3:73:a0:9c:1e:bd:f8:5b:b1:c3:65:c7:d8:11:b3 +# SHA256 Fingerprint: bf:0f:ee:fb:9e:3a:58:1a:d5:f9:e9:db:75:89:98:57:43:d2:61:08:5c:4d:31:4f:6f:5d:72:59:aa:42:16:12 +-----BEGIN CERTIFICATE----- +MIIDbTCCAlWgAwIBAgIBATANBgkqhkiG9w0BAQUFADBYMQswCQYDVQQGEwJKUDEr +MCkGA1UEChMiSmFwYW4gQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcywgSW5jLjEcMBoG +A1UEAxMTU2VjdXJlU2lnbiBSb290Q0ExMTAeFw0wOTA0MDgwNDU2NDdaFw0yOTA0 +MDgwNDU2NDdaMFgxCzAJBgNVBAYTAkpQMSswKQYDVQQKEyJKYXBhbiBDZXJ0aWZp +Y2F0aW9uIFNlcnZpY2VzLCBJbmMuMRwwGgYDVQQDExNTZWN1cmVTaWduIFJvb3RD +QTExMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA/XeqpRyQBTvLTJsz +i1oURaTnkBbR31fSIRCkF/3frNYfp+TbfPfs37gD2pRY/V1yfIw/XwFndBWW4wI8 +h9uuywGOwvNmxoVF9ALGOrVisq/6nL+k5tSAMJjzDbaTj6nU2DbysPyKyiyhFTOV +MdrAG/LuYpmGYz+/3ZMqg6h2uRMft85OQoWPIucuGvKVCbIFtUROd6EgvanyTgp9 +UK31BQ1FT0Zx/Sg+U/sE2C3XZR1KG/rPO7AxmjVuyIsG0wCR8pQIZUyxNAYAeoni +8McDWc/V1uinMrPmmECGxc0nEovMe863ETxiYAcjPitAbpSACW22s293bzUIUPsC +h8U+iQIDAQABo0IwQDAdBgNVHQ4EFgQUW/hNT7KlhtQ60vFjmqC+CfZXt94wDgYD +VR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEB +AKChOBZmLqdWHyGcBvod7bkixTgm2E5P7KN/ed5GIaGHd48HCJqypMWvDzKYC3xm +KbabfSVSSUOrTC4rbnpwrxYO4wJs+0LmGJ1F2FXI6Dvd5+H0LgscNFxsWEr7jIhQ +X5Ucv+2rIrVls4W6ng+4reV6G4pQOh29Dbx7VFALuUKvVaAYga1lme++5Jy/xIWr +QbJUb9wlze144o4MjQlJ3WN7WmmWAiGovVJZ6X01y8hSyn+B/tlr0/cR7SXf+Of5 +pPpyl4RTDaXQMhhRdlkUbA/r7F+AjHVDg8OFmP9Mni0N5HeDk061lgeLKBObjBmN +QSdJQO7e5iNEOdyhIta6A/I= +-----END CERTIFICATE----- + +# Issuer: CN=Microsec e-Szigno Root CA 2009 O=Microsec Ltd. +# Subject: CN=Microsec e-Szigno Root CA 2009 O=Microsec Ltd. +# Label: "Microsec e-Szigno Root CA 2009" +# Serial: 14014712776195784473 +# MD5 Fingerprint: f8:49:f4:03:bc:44:2d:83:be:48:69:7d:29:64:fc:b1 +# SHA1 Fingerprint: 89:df:74:fe:5c:f4:0f:4a:80:f9:e3:37:7d:54:da:91:e1:01:31:8e +# SHA256 Fingerprint: 3c:5f:81:fe:a5:fa:b8:2c:64:bf:a2:ea:ec:af:cd:e8:e0:77:fc:86:20:a7:ca:e5:37:16:3d:f3:6e:db:f3:78 +-----BEGIN CERTIFICATE----- +MIIECjCCAvKgAwIBAgIJAMJ+QwRORz8ZMA0GCSqGSIb3DQEBCwUAMIGCMQswCQYD +VQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFjAUBgNVBAoMDU1pY3Jvc2VjIEx0 +ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3ppZ25vIFJvb3QgQ0EgMjAwOTEfMB0G +CSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5odTAeFw0wOTA2MTYxMTMwMThaFw0y +OTEyMzAxMTMwMThaMIGCMQswCQYDVQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3Qx +FjAUBgNVBAoMDU1pY3Jvc2VjIEx0ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3pp +Z25vIFJvb3QgQ0EgMjAwOTEfMB0GCSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5o +dTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOn4j/NjrdqG2KfgQvvP +kd6mJviZpWNwrZuuyjNAfW2WbqEORO7hE52UQlKavXWFdCyoDh2Tthi3jCyoz/tc +cbna7P7ofo/kLx2yqHWH2Leh5TvPmUpG0IMZfcChEhyVbUr02MelTTMuhTlAdX4U +fIASmFDHQWe4oIBhVKZsTh/gnQ4H6cm6M+f+wFUoLAKApxn1ntxVUwOXewdI/5n7 +N4okxFnMUBBjjqqpGrCEGob5X7uxUG6k0QrM1XF+H6cbfPVTbiJfyyvm1HxdrtbC +xkzlBQHZ7Vf8wSN5/PrIJIOV87VqUQHQd9bpEqH5GoP7ghu5sJf0dgYzQ0mg/wu1 ++rUCAwEAAaOBgDB+MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G +A1UdDgQWBBTLD8bfQkPMPcu1SCOhGnqmKrs0aDAfBgNVHSMEGDAWgBTLD8bfQkPM +Pcu1SCOhGnqmKrs0aDAbBgNVHREEFDASgRBpbmZvQGUtc3ppZ25vLmh1MA0GCSqG +SIb3DQEBCwUAA4IBAQDJ0Q5eLtXMs3w+y/w9/w0olZMEyL/azXm4Q5DwpL7v8u8h +mLzU1F0G9u5C7DBsoKqpyvGvivo/C3NqPuouQH4frlRheesuCDfXI/OMn74dseGk +ddug4lQUsbocKaQY9hK6ohQU4zE1yED/t+AFdlfBHFny+L/k7SViXITwfn4fs775 +tyERzAMBVnCnEJIeGzSBHq2cGsMEPO0CYdYeBvNfOofyK/FFh+U9rNHHV4S9a67c +2Pm2G2JwCz02yULyMtd6YebS2z3PyKnJm9zbWETXbzivf3jTo60adbocwTZ8jx5t +HMN1Rq41Bab2XD0h7lbwyYIiLXpUq3DDfSJlgnCW +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3 +# Label: "GlobalSign Root CA - R3" +# Serial: 4835703278459759426209954 +# MD5 Fingerprint: c5:df:b8:49:ca:05:13:55:ee:2d:ba:1a:c3:3e:b0:28 +# SHA1 Fingerprint: d6:9b:56:11:48:f0:1c:77:c5:45:78:c1:09:26:df:5b:85:69:76:ad +# SHA256 Fingerprint: cb:b5:22:d7:b7:f1:27:ad:6a:01:13:86:5b:df:1c:d4:10:2e:7d:07:59:af:63:5a:7c:f4:72:0d:c9:63:c5:3b +-----BEGIN CERTIFICATE----- +MIIDXzCCAkegAwIBAgILBAAAAAABIVhTCKIwDQYJKoZIhvcNAQELBQAwTDEgMB4G +A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjMxEzARBgNVBAoTCkdsb2JhbFNp +Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDkwMzE4MTAwMDAwWhcNMjkwMzE4 +MTAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMzETMBEG +A1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAMwldpB5BngiFvXAg7aEyiie/QV2EcWtiHL8 +RgJDx7KKnQRfJMsuS+FggkbhUqsMgUdwbN1k0ev1LKMPgj0MK66X17YUhhB5uzsT +gHeMCOFJ0mpiLx9e+pZo34knlTifBtc+ycsmWQ1z3rDI6SYOgxXG71uL0gRgykmm +KPZpO/bLyCiR5Z2KYVc3rHQU3HTgOu5yLy6c+9C7v/U9AOEGM+iCK65TpjoWc4zd +QQ4gOsC0p6Hpsk+QLjJg6VfLuQSSaGjlOCZgdbKfd/+RFO+uIEn8rUAVSNECMWEZ +XriX7613t2Saer9fwRPvm2L7DWzgVGkWqQPabumDk3F2xmmFghcCAwEAAaNCMEAw +DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI/wS3+o +LkUkrk1Q+mOai97i3Ru8MA0GCSqGSIb3DQEBCwUAA4IBAQBLQNvAUKr+yAzv95ZU +RUm7lgAJQayzE4aGKAczymvmdLm6AC2upArT9fHxD4q/c2dKg8dEe3jgr25sbwMp +jjM5RcOO5LlXbKr8EpbsU8Yt5CRsuZRj+9xTaGdWPoO4zzUhw8lo/s7awlOqzJCK +6fBdRoyV3XpYKBovHd7NADdBj+1EbddTKJd+82cEHhXXipa0095MJ6RMG3NzdvQX +mcIfeg7jLQitChws/zyrVQ4PkX4268NXSb7hLi18YIvDQVETI53O9zJrlAGomecs +Mx86OyXShkDOOyyGeMlhLxS67ttVb9+E7gUJTb0o2HLO02JQZR7rkpeDMdmztcpH +WD9f +-----END CERTIFICATE----- + +# Issuer: CN=Izenpe.com O=IZENPE S.A. +# Subject: CN=Izenpe.com O=IZENPE S.A. +# Label: "Izenpe.com" +# Serial: 917563065490389241595536686991402621 +# MD5 Fingerprint: a6:b0:cd:85:80:da:5c:50:34:a3:39:90:2f:55:67:73 +# SHA1 Fingerprint: 2f:78:3d:25:52:18:a7:4a:65:39:71:b5:2c:a2:9c:45:15:6f:e9:19 +# SHA256 Fingerprint: 25:30:cc:8e:98:32:15:02:ba:d9:6f:9b:1f:ba:1b:09:9e:2d:29:9e:0f:45:48:bb:91:4f:36:3b:c0:d4:53:1f +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc. +# Subject: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc. +# Label: "Go Daddy Root Certificate Authority - G2" +# Serial: 0 +# MD5 Fingerprint: 80:3a:bc:22:c1:e6:fb:8d:9b:3b:27:4a:32:1b:9a:01 +# SHA1 Fingerprint: 47:be:ab:c9:22:ea:e8:0e:78:78:34:62:a7:9f:45:c2:54:fd:e6:8b +# SHA256 Fingerprint: 45:14:0b:32:47:eb:9c:c8:c5:b4:f0:d7:b5:30:91:f7:32:92:08:9e:6e:5a:63:e2:74:9d:d3:ac:a9:19:8e:da +-----BEGIN CERTIFICATE----- +MIIDxTCCAq2gAwIBAgIBADANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxGjAYBgNVBAoT +EUdvRGFkZHkuY29tLCBJbmMuMTEwLwYDVQQDEyhHbyBEYWRkeSBSb290IENlcnRp +ZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAwMFoXDTM3MTIzMTIz +NTk1OVowgYMxCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6b25hMRMwEQYDVQQH +EwpTY290dHNkYWxlMRowGAYDVQQKExFHb0RhZGR5LmNvbSwgSW5jLjExMC8GA1UE +AxMoR28gRGFkZHkgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIw +DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL9xYgjx+lk09xvJGKP3gElY6SKD +E6bFIEMBO4Tx5oVJnyfq9oQbTqC023CYxzIBsQU+B07u9PpPL1kwIuerGVZr4oAH +/PMWdYA5UXvl+TW2dE6pjYIT5LY/qQOD+qK+ihVqf94Lw7YZFAXK6sOoBJQ7Rnwy +DfMAZiLIjWltNowRGLfTshxgtDj6AozO091GB94KPutdfMh8+7ArU6SSYmlRJQVh +GkSBjCypQ5Yj36w6gZoOKcUcqeldHraenjAKOc7xiID7S13MMuyFYkMlNAJWJwGR +tDtwKj9useiciAF9n9T521NtYJ2/LOdYq7hfRvzOxBsDPAnrSTFcaUaz4EcCAwEA +AaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE +FDqahQcQZyi27/a9BUFuIMGU2g/eMA0GCSqGSIb3DQEBCwUAA4IBAQCZ21151fmX +WWcDYfF+OwYxdS2hII5PZYe096acvNjpL9DbWu7PdIxztDhC2gV7+AJ1uP2lsdeu +9tfeE8tTEH6KRtGX+rcuKxGrkLAngPnon1rpN5+r5N9ss4UXnT3ZJE95kTXWXwTr +gIOrmgIttRD02JDHBHNA7XIloKmf7J6raBKZV8aPEjoJpL1E/QYVN8Gb5DKj7Tjo +2GTzLH4U/ALqn83/B2gX2yKQOC16jdFU8WnjXzPKej17CuPKf1855eJ1usV2GDPO +LPAvTK33sefOT6jEm0pUBsV/fdUID+Ic/n4XuKxe9tQWskMJDE32p2u0mYRlynqI +4uJEvlz36hz1 +-----END CERTIFICATE----- + +# Issuer: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Subject: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Label: "Starfield Root Certificate Authority - G2" +# Serial: 0 +# MD5 Fingerprint: d6:39:81:c6:52:7e:96:69:fc:fc:ca:66:ed:05:f2:96 +# SHA1 Fingerprint: b5:1c:06:7c:ee:2b:0c:3d:f8:55:ab:2d:92:f4:fe:39:d4:e7:0f:0e +# SHA256 Fingerprint: 2c:e1:cb:0b:f9:d2:f9:e1:02:99:3f:be:21:51:52:c3:b2:dd:0c:ab:de:1c:68:e5:31:9b:83:91:54:db:b7:f5 +-----BEGIN CERTIFICATE----- +MIID3TCCAsWgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBjzELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT +HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAMTKVN0YXJmaWVs +ZCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAw +MFoXDTM3MTIzMTIzNTk1OVowgY8xCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6 +b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFyZmllbGQgVGVj +aG5vbG9naWVzLCBJbmMuMTIwMAYDVQQDEylTdGFyZmllbGQgUm9vdCBDZXJ0aWZp +Y2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC +ggEBAL3twQP89o/8ArFvW59I2Z154qK3A2FWGMNHttfKPTUuiUP3oWmb3ooa/RMg +nLRJdzIpVv257IzdIvpy3Cdhl+72WoTsbhm5iSzchFvVdPtrX8WJpRBSiUZV9Lh1 +HOZ/5FSuS/hVclcCGfgXcVnrHigHdMWdSL5stPSksPNkN3mSwOxGXn/hbVNMYq/N +Hwtjuzqd+/x5AJhhdM8mgkBj87JyahkNmcrUDnXMN/uLicFZ8WJ/X7NfZTD4p7dN +dloedl40wOiWVpmKs/B/pM293DIxfJHP4F8R+GuqSVzRmZTRouNjWwl2tVZi4Ut0 +HZbUJtQIBFnQmA4O5t78w+wfkPECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO +BgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFHwMMh+n2TB/xH1oo2Kooc6rB1snMA0G +CSqGSIb3DQEBCwUAA4IBAQARWfolTwNvlJk7mh+ChTnUdgWUXuEok21iXQnCoKjU +sHU48TRqneSfioYmUeYs0cYtbpUgSpIB7LiKZ3sx4mcujJUDJi5DnUox9g61DLu3 +4jd/IroAow57UvtruzvE03lRTs2Q9GcHGcg8RnoNAX3FWOdt5oUwF5okxBDgBPfg +8n/Uqgr/Qh037ZTlZFkSIHc40zI+OIF1lnP6aI+xy84fxez6nH7PfrHxBy22/L/K +pL/QlwVKvOoYKAKQvVR4CSFx09F9HdkWsKlhPdAKACL8x3vLCWRFCztAgfd9fDL1 +mMpYjn0q7pBZc2T5NnReJaH1ZgUufzkVqSr7UIuOhWn0 +-----END CERTIFICATE----- + +# Issuer: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Subject: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Label: "Starfield Services Root Certificate Authority - G2" +# Serial: 0 +# MD5 Fingerprint: 17:35:74:af:7b:61:1c:eb:f4:f9:3c:e2:ee:40:f9:a2 +# SHA1 Fingerprint: 92:5a:8f:8d:2c:6d:04:e0:66:5f:59:6a:ff:22:d8:63:e8:25:6f:3f +# SHA256 Fingerprint: 56:8d:69:05:a2:c8:87:08:a4:b3:02:51:90:ed:cf:ed:b1:97:4a:60:6a:13:c6:e5:29:0f:cb:2a:e6:3e:da:b5 +-----BEGIN CERTIFICATE----- +MIID7zCCAtegAwIBAgIBADANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT +HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVs +ZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5 +MDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgZgxCzAJBgNVBAYTAlVTMRAwDgYD +VQQIEwdBcml6b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFy +ZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTswOQYDVQQDEzJTdGFyZmllbGQgU2Vy +dmljZXMgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBANUMOsQq+U7i9b4Zl1+OiFOxHz/Lz58gE20p +OsgPfTz3a3Y4Y9k2YKibXlwAgLIvWX/2h/klQ4bnaRtSmpDhcePYLQ1Ob/bISdm2 +8xpWriu2dBTrz/sm4xq6HZYuajtYlIlHVv8loJNwU4PahHQUw2eeBGg6345AWh1K +Ts9DkTvnVtYAcMtS7nt9rjrnvDH5RfbCYM8TWQIrgMw0R9+53pBlbQLPLJGmpufe +hRhJfGZOozptqbXuNC66DQO4M99H67FrjSXZm86B0UVGMpZwh94CDklDhbZsc7tk +6mFBrMnUVN+HL8cisibMn1lUaJ/8viovxFUcdUBgF4UCVTmLfwUCAwEAAaNCMEAw +DwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJxfAN+q +AdcwKziIorhtSpzyEZGDMA0GCSqGSIb3DQEBCwUAA4IBAQBLNqaEd2ndOxmfZyMI +bw5hyf2E3F/YNoHN2BtBLZ9g3ccaaNnRbobhiCPPE95Dz+I0swSdHynVv/heyNXB +ve6SbzJ08pGCL72CQnqtKrcgfU28elUSwhXqvfdqlS5sdJ/PHLTyxQGjhdByPq1z +qwubdQxtRbeOlKyWN7Wg0I8VRw7j6IPdj/3vQQF3zCepYoUz8jcI73HPdwbeyBkd +iEDPfUYd/x7H4c7/I9vG+o1VTqkC50cRRj70/b17KSa7qWFiNyi2LSr2EIZkyXCn +0q23KXB56jzaYyWf/Wi3MOxw+3WKt21gZ7IeyLnp2KhvAotnDU0mV3HaIPzBSlCN +sSi6 +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Commercial O=AffirmTrust +# Subject: CN=AffirmTrust Commercial O=AffirmTrust +# Label: "AffirmTrust Commercial" +# Serial: 8608355977964138876 +# MD5 Fingerprint: 82:92:ba:5b:ef:cd:8a:6f:a6:3d:55:f9:84:f6:d6:b7 +# SHA1 Fingerprint: f9:b5:b6:32:45:5f:9c:be:ec:57:5f:80:dc:e9:6e:2c:c7:b2:78:b7 +# SHA256 Fingerprint: 03:76:ab:1d:54:c5:f9:80:3c:e4:b2:e2:01:a0:ee:7e:ef:7b:57:b6:36:e8:a9:3c:9b:8d:48:60:c9:6f:5f:a7 +-----BEGIN CERTIFICATE----- +MIIDTDCCAjSgAwIBAgIId3cGJyapsXwwDQYJKoZIhvcNAQELBQAwRDELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz +dCBDb21tZXJjaWFsMB4XDTEwMDEyOTE0MDYwNloXDTMwMTIzMTE0MDYwNlowRDEL +MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp +cm1UcnVzdCBDb21tZXJjaWFsMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEA9htPZwcroRX1BiLLHwGy43NFBkRJLLtJJRTWzsO3qyxPxkEylFf6EqdbDuKP +Hx6GGaeqtS25Xw2Kwq+FNXkyLbscYjfysVtKPcrNcV/pQr6U6Mje+SJIZMblq8Yr +ba0F8PrVC8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPAL +MeIrJmqbTFeurCA+ukV6BfO9m2kVrn1OIGPENXY6BwLJN/3HR+7o8XYdcxXyl6S1 +yHp52UKqK39c/s4mT6NmgTWvRLpUHhwwMmWd5jyTXlBOeuM61G7MGvv50jeuJCqr +VwMiKA1JdX+3KNp1v47j3A55MQIDAQABo0IwQDAdBgNVHQ4EFgQUnZPGU4teyq8/ +nx4P5ZmVvCT2lI8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ +KoZIhvcNAQELBQADggEBAFis9AQOzcAN/wr91LoWXym9e2iZWEnStB03TX8nfUYG +XUPGhi4+c7ImfU+TqbbEKpqrIZcUsd6M06uJFdhrJNTxFq7YpFzUf1GO7RgBsZNj +vbz4YYCanrHOQnDiqX0GJX0nof5v7LMeJNrjS1UaADs1tDvZ110w/YETifLCBivt +Z8SOyUOyXGsViQK8YvxO8rUzqrJv0wqiUOP2O+guRMLbZjipM1ZI8W0bM40NjD9g +N53Tym1+NH4Nn3J2ixufcv1SNUFFApYvHLKac0khsUlHRUe072o0EclNmsxZt9YC +nlpOZbWUrhvfKbAW8b8Angc6F2S1BLUjIZkKlTuXfO8= +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Networking O=AffirmTrust +# Subject: CN=AffirmTrust Networking O=AffirmTrust +# Label: "AffirmTrust Networking" +# Serial: 8957382827206547757 +# MD5 Fingerprint: 42:65:ca:be:01:9a:9a:4c:a9:8c:41:49:cd:c0:d5:7f +# SHA1 Fingerprint: 29:36:21:02:8b:20:ed:02:f5:66:c5:32:d1:d6:ed:90:9f:45:00:2f +# SHA256 Fingerprint: 0a:81:ec:5a:92:97:77:f1:45:90:4a:f3:8d:5d:50:9f:66:b5:e2:c5:8f:cd:b5:31:05:8b:0e:17:f3:f0:b4:1b +-----BEGIN CERTIFICATE----- +MIIDTDCCAjSgAwIBAgIIfE8EORzUmS0wDQYJKoZIhvcNAQEFBQAwRDELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz +dCBOZXR3b3JraW5nMB4XDTEwMDEyOTE0MDgyNFoXDTMwMTIzMTE0MDgyNFowRDEL +MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp +cm1UcnVzdCBOZXR3b3JraW5nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEAtITMMxcua5Rsa2FSoOujz3mUTOWUgJnLVWREZY9nZOIG41w3SfYvm4SEHi3y +YJ0wTsyEheIszx6e/jarM3c1RNg1lho9Nuh6DtjVR6FqaYvZ/Ls6rnla1fTWcbua +kCNrmreIdIcMHl+5ni36q1Mr3Lt2PpNMCAiMHqIjHNRqrSK6mQEubWXLviRmVSRL +QESxG9fhwoXA3hA/Pe24/PHxI1Pcv2WXb9n5QHGNfb2V1M6+oF4nI979ptAmDgAp +6zxG8D1gvz9Q0twmQVGeFDdCBKNwV6gbh+0t+nvujArjqWaJGctB+d1ENmHP4ndG +yH329JKBNv3bNPFyfvMMFr20FQIDAQABo0IwQDAdBgNVHQ4EFgQUBx/S55zawm6i +QLSwelAQUHTEyL0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ +KoZIhvcNAQEFBQADggEBAIlXshZ6qML91tmbmzTCnLQyFE2npN/svqe++EPbkTfO +tDIuUFUaNU52Q3Eg75N3ThVwLofDwR1t3Mu1J9QsVtFSUzpE0nPIxBsFZVpikpzu +QY0x2+c06lkh1QF612S4ZDnNye2v7UsDSKegmQGA3GWjNq5lWUhPgkvIZfFXHeVZ +Lgo/bNjR9eUJtGxUAArgFU2HdW23WJZa3W3SAKD0m0i+wzekujbgfIeFlxoVot4u +olu9rxj5kFDNcFn4J2dHy8egBzp90SxdbBk6ZrV9/ZFvgrG+CJPbFEfxojfHRZ48 +x3evZKiT3/Zpg4Jg8klCNO1aAFSFHBY2kgxc+qatv9s= +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Premium O=AffirmTrust +# Subject: CN=AffirmTrust Premium O=AffirmTrust +# Label: "AffirmTrust Premium" +# Serial: 7893706540734352110 +# MD5 Fingerprint: c4:5d:0e:48:b6:ac:28:30:4e:0a:bc:f9:38:16:87:57 +# SHA1 Fingerprint: d8:a6:33:2c:e0:03:6f:b1:85:f6:63:4f:7d:6a:06:65:26:32:28:27 +# SHA256 Fingerprint: 70:a7:3f:7f:37:6b:60:07:42:48:90:45:34:b1:14:82:d5:bf:0e:69:8e:cc:49:8d:f5:25:77:eb:f2:e9:3b:9a +-----BEGIN CERTIFICATE----- +MIIFRjCCAy6gAwIBAgIIbYwURrGmCu4wDQYJKoZIhvcNAQEMBQAwQTELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1UcnVz +dCBQcmVtaXVtMB4XDTEwMDEyOTE0MTAzNloXDTQwMTIzMTE0MTAzNlowQTELMAkG +A1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1U +cnVzdCBQcmVtaXVtMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxBLf +qV/+Qd3d9Z+K4/as4Tx4mrzY8H96oDMq3I0gW64tb+eT2TZwamjPjlGjhVtnBKAQ +JG9dKILBl1fYSCkTtuG+kU3fhQxTGJoeJKJPj/CihQvL9Cl/0qRY7iZNyaqoe5rZ ++jjeRFcV5fiMyNlI4g0WJx0eyIOFJbe6qlVBzAMiSy2RjYvmia9mx+n/K+k8rNrS +s8PhaJyJ+HoAVt70VZVs+7pk3WKL3wt3MutizCaam7uqYoNMtAZ6MMgpv+0GTZe5 +HMQxK9VfvFMSF5yZVylmd2EhMQcuJUmdGPLu8ytxjLW6OQdJd/zvLpKQBY0tL3d7 +70O/Nbua2Plzpyzy0FfuKE4mX4+QaAkvuPjcBukumj5Rp9EixAqnOEhss/n/fauG +V+O61oV4d7pD6kh/9ti+I20ev9E2bFhc8e6kGVQa9QPSdubhjL08s9NIS+LI+H+S +qHZGnEJlPqQewQcDWkYtuJfzt9WyVSHvutxMAJf7FJUnM7/oQ0dG0giZFmA7mn7S +5u046uwBHjxIVkkJx0w3AJ6IDsBz4W9m6XJHMD4Q5QsDyZpCAGzFlH5hxIrff4Ia +C1nEWTJ3s7xgaVY5/bQGeyzWZDbZvUjthB9+pSKPKrhC9IK31FOQeE4tGv2Bb0TX +OwF0lkLgAOIua+rF7nKsu7/+6qqo+Nz2snmKtmcCAwEAAaNCMEAwHQYDVR0OBBYE +FJ3AZ6YMItkm9UWrpmVSESfYRaxjMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/ +BAQDAgEGMA0GCSqGSIb3DQEBDAUAA4ICAQCzV00QYk465KzquByvMiPIs0laUZx2 +KI15qldGF9X1Uva3ROgIRL8YhNILgM3FEv0AVQVhh0HctSSePMTYyPtwni94loMg +Nt58D2kTiKV1NpgIpsbfrM7jWNa3Pt668+s0QNiigfV4Py/VpfzZotReBA4Xrf5B +8OWycvpEgjNC6C1Y91aMYj+6QrCcDFx+LmUmXFNPALJ4fqENmS2NuB2OosSw/WDQ +MKSOyARiqcTtNd56l+0OOF6SL5Nwpamcb6d9Ex1+xghIsV5n61EIJenmJWtSKZGc +0jlzCFfemQa0W50QBuHCAKi4HEoCChTQwUHK+4w1IX2COPKpVJEZNZOUbWo6xbLQ +u4mGk+ibyQ86p3q4ofB4Rvr8Ny/lioTz3/4E2aFooC8k4gmVBtWVyuEklut89pMF +u+1z6S3RdTnX5yTb2E5fQ4+e0BQ5v1VwSJlXMbSc7kqYA5YwH2AG7hsj/oFgIxpH +YoWlzBk0gG+zrBrjn/B7SK3VAdlntqlyk+otZrWyuOQ9PLLvTIzq6we/qzWaVYa8 +GKa1qF60g2xraUDTn9zxw2lrueFtCfTxqlB2Cnp9ehehVZZCmTEJ3WARjQUwfuaO +RtGdFNrHF+QFlozEJLUbzxQHskD4o55BhrwE0GuWyCqANP2/7waj3VjFhT0+j/6e +KeC2uAloGRwYQw== +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Premium ECC O=AffirmTrust +# Subject: CN=AffirmTrust Premium ECC O=AffirmTrust +# Label: "AffirmTrust Premium ECC" +# Serial: 8401224907861490260 +# MD5 Fingerprint: 64:b0:09:55:cf:b1:d5:99:e2:be:13:ab:a6:5d:ea:4d +# SHA1 Fingerprint: b8:23:6b:00:2f:1d:16:86:53:01:55:6c:11:a4:37:ca:eb:ff:c3:bb +# SHA256 Fingerprint: bd:71:fd:f6:da:97:e4:cf:62:d1:64:7a:dd:25:81:b0:7d:79:ad:f8:39:7e:b4:ec:ba:9c:5e:84:88:82:14:23 +-----BEGIN CERTIFICATE----- +MIIB/jCCAYWgAwIBAgIIdJclisc/elQwCgYIKoZIzj0EAwMwRTELMAkGA1UEBhMC +VVMxFDASBgNVBAoMC0FmZmlybVRydXN0MSAwHgYDVQQDDBdBZmZpcm1UcnVzdCBQ +cmVtaXVtIEVDQzAeFw0xMDAxMjkxNDIwMjRaFw00MDEyMzExNDIwMjRaMEUxCzAJ +BgNVBAYTAlVTMRQwEgYDVQQKDAtBZmZpcm1UcnVzdDEgMB4GA1UEAwwXQWZmaXJt +VHJ1c3QgUHJlbWl1bSBFQ0MwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQNMF4bFZ0D +0KF5Nbc6PJJ6yhUczWLznCZcBz3lVPqj1swS6vQUX+iOGasvLkjmrBhDeKzQN8O9 +ss0s5kfiGuZjuD0uL3jET9v0D6RoTFVya5UdThhClXjMNzyR4ptlKymjQjBAMB0G +A1UdDgQWBBSaryl6wBE1NSZRMADDav5A1a7WPDAPBgNVHRMBAf8EBTADAQH/MA4G +A1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNnADBkAjAXCfOHiFBar8jAQr9HX/Vs +aobgxCd05DhT1wV/GzTjxi+zygk8N53X57hG8f2h4nECMEJZh0PUUd+60wkyWs6I +flc9nF9Ca/UHLbXwgpP5WW+uZPpY5Yse42O+tYHNbwKMeQ== +-----END CERTIFICATE----- + +# Issuer: CN=Certum Trusted Network CA O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Subject: CN=Certum Trusted Network CA O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Label: "Certum Trusted Network CA" +# Serial: 279744 +# MD5 Fingerprint: d5:e9:81:40:c5:18:69:fc:46:2c:89:75:62:0f:aa:78 +# SHA1 Fingerprint: 07:e0:32:e0:20:b7:2c:3f:19:2f:06:28:a2:59:3a:19:a7:0f:06:9e +# SHA256 Fingerprint: 5c:58:46:8d:55:f5:8e:49:7e:74:39:82:d2:b5:00:10:b6:d1:65:37:4a:cf:83:a7:d4:a3:2d:b7:68:c4:40:8e +-----BEGIN CERTIFICATE----- +MIIDuzCCAqOgAwIBAgIDBETAMA0GCSqGSIb3DQEBBQUAMH4xCzAJBgNVBAYTAlBM +MSIwIAYDVQQKExlVbml6ZXRvIFRlY2hub2xvZ2llcyBTLkEuMScwJQYDVQQLEx5D +ZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxIjAgBgNVBAMTGUNlcnR1bSBU +cnVzdGVkIE5ldHdvcmsgQ0EwHhcNMDgxMDIyMTIwNzM3WhcNMjkxMjMxMTIwNzM3 +WjB+MQswCQYDVQQGEwJQTDEiMCAGA1UEChMZVW5pemV0byBUZWNobm9sb2dpZXMg +Uy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MSIw +IAYDVQQDExlDZXJ0dW0gVHJ1c3RlZCBOZXR3b3JrIENBMIIBIjANBgkqhkiG9w0B +AQEFAAOCAQ8AMIIBCgKCAQEA4/t9o3K6wvDJFIf1awFO4W5AB7ptJ11/91sts1rH +UV+rpDKmYYe2bg+G0jACl/jXaVehGDldamR5xgFZrDwxSjh80gTSSyjoIF87B6LM +TXPb865Px1bVWqeWifrzq2jUI4ZZJ88JJ7ysbnKDHDBy3+Ci6dLhdHUZvSqeexVU +BBvXQzmtVSjF4hq79MDkrjhJM8x2hZ85RdKknvISjFH4fOQtf/WsX+sWn7Et0brM +kUJ3TCXJkDhv2/DM+44el1k+1WBO5gUo7Ul5E0u6SNsv+XLTOcr+H9g0cvW0QM8x +AcPs3hEtF10fuFDRXhmnad4HMyjKUJX5p1TLVIZQRan5SQIDAQABo0IwQDAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBQIds3LB/8k9sXN7buQvOKEN0Z19zAOBgNV +HQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQEFBQADggEBAKaorSLOAT2mo/9i0Eidi15y +sHhE49wcrwn9I0j6vSrEuVUEtRCjjSfeC4Jj0O7eDDd5QVsisrCaQVymcODU0HfL +I9MA4GxWL+FpDQ3Zqr8hgVDZBqWo/5U30Kr+4rP1mS1FhIrlQgnXdAIv94nYmem8 +J9RHjboNRhx3zxSkHLmkMcScKHQDNP8zGSal6Q10tz6XxnboJ5ajZt3hrvJBW8qY +VoNzcOSGGtIxQbovvi0TWnZvTuhOgQ4/WwMioBK+ZlgRSssDxLQqKi2WF+A5VLxI +03YnnZotBqbJ7DnSq9ufmgsnAjUpsUCV5/nonFWIGUbWtzT1fs45mtk48VH3Tyw= +-----END CERTIFICATE----- + +# Issuer: CN=TWCA Root Certification Authority O=TAIWAN-CA OU=Root CA +# Subject: CN=TWCA Root Certification Authority O=TAIWAN-CA OU=Root CA +# Label: "TWCA Root Certification Authority" +# Serial: 1 +# MD5 Fingerprint: aa:08:8f:f6:f9:7b:b7:f2:b1:a7:1e:9b:ea:ea:bd:79 +# SHA1 Fingerprint: cf:9e:87:6d:d3:eb:fc:42:26:97:a3:b5:a3:7a:a0:76:a9:06:23:48 +# SHA256 Fingerprint: bf:d8:8f:e1:10:1c:41:ae:3e:80:1b:f8:be:56:35:0e:e9:ba:d1:a6:b9:bd:51:5e:dc:5c:6d:5b:87:11:ac:44 +-----BEGIN CERTIFICATE----- +MIIDezCCAmOgAwIBAgIBATANBgkqhkiG9w0BAQUFADBfMQswCQYDVQQGEwJUVzES +MBAGA1UECgwJVEFJV0FOLUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFU +V0NBIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwODI4MDcyNDMz +WhcNMzAxMjMxMTU1OTU5WjBfMQswCQYDVQQGEwJUVzESMBAGA1UECgwJVEFJV0FO +LUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFUV0NBIFJvb3QgQ2VydGlm +aWNhdGlvbiBBdXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +AQCwfnK4pAOU5qfeCTiRShFAh6d8WWQUe7UREN3+v9XAu1bihSX0NXIP+FPQQeFE +AcK0HMMxQhZHhTMidrIKbw/lJVBPhYa+v5guEGcevhEFhgWQxFnQfHgQsIBct+HH +K3XLfJ+utdGdIzdjp9xCoi2SBBtQwXu4PhvJVgSLL1KbralW6cH/ralYhzC2gfeX +RfwZVzsrb+RH9JlF/h3x+JejiB03HFyP4HYlmlD4oFT/RJB2I9IyxsOrBr/8+7/z +rX2SYgJbKdM1o5OaQ2RgXbL6Mv87BK9NQGr5x+PvI/1ry+UPizgN7gr8/g+YnzAx +3WxSZfmLgb4i4RxYA7qRG4kHAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqOFsmjd6LWvJPelSDGRjjCDWmujANBgkq +hkiG9w0BAQUFAAOCAQEAPNV3PdrfibqHDAhUaiBQkr6wQT25JmSDCi/oQMCXKCeC +MErJk/9q56YAf4lCmtYR5VPOL8zy2gXE/uJQxDqGfczafhAJO5I1KlOy/usrBdls +XebQ79NqZp4VKIV66IIArB6nCWlWQtNoURi+VJq/REG6Sb4gumlc7rh3zc5sH62D +lhh9DrUUOYTxKOkto557HnpyWoOzeW/vtPzQCqVYT0bf+215WfKEIlKuD8z7fDvn +aspHYcN6+NOSBB+4IIThNlQWx0DeO4pz3N/GCUzf7Nr/1FNCocnyYh0igzyXxfkZ +YiesZSLX0zzG5Y6yU8xJzrww/nsOM5D77dIUkR8Hrw== +-----END CERTIFICATE----- + +# Issuer: O=SECOM Trust Systems CO.,LTD. OU=Security Communication RootCA2 +# Subject: O=SECOM Trust Systems CO.,LTD. OU=Security Communication RootCA2 +# Label: "Security Communication RootCA2" +# Serial: 0 +# MD5 Fingerprint: 6c:39:7d:a4:0e:55:59:b2:3f:d6:41:b1:12:50:de:43 +# SHA1 Fingerprint: 5f:3b:8c:f2:f8:10:b3:7d:78:b4:ce:ec:19:19:c3:73:34:b9:c7:74 +# SHA256 Fingerprint: 51:3b:2c:ec:b8:10:d4:cd:e5:dd:85:39:1a:df:c6:c2:dd:60:d8:7b:b7:36:d2:b5:21:48:4a:a4:7a:0e:be:f6 +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIBADANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJKUDEl +MCMGA1UEChMcU0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEnMCUGA1UECxMe +U2VjdXJpdHkgQ29tbXVuaWNhdGlvbiBSb290Q0EyMB4XDTA5MDUyOTA1MDAzOVoX +DTI5MDUyOTA1MDAzOVowXTELMAkGA1UEBhMCSlAxJTAjBgNVBAoTHFNFQ09NIFRy +dXN0IFN5c3RlbXMgQ08uLExURC4xJzAlBgNVBAsTHlNlY3VyaXR5IENvbW11bmlj +YXRpb24gUm9vdENBMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANAV +OVKxUrO6xVmCxF1SrjpDZYBLx/KWvNs2l9amZIyoXvDjChz335c9S672XewhtUGr +zbl+dp+++T42NKA7wfYxEUV0kz1XgMX5iZnK5atq1LXaQZAQwdbWQonCv/Q4EpVM +VAX3NuRFg3sUZdbcDE3R3n4MqzvEFb46VqZab3ZpUql6ucjrappdUtAtCms1FgkQ +hNBqyjoGADdH5H5XTz+L62e4iKrFvlNVspHEfbmwhRkGeC7bYRr6hfVKkaHnFtWO +ojnflLhwHyg/i/xAXmODPIMqGplrz95Zajv8bxbXH/1KEOtOghY6rCcMU/Gt1SSw +awNQwS08Ft1ENCcadfsCAwEAAaNCMEAwHQYDVR0OBBYEFAqFqXdlBZh8QIH4D5cs +OPEK7DzPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3 +DQEBCwUAA4IBAQBMOqNErLlFsceTfsgLCkLfZOoc7llsCLqJX2rKSpWeeo8HxdpF +coJxDjrSzG+ntKEju/Ykn8sX/oymzsLS28yN/HH8AynBbF0zX2S2ZTuJbxh2ePXc +okgfGT+Ok+vx+hfuzU7jBBJV1uXk3fs+BXziHV7Gp7yXT2g69ekuCkO2r1dcYmh8 +t/2jioSgrGK+KwmHNPBqAbubKVY8/gA3zyNs8U6qtnRGEmyR7jTV7JqR50S+kDFy +1UkC9gLl9B/rfNmWVan/7Ir5mUf/NVoCqgTLiluHcSmRvaS0eg29mvVXIwAHIRc/ +SjnRBUkLp7Y3gaVdjKozXoEofKd9J+sAro03 +-----END CERTIFICATE----- + +# Issuer: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967 +# Subject: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967 +# Label: "Actalis Authentication Root CA" +# Serial: 6271844772424770508 +# MD5 Fingerprint: 69:c1:0d:4f:07:a3:1b:c3:fe:56:3d:04:bc:11:f6:a6 +# SHA1 Fingerprint: f3:73:b3:87:06:5a:28:84:8a:f2:f3:4a:ce:19:2b:dd:c7:8e:9c:ac +# SHA256 Fingerprint: 55:92:60:84:ec:96:3a:64:b9:6e:2a:be:01:ce:0b:a8:6a:64:fb:fe:bc:c7:aa:b5:af:c1:55:b3:7f:d7:60:66 +-----BEGIN CERTIFICATE----- +MIIFuzCCA6OgAwIBAgIIVwoRl0LE48wwDQYJKoZIhvcNAQELBQAwazELMAkGA1UE +BhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8w +MzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290 +IENBMB4XDTExMDkyMjExMjIwMloXDTMwMDkyMjExMjIwMlowazELMAkGA1UEBhMC +SVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1 +ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENB +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp8bEpSmkLO/lGMWwUKNv +UTufClrJwkg4CsIcoBh/kbWHuUA/3R1oHwiD1S0eiKD4j1aPbZkCkpAW1V8IbInX +4ay8IMKx4INRimlNAJZaby/ARH6jDuSRzVju3PvHHkVH3Se5CAGfpiEd9UEtL0z9 +KK3giq0itFZljoZUj5NDKd45RnijMCO6zfB9E1fAXdKDa0hMxKufgFpbOr3JpyI/ +gCczWw63igxdBzcIy2zSekciRDXFzMwujt0q7bd9Zg1fYVEiVRvjRuPjPdA1Yprb +rxTIW6HMiRvhMCb8oJsfgadHHwTrozmSBp+Z07/T6k9QnBn+locePGX2oxgkg4YQ +51Q+qDp2JE+BIcXjDwL4k5RHILv+1A7TaLndxHqEguNTVHnd25zS8gebLra8Pu2F +be8lEfKXGkJh90qX6IuxEAf6ZYGyojnP9zz/GPvG8VqLWeICrHuS0E4UT1lF9gxe +KF+w6D9Fz8+vm2/7hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4F +v6MGn8i1zeQf1xcGDXqVdFUNaBr8EBtiZJ1t4JWgw5QHVw0U5r0F+7if5t+L4sbn +fpb2U8WANFAoWPASUHEXMLrmeGO89LKtmyuy/uE5jF66CyCU3nuDuP/jVo23Eek7 +jPKxwV2dpAtMK9myGPW1n0sCAwEAAaNjMGEwHQYDVR0OBBYEFFLYiDrIn3hm7Ynz +ezhwlMkCAjbQMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUUtiIOsifeGbt +ifN7OHCUyQICNtAwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAL +e3KHwGCmSUyIWOYdiPcUZEim2FgKDk8TNd81HdTtBjHIgT5q1d07GjLukD0R0i70 +jsNjLiNmsGe+b7bAEzlgqqI0JZN1Ut6nna0Oh4lScWoWPBkdg/iaKWW+9D+a2fDz +WochcYBNy+A4mz+7+uAwTc+G02UQGRjRlwKxK3JCaKygvU5a2hi/a5iB0P2avl4V +SM0RFbnAKVy06Ij3Pjaut2L9HmLecHgQHEhb2rykOLpn7VU+Xlff1ANATIGk0k9j +pwlCCRT8AKnCgHNPLsBA2RF7SOp6AsDT6ygBJlh0wcBzIm2Tlf05fbsq4/aC4yyX +X04fkZT6/iyj2HYauE2yOE+b+h1IYHkm4vP9qdCa6HCPSXrW5b0KDtst842/6+Ok +fcvHlXHo2qN8xcL4dJIEG4aspCJTQLas/kx2z/uUMsA1n3Y/buWQbqCmJqK4LL7R +K4X9p2jIugErsWx0Hbhzlefut8cl8ABMALJ+tguLHPPAUJ4lueAI3jZm/zel0btU +ZCzJJ7VLkn5l/9Mt4blOvH+kQSGQQXemOR/qnuOf0GZvBeyqdn6/axag67XH/JJU +LysRJyU3eExRarDzzFhdFPFqSBX/wge2sY0PjlxQRrM9vwGYT7JZVEc+NHt4bVaT +LnPqZih4zR0Uv6CPLy64Lo7yFIrM6bV8+2ydDKXhlg== +-----END CERTIFICATE----- + +# Issuer: CN=Buypass Class 2 Root CA O=Buypass AS-983163327 +# Subject: CN=Buypass Class 2 Root CA O=Buypass AS-983163327 +# Label: "Buypass Class 2 Root CA" +# Serial: 2 +# MD5 Fingerprint: 46:a7:d2:fe:45:fb:64:5a:a8:59:90:9b:78:44:9b:29 +# SHA1 Fingerprint: 49:0a:75:74:de:87:0a:47:fe:58:ee:f6:c7:6b:eb:c6:0b:12:40:99 +# SHA256 Fingerprint: 9a:11:40:25:19:7c:5b:b9:5d:94:e6:3d:55:cd:43:79:08:47:b6:46:b2:3c:df:11:ad:a4:a0:0e:ff:15:fb:48 +-----BEGIN CERTIFICATE----- +MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd +MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg +Q2xhc3MgMiBSb290IENBMB4XDTEwMTAyNjA4MzgwM1oXDTQwMTAyNjA4MzgwM1ow +TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw +HgYDVQQDDBdCdXlwYXNzIENsYXNzIDIgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB +BQADggIPADCCAgoCggIBANfHXvfBB9R3+0Mh9PT1aeTuMgHbo4Yf5FkNuud1g1Lr +6hxhFUi7HQfKjK6w3Jad6sNgkoaCKHOcVgb/S2TwDCo3SbXlzwx87vFKu3MwZfPV +L4O2fuPn9Z6rYPnT8Z2SdIrkHJasW4DptfQxh6NR/Md+oW+OU3fUl8FVM5I+GC91 +1K2GScuVr1QGbNgGE41b/+EmGVnAJLqBcXmQRFBoJJRfuLMR8SlBYaNByyM21cHx +MlAQTn/0hpPshNOOvEu/XAFOBz3cFIqUCqTqc/sLUegTBxj6DvEr0VQVfTzh97QZ +QmdiXnfgolXsttlpF9U6r0TtSsWe5HonfOV116rLJeffawrbD02TTqigzXsu8lkB +arcNuAeBfos4GzjmCleZPe4h6KP1DBbdi+w0jpwqHAAVF41og9JwnxgIzRFo1clr +Us3ERo/ctfPYV3Me6ZQ5BL/T3jjetFPsaRyifsSP5BtwrfKi+fv3FmRmaZ9JUaLi +FRhnBkp/1Wy1TbMz4GHrXb7pmA8y1x1LPC5aAVKRCfLf6o3YBkBjqhHk/sM3nhRS +P/TizPJhk9H9Z2vXUq6/aKtAQ6BXNVN48FP4YUIHZMbXb5tMOA1jrGKvNouicwoN +9SG9dKpN6nIDSdvHXx1iY8f93ZHsM+71bbRuMGjeyNYmsHVee7QHIJihdjK4TWxP +AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMmAd+BikoL1Rpzz +uvdMw964o605MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAU18h +9bqwOlI5LJKwbADJ784g7wbylp7ppHR/ehb8t/W2+xUbP6umwHJdELFx7rxP462s +A20ucS6vxOOto70MEae0/0qyexAQH6dXQbLArvQsWdZHEIjzIVEpMMpghq9Gqx3t +OluwlN5E40EIosHsHdb9T7bWR9AUC8rmyrV7d35BH16Dx7aMOZawP5aBQW9gkOLo ++fsicdl9sz1Gv7SEr5AcD48Saq/v7h56rgJKihcrdv6sVIkkLE8/trKnToyokZf7 +KcZ7XC25y2a2t6hbElGFtQl+Ynhw/qlqYLYdDnkM/crqJIByw5c/8nerQyIKx+u2 +DISCLIBrQYoIwOula9+ZEsuK1V6ADJHgJgg2SMX6OBE1/yWDLfJ6v9r9jv6ly0Us +H8SIU653DtmadsWOLB2jutXsMq7Aqqz30XpN69QH4kj3Io6wpJ9qzo6ysmD0oyLQ +I+uUWnpp3Q+/QFesa1lQ2aOZ4W7+jQF5JyMV3pKdewlNWudLSDBaGOYKbeaP4NK7 +5t98biGCwWg5TbSYWGZizEqQXsP6JwSxeRV0mcy+rSDeJmAc61ZRpqPq5KM/p/9h +3PFaTWwyI0PurKju7koSCTxdccK+efrCh2gdC/1cacwG0Jp9VJkqyTkaGa9LKkPz +Y11aWOIv4x3kqdbQCtCev9eBCfHJxyYNrJgWVqA= +-----END CERTIFICATE----- + +# Issuer: CN=Buypass Class 3 Root CA O=Buypass AS-983163327 +# Subject: CN=Buypass Class 3 Root CA O=Buypass AS-983163327 +# Label: "Buypass Class 3 Root CA" +# Serial: 2 +# MD5 Fingerprint: 3d:3b:18:9e:2c:64:5a:e8:d5:88:ce:0e:f9:37:c2:ec +# SHA1 Fingerprint: da:fa:f7:fa:66:84:ec:06:8f:14:50:bd:c7:c2:81:a5:bc:a9:64:57 +# SHA256 Fingerprint: ed:f7:eb:bc:a2:7a:2a:38:4d:38:7b:7d:40:10:c6:66:e2:ed:b4:84:3e:4c:29:b4:ae:1d:5b:93:32:e6:b2:4d +-----BEGIN CERTIFICATE----- +MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd +MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg +Q2xhc3MgMyBSb290IENBMB4XDTEwMTAyNjA4Mjg1OFoXDTQwMTAyNjA4Mjg1OFow +TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw +HgYDVQQDDBdCdXlwYXNzIENsYXNzIDMgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB +BQADggIPADCCAgoCggIBAKXaCpUWUOOV8l6ddjEGMnqb8RB2uACatVI2zSRHsJ8Y +ZLya9vrVediQYkwiL944PdbgqOkcLNt4EemOaFEVcsfzM4fkoF0LXOBXByow9c3E +N3coTRiR5r/VUv1xLXA+58bEiuPwKAv0dpihi4dVsjoT/Lc+JzeOIuOoTyrvYLs9 +tznDDgFHmV0ST9tD+leh7fmdvhFHJlsTmKtdFoqwNxxXnUX/iJY2v7vKB3tvh2PX +0DJq1l1sDPGzbjniazEuOQAnFN44wOwZZoYS6J1yFhNkUsepNxz9gjDthBgd9K5c +/3ATAOux9TN6S9ZV+AWNS2mw9bMoNlwUxFFzTWsL8TQH2xc519woe2v1n/MuwU8X +KhDzzMro6/1rqy6any2CbgTUUgGTLT2G/H783+9CHaZr77kgxve9oKeV/afmiSTY +zIw0bOIjL9kSGiG5VZFvC5F5GQytQIgLcOJ60g7YaEi7ghM5EFjp2CoHxhLbWNvS +O1UQRwUVZ2J+GGOmRj8JDlQyXr8NYnon74Do29lLBlo3WiXQCBJ31G8JUJc9yB3D +34xFMFbG02SrZvPAXpacw8Tvw3xrizp5f7NJzz3iiZ+gMEuFuZyUJHmPfWupRWgP +K9Dx2hzLabjKSWJtyNBjYt1gD1iqj6G8BaVmos8bdrKEZLFMOVLAMLrwjEsCsLa3 +AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFEe4zf/lb+74suwv +Tg75JbCOPGvDMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAACAj +QTUEkMJAYmDv4jVM1z+s4jSQuKFvdvoWFqRINyzpkMLyPPgKn9iB5btb2iUspKdV +cSQy9sgL8rxq+JOssgfCX5/bzMiKqr5qb+FJEMwx14C7u8jYog5kV+qi9cKpMRXS +IGrs/CIBKM+GuIAeqcwRpTzyFrNHnfzSgCHEy9BHcEGhyoMZCCxt8l13nIoUE9Q2 +HJLw5QY33KbmkJs4j1xrG0aGQ0JfPgEHU1RdZX33inOhmlRaHylDFCfChQ+1iHsa +O5S3HWCntZznKWlXWpuTekMwGwPXYshApqr8ZORK15FTAaggiG6cX0S5y2CBNOxv +033aSF/rtJC8LakcC6wc1aJoIIAE1vyxjy+7SjENSoYc6+I2KSb12tjE8nVhz36u +dmNKekBlk4f4HoCMhuWG1o8O/FMsYOgWYRqiPkN7zTlgVGr18okmAWiDSKIz6MkE +kbIRNBE+6tBDGR8Dk5AM/1E9V/RBbuHLoL7ryWPNbczk+DaqaJ3tvV2XcEQNtg41 +3OEMXbugUZTLfhbrES+jkkXITHHZvMmZUldGL1DPvTVp9D0VzgalLA8+9oG6lLvD +u79leNKGef9JOxqDDPDeeOzI8k1MGt6CKfjBWtrt7uYnXuhF0J0cUahoq0Tj0Itq +4/g7u9xN12TyUb7mqqta6THuBrxzvxNiCp/HuZc= +-----END CERTIFICATE----- + +# Issuer: CN=T-TeleSec GlobalRoot Class 3 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Subject: CN=T-TeleSec GlobalRoot Class 3 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Label: "T-TeleSec GlobalRoot Class 3" +# Serial: 1 +# MD5 Fingerprint: ca:fb:40:a8:4e:39:92:8a:1d:fe:8e:2f:c4:27:ea:ef +# SHA1 Fingerprint: 55:a6:72:3e:cb:f2:ec:cd:c3:23:74:70:19:9d:2a:be:11:e3:81:d1 +# SHA256 Fingerprint: fd:73:da:d3:1c:64:4f:f1:b4:3b:ef:0c:cd:da:96:71:0b:9c:d9:87:5e:ca:7e:31:70:7a:f3:e9:6d:52:2b:bd +-----BEGIN CERTIFICATE----- +MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx +KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd +BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl +YyBHbG9iYWxSb290IENsYXNzIDMwHhcNMDgxMDAxMTAyOTU2WhcNMzMxMDAxMjM1 +OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy +aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50 +ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDMwggEiMA0G +CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9dZPwYiJvJK7genasfb3ZJNW4t/zN +8ELg63iIVl6bmlQdTQyK9tPPcPRStdiTBONGhnFBSivwKixVA9ZIw+A5OO3yXDw/ +RLyTPWGrTs0NvvAgJ1gORH8EGoel15YUNpDQSXuhdfsaa3Ox+M6pCSzyU9XDFES4 +hqX2iys52qMzVNn6chr3IhUciJFrf2blw2qAsCTz34ZFiP0Zf3WHHx+xGwpzJFu5 +ZeAsVMhg02YXP+HMVDNzkQI6pn97djmiH5a2OK61yJN0HZ65tOVgnS9W0eDrXltM +EnAMbEQgqxHY9Bn20pxSN+f6tsIxO0rUFJmtxxr1XV/6B7h8DR/Wgx6zAgMBAAGj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS1 +A/d2O2GCahKqGFPrAyGUv/7OyjANBgkqhkiG9w0BAQsFAAOCAQEAVj3vlNW92nOy +WL6ukK2YJ5f+AbGwUgC4TeQbIXQbfsDuXmkqJa9c1h3a0nnJ85cp4IaH3gRZD/FZ +1GSFS5mvJQQeyUapl96Cshtwn5z2r3Ex3XsFpSzTucpH9sry9uetuUg/vBa3wW30 +6gmv7PO15wWeph6KU1HWk4HMdJP2udqmJQV0eVp+QD6CSyYRMG7hP0HHRwA11fXT +91Q+gT3aSWqas+8QPebrb9HIIkfLzM8BMZLZGOMivgkeGj5asuRrDFR6fUNOuIml +e9eiPZaGzPImNC1qkp2aGtAw4l1OBLBfiyB+d8E9lYLRRpo7PHi4b6HQDWSieB4p +TpPDpFQUWw== +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH +# Subject: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH +# Label: "D-TRUST Root Class 3 CA 2 2009" +# Serial: 623603 +# MD5 Fingerprint: cd:e0:25:69:8d:47:ac:9c:89:35:90:f7:fd:51:3d:2f +# SHA1 Fingerprint: 58:e8:ab:b0:36:15:33:fb:80:f7:9b:1b:6d:29:d3:ff:8d:5f:00:f0 +# SHA256 Fingerprint: 49:e7:a4:42:ac:f0:ea:62:87:05:00:54:b5:25:64:b6:50:e4:f4:9e:42:e3:48:d6:aa:38:e0:39:e9:57:b1:c1 +-----BEGIN CERTIFICATE----- +MIIEMzCCAxugAwIBAgIDCYPzMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNVBAYTAkRF +MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMMHkQtVFJVU1QgUm9vdCBD +bGFzcyAzIENBIDIgMjAwOTAeFw0wOTExMDUwODM1NThaFw0yOTExMDUwODM1NTha +ME0xCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMM +HkQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgMjAwOTCCASIwDQYJKoZIhvcNAQEB +BQADggEPADCCAQoCggEBANOySs96R+91myP6Oi/WUEWJNTrGa9v+2wBoqOADER03 +UAifTUpolDWzU9GUY6cgVq/eUXjsKj3zSEhQPgrfRlWLJ23DEE0NkVJD2IfgXU42 +tSHKXzlABF9bfsyjxiupQB7ZNoTWSPOSHjRGICTBpFGOShrvUD9pXRl/RcPHAY9R +ySPocq60vFYJfxLLHLGvKZAKyVXMD9O0Gu1HNVpK7ZxzBCHQqr0ME7UAyiZsxGsM +lFqVlNpQmvH/pStmMaTJOKDfHR+4CS7zp+hnUquVH+BGPtikw8paxTGA6Eian5Rp +/hnd2HN8gcqW3o7tszIFZYQ05ub9VxC1X3a/L7AQDcUCAwEAAaOCARowggEWMA8G +A1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFP3aFMSfMN4hvR5COfyrYyNJ4PGEMA4G +A1UdDwEB/wQEAwIBBjCB0wYDVR0fBIHLMIHIMIGAoH6gfIZ6bGRhcDovL2RpcmVj +dG9yeS5kLXRydXN0Lm5ldC9DTj1ELVRSVVNUJTIwUm9vdCUyMENsYXNzJTIwMyUy +MENBJTIwMiUyMDIwMDksTz1ELVRydXN0JTIwR21iSCxDPURFP2NlcnRpZmljYXRl +cmV2b2NhdGlvbmxpc3QwQ6BBoD+GPWh0dHA6Ly93d3cuZC10cnVzdC5uZXQvY3Js +L2QtdHJ1c3Rfcm9vdF9jbGFzc18zX2NhXzJfMjAwOS5jcmwwDQYJKoZIhvcNAQEL +BQADggEBAH+X2zDI36ScfSF6gHDOFBJpiBSVYEQBrLLpME+bUMJm2H6NMLVwMeni +acfzcNsgFYbQDfC+rAF1hM5+n02/t2A7nPPKHeJeaNijnZflQGDSNiH+0LS4F9p0 +o3/U37CYAqxva2ssJSRyoWXuJVrl5jLn8t+rSfrzkGkj2wTZ51xY/GXUl77M/C4K +zCUqNQT4YJEVdT1B/yMfGchs64JTBKbkTCJNjYy6zltz7GRUUG3RnFX7acM2w4y8 +PIWmawomDeCTmGCufsYkl4phX5GOZpIJhzbNi5stPvZR1FDUWSi9g/LMKHtThm3Y +Johw1+qRzT65ysCQblrGXnRl11z+o+I= +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH +# Subject: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH +# Label: "D-TRUST Root Class 3 CA 2 EV 2009" +# Serial: 623604 +# MD5 Fingerprint: aa:c6:43:2c:5e:2d:cd:c4:34:c0:50:4f:11:02:4f:b6 +# SHA1 Fingerprint: 96:c9:1b:0b:95:b4:10:98:42:fa:d0:d8:22:79:fe:60:fa:b9:16:83 +# SHA256 Fingerprint: ee:c5:49:6b:98:8c:e9:86:25:b9:34:09:2e:ec:29:08:be:d0:b0:f3:16:c2:d4:73:0c:84:ea:f1:f3:d3:48:81 +-----BEGIN CERTIFICATE----- +MIIEQzCCAyugAwIBAgIDCYP0MA0GCSqGSIb3DQEBCwUAMFAxCzAJBgNVBAYTAkRF +MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNVBAMMIUQtVFJVU1QgUm9vdCBD +bGFzcyAzIENBIDIgRVYgMjAwOTAeFw0wOTExMDUwODUwNDZaFw0yOTExMDUwODUw +NDZaMFAxCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNV +BAMMIUQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgRVYgMjAwOTCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAJnxhDRwui+3MKCOvXwEz75ivJn9gpfSegpn +ljgJ9hBOlSJzmY3aFS3nBfwZcyK3jpgAvDw9rKFs+9Z5JUut8Mxk2og+KbgPCdM0 +3TP1YtHhzRnp7hhPTFiu4h7WDFsVWtg6uMQYZB7jM7K1iXdODL/ZlGsTl28So/6Z +qQTMFexgaDbtCHu39b+T7WYxg4zGcTSHThfqr4uRjRxWQa4iN1438h3Z0S0NL2lR +p75mpoo6Kr3HGrHhFPC+Oh25z1uxav60sUYgovseO3Dvk5h9jHOW8sXvhXCtKSb8 +HgQ+HKDYD8tSg2J87otTlZCpV6LqYQXY+U3EJ/pure3511H3a6UCAwEAAaOCASQw +ggEgMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFNOUikxiEyoZLsyvcop9Ntea +HNxnMA4GA1UdDwEB/wQEAwIBBjCB3QYDVR0fBIHVMIHSMIGHoIGEoIGBhn9sZGFw +Oi8vZGlyZWN0b3J5LmQtdHJ1c3QubmV0L0NOPUQtVFJVU1QlMjBSb290JTIwQ2xh +c3MlMjAzJTIwQ0ElMjAyJTIwRVYlMjAyMDA5LE89RC1UcnVzdCUyMEdtYkgsQz1E +RT9jZXJ0aWZpY2F0ZXJldm9jYXRpb25saXN0MEagRKBChkBodHRwOi8vd3d3LmQt +dHJ1c3QubmV0L2NybC9kLXRydXN0X3Jvb3RfY2xhc3NfM19jYV8yX2V2XzIwMDku +Y3JsMA0GCSqGSIb3DQEBCwUAA4IBAQA07XtaPKSUiO8aEXUHL7P+PPoeUSbrh/Yp +3uDx1MYkCenBz1UbtDDZzhr+BlGmFaQt77JLvyAoJUnRpjZ3NOhk31KxEcdzes05 +nsKtjHEh8lprr988TlWvsoRlFIm5d8sqMb7Po23Pb0iUMkZv53GMoKaEGTcH8gNF +CSuGdXzfX2lXANtu2KZyIktQ1HWYVt+3GP9DQ1CuekR78HlR10M9p9OB0/DJT7na +xpeG0ILD5EJt/rDiZE4OJudANCa1CInXCGNjOCd1HjPqbqjdn5lPdE2BiYBL3ZqX +KVwvvoFBuYz/6n1gBp7N1z3TLqMVvKjmJuVvw9y4AyHqnxbxLFS1 +-----END CERTIFICATE----- + +# Issuer: CN=CA Disig Root R2 O=Disig a.s. +# Subject: CN=CA Disig Root R2 O=Disig a.s. +# Label: "CA Disig Root R2" +# Serial: 10572350602393338211 +# MD5 Fingerprint: 26:01:fb:d8:27:a7:17:9a:45:54:38:1a:43:01:3b:03 +# SHA1 Fingerprint: b5:61:eb:ea:a4:de:e4:25:4b:69:1a:98:a5:57:47:c2:34:c7:d9:71 +# SHA256 Fingerprint: e2:3d:4a:03:6d:7b:70:e9:f5:95:b1:42:20:79:d2:b9:1e:df:bb:1f:b6:51:a0:63:3e:aa:8a:9d:c5:f8:07:03 +-----BEGIN CERTIFICATE----- +MIIFaTCCA1GgAwIBAgIJAJK4iNuwisFjMA0GCSqGSIb3DQEBCwUAMFIxCzAJBgNV +BAYTAlNLMRMwEQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMu +MRkwFwYDVQQDExBDQSBEaXNpZyBSb290IFIyMB4XDTEyMDcxOTA5MTUzMFoXDTQy +MDcxOTA5MTUzMFowUjELMAkGA1UEBhMCU0sxEzARBgNVBAcTCkJyYXRpc2xhdmEx +EzARBgNVBAoTCkRpc2lnIGEucy4xGTAXBgNVBAMTEENBIERpc2lnIFJvb3QgUjIw +ggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCio8QACdaFXS1tFPbCw3Oe +NcJxVX6B+6tGUODBfEl45qt5WDza/3wcn9iXAng+a0EE6UG9vgMsRfYvZNSrXaNH +PWSb6WiaxswbP7q+sos0Ai6YVRn8jG+qX9pMzk0DIaPY0jSTVpbLTAwAFjxfGs3I +x2ymrdMxp7zo5eFm1tL7A7RBZckQrg4FY8aAamkw/dLukO8NJ9+flXP04SXabBbe +QTg06ov80egEFGEtQX6sx3dOy1FU+16SGBsEWmjGycT6txOgmLcRK7fWV8x8nhfR +yyX+hk4kLlYMeE2eARKmK6cBZW58Yh2EhN/qwGu1pSqVg8NTEQxzHQuyRpDRQjrO +QG6Vrf/GlK1ul4SOfW+eioANSW1z4nuSHsPzwfPrLgVv2RvPN3YEyLRa5Beny912 +H9AZdugsBbPWnDTYltxhh5EF5EQIM8HauQhl1K6yNg3ruji6DOWbnuuNZt2Zz9aJ +QfYEkoopKW1rOhzndX0CcQ7zwOe9yxndnWCywmZgtrEE7snmhrmaZkCo5xHtgUUD +i/ZnWejBBhG93c+AAk9lQHhcR1DIm+YfgXvkRKhbhZri3lrVx/k6RGZL5DJUfORs +nLMOPReisjQS1n6yqEm70XooQL6iFh/f5DcfEXP7kAplQ6INfPgGAVUzfbANuPT1 +rqVCV3w2EYx7XsQDnYx5nQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1Ud +DwEB/wQEAwIBBjAdBgNVHQ4EFgQUtZn4r7CU9eMg1gqtzk5WpC5uQu0wDQYJKoZI +hvcNAQELBQADggIBACYGXnDnZTPIgm7ZnBc6G3pmsgH2eDtpXi/q/075KMOYKmFM +tCQSin1tERT3nLXK5ryeJ45MGcipvXrA1zYObYVybqjGom32+nNjf7xueQgcnYqf +GopTpti72TVVsRHFqQOzVju5hJMiXn7B9hJSi+osZ7z+Nkz1uM/Rs0mSO9MpDpkb +lvdhuDvEK7Z4bLQjb/D907JedR+Zlais9trhxTF7+9FGs9K8Z7RiVLoJ92Owk6Ka ++elSLotgEqv89WBW7xBci8QaQtyDW2QOy7W81k/BfDxujRNt+3vrMNDcTa/F1bal +TFtxyegxvug4BkihGuLq0t4SOVga/4AOgnXmt8kHbA7v/zjxmHHEt38OFdAlab0i +nSvtBfZGR6ztwPDUO+Ls7pZbkBNOHlY667DvlruWIxG68kOGdGSVyCh13x01utI3 +gzhTODY7z2zp+WsO0PsE6E9312UBeIYMej4hYvF/Y3EMyZ9E26gnonW+boE+18Dr +G5gPcFw0sorMwIUY6256s/daoQe/qUKS82Ail+QUoQebTnbAjn39pCXHR+3/H3Os +zMOl6W8KjptlwlCFtaOgUxLMVYdh84GuEEZhvUQhuMI9dM9+JDX6HAcOmz0iyu8x +L4ysEr3vQCj8KWefshNPZiTEUxnpHikV7+ZtsH8tZ/3zbBt1RqPlShfppNcL +-----END CERTIFICATE----- + +# Issuer: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV +# Subject: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV +# Label: "ACCVRAIZ1" +# Serial: 6828503384748696800 +# MD5 Fingerprint: d0:a0:5a:ee:05:b6:09:94:21:a1:7d:f1:b2:29:82:02 +# SHA1 Fingerprint: 93:05:7a:88:15:c6:4f:ce:88:2f:fa:91:16:52:28:78:bc:53:64:17 +# SHA256 Fingerprint: 9a:6e:c0:12:e1:a7:da:9d:be:34:19:4d:47:8a:d7:c0:db:18:22:fb:07:1d:f1:29:81:49:6e:d1:04:38:41:13 +-----BEGIN CERTIFICATE----- +MIIH0zCCBbugAwIBAgIIXsO3pkN/pOAwDQYJKoZIhvcNAQEFBQAwQjESMBAGA1UE +AwwJQUNDVlJBSVoxMRAwDgYDVQQLDAdQS0lBQ0NWMQ0wCwYDVQQKDARBQ0NWMQsw +CQYDVQQGEwJFUzAeFw0xMTA1MDUwOTM3MzdaFw0zMDEyMzEwOTM3MzdaMEIxEjAQ +BgNVBAMMCUFDQ1ZSQUlaMTEQMA4GA1UECwwHUEtJQUNDVjENMAsGA1UECgwEQUND +VjELMAkGA1UEBhMCRVMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCb +qau/YUqXry+XZpp0X9DZlv3P4uRm7x8fRzPCRKPfmt4ftVTdFXxpNRFvu8gMjmoY +HtiP2Ra8EEg2XPBjs5BaXCQ316PWywlxufEBcoSwfdtNgM3802/J+Nq2DoLSRYWo +G2ioPej0RGy9ocLLA76MPhMAhN9KSMDjIgro6TenGEyxCQ0jVn8ETdkXhBilyNpA +lHPrzg5XPAOBOp0KoVdDaaxXbXmQeOW1tDvYvEyNKKGno6e6Ak4l0Squ7a4DIrhr +IA8wKFSVf+DuzgpmndFALW4ir50awQUZ0m/A8p/4e7MCQvtQqR0tkw8jq8bBD5L/ +0KIV9VMJcRz/RROE5iZe+OCIHAr8Fraocwa48GOEAqDGWuzndN9wrqODJerWx5eH +k6fGioozl2A3ED6XPm4pFdahD9GILBKfb6qkxkLrQaLjlUPTAYVtjrs78yM2x/47 +4KElB0iryYl0/wiPgL/AlmXz7uxLaL2diMMxs0Dx6M/2OLuc5NF/1OVYm3z61PMO +m3WR5LpSLhl+0fXNWhn8ugb2+1KoS5kE3fj5tItQo05iifCHJPqDQsGH+tUtKSpa +cXpkatcnYGMN285J9Y0fkIkyF/hzQ7jSWpOGYdbhdQrqeWZ2iE9x6wQl1gpaepPl +uUsXQA+xtrn13k/c4LOsOxFwYIRKQ26ZIMApcQrAZQIDAQABo4ICyzCCAscwfQYI +KwYBBQUHAQEEcTBvMEwGCCsGAQUFBzAChkBodHRwOi8vd3d3LmFjY3YuZXMvZmls +ZWFkbWluL0FyY2hpdm9zL2NlcnRpZmljYWRvcy9yYWl6YWNjdjEuY3J0MB8GCCsG +AQUFBzABhhNodHRwOi8vb2NzcC5hY2N2LmVzMB0GA1UdDgQWBBTSh7Tj3zcnk1X2 +VuqB5TbMjB4/vTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFNKHtOPfNyeT +VfZW6oHlNsyMHj+9MIIBcwYDVR0gBIIBajCCAWYwggFiBgRVHSAAMIIBWDCCASIG +CCsGAQUFBwICMIIBFB6CARAAQQB1AHQAbwByAGkAZABhAGQAIABkAGUAIABDAGUA +cgB0AGkAZgBpAGMAYQBjAGkA8wBuACAAUgBhAO0AegAgAGQAZQAgAGwAYQAgAEEA +QwBDAFYAIAAoAEEAZwBlAG4AYwBpAGEAIABkAGUAIABUAGUAYwBuAG8AbABvAGcA +7QBhACAAeQAgAEMAZQByAHQAaQBmAGkAYwBhAGMAaQDzAG4AIABFAGwAZQBjAHQA +cgDzAG4AaQBjAGEALAAgAEMASQBGACAAUQA0ADYAMAAxADEANQA2AEUAKQAuACAA +QwBQAFMAIABlAG4AIABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBjAGMAdgAuAGUA +czAwBggrBgEFBQcCARYkaHR0cDovL3d3dy5hY2N2LmVzL2xlZ2lzbGFjaW9uX2Mu +aHRtMFUGA1UdHwROMEwwSqBIoEaGRGh0dHA6Ly93d3cuYWNjdi5lcy9maWxlYWRt +aW4vQXJjaGl2b3MvY2VydGlmaWNhZG9zL3JhaXphY2N2MV9kZXIuY3JsMA4GA1Ud +DwEB/wQEAwIBBjAXBgNVHREEEDAOgQxhY2N2QGFjY3YuZXMwDQYJKoZIhvcNAQEF +BQADggIBAJcxAp/n/UNnSEQU5CmH7UwoZtCPNdpNYbdKl02125DgBS4OxnnQ8pdp +D70ER9m+27Up2pvZrqmZ1dM8MJP1jaGo/AaNRPTKFpV8M9xii6g3+CfYCS0b78gU +JyCpZET/LtZ1qmxNYEAZSUNUY9rizLpm5U9EelvZaoErQNV/+QEnWCzI7UiRfD+m +AM/EKXMRNt6GGT6d7hmKG9Ww7Y49nCrADdg9ZuM8Db3VlFzi4qc1GwQA9j9ajepD +vV+JHanBsMyZ4k0ACtrJJ1vnE5Bc5PUzolVt3OAJTS+xJlsndQAJxGJ3KQhfnlms +tn6tn1QwIgPBHnFk/vk4CpYY3QIUrCPLBhwepH2NDd4nQeit2hW3sCPdK6jT2iWH +7ehVRE2I9DZ+hJp4rPcOVkkO1jMl1oRQQmwgEh0q1b688nCBpHBgvgW1m54ERL5h +I6zppSSMEYCUWqKiuUnSwdzRp+0xESyeGabu4VXhwOrPDYTkF7eifKXeVSUG7szA +h1xA2syVP1XgNce4hL60Xc16gwFy7ofmXx2utYXGJt/mwZrpHgJHnyqobalbz+xF +d3+YJ5oyXSrjhO7FmGYvliAd3djDJ9ew+f7Zfc3Qn48LFFhRny+Lwzgt3uiP1o2H +pPVWQxaZLPSkVrQ0uGE3ycJYgBugl6H8WY3pEfbRD0tVNEYqi4Y7 +-----END CERTIFICATE----- + +# Issuer: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA +# Subject: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA +# Label: "TWCA Global Root CA" +# Serial: 3262 +# MD5 Fingerprint: f9:03:7e:cf:e6:9e:3c:73:7a:2a:90:07:69:ff:2b:96 +# SHA1 Fingerprint: 9c:bb:48:53:f6:a4:f6:d3:52:a4:e8:32:52:55:60:13:f5:ad:af:65 +# SHA256 Fingerprint: 59:76:90:07:f7:68:5d:0f:cd:50:87:2f:9f:95:d5:75:5a:5b:2b:45:7d:81:f3:69:2b:61:0a:98:67:2f:0e:1b +-----BEGIN CERTIFICATE----- +MIIFQTCCAymgAwIBAgICDL4wDQYJKoZIhvcNAQELBQAwUTELMAkGA1UEBhMCVFcx +EjAQBgNVBAoTCVRBSVdBTi1DQTEQMA4GA1UECxMHUm9vdCBDQTEcMBoGA1UEAxMT +VFdDQSBHbG9iYWwgUm9vdCBDQTAeFw0xMjA2MjcwNjI4MzNaFw0zMDEyMzExNTU5 +NTlaMFExCzAJBgNVBAYTAlRXMRIwEAYDVQQKEwlUQUlXQU4tQ0ExEDAOBgNVBAsT +B1Jvb3QgQ0ExHDAaBgNVBAMTE1RXQ0EgR2xvYmFsIFJvb3QgQ0EwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCwBdvI64zEbooh745NnHEKH1Jw7W2CnJfF +10xORUnLQEK1EjRsGcJ0pDFfhQKX7EMzClPSnIyOt7h52yvVavKOZsTuKwEHktSz +0ALfUPZVr2YOy+BHYC8rMjk1Ujoog/h7FsYYuGLWRyWRzvAZEk2tY/XTP3VfKfCh +MBwqoJimFb3u/Rk28OKRQ4/6ytYQJ0lM793B8YVwm8rqqFpD/G2Gb3PpN0Wp8DbH +zIh1HrtsBv+baz4X7GGqcXzGHaL3SekVtTzWoWH1EfcFbx39Eb7QMAfCKbAJTibc +46KokWofwpFFiFzlmLhxpRUZyXx1EcxwdE8tmx2RRP1WKKD+u4ZqyPpcC1jcxkt2 +yKsi2XMPpfRaAok/T54igu6idFMqPVMnaR1sjjIsZAAmY2E2TqNGtz99sy2sbZCi +laLOz9qC5wc0GZbpuCGqKX6mOL6OKUohZnkfs8O1CWfe1tQHRvMq2uYiN2DLgbYP +oA/pyJV/v1WRBXrPPRXAb94JlAGD1zQbzECl8LibZ9WYkTunhHiVJqRaCPgrdLQA +BDzfuBSO6N+pjWxnkjMdwLfS7JLIvgm/LCkFbwJrnu+8vyq8W8BQj0FwcYeyTbcE +qYSjMq+u7msXi7Kx/mzhkIyIqJdIzshNy/MGz19qCkKxHh53L46g5pIOBvwFItIm +4TFRfTLcDwIDAQABoyMwITAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB +/zANBgkqhkiG9w0BAQsFAAOCAgEAXzSBdu+WHdXltdkCY4QWwa6gcFGn90xHNcgL +1yg9iXHZqjNB6hQbbCEAwGxCGX6faVsgQt+i0trEfJdLjbDorMjupWkEmQqSpqsn +LhpNgb+E1HAerUf+/UqdM+DyucRFCCEK2mlpc3INvjT+lIutwx4116KD7+U4x6WF +H6vPNOw/KP4M8VeGTslV9xzU2KV9Bnpv1d8Q34FOIWWxtuEXeZVFBs5fzNxGiWNo +RI2T9GRwoD2dKAXDOXC4Ynsg/eTb6QihuJ49CcdP+yz4k3ZB3lLg4VfSnQO8d57+ +nile98FRYB/e2guyLXW3Q0iT5/Z5xoRdgFlglPx4mI88k1HtQJAH32RjJMtOcQWh +15QaiDLxInQirqWm2BJpTGCjAu4r7NRjkgtevi92a6O2JryPA9gK8kxkRr05YuWW +6zRjESjMlfGt7+/cgFhI6Uu46mWs6fyAtbXIRfmswZ/ZuepiiI7E8UuDEq3mi4TW +nsLrgxifarsbJGAzcMzs9zLzXNl5fe+epP7JI8Mk7hWSsT2RTyaGvWZzJBPqpK5j +wa19hAM8EHiGG3njxPPyBJUgriOCxLM6AGK/5jYk4Ve6xx6QddVfP5VhK8E7zeWz +aGHQRiapIVJpLesux+t3zqY6tQMzT3bR51xUAV3LePTJDL/PEo4XLSNolOer/qmy +KwbQBM0= +-----END CERTIFICATE----- + +# Issuer: CN=TeliaSonera Root CA v1 O=TeliaSonera +# Subject: CN=TeliaSonera Root CA v1 O=TeliaSonera +# Label: "TeliaSonera Root CA v1" +# Serial: 199041966741090107964904287217786801558 +# MD5 Fingerprint: 37:41:49:1b:18:56:9a:26:f5:ad:c2:66:fb:40:a5:4c +# SHA1 Fingerprint: 43:13:bb:96:f1:d5:86:9b:c1:4e:6a:92:f6:cf:f6:34:69:87:82:37 +# SHA256 Fingerprint: dd:69:36:fe:21:f8:f0:77:c1:23:a1:a5:21:c1:22:24:f7:22:55:b7:3e:03:a7:26:06:93:e8:a2:4b:0f:a3:89 +-----BEGIN CERTIFICATE----- +MIIFODCCAyCgAwIBAgIRAJW+FqD3LkbxezmCcvqLzZYwDQYJKoZIhvcNAQEFBQAw +NzEUMBIGA1UECgwLVGVsaWFTb25lcmExHzAdBgNVBAMMFlRlbGlhU29uZXJhIFJv +b3QgQ0EgdjEwHhcNMDcxMDE4MTIwMDUwWhcNMzIxMDE4MTIwMDUwWjA3MRQwEgYD +VQQKDAtUZWxpYVNvbmVyYTEfMB0GA1UEAwwWVGVsaWFTb25lcmEgUm9vdCBDQSB2 +MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMK+6yfwIaPzaSZVfp3F +VRaRXP3vIb9TgHot0pGMYzHw7CTww6XScnwQbfQ3t+XmfHnqjLWCi65ItqwA3GV1 +7CpNX8GH9SBlK4GoRz6JI5UwFpB/6FcHSOcZrr9FZ7E3GwYq/t75rH2D+1665I+X +Z75Ljo1kB1c4VWk0Nj0TSO9P4tNmHqTPGrdeNjPUtAa9GAH9d4RQAEX1jF3oI7x+ +/jXh7VB7qTCNGdMJjmhnXb88lxhTuylixcpecsHHltTbLaC0H2kD7OriUPEMPPCs +81Mt8Bz17Ww5OXOAFshSsCPN4D7c3TxHoLs1iuKYaIu+5b9y7tL6pe0S7fyYGKkm +dtwoSxAgHNN/Fnct7W+A90m7UwW7XWjH1Mh1Fj+JWov3F0fUTPHSiXk+TT2YqGHe +Oh7S+F4D4MHJHIzTjU3TlTazN19jY5szFPAtJmtTfImMMsJu7D0hADnJoWjiUIMu +sDor8zagrC/kb2HCUQk5PotTubtn2txTuXZZNp1D5SDgPTJghSJRt8czu90VL6R4 +pgd7gUY2BIbdeTXHlSw7sKMXNeVzH7RcWe/a6hBle3rQf5+ztCo3O3CLm1u5K7fs +slESl1MpWtTwEhDcTwK7EpIvYtQ/aUN8Ddb8WHUBiJ1YFkveupD/RwGJBmr2X7KQ +arMCpgKIv7NHfirZ1fpoeDVNAgMBAAGjPzA9MA8GA1UdEwEB/wQFMAMBAf8wCwYD +VR0PBAQDAgEGMB0GA1UdDgQWBBTwj1k4ALP1j5qWDNXr+nuqF+gTEjANBgkqhkiG +9w0BAQUFAAOCAgEAvuRcYk4k9AwI//DTDGjkk0kiP0Qnb7tt3oNmzqjMDfz1mgbl +dxSR651Be5kqhOX//CHBXfDkH1e3damhXwIm/9fH907eT/j3HEbAek9ALCI18Bmx +0GtnLLCo4MBANzX2hFxc469CeP6nyQ1Q6g2EdvZR74NTxnr/DlZJLo961gzmJ1Tj +TQpgcmLNkQfWpb/ImWvtxBnmq0wROMVvMeJuScg/doAmAyYp4Db29iBT4xdwNBed +Y2gea+zDTYa4EzAvXUYNR0PVG6pZDrlcjQZIrXSHX8f8MVRBE+LHIQ6e4B4N4cB7 +Q4WQxYpYxmUKeFfyxiMPAdkgS94P+5KFdSpcc41teyWRyu5FrgZLAMzTsVlQ2jqI +OylDRl6XK1TOU2+NSueW+r9xDkKLfP0ooNBIytrEgUy7onOTJsjrDNYmiLbAJM+7 +vVvrdX3pCI6GMyx5dwlppYn8s3CQh3aP0yK7Qs69cwsgJirQmz1wHiRszYd2qReW +t88NkvuOGKmYSdGe/mBEciG5Ge3C9THxOUiIkCR1VBatzvT4aRRkOfujuLpwQMcn +HL/EVlP6Y2XQ8xwOFvVrhlhNGNTkDY6lnVuR3HYkUD/GKvvZt5y11ubQ2egZixVx +SK236thZiNSQvxaz2emsWWFUyBy6ysHK4bkgTI86k4mloMy/0/Z1pHWWbVY= +-----END CERTIFICATE----- + +# Issuer: CN=T-TeleSec GlobalRoot Class 2 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Subject: CN=T-TeleSec GlobalRoot Class 2 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Label: "T-TeleSec GlobalRoot Class 2" +# Serial: 1 +# MD5 Fingerprint: 2b:9b:9e:e4:7b:6c:1f:00:72:1a:cc:c1:77:79:df:6a +# SHA1 Fingerprint: 59:0d:2d:7d:88:4f:40:2e:61:7e:a5:62:32:17:65:cf:17:d8:94:e9 +# SHA256 Fingerprint: 91:e2:f5:78:8d:58:10:eb:a7:ba:58:73:7d:e1:54:8a:8e:ca:cd:01:45:98:bc:0b:14:3e:04:1b:17:05:25:52 +-----BEGIN CERTIFICATE----- +MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx +KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd +BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl +YyBHbG9iYWxSb290IENsYXNzIDIwHhcNMDgxMDAxMTA0MDE0WhcNMzMxMDAxMjM1 +OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy +aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50 +ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDIwggEiMA0G +CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCqX9obX+hzkeXaXPSi5kfl82hVYAUd +AqSzm1nzHoqvNK38DcLZSBnuaY/JIPwhqgcZ7bBcrGXHX+0CfHt8LRvWurmAwhiC +FoT6ZrAIxlQjgeTNuUk/9k9uN0goOA/FvudocP05l03Sx5iRUKrERLMjfTlH6VJi +1hKTXrcxlkIF+3anHqP1wvzpesVsqXFP6st4vGCvx9702cu+fjOlbpSD8DT6Iavq +jnKgP6TeMFvvhk1qlVtDRKgQFRzlAVfFmPHmBiiRqiDFt1MmUUOyCxGVWOHAD3bZ +wI18gfNycJ5v/hqO2V81xrJvNHy+SE/iWjnX2J14np+GPgNeGYtEotXHAgMBAAGj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS/ +WSA2AHmgoCJrjNXyYdK4LMuCSjANBgkqhkiG9w0BAQsFAAOCAQEAMQOiYQsfdOhy +NsZt+U2e+iKo4YFWz827n+qrkRk4r6p8FU3ztqONpfSO9kSpp+ghla0+AGIWiPAC +uvxhI+YzmzB6azZie60EI4RYZeLbK4rnJVM3YlNfvNoBYimipidx5joifsFvHZVw +IEoHNN/q/xWA5brXethbdXwFeilHfkCoMRN3zUA7tFFHei4R40cR3p1m0IvVVGb6 +g1XqfMIpiRvpb7PO4gWEyS8+eIVibslfwXhjdFjASBgMmTnrpMwatXlajRWc2BQN +9noHV8cigwUtPJslJj0Ys6lDfMjIq2SPDqO/nBudMNva0Bkuqjzx+zOAduTNrRlP +BSeOE6Fuwg== +-----END CERTIFICATE----- + +# Issuer: CN=Atos TrustedRoot 2011 O=Atos +# Subject: CN=Atos TrustedRoot 2011 O=Atos +# Label: "Atos TrustedRoot 2011" +# Serial: 6643877497813316402 +# MD5 Fingerprint: ae:b9:c4:32:4b:ac:7f:5d:66:cc:77:94:bb:2a:77:56 +# SHA1 Fingerprint: 2b:b1:f5:3e:55:0c:1d:c5:f1:d4:e6:b7:6a:46:4b:55:06:02:ac:21 +# SHA256 Fingerprint: f3:56:be:a2:44:b7:a9:1e:b3:5d:53:ca:9a:d7:86:4a:ce:01:8e:2d:35:d5:f8:f9:6d:df:68:a6:f4:1a:a4:74 +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIIXDPLYixfszIwDQYJKoZIhvcNAQELBQAwPDEeMBwGA1UE +AwwVQXRvcyBUcnVzdGVkUm9vdCAyMDExMQ0wCwYDVQQKDARBdG9zMQswCQYDVQQG +EwJERTAeFw0xMTA3MDcxNDU4MzBaFw0zMDEyMzEyMzU5NTlaMDwxHjAcBgNVBAMM +FUF0b3MgVHJ1c3RlZFJvb3QgMjAxMTENMAsGA1UECgwEQXRvczELMAkGA1UEBhMC +REUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCVhTuXbyo7LjvPpvMp +Nb7PGKw+qtn4TaA+Gke5vJrf8v7MPkfoepbCJI419KkM/IL9bcFyYie96mvr54rM +VD6QUM+A1JX76LWC1BTFtqlVJVfbsVD2sGBkWXppzwO3bw2+yj5vdHLqqjAqc2K+ +SZFhyBH+DgMq92og3AIVDV4VavzjgsG1xZ1kCWyjWZgHJ8cblithdHFsQ/H3NYkQ +4J7sVaE3IqKHBAUsR320HLliKWYoyrfhk/WklAOZuXCFteZI6o1Q/NnezG8HDt0L +cp2AMBYHlT8oDv3FdU9T1nSatCQujgKRz3bFmx5VdJx4IbHwLfELn8LVlhgf8FQi +eowHAgMBAAGjfTB7MB0GA1UdDgQWBBSnpQaxLKYJYO7Rl+lwrrw7GWzbITAPBgNV +HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFKelBrEspglg7tGX6XCuvDsZbNshMBgG +A1UdIAQRMA8wDQYLKwYBBAGwLQMEAQEwDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3 +DQEBCwUAA4IBAQAmdzTblEiGKkGdLD4GkGDEjKwLVLgfuXvTBznk+j57sj1O7Z8j +vZfza1zv7v1Apt+hk6EKhqzvINB5Ab149xnYJDE0BAGmuhWawyfc2E8PzBhj/5kP +DpFrdRbhIfzYJsdHt6bPWHJxfrrhTZVHO8mvbaG0weyJ9rQPOLXiZNwlz6bb65pc +maHFCN795trV1lpFDMS3wrUU77QR/w4VtfX128a961qn8FYiqTxlVMYVqL2Gns2D +lmh6cYGJ4Qvh6hEbaAjMaZ7snkGeRDImeuKHCnE96+RapNLbxc3G3mB/ufNPRJLv +KrcYPqcZ2Qt9sTdBQrC6YB3y/gkRsPCHe6ed +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 1 G3" +# Serial: 687049649626669250736271037606554624078720034195 +# MD5 Fingerprint: a4:bc:5b:3f:fe:37:9a:fa:64:f0:e2:fa:05:3d:0b:ab +# SHA1 Fingerprint: 1b:8e:ea:57:96:29:1a:c9:39:ea:b8:0a:81:1a:73:73:c0:93:79:67 +# SHA256 Fingerprint: 8a:86:6f:d1:b2:76:b5:7e:57:8e:92:1c:65:82:8a:2b:ed:58:e9:f2:f2:88:05:41:34:b7:f1:f4:bf:c9:cc:74 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIUeFhfLq0sGUvjNwc1NBMotZbUZZMwDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMSBHMzAeFw0xMjAxMTIxNzI3NDRaFw00 +MjAxMTIxNzI3NDRaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDEgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCgvlAQjunybEC0BJyFuTHK3C3kEakEPBtV +wedYMB0ktMPvhd6MLOHBPd+C5k+tR4ds7FtJwUrVu4/sh6x/gpqG7D0DmVIB0jWe +rNrwU8lmPNSsAgHaJNM7qAJGr6Qc4/hzWHa39g6QDbXwz8z6+cZM5cOGMAqNF341 +68Xfuw6cwI2H44g4hWf6Pser4BOcBRiYz5P1sZK0/CPTz9XEJ0ngnjybCKOLXSoh +4Pw5qlPafX7PGglTvF0FBM+hSo+LdoINofjSxxR3W5A2B4GbPgb6Ul5jxaYA/qXp +UhtStZI5cgMJYr2wYBZupt0lwgNm3fME0UDiTouG9G/lg6AnhF4EwfWQvTA9xO+o +abw4m6SkltFi2mnAAZauy8RRNOoMqv8hjlmPSlzkYZqn0ukqeI1RPToV7qJZjqlc +3sX5kCLliEVx3ZGZbHqfPT2YfF72vhZooF6uCyP8Wg+qInYtyaEQHeTTRCOQiJ/G +KubX9ZqzWB4vMIkIG1SitZgj7Ah3HJVdYdHLiZxfokqRmu8hqkkWCKi9YSgxyXSt +hfbZxbGL0eUQMk1fiyA6PEkfM4VZDdvLCXVDaXP7a3F98N/ETH3Goy7IlXnLc6KO +Tk0k+17kBL5yG6YnLUlamXrXXAkgt3+UuU/xDRxeiEIbEbfnkduebPRq34wGmAOt +zCjvpUfzUwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQUo5fW816iEOGrRZ88F2Q87gFwnMwwDQYJKoZIhvcNAQELBQAD +ggIBABj6W3X8PnrHX3fHyt/PX8MSxEBd1DKquGrX1RUVRpgjpeaQWxiZTOOtQqOC +MTaIzen7xASWSIsBx40Bz1szBpZGZnQdT+3Btrm0DWHMY37XLneMlhwqI2hrhVd2 +cDMT/uFPpiN3GPoajOi9ZcnPP/TJF9zrx7zABC4tRi9pZsMbj/7sPtPKlL92CiUN +qXsCHKnQO18LwIE6PWThv6ctTr1NxNgpxiIY0MWscgKCP6o6ojoilzHdCGPDdRS5 +YCgtW2jgFqlmgiNR9etT2DGbe+m3nUvriBbP+V04ikkwj+3x6xn0dxoxGE1nVGwv +b2X52z3sIexe9PSLymBlVNFxZPT5pqOBMzYzcfCkeF9OrYMh3jRJjehZrJ3ydlo2 +8hP0r+AJx2EqbPfgna67hkooby7utHnNkDPDs3b69fBsnQGQ+p6Q9pxyz0fawx/k +NSBT8lTR32GDpgLiJTjehTItXnOQUl1CxM49S+H5GYQd1aJQzEH7QRTDvdbJWqNj +ZgKAvQU6O0ec7AAmTPWIUb+oI38YB7AL7YsmoWTTYUrrXJ/es69nA7Mf3W1daWhp +q1467HxpvMc7hU6eFbm0FU/DlXpY18ls6Wy58yljXrQs8C097Vpl4KlbQMJImYFt +nh8GKjwStIsPm6Ik8KaN1nrgS7ZklmOVhMJKzRwuJIczYOXD +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 2 G3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 2 G3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 2 G3" +# Serial: 390156079458959257446133169266079962026824725800 +# MD5 Fingerprint: af:0c:86:6e:bf:40:2d:7f:0b:3e:12:50:ba:12:3d:06 +# SHA1 Fingerprint: 09:3c:61:f3:8b:8b:dc:7d:55:df:75:38:02:05:00:e1:25:f5:c8:36 +# SHA256 Fingerprint: 8f:e4:fb:0a:f9:3a:4d:0d:67:db:0b:eb:b2:3e:37:c7:1b:f3:25:dc:bc:dd:24:0e:a0:4d:af:58:b4:7e:18:40 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIURFc0JFuBiZs18s64KztbpybwdSgwDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMiBHMzAeFw0xMjAxMTIxODU5MzJaFw00 +MjAxMTIxODU5MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDIgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQChriWyARjcV4g/Ruv5r+LrI3HimtFhZiFf +qq8nUeVuGxbULX1QsFN3vXg6YOJkApt8hpvWGo6t/x8Vf9WVHhLL5hSEBMHfNrMW +n4rjyduYNM7YMxcoRvynyfDStNVNCXJJ+fKH46nafaF9a7I6JaltUkSs+L5u+9ym +c5GQYaYDFCDy54ejiK2toIz/pgslUiXnFgHVy7g1gQyjO/Dh4fxaXc6AcW34Sas+ +O7q414AB+6XrW7PFXmAqMaCvN+ggOp+oMiwMzAkd056OXbxMmO7FGmh77FOm6RQ1 +o9/NgJ8MSPsc9PG/Srj61YxxSscfrf5BmrODXfKEVu+lV0POKa2Mq1W/xPtbAd0j +IaFYAI7D0GoT7RPjEiuA3GfmlbLNHiJuKvhB1PLKFAeNilUSxmn1uIZoL1NesNKq +IcGY5jDjZ1XHm26sGahVpkUG0CM62+tlXSoREfA7T8pt9DTEceT/AFr2XK4jYIVz +8eQQsSWu1ZK7E8EM4DnatDlXtas1qnIhO4M15zHfeiFuuDIIfR0ykRVKYnLP43eh +vNURG3YBZwjgQQvD6xVu+KQZ2aKrr+InUlYrAoosFCT5v0ICvybIxo/gbjh9Uy3l +7ZizlWNof/k19N+IxWA1ksB8aRxhlRbQ694Lrz4EEEVlWFA4r0jyWbYW8jwNkALG +cC4BrTwV1wIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQU7edvdlq/YOxJW8ald7tyFnGbxD0wDQYJKoZIhvcNAQELBQAD +ggIBAJHfgD9DCX5xwvfrs4iP4VGyvD11+ShdyLyZm3tdquXK4Qr36LLTn91nMX66 +AarHakE7kNQIXLJgapDwyM4DYvmL7ftuKtwGTTwpD4kWilhMSA/ohGHqPHKmd+RC +roijQ1h5fq7KpVMNqT1wvSAZYaRsOPxDMuHBR//47PERIjKWnML2W2mWeyAMQ0Ga +W/ZZGYjeVYg3UQt4XAoeo0L9x52ID8DyeAIkVJOviYeIyUqAHerQbj5hLja7NQ4n +lv1mNDthcnPxFlxHBlRJAHpYErAK74X9sbgzdWqTHBLmYF5vHX/JHyPLhGGfHoJE ++V+tYlUkmlKY7VHnoX6XOuYvHxHaU4AshZ6rNRDbIl9qxV6XU/IyAgkwo1jwDQHV +csaxfGl7w/U2Rcxhbl5MlMVerugOXou/983g7aEOGzPuVBj+D77vfoRrQ+NwmNtd +dbINWQeFFSM51vHfqSYP1kjHs6Yi9TM3WpVHn3u6GBVv/9YUZINJ0gpnIdsPNWNg +KCLjsZWDzYWm3S8P52dSbrsvhXz1SnPnxT7AvSESBT/8twNJAlvIJebiVDj1eYeM +HVOyToV7BjjHLPj4sHKNJeV3UvQDHEimUF+IIDBu8oJDqz2XhOdT+yHBTw8imoa4 +WSr2Rz0ZiC3oheGe7IUIarFsNMkd7EgrO3jtZsSOeWmD3n+M +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 3 G3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 3 G3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 3 G3" +# Serial: 268090761170461462463995952157327242137089239581 +# MD5 Fingerprint: df:7d:b9:ad:54:6f:68:a1:df:89:57:03:97:43:b0:d7 +# SHA1 Fingerprint: 48:12:bd:92:3c:a8:c4:39:06:e7:30:6d:27:96:e6:a4:cf:22:2e:7d +# SHA256 Fingerprint: 88:ef:81:de:20:2e:b0:18:45:2e:43:f8:64:72:5c:ea:5f:bd:1f:c2:d9:d2:05:73:07:09:c5:d8:b8:69:0f:46 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIULvWbAiin23r/1aOp7r0DoM8Sah0wDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMyBHMzAeFw0xMjAxMTIyMDI2MzJaFw00 +MjAxMTIyMDI2MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDMgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCzyw4QZ47qFJenMioKVjZ/aEzHs286IxSR +/xl/pcqs7rN2nXrpixurazHb+gtTTK/FpRp5PIpM/6zfJd5O2YIyC0TeytuMrKNu +FoM7pmRLMon7FhY4futD4tN0SsJiCnMK3UmzV9KwCoWdcTzeo8vAMvMBOSBDGzXR +U7Ox7sWTaYI+FrUoRqHe6okJ7UO4BUaKhvVZR74bbwEhELn9qdIoyhA5CcoTNs+c +ra1AdHkrAj80//ogaX3T7mH1urPnMNA3I4ZyYUUpSFlob3emLoG+B01vr87ERROR +FHAGjx+f+IdpsQ7vw4kZ6+ocYfx6bIrc1gMLnia6Et3UVDmrJqMz6nWB2i3ND0/k +A9HvFZcba5DFApCTZgIhsUfei5pKgLlVj7WiL8DWM2fafsSntARE60f75li59wzw +eyuxwHApw0BiLTtIadwjPEjrewl5qW3aqDCYz4ByA4imW0aucnl8CAMhZa634Ryl +sSqiMd5mBPfAdOhx3v89WcyWJhKLhZVXGqtrdQtEPREoPHtht+KPZ0/l7DxMYIBp +VzgeAVuNVejH38DMdyM0SXV89pgR6y3e7UEuFAUCf+D+IOs15xGsIs5XPd7JMG0Q +A4XN8f+MFrXBsj6IbGB/kE+V9/YtrQE5BwT6dYB9v0lQ7e/JxHwc64B+27bQ3RP+ +ydOc17KXqQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQUxhfQvKjqAkPyGwaZXSuQILnXnOQwDQYJKoZIhvcNAQELBQAD +ggIBADRh2Va1EodVTd2jNTFGu6QHcrxfYWLopfsLN7E8trP6KZ1/AvWkyaiTt3px +KGmPc+FSkNrVvjrlt3ZqVoAh313m6Tqe5T72omnHKgqwGEfcIHB9UqM+WXzBusnI +FUBhynLWcKzSt/Ac5IYp8M7vaGPQtSCKFWGafoaYtMnCdvvMujAWzKNhxnQT5Wvv +oxXqA/4Ti2Tk08HS6IT7SdEQTXlm66r99I0xHnAUrdzeZxNMgRVhvLfZkXdxGYFg +u/BYpbWcC/ePIlUnwEsBbTuZDdQdm2NnL9DuDcpmvJRPpq3t/O5jrFc/ZSXPsoaP +0Aj/uHYUbt7lJ+yreLVTubY/6CD50qi+YUbKh4yE8/nxoGibIh6BJpsQBJFxwAYf +3KDTuVan45gtf4Od34wrnDKOMpTwATwiKp9Dwi7DmDkHOHv8XgBCH/MyJnmDhPbl +8MFREsALHgQjDFSlTC9JxUrRtm5gDWv8a4uFJGS3iQ6rJUdbPM9+Sb3H6QrG2vd+ +DhcI00iX0HGS8A85PjRqHH3Y8iKuu2n0M7SmSFXRDw4m6Oy2Cy2nhTXN/VnIn9HN +PlopNLk9hM6xZdRZkZFWdSHBd575euFgndOtBBj0fOtek49TSiIp+EgrPk2GrFt/ +ywaZWWDYWGWVjUTR939+J399roD1B0y2PpxxVJkES/1Y+Zj0 +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Assured ID Root G2 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Assured ID Root G2 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Assured ID Root G2" +# Serial: 15385348160840213938643033620894905419 +# MD5 Fingerprint: 92:38:b9:f8:63:24:82:65:2c:57:33:e6:fe:81:8f:9d +# SHA1 Fingerprint: a1:4b:48:d9:43:ee:0a:0e:40:90:4f:3c:e0:a4:c0:91:93:51:5d:3f +# SHA256 Fingerprint: 7d:05:eb:b6:82:33:9f:8c:94:51:ee:09:4e:eb:fe:fa:79:53:a1:14:ed:b2:f4:49:49:45:2f:ab:7d:2f:c1:85 +-----BEGIN CERTIFICATE----- +MIIDljCCAn6gAwIBAgIQC5McOtY5Z+pnI7/Dr5r0SzANBgkqhkiG9w0BAQsFADBl +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv +b3QgRzIwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl +cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzIwggEi +MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZ5ygvUj82ckmIkzTz+GoeMVSA +n61UQbVH35ao1K+ALbkKz3X9iaV9JPrjIgwrvJUXCzO/GU1BBpAAvQxNEP4Htecc +biJVMWWXvdMX0h5i89vqbFCMP4QMls+3ywPgym2hFEwbid3tALBSfK+RbLE4E9Hp +EgjAALAcKxHad3A2m67OeYfcgnDmCXRwVWmvo2ifv922ebPynXApVfSr/5Vh88lA +bx3RvpO704gqu52/clpWcTs/1PPRCv4o76Pu2ZmvA9OPYLfykqGxvYmJHzDNw6Yu +YjOuFgJ3RFrngQo8p0Quebg/BLxcoIfhG69Rjs3sLPr4/m3wOnyqi+RnlTGNAgMB +AAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQW +BBTOw0q5mVXyuNtgv6l+vVa1lzan1jANBgkqhkiG9w0BAQsFAAOCAQEAyqVVjOPI +QW5pJ6d1Ee88hjZv0p3GeDgdaZaikmkuOGybfQTUiaWxMTeKySHMq2zNixya1r9I +0jJmwYrA8y8678Dj1JGG0VDjA9tzd29KOVPt3ibHtX2vK0LRdWLjSisCx1BL4Gni +lmwORGYQRI+tBev4eaymG+g3NJ1TyWGqolKvSnAWhsI6yLETcDbYz+70CjTVW0z9 +B5yiutkBclzzTcHdDrEcDcRjvq30FPuJ7KJBDkzMyFdA0G4Dqs0MjomZmWzwPDCv +ON9vvKO+KSAnq3T/EyJ43pdSVR6DtVQgA+6uwE9W3jfMw3+qBCe703e4YtsXfJwo +IhNzbM8m9Yop5w== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Assured ID Root G3 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Assured ID Root G3 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Assured ID Root G3" +# Serial: 15459312981008553731928384953135426796 +# MD5 Fingerprint: 7c:7f:65:31:0c:81:df:8d:ba:3e:99:e2:5c:ad:6e:fb +# SHA1 Fingerprint: f5:17:a2:4f:9a:48:c6:c9:f8:a2:00:26:9f:dc:0f:48:2c:ab:30:89 +# SHA256 Fingerprint: 7e:37:cb:8b:4c:47:09:0c:ab:36:55:1b:a6:f4:5d:b8:40:68:0f:ba:16:6a:95:2d:b1:00:71:7f:43:05:3f:c2 +-----BEGIN CERTIFICATE----- +MIICRjCCAc2gAwIBAgIQC6Fa+h3foLVJRK/NJKBs7DAKBggqhkjOPQQDAzBlMQsw +CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu +ZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3Qg +RzMwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQGEwJV +UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu +Y29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzMwdjAQBgcq +hkjOPQIBBgUrgQQAIgNiAAQZ57ysRGXtzbg/WPuNsVepRC0FFfLvC/8QdJ+1YlJf +Zn4f5dwbRXkLzMZTCp2NXQLZqVneAlr2lSoOjThKiknGvMYDOAdfVdp+CW7if17Q +RSAPWXYQ1qAk8C3eNvJsKTmjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/ +BAQDAgGGMB0GA1UdDgQWBBTL0L2p4ZgFUaFNN6KDec6NHSrkhDAKBggqhkjOPQQD +AwNnADBkAjAlpIFFAmsSS3V0T8gj43DydXLefInwz5FyYZ5eEJJZVrmDxxDnOOlY +JjZ91eQ0hjkCMHw2U/Aw5WJjOpnitqM7mzT6HtoQknFekROn3aRukswy1vUhZscv +6pZjamVFkpUBtA== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Global Root G2 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Global Root G2 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Global Root G2" +# Serial: 4293743540046975378534879503202253541 +# MD5 Fingerprint: e4:a6:8a:c8:54:ac:52:42:46:0a:fd:72:48:1b:2a:44 +# SHA1 Fingerprint: df:3c:24:f9:bf:d6:66:76:1b:26:80:73:fe:06:d1:cc:8d:4f:82:a4 +# SHA256 Fingerprint: cb:3c:cb:b7:60:31:e5:e0:13:8f:8d:d3:9a:23:f9:de:47:ff:c3:5e:43:c1:14:4c:ea:27:d4:6a:5a:b1:cb:5f +-----BEGIN CERTIFICATE----- +MIIDjjCCAnagAwIBAgIQAzrx5qcRqaC7KGSxHQn65TANBgkqhkiG9w0BAQsFADBh +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBH +MjAeFw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVT +MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j +b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEcyMIIBIjANBgkqhkiG +9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuzfNNNx7a8myaJCtSnX/RrohCgiN9RlUyfuI +2/Ou8jqJkTx65qsGGmvPrC3oXgkkRLpimn7Wo6h+4FR1IAWsULecYxpsMNzaHxmx +1x7e/dfgy5SDN67sH0NO3Xss0r0upS/kqbitOtSZpLYl6ZtrAGCSYP9PIUkY92eQ +q2EGnI/yuum06ZIya7XzV+hdG82MHauVBJVJ8zUtluNJbd134/tJS7SsVQepj5Wz +tCO7TG1F8PapspUwtP1MVYwnSlcUfIKdzXOS0xZKBgyMUNGPHgm+F6HmIcr9g+UQ +vIOlCsRnKPZzFBQ9RnbDhxSJITRNrw9FDKZJobq7nMWxM4MphQIDAQABo0IwQDAP +BgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAdBgNVHQ4EFgQUTiJUIBiV +5uNu5g/6+rkS7QYXjzkwDQYJKoZIhvcNAQELBQADggEBAGBnKJRvDkhj6zHd6mcY +1Yl9PMWLSn/pvtsrF9+wX3N3KjITOYFnQoQj8kVnNeyIv/iPsGEMNKSuIEyExtv4 +NeF22d+mQrvHRAiGfzZ0JFrabA0UWTW98kndth/Jsw1HKj2ZL7tcu7XUIOGZX1NG +Fdtom/DzMNU+MeKNhJ7jitralj41E6Vf8PlwUHBHQRFXGU7Aj64GxJUTFy8bJZ91 +8rGOmaFvE7FBcf6IKshPECBV1/MUReXgRPTqh5Uykw7+U0b6LJ3/iyK5S9kJRaTe +pLiaWN0bfVKfjllDiIGknibVb63dDcY3fe0Dkhvld1927jyNxF1WW6LZZm6zNTfl +MrY= +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Global Root G3 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Global Root G3 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Global Root G3" +# Serial: 7089244469030293291760083333884364146 +# MD5 Fingerprint: f5:5d:a4:50:a5:fb:28:7e:1e:0f:0d:cc:96:57:56:ca +# SHA1 Fingerprint: 7e:04:de:89:6a:3e:66:6d:00:e6:87:d3:3f:fa:d9:3b:e8:3d:34:9e +# SHA256 Fingerprint: 31:ad:66:48:f8:10:41:38:c7:38:f3:9e:a4:32:01:33:39:3e:3a:18:cc:02:29:6e:f9:7c:2a:c9:ef:67:31:d0 +-----BEGIN CERTIFICATE----- +MIICPzCCAcWgAwIBAgIQBVVWvPJepDU1w6QP1atFcjAKBggqhkjOPQQDAzBhMQsw +CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu +ZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBHMzAe +Fw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVTMRUw +EwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5jb20x +IDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEczMHYwEAYHKoZIzj0CAQYF +K4EEACIDYgAE3afZu4q4C/sLfyHS8L6+c/MzXRq8NOrexpu80JX28MzQC7phW1FG +fp4tn+6OYwwX7Adw9c+ELkCDnOg/QW07rdOkFFk2eJ0DQ+4QE2xy3q6Ip6FrtUPO +Z9wj/wMco+I+o0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAd +BgNVHQ4EFgQUs9tIpPmhxdiuNkHMEWNpYim8S8YwCgYIKoZIzj0EAwMDaAAwZQIx +AK288mw/EkrRLTnDCgmXc/SINoyIJ7vmiI1Qhadj+Z4y3maTD/HMsQmP3Wyr+mt/ +oAIwOWZbwmSNuJ5Q3KjVSaLtx9zRSX8XAbjIho9OjIgrqJqpisXRAL34VOKa5Vt8 +sycX +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Trusted Root G4 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Trusted Root G4 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Trusted Root G4" +# Serial: 7451500558977370777930084869016614236 +# MD5 Fingerprint: 78:f2:fc:aa:60:1f:2f:b4:eb:c9:37:ba:53:2e:75:49 +# SHA1 Fingerprint: dd:fb:16:cd:49:31:c9:73:a2:03:7d:3f:c8:3a:4d:7d:77:5d:05:e4 +# SHA256 Fingerprint: 55:2f:7b:dc:f1:a7:af:9e:6c:e6:72:01:7f:4f:12:ab:f7:72:40:c7:8e:76:1a:c2:03:d1:d9:d2:0a:c8:99:88 +-----BEGIN CERTIFICATE----- +MIIFkDCCA3igAwIBAgIQBZsbV56OITLiOQe9p3d1XDANBgkqhkiG9w0BAQwFADBi +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3Qg +RzQwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBiMQswCQYDVQQGEwJV +UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu +Y29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3QgRzQwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQC/5pBzaN675F1KPDAiMGkz7MKnJS7JIT3y +ithZwuEppz1Yq3aaza57G4QNxDAf8xukOBbrVsaXbR2rsnnyyhHS5F/WBTxSD1If +xp4VpX6+n6lXFllVcq9ok3DCsrp1mWpzMpTREEQQLt+C8weE5nQ7bXHiLQwb7iDV +ySAdYyktzuxeTsiT+CFhmzTrBcZe7FsavOvJz82sNEBfsXpm7nfISKhmV1efVFiO +DCu3T6cw2Vbuyntd463JT17lNecxy9qTXtyOj4DatpGYQJB5w3jHtrHEtWoYOAMQ +jdjUN6QuBX2I9YI+EJFwq1WCQTLX2wRzKm6RAXwhTNS8rhsDdV14Ztk6MUSaM0C/ +CNdaSaTC5qmgZ92kJ7yhTzm1EVgX9yRcRo9k98FpiHaYdj1ZXUJ2h4mXaXpI8OCi +EhtmmnTK3kse5w5jrubU75KSOp493ADkRSWJtppEGSt+wJS00mFt6zPZxd9LBADM +fRyVw4/3IbKyEbe7f/LVjHAsQWCqsWMYRJUadmJ+9oCw++hkpjPRiQfhvbfmQ6QY +uKZ3AeEPlAwhHbJUKSWJbOUOUlFHdL4mrLZBdd56rF+NP8m800ERElvlEFDrMcXK +chYiCd98THU/Y+whX8QgUWtvsauGi0/C1kVfnSD8oR7FwI+isX4KJpn15GkvmB0t +9dmpsh3lGwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +hjAdBgNVHQ4EFgQU7NfjgtJxXWRM3y5nP+e6mK4cD08wDQYJKoZIhvcNAQEMBQAD +ggIBALth2X2pbL4XxJEbw6GiAI3jZGgPVs93rnD5/ZpKmbnJeFwMDF/k5hQpVgs2 +SV1EY+CtnJYYZhsjDT156W1r1lT40jzBQ0CuHVD1UvyQO7uYmWlrx8GnqGikJ9yd ++SeuMIW59mdNOj6PWTkiU0TryF0Dyu1Qen1iIQqAyHNm0aAFYF/opbSnr6j3bTWc +fFqK1qI4mfN4i/RN0iAL3gTujJtHgXINwBQy7zBZLq7gcfJW5GqXb5JQbZaNaHqa +sjYUegbyJLkJEVDXCLG4iXqEI2FCKeWjzaIgQdfRnGTZ6iahixTXTBmyUEFxPT9N +cCOGDErcgdLMMpSEDQgJlxxPwO5rIHQw0uA5NBCFIRUBCOhVMt5xSdkoF1BN5r5N +0XWs0Mr7QbhDparTwwVETyw2m+L64kW4I1NsBm9nVX9GtUw/bihaeSbSpKhil9Ie +4u1Ki7wb/UdKDd9nZn6yW0HQO+T0O/QEY+nvwlQAUaCKKsnOeMzV6ocEGLPOr0mI +r/OSmbaz5mEP0oUA51Aa5BuVnRmhuZyxm7EAHu/QD09CbMkKvO5D+jpxpchNJqU1 +/YldvIViHTLSoCtU7ZpXwdv6EM8Zt4tKG48BtieVU+i2iW1bvGjUI+iLUaJW+fCm +gKDWHrO8Dw9TdSmq6hN35N6MgSGtBxBHEa2HPQfRdbzP82Z+ +-----END CERTIFICATE----- + +# Issuer: CN=COMODO RSA Certification Authority O=COMODO CA Limited +# Subject: CN=COMODO RSA Certification Authority O=COMODO CA Limited +# Label: "COMODO RSA Certification Authority" +# Serial: 101909084537582093308941363524873193117 +# MD5 Fingerprint: 1b:31:b0:71:40:36:cc:14:36:91:ad:c4:3e:fd:ec:18 +# SHA1 Fingerprint: af:e5:d2:44:a8:d1:19:42:30:ff:47:9f:e2:f8:97:bb:cd:7a:8c:b4 +# SHA256 Fingerprint: 52:f0:e1:c4:e5:8e:c6:29:29:1b:60:31:7f:07:46:71:b8:5d:7e:a8:0d:5b:07:27:34:63:53:4b:32:b4:02:34 +-----BEGIN CERTIFICATE----- +MIIF2DCCA8CgAwIBAgIQTKr5yttjb+Af907YWwOGnTANBgkqhkiG9w0BAQwFADCB +hTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNV +BAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMTE5 +MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgT +EkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMR +Q09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNh +dGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCR +6FSS0gpWsawNJN3Fz0RndJkrN6N9I3AAcbxT38T6KhKPS38QVr2fcHK3YX/JSw8X +pz3jsARh7v8Rl8f0hj4K+j5c+ZPmNHrZFGvnnLOFoIJ6dq9xkNfs/Q36nGz637CC +9BR++b7Epi9Pf5l/tfxnQ3K9DADWietrLNPtj5gcFKt+5eNu/Nio5JIk2kNrYrhV +/erBvGy2i/MOjZrkm2xpmfh4SDBF1a3hDTxFYPwyllEnvGfDyi62a+pGx8cgoLEf +Zd5ICLqkTqnyg0Y3hOvozIFIQ2dOciqbXL1MGyiKXCJ7tKuY2e7gUYPDCUZObT6Z ++pUX2nwzV0E8jVHtC7ZcryxjGt9XyD+86V3Em69FmeKjWiS0uqlWPc9vqv9JWL7w +qP/0uK3pN/u6uPQLOvnoQ0IeidiEyxPx2bvhiWC4jChWrBQdnArncevPDt09qZah +SL0896+1DSJMwBGB7FY79tOi4lu3sgQiUpWAk2nojkxl8ZEDLXB0AuqLZxUpaVIC +u9ffUGpVRr+goyhhf3DQw6KqLCGqR84onAZFdr+CGCe01a60y1Dma/RMhnEw6abf +Fobg2P9A3fvQQoh/ozM6LlweQRGBY84YcWsr7KaKtzFcOmpH4MN5WdYgGq/yapiq +crxXStJLnbsQ/LBMQeXtHT1eKJ2czL+zUdqnR+WEUwIDAQABo0IwQDAdBgNVHQ4E +FgQUu69+Aj36pvE8hI6t7jiY7NkyMtQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB +/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAArx1UaEt65Ru2yyTUEUAJNMnMvl +wFTPoCWOAvn9sKIN9SCYPBMtrFaisNZ+EZLpLrqeLppysb0ZRGxhNaKatBYSaVqM +4dc+pBroLwP0rmEdEBsqpIt6xf4FpuHA1sj+nq6PK7o9mfjYcwlYRm6mnPTXJ9OV +2jeDchzTc+CiR5kDOF3VSXkAKRzH7JsgHAckaVd4sjn8OoSgtZx8jb8uk2Intzna +FxiuvTwJaP+EmzzV1gsD41eeFPfR60/IvYcjt7ZJQ3mFXLrrkguhxuhoqEwWsRqZ +CuhTLJK7oQkYdQxlqHvLI7cawiiFwxv/0Cti76R7CZGYZ4wUAc1oBmpjIXUDgIiK +boHGhfKppC3n9KUkEEeDys30jXlYsQab5xoq2Z0B15R97QNKyvDb6KkBPvVWmcke +jkk9u+UJueBPSZI9FoJAzMxZxuY67RIuaTxslbH9qh17f4a+Hg4yRvv7E491f0yL +S0Zj/gA0QHDBw7mh3aZw4gSzQbzpgJHqZJx64SIDqZxubw5lT2yHh17zbqD5daWb +QOhTsiedSrnAdyGN/4fy3ryM7xfft0kL0fJuMAsaDk527RH89elWsn2/x20Kk4yl +0MC2Hb46TpSi125sC8KKfPog88Tk5c0NqMuRkrF8hey1FGlmDoLnzc7ILaZRfyHB +NVOFBkpdn627G190 +-----END CERTIFICATE----- + +# Issuer: CN=USERTrust RSA Certification Authority O=The USERTRUST Network +# Subject: CN=USERTrust RSA Certification Authority O=The USERTRUST Network +# Label: "USERTrust RSA Certification Authority" +# Serial: 2645093764781058787591871645665788717 +# MD5 Fingerprint: 1b:fe:69:d1:91:b7:19:33:a3:72:a8:0f:e1:55:e5:b5 +# SHA1 Fingerprint: 2b:8f:1b:57:33:0d:bb:a2:d0:7a:6c:51:f7:0e:e9:0d:da:b9:ad:8e +# SHA256 Fingerprint: e7:93:c9:b0:2f:d8:aa:13:e2:1c:31:22:8a:cc:b0:81:19:64:3b:74:9c:89:89:64:b1:74:6d:46:c3:d4:cb:d2 +-----BEGIN CERTIFICATE----- +MIIF3jCCA8agAwIBAgIQAf1tMPyjylGoG7xkDjUDLTANBgkqhkiG9w0BAQwFADCB +iDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0pl +cnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNV +BAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAw +MjAxMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNV +BAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVU +aGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2Vy +dGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK +AoICAQCAEmUXNg7D2wiz0KxXDXbtzSfTTK1Qg2HiqiBNCS1kCdzOiZ/MPans9s/B +3PHTsdZ7NygRK0faOca8Ohm0X6a9fZ2jY0K2dvKpOyuR+OJv0OwWIJAJPuLodMkY +tJHUYmTbf6MG8YgYapAiPLz+E/CHFHv25B+O1ORRxhFnRghRy4YUVD+8M/5+bJz/ +Fp0YvVGONaanZshyZ9shZrHUm3gDwFA66Mzw3LyeTP6vBZY1H1dat//O+T23LLb2 +VN3I5xI6Ta5MirdcmrS3ID3KfyI0rn47aGYBROcBTkZTmzNg95S+UzeQc0PzMsNT +79uq/nROacdrjGCT3sTHDN/hMq7MkztReJVni+49Vv4M0GkPGw/zJSZrM233bkf6 +c0Plfg6lZrEpfDKEY1WJxA3Bk1QwGROs0303p+tdOmw1XNtB1xLaqUkL39iAigmT +Yo61Zs8liM2EuLE/pDkP2QKe6xJMlXzzawWpXhaDzLhn4ugTncxbgtNMs+1b/97l +c6wjOy0AvzVVdAlJ2ElYGn+SNuZRkg7zJn0cTRe8yexDJtC/QV9AqURE9JnnV4ee +UB9XVKg+/XRjL7FQZQnmWEIuQxpMtPAlR1n6BB6T1CZGSlCBst6+eLf8ZxXhyVeE +Hg9j1uliutZfVS7qXMYoCAQlObgOK6nyTJccBz8NUvXt7y+CDwIDAQABo0IwQDAd +BgNVHQ4EFgQUU3m/WqorSs9UgOHYm8Cd8rIDZsswDgYDVR0PAQH/BAQDAgEGMA8G +A1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAFzUfA3P9wF9QZllDHPF +Up/L+M+ZBn8b2kMVn54CVVeWFPFSPCeHlCjtHzoBN6J2/FNQwISbxmtOuowhT6KO +VWKR82kV2LyI48SqC/3vqOlLVSoGIG1VeCkZ7l8wXEskEVX/JJpuXior7gtNn3/3 +ATiUFJVDBwn7YKnuHKsSjKCaXqeYalltiz8I+8jRRa8YFWSQEg9zKC7F4iRO/Fjs +8PRF/iKz6y+O0tlFYQXBl2+odnKPi4w2r78NBc5xjeambx9spnFixdjQg3IM8WcR +iQycE0xyNN+81XHfqnHd4blsjDwSXWXavVcStkNr/+XeTWYRUc+ZruwXtuhxkYze +Sf7dNXGiFSeUHM9h4ya7b6NnJSFd5t0dCy5oGzuCr+yDZ4XUmFF0sbmZgIn/f3gZ +XHlKYC6SQK5MNyosycdiyA5d9zZbyuAlJQG03RoHnHcAP9Dc1ew91Pq7P8yF1m9/ +qS3fuQL39ZeatTXaw2ewh0qpKJ4jjv9cJ2vhsE/zB+4ALtRZh8tSQZXq9EfX7mRB +VXyNWQKV3WKdwrnuWih0hKWbt5DHDAff9Yk2dDLWKMGwsAvgnEzDHNb842m1R0aB +L6KCq9NjRHDEjf8tM7qtj3u1cIiuPhnPQCjY/MiQu12ZIvVS5ljFH4gxQ+6IHdfG +jjxDah2nGN59PRbxYvnKkKj9 +-----END CERTIFICATE----- + +# Issuer: CN=USERTrust ECC Certification Authority O=The USERTRUST Network +# Subject: CN=USERTrust ECC Certification Authority O=The USERTRUST Network +# Label: "USERTrust ECC Certification Authority" +# Serial: 123013823720199481456569720443997572134 +# MD5 Fingerprint: fa:68:bc:d9:b5:7f:ad:fd:c9:1d:06:83:28:cc:24:c1 +# SHA1 Fingerprint: d1:cb:ca:5d:b2:d5:2a:7f:69:3b:67:4d:e5:f0:5a:1d:0c:95:7d:f0 +# SHA256 Fingerprint: 4f:f4:60:d5:4b:9c:86:da:bf:bc:fc:57:12:e0:40:0d:2b:ed:3f:bc:4d:4f:bd:aa:86:e0:6a:dc:d2:a9:ad:7a +-----BEGIN CERTIFICATE----- +MIICjzCCAhWgAwIBAgIQXIuZxVqUxdJxVt7NiYDMJjAKBggqhkjOPQQDAzCBiDEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNl +eSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMT +JVVTRVJUcnVzdCBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMjAx +MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgT +Ck5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUg +VVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBFQ0MgQ2VydGlm +aWNhdGlvbiBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQarFRaqflo +I+d61SRvU8Za2EurxtW20eZzca7dnNYMYf3boIkDuAUU7FfO7l0/4iGzzvfUinng +o4N+LZfQYcTxmdwlkWOrfzCjtHDix6EznPO/LlxTsV+zfTJ/ijTjeXmjQjBAMB0G +A1UdDgQWBBQ64QmG1M8ZwpZ2dEl23OA1xmNjmjAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjA2Z6EWCNzklwBBHU6+4WMB +zzuqQhFkoJ2UOQIReVx7Hfpkue4WQrO/isIJxOzksU0CMQDpKmFHjFJKS04YcPbW +RNZu9YO6bVi9JNlWSOrvxKJGgYhqOkbRqZtNyWHa0V1Xahg= +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R5 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R5 +# Label: "GlobalSign ECC Root CA - R5" +# Serial: 32785792099990507226680698011560947931244 +# MD5 Fingerprint: 9f:ad:3b:1c:02:1e:8a:ba:17:74:38:81:0c:a2:bc:08 +# SHA1 Fingerprint: 1f:24:c6:30:cd:a4:18:ef:20:69:ff:ad:4f:dd:5f:46:3a:1b:69:aa +# SHA256 Fingerprint: 17:9f:bc:14:8a:3d:d0:0f:d2:4e:a1:34:58:cc:43:bf:a7:f5:9c:81:82:d7:83:a5:13:f6:eb:ec:10:0c:89:24 +-----BEGIN CERTIFICATE----- +MIICHjCCAaSgAwIBAgIRYFlJ4CYuu1X5CneKcflK2GwwCgYIKoZIzj0EAwMwUDEk +MCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI1MRMwEQYDVQQKEwpH +bG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoX +DTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBD +QSAtIFI1MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu +MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAER0UOlvt9Xb/pOdEh+J8LttV7HpI6SFkc +8GIxLcB6KP4ap1yztsyX50XUWPrRd21DosCHZTQKH3rd6zwzocWdTaRvQZU4f8ke +hOvRnkmSh5SHDDqFSmafnVmTTZdhBoZKo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUPeYpSJvqB8ohREom3m7e0oPQn1kwCgYI +KoZIzj0EAwMDaAAwZQIxAOVpEslu28YxuglB4Zf4+/2a4n0Sye18ZNPLBSWLVtmg +515dTguDnFt2KaAJJiFqYgIwcdK1j1zqO+F4CYWodZI7yFz9SO8NdCKoCOJuxUnO +xwy8p2Fp8fc74SrL+SvzZpA3 +-----END CERTIFICATE----- + +# Issuer: CN=IdenTrust Commercial Root CA 1 O=IdenTrust +# Subject: CN=IdenTrust Commercial Root CA 1 O=IdenTrust +# Label: "IdenTrust Commercial Root CA 1" +# Serial: 13298821034946342390520003877796839426 +# MD5 Fingerprint: b3:3e:77:73:75:ee:a0:d3:e3:7e:49:63:49:59:bb:c7 +# SHA1 Fingerprint: df:71:7e:aa:4a:d9:4e:c9:55:84:99:60:2d:48:de:5f:bc:f0:3a:25 +# SHA256 Fingerprint: 5d:56:49:9b:e4:d2:e0:8b:cf:ca:d0:8a:3e:38:72:3d:50:50:3b:de:70:69:48:e4:2f:55:60:30:19:e5:28:ae +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIQCgFCgAAAAUUjyES1AAAAAjANBgkqhkiG9w0BAQsFADBK +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScwJQYDVQQDEx5JZGVu +VHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwHhcNMTQwMTE2MTgxMjIzWhcNMzQw +MTE2MTgxMjIzWjBKMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScw +JQYDVQQDEx5JZGVuVHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCnUBneP5k91DNG8W9RYYKyqU+PZ4ldhNlT +3Qwo2dfw/66VQ3KZ+bVdfIrBQuExUHTRgQ18zZshq0PirK1ehm7zCYofWjK9ouuU ++ehcCuz/mNKvcbO0U59Oh++SvL3sTzIwiEsXXlfEU8L2ApeN2WIrvyQfYo3fw7gp +S0l4PJNgiCL8mdo2yMKi1CxUAGc1bnO/AljwpN3lsKImesrgNqUZFvX9t++uP0D1 +bVoE/c40yiTcdCMbXTMTEl3EASX2MN0CXZ/g1Ue9tOsbobtJSdifWwLziuQkkORi +T0/Br4sOdBeo0XKIanoBScy0RnnGF7HamB4HWfp1IYVl3ZBWzvurpWCdxJ35UrCL +vYf5jysjCiN2O/cz4ckA82n5S6LgTrx+kzmEB/dEcH7+B1rlsazRGMzyNeVJSQjK +Vsk9+w8YfYs7wRPCTY/JTw436R+hDmrfYi7LNQZReSzIJTj0+kuniVyc0uMNOYZK +dHzVWYfCP04MXFL0PfdSgvHqo6z9STQaKPNBiDoT7uje/5kdX7rL6B7yuVBgwDHT +c+XvvqDtMwt0viAgxGds8AgDelWAf0ZOlqf0Hj7h9tgJ4TNkK2PXMl6f+cB7D3hv +l7yTmvmcEpB4eoCHFddydJxVdHixuuFucAS6T6C6aMN7/zHwcz09lCqxC0EOoP5N +iGVreTO01wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB +/zAdBgNVHQ4EFgQU7UQZwNPwBovupHu+QucmVMiONnYwDQYJKoZIhvcNAQELBQAD +ggIBAA2ukDL2pkt8RHYZYR4nKM1eVO8lvOMIkPkp165oCOGUAFjvLi5+U1KMtlwH +6oi6mYtQlNeCgN9hCQCTrQ0U5s7B8jeUeLBfnLOic7iPBZM4zY0+sLj7wM+x8uwt +LRvM7Kqas6pgghstO8OEPVeKlh6cdbjTMM1gCIOQ045U8U1mwF10A0Cj7oV+wh93 +nAbowacYXVKV7cndJZ5t+qntozo00Fl72u1Q8zW/7esUTTHHYPTa8Yec4kjixsU3 ++wYQ+nVZZjFHKdp2mhzpgq7vmrlR94gjmmmVYjzlVYA211QC//G5Xc7UI2/YRYRK +W2XviQzdFKcgyxilJbQN+QHwotL0AMh0jqEqSI5l2xPE4iUXfeu+h1sXIFRRk0pT +AwvsXcoz7WL9RccvW9xYoIA55vrX/hMUpu09lEpCdNTDd1lzzY9GvlU47/rokTLq +l1gEIt44w8y8bckzOmoKaT+gyOpyj4xjhiO9bTyWnpXgSUyqorkqG5w2gXjtw+hG +4iZZRHUe2XWJUc0QhJ1hYMtd+ZciTY6Y5uN/9lu7rs3KSoFrXgvzUeF0K+l+J6fZ +mUlO+KWA2yUPHGNiiskzZ2s8EIPGrd6ozRaOjfAHN3Gf8qv8QfXBi+wAN10J5U6A +7/qxXDgGpRtK4dw4LTzcqx+QGtVKnO7RcGzM7vRX+Bi6hG6H +-----END CERTIFICATE----- + +# Issuer: CN=IdenTrust Public Sector Root CA 1 O=IdenTrust +# Subject: CN=IdenTrust Public Sector Root CA 1 O=IdenTrust +# Label: "IdenTrust Public Sector Root CA 1" +# Serial: 13298821034946342390521976156843933698 +# MD5 Fingerprint: 37:06:a5:b0:fc:89:9d:ba:f4:6b:8c:1a:64:cd:d5:ba +# SHA1 Fingerprint: ba:29:41:60:77:98:3f:f4:f3:ef:f2:31:05:3b:2e:ea:6d:4d:45:fd +# SHA256 Fingerprint: 30:d0:89:5a:9a:44:8a:26:20:91:63:55:22:d1:f5:20:10:b5:86:7a:ca:e1:2c:78:ef:95:8f:d4:f4:38:9f:2f +-----BEGIN CERTIFICATE----- +MIIFZjCCA06gAwIBAgIQCgFCgAAAAUUjz0Z8AAAAAjANBgkqhkiG9w0BAQsFADBN +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MSowKAYDVQQDEyFJZGVu +VHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwHhcNMTQwMTE2MTc1MzMyWhcN +MzQwMTE2MTc1MzMyWjBNMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0 +MSowKAYDVQQDEyFJZGVuVHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC2IpT8pEiv6EdrCvsnduTyP4o7 +ekosMSqMjbCpwzFrqHd2hCa2rIFCDQjrVVi7evi8ZX3yoG2LqEfpYnYeEe4IFNGy +RBb06tD6Hi9e28tzQa68ALBKK0CyrOE7S8ItneShm+waOh7wCLPQ5CQ1B5+ctMlS +bdsHyo+1W/CD80/HLaXIrcuVIKQxKFdYWuSNG5qrng0M8gozOSI5Cpcu81N3uURF +/YTLNiCBWS2ab21ISGHKTN9T0a9SvESfqy9rg3LvdYDaBjMbXcjaY8ZNzaxmMc3R +3j6HEDbhuaR672BQssvKplbgN6+rNBM5Jeg5ZuSYeqoSmJxZZoY+rfGwyj4GD3vw +EUs3oERte8uojHH01bWRNszwFcYr3lEXsZdMUD2xlVl8BX0tIdUAvwFnol57plzy +9yLxkA2T26pEUWbMfXYD62qoKjgZl3YNa4ph+bz27nb9cCvdKTz4Ch5bQhyLVi9V +GxyhLrXHFub4qjySjmm2AcG1hp2JDws4lFTo6tyePSW8Uybt1as5qsVATFSrsrTZ +2fjXctscvG29ZV/viDUqZi/u9rNl8DONfJhBaUYPQxxp+pu10GFqzcpL2UyQRqsV +WaFHVCkugyhfHMKiq3IXAAaOReyL4jM9f9oZRORicsPfIsbyVtTdX5Vy7W1f90gD +W/3FKqD2cyOEEBsB5wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ +BAUwAwEB/zAdBgNVHQ4EFgQU43HgntinQtnbcZFrlJPrw6PRFKMwDQYJKoZIhvcN +AQELBQADggIBAEf63QqwEZE4rU1d9+UOl1QZgkiHVIyqZJnYWv6IAcVYpZmxI1Qj +t2odIFflAWJBF9MJ23XLblSQdf4an4EKwt3X9wnQW3IV5B4Jaj0z8yGa5hV+rVHV +DRDtfULAj+7AmgjVQdZcDiFpboBhDhXAuM/FSRJSzL46zNQuOAXeNf0fb7iAaJg9 +TaDKQGXSc3z1i9kKlT/YPyNtGtEqJBnZhbMX73huqVjRI9PHE+1yJX9dsXNw0H8G +lwmEKYBhHfpe/3OsoOOJuBxxFcbeMX8S3OFtm6/n6J91eEyrRjuazr8FGF1NFTwW +mhlQBJqymm9li1JfPFgEKCXAZmExfrngdbkaqIHWchezxQMxNRF4eKLg6TCMf4Df +WN88uieW4oA0beOY02QnrEh+KHdcxiVhJfiFDGX6xDIvpZgF5PgLZxYWxoK4Mhn5 ++bl53B/N66+rDt0b20XkeucC4pVd/GnwU2lhlXV5C15V5jgclKlZM57IcXR5f1GJ +tshquDDIajjDbp7hNxbqBWJMWxJH7ae0s1hWx0nzfxJoCTFx8G34Tkf71oXuxVhA +GaQdp/lLQzfcaFpPz+vCZHTetBXZ9FRUGi8c15dxVJCO2SCdUyt/q4/i6jC8UDfv +8Ue1fXwsBOxonbRJRBD0ckscZOf85muQ3Wl9af0AVqW3rLatt8o+Ae+c +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority - G2 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2009 Entrust, Inc. - for authorized use only +# Subject: CN=Entrust Root Certification Authority - G2 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2009 Entrust, Inc. - for authorized use only +# Label: "Entrust Root Certification Authority - G2" +# Serial: 1246989352 +# MD5 Fingerprint: 4b:e2:c9:91:96:65:0c:f4:0e:5a:93:92:a0:0a:fe:b2 +# SHA1 Fingerprint: 8c:f4:27:fd:79:0c:3a:d1:66:06:8d:e8:1e:57:ef:bb:93:22:72:d4 +# SHA256 Fingerprint: 43:df:57:74:b0:3e:7f:ef:5f:e4:0d:93:1a:7b:ed:f1:bb:2e:6b:42:73:8c:4e:6d:38:41:10:3d:3a:a7:f3:39 +-----BEGIN CERTIFICATE----- +MIIEPjCCAyagAwIBAgIESlOMKDANBgkqhkiG9w0BAQsFADCBvjELMAkGA1UEBhMC +VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50 +cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3Qs +IEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVz +dCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzIwHhcNMDkwNzA3MTcy +NTU0WhcNMzAxMjA3MTc1NTU0WjCBvjELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUVu +dHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVnYWwt +dGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0 +aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVzdCBSb290IENlcnRpZmlj +YXRpb24gQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK +AoIBAQC6hLZy254Ma+KZ6TABp3bqMriVQRrJ2mFOWHLP/vaCeb9zYQYKpSfYs1/T +RU4cctZOMvJyig/3gxnQaoCAAEUesMfnmr8SVycco2gvCoe9amsOXmXzHHfV1IWN +cCG0szLni6LVhjkCsbjSR87kyUnEO6fe+1R9V77w6G7CebI6C1XiUJgWMhNcL3hW +wcKUs/Ja5CeanyTXxuzQmyWC48zCxEXFjJd6BmsqEZ+pCm5IO2/b1BEZQvePB7/1 +U1+cPvQXLOZprE4yTGJ36rfo5bs0vBmLrpxR57d+tVOxMyLlbc9wPBr64ptntoP0 +jaWvYkxN4FisZDQSA/i2jZRjJKRxAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAP +BgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqciZ60B7vfec7aVHUbI2fkBJmqzAN +BgkqhkiG9w0BAQsFAAOCAQEAeZ8dlsa2eT8ijYfThwMEYGprmi5ZiXMRrEPR9RP/ +jTkrwPK9T3CMqS/qF8QLVJ7UG5aYMzyorWKiAHarWWluBh1+xLlEjZivEtRh2woZ +Rkfz6/djwUAFQKXSt/S1mja/qYh2iARVBCuch38aNzx+LaUa2NSJXsq9rD1s2G2v +1fN2D807iDginWyTmsQ9v4IbZT+mD12q/OWyFcq1rca8PdCE6OoGcrBNOTJ4vz4R +nAuknZoh8/CbCzB428Hch0P+vGOaysXCHMnHjf87ElgI5rY97HosTvuDls4MPGmH +VHOkc8KT/1EQrBVUAdj8BbGJoX90g5pJ19xOe4pIb4tF9g== +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority - EC1 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2012 Entrust, Inc. - for authorized use only +# Subject: CN=Entrust Root Certification Authority - EC1 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2012 Entrust, Inc. - for authorized use only +# Label: "Entrust Root Certification Authority - EC1" +# Serial: 51543124481930649114116133369 +# MD5 Fingerprint: b6:7e:1d:f0:58:c5:49:6c:24:3b:3d:ed:98:18:ed:bc +# SHA1 Fingerprint: 20:d8:06:40:df:9b:25:f5:12:25:3a:11:ea:f7:59:8a:eb:14:b5:47 +# SHA256 Fingerprint: 02:ed:0e:b2:8c:14:da:45:16:5c:56:67:91:70:0d:64:51:d7:fb:56:f0:b2:ab:1d:3b:8e:b0:70:e5:6e:df:f5 +-----BEGIN CERTIFICATE----- +MIIC+TCCAoCgAwIBAgINAKaLeSkAAAAAUNCR+TAKBggqhkjOPQQDAzCBvzELMAkG +A1UEBhMCVVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3 +d3cuZW50cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDEyIEVu +dHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEzMDEGA1UEAxMq +RW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRUMxMB4XDTEy +MTIxODE1MjUzNloXDTM3MTIxODE1NTUzNlowgb8xCzAJBgNVBAYTAlVTMRYwFAYD +VQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1c3QubmV0 +L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxMiBFbnRydXN0LCBJbmMuIC0g +Zm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMzAxBgNVBAMTKkVudHJ1c3QgUm9vdCBD +ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEVDMTB2MBAGByqGSM49AgEGBSuBBAAi +A2IABIQTydC6bUF74mzQ61VfZgIaJPRbiWlH47jCffHyAsWfoPZb1YsGGYZPUxBt +ByQnoaD41UcZYUx9ypMn6nQM72+WCf5j7HBdNq1nd67JnXxVRDqiY1Ef9eNi1KlH +Bz7MIKNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0O +BBYEFLdj5xrdjekIplWDpOBqUEFlEUJJMAoGCCqGSM49BAMDA2cAMGQCMGF52OVC +R98crlOZF7ZvHH3hvxGU0QOIdeSNiaSKd0bebWHvAvX7td/M/k7//qnmpwIwW5nX +hTcGtXsI/esni0qU+eH6p44mCOh8kmhtc9hvJqwhAriZtyZBWyVgrtBIGu4G +-----END CERTIFICATE----- + +# Issuer: CN=CFCA EV ROOT O=China Financial Certification Authority +# Subject: CN=CFCA EV ROOT O=China Financial Certification Authority +# Label: "CFCA EV ROOT" +# Serial: 407555286 +# MD5 Fingerprint: 74:e1:b6:ed:26:7a:7a:44:30:33:94:ab:7b:27:81:30 +# SHA1 Fingerprint: e2:b8:29:4b:55:84:ab:6b:58:c2:90:46:6c:ac:3f:b8:39:8f:84:83 +# SHA256 Fingerprint: 5c:c3:d7:8e:4e:1d:5e:45:54:7a:04:e6:87:3e:64:f9:0c:f9:53:6d:1c:cc:2e:f8:00:f3:55:c4:c5:fd:70:fd +-----BEGIN CERTIFICATE----- +MIIFjTCCA3WgAwIBAgIEGErM1jANBgkqhkiG9w0BAQsFADBWMQswCQYDVQQGEwJD +TjEwMC4GA1UECgwnQ2hpbmEgRmluYW5jaWFsIENlcnRpZmljYXRpb24gQXV0aG9y +aXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJPT1QwHhcNMTIwODA4MDMwNzAxWhcNMjkx +MjMxMDMwNzAxWjBWMQswCQYDVQQGEwJDTjEwMC4GA1UECgwnQ2hpbmEgRmluYW5j +aWFsIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJP +T1QwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDXXWvNED8fBVnVBU03 +sQ7smCuOFR36k0sXgiFxEFLXUWRwFsJVaU2OFW2fvwwbwuCjZ9YMrM8irq93VCpL +TIpTUnrD7i7es3ElweldPe6hL6P3KjzJIx1qqx2hp/Hz7KDVRM8Vz3IvHWOX6Jn5 +/ZOkVIBMUtRSqy5J35DNuF++P96hyk0g1CXohClTt7GIH//62pCfCqktQT+x8Rgp +7hZZLDRJGqgG16iI0gNyejLi6mhNbiyWZXvKWfry4t3uMCz7zEasxGPrb382KzRz +EpR/38wmnvFyXVBlWY9ps4deMm/DGIq1lY+wejfeWkU7xzbh72fROdOXW3NiGUgt +hxwG+3SYIElz8AXSG7Ggo7cbcNOIabla1jj0Ytwli3i/+Oh+uFzJlU9fpy25IGvP +a931DfSCt/SyZi4QKPaXWnuWFo8BGS1sbn85WAZkgwGDg8NNkt0yxoekN+kWzqot +aK8KgWU6cMGbrU1tVMoqLUuFG7OA5nBFDWteNfB/O7ic5ARwiRIlk9oKmSJgamNg +TnYGmE69g60dWIolhdLHZR4tjsbftsbhf4oEIRUpdPA+nJCdDC7xij5aqgwJHsfV +PKPtl8MeNPo4+QgO48BdK4PRVmrJtqhUUy54Mmc9gn900PvhtgVguXDbjgv5E1hv +cWAQUhC5wUEJ73IfZzF4/5YFjQIDAQABo2MwYTAfBgNVHSMEGDAWgBTj/i39KNAL +tbq2osS/BqoFjJP7LzAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAd +BgNVHQ4EFgQU4/4t/SjQC7W6tqLEvwaqBYyT+y8wDQYJKoZIhvcNAQELBQADggIB +ACXGumvrh8vegjmWPfBEp2uEcwPenStPuiB/vHiyz5ewG5zz13ku9Ui20vsXiObT +ej/tUxPQ4i9qecsAIyjmHjdXNYmEwnZPNDatZ8POQQaIxffu2Bq41gt/UP+TqhdL +jOztUmCypAbqTuv0axn96/Ua4CUqmtzHQTb3yHQFhDmVOdYLO6Qn+gjYXB74BGBS +ESgoA//vU2YApUo0FmZ8/Qmkrp5nGm9BC2sGE5uPhnEFtC+NiWYzKXZUmhH4J/qy +P5Hgzg0b8zAarb8iXRvTvyUFTeGSGn+ZnzxEk8rUQElsgIfXBDrDMlI1Dlb4pd19 +xIsNER9Tyx6yF7Zod1rg1MvIB671Oi6ON7fQAUtDKXeMOZePglr4UeWJoBjnaH9d +Ci77o0cOPaYjesYBx4/IXr9tgFa+iiS6M+qf4TIRnvHST4D2G0CvOJ4RUHlzEhLN +5mydLIhyPDCBBpEi6lmt2hkuIsKNuYyH4Ga8cyNfIWRjgEj1oDwYPZTISEEdQLpe +/v5WOaHIz16eGWRGENoXkbcFgKyLmZJ956LYBws2J+dIeWCKw9cTXPhyQN9Ky8+Z +AAoACxGV2lZFA4gKn2fQ1XmxqI1AbQ3CekD6819kR5LLU7m7Wc5P/dAVUwHY3+vZ +5nbv0CO7O6l5s9UCKc2Jo5YPSjXnTkLAdc0Hz+Ys63su +-----END CERTIFICATE----- + +# Issuer: CN=OISTE WISeKey Global Root GB CA O=WISeKey OU=OISTE Foundation Endorsed +# Subject: CN=OISTE WISeKey Global Root GB CA O=WISeKey OU=OISTE Foundation Endorsed +# Label: "OISTE WISeKey Global Root GB CA" +# Serial: 157768595616588414422159278966750757568 +# MD5 Fingerprint: a4:eb:b9:61:28:2e:b7:2f:98:b0:35:26:90:99:51:1d +# SHA1 Fingerprint: 0f:f9:40:76:18:d3:d7:6a:4b:98:f0:a8:35:9e:0c:fd:27:ac:cc:ed +# SHA256 Fingerprint: 6b:9c:08:e8:6e:b0:f7:67:cf:ad:65:cd:98:b6:21:49:e5:49:4a:67:f5:84:5e:7b:d1:ed:01:9f:27:b8:6b:d6 +-----BEGIN CERTIFICATE----- +MIIDtTCCAp2gAwIBAgIQdrEgUnTwhYdGs/gjGvbCwDANBgkqhkiG9w0BAQsFADBt +MQswCQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUg +Rm91bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9i +YWwgUm9vdCBHQiBDQTAeFw0xNDEyMDExNTAwMzJaFw0zOTEyMDExNTEwMzFaMG0x +CzAJBgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBG +b3VuZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2Jh +bCBSb290IEdCIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2Be3 +HEokKtaXscriHvt9OO+Y9bI5mE4nuBFde9IllIiCFSZqGzG7qFshISvYD06fWvGx +WuR51jIjK+FTzJlFXHtPrby/h0oLS5daqPZI7H17Dc0hBt+eFf1Biki3IPShehtX +1F1Q/7pn2COZH8g/497/b1t3sWtuuMlk9+HKQUYOKXHQuSP8yYFfTvdv37+ErXNk +u7dCjmn21HYdfp2nuFeKUWdy19SouJVUQHMD9ur06/4oQnc/nSMbsrY9gBQHTC5P +99UKFg29ZkM3fiNDecNAhvVMKdqOmq0NpQSHiB6F4+lT1ZvIiwNjeOvgGUpuuy9r +M2RYk61pv48b74JIxwIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUw +AwEB/zAdBgNVHQ4EFgQUNQ/INmNe4qPs+TtmFc5RUuORmj0wEAYJKwYBBAGCNxUB +BAMCAQAwDQYJKoZIhvcNAQELBQADggEBAEBM+4eymYGQfp3FsLAmzYh7KzKNbrgh +cViXfa43FK8+5/ea4n32cZiZBKpDdHij40lhPnOMTZTg+XHEthYOU3gf1qKHLwI5 +gSk8rxWYITD+KJAAjNHhy/peyP34EEY7onhCkRd0VQreUGdNZtGn//3ZwLWoo4rO +ZvUPQ82nK1d7Y0Zqqi5S2PTt4W2tKZB4SLrhI6qjiey1q5bAtEuiHZeeevJuQHHf +aPFlTc58Bd9TZaml8LGXBHAVRgOY1NK/VLSgWH1Sb9pWJmLU2NuJMW8c8CLC02Ic +Nc1MaRVUGpCY3useX8p3x8uOPUNpnJpY0CQ73xtAln41rYHHTnG6iBM= +-----END CERTIFICATE----- + +# Issuer: CN=SZAFIR ROOT CA2 O=Krajowa Izba Rozliczeniowa S.A. +# Subject: CN=SZAFIR ROOT CA2 O=Krajowa Izba Rozliczeniowa S.A. +# Label: "SZAFIR ROOT CA2" +# Serial: 357043034767186914217277344587386743377558296292 +# MD5 Fingerprint: 11:64:c1:89:b0:24:b1:8c:b1:07:7e:89:9e:51:9e:99 +# SHA1 Fingerprint: e2:52:fa:95:3f:ed:db:24:60:bd:6e:28:f3:9c:cc:cf:5e:b3:3f:de +# SHA256 Fingerprint: a1:33:9d:33:28:1a:0b:56:e5:57:d3:d3:2b:1c:e7:f9:36:7e:b0:94:bd:5f:a7:2a:7e:50:04:c8:de:d7:ca:fe +-----BEGIN CERTIFICATE----- +MIIDcjCCAlqgAwIBAgIUPopdB+xV0jLVt+O2XwHrLdzk1uQwDQYJKoZIhvcNAQEL +BQAwUTELMAkGA1UEBhMCUEwxKDAmBgNVBAoMH0tyYWpvd2EgSXpiYSBSb3psaWN6 +ZW5pb3dhIFMuQS4xGDAWBgNVBAMMD1NaQUZJUiBST09UIENBMjAeFw0xNTEwMTkw +NzQzMzBaFw0zNTEwMTkwNzQzMzBaMFExCzAJBgNVBAYTAlBMMSgwJgYDVQQKDB9L +cmFqb3dhIEl6YmEgUm96bGljemVuaW93YSBTLkEuMRgwFgYDVQQDDA9TWkFGSVIg +Uk9PVCBDQTIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC3vD5QqEvN +QLXOYeeWyrSh2gwisPq1e3YAd4wLz32ohswmUeQgPYUM1ljj5/QqGJ3a0a4m7utT +3PSQ1hNKDJA8w/Ta0o4NkjrcsbH/ON7Dui1fgLkCvUqdGw+0w8LBZwPd3BucPbOw +3gAeqDRHu5rr/gsUvTaE2g0gv/pby6kWIK05YO4vdbbnl5z5Pv1+TW9NL++IDWr6 +3fE9biCloBK0TXC5ztdyO4mTp4CEHCdJckm1/zuVnsHMyAHs6A6KCpbns6aH5db5 +BSsNl0BwPLqsdVqc1U2dAgrSS5tmS0YHF2Wtn2yIANwiieDhZNRnvDF5YTy7ykHN +XGoAyDw4jlivAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD +AgEGMB0GA1UdDgQWBBQuFqlKGLXLzPVvUPMjX/hd56zwyDANBgkqhkiG9w0BAQsF +AAOCAQEAtXP4A9xZWx126aMqe5Aosk3AM0+qmrHUuOQn/6mWmc5G4G18TKI4pAZw +8PRBEew/R40/cof5O/2kbytTAOD/OblqBw7rHRz2onKQy4I9EYKL0rufKq8h5mOG +nXkZ7/e7DDWQw4rtTw/1zBLZpD67oPwglV9PJi8RI4NOdQcPv5vRtB3pEAT+ymCP +oky4rc/hkA/NrgrHXXu3UNLUYfrVFdvXn4dRVOul4+vJhaAlIDf7js4MNIThPIGy +d05DpYhfhmehPea0XGG2Ptv+tyjFogeutcrKjSoS75ftwjCkySp6+/NNIxuZMzSg +LvWpCz/UXeHPhJ/iGcJfitYgHuNztw== +-----END CERTIFICATE----- + +# Issuer: CN=Certum Trusted Network CA 2 O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Subject: CN=Certum Trusted Network CA 2 O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Label: "Certum Trusted Network CA 2" +# Serial: 44979900017204383099463764357512596969 +# MD5 Fingerprint: 6d:46:9e:d9:25:6d:08:23:5b:5e:74:7d:1e:27:db:f2 +# SHA1 Fingerprint: d3:dd:48:3e:2b:bf:4c:05:e8:af:10:f5:fa:76:26:cf:d3:dc:30:92 +# SHA256 Fingerprint: b6:76:f2:ed:da:e8:77:5c:d3:6c:b0:f6:3c:d1:d4:60:39:61:f4:9e:62:65:ba:01:3a:2f:03:07:b6:d0:b8:04 +-----BEGIN CERTIFICATE----- +MIIF0jCCA7qgAwIBAgIQIdbQSk8lD8kyN/yqXhKN6TANBgkqhkiG9w0BAQ0FADCB +gDELMAkGA1UEBhMCUEwxIjAgBgNVBAoTGVVuaXpldG8gVGVjaG5vbG9naWVzIFMu +QS4xJzAlBgNVBAsTHkNlcnR1bSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEkMCIG +A1UEAxMbQ2VydHVtIFRydXN0ZWQgTmV0d29yayBDQSAyMCIYDzIwMTExMDA2MDgz +OTU2WhgPMjA0NjEwMDYwODM5NTZaMIGAMQswCQYDVQQGEwJQTDEiMCAGA1UEChMZ +VW5pemV0byBUZWNobm9sb2dpZXMgUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRp +ZmljYXRpb24gQXV0aG9yaXR5MSQwIgYDVQQDExtDZXJ0dW0gVHJ1c3RlZCBOZXR3 +b3JrIENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC9+Xj45tWA +DGSdhhuWZGc/IjoedQF97/tcZ4zJzFxrqZHmuULlIEub2pt7uZld2ZuAS9eEQCsn +0+i6MLs+CRqnSZXvK0AkwpfHp+6bJe+oCgCXhVqqndwpyeI1B+twTUrWwbNWuKFB +OJvR+zF/j+Bf4bE/D44WSWDXBo0Y+aomEKsq09DRZ40bRr5HMNUuctHFY9rnY3lE +fktjJImGLjQ/KUxSiyqnwOKRKIm5wFv5HdnnJ63/mgKXwcZQkpsCLL2puTRZCr+E +Sv/f/rOf69me4Jgj7KZrdxYq28ytOxykh9xGc14ZYmhFV+SQgkK7QtbwYeDBoz1m +o130GO6IyY0XRSmZMnUCMe4pJshrAua1YkV/NxVaI2iJ1D7eTiew8EAMvE0Xy02i +sx7QBlrd9pPPV3WZ9fqGGmd4s7+W/jTcvedSVuWz5XV710GRBdxdaeOVDUO5/IOW +OZV7bIBaTxNyxtd9KXpEulKkKtVBRgkg/iKgtlswjbyJDNXXcPiHUv3a76xRLgez +Tv7QCdpw75j6VuZt27VXS9zlLCUVyJ4ueE742pyehizKV/Ma5ciSixqClnrDvFAS +adgOWkaLOusm+iPJtrCBvkIApPjW/jAux9JG9uWOdf3yzLnQh1vMBhBgu4M1t15n +3kfsmUjxpKEV/q2MYo45VU85FrmxY53/twIDAQABo0IwQDAPBgNVHRMBAf8EBTAD +AQH/MB0GA1UdDgQWBBS2oVQ5AsOgP46KvPrU+Bym0ToO/TAOBgNVHQ8BAf8EBAMC +AQYwDQYJKoZIhvcNAQENBQADggIBAHGlDs7k6b8/ONWJWsQCYftMxRQXLYtPU2sQ +F/xlhMcQSZDe28cmk4gmb3DWAl45oPePq5a1pRNcgRRtDoGCERuKTsZPpd1iHkTf +CVn0W3cLN+mLIMb4Ck4uWBzrM9DPhmDJ2vuAL55MYIR4PSFk1vtBHxgP58l1cb29 +XN40hz5BsA72udY/CROWFC/emh1auVbONTqwX3BNXuMp8SMoclm2q8KMZiYcdywm +djWLKKdpoPk79SPdhRB0yZADVpHnr7pH1BKXESLjokmUbOe3lEu6LaTaM4tMpkT/ +WjzGHWTYtTHkpjx6qFcL2+1hGsvxznN3Y6SHb0xRONbkX8eftoEq5IVIeVheO/jb +AoJnwTnbw3RLPTYe+SmTiGhbqEQZIfCn6IENLOiTNrQ3ssqwGyZ6miUfmpqAnksq +P/ujmv5zMnHCnsZy4YpoJ/HkD7TETKVhk/iXEAcqMCWpuchxuO9ozC1+9eB+D4Ko +b7a6bINDd82Kkhehnlt4Fj1F4jNy3eFmypnTycUm/Q1oBEauttmbjL4ZvrHG8hnj +XALKLNhvSgfZyTXaQHXyxKcZb55CEJh15pWLYLztxRLXis7VmFxWlgPF7ncGNf/P +5O4/E2Hu29othfDNrp2yGAlFw5Khchf8R7agCyzxxN5DaAhqXzvwdmP7zAYspsbi +DrW5viSP +-----END CERTIFICATE----- + +# Issuer: CN=Hellenic Academic and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Subject: CN=Hellenic Academic and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Label: "Hellenic Academic and Research Institutions RootCA 2015" +# Serial: 0 +# MD5 Fingerprint: ca:ff:e2:db:03:d9:cb:4b:e9:0f:ad:84:fd:7b:18:ce +# SHA1 Fingerprint: 01:0c:06:95:a6:98:19:14:ff:bf:5f:c6:b0:b6:95:ea:29:e9:12:a6 +# SHA256 Fingerprint: a0:40:92:9a:02:ce:53:b4:ac:f4:f2:ff:c6:98:1c:e4:49:6f:75:5e:6d:45:fe:0b:2a:69:2b:cd:52:52:3f:36 +-----BEGIN CERTIFICATE----- +MIIGCzCCA/OgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBpjELMAkGA1UEBhMCR1Ix +DzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5k +IFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxQDA+BgNVBAMT +N0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgUm9v +dENBIDIwMTUwHhcNMTUwNzA3MTAxMTIxWhcNNDAwNjMwMTAxMTIxWjCBpjELMAkG +A1UEBhMCR1IxDzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNh +ZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkx +QDA+BgNVBAMTN0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1 +dGlvbnMgUm9vdENBIDIwMTUwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC +AQDC+Kk/G4n8PDwEXT2QNrCROnk8ZlrvbTkBSRq0t89/TSNTt5AA4xMqKKYx8ZEA +4yjsriFBzh/a/X0SWwGDD7mwX5nh8hKDgE0GPt+sr+ehiGsxr/CL0BgzuNtFajT0 +AoAkKAoCFZVedioNmToUW/bLy1O8E00BiDeUJRtCvCLYjqOWXjrZMts+6PAQZe10 +4S+nfK8nNLspfZu2zwnI5dMK/IhlZXQK3HMcXM1AsRzUtoSMTFDPaI6oWa7CJ06C +ojXdFPQf/7J31Ycvqm59JCfnxssm5uX+Zwdj2EUN3TpZZTlYepKZcj2chF6IIbjV +9Cz82XBST3i4vTwri5WY9bPRaM8gFH5MXF/ni+X1NYEZN9cRCLdmvtNKzoNXADrD +gfgXy5I2XdGj2HUb4Ysn6npIQf1FGQatJ5lOwXBH3bWfgVMS5bGMSF0xQxfjjMZ6 +Y5ZLKTBOhE5iGV48zpeQpX8B653g+IuJ3SWYPZK2fu/Z8VFRfS0myGlZYeCsargq +NhEEelC9MoS+L9xy1dcdFkfkR2YgP/SWxa+OAXqlD3pk9Q0Yh9muiNX6hME6wGko +LfINaFGq46V3xqSQDqE3izEjR8EJCOtu93ib14L8hCCZSRm2Ekax+0VVFqmjZayc +Bw/qa9wfLgZy7IaIEuQt218FL+TwA9MmM+eAws1CoRc0CwIDAQABo0IwQDAPBgNV +HRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUcRVnyMjJvXVd +ctA4GGqd83EkVAswDQYJKoZIhvcNAQELBQADggIBAHW7bVRLqhBYRjTyYtcWNl0I +XtVsyIe9tC5G8jH4fOpCtZMWVdyhDBKg2mF+D1hYc2Ryx+hFjtyp8iY/xnmMsVMI +M4GwVhO+5lFc2JsKT0ucVlMC6U/2DWDqTUJV6HwbISHTGzrMd/K4kPFox/la/vot +9L/J9UUbzjgQKjeKeaO04wlshYaT/4mWJ3iBj2fjRnRUjtkNaeJK9E10A/+yd+2V +Z5fkscWrv2oj6NSU4kQoYsRL4vDY4ilrGnB+JGGTe08DMiUNRSQrlrRGar9KC/ea +j8GsGsVn82800vpzY4zvFrCopEYq+OsS7HK07/grfoxSwIuEVPkvPuNVqNxmsdnh +X9izjFk0WaSrT2y7HxjbdavYy5LNlDhhDgcGH0tGEPEVvo2FXDtKK4F5D7Rpn0lQ +l033DlZdwJVqwjbDG2jJ9SrcR5q+ss7FJej6A7na+RZukYT1HCjI/CbM1xyQVqdf +bzoEvM14iQuODy+jqk+iGxI9FghAD/FGTNeqewjBCvVtJ94Cj8rDtSvK6evIIVM4 +pcw72Hc3MKJP2W/R8kCtQXoXxdZKNYm3QdV8hn9VTYNKpXMgwDqvkPGaJI7ZjnHK +e7iG2rKPmT4dEw0SEe7Uq/DpFXYC5ODfqiAeW2GFZECpkJcNrVPSWh2HagCXZWK0 +vm9qp/UsQu0yrbYhnr68 +-----END CERTIFICATE----- + +# Issuer: CN=Hellenic Academic and Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Subject: CN=Hellenic Academic and Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Label: "Hellenic Academic and Research Institutions ECC RootCA 2015" +# Serial: 0 +# MD5 Fingerprint: 81:e5:b4:17:eb:c2:f5:e1:4b:0d:41:7b:49:92:fe:ef +# SHA1 Fingerprint: 9f:f1:71:8d:92:d5:9a:f3:7d:74:97:b4:bc:6f:84:68:0b:ba:b6:66 +# SHA256 Fingerprint: 44:b5:45:aa:8a:25:e6:5a:73:ca:15:dc:27:fc:36:d2:4c:1c:b9:95:3a:06:65:39:b1:15:82:dc:48:7b:48:33 +-----BEGIN CERTIFICATE----- +MIICwzCCAkqgAwIBAgIBADAKBggqhkjOPQQDAjCBqjELMAkGA1UEBhMCR1IxDzAN +BgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl +c2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxRDBCBgNVBAMTO0hl +bGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgRUNDIFJv +b3RDQSAyMDE1MB4XDTE1MDcwNzEwMzcxMloXDTQwMDYzMDEwMzcxMlowgaoxCzAJ +BgNVBAYTAkdSMQ8wDQYDVQQHEwZBdGhlbnMxRDBCBgNVBAoTO0hlbGxlbmljIEFj +YWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ2VydC4gQXV0aG9yaXR5 +MUQwQgYDVQQDEztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0 +dXRpb25zIEVDQyBSb290Q0EgMjAxNTB2MBAGByqGSM49AgEGBSuBBAAiA2IABJKg +QehLgoRc4vgxEZmGZE4JJS+dQS8KrjVPdJWyUWRrjWvmP3CV8AVER6ZyOFB2lQJa +jq4onvktTpnvLEhvTCUp6NFxW98dwXU3tNf6e3pCnGoKVlp8aQuqgAkkbH7BRqNC +MEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFLQi +C4KZJAEOnLvkDv2/+5cgk5kqMAoGCCqGSM49BAMCA2cAMGQCMGfOFmI4oqxiRaep +lSTAGiecMjvAwNW6qef4BENThe5SId6d9SWDPp5YSy/XZxMOIQIwBeF1Ad5o7Sof +TUwJCA3sS61kFyjndc5FZXIhF8siQQ6ME5g4mlRtm8rifOoCWCKR +-----END CERTIFICATE----- + +# Issuer: CN=ISRG Root X1 O=Internet Security Research Group +# Subject: CN=ISRG Root X1 O=Internet Security Research Group +# Label: "ISRG Root X1" +# Serial: 172886928669790476064670243504169061120 +# MD5 Fingerprint: 0c:d2:f9:e0:da:17:73:e9:ed:86:4d:a5:e3:70:e7:4e +# SHA1 Fingerprint: ca:bd:2a:79:a1:07:6a:31:f2:1d:25:36:35:cb:03:9d:43:29:a5:e8 +# SHA256 Fingerprint: 96:bc:ec:06:26:49:76:f3:74:60:77:9a:cf:28:c5:a7:cf:e8:a3:c0:aa:e1:1a:8f:fc:ee:05:c0:bd:df:08:c6 +-----BEGIN CERTIFICATE----- +MIIFazCCA1OgAwIBAgIRAIIQz7DSQONZRGPgu2OCiwAwDQYJKoZIhvcNAQELBQAw +TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh +cmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMTUwNjA0MTEwNDM4 +WhcNMzUwNjA0MTEwNDM4WjBPMQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJu +ZXQgU2VjdXJpdHkgUmVzZWFyY2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBY +MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK3oJHP0FDfzm54rVygc +h77ct984kIxuPOZXoHj3dcKi/vVqbvYATyjb3miGbESTtrFj/RQSa78f0uoxmyF+ +0TM8ukj13Xnfs7j/EvEhmkvBioZxaUpmZmyPfjxwv60pIgbz5MDmgK7iS4+3mX6U +A5/TR5d8mUgjU+g4rk8Kb4Mu0UlXjIB0ttov0DiNewNwIRt18jA8+o+u3dpjq+sW +T8KOEUt+zwvo/7V3LvSye0rgTBIlDHCNAymg4VMk7BPZ7hm/ELNKjD+Jo2FR3qyH +B5T0Y3HsLuJvW5iB4YlcNHlsdu87kGJ55tukmi8mxdAQ4Q7e2RCOFvu396j3x+UC +B5iPNgiV5+I3lg02dZ77DnKxHZu8A/lJBdiB3QW0KtZB6awBdpUKD9jf1b0SHzUv +KBds0pjBqAlkd25HN7rOrFleaJ1/ctaJxQZBKT5ZPt0m9STJEadao0xAH0ahmbWn +OlFuhjuefXKnEgV4We0+UXgVCwOPjdAvBbI+e0ocS3MFEvzG6uBQE3xDk3SzynTn +jh8BCNAw1FtxNrQHusEwMFxIt4I7mKZ9YIqioymCzLq9gwQbooMDQaHWBfEbwrbw +qHyGO0aoSCqI3Haadr8faqU9GY/rOPNk3sgrDQoo//fb4hVC1CLQJ13hef4Y53CI +rU7m2Ys6xt0nUW7/vGT1M0NPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBR5tFnme7bl5AFzgAiIyBpY9umbbjANBgkq +hkiG9w0BAQsFAAOCAgEAVR9YqbyyqFDQDLHYGmkgJykIrGF1XIpu+ILlaS/V9lZL +ubhzEFnTIZd+50xx+7LSYK05qAvqFyFWhfFQDlnrzuBZ6brJFe+GnY+EgPbk6ZGQ +3BebYhtF8GaV0nxvwuo77x/Py9auJ/GpsMiu/X1+mvoiBOv/2X/qkSsisRcOj/KK +NFtY2PwByVS5uCbMiogziUwthDyC3+6WVwW6LLv3xLfHTjuCvjHIInNzktHCgKQ5 +ORAzI4JMPJ+GslWYHb4phowim57iaztXOoJwTdwJx4nLCgdNbOhdjsnvzqvHu7Ur +TkXWStAmzOVyyghqpZXjFaH3pO3JLF+l+/+sKAIuvtd7u+Nxe5AW0wdeRlN8NwdC +jNPElpzVmbUq4JUagEiuTDkHzsxHpFKVK7q4+63SM1N95R1NbdWhscdCb+ZAJzVc +oyi3B43njTOQ5yOf+1CceWxG1bQVs5ZufpsMljq4Ui0/1lvh+wjChP4kqKOJ2qxq +4RgqsahDYVvTH9w7jXbyLeiNdd8XM2w9U/t7y0Ff/9yi0GE44Za4rF2LN9d11TPA +mRGunUHBcnWEvgJBQl9nJEiU0Zsnvgc/ubhPgXRR4Xq37Z0j4r7g1SgEEzwxA57d +emyPxgcYxn/eR44/KJ4EBs+lVDR3veyJm+kXQ99b21/+jh5Xos1AnX5iItreGCc= +-----END CERTIFICATE----- + +# Issuer: O=FNMT-RCM OU=AC RAIZ FNMT-RCM +# Subject: O=FNMT-RCM OU=AC RAIZ FNMT-RCM +# Label: "AC RAIZ FNMT-RCM" +# Serial: 485876308206448804701554682760554759 +# MD5 Fingerprint: e2:09:04:b4:d3:bd:d1:a0:14:fd:1a:d2:47:c4:57:1d +# SHA1 Fingerprint: ec:50:35:07:b2:15:c4:95:62:19:e2:a8:9a:5b:42:99:2c:4c:2c:20 +# SHA256 Fingerprint: eb:c5:57:0c:29:01:8c:4d:67:b1:aa:12:7b:af:12:f7:03:b4:61:1e:bc:17:b7:da:b5:57:38:94:17:9b:93:fa +-----BEGIN CERTIFICATE----- +MIIFgzCCA2ugAwIBAgIPXZONMGc2yAYdGsdUhGkHMA0GCSqGSIb3DQEBCwUAMDsx +CzAJBgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJ +WiBGTk1ULVJDTTAeFw0wODEwMjkxNTU5NTZaFw0zMDAxMDEwMDAwMDBaMDsxCzAJ +BgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJWiBG +Tk1ULVJDTTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBALpxgHpMhm5/ +yBNtwMZ9HACXjywMI7sQmkCpGreHiPibVmr75nuOi5KOpyVdWRHbNi63URcfqQgf +BBckWKo3Shjf5TnUV/3XwSyRAZHiItQDwFj8d0fsjz50Q7qsNI1NOHZnjrDIbzAz +WHFctPVrbtQBULgTfmxKo0nRIBnuvMApGGWn3v7v3QqQIecaZ5JCEJhfTzC8PhxF +tBDXaEAUwED653cXeuYLj2VbPNmaUtu1vZ5Gzz3rkQUCwJaydkxNEJY7kvqcfw+Z +374jNUUeAlz+taibmSXaXvMiwzn15Cou08YfxGyqxRxqAQVKL9LFwag0Jl1mpdIC +IfkYtwb1TplvqKtMUejPUBjFd8g5CSxJkjKZqLsXF3mwWsXmo8RZZUc1g16p6DUL +mbvkzSDGm0oGObVo/CK67lWMK07q87Hj/LaZmtVC+nFNCM+HHmpxffnTtOmlcYF7 +wk5HlqX2doWjKI/pgG6BU6VtX7hI+cL5NqYuSf+4lsKMB7ObiFj86xsc3i1w4peS +MKGJ47xVqCfWS+2QrYv6YyVZLag13cqXM7zlzced0ezvXg5KkAYmY6252TUtB7p2 +ZSysV4999AeU14ECll2jB0nVetBX+RvnU0Z1qrB5QstocQjpYL05ac70r8NWQMet +UqIJ5G+GR4of6ygnXYMgrwTJbFaai0b1AgMBAAGjgYMwgYAwDwYDVR0TAQH/BAUw +AwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFPd9xf3E6Jobd2Sn9R2gzL+H +YJptMD4GA1UdIAQ3MDUwMwYEVR0gADArMCkGCCsGAQUFBwIBFh1odHRwOi8vd3d3 +LmNlcnQuZm5tdC5lcy9kcGNzLzANBgkqhkiG9w0BAQsFAAOCAgEAB5BK3/MjTvDD +nFFlm5wioooMhfNzKWtN/gHiqQxjAb8EZ6WdmF/9ARP67Jpi6Yb+tmLSbkyU+8B1 +RXxlDPiyN8+sD8+Nb/kZ94/sHvJwnvDKuO+3/3Y3dlv2bojzr2IyIpMNOmqOFGYM +LVN0V2Ue1bLdI4E7pWYjJ2cJj+F3qkPNZVEI7VFY/uY5+ctHhKQV8Xa7pO6kO8Rf +77IzlhEYt8llvhjho6Tc+hj507wTmzl6NLrTQfv6MooqtyuGC2mDOL7Nii4LcK2N +JpLuHvUBKwrZ1pebbuCoGRw6IYsMHkCtA+fdZn71uSANA+iW+YJF1DngoABd15jm +fZ5nc8OaKveri6E6FO80vFIOiZiaBECEHX5FaZNXzuvO+FB8TxxuBEOb+dY7Ixjp +6o7RTUaN8Tvkasq6+yO3m/qZASlaWFot4/nUbQ4mrcFuNLwy+AwF+mWj2zs3gyLp +1txyM/1d8iC9djwj2ij3+RvrWWTV3F9yfiD8zYm1kGdNYno/Tq0dwzn+evQoFt9B +9kiABdcPUXmsEKvU7ANm5mqwujGSQkBqvjrTcuFqN1W8rB2Vt2lh8kORdOag0wok +RqEIr9baRRmW1FMdW4R58MD3R++Lj8UGrp1MYp3/RgT408m2ECVAdf4WqslKYIYv +uu8wd+RU4riEmViAqhOLUTpPSPaLtrM= +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 1 O=Amazon +# Subject: CN=Amazon Root CA 1 O=Amazon +# Label: "Amazon Root CA 1" +# Serial: 143266978916655856878034712317230054538369994 +# MD5 Fingerprint: 43:c6:bf:ae:ec:fe:ad:2f:18:c6:88:68:30:fc:c8:e6 +# SHA1 Fingerprint: 8d:a7:f9:65:ec:5e:fc:37:91:0f:1c:6e:59:fd:c1:cc:6a:6e:de:16 +# SHA256 Fingerprint: 8e:cd:e6:88:4f:3d:87:b1:12:5b:a3:1a:c3:fc:b1:3d:70:16:de:7f:57:cc:90:4f:e1:cb:97:c6:ae:98:19:6e +-----BEGIN CERTIFICATE----- +MIIDQTCCAimgAwIBAgITBmyfz5m/jAo54vB4ikPmljZbyjANBgkqhkiG9w0BAQsF +ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6 +b24gUm9vdCBDQSAxMB4XDTE1MDUyNjAwMDAwMFoXDTM4MDExNzAwMDAwMFowOTEL +MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv +b3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXj +ca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM +9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qw +IFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6 +VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L +93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQm +jgSubJrIqg0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC +AYYwHQYDVR0OBBYEFIQYzIU07LwMlJQuCFmcx7IQTgoIMA0GCSqGSIb3DQEBCwUA +A4IBAQCY8jdaQZChGsV2USggNiMOruYou6r4lK5IpDB/G/wkjUu0yKGX9rbxenDI +U5PMCCjjmCXPI6T53iHTfIUJrU6adTrCC2qJeHZERxhlbI1Bjjt/msv0tadQ1wUs +N+gDS63pYaACbvXy8MWy7Vu33PqUXHeeE6V/Uq2V8viTO96LXFvKWlJbYK8U90vv +o/ufQJVtMVT8QtPHRh8jrdkPSHCa2XV4cdFyQzR1bldZwgJcJmApzyMZFo6IQ6XU +5MsI+yMRQ+hDKXJioaldXgjUkK642M4UwtBV8ob2xJNDd2ZhwLnoQdeXeGADbkpy +rqXRfboQnoZsG4q5WTP468SQvvG5 +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 2 O=Amazon +# Subject: CN=Amazon Root CA 2 O=Amazon +# Label: "Amazon Root CA 2" +# Serial: 143266982885963551818349160658925006970653239 +# MD5 Fingerprint: c8:e5:8d:ce:a8:42:e2:7a:c0:2a:5c:7c:9e:26:bf:66 +# SHA1 Fingerprint: 5a:8c:ef:45:d7:a6:98:59:76:7a:8c:8b:44:96:b5:78:cf:47:4b:1a +# SHA256 Fingerprint: 1b:a5:b2:aa:8c:65:40:1a:82:96:01:18:f8:0b:ec:4f:62:30:4d:83:ce:c4:71:3a:19:c3:9c:01:1e:a4:6d:b4 +-----BEGIN CERTIFICATE----- +MIIFQTCCAymgAwIBAgITBmyf0pY1hp8KD+WGePhbJruKNzANBgkqhkiG9w0BAQwF +ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6 +b24gUm9vdCBDQSAyMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTEL +MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv +b3QgQ0EgMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK2Wny2cSkxK +gXlRmeyKy2tgURO8TW0G/LAIjd0ZEGrHJgw12MBvIITplLGbhQPDW9tK6Mj4kHbZ +W0/jTOgGNk3Mmqw9DJArktQGGWCsN0R5hYGCrVo34A3MnaZMUnbqQ523BNFQ9lXg +1dKmSYXpN+nKfq5clU1Imj+uIFptiJXZNLhSGkOQsL9sBbm2eLfq0OQ6PBJTYv9K +8nu+NQWpEjTj82R0Yiw9AElaKP4yRLuH3WUnAnE72kr3H9rN9yFVkE8P7K6C4Z9r +2UXTu/Bfh+08LDmG2j/e7HJV63mjrdvdfLC6HM783k81ds8P+HgfajZRRidhW+me +z/CiVX18JYpvL7TFz4QuK/0NURBs+18bvBt+xa47mAExkv8LV/SasrlX6avvDXbR +8O70zoan4G7ptGmh32n2M8ZpLpcTnqWHsFcQgTfJU7O7f/aS0ZzQGPSSbtqDT6Zj +mUyl+17vIWR6IF9sZIUVyzfpYgwLKhbcAS4y2j5L9Z469hdAlO+ekQiG+r5jqFoz +7Mt0Q5X5bGlSNscpb/xVA1wf+5+9R+vnSUeVC06JIglJ4PVhHvG/LopyboBZ/1c6 ++XUyo05f7O0oYtlNc/LMgRdg7c3r3NunysV+Ar3yVAhU/bQtCSwXVEqY0VThUWcI +0u1ufm8/0i2BWSlmy5A5lREedCf+3euvAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMB +Af8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSwDPBMMPQFWAJI/TPlUq9LhONm +UjANBgkqhkiG9w0BAQwFAAOCAgEAqqiAjw54o+Ci1M3m9Zh6O+oAA7CXDpO8Wqj2 +LIxyh6mx/H9z/WNxeKWHWc8w4Q0QshNabYL1auaAn6AFC2jkR2vHat+2/XcycuUY ++gn0oJMsXdKMdYV2ZZAMA3m3MSNjrXiDCYZohMr/+c8mmpJ5581LxedhpxfL86kS +k5Nrp+gvU5LEYFiwzAJRGFuFjWJZY7attN6a+yb3ACfAXVU3dJnJUH/jWS5E4ywl +7uxMMne0nxrpS10gxdr9HIcWxkPo1LsmmkVwXqkLN1PiRnsn/eBG8om3zEK2yygm +btmlyTrIQRNg91CMFa6ybRoVGld45pIq2WWQgj9sAq+uEjonljYE1x2igGOpm/Hl +urR8FLBOybEfdF849lHqm/osohHUqS0nGkWxr7JOcQ3AWEbWaQbLU8uz/mtBzUF+ +fUwPfHJ5elnNXkoOrJupmHN5fLT0zLm4BwyydFy4x2+IoZCn9Kr5v2c69BoVYh63 +n749sSmvZ6ES8lgQGVMDMBu4Gon2nL2XA46jCfMdiyHxtN/kHNGfZQIG6lzWE7OE +76KlXIx3KadowGuuQNKotOrN8I1LOJwZmhsoVLiJkO/KdYE+HvJkJMcYr07/R54H +9jVlpNMKVv/1F2Rs76giJUmTtt8AF9pYfl3uxRuw0dFfIRDH+fO6AgonB8Xx1sfT +4PsJYGw= +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 3 O=Amazon +# Subject: CN=Amazon Root CA 3 O=Amazon +# Label: "Amazon Root CA 3" +# Serial: 143266986699090766294700635381230934788665930 +# MD5 Fingerprint: a0:d4:ef:0b:f7:b5:d8:49:95:2a:ec:f5:c4:fc:81:87 +# SHA1 Fingerprint: 0d:44:dd:8c:3c:8c:1a:1a:58:75:64:81:e9:0f:2e:2a:ff:b3:d2:6e +# SHA256 Fingerprint: 18:ce:6c:fe:7b:f1:4e:60:b2:e3:47:b8:df:e8:68:cb:31:d0:2e:bb:3a:da:27:15:69:f5:03:43:b4:6d:b3:a4 +-----BEGIN CERTIFICATE----- +MIIBtjCCAVugAwIBAgITBmyf1XSXNmY/Owua2eiedgPySjAKBggqhkjOPQQDAjA5 +MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g +Um9vdCBDQSAzMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG +A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg +Q0EgMzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABCmXp8ZBf8ANm+gBG1bG8lKl +ui2yEujSLtf6ycXYqm0fc4E7O5hrOXwzpcVOho6AF2hiRVd9RFgdszflZwjrZt6j +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSr +ttvXBp43rDCGB5Fwx5zEGbF4wDAKBggqhkjOPQQDAgNJADBGAiEA4IWSoxe3jfkr +BqWTrBqYaGFy+uGh0PsceGCmQ5nFuMQCIQCcAu/xlJyzlvnrxir4tiz+OpAUFteM +YyRIHN8wfdVoOw== +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 4 O=Amazon +# Subject: CN=Amazon Root CA 4 O=Amazon +# Label: "Amazon Root CA 4" +# Serial: 143266989758080763974105200630763877849284878 +# MD5 Fingerprint: 89:bc:27:d5:eb:17:8d:06:6a:69:d5:fd:89:47:b4:cd +# SHA1 Fingerprint: f6:10:84:07:d6:f8:bb:67:98:0c:c2:e2:44:c2:eb:ae:1c:ef:63:be +# SHA256 Fingerprint: e3:5d:28:41:9e:d0:20:25:cf:a6:90:38:cd:62:39:62:45:8d:a5:c6:95:fb:de:a3:c2:2b:0b:fb:25:89:70:92 +-----BEGIN CERTIFICATE----- +MIIB8jCCAXigAwIBAgITBmyf18G7EEwpQ+Vxe3ssyBrBDjAKBggqhkjOPQQDAzA5 +MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g +Um9vdCBDQSA0MB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG +A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg +Q0EgNDB2MBAGByqGSM49AgEGBSuBBAAiA2IABNKrijdPo1MN/sGKe0uoe0ZLY7Bi +9i0b2whxIdIA6GO9mif78DluXeo9pcmBqqNbIJhFXRbb/egQbeOc4OO9X4Ri83Bk +M6DLJC9wuoihKqB1+IGuYgbEgds5bimwHvouXKNCMEAwDwYDVR0TAQH/BAUwAwEB +/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFNPsxzplbszh2naaVvuc84ZtV+WB +MAoGCCqGSM49BAMDA2gAMGUCMDqLIfG9fhGt0O9Yli/W651+kI0rz2ZVwyzjKKlw +CkcO8DdZEv8tmZQoTipPNU0zWgIxAOp1AE47xDqUEpHJWEadIRNyp4iciuRMStuW +1KyLa2tJElMzrdfkviT8tQp21KW8EA== +-----END CERTIFICATE----- + +# Issuer: CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK OU=Kamu Sertifikasyon Merkezi - Kamu SM +# Subject: CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK OU=Kamu Sertifikasyon Merkezi - Kamu SM +# Label: "TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1" +# Serial: 1 +# MD5 Fingerprint: dc:00:81:dc:69:2f:3e:2f:b0:3b:f6:3d:5a:91:8e:49 +# SHA1 Fingerprint: 31:43:64:9b:ec:ce:27:ec:ed:3a:3f:0b:8f:0d:e4:e8:91:dd:ee:ca +# SHA256 Fingerprint: 46:ed:c3:68:90:46:d5:3a:45:3f:b3:10:4a:b8:0d:ca:ec:65:8b:26:60:ea:16:29:dd:7e:86:79:90:64:87:16 +-----BEGIN CERTIFICATE----- +MIIEYzCCA0ugAwIBAgIBATANBgkqhkiG9w0BAQsFADCB0jELMAkGA1UEBhMCVFIx +GDAWBgNVBAcTD0dlYnplIC0gS29jYWVsaTFCMEAGA1UEChM5VHVya2l5ZSBCaWxp +bXNlbCB2ZSBUZWtub2xvamlrIEFyYXN0aXJtYSBLdXJ1bXUgLSBUVUJJVEFLMS0w +KwYDVQQLEyRLYW11IFNlcnRpZmlrYXN5b24gTWVya2V6aSAtIEthbXUgU00xNjA0 +BgNVBAMTLVRVQklUQUsgS2FtdSBTTSBTU0wgS29rIFNlcnRpZmlrYXNpIC0gU3Vy +dW0gMTAeFw0xMzExMjUwODI1NTVaFw00MzEwMjUwODI1NTVaMIHSMQswCQYDVQQG +EwJUUjEYMBYGA1UEBxMPR2ViemUgLSBLb2NhZWxpMUIwQAYDVQQKEzlUdXJraXll +IEJpbGltc2VsIHZlIFRla25vbG9qaWsgQXJhc3Rpcm1hIEt1cnVtdSAtIFRVQklU +QUsxLTArBgNVBAsTJEthbXUgU2VydGlmaWthc3lvbiBNZXJrZXppIC0gS2FtdSBT +TTE2MDQGA1UEAxMtVFVCSVRBSyBLYW11IFNNIFNTTCBLb2sgU2VydGlmaWthc2kg +LSBTdXJ1bSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr3UwM6q7 +a9OZLBI3hNmNe5eA027n/5tQlT6QlVZC1xl8JoSNkvoBHToP4mQ4t4y86Ij5iySr +LqP1N+RAjhgleYN1Hzv/bKjFxlb4tO2KRKOrbEz8HdDc72i9z+SqzvBV96I01INr +N3wcwv61A+xXzry0tcXtAA9TNypN9E8Mg/uGz8v+jE69h/mniyFXnHrfA2eJLJ2X +YacQuFWQfw4tJzh03+f92k4S400VIgLI4OD8D62K18lUUMw7D8oWgITQUVbDjlZ/ +iSIzL+aFCr2lqBs23tPcLG07xxO9WSMs5uWk99gL7eqQQESolbuT1dCANLZGeA4f +AJNG4e7p+exPFwIDAQABo0IwQDAdBgNVHQ4EFgQUZT/HiobGPN08VFw1+DrtUgxH +V8gwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL +BQADggEBACo/4fEyjq7hmFxLXs9rHmoJ0iKpEsdeV31zVmSAhHqT5Am5EM2fKifh +AHe+SMg1qIGf5LgsyX8OsNJLN13qudULXjS99HMpw+0mFZx+CFOKWI3QSyjfwbPf +IPP54+M638yclNhOT8NrF7f3cuitZjO1JVOr4PhMqZ398g26rrnZqsZr+ZO7rqu4 +lzwDGrpDxpa5RXI4s6ehlj2Re37AIVNMh+3yC1SVUZPVIqUNivGTDj5UDrDYyU7c +8jEyVupk+eq1nRZmQnLzf9OxMUP8pI4X8W0jq5Rm+K37DwhuJi1/FwcJsoz7UMCf +lo3Ptv0AnVoUmr8CRPXBwp8iXqIPoeM= +-----END CERTIFICATE----- + +# Issuer: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD. +# Subject: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD. +# Label: "GDCA TrustAUTH R5 ROOT" +# Serial: 9009899650740120186 +# MD5 Fingerprint: 63:cc:d9:3d:34:35:5c:6f:53:a3:e2:08:70:48:1f:b4 +# SHA1 Fingerprint: 0f:36:38:5b:81:1a:25:c3:9b:31:4e:83:ca:e9:34:66:70:cc:74:b4 +# SHA256 Fingerprint: bf:ff:8f:d0:44:33:48:7d:6a:8a:a6:0c:1a:29:76:7a:9f:c2:bb:b0:5e:42:0f:71:3a:13:b9:92:89:1d:38:93 +-----BEGIN CERTIFICATE----- +MIIFiDCCA3CgAwIBAgIIfQmX/vBH6nowDQYJKoZIhvcNAQELBQAwYjELMAkGA1UE +BhMCQ04xMjAwBgNVBAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZ +IENPLixMVEQuMR8wHQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMB4XDTE0 +MTEyNjA1MTMxNVoXDTQwMTIzMTE1NTk1OVowYjELMAkGA1UEBhMCQ04xMjAwBgNV +BAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZIENPLixMVEQuMR8w +HQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMIICIjANBgkqhkiG9w0BAQEF +AAOCAg8AMIICCgKCAgEA2aMW8Mh0dHeb7zMNOwZ+Vfy1YI92hhJCfVZmPoiC7XJj +Dp6L3TQsAlFRwxn9WVSEyfFrs0yw6ehGXTjGoqcuEVe6ghWinI9tsJlKCvLriXBj +TnnEt1u9ol2x8kECK62pOqPseQrsXzrj/e+APK00mxqriCZ7VqKChh/rNYmDf1+u +KU49tm7srsHwJ5uu4/Ts765/94Y9cnrrpftZTqfrlYwiOXnhLQiPzLyRuEH3FMEj +qcOtmkVEs7LXLM3GKeJQEK5cy4KOFxg2fZfmiJqwTTQJ9Cy5WmYqsBebnh52nUpm +MUHfP/vFBu8btn4aRjb3ZGM74zkYI+dndRTVdVeSN72+ahsmUPI2JgaQxXABZG12 +ZuGR224HwGGALrIuL4xwp9E7PLOR5G62xDtw8mySlwnNR30YwPO7ng/Wi64HtloP +zgsMR6flPri9fcebNaBhlzpBdRfMK5Z3KpIhHtmVdiBnaM8Nvd/WHwlqmuLMc3Gk +L30SgLdTMEZeS1SZD2fJpcjyIMGC7J0R38IC+xo70e0gmu9lZJIQDSri3nDxGGeC +jGHeuLzRL5z7D9Ar7Rt2ueQ5Vfj4oR24qoAATILnsn8JuLwwoC8N9VKejveSswoA +HQBUlwbgsQfZxw9cZX08bVlX5O2ljelAU58VS6Bx9hoh49pwBiFYFIeFd3mqgnkC +AwEAAaNCMEAwHQYDVR0OBBYEFOLJQJ9NzuiaoXzPDj9lxSmIahlRMA8GA1UdEwEB +/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQDRSVfg +p8xoWLoBDysZzY2wYUWsEe1jUGn4H3++Fo/9nesLqjJHdtJnJO29fDMylyrHBYZm +DRd9FBUb1Ov9H5r2XpdptxolpAqzkT9fNqyL7FeoPueBihhXOYV0GkLH6VsTX4/5 +COmSdI31R9KrO9b7eGZONn356ZLpBN79SWP8bfsUcZNnL0dKt7n/HipzcEYwv1ry +L3ml4Y0M2fmyYzeMN2WFcGpcWwlyua1jPLHd+PwyvzeG5LuOmCd+uh8W4XAR8gPf +JWIyJyYYMoSf/wA6E7qaTfRPuBRwIrHKK5DOKcFw9C+df/KQHtZa37dG/OaG+svg +IHZ6uqbL9XzeYqWxi+7egmaKTjowHz+Ay60nugxe19CxVsp3cbK1daFQqUBDF8Io +2c9Si1vIY9RCPqAzekYu9wogRlR+ak8x8YF+QnQ4ZXMn7sZ8uI7XpTrXmKGcjBBV +09tL7ECQ8s1uV9JiDnxXk7Gnbc2dg7sq5+W2O3FYrf3RRbxake5TFW/TRQl1brqQ +XR4EzzffHqhmsYzmIGrv/EhOdJhCrylvLmrH+33RZjEizIYAfmaDDEL0vTSSwxrq +T8p+ck0LcIymSLumoRT2+1hEmRSuqguTaaApJUqlyyvdimYHFngVV3Eb7PVHhPOe +MTd61X8kreS8/f3MboPoDKi3QWwH3b08hpcv0g== +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com Root Certification Authority RSA O=SSL Corporation +# Subject: CN=SSL.com Root Certification Authority RSA O=SSL Corporation +# Label: "SSL.com Root Certification Authority RSA" +# Serial: 8875640296558310041 +# MD5 Fingerprint: 86:69:12:c0:70:f1:ec:ac:ac:c2:d5:bc:a5:5b:a1:29 +# SHA1 Fingerprint: b7:ab:33:08:d1:ea:44:77:ba:14:80:12:5a:6f:bd:a9:36:49:0c:bb +# SHA256 Fingerprint: 85:66:6a:56:2e:e0:be:5c:e9:25:c1:d8:89:0a:6f:76:a8:7e:c1:6d:4d:7d:5f:29:ea:74:19:cf:20:12:3b:69 +-----BEGIN CERTIFICATE----- +MIIF3TCCA8WgAwIBAgIIeyyb0xaAMpkwDQYJKoZIhvcNAQELBQAwfDELMAkGA1UE +BhMCVVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQK +DA9TU0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eSBSU0EwHhcNMTYwMjEyMTczOTM5WhcNNDEwMjEyMTcz +OTM5WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv +dXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNv +bSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFJTQTCCAiIwDQYJKoZIhvcN +AQEBBQADggIPADCCAgoCggIBAPkP3aMrfcvQKv7sZ4Wm5y4bunfh4/WvpOz6Sl2R +xFdHaxh3a3by/ZPkPQ/CFp4LZsNWlJ4Xg4XOVu/yFv0AYvUiCVToZRdOQbngT0aX +qhvIuG5iXmmxX9sqAn78bMrzQdjt0Oj8P2FI7bADFB0QDksZ4LtO7IZl/zbzXmcC +C52GVWH9ejjt/uIZALdvoVBidXQ8oPrIJZK0bnoix/geoeOy3ZExqysdBP+lSgQ3 +6YWkMyv94tZVNHwZpEpox7Ko07fKoZOI68GXvIz5HdkihCR0xwQ9aqkpk8zruFvh +/l8lqjRYyMEjVJ0bmBHDOJx+PYZspQ9AhnwC9FwCTyjLrnGfDzrIM/4RJTXq/LrF +YD3ZfBjVsqnTdXgDciLKOsMf7yzlLqn6niy2UUb9rwPW6mBo6oUWNmuF6R7As93E +JNyAKoFBbZQ+yODJgUEAnl6/f8UImKIYLEJAs/lvOCdLToD0PYFH4Ih86hzOtXVc +US4cK38acijnALXRdMbX5J+tB5O2UzU1/Dfkw/ZdFr4hc96SCvigY2q8lpJqPvi8 +ZVWb3vUNiSYE/CUapiVpy8JtynziWV+XrOvvLsi81xtZPCvM8hnIk2snYxnP/Okm ++Mpxm3+T/jRnhE6Z6/yzeAkzcLpmpnbtG3PrGqUNxCITIJRWCk4sbE6x/c+cCbqi +M+2HAgMBAAGjYzBhMB0GA1UdDgQWBBTdBAkHovV6fVJTEpKV7jiAJQ2mWTAPBgNV +HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFN0ECQei9Xp9UlMSkpXuOIAlDaZZMA4G +A1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAIBgRlCn7Jp0cHh5wYfGV +cpNxJK1ok1iOMq8bs3AD/CUrdIWQPXhq9LmLpZc7tRiRux6n+UBbkflVma8eEdBc +Hadm47GUBwwyOabqG7B52B2ccETjit3E+ZUfijhDPwGFpUenPUayvOUiaPd7nNgs +PgohyC0zrL/FgZkxdMF1ccW+sfAjRfSda/wZY52jvATGGAslu1OJD7OAUN5F7kR/ +q5R4ZJjT9ijdh9hwZXT7DrkT66cPYakylszeu+1jTBi7qUD3oFRuIIhxdRjqerQ0 +cuAjJ3dctpDqhiVAq+8zD8ufgr6iIPv2tS0a5sKFsXQP+8hlAqRSAUfdSSLBv9jr +a6x+3uxjMxW3IwiPxg+NQVrdjsW5j+VFP3jbutIbQLH+cU0/4IGiul607BXgk90I +H37hVZkLId6Tngr75qNJvTYw/ud3sqB1l7UtgYgXZSD32pAAn8lSzDLKNXz1PQ/Y +K9f1JmzJBjSWFupwWRoyeXkLtoh/D1JIPb9s2KJELtFOt3JY04kTlf5Eq/jXixtu +nLwsoFvVagCvXzfh1foQC5ichucmj87w7G6KVwuA406ywKBjYZC6VWg3dGq2ktuf +oYYitmUnDuy2n0Jg5GfCtdpBC8TTi2EbvPofkSvXRAdeuims2cXp71NIWuuA8ShY +Ic2wBlX7Jz9TkHCpBB5XJ7k= +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com Root Certification Authority ECC O=SSL Corporation +# Subject: CN=SSL.com Root Certification Authority ECC O=SSL Corporation +# Label: "SSL.com Root Certification Authority ECC" +# Serial: 8495723813297216424 +# MD5 Fingerprint: 2e:da:e4:39:7f:9c:8f:37:d1:70:9f:26:17:51:3a:8e +# SHA1 Fingerprint: c3:19:7c:39:24:e6:54:af:1b:c4:ab:20:95:7a:e2:c3:0e:13:02:6a +# SHA256 Fingerprint: 34:17:bb:06:cc:60:07:da:1b:96:1c:92:0b:8a:b4:ce:3f:ad:82:0e:4a:a3:0b:9a:cb:c4:a7:4e:bd:ce:bc:65 +-----BEGIN CERTIFICATE----- +MIICjTCCAhSgAwIBAgIIdebfy8FoW6gwCgYIKoZIzj0EAwIwfDELMAkGA1UEBhMC +VVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T +U0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZpY2F0 +aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNDAzWhcNNDEwMjEyMTgxNDAz +WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hvdXN0 +b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNvbSBS +b290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49AgEGBSuB +BAAiA2IABEVuqVDEpiM2nl8ojRfLliJkP9x6jh3MCLOicSS6jkm5BBtHllirLZXI +7Z4INcgn64mMU1jrYor+8FsPazFSY0E7ic3s7LaNGdM0B9y7xgZ/wkWV7Mt/qCPg +CemB+vNH06NjMGEwHQYDVR0OBBYEFILRhXMw5zUE044CkvvlpNHEIejNMA8GA1Ud +EwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUgtGFczDnNQTTjgKS++Wk0cQh6M0wDgYD +VR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2cAMGQCMG/n61kRpGDPYbCWe+0F+S8T +kdzt5fxQaxFGRrMcIQBiu77D5+jNB5n5DQtdcj7EqgIwH7y6C+IwJPt8bYBVCpk+ +gA0z5Wajs6O7pdWLjwkspl1+4vAHCGht0nxpbl/f5Wpl +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com EV Root Certification Authority RSA R2 O=SSL Corporation +# Subject: CN=SSL.com EV Root Certification Authority RSA R2 O=SSL Corporation +# Label: "SSL.com EV Root Certification Authority RSA R2" +# Serial: 6248227494352943350 +# MD5 Fingerprint: e1:1e:31:58:1a:ae:54:53:02:f6:17:6a:11:7b:4d:95 +# SHA1 Fingerprint: 74:3a:f0:52:9b:d0:32:a0:f4:4a:83:cd:d4:ba:a9:7b:7c:2e:c4:9a +# SHA256 Fingerprint: 2e:7b:f1:6c:c2:24:85:a7:bb:e2:aa:86:96:75:07:61:b0:ae:39:be:3b:2f:e9:d0:cc:6d:4e:f7:34:91:42:5c +-----BEGIN CERTIFICATE----- +MIIF6zCCA9OgAwIBAgIIVrYpzTS8ePYwDQYJKoZIhvcNAQELBQAwgYIxCzAJBgNV +BAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UE +CgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQDDC5TU0wuY29tIEVWIFJvb3QgQ2Vy +dGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIyMB4XDTE3MDUzMTE4MTQzN1oXDTQy +MDUzMDE4MTQzN1owgYIxCzAJBgNVBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4G +A1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQD +DC5TU0wuY29tIEVWIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIy +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAjzZlQOHWTcDXtOlG2mvq +M0fNTPl9fb69LT3w23jhhqXZuglXaO1XPqDQCEGD5yhBJB/jchXQARr7XnAjssuf +OePPxU7Gkm0mxnu7s9onnQqG6YE3Bf7wcXHswxzpY6IXFJ3vG2fThVUCAtZJycxa +4bH3bzKfydQ7iEGonL3Lq9ttewkfokxykNorCPzPPFTOZw+oz12WGQvE43LrrdF9 +HSfvkusQv1vrO6/PgN3B0pYEW3p+pKk8OHakYo6gOV7qd89dAFmPZiw+B6KjBSYR +aZfqhbcPlgtLyEDhULouisv3D5oi53+aNxPN8k0TayHRwMwi8qFG9kRpnMphNQcA +b9ZhCBHqurj26bNg5U257J8UZslXWNvNh2n4ioYSA0e/ZhN2rHd9NCSFg83XqpyQ +Gp8hLH94t2S42Oim9HizVcuE0jLEeK6jj2HdzghTreyI/BXkmg3mnxp3zkyPuBQV +PWKchjgGAGYS5Fl2WlPAApiiECtoRHuOec4zSnaqW4EWG7WK2NAAe15itAnWhmMO +pgWVSbooi4iTsjQc2KRVbrcc0N6ZVTsj9CLg+SlmJuwgUHfbSguPvuUCYHBBXtSu +UDkiFCbLsjtzdFVHB3mBOagwE0TlBIqulhMlQg+5U8Sb/M3kHN48+qvWBkofZ6aY +MBzdLNvcGJVXZsb/XItW9XcCAwEAAaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAfBgNV +HSMEGDAWgBT5YLvU49U09rj1BoAlp3PbRmmonjAdBgNVHQ4EFgQU+WC71OPVNPa4 +9QaAJadz20ZpqJ4wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQBW +s47LCp1Jjr+kxJG7ZhcFUZh1++VQLHqe8RT6q9OKPv+RKY9ji9i0qVQBDb6Thi/5 +Sm3HXvVX+cpVHBK+Rw82xd9qt9t1wkclf7nxY/hoLVUE0fKNsKTPvDxeH3jnpaAg +cLAExbf3cqfeIg29MyVGjGSSJuM+LmOW2puMPfgYCdcDzH2GguDKBAdRUNf/ktUM +79qGn5nX67evaOI5JpS6aLe/g9Pqemc9YmeuJeVy6OLk7K4S9ksrPJ/psEDzOFSz +/bdoyNrGj1E8svuR3Bznm53htw1yj+KkxKl4+esUrMZDBcJlOSgYAsOCsp0FvmXt +ll9ldDz7CTUue5wT/RsPXcdtgTpWD8w74a8CLyKsRspGPKAcTNZEtF4uXBVmCeEm +Kf7GUmG6sXP/wwyc5WxqlD8UykAWlYTzWamsX0xhk23RO8yilQwipmdnRC652dKK +QbNmC1r7fSOl8hqw/96bg5Qu0T/fkreRrwU7ZcegbLHNYhLDkBvjJc40vG93drEQ +w/cFGsDWr3RiSBd3kmmQYRzelYB0VI8YHMPzA9C/pEN1hlMYegouCRw2n5H9gooi +S9EOUCXdywMMF8mDAAhONU2Ki+3wApRmLER/y5UnlhetCTCstnEXbosX9hwJ1C07 +mKVx01QT2WDz9UtmT/rx7iASjbSsV7FFY6GsdqnC+w== +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com EV Root Certification Authority ECC O=SSL Corporation +# Subject: CN=SSL.com EV Root Certification Authority ECC O=SSL Corporation +# Label: "SSL.com EV Root Certification Authority ECC" +# Serial: 3182246526754555285 +# MD5 Fingerprint: 59:53:22:65:83:42:01:54:c0:ce:42:b9:5a:7c:f2:90 +# SHA1 Fingerprint: 4c:dd:51:a3:d1:f5:20:32:14:b0:c6:c5:32:23:03:91:c7:46:42:6d +# SHA256 Fingerprint: 22:a2:c1:f7:bd:ed:70:4c:c1:e7:01:b5:f4:08:c3:10:88:0f:e9:56:b5:de:2a:4a:44:f9:9c:87:3a:25:a7:c8 +-----BEGIN CERTIFICATE----- +MIIClDCCAhqgAwIBAgIILCmcWxbtBZUwCgYIKoZIzj0EAwIwfzELMAkGA1UEBhMC +VVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T +U0wgQ29ycG9yYXRpb24xNDAyBgNVBAMMK1NTTC5jb20gRVYgUm9vdCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNTIzWhcNNDEwMjEyMTgx +NTIzWjB/MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv +dXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjE0MDIGA1UEAwwrU1NMLmNv +bSBFViBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49 +AgEGBSuBBAAiA2IABKoSR5CYG/vvw0AHgyBO8TCCogbR8pKGYfL2IWjKAMTH6kMA +VIbc/R/fALhBYlzccBYy3h+Z1MzFB8gIH2EWB1E9fVwHU+M1OIzfzZ/ZLg1Kthku +WnBaBu2+8KGwytAJKaNjMGEwHQYDVR0OBBYEFFvKXuXe0oGqzagtZFG22XKbl+ZP +MA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUW8pe5d7SgarNqC1kUbbZcpuX +5k8wDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2gAMGUCMQCK5kCJN+vp1RPZ +ytRrJPOwPYdGWBrssd9v+1a6cGvHOMzosYxPD/fxZ3YOg9AeUY8CMD32IygmTMZg +h5Mmm7I1HrrW9zzRHM76JTymGoEVW/MSD2zuZYrJh6j5B+BimoxcSg== +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R6 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R6 +# Label: "GlobalSign Root CA - R6" +# Serial: 1417766617973444989252670301619537 +# MD5 Fingerprint: 4f:dd:07:e4:d4:22:64:39:1e:0c:37:42:ea:d1:c6:ae +# SHA1 Fingerprint: 80:94:64:0e:b5:a7:a1:ca:11:9c:1f:dd:d5:9f:81:02:63:a7:fb:d1 +# SHA256 Fingerprint: 2c:ab:ea:fe:37:d0:6c:a2:2a:ba:73:91:c0:03:3d:25:98:29:52:c4:53:64:73:49:76:3a:3a:b5:ad:6c:cf:69 +-----BEGIN CERTIFICATE----- +MIIFgzCCA2ugAwIBAgIORea7A4Mzw4VlSOb/RVEwDQYJKoZIhvcNAQEMBQAwTDEg +MB4GA1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjYxEzARBgNVBAoTCkdsb2Jh +bFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTQxMjEwMDAwMDAwWhcNMzQx +MjEwMDAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSNjET +MBEGA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCAiIwDQYJ +KoZIhvcNAQEBBQADggIPADCCAgoCggIBAJUH6HPKZvnsFMp7PPcNCPG0RQssgrRI +xutbPK6DuEGSMxSkb3/pKszGsIhrxbaJ0cay/xTOURQh7ErdG1rG1ofuTToVBu1k +ZguSgMpE3nOUTvOniX9PeGMIyBJQbUJmL025eShNUhqKGoC3GYEOfsSKvGRMIRxD +aNc9PIrFsmbVkJq3MQbFvuJtMgamHvm566qjuL++gmNQ0PAYid/kD3n16qIfKtJw +LnvnvJO7bVPiSHyMEAc4/2ayd2F+4OqMPKq0pPbzlUoSB239jLKJz9CgYXfIWHSw +1CM69106yqLbnQneXUQtkPGBzVeS+n68UARjNN9rkxi+azayOeSsJDa38O+2HBNX +k7besvjihbdzorg1qkXy4J02oW9UivFyVm4uiMVRQkQVlO6jxTiWm05OWgtH8wY2 +SXcwvHE35absIQh1/OZhFj931dmRl4QKbNQCTXTAFO39OfuD8l4UoQSwC+n+7o/h +bguyCLNhZglqsQY6ZZZZwPA1/cnaKI0aEYdwgQqomnUdnjqGBQCe24DWJfncBZ4n +WUx2OVvq+aWh2IMP0f/fMBH5hc8zSPXKbWQULHpYT9NLCEnFlWQaYw55PfWzjMpY +rZxCRXluDocZXFSxZba/jJvcE+kNb7gu3GduyYsRtYQUigAZcIN5kZeR1Bonvzce +MgfYFGM8KEyvAgMBAAGjYzBhMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTAD +AQH/MB0GA1UdDgQWBBSubAWjkxPioufi1xzWx/B/yGdToDAfBgNVHSMEGDAWgBSu +bAWjkxPioufi1xzWx/B/yGdToDANBgkqhkiG9w0BAQwFAAOCAgEAgyXt6NH9lVLN +nsAEoJFp5lzQhN7craJP6Ed41mWYqVuoPId8AorRbrcWc+ZfwFSY1XS+wc3iEZGt +Ixg93eFyRJa0lV7Ae46ZeBZDE1ZXs6KzO7V33EByrKPrmzU+sQghoefEQzd5Mr61 +55wsTLxDKZmOMNOsIeDjHfrYBzN2VAAiKrlNIC5waNrlU/yDXNOd8v9EDERm8tLj +vUYAGm0CuiVdjaExUd1URhxN25mW7xocBFymFe944Hn+Xds+qkxV/ZoVqW/hpvvf +cDDpw+5CRu3CkwWJ+n1jez/QcYF8AOiYrg54NMMl+68KnyBr3TsTjxKM4kEaSHpz +oHdpx7Zcf4LIHv5YGygrqGytXm3ABdJ7t+uA/iU3/gKbaKxCXcPu9czc8FB10jZp +nOZ7BN9uBmm23goJSFmH63sUYHpkqmlD75HHTOwY3WzvUy2MmeFe8nI+z1TIvWfs +pA9MRf/TuTAjB0yPEL+GltmZWrSZVxykzLsViVO6LAUP5MSeGbEYNNVMnbrt9x+v +JJUEeKgDu+6B5dpffItKoZB0JaezPkvILFa9x8jvOOJckvB595yEunQtYQEgfn7R +8k8HWV+LLUNS60YMlOH1Zkd5d9VUWx+tJDfLRVpOoERIyNiwmcUVhAn21klJwGW4 +5hpxbqCo8YLoRT5s1gLXCmeDBVrJpBA= +-----END CERTIFICATE----- + +# Issuer: CN=OISTE WISeKey Global Root GC CA O=WISeKey OU=OISTE Foundation Endorsed +# Subject: CN=OISTE WISeKey Global Root GC CA O=WISeKey OU=OISTE Foundation Endorsed +# Label: "OISTE WISeKey Global Root GC CA" +# Serial: 44084345621038548146064804565436152554 +# MD5 Fingerprint: a9:d6:b9:2d:2f:93:64:f8:a5:69:ca:91:e9:68:07:23 +# SHA1 Fingerprint: e0:11:84:5e:34:de:be:88:81:b9:9c:f6:16:26:d1:96:1f:c3:b9:31 +# SHA256 Fingerprint: 85:60:f9:1c:36:24:da:ba:95:70:b5:fe:a0:db:e3:6f:f1:1a:83:23:be:94:86:85:4f:b3:f3:4a:55:71:19:8d +-----BEGIN CERTIFICATE----- +MIICaTCCAe+gAwIBAgIQISpWDK7aDKtARb8roi066jAKBggqhkjOPQQDAzBtMQsw +CQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUgRm91 +bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9iYWwg +Um9vdCBHQyBDQTAeFw0xNzA1MDkwOTQ4MzRaFw00MjA1MDkwOTU4MzNaMG0xCzAJ +BgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBGb3Vu +ZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2JhbCBS +b290IEdDIENBMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAETOlQwMYPchi82PG6s4ni +eUqjFqdrVCTbUf/q9Akkwwsin8tqJ4KBDdLArzHkdIJuyiXZjHWd8dvQmqJLIX4W +p2OQ0jnUsYd4XxiWD1AbNTcPasbc2RNNpI6QN+a9WzGRo1QwUjAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUSIcUrOPDnpBgOtfKie7T +rYy0UGYwEAYJKwYBBAGCNxUBBAMCAQAwCgYIKoZIzj0EAwMDaAAwZQIwJsdpW9zV +57LnyAyMjMPdeYwbY9XJUpROTYJKcx6ygISpJcBMWm1JKWB4E+J+SOtkAjEA2zQg +Mgj/mkkCtojeFK9dbJlxjRo/i9fgojaGHAeCOnZT/cKi7e97sIBPWA9LUzm9 +-----END CERTIFICATE----- + +# Issuer: CN=UCA Global G2 Root O=UniTrust +# Subject: CN=UCA Global G2 Root O=UniTrust +# Label: "UCA Global G2 Root" +# Serial: 124779693093741543919145257850076631279 +# MD5 Fingerprint: 80:fe:f0:c4:4a:f0:5c:62:32:9f:1c:ba:78:a9:50:f8 +# SHA1 Fingerprint: 28:f9:78:16:19:7a:ff:18:25:18:aa:44:fe:c1:a0:ce:5c:b6:4c:8a +# SHA256 Fingerprint: 9b:ea:11:c9:76:fe:01:47:64:c1:be:56:a6:f9:14:b5:a5:60:31:7a:bd:99:88:39:33:82:e5:16:1a:a0:49:3c +-----BEGIN CERTIFICATE----- +MIIFRjCCAy6gAwIBAgIQXd+x2lqj7V2+WmUgZQOQ7zANBgkqhkiG9w0BAQsFADA9 +MQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxGzAZBgNVBAMMElVDQSBH +bG9iYWwgRzIgUm9vdDAeFw0xNjAzMTEwMDAwMDBaFw00MDEyMzEwMDAwMDBaMD0x +CzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbmlUcnVzdDEbMBkGA1UEAwwSVUNBIEds +b2JhbCBHMiBSb290MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxeYr +b3zvJgUno4Ek2m/LAfmZmqkywiKHYUGRO8vDaBsGxUypK8FnFyIdK+35KYmToni9 +kmugow2ifsqTs6bRjDXVdfkX9s9FxeV67HeToI8jrg4aA3++1NDtLnurRiNb/yzm +VHqUwCoV8MmNsHo7JOHXaOIxPAYzRrZUEaalLyJUKlgNAQLx+hVRZ2zA+te2G3/R +VogvGjqNO7uCEeBHANBSh6v7hn4PJGtAnTRnvI3HLYZveT6OqTwXS3+wmeOwcWDc +C/Vkw85DvG1xudLeJ1uK6NjGruFZfc8oLTW4lVYa8bJYS7cSN8h8s+1LgOGN+jIj +tm+3SJUIsUROhYw6AlQgL9+/V087OpAh18EmNVQg7Mc/R+zvWr9LesGtOxdQXGLY +D0tK3Cv6brxzks3sx1DoQZbXqX5t2Okdj4q1uViSukqSKwxW/YDrCPBeKW4bHAyv +j5OJrdu9o54hyokZ7N+1wxrrFv54NkzWbtA+FxyQF2smuvt6L78RHBgOLXMDj6Dl +NaBa4kx1HXHhOThTeEDMg5PXCp6dW4+K5OXgSORIskfNTip1KnvyIvbJvgmRlld6 +iIis7nCs+dwp4wwcOxJORNanTrAmyPPZGpeRaOrvjUYG0lZFWJo8DA+DuAUlwznP +O6Q0ibd5Ei9Hxeepl2n8pndntd978XplFeRhVmUCAwEAAaNCMEAwDgYDVR0PAQH/ +BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFIHEjMz15DD/pQwIX4wV +ZyF0Ad/fMA0GCSqGSIb3DQEBCwUAA4ICAQATZSL1jiutROTL/7lo5sOASD0Ee/oj +L3rtNtqyzm325p7lX1iPyzcyochltq44PTUbPrw7tgTQvPlJ9Zv3hcU2tsu8+Mg5 +1eRfB70VVJd0ysrtT7q6ZHafgbiERUlMjW+i67HM0cOU2kTC5uLqGOiiHycFutfl +1qnN3e92mI0ADs0b+gO3joBYDic/UvuUospeZcnWhNq5NXHzJsBPd+aBJ9J3O5oU +b3n09tDh05S60FdRvScFDcH9yBIw7m+NESsIndTUv4BFFJqIRNow6rSn4+7vW4LV +PtateJLbXDzz2K36uGt/xDYotgIVilQsnLAXc47QN6MUPJiVAAwpBVueSUmxX8fj +y88nZY41F7dXyDDZQVu5FLbowg+UMaeUmMxq67XhJ/UQqAHojhJi6IjMtX9Gl8Cb +EGY4GjZGXyJoPd/JxhMnq1MGrKI8hgZlb7F+sSlEmqO6SWkoaY/X5V+tBIZkbxqg +DMUIYs6Ao9Dz7GjevjPHF1t/gMRMTLGmhIrDO7gJzRSBuhjjVFc2/tsvfEehOjPI ++Vg7RE+xygKJBJYoaMVLuCaJu9YzL1DV/pqJuhgyklTGW+Cd+V7lDSKb9triyCGy +YiGqhkCyLmTTX8jjfhFnRR8F/uOi77Oos/N9j/gMHyIfLXC0uAE0djAA5SN4p1bX +UB+K+wb1whnw0A== +-----END CERTIFICATE----- + +# Issuer: CN=UCA Extended Validation Root O=UniTrust +# Subject: CN=UCA Extended Validation Root O=UniTrust +# Label: "UCA Extended Validation Root" +# Serial: 106100277556486529736699587978573607008 +# MD5 Fingerprint: a1:f3:5f:43:c6:34:9b:da:bf:8c:7e:05:53:ad:96:e2 +# SHA1 Fingerprint: a3:a1:b0:6f:24:61:23:4a:e3:36:a5:c2:37:fc:a6:ff:dd:f0:d7:3a +# SHA256 Fingerprint: d4:3a:f9:b3:54:73:75:5c:96:84:fc:06:d7:d8:cb:70:ee:5c:28:e7:73:fb:29:4e:b4:1e:e7:17:22:92:4d:24 +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgIQT9Irj/VkyDOeTzRYZiNwYDANBgkqhkiG9w0BAQsFADBH +MQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNVBAMMHFVDQSBF +eHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwHhcNMTUwMzEzMDAwMDAwWhcNMzgxMjMx +MDAwMDAwWjBHMQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNV +BAMMHFVDQSBFeHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQCpCQcoEwKwmeBkqh5DFnpzsZGgdT6o+uM4AHrsiWog +D4vFsJszA1qGxliG1cGFu0/GnEBNyr7uaZa4rYEwmnySBesFK5pI0Lh2PpbIILvS +sPGP2KxFRv+qZ2C0d35qHzwaUnoEPQc8hQ2E0B92CvdqFN9y4zR8V05WAT558aop +O2z6+I9tTcg1367r3CTueUWnhbYFiN6IXSV8l2RnCdm/WhUFhvMJHuxYMjMR83dk +sHYf5BA1FxvyDrFspCqjc/wJHx4yGVMR59mzLC52LqGj3n5qiAno8geK+LLNEOfi +c0CTuwjRP+H8C5SzJe98ptfRr5//lpr1kXuYC3fUfugH0mK1lTnj8/FtDw5lhIpj +VMWAtuCeS31HJqcBCF3RiJ7XwzJE+oJKCmhUfzhTA8ykADNkUVkLo4KRel7sFsLz +KuZi2irbWWIQJUoqgQtHB0MGcIfS+pMRKXpITeuUx3BNr2fVUbGAIAEBtHoIppB/ +TuDvB0GHr2qlXov7z1CymlSvw4m6WC31MJixNnI5fkkE/SmnTHnkBVfblLkWU41G +sx2VYVdWf6/wFlthWG82UBEL2KwrlRYaDh8IzTY0ZRBiZtWAXxQgXy0MoHgKaNYs +1+lvK9JKBZP8nm9rZ/+I8U6laUpSNwXqxhaN0sSZ0YIrO7o1dfdRUVjzyAfd5LQD +fwIDAQABo0IwQDAdBgNVHQ4EFgQU2XQ65DA9DfcS3H5aBZ8eNJr34RQwDwYDVR0T +AQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQELBQADggIBADaN +l8xCFWQpN5smLNb7rhVpLGsaGvdftvkHTFnq88nIua7Mui563MD1sC3AO6+fcAUR +ap8lTwEpcOPlDOHqWnzcSbvBHiqB9RZLcpHIojG5qtr8nR/zXUACE/xOHAbKsxSQ +VBcZEhrxH9cMaVr2cXj0lH2RC47skFSOvG+hTKv8dGT9cZr4QQehzZHkPJrgmzI5 +c6sq1WnIeJEmMX3ixzDx/BR4dxIOE/TdFpS/S2d7cFOFyrC78zhNLJA5wA3CXWvp +4uXViI3WLL+rG761KIcSF3Ru/H38j9CHJrAb+7lsq+KePRXBOy5nAliRn+/4Qh8s +t2j1da3Ptfb/EX3C8CSlrdP6oDyp+l3cpaDvRKS+1ujl5BOWF3sGPjLtx7dCvHaj +2GU4Kzg1USEODm8uNBNA4StnDG1KQTAYI1oyVZnJF+A83vbsea0rWBmirSwiGpWO +vpaQXUJXxPkUAzUrHC1RVwinOt4/5Mi0A3PCwSaAuwtCH60NryZy2sy+s6ODWA2C +xR9GUeOcGMyNm43sSet1UNWMKFnKdDTajAshqx7qG+XH/RU+wBeq+yNuJkbL+vmx +cmtpzyKEC2IPrNkZAJSidjzULZrtBJ4tBmIQN1IchXIbJ+XMxjHsN+xjWZsLHXbM +fjKaiJUINlK73nZfdklJrX+9ZSCyycErdhh2n1ax +-----END CERTIFICATE----- + +# Issuer: CN=Certigna Root CA O=Dhimyotis OU=0002 48146308100036 +# Subject: CN=Certigna Root CA O=Dhimyotis OU=0002 48146308100036 +# Label: "Certigna Root CA" +# Serial: 269714418870597844693661054334862075617 +# MD5 Fingerprint: 0e:5c:30:62:27:eb:5b:bc:d7:ae:62:ba:e9:d5:df:77 +# SHA1 Fingerprint: 2d:0d:52:14:ff:9e:ad:99:24:01:74:20:47:6e:6c:85:27:27:f5:43 +# SHA256 Fingerprint: d4:8d:3d:23:ee:db:50:a4:59:e5:51:97:60:1c:27:77:4b:9d:7b:18:c9:4d:5a:05:95:11:a1:02:50:b9:31:68 +-----BEGIN CERTIFICATE----- +MIIGWzCCBEOgAwIBAgIRAMrpG4nxVQMNo+ZBbcTjpuEwDQYJKoZIhvcNAQELBQAw +WjELMAkGA1UEBhMCRlIxEjAQBgNVBAoMCURoaW15b3RpczEcMBoGA1UECwwTMDAw +MiA0ODE0NjMwODEwMDAzNjEZMBcGA1UEAwwQQ2VydGlnbmEgUm9vdCBDQTAeFw0x +MzEwMDEwODMyMjdaFw0zMzEwMDEwODMyMjdaMFoxCzAJBgNVBAYTAkZSMRIwEAYD +VQQKDAlEaGlteW90aXMxHDAaBgNVBAsMEzAwMDIgNDgxNDYzMDgxMDAwMzYxGTAX +BgNVBAMMEENlcnRpZ25hIFJvb3QgQ0EwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAw +ggIKAoICAQDNGDllGlmx6mQWDoyUJJV8g9PFOSbcDO8WV43X2KyjQn+Cyu3NW9sO +ty3tRQgXstmzy9YXUnIo245Onoq2C/mehJpNdt4iKVzSs9IGPjA5qXSjklYcoW9M +CiBtnyN6tMbaLOQdLNyzKNAT8kxOAkmhVECe5uUFoC2EyP+YbNDrihqECB63aCPu +I9Vwzm1RaRDuoXrC0SIxwoKF0vJVdlB8JXrJhFwLrN1CTivngqIkicuQstDuI7pm +TLtipPlTWmR7fJj6o0ieD5Wupxj0auwuA0Wv8HT4Ks16XdG+RCYyKfHx9WzMfgIh +C59vpD++nVPiz32pLHxYGpfhPTc3GGYo0kDFUYqMwy3OU4gkWGQwFsWq4NYKpkDf +ePb1BHxpE4S80dGnBs8B92jAqFe7OmGtBIyT46388NtEbVncSVmurJqZNjBBe3Yz +IoejwpKGbvlw7q6Hh5UbxHq9MfPU0uWZ/75I7HX1eBYdpnDBfzwboZL7z8g81sWT +Co/1VTp2lc5ZmIoJlXcymoO6LAQ6l73UL77XbJuiyn1tJslV1c/DeVIICZkHJC1k +JWumIWmbat10TWuXekG9qxf5kBdIjzb5LdXF2+6qhUVB+s06RbFo5jZMm5BX7CO5 +hwjCxAnxl4YqKE3idMDaxIzb3+KhF1nOJFl0Mdp//TBt2dzhauH8XwIDAQABo4IB +GjCCARYwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE +FBiHVuBud+4kNTxOc5of1uHieX4rMB8GA1UdIwQYMBaAFBiHVuBud+4kNTxOc5of +1uHieX4rMEQGA1UdIAQ9MDswOQYEVR0gADAxMC8GCCsGAQUFBwIBFiNodHRwczov +L3d3d3cuY2VydGlnbmEuZnIvYXV0b3JpdGVzLzBtBgNVHR8EZjBkMC+gLaArhilo +dHRwOi8vY3JsLmNlcnRpZ25hLmZyL2NlcnRpZ25hcm9vdGNhLmNybDAxoC+gLYYr +aHR0cDovL2NybC5kaGlteW90aXMuY29tL2NlcnRpZ25hcm9vdGNhLmNybDANBgkq +hkiG9w0BAQsFAAOCAgEAlLieT/DjlQgi581oQfccVdV8AOItOoldaDgvUSILSo3L +6btdPrtcPbEo/uRTVRPPoZAbAh1fZkYJMyjhDSSXcNMQH+pkV5a7XdrnxIxPTGRG +HVyH41neQtGbqH6mid2PHMkwgu07nM3A6RngatgCdTer9zQoKJHyBApPNeNgJgH6 +0BGM+RFq7q89w1DTj18zeTyGqHNFkIwgtnJzFyO+B2XleJINugHA64wcZr+shncB +lA2c5uk5jR+mUYyZDDl34bSb+hxnV29qao6pK0xXeXpXIs/NX2NGjVxZOob4Mkdi +o2cNGJHc+6Zr9UhhcyNZjgKnvETq9Emd8VRY+WCv2hikLyhF3HqgiIZd8zvn/yk1 +gPxkQ5Tm4xxvvq0OKmOZK8l+hfZx6AYDlf7ej0gcWtSS6Cvu5zHbugRqh5jnxV/v +faci9wHYTfmJ0A6aBVmknpjZbyvKcL5kwlWj9Omvw5Ip3IgWJJk8jSaYtlu3zM63 +Nwf9JtmYhST/WSMDmu2dnajkXjjO11INb9I/bbEFa0nOipFGc/T2L/Coc3cOZayh +jWZSaX5LaAzHHjcng6WMxwLkFM1JAbBzs/3GkDpv0mztO+7skb6iQ12LAEpmJURw +3kAP+HwV96LOPNdeE4yBFxgX0b3xdxA61GU5wSesVywlVP+i2k+KYTlerj1KjL0= +-----END CERTIFICATE----- + +# Issuer: CN=emSign Root CA - G1 O=eMudhra Technologies Limited OU=emSign PKI +# Subject: CN=emSign Root CA - G1 O=eMudhra Technologies Limited OU=emSign PKI +# Label: "emSign Root CA - G1" +# Serial: 235931866688319308814040 +# MD5 Fingerprint: 9c:42:84:57:dd:cb:0b:a7:2e:95:ad:b6:f3:da:bc:ac +# SHA1 Fingerprint: 8a:c7:ad:8f:73:ac:4e:c1:b5:75:4d:a5:40:f4:fc:cf:7c:b5:8e:8c +# SHA256 Fingerprint: 40:f6:af:03:46:a9:9a:a1:cd:1d:55:5a:4e:9c:ce:62:c7:f9:63:46:03:ee:40:66:15:83:3d:c8:c8:d0:03:67 +-----BEGIN CERTIFICATE----- +MIIDlDCCAnygAwIBAgIKMfXkYgxsWO3W2DANBgkqhkiG9w0BAQsFADBnMQswCQYD +VQQGEwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBU +ZWNobm9sb2dpZXMgTGltaXRlZDEcMBoGA1UEAxMTZW1TaWduIFJvb3QgQ0EgLSBH +MTAeFw0xODAyMTgxODMwMDBaFw00MzAyMTgxODMwMDBaMGcxCzAJBgNVBAYTAklO +MRMwEQYDVQQLEwplbVNpZ24gUEtJMSUwIwYDVQQKExxlTXVkaHJhIFRlY2hub2xv +Z2llcyBMaW1pdGVkMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEcxMIIBIjAN +BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk0u76WaK7p1b1TST0Bsew+eeuGQz +f2N4aLTNLnF115sgxk0pvLZoYIr3IZpWNVrzdr3YzZr/k1ZLpVkGoZM0Kd0WNHVO +8oG0x5ZOrRkVUkr+PHB1cM2vK6sVmjM8qrOLqs1D/fXqcP/tzxE7lM5OMhbTI0Aq +d7OvPAEsbO2ZLIvZTmmYsvePQbAyeGHWDV/D+qJAkh1cF+ZwPjXnorfCYuKrpDhM +tTk1b+oDafo6VGiFbdbyL0NVHpENDtjVaqSW0RM8LHhQ6DqS0hdW5TUaQBw+jSzt +Od9C4INBdN+jzcKGYEho42kLVACL5HZpIQ15TjQIXhTCzLG3rdd8cIrHhQIDAQAB +o0IwQDAdBgNVHQ4EFgQU++8Nhp6w492pufEhF38+/PB3KxowDgYDVR0PAQH/BAQD +AgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBAFn/8oz1h31x +PaOfG1vR2vjTnGs2vZupYeveFix0PZ7mddrXuqe8QhfnPZHr5X3dPpzxz5KsbEjM +wiI/aTvFthUvozXGaCocV685743QNcMYDHsAVhzNixl03r4PEuDQqqE/AjSxcM6d +GNYIAwlG7mDgfrbESQRRfXBgvKqy/3lyeqYdPV8q+Mri/Tm3R7nrft8EI6/6nAYH +6ftjk4BAtcZsCjEozgyfz7MjNYBBjWzEN3uBL4ChQEKF6dk4jeihU80Bv2noWgby +RQuQ+q7hv53yrlc8pa6yVvSLZUDp/TGBLPQ5Cdjua6e0ph0VpZj3AYHYhX3zUVxx +iN66zB+Afko= +-----END CERTIFICATE----- + +# Issuer: CN=emSign ECC Root CA - G3 O=eMudhra Technologies Limited OU=emSign PKI +# Subject: CN=emSign ECC Root CA - G3 O=eMudhra Technologies Limited OU=emSign PKI +# Label: "emSign ECC Root CA - G3" +# Serial: 287880440101571086945156 +# MD5 Fingerprint: ce:0b:72:d1:9f:88:8e:d0:50:03:e8:e3:b8:8b:67:40 +# SHA1 Fingerprint: 30:43:fa:4f:f2:57:dc:a0:c3:80:ee:2e:58:ea:78:b2:3f:e6:bb:c1 +# SHA256 Fingerprint: 86:a1:ec:ba:08:9c:4a:8d:3b:be:27:34:c6:12:ba:34:1d:81:3e:04:3c:f9:e8:a8:62:cd:5c:57:a3:6b:be:6b +-----BEGIN CERTIFICATE----- +MIICTjCCAdOgAwIBAgIKPPYHqWhwDtqLhDAKBggqhkjOPQQDAzBrMQswCQYDVQQG +EwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNo +bm9sb2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0g +RzMwHhcNMTgwMjE4MTgzMDAwWhcNNDMwMjE4MTgzMDAwWjBrMQswCQYDVQQGEwJJ +TjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNobm9s +b2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0gRzMw +djAQBgcqhkjOPQIBBgUrgQQAIgNiAAQjpQy4LRL1KPOxst3iAhKAnjlfSU2fySU0 +WXTsuwYc58Byr+iuL+FBVIcUqEqy6HyC5ltqtdyzdc6LBtCGI79G1Y4PPwT01xyS +fvalY8L1X44uT6EYGQIrMgqCZH0Wk9GjQjBAMB0GA1UdDgQWBBR8XQKEE9TMipuB +zhccLikenEhjQjAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggq +hkjOPQQDAwNpADBmAjEAvvNhzwIQHWSVB7gYboiFBS+DCBeQyh+KTOgNG3qxrdWB +CUfvO6wIBHxcmbHtRwfSAjEAnbpV/KlK6O3t5nYBQnvI+GDZjVGLVTv7jHvrZQnD ++JbNR6iC8hZVdyR+EhCVBCyj +-----END CERTIFICATE----- + +# Issuer: CN=emSign Root CA - C1 O=eMudhra Inc OU=emSign PKI +# Subject: CN=emSign Root CA - C1 O=eMudhra Inc OU=emSign PKI +# Label: "emSign Root CA - C1" +# Serial: 825510296613316004955058 +# MD5 Fingerprint: d8:e3:5d:01:21:fa:78:5a:b0:df:ba:d2:ee:2a:5f:68 +# SHA1 Fingerprint: e7:2e:f1:df:fc:b2:09:28:cf:5d:d4:d5:67:37:b1:51:cb:86:4f:01 +# SHA256 Fingerprint: 12:56:09:aa:30:1d:a0:a2:49:b9:7a:82:39:cb:6a:34:21:6f:44:dc:ac:9f:39:54:b1:42:92:f2:e8:c8:60:8f +-----BEGIN CERTIFICATE----- +MIIDczCCAlugAwIBAgILAK7PALrEzzL4Q7IwDQYJKoZIhvcNAQELBQAwVjELMAkG +A1UEBhMCVVMxEzARBgNVBAsTCmVtU2lnbiBQS0kxFDASBgNVBAoTC2VNdWRocmEg +SW5jMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEMxMB4XDTE4MDIxODE4MzAw +MFoXDTQzMDIxODE4MzAwMFowVjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln +biBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMRwwGgYDVQQDExNlbVNpZ24gUm9v +dCBDQSAtIEMxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz+upufGZ +BczYKCFK83M0UYRWEPWgTywS4/oTmifQz/l5GnRfHXk5/Fv4cI7gklL35CX5VIPZ +HdPIWoU/Xse2B+4+wM6ar6xWQio5JXDWv7V7Nq2s9nPczdcdioOl+yuQFTdrHCZH +3DspVpNqs8FqOp099cGXOFgFixwR4+S0uF2FHYP+eF8LRWgYSKVGczQ7/g/IdrvH +GPMF0Ybzhe3nudkyrVWIzqa2kbBPrH4VI5b2P/AgNBbeCsbEBEV5f6f9vtKppa+c +xSMq9zwhbL2vj07FOrLzNBL834AaSaTUqZX3noleoomslMuoaJuvimUnzYnu3Yy1 +aylwQ6BpC+S5DwIDAQABo0IwQDAdBgNVHQ4EFgQU/qHgcB4qAzlSWkK+XJGFehiq +TbUwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL +BQADggEBAMJKVvoVIXsoounlHfv4LcQ5lkFMOycsxGwYFYDGrK9HWS8mC+M2sO87 +/kOXSTKZEhVb3xEp/6tT+LvBeA+snFOvV71ojD1pM/CjoCNjO2RnIkSt1XHLVip4 +kqNPEjE2NuLe/gDEo2APJ62gsIq1NnpSob0n9CAnYuhNlCQT5AoE6TyrLshDCUrG +YQTlSTR+08TI9Q/Aqum6VF7zYytPT1DU/rl7mYw9wC68AivTxEDkigcxHpvOJpkT ++xHqmiIMERnHXhuBUDDIlhJu58tBf5E7oke3VIAb3ADMmpDqw8NQBmIMMMAVSKeo +WXzhriKi4gp6D/piq1JM4fHfyr6DDUI= +-----END CERTIFICATE----- + +# Issuer: CN=emSign ECC Root CA - C3 O=eMudhra Inc OU=emSign PKI +# Subject: CN=emSign ECC Root CA - C3 O=eMudhra Inc OU=emSign PKI +# Label: "emSign ECC Root CA - C3" +# Serial: 582948710642506000014504 +# MD5 Fingerprint: 3e:53:b3:a3:81:ee:d7:10:f8:d3:b0:1d:17:92:f5:d5 +# SHA1 Fingerprint: b6:af:43:c2:9b:81:53:7d:f6:ef:6b:c3:1f:1f:60:15:0c:ee:48:66 +# SHA256 Fingerprint: bc:4d:80:9b:15:18:9d:78:db:3e:1d:8c:f4:f9:72:6a:79:5d:a1:64:3c:a5:f1:35:8e:1d:db:0e:dc:0d:7e:b3 +-----BEGIN CERTIFICATE----- +MIICKzCCAbGgAwIBAgIKe3G2gla4EnycqDAKBggqhkjOPQQDAzBaMQswCQYDVQQG +EwJVUzETMBEGA1UECxMKZW1TaWduIFBLSTEUMBIGA1UEChMLZU11ZGhyYSBJbmMx +IDAeBgNVBAMTF2VtU2lnbiBFQ0MgUm9vdCBDQSAtIEMzMB4XDTE4MDIxODE4MzAw +MFoXDTQzMDIxODE4MzAwMFowWjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln +biBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMSAwHgYDVQQDExdlbVNpZ24gRUND +IFJvb3QgQ0EgLSBDMzB2MBAGByqGSM49AgEGBSuBBAAiA2IABP2lYa57JhAd6bci +MK4G9IGzsUJxlTm801Ljr6/58pc1kjZGDoeVjbk5Wum739D+yAdBPLtVb4Ojavti +sIGJAnB9SMVK4+kiVCJNk7tCDK93nCOmfddhEc5lx/h//vXyqaNCMEAwHQYDVR0O +BBYEFPtaSNCAIEDyqOkAB2kZd6fmw/TPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMB +Af8EBTADAQH/MAoGCCqGSM49BAMDA2gAMGUCMQC02C8Cif22TGK6Q04ThHK1rt0c +3ta13FaPWEBaLd4gTCKDypOofu4SQMfWh0/434UCMBwUZOR8loMRnLDRWmFLpg9J +0wD8ofzkpf9/rdcw0Md3f76BB1UwUCAU9Vc4CqgxUQ== +-----END CERTIFICATE----- + +# Issuer: CN=Hongkong Post Root CA 3 O=Hongkong Post +# Subject: CN=Hongkong Post Root CA 3 O=Hongkong Post +# Label: "Hongkong Post Root CA 3" +# Serial: 46170865288971385588281144162979347873371282084 +# MD5 Fingerprint: 11:fc:9f:bd:73:30:02:8a:fd:3f:f3:58:b9:cb:20:f0 +# SHA1 Fingerprint: 58:a2:d0:ec:20:52:81:5b:c1:f3:f8:64:02:24:4e:c2:8e:02:4b:02 +# SHA256 Fingerprint: 5a:2f:c0:3f:0c:83:b0:90:bb:fa:40:60:4b:09:88:44:6c:76:36:18:3d:f9:84:6e:17:10:1a:44:7f:b8:ef:d6 +-----BEGIN CERTIFICATE----- +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 +mpv0 +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority - G4 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2015 Entrust, Inc. - for authorized use only +# Subject: CN=Entrust Root Certification Authority - G4 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2015 Entrust, Inc. - for authorized use only +# Label: "Entrust Root Certification Authority - G4" +# Serial: 289383649854506086828220374796556676440 +# MD5 Fingerprint: 89:53:f1:83:23:b7:7c:8e:05:f1:8c:71:38:4e:1f:88 +# SHA1 Fingerprint: 14:88:4e:86:26:37:b0:26:af:59:62:5c:40:77:ec:35:29:ba:96:01 +# SHA256 Fingerprint: db:35:17:d1:f6:73:2a:2d:5a:b9:7c:53:3e:c7:07:79:ee:32:70:a6:2f:b4:ac:42:38:37:24:60:e6:f0:1e:88 +-----BEGIN CERTIFICATE----- +MIIGSzCCBDOgAwIBAgIRANm1Q3+vqTkPAAAAAFVlrVgwDQYJKoZIhvcNAQELBQAw +gb4xCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQL +Ex9TZWUgd3d3LmVudHJ1c3QubmV0L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykg +MjAxNSBFbnRydXN0LCBJbmMuIC0gZm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMjAw +BgNVBAMTKUVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEc0 +MB4XDTE1MDUyNzExMTExNloXDTM3MTIyNzExNDExNlowgb4xCzAJBgNVBAYTAlVT +MRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1 +c3QubmV0L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxNSBFbnRydXN0LCBJ +bmMuIC0gZm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMjAwBgNVBAMTKUVudHJ1c3Qg +Um9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEc0MIICIjANBgkqhkiG9w0B +AQEFAAOCAg8AMIICCgKCAgEAsewsQu7i0TD/pZJH4i3DumSXbcr3DbVZwbPLqGgZ +2K+EbTBwXX7zLtJTmeH+H17ZSK9dE43b/2MzTdMAArzE+NEGCJR5WIoV3imz/f3E +T+iq4qA7ec2/a0My3dl0ELn39GjUu9CH1apLiipvKgS1sqbHoHrmSKvS0VnM1n4j +5pds8ELl3FFLFUHtSUrJ3hCX1nbB76W1NhSXNdh4IjVS70O92yfbYVaCNNzLiGAM +C1rlLAHGVK/XqsEQe9IFWrhAnoanw5CGAlZSCXqc0ieCU0plUmr1POeo8pyvi73T +DtTUXm6Hnmo9RR3RXRv06QqsYJn7ibT/mCzPfB3pAqoEmh643IhuJbNsZvc8kPNX +wbMv9W3y+8qh+CmdRouzavbmZwe+LGcKKh9asj5XxNMhIWNlUpEbsZmOeX7m640A +2Vqq6nPopIICR5b+W45UYaPrL0swsIsjdXJ8ITzI9vF01Bx7owVV7rtNOzK+mndm +nqxpkCIHH2E6lr7lmk/MBTwoWdPBDFSoWWG9yHJM6Nyfh3+9nEg2XpWjDrk4JFX8 +dWbrAuMINClKxuMrLzOg2qOGpRKX/YAr2hRC45K9PvJdXmd0LhyIRyk0X+IyqJwl +N4y6mACXi0mWHv0liqzc2thddG5msP9E36EYxr5ILzeUePiVSj9/E15dWf10hkNj +c0kCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYD +VR0OBBYEFJ84xFYjwznooHFs6FRM5Og6sb9nMA0GCSqGSIb3DQEBCwUAA4ICAQAS +5UKme4sPDORGpbZgQIeMJX6tuGguW8ZAdjwD+MlZ9POrYs4QjbRaZIxowLByQzTS +Gwv2LFPSypBLhmb8qoMi9IsabyZIrHZ3CL/FmFz0Jomee8O5ZDIBf9PD3Vht7LGr +hFV0d4QEJ1JrhkzO3bll/9bGXp+aEJlLdWr+aumXIOTkdnrG0CSqkM0gkLpHZPt/ +B7NTeLUKYvJzQ85BK4FqLoUWlFPUa19yIqtRLULVAJyZv967lDtX/Zr1hstWO1uI +AeV8KEsD+UmDfLJ/fOPtjqF/YFOOVZ1QNBIPt5d7bIdKROf1beyAN/BYGW5KaHbw +H5Lk6rWS02FREAutp9lfx1/cH6NcjKF+m7ee01ZvZl4HliDtC3T7Zk6LERXpgUl+ +b7DUUH8i119lAg2m9IUe2K4GS0qn0jFmwvjO5QimpAKWRGhXxNUzzxkvFMSUHHuk +2fCfDrGA4tGeEWSpiBE6doLlYsKA2KSD7ZPvfC+QsDJMlhVoSFLUmQjAJOgc47Ol +IQ6SwJAfzyBfyjs4x7dtOvPmRLgOMWuIjnDrnBdSqEGULoe256YSxXXfW8AKbnuk +5F6G+TaU33fD6Q3AOfF5u0aOq0NZJ7cguyPpVkAh7DE9ZapD8j3fcEThuk0mEDuY +n/PIjhs4ViFqUZPTkcpG2om3PVODLAgfi49T3f+sHw== +-----END CERTIFICATE----- + +# Issuer: CN=Microsoft ECC Root Certificate Authority 2017 O=Microsoft Corporation +# Subject: CN=Microsoft ECC Root Certificate Authority 2017 O=Microsoft Corporation +# Label: "Microsoft ECC Root Certificate Authority 2017" +# Serial: 136839042543790627607696632466672567020 +# MD5 Fingerprint: dd:a1:03:e6:4a:93:10:d1:bf:f0:19:42:cb:fe:ed:67 +# SHA1 Fingerprint: 99:9a:64:c3:7f:f4:7d:9f:ab:95:f1:47:69:89:14:60:ee:c4:c3:c5 +# SHA256 Fingerprint: 35:8d:f3:9d:76:4a:f9:e1:b7:66:e9:c9:72:df:35:2e:e1:5c:fa:c2:27:af:6a:d1:d7:0e:8e:4a:6e:dc:ba:02 +-----BEGIN CERTIFICATE----- +MIICWTCCAd+gAwIBAgIQZvI9r4fei7FK6gxXMQHC7DAKBggqhkjOPQQDAzBlMQsw +CQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYD +VQQDEy1NaWNyb3NvZnQgRUNDIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIw +MTcwHhcNMTkxMjE4MjMwNjQ1WhcNNDIwNzE4MjMxNjA0WjBlMQswCQYDVQQGEwJV +UzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1NaWNy +b3NvZnQgRUNDIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwdjAQBgcq +hkjOPQIBBgUrgQQAIgNiAATUvD0CQnVBEyPNgASGAlEvaqiBYgtlzPbKnR5vSmZR +ogPZnZH6thaxjG7efM3beaYvzrvOcS/lpaso7GMEZpn4+vKTEAXhgShC48Zo9OYb +hGBKia/teQ87zvH2RPUBeMCjVDBSMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8E +BTADAQH/MB0GA1UdDgQWBBTIy5lycFIM+Oa+sgRXKSrPQhDtNTAQBgkrBgEEAYI3 +FQEEAwIBADAKBggqhkjOPQQDAwNoADBlAjBY8k3qDPlfXu5gKcs68tvWMoQZP3zV +L8KxzJOuULsJMsbG7X7JNpQS5GiFBqIb0C8CMQCZ6Ra0DvpWSNSkMBaReNtUjGUB +iudQZsIxtzm6uBoiB078a1QWIP8rtedMDE2mT3M= +-----END CERTIFICATE----- + +# Issuer: CN=Microsoft RSA Root Certificate Authority 2017 O=Microsoft Corporation +# Subject: CN=Microsoft RSA Root Certificate Authority 2017 O=Microsoft Corporation +# Label: "Microsoft RSA Root Certificate Authority 2017" +# Serial: 40975477897264996090493496164228220339 +# MD5 Fingerprint: 10:ff:00:ff:cf:c9:f8:c7:7a:c0:ee:35:8e:c9:0f:47 +# SHA1 Fingerprint: 73:a5:e6:4a:3b:ff:83:16:ff:0e:dc:cc:61:8a:90:6e:4e:ae:4d:74 +# SHA256 Fingerprint: c7:41:f7:0f:4b:2a:8d:88:bf:2e:71:c1:41:22:ef:53:ef:10:eb:a0:cf:a5:e6:4c:fa:20:f4:18:85:30:73:e0 +-----BEGIN CERTIFICATE----- +MIIFqDCCA5CgAwIBAgIQHtOXCV/YtLNHcB6qvn9FszANBgkqhkiG9w0BAQwFADBl +MQswCQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYw +NAYDVQQDEy1NaWNyb3NvZnQgUlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5 +IDIwMTcwHhcNMTkxMjE4MjI1MTIyWhcNNDIwNzE4MjMwMDIzWjBlMQswCQYDVQQG +EwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1N +aWNyb3NvZnQgUlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKW76UM4wplZEWCpW9R2LBifOZ +Nt9GkMml7Xhqb0eRaPgnZ1AzHaGm++DlQ6OEAlcBXZxIQIJTELy/xztokLaCLeX0 +ZdDMbRnMlfl7rEqUrQ7eS0MdhweSE5CAg2Q1OQT85elss7YfUJQ4ZVBcF0a5toW1 +HLUX6NZFndiyJrDKxHBKrmCk3bPZ7Pw71VdyvD/IybLeS2v4I2wDwAW9lcfNcztm +gGTjGqwu+UcF8ga2m3P1eDNbx6H7JyqhtJqRjJHTOoI+dkC0zVJhUXAoP8XFWvLJ +jEm7FFtNyP9nTUwSlq31/niol4fX/V4ggNyhSyL71Imtus5Hl0dVe49FyGcohJUc +aDDv70ngNXtk55iwlNpNhTs+VcQor1fznhPbRiefHqJeRIOkpcrVE7NLP8TjwuaG +YaRSMLl6IE9vDzhTyzMMEyuP1pq9KsgtsRx9S1HKR9FIJ3Jdh+vVReZIZZ2vUpC6 +W6IYZVcSn2i51BVrlMRpIpj0M+Dt+VGOQVDJNE92kKz8OMHY4Xu54+OU4UZpyw4K +UGsTuqwPN1q3ErWQgR5WrlcihtnJ0tHXUeOrO8ZV/R4O03QK0dqq6mm4lyiPSMQH ++FJDOvTKVTUssKZqwJz58oHhEmrARdlns87/I6KJClTUFLkqqNfs+avNJVgyeY+Q +W5g5xAgGwax/Dj0ApQIDAQABo1QwUjAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/ +BAUwAwEB/zAdBgNVHQ4EFgQUCctZf4aycI8awznjwNnpv7tNsiMwEAYJKwYBBAGC +NxUBBAMCAQAwDQYJKoZIhvcNAQEMBQADggIBAKyvPl3CEZaJjqPnktaXFbgToqZC +LgLNFgVZJ8og6Lq46BrsTaiXVq5lQ7GPAJtSzVXNUzltYkyLDVt8LkS/gxCP81OC +gMNPOsduET/m4xaRhPtthH80dK2Jp86519efhGSSvpWhrQlTM93uCupKUY5vVau6 +tZRGrox/2KJQJWVggEbbMwSubLWYdFQl3JPk+ONVFT24bcMKpBLBaYVu32TxU5nh +SnUgnZUP5NbcA/FZGOhHibJXWpS2qdgXKxdJ5XbLwVaZOjex/2kskZGT4d9Mozd2 +TaGf+G0eHdP67Pv0RR0Tbc/3WeUiJ3IrhvNXuzDtJE3cfVa7o7P4NHmJweDyAmH3 +pvwPuxwXC65B2Xy9J6P9LjrRk5Sxcx0ki69bIImtt2dmefU6xqaWM/5TkshGsRGR +xpl/j8nWZjEgQRCHLQzWwa80mMpkg/sTV9HB8Dx6jKXB/ZUhoHHBk2dxEuqPiApp +GWSZI1b7rCoucL5mxAyE7+WL85MB+GqQk2dLsmijtWKP6T+MejteD+eMuMZ87zf9 +dOLITzNy4ZQ5bb0Sr74MTnB8G2+NszKTc0QWbej09+CVgI+WXTik9KveCjCHk9hN +AHFiRSdLOkKEW39lt2c0Ui2cFmuqqNh7o0JMcccMyj6D5KbvtwEwXlGjefVwaaZB +RA+GsCyRxj3qrg+E +-----END CERTIFICATE----- + +# Issuer: CN=e-Szigno Root CA 2017 O=Microsec Ltd. +# Subject: CN=e-Szigno Root CA 2017 O=Microsec Ltd. +# Label: "e-Szigno Root CA 2017" +# Serial: 411379200276854331539784714 +# MD5 Fingerprint: de:1f:f6:9e:84:ae:a7:b4:21:ce:1e:58:7d:d1:84:98 +# SHA1 Fingerprint: 89:d4:83:03:4f:9e:9a:48:80:5f:72:37:d4:a9:a6:ef:cb:7c:1f:d1 +# SHA256 Fingerprint: be:b0:0b:30:83:9b:9b:c3:2c:32:e4:44:79:05:95:06:41:f2:64:21:b1:5e:d0:89:19:8b:51:8a:e2:ea:1b:99 +-----BEGIN CERTIFICATE----- +MIICQDCCAeWgAwIBAgIMAVRI7yH9l1kN9QQKMAoGCCqGSM49BAMCMHExCzAJBgNV +BAYTAkhVMREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNTWljcm9zZWMgTHRk +LjEXMBUGA1UEYQwOVkFUSFUtMjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3ppZ25vIFJv +b3QgQ0EgMjAxNzAeFw0xNzA4MjIxMjA3MDZaFw00MjA4MjIxMjA3MDZaMHExCzAJ +BgNVBAYTAkhVMREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNTWljcm9zZWMg +THRkLjEXMBUGA1UEYQwOVkFUSFUtMjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3ppZ25v +IFJvb3QgQ0EgMjAxNzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJbcPYrYsHtv +xie+RJCxs1YVe45DJH0ahFnuY2iyxl6H0BVIHqiQrb1TotreOpCmYF9oMrWGQd+H +Wyx7xf58etqjYzBhMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G +A1UdDgQWBBSHERUI0arBeAyxr87GyZDvvzAEwDAfBgNVHSMEGDAWgBSHERUI0arB +eAyxr87GyZDvvzAEwDAKBggqhkjOPQQDAgNJADBGAiEAtVfd14pVCzbhhkT61Nlo +jbjcI4qKDdQvfepz7L9NbKgCIQDLpbQS+ue16M9+k/zzNY9vTlp8tLxOsvxyqltZ ++efcMQ== +-----END CERTIFICATE----- + +# Issuer: O=CERTSIGN SA OU=certSIGN ROOT CA G2 +# Subject: O=CERTSIGN SA OU=certSIGN ROOT CA G2 +# Label: "certSIGN Root CA G2" +# Serial: 313609486401300475190 +# MD5 Fingerprint: 8c:f1:75:8a:c6:19:cf:94:b7:f7:65:20:87:c3:97:c7 +# SHA1 Fingerprint: 26:f9:93:b4:ed:3d:28:27:b0:b9:4b:a7:e9:15:1d:a3:8d:92:e5:32 +# SHA256 Fingerprint: 65:7c:fe:2f:a7:3f:aa:38:46:25:71:f3:32:a2:36:3a:46:fc:e7:02:09:51:71:07:02:cd:fb:b6:ee:da:33:05 +-----BEGIN CERTIFICATE----- +MIIFRzCCAy+gAwIBAgIJEQA0tk7GNi02MA0GCSqGSIb3DQEBCwUAMEExCzAJBgNV +BAYTAlJPMRQwEgYDVQQKEwtDRVJUU0lHTiBTQTEcMBoGA1UECxMTY2VydFNJR04g +Uk9PVCBDQSBHMjAeFw0xNzAyMDYwOTI3MzVaFw00MjAyMDYwOTI3MzVaMEExCzAJ +BgNVBAYTAlJPMRQwEgYDVQQKEwtDRVJUU0lHTiBTQTEcMBoGA1UECxMTY2VydFNJ +R04gUk9PVCBDQSBHMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMDF +dRmRfUR0dIf+DjuW3NgBFszuY5HnC2/OOwppGnzC46+CjobXXo9X69MhWf05N0Iw +vlDqtg+piNguLWkh59E3GE59kdUWX2tbAMI5Qw02hVK5U2UPHULlj88F0+7cDBrZ +uIt4ImfkabBoxTzkbFpG583H+u/E7Eu9aqSs/cwoUe+StCmrqzWaTOTECMYmzPhp +n+Sc8CnTXPnGFiWeI8MgwT0PPzhAsP6CRDiqWhqKa2NYOLQV07YRaXseVO6MGiKs +cpc/I1mbySKEwQdPzH/iV8oScLumZfNpdWO9lfsbl83kqK/20U6o2YpxJM02PbyW +xPFsqa7lzw1uKA2wDrXKUXt4FMMgL3/7FFXhEZn91QqhngLjYl/rNUssuHLoPj1P +rCy7Lobio3aP5ZMqz6WryFyNSwb/EkaseMsUBzXgqd+L6a8VTxaJW732jcZZroiF +DsGJ6x9nxUWO/203Nit4ZoORUSs9/1F3dmKh7Gc+PoGD4FapUB8fepmrY7+EF3fx +DTvf95xhszWYijqy7DwaNz9+j5LP2RIUZNoQAhVB/0/E6xyjyfqZ90bp4RjZsbgy +LcsUDFDYg2WD7rlcz8sFWkz6GZdr1l0T08JcVLwyc6B49fFtHsufpaafItzRUZ6C +eWRgKRM+o/1Pcmqr4tTluCRVLERLiohEnMqE0yo7AgMBAAGjQjBAMA8GA1UdEwEB +/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBSCIS1mxteg4BXrzkwJ +d8RgnlRuAzANBgkqhkiG9w0BAQsFAAOCAgEAYN4auOfyYILVAzOBywaK8SJJ6ejq +kX/GM15oGQOGO0MBzwdw5AgeZYWR5hEit/UCI46uuR59H35s5r0l1ZUa8gWmr4UC +b6741jH/JclKyMeKqdmfS0mbEVeZkkMR3rYzpMzXjWR91M08KCy0mpbqTfXERMQl +qiCA2ClV9+BB/AYm/7k29UMUA2Z44RGx2iBfRgB4ACGlHgAoYXhvqAEBj500mv/0 +OJD7uNGzcgbJceaBxXntC6Z58hMLnPddDnskk7RI24Zf3lCGeOdA5jGokHZwYa+c +NywRtYK3qq4kNFtyDGkNzVmf9nGvnAvRCjj5BiKDUyUM/FHE5r7iOZULJK2v0ZXk +ltd0ZGtxTgI8qoXzIKNDOXZbbFD+mpwUHmUUihW9o4JFWklWatKcsWMy5WHgUyIO +pwpJ6st+H6jiYoD2EEVSmAYY3qXNL3+q1Ok+CHLsIwMCPKaq2LxndD0UF/tUSxfj +03k9bWtJySgOLnRQvwzZRjoQhsmnP+mg7H/rpXdYaXHmgwo38oZJar55CJD2AhZk +PuXaTH4MNMn5X7azKFGnpyuqSfqNZSlO42sTp5SjLVFteAxEy9/eCG/Oo2Sr05WE +1LlSVHJ7liXMvGnjSG4N0MedJ5qq+BOS3R7fY581qRY27Iy4g/Q9iY/NtBde17MX +QRBdJ3NghVdJIgc= +-----END CERTIFICATE----- + +# Issuer: CN=Trustwave Global Certification Authority O=Trustwave Holdings, Inc. +# Subject: CN=Trustwave Global Certification Authority O=Trustwave Holdings, Inc. +# Label: "Trustwave Global Certification Authority" +# Serial: 1846098327275375458322922162 +# MD5 Fingerprint: f8:1c:18:2d:2f:ba:5f:6d:a1:6c:bc:c7:ab:91:c7:0e +# SHA1 Fingerprint: 2f:8f:36:4f:e1:58:97:44:21:59:87:a5:2a:9a:d0:69:95:26:7f:b5 +# SHA256 Fingerprint: 97:55:20:15:f5:dd:fc:3c:87:88:c0:06:94:45:55:40:88:94:45:00:84:f1:00:86:70:86:bc:1a:2b:b5:8d:c8 +-----BEGIN CERTIFICATE----- +MIIF2jCCA8KgAwIBAgIMBfcOhtpJ80Y1LrqyMA0GCSqGSIb3DQEBCwUAMIGIMQsw +CQYDVQQGEwJVUzERMA8GA1UECAwISWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28x +ITAfBgNVBAoMGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1 +c3R3YXZlIEdsb2JhbCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xNzA4MjMx +OTM0MTJaFw00MjA4MjMxOTM0MTJaMIGIMQswCQYDVQQGEwJVUzERMA8GA1UECAwI +SWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28xITAfBgNVBAoMGFRydXN0d2F2ZSBI +b2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1c3R3YXZlIEdsb2JhbCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIB +ALldUShLPDeS0YLOvR29zd24q88KPuFd5dyqCblXAj7mY2Hf8g+CY66j96xz0Xzn +swuvCAAJWX/NKSqIk4cXGIDtiLK0thAfLdZfVaITXdHG6wZWiYj+rDKd/VzDBcdu +7oaJuogDnXIhhpCujwOl3J+IKMujkkkP7NAP4m1ET4BqstTnoApTAbqOl5F2brz8 +1Ws25kCI1nsvXwXoLG0R8+eyvpJETNKXpP7ScoFDB5zpET71ixpZfR9oWN0EACyW +80OzfpgZdNmcc9kYvkHHNHnZ9GLCQ7mzJ7Aiy/k9UscwR7PJPrhq4ufogXBeQotP +JqX+OsIgbrv4Fo7NDKm0G2x2EOFYeUY+VM6AqFcJNykbmROPDMjWLBz7BegIlT1l +RtzuzWniTY+HKE40Cz7PFNm73bZQmq131BnW2hqIyE4bJ3XYsgjxroMwuREOzYfw +hI0Vcnyh78zyiGG69Gm7DIwLdVcEuE4qFC49DxweMqZiNu5m4iK4BUBjECLzMx10 +coos9TkpoNPnG4CELcU9402x/RpvumUHO1jsQkUm+9jaJXLE9gCxInm943xZYkqc +BW89zubWR2OZxiRvchLIrH+QtAuRcOi35hYQcRfO3gZPSEF9NUqjifLJS3tBEW1n +twiYTOURGa5CgNz7kAXU+FDKvuStx8KU1xad5hePrzb7AgMBAAGjQjBAMA8GA1Ud +EwEB/wQFMAMBAf8wHQYDVR0OBBYEFJngGWcNYtt2s9o9uFvo/ULSMQ6HMA4GA1Ud +DwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAmHNw4rDT7TnsTGDZqRKGFx6W +0OhUKDtkLSGm+J1WE2pIPU/HPinbbViDVD2HfSMF1OQc3Og4ZYbFdada2zUFvXfe +uyk3QAUHw5RSn8pk3fEbK9xGChACMf1KaA0HZJDmHvUqoai7PF35owgLEQzxPy0Q +lG/+4jSHg9bP5Rs1bdID4bANqKCqRieCNqcVtgimQlRXtpla4gt5kNdXElE1GYhB +aCXUNxeEFfsBctyV3lImIJgm4nb1J2/6ADtKYdkNy1GTKv0WBpanI5ojSP5RvbbE +sLFUzt5sQa0WZ37b/TjNuThOssFgy50X31ieemKyJo90lZvkWx3SD92YHJtZuSPT +MaCm/zjdzyBP6VhWOmfD0faZmZ26NraAL4hHT4a/RDqA5Dccprrql5gR0IRiR2Qe +qu5AvzSxnI9O4fKSTx+O856X3vOmeWqJcU9LJxdI/uz0UA9PSX3MReO9ekDFQdxh +VicGaeVyQYHTtgGJoC86cnn+OjC/QezHYj6RS8fZMXZC+fc8Y+wmjHMMfRod6qh8 +h6jCJ3zhM0EPz8/8AKAigJ5Kp28AsEFFtyLKaEjFQqKu3R3y4G5OBVixwJAWKqQ9 +EEC+j2Jjg6mcgn0tAumDMHzLJ8n9HmYAsC7TIS+OMxZsmO0QqAfWzJPP29FpHOTK +yeC2nOnOcXHebD8WpHk= +-----END CERTIFICATE----- + +# Issuer: CN=Trustwave Global ECC P256 Certification Authority O=Trustwave Holdings, Inc. +# Subject: CN=Trustwave Global ECC P256 Certification Authority O=Trustwave Holdings, Inc. +# Label: "Trustwave Global ECC P256 Certification Authority" +# Serial: 4151900041497450638097112925 +# MD5 Fingerprint: 5b:44:e3:8d:5d:36:86:26:e8:0d:05:d2:59:a7:83:54 +# SHA1 Fingerprint: b4:90:82:dd:45:0c:be:8b:5b:b1:66:d3:e2:a4:08:26:cd:ed:42:cf +# SHA256 Fingerprint: 94:5b:bc:82:5e:a5:54:f4:89:d1:fd:51:a7:3d:df:2e:a6:24:ac:70:19:a0:52:05:22:5c:22:a7:8c:cf:a8:b4 +-----BEGIN CERTIFICATE----- +MIICYDCCAgegAwIBAgIMDWpfCD8oXD5Rld9dMAoGCCqGSM49BAMCMIGRMQswCQYD +VQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAf +BgNVBAoTGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3 +YXZlIEdsb2JhbCBFQ0MgUDI1NiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0x +NzA4MjMxOTM1MTBaFw00MjA4MjMxOTM1MTBaMIGRMQswCQYDVQQGEwJVUzERMA8G +A1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0 +d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBF +Q0MgUDI1NiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTBZMBMGByqGSM49AgEGCCqG +SM49AwEHA0IABH77bOYj43MyCMpg5lOcunSNGLB4kFKA3TjASh3RqMyTpJcGOMoN +FWLGjgEqZZ2q3zSRLoHB5DOSMcT9CTqmP62jQzBBMA8GA1UdEwEB/wQFMAMBAf8w +DwYDVR0PAQH/BAUDAwcGADAdBgNVHQ4EFgQUo0EGrJBt0UrrdaVKEJmzsaGLSvcw +CgYIKoZIzj0EAwIDRwAwRAIgB+ZU2g6gWrKuEZ+Hxbb/ad4lvvigtwjzRM4q3wgh +DDcCIC0mA6AFvWvR9lz4ZcyGbbOcNEhjhAnFjXca4syc4XR7 +-----END CERTIFICATE----- + +# Issuer: CN=Trustwave Global ECC P384 Certification Authority O=Trustwave Holdings, Inc. +# Subject: CN=Trustwave Global ECC P384 Certification Authority O=Trustwave Holdings, Inc. +# Label: "Trustwave Global ECC P384 Certification Authority" +# Serial: 2704997926503831671788816187 +# MD5 Fingerprint: ea:cf:60:c4:3b:b9:15:29:40:a1:97:ed:78:27:93:d6 +# SHA1 Fingerprint: e7:f3:a3:c8:cf:6f:c3:04:2e:6d:0e:67:32:c5:9e:68:95:0d:5e:d2 +# SHA256 Fingerprint: 55:90:38:59:c8:c0:c3:eb:b8:75:9e:ce:4e:25:57:22:5f:f5:75:8b:bd:38:eb:d4:82:76:60:1e:1b:d5:80:97 +-----BEGIN CERTIFICATE----- +MIICnTCCAiSgAwIBAgIMCL2Fl2yZJ6SAaEc7MAoGCCqGSM49BAMDMIGRMQswCQYD +VQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAf +BgNVBAoTGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3 +YXZlIEdsb2JhbCBFQ0MgUDM4NCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0x +NzA4MjMxOTM2NDNaFw00MjA4MjMxOTM2NDNaMIGRMQswCQYDVQQGEwJVUzERMA8G +A1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0 +d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBF +Q0MgUDM4NCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTB2MBAGByqGSM49AgEGBSuB +BAAiA2IABGvaDXU1CDFHBa5FmVXxERMuSvgQMSOjfoPTfygIOiYaOs+Xgh+AtycJ +j9GOMMQKmw6sWASr9zZ9lCOkmwqKi6vr/TklZvFe/oyujUF5nQlgziip04pt89ZF +1PKYhDhloKNDMEEwDwYDVR0TAQH/BAUwAwEB/zAPBgNVHQ8BAf8EBQMDBwYAMB0G +A1UdDgQWBBRVqYSJ0sEyvRjLbKYHTsjnnb6CkDAKBggqhkjOPQQDAwNnADBkAjA3 +AZKXRRJ+oPM+rRk6ct30UJMDEr5E0k9BpIycnR+j9sKS50gU/k6bpZFXrsY3crsC +MGclCrEMXu6pY5Jv5ZAL/mYiykf9ijH3g/56vxC+GCsej/YpHpRZ744hN8tRmKVu +Sw== +-----END CERTIFICATE----- + +# Issuer: CN=NAVER Global Root Certification Authority O=NAVER BUSINESS PLATFORM Corp. +# Subject: CN=NAVER Global Root Certification Authority O=NAVER BUSINESS PLATFORM Corp. +# Label: "NAVER Global Root Certification Authority" +# Serial: 9013692873798656336226253319739695165984492813 +# MD5 Fingerprint: c8:7e:41:f6:25:3b:f5:09:b3:17:e8:46:3d:bf:d0:9b +# SHA1 Fingerprint: 8f:6b:f2:a9:27:4a:da:14:a0:c4:f4:8e:61:27:f9:c0:1e:78:5d:d1 +# SHA256 Fingerprint: 88:f4:38:dc:f8:ff:d1:fa:8f:42:91:15:ff:e5:f8:2a:e1:e0:6e:0c:70:c3:75:fa:ad:71:7b:34:a4:9e:72:65 +-----BEGIN CERTIFICATE----- +MIIFojCCA4qgAwIBAgIUAZQwHqIL3fXFMyqxQ0Rx+NZQTQ0wDQYJKoZIhvcNAQEM +BQAwaTELMAkGA1UEBhMCS1IxJjAkBgNVBAoMHU5BVkVSIEJVU0lORVNTIFBMQVRG +T1JNIENvcnAuMTIwMAYDVQQDDClOQVZFUiBHbG9iYWwgUm9vdCBDZXJ0aWZpY2F0 +aW9uIEF1dGhvcml0eTAeFw0xNzA4MTgwODU4NDJaFw0zNzA4MTgyMzU5NTlaMGkx +CzAJBgNVBAYTAktSMSYwJAYDVQQKDB1OQVZFUiBCVVNJTkVTUyBQTEFURk9STSBD +b3JwLjEyMDAGA1UEAwwpTkFWRVIgR2xvYmFsIFJvb3QgQ2VydGlmaWNhdGlvbiBB +dXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC21PGTXLVA +iQqrDZBbUGOukJR0F0Vy1ntlWilLp1agS7gvQnXp2XskWjFlqxcX0TM62RHcQDaH +38dq6SZeWYp34+hInDEW+j6RscrJo+KfziFTowI2MMtSAuXaMl3Dxeb57hHHi8lE +HoSTGEq0n+USZGnQJoViAbbJAh2+g1G7XNr4rRVqmfeSVPc0W+m/6imBEtRTkZaz +kVrd/pBzKPswRrXKCAfHcXLJZtM0l/aM9BhK4dA9WkW2aacp+yPOiNgSnABIqKYP +szuSjXEOdMWLyEz59JuOuDxp7W87UC9Y7cSw0BwbagzivESq2M0UXZR4Yb8Obtoq +vC8MC3GmsxY/nOb5zJ9TNeIDoKAYv7vxvvTWjIcNQvcGufFt7QSUqP620wbGQGHf +nZ3zVHbOUzoBppJB7ASjjw2i1QnK1sua8e9DXcCrpUHPXFNwcMmIpi3Ua2FzUCaG +YQ5fG8Ir4ozVu53BA0K6lNpfqbDKzE0K70dpAy8i+/Eozr9dUGWokG2zdLAIx6yo +0es+nPxdGoMuK8u180SdOqcXYZaicdNwlhVNt0xz7hlcxVs+Qf6sdWA7G2POAN3a +CJBitOUt7kinaxeZVL6HSuOpXgRM6xBtVNbv8ejyYhbLgGvtPe31HzClrkvJE+2K +AQHJuFFYwGY6sWZLxNUxAmLpdIQM201GLQIDAQABo0IwQDAdBgNVHQ4EFgQU0p+I +36HNLL3s9TsBAZMzJ7LrYEswDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMB +Af8wDQYJKoZIhvcNAQEMBQADggIBADLKgLOdPVQG3dLSLvCkASELZ0jKbY7gyKoN +qo0hV4/GPnrK21HUUrPUloSlWGB/5QuOH/XcChWB5Tu2tyIvCZwTFrFsDDUIbatj +cu3cvuzHV+YwIHHW1xDBE1UBjCpD5EHxzzp6U5LOogMFDTjfArsQLtk70pt6wKGm ++LUx5vR1yblTmXVHIloUFcd4G7ad6Qz4G3bxhYTeodoS76TiEJd6eN4MUZeoIUCL +hr0N8F5OSza7OyAfikJW4Qsav3vQIkMsRIz75Sq0bBwcupTgE34h5prCy8VCZLQe +lHsIJchxzIdFV4XTnyliIoNRlwAYl3dqmJLJfGBs32x9SuRwTMKeuB330DTHD8z7 +p/8Dvq1wkNoL3chtl1+afwkyQf3NosxabUzyqkn+Zvjp2DXrDige7kgvOtB5CTh8 +piKCk5XQA76+AqAF3SAi428diDRgxuYKuQl1C/AH6GmWNcf7I4GOODm4RStDeKLR +LBT/DShycpWbXgnbiUSYqqFJu3FS8r/2/yehNq+4tneI3TqkbZs0kNwUXTC/t+sX +5Ie3cdCh13cV1ELX8vMxmV2b3RZtP+oGI/hGoiLtk/bdmuYqh7GYVPEi92tF4+KO +dh2ajcQGjTa3FPOdVGm3jjzVpG2Tgbet9r1ke8LJaDmgkpzNNIaRkPpkUZ3+/uul +9XXeifdy +-----END CERTIFICATE----- + +# Issuer: CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS O=FNMT-RCM OU=Ceres +# Subject: CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS O=FNMT-RCM OU=Ceres +# Label: "AC RAIZ FNMT-RCM SERVIDORES SEGUROS" +# Serial: 131542671362353147877283741781055151509 +# MD5 Fingerprint: 19:36:9c:52:03:2f:d2:d1:bb:23:cc:dd:1e:12:55:bb +# SHA1 Fingerprint: 62:ff:d9:9e:c0:65:0d:03:ce:75:93:d2:ed:3f:2d:32:c9:e3:e5:4a +# SHA256 Fingerprint: 55:41:53:b1:3d:2c:f9:dd:b7:53:bf:be:1a:4e:0a:e0:8d:0a:a4:18:70:58:fe:60:a2:b8:62:b2:e4:b8:7b:cb +-----BEGIN CERTIFICATE----- +MIICbjCCAfOgAwIBAgIQYvYybOXE42hcG2LdnC6dlTAKBggqhkjOPQQDAzB4MQsw +CQYDVQQGEwJFUzERMA8GA1UECgwIRk5NVC1SQ00xDjAMBgNVBAsMBUNlcmVzMRgw +FgYDVQRhDA9WQVRFUy1RMjgyNjAwNEoxLDAqBgNVBAMMI0FDIFJBSVogRk5NVC1S +Q00gU0VSVklET1JFUyBTRUdVUk9TMB4XDTE4MTIyMDA5MzczM1oXDTQzMTIyMDA5 +MzczM1oweDELMAkGA1UEBhMCRVMxETAPBgNVBAoMCEZOTVQtUkNNMQ4wDAYDVQQL +DAVDZXJlczEYMBYGA1UEYQwPVkFURVMtUTI4MjYwMDRKMSwwKgYDVQQDDCNBQyBS +QUlaIEZOTVQtUkNNIFNFUlZJRE9SRVMgU0VHVVJPUzB2MBAGByqGSM49AgEGBSuB +BAAiA2IABPa6V1PIyqvfNkpSIeSX0oNnnvBlUdBeh8dHsVnyV0ebAAKTRBdp20LH +sbI6GA60XYyzZl2hNPk2LEnb80b8s0RpRBNm/dfF/a82Tc4DTQdxz69qBdKiQ1oK +Um8BA06Oi6NCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYD +VR0OBBYEFAG5L++/EYZg8k/QQW6rcx/n0m5JMAoGCCqGSM49BAMDA2kAMGYCMQCu +SuMrQMN0EfKVrRYj3k4MGuZdpSRea0R7/DjiT8ucRRcRTBQnJlU5dUoDzBOQn5IC +MQD6SmxgiHPz7riYYqnOK8LZiqZwMR2vsJRM60/G49HzYqc8/5MuB1xJAWdpEgJy +v+c= +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign Root R46 O=GlobalSign nv-sa +# Subject: CN=GlobalSign Root R46 O=GlobalSign nv-sa +# Label: "GlobalSign Root R46" +# Serial: 1552617688466950547958867513931858518042577 +# MD5 Fingerprint: c4:14:30:e4:fa:66:43:94:2a:6a:1b:24:5f:19:d0:ef +# SHA1 Fingerprint: 53:a2:b0:4b:ca:6b:d6:45:e6:39:8a:8e:c4:0d:d2:bf:77:c3:a2:90 +# SHA256 Fingerprint: 4f:a3:12:6d:8d:3a:11:d1:c4:85:5a:4f:80:7c:ba:d6:cf:91:9d:3a:5a:88:b0:3b:ea:2c:63:72:d9:3c:40:c9 +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgISEdK7udcjGJ5AXwqdLdDfJWfRMA0GCSqGSIb3DQEBDAUA +MEYxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRwwGgYD +VQQDExNHbG9iYWxTaWduIFJvb3QgUjQ2MB4XDTE5MDMyMDAwMDAwMFoXDTQ2MDMy +MDAwMDAwMFowRjELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYt +c2ExHDAaBgNVBAMTE0dsb2JhbFNpZ24gUm9vdCBSNDYwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQCsrHQy6LNl5brtQyYdpokNRbopiLKkHWPd08EsCVeJ +OaFV6Wc0dwxu5FUdUiXSE2te4R2pt32JMl8Nnp8semNgQB+msLZ4j5lUlghYruQG +vGIFAha/r6gjA7aUD7xubMLL1aa7DOn2wQL7Id5m3RerdELv8HQvJfTqa1VbkNud +316HCkD7rRlr+/fKYIje2sGP1q7Vf9Q8g+7XFkyDRTNrJ9CG0Bwta/OrffGFqfUo +0q3v84RLHIf8E6M6cqJaESvWJ3En7YEtbWaBkoe0G1h6zD8K+kZPTXhc+CtI4wSE +y132tGqzZfxCnlEmIyDLPRT5ge1lFgBPGmSXZgjPjHvjK8Cd+RTyG/FWaha/LIWF +zXg4mutCagI0GIMXTpRW+LaCtfOW3T3zvn8gdz57GSNrLNRyc0NXfeD412lPFzYE ++cCQYDdF3uYM2HSNrpyibXRdQr4G9dlkbgIQrImwTDsHTUB+JMWKmIJ5jqSngiCN +I/onccnfxkF0oE32kRbcRoxfKWMxWXEM2G/CtjJ9++ZdU6Z+Ffy7dXxd7Pj2Fxzs +x2sZy/N78CsHpdlseVR2bJ0cpm4O6XkMqCNqo98bMDGfsVR7/mrLZqrcZdCinkqa +ByFrgY/bxFn63iLABJzjqls2k+g9vXqhnQt2sQvHnf3PmKgGwvgqo6GDoLclcqUC +4wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQUA1yrc4GHqMywptWU4jaWSf8FmSwwDQYJKoZIhvcNAQEMBQADggIBAHx4 +7PYCLLtbfpIrXTncvtgdokIzTfnvpCo7RGkerNlFo048p9gkUbJUHJNOxO97k4Vg +JuoJSOD1u8fpaNK7ajFxzHmuEajwmf3lH7wvqMxX63bEIaZHU1VNaL8FpO7XJqti +2kM3S+LGteWygxk6x9PbTZ4IevPuzz5i+6zoYMzRx6Fcg0XERczzF2sUyQQCPtIk +pnnpHs6i58FZFZ8d4kuaPp92CC1r2LpXFNqD6v6MVenQTqnMdzGxRBF6XLE+0xRF +FRhiJBPSy03OXIPBNvIQtQ6IbbjhVp+J3pZmOUdkLG5NrmJ7v2B0GbhWrJKsFjLt +rWhV/pi60zTe9Mlhww6G9kuEYO4Ne7UyWHmRVSyBQ7N0H3qqJZ4d16GLuc1CLgSk +ZoNNiTW2bKg2SnkheCLQQrzRQDGQob4Ez8pn7fXwgNNgyYMqIgXQBztSvwyeqiv5 +u+YfjyW6hY0XHgL+XVAEV8/+LbzvXMAaq7afJMbfc2hIkCwU9D9SGuTSyxTDYWnP +4vkYxboznxSjBF25cfe1lNj2M8FawTSLfJvdkzrnE6JwYZ+vj+vYxXX4M2bUdGc6 +N3ec592kD3ZDZopD8p/7DEJ4Y9HiD2971KE9dJeFt0g5QdYg/NA6s/rob8SKunE3 +vouXsXgxT7PntgMTzlSdriVZzH81Xwj3QEUxeCp6 +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign Root E46 O=GlobalSign nv-sa +# Subject: CN=GlobalSign Root E46 O=GlobalSign nv-sa +# Label: "GlobalSign Root E46" +# Serial: 1552617690338932563915843282459653771421763 +# MD5 Fingerprint: b5:b8:66:ed:de:08:83:e3:c9:e2:01:34:06:ac:51:6f +# SHA1 Fingerprint: 39:b4:6c:d5:fe:80:06:eb:e2:2f:4a:bb:08:33:a0:af:db:b9:dd:84 +# SHA256 Fingerprint: cb:b9:c4:4d:84:b8:04:3e:10:50:ea:31:a6:9f:51:49:55:d7:bf:d2:e2:c6:b4:93:01:01:9a:d6:1d:9f:50:58 +-----BEGIN CERTIFICATE----- +MIICCzCCAZGgAwIBAgISEdK7ujNu1LzmJGjFDYQdmOhDMAoGCCqGSM49BAMDMEYx +CzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRwwGgYDVQQD +ExNHbG9iYWxTaWduIFJvb3QgRTQ2MB4XDTE5MDMyMDAwMDAwMFoXDTQ2MDMyMDAw +MDAwMFowRjELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2Ex +HDAaBgNVBAMTE0dsb2JhbFNpZ24gUm9vdCBFNDYwdjAQBgcqhkjOPQIBBgUrgQQA +IgNiAAScDrHPt+ieUnd1NPqlRqetMhkytAepJ8qUuwzSChDH2omwlwxwEwkBjtjq +R+q+soArzfwoDdusvKSGN+1wCAB16pMLey5SnCNoIwZD7JIvU4Tb+0cUB+hflGdd +yXqBPCCjQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1Ud +DgQWBBQxCpCPtsad0kRLgLWi5h+xEk8blTAKBggqhkjOPQQDAwNoADBlAjEA31SQ +7Zvvi5QCkxeCmb6zniz2C5GMn0oUsfZkvLtoURMMA/cVi4RguYv/Uo7njLwcAjA8 ++RHUjE7AwWHCFUyqqx0LMV87HOIAl0Qx5v5zli/altP+CAezNIm8BZ/3Hobui3A= +-----END CERTIFICATE----- + +# Issuer: CN=ANF Secure Server Root CA O=ANF Autoridad de Certificacion OU=ANF CA Raiz +# Subject: CN=ANF Secure Server Root CA O=ANF Autoridad de Certificacion OU=ANF CA Raiz +# Label: "ANF Secure Server Root CA" +# Serial: 996390341000653745 +# MD5 Fingerprint: 26:a6:44:5a:d9:af:4e:2f:b2:1d:b6:65:b0:4e:e8:96 +# SHA1 Fingerprint: 5b:6e:68:d0:cc:15:b6:a0:5f:1e:c1:5f:ae:02:fc:6b:2f:5d:6f:74 +# SHA256 Fingerprint: fb:8f:ec:75:91:69:b9:10:6b:1e:51:16:44:c6:18:c5:13:04:37:3f:6c:06:43:08:8d:8b:ef:fd:1b:99:75:99 +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=Certum EC-384 CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Subject: CN=Certum EC-384 CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Label: "Certum EC-384 CA" +# Serial: 160250656287871593594747141429395092468 +# MD5 Fingerprint: b6:65:b3:96:60:97:12:a1:ec:4e:e1:3d:a3:c6:c9:f1 +# SHA1 Fingerprint: f3:3e:78:3c:ac:df:f4:a2:cc:ac:67:55:69:56:d7:e5:16:3c:e1:ed +# SHA256 Fingerprint: 6b:32:80:85:62:53:18:aa:50:d1:73:c9:8d:8b:da:09:d5:7e:27:41:3d:11:4c:f7:87:a0:f5:d0:6c:03:0c:f6 +-----BEGIN CERTIFICATE----- +MIICZTCCAeugAwIBAgIQeI8nXIESUiClBNAt3bpz9DAKBggqhkjOPQQDAzB0MQsw +CQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBTLkEuMScw +JQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxGTAXBgNVBAMT +EENlcnR1bSBFQy0zODQgQ0EwHhcNMTgwMzI2MDcyNDU0WhcNNDMwMzI2MDcyNDU0 +WjB0MQswCQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBT +LkEuMScwJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxGTAX +BgNVBAMTEENlcnR1bSBFQy0zODQgQ0EwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAATE +KI6rGFtqvm5kN2PkzeyrOvfMobgOgknXhimfoZTy42B4mIF4Bk3y7JoOV2CDn7Tm +Fy8as10CW4kjPMIRBSqniBMY81CE1700LCeJVf/OTOffph8oxPBUw7l8t1Ot68Kj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI0GZnQkdjrzife81r1HfS+8 +EF9LMA4GA1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNoADBlAjADVS2m5hjEfO/J +UG7BJw+ch69u1RsIGL2SKcHvlJF40jocVYli5RsJHrpka/F2tNQCMQC0QoSZ/6vn +nvuRlydd3LBbMHHOXjgaatkl5+r3YZJW+OraNsKHZZYuciUvf9/DE8k= +-----END CERTIFICATE----- + +# Issuer: CN=Certum Trusted Root CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Subject: CN=Certum Trusted Root CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Label: "Certum Trusted Root CA" +# Serial: 40870380103424195783807378461123655149 +# MD5 Fingerprint: 51:e1:c2:e7:fe:4c:84:af:59:0e:2f:f4:54:6f:ea:29 +# SHA1 Fingerprint: c8:83:44:c0:18:ae:9f:cc:f1:87:b7:8f:22:d1:c5:d7:45:84:ba:e5 +# SHA256 Fingerprint: fe:76:96:57:38:55:77:3e:37:a9:5e:7a:d4:d9:cc:96:c3:01:57:c1:5d:31:76:5b:a9:b1:57:04:e1:ae:78:fd +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=TunTrust Root CA O=Agence Nationale de Certification Electronique +# Subject: CN=TunTrust Root CA O=Agence Nationale de Certification Electronique +# Label: "TunTrust Root CA" +# Serial: 108534058042236574382096126452369648152337120275 +# MD5 Fingerprint: 85:13:b9:90:5b:36:5c:b6:5e:b8:5a:f8:e0:31:57:b4 +# SHA1 Fingerprint: cf:e9:70:84:0f:e0:73:0f:9d:f6:0c:7f:2c:4b:ee:20:46:34:9c:bb +# SHA256 Fingerprint: 2e:44:10:2a:b5:8c:b8:54:19:45:1c:8e:19:d9:ac:f3:66:2c:af:bc:61:4b:6a:53:96:0a:30:f7:d0:e2:eb:41 +-----BEGIN CERTIFICATE----- +MIIFszCCA5ugAwIBAgIUEwLV4kBMkkaGFmddtLu7sms+/BMwDQYJKoZIhvcNAQEL +BQAwYTELMAkGA1UEBhMCVE4xNzA1BgNVBAoMLkFnZW5jZSBOYXRpb25hbGUgZGUg +Q2VydGlmaWNhdGlvbiBFbGVjdHJvbmlxdWUxGTAXBgNVBAMMEFR1blRydXN0IFJv +b3QgQ0EwHhcNMTkwNDI2MDg1NzU2WhcNNDQwNDI2MDg1NzU2WjBhMQswCQYDVQQG +EwJUTjE3MDUGA1UECgwuQWdlbmNlIE5hdGlvbmFsZSBkZSBDZXJ0aWZpY2F0aW9u +IEVsZWN0cm9uaXF1ZTEZMBcGA1UEAwwQVHVuVHJ1c3QgUm9vdCBDQTCCAiIwDQYJ +KoZIhvcNAQEBBQADggIPADCCAgoCggIBAMPN0/y9BFPdDCA61YguBUtB9YOCfvdZ +n56eY+hz2vYGqU8ftPkLHzmMmiDQfgbU7DTZhrx1W4eI8NLZ1KMKsmwb60ksPqxd +2JQDoOw05TDENX37Jk0bbjBU2PWARZw5rZzJJQRNmpA+TkBuimvNKWfGzC3gdOgF +VwpIUPp6Q9p+7FuaDmJ2/uqdHYVy7BG7NegfJ7/Boce7SBbdVtfMTqDhuazb1YMZ +GoXRlJfXyqNlC/M4+QKu3fZnz8k/9YosRxqZbwUN/dAdgjH8KcwAWJeRTIAAHDOF +li/LQcKLEITDCSSJH7UP2dl3RxiSlGBcx5kDPP73lad9UKGAwqmDrViWVSHbhlnU +r8a83YFuB9tgYv7sEG7aaAH0gxupPqJbI9dkxt/con3YS7qC0lH4Zr8GRuR5KiY2 +eY8fTpkdso8MDhz/yV3A/ZAQprE38806JG60hZC/gLkMjNWb1sjxVj8agIl6qeIb +MlEsPvLfe/ZdeikZjuXIvTZxi11Mwh0/rViizz1wTaZQmCXcI/m4WEEIcb9PuISg +jwBUFfyRbVinljvrS5YnzWuioYasDXxU5mZMZl+QviGaAkYt5IPCgLnPSz7ofzwB +7I9ezX/SKEIBlYrilz0QIX32nRzFNKHsLA4KUiwSVXAkPcvCFDVDXSdOvsC9qnyW +5/yeYa1E0wCXAgMBAAGjYzBhMB0GA1UdDgQWBBQGmpsfU33x9aTI04Y+oXNZtPdE +ITAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFAaamx9TffH1pMjThj6hc1m0 +90QhMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAqgVutt0Vyb+z +xiD2BkewhpMl0425yAA/l/VSJ4hxyXT968pk21vvHl26v9Hr7lxpuhbI87mP0zYu +QEkHDVneixCwSQXi/5E/S7fdAo74gShczNxtr18UnH1YeA32gAm56Q6XKRm4t+v4 +FstVEuTGfbvE7Pi1HE4+Z7/FXxttbUcoqgRYYdZ2vyJ/0Adqp2RT8JeNnYA/u8EH +22Wv5psymsNUk8QcCMNE+3tjEUPRahphanltkE8pjkcFwRJpadbGNjHh/PqAulxP +xOu3Mqz4dWEX1xAZufHSCe96Qp1bWgvUxpVOKs7/B9dPfhgGiPEZtdmYu65xxBzn +dFlY7wyJz4sfdZMaBBSSSFCp61cpABbjNhzI+L/wM9VBD8TMPN3pM0MBkRArHtG5 +Xc0yGYuPjCB31yLEQtyEFpslbei0VXF/sHyz03FJuc9SpAQ/3D2gu68zngowYI7b +nV2UqL1g52KAdoGDDIzMMEZJ4gzSqK/rYXHv5yJiqfdcZGyfFoxnNidF9Ql7v/YQ +CvGwjVRDjAS6oz/v4jXH+XTgbzRB0L9zZVcg+ZtnemZoJE6AZb0QmQZZ8mWvuMZH +u/2QeItBcy6vVR/cO5JyboTT0GFMDcx2V+IthSIVNg3rAZ3r2OvEhJn7wAzMMujj +d9qDRIueVSjAi1jTkD5OGwDxFa2DK5o= +-----END CERTIFICATE----- + +# Issuer: CN=HARICA TLS RSA Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Subject: CN=HARICA TLS RSA Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Label: "HARICA TLS RSA Root CA 2021" +# Serial: 76817823531813593706434026085292783742 +# MD5 Fingerprint: 65:47:9b:58:86:dd:2c:f0:fc:a2:84:1f:1e:96:c4:91 +# SHA1 Fingerprint: 02:2d:05:82:fa:88:ce:14:0c:06:79:de:7f:14:10:e9:45:d7:a5:6d +# SHA256 Fingerprint: d9:5d:0e:8e:da:79:52:5b:f9:be:b1:1b:14:d2:10:0d:32:94:98:5f:0c:62:d9:fa:bd:9c:d9:99:ec:cb:7b:1d +-----BEGIN CERTIFICATE----- +MIIFpDCCA4ygAwIBAgIQOcqTHO9D88aOk8f0ZIk4fjANBgkqhkiG9w0BAQsFADBs +MQswCQYDVQQGEwJHUjE3MDUGA1UECgwuSGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl +c2VhcmNoIEluc3RpdHV0aW9ucyBDQTEkMCIGA1UEAwwbSEFSSUNBIFRMUyBSU0Eg +Um9vdCBDQSAyMDIxMB4XDTIxMDIxOTEwNTUzOFoXDTQ1MDIxMzEwNTUzN1owbDEL +MAkGA1UEBhMCR1IxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNl +YXJjaCBJbnN0aXR1dGlvbnMgQ0ExJDAiBgNVBAMMG0hBUklDQSBUTFMgUlNBIFJv +b3QgQ0EgMjAyMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAIvC569l +mwVnlskNJLnQDmT8zuIkGCyEf3dRywQRNrhe7Wlxp57kJQmXZ8FHws+RFjZiPTgE +4VGC/6zStGndLuwRo0Xua2s7TL+MjaQenRG56Tj5eg4MmOIjHdFOY9TnuEFE+2uv +a9of08WRiFukiZLRgeaMOVig1mlDqa2YUlhu2wr7a89o+uOkXjpFc5gH6l8Cct4M +pbOfrqkdtx2z/IpZ525yZa31MJQjB/OCFks1mJxTuy/K5FrZx40d/JiZ+yykgmvw +Kh+OC19xXFyuQnspiYHLA6OZyoieC0AJQTPb5lh6/a6ZcMBaD9YThnEvdmn8kN3b +LW7R8pv1GmuebxWMevBLKKAiOIAkbDakO/IwkfN4E8/BPzWr8R0RI7VDIp4BkrcY +AuUR0YLbFQDMYTfBKnya4dC6s1BG7oKsnTH4+yPiAwBIcKMJJnkVU2DzOFytOOqB +AGMUuTNe3QvboEUHGjMJ+E20pwKmafTCWQWIZYVWrkvL4N48fS0ayOn7H6NhStYq +E613TBoYm5EPWNgGVMWX+Ko/IIqmhaZ39qb8HOLubpQzKoNQhArlT4b4UEV4AIHr +W2jjJo3Me1xR9BQsQL4aYB16cmEdH2MtiKrOokWQCPxrvrNQKlr9qEgYRtaQQJKQ +CoReaDH46+0N0x3GfZkYVVYnZS6NRcUk7M7jAgMBAAGjQjBAMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFApII6ZgpJIKM+qTW8VX6iVNvRLuMA4GA1UdDwEB/wQE +AwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAPpBIqm5iFSVmewzVjIuJndftTgfvnNAU +X15QvWiWkKQUEapobQk1OUAJ2vQJLDSle1mESSmXdMgHHkdt8s4cUCbjnj1AUz/3 +f5Z2EMVGpdAgS1D0NTsY9FVqQRtHBmg8uwkIYtlfVUKqrFOFrJVWNlar5AWMxaja +H6NpvVMPxP/cyuN+8kyIhkdGGvMA9YCRotxDQpSbIPDRzbLrLFPCU3hKTwSUQZqP +JzLB5UkZv/HywouoCjkxKLR9YjYsTewfM7Z+d21+UPCfDtcRj88YxeMn/ibvBZ3P +zzfF0HvaO7AWhAw6k9a+F9sPPg4ZeAnHqQJyIkv3N3a6dcSFA1pj1bF1BcK5vZSt +jBWZp5N99sXzqnTPBIWUmAD04vnKJGW/4GKvyMX6ssmeVkjaef2WdhW+o45WxLM0 +/L5H9MG0qPzVMIho7suuyWPEdr6sOBjhXlzPrjoiUevRi7PzKzMHVIf6tLITe7pT +BGIBnfHAT+7hOtSLIBD6Alfm78ELt5BGnBkpjNxvoEppaZS3JGWg/6w/zgH7IS79 +aPib8qXPMThcFarmlwDB31qlpzmq6YR/PFGoOtmUW4y/Twhx5duoXNTSpv4Ao8YW +xw/ogM4cKGR0GQjTQuPOAF1/sdwTsOEFy9EgqoZ0njnnkf3/W9b3raYvAwtt41dU +63ZTGI0RmLo= +-----END CERTIFICATE----- + +# Issuer: CN=HARICA TLS ECC Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Subject: CN=HARICA TLS ECC Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Label: "HARICA TLS ECC Root CA 2021" +# Serial: 137515985548005187474074462014555733966 +# MD5 Fingerprint: ae:f7:4c:e5:66:35:d1:b7:9b:8c:22:93:74:d3:4b:b0 +# SHA1 Fingerprint: bc:b0:c1:9d:e9:98:92:70:19:38:57:e9:8d:a7:b4:5d:6e:ee:01:48 +# SHA256 Fingerprint: 3f:99:cc:47:4a:cf:ce:4d:fe:d5:87:94:66:5e:47:8d:15:47:73:9f:2e:78:0f:1b:b4:ca:9b:13:30:97:d4:01 +-----BEGIN CERTIFICATE----- +MIICVDCCAdugAwIBAgIQZ3SdjXfYO2rbIvT/WeK/zjAKBggqhkjOPQQDAzBsMQsw +CQYDVQQGEwJHUjE3MDUGA1UECgwuSGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJlc2Vh +cmNoIEluc3RpdHV0aW9ucyBDQTEkMCIGA1UEAwwbSEFSSUNBIFRMUyBFQ0MgUm9v +dCBDQSAyMDIxMB4XDTIxMDIxOTExMDExMFoXDTQ1MDIxMzExMDEwOVowbDELMAkG +A1UEBhMCR1IxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJj +aCBJbnN0aXR1dGlvbnMgQ0ExJDAiBgNVBAMMG0hBUklDQSBUTFMgRUNDIFJvb3Qg +Q0EgMjAyMTB2MBAGByqGSM49AgEGBSuBBAAiA2IABDgI/rGgltJ6rK9JOtDA4MM7 +KKrxcm1lAEeIhPyaJmuqS7psBAqIXhfyVYf8MLA04jRYVxqEU+kw2anylnTDUR9Y +STHMmE5gEYd103KUkE+bECUqqHgtvpBBWJAVcqeht6NCMEAwDwYDVR0TAQH/BAUw +AwEB/zAdBgNVHQ4EFgQUyRtTgRL+BNUW0aq8mm+3oJUZbsowDgYDVR0PAQH/BAQD +AgGGMAoGCCqGSM49BAMDA2cAMGQCMBHervjcToiwqfAircJRQO9gcS3ujwLEXQNw +SaSS6sUUiHCm0w2wqsosQJz76YJumgIwK0eaB8bRwoF8yguWGEEbo/QwCZ61IygN +nxS2PFOiTAZpffpskcYqSUXm7LcT4Tps +-----END CERTIFICATE----- + +# Issuer: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068 +# Subject: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068 +# Label: "Autoridad de Certificacion Firmaprofesional CIF A62634068" +# Serial: 1977337328857672817 +# MD5 Fingerprint: 4e:6e:9b:54:4c:ca:b7:fa:48:e4:90:b1:15:4b:1c:a3 +# SHA1 Fingerprint: 0b:be:c2:27:22:49:cb:39:aa:db:35:5c:53:e3:8c:ae:78:ff:b6:fe +# SHA256 Fingerprint: 57:de:05:83:ef:d2:b2:6e:03:61:da:99:da:9d:f4:64:8d:ef:7e:e8:44:1c:3b:72:8a:fa:9b:cd:e0:f9:b2:6a +-----BEGIN CERTIFICATE----- +MIIGFDCCA/ygAwIBAgIIG3Dp0v+ubHEwDQYJKoZIhvcNAQELBQAwUTELMAkGA1UE +BhMCRVMxQjBABgNVBAMMOUF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1h +cHJvZmVzaW9uYWwgQ0lGIEE2MjYzNDA2ODAeFw0xNDA5MjMxNTIyMDdaFw0zNjA1 +MDUxNTIyMDdaMFExCzAJBgNVBAYTAkVTMUIwQAYDVQQDDDlBdXRvcmlkYWQgZGUg +Q2VydGlmaWNhY2lvbiBGaXJtYXByb2Zlc2lvbmFsIENJRiBBNjI2MzQwNjgwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKlmuO6vj78aI14H9M2uDDUtd9 +thDIAl6zQyrET2qyyhxdKJp4ERppWVevtSBC5IsP5t9bpgOSL/UR5GLXMnE42QQM +cas9UX4PB99jBVzpv5RvwSmCwLTaUbDBPLutN0pcyvFLNg4kq7/DhHf9qFD0sefG +L9ItWY16Ck6WaVICqjaY7Pz6FIMMNx/Jkjd/14Et5cS54D40/mf0PmbR0/RAz15i +NA9wBj4gGFrO93IbJWyTdBSTo3OxDqqHECNZXyAFGUftaI6SEspd/NYrspI8IM/h +X68gvqB2f3bl7BqGYTM+53u0P6APjqK5am+5hyZvQWyIplD9amML9ZMWGxmPsu2b +m8mQ9QEM3xk9Dz44I8kvjwzRAv4bVdZO0I08r0+k8/6vKtMFnXkIoctXMbScyJCy +Z/QYFpM6/EfY0XiWMR+6KwxfXZmtY4laJCB22N/9q06mIqqdXuYnin1oKaPnirja +EbsXLZmdEyRG98Xi2J+Of8ePdG1asuhy9azuJBCtLxTa/y2aRnFHvkLfuwHb9H/T +KI8xWVvTyQKmtFLKbpf7Q8UIJm+K9Lv9nyiqDdVF8xM6HdjAeI9BZzwelGSuewvF +6NkBiDkal4ZkQdU7hwxu+g/GvUgUvzlN1J5Bto+WHWOWk9mVBngxaJ43BjuAiUVh +OSPHG0SjFeUc+JIwuwIDAQABo4HvMIHsMB0GA1UdDgQWBBRlzeurNR4APn7VdMAc +tHNHDhpkLzASBgNVHRMBAf8ECDAGAQH/AgEBMIGmBgNVHSAEgZ4wgZswgZgGBFUd +IAAwgY8wLwYIKwYBBQUHAgEWI2h0dHA6Ly93d3cuZmlybWFwcm9mZXNpb25hbC5j +b20vY3BzMFwGCCsGAQUFBwICMFAeTgBQAGEAcwBlAG8AIABkAGUAIABsAGEAIABC +AG8AbgBhAG4AbwB2AGEAIAA0ADcAIABCAGEAcgBjAGUAbABvAG4AYQAgADAAOAAw +ADEANzAOBgNVHQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQELBQADggIBAHSHKAIrdx9m +iWTtj3QuRhy7qPj4Cx2Dtjqn6EWKB7fgPiDL4QjbEwj4KKE1soCzC1HA01aajTNF +Sa9J8OA9B3pFE1r/yJfY0xgsfZb43aJlQ3CTkBW6kN/oGbDbLIpgD7dvlAceHabJ +hfa9NPhAeGIQcDq+fUs5gakQ1JZBu/hfHAsdCPKxsIl68veg4MSPi3i1O1ilI45P +Vf42O+AMt8oqMEEgtIDNrvx2ZnOorm7hfNoD6JQg5iKj0B+QXSBTFCZX2lSX3xZE +EAEeiGaPcjiT3SC3NL7X8e5jjkd5KAb881lFJWAiMxujX6i6KtoaPc1A6ozuBRWV +1aUsIC+nmCjuRfzxuIgALI9C2lHVnOUTaHFFQ4ueCyE8S1wF3BqfmI7avSKecs2t +CsvMo2ebKHTEm9caPARYpoKdrcd7b/+Alun4jWq9GJAd/0kakFI3ky88Al2CdgtR +5xbHV/g4+afNmyJU72OwFW1TZQNKXkqgsqeOSQBZONXH9IBk9W6VULgRfhVwOEqw +f9DEMnDAGf/JOC0ULGb0QkTmVXYbgBVX/8Cnp6o5qtjTcNAuuuuUavpfNIbnYrX9 +ivAwhZTJryQCL2/W3Wf+47BVTwSYT6RBVuKT0Gro1vP7ZeDOdcQxWQzugsgMYDNK +GbqEZycPvEJdvSRUDewdcAZfpLz6IHxV +-----END CERTIFICATE----- + +# Issuer: CN=vTrus ECC Root CA O=iTrusChina Co.,Ltd. +# Subject: CN=vTrus ECC Root CA O=iTrusChina Co.,Ltd. +# Label: "vTrus ECC Root CA" +# Serial: 630369271402956006249506845124680065938238527194 +# MD5 Fingerprint: de:4b:c1:f5:52:8c:9b:43:e1:3e:8f:55:54:17:8d:85 +# SHA1 Fingerprint: f6:9c:db:b0:fc:f6:02:13:b6:52:32:a6:a3:91:3f:16:70:da:c3:e1 +# SHA256 Fingerprint: 30:fb:ba:2c:32:23:8e:2a:98:54:7a:f9:79:31:e5:50:42:8b:9b:3f:1c:8e:eb:66:33:dc:fa:86:c5:b2:7d:d3 +-----BEGIN CERTIFICATE----- +MIICDzCCAZWgAwIBAgIUbmq8WapTvpg5Z6LSa6Q75m0c1towCgYIKoZIzj0EAwMw +RzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28uLEx0ZC4xGjAY +BgNVBAMTEXZUcnVzIEVDQyBSb290IENBMB4XDTE4MDczMTA3MjY0NFoXDTQzMDcz +MTA3MjY0NFowRzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28u +LEx0ZC4xGjAYBgNVBAMTEXZUcnVzIEVDQyBSb290IENBMHYwEAYHKoZIzj0CAQYF +K4EEACIDYgAEZVBKrox5lkqqHAjDo6LN/llWQXf9JpRCux3NCNtzslt188+cToL0 +v/hhJoVs1oVbcnDS/dtitN9Ti72xRFhiQgnH+n9bEOf+QP3A2MMrMudwpremIFUd +e4BdS49nTPEQo0IwQDAdBgNVHQ4EFgQUmDnNvtiyjPeyq+GtJK97fKHbH88wDwYD +VR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwCgYIKoZIzj0EAwMDaAAwZQIw +V53dVvHH4+m4SVBrm2nDb+zDfSXkV5UTQJtS0zvzQBm8JsctBp61ezaf9SXUY2sA +AjEA6dPGnlaaKsyh2j/IZivTWJwghfqrkYpwcBE4YGQLYgmRWAD5Tfs0aNoJrSEG +GJTO +-----END CERTIFICATE----- + +# Issuer: CN=vTrus Root CA O=iTrusChina Co.,Ltd. +# Subject: CN=vTrus Root CA O=iTrusChina Co.,Ltd. +# Label: "vTrus Root CA" +# Serial: 387574501246983434957692974888460947164905180485 +# MD5 Fingerprint: b8:c9:37:df:fa:6b:31:84:64:c5:ea:11:6a:1b:75:fc +# SHA1 Fingerprint: 84:1a:69:fb:f5:cd:1a:25:34:13:3d:e3:f8:fc:b8:99:d0:c9:14:b7 +# SHA256 Fingerprint: 8a:71:de:65:59:33:6f:42:6c:26:e5:38:80:d0:0d:88:a1:8d:a4:c6:a9:1f:0d:cb:61:94:e2:06:c5:c9:63:87 +-----BEGIN CERTIFICATE----- +MIIFVjCCAz6gAwIBAgIUQ+NxE9izWRRdt86M/TX9b7wFjUUwDQYJKoZIhvcNAQEL +BQAwQzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28uLEx0ZC4x +FjAUBgNVBAMTDXZUcnVzIFJvb3QgQ0EwHhcNMTgwNzMxMDcyNDA1WhcNNDMwNzMx +MDcyNDA1WjBDMQswCQYDVQQGEwJDTjEcMBoGA1UEChMTaVRydXNDaGluYSBDby4s +THRkLjEWMBQGA1UEAxMNdlRydXMgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEBBQAD +ggIPADCCAgoCggIBAL1VfGHTuB0EYgWgrmy3cLRB6ksDXhA/kFocizuwZotsSKYc +IrrVQJLuM7IjWcmOvFjai57QGfIvWcaMY1q6n6MLsLOaXLoRuBLpDLvPbmyAhykU +AyyNJJrIZIO1aqwTLDPxn9wsYTwaP3BVm60AUn/PBLn+NvqcwBauYv6WTEN+VRS+ +GrPSbcKvdmaVayqwlHeFXgQPYh1jdfdr58tbmnDsPmcF8P4HCIDPKNsFxhQnL4Z9 +8Cfe/+Z+M0jnCx5Y0ScrUw5XSmXX+6KAYPxMvDVTAWqXcoKv8R1w6Jz1717CbMdH +flqUhSZNO7rrTOiwCcJlwp2dCZtOtZcFrPUGoPc2BX70kLJrxLT5ZOrpGgrIDajt +J8nU57O5q4IikCc9Kuh8kO+8T/3iCiSn3mUkpF3qwHYw03dQ+A0Em5Q2AXPKBlim +0zvc+gRGE1WKyURHuFE5Gi7oNOJ5y1lKCn+8pu8fA2dqWSslYpPZUxlmPCdiKYZN +pGvu/9ROutW04o5IWgAZCfEF2c6Rsffr6TlP9m8EQ5pV9T4FFL2/s1m02I4zhKOQ +UqqzApVg+QxMaPnu1RcN+HFXtSXkKe5lXa/R7jwXC1pDxaWG6iSe4gUH3DRCEpHW +OXSuTEGC2/KmSNGzm/MzqvOmwMVO9fSddmPmAsYiS8GVP1BkLFTltvA8Kc9XAgMB +AAGjQjBAMB0GA1UdDgQWBBRUYnBj8XWEQ1iO0RYgscasGrz2iTAPBgNVHRMBAf8E +BTADAQH/MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAKbqSSaet +8PFww+SX8J+pJdVrnjT+5hpk9jprUrIQeBqfTNqK2uwcN1LgQkv7bHbKJAs5EhWd +nxEt/Hlk3ODg9d3gV8mlsnZwUKT+twpw1aA08XXXTUm6EdGz2OyC/+sOxL9kLX1j +bhd47F18iMjrjld22VkE+rxSH0Ws8HqA7Oxvdq6R2xCOBNyS36D25q5J08FsEhvM +Kar5CKXiNxTKsbhm7xqC5PD48acWabfbqWE8n/Uxy+QARsIvdLGx14HuqCaVvIiv +TDUHKgLKeBRtRytAVunLKmChZwOgzoy8sHJnxDHO2zTlJQNgJXtxmOTAGytfdELS +S8VZCAeHvsXDf+eW2eHcKJfWjwXj9ZtOyh1QRwVTsMo554WgicEFOwE30z9J4nfr +I8iIZjs9OXYhRvHsXyO466JmdXTBQPfYaJqT4i2pLr0cox7IdMakLXogqzu4sEb9 +b91fUlV1YvCXoHzXOP0l382gmxDPi7g4Xl7FtKYCNqEeXxzP4padKar9mK5S4fNB +UvupLnKWnyfjqnN9+BojZns7q2WwMgFLFT49ok8MKzWixtlnEjUwzXYuFrOZnk1P +Ti07NEPhmg4NpGaXutIcSkwsKouLgU9xGqndXHt7CMUADTdA43x7VF8vhV929ven +sBxXVsFy6K2ir40zSbofitzmdHxghm+Hl3s= +-----END CERTIFICATE----- + +# Issuer: CN=ISRG Root X2 O=Internet Security Research Group +# Subject: CN=ISRG Root X2 O=Internet Security Research Group +# Label: "ISRG Root X2" +# Serial: 87493402998870891108772069816698636114 +# MD5 Fingerprint: d3:9e:c4:1e:23:3c:a6:df:cf:a3:7e:6d:e0:14:e6:e5 +# SHA1 Fingerprint: bd:b1:b9:3c:d5:97:8d:45:c6:26:14:55:f8:db:95:c7:5a:d1:53:af +# SHA256 Fingerprint: 69:72:9b:8e:15:a8:6e:fc:17:7a:57:af:b7:17:1d:fc:64:ad:d2:8c:2f:ca:8c:f1:50:7e:34:45:3c:cb:14:70 +-----BEGIN CERTIFICATE----- +MIICGzCCAaGgAwIBAgIQQdKd0XLq7qeAwSxs6S+HUjAKBggqhkjOPQQDAzBPMQsw +CQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFyY2gg +R3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMjAeFw0yMDA5MDQwMDAwMDBaFw00 +MDA5MTcxNjAwMDBaME8xCzAJBgNVBAYTAlVTMSkwJwYDVQQKEyBJbnRlcm5ldCBT +ZWN1cml0eSBSZXNlYXJjaCBHcm91cDEVMBMGA1UEAxMMSVNSRyBSb290IFgyMHYw +EAYHKoZIzj0CAQYFK4EEACIDYgAEzZvVn4CDCuwJSvMWSj5cz3es3mcFDR0HttwW ++1qLFNvicWDEukWVEYmO6gbf9yoWHKS5xcUy4APgHoIYOIvXRdgKam7mAHf7AlF9 +ItgKbppbd9/w+kHsOdx1ymgHDB/qo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0T +AQH/BAUwAwEB/zAdBgNVHQ4EFgQUfEKWrt5LSDv6kviejM9ti6lyN5UwCgYIKoZI +zj0EAwMDaAAwZQIwe3lORlCEwkSHRhtFcP9Ymd70/aTSVaYgLXTWNLxBo1BfASdW +tL4ndQavEi51mI38AjEAi/V3bNTIZargCyzuFJ0nN6T5U6VR5CmD1/iQMVtCnwr1 +/q4AaOeMSQ+2b1tbFfLn +-----END CERTIFICATE----- + +# Issuer: CN=HiPKI Root CA - G1 O=Chunghwa Telecom Co., Ltd. +# Subject: CN=HiPKI Root CA - G1 O=Chunghwa Telecom Co., Ltd. +# Label: "HiPKI Root CA - G1" +# Serial: 60966262342023497858655262305426234976 +# MD5 Fingerprint: 69:45:df:16:65:4b:e8:68:9a:8f:76:5f:ff:80:9e:d3 +# SHA1 Fingerprint: 6a:92:e4:a8:ee:1b:ec:96:45:37:e3:29:57:49:cd:96:e3:e5:d2:60 +# SHA256 Fingerprint: f0:15:ce:3c:c2:39:bf:ef:06:4b:e9:f1:d2:c4:17:e1:a0:26:4a:0a:94:be:1f:0c:8d:12:18:64:eb:69:49:cc +-----BEGIN CERTIFICATE----- +MIIFajCCA1KgAwIBAgIQLd2szmKXlKFD6LDNdmpeYDANBgkqhkiG9w0BAQsFADBP +MQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0 +ZC4xGzAZBgNVBAMMEkhpUEtJIFJvb3QgQ0EgLSBHMTAeFw0xOTAyMjIwOTQ2MDRa +Fw0zNzEyMzExNTU5NTlaME8xCzAJBgNVBAYTAlRXMSMwIQYDVQQKDBpDaHVuZ2h3 +YSBUZWxlY29tIENvLiwgTHRkLjEbMBkGA1UEAwwSSGlQS0kgUm9vdCBDQSAtIEcx +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA9B5/UnMyDHPkvRN0o9Qw +qNCuS9i233VHZvR85zkEHmpwINJaR3JnVfSl6J3VHiGh8Ge6zCFovkRTv4354twv +Vcg3Px+kwJyz5HdcoEb+d/oaoDjq7Zpy3iu9lFc6uux55199QmQ5eiY29yTw1S+6 +lZgRZq2XNdZ1AYDgr/SEYYwNHl98h5ZeQa/rh+r4XfEuiAU+TCK72h8q3VJGZDnz +Qs7ZngyzsHeXZJzA9KMuH5UHsBffMNsAGJZMoYFL3QRtU6M9/Aes1MU3guvklQgZ +KILSQjqj2FPseYlgSGDIcpJQ3AOPgz+yQlda22rpEZfdhSi8MEyr48KxRURHH+CK +FgeW0iEPU8DtqX7UTuybCeyvQqww1r/REEXgphaypcXTT3OUM3ECoWqj1jOXTyFj +HluP2cFeRXF3D4FdXyGarYPM+l7WjSNfGz1BryB1ZlpK9p/7qxj3ccC2HTHsOyDr +y+K49a6SsvfhhEvyovKTmiKe0xRvNlS9H15ZFblzqMF8b3ti6RZsR1pl8w4Rm0bZ +/W3c1pzAtH2lsN0/Vm+h+fbkEkj9Bn8SV7apI09bA8PgcSojt/ewsTu8mL3WmKgM +a/aOEmem8rJY5AIJEzypuxC00jBF8ez3ABHfZfjcK0NVvxaXxA/VLGGEqnKG/uY6 +fsI/fe78LxQ+5oXdUG+3Se0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQU8ncX+l6o/vY9cdVouslGDDjYr7AwDgYDVR0PAQH/BAQDAgGGMA0GCSqG +SIb3DQEBCwUAA4ICAQBQUfB13HAE4/+qddRxosuej6ip0691x1TPOhwEmSKsxBHi +7zNKpiMdDg1H2DfHb680f0+BazVP6XKlMeJ45/dOlBhbQH3PayFUhuaVevvGyuqc +SE5XCV0vrPSltJczWNWseanMX/mF+lLFjfiRFOs6DRfQUsJ748JzjkZ4Bjgs6Fza +ZsT0pPBWGTMpWmWSBUdGSquEwx4noR8RkpkndZMPvDY7l1ePJlsMu5wP1G4wB9Tc +XzZoZjmDlicmisjEOf6aIW/Vcobpf2Lll07QJNBAsNB1CI69aO4I1258EHBGG3zg +iLKecoaZAeO/n0kZtCW+VmWuF2PlHt/o/0elv+EmBYTksMCv5wiZqAxeJoBF1Pho +L5aPruJKHJwWDBNvOIf2u8g0X5IDUXlwpt/L9ZlNec1OvFefQ05rLisY+GpzjLrF +Ne85akEez3GoorKGB1s6yeHvP2UEgEcyRHCVTjFnanRbEEV16rCf0OY1/k6fi8wr +kkVbbiVghUbN0aqwdmaTd5a+g744tiROJgvM7XpWGuDpWsZkrUx6AEhEL7lAuxM+ +vhV4nYWBSipX3tUZQ9rbyltHhoMLP7YNdnhzeSJesYAfz77RP1YQmCuVh6EfnWQU +YDksswBVLuT1sw5XxJFBAJw/6KXf6vb/yPCtbVKoF6ubYfwSUTXkJf2vqmqGOQ== +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R4 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R4 +# Label: "GlobalSign ECC Root CA - R4" +# Serial: 159662223612894884239637590694 +# MD5 Fingerprint: 26:29:f8:6d:e1:88:bf:a2:65:7f:aa:c4:cd:0f:7f:fc +# SHA1 Fingerprint: 6b:a0:b0:98:e1:71:ef:5a:ad:fe:48:15:80:77:10:f4:bd:6f:0b:28 +# SHA256 Fingerprint: b0:85:d7:0b:96:4f:19:1a:73:e4:af:0d:54:ae:7a:0e:07:aa:fd:af:9b:71:dd:08:62:13:8a:b7:32:5a:24:a2 +-----BEGIN CERTIFICATE----- +MIIB3DCCAYOgAwIBAgINAgPlfvU/k/2lCSGypjAKBggqhkjOPQQDAjBQMSQwIgYD +VQQLExtHbG9iYWxTaWduIEVDQyBSb290IENBIC0gUjQxEzARBgNVBAoTCkdsb2Jh +bFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTIxMTEzMDAwMDAwWhcNMzgw +MTE5MDMxNDA3WjBQMSQwIgYDVQQLExtHbG9iYWxTaWduIEVDQyBSb290IENBIC0g +UjQxEzARBgNVBAoTCkdsb2JhbFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wWTAT +BgcqhkjOPQIBBggqhkjOPQMBBwNCAAS4xnnTj2wlDp8uORkcA6SumuU5BwkWymOx +uYb4ilfBV85C+nOh92VC/x7BALJucw7/xyHlGKSq2XE/qNS5zowdo0IwQDAOBgNV +HQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUVLB7rUW44kB/ ++wpu+74zyTyjhNUwCgYIKoZIzj0EAwIDRwAwRAIgIk90crlgr/HmnKAWBVBfw147 +bmF0774BxL4YSFlhgjICICadVGNA3jdgUM/I2O2dgq43mLyjj0xMqTQrbO/7lZsm +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R1 O=Google Trust Services LLC +# Subject: CN=GTS Root R1 O=Google Trust Services LLC +# Label: "GTS Root R1" +# Serial: 159662320309726417404178440727 +# MD5 Fingerprint: 05:fe:d0:bf:71:a8:a3:76:63:da:01:e0:d8:52:dc:40 +# SHA1 Fingerprint: e5:8c:1c:c4:91:3b:38:63:4b:e9:10:6e:e3:ad:8e:6b:9d:d9:81:4a +# SHA256 Fingerprint: d9:47:43:2a:bd:e7:b7:fa:90:fc:2e:6b:59:10:1b:12:80:e0:e1:c7:e4:e4:0f:a3:c6:88:7f:ff:57:a7:f4:cf +-----BEGIN CERTIFICATE----- +MIIFVzCCAz+gAwIBAgINAgPlk28xsBNJiGuiFzANBgkqhkiG9w0BAQwFADBHMQsw +CQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU +MBIGA1UEAxMLR1RTIFJvb3QgUjEwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw +MDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp +Y2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjEwggIiMA0GCSqGSIb3DQEBAQUA +A4ICDwAwggIKAoICAQC2EQKLHuOhd5s73L+UPreVp0A8of2C+X0yBoJx9vaMf/vo +27xqLpeXo4xL+Sv2sfnOhB2x+cWX3u+58qPpvBKJXqeqUqv4IyfLpLGcY9vXmX7w +Cl7raKb0xlpHDU0QM+NOsROjyBhsS+z8CZDfnWQpJSMHobTSPS5g4M/SCYe7zUjw +TcLCeoiKu7rPWRnWr4+wB7CeMfGCwcDfLqZtbBkOtdh+JhpFAz2weaSUKK0Pfybl +qAj+lug8aJRT7oM6iCsVlgmy4HqMLnXWnOunVmSPlk9orj2XwoSPwLxAwAtcvfaH +szVsrBhQf4TgTM2S0yDpM7xSma8ytSmzJSq0SPly4cpk9+aCEI3oncKKiPo4Zor8 +Y/kB+Xj9e1x3+naH+uzfsQ55lVe0vSbv1gHR6xYKu44LtcXFilWr06zqkUspzBmk +MiVOKvFlRNACzqrOSbTqn3yDsEB750Orp2yjj32JgfpMpf/VjsPOS+C12LOORc92 +wO1AK/1TD7Cn1TsNsYqiA94xrcx36m97PtbfkSIS5r762DL8EGMUUXLeXdYWk70p +aDPvOmbsB4om3xPXV2V4J95eSRQAogB/mqghtqmxlbCluQ0WEdrHbEg8QOB+DVrN +VjzRlwW5y0vtOUucxD/SVRNuJLDWcfr0wbrM7Rv1/oFB2ACYPTrIrnqYNxgFlQID +AQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4E +FgQU5K8rJnEaK0gnhS9SZizv8IkTcT4wDQYJKoZIhvcNAQEMBQADggIBAJ+qQibb +C5u+/x6Wki4+omVKapi6Ist9wTrYggoGxval3sBOh2Z5ofmmWJyq+bXmYOfg6LEe +QkEzCzc9zolwFcq1JKjPa7XSQCGYzyI0zzvFIoTgxQ6KfF2I5DUkzps+GlQebtuy +h6f88/qBVRRiClmpIgUxPoLW7ttXNLwzldMXG+gnoot7TiYaelpkttGsN/H9oPM4 +7HLwEXWdyzRSjeZ2axfG34arJ45JK3VmgRAhpuo+9K4l/3wV3s6MJT/KYnAK9y8J +ZgfIPxz88NtFMN9iiMG1D53Dn0reWVlHxYciNuaCp+0KueIHoI17eko8cdLiA6Ef +MgfdG+RCzgwARWGAtQsgWSl4vflVy2PFPEz0tv/bal8xa5meLMFrUKTX5hgUvYU/ +Z6tGn6D/Qqc6f1zLXbBwHSs09dR2CQzreExZBfMzQsNhFRAbd03OIozUhfJFfbdT +6u9AWpQKXCBfTkBdYiJ23//OYb2MI3jSNwLgjt7RETeJ9r/tSQdirpLsQBqvFAnZ +0E6yove+7u7Y/9waLd64NnHi/Hm3lCXRSHNboTXns5lndcEZOitHTtNCjv0xyBZm +2tIMPNuzjsmhDYAPexZ3FL//2wmUspO8IFgV6dtxQ/PeEMMA3KgqlbbC1j+Qa3bb +bP6MvPJwNQzcmRk13NfIRmPVNnGuV/u3gm3c +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R2 O=Google Trust Services LLC +# Subject: CN=GTS Root R2 O=Google Trust Services LLC +# Label: "GTS Root R2" +# Serial: 159662449406622349769042896298 +# MD5 Fingerprint: 1e:39:c0:53:e6:1e:29:82:0b:ca:52:55:36:5d:57:dc +# SHA1 Fingerprint: 9a:44:49:76:32:db:de:fa:d0:bc:fb:5a:7b:17:bd:9e:56:09:24:94 +# SHA256 Fingerprint: 8d:25:cd:97:22:9d:bf:70:35:6b:da:4e:b3:cc:73:40:31:e2:4c:f0:0f:af:cf:d3:2d:c7:6e:b5:84:1c:7e:a8 +-----BEGIN CERTIFICATE----- +MIIFVzCCAz+gAwIBAgINAgPlrsWNBCUaqxElqjANBgkqhkiG9w0BAQwFADBHMQsw +CQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU +MBIGA1UEAxMLR1RTIFJvb3QgUjIwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw +MDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp +Y2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjIwggIiMA0GCSqGSIb3DQEBAQUA +A4ICDwAwggIKAoICAQDO3v2m++zsFDQ8BwZabFn3GTXd98GdVarTzTukk3LvCvpt +nfbwhYBboUhSnznFt+4orO/LdmgUud+tAWyZH8QiHZ/+cnfgLFuv5AS/T3KgGjSY +6Dlo7JUle3ah5mm5hRm9iYz+re026nO8/4Piy33B0s5Ks40FnotJk9/BW9BuXvAu +MC6C/Pq8tBcKSOWIm8Wba96wyrQD8Nr0kLhlZPdcTK3ofmZemde4wj7I0BOdre7k +RXuJVfeKH2JShBKzwkCX44ofR5GmdFrS+LFjKBC4swm4VndAoiaYecb+3yXuPuWg +f9RhD1FLPD+M2uFwdNjCaKH5wQzpoeJ/u1U8dgbuak7MkogwTZq9TwtImoS1mKPV ++3PBV2HdKFZ1E66HjucMUQkQdYhMvI35ezzUIkgfKtzra7tEscszcTJGr61K8Yzo +dDqs5xoic4DSMPclQsciOzsSrZYuxsN2B6ogtzVJV+mSSeh2FnIxZyuWfoqjx5RW +Ir9qS34BIbIjMt/kmkRtWVtd9QCgHJvGeJeNkP+byKq0rxFROV7Z+2et1VsRnTKa +G73VululycslaVNVJ1zgyjbLiGH7HrfQy+4W+9OmTN6SpdTi3/UGVN4unUu0kzCq +gc7dGtxRcw1PcOnlthYhGXmy5okLdWTK1au8CcEYof/UVKGFPP0UJAOyh9OktwID +AQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4E +FgQUu//KjiOfT5nK2+JopqUVJxce2Q4wDQYJKoZIhvcNAQEMBQADggIBAB/Kzt3H +vqGf2SdMC9wXmBFqiN495nFWcrKeGk6c1SuYJF2ba3uwM4IJvd8lRuqYnrYb/oM8 +0mJhwQTtzuDFycgTE1XnqGOtjHsB/ncw4c5omwX4Eu55MaBBRTUoCnGkJE+M3DyC +B19m3H0Q/gxhswWV7uGugQ+o+MePTagjAiZrHYNSVc61LwDKgEDg4XSsYPWHgJ2u +NmSRXbBoGOqKYcl3qJfEycel/FVL8/B/uWU9J2jQzGv6U53hkRrJXRqWbTKH7QMg +yALOWr7Z6v2yTcQvG99fevX4i8buMTolUVVnjWQye+mew4K6Ki3pHrTgSAai/Gev +HyICc/sgCq+dVEuhzf9gR7A/Xe8bVr2XIZYtCtFenTgCR2y59PYjJbigapordwj6 +xLEokCZYCDzifqrXPW+6MYgKBesntaFJ7qBFVHvmJ2WZICGoo7z7GJa7Um8M7YNR +TOlZ4iBgxcJlkoKM8xAfDoqXvneCbT+PHV28SSe9zE8P4c52hgQjxcCMElv924Sg +JPFI/2R80L5cFtHvma3AH/vLrrw4IgYmZNralw4/KBVEqE8AyvCazM90arQ+POuV +7LXTWtiBmelDGDfrs7vRWGJB82bSj6p4lVQgw1oudCvV0b4YacCs1aTPObpRhANl +6WLAYv7YTVWW4tAR+kg0Eeye7QUd5MjWHYbL +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R3 O=Google Trust Services LLC +# Subject: CN=GTS Root R3 O=Google Trust Services LLC +# Label: "GTS Root R3" +# Serial: 159662495401136852707857743206 +# MD5 Fingerprint: 3e:e7:9d:58:02:94:46:51:94:e5:e0:22:4a:8b:e7:73 +# SHA1 Fingerprint: ed:e5:71:80:2b:c8:92:b9:5b:83:3c:d2:32:68:3f:09:cd:a0:1e:46 +# SHA256 Fingerprint: 34:d8:a7:3e:e2:08:d9:bc:db:0d:95:65:20:93:4b:4e:40:e6:94:82:59:6e:8b:6f:73:c8:42:6b:01:0a:6f:48 +-----BEGIN CERTIFICATE----- +MIICCTCCAY6gAwIBAgINAgPluILrIPglJ209ZjAKBggqhkjOPQQDAzBHMQswCQYD +VQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIG +A1UEAxMLR1RTIFJvb3QgUjMwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAw +WjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2Vz +IExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjMwdjAQBgcqhkjOPQIBBgUrgQQAIgNi +AAQfTzOHMymKoYTey8chWEGJ6ladK0uFxh1MJ7x/JlFyb+Kf1qPKzEUURout736G +jOyxfi//qXGdGIRFBEFVbivqJn+7kAHjSxm65FSWRQmx1WyRRK2EE46ajA2ADDL2 +4CejQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW +BBTB8Sa6oC2uhYHP0/EqEr24Cmf9vDAKBggqhkjOPQQDAwNpADBmAjEA9uEglRR7 +VKOQFhG/hMjqb2sXnh5GmCCbn9MN2azTL818+FsuVbu/3ZL3pAzcMeGiAjEA/Jdm +ZuVDFhOD3cffL74UOO0BzrEXGhF16b0DjyZ+hOXJYKaV11RZt+cRLInUue4X +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R4 O=Google Trust Services LLC +# Subject: CN=GTS Root R4 O=Google Trust Services LLC +# Label: "GTS Root R4" +# Serial: 159662532700760215368942768210 +# MD5 Fingerprint: 43:96:83:77:19:4d:76:b3:9d:65:52:e4:1d:22:a5:e8 +# SHA1 Fingerprint: 77:d3:03:67:b5:e0:0c:15:f6:0c:38:61:df:7c:e1:3b:92:46:4d:47 +# SHA256 Fingerprint: 34:9d:fa:40:58:c5:e2:63:12:3b:39:8a:e7:95:57:3c:4e:13:13:c8:3f:e6:8f:93:55:6c:d5:e8:03:1b:3c:7d +-----BEGIN CERTIFICATE----- +MIICCTCCAY6gAwIBAgINAgPlwGjvYxqccpBQUjAKBggqhkjOPQQDAzBHMQswCQYD +VQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIG +A1UEAxMLR1RTIFJvb3QgUjQwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAw +WjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2Vz +IExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjQwdjAQBgcqhkjOPQIBBgUrgQQAIgNi +AATzdHOnaItgrkO4NcWBMHtLSZ37wWHO5t5GvWvVYRg1rkDdc/eJkTBa6zzuhXyi +QHY7qca4R9gq55KRanPpsXI5nymfopjTX15YhmUPoYRlBtHci8nHc8iMai/lxKvR +HYqjQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW +BBSATNbrdP9JNqPV2Py1PsVq8JQdjDAKBggqhkjOPQQDAwNpADBmAjEA6ED/g94D +9J+uHXqnLrmvT/aDHQ4thQEd0dlq7A/Cr8deVl5c1RxYIigL9zC2L7F8AjEA8GE8 +p/SgguMh1YQdc4acLa/KNJvxn7kjNuK8YAOdgLOaVsjh4rsUecrNIdSUtUlD +-----END CERTIFICATE----- + +# Issuer: CN=Telia Root CA v2 O=Telia Finland Oyj +# Subject: CN=Telia Root CA v2 O=Telia Finland Oyj +# Label: "Telia Root CA v2" +# Serial: 7288924052977061235122729490515358 +# MD5 Fingerprint: 0e:8f:ac:aa:82:df:85:b1:f4:dc:10:1c:fc:99:d9:48 +# SHA1 Fingerprint: b9:99:cd:d1:73:50:8a:c4:47:05:08:9c:8c:88:fb:be:a0:2b:40:cd +# SHA256 Fingerprint: 24:2b:69:74:2f:cb:1e:5b:2a:bf:98:89:8b:94:57:21:87:54:4e:5b:4d:99:11:78:65:73:62:1f:6a:74:b8:2c +-----BEGIN CERTIFICATE----- +MIIFdDCCA1ygAwIBAgIPAWdfJ9b+euPkrL4JWwWeMA0GCSqGSIb3DQEBCwUAMEQx +CzAJBgNVBAYTAkZJMRowGAYDVQQKDBFUZWxpYSBGaW5sYW5kIE95ajEZMBcGA1UE +AwwQVGVsaWEgUm9vdCBDQSB2MjAeFw0xODExMjkxMTU1NTRaFw00MzExMjkxMTU1 +NTRaMEQxCzAJBgNVBAYTAkZJMRowGAYDVQQKDBFUZWxpYSBGaW5sYW5kIE95ajEZ +MBcGA1UEAwwQVGVsaWEgUm9vdCBDQSB2MjCCAiIwDQYJKoZIhvcNAQEBBQADggIP +ADCCAgoCggIBALLQPwe84nvQa5n44ndp586dpAO8gm2h/oFlH0wnrI4AuhZ76zBq +AMCzdGh+sq/H1WKzej9Qyow2RCRj0jbpDIX2Q3bVTKFgcmfiKDOlyzG4OiIjNLh9 +vVYiQJ3q9HsDrWj8soFPmNB06o3lfc1jw6P23pLCWBnglrvFxKk9pXSW/q/5iaq9 +lRdU2HhE8Qx3FZLgmEKnpNaqIJLNwaCzlrI6hEKNfdWV5Nbb6WLEWLN5xYzTNTOD +n3WhUidhOPFZPY5Q4L15POdslv5e2QJltI5c0BE0312/UqeBAMN/mUWZFdUXyApT +7GPzmX3MaRKGwhfwAZ6/hLzRUssbkmbOpFPlob/E2wnW5olWK8jjfN7j/4nlNW4o +6GwLI1GpJQXrSPjdscr6bAhR77cYbETKJuFzxokGgeWKrLDiKca5JLNrRBH0pUPC +TEPlcDaMtjNXepUugqD0XBCzYYP2AgWGLnwtbNwDRm41k9V6lS/eINhbfpSQBGq6 +WT0EBXWdN6IOLj3rwaRSg/7Qa9RmjtzG6RJOHSpXqhC8fF6CfaamyfItufUXJ63R +DolUK5X6wK0dmBR4M0KGCqlztft0DbcbMBnEWg4cJ7faGND/isgFuvGqHKI3t+ZI +pEYslOqodmJHixBTB0hXbOKSTbauBcvcwUpej6w9GU7C7WB1K9vBykLVAgMBAAGj +YzBhMB8GA1UdIwQYMBaAFHKs5DN5qkWH9v2sHZ7Wxy+G2CQ5MB0GA1UdDgQWBBRy +rOQzeapFh/b9rB2e1scvhtgkOTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUw +AwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAoDtZpwmUPjaE0n4vOaWWl/oRrfxn83EJ +8rKJhGdEr7nv7ZbsnGTbMjBvZ5qsfl+yqwE2foH65IRe0qw24GtixX1LDoJt0nZi +0f6X+J8wfBj5tFJ3gh1229MdqfDBmgC9bXXYfef6xzijnHDoRnkDry5023X4blMM +A8iZGok1GTzTyVR8qPAs5m4HeW9q4ebqkYJpCh3DflminmtGFZhb069GHWLIzoBS +SRE/yQQSwxN8PzuKlts8oB4KtItUsiRnDe+Cy748fdHif64W1lZYudogsYMVoe+K +TTJvQS8TUoKU1xrBeKJR3Stwbbca+few4GeXVtt8YVMJAygCQMez2P2ccGrGKMOF +6eLtGpOg3kuYooQ+BXcBlj37tCAPnHICehIv1aO6UXivKitEZU61/Qrowc15h2Er +3oBXRb9n8ZuRXqWk7FlIEA04x7D6w0RtBPV4UBySllva9bguulvP5fBqnUsvWHMt +Ty3EHD70sz+rFQ47GUGKpMFXEmZxTPpT41frYpUJnlTd0cI8Vzy9OK2YZLe4A5pT +VmBds9hCG1xLEooc6+t9xnppxyd/pPiL8uSUZodL6ZQHCRJ5irLrdATczvREWeAW +ysUsWNc8e89ihmpQfTU2Zqf7N+cox9jQraVplI/owd8k+BsHMYeB2F326CjYSlKA +rBPuUBQemMc= +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST BR Root CA 1 2020 O=D-Trust GmbH +# Subject: CN=D-TRUST BR Root CA 1 2020 O=D-Trust GmbH +# Label: "D-TRUST BR Root CA 1 2020" +# Serial: 165870826978392376648679885835942448534 +# MD5 Fingerprint: b5:aa:4b:d5:ed:f7:e3:55:2e:8f:72:0a:f3:75:b8:ed +# SHA1 Fingerprint: 1f:5b:98:f0:e3:b5:f7:74:3c:ed:e6:b0:36:7d:32:cd:f4:09:41:67 +# SHA256 Fingerprint: e5:9a:aa:81:60:09:c2:2b:ff:5b:25:ba:d3:7d:f3:06:f0:49:79:7c:1f:81:d8:5a:b0:89:e6:57:bd:8f:00:44 +-----BEGIN CERTIFICATE----- +MIIC2zCCAmCgAwIBAgIQfMmPK4TX3+oPyWWa00tNljAKBggqhkjOPQQDAzBIMQsw +CQYDVQQGEwJERTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlELVRS +VVNUIEJSIFJvb3QgQ0EgMSAyMDIwMB4XDTIwMDIxMTA5NDUwMFoXDTM1MDIxMTA5 +NDQ1OVowSDELMAkGA1UEBhMCREUxFTATBgNVBAoTDEQtVHJ1c3QgR21iSDEiMCAG +A1UEAxMZRC1UUlVTVCBCUiBSb290IENBIDEgMjAyMDB2MBAGByqGSM49AgEGBSuB +BAAiA2IABMbLxyjR+4T1mu9CFCDhQ2tuda38KwOE1HaTJddZO0Flax7mNCq7dPYS +zuht56vkPE4/RAiLzRZxy7+SmfSk1zxQVFKQhYN4lGdnoxwJGT11NIXe7WB9xwy0 +QVK5buXuQqOCAQ0wggEJMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFHOREKv/ +VbNafAkl1bK6CKBrqx9tMA4GA1UdDwEB/wQEAwIBBjCBxgYDVR0fBIG+MIG7MD6g +PKA6hjhodHRwOi8vY3JsLmQtdHJ1c3QubmV0L2NybC9kLXRydXN0X2JyX3Jvb3Rf +Y2FfMV8yMDIwLmNybDB5oHegdYZzbGRhcDovL2RpcmVjdG9yeS5kLXRydXN0Lm5l +dC9DTj1ELVRSVVNUJTIwQlIlMjBSb290JTIwQ0ElMjAxJTIwMjAyMCxPPUQtVHJ1 +c3QlMjBHbWJILEM9REU/Y2VydGlmaWNhdGVyZXZvY2F0aW9ubGlzdDAKBggqhkjO +PQQDAwNpADBmAjEAlJAtE/rhY/hhY+ithXhUkZy4kzg+GkHaQBZTQgjKL47xPoFW +wKrY7RjEsK70PvomAjEA8yjixtsrmfu3Ubgko6SUeho/5jbiA1czijDLgsfWFBHV +dWNbFJWcHwHP2NVypw87 +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST EV Root CA 1 2020 O=D-Trust GmbH +# Subject: CN=D-TRUST EV Root CA 1 2020 O=D-Trust GmbH +# Label: "D-TRUST EV Root CA 1 2020" +# Serial: 126288379621884218666039612629459926992 +# MD5 Fingerprint: 8c:2d:9d:70:9f:48:99:11:06:11:fb:e9:cb:30:c0:6e +# SHA1 Fingerprint: 61:db:8c:21:59:69:03:90:d8:7c:9c:12:86:54:cf:9d:3d:f4:dd:07 +# SHA256 Fingerprint: 08:17:0d:1a:a3:64:53:90:1a:2f:95:92:45:e3:47:db:0c:8d:37:ab:aa:bc:56:b8:1a:a1:00:dc:95:89:70:db +-----BEGIN CERTIFICATE----- +MIIC2zCCAmCgAwIBAgIQXwJB13qHfEwDo6yWjfv/0DAKBggqhkjOPQQDAzBIMQsw +CQYDVQQGEwJERTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlELVRS +VVNUIEVWIFJvb3QgQ0EgMSAyMDIwMB4XDTIwMDIxMTEwMDAwMFoXDTM1MDIxMTA5 +NTk1OVowSDELMAkGA1UEBhMCREUxFTATBgNVBAoTDEQtVHJ1c3QgR21iSDEiMCAG +A1UEAxMZRC1UUlVTVCBFViBSb290IENBIDEgMjAyMDB2MBAGByqGSM49AgEGBSuB +BAAiA2IABPEL3YZDIBnfl4XoIkqbz52Yv7QFJsnL46bSj8WeeHsxiamJrSc8ZRCC +/N/DnU7wMyPE0jL1HLDfMxddxfCxivnvubcUyilKwg+pf3VlSSowZ/Rk99Yad9rD +wpdhQntJraOCAQ0wggEJMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFH8QARY3 +OqQo5FD4pPfsazK2/umLMA4GA1UdDwEB/wQEAwIBBjCBxgYDVR0fBIG+MIG7MD6g +PKA6hjhodHRwOi8vY3JsLmQtdHJ1c3QubmV0L2NybC9kLXRydXN0X2V2X3Jvb3Rf +Y2FfMV8yMDIwLmNybDB5oHegdYZzbGRhcDovL2RpcmVjdG9yeS5kLXRydXN0Lm5l +dC9DTj1ELVRSVVNUJTIwRVYlMjBSb290JTIwQ0ElMjAxJTIwMjAyMCxPPUQtVHJ1 +c3QlMjBHbWJILEM9REU/Y2VydGlmaWNhdGVyZXZvY2F0aW9ubGlzdDAKBggqhkjO +PQQDAwNpADBmAjEAyjzGKnXCXnViOTYAYFqLwZOZzNnbQTs7h5kXO9XMT8oi96CA +y/m0sRtW9XLS/BnRAjEAkfcwkz8QRitxpNA7RJvAKQIFskF3UfN5Wp6OFKBOQtJb +gfM0agPnIjhQW+0ZT0MW +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert TLS ECC P384 Root G5 O=DigiCert, Inc. +# Subject: CN=DigiCert TLS ECC P384 Root G5 O=DigiCert, Inc. +# Label: "DigiCert TLS ECC P384 Root G5" +# Serial: 13129116028163249804115411775095713523 +# MD5 Fingerprint: d3:71:04:6a:43:1c:db:a6:59:e1:a8:a3:aa:c5:71:ed +# SHA1 Fingerprint: 17:f3:de:5e:9f:0f:19:e9:8e:f6:1f:32:26:6e:20:c4:07:ae:30:ee +# SHA256 Fingerprint: 01:8e:13:f0:77:25:32:cf:80:9b:d1:b1:72:81:86:72:83:fc:48:c6:e1:3b:e9:c6:98:12:85:4a:49:0c:1b:05 +-----BEGIN CERTIFICATE----- +MIICGTCCAZ+gAwIBAgIQCeCTZaz32ci5PhwLBCou8zAKBggqhkjOPQQDAzBOMQsw +CQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQsIEluYy4xJjAkBgNVBAMTHURp +Z2lDZXJ0IFRMUyBFQ0MgUDM4NCBSb290IEc1MB4XDTIxMDExNTAwMDAwMFoXDTQ2 +MDExNDIzNTk1OVowTjELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDkRpZ2lDZXJ0LCBJ +bmMuMSYwJAYDVQQDEx1EaWdpQ2VydCBUTFMgRUNDIFAzODQgUm9vdCBHNTB2MBAG +ByqGSM49AgEGBSuBBAAiA2IABMFEoc8Rl1Ca3iOCNQfN0MsYndLxf3c1TzvdlHJS +7cI7+Oz6e2tYIOyZrsn8aLN1udsJ7MgT9U7GCh1mMEy7H0cKPGEQQil8pQgO4CLp +0zVozptjn4S1mU1YoI71VOeVyaNCMEAwHQYDVR0OBBYEFMFRRVBZqz7nLFr6ICIS +B4CIfBFqMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MAoGCCqGSM49 +BAMDA2gAMGUCMQCJao1H5+z8blUD2WdsJk6Dxv3J+ysTvLd6jLRl0mlpYxNjOyZQ +LgGheQaRnUi/wr4CMEfDFXuxoJGZSZOoPHzoRgaLLPIxAJSdYsiJvRmEFOml+wG4 +DXZDjC5Ty3zfDBeWUA== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert TLS RSA4096 Root G5 O=DigiCert, Inc. +# Subject: CN=DigiCert TLS RSA4096 Root G5 O=DigiCert, Inc. +# Label: "DigiCert TLS RSA4096 Root G5" +# Serial: 11930366277458970227240571539258396554 +# MD5 Fingerprint: ac:fe:f7:34:96:a9:f2:b3:b4:12:4b:e4:27:41:6f:e1 +# SHA1 Fingerprint: a7:88:49:dc:5d:7c:75:8c:8c:de:39:98:56:b3:aa:d0:b2:a5:71:35 +# SHA256 Fingerprint: 37:1a:00:dc:05:33:b3:72:1a:7e:eb:40:e8:41:9e:70:79:9d:2b:0a:0f:2c:1d:80:69:31:65:f7:ce:c4:ad:75 +-----BEGIN CERTIFICATE----- +MIIFZjCCA06gAwIBAgIQCPm0eKj6ftpqMzeJ3nzPijANBgkqhkiG9w0BAQwFADBN +MQswCQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQsIEluYy4xJTAjBgNVBAMT +HERpZ2lDZXJ0IFRMUyBSU0E0MDk2IFJvb3QgRzUwHhcNMjEwMTE1MDAwMDAwWhcN +NDYwMTE0MjM1OTU5WjBNMQswCQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQs +IEluYy4xJTAjBgNVBAMTHERpZ2lDZXJ0IFRMUyBSU0E0MDk2IFJvb3QgRzUwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCz0PTJeRGd/fxmgefM1eS87IE+ +ajWOLrfn3q/5B03PMJ3qCQuZvWxX2hhKuHisOjmopkisLnLlvevxGs3npAOpPxG0 +2C+JFvuUAT27L/gTBaF4HI4o4EXgg/RZG5Wzrn4DReW+wkL+7vI8toUTmDKdFqgp +wgscONyfMXdcvyej/Cestyu9dJsXLfKB2l2w4SMXPohKEiPQ6s+d3gMXsUJKoBZM +pG2T6T867jp8nVid9E6P/DsjyG244gXazOvswzH016cpVIDPRFtMbzCe88zdH5RD +nU1/cHAN1DrRN/BsnZvAFJNY781BOHW8EwOVfH/jXOnVDdXifBBiqmvwPXbzP6Po +sMH976pXTayGpxi0KcEsDr9kvimM2AItzVwv8n/vFfQMFawKsPHTDU9qTXeXAaDx +Zre3zu/O7Oyldcqs4+Fj97ihBMi8ez9dLRYiVu1ISf6nL3kwJZu6ay0/nTvEF+cd +Lvvyz6b84xQslpghjLSR6Rlgg/IwKwZzUNWYOwbpx4oMYIwo+FKbbuH2TbsGJJvX +KyY//SovcfXWJL5/MZ4PbeiPT02jP/816t9JXkGPhvnxd3lLG7SjXi/7RgLQZhNe +XoVPzthwiHvOAbWWl9fNff2C+MIkwcoBOU+NosEUQB+cZtUMCUbW8tDRSHZWOkPL +tgoRObqME2wGtZ7P6wIDAQABo0IwQDAdBgNVHQ4EFgQUUTMc7TZArxfTJc1paPKv +TiM+s0EwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcN +AQEMBQADggIBAGCmr1tfV9qJ20tQqcQjNSH/0GEwhJG3PxDPJY7Jv0Y02cEhJhxw +GXIeo8mH/qlDZJY6yFMECrZBu8RHANmfGBg7sg7zNOok992vIGCukihfNudd5N7H +PNtQOa27PShNlnx2xlv0wdsUpasZYgcYQF+Xkdycx6u1UQ3maVNVzDl92sURVXLF +O4uJ+DQtpBflF+aZfTCIITfNMBc9uPK8qHWgQ9w+iUuQrm0D4ByjoJYJu32jtyoQ +REtGBzRj7TG5BO6jm5qu5jF49OokYTurWGT/u4cnYiWB39yhL/btp/96j1EuMPik +AdKFOV8BmZZvWltwGUb+hmA+rYAQCd05JS9Yf7vSdPD3Rh9GOUrYU9DzLjtxpdRv +/PNn5AeP3SYZ4Y1b+qOTEZvpyDrDVWiakuFSdjjo4bq9+0/V77PnSIMx8IIh47a+ +p6tv75/fTM8BuGJqIz3nCU2AG3swpMPdB380vqQmsvZB6Akd4yCYqjdP//fx4ilw +MUc/dNAUFvohigLVigmUdy7yWSiLfFCSCmZ4OIN1xLVaqBHG5cGdZlXPU8Sv13WF +qUITVuwhd4GTWgzqltlJyqEI8pc7bZsEGCREjnwB8twl2F6GmrE52/WRMmrRpnCK +ovfepEWFJqgejF0pW8hL2JpqA15w8oVPbEtoL8pU9ozaMv7Da4M/OMZ+ +-----END CERTIFICATE----- + +# Issuer: CN=Certainly Root R1 O=Certainly +# Subject: CN=Certainly Root R1 O=Certainly +# Label: "Certainly Root R1" +# Serial: 188833316161142517227353805653483829216 +# MD5 Fingerprint: 07:70:d4:3e:82:87:a0:fa:33:36:13:f4:fa:33:e7:12 +# SHA1 Fingerprint: a0:50:ee:0f:28:71:f4:27:b2:12:6d:6f:50:96:25:ba:cc:86:42:af +# SHA256 Fingerprint: 77:b8:2c:d8:64:4c:43:05:f7:ac:c5:cb:15:6b:45:67:50:04:03:3d:51:c6:0c:62:02:a8:e0:c3:34:67:d3:a0 +-----BEGIN CERTIFICATE----- +MIIFRzCCAy+gAwIBAgIRAI4P+UuQcWhlM1T01EQ5t+AwDQYJKoZIhvcNAQELBQAw +PTELMAkGA1UEBhMCVVMxEjAQBgNVBAoTCUNlcnRhaW5seTEaMBgGA1UEAxMRQ2Vy +dGFpbmx5IFJvb3QgUjEwHhcNMjEwNDAxMDAwMDAwWhcNNDYwNDAxMDAwMDAwWjA9 +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJQ2VydGFpbmx5MRowGAYDVQQDExFDZXJ0 +YWlubHkgUm9vdCBSMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANA2 +1B/q3avk0bbm+yLA3RMNansiExyXPGhjZjKcA7WNpIGD2ngwEc/csiu+kr+O5MQT +vqRoTNoCaBZ0vrLdBORrKt03H2As2/X3oXyVtwxwhi7xOu9S98zTm/mLvg7fMbed +aFySpvXl8wo0tf97ouSHocavFwDvA5HtqRxOcT3Si2yJ9HiG5mpJoM610rCrm/b0 +1C7jcvk2xusVtyWMOvwlDbMicyF0yEqWYZL1LwsYpfSt4u5BvQF5+paMjRcCMLT5 +r3gajLQ2EBAHBXDQ9DGQilHFhiZ5shGIXsXwClTNSaa/ApzSRKft43jvRl5tcdF5 +cBxGX1HpyTfcX35pe0HfNEXgO4T0oYoKNp43zGJS4YkNKPl6I7ENPT2a/Z2B7yyQ +wHtETrtJ4A5KVpK8y7XdeReJkd5hiXSSqOMyhb5OhaRLWcsrxXiOcVTQAjeZjOVJ +6uBUcqQRBi8LjMFbvrWhsFNunLhgkR9Za/kt9JQKl7XsxXYDVBtlUrpMklZRNaBA +2CnbrlJ2Oy0wQJuK0EJWtLeIAaSHO1OWzaMWj/Nmqhexx2DgwUMFDO6bW2BvBlyH +Wyf5QBGenDPBt+U1VwV/J84XIIwc/PH72jEpSe31C4SnT8H2TsIonPru4K8H+zMR +eiFPCyEQtkA6qyI6BJyLm4SGcprSp6XEtHWRqSsjAgMBAAGjQjBAMA4GA1UdDwEB +/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTgqj8ljZ9EXME66C6u +d0yEPmcM9DANBgkqhkiG9w0BAQsFAAOCAgEAuVevuBLaV4OPaAszHQNTVfSVcOQr +PbA56/qJYv331hgELyE03fFo8NWWWt7CgKPBjcZq91l3rhVkz1t5BXdm6ozTaw3d +8VkswTOlMIAVRQdFGjEitpIAq5lNOo93r6kiyi9jyhXWx8bwPWz8HA2YEGGeEaIi +1wrykXprOQ4vMMM2SZ/g6Q8CRFA3lFV96p/2O7qUpUzpvD5RtOjKkjZUbVwlKNrd +rRT90+7iIgXr0PK3aBLXWopBGsaSpVo7Y0VPv+E6dyIvXL9G+VoDhRNCX8reU9di +taY1BMJH/5n9hN9czulegChB8n3nHpDYT3Y+gjwN/KUD+nsa2UUeYNrEjvn8K8l7 +lcUq/6qJ34IxD3L/DCfXCh5WAFAeDJDBlrXYFIW7pw0WwfgHJBu6haEaBQmAupVj +yTrsJZ9/nbqkRxWbRHDxakvWOF5D8xh+UG7pWijmZeZ3Gzr9Hb4DJqPb1OG7fpYn +Kx3upPvaJVQTA945xsMfTZDsjxtK0hzthZU4UHlG1sGQUDGpXJpuHfUzVounmdLy +yCwzk5Iwx06MZTMQZBf9JBeW0Y3COmor6xOLRPIh80oat3df1+2IpHLlOR+Vnb5n +wXARPbv0+Em34yaXOp/SX3z7wJl8OSngex2/DaeP0ik0biQVy96QXr8axGbqwua6 +OV+KmalBWQewLK8= +-----END CERTIFICATE----- + +# Issuer: CN=Certainly Root E1 O=Certainly +# Subject: CN=Certainly Root E1 O=Certainly +# Label: "Certainly Root E1" +# Serial: 8168531406727139161245376702891150584 +# MD5 Fingerprint: 0a:9e:ca:cd:3e:52:50:c6:36:f3:4b:a3:ed:a7:53:e9 +# SHA1 Fingerprint: f9:e1:6d:dc:01:89:cf:d5:82:45:63:3e:c5:37:7d:c2:eb:93:6f:2b +# SHA256 Fingerprint: b4:58:5f:22:e4:ac:75:6a:4e:86:12:a1:36:1c:5d:9d:03:1a:93:fd:84:fe:bb:77:8f:a3:06:8b:0f:c4:2d:c2 +-----BEGIN CERTIFICATE----- +MIIB9zCCAX2gAwIBAgIQBiUzsUcDMydc+Y2aub/M+DAKBggqhkjOPQQDAzA9MQsw +CQYDVQQGEwJVUzESMBAGA1UEChMJQ2VydGFpbmx5MRowGAYDVQQDExFDZXJ0YWlu +bHkgUm9vdCBFMTAeFw0yMTA0MDEwMDAwMDBaFw00NjA0MDEwMDAwMDBaMD0xCzAJ +BgNVBAYTAlVTMRIwEAYDVQQKEwlDZXJ0YWlubHkxGjAYBgNVBAMTEUNlcnRhaW5s +eSBSb290IEUxMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAE3m/4fxzf7flHh4axpMCK ++IKXgOqPyEpeKn2IaKcBYhSRJHpcnqMXfYqGITQYUBsQ3tA3SybHGWCA6TS9YBk2 +QNYphwk8kXr2vBMj3VlOBF7PyAIcGFPBMdjaIOlEjeR2o0IwQDAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU8ygYy2R17ikq6+2uI1g4 +hevIIgcwCgYIKoZIzj0EAwMDaAAwZQIxALGOWiDDshliTd6wT99u0nCK8Z9+aozm +ut6Dacpps6kFtZaSF4fC0urQe87YQVt8rgIwRt7qy12a7DLCZRawTDBcMPPaTnOG +BtjOiQRINzf43TNRnXCve1XYAS59BWQOhriR +-----END CERTIFICATE----- + +# Issuer: CN=Security Communication RootCA3 O=SECOM Trust Systems CO.,LTD. +# Subject: CN=Security Communication RootCA3 O=SECOM Trust Systems CO.,LTD. +# Label: "Security Communication RootCA3" +# Serial: 16247922307909811815 +# MD5 Fingerprint: 1c:9a:16:ff:9e:5c:e0:4d:8a:14:01:f4:35:5d:29:26 +# SHA1 Fingerprint: c3:03:c8:22:74:92:e5:61:a2:9c:5f:79:91:2b:1e:44:13:91:30:3a +# SHA256 Fingerprint: 24:a5:5c:2a:b0:51:44:2d:06:17:76:65:41:23:9a:4a:d0:32:d7:c5:51:75:aa:34:ff:de:2f:bc:4f:5c:52:94 +-----BEGIN CERTIFICATE----- +MIIFfzCCA2egAwIBAgIJAOF8N0D9G/5nMA0GCSqGSIb3DQEBDAUAMF0xCzAJBgNV +BAYTAkpQMSUwIwYDVQQKExxTRUNPTSBUcnVzdCBTeXN0ZW1zIENPLixMVEQuMScw +JQYDVQQDEx5TZWN1cml0eSBDb21tdW5pY2F0aW9uIFJvb3RDQTMwHhcNMTYwNjE2 +MDYxNzE2WhcNMzgwMTE4MDYxNzE2WjBdMQswCQYDVQQGEwJKUDElMCMGA1UEChMc +U0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEnMCUGA1UEAxMeU2VjdXJpdHkg +Q29tbXVuaWNhdGlvbiBSb290Q0EzMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC +CgKCAgEA48lySfcw3gl8qUCBWNO0Ot26YQ+TUG5pPDXC7ltzkBtnTCHsXzW7OT4r +CmDvu20rhvtxosis5FaU+cmvsXLUIKx00rgVrVH+hXShuRD+BYD5UpOzQD11EKzA +lrenfna84xtSGc4RHwsENPXY9Wk8d/Nk9A2qhd7gCVAEF5aEt8iKvE1y/By7z/MG +TfmfZPd+pmaGNXHIEYBMwXFAWB6+oHP2/D5Q4eAvJj1+XCO1eXDe+uDRpdYMQXF7 +9+qMHIjH7Iv10S9VlkZ8WjtYO/u62C21Jdp6Ts9EriGmnpjKIG58u4iFW/vAEGK7 +8vknR+/RiTlDxN/e4UG/VHMgly1s2vPUB6PmudhvrvyMGS7TZ2crldtYXLVqAvO4 +g160a75BflcJdURQVc1aEWEhCmHCqYj9E7wtiS/NYeCVvsq1e+F7NGcLH7YMx3we +GVPKp7FKFSBWFHA9K4IsD50VHUeAR/94mQ4xr28+j+2GaR57GIgUssL8gjMunEst ++3A7caoreyYn8xrC3PsXuKHqy6C0rtOUfnrQq8PsOC0RLoi/1D+tEjtCrI8Cbn3M +0V9hvqG8OmpI6iZVIhZdXw3/JzOfGAN0iltSIEdrRU0id4xVJ/CvHozJgyJUt5rQ +T9nO/NkuHJYosQLTA70lUhw0Zk8jq/R3gpYd0VcwCBEF/VfR2ccCAwEAAaNCMEAw +HQYDVR0OBBYEFGQUfPxYchamCik0FW8qy7z8r6irMA4GA1UdDwEB/wQEAwIBBjAP +BgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBDAUAA4ICAQDcAiMI4u8hOscNtybS +YpOnpSNyByCCYN8Y11StaSWSntkUz5m5UoHPrmyKO1o5yGwBQ8IibQLwYs1OY0PA +FNr0Y/Dq9HHuTofjcan0yVflLl8cebsjqodEV+m9NU1Bu0soo5iyG9kLFwfl9+qd +9XbXv8S2gVj/yP9kaWJ5rW4OH3/uHWnlt3Jxs/6lATWUVCvAUm2PVcTJ0rjLyjQI +UYWg9by0F1jqClx6vWPGOi//lkkZhOpn2ASxYfQAW0q3nHE3GYV5v4GwxxMOdnE+ +OoAGrgYWp421wsTL/0ClXI2lyTrtcoHKXJg80jQDdwj98ClZXSEIx2C/pHF7uNke +gr4Jr2VvKKu/S7XuPghHJ6APbw+LP6yVGPO5DtxnVW5inkYO0QR4ynKudtml+LLf +iAlhi+8kTtFZP1rUPcmTPCtk9YENFpb3ksP+MW/oKjJ0DvRMmEoYDjBU1cXrvMUV +nuiZIesnKwkK2/HmcBhWuwzkvvnoEKQTkrgc4NtnHVMDpCKn3F2SEDzq//wbEBrD +2NCcnWXL0CsnMQMeNuE9dnUM/0Umud1RvCPHX9jYhxBAEg09ODfnRDwYwFMJZI// +1ZqmfHAuc1Uh6N//g7kdPjIe1qZ9LPFm6Vwdp6POXiUyK+OVrCoHzrQoeIY8Laad +TdJ0MN1kURXbg4NR16/9M51NZg== +-----END CERTIFICATE----- + +# Issuer: CN=Security Communication ECC RootCA1 O=SECOM Trust Systems CO.,LTD. +# Subject: CN=Security Communication ECC RootCA1 O=SECOM Trust Systems CO.,LTD. +# Label: "Security Communication ECC RootCA1" +# Serial: 15446673492073852651 +# MD5 Fingerprint: 7e:43:b0:92:68:ec:05:43:4c:98:ab:5d:35:2e:7e:86 +# SHA1 Fingerprint: b8:0e:26:a9:bf:d2:b2:3b:c0:ef:46:c9:ba:c7:bb:f6:1d:0d:41:41 +# SHA256 Fingerprint: e7:4f:bd:a5:5b:d5:64:c4:73:a3:6b:44:1a:a7:99:c8:a6:8e:07:74:40:e8:28:8b:9f:a1:e5:0e:4b:ba:ca:11 +-----BEGIN CERTIFICATE----- +MIICODCCAb6gAwIBAgIJANZdm7N4gS7rMAoGCCqGSM49BAMDMGExCzAJBgNVBAYT +AkpQMSUwIwYDVQQKExxTRUNPTSBUcnVzdCBTeXN0ZW1zIENPLixMVEQuMSswKQYD +VQQDEyJTZWN1cml0eSBDb21tdW5pY2F0aW9uIEVDQyBSb290Q0ExMB4XDTE2MDYx +NjA1MTUyOFoXDTM4MDExODA1MTUyOFowYTELMAkGA1UEBhMCSlAxJTAjBgNVBAoT +HFNFQ09NIFRydXN0IFN5c3RlbXMgQ08uLExURC4xKzApBgNVBAMTIlNlY3VyaXR5 +IENvbW11bmljYXRpb24gRUNDIFJvb3RDQTEwdjAQBgcqhkjOPQIBBgUrgQQAIgNi +AASkpW9gAwPDvTH00xecK4R1rOX9PVdu12O/5gSJko6BnOPpR27KkBLIE+Cnnfdl +dB9sELLo5OnvbYUymUSxXv3MdhDYW72ixvnWQuRXdtyQwjWpS4g8EkdtXP9JTxpK +ULGjQjBAMB0GA1UdDgQWBBSGHOf+LaVKiwj+KBH6vqNm+GBZLzAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjAVXUI9/Lbu +9zuxNuie9sRGKEkz0FhDKmMpzE2xtHqiuQ04pV1IKv3LsnNdo4gIxwwCMQDAqy0O +be0YottT6SXbVQjgUMzfRGEWgqtJsLKB7HOHeLRMsmIbEvoWTSVLY70eN9k= +-----END CERTIFICATE----- + +# Issuer: CN=BJCA Global Root CA1 O=BEIJING CERTIFICATE AUTHORITY +# Subject: CN=BJCA Global Root CA1 O=BEIJING CERTIFICATE AUTHORITY +# Label: "BJCA Global Root CA1" +# Serial: 113562791157148395269083148143378328608 +# MD5 Fingerprint: 42:32:99:76:43:33:36:24:35:07:82:9b:28:f9:d0:90 +# SHA1 Fingerprint: d5:ec:8d:7b:4c:ba:79:f4:e7:e8:cb:9d:6b:ae:77:83:10:03:21:6a +# SHA256 Fingerprint: f3:89:6f:88:fe:7c:0a:88:27:66:a7:fa:6a:d2:74:9f:b5:7a:7f:3e:98:fb:76:9c:1f:a7:b0:9c:2c:44:d5:ae +-----BEGIN CERTIFICATE----- +MIIFdDCCA1ygAwIBAgIQVW9l47TZkGobCdFsPsBsIDANBgkqhkiG9w0BAQsFADBU +MQswCQYDVQQGEwJDTjEmMCQGA1UECgwdQkVJSklORyBDRVJUSUZJQ0FURSBBVVRI +T1JJVFkxHTAbBgNVBAMMFEJKQ0EgR2xvYmFsIFJvb3QgQ0ExMB4XDTE5MTIxOTAz +MTYxN1oXDTQ0MTIxMjAzMTYxN1owVDELMAkGA1UEBhMCQ04xJjAkBgNVBAoMHUJF +SUpJTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZMR0wGwYDVQQDDBRCSkNBIEdsb2Jh +bCBSb290IENBMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAPFmCL3Z +xRVhy4QEQaVpN3cdwbB7+sN3SJATcmTRuHyQNZ0YeYjjlwE8R4HyDqKYDZ4/N+AZ +spDyRhySsTphzvq3Rp4Dhtczbu33RYx2N95ulpH3134rhxfVizXuhJFyV9xgw8O5 +58dnJCNPYwpj9mZ9S1WnP3hkSWkSl+BMDdMJoDIwOvqfwPKcxRIqLhy1BDPapDgR +at7GGPZHOiJBhyL8xIkoVNiMpTAK+BcWyqw3/XmnkRd4OJmtWO2y3syJfQOcs4ll +5+M7sSKGjwZteAf9kRJ/sGsciQ35uMt0WwfCyPQ10WRjeulumijWML3mG90Vr4Tq +nMfK9Q7q8l0ph49pczm+LiRvRSGsxdRpJQaDrXpIhRMsDQa4bHlW/KNnMoH1V6XK +V0Jp6VwkYe/iMBhORJhVb3rCk9gZtt58R4oRTklH2yiUAguUSiz5EtBP6DF+bHq/ +pj+bOT0CFqMYs2esWz8sgytnOYFcuX6U1WTdno9uruh8W7TXakdI136z1C2OVnZO +z2nxbkRs1CTqjSShGL+9V/6pmTW12xB3uD1IutbB5/EjPtffhZ0nPNRAvQoMvfXn +jSXWgXSHRtQpdaJCbPdzied9v3pKH9MiyRVVz99vfFXQpIsHETdfg6YmV6YBW37+ +WGgHqel62bno/1Afq8K0wM7o6v0PvY1NuLxxAgMBAAGjQjBAMB0GA1UdDgQWBBTF +7+3M2I0hxkjk49cULqcWk+WYATAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQE +AwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAUoKsITQfI/Ki2Pm4rzc2IInRNwPWaZ+4 +YRC6ojGYWUfo0Q0lHhVBDOAqVdVXUsv45Mdpox1NcQJeXyFFYEhcCY5JEMEE3Kli +awLwQ8hOnThJdMkycFRtwUf8jrQ2ntScvd0g1lPJGKm1Vrl2i5VnZu69mP6u775u ++2D2/VnGKhs/I0qUJDAnyIm860Qkmss9vk/Ves6OF8tiwdneHg56/0OGNFK8YT88 +X7vZdrRTvJez/opMEi4r89fO4aL/3Xtw+zuhTaRjAv04l5U/BXCga99igUOLtFkN +SoxUnMW7gZ/NfaXvCyUeOiDbHPwfmGcCCtRzRBPbUYQaVQNW4AB+dAb/OMRyHdOo +P2gxXdMJxy6MW2Pg6Nwe0uxhHvLe5e/2mXZgLR6UcnHGCyoyx5JO1UbXHfmpGQrI ++pXObSOYqgs4rZpWDW+N8TEAiMEXnM0ZNjX+VVOg4DwzX5Ze4jLp3zO7Bkqp2IRz +znfSxqxx4VyjHQy7Ct9f4qNx2No3WqB4K/TUfet27fJhcKVlmtOJNBir+3I+17Q9 +eVzYH6Eze9mCUAyTF6ps3MKCuwJXNq+YJyo5UOGwifUll35HaBC07HPKs5fRJNz2 +YqAo07WjuGS3iGJCz51TzZm+ZGiPTx4SSPfSKcOYKMryMguTjClPPGAyzQWWYezy +r/6zcCwupvI= +-----END CERTIFICATE----- + +# Issuer: CN=BJCA Global Root CA2 O=BEIJING CERTIFICATE AUTHORITY +# Subject: CN=BJCA Global Root CA2 O=BEIJING CERTIFICATE AUTHORITY +# Label: "BJCA Global Root CA2" +# Serial: 58605626836079930195615843123109055211 +# MD5 Fingerprint: 5e:0a:f6:47:5f:a6:14:e8:11:01:95:3f:4d:01:eb:3c +# SHA1 Fingerprint: f4:27:86:eb:6e:b8:6d:88:31:67:02:fb:ba:66:a4:53:00:aa:7a:a6 +# SHA256 Fingerprint: 57:4d:f6:93:1e:27:80:39:66:7b:72:0a:fd:c1:60:0f:c2:7e:b6:6d:d3:09:29:79:fb:73:85:64:87:21:28:82 +-----BEGIN CERTIFICATE----- +MIICJTCCAaugAwIBAgIQLBcIfWQqwP6FGFkGz7RK6zAKBggqhkjOPQQDAzBUMQsw +CQYDVQQGEwJDTjEmMCQGA1UECgwdQkVJSklORyBDRVJUSUZJQ0FURSBBVVRIT1JJ +VFkxHTAbBgNVBAMMFEJKQ0EgR2xvYmFsIFJvb3QgQ0EyMB4XDTE5MTIxOTAzMTgy +MVoXDTQ0MTIxMjAzMTgyMVowVDELMAkGA1UEBhMCQ04xJjAkBgNVBAoMHUJFSUpJ +TkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZMR0wGwYDVQQDDBRCSkNBIEdsb2JhbCBS +b290IENBMjB2MBAGByqGSM49AgEGBSuBBAAiA2IABJ3LgJGNU2e1uVCxA/jlSR9B +IgmwUVJY1is0j8USRhTFiy8shP8sbqjV8QnjAyEUxEM9fMEsxEtqSs3ph+B99iK+ ++kpRuDCK/eHeGBIK9ke35xe/J4rUQUyWPGCWwf0VHKNCMEAwHQYDVR0OBBYEFNJK +sVF/BvDRgh9Obl+rg/xI1LCRMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD +AgEGMAoGCCqGSM49BAMDA2gAMGUCMBq8W9f+qdJUDkpd0m2xQNz0Q9XSSpkZElaA +94M04TVOSG0ED1cxMDAtsaqdAzjbBgIxAMvMh1PLet8gUXOQwKhbYdDFUDn9hf7B +43j4ptZLvZuHjw/l1lOWqzzIQNph91Oj9w== +-----END CERTIFICATE----- + +# Issuer: CN=Sectigo Public Server Authentication Root E46 O=Sectigo Limited +# Subject: CN=Sectigo Public Server Authentication Root E46 O=Sectigo Limited +# Label: "Sectigo Public Server Authentication Root E46" +# Serial: 88989738453351742415770396670917916916 +# MD5 Fingerprint: 28:23:f8:b2:98:5c:37:16:3b:3e:46:13:4e:b0:b3:01 +# SHA1 Fingerprint: ec:8a:39:6c:40:f0:2e:bc:42:75:d4:9f:ab:1c:1a:5b:67:be:d2:9a +# SHA256 Fingerprint: c9:0f:26:f0:fb:1b:40:18:b2:22:27:51:9b:5c:a2:b5:3e:2c:a5:b3:be:5c:f1:8e:fe:1b:ef:47:38:0c:53:83 +-----BEGIN CERTIFICATE----- +MIICOjCCAcGgAwIBAgIQQvLM2htpN0RfFf51KBC49DAKBggqhkjOPQQDAzBfMQsw +CQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQDEy1T +ZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBFNDYwHhcN +MjEwMzIyMDAwMDAwWhcNNDYwMzIxMjM1OTU5WjBfMQswCQYDVQQGEwJHQjEYMBYG +A1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQDEy1TZWN0aWdvIFB1YmxpYyBT +ZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBFNDYwdjAQBgcqhkjOPQIBBgUrgQQA +IgNiAAR2+pmpbiDt+dd34wc7qNs9Xzjoq1WmVk/WSOrsfy2qw7LFeeyZYX8QeccC +WvkEN/U0NSt3zn8gj1KjAIns1aeibVvjS5KToID1AZTc8GgHHs3u/iVStSBDHBv+ +6xnOQ6OjQjBAMB0GA1UdDgQWBBTRItpMWfFLXyY4qp3W7usNw/upYTAOBgNVHQ8B +Af8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNnADBkAjAn7qRa +qCG76UeXlImldCBteU/IvZNeWBj7LRoAasm4PdCkT0RHlAFWovgzJQxC36oCMB3q +4S6ILuH5px0CMk7yn2xVdOOurvulGu7t0vzCAxHrRVxgED1cf5kDW21USAGKcw== +-----END CERTIFICATE----- + +# Issuer: CN=Sectigo Public Server Authentication Root R46 O=Sectigo Limited +# Subject: CN=Sectigo Public Server Authentication Root R46 O=Sectigo Limited +# Label: "Sectigo Public Server Authentication Root R46" +# Serial: 156256931880233212765902055439220583700 +# MD5 Fingerprint: 32:10:09:52:00:d5:7e:6c:43:df:15:c0:b1:16:93:e5 +# SHA1 Fingerprint: ad:98:f9:f3:e4:7d:75:3b:65:d4:82:b3:a4:52:17:bb:6e:f5:e4:38 +# SHA256 Fingerprint: 7b:b6:47:a6:2a:ee:ac:88:bf:25:7a:a5:22:d0:1f:fe:a3:95:e0:ab:45:c7:3f:93:f6:56:54:ec:38:f2:5a:06 +-----BEGIN CERTIFICATE----- +MIIFijCCA3KgAwIBAgIQdY39i658BwD6qSWn4cetFDANBgkqhkiG9w0BAQwFADBf +MQswCQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQD +Ey1TZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBSNDYw +HhcNMjEwMzIyMDAwMDAwWhcNNDYwMzIxMjM1OTU5WjBfMQswCQYDVQQGEwJHQjEY +MBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQDEy1TZWN0aWdvIFB1Ymxp +YyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBSNDYwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQCTvtU2UnXYASOgHEdCSe5jtrch/cSV1UgrJnwUUxDa +ef0rty2k1Cz66jLdScK5vQ9IPXtamFSvnl0xdE8H/FAh3aTPaE8bEmNtJZlMKpnz +SDBh+oF8HqcIStw+KxwfGExxqjWMrfhu6DtK2eWUAtaJhBOqbchPM8xQljeSM9xf +iOefVNlI8JhD1mb9nxc4Q8UBUQvX4yMPFF1bFOdLvt30yNoDN9HWOaEhUTCDsG3X +ME6WW5HwcCSrv0WBZEMNvSE6Lzzpng3LILVCJ8zab5vuZDCQOc2TZYEhMbUjUDM3 +IuM47fgxMMxF/mL50V0yeUKH32rMVhlATc6qu/m1dkmU8Sf4kaWD5QazYw6A3OAS +VYCmO2a0OYctyPDQ0RTp5A1NDvZdV3LFOxxHVp3i1fuBYYzMTYCQNFu31xR13NgE +SJ/AwSiItOkcyqex8Va3e0lMWeUgFaiEAin6OJRpmkkGj80feRQXEgyDet4fsZfu ++Zd4KKTIRJLpfSYFplhym3kT2BFfrsU4YjRosoYwjviQYZ4ybPUHNs2iTG7sijbt +8uaZFURww3y8nDnAtOFr94MlI1fZEoDlSfB1D++N6xybVCi0ITz8fAr/73trdf+L +HaAZBav6+CuBQug4urv7qv094PPK306Xlynt8xhW6aWWrL3DkJiy4Pmi1KZHQ3xt +zwIDAQABo0IwQDAdBgNVHQ4EFgQUVnNYZJX5khqwEioEYnmhQBWIIUkwDgYDVR0P +AQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAC9c +mTz8Bl6MlC5w6tIyMY208FHVvArzZJ8HXtXBc2hkeqK5Duj5XYUtqDdFqij0lgVQ +YKlJfp/imTYpE0RHap1VIDzYm/EDMrraQKFz6oOht0SmDpkBm+S8f74TlH7Kph52 +gDY9hAaLMyZlbcp+nv4fjFg4exqDsQ+8FxG75gbMY/qB8oFM2gsQa6H61SilzwZA +Fv97fRheORKkU55+MkIQpiGRqRxOF3yEvJ+M0ejf5lG5Nkc/kLnHvALcWxxPDkjB +JYOcCj+esQMzEhonrPcibCTRAUH4WAP+JWgiH5paPHxsnnVI84HxZmduTILA7rpX +DhjvLpr3Etiga+kFpaHpaPi8TD8SHkXoUsCjvxInebnMMTzD9joiFgOgyY9mpFui +TdaBJQbpdqQACj7LzTWb4OE4y2BThihCQRxEV+ioratF4yUQvNs+ZUH7G6aXD+u5 +dHn5HrwdVw1Hr8Mvn4dGp+smWg9WY7ViYG4A++MnESLn/pmPNPW56MORcr3Ywx65 +LvKRRFHQV80MNNVIIb/bE/FmJUNS0nAiNs2fxBx1IK1jcmMGDw4nztJqDby1ORrp +0XZ60Vzk50lJLVU3aPAaOpg+VBeHVOmmJ1CJeyAvP/+/oYtKR5j/K3tJPsMpRmAY +QqszKbrAKbkTidOIijlBO8n9pu0f9GBj39ItVQGL +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com TLS RSA Root CA 2022 O=SSL Corporation +# Subject: CN=SSL.com TLS RSA Root CA 2022 O=SSL Corporation +# Label: "SSL.com TLS RSA Root CA 2022" +# Serial: 148535279242832292258835760425842727825 +# MD5 Fingerprint: d8:4e:c6:59:30:d8:fe:a0:d6:7a:5a:2c:2c:69:78:da +# SHA1 Fingerprint: ec:2c:83:40:72:af:26:95:10:ff:0e:f2:03:ee:31:70:f6:78:9d:ca +# SHA256 Fingerprint: 8f:af:7d:2e:2c:b4:70:9b:b8:e0:b3:36:66:bf:75:a5:dd:45:b5:de:48:0f:8e:a8:d4:bf:e6:be:bc:17:f2:ed +-----BEGIN CERTIFICATE----- +MIIFiTCCA3GgAwIBAgIQb77arXO9CEDii02+1PdbkTANBgkqhkiG9w0BAQsFADBO +MQswCQYDVQQGEwJVUzEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMSUwIwYDVQQD +DBxTU0wuY29tIFRMUyBSU0EgUm9vdCBDQSAyMDIyMB4XDTIyMDgyNTE2MzQyMloX +DTQ2MDgxOTE2MzQyMVowTjELMAkGA1UEBhMCVVMxGDAWBgNVBAoMD1NTTCBDb3Jw +b3JhdGlvbjElMCMGA1UEAwwcU1NMLmNvbSBUTFMgUlNBIFJvb3QgQ0EgMjAyMjCC +AiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANCkCXJPQIgSYT41I57u9nTP +L3tYPc48DRAokC+X94xI2KDYJbFMsBFMF3NQ0CJKY7uB0ylu1bUJPiYYf7ISf5OY +t6/wNr/y7hienDtSxUcZXXTzZGbVXcdotL8bHAajvI9AI7YexoS9UcQbOcGV0ins +S657Lb85/bRi3pZ7QcacoOAGcvvwB5cJOYF0r/c0WRFXCsJbwST0MXMwgsadugL3 +PnxEX4MN8/HdIGkWCVDi1FW24IBydm5MR7d1VVm0U3TZlMZBrViKMWYPHqIbKUBO +L9975hYsLfy/7PO0+r4Y9ptJ1O4Fbtk085zx7AGL0SDGD6C1vBdOSHtRwvzpXGk3 +R2azaPgVKPC506QVzFpPulJwoxJF3ca6TvvC0PeoUidtbnm1jPx7jMEWTO6Af77w +dr5BUxIzrlo4QqvXDz5BjXYHMtWrifZOZ9mxQnUjbvPNQrL8VfVThxc7wDNY8VLS ++YCk8OjwO4s4zKTGkH8PnP2L0aPP2oOnaclQNtVcBdIKQXTbYxE3waWglksejBYS +d66UNHsef8JmAOSqg+qKkK3ONkRN0VHpvB/zagX9wHQfJRlAUW7qglFA35u5CCoG +AtUjHBPW6dvbxrB6y3snm/vg1UYk7RBLY0ulBY+6uB0rpvqR4pJSvezrZ5dtmi2f +gTIFZzL7SAg/2SW4BCUvAgMBAAGjYzBhMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0j +BBgwFoAU+y437uOEeicuzRk1sTN8/9REQrkwHQYDVR0OBBYEFPsuN+7jhHonLs0Z +NbEzfP/UREK5MA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAjYlt +hEUY8U+zoO9opMAdrDC8Z2awms22qyIZZtM7QbUQnRC6cm4pJCAcAZli05bg4vsM +QtfhWsSWTVTNj8pDU/0quOr4ZcoBwq1gaAafORpR2eCNJvkLTqVTJXojpBzOCBvf +R4iyrT7gJ4eLSYwfqUdYe5byiB0YrrPRpgqU+tvT5TgKa3kSM/tKWTcWQA673vWJ +DPFs0/dRa1419dvAJuoSc06pkZCmF8NsLzjUo3KUQyxi4U5cMj29TH0ZR6LDSeeW +P4+a0zvkEdiLA9z2tmBVGKaBUfPhqBVq6+AL8BQx1rmMRTqoENjwuSfr98t67wVy +lrXEj5ZzxOhWc5y8aVFjvO9nHEMaX3cZHxj4HCUp+UmZKbaSPaKDN7EgkaibMOlq +bLQjk2UEqxHzDh1TJElTHaE/nUiSEeJ9DU/1172iWD54nR4fK/4huxoTtrEoZP2w +AgDHbICivRZQIA9ygV/MlP+7mea6kMvq+cYMwq7FGc4zoWtcu358NFcXrfA/rs3q +r5nsLFR+jM4uElZI7xc7P0peYNLcdDa8pUNjyw9bowJWCZ4kLOGGgYz+qxcs+sji +Mho6/4UIyYOf8kpIEFR3N+2ivEC+5BB09+Rbu7nzifmPQdjH5FCQNYA+HLhNkNPU +98OwoX6EyneSMSy4kLGCenROmxMmtNVQZlR4rmA= +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com TLS ECC Root CA 2022 O=SSL Corporation +# Subject: CN=SSL.com TLS ECC Root CA 2022 O=SSL Corporation +# Label: "SSL.com TLS ECC Root CA 2022" +# Serial: 26605119622390491762507526719404364228 +# MD5 Fingerprint: 99:d7:5c:f1:51:36:cc:e9:ce:d9:19:2e:77:71:56:c5 +# SHA1 Fingerprint: 9f:5f:d9:1a:54:6d:f5:0c:71:f0:ee:7a:bd:17:49:98:84:73:e2:39 +# SHA256 Fingerprint: c3:2f:fd:9f:46:f9:36:d1:6c:36:73:99:09:59:43:4b:9a:d6:0a:af:bb:9e:7c:f3:36:54:f1:44:cc:1b:a1:43 +-----BEGIN CERTIFICATE----- +MIICOjCCAcCgAwIBAgIQFAP1q/s3ixdAW+JDsqXRxDAKBggqhkjOPQQDAzBOMQsw +CQYDVQQGEwJVUzEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMSUwIwYDVQQDDBxT +U0wuY29tIFRMUyBFQ0MgUm9vdCBDQSAyMDIyMB4XDTIyMDgyNTE2MzM0OFoXDTQ2 +MDgxOTE2MzM0N1owTjELMAkGA1UEBhMCVVMxGDAWBgNVBAoMD1NTTCBDb3Jwb3Jh +dGlvbjElMCMGA1UEAwwcU1NMLmNvbSBUTFMgRUNDIFJvb3QgQ0EgMjAyMjB2MBAG +ByqGSM49AgEGBSuBBAAiA2IABEUpNXP6wrgjzhR9qLFNoFs27iosU8NgCTWyJGYm +acCzldZdkkAZDsalE3D07xJRKF3nzL35PIXBz5SQySvOkkJYWWf9lCcQZIxPBLFN +SeR7T5v15wj4A4j3p8OSSxlUgaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAfBgNVHSME +GDAWgBSJjy+j6CugFFR781a4Jl9nOAuc0DAdBgNVHQ4EFgQUiY8vo+groBRUe/NW +uCZfZzgLnNAwDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMDA2gAMGUCMFXjIlbp +15IkWE8elDIPDAI2wv2sdDJO4fscgIijzPvX6yv/N33w7deedWo1dlJF4AIxAMeN +b0Igj762TVntd00pxCAgRWSGOlDGxK0tk/UYfXLtqc/ErFc2KAhl3zx5Zn6g6g== +-----END CERTIFICATE----- + +# Issuer: CN=Atos TrustedRoot Root CA ECC TLS 2021 O=Atos +# Subject: CN=Atos TrustedRoot Root CA ECC TLS 2021 O=Atos +# Label: "Atos TrustedRoot Root CA ECC TLS 2021" +# Serial: 81873346711060652204712539181482831616 +# MD5 Fingerprint: 16:9f:ad:f1:70:ad:79:d6:ed:29:b4:d1:c5:79:70:a8 +# SHA1 Fingerprint: 9e:bc:75:10:42:b3:02:f3:81:f4:f7:30:62:d4:8f:c3:a7:51:b2:dd +# SHA256 Fingerprint: b2:fa:e5:3e:14:cc:d7:ab:92:12:06:47:01:ae:27:9c:1d:89:88:fa:cb:77:5f:a8:a0:08:91:4e:66:39:88:a8 +-----BEGIN CERTIFICATE----- +MIICFTCCAZugAwIBAgIQPZg7pmY9kGP3fiZXOATvADAKBggqhkjOPQQDAzBMMS4w +LAYDVQQDDCVBdG9zIFRydXN0ZWRSb290IFJvb3QgQ0EgRUNDIFRMUyAyMDIxMQ0w +CwYDVQQKDARBdG9zMQswCQYDVQQGEwJERTAeFw0yMTA0MjIwOTI2MjNaFw00MTA0 +MTcwOTI2MjJaMEwxLjAsBgNVBAMMJUF0b3MgVHJ1c3RlZFJvb3QgUm9vdCBDQSBF +Q0MgVExTIDIwMjExDTALBgNVBAoMBEF0b3MxCzAJBgNVBAYTAkRFMHYwEAYHKoZI +zj0CAQYFK4EEACIDYgAEloZYKDcKZ9Cg3iQZGeHkBQcfl+3oZIK59sRxUM6KDP/X +tXa7oWyTbIOiaG6l2b4siJVBzV3dscqDY4PMwL502eCdpO5KTlbgmClBk1IQ1SQ4 +AjJn8ZQSb+/Xxd4u/RmAo0IwQDAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBR2 +KCXWfeBmmnoJsmo7jjPXNtNPojAOBgNVHQ8BAf8EBAMCAYYwCgYIKoZIzj0EAwMD +aAAwZQIwW5kp85wxtolrbNa9d+F851F+uDrNozZffPc8dz7kUK2o59JZDCaOMDtu +CCrCp1rIAjEAmeMM56PDr9NJLkaCI2ZdyQAUEv049OGYa3cpetskz2VAv9LcjBHo +9H1/IISpQuQo +-----END CERTIFICATE----- + +# Issuer: CN=Atos TrustedRoot Root CA RSA TLS 2021 O=Atos +# Subject: CN=Atos TrustedRoot Root CA RSA TLS 2021 O=Atos +# Label: "Atos TrustedRoot Root CA RSA TLS 2021" +# Serial: 111436099570196163832749341232207667876 +# MD5 Fingerprint: d4:d3:46:b8:9a:c0:9c:76:5d:9e:3a:c3:b9:99:31:d2 +# SHA1 Fingerprint: 18:52:3b:0d:06:37:e4:d6:3a:df:23:e4:98:fb:5b:16:fb:86:74:48 +# SHA256 Fingerprint: 81:a9:08:8e:a5:9f:b3:64:c5:48:a6:f8:55:59:09:9b:6f:04:05:ef:bf:18:e5:32:4e:c9:f4:57:ba:00:11:2f +-----BEGIN CERTIFICATE----- +MIIFZDCCA0ygAwIBAgIQU9XP5hmTC/srBRLYwiqipDANBgkqhkiG9w0BAQwFADBM +MS4wLAYDVQQDDCVBdG9zIFRydXN0ZWRSb290IFJvb3QgQ0EgUlNBIFRMUyAyMDIx +MQ0wCwYDVQQKDARBdG9zMQswCQYDVQQGEwJERTAeFw0yMTA0MjIwOTIxMTBaFw00 +MTA0MTcwOTIxMDlaMEwxLjAsBgNVBAMMJUF0b3MgVHJ1c3RlZFJvb3QgUm9vdCBD +QSBSU0EgVExTIDIwMjExDTALBgNVBAoMBEF0b3MxCzAJBgNVBAYTAkRFMIICIjAN +BgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtoAOxHm9BYx9sKOdTSJNy/BBl01Z +4NH+VoyX8te9j2y3I49f1cTYQcvyAh5x5en2XssIKl4w8i1mx4QbZFc4nXUtVsYv +Ye+W/CBGvevUez8/fEc4BKkbqlLfEzfTFRVOvV98r61jx3ncCHvVoOX3W3WsgFWZ +kmGbzSoXfduP9LVq6hdKZChmFSlsAvFr1bqjM9xaZ6cF4r9lthawEO3NUDPJcFDs +GY6wx/J0W2tExn2WuZgIWWbeKQGb9Cpt0xU6kGpn8bRrZtkh68rZYnxGEFzedUln +nkL5/nWpo63/dgpnQOPF943HhZpZnmKaau1Fh5hnstVKPNe0OwANwI8f4UDErmwh +3El+fsqyjW22v5MvoVw+j8rtgI5Y4dtXz4U2OLJxpAmMkokIiEjxQGMYsluMWuPD +0xeqqxmjLBvk1cbiZnrXghmmOxYsL3GHX0WelXOTwkKBIROW1527k2gV+p2kHYzy +geBYBr3JtuP2iV2J+axEoctr+hbxx1A9JNr3w+SH1VbxT5Aw+kUJWdo0zuATHAR8 +ANSbhqRAvNncTFd+rrcztl524WWLZt+NyteYr842mIycg5kDcPOvdO3GDjbnvezB +c6eUWsuSZIKmAMFwoW4sKeFYV+xafJlrJaSQOoD0IJ2azsct+bJLKZWD6TWNp0lI +pw9MGZHQ9b8Q4HECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU +dEmZ0f+0emhFdcN+tNzMzjkz2ggwDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEB +DAUAA4ICAQAjQ1MkYlxt/T7Cz1UAbMVWiLkO3TriJQ2VSpfKgInuKs1l+NsW4AmS +4BjHeJi78+xCUvuppILXTdiK/ORO/auQxDh1MoSf/7OwKwIzNsAQkG8dnK/haZPs +o0UvFJ/1TCplQ3IM98P4lYsU84UgYt1UU90s3BiVaU+DR3BAM1h3Egyi61IxHkzJ +qM7F78PRreBrAwA0JrRUITWXAdxfG/F851X6LWh3e9NpzNMOa7pNdkTWwhWaJuyw +xfW70Xp0wmzNxbVe9kzmWy2B27O3Opee7c9GslA9hGCZcbUztVdF5kJHdWoOsAgM +rr3e97sPWD2PAzHoPYJQyi9eDF20l74gNAf0xBLh7tew2VktafcxBPTy+av5EzH4 +AXcOPUIjJsyacmdRIXrMPIWo6iFqO9taPKU0nprALN+AnCng33eU0aKAQv9qTFsR +0PXNor6uzFFcw9VUewyu1rkGd4Di7wcaaMxZUa1+XGdrudviB0JbuAEFWDlN5LuY +o7Ey7Nmj1m+UI/87tyll5gfp77YZ6ufCOB0yiJA8EytuzO+rdwY0d4RPcuSBhPm5 +dDTedk+SKlOxJTnbPP/lPqYO5Wue/9vsL3SD3460s6neFE3/MaNFcyT6lSnMEpcE +oji2jbDwN/zIIX8/syQbPYtuzE2wFg2WHYMfRsCbvUOZ58SWLs5fyQ== +-----END CERTIFICATE----- + +# Issuer: CN=TrustAsia Global Root CA G3 O=TrustAsia Technologies, Inc. +# Subject: CN=TrustAsia Global Root CA G3 O=TrustAsia Technologies, Inc. +# Label: "TrustAsia Global Root CA G3" +# Serial: 576386314500428537169965010905813481816650257167 +# MD5 Fingerprint: 30:42:1b:b7:bb:81:75:35:e4:16:4f:53:d2:94:de:04 +# SHA1 Fingerprint: 63:cf:b6:c1:27:2b:56:e4:88:8e:1c:23:9a:b6:2e:81:47:24:c3:c7 +# SHA256 Fingerprint: e0:d3:22:6a:eb:11:63:c2:e4:8f:f9:be:3b:50:b4:c6:43:1b:e7:bb:1e:ac:c5:c3:6b:5d:5e:c5:09:03:9a:08 +-----BEGIN CERTIFICATE----- +MIIFpTCCA42gAwIBAgIUZPYOZXdhaqs7tOqFhLuxibhxkw8wDQYJKoZIhvcNAQEM +BQAwWjELMAkGA1UEBhMCQ04xJTAjBgNVBAoMHFRydXN0QXNpYSBUZWNobm9sb2dp +ZXMsIEluYy4xJDAiBgNVBAMMG1RydXN0QXNpYSBHbG9iYWwgUm9vdCBDQSBHMzAe +Fw0yMTA1MjAwMjEwMTlaFw00NjA1MTkwMjEwMTlaMFoxCzAJBgNVBAYTAkNOMSUw +IwYDVQQKDBxUcnVzdEFzaWEgVGVjaG5vbG9naWVzLCBJbmMuMSQwIgYDVQQDDBtU +cnVzdEFzaWEgR2xvYmFsIFJvb3QgQ0EgRzMwggIiMA0GCSqGSIb3DQEBAQUAA4IC +DwAwggIKAoICAQDAMYJhkuSUGwoqZdC+BqmHO1ES6nBBruL7dOoKjbmzTNyPtxNS +T1QY4SxzlZHFZjtqz6xjbYdT8PfxObegQ2OwxANdV6nnRM7EoYNl9lA+sX4WuDqK +AtCWHwDNBSHvBm3dIZwZQ0WhxeiAysKtQGIXBsaqvPPW5vxQfmZCHzyLpnl5hkA1 +nyDvP+uLRx+PjsXUjrYsyUQE49RDdT/VP68czH5GX6zfZBCK70bwkPAPLfSIC7Ep +qq+FqklYqL9joDiR5rPmd2jE+SoZhLsO4fWvieylL1AgdB4SQXMeJNnKziyhWTXA +yB1GJ2Faj/lN03J5Zh6fFZAhLf3ti1ZwA0pJPn9pMRJpxx5cynoTi+jm9WAPzJMs +hH/x/Gr8m0ed262IPfN2dTPXS6TIi/n1Q1hPy8gDVI+lhXgEGvNz8teHHUGf59gX +zhqcD0r83ERoVGjiQTz+LISGNzzNPy+i2+f3VANfWdP3kXjHi3dqFuVJhZBFcnAv +kV34PmVACxmZySYgWmjBNb9Pp1Hx2BErW+Canig7CjoKH8GB5S7wprlppYiU5msT +f9FkPz2ccEblooV7WIQn3MSAPmeamseaMQ4w7OYXQJXZRe0Blqq/DPNL0WP3E1jA +uPP6Z92bfW1K/zJMtSU7/xxnD4UiWQWRkUF3gdCFTIcQcf+eQxuulXUtgQIDAQAB +o2MwYTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFEDk5PIj7zjKsK5Xf/Ih +MBY027ySMB0GA1UdDgQWBBRA5OTyI+84yrCuV3/yITAWNNu8kjAOBgNVHQ8BAf8E +BAMCAQYwDQYJKoZIhvcNAQEMBQADggIBACY7UeFNOPMyGLS0XuFlXsSUT9SnYaP4 +wM8zAQLpw6o1D/GUE3d3NZ4tVlFEbuHGLige/9rsR82XRBf34EzC4Xx8MnpmyFq2 +XFNFV1pF1AWZLy4jVe5jaN/TG3inEpQGAHUNcoTpLrxaatXeL1nHo+zSh2bbt1S1 +JKv0Q3jbSwTEb93mPmY+KfJLaHEih6D4sTNjduMNhXJEIlU/HHzp/LgV6FL6qj6j +ITk1dImmasI5+njPtqzn59ZW/yOSLlALqbUHM/Q4X6RJpstlcHboCoWASzY9M/eV +VHUl2qzEc4Jl6VL1XP04lQJqaTDFHApXB64ipCz5xUG3uOyfT0gA+QEEVcys+TIx +xHWVBqB/0Y0n3bOppHKH/lmLmnp0Ft0WpWIp6zqW3IunaFnT63eROfjXy9mPX1on +AX1daBli2MjN9LdyR75bl87yraKZk62Uy5P2EgmVtqvXO9A/EcswFi55gORngS1d +7XB4tmBZrOFdRWOPyN9yaFvqHbgB8X7754qz41SgOAngPN5C8sLtLpvzHzW2Ntjj +gKGLzZlkD8Kqq7HK9W+eQ42EVJmzbsASZthwEPEGNTNDqJwuuhQxzhB/HIbjj9LV ++Hfsm6vxL2PZQl/gZ4FkkfGXL/xuJvYz+NO1+MRiqzFRJQJ6+N1rZdVtTTDIZbpo +FGWsJwt0ivKH +-----END CERTIFICATE----- + +# Issuer: CN=TrustAsia Global Root CA G4 O=TrustAsia Technologies, Inc. +# Subject: CN=TrustAsia Global Root CA G4 O=TrustAsia Technologies, Inc. +# Label: "TrustAsia Global Root CA G4" +# Serial: 451799571007117016466790293371524403291602933463 +# MD5 Fingerprint: 54:dd:b2:d7:5f:d8:3e:ed:7c:e0:0b:2e:cc:ed:eb:eb +# SHA1 Fingerprint: 57:73:a5:61:5d:80:b2:e6:ac:38:82:fc:68:07:31:ac:9f:b5:92:5a +# SHA256 Fingerprint: be:4b:56:cb:50:56:c0:13:6a:52:6d:f4:44:50:8d:aa:36:a0:b5:4f:42:e4:ac:38:f7:2a:f4:70:e4:79:65:4c +-----BEGIN CERTIFICATE----- +MIICVTCCAdygAwIBAgIUTyNkuI6XY57GU4HBdk7LKnQV1tcwCgYIKoZIzj0EAwMw +WjELMAkGA1UEBhMCQ04xJTAjBgNVBAoMHFRydXN0QXNpYSBUZWNobm9sb2dpZXMs +IEluYy4xJDAiBgNVBAMMG1RydXN0QXNpYSBHbG9iYWwgUm9vdCBDQSBHNDAeFw0y +MTA1MjAwMjEwMjJaFw00NjA1MTkwMjEwMjJaMFoxCzAJBgNVBAYTAkNOMSUwIwYD +VQQKDBxUcnVzdEFzaWEgVGVjaG5vbG9naWVzLCBJbmMuMSQwIgYDVQQDDBtUcnVz +dEFzaWEgR2xvYmFsIFJvb3QgQ0EgRzQwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAATx +s8045CVD5d4ZCbuBeaIVXxVjAd7Cq92zphtnS4CDr5nLrBfbK5bKfFJV4hrhPVbw +LxYI+hW8m7tH5j/uqOFMjPXTNvk4XatwmkcN4oFBButJ+bAp3TPsUKV/eSm4IJij +YzBhMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUpbtKl86zK3+kMd6Xg1mD +pm9xy94wHQYDVR0OBBYEFKW7SpfOsyt/pDHel4NZg6ZvccveMA4GA1UdDwEB/wQE +AwIBBjAKBggqhkjOPQQDAwNnADBkAjBe8usGzEkxn0AAbbd+NvBNEU/zy4k6LHiR +UKNbwMp1JvK/kF0LgoxgKJ/GcJpo5PECMFxYDlZ2z1jD1xCMuo6u47xkdUfFVZDj +/bpV6wfEU6s3qe4hsiFbYI89MvHVI5TWWA== +-----END CERTIFICATE----- + +# Issuer: CN=CommScope Public Trust ECC Root-01 O=CommScope +# Subject: CN=CommScope Public Trust ECC Root-01 O=CommScope +# Label: "CommScope Public Trust ECC Root-01" +# Serial: 385011430473757362783587124273108818652468453534 +# MD5 Fingerprint: 3a:40:a7:fc:03:8c:9c:38:79:2f:3a:a2:6c:b6:0a:16 +# SHA1 Fingerprint: 07:86:c0:d8:dd:8e:c0:80:98:06:98:d0:58:7a:ef:de:a6:cc:a2:5d +# SHA256 Fingerprint: 11:43:7c:da:7b:b4:5e:41:36:5f:45:b3:9a:38:98:6b:0d:e0:0d:ef:34:8e:0c:7b:b0:87:36:33:80:0b:c3:8b +-----BEGIN CERTIFICATE----- +MIICHTCCAaOgAwIBAgIUQ3CCd89NXTTxyq4yLzf39H91oJ4wCgYIKoZIzj0EAwMw +TjELMAkGA1UEBhMCVVMxEjAQBgNVBAoMCUNvbW1TY29wZTErMCkGA1UEAwwiQ29t +bVNjb3BlIFB1YmxpYyBUcnVzdCBFQ0MgUm9vdC0wMTAeFw0yMTA0MjgxNzM1NDNa +Fw00NjA0MjgxNzM1NDJaME4xCzAJBgNVBAYTAlVTMRIwEAYDVQQKDAlDb21tU2Nv +cGUxKzApBgNVBAMMIkNvbW1TY29wZSBQdWJsaWMgVHJ1c3QgRUNDIFJvb3QtMDEw +djAQBgcqhkjOPQIBBgUrgQQAIgNiAARLNumuV16ocNfQj3Rid8NeeqrltqLxeP0C +flfdkXmcbLlSiFS8LwS+uM32ENEp7LXQoMPwiXAZu1FlxUOcw5tjnSCDPgYLpkJE +hRGnSjot6dZoL0hOUysHP029uax3OVejQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYD +VR0PAQH/BAQDAgEGMB0GA1UdDgQWBBSOB2LAUN3GGQYARnQE9/OufXVNMDAKBggq +hkjOPQQDAwNoADBlAjEAnDPfQeMjqEI2Jpc1XHvr20v4qotzVRVcrHgpD7oh2MSg +2NED3W3ROT3Ek2DS43KyAjB8xX6I01D1HiXo+k515liWpDVfG2XqYZpwI7UNo5uS +Um9poIyNStDuiw7LR47QjRE= +-----END CERTIFICATE----- + +# Issuer: CN=CommScope Public Trust ECC Root-02 O=CommScope +# Subject: CN=CommScope Public Trust ECC Root-02 O=CommScope +# Label: "CommScope Public Trust ECC Root-02" +# Serial: 234015080301808452132356021271193974922492992893 +# MD5 Fingerprint: 59:b0:44:d5:65:4d:b8:5c:55:19:92:02:b6:d1:94:b2 +# SHA1 Fingerprint: 3c:3f:ef:57:0f:fe:65:93:86:9e:a0:fe:b0:f6:ed:8e:d1:13:c7:e5 +# SHA256 Fingerprint: 2f:fb:7f:81:3b:bb:b3:c8:9a:b4:e8:16:2d:0f:16:d7:15:09:a8:30:cc:9d:73:c2:62:e5:14:08:75:d1:ad:4a +-----BEGIN CERTIFICATE----- +MIICHDCCAaOgAwIBAgIUKP2ZYEFHpgE6yhR7H+/5aAiDXX0wCgYIKoZIzj0EAwMw +TjELMAkGA1UEBhMCVVMxEjAQBgNVBAoMCUNvbW1TY29wZTErMCkGA1UEAwwiQ29t +bVNjb3BlIFB1YmxpYyBUcnVzdCBFQ0MgUm9vdC0wMjAeFw0yMTA0MjgxNzQ0NTRa +Fw00NjA0MjgxNzQ0NTNaME4xCzAJBgNVBAYTAlVTMRIwEAYDVQQKDAlDb21tU2Nv +cGUxKzApBgNVBAMMIkNvbW1TY29wZSBQdWJsaWMgVHJ1c3QgRUNDIFJvb3QtMDIw +djAQBgcqhkjOPQIBBgUrgQQAIgNiAAR4MIHoYx7l63FRD/cHB8o5mXxO1Q/MMDAL +j2aTPs+9xYa9+bG3tD60B8jzljHz7aRP+KNOjSkVWLjVb3/ubCK1sK9IRQq9qEmU +v4RDsNuESgMjGWdqb8FuvAY5N9GIIvejQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYD +VR0PAQH/BAQDAgEGMB0GA1UdDgQWBBTmGHX/72DehKT1RsfeSlXjMjZ59TAKBggq +hkjOPQQDAwNnADBkAjAmc0l6tqvmSfR9Uj/UQQSugEODZXW5hYA4O9Zv5JOGq4/n +ich/m35rChJVYaoR4HkCMHfoMXGsPHED1oQmHhS48zs73u1Z/GtMMH9ZzkXpc2AV +mkzw5l4lIhVtwodZ0LKOag== +-----END CERTIFICATE----- + +# Issuer: CN=CommScope Public Trust RSA Root-01 O=CommScope +# Subject: CN=CommScope Public Trust RSA Root-01 O=CommScope +# Label: "CommScope Public Trust RSA Root-01" +# Serial: 354030733275608256394402989253558293562031411421 +# MD5 Fingerprint: 0e:b4:15:bc:87:63:5d:5d:02:73:d4:26:38:68:73:d8 +# SHA1 Fingerprint: 6d:0a:5f:f7:b4:23:06:b4:85:b3:b7:97:64:fc:ac:75:f5:33:f2:93 +# SHA256 Fingerprint: 02:bd:f9:6e:2a:45:dd:9b:f1:8f:c7:e1:db:df:21:a0:37:9b:a3:c9:c2:61:03:44:cf:d8:d6:06:fe:c1:ed:81 +-----BEGIN CERTIFICATE----- +MIIFbDCCA1SgAwIBAgIUPgNJgXUWdDGOTKvVxZAplsU5EN0wDQYJKoZIhvcNAQEL +BQAwTjELMAkGA1UEBhMCVVMxEjAQBgNVBAoMCUNvbW1TY29wZTErMCkGA1UEAwwi +Q29tbVNjb3BlIFB1YmxpYyBUcnVzdCBSU0EgUm9vdC0wMTAeFw0yMTA0MjgxNjQ1 +NTRaFw00NjA0MjgxNjQ1NTNaME4xCzAJBgNVBAYTAlVTMRIwEAYDVQQKDAlDb21t +U2NvcGUxKzApBgNVBAMMIkNvbW1TY29wZSBQdWJsaWMgVHJ1c3QgUlNBIFJvb3Qt +MDEwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCwSGWjDR1C45FtnYSk +YZYSwu3D2iM0GXb26v1VWvZVAVMP8syMl0+5UMuzAURWlv2bKOx7dAvnQmtVzslh +suitQDy6uUEKBU8bJoWPQ7VAtYXR1HHcg0Hz9kXHgKKEUJdGzqAMxGBWBB0HW0al +DrJLpA6lfO741GIDuZNqihS4cPgugkY4Iw50x2tBt9Apo52AsH53k2NC+zSDO3Oj +WiE260f6GBfZumbCk6SP/F2krfxQapWsvCQz0b2If4b19bJzKo98rwjyGpg/qYFl +P8GMicWWMJoKz/TUyDTtnS+8jTiGU+6Xn6myY5QXjQ/cZip8UlF1y5mO6D1cv547 +KI2DAg+pn3LiLCuz3GaXAEDQpFSOm117RTYm1nJD68/A6g3czhLmfTifBSeolz7p +UcZsBSjBAg/pGG3svZwG1KdJ9FQFa2ww8esD1eo9anbCyxooSU1/ZOD6K9pzg4H/ +kQO9lLvkuI6cMmPNn7togbGEW682v3fuHX/3SZtS7NJ3Wn2RnU3COS3kuoL4b/JO +Hg9O5j9ZpSPcPYeoKFgo0fEbNttPxP/hjFtyjMcmAyejOQoBqsCyMWCDIqFPEgkB +Ea801M/XrmLTBQe0MXXgDW1XT2mH+VepuhX2yFJtocucH+X8eKg1mp9BFM6ltM6U +CBwJrVbl2rZJmkrqYxhTnCwuwwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4G +A1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUN12mmnQywsL5x6YVEFm45P3luG0wDQYJ +KoZIhvcNAQELBQADggIBAK+nz97/4L1CjU3lIpbfaOp9TSp90K09FlxD533Ahuh6 +NWPxzIHIxgvoLlI1pKZJkGNRrDSsBTtXAOnTYtPZKdVUvhwQkZyybf5Z/Xn36lbQ +nmhUQo8mUuJM3y+Xpi/SB5io82BdS5pYV4jvguX6r2yBS5KPQJqTRlnLX3gWsWc+ +QgvfKNmwrZggvkN80V4aCRckjXtdlemrwWCrWxhkgPut4AZ9HcpZuPN4KWfGVh2v +trV0KnahP/t1MJ+UXjulYPPLXAziDslg+MkfFoom3ecnf+slpoq9uC02EJqxWE2a +aE9gVOX2RhOOiKy8IUISrcZKiX2bwdgt6ZYD9KJ0DLwAHb/WNyVntHKLr4W96ioD +j8z7PEQkguIBpQtZtjSNMgsSDesnwv1B10A8ckYpwIzqug/xBpMu95yo9GA+o/E4 +Xo4TwbM6l4c/ksp4qRyv0LAbJh6+cOx69TOY6lz/KwsETkPdY34Op054A5U+1C0w +lREQKC6/oAI+/15Z0wUOlV9TRe9rh9VIzRamloPh37MG88EU26fsHItdkJANclHn +YfkUyq+Dj7+vsQpZXdxc1+SWrVtgHdqul7I52Qb1dgAT+GhMIbA1xNxVssnBQVoc +icCMb3SgazNNtQEo/a2tiRc7ppqEvOuM6sRxJKi6KfkIsidWNTJf6jn7MZrVGczw +-----END CERTIFICATE----- + +# Issuer: CN=CommScope Public Trust RSA Root-02 O=CommScope +# Subject: CN=CommScope Public Trust RSA Root-02 O=CommScope +# Label: "CommScope Public Trust RSA Root-02" +# Serial: 480062499834624527752716769107743131258796508494 +# MD5 Fingerprint: e1:29:f9:62:7b:76:e2:96:6d:f3:d4:d7:0f:ae:1f:aa +# SHA1 Fingerprint: ea:b0:e2:52:1b:89:93:4c:11:68:f2:d8:9a:ac:22:4c:a3:8a:57:ae +# SHA256 Fingerprint: ff:e9:43:d7:93:42:4b:4f:7c:44:0c:1c:3d:64:8d:53:63:f3:4b:82:dc:87:aa:7a:9f:11:8f:c5:de:e1:01:f1 +-----BEGIN CERTIFICATE----- +MIIFbDCCA1SgAwIBAgIUVBa/O345lXGN0aoApYYNK496BU4wDQYJKoZIhvcNAQEL +BQAwTjELMAkGA1UEBhMCVVMxEjAQBgNVBAoMCUNvbW1TY29wZTErMCkGA1UEAwwi +Q29tbVNjb3BlIFB1YmxpYyBUcnVzdCBSU0EgUm9vdC0wMjAeFw0yMTA0MjgxNzE2 +NDNaFw00NjA0MjgxNzE2NDJaME4xCzAJBgNVBAYTAlVTMRIwEAYDVQQKDAlDb21t +U2NvcGUxKzApBgNVBAMMIkNvbW1TY29wZSBQdWJsaWMgVHJ1c3QgUlNBIFJvb3Qt +MDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDh+g77aAASyE3VrCLE +NQE7xVTlWXZjpX/rwcRqmL0yjReA61260WI9JSMZNRTpf4mnG2I81lDnNJUDMrG0 +kyI9p+Kx7eZ7Ti6Hmw0zdQreqjXnfuU2mKKuJZ6VszKWpCtYHu8//mI0SFHRtI1C +rWDaSWqVcN3SAOLMV2MCe5bdSZdbkk6V0/nLKR8YSvgBKtJjCW4k6YnS5cciTNxz +hkcAqg2Ijq6FfUrpuzNPDlJwnZXjfG2WWy09X6GDRl224yW4fKcZgBzqZUPckXk2 +LHR88mcGyYnJ27/aaL8j7dxrrSiDeS/sOKUNNwFnJ5rpM9kzXzehxfCrPfp4sOcs +n/Y+n2Dg70jpkEUeBVF4GiwSLFworA2iI540jwXmojPOEXcT1A6kHkIfhs1w/tku +FT0du7jyU1fbzMZ0KZwYszZ1OC4PVKH4kh+Jlk+71O6d6Ts2QrUKOyrUZHk2EOH5 +kQMreyBUzQ0ZGshBMjTRsJnhkB4BQDa1t/qp5Xd1pCKBXbCL5CcSD1SIxtuFdOa3 +wNemKfrb3vOTlycEVS8KbzfFPROvCgCpLIscgSjX74Yxqa7ybrjKaixUR9gqiC6v +wQcQeKwRoi9C8DfF8rhW3Q5iLc4tVn5V8qdE9isy9COoR+jUKgF4z2rDN6ieZdIs +5fq6M8EGRPbmz6UNp2YINIos8wIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4G +A1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUR9DnsSL/nSz12Vdgs7GxcJXvYXowDQYJ +KoZIhvcNAQELBQADggIBAIZpsU0v6Z9PIpNojuQhmaPORVMbc0RTAIFhzTHjCLqB +KCh6krm2qMhDnscTJk3C2OVVnJJdUNjCK9v+5qiXz1I6JMNlZFxHMaNlNRPDk7n3 ++VGXu6TwYofF1gbTl4MgqX67tiHCpQ2EAOHyJxCDut0DgdXdaMNmEMjRdrSzbyme +APnCKfWxkxlSaRosTKCL4BWaMS/TiJVZbuXEs1DIFAhKm4sTg7GkcrI7djNB3Nyq +pgdvHSQSn8h2vS/ZjvQs7rfSOBAkNlEv41xdgSGn2rtO/+YHqP65DSdsu3BaVXoT +6fEqSWnHX4dXTEN5bTpl6TBcQe7rd6VzEojov32u5cSoHw2OHG1QAk8mGEPej1WF +sQs3BWDJVTkSBKEqz3EWnzZRSb9wO55nnPt7eck5HHisd5FUmrh1CoFSl+NmYWvt +PjgelmFV4ZFUjO2MJB+ByRCac5krFk5yAD9UG/iNuovnFNa2RU9g7Jauwy8CTl2d +lklyALKrdVwPaFsdZcJfMw8eD/A7hvWwTruc9+olBdytoptLFwG+Qt81IR2tq670 +v64fG9PiO/yzcnMcmyiQiRM9HcEARwmWmjgb3bHPDcK0RPOWlc4yOo80nOAXx17O +rg3bhzjlP1v9mxnhMUF6cKojawHhRUzNlM47ni3niAIi9G7oyOzWPPO5std3eqx7 +-----END CERTIFICATE----- + +# Issuer: CN=Telekom Security TLS ECC Root 2020 O=Deutsche Telekom Security GmbH +# Subject: CN=Telekom Security TLS ECC Root 2020 O=Deutsche Telekom Security GmbH +# Label: "Telekom Security TLS ECC Root 2020" +# Serial: 72082518505882327255703894282316633856 +# MD5 Fingerprint: c1:ab:fe:6a:10:2c:03:8d:bc:1c:22:32:c0:85:a7:fd +# SHA1 Fingerprint: c0:f8:96:c5:a9:3b:01:06:21:07:da:18:42:48:bc:e9:9d:88:d5:ec +# SHA256 Fingerprint: 57:8a:f4:de:d0:85:3f:4e:59:98:db:4a:ea:f9:cb:ea:8d:94:5f:60:b6:20:a3:8d:1a:3c:13:b2:bc:7b:a8:e1 +-----BEGIN CERTIFICATE----- +MIICQjCCAcmgAwIBAgIQNjqWjMlcsljN0AFdxeVXADAKBggqhkjOPQQDAzBjMQsw +CQYDVQQGEwJERTEnMCUGA1UECgweRGV1dHNjaGUgVGVsZWtvbSBTZWN1cml0eSBH +bWJIMSswKQYDVQQDDCJUZWxla29tIFNlY3VyaXR5IFRMUyBFQ0MgUm9vdCAyMDIw +MB4XDTIwMDgyNTA3NDgyMFoXDTQ1MDgyNTIzNTk1OVowYzELMAkGA1UEBhMCREUx +JzAlBgNVBAoMHkRldXRzY2hlIFRlbGVrb20gU2VjdXJpdHkgR21iSDErMCkGA1UE +AwwiVGVsZWtvbSBTZWN1cml0eSBUTFMgRUNDIFJvb3QgMjAyMDB2MBAGByqGSM49 +AgEGBSuBBAAiA2IABM6//leov9Wq9xCazbzREaK9Z0LMkOsVGJDZos0MKiXrPk/O +tdKPD/M12kOLAoC+b1EkHQ9rK8qfwm9QMuU3ILYg/4gND21Ju9sGpIeQkpT0CdDP +f8iAC8GXs7s1J8nCG6NCMEAwHQYDVR0OBBYEFONyzG6VmUex5rNhTNHLq+O6zd6f +MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMAoGCCqGSM49BAMDA2cA +MGQCMHVSi7ekEE+uShCLsoRbQuHmKjYC2qBuGT8lv9pZMo7k+5Dck2TOrbRBR2Di +z6fLHgIwN0GMZt9Ba9aDAEH9L1r3ULRn0SyocddDypwnJJGDSA3PzfdUga/sf+Rn +27iQ7t0l +-----END CERTIFICATE----- + +# Issuer: CN=Telekom Security TLS RSA Root 2023 O=Deutsche Telekom Security GmbH +# Subject: CN=Telekom Security TLS RSA Root 2023 O=Deutsche Telekom Security GmbH +# Label: "Telekom Security TLS RSA Root 2023" +# Serial: 44676229530606711399881795178081572759 +# MD5 Fingerprint: bf:5b:eb:54:40:cd:48:71:c4:20:8d:7d:de:0a:42:f2 +# SHA1 Fingerprint: 54:d3:ac:b3:bd:57:56:f6:85:9d:ce:e5:c3:21:e2:d4:ad:83:d0:93 +# SHA256 Fingerprint: ef:c6:5c:ad:bb:59:ad:b6:ef:e8:4d:a2:23:11:b3:56:24:b7:1b:3b:1e:a0:da:8b:66:55:17:4e:c8:97:86:46 +-----BEGIN CERTIFICATE----- +MIIFszCCA5ugAwIBAgIQIZxULej27HF3+k7ow3BXlzANBgkqhkiG9w0BAQwFADBj +MQswCQYDVQQGEwJERTEnMCUGA1UECgweRGV1dHNjaGUgVGVsZWtvbSBTZWN1cml0 +eSBHbWJIMSswKQYDVQQDDCJUZWxla29tIFNlY3VyaXR5IFRMUyBSU0EgUm9vdCAy +MDIzMB4XDTIzMDMyODEyMTY0NVoXDTQ4MDMyNzIzNTk1OVowYzELMAkGA1UEBhMC +REUxJzAlBgNVBAoMHkRldXRzY2hlIFRlbGVrb20gU2VjdXJpdHkgR21iSDErMCkG +A1UEAwwiVGVsZWtvbSBTZWN1cml0eSBUTFMgUlNBIFJvb3QgMjAyMzCCAiIwDQYJ +KoZIhvcNAQEBBQADggIPADCCAgoCggIBAO01oYGA88tKaVvC+1GDrib94W7zgRJ9 +cUD/h3VCKSHtgVIs3xLBGYSJwb3FKNXVS2xE1kzbB5ZKVXrKNoIENqil/Cf2SfHV +cp6R+SPWcHu79ZvB7JPPGeplfohwoHP89v+1VmLhc2o0mD6CuKyVU/QBoCcHcqMA +U6DksquDOFczJZSfvkgdmOGjup5czQRxUX11eKvzWarE4GC+j4NSuHUaQTXtvPM6 +Y+mpFEXX5lLRbtLevOP1Czvm4MS9Q2QTps70mDdsipWol8hHD/BeEIvnHRz+sTug +BTNoBUGCwQMrAcjnj02r6LX2zWtEtefdi+zqJbQAIldNsLGyMcEWzv/9FIS3R/qy +8XDe24tsNlikfLMR0cN3f1+2JeANxdKz+bi4d9s3cXFH42AYTyS2dTd4uaNir73J +co4vzLuu2+QVUhkHM/tqty1LkCiCc/4YizWN26cEar7qwU02OxY2kTLvtkCJkUPg +8qKrBC7m8kwOFjQgrIfBLX7JZkcXFBGk8/ehJImr2BrIoVyxo/eMbcgByU/J7MT8 +rFEz0ciD0cmfHdRHNCk+y7AO+oMLKFjlKdw/fKifybYKu6boRhYPluV75Gp6SG12 +mAWl3G0eQh5C2hrgUve1g8Aae3g1LDj1H/1Joy7SWWO/gLCMk3PLNaaZlSJhZQNg ++y+TS/qanIA7AgMBAAGjYzBhMA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUtqeX +gj10hZv3PJ+TmpV5dVKMbUcwDwYDVR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBS2 +p5eCPXSFm/c8n5OalXl1UoxtRzANBgkqhkiG9w0BAQwFAAOCAgEAqMxhpr51nhVQ +pGv7qHBFfLp+sVr8WyP6Cnf4mHGCDG3gXkaqk/QeoMPhk9tLrbKmXauw1GLLXrtm +9S3ul0A8Yute1hTWjOKWi0FpkzXmuZlrYrShF2Y0pmtjxrlO8iLpWA1WQdH6DErw +M807u20hOq6OcrXDSvvpfeWxm4bu4uB9tPcy/SKE8YXJN3nptT+/XOR0so8RYgDd +GGah2XsjX/GO1WfoVNpbOms2b/mBsTNHM3dA+VKq3dSDz4V4mZqTuXNnQkYRIer+ +CqkbGmVps4+uFrb2S1ayLfmlyOw7YqPta9BO1UAJpB+Y1zqlklkg5LB9zVtzaL1t +xKITDmcZuI1CfmwMmm6gJC3VRRvcxAIU/oVbZZfKTpBQCHpCNfnqwmbU+AGuHrS+ +w6jv/naaoqYfRvaE7fzbzsQCzndILIyy7MMAo+wsVRjBfhnu4S/yrYObnqsZ38aK +L4x35bcF7DvB7L6Gs4a8wPfc5+pbrrLMtTWGS9DiP7bY+A4A7l3j941Y/8+LN+lj +X273CXE2whJdV/LItM3z7gLfEdxquVeEHVlNjM7IDiPCtyaaEBRx/pOyiriA8A4Q +ntOoUAw3gi/q4Iqd4Sw5/7W0cwDk90imc6y/st53BIe0o82bNSQ3+pCTE4FCxpgm +dTdmQRCsu/WU48IxK63nI1bMNSWSs1A= +-----END CERTIFICATE----- + +# Issuer: CN=FIRMAPROFESIONAL CA ROOT-A WEB O=Firmaprofesional SA +# Subject: CN=FIRMAPROFESIONAL CA ROOT-A WEB O=Firmaprofesional SA +# Label: "FIRMAPROFESIONAL CA ROOT-A WEB" +# Serial: 65916896770016886708751106294915943533 +# MD5 Fingerprint: 82:b2:ad:45:00:82:b0:66:63:f8:5f:c3:67:4e:ce:a3 +# SHA1 Fingerprint: a8:31:11:74:a6:14:15:0d:ca:77:dd:0e:e4:0c:5d:58:fc:a0:72:a5 +# SHA256 Fingerprint: be:f2:56:da:f2:6e:9c:69:bd:ec:16:02:35:97:98:f3:ca:f7:18:21:a0:3e:01:82:57:c5:3c:65:61:7f:3d:4a +-----BEGIN CERTIFICATE----- +MIICejCCAgCgAwIBAgIQMZch7a+JQn81QYehZ1ZMbTAKBggqhkjOPQQDAzBuMQsw +CQYDVQQGEwJFUzEcMBoGA1UECgwTRmlybWFwcm9mZXNpb25hbCBTQTEYMBYGA1UE +YQwPVkFURVMtQTYyNjM0MDY4MScwJQYDVQQDDB5GSVJNQVBST0ZFU0lPTkFMIENB +IFJPT1QtQSBXRUIwHhcNMjIwNDA2MDkwMTM2WhcNNDcwMzMxMDkwMTM2WjBuMQsw +CQYDVQQGEwJFUzEcMBoGA1UECgwTRmlybWFwcm9mZXNpb25hbCBTQTEYMBYGA1UE +YQwPVkFURVMtQTYyNjM0MDY4MScwJQYDVQQDDB5GSVJNQVBST0ZFU0lPTkFMIENB +IFJPT1QtQSBXRUIwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAARHU+osEaR3xyrq89Zf +e9MEkVz6iMYiuYMQYneEMy3pA4jU4DP37XcsSmDq5G+tbbT4TIqk5B/K6k84Si6C +cyvHZpsKjECcfIr28jlgst7L7Ljkb+qbXbdTkBgyVcUgt5SjYzBhMA8GA1UdEwEB +/wQFMAMBAf8wHwYDVR0jBBgwFoAUk+FDY1w8ndYn81LsF7Kpryz3dvgwHQYDVR0O +BBYEFJPhQ2NcPJ3WJ/NS7Beyqa8s93b4MA4GA1UdDwEB/wQEAwIBBjAKBggqhkjO +PQQDAwNoADBlAjAdfKR7w4l1M+E7qUW/Runpod3JIha3RxEL2Jq68cgLcFBTApFw +hVmpHqTm6iMxoAACMQD94vizrxa5HnPEluPBMBnYfubDl94cT7iJLzPrSA8Z94dG +XSaQpYXFuXqUPoeovQA= +-----END CERTIFICATE----- + +# Issuer: CN=TWCA CYBER Root CA O=TAIWAN-CA OU=Root CA +# Subject: CN=TWCA CYBER Root CA O=TAIWAN-CA OU=Root CA +# Label: "TWCA CYBER Root CA" +# Serial: 85076849864375384482682434040119489222 +# MD5 Fingerprint: 0b:33:a0:97:52:95:d4:a9:fd:bb:db:6e:a3:55:5b:51 +# SHA1 Fingerprint: f6:b1:1c:1a:83:38:e9:7b:db:b3:a8:c8:33:24:e0:2d:9c:7f:26:66 +# SHA256 Fingerprint: 3f:63:bb:28:14:be:17:4e:c8:b6:43:9c:f0:8d:6d:56:f0:b7:c4:05:88:3a:56:48:a3:34:42:4d:6b:3e:c5:58 +-----BEGIN CERTIFICATE----- +MIIFjTCCA3WgAwIBAgIQQAE0jMIAAAAAAAAAATzyxjANBgkqhkiG9w0BAQwFADBQ +MQswCQYDVQQGEwJUVzESMBAGA1UEChMJVEFJV0FOLUNBMRAwDgYDVQQLEwdSb290 +IENBMRswGQYDVQQDExJUV0NBIENZQkVSIFJvb3QgQ0EwHhcNMjIxMTIyMDY1NDI5 +WhcNNDcxMTIyMTU1OTU5WjBQMQswCQYDVQQGEwJUVzESMBAGA1UEChMJVEFJV0FO +LUNBMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJUV0NBIENZQkVSIFJvb3Qg +Q0EwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDG+Moe2Qkgfh1sTs6P +40czRJzHyWmqOlt47nDSkvgEs1JSHWdyKKHfi12VCv7qze33Kc7wb3+szT3vsxxF +avcokPFhV8UMxKNQXd7UtcsZyoC5dc4pztKFIuwCY8xEMCDa6pFbVuYdHNWdZsc/ +34bKS1PE2Y2yHer43CdTo0fhYcx9tbD47nORxc5zb87uEB8aBs/pJ2DFTxnk684i +JkXXYJndzk834H/nY62wuFm40AZoNWDTNq5xQwTxaWV4fPMf88oon1oglWa0zbfu +j3ikRRjpJi+NmykosaS3Om251Bw4ckVYsV7r8Cibt4LK/c/WMw+f+5eesRycnupf +Xtuq3VTpMCEobY5583WSjCb+3MX2w7DfRFlDo7YDKPYIMKoNM+HvnKkHIuNZW0CP +2oi3aQiotyMuRAlZN1vH4xfyIutuOVLF3lSnmMlLIJXcRolftBL5hSmO68gnFSDA +S9TMfAxsNAwmmyYxpjyn9tnQS6Jk/zuZQXLB4HCX8SS7K8R0IrGsayIyJNN4KsDA +oS/xUgXJP+92ZuJF2A09rZXIx4kmyA+upwMu+8Ff+iDhcK2wZSA3M2Cw1a/XDBzC +kHDXShi8fgGwsOsVHkQGzaRP6AzRwyAQ4VRlnrZR0Bp2a0JaWHY06rc3Ga4udfmW +5cFZ95RXKSWNOkyrTZpB0F8mAwIDAQABo2MwYTAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBSdhWEUfMFib5do5E83QOGt4A1WNzAd +BgNVHQ4EFgQUnYVhFHzBYm+XaORPN0DhreANVjcwDQYJKoZIhvcNAQEMBQADggIB +AGSPesRiDrWIzLjHhg6hShbNcAu3p4ULs3a2D6f/CIsLJc+o1IN1KriWiLb73y0t +tGlTITVX1olNc79pj3CjYcya2x6a4CD4bLubIp1dhDGaLIrdaqHXKGnK/nZVekZn +68xDiBaiA9a5F/gZbG0jAn/xX9AKKSM70aoK7akXJlQKTcKlTfjF/biBzysseKNn +TKkHmvPfXvt89YnNdJdhEGoHK4Fa0o635yDRIG4kqIQnoVesqlVYL9zZyvpoBJ7t +RCT5dEA7IzOrg1oYJkK2bVS1FmAwbLGg+LhBoF1JSdJlBTrq/p1hvIbZv97Tujqx +f36SNI7JAG7cmL3c7IAFrQI932XtCwP39xaEBDG6k5TY8hL4iuO/Qq+n1M0RFxbI +Qh0UqEL20kCGoE8jypZFVmAGzbdVAaYBlGX+bgUJurSkquLvWL69J1bY73NxW0Qz +8ppy6rBePm6pUlvscG21h483XjyMnM7k8M4MZ0HMzvaAq07MTFb1wWFZk7Q+ptq4 +NxKfKjLji7gh7MMrZQzvIt6IKTtM1/r+t+FHvpw+PoP7UV31aPcuIYXcv/Fa4nzX +xeSDwWrruoBa3lwtcHb4yOWHh8qgnaHlIhInD0Q9HWzq1MKLL295q39QpsQZp6F6 +t5b5wR9iWqJDB0BeJsas7a5wFsWqynKKTbDPAYsDP27X +-----END CERTIFICATE----- + +# Issuer: CN=SecureSign Root CA12 O=Cybertrust Japan Co., Ltd. +# Subject: CN=SecureSign Root CA12 O=Cybertrust Japan Co., Ltd. +# Label: "SecureSign Root CA12" +# Serial: 587887345431707215246142177076162061960426065942 +# MD5 Fingerprint: c6:89:ca:64:42:9b:62:08:49:0b:1e:7f:e9:07:3d:e8 +# SHA1 Fingerprint: 7a:22:1e:3d:de:1b:06:ac:9e:c8:47:70:16:8e:3c:e5:f7:6b:06:f4 +# SHA256 Fingerprint: 3f:03:4b:b5:70:4d:44:b2:d0:85:45:a0:20:57:de:93:eb:f3:90:5f:ce:72:1a:cb:c7:30:c0:6d:da:ee:90:4e +-----BEGIN CERTIFICATE----- +MIIDcjCCAlqgAwIBAgIUZvnHwa/swlG07VOX5uaCwysckBYwDQYJKoZIhvcNAQEL +BQAwUTELMAkGA1UEBhMCSlAxIzAhBgNVBAoTGkN5YmVydHJ1c3QgSmFwYW4gQ28u +LCBMdGQuMR0wGwYDVQQDExRTZWN1cmVTaWduIFJvb3QgQ0ExMjAeFw0yMDA0MDgw +NTM2NDZaFw00MDA0MDgwNTM2NDZaMFExCzAJBgNVBAYTAkpQMSMwIQYDVQQKExpD +eWJlcnRydXN0IEphcGFuIENvLiwgTHRkLjEdMBsGA1UEAxMUU2VjdXJlU2lnbiBS +b290IENBMTIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC6OcE3emhF +KxS06+QT61d1I02PJC0W6K6OyX2kVzsqdiUzg2zqMoqUm048luT9Ub+ZyZN+v/mt +p7JIKwccJ/VMvHASd6SFVLX9kHrko+RRWAPNEHl57muTH2SOa2SroxPjcf59q5zd +J1M3s6oYwlkm7Fsf0uZlfO+TvdhYXAvA42VvPMfKWeP+bl+sg779XSVOKik71gur +FzJ4pOE+lEa+Ym6b3kaosRbnhW70CEBFEaCeVESE99g2zvVQR9wsMJvuwPWW0v4J +hscGWa5Pro4RmHvzC1KqYiaqId+OJTN5lxZJjfU+1UefNzFJM3IFTQy2VYzxV4+K +h9GtxRESOaCtAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD +AgEGMB0GA1UdDgQWBBRXNPN0zwRL1SXm8UC2LEzZLemgrTANBgkqhkiG9w0BAQsF +AAOCAQEAPrvbFxbS8hQBICw4g0utvsqFepq2m2um4fylOqyttCg6r9cBg0krY6Ld +mmQOmFxv3Y67ilQiLUoT865AQ9tPkbeGGuwAtEGBpE/6aouIs3YIcipJQMPTw4WJ +mBClnW8Zt7vPemVV2zfrPIpyMpcemik+rY3moxtt9XUa5rBouVui7mlHJzWhhpmA +8zNL4WukJsPvdFlseqJkth5Ew1DgDzk9qTPxpfPSvWKErI4cqc1avTc7bgoitPQV +55FYxTpE05Uo2cBl6XLK0A+9H7MV2anjpEcJnuDLN/v9vZfVvhgaaaI5gdka9at/ +yOPiZwud9AzqVN/Ssq+xIvEg37xEHA== +-----END CERTIFICATE----- + +# Issuer: CN=SecureSign Root CA14 O=Cybertrust Japan Co., Ltd. +# Subject: CN=SecureSign Root CA14 O=Cybertrust Japan Co., Ltd. +# Label: "SecureSign Root CA14" +# Serial: 575790784512929437950770173562378038616896959179 +# MD5 Fingerprint: 71:0d:72:fa:92:19:65:5e:89:04:ac:16:33:f0:bc:d5 +# SHA1 Fingerprint: dd:50:c0:f7:79:b3:64:2e:74:a2:b8:9d:9f:d3:40:dd:bb:f0:f2:4f +# SHA256 Fingerprint: 4b:00:9c:10:34:49:4f:9a:b5:6b:ba:3b:a1:d6:27:31:fc:4d:20:d8:95:5a:dc:ec:10:a9:25:60:72:61:e3:38 +-----BEGIN CERTIFICATE----- +MIIFcjCCA1qgAwIBAgIUZNtaDCBO6Ncpd8hQJ6JaJ90t8sswDQYJKoZIhvcNAQEM +BQAwUTELMAkGA1UEBhMCSlAxIzAhBgNVBAoTGkN5YmVydHJ1c3QgSmFwYW4gQ28u +LCBMdGQuMR0wGwYDVQQDExRTZWN1cmVTaWduIFJvb3QgQ0ExNDAeFw0yMDA0MDgw +NzA2MTlaFw00NTA0MDgwNzA2MTlaMFExCzAJBgNVBAYTAkpQMSMwIQYDVQQKExpD +eWJlcnRydXN0IEphcGFuIENvLiwgTHRkLjEdMBsGA1UEAxMUU2VjdXJlU2lnbiBS +b290IENBMTQwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDF0nqh1oq/ +FjHQmNE6lPxauG4iwWL3pwon71D2LrGeaBLwbCRjOfHw3xDG3rdSINVSW0KZnvOg +vlIfX8xnbacuUKLBl422+JX1sLrcneC+y9/3OPJH9aaakpUqYllQC6KxNedlsmGy +6pJxaeQp8E+BgQQ8sqVb1MWoWWd7VRxJq3qdwudzTe/NCcLEVxLbAQ4jeQkHO6Lo +/IrPj8BGJJw4J+CDnRugv3gVEOuGTgpa/d/aLIJ+7sr2KeH6caH3iGicnPCNvg9J +kdjqOvn90Ghx2+m1K06Ckm9mH+Dw3EzsytHqunQG+bOEkJTRX45zGRBdAuVwpcAQ +0BB8b8VYSbSwbprafZX1zNoCr7gsfXmPvkPx+SgojQlD+Ajda8iLLCSxjVIHvXib +y8posqTdDEx5YMaZ0ZPxMBoH064iwurO8YQJzOAUbn8/ftKChazcqRZOhaBgy/ac +18izju3Gm5h1DVXoX+WViwKkrkMpKBGk5hIwAUt1ax5mnXkvpXYvHUC0bcl9eQjs +0Wq2XSqypWa9a4X0dFbD9ed1Uigspf9mR6XU/v6eVL9lfgHWMI+lNpyiUBzuOIAB +SMbHdPTGrMNASRZhdCyvjG817XsYAFs2PJxQDcqSMxDxJklt33UkN4Ii1+iW/RVL +ApY+B3KVfqs9TC7XyvDf4Fg/LS8EmjijAQIDAQABo0IwQDAPBgNVHRMBAf8EBTAD +AQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUBpOjCl4oaTeqYR3r6/wtbyPk +86AwDQYJKoZIhvcNAQEMBQADggIBAJaAcgkGfpzMkwQWu6A6jZJOtxEaCnFxEM0E +rX+lRVAQZk5KQaID2RFPeje5S+LGjzJmdSX7684/AykmjbgWHfYfM25I5uj4V7Ib +ed87hwriZLoAymzvftAj63iP/2SbNDefNWWipAA9EiOWWF3KY4fGoweITedpdopT +zfFP7ELyk+OZpDc8h7hi2/DsHzc/N19DzFGdtfCXwreFamgLRB7lUe6TzktuhsHS +DCRZNhqfLJGP4xjblJUK7ZGqDpncllPjYYPGFrojutzdfhrGe0K22VoF3Jpf1d+4 +2kd92jjbrDnVHmtsKheMYc2xbXIBw8MgAGJoFjHVdqqGuw6qnsb58Nn4DSEC5MUo +FlkRudlpcyqSeLiSV5sI8jrlL5WwWLdrIBRtFO8KvH7YVdiI2i/6GaX7i+B/OfVy +K4XELKzvGUWSTLNhB9xNH27SgRNcmvMSZ4PPmz+Ln52kuaiWA3rF7iDeM9ovnhp6 +dB7h7sxaOgTdsxoEqBRjrLdHEoOabPXm6RUVkRqEGQ6UROcSjiVbgGcZ3GOTEAtl +Lor6CZpO2oYofaphNdgOpygau1LgePhsumywbrmHXumZNTfxPWQrqaA0k89jL9WB +365jJ6UeTo3cKXhZ+PmhIIynJkBugnLNeLLIjzwec+fBH7/PzqUqm9tEZDKgu39c +JRNItX+S +-----END CERTIFICATE----- + +# Issuer: CN=SecureSign Root CA15 O=Cybertrust Japan Co., Ltd. +# Subject: CN=SecureSign Root CA15 O=Cybertrust Japan Co., Ltd. +# Label: "SecureSign Root CA15" +# Serial: 126083514594751269499665114766174399806381178503 +# MD5 Fingerprint: 13:30:fc:c4:62:a6:a9:de:b5:c1:68:af:b5:d2:31:47 +# SHA1 Fingerprint: cb:ba:83:c8:c1:5a:5d:f1:f9:73:6f:ca:d7:ef:28:13:06:4a:07:7d +# SHA256 Fingerprint: e7:78:f0:f0:95:fe:84:37:29:cd:1a:00:82:17:9e:53:14:a9:c2:91:44:28:05:e1:fb:1d:8f:b6:b8:88:6c:3a +-----BEGIN CERTIFICATE----- +MIICIzCCAamgAwIBAgIUFhXHw9hJp75pDIqI7fBw+d23PocwCgYIKoZIzj0EAwMw +UTELMAkGA1UEBhMCSlAxIzAhBgNVBAoTGkN5YmVydHJ1c3QgSmFwYW4gQ28uLCBM +dGQuMR0wGwYDVQQDExRTZWN1cmVTaWduIFJvb3QgQ0ExNTAeFw0yMDA0MDgwODMy +NTZaFw00NTA0MDgwODMyNTZaMFExCzAJBgNVBAYTAkpQMSMwIQYDVQQKExpDeWJl +cnRydXN0IEphcGFuIENvLiwgTHRkLjEdMBsGA1UEAxMUU2VjdXJlU2lnbiBSb290 +IENBMTUwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQLUHSNZDKZmbPSYAi4Io5GdCx4 +wCtELW1fHcmuS1Iggz24FG1Th2CeX2yF2wYUleDHKP+dX+Sq8bOLbe1PL0vJSpSR +ZHX+AezB2Ot6lHhWGENfa4HL9rzatAy2KZMIaY+jQjBAMA8GA1UdEwEB/wQFMAMB +Af8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBTrQciu/NWeUUj1vYv0hyCTQSvT +9DAKBggqhkjOPQQDAwNoADBlAjEA2S6Jfl5OpBEHvVnCB96rMjhTKkZEBhd6zlHp +4P9mLQlO4E/0BdGF9jVg3PVys0Z9AjBEmEYagoUeYWmJSwdLZrWeqrqgHkHZAXQ6 +bkU6iYAZezKYVWOr62Nuk22rGwlgMU4= +-----END CERTIFICATE----- diff --git a/env/lib/python3.8/site-packages/pip/_vendor/certifi/core.py b/env/lib/python3.8/site-packages/pip/_vendor/certifi/core.py new file mode 100644 index 000000000..70e0c3bdb --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/certifi/core.py @@ -0,0 +1,114 @@ +""" +certifi.py +~~~~~~~~~~ + +This module returns the installation location of cacert.pem or its contents. +""" +import sys +import atexit + +def exit_cacert_ctx() -> 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/env/lib/python3.8/site-packages/pip/_vendor/certifi/py.typed b/env/lib/python3.8/site-packages/pip/_vendor/certifi/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/env/lib/python3.8/site-packages/pip/_vendor/distlib/__init__.py b/env/lib/python3.8/site-packages/pip/_vendor/distlib/__init__.py new file mode 100644 index 000000000..bf0d6c6d3 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..15d30aedad9bf406bce3952d4f49abbcafd1a32d GIT binary patch literal 1063 zcmah|Uu)Dr5T8x+3zBv-tIFcH{v3U}g0Lq-@izasmxn zWDtRNBJmcqtK~UpiO!iDxr+f=I~mMnBn5ne{D}nY9QMoy0sJF>Py6KWBYgEJLVkhV z`3wjbJ_eT}>SFhzhw=|i7zRIy6DEt!)A82$MZ(JJ5u|L>t=0$-BB3F2nn1@6 z-lSEXrTaVI5-jVq$R|VB21@1e9F?*?rRIe`&RAYk>gYJmTFVs}kFquJI|*mS977%F zVR>55ihNXVjSdXreu|^o#K|F=5c89eh^{@h#?Qklt#MS6HJ)M>mT4KP6U=pCLfsY> zDwXDGt<<W=nE z?`WS#Y4{-%4!k)m^9Wzltt5elJ-8B+ruQqy$_lds>lsW6qnA@LKDkTl8XZLo6o7HHXZU6neEKI#)Oku2ly(YFh#d?== rplJ%T9w$U&d$HEnKL4u81~1!>;T2a{ap{30-GOw(Kx{Y<)_UR(oQ>Vq literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b0fa5761b16cb6640e6bd8f219cf37e50bd66932 GIT binary patch literal 31797 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 OwIkaLg^{fzYyLNh+?5jm literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aca4d25ba7437e0aa9bc7a0e760dabae0c4d14ea GIT binary patch literal 42558 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 OPsMbtMT-JcKKI}D-$-Nt literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..00ddd9c6092a24998d3c4c696ab0d323d0d3e1c5 GIT binary patch literal 38021 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1f63229ce6ccfb7e5cefc6ca37216fa1ac12549a GIT binary patch literal 10229 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%0DV?*(xfu~XIvt{FRF!}l!` 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..924e60601de51358b126e2e5edb774e69a8f686b GIT binary patch literal 10995 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

28N_CA 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..41ef570681d95789338ba9588e9d3b5f39249935 GIT binary patch literal 51989 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..be501314b6948b0f9fbbfc1559fe29c7d8078d5e GIT binary patch literal 20550 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..528f710f8fe271800bcc6d88b38de3eb2507688d GIT binary patch literal 27690 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 'user[:passwd]', 'host[:port]'.""" + # global _userprog + # if _userprog is None: + # import re + # _userprog = re.compile('^(.*)@(.*)$') + + # match = _userprog.match(host) + # if match: return match.group(1, 2) + # return None, host + +else: # pragma: no cover + from io import StringIO + string_types = str, + text_type = str + from io import TextIOWrapper as file_type + import builtins + import configparser + from urllib.parse import (urlparse, urlunparse, urljoin, quote, unquote, + urlsplit, urlunsplit, splittype) + from urllib.request import (urlopen, urlretrieve, Request, url2pathname, + pathname2url, HTTPBasicAuthHandler, + HTTPPasswordMgr, HTTPHandler, + HTTPRedirectHandler, build_opener) + if ssl: + from urllib.request import HTTPSHandler + from urllib.error import HTTPError, URLError, ContentTooShortError + import http.client as httplib + import urllib.request as urllib2 + import xmlrpc.client as xmlrpclib + import queue + from html.parser import HTMLParser + import html.entities as htmlentitydefs + raw_input = input + from itertools import filterfalse + filter = filter + +try: + from ssl import match_hostname, CertificateError +except ImportError: # pragma: no cover + + class CertificateError(ValueError): + pass + + def _dnsname_match(dn, hostname, max_wildcards=1): + """Matching according to RFC 6125, section 6.4.3 + + http://tools.ietf.org/html/rfc6125#section-6.4.3 + """ + pats = [] + if not dn: + return False + + parts = dn.split('.') + leftmost, remainder = parts[0], parts[1:] + + wildcards = leftmost.count('*') + if wildcards > max_wildcards: + # Issue #17980: avoid denials of service by refusing more + # than one wildcard per fragment. A survey of established + # policy among SSL implementations showed it to be a + # reasonable choice. + raise CertificateError( + "too many wildcards in certificate DNS name: " + repr(dn)) + + # speed up common case w/o wildcards + if not wildcards: + return dn.lower() == hostname.lower() + + # RFC 6125, section 6.4.3, subitem 1. + # The client SHOULD NOT attempt to match a presented identifier in which + # the wildcard character comprises a label other than the left-most label. + if leftmost == '*': + # When '*' is a fragment by itself, it matches a non-empty dotless + # fragment. + pats.append('[^.]+') + elif leftmost.startswith('xn--') or hostname.startswith('xn--'): + # RFC 6125, section 6.4.3, subitem 3. + # The client SHOULD NOT attempt to match a presented identifier + # where the wildcard character is embedded within an A-label or + # U-label of an internationalized domain name. + pats.append(re.escape(leftmost)) + else: + # Otherwise, '*' matches any dotless string, e.g. www* + pats.append(re.escape(leftmost).replace(r'\*', '[^.]*')) + + # add the remaining fragments, ignore any wildcards + for frag in remainder: + pats.append(re.escape(frag)) + + pat = re.compile(r'\A' + r'\.'.join(pats) + r'\Z', re.IGNORECASE) + return pat.match(hostname) + + def match_hostname(cert, hostname): + """Verify that *cert* (in decoded format as returned by + SSLSocket.getpeercert()) matches the *hostname*. RFC 2818 and RFC 6125 + rules are followed, but IP addresses are not accepted for *hostname*. + + CertificateError is raised on failure. On success, the function + returns nothing. + """ + if not cert: + raise ValueError("empty or no certificate, match_hostname needs a " + "SSL socket or SSL context with either " + "CERT_OPTIONAL or CERT_REQUIRED") + dnsnames = [] + san = cert.get('subjectAltName', ()) + for key, value in san: + if key == 'DNS': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if not dnsnames: + # The subject is only checked when there is no dNSName entry + # in subjectAltName + for sub in cert.get('subject', ()): + for key, value in sub: + # XXX according to RFC 2818, the most specific Common Name + # must be used. + if key == 'commonName': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if len(dnsnames) > 1: + raise CertificateError("hostname %r " + "doesn't match either of %s" % + (hostname, ', '.join(map(repr, dnsnames)))) + elif len(dnsnames) == 1: + raise CertificateError("hostname %r " + "doesn't match %r" % + (hostname, dnsnames[0])) + else: + raise CertificateError("no appropriate commonName or " + "subjectAltName fields were found") + + +try: + from types import SimpleNamespace as Container +except ImportError: # pragma: no cover + + class Container(object): + """ + A generic container for when multiple values need to be returned + """ + + def __init__(self, **kwargs): + self.__dict__.update(kwargs) + + +try: + from shutil import which +except ImportError: # pragma: no cover + # Implementation from Python 3.3 + def which(cmd, mode=os.F_OK | os.X_OK, path=None): + """Given a command, mode, and a PATH string, return the path which + conforms to the given mode on the PATH, or None if there is no such + file. + + `mode` defaults to os.F_OK | os.X_OK. `path` defaults to the result + of os.environ.get("PATH"), or can be overridden with a custom search + path. + + """ + + # Check that a given file can be accessed with the correct mode. + # Additionally check that `file` is not a directory, as on Windows + # directories pass the os.access check. + def _access_check(fn, mode): + return (os.path.exists(fn) and os.access(fn, mode) and not os.path.isdir(fn)) + + # If we're given a path with a directory part, look it up directly rather + # than referring to PATH directories. This includes checking relative to the + # current directory, e.g. ./script + if os.path.dirname(cmd): + if _access_check(cmd, mode): + return cmd + return None + + if path is None: + path = os.environ.get("PATH", os.defpath) + if not path: + return None + path = path.split(os.pathsep) + + if sys.platform == "win32": + # The current directory takes precedence on Windows. + if os.curdir not in path: + path.insert(0, os.curdir) + + # PATHEXT is necessary to check on Windows. + pathext = os.environ.get("PATHEXT", "").split(os.pathsep) + # See if the given file matches any of the expected path extensions. + # This will allow us to short circuit when given "python.exe". + # If it does match, only test that one, otherwise we have to try + # others. + if any(cmd.lower().endswith(ext.lower()) for ext in pathext): + files = [cmd] + else: + files = [cmd + ext for ext in pathext] + else: + # On other platforms you don't have things like PATHEXT to tell you + # what file suffixes are executable, so just pass on cmd as-is. + files = [cmd] + + seen = set() + for dir in path: + normdir = os.path.normcase(dir) + if normdir not in seen: + seen.add(normdir) + for thefile in files: + name = os.path.join(dir, thefile) + if _access_check(name, mode): + return name + return None + + +# ZipFile is a context manager in 2.7, but not in 2.6 + +from zipfile import ZipFile as BaseZipFile + +if hasattr(BaseZipFile, '__enter__'): # pragma: no cover + ZipFile = BaseZipFile +else: # pragma: no cover + from zipfile import ZipExtFile as BaseZipExtFile + + class ZipExtFile(BaseZipExtFile): + + def __init__(self, base): + self.__dict__.update(base.__dict__) + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + class ZipFile(BaseZipFile): + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + def open(self, *args, **kwargs): + base = BaseZipFile.open(self, *args, **kwargs) + return ZipExtFile(base) + + +try: + from platform import python_implementation +except ImportError: # pragma: no cover + + def python_implementation(): + """Return a string identifying the Python implementation.""" + if 'PyPy' in sys.version: + return 'PyPy' + if os.name == 'java': + return 'Jython' + if sys.version.startswith('IronPython'): + return 'IronPython' + return 'CPython' + + +import sysconfig + +try: + callable = callable +except NameError: # pragma: no cover + from collections.abc import Callable + + def callable(obj): + return isinstance(obj, Callable) + + +try: + fsencode = os.fsencode + fsdecode = os.fsdecode +except AttributeError: # pragma: no cover + # Issue #99: on some systems (e.g. containerised), + # sys.getfilesystemencoding() returns None, and we need a real value, + # so fall back to utf-8. From the CPython 2.7 docs relating to Unix and + # sys.getfilesystemencoding(): the return value is "the user’s preference + # according to the result of nl_langinfo(CODESET), or None if the + # nl_langinfo(CODESET) failed." + _fsencoding = sys.getfilesystemencoding() or 'utf-8' + if _fsencoding == 'mbcs': + _fserrors = 'strict' + else: + _fserrors = 'surrogateescape' + + def fsencode(filename): + if isinstance(filename, bytes): + return filename + elif isinstance(filename, text_type): + return filename.encode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + + def fsdecode(filename): + if isinstance(filename, text_type): + return filename + elif isinstance(filename, bytes): + return filename.decode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + + +try: + from tokenize import detect_encoding +except ImportError: # pragma: no cover + from codecs import BOM_UTF8, lookup + + cookie_re = re.compile(r"coding[:=]\s*([-\w.]+)") + + def _get_normal_name(orig_enc): + """Imitates get_normal_name in tokenizer.c.""" + # Only care about the first 12 characters. + enc = orig_enc[:12].lower().replace("_", "-") + if enc == "utf-8" or enc.startswith("utf-8-"): + return "utf-8" + if enc in ("latin-1", "iso-8859-1", "iso-latin-1") or \ + enc.startswith(("latin-1-", "iso-8859-1-", "iso-latin-1-")): + return "iso-8859-1" + return orig_enc + + def detect_encoding(readline): + """ + The detect_encoding() function is used to detect the encoding that should + be used to decode a Python source file. It requires one argument, readline, + in the same way as the tokenize() generator. + + It will call readline a maximum of twice, and return the encoding used + (as a string) and a list of any lines (left as bytes) it has read in. + + It detects the encoding from the presence of a utf-8 bom or an encoding + cookie as specified in pep-0263. If both a bom and a cookie are present, + but disagree, a SyntaxError will be raised. If the encoding cookie is an + invalid charset, raise a SyntaxError. Note that if a utf-8 bom is found, + 'utf-8-sig' is returned. + + If no encoding is specified, then the default of 'utf-8' will be returned. + """ + try: + filename = readline.__self__.name + except AttributeError: + filename = None + bom_found = False + encoding = None + default = 'utf-8' + + def read_or_stop(): + try: + return readline() + except StopIteration: + return b'' + + def find_cookie(line): + try: + # Decode as UTF-8. Either the line is an encoding declaration, + # in which case it should be pure ASCII, or it must be UTF-8 + # per default encoding. + line_string = line.decode('utf-8') + except UnicodeDecodeError: + msg = "invalid or missing encoding declaration" + if filename is not None: + msg = '{} for {!r}'.format(msg, filename) + raise SyntaxError(msg) + + matches = cookie_re.findall(line_string) + if not matches: + return None + encoding = _get_normal_name(matches[0]) + try: + codec = lookup(encoding) + except LookupError: + # This behaviour mimics the Python interpreter + if filename is None: + msg = "unknown encoding: " + encoding + else: + msg = "unknown encoding for {!r}: {}".format( + filename, encoding) + raise SyntaxError(msg) + + if bom_found: + if codec.name != 'utf-8': + # This behaviour mimics the Python interpreter + if filename is None: + msg = 'encoding problem: utf-8' + else: + msg = 'encoding problem for {!r}: utf-8'.format( + filename) + raise SyntaxError(msg) + encoding += '-sig' + return encoding + + first = read_or_stop() + if first.startswith(BOM_UTF8): + bom_found = True + first = first[3:] + default = 'utf-8-sig' + if not first: + return default, [] + + encoding = find_cookie(first) + if encoding: + return encoding, [first] + + second = read_or_stop() + if not second: + return default, [first] + + encoding = find_cookie(second) + if encoding: + return encoding, [first, second] + + return default, [first, second] + + +# For converting & <-> & etc. +try: + from html import escape +except ImportError: + from cgi import escape +if sys.version_info[:2] < (3, 4): + unescape = HTMLParser().unescape +else: + from html import unescape + +try: + from collections import ChainMap +except ImportError: # pragma: no cover + from collections import MutableMapping + + try: + from reprlib import recursive_repr as _recursive_repr + except ImportError: + + def _recursive_repr(fillvalue='...'): + ''' + Decorator to make a repr function return fillvalue for a recursive + call + ''' + + def decorating_function(user_function): + repr_running = set() + + def wrapper(self): + key = id(self), get_ident() + if key in repr_running: + return fillvalue + repr_running.add(key) + try: + result = user_function(self) + finally: + repr_running.discard(key) + return result + + # Can't use functools.wraps() here because of bootstrap issues + wrapper.__module__ = getattr(user_function, '__module__') + wrapper.__doc__ = getattr(user_function, '__doc__') + wrapper.__name__ = getattr(user_function, '__name__') + wrapper.__annotations__ = getattr(user_function, + '__annotations__', {}) + return wrapper + + return decorating_function + + class ChainMap(MutableMapping): + ''' + A ChainMap groups multiple dicts (or other mappings) together + to create a single, updateable view. + + The underlying mappings are stored in a list. That list is public and can + accessed or updated using the *maps* attribute. There is no other state. + + Lookups search the underlying mappings successively until a key is found. + In contrast, writes, updates, and deletions only operate on the first + mapping. + ''' + + def __init__(self, *maps): + '''Initialize a ChainMap by setting *maps* to the given mappings. + If no mappings are provided, a single empty dictionary is used. + + ''' + self.maps = list(maps) or [{}] # always at least one map + + def __missing__(self, key): + raise KeyError(key) + + def __getitem__(self, key): + for mapping in self.maps: + try: + return mapping[ + key] # can't use 'key in mapping' with defaultdict + except KeyError: + pass + return self.__missing__( + key) # support subclasses that define __missing__ + + def get(self, key, default=None): + return self[key] if key in self else default + + def __len__(self): + return len(set().union( + *self.maps)) # reuses stored hash values if possible + + def __iter__(self): + return iter(set().union(*self.maps)) + + def __contains__(self, key): + return any(key in m for m in self.maps) + + def __bool__(self): + return any(self.maps) + + @_recursive_repr() + def __repr__(self): + return '{0.__class__.__name__}({1})'.format( + self, ', '.join(map(repr, self.maps))) + + @classmethod + def fromkeys(cls, iterable, *args): + 'Create a ChainMap with a single dict created from the iterable.' + return cls(dict.fromkeys(iterable, *args)) + + def copy(self): + 'New ChainMap or subclass with a new copy of maps[0] and refs to maps[1:]' + return self.__class__(self.maps[0].copy(), *self.maps[1:]) + + __copy__ = copy + + def new_child(self): # like Django's Context.push() + 'New ChainMap with a new dict followed by all previous maps.' + return self.__class__({}, *self.maps) + + @property + def parents(self): # like Django's Context.pop() + 'New ChainMap from maps[1:].' + return self.__class__(*self.maps[1:]) + + def __setitem__(self, key, value): + self.maps[0][key] = value + + def __delitem__(self, key): + try: + del self.maps[0][key] + except KeyError: + raise KeyError( + 'Key not found in the first mapping: {!r}'.format(key)) + + def popitem(self): + 'Remove and return an item pair from maps[0]. Raise KeyError is maps[0] is empty.' + try: + return self.maps[0].popitem() + except KeyError: + raise KeyError('No keys found in the first mapping.') + + def pop(self, key, *args): + 'Remove *key* from maps[0] and return its value. Raise KeyError if *key* not in maps[0].' + try: + return self.maps[0].pop(key, *args) + except KeyError: + raise KeyError( + 'Key not found in the first mapping: {!r}'.format(key)) + + def clear(self): + 'Clear maps[0], leaving maps[1:] intact.' + self.maps[0].clear() + + +try: + from importlib.util import cache_from_source # Python >= 3.4 +except ImportError: # pragma: no cover + + def cache_from_source(path, debug_override=None): + assert path.endswith('.py') + if debug_override is None: + debug_override = __debug__ + if debug_override: + suffix = 'c' + else: + suffix = 'o' + return path + suffix + + +try: + from collections import OrderedDict +except ImportError: # pragma: no cover + # {{{ http://code.activestate.com/recipes/576693/ (r9) + # Backport of OrderedDict() class that runs on Python 2.4, 2.5, 2.6, 2.7 and pypy. + # Passes Python2.7's test suite and incorporates all the latest updates. + try: + from thread import get_ident as _get_ident + except ImportError: + from dummy_thread import get_ident as _get_ident + + try: + from _abcoll import KeysView, ValuesView, ItemsView + except ImportError: + pass + + class OrderedDict(dict): + 'Dictionary that remembers insertion order' + + # An inherited dict maps keys to values. + # The inherited dict provides __getitem__, __len__, __contains__, and get. + # The remaining methods are order-aware. + # Big-O running times for all methods are the same as for regular dictionaries. + + # The internal self.__map dictionary maps keys to links in a doubly linked list. + # The circular doubly linked list starts and ends with a sentinel element. + # The sentinel element never gets deleted (this simplifies the algorithm). + # Each link is stored as a list of length three: [PREV, NEXT, KEY]. + + def __init__(self, *args, **kwds): + '''Initialize an ordered dictionary. Signature is the same as for + regular dictionaries, but keyword arguments are not recommended + because their insertion order is arbitrary. + + ''' + if len(args) > 1: + raise TypeError('expected at most 1 arguments, got %d' % + len(args)) + try: + self.__root + except AttributeError: + self.__root = root = [] # sentinel node + root[:] = [root, root, None] + self.__map = {} + self.__update(*args, **kwds) + + def __setitem__(self, key, value, dict_setitem=dict.__setitem__): + 'od.__setitem__(i, y) <==> od[i]=y' + # Setting a new item creates a new link which goes at the end of the linked + # list, and the inherited dictionary is updated with the new key/value pair. + if key not in self: + root = self.__root + last = root[0] + last[1] = root[0] = self.__map[key] = [last, root, key] + dict_setitem(self, key, value) + + def __delitem__(self, key, dict_delitem=dict.__delitem__): + 'od.__delitem__(y) <==> del od[y]' + # Deleting an existing item uses self.__map to find the link which is + # then removed by updating the links in the predecessor and successor nodes. + dict_delitem(self, key) + link_prev, link_next, key = self.__map.pop(key) + link_prev[1] = link_next + link_next[0] = link_prev + + def __iter__(self): + 'od.__iter__() <==> iter(od)' + root = self.__root + curr = root[1] + while curr is not root: + yield curr[2] + curr = curr[1] + + def __reversed__(self): + 'od.__reversed__() <==> reversed(od)' + root = self.__root + curr = root[0] + while curr is not root: + yield curr[2] + curr = curr[0] + + def clear(self): + 'od.clear() -> None. Remove all items from od.' + try: + for node in self.__map.itervalues(): + del node[:] + root = self.__root + root[:] = [root, root, None] + self.__map.clear() + except AttributeError: + pass + dict.clear(self) + + def popitem(self, last=True): + '''od.popitem() -> (k, v), return and remove a (key, value) pair. + Pairs are returned in LIFO order if last is true or FIFO order if false. + + ''' + if not self: + raise KeyError('dictionary is empty') + root = self.__root + if last: + link = root[0] + link_prev = link[0] + link_prev[1] = root + root[0] = link_prev + else: + link = root[1] + link_next = link[1] + root[1] = link_next + link_next[0] = root + key = link[2] + del self.__map[key] + value = dict.pop(self, key) + return key, value + + # -- the following methods do not depend on the internal structure -- + + def keys(self): + 'od.keys() -> list of keys in od' + return list(self) + + def values(self): + 'od.values() -> list of values in od' + return [self[key] for key in self] + + def items(self): + 'od.items() -> list of (key, value) pairs in od' + return [(key, self[key]) for key in self] + + def iterkeys(self): + 'od.iterkeys() -> an iterator over the keys in od' + return iter(self) + + def itervalues(self): + 'od.itervalues -> an iterator over the values in od' + for k in self: + yield self[k] + + def iteritems(self): + 'od.iteritems -> an iterator over the (key, value) items in od' + for k in self: + yield (k, self[k]) + + def update(*args, **kwds): + '''od.update(E, **F) -> None. Update od from dict/iterable E and F. + + If E is a dict instance, does: for k in E: od[k] = E[k] + If E has a .keys() method, does: for k in E.keys(): od[k] = E[k] + Or if E is an iterable of items, does: for k, v in E: od[k] = v + In either case, this is followed by: for k, v in F.items(): od[k] = v + + ''' + if len(args) > 2: + raise TypeError('update() takes at most 2 positional ' + 'arguments (%d given)' % (len(args), )) + elif not args: + raise TypeError('update() takes at least 1 argument (0 given)') + self = args[0] + # Make progressively weaker assumptions about "other" + other = () + if len(args) == 2: + other = args[1] + if isinstance(other, dict): + for key in other: + self[key] = other[key] + elif hasattr(other, 'keys'): + for key in other.keys(): + self[key] = other[key] + else: + for key, value in other: + self[key] = value + for key, value in kwds.items(): + self[key] = value + + __update = update # let subclasses override update without breaking __init__ + + __marker = object() + + def pop(self, key, default=__marker): + '''od.pop(k[,d]) -> v, remove specified key and return the corresponding value. + If key is not found, d is returned if given, otherwise KeyError is raised. + + ''' + if key in self: + result = self[key] + del self[key] + return result + if default is self.__marker: + raise KeyError(key) + return default + + def setdefault(self, key, default=None): + 'od.setdefault(k[,d]) -> od.get(k,d), also set od[k]=d if k not in od' + if key in self: + return self[key] + self[key] = default + return default + + def __repr__(self, _repr_running=None): + 'od.__repr__() <==> repr(od)' + if not _repr_running: + _repr_running = {} + call_key = id(self), _get_ident() + if call_key in _repr_running: + return '...' + _repr_running[call_key] = 1 + try: + if not self: + return '%s()' % (self.__class__.__name__, ) + return '%s(%r)' % (self.__class__.__name__, self.items()) + finally: + del _repr_running[call_key] + + def __reduce__(self): + 'Return state information for pickling' + items = [[k, self[k]] for k in self] + inst_dict = vars(self).copy() + for k in vars(OrderedDict()): + inst_dict.pop(k, None) + if inst_dict: + return (self.__class__, (items, ), inst_dict) + return self.__class__, (items, ) + + def copy(self): + 'od.copy() -> a shallow copy of od' + return self.__class__(self) + + @classmethod + def fromkeys(cls, iterable, value=None): + '''OD.fromkeys(S[, v]) -> New ordered dictionary with keys from S + and values equal to v (which defaults to None). + + ''' + d = cls() + for key in iterable: + d[key] = value + return d + + def __eq__(self, other): + '''od.__eq__(y) <==> od==y. Comparison to another OD is order-sensitive + while comparison to a regular mapping is order-insensitive. + + ''' + if isinstance(other, OrderedDict): + return len(self) == len( + other) and self.items() == other.items() + return dict.__eq__(self, other) + + def __ne__(self, other): + return not self == other + + # -- the following methods are only used in Python 2.7 -- + + def viewkeys(self): + "od.viewkeys() -> a set-like object providing a view on od's keys" + return KeysView(self) + + def viewvalues(self): + "od.viewvalues() -> an object providing a view on od's values" + return ValuesView(self) + + def viewitems(self): + "od.viewitems() -> a set-like object providing a view on od's items" + return ItemsView(self) + + +try: + from logging.config import BaseConfigurator, valid_ident +except ImportError: # pragma: no cover + IDENTIFIER = re.compile('^[a-z_][a-z0-9_]*$', re.I) + + def valid_ident(s): + m = IDENTIFIER.match(s) + if not m: + raise ValueError('Not a valid Python identifier: %r' % s) + return True + + # The ConvertingXXX classes are wrappers around standard Python containers, + # and they serve to convert any suitable values in the container. The + # conversion converts base dicts, lists and tuples to their wrapped + # equivalents, whereas strings which match a conversion format are converted + # appropriately. + # + # Each wrapper should have a configurator attribute holding the actual + # configurator to use for conversion. + + class ConvertingDict(dict): + """A converting dictionary wrapper.""" + + def __getitem__(self, key): + value = dict.__getitem__(self, key) + result = self.configurator.convert(value) + # If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def get(self, key, default=None): + value = dict.get(self, key, default) + result = self.configurator.convert(value) + # If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, key, default=None): + value = dict.pop(self, key, default) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class ConvertingList(list): + """A converting list wrapper.""" + + def __getitem__(self, key): + value = list.__getitem__(self, key) + result = self.configurator.convert(value) + # If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, idx=-1): + value = list.pop(self, idx) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + return result + + class ConvertingTuple(tuple): + """A converting tuple wrapper.""" + + def __getitem__(self, key): + value = tuple.__getitem__(self, key) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class BaseConfigurator(object): + """ + The configurator base class which defines some useful defaults. + """ + + CONVERT_PATTERN = re.compile(r'^(?P[a-z]+)://(?P.*)$') + + WORD_PATTERN = re.compile(r'^\s*(\w+)\s*') + DOT_PATTERN = re.compile(r'^\.\s*(\w+)\s*') + INDEX_PATTERN = re.compile(r'^\[\s*(\w+)\s*\]\s*') + DIGIT_PATTERN = re.compile(r'^\d+$') + + value_converters = { + 'ext': 'ext_convert', + 'cfg': 'cfg_convert', + } + + # We might want to use a different one, e.g. importlib + importer = staticmethod(__import__) + + def __init__(self, config): + self.config = ConvertingDict(config) + self.config.configurator = self + + def resolve(self, s): + """ + Resolve strings to objects using standard import and attribute + syntax. + """ + name = s.split('.') + used = name.pop(0) + try: + found = self.importer(used) + for frag in name: + used += '.' + frag + try: + found = getattr(found, frag) + except AttributeError: + self.importer(used) + found = getattr(found, frag) + return found + except ImportError: + e, tb = sys.exc_info()[1:] + v = ValueError('Cannot resolve %r: %s' % (s, e)) + v.__cause__, v.__traceback__ = e, tb + raise v + + def ext_convert(self, value): + """Default converter for the ext:// protocol.""" + return self.resolve(value) + + def cfg_convert(self, value): + """Default converter for the cfg:// protocol.""" + rest = value + m = self.WORD_PATTERN.match(rest) + if m is None: + raise ValueError("Unable to convert %r" % value) + else: + rest = rest[m.end():] + d = self.config[m.groups()[0]] + while rest: + m = self.DOT_PATTERN.match(rest) + if m: + d = d[m.groups()[0]] + else: + m = self.INDEX_PATTERN.match(rest) + if m: + idx = m.groups()[0] + if not self.DIGIT_PATTERN.match(idx): + d = d[idx] + else: + try: + n = int( + idx + ) # try as number first (most likely) + d = d[n] + except TypeError: + d = d[idx] + if m: + rest = rest[m.end():] + else: + raise ValueError('Unable to convert ' + '%r at %r' % (value, rest)) + # rest should be empty + return d + + def convert(self, value): + """ + Convert values to an appropriate type. dicts, lists and tuples are + replaced by their converting alternatives. Strings are checked to + see if they have a conversion format and are converted if they do. + """ + if not isinstance(value, ConvertingDict) and isinstance( + value, dict): + value = ConvertingDict(value) + value.configurator = self + elif not isinstance(value, ConvertingList) and isinstance( + value, list): + value = ConvertingList(value) + value.configurator = self + elif not isinstance(value, ConvertingTuple) and isinstance(value, tuple): + value = ConvertingTuple(value) + value.configurator = self + elif isinstance(value, string_types): + m = self.CONVERT_PATTERN.match(value) + if m: + d = m.groupdict() + prefix = d['prefix'] + converter = self.value_converters.get(prefix, None) + if converter: + suffix = d['suffix'] + converter = getattr(self, converter) + value = converter(suffix) + return value + + def configure_custom(self, config): + """Configure an object with a user-supplied factory.""" + c = config.pop('()') + if not callable(c): + c = self.resolve(c) + props = config.pop('.', None) + # Check for valid identifiers + kwargs = dict([(k, config[k]) for k in config if valid_ident(k)]) + result = c(**kwargs) + if props: + for name, value in props.items(): + setattr(result, name, value) + return result + + def as_tuple(self, value): + """Utility function which converts lists to tuples.""" + if isinstance(value, list): + value = tuple(value) + return value diff --git a/env/lib/python3.8/site-packages/pip/_vendor/distlib/database.py b/env/lib/python3.8/site-packages/pip/_vendor/distlib/database.py new file mode 100644 index 000000000..c0f896a7d --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/distlib/index.py b/env/lib/python3.8/site-packages/pip/_vendor/distlib/index.py new file mode 100644 index 000000000..56cd28671 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/distlib/index.py @@ -0,0 +1,508 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import hashlib +import logging +import os +import shutil +import subprocess +import tempfile +try: + from threading import Thread +except ImportError: # pragma: no cover + from dummy_threading import Thread + +from . import DistlibException +from .compat import (HTTPBasicAuthHandler, Request, HTTPPasswordMgr, + urlparse, build_opener, string_types) +from .util import zip_dir, ServerProxy + +logger = logging.getLogger(__name__) + +DEFAULT_INDEX = 'https://pypi.org/pypi' +DEFAULT_REALM = 'pypi' + + +class PackageIndex(object): + """ + This class represents a package index compatible with PyPI, the Python + Package Index. + """ + + boundary = b'----------ThIs_Is_tHe_distlib_index_bouNdaRY_$' + + def __init__(self, url=None): + """ + Initialise an instance. + + :param url: The URL of the index. If not specified, the URL for PyPI is + used. + """ + self.url = url or DEFAULT_INDEX + self.read_configuration() + scheme, netloc, path, params, query, frag = urlparse(self.url) + if params or query or frag or scheme not in ('http', 'https'): + raise DistlibException('invalid repository: %s' % self.url) + self.password_handler = None + self.ssl_verifier = None + self.gpg = None + self.gpg_home = None + with open(os.devnull, 'w') as sink: + # Use gpg by default rather than gpg2, as gpg2 insists on + # prompting for passwords + for s in ('gpg', 'gpg2'): + try: + rc = subprocess.check_call([s, '--version'], stdout=sink, + stderr=sink) + if rc == 0: + self.gpg = s + break + except OSError: + pass + + def _get_pypirc_command(self): + """ + Get the distutils command for interacting with PyPI configurations. + :return: the command. + """ + from .util import _get_pypirc_command as cmd + return cmd() + + def read_configuration(self): + """ + Read the PyPI access configuration as supported by distutils. This populates + ``username``, ``password``, ``realm`` and ``url`` attributes from the + configuration. + """ + from .util import _load_pypirc + cfg = _load_pypirc(self) + self.username = cfg.get('username') + self.password = cfg.get('password') + self.realm = cfg.get('realm', 'pypi') + self.url = cfg.get('repository', self.url) + + def save_configuration(self): + """ + Save the PyPI access configuration. You must have set ``username`` and + ``password`` attributes before calling this method. + """ + self.check_credentials() + from .util import _store_pypirc + _store_pypirc(self) + + def check_credentials(self): + """ + Check that ``username`` and ``password`` have been set, and raise an + exception if not. + """ + if self.username is None or self.password is None: + raise DistlibException('username and password must be set') + pm = HTTPPasswordMgr() + _, netloc, _, _, _, _ = urlparse(self.url) + pm.add_password(self.realm, netloc, self.username, self.password) + self.password_handler = HTTPBasicAuthHandler(pm) + + def register(self, metadata): # pragma: no cover + """ + Register a distribution on PyPI, using the provided metadata. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the distribution to be + registered. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + metadata.validate() + d = metadata.todict() + d[':action'] = 'verify' + request = self.encode_request(d.items(), []) + self.send_request(request) + d[':action'] = 'submit' + request = self.encode_request(d.items(), []) + return self.send_request(request) + + def _reader(self, name, stream, outbuf): + """ + Thread runner for reading lines of from a subprocess into a buffer. + + :param name: The logical name of the stream (used for logging only). + :param stream: The stream to read from. This will typically a pipe + connected to the output stream of a subprocess. + :param outbuf: The list to append the read lines to. + """ + while True: + s = stream.readline() + if not s: + break + s = s.decode('utf-8').rstrip() + outbuf.append(s) + logger.debug('%s: %s' % (name, s)) + stream.close() + + def get_sign_command(self, filename, signer, sign_password, keystore=None): # pragma: no cover + """ + Return a suitable command for signing a file. + + :param filename: The pathname to the file to be signed. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: The signing command as a list suitable to be + passed to :class:`subprocess.Popen`. + """ + cmd = [self.gpg, '--status-fd', '2', '--no-tty'] + if keystore is None: + keystore = self.gpg_home + if keystore: + cmd.extend(['--homedir', keystore]) + if sign_password is not None: + cmd.extend(['--batch', '--passphrase-fd', '0']) + td = tempfile.mkdtemp() + sf = os.path.join(td, os.path.basename(filename) + '.asc') + cmd.extend(['--detach-sign', '--armor', '--local-user', + signer, '--output', sf, filename]) + logger.debug('invoking: %s', ' '.join(cmd)) + return cmd, sf + + def run_command(self, cmd, input_data=None): + """ + Run a command in a child process , passing it any input data specified. + + :param cmd: The command to run. + :param input_data: If specified, this must be a byte string containing + data to be sent to the child process. + :return: A tuple consisting of the subprocess' exit code, a list of + lines read from the subprocess' ``stdout``, and a list of + lines read from the subprocess' ``stderr``. + """ + kwargs = { + 'stdout': subprocess.PIPE, + 'stderr': subprocess.PIPE, + } + if input_data is not None: + kwargs['stdin'] = subprocess.PIPE + stdout = [] + stderr = [] + p = subprocess.Popen(cmd, **kwargs) + # We don't use communicate() here because we may need to + # get clever with interacting with the command + t1 = Thread(target=self._reader, args=('stdout', p.stdout, stdout)) + t1.start() + t2 = Thread(target=self._reader, args=('stderr', p.stderr, stderr)) + t2.start() + if input_data is not None: + p.stdin.write(input_data) + p.stdin.close() + + p.wait() + t1.join() + t2.join() + return p.returncode, stdout, stderr + + def sign_file(self, filename, signer, sign_password, keystore=None): # pragma: no cover + """ + Sign a file. + + :param filename: The pathname to the file to be signed. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param keystore: The path to a directory which contains the keys + used in signing. If not specified, the instance's + ``gpg_home`` attribute is used instead. + :return: The absolute pathname of the file where the signature is + stored. + """ + cmd, sig_file = self.get_sign_command(filename, signer, sign_password, + keystore) + rc, stdout, stderr = self.run_command(cmd, + sign_password.encode('utf-8')) + if rc != 0: + raise DistlibException('sign command failed with error ' + 'code %s' % rc) + return sig_file + + def upload_file(self, metadata, filename, signer=None, sign_password=None, + filetype='sdist', pyversion='source', keystore=None): + """ + Upload a release file to the index. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the file to be uploaded. + :param filename: The pathname of the file to be uploaded. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param filetype: The type of the file being uploaded. This is the + distutils command which produced that file, e.g. + ``sdist`` or ``bdist_wheel``. + :param pyversion: The version of Python which the release relates + to. For code compatible with any Python, this would + be ``source``, otherwise it would be e.g. ``3.2``. + :param keystore: The path to a directory which contains the keys + used in signing. If not specified, the instance's + ``gpg_home`` attribute is used instead. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + if not os.path.exists(filename): + raise DistlibException('not found: %s' % filename) + metadata.validate() + d = metadata.todict() + sig_file = None + if signer: + if not self.gpg: + logger.warning('no signing program available - not signed') + else: + sig_file = self.sign_file(filename, signer, sign_password, + keystore) + with open(filename, 'rb') as f: + file_data = f.read() + md5_digest = hashlib.md5(file_data).hexdigest() + sha256_digest = hashlib.sha256(file_data).hexdigest() + d.update({ + ':action': 'file_upload', + 'protocol_version': '1', + 'filetype': filetype, + 'pyversion': pyversion, + 'md5_digest': md5_digest, + 'sha256_digest': sha256_digest, + }) + files = [('content', os.path.basename(filename), file_data)] + if sig_file: + with open(sig_file, 'rb') as f: + sig_data = f.read() + files.append(('gpg_signature', os.path.basename(sig_file), + sig_data)) + shutil.rmtree(os.path.dirname(sig_file)) + request = self.encode_request(d.items(), files) + return self.send_request(request) + + def upload_documentation(self, metadata, doc_dir): # pragma: no cover + """ + Upload documentation to the index. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the documentation to be + uploaded. + :param doc_dir: The pathname of the directory which contains the + documentation. This should be the directory that + contains the ``index.html`` for the documentation. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + if not os.path.isdir(doc_dir): + raise DistlibException('not a directory: %r' % doc_dir) + fn = os.path.join(doc_dir, 'index.html') + if not os.path.exists(fn): + raise DistlibException('not found: %r' % fn) + metadata.validate() + name, version = metadata.name, metadata.version + zip_data = zip_dir(doc_dir).getvalue() + fields = [(':action', 'doc_upload'), + ('name', name), ('version', version)] + files = [('content', name, zip_data)] + request = self.encode_request(fields, files) + return self.send_request(request) + + def get_verify_command(self, signature_filename, data_filename, + keystore=None): + """ + Return a suitable command for verifying a file. + + :param signature_filename: The pathname to the file containing the + signature. + :param data_filename: The pathname to the file containing the + signed data. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: The verifying command as a list suitable to be + passed to :class:`subprocess.Popen`. + """ + cmd = [self.gpg, '--status-fd', '2', '--no-tty'] + if keystore is None: + keystore = self.gpg_home + if keystore: + cmd.extend(['--homedir', keystore]) + cmd.extend(['--verify', signature_filename, data_filename]) + logger.debug('invoking: %s', ' '.join(cmd)) + return cmd + + def verify_signature(self, signature_filename, data_filename, + keystore=None): + """ + Verify a signature for a file. + + :param signature_filename: The pathname to the file containing the + signature. + :param data_filename: The pathname to the file containing the + signed data. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: True if the signature was verified, else False. + """ + if not self.gpg: + raise DistlibException('verification unavailable because gpg ' + 'unavailable') + cmd = self.get_verify_command(signature_filename, data_filename, + keystore) + rc, stdout, stderr = self.run_command(cmd) + if rc not in (0, 1): + raise DistlibException('verify command failed with error code %s' % rc) + return rc == 0 + + def download_file(self, url, destfile, digest=None, reporthook=None): + """ + This is a convenience method for downloading a file from an URL. + Normally, this will be a file from the index, though currently + no check is made for this (i.e. a file can be downloaded from + anywhere). + + The method is just like the :func:`urlretrieve` function in the + standard library, except that it allows digest computation to be + done during download and checking that the downloaded data + matched any expected value. + + :param url: The URL of the file to be downloaded (assumed to be + available via an HTTP GET request). + :param destfile: The pathname where the downloaded file is to be + saved. + :param digest: If specified, this must be a (hasher, value) + tuple, where hasher is the algorithm used (e.g. + ``'md5'``) and ``value`` is the expected value. + :param reporthook: The same as for :func:`urlretrieve` in the + standard library. + """ + if digest is None: + digester = None + logger.debug('No digest specified') + else: + if isinstance(digest, (list, tuple)): + hasher, digest = digest + else: + hasher = 'md5' + digester = getattr(hashlib, hasher)() + logger.debug('Digest specified: %s' % digest) + # The following code is equivalent to urlretrieve. + # We need to do it this way so that we can compute the + # digest of the file as we go. + with open(destfile, 'wb') as dfp: + # addinfourl is not a context manager on 2.x + # so we have to use try/finally + sfp = self.send_request(Request(url)) + try: + headers = sfp.info() + blocksize = 8192 + size = -1 + read = 0 + blocknum = 0 + if "content-length" in headers: + size = int(headers["Content-Length"]) + if reporthook: + reporthook(blocknum, blocksize, size) + while True: + block = sfp.read(blocksize) + if not block: + break + read += len(block) + dfp.write(block) + if digester: + digester.update(block) + blocknum += 1 + if reporthook: + reporthook(blocknum, blocksize, size) + finally: + sfp.close() + + # check that we got the whole file, if we can + if size >= 0 and read < size: + raise DistlibException( + 'retrieval incomplete: got only %d out of %d bytes' + % (read, size)) + # if we have a digest, it must match. + if digester: + actual = digester.hexdigest() + if digest != actual: + raise DistlibException('%s digest mismatch for %s: expected ' + '%s, got %s' % (hasher, destfile, + digest, actual)) + logger.debug('Digest verified: %s', digest) + + def send_request(self, req): + """ + Send a standard library :class:`Request` to PyPI and return its + response. + + :param req: The request to send. + :return: The HTTP response from PyPI (a standard library HTTPResponse). + """ + handlers = [] + if self.password_handler: + handlers.append(self.password_handler) + if self.ssl_verifier: + handlers.append(self.ssl_verifier) + opener = build_opener(*handlers) + return opener.open(req) + + def encode_request(self, fields, files): + """ + Encode fields and files for posting to an HTTP server. + + :param fields: The fields to send as a list of (fieldname, value) + tuples. + :param files: The files to send as a list of (fieldname, filename, + file_bytes) tuple. + """ + # Adapted from packaging, which in turn was adapted from + # http://code.activestate.com/recipes/146306 + + parts = [] + boundary = self.boundary + for k, values in fields: + if not isinstance(values, (list, tuple)): + values = [values] + + for v in values: + parts.extend(( + b'--' + boundary, + ('Content-Disposition: form-data; name="%s"' % + k).encode('utf-8'), + b'', + v.encode('utf-8'))) + for key, filename, value in files: + parts.extend(( + b'--' + boundary, + ('Content-Disposition: form-data; name="%s"; filename="%s"' % + (key, filename)).encode('utf-8'), + b'', + value)) + + parts.extend((b'--' + boundary + b'--', b'')) + + body = b'\r\n'.join(parts) + ct = b'multipart/form-data; boundary=' + boundary + headers = { + 'Content-type': ct, + 'Content-length': str(len(body)) + } + return Request(self.url, body, headers) + + def search(self, terms, operator=None): # pragma: no cover + if isinstance(terms, string_types): + terms = {'name': terms} + rpc_proxy = ServerProxy(self.url, timeout=3.0) + try: + return rpc_proxy.search(terms, operator or 'and') + finally: + rpc_proxy('close')() diff --git a/env/lib/python3.8/site-packages/pip/_vendor/distlib/locators.py b/env/lib/python3.8/site-packages/pip/_vendor/distlib/locators.py new file mode 100644 index 000000000..222c1bf3e --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/distlib/manifest.py b/env/lib/python3.8/site-packages/pip/_vendor/distlib/manifest.py new file mode 100644 index 000000000..420dcf12e --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/distlib/manifest.py @@ -0,0 +1,384 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +""" +Class representing the list of files in a distribution. + +Equivalent to distutils.filelist, but fixes some problems. +""" +import fnmatch +import logging +import os +import re +import sys + +from . import DistlibException +from .compat import fsdecode +from .util import convert_path + + +__all__ = ['Manifest'] + +logger = logging.getLogger(__name__) + +# a \ followed by some spaces + EOL +_COLLAPSE_PATTERN = re.compile('\\\\w*\n', re.M) +_COMMENTED_LINE = re.compile('#.*?(?=\n)|\n(?=$)', re.M | re.S) + +# +# Due to the different results returned by fnmatch.translate, we need +# to do slightly different processing for Python 2.7 and 3.2 ... this needed +# to be brought in for Python 3.6 onwards. +# +_PYTHON_VERSION = sys.version_info[:2] + + +class Manifest(object): + """ + A list of files built by exploring the filesystem and filtered by applying various + patterns to what we find there. + """ + + def __init__(self, base=None): + """ + Initialise an instance. + + :param base: The base directory to explore under. + """ + self.base = os.path.abspath(os.path.normpath(base or os.getcwd())) + self.prefix = self.base + os.sep + self.allfiles = None + self.files = set() + + # + # Public API + # + + def findall(self): + """Find all files under the base and set ``allfiles`` to the absolute + pathnames of files found. + """ + from stat import S_ISREG, S_ISDIR, S_ISLNK + + self.allfiles = allfiles = [] + root = self.base + stack = [root] + pop = stack.pop + push = stack.append + + while stack: + root = pop() + names = os.listdir(root) + + for name in names: + fullname = os.path.join(root, name) + + # Avoid excess stat calls -- just one will do, thank you! + stat = os.stat(fullname) + mode = stat.st_mode + if S_ISREG(mode): + allfiles.append(fsdecode(fullname)) + elif S_ISDIR(mode) and not S_ISLNK(mode): + push(fullname) + + def add(self, item): + """ + Add a file to the manifest. + + :param item: The pathname to add. This can be relative to the base. + """ + if not item.startswith(self.prefix): + item = os.path.join(self.base, item) + self.files.add(os.path.normpath(item)) + + def add_many(self, items): + """ + Add a list of files to the manifest. + + :param items: The pathnames to add. These can be relative to the base. + """ + for item in items: + self.add(item) + + def sorted(self, wantdirs=False): + """ + Return sorted files in directory order + """ + + def add_dir(dirs, d): + dirs.add(d) + logger.debug('add_dir added %s', d) + if d != self.base: + parent, _ = os.path.split(d) + assert parent not in ('', '/') + add_dir(dirs, parent) + + result = set(self.files) # make a copy! + if wantdirs: + dirs = set() + for f in result: + add_dir(dirs, os.path.dirname(f)) + result |= dirs + return [os.path.join(*path_tuple) for path_tuple in + sorted(os.path.split(path) for path in result)] + + def clear(self): + """Clear all collected files.""" + self.files = set() + self.allfiles = [] + + def process_directive(self, directive): + """ + Process a directive which either adds some files from ``allfiles`` to + ``files``, or removes some files from ``files``. + + :param directive: The directive to process. This should be in a format + compatible with distutils ``MANIFEST.in`` files: + + http://docs.python.org/distutils/sourcedist.html#commands + """ + # Parse the line: split it up, make sure the right number of words + # is there, and return the relevant words. 'action' is always + # defined: it's the first word of the line. Which of the other + # three are defined depends on the action; it'll be either + # patterns, (dir and patterns), or (dirpattern). + action, patterns, thedir, dirpattern = self._parse_directive(directive) + + # OK, now we know that the action is valid and we have the + # right number of words on the line for that action -- so we + # can proceed with minimal error-checking. + if action == 'include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=True): + logger.warning('no files found matching %r', pattern) + + elif action == 'exclude': + for pattern in patterns: + self._exclude_pattern(pattern, anchor=True) + + elif action == 'global-include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=False): + logger.warning('no files found matching %r ' + 'anywhere in distribution', pattern) + + elif action == 'global-exclude': + for pattern in patterns: + self._exclude_pattern(pattern, anchor=False) + + elif action == 'recursive-include': + for pattern in patterns: + if not self._include_pattern(pattern, prefix=thedir): + logger.warning('no files found matching %r ' + 'under directory %r', pattern, thedir) + + elif action == 'recursive-exclude': + for pattern in patterns: + self._exclude_pattern(pattern, prefix=thedir) + + elif action == 'graft': + if not self._include_pattern(None, prefix=dirpattern): + logger.warning('no directories found matching %r', + dirpattern) + + elif action == 'prune': + if not self._exclude_pattern(None, prefix=dirpattern): + logger.warning('no previously-included directories found ' + 'matching %r', dirpattern) + else: # pragma: no cover + # This should never happen, as it should be caught in + # _parse_template_line + raise DistlibException( + 'invalid action %r' % action) + + # + # Private API + # + + def _parse_directive(self, directive): + """ + Validate a directive. + :param directive: The directive to validate. + :return: A tuple of action, patterns, thedir, dir_patterns + """ + words = directive.split() + if len(words) == 1 and words[0] not in ('include', 'exclude', + 'global-include', + 'global-exclude', + 'recursive-include', + 'recursive-exclude', + 'graft', 'prune'): + # no action given, let's use the default 'include' + words.insert(0, 'include') + + action = words[0] + patterns = thedir = dir_pattern = None + + if action in ('include', 'exclude', + 'global-include', 'global-exclude'): + if len(words) < 2: + raise DistlibException( + '%r expects ...' % action) + + patterns = [convert_path(word) for word in words[1:]] + + elif action in ('recursive-include', 'recursive-exclude'): + if len(words) < 3: + raise DistlibException( + '%r expects

...' % action) + + thedir = convert_path(words[1]) + patterns = [convert_path(word) for word in words[2:]] + + elif action in ('graft', 'prune'): + if len(words) != 2: + raise DistlibException( + '%r expects a single ' % action) + + dir_pattern = convert_path(words[1]) + + else: + raise DistlibException('unknown action %r' % action) + + return action, patterns, thedir, dir_pattern + + def _include_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Select strings (presumably filenames) from 'self.files' that + match 'pattern', a Unix-style wildcard (glob) pattern. + + Patterns are not quite the same as implemented by the 'fnmatch' + module: '*' and '?' match non-special characters, where "special" + is platform-dependent: slash on Unix; colon, slash, and backslash on + DOS/Windows; and colon on Mac OS. + + If 'anchor' is true (the default), then the pattern match is more + stringent: "*.py" will match "foo.py" but not "foo/bar.py". If + 'anchor' is false, both of these will match. + + If 'prefix' is supplied, then only filenames starting with 'prefix' + (itself a pattern) and ending with 'pattern', with anything in between + them, will match. 'anchor' is ignored in this case. + + If 'is_regex' is true, 'anchor' and 'prefix' are ignored, and + 'pattern' is assumed to be either a string containing a regex or a + regex object -- no translation is done, the regex is just compiled + and used as-is. + + Selected strings will be added to self.files. + + Return True if files are found. + """ + # XXX docstring lying about what the special chars are? + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + + # delayed loading of allfiles list + if self.allfiles is None: + self.findall() + + for name in self.allfiles: + if pattern_re.search(name): + self.files.add(name) + found = True + return found + + def _exclude_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Remove strings (presumably filenames) from 'files' that match + 'pattern'. + + Other parameters are the same as for 'include_pattern()', above. + The list 'self.files' is modified in place. Return True if files are + found. + + This API is public to allow e.g. exclusion of SCM subdirs, e.g. when + packaging source distributions + """ + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + for f in list(self.files): + if pattern_re.search(f): + self.files.remove(f) + found = True + return found + + def _translate_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Translate a shell-like wildcard pattern to a compiled regular + expression. + + Return the compiled regex. If 'is_regex' true, + then 'pattern' is directly compiled to a regex (if it's a string) + or just returned as-is (assumes it's a regex object). + """ + if is_regex: + if isinstance(pattern, str): + return re.compile(pattern) + else: + return pattern + + if _PYTHON_VERSION > (3, 2): + # ditch start and end characters + start, _, end = self._glob_to_re('_').partition('_') + + if pattern: + pattern_re = self._glob_to_re(pattern) + if _PYTHON_VERSION > (3, 2): + assert pattern_re.startswith(start) and pattern_re.endswith(end) + else: + pattern_re = '' + + base = re.escape(os.path.join(self.base, '')) + if prefix is not None: + # ditch end of pattern character + if _PYTHON_VERSION <= (3, 2): + empty_pattern = self._glob_to_re('') + prefix_re = self._glob_to_re(prefix)[:-len(empty_pattern)] + else: + prefix_re = self._glob_to_re(prefix) + assert prefix_re.startswith(start) and prefix_re.endswith(end) + prefix_re = prefix_re[len(start): len(prefix_re) - len(end)] + sep = os.sep + if os.sep == '\\': + sep = r'\\' + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + sep.join((prefix_re, + '.*' + pattern_re)) + else: + pattern_re = pattern_re[len(start): len(pattern_re) - len(end)] + pattern_re = r'%s%s%s%s.*%s%s' % (start, base, prefix_re, sep, + pattern_re, end) + else: # no prefix -- respect anchor flag + if anchor: + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + pattern_re + else: + pattern_re = r'%s%s%s' % (start, base, pattern_re[len(start):]) + + return re.compile(pattern_re) + + def _glob_to_re(self, pattern): + """Translate a shell-like glob pattern to a regular expression. + + Return a string containing the regex. Differs from + 'fnmatch.translate()' in that '*' does not match "special characters" + (which are platform-specific). + """ + pattern_re = fnmatch.translate(pattern) + + # '?' and '*' in the glob pattern become '.' and '.*' in the RE, which + # IMHO is wrong -- '?' and '*' aren't supposed to match slash in Unix, + # and by extension they shouldn't match such "special characters" under + # any OS. So change all non-escaped dots in the RE to match any + # character except the special characters (currently: just os.sep). + sep = os.sep + if os.sep == '\\': + # we're using a regex to manipulate a regex, so we need + # to escape the backslash twice + sep = r'\\\\' + escaped = r'\1[^%s]' % sep + pattern_re = re.sub(r'((? y, + '!=': lambda x, y: x != y, + '<': lambda x, y: x < y, + '<=': lambda x, y: x == y or x < y, + '>': lambda x, y: x > y, + '>=': lambda x, y: x == y or x > y, + 'and': lambda x, y: x and y, + 'or': lambda x, y: x or y, + 'in': lambda x, y: x in y, + 'not in': lambda x, y: x not in y, + } + + def evaluate(self, expr, context): + """ + Evaluate a marker expression returned by the :func:`parse_requirement` + function in the specified context. + """ + if isinstance(expr, string_types): + if expr[0] in '\'"': + result = expr[1:-1] + else: + if expr not in context: + raise SyntaxError('unknown variable: %s' % expr) + result = context[expr] + else: + assert isinstance(expr, dict) + op = expr['op'] + if op not in self.operations: + raise NotImplementedError('op not implemented: %s' % op) + elhs = expr['lhs'] + erhs = expr['rhs'] + if _is_literal(expr['lhs']) and _is_literal(expr['rhs']): + raise SyntaxError('invalid comparison: %s %s %s' % (elhs, op, erhs)) + + lhs = self.evaluate(elhs, context) + rhs = self.evaluate(erhs, context) + if ((_is_version_marker(elhs) or _is_version_marker(erhs)) and + op in ('<', '<=', '>', '>=', '===', '==', '!=', '~=')): + lhs = LV(lhs) + rhs = LV(rhs) + elif _is_version_marker(elhs) and op in ('in', 'not in'): + lhs = LV(lhs) + rhs = _get_versions(rhs) + result = self.operations[op](lhs, rhs) + return result + + +_DIGITS = re.compile(r'\d+\.\d+') + + +def default_context(): + + def format_full_version(info): + version = '%s.%s.%s' % (info.major, info.minor, info.micro) + kind = info.releaselevel + if kind != 'final': + version += kind[0] + str(info.serial) + return version + + if hasattr(sys, 'implementation'): + implementation_version = format_full_version(sys.implementation.version) + implementation_name = sys.implementation.name + else: + implementation_version = '0' + implementation_name = '' + + ppv = platform.python_version() + m = _DIGITS.match(ppv) + pv = m.group(0) + result = { + 'implementation_name': implementation_name, + 'implementation_version': implementation_version, + 'os_name': os.name, + 'platform_machine': platform.machine(), + 'platform_python_implementation': platform.python_implementation(), + 'platform_release': platform.release(), + 'platform_system': platform.system(), + 'platform_version': platform.version(), + 'platform_in_venv': str(in_venv()), + 'python_full_version': ppv, + 'python_version': pv, + 'sys_platform': sys.platform, + } + return result + + +DEFAULT_CONTEXT = default_context() +del default_context + +evaluator = Evaluator() + + +def interpret(marker, execution_context=None): + """ + Interpret a marker and return a result depending on environment. + + :param marker: The marker to interpret. + :type marker: str + :param execution_context: The context used for name lookup. + :type execution_context: mapping + """ + try: + expr, rest = parse_marker(marker) + except Exception as e: + raise SyntaxError('Unable to interpret marker syntax: %s: %s' % (marker, e)) + if rest and rest[0] != '#': + raise SyntaxError('unexpected trailing data in marker: %s: %s' % (marker, rest)) + context = dict(DEFAULT_CONTEXT) + if execution_context: + context.update(execution_context) + return evaluator.evaluate(expr, context) diff --git a/env/lib/python3.8/site-packages/pip/_vendor/distlib/metadata.py b/env/lib/python3.8/site-packages/pip/_vendor/distlib/metadata.py new file mode 100644 index 000000000..ce9a34b3e --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/distlib/resources.py b/env/lib/python3.8/site-packages/pip/_vendor/distlib/resources.py new file mode 100644 index 000000000..fef52aa10 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/distlib/resources.py @@ -0,0 +1,358 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2017 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import unicode_literals + +import bisect +import io +import logging +import os +import pkgutil +import sys +import types +import zipimport + +from . import DistlibException +from .util import cached_property, get_cache_base, Cache + +logger = logging.getLogger(__name__) + + +cache = None # created when needed + + +class ResourceCache(Cache): + def __init__(self, base=None): + if base is None: + # Use native string to avoid issues on 2.x: see Python #20140. + base = os.path.join(get_cache_base(), str('resource-cache')) + super(ResourceCache, self).__init__(base) + + def is_stale(self, resource, path): + """ + Is the cache stale for the given resource? + + :param resource: The :class:`Resource` being cached. + :param path: The path of the resource in the cache. + :return: True if the cache is stale. + """ + # Cache invalidation is a hard problem :-) + return True + + def get(self, resource): + """ + Get a resource into the cache, + + :param resource: A :class:`Resource` instance. + :return: The pathname of the resource in the cache. + """ + prefix, path = resource.finder.get_cache_info(resource) + if prefix is None: + result = path + else: + result = os.path.join(self.base, self.prefix_to_dir(prefix), path) + dirname = os.path.dirname(result) + if not os.path.isdir(dirname): + os.makedirs(dirname) + if not os.path.exists(result): + stale = True + else: + stale = self.is_stale(resource, path) + if stale: + # write the bytes of the resource to the cache location + with open(result, 'wb') as f: + f.write(resource.bytes) + return result + + +class ResourceBase(object): + def __init__(self, finder, name): + self.finder = finder + self.name = name + + +class Resource(ResourceBase): + """ + A class representing an in-package resource, such as a data file. This is + not normally instantiated by user code, but rather by a + :class:`ResourceFinder` which manages the resource. + """ + is_container = False # Backwards compatibility + + def as_stream(self): + """ + Get the resource as a stream. + + This is not a property to make it obvious that it returns a new stream + each time. + """ + return self.finder.get_stream(self) + + @cached_property + def file_path(self): + global cache + if cache is None: + cache = ResourceCache() + return cache.get(self) + + @cached_property + def bytes(self): + return self.finder.get_bytes(self) + + @cached_property + def size(self): + return self.finder.get_size(self) + + +class ResourceContainer(ResourceBase): + is_container = True # Backwards compatibility + + @cached_property + def resources(self): + return self.finder.get_resources(self) + + +class ResourceFinder(object): + """ + Resource finder for file system resources. + """ + + if sys.platform.startswith('java'): + skipped_extensions = ('.pyc', '.pyo', '.class') + else: + skipped_extensions = ('.pyc', '.pyo') + + def __init__(self, module): + self.module = module + self.loader = getattr(module, '__loader__', None) + self.base = os.path.dirname(getattr(module, '__file__', '')) + + def _adjust_path(self, path): + return os.path.realpath(path) + + def _make_path(self, resource_name): + # Issue #50: need to preserve type of path on Python 2.x + # like os.path._get_sep + if isinstance(resource_name, bytes): # should only happen on 2.x + sep = b'/' + else: + sep = '/' + parts = resource_name.split(sep) + parts.insert(0, self.base) + result = os.path.join(*parts) + return self._adjust_path(result) + + def _find(self, path): + return os.path.exists(path) + + def get_cache_info(self, resource): + return None, resource.path + + def find(self, resource_name): + path = self._make_path(resource_name) + if not self._find(path): + result = None + else: + if self._is_directory(path): + result = ResourceContainer(self, resource_name) + else: + result = Resource(self, resource_name) + result.path = path + return result + + def get_stream(self, resource): + return open(resource.path, 'rb') + + def get_bytes(self, resource): + with open(resource.path, 'rb') as f: + return f.read() + + def get_size(self, resource): + return os.path.getsize(resource.path) + + def get_resources(self, resource): + def allowed(f): + return (f != '__pycache__' and not + f.endswith(self.skipped_extensions)) + return set([f for f in os.listdir(resource.path) if allowed(f)]) + + def is_container(self, resource): + return self._is_directory(resource.path) + + _is_directory = staticmethod(os.path.isdir) + + def iterator(self, resource_name): + resource = self.find(resource_name) + if resource is not None: + todo = [resource] + while todo: + resource = todo.pop(0) + yield resource + if resource.is_container: + rname = resource.name + for name in resource.resources: + if not rname: + new_name = name + else: + new_name = '/'.join([rname, name]) + child = self.find(new_name) + if child.is_container: + todo.append(child) + else: + yield child + + +class ZipResourceFinder(ResourceFinder): + """ + Resource finder for resources in .zip files. + """ + def __init__(self, module): + super(ZipResourceFinder, self).__init__(module) + archive = self.loader.archive + self.prefix_len = 1 + len(archive) + # PyPy doesn't have a _files attr on zipimporter, and you can't set one + if hasattr(self.loader, '_files'): + self._files = self.loader._files + else: + self._files = zipimport._zip_directory_cache[archive] + self.index = sorted(self._files) + + def _adjust_path(self, path): + return path + + def _find(self, path): + path = path[self.prefix_len:] + if path in self._files: + result = True + else: + if path and path[-1] != os.sep: + path = path + os.sep + i = bisect.bisect(self.index, path) + try: + result = self.index[i].startswith(path) + except IndexError: + result = False + if not result: + logger.debug('_find failed: %r %r', path, self.loader.prefix) + else: + logger.debug('_find worked: %r %r', path, self.loader.prefix) + return result + + def get_cache_info(self, resource): + prefix = self.loader.archive + path = resource.path[1 + len(prefix):] + return prefix, path + + def get_bytes(self, resource): + return self.loader.get_data(resource.path) + + def get_stream(self, resource): + return io.BytesIO(self.get_bytes(resource)) + + def get_size(self, resource): + path = resource.path[self.prefix_len:] + return self._files[path][3] + + def get_resources(self, resource): + path = resource.path[self.prefix_len:] + if path and path[-1] != os.sep: + path += os.sep + plen = len(path) + result = set() + i = bisect.bisect(self.index, path) + while i < len(self.index): + if not self.index[i].startswith(path): + break + s = self.index[i][plen:] + result.add(s.split(os.sep, 1)[0]) # only immediate children + i += 1 + return result + + def _is_directory(self, path): + path = path[self.prefix_len:] + if path and path[-1] != os.sep: + path += os.sep + i = bisect.bisect(self.index, path) + try: + result = self.index[i].startswith(path) + except IndexError: + result = False + return result + + +_finder_registry = { + type(None): ResourceFinder, + zipimport.zipimporter: ZipResourceFinder +} + +try: + # In Python 3.6, _frozen_importlib -> _frozen_importlib_external + try: + import _frozen_importlib_external as _fi + except ImportError: + import _frozen_importlib as _fi + _finder_registry[_fi.SourceFileLoader] = ResourceFinder + _finder_registry[_fi.FileFinder] = ResourceFinder + # See issue #146 + _finder_registry[_fi.SourcelessFileLoader] = ResourceFinder + del _fi +except (ImportError, AttributeError): + pass + + +def register_finder(loader, finder_maker): + _finder_registry[type(loader)] = finder_maker + + +_finder_cache = {} + + +def finder(package): + """ + Return a resource finder for a package. + :param package: The name of the package. + :return: A :class:`ResourceFinder` instance for the package. + """ + if package in _finder_cache: + result = _finder_cache[package] + else: + if package not in sys.modules: + __import__(package) + module = sys.modules[package] + path = getattr(module, '__path__', None) + if path is None: + raise DistlibException('You cannot get a finder for a module, ' + 'only for a package') + loader = getattr(module, '__loader__', None) + finder_maker = _finder_registry.get(type(loader)) + if finder_maker is None: + raise DistlibException('Unable to locate finder for %r' % package) + result = finder_maker(module) + _finder_cache[package] = result + return result + + +_dummy_module = types.ModuleType(str('__dummy__')) + + +def finder_for_path(path): + """ + Return a resource finder for a path, which should represent a container. + + :param path: The path. + :return: A :class:`ResourceFinder` instance for the path. + """ + result = None + # calls any path hooks, gets importer into cache + pkgutil.get_importer(path) + loader = sys.path_importer_cache.get(path) + finder = _finder_registry.get(type(loader)) + if finder: + module = _dummy_module + module.__file__ = os.path.join(path, '') + module.__loader__ = loader + result = finder(module) + return result diff --git a/env/lib/python3.8/site-packages/pip/_vendor/distlib/scripts.py b/env/lib/python3.8/site-packages/pip/_vendor/distlib/scripts.py new file mode 100644 index 000000000..b1fc705b7 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/distlib/t32.exe b/env/lib/python3.8/site-packages/pip/_vendor/distlib/t32.exe new file mode 100644 index 0000000000000000000000000000000000000000..52154f0be32cc2bdbf98af131d477900667d0abd GIT binary patch literal 97792 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

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

qx{CqlSNQ_YhQ()VtG-D; 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 z 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 bB!6W7g#4-b3-g!cLzth+PZapSNrC?c%T_@< literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/distlib/wheel.py b/env/lib/python3.8/site-packages/pip/_vendor/distlib/wheel.py new file mode 100644 index 000000000..62ab10fb3 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/distro/__init__.py b/env/lib/python3.8/site-packages/pip/_vendor/distro/__init__.py new file mode 100644 index 000000000..7686fe85a --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/distro/__init__.py @@ -0,0 +1,54 @@ +from .distro import ( + NORMALIZED_DISTRO_ID, + NORMALIZED_LSB_ID, + NORMALIZED_OS_ID, + LinuxDistribution, + __version__, + build_number, + codename, + distro_release_attr, + distro_release_info, + id, + info, + like, + linux_distribution, + lsb_release_attr, + lsb_release_info, + major_version, + minor_version, + name, + os_release_attr, + os_release_info, + uname_attr, + uname_info, + version, + version_parts, +) + +__all__ = [ + "NORMALIZED_DISTRO_ID", + "NORMALIZED_LSB_ID", + "NORMALIZED_OS_ID", + "LinuxDistribution", + "build_number", + "codename", + "distro_release_attr", + "distro_release_info", + "id", + "info", + "like", + "linux_distribution", + "lsb_release_attr", + "lsb_release_info", + "major_version", + "minor_version", + "name", + "os_release_attr", + "os_release_info", + "uname_attr", + "uname_info", + "version", + "version_parts", +] + +__version__ = __version__ diff --git a/env/lib/python3.8/site-packages/pip/_vendor/distro/__main__.py b/env/lib/python3.8/site-packages/pip/_vendor/distro/__main__.py new file mode 100644 index 000000000..0c01d5b08 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/distro/__main__.py @@ -0,0 +1,4 @@ +from .distro import main + +if __name__ == "__main__": + main() diff --git a/env/lib/python3.8/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c4542c8b5aed6f996e7de827b688f0621a7d2714 GIT binary patch literal 1000 zcmcJNOK;Oa5XYUwdB=IbTJ;O`kXoV=;(!pKaHv#Tse#K}R(5CGEcMvd+NmfXhZ`S= z%U(HE;uCOU$4#YFaN)pO{%Q8_dF^^WdS1)1>&wsQ>+coE`N5mrHM5)7_RYRppo68z zp%Rp+3}vc7gjp|UR1~jM%O=>}l+R&yBbjSmby3nN_^r#Pg8o+>tFr*QT zXbfYTz=WnSr5Vg<4)cpw&lUnQoj z(71)=M(ReIVZ;?h5&u}SA7$awR8N#5+N0o8q90o`9;tX|>lR)0lI&@kU7^U*+OXq8 zyIZ@^>)Rt6@A2$upz}=RYslBU^E##RJzURFg!+=(PQ)(1ICasVvHFR z#+1Qxr{|14i?hRhQ+v4GzgDlY{C9%B6pJ?%n<0D#`;I literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..789f742e10570607f84a85a1936a210c1c2535e5 GIT binary patch literal 262 zcmYjLyJ`b55Y)I2x+z*ISH{ZuPeSgB1jo94#mF@;p_m5tYqlzJ0s&VwKL>aY)v&}fhGH1@%_an)`U zQD>xy`zlLMpQ@gCM5iQiT^Q{@if(UE||kW_a$kr I7%pWE-=F$Lwg3PC literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1ae6f18ec0cff14eef68a9a5230b4013d050338b GIT binary patch literal 42436 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%0Dcw#9SQ)PbNIYt0RQfX2w<&~LDLHS(f0`89yRR@ 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 _JT&Fi4O!C+$Z_rKqIyTQ^CSC-y`93 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 Q{zAh4_ql9pcsy_XUt{f4-2eap literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/distro/distro.py b/env/lib/python3.8/site-packages/pip/_vendor/distro/distro.py new file mode 100644 index 000000000..78ccdfa40 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/distro/distro.py @@ -0,0 +1,1403 @@ +#!/usr/bin/env python +# Copyright 2015-2021 Nir Cohen +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +""" +The ``distro`` package (``distro`` stands for Linux Distribution) provides +information about the Linux distribution it runs on, such as a reliable +machine-readable distro ID, or version information. + +It is the recommended replacement for Python's original +:py:func:`platform.linux_distribution` function, but it provides much more +functionality. An alternative implementation became necessary because Python +3.5 deprecated this function, and Python 3.8 removed it altogether. Its +predecessor function :py:func:`platform.dist` was already deprecated since +Python 2.6 and removed in Python 3.8. Still, there are many cases in which +access to OS distribution information is needed. See `Python issue 1322 +`_ for more information. +""" + +import argparse +import json +import logging +import os +import re +import shlex +import subprocess +import sys +import warnings +from typing import ( + Any, + Callable, + Dict, + Iterable, + Optional, + Sequence, + TextIO, + Tuple, + Type, +) + +try: + from typing import TypedDict +except ImportError: + # Python 3.7 + TypedDict = dict + +__version__ = "1.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/env/lib/python3.8/site-packages/pip/_vendor/distro/py.typed b/env/lib/python3.8/site-packages/pip/_vendor/distro/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/env/lib/python3.8/site-packages/pip/_vendor/idna/__init__.py b/env/lib/python3.8/site-packages/pip/_vendor/idna/__init__.py new file mode 100644 index 000000000..cfdc030a7 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b97b8d8e0eb3522b30c46ed795167b3d65ecf7d0 GIT binary patch literal 925 zcmbu7&5qMB5XX~#q)n6bGi?{%pocbxU9C7E1S}l(vO+>!d@*ju+nC07&wG+25rarZk<0@Y@C@_j=I?Ot6ZP9H)|RnV?Dsjow7?8%Nxy+5?)J)Y_w>c^;ZA!J#Uz zuCbz=6na>fXoA&+e0t!@Gb0=sK6q$h%D@EsG-HkVr((7m|DyX?p7DN zlS)PZE6-n3X#e*?>wwQKdNa@s51OmSXsn3{u2e)I14o|`)3}*x*qBc!!sJDXErR)Vj4HN8QKlU za~iJaHgaCBk@xbA5pRTPf^`er+GgJ9=Nh-U^GM^4(AJAvhF3(5%X6s7p=Jy<L#{KZvu5iK8Ct6rJF?Eq&O-}v`@`weEhM_kMPnX)0-Ar z_n4U8W;jQ7ODj)2MUS-QvLTIY(S~%tXeB{2@K06!;g)XMSSBW6hfl~^mOhD z1AnHlgk9Hh%KBr27V(kgIk*^>vKd1*i`!^(xr0vRrF9*rQj>O^Ku}B28~b)IAZ^yvWf3?eB%Wasm|G51EvxjyvtI3n{Ba&EM@UYZrsumJ;i!rkgV%C zsJRT}>WfpiqqyB_H6amvR*g5i=0`jXqSe{CA3Jk9`g3fifm%ru$a`tmo6ztR$Wg@z zMYMx6jzw4pq)&q)iX9E6@$bc*%38A_D%_7Mt&L=@8O^sY%-2DPl|alV;MeX7sEFu( zB@9-2EiNovuEaqi=38j>S4CWD1+7Z;zKD1eDglrD3hh{Jp|zoAFoNU6DgchRpzVJMw7QgDi^BNdu>1LSq#JnhzV(}Y$PIV> z7>!9Y=sz?i%36x{zJ@U#BLwW-vy%O?7Tv(V|jn#7cifqZVXY z)jF8LI!Q~BNsx4TYiZ?n{z);c+5 zvoc$XH5FgEEWQ*ca0ESo5{jq);PaefX+cF4kdtLsg_WX5j#t}JKzvtuGl{Dpq!qWq zAi>1dYGDX~LwylJ(p+x_Q8^D&q}h!;c#CYd%4V@FV2lM6%+wtvlDHiv7_7l2cC6ZX zg-lsh%Ci+Iyf(> z^8;Xx26!pEf1veM?53EPxAgctWoK?~=^d7sU8~2lrFdRPhHd2eTcnkEwtGA)z2bSD zEQ)7$56^bu4DtL6@|^4O?C$b>pF7>$9-iHFKhODLo@dZ2Y58$22;exD;S4F*Fw^-V zrt?7@L~-IrHKDc?-llKfAwl^BDB81(S;o@gM8jEX^d5=#Nz9X=bI;57_@(SOAcC^n zfZi;vUPE2{A&Oyo^ZF|Z)(;Te+x%UE`)T_C!9-!^Geu2C@hp`-A~BfmAR~W(hDCh) z08{+{z?4B$BRa$T`B>eEbXmBSfbbjN0G^?+ykqPSs>24oh~02}`-4*bzYO}N@Hq|& zm+<>Ty}OKtwV{EiUe={aM_6_YkZb*i%5=%Nj&Drcp5nC+FF6IS;gv>PXDME6wzPFa zNle`d;-0u%|B3EZ#aNEbC=5we2m|#3xhfhWhodOO<8h-J-Td5K^BlJT+ScV za`tPeK|jkmX{)P9EOY9@aWlf35gnj|aZ~~V+C-p51?4cyCNtOxMeA5Be5kEe>+PsU z*Vqu-$CTU&S4ycmv+<{AzrSG-E#(=wihokagThWWTA1lUF=wDQy9}7MCWtH=)!9Ke zkZgVwchadf8?7J|Sy0mCn^%Jsh`mEMrpD%S2{CkPMTB2e*r*;x;g*= literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..78e211e4ff867cda390c4d788eec9a5b77c877bc GIT binary patch literal 773 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 z zFcMvVeVP3B#xz;oCY-dJ#E3(6euy)>^)z?^ z5v$DGj1%C6f$hve>uBmMxmPN9kprpV%pN!=TpS}#_{}2hiP7REF=FvciFW@cq9eF0 zG8~7?ohA24Wv(D}5xCNUMAzO)ZV}kdZsV`y>!7vPLD)?rdxn$|c6as&pVcH=`EgoZUCw86Nk zGcmM*C^spz!KmHj(1swAQ=BC?N=0%VNJR!Ah*LwekHk!i47Y2iM}}C>pvmsrvE|GN zS0a$JB3zCpKAUKp{YVs?6WHDnxM4dtGDK)zXd^K|noqOUnQixF0TCP7I|^gsg*2)6 z28`?%5p8WoAxeuQ!x(l6O%~pSDlQFib`PA(ml0)+*uUk0?Hz}q@(O3knWmtDl@26M z;}FbMk>S3}>d?l+)&LU z)A6C=E0Lk+c{Q+|W6|Ng7TDhDIA^>bSl)2l{Ck5YZEhOw9K0FfO!O6R5p8Q2k52jR z&?aDj^-f@W=V5=}b(TCRfq9Sckih$dHgZHhaG*zI8DjS#(H@ayh}}n_Ek_(a4s8W4 zEfB|TTSG@;ze zP)eiSfXl9JA?D`dM7^D88_enf#y$;g70!8|g|-?)ozH1@E4kB=YhMuU3fJR)%>SGv zoeUb-;XvB%oH6K4zl;&5$FGQ3-M;QvU0!HC&_C}CttSQ&yJ)t4b0#8ncN6Ujd!ps< z39T<~TI>yN0Q#1Fk&QL>b!h!?u)Yax2zt41LmP_o<99Tv;9_(_-xF;GM92w9n~2fLZ#27+x%NKd z?-BOJ==u+$-SS)<|34$c-KqnD?VExg@h_TeWhib6{7tkgoQEp@Lz9BTF;e)~Ve+sk zX&~!>|5?bsT%1V@(PT;c_irg8HnDFyPMd`T+qnSalXPJFW?+RyLYsxtdeP8k<8r!K zWH?hC5!lYfgN+rZNd*@m>q7~mLqMBr%Az{xK&Up!oFC#bcA;7U&di_o1EoNaA0?C=Sl>( zth3~HDOApZ9D(&Xo+pO30rfa3GTc)t9~m}K!CBHyHc-)l^jGu7=9uwMC7>PunBP9g zD$GAWX;I2dtGB|m{#nYBQ}R8l&@oxbN2Y<9_3Xzq${+H4Tl3PY<`gvE6wOMd3jKfi z|BB>c6Zn>A-m<-Dm&ZG0KX`Xyj$jsAYF2_4vHi$)?H;)+>74!0gYDXFH+P`AY%koo zOOo_Ofq(GQ%KX_;aw}f4@$wK}hT~-wUN+!mBVIP+WeZ-O!^;bJc@ZzK;pIKNe1Mma z@bU#-e!)xH)F&x}m)dx#gO~bvX^NNY@X`S83t zD>)S}XXB+VUK-=2174oQ%QJZS5HH*CasV&?;iZf@B1sdxG{wthcxjH8%kgprUarJT z3%p!~m#gv85--=_r4?ST#mjYgxgIaA@q%BPPHw^reqAZS4=5z~ZsY`CS(xCvh!TA1 zK!QI2Oz@C>g2%cNe1w?bK2?HIkPYSbB3-(6y8o{2#k+RtT&G^$na#@|tm*ZrWE|M->J^TOr|F2CIN*7B1mrAAoO%+c6lS-%mP8CW2l`3jF z_+sflQ%9u#NEJ{2o+^?4Ep=r2*VIwzUs6Y>e@-2f{wZ~A`p499>HVpa=^s+Zr@v2? zN`IFso&GjeCjCw7g!I>`vgv)Pa_POP6VrQAC#83%%BOdwDx`O&DyH*NmC|3ODyP3p zRY~tiRZagdb#nTP)G6uDQ>UgsOP!YfGZM;#)la{cYLI?4 z)iC`^s!{soRO9qZsV3562 zuTNc;UYBZ~UYoi+y(V=g^vcv#=@qG~)5}vW)5}uVq?e{zrI)0xO)pOU G_x}JLbB_oB literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/idna/codec.py b/env/lib/python3.8/site-packages/pip/_vendor/idna/codec.py new file mode 100644 index 000000000..913abfd6a --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/idna/compat.py b/env/lib/python3.8/site-packages/pip/_vendor/idna/compat.py new file mode 100644 index 000000000..1df9f2a70 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/idna/core.py b/env/lib/python3.8/site-packages/pip/_vendor/idna/core.py new file mode 100644 index 000000000..9115f123f --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/idna/idnadata.py b/env/lib/python3.8/site-packages/pip/_vendor/idna/idnadata.py new file mode 100644 index 000000000..4be600462 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/idna/intranges.py b/env/lib/python3.8/site-packages/pip/_vendor/idna/intranges.py new file mode 100644 index 000000000..7bfaa8d80 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/idna/package_data.py b/env/lib/python3.8/site-packages/pip/_vendor/idna/package_data.py new file mode 100644 index 000000000..514ff7e2e --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/idna/package_data.py @@ -0,0 +1 @@ +__version__ = "3.10" diff --git a/env/lib/python3.8/site-packages/pip/_vendor/idna/py.typed b/env/lib/python3.8/site-packages/pip/_vendor/idna/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/env/lib/python3.8/site-packages/pip/_vendor/idna/uts46data.py b/env/lib/python3.8/site-packages/pip/_vendor/idna/uts46data.py new file mode 100644 index 000000000..eb8943274 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/msgpack/__init__.py b/env/lib/python3.8/site-packages/pip/_vendor/msgpack/__init__.py new file mode 100644 index 000000000..b61510544 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4977db46a312e0163bee1fd91e96b25beed6fa90 GIT binary patch literal 1373 zcmb7E&2HQ_5GEz9R;%6hPnrfn4+YUny9K;z5FiMGqUfK|pP;D`+eo5|Rx5IC#gZtH zv>h)tx1Ne3&tM<>27MM@dkWAe=&3VQY&b=FC>I=3qv2@2Z$9q+cpMWL%fId&?gxbY zi4WID1P@=r)PI2Cgwu+ognQht=pL>?<<)-b*FhRk!h30thiNFt^Zt3n`xjLG2r*GL zsN*!Qhv~2$r6Wq3ua~!-fBd%p328nFh*&#{)vuJ`?_H;#k;Z#U_<+a1kaV37`3Tkx zKIUt%Zi>zHh8U&qiS_iR*ht^!beBxlUqkie(Q68JLM{Dt;@ST83$u6D3Om>S(tn4QV_b5R&J zlQWh#oSmxD2v!V~T{E_jipkcLve8o)1XZgLDzH75 z$Oc&VB(PN4u*+t{qtjd+Xd8BrekW=j4*Xpthq4w4&zqz@Gl#O-YVU3>lo0b$Y#HU? zC!#q?s&f7&;_mc*qM_U^%#{PrFavjM#@MS zQ|BqL6PE*t^bSKflI0FZ<7n}gEn3j}Z} zhlP^$RsW|QgvWWQg=RC5waUNEO+I6%hoZR(V})!?UN)KujOfsJvbe6DOD(@cJ#c9P zP#jnIrvOSC!Qu$80f+DXn})Ev3?D;O*U)}M6=I#-vYym77B33Xsnhyc6LwwUO|ktG zp)|VgT6`yUjINC8!hsxngi2aQ~G!q3rh!C@kU&B_(R=FWww=)%C*gP z!WChIO6J`5&}sm1T(`D|R$s&68tZx*eO^m`T!}BRqxvH-kr&YoFQ9=xqPIMc-ll8x O13!wRK{Ns{y!i)w(Ni4& literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3fe16466149f5ee6971296955afa5f3f1b385de9 GIT binary patch literal 1851 zcmb7E&2HO95GF-Rq9`koT_DF`F9jl?5)T22wkQfCtyAP87l_jXFT|QVG>KANb(fSa z!MF5f{499`UUSV8Hb&OW6P52J5{O+DLbVgR}!S(jBB-(M7szXb0(@=p)?+7ddX&MUE#1$Qf)oJ#fQ5 za(yvG?hyLu#{(-wdFaD1JQ7E5t;s0H==YY5)G2N~#sl?jVTB!GhmPo=zEeMaS1ft_ z*V#=B%QBP2=EEzlfyFu3nk7;(Ef>IGC)P~yOoL$8X_f=4jB!?6&3vEXnx9{s{j}w> z1z$JX2XiLN6cj5{UNBu#cb4j7nauGSf)t+~ z2wnusb(zXyx_miJ6u@N$(^6s4Km|~&f;_w2YP_8N5a_IgDV3C8fex10GKf}C2&saF zz9N2bDCTUrR`fx%bq5d6HuU4ac!WxaU&J5m)c&g~NkF}>@_c^hCq*)QV&5Q`UqKE(7uLoy0*mYF&&HMe8Wi3QPfye>{#6;CBM_@9623vGq zq$t>T-#t?Tvn=v89x&CZEZK_!4_zwY3v@FvcxvF@U@LYo?cJg~z2{flX42f+w^n4` zcJRcBgZbNYY*nvu0HW>!JqG8Gt07O+Q?ygm0A6I&gl$-`7|NMJdlXo50> z9LwGuxAQR4`K0#{f<1CZU8ugf@7By3gGj>3bKIJAJ=^Vht|H!iGNOOq&SoMv%3(HqBuu{(B8+>@^BjK{9++W!KpR-TOj literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a609c1783e750c2c6d76b8c47ff4e21888804250 GIT binary patch literal 6060 zcmb7I+iu*(8RlWNORZM2E!&FioW@C-YFkUPlhlcoCUzsofqM{~#7+Yt2u1CTBwAc@ zJ)Bi6LQdMsK+ucyqBjK+6tIEb_%(XbivoE8-u9*f`UFM+_xp#3<*wuaC3c6yIsS+5 zKg`^koNO9+lK))X{CvhR{zV_vr;d*+_{UdKaD$tHv68*b6%*f9V0G;k+cZ8fxXo+# z4PFy?^RYc^&t9paway!8ZR}YqW8D1MXgm8@$yjciX*2Y?f~$Tn5FKi(K6d^QGgO2@ zd#za9T(Q44)=h44`@XYM``V}(D`Qx*mNwqMt8VV}MDpXj!ldX)5sOg8Ox#sWp_BO` z>&6>Bud_AZDR!WZs6LjzXs?r z;i8t#Ow2KEyTVOb0k}DL&OU`zqjCSi;zchA(#0A^f2GskrUu; z9RGLLNB?K=PLAa2n=i<%rw*zBitDCL*X>5UA5gvJx_A0skoSN)9(7z-ubocj z+;l_`pzRoT$%-RXo2G&^PS}oXC>*n9>6T<%OPqw#LHp1{Gp^tt{~1LUk%Yz#Yo*2+ zALI4=CUD;1&V6I0&c}HZ?*^aXExa8*$*1rh7fpVIAH8qvnJW|g7@tO43vI{w3Eeiy zPx2YGO`+`>eoD6;;ivf-v>oNo^5^hAhQ89ORP{L!TB1ZaW zUdUNL)Ya8;v(@>*l6@d}gZ27S%-zsS7Au}(i|hTcv$(1vS3`MKFP1m1%cxs6OF`T7 z>ZW>w!#36(H#hy5X_PZm{BF0eytP0qva1mbBgLX^A*BxkjYTI4!49zzdSR4*XY{9y z{4<@X^l76#;8F-OO9Yu8a4FS=Ya}8?8ht+Uawf8oyja)pRwO~JLLF6vEeCy zTO3YXMXFDuuQG(x?{STS)m$;F)V3iMTZgMs0Jj$~1#377Qy34O46Cv_n8~_3x{JE;P@VponV+CS z$;BQqWNta~RlKcT^R~5RMX#Waq~f-{Wqk~mVc}MCerZ#{r2=M5P{8xmPUef@m;gID z;FDz*e+}7Cjj|m{qOY)IX_nG4J#Cb;y6cKNu6qenVp6?fO_`_6|DMUsEla+n%m+vxca4Wg8crMckVM|I!khVs8b;jEBgV=R_O8wAS1=Oq z#$^MeU(H857#-@-<23p+>z;Mb3>{_jrcOX>lzQ#~N$m;mG%V^?7Lj#WB_9CC$yQ7K zuIBKmxV&2wUI}=I1nNA#!}KZ>@(8oG$ZmK$LF8dJB6bnmbsCNYB}RUjL0BhSa~H}e zw5XGGOxHA4B9|1ZFT;580N8Ufh|bZSdKn3W#U-s?S)%OOCv82p&i*>{qfYkqVL%{y z^3{{Cju`tdp}J29e{7$~~aJ&vKW{)&rdX-~<52JD=*WvFt0vSqgnP6KP{K9s>Hi1kXnD_ZyTpDoW5w+HxUf zNY#L-AngaCNr~qOFmnJgl3xX#P|N$D-h^*D2ue1qifmfzxLv|!F$Yox(jvE!a}bjT zP(YHS=f4^|l3cz#N5uk)c5R?fc>xV+jp%LLS-^RN#?iTGRL4${5qs#&PEO7gblb9~ z>?wPC$SoB^59pNix~!1btfyI?bJjoqV^XA8& zGBmk_$y2?00Sdwc9H+mHs{>p*HS#S+?Q5z818y6_=#Qm{8p)}Fh=vCpkW`uG6_DWO z2@Q)J5??+A5=0ZBge+)?&5F*85IBO0ktvl4S-1nl$~G;Mr^BO_13(LaZaE5!%nSrj z9Wul|v0jD@@^%Vt{x&iaybZX0IFyGL>NQvivYXp=Zk<6I|Bam0D8!XoUv<(+QZzN` z>y&hys$2xh8+a3}sgDR(vG6FECLpF_>2J{=>r2)#2fn3dI8Tz3H;bj`Dj7AX+*Ou1p^U<)#FEv#c``?x$#d!C@;Bo%ZDq-)AJ zh!n0V<@3~dmI{4xpnxW4X-o^$DZi85Nl7}W$v3H3q~dKV-lc-h6Y>KpenrI~H0TiFB1**xQ%MA>v4ln$PzW$HONLcd4zb#$NTL;>!%=~Nm^ gG7^2!m`U`IO;hLR*%jxz1b~=wQ3v^3%buD1AJuFTY5)KL literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a0cd5e910b55f47d1a717afeee068f994a5f3da1 GIT binary patch literal 23981 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 34 + elif len(b) == 12: + nanoseconds, seconds = struct.unpack("!Iq", b) + else: + raise ValueError( + "Timestamp type can only be created from 32, 64, or 96-bit byte objects" + ) + return Timestamp(seconds, nanoseconds) + + def to_bytes(self): + """Pack this Timestamp object into bytes. + + Used for pure-Python msgpack packing. + + :returns data: Payload for EXT message with code -1 (timestamp type) + :rtype: bytes + """ + if (self.seconds >> 34) == 0: # seconds is non-negative and fits in 34 bits + data64 = self.nanoseconds << 34 | self.seconds + if data64 & 0xFFFFFFFF00000000 == 0: + # nanoseconds is zero and seconds < 2**32, so timestamp 32 + data = struct.pack("!L", data64) + else: + # timestamp 64 + data = struct.pack("!Q", data64) + else: + # timestamp 96 + data = struct.pack("!Iq", self.nanoseconds, self.seconds) + return data + + @staticmethod + def from_unix(unix_sec): + """Create a Timestamp from posix timestamp in seconds. + + :param unix_float: Posix timestamp in seconds. + :type unix_float: int or float + """ + seconds = int(unix_sec // 1) + nanoseconds = int((unix_sec % 1) * 10**9) + return Timestamp(seconds, nanoseconds) + + def to_unix(self): + """Get the timestamp as a floating-point value. + + :returns: posix timestamp + :rtype: float + """ + return self.seconds + self.nanoseconds / 1e9 + + @staticmethod + def from_unix_nano(unix_ns): + """Create a Timestamp from posix timestamp in nanoseconds. + + :param int unix_ns: Posix timestamp in nanoseconds. + :rtype: Timestamp + """ + return Timestamp(*divmod(unix_ns, 10**9)) + + def to_unix_nano(self): + """Get the timestamp as a unixtime in nanoseconds. + + :returns: posix timestamp in nanoseconds + :rtype: int + """ + return self.seconds * 10**9 + self.nanoseconds + + def to_datetime(self): + """Get the timestamp as a UTC datetime. + + :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/env/lib/python3.8/site-packages/pip/_vendor/msgpack/fallback.py b/env/lib/python3.8/site-packages/pip/_vendor/msgpack/fallback.py new file mode 100644 index 000000000..b02e47cfb --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/packaging/__init__.py b/env/lib/python3.8/site-packages/pip/_vendor/packaging/__init__.py new file mode 100644 index 000000000..d79f73c57 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..172db7ae49435b5768ccf7adc0fe0c45ec19d23e GIT binary patch literal 522 zcmYjOO>5jR5Vaj|b~j~9&pD~RZNXORgi=Z=X_Ip(EWP+5wASo;s4NM6EZBb~^atcG z?KRiZAJ9|f-G+1qJ@mwzk>=_9VsVzl7=FEPf2T?EIFkP(i{v^k_cnq^>O`bs(Cgi8!rK#T4@UpXY&M>7B?u~kI~0LS(rD!^ zu7lUs4X?yOdhHI<67_KYb#+@*#f{{_0g2D}65F>>ROQ7msV?4Kk-Oz=KWEINm%!Nm z1!FFB9k+cXQ^tbDld-^+DBFP&+CCdb f8AFBfzS8vj*{4p6AmQ_5{LPmU@-$`^bHwy7l9{C3 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d06a0215e32a07d0c5194234c305968d2301561b GIT binary patch literal 3413 zcmbVO&2QYs73c6{m!ej?TSrK$G)UP)121CjCeepw*AQwuN+l$b?bvOdjSY(847HSZ z$@P$HSc_E)MDDGJo_dJ`$d>^53;MtC+Flg&+8*2%?e7hDCHX^_lHlXao0&In-n{pF z@7FUkj)rIW_vOwH6;1mqbxuDfI=|F3mi`e9uC+DJxZY(wy{$898(pJqsK41Z)!%Ac z_?z8QuiP#(?N=JNcg{v1CBH1RKS_$6>utJ&I~v+ zyb4bBKyO#Maa(KD{9iClbJjll#0{gaaQnVYg={*`olcaxeVIIpxJX^!4Z41sx?5YA z`3WX&ZMj*;&x-jNk6jWW9*ba*`P&c_#aNU^y{PL;CyFy6Lq8C1mOw^3>K8Ja?v1#+ z2T8(}!sl2tnTO4zUcW1P0xS-FuKB6pZW3R1J6YCGFSlAdQJOV(qO3F6ZU#xO)!j=| zp72(<^x@LQOTJj)mllGR<)w@M($eyxFT&uXFx(D&b=VHJ6Y@lu6k*yILE7v_@!)Zo z3}WtQQ4%*3xziHeu(jiFM~m;bg3e-76pNdktk-pp=$;!apZ4Q8$<&&36McQ-MnFTS zA6U9@1New0v^Ik)=$zpi^qjQXh#&dgh;KHG-1fZK?+MS#9nb3}e9)zK#q%Bx{BAMw zy(VqQQRKO3b&{TFaX)VL_p(kB&-WMRLn*{|B<3^e2M>g7iTF{g8*PtgEHqbIX_Sfi zK1Tf=k+%9#zvVp=F;8TxU`Fvy%fs=>H=6xDNsjymzElUXnd+Z?%vnr2IVL<@hj)|L znR$6_<2rfN5!vL3q-{1VY2hzRM9Ls-H?UKl9}@$)(GAoid-L+im0Xbo;f+%wW+w_)e4|&e_Vi7=6_=2zs+!;#RxNOE6P8 zx7R-RgH9BSBLfSL-XwCK$SRS)fNVDGm(6BwEUYZI&D#r?K4=?PWv^}BU0GgUY?rQH zmBAUttU}b!@TFu`GG_5g;=gi=V>r8p(HBp_4Q@Ww6<86J0i^g8`VOCdVzw<&;uSvg zl<_LBJuwd$&RNGfe*||ZU}e~JTs&Whz7#1!U&WJ~gs%cjF>yGxapSA)y-cL{b8|C^ z1tN)sc}a?FAmf1iYVwdr(c!KW4zI)QMr@>c+ORs(4jE_9*uMT-EpD1xrtcaL9C?jt z`v${!W^(<2jf}4`z6A8%H-2Z_)xOkX{jQc-Bb{s9_=7&D9k6|KWODO?A$PIH8kyhd z-(uz040DV*4ZD@lDydd^c)lHD) zLi4`?n$sHmtKV8@X*j$<=Nnni*ga<-dwA3PCH1c;I-@9T;MK6#2b0tPiM??C+F8=M zhU=?u=EjH1*M{#7Vg>!cc$G$6q>ea?!YEMJctmca;^X(Y?O`n{(9Z4oJ5g}iJ)+=m z7{lo+>+2iztgo*Rr>>|b$oGaMs3<~oZaj7M^wibKRQZ!rl5X9)bu0;OJQGP2=ko1S zk}y_Gg(NlemZXqwm<_$ymf&I1rqyUGA!EL36B)iWh@}XUoj4jIX$3yOG|Kke^TS%h zO{6R0AmM;k_xy9#7`9$ETdxRt_&j%05l|XJW(*VAQ+90BbKMJb%cGQ;m(olQf-JX$ zl!;V;oLed)a(l9IZcld1OJ3g#dzt!2{Bdr7D)!cBWnLa{i_{~$ekTdBMcDOsQe+)s z;3`ubXFMDadVnW0MQ)IUO1Y&jJ7*%d)P+JJwGs19;U(cVrM4)JGS6$Gm)-=?SV`Ae zm7QbnusX9@Rd<-9>z2;c`)|{7{&lWYM{oAOx}pDP*3v8XKWNNUGl&+S`A@Sl%ZBwa zoHQp}j*2RU-Q-c=zzBq^hyu%(3<) zW9UG2cjPK`V}-6136qBs1Bp?(euqW|q}gQ$>|^czpZCW)gF_f&jo2)5<}(Ids{

!I7S{BS4i1|@R7s@ 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/distlib/t64.exe b/env/lib/python3.8/site-packages/pip/_vendor/distlib/t64.exe new file mode 100644 index 0000000000000000000000000000000000000000..e8bebdba6d8f242244bf397ab067965d47c5093e GIT binary patch literal 108032 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%0AHbpwE%ZM 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 H#ex3;_fXA_ literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/distlib/util.py b/env/lib/python3.8/site-packages/pip/_vendor/distlib/util.py new file mode 100644 index 000000000..0d5bd7a8b --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/distlib/version.py b/env/lib/python3.8/site-packages/pip/_vendor/distlib/version.py new file mode 100644 index 000000000..d70a96ef5 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/distlib/w32.exe b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/distlib/w64-arm.exe b/env/lib/python3.8/site-packages/pip/_vendor/distlib/w64-arm.exe new file mode 100644 index 0000000000000000000000000000000000000000..951d5817c9e6d81c94a173a0d9fead7f1f143331 GIT binary patch literal 168448 zcmeFa3wTvmo%g@?IY~Gt7a%vTZIjSePY$J)a*bAV5?UKBwnK>3sWUGD+VKS1+Hg_Q zT9eSxIW+2U07dCLZ$fJ|iFSrgL7N#J0(E9WQKx{`%cxDD)r3@q0wt#{&HMT8OL7u| zc4nOS|NNh4@;oPd@3q(Ew|@8aTbKQTJGU9XF(!rI;Gi+jaMfSL{{IL5S;mYn_=oXk zU-0`y&sfX8UsM&X*-&`@`j35d{i=Hl*Q~nlzK?AzTzz-p`c3y0*4$Tk^X)4N@BP?a zcVC~Cm41y|^~q)bvgd2FT3_{kPrv``XP@Bt>GwZ*c8-1h#@TOhJ^$e+&;F%-{l?jE z+Sjk2{agEe+u0VbUz^qT>JhFvA8tAORr~s(S9Sf`tWx`$^WkwV$?=!s_N^t+WeI}A-%-%^pqt}=Fn>g8L z7CN9iSz0VJ;D9=2k?S|!y?G;V?)fx@1d#gf_QNYsXiW9>>+f2%ag{MI#7U)2vz_ZB zT$BDH#zd}nvYCo&c@d%EOs-dq1b}><*Wd4CwEIY3?R=q2@sfq{vZIX%&5;uC$5M1h&uUuH~Ir+?)O7a#nm zwu^q!-S^pCXU}l*%_i^ZTdlSy17@c&@B5(;Iry+S>im39t3r`P#FPThE#$qKGK(l%P90@!XIK17tLpymsMCYjZ>%Hr#@GLBx~Y2BGW&{5 zLtf`sx&k5Dxy|Z&$ZezRfUBwF1vgRq7IDHJ97ELrq*YGPWtOmD*S&xC+q5x_93Jqzd(82MWD;KVQvtZ%na4fu@bnz=Z z7oC1|K=}28>ty_Pg5M%z(OzVkuGi>#de=bF=^X=Wc&;uq%XGbqtMK(0_?iH&f&Zv* zEL?-jqr$uJ@0Asfg=^uw8r*xhehgfz9o4BeRsUn)yr_Xb@+)j1twm{t^NS*+@hiNa zwELAdWqwg1Y5Yio7AEsQi?hLJt)mwow2&nqGUZ3MQjoD!WG$_&$V3u7ev>#0ub=Z< z?dScz_SgLW_7nV41_yU_`*YiS{CPa*x1aP+YF~l;eh~Tn5c2z{$nQsx-#WY_|UJWM!>Zw-*%pf7G(^#i4hP z4GzxZ-O+ETLv(QIYx9oifNe?6dm@<*!2FntV~-B%lgAJ0(_`cp z4H^c9Y4FQYG#FfDj@q^xn|)@@>?3E!nM5*u^zQVyNW!-1Yi>AF;LGlB#O6@WmOaTx zw|`>05B`8xh}n5o{n#@;a&Zw=WN@px)!Ur*?=sinJUZt#s7)nq6BMJFAM~OO~xvCAv`JP zimCb8S=SU@HGN9n#LVJ%jQSH0Nq>>r=FCXZfviZ8$x?em&sO1x=Q7K&)6VnX0z}ISp9pO{Uf?i||ug5*YSvptGTJr3v((LIxJUdCQLCRC6Y>r+L};z(x7Q z$o4G*gZsxSmt0RpR^-(da2hBxM|=H&BjqM=BvKn&w)oBW?+~p<|Liu3+&1ze+soe= z+$a3bJU>{awq+j=o^xoC+>Up@6287?im6(3m6;fgu3oq%5I9n83WoaT4;^d`U30Lt z!1DK7SD30LS)D&C<`=Po{oUi5r#Id^bm) z3Go}s7a(77jC}Bah~FjU|Jd!I4@3Ow1*hOn0iM+V@8P)|9G?FDkK%jH+FhuYCE4{5*HslV2=aOqo>c|_nq~pw4cZKV}zaf75-l;_WmV& zz?1b2$9xS9$9nJu3#OZ$0n?CEV9pxKN)IsvfbuM+CD+MJ@}n3(WY;VHZSBx63#gB zpOf0Xe7_D1wJ~y<(5a*%Q}4yMFYKhap3LfX}q znIgYjxzx??dQ!b-SA56e zbK)Hye@m8L1I8(qd46(kZ^GnhU*p{FB4o{`B_yK4NyBBi~N=VvC&)J#$0x zD;P69l4jzqzVstOYf_VBY(};@y2H0)_ZfUY@rLL<93y$wjgh!;Aa55R{Em$`(a%?u z8XrW?;i1z-jm2@vUN`>TWZH~pnw_fOrgK?pynAxtzM_!aV4;uy+M=I|?4X}V)@GZIIhJW6Zk%Vfv>dySvcWAam0NwmrD{hw zRl9TT_VU7l<=@;kedKrA%x}M8sLlNLFVm*ow}Yv1jZf=+=8Sxihe(gU!+~RMPNbt7 z`UsYo4NJZYOK#J7bWZQrZZ1|^YCB{FGB%Wlj;OzT$LMc1ZJ!6{dse5#!RwjsUCq;0 z)7ClC8jqzBhjH-oIQ&y>%)ATWbR2c54Yegc*-AStj9oXRnWOc-N&PeML*?gR;GNpL9r}0sC&N$Awhrsk%k$I0 z)P~Bz2__+0 z_N2vo9yW3D<16Ui9`reV3k$YSf%_GHGf($t!QZMGo&8sJb`}Nr+c536R&{3{W%SlMHV`|E+@yvPcV{LJkfMWKNZrx zEP1IYt!7ecMZe`gx^)* zw>~ZMss(QCJo%Bt4BA4*D?QsN8hSWPu79YV6|~{fO!5){ALiincnUl(y{mdwz;g{| zV8O%aHsw*B=;-a;*w)uGBpZ&dJ-Z@_PGjhM;pmstaS~aSYzVHO@%*A>pXUhAFYx^D zJRe9iPpK{O&;egw|5tKWyxx#$s+vhxTC*>||1U}F&JYfqw0hF+%BgxiLYj?_E3tEy zLs##4K<$i5yFgmCn^w61*c77z@lak&cZIMRvr-=QRbh83!;nILX)`)H$;WUv66=JeW)R zYViJX@@!mf;^LWR@UWWxs|en$EH=yBOB z(ecmVDZ3BFb}TpEQs~GlI9*9!ZFfI^F;Cx2+A}-eiw?1R#>G4DNMWAIv9q#s(ucX|L%V!d zB++@t&54)L3(}1zkT2;+)zgBV>b*MBA-*gq^VLRxTl{L*TNa3Kqpm2nTIE!SS2mcM zccWc5y0s?9(XDowgMs+Nl<9rk#0wrWZQb_OYAbli$Is6%gj^zwMi%Og4W_($?B`usD#oDEA^FkTHT;?Yho?O-te5j!on{U5!w zRq63N1T!$4KR&MQ?5!pdu%_JD`%%-Oe)N9CwAtTG%jK8S#_6JK@w;bQNG4P+d`?4L=kW)k6quY%y@y_-%0Ja&|kYQWV|yi3AXq0 zOx>dv@9W?`~rO1vn4AodfEB8 zZor@T5inQhMC$Nm<`%?EZ3J1g;LU5$k=^(at#_6sRIVBs^vdnPm)Jo}U2=II+Aehc z8tY(Ie2XPtFR%SmQ}H1s8)f6=6V_@>D?j_^Zw~JI!fF$5@kQ!7;eE9gq^)Z1B?GcW zL;SyL0(8i0|2N7!ozB?c`p9PbWS8mo2f}Xz@rjs^h*H;C_>T65-kswebLzih*c&%BqmW0Wn}YHAz7joQ*XJ=5N4%gVOL z4__spSLaUZ-OtZ{Uz8I+;o_tOoZu_XjlIvQ&x}>y!JN2!_3hLrm^%+KPSx|7f*+FlLF|>QLx2b*t%R=$XCl_OlG%rtvz^044?W%f*p z7kt_&^CtE$xlDLenVv=X;Thtc-1dG)KR<6ZP9BmA^`oCU1{g!wxG9?wFYr5d?`6`J zW?Y`vnB6>OXyj8r4^azLrz5VJ*3Gi=kDT&PvC}Ku^j`8Vv!)#BL;ok|?;?GsHJSXAM&z$x3?IB$wj-R{ z)Kmt4ElvGw)5g@#H8r3c7c)-m75|h?9fDnOKkDMiUo z|2MBY^U6O(-;Xz1lQKLW`|TvNvyb0+?2po!*E))ylZc>0t696kvmNvFY=MDCkfEL4 z*vrk|(e00PB>!p`76fwZCu6AU%txh%r(aLS#XGU2CgtGTK#73 zyP#D-ws6&r@jJ=e%x^DajZW-w3-{mR*8mOdJU#D>|Bkwk!NW)SZRg#s)T^uNt03Px z#{Hk=`QP}ppvw*L2!3ze)6Mf<-l_jyKeyS>!(&V@y_@tpes|D@hXa)xjuSfTf(ohg z({7(a%N$KXMYU5{1!N?*7;seBjq`mf#cQDCa3{O!;b-+N~+zI+a_ z5PJ?Qt{|TX8QF_{ir)o)iRSl{Pjm@DXB^ad3n@#!O5y7tsaG%u>4WmBUFGcs&elbd zk_z&N$geyXA3QW7W-b~M|JkYQdvztx0ypo~Ts`{zfHuAWEFSH=^namDwGSWKpVOWR zZ5}BqiD%%0Ra{)z6}8O%r5A%;ZIX9jtG5FE)#w)GvEO66y!Qv*iL$c1g(z;QPM#pMHa1n^)E5Z3RwR%uSO%OHij> zcXAvgY22Pi8!_JlCBkKtSP@qO@f3w7JidrIPac~&0v zBa8Nx9v~la(7naHPiLH;UToUJ{L+Ia0nrlT-+B_2%PxW9#T@gZV@d^z&bzPPDU zyg_~OkcEF>rLVJCe{|h@BOT#`*EMCd$0{o<#u8S>x-!NR6|>1RD^N>3v?{{{j}((9 zR2-=bSiz?BRoL?^?o%6%T~{1m&%(#q_QK%>Q3k&gPZ;{M06&lSN)N6-pp==ouu zm+Zms1c&tH*ji|)zRLHgxR%(e8JMqUt@}`aSn8RlXV0$`|0!0Itmh=xbHQyVa`Ci_ z%Ro^HetUD5_##>7B$u;s3oodAF~17RBir-D!#{%#x_%gX3y$PEgwN!9M4M3Yt#*tF zz4Fv5`WU9XU{{=}5c*Z{ES{_ODONYE13fulea;V#4QnFAJK5=8?7n=nVk_{R zU6%QoKHjUWUCw>q{V=rk^6VLzr;jlU3n=2f_@(KM!RPuYQ(*<43s@P?1-}#7UJ7h6 z%X~OsZQUKikL~k^+J)<2s$%@lwtD^5Su%pEf;tL-pIw2Zx_!dzJU%gU>i~7vRMnx7*jT$L$WyjN1oja(kqs z?{UeZSzjR^G&{!JWS7n7-yWsE?6Rwz{(~!GUBn<52hy*)He|cN3a%?6ZWFjE(ji$+ z?+i69MxINN=T*q1C(oAdKTUs2Of7s;RgsYFjU2;`z>oZbJ=Z(O+~a>Gb7Sb!4h)jB$gHgO)auh)yuqKsTEk)0vw{hEgx>| z^6!!BTxhj}@%DcAJ{4J7v*F(E!qgp8P2|g#BPYxkvVPa2e=mMpVAb{UKCbf`uaD;z znRtL-ftBB{@xwQfjg7>s_F-4MK2?S-X8Zy!8?d{ITVBmLLU1_qw8`_sW3&Ta>~;?R z@!Aoe1&VKR_z|CTh##Tzteeb=-=q>F8ILcqv5vNmY3+H`E`vG;TTbe8Y7O!}~mJ_LbZ_AN*7e}2P#m9(w) zZ=c?W>Swdd~SB91TNXSaJ`;<<5>Qk2s%Q|RVSquABMhVAU+e zHi>sOWX0^cyO7(bCG@Gnn()YCYy2bdWPjJ|gH?yXm)F0gcA2K8$+Xi1&hK||HW7Gp zu6pXW<={?mRe(FeU%@^7wQ(nVP%#QGHQ;3?cv*`rUTI~mtG1eVi`GNy5WMy1R}asR zUSRD(?_V$vNL=XrRgr{Z=>6#MbZhF7R^(1LG*}neKF^xk)OTZ9Nd@z;=axtZnA$t7 z*zUl%NXOw!;+0l#?ZJSl8fdcGRIb?h?XpGTbHqVX2NuZo-HSgFV7yX1 z-b|5hI7t5Jv9g4Ct9r}$_=FYMTKPw$wMu^Ri{&FrE{o6$-Hfs17pq;(tDME|6xwa& zwx`jK(oc}bPaD|o_LpZw5-&|6o=2YOpkx31FYo*XKd1d+`|Q{m#}C@W7^@-0?CVQ0Q?PqBjx6!k6z;Jzd%%65 z5T8@;t)OjZ0!o_#uCSFsXn?++8@Ph`qJzavCNGkhM4MVS&o~{QJJJ!e3g-t&pKIx7 z_QkMkxxt|^o6VczOT|jXlcW6_&ps6zXHBBl&m7t@th4fLtCyas^p@fDPILw~U|Ya? z5AoMPe*_*F%r$wQ9q`JbYc)pQ=hb%)<3PybjEj@(A@kkax@3n_&20In2H#;JeT8qH z5A3mqd=dM(CslFga3}dazff}rngf)Ke<8)}xAR$PaW4;J$?b*U16bxMPB)#pt%>+2 z++V3F*=0Tx-_3<@WIMLcqc$Yt|B&m}y~puM zphsA6c(Kz|ekM4rWSnqXU zZ*x#VY?0qou_mYqAgU3gc$`bd<(U?(u zth~3`W%9zmasBCJzg6v@WgOa+RDOoj_V#7eq4FQkF*~E!7u8pReXVECPBsX>*L+F% zP0Ie7dOrHr;J2caA{`oc7NkyF-w0eP*WDR9QbJu?tFsne5@ft_oi&cRp!e^{%8zW1 z)vX&CA8a_*Ry6+6D8BBDmpe;tw*p6M+`39r&3gR&s+B2@AFce#8$KT?X=e{okAIxK zHUNZaoS8TDzNfR~5#U|ri?scYcN5HnrjLT>ZvTY#eDZm)2735B;lYFTzT)i z*f(~9GG053*LT9_d4i{mKK|}v+3{{`T$9bOBi0?b>nTV0F~fA%y2AwPDX#**%+ZE> z?X^s1?|Z<_G;k9HH_-<8mG=IN`DkRacnWa&ETkDoT;6UPa_;h?Xi1ayJ!}~ zPZJ*TcaPM7??%#lJX51JjitewC3;6DznAGol_&weP@!}?8p z8~($D!iHn*Tn9J2>xg7X^OWDncH{(~H0;o0Qu|_Hu9*>On+6Sq3;eh+v4tbyi;J5A z^;$<~_RfLc`OrI0^nPH|z=w#*Z=Esi(IV!ut_5dGV^LB2Bcv@Rt<)dvFT?k0mHp~T zi$_>%BfZQTpJOM1&u6w&_FV16LJTx=XfO#HObKUGUvbRgWH9Bv+l^XvXb4iM8l_P%@7Cgtilg7{Z>$dM!kxCkKPzRBNC8;JZKR*CJ z96sE;a0&hezFWNBn%u8wQJe{+l8Dk+h!Fg5D<3aP00PCl0;=xszQl6n-LGj&1Y>n(A3g)PQfc>5z$k zh}Z{fcD8@>kmf=r;X0#Vv1cE;+U$I0OThr}RUY_E%0O%7pDjG#yJGXVW?ZrGTQ~A6 zzhYq^`^ucw$}1Lj9SS!s#@5M?El8M>(tK092H0Dvv%t#hF9QGS>pj3Ey>8p5p?$l_ z^Q$Ar`QqApwi3cZP6T7g5@;eN+aQ_S|u60tvo7(vk+EZJX_#@uB6&r7k zUc}c5A4reXuA%N<;m?J@O8|TLkYbVCOI}B>qs87;cJouegyRF~O4jl2oy@QA&@CMY z@a<<(-y}cl=N{NFPywAq|Lw%YIv6TH-OxRk=tVAHc+>AAOo5g7G*s8b#PKsmKJy7js?T(8WtW`02pGm@h9rxJQ z4)WlWT)LJSu`q87FRLzx7l;0$!Rv))Cq8Zt0@DFKD-TRI9inHw&sX~h{mg@oU;NpI zf%$&3zX%#O{0ti6Puuew;88SNd@!|R(_c(m0Z)c^lBX4%rpu;Mb|$pKj#fr{n6KiR zV$(d|p5GbGTjKd2Bdh0-$$i9`n^^l?XL_0v-hlc z*DPrDZ`1>SWGgoiYlnt;ZQDF}Esu65(Prxd8wV!S z?sGFHKe`y(y47#ySHN=x@LVB0w*`OYKf!Z*11`_WZxqj|9rW6Ec&hR+ZG~OF>t%hf zC-?u({RqArV?BsBE?^z%>>hak2X2`clIocv-uDgnAHR9sW5|cgvy3$_mF1bpat-~j z!T+nK|LCE-Z@G0JNUHk|%l6f`OD>%F)whTC7w9|%4?g_t)6o;R+rC;L;>_=`CbG6h zbbTr|jkOTRq9-PF82q;%Gxvr-o;DZ8u~)m{*r4X(F5IfQ)csNNdwHvQ_dVWu`Odrf zqUbcrX}^!XZacS;m^-vzAe}-Pt?S%KJ@QLR$miLcYHZOzAP;J*?XCCkXrC0>etd0c zp!b2AfyG7B9-RpuqCxCq(446N*L955_M;nLVBUYjYAa4WW%<5~gY!gF;bUa{#M#%; zOTPkwhq;*a4C&1DM;*M4v^(#|_La@B$GCen?vid7%&$?t>$O`G)oY^zrR33l4fpNX zpu&SD9)Y(u0FPk#;ah|AI(h$h;N`{F#@X{8qwP>D`+x$j?3zybO-|gxPIu)tIeqlJ zJL4kuMcI4t!&T5{A-v&@EB<>psoYuQxMh)v z7tz1RiBCNYJ!kMf;BTlL;N1aq5o<}p_F8WA&j+q?{EVkbm#@)6nJ{H_{Q>$$*moyuqo zR!xkv8hcKVb!Yt~XYJ1`cK$r{IdhF8#$#GvK0N;N#@*jbf^Cfpo9N}09U6q&94JYA&zIU3s8Swq!)uygzDf}tfg0|2>>u>7}d57r$+-}T7^_h#~ zhW3^Z*@YxOM7(<*`o9MKiLHkR{3-2!cCE8tBlqWJ3Hg2S=HBFZ^h?Bdb-eMAb z!+Iw8&xr$G>K6!xAaTTguF;FPCeZOYnp>SS>$%-4E)MP=tFBYbUmE^2o^kgq9FxtE z9Ld(H&J61O4cAucTuYtzP-h^3uV|$&4PM9m2=lS6^u2+0q+3+qXt@>diwD&IbADfV z1+u$1i5I$|BW>o4mfdE2t1jk!#0zIwXU6(4b4l+*#7g zdJG?He#A?{=QjEp@eh1U^?vrP`s2aQ(2*t|>l`lDGoEr{?@{|cuulHvIb!H*8OsK( z^dqH=C+u-MWt$H%j>MK$FrJR0A8JSwkA|$grBPxR zShs}^smv#yq31Q&yeKgb#kTA|xUr`Yu_1h>xkGJjx@tsQl2MON#Ww#1(+g6qTKOSf zdccig$mU09m=2G29-P-h2gOCyuL$M1+WIuvUWk8-7{bB%L zzmR$&+$YmdvILC#BU)R)d~7ec33Gh~Ue??YKKR^zu6_Ot=4k@!8h~x7DD}kP3Dpy&9>G^| zjoDma())oe5n)f5;Pmix0(e&>;pY@`365EdZ}Q5RtE}dI1^wy8CLgBHo*$>ZUEcl? z#eWq0$^IQNpJ#K9YHyCqr`Udf`+z^ywx3!j?eXdJPCGfJv;$H1&7-Xz^sCmFO!t|c zKlatXI=I7n<}2xu*9VVVn|oOoJ6LZ@de@kezQ|un&U0*1aF{CA7A+Z!o28 zaGmKGd^T-haM8GdLBCZuxP#{vzLLS)$+N**0}YajFhO&R_J;P-@Kx2QAe;28ENxt9x@EB;@|u2;I5Hz9mfyc2rT$?IT}-Y z^(#g(hqP8-UQ@xDf`uA~k41;Sqt4$)haaFOX$#n@BYW31Na~J`)P6R zzfOy~OK9;xXtQW>f${m&r{w92f!TZI^@d+^60aocCP@&Yfex`PaV( zPWb?uYg?IVYHyyh>;c8qR?c3+I3xQu2emCec-;{V(lHe=W_K1ZzxYdul>PlD~=7r zCnJV=U3nrv+*NBKGl>yLiP2_WV-i`GsbpTgJ+RR6RSJI+d7uTD0?dsC7MhN7^tR?7 z!hu867Ju3|y$4$nI%u*pt~9yzFPqxW0Z%kPD}y|hCLZ>gI)1>WK6ihs|`0-!7aRda0~CtT)fA)AB}hEt=8Xz_n~o7QoKy#foAr; z$j&c-w{_+TwyN@8WJ!BCoHHRNwQu0O%~l`0&f0_s7n|V~`e&C;lU6heL&H}DXVEWswkp$_?X+;;7e!;5kq>irxXD09{z2>LU z&258|7Yya;vFv%_%mDphPgyC?853i>Tj}Gy=qine1sXxFf$ZxJ&T`XS;|^r||FDNf^xOdrHo=4JC+aB2?#9NmuXvHO7s}ATSD+nw zp`(Ga;AQ_d$~90XVBp)W%yYrhDxhTU zJcKMn*WawQ9@#bPQ#wk6teGBf&x7sFV;xO>rRk`@-gK-cA9>cfP#Fs-=yp7_r`9qd7Wr>O;pL$uaS0&Dv*V*8|8*Fe{M3p2!a3B^hDfFRj`5 z%sT3>FTyu?W3a0JN>dxg%HLkecXO+}fS|xKySJ@vC$9Na_&27$n(yC+5zOIij zJ}M@iGguP6e$Kl|jcgBF=}k+EOnhCAN!-)8@|k<)n~v`>c8J~>>0sU9(zQGXt*dUV zxzTilfNdJ(>)&lUowkx6?2N|Ewe*e!~#|EP;R4eTMxeZ#Gv(;fEmh zt`r{X0(VjPCmsIS3jZvtsj>Md6FjSbTRBqG5={`tlb|43hp zSJuK0_zYq3%um@5_=kArE|+KONAb+-jKBVvJfr&m7(DYU;PrUsTE=FQmEIwqiPY76 z#?*;t4vS}?#b}gpa0uutwJ>=?nU|U_bTtN4G|-spJ+ z=^W{lQr7wr|E-FqNfu@MB8jCxU9~xCW#@RhPH`kpKV1c{*>a0*bmSJFAKP;xZ&;q{ z*k6i1w#PuSQ^`Jsr_+PryL75$uUEm=C1ROV7W9!fc%A9^F|;?(8$QY_EwSvma^;C; zOj!`bhAPj$B(?YFZhOQ}^0dDsgq<#Jvua-9zO;(6e;5Wskv1ms_ZoQ4BoqrOw4%-@~<4Qh_SkgsBuwcK8>1z!Z1|E)EF8psP(k_BagDk9sak zKi(zNk8@`{`dv$1f%DCkte)?@-c$e6}E3t2EH|qt#Y^f?Y&cZHM|dLts;JF$eMa%6d#1S^GeO#+4CUy zcjvfQIqjDX@*L%T&5UuyikYjf|3$mDAH|;PsE<7*8D`!+)Z2@XjsH-mHD}C+m&CGD zR*^S}S6_3lLYQe9278-V1I{F@9;)_yze?Tt;#e zbK$-o*d#aOx!QTaqw?c-rQe2LY-dkxAFu?{fW4-8;el0FZ3E>Gq*}Fs37mJqeISFi zJ-5ogEMB-ywrsxUSu(=WO6G4;uUe0fuyn4Kzw{t^*I@fKH(>#zZ2v;$O71G>%u_p^ zIcM5ZdQ~c8J>fUYZ_klvuA~cihROqv@`Whx`J}%Fmr;DG5HV+)c9b~`K8DJ;ZBD0* z^n>~>JwJL54q6S?p(~gtx37BkeoBA4KlWwV<&*PIaLZp9%)auGo2w7SuS@PSm)RFGUQeD)QrRXSGT9+hC(PUZjn>zf~ zWA}iYzBigHW5^Nvhio~Dx^gtj<>OOu#4Ht~JX;_`At9l)e= z>#4(&qg#Kk969Z(%-xhpmZKVYXn1|Cv*uGgyBU6yEa{re%X)shKk@SDypkoQNtQ;x z^PZF2C+j8cE6vO6U8j)d$mwJ%xn(j-g6_GoylHZ;x*jvT*kYFs&Rp1H4m_^SK3 zu6|#nLw;;EF|A4XfE(Xo5^X-lVd7zQeF$EP;^P)SWUY|z)6Vi>&Q*y=$+wtmh!_;( z+IdPt#~zVCTvIvh`y|g<{FmW`_XX!$_&Wc+a4K%%*!DrrZcz+Mx_mCUSo`i_d%VOV z29Q=}+qNL`CcAc+Jo1sk?DJmB_+2;)BYW}>3jW5iTj+qwf-CXKu|*rngIrfuY)Z|x zh?P{c#;ltD3I8FLyU~u>><>hoIDhndXI>(>DRsHx12yCirIs_-Y0iYSR|2|Rj`sIA zu6%P9^_|W&7ioKcN>ZIE%ysM`%}3fQ>Rhur7}s2!+9M{}esxMk(+u)_l=Tss-#wRM zI_{=Ve*r$wZHbo)v3uYsh%S=7i;^Bg@2rB)s^1YwybNy*;p$2US3UIKE3-8z?>_Rb zrOZ;s6ZMQ6y?k1?zLx$4t!cJDr1#NlU4Q=z_+8Z3=X3o1s4)xb8TWW)*NtzeTt|!~ z$XW`;X;hZ^{C4#1T#tv@YkVZ?@-B2|AK&mADcgTX){1O-`w#F3JbOxd_z&?1`Q9#n z{Dk#G|G(gm^kM$^^FP2J8h^^}+qn7z{BhlX7k>~B`J?d1sQHLw9s3<Ad*ENGI*C{s@#fyl{wc!>acY*@lCDOPSyw4p%2EYKic@> z!Wgl6N4F2_5ZTdWJ(3)AfbEm)%<#Bp9%VM6^M`cKsJ_^JclGv0`t{fJUofiwUFbLI zu5*kNT zXL8=pIpyem?MbwG3;U#cLg?Hw`Vu3L>|5&v&Y6U_g@<6>v>cU{-|*rLedBHl>n;Gcxp@hsVDe*?TM$JIJ+Wg{rmKh>-)yyp_>2U zp`rN`c=v7b5Nq};*TP42m*JtZF?gu%_wdk!Bp%vJ*~{|~F}cw^#GIYWLv>^E(8dYF zJd}~dLy75}O+2*!%vlq*w{hFvukd&ND|^2(dL6lR!&vf*-W-_9`tNRZz4%MI30bPD z@sHF^Yr_p4>>o-5;cLYpByZyJXk}*|_jR@nd91U9dq?-9Po*=JXHilge#SW(hV5)C`8Hzz$>4ZOdX>gbNHM82b!?0P~O)+y}^S$TJaGlk=#aiXi%yb{7XZn?}#T#Twg^4DQ8KQJ(dlwOK>! zmi`~KPpmSjeZ?@6+8>HHX&nr4i94Xh(D<&htfZCm6D8mH549g)z0M|VNFIH8{2lt< zB72nlrbE70&()eMHu3kfu9-Oy&QFbWtcFfr+(Yjb7rdExli(>N$Zca zHb`rXck(Tc!{~>w&7Ha*alieIapHeVp4hG*Lk7-K)) ze`h})d%ga+N$yALe`i0E{FtPDd^&SV`@Nux`z@>#&T&X>f8C$fzF?f$w;w$%{rkf- z=X}Q!@W#5ZeO3JQtq5>e^>^%Jdf7jXZ?Z%>Uh+?6?})vpru{MY(rHiEDr`&v`xy@+ zXI~*Ny2f6svxhmm7M_VAcg&#Pzj5oCG^!rr_pDK49)xJ=Ur@;nNUbsipP z^UlNL_1t@S{O4ES4jzZ&D*6tazWuh3JpqN#{v)SFXPteH9$=q{_NDh~-T|n zzp?t&gN``ke3z<&1#?67Xbfij0}E_8*mJBsxB8Z};PYS`y?@?=ZwY%9dRNGf_=}~J zd$CC;*Dx>jF!Hg%#J_|71=c(caxXdZ#J9)r$HHgnoA%tC2S=-bUu!$B zq`vkOoCU@{A*EFmEt36Tp#5H=cZF51b&2z3drnebb|u1nH}}X&e>e6^`@Me7b4+U} zEoYCt_Bs>P)}ECS=S@+baa>+_r}Cq#+kDQMIO)(U#2Gi4&}?y0=A)%OrUZR5SG1_7 zpOUxXd9h2^y?g5)92mw8?K|(KuO=IxQ*f|P*4vM6r?dB3{gNDOK3;UT(;1_WcrF`$ z9=5YiTwQDSJ-x`e1C;^JLjk}0Hv+TA=NZuEICHGhUHEZ{6|A=dcZqZCz0rI{F+3@M zb1r*O`gmp?L0y!-<0QwKCz#BhGJE~>e0--ed=9ONy^1|KE!5FTTYpMhF_({bIM+N! z7fx#bd)ltXA5ohhC%KkWu*m)}4JQb`{K9Cmcp8>yBlQ*z=)8>Nn&b~Eg z-Em&~uh^qo4Nhu49~t;9IEj)kh#f2hM=oC+6CIQ179b}}K{W^6aO`TXamsmo(hc4+ zl4$hU8AlgM*PAKMKEq_b7;8Vyksi*~_Y?O92i|_tbJWZJz9HIwmU^`>jrnlJDzJHZ z?blGQz~uL@LEf4fgJ~|li~g9ui6lDNllBO6E$D)|{THDYj;D;mO^$IgPk zCxF4@=f}90zktok>jFnF`zMEA!p3|36wcJwZ_rn0I#=Iy@bG*V_@PZ$?QT=Q-2PW_ zrJa3I-^yp&fPt~kI_bXZa&zpC{HhzK!VqG4yxu01{oY|j`a?{7?aQc?Fsf2y7>)l ztOiG-yT)McocA-6Z^>3LmrwwYEQUXrBVN9&aqF}i?v)nhzJaw44e$YcIJcbrkL7$5 zMmo-uhhFCJv=%;!uIQ%zo57c-zy2LvjT+5SOh9`FU!)(B6KHS@|JXj~#?zN0{b1+( zM(Iec-?qP_O5L-P>i(`fYe?P5xsKwqAJ50+0QiZykl!UA%W_th1f++c__J zSBShZVg!>9PL8)QE-Nr8wdL?-<`t3Sy?lctSa;9nt(rq;O?zI=JqtC)$|IgDzUYBI zW$=#b&%4R2===lagKqg?Qu*0#`5@&Rd_fz}8^JUF@6jD^4DSDZG#|ZJ;`f~ctMjm= zX9nP}H^7a)fja;n|2w}9^u~|*PR9%A8u?-O*?83%43|IC^J&U4&eT}`=~8P53#L9?YYqkj6MrzqdY znKq~X&T4y|I<=p=Dc$T7oL>11d;fRF+Cu#NPvj`xZsuM{*Z#}}{pHlj_hiB=7cF3G zENiCG0Vh5cIlcv*lFm=xC`ESnJ@d=KU83s=#utM7v%t(A0ox~?2`-4qckC=*aAYmz z?_9KiZC(q%Q?fI@y9978EoboH0kjDhZ=WII}AM+BR|?( z)SG^ITJRUa=@+22;98_JWrzVN&gAW-{tMRs_P|q$TOYvA6mlk6ggxmy4;3B>;0xaQ zY~hhU&cr!I9_^=A+1ueG{Il5&)b|hcP49>k9KCa#IT}LNBE(XJU*R*I_2;KJ_u}07 zLC*G@-u@YE$XK*n0v?uwhYDAxKR~{rech}f^Y)NSwujTN97@;T@?OTf0qnSePwt_- z;qN8*?<9P90)7PF+Z`LMaZmC-A7@U;8PD@gEAnekk@!|;5U{Xg-zI*Xx3C}o^Qi`# z@339a?+W0)8n`_j^bhzu=sftDv#>^uzlA&Px0PKu36JSpV9xn_liIICKS(bt&tdXN z59^GIoAMofIuc&Tr<2W)zWOn1Ddpd67;pB8Zl%<7 z&Rg$iPk9ycbgVbi?91ny7W=s#n8bJO$xD3G_BG+vyil1r%Gwao>kQ9T^eg8hq<;b) z`god2fFaq{jDIa zieD5NMZfQL&f{>-TZ6t~gCE<%S-hOpNnDcs@Ze{3KG|~R`2=|Vs?EEOzdxFX;>L8c z53}?0{QjEXHh$ar?clf1XFB;9DQhj^H^H1-)Ho{f~giw)t$IX7GUU2UIFJo4NL z)tL@l8JyR!7?^6<+Zed+@NUiydCq~=fn`M8B558=XQU*MUHqbibWw<_VDjwx$I-#Z z8DHp3B)+j(8JpC((Ec_Q{5?o4@dA5oKZp*(HsuBUP8>K$9pHCg?9~?+;s=&sFXLa} zey2}k;Qa9KnBOSG556QnF>o(G`Y}F_JiFc`cDKdZBXQsz>?goJsqXq$3l>T@Nsn>{ z6yHth)EQ-SwMU>@a(S&Y&WKUZIo7lUm@m}#UU~y&ZgQVOz`Tp~q>5h`1Gnm79V=_U z9bS!HWuKv#T~Nz`ddvoZTLxeevxJc!AHp?(Y)_VVry-n|H|g%b}Sb}Vd+xvk{=5drh&cAee38oh*`+>ULx z_v!|Mhjy2e{uuZw{-p2G-U)^6nvW>vxiHH#6~S-MV?(8jWdjs%kv?~9j%>p4_f>|+ z=R>|{coXX`TR9gC{ZQKn{y)clQqQhjgH6!bdkMK% zQ*K*`*s-p2viT+pIEaG73h1zd_b)xn-ortwP4OCMY~Y+%E&KD@UzN4Z0B()j<*!O^ zSfj9i9dLN#9QEs2`la#v4ZyNx{G=w;srnpSmfJp+ve*p!yBhl5i{y4A@oSY0z&EFO zt_YeAtryqY3Fo_TdF?;NuK;)9v+!XzczgHSN26e z7a1sqXSz5mMQznkx61T#pYFE%Map~a?BHJU1!zP3?AZ}#Uk=m7v9YQnwLG z<$O2nYelNr$J*|l5n}!udH$gtQ^4mZE;4d_8)%o0K))+rfo7BNr#?=eG8f0U0EfmL zI{#w}^}LMD(YM+(X7tMal5!E`P0t!f{B5BfV>-5)vN2)|u{Q_z3pUv#z4v(SPTte5 z6KhD?3!1FIe~7M)eUF2SVXjeS{Zu@$Uwx1UFyH(jRfJI8AKN!o57Zu?5N?dfB* zeHs6$UHb79wn#h`kiI3JQ=Gb$^*hWhdh0{ER-n^#t{?t!{Kt$7g`eZl{Wbc!l{&V< z3#z9kxg5UeWb&6%r~Hf}o9>g_|CREhyL?I~{x!M%FIh8O%^6TXLSKn)vQK^FJIDM0 zYgFwx(mC2{g;so%vHb+^ME_QJUikhc&nowGu8L3S{-@mQo%GIVKVq!-+1ZyBKTGzD zhx|>mkM0D}AF12a5&XW+XhT~|N?sp4K{IjX)O)<+pN6*GxHMocYlW;c& z84~VPZ!fqDyqB{N*f%*=Tux^)ETHU47mtqoOm0VCUV_J#-w;O}g~wgw+nF}G>E$u- zsCY{<9zV;oaQ6sT508Jv{eJ|Hdu%*{J9qzb7jhDKitjX-h<&C?HN3C_+DDQ3WSZVP z3YHq4ZJTk)Ie89U?0TR4!}We>RJ|NFa!I|1+;fwY^@Hk{?o;2thfc4CC%d`Y>GWr; zKHM~_t%W?>`GIq+{5Oosf88k9I3v;?$0ft{1h!6f2C;9?ajn>sO1#gUkq*k`+g>%k zNJ%MvQxqFojK8rFel2xfS`%_;Bubqnz=F#uN?Me&ti$@OGu@AAQcIgI{MHthrOo zX>06TNKEr0<6HUb`0+cdeT?C38V#>6HvEkhcL$c!ttW0N=}j~9ifLCg3p}OoSv1Eq zUXQ{5j6s;Q=9^K>d&uu!iqC(Te4!4Vft7CeZLvL`II>&c+<`WV|1p)J7 zZTq}3Xc#{6SH9xa=qt4ySmk`{L;cabR11DV!2EH(p9T+y=Rm(+{50aUCB2jJ5t+m5 z#sBKN+TT_|e-`uWd)!}qk~zE+kK@lhjJ&fitqwf&PPW&?&%OBIcZbffRGs)6c7K!o zXZ7nd_$|bUYP;c0eM2)a8$5o8Z#i<_9%Buszh%SoUrzs>XXeJk>c8s8ui0t8+vCjF zDNXN^`IYy3tvyq1KT`AzH9GYuK5~NoiRV?upbPB0*0i|%OQ+4@c|ge&zUMwWJ?R@y z8k>v1RHnsy-!oh;d98hyc(7x5yo^819zVwiBk_ z)DuGnym9b4#=(+@J@9n!x+8oqE&aJi+;%?dbH3%EdZTVVp6%(zUwe@GFK--?)9=jl z$X^t!f#4GRtjYkfSivNIPL8(+CPtPQY?`>f2s#$r5UHg;Tc!dpW}D&mPBI>fxes_T2Z(m-T&-sX3jDy-Eus zwS`=LJlcT(X z(R=5WSxK3XA=|J`B{;}iXWz%{IiPxU$X3%*8REy9Zd;Cr^{_W?^S5(Qo~nxj1?Z`Be`DBAou?*UeRxZHJc=&T*s%qC9^@ImZl6^s{mL1^EO`K(cveNZSlV54Kz0q0~cHQ^?uD)%sH)`qj>4} zN+q{vZ?amGj^tikv;#go6O0fWYuv%NR&u|d&i6<^ zh~IR;m)n0e{OMzy9Kz%4p2orU=wGV=)LkOR`54TdA?1aJl0u# zetd3|V0;Z3_}uvXCXE|@=O5qRYKj>r*DzG@@X@`xukZ?SY>;$y<6#5 zIpG51+5_2f)eX~%u>@fM%=1kgDTT$VF{88He z0C^9vHc`(@xv#c9{CYQW$_xH1=0&n-H^ZJEJAsZO&hu0Qa;ezEd!fDRR3AmB>nwN8 zBKMp_m{6Nx?w5f_(NZ|P+;{xgd)p3QJTHGvF@0}clk{3Q`quVOT;10DFn$dFjQp1h ze$sJQ*g9^QF4Zo+)2S;MV4jGvnDnpgDedeH09T;Uv~ebw4V!e2^o7<_T=Wy)QoG}P zZ6}@`)~RZ@?{V6G=dk~zwmDx8{pzflx9e_9j~}Klp))D=+)A=u^ZNJ`;I;4ZRXMj~ zSD}laVK^Kf`jWf%-qUHxewW(Hr5~~-z3e5{bw0AG>zCYXCi~Cy{KCcIHj?$P=QoHx z2Tr2PnLqa05B?>s6q4+g!a%402vI?|ukOvGR%bw*ni$^*+wG z(sT4J2N$Y)#JDPH|C#EqK6P{AYm})!m6EWZe|vM{aXtUmea07W)-z|O+3z_M=utg$ zhLnfHvHBOo;G42(9AS|Xe*#~1bU!^jXs=f?^EZw^rFAJ$ z^u&4AReu89)876g!21*0pMsCN8hF1zpZU#gO(#~)xITcclfICj^9}slI?D46jmqB= zd!9AU#OL}uOYTJvzJl)RLO!-$#d(!Kt=asXnKJ(y*qwdMrThk+dJlPo!{%?A+FoD5 zjTdra({!&G7dWVD{#$2Ec^zfuQbzfEc_-L50ndSQ=1tJgoE6v}EB8C!USr-SO4-;U zvs}Ju>{C7`{cbn?e_6}z`LVZ#(__Ch%NJ8dz7l2URuF5)2g&;!Z8p)i&KFrn+sS8= zXq=^angDt4Vc*z(U>AJ9A@&iYT!Ftq_)W)-{|%yKwngk%B%ek z;ty*rL3;2<)0XbZpZ>?{7jqo5Blwei_j(=Y-dDZoOJDaaebzPITKYf@_gm?U=2u^s zkv~1iz4&5*H94FKym>CXKZjm1`pX2 z@{L~CRD-WUn|4f2^Ct%WnN8b0#N_pTyb5%(tqYjbdS{aSe1bKo@LG=OqxyGQf%$K* z{=N2`^xMpvqy4cTLbhJ>Pg;7pbvmQ_fNzGM`fTf1d$}$re~Kx^z%$>R2yb%bub(qW zegt3S!#7*N<;N_O_eF5nHHQ3s51;(Yl-Jzq9Dk&aGeqn)0je{XHDK7Da10s{ORp@V zt_b#`63*9(ruJX2MF$kaZ|*?jePmhBYlpWK4Yb<`z$s;-hNY|Q? zz+3-Yd7U+((t+rnfbZc-eQ#s&Nry&ue(2S&{K$}Wg4SF_)0{PeHJ`DTw^3&)x>EW; zc{J}7-C~w2ExH9A^$W9HGQ>P@t@Pvz@Q}Uk1AfyPGWgnc%mKz9fq$Z_oO5S71q*pq zM){eGJSzTTJc0h;ECVZJT{U@T!S~|%fBu!TW{Z6B6}(qD7Z2kzichD*r$2G+oW^~Ui_vy&t83>}-$*;Bed|-gpU0Q;?A*Q7 zTjBbNo3V4~^dUR4;fg7KY5Gem$jfDG*%3p_AM_cF}3MD zA4c9I@vZh*{9CDq^S$DQHPL6}-zNL{ile>CoC&nq-$na@gDLj9@xV65kl4Rm%XIt< ze?s|K_dA^LDK{VAVOJh|Y~-HB?fK(BPs(rHdKt-F^4<1h$@$!RP15(>N8A553Un5L z7r!#$r&+t{?iC0#wzBsTX+1Ueq2t$FL*OI8{dM5zY1WI<&%NHa3ukDZDeLto6XQKh z`ajPdd&+0{1|#@joXOnX_7U&kx9=yl)9JRYF&E#q3On(s z+%V%GJ3gg)Zlxa0Qvp}rJ~zMCv3RhqU|tr#Zo6W4ZxlolWBWzkcaMf~A)iR&k?&K# z_9Y!e=2)XQRIlpPT9zo|)xaKS?t%54_S}Q_4bN`ugY$m)oAw*1;|#K`c?H$m$sVN| z@Mhx@oQ>XprEea#7I3xzd&G!OrALWrt1ss%@6A6wLVbomzAI;6$6lxH^zC){uY&I! zdo&WgL?_Wfd(zbJ;;Slc0%`-X^#IXodrk@RZJi{x-xEOvEhd4}(}}6ABeb?~ zPQ#^_B-T?cP)Th|(6%Rt_DJy3_FPOr>x5`qib#TDzVFX|=1C?YSkL)>fB*gRdd+Jl z&$BOUuf6u#Yp>h3bId(AMut!HvjjRTMR({?KYV8s3#&RG=6}^QIPD&5;-%!%AU%z2 zEb=Rozp?B-Vf+hZzw*h?ATc(L%jYN86|k?geN|z2!STi9p{HN%{mt|np&y4PiOcJ; ziZbalP8s2#!c%?*nX$Z-a^rcPu^ZKyL35P1%PC3D^|J`@k#TIER>js^Un8JXTIIJ*1T^-R&K$sL-XB*yvsQ~dA`?c-mYa_L-Re{cV`rFAgF+LF!Ix0<=I>ZngpPT&k0d#fezcXEYVRZU%bc>3?>SN8zfA)+w z#oV7)VeDab%U3f-#bAk7jJ%IleEpeeQ@1U7jr;8IVe~zn-cY*yrixQsdTAM9CJh@P;LXHDtg@1dK|>|(7%-dnlwtL)1`?kVToJ@*T=qk1jW zOQR0$%)1U9YiS}*3jUk%5!#PXCt#1S*1BA?=(0wg14>y>+~I4^lbY{OFrU?|qb5J+ zN6P7*+e&l>vOkzHFuzR`oE**PykoA{lw5X5dk}h`GUdF}x|jU%UEo>cnOt^^eTbN6 z{P?Ee-#^*-|K2mA$j>v?#!`U+T?)z-SeibLR1e7^EjxF`glXB`l) z*_4MLM5ywV<8yF6z4-^(*X0YX{mk9hdw@av`U$>+(6o==a~b1q?j$yQQQ}VGX`CTH z(7sN-YU%rk*Qn{~h1bUrJY^{W_btHTf4hye}aWuN@+r?o?Gg z)!@F5%$gZmLOZh219#R>66Jr9)W(g{W7E(3@B5?KZ5-V{cAHQ)^3f~EK{s+=PB&xv zr$j&BP3i}y&8)i$hH&-@<3E~jm3Ji8%~g_v*kdQN$1b^deV^`+PQ7%(wlZk+k-%`A z{X?StuktONp^(bD@nUQ4%!_>s3Wz_`ozLcAVp5Sexef-DabUU6W|z z-b5Rk*9>rRgtp#7K9R0fa?6YFja$%spS>c$8f<{p=FW=ZAC=Ym&)9R2QCq=X=dU>n z>-!{jmZ$m68D#J0Xg8Xmmz(+RmhtBiiM7vclHOl{6&O}~R)PVe-8 z=uKxIH}$2%pl%gyxb@w-!kMYhn(t=MAFO{OsXosm=c#Y%!V@&kF7lCVN4_v^Ft7gU ze)x8KQECc#HYFDx7#Hip?_6=+@~e?tk`K&gT#KzD&D#O^Qzd1C-9u%KOtadGZDf9w zGs5_>z%xyoJBDOQ>~jyF%nkSdE%@)*wWx6J7++dCzvb)Wv^jRLf79j~Cy%t-W;}pj zmu1zYrr&r^2Rf%7^1bXa+(p#82^m_vLU5--3%Vmch%8l#EETbH z%|1DoeNwqtxF^cMyBivP0UkUOr-3X7o=3o~%NM_sz;iP+q4i|=7i|UhI5|<}gXrb| zFHuhKG$-(=*0(vQh)3y6$vRTqtVYU+?`}?NKScf%-ovYYd0yM7vyUg`KQZwy`;48^ zjKOyD2gn{GdWru4A6&^qSK@1p-))xiP+0%4Je%`tQ);+o^N$-?@0p=ZuNWJoImhjJ zYHp+SemMs==e-1-YTws6PVMIsUnbr&1-hui=TK*teCCgQ6OZdm-GcvR3;d_SLg&uC z-o)uDjr3J=Z+WO-%C?4$EBls^+n|~9njfvpy?kC`UEf4bhO_r}jH;Upe{a}B2vtNZCb^pB4hZ-0zn$7t;SMc0Jc^`QT z1yeINL_c;(#<(ZA{;s~fDVCG7X(DTxad!7P{-o!X7n1C)UBI*vI%RH+f7-x*4Ln?j z%*(56lkLLb|G_NqFB+++TH6Pn_H@!#ZPnbqHO3F>f)k6; zx8&2-IriTX`5U%VH||9@;BVimdn`A>GkjmNw-wU%i}bU7;$9x42Jo3#GEUW|Z?#Fydy!%u1Aze_6?@anh z*82?kn+?+TgIOiH!tHX6KW9u`CoX$#x{!Bk}n?0p%tf_SFbE@$p z87JZv>CB=zo3_ki%KA2Sc$Y*U-0r!%Uv9Ta~m}LiEviKX# z51JPb9-;3ez@T;nug09cV{9y!wt#6_3%IUWp1Vyr>7Xp|EjtK&bFc>qKEX3GW&B1d%tlXa3NoGUSeIPV$Js}IV|!Rvjp#^qe>pLT&*bAT zBtBPxJ&DiWS3Hw@EzY)#>v_NZAv3@$CIN@r<{R)p%}XWoBA+e!a;dxzxP8n~8h6Xj zOw@y}S+D2ME8x&C>nahaAsl*UU9Gu%-Y&V?l7Fyt zeB0??J{-d5c6`6h8cxJ*1oFKva)(vB=`V@jn*MfN<@9&ps+juHT3nXs>!k2JqA#}( zca043-_hvZ;Tgz)hdJ*VU75%J2!5$1b|7TNS@4nA+g@*IaXzvFeV^vs&wbe;C@&w`#6`)uagTl|uI zAH)Ooe=j`8jLY^LUY%Umtta{bZll*e-`+Lq{H^+kgU|YpIP=H2D(LrJWKxYAz4|#g z)mcY)HMT`Vs}9c=49W92YJUe3{dF6>8a&o%oQ@2v_{pUHvJBq9L8y-YB&QlY9B}&6 z^O1cf@2i?GkNr_+d<7rXJevNt)88-uJN?zaUw^Lt+o2uP=PIW!=?C?{UH{RT=%t;0 zzfZrCbLI^j=V0tR@^z+(YnPvi8S4(G??kNV;CPewR0q$%Ve&*eaL6CQz;eLAqSzOQ ze!Cr5!km#eC1AO66j&UafkThm!TlgSC4=xdw3?XnbK_$^;QCtivEl2h{$qpds}2}P zuCJSb`TzC$LWbC4a9!~KVttK54+oqvVjoJ(!N(kWV0_aObU1g|95{53&BowZw68Og zc)@J)EE(A&Nv6{LA7qaX9heqtW*?TnY-veK?0Wo^(be~|M|Hlj>8o1{(b<*ZGputT zI(H-2xc-tOWs_ zC%ue*2YxrFZx4A~BoFHDF~RpJ?{p?LHl!rkPxyZyzxe)b|H(Z7*pVab!}9YjBo3B5 zhQ?<<2;9xmYmBinbf%Fmws=h59q0ne{hpiWNATCAPEn6^q15Mm-|u(pa%T|2&|E#Y zc#h0u^2{(dwdmrv%a%#o&CE?J-@vzL5MIVw3cMr7 z+6}x1t(&po48f~&kNjL(8Gj37X{N15(Ca)ho%8Rd+*>n~_OIkOK8wt4e=~ZvU7M`f zPOlx?vCE2WXD{5wUaXvQjJ54*;68irug{6&bN!V~enxaZ=)C%Ss2gAH#CiFc_kjUV zp`Y*3V!dQHmCi=`ALSB`PYt)_b03WB&z!s;X+Pz>?96*&z6-#Y=DUk?8h4zwWZ7wD z@>OiYXGS@PF6a4@HwGSF1rCUP4!z15jCa+XSIUR-`V8g!ksN9<$Fi|S5`Fo&mn_a1 ze6T!mCT@P9M0vAThtWZj+$Ff7EtVxYTo|w9OYtJ)Ta$xuu%FA*RzMr(tau?XujbC! z3g}k#B{U+w!Qcez@K0D@vU9bg+uaTCT_M@h#RvEaa?TJO_5U&Oa5eadfD7VOW>=m~ zjkYGvAUz8rp$4zDK;<@2PUiwUjdLn{!=E@uZ-;j?Kb?~qQ!{!d#=pn#3dXAc-LtX< z?|hB5w3}yx^h96Dcvl~vrH{?vQ1cGGqSMO)Pou@ry8ERwCyKB16T@lnO)4{sc znpM7;cFwiB`?gLxy~h)G;ilU)oF~fz+)E^W99V+B6TAMu5xcv_bK&d^U|HjtGTZnq zdh+hr!8v!0CvWy_o?lA8I`e*>IN(e8J!h=4hafeO4HJ*&wI*a^~{+6!K%8(rLHT|};XX`FU!Bk7%It!?d_OCUbbf+z1c_lZl zu`1?6OGbyX#*<~<3CG3MYrddq>jZm3W6xXowW3EHK&QS3-Bc8NxaK=bK1_pS=KBZ8 zBYIv+4xbF}b&#FMhyJGpTI+`I$}hz1%}KIRgni!bzB+a*^C%j;k2^r}-y4|MkY~k$ z%&YncUOv=^@>vw16Q2t#qrqU>vx{Rp6YYH;|M@!b5%El%y@dEK&8sO>QXF&Qy|P;W zd9ci++4w+q`rR`1#Rl>JN zYPD7L6zkaHZ%BS~bT*1X>q^)y6`Otuyt;e3)fV3rF6v@$2F7{PH{jczbrjsCe3(4I ztPyk0U=1!J-@OIzXoVk@p17f{7kh`1B~DCg8(Q~iq2zT>KDjpW+gkLk;=PePtIgq$ zq|8jU7UPTe5J&*5l{ag_>RY^Ya!ogZinPm_-4ZYYGnNV zMbbecFG$u3UCTWP+8ZPXo%KbV6a26OnV^Vr=gL1r?T(CZ97p*G?Pk($#Zr^gb+Pl*$k6lOeM zqptdl^PP;tv-dt}4?#F52T6-^7u#ck=1kl~PE%fA$gk+w(NF6+SWb=l`V&YN*5|85<4CC0aP0qu8T2eTH2 z`{(i-U#x!X@^Jqw_xG%D{}t}p{=|+M4(s zG1Qw`6KgnA3cm=L=8QW`9vxxlfF2%9wh16Jh7eGn-~P~|HqNE9@>zo$SPy~?UFaU{ zPmdp9KjggGDL)sLL%;UWgOsVjXU1Od$U;BlK1S8i`xlUTDbx8C%1Aak%sctxi$`wc zSv%_@(N5=m{IC5*zWn;W8hokFFRA0e>g1|md`5>u+l)0K6D9G+FPePs!|@CJ&(|f! zCEoIJ`jU){Om1}KVfK5CNo6#q&+vXbXG(WWcLRgU>-~|$n3hvU@ck3-v}ef{{Ry6F zOo?_nm+-&l!x>X%t3NTOuTy7tVy=vAozUAB1N+cE-iHm+7kh(z ztQDNEH1Bt_j-j{V_CD%Z)M-!H`yL~Q^ZVKR+&#K$oZV6a&E#8F|8&~W9G!`PzOrQwG}(TS-y+2t@@wtM|L7-!vpla-{Y+=<2xUCfcL~}$mGg_ ztK4S=oI7U_PpdlZj44RH{Z9pZk5N84w!NsC`O4>67c{0lFS)+(ZqcUOPA2VaKQl0| zm^my>@(nyp-DYSd(4B%CmFVe8R%`z4+CvFX-&&U_~{2j5K%pAqlj zTwA_E{EEErYI6a25Y7x;^DItYX8hlJdnh**cwE{3$G>C!BInOEbC%ND#eOt^ystg6 zkU7(M6q_Kse>eW3N5Sg=a);LK<;<7*gudH2hu3_8Ggb<1Tj;UUY0t;p`BJdsQ7>@T zTXT@}j^O@oUiggQ9mG<@e8rC?a=v4y8=mw1m&4@UwZL$v$$4lM z>FmzBTn?SINssaxGPiuXUS|*H4BGiBaBH59vOeJD%bz7Kp$nag@y8|?syiOxP;*== z`6&N?X4KiuHdYF+3if8{xZcwThi?m z?PsluW|X5^w(5TDbuSU8dB!^~v}b!$-tEv*^a?9|fHf3n9A8SpO=bc&k26owWtR4@ zJrXz@II#-;8s8RfdmX=3?g=B8WZm-Dq?^Nsl{+n4Ik&LJl&f0)UD>Tal6=k_3ZC!K z){gPa9q%?=!dW!a+S75dm5Cg?JXAS#MOlfRo@QA^f$>(+L+Y11H=Cg~=%q+7$mgfS zV=d3S$jV$2n7U&AMOJ!WZC&Sjp06yt{x4Ix2eX@T+)Mdp${*xi;JNT$7N$3C)!9AB zd$mR0!qN+@W%4QXkhf4{D0ugpBl1Vwd3Ip_ zt=y|~415Y#7jWK_?SV1Q#qap=o5XJ44lGf8nf+6Am-GZfZ}*-GEYv<)OWqC9WE1^$ z9JkWL^cm%>M^3rSO52GCh@5z3p^s;g6M=<-{W;1=mufQ}Bj0pjcUUyHG0r~mD7Z%V zR8v|#bwzc?x3~J4549uQ-;Pc|G~l-KkX2Aq%r5H8dH>c z_F*Y|re!TIDy*6m}{W=)UT-so1Xk3wX^{Bh(b zfnVGWOwF9B#Y38nE`m6v1IR<1LHNII0)9zf;4arUy%Wmr84Lf7*)`R`;UiCc^M>Fy z|JjNokyK(sHjK%K~u> z=onvFB%{5^XHQ6rWLQPT_}Gf~`7HdQfvKL~()-ydR_qe+72lQEuQ_ie@7G!%o8cw$ z^F^+~R-rp!oSd-tJdYhQ-}_?V%e~8P`~2rWKe!%Nd(c0*G~?vb=!Pz2ch_AA4?`a> z{(j)$R&X*IK65v6St+<7hNs#FAH(MUK&Y`48edsCXW?Xcl>1KbHz#<%c&6|x-gFuJ zPX~P4#eWc(H3#B-K7K#U97Xu7rH-)!!Pk12M?D*&r_4ioFPf69q`m4te>Lzh`7Vm2 z6J7gMu<;dW=sD&!YU(HMe;TC6tOPw~wX()zzoD+=&CUFF_Ylz;apa+~41Lh%NxMSP6CDfC;j{>Oz@z=sSUTRp_bkQGB(gOby< zp69ThUx9a#&v;pf$A9R6$5~5nIX1DmP2fdmc9lo3x~w?en)RU_H{SCMv@t+FhWnYz z2)Xv-=qqcF1{S`yAl&~U=2kpYeK~O*S*?G|+0yVr-pf|t@WLtZLfx%BRPL9YbHxis zi{Z5RbA7rB8DkJX=i~6_T6C9P;AJPUaONqhpiLjoIk!9>xDag>s9(co}!WMWKu1?2V$wQa5L`J^qmTi+=^a%X*$k z**JA{SCEG~KJvL&K=WFw^6MRKt$zLA9R0)FEA2raHSz5zd$(eEKJ`(_SvmKIkXOoP zyu5V{a>*vzteu98xS%O7#C&{_oa%Mt7j2|YgtC%-LX^FpvP}h!Op^}`;3I1n>o5qP z@D;qgl{q{dveWKgiL7N~s~C97iDT@@D7&9Lo~Dg5WEja{wa96`oariTD?_#w^kX$U zz#YDFa|LVM>U)Bi;auH!Bp$E^Jn4Dqy8};X{F;NeS1N`vSs(7&?H#(7Ec_;8*M2NL zaxZv1OQ_34+K^A&tOtDHEQnS4_C>`!s*Y0X*WfWR+7`)nz&h{itd zoxI?O=$)epd02jyQO3QB_reYGYu2;Kt$t)hBlRL0mVh%<2iNAxUS5P*7!8J$5QznkQFks#LmmFfc_Wy%jL!O@U<`m#spLfT0 z+TNc9ti)jKpKRCYOch5ic-=cb^fq$1&R56Czos*|p!9W!KcP_6F;EN2xo`srx2tN$1h+@QwH;hff6H6G!RC=u7EyDSkTf>Bu_BBu3Vu zoZ%0bI{ZQU$b5Ld$IecR!XN744{zdw3XPj{LMH9M#yFt!< z`;7BJY_*PzN8EFg&q}k-aLi!~=exq!t|6CQ_{YU|YOkAr*X0M4dmi7-whnA>UC_?l zB-%OjqR!HfW%z-m1e(zqex=qhKGV-~m$7JFdIG+UK3BS~A$@_fcWQkqZeF$)=o}Rl zF~-z;i{Dd{`g$zU*L2?9nCJ_?Ak&w7pIATgm-Zm*+eSB%xKGTvo39yoloQB_H}oV?vuCk~?oE!_Y z(7l-duh#$EW7|dhdVdxFv&Nv4%+>|`jzVY5Sv9C$~(S2>m$FZ<&bg2F07thuF*CoCKmfd?Rc;<=mLD2tQ4?DTS9XfIMKWEK} zuW0X+JdSVW-pEew0SA_f)NubwbUd{?kz4Mwrvm-$F%skK@OeEU6qbMJQYm_i8{w{xfXJJ>QtgR#YPE{qob zDE|u>U-SAy@M?3%sC3MN3w^~F<)H>|dzS#0;wyg7IDE<<2j0Z1C5t5QD=vROjSkk` zL)^JQ2Y1d~yvzAHc`lZlxd^X6-(37TQ9hr!IB=eEjy4y_2ku-HX)eT9#ZyPl3Fkh> zo*Vk&`^?EQ=HrgUoLu@obMmVMtm4t%JP)j+%}F?EPFy(MxpCpUZj`wpC+azKa~j^7 z?0YeKK7+xyZFHpEL&Ufm%-scW-qLV7D*jo}Lw) z2TqN1Y&$0xE6&%~dg|j=(LkA1G#}omI$g9adB#0st4t;Gfn>vO)~x>5z1ST*6W>~! zf)6tHwnWYj>^=FZMJ+ApD1zi<&VpA2xi_L0zUJrdh*~?l_svZWTc-fecs`G^7gc>Z z+;=`*3Nea}t4p;kd>1*8Y1U&d5oBMn6flvMG`}f57=pGW~ z5I#*TM;E;J-+^nRWOQ^7J?!lfc+JpR+jEFD6I-)Q*w zbIiRyaqnE>nDIwvk8sbDqn$_N+~G4Be34%Z`K+$@)Sm!0xnKly|{rTZgisH^24ghnnEK{9pb}c&yIf^6zRT=08lEYU3bn2qwY1 z86K)L%-769G}%#G0kf6kI!k;yGr(tpQ&Hu19*SGWCwo%eRHQFYs}>S8*NTr zJfySylbru-e6>B~wDGoJRP8_OwPF`OjV$Y!(B9a_Ixt-9~x zhqNC|YP*?o5!$AY`Gt%{G9R{6^aWXm25QGKCsxfst*@mEnBfoo@U_l?)t;jManY^g zIFrW5IrcrDvB~F`nh! zPuoTp_9ka0e7gI!H)v0H=b$Syy0ujMbG_rYc65`+*yvvp5pAOv3F&DW2@*U(3a4xrYN@zKCt{Rx!31w zFN%X}jrl0NQ@$~$sIT$PL7s~5Dk+NaUhBe!)(!r4IQZ)Ze_G?h-}ci3^PZU&Zt$W zC<8wXu|{IIJVh+g^l<<1yTBd)FPo07d;lN3Pw5ve=o8M7X(V6jtSVWIzUL;(G7Et( ziodFl{oKfv2|3g)w+bKm(uD0G%(tnF+&GhZ3AwRI@e8gDFuJUg6Ix83YsDQGjv_x^ zLLVRJVt0|Kt_x9lr3y;JX+r&Y3o?PKEyyD~v zZ_5C@ZeY4yboK@4{eQqGs-eUGD?WjI(gp1IvaUJL_A|!VuNmvf6(#5$6ZeD+#?iPo zGY`Dj+xin|D4)4l3mrza-`I|iY6<@S&Cq)Gj!R?Pd7h8_vV;9@8hARr-?_`u2QK(u zwu$A>(BENjbcFLGx}vto;oW zB0R6%P~Th&O&s9a&uCNam8(7NM}m*f`Eu5~W%4N#l`le)kLZ}h7}I#yKwD}jf}d%r zjUOaq)c)(9-LTXA#Vk?Pc(l2ffpv$w8Mu=P2X3? z0>7OI&x&sKGd4Z5?5pvsNc<)aPv=|noH#?Hk1~E&gLa&d>~rGFpNF(|V^OYlKcE`waXNo`2p%VcjmpKeJ!O8TWC zKQH91MBKIZ_RY6SK0>a8K12`KK@Y-z8u*VuOHGTczNQSjzmWG$Pg#AbcIKg`9M0I4 zYZexA-j3v03tO-)G<-fK7J*jMZ2zHD%0?6OQg;GvyiU7+*yW2IBoA#5a!(~W)ygVwTNqrWoG2I04z99_M3+6}Yjxgz zKJjjmGD>%!Eo@c->r9;%Y z&d0j<>ppaBU8|T^@%qWYU|n0+dFYfQ@1I0wI0gSw9nZDUId%5@f;a}A@AoLSAS?7x z;+%*+eO5hV{3`j>I}&jroSQPVMvifobzeFc;F+jF$5b>9puDx-68Hh$+l{MK5Ok5s5-aob9KqzT%hStSxZlCP$RolU76yNIzynpj` z;r@%j?RNTm37GYNGyGTj^X>4`-QbuUf@bWI_lErbTkZz z>aV08{3N~dy`k6&^>dUmN9bGSjgBZuMwmw)`((ZD9{6lDBO>2P$?XqjvIn}j#wWnw zy|Cn>n1RKf5{q17wd})>?+FBvLSVugQc&Ey&(mEYW3=O=y zmiQTR(X40xX{&{Y6ITPxqjvz7zh^#8TP}|UUeUObrO91&r`aE}2lt0xFqXI%xg*iG zYDBBJ;=w_9a3S~*Ei^B!Tv&`hrO&>Ia)k?5!>23Yzv;lOG8K%?Jr8mQZX=E~S99XC zm$v!P(^fmRE{m2{oSf|6gs<@xU zhYyMWbKxTBuSzt8E@-Y~4B7bnzpGjova?f#bJ1)S>stNm|9rmBCxb}-NY)*S-va~Y zxw_6xrat_HG3j~pKYq*X{Zaake)(IR^L=H38P46XJ>_-FgEKnvBIp?c&72$IIg(j) zX7?T0YU*vLUhu_j=65B(BQH6>H5a~wTv5SqSH>uT7Zq3+WtcUv%FXK+cu8eV-?Fg) zQxE8s)q~C~V zenq~4HGjzb$E}sj$H(D^1IX5|qyIB-mpJlKKJjmZc0*#>U0!9%)Ta#QD3A{9M*J|F zIaBts2ZHOlJ=mOm_*6z{f9Ou>w81;2tGQD;LY!lV>|Qo^?c&3@fcv4*l_8f7*MVbW zZWZjJjei*!cv$zZlb{D4p40jV>$eVILDbiX~<-`vqZj>M5*T+4Y}{mNDxHMq+9AK;1{ z!Qg5hxY~}s@B55ja_*W$+mcCl8a<$6lmFV!%$n}((3xI5esD}#i7}nK53+2A>s5^( zqH|u9UiCC~;+N>}Q`|k|$~4SP#%}sP$(-y!*M1UNT=R1~K2f3%?dvH=$dFr*wWAJm{W#!z=h5rQP5KPFu3aNe8QP zf5W>lZK&LOeygvyCR%%5;3GZv6!6a+;?GTW6YNU`JMBq^73~c$FWztMH6>IL$V>{0E_hF^}N?wEBFog!}bv5&aalS zzQ$7R!6hj%Y&`@lI*ECEkljkL^XMGlgO@onc6Mtj@TStf%8ui= z-m6colOIsWrC+CfX6t*v#+W(d;*&OtudJ(cb@j}`aV|cbL+1@={cBAkXYSQ|BWEW0 zxI{!3JUKHGTQizm;}~=Z_tHjxj=?mC#}X_A8ZZcgEey zorRBYQA78*%_Q51v*Vahjubxfg86WrAU3zv2&-l2{ zYV>SA&-l2{Zr8J`c*e(lcAK7E%`-mkvs?9S5zqLz&;Cx&uHzXW_u0*Q#<@vnC->P3 zo+Y0pEdG+uF9u(%{Xu+rsL#i(zgTUK& z_t}*^I~She`=V&NVWQm_{B!sr@ekRqPHl>AeUWughmG)J+K^9iZNf%q)(&gd)#DD2 z+kqa)gWF9z*v=o;cg0cs-uPV)@2YqTyMg$JHjHHIzi;fm!Y{cqAn#Z4vs zz54!iNq>*NKU>oOI^PCANqJ^&b$A3hKCG-I_^2Y&?Mb!5>r>h5f_zKv*S?6qSFC^! zeBv@DbU^Xr?oa;D!Cur4?em8|+v>~^-*dp%=|zw)IYPda+l-pvvjp%`&#N{-$tk6R}Ld${e_p6j03#KUVC!j;df^0o{wv=i7v)A z>Yk~7ZO-^wx2a+5@T25|Nd5b8|1brIC^KR|?ysJC^JMoGM1sB9pyPUIQslBp~ zJ12WB=InZ8jc0+SApvJYl3u*D{xH)*5y1;4E8l*YJ1a z67QbSJKFIk{l@9uY-4W)jD+Bldi3c^&0uCbFX_8`2Go83ZBOj@VIt?zXHcFUFK+T zbaD51>d=~4mYgGH#F`lXZupuQ{%-i182)bfni%$uaemM>vFrn^iD6|%u8AKbe~pxT zZo{wC?3<1*mAKa>ZLEi?3g%+-(s2I@&MkG&+LuK~$WylRTP*U#(x6GLCB6GD?{-61 znychJx{tGznfDdRa+ckCgf%99on`54mf5?CzEoGbkxWZxyUf-j%>7z?o^?jp!rq76 z)h3&V@TD9xI@4948`1l*yjSi63x1v4|46x6<4oLF)_Nnf7dJV>UnFOEPVZB|@Ka>a zDEpBQ8DDK>0T1Ux14DX-GhTOJ*n3~jHubG@(Z#$|+r+n=_+rM5XLi!oPULCr8Fik_ z#((;$k^3E;aFVQ^r1N;tS1_dW5T30GV~~BU6J5kiXiSRu6(JqaTp(0_TH@CdfL%*;Y;w2#!p6@AKA)9 z6Ls`^6L8;2zv{2Uz&U>pnXza);Yf)A>b6aFF6Lb7Yt(rk-3h+nS=GXCVTt6@)ZSIt z0CW~Vh#bBPKXg|gaMi(qhZXCz0DL23F5l0XCR1(=v{u3YA?EaL`T$>#O|h*Qymf96 z888i+ddA~><|gKzIJ*-StnZgNvud1i#_5|@zuY(Dg}f;DYM}q>-v?jVk6)eerFf+` z&_hloC)bnYUg+U>G#y??u152o`Wln}^2NqZmYVKwEaU&mS&REi`Q3^SC+CIUcE-1I zjMcxCG3u^%!4=1!(1pDK*ae$-I(U>$HCOFRKmRO!YR?e=3Bt>?-o%Gi!P_nPuK1Ds z21dSTEr#??01EKxrgW4HqM>ZiV2aAk$Gm1JLj&&Lhf1&b%%?>c3y_oNhqnk109aN z!{yx;e}nRsJ;gdS}% z{#@f6pKIyc;J3?9a%N4{8QnX%_xPpcAq`mOjxxcaI2s@G9RI=CmYLX|?!^~cz9lQU z6Z>n>)I#dp-0wJZeWY&!zb8Qhkpq`E_Dq|!E!0nZG;=Mx<9=+#W$;MsvHkne&5g%j z=Q;A#XlyFm!F_(Ae(vTwczod%lz+*dP}X!{es3ds{`hK7EP_v|${pu-uXjS|vVMGM zDvuj`Z7IGskD$Ml?e7)z441Q(SebtTtd99u~*wU)zO263#)+xKa@`OE&mU4 zF*F{(WRh%}v6cN+(I;q2eGcsMwv?((?m;W$dm(xYPi^?fv17_pfKJE@4G^bb@`Pu@ zpIMvGZC0fxT%_^ja5rHG>$K@Wu$P>1<>cC}8Thx9mJn?%;d66(gVWx0a`fSEr}nVL zn)bRfkj0*w-x#7jb3Yn*?Y$&*+wI%|7_~3XP+OZAXPjqM%*i6gBY#srIFE2wV3d0T zkAKBe6ybiro=u)21e&as=%!Sb{243!zm2bJv58s72jedEWUnA&d$`NQv;*!0%YJyQ za?RCElx&&PDt#7I?d189F79xjqu-x5K`LXlP!9Ifiw~D*wlM9)V|%8t7x8{6|2F`4 z5AF7b(zZpQ4f!r;&NWvfd21JOw8CS2@uH$;*5&cy5xORHb)0eV9rnbQKJos#rqTRK z=27R$U|r`8d`tf(-U_dfZ1cPiK7!4tZR8!sIs@qJw06<7M(rDt@fX0;b`sC<_G)-7 zpGTP26B{>n9$!6+93olfPT)%DSTt2kK8V`_9@p7M?N@l%Bha${{m<8!PgAt+r`!4b8rBw*yDLFsaqy1LnDw30i=R+i5%`;iol@hS3{N@(9-f5exQ8;- z%kSgfsj)bEZk3mR4g7r&pOSs2691Tt%cmui*=dKo*wO}hVr%{KSEo;n9i=_ddp>*V z1Esnk$rXK{jeWT>gTFN-;&3iJ6;qYKm2~!1GJ-a zhL18=B+AcEYU4RXf-Ohh6{QJ@6$-U5{*EaH;_?!HhUd*xP&f&b7k?1dvZ}*J& zc%r|50iJ~X_t;0^mwCutlK&$2-qSZ3zJEHGoWIj1Z!3R|d|~f-l>=-=G4{|>=KRL9 z;}+=7)MhIzjWoI&0;kR(yL4XV<~^ z^nnA6DX*Llssl}#drR|KFWOthGc9sJmSe9+A68TM%%XdKh%B&v(Y!|a2Z*L~_z*wI zd`}^kFtc?d=kZgQgx7J-32m5QZP`C9zq)|EyN~(6IXL|-0{!+FK$F`sB zo5wjN<4){#+sVuNIb@gGwYhhc!29+y&-#Vl24M)upwj-b64z?Kt^e|RaD^#x9xrk9~k-;9O54@ zgNI@KG0DFPT~nwB-sZNgJ7%;eu}+HAkIu=G<&?LF+#n(6%uL>(jK2AIW?7Tb%T^UI ze_g<@bJ~OCYUE5HU+p%(on2MJn$g__m7eU>;`DG0_n0ofnNJc|E_k0*B~$j-46$6XOV0$T!}X8W=O)$W!0qz2;Z&)}~%?M?PnO4(K92 z;lm4F#Md>|YF>`Mi`bmHC@%JUHUFt>O1(XjnY<6nNS} zKCxSo7lf}&c#k=^^$(P15psd-T0NdKgmiS;(>|y_(n;*!R(PECrziIh>9dUe!Ck{X z?EU1?VtmoD)*aYeLW&oBnf05mIbj?Yc+oiW`Tjd_mka+m#s2GKJ^LBU9&7UaCg`hz zar&SYjn4;diT1cNetARc(-?~RjFg*`U5$GD4HoCMH>IsHIzU9Nce-UGW zR`+jo?m^lAlyeWtevfVPD(&}pYTAM4Ly7i&mKdXSTz<12{ME{x0UynZ(5B>*Qoc3b zV4^P{-+uCuM80nq$`^i%wb1Zl#nxb>F4|+STTnXAn%v~^Rf#Ud8}28s4f&l6UkDV0 zjqW=FE%{b)M=^D>?C^ZUgO)69>me^y$j(WvvKB5-pX9jUEDgUWpGlR*ZjYT^Nx$Ua zU~jo#w(uU}JXtkSuvE;Cpt~hE=xpUO*?dGwz9vQIA-aIWkU~4@R+&X%l}&cIlw;+xQN4C@9?0^(7UYH_;lqD zV&46qzUKh=H+P93TYiQ-(^_v9`_a%E&kRkcKk=3@JiuLhuFi7wJQdEJ-Pna#M^2va ze&UNHzaC|O>-MIEBuiX0F!1nkzE2f1PcyL*?GNDN_{YgpHq+|w;Jw~; zZ@#WDUS@Ic!vXU{Pk9b@NOy)j=eFy% zr#+y7{oT+$d%NgF^kVeW&`R?DJ`?yVksY)DPIwI4*?ZWTq3M!Db z%=09fQ@U#p^+xO0-SeeuNbXyG7SeyvMt7HxsgL|+U|t68G$a3R2L|nN_0U^_6G=!0}aNn`mPE`#jcc;h=A|RpjD9Yew(KgP(=K zaz8jLGkB`zE_SV{@!N`Dvx?@}zWHkVLTC>=hVG)6tN*i}*ZCqlbQ}F2hYt0OxQ`-3 zmz!)um&X=MzRe7E^S?`tvP?<#?5B&?V5t^plbuw=#3kaV2z0`x)|5j%Bh6rEVW>#vgRv&No0Uvs2(M$*Mh z@KFi>2-;I;N5Dr1a*f}}Fzo-x7x)P}^q810S9fG+;ebOU2kx;lMB6T%ibh@f6h9Dc zj-;Kn|KZHn`@)1QDwu@hJD6Yg^xX4}L-U%SZOQMPJ-?&*e0S!?kw3fHv&jjH+?=9Z ze()P#>kR5;o^|i7b7OSKv&CF~it{RaL%L#CJ4Ba*aX4$%<=g2QqDA%lesMRhe~;rQ z}sCZy}%k2_JJM8LuZHf3@&kSRc(>fsa6?$6BvFWw4!5^QJrP5@*nQ61$an zs&Y6hPx^dpsc)gv{sw-Z>)|C^`Mg8>+B+khzu^C!KE@Fl>-@in|Fy40$nDEHu4bBd z>sIvJ=8PenTql^BTl6gD@CL19n|fo;ocph^aMM>zhqa#k)3GglGOf%;mA~MK0 zH|=-&65|dd$96F~%4qd}aOTG_vomVi9Rp6YxhbyZF za*Hdb+`<3lHvjkO|G&w;qn`gmlueuL#8nl4^nyFI#|fW7#bTWe)bxPkr7D9>RdZJy zOuM6mXYsT9*-z|h-62t>_ZQbKe}g>J!7TO@4u8J zvIha9WHo(1N?z;XxJ|m>WbmE{$JWbUfNX4sr2E;$*o5D}i^%m)H051Fd*jDiTf)kl zk$C{0W{WS!WLK za##~}_%+-`8+U>e&8Lq%EfMw#i+tBwCqBwF6X(Au#agERbjI0Fc@MVzdU)h9WTvC= zv~RO#$@i%gytc5Ggj>bS%(u;czcBC`IHRr)ID}4!z#E6Dc!fp6o z7#)s}-vMwezD&JXvftAi_?YVbQfQ;jy7~pb|Czktj?}5*QN9#pGja%mJL>w+sf!(| zQ+Cj%F-|_kKe8sG#QHMcSn9gUeP#7&t)FC$)NaK8o2{&mWoeI2+{PY#WJ3LfM%9z= zSA?ABY1^$r^%;bY%J@X!(@wt=&gqvt|JBhPtNZ~wt&H4c)#OSJ^@@Jk`_*?T-&fGT zeox~26?;i0Z;3nt|i zcqYC5)4uGbWkzobtmWyAc|M-!*jZ)L2en-CQeH>F3wc){v+kYtLf!y!*FoBkk9XRd zNn4Q_FXd(1*&*@W?*Ye*34IHm1|Q$I#-+VtjjwK|dlVEbCV;HD!1Ls|j`?vyk> zw|}C};=~;N(f{<;b|{AI{Ca&9wW- zec>ZNqFmL6iQC@PyLx}Ce1A0VO3U9^jL$Z9&BIHvXB4tVCbD0OW^|Y6rPwXv)YVu+ zjH~o=+CYv=gC64cm^A2_@!r1gPt1?zt<;`SRz0I}t8d+9`v&ZB)zg{7+L90TYHyTH z^mTARyPeI{#rAnb^-KBqX=CQP$UfsoK)qne%*IrEQe!IZ+(2Klfe6Mo;I$pp%dF3A z{2uuJHJ{I&9AK*tw>1L8ac^3Pu~mB*H#BD84y-HOr}xknF#4(&Ge-Pfi9NFBiq0y{ z7%KNwvA*;i-vQ${J#rnwKReHTro7|lw_o+ZBL+5Ird(zr{FKSjE?a@O_3f9vEnTbe zxk6TXiu`N3b9n*y@ugcC`u zK71m`-5p)Khz;{tZ4Xes^32*Jh3H;ue-r*og=l0ZK8RNP{8DUSp2ug!UV+~!e|s_a z!5l#DjZjYgnzh99BO~%(N9jj8@W^{Z`L847wtks*qz96YMtUGi-xCr(iuf>e^S|k{ zU^eGC*=nY?{^})o=SFMZ9NL7}XPNi*?3iQ$^SgUi?3DZaz^uV~Pf#yhXYT!6{ueK> zoC!Y!-%gL??_$}veJAzo+9N&4T+->REDZmp$7>ah_jGj%_dfEV_jtcbUVC4o#&|uS zDDh)U3$2WD+n4qoaCSla|GF5RRL1S^RUGMOpX%T3FZ?uk_IuV{93*}wus(netRb%n z-g1gHt$s@R%%q)O&dE)k7u2lAPb5C)V%ZxzHLS<-AJOKs__{Q~m+O#OqO5Cpz_I{7K^viw+UzakE+Xc;{|4;x z)O(Y)sj(H`65OXfI{lfoBAv50|b)Z%Y$& zC3svq6fH#(bSSzhT_4SKo)zvZRDIfV>FbRIeTjZL{t=lLnPBaGV^(au@4h4Ap5HZQDuQN!J=*Y~_c?ortiO zx+(YbA961a;}Cy{rhhw6>rm@bYw^4|fp`9Yijxf=3@6Rt?1NzNEw^`E+OsB~|t#X<84^D$dJjBF^Hbf&)+7x}vV;nx}xH$GR?hC+iDR|>~ z+Yf#|gy%W^19NL>y9;~!%M*siG&G*f^N#0P=CPRZ4LmufEzWw=?_T=XxK_`)f2;YQ z-@@~)iT^(|>)|~1teV#{8j$PB1;gjN*y=ui^B4DVr}ey7Y+v;O=)C7-POJl*6yI{i zzBujAVmy)+-}FvYK8@v{!&hKGc(i0oQ60t}r%vFO%lE~tiD~R3={?lD{^r~Eb@P1Y z&0pB}I(}UP)|l$(hVO6lmt5Hx{n*&4A!I=OHq(wz#pm_r%lG{W-Ld4u_>3#ydpUsUL{0k^cti zdMERdOxLW<^f>hT(zK*@;isP<9y)5)%LGGT_Yba@oWb={SU|h%*=D^29C^U37oM4R z;j!p2va~ki(Bc_yc3Ej{^R~(0KbLXe?eL4|JD~f4t>PCC|F`(XN5FZ4Uzqr@k^JH_ z%+YB4!rg1W2hECKRKPE88p$uf!RY*AX#Cj6hQ=>`K^=GeIp9@$Oe1|rUUB=>nu_ua zx!drtx8WBmHz&a_j!LH@enDH5GyI}(1g)Kgf21VQ+BR%yZ{N10a77ZYcqy4z431?a zuNWH3bB0&sB=L$IhgVS7;T8PP?;&21Q~jY?-!#19SMUmrPrTxn!+1qbb+`O#SuZbv zj{v;lZPvVebdq_+mxu9+oc|WD==jnP;T1C*J1!d!uecIkG3gv$@pgh&+>qcE%4@bC zpW@MYMK7>c!Yg#%)jm-LztGuJZHQlxQ`qo}eB>UNU(~}dG>1$+h-{PBm*U0J4-8cj6-$&U; z^sFA)LG+70bW8VYU#tte$VcD7CJVm{1kty#PZpxndxL$olCzn7ve%Hi<=K=W9;E&4 zlkgyC4Ne@f$BiH2L5%r)d$!BlqB;KJEcVjiHWnKX5EljD*hHzIH1e zKdU0ah5vZ}arFG;>Tlaat`eOMr9*h|p{Bf4Pik5my*vBa;o_1|uk;Otv!Yw)+Ea}W z^E|%s$1DFMI3s87(i>o_{*ve z5D(6soQ*u!`A_=l*R7^Jo&O@_o@0G1+mEc>&A#01$vmX?$enhgka-Lqh;GfaGYw9< zPZJ;F#dePlSF*-Q;$h>P!baySJx3#XPNg44XA;{9?|VOgv(bDDiua&bcxEeUB`oW? zXPo0 zc)9NSl1^iP3%G@k>P{ocxtoC<8|U6{C)$(Vq=`7#jo@bs&!ivEMBbZ89~!UDzOLPb z{bNfeA2-%)v^X>AmX$xR$z#>X9?qQ?vO|!cIfZeJ36U48ydFOa#hU#H9whw}IIq!j z=bomV))t=2p1p^)FFzysG0T@nJ)1F3#{Qn$dW`!ZWt(pFWL8Hu z1Ty{W0~w(S&<10+?ECYi9~0a|b|}Zk+ss2!d@Z`R=SxrA&?Z|$0sToPw5*MtOHNE` z`x1U|73jC5Z~Gp`?jy>EH;cYzwy&M3heCD$Qy9n#B?FnMTDHl6Q z`S+t;a&hjtg-@~1Iw9R=kbEw}{X49I$(1?VPEGg4PW{Phksfw|VpF|&|DSR~G&Fk%%VwE59SK8vD}U?dBT6CHQ!tO6843fwNGu?dW0Bu zl~-QEUgr2XHqIvgM_w!cs%P>c**-WQ9d01@Dq0y@xP({>bfSAFdvgw{&nR}lUUbrr zf%DR{B}XzhNvWCIsw)H`9a1uC98GL2-w$QJG%PbQ! zFuWfpr=E-V=fJgWOD^t%)ctGaVPX%SX6^089=zX^)r%}&9;sElfAZXtZ!j^pKctWS z@E9*=1!qjz#4}_Y{M_!zKJUB|W6--LWAj$g*)#B=cd!pOd2)Mq(%)(N9-wdJ1N6es zAu+zg`^Q&?{@dRhm^*>-8JJC-Jab3Nx$rvWyC|=I{NBt%y`KuV#65Y3(1G?IqMw!C zT;ub7H|qg9jNLokiv9E-tv;;>_N{)=u3$ypDnA4NEdpje)Bd!9!Hlymrkvv0uf_ipD?!n)UXu{tw={`_3=e!>~DEv&0X~i%kX_U2(m20^6&xn-;?h0`*ReXQ34? zsszS2D0eyKx$ojg&~If_R^Gm_6}=gG=0b%Rh8IREFI$LBX`Vk(ekNsAM`a7CQ$^Vz zb&#p5>Vex&9hDdF2bS0lU~>1tipOMcwJG)^l?>Cg|+K+ENav=N8Va==VZ5Mqsafe4Ua7Apz-HkW- zX_r7g5fAxE?eIfY9{(YH2oA@0CGItWrjv6!Der*m5BPrj%Sz#%J^c(Yo%E)Jt~GRS z)v#~3Dkc~oLH2j-M&7X@-9!E+Fgg2pcI&^8b20h8#k(0t6dKN*fR15J82?Umnc&^c z$0fO|gt%1QBdNVz{=_B62Oj4Bm(V)uincd_17B_JX1~dO;N;|LAjj5rbXxD1murc} zL0sTljAJc(V*|D*`Br=-;g|UWbgR5vQJ!xhM~UP|`KY{*rhKfEkvWuy)qxASfE-=9 zp*&z~C+~i;eBzG9i9c1|mMO?5Q(HG9FUa5QM)cN2p1+wtpYQ#ioa$$h!>?gYC%2)z zUnA>pO4Pp-`+O0wHQzTJ2Y+q+{>1oCGX6D;-_1+*amFuM=SX7w$RES|8B>edP4}0GNS5?vOJ!=EHLDcOX zuWav#qIk*33vNIS6cG`X%7P7S1?A=j6nw4FZm4CLW@Z=Bte4D+N(+0tU|L~WAzD(I zqGDlMQCVT7e*b69Gkb4#TAlAb=XcKc`_Aa%zyI^hJTvpmWvw+cYc2R)>78UTm`A`f z7jft_JMr$RX74O3!nb_OPASLNSKx-xER~9)&ME&zh-|wPvMvaSi;~f~Zw}kpl z9qyIXc%8C{`|ISu@d)ogXw&fTf86Sxo?@@r#O^GCay;)9)&eLv94Pqho$!!wMIHdfjJO72Sew%4&Y^M zM-zT`fQkr&$UT#kH@ALSQ&QQ~NQ49|VOjPqZd%Fi8$OXaj6ZOTXQm-YFk zMx#}>Gpchl=B<9gw{TQ?vK^}Tjmz)5oQ9n4N59e0vRkG>?`-T8xBzL;Ju21pmG0|Q zdwuSo@*GC(-554#?d^Eq)dExTCcRyH55;?f#rH$O2?J0U*YoeTrp=qMw|JKsdl_#+ z86#WcySf;&-p4r?^K5u8eaN-bF-D!mdOEIi7S*-fylDo)rFnP9o!Cb2K@B>3hjEf_uu2O=mehgyBB^9IOu$c^ZC>OTz}x+bH-q;mCrZWqlEn* z9i!V>u4|1o^Qju%9dLo4!Nj^{>BC`5_hN1QP0e@V3LRUXJ!8Ia)4Q7XKFZkf9lVF) zEA0QN^6Z9u85UV_-BgABhpoD{3cM`5&wAjxgZA3cb!wS5XzEmyC)!&S(q5&g)}j#m z|GLm#$28h!fW40C)Skj7F6sj`;+YW|-@L_g?1e0iJM)AXRO~GdVt>QhfWowj+c76~ z3VL1bl&I0W*Y4Y-?`_2I#i-jzmwlr&{zakA)EMOcK0kbWFEFgYw>_>Uea;w!AFj_A zP`iH#b%FjCN7o71z_>mM=dwiTR^#8#XoIv*kmd<6R_zStFx1zBXgokXN>kl?*Ztmz z#}zRCxy%pHx$-dPu1L25&-UTEjK-U0@!aRWYRD|oPuaOtZJC*-R`rC+kk9%MGuBK{G^aFGcq@li#<6HDe$WNU|o9*ij zqT{!%n_ljZ>vd0z8GT9D<;yjZbY9tl@AuV2eJ{%l7TX%db?m5(%_dY(J3FtHQa%WXkH*&Xm+Eua%hFBP6F+4)8G?Z{T=f@SPW*m3F2TPO_>u4g z|E90={ktK4T&r7q6;8d`|AzUu_$T4OePTx=_T?PcjAv=S*|@Z>#^f#LB469vLI3@D zFZ}Q^IlYD&<~>e!qcwx753&x8Fp9aYF#prel+mkdSLUHxTZp+C*t>HZaGjRiYya&< zH4U&?Kv48cCg|CJA@9&&t?ktGi*08VV}3RSVOne2LD;U`7&c;UzK^|E`@+oMb-sMe z+KyxLd&PP|*X$Yovw(|mJlrj}S01qY)Oi1EQLdlEXZd$RoI{i6`2XxF=H~e<>GjaO z8~lF>%BpXhu?Yi;fEhyiD8pmwTHx_3CC`^TlWvU z{?oDH2sek+Ko8_~;X}WiFs|^L@2>kbD^z&;>F?|`P8|EOPu;q>ws=;e;np@YTWX!# zH+cEjOJRS1EmnV4&Rc9pSgS+nWeS zVb0K8@U1==cfIkfQTO%>fK#=Wfk|4MK(b)~^8YQ?W{+$Bc5kHf9^R3o(k+J0_qCpm zbfS>T|Jv}>PuazI$#gpxVXApI}_%8DH zE3G-*VWmECR=%188=iDwmSrt0af+(db!Ji~^1-Xc*}$~Wq3JLPQ^c)A{T)uzjoH_ZL3 zyi=YAar#M@FGDN@&RyFBFxQB&v8D>wgY-T0BG_2q9BNEE6H<(M0LriHc_A0`Hc6Kz zUhp^Kc`~$H>bGJKo~uH~2-qX9dFZ}~?txNq(ArNjP{Z@4bS;#0$@2nTFX0+Ozm9hu z=hL8DT!e04@j@B$VWjIA$1_|0pHN;X-;Vis{W)1VH>8IR^H@vQmAL;dsY4#=`kSAZ z#kvxnm&5$0e18DuACVWF;{w;=+XZ@DmuJlAJ&$`ZCXRuOzSQo%8p`Wu7yA(4QjlO(cKO#Xc2#9@FsbsK4lJUx43{*bC|}I8o%4={zgw9J6%IuX}qCx)*dJTX04|qUz@cac)qx}TeJwlR;|_}RJ~H$ z7wDtV{Q$ndvnl}XmF`#7^{o-lTqok&ZwRZ#(mIc}fxB_8KjSe3&)y23GR@Z~ z24fBS??N-K6RTh|pG?YMml4Mu`RI(_Du12uTjjeWehbcbJN#~~=ex?wkL~uy@krXu zhwbLWcJm%VHaqTRw4Z^ksD2tWZyyWtWyE-Z^6BHjYUEp8|M`0u^>d5+dKuksy@Wk+ zbPx8i@Eg5TSVrSIre+(iYjT(NXx{<#^sz9(KXSAM{*UYaG^UWhfPd`hBKU9A{rxc} zlD`rD38VAz46(pCffwdLSFiTFz}MqBWML?(xmWk=-k#R2)P1+>vnv;`@crn9f#Tvt zTobR}hI^5{hJ%Ghk$`t%T@0`!^}_s?{yiF+8xXJo-pPRHcj!4>nqO!Un2hvt4D%ny z^IdpH7TsHR4s67};n!fJI$Y@72Z1pY?{%^O*Lz7AhZAwV zSBEy8i0i%H@YnNz`(AG^F@n~s0?{^T9G(KCdJcdr(o2lQ`qgf_w|0cj$F~gNcMf5S zDSjtE-S&fny0_P#&4o-4+nd`&Z#;j2uxa44(I>n!ySGn=ABAZ&SYD59Ctla(RvA9s z%JGRKY!ves5O&54@j8t`bWb19+J9sk^iW=*=VGw8xTvSgdMF<0rLbx6)5F7$!b8`^ z;e*7*8&Mzn`EpMS`R*R{>ploi_q^2q=-jRAMEfa2dndbkUs&=0?$<9w>VAIgx7fwc z#D4iMen$4obNCgb9Y}q-(oaKqy@cJ2x|u-xdr)Vzhq@AVhW@sQu7ULMUJG8N`45z< zhIoM2f|oGItUuQn1wVS`QV;i2nyz;PuD4=mSYF3m-0K(=I?fnmx%h$sV<)}C!SM{K zJojT9ue=|}Ivi_ptie%&L!B2fHt220h-aQ?PhA7@b`$0nBXR#px)bm_0KbixUsC59 z0jJKlKFD7nUmKFYI=8k#pFQKzJ1|IVvue;X%ON8jn)j+_a4qSL@jG4fe$N~6=pLEI zGScURH7m@kY#;2RPo<;AJL5RZZmg@v`BVn1jv8bsjK+KuzJ` znqV1p_6d|FlIlS7ZbkeQIM#)*ci4BKD8)M&wurS)V15tRAvH?BT$hs9g*1;5fBAAr zkwL8ONb?!IzC!25V)$7N#`j6~InFVV?SdZty&=YacqaPxG_*C*p86m8>vJY9-!aB~ zV&T(KtK(?y!isjFmuq{mEEn=jd*`=M{)gk+FNp6SWL#tcCtZ|RRexzc(0&nqF#2#n z)xxF)upzG3-w)KZ)t27kU}Y)hhB+8nKN zywSJkOkd3975A^&)NYeGW`vJ9CMwhzgL{FmQO5YFc9oyeKC8%3zZh@)9;9jQq6~On z39h}8T1T$N^>atx##$50KstYer>}K0A&fh(DclXnxmHxhZc`kk?3Hkmj?h6%Mrf zjsd;#4%$UMXHMzAAJ6->T@|hQuA;pi^nB*sZT06}b}dBxV=Z{sM_6MkraU4~RQKEQ z8?v40KZgfjtSO_tzD0G>(GudX^o-BTS>o0*_t-#6kw|2iMv;?>^5up0I_YZu~ugaNZc{Y8ISZnvL9Dfeqp3Fp>$yzSfc3Lw!D;Vu}F!;6jJq7bb z@jyQuyL-J7Q_`yWebvpzTdT`)NnIRQvNnILP~8 z{+IUd?8RC{4%+sW%2bN_q%tM7E?#{Nm49q`RvM*+`q&A5#rT~DyOpEv==^-nqxJSi z{PxE05|tk0=P)Lgz@O^l9G(j{wKB&TIWE~x-{(l}7QdDuikE3WSpb>eur*2zeNZZ#52utV2g}AqVdjCtJLLHM0qq zHWw3`FC8z|$AA9D1eKe@q~vDSnZ4F^?Tw=k4rQ}aT+fWceu=Buv<~BWAl~b8HF+7{ z_fd?oi1aMOehLalzy1G2XBp%Ic07q^TCS!y3G;Tof0i!m@c5H3)E+3Eez-@vS~_Kz zzo0PR;~QmH3sZ{qfLHz`uedLbJMky+xx5!X!!y2DOQQ_?hbbQ){fVAZ)Wy4hA}@mc z%|DR~$Y1#rIrRb5<)|ctd-l)5!5)#g7B9oP$TL*`xE4y+C(?U_=-onr zco$F93A{%~y+0Ap@kYip#sbC?#;uGmGwx&jgt4CS2gY}X%k*AmEMt6>aSdYu zV=7}DV+dm}Mo-3lSllCbjPX39&rs>#k8uoR0%Hc_QpQz`8yL4SzR36*<6*{gj6QfE zj9eeaQH&PGIL2ET?TmLbKFV0m_!eUg<1xms8QWuFlUy&xA&g@fCo;}vOk*ryT*bJ7 zaXaIyj0YG$VLZwBEu)?|{@l%W-oUtnQOTp3k6|3Z*qL!IV+Ny&*Em2}G(~{MQO&s$ zg^ZN`jf|BuByY;s^!UYnC93cWOLxd{4a=pxDelVpRd|J_DF$6{Iio4OdA#!NQlF6{ zR5Hi>neM9G=>sUO!qy7ObM;`d{Ybu--syU8tXJeIl2UjlQL zej0OJck8aeE&dATEEab%$2FerN|-DC8=0%ReU!Ou%|evA@ojG5%iQEU+<3VguVAj~ zW1pM6in+?q0XKQI8$aw8zSfN&b>nr+aV@O7dN+B48$aj98<{KnoOhEqxygTblZzd) zy{Pz}%vE`fZrs<6o801ebmM+*yoVb%yYYT*Jiv_)VXo{I?8ZmAg%5G#EG zIermyJQuIKQs!pnRm}aFH!vT--1MAGPsI;r-j?MS=F0vPnd3f3cd>5albEag-N{^y zKPAkS{Y#m*VSVMyReq|OtMWH8@6X}=o|pN@UPRqlm@9c2^T90N$Xw~KU~Xo49rHfS zjpb5*0P_&$fy~pGV?UhkikYkNcq8+6EH7uS#!vV0veGSlEpw&6iMeWDrWa)XlzoDk zcjffl^}CO6?&Fht|8^e_+{Y*P_8-gXcjELD6O*mEwp3+4k(ij0YD>ug=2&x6tQi~( zJU1^DTzMoW=B1@m0QN{soM+9=bLER|DS6p;sy2 zM>u#+o_+Kvq;I$7=GoIzFwsLUF)=^Onvp&~%a*EhC8dIxvuv0al+K)L%dq9y#CXt9 z?3NifPKe(4JsuvtaolvX440i_vs;m0VnGN;?Po9=Wl#_f`i+D7WKd|J7zU*F3sqtq zbkHW8P~Z??z#t)R1KxsT8IA#nvt*2*)rS{c(gM(l{s>fZxk-+=3%%@w_~1 za)xan;*v{Rob1NQq60-zUSW&+x5IAQCqOuuO6TEyGBpX zlQyR;IMa7%cNIJ2GW%E4LVD8edHJwJYI<%?hBd{OY0JtpXIgVqIc;g?zsQQTyEB~A zR%U0GlAQ8C%~DcIc242dj7H_oPt7yiZF%|jEWMhNCPj**xcK-eJr|J6dUdpl=KRWv zsr{>VEi1&Ps7T7r%t|*?8_G?mR*~d1lI$t2l}h<@m)~@Avk*y{)-3CMTk2mK)jix5 zjY{b`?fM7HIj!F;oU*^0on1pCd}?8qH4|MUJu5vg9V5q5o83Gw+iq6vLdmUpwu1CL zm*(#p3VIxk=TDP!g!@~WqjLYjj(?%QS%1$Gf5+;|$rFm}dcTrp3y<)+xvbDYD2Fo)By5s_id&2^EQt$Aj7>Ts2Z+3nUswkt=8 zOh;F@r=%6SMAk!?BeFAdXoNOTPhNmChB+GJm`l1z)~xKT!p!XaTr=v=mYahv&8qeM z(jU5ZF*0*ScYnHuR&oyR0Cjy$9&{~5;oRdZPS@s255-gWPU@PAko>NM6p#Gf5nj4K zp{rBZbqZCwDlNqc)o&Hwm8(1xw#1>zsPqt$ziS*&-I2d?6i>w`Kb0?6J>>72AJ_OK zBS-llr}CxJRqszY6!icy$W|h%AvWGVl)#(gQ1aH^kqODZx&u1FEt!Y*w1H&mqR zHV`5r+dc{BuULC_iY+%+h~O8S&v%u$@wCsSyo^zd;qZ((HIkbSNemb&?`IMiIXj|` z_12!_aNkI*u9oO`P@-jxM3s)8pVX)HI8fz-J(6DHcq)M69Ik-Vk5uJje;S`VSHeUR|py($hOoc$>vl?gycs^^J^rdwxndFm*NuA{W$40;UGV{pQL+0 zI>^5_4)Vu3tOBw4J&9AYXv6QiqG4^#SFJ)|GG`=DI&5Xf}1&mf$ zEFE`r)PI7+68z2rs-6^teq%GB2cW_x+%A0G1nA=9Vz@( zd2?VX%CQZ)a-kZ{ge&$N(+S$vhFzm8uBYo#C`Ds{4$iv8F1 zmn#a9b81!dP%c*;(&~SezHE_pltRU&miPD5FVL+h+c0U6_3hMf<@6~%XCKG{%ZDCn z#j1~_qBKjckf$r_qqr&1K{b&Fiv&R%*@fCkCM=V$+nD+owaw-=?JO%bBAX~cEcgD} zJcp^!LoGgA%txEdMvN=l?(gc8bs$Sjc_wQ%??ui!p_aNBA!t+>>C#gd>ekD`-;8Gd zlyh~iru9)*jx6RaNk0uoe4SwW5IU_eL1NWZzsXG_{$#$E~HQe>KyxG=_e4Bf? znXdkHP9?ojj@$AGJ8sZ1K`|3|gX!5>NShp;w<%n7#58M;BUdi|H2r0Z!7XBZc63D4 zM2gcMM_5iyY<5O^N+EK?7e(4uWPsNJ$m-?H}~$- zw_pDO0|N#H4jvLTbXf545hF)kGy2+)>&A@5oYw@4H5m&Y^X8|eFIbq7nU$Th$ex>* zzj#SO;nJJt-h4}9($(evSa$1exBqvS|Gzu^f7||H;Sm!jO};)dYRc5;X))7dXT;5n zpEY|S{@yZ?Y{}Otac?A7Tdmr};nV&~K`s2f2lR{`~x0UeJTiJX>b6%}xS1=+7pGG+ezY zJqHh)CPXX_a?_>_OHCbCsOu%33OB?&4bDtI3gO6GL`IIu%p5~A%+k%&?@tk5zoUoU zz$ue+@Rx3|;xVI=51g#e2?#M$zpEys`&ycHlX_)*CzpD19U-JXy03QnQ4XYjnssx= zC4ZTo(@&;LGZRif3O5Bg$kM~xFo!_pup$g>i~Ddw;*`TFTuwr&i!k7P;7sHw2RI$~ zkyI5iu)|{DMEFz9O8xn|R?;&W{>jkn^noXwOqb@Lq?75V>uHgXOkdtpE1to&BQEnp zvjMU}$b89p7dbCUp;SI;4v%JeRDNl8M)~N$IRDN4!;njIv5fS48vYG~O;ho=&?P_Q zL;r^0Oiy9xpV{FOx5Sn$w$iL(GCS{y-)^n`K!j=#xLY}L37;XnwZnPgYJ$=Ii|gJXJqch+>g0h ze>5|v`3-Ub%xUd_TrhKQNks^An!6`wVNP@HzS7^k78cVdk@EzDaok7bVMTXmPj9M2BwPF>HmVxGftU*<*3TQe_V z-iCQ8^R~>(nVXnbGH=H`iSyr{c@gst%&R#(K5nYJI_902H!|-UmU&O+Nz8jO&tZ=D59qFlxtVzh^WMx$nfGB{&b%-4O6L8TS2OR= zypH(*=8en;G8ZRh`3EsKF%M*JW%*QZqU_O?46Z25!##6HV6PWukw=fT29>zR`c?9!F z<`bDGF`vXdhxugYMa-{fUcx+zc`5TL%*&ZiWnRfVnt3(z80K}%r!#M49?M+R%ksuC zH!+{h+{}Cq^I+yTGPf|dF^^@wka-gG4CXn^moqP7uJHv(33E^8IozLHGB0JhH}i7l zKFlkb`!cU)Zem`?yaV$_<{g=f)6yQDnVXp7V{*DPGw;bfg!vHWk<7<3PhuX*JcoG% z^CIR8nQvsS@dZ^Gb5G_K%v&)V%r(Bit7PuUyqbAS=5@@y znKv@`VJ^Os<@IH5V&09pnfX}eAwq>9fxLB(gD zrs6X%Q1Js~{9+ZK`9>9=d6^17M24?W;h9&d@XTvf_+S~nL4{}Dq{1^do{{C(M#=Dg z%)OZhF!x~|qQZyB@R3T+JVD9FNqL%*GcQnbi9o2nlB;UEp)n&}5u$Gb8gZzNow^eQIYxU@APd zH{vRNYIl?$6`tB3*-w?9+F=l^sr2W<$|P6zpmrIA+;X=@>ZC8;p^w@ry9CKDF;4__dL(o^N5b{~Y$ z>OPj*Kb4QCUlDq#&TquuXs|qPchoOj+YR-PAjDGTqHsZIMXKEu=yq}PrFwiPr+(!c zp88i1TB$0R+`Ts0QE$}Ws2nQanR+>=Im$^pzFgad++R7(VMpqpG%u&xIrUTGs$Wol zC9cw^eoOV@ZU^eeuI(pTFSj#a)W2QxN&VcFQ-5#HW&cp+qW7PbiGAnX-zXE`24i5Z-}98V$~{YB2NI`c>8A4)BO!^`m`+)*!bd~n8>9#|$#&-K|FWHhJM8V+Zd~IjyG_DaOHSHllB4~} z^L3=7KS?`udM&@g# zBcC!~(JuL*_U24i=IeS#zE!@|_$bHQaF={$;@ZL4b7lGy9qmV^Kg}@?sPvuVA*JtZ zZ!-M|$9N~xcjlM&3{&e3!(Z3&Ef;58%7?01nU86Xd`kOAIohF2C)OdC=}hC=rE#0u z*_G3w5kR$2nNGZ;{m68j{Yj=X(NTU^z0K=2Qy&SM=YKkSl5|q<6cp`Qhch3=JC}iLf2I!4R_S5vY#4nWqMN_<&@#$9qmYl4|CM3 z3?J>1AJTuLzRp4=mf=-zQ~hnKi=4v8x{O0q`UtcM>7@QJm-3T*mZM)tdAM8rSU33$ zNBfZZQKP2H-%Q7OTgoF{+5x3Udp)I-@>oato!9sBOi%5CoSG+A<9#g8BM*^kgr!N| zC&{a8d|ZjwnOH1hSzgN?Nz6ZEp2PeF=0(g)nU^rXpLr?skC>M;|Co6t^BU&W%%5gn z$9y;QM&|pNiwm+mN12Nd zSe~NfY+sFe3Cq>>Un%ojSzgZk73PB1fz-NS70Xq>@ng9shp%P1x~^$pehr_OPD7Z##PUeyg+zUn$Lf#s`N9?a>tWS+)y zwJsCFawE$NSpEd_V&)$(-^hFi^D^f9nO87>fO!@3SDDu`f17y&^PS9_n190D_?xs> zHFH1a>N+`qc_qt3m>*(p;qrMik7W5l<_XNdV4lYO2=fBw?=dfCzKi)r=6jfzF+a?_ zg84S)Rm`7dUd#MA^9JVYm^U%6V{ZIi+T&l${g{8qJb?KL<{`{KXCBG?81n??pE6Hl z{tj~^x39j;3s`PrZeh7v2Q6lK2FuMXAHaMg%hQ-ga{c%)FJpN$^CXTxlz9cqbD76- z{8r4XSiYWlE%PUtH!y#Wc@uMWUN>Hp_I;V0qZj{Z(zB)-%jBC2C=+} zhlem=|&S?U<`|RH@_x+IST1MHP(J2sSRTpY2Qx2bc_#CX%T)}iTPsYMj`h>Jj%S1 z)9cFIkL5Qp7o1)n<^e2EWgf!(4d#)|_cBjlUd}v?c?I(V=I=8vX8tboD$ZXw<{Mc) zm${n9KgGO^>sWd1tyTINqNZ)E;3^J-47J9B&!%A(=-Cgy(3Z)RT1_8G}MfaOb> zH?rKqJcQ+|n3uCWgn1;(iqvGjCx1y_i?9Jc)S;>mS9uisg?puVelX<^ddjAoC`cr!zMi zWc_3__has%;xj+VJcM}(^GN1fm?toQk$D>P?aT|9Pi9`sJcqfQm!&7SrIYu$R@_g! z@?^~Jy7E+BMEyMPFJpGxmEgwF6E`!PB|Nx;xZ2?edON^$dv|KhYCXOm43PYqE_cS%{@zJ*$w3QzMf^mMl?PeGkE=kD_6 z@#&dv*YI+0Hu=c(ob@gFd`JCBp5|ybl4s&sb60&?j{1{wwc4ok=eXFD$|LudJJZi` zv|AaUX2o6g=ex-lyXd2Nc6t|#3Qy}Eq(wTp4wde(r(8EwtIV{{OzU)NbycoAlf9Kb zIlt;`KZ>hyNOJnC(xds;3`cvE@=UCEN+;JrocWXMG|ql0*Dam<-sSp}tDN*xzm-nT zYpYdkS|6tJtJQMi)L*TR_AA!`)#|lePp5G~*-Nf-IQy&Q^jA8$4}F2Y=bwD!`q_Mk zz2th=LP!6Q>q^f2t92jcLp%stl>OxT*h0rRF4q;+DmtyF)4HQtU8nVGTAy?FN4Y+z zR?$gL>rN^);xrD@U+Lt!maAO$H>aF}IyA9<21K0K=*NN1w1d>zw zuHi|)b3Bmic+ULDb!N4Tf!=#V?VX;WkWO;7y8#~*<#jSOVkoY9yyB`y%5`eBD?;vz zkZ)a(`sF&GGe2@2$Ju`*ca}$T`m5s8`ls4mq1Kh@O(9Ay*AJ8in$M?mlG32oM_lE! zUg9bzi>e%{^#muUb#!`5hDuNMAA0)@?O~7-xxVqo^P%+5h25_dUi!P9KjnI!N}b9} z?N#NLIIZ{6TQXFBC=V1up1I{Zt<&D}4KuEs*8SD46xzQ*rFXU;xetK;N+;Ki)ovI0 zEJzUAh#EiSK7ky^`CG0d%D=AmarJjCuUyw(j9f@3*WaD_k?RFCp2!i#$z=~xT*a3> z&5<9;>5U-LNuKK%A0*FnoImAyzcYP~CPaO!c!N$%DM7cqi_eqk&hqs)d6TOj9kSV% zsP(7a&%C*9?%wYQrO502)Lj=xdF`vYXWj!BI*rYkDC3wuEwQa15}tfSo787hmjMH( z(><%j@LlTd-rDEsPsf|ay>9>U^xC{mH&nKMs^__kPXkSdzJxZ@UA=CyPR~jY{D)tU zld+zIM}0Bu+kvqu4=>vPROd5O)&vYScFE3)>Xy}&tZf-F!1AnTti9KTj}NXN^sf(Y znzv!-*sY)6`m1fn%wtO)*=jDIdEw1>p6S1S>a>yPo&W-#gpvzkbZ>(cX_3 z({o;b!?xIbcHe+U9&4E2Da*UlV}pMfv8cn0$TvRRdU{ga?Q}P6`d7jFUksIb-R~7Q zH64J{`DVo4n}eDnjqSeeaYN~^0gdNBnDFG#uBD4UdF`Hw>9=ZG7fg@M z?pBz;?S3InytsQ@e({QRohN*-aLmq?$L@LDIC;{vG~cH_zqoc?zvCUwr3DY1xbxv} z!W`F+u}nWX;h78BOQsF@@_8R>Wv1b?p7E|p@O|q2 z0oK{~+|gsfp7ZzQFK(DP>#EN`I2LnvW!kJQH>bb2a$NgMrp!F$k)}BhJ>zrfIqe@$4VjYu;G4Y$_1O3B_L`4t z7r#6Dpzo~D)|EW=?xwQ$r}p<-+}PT?xa^lalmD3C+eMy!c1_9+rmx;-XqU0KfB5PP`yX4|D);$i zm%Z)^iYQOd9~?B~&N)w+zVpZ1{+7ObI=P}@L2<3=^u`aW-k!D6H0$LXst>>MTf*=a z6&_tDMSEPge_Gca;%)zvmC=P;iuR8^81%xKraqasY+4!ekJ_$B1O~ z_4WGDA;gw5hv#Nw-&+63SD%i(uq8Wr$&68}-)XpE@Uetr<338bJh@M&Wpm1I$p31< z%=t^Yq`dOw*+idQ#Ah*E?$7<)yZ+H{r_XP_xzp31?ArBnn++kkYu}1Gd*GqLi4RT)Y5Vg_ zYt0?6EjV~Q{NSEreL_3UIsW{r#M3`5S^eHuPuvtY%wzoYuflzxSD3yyALl*k<`dyN zpBp;rr6;nV_+UcT(tw@6EZH-)x~gV=T~pa}^T+Og_NCcX8Lb|B>_M?7@}}{t-k5TJ z^rvyt8a`k2cJCe+yq8a!vY>YRk!8^*jE_F~NWLf@S1;%EEDszueed~(J=M>5&**!8 zd#0e{pyy}&e%(W7`*#W+9Nnso$Ck0xaq9HYVrY-?n$x z&!2nwiJ>ocjNN|UGuM3`K5D~5Pai+7T{`q*O_8Cn^jc(Hd*spB@1H&T?vQ84hg>`D zo!sjAnP0akdt^q_4<7rro`@?Q)7Nz5>D;>}zWQnVk39VD$$4bV(YS`V7f;9h)}`gJ zr>4De;>a^T)4xf+_aEnWf7shH@36R|)0QvuPaXJS(6Bp~lWpp|EJ^+Cr$dXzFD^YZ ztmCcoqR)>U`hCTZYg)JMkiI@Tx2)}eBufWvoKNwh1HFTuy!N~OpRL+C{9oZ=(HB0+ z@LF9}p?RHL_RT|a`>cDDx7U7l&#|vZR#?*-*T25$K!*h%@3}8XZ!o3~4WpO7^Z207 z=Y1wb{rJ&SPcC_)?;G1z+_d$;FuUoR+b2HuMn#9W%3?-D?|*jWG(+o|frd4jQ^$`hHjFbIyJ+Le(XKN(YM#k_;PsB?7eHs5{8Wm@8!9=ljJa2LAiQUO9U^i>|{BAy4P2~x%>an@)Kc6sk^Ajf@d(nFGXiDH~o&(lD@^OxJ zL;q86?apu2vG`^3ZLtDtPNFCYS^Al#UDRBB;wO(A;Q709 zCip*gC^M+R*YDOY+3VA9IWc5SYUFiW9&A_Fc2vT+E<4x%969jyIRlmr{cLr9X-U!8 z4ljQmR1*17=53z!{T`0h(^P*9s7eo92YGr6&9k-8yxI$`g`Y6A=p_s-`wN3HNO%~p z5gy*5!ow$0c>2T%&sH}JPv3Om<(n_OTCWgZZAye!+s&dy+vh|J(;K2iyN^W6c6Fj< z`yWKh4qlqEgP&&X6r>qDM`+%iZ_vEEp(l|nMn2G1%vM9gl>)q+?Cv%Q|L0@T!h22fm@>ZAU5zi{c)9 zOXq{9?b9*%^4mJDeCAzUeq-Ezo$vqgJ)Qq@{{fx19QdJ*e!D*+tnBwhwJx7K|Devp z2G!{NWP^^D=%)_p{;RErb^m9(eXQf_2Xz!xcYmVGk6d?zP&9q5W6{V>wK`va{inLT z?~ghboqO~%;+9_~eok04?W~TKzubRR_rEma3qrBru#T4Sykolm{q2wI;S-+Mu{5rK zo$eoM*Rjt2hK@x)dY>Tw%DwSAmVWuTj+Vp*=^s4&B+11sg*w)qsnpSYq~$4He?W|m zm38ZMOfr0`W8M8d>vg@WtvXtow&^HpztYhh6nI*fUs$N4#qz9`8{Zd&N$?-Xyo>783bA0BofeuyCz5b>P{SPG03yqDuFUq*-#?U2+lV7<0%goT8cmMK_?*F_wH0h!8yVDkg zhNga3{&l{{4t-?fZ!6lj92r{k#`k+8&L)N4IrpV=EuK#dO-p=f{FmRygg&{b+iwvM zO%B~KC&qHTM@Hx^$)EXbUvCLLck1GX=%B37QTIQ6=Hv6pp>NDRkhOn)YUqvU##dW% zvO-56TM_=|8}maa6rAn$!ph{(ke}>bdak@NbnPzxH%!x0Lf4(`eCWiZnW5qPp6(hr zJ0&#Q82Qt)C*wnx?ys7A`rcT!LvZMu0}cNQEzbOy}&V(BvLr z5C8a*Ep*n*pKl0Vm=M~2$BD0pM8<`VE4=2r>we7&&B&fVoW>7&lOgSer1u>51JBR3 z*+-5TnyS9*G7WE$#`hh(zDFb*8HrLG`z3Gj=3FjldX6=WvV$Z+l((7 zWSMORwv>GRgDAQb?`O=SuceTD9$s5ywq}{FIS81FIP}((^u@NJdPrwD{Ywe+?Ae)! zk)cmN^zBXWvY@@bk;rp`zUNV`XUAebA{ymso@;vFN4y?`-UUf+N_Mh21*++-lID4O zrXBuxA5*qHQ;HVl+w6t(eH9Kv@m%G(w!AzSvB~>}2UbDB^IlFoR)*?dh$)X4GUh{-&TdYVb3-f%Ccv!3VM@=(qA1V>7Cs?D4|&zz&)Wloxg zA}0knlpCg}Z^v6llJzz=46-c8tho@A3UcrsQQ3lI3xVEDd~74tj8;OXgEJ)=S(1hijOd@EFk9#0LpJ7t!}4?O!;;gphS{_=cZ;JnsWL^5JUS7`H73u*d)8E1>`@L%s z^s05*AsgRf(VK#67;}Cu)!nT4$w6}E+cmtN^1!|W>FXqVDX0~>#zqQ%4BvYoOp90B zE+NGf+pRh1+4^I=t5?Mz$|2jIeSSVwc&<6XwiqK?`aH8OGbgWb&|jyQY%{CD4&U#g z@1)oqjhPy(In$Pzjdw?p>%+aTkE0)&ui&Q#75?47)dyQ#2kZO8i~J0th^~s^l#J#D zJK{JB*-+i@U#r|5xS5k-)$Aqb%mi z<@&o?<7Q5rS^4PphI_|%j9UHuJx8{6pEa0@95H6@ES%bN=g!8fj|=DGRmk+Uo!q&( z>Gb)X#0);~&JBy3HhR?DID9k>-}{-nWb~*Yt37jQPO9EOpyx0jl%GR5u8)Y1#!DE5 zu?@y%d^(9{vyIri5t*w=-Y+wY!p5%E1ih<657Q5;rlp!_LYoP!+5D`XtjBbA9X=?6wBZc#8<`<>MHM{wdXMmd@oy~*c=La0B zryHf8;3J!d)6bZKfbnQvovgS4kTFQs2pn69t1nct1NzA{(8cp0u7 zetJ15ZoCXvN#QUM3@wo9Rt+@h-@xNK96@FE3^3^91pAF7KR@`n)b%Lxqwi$DgLw@O zH=6vgcpyx;@f|AF3w*m*gkU4p&}4qkT#i9BV7eR4Q7<Pf;3pV)?042R*A+1lBK?aO%{l&Z4~Q3E(~Tl||Y;^`~m@)kMYR z%a>jJEw298iD1)-synL;cge6-2wM(QoHT@2t|YAk>Q8+Ge!^0jw_nmzn1e8$SYCgs zg|HaCghkZX>)+Zip17kPYg-mm0Q^oYKdjXwA88`iG?(}t)hqhJL*Nb%rVz2PZUK4| z^*6$D9F;EI2fDGOB9P3fQ6h(Q>v1*sC13)uBTlCUh)dYYC2V*6?xLq(e`+9p_tAg% zsqc;7o%r`q5o^@*cvqi#$`9#G4TnA)+bBQ4aD=~((nm2`;^c052OMjWj&b|0;iFI<=)YSS4@y1PqU2&**#rR$7!iPEHIok*2Dj**E zah&7ypxa1uP1GKGUZG6ovxImJhbq%xv_n7LzOo#!g9-K3tQ}H1<+vZ*heO3n7O{SD z@IN6fi5_&y(T7qXn|T%42 zy{w_oflrj9KUFpBKL^&JKCo0Zk>eEOcc}}%LvIgyYiL#mFJU%P#|(sC-9C57POkdF z#En8E;ZXK?T3Gx#Qu=q*a5E3Ap90%X(DNkY#(`h&!m&rwr279gkOhLq3I>5ZmCFkonoiv1v=U^Y_Q65v5&EM0&{#NG7(9PvvDt9p0sdL#2byW|`Jgz4ACe7JRfzJr6~j z4%B&{`c7_nD){C==^rOBW$1gG~NH8 z2c>c!;uYy>I{Q&7{Ny=FwVG3>KEoJ;Di$XW{&6f1*U!}koC)QaREzO_ik?Qbp7u8C z^9TRf=SQH=;k=CeH}7-nyJ+G(js&h}oTp6~H(?jq9x#SrOlzLr>?^dn9_=&{(q41a z&jFOHlJwl+v=KgYX2LnoF^*-6VDpI@A9coBt;)0!W$KRcU7o|8V`S|RO`O9~z8(;s}%-M+Jwyb0p&7P`smC8;XYBG#si8VoxNl zNu2p>9HohjYcO_kzq{IakT*dS*y<7&n5mz8l%xReD%6& z-ZqLOkWU7GdrQQcajkpR_;wMjkL@aa48l*O@JGE}dZ+A*bgk8u+Qf2ao3J3AJ8@VZlt|a9 zM#M)J_}aNhXt;QWzX{jUqFy^km(l{))F#{}X}AWj4~GYxW5_>+@jN5E^m`UUa>gKo ze!p592xPYuewDait#I+HfL|&6uH@)`hg=`VF^utyIgGb4ZeT29tYAFM_%-9NjHV&1 zpK%0ZIOC0sX^aJoC5&4cUuN9L_z7b@;}4AQ443J>%vi?wDB~K&0>)IvIK~jhUW}fM z`^eUC#~9Bu`V5u+{TRnECNO3&E@fQBxPfsS1F&<_-$LKSR?Z`Na(ZU$VcnhPQ z@ovUP8Os^pVyt02#`ra3`(T+~FUBE^V;Cng&Sp$wEMQ#4xPfsy8M8IDoM;<6OoJMisBxfDdoYq^acmoG7e=%n@fi@d2<1d__Jx z!xoWe&xn*O0%E8a{3!@8m0)E=eiB-QdCs6!lPk(J31{PTR3d_Y8(X-Sy!m^#oi#!TDEju+oL;qG<3_dc3JDZ=$ zHy(4hGHI;TPs`89OAjy1!zak*q^H^<(yVszv^H5U5U-aZo|WQ7TXXaDMK2-#W{?!RNUVYbGY5Gi=fZ_zK!e5s{IdYvT-0rIOCfbL8KfctpP4j;ZB| z>2}QRVI~-qv^=ZP$K5!OVmj%h zug1~0!o_%E6g>j#H5^5VsgvSjCPk~2#Agh#Hrqm{4UT$n8Kbgt^7EpwA|$Y8Bl9%} z>v-8qCKb#PyYQ8QT&x-uN-y!eAvQZVf4)vANenmH*>r8izsrJ%yG97A<=zs}<@ zJ-%44!kJhUnj@xb_>dg_MQT-4t-i+;iO#gP@NNp08((MC$_y(*;w9UHM_6Pq&mvXoXk)QV3M9d=R{UO>7o^jUn zT$`hS*l*z(2Lq6K(E8naYM5x>Vh+|k^=cDcT`aAd+Pz-!yp-f@eM{V}Ma@a{B@0n9 zvDxWVP-IeElIiKA5zLDm%-3_n0~BIS^g#9G$d4XI>c4ekiCeB-`mn6jnK|iMdaDtS zd&N7xnOI7{9rdtwqPI5vYmL+^;j=`W zjE13)8RAy`_vCbZ+ls+Jz#bC;wyyl3zJfd>ZBGOa!evCDLv6E~Q7J=EQhe-SM zNz>@}Ufp7`G`@;UUTUC=&vuM{B7{Oua;|O4&o$;EPdoH+R`6J}DGe+VuQ9j4G7Z4|zL*RSCdRVb^1ICi7y_@Hs@>v>U8#(IAZJZpoa$w@xjgJnt6wD@d`&*goIa%teLMS z`S<({(0k>p(SKjBylVNs*F*7f{jIN0{NHQ&pBMA5zD8zna~|yeqa~sCL{7yk5u=(J=8O{!mOl&s-z|5~du-H|^P96*+M{uw#JVbp z?(zSMmxfFICbmn&Uq$%0<)*7TsoH#1_irctKSIIPKg=n!cl8fP{*TE1e_1B3+AK^m z$*VRC^M6^E{yP=_Ki*6ECQ}4 z#HNKufpx%bK-x^R16T?4?Q0OruvpL$nABN_9zZPUhH;2jQ9@b_vE}U=Lv95FvsL zHiH?9g+st=F(iy5e_&TpB#a{o>x5ayA`t>iAUXRRM+wmr@&I5O{Hw6INa5>%wcxSX zSw#6N2i6n67WM#|Lxi{v`AYy!0+s@!fDJ&>N1If>5Xpv+F+yBJ@qsspBu^7IhTjTa z25f|$;BoYBk9ut*Bdz0ZF{FEzh0)qdooE2|2b#jMMvm~+K+0bOqd5ZghWfPtJ8AV= z!bE``=T@y6Ncr-cME0u_IlxR|Gt>ba5I$)#($$i+s_QYnYiB%)qp-#e|MIE0_eA{^ zMaz6O0AqV0UF;1xP4yOoCIU`-Oum7>;2A=!h5kxlZ>_=56i3g-*K4ISv1b6`lH%!| zJXWm|_#o;rVHVmC=>ryu6I#M-A?m;raChGbtOd44z8Vrxui7cid?VInpg$6)hA?0; z(9ho>OgCd499VjbY-f>)5_3|xoQ$!lLOh1_jq@-IDN+p;jA`>xFNS2TEM15}z={lN zmsZV^Da0HzQGJ}!ENiIV(Y}CXB*)&9UGPsUk?pV)SO@=# z2lRerFs;LLPv8Z>X^2+^3`2i3K8U?OX7q=Lgb=`jjY4>%pNU7PKO}3#z!@k{?PK(= z467FTxDXF(^@h65ScgOXSC&#cPu473sGeb8;5g{1+loC-z<_PCUl%df0oNj2!IMJV z2Q)rKdToXR;LXri3oJ!Ezkg!i63~LZC~3r>7Gf^282B(gidME=wvz_n43tOg!1x4t zDR8(*(yD>?A-_4;Z$jm*2G*0F=dky%H`*)kb&NB#02!sFdlbB&_d~4_7$%YokuRcM zB3=QI`e6xh8uZlxso#s2qfYh!VfRW&lyTCoZ@~Eo7 z%x{aYJp3wUzbOC?Lby`KDqt+a*X^P9lVT`;ONj5$e@piveZv`#%6DLYE-|nVRzFZ*`LaQ{V^_8 ze@x>7>h%*E&#c-;;7=mmqvQyMOV&g!)myTb!&nEri`w6(WcPZl2}t1^KcjKtlvegR z=|j3lvEK{%X#h3=%fG-l-v{+}jPjFY5XY$SJbaI-=pj|lo$RvzoQ=k(=MW2 z8!)b2rux8n0<$n*pxlkXwKR@vns^=Muo$qPgu;7jVkPX<=!HEK;3X|Jkpryq##%Tq zp%wO95O1T2Dqv$(F(RwS>RGp zQ$dS`ZBn^Vk-z`ys18~3oQk?lj8I5x* z-=MyShe^vp8p?iv%YpI$?gw0M!aM-JTxn7RP4S(guQFl2`OIYYG^sn--V5-c4C-%! zT*jIlD6heMP&>e+?Ly)}6ZHBsQ#s1FK)0GfCS^hWw86NK{ycD6Jp%WwIFqsk_ucV@ zZrYzTls3qp&rlQWK)p&txf}My2WL~_a6c2}G}LQAS&4T3I8$OC2zf+FyWu~~q&~-e zo<-sO?SXS8PlLWSD1%Th4QEVju){v1Ov;YyrZMOTrT;jn1j^X)pbN_S2__ZG=QwMU zhSDblXVeFEg41VGQ&2WcGO2MWVrNbsx6q4VnT3Jc7mor0zkzfVkQC}UC2 zf0_yM0)OL1mYwcy68vzM`z0XHv^hCf;e%cFThD6~G@p-=ycq29z)3 zxk>__DC)9bE?zK1+>HA?3vwN2_=`3=f4T=QJe7R-O4DEXY{hWqs1aPfMeOhM_6G99G{N=$(k6fUV7v>x*v?sEi~ zUJKhdqU?gw4XV-=r5WXUC<9P-Lm7<{g-aqYFu%5QKLPhG?cC?MneE(Xr)7M2N@}@L zd7Aq*r@3E$n){8Xxvzdh=9Y@?r@0R|piOG2-{zX;ONM>h!d`F()~mv#a7K&M^c ziM_Xza=4xB)@?I%kW6ry25q)+1)r=M*C#JkI+EEZ)!&dkhId3ky2 z>8GDom6et1z4zWzCr+GTY>J(t68_=>^2XrI<~^1RRnON}u7t~h%W65?Y`L&`<;vBo zS>dqkX|9$%$MN_zT)W}oFxujJyz0DO zS?$)u_6Z5-pDC5~_f#h&RAYR7t@}?%Sb+Pelgj>^@tg^DbbYpGT5ufK%^1J>Reg;? z*nb_z*XcOM7kRK6@S(Sa1j5%`{Zk#TjrDb6Vaiu-zut3guPJ+~QDY;jqyPLzhXu4$(AQ0GRolIa z_UO8Nj&|P!kCP@ezfjk&-t%_$&3l@ft1Xqh27Tn$=@m`Q`Z4Q+zK6CniGHl<&n_BT z9ut;VPog)FU^@M^`&a|tW2%%YzegBSfESpjL#-yEgGjO`JDA!+p(Ya zaw_hNMVXL0BX>jYiR>wqb9ZDj^4a8k#E20pDk@6dbkj`=Uv|>4LBO?)r>Cc@f`S6I zW5*6HPAVwE9oxTl~AElD-KsA%wMch!J>o;k<^N> zV;~9hQ@=YJvkM|ggGF4<}jI6!iyW;lgF)CHE zD|Sw2e@|~>|EVJ19zR~Dv=rZ^)LKtZaqs3SsnP zuG^-80|zQ!Utjn_{%ZXA@hUhtSVcrcXxdGiHcic#F+<&Y>#gd~fBv&tJ7|ubs^pcxfJipgZ)^uW{t8f4^)MJ9j~5TJ67F2H%x7uAEF*w9IPH&8l;|GH%1j( zBGjYnW~rw#lhmu5uU9qM^OesFqON{X)Ua1Y1->k5XAntQCqfbQC6!}<>cgO{+5-M zshvA_YFqZ)bI+;$FO{kF-;3JWDC(70UQw^V{9U z17+{g2sxFD)p!}EZkK6ll`K)2lA(6Wc6C7Z(u8VOT!Qvq(U|{}um(+szh4F)AMNKh z!WWQU>H)Ohg7zh7Uy1hn(Ef9m_Jh!#`!u&D;r)i`N^L5`-UZsf*odzypnWace~k8@ zq5UDWKaBRrT-y5$!u%EtS-%}V2lhY8Hes(G>+HstpoIH+DXAT%I@g7#i$?~nEq&^`+7(O2U2nJ`Sr9n+Njb%~OPGnDMwuH?YplkHUx6|FAA8wdKq zXYz&Gj#AZ-{6=`t((5)Q!;+LtyI0AQElM(;P_n&B$=*7b_GYvnh4xd>eiquNp#3Ja zx1;@&X#WD*zlQc0Gvhmi zSs^q6kMTbOA3{T8du*g7k9~KfEI59ZpYE~FH(5s*Gc|=rDaAa^u zXb9R9vY}V|`c81d$SRRhkw%(yxyNNOLs5Y}4Djk_?hha%*nebXL||mhmA(6T;5jPz zI4cZ_LHod9b`TO7b9wLHeOjJt7zcQn0c1pL|1pvDZroohv*>;s>O`+ z00_JS{dE7s#zuj}QDKo$8VL=fL4Uv>6FMx2AVfw*#q^ytsdw+*K%(_|%&7BXg8afT z#0_|U)uc%p%PU%+hxF{)GoXimSY&7vs65G2V|nEyr+5U82@bxtbI-2+fiY1rQ4wKL zEl|RQw4{iT5felFx|q(t!TEr+iU@_daz2l_&d_wfr1@U=E zAjCD&Xb$?3J`k{=3wrgK8WR!~I2N+j`WVlR6z<;Zx~O2#F~a3B=^v_V;Qr|0A!DH` zu8(#9;BRCo1Ti9PN7b*t z{;D#Li`oufVec<4cGj;SCc4p>=%APBvoX=F!bG>VQLHqmAekE3^Ity& z8n~&-@bjJM2N}s;orU<1O5E`hVYZQZ(onT{f2nD_vmpI{NX-cJ_84O z5A^Hh-gEFpxbEApzqdE)_Hy_1^Y!ypS9lHa@w@VTzh0=& z!)*2$;^*dep%2;&zPQIleLXH4;&*|Y+xgwQcD-r+Z@lq_V2@M)pOlxEYq+t8Bwu{-h1As4 z2=)|oJ+^_5!26%0&9?2^x378Xsi)S!?F+m6?z^WZB_)M!+O#Peel=kmjO=^aWtR=d z-o|a$UVANR=Mfqj>cf8V`FFwpN2k?+6%z6o;o3;JyM`RAYIhaZ0U@tt?xc^Y4j zufteBu?_J22lQ1t&1#K?r7v|?#|<~6f{2TQ_ZWWX#& z2G7OF#yz7v7x-U#>7|X}qZedi195rr#TPXWln?AT33-5hCM_?7kvah#*5&^F`-Pdh zL4L5Leo%MV=FKYwABz*Wy zu$KaUXdGyB$OF=q_>dQbouA47k3arcXMQHlNpHeSSs*TioAjrQW_=?P`mRXOK9RB5 zf**~T!SE{J@UqAd;4tWU5wB-NHhqZLKy&k!jsTB38h+S%F*4ydvcU_ZJQqEo9#CFx z`B-Fftw_i_pg(Z{4@SKyaxHLJ^d90J&DihWE8_ox7Ax#5b}041J}G5+V74TpG?-m>;;`>w+0P7gwfc<1i z0$zlF-hPn*&$XyUhoA@jF=vQj|0(~NkA&Ia2TQ_l$T{Vo{GeP>HVj;-)vX?!5_MSeRA=s(A8;2JCZc~u*DhJ;~xn=Y@(jg zwzP)_<=vGhhFq~E{rQ~p0^8EgxTYDOLr00jMa|RCo%;vg#(9HeI^c0eI81i z1e-b#HmM(Q@GNh!t>|W58yqzJUS3|U_8)UR=lS38gZj()z~Be0BAqP0vmbJj2 zd{`v*Yv9lzatm;vKGP;e!X_E|OdJe-CJu%^(mtKmQ17Jlj(=NI@{t(iC&xh)=s zuDIgC&%}Z0snqM_iPdAI4o(H@-%SRxps_{tsW~yz@e=^ z{}VPTV_~ptoIg?0=7q@Jb3-I`PN+P%{5JXcy&547u0Dp=XV@gB_TY!T*YXc|HW7Bh z#gZ@)Zt4T+Z199O-qk;*KSUfU|1YIYkmrFzIdIsq1~@<$sL#ZK`b?Yj2<$3xNGA?= zPL%r+fkQ&5teq34aUh)ZF*rXPKE_DQZ%Dt9f7%Sr!So}T9S(;S78VNqQX?DuV0k7z z!M?22JRT>z?;b7Btpg6wg(rbSsZ*b6lWfZ;$kwG3Br_>c9$FM6n->JjgTUcl;IJMz ztN{*8ZGDWtKsS(nV}A%gWI@Y6T{cRXY_vvKY1S>9!@?;ety38 zz39_me?V5OSka2ZneaFhPY4ff(hl0Bv*|N%U}}ff?cM4_I^nF%ZrD!o_V$*Tm>9v? z4543_oSZDnmMxQw8#ijb#+Hw^JM@Lx!-cfx+(27JUx@xF*8@z{=jz<$()=^l8`&%L z{OsyuJmS>nbm#(8d%zm^uvgI&zW&X)*6?3*%{8NNv}e(rIdi^-AFcV2m6at^r%n}| zEt0?e?QepZl05X#LmD2g?@4dsz`20)1m%jEYZ&4{drCRvTu2(d{9vf;%Om{99!A?w!cJJpBjR9W-Xpy!dtB$xw<9m857cR`&)@^+XG5Q9lU((A&r{pz2R>%d z`b_0@*IoAz&h+Sg5RUECWx*Lm!I>n%o|X(AJXqjcYgh;e{SDVl9E@z>!IJ$kQ>Ki* zXa>BwkRd|^XV)|zIA>7i>H8RX5MIJh znJ1oH8?dB4P)Dc_22WU02I-p^a}U?vTt7oze%Jmdb&K*3S+e20*a7M(BI2@o^=i!r z;y}BKy=9p>bEdve9uNm369;46%QYo^Y|1_1WJwt!ZiamEK7A_s+^{8o$KKN@oHN|a zHN?5VPq}BNEOEb?I1x7PIpge|*58nj5D5wj5}Z!aeBg7oF>qjM$d$npLrc?di<2o+ zrfAthOkTrJT9f9)g>X|3Xn%O0YXr&cfZqan(=xz0igaduW?mBq+ELP! z_Wy||o{*A~5*;8erT0j5%^OV1E(!?gP+_dvr8@(}(cV|DpYdK5pVQ z^^GNAA>U~iAg9`wK%7L|R_MB(-)L(n-;_DRPd%Vsk|&fC@__qUd~PIuX20YS`N8=d z_~rm^+D*m@JDN27hMcl=m0{vwWWq+gC_~hR`|i6>V6%ktv}+=4MrIq@8QLNy$`98> z%!HkIZQHhudyH1Rj_3EnP8>D-hW`(GZy*kaT{Lhpa9~M#(>7u5*6Rey6z5u3`Vv-N z6Mpi>@F5u2q1;oJNOS5CY(^&FI2YJk;dhmP+6Y&Ew8s8P3K-i7=2-ZmW*6BIJuHokx#`+g?&nC(x=OE%i9VDG-KWOVXAGz{`wB5C9 zmpuCDqgtLxZzB_L$_{mheiN@LGwhFZ0c>U-UfFc6bSLageF%^1yh!+sOdO1SCZ4bl zoQc-`P{!DXxDj5;Rt0P)aWPA>?x!9SL5TE)^3_*g)pnOOpuSSx2|x7!@@U8Ke^h2%G3Y~j8vCEH6RrC{#DQ}s{TJFl z$^qvi&Yh$&*PNt1`9NR5-~+E|^J!~o$FQc*aSh=7pN5@yX!&=Qjka=bTpN1pT2j_| z%{t@-Wu9~f!o6Fab4*w>;FiZ z>V#8TN|Uqf>@2%E%bw2C(^&>O%T#A6Ev1R258yE)2O*#1Ijt^eO8=Ib@_brf5u9F! zj9qX!hU}Vn&4^0d{XlfrZsJ%TSPS}N&X0_bkDmsAKNNfZ!MN{_OrQHw$ zit!!B{TX9pIvw)3@5wa))}V{9UbvIkXwt-qzxJJ4dTja2c-d{(yJftO zv9cYFu20+j%pjJlJm~Sc9;A=JOc6p?v35ne^nGg7s@0{M;FY!+?eSrw>e6IR8BR$U?oR z&6qRymd&`!0*{{kuCk zH!~YB(B~jc=v$Yp4biba#%H*X$i%Uk8GB{?m@z+BdE{9Z#%LJpV~mON==;2GddwJ~ zevlDglZ!a#YP(MBF|eqZYZ&(csH+r;TS zIX>bkaoAUw;R*-Grkt~6V!Vwp62=P|r`q*!(ph7MU;Qkyv<@*(z`*l7)CtCHnGF2t zSFBpKYEf!x>YemKnGHC&Z$eryaetk$CdN1zD`T9A@eRhw7-M2=gE2D3msZbi$^TkE zPY8pSN5ox?*f;xg9iKLUnZ6CPD;$J{{NH_FpfKL`1YqEvCilh}W1&1U&c*l&V~sk- zx3bX<3R_cR{qmBLmVOw-@BYaTfp@`{d3|?SV#kw`?BZhxFO?JjNLM3 z$k_8XXS|R)!T1Pcg%-r93>t7SR~yaPEmEueQ@8Nl-bJwgcTyK=cepO#+Kx1#?IAsm zG`ufw{3BY&3AjH^d1MTqd((zaFwVqSALC@HP8c{?bX`jv{|=1(;c?z+wLzZrFDZl6 zL;CzI2?sOj!Av+vC-UJ;Y5$9*I%djP-3GwGcxjvT8~excAAIn^xW^xVdl(qH>Px{!{uULfrmW8Cl=FOY6-J{** z{73swSs*y_LhaJO9JB(%<&v_=rV(5*SFY zZl#V*P|vUUm?CQO(x9Q(bihzH`Bi)YQ6^%}mvE%WEk*ZaUYBdPZ;jI|GGPI{33T;EX^ zNDso_HnC6C+XvZlooi1SpBIRWO^4p=bs*<@#$^~=f}bTg_pR|Z)?b8!ne-qWZFxiZ zIB(H*a9xV-MCW+) z>66h%GfK==KZBlkp|5R-SA2`HxfD2C((*?gWMA~{NN?`tQUuIHj{8xR8(xnz&*}3IG$_$NBlMp-=mwsvDqj2Oc?N<0Kt0&FIy!4kDQ=#7u9JXN4j*d-Tj%EuaOm30ZX@v!2n$6HS-{anH!9_{=PpcHY5a z`OWus&FXXsXSLXOy9x3bvTfV89f;8!gN^zQ=R*FTo11%z-9ZfCF#1?rP*9-nqfVFX z?Cc2aXTMNfT&($N%wgm+Z2G&dgE5|l^UvI8{RMs0L;j9X54kp`yp~`MaufVIo@)%m z+UhZ^1CgFG`e0qkG<`V3pD}cbwk!tgCa#&dhp-QB%?O<9L^Awi#rOfoqOQ>{F;iaI zmMIR)6Rv@uYH`W*J?EdJD0k5|QI7~KeFw^R&2x6iSlr?p&UUWfxPIjNm1_mARs6A5 zdIWGW*2*+Q<13Yp}-vGyC9LoNF)cMR486b!Pz9o!q0QPer(Cx0tww z;Tr16e=ZUB;hMgNiRGRS_Yt^eBmKxH&O!8pn4Y~iO#540e{k)=wGVw=t~ZLd+%N2d z>+o>ELH^<0Gdj*q8%8?Rzig9TmhpN$N#C7*JJ$_dJFSVItjD;iPQ-zAExzY1si~>@ zj0odun?Hs@}{Voqtxe%5v?3U)_Uot;^sJY6>Gus(B7)-_=x(`@GZF1zSA zu$l0yz%5sN{~F%xXJ#EY{r0uac-C^ocdvE98;y8n)^A?x>a2+?)H%;t)2!dR)(!7g zqq{dl-K1jhHw^D#xe0HNnW}EUbp-xS!e^%EyBvmZXwv^^kobvZARi)i!9Rd?N=kqi zX+nR?)KYx+dXbuo-sY(Vc=uiet`hhPVl`3M@mB%ZF2!%c!}*-0H%=qrj+j&k>MX?D zUE)xG6`+aZJD&9zH=!p!VQ*%H$@&v3{{>%dHMNc%iu=i^ zNtluV+dPc1s6%~*;r%%AXt^A%;s7VdX1Z2&cjglK0kV^P@7|@X%ecUlg$v9p@LO5H zU{UgT@8wGujY*!J7{4$s`I?3EW-ncwyf|UmHM18l921wkaOjF*-e&yD;=Ba>a^DQs z(a@FIJZ{<2<;nU-9-X~;ou#+oUb-DxCdbcSj^BY><-Eq7rSVIaW0d$g(M#v8z|VHg zjZbcU==wM;1x@)=dQ;+8#4j)};NS7yamf*jRxF+$ztr2jd|vSE+4yb5@!kn>3zFl# z&3>)@jPpDFDC7K2foYsyD{^Q)&d;D5F2J4trvFbUV8wifiJ~dXE!&*!lkJ}!kR6mg zGdngrF*`jwGuxV7mR*@$lU<+Pn62#YcC+2z9%PTU$J&$Z7JItgYA>@_+H36f_C~wP zanCX5_~!)WMCZijB;{Cg(sQgiWjU2OH97S;jX5gUJ=dJ;pBt1Log15*lxxXN&$Z^3 z?JWF1Bo;9y5uQIPDuRgCa4-=-t?C^I4Iiel0 zjwFZ0k?ycM${dxB8b`gO(V_C)^UeAG`9b;7`LX#)`Ih|jd~1GLer0}5etmvpzAA7p zFck24LiHj6D;hCt~~*K#&F)GV{@SrAgJJfO`NeJb;G}FbM!I z;lO4l@JR$lDZrxvm^1;Gj`eKKcL2k3;8+DLYk_A2Fl_>^Zot+9`1)v!!-4ZmV4VoO zQ-FCIaL)wxj)Jm+@`B2Os)Cw=+JgFmhJwa|rUF&yR_I>nQD`poDfBN4C=4nLFN`jn zSr}WGSeR6pQfMhmD@-rUEG#drDy=PTC~YcLc!_QmFSi`L|t%=qYYnnCF z>adnutE{!w25Xbm&E{eAu?5(|Z8L3&wiH{MEz{<(mD{RpwYCOZlg%y5Bg-c%AS*m; zW>#WWN>*A{W|kwXJgX|J7Qfd+DfNJq24sgrMiaABveO`=j_mU6s_feAhU}(nH@k=3 z#~xr0x6iaE+EeUl_Ds9OUT&|l*V-HGO?I~&j~t(zfSmB0nK_9$DLH95nK_P}@|>!i z+MI@*rX06ik6fSJfZXuhnYoF%DY4F^vX!Ot{DCYE~Tjw(kjINRiKgS7ZSQoorAROFE1gFx#B?mZE1@1I}Gj8CD4>%GIZX|*eY2bpRu)MIUu(q(Fu&L0k z$fL-oD4;03Xl7AjQA$x-QD%{&sJy7EsJ5t~sHw=U*rV8|IG{MZcxG{8aY}Joab~fj zxV*TkxVE^V81h*UK2lEG)s-?xN)4o>5fb7K>F|eSL_;c)AQ9<>*21#F%EFq$`ohLS zRpee|F7hu5DvBdWp59tfaD}rlh{4u|$=+mzqocOM^|8`%I0n}+x%@owrE?dEy-rFrQ58wGFzps##V1@w5crjEOVBBR!~-SR%}*MmL)4a z%bHb|Rhdrov08xj~c&yT#wK;LD`LQKSKz h256NJG%69gR0dtDgdQn-dv>g?tw9I>P5-MY@IO(Q*TVn+ literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/distlib/w64.exe b/env/lib/python3.8/site-packages/pip/_vendor/distlib/w64.exe new file mode 100644 index 0000000000000000000000000000000000000000..5763076d2878093971a0ef9870e1cde7f556b18b GIT binary patch literal 101888 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

T<}|JY-@=CuIIzWd1n4%Wq-N8HgiZS4 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2b6fe9e716137e3fe097a517f4711b83a823fee4 GIT binary patch literal 3394 zcmaJ@TXWmS6~+SKRg^7D@-?=*N!!G1EwXiL)zxS`&eTrEGpVZDisLfzKoE9GLIeS5 zcVSB$>ZNk~=BfLfbVhp2-{?bs1YY~(nf?O5wBIgBS#~`IhuHhUxqSPb^VRHZ-NG~a z_j3O)=>1C%PChjZ?pPL)SBYgYt79?3?1&8Qj!ksmiJXpOTDRkxw$v$^w%jSBb)(9# z+Nlm}o!YS8spCwEm7|$qqthVP7Z$6q>T`=#dF{aI%(5D*vzhO0)?l;G-OefQY@arB zr!aS#%{_MyNN0|nVe@POGmGpjcAeq#?A*Y9NyH`d-G$BqUpQPmvN~t^*~4?}{1K7= zQ0Li&1M(-rFR+XJ>;ZH~?-HNmGI8GDzh|Aglg668~sqyVZySA z({PwZe8^)ZX_WNBfU1Ntu6Uqm*rlq^X^;tl^=OZZERMstN7wgMKZ$85>rogFIHP{g z4`Zq5Fq6@B>c@;e>-)u!KIKA&W;e|wXRZ1x9m^)kXZ$!$l&`QT*P2dVy|1|NRU-2G znm^=hBZFpn^&#KMcpUIo2(~^}x%cJgpNA0-w3w5RgTWmG3v{^EA%KSc6#&59on(%3#M zv-%NaO!_6=XEQHs1gf$2mSQ$^(aJs4iY=nkgE~(d`%po+WAZn92hn{KfFJDKZv7%B z@tY}e2B-4+Y7|NpB*XOf1&pOOwrts!YmGkfQeQ}J{0p}m@U~W?B=9478=dL7_v$6J zUgsbTTAk8bX;(e6h_z#DbDLxh2reNiVJgmI+q-(zR(m|=yQwJD($RFG*68E^uhjI= zEA1blBl$`n&0P(W(c%Q<^xC)V=gn_hrV-lYrY$tpiW%Ln6f=Nio$vA> zQ~p-Og%0jpE;h);VH#0EhU+1PM+y=J3wr*N~upU^Ct*@>4vTG?v0cBlh zP#1RyLP4xQS`65FY>jPZ532G3bH?_dA|B~kRo|n zF8Bm{_rNmXWKFZ!YUG4*HxY;lXtSW&Fn*dG3yKn-aiK}vpqPf>_2Qya9HahJDI-eb zFz&VJ{etKxXLW9X8P|rh~@aRou%&`c#2Y!bPv_^xWs-X318Ssf~ zkk)j?$66@q=61w#SMPln)n~jOS8s8{hd3fN_gW2`G{^R8yUL@isW=FHr4E7ED z{bV#dO><@l^Gd!5`ttpN*SsERPI-WivJ~02HRXax$)GCEF+g$*Dt>Zf-&W3;Y`YAQ zK5#H|b>9K3$#&^GWW2Fs-u8Fa-^+%LuJ52Q(RtASC*b@AI0u=Rn;4p$LY3c>RP!T% zhU=&Sb)puaY2+&n!wI%m05(L>7_vgA_R^$#QiNVbVhfOMxNIH6U<2^)h62@tz8JFa zN0A1a`C61nj)lp`eH`^8^OdO_Q)^6iLkGy{9t)o8sBNKs7YH#zH#d!i-sUC+Zo1*_ zb;?_~1e==$Y&SRG*6n}xqwb-;lo?7Cw760bBT%G-I&GU<_C8O+h-1y5u)ZxukEJ(G zo;tHg$Z~~#h8k;96TRch z)Gq^Ec@;Yhuya>Os@QN`$`omHcIs14jTW`?nowj$2UX6<{ie0_MEnL~UXvy9YqX=v#C6RpdByWs z5)>s_H`7@1JfYKGUh8IYppqn#f?_P%`n950%4#nKWeG>m=sY4ycy+2CkGfryl7>r) z45u?uUW-KL1wI(sIM0|Qw4r$oP70E^8}{;sCW5IyKo+nG2~+`u@>!_*`KiyO)@RR`H1`%!HuB? literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..63936457fc0755561cb747850d69dc77d3daeb5a GIT binary patch literal 9039 zcmbtZTXP%7m7W_0AP9mWb+InKjHK8kWQvRzS=D%tFJPS4;*DwR}#nw~!0 zr*G$edTvimWi|Y|zrVEmhdE9AEdj&76o3^?(}VxjHBD$0P3XdC>Mf&U=u|hGX2rzY zYFe#SCDpPkb}L;;w=$Is`cuMgPPDR>Y-_SIscWBVA}uoCX(IE~sN?`mh%BJ2mwRef zrT|Zh9N-+odB9U54>-^8w3qRwynNj_sZ|PI+ADa|UZHLRnnBNuXN&2R8u!k6wwDnF zZ`M0P{lGYixn{&H=9=|VSnHTLB4)+W?+tNG9RJR$92ai@J^}coI0g6(z^560Q@jQE z1mL$ZrXb$=-V%;DgSL}sJIgrd#E$@<>cj7f_W+*;e1!Yw#5~|P`*2a52mBV#M|*f* zEC7BR{RPIqAQl0?(}$PDj{!S?r@8+F@e{yj0AFPIL-7&dvw$x#{IU21@Hxz%6+gxN zKNCL({3F0QaT)NkxB~cH;O80ts#pR1o-nty;%fKbKCAlTv228)=R2LM3_R(y>yGd` zo-aJV_QVM~Uae7YcrsYbW_NZyN3?4}C>#Dgr{0#1SFP$G9LwdrwC#$ViRXWn^NH6gG5c6b1%-U#mnqCVHRT{pS{T<0=QI968 zzTZ}jLAhu}*>bhziJd)QN11K!;T|^WMJd&gy6t1|?;yNd(TJvQly0uxUf*%IZm*ZN zqlumN1J7@CJz1lNPVo}xiu%*>eBP>HoOa=tkxcQ za>?@_Ej1f=V~mT7pDYE9(7Vt4CHE1S-j++M5u904e3grxCsD?A8-62n z-2&DOc;|X|ijKIL^k9>Dbk>Oe$&c#v@Ud)EdfI&)Nlv3GX(|kwp*kH!6-Q8u(yj}_ zxh?_8YPond?l`at882StI4T0fyRY5X|3ec-PeW<`kOEVz@+?7rNxRwaL zCrVPb<)JH2Kqnj3CIt87(9(IPMZc?DOv_W~jG zoTlO}Dh5R78WCHP>=AbY+I2=Rn0frUwT6a~p9yG%6{0#zPEae!QX=~v|HX;1Z-T#ykSb_iqm9B*T~geSAfN{a*HytJ4&lJMj^RJ``| z4tlARr_1P);J@MAsXL_bf9B9c!s|rB94aKWkX8K$GR_8M^{nF1>&|@+W0G@E^GZX9 zmS@p>D2HhnbtY#dxQ1usX98OJi+F2nbpFf%U(Z!}21^_!^30uibS7uZZFK&kgT0F} zh->->BRI<5s!CYE)v(=4>g$aleEoqhVN@c_x4{k16vk!sHu1Iqr()Q~I}JF4_XK#B zjb=81EPte%PglG=H5u!DBc-jg-&aQof2tYoi4 zErgVYaF5RnQqY%18P+T%VRC|^8O_F_fE*&g1T92L4L$xb)d#y|TR)?shoK?Mz>1kK zKcW#d1)1wG@!AC^RBj z+Re4n7K4h{Tphx7g@-_?8SosD@#S`u9gORK5Ibmx#K)uufv9EP9szc_8^=PMj94bA$A%~#f*$4^wdGVCOco%4RV2s^Hf}*Vv&kb{>zJKTg4NcK%rS#!_p1S_>*ngde+F`$?JK8vASnNiu_1< z7C;6R2ejqu5x+tL(HGy}01*1Vj>iy2%y9FCF8>9r*Iyt`!5i^jEHYp}SdZurtWQ5P z?x#p-?jxU}Oy-#(??4dro>_;nW;_cS4e(gp23WlTRtQn*S%}N0o|*fme-oq3{ZyD{ z@qVms)C_Gf|SBP@jUM=3^rHS-9G3FR9D1A0!W3I_Xa z2k~}8I0ul5nJ87;^=c0yOL|oyFVlWAoi<`(OeV?v$Sc%#@({6CCyoknSAXTA%_^Ye zoF$%wy)prtuQpwo?&GS4aYa}G{vA94t*vD&9e;x?cGj@=_(Fn?2l#KM8B(hrWBhnhmDtX z01emlS zC>fY%=D(he%}<)h7!y_*1#bCL`$+pj+tR*5Vh9pvx}P%9VyCj~%&(Vj?zq>sRNw|iZtM;Aqi)M z#wMZSVH$sj$~_Ikx{kbKK*ucXXP?`c$4paO*r3Bc|@eKA0 zJ=l8qkEpYt<2@K>V;ruw5KF)TV17f*{qQVvW}S#M+QNZy1sGi)@t|ope;71JcKPT zTr_jcu6F2lN0M5wm1B;{F9;;dS2PEFs!Z~PinZhB>Nb%76Ho9a3e6%@Wf=uC3qzG7 z9U1s;!W?1Uh{|>_CP$ z73)Z(LSo_ePZW$3{}$%?A3Vw|r4DEd^^cI8w51;k{W|~(g;>_15AxS!jYyuA#NRhR zW?e$K0}T-=r6UN2Y=j%+64GxVM0sY$!OldCQ%9dAvN2BF56zm4br09Q(5v3VUyrYo z;5@Wgho-tKOygnFfT#1@o2Bb2phgsP)nS=u4)r^V=VP-bDWa@Q^gAj?@07N-*EY)T z=2q$E+E?z**6P}NtYMcH&pW|hz25lNsa1Wa?Khu5%bY!Aa?ayMxa)kgy!?%W>&|b^ z(7WTwYS@;6q?`jRBi9;bI68r1RZb==t#4dkU3b@4ua(x-a^02ncCFg%2PDnvU9b7q zElFY|DM&!LLFz0&r(&SXti~i?i5mZs`q}x9+1v^`euF0}C6y-CHYAN4kuAFE>dV$)S)%*^7(?k{eXrS!BTvrlI6agf0%=Unqnt_(mD~OU z5R$y`A5b6JL=wrcJD?k>5LQLm4G3)PdLgjnKCLpxq1_X4ZWM~JK``Wf)l4(}zl4aus!q!e)9h$wRRgOsz*j_YBTPhfOEWEF{bz8ptWE(EjX%wO9;gta-`R(xMsEn9UJQ~gw3&A)FfrAl@{pD4xNUNyP0ac?&qCkc_xCX(b(L0Sj-p}U7!oryX^m=Sld z3v9Ma2Xc401^a^3El$Z2HxXy~Lorj_GH?@qCghxc5Ff;Xkm)`iBBP?7%HGGVJKLF< z+GKnV*m^?Xxd!gT!4(eS#w13j)9PcfLy%wLu*wL@zeBY<6R$9!G}dy+ z^s~3PsohCre0qT7HobaSndqZb3PXK|ioC#T^F&~>fh6)o&g7BQ8%^Be%RJmtk5CnZ z1{RcphJ<3$A*xaodf%iNRG2UL-i`Y$7>rMFBNg}4eH=8z=8OVagh+Fyurw^;M5JZs z&g$0M>b3O}N?)J{sT3O{3xUG-7BYiQ_-OAJmPWSzOJX%e1ILyk|`{W}Z z?zM6EMAtJ&3UD`=Zo#DDBNKh2-~e>GBil8!x%epMV&uSkMQMCWY2q#*noV%jCoTFI z#1Sg45ILJ2^JR5V>=F?^j|vg~I0&Do9O6%s`fz)YPF5q71GFa##1j1`Dm_T=16vkC zd_5wXDpS18ALEK<8I!$@U55Dn*>dCkjeft3jvd-8C2d80RKV*YpmC$wLfZ{GNa9B_ zhNL#S{um;~fiuwl`&vm!RES`?r@eq{2@P0A{VD#**C#77t3ep$nlKo$+H^f~Xy-5} zz7Ccl)u*T!qjMW=pVRip3TR|2sO11Psh6qw2$jAhpF)kV*>HP2kYT!j+e~^Oy&P{M zBUTq_^w~A7AdJc=35PA2z^GkH3~0vtR@|Nv*%vsan1tNty6+9kJxs;2vsR`%^^F}> z+1O-+$XLUzRl~2C=wZ9jJwCX1iqoh$e1)FlprBirYxr}+&0QOvPQ#Ckjm_>a`pTh< zML$|xKv?O~J?!P>1?TdDa|W+vJXh#haDK%giiW>{n=6{HoP>BB-MtG^4sNDYy4In# zF&5oJ+a|GyjXc{RWq~NPqgt#MgjbxS53Ts3kFSOJa#-KPXKDHZO420vP(*h4qysgU zBwLc$Dk;vBB%K&BxQ?gmeHF=Nspe3@62;plmo7aj-lKv)=FL%Uo(jIV~vzD+lN;=sPRhT|U&=zGbt8b%MKprh1*I?N> xxV#g{TJ!lrivBrJsi4oAg~@_dI99lL^l0Ho;dEi9-~hG@xx(>69{+S9_5WjI^gsXr literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3b4d56abfe646bf86963dcbf80945a04b62b833b GIT binary patch literal 2802 zcmc&$$xa(V5basKVjF{Pl(1x9L=-cTkWeB;5mKZ?x%dLPaA}R*jXlJSP0bhy#LXP? z2f6SA{-wF*nlH#HRc(9lHpWU0X*8v-Ug}jM4;%Jss*xB7^!;sAokE^-QQQi#+OCnGh>t z73~#75%ruXp`U9(=8JpmxQ>5uc+r+UEr^5kJK)x|5$|bE-$(pB6NS+5u3ia}!^=H} zS4~egj{y_Ol=$7S8m&`l3EQ>W7k;DVmfO4KW011y$g&T1?VAKky60BYsSZx;?!2`; z$Cu?c?%H+fS#76n@pI{l7Fhj7$E{o3^Py8iN2RyZz6g?>gKPum3Gz@!!L-ZL&^d~1 zXLw>NFnSmjSOzCP^R+A1)w&p9PpkCwz--uFBQVK4#PP&!e2_$ypy>qXR7z3M{S#;{ z*76$?fG}&yO`Oo6`Ba8`dgYUX>*+v&L7qgI-#&hv^QO;v7Pp4zg^9pv|86u`39YY& zGXAk}Ao?r(ZFrb8CO45$!xSnsjH5sJPK-2a-e5?o`$dNl%h7io)`Ti0 z3UD}RJ{GXg2Fc#mg8ZbZnKhl@+?93CH__D4v*IW?c9S|#*<&F*Yby`}lePkAr1StRM%kiUM-*vM3^tmVojML;+LeH1?1K z*1b%Xhi}nO%nVvm$$mzmDwfeMw>j$PN;{lnR!Hq%keV>RwD1s!BTaO#L^*?7f31$EQ literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..40451f97488c5666f221214ea9880aafa7d61bba GIT binary patch literal 5682 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 Q&;5+!J>W#`uR|aG7e%FIEdT%j literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..db4665671f4445cfc0977faf50c8a83d7dd5556b GIT binary patch literal 7771 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 I1E=Br3ogX7hyVZp literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9e94ad0fe41a001f938263c6b0f5e7fd703e005c GIT binary patch literal 31260 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 NCU#G3!-kDr{~IyW!dd_T literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bbb541da9624905de5945a14ab2a57aaddd9181a GIT binary patch literal 14942 zcmbtbYiu0Xb)MHgxm>O(T9y>W9#f9RwMEL26h)C$#j-@(bYw~qDaBsf84mXj$tCy2 zJ3~p_E{i5~(!87oNzf*>(o#vA#%)pbM-ik&Ur2+ZC{h$HP@tGTP`GJP0sYki`QfBd zzjN-)aQSeYpi9l2J9qAD?mhQA-#Pc{YJY!T!>{vSCl~f!(X@Y~hu&Wn4^L>C?%y;t z?W!g;q1UyBUeR@m8+D^%@ZGGKe77nV-&2(o-_w;e-!qjA-?No0?q)sL$XD`QhgI)u z6e@*Af2F@stP~pqm4Qa7Qo_5GNZ0Ra3|0mkdn$W$%`-NJynAo!mAzikyKlc%+2;*- z_j&it8Hn!}8Ict^kr#cUa4S_gAo{&`h~gQ|OKlt!1GjZiS~4o{d|DIth{0DhF}QA2 z?iYK+khu4jA@+*UZkghsc;_prij9;#;(p|LK-kFhpm-2DhVgtz zJcQ?A@h&{?7Z0PvVKIV~L&D{>2SpiakBCQ6%R^#T>=Q?B>0(rj;cvezDsENviKm<#_&YFz9Obj)6wW@T3p4`V`zuoT@xR|)4QYZ*^kuc zQT_!{c_m#rhA-J8Uc~cD;$`GIp5!{pxjrl$hkb6d*$UjC)@u5b zcpe;oetLXzYU0wQGj;W;rzV~spDL%q>_p&6ced_Dv7jZx?3A~>;x(&Yn3`T`9vGu0?!wO5fb zUz4q7l#*WLES;jLRf8A(KpwFXyd2&)F*!YcSCOhQ5QzhbTH zl}wUS6a$=+O;SqY9!|-LK}^aJCgonS7q#TYeO$*ru^&%;QH@w2cq&9sv{0-{zqlV0 z^+0G&yYrpfc^kiTw)EQ4^S!2;F}pQq2MeAZxbt=(YnTLkt|e{PzOmqW^|3q`nrQlg zi)r$0S9*38^IQ|2^n_h&G*$wdRNHL|)U%>;EV%vxrHt1ard3|!`% zxsJF46rIvu*C)&AFja5e@T5G5isS(b-iaWz=mX?C5Je9y->c6_n_fOh!7zf?H93OY zo9@wtR>M0g+~!dwqoeKPqjS>pW^3MPAl>ScCy#o~>qqOg*(k^Hu~SF=THuYg@z$O9 z{G;t!`>1o>Yl@aUsuD5IM=_!P7#2X*!8q0e$2oxpeNr8oo~OTbrvR}Si(kL4%R_iq zrNtNjC{7m-RvHlu0zO?nglJjkuST)Mc;e4dL75(H1nBcB1P z`L$?G%KfM{EKat9i3V100}I;|EPE`AN-9Y{%Z8e%qlj-C$uR9W-m>F-0I&Q(1SBGs zS}!_5D%lUKq**+LUD`O^$Ct%ThMnS_&;isM|PmU-axSS;0x9nBE-@@SG+ zkUYKy`h&Y3-Hq3@ucUx_#^js&XxZGhGuB4+ z%xde@3zOTo(Egc@X+L4Vsh@>bG-_hk#xVqh$d2<;PwUajR4*pWMH;B4+wd^4JMjG;b5FPZUG>MNQ>lSNV9k35~?oNRTxrtbwWVjy3}3NZtBekZ~Z z9_4WHjLskuXzSVriM=U{Hc1-q`$@ zJ=0!2KH7we83hHIDccbEmhIZfSCQJphao-EjFG0i!Wswoi_G|V8=6jn526#hb=Ab&7DZhw7%cS*^UgW=h zy1a;#r{oyIP6_SVT_RWrSy`K*MUom?H(c4=36&;FC7StRJOmJeu6A2rGrF*6ma=lV ztIOfQ*f43y-8OWsOFYz=?3_K{YR=W>?dz_rF&jDjF8?r%{R&Co5&JUpKKtC06FkKY zch#QtFn86Klt6JP>72jngV&&vusH7pj*2^|Fih85^YdUJDdEko%mY!LL*L{if-rU6 zt*?07hiSmsT0JE#@o4O6q$pAs>Zq!>v)8K=*22>MK~-8 z4m-Je&1bHRH7qBnjzb8xAREm)~wR1=cMs$6!HvE-l=VnbA>E^J(r! z=WBH=*x8j@9kh}wn~dv+DI4F|)J30{g=9dmUeP+VTpOgz=e zRogF#M@PmUDNBN^P$$7L>s~W7BrKSQ8&ns<)Vyr1v>_!lR-xVqvvFP92Y<+^`A*y| zC$d`BP)f;48j@m^AT1W8M!Hm6zmnr?p7ddBmCdlINF&G}r-V6GT_R1}nFu|fC*n&O zoy?NeIv8LRPC9My4r?AVySWp;Kroadg7vUVPfjslNZM?$O=;99K;*K{trz|KjU0};kk1c zFJ3w?oz3@LO-MCdot!v->B6`(HBlLt`;en{_ihObb45}kyt2zVIZxFU<9P-uidMk* z9A-d6-2eus2@N4hz`}gPy}8n?Ra?Rf(-0h3USS$U01T_#FKbjSX$OS>nP{CT;e$7i z=-4VSx8ACT)=Jes5$12yf(3`QOISd2;Dc&pxN*n38HD|uB`H^knslCbgUgE~W7 z@F!C1ouSyVLmrivMX&+-NF?z?+Vb<37G#$4^5=APMb}-spp;2D(Q z^z6>`ZuWB+^q_z*wf5uMhfCzvO|*J?Eyt~op>-OG{C=&Qn={b6JfI}6#)J9=7>N4y zIeqy6u0cTrxZu765XrduLd~m_E>->?U^RPw&PV9nLl}D%Db%8J0Rh%qbEmnYQM=kc z(`J?xFQT)fXCQwFV~%4?9Qc98AYi?U@cB@%mwf(kNt<6DO*sk4h7cpkBF2q1K?G*sQXkt=;w;*3r z@W<0YAEs|OOk9+#jT^Okowz6p#cX9_&OS_?K5V1rC^xy?;%4D>YjO@yTy7A-YEscE zO(__S8^kTvB(x^6JiFb3;|R=wopq#1Bg13Xo3AySU=51yD9~2;NQ)61mCS|XpzrAV z7V1a3mZ;xxTCZdrc4<}Ufd=Wrnv7P3!E$HFb!3_CxnVK+RFsGa!)Ry`mk!~TY_zU>Vg4E! z593n85#Ap!5;CrQWkf@qG1p{GmMRh2GKq7BaAZRNHImMPsj#h3Qf-pf3qq$6sh5yDwz*sKKSB*6o3SBKQKxl>|+)FK)@{zz4 z>2>|1c((!9I?RO#$w7iNc_l~(nZ+#aGbxHiW(8p)S&bVx(RW*yH$?$)OY~#M32*Mx z*34#`-xl!p^T|6PE#6$?H$}Yprs&_uCvT$`(7xF`#(A)VCBtobGSmysQ|ub@dtJCM zNc+GD>Vq!Q=LvyJophs(^4qE()wn#kp+);oC@zX zgnd)1e&97&a^(d|PDGp+f&4V(%EK`t1D}XXXf3vCO|~b?*uDUvar~9Jx!TPz1&>1D zS5kf}5nf(%$-;w+i=aT(swBq$gNl7}4QK-eeJ=zJ_OvlbcVh?_QJVvNSw5>?Rpde%A7g^6Ntcw`MNl7SM&W7Y0ig$L{uNm&?O^GQpaaW#0`5B7+A_X@nAO!;N zmQC>q3X-{u_k&ceMOABpdJj@wM#t?^77H1{??LcRR%Y6OrKcfJ408ZEx)Vvx>hf1n zQ)iRo67z*=Qlt70A=p(Bu{2%B+fB<`J_NrpS%~n1DEK1!Ml&yn+NJixv#g$b%1A|k zK?`-zLhL9qEj$QftLj3ju19mY47!unOV%Rai4%0^lCtNRbeo zo5O4|OkoSo1MQ2-9N{#kK%>lzqV(-#n9(6rjFJ zP;_u*ZcuHOQn@zbO2&9{O+3aw(q#!$+{D99iv`nVv=0(6kOe_j$+}wfX0+%n*cc|b zyA|=J$CgLn=_JbopaPcw+ZIW=!8KFmkKZiMFuzK5{=Ij4iEH}N_BwC!5^rZ;v)aRL zw6SAPJGX?;wj0ySYCI!UMv2JVLrHt}5#=o3LCv><4AXZw)QNfqWz~=M$2w``Ioif%4~q zMC_#rqrz=9aM zaNvR6LSR*}a^XI@66JcLCs#^jqFm1+R~ETC$dy~N{KY7DGs+G7om69U82R$ZcMI?P zV9|dzsg3G_+9mZV3QKAEyXc8d{EkzKNcl5P0Yi&+2}+Y;`sS&V&dC$-6VfoTGbl`v z_|?PIoEw}x!MEebU>@IC(<;7RB@M z&Je7*^6MdY&qnowr78)wfj6{cb6ZO`?VzAQi9Q8)BevuMLOBDp2a*EsjZ$||Qt*&qAqZ@B%g+*% z4|0on@|1||JRh48eKj5FeKcr~?H0D``4eNA92Q!;9QBj^XR!fHS&d4Kx5+L8|M z3b{jzOB%(*z*;IO;<*H+dXKn=73wKCOySv?GvK5h=wf40`EuC*gCjZQ@)Uc>>4`80 zRhwqQ_8-gN<$6=7cUBC+M?>`vq27V0-ZStX?OyNwaQ(hTz3|?g#r059_m8O0kp6p@ z47BtYL6OeOB`v&F&wqRi8))I<%~Mhh!J7@YEsxXV1LOb=D$i{OvgI3J~ADK^{i>ZEH&uwhp@S7ydR zBj5968~H441(u?>!vJ%Fb@^S?AL)xQ*MP{?NOX7V^$hYQX#IUW080oTPe-V2@lgw7 z3%;6ff!D+ZvhrEN>%|;x=x*fcWH4>+iVSZ>Wr27(@PtJ|g|4*-Z@54jLh@JZqVHA3 zYRSWm6p@E1QxFA4-UC3k%@TxiQSRk0u}7Thru_X;{t=*TK@^knd!zD%f}3UkVfil^ zp$6PP{K*iiY1g&`)M>_~m?EFH&%F&QQ3acrWXE{KYoFG5yh;;X9J4Pd+yGZsz!5`3 zPgTk)iu#hw_-Wor-40!kvS+E4G`+J)do=0J2w@SU6Fa17TYLtPG?wh%@*&?boW+f# zY{sV3GDngM0H~lrPOXiTxL(VjAs6<{%~K~pyP`zDhQcoPg=Wfc`K?KHNjs`j>btk& zA|H3)Ro!`@*7BX78~mH6a{~Z;0_s` zaO)CORWelZ7O0Znri=+xDP$^c9VkAv9Iwackv~i;nx;(Ej6x`GmH?AZYt%hB04w)W zbFpkV(0LU1R4@OA+8s%PG8OFa&F}vc!OlsfYyDZPqz^OSgX^{rCkg;4Y1pgA-E4Xv zzymSF^A=gXd@cn~^6ya+h|lH*b3TIl_(z1+!o{4AydVL*wj0K6vTX?m;2gWH`*v4n zCk7ii@+?-N0e*K(m|$TAJmHX|JS$RMf(}Y&ZW}KFd9Xdsp4@q(rf*Y|yJkUl>vPuvD=VQioO6lO;}djBx167>r1{u5PRpsgvI4@qda9i~bu#Q% zahHJe@Xc|SM`4l=@l3e)rB22zvQUi#g+T_8kk@5#A>iY^KiM-84+yVvN|Zi zFG`!d@KOCUa$uUa{!Epq^D)oOxr=8@9WXUFKTL)w&?9dwc`S5;iDx$H*$DLv7kVcD zMKweZn?HJYo~(r@5K(%Et;#`o{V`in3dzbteaD~u>YlSBurm$<&9diVgg#j)J2*M9O+ivB(0bjD_33+JevGb zyA1|U?h*R>B7Lk?z-&a9!SA-r1Fa{T2Of#Nh|muABJF>e8?an%>+KEXt z6|v;6;MHjwFTxTn18Jocpw8yG0D3_`8ZD9=%E==}I}x;N1m<91*9fR155S4ad;3jD zQeZAxn+{ca&$9Bq9b*}5=IFmb>^hvJrNa{3hB1XyXG1=UJ}5^NzMT&8@z#ji@Z+KQ zG}7YFVN-tF0KA6x<1_$-4J0t&cG$|0l#X&-TtqtfAUn^$jX3uV)394F$Zz^V>IE)ZwDer1DE(qFP2iqtj?U*20W@H{s7WAT zHVK%U1zO1QQv~#<0rW-_=gPRu6`|814NRSmjX0x;sbZ(7A=0lV^+f*aKiM&5+dP`l ze_2r`C9VEl=a6fe##?r3$Ezo)YTL0w*iS7<|7Atxj!ZPJqsLcygw6st>_!Xja4e$`snWm#T*XS zpDdMzawV%&8q5z3W0mRJ{~9Ud2L~Q6KGO5_K&hmj_U_-CAAAsv+#R~i;roX66s=;h K*tfS(vi=W*wt+PO literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6ff83fd0efbdcf90766e3681e8162739c3cbf6f9 GIT binary patch literal 4606 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 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/env/lib/python3.8/site-packages/pip/_vendor/packaging/_manylinux.py b/env/lib/python3.8/site-packages/pip/_vendor/packaging/_manylinux.py new file mode 100644 index 000000000..61339a6fc --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/packaging/_musllinux.py b/env/lib/python3.8/site-packages/pip/_vendor/packaging/_musllinux.py new file mode 100644 index 000000000..d2bf30b56 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/packaging/_parser.py b/env/lib/python3.8/site-packages/pip/_vendor/packaging/_parser.py new file mode 100644 index 000000000..c1238c06e --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/packaging/_structures.py b/env/lib/python3.8/site-packages/pip/_vendor/packaging/_structures.py new file mode 100644 index 000000000..90a6465f9 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/packaging/_structures.py @@ -0,0 +1,61 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + + +class InfinityType: + def __repr__(self) -> str: + return "Infinity" + + def __hash__(self) -> int: + return hash(repr(self)) + + def __lt__(self, other: object) -> bool: + return False + + def __le__(self, other: object) -> bool: + return False + + def __eq__(self, other: object) -> bool: + return isinstance(other, self.__class__) + + def __gt__(self, other: object) -> bool: + return True + + def __ge__(self, other: object) -> bool: + return True + + def __neg__(self: object) -> "NegativeInfinityType": + return NegativeInfinity + + +Infinity = InfinityType() + + +class NegativeInfinityType: + def __repr__(self) -> str: + return "-Infinity" + + def __hash__(self) -> int: + return hash(repr(self)) + + def __lt__(self, other: object) -> bool: + return True + + def __le__(self, other: object) -> bool: + return True + + def __eq__(self, other: object) -> bool: + return isinstance(other, self.__class__) + + def __gt__(self, other: object) -> bool: + return False + + def __ge__(self, other: object) -> bool: + return False + + def __neg__(self: object) -> InfinityType: + return Infinity + + +NegativeInfinity = NegativeInfinityType() diff --git a/env/lib/python3.8/site-packages/pip/_vendor/packaging/_tokenizer.py b/env/lib/python3.8/site-packages/pip/_vendor/packaging/_tokenizer.py new file mode 100644 index 000000000..89d041605 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/packaging/licenses/__init__.py b/env/lib/python3.8/site-packages/pip/_vendor/packaging/licenses/__init__.py new file mode 100644 index 000000000..71a1a7794 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/packaging/licenses/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/packaging/licenses/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3addda52b00951167d6b3d6a8324dfa2675521ef GIT binary patch literal 2616 zcmahLO>YxNbY}L`YddigClH{pLP*4|Y)2qfG(r{?1d4>x3PPdV($&T@Nw!|^Il`2A!=#gterRoTE^O$_ujns=6%gP-!2v{1f%=g z`i%I%eTbw zm58^!!0$48!*8-MX3GycoW(Kd5l63w_hIi1JExjn7=?Z_lXQcjq{|LOyQMEb|FG(K z)$U^TgIe|8yJwox&cg!(a!E$71OP)0rU)X29VPQi;UlnrzK$w(Ny=6el)k5RU}31c4pM z7%pXOQhTjd%is=hdmC_mZDd(o`>&8K*`u9(C+x8kOZM53DQ7daD-~6kt{Zx7=DNai z-F8H`0|^&gcWc`VMmvV<(x~aW&k&!0Xl2u0Sl^7=tWLeK-g%g8Mq#yczPipCTk}~p z0Uuk8*I9VK9{6h`j`Ot(_1I5Xb?6U^>m9#Scki>1M!bIDBuHcx64zbV5Bs7^AH(fR=9&{v@Ln4rl~u&r?l)v^bCG1js#q-8PU1U8z2l zqmz9t)dsj{bjyjJ8i}!s5_1>rDn0WK3XiHN$+ay02S)NoOFi>56q36rHR)6<_Z0Kj zyr<|90S|JS2Y-${(1Ej&=H$73Yk=h0Px02tRBCvX<}!PyTO`BuB;PUs3h7L$zYbo*bE%b-z$U^8oqrR5Qj+}ArhOUdT^8FM#I}%3CDUmE zYT+0qSxp?L>VWLZXYs^J_r(9*w>`YjRqO?O4_9EV*n9aK!`i;d)~o-jO3U-;S~4L04nkclIs9-bx5I5tqFMoHAu0H*%9;|*;2tK!e>EzrJ@Keh;|qk zR-AY|iFf>DQz!uo;ntAaqEI+ne}&WJ`WDDZcJ^Y?P-Tc_aYPbAK zzQE-ryF2xYA|R0k`0Pq$CVP5>!C5DOms@CYC-4&vof-+<>vZ7t66#lx9}1O08xzJx z5Uqh5LLa&>a?1}!MhR^j_&LvlV1i(l6n;dini(1C%0xgffYec;wY{Xd$#oe3`8R;e z5~&pVl$0>q&_BHm=1lL4j-Ps`uulVZU`i6Tpy@ir;ZyAnQK4n4Gc}@)#f33y6wXw5 z(6~oZPJZ1FyFi2nsH_i@s0HiOX;|@T-FoM!E_P6n8Sn=6hvKJ|iaw#+${zPv?QD8}vd(48|c4%=|U2DVt1S%H|i RL`sTug8ZfG5C)}W{R4xE*r@;j literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/packaging/licenses/__pycache__/_spdx.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/packaging/licenses/__pycache__/_spdx.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c68b01163c4d3dac47f99f948dbd5861ba327667 GIT binary patch literal 29627 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 R6aRbUw_Wc4+xPRs{|6aB#=ign literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/packaging/licenses/_spdx.py b/env/lib/python3.8/site-packages/pip/_vendor/packaging/licenses/_spdx.py new file mode 100644 index 000000000..eac22276a --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/packaging/licenses/_spdx.py @@ -0,0 +1,759 @@ + +from __future__ import annotations + +from typing import TypedDict + +class SPDXLicense(TypedDict): + id: str + deprecated: bool + +class SPDXException(TypedDict): + id: str + deprecated: bool + + +VERSION = '3.25.0' + +LICENSES: dict[str, SPDXLicense] = { + '0bsd': {'id': '0BSD', 'deprecated': False}, + '3d-slicer-1.0': {'id': '3D-Slicer-1.0', 'deprecated': False}, + 'aal': {'id': 'AAL', 'deprecated': False}, + 'abstyles': {'id': 'Abstyles', 'deprecated': False}, + 'adacore-doc': {'id': 'AdaCore-doc', 'deprecated': False}, + 'adobe-2006': {'id': 'Adobe-2006', 'deprecated': False}, + 'adobe-display-postscript': {'id': 'Adobe-Display-PostScript', 'deprecated': False}, + 'adobe-glyph': {'id': 'Adobe-Glyph', 'deprecated': False}, + 'adobe-utopia': {'id': 'Adobe-Utopia', 'deprecated': False}, + 'adsl': {'id': 'ADSL', 'deprecated': False}, + 'afl-1.1': {'id': 'AFL-1.1', 'deprecated': False}, + 'afl-1.2': {'id': 'AFL-1.2', 'deprecated': False}, + 'afl-2.0': {'id': 'AFL-2.0', 'deprecated': False}, + 'afl-2.1': {'id': 'AFL-2.1', 'deprecated': False}, + 'afl-3.0': {'id': 'AFL-3.0', 'deprecated': False}, + 'afmparse': {'id': 'Afmparse', 'deprecated': False}, + 'agpl-1.0': {'id': 'AGPL-1.0', 'deprecated': True}, + 'agpl-1.0-only': {'id': 'AGPL-1.0-only', 'deprecated': False}, + 'agpl-1.0-or-later': {'id': 'AGPL-1.0-or-later', 'deprecated': False}, + 'agpl-3.0': {'id': 'AGPL-3.0', 'deprecated': True}, + 'agpl-3.0-only': {'id': 'AGPL-3.0-only', 'deprecated': False}, + 'agpl-3.0-or-later': {'id': 'AGPL-3.0-or-later', 'deprecated': False}, + 'aladdin': {'id': 'Aladdin', 'deprecated': False}, + 'amd-newlib': {'id': 'AMD-newlib', 'deprecated': False}, + 'amdplpa': {'id': 'AMDPLPA', 'deprecated': False}, + 'aml': {'id': 'AML', 'deprecated': False}, + 'aml-glslang': {'id': 'AML-glslang', 'deprecated': False}, + 'ampas': {'id': 'AMPAS', 'deprecated': False}, + 'antlr-pd': {'id': 'ANTLR-PD', 'deprecated': False}, + 'antlr-pd-fallback': {'id': 'ANTLR-PD-fallback', 'deprecated': False}, + 'any-osi': {'id': 'any-OSI', 'deprecated': False}, + 'apache-1.0': {'id': 'Apache-1.0', 'deprecated': False}, + 'apache-1.1': {'id': 'Apache-1.1', 'deprecated': False}, + 'apache-2.0': {'id': 'Apache-2.0', 'deprecated': False}, + 'apafml': {'id': 'APAFML', 'deprecated': False}, + 'apl-1.0': {'id': 'APL-1.0', 'deprecated': False}, + 'app-s2p': {'id': 'App-s2p', 'deprecated': False}, + 'apsl-1.0': {'id': 'APSL-1.0', 'deprecated': False}, + 'apsl-1.1': {'id': 'APSL-1.1', 'deprecated': False}, + 'apsl-1.2': {'id': 'APSL-1.2', 'deprecated': False}, + 'apsl-2.0': {'id': 'APSL-2.0', 'deprecated': False}, + 'arphic-1999': {'id': 'Arphic-1999', 'deprecated': False}, + 'artistic-1.0': {'id': 'Artistic-1.0', 'deprecated': False}, + 'artistic-1.0-cl8': {'id': 'Artistic-1.0-cl8', 'deprecated': False}, + 'artistic-1.0-perl': {'id': 'Artistic-1.0-Perl', 'deprecated': False}, + 'artistic-2.0': {'id': 'Artistic-2.0', 'deprecated': False}, + 'aswf-digital-assets-1.0': {'id': 'ASWF-Digital-Assets-1.0', 'deprecated': False}, + 'aswf-digital-assets-1.1': {'id': 'ASWF-Digital-Assets-1.1', 'deprecated': False}, + 'baekmuk': {'id': 'Baekmuk', 'deprecated': False}, + 'bahyph': {'id': 'Bahyph', 'deprecated': False}, + 'barr': {'id': 'Barr', 'deprecated': False}, + 'bcrypt-solar-designer': {'id': 'bcrypt-Solar-Designer', 'deprecated': False}, + 'beerware': {'id': 'Beerware', 'deprecated': False}, + 'bitstream-charter': {'id': 'Bitstream-Charter', 'deprecated': False}, + 'bitstream-vera': {'id': 'Bitstream-Vera', 'deprecated': False}, + 'bittorrent-1.0': {'id': 'BitTorrent-1.0', 'deprecated': False}, + 'bittorrent-1.1': {'id': 'BitTorrent-1.1', 'deprecated': False}, + 'blessing': {'id': 'blessing', 'deprecated': False}, + 'blueoak-1.0.0': {'id': 'BlueOak-1.0.0', 'deprecated': False}, + 'boehm-gc': {'id': 'Boehm-GC', 'deprecated': False}, + 'borceux': {'id': 'Borceux', 'deprecated': False}, + 'brian-gladman-2-clause': {'id': 'Brian-Gladman-2-Clause', 'deprecated': False}, + 'brian-gladman-3-clause': {'id': 'Brian-Gladman-3-Clause', 'deprecated': False}, + 'bsd-1-clause': {'id': 'BSD-1-Clause', 'deprecated': False}, + 'bsd-2-clause': {'id': 'BSD-2-Clause', 'deprecated': False}, + 'bsd-2-clause-darwin': {'id': 'BSD-2-Clause-Darwin', 'deprecated': False}, + 'bsd-2-clause-first-lines': {'id': 'BSD-2-Clause-first-lines', 'deprecated': False}, + 'bsd-2-clause-freebsd': {'id': 'BSD-2-Clause-FreeBSD', 'deprecated': True}, + 'bsd-2-clause-netbsd': {'id': 'BSD-2-Clause-NetBSD', 'deprecated': True}, + 'bsd-2-clause-patent': {'id': 'BSD-2-Clause-Patent', 'deprecated': False}, + 'bsd-2-clause-views': {'id': 'BSD-2-Clause-Views', 'deprecated': False}, + 'bsd-3-clause': {'id': 'BSD-3-Clause', 'deprecated': False}, + 'bsd-3-clause-acpica': {'id': 'BSD-3-Clause-acpica', 'deprecated': False}, + 'bsd-3-clause-attribution': {'id': 'BSD-3-Clause-Attribution', 'deprecated': False}, + 'bsd-3-clause-clear': {'id': 'BSD-3-Clause-Clear', 'deprecated': False}, + 'bsd-3-clause-flex': {'id': 'BSD-3-Clause-flex', 'deprecated': False}, + 'bsd-3-clause-hp': {'id': 'BSD-3-Clause-HP', 'deprecated': False}, + 'bsd-3-clause-lbnl': {'id': 'BSD-3-Clause-LBNL', 'deprecated': False}, + 'bsd-3-clause-modification': {'id': 'BSD-3-Clause-Modification', 'deprecated': False}, + 'bsd-3-clause-no-military-license': {'id': 'BSD-3-Clause-No-Military-License', 'deprecated': False}, + 'bsd-3-clause-no-nuclear-license': {'id': 'BSD-3-Clause-No-Nuclear-License', 'deprecated': False}, + 'bsd-3-clause-no-nuclear-license-2014': {'id': 'BSD-3-Clause-No-Nuclear-License-2014', 'deprecated': False}, + 'bsd-3-clause-no-nuclear-warranty': {'id': 'BSD-3-Clause-No-Nuclear-Warranty', 'deprecated': False}, + 'bsd-3-clause-open-mpi': {'id': 'BSD-3-Clause-Open-MPI', 'deprecated': False}, + 'bsd-3-clause-sun': {'id': 'BSD-3-Clause-Sun', 'deprecated': False}, + 'bsd-4-clause': {'id': 'BSD-4-Clause', 'deprecated': False}, + 'bsd-4-clause-shortened': {'id': 'BSD-4-Clause-Shortened', 'deprecated': False}, + 'bsd-4-clause-uc': {'id': 'BSD-4-Clause-UC', 'deprecated': False}, + 'bsd-4.3reno': {'id': 'BSD-4.3RENO', 'deprecated': False}, + 'bsd-4.3tahoe': {'id': 'BSD-4.3TAHOE', 'deprecated': False}, + 'bsd-advertising-acknowledgement': {'id': 'BSD-Advertising-Acknowledgement', 'deprecated': False}, + 'bsd-attribution-hpnd-disclaimer': {'id': 'BSD-Attribution-HPND-disclaimer', 'deprecated': False}, + 'bsd-inferno-nettverk': {'id': 'BSD-Inferno-Nettverk', 'deprecated': False}, + 'bsd-protection': {'id': 'BSD-Protection', 'deprecated': False}, + 'bsd-source-beginning-file': {'id': 'BSD-Source-beginning-file', 'deprecated': False}, + 'bsd-source-code': {'id': 'BSD-Source-Code', 'deprecated': False}, + 'bsd-systemics': {'id': 'BSD-Systemics', 'deprecated': False}, + 'bsd-systemics-w3works': {'id': 'BSD-Systemics-W3Works', 'deprecated': False}, + 'bsl-1.0': {'id': 'BSL-1.0', 'deprecated': False}, + 'busl-1.1': {'id': 'BUSL-1.1', 'deprecated': False}, + 'bzip2-1.0.5': {'id': 'bzip2-1.0.5', 'deprecated': True}, + 'bzip2-1.0.6': {'id': 'bzip2-1.0.6', 'deprecated': False}, + 'c-uda-1.0': {'id': 'C-UDA-1.0', 'deprecated': False}, + 'cal-1.0': {'id': 'CAL-1.0', 'deprecated': False}, + 'cal-1.0-combined-work-exception': {'id': 'CAL-1.0-Combined-Work-Exception', 'deprecated': False}, + 'caldera': {'id': 'Caldera', 'deprecated': False}, + 'caldera-no-preamble': {'id': 'Caldera-no-preamble', 'deprecated': False}, + 'catharon': {'id': 'Catharon', 'deprecated': False}, + 'catosl-1.1': {'id': 'CATOSL-1.1', 'deprecated': False}, + 'cc-by-1.0': {'id': 'CC-BY-1.0', 'deprecated': False}, + 'cc-by-2.0': {'id': 'CC-BY-2.0', 'deprecated': False}, + 'cc-by-2.5': {'id': 'CC-BY-2.5', 'deprecated': False}, + 'cc-by-2.5-au': {'id': 'CC-BY-2.5-AU', 'deprecated': False}, + 'cc-by-3.0': {'id': 'CC-BY-3.0', 'deprecated': False}, + 'cc-by-3.0-at': {'id': 'CC-BY-3.0-AT', 'deprecated': False}, + 'cc-by-3.0-au': {'id': 'CC-BY-3.0-AU', 'deprecated': False}, + 'cc-by-3.0-de': {'id': 'CC-BY-3.0-DE', 'deprecated': False}, + 'cc-by-3.0-igo': {'id': 'CC-BY-3.0-IGO', 'deprecated': False}, + 'cc-by-3.0-nl': {'id': 'CC-BY-3.0-NL', 'deprecated': False}, + 'cc-by-3.0-us': {'id': 'CC-BY-3.0-US', 'deprecated': False}, + 'cc-by-4.0': {'id': 'CC-BY-4.0', 'deprecated': False}, + 'cc-by-nc-1.0': {'id': 'CC-BY-NC-1.0', 'deprecated': False}, + 'cc-by-nc-2.0': {'id': 'CC-BY-NC-2.0', 'deprecated': False}, + 'cc-by-nc-2.5': {'id': 'CC-BY-NC-2.5', 'deprecated': False}, + 'cc-by-nc-3.0': {'id': 'CC-BY-NC-3.0', 'deprecated': False}, + 'cc-by-nc-3.0-de': {'id': 'CC-BY-NC-3.0-DE', 'deprecated': False}, + 'cc-by-nc-4.0': {'id': 'CC-BY-NC-4.0', 'deprecated': False}, + 'cc-by-nc-nd-1.0': {'id': 'CC-BY-NC-ND-1.0', 'deprecated': False}, + 'cc-by-nc-nd-2.0': {'id': 'CC-BY-NC-ND-2.0', 'deprecated': False}, + 'cc-by-nc-nd-2.5': {'id': 'CC-BY-NC-ND-2.5', 'deprecated': False}, + 'cc-by-nc-nd-3.0': {'id': 'CC-BY-NC-ND-3.0', 'deprecated': False}, + 'cc-by-nc-nd-3.0-de': {'id': 'CC-BY-NC-ND-3.0-DE', 'deprecated': False}, + 'cc-by-nc-nd-3.0-igo': {'id': 'CC-BY-NC-ND-3.0-IGO', 'deprecated': False}, + 'cc-by-nc-nd-4.0': {'id': 'CC-BY-NC-ND-4.0', 'deprecated': False}, + 'cc-by-nc-sa-1.0': {'id': 'CC-BY-NC-SA-1.0', 'deprecated': False}, + 'cc-by-nc-sa-2.0': {'id': 'CC-BY-NC-SA-2.0', 'deprecated': False}, + 'cc-by-nc-sa-2.0-de': {'id': 'CC-BY-NC-SA-2.0-DE', 'deprecated': False}, + 'cc-by-nc-sa-2.0-fr': {'id': 'CC-BY-NC-SA-2.0-FR', 'deprecated': False}, + 'cc-by-nc-sa-2.0-uk': {'id': 'CC-BY-NC-SA-2.0-UK', 'deprecated': False}, + 'cc-by-nc-sa-2.5': {'id': 'CC-BY-NC-SA-2.5', 'deprecated': False}, + 'cc-by-nc-sa-3.0': {'id': 'CC-BY-NC-SA-3.0', 'deprecated': False}, + 'cc-by-nc-sa-3.0-de': {'id': 'CC-BY-NC-SA-3.0-DE', 'deprecated': False}, + 'cc-by-nc-sa-3.0-igo': {'id': 'CC-BY-NC-SA-3.0-IGO', 'deprecated': False}, + 'cc-by-nc-sa-4.0': {'id': 'CC-BY-NC-SA-4.0', 'deprecated': False}, + 'cc-by-nd-1.0': {'id': 'CC-BY-ND-1.0', 'deprecated': False}, + 'cc-by-nd-2.0': {'id': 'CC-BY-ND-2.0', 'deprecated': False}, + 'cc-by-nd-2.5': {'id': 'CC-BY-ND-2.5', 'deprecated': False}, + 'cc-by-nd-3.0': {'id': 'CC-BY-ND-3.0', 'deprecated': False}, + 'cc-by-nd-3.0-de': {'id': 'CC-BY-ND-3.0-DE', 'deprecated': False}, + 'cc-by-nd-4.0': {'id': 'CC-BY-ND-4.0', 'deprecated': False}, + 'cc-by-sa-1.0': {'id': 'CC-BY-SA-1.0', 'deprecated': False}, + 'cc-by-sa-2.0': {'id': 'CC-BY-SA-2.0', 'deprecated': False}, + 'cc-by-sa-2.0-uk': {'id': 'CC-BY-SA-2.0-UK', 'deprecated': False}, + 'cc-by-sa-2.1-jp': {'id': 'CC-BY-SA-2.1-JP', 'deprecated': False}, + 'cc-by-sa-2.5': {'id': 'CC-BY-SA-2.5', 'deprecated': False}, + 'cc-by-sa-3.0': {'id': 'CC-BY-SA-3.0', 'deprecated': False}, + 'cc-by-sa-3.0-at': {'id': 'CC-BY-SA-3.0-AT', 'deprecated': False}, + 'cc-by-sa-3.0-de': {'id': 'CC-BY-SA-3.0-DE', 'deprecated': False}, + 'cc-by-sa-3.0-igo': {'id': 'CC-BY-SA-3.0-IGO', 'deprecated': False}, + 'cc-by-sa-4.0': {'id': 'CC-BY-SA-4.0', 'deprecated': False}, + 'cc-pddc': {'id': 'CC-PDDC', 'deprecated': False}, + 'cc0-1.0': {'id': 'CC0-1.0', 'deprecated': False}, + 'cddl-1.0': {'id': 'CDDL-1.0', 'deprecated': False}, + 'cddl-1.1': {'id': 'CDDL-1.1', 'deprecated': False}, + 'cdl-1.0': {'id': 'CDL-1.0', 'deprecated': False}, + 'cdla-permissive-1.0': {'id': 'CDLA-Permissive-1.0', 'deprecated': False}, + 'cdla-permissive-2.0': {'id': 'CDLA-Permissive-2.0', 'deprecated': False}, + 'cdla-sharing-1.0': {'id': 'CDLA-Sharing-1.0', 'deprecated': False}, + 'cecill-1.0': {'id': 'CECILL-1.0', 'deprecated': False}, + 'cecill-1.1': {'id': 'CECILL-1.1', 'deprecated': False}, + 'cecill-2.0': {'id': 'CECILL-2.0', 'deprecated': False}, + 'cecill-2.1': {'id': 'CECILL-2.1', 'deprecated': False}, + 'cecill-b': {'id': 'CECILL-B', 'deprecated': False}, + 'cecill-c': {'id': 'CECILL-C', 'deprecated': False}, + 'cern-ohl-1.1': {'id': 'CERN-OHL-1.1', 'deprecated': False}, + 'cern-ohl-1.2': {'id': 'CERN-OHL-1.2', 'deprecated': False}, + 'cern-ohl-p-2.0': {'id': 'CERN-OHL-P-2.0', 'deprecated': False}, + 'cern-ohl-s-2.0': {'id': 'CERN-OHL-S-2.0', 'deprecated': False}, + 'cern-ohl-w-2.0': {'id': 'CERN-OHL-W-2.0', 'deprecated': False}, + 'cfitsio': {'id': 'CFITSIO', 'deprecated': False}, + 'check-cvs': {'id': 'check-cvs', 'deprecated': False}, + 'checkmk': {'id': 'checkmk', 'deprecated': False}, + 'clartistic': {'id': 'ClArtistic', 'deprecated': False}, + 'clips': {'id': 'Clips', 'deprecated': False}, + 'cmu-mach': {'id': 'CMU-Mach', 'deprecated': False}, + 'cmu-mach-nodoc': {'id': 'CMU-Mach-nodoc', 'deprecated': False}, + 'cnri-jython': {'id': 'CNRI-Jython', 'deprecated': False}, + 'cnri-python': {'id': 'CNRI-Python', 'deprecated': False}, + 'cnri-python-gpl-compatible': {'id': 'CNRI-Python-GPL-Compatible', 'deprecated': False}, + 'coil-1.0': {'id': 'COIL-1.0', 'deprecated': False}, + 'community-spec-1.0': {'id': 'Community-Spec-1.0', 'deprecated': False}, + 'condor-1.1': {'id': 'Condor-1.1', 'deprecated': False}, + 'copyleft-next-0.3.0': {'id': 'copyleft-next-0.3.0', 'deprecated': False}, + 'copyleft-next-0.3.1': {'id': 'copyleft-next-0.3.1', 'deprecated': False}, + 'cornell-lossless-jpeg': {'id': 'Cornell-Lossless-JPEG', 'deprecated': False}, + 'cpal-1.0': {'id': 'CPAL-1.0', 'deprecated': False}, + 'cpl-1.0': {'id': 'CPL-1.0', 'deprecated': False}, + 'cpol-1.02': {'id': 'CPOL-1.02', 'deprecated': False}, + 'cronyx': {'id': 'Cronyx', 'deprecated': False}, + 'crossword': {'id': 'Crossword', 'deprecated': False}, + 'crystalstacker': {'id': 'CrystalStacker', 'deprecated': False}, + 'cua-opl-1.0': {'id': 'CUA-OPL-1.0', 'deprecated': False}, + 'cube': {'id': 'Cube', 'deprecated': False}, + 'curl': {'id': 'curl', 'deprecated': False}, + 'cve-tou': {'id': 'cve-tou', 'deprecated': False}, + 'd-fsl-1.0': {'id': 'D-FSL-1.0', 'deprecated': False}, + 'dec-3-clause': {'id': 'DEC-3-Clause', 'deprecated': False}, + 'diffmark': {'id': 'diffmark', 'deprecated': False}, + 'dl-de-by-2.0': {'id': 'DL-DE-BY-2.0', 'deprecated': False}, + 'dl-de-zero-2.0': {'id': 'DL-DE-ZERO-2.0', 'deprecated': False}, + 'doc': {'id': 'DOC', 'deprecated': False}, + 'docbook-schema': {'id': 'DocBook-Schema', 'deprecated': False}, + 'docbook-xml': {'id': 'DocBook-XML', 'deprecated': False}, + 'dotseqn': {'id': 'Dotseqn', 'deprecated': False}, + 'drl-1.0': {'id': 'DRL-1.0', 'deprecated': False}, + 'drl-1.1': {'id': 'DRL-1.1', 'deprecated': False}, + 'dsdp': {'id': 'DSDP', 'deprecated': False}, + 'dtoa': {'id': 'dtoa', 'deprecated': False}, + 'dvipdfm': {'id': 'dvipdfm', 'deprecated': False}, + 'ecl-1.0': {'id': 'ECL-1.0', 'deprecated': False}, + 'ecl-2.0': {'id': 'ECL-2.0', 'deprecated': False}, + 'ecos-2.0': {'id': 'eCos-2.0', 'deprecated': True}, + 'efl-1.0': {'id': 'EFL-1.0', 'deprecated': False}, + 'efl-2.0': {'id': 'EFL-2.0', 'deprecated': False}, + 'egenix': {'id': 'eGenix', 'deprecated': False}, + 'elastic-2.0': {'id': 'Elastic-2.0', 'deprecated': False}, + 'entessa': {'id': 'Entessa', 'deprecated': False}, + 'epics': {'id': 'EPICS', 'deprecated': False}, + 'epl-1.0': {'id': 'EPL-1.0', 'deprecated': False}, + 'epl-2.0': {'id': 'EPL-2.0', 'deprecated': False}, + 'erlpl-1.1': {'id': 'ErlPL-1.1', 'deprecated': False}, + 'etalab-2.0': {'id': 'etalab-2.0', 'deprecated': False}, + 'eudatagrid': {'id': 'EUDatagrid', 'deprecated': False}, + 'eupl-1.0': {'id': 'EUPL-1.0', 'deprecated': False}, + 'eupl-1.1': {'id': 'EUPL-1.1', 'deprecated': False}, + 'eupl-1.2': {'id': 'EUPL-1.2', 'deprecated': False}, + 'eurosym': {'id': 'Eurosym', 'deprecated': False}, + 'fair': {'id': 'Fair', 'deprecated': False}, + 'fbm': {'id': 'FBM', 'deprecated': False}, + 'fdk-aac': {'id': 'FDK-AAC', 'deprecated': False}, + 'ferguson-twofish': {'id': 'Ferguson-Twofish', 'deprecated': False}, + 'frameworx-1.0': {'id': 'Frameworx-1.0', 'deprecated': False}, + 'freebsd-doc': {'id': 'FreeBSD-DOC', 'deprecated': False}, + 'freeimage': {'id': 'FreeImage', 'deprecated': False}, + 'fsfap': {'id': 'FSFAP', 'deprecated': False}, + 'fsfap-no-warranty-disclaimer': {'id': 'FSFAP-no-warranty-disclaimer', 'deprecated': False}, + 'fsful': {'id': 'FSFUL', 'deprecated': False}, + 'fsfullr': {'id': 'FSFULLR', 'deprecated': False}, + 'fsfullrwd': {'id': 'FSFULLRWD', 'deprecated': False}, + 'ftl': {'id': 'FTL', 'deprecated': False}, + 'furuseth': {'id': 'Furuseth', 'deprecated': False}, + 'fwlw': {'id': 'fwlw', 'deprecated': False}, + 'gcr-docs': {'id': 'GCR-docs', 'deprecated': False}, + 'gd': {'id': 'GD', 'deprecated': False}, + 'gfdl-1.1': {'id': 'GFDL-1.1', 'deprecated': True}, + 'gfdl-1.1-invariants-only': {'id': 'GFDL-1.1-invariants-only', 'deprecated': False}, + 'gfdl-1.1-invariants-or-later': {'id': 'GFDL-1.1-invariants-or-later', 'deprecated': False}, + 'gfdl-1.1-no-invariants-only': {'id': 'GFDL-1.1-no-invariants-only', 'deprecated': False}, + 'gfdl-1.1-no-invariants-or-later': {'id': 'GFDL-1.1-no-invariants-or-later', 'deprecated': False}, + 'gfdl-1.1-only': {'id': 'GFDL-1.1-only', 'deprecated': False}, + 'gfdl-1.1-or-later': {'id': 'GFDL-1.1-or-later', 'deprecated': False}, + 'gfdl-1.2': {'id': 'GFDL-1.2', 'deprecated': True}, + 'gfdl-1.2-invariants-only': {'id': 'GFDL-1.2-invariants-only', 'deprecated': False}, + 'gfdl-1.2-invariants-or-later': {'id': 'GFDL-1.2-invariants-or-later', 'deprecated': False}, + 'gfdl-1.2-no-invariants-only': {'id': 'GFDL-1.2-no-invariants-only', 'deprecated': False}, + 'gfdl-1.2-no-invariants-or-later': {'id': 'GFDL-1.2-no-invariants-or-later', 'deprecated': False}, + 'gfdl-1.2-only': {'id': 'GFDL-1.2-only', 'deprecated': False}, + 'gfdl-1.2-or-later': {'id': 'GFDL-1.2-or-later', 'deprecated': False}, + 'gfdl-1.3': {'id': 'GFDL-1.3', 'deprecated': True}, + 'gfdl-1.3-invariants-only': {'id': 'GFDL-1.3-invariants-only', 'deprecated': False}, + 'gfdl-1.3-invariants-or-later': {'id': 'GFDL-1.3-invariants-or-later', 'deprecated': False}, + 'gfdl-1.3-no-invariants-only': {'id': 'GFDL-1.3-no-invariants-only', 'deprecated': False}, + 'gfdl-1.3-no-invariants-or-later': {'id': 'GFDL-1.3-no-invariants-or-later', 'deprecated': False}, + 'gfdl-1.3-only': {'id': 'GFDL-1.3-only', 'deprecated': False}, + 'gfdl-1.3-or-later': {'id': 'GFDL-1.3-or-later', 'deprecated': False}, + 'giftware': {'id': 'Giftware', 'deprecated': False}, + 'gl2ps': {'id': 'GL2PS', 'deprecated': False}, + 'glide': {'id': 'Glide', 'deprecated': False}, + 'glulxe': {'id': 'Glulxe', 'deprecated': False}, + 'glwtpl': {'id': 'GLWTPL', 'deprecated': False}, + 'gnuplot': {'id': 'gnuplot', 'deprecated': False}, + 'gpl-1.0': {'id': 'GPL-1.0', 'deprecated': True}, + 'gpl-1.0+': {'id': 'GPL-1.0+', 'deprecated': True}, + 'gpl-1.0-only': {'id': 'GPL-1.0-only', 'deprecated': False}, + 'gpl-1.0-or-later': {'id': 'GPL-1.0-or-later', 'deprecated': False}, + 'gpl-2.0': {'id': 'GPL-2.0', 'deprecated': True}, + 'gpl-2.0+': {'id': 'GPL-2.0+', 'deprecated': True}, + 'gpl-2.0-only': {'id': 'GPL-2.0-only', 'deprecated': False}, + 'gpl-2.0-or-later': {'id': 'GPL-2.0-or-later', 'deprecated': False}, + 'gpl-2.0-with-autoconf-exception': {'id': 'GPL-2.0-with-autoconf-exception', 'deprecated': True}, + 'gpl-2.0-with-bison-exception': {'id': 'GPL-2.0-with-bison-exception', 'deprecated': True}, + 'gpl-2.0-with-classpath-exception': {'id': 'GPL-2.0-with-classpath-exception', 'deprecated': True}, + 'gpl-2.0-with-font-exception': {'id': 'GPL-2.0-with-font-exception', 'deprecated': True}, + 'gpl-2.0-with-gcc-exception': {'id': 'GPL-2.0-with-GCC-exception', 'deprecated': True}, + 'gpl-3.0': {'id': 'GPL-3.0', 'deprecated': True}, + 'gpl-3.0+': {'id': 'GPL-3.0+', 'deprecated': True}, + 'gpl-3.0-only': {'id': 'GPL-3.0-only', 'deprecated': False}, + 'gpl-3.0-or-later': {'id': 'GPL-3.0-or-later', 'deprecated': False}, + 'gpl-3.0-with-autoconf-exception': {'id': 'GPL-3.0-with-autoconf-exception', 'deprecated': True}, + 'gpl-3.0-with-gcc-exception': {'id': 'GPL-3.0-with-GCC-exception', 'deprecated': True}, + 'graphics-gems': {'id': 'Graphics-Gems', 'deprecated': False}, + 'gsoap-1.3b': {'id': 'gSOAP-1.3b', 'deprecated': False}, + 'gtkbook': {'id': 'gtkbook', 'deprecated': False}, + 'gutmann': {'id': 'Gutmann', 'deprecated': False}, + 'haskellreport': {'id': 'HaskellReport', 'deprecated': False}, + 'hdparm': {'id': 'hdparm', 'deprecated': False}, + 'hidapi': {'id': 'HIDAPI', 'deprecated': False}, + 'hippocratic-2.1': {'id': 'Hippocratic-2.1', 'deprecated': False}, + 'hp-1986': {'id': 'HP-1986', 'deprecated': False}, + 'hp-1989': {'id': 'HP-1989', 'deprecated': False}, + 'hpnd': {'id': 'HPND', 'deprecated': False}, + 'hpnd-dec': {'id': 'HPND-DEC', 'deprecated': False}, + 'hpnd-doc': {'id': 'HPND-doc', 'deprecated': False}, + 'hpnd-doc-sell': {'id': 'HPND-doc-sell', 'deprecated': False}, + 'hpnd-export-us': {'id': 'HPND-export-US', 'deprecated': False}, + 'hpnd-export-us-acknowledgement': {'id': 'HPND-export-US-acknowledgement', 'deprecated': False}, + 'hpnd-export-us-modify': {'id': 'HPND-export-US-modify', 'deprecated': False}, + 'hpnd-export2-us': {'id': 'HPND-export2-US', 'deprecated': False}, + 'hpnd-fenneberg-livingston': {'id': 'HPND-Fenneberg-Livingston', 'deprecated': False}, + 'hpnd-inria-imag': {'id': 'HPND-INRIA-IMAG', 'deprecated': False}, + 'hpnd-intel': {'id': 'HPND-Intel', 'deprecated': False}, + 'hpnd-kevlin-henney': {'id': 'HPND-Kevlin-Henney', 'deprecated': False}, + 'hpnd-markus-kuhn': {'id': 'HPND-Markus-Kuhn', 'deprecated': False}, + 'hpnd-merchantability-variant': {'id': 'HPND-merchantability-variant', 'deprecated': False}, + 'hpnd-mit-disclaimer': {'id': 'HPND-MIT-disclaimer', 'deprecated': False}, + 'hpnd-netrek': {'id': 'HPND-Netrek', 'deprecated': False}, + 'hpnd-pbmplus': {'id': 'HPND-Pbmplus', 'deprecated': False}, + 'hpnd-sell-mit-disclaimer-xserver': {'id': 'HPND-sell-MIT-disclaimer-xserver', 'deprecated': False}, + 'hpnd-sell-regexpr': {'id': 'HPND-sell-regexpr', 'deprecated': False}, + 'hpnd-sell-variant': {'id': 'HPND-sell-variant', 'deprecated': False}, + 'hpnd-sell-variant-mit-disclaimer': {'id': 'HPND-sell-variant-MIT-disclaimer', 'deprecated': False}, + 'hpnd-sell-variant-mit-disclaimer-rev': {'id': 'HPND-sell-variant-MIT-disclaimer-rev', 'deprecated': False}, + 'hpnd-uc': {'id': 'HPND-UC', 'deprecated': False}, + 'hpnd-uc-export-us': {'id': 'HPND-UC-export-US', 'deprecated': False}, + 'htmltidy': {'id': 'HTMLTIDY', 'deprecated': False}, + 'ibm-pibs': {'id': 'IBM-pibs', 'deprecated': False}, + 'icu': {'id': 'ICU', 'deprecated': False}, + 'iec-code-components-eula': {'id': 'IEC-Code-Components-EULA', 'deprecated': False}, + 'ijg': {'id': 'IJG', 'deprecated': False}, + 'ijg-short': {'id': 'IJG-short', 'deprecated': False}, + 'imagemagick': {'id': 'ImageMagick', 'deprecated': False}, + 'imatix': {'id': 'iMatix', 'deprecated': False}, + 'imlib2': {'id': 'Imlib2', 'deprecated': False}, + 'info-zip': {'id': 'Info-ZIP', 'deprecated': False}, + 'inner-net-2.0': {'id': 'Inner-Net-2.0', 'deprecated': False}, + 'intel': {'id': 'Intel', 'deprecated': False}, + 'intel-acpi': {'id': 'Intel-ACPI', 'deprecated': False}, + 'interbase-1.0': {'id': 'Interbase-1.0', 'deprecated': False}, + 'ipa': {'id': 'IPA', 'deprecated': False}, + 'ipl-1.0': {'id': 'IPL-1.0', 'deprecated': False}, + 'isc': {'id': 'ISC', 'deprecated': False}, + 'isc-veillard': {'id': 'ISC-Veillard', 'deprecated': False}, + 'jam': {'id': 'Jam', 'deprecated': False}, + 'jasper-2.0': {'id': 'JasPer-2.0', 'deprecated': False}, + 'jpl-image': {'id': 'JPL-image', 'deprecated': False}, + 'jpnic': {'id': 'JPNIC', 'deprecated': False}, + 'json': {'id': 'JSON', 'deprecated': False}, + 'kastrup': {'id': 'Kastrup', 'deprecated': False}, + 'kazlib': {'id': 'Kazlib', 'deprecated': False}, + 'knuth-ctan': {'id': 'Knuth-CTAN', 'deprecated': False}, + 'lal-1.2': {'id': 'LAL-1.2', 'deprecated': False}, + 'lal-1.3': {'id': 'LAL-1.3', 'deprecated': False}, + 'latex2e': {'id': 'Latex2e', 'deprecated': False}, + 'latex2e-translated-notice': {'id': 'Latex2e-translated-notice', 'deprecated': False}, + 'leptonica': {'id': 'Leptonica', 'deprecated': False}, + 'lgpl-2.0': {'id': 'LGPL-2.0', 'deprecated': True}, + 'lgpl-2.0+': {'id': 'LGPL-2.0+', 'deprecated': True}, + 'lgpl-2.0-only': {'id': 'LGPL-2.0-only', 'deprecated': False}, + 'lgpl-2.0-or-later': {'id': 'LGPL-2.0-or-later', 'deprecated': False}, + 'lgpl-2.1': {'id': 'LGPL-2.1', 'deprecated': True}, + 'lgpl-2.1+': {'id': 'LGPL-2.1+', 'deprecated': True}, + 'lgpl-2.1-only': {'id': 'LGPL-2.1-only', 'deprecated': False}, + 'lgpl-2.1-or-later': {'id': 'LGPL-2.1-or-later', 'deprecated': False}, + 'lgpl-3.0': {'id': 'LGPL-3.0', 'deprecated': True}, + 'lgpl-3.0+': {'id': 'LGPL-3.0+', 'deprecated': True}, + 'lgpl-3.0-only': {'id': 'LGPL-3.0-only', 'deprecated': False}, + 'lgpl-3.0-or-later': {'id': 'LGPL-3.0-or-later', 'deprecated': False}, + 'lgpllr': {'id': 'LGPLLR', 'deprecated': False}, + 'libpng': {'id': 'Libpng', 'deprecated': False}, + 'libpng-2.0': {'id': 'libpng-2.0', 'deprecated': False}, + 'libselinux-1.0': {'id': 'libselinux-1.0', 'deprecated': False}, + 'libtiff': {'id': 'libtiff', 'deprecated': False}, + 'libutil-david-nugent': {'id': 'libutil-David-Nugent', 'deprecated': False}, + 'liliq-p-1.1': {'id': 'LiLiQ-P-1.1', 'deprecated': False}, + 'liliq-r-1.1': {'id': 'LiLiQ-R-1.1', 'deprecated': False}, + 'liliq-rplus-1.1': {'id': 'LiLiQ-Rplus-1.1', 'deprecated': False}, + 'linux-man-pages-1-para': {'id': 'Linux-man-pages-1-para', 'deprecated': False}, + 'linux-man-pages-copyleft': {'id': 'Linux-man-pages-copyleft', 'deprecated': False}, + 'linux-man-pages-copyleft-2-para': {'id': 'Linux-man-pages-copyleft-2-para', 'deprecated': False}, + 'linux-man-pages-copyleft-var': {'id': 'Linux-man-pages-copyleft-var', 'deprecated': False}, + 'linux-openib': {'id': 'Linux-OpenIB', 'deprecated': False}, + 'loop': {'id': 'LOOP', 'deprecated': False}, + 'lpd-document': {'id': 'LPD-document', 'deprecated': False}, + 'lpl-1.0': {'id': 'LPL-1.0', 'deprecated': False}, + 'lpl-1.02': {'id': 'LPL-1.02', 'deprecated': False}, + 'lppl-1.0': {'id': 'LPPL-1.0', 'deprecated': False}, + 'lppl-1.1': {'id': 'LPPL-1.1', 'deprecated': False}, + 'lppl-1.2': {'id': 'LPPL-1.2', 'deprecated': False}, + 'lppl-1.3a': {'id': 'LPPL-1.3a', 'deprecated': False}, + 'lppl-1.3c': {'id': 'LPPL-1.3c', 'deprecated': False}, + 'lsof': {'id': 'lsof', 'deprecated': False}, + 'lucida-bitmap-fonts': {'id': 'Lucida-Bitmap-Fonts', 'deprecated': False}, + 'lzma-sdk-9.11-to-9.20': {'id': 'LZMA-SDK-9.11-to-9.20', 'deprecated': False}, + 'lzma-sdk-9.22': {'id': 'LZMA-SDK-9.22', 'deprecated': False}, + 'mackerras-3-clause': {'id': 'Mackerras-3-Clause', 'deprecated': False}, + 'mackerras-3-clause-acknowledgment': {'id': 'Mackerras-3-Clause-acknowledgment', 'deprecated': False}, + 'magaz': {'id': 'magaz', 'deprecated': False}, + 'mailprio': {'id': 'mailprio', 'deprecated': False}, + 'makeindex': {'id': 'MakeIndex', 'deprecated': False}, + 'martin-birgmeier': {'id': 'Martin-Birgmeier', 'deprecated': False}, + 'mcphee-slideshow': {'id': 'McPhee-slideshow', 'deprecated': False}, + 'metamail': {'id': 'metamail', 'deprecated': False}, + 'minpack': {'id': 'Minpack', 'deprecated': False}, + 'miros': {'id': 'MirOS', 'deprecated': False}, + 'mit': {'id': 'MIT', 'deprecated': False}, + 'mit-0': {'id': 'MIT-0', 'deprecated': False}, + 'mit-advertising': {'id': 'MIT-advertising', 'deprecated': False}, + 'mit-cmu': {'id': 'MIT-CMU', 'deprecated': False}, + 'mit-enna': {'id': 'MIT-enna', 'deprecated': False}, + 'mit-feh': {'id': 'MIT-feh', 'deprecated': False}, + 'mit-festival': {'id': 'MIT-Festival', 'deprecated': False}, + 'mit-khronos-old': {'id': 'MIT-Khronos-old', 'deprecated': False}, + 'mit-modern-variant': {'id': 'MIT-Modern-Variant', 'deprecated': False}, + 'mit-open-group': {'id': 'MIT-open-group', 'deprecated': False}, + 'mit-testregex': {'id': 'MIT-testregex', 'deprecated': False}, + 'mit-wu': {'id': 'MIT-Wu', 'deprecated': False}, + 'mitnfa': {'id': 'MITNFA', 'deprecated': False}, + 'mmixware': {'id': 'MMIXware', 'deprecated': False}, + 'motosoto': {'id': 'Motosoto', 'deprecated': False}, + 'mpeg-ssg': {'id': 'MPEG-SSG', 'deprecated': False}, + 'mpi-permissive': {'id': 'mpi-permissive', 'deprecated': False}, + 'mpich2': {'id': 'mpich2', 'deprecated': False}, + 'mpl-1.0': {'id': 'MPL-1.0', 'deprecated': False}, + 'mpl-1.1': {'id': 'MPL-1.1', 'deprecated': False}, + 'mpl-2.0': {'id': 'MPL-2.0', 'deprecated': False}, + 'mpl-2.0-no-copyleft-exception': {'id': 'MPL-2.0-no-copyleft-exception', 'deprecated': False}, + 'mplus': {'id': 'mplus', 'deprecated': False}, + 'ms-lpl': {'id': 'MS-LPL', 'deprecated': False}, + 'ms-pl': {'id': 'MS-PL', 'deprecated': False}, + 'ms-rl': {'id': 'MS-RL', 'deprecated': False}, + 'mtll': {'id': 'MTLL', 'deprecated': False}, + 'mulanpsl-1.0': {'id': 'MulanPSL-1.0', 'deprecated': False}, + 'mulanpsl-2.0': {'id': 'MulanPSL-2.0', 'deprecated': False}, + 'multics': {'id': 'Multics', 'deprecated': False}, + 'mup': {'id': 'Mup', 'deprecated': False}, + 'naist-2003': {'id': 'NAIST-2003', 'deprecated': False}, + 'nasa-1.3': {'id': 'NASA-1.3', 'deprecated': False}, + 'naumen': {'id': 'Naumen', 'deprecated': False}, + 'nbpl-1.0': {'id': 'NBPL-1.0', 'deprecated': False}, + 'ncbi-pd': {'id': 'NCBI-PD', 'deprecated': False}, + 'ncgl-uk-2.0': {'id': 'NCGL-UK-2.0', 'deprecated': False}, + 'ncl': {'id': 'NCL', 'deprecated': False}, + 'ncsa': {'id': 'NCSA', 'deprecated': False}, + 'net-snmp': {'id': 'Net-SNMP', 'deprecated': True}, + 'netcdf': {'id': 'NetCDF', 'deprecated': False}, + 'newsletr': {'id': 'Newsletr', 'deprecated': False}, + 'ngpl': {'id': 'NGPL', 'deprecated': False}, + 'nicta-1.0': {'id': 'NICTA-1.0', 'deprecated': False}, + 'nist-pd': {'id': 'NIST-PD', 'deprecated': False}, + 'nist-pd-fallback': {'id': 'NIST-PD-fallback', 'deprecated': False}, + 'nist-software': {'id': 'NIST-Software', 'deprecated': False}, + 'nlod-1.0': {'id': 'NLOD-1.0', 'deprecated': False}, + 'nlod-2.0': {'id': 'NLOD-2.0', 'deprecated': False}, + 'nlpl': {'id': 'NLPL', 'deprecated': False}, + 'nokia': {'id': 'Nokia', 'deprecated': False}, + 'nosl': {'id': 'NOSL', 'deprecated': False}, + 'noweb': {'id': 'Noweb', 'deprecated': False}, + 'npl-1.0': {'id': 'NPL-1.0', 'deprecated': False}, + 'npl-1.1': {'id': 'NPL-1.1', 'deprecated': False}, + 'nposl-3.0': {'id': 'NPOSL-3.0', 'deprecated': False}, + 'nrl': {'id': 'NRL', 'deprecated': False}, + 'ntp': {'id': 'NTP', 'deprecated': False}, + 'ntp-0': {'id': 'NTP-0', 'deprecated': False}, + 'nunit': {'id': 'Nunit', 'deprecated': True}, + 'o-uda-1.0': {'id': 'O-UDA-1.0', 'deprecated': False}, + 'oar': {'id': 'OAR', 'deprecated': False}, + 'occt-pl': {'id': 'OCCT-PL', 'deprecated': False}, + 'oclc-2.0': {'id': 'OCLC-2.0', 'deprecated': False}, + 'odbl-1.0': {'id': 'ODbL-1.0', 'deprecated': False}, + 'odc-by-1.0': {'id': 'ODC-By-1.0', 'deprecated': False}, + 'offis': {'id': 'OFFIS', 'deprecated': False}, + 'ofl-1.0': {'id': 'OFL-1.0', 'deprecated': False}, + 'ofl-1.0-no-rfn': {'id': 'OFL-1.0-no-RFN', 'deprecated': False}, + 'ofl-1.0-rfn': {'id': 'OFL-1.0-RFN', 'deprecated': False}, + 'ofl-1.1': {'id': 'OFL-1.1', 'deprecated': False}, + 'ofl-1.1-no-rfn': {'id': 'OFL-1.1-no-RFN', 'deprecated': False}, + 'ofl-1.1-rfn': {'id': 'OFL-1.1-RFN', 'deprecated': False}, + 'ogc-1.0': {'id': 'OGC-1.0', 'deprecated': False}, + 'ogdl-taiwan-1.0': {'id': 'OGDL-Taiwan-1.0', 'deprecated': False}, + 'ogl-canada-2.0': {'id': 'OGL-Canada-2.0', 'deprecated': False}, + 'ogl-uk-1.0': {'id': 'OGL-UK-1.0', 'deprecated': False}, + 'ogl-uk-2.0': {'id': 'OGL-UK-2.0', 'deprecated': False}, + 'ogl-uk-3.0': {'id': 'OGL-UK-3.0', 'deprecated': False}, + 'ogtsl': {'id': 'OGTSL', 'deprecated': False}, + 'oldap-1.1': {'id': 'OLDAP-1.1', 'deprecated': False}, + 'oldap-1.2': {'id': 'OLDAP-1.2', 'deprecated': False}, + 'oldap-1.3': {'id': 'OLDAP-1.3', 'deprecated': False}, + 'oldap-1.4': {'id': 'OLDAP-1.4', 'deprecated': False}, + 'oldap-2.0': {'id': 'OLDAP-2.0', 'deprecated': False}, + 'oldap-2.0.1': {'id': 'OLDAP-2.0.1', 'deprecated': False}, + 'oldap-2.1': {'id': 'OLDAP-2.1', 'deprecated': False}, + 'oldap-2.2': {'id': 'OLDAP-2.2', 'deprecated': False}, + 'oldap-2.2.1': {'id': 'OLDAP-2.2.1', 'deprecated': False}, + 'oldap-2.2.2': {'id': 'OLDAP-2.2.2', 'deprecated': False}, + 'oldap-2.3': {'id': 'OLDAP-2.3', 'deprecated': False}, + 'oldap-2.4': {'id': 'OLDAP-2.4', 'deprecated': False}, + 'oldap-2.5': {'id': 'OLDAP-2.5', 'deprecated': False}, + 'oldap-2.6': {'id': 'OLDAP-2.6', 'deprecated': False}, + 'oldap-2.7': {'id': 'OLDAP-2.7', 'deprecated': False}, + 'oldap-2.8': {'id': 'OLDAP-2.8', 'deprecated': False}, + 'olfl-1.3': {'id': 'OLFL-1.3', 'deprecated': False}, + 'oml': {'id': 'OML', 'deprecated': False}, + 'openpbs-2.3': {'id': 'OpenPBS-2.3', 'deprecated': False}, + 'openssl': {'id': 'OpenSSL', 'deprecated': False}, + 'openssl-standalone': {'id': 'OpenSSL-standalone', 'deprecated': False}, + 'openvision': {'id': 'OpenVision', 'deprecated': False}, + 'opl-1.0': {'id': 'OPL-1.0', 'deprecated': False}, + 'opl-uk-3.0': {'id': 'OPL-UK-3.0', 'deprecated': False}, + 'opubl-1.0': {'id': 'OPUBL-1.0', 'deprecated': False}, + 'oset-pl-2.1': {'id': 'OSET-PL-2.1', 'deprecated': False}, + 'osl-1.0': {'id': 'OSL-1.0', 'deprecated': False}, + 'osl-1.1': {'id': 'OSL-1.1', 'deprecated': False}, + 'osl-2.0': {'id': 'OSL-2.0', 'deprecated': False}, + 'osl-2.1': {'id': 'OSL-2.1', 'deprecated': False}, + 'osl-3.0': {'id': 'OSL-3.0', 'deprecated': False}, + 'padl': {'id': 'PADL', 'deprecated': False}, + 'parity-6.0.0': {'id': 'Parity-6.0.0', 'deprecated': False}, + 'parity-7.0.0': {'id': 'Parity-7.0.0', 'deprecated': False}, + 'pddl-1.0': {'id': 'PDDL-1.0', 'deprecated': False}, + 'php-3.0': {'id': 'PHP-3.0', 'deprecated': False}, + 'php-3.01': {'id': 'PHP-3.01', 'deprecated': False}, + 'pixar': {'id': 'Pixar', 'deprecated': False}, + 'pkgconf': {'id': 'pkgconf', 'deprecated': False}, + 'plexus': {'id': 'Plexus', 'deprecated': False}, + 'pnmstitch': {'id': 'pnmstitch', 'deprecated': False}, + 'polyform-noncommercial-1.0.0': {'id': 'PolyForm-Noncommercial-1.0.0', 'deprecated': False}, + 'polyform-small-business-1.0.0': {'id': 'PolyForm-Small-Business-1.0.0', 'deprecated': False}, + 'postgresql': {'id': 'PostgreSQL', 'deprecated': False}, + 'ppl': {'id': 'PPL', 'deprecated': False}, + 'psf-2.0': {'id': 'PSF-2.0', 'deprecated': False}, + 'psfrag': {'id': 'psfrag', 'deprecated': False}, + 'psutils': {'id': 'psutils', 'deprecated': False}, + 'python-2.0': {'id': 'Python-2.0', 'deprecated': False}, + 'python-2.0.1': {'id': 'Python-2.0.1', 'deprecated': False}, + 'python-ldap': {'id': 'python-ldap', 'deprecated': False}, + 'qhull': {'id': 'Qhull', 'deprecated': False}, + 'qpl-1.0': {'id': 'QPL-1.0', 'deprecated': False}, + 'qpl-1.0-inria-2004': {'id': 'QPL-1.0-INRIA-2004', 'deprecated': False}, + 'radvd': {'id': 'radvd', 'deprecated': False}, + 'rdisc': {'id': 'Rdisc', 'deprecated': False}, + 'rhecos-1.1': {'id': 'RHeCos-1.1', 'deprecated': False}, + 'rpl-1.1': {'id': 'RPL-1.1', 'deprecated': False}, + 'rpl-1.5': {'id': 'RPL-1.5', 'deprecated': False}, + 'rpsl-1.0': {'id': 'RPSL-1.0', 'deprecated': False}, + 'rsa-md': {'id': 'RSA-MD', 'deprecated': False}, + 'rscpl': {'id': 'RSCPL', 'deprecated': False}, + 'ruby': {'id': 'Ruby', 'deprecated': False}, + 'ruby-pty': {'id': 'Ruby-pty', 'deprecated': False}, + 'sax-pd': {'id': 'SAX-PD', 'deprecated': False}, + 'sax-pd-2.0': {'id': 'SAX-PD-2.0', 'deprecated': False}, + 'saxpath': {'id': 'Saxpath', 'deprecated': False}, + 'scea': {'id': 'SCEA', 'deprecated': False}, + 'schemereport': {'id': 'SchemeReport', 'deprecated': False}, + 'sendmail': {'id': 'Sendmail', 'deprecated': False}, + 'sendmail-8.23': {'id': 'Sendmail-8.23', 'deprecated': False}, + 'sgi-b-1.0': {'id': 'SGI-B-1.0', 'deprecated': False}, + 'sgi-b-1.1': {'id': 'SGI-B-1.1', 'deprecated': False}, + 'sgi-b-2.0': {'id': 'SGI-B-2.0', 'deprecated': False}, + 'sgi-opengl': {'id': 'SGI-OpenGL', 'deprecated': False}, + 'sgp4': {'id': 'SGP4', 'deprecated': False}, + 'shl-0.5': {'id': 'SHL-0.5', 'deprecated': False}, + 'shl-0.51': {'id': 'SHL-0.51', 'deprecated': False}, + 'simpl-2.0': {'id': 'SimPL-2.0', 'deprecated': False}, + 'sissl': {'id': 'SISSL', 'deprecated': False}, + 'sissl-1.2': {'id': 'SISSL-1.2', 'deprecated': False}, + 'sl': {'id': 'SL', 'deprecated': False}, + 'sleepycat': {'id': 'Sleepycat', 'deprecated': False}, + 'smlnj': {'id': 'SMLNJ', 'deprecated': False}, + 'smppl': {'id': 'SMPPL', 'deprecated': False}, + 'snia': {'id': 'SNIA', 'deprecated': False}, + 'snprintf': {'id': 'snprintf', 'deprecated': False}, + 'softsurfer': {'id': 'softSurfer', 'deprecated': False}, + 'soundex': {'id': 'Soundex', 'deprecated': False}, + 'spencer-86': {'id': 'Spencer-86', 'deprecated': False}, + 'spencer-94': {'id': 'Spencer-94', 'deprecated': False}, + 'spencer-99': {'id': 'Spencer-99', 'deprecated': False}, + 'spl-1.0': {'id': 'SPL-1.0', 'deprecated': False}, + 'ssh-keyscan': {'id': 'ssh-keyscan', 'deprecated': False}, + 'ssh-openssh': {'id': 'SSH-OpenSSH', 'deprecated': False}, + 'ssh-short': {'id': 'SSH-short', 'deprecated': False}, + 'ssleay-standalone': {'id': 'SSLeay-standalone', 'deprecated': False}, + 'sspl-1.0': {'id': 'SSPL-1.0', 'deprecated': False}, + 'standardml-nj': {'id': 'StandardML-NJ', 'deprecated': True}, + 'sugarcrm-1.1.3': {'id': 'SugarCRM-1.1.3', 'deprecated': False}, + 'sun-ppp': {'id': 'Sun-PPP', 'deprecated': False}, + 'sun-ppp-2000': {'id': 'Sun-PPP-2000', 'deprecated': False}, + 'sunpro': {'id': 'SunPro', 'deprecated': False}, + 'swl': {'id': 'SWL', 'deprecated': False}, + 'swrule': {'id': 'swrule', 'deprecated': False}, + 'symlinks': {'id': 'Symlinks', 'deprecated': False}, + 'tapr-ohl-1.0': {'id': 'TAPR-OHL-1.0', 'deprecated': False}, + 'tcl': {'id': 'TCL', 'deprecated': False}, + 'tcp-wrappers': {'id': 'TCP-wrappers', 'deprecated': False}, + 'termreadkey': {'id': 'TermReadKey', 'deprecated': False}, + 'tgppl-1.0': {'id': 'TGPPL-1.0', 'deprecated': False}, + 'threeparttable': {'id': 'threeparttable', 'deprecated': False}, + 'tmate': {'id': 'TMate', 'deprecated': False}, + 'torque-1.1': {'id': 'TORQUE-1.1', 'deprecated': False}, + 'tosl': {'id': 'TOSL', 'deprecated': False}, + 'tpdl': {'id': 'TPDL', 'deprecated': False}, + 'tpl-1.0': {'id': 'TPL-1.0', 'deprecated': False}, + 'ttwl': {'id': 'TTWL', 'deprecated': False}, + 'ttyp0': {'id': 'TTYP0', 'deprecated': False}, + 'tu-berlin-1.0': {'id': 'TU-Berlin-1.0', 'deprecated': False}, + 'tu-berlin-2.0': {'id': 'TU-Berlin-2.0', 'deprecated': False}, + 'ubuntu-font-1.0': {'id': 'Ubuntu-font-1.0', 'deprecated': False}, + 'ucar': {'id': 'UCAR', 'deprecated': False}, + 'ucl-1.0': {'id': 'UCL-1.0', 'deprecated': False}, + 'ulem': {'id': 'ulem', 'deprecated': False}, + 'umich-merit': {'id': 'UMich-Merit', 'deprecated': False}, + 'unicode-3.0': {'id': 'Unicode-3.0', 'deprecated': False}, + 'unicode-dfs-2015': {'id': 'Unicode-DFS-2015', 'deprecated': False}, + 'unicode-dfs-2016': {'id': 'Unicode-DFS-2016', 'deprecated': False}, + 'unicode-tou': {'id': 'Unicode-TOU', 'deprecated': False}, + 'unixcrypt': {'id': 'UnixCrypt', 'deprecated': False}, + 'unlicense': {'id': 'Unlicense', 'deprecated': False}, + 'upl-1.0': {'id': 'UPL-1.0', 'deprecated': False}, + 'urt-rle': {'id': 'URT-RLE', 'deprecated': False}, + 'vim': {'id': 'Vim', 'deprecated': False}, + 'vostrom': {'id': 'VOSTROM', 'deprecated': False}, + 'vsl-1.0': {'id': 'VSL-1.0', 'deprecated': False}, + 'w3c': {'id': 'W3C', 'deprecated': False}, + 'w3c-19980720': {'id': 'W3C-19980720', 'deprecated': False}, + 'w3c-20150513': {'id': 'W3C-20150513', 'deprecated': False}, + 'w3m': {'id': 'w3m', 'deprecated': False}, + 'watcom-1.0': {'id': 'Watcom-1.0', 'deprecated': False}, + 'widget-workshop': {'id': 'Widget-Workshop', 'deprecated': False}, + 'wsuipa': {'id': 'Wsuipa', 'deprecated': False}, + 'wtfpl': {'id': 'WTFPL', 'deprecated': False}, + 'wxwindows': {'id': 'wxWindows', 'deprecated': True}, + 'x11': {'id': 'X11', 'deprecated': False}, + 'x11-distribute-modifications-variant': {'id': 'X11-distribute-modifications-variant', 'deprecated': False}, + 'x11-swapped': {'id': 'X11-swapped', 'deprecated': False}, + 'xdebug-1.03': {'id': 'Xdebug-1.03', 'deprecated': False}, + 'xerox': {'id': 'Xerox', 'deprecated': False}, + 'xfig': {'id': 'Xfig', 'deprecated': False}, + 'xfree86-1.1': {'id': 'XFree86-1.1', 'deprecated': False}, + 'xinetd': {'id': 'xinetd', 'deprecated': False}, + 'xkeyboard-config-zinoviev': {'id': 'xkeyboard-config-Zinoviev', 'deprecated': False}, + 'xlock': {'id': 'xlock', 'deprecated': False}, + 'xnet': {'id': 'Xnet', 'deprecated': False}, + 'xpp': {'id': 'xpp', 'deprecated': False}, + 'xskat': {'id': 'XSkat', 'deprecated': False}, + 'xzoom': {'id': 'xzoom', 'deprecated': False}, + 'ypl-1.0': {'id': 'YPL-1.0', 'deprecated': False}, + 'ypl-1.1': {'id': 'YPL-1.1', 'deprecated': False}, + 'zed': {'id': 'Zed', 'deprecated': False}, + 'zeeff': {'id': 'Zeeff', 'deprecated': False}, + 'zend-2.0': {'id': 'Zend-2.0', 'deprecated': False}, + 'zimbra-1.3': {'id': 'Zimbra-1.3', 'deprecated': False}, + 'zimbra-1.4': {'id': 'Zimbra-1.4', 'deprecated': False}, + 'zlib': {'id': 'Zlib', 'deprecated': False}, + 'zlib-acknowledgement': {'id': 'zlib-acknowledgement', 'deprecated': False}, + 'zpl-1.1': {'id': 'ZPL-1.1', 'deprecated': False}, + 'zpl-2.0': {'id': 'ZPL-2.0', 'deprecated': False}, + 'zpl-2.1': {'id': 'ZPL-2.1', 'deprecated': False}, +} + +EXCEPTIONS: dict[str, SPDXException] = { + '389-exception': {'id': '389-exception', 'deprecated': False}, + 'asterisk-exception': {'id': 'Asterisk-exception', 'deprecated': False}, + 'asterisk-linking-protocols-exception': {'id': 'Asterisk-linking-protocols-exception', 'deprecated': False}, + 'autoconf-exception-2.0': {'id': 'Autoconf-exception-2.0', 'deprecated': False}, + 'autoconf-exception-3.0': {'id': 'Autoconf-exception-3.0', 'deprecated': False}, + 'autoconf-exception-generic': {'id': 'Autoconf-exception-generic', 'deprecated': False}, + 'autoconf-exception-generic-3.0': {'id': 'Autoconf-exception-generic-3.0', 'deprecated': False}, + 'autoconf-exception-macro': {'id': 'Autoconf-exception-macro', 'deprecated': False}, + 'bison-exception-1.24': {'id': 'Bison-exception-1.24', 'deprecated': False}, + 'bison-exception-2.2': {'id': 'Bison-exception-2.2', 'deprecated': False}, + 'bootloader-exception': {'id': 'Bootloader-exception', 'deprecated': False}, + 'classpath-exception-2.0': {'id': 'Classpath-exception-2.0', 'deprecated': False}, + 'clisp-exception-2.0': {'id': 'CLISP-exception-2.0', 'deprecated': False}, + 'cryptsetup-openssl-exception': {'id': 'cryptsetup-OpenSSL-exception', 'deprecated': False}, + 'digirule-foss-exception': {'id': 'DigiRule-FOSS-exception', 'deprecated': False}, + 'ecos-exception-2.0': {'id': 'eCos-exception-2.0', 'deprecated': False}, + 'erlang-otp-linking-exception': {'id': 'erlang-otp-linking-exception', 'deprecated': False}, + 'fawkes-runtime-exception': {'id': 'Fawkes-Runtime-exception', 'deprecated': False}, + 'fltk-exception': {'id': 'FLTK-exception', 'deprecated': False}, + 'fmt-exception': {'id': 'fmt-exception', 'deprecated': False}, + 'font-exception-2.0': {'id': 'Font-exception-2.0', 'deprecated': False}, + 'freertos-exception-2.0': {'id': 'freertos-exception-2.0', 'deprecated': False}, + 'gcc-exception-2.0': {'id': 'GCC-exception-2.0', 'deprecated': False}, + 'gcc-exception-2.0-note': {'id': 'GCC-exception-2.0-note', 'deprecated': False}, + 'gcc-exception-3.1': {'id': 'GCC-exception-3.1', 'deprecated': False}, + 'gmsh-exception': {'id': 'Gmsh-exception', 'deprecated': False}, + 'gnat-exception': {'id': 'GNAT-exception', 'deprecated': False}, + 'gnome-examples-exception': {'id': 'GNOME-examples-exception', 'deprecated': False}, + 'gnu-compiler-exception': {'id': 'GNU-compiler-exception', 'deprecated': False}, + 'gnu-javamail-exception': {'id': 'gnu-javamail-exception', 'deprecated': False}, + 'gpl-3.0-interface-exception': {'id': 'GPL-3.0-interface-exception', 'deprecated': False}, + 'gpl-3.0-linking-exception': {'id': 'GPL-3.0-linking-exception', 'deprecated': False}, + 'gpl-3.0-linking-source-exception': {'id': 'GPL-3.0-linking-source-exception', 'deprecated': False}, + 'gpl-cc-1.0': {'id': 'GPL-CC-1.0', 'deprecated': False}, + 'gstreamer-exception-2005': {'id': 'GStreamer-exception-2005', 'deprecated': False}, + 'gstreamer-exception-2008': {'id': 'GStreamer-exception-2008', 'deprecated': False}, + 'i2p-gpl-java-exception': {'id': 'i2p-gpl-java-exception', 'deprecated': False}, + 'kicad-libraries-exception': {'id': 'KiCad-libraries-exception', 'deprecated': False}, + 'lgpl-3.0-linking-exception': {'id': 'LGPL-3.0-linking-exception', 'deprecated': False}, + 'libpri-openh323-exception': {'id': 'libpri-OpenH323-exception', 'deprecated': False}, + 'libtool-exception': {'id': 'Libtool-exception', 'deprecated': False}, + 'linux-syscall-note': {'id': 'Linux-syscall-note', 'deprecated': False}, + 'llgpl': {'id': 'LLGPL', 'deprecated': False}, + 'llvm-exception': {'id': 'LLVM-exception', 'deprecated': False}, + 'lzma-exception': {'id': 'LZMA-exception', 'deprecated': False}, + 'mif-exception': {'id': 'mif-exception', 'deprecated': False}, + 'nokia-qt-exception-1.1': {'id': 'Nokia-Qt-exception-1.1', 'deprecated': True}, + 'ocaml-lgpl-linking-exception': {'id': 'OCaml-LGPL-linking-exception', 'deprecated': False}, + 'occt-exception-1.0': {'id': 'OCCT-exception-1.0', 'deprecated': False}, + 'openjdk-assembly-exception-1.0': {'id': 'OpenJDK-assembly-exception-1.0', 'deprecated': False}, + 'openvpn-openssl-exception': {'id': 'openvpn-openssl-exception', 'deprecated': False}, + 'pcre2-exception': {'id': 'PCRE2-exception', 'deprecated': False}, + 'ps-or-pdf-font-exception-20170817': {'id': 'PS-or-PDF-font-exception-20170817', 'deprecated': False}, + 'qpl-1.0-inria-2004-exception': {'id': 'QPL-1.0-INRIA-2004-exception', 'deprecated': False}, + 'qt-gpl-exception-1.0': {'id': 'Qt-GPL-exception-1.0', 'deprecated': False}, + 'qt-lgpl-exception-1.1': {'id': 'Qt-LGPL-exception-1.1', 'deprecated': False}, + 'qwt-exception-1.0': {'id': 'Qwt-exception-1.0', 'deprecated': False}, + 'romic-exception': {'id': 'romic-exception', 'deprecated': False}, + 'rrdtool-floss-exception-2.0': {'id': 'RRDtool-FLOSS-exception-2.0', 'deprecated': False}, + 'sane-exception': {'id': 'SANE-exception', 'deprecated': False}, + 'shl-2.0': {'id': 'SHL-2.0', 'deprecated': False}, + 'shl-2.1': {'id': 'SHL-2.1', 'deprecated': False}, + 'stunnel-exception': {'id': 'stunnel-exception', 'deprecated': False}, + 'swi-exception': {'id': 'SWI-exception', 'deprecated': False}, + 'swift-exception': {'id': 'Swift-exception', 'deprecated': False}, + 'texinfo-exception': {'id': 'Texinfo-exception', 'deprecated': False}, + 'u-boot-exception-2.0': {'id': 'u-boot-exception-2.0', 'deprecated': False}, + 'ubdl-exception': {'id': 'UBDL-exception', 'deprecated': False}, + 'universal-foss-exception-1.0': {'id': 'Universal-FOSS-exception-1.0', 'deprecated': False}, + 'vsftpd-openssl-exception': {'id': 'vsftpd-openssl-exception', 'deprecated': False}, + 'wxwindows-exception-3.1': {'id': 'WxWindows-exception-3.1', 'deprecated': False}, + 'x11vnc-openssl-exception': {'id': 'x11vnc-openssl-exception', 'deprecated': False}, +} diff --git a/env/lib/python3.8/site-packages/pip/_vendor/packaging/markers.py b/env/lib/python3.8/site-packages/pip/_vendor/packaging/markers.py new file mode 100644 index 000000000..fb7f49cf8 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/packaging/markers.py @@ -0,0 +1,331 @@ +# 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 operator +import os +import platform +import sys +from typing import Any, Callable, TypedDict, cast + +from ._parser import MarkerAtom, MarkerList, Op, Value, Variable +from ._parser import parse_marker as _parse_marker +from ._tokenizer import ParserSyntaxError +from .specifiers import InvalidSpecifier, Specifier +from .utils import canonicalize_name + +__all__ = [ + "InvalidMarker", + "Marker", + "UndefinedComparison", + "UndefinedEnvironmentName", + "default_environment", +] + +Operator = Callable[[str, str], bool] + + +class InvalidMarker(ValueError): + """ + An invalid marker was found, users should refer to PEP 508. + """ + + +class UndefinedComparison(ValueError): + """ + An invalid operation was attempted on a value that doesn't support it. + """ + + +class UndefinedEnvironmentName(ValueError): + """ + A name was attempted to be used that does not exist inside of the + environment. + """ + + +class Environment(TypedDict): + implementation_name: str + """The implementation's identifier, e.g. ``'cpython'``.""" + + implementation_version: str + """ + The implementation's version, e.g. ``'3.13.0a2'`` for CPython 3.13.0a2, or + ``'7.3.13'`` for PyPy3.10 v7.3.13. + """ + + os_name: str + """ + The value of :py:data:`os.name`. The name of the operating system dependent module + imported, e.g. ``'posix'``. + """ + + platform_machine: str + """ + Returns the machine type, e.g. ``'i386'``. + + An empty string if the value cannot be determined. + """ + + platform_release: str + """ + The system's release, e.g. ``'2.2.0'`` or ``'NT'``. + + An empty string if the value cannot be determined. + """ + + platform_system: str + """ + The system/OS name, e.g. ``'Linux'``, ``'Windows'`` or ``'Java'``. + + An empty string if the value cannot be determined. + """ + + platform_version: str + """ + The system's release version, e.g. ``'#3 on degas'``. + + An empty string if the value cannot be determined. + """ + + python_full_version: str + """ + The Python version as string ``'major.minor.patchlevel'``. + + Note that unlike the Python :py:data:`sys.version`, this value will always include + the patchlevel (it defaults to 0). + """ + + platform_python_implementation: str + """ + A string identifying the Python implementation, e.g. ``'CPython'``. + """ + + python_version: str + """The Python version as string ``'major.minor'``.""" + + sys_platform: str + """ + This string contains a platform identifier that can be used to append + platform-specific components to :py:data:`sys.path`, for instance. + + For Unix systems, except on Linux and AIX, this is the lowercased OS name as + returned by ``uname -s`` with the first part of the version as returned by + ``uname -r`` appended, e.g. ``'sunos5'`` or ``'freebsd8'``, at the time when Python + was built. + """ + + +def _normalize_extra_values(results: Any) -> 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/env/lib/python3.8/site-packages/pip/_vendor/packaging/metadata.py b/env/lib/python3.8/site-packages/pip/_vendor/packaging/metadata.py new file mode 100644 index 000000000..721f411cf --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/packaging/py.typed b/env/lib/python3.8/site-packages/pip/_vendor/packaging/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/env/lib/python3.8/site-packages/pip/_vendor/packaging/requirements.py b/env/lib/python3.8/site-packages/pip/_vendor/packaging/requirements.py new file mode 100644 index 000000000..4e068c956 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/packaging/specifiers.py b/env/lib/python3.8/site-packages/pip/_vendor/packaging/specifiers.py new file mode 100644 index 000000000..f18016e16 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/packaging/tags.py b/env/lib/python3.8/site-packages/pip/_vendor/packaging/tags.py new file mode 100644 index 000000000..f5903402a --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/packaging/utils.py b/env/lib/python3.8/site-packages/pip/_vendor/packaging/utils.py new file mode 100644 index 000000000..23450953d --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/packaging/version.py b/env/lib/python3.8/site-packages/pip/_vendor/packaging/version.py new file mode 100644 index 000000000..21f44ca09 --- /dev/null +++ b/env/lib/python3.8/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
                                          # 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/env/lib/python3.8/site-packages/pip/_vendor/pkg_resources/__init__.py b/env/lib/python3.8/site-packages/pip/_vendor/pkg_resources/__init__.py
new file mode 100644
index 000000000..57ce7f100
--- /dev/null
+++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..652696103ed35af5efe2e5e93b642c5e398b7663
GIT binary patch
literal 112437
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 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/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/__main__.py b/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/__main__.py new file mode 100644 index 000000000..fa8a677a3 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..611907b612e3d0ec6aa33d7d35748b386361de03 GIT binary patch literal 16503 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..afb0db2bdf8e2cbbaf86c1260dcff589a1192bfe GIT binary patch literal 7985 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fb137cb0b2f2338ea412bc5abfe0109a271a91dc GIT binary patch literal 10624 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 U8K}x66b%*lr@^G6%9Y&z0D37TBLDyZ literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bd5afdd4025d487af172ae0b8b58dcb82df9c9e7 GIT binary patch literal 6828 zcmdT|TXWmS6$VI(H<1!8$(J;CjW|vmr4rFJGntO!sy)o4%J=w?{^j7|3q?`+0o)L!p%9g19M#PD#`9E>*aplwVGe= z*MC4O*41dy@;pDZLfiNFGkC5(|I^+>W9P}koiCq0d;EhMYc20NR@m~H`@m-W-u)d= z%y;AXr-1p_+)c<_DBPjJ>wTdpx9Wy)1e@ z@*T%N=0dUEwTb05sn%k?E8d#-g215~@ta+jdU1|ucROJi@GV^@^oTk*Zrwt)dee7x z$39>d>**G2cI+dnk95@^*$&;cJgZG{IDN;5uLWV(a>Sc`Vb~t?+stxZF!eDQM0J7n zkC1i)WRsG5Cv=@{)2IupcdZuyzssrSw*)W~?DH&_YIlPqiNQ}CthVa|&m~!nNKkXz z+=v};L>Y&PF-OltQ}(1D?=ou8mo^Xi9Q{Z1x6LFzQI>}c=31W7u*9I@qw_AsHab_&mx5 zKqgU{z6{_EnsWvO!>Q9cQ`jZI_9N9hz6%Lud3w+bJHEFWe7f0Ulpff0Gh|lt1!X$* zjxYrijZf>p*0~+h%>dp)(s4bo106o=5ufSlT+m^X_`DwUqAGsdKvx-%B=5qPc?KFK z+g}xlSRZ*m5|1pX$$0z@9zx|%eGT0AM*UVjQQ38fPnKlfsBP8Dw3Tl&Cz;ndAfrxQSQ*Uy|XNAV7RPXOZq>D~ zJ*NjDM_v}W-GZVLYG9%ZaRrjm>=v-8bbu)miqjBD*EFBAE;Y^dOr#m2qk$a_iyH#I z-7;iHb`uO_%h(_jrW~>~go(XAfwu#;T8r6gRAIsg=m+5g^bp`js!{tp5`EM6T6X)~ zqQSAST3jOg-_$fer;H%V=abzlc_OU zierRhVTis+!Aw$XRAB@qPA!S@C$EH`Os#~?F;5Kxo&-Bt-AHbm?WeK&@xNL9jx44N z%+n%0hG0lS|92Je9GJr@I6IWG@Ub<>$^O;RawiAxFOQ{#sB-Kw^kFx!nM%CE{Wv=w zg34qmN>i{@9hoO@D?|1e5BxXl5YrInhuBQz?3mRAAD|iEAmn6aoN)G-#st#o#pb@m z2y2M&e6EvxEx2c}NH^K7Sysm^CI-eh{W)cHn#H8Tgw2x0W^(oKrTvb7ex;n)UVY`a zr}OmEkf%{+HcMB8BjCe`&P<_ONtMy$^#rz&1<-J>B6f|#CBR?@&*!T`50bM24%@=T zQ(Zp7QV-WztcuMNHq)|fB@XOh3`9j!sIH|@NxM+#KgM?KIle{a#+IlLuqBV|#@|xh=7!F|arpG@^oG0K0>@7%)6v4tw!lQtX4@ zLyO+W<~BATU?Wy7cku2bY}T>)1vVSlY+_T#M#tut*a%#|!n@(hPTXOgX9Z}mJaOE+ z6xG~fMy=)Gzm{C_e(*m{Hh4F772~ciiTy6ZZ*`Ha4TIr2Dk|UsB&@9BI(Y>}`LGwj zxe>!k9cAIXnqlV0hbVZ`j=Od-D7wsY92jZ}oTzv=cJwx83&)XjnM$Up7S#$|b8019 K`>Ud6{`GGKZD;-f literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0210dba96d84272793043d525575faaf274e1673 GIT binary patch literal 10848 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 bs^xPD=YEmq2!WC)h=POQh(@#>Y!C8Z=yr(f literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..70dbc4caf0fc317390e4e39971b4ddb9c41c6782 GIT binary patch literal 9250 zcmbtaOK{vqdd6#>9Fil7dRp;fy|S%wOwyKQd8H^?(IjOtB8Ln~Nzp7f7;qXSL1KV$ z10#vE!^+muIppAE&l@F0Rpp{! zE2?;F6%B9AN!8PpwD^{CGWBdFi+Y-6oLoI$$;*8Is^4Wr65aRN-W3nUrQ`+ z<@eOeAREBH!V85BvZ1fF$`D$^qFrRC&>l{{kFe8d7nAlVJA?Kqc9xxcA+z)B0$L+h znyKvKH?lRdC+*3V(=5LsS4Nq-ES27AWgpuv^Pc(R2ZV7+4hKxv^#U`nJ=ZUzopX58 zsF}4*3yr~*CyO)2)cu*M2eaib59Dab@SmIL9+uWc0VhVuSDbsPxHOH#aw7tI+ z8h449_c7X%Dl!PFFu9^y8dI2xZEGy`wT6wRh-7FhEQ=@iLS=b2@HGgVKo;1bfXpO4 zLu^>|WRo62GR&4sdIZtXlTUgC+0ZkP^nie3ol zTi1h4ORr)%*Q{Im?M5sm3{o;~Htg|3VuL;bd8hiZ7-cqtO^=IN-)L+EFGfGLxDNq- zgEeDFF^YR;-F7$LaK#u}jPx3|`)2FKkYbeO`b};b)^pnr{5M>+Z_J%)O!ZLp1O7@5 z)7%Q0+^vyfc77@8_yCmbN6GXR@m>WmgX5EoEN~w6?q_zm#{CwzQvWD=%dT zmD>7uu`3d$ThYw7BFO;@tr~=BM-Oa^k!TUC!FB$zZjEn@C&Tn=_5Fv-GfRt03-@N{ zX5L?&Y&51Jd#iI^&2&~TgXIz1M3v;ETGg+>0O>J#OL{B6UKD~X@Q>)VZqO|NcEFw>oA>_EodvBtHrb#7T} zwlx-Tv$kzqF1vz$~xZI2?vQI z2I;y1j=h7m{WJr)hng$Nu%UUiMt8qzX*e71lnOK5~!*(j%mg z-L78um|k5bi=%*pukkEl4jdjZUC4Dzg)b+Z7$!)!Qij5nAx~3E43!ehUF25$fPpP6$8>o)DlPsE+_AYxoxl zqCUeU;|L3m!R&UqU?)CRg@2NjK4rL?ed{Ch-+ z#0~QAQ}aD4juY#GKpop7+B_lJh|{#1hA$(J)*9^-?HI6+Ld4g^kx``7Z$8M6x5^16 zm{)7oEjRFAXDcWQ1&;l}=X7UewHgjZj%#sdX?dYMIrmEILAdL(juVHGNNzfF5!!2n zb}SMX`_N4`OJLs#>1VFvne2B#Ivxq6ha;q?7ao`A7AB{c`890(Sefr28IPsiZ@dP{ z9-}@g7YI*JK=mGEcp?}F2)0aVlhH-{>kF()XKx9nb+WWN-(msD52=| zpm?E=kG)WDjp6+S!>2a0ytl{ikr)Q-;&aRVlSi}DGYcoPFN#N^)d;b#dJyZ6N4hX? zjaD}@sW*MQ_SRgRr%}B~%|Be8ojMt*$PSCO2&bn#IQ84%1mvwzdXR96S^jq5Ayaaq zC?(7&jCZPatx`B;Y__t9Y8F@r4C;JZj zD^|U6{0TjoK}1s(jUeHRx*kXvWZ{OAgT%4EC?a6IaiY!7K!G^Ox+u5$N!SC{N5Ye% zjIO{RrOlCmDv84dQ+pPpQ2a;O*RgiDD8io}=)WKgV%L)F|1ePLY?w6+3U&=6%o|4C zV@-$Z1;hBNX*%(jjA6hZp*!2)Uc=(SPUP?DU>2PYexGU|Q!!4(1Qnl9@hKJ8sklMK z52?6C#ce9?P$6)-OSSItLe#{$H;WJC+Wl!1Sy{^~axs5?7-b5N7C+gZHq|@*hu`?d zX-1wyQBuNu&9|8&C=jJ3h>4vag%(M8v4uu}qv0NDK$MagrBnf(O(^yJLfuCgCNg12 zOK)fSU6yW3e=Yruva1G4Tiug?E(hwC2B=7jXpSsjXPLIr4FO;?GFI6o5k%b<^qN+tG)v z$j0iz-sr^aTYBr#L)XX3$E|itFQvjO{rM}yUN^c#G!Qcy7>W!K4^=>h`A3usn&I5z zLNUWkJab9o_pl4fJ^D>2s1)L1f*GM&_cwavfkYv^bZBLwN@p?uuK?k{heA@aGUP;6 zWc>TTw5I%8OJxyHW|1L@-h2^IBCT~qe-jhqaK(M)}b zBPn1sz}!CpCKbb^0ppwilZj!nfceDxt<3+EFHul zwhPb3QNaybth01cgiE5_i|jraDSVsE^3ci~Y#`QMC4jyP-Nk{66}DAA9cVw7al@8( zQb_z&hGakz%GtsYplP1pXaiS$ySuUURDuFrm07p$X;06MB6B62tSrV~uZ z{5Z00G?7_!14~@62%s925rHxo?mx4ls}dn2juT0V@sY3we!QnjCicj!p((Fk#|25J zJt*?=ohG=BoB(A!TOa)N+UM7&XRhA-WbD(c*Y1s7|Ln$RV>ds&aeeIC&8h1*uYNXj z{l@2C?6wBxcl3^^w6bUjK@l|}C8g{kt0iPn$ea)~AznhP%6t~g4O7qPvWb%&Z{1zS zebh5#DOcw^w^OTeG_*R^1PR>WQFP<8I`h2Y;F624F4HZQeorWlU&`|bn268O%&NcR z!vn^*QQ_&b7tGchjztF9V#30OX{-*0hM5JV^dDF|;i>x%W}X;R50{o^$}0wGP+0im zrp0$6v-mu6L>VFOl~dx1EWQ|soYDd<|5z-)jp=epP!-C?A@w-kK6b?GA2Elx#*uQu zGLm(S{{3${r~FFGN47DK%yL$tJU{ zBh!G-?&sRtR=%CaTq?e$p@|Y3fvNoaU|_4TKS*EMX<g z5S;P>WyKGEK*c30=z`*ak{Aa=RFL;Ppp47`MJA=(u_8)luq&OB#Qq`mk(k;PSO{rh zj?+hE3fWXVK3%)fHrmopMsVGRdkKW#(zf;p$?C5_8la&Z{00DY+pcj4m|PvXE{;6;O`|7Y@LLf!2}r%50iGaZ6w! ztWFdv(cVgm7!dV#1NCz>$*6%e$F|W=(qH3C+-aCwZ@RcW_8gy+hJ`_. + + 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/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/api.py b/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/api.py new file mode 100644 index 000000000..18d660e4f --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/macos.py b/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/macos.py new file mode 100644 index 000000000..e4b0391ab --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/py.typed b/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/unix.py b/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/unix.py new file mode 100644 index 000000000..f1942e92e --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/version.py b/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/version.py new file mode 100644 index 000000000..afb49243e --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/windows.py b/env/lib/python3.8/site-packages/pip/_vendor/platformdirs/windows.py new file mode 100644 index 000000000..d7bc96091 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/pygments/__init__.py b/env/lib/python3.8/site-packages/pip/_vendor/pygments/__init__.py new file mode 100644 index 000000000..60ae9bb85 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/pygments/__main__.py b/env/lib/python3.8/site-packages/pip/_vendor/pygments/__main__.py new file mode 100644 index 000000000..dcc6e5add --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..baef96144ba2dabcfeaa13a1c86cc34ea581f3f9 GIT binary patch literal 2937 zcmZuzTW=f372XSPq9oTT(!vRXVuHMw2DNk@BM8(wXsp<^0!20~rAhh1UG5CYsrHtc zSxF@5qKJb2ivsae(Z95>eJapjkf(fSmZY3SBhF~9XTEdhJLl||ySrTnW%2)yX8+!H zod43`&EjM5Csh3u4R?kPce$6isW*4mh2^D+1&ebo0`_dJ7F1PYzlMJgYF|h$n2IuJ2{dt@rg_E^j7unv%^7ED zq|VBMK&6q>RT&+x2)KoJ&k4%JC&Qfo~*Wo0^souE%%nxZso=zTJf z2Et^{o}GSi)MrQ0srb6jUYi)_kY-UWM_XmS1gqGs~$_#-l_#axlc?X!b*mp!PkRwN9%|3j2x@1P!_>KAAhJ4^R_XX(6lzj98ThGX2b zuKL_{=+DMD#J5+T>zKyUHO(teeP&uqcj?)l%l#|&TlZV%uTJKD?eGSoT66I)tLl-s zWFfhA2=B$al6gWP6e?tQ(^4BY2JcvieKcj?8}#hi!$dqpiBcgB!A(ILOAz>q$`GR2(??h=DZHNWedf~hd0`o!HHxI>{L_$FI~YS-M1?D_`9)?v+!#XS^%tl@F@m`xBBn&B+lYms5KQTb|o+?||K1@Aih_F+R#Rh5A$v zP&G*~h>)PLd*v;?rGMpvZ0@44uXajt2tRtNG)I7=5WJTlFDBP{lD;b@Wfs%-N5JrD zhQu^R!qql7hD4N_0=0I;FvK=-ea5c#JgbRy)LujV3c%EDYVJ_;4mCehyp6dpP_@kl z&7ONqzi!nYjd&i9MwKV?`laa2s_hX1gwgijXyd6|e$DC*j9(s=i_*KiwN*YCX5edkB2t6@<9 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..505608499b07bb0aafe2a05d98c2241cd227fd76 GIT binary patch literal 587 zcmZ8e&2H2%5Vn()E>Vkw)MJHwU5Ui2EvnE8Axf!4`6(4k1?uk^g}#BY1*6-N`q zF%L>S!Tt=(pb94;M#~+*-y#SBf7P5F7nOCiAoKBbA^vv5t6nfao*`x5Gz$_zi24ve|f?guirJ*rcGI4x8KlxLEz z+K}kI971=GXqPT~*f&lN}JNPdk2dXgu literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d5f42376f4c651efe23e5eb2fe703020c8468e25 GIT binary patch literal 15428 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 aVg#|&fz)7XEOkCLoBDzF1MQvBf&UA+k7_Rf literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..211f5ae743867a00c9f345862f78841517fb5f18 GIT binary patch literal 1920 zcmb7FTXWk)6y9A)wyZdzv}sZ&rHIl(uC_@+pl*f%(sp2m2@Ihx3XCJ`Y-}~Un3bH= z9+wwjhF`(7kD1|_KfnvaPta?hGQ%&(OF6r8XcFLo_3Y|97oE%Moa2Y%;}*d+_;bDU zYk`pGk~q6eBtFEQFiHpzhX8e`PaFn}k1nR7ZffkY${w**iv{*;j+Tx z3Qs8fio%yR2)qiH;R;N`RhWWlxYjlu4Jt4Lvv3_=gB$QV*vQl24aeXGu5tZ)c8`3s z_BC^gj)@W7nSO{=8G%F?S4%zfh4`*y#N>y!8Wd zO7J$!;nRY7Sit8PEN+werNM8OjjP*lhdfG?suxE|9B{?_?!vMZ_dzT|H?_Suhy@3H zsu%3Imv(z;HP>l)aknr0b|-Dvo2SrTsn^$+SL!QkcB^lv9d3Uy@@l8t4VUbMbNi!* zUw!iVm)lk4suB1ej}qRnKic^ZwTMeS0q!Ht^K-gQRK=*z8V52Bp9?y!Q+s2D@Gu`XEQKq+r+jquV>Mqo~ zPAMnQ!YN!2}X(x`ByQ|B4n03qN z%c;Pd;G)K(gIeIXMjETt_iG7;wA@80UPV&t`rTUdfa6sQ)XB@NHmaIxx1WuvPt{cQ zG$-Se@enF1czOy;8kfWxZk5C&f|LwNg$(KRD4l6cNJxRWipM;2O3G++pZ7C8<&V>s zsflZ-k(o;F5BL&Nr+#MbRBP69jGYgbncmf&IwPKLHJ>L^_7I&%_+)cs_`9 zN}`z|drDFYMuj}1RO&L&r0x@m|I5N7D4>O(&RHn_FAKkbi5C7iXQA{j7F2Zd7FBde z4e2SusI8n2V^7(TJ)<};%7fp}4uRcWd9Ay<_MxA4Y&RbYHnvp_+cUx1vE4Kkeyf-A zq|wM{gB&;N-X*{l$$1jwEM;3V7nH_=gtlzo3*x+5no9h4-(FN&R5liK8?u@GsC~xH zmbil7^7sX=6S^qy--2XxLCCM2(WWr)saiwGZkpG!g4^w46^kjUpg)TJ2${OfPs~VG z0qeLI{G-M!H%fe*RyZ^3sFqyEgOqeSM<;0c+&MulSmb*a&0j1^fe!_Q#bX$0Pufdn#Z%Mc( z?rw$CKJhM1es3~p`FMXQQmxuioM<7<+INesX%@f8_$U!f9|W4k!#ok@8vF~!MHGw@ z&8&#FJ>Lzpd@SSr1Knj?vngA@d2@4Z{pR{dY%n%=zbxNpS_H#Yri5Vko;-f==&OF) zJljp;P^3z9*(d#NyZ`yat({(fheer$r*#k~s@?2`F1TaXsxU!6;hOpYhVMy4Ipxl2 zu3Gq&7W-W)^U|*#jD+B(x-$r}90B^)r)=8VMH%LWWZYeC{NEGb+kwPmM4m#Mr2^N`|7 z*>H~UY(ZBH1`X~!q}qw7cBh2X69@hQG~D?asAM4Xr-|aW2s0UIK%^l^n59QTYQ+K; zjnYuZ89*RK9F>vnb}dVgf_IhSlQrB(!&M*^OR{4j!$64}N+i*$1r?CMzziUhqhRHA z&oALcq=nYwT&%LAAQ=gGxV*7=4$qEbkpLR!PPfgQH#{Sr3y36>y`0U`Twy6c*ZNFdkQj9BG02v)tQS$!r+8MKAG z#rmT`m;?$4jpVmeaOSAwnO8SqE#vpnb7yVn!Jp+40x7( z|LG`5EJ_R*B*xmvn3H=B3wafGJrs^i2P9M*u339E5-{5@A^}j~@(R?&DhC|Ex5gbr zgM1y1PW~`~yf*++1)(mZ4k71Qp%z1qg`f z+zv)M8wNUtTn7clN>@ykNQBG}b!HBZK<snO$1zldk!FKzl=AcB z=GBV&L7j{~y%|yiJsk3Qz9qH)`%=sQSmBe8O+ K*=k%~Y5fOR^M4@# literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a788ef337d83f1b0e28e1275e809c6c8ee7c0f82 GIT binary patch literal 4098 zcmb7HTW{RP6(+eCtyYp_t7#A?C^`^=*jq>|!zqGbVFa<2qzUROL05k0K9rp0%cL?8Luhay0KL7)1a;bqsC7AS=samblDx9@!C@X_90-@$eH zuTK{r-*B9N&}8#!Ve$oj`b!MLnK;4~UhGa>{BOnHvNdVB^sF7Xmz_xm_no;r>58t{ zdhSfNe&>ju=sd^MXWpbIys#V!T8Ja{ljlhzB(O$MRJ*thDR}E{tQnzrvtaxolE0S(=_(e%wT?l z=Gv@c=}%XF!k4nx{<=0UbZJ|4(LH(g1V8;A2IE{g#(n0gedAp@&)hNQW9KLLbkHjL zk&Y5=coNE@rHxXw6XH5n)K8Au#{A#%c#$sUvEa#Zwla$}Im$jcnkgx#kvuYrhv!lq z%jC&%98IegpA0`c){&7%8Q$`_)W=zr9s5sYB2tAlWqghsrw_ALvFFEWdY)&coxdRc zyBHj|@Ah1^gS(KXn-{731%CPg2I&Ag&cqY$q$Rvbd+tm+_;p2VvL)IC6~JUqY>D1; zcd{+EMITT4Vn^)a|BeOFHPyyJ{JoCj*tngf$rGuJW}KPyTqX=YLWD6vq@S7!BuyYR z(~C5Z1zYeZk^y)sn&w7oTECES24KW8G*L1q)GUYWY$3I@lDLvgN6RSY%AO8Tg{e|f zXK5m6!^pyN6#Q5_Zy3v`QVk!{7?fu;0xQLaL&kHHHj0c!jG$u|BTYt0dh~?Hxg3>X zf6H|Of-5LJ0- zQdMTt{WxByEB1z=%nW%HX*}gR3hQGlyMn;NIVinE1OdMzl*lHMk!yKqHJT!36k&2V zvXZm0U83`;^?mIGc3a39&tp)+L3MX97_!sU&{2XoK@R6bQmEN-Ce<=Zc-%mxv?K^- zc^q#lCgT`zfqG49kcw$;vfMzU16qH;L>gKj9kOUB%cICF4$LgGSQ=O-g1NOIBj&~2^62r08mRx8acn#LT^|-fb)_ZF$E>wgXl{AMCyTD&n&?%t~*~KCX7i^irEP8MhN9R~EeT-;PI9ZaKX1~s} zELCR1Z6v>O9L}wMvf;b$Ky)e+Agdr)zh=>lS(jFfa(ebkvGKr`;7aHB_~{q}ijDh% z3b^;ud*)s_zGqrjDCeU6tc6+IzU_$aOOztNV`t#wmtJ;H^zfv68-*0?1YW29 zf<=_5#B-b&aGk@d2R9a56|od;O8Bpfj!mAzDSCBmP6uAmndgvRY=sN1&_i5yax**n zY_hWv;X%(<&Z30|!XB+CW@?XyYcyQ9;wm1-nQdYY^)9`l;$IHb$Q3=`kCMpv{unb& z`<(8+dkug4Zr|%-yxd>&TfJDlgLNSZtuMN#F69J2P4!lwCmDFWjTcP_EKMyXx(!h# zvyvuPRDij$ZbR*$#tF_;)`O_Md1Uys*;_vNQ#(C7Qzk<8>(zGD8PN3g0g2g?cxE;76BKcx1?NFfk7mSn!)oU6!tq zXdRI*mxS;b9(q-6$f{gU$pg@q)r>X;!O=Jf*a)0F3Q%R}1dvctTgvW*OF{F`gLNL+ zjn-_Ohe=W?RCUcbljF?NRT~*Vh_SdEc)OH5CFB94xLwE*SVngCM92urEOV74NeEc}~S3 z*uY+6dQC+Z3e*UwG-iwRg2|^mG;xW!N=Irwv4mP(Db|7bnOrnzmlV;ZVi@Y8TQ=#F z>!pf*o>)ebV$ia|n(S=YS!`7*z8<}9xm!U%+2n6^y?5Qq>y7%=r`!J~4*HN$RDUY8 z6s<7UMVs2s*9G42eapK(5CJDIegCf{+akuj{BSMzjdcUpQrKXZ2#}8U{i5&t$lM%X zV}7yg`#b+t*cw(JTlli7K8AA>#g_ex w58wLU5~H@CfCbDz`oj$R?6R`orc}|pSGwVI;&Z)=q22F!yY8;nZS}hU0rx4L3jhEB literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..415703356cc16d17bc25e9937c625d8a3b11eb3f GIT binary patch literal 26755 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c2fc6eab4c9a2afd242d4f3a85952689acf97b0c GIT binary patch literal 1186 zcmZWp&2HO95Z>jVWjZN(3KYPHJ(_7G8ctypLJ~J}475Pt6j73c5|^O3BZ&?Fy1OzW zgX+cUd)UXmP!D^}$w2x71&U^tw3475g0r(bGdsKAeB_IpH+_O~_F;eimrclfGx<^+ zoP3Y3+(*U9m~hIijE*U{XLM`{V_0{2_{f_|GcNXlv{ z(%D=M*x}k_d%L^)y}jMNZ`owY)EwAP*9Tz=;`}a?0PN9==RZ7sHtILE2U(gxAz{FV zqsOiP$&ZIe$D<=QEd}GC;xvXET&TsXYCDl4hHNr zWi_fCHN0g3Gi$HzKX`a@z+Uq^EI43;rgZ;K#a4GkpS&U zh($8j?o5=6DzG%oG|m4YViSY^=Ha}|A>?rpR!cQ6i(YlFHx&Sr6naX;$r}(M6sKX9 zPOc;F^}h>cs-Rb)H=cnEtF#KEQz&>TFs3C&xIRO_TIyT>N7ZoVmbsUQicp_ARBWMj z<)TW=&DUZA40Rh6Dl}?xK`zP4s`2(U-6GuTB9(u)ZFv6F~h3e+vGZH_$h11ZA8{Nd(t#?l*C0tx|R|R zf!5cQEG{?`pcbO|-0gIVKtt1MLp4%q;pT@e>E&~^qz z;AtCc>CHTT8#N)?Z3o8;+QxdCrcEnbW&Qxdpl9eJ4Zy_d&@SyDzCQh$-oOVfE1=>A z`ht$$h$3DlQKT&-3r^xJ!^uWc<`sShdgJBMv*FXxkuWW24%lq}MM=XWVe0D6eMDoC X!9&AC`4uY1?^vGg+0H+X*YQ3AWc@n& literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cf65b4cfc559710ff0dff73019ed09de42fa16b3 GIT binary patch literal 2016 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..61c7dc1abb5b2833f3af1eb517832342a7610496 GIT binary patch literal 3553 zcma)8TW=f372X@kB}F+(;y6t&!1UrKEG*J-0wWNNz}MCV0wu8IKJaBZ+8L57Eq6CF zv$DjheW>#f`dq+z^k3T7J{9OMC{Uo^nI%_>lolO=vuAE+&N=gaXXfSRX3s%c{`3C) zX5VrCPL0bYK;t3)dWcFmV@J5cOWm>iJ4g5;_|6f5^j`a8AMKWCquqY(jRWEBIfD)l zJjdxVl;U)@keSg#9rG-c%69(wO6l3&{duBUnj9#uPFb=jQfXH*&Xk=3q~S@b zhrNFQJkD-R_2uHC@eqH#g-SYO7Xb5wJN7Mn{Hpsb6JJmF5&z}b?)QQxID%x#>Bi#YiVcZWkCO(2k0v7)8hMDOZ?NGi9_sFq{)u6s0xt`DAbXaeYjD-rdW1+XBw``JIAf&Bw51{FdzAqi=abDe`y|V2 z^2Pb0NKzcx1x@tN2X-q(Xo<Qa%*+a!}Zjd z;=e8=H=)P9flwaO-#uypChl@L*;l2U5LJnfD=arWrM^oP9u7Qp14l~Ok z^v>J|G!x&CoHuPq9sI*{y2sq*Uz@XfR21nco2-C6X|9Pv_4 zN>11LCqFopG47O4p5{_#A0w&fC7^}HgCTo~3}$sOwvWwigg+)k$%lgSVZ zo1{2Fo}mYv^}D8@eWlf}A2Pql6FlP-vNl3zUt3MoUP0^1?mJM5$TjL3^C?xWnSBXz zzuh0)xWYm8BZA*YRN1_12}t?%f`wJf8m>0cTlr93wPq?Wi-BL~y`NCOySRp74G28P zn5He9-kO`Cd&>>o06eAN1+r=SwUm90r~*WFoz)$9%c4x4@Yo>7>%(%#IrOLgEr*iF?y~pbwr01* z=(hM0@3d|d#Xx|LB1OJj+!{Y@8K%iXVGUVkbDHZRrv+~C@5>ilJ&By8du`CKb(4Xr zMOB-s52&JyTZM(n3#rU$opF9f12#IpBI(yuU4+O=bm^)tDmq+E$r?x2>D>tZz8Chx ycKBf!*zrND-i*$;>c1#6lPu&jrE*p0dD8Ji%B%1}{c8P^JkVrtuoe1So&Nw2(t=F@ literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1075b3b3bf2312fb955254cf15d08e1ca963ee8e GIT binary patch literal 7800 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 Tp5#Bn%$Nn!Hto_MYd`p3UTW2< literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b0114bb36faa43b3e9e199ed409c6211d1556e60 GIT binary patch literal 4514 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

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

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

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

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 F{|!?uFRK6m literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/pygments/cmdline.py b/env/lib/python3.8/site-packages/pip/_vendor/pygments/cmdline.py new file mode 100644 index 000000000..0a7072eff --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/pygments/cmdline.py @@ -0,0 +1,668 @@ +""" + pygments.cmdline + ~~~~~~~~~~~~~~~~ + + Command line interface. + + :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import os +import sys +import shutil +import argparse +from textwrap import dedent + +from pip._vendor.pygments import __version__, highlight +from pip._vendor.pygments.util import ClassNotFound, OptionError, docstring_headline, \ + guess_decode, guess_decode_from_terminal, terminal_encoding, \ + UnclosingTextIOWrapper +from pip._vendor.pygments.lexers import get_all_lexers, get_lexer_by_name, guess_lexer, \ + load_lexer_from_file, get_lexer_for_filename, find_lexer_class_for_filename +from pip._vendor.pygments.lexers.special import TextLexer +from pip._vendor.pygments.formatters.latex import LatexEmbeddedLexer, LatexFormatter +from pip._vendor.pygments.formatters import get_all_formatters, get_formatter_by_name, \ + load_formatter_from_file, get_formatter_for_filename, find_formatter_class +from pip._vendor.pygments.formatters.terminal import TerminalFormatter +from pip._vendor.pygments.formatters.terminal256 import Terminal256Formatter, TerminalTrueColorFormatter +from pip._vendor.pygments.filters import get_all_filters, find_filter_class +from pip._vendor.pygments.styles import get_all_styles, get_style_by_name + + +def _parse_options(o_strs): + opts = {} + if not o_strs: + return opts + for o_str in o_strs: + if not o_str.strip(): + continue + o_args = o_str.split(',') + for o_arg in o_args: + o_arg = o_arg.strip() + try: + o_key, o_val = o_arg.split('=', 1) + o_key = o_key.strip() + o_val = o_val.strip() + except ValueError: + opts[o_arg] = True + else: + opts[o_key] = o_val + return opts + + +def _parse_filters(f_strs): + filters = [] + if not f_strs: + return filters + for f_str in f_strs: + if ':' in f_str: + fname, fopts = f_str.split(':', 1) + filters.append((fname, _parse_options([fopts]))) + else: + filters.append((f_str, {})) + return filters + + +def _print_help(what, name): + try: + if what == 'lexer': + cls = get_lexer_by_name(name) + print(f"Help on the {cls.name} lexer:") + print(dedent(cls.__doc__)) + elif what == 'formatter': + cls = find_formatter_class(name) + print(f"Help on the {cls.name} formatter:") + print(dedent(cls.__doc__)) + elif what == 'filter': + cls = find_filter_class(name) + print(f"Help on the {name} filter:") + print(dedent(cls.__doc__)) + return 0 + except (AttributeError, ValueError): + print(f"{what} not found!", file=sys.stderr) + return 1 + + +def _print_list(what): + if what == 'lexer': + print() + print("Lexers:") + print("~~~~~~~") + + info = [] + for fullname, names, exts, _ in get_all_lexers(): + tup = (', '.join(names)+':', fullname, + exts and '(filenames ' + ', '.join(exts) + ')' or '') + info.append(tup) + info.sort() + for i in info: + print(('* {}\n {} {}').format(*i)) + + elif what == 'formatter': + print() + print("Formatters:") + print("~~~~~~~~~~~") + + info = [] + for cls in get_all_formatters(): + doc = docstring_headline(cls) + tup = (', '.join(cls.aliases) + ':', doc, cls.filenames and + '(filenames ' + ', '.join(cls.filenames) + ')' or '') + info.append(tup) + info.sort() + for i in info: + print(('* {}\n {} {}').format(*i)) + + elif what == 'filter': + print() + print("Filters:") + print("~~~~~~~~") + + for name in get_all_filters(): + cls = find_filter_class(name) + print("* " + name + ':') + print(f" {docstring_headline(cls)}") + + elif what == 'style': + print() + print("Styles:") + print("~~~~~~~") + + for name in get_all_styles(): + cls = get_style_by_name(name) + print("* " + name + ':') + print(f" {docstring_headline(cls)}") + + +def _print_list_as_json(requested_items): + import json + result = {} + if 'lexer' in requested_items: + info = {} + for fullname, names, filenames, mimetypes in get_all_lexers(): + info[fullname] = { + 'aliases': names, + 'filenames': filenames, + 'mimetypes': mimetypes + } + result['lexers'] = info + + if 'formatter' in requested_items: + info = {} + for cls in get_all_formatters(): + doc = docstring_headline(cls) + info[cls.name] = { + 'aliases': cls.aliases, + 'filenames': cls.filenames, + 'doc': doc + } + result['formatters'] = info + + if 'filter' in requested_items: + info = {} + for name in get_all_filters(): + cls = find_filter_class(name) + info[name] = { + 'doc': docstring_headline(cls) + } + result['filters'] = info + + if 'style' in requested_items: + info = {} + for name in get_all_styles(): + cls = get_style_by_name(name) + info[name] = { + 'doc': docstring_headline(cls) + } + result['styles'] = info + + json.dump(result, sys.stdout) + +def main_inner(parser, argns): + if argns.help: + parser.print_help() + return 0 + + if argns.V: + print(f'Pygments version {__version__}, (c) 2006-2024 by Georg Brandl, Matthäus ' + 'Chajdas and contributors.') + return 0 + + def is_only_option(opt): + return not any(v for (k, v) in vars(argns).items() if k != opt) + + # handle ``pygmentize -L`` + if argns.L is not None: + arg_set = set() + for k, v in vars(argns).items(): + if v: + arg_set.add(k) + + arg_set.discard('L') + arg_set.discard('json') + + if arg_set: + parser.print_help(sys.stderr) + return 2 + + # print version + if not argns.json: + main(['', '-V']) + allowed_types = {'lexer', 'formatter', 'filter', 'style'} + largs = [arg.rstrip('s') for arg in argns.L] + if any(arg not in allowed_types for arg in largs): + parser.print_help(sys.stderr) + return 0 + if not largs: + largs = allowed_types + if not argns.json: + for arg in largs: + _print_list(arg) + else: + _print_list_as_json(largs) + return 0 + + # handle ``pygmentize -H`` + if argns.H: + if not is_only_option('H'): + parser.print_help(sys.stderr) + return 2 + what, name = argns.H + if what not in ('lexer', 'formatter', 'filter'): + parser.print_help(sys.stderr) + return 2 + return _print_help(what, name) + + # parse -O options + parsed_opts = _parse_options(argns.O or []) + + # parse -P options + for p_opt in argns.P or []: + try: + name, value = p_opt.split('=', 1) + except ValueError: + parsed_opts[p_opt] = True + else: + parsed_opts[name] = value + + # encodings + inencoding = parsed_opts.get('inencoding', parsed_opts.get('encoding')) + outencoding = parsed_opts.get('outencoding', parsed_opts.get('encoding')) + + # handle ``pygmentize -N`` + if argns.N: + lexer = find_lexer_class_for_filename(argns.N) + if lexer is None: + lexer = TextLexer + + print(lexer.aliases[0]) + return 0 + + # handle ``pygmentize -C`` + if argns.C: + inp = sys.stdin.buffer.read() + try: + lexer = guess_lexer(inp, inencoding=inencoding) + except ClassNotFound: + lexer = TextLexer + + print(lexer.aliases[0]) + return 0 + + # handle ``pygmentize -S`` + S_opt = argns.S + a_opt = argns.a + if S_opt is not None: + f_opt = argns.f + if not f_opt: + parser.print_help(sys.stderr) + return 2 + if argns.l or argns.INPUTFILE: + parser.print_help(sys.stderr) + return 2 + + try: + parsed_opts['style'] = S_opt + fmter = get_formatter_by_name(f_opt, **parsed_opts) + except ClassNotFound as err: + print(err, file=sys.stderr) + return 1 + + print(fmter.get_style_defs(a_opt or '')) + return 0 + + # if no -S is given, -a is not allowed + if argns.a is not None: + parser.print_help(sys.stderr) + return 2 + + # parse -F options + F_opts = _parse_filters(argns.F or []) + + # -x: allow custom (eXternal) lexers and formatters + allow_custom_lexer_formatter = bool(argns.x) + + # select lexer + lexer = None + + # given by name? + lexername = argns.l + if lexername: + # custom lexer, located relative to user's cwd + if allow_custom_lexer_formatter and '.py' in lexername: + try: + filename = None + name = None + if ':' in lexername: + filename, name = lexername.rsplit(':', 1) + + if '.py' in name: + # This can happen on Windows: If the lexername is + # C:\lexer.py -- return to normal load path in that case + name = None + + if filename and name: + lexer = load_lexer_from_file(filename, name, + **parsed_opts) + else: + lexer = load_lexer_from_file(lexername, **parsed_opts) + except ClassNotFound as err: + print('Error:', err, file=sys.stderr) + return 1 + else: + try: + lexer = get_lexer_by_name(lexername, **parsed_opts) + except (OptionError, ClassNotFound) as err: + print('Error:', err, file=sys.stderr) + return 1 + + # read input code + code = None + + if argns.INPUTFILE: + if argns.s: + print('Error: -s option not usable when input file specified', + file=sys.stderr) + return 2 + + infn = argns.INPUTFILE + try: + with open(infn, 'rb') as infp: + code = infp.read() + except Exception as err: + print('Error: cannot read infile:', err, file=sys.stderr) + return 1 + if not inencoding: + code, inencoding = guess_decode(code) + + # do we have to guess the lexer? + if not lexer: + try: + lexer = get_lexer_for_filename(infn, code, **parsed_opts) + except ClassNotFound as err: + if argns.g: + try: + lexer = guess_lexer(code, **parsed_opts) + except ClassNotFound: + lexer = TextLexer(**parsed_opts) + else: + print('Error:', err, file=sys.stderr) + return 1 + except OptionError as err: + print('Error:', err, file=sys.stderr) + return 1 + + elif not argns.s: # treat stdin as full file (-s support is later) + # read code from terminal, always in binary mode since we want to + # decode ourselves and be tolerant with it + code = sys.stdin.buffer.read() # use .buffer to get a binary stream + if not inencoding: + code, inencoding = guess_decode_from_terminal(code, sys.stdin) + # else the lexer will do the decoding + if not lexer: + try: + lexer = guess_lexer(code, **parsed_opts) + except ClassNotFound: + lexer = TextLexer(**parsed_opts) + + else: # -s option needs a lexer with -l + if not lexer: + print('Error: when using -s a lexer has to be selected with -l', + file=sys.stderr) + return 2 + + # process filters + for fname, fopts in F_opts: + try: + lexer.add_filter(fname, **fopts) + except ClassNotFound as err: + print('Error:', err, file=sys.stderr) + return 1 + + # select formatter + outfn = argns.o + fmter = argns.f + if fmter: + # custom formatter, located relative to user's cwd + if allow_custom_lexer_formatter and '.py' in fmter: + try: + filename = None + name = None + if ':' in fmter: + # Same logic as above for custom lexer + filename, name = fmter.rsplit(':', 1) + + if '.py' in name: + name = None + + if filename and name: + fmter = load_formatter_from_file(filename, name, + **parsed_opts) + else: + fmter = load_formatter_from_file(fmter, **parsed_opts) + except ClassNotFound as err: + print('Error:', err, file=sys.stderr) + return 1 + else: + try: + fmter = get_formatter_by_name(fmter, **parsed_opts) + except (OptionError, ClassNotFound) as err: + print('Error:', err, file=sys.stderr) + return 1 + + if outfn: + if not fmter: + try: + fmter = get_formatter_for_filename(outfn, **parsed_opts) + except (OptionError, ClassNotFound) as err: + print('Error:', err, file=sys.stderr) + return 1 + try: + outfile = open(outfn, 'wb') + except Exception as err: + print('Error: cannot open outfile:', err, file=sys.stderr) + return 1 + else: + if not fmter: + if os.environ.get('COLORTERM','') in ('truecolor', '24bit'): + fmter = TerminalTrueColorFormatter(**parsed_opts) + elif '256' in os.environ.get('TERM', ''): + fmter = Terminal256Formatter(**parsed_opts) + else: + fmter = TerminalFormatter(**parsed_opts) + outfile = sys.stdout.buffer + + # determine output encoding if not explicitly selected + if not outencoding: + if outfn: + # output file? use lexer encoding for now (can still be None) + fmter.encoding = inencoding + else: + # else use terminal encoding + fmter.encoding = terminal_encoding(sys.stdout) + + # provide coloring under Windows, if possible + if not outfn and sys.platform in ('win32', 'cygwin') and \ + fmter.name in ('Terminal', 'Terminal256'): # pragma: no cover + # unfortunately colorama doesn't support binary streams on Py3 + outfile = UnclosingTextIOWrapper(outfile, encoding=fmter.encoding) + fmter.encoding = None + try: + import colorama.initialise + except ImportError: + pass + else: + outfile = colorama.initialise.wrap_stream( + outfile, convert=None, strip=None, autoreset=False, wrap=True) + + # When using the LaTeX formatter and the option `escapeinside` is + # specified, we need a special lexer which collects escaped text + # before running the chosen language lexer. + escapeinside = parsed_opts.get('escapeinside', '') + if len(escapeinside) == 2 and isinstance(fmter, LatexFormatter): + left = escapeinside[0] + right = escapeinside[1] + lexer = LatexEmbeddedLexer(left, right, lexer) + + # ... and do it! + if not argns.s: + # process whole input as per normal... + try: + highlight(code, lexer, fmter, outfile) + finally: + if outfn: + outfile.close() + return 0 + else: + # line by line processing of stdin (eg: for 'tail -f')... + try: + while 1: + line = sys.stdin.buffer.readline() + if not line: + break + if not inencoding: + line = guess_decode_from_terminal(line, sys.stdin)[0] + highlight(line, lexer, fmter, outfile) + if hasattr(outfile, 'flush'): + outfile.flush() + return 0 + except KeyboardInterrupt: # pragma: no cover + return 0 + finally: + if outfn: + outfile.close() + + +class HelpFormatter(argparse.HelpFormatter): + def __init__(self, prog, indent_increment=2, max_help_position=16, width=None): + if width is None: + try: + width = shutil.get_terminal_size().columns - 2 + except Exception: + pass + argparse.HelpFormatter.__init__(self, prog, indent_increment, + max_help_position, width) + + +def main(args=sys.argv): + """ + Main command line entry point. + """ + desc = "Highlight an input file and write the result to an output file." + parser = argparse.ArgumentParser(description=desc, add_help=False, + formatter_class=HelpFormatter) + + operation = parser.add_argument_group('Main operation') + lexersel = operation.add_mutually_exclusive_group() + lexersel.add_argument( + '-l', metavar='LEXER', + help='Specify the lexer to use. (Query names with -L.) If not ' + 'given and -g is not present, the lexer is guessed from the filename.') + lexersel.add_argument( + '-g', action='store_true', + help='Guess the lexer from the file contents, or pass through ' + 'as plain text if nothing can be guessed.') + operation.add_argument( + '-F', metavar='FILTER[:options]', action='append', + help='Add a filter to the token stream. (Query names with -L.) ' + 'Filter options are given after a colon if necessary.') + operation.add_argument( + '-f', metavar='FORMATTER', + help='Specify the formatter to use. (Query names with -L.) ' + 'If not given, the formatter is guessed from the output filename, ' + 'and defaults to the terminal formatter if the output is to the ' + 'terminal or an unknown file extension.') + operation.add_argument( + '-O', metavar='OPTION=value[,OPTION=value,...]', action='append', + help='Give options to the lexer and formatter as a comma-separated ' + 'list of key-value pairs. ' + 'Example: `-O bg=light,python=cool`.') + operation.add_argument( + '-P', metavar='OPTION=value', action='append', + help='Give a single option to the lexer and formatter - with this ' + 'you can pass options whose value contains commas and equal signs. ' + 'Example: `-P "heading=Pygments, the Python highlighter"`.') + operation.add_argument( + '-o', metavar='OUTPUTFILE', + help='Where to write the output. Defaults to standard output.') + + operation.add_argument( + 'INPUTFILE', nargs='?', + help='Where to read the input. Defaults to standard input.') + + flags = parser.add_argument_group('Operation flags') + flags.add_argument( + '-v', action='store_true', + help='Print a detailed traceback on unhandled exceptions, which ' + 'is useful for debugging and bug reports.') + flags.add_argument( + '-s', action='store_true', + help='Process lines one at a time until EOF, rather than waiting to ' + 'process the entire file. This only works for stdin, only for lexers ' + 'with no line-spanning constructs, and is intended for streaming ' + 'input such as you get from `tail -f`. ' + 'Example usage: `tail -f sql.log | pygmentize -s -l sql`.') + flags.add_argument( + '-x', action='store_true', + help='Allow custom lexers and formatters to be loaded from a .py file ' + 'relative to the current working directory. For example, ' + '`-l ./customlexer.py -x`. By default, this option expects a file ' + 'with a class named CustomLexer or CustomFormatter; you can also ' + 'specify your own class name with a colon (`-l ./lexer.py:MyLexer`). ' + 'Users should be very careful not to use this option with untrusted ' + 'files, because it will import and run them.') + flags.add_argument('--json', help='Output as JSON. This can ' + 'be only used in conjunction with -L.', + default=False, + action='store_true') + + special_modes_group = parser.add_argument_group( + 'Special modes - do not do any highlighting') + special_modes = special_modes_group.add_mutually_exclusive_group() + special_modes.add_argument( + '-S', metavar='STYLE -f formatter', + help='Print style definitions for STYLE for a formatter ' + 'given with -f. The argument given by -a is formatter ' + 'dependent.') + special_modes.add_argument( + '-L', nargs='*', metavar='WHAT', + help='List lexers, formatters, styles or filters -- ' + 'give additional arguments for the thing(s) you want to list ' + '(e.g. "styles"), or omit them to list everything.') + special_modes.add_argument( + '-N', metavar='FILENAME', + help='Guess and print out a lexer name based solely on the given ' + 'filename. Does not take input or highlight anything. If no specific ' + 'lexer can be determined, "text" is printed.') + special_modes.add_argument( + '-C', action='store_true', + help='Like -N, but print out a lexer name based solely on ' + 'a given content from standard input.') + special_modes.add_argument( + '-H', action='store', nargs=2, metavar=('NAME', 'TYPE'), + help='Print detailed help for the object of type , ' + 'where is one of "lexer", "formatter" or "filter".') + special_modes.add_argument( + '-V', action='store_true', + help='Print the package version.') + special_modes.add_argument( + '-h', '--help', action='store_true', + help='Print this help.') + special_modes_group.add_argument( + '-a', metavar='ARG', + help='Formatter-specific additional argument for the -S (print ' + 'style sheet) mode.') + + argns = parser.parse_args(args[1:]) + + try: + return main_inner(parser, argns) + except BrokenPipeError: + # someone closed our stdout, e.g. by quitting a pager. + return 0 + except Exception: + if argns.v: + print(file=sys.stderr) + print('*' * 65, file=sys.stderr) + print('An unhandled exception occurred while highlighting.', + file=sys.stderr) + print('Please report the whole traceback to the issue tracker at', + file=sys.stderr) + print('.', + file=sys.stderr) + print('*' * 65, file=sys.stderr) + print(file=sys.stderr) + raise + import traceback + info = traceback.format_exception(*sys.exc_info()) + msg = info[-1].strip() + if len(info) >= 3: + # extract relevant file and position info + msg += '\n (f{})'.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/env/lib/python3.8/site-packages/pip/_vendor/pygments/console.py b/env/lib/python3.8/site-packages/pip/_vendor/pygments/console.py new file mode 100644 index 000000000..4c1a06219 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/pygments/filter.py b/env/lib/python3.8/site-packages/pip/_vendor/pygments/filter.py new file mode 100644 index 000000000..aa6f76041 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/pygments/filters/__init__.py b/env/lib/python3.8/site-packages/pip/_vendor/pygments/filters/__init__.py new file mode 100644 index 000000000..9255ca224 --- /dev/null +++ b/env/lib/python3.8/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', + '\\

' : '\U0001d521', + '\\' : '\U0001d522', + '\\' : '\U0001d523', + '\\' : '\U0001d524', + '\\' : '\U0001d525', + '\\' : '\U0001d526', + '\\' : '\U0001d527', + '\\' : '\U0001d528', + '\\' : '\U0001d529', + '\\' : '\U0001d52a', + '\\' : '\U0001d52b', + '\\' : '\U0001d52c', + '\\' : '\U0001d52d', + '\\' : '\U0001d52e', + '\\' : '\U0001d52f', + '\\' : '\U0001d530', + '\\' : '\U0001d531', + '\\' : '\U0001d532', + '\\' : '\U0001d533', + '\\' : '\U0001d534', + '\\' : '\U0001d535', + '\\' : '\U0001d536', + '\\' : '\U0001d537', + '\\' : '\U000003b1', + '\\' : '\U000003b2', + '\\' : '\U000003b3', + '\\' : '\U000003b4', + '\\' : '\U000003b5', + '\\' : '\U000003b6', + '\\' : '\U000003b7', + '\\' : '\U000003b8', + '\\' : '\U000003b9', + '\\' : '\U000003ba', + '\\' : '\U000003bb', + '\\' : '\U000003bc', + '\\' : '\U000003bd', + '\\' : '\U000003be', + '\\' : '\U000003c0', + '\\' : '\U000003c1', + '\\' : '\U000003c3', + '\\' : '\U000003c4', + '\\' : '\U000003c5', + '\\' : '\U000003c6', + '\\' : '\U000003c7', + '\\' : '\U000003c8', + '\\' : '\U000003c9', + '\\' : '\U00000393', + '\\' : '\U00000394', + '\\' : '\U00000398', + '\\' : '\U0000039b', + '\\' : '\U0000039e', + '\\' : '\U000003a0', + '\\' : '\U000003a3', + '\\' : '\U000003a5', + '\\' : '\U000003a6', + '\\' : '\U000003a8', + '\\' : '\U000003a9', + '\\' : '\U0001d539', + '\\' : '\U00002102', + '\\' : '\U00002115', + '\\' : '\U0000211a', + '\\' : '\U0000211d', + '\\' : '\U00002124', + '\\' : '\U00002190', + '\\' : '\U000027f5', + '\\' : '\U00002192', + '\\' : '\U000027f6', + '\\' : '\U000021d0', + '\\' : '\U000027f8', + '\\' : '\U000021d2', + '\\' : '\U000027f9', + '\\' : '\U00002194', + '\\' : '\U000027f7', + '\\' : '\U000021d4', + '\\' : '\U000027fa', + '\\' : '\U000021a6', + '\\' : '\U000027fc', + '\\' : '\U00002500', + '\\' : '\U00002550', + '\\' : '\U000021a9', + '\\' : '\U000021aa', + '\\' : '\U000021bd', + '\\' : '\U000021c1', + '\\' : '\U000021bc', + '\\' : '\U000021c0', + '\\' : '\U000021cc', + '\\' : '\U0000219d', + '\\' : '\U000021c3', + '\\' : '\U000021c2', + '\\' : '\U000021bf', + '\\' : '\U000021be', + '\\' : '\U000021be', + '\\' : '\U00002237', + '\\' : '\U00002191', + '\\' : '\U000021d1', + '\\' : '\U00002193', + '\\' : '\U000021d3', + '\\' : '\U00002195', + '\\' : '\U000021d5', + '\\' : '\U000027e8', + '\\' : '\U000027e9', + '\\' : '\U00002308', + '\\' : '\U00002309', + '\\' : '\U0000230a', + '\\' : '\U0000230b', + '\\' : '\U00002987', + '\\' : '\U00002988', + '\\' : '\U000027e6', + '\\' : '\U000027e7', + '\\' : '\U00002983', + '\\' : '\U00002984', + '\\' : '\U000000ab', + '\\' : '\U000000bb', + '\\' : '\U000022a5', + '\\' : '\U000022a4', + '\\' : '\U00002227', + '\\' : '\U000022c0', + '\\' : '\U00002228', + '\\' : '\U000022c1', + '\\' : '\U00002200', + '\\' : '\U00002203', + '\\' : '\U00002204', + '\\' : '\U000000ac', + '\\' : '\U000025a1', + '\\' : '\U000025c7', + '\\' : '\U000022a2', + '\\' : '\U000022a8', + '\\' : '\U000022a9', + '\\' : '\U000022ab', + '\\' : '\U000022a3', + '\\' : '\U0000221a', + '\\' : '\U00002264', + '\\' : '\U00002265', + '\\' : '\U0000226a', + '\\' : '\U0000226b', + '\\' : '\U00002272', + '\\' : '\U00002273', + '\\' : '\U00002a85', + '\\' : '\U00002a86', + '\\' : '\U00002208', + '\\' : '\U00002209', + '\\' : '\U00002282', + '\\' : '\U00002283', + '\\' : '\U00002286', + '\\' : '\U00002287', + '\\' : '\U0000228f', + '\\' : '\U00002290', + '\\' : '\U00002291', + '\\' : '\U00002292', + '\\' : '\U00002229', + '\\' : '\U000022c2', + '\\' : '\U0000222a', + '\\' : '\U000022c3', + '\\' : '\U00002294', + '\\' : '\U00002a06', + '\\' : '\U00002293', + '\\' : '\U00002a05', + '\\' : '\U00002216', + '\\' : '\U0000221d', + '\\' : '\U0000228e', + '\\' : '\U00002a04', + '\\' : '\U00002260', + '\\' : '\U0000223c', + '\\' : '\U00002250', + '\\' : '\U00002243', + '\\' : '\U00002248', + '\\' : '\U0000224d', + '\\' : '\U00002245', + '\\' : '\U00002323', + '\\' : '\U00002261', + '\\' : '\U00002322', + '\\' : '\U000022c8', + '\\' : '\U00002a1d', + '\\' : '\U0000227a', + '\\' : '\U0000227b', + '\\' : '\U0000227c', + '\\' : '\U0000227d', + '\\' : '\U00002225', + '\\' : '\U000000a6', + '\\' : '\U000000b1', + '\\' : '\U00002213', + '\\' : '\U000000d7', + '\\
' : '\U000000f7', + '\\' : '\U000022c5', + '\\' : '\U000022c6', + '\\' : '\U00002219', + '\\' : '\U00002218', + '\\' : '\U00002020', + '\\' : '\U00002021', + '\\' : '\U000022b2', + '\\' : '\U000022b3', + '\\' : '\U000022b4', + '\\' : '\U000022b5', + '\\' : '\U000025c3', + '\\' : '\U000025b9', + '\\' : '\U000025b3', + '\\' : '\U0000225c', + '\\' : '\U00002295', + '\\' : '\U00002a01', + '\\' : '\U00002297', + '\\' : '\U00002a02', + '\\' : '\U00002299', + '\\' : '\U00002a00', + '\\' : '\U00002296', + '\\' : '\U00002298', + '\\' : '\U00002026', + '\\' : '\U000022ef', + '\\' : '\U00002211', + '\\' : '\U0000220f', + '\\' : '\U00002210', + '\\' : '\U0000221e', + '\\' : '\U0000222b', + '\\' : '\U0000222e', + '\\' : '\U00002663', + '\\' : '\U00002662', + '\\' : '\U00002661', + '\\' : '\U00002660', + '\\' : '\U00002135', + '\\' : '\U00002205', + '\\' : '\U00002207', + '\\' : '\U00002202', + '\\' : '\U0000266d', + '\\' : '\U0000266e', + '\\' : '\U0000266f', + '\\' : '\U00002220', + '\\' : '\U000000a9', + '\\' : '\U000000ae', + '\\' : '\U000000ad', + '\\' : '\U000000af', + '\\' : '\U000000bc', + '\\' : '\U000000bd', + '\\' : '\U000000be', + '\\' : '\U000000aa', + '\\' : '\U000000ba', + '\\
' : '\U000000a7', + '\\' : '\U000000b6', + '\\' : '\U000000a1', + '\\' : '\U000000bf', + '\\' : '\U000020ac', + '\\' : '\U000000a3', + '\\' : '\U000000a5', + '\\' : '\U000000a2', + '\\' : '\U000000a4', + '\\' : '\U000000b0', + '\\' : '\U00002a3f', + '\\' : '\U00002127', + '\\' : '\U000025ca', + '\\' : '\U00002118', + '\\' : '\U00002240', + '\\' : '\U000022c4', + '\\' : '\U000000b4', + '\\' : '\U00000131', + '\\' : '\U000000a8', + '\\' : '\U000000b8', + '\\' : '\U000002dd', + '\\' : '\U000003f5', + '\\' : '\U000023ce', + '\\' : '\U00002039', + '\\' : '\U0000203a', + '\\' : '\U00002302', + '\\<^sub>' : '\U000021e9', + '\\<^sup>' : '\U000021e7', + '\\<^bold>' : '\U00002759', + '\\<^bsub>' : '\U000021d8', + '\\<^esub>' : '\U000021d9', + '\\<^bsup>' : '\U000021d7', + '\\<^esup>' : '\U000021d6', + } + + lang_map = {'isabelle' : isabelle_symbols, 'latex' : latex_symbols} + + def __init__(self, **options): + Filter.__init__(self, **options) + lang = get_choice_opt(options, 'lang', + ['isabelle', 'latex'], 'isabelle') + self.symbols = self.lang_map[lang] + + def filter(self, lexer, stream): + for ttype, value in stream: + if value in self.symbols: + yield ttype, self.symbols[value] + else: + yield ttype, value + + +class KeywordCaseFilter(Filter): + """Convert keywords to lowercase or uppercase or capitalize them, which + means first letter uppercase, rest lowercase. + + This can be useful e.g. if you highlight Pascal code and want to adapt the + code to your styleguide. + + Options accepted: + + `case` : string + The casing to convert keywords to. Must be one of ``'lower'``, + ``'upper'`` or ``'capitalize'``. The default is ``'lower'``. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + case = get_choice_opt(options, 'case', + ['lower', 'upper', 'capitalize'], 'lower') + self.convert = getattr(str, case) + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype in Keyword: + yield ttype, self.convert(value) + else: + yield ttype, value + + +class NameHighlightFilter(Filter): + """Highlight a normal Name (and Name.*) token with a different token type. + + Example:: + + filter = NameHighlightFilter( + names=['foo', 'bar', 'baz'], + tokentype=Name.Function, + ) + + This would highlight the names "foo", "bar" and "baz" + as functions. `Name.Function` is the default token type. + + Options accepted: + + `names` : list of strings + A list of names that should be given the different token type. + There is no default. + `tokentype` : TokenType or string + A token type or a string containing a token type name that is + used for highlighting the strings in `names`. The default is + `Name.Function`. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + self.names = set(get_list_opt(options, 'names', [])) + tokentype = options.get('tokentype') + if tokentype: + self.tokentype = string_to_tokentype(tokentype) + else: + self.tokentype = Name.Function + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype in Name and value in self.names: + yield self.tokentype, value + else: + yield ttype, value + + +class ErrorToken(Exception): + pass + + +class RaiseOnErrorTokenFilter(Filter): + """Raise an exception when the lexer generates an error token. + + Options accepted: + + `excclass` : Exception class + The exception class to raise. + The default is `pygments.filters.ErrorToken`. + + .. versionadded:: 0.8 + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + self.exception = options.get('excclass', ErrorToken) + try: + # issubclass() will raise TypeError if first argument is not a class + if not issubclass(self.exception, Exception): + raise TypeError + except TypeError: + raise OptionError('excclass option is not an exception class') + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype is Error: + raise self.exception(value) + yield ttype, value + + +class VisibleWhitespaceFilter(Filter): + """Convert tabs, newlines and/or spaces to visible characters. + + Options accepted: + + `spaces` : string or bool + If this is a one-character string, spaces will be replaces by this string. + If it is another true value, spaces will be replaced by ``·`` (unicode + MIDDLE DOT). If it is a false value, spaces will not be replaced. The + default is ``False``. + `tabs` : string or bool + The same as for `spaces`, but the default replacement character is ``»`` + (unicode RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK). The default value + is ``False``. Note: this will not work if the `tabsize` option for the + lexer is nonzero, as tabs will already have been expanded then. + `tabsize` : int + If tabs are to be replaced by this filter (see the `tabs` option), this + is the total number of characters that a tab should be expanded to. + The default is ``8``. + `newlines` : string or bool + The same as for `spaces`, but the default replacement character is ``¶`` + (unicode PILCROW SIGN). The default value is ``False``. + `wstokentype` : bool + If true, give whitespace the special `Whitespace` token type. This allows + styling the visible whitespace differently (e.g. greyed out), but it can + disrupt background colors. The default is ``True``. + + .. versionadded:: 0.8 + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + for name, default in [('spaces', '·'), + ('tabs', '»'), + ('newlines', '¶')]: + opt = options.get(name, False) + if isinstance(opt, str) and len(opt) == 1: + setattr(self, name, opt) + else: + setattr(self, name, (opt and default or '')) + tabsize = get_int_opt(options, 'tabsize', 8) + if self.tabs: + self.tabs += ' ' * (tabsize - 1) + if self.newlines: + self.newlines += '\n' + self.wstt = get_bool_opt(options, 'wstokentype', True) + + def filter(self, lexer, stream): + if self.wstt: + spaces = self.spaces or ' ' + tabs = self.tabs or '\t' + newlines = self.newlines or '\n' + regex = re.compile(r'\s') + + def replacefunc(wschar): + if wschar == ' ': + return spaces + elif wschar == '\t': + return tabs + elif wschar == '\n': + return newlines + return wschar + + for ttype, value in stream: + yield from _replace_special(ttype, value, regex, Whitespace, + replacefunc) + else: + spaces, tabs, newlines = self.spaces, self.tabs, self.newlines + # simpler processing + for ttype, value in stream: + if spaces: + value = value.replace(' ', spaces) + if tabs: + value = value.replace('\t', tabs) + if newlines: + value = value.replace('\n', newlines) + yield ttype, value + + +class GobbleFilter(Filter): + """Gobbles source code lines (eats initial characters). + + This filter drops the first ``n`` characters off every line of code. This + may be useful when the source code fed to the lexer is indented by a fixed + amount of space that isn't desired in the output. + + Options accepted: + + `n` : int + The number of characters to gobble. + + .. versionadded:: 1.2 + """ + def __init__(self, **options): + Filter.__init__(self, **options) + self.n = get_int_opt(options, 'n', 0) + + def gobble(self, value, left): + if left < len(value): + return value[left:], 0 + else: + return '', left - len(value) + + def filter(self, lexer, stream): + n = self.n + left = n # How many characters left to gobble. + for ttype, value in stream: + # Remove ``left`` tokens from first line, ``n`` from all others. + parts = value.split('\n') + (parts[0], left) = self.gobble(parts[0], left) + for i in range(1, len(parts)): + (parts[i], left) = self.gobble(parts[i], n) + value = '\n'.join(parts) + + if value != '': + yield ttype, value + + +class TokenMergeFilter(Filter): + """Merges consecutive tokens with the same token type in the output + stream of a lexer. + + .. versionadded:: 1.2 + """ + def __init__(self, **options): + Filter.__init__(self, **options) + + def filter(self, lexer, stream): + current_type = None + current_value = None + for ttype, value in stream: + if ttype is current_type: + current_value += value + else: + if current_type is not None: + yield current_type, current_value + current_type = ttype + current_value = value + if current_type is not None: + yield current_type, current_value + + +FILTERS = { + 'codetagify': CodeTagFilter, + 'keywordcase': KeywordCaseFilter, + 'highlight': NameHighlightFilter, + 'raiseonerror': RaiseOnErrorTokenFilter, + 'whitespace': VisibleWhitespaceFilter, + 'gobble': GobbleFilter, + 'tokenmerge': TokenMergeFilter, + 'symbols': SymbolFilter, +} diff --git a/env/lib/python3.8/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b6506f80c1444e44f5c753e76d35d1ae1207b12 GIT binary patch literal 23474 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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/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__init__.py b/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__init__.py new file mode 100644 index 000000000..f19e9931f --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c7a91612ab90c2bf1bd50e0f94b63f03fcd4dda1 GIT binary patch literal 4961 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 Sr|;5jp@?m7w{5qb!2K@{Zd^0~ literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..daa03d63b9886fcacce4f30a59eec40c95bc818c GIT binary patch literal 4392 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c8d0238f90b29b683981fb023672f586cd5c42f4 GIT binary patch literal 13911 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b5de27ef13b39f8914972e5ea082893dadb3f457 GIT binary patch literal 4773 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..486c342ad756fcfeed6cf04e590acda82c370c6d GIT binary patch literal 2099 zcmah~&u<(x6t?Hr&Tcjll+vgOiq%5UN@ONVQGs;3D)bkH5-LJDj6lQe*t?lzc4lIG z13S!eX%Cz@apch6pnuX_5eFpxf*ugho=p_m3cPx@=kv4u{JziLd&|om1f~4z((Ypy zq2JZV$zs9BRWR`}R1^h>Vrry#Vgv?8)Ewi$WEQpVV`@X|K-)@;z-IOcQc2KWd{?Q>&irIL=GAX=K&L@$Sj0>-bvT;6%`2MueK0o|->1d~$ zNAn4+MDD63NV5jXr?QwzukqW8^J2!6@vht=*N(bmb7SMu`sT*wJ7hQ`a+i_2i@1nn z(d2C+7$YCt`{JX|KHu^5c3Wu@vrMop^5M?)X8g|WYd5xcZs`3flTnfiuk$CQ4fSx{ zK8~+Gt%LhipYIrbg4arWEt(XUpWuFJt)=pEY^b@5qWUJ-H87zltI$JK;YS#9iA!=r z#8JV>8i_JW`X^G*Y~!g2B#$zYMw0c6+LG)$S=%xirtCMw+pyph?(gOk=F=$ii<#Wb zv-RTQ`iL_&OxQY1j`tb&S$62B$#CIu(RjNVT zZv7M7dc~|h&2-?QC|I0CX&CQDT&$`y>cbm+3HmYEzls{W3MMw7Vkp2MOoM_HsS#Mz zq}CWDI7Wd(ZR$KgAh{NGp#?!gx;k7XvfMu*8zS?4V3R~*p`0ddB+e=G$ZbjDC{wb? z$dC~Zr(>K^m;~u2J73;fNXzrcA?P>Bvxrhgx3^6dImJMv3g<$DKGGYud z9Tf*U%02-Tzd|L^9*(trzcS{=+@yGJf!P)0;4I>ID#*h_ ztND6_-$gKLRrV^<9yWMT@NhKVI>ueVE5O?t?;PVxfd345SL4eI9M&7DD2&SJqk~r{ zg50ib*QmDRJk5D|x-Z~>WHi>FSI%Gfetv#Xw)(z;2emcKQ(Bt+;h?no{%}w`iHzV@ z0hDMc8Px5mN_CoK4A7}Yr-Po&l>llt43jL8VOTpt&Qd07Ter2-=&k3}mSE|qZsmmp zQea%u%wJNo!8hWvHi1kn|E5wmi@ylfTVUc1s1RN;9AgDr@N@AguxEeeYj@Rq^VF60 zj^c}z-j0g8YBrd@$d91|teF(}sf>q+8jpbA3Ing-0I&AkscgtF-f!`Z%H9Ly;2a>< zzQJ!+rZg*faDfx^;7n!mJ>^+hXA#V7&0V!#)vC-@RJp52t=ss|&B~rzdd4sRH$%r{ zs=1n7Ynyi=V&F^4L237WXnIy{f6L(w;HO}yc8Un@ht&7B*XAz+7A!TlE1&Y10U1*{ zN>UcI(n!d|C=FcIk+XsUKTQMZlm#8l=8%n(EO2%IS+43A8m_}>#xiwV=@r;foQDc2 z%8ZWD#T`xAiecduO`y~CjPlLr()RR<+r75ZS{6+hXsr{5lblXd)$fMk!8A%2Bdsu` zc?__nfVu@@js&Q(t&Xc8p_Rp7huBU?P6>i*-6@&83MN#NU2Hi@ahBnp+3vag0${;8 zcwW85^9s-B(|?`Ky?{8PG=(_KoYP=ATs*P*t=GKh_wRWT)Na2y+d#cWLJ?|px~5|} M$iQHKTTa*h2dLmGp#T5? literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..feb5ef8b56e923cd1468528707e7392f656ecafe GIT binary patch literal 8853 zcmbVSU2GdycAh`}h@vQ2wq?oPZ3oG^F}F5lJG)Ncq^T1--elWV+{l}43GR|Z-b-nu z;gGsBv?H1<0(cwrX<-z7TPz>}edz9cfkj{Uy>A7ILErjhpzUjcv>W$3=MG1t;vkz+ z;GO$7_nv!xzjLV{E-jS|d`ACqbN3%>hVk#znEg0t+{QPmqYy^j5T>vKvuD*Ulj?S0 z_nf-JbtlO6^7TB|b3vh3tQUI=^@U!kUg|B@7tx>JG3({;8KNNaKSfJAPwe`VC~h0o zh0(v3Tzm$HJ3Sf3QLWooJui->ifStE^4MR!_*3G+x83XwH{SJPcSnX&d9jS#4}nx1;A(;plve`hzo<=&ZA-5b}g-Mo6^+KunH?L({}-TNsiZY;gt6*rR7efx(G z-uvLg?HccREATrqjN~o%o$b4N{LkLM^X}I6yF`jBWbF9?_Iw7;8C5e`{6Gn*q`2#M zVl)@-O;3nMvFU}8-}44lCn@j9xY_RagJypaCyUhb!$b4!j<6w^oN!R)MUI41FF;5|Jd0vMl<-`T zC9x>VKQ*41^+mBHD(EYVWwClQ4}*Xt z&C7{?XUJ;gKJw#Tx6=yxbObJ@2Gy%@5YxuthztyD?!g}$5hAe2hxkA8}{)Qt7EGr!%koL;ZCc? z+qYUEeWnk>24y(B!ah4;ADW`|>;ZI_-CesFxHaH!yrPXcPf{RpgfWz_Ko5{i8=1Ra@q)N1ZSyar-CA*8r< z%e_{+nHrf8K2hlfZbojWBL^|2=^3pkJ`7}wcOrWx;<<}91h22S9WQj-()G}-zzr9Y z@!V~C%Z-NZPT)n6ds)b?Hw@xi**dM(D{0>=tyVQQ z1i`!VW3M;BCau;xevG|g)b2;{5biciuhpu#clDmcnrz#s-;>&t_#M6Eqg}tVOG1c- zgF&Bm!ohaEhY~L4W3(RmBHo>)FY-q-^lhW%_Pgw0m_#DB=5jYJI*=W|>th{1#HvBp z9rU4e5gCEZs7g6ORKQ))w5xjB6?eyfNK6HHX`|~mnCO%olE)W?d!u$O6m}nB#%#JwwS8*p} z%nW7O4%M2g_x@dJ8$j*JOtV$D_~azDXaHr4puX`VDMJ?GWj`cht8*l?fy2FIOGN#l z>cA+;GG~Zv-T2z9i(*g3C$y1$%`l5K9UDU#RTS%y+5N8nKlYP@lkMII4`fU#@1+Xi zhVEPL^(#;lIAaONap;C{xwAAuO$SgMIEk-N#M4^Be*0weJM6|!tH+GZAZ~c>uKd`A zXMw55S6o@!sXdIa?42daZt9h2j`TEgbX`9tYdf`iwiJhwM?M@r zg>kpd;KFSOUT6PzJ@RhQB%aM!-!}UKgdk7^Swj7I0x=){a~Jp}APghL6$+R$42K&5 zA|UJ|fMqfwwep_uR3#c>WWz84hHWXKTy~r$y(^_&c@s zujQNREOi?oqizFik8n+EdPY z%DmoEy517+T@ltX?OegSmFOQ(F7K^Sd&fX|CSC;v%R9ys`>yfhdlPGPB|ba0o|qH7 zv$v%FZA{O_bwey(Fu3o`(Ydj8jFbJyIQS>Wh|lkr)aRx_e}9RdzrdIGT}k&{!~1Jb z&FD?u`GPpJZ#^~Djd)$GZV&})VM&ireQX?U98>Q_aTZ|socFh2XeQgYzY=7TxLPfW za14H0*{d|LWQxRzBKo8%+|lqGD9`T!Xi=WlYE54zU<~m4(meuFR|kF!pcMgf z=#>3Z-d}93+)_Uy&5i zW^cnaniwVJbXnbB@I%POkCSDJI6B~PyxFS$o+4vKN{O`5kDJZJMhdAY%~yFU%2ed2 zSfZjr#WIS-_S%s;L(Q{PoTK7A4dmDvCd;Q>p<1IE1)5<{ZVnFP-F|p=@aomBlCtf~t1*(GeW^BO_;54u+v$u~Yp-ucek`v7 z&+U6VGTI#YgU#kcP~TUWqwgR#VJ+z$#3uY<4VMNNv7wJ|bPI)1u9z!k1%G+dd7if_ z<|_Uwc;?NLmB*N67E#x;is&zz6}#+|tkL<|T)j4xREJb$`k^{;=?=cpH&DRe@a@a7 zg(rL~KjBr6E%=ba)@Np8WHlOz`52GKi8;Yzf~$psk^=w{S+&$9tdcmf{5WRL>7q)V zg{Dphe@>f`Mi^$o3N2nj06LW`L zs|g3(o!GHChI^klV@Fu~hI(sk9a*tWedKfxD2zCcVH^9V`cT-I(G79Q6t2)bfw$I- zbe=tSFy|uo=MXxaCuTNg9_7f1ALT_}6qrrLEwu>Ro_&G>ax{%m{&8b?NlZp%{nTY* zmPSqk7^+%Oo0yu|Nb{A;HKdNJNHu2?6 zF#g)wFeZj@VjdGYY9oMJ+|G%@TpKq(({|ThGw6D5i{0L5=F4go>yOqNxSqHq8aptv z5YILY{*rh@tzhsO7o@t+NFl1G`U8F>3xMXS`IF(!sNV{W#Qi3$Oi%bV#u44Fns?N95OLFK+m{sfT+I%4YN{*)q~YbcAUu86nEi0+c7<{WSDzxK7ueHNJl%Om!Vx+}whb+Ui!?@67e*pc1#COtw}N zfIL|r9lLLc%~bBZHPY`WYbM@DS&A2=t{l~-zF6VNfAe5 z0*cx?x>NjD-$aoLT73)kB(HZ)%qEYido*j_rq#>n`xksUb{RQ@NQA@^{F^Q-=0z52 z*&4kxFU%KVf;mBwyCY$;An&3Aq0!gex7D`=GLf{6++z>Ipp0ZMcg{Grx8VwT^z;bZ z=+@}mXz_6)!*GgHIe-EZD8oGU1FD@OxZDI31+)&EhK# z>|FLuVO2+~5=mEE+V`n;N>Ga&Ja?rBTmB!6M=lCL3oCCy zt)4rk_1k>D#0a%ymw-xFa=@YM^QH$rH1!f4(x>T%^fMD;7Yaby1#zq*kXlCwn-mmT z5P23Rqdm;A)ks(q2O@_L#Qe(;Uw%>;=Z>6leq88sf;}!AA*ddk>Lz(mcwOh!kLt4y{G1n|2bW;q<%GC!2AUS@Lw@a#$JhqTtXUN zBwF}MbBajw?F)2<#WjtQ{)^vD_nItX@5LwPQF#nCnUuql$W80%%1h&Ns!X_SI9eV< z-H`fU9_RN~unRvY`KRUq?OQoIL*tVraG^5BrNsv5R`qe^$PuKLtGaK)NLR$qp*&;E zGl*WAfxej;C7$t=XDsq5mqeNS{+|1m(!L7!{hIrh)4mn%OStb$x;px%tK+O^#}&}K zJYEK!|4SzptK(&Ok+Z+Bc@2`df$NdNF{B1VU4Ck*Z}7Zx)E4IzroIP#gh6%MmjoLG)w`EO;|S(=wqdqa57E$X09nv^-D zM;i4cdE^;@aLF?F;vPZi0qvQ;LvOu?qPn8pz-?NgfGZ2acIqy*_$mRwc}PjPhEnQn z45)Wd)R*Y!xF2ltPgCj@>Z|Z=EP*W!EcHqUKP7{RG|be~%L#J&I>LXK_Q5>>etbCX zc~*1)Y!0yt{lFpC5TK(FFBk;btdfn`kH0b!;gVUh*DS}THYLtwB*p8LAX_wZ4dZ2u zl+dTYn4kUS%`%c~a$Tzcf`lR{YbqnvrrZh6Y(6PQOEBm9yZB@4uF>WcUlfb&8Y42cuBOr4&@<%7_En>FQS z;#qN^5I$9WsO8UEK{};cRGc_*u2C+|zl>85kG_SXXgc>D92Q>uMln}hx6D$hxXRB3 z)NOn(ZdEHvU~aOA;1l4NUiuxG(Omuaaj#KJ?=^6Lar%EN^i9#l7fxbr)b}(SFPt!p v{XpL%5g6lpAe|V4gZOE_+2oVF=!i-2P0jqb2+Bni{ literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2af658da4fa3015b1d3883176f0ac3dd6071b4e4 GIT binary patch literal 6326 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7f2f1805a64d9588deef0a7bbb335f5cc06f733a GIT binary patch literal 3954 zcma)9Ta(nr6_zv_jpni!FkryM7HcrfhP?z+#6^Xamjw)EGEm;NU8P*K8g=iCc6Hm9 z20U9sUdVHPKps-dqyJL-(NC^QRo?yLe5a+^3y@S))n`thK7IQ1x%PZLGt<)W?f>ic z@ZM=n`;jKczgw7mj**+XrZLUcn9htyj}6z*39m)9*mTXf?$%?=wc>``h;7%7n{G31 zxvjYEw&RZ5iD%py#cxKl@tixS@Om^KpK?zDw+6aVLlH+Rke zYwet6ZC>9w2fV)XKI;IUXET5o*eu{hMgM@!0l&oN0e_|7hl>6YJH;F9G;cy)d&gn# z0bYiT_Ra!31NbpJ3wTB0HdbwRF1+Yo{X%2!GwW~Aj~lOQ?kDX0hSt5X|L>NAFB=bH zo)r1=b}C}OD7eU%0pc+6BgOF7|M9gH$HVDP2Qr-LW+xpL*{E<{gvHQV>uo%Ca=tg> zNx<{va^IaG&Bh`e42wI?`V@6;uCCr*y19DumeU_Q#gIGCDh(mok8eNAlDOa`+4K!{XGt2c`KTuA$A#)V&i()fZWT!ewFZ>GCEk*#lsVZrmv z4>-kn(#ypDB7viFtiVL(vplkeWEG~)<6uRGB ztaM!5pIbbk^de-mtK%Wv6PK_fz&P<4n0=0sKLX&It0TP)rn@y}xF)MHb6~jjf#zDQ zPD$W4ScBR4wHeX~zfIO=9sIV~44cJoo6R9T=EWSu`9DDVu^4v>@^yYJrh_y>%pXSf z4Ha@#xStQ}STQV}7K?R>33ae*B{()NU#2& z3*(Z16V!$r8Xum&wbe@#4!w^nQjzXDqntbaQ5Y47fMdEG>POB^()>ubL-TBk5lMwA zL;pEA~?Q4KuB;KEe@scBtBMjUM_@PV(+L@Z)h|P=(y$+S5wp+EateMis3A zTIJzKSyspR5+i>GP-r{)MBCOU`rmb3D~yRwEtS;<1~XnE?{LmIk)-Xt3N#Mtv&J9pFTmq5Dr+xW#Vgir8JZnGw0E^Y@jex7=N#cE*O4J zSB7cKSD2ryWJr@VS;{_L+C~ZOhkU6J2uUthc=CKD3i}nur^}zMOGQ#RU_vMs>e`O4Jh%jkm(ICTRfKLeoYv$~~Qn(>RF8^2h_Y0UR8PMvkw zHkPNC4{Efj`Uodqtz+b5l|nm!uO|A$cwO7jzSnyw)XI2P)uL+R8rWpJEN|&Z1ZagQ zG}~dsl{reV2qtj@;ExzNNznBD^KWZaN(~ePG2tWpP$zngO*B*6!PD!vSn{CT0itK3 zD7!VWz-rkQX3~7yIH$cvgsB**_kJSZ@7q`NtE;!z9Y^Y|s%?r-upsL%1RQ|t(S5`+ z0rKXN`f|ooES3BJg2mhfAcOCJ^!8OwaG$slS(%2i@=YM5E$pnn)?XSEgK4|AxIWQ$ zjF+(e(aK(DLiem)fV0J~v8`*CVR;3(v@&#qq!1s|LgkfuLG?*mWiGsVpO&W{7gVPD z*p#bxu-VaV#1F1?=^a-(+;Adl8ra>$Q1|&K5Yk%APv}ktd0?X7*Zy4m$#_|N3C|oD zlNxSXpO^)NZEtn&j9UN45lzKHt+y#wp=Q@s87;^K;x>S6>KlQLFyD^*WavL0DR+=Yh6E~8RIB{e;EKEufAb!Y45ITHb78n$iMY}0P_ zy4S=SR@@I!(Uz-csM56;-pMj5!l-Ntu$CW1uvX)l;F(ARX>L+VncvdOzj3c@)zW@AO4JKMHha|Y z=`Ano>ye+sun)eY*9|&^Y~JU1a;ZN7_BXx={eHxyy^h{d`1t40Tq_V~{ZYYXZPOpf z#(f@fJd33L7=Ka(VU0)Jr?-x5ZH)TE3b&q#G|mcfm2OV{c$cH3{kt+Eeou8Ue-2=_ jI{GR?u2ZutLo*BvorZbrm+=30RQrwp!cX#lG%x=Lm5DdF literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9ceaa6784be2ab13e1c0406d1206acd5c43495a7 GIT binary patch literal 9216 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 tags. By default, the content is enclosed in a ``
`` tag, itself wrapped in a ``
`` tag (but see the `nowrap` option). The ``
``'s CSS class can be set by the `cssclass` option."), + 'IRCFormatter': ('pygments.formatters.irc', 'IRC', ('irc', 'IRC'), (), 'Format tokens with IRC color sequences'), + 'ImageFormatter': ('pygments.formatters.img', 'img', ('img', 'IMG', 'png'), ('*.png',), 'Create a PNG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'JpgImageFormatter': ('pygments.formatters.img', 'img_jpg', ('jpg', 'jpeg'), ('*.jpg',), 'Create a JPEG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'LatexFormatter': ('pygments.formatters.latex', 'LaTeX', ('latex', 'tex'), ('*.tex',), 'Format tokens as LaTeX code. This needs the `fancyvrb` and `color` standard packages.'), + 'NullFormatter': ('pygments.formatters.other', 'Text only', ('text', 'null'), ('*.txt',), 'Output the text unchanged without any formatting.'), + 'PangoMarkupFormatter': ('pygments.formatters.pangomarkup', 'Pango Markup', ('pango', 'pangomarkup'), (), 'Format tokens as Pango Markup code. It can then be rendered to an SVG.'), + 'RawTokenFormatter': ('pygments.formatters.other', 'Raw tokens', ('raw', 'tokens'), ('*.raw',), 'Format tokens as a raw representation for storing token streams.'), + 'RtfFormatter': ('pygments.formatters.rtf', 'RTF', ('rtf',), ('*.rtf',), 'Format tokens as RTF markup. This formatter automatically outputs full RTF documents with color information and other useful stuff. Perfect for Copy and Paste into Microsoft(R) Word(R) documents.'), + 'SvgFormatter': ('pygments.formatters.svg', 'SVG', ('svg',), ('*.svg',), 'Format tokens as an SVG graphics file. This formatter is still experimental. Each line of code is a ```` element with explicit ``x`` and ``y`` coordinates containing ```` elements with the individual token styles.'), + 'Terminal256Formatter': ('pygments.formatters.terminal256', 'Terminal256', ('terminal256', 'console256', '256'), (), 'Format tokens with ANSI color sequences, for output in a 256-color terminal or console. Like in `TerminalFormatter` color sequences are terminated at newlines, so that paging the output works correctly.'), + 'TerminalFormatter': ('pygments.formatters.terminal', 'Terminal', ('terminal', 'console'), (), 'Format tokens with ANSI color sequences, for output in a text console. Color sequences are terminated at newlines, so that paging the output works correctly.'), + 'TerminalTrueColorFormatter': ('pygments.formatters.terminal256', 'TerminalTrueColor', ('terminal16m', 'console16m', '16m'), (), 'Format tokens with ANSI color sequences, for output in a true-color terminal or console. Like in `TerminalFormatter` color sequences are terminated at newlines, so that paging the output works correctly.'), + 'TestcaseFormatter': ('pygments.formatters.other', 'Testcase', ('testcase',), (), 'Format tokens as appropriate for a new testcase.'), +} diff --git a/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/bbcode.py b/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/bbcode.py new file mode 100644 index 000000000..5a05bd961 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/groff.py b/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/groff.py new file mode 100644 index 000000000..5c8a958f8 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/html.py b/env/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/html.py new file mode 100644 index 000000000..7aa938f51 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/_extension.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/_extension.py new file mode 100644 index 000000000..cbd6da9be --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/rich/_extension.py @@ -0,0 +1,10 @@ +from typing import Any + + +def load_ipython_extension(ip: Any) -> None: # pragma: no cover + # prevent circular import + from pip._vendor.rich.pretty import install + from pip._vendor.rich.traceback import install as tr_install + + install() + tr_install() diff --git a/env/lib/python3.8/site-packages/pip/_vendor/rich/_fileno.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/_fileno.py new file mode 100644 index 000000000..b17ee6511 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/rich/_fileno.py @@ -0,0 +1,24 @@ +from __future__ import annotations + +from typing import IO, Callable + + +def get_fileno(file_like: IO[str]) -> int | None: + """Get fileno() from a file, accounting for poorly implemented file-like objects. + + Args: + file_like (IO): A file-like object. + + Returns: + int | None: The result of fileno if available, or None if operation failed. + """ + fileno: Callable[[], int] | None = getattr(file_like, "fileno", None) + if fileno is not None: + try: + return fileno() + except Exception: + # `fileno` is documented as potentially raising a OSError + # Alas, from the issues, there are so many poorly implemented file-like objects, + # that `fileno()` can raise just about anything. + return None + return None diff --git a/env/lib/python3.8/site-packages/pip/_vendor/rich/_inspect.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/_inspect.py new file mode 100644 index 000000000..e87698d1f --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/_log_render.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/_log_render.py new file mode 100644 index 000000000..fc16c8443 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/rich/_log_render.py @@ -0,0 +1,94 @@ +from datetime import datetime +from typing import Iterable, List, Optional, TYPE_CHECKING, Union, Callable + + +from .text import Text, TextType + +if TYPE_CHECKING: + from .console import Console, ConsoleRenderable, RenderableType + from .table import Table + +FormatTimeCallable = Callable[[datetime], Text] + + +class LogRender: + def __init__( + self, + show_time: bool = True, + show_level: bool = False, + show_path: bool = True, + time_format: Union[str, FormatTimeCallable] = "[%x %X]", + omit_repeated_times: bool = True, + level_width: Optional[int] = 8, + ) -> None: + self.show_time = show_time + self.show_level = show_level + self.show_path = show_path + self.time_format = time_format + self.omit_repeated_times = omit_repeated_times + self.level_width = level_width + self._last_time: Optional[Text] = None + + def __call__( + self, + console: "Console", + renderables: Iterable["ConsoleRenderable"], + log_time: Optional[datetime] = None, + time_format: Optional[Union[str, FormatTimeCallable]] = None, + level: TextType = "", + path: Optional[str] = None, + line_no: Optional[int] = None, + link_path: Optional[str] = None, + ) -> "Table": + from .containers import Renderables + from .table import Table + + output = Table.grid(padding=(0, 1)) + output.expand = True + if self.show_time: + output.add_column(style="log.time") + if self.show_level: + output.add_column(style="log.level", width=self.level_width) + output.add_column(ratio=1, style="log.message", overflow="fold") + if self.show_path and path: + output.add_column(style="log.path") + row: List["RenderableType"] = [] + if self.show_time: + log_time = log_time or console.get_datetime() + time_format = time_format or self.time_format + if callable(time_format): + log_time_display = time_format(log_time) + else: + log_time_display = Text(log_time.strftime(time_format)) + if log_time_display == self._last_time and self.omit_repeated_times: + row.append(Text(" " * len(log_time_display))) + else: + row.append(log_time_display) + self._last_time = log_time_display + if self.show_level: + row.append(level) + + row.append(Renderables(renderables)) + if self.show_path and path: + path_text = Text() + path_text.append( + path, style=f"link file://{link_path}" if link_path else "" + ) + if line_no: + path_text.append(":") + path_text.append( + f"{line_no}", + style=f"link file://{link_path}#{line_no}" if link_path else "", + ) + row.append(path_text) + + output.add_row(*row) + return output + + +if __name__ == "__main__": # pragma: no cover + from pip._vendor.rich.console import Console + + c = Console() + c.print("[on blue]Hello", justify="right") + c.log("[on blue]hello", justify="right") diff --git a/env/lib/python3.8/site-packages/pip/_vendor/rich/_loop.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/_loop.py new file mode 100644 index 000000000..01c6cafbe --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/rich/_loop.py @@ -0,0 +1,43 @@ +from typing import Iterable, Tuple, TypeVar + +T = TypeVar("T") + + +def loop_first(values: Iterable[T]) -> Iterable[Tuple[bool, T]]: + """Iterate and generate a tuple with a flag for first value.""" + iter_values = iter(values) + try: + value = next(iter_values) + except StopIteration: + return + yield True, value + for value in iter_values: + yield False, value + + +def loop_last(values: Iterable[T]) -> Iterable[Tuple[bool, T]]: + """Iterate and generate a tuple with a flag for last value.""" + iter_values = iter(values) + try: + previous_value = next(iter_values) + except StopIteration: + return + for value in iter_values: + yield False, previous_value + previous_value = value + yield True, previous_value + + +def loop_first_last(values: Iterable[T]) -> Iterable[Tuple[bool, bool, T]]: + """Iterate and generate a tuple with a flag for first and last value.""" + iter_values = iter(values) + try: + previous_value = next(iter_values) + except StopIteration: + return + first = True + for value in iter_values: + yield first, False, previous_value + first = False + previous_value = value + yield first, True, previous_value diff --git a/env/lib/python3.8/site-packages/pip/_vendor/rich/_null_file.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/_null_file.py new file mode 100644 index 000000000..6ae05d3e2 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/_palettes.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/_palettes.py new file mode 100644 index 000000000..3c748d33e --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/rich/_palettes.py @@ -0,0 +1,309 @@ +from .palette import Palette + + +# Taken from https://en.wikipedia.org/wiki/ANSI_escape_code (Windows 10 column) +WINDOWS_PALETTE = Palette( + [ + (12, 12, 12), + (197, 15, 31), + (19, 161, 14), + (193, 156, 0), + (0, 55, 218), + (136, 23, 152), + (58, 150, 221), + (204, 204, 204), + (118, 118, 118), + (231, 72, 86), + (22, 198, 12), + (249, 241, 165), + (59, 120, 255), + (180, 0, 158), + (97, 214, 214), + (242, 242, 242), + ] +) + +# # The standard ansi colors (including bright variants) +STANDARD_PALETTE = Palette( + [ + (0, 0, 0), + (170, 0, 0), + (0, 170, 0), + (170, 85, 0), + (0, 0, 170), + (170, 0, 170), + (0, 170, 170), + (170, 170, 170), + (85, 85, 85), + (255, 85, 85), + (85, 255, 85), + (255, 255, 85), + (85, 85, 255), + (255, 85, 255), + (85, 255, 255), + (255, 255, 255), + ] +) + + +# The 256 color palette +EIGHT_BIT_PALETTE = Palette( + [ + (0, 0, 0), + (128, 0, 0), + (0, 128, 0), + (128, 128, 0), + (0, 0, 128), + (128, 0, 128), + (0, 128, 128), + (192, 192, 192), + (128, 128, 128), + (255, 0, 0), + (0, 255, 0), + (255, 255, 0), + (0, 0, 255), + (255, 0, 255), + (0, 255, 255), + (255, 255, 255), + (0, 0, 0), + (0, 0, 95), + (0, 0, 135), + (0, 0, 175), + (0, 0, 215), + (0, 0, 255), + (0, 95, 0), + (0, 95, 95), + (0, 95, 135), + (0, 95, 175), + (0, 95, 215), + (0, 95, 255), + (0, 135, 0), + (0, 135, 95), + (0, 135, 135), + (0, 135, 175), + (0, 135, 215), + (0, 135, 255), + (0, 175, 0), + (0, 175, 95), + (0, 175, 135), + (0, 175, 175), + (0, 175, 215), + (0, 175, 255), + (0, 215, 0), + (0, 215, 95), + (0, 215, 135), + (0, 215, 175), + (0, 215, 215), + (0, 215, 255), + (0, 255, 0), + (0, 255, 95), + (0, 255, 135), + (0, 255, 175), + (0, 255, 215), + (0, 255, 255), + (95, 0, 0), + (95, 0, 95), + (95, 0, 135), + (95, 0, 175), + (95, 0, 215), + (95, 0, 255), + (95, 95, 0), + (95, 95, 95), + (95, 95, 135), + (95, 95, 175), + (95, 95, 215), + (95, 95, 255), + (95, 135, 0), + (95, 135, 95), + (95, 135, 135), + (95, 135, 175), + (95, 135, 215), + (95, 135, 255), + (95, 175, 0), + (95, 175, 95), + (95, 175, 135), + (95, 175, 175), + (95, 175, 215), + (95, 175, 255), + (95, 215, 0), + (95, 215, 95), + (95, 215, 135), + (95, 215, 175), + (95, 215, 215), + (95, 215, 255), + (95, 255, 0), + (95, 255, 95), + (95, 255, 135), + (95, 255, 175), + (95, 255, 215), + (95, 255, 255), + (135, 0, 0), + (135, 0, 95), + (135, 0, 135), + (135, 0, 175), + (135, 0, 215), + (135, 0, 255), + (135, 95, 0), + (135, 95, 95), + (135, 95, 135), + (135, 95, 175), + (135, 95, 215), + (135, 95, 255), + (135, 135, 0), + (135, 135, 95), + (135, 135, 135), + (135, 135, 175), + (135, 135, 215), + (135, 135, 255), + (135, 175, 0), + (135, 175, 95), + (135, 175, 135), + (135, 175, 175), + (135, 175, 215), + (135, 175, 255), + (135, 215, 0), + (135, 215, 95), + (135, 215, 135), + (135, 215, 175), + (135, 215, 215), + (135, 215, 255), + (135, 255, 0), + (135, 255, 95), + (135, 255, 135), + (135, 255, 175), + (135, 255, 215), + (135, 255, 255), + (175, 0, 0), + (175, 0, 95), + (175, 0, 135), + (175, 0, 175), + (175, 0, 215), + (175, 0, 255), + (175, 95, 0), + (175, 95, 95), + (175, 95, 135), + (175, 95, 175), + (175, 95, 215), + (175, 95, 255), + (175, 135, 0), + (175, 135, 95), + (175, 135, 135), + (175, 135, 175), + (175, 135, 215), + (175, 135, 255), + (175, 175, 0), + (175, 175, 95), + (175, 175, 135), + (175, 175, 175), + (175, 175, 215), + (175, 175, 255), + (175, 215, 0), + (175, 215, 95), + (175, 215, 135), + (175, 215, 175), + (175, 215, 215), + (175, 215, 255), + (175, 255, 0), + (175, 255, 95), + (175, 255, 135), + (175, 255, 175), + (175, 255, 215), + (175, 255, 255), + (215, 0, 0), + (215, 0, 95), + (215, 0, 135), + (215, 0, 175), + (215, 0, 215), + (215, 0, 255), + (215, 95, 0), + (215, 95, 95), + (215, 95, 135), + (215, 95, 175), + (215, 95, 215), + (215, 95, 255), + (215, 135, 0), + (215, 135, 95), + (215, 135, 135), + (215, 135, 175), + (215, 135, 215), + (215, 135, 255), + (215, 175, 0), + (215, 175, 95), + (215, 175, 135), + (215, 175, 175), + (215, 175, 215), + (215, 175, 255), + (215, 215, 0), + (215, 215, 95), + (215, 215, 135), + (215, 215, 175), + (215, 215, 215), + (215, 215, 255), + (215, 255, 0), + (215, 255, 95), + (215, 255, 135), + (215, 255, 175), + (215, 255, 215), + (215, 255, 255), + (255, 0, 0), + (255, 0, 95), + (255, 0, 135), + (255, 0, 175), + (255, 0, 215), + (255, 0, 255), + (255, 95, 0), + (255, 95, 95), + (255, 95, 135), + (255, 95, 175), + (255, 95, 215), + (255, 95, 255), + (255, 135, 0), + (255, 135, 95), + (255, 135, 135), + (255, 135, 175), + (255, 135, 215), + (255, 135, 255), + (255, 175, 0), + (255, 175, 95), + (255, 175, 135), + (255, 175, 175), + (255, 175, 215), + (255, 175, 255), + (255, 215, 0), + (255, 215, 95), + (255, 215, 135), + (255, 215, 175), + (255, 215, 215), + (255, 215, 255), + (255, 255, 0), + (255, 255, 95), + (255, 255, 135), + (255, 255, 175), + (255, 255, 215), + (255, 255, 255), + (8, 8, 8), + (18, 18, 18), + (28, 28, 28), + (38, 38, 38), + (48, 48, 48), + (58, 58, 58), + (68, 68, 68), + (78, 78, 78), + (88, 88, 88), + (98, 98, 98), + (108, 108, 108), + (118, 118, 118), + (128, 128, 128), + (138, 138, 138), + (148, 148, 148), + (158, 158, 158), + (168, 168, 168), + (178, 178, 178), + (188, 188, 188), + (198, 198, 198), + (208, 208, 208), + (218, 218, 218), + (228, 228, 228), + (238, 238, 238), + ] +) diff --git a/env/lib/python3.8/site-packages/pip/_vendor/rich/_pick.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/_pick.py new file mode 100644 index 000000000..4f6d8b2d7 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/rich/_pick.py @@ -0,0 +1,17 @@ +from typing import Optional + + +def pick_bool(*values: Optional[bool]) -> bool: + """Pick the first non-none bool or return the last value. + + Args: + *values (bool): Any number of boolean or None values. + + Returns: + bool: First non-none boolean. + """ + assert values, "1 or more values required" + for value in values: + if value is not None: + return value + return bool(value) diff --git a/env/lib/python3.8/site-packages/pip/_vendor/rich/_ratio.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/_ratio.py new file mode 100644 index 000000000..95267b0cb --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/_spinners.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/_spinners.py new file mode 100644 index 000000000..d0bb1fe75 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/rich/_spinners.py @@ -0,0 +1,482 @@ +""" +Spinners are from: +* cli-spinners: + MIT License + Copyright (c) Sindre Sorhus (sindresorhus.com) + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights to + use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + the Software, and to permit persons to whom the Software is furnished to do so, + subject to the following conditions: + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, + INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE + FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + IN THE SOFTWARE. +""" + +SPINNERS = { + "dots": { + "interval": 80, + "frames": "⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏", + }, + "dots2": {"interval": 80, "frames": "⣾⣽⣻⢿⡿⣟⣯⣷"}, + "dots3": { + "interval": 80, + "frames": "⠋⠙⠚⠞⠖⠦⠴⠲⠳⠓", + }, + "dots4": { + "interval": 80, + "frames": "⠄⠆⠇⠋⠙⠸⠰⠠⠰⠸⠙⠋⠇⠆", + }, + "dots5": { + "interval": 80, + "frames": "⠋⠙⠚⠒⠂⠂⠒⠲⠴⠦⠖⠒⠐⠐⠒⠓⠋", + }, + "dots6": { + "interval": 80, + "frames": "⠁⠉⠙⠚⠒⠂⠂⠒⠲⠴⠤⠄⠄⠤⠴⠲⠒⠂⠂⠒⠚⠙⠉⠁", + }, + "dots7": { + "interval": 80, + "frames": "⠈⠉⠋⠓⠒⠐⠐⠒⠖⠦⠤⠠⠠⠤⠦⠖⠒⠐⠐⠒⠓⠋⠉⠈", + }, + "dots8": { + "interval": 80, + "frames": "⠁⠁⠉⠙⠚⠒⠂⠂⠒⠲⠴⠤⠄⠄⠤⠠⠠⠤⠦⠖⠒⠐⠐⠒⠓⠋⠉⠈⠈", + }, + "dots9": {"interval": 80, "frames": "⢹⢺⢼⣸⣇⡧⡗⡏"}, + "dots10": {"interval": 80, "frames": "⢄⢂⢁⡁⡈⡐⡠"}, + "dots11": {"interval": 100, "frames": "⠁⠂⠄⡀⢀⠠⠐⠈"}, + "dots12": { + "interval": 80, + "frames": [ + "⢀⠀", + "⡀⠀", + "⠄⠀", + "⢂⠀", + "⡂⠀", + "⠅⠀", + "⢃⠀", + "⡃⠀", + "⠍⠀", + "⢋⠀", + "⡋⠀", + "⠍⠁", + "⢋⠁", + "⡋⠁", + "⠍⠉", + "⠋⠉", + "⠋⠉", + "⠉⠙", + "⠉⠙", + "⠉⠩", + "⠈⢙", + "⠈⡙", + "⢈⠩", + "⡀⢙", + "⠄⡙", + "⢂⠩", + "⡂⢘", + "⠅⡘", + "⢃⠨", + "⡃⢐", + "⠍⡐", + "⢋⠠", + "⡋⢀", + "⠍⡁", + "⢋⠁", + "⡋⠁", + "⠍⠉", + "⠋⠉", + "⠋⠉", + "⠉⠙", + "⠉⠙", + "⠉⠩", + "⠈⢙", + "⠈⡙", + "⠈⠩", + "⠀⢙", + "⠀⡙", + "⠀⠩", + "⠀⢘", + "⠀⡘", + "⠀⠨", + "⠀⢐", + "⠀⡐", + "⠀⠠", + "⠀⢀", + "⠀⡀", + ], + }, + "dots8Bit": { + "interval": 80, + "frames": "⠀⠁⠂⠃⠄⠅⠆⠇⡀⡁⡂⡃⡄⡅⡆⡇⠈⠉⠊⠋⠌⠍⠎⠏⡈⡉⡊⡋⡌⡍⡎⡏⠐⠑⠒⠓⠔⠕⠖⠗⡐⡑⡒⡓⡔⡕⡖⡗⠘⠙⠚⠛⠜⠝⠞⠟⡘⡙" + "⡚⡛⡜⡝⡞⡟⠠⠡⠢⠣⠤⠥⠦⠧⡠⡡⡢⡣⡤⡥⡦⡧⠨⠩⠪⠫⠬⠭⠮⠯⡨⡩⡪⡫⡬⡭⡮⡯⠰⠱⠲⠳⠴⠵⠶⠷⡰⡱⡲⡳⡴⡵⡶⡷⠸⠹⠺⠻" + "⠼⠽⠾⠿⡸⡹⡺⡻⡼⡽⡾⡿⢀⢁⢂⢃⢄⢅⢆⢇⣀⣁⣂⣃⣄⣅⣆⣇⢈⢉⢊⢋⢌⢍⢎⢏⣈⣉⣊⣋⣌⣍⣎⣏⢐⢑⢒⢓⢔⢕⢖⢗⣐⣑⣒⣓⣔⣕" + "⣖⣗⢘⢙⢚⢛⢜⢝⢞⢟⣘⣙⣚⣛⣜⣝⣞⣟⢠⢡⢢⢣⢤⢥⢦⢧⣠⣡⣢⣣⣤⣥⣦⣧⢨⢩⢪⢫⢬⢭⢮⢯⣨⣩⣪⣫⣬⣭⣮⣯⢰⢱⢲⢳⢴⢵⢶⢷" + "⣰⣱⣲⣳⣴⣵⣶⣷⢸⢹⢺⢻⢼⢽⢾⢿⣸⣹⣺⣻⣼⣽⣾⣿", + }, + "line": {"interval": 130, "frames": ["-", "\\", "|", "/"]}, + "line2": {"interval": 100, "frames": "⠂-–—–-"}, + "pipe": {"interval": 100, "frames": "┤┘┴└├┌┬┐"}, + "simpleDots": {"interval": 400, "frames": [". ", ".. ", "...", " "]}, + "simpleDotsScrolling": { + "interval": 200, + "frames": [". ", ".. ", "...", " ..", " .", " "], + }, + "star": {"interval": 70, "frames": "✶✸✹✺✹✷"}, + "star2": {"interval": 80, "frames": "+x*"}, + "flip": { + "interval": 70, + "frames": "___-``'´-___", + }, + "hamburger": {"interval": 100, "frames": "☱☲☴"}, + "growVertical": { + "interval": 120, + "frames": "▁▃▄▅▆▇▆▅▄▃", + }, + "growHorizontal": { + "interval": 120, + "frames": "▏▎▍▌▋▊▉▊▋▌▍▎", + }, + "balloon": {"interval": 140, "frames": " .oO@* "}, + "balloon2": {"interval": 120, "frames": ".oO°Oo."}, + "noise": {"interval": 100, "frames": "▓▒░"}, + "bounce": {"interval": 120, "frames": "⠁⠂⠄⠂"}, + "boxBounce": {"interval": 120, "frames": "▖▘▝▗"}, + "boxBounce2": {"interval": 100, "frames": "▌▀▐▄"}, + "triangle": {"interval": 50, "frames": "◢◣◤◥"}, + "arc": {"interval": 100, "frames": "◜◠◝◞◡◟"}, + "circle": {"interval": 120, "frames": "◡⊙◠"}, + "squareCorners": {"interval": 180, "frames": "◰◳◲◱"}, + "circleQuarters": {"interval": 120, "frames": "◴◷◶◵"}, + "circleHalves": {"interval": 50, "frames": "◐◓◑◒"}, + "squish": {"interval": 100, "frames": "╫╪"}, + "toggle": {"interval": 250, "frames": "⊶⊷"}, + "toggle2": {"interval": 80, "frames": "▫▪"}, + "toggle3": {"interval": 120, "frames": "□■"}, + "toggle4": {"interval": 100, "frames": "■□▪▫"}, + "toggle5": {"interval": 100, "frames": "▮▯"}, + "toggle6": {"interval": 300, "frames": "ဝ၀"}, + "toggle7": {"interval": 80, "frames": "⦾⦿"}, + "toggle8": {"interval": 100, "frames": "◍◌"}, + "toggle9": {"interval": 100, "frames": "◉◎"}, + "toggle10": {"interval": 100, "frames": "㊂㊀㊁"}, + "toggle11": {"interval": 50, "frames": "⧇⧆"}, + "toggle12": {"interval": 120, "frames": "☗☖"}, + "toggle13": {"interval": 80, "frames": "=*-"}, + "arrow": {"interval": 100, "frames": "←↖↑↗→↘↓↙"}, + "arrow2": { + "interval": 80, + "frames": ["⬆️ ", "↗️ ", "➡️ ", "↘️ ", "⬇️ ", "↙️ ", "⬅️ ", "↖️ "], + }, + "arrow3": { + "interval": 120, + "frames": ["▹▹▹▹▹", "▸▹▹▹▹", "▹▸▹▹▹", "▹▹▸▹▹", "▹▹▹▸▹", "▹▹▹▹▸"], + }, + "bouncingBar": { + "interval": 80, + "frames": [ + "[ ]", + "[= ]", + "[== ]", + "[=== ]", + "[ ===]", + "[ ==]", + "[ =]", + "[ ]", + "[ =]", + "[ ==]", + "[ ===]", + "[====]", + "[=== ]", + "[== ]", + "[= ]", + ], + }, + "bouncingBall": { + "interval": 80, + "frames": [ + "( ● )", + "( ● )", + "( ● )", + "( ● )", + "( ●)", + "( ● )", + "( ● )", + "( ● )", + "( ● )", + "(● )", + ], + }, + "smiley": {"interval": 200, "frames": ["😄 ", "😝 "]}, + "monkey": {"interval": 300, "frames": ["🙈 ", "🙈 ", "🙉 ", "🙊 "]}, + "hearts": {"interval": 100, "frames": ["💛 ", "💙 ", "💜 ", "💚 ", "❤️ "]}, + "clock": { + "interval": 100, + "frames": [ + "🕛 ", + "🕐 ", + "🕑 ", + "🕒 ", + "🕓 ", + "🕔 ", + "🕕 ", + "🕖 ", + "🕗 ", + "🕘 ", + "🕙 ", + "🕚 ", + ], + }, + "earth": {"interval": 180, "frames": ["🌍 ", "🌎 ", "🌏 "]}, + "material": { + "interval": 17, + "frames": [ + "█▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "██▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "███▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "████▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "██████▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "██████▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "███████▁▁▁▁▁▁▁▁▁▁▁▁▁", + "████████▁▁▁▁▁▁▁▁▁▁▁▁", + "█████████▁▁▁▁▁▁▁▁▁▁▁", + "█████████▁▁▁▁▁▁▁▁▁▁▁", + "██████████▁▁▁▁▁▁▁▁▁▁", + "███████████▁▁▁▁▁▁▁▁▁", + "█████████████▁▁▁▁▁▁▁", + "██████████████▁▁▁▁▁▁", + "██████████████▁▁▁▁▁▁", + "▁██████████████▁▁▁▁▁", + "▁██████████████▁▁▁▁▁", + "▁██████████████▁▁▁▁▁", + "▁▁██████████████▁▁▁▁", + "▁▁▁██████████████▁▁▁", + "▁▁▁▁█████████████▁▁▁", + "▁▁▁▁██████████████▁▁", + "▁▁▁▁██████████████▁▁", + "▁▁▁▁▁██████████████▁", + "▁▁▁▁▁██████████████▁", + "▁▁▁▁▁██████████████▁", + "▁▁▁▁▁▁██████████████", + "▁▁▁▁▁▁██████████████", + "▁▁▁▁▁▁▁█████████████", + "▁▁▁▁▁▁▁█████████████", + "▁▁▁▁▁▁▁▁████████████", + "▁▁▁▁▁▁▁▁████████████", + "▁▁▁▁▁▁▁▁▁███████████", + "▁▁▁▁▁▁▁▁▁███████████", + "▁▁▁▁▁▁▁▁▁▁██████████", + "▁▁▁▁▁▁▁▁▁▁██████████", + "▁▁▁▁▁▁▁▁▁▁▁▁████████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁███████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁██████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█████", + "█▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████", + "██▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███", + "██▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███", + "███▁▁▁▁▁▁▁▁▁▁▁▁▁▁███", + "████▁▁▁▁▁▁▁▁▁▁▁▁▁▁██", + "█████▁▁▁▁▁▁▁▁▁▁▁▁▁▁█", + "█████▁▁▁▁▁▁▁▁▁▁▁▁▁▁█", + "██████▁▁▁▁▁▁▁▁▁▁▁▁▁█", + "████████▁▁▁▁▁▁▁▁▁▁▁▁", + "█████████▁▁▁▁▁▁▁▁▁▁▁", + "█████████▁▁▁▁▁▁▁▁▁▁▁", + "█████████▁▁▁▁▁▁▁▁▁▁▁", + "█████████▁▁▁▁▁▁▁▁▁▁▁", + "███████████▁▁▁▁▁▁▁▁▁", + "████████████▁▁▁▁▁▁▁▁", + "████████████▁▁▁▁▁▁▁▁", + "██████████████▁▁▁▁▁▁", + "██████████████▁▁▁▁▁▁", + "▁██████████████▁▁▁▁▁", + "▁██████████████▁▁▁▁▁", + "▁▁▁█████████████▁▁▁▁", + "▁▁▁▁▁████████████▁▁▁", + "▁▁▁▁▁████████████▁▁▁", + "▁▁▁▁▁▁███████████▁▁▁", + "▁▁▁▁▁▁▁▁█████████▁▁▁", + "▁▁▁▁▁▁▁▁█████████▁▁▁", + "▁▁▁▁▁▁▁▁▁█████████▁▁", + "▁▁▁▁▁▁▁▁▁█████████▁▁", + "▁▁▁▁▁▁▁▁▁▁█████████▁", + "▁▁▁▁▁▁▁▁▁▁▁████████▁", + "▁▁▁▁▁▁▁▁▁▁▁████████▁", + "▁▁▁▁▁▁▁▁▁▁▁▁███████▁", + "▁▁▁▁▁▁▁▁▁▁▁▁███████▁", + "▁▁▁▁▁▁▁▁▁▁▁▁▁███████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁███████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁██", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁██", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁██", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + ], + }, + "moon": { + "interval": 80, + "frames": ["🌑 ", "🌒 ", "🌓 ", "🌔 ", "🌕 ", "🌖 ", "🌗 ", "🌘 "], + }, + "runner": {"interval": 140, "frames": ["🚶 ", "🏃 "]}, + "pong": { + "interval": 80, + "frames": [ + "▐⠂ ▌", + "▐⠈ ▌", + "▐ ⠂ ▌", + "▐ ⠠ ▌", + "▐ ⡀ ▌", + "▐ ⠠ ▌", + "▐ ⠂ ▌", + "▐ ⠈ ▌", + "▐ ⠂ ▌", + "▐ ⠠ ▌", + "▐ ⡀ ▌", + "▐ ⠠ ▌", + "▐ ⠂ ▌", + "▐ ⠈ ▌", + "▐ ⠂▌", + "▐ ⠠▌", + "▐ ⡀▌", + "▐ ⠠ ▌", + "▐ ⠂ ▌", + "▐ ⠈ ▌", + "▐ ⠂ ▌", + "▐ ⠠ ▌", + "▐ ⡀ ▌", + "▐ ⠠ ▌", + "▐ ⠂ ▌", + "▐ ⠈ ▌", + "▐ ⠂ ▌", + "▐ ⠠ ▌", + "▐ ⡀ ▌", + "▐⠠ ▌", + ], + }, + "shark": { + "interval": 120, + "frames": [ + "▐|\\____________▌", + "▐_|\\___________▌", + "▐__|\\__________▌", + "▐___|\\_________▌", + "▐____|\\________▌", + "▐_____|\\_______▌", + "▐______|\\______▌", + "▐_______|\\_____▌", + "▐________|\\____▌", + "▐_________|\\___▌", + "▐__________|\\__▌", + "▐___________|\\_▌", + "▐____________|\\▌", + "▐____________/|▌", + "▐___________/|_▌", + "▐__________/|__▌", + "▐_________/|___▌", + "▐________/|____▌", + "▐_______/|_____▌", + "▐______/|______▌", + "▐_____/|_______▌", + "▐____/|________▌", + "▐___/|_________▌", + "▐__/|__________▌", + "▐_/|___________▌", + "▐/|____________▌", + ], + }, + "dqpb": {"interval": 100, "frames": "dqpb"}, + "weather": { + "interval": 100, + "frames": [ + "☀️ ", + "☀️ ", + "☀️ ", + "🌤 ", + "⛅️ ", + "🌥 ", + "☁️ ", + "🌧 ", + "🌨 ", + "🌧 ", + "🌨 ", + "🌧 ", + "🌨 ", + "⛈ ", + "🌨 ", + "🌧 ", + "🌨 ", + "☁️ ", + "🌥 ", + "⛅️ ", + "🌤 ", + "☀️ ", + "☀️ ", + ], + }, + "christmas": {"interval": 400, "frames": "🌲🎄"}, + "grenade": { + "interval": 80, + "frames": [ + "، ", + "′ ", + " ´ ", + " ‾ ", + " ⸌", + " ⸊", + " |", + " ⁎", + " ⁕", + " ෴ ", + " ⁓", + " ", + " ", + " ", + ], + }, + "point": {"interval": 125, "frames": ["∙∙∙", "●∙∙", "∙●∙", "∙∙●", "∙∙∙"]}, + "layer": {"interval": 150, "frames": "-=≡"}, + "betaWave": { + "interval": 80, + "frames": [ + "ρββββββ", + "βρβββββ", + "ββρββββ", + "βββρβββ", + "ββββρββ", + "βββββρβ", + "ββββββρ", + ], + }, + "aesthetic": { + "interval": 80, + "frames": [ + "▰▱▱▱▱▱▱", + "▰▰▱▱▱▱▱", + "▰▰▰▱▱▱▱", + "▰▰▰▰▱▱▱", + "▰▰▰▰▰▱▱", + "▰▰▰▰▰▰▱", + "▰▰▰▰▰▰▰", + "▰▱▱▱▱▱▱", + ], + }, +} diff --git a/env/lib/python3.8/site-packages/pip/_vendor/rich/_stack.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/_stack.py new file mode 100644 index 000000000..194564e76 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/rich/_stack.py @@ -0,0 +1,16 @@ +from typing import List, TypeVar + +T = TypeVar("T") + + +class Stack(List[T]): + """A small shim over builtin list.""" + + @property + def top(self) -> T: + """Get top of stack.""" + return self[-1] + + def push(self, item: T) -> None: + """Push an item on to the stack (append in stack nomenclature).""" + self.append(item) diff --git a/env/lib/python3.8/site-packages/pip/_vendor/rich/_timer.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/_timer.py new file mode 100644 index 000000000..a2ca6be03 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/rich/_timer.py @@ -0,0 +1,19 @@ +""" +Timer context manager, only used in debug. + +""" + +from time import time + +import contextlib +from typing import Generator + + +@contextlib.contextmanager +def timer(subject: str = "time") -> Generator[None, None, None]: + """print the elapsed time. (only used in debugging)""" + start = time() + yield + elapsed = time() - start + elapsed_ms = elapsed * 1000 + print(f"{subject} elapsed {elapsed_ms:.1f}ms") diff --git a/env/lib/python3.8/site-packages/pip/_vendor/rich/_win32_console.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/_win32_console.py new file mode 100644 index 000000000..2eba1b9b4 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/_windows.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/_windows.py new file mode 100644 index 000000000..7520a9f90 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/_windows_renderer.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/_windows_renderer.py new file mode 100644 index 000000000..5ece05649 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/rich/_windows_renderer.py @@ -0,0 +1,56 @@ +from typing import Iterable, Sequence, Tuple, cast + +from pip._vendor.rich._win32_console import LegacyWindowsTerm, WindowsCoordinates +from pip._vendor.rich.segment import ControlCode, ControlType, Segment + + +def legacy_windows_render(buffer: Iterable[Segment], term: LegacyWindowsTerm) -> None: + """Makes appropriate Windows Console API calls based on the segments in the buffer. + + Args: + buffer (Iterable[Segment]): Iterable of Segments to convert to Win32 API calls. + term (LegacyWindowsTerm): Used to call the Windows Console API. + """ + for text, style, control in buffer: + if not control: + if style: + term.write_styled(text, style) + else: + term.write_text(text) + else: + control_codes: Sequence[ControlCode] = control + for control_code in control_codes: + control_type = control_code[0] + if control_type == ControlType.CURSOR_MOVE_TO: + _, x, y = cast(Tuple[ControlType, int, int], control_code) + term.move_cursor_to(WindowsCoordinates(row=y - 1, col=x - 1)) + elif control_type == ControlType.CARRIAGE_RETURN: + term.write_text("\r") + elif control_type == ControlType.HOME: + term.move_cursor_to(WindowsCoordinates(0, 0)) + elif control_type == ControlType.CURSOR_UP: + term.move_cursor_up() + elif control_type == ControlType.CURSOR_DOWN: + term.move_cursor_down() + elif control_type == ControlType.CURSOR_FORWARD: + term.move_cursor_forward() + elif control_type == ControlType.CURSOR_BACKWARD: + term.move_cursor_backward() + elif control_type == ControlType.CURSOR_MOVE_TO_COLUMN: + _, column = cast(Tuple[ControlType, int], control_code) + term.move_cursor_to_column(column - 1) + elif control_type == ControlType.HIDE_CURSOR: + term.hide_cursor() + elif control_type == ControlType.SHOW_CURSOR: + term.show_cursor() + elif control_type == ControlType.ERASE_IN_LINE: + _, mode = cast(Tuple[ControlType, int], control_code) + if mode == 0: + term.erase_end_of_line() + elif mode == 1: + term.erase_start_of_line() + elif mode == 2: + term.erase_line() + elif control_type == ControlType.SET_WINDOW_TITLE: + _, title = cast(Tuple[ControlType, str], control_code) + term.set_title(title) diff --git a/env/lib/python3.8/site-packages/pip/_vendor/rich/_wrap.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/_wrap.py new file mode 100644 index 000000000..2e94ff6f4 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/abc.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/abc.py new file mode 100644 index 000000000..e6e498efa --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/rich/abc.py @@ -0,0 +1,33 @@ +from abc import ABC + + +class RichRenderable(ABC): + """An abstract base class for Rich renderables. + + Note that there is no need to extend this class, the intended use is to check if an + object supports the Rich renderable protocol. For example:: + + if isinstance(my_object, RichRenderable): + console.print(my_object) + + """ + + @classmethod + def __subclasshook__(cls, other: type) -> bool: + """Check if this class supports the rich render protocol.""" + return hasattr(other, "__rich_console__") or hasattr(other, "__rich__") + + +if __name__ == "__main__": # pragma: no cover + from pip._vendor.rich.text import Text + + t = Text() + print(isinstance(Text, RichRenderable)) + print(isinstance(t, RichRenderable)) + + class Foo: + pass + + f = Foo() + print(isinstance(f, RichRenderable)) + print(isinstance("", RichRenderable)) diff --git a/env/lib/python3.8/site-packages/pip/_vendor/rich/align.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/align.py new file mode 100644 index 000000000..330dcc511 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/ansi.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/ansi.py new file mode 100644 index 000000000..7de86ce50 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/bar.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/bar.py new file mode 100644 index 000000000..022284b57 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/box.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/box.py new file mode 100644 index 000000000..0511a9e48 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/cells.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/cells.py new file mode 100644 index 000000000..a85462271 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/color.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/color.py new file mode 100644 index 000000000..e2c23a6a9 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/color_triplet.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/color_triplet.py new file mode 100644 index 000000000..02cab3282 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/rich/color_triplet.py @@ -0,0 +1,38 @@ +from typing import NamedTuple, Tuple + + +class ColorTriplet(NamedTuple): + """The red, green, and blue components of a color.""" + + red: int + """Red component in 0 to 255 range.""" + green: int + """Green component in 0 to 255 range.""" + blue: int + """Blue component in 0 to 255 range.""" + + @property + def hex(self) -> str: + """get the color triplet in CSS style.""" + red, green, blue = self + return f"#{red:02x}{green:02x}{blue:02x}" + + @property + def rgb(self) -> str: + """The color in RGB format. + + Returns: + str: An rgb color, e.g. ``"rgb(100,23,255)"``. + """ + red, green, blue = self + return f"rgb({red},{green},{blue})" + + @property + def normalized(self) -> Tuple[float, float, float]: + """Convert components into floats between 0 and 1. + + Returns: + Tuple[float, float, float]: A tuple of three normalized colour components. + """ + red, green, blue = self + return red / 255.0, green / 255.0, blue / 255.0 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/rich/columns.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/columns.py new file mode 100644 index 000000000..669a3a707 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/rich/columns.py @@ -0,0 +1,187 @@ +from collections import defaultdict +from itertools import chain +from operator import itemgetter +from typing import Dict, Iterable, List, Optional, Tuple + +from .align import Align, AlignMethod +from .console import Console, ConsoleOptions, RenderableType, RenderResult +from .constrain import Constrain +from .measure import Measurement +from .padding import Padding, PaddingDimensions +from .table import Table +from .text import TextType +from .jupyter import JupyterMixin + + +class Columns(JupyterMixin): + """Display renderables in neat columns. + + Args: + renderables (Iterable[RenderableType]): Any number of Rich renderables (including str). + width (int, optional): The desired width of the columns, or None to auto detect. Defaults to None. + padding (PaddingDimensions, optional): Optional padding around cells. Defaults to (0, 1). + expand (bool, optional): Expand columns to full width. Defaults to False. + equal (bool, optional): Arrange in to equal sized columns. Defaults to False. + column_first (bool, optional): Align items from top to bottom (rather than left to right). Defaults to False. + right_to_left (bool, optional): Start column from right hand side. Defaults to False. + align (str, optional): Align value ("left", "right", or "center") or None for default. Defaults to None. + title (TextType, optional): Optional title for Columns. + """ + + def __init__( + self, + renderables: Optional[Iterable[RenderableType]] = None, + padding: PaddingDimensions = (0, 1), + *, + width: Optional[int] = None, + expand: bool = False, + equal: bool = False, + column_first: bool = False, + right_to_left: bool = False, + align: Optional[AlignMethod] = None, + title: Optional[TextType] = None, + ) -> None: + self.renderables = list(renderables or []) + self.width = width + self.padding = padding + self.expand = expand + self.equal = equal + self.column_first = column_first + self.right_to_left = right_to_left + self.align: Optional[AlignMethod] = align + self.title = title + + def add_renderable(self, renderable: RenderableType) -> None: + """Add a renderable to the columns. + + Args: + renderable (RenderableType): Any renderable object. + """ + self.renderables.append(renderable) + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + render_str = console.render_str + renderables = [ + render_str(renderable) if isinstance(renderable, str) else renderable + for renderable in self.renderables + ] + if not renderables: + return + _top, right, _bottom, left = Padding.unpack(self.padding) + width_padding = max(left, right) + max_width = options.max_width + widths: Dict[int, int] = defaultdict(int) + column_count = len(renderables) + + get_measurement = Measurement.get + renderable_widths = [ + get_measurement(console, options, renderable).maximum + for renderable in renderables + ] + if self.equal: + renderable_widths = [max(renderable_widths)] * len(renderable_widths) + + def iter_renderables( + column_count: int, + ) -> Iterable[Tuple[int, Optional[RenderableType]]]: + item_count = len(renderables) + if self.column_first: + width_renderables = list(zip(renderable_widths, renderables)) + + column_lengths: List[int] = [item_count // column_count] * column_count + for col_no in range(item_count % column_count): + column_lengths[col_no] += 1 + + row_count = (item_count + column_count - 1) // column_count + cells = [[-1] * column_count for _ in range(row_count)] + row = col = 0 + for index in range(item_count): + cells[row][col] = index + column_lengths[col] -= 1 + if column_lengths[col]: + row += 1 + else: + col += 1 + row = 0 + for index in chain.from_iterable(cells): + if index == -1: + break + yield width_renderables[index] + else: + yield from zip(renderable_widths, renderables) + # Pad odd elements with spaces + if item_count % column_count: + for _ in range(column_count - (item_count % column_count)): + yield 0, None + + table = Table.grid(padding=self.padding, collapse_padding=True, pad_edge=False) + table.expand = self.expand + table.title = self.title + + if self.width is not None: + column_count = (max_width) // (self.width + width_padding) + for _ in range(column_count): + table.add_column(width=self.width) + else: + while column_count > 1: + widths.clear() + column_no = 0 + for renderable_width, _ in iter_renderables(column_count): + widths[column_no] = max(widths[column_no], renderable_width) + total_width = sum(widths.values()) + width_padding * ( + len(widths) - 1 + ) + if total_width > max_width: + column_count = len(widths) - 1 + break + else: + column_no = (column_no + 1) % column_count + else: + break + + get_renderable = itemgetter(1) + _renderables = [ + get_renderable(_renderable) + for _renderable in iter_renderables(column_count) + ] + if self.equal: + _renderables = [ + None + if renderable is None + else Constrain(renderable, renderable_widths[0]) + for renderable in _renderables + ] + if self.align: + align = self.align + _Align = Align + _renderables = [ + None if renderable is None else _Align(renderable, align) + for renderable in _renderables + ] + + right_to_left = self.right_to_left + add_row = table.add_row + for start in range(0, len(_renderables), column_count): + row = _renderables[start : start + column_count] + if right_to_left: + row = row[::-1] + add_row(*row) + yield table + + +if __name__ == "__main__": # pragma: no cover + import os + + console = Console() + + files = [f"{i} {s}" for i, s in enumerate(sorted(os.listdir()))] + columns = Columns(files, padding=(0, 1), expand=False, equal=False) + console.print(columns) + console.rule() + columns.column_first = True + console.print(columns) + columns.right_to_left = True + console.rule() + console.print(columns) diff --git a/env/lib/python3.8/site-packages/pip/_vendor/rich/console.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/console.py new file mode 100644 index 000000000..572884542 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/constrain.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/constrain.py new file mode 100644 index 000000000..65fdf5634 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/rich/constrain.py @@ -0,0 +1,37 @@ +from typing import Optional, TYPE_CHECKING + +from .jupyter import JupyterMixin +from .measure import Measurement + +if TYPE_CHECKING: + from .console import Console, ConsoleOptions, RenderableType, RenderResult + + +class Constrain(JupyterMixin): + """Constrain the width of a renderable to a given number of characters. + + Args: + renderable (RenderableType): A renderable object. + width (int, optional): The maximum width (in characters) to render. Defaults to 80. + """ + + def __init__(self, renderable: "RenderableType", width: Optional[int] = 80) -> None: + self.renderable = renderable + self.width = width + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + if self.width is None: + yield self.renderable + else: + child_options = options.update_width(min(self.width, options.max_width)) + yield from console.render(self.renderable, child_options) + + def __rich_measure__( + self, console: "Console", options: "ConsoleOptions" + ) -> "Measurement": + if self.width is not None: + options = options.update_width(self.width) + measurement = Measurement.get(console, options, self.renderable) + return measurement diff --git a/env/lib/python3.8/site-packages/pip/_vendor/rich/containers.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/containers.py new file mode 100644 index 000000000..901ff8ba6 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/control.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/control.py new file mode 100644 index 000000000..88fcb9295 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/rich/control.py @@ -0,0 +1,225 @@ +import sys +import time +from typing import TYPE_CHECKING, Callable, Dict, Iterable, List, Union + +if sys.version_info >= (3, 8): + from typing import Final +else: + from pip._vendor.typing_extensions import Final # pragma: no cover + +from .segment import ControlCode, ControlType, Segment + +if TYPE_CHECKING: + from .console import Console, ConsoleOptions, RenderResult + +STRIP_CONTROL_CODES: Final = [ + 7, # Bell + 8, # Backspace + 11, # Vertical tab + 12, # Form feed + 13, # Carriage return +] +_CONTROL_STRIP_TRANSLATE: Final = { + _codepoint: None for _codepoint in STRIP_CONTROL_CODES +} + +CONTROL_ESCAPE: Final = { + 7: "\\a", + 8: "\\b", + 11: "\\v", + 12: "\\f", + 13: "\\r", +} + +CONTROL_CODES_FORMAT: Dict[int, Callable[..., str]] = { + ControlType.BELL: lambda: "\x07", + ControlType.CARRIAGE_RETURN: lambda: "\r", + ControlType.HOME: lambda: "\x1b[H", + ControlType.CLEAR: lambda: "\x1b[2J", + ControlType.ENABLE_ALT_SCREEN: lambda: "\x1b[?1049h", + ControlType.DISABLE_ALT_SCREEN: lambda: "\x1b[?1049l", + ControlType.SHOW_CURSOR: lambda: "\x1b[?25h", + ControlType.HIDE_CURSOR: lambda: "\x1b[?25l", + ControlType.CURSOR_UP: lambda param: f"\x1b[{param}A", + ControlType.CURSOR_DOWN: lambda param: f"\x1b[{param}B", + ControlType.CURSOR_FORWARD: lambda param: f"\x1b[{param}C", + ControlType.CURSOR_BACKWARD: lambda param: f"\x1b[{param}D", + ControlType.CURSOR_MOVE_TO_COLUMN: lambda param: f"\x1b[{param+1}G", + ControlType.ERASE_IN_LINE: lambda param: f"\x1b[{param}K", + ControlType.CURSOR_MOVE_TO: lambda x, y: f"\x1b[{y+1};{x+1}H", + ControlType.SET_WINDOW_TITLE: lambda title: f"\x1b]0;{title}\x07", +} + + +class Control: + """A renderable that inserts a control code (non printable but may move cursor). + + Args: + *codes (str): Positional arguments are either a :class:`~rich.segment.ControlType` enum or a + tuple of ControlType and an integer parameter + """ + + __slots__ = ["segment"] + + def __init__(self, *codes: Union[ControlType, ControlCode]) -> None: + control_codes: List[ControlCode] = [ + (code,) if isinstance(code, ControlType) else code for code in codes + ] + _format_map = CONTROL_CODES_FORMAT + rendered_codes = "".join( + _format_map[code](*parameters) for code, *parameters in control_codes + ) + self.segment = Segment(rendered_codes, None, control_codes) + + @classmethod + def bell(cls) -> "Control": + """Ring the 'bell'.""" + return cls(ControlType.BELL) + + @classmethod + def home(cls) -> "Control": + """Move cursor to 'home' position.""" + return cls(ControlType.HOME) + + @classmethod + def move(cls, x: int = 0, y: int = 0) -> "Control": + """Move cursor relative to current position. + + Args: + x (int): X offset. + y (int): Y offset. + + Returns: + ~Control: Control object. + + """ + + def get_codes() -> Iterable[ControlCode]: + control = ControlType + if x: + yield ( + control.CURSOR_FORWARD if x > 0 else control.CURSOR_BACKWARD, + abs(x), + ) + if y: + yield ( + control.CURSOR_DOWN if y > 0 else control.CURSOR_UP, + abs(y), + ) + + control = cls(*get_codes()) + return control + + @classmethod + def move_to_column(cls, x: int, y: int = 0) -> "Control": + """Move to the given column, optionally add offset to row. + + Returns: + x (int): absolute x (column) + y (int): optional y offset (row) + + Returns: + ~Control: Control object. + """ + + return ( + cls( + (ControlType.CURSOR_MOVE_TO_COLUMN, x), + ( + ControlType.CURSOR_DOWN if y > 0 else ControlType.CURSOR_UP, + abs(y), + ), + ) + if y + else cls((ControlType.CURSOR_MOVE_TO_COLUMN, x)) + ) + + @classmethod + def move_to(cls, x: int, y: int) -> "Control": + """Move cursor to absolute position. + + Args: + x (int): x offset (column) + y (int): y offset (row) + + Returns: + ~Control: Control object. + """ + return cls((ControlType.CURSOR_MOVE_TO, x, y)) + + @classmethod + def clear(cls) -> "Control": + """Clear the screen.""" + return cls(ControlType.CLEAR) + + @classmethod + def show_cursor(cls, show: bool) -> "Control": + """Show or hide the cursor.""" + return cls(ControlType.SHOW_CURSOR if show else ControlType.HIDE_CURSOR) + + @classmethod + def alt_screen(cls, enable: bool) -> "Control": + """Enable or disable alt screen.""" + if enable: + return cls(ControlType.ENABLE_ALT_SCREEN, ControlType.HOME) + else: + return cls(ControlType.DISABLE_ALT_SCREEN) + + @classmethod + def title(cls, title: str) -> "Control": + """Set the terminal window title + + Args: + title (str): The new terminal window title + """ + return cls((ControlType.SET_WINDOW_TITLE, title)) + + def __str__(self) -> str: + return self.segment.text + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + if self.segment.text: + yield self.segment + + +def strip_control_codes( + text: str, _translate_table: Dict[int, None] = _CONTROL_STRIP_TRANSLATE +) -> str: + """Remove control codes from text. + + Args: + text (str): A string possibly contain control codes. + + Returns: + str: String with control codes removed. + """ + return text.translate(_translate_table) + + +def escape_control_codes( + text: str, + _translate_table: Dict[int, str] = CONTROL_ESCAPE, +) -> str: + """Replace control codes with their "escaped" equivalent in the given text. + (e.g. "\b" becomes "\\b") + + Args: + text (str): A string possibly containing control codes. + + Returns: + str: String with control codes replaced with their escaped version. + """ + return text.translate(_translate_table) + + +if __name__ == "__main__": # pragma: no cover + from pip._vendor.rich.console import Console + + console = Console() + console.print("Look at the title of your terminal window ^") + # console.print(Control((ControlType.SET_WINDOW_TITLE, "Hello, world!"))) + for i in range(10): + console.set_window_title("🚀 Loading" + "." * i) + time.sleep(0.5) diff --git a/env/lib/python3.8/site-packages/pip/_vendor/rich/default_styles.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/default_styles.py new file mode 100644 index 000000000..6c0d73231 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/diagnose.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/diagnose.py new file mode 100644 index 000000000..ad3618389 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/rich/diagnose.py @@ -0,0 +1,37 @@ +import os +import platform + +from pip._vendor.rich import inspect +from pip._vendor.rich.console import Console, get_windows_console_features +from pip._vendor.rich.panel import Panel +from pip._vendor.rich.pretty import Pretty + + +def report() -> None: # pragma: no cover + """Print a report to the terminal with debugging information""" + console = Console() + inspect(console) + features = get_windows_console_features() + inspect(features) + + env_names = ( + "TERM", + "COLORTERM", + "CLICOLOR", + "NO_COLOR", + "TERM_PROGRAM", + "COLUMNS", + "LINES", + "JUPYTER_COLUMNS", + "JUPYTER_LINES", + "JPY_PARENT_PID", + "VSCODE_VERBOSE_LOGGING", + ) + env = {name: os.getenv(name) for name in env_names} + console.print(Panel.fit((Pretty(env)), title="[b]Environment Variables")) + + console.print(f'platform="{platform.system()}"') + + +if __name__ == "__main__": # pragma: no cover + report() diff --git a/env/lib/python3.8/site-packages/pip/_vendor/rich/emoji.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/emoji.py new file mode 100644 index 000000000..791f0465d --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/rich/emoji.py @@ -0,0 +1,96 @@ +import sys +from typing import TYPE_CHECKING, Optional, Union + +from .jupyter import JupyterMixin +from .segment import Segment +from .style import Style +from ._emoji_codes import EMOJI +from ._emoji_replace import _emoji_replace + +if sys.version_info >= (3, 8): + from typing import Literal +else: + from pip._vendor.typing_extensions import Literal # pragma: no cover + + +if TYPE_CHECKING: + from .console import Console, ConsoleOptions, RenderResult + + +EmojiVariant = Literal["emoji", "text"] + + +class NoEmoji(Exception): + """No emoji by that name.""" + + +class Emoji(JupyterMixin): + __slots__ = ["name", "style", "_char", "variant"] + + VARIANTS = {"text": "\uFE0E", "emoji": "\uFE0F"} + + def __init__( + self, + name: str, + style: Union[str, Style] = "none", + variant: Optional[EmojiVariant] = None, + ) -> None: + """A single emoji character. + + Args: + name (str): Name of emoji. + style (Union[str, Style], optional): Optional style. Defaults to None. + + Raises: + NoEmoji: If the emoji doesn't exist. + """ + self.name = name + self.style = style + self.variant = variant + try: + self._char = EMOJI[name] + except KeyError: + raise NoEmoji(f"No emoji called {name!r}") + if variant is not None: + self._char += self.VARIANTS.get(variant, "") + + @classmethod + def replace(cls, text: str) -> str: + """Replace emoji markup with corresponding unicode characters. + + Args: + text (str): A string with emojis codes, e.g. "Hello :smiley:!" + + Returns: + str: A string with emoji codes replaces with actual emoji. + """ + return _emoji_replace(text) + + def __repr__(self) -> str: + return f"" + + def __str__(self) -> str: + return self._char + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + yield Segment(self._char, console.get_style(self.style)) + + +if __name__ == "__main__": # pragma: no cover + import sys + + from pip._vendor.rich.columns import Columns + from pip._vendor.rich.console import Console + + console = Console(record=True) + + columns = Columns( + (f":{name}: {name}" for name in sorted(EMOJI.keys()) if "\u200D" not in name), + column_first=True, + ) + + console.print(columns) + if len(sys.argv) > 1: + console.save_html(sys.argv[1]) diff --git a/env/lib/python3.8/site-packages/pip/_vendor/rich/errors.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/errors.py new file mode 100644 index 000000000..0bcbe53ef --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/rich/errors.py @@ -0,0 +1,34 @@ +class ConsoleError(Exception): + """An error in console operation.""" + + +class StyleError(Exception): + """An error in styles.""" + + +class StyleSyntaxError(ConsoleError): + """Style was badly formatted.""" + + +class MissingStyle(StyleError): + """No such style.""" + + +class StyleStackError(ConsoleError): + """Style stack is invalid.""" + + +class NotRenderableError(ConsoleError): + """Object is not renderable.""" + + +class MarkupError(ConsoleError): + """Markup was badly formatted.""" + + +class LiveError(ConsoleError): + """Error related to Live display.""" + + +class NoAltScreen(ConsoleError): + """Alt screen mode was required.""" diff --git a/env/lib/python3.8/site-packages/pip/_vendor/rich/file_proxy.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/file_proxy.py new file mode 100644 index 000000000..4b0b0da6c --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/rich/file_proxy.py @@ -0,0 +1,57 @@ +import io +from typing import IO, TYPE_CHECKING, Any, List + +from .ansi import AnsiDecoder +from .text import Text + +if TYPE_CHECKING: + from .console import Console + + +class FileProxy(io.TextIOBase): + """Wraps a file (e.g. sys.stdout) and redirects writes to a console.""" + + def __init__(self, console: "Console", file: IO[str]) -> None: + self.__console = console + self.__file = file + self.__buffer: List[str] = [] + self.__ansi_decoder = AnsiDecoder() + + @property + def rich_proxied_file(self) -> IO[str]: + """Get proxied file.""" + return self.__file + + def __getattr__(self, name: str) -> Any: + return getattr(self.__file, name) + + def write(self, text: str) -> int: + if not isinstance(text, str): + raise TypeError(f"write() argument must be str, not {type(text).__name__}") + buffer = self.__buffer + lines: List[str] = [] + while text: + line, new_line, text = text.partition("\n") + if new_line: + lines.append("".join(buffer) + line) + buffer.clear() + else: + buffer.append(line) + break + if lines: + console = self.__console + with console: + output = Text("\n").join( + self.__ansi_decoder.decode_line(line) for line in lines + ) + console.print(output) + return len(text) + + def flush(self) -> None: + output = "".join(self.__buffer) + if output: + self.__console.print(output) + del self.__buffer[:] + + def fileno(self) -> int: + return self.__file.fileno() diff --git a/env/lib/python3.8/site-packages/pip/_vendor/rich/filesize.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/filesize.py new file mode 100644 index 000000000..83bc9118d --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/highlighter.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/highlighter.py new file mode 100644 index 000000000..e4c462e2b --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/layout.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/layout.py new file mode 100644 index 000000000..a6f1a31b2 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/live.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/live.py new file mode 100644 index 000000000..8738cf09f --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/live_render.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/live_render.py new file mode 100644 index 000000000..e20745df6 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/logging.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/logging.py new file mode 100644 index 000000000..ff8d5d95f --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/markup.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/markup.py new file mode 100644 index 000000000..f6171878f --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/measure.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/measure.py new file mode 100644 index 000000000..a508ffa80 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/padding.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/padding.py new file mode 100644 index 000000000..0161cd182 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/pager.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/pager.py new file mode 100644 index 000000000..a3f7aa62a --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/palette.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/palette.py new file mode 100644 index 000000000..fa0c4dd40 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/panel.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/panel.py new file mode 100644 index 000000000..8cfa6f4a2 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/pretty.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/pretty.py new file mode 100644 index 000000000..c4a274f8c --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/progress.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/progress.py new file mode 100644 index 000000000..ec086d988 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/progress_bar.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/progress_bar.py new file mode 100644 index 000000000..41794f767 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/prompt.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/prompt.py new file mode 100644 index 000000000..fccb70dbd --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/protocol.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/protocol.py new file mode 100644 index 000000000..12ab23713 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/py.typed b/env/lib/python3.8/site-packages/pip/_vendor/rich/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/env/lib/python3.8/site-packages/pip/_vendor/rich/region.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/region.py new file mode 100644 index 000000000..75b3631c3 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/repr.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/repr.py new file mode 100644 index 000000000..10efc427c --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/rule.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/rule.py new file mode 100644 index 000000000..fd00ce6e4 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/scope.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/scope.py new file mode 100644 index 000000000..c9d134cc3 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/screen.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/screen.py new file mode 100644 index 000000000..7f416e1e7 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/segment.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/segment.py new file mode 100644 index 000000000..4b5f99792 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/spinner.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/spinner.py new file mode 100644 index 000000000..70570b6b0 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/status.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/status.py new file mode 100644 index 000000000..65744838e --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/style.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/style.py new file mode 100644 index 000000000..262fd6eca --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/styled.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/styled.py new file mode 100644 index 000000000..91cd0db31 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/syntax.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/syntax.py new file mode 100644 index 000000000..f3d483c3d --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/table.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/table.py new file mode 100644 index 000000000..654c85554 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/terminal_theme.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/terminal_theme.py new file mode 100644 index 000000000..565e9d960 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/text.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/text.py new file mode 100644 index 000000000..5a0c6b142 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/theme.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/theme.py new file mode 100644 index 000000000..227f1d863 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/themes.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/themes.py new file mode 100644 index 000000000..bf6db104a --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/traceback.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/traceback.py new file mode 100644 index 000000000..28d742b4f --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/rich/tree.py b/env/lib/python3.8/site-packages/pip/_vendor/rich/tree.py new file mode 100644 index 000000000..27c5cf7b2 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/tomli/__init__.py b/env/lib/python3.8/site-packages/pip/_vendor/tomli/__init__.py new file mode 100644 index 000000000..2b08d6e74 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bc1eceb109f53ce614a705701ec3669c66a7f582 GIT binary patch literal 324 zcmZ8a%Sr?>5X{UZ?xHOIg4a3B1b0D1L_Fxt$3eZ!C1f|P8_bK&xUl*~{!*@<1i!$O z33w0-x{B)Vq8?_mU6S$kb+kUI2>B@HFY0X0^TdNpiVQ?mL#1lfnA$c&W9dLG8(2jY zy(2Aao5YNlDkfSa?cd*CUtPe;E4W1T_{!$}yg&TRRitgO$%3T<%i^ZpNfRNYF+!w0 zAvSC?YQ=?3yba%0hSuN5#{O`kb~QBqnE!Q yi~g8LJwg}qRX#!FK?k0Do$|;>Z;j?cXs1UZ`mjyYQ|r}>fisp1Bh5rBTK@o$15{uD literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..abda4f7fcf029bb1b21806a854ba7944d5cd1a84 GIT binary patch literal 18192 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b7b1fccaa65012d6db92c30a8e0b7706c7c9ea1d GIT binary patch literal 2933 zcmahLU2oggm0zMLTC!x>aXy-@Y@H2e8%cJ&rAc7aOELu*(71(@^ntcO)4Ep{Q+^1S zS3#_jdvRa$wzp+~{W4(xVZVg0dkQdMF9QY?!?JTOB}d5$jDnBPJ@fUoT_x9EYvdzx{Riz-cCG;T&jk0+$;ZHb70wpe=^z)cSQnd;hS$ zbMK&yw|9HrZ{EC}*#iB{-eC)%Ij_1;fA_fS?seTKPxrh-ux4(UAY)qayhPsntw&yK z&;y#gGk3N>1BNwgNM8!pRKO#2Y|6RW6D+9b-LqyL`O%y}3>v?fNdWdgB5PLM=ca9@ z=Kklc-VW&ANcT4(m96_xkUN~c$P|VUG@Q#zb0$JaE z_V__}FRudn)z=U2e}&bU9GcUD{VKCt>l-58bQ28S>b*PfZ{C{rz!qj5asa_Y)7`Xa z`?zgw-o10DwFx3$T$FSFDYtqe{>k1f4eR^Pq-Uq=7>fOW`pSm<%ms#RY{i2?LZLuA zX1)M1{PzCSt_ZXHB?+mufm9(1H z(#2Eti3FT5;{Zzn>QnxD*2tF9GW$K;l+RS65cM21MhelgW?Er?;96>?3u)z4&6cA^ zYOph2daeTwHnL@2E-a+=w2>~Q&2*WRUKy|>^vRze#?cGPxaC=gbNM;6L<%e(TZgm! zv}een6|)b>hiy|-Y|rx(npod@!I*X#13rIX@gbe6BQadUGP3$HV>E%rBWS|2UU-2I zTMXJmr~$c|v9=)WzQHA*%NwlNH_U*eZRGkfi^roRS7D-#IGVx9XVhrPPachQtH0HFpPH0~sKJg~1q|SB)9b01`!yU5#y6MV&oZKkS2t zIDDurRbYe^RwW9If|{uu2S|m1l1}9nNnkL3D-zLO!MH%fmv(=YKWFd}A-#DE56(I! zI{~LenG;(T9x*h-t^k<#jcoxT*U&*xg93Dr^%{T!_)8W6NJ>NG$CS;~?GGYFC>(|K335?6ux!B&BNf$w~6mt6u)Y!!i+6pdX* z93x>@5uiz17c=lK>Fg7{`V_%U1lVBjg3Fs1%@D+WFTh?u295+nkmLqbo83i;8Up-Q zgDi?6TYxuGLS6B8E6SZh*D&`Gg4 z#Cj3wE1Cn>idaK=WiXEVJdT5eRe+c)3_qPtMt*cGvQd1==q`|GQX~nxB(J;f+^3oA z=H-4Ij{Jb;SKgW$3}{39$KrAmM^#h)tsC0E7Hf@P8uF^y(EkhVF5BV& literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4fabb8a0ff7aa54d44853de42cef9476eaceaa2c GIT binary patch literal 324 zcmYjLu}TCn5KT6_=XrWoHh#huyD1J13lT-I5#&H^wpp@f?k<>3LXtaJ{33rTt(D*x zSctP?;lR9k!@S|Wr}=zFuwFlx+i#rjYZxVvLB63t z*V!3q3Sf}S?3YjApqWbcK+60Be@V#_yEa3b-UzKlry&)OJEx((FAvis4o;bk&rs+` zPoEwG}b3I~WpE2HDDnH{y>*?Fe5j-`XCy6o$JYZmp@@qFQ@^PC*sD zczyxT!R)zK-JfDnpYxz1R1U9V1A#l`c)JH9t>@A9TJaW>L8u)Dzv!*pX}B!VE=&+k I*$F+SKfAqF&j0`b literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/tomli/_parser.py b/env/lib/python3.8/site-packages/pip/_vendor/tomli/_parser.py new file mode 100644 index 000000000..b548e8b80 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/tomli/_re.py b/env/lib/python3.8/site-packages/pip/_vendor/tomli/_re.py new file mode 100644 index 000000000..513486618 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/tomli/_types.py b/env/lib/python3.8/site-packages/pip/_vendor/tomli/_types.py new file mode 100644 index 000000000..d949412e0 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/tomli/py.typed b/env/lib/python3.8/site-packages/pip/_vendor/tomli/py.typed new file mode 100644 index 000000000..7632ecf77 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/tomli/py.typed @@ -0,0 +1 @@ +# Marker file for PEP 561 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/truststore/__init__.py b/env/lib/python3.8/site-packages/pip/_vendor/truststore/__init__.py new file mode 100644 index 000000000..e468bf8ce --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..140c4e8207afa3f4c62261a531ae2c4ddfc58edc GIT binary patch literal 964 zcmZuv&u`N(6n5OuW=-2|Fiji~@&Re|ux4loaX`R8947H&(gck3V5Rlz>Me6|Yy86}Vm2oe+F37UE_1-e%gwSA(mf-n3-?}JxGE@0&ItW~it#PydXzv2_{_nUglBknxAb1P~n2IGim*3qsL2q~<+@dtn^DPEqSBYPC`8<3Fw7 z5dD0hs77~4zuph~ftVA`w3E%p^VveYkS)fG9_e@bRD_}>+Pk&*qUgkz1l=ax`Pt1E zpyg=FhM=t+$zfu_u!)iRF3S@u4}h7ev5+yVC&n^kl?HQ+wIENs^tgueu`A&0dbM9| zGYzjN5@~E}YR4*P>%ALmOlg*)xb9L-T~^y=T{|z!j)AQhldiB#iAf6a(k@s&$q$@U z34#yDiOgsB&dV(T^x3c!7!H1p zqOr;#5=kBvRRdRx_0^FE7)V%k<=F=vL4FXWa`1<--n$(cX<@a%-DDR`RLCMi{ah#= z{clvnu@cg9-YceMaObqYcU>dQEd-wiwCM$Y)1zL?>v$a+cmaOX6W^y^vx?#B7p3$h L@auGm`pEwc44@uo literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bc3bcbaab3f38d1d2cb203567a331be60712c90a GIT binary patch literal 10699 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 a^ut5i56G8Gufq5~?^znSy~t0h`hNjBlb6H* literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ee1e3ff4e24f870b2a676100c36bdc7a94dfdd67 GIT binary patch literal 1479 zcmZ`(UvDEd5VyUX%{EE@axHCcVafiFSbn5m>z-AuzZfLIzWaxu4 zTmW}i;dG1e@+-!DzHsfnq`fNCV3AjFrOIp9Zf}XNSl?w>*&RGcM&O6C3X2XA=dM$|M%l713L3S=u5 z>T=`WCu*LIGoFGC`R>m@e%$;#YW8=V2gffSU;WfF_VI@erkz+_XitC|i!7!lsoUnD zc5%cwS5;F`+Bn?$f<_9PJ+}5E0gxtrYzDl+f-;o~ITU?HcfP>12Yx z7@Njx+1qy*aJB#CDCgr8zA`At9TYwyYkP^!+uv@r;<$8sdu5UQ#}IuFJNx&4I!=UM literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..59b77aab3aa92d1f40f100c070feedf0ff968103 GIT binary patch literal 789 zcmZ`$y>8nu5GE;FQvH{<=+YuX(M}#54FQ43+WZ?rJpZ6Fi@OpDjyH$j{a|Jm@3uQ0yJ5DtFpR$TsyuOqACfx72D9_<^;R$hU?3U=60Y*@%^v;6nqhF)C+m^WACREhiT!_9-ey zO8Sl6lY9D|QRD^D(n~D+LTFPg3YAr2+jtMxgqY_eAuKo{Cd~BE?wmh}Y1i?mN|t&B ziOf{8#W}4{r#A**Ucl6uEWZVlfLbS2G2ca;p1etH;b2%Y zNH8&0@bSmm6&jiG9P_~+36UwKUDkT75Pn>&>Izn%wl2?AwgMAiu4$3@P|r)qo$p_F xI6vUBI&2+z2WrrDJI7@<6}+Wr*_Wsoi79?Or2S|d#B4}84H>7LbHXY6`wzO$;OYPX literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e076ed3656b5e1d8a81dac2e1db6c2c76c06392c GIT binary patch literal 10471 zcma)CTXP#ncAgmwt^~lVE~IXdCE22Fk&U_xinP25itk%JevBQfA7{twC)kPlNp`Y6&c^E#Y(mKgYDWDOJ5@i;PNN*;q1u`H zS$0;}#3(z5lt4OvN8@20`C8)<5#05$w?sg^wX3rWcwWHsBI*Zt6!lS6e+m3c;J*!i zjK{%`EB-qu5Aq?DhgA8pIQ1)CCPZ9Z9@p4pBZPLB(QXoQ!+ZpCBTDXFlt=j(%44eh z9^~GG-231kbmq3S-@k@&b`h$ZX3D1tr!_aS>Ij)@U*9w}1si-)L7fG$Jgp^{*X zfiogPNF(B6B_J4NhC!Fn{tc_tc@lW_qpy6sy9|xsAh16$!22$%nTYst~jrAJW z$2Fe(jlpm8)Ym4yT%GF$Z8H6m5G6aQyMYJQ#_at3?{znXTw2PeoQ$}^#at#^Oy}Kj z!I2wfXG01%RJO`%C26(XVAwd@g&(4a_g53dOt| z#PfbGGpjNWh!dG#oXgCoiz`jF7KEv4(r{zN<;Ap>x|>ej%b*uuva$72$9yr} z)0Qn9%eHG)xruQ+cdTbZRx4Xp9fK^BQhNUaD9j+)Qy@Ykcm=fT!dEf4Axu!8%9|?h z7ygP-@v{IAK*d2fno8%3Rw@TYJ}j~kzL^rzNjIR5YGbvy)eZ579>WC{X)RtC-J>9CdrlHLSZ^~&b8r!jHxYO2V6|7BrsQ5lkuYTd*)uC_$3im7R|7iN7Sfe^MkDAB zHSoP8Uf)p30hu8|_#cN373-c>zo}NgTK7Dl@<9;*KO};nVd7N6EW{)DJOl2aw;%2% zGg)gfnNPZb@=5_H;KuXfs|{g0f~(1~6MN;1ZEutsWwF?-Rm)rMF}}GZYkA?ws(4na z6{~g8+;G^LN@`7%pXSB0X1U~4n~gas?6rolZIW=u`Q{N-EZ(X(sZx1OU>-n@iJ+XgfDZH8igsZg{E#bj}*z+!w;0erzJIU6>M@=XF4uauqiA3Cig*ZnjG z$Y=^Zi-~xBgARc?LxMj7Ic(iyF#$NSm}u$v)zS$l8WbT+DagV+gas6KM|u`edOp37 z&KBi+=+uoWq)d5;?hX_QeL9mIY`y;W3QFUx?xOM*+i)w{YGHM$h2yb~wKnbT^m7MT zCb-fVwaiXN4%3huTl9wI;k+arc(^;_RrKPKJVv!g>hvmVOGq|>_km^cN>c67+Wi!@ zM`)MKl_~rpKzO;QVd$0z)fRoNVGltInT5r9GN9P0O2P62bk0KMbWPL&q$~mq?dIbx zrSAEvtxT1Bs&cnvzt;J_ttiQk9-&81aRj*TXh)+8DY_q8Z78+Bj#MAPa0_Xl`Xb(* zdL^m0Pkq$u3^kbr`4iPg>g-vdKs(xbAuQ7{mT6?)GVNIZ9xVpSskKtI!9viXmm4q7 zH#dd+9JagaY$;x6DYH`$I;v9M#E}0)jdqsez7P8+DD)$|;m=4rBOu-N*ion+_(oEF zpGxTy&LG)@hO;b0HTU)bl;@ACh2gej27en zV_%aH`4^f{pQA}Nee;ilIYZ)Kfb@Mznse9R@#gO#02wU>pdJEv{tf~fR6C&jqo|@W zg%2^faB(byLAO_5>Fk|M7EqhZ&SmZ>eX+qcI3w_I%J7Hs&8EYKdKe08_i=L0nviU$ zoaDSpzE7#9jtOi;uC5*6Npk+=6%aPQPE~r+s?UTP)rr?-H7LOsMYB~CYzW`GE7|dw4*!nlX*6$M!-UHJhNOJv zy$#v*l3qXmN0MY!({#@tSrGN6+AQVPkYb=U^_INGlELT?*bE_zmy$fQqZ@sK$p zi$pH$k&DQ=!`51R zw}0B!xyg;cFvhi6?aA34zY}PiPS6S6*4ln2+{P)+i9kA_YhQf;S>L#}6L1DP5&=lS zZ`t*s@93_!6Xa$)XvLg3H^($*a92lZ$QedWs2yyFtPy7v`EWbb4qIc+v33{|Ve7ba zf^s{NwzhuK(bmUjH2Lq&#LhtDc!zTeod0l6g98V8XJC86InzcAwQaV2?MT~b4{-l4 zgSz%WYdkYG^q@bDAkw(5YdcY0+b*J)vpm3qztneP?HFnvqK9*BtsOh0hqFCB6m@)l zU28|V@xoZv8pcDU7kJMNynQG7^XNm(;}XX)+Zf%h0eK(Z@t2Oj?c3FL?IC2bRzlk! z-&fI$1TZ1-`qL&VvRPL=?-M7miyNy6#Czyqo=7fc?5XVwi$chR4fih5XsX6tL`XQz z1k5U;Bw0yIRh|MtEM-8g8>>R6q9T=7s*RG|vMNnkpG>$uEHw8dj5?u<8dt~3R@T6c z5j)os4Fy*n+o*yR)?z+)-&#m76!h$ju8pu`drH|gZ%E16Sws}l@J}*@ zA~id$#-(Ch{UcEU0QolQiqOS9f!LL`crWwNy0>T*()s)8yp>!k-jx&#QAcn&NjW<7 z$@huSR`Z<37;T=9aBge%_06d9J#9zQ+*f)Aw_!WHFP=?h`rI*K|Ie zoO3U}sbxAlt2{Dy!dgY}3^3CTnw6pN4thkXs$8;&WxHp(5^AMcWt_*F^}XuJxGd28 zibR%(T%$=IU&~Nvur7ENhKRK4eKZfGR<_7Eg=?ZzQ7>V`>g}Sj_EcF zyj3qb}wGE$k09JF8l6)l%3A_6zi( zg-tzTnEDV5d95ACSO?Ju%nR3cgF8d*A+A5wA^jH2Pn`RI zZF0O}J@IQ?aQ%~iXSfk*53Zm8?OVUoc7~m?-(F}B|4!c-X%DwYtc&e9=%w}u*IpO| z;%#VBK6aF@I^eAlczfVFSJmKNY@egg)q%H!TEmH!ih(7RZBJ|)7oKk$iAUe+PbS}n zM+xbJps0*`s7yhThGR>GBl}L)owKQXf?D4ZPR}dV8dAre*GS|J5@e~+x(8wM$5d`O(ILaA&nn^vBzd$|X-I_Ja=ye;Hr(-sM;_ZMW6nk)054AIuX zsdnRw{T;%7$=hfx$?B{_TvQ zrU!G~AVO?^F+mO>Za$<3)*gOa-s-XlDEB~9EjTvNdVLbbjfG-bwiiN-b?Q37wuoAs zxLV0d+0FC>6o6!BuVFKX%YF7NQuY_ zky#?Iot!ik6+#WE%PJLm^v=fKwoUbUS_E&MS8Y;j^;u%x{&@3eq20scYjldGIVdMX zHi&t$jB;l~2xUR(ny^w`Wx*D96J=tpeFk>_DNNST%PU%`G(TFY@CekZ+UFGv(CQ0d z{dHFH_of->v;U!p2?^CBt~7mR=ef6@(EHw>k6waQMzUu>U@5g79aP`JJ!M<7G<;Kh z&vlc&=5~Z@_i@-zR%oxbZS4EfbGQij8M=}?MCh(cfv@~IayW(lEiqo#@1MUr($N?0 zi@O)BS8z^N0a*>3hkj9PGPRL@Nj>V>$p((0Ug#dziyqPkoUIm)D7Ya)M%WU4XcBf& zlN4Q)6t7aAwWM>qXET&BQ6_|tS}i8Ez}TSI#}p36US~Mbcdqw_DW}3oIz5Q`<*1-IFShu7Vq920|3dYD*gO5RiCHo;k&8)@?udPVCK_zlBs2Nvnj8uwu>px zzI1L1E>W`&iCiY~F3Ak_hQ8^N%nOTOC4pN+D2gpVCPKki`5c6ebvsr8^KQtQf|km# zvJ?9{?FpzRsrC3FwVn7Kt>XRl`{Gq>c=6zF?b+;v5^A%v(VmM;OF0m^yyR3}C9+Cy zxz=xbI|eg3KMzx0wCJwiQjUXX)Y+{gn{*ru>vpn`Nl|bO{}+I}jAB8xWbgDh#7lAy ztflO|Z0-S0Oi54h-G0G6EAEXXo5Y~V$6=F4%09^Be;K^{XixP0BSpId?|3t+$Ed=y5`IEl_5TC^MC#=L literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/truststore/_api.py b/env/lib/python3.8/site-packages/pip/_vendor/truststore/_api.py new file mode 100644 index 000000000..aeb023af7 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/truststore/_macos.py b/env/lib/python3.8/site-packages/pip/_vendor/truststore/_macos.py new file mode 100644 index 000000000..345030772 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/truststore/_openssl.py b/env/lib/python3.8/site-packages/pip/_vendor/truststore/_openssl.py new file mode 100644 index 000000000..9951cf75c --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/truststore/_ssl_constants.py b/env/lib/python3.8/site-packages/pip/_vendor/truststore/_ssl_constants.py new file mode 100644 index 000000000..b1ee7a3cb --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/truststore/_windows.py b/env/lib/python3.8/site-packages/pip/_vendor/truststore/_windows.py new file mode 100644 index 000000000..a9bf9abdf --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/truststore/py.typed b/env/lib/python3.8/site-packages/pip/_vendor/truststore/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/env/lib/python3.8/site-packages/pip/_vendor/typing_extensions.py b/env/lib/python3.8/site-packages/pip/_vendor/typing_extensions.py new file mode 100644 index 000000000..e429384e7 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/__init__.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/__init__.py new file mode 100644 index 000000000..c6fa38212 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..11b0ae94ef2211e94beb101d4df4f92b36287f8f GIT binary patch literal 2508 zcmZ`)TW=Fr5Z;S#v7MU}2;q8q3B)C_DM$z*)IzxwB#0ssM7yY3t$oJ!hO-yWIh)`# zJhkdu|3mW7hyI^F?Q5Tq`U~2Z&K%niit5#lXJ*ftot^pSJI|)4s}}x#{OkIlIBi*f zl5zZ3LE|>wO4^piEzjaMcZ3}|o@0~l3fFVZf59u@e?hoW(JSJ!A}@(jRQAe7FN;bv zv#tHQ$?m*&{<#$|7A&~%vMT?uExNw9;>LFt z6m}S&gHQN8Z~W@w?gj5tzUX}hm@hx!eGcy73S2z04=+LSC+o#y!i=VcaX+-LjhJ_o2Eu)Pp2u z54X2BnFu>FkVCc?>H*UO2?1YMK@V6riDT&M5ErINBEq=8#(JRuw3KElOVdQ^HI^xm ztS3W=xfrgoAm%JeBvjv0)0=ia8+246G7Wwh(T)xD)iyFA9^z5~@-4!E)>Ywk7gBni zq7}Zs3sRxw`%O1*P^x#|CA5k8r+rE<_Q?N9tAJKA7IrmU9^i&LCYa3 zcOPCK<{Mriz-Auv{ml(X(GGL)%98wA0Km#{L+zW+Z9bgio zWEXv5%mUWSH10y5fItCDdTbnzU2VN?v8R}ZsXndN0}L7}mBCFm&^lE&+wDF!IqS5# zNz@*1eD`lws`l0EH?F*Os3lHbp=|nz9OhM}gYHWKyCC*g@5EffkZt0JCcA7E+lXc> zHRf$K2=k&A4Qm?eP>V|58Zlb?%95%0Trs|P5wb!cnn$bMs^<{nvZoCD{u zfO?VJM|j!Rfqhsyz!gR-ADDqeUxhok4@v33!Lf1of2lJ3Jp_>w;1kJSWg*sN$S`+I z4ZE|YaeAULu9;4-1;9q1(_+sQ^fEykO&kuLtl!6dt*WsRHkpi-*)kYS1`B!`Uo{RN z>Xuo!zp}C#D4fd(nu@Kgnx@3T*or_Y#Bo#YuifFCpu|RHHF;2)li--%D7BkxMK!1L zGFiAFpF*@gHa*BIzE6>TKcD{K+w!^s{QxH@(3oL9^1Z^I~?bJ}zdU|cWCjmMktmBw;UxI8yyxYbR8n3w4 zy3tmlhV>Mm;+Ly-8m4U|kC-R&9k_izj6?1Ft#l}t@J(M6ItYW-RMoE7b9NQ4x^152 zr9kWjL$!^QTME(?Bjsfdy#Tr61E>+~3V0i+5ta#R+(rP=Nj3t_t^Whf2-pTUIOmfo zp1^$6>bw;8W8~5en#IW@tUVH`0Hk89ebbhU_-0eSk+?|aDHI*N6-}~LFn06HyzKit z>0&#pzCWT8-pRb|IM>o*1to*dwVL*6=E34c5*Og10!X zqCetR-!N-ldt{EC`%)${FHjZp#=SAs;_>o)L@ZR1Aj4BpVs-HF5n&gQ;L*UE1wvq* zPGef~42cW$3B`N&zj^kpL5y4@$LtnSdZ>q!kSDgX&JLcScZA-+DVn&K9${c2|4k8S zq=RVkV18@k(G#R$1jWQvqtj+=m?j=;G);`8Zs(O-QNl9;UlAe==@s0%TR~vgojSsL maeR}GSII#+W0#zQ?YNHZ{8OqFY`mPpe8ZhtaLNtGT<*WLr`Emz literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..79317dfb55364f784175d5a15f5cd69ab6c50c00 GIT binary patch literal 11214 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..52ae9279fce7b80ac9805c1e8e091f851e953933 GIT binary patch literal 213 zcmWIL<>g`kg6cPB84f`DF^Gc<7=auIATH(r5-AK(3@MDk44O<;?1p+qW_m^jewvK8 zxZ~r?Qj3Z+^Yh~4S27ea0ab#DU&;Cz`MIh3DT#Ud1(hWk`FXkp#=2=msi{essk$Xa ziOJciMf$0EW%@apNl+EWdKUV{nI);Z1wh%v^weVgg3JPap!s1(VeV=Q0XAhpDsKc^6vL#DvlS|1*Y%7XlTB2;#GNp+0wT`n~?hMH#XLnX_ zW<_zcOn^{DincbK0&QA1O-S@ejrK#6ra{{PZJHJ+P!woC6fH17kq<4<7%hUL9}Luq zt^R&*W)D(M+stC#ym|A^|NGznw=WJ1WE5PV{g02W6t61Ezwo91O5^2e-2S+xD7Ip& zu2NHrs>;0PYDG;x^`b7HM$wSZL@^C=Wy{bS{+BLd(h%PqZX*0vj?knCWXFcLtwPVF&GC%6xUwfeV zK<#+(c|d$M+_c&e5!=4%fXAChHb?!&c-;zVt-I9V$c3$>}@RPA)} zbnQ&>jQqaeeWdni@zL62#m7{|(YGIWKDMJ4pRmX61NOnMXvHTTZTl(v5N4Cu(TiuD z#P-MS!>Dl%tGvfPf>|GNhMiAr8O0%#+-o02$x&wr>ppMaXIrg&a6XY4J_A9SXR=biJ#XKZaw$)9+a7?W4Sq4J{dxy`^SRcj4T1hXhhI6`;= znN(1%IbJh(SB)y`e)SfL2cMgtzjnc^*PTjG_39`YV9Cs_iqnV-4pxLyMyCzo-P$Pm zzFVqz^}x9mR5)(`#jc;m?dOmQ~HV5o{YYGLk~vhU2zU76v0X5Z06vs9{=Yfh;Y zW=f@+XE$BubEVRaX4#FtyrYOA^dyt_ov9VC=1ke;`cz{hSn=wUjYlV!gySq$oykCy zD{GFJa_Tpy-0EUni-KVKwpU3ylpy zdOXNAfZ!BUmG3{*LWg?LjMgf$oi+4UBZgTvg5((P&RBf^>Bf3Scxz7mTD9T)Ut^7; z?}z%v;(KTRpL5E#BQ91e!8>Z0EdfBn2QrjOc_Z8xFK0eNA301oI_s?OS!TF@uDQ4h zESh$MS?ue}Wl^uzm&1{{4L@*dY#tZo^)Ng4{N-z<=Vqoa&Rj)@yH%h(-JPLrX!xzw`x>T(I^`k`(*2+O;rL^Mt0nzi_Yk*+&JHUC= zHdcb55hj@W)gPo3rFGA1pP4-N!0{6go_y%x!e>eg?a!T_e5yRznw~7ae%Brw=!%#B zRU|#aDe8`4YloC#!bz^CaGSQiq%W(*v~3hKcA}WIlXePhBIgX)rk%d6Y^lXTXK-~0 ztT%qMvvv+OhV21+5YG{N$R5UX)E==%@!V(cv&Zlpv-jKMc<#6F`J%F%`P0l;; zIQmj`xrvf;5Qr+Kh`D)7R?xeM_fW?5878cH0 zbB-hXvAs&O27q8KfK(r_V*D-i25NYoy9aL9P_!V&m%V#UQE^H!jz^;eaui>FvEnb* zk|&}?G=;#}cP%FBjQC#iB(wKBo%s!?Lfp6Fa?Y6GXx0I8cLQ{2MTAnYE-zViFR|1u#FE6^7 zKs>^1dD(SNVgPs96V+g)W}WgK3^;$`T50y`#hEM9uX2yi~wC z5D1Hk;2$G(XLlDjr0H6Nv|9B8>y%SiE=*vzUweIFAzzS_6AyxYhy;>LvlVI# zol8fCj1YRT;x8ZxlvULqZEM@mA#7zwQx)WOTia3FO39GrdRtjd>}YsT%6I6$@+~Fb zpash}Gf1yy+F)yK^{ZN2dsBrLr+}3uXTxMftKncoI~}Uxdp}`>35gtGE>eObmXXhj zB&Hea*Is=j)EizS)R&z=LZd8} z{ZLz5->W@5f)0G%gGdxLspj;YF{}@&gIepr?rsa6UUvbUz$efz;Fc;IfT?V&wz?x# zw({5Tv5Qa7IsrJR1^&6>Nwz7Rng^sW*EcNia4=}>zU_hZf|YUrTCk<)lvL0WnWQ!# z$fZwRob8gCWnHdY%TC=9Wp~1Yf@o1z$ATC1?$uASH_2jUXZ?e9hLM=po$6B4bvGud zMxq;V9NVjvL7NoX6H;CTD@|YWsg1b*o2Y6-(31r;$l<_tx=hTnDk~0<0W4w}{Q#}Y z{atp}D`yz-7k~kbvBwQabTy|tKPWR)JS@@`d8cy=>{e2ja4HTt30cRkb#gi#!D;uw z?m2JWL0@t)Ru|0cV1&Ed1Mn5FM{J2pD!w>7XGuM%NqO{fEN3?aUC&!_d}%%q5f9sv1f$X_|ZKtXQ2fR)0OawndHC`EIgdb2+QDCg}_P$&RfR|Eo^hCZ@t_TmZ zDUx;T&Pj~7EVl&x_^?(a{|A(BG|{UcGg316P%S|FOqcAsFBQ`;Dag` z0W}qCzfE$db)$^5_U+*l{9cjY_#GGXyf5JPX&bf4eBp?oQP=vX?k3Dd?4hG_EU=@6 z7)yelP_?X=!7_Xw$`HT;J|O`gD?!xAA_D5Jr>ByA+@f9ygAF@DzStc(>VYkzK_e2c zLM3sWnh&6reQ1Fc*U^C34FT!2D9WOWMoXUSdh3?otOk*MB3NNLizl$yye7dICcq$? z&K_urv#9Z9!bJki+{Ifd$OtY8w{2vq$|fMUs)#YBZE)Fh3UaDA&J^$3Ii+|hY8q`ls`0Y&INUy)`segll*nz;rW+yI@@BdyTaML)KAll=PUu!(S+)aB9PkYS zunp+Sb?iwWQ#vc0pegESEm(tPj4&&jAnj8zrN}ar zeBy+kZ=JdXnS&a;D6LFWpl{A+(bH@`*BeM2!B&JLvGLfWK)KtYL9dD6)`bIeQvSzQ zuNX&}+;5n!@`E%9#Q_xOjR;3fY0H$>)Qtxu(c(EeM@YcXOA@Xq294cM7Iy*mod3H`_uEXNE z@Z9wE()AhW*ix24hbn)M+oxYmF)|>fn0W3OiPoV#Fzt=E3pWX3qQ$eg{ZAtaNHN-Nm>m}Z z#4Xi-Fi=;)mD?(~vi4Q&O<-#MkwD)z+Uj;digC3e)GPZ{KQ&^WR4`iFyWveCy%6!L%YhgN1Xj zOUtf*zR+#idbs1cfC}jr`uus3NcWo!GE?6=dBQ*0GEPodCuj2mp$>B)+VnIwA?iIc zqB2h1hYzNN*@p>8WJid5Fgx)nB%!eiZ79@h<%W2b?}?xqxDF5tLpXL`kC7(oFHA~l z?eAH(_zYV9GwujSv{7|T9hF!zen-1=7hCO4uR==eT+EaDh$_B|q{mimWi2g^LKLgp z6x=#lK^ykynkgnA{EfQVHnt703b^!$9zZLDXa$7179_SZZ>e^oLks$sHcMo6kd+;Tu;g7(U_cJeY#?zcJy`_tuy%DCO?egx)ddQ=*0h{_S+B zBpsEdQnW&H3?Y#G8}0}<^kLZ0rkd1EU`Xa}o*a*}3o~eh6En#3eT0^Ed-`c@)7*sG z2TU{D=^c1RZWL`(wz)0ar0on#kq2ACQ@68gX++Ns25=+?=8}3q*~|oK;8$i#6W?s> zOX?=%0{ULq%(k=scW-;RKD2ikBlKcVp1&PLDpUD+ON50D~md>eB@AybvtMcm8J7}va=$okAj-U{IzPM6n!jpK89&oN;6C>b7pHuS|hNt>;4i*u~V-# zGT$khi6I5WB!b;+Xf%VRC*P&cBbB{@j8FD*dLT29$qzx&z}rP2N!BVF$b|`n+iHFY zZf?iq9kKTu%~Gn58x03Sd~pL#cJT^ZB;`~fw^p26q3$~MFwL)JA<7$cfz|E&;7_FI zFdL0hf{))9H#wJeCJvL2v-_cFVA$cEvE}N*6h@N5CI$VGqwL+gp%~{nd-5K7^PfSY zB*+#_{GeoDGx57aRxzl8ZJ;y;||-+t)lP#+nXFQ!vtd8DwOPrWga9?1qhYRGV;^*0XAZE7} z$8|d_S5gUuR1^j!^QI!>A4dX+9Wvp@Gz>#CM_~Vq!YWFe_nC%i;vO(FgF}+tS5SG^ z)jcb*isFw7qS-pmL+CgQp%)QILl8|z5KTuA%_!y|k>j5;usX>6lF73X2z?EK*QIO| zxnUc86+yC*IH)#i)0i3zhq#?{7rG{F>z5^Cd4aysIFQsAFOr;%4!K^`OU9!Z5r_<0 zx~uv^EpUp;{-RB_;BButAY*oYwy|+`sada_UD&0L?FnZt#Gdz)0L<*A3jGqDD~k+i znw#ifL_()~*HEB9Qoo|LGhdcYbBGJ21k-`GSsUgAobd2LloD--qEgbP8y*Ku01}K{Ekuq2=!!oFPvd^h#FNh1v+Q-|OuGzmL+Xpkl(e3MWH0L?a( zgAxS0_Yy-G+u3$P20wCb(_4v4Oj$A@_h2yg%e~SSZ1XF?wAg9yuXs(Dp<4Jl7wO$} z=|J&dG)&+ft~%NqOay}Dnd2gc` zHjj4uH<|ky6AmJNi^*>@*}dDL2{tANdX8I8A+L;>VAC161G*az1Q^9HvJLvTzteb^ z+Cct8b}hF*384v12d)7F&yp&gf7&KC9b2x@G8fl?42C#I9Sz&B?r5EwwkGQ&r6YtW zK@HK|gvq%{$6#7o8a8v#E@5D9=XR7}U`>(M|IY=3+e0uuhXd$a!3ecLj0t2~9hJ7o zx6pes*cZ?ZxqnLy#_>D=eJ=3^QE-&?HdCF_cB*s`C5QYUB0VhAdypo@4}&9M4N2&Z zKWwMA@8wK`qeSJ^`*2&hkKsOq`!Mc%fYK=tL+TAg;Yw;d2~Cvq-_IE_kKRBQHnh$7 zi@JUPj$)_RWKFpuw4~_`>k41!)d(JlG~CtWXmdLtk*TXEU|VJ1;5?3RVdZtZomxE@ zJh*ytO-HRC1g9|T90(6@{tr+qPqO3}+4BilXJ*^neu#%9b}$$JALZCX+rw>`@4>?y zF_<9JTg|_vHvYA3aFlqA$u+cSe8{o6Ls)4+GQ;87OY_o&)p|KP3nTrQq^)&$QN5)l z>r_mApFO>qXC#B4;vmZ+Jl6=O!VITI%f$MlE6^+e5}zw2C+WF+tZ`-NVRQU;N*b=C?@i@Ikm>~63yVJ(5v5*|F) z!l}yfU;c14}q|$73mg)}q7qQOH#;u2x>f`GiH`t%GYas){gY z529H8^-CA5N1iImMo6!@h~p-;?)kSE%u`i_WpG69v8SGp^RVF$ zuDX69pP!19J)%w|W~ugt`+7LRlU2>CaO`kYI#?0SB&tLw2E}u1cbN(G3n_p@lhIbX z_(Ov^ICMN4>VEe6%!QfR`O?Md`I*p!!;eSEASRd#liZ$iAP%t?Da(&CcZ|u`nOIDu zDEJNLq$ucOGu#bjUplydmmlwE(i0$3Q}}(9g`*c^FoKX?jwTSvt1LVa4adRJ8z|U1 zFepr4n7KZWQzo-Bkpn}Dohf$A1B8g}?>;aV4#@h~XFm1fMB_L5*udhtD(cVZxx*Ds}p}VGwx8VmdU?mt^y8m`Nu{{9E0hJA& z4cH7jn*UY+nPI24N9dIgMt3MT_CckC7nfc^+0WP-CGP$^5k4n<*vU9keWx;L&i8NzLSAPKTT@v3w8llrS zk;{+E6DtwnN$R1#6A_-Ixjnr}68v*k`7V=C1XFFGZ-yYLl`~v6ui%i~N@=-ARIzLFg^$(fj zGU54r_R7^~rmvJP&Rm*)@ydK@{_+bmS6`f$_KNr&)|0k3m)-{s2^i_x{1tpSN|>BO z2G(`L1jYCL5)wKRMx=J_z0474bGv`Pz&JC z+)~9jbXK)B2%5q-;y%LIPa-_6BRu_SH40B34vg&tj7Ml~J34)qZM~HI0%{^mjT*f$ zb!=L;^yX`?x1R2oz;-qA?Ma3kpQiyiboeR5z)&B0BAW&I6r9IADd0|Q(K#Djl}2SJA(X#FUC-%Z}1*A&`DR|4A`5Z zN~hgjBLQ2Kr*TVfc)uq_{@*|khb}g2wT+HC=G9x1aPLb66-on-GL@n7$mo2p&IPw~ zFsCpJK+;g^`L!bA=mD!Y-@ik>M>t>N8lfdvlE1(|4JJ-^wTM4L0Jk`Xm$fCC;;k+4*OH^imd&c3unkcSM2b+x!AGCqxW*oH_DfoMCJ3 zK`|p^Uy>UO$qmWxLbLNP2l?Lt_~7K9F=nW#hlA6dBgWDD08dYM|7;=u5D=!R3r3&Q zy-%a;ItQKuqh0=0!x#JHXq`jsVn1JDOUM7*@S{Tu2T&UESL#jl=vG}B9*n|kM^IQy z%XLtxh`7&Dwvkj}F?Wo~{YZ)jx)pb;Hj;283598>NmsB5uuSA0{|y^Uwnq&_{4o+n zzH1Fy9as65^yL2rBzuX30FhMgb9msT*gd(2`F<2`hvvEHZzSi5zcPTEgR0Z}<g3rb6Cr08Dmh(=%b%k=7vA7eAXO?b23S>@;{f0 BMos_# literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d5c63e7bfb6255e7edd8212606d5c516f1e1419e GIT binary patch literal 25930 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 KMDA#A;{O38;1U-A literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..23c41d88791d1f85b7ad149bcb79da7e2f088804 GIT binary patch literal 11645 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..37d5f6ccda0d4411c413a6c7e0cf39aa48cd35b3 GIT binary patch literal 22294 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/_collections.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/_collections.py new file mode 100644 index 000000000..bceb8451f --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/_version.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/_version.py new file mode 100644 index 000000000..d49df2a0c --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/_version.py @@ -0,0 +1,2 @@ +# This file is protected via CODEOWNERS +__version__ = "1.26.20" diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/connection.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/connection.py new file mode 100644 index 000000000..de35b63d6 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/connectionpool.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/connectionpool.py new file mode 100644 index 000000000..0872ed770 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__init__.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a21a16fb050fef98a801c25b875b16db88c7b37f GIT binary patch literal 198 zcmWIL<>g`kg6cPB86f&Gh(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o10dKO;XkRX-&$ zPrsnDBqKjhx4>98ttd4$DKk~Kq$n{tJGDqZHLpxRCo>7E!dTBjzc{lbRkr{ro0y(j ztY45>pdVkBnwOGaq+eQ;15|3PpPZjpQUuf!AD@|*SrQ+wS5SG2!zMRBr8Fni4&;c> HK+FID;b}D| literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0ca2efa4d2a6083004843cfe7ddc06d26c2ee977 GIT binary patch literal 1422 zcmb_c&2HQ_5T>N{t|Hq_Z3F=d1O?F^3Ip*HsDU;Jf}&2c33BK*SUWA?iy&*pE5=$< zAgOKb9Fqr0j(Lc_h^{>q=o9qNcF5h>i)@c2z(0|i`R4m(_+ooIW7J;#`Azj(!r1SA zv)W?Xd{5opqXF0ng9zd}I*A~G-Wzrj!v^$ePGA5j%{{mQ8O8nEkoH(8%bn(c4ok;fh5WE-_()BqLXK)KjaD;MZkYW+2-vvv<7$g& z^N70LqQSA(tjS#TnvvINycc)7(&n`;i#jiw27}pdhrSU6xc>B>nI8QfhQC@-=@|+r zlxQworPY3OuzzL{PbKaEs;ma;um2 zy_E~ya$D)P2KANW3K4vslogie{7f6NHVo!0BCnil?0q51TDLHqYCWxSSn8R$;!}Vw zt+0;bDh!AZ*n@>`=kWRS(fH}J@hG3X7#~0TVbrAy<-h)RFA4m2v9{e{sn&I_ELIyN zL3e9azI;ib&&h?11G7o%H5q-@1sOl51w@X$jL!S|j-TJg5JU1VeoK}1E+RoU#%4gb zx|>I%$xow6e)Qv$x91iwgE{TFuQ zlj%0~P(v*GG>TdLPcM%D4k!NyXychM+caG6J`MV;)VVO9_|vNjyk^xTba03IIx>H< zhV1Gw@V3B{7GG{Y#>QY-IE3MokDUacLBHE;k3v41&+Hf8c__r#?9h5|&<*mOvMJ9O mEc@yV+6Jxy;BfI{Pr*t0VDSQe=YfWpdc8DBduf*T)BeAsv02{$ literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fa7760fbbbe94e289a0b3463154cce3a3810f1f5 GIT binary patch literal 8272 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f05d82140d708f25c191cc036eaff9e614c592a7 GIT binary patch literal 21656 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 SxgYP-b?0>7;wF9dVu}yyE<8E_ literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..87fc3a0f8833f0f7b3cd027ae231ada603abc8eb GIT binary patch literal 10733 zcmbtZTXP#nb_PHY1R;{5ZWMJNQde5MQ<8PFBoF{aSR_CLpeXh3dUl9zk|Pdg;F*CW za<$oA(|d6e?|R?zkWK8Ttdmr(m8v|XQuzV-0STT`m4_6o@}AUIV&ywMGvt7jTw4`E zb9(yg)2GileWv?#bFsTS6~Vvn{pXFff6GQ9|4xy`c6jYGA=>@eOFyu&zBJIanmBckn#V_!yia=p!dCHi>hR`la2u;aj@CnBt0oDe6) zDbfGMX`cErx)s}svNPfgKd>IL|3RGPU3do{X!nW8N~|wJ{do^R_(_DF6X$p@KeQEN z3f>O$BX}DSNj50D*m=>zE{I-s5zi$&m+@S|Glb_IJXgg*HY_^CRg5=+`lvX-#!$bA z`Z&rHJVT=(&5AAjcK&wx)0&-?2>wl1+j+22rWQX4~J9U|-ZH+^1{aOr6a$a#!t zNzU`KcO4kTa2?pFm=O=9Pd);g2Ko`uw3zj0+4d#c61^|`J3i)wFxSUi_0eWO`g^)J ze6*oHT8fx`@rZc7p8CAq{xBM$-_wX0dlG>q`@fpULQxT^pcJ!;nils#?~4bZ55yhN zJNUL0^&b4BsM8_~niaP|Z;@xzF){JQ3!(6%U&7z&OTTtZ);7e*YE%q7+k|!_vcy*^ zk?*PR^EM#ggJmA_3OvI=UI7`!S8@Tq8hG}7pcArugz^HsGVttofTd(fSPEXhfOsBw z_5))$j5T*4lyEQnCN+NL%fUiV&K^p zc&^Fv5y}y%$tS?bu1`Y!&Wr0(n;)ZX5^X=0ZG@6NKLI)=%SR|_HU^&k)c3_t!8s{4 z{291N!=Di%D3%7EeF}_p{FLOu;{&`8J|0kiSMF!w5gcPk$2Or^U~=+So5pKf}+Wepc2$ z=WXT4&^c`*5s9QKYr3PMRNaj_3fEGWb(1Ta@?y^ zw@gRT&|JlftC_B&tk_m9RTkBTEh@HVI(5r-N0rK&P*yF?P}YPk6buEqb=!KbbD_9s zGprXQhIlRvCB2YG;~OP7LebD$IF2w~T{Dag**D|&e2YfIq+kkzY+Od?x-DFHLs_*g zM=J5cve%Uty1O=-@_bOWpb`|+lw}Pj*<5!7SDp*ofw5#bsVkXQtOhLCO=U?p3}xCf z`DI73oT|N1hXIDZY-{$$sFF4nVOn<0YB&lP%PtAGUO*;Xu%_3P70XtZ4Q*35S0S5R zV{5u0;f6D+%vd&**IdOGnq!&69*1?}yQVB}C=J_y zLQ|I==v5Uac@ny#A<*}-b32t%@GoQ4H*9@%%~h^chm^_jiR&XEH+GFw?!JJ%4_++8 z;89b!_q=`!!mjC#bP{Z!X@>MwM1U*!Frq>Ta$a>!vsVR-u%N((Qiof~tIMvYo8$mZ z>QIFao~t3su~ys{H1DLb<~UYW*C12jR<%(>AZQeY%8G6vTCdRL43_;KgG0ko90ub8 zv4^Rm_Mll#yVW4iI$}X0 z-8HL57D=@NehROZhHYYKFB-T77s`>JiK4VE^RE|bDP77b`LeQ5Dn8C< zkR4WXPZmnKa#<;sq`3V2!dyNFJYUGnEoSqDhsrei7K#;REA9RY z91P6NrStQ{N;W;8en?uDlp-W~b`q7O zOZjqcSV@=iWvDFGnkf}A47nJ+FbV{rZz1PNBKNn>5?E-~7U6&vowB*~9AskJ3N0N* zQ`>Z|9Evs%YRisg;2Tl(8pTCnsH+*zWas9Zotc@%LZ_yT z$a2FK&16-jl|`*LJF2Q~x>J+XWLV}ZH97jGP+fX!cx_;61dY!vovU?d(6xenPW6}V z?KV%X6xLz~$t^auW+JQE_+mDX7ftLuHLY4K)5qpC>ZGvX&FJV*Y@1Hb+ewhk3CRbh zC(6Y5=uP?YnBs-7@mCQ#`||cJ zoYlQNfwvf;kP3X+iDgk0wryIQXJ|R`y$UNK4lA|X{0t0N7)ms|{LK{;hrRG1L^M0_ z3E8$~+ho6eh@b;`85a^BYHP+xIb0cNRm+(eS0`?$q){_Y^s9({7F~YxY77gc7~`5b zR^Px{ZjRKaMrbEm*2M^R+3LEm$AtNO4C?tDQ=>P>9NiTob+l@$!WpaU^)dCiFu7%q z`Mc;CmP}gF$5cn=IS}RLIb)P6!B@^`eWTe)_Ni5F7-=Zu90rNRVr|K2B9@HC@$13Q zR)98>GGEf&jm;ZlZJYOZBx#fsK2 z+~zTW6=aiX+txNR2&ZW{*J+;d;jFjyB3XJQLe1y)H9yvjhS=%9c|yhlwi)bRnxV@C z%F9}-Q1`lKG_72{FXCgPkfirQr=9B+1HW-^q?ZmQm@tW*uyjQqsg zIw=j)sz`D*rzH#3gC^f z?^4x|8k*s^bf_wl9l*VrnKA;;T+NwC08uh>Z7Z}`nYk&$KSa*KYI_LePq4r^al9Y` z+a>z~fxOTi8`R#^SsUu8Ok+Z)Y7m!IHd#b@C)j@lJLCZC&8$M!g5+LDYMB ziX8&)VSa!e;a%(~`W)lktdIAw>WPHuJZG2m|tKc{309Wm)ID; z%*Oc@Ho=G3B!7oZ@vH0_A7kMBla;OvDI!Nfw$~#dw?Opsgk2`mN#qE~_G$!V zipZ~s{2`I|h}4v+;x`}7Owp^=f8I!HmDO4+S<)C$f^|Vy?)+hJ0PqF?m|Gf6H z9OM(=#IPAd$J$!P>CUU;YZqFLmQ#HEh!dO-Ynr=|n=gxx8p5m!CfDYQ-EiEJaIpU7 z&F5Gi`92&fSB2p02#E>tXN9@JMs=lJ5!=*hPN}`I>f~_qZIPzoI8Eo-5 z{xf9{-;CyJMhnM@Jsd?GO>DWWvmRmFA+NJuuf9Y_-f3(w>+Gn9WDE-@^oQ8a#Y)3y zMGIB|2bYx%b|}o7UdCp|j(gCPjIiCz8qS}ApSpZrd5#bC$m1Mqo0_pB3B7VJ>pBkE z?3mvH5QcjyTx?YEw+}CxGGi)PmP$hYB!MMu~f4byHQt74};NlOS|>Xoan37keXBRh+&m7VZfcLO_P)#`>o>Kb^B zX42+GOy&wshwLzQ5Y@-Rh7W1vz*tc&SaKrExJ{viCt#&y06vhJ2s`O@_x;++e;MD5 zn#*Kob41H&l@1eXI#*UFuisD~X698Kkfv^4V;6TBOW(luc6k$%Hv@SP{Z@H<*hY4T z4e5u2ApTE|s|&@srxR1-*GWr~dUcn5N6WV|pC@Lre24W7cE6cvkCtz@n!K2q&ipoB z46$9~K*O%t&k$08B%FSu4#5=cZw+;4ebko% zWRF%mI4Kh{r$5Y}!DoIm_=I+PNb%kRfX<;bmJW5c%w=hl|10D|&d>3JTs9t$(TPg_ z=*@eGw)v=s?Q#U%tz{r3zSFC<{kN#uq}$LhWpY6|{Yt~dUZ|=zC2Y-P-OyYd5pbK} z9aX#&F6D7HrE4~&Yqrej=-6-5U)pWDQm_vY=_1liqz9yVz>_iBaCJi-oLN_JZXI>> zm)^lS;m8xEeTsT?;J}R2tljJYp_HfD?l!OoG}~%gz1fEAk!HJ7H+0uNL8F``q7WG% zG6>S_n8wYE&`gHIQr_g^r9BFmB{DNv?C&fY97w2Lp7>Z#W@f(OQhMOkyTH10<|DQo zo%KnAOlu&4%6yjL>WAJ+VufVvoGYoGESAf-lx;Y~L<19eAQ+n}DSvo+Kh&xLK?lQ1 z5P-u~>j9PZhgrgBQ+6`k(t0dqhp=PPMvq(xr(mf(LAjS+0^#Lr>_`ZrO;cLl128yB zlS=(mr{lGE^&t=8GlqukR(V4UG+fZ=Y5)T{jAQ}9wU}-~R`WnOnd+g$Qb%@Rmm9h( zSU1&isUcn>XM`WoS8mtRFJ7C8%VWd~A%}OHDZiAelRdJFmqUA69t@2sGuT5dvSi0z zKrQJvlnGniOyVyFE~3C`cF;vV-q>+)gk1bkNF5L`N2#lS7qN>T1PWK|0;gO1XOL05 zVhPv%GJ^Z|wBiz6;wK14MMmp9P7Jso^3LAgbok@$N(-qdqav6NkD~?33d+M6X}a(z zQ=XXgrW`X-o+}BB&)~0ZtP7PT8}lV=G-pV^@bt){zSuJ$HBP*2XlBcUXfxWn~=u-!WDgIe)F+R=)@CF?C)yvDSFg?VoaeC*V992ujZ_ z6oP(EvnTEPf7FtnLo=b9Dy};1^R!P~pbY`bcuCOT^=O4IA--{MNGmk-rw<=NdLme^ zL!XTQK^+U4$XX9uaBX&YKg?)1!TRriRJ5$4hHi7hT*cWP%eoIt<1YoiklpRa?{+l2 zprf-~(^+@0B}m6IFnK$KtomCT=_Ju~y^dRAuOqaO7-=tOuWuKS9R9S~7s*|hh+HOe z1*Dnqt{dg`oXjTPlma!AcfH%fdvqn_+(32_Ki7qu<(oZSG5n%QJV&F+Xbiue*Rj{} zM6ws}5xlh#7W+D$cw?4Bx6`pWXz-I<{++dVa~)8x^rf`LV_ay1`yrPkZzqs}%Cem#`j0mQ xQX@$7YSGyLBom%hyIdqy`bK)jo>+at1H}1_S;|q9n_fZP>g18J9$^?TzB{I?75T(&k#C6q2&FSi8pH;0+0J z1{ghHD02d)Hj-%;py-UYR-iV;aObI zhv&lcxIPm;6JEgeLilX>9InrX7sKaqeJ*?po!NwPn)vBHnxK z_3>xjewuNATLMqk1$HzAezt%NK(iHeIzldTgSshAOsbex9W;2X;>>Pi>?$ zdrO^Yt8DT1;yX)el!?ndJOzx>rC!uqYGU8WK#-C*~&SP5=_*BUFE`#rHP+WzUu9aET= zRW$UU2e7Hpct1ZB`wi&Bb-*z7UwrEEM?t4AMh)t4Rcg&}K;ykgqk$;QU9q1Q_8z^E z`c*)ZD*PG>s_w*Uif4cMj=n;Rd=@9obSkqt{~5rsZtx#UU&}LidTg5s0u~NNvxfp% znp`^qo-+fuG=NJzvw+9SfsvCF(+ANpOqN)Lt0E^t8Z`zaK)AsMNdXYf#8U>!BV*(J z?}nyY*sTm(pB7H5+1d$Yv&VAtFARHDg8Dehb{c9ZmYJk=6=xwCRk<9)s>3ke-CTL6 zUh%8F{pJ>C;#;jIE*PXu*OQxVW3y3BmOY)tNwZvRCvB+t-=-y>LCvwvq>Utf;LZFw z3L&;}5DtxZXk?W`6K32xf&nL8OW(-su<}@cge||JeR}1<$f~&k^HIqw>B{igU>-fx zay_pc8M^kd_G=_02Y0%z-P0Z{eyqhmG_}m#b>+`=m=|3eyqxRu54e?1t+J`Z=@15{ zt)GKvAL-Nw=4Sqmc~ASX7901poOIn9{Pi)>o-jAxD&iA1=T<)pwmRaPltF2ANaz9G z{vTw{qpt^1D#(?4Y1&!b*toeYCHN6ho*?RgA1N@cv0?i9*}E|f$b3LKA5n6Rmj)NV z@VWb@}s_=n+vWDp(^(M7hYi1&5htKH(7)ElfDOt~^iE(8Wn~ zo@=()@hXr4-1JJYzlzrB8#rlIMk?dg1zt_v;Xk?>`n+*kpT{#-e_5BWqV-cq9ubfj zPYJ^yAKIY-`~rDL1`LFGNDj-sU&S4aL#XdM@*bfsG+;m~c+RK=?x~G=00gG%nOh>h za(}9Pt0wQ~1|bx0DI;SIe#Tf(LID`OyKzLsY-m52$OI$%Qu3Qc?=Df65o07?EeJi_ znG{5-u~DGY#G8IhzB3|v8YlZ;p2B<3$A)9D4u~|fYNn(^rtN_;aYZZX!ts7y;xK}* z(+008l(v!{)6>SWi4M&W+|1WjKWkrp2k2vTnXLee}Y=I$1d)wL>d+cKG7^ zA}h_?9hfOHZjyXg^4lVPUajDeO?te%38X&e5Oa z+GdcJ;}^E-vanU3g)K!2LU$5`XUQLxqi0F8ucWktE>i-PR$YJ#GBooWv*G}2RHi?= zCmh;1TwT6}mM!w*!=GXhr6v6YwK?q7t|6x>j#5|z#(=sEcp-a9mNf_JbS($*+I7-* zajoEu>#%#;ISm#S(IxPChnyMN-kj|&$7R;wCkkyl0uG(&t`u2c#t2U+>_PaF?a1UI z8znK+T`y`=Qv@o&1*{bV4R&Y(YpTcus?Y{gw>LJjAnT`OeX5eYg?|C@Lj#y$+1#Q? zY+ESV@uskek}sg8e2Gpk<5V{bi^uZkMssPlI-q|39E8D-N|6*c!mnQcDXGmv(5aAF zGfq_d-$lP1XlRzBo5nPW#hBL}10pgcqW9zG;TQ)l@HE#BAs`lsMq&6D8dxo&l_QW`(_XvFA(1sYQp`AI0HI!T!6y_J{Cbz0mtHEbE-v0C>2zQEv#pWX$KhLHQ zXQ-Fl1Q0CrIg1hjz)Js&TRG)ebGeaQQ!)bbOn)7g)U+JK`@8{8XPmljY1 z4ur6j!*r-%1pY(@h`RQ`ccNGsnUs`c#{D;fl6%Zj(*t6u8#vO7IBgS?Ux0Nciwz-! z5WA~wwnzHghistu3cY@=OUK_lymUuFOfu$Fsc7$*d-ahS#7H&kyUR_>5 zzmx8Js~>ejwJR!;eW`w`sKTIkf|e*|nvg(~BJPdm`f}m4DQ%KL5k@+r^oYpu*t1It z_ato@2YE^#FOoivC#L)lu}g}gl_I`~H;UTGg@fL^SSxHV;li(lLh@duzB}F$Rn0-B z?@%@IStc;3tuK_&wtSL?7_IlVmt;iv>vi5yP`~4Drz7??hDfXuv`ep-6+JNJl2WS8K@?wQNhzVnTG4h z9&RA#mLa_1`k|&_6_n;7_d!!WF`(imwD4?)rcX^q`^^2QgfQh^mCr$T3~mK}D^r^J z`X5RDul-8(c0ZE8{N?uK+zm^6pN zyq`pIVV7-L=Vy=4**`ULuMDh8$Sj~^Wt53<)T{oqnt@8rky%GFG3biI8H(ATp^--` z^k;^^X!2Z~;VrRQB3>sI?@V*FSCn{RJbs0-Qx7NYl&e3ZpN8370Cy$kYBP5=G>6!1 zMSg@f$5<<+pXeY(Pr)eQiw_JO_=16?A7bp#cx?Rf?17bAY-DYU!+%R#M-)H!TWGI| zbc>bSnN7L{LR3Xv6}o5=P0Hyz2mPTpL}JiVqB}>T3Il}l*S_;G8qANr=(s#M%b|ld=Co_nts}j_yw73z4f#{Pbnj$I!-5)n1 z7me>P9)4?uA-9;H)Xx=Wf|$NA5rKyjB%O${Vi=@PzS~gT52iu6zZpP(6_{HkOPFy8 zI7YlbS2m}x4c}6-!h!;93;*1>o|6dIveh^gpG(qQIZr2YdcH%M2U70B#+MId93**< z`n24nCbw}arfE4t(p9+Q9e}QJe5V*(p|?r-9yUo(WF&o7J}SvKX{cfAmYOE`7N$e) z`lN=PZIYCml*dRFFQhL29WB!z;Y2wK{DGpJ27N&Z8fJ5>2z@*D=lqB1I<~7%<8KyW z36~ zeDKvhEhL_A4gQNEdlQ>KNyb=-@DXkwVFy&G)U&{g``sLWrK z0I|NDKr??!SchFtNzVzZrZ#v(AzV#Oad$P7r$2D8?O3ayE@~8=WJ%IV3yT|1n2^uV zHT>u287c6{e@^VEKe@x>0A*q)PuLat6Y8?k!>7=31jKO6~R z!YFEl2ll4^Y%CrQSt@L%U!!|AkN)(;qkVZ7Z~Id$7|Pj4@wZxr^S^B0Xn%=wXddiA zWtPL5S<-itGDgY|vj^5)a~@$3Sqch)=F!$c(n9Xw-SWHD6ApKcClypF%WcT}R95w> z9I5tPPp3Nm#{e1Gy|)U!yj@tEH#hd)98~$TI4Zn#3}(dXiJUiZq#xi!-vuvdFedah z5GktApf7(2$dTNK%dEiQRA6rO13NU~>gfs03=&fY%nm5RdF{Z-9irBQD-7`K6a34xP7zv(enDn>g}}+PW<&-8PU1cE)%nQt*Gwd-xQFq_Nmb92KUQC6#KI&{*^%@ z4r;dH9y<6}36ZvB#OZD119?WxR!~&B>9$|R3EyC2|CE|}lRoY=c`cM-q{W=jx#BrQ z)>wBl>!cIisdpX`R>%Qr<}`3%;-eQKQuJ<0^GPpVc_~&zW?Uxg!qC z@iseWcE!vX*-8*7vd@wsii-}$*idi{^$&5O8S6os^z%O cIcL^+(YfHBbrv1^eaHEA=jO + + 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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py new file mode 100644 index 000000000..fa0b245d2 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/appengine.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/appengine.py new file mode 100644 index 000000000..1717ee22c --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py new file mode 100644 index 000000000..471665754 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py new file mode 100644 index 000000000..19e4aa97c --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/securetransport.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/securetransport.py new file mode 100644 index 000000000..722ee4e12 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/socks.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/socks.py new file mode 100644 index 000000000..c326e80dd --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/exceptions.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/exceptions.py new file mode 100644 index 000000000..cba6f3f56 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/fields.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/fields.py new file mode 100644 index 000000000..9d630f491 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/filepost.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/filepost.py new file mode 100644 index 000000000..36c9252c6 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/__init__.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eefb7d94ef94817041ac6f063e5a438b16e7d28f GIT binary patch literal 199 zcmWIL<>g`kg6cPB86f&Gh(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o10JKO;XkRX-&$ zPrsnDBqKjhx4>98ttd4$DKk~Kq$n{tJGDqZHLpxRCo>7E!dTBjzc{lbRkr{ro0y(j ztY45>pdVkBnwOGaq+eQ;15|3P50{LO&&ZvLW&i*e C3pI8C literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..97b3c62021567f99ac884a7cba08690f451d8d66 GIT binary patch literal 27594 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 B3iJQ~ literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a503eeb8232e5280c70832823885f85e3c9cb93d GIT binary patch literal 209 zcmWIL<>g`kg6cPB86f&Gh(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o5j(KO;XkRX-&$ zPrsnDBqKjhx4>98ttd4$DKk~Kq$n{tJGDqZHLpxRCo>7E!dTBjzc{lbRkr{ro0y(j ztY45>pdVkBnwOGaq+eQ;15|3P50^{=sw&7YDk;{FkI&4@EQycTE2zB1VUwGmQks)$ L2XfD6AZ7pnWnDRV literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2398db6815a348ab827de4728c145b60a162eef7 GIT binary patch literal 1313 zcmZuw&5qne5bm};w#W0MB_OVJBC%qm?D(*OAcRmduq&;EHc=+aN^|kr)9s9RJhs){ zv%@Yu99S;!1YD5F5s3qjk!R>5oL1t@A(y1u^P`oZELT^3RbACp)qT?G1PJK6e?FP~ z)IjKOqueII&?ET8E-;Elh+=Bxc!XiKb8BXgY>cQ!8`S*~j~r?ZQP02nHAv#|v?{q2 z{aHL^X_m9#`~Of73^r~=P8fN5DJNw?_Q~0qD92MKx0}z-$c%xJlCmRYzp6DvfCZ|hY~`rNOJ~_uShb^;YQv0MSDyt0Xfr@krvE#&l$W#ZT>BsQ z>rLE-zG}SCIJw%*iie4d1I|mXyN`unTxMla>)e7+ zqi(dhr4eVT&{kIJcfUF~e0=it^Js8#czEzE8Xk=fba$}M`0Vs)oI$j$&SJ`L>8CuC zpm(0LZ{^XGQyy0psE#SJ*U^q(dCKpYE;Ls)z$Ml`E5;=?lFQ6lh4u=z$g_fJZvpX) z#e+ImE~^p&h!-ZRwn5PDDw=jANw zWISZWMVM#F+GD@}X(*tAy$Y=H3ns!UtHS7l6}05xoaf-WA8w7?*B);A*sm`2I~#c0 zUGuKQBVfqAgS*&=zYW}h&u||HHEJYxjTm_cY+cI-U*ow0Hhvdk^cwX=ItJ=Bv=>FR s97hpvgGsxqH(!spcCK4-ixK1He-5pi=j;n}3&ajE$AdHu2rGK?7Tv~u4FCWD literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6e9c1e92103912b223855af93aaab8cd4d72073d GIT binary patch literal 4861 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 ibXPs3E^?0-k&~6S@~h@HZKNp" % (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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/six.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/six.py new file mode 100644 index 000000000..f099a3dcd --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/poolmanager.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/poolmanager.py new file mode 100644 index 000000000..fb51bf7d9 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/request.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/request.py new file mode 100644 index 000000000..3b4cf9992 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/response.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/response.py new file mode 100644 index 000000000..8909f8454 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__init__.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__init__.py new file mode 100644 index 000000000..4547fc522 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ebcd87967cdbe9bcf4d4c3d501062bc9e09174eb GIT binary patch literal 1108 zcmZ9L%Wl&^6o&0w>Rg;_FQhkUK|;!+7^xCsfe@iYYDJYqak^kOBR8Hl7BjY)8Mjm{ zc^dXS&1_jA@dT_m$88D1Q9jK%Gvhh`f5vBxM$Llf%dZ!UuO-X+fx*8|0fIO1SKk4l z724bqHnD9hEQCc~5JghV$0c48Wl|O^WJNf{$#Z315mi#n$1A)h>ZG2J9qx(-X^19i ziWX^!Hff6v>4+}ridC{I*2tPzC+lK^Y~<@J{DJ6^p4cRtd0gdNVw-G>9kL^K$*y=v z9_INPei+wa2|XST-VLXwgTZ9*_H=lc@r^5jkBlx@5HhLY02f|#kDNqia5@>$$#gs$AB|6a;~Wos>W@y0d*ai{hw)@M^8HiOg~%TsolS?c>0snf z#?zT`?|0D|Y^=euqa@bsvo_s8DJC_&h~i5oQyInDbR+|bSB%baMzT-Jtlp=T;`9m% z1&yYK!L(OdEHeNy%bOH6;2aQ#_O0R4$pOi$rNtO#`VI%^+D< zDUYxKsqhVr>j0xf!ofjknt#J<8EMw<$vXHgT|@)XLNpP01!WbnhS)%~5$g!JmX@p_ z9w2%M2hl-v5u1or#1>*3QAVr)M*SzIM(IVSGs!5Gc%@Bk+41}UUDRBw@zcYy5T;dhZrp Qd(C#?_uOsUJ-c1_1KETqE&u=k literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..453e38dccff8814a5a131d0d0801851d4046e95e GIT binary patch literal 3446 zcmaJ@-EJGl72ZECmlQ?)SVIXiRa{C($~C-d`l z1J57+y*9df$uRz<78f5Ii%&4bpYWmvH6vqe?wY2WTamSEQJXrEJ$7~-&}>?XDr0xo z)pIwhj=fzE^D6bC+PJ=3AJ6U1VO^v3uZ`UXv-anyMXjMt=V;?=bGJ$7X%k--=mK5D z{~}$Y%lKbnOZ3t!b9b3qJ4S2eHDobbX1);gMG{RU^TTnPaM^in6(5%UAWd1k7skwI z@r#frF}5#1Oa_4rlXyGef^Bl1a8PX#zI<(}b5{OtCwUqib@2-2R>F6Z!2y$cV?KWf znmcH$#mwFg?F+>M1X=JbzwO-j%GsFLZ$KO$sV{T)9g*rRNaZ{>q73%)k zdTQ(#jv=jsI=^ok>h~F}yJI|qMWJssxPt5I1kYn8Cp;FU%O{M4Ln23v43aoz1Em)U z1))5F>XZaAC1R9JB1-z$6D5Mt)w*V~o(4P^>vQXxpg6A&qCklC-bl)Hbr6LtmaF%> z-R-+)+iAck1R%cwU@&vf*#tftvC`68$TM|~?FMNkKH{M|vQ zWX5xA>P#z{bAmWLHTh-C5QnGc)S>p&mDVd`T0L%p3iO_urt#E>uOk8-MBwux0%hgI zl~oEJZyT==x2Kkis8lg2y^~tzWRV|WX+TL3=)E7@qc2~%pfIJ&69;}zL-5VEFeN7 z#M@sysQ=aEE2c4BFpcB)vxTXfHG!%cs18moono)L{i*R&^}q1Pg=dia%k&vW=9W7@ z%-pXa!^t9bPtC8OokrOKfLw+<;*#75DCJCu8yZVxs=ouLf+KTt5R62*K7U%`v}d!qkuVlAfZ&=(p8-&e03~b;-U@EXEX6>f2SXCWG-nq9-(r%c z$QM+>z2LDICH){GlnsMP1Yj5VBalKfEKG?U)juNZ%2?~Y!lbK!XL+bR)6+8Hl8H)R z`uZCpneYMg&%C2VfPSGQK=sKSZhw1Wpy4Ny!Pk zCwD>`2gmPSyDF~TBvH_35mB~3QVeC1kSK}wj(?<57XmVjhe?@6A#z;qj6xw>%XuA+ z+f_QZ*F{=U-Dsozu4v%@hI{i_`iAh=+_$${d=2R8&4i~ z{qBQLHy=IeLPQk>Iw9wdGJRext(sSuD#>|87pvA{UM(HLRdUOlZ~9%W6%5aAbd)D@ zM|mK(!6|o3ZEb)!w}N5rsT1-jWqBp#iA?g^Ac&FsgE7l35$F<-n@rb$;|AwskoMf+}uQ_t{c{W>(1MH4w_xJ^bWnRZmp;t$mZ{W>R9|E z@EEB6VfNUVsBsrVT)_)Hf`Oi)L6HG76S=lIwK8KL`SLHwbYCtidduvf&MC_(4dH^8 zT_{tXxx>cfJ9_cU;7-*wsty{e!dM#J5$UcSVeo=UMbz{qa z(%ISGysMZh?9LJkdIZfucNi(-fa{n9Dz13Y+3e=t{f!;}!S?Ug^4i(0Et9vf>AU883$zHMFki)mV_lOg>Ko0W z4Z>M-*vEpJQy%aPx8njRK#e7ZC&Na|8 qog=)D#|fQ8?3c=bT8oC|Sq(_vFc)p_vSV7N^`H8$JkOi+-v1x(1Fk#( literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bed332dfa4eabc1bc539c6f9fde03bc794baf947 GIT binary patch literal 1352 zcmYjR-EZAA6nC7D-gfO^AA&w0VId*7QhS5iX+qNkNY#J`beYE8ONA7<|!++RIP82gJh>m$U? zS2*n+E{dt3WL0n+RQ#A%;c*x+wV^^4{TducYNBG5pcE_q1DkIC9iYoJ?BB~lOQ*9I z%Ca~)%yLsZ{oM7pKwDFu>nzvcGSENS{?65rwPkj$!4{^T=Y-*Ekj!x&;k5T~=@8S| z1hy$>$5nX7Vb{y-8B-DNKI;OS&v2!46(hDpeu?0=1db=#wNP8JfL4oQDcnj6L|E(G zVRC`6+5%AtS&MHMi^t;V`}zFQ(E{zjw5Ka?-++03G28O-9yAhUC7wR{PWWTG_5-h> zY;3Zjy{hm%#o>=#p&paKyY*I?kxx&p0*%8!X=nWG{%&btmUbOS#z-t#5xd4 zTUXTHJhS;qSNb~S0`EJVT>)FOo{3M3nHDSO8oTE|dqTT>>J!Yr?jzFlvDYuAyibNm z{cdY@wlwgw1Xa|hBxc?S>9G0sS^Dik9PZQKUQ0Z}{FA{p*7#qYu1uvq zH;4O6(E6m%`wnD&rXkh!d5Q!ZEe>a&r?zl>>K zy^n%pF6h{0;CL5Y1}gZC{}OlH9&{nj$R4<`!~VJCaL~oSM}M$@b;Q{4#gG2cztOeE z!V@8}tV`LJZs3Z*mLX2_%Ukj2e_~e9wb5XI!X9g4gQKplmB=!;qX4{r{R1) vAC{z#D8zuDpbwXzx_Q&J?8H3q5GD^RquNq`L4Pz$*SbqrXY9?^N5l7jjdy`D literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4232b3577951cb884df5282352115a5f35cd97f6 GIT binary patch literal 1063 zcmZ`&OK;Oa5Z;IFxM})Ofgj;RVnigw0ijADaX}TR;(#x!G`ndW{OYb9(UM#9Lz-j% z(q1`L;>3{?GaFo4EsV6Id93!E`DXU>-d>-8eE<1!{)-aw1D&pT;2gs-??6c+X+{zv zndBMGS;8pVUdD4T@hDMj;p>sR6(qg)MEWvV6B#IP5nS^ml=PHDy*qe`oZKxNz(-1j$fx#@qq#4)ev ziY&-AOhNa+)i~UUX-rw3slqk0ReKl<#Dz(()B)Hn;9&>QB_AQ;$Q-YSU?AQNUC|AN zO#x;dEbl~qJt z-;eRmRs9U!X&dh1LFyz5Z74)B$(0bcFGOC-CPRB5#6>g7wi%5}rI9#|H0UR&@YxO? z&QT-JIsml`$Aq9l8u9@Txr;_S8e=wWw?reo$x-W$;P;I3a;eOgQvUJF3+uauPo9dV hXpE9=i7x71{Z|n-e7$Yu4YFvEy^sy)fCVh%e*me+;lcm_ literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8cde1cb46c61257d535919d8e0643f9656614e1f GIT binary patch literal 3356 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ab09afc904b2995c03df4743af0f2cacd38cc1f4 GIT binary patch literal 16313 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

UT!-}p_rh*}Mb$ShhOr0BT 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pkg_resources/_vendor/appdirs.py b/env/lib/python3.8/site-packages/pkg_resources/_vendor/appdirs.py new file mode 100644 index 000000000..ae67001af --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__about__.py b/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__about__.py new file mode 100644 index 000000000..4d998578d --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__init__.py b/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__init__.py new file mode 100644 index 000000000..a0cf67df5 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-38.pyc b/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6c4fa6d1bae0d7b5a1ac19c20069fb70e67c6ae1 GIT binary patch literal 734 zcmY+C$!^;)5QepQk+;NMkV8*ufF6919Z!oBoL-%C?2_b)!Lu9HQwtf|#3#x_1-`HCfr zbiO}ZK6D>1=C3ak#Jl*F{xX}m@i*33g<~pwUQdM%9fb3X*64-mx}%;$-@(1O8aTK= zLya89i0_`7y1m2iHmhXAGN1xyb$%r6MY2(htvO4KLIat~nAm1DU;kBHq;E6L4ND%J z%i7zLD5j-V1=AVXG67OO+LmF1YiaRG(sp-4!UJ&_m*u|S9uumLvSl+v*~ZH*sM#crvOz)`qTwygRF zh!y1tLW3iJ%5T@>cYSNyiqZOhdv|`DGWIiym#ZN0iT3=JAecxrGYL;j%2Si^EMX!Q znckQ!-wm)MLS0(R^Y1_C}T2K3iV( z$Jy!NB`7mF^h+VsMa|0DWMeJ~CPn}{}I7ZJyTWkgQ+yuXWH zPQeGHVn~Bzm_=*|(Mx}Hfo!eGG37;t=lai`{xykqdQIkkFnk@OBYwN??2PP0Z@cMA z&$fr@@o+*Zk4hdq_QR9JPTEVS)$wn{ZxDBlkaV@!pWDs*Z1Dc{NCT~r&g;$fWA*(jYcjZztFf#42(Cx`WpyA z1Wiav1DdjcrB2{b^s&SZT;T{esif7QN{Oth9q?C@TIvN}S`X@JBWR=x!2+DQpPPcL z5m7y6L2GW+z-r63O61~@1`o2Te2Blo6ZK0HED83JbQ@F1fpi_a7!GuvjE&@RTI9-D zPsAs&j`Pg63l(RE564+#!0t~eKB2aCaJawAx8LnD>$=u?n@y~{6Gz5Y4#q_y zt$Q#j7a;b?6}h5ACa7SSo?zGX!uiS!`9aSawjw4!T}Zid z<~KS(+e(H;cEZje)Up#Lq1K(#*o?rFN)wijUU@SD@Oy-zk@OP~k_1$cfZYuqIKqKY z?%6X$=Y?+c2Y8 zb1XnxDsGsq%ybvwRSN)qXZ|Qpr7yzFFD7P`XY0kr`cO$Zh~>IbVRS5&FS8Rri3hhg zHhQmp9UHk`z-f3SwOs8zr%>r+c}?Gb3UK5y(ZFv|oy zs&Gzr(MVj)P)&F_-12>wS=Ydlm55zOtsoq>zkG8iM2X(MU&tDUDCg&`R@76ly33gK zaBRj3l2%y1!fjD_%Q||ZgBpi;&@_e1Ypb^gZn5%E)KTC+fNh>gg*f|Fqp{Kz=CLMo>0_r&+pbGJR(1XW DXVE1o literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-38.pyc b/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..761e29c47e2b8d0558562d6f0220b387bb0ea25b GIT binary patch literal 2906 zcmcImOK;Oa5MJAPIBEJ$5zrQTK!_evgDMb6fQopj2O=TLC6|@s-6U=k+g)!WwdyUs z@Kf@ad__X)U*N>drY>z0y9U8V`<|U|W_I>-zRu2;36yVV&pJPfgnY-z<&uNR4%F}+ zG>kB*)=>XEY3rd?ZX~#wlS2&kc=6p67?8QGnGP%fo73trmF^R!vs;LN<$M zpowf6(Y)OZ{cc}!>h=O($jD^wzztpBi{=91dXl#Ko+DxI;EBschsh4qa1RIN0#jp|mcqKLyJ==;UCR{W?Sh-k%fh1Bp zAwz8lu8y?&NRM(IJM2U`R4-8bZ%+lL6hfl}rFc9EdMx26!$1rRjwhl!((4}-z(^M* z5Qy@=>~L`%vp{KAQn~;VG2-$yXL0{#Jh2EW#@d%IM(Qe+Z-~Pwt)}6?{shjoke)zD z_qCz^g$N811howL?}gI#93GWGLDvpLxS#|Z_#vgYQ*6NfWE@HcxCQG; zh#q*gmV$`;6NuApb1yZxZMdY36d2sU8Ahz4C+gM`0@wy~AEe=+J7|7faD2rb8Ha6C zix%pH9m3vB9%aWRKZ8&**&l#DpT6?Ss&9bs!)2^ zx4YvVF$0POro6y>6f4-=!R9VDcw1r}oBP;Y(9w8=*(~zV;ChHrGBq=I^{4h7*t$~i zneIUSpA=lZ9?;BGd|axfnRkLodtSbK~ z8`INVCB=(NaH|PkW+cYcH>HyARTeOOSSsuwj0MN(?3l<)D%sz_`S>1_Jp8wGsGisR z46xZaG5w39p7Cx5u#C)@`gv1y@hJ<~pU|TyfX1m00*UGKCAhVO4E2yU>tX}-OyegDZj?k NA(BkhSa?`~`U{!QBA);N literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/_typing.cpython-38.pyc b/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/_typing.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..624295131f8dd749dc3c63af78522dc370d66c67 GIT binary patch literal 1497 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 W@BDve7o6cC%Ql^Yv){=%FZ>_i6h9UK literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-38.pyc b/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..012c5086c8e43f177a6ad760fccfc550566766d2 GIT binary patch literal 4094 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc b/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ed8a32af9007cd5e75625fe2867c79f9487f4a10 GIT binary patch literal 20615 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 m>vQl5fnkY$CY*z)z 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 QjjhsEX2W!uYt@{80Bpma+yDRo literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-38.pyc b/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2de505b6ea9744f08bafec5b1443eaa986e3f87d GIT binary patch literal 13344 zcmcIr+jA6Gdhgrx^o&L$p&KABZUY7lAOSY^+Jp#f3^uWMOaXT6F}NAcX-Ol^&8J(! z%#QYA*-7mtd#g$%m27HDs@hbA`~i8%Oa6ggLE`7dp`ObGcNAC{~rWO2t{OFa%+C@eAPfE1^Qb=6JQG^*I$Rj8?kVi4jub|!qlHoaDv4Ic3S-sr!Z^Mhb;sQCd2PQ^m;gTEj<|c> zeU#?B{hYVY-8-+N#w1eXs4?nJ0!|_q^?;4Lll%qh2y5%x11Q-?PnhTK=f4Bhz}e*|Vxa#~1hc>ALpSDhRw~80ii;0@R~G%c42*Zn9!R~{poWW;VBpqDgQ$DgYkrWpz0yGK#QQZAf?g(W z{q}=~8;o_+q}-Vx(I`sK4U!+Yk~=^6F1l8F5GS+OYpcadS;Xm~53b(4b^X1(bK~{f zx3AvJ2bL2TCEP~6v=}6%TXBnMQWx%Opf{u&7>zo5ov74H#Y%}LBmNO?;kkmxI}OlG z`$|h$SN~MGr5K8@E~n*jRiQs$qkL2O2qhn4=V2|h=D($F{BF<)Y=6)2 z?fF=T1-n=iwsid!S+m_TYDv3jUno_Io_FD1)c1RKeQwDu`P^K+y+X%q#MNx!Hr$$^ z#_Kh^Jl}_Q+2gi~HqV}YBdXb^U`(a%I>r;i=|~(o^fldXDa2nsK!e(ub%PB zzB}DOX>q~z&NP-69O-)X6c!NiHWJQEgUWM?9pGmQsw1Vqo`@o24-q^73TtXd+x z{YQ&=8ILy%;3@@GCLthFd20hUy2u^+ zW9qO5VD%1&vM*El4S>!82^|u_5Qa$Loe-u-;%y3xrB{+99nuy_JG@gQ>F`dIw8MLV zxpxFzeFOU>V!?dR#vt;%F-RxTwpdcv!S)Z;JodJ+So9VH!&!D8JX8b2b1U;*!=w43 zN{(}l#z3tpT64Ue=1g3p#HCaNKf)7um^Q6tOW9Cbs!)aYg|bOPP|x>#Kp)-0!z|K5 z^<^aGapZ8f9%_N=1!}#gj~6S&>YOOfzKfdwgGXt;(AC3=?>I9TS$24{K*IVMwB?lQ zRY))Qp(an_%OFvw-Q7*XbR25pPf#PCgwZ}EdPejIm;$WU_7q5xZ(W^}XOKtSCC>u% z4jl~LJ9K%DK6r@$NrMpBzyca7KFI^$ai}Q&Hiinec#5IkrvCOFs{85J9x8oubC;n~ z`L{9D#8VCR!ySjZ@by=fKKWpmp;Gy`F;wHJhI(h`q4wRoyE5gAl8y@Tk8pZeG9Ls2t)Tkqy5?nlY`_*wq$RzjF6ry>cFY+; z8b)c&^NY2TD__7jK{j9auUBCyR^6KK3OR*LSREun<$0=LR$UksqD#8S7g08c$1?#G zEv*_o>Le1#xr}@sRpb!@M+p!Od5XZx1YRNV9RjZsc#XgX0z{*YF3UHY@~G!LY_dfx zkhYBWKQ1q!sN<(2bs3NMj{w^Wob(v161Ze|Lxl?y?}Q5_F03zLWEPUZ;jS=l0f*bd zcnbKS$TFS=4)=xe0pM_B7|#HQJHz-O@NqH0cosOjFlc`W_<4@HF1YfH{dyh{=&Mt$(};KId-w5sj2UsUCYfr)B|(A zE~`a9Fr?d%a(1WAVLqsWzR$PN>BH8nhp8JPUOtS%3P&f`fQ7s-W==b|4dln z4?rq22O~7*leIR2lbr@{gY27cO$2<(B(U^Yb=xqn+f~nfwYmF<0$O zWIqV}c^i=~eu`YxXC`w1B>u9E%%0A%zz2S25+v?_*+ycdiv&FEXQn}t<*(albPWUk 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 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/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/_structures.py b/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/_structures.py new file mode 100644 index 000000000..800d5c558 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/_typing.py b/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/_typing.py new file mode 100644 index 000000000..77a8b9185 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/markers.py b/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/markers.py new file mode 100644 index 000000000..fd1559c10 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/requirements.py b/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/requirements.py new file mode 100644 index 000000000..9495a1df1 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/specifiers.py b/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/specifiers.py new file mode 100644 index 000000000..fe09bb1db --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/tags.py b/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/tags.py new file mode 100644 index 000000000..9064910b8 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/utils.py b/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/utils.py new file mode 100644 index 000000000..19579c1a0 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/version.py b/env/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/version.py new file mode 100644 index 000000000..00371e86a --- /dev/null +++ b/env/lib/python3.8/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

3fPk)fVb+A(cfJ1~4Db07y0ob6n{3Z%6iixEmF#%UJv z<>7U*tBK@Gs5X10#6=XPTlS*Kfp6^P^Z`s(h^!A=9`Zzp69k+Eyi_Lw9YY_Cj(+D5 zrY<;EV^df!I#}aJ7^QV)6$ipJS0WWo`PihTQB&Td*RmN@_Aw9Y+07tLhDZ|glGOl5 zAhV_PDCyQ9)u=b+EUqG9IsvPLs1=xi3Re+#h1MC3-p*V!2>8Sxe1b?#8ePjm+3Hgt zkiyM_;8S|%#L-*oJB2{fML;vre+?JvtPd2LAy4>Fiy*eq-0)L7kQ`ET2Pw!NIb_fK zSyG!Ppz_|)(U*FRaWCJb=OXp12JX`*HQeFkAl;qR4pO{MuA9O->2BK3-_JkLPJv+{ zpV?haz5|C1*Pvf+r8D;C*S%-IwlMdFH$H=lr#nxE2k?#v4IpgZdqaR8L}&7R0oQz0 z9109+2N}+L2Pp^#j?y(yfeSKpq{<6MpwK`nWHu^(N7CWQV5qT6q{ltmr1LsmeTPrm0n>zC0~9+&CnLMsecV4F1C{E`zQkE!Td6FH?)Y6{*oCM! z%BysS6AxC3DL5+}!g)ao94Qa*!iS-i0Qak8fZRv#AOgmTffar@6#NctKaYW0D%|dI zwcUYnkKU|_x!4pothOr8_`2F6j+k~jvVIkk_YTHN3S5E=XMg0ksH6W#O)$=n zs34*M{XGJa)QiS;i?nGc1ae?xpLQb6)K3ur`2d!RZI~{nDTrWD*?HiQ!cegkAaw~a zf>ho`Q#2F@=0fE#2=Z7(K@vXx;~1&nCh(BnnN~>cANFXRlA=I6i zi5_SQzeU5kg!ip+b}vddGKJ%$V;E>tqHdjPgvy;%nYYl_H7)QO)rC>H*iadB#f2Li zu&ZHqN%3543@97R`({gm)CfnbQTl`=7gIR^r(_0a29ZMzqb?i^pt>s+OX3ANO-X?l zGIl70;2=N~31e00N9bKLlc_nfULn4ttSgr0M0mU)XL$Q}%Q>fdFPqxSR70$k%Xg2+ zPP!N!q2g^8$5W3Tf%c1?(EpCB{Wa3Oa=Z zoJXad@CcI1{E)LBk1wX>8?0la+Il*pQxRgIjp`{N!P48yO=v#XL>pE4?fHU>xd6kGzCj?^fzi7^0;`%J| zu8d3aa8)%JlI2U+iBWpnl6BfK&a$+Tk;a)8QVP97LtpWRWS!UJ^9dM8wS;)7$R5xF zET4Tj;KURHKTHhcDpuz(3h`P|DS+0(wp2znxmQfY=IAl)jVwpvDP?ryr3M%=nxdWRRma2feskWgh^F45IZG{LDy<*K0t*#r>h1;YwDC^lgS z<2Wak^rQx*JM$;-o&0ohV|J@zo z-v7im^^P=UH}ySTmb$6?BM&sbD$odAo$eNROaZy~QS}_VNMUzl%?tkM&KUJ#+z$2e z_i#9Ky*tb^hcRk=XM&!K?7KRRr`f>Gq(4RJ9N>1WJAOA)(-Brqp#K;$`g!E@3&`V- zbSFga-Q2-sck=!;!}izyanuPg>w9|Zul&*OD6$x!jDO<(Ns&kYB&UNW!J$LeeUKC^ zplX9hAFPgxYhl)hPEm4+E_p&LEP_Se>!P^?ZVx?KbxNDdkaXTOuFdxQQL*+R8xQ{O zFIV==|01PI;>8!^;#_=kH+pZ0j@GS)K=h6^gpe*r=X=!&000a(m{RCC?lM?{WThFq zbcxe<1S)Nb47<|1QE3=fA@mF3wzsQvhO^dooaDjRMYTyn6(K$h1P}r!eD!vGbwzGN z1cO|=x!ZL2nw=@%b=7&+C}r;<7eIMon0VH+B(6th!716@dHQ-(F9k_i0dTTv7AF`k z&OGDI6e*uqJf)TzZD`>366hy&oJ`ajh!f#XsJYBlK+arRA07 z)$5ll%d4w5SA(&&Tg#WPUybjxD)p$6O5}#huTk^6)KCO1E7WYDDNgl_hNL_oM-Xxn zS3#yiN7{qo3T#Prmwu9FABCS_B(^nRY%UiB89K9VtNH<@))egbQB#+i<#7>Yj228eq8EU9#Xgb9+!NN07CGkBMhP^pzp_ig;T z4;2XYdzph-_GB);O~sWGUmu*M!)5#{2h|(ip`Tpsa421Jk0N~Bt8Vc`VLR+sHwQ)7 zHu_y16BE~eK-a`=;B0mZ2Aoi&^d)||SgE{j0NtFiFpLk36e?&xjjVh$q|djqJOkO#B%Q;a_Xb0vxa54Wh%5kIl$^6NDp^(pK3ln*?`RT%Reu`Xa@WV3+N@&tY6Xa0sKrp{0-=Z!~a?wvHfh5;)Q1_%?m`GY77@|WN z(Cm(jglZQdTO0Wx Soz12uUO;u`o0|G};(r0)d4WIx literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..66d7acc4d8b742d78983abd9baac09a3794cf184 GIT binary patch literal 11635 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5734366884816e527919a41bd4d698367d14c333 GIT binary patch literal 3268 zcmZ`*L2ul+6&5LJMjnqRu90SwVo?xjv(32n%qDKqAZUXP67M35)K2XrZQbmuvdHl$ z)<_D;N#d#8!zKmxQee+H*_Q(Q2l^BCNATKS0_40g<8^{o0x61oO4@B8>* zZm#9v`SY8r!@rzyoPXM%lTU!3Pf(Ob#hopO6HZgIMXE2|qLX&ja<|;yIoVmy5#DY~ zUL%fuIo)#q;AHgo4tKZw&m8V?|E0ry(Rkr*HTfyts`1u4ywNVKN+jO=lCoqGW`CCHj zWRS#>7OPU`a;@u{APlWNVQ5-mILi4rwe5BoJ{d=8J@Tz18(6KX{v-Rtd?flj%KAlR z@^Z1VJdi?cCt_L4DBcyaFS4ioG}%6qSm|Bst3-?C0;AE6Q2in)`r%WN@m%)DGKJ_$ zf2@!@C_Cn>c5&~C~$0#g0IwmXeoRMW@Cfwl7%iuyOI9cSMy;R(C_(mB9s z9+G{p^tgM@+4u3qY5tX>-6;J7!W$TEmd%pxdh)KOys0t!1^EEwD^fPqpRk5^=#<3P zyExg>=Z#$|b?F}XJUAr8$!=h!2A?@3>TAeVE&0lh>*hgF`iG>FI(xF`0I|bo4`CZ| z%EoQyi_`nT@i{Edw> z8!k~C=aSo&&e_JNx7gK7m#-`_CF-cV+WSRsrPX41hFTZb`+c3~sp=&{4|=)W=@0cN z?aM)Ir~Tw;)^a_|PWsf4p0tM`ZHlcKvN&173W)P;k3CCL9!HWZmSimcKJ3`-wM}ND z>N=bFfBdrd#m^_+^K5x}LLV*G9gAq*MCqYybvwpaMVe^i$N4zZ)yW%Aib5Jc&7TQr z8c|UokW5SINNV*g(L+O}Fb$#Ns1T+J;WUcTi1SgAq{4WQ^CUB^JD;tsZ>-+Bxw&fm zD&)E?LwRO`X^NV;QS>}K-ih&wNGszPR*eZ#G0-C=DgI7={5bcu2E z?Z@x$e>T*4cqFn8#meTaLr&8Ukv+6xo8;5STIQit+xih2+BqPa+Ppk)4;^GIEon(? zHg?J6>(%E`tZSsTai0&^oqH_eTv|L;y*k>bsldc@gjSsBbdT{|sO)E&aWP0T!J>>s z=}s;YOd~ePCDX%1RjG1unm(6$zwBLR%k2F6SX)J#abAe?-CiZt^~_9C94Us=itwmi z?a(x&b#ejpZ6t*a1=F-a7bbFehfTrfPtYE8n0RG#<(HBf#YWJyUT&wsb5@A)7(AU6Rt}bLZf_Bbflb z9qZ|e`%gt(9Kb^%lffQ>DAH`vqTwRD2wddCrU|zJ1}I>WVp8a_%+R&HSH%$+e=`T8 z>fVmfg%HwCzS!;7Aube_6l`${Sc^SY;r!)mm#!g%`7!8MYe_J>Vv!Wkms;%POKcml zdon|+;Vg$OaV!d5+jdexok8#4BUl2{qeMa8UT2~t9ZS(;>lssHETq&@W$5(6Q=3z5 zRWWF@Y*pvYM2k_O_ZTuR%TMyg(tFn@mI(oJiR_(-smeumlKqSGOpE6l6r_htpc0bZ zTHUxGuHUD>umQ?UQwEzflK~3lqn|%2HWiQBzP$$2}=0R&RFJywd z8n!f5XKjDiRyIgP3Ri#&?a7Wa-aTbn52JKk-|=K02Fj0ZWzp5NAJphvT>wqzrUnur z3~FKHBF-vuk*Dkoi!H`YMOG27w0AJ$j-o=&q16qHXX8;?3X>~#EI6Vz1zw0Uw^ IK{IIo7sTvyd;kCd literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e8bf07fe1fd6569146ec77e18379c4b74eedc95f GIT binary patch literal 7442 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 E5AD)$$p8QV literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f64ac1b5cdb850838f02733fe9b3df14e56c0489 GIT binary patch literal 10808 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-38.pyc b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c2bf966d63f6a9516a38cbf0c57120fb1e934f4b GIT binary patch literal 3110 zcmc&$&2Jn@6|buPnD)dU6UUoR6B;BI2E`somW4%OwP+QiNUJf5y>en9n)XzU-JYKA zadnLyo1Q(aEj|v5IB?(?bIX6jxvyM^#9y!{ey`egVrx%aXuG~^s^0s(-+Qk|T>o15cmG zro48-Hm9>dPS-toSI)}06TUek@5z?Dj^3=Cmp8C$PAp6`ZKn#N zD2sd*e8*S6(xH4ZCgiwe0NVL)DRS))^g|ojh9_JzDB(rM42a zWONK+bw_3Uoiy1x+wo}mXPpA_Esd}mZ>yp+N=BV%Uu81aov}`_^-*VRlC(n#EsqYZ zbh9M6Ko#(|c;le+hJ^0X)cHq!DxabhM4ytC{FpT4T`O-}RHC0%4MH{_o41N+!lar7 zkVYRyc@`y^(LbbP?DdTY{GH27%;sf1@-G2 z2137-Sla-X|KaZ~Zm^$#;S=Wz=Q(Ef7N4U?+}C!xm6K$BP4;gGmDf-6*l0qqYOJo+ zRPqazs-CGlWtrv1db_ZLEZ_8=JngPOYrA?5KhZ7vT_8cYG|5!O)fEseQXOn67Ev)C z@TO=w0`*PN;;v|7#^uu}D?P&S{39&MpcYSwPRWZ_DT-FD?U#I;O*7aCD2(4Gye%r66pN%tO(HVU4XaxRhB8x^WV-|(V z-OBT{-K^XKUR$}=OFer`4WqAnI|?iQfo(0om9J^vAtuk-m$tnEb9J+}Sajj^bcZr4 zxV*TDijXIy>90w}Z}Aq_-^a=&+phf< z?>zjiV#WsfbJww9Ky;7pXL(rDW=ZXhll?eVnF-_lI7#EJRJFN{w6BG}g%c`&a6n<; zD)APwF+jco+>ow33zZ+Be@QN~>=eqUwCORbquYkP;-|2w5hdH@2$&!Z682pLN5|Bm z@nM~`Um(G+F{El|4SYa2bGw#1E9-5qb~Um>?QgTcG)5;|V^h1OUZ53=@>587q+!YbQnS_y+-}%ot^KOGD?nC_ow$ghMy(sUt0qA8L#i&Tp?`|GFHmZ^eV_Yq zbzivLu3So2B=<#lrCe&rzieXp3dpvdqd#mQ+ZG|76E^4pm(b+lmU_z%#KbTTw-co5 zu#Ps%%@E%+WyU%yLJE^%(htp!I$IBu!X8HKdJy8|6*$+$p0g|*s+XfgD_I}5j@L*C z`K-<~CK8tv`_$UB!T0`YV*0eeVCRG{xorr_vX3LVrYR{`?zsZD8(iZ*^@uD=T=k zQN`{5g1$|^q6Abq#bHrR^~YJyAPE(9YN9}2XZ~wXhofAdJtP}Z6vL;ZYU;_$o*J1X z&uk>9ruUUDFv4>Pyr9r#6Nsg5O-phR%Qj7h&?MnI7P5S`VK{hPza~GXU{Jh|iqaDz fnGo=`Sw4?PLhCM`3SMxld84@yxWP;?*KGV3bI`No literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/connection.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/connection.py new file mode 100644 index 000000000..6af1138f2 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/connection.py @@ -0,0 +1,149 @@ +from __future__ import absolute_import + +import socket + +from ..contrib import _appengine_environ +from ..exceptions import LocationParseError +from ..packages import six +from .wait import NoWayToWaitForSocketError, wait_for_read + + +def is_connection_dropped(conn): # Platform-specific + """ + Returns True if the connection is dropped and should be closed. + + :param conn: + :class:`http.client.HTTPConnection` object. + + Note: For platforms like AppEngine, this will always return ``False`` to + let the platform handle connection recycling transparently for us. + """ + sock = getattr(conn, "sock", False) + if sock is False: # Platform-specific: AppEngine + return False + if sock is None: # Connection already closed (such as by httplib). + return True + try: + # Returns True if readable, which here means it's been dropped + return wait_for_read(sock, timeout=0.0) + except NoWayToWaitForSocketError: # Platform-specific: AppEngine + return False + + +# This function is copied from socket.py in the Python 2.7 standard +# library test suite. Added to its signature is only `socket_options`. +# One additional modification is that we avoid binding to IPv6 servers +# discovered in DNS if the system doesn't have IPv6 functionality. +def create_connection( + address, + timeout=socket._GLOBAL_DEFAULT_TIMEOUT, + source_address=None, + socket_options=None, +): + """Connect to *address* and return the socket object. + + Convenience function. Connect to *address* (a 2-tuple ``(host, + port)``) and return the socket object. Passing the optional + *timeout* parameter will set the timeout on the socket instance + before attempting to connect. If no *timeout* is supplied, the + global default timeout setting returned by :func:`socket.getdefaulttimeout` + is used. If *source_address* is set it must be a tuple of (host, port) + for the socket to bind as a source address before making the connection. + An host of '' or port 0 tells the OS to use the default. + """ + + host, port = address + if host.startswith("["): + host = host.strip("[]") + err = None + + # Using the value from allowed_gai_family() in the context of getaddrinfo lets + # us select whether to work with IPv4 DNS records, IPv6 records, or both. + # The original create_connection function always returns all records. + family = allowed_gai_family() + + try: + host.encode("idna") + except UnicodeError: + return six.raise_from( + LocationParseError(u"'%s', label empty or too long" % host), None + ) + + for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): + af, socktype, proto, canonname, sa = res + sock = None + try: + sock = socket.socket(af, socktype, proto) + + # If provided, set socket level options before connecting. + _set_socket_options(sock, socket_options) + + if timeout is not socket._GLOBAL_DEFAULT_TIMEOUT: + sock.settimeout(timeout) + if source_address: + sock.bind(source_address) + sock.connect(sa) + return sock + + except socket.error as e: + err = e + if sock is not None: + sock.close() + sock = None + + if err is not None: + raise err + + raise socket.error("getaddrinfo returns an empty list") + + +def _set_socket_options(sock, options): + if options is None: + return + + for opt in options: + sock.setsockopt(*opt) + + +def allowed_gai_family(): + """This function is designed to work in the context of + getaddrinfo, where family=socket.AF_UNSPEC is the default and + will perform a DNS search for both IPv6 and IPv4 records.""" + + family = socket.AF_INET + if HAS_IPV6: + family = socket.AF_UNSPEC + return family + + +def _has_ipv6(host): + """Returns True if the system can bind an IPv6 address.""" + sock = None + has_ipv6 = False + + # App Engine doesn't support IPV6 sockets and actually has a quota on the + # number of sockets that can be used, so just early out here instead of + # creating a socket needlessly. + # See https://github.com/urllib3/urllib3/issues/1446 + if _appengine_environ.is_appengine_sandbox(): + return False + + if socket.has_ipv6: + # has_ipv6 returns true if cPython was compiled with IPv6 support. + # It does not tell us if the system has IPv6 support enabled. To + # determine that we must bind to an IPv6 address. + # https://github.com/urllib3/urllib3/pull/611 + # https://bugs.python.org/issue658327 + try: + sock = socket.socket(socket.AF_INET6) + sock.bind((host, 0)) + has_ipv6 = True + except Exception: + pass + + if sock: + sock.close() + return has_ipv6 + + +HAS_IPV6 = _has_ipv6("::1") diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/proxy.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/proxy.py new file mode 100644 index 000000000..2199cc7b7 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/proxy.py @@ -0,0 +1,57 @@ +from .ssl_ import create_urllib3_context, resolve_cert_reqs, resolve_ssl_version + + +def connection_requires_http_tunnel( + proxy_url=None, proxy_config=None, destination_scheme=None +): + """ + Returns True if the connection requires an HTTP CONNECT through the proxy. + + :param URL proxy_url: + URL of the proxy. + :param ProxyConfig proxy_config: + Proxy configuration from poolmanager.py + :param str destination_scheme: + The scheme of the destination. (i.e https, http, etc) + """ + # If we're not using a proxy, no way to use a tunnel. + if proxy_url is None: + return False + + # HTTP destinations never require tunneling, we always forward. + if destination_scheme == "http": + return False + + # Support for forwarding with HTTPS proxies and HTTPS destinations. + if ( + proxy_url.scheme == "https" + and proxy_config + and proxy_config.use_forwarding_for_https + ): + return False + + # Otherwise always use a tunnel. + return True + + +def create_proxy_ssl_context( + ssl_version, cert_reqs, ca_certs=None, ca_cert_dir=None, ca_cert_data=None +): + """ + Generates a default proxy ssl context if one hasn't been provided by the + user. + """ + ssl_context = create_urllib3_context( + ssl_version=resolve_ssl_version(ssl_version), + cert_reqs=resolve_cert_reqs(cert_reqs), + ) + + if ( + not ca_certs + and not ca_cert_dir + and not ca_cert_data + and hasattr(ssl_context, "load_default_certs") + ): + ssl_context.load_default_certs() + + return ssl_context diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/queue.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/queue.py new file mode 100644 index 000000000..41784104e --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/queue.py @@ -0,0 +1,22 @@ +import collections + +from ..packages import six +from ..packages.six.moves import queue + +if six.PY2: + # Queue is imported for side effects on MS Windows. See issue #229. + import Queue as _unused_module_Queue # noqa: F401 + + +class LifoQueue(queue.Queue): + def _init(self, _): + self.queue = collections.deque() + + def _qsize(self, len=len): + return len(self.queue) + + def _put(self, item): + self.queue.append(item) + + def _get(self): + return self.queue.pop() diff --git a/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/request.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/request.py new file mode 100644 index 000000000..330766ef4 --- /dev/null +++ b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/request.py @@ -0,0 +1,137 @@ +from __future__ import absolute_import + +from base64 import b64encode + +from ..exceptions import UnrewindableBodyError +from ..packages.six import b, integer_types + +# Pass as a value within ``headers`` to skip +# emitting some HTTP headers that are added automatically. +# The only headers that are supported are ``Accept-Encoding``, +# ``Host``, and ``User-Agent``. +SKIP_HEADER = "@@@SKIP_HEADER@@@" +SKIPPABLE_HEADERS = frozenset(["accept-encoding", "host", "user-agent"]) + +ACCEPT_ENCODING = "gzip,deflate" + +_FAILEDTELL = object() + + +def make_headers( + keep_alive=None, + accept_encoding=None, + user_agent=None, + basic_auth=None, + proxy_basic_auth=None, + disable_cache=None, +): + """ + Shortcuts for generating request headers. + + :param keep_alive: + If ``True``, adds 'connection: keep-alive' header. + + :param accept_encoding: + Can be a boolean, list, or string. + ``True`` translates to 'gzip,deflate'. + List will get joined by comma. + String will be used as provided. + + :param user_agent: + String representing the user-agent you want, such as + "python-urllib3/0.6" + + :param basic_auth: + Colon-separated username:password string for 'authorization: basic ...' + auth header. + + :param proxy_basic_auth: + Colon-separated username:password string for 'proxy-authorization: basic ...' + auth header. + + :param disable_cache: + If ``True``, adds 'cache-control: no-cache' header. + + Example:: + + >>> 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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/response.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/response.py new file mode 100644 index 000000000..5ea609cce --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/retry.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/retry.py new file mode 100644 index 000000000..9a1e90d0b --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/ssl_.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/ssl_.py new file mode 100644 index 000000000..0a6a0e06a --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py new file mode 100644 index 000000000..1dd950c48 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/ssltransport.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/ssltransport.py new file mode 100644 index 000000000..4a7105d17 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/timeout.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/timeout.py new file mode 100644 index 000000000..78e18a627 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/url.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/url.py new file mode 100644 index 000000000..a960b2f3c --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/wait.py b/env/lib/python3.8/site-packages/pip/_vendor/urllib3/util/wait.py new file mode 100644 index 000000000..21b4590b3 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/_vendor/vendor.txt b/env/lib/python3.8/site-packages/pip/_vendor/vendor.txt new file mode 100644 index 000000000..f04a9c1e7 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pip/py.typed b/env/lib/python3.8/site-packages/pip/py.typed new file mode 100644 index 000000000..493b53e4e --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pkg_resources/__init__.py b/env/lib/python3.8/site-packages/pkg_resources/__init__.py new file mode 100644 index 000000000..c84f1dd9e --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pkg_resources/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pkg_resources/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..36789bc52d5962cb5f9dd0ef556d9cfab669cb29 GIT binary patch literal 100425 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 z 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 BGgANn literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-38.pyc b/env/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ff18b7dab289ba254a0ad891a42e090383cc467d GIT binary patch literal 20545 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-38.pyc b/env/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3fc11f76c112211daf95f6524545d9c41946331d GIT binary patch literal 201669 zcmeFad3;<~c{e_DXVGXR%eL$|j&YJ}d6ASz@){>`6gRePCk97JV~2!E!epd#C66?k zk?$SZ)>r}>g~p)-0;NzWr82ZoQ(7p{jZ#WqTDsAeQr27AlF}{R-fnN(H*bOW`+d$` zN0O5OzxVh4@k*b$_nvdlJ?nFx^PFcp_pe%&PvGy#XZN2z_qtT#>kLHy$_U(npYz4G zL_#GB36(4)l~FKMs*qA?m8ql)Y234w%v83}l1xZku8@;^YoS%{`9faqZG|?uw-?&w zzN)ZF?j3~=xvws)miwB*8r)kdYp2#0)+Q4ThH{n8sda^Q$;1PRs+mq$>nHQ}PbL%m zm$z5xx35T4jRzBr&4_EQY?!*baJ9V8<9TCYqkP@xef=-N*R7RRk(8@+N-rmt-G=wq z6gJ7%hxOM_C+%bUd#PPp~nO*%JyRqbk(>QJlI8nsq+sx=L+O zSF4Tc8nsEiL~T~rs_WGC%2Zoam)fefsqJcq>Q+6fSKXj)RDG&n4XB-Jm)foNsJ&{R zx=HO+FJt?GcfO%1Bs)j{<=>JD{C9acl?h&rl{sXNtO>bQETdYL+*?pDL<9(Aw! zUUi>3sZOc;)yvfb>Ou7iRZtJ9ht(tMm8z&7RV6i|MwL>Q8dKxyv?{9!HK{6UN>x=& zO{+7?R*tHVmkXP%YpvFa>lTtKqh?-fT$3nVZ(Xm_*Cf=;q){*}^J&ALMv5(kE^BLH zo3*{L1NUyL$Lh6iux_;a@O{5EVC}SaS-Z#E3VW)LBK2OR-dDIuomJ-^PZYYx6NNn( zk4$BMVZS=Rc=M&ik;Egn6mDs(xArXFY8|llTemD2my$A4n=uZzP3BSV@91%OMdE4W z%v<#s@W~ofv#RlU!n#RaSV$g8EF>3_h1=Dfnnzg&?@XvysaHRqP_MSWXCYO%!%9ya z!te0aiNcV2P2q@jM13Egk6J_45!{bi+tp+E{!X>9c$a!y@=Z@1XReo$g_k0?*Q%|^ zZL9S%h_-=%sP~8Z3OL!RJi>eplUTYZd??L!U)rWAOe19*(uTwvO z@DE7sz8B%ws~&`VBz&K>aq*;eAA3SQrM?I4Ii=p9?#2Cn^+t6!?k`tQt2g2PfO@m~ zLEIlyZ&5#l`zzF2)dRQ}o=yV7eptQz@nqp4R9%bkwGu8O{4VtpgkK`zN3BN-CF@b^;o=D1{FvH^Hyh>6D8h@X z1K|$qQRJi$zNA(myviCy*h2W-%0}3h^kWFWN8N<*O%fhQ_{UX0!u=9Hjqp#X8xg)y z!exZtt5zetTEY_uzfbK$c%OtP5&lVa8R5$kt|0t=wE^J`Rt4oxA^cNn6T+J$Tt)Z; z>KcTvk#G&+pH{mN-X-B_gnvfuM0lr!&mjCkbu+>@OV~#ELux<5`z7ok{IhBY!aJmA z>j-~XwIkea)lvQo!XHsx2zN>NEW#gEn-ShD;d2Q8oa#ilQ^MyF{&}?x;cb%NEW*E_ z)+4;$nnivMgnv<8hwyb0zJTyAsgEK2F$vEh{LAWkgs->ekbWNFkE>e{zD2^XLiktI zClLOGK*p=BS1%+AuR-jusx64!BDs7Y!k<(F2oFg3F@%3jU4`&f5?(;~zo}0l{3&Yz zr96)CudBTX@0ItjMff+=8idzauf_ZCNBGm~YJ{(r@Dm9Crdo^eS_xl7__x$W|gi)K{NME&izb z6ZNN$ClLQG>$Li_g(PCW=EeLNVxEzhKlfr5t#?^Jb~s@z;y0nbt}Y-C<8Y#I$$G-N zWId_=Vj+2T!n$-da8%*l)}!h#7n0WZslP%V?@@n!iSM4U=B;;ImktYVMC{)%Ry_-R z_v7ksm4&wbg!(&m68HD2zgHu;zfb*xdKCAcRR5?P+%H>~)qiJwP{#Z5{7>HVPpN-a z|AO})Q2(mF7x$l5|EBK4{b$twP?NZS5F?eaK3Mz^`gNcBcXbB+`m@#@fUXbAn-3R1 z;@v-rmiz~5{-pZPh2)r_{->%T?ax_1SNM7B`_U)QVNLp9Y$HbCztD5PAhF*->^HsG zZz1*iV(KK~`8Dd8FGg!M~{xl0NCJz}ut6h5Z@L;a`9=r?0&#HQ5C zQIlWB(@prLRRy7sTR(y440_{Nc_vzhL02Pg$q&+=gHK;$7CK7JvN`>UcHZuL|nbfqMN0VpgjX`t;LmBSLEy zlDMu7QgtHLZ_1l>UTfDQ=C>r~D#ZNuB|tB}*nrsIk=U!fbQ=-#yUn>;zZ>-0HF*CS z>obMlldm>;U%dpezmKox(dw6~-$l-wpE9iPv&QjsE&BFR^}7qn)#zQ$58er+y|@gZ0_N3AKQ)uYU?XgK@qC@Bi>l_JyhHnD_MsqwqQFj}YE6X*}I# zf6h{P?m{nqUY@q%=?lRaY(r^A;fu)si%7LyeF4`UoPE~&k?)rwM67hnCc^?7`E16uqQ<|DK53uyHpBh<@K;j7kH7yksI8@ZBO zpPTqo3H5oQKZ}LFCZT>=^GPE;Q+NhnJcC+aww{^zbJ8J_$1{>{K+9hDwf%A4pmByV>xE2s>~^?e!8X{vtBcmHCC=#5^J5eMrZ1l z>3=$Im!_tWP5$=p=3hR4>NLt|u3(upGfS1aWmik}@>x`AdfKj)Mo+Vrqqc=eG>5g< z^<>B?Pfeq7entE8XPp7Fj_m7pNtNs6TD4R$E7tj)v!&6|Aj3YhW=pCW$1-bUrfrSS zR7y7TowhB;MVSgDFtvQcG(&za6_wO%@Jjv;61 zQP$3{7K@uI)kjY=GExWzg?072TaQ#8jXqme94NC=9G-}Bga)D5&0L32j|V&G(N7Qa^nCHC-^)Zw>}fSfg;gLG`2KTul1vc&RTX|hAbae zAUY7e2M*-(CjQ3k+Eh5^CZMZk*V!uy^{q^wE;%~gR)5;~9ghAf1-&I%N!OXT%f~(X z+g|fVv#YNQSLPUv+|s4BRn(3|}S&4;=rs=LqZ?&C#(f)87|AJO@0kixv-e8Ip8 z91u!bfZrv6v@UL#2fIUbAQO0^(-1G-Wv&I+)6v zq5uk1V6I!Bru&uM0VFs8>{Cd0;)1};eU>v*sXKs_kqOKIlwF^(s~CG3SuarlSdorv z0=dW=fZZrC(+I$6bd*4@%n~P2)p7__m9kSubur~e1>e}Sf?i71yjO*D#3O7KzN=%9 zMu1}dS}(zZr!gxkfNZBWC8&vAfZ2-Po8s_c?h~%-v(x3#QU&w-taYAUdhWDUHP6|= zcSGn+ck6tKtByl}KV3Tqc$QucF>yuXIF0k8c*ci99|?N3 zA3`OOpA$rT6=v6kxsIML*`-lnPxBnGNB_881AdLJCK}hW!XCcW4QDRw4qa8fl5$c` z1GCFIyEKmz7YdeLyT`t}W?Oz2-&3{xh)DG~JvGV(B0ne?9w2_iKz=n4Gk|_1Lie9HYnXv-9LSp5Xt@MT zBe=tq35O*T1I%Sap{;@xg2hOnB|rj>Rrj#QFed3da|A^M_~jG?ww)fEsYLqObWUSU z=m(+XVD3+{`O2!4r!eN~1aN`hU#Q(ZV_|MmbMzK7<1DCEBY6_=1kz4i2rxoXr<&J| zlDR7Vo^NFK4D1=$-MDJ^E#^sU+T61X54(09*mtXW|EZzI4fmE%#NDHJ&VU9m2dC>( zqvLm=VA~mR&?lo7KzQ65s9N=d&w?GC817BFDcc&uEvL|l_41U3=gfU4YNL~kJkA9h z2nf#|cVo@RS+_NSZZ~&NwK988b=1Psw5A|k z;~v}X6sS3jse1JMs3mXQbrR>1DMzb7m-wthM+S*jdtslp^u9V)s+THZR_&6?14MVd zgiZ=g8Kzk!u|D9s?cXbiRxkYSHTQvd2g!fdx>J+w;dhz)upc__W=~F*r%%<~R{aG# zs!c!YuF9R90mThG5mxh=d(XY)blkPp#@+bT3q zb!N(Ovzq*I^ZI_vNV)E|fxH~5)Ew(nX&f)Av-eC}RX(p8Jz1ZvSbz(z6mDv?R&hHy z7fJwjU_fu0xohY1vc6n%Sks6$VmU`MTX z#^b}3b?j1g+;UqTp>PFk^`q{^H6U(AEtwi#^H$AN%cC`gUglQ7ZJ(KrjNU3P4~Kk0 z%v}Xk4>$vosQ}-(t7~?7yo_DrDG*J-Id02LRaROi94ns(z7S&9Z9{UxqI7U8^Bm$1 z4aki^t+7k4&S?Z>>8@!;>(8cudPlKc5B?aD!*2*bXAGBmVlGinE*N&lT;gP+k*^zb ziG}0?cuptkDagzo)v}O!lJSe_dS)?u2~xdF#(c8gqKt*)yfJ4i=D@p3lh2q;Ak;bs z-a$6;3gq%&LV;({n=M_1Y8sMxVmx#H-Ry5whdw8}v{YTGrtkE>zT zB=ILjdIKs|VL{Q%CFP(;>FYg?m)ze3%$a~?WQ}FEuFDjv&Kko?S=aAK70;Oi0|Vy4 zfgp2t?fIz+$u2C9UdJ@DJGMToZoDlvbR5PkekVC}+i+3II)-j8p&&eC_fv>Qb`hQv ze7+hbA3tmG@-6)J8g2@B#Z6(>T~4~m`sIW@i@1$e zz}0M|243a9U|@RI%?(ycQzNQ$@TXAfzv7o@TwR>O01gZi;w#QUJm?g|y?Hke3LOjx zS@irHpI-R&AGWlfMFj9G=!&slpB|DP#MZ`At zJ2O*YY7TOrMj(y<5rav@4;VSE@@oS$kcv49-bwX z#7fK{fWr4AEprEWIejKLI@r%)!_6%nNz;k=b!@u&X;(Bep+< zpTplKT+j!ds8eE&f(HD&zA#W?>bc~O=aRSiJz~EO$=#&W)FsmNPcS>bGaA zY8!z_zvmk3ur)Ks>n7$k*CVj}Y7XEf<4jjTbfg+(kc-|_?#;MqHm1MFRR4 zNpy(e=8GV-IFstmFlwAD7P*@#7V)B}IfHm^FBZ?tlq&j7q)Gu4*>6S8pJEXlj$Bg0 zZhqJ9J$v`vwEyN?ZY{JQIy`jb=&{nsC??;t4OwKji_B%-huE*svkjz%g-!RrdAB zwsEtt2P~gd*ZXBz_c+l#tZ3SxDzPcTe$Au%9YNZ|qnv;KAD>z0A^eE+*!H z@h5ZkX3WAw5#lCXjcPmQA3_pm%wa|rQ=Fx9sWHZ<1zQ-y_B)XafHVcX>!zlhaW_3p z#JY<03YepAx@3<#gk|s$#_S)*H}<=Ec@Hjbnw-_9?k8xKtL1vJ_=ia1tidIb%mN|e zXJm2BCL1pi{2SZsfD5a?8YO`Ee|!$m&;|tNFx@BkL-Qs8Dif)NG&(%l_~~F-#nMI| ze+5LqC>ejAG=g-6?EA}Ovmw79G%DF$!VHs21=|`k$WVBDrK)D?fFE$SR)%cjbm=Tt zb-&ukdmN0$8DSt)$10%h!NtQq98!dtk$|P42^OWzWez5?jjrW-GoE}&rv|Vz%uWU5Od9qEl7#5k!~`(C7f9xG z;F8Fa-tc}#jnxX1!jMUm!|myB!zVvMgKcq>WQ=xTGHvBOC8)Y7@I~U z8d~s^!Uyrde#4#!J*Scz6Z1g2_C95R90J)imm*=V(Xf)|vD78KgGyau@1`5CJxV@0 z(MBA?1SACqF}_@dsKuj~G`kZb)XCU(h{7S~QV?mnX|4pzf(rl@35rDn)5V9D<$+X^Ay>|;VK6`KkK&=X-F_Qx_7C&& zc3fO$SQ`ZpUS_CG)(0&$w?Du{ALQj{dHD!0ALHd$cnP~xo`m2bvGIHO$<`p3OsDc~ zMl#=$Tb)bgjC_6+uVQ}zoyf&GM*IlzY;QqyX&4hr5Nx<2)=%4DRcUF^G^vCbk68<^ zgG5Yb%_c6on#wb3&o91Tbbr<)d1;imOWTj8h7LC1FK z`FOy*FyA%6-EOIllmm!`IM*+UcL~ThPS_gop&;+XuGOn>xD4zHR)O7m5!fAO=NGwK z@*KXLZkh%*cVEkbG(j)}IF+p#K)Ulq1Mybm(5O-}(JydICS!Enj=*vm?3=2C?Ks&| z8n8L?2>BfYVe=Tczv?z%-r6(>y9oVW1}9ljK2(_Ihgw!bOr%@RV6Bvf@BT zJ4g%uh;;B3dXVkEKGK7!B|S(|;12v86PGw%BjZBs4>Gu8V~5qC#qL3}Mj=AW>0Se! z+9U@aI9sZeDZQFE%W*9P$OIsu2EP)z9N=+UHo6+@Z7nH@kqfLGe?$1mZeI3h3GT)` zYQJ^Spv9>>|^J!h(xl{wW7Et+-MD}1v?OAR#Z;N!BxkB;bSjw<_72$JG5Auyj zn9e1y@gdFrG~#^7N|u`n2kVJj1+ZDBipAR_mDsv+C4%%zh%)wxKs@_H?=KZ_&M)H`Vg`K)erg1EU<2|3sEU6Gp5;ENx-(p)IuCIg~8ZLMi^VLIs*LX zX?cWu8?BFUZ@1cEi3KYpJa^C%3HQ~sM#6m!Es}6wORFT@JFRv0JFPW^_14NIF2V8%Id{|g2{Api zfWp03!3qlZ8(`Z6ODLqck=9U%>7zvy?)|WNf>jjW4A3$PF*|7;h5IgANa4PlR#Ld{ zp`{e=dlhNxN9}DGr_ynZn5@LuIzhJ*Oe5vd9T1;T!3+W_=uT=)O>+t{Wr_)=EC?#N zqtlvVOvAmNtPSW!Fq;E{lWHp_H9SEr^bB2q{GrFox_3UH&-%%dktCE-o@YWY(L=i) z>BBlEb$Mv_BcLig^(#$2$cF)EC-U9Ep!X4}TTl{OHK=(t#q_vO=gnlOkMzY+t@jkt zoB^%rX*mk%>=Q6-uIx6=+sz)2C?#1P$+)L$78k^R%OsIT@4f5L4)PSI#JzepNMP5jOx#tr|E0 zW~A7B=2}T_CA_Zk#F#Jdb@`W1?AO?KaU>#aL?@7cL`H+Cq&M_~4YCFj(80J>w< z+lhvI!^W{H-Yx_jB2&rcT^rp+kC{Ui<~wNmgA1O%H5)BikYUQdbjzy3(6& z>7?$J-Vf-mV%7MkGxfd!KzPu^YufziqF@oen8yp0due3EwZis(8$9KJYeqL6I7w!_dX_AGiOtO=$K|Qsy1;z% z;Akc$TVdJ!$~i->Y3D5p-8zw)GX@jL!>G3*kN4KwAsiMiC%)39u2LZW>K*m$SPCgV zE9Ixg6Jx2#?9)l-l~R5O-h7Q^qNXY2-y^ZB7g$!dzGg1DxE7iy5K=%Igz~Bz>TBw& zDXt)48OBpYHix)kvbw*4ulQbn0n6}h&~oXludA;|$$8}au-0}Vs4!2@{#rP*!^eb9 z)dI7t>_0;PyX%^uLPozCRIo4u(Yx0)rN!z!GsTt9Spr-h_^faGLZHcorWZhKL(@AS z06RdnSGD=VDX=jie5TIiGN~DFpG6}ycl_gQPM(rVped{pLZJwq>83|(RM~+3qi_e@ zR%Wap^T$as$TOw__cHe9dHDh_U*zRWyl_f2Lq7@NI-&nC9w-`&{&Vk^Pp-kQ-5}As zM#6a!A8tb|)3ztq8yoQ6K)Mad##Pa+*~&YjfIUo!FL45y!(#vhoMpTph9IAHLRb_%>z z;+n*pj583KK~jMZ(LEK&wa+$noSPpc06;Hs`ry0Sf6O+EonE7_sRx4XSVV;(_!K)5 z85KeR`1uf2TK1o^aF>^7cp;6t+&0MOw&h1yv_@PV$-I$Ib{dV1D^*~Wb@cy;r5P6F z^?E!2JsEXk=3VGh;^kyLwUD?3fyp=+_KcfL4q`fT4Cd3-BS@dDLlI3zZJ5)00!WG} z@ODQ$4~#IrTWHD&`YF&&skflai}f63MRVz5tL)CX0qo5S;7c#KDRiU#Cy3RP8|JR|_soAEG{lD3d%pb=Ck#-IoPV= zxeM_v_~qtXf&X)Jt@zJQrZ*yI;PIBh#F@v>oIg{kqWdSHFL=95pvx)E3=r{C@2U_) zZT35q6s)T5d=7}4(JGrQ!kGjbh0cvARq27tu!kMD)xw5>2+@*3#n=j(qGkxzXXpS! zJzT4iDnVOrTMdXA%6L#rb=>5H{g09o#OVx_wV~)E27k+pDb;#~Tk^9U)6MuQA)}c~ z5pO{%YjgsW;g?*Wyl&}a2|kaFE%63_GPWFOK~0HCa4xk{Oi~)_35%t!%~gXok0-!z zip5W}Zp;wO!E2hPYnUpAy6{E33IH$6$w0n}vi}81^tdc1WCaa{UM?1Y8#&o?NVkr?n19u-X~JZjLRQv}T>&wA%t6KDhyU^~kXf>6NP6TJ%5seI)UO z{_R*u8XMwJ=_gyZx~#IZ0hcEd;9UW4J)XOm@YNEr9H)k3pK*Bk$zK06EWsV~$%~j& z*Z6vaK7h$A@)lt|t-@XxRy$X&FR<=h%cx$~xN&LC1#38w_19M+#8RJ+_l;yPT*fx( z8~y3$S%NoTo0eDhj7}75BtDQvej9zmmPp@h!h_bUob!5T%m{T%1@UMs(-v<-&@o?T zwS$gYjn~P`tnkDv)b}o4f$;?cRa&y#v6E zLO94&2*D>{?z(Aa|BpdyjKwd27R+o1vFJ8cORu>+u677Jx{IsX!AlD1y* z2mcBHyVBr{t=K5^Pyf<}QAdpG)MD=Tq6f=uWfKL=mTRH??*O5Hk2FskZ28TT@0JYN z3d;%r@9C2eI$Hu|J-s1gE(9r>C_uuhbwVg>^-To<2XST~S9 zB|f-^Gw=<#%q5+?(tCSDW9&z60JTWf@e~vexfy^V19s}^F;JpsI_pp>oJ(!MjD3tD z(5ZZjje-GpVxVfVa69g^*{|>n680WI4>3~99$Gqtp&A$4lYPpC?{Y{iFUNo z2ox!Gbe}dnfldMi?tW=O31K#96v~0z0CqztnBE9PSq!x!bW9Ul)Aa;jN2^i_ndjA7 z6^1;bv=WqW_K4Lp%~c`(E_vE%&16ZfMG3j zT-P%Sxj`OCN@4XWxl&YW;fqx?s#A(+7s#uHE9Oz0xxv0xpxn^ z@4aB}3wL#w<`wVd4R0ch;^)g6jxS{4(UxuCMANEHx8enqi<*Q*23^WBE2R;uV#d8w z#1c${Uc`Gz*VA?4(BY#eM9#8o55&I&lM0$k_&zR|ICSW6*fk#SJtClBt+tBEy^JbH z8IDRsi48iJ)RcrYO}AgbDIf%Tp!n?}*5!Z`z=Q;`8gBLS@w`HC?h_kNaf*2m8z1}# z07*~0AOP|^EmkyJ=>fflwb)zfwB?6f%8l1bgX9bCXqL>sB_a++KGcoTxgwDEn^J=V zCK878?fJhIuAAH9O?cs=HTv}kkJCPf%11DI(z#(W8N(Xtf zw*4uUL5Bo@;1g9bYFD&2iE+6c(D_Z3q=|SM(F#v6YY<2evTDo0{)$Z69l?Z!aVixGZ=JSGlLYt z!}56AU$&MNC$j`!;0eU!rTum#u*}W-3md=)J^xXFUsfE6#e}PV4!rBhsJ|XyyFJ;q zw+1xH0GI#bGz>H8UIq9n?BHM->5fH*LcuHK<*z^-)S&M@qdQN*DFrYJriB1P)3mVv z9d0I|njwE;*Sd(-T6n3|NyrXEu71=KAQQIbMYxDG3d@;-bwHX)#cQ zftJ12pTL^3GC37=Q1B1~Xs!|iuysW-0@FdNV-4X ze2E1?Ng7paNJ^2*IQ?DbsA=$Yy)#P=~u0D2qb-A@_S>j=!X~ByW z{QM*i3hQ2(x}vTkB?4|%XR7y3vX1-*qBYyuTRq@i8tQ~d2VD#;C3}uZ$YZwuiywT6##$G>gm;|62Qop{;K83D;>nMk52N%=WF3t9Aq9Ul zK>yT`_MjVB7UtU=%;++twS^GrC8MJ$f(-xuj{vGJN?(JL8C(fyDK4YaK~79sV#lG= zL-U?PFhB~oEND7YqxrECNTtCs4Wf(4=y_>0owSEZr%KaQQ3^mjqUge^UuiBk0dH9T z^TX~E!0j{l?b{bBkqm=NrJ+~niXa6f!t8D~>a?!~xI98g#4nL(Z-POc!OAeW4c~zC z29Yb+%Iis?K<1Qyp{k&2`iw~Ww95J@+7-Bj%9PK(@S%=F^xc6@y$xwX9G*M9IEsnE z!b;GlJ3_$6W4QYOClnSo*ILM~75wOlMRp-DHc{A&hl?n|g7C%^#c3#?>-WzKbnq&I ze!)IY`xxkXsQ%D_1O2-n(cBoh-{TIxY z-LCZ>2vwIg0@SN>(@IQxyvJE!Cmv{}N`XC$>u~QhHZ2wEf@aml#|DLqGBOE8eh@~$ zOp%Us1SR4giaEcIgub0XMvTv8li38`R8+$vQ7pchwG$A>782XXW@R!-6srvr6P{Qr zNAxjZT5nI#vkWZ2lTRj}NczIHCjlIwu|ZYO8zOR})1Ta&!NI3;0BGwz(A882Ak#HH zm;lY4A*;2X0m>hQIssDZm}1MB!8sHx=KD}SFyONQCFbZnXacURNx_3e$;L%^oRI9g zb*wCCSJ5azJ6ch%B~9ThcqfOQ6CIjS)CT%iqxX56 zgnUJdNGbrm2$=?@D%*(cE~e%y%G*N zB{Bv;);Hn{yPFq|hq#N7PJbI)qO~Vz3k;bs{tegyx06efTmxOOj%BpHmcli`gfKmX zpR)s(fb`e|_CGxxY@(MM%C(8;Xc`=90Hq?_AI?A@DX^W*Q;$aEQvCZ^bv^ewja+Jp zN}5g;gCS%mlTRwC?d~a?qy`5>#r zo`Akbvl4`7B*QBBe|&}yQM^k%F4f{p7nlASF{RE9KbL&yIRh4-(Og&_ zCx^pd4=#`;n@}f0KMU!%k>Z<$WHk$Y0^FM<%dr*yBEFWkVgO`PP;aMc0L0VFN7zsn zDx&!2`HUG9TLOGB{By}i0E$1yJVmE#8G)Brn|(Oajm;QU@)oVo7+Pgrg04J)05ooi z;K+~|1YR&~6P^J~cuT{|N_2-#Nl~6<-$ExXi|I=VP{+m@XxT186KgKTj)$8kgniu~ zz3mjDJS2+TRmBo_m)OUhAm(5XqDzIQPdU~!yjsoF?dvdJ&D}`9?mx$da<7;W4YZuh zz7EVe&l$sgzE*OyjM(545C{MQ(acHoG6+0EBTy@&w15Nw_2Y9Qx!DqKfzKUZ;sBXM zbjYFLPU$034?^e>K8Y!6cC8O4BSr$B;bWfL}`KZwAeO0=t35xiE_Fw@GS{^ z(;bgFI4Ir)%+!AIvUr*vEym?v8H$~7E zmJKc!RUj{|udA0bZ>iXZ??mMp2!)u6j^mcN8sk#^`&tPvPh6$E6PXiEGY0P%`eIUqXGVCqd~)NWJ7jKVJe!3sz_AJT?DJ03|AXxMpeakBT!Y(6{CXJZzz%As7~sUY1xw&p zKzG{qr)U%Gt~fP&U^^2t0>aePra`n5f|1^ZZWzsUA21*4@r`Wu^&+~PMlxPBzuzU1 z+9FC4!|tcg+|&C=Xbs4=$EUbA*EnX;>3Rg=p66*U+@*}x<89VaO$}!b2w0 zyU}s7aU%--hZqXIIl7K{Jrbf&ok185ttVoH=6bZ7c3bRD?8CkvrP#E)j+9JO{J&wz zdAy{)K7~~4jmFj&P=2h7*}d$Gz4$q#vOynj@V1TAw-lnki7J+QTuy~MLv3WxR7Gyz z|Jm=HG*+0#jw@C!a0UwX-SoY$DDKtb?@l)SYsd?0841UNFx84s0_v+5`H%5 zl67#nU|^%xx?~Mvug1Cn--Mg9TM+PfJ+O!oZtx|5g)ju5+XdUT203h@8ZD857iJ{Eb=JInb;0k^cU$rgf zATrHEJI|1ov308RN zGmn9f*fQT{I&+Gt=kze;MGLv7nt>)a}p=Y71D<(+xVYe_zAiOMXt&1EkULfRTn z1Q615gr~`fPwigQ2bX1c9`KDmVA54O9Tj>+EmV1^PO0_g$j~LR>G{Kv^#aU#IE)I! zot{QoP`aDU$7TVM0DlgD{zf^%Kk6h?jl3iJs1StE0XM&B6TpxRBQ0dNdkLLQoJwMX zbPCz#_#kW{Fom{9=K)Y98yR|B4tB)`!~pMP{)P1MQ%CQ9E;;yI^5ApE;7)ij`x@dS z5>8GETg05Qfe!dZZbot!54GCDkh|>O4vkN;@OoA+jTbtEP$Y(T=zX3NRQgGGTe%Oy z{>)OYQLWgwpn-*an6|JQ+C23W*jZJM%Lj!P`X$9^*}@;VmFZ!1>ma7k24B91YigFh z)|-3j7!rPyQ}&gpTmpV|)5(qC-0+Tn1NaQaSYWB)Ny0`aWUoa0WJ?)I;~V)5x5)C8 zWooMJP;n=X6zz=1UfB3%F5TJ8s+Zo0F${b@tRR5{s17ErD5-;CK-E|%#|npaGoHy| zh0Pj#zHXQ^3`ijOJDE7M;Y?n5SWmLAjc}NJHr;s3nn^O=1EH_%wioVK0yyt+9cY z@T(5f&V(ks;L)A;&DXpTP10b-w%9`DeWZafLj0enftt>X!5ZJfNX@g#^zy`Jr3Xz3 zW@2>eYx-8Jk9zvjpvh#GM?BlfK|MTIMO)r`HP!thm3TXSvIdHz(#CN^}a-3?BrGh$_GdOzeu7}|-w$nE*$^ zv5MNUs{c6^mRb3p?ycQ)m=WlolFx#J$>P2@NIufDS`nP!5(@8;lTvz?WZc`+6^(<2 zXV7gv3F_bHOr3|{Bz%g;rkeYSdG|l?wuwj&AM{aY8%!jX#K{Ug^ehze233!5Vq$gE zuz}BlEaIA4d-j;Sckk}sv!{PA{>-g=_Ut~~R9h|?KcYV zT@Q9m-3PEaVwFGIxA@AdRqK2nI5N-j@O~R}0ny~wiR2+_$8u4_e6$v0SzX&R zU%k>ds9_#Li6AWwnQaH@2Rz%GFWm*i9{|yja%sGZbI{78zWoZP0!b#Sn1Tx}>`+>r z0&QxCM$MFZNTMGarCW3{x2kyuCLysV7hqE1TSnkGIq^;?Rx_Hh>YuA;dB?*A^%LE1 z?|eN~hVOp(Lcw-H1XondEPdyg*;nrb0`U-(ud(TQBZ~O!5$;CdWhnB3TljGLb7BWg zU?4zIeqk{T^?bZ3{dJ%y&kXsuERwl06Dn3I&xuRmokiywape+m@4|P1JC_iH*>@zH zPNM)`&`e9*oA%AvK7tycpS`AiGxqYYMsk}j?3xgc$cDSDD$VD{OE<)1i<8%5Y?$tUyPna9hZC>0zE?7Is9rHJe! zh6g}oU`KkpMHbDhgBj$PF%T3bCn*n@J@;QYU9V3c*twIZMdBnKIdm6C?d{ylBYAj? z?@s;A0FMjX>OFheMC@Re*V4p+z#w2__BtyPejo+?luN0?F`VIrx5xBxdQDtn*jMsX zUDzDm@&{C0cTYDEqkIi-ZN1%bv?uX{gZ`&CdbFZ{fL>4RV6`3=6Lls=G!x)TW);Je zU1QafS?U|<>lv$#n4^8FZ_h6HG~T^yR}=2_5T@?Zo^xeYKYjbYh#A)km=oD|_XPvY zx5;m^9c&CRrLNPI)wD_X zRB%QDhTa$qJevgC&){?6rbRe#!e>}U{Kdm+K>XoI8~6b%et=abxkvFe9c=*9d;@%s zW;Y1o7qKlk*MUH0Ka2o~CFr)nYZafM`}Q!8QGs?3w&GA%^1N%Iaf`4`74lI$V%bL^ zuLlzsX|mOt6aot4r8EW;|uKJXrGQt$P#qh%T*9Tp3A7F zrHs7*=P+I`e1yHQ0l9)noz8wEOFjg8f&?@;7sis_2)|r1q`@X$>smFR2;mQ0TDM7> z^T%w?S9w`(xH@FGU_e3psbcYy0gUUHxkp zDQWwcS(}gZ@+Z7-BeGoO#I-(Uni}etD$i-J{^{Z2Q>S{9^y*J0S#KJi!T4|rYB{{i zCgfD_zGj!NpWwUC@gj@wWj=j|mw)2ro4kCB7qD^?HY`|hAOM`d)v67gk_#0h`a!o_ zcoEMLtN7Hx%RyeGO|s4Ucjh532iEX~@bbC-+t={&_k6pVPt@hMsTFH);f1P=_I5t) zFaz!=9&FcUhd|FYrIXoVL!kN_geNty!;9ihkHGF66wJ< zyf}gs&S^YgleZ(^y1qNt+P*4x6^<;BZ6B|>EJEbTrSP9Lc*TD%E&rL^zWj#V`dmk@ zGuMJ^CbuS+WBPm>p0?)N^0y;?d%i!n5%*Pa2rU>51@aGL4IzoQJ3NL5FwG6R(M#hM z)CxC)uEa#f)4nP;veotUHl>V>V96?;e}jWP$j_pR4!nZlyGyB!nCQLfQX0khOeXD4 z2H#4pKwQYdgQRJg_lU)#ia==yZ;MS5DkxwUM;7d>r)+?$cgOLgrDt$0sf|qAe(My+F zmH|b9E)R6R8}KOk{Xb|F82P^$8VQ3TNJ67HBgh9}NkFt;$=4yO77#pv7heb##e56^ z36%i=YWx`jAk-a`z>CC+BD(+wKV$C^t`|U4AB6<$NiG<|`utKz0H73&v%>bHkYF^NrKGK3vMW2i^a2iWIwdZxo(DP-x~W9Ys@mR!xD`{ zIC|n4_L2xoQXN8TtubO2t6Xhb@EgLqC(^aPbhLs(@EK~l>U zju>gKxU6HNR07ruo!S2 zHx)6ltkUoh#*f&%p*Qp!96~LeSRN*(W~hehuet-C0e8}tJz^71IEh04EvTJglg|}H z3lEdl4=!QgU+S3#~{^#JsVKUnDJ!hiNq7h zCyXajPo$s7jAiAR&K&e4*3M@e8|#^ihU%2-x&>n*yO5gC!YA-%_ylf&UDT(wT~s}H z5fgMit9=1e)1ZhS`g+6glG)7#c^#X~wrfouZ;K=Yk8L*>c{f?H&*KjC3w~PF0}4U5 zG)q|v=+kB?*A_8Zr-~)`qneE{BE6H51#KOZz6ao)!I#f+2FA8Z?0^0^U;)Yj;o7c@ zD$p)il5&1#8;Dq<;EfoAr+|deo8X*bM6w)_aY9xLt<+eET_so(^q&0&&XRuio45#p z19h!T1>PCzx=JY=u{;Z+Yzikpg9NQr-BzCcWAP9mcNIlL0856>uM&9dDTD)hxADYq=)S@tRw|tey7(F;pY94>LXC2GU_AJ7&j~JaO|`EsA>M3Lma@&w-(`{ zjg9NC*oykdv)rgesvt~fL~-vEKTGA^Q_gJ^EV z2JnY9tn{H!7HVrWGm$=!F;o|0iI&m=U zSPij)kDlPG^XSFPS(}|%$jiA=hd5L0DfT!4%5A|B+GI4ioztZv&K0jff1IZi&cdC% z9uv+wx8pu)TclyD z*&TiC4s=C3IwPBcOYTg222YtZXdF1;-iRGJ-sHcPGw8r3YuHa9uTg#!{Uc)HpF{h^ z*x57&PFqS9GFDdGlP)9+EqL~iT+XTQm-A_oIAmELx}5h8U2aoPD4tG}EVQeOa_n*v zXVR=w>v76T2iA-YxUW`MtBts?QP-$VxUW?&QJZn^RM)EOa9^jMRM#sLd8}7kR2O2d zQm<26)i%UzP}|iG#9XbqRS)hP?@Xv(b;IKcb%S-yLaMOIdWpIbEX}VWUQVJ>{Sv>q zx&|==Je$UkDdV&n>$(M=QL|I+95--A%@4?FHOayjYeS(6?UgfY(Dtq9i){$MUfrbj zKMrCL=hQrrk8xPOm& zqbjQje0hhOR29S=Qd6pm`(ag6)3^_*Gs?#O$T&T`!qp$r9#v1P8Fdy<$3z49oI3w_ zu5hQCRSl%POI=WNxF1*Z>Q%VERJ~fg2KSe#H>vMakKwBm>doqL^;$gL{RAkz!Z231 zAGCJ>Ivc%*MnE59+L|Nqgl|@;VWt@Zw(sjgA8I)OYBk@w>R4>C1>lFKPuvGUahgXl z2w_(GL%b&AK>qH*nrK4;Lghh=f*|45gvXl8*}6`ssE4cLr^_bn@*$>%%Ds4muiV5(_>4XK@LsUtRRscc^c|YI=Y1 zy8A`M5d<5*VvlIkB^d22H*Y|d2xOfUzQhpW5ronEF$0>2W_R5({lJ~Oo-gYfTb{Sq zV!Hs&GX93}a~{J5XHZbohm9zOdvZ<56&hWL;YmRd=+#>$aAW~ai(n{ER%@|MuI=9U zt0dGR*VU404G#WJ6xYggC-lP-#dVVJdWpG8Qf?4}I5T`o%aY)_9LGjqE%GY2O{mF3 zvWa)|W2JJ%dv3wxyblWPZkv`$JJcL>^A1dx4(St!I-JS!bch@USJ@Y_61jO?2oJmH}S$w;z_>Nd$%q2!}?KI?za-+X{&;rjvSI)PN@V($MD zOt`xeP#MHSJ+TNN!SPW5f(b0}bO=K&eVlFt>y=0t;4zW1Z>gtwj12e&niSZE%!2uT zw|4*ITdRoXnrE=$*9s1S>9dsD$CQ^~B}OH|s|l5krNcZvPv~WhiAi5L01Kb7gFE!< zZE%CMP7BH{gADQHAvL=Uo)FYkbcUYyniq`bmqXb+PVZhW+j^jTH1`5)&Ls4w@Bv*6 zIn;2CqcSh6mxZVdhg46`_VhM;a*O5X<#ogEU3>OXf!RlsJzXzrA_u(u@Ba4lU#5_| zn+gdAnW$8FvOOUg60~s6N7i>k5yp#ca-DS3%S@QKTlVd}Y2QuzLp*#meh?wSVCVw5!d_?3Q(Pz{nvRB3!pO;t zY}L|!d=W$RJYC3hQ@@VsX1@Wm(FTtqVgC>>q}2tB*>6G6M+~Xa=_TwUe*H$`gmye6 z*6>WJHG&U3&q@9aljbg29xzSyoWB7NvIu}-j~NXX3y`=d8}OVldk3)qXF4p^$evG? z#!#(9BM|iRak*|@vM>B-T zefXYJN2xr3DX)_vU-JfH-5Zvy56vr-cYNq=LG2|Q

                                          # 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/env/lib/python3.8/site-packages/pkg_resources/_vendor/pyparsing.py b/env/lib/python3.8/site-packages/pkg_resources/_vendor/pyparsing.py
new file mode 100644
index 000000000..cf75e1e5f
--- /dev/null
+++ b/env/lib/python3.8/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
+         - explictly 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/env/lib/python3.8/site-packages/pkg_resources/extern/__init__.py b/env/lib/python3.8/site-packages/pkg_resources/extern/__init__.py new file mode 100644 index 000000000..fed592954 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c4e6d4d85da7b82e7d8138b5f99a273623fc475e GIT binary patch literal 2879 zcmZ`*-ESL35Z}FTJ0DG>j?c00uDk2D zHkTKi7hZVdJ$dZEw68q%UqFH~vu7uctDJp%dwa7xJ2Sue&HlKuQYCQx@#=Q>vkD=9 zT`<;T!4!f2ngsCil~>l?x>W*-n{Ppp>BoR-6F?s8{h9ePKEg7h}2xvyX* zX|}PQzm8Xa0;All+OimhbuKW6xd#+hbD78d12Um4j|Hr9Kw3VlvL$#1Y?-aVv%*%{ zIe1ptMYhJy!>lFt7JC~;mYEIO*Y)aSp0Z3l8048yT#OH@AzWXE5AQz=w{CqD4!DZL zJXYN>nTmv+OoW{zWl6dlX1PkTH179Do6pQboS6kcBvV~3o+pxrX{?6A$Rw#$(BTZ0 zZ12UpT!tNy4MLG+DoW!4ubbH~!6D9^H?WWQJ-Fou&=j;F5mB_TCfKtIJHJ-YLz_`% z9a%8qFaqY;&6dYsfLW>bqjG;WS67a;Xy0Q%(nLj3Js;^{_Ob+ur3Ve69<9>x#^Y0Qtk2}y z6lJCt_AR&(ZE_u&g7g4}8{{#<(K0Qcx)5JDQ3PMHM|hte>X zVLS`->`NI+Ttd^jCe0c(E_+D@=G2Mj1e&6kq|p;0)Yfo&CjRa+9bZ|nY)-I^#>_5^ z%rQvn@B)B911TDKM1QgOt$lmnDXe9Z-Bgyc3#aG6cXt9H0;8?*&99T)q2OUQRAJIF z#;RECaup6THth2-kyGnAtBVy-QS)>qkA+Gw3k){29j7C058_-`0qa7^=ZWeX#ME44 zxehwRejmZE9Ymsbc4Eo3SE^d{%jKxl9SvgD?s8dT6ad37f&S7<);b;ESn$%B(@yy; zfHe@uCb0_WoZ&Olv%Vs~e!K6E>xEl58)V-D|9KNiiE?^w;aw*Ce&L%wy+aEBC%_qn z6m*F4_Nros!W$(&lc!goz^y!H_52P|!G!!tC-iq}*vJ`wcMQ7+khQUbSUlsxM4}9P zNku9P`&k=5$0>tu%)*&ZPf%w9H2&)cfb8|(O6TrhpMeuYDfrW2A~^dzOfxY+egZ`> z4*#8D%8;cncIDtSMMIe(G)CDlL|hp8=dnnE3vY()ES1B4nI%(spg|)oLY7D+lAR$U zrQWPn#CdRcNhgSRU4@J_3>!s2OCzA6GVoF_mE?S1h)ie?*cYInJ#;`{)`BvdF5+UC z(P9G|#D?~A!8^$dLxFLs0F)V9gx3-}Z;F+7VUoNC4RO|iQY;$4uWEj)G_Wk{+0MV# z>o*c|Zi!Ri!sJALG~il>PC+0cX^$R3y1k^$nkC+YQSD$Zzzfm>ux!rTi@RKD3l7nq z?sE&|q{)0bzPbSWQ-W{o2KmqI26+N2gm@o1M%zrkS9*PM2TS|~Z%_5#p3}cbPIF>s zSFo$FKOr@d%3IPeU=zJ20ZERy4D0Di zi5{pf+5wRD^%_ozu)IbXAud4DFfU?7J4mz!CyS<5u(n4y`BO9$DS|k`>oscqH@>vs z?qkt6%8U)OjH|CeryvS=c+VH>_&kIHeFV&5&Og@p(Misir-Nx0&W;;N3h53BQOBc* zsSlWeX{N%s53pdP5O6Mes!meBS+m7EpjTIp=V&j^b10GG9E>lT>`%`nci~$}sScFX z^#x<6LVy%B4&d8t)>g10V9Hxe})YZIQb zfSjN^fw_m4l=GUeSC2tcN6d&CE{~owD`?kXOnis~XYED@cS@_j!0a+`0p74z H?>Y2;eK6qC literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-38.pyc b/env/lib/python3.8/site-packages/pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..721722750b2fb73994828b94e4c0f59aede685f2 GIT binary patch literal 320 zcmZ9I&q~8U5XN`&rwxVT3-|&#Y*s0V2N9pZi+bs$Y`fDYHpwnKn?iz5Aow7@Qm&r* z3WDGyDoAIUZ)b*&*&q8fpU)V@>+vej>HZj+{}EGjM~UYonrU9LB?I=%b)Z8X>G&<= zG<{&{Z%Trd}ppVOOZOkOut>!8g_$ zQ(_;F^*eJDS~tq)i_A?0Qmb0p*5{@cb|JP7U|oRlj@|($p+3m6SpPZ}*|o&N!yg4o vyWg!GplRF&P!5Dh8@-YzyyC|qM~uw2eR5M7-IQ?42?&SpN_fPB;e34q==WUY literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py b/env/lib/python3.8/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py new file mode 100644 index 000000000..fe80d28f4 --- /dev/null +++ b/env/lib/python3.8/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py @@ -0,0 +1,6 @@ +import setuptools +setuptools.setup( + name="my-test-package", + version="1.0", + zip_safe=True, +) diff --git a/env/lib/python3.8/site-packages/pluggy-1.5.0.dist-info/INSTALLER b/env/lib/python3.8/site-packages/pluggy-1.5.0.dist-info/INSTALLER new file mode 100644 index 000000000..a1b589e38 --- /dev/null +++ b/env/lib/python3.8/site-packages/pluggy-1.5.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/env/lib/python3.8/site-packages/pluggy-1.5.0.dist-info/LICENSE b/env/lib/python3.8/site-packages/pluggy-1.5.0.dist-info/LICENSE new file mode 100644 index 000000000..85f4dd63d --- /dev/null +++ b/env/lib/python3.8/site-packages/pluggy-1.5.0.dist-info/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015 holger krekel (rather uses bitbucket/hpk42) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/env/lib/python3.8/site-packages/pluggy-1.5.0.dist-info/METADATA b/env/lib/python3.8/site-packages/pluggy-1.5.0.dist-info/METADATA new file mode 100644 index 000000000..2d697b0d7 --- /dev/null +++ b/env/lib/python3.8/site-packages/pluggy-1.5.0.dist-info/METADATA @@ -0,0 +1,155 @@ +Metadata-Version: 2.1 +Name: pluggy +Version: 1.5.0 +Summary: plugin and hook calling mechanisms for python +Home-page: https://github.com/pytest-dev/pluggy +Author: Holger Krekel +Author-email: holger@merlinux.eu +License: MIT +Platform: unix +Platform: linux +Platform: osx +Platform: win32 +Classifier: Development Status :: 6 - Mature +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Operating System :: POSIX +Classifier: Operating System :: Microsoft :: Windows +Classifier: Operating System :: MacOS :: MacOS X +Classifier: Topic :: Software Development :: Testing +Classifier: Topic :: Software Development :: Libraries +Classifier: Topic :: Utilities +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +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 +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +License-File: LICENSE +Provides-Extra: dev +Requires-Dist: pre-commit ; extra == 'dev' +Requires-Dist: tox ; extra == 'dev' +Provides-Extra: testing +Requires-Dist: pytest ; extra == 'testing' +Requires-Dist: pytest-benchmark ; extra == 'testing' + +==================================================== +pluggy - A minimalist production ready plugin system +==================================================== + +|pypi| |conda-forge| |versions| |github-actions| |gitter| |black| |codecov| + +This is the core framework used by the `pytest`_, `tox`_, and `devpi`_ projects. + +Please `read the docs`_ to learn more! + +A definitive example +==================== +.. code-block:: python + + import pluggy + + hookspec = pluggy.HookspecMarker("myproject") + hookimpl = pluggy.HookimplMarker("myproject") + + + class MySpec: + """A hook specification namespace.""" + + @hookspec + def myhook(self, arg1, arg2): + """My special little hook that you can customize.""" + + + class Plugin_1: + """A hook implementation namespace.""" + + @hookimpl + def myhook(self, arg1, arg2): + print("inside Plugin_1.myhook()") + return arg1 + arg2 + + + class Plugin_2: + """A 2nd hook implementation namespace.""" + + @hookimpl + def myhook(self, arg1, arg2): + print("inside Plugin_2.myhook()") + return arg1 - arg2 + + + # create a manager and add the spec + pm = pluggy.PluginManager("myproject") + pm.add_hookspecs(MySpec) + + # register plugins + pm.register(Plugin_1()) + pm.register(Plugin_2()) + + # call our ``myhook`` hook + results = pm.hook.myhook(arg1=1, arg2=2) + print(results) + + +Running this directly gets us:: + + $ python docs/examples/toy-example.py + inside Plugin_2.myhook() + inside Plugin_1.myhook() + [-1, 3] + + +.. badges + +.. |pypi| image:: https://img.shields.io/pypi/v/pluggy.svg + :target: https://pypi.org/pypi/pluggy + +.. |versions| image:: https://img.shields.io/pypi/pyversions/pluggy.svg + :target: https://pypi.org/pypi/pluggy + +.. |github-actions| image:: https://github.com/pytest-dev/pluggy/workflows/main/badge.svg + :target: https://github.com/pytest-dev/pluggy/actions + +.. |conda-forge| image:: https://img.shields.io/conda/vn/conda-forge/pluggy.svg + :target: https://anaconda.org/conda-forge/pytest + +.. |gitter| image:: https://badges.gitter.im/pytest-dev/pluggy.svg + :alt: Join the chat at https://gitter.im/pytest-dev/pluggy + :target: https://gitter.im/pytest-dev/pluggy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge + +.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg + :target: https://github.com/ambv/black + +.. |codecov| image:: https://codecov.io/gh/pytest-dev/pluggy/branch/master/graph/badge.svg + :target: https://codecov.io/gh/pytest-dev/pluggy + :alt: Code coverage Status + +.. links +.. _pytest: + http://pytest.org +.. _tox: + https://tox.readthedocs.org +.. _devpi: + http://doc.devpi.net +.. _read the docs: + https://pluggy.readthedocs.io/en/latest/ + + +Support pluggy +-------------- + +`Open Collective`_ is an online funding platform for open and transparent communities. +It provides tools to raise money and share your finances in full transparency. + +It is the platform of choice for individuals and companies that want to make one-time or +monthly donations directly to the project. + +``pluggy`` is part of the ``pytest-dev`` project, see more details in the `pytest collective`_. + +.. _Open Collective: https://opencollective.com +.. _pytest collective: https://opencollective.com/pytest diff --git a/env/lib/python3.8/site-packages/pluggy-1.5.0.dist-info/RECORD b/env/lib/python3.8/site-packages/pluggy-1.5.0.dist-info/RECORD new file mode 100644 index 000000000..05783265e --- /dev/null +++ b/env/lib/python3.8/site-packages/pluggy-1.5.0.dist-info/RECORD @@ -0,0 +1,23 @@ +pluggy-1.5.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pluggy-1.5.0.dist-info/LICENSE,sha256=1rZebCE6XQtXeRHTTW5ZSbn1nXbCOMUHGi8_wWz7JgY,1110 +pluggy-1.5.0.dist-info/METADATA,sha256=6JeHn3o9P9iqwK20MgVHdoqxick1SS3SORb65Iyb-Fw,4812 +pluggy-1.5.0.dist-info/RECORD,, +pluggy-1.5.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92 +pluggy-1.5.0.dist-info/top_level.txt,sha256=xKSCRhai-v9MckvMuWqNz16c1tbsmOggoMSwTgcpYHE,7 +pluggy/__init__.py,sha256=U8qtIRmmr0SRdbxAF8VJJs01jMUYgKAc9oAjYYCLgz4,980 +pluggy/__pycache__/__init__.cpython-38.pyc,, +pluggy/__pycache__/_callers.cpython-38.pyc,, +pluggy/__pycache__/_hooks.cpython-38.pyc,, +pluggy/__pycache__/_manager.cpython-38.pyc,, +pluggy/__pycache__/_result.cpython-38.pyc,, +pluggy/__pycache__/_tracing.cpython-38.pyc,, +pluggy/__pycache__/_version.cpython-38.pyc,, +pluggy/__pycache__/_warnings.cpython-38.pyc,, +pluggy/_callers.py,sha256=8k8i3GVBT_gtccCPFpN8Ww0towWSnSazrl0vbP9UXSY,7316 +pluggy/_hooks.py,sha256=m-3qVLDdn4S9y3pffLOpMQeDI4PDw8hrATK1SC8rQkU,25108 +pluggy/_manager.py,sha256=ylIDFwrUP_mMAGpdRPj9zwxukG7nWJAfY1yylXyXAMo,20265 +pluggy/_result.py,sha256=eEak-7Ie88bRkylsgbLwB6iMogogIMZheq8W3bImmcs,2849 +pluggy/_tracing.py,sha256=kSBr25F_rNklV2QhLD6h1jx6Z1kcKDRbuYvF5jv35pU,2089 +pluggy/_version.py,sha256=OYzqgMEgfFG0au4hzbEdgYI-c7Hxo3wdBtrpEjK1RoY,411 +pluggy/_warnings.py,sha256=td0AvZBpfamriCC3OqsLwxMh-SzAMjfjmc58T5vP3lw,828 +pluggy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 diff --git a/env/lib/python3.8/site-packages/pluggy-1.5.0.dist-info/WHEEL b/env/lib/python3.8/site-packages/pluggy-1.5.0.dist-info/WHEEL new file mode 100644 index 000000000..bab98d675 --- /dev/null +++ b/env/lib/python3.8/site-packages/pluggy-1.5.0.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.43.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/env/lib/python3.8/site-packages/pluggy-1.5.0.dist-info/top_level.txt b/env/lib/python3.8/site-packages/pluggy-1.5.0.dist-info/top_level.txt new file mode 100644 index 000000000..11bdb5c1f --- /dev/null +++ b/env/lib/python3.8/site-packages/pluggy-1.5.0.dist-info/top_level.txt @@ -0,0 +1 @@ +pluggy diff --git a/env/lib/python3.8/site-packages/pluggy/__init__.py b/env/lib/python3.8/site-packages/pluggy/__init__.py new file mode 100644 index 000000000..36ce16806 --- /dev/null +++ b/env/lib/python3.8/site-packages/pluggy/__init__.py @@ -0,0 +1,37 @@ +try: + from ._version import version as __version__ +except ImportError: + # broken installation, we don't even try + # unknown only works because we do poor mans version compare + __version__ = "unknown" + +__all__ = [ + "__version__", + "PluginManager", + "PluginValidationError", + "HookCaller", + "HookCallError", + "HookspecOpts", + "HookimplOpts", + "HookImpl", + "HookRelay", + "HookspecMarker", + "HookimplMarker", + "Result", + "PluggyWarning", + "PluggyTeardownRaisedWarning", +] + +from ._hooks import HookCaller +from ._hooks import HookImpl +from ._hooks import HookimplMarker +from ._hooks import HookimplOpts +from ._hooks import HookRelay +from ._hooks import HookspecMarker +from ._hooks import HookspecOpts +from ._manager import PluginManager +from ._manager import PluginValidationError +from ._result import HookCallError +from ._result import Result +from ._warnings import PluggyTeardownRaisedWarning +from ._warnings import PluggyWarning diff --git a/env/lib/python3.8/site-packages/pluggy/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pluggy/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bbe4da03d99d3820236f463017ffcd0fda37ee06 GIT binary patch literal 938 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pluggy/__pycache__/_manager.cpython-38.pyc b/env/lib/python3.8/site-packages/pluggy/__pycache__/_manager.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f49e7356c7e418c9b09b5bdb5411af50900af8ab GIT binary patch literal 18395 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pluggy/__pycache__/_tracing.cpython-38.pyc b/env/lib/python3.8/site-packages/pluggy/__pycache__/_tracing.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..180a347cfe83fda73fda1c4be5674e4c1f8d7dc8 GIT binary patch literal 2943 zcmZuzOK%%h6u$S)!;jdG>n3Sa3V6{424VvhrIe~_DOHh>B18%WmuQ&yPTWcDv3qA+ zh&$epvPJAEQoPKbUo%@){R@>4eCLi|aXX{AbMAA_Io~l=*@m2HW;pXKFWcr` zZeMJ&W*)tamz5dnK{8XREhh6TcbUw}+%qO~N1|CkFE3ZnTS2cV3p=b<9Ioc?DYxYZ z?dl-%J7N9>sb1sBiW>yI$c_A75Ta|`3J&qg-gY}3cdz4-yyHC{ctML~>)xQ>@#-zw zym*=D+$7uk5Iol8uwRh<&tbPTpP5ZVTGE!8=R#`=Kah?XD?B%3QI@d6lB=?eJv4Gg zRxo1Av*@p3&$`?|KO@h{^BCF0iVN}$jAZ3SSodaX!pod4KH}o==gh+6_@K* z8zIiz>SNYzdtsyB8MNDn4TshPt$P13$vTc7_>tpO@RiU;!?=xmSeaQ}pDsy^Fj7fj zHnB6u(3tvPcM=UJlY)v2oW3+^L>6KcGwBuu5m@5JQ1phms+ESEKQqL zNQu$*qH_>JeJ&psXJ4*kW>}oY&I72mJ1oz-y}bjk745>qCOJ4UUDXa#4N0TvMJm&y zHT(ktG(=o&vIsh=OQ}3E@J5FHhU^%L!1US3km6WGMr6j~NR0W<#=BtTi^WqMr z7cxR6zy0DrTrYWbD5}+A{^{uHsQTdPXgB|oUmKcLTtjiKn(%zWYPlruhkg)7F48G6 zrQeDY^PuMkiP3fY>I@82ghOKQ_f*%75(}}>4HMh#_q{;Yaw!n!Y27BRv%FsrC`qQ( z3nD~hy4mXZffs7H66=ZE8FT8jJI2T{k9jP{ z0FJX^2`c~;pf&EZV9jKa@hGo8=Zx+jSWx($#RjcEBAP|^s&yP&Gt~-S>RoDxx0CEw z-r*gkdJ0oIoabK5QF_A@J@u-iCQ}nfy@!)RN&#|Ig$uMLZl8A1=^ew8b6>MYHLhxA z5{aGC$m{cQMo*+P%+mBUHHvGaYLk3yV8yb+xzLN!<3GmiG%L@}5uD8r*MS<8T0#(v z_x02pHA879ZPAA`dn`gpGQp{H^9lsyCf9j+Ap&5>hD3H9@evP7dIkW6??mRWfQoW4 z=GQe`M79^PyJoAm@zP0-9Sup&`*FaX(rUCbRdPv z6p`7$f*Z64=#*P{Lb8oY*l>LY0_xPfhS@27AkK;8(#TsZ=>H<+vxA9h z`}`amqqL?BWh6O#u;YfI%6OaC<$nuJbV5G6_S_wZpj_kG49M~V=PYOAp$nl9C9rp2OqA33r!Jx=w wMgJwKTdqNBW+t?!KBRF9{xk?*qeqgxo@Ut%0y!iNOtT;gT;E2CSB+BRe}&k0$p8QV literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pluggy/__pycache__/_version.cpython-38.pyc b/env/lib/python3.8/site-packages/pluggy/__pycache__/_version.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b04d10d0741df2920ccb4defb94dedf9bd779b83 GIT binary patch literal 502 zcmYjN%}T>S5T0y)T3ds95qyLmnkb@pC?ZJxL8+pxU@lAQj%_sEgw0l{ui_JU_i6U( zsjnai&X$VKvft0lus<^h!v;`%eD9Cn9Dq-2{)b2Ah;}t57=VBT5Y)DC1k0TXOW4Fs zTnCV$iyr!qYzu^IF$tuHwIo0v>%!~6f_>tEe6ZwN2SnY2WF={c72;;HDjK)YYM#vL zI%qND_oro!#vjP6kddjqpsGljCg)4Zx!L$L+O|_F{H-n$ul`Q77j3uPIsFmlK7q2T z*9uM8zrXJCjeu<;>JOlR`{$JhbnwHVGJbj_0g9 Mo6KW%XR(NX0JB4aZ2$lO literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pluggy/__pycache__/_warnings.cpython-38.pyc b/env/lib/python3.8/site-packages/pluggy/__pycache__/_warnings.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ed1e6efed4d8c52fb276d8f7e8c4e9dfbd8d3580 GIT binary patch literal 1219 zcmbVMPjAyO6nC1oo4QSK;Ks#ADy_|72%&141{VZ}3GI(2_2RklOJgl@GTWgG*YRa` z=hNiMiLZc!#Iuvpf+h}F$&=q-zxVTdzS!Fv5nNw?zDf^6LcTd>a}AI=#^1a|B8Uhw zk_Yo3An%CiiSP>%A@uITc?bbY`eJ~R0fcwqT`=#9;TaikeMe6+4w^wC70+VFZLR>B zWBkoCBtYhYAoHFG=Ar1}KEw$9X76KGEtmBr*Gj78=jmH+fW{d&h9-rkJj>{+)fo!8 zv=#(i)U@64UK+~eQUTI#IphpzfA*z^Hu?>|ux}vr_dOGrkXH}f8PcW2gpsKJm z0a9=x{m9&Tw7S_V9V6_1|?Ql0O@PESXOLcI~l1jz1D-EW~ z>=Z{L2KGDK7vt8qn}*XzjojT8)PViFQe_Z)L5sxq43;+a(X{K<6YZXd^^ml?9VgpG z;)bW~>R$hemz<0T&Cu2*hSAuLq}jPJpt}zBeeca4i`Z-*w&Qx_9t<-?vKu}f_JUuT CkYLOJ literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pluggy/_callers.py b/env/lib/python3.8/site-packages/pluggy/_callers.py new file mode 100644 index 000000000..d01f925cc --- /dev/null +++ b/env/lib/python3.8/site-packages/pluggy/_callers.py @@ -0,0 +1,182 @@ +""" +Call loop machinery +""" + +from __future__ import annotations + +from typing import cast +from typing import Generator +from typing import Mapping +from typing import NoReturn +from typing import Sequence +from typing import Tuple +from typing import Union +import warnings + +from ._hooks import HookImpl +from ._result import HookCallError +from ._result import Result +from ._warnings import PluggyTeardownRaisedWarning + + +# Need to distinguish between old- and new-style hook wrappers. +# Wrapping with a tuple is the fastest type-safe way I found to do it. +Teardown = Union[ + Tuple[Generator[None, Result[object], None], HookImpl], + Generator[None, object, object], +] + + +def _raise_wrapfail( + wrap_controller: ( + Generator[None, Result[object], None] | Generator[None, object, object] + ), + msg: str, +) -> NoReturn: + co = wrap_controller.gi_code + raise RuntimeError( + "wrap_controller at %r %s:%d %s" + % (co.co_name, co.co_filename, co.co_firstlineno, msg) + ) + + +def _warn_teardown_exception( + hook_name: str, hook_impl: HookImpl, e: BaseException +) -> None: + msg = "A plugin raised an exception during an old-style hookwrapper teardown.\n" + msg += f"Plugin: {hook_impl.plugin_name}, Hook: {hook_name}\n" + msg += f"{type(e).__name__}: {e}\n" + msg += "For more information see https://pluggy.readthedocs.io/en/stable/api_reference.html#pluggy.PluggyTeardownRaisedWarning" # noqa: E501 + warnings.warn(PluggyTeardownRaisedWarning(msg), stacklevel=5) + + +def _multicall( + hook_name: str, + hook_impls: Sequence[HookImpl], + caller_kwargs: Mapping[str, object], + firstresult: bool, +) -> object | list[object]: + """Execute a call into multiple python functions/methods and return the + result(s). + + ``caller_kwargs`` comes from HookCaller.__call__(). + """ + __tracebackhide__ = True + results: list[object] = [] + exception = None + only_new_style_wrappers = True + try: # run impl and wrapper setup functions in a loop + teardowns: list[Teardown] = [] + try: + for hook_impl in reversed(hook_impls): + try: + args = [caller_kwargs[argname] for argname in hook_impl.argnames] + except KeyError: + for argname in hook_impl.argnames: + if argname not in caller_kwargs: + raise HookCallError( + f"hook call must provide argument {argname!r}" + ) + + if hook_impl.hookwrapper: + only_new_style_wrappers = False + try: + # If this cast is not valid, a type error is raised below, + # which is the desired response. + res = hook_impl.function(*args) + wrapper_gen = cast(Generator[None, Result[object], None], res) + next(wrapper_gen) # first yield + teardowns.append((wrapper_gen, hook_impl)) + except StopIteration: + _raise_wrapfail(wrapper_gen, "did not yield") + elif hook_impl.wrapper: + try: + # If this cast is not valid, a type error is raised below, + # which is the desired response. + res = hook_impl.function(*args) + function_gen = cast(Generator[None, object, object], res) + next(function_gen) # first yield + teardowns.append(function_gen) + except StopIteration: + _raise_wrapfail(function_gen, "did not yield") + else: + res = hook_impl.function(*args) + if res is not None: + results.append(res) + if firstresult: # halt further impl calls + break + except BaseException as exc: + exception = exc + finally: + # Fast path - only new-style wrappers, no Result. + if only_new_style_wrappers: + if firstresult: # first result hooks return a single value + result = results[0] if results else None + else: + result = results + + # run all wrapper post-yield blocks + for teardown in reversed(teardowns): + try: + if exception is not None: + teardown.throw(exception) # type: ignore[union-attr] + else: + teardown.send(result) # type: ignore[union-attr] + # Following is unreachable for a well behaved hook wrapper. + # Try to force finalizers otherwise postponed till GC action. + # Note: close() may raise if generator handles GeneratorExit. + teardown.close() # type: ignore[union-attr] + except StopIteration as si: + result = si.value + exception = None + continue + except BaseException as e: + exception = e + continue + _raise_wrapfail(teardown, "has second yield") # type: ignore[arg-type] + + if exception is not None: + raise exception.with_traceback(exception.__traceback__) + else: + return result + + # Slow path - need to support old-style wrappers. + else: + if firstresult: # first result hooks return a single value + outcome: Result[object | list[object]] = Result( + results[0] if results else None, exception + ) + else: + outcome = Result(results, exception) + + # run all wrapper post-yield blocks + for teardown in reversed(teardowns): + if isinstance(teardown, tuple): + try: + teardown[0].send(outcome) + except StopIteration: + pass + except BaseException as e: + _warn_teardown_exception(hook_name, teardown[1], e) + raise + else: + _raise_wrapfail(teardown[0], "has second yield") + else: + try: + if outcome._exception is not None: + teardown.throw(outcome._exception) + else: + teardown.send(outcome._result) + # Following is unreachable for a well behaved hook wrapper. + # Try to force finalizers otherwise postponed till GC action. + # Note: close() may raise if generator handles GeneratorExit. + teardown.close() + except StopIteration as si: + outcome.force_result(si.value) + continue + except BaseException as e: + outcome.force_exception(e) + continue + _raise_wrapfail(teardown, "has second yield") + + return outcome.get_result() diff --git a/env/lib/python3.8/site-packages/pluggy/_hooks.py b/env/lib/python3.8/site-packages/pluggy/_hooks.py new file mode 100644 index 000000000..362d79182 --- /dev/null +++ b/env/lib/python3.8/site-packages/pluggy/_hooks.py @@ -0,0 +1,715 @@ +""" +Internal hook annotation, representation and calling machinery. +""" + +from __future__ import annotations + +import inspect +import sys +from types import ModuleType +from typing import AbstractSet +from typing import Any +from typing import Callable +from typing import Final +from typing import final +from typing import Generator +from typing import List +from typing import Mapping +from typing import Optional +from typing import overload +from typing import Sequence +from typing import Tuple +from typing import TYPE_CHECKING +from typing import TypedDict +from typing import TypeVar +from typing import Union +import warnings + +from ._result import Result + + +_T = TypeVar("_T") +_F = TypeVar("_F", bound=Callable[..., object]) +_Namespace = Union[ModuleType, type] +_Plugin = object +_HookExec = Callable[ + [str, Sequence["HookImpl"], Mapping[str, object], bool], + Union[object, List[object]], +] +_HookImplFunction = Callable[..., Union[_T, Generator[None, Result[_T], None]]] + + +class HookspecOpts(TypedDict): + """Options for a hook specification.""" + + #: Whether the hook is :ref:`first result only `. + firstresult: bool + #: Whether the hook is :ref:`historic `. + historic: bool + #: Whether the hook :ref:`warns when implemented `. + warn_on_impl: Warning | None + #: Whether the hook warns when :ref:`certain arguments are requested + #: `. + #: + #: .. versionadded:: 1.5 + warn_on_impl_args: Mapping[str, Warning] | None + + +class HookimplOpts(TypedDict): + """Options for a hook implementation.""" + + #: Whether the hook implementation is a :ref:`wrapper `. + wrapper: bool + #: Whether the hook implementation is an :ref:`old-style wrapper + #: `. + hookwrapper: bool + #: Whether validation against a hook specification is :ref:`optional + #: `. + optionalhook: bool + #: Whether to try to order this hook implementation :ref:`first + #: `. + tryfirst: bool + #: Whether to try to order this hook implementation :ref:`last + #: `. + trylast: bool + #: The name of the hook specification to match, see :ref:`specname`. + specname: str | None + + +@final +class HookspecMarker: + """Decorator for marking functions as hook specifications. + + Instantiate it with a project_name to get a decorator. + Calling :meth:`PluginManager.add_hookspecs` later will discover all marked + functions if the :class:`PluginManager` uses the same project name. + """ + + __slots__ = ("project_name",) + + def __init__(self, project_name: str) -> None: + self.project_name: Final = project_name + + @overload + def __call__( + self, + function: _F, + firstresult: bool = False, + historic: bool = False, + warn_on_impl: Warning | None = None, + warn_on_impl_args: Mapping[str, Warning] | None = None, + ) -> _F: ... + + @overload # noqa: F811 + def __call__( # noqa: F811 + self, + function: None = ..., + firstresult: bool = ..., + historic: bool = ..., + warn_on_impl: Warning | None = ..., + warn_on_impl_args: Mapping[str, Warning] | None = ..., + ) -> Callable[[_F], _F]: ... + + def __call__( # noqa: F811 + self, + function: _F | None = None, + firstresult: bool = False, + historic: bool = False, + warn_on_impl: Warning | None = None, + warn_on_impl_args: Mapping[str, Warning] | None = None, + ) -> _F | Callable[[_F], _F]: + """If passed a function, directly sets attributes on the function + which will make it discoverable to :meth:`PluginManager.add_hookspecs`. + + If passed no function, returns a decorator which can be applied to a + function later using the attributes supplied. + + :param firstresult: + If ``True``, the 1:N hook call (N being the number of registered + hook implementation functions) will stop at I<=N when the I'th + function returns a non-``None`` result. See :ref:`firstresult`. + + :param historic: + If ``True``, every call to the hook will be memorized and replayed + on plugins registered after the call was made. See :ref:`historic`. + + :param warn_on_impl: + If given, every implementation of this hook will trigger the given + warning. See :ref:`warn_on_impl`. + + :param warn_on_impl_args: + If given, every implementation of this hook which requests one of + the arguments in the dict will trigger the corresponding warning. + See :ref:`warn_on_impl`. + + .. versionadded:: 1.5 + """ + + def setattr_hookspec_opts(func: _F) -> _F: + if historic and firstresult: + raise ValueError("cannot have a historic firstresult hook") + opts: HookspecOpts = { + "firstresult": firstresult, + "historic": historic, + "warn_on_impl": warn_on_impl, + "warn_on_impl_args": warn_on_impl_args, + } + setattr(func, self.project_name + "_spec", opts) + return func + + if function is not None: + return setattr_hookspec_opts(function) + else: + return setattr_hookspec_opts + + +@final +class HookimplMarker: + """Decorator for marking functions as hook implementations. + + Instantiate it with a ``project_name`` to get a decorator. + Calling :meth:`PluginManager.register` later will discover all marked + functions if the :class:`PluginManager` uses the same project name. + """ + + __slots__ = ("project_name",) + + def __init__(self, project_name: str) -> None: + self.project_name: Final = project_name + + @overload + def __call__( + self, + function: _F, + hookwrapper: bool = ..., + optionalhook: bool = ..., + tryfirst: bool = ..., + trylast: bool = ..., + specname: str | None = ..., + wrapper: bool = ..., + ) -> _F: ... + + @overload # noqa: F811 + def __call__( # noqa: F811 + self, + function: None = ..., + hookwrapper: bool = ..., + optionalhook: bool = ..., + tryfirst: bool = ..., + trylast: bool = ..., + specname: str | None = ..., + wrapper: bool = ..., + ) -> Callable[[_F], _F]: ... + + def __call__( # noqa: F811 + self, + function: _F | None = None, + hookwrapper: bool = False, + optionalhook: bool = False, + tryfirst: bool = False, + trylast: bool = False, + specname: str | None = None, + wrapper: bool = False, + ) -> _F | Callable[[_F], _F]: + """If passed a function, directly sets attributes on the function + which will make it discoverable to :meth:`PluginManager.register`. + + If passed no function, returns a decorator which can be applied to a + function later using the attributes supplied. + + :param optionalhook: + If ``True``, a missing matching hook specification will not result + in an error (by default it is an error if no matching spec is + found). See :ref:`optionalhook`. + + :param tryfirst: + If ``True``, this hook implementation will run as early as possible + in the chain of N hook implementations for a specification. See + :ref:`callorder`. + + :param trylast: + If ``True``, this hook implementation will run as late as possible + in the chain of N hook implementations for a specification. See + :ref:`callorder`. + + :param wrapper: + If ``True`` ("new-style hook wrapper"), the hook implementation + needs to execute exactly one ``yield``. The code before the + ``yield`` is run early before any non-hook-wrapper function is run. + The code after the ``yield`` is run after all non-hook-wrapper + functions have run. The ``yield`` receives the result value of the + inner calls, or raises the exception of inner calls (including + earlier hook wrapper calls). The return value of the function + becomes the return value of the hook, and a raised exception becomes + the exception of the hook. See :ref:`hookwrapper`. + + :param hookwrapper: + If ``True`` ("old-style hook wrapper"), the hook implementation + needs to execute exactly one ``yield``. The code before the + ``yield`` is run early before any non-hook-wrapper function is run. + The code after the ``yield`` is run after all non-hook-wrapper + function have run The ``yield`` receives a :class:`Result` object + representing the exception or result outcome of the inner calls + (including earlier hook wrapper calls). This option is mutually + exclusive with ``wrapper``. See :ref:`old_style_hookwrapper`. + + :param specname: + If provided, the given name will be used instead of the function + name when matching this hook implementation to a hook specification + during registration. See :ref:`specname`. + + .. versionadded:: 1.2.0 + The ``wrapper`` parameter. + """ + + def setattr_hookimpl_opts(func: _F) -> _F: + opts: HookimplOpts = { + "wrapper": wrapper, + "hookwrapper": hookwrapper, + "optionalhook": optionalhook, + "tryfirst": tryfirst, + "trylast": trylast, + "specname": specname, + } + setattr(func, self.project_name + "_impl", opts) + return func + + if function is None: + return setattr_hookimpl_opts + else: + return setattr_hookimpl_opts(function) + + +def normalize_hookimpl_opts(opts: HookimplOpts) -> None: + opts.setdefault("tryfirst", False) + opts.setdefault("trylast", False) + opts.setdefault("wrapper", False) + opts.setdefault("hookwrapper", False) + opts.setdefault("optionalhook", False) + opts.setdefault("specname", None) + + +_PYPY = hasattr(sys, "pypy_version_info") + + +def varnames(func: object) -> tuple[tuple[str, ...], tuple[str, ...]]: + """Return tuple of positional and keywrord argument names for a function, + method, class or callable. + + In case of a class, its ``__init__`` method is considered. + For methods the ``self`` parameter is not included. + """ + if inspect.isclass(func): + try: + func = func.__init__ + except AttributeError: + return (), () + elif not inspect.isroutine(func): # callable object? + try: + func = getattr(func, "__call__", func) + except Exception: + return (), () + + try: + # func MUST be a function or method here or we won't parse any args. + sig = inspect.signature( + func.__func__ if inspect.ismethod(func) else func # type:ignore[arg-type] + ) + except TypeError: + return (), () + + _valid_param_kinds = ( + inspect.Parameter.POSITIONAL_ONLY, + inspect.Parameter.POSITIONAL_OR_KEYWORD, + ) + _valid_params = { + name: param + for name, param in sig.parameters.items() + if param.kind in _valid_param_kinds + } + args = tuple(_valid_params) + defaults = ( + tuple( + param.default + for param in _valid_params.values() + if param.default is not param.empty + ) + or None + ) + + if defaults: + index = -len(defaults) + args, kwargs = args[:index], tuple(args[index:]) + else: + kwargs = () + + # strip any implicit instance arg + # pypy3 uses "obj" instead of "self" for default dunder methods + if not _PYPY: + implicit_names: tuple[str, ...] = ("self",) + else: + implicit_names = ("self", "obj") + if args: + qualname: str = getattr(func, "__qualname__", "") + if inspect.ismethod(func) or ("." in qualname and args[0] in implicit_names): + args = args[1:] + + return args, kwargs + + +@final +class HookRelay: + """Hook holder object for performing 1:N hook calls where N is the number + of registered plugins.""" + + __slots__ = ("__dict__",) + + def __init__(self) -> None: + """:meta private:""" + + if TYPE_CHECKING: + + def __getattr__(self, name: str) -> HookCaller: ... + + +# Historical name (pluggy<=1.2), kept for backward compatibility. +_HookRelay = HookRelay + + +_CallHistory = List[Tuple[Mapping[str, object], Optional[Callable[[Any], None]]]] + + +class HookCaller: + """A caller of all registered implementations of a hook specification.""" + + __slots__ = ( + "name", + "spec", + "_hookexec", + "_hookimpls", + "_call_history", + ) + + def __init__( + self, + name: str, + hook_execute: _HookExec, + specmodule_or_class: _Namespace | None = None, + spec_opts: HookspecOpts | None = None, + ) -> None: + """:meta private:""" + #: Name of the hook getting called. + self.name: Final = name + self._hookexec: Final = hook_execute + # The hookimpls list. The caller iterates it *in reverse*. Format: + # 1. trylast nonwrappers + # 2. nonwrappers + # 3. tryfirst nonwrappers + # 4. trylast wrappers + # 5. wrappers + # 6. tryfirst wrappers + self._hookimpls: Final[list[HookImpl]] = [] + self._call_history: _CallHistory | None = None + # TODO: Document, or make private. + self.spec: HookSpec | None = None + if specmodule_or_class is not None: + assert spec_opts is not None + self.set_specification(specmodule_or_class, spec_opts) + + # TODO: Document, or make private. + def has_spec(self) -> bool: + return self.spec is not None + + # TODO: Document, or make private. + def set_specification( + self, + specmodule_or_class: _Namespace, + spec_opts: HookspecOpts, + ) -> None: + if self.spec is not None: + raise ValueError( + f"Hook {self.spec.name!r} is already registered " + f"within namespace {self.spec.namespace}" + ) + self.spec = HookSpec(specmodule_or_class, self.name, spec_opts) + if spec_opts.get("historic"): + self._call_history = [] + + def is_historic(self) -> bool: + """Whether this caller is :ref:`historic `.""" + return self._call_history is not None + + def _remove_plugin(self, plugin: _Plugin) -> None: + for i, method in enumerate(self._hookimpls): + if method.plugin == plugin: + del self._hookimpls[i] + return + raise ValueError(f"plugin {plugin!r} not found") + + def get_hookimpls(self) -> list[HookImpl]: + """Get all registered hook implementations for this hook.""" + return self._hookimpls.copy() + + def _add_hookimpl(self, hookimpl: HookImpl) -> None: + """Add an implementation to the callback chain.""" + for i, method in enumerate(self._hookimpls): + if method.hookwrapper or method.wrapper: + splitpoint = i + break + else: + splitpoint = len(self._hookimpls) + if hookimpl.hookwrapper or hookimpl.wrapper: + start, end = splitpoint, len(self._hookimpls) + else: + start, end = 0, splitpoint + + if hookimpl.trylast: + self._hookimpls.insert(start, hookimpl) + elif hookimpl.tryfirst: + self._hookimpls.insert(end, hookimpl) + else: + # find last non-tryfirst method + i = end - 1 + while i >= start and self._hookimpls[i].tryfirst: + i -= 1 + self._hookimpls.insert(i + 1, hookimpl) + + def __repr__(self) -> str: + return f"" + + def _verify_all_args_are_provided(self, kwargs: Mapping[str, object]) -> None: + # This is written to avoid expensive operations when not needed. + if self.spec: + for argname in self.spec.argnames: + if argname not in kwargs: + notincall = ", ".join( + repr(argname) + for argname in self.spec.argnames + # Avoid self.spec.argnames - kwargs.keys() - doesn't preserve order. + if argname not in kwargs.keys() + ) + warnings.warn( + "Argument(s) {} which are declared in the hookspec " + "cannot be found in this hook call".format(notincall), + stacklevel=2, + ) + break + + def __call__(self, **kwargs: object) -> Any: + """Call the hook. + + Only accepts keyword arguments, which should match the hook + specification. + + Returns the result(s) of calling all registered plugins, see + :ref:`calling`. + """ + assert ( + not self.is_historic() + ), "Cannot directly call a historic hook - use call_historic instead." + self._verify_all_args_are_provided(kwargs) + firstresult = self.spec.opts.get("firstresult", False) if self.spec else False + # Copy because plugins may register other plugins during iteration (#438). + return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) + + def call_historic( + self, + result_callback: Callable[[Any], None] | None = None, + kwargs: Mapping[str, object] | None = None, + ) -> None: + """Call the hook with given ``kwargs`` for all registered plugins and + for all plugins which will be registered afterwards, see + :ref:`historic`. + + :param result_callback: + If provided, will be called for each non-``None`` result obtained + from a hook implementation. + """ + assert self._call_history is not None + kwargs = kwargs or {} + self._verify_all_args_are_provided(kwargs) + self._call_history.append((kwargs, result_callback)) + # Historizing hooks don't return results. + # Remember firstresult isn't compatible with historic. + # Copy because plugins may register other plugins during iteration (#438). + res = self._hookexec(self.name, self._hookimpls.copy(), kwargs, False) + if result_callback is None: + return + if isinstance(res, list): + for x in res: + result_callback(x) + + def call_extra( + self, methods: Sequence[Callable[..., object]], kwargs: Mapping[str, object] + ) -> Any: + """Call the hook with some additional temporarily participating + methods using the specified ``kwargs`` as call parameters, see + :ref:`call_extra`.""" + assert ( + not self.is_historic() + ), "Cannot directly call a historic hook - use call_historic instead." + self._verify_all_args_are_provided(kwargs) + opts: HookimplOpts = { + "wrapper": False, + "hookwrapper": False, + "optionalhook": False, + "trylast": False, + "tryfirst": False, + "specname": None, + } + hookimpls = self._hookimpls.copy() + for method in methods: + hookimpl = HookImpl(None, "", method, opts) + # Find last non-tryfirst nonwrapper method. + i = len(hookimpls) - 1 + while i >= 0 and ( + # Skip wrappers. + (hookimpls[i].hookwrapper or hookimpls[i].wrapper) + # Skip tryfirst nonwrappers. + or hookimpls[i].tryfirst + ): + i -= 1 + hookimpls.insert(i + 1, hookimpl) + firstresult = self.spec.opts.get("firstresult", False) if self.spec else False + return self._hookexec(self.name, hookimpls, kwargs, firstresult) + + def _maybe_apply_history(self, method: HookImpl) -> None: + """Apply call history to a new hookimpl if it is marked as historic.""" + if self.is_historic(): + assert self._call_history is not None + for kwargs, result_callback in self._call_history: + res = self._hookexec(self.name, [method], kwargs, False) + if res and result_callback is not None: + # XXX: remember firstresult isn't compat with historic + assert isinstance(res, list) + result_callback(res[0]) + + +# Historical name (pluggy<=1.2), kept for backward compatibility. +_HookCaller = HookCaller + + +class _SubsetHookCaller(HookCaller): + """A proxy to another HookCaller which manages calls to all registered + plugins except the ones from remove_plugins.""" + + # This class is unusual: in inhertits from `HookCaller` so all of + # the *code* runs in the class, but it delegates all underlying *data* + # to the original HookCaller. + # `subset_hook_caller` used to be implemented by creating a full-fledged + # HookCaller, copying all hookimpls from the original. This had problems + # with memory leaks (#346) and historic calls (#347), which make a proxy + # approach better. + # An alternative implementation is to use a `_getattr__`/`__getattribute__` + # proxy, however that adds more overhead and is more tricky to implement. + + __slots__ = ( + "_orig", + "_remove_plugins", + ) + + def __init__(self, orig: HookCaller, remove_plugins: AbstractSet[_Plugin]) -> None: + self._orig = orig + self._remove_plugins = remove_plugins + self.name = orig.name # type: ignore[misc] + self._hookexec = orig._hookexec # type: ignore[misc] + + @property # type: ignore[misc] + def _hookimpls(self) -> list[HookImpl]: + return [ + impl + for impl in self._orig._hookimpls + if impl.plugin not in self._remove_plugins + ] + + @property + def spec(self) -> HookSpec | None: # type: ignore[override] + return self._orig.spec + + @property + def _call_history(self) -> _CallHistory | None: # type: ignore[override] + return self._orig._call_history + + def __repr__(self) -> str: + return f"<_SubsetHookCaller {self.name!r}>" + + +@final +class HookImpl: + """A hook implementation in a :class:`HookCaller`.""" + + __slots__ = ( + "function", + "argnames", + "kwargnames", + "plugin", + "opts", + "plugin_name", + "wrapper", + "hookwrapper", + "optionalhook", + "tryfirst", + "trylast", + ) + + def __init__( + self, + plugin: _Plugin, + plugin_name: str, + function: _HookImplFunction[object], + hook_impl_opts: HookimplOpts, + ) -> None: + """:meta private:""" + #: The hook implementation function. + self.function: Final = function + argnames, kwargnames = varnames(self.function) + #: The positional parameter names of ``function```. + self.argnames: Final = argnames + #: The keyword parameter names of ``function```. + self.kwargnames: Final = kwargnames + #: The plugin which defined this hook implementation. + self.plugin: Final = plugin + #: The :class:`HookimplOpts` used to configure this hook implementation. + self.opts: Final = hook_impl_opts + #: The name of the plugin which defined this hook implementation. + self.plugin_name: Final = plugin_name + #: Whether the hook implementation is a :ref:`wrapper `. + self.wrapper: Final = hook_impl_opts["wrapper"] + #: Whether the hook implementation is an :ref:`old-style wrapper + #: `. + self.hookwrapper: Final = hook_impl_opts["hookwrapper"] + #: Whether validation against a hook specification is :ref:`optional + #: `. + self.optionalhook: Final = hook_impl_opts["optionalhook"] + #: Whether to try to order this hook implementation :ref:`first + #: `. + self.tryfirst: Final = hook_impl_opts["tryfirst"] + #: Whether to try to order this hook implementation :ref:`last + #: `. + self.trylast: Final = hook_impl_opts["trylast"] + + def __repr__(self) -> str: + return f"" + + +@final +class HookSpec: + __slots__ = ( + "namespace", + "function", + "name", + "argnames", + "kwargnames", + "opts", + "warn_on_impl", + "warn_on_impl_args", + ) + + def __init__(self, namespace: _Namespace, name: str, opts: HookspecOpts) -> None: + self.namespace = namespace + self.function: Callable[..., object] = getattr(namespace, name) + self.name = name + self.argnames, self.kwargnames = varnames(self.function) + self.opts = opts + self.warn_on_impl = opts.get("warn_on_impl") + self.warn_on_impl_args = opts.get("warn_on_impl_args") diff --git a/env/lib/python3.8/site-packages/pluggy/_manager.py b/env/lib/python3.8/site-packages/pluggy/_manager.py new file mode 100644 index 000000000..9998dd815 --- /dev/null +++ b/env/lib/python3.8/site-packages/pluggy/_manager.py @@ -0,0 +1,528 @@ +from __future__ import annotations + +import inspect +import types +from typing import Any +from typing import Callable +from typing import cast +from typing import Final +from typing import Iterable +from typing import Mapping +from typing import Sequence +from typing import TYPE_CHECKING +import warnings + +from . import _tracing +from ._callers import _multicall +from ._hooks import _HookImplFunction +from ._hooks import _Namespace +from ._hooks import _Plugin +from ._hooks import _SubsetHookCaller +from ._hooks import HookCaller +from ._hooks import HookImpl +from ._hooks import HookimplOpts +from ._hooks import HookRelay +from ._hooks import HookspecOpts +from ._hooks import normalize_hookimpl_opts +from ._result import Result + + +if TYPE_CHECKING: + # importtlib.metadata import is slow, defer it. + import importlib.metadata + + +_BeforeTrace = Callable[[str, Sequence[HookImpl], Mapping[str, Any]], None] +_AfterTrace = Callable[[Result[Any], str, Sequence[HookImpl], Mapping[str, Any]], None] + + +def _warn_for_function(warning: Warning, function: Callable[..., object]) -> None: + func = cast(types.FunctionType, function) + warnings.warn_explicit( + warning, + type(warning), + lineno=func.__code__.co_firstlineno, + filename=func.__code__.co_filename, + ) + + +class PluginValidationError(Exception): + """Plugin failed validation. + + :param plugin: The plugin which failed validation. + :param message: Error message. + """ + + def __init__(self, plugin: _Plugin, message: str) -> None: + super().__init__(message) + #: The plugin which failed validation. + self.plugin = plugin + + +class DistFacade: + """Emulate a pkg_resources Distribution""" + + def __init__(self, dist: importlib.metadata.Distribution) -> None: + self._dist = dist + + @property + def project_name(self) -> str: + name: str = self.metadata["name"] + return name + + def __getattr__(self, attr: str, default=None): + return getattr(self._dist, attr, default) + + def __dir__(self) -> list[str]: + return sorted(dir(self._dist) + ["_dist", "project_name"]) + + +class PluginManager: + """Core class which manages registration of plugin objects and 1:N hook + calling. + + You can register new hooks by calling :meth:`add_hookspecs(module_or_class) + `. + + You can register plugin objects (which contain hook implementations) by + calling :meth:`register(plugin) `. + + For debugging purposes you can call :meth:`PluginManager.enable_tracing` + which will subsequently send debug information to the trace helper. + + :param project_name: + The short project name. Prefer snake case. Make sure it's unique! + """ + + def __init__(self, project_name: str) -> None: + #: The project name. + self.project_name: Final = project_name + self._name2plugin: Final[dict[str, _Plugin]] = {} + self._plugin_distinfo: Final[list[tuple[_Plugin, DistFacade]]] = [] + #: The "hook relay", used to call a hook on all registered plugins. + #: See :ref:`calling`. + self.hook: Final = HookRelay() + #: The tracing entry point. See :ref:`tracing`. + self.trace: Final[_tracing.TagTracerSub] = _tracing.TagTracer().get( + "pluginmanage" + ) + self._inner_hookexec = _multicall + + def _hookexec( + self, + hook_name: str, + methods: Sequence[HookImpl], + kwargs: Mapping[str, object], + firstresult: bool, + ) -> object | list[object]: + # called from all hookcaller instances. + # enable_tracing will set its own wrapping function at self._inner_hookexec + return self._inner_hookexec(hook_name, methods, kwargs, firstresult) + + def register(self, plugin: _Plugin, name: str | None = None) -> str | None: + """Register a plugin and return its name. + + :param name: + The name under which to register the plugin. If not specified, a + name is generated using :func:`get_canonical_name`. + + :returns: + The plugin name. If the name is blocked from registering, returns + ``None``. + + If the plugin is already registered, raises a :exc:`ValueError`. + """ + plugin_name = name or self.get_canonical_name(plugin) + + if plugin_name in self._name2plugin: + if self._name2plugin.get(plugin_name, -1) is None: + return None # blocked plugin, return None to indicate no registration + raise ValueError( + "Plugin name already registered: %s=%s\n%s" + % (plugin_name, plugin, self._name2plugin) + ) + + if plugin in self._name2plugin.values(): + raise ValueError( + "Plugin already registered under a different name: %s=%s\n%s" + % (plugin_name, plugin, self._name2plugin) + ) + + # XXX if an error happens we should make sure no state has been + # changed at point of return + self._name2plugin[plugin_name] = plugin + + # register matching hook implementations of the plugin + for name in dir(plugin): + hookimpl_opts = self.parse_hookimpl_opts(plugin, name) + if hookimpl_opts is not None: + normalize_hookimpl_opts(hookimpl_opts) + method: _HookImplFunction[object] = getattr(plugin, name) + hookimpl = HookImpl(plugin, plugin_name, method, hookimpl_opts) + name = hookimpl_opts.get("specname") or name + hook: HookCaller | None = getattr(self.hook, name, None) + if hook is None: + hook = HookCaller(name, self._hookexec) + setattr(self.hook, name, hook) + elif hook.has_spec(): + self._verify_hook(hook, hookimpl) + hook._maybe_apply_history(hookimpl) + hook._add_hookimpl(hookimpl) + return plugin_name + + def parse_hookimpl_opts(self, plugin: _Plugin, name: str) -> HookimplOpts | None: + """Try to obtain a hook implementation from an item with the given name + in the given plugin which is being searched for hook impls. + + :returns: + The parsed hookimpl options, or None to skip the given item. + + This method can be overridden by ``PluginManager`` subclasses to + customize how hook implementation are picked up. By default, returns the + options for items decorated with :class:`HookimplMarker`. + """ + method: object = getattr(plugin, name) + if not inspect.isroutine(method): + return None + try: + res: HookimplOpts | None = getattr( + method, self.project_name + "_impl", None + ) + except Exception: + res = {} # type: ignore[assignment] + if res is not None and not isinstance(res, dict): + # false positive + res = None # type:ignore[unreachable] + return res + + def unregister( + self, plugin: _Plugin | None = None, name: str | None = None + ) -> Any | None: + """Unregister a plugin and all of its hook implementations. + + The plugin can be specified either by the plugin object or the plugin + name. If both are specified, they must agree. + + Returns the unregistered plugin, or ``None`` if not found. + """ + if name is None: + assert plugin is not None, "one of name or plugin needs to be specified" + name = self.get_name(plugin) + assert name is not None, "plugin is not registered" + + if plugin is None: + plugin = self.get_plugin(name) + if plugin is None: + return None + + hookcallers = self.get_hookcallers(plugin) + if hookcallers: + for hookcaller in hookcallers: + hookcaller._remove_plugin(plugin) + + # if self._name2plugin[name] == None registration was blocked: ignore + if self._name2plugin.get(name): + assert name is not None + del self._name2plugin[name] + + return plugin + + def set_blocked(self, name: str) -> None: + """Block registrations of the given name, unregister if already registered.""" + self.unregister(name=name) + self._name2plugin[name] = None + + def is_blocked(self, name: str) -> bool: + """Return whether the given plugin name is blocked.""" + return name in self._name2plugin and self._name2plugin[name] is None + + def unblock(self, name: str) -> bool: + """Unblocks a name. + + Returns whether the name was actually blocked. + """ + if self._name2plugin.get(name, -1) is None: + del self._name2plugin[name] + return True + return False + + def add_hookspecs(self, module_or_class: _Namespace) -> None: + """Add new hook specifications defined in the given ``module_or_class``. + + Functions are recognized as hook specifications if they have been + decorated with a matching :class:`HookspecMarker`. + """ + names = [] + for name in dir(module_or_class): + spec_opts = self.parse_hookspec_opts(module_or_class, name) + if spec_opts is not None: + hc: HookCaller | None = getattr(self.hook, name, None) + if hc is None: + hc = HookCaller(name, self._hookexec, module_or_class, spec_opts) + setattr(self.hook, name, hc) + else: + # Plugins registered this hook without knowing the spec. + hc.set_specification(module_or_class, spec_opts) + for hookfunction in hc.get_hookimpls(): + self._verify_hook(hc, hookfunction) + names.append(name) + + if not names: + raise ValueError( + f"did not find any {self.project_name!r} hooks in {module_or_class!r}" + ) + + def parse_hookspec_opts( + self, module_or_class: _Namespace, name: str + ) -> HookspecOpts | None: + """Try to obtain a hook specification from an item with the given name + in the given module or class which is being searched for hook specs. + + :returns: + The parsed hookspec options for defining a hook, or None to skip the + given item. + + This method can be overridden by ``PluginManager`` subclasses to + customize how hook specifications are picked up. By default, returns the + options for items decorated with :class:`HookspecMarker`. + """ + method = getattr(module_or_class, name) + opts: HookspecOpts | None = getattr(method, self.project_name + "_spec", None) + return opts + + def get_plugins(self) -> set[Any]: + """Return a set of all registered plugin objects.""" + return {x for x in self._name2plugin.values() if x is not None} + + def is_registered(self, plugin: _Plugin) -> bool: + """Return whether the plugin is already registered.""" + return any(plugin == val for val in self._name2plugin.values()) + + def get_canonical_name(self, plugin: _Plugin) -> str: + """Return a canonical name for a plugin object. + + Note that a plugin may be registered under a different name + specified by the caller of :meth:`register(plugin, name) `. + To obtain the name of a registered plugin use :meth:`get_name(plugin) + ` instead. + """ + name: str | None = getattr(plugin, "__name__", None) + return name or str(id(plugin)) + + def get_plugin(self, name: str) -> Any | None: + """Return the plugin registered under the given name, if any.""" + return self._name2plugin.get(name) + + def has_plugin(self, name: str) -> bool: + """Return whether a plugin with the given name is registered.""" + return self.get_plugin(name) is not None + + def get_name(self, plugin: _Plugin) -> str | None: + """Return the name the plugin is registered under, or ``None`` if + is isn't.""" + for name, val in self._name2plugin.items(): + if plugin == val: + return name + return None + + def _verify_hook(self, hook: HookCaller, hookimpl: HookImpl) -> None: + if hook.is_historic() and (hookimpl.hookwrapper or hookimpl.wrapper): + raise PluginValidationError( + hookimpl.plugin, + "Plugin %r\nhook %r\nhistoric incompatible with yield/wrapper/hookwrapper" + % (hookimpl.plugin_name, hook.name), + ) + + assert hook.spec is not None + if hook.spec.warn_on_impl: + _warn_for_function(hook.spec.warn_on_impl, hookimpl.function) + + # positional arg checking + notinspec = set(hookimpl.argnames) - set(hook.spec.argnames) + if notinspec: + raise PluginValidationError( + hookimpl.plugin, + "Plugin %r for hook %r\nhookimpl definition: %s\n" + "Argument(s) %s are declared in the hookimpl but " + "can not be found in the hookspec" + % ( + hookimpl.plugin_name, + hook.name, + _formatdef(hookimpl.function), + notinspec, + ), + ) + + if hook.spec.warn_on_impl_args: + for hookimpl_argname in hookimpl.argnames: + argname_warning = hook.spec.warn_on_impl_args.get(hookimpl_argname) + if argname_warning is not None: + _warn_for_function(argname_warning, hookimpl.function) + + if ( + hookimpl.wrapper or hookimpl.hookwrapper + ) and not inspect.isgeneratorfunction(hookimpl.function): + raise PluginValidationError( + hookimpl.plugin, + "Plugin %r for hook %r\nhookimpl definition: %s\n" + "Declared as wrapper=True or hookwrapper=True " + "but function is not a generator function" + % (hookimpl.plugin_name, hook.name, _formatdef(hookimpl.function)), + ) + + if hookimpl.wrapper and hookimpl.hookwrapper: + raise PluginValidationError( + hookimpl.plugin, + "Plugin %r for hook %r\nhookimpl definition: %s\n" + "The wrapper=True and hookwrapper=True options are mutually exclusive" + % (hookimpl.plugin_name, hook.name, _formatdef(hookimpl.function)), + ) + + def check_pending(self) -> None: + """Verify that all hooks which have not been verified against a + hook specification are optional, otherwise raise + :exc:`PluginValidationError`.""" + for name in self.hook.__dict__: + if name[0] != "_": + hook: HookCaller = getattr(self.hook, name) + if not hook.has_spec(): + for hookimpl in hook.get_hookimpls(): + if not hookimpl.optionalhook: + raise PluginValidationError( + hookimpl.plugin, + "unknown hook %r in plugin %r" + % (name, hookimpl.plugin), + ) + + def load_setuptools_entrypoints(self, group: str, name: str | None = None) -> int: + """Load modules from querying the specified setuptools ``group``. + + :param group: + Entry point group to load plugins. + :param name: + If given, loads only plugins with the given ``name``. + + :return: + The number of plugins loaded by this call. + """ + import importlib.metadata + + count = 0 + for dist in list(importlib.metadata.distributions()): + for ep in dist.entry_points: + if ( + ep.group != group + or (name is not None and ep.name != name) + # already registered + or self.get_plugin(ep.name) + or self.is_blocked(ep.name) + ): + continue + plugin = ep.load() + self.register(plugin, name=ep.name) + self._plugin_distinfo.append((plugin, DistFacade(dist))) + count += 1 + return count + + def list_plugin_distinfo(self) -> list[tuple[_Plugin, DistFacade]]: + """Return a list of (plugin, distinfo) pairs for all + setuptools-registered plugins.""" + return list(self._plugin_distinfo) + + def list_name_plugin(self) -> list[tuple[str, _Plugin]]: + """Return a list of (name, plugin) pairs for all registered plugins.""" + return list(self._name2plugin.items()) + + def get_hookcallers(self, plugin: _Plugin) -> list[HookCaller] | None: + """Get all hook callers for the specified plugin. + + :returns: + The hook callers, or ``None`` if ``plugin`` is not registered in + this plugin manager. + """ + if self.get_name(plugin) is None: + return None + hookcallers = [] + for hookcaller in self.hook.__dict__.values(): + for hookimpl in hookcaller.get_hookimpls(): + if hookimpl.plugin is plugin: + hookcallers.append(hookcaller) + return hookcallers + + def add_hookcall_monitoring( + self, before: _BeforeTrace, after: _AfterTrace + ) -> Callable[[], None]: + """Add before/after tracing functions for all hooks. + + Returns an undo function which, when called, removes the added tracers. + + ``before(hook_name, hook_impls, kwargs)`` will be called ahead + of all hook calls and receive a hookcaller instance, a list + of HookImpl instances and the keyword arguments for the hook call. + + ``after(outcome, hook_name, hook_impls, kwargs)`` receives the + same arguments as ``before`` but also a :class:`~pluggy.Result` object + which represents the result of the overall hook call. + """ + oldcall = self._inner_hookexec + + def traced_hookexec( + hook_name: str, + hook_impls: Sequence[HookImpl], + caller_kwargs: Mapping[str, object], + firstresult: bool, + ) -> object | list[object]: + before(hook_name, hook_impls, caller_kwargs) + outcome = Result.from_call( + lambda: oldcall(hook_name, hook_impls, caller_kwargs, firstresult) + ) + after(outcome, hook_name, hook_impls, caller_kwargs) + return outcome.get_result() + + self._inner_hookexec = traced_hookexec + + def undo() -> None: + self._inner_hookexec = oldcall + + return undo + + def enable_tracing(self) -> Callable[[], None]: + """Enable tracing of hook calls. + + Returns an undo function which, when called, removes the added tracing. + """ + hooktrace = self.trace.root.get("hook") + + def before( + hook_name: str, methods: Sequence[HookImpl], kwargs: Mapping[str, object] + ) -> None: + hooktrace.root.indent += 1 + hooktrace(hook_name, kwargs) + + def after( + outcome: Result[object], + hook_name: str, + methods: Sequence[HookImpl], + kwargs: Mapping[str, object], + ) -> None: + if outcome.exception is None: + hooktrace("finish", hook_name, "-->", outcome.get_result()) + hooktrace.root.indent -= 1 + + return self.add_hookcall_monitoring(before, after) + + def subset_hook_caller( + self, name: str, remove_plugins: Iterable[_Plugin] + ) -> HookCaller: + """Return a proxy :class:`~pluggy.HookCaller` instance for the named + method which manages calls to all registered plugins except the ones + from remove_plugins.""" + orig: HookCaller = getattr(self.hook, name) + plugins_to_remove = {plug for plug in remove_plugins if hasattr(plug, name)} + if plugins_to_remove: + return _SubsetHookCaller(orig, plugins_to_remove) + return orig + + +def _formatdef(func: Callable[..., object]) -> str: + return f"{func.__name__}{inspect.signature(func)}" diff --git a/env/lib/python3.8/site-packages/pluggy/_result.py b/env/lib/python3.8/site-packages/pluggy/_result.py new file mode 100644 index 000000000..f9a081c4f --- /dev/null +++ b/env/lib/python3.8/site-packages/pluggy/_result.py @@ -0,0 +1,104 @@ +""" +Hook wrapper "result" utilities. +""" + +from __future__ import annotations + +from types import TracebackType +from typing import Callable +from typing import cast +from typing import final +from typing import Generic +from typing import Optional +from typing import Tuple +from typing import Type +from typing import TypeVar + + +_ExcInfo = Tuple[Type[BaseException], BaseException, Optional[TracebackType]] +ResultType = TypeVar("ResultType") + + +class HookCallError(Exception): + """Hook was called incorrectly.""" + + +@final +class Result(Generic[ResultType]): + """An object used to inspect and set the result in a :ref:`hook wrapper + `.""" + + __slots__ = ("_result", "_exception") + + def __init__( + self, + result: ResultType | None, + exception: BaseException | None, + ) -> None: + """:meta private:""" + self._result = result + self._exception = exception + + @property + def excinfo(self) -> _ExcInfo | None: + """:meta private:""" + exc = self._exception + if exc is None: + return None + else: + return (type(exc), exc, exc.__traceback__) + + @property + def exception(self) -> BaseException | None: + """:meta private:""" + return self._exception + + @classmethod + def from_call(cls, func: Callable[[], ResultType]) -> Result[ResultType]: + """:meta private:""" + __tracebackhide__ = True + result = exception = None + try: + result = func() + except BaseException as exc: + exception = exc + return cls(result, exception) + + def force_result(self, result: ResultType) -> None: + """Force the result(s) to ``result``. + + If the hook was marked as a ``firstresult`` a single value should + be set, otherwise set a (modified) list of results. Any exceptions + found during invocation will be deleted. + + This overrides any previous result or exception. + """ + self._result = result + self._exception = None + + def force_exception(self, exception: BaseException) -> None: + """Force the result to fail with ``exception``. + + This overrides any previous result or exception. + + .. versionadded:: 1.1.0 + """ + self._result = None + self._exception = exception + + def get_result(self) -> ResultType: + """Get the result(s) for this hook call. + + If the hook was marked as a ``firstresult`` only a single value + will be returned, otherwise a list of results. + """ + __tracebackhide__ = True + exc = self._exception + if exc is None: + return cast(ResultType, self._result) + else: + raise exc.with_traceback(exc.__traceback__) + + +# Historical name (pluggy<=1.2), kept for backward compatibility. +_Result = Result diff --git a/env/lib/python3.8/site-packages/pluggy/_tracing.py b/env/lib/python3.8/site-packages/pluggy/_tracing.py new file mode 100644 index 000000000..cd238ad7e --- /dev/null +++ b/env/lib/python3.8/site-packages/pluggy/_tracing.py @@ -0,0 +1,73 @@ +""" +Tracing utils +""" + +from __future__ import annotations + +from typing import Any +from typing import Callable +from typing import Sequence +from typing import Tuple + + +_Writer = Callable[[str], object] +_Processor = Callable[[Tuple[str, ...], Tuple[Any, ...]], object] + + +class TagTracer: + def __init__(self) -> None: + self._tags2proc: dict[tuple[str, ...], _Processor] = {} + self._writer: _Writer | None = None + self.indent = 0 + + def get(self, name: str) -> TagTracerSub: + return TagTracerSub(self, (name,)) + + def _format_message(self, tags: Sequence[str], args: Sequence[object]) -> str: + if isinstance(args[-1], dict): + extra = args[-1] + args = args[:-1] + else: + extra = {} + + content = " ".join(map(str, args)) + indent = " " * self.indent + + lines = ["{}{} [{}]\n".format(indent, content, ":".join(tags))] + + for name, value in extra.items(): + lines.append(f"{indent} {name}: {value}\n") + + return "".join(lines) + + def _processmessage(self, tags: tuple[str, ...], args: tuple[object, ...]) -> None: + if self._writer is not None and args: + self._writer(self._format_message(tags, args)) + try: + processor = self._tags2proc[tags] + except KeyError: + pass + else: + processor(tags, args) + + def setwriter(self, writer: _Writer | None) -> None: + self._writer = writer + + def setprocessor(self, tags: str | tuple[str, ...], processor: _Processor) -> None: + if isinstance(tags, str): + tags = tuple(tags.split(":")) + else: + assert isinstance(tags, tuple) + self._tags2proc[tags] = processor + + +class TagTracerSub: + def __init__(self, root: TagTracer, tags: tuple[str, ...]) -> None: + self.root = root + self.tags = tags + + def __call__(self, *args: object) -> None: + self.root._processmessage(self.tags, args) + + def get(self, name: str) -> TagTracerSub: + return self.__class__(self.root, self.tags + (name,)) diff --git a/env/lib/python3.8/site-packages/pluggy/_version.py b/env/lib/python3.8/site-packages/pluggy/_version.py new file mode 100644 index 000000000..c565007ee --- /dev/null +++ b/env/lib/python3.8/site-packages/pluggy/_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 = '1.5.0' +__version_tuple__ = version_tuple = (1, 5, 0) diff --git a/env/lib/python3.8/site-packages/pluggy/_warnings.py b/env/lib/python3.8/site-packages/pluggy/_warnings.py new file mode 100644 index 000000000..6356c770c --- /dev/null +++ b/env/lib/python3.8/site-packages/pluggy/_warnings.py @@ -0,0 +1,27 @@ +from typing import final + + +class PluggyWarning(UserWarning): + """Base class for all warnings emitted by pluggy.""" + + __module__ = "pluggy" + + +@final +class PluggyTeardownRaisedWarning(PluggyWarning): + """A plugin raised an exception during an :ref:`old-style hookwrapper + ` teardown. + + Such exceptions are not handled by pluggy, and may cause subsequent + teardowns to be executed at unexpected times, or be skipped entirely. + + This is an issue in the plugin implementation. + + If the exception is unintended, fix the underlying cause. + + If the exception is intended, switch to :ref:`new-style hook wrappers + `, or use :func:`result.force_exception() + ` to set the exception instead of raising. + """ + + __module__ = "pluggy" diff --git a/env/lib/python3.8/site-packages/pluggy/py.typed b/env/lib/python3.8/site-packages/pluggy/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/env/lib/python3.8/site-packages/py.py b/env/lib/python3.8/site-packages/py.py new file mode 100644 index 000000000..5c661e66c --- /dev/null +++ b/env/lib/python3.8/site-packages/py.py @@ -0,0 +1,15 @@ +# shim for pylib going away +# if pylib is installed this file will get skipped +# (`py/__init__.py` has higher precedence) +from __future__ import annotations + +import sys + +import _pytest._py.error as error +import _pytest._py.path as path + + +sys.modules["py.error"] = error +sys.modules["py.path"] = path + +__all__ = ["error", "path"] diff --git a/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/AUTHORS b/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/AUTHORS new file mode 100644 index 000000000..e8ae5e4be --- /dev/null +++ b/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/AUTHORS @@ -0,0 +1,474 @@ +Holger Krekel, holger at merlinux eu +merlinux GmbH, Germany, office at merlinux eu + +Contributors include:: + +Aaron Coleman +Abdeali JK +Abdelrahman Elbehery +Abhijeet Kasurde +Adam Johnson +Adam Stewart +Adam Uhlir +Ahn Ki-Wook +Akhilesh Ramakrishnan +Akiomi Kamakura +Alan Velasco +Alessio Izzo +Alex Jones +Alex Lambson +Alexander Johnson +Alexander King +Alexei Kozlenok +Alice Purcell +Allan Feldman +Aly Sivji +Amir Elkess +Anatoly Bubenkoff +Anders Hovmöller +Andras Mitzki +Andras Tim +Andrea Cimatoribus +Andreas Motl +Andreas Zeidler +Andrew Shapton +Andrey Paramonov +Andrzej Klajnert +Andrzej Ostrowski +Andy Freeland +Anita Hammer +Anthon van der Neut +Anthony Shaw +Anthony Sottile +Anton Grinevich +Anton Lodder +Antony Lee +Arel Cordero +Arias Emmanuel +Ariel Pillemer +Armin Rigo +Aron Coyle +Aron Curzon +Arthur Richard +Ashish Kurmi +Aviral Verma +Aviv Palivoda +Babak Keyvani +Barney Gale +Ben Brown +Ben Gartner +Ben Leith +Ben Webb +Benjamin Peterson +Benjamin Schubert +Bernard Pratz +Bo Wu +Bob Ippolito +Brian Dorsey +Brian Larsen +Brian Maissy +Brian Okken +Brianna Laugher +Bruno Oliveira +Cal Jacobson +Cal Leeming +Carl Friedrich Bolz +Carlos Jenkins +Ceridwen +Charles Cloud +Charles Machalow +Charnjit SiNGH (CCSJ) +Cheuk Ting Ho +Chris Mahoney +Chris Lamb +Chris NeJame +Chris Rose +Chris Wheeler +Christian Boelsen +Christian Clauss +Christian Fetzer +Christian Neumüller +Christian Theunert +Christian Tismer +Christine Mecklenborg +Christoph Buelter +Christopher Dignam +Christopher Gilling +Claire Cecil +Claudio Madotto +Clément M.T. Robert +Cornelius Riemenschneider +CrazyMerlyn +Cristian Vera +Cyrus Maden +Damian Skrzypczak +Daniel Grana +Daniel Hahler +Daniel Miller +Daniel Nuri +Daniel Sánchez Castelló +Daniel Valenzuela Zenteno +Daniel Wandschneider +Daniele Procida +Danielle Jenkins +Daniil Galiev +Dave Hunt +David Díaz-Barquero +David Mohr +David Paul Röthlisberger +David Peled +David Szotten +David Vierra +Daw-Ran Liou +Debi Mishra +Denis Kirisov +Denivy Braiam Rück +Dheeraj C K +Dhiren Serai +Diego Russo +Dmitry Dygalo +Dmitry Pribysh +Dominic Mortlock +Duncan Betts +Edison Gustavo Muenz +Edoardo Batini +Edson Tadeu M. Manoel +Eduardo Schettino +Edward Haigh +Eero Vaher +Eli Boyarski +Elizaveta Shashkova +Éloi Rivard +Endre Galaczi +Eric Hunsberger +Eric Liu +Eric Siegerman +Eric Yuan +Erik Aronesty +Erik Hasse +Erik M. Bray +Evan Kepner +Evgeny Seliverstov +Fabian Sturm +Fabien Zarifian +Fabio Zadrozny +Farbod Ahmadian +faph +Felix Hofstätter +Felix Nieuwenhuizen +Feng Ma +Florian Bruhin +Florian Dahlitz +Floris Bruynooghe +Frank Hoffmann +Fraser Stark +Gabriel Landau +Gabriel Reis +Garvit Shubham +Gene Wood +George Kussumoto +Georgy Dyuldin +Gergely Kalmár +Gleb Nikonorov +Graeme Smecher +Graham Horler +Greg Price +Gregory Lee +Grig Gheorghiu +Grigorii Eremeev (budulianin) +Guido Wesdorp +Guoqiang Zhang +Harald Armin Massa +Harshna +Henk-Jaap Wagenaar +Holger Kohr +Hugo van Kemenade +Hui Wang (coldnight) +Ian Bicking +Ian Lesperance +Ilya Konstantinov +Ionuț Turturică +Isaac Virshup +Israel Fruchter +Itxaso Aizpurua +Iwan Briquemont +Jaap Broekhuizen +Jake VanderPlas +Jakob van Santen +Jakub Mitoraj +James Bourbeau +James Frost +Jan Balster +Janne Vanhala +Jason R. Coombs +Javier Domingo Cansino +Javier Romero +Jeff Rackauckas +Jeff Widman +Jenni Rinker +Jens Tröger +John Eddie Ayson +John Litborn +John Towler +Jon Parise +Jon Sonesen +Jonas Obrist +Jordan Guymon +Jordan Moldow +Jordan Speicher +Joseph Hunkeler +Joseph Sawaya +Josh Karpel +Joshua Bronson +Jurko Gospodnetić +Justice Ndou +Justyna Janczyszyn +Kale Kundert +Kamran Ahmad +Kenny Y +Karl O. Pinc +Karthikeyan Singaravelan +Katarzyna Jachim +Katarzyna Król +Katerina Koukiou +Keri Volans +Kevin C +Kevin Cox +Kevin Hierro Carrasco +Kevin J. Foley +Kian Eliasi +Kian-Meng Ang +Kodi B. Arfer +Kojo Idrissa +Kostis Anagnostopoulos +Kristoffer Nordström +Kyle Altendorf +Lawrence Mitchell +Lee Kamentsky +Leonardus Chen +Lev Maximov +Levon Saldamli +Lewis Cowles +Llandy Riveron Del Risco +Loic Esteve +lovetheguitar +Lukas Bednar +Luke Murphy +Maciek Fijalkowski +Maggie Chung +Maho +Maik Figura +Mandeep Bhutani +Manuel Krebber +Marc Mueller +Marc Schlaich +Marcelo Duarte Trevisani +Marcin Bachry +Marc Bresson +Marco Gorelli +Mark Abramowitz +Mark Dickinson +Mark Vong +Marko Pacak +Markus Unterwaditzer +Martijn Faassen +Martin Altmayer +Martin K. Scherer +Martin Prusse +Mathieu Clabaut +Matt Bachmann +Matt Duck +Matt Williams +Matthias Hafner +Maxim Filipenko +Maximilian Cosmo Sitter +mbyt +Michael Aquilina +Michael Birtwell +Michael Droettboom +Michael Goerz +Michael Krebs +Michael Seifert +Michael Vogt +Michal Wajszczuk +Michał Górny +Michał Zięba +Mickey Pashov +Mihai Capotă +Mihail Milushev +Mike Hoyle (hoylemd) +Mike Lundy +Milan Lesnek +Miro Hrončok +mrbean-bremen +Nathan Goldbaum +Nathaniel Compton +Nathaniel Waisbrot +Nauman Ahmed +Ned Batchelder +Neil Martin +Neven Mundar +Nicholas Devenish +Nicholas Murphy +Niclas Olofsson +Nicolas Delaby +Nicolas Simonds +Nico Vidal +Nikolay Kondratyev +Nipunn Koorapati +Oleg Pidsadnyi +Oleg Sushchenko +Olga Matoula +Oliver Bestwalter +Omar Kohl +Omer Hadari +Ondřej Súkup +Oscar Benjamin +Parth Patel +Patrick Hayes +Patrick Lannigan +Paul Müller +Paul Reece +Pauli Virtanen +Pavel Karateev +Paweł Adamczak +Pedro Algarvio +Petter Strandmark +Philipp Loose +Pierre Sassoulas +Pieter Mulder +Piotr Banaszkiewicz +Piotr Helm +Poulami Sau +Prakhar Gurunani +Prashant Anand +Prashant Sharma +Pulkit Goyal +Punyashloka Biswal +Quentin Pradet +q0w +Ralf Schmitt +Ralph Giles +Ram Rachum +Ran Benita +Raphael Castaneda +Raphael Pierzina +Rafal Semik +Reza Mousavi +Raquel Alegre +Ravi Chandra +Reagan Lee +Rob Arrow +Robert Holt +Roberto Aldera +Roberto Polli +Roland Puntaier +Romain Dorgueil +Roman Bolshakov +Ronny Pfannschmidt +Ross Lawley +Ruaridh Williamson +Russel Winder +Russell Martin +Ryan Puddephatt +Ryan Wooden +Sadra Barikbin +Saiprasad Kale +Samuel Colvin +Samuel Dion-Girardeau +Samuel Jirovec +Samuel Searles-Bryant +Samuel Therrien (Avasam) +Samuele Pedroni +Sanket Duthade +Sankt Petersbug +Saravanan Padmanaban +Sean Malloy +Segev Finer +Serhii Mozghovyi +Seth Junot +Shantanu Jain +Sharad Nair +Shubham Adep +Simon Blanchard +Simon Gomizelj +Simon Holesch +Simon Kerr +Skylar Downes +Srinivas Reddy Thatiparthy +Stefaan Lippens +Stefan Farmbauer +Stefan Scherfke +Stefan Zimmermann +Stefanie Molin +Stefano Taschini +Steffen Allner +Stephan Obermann +Sven-Hendrik Haase +Sviatoslav Sydorenko +Sylvain Marié +Tadek Teleżyński +Takafumi Arakaki +Taneli Hukkinen +Tanvi Mehta +Tanya Agarwal +Tarcisio Fischer +Tareq Alayan +Tatiana Ovary +Ted Xiao +Terje Runde +Thomas Grainger +Thomas Hisch +Tianyu Dongfang +Tim Hoffmann +Tim Strazny +TJ Bruno +Tobias Diez +Tom Dalton +Tom Viner +Tomáš Gavenčiak +Tomer Keren +Tony Narlock +Tor Colvin +Trevor Bekolay +Tushar Sadhwani +Tyler Goodlet +Tyler Smart +Tzu-ping Chung +Vasily Kuznetsov +Victor Maryama +Victor Rodriguez +Victor Uriarte +Vidar T. Fauske +Vijay Arora +Virendra Patil +Virgil Dupras +Vitaly Lashmanov +Vivaan Verma +Vlad Dragos +Vlad Radziuk +Vladyslav Rachek +Volodymyr Kochetkov +Volodymyr Piskun +Wei Lin +Wil Cooley +William Lee +Wim Glenn +Wouter van Ackooy +Xixi Zhao +Xuan Luong +Xuecong Liao +Yannick Péroux +Yao Xiao +Yoav Caspi +Yuliang Shao +Yusuke Kadowaki +Yutian Li +Yuval Shimon +Zac Hatfield-Dodds +Zach Snicker +Zachary Kneupper +Zachary OBrien +Zhouxin Qiu +Zoltán Máté +Zsolt Cserna diff --git a/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/INSTALLER b/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/INSTALLER new file mode 100644 index 000000000..a1b589e38 --- /dev/null +++ b/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/LICENSE b/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/LICENSE new file mode 100644 index 000000000..c3f1657fc --- /dev/null +++ b/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2004 Holger Krekel and others + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/METADATA b/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/METADATA new file mode 100644 index 000000000..b7ae48648 --- /dev/null +++ b/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/METADATA @@ -0,0 +1,213 @@ +Metadata-Version: 2.2 +Name: pytest +Version: 8.3.5 +Summary: pytest: simple powerful testing with Python +Author: Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin, Others (See AUTHORS) +License: MIT +Project-URL: Changelog, https://docs.pytest.org/en/stable/changelog.html +Project-URL: Contact, https://docs.pytest.org/en/stable/contact.html +Project-URL: Funding, https://docs.pytest.org/en/stable/sponsor.html +Project-URL: Homepage, https://docs.pytest.org/en/latest/ +Project-URL: Source, https://github.com/pytest-dev/pytest +Project-URL: Tracker, https://github.com/pytest-dev/pytest/issues +Keywords: test,unittest +Classifier: Development Status :: 6 - Mature +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Operating System :: MacOS +Classifier: Operating System :: Microsoft :: Windows +Classifier: Operating System :: POSIX +Classifier: Operating System :: Unix +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: Topic :: Software Development :: Libraries +Classifier: Topic :: Software Development :: Testing +Classifier: Topic :: Utilities +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +License-File: LICENSE +License-File: AUTHORS +Requires-Dist: colorama; sys_platform == "win32" +Requires-Dist: exceptiongroup>=1.0.0rc8; python_version < "3.11" +Requires-Dist: iniconfig +Requires-Dist: packaging +Requires-Dist: pluggy<2,>=1.5 +Requires-Dist: tomli>=1; python_version < "3.11" +Provides-Extra: dev +Requires-Dist: argcomplete; extra == "dev" +Requires-Dist: attrs>=19.2; extra == "dev" +Requires-Dist: hypothesis>=3.56; extra == "dev" +Requires-Dist: mock; extra == "dev" +Requires-Dist: pygments>=2.7.2; extra == "dev" +Requires-Dist: requests; extra == "dev" +Requires-Dist: setuptools; extra == "dev" +Requires-Dist: xmlschema; extra == "dev" + +.. image:: https://github.com/pytest-dev/pytest/raw/main/doc/en/img/pytest_logo_curves.svg + :target: https://docs.pytest.org/en/stable/ + :align: center + :height: 200 + :alt: pytest + + +------ + +.. image:: https://img.shields.io/pypi/v/pytest.svg + :target: https://pypi.org/project/pytest/ + +.. image:: https://img.shields.io/conda/vn/conda-forge/pytest.svg + :target: https://anaconda.org/conda-forge/pytest + +.. image:: https://img.shields.io/pypi/pyversions/pytest.svg + :target: https://pypi.org/project/pytest/ + +.. image:: https://codecov.io/gh/pytest-dev/pytest/branch/main/graph/badge.svg + :target: https://codecov.io/gh/pytest-dev/pytest + :alt: Code coverage Status + +.. image:: https://github.com/pytest-dev/pytest/actions/workflows/test.yml/badge.svg + :target: https://github.com/pytest-dev/pytest/actions?query=workflow%3Atest + +.. image:: https://results.pre-commit.ci/badge/github/pytest-dev/pytest/main.svg + :target: https://results.pre-commit.ci/latest/github/pytest-dev/pytest/main + :alt: pre-commit.ci status + +.. image:: https://www.codetriage.com/pytest-dev/pytest/badges/users.svg + :target: https://www.codetriage.com/pytest-dev/pytest + +.. image:: https://readthedocs.org/projects/pytest/badge/?version=latest + :target: https://pytest.readthedocs.io/en/latest/?badge=latest + :alt: Documentation Status + +.. image:: https://img.shields.io/badge/Discord-pytest--dev-blue + :target: https://discord.com/invite/pytest-dev + :alt: Discord + +.. image:: https://img.shields.io/badge/Libera%20chat-%23pytest-orange + :target: https://web.libera.chat/#pytest + :alt: Libera chat + + +The ``pytest`` framework makes it easy to write small tests, yet +scales to support complex functional testing for applications and libraries. + +An example of a simple test: + +.. code-block:: python + + # content of test_sample.py + def inc(x): + return x + 1 + + + def test_answer(): + assert inc(3) == 5 + + +To execute it:: + + $ pytest + ============================= test session starts ============================= + collected 1 items + + test_sample.py F + + ================================== FAILURES =================================== + _________________________________ test_answer _________________________________ + + def test_answer(): + > assert inc(3) == 5 + E assert 4 == 5 + E + where 4 = inc(3) + + test_sample.py:5: AssertionError + ========================== 1 failed in 0.04 seconds =========================== + + +Due to ``pytest``'s detailed assertion introspection, only plain ``assert`` statements are used. See `getting-started `_ for more examples. + + +Features +-------- + +- Detailed info on failing `assert statements `_ (no need to remember ``self.assert*`` names) + +- `Auto-discovery + `_ + of test modules and functions + +- `Modular fixtures `_ for + managing small or parametrized long-lived test resources + +- Can run `unittest `_ (or trial) + test suites out of the box + +- Python 3.8+ or PyPy3 + +- Rich plugin architecture, with over 1300+ `external plugins `_ and thriving community + + +Documentation +------------- + +For full documentation, including installation, tutorials and PDF documents, please see https://docs.pytest.org/en/stable/. + + +Bugs/Requests +------------- + +Please use the `GitHub issue tracker `_ to submit bugs or request features. + + +Changelog +--------- + +Consult the `Changelog `__ page for fixes and enhancements of each version. + + +Support pytest +-------------- + +`Open Collective`_ is an online funding platform for open and transparent communities. +It provides tools to raise money and share your finances in full transparency. + +It is the platform of choice for individuals and companies that want to make one-time or +monthly donations directly to the project. + +See more details in the `pytest collective`_. + +.. _Open Collective: https://opencollective.com +.. _pytest collective: https://opencollective.com/pytest + + +pytest for enterprise +--------------------- + +Available as part of the Tidelift Subscription. + +The maintainers of pytest and thousands of other packages are working with Tidelift to deliver commercial support and +maintenance for the open source dependencies you use to build your applications. +Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. + +`Learn more. `_ + +Security +^^^^^^^^ + +pytest has never been associated with a security vulnerability, but in any case, to report a +security vulnerability please use the `Tidelift security contact `_. +Tidelift will coordinate the fix and disclosure. + + +License +------- + +Copyright Holger Krekel and others, 2004. + +Distributed under the terms of the `MIT`_ license, pytest is free and open source software. + +.. _`MIT`: https://github.com/pytest-dev/pytest/blob/main/LICENSE diff --git a/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/RECORD b/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/RECORD new file mode 100644 index 000000000..8c6265efe --- /dev/null +++ b/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/RECORD @@ -0,0 +1,155 @@ +../../../bin/py.test,sha256=eRo0Em0i6j2uNt4QpFyKF3MCn-KDXde1-WeoUQpg4tU,255 +../../../bin/pytest,sha256=eRo0Em0i6j2uNt4QpFyKF3MCn-KDXde1-WeoUQpg4tU,255 +__pycache__/py.cpython-38.pyc,, +_pytest/__init__.py,sha256=4IdRJhnW5XG2KlaJkOxn5_TC9WeQ5tXDSF7tbb4vEso,391 +_pytest/__pycache__/__init__.cpython-38.pyc,, +_pytest/__pycache__/_argcomplete.cpython-38.pyc,, +_pytest/__pycache__/_version.cpython-38.pyc,, +_pytest/__pycache__/cacheprovider.cpython-38.pyc,, +_pytest/__pycache__/capture.cpython-38.pyc,, +_pytest/__pycache__/compat.cpython-38.pyc,, +_pytest/__pycache__/debugging.cpython-38.pyc,, +_pytest/__pycache__/deprecated.cpython-38.pyc,, +_pytest/__pycache__/doctest.cpython-38.pyc,, +_pytest/__pycache__/faulthandler.cpython-38.pyc,, +_pytest/__pycache__/fixtures.cpython-38.pyc,, +_pytest/__pycache__/freeze_support.cpython-38.pyc,, +_pytest/__pycache__/helpconfig.cpython-38.pyc,, +_pytest/__pycache__/hookspec.cpython-38.pyc,, +_pytest/__pycache__/junitxml.cpython-38.pyc,, +_pytest/__pycache__/legacypath.cpython-38.pyc,, +_pytest/__pycache__/logging.cpython-38.pyc,, +_pytest/__pycache__/main.cpython-38.pyc,, +_pytest/__pycache__/monkeypatch.cpython-38.pyc,, +_pytest/__pycache__/nodes.cpython-38.pyc,, +_pytest/__pycache__/outcomes.cpython-38.pyc,, +_pytest/__pycache__/pastebin.cpython-38.pyc,, +_pytest/__pycache__/pathlib.cpython-38.pyc,, +_pytest/__pycache__/pytester.cpython-38.pyc,, +_pytest/__pycache__/pytester_assertions.cpython-38.pyc,, +_pytest/__pycache__/python.cpython-38.pyc,, +_pytest/__pycache__/python_api.cpython-38.pyc,, +_pytest/__pycache__/python_path.cpython-38.pyc,, +_pytest/__pycache__/recwarn.cpython-38.pyc,, +_pytest/__pycache__/reports.cpython-38.pyc,, +_pytest/__pycache__/runner.cpython-38.pyc,, +_pytest/__pycache__/scope.cpython-38.pyc,, +_pytest/__pycache__/setuponly.cpython-38.pyc,, +_pytest/__pycache__/setupplan.cpython-38.pyc,, +_pytest/__pycache__/skipping.cpython-38.pyc,, +_pytest/__pycache__/stash.cpython-38.pyc,, +_pytest/__pycache__/stepwise.cpython-38.pyc,, +_pytest/__pycache__/terminal.cpython-38.pyc,, +_pytest/__pycache__/threadexception.cpython-38.pyc,, +_pytest/__pycache__/timing.cpython-38.pyc,, +_pytest/__pycache__/tmpdir.cpython-38.pyc,, +_pytest/__pycache__/unittest.cpython-38.pyc,, +_pytest/__pycache__/unraisableexception.cpython-38.pyc,, +_pytest/__pycache__/warning_types.cpython-38.pyc,, +_pytest/__pycache__/warnings.cpython-38.pyc,, +_pytest/_argcomplete.py,sha256=gh0pna66p4LVb2D8ST4568WGxvdInGT43m6slYhqNqU,3776 +_pytest/_code/__init__.py,sha256=5h7R-LFINKh7p8QR1HgdjvSGo1ysVJz28MQ9h7ipHK4,521 +_pytest/_code/__pycache__/__init__.cpython-38.pyc,, +_pytest/_code/__pycache__/code.cpython-38.pyc,, +_pytest/_code/__pycache__/source.cpython-38.pyc,, +_pytest/_code/code.py,sha256=umPdqLxq8UgWKAItTEvF6ZOq5dF65mzCJHFaZHzTNGY,50133 +_pytest/_code/source.py,sha256=2w9OZFOrRpiVaD_UdUS1T2XC7c2Is2GZn0iQy-lZfwk,7278 +_pytest/_io/__init__.py,sha256=pkLF29VEFr6Dlr3eOtJL8sf47RLFt1Jf4X1DZBPlYmc,190 +_pytest/_io/__pycache__/__init__.cpython-38.pyc,, +_pytest/_io/__pycache__/pprint.cpython-38.pyc,, +_pytest/_io/__pycache__/saferepr.cpython-38.pyc,, +_pytest/_io/__pycache__/terminalwriter.cpython-38.pyc,, +_pytest/_io/__pycache__/wcwidth.cpython-38.pyc,, +_pytest/_io/pprint.py,sha256=BCe8K7Zc0drYC5_JKZBBMVrhK84ARlmPpk9vSWPYhaE,19633 +_pytest/_io/saferepr.py,sha256=Hhx5F-75iz03hdk-WO86Bmy9RBuRHsuJj-YUzozfrgo,4082 +_pytest/_io/terminalwriter.py,sha256=dQ07zJ1-vlpFqWBBu_c0cHxT0yXcGSu7o7LxDCEyB3s,9319 +_pytest/_io/wcwidth.py,sha256=cUEJ74UhweICwbKvU2q6noZcNgD0QlBEB9CfakGYaqA,1289 +_pytest/_py/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +_pytest/_py/__pycache__/__init__.cpython-38.pyc,, +_pytest/_py/__pycache__/error.cpython-38.pyc,, +_pytest/_py/__pycache__/path.cpython-38.pyc,, +_pytest/_py/error.py,sha256=S1BRlfXSD248OFNzAuZ5O9w9W6fr2NUn0X8wYFGMNk0,3015 +_pytest/_py/path.py,sha256=Xl4UspvrwwKYNlLZDGbjhUrnD6fuBmFxxchgltmwGek,49211 +_pytest/_version.py,sha256=J5DxAuyFBTZ5aSAYHd6Js4B7Jori2HYDRJ9tB6rQDH0,511 +_pytest/assertion/__init__.py,sha256=lK1YNNAk1VqCK-Y5C5hMJMqJQyxQT11HuDH3w85a3Zc,6791 +_pytest/assertion/__pycache__/__init__.cpython-38.pyc,, +_pytest/assertion/__pycache__/rewrite.cpython-38.pyc,, +_pytest/assertion/__pycache__/truncate.cpython-38.pyc,, +_pytest/assertion/__pycache__/util.cpython-38.pyc,, +_pytest/assertion/rewrite.py,sha256=MRU6xClzIy1PX_FjiyLbjI4fC2nx1K4SLlBAMv4CgEY,48404 +_pytest/assertion/truncate.py,sha256=GYl5iqDXUuKQHgd_mthWl3ZjxBbDVQliBhks1Ty00kE,4459 +_pytest/assertion/util.py,sha256=6Vg5dZDuIXak9OLupvKyavLDroATgpU6ilkclc0OlJY,20265 +_pytest/cacheprovider.py,sha256=BFQVkna56tlO-v9qaNJVHIcF30hIVGrP9St_vMp4w98,22373 +_pytest/capture.py,sha256=auzKqarTIBH9Y7-NQgFbLKUkA2xhFzH_ba2Vgdb1mk4,35330 +_pytest/compat.py,sha256=sPcVQwPd45GaqsgIZEbCTR04GKhkVmIfft6QnKj3hmo,11467 +_pytest/config/__init__.py,sha256=Ch5YizaRrCfMykEuZdHF0RaIyvtWvoSXL4v6E1Cu-FY,70645 +_pytest/config/__pycache__/__init__.cpython-38.pyc,, +_pytest/config/__pycache__/argparsing.cpython-38.pyc,, +_pytest/config/__pycache__/compat.cpython-38.pyc,, +_pytest/config/__pycache__/exceptions.cpython-38.pyc,, +_pytest/config/__pycache__/findpaths.cpython-38.pyc,, +_pytest/config/argparsing.py,sha256=dNjEvFh2C34XMoiE_R7liJv5cryXUz2WR2VsxdnQdjo,20562 +_pytest/config/compat.py,sha256=-m8G4-LLezCd4KZO6JQufEz7cRDqUSOjIwCtiKWpJvY,2938 +_pytest/config/exceptions.py,sha256=lUKnOtpRqK-qNL6JfOP-8tRqpmHU34CVxguR5y0Qfbw,288 +_pytest/config/findpaths.py,sha256=h4zq5AbLaZGpkeEcD2Xg-rJimh9I5pE042qQOTZT7NM,8062 +_pytest/debugging.py,sha256=yRmmOexsaDeFky37IrD2e9svz8CWebB7L2fSUy4LvuE,13260 +_pytest/deprecated.py,sha256=sO9UiqEdy9Z-NCvDoYYA0QtafYogAb7lP5M9N_Hpnak,3147 +_pytest/doctest.py,sha256=7WJprJGYj7_9Lyr-L49wJ7q5ZwDVj1FBhA9_CX7JdLc,26255 +_pytest/faulthandler.py,sha256=dT0H-MLi62SXeiKjLQJ0EVPuxkTlNOxpWtNxA5uBJPs,3674 +_pytest/fixtures.py,sha256=I5t3pW2lHaVPbN1rAQ9sdX0a3QrpoW_U5VP-Vxejxmg,73550 +_pytest/freeze_support.py,sha256=1EfzuxPd2oV9Ira26K5J4r9ppFZjnGi-xKzsBXe8B4g,1291 +_pytest/helpconfig.py,sha256=ibnZNxKzToLmx-2ZrZKCP9t6jJvpAIlmqdf9a0rhOoI,8895 +_pytest/hookspec.py,sha256=-EcEFCUPyB9qu98xyXW8QhEoQSQZEzuNbZJYzQlEHdg,42831 +_pytest/junitxml.py,sha256=FnYwq0wAR4Cixzj-a9qhyulUSEpMyjX9ALbjza_We74,25574 +_pytest/legacypath.py,sha256=_l6v8akNMfTc5TAjvbc6M-_t157p9QE6-118WM0DRt8,16588 +_pytest/logging.py,sha256=QfaUUx-T0FiKBJBBb3bDllt8O8eTE7Mpigq7wvDepRc,35124 +_pytest/main.py,sha256=Oowez36UkOwJXkTRq4rVuJRRr18ItBnz_YDjgAmFCV8,37416 +_pytest/mark/__init__.py,sha256=bHORyCAsGnGJq7Tpm7A2sNQX31jwU1TgufM9DYcrTfQ,9307 +_pytest/mark/__pycache__/__init__.cpython-38.pyc,, +_pytest/mark/__pycache__/expression.cpython-38.pyc,, +_pytest/mark/__pycache__/structures.cpython-38.pyc,, +_pytest/mark/expression.py,sha256=H6LmX0MWlxe0uBmuXIpQEntrLtyqIhEJv07YvA79eDQ,10152 +_pytest/mark/structures.py,sha256=6hiIR3d4zxy35Yiw961r9sYrNl-T5WS8_0auSmpdiB0,21039 +_pytest/monkeypatch.py,sha256=SKgteVJz1puqYQ3el6-ju5ZsNABqpoMUuRC6nn3tFpc,14598 +_pytest/nodes.py,sha256=Hqyplow99hb-Zz0KKzL0K3cQ0rCgDXK65vBp6ave3u8,26483 +_pytest/outcomes.py,sha256=SeW14rRKnGSt7K_NxY7HGnedoJawFHwQi2anAYYugk8,10532 +_pytest/pastebin.py,sha256=Ja1z3Z6cXNElobpwy97FiyR5DDexZrDEB6vufmNvE4o,3978 +_pytest/pathlib.py,sha256=D8-azCcOkqX_JLxKntghalYadx4zGTB3w2yntgY04To,37569 +_pytest/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +_pytest/pytester.py,sha256=-D_SNLfp_AQRMP7GOo6NsXlektiYod79pxBY-2RdUT0,61552 +_pytest/pytester_assertions.py,sha256=EIHeb1llN9TVRfBJqQnwvjKeG-KpzURNq8mtbK7vcyA,2244 +_pytest/python.py,sha256=mkJek4hqp7GMIyk6uPNWclI2dYlg78tTjymdcZViTJM,64851 +_pytest/python_api.py,sha256=KyIP4xCyd2BpNFlY-28a0E50XxMXy7HSQi6ZaCw3qZg,40122 +_pytest/python_path.py,sha256=fGP7iR_XMFRPijg4niILo44gWUWLlD635fYO5Abd6IM,745 +_pytest/recwarn.py,sha256=M_xZw1EMireN8CZMmlI_sCiVsun8Rcq0FlnRkPeWdYQ,13227 +_pytest/reports.py,sha256=5OM_OyQHIS09PW6T_8kAJNS67GvcpvP-lKcna2LcSZ0,21331 +_pytest/runner.py,sha256=LDWKfhiIzWNkXqr1xwex-l1yhsWkdWCJko4bYM-etQ8,19436 +_pytest/scope.py,sha256=MyzqXUuWP1-BgbbCBzJyILiS_jicZO2LNUMUjv7vhh0,2798 +_pytest/setuponly.py,sha256=HNY9Ern-wex9iWSHxJU6ODA0yzYIH65QCkgNZ_BmbuA,3306 +_pytest/setupplan.py,sha256=l-ycFNxDZPyY52wh4f7yaqhzZ7SW1ijSKnQLmqzDZWA,1184 +_pytest/skipping.py,sha256=XbZKDPek9ex8aRXEoEy5iv0_e1b0sUi0PZrWqLBapek,10217 +_pytest/stash.py,sha256=5pE3kDx4q855TW9aVvYTdrkkKlMDU6-xiX4luKpJEgI,3090 +_pytest/stepwise.py,sha256=lYFm6kg000n_WEGOEQAho0j6dRCKJvgKz1Ya2Zz-0Zc,4596 +_pytest/terminal.py,sha256=-xT17xSJs9bu90wqRBc3WckaWTNTPOmVkZlO1X16Wyo,57393 +_pytest/threadexception.py,sha256=GHLYwCYK6I13Xv6bISO2crvPj9Z5ADKgVnUD7m1Oa14,3005 +_pytest/timing.py,sha256=URwa2JENXYkIN_9LFgEmJ4ric7SW8O6a8woS_TN6jXI,413 +_pytest/tmpdir.py,sha256=bo40r_gpxS7AdB_BANpSgh_fejHiXaGWrBxHpax9wtw,11375 +_pytest/unittest.py,sha256=wew7w2q5SqgdPppFzv0evwrTLWmMCwKFQvSUyEX2C0Q,15614 +_pytest/unraisableexception.py,sha256=-L6ln8mRnqqPBskzarua49st4ioXoKgllZ3oMmRuCKU,3252 +_pytest/warning_types.py,sha256=m2_Y3zydUZNzPpu88n8wPNWqaxfaATMKEo_zAgXMqyY,4388 +_pytest/warnings.py,sha256=ExyXdM9ZsIUX4o5GCt43fR-YWhIHSuUbV6GbKEVXeiA,5211 +py.py,sha256=txZ1tdmEW6CBTp6Idn-I2sOzzA0xKNoCi9Re27Uj6HE,329 +pytest-8.3.5.dist-info/AUTHORS,sha256=ZcWIRCwVP8zacKWNc4MlAG-EzDK6FW2gNsPjiEvx5QM,7052 +pytest-8.3.5.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pytest-8.3.5.dist-info/LICENSE,sha256=yoNqX57Mo7LzUCMPqiCkj7ixRWU7VWjXhIYt-GRwa5s,1091 +pytest-8.3.5.dist-info/METADATA,sha256=pUy6vSPgvZQTSf-ze4Uafge4v-dqOxWI_EfAEsV6hog,7593 +pytest-8.3.5.dist-info/RECORD,, +pytest-8.3.5.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pytest-8.3.5.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91 +pytest-8.3.5.dist-info/entry_points.txt,sha256=8IPrHPH3LNZQ7v5tNEOcNTZYk_SheNg64jsTM9erqL4,77 +pytest-8.3.5.dist-info/top_level.txt,sha256=yyhjvmXH7-JOaoQIdmNQHPuoBCxOyXS3jIths_6C8A4,18 +pytest/__init__.py,sha256=jm6h0ZECJdDXlX0i5F20mN3ypV--T7osmtMHzzzY8ug,5169 +pytest/__main__.py,sha256=oVDrGGo7N0TNyzXntUblcgTKbhHGWtivcX5TC7tEcKo,154 +pytest/__pycache__/__init__.cpython-38.pyc,, +pytest/__pycache__/__main__.cpython-38.pyc,, +pytest/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 diff --git a/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/REQUESTED b/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/REQUESTED new file mode 100644 index 000000000..e69de29bb diff --git a/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/WHEEL b/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/WHEEL new file mode 100644 index 000000000..ec2f44ecd --- /dev/null +++ b/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (75.8.2) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/entry_points.txt b/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/entry_points.txt new file mode 100644 index 000000000..192205dfa --- /dev/null +++ b/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/entry_points.txt @@ -0,0 +1,3 @@ +[console_scripts] +py.test = pytest:console_main +pytest = pytest:console_main diff --git a/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/top_level.txt b/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/top_level.txt new file mode 100644 index 000000000..3084ae51e --- /dev/null +++ b/env/lib/python3.8/site-packages/pytest-8.3.5.dist-info/top_level.txt @@ -0,0 +1,3 @@ +_pytest +py +pytest diff --git a/env/lib/python3.8/site-packages/pytest/__init__.py b/env/lib/python3.8/site-packages/pytest/__init__.py new file mode 100644 index 000000000..90abcdab0 --- /dev/null +++ b/env/lib/python3.8/site-packages/pytest/__init__.py @@ -0,0 +1,172 @@ +# PYTHON_ARGCOMPLETE_OK +"""pytest: unit and functional testing with Python.""" + +from __future__ import annotations + +from _pytest import __version__ +from _pytest import version_tuple +from _pytest._code import ExceptionInfo +from _pytest.assertion import register_assert_rewrite +from _pytest.cacheprovider import Cache +from _pytest.capture import CaptureFixture +from _pytest.config import cmdline +from _pytest.config import Config +from _pytest.config import console_main +from _pytest.config import ExitCode +from _pytest.config import hookimpl +from _pytest.config import hookspec +from _pytest.config import main +from _pytest.config import PytestPluginManager +from _pytest.config import UsageError +from _pytest.config.argparsing import OptionGroup +from _pytest.config.argparsing import Parser +from _pytest.debugging import pytestPDB as __pytestPDB +from _pytest.doctest import DoctestItem +from _pytest.fixtures import fixture +from _pytest.fixtures import FixtureDef +from _pytest.fixtures import FixtureLookupError +from _pytest.fixtures import FixtureRequest +from _pytest.fixtures import yield_fixture +from _pytest.freeze_support import freeze_includes +from _pytest.legacypath import TempdirFactory +from _pytest.legacypath import Testdir +from _pytest.logging import LogCaptureFixture +from _pytest.main import Dir +from _pytest.main import Session +from _pytest.mark import Mark +from _pytest.mark import MARK_GEN as mark +from _pytest.mark import MarkDecorator +from _pytest.mark import MarkGenerator +from _pytest.mark import param +from _pytest.monkeypatch import MonkeyPatch +from _pytest.nodes import Collector +from _pytest.nodes import Directory +from _pytest.nodes import File +from _pytest.nodes import Item +from _pytest.outcomes import exit +from _pytest.outcomes import fail +from _pytest.outcomes import importorskip +from _pytest.outcomes import skip +from _pytest.outcomes import xfail +from _pytest.pytester import HookRecorder +from _pytest.pytester import LineMatcher +from _pytest.pytester import Pytester +from _pytest.pytester import RecordedHookCall +from _pytest.pytester import RunResult +from _pytest.python import Class +from _pytest.python import Function +from _pytest.python import Metafunc +from _pytest.python import Module +from _pytest.python import Package +from _pytest.python_api import approx +from _pytest.python_api import raises +from _pytest.recwarn import deprecated_call +from _pytest.recwarn import WarningsRecorder +from _pytest.recwarn import warns +from _pytest.reports import CollectReport +from _pytest.reports import TestReport +from _pytest.runner import CallInfo +from _pytest.stash import Stash +from _pytest.stash import StashKey +from _pytest.terminal import TestShortLogReport +from _pytest.tmpdir import TempPathFactory +from _pytest.warning_types import PytestAssertRewriteWarning +from _pytest.warning_types import PytestCacheWarning +from _pytest.warning_types import PytestCollectionWarning +from _pytest.warning_types import PytestConfigWarning +from _pytest.warning_types import PytestDeprecationWarning +from _pytest.warning_types import PytestExperimentalApiWarning +from _pytest.warning_types import PytestRemovedIn9Warning +from _pytest.warning_types import PytestReturnNotNoneWarning +from _pytest.warning_types import PytestUnhandledCoroutineWarning +from _pytest.warning_types import PytestUnhandledThreadExceptionWarning +from _pytest.warning_types import PytestUnknownMarkWarning +from _pytest.warning_types import PytestUnraisableExceptionWarning +from _pytest.warning_types import PytestWarning + + +set_trace = __pytestPDB.set_trace + + +__all__ = [ + "__version__", + "approx", + "Cache", + "CallInfo", + "CaptureFixture", + "Class", + "cmdline", + "Collector", + "CollectReport", + "Config", + "console_main", + "deprecated_call", + "Dir", + "Directory", + "DoctestItem", + "exit", + "ExceptionInfo", + "ExitCode", + "fail", + "File", + "fixture", + "FixtureDef", + "FixtureLookupError", + "FixtureRequest", + "freeze_includes", + "Function", + "hookimpl", + "HookRecorder", + "hookspec", + "importorskip", + "Item", + "LineMatcher", + "LogCaptureFixture", + "main", + "mark", + "Mark", + "MarkDecorator", + "MarkGenerator", + "Metafunc", + "Module", + "MonkeyPatch", + "OptionGroup", + "Package", + "param", + "Parser", + "PytestAssertRewriteWarning", + "PytestCacheWarning", + "PytestCollectionWarning", + "PytestConfigWarning", + "PytestDeprecationWarning", + "PytestExperimentalApiWarning", + "PytestRemovedIn9Warning", + "PytestReturnNotNoneWarning", + "Pytester", + "PytestPluginManager", + "PytestUnhandledCoroutineWarning", + "PytestUnhandledThreadExceptionWarning", + "PytestUnknownMarkWarning", + "PytestUnraisableExceptionWarning", + "PytestWarning", + "raises", + "RecordedHookCall", + "register_assert_rewrite", + "RunResult", + "Session", + "set_trace", + "skip", + "Stash", + "StashKey", + "version_tuple", + "TempdirFactory", + "TempPathFactory", + "Testdir", + "TestReport", + "TestShortLogReport", + "UsageError", + "WarningsRecorder", + "warns", + "xfail", + "yield_fixture", +] diff --git a/env/lib/python3.8/site-packages/pytest/__main__.py b/env/lib/python3.8/site-packages/pytest/__main__.py new file mode 100644 index 000000000..cccab5d57 --- /dev/null +++ b/env/lib/python3.8/site-packages/pytest/__main__.py @@ -0,0 +1,9 @@ +"""The pytest entry point.""" + +from __future__ import annotations + +import pytest + + +if __name__ == "__main__": + raise SystemExit(pytest.console_main()) diff --git a/env/lib/python3.8/site-packages/pytest/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/pytest/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f29acb4c69a91660b0bcfd30b08ffed754a6f002 GIT binary patch literal 4371 zcmd6qS5q9z6~`B}z!H`y3B@avg(O(z96(DDf<2|jRI)vMG#_fbo z;SSy9c0;#tM)$Z`$O?DrUbheWgu96Qpv!b8M+V2|*2z1Q6b`-OMt58MNAKzOGfaSy^l;bG!K za7cI;@nJYDyqow491-3_d=!of@72fL<8WMfpFZJ^!l>|m;*)Sv_yc{)Jq@RY59l#> z9L9x5h;xt=KB&*QXW^{yA>wmzUidKa1-Kx5g!m#{6h2CP2`&jA)0f>Va7FmIzUp3s zYr-dpufuiWQQ{kLL--`|O}Ht1O5bvC!)@Wy#1k+fJVrbTlfvV~ci@h2jyMl_;WK*5 zorY=Qv&1tnBYci{7G{Od6W@iq!WW3=U{3g=zUR)vyznLB1y~TiOk9A1@D<`kSQNfW zd>`%$U(-wO19%{Oowx`^;Tw9{U4a$ho5ZWIDtwFhAv_emtsl9M;j!=p@e_C=JgLEb z3QvXa=nvgz@Ju*Q{2ZPOPif120WXB7we7CKn(&M+xdF8EP=s4FQ-QT^5#si8L2S3Hd6PTXvFq# zq+It(k>h)|9^oFxtBkBWQFUZ#GphRD_&>Rpjkdh)wmr{}Y#teM)3RPG6H?2vsF`gx zqI#ee8>Tl(D&Wy`UfCzZuu&B!jFhqLFjOY8j9NEN#ADm?cB#tHo413gZq$sk!GFlo zL4Mbc$Jn0ty|Pmw>M7A0e61|kc06ilrZ=1@?<0@ORDHkZxPfkR7^o6)x-oW$wne*K z()Eht6>QJ0C_~*{t0B>}F+R7t@5{<(jb9I_*}h~OS~5{*e0ob$cX-s4U*c!YMardS zM|o@2U5yP)sWNp8Hd+g`vU<>bM{mPgRIlpv5E_@=bd*Lbc}!o~DD_5Jj#tukRDA5c zE6NSfF*9~4^35i{c7g>YcOul&~uZkv+6j%5|Hw`f?pV4E8K%@ih!^VaP2B5{^& zQ>x?}o1WV=%qmYc4Q+vKY~E*g!S`xvbIFcMRcdzTeXSL*h8y%UVP08!#*t7+Hx4MR z$W3f7+YY;@huq{Fni$p`KIU}eZ`($5z+F1AA}3s~BfjV`2Q5xK~mwu?{z^u@5OelCDOk z#95b^cf~WN8i(-SlznmE^hThJ<0>z*^<>~Aa~p3fD%XFlaL&7$bTt-VRFwGMq8}~# zo=SQT#1CHes#LMG!n{wZNu}zYAxA$pWTk49jayYHc~)Zst6t6X*Qo@UTGGcwk4}5l zV{hAQT7AO&Y&@nh$!w$YXs)qzuuQUKST3@3vK(i*&B9-brkmvk%K?@XEIU|Ev9z)D zu$*QYW!cFx%(9DRH_Kj@ODtKIGc3I{uf?y}6W++&$%Szsx!oMY){S!B7-!XLlp0ZWnPI?H*Mc9sh)BP4G- zLls$(u}jK~v+)i~o`pV|Q)VB_G|PUL36?3A0hXIAw^(v4dq@^X!?zulg?`Dh-ga45 zxy~1gWtmp$gbphZKgZ7FH$b*w8n;Sxk%$*yplOS5EDCj5HtcBHOMGupfq3oE6!Aaw zC4F+0Ni0C`mR0VsI4qK25O<3k#e?jv_#k1YVB~0Bx{myoMp+G#RDxnaN=UZnUb6t-8buWoy1jRE8O4hXE%g#k(qdJ1*Y!NB`$R- zIggO(Hm5WLL6{NIp6w1C!|I6;Yg7(Plu$_WxFi|5+PWXxW^zbRAmO zUsL8WwMG8*FjpndmRRu_N0>gc06?2}T}(m&wY+ zD;#D?|t##A}r1bq5cpPMGB&*Vim1f!DydHRa8VU zP=gI~2QY-_dGtaa=>tv{Bpu%GUzRXy+5kSxzy#OM8mmpnKYEdrc6-to8)VSd_=_$U zqL$hSk&e5u5X!EE=n^5;+pu*Ygk!i>jDGlfw2?KoyJXS&0QLEu4#i}JRJMX0(<^Z? zuI$|BH7{)qTuH-`p|mDz=Goc-EHz}o$<+oN2Xo6Sz5GSY^JDIHfULo(yaC_$@fZGg ZXx_A4d{SGrt>BcRl<)NhY{KFwrr$x0Wq$ww literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/pytest/py.typed b/env/lib/python3.8/site-packages/pytest/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/INSTALLER b/env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/INSTALLER new file mode 100644 index 000000000..a1b589e38 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/LICENSE b/env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/LICENSE new file mode 100644 index 000000000..353924be0 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools-56.0.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/env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/METADATA b/env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/METADATA new file mode 100644 index 000000000..0212d70b0 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/METADATA @@ -0,0 +1,114 @@ +Metadata-Version: 2.1 +Name: setuptools +Version: 56.0.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 +Provides-Extra: certs +Requires-Dist: certifi (==2016.9.26) ; 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: pygments-github-lexers (==0.0.5) ; extra == 'docs' +Requires-Dist: sphinx-inline-tabs ; extra == 'docs' +Provides-Extra: ssl +Requires-Dist: wincertstore (==0.2) ; (sys_platform == "win32") and 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 python_version < "3.10") and extra == 'testing' +Requires-Dist: pytest-mypy ; (platform_python_implementation != "PyPy" and python_version < "3.10") 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/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/env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/RECORD b/env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/RECORD new file mode 100644 index 000000000..e320e5ddb --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/RECORD @@ -0,0 +1,295 @@ +_distutils_hack/__init__.py,sha256=Mi-TvyOnuMzUIc_utoEp5m3M_DY6QLLSkXqg6e8whI8,3686 +_distutils_hack/__pycache__/__init__.cpython-38.pyc,, +_distutils_hack/__pycache__/override.cpython-38.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-38.pyc,, +pkg_resources/_vendor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pkg_resources/_vendor/__pycache__/__init__.cpython-38.pyc,, +pkg_resources/_vendor/__pycache__/appdirs.cpython-38.pyc,, +pkg_resources/_vendor/__pycache__/pyparsing.cpython-38.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-38.pyc,, +pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-38.pyc,, +pkg_resources/_vendor/packaging/__pycache__/_compat.cpython-38.pyc,, +pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-38.pyc,, +pkg_resources/_vendor/packaging/__pycache__/_typing.cpython-38.pyc,, +pkg_resources/_vendor/packaging/__pycache__/markers.cpython-38.pyc,, +pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-38.pyc,, +pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc,, +pkg_resources/_vendor/packaging/__pycache__/tags.cpython-38.pyc,, +pkg_resources/_vendor/packaging/__pycache__/utils.cpython-38.pyc,, +pkg_resources/_vendor/packaging/__pycache__/version.cpython-38.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=tmrp-lu-qO1i75ZzIN5A12nKRRD1Cm4Vpk-5LR9rims,232055 +pkg_resources/extern/__init__.py,sha256=3PixaT9Tzzd4NoyV6CVhGd7S_9Z-U5yvMWAftZKvC6k,2362 +pkg_resources/extern/__pycache__/__init__.cpython-38.pyc,, +pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-38.pyc,, +pkg_resources/tests/data/my-test-package-source/setup.py,sha256=Mrezl3nqxkYkjCYpIxmjhhg4AR8hgi4QZdEYmk-I7R8,104 +setuptools-56.0.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +setuptools-56.0.0.dist-info/LICENSE,sha256=2z8CRrH5J48VhFuZ_sR4uLUG63ZIeZNyL4xuJUKF-vg,1050 +setuptools-56.0.0.dist-info/METADATA,sha256=_aCRpMCUGooEBJ9frK3qo-ZvRMWpdZWSWt_y07PjBfM,4759 +setuptools-56.0.0.dist-info/RECORD,, +setuptools-56.0.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools-56.0.0.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92 +setuptools-56.0.0.dist-info/dependency_links.txt,sha256=HlkCFkoK5TbZ5EMLbLKYhLcY_E31kBWD8TqW2EgmatQ,239 +setuptools-56.0.0.dist-info/entry_points.txt,sha256=lkeJaK21vluS2y7MfmO_tbLYjh8vaZDgZswzU4JD9gg,2869 +setuptools-56.0.0.dist-info/top_level.txt,sha256=d9yL39v_W7qmKDDSH6sT4bE0j_Ls1M3P161OGgdsm4g,41 +setuptools/__init__.py,sha256=0c232LRyOLGdL-Ywmgk8uMubx7I21w-ixJWiT0jQK-c,7681 +setuptools/__pycache__/__init__.cpython-38.pyc,, +setuptools/__pycache__/_deprecation_warning.cpython-38.pyc,, +setuptools/__pycache__/_imp.cpython-38.pyc,, +setuptools/__pycache__/archive_util.cpython-38.pyc,, +setuptools/__pycache__/build_meta.cpython-38.pyc,, +setuptools/__pycache__/config.cpython-38.pyc,, +setuptools/__pycache__/dep_util.cpython-38.pyc,, +setuptools/__pycache__/depends.cpython-38.pyc,, +setuptools/__pycache__/dist.cpython-38.pyc,, +setuptools/__pycache__/errors.cpython-38.pyc,, +setuptools/__pycache__/extension.cpython-38.pyc,, +setuptools/__pycache__/glob.cpython-38.pyc,, +setuptools/__pycache__/installer.cpython-38.pyc,, +setuptools/__pycache__/launch.cpython-38.pyc,, +setuptools/__pycache__/lib2to3_ex.cpython-38.pyc,, +setuptools/__pycache__/monkey.cpython-38.pyc,, +setuptools/__pycache__/msvc.cpython-38.pyc,, +setuptools/__pycache__/namespaces.cpython-38.pyc,, +setuptools/__pycache__/package_index.cpython-38.pyc,, +setuptools/__pycache__/py34compat.cpython-38.pyc,, +setuptools/__pycache__/sandbox.cpython-38.pyc,, +setuptools/__pycache__/ssl_support.cpython-38.pyc,, +setuptools/__pycache__/unicode_utils.cpython-38.pyc,, +setuptools/__pycache__/version.cpython-38.pyc,, +setuptools/__pycache__/wheel.cpython-38.pyc,, +setuptools/__pycache__/windows_support.cpython-38.pyc,, +setuptools/_deprecation_warning.py,sha256=jU9-dtfv6cKmtQJOXN8nP1mm7gONw5kKEtiPtbwnZyI,218 +setuptools/_distutils/__init__.py,sha256=lpQAphR_7uhWC2fbSEps4Ja9W4YwezN_IX_LJEt3khU,250 +setuptools/_distutils/__pycache__/__init__.cpython-38.pyc,, +setuptools/_distutils/__pycache__/_msvccompiler.cpython-38.pyc,, +setuptools/_distutils/__pycache__/archive_util.cpython-38.pyc,, +setuptools/_distutils/__pycache__/bcppcompiler.cpython-38.pyc,, +setuptools/_distutils/__pycache__/ccompiler.cpython-38.pyc,, +setuptools/_distutils/__pycache__/cmd.cpython-38.pyc,, +setuptools/_distutils/__pycache__/config.cpython-38.pyc,, +setuptools/_distutils/__pycache__/core.cpython-38.pyc,, +setuptools/_distutils/__pycache__/cygwinccompiler.cpython-38.pyc,, +setuptools/_distutils/__pycache__/debug.cpython-38.pyc,, +setuptools/_distutils/__pycache__/dep_util.cpython-38.pyc,, +setuptools/_distutils/__pycache__/dir_util.cpython-38.pyc,, +setuptools/_distutils/__pycache__/dist.cpython-38.pyc,, +setuptools/_distutils/__pycache__/errors.cpython-38.pyc,, +setuptools/_distutils/__pycache__/extension.cpython-38.pyc,, +setuptools/_distutils/__pycache__/fancy_getopt.cpython-38.pyc,, +setuptools/_distutils/__pycache__/file_util.cpython-38.pyc,, +setuptools/_distutils/__pycache__/filelist.cpython-38.pyc,, +setuptools/_distutils/__pycache__/log.cpython-38.pyc,, +setuptools/_distutils/__pycache__/msvc9compiler.cpython-38.pyc,, +setuptools/_distutils/__pycache__/msvccompiler.cpython-38.pyc,, +setuptools/_distutils/__pycache__/py35compat.cpython-38.pyc,, +setuptools/_distutils/__pycache__/py38compat.cpython-38.pyc,, +setuptools/_distutils/__pycache__/spawn.cpython-38.pyc,, +setuptools/_distutils/__pycache__/sysconfig.cpython-38.pyc,, +setuptools/_distutils/__pycache__/text_file.cpython-38.pyc,, +setuptools/_distutils/__pycache__/unixccompiler.cpython-38.pyc,, +setuptools/_distutils/__pycache__/util.cpython-38.pyc,, +setuptools/_distutils/__pycache__/version.cpython-38.pyc,, +setuptools/_distutils/__pycache__/versionpredicate.cpython-38.pyc,, +setuptools/_distutils/_msvccompiler.py,sha256=JQcHez50UA3BQKK9fOKANI_GzNFx3_qnZdyHyHNAghA,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=4cqQgq06NbGo0vazGMT2aPZ6K2Z-HcuRn9Pfz_bQUPw,47437 +setuptools/_distutils/cmd.py,sha256=eco6LAGUtobLuPafuhmgKgkwRRL_WY8KJ4YeDCHpcls,18079 +setuptools/_distutils/command/__init__.py,sha256=2TA-rlNDlzeI-csbWHXFjGD8uOYqALMfyWOhT49nC6g,799 +setuptools/_distutils/command/__pycache__/__init__.cpython-38.pyc,, +setuptools/_distutils/command/__pycache__/bdist.cpython-38.pyc,, +setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-38.pyc,, +setuptools/_distutils/command/__pycache__/bdist_msi.cpython-38.pyc,, +setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-38.pyc,, +setuptools/_distutils/command/__pycache__/bdist_wininst.cpython-38.pyc,, +setuptools/_distutils/command/__pycache__/build.cpython-38.pyc,, +setuptools/_distutils/command/__pycache__/build_clib.cpython-38.pyc,, +setuptools/_distutils/command/__pycache__/build_ext.cpython-38.pyc,, +setuptools/_distutils/command/__pycache__/build_py.cpython-38.pyc,, +setuptools/_distutils/command/__pycache__/build_scripts.cpython-38.pyc,, +setuptools/_distutils/command/__pycache__/check.cpython-38.pyc,, +setuptools/_distutils/command/__pycache__/clean.cpython-38.pyc,, +setuptools/_distutils/command/__pycache__/config.cpython-38.pyc,, +setuptools/_distutils/command/__pycache__/install.cpython-38.pyc,, +setuptools/_distutils/command/__pycache__/install_data.cpython-38.pyc,, +setuptools/_distutils/command/__pycache__/install_egg_info.cpython-38.pyc,, +setuptools/_distutils/command/__pycache__/install_headers.cpython-38.pyc,, +setuptools/_distutils/command/__pycache__/install_lib.cpython-38.pyc,, +setuptools/_distutils/command/__pycache__/install_scripts.cpython-38.pyc,, +setuptools/_distutils/command/__pycache__/py37compat.cpython-38.pyc,, +setuptools/_distutils/command/__pycache__/register.cpython-38.pyc,, +setuptools/_distutils/command/__pycache__/sdist.cpython-38.pyc,, +setuptools/_distutils/command/__pycache__/upload.cpython-38.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=11NyR2UAUzalrkTZ2ph0BAHFWFC2jtSsN7gIaF-NC08,5767 +setuptools/_distutils/command/build_clib.py,sha256=bgVTHh28eLQA2Gkw68amApd_j7qQBX4MTI-zTvAK_J4,8022 +setuptools/_distutils/command/build_ext.py,sha256=Y_SYbd8SHcpgNPfv3ifVniZljYs1cLAFleBSi2_O3CY,31685 +setuptools/_distutils/command/build_py.py,sha256=S_Nlw4hZE8PnIgqX5OFMdmt-GSmOhPQQ4f2jr1uBnoU,17190 +setuptools/_distutils/command/build_scripts.py,sha256=aKycJJPx3LfZ1cvZgSJaxnD2LnvRM5WJ-8xkpdgcLsI,6232 +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=oOM2rD7l_SglARNVDmiZn8u6DAfidXRF_yE5QS328B4,27482 +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=9U4JAusUzlAGJl0Y5nToPkQ3ldzseAtiye434mwJ0ow,16380 +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=8bRxhzp2FsaoHT7TuKD4Qjcuh_B9Ow_xTt_htZJvN2Q,12832 +setuptools/_distutils/log.py,sha256=hWBmdUC2K927QcVv3REMW3HMPclxccPQngxLSuUXQl0,1969 +setuptools/_distutils/msvc9compiler.py,sha256=uv0TAfoWrxEBOQL-Z2uws5g4AXoTPahUEMuq6FLkCYY,30453 +setuptools/_distutils/msvccompiler.py,sha256=ZYsnUgIC4tZT2WkJbTkTUyVSCAc2nFM9DVKIuIfPBU0,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=XBmUqzhxXfay_JE18RkaalHf9kgi7NvXeBPW9BfTqmw,4408 +setuptools/_distutils/sysconfig.py,sha256=5z55MU7gXeceL_G9FK6ex-2OvdeIXJRZJafrtthJcfU,21349 +setuptools/_distutils/text_file.py,sha256=PsuAJeWdKJoLSV_6N6IpB5-0Pa84KzLUucJMFRazw3I,12483 +setuptools/_distutils/unixccompiler.py,sha256=E65edChYLoHY8wi4OxFu_wKt3hJe3GySF6v51G_ZzL0,14696 +setuptools/_distutils/util.py,sha256=Wlz9noChJjzem9mfgOu-KaN8soB4aNhRfe4VGltXd8w,20985 +setuptools/_distutils/version.py,sha256=8NogP6NPPQpp3EUMZcT9czEHia-ehqPo8spo_e7AgUU,12514 +setuptools/_distutils/versionpredicate.py,sha256=ZxpEA-TQv88mUWc6hetUO4qSqA2sa7ipjZ3QEK5evDk,5133 +setuptools/_imp.py,sha256=Qx0LJzEBaWk_6PfICamJtfBN2rh5K9sJq1wXvtZW-mc,2388 +setuptools/_vendor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/__pycache__/__init__.cpython-38.pyc,, +setuptools/_vendor/__pycache__/ordered_set.cpython-38.pyc,, +setuptools/_vendor/__pycache__/pyparsing.cpython-38.pyc,, +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-38.pyc,, +setuptools/_vendor/packaging/__pycache__/__init__.cpython-38.pyc,, +setuptools/_vendor/packaging/__pycache__/_compat.cpython-38.pyc,, +setuptools/_vendor/packaging/__pycache__/_structures.cpython-38.pyc,, +setuptools/_vendor/packaging/__pycache__/_typing.cpython-38.pyc,, +setuptools/_vendor/packaging/__pycache__/markers.cpython-38.pyc,, +setuptools/_vendor/packaging/__pycache__/requirements.cpython-38.pyc,, +setuptools/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc,, +setuptools/_vendor/packaging/__pycache__/tags.cpython-38.pyc,, +setuptools/_vendor/packaging/__pycache__/utils.cpython-38.pyc,, +setuptools/_vendor/packaging/__pycache__/version.cpython-38.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=tmrp-lu-qO1i75ZzIN5A12nKRRD1Cm4Vpk-5LR9rims,232055 +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=fSjRqyhdTj_Ml_uey67g2bMtfv-MQrcoTMBUfBBURvo,551 +setuptools/command/__pycache__/__init__.cpython-38.pyc,, +setuptools/command/__pycache__/alias.cpython-38.pyc,, +setuptools/command/__pycache__/bdist_egg.cpython-38.pyc,, +setuptools/command/__pycache__/bdist_rpm.cpython-38.pyc,, +setuptools/command/__pycache__/build_clib.cpython-38.pyc,, +setuptools/command/__pycache__/build_ext.cpython-38.pyc,, +setuptools/command/__pycache__/build_py.cpython-38.pyc,, +setuptools/command/__pycache__/develop.cpython-38.pyc,, +setuptools/command/__pycache__/dist_info.cpython-38.pyc,, +setuptools/command/__pycache__/easy_install.cpython-38.pyc,, +setuptools/command/__pycache__/egg_info.cpython-38.pyc,, +setuptools/command/__pycache__/install.cpython-38.pyc,, +setuptools/command/__pycache__/install_egg_info.cpython-38.pyc,, +setuptools/command/__pycache__/install_lib.cpython-38.pyc,, +setuptools/command/__pycache__/install_scripts.cpython-38.pyc,, +setuptools/command/__pycache__/py36compat.cpython-38.pyc,, +setuptools/command/__pycache__/register.cpython-38.pyc,, +setuptools/command/__pycache__/rotate.cpython-38.pyc,, +setuptools/command/__pycache__/saveopts.cpython-38.pyc,, +setuptools/command/__pycache__/sdist.cpython-38.pyc,, +setuptools/command/__pycache__/setopt.cpython-38.pyc,, +setuptools/command/__pycache__/test.cpython-38.pyc,, +setuptools/command/__pycache__/upload.cpython-38.pyc,, +setuptools/command/__pycache__/upload_docs.cpython-38.pyc,, +setuptools/command/alias.py,sha256=1sLQxZcNh6dDQpDmm4G7UGGTol83nY1NTPmNBbm2siI,2381 +setuptools/command/bdist_egg.py,sha256=-upiB6fFtm8cQSQj1LRDVpG1-T143DsXCvV0fh03u7U,16604 +setuptools/command/bdist_rpm.py,sha256=_4Y7tVAzu1zEuDc8tpRdE_sy3zST3h3LPTtzioos5Ck,900 +setuptools/command/build_clib.py,sha256=fWHSFGkk10VCddBWCszvNhowbG9Z9CZXVjQ2uSInoOs,4415 +setuptools/command/build_ext.py,sha256=aI_qnK9m8lULZDS6XMv_p2j2pIehVbSarb4PJHDA7dw,13027 +setuptools/command/build_py.py,sha256=10DNYiaM707UGJ-eV6YNcIKRN1pbU7UwXGYUXACrXU8,9473 +setuptools/command/develop.py,sha256=B0p5dh7VrSMdEfhdUE_AJlWk2UxAesOOY14CAV5_DEA,8045 +setuptools/command/dist_info.py,sha256=5t6kOfrdgALT-P3ogss6PF9k-Leyesueycuk3dUyZnI,960 +setuptools/command/easy_install.py,sha256=13BpU0YW0UNJY-k1OSVCPj7EnCZ0ep5fZCS0uKuZ0mY,85308 +setuptools/command/egg_info.py,sha256=oTvMvsBHYwxiqN6V4BgUZfJEcTm_piA7-Ft9aTuHZV4,25079 +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=iKVS1zk2EKw_UPiKzWGck8ytka05cWmX28iMvMH4rbk,7818 +setuptools/command/setopt.py,sha256=LicqlXockLqBOHYPNv1J032HxoBKD4HOHB11qm_t-Bs,5051 +setuptools/command/test.py,sha256=Y4jwjdX_4DCimImq6fDWoHzBniXDNJVEcD6XxVZIYS0,9469 +setuptools/command/upload.py,sha256=XT3YFVfYPAmA5qhGg0euluU98ftxRUW-PzKcODMLxUs,462 +setuptools/command/upload_docs.py,sha256=ba5kOyedD_u62weinrxqqnvpuQvBIuamXehJG6tAvO0,7218 +setuptools/config.py,sha256=aviJCeFXvJ_WHwfY9oFaiGOEm4Fv7DF2i9LaAsaD05k,22020 +setuptools/dep_util.py,sha256=BDx1BkzNQntvAB4alypHbW5UVBzjqths000PrUL4Zqc,949 +setuptools/depends.py,sha256=iHfZdLdlCu2BllSF9bRg7NU0oqbPWMH8ljm4BuwQDY0,5474 +setuptools/dist.py,sha256=E-U3VVCY7JEKf9Fz_dDkT-EFbUmbJ-XFP_2F2Fz0ivE,40150 +setuptools/errors.py,sha256=MVOcv381HNSajDgEUWzOQ4J6B5BHCBMSjHfaWcEwA1o,524 +setuptools/extension.py,sha256=NMM46XjNdVelWemc0x8CyVKA5Ks6Zm3xTWSA2SS6xZM,1684 +setuptools/extern/__init__.py,sha256=uhAc-U12cORBK_H6jUZnG0FF-xaLvFR8j25NH0J0oo4,2389 +setuptools/extern/__pycache__/__init__.cpython-38.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/lib2to3_ex.py,sha256=YKA7CmdIJWwy0-yuZAxUgoNHbXFmT4p53iNadWdBQCk,2335 +setuptools/monkey.py,sha256=0e3HdVKXHL415O7np-AUqhEFXPPuDdJKbI47chQ_DE4,5217 +setuptools/msvc.py,sha256=HfXdtbmhmxAZXaYFT2NBZrXT8Sdx3fZlh8yIbllLGZ0,51126 +setuptools/namespaces.py,sha256=PMqGVPXPYQgjUTvEg9bGccRAkIODrQ6NmsDg_fwErwI,3093 +setuptools/package_index.py,sha256=xa71H7yK5PunUHF7ngZipaoxw2KWPd23qQNPoDudsPU,40718 +setuptools/py34compat.py,sha256=KYOd6ybRxjBW8NJmYD8t_UyyVmysppFXqHpFLdslGXU,245 +setuptools/sandbox.py,sha256=IirxmeCHbl1CHT7pEPgQ6tTx9wU854n-d2p80Su8t5c,14151 +setuptools/script (dev).tmpl,sha256=RUzQzCQUaXtwdLtYHWYbIQmOaES5Brqq1FvUA_tu-5I,218 +setuptools/script.tmpl,sha256=WGTt5piezO27c-Dbx6l5Q4T3Ff20A5z7872hv3aAhYY,138 +setuptools/ssl_support.py,sha256=CPU_41S-x2V6qOuENr2wQsOSxlHvJAoXOxuAPbrxjpM,8565 +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/env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/REQUESTED b/env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/REQUESTED new file mode 100644 index 000000000..e69de29bb diff --git a/env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/WHEEL b/env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/WHEEL new file mode 100644 index 000000000..385faab05 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.36.2) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/dependency_links.txt b/env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/dependency_links.txt new file mode 100644 index 000000000..e87d02103 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/dependency_links.txt @@ -0,0 +1,2 @@ +https://files.pythonhosted.org/packages/source/c/certifi/certifi-2016.9.26.tar.gz#md5=baa81e951a29958563689d868ef1064d +https://files.pythonhosted.org/packages/source/w/wincertstore/wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2 diff --git a/env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/entry_points.txt b/env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/entry_points.txt new file mode 100644 index 000000000..d117e2ce3 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/entry_points.txt @@ -0,0 +1,60 @@ +[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] +convert_2to3_doctests = setuptools.dist:assert_string_list +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:assert_bool +use_2to3_exclude_fixers = setuptools.dist:assert_string_list +use_2to3_fixers = setuptools.dist:assert_string_list +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] +2to3_doctests = setuptools.dist:Distribution._finalize_2to3_doctests +keywords = setuptools.dist:Distribution._finalize_setup_keywords +parent_finalize = setuptools.dist:_Distribution.finalize_options + diff --git a/env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/top_level.txt b/env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/top_level.txt new file mode 100644 index 000000000..b5ac10702 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools-56.0.0.dist-info/top_level.txt @@ -0,0 +1,3 @@ +_distutils_hack +pkg_resources +setuptools diff --git a/env/lib/python3.8/site-packages/setuptools/__init__.py b/env/lib/python3.8/site-packages/setuptools/__init__.py new file mode 100644 index 000000000..4d9b83572 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/__init__.py @@ -0,0 +1,241 @@ +"""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 + +# If we run 2to3 on .py files, should we also convert docstrings? +# Default: yes; assume that we can detect doctests reliably +run_2to3_on_doctests = True +# Standard package names for fixer packages +lib2to3_fixer_packages = ['lib2to3.fixes'] + + +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/env/lib/python3.8/site-packages/setuptools/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b34935d44a27e5fe2b8fe9369e8295fa4a56c8df GIT binary patch literal 8655 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..91f78ce39120eda4f405d7e8ba6df06d577754e6 GIT binary patch literal 551 zcmZWmJx{|h5Ovy$RuPpL7#X})BF#_;G1A;uV>IrAnZ~4{H5{fb}v`+0M-;r0t{_C|#h+$PEY@8=ax#|Di!}Ot})2TWZTF zq0%;;Hqy#41sZO#Ma;{zm^S;1$)FlBrg#R7RW4(h7G+w;`;6U}Jnbq&#)OU-dn0BK zN71;i*iUo@zTnEww?(3rm(RS|0E7~}!tm%0j1Ow#r!wpqv+1dCWdUA}RlWx6?_TY* uUo&CdoTmBK)W1-}_Rx)-CSOc?)vz0Mv$4BZ8x4_Ljn3NloY(SC1o;NK_?qwl literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/__pycache__/_imp.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/__pycache__/_imp.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..80d3af20f81fc1c4283c60b1a8f258dc7a9eae21 GIT binary patch literal 2090 zcmZuyOK;mo5GI!tMNtpSb{>t>2T`@$Ykon0$DRuGq(9I@fg+t=gOfpKsfD`OO9CyBG!5}*HVCfeI@ga8y~fedI5AJPVIi?# zYz+%jl%pK%$1*9s+b9YrVo}0)kc32-am2VN0lJj(IO>VgI0y$(Lg=Az9tV7|1=$iR zN-ArKPM8xO#SKGPbKIhkfg2N+^dR)LMpppQUq7`5>6o-|khHQxK1h>hcBk2=g!CfP zR2=5c4^>lTYRX=Y#zo)Ok!gikV_rZH>z0C6Kbq*VxhMdq#g#jxMj zko7kzDE*}(K^JKSxK)vMq1I3&RR&oQtdDH^A%`BywQJh3{zA{u5V8B*0Gk1YywA;H z;l#ow=!>Ulif~~HJvKGDEj7G!jHU$`IoKK@mgNQdf|r%W99D)^i132f)Cvn1O>J77 z+R1Oq-v<8^@PD)5zXbkoc>Q1gufQL@(&=5fZff!6;mXNsZk_75bOR#hMZj1YUKv^R zckCnxm#6lE?oWPoY9zPLG}lHJL~{6b(5;;5-c!2w`HiWO8~iH2K0r#d$=7l#w;@9_ zsX)%>8RRDDi@BW}efU8;RgUgGoG|Xj(TKR~a)%bkal5hph1;8O_m_wd+_OD(*(8&# z*8Qv64w7}Q*yMi7#2TCQ&WONBK*NC_r@$QG96Kueew0Mq_n`r1Z{dPwQ-l-Rk=>g_ zF>gi*l?)L&6^Qm4H&s7~^0w;h4y7p-l|jJHgNh=|0?sLweMD<=ZC$qaoQ824$ga2M zPijlE$qzFktdvI2qC}Di5QlNV7%fY4ZA(F#zfm&g@l$_mcgO2=#nPt47$q0Bw!e9> z{b+x?D^SXWDH$Yemc`Kh&$(FI+d0^6cl^DBt*z}Rojnz6t`p0fPxm|Rod*lnGQ6q1 z^W)>~N1X>^rSoLJ)7{(N>0T@^xBYXiFw=}AjS^jwdDm59b6SspzryTCG4U)o9e5N{ zdA10PP5S-lxiDdSh$8n~tV&~fVZ%QF1$ziWLym6i6}_(4k*S+%WNOx1Q_UREFV1Y; z0?idvfoDzKCaUQb@U;=W3(+po`qJ5V3#^N@W@|uceUZ{9My{Red)jN%rSjNln5r}A zO&HUUKnPo&-yx*dFfM9Bzm#@)kS*l8{GXHl2XJ7rIW*l-dD3rS97>GuE)xcFu8yIP zVQ`KYNOu`8N4aqfSm`}*12poen*)^r0Qtg}MM*#XUyzOjIVVyVR$WH-t&9WT0QlEM z(f4s0`aWF;t*8Ne=bwNLdA=)Jh}8?_`Dej%vco%Hh3OcYmP%msb19lqw4{)mLO+p0 vB_MZDm4(W;FVs|3S2dCS-5l_J`9)-FAk2ad9b}`5A^S)D47=of<`n+{3qcjx literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/__pycache__/archive_util.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/__pycache__/archive_util.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9f69968c8534b241a14f4c9d2183f38feb920c27 GIT binary patch literal 5751 zcmcIo&yU;273MEdlvevA_BwW)1Ypv*wt}^kCTcrDMQcb$G^P;FJwFEN*una3)u%9ggvt);gNR%4aB2CH!I zj@_!UW#-*ATFZQySzU{*u+m+#wZfOXCR=4o=&$Pj8gtQKV~?;C82t!4$<}c`p`V>% zWjs5{SNR%0*|l5i%zDqLKRRjNP*Fcp5tn{95k9}IMA%VLyzO_A!61qKP;`3Hhn$`c zLM88E@y2G|%vRorq#EO8c~yu+;LaM4BoNgOZ%&4kR>ig}J^?vR#?KNA;M zaL6?@+td|2;Nyu; zPLq0Rbt|)_=wvpNYQA7W))o{vr)gHLj@6;bXTK6U6&zZtO>|Ow=qlq4<0qG<&SWih zQs|jlcWl$RX~bt7Lz%l(ammC|OyhlH27Ek z`fbve{L}VT;uRSwRfzY-eNk8N zg^t=w0GjRbfX7O{i~%wkiw^gPq3UTlQ4Dy;VW0F^MA(J%&GQ!}ABG}SoYgn{FlHp5 z?7S}(A7~N&UXKgzM@q}ui{ObZJ_}vW8op0Ho%zlmj3ptO{HG^lTp~i*?1i~j7xsEl zr{@pCeUe9dNf^ryrS2y&EkH`V8O2bI*rKoPwTVYkb4Lb_U!FcEcqIUWxC5oa5@8KG$C#|T_L7^;0=^3j;b@GMlDfdCps zs&}NlHld8R;}8xgj0w=pM*9~AQ49-^wcE3qkH7;nYfEZm>IHl?I!RMV*!Nii?UdG< ztT;0jVN!>At_WwjF$!uYUMpO)r~)7$uyS~NzRqzBs)2KWK1vv4z>^fz;#h(tLbK;_ z1mAMX3>qoWO$t- z_2_ny&~SSuOq&vjB3KvpN(AGgp+#>_p4x=r!g=CB*e`hJW&fP4TY{KUlYG6Dc{4K0 zmKKOCTb)Hq!BDMo0V>oV+8W2%nb`OV9P$Jj<8;lm%r$extXiIBneKy*O}C3*4QI-f zuj7z^N281#^8k!{Xv#ARh0lz8Qv*C~cCE;q+R8WpiyxZc^v^%Ar_QuAbyGWa9y30$ zrsb)Zmhfa_T1m@k<+Q=<)49}A>ZO%KlshRTV3rbc0j^&)MsKGs-nc%k7WcihdT33T zQVSBQr;T*!4qYwDgV98}xH8R|L`RRTs`3HeNtX^SJSiVkX8qA*)L;&>Mrrbkr}Lcg zG<i)HL1=5&z&HDxV6U$(%{vrF=qo`>KROA-j-}5Ka_23$tlpOirDX z6l%wwWyTj~bF*H}tVCuGu~$}#Box)?$eg{fzneKbNfZn6U*^gl)d-o_Nrw9boV*9T zt9ngP$spFLIYom@nhi5&3lW()5Gu2h&OqW38bdhAOqQA5%mvQ3`Iizt)zMdQ$Y;

9Hl7^Og2@32nM|`v+E@2SM3Uq)CX95T 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 K3v{xw`u_)~E2OUg literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/msvccompiler.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/msvccompiler.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7fafac0d19988ccab6b065eb1afa485546c7f66a GIT binary patch literal 14749 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/py35compat.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/py35compat.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4e58f9b3b98908cc9f53f6f36936b3120d8fd248 GIT binary patch literal 631 zcmah`&59H;5Kg*#bQm2EB6tl7;s`x`7!(hSEO=K?yv(J^bZUCC+nt0;^};N(Cq3;` z=+P(f9s25NUtvM8x_5=WS)smE@>M1E^JPAt36{&NH@ja_h~LBEu4H^TW{ocyj4-kh z>ziG!rAbWsO{^10L7EJbujx87^0Qb>uGm|As0REe2^$mE_pI?1LoF@@i4%E}T*!ko z@-)L22k|`}UOmVs;;Hx{r8o$FFFUV40d?q`dh0(4Ed)j%IhgH5sfQ^NmP*u7CFb*u?~g>G!kPZMdfu#CQ{XzXsAoh;ydLqVK?i aA!K^g@(dbyH*_;TV&K2i=`4}s`tui&%di{( literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/py38compat.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/py38compat.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ade626813775fb0351e057eb8b89b65814b2e01f GIT binary patch literal 428 zcmYjNy-or_5T3mwa3WY(_y(9N7B)1*_|uSuU0}oA?Phn62st||pF&ID z$Ld-uYC9`uQ4?nJee=JWott*M2`Dey{^A4erw{fez~BO5TSy!@d4>nz!3g4T8e-~S zYUo6WON8wsZH_tNkit_~hOgueZeav9aKW-^P6>Fuhdj8$w@N5U8O*{H?1;nR7KdRI zb!^hH-HwgJsx@Zvacm2%m2p+e2RdbLrc72HUS~dgWsEX$t*R@VvrJTtl`vMSylNPc z3TB1zA9)Akcl@5yg~|lwET?+y7AjA4FPRx3CQ>BMu<245D)JRg<>arU*BwwRok%oR z*<4s^g)6jEDz$XXrFDgq=<0QEFjbjmuB+F^Ux*-f*8>ueh&0I&sgqr082{ScQhRiO R6IFDUDPE-F+|Pd@;0N~7W}*N9 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4a3c64b918d2f4a644d8818411e42f5543f17390 GIT binary patch literal 3435 zcmb7G-ESMm5x>1V9?2s`$%-voX`6079GZbdB{kXxwrg0m)TBis8~CiF zqnR1sg6GfAf3f@S1%?wS*{&qs zwnvc9jjKs*yJqH#7 z`WK6&%2gE0t{esXsqfzx*^`KIN!2c=Z9}})Y14k5hAPU^B^uDa$Wpb;Q$|%rp9CVx za!E&Vp!%6emVG(mVbqVpQyEENfyM!-*p1Qw4blvh3px_nKm-YmQcx=Mon;_|T*|J$ z8p{lq&soxsQr6=KJj_+F6LYi)c9%R5;jXcD6sTRZQ9uXL6Q25K%rp%W-u0hDgsqK^ ztrym&Uf-Wsy)Hy1^!zD(9X2ww4$+mh^uBr{|%!T9qR{5}A6Mth4tHh0@IR;P^-ti3cPRQtwtQz>rhgCd! zOZmqw=AV!?*eRF=`nRa>c#e6>Ke5MEHOm^vS5(jV_FVA~)-0;Z@7oL3xTY=?wWs8B zQnhhld6%iZ68aF`V zEp_E9BHt|ihUhG^S&(lGUuJWQ7Vh+v6phdAPpqF?%pN!X(0FKlYNhr=t3WNvNV9X& z7eLxrh_)G6&j)|CE$cxJu=;PLEzt=!IirCD(1lr&1c2ih@Ic#P!rDtE8dJWH_$$%q zQ+UiOjU*lBz>CQdh(Vt4RF%>QaipG;1YLkS6b8+Y-hPbI$TGz};8z$UnPGV6#$(XQ z4U6EgN!F*40y8K3KwhA(El3@Xs?v<^2ZxviM$4(%{Rk2vFqo$->i2;ijD)03Ky@%x zYjmBZNY^)n-}WKrO-}VNpW4P`k#l+t4QIR`MYYkzkNP4tM1TL8z!v2O3Jsv_HGt z&0R7|kac>(#t=XQ1zmX%$A_pLL?(Ve2*3jR!}O<7AGuO2Tc~b&bo~HIrh!U&h^KJV zz{2b*xXMLJvlL2NSON%-?K?s@1Qre9!2s2y4)F`Kv>y%hl@C|%-rIcGTU)>X!M#sE zT;JI0ZLL0dZ+%N!A&N{NK(&SaViR6@5rzSjn8(dAfl@=BlCSO0+)eA5^$bc?l&WX8 zw!3d@av-oYnc=&gmEA1iD=bJ?Mu%!QOP5F2m-~YAoro_h5rlhOtnl>7N*wJ>IIef! zU6GOE%Oh9~23)R4@NlHEES4+1)BdqyT19tssQp`*P7wIf?O&mxXt8J6*3n|gax2cl zAeOhgXMCD;|9?kIw`S0{*{OpiZ61GLg2B|{)BS(*#{Y^lO(K~DD%`yRS+!4JyDDF! zJGm++EEjnEv`H`QK+*-K$*j zCH4z^ZCJTTT(?E85Zm_t?K-e(+oT2DKA9&Td~GuK!Uo=pjyL)DUx;6V_7I~reX20Q zh#UC*9VW^e!X*GN0Kd1#_SjL*&}9Ug_*;boP27PmG`q_dv_s^C3&05xHwsAf0&acK zL&Gr>&wsmaRd%pOBKpQ5guQ4W*21?{#n1ecx zn?RodDYtOftjBMTD`wvoUOhm+XZ|V$TqMLdg=d4FP3yC7P`2Y8=`9iA{cuvv+h^q; z>ThbwB#Q(ORc81Q+fe*rrEOZuq~fkpfIQ|EuH*N-jO3$00PGmuIi&4Oc2N?D?VHmc zg!`Lv3yYInc+|eXy7hkhG4zB7rUsYY77J0#6^GsvbG!&r=+qlo3O%$B*$$mC%TreN zR$YOs-SwXxxm|E-L%XO@SMP52aMGC-KZdge@PRS9W-^5zDDesq#ZPg?izIF$eu9*% zNU37Ffup*$s=!^SDZIRD`X2{zKABgcucA)zx)GW9Di-0dQx)%^vYWUByDrcf4D9+x% r0TamBaLyakvrHn_ZY3GZV}2Wrk_#}nHOOD^YYwuv>G+t{j=%OFnFPh! literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ed13c8c46b6c40b8a770ea4421d8b6c26950d50d GIT binary patch literal 12440 zcmdT~Yiu0Xb)MJG&dxqaQPk6~i7cC3SzOsl?6|4yL?$VlsZ6n=Y)g!s?Qrjq9CA6k zyfZ6_>)A9d-5_Y8)+KhmPVQeb|xKME9ZQ4~dg1ZaTP z{mz-$<*sZu`Pow1nfpBV&bjxV^PO|6{kDyJ@$?omN4okR-8AK;JBf9XSVEjRC!ia=-(|R&~7SXTpU5q$Hk185J%ru zSI&x>m=wp5dO{o*Cs6mKI4MryJtaj7sSKj5wxg!`u;ibD8Aq+PCbUyc}_V< z&4{PPC&U@FtBJ?OS@gUhH1}!ogm@C^XT+44#`~hEigS2>QamNj;3(s*I4KECxsO2o}MjNeQDs&pHV9j6eNH_9Zf#U~jExFCo(^5dnA3r~?N!ecEhgUd!^ml^Ifv8nhi7!hcOM`S zPFHJN-Y&fy=dut!eYV>qHr(+7-wPU^v(^b3R18WIJZpw6d+?Dp+kQj(QRD^A>h5P8 z$GIXg)vGmUPP$v(dFS)8X3uYfBUHzKm(~PTea>xc*IIJ@Mf-g^X^Zb;S(K`p9G}A{ zbRxeQE@h0Gm$D^Sta`n@+up6$S0?LAw{E<0ZLz*|{o3c}XK&PBy1YE!pzi%Y4GB83 zv-pMQ@et~q^5&VI8Y!FVzQ#{IR)iL-2l|034IEN^S=lj!fi03-tZGSa*^4^uZjoQL zW~<>gll-eK(ZLemxKcF|traFl+l@97(+}7Drk5C-Ek8h4RV3P4@Et{#F!GPqE^M^6 zy$iw(F0^@%&9px`vnD-n)%Rv1={B}JdBF?rTxj~MS&L8Bp1%>AL5@8<%D{mk(fc7+%npNciQ4gera~K<2OaslqN{X zJPl|C*zpZF^b$LaTp5LT{b)lLsLEWrK7VE5W>u9WgPCdRqfE7>`kH^Q-fl3-XHgQe zq*lk($qx+8P~{}b8u*R;(FWkfr`iZaBP{)%x~$->(YvZHR`sM%2Md`MDO*Zy+1m6P zQGFFN9hwO(q~z(8`z+@9ynynMK2lK);_V5fk`K?uKrzo|0tvyJP-sH`CGC`QoS0^G zzi}N4ECa`NLY($sosM7R`T-?LW^B8gEy;&`+Xp8zY31DUWQcQl-ll`qBr${bt+lmO z&bU!yqY25;#K~TEx7(0N5GFKCCSe+_PE(MKnR=%7>=Y9L?Wv2ki&Hhub#qUM+7n{& zec~r}whneBrEJtX%SL9+;e(kpK{6`aido~I1%Z&LC^`8so()b@9)HB29DdBBzeOU3 zUfr_fB(~ppq_ig@6-QT-Pe%Htv7bY&b^uw9oGEl@uQ-+ zsUmlv^)&8TjImvp6=6oDJ>`TFl}{)={g7s?A3z8&)jX)a2ddvatUX{Fn-%oy&%!#; zPGJ28`E*ueqChl`W54|(z60xPyYJ#;WlK!UiGzt<){?u!>+A9wrX0xkHHc)-nP$q~n%ikc&hKS`OQ>Mn|>Y=JrlYGVMXJch76|>t<&7lkj2d zI6>I+qkK#^{9=;#gGRF>yd>9dh5o(73}pk$mE;$)ax>l7avb|K(UxYrR~8%rLbZ`hOp08RW%3Kl z(0og`4#jFJKn=nGNhv#UESTgm%uXJsDON@SLn?_$Z}B-yirl`w)^yjyBv0j`*OoeZ zLdTUyc$Anao1yRm=82sR3H}TTOBMk1PNRg75|O|g!}Wc#^PceVgedno{O|iecwQ- z7Uf7p04USJ?w1-QJhDDtMEmOy9ap1#doi+lT2Ml6B`UOU6E*a)MGnH?cVi`NqwSZX zBJ`dq@_Twu4-Aoq0Lkday0B8ga-jDNwB3(^CbC)}3mP@J#1spl_z!6D{eE9zvq0<5 z5Q2+l98{vRC{m9hVN!CJAv=GZFribw#9+Vyu8=N7%{0VIAY6%)lN}R449CqNUpR97 zJ|toy*}+-Q)CUp&C=teoufM4e<;r%7nlh2%2D?sL;;hLQP_V<&s3X0Zbizy}Ye85? z`m2D0kUUQ7Q0ffL~)`yL6lT}X^{GN3iqOAw9)XVkEUcP7b z3L+m_n+5n3zD;kDKc)2S!6@%S>`-l9z8jnSHsL0u?AVNep$JnEb_IGeW4ot8?4^|6 zV@eh%=~;hM{vDSUQD%yj-=xNQ}Gz6 zy%ZaR+5*=aL+#TNQyd+%|598Wv_H!2i$fIBl3@yIi7Cnh3SZ}$lrdjRR0gHLA6o;u z6{cH)^5C+#fG;ZH%kUMkfpi&bS&EBsIWBWq4&{1m##&qwllSwg66a&3UKTK;s>izD zn`;4Z0UKoo@S!Mebi$~$?RQh>1Q3wx%+9v9+kl9YfsqS)J(DG`!hQh23Or9hD&m;E z7WnthJ3w)FJ*VLk{OGKs6C=bSKL_$|#Bz(A2;|Uc$QGO==niKIBSFAQ%!7n2x~Ebb zo|9K$)e~4vp;TgYFkWIpEGEVc zD40Z>olW%Fn>Q14_R7`EFE1z7?CkO@m#@#yCDzrsELB>5)k)!O>I8H<5&NH#$&mFRi8qwP zF+(O|wIV-{F7i6{(;AILr%y8*DekixjkHr@HAR*xg&Ra6?5qKaCz=axxiZ6vxxl;2 zG}>)>jVPLpM!m5u9zcN-u2kiZ@e2by6tkq-fPWUrMcq<0CHn`UH(}T)C3&f7)_-fc zNl4VRgq|fx){;sC*MXah@p4jDkl^DOZo zW91p702-rQ`!u8|EV-Vt^Bi*1k=auM8!{Ch-TP_}9s~xL@ahs|tD4=585UdXG@A|q zXoBNpog5l;hei%tb2V0%@(ku6$qxPwJScc|fu{$?kR_+6niU{vG@@WNiOebbTpO9|V z>R$fwZ0rk|6gUn+T()6qiPdkwLM3Ib#;ldk;RCujnt5gOiF+ewJ+y-W$TKauZG9ILXsdB8ZVq zffwT=muou{qJ!lcqvaxOK+BaHOC^{~vW=1vFA6#C2F|gO_y z4E8${OdLYuw23dU3k%21m+a+8?Ez1uINuGJK&zcOvxn$Fb+z3vOjVbgx<^6})CHW| z>m6D-7%K2GgiHcH2U2naj{~d~@9xmNGPgnZ%;N&OFMt>33zuhB-lT^+(|vm8r|NG$ zRduFo=c;!1$qQdN_onlBCqUDWZio5{Ht$<`3Jb{F7)nc%UXsuBL}E!eKcI);p+H=s zv61A~WvkOpbU%m^`*n&Pu*1A+!3*6^)b*s0POUEQB^D1(DT7I<+ld+^>YWF-Vx>*1 z(^p6vr)dw86jJhpb|I4?ze(o8XvbdE6qxXesX~x&UVa%ZyJx1q02VMe(s#y<+u^wv z@FSjdAGv+@_B68$O-8tOu6n!LedzYtw?3w}H?sFh9S*SbA3$_*98THBeh0SF;OYlz zCNU*)_jB0!sxaYSJVz%3KLfuUb}gL-6Ihb!=61dpkrM&Px|fgh@?xCd&w)aoPXzFD zT-Z0!p5BbMA@Xct$2Ji4SK~sQi!JQ-i#Rt{T)??0;M|{84&tvYs&gV}n}X zLi?Kv`f_gPqA2!?aqb;WMv)!o_7K8&M}6~~z?HeU1T0#Piu zI#+vEbDT@AQi@ul-Or(2 zkxTdE(*6-qIZ#2X3*PHkeUDsH-qCj6hV^!Wq%L}qTpT}?i+x@8 z|5+}k0!&S;8vvqL$Veen0m#}xNN?SZJTGjxZ4aKt3i)~31cpfhheNlOXvc^=ws_pG8Vup~owD+_;kHOSkIp>qu8mCPxQx zvs#4Nq#F1asBwq~(04y%3h5{#D(_HvjwhDnVKy|~h9~b(&0VU21PvpOPXz*fpCPGg zh8_Wm!_tdXs)I&~n1~}5mgE}E79wLg_~W+mwLap!oju&FvB zi_~+M9z5rJJOlWhp&5c!L$wb}y7@g1uC@+vscpGCVdEoNQ3t~Vo0NH1H!2&i1+K0~r`awIc*`}eJ zaQ0g2qzY}pngotu%>=?HugRmTsZ~@{p8%pap;u0lrqM{djPnR4$}1ljIw5~sw>3*2 z2jy|yR^_)aj}eV9;wUDz6YilPCZb7Nnu4=fgYy@-=Rm@HE_SgAw!h+7y9*;LP@SROlf1aOUh=YpquA47{&MPa|DD zL*;&oRp6SWz~2;INoYyIfxnhBMYiCSGwlvR4g>?+ZL05+cL)&CC5Fssr`rP*&3}Dx zB>_9cf#DnCXpzO9QKevhNJc>fH-X1r0I)L@Ci1r1(QX!z1ic$@`wqs;LWqad!VQil z(oh*z!@U7X9@}hM>HUawATmkApLTq>WYaIq0#&U})b8*FhN%>R^mp5Ibt;W=?zTEp zm^Wc9OewV);FK6lY-aEwnVXO-v8gZ%XdW5{iwIBu8n%UehaSIle8sIqmHjdD^TCgZ2rA&}rxyZT263By*JBq^=8^|y z#{QG7Hr5mI1M+AuU0YtbNx?XhU$x|P|9-~ut>xKki&qw2p1XYGa((ggtMlEbDB_-) zVGwL?{VjLZ@73Sx`$~`;SY;siRIj6;n(%@C(Z+pyhUfz|;=opLD z@gd>+E=b5Nda%7_fh_w#n6{(~26CH5vFml1a`4sE>q&mS*;+-6H8J@f2(;4zS250( zzeRm+(BqqUKn)R4#tjQFqn%bhuw9CXocjonQ+)9+XqQZ*gTjcKJjtd1GCnX&O+5{n z310?$7W7a10CJLc(C?w`$PNO9LqnY;KhP|85$zzM-zV&Az$c8$E`xjyc@_2MeMm%+ zM~-EnP=VzX0Zb;avxJRuV^4t$gclhYRS{*Bn49^1i=Tzarh9A$M5A&EJzZcY#xPI) z#5-s4#^H&SKIRU`-NH+A^UF69`=y1&EG<2%DJ(3`UVUwDe(6?X&)>X}IRLvxjl6L> zA^?e6Tj^2<(cjZLlj4UJk7&TSUcu9XJ%3u4 ze~!|T6(uX4X7Dn8;VOF4YHnFT-A_ja?>8nDqo|4Wi3wE2D**9TasSYa*P8L4W_qfwHA% z?d^Sxm9*$;Xi3P^bJ1rLZfM>WNgq{|*(f24Mj~fjL!qMq0(Z<1JOi{Wg%7e?yN^HNp|3XTj9;CMPWvtSBx;FP;=&2fecl zE;r);vq`>Q7p+FUF5ja%-m^QDA{8dTLJu8}WRm1c1QR=jcy+cX((TNfm^Lh*m~^xM zC1q*Hpu`Z=NdXcyt-p0e=kQSXCn6P>U3xj_-imRCFNy9QNlP?7D>9TSr p?mTI1{Eq9UW?A+*`#EdDDqBVSF$#6Tg}P~-!li;^)=}$c{s(F87ySSL literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..de764847fe5421d5394b3ee9568c3eceacdc3822 GIT binary patch literal 8500 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 O&`@31@YZbAYW*+WX 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 DS;bF3 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..12c234a49f66bd21ef311b9db492cdace2213179 GIT binary patch literal 5196 zcmbtY%W~Vu6$L=>AzJc#{Fs@{v>huV915}|d&*IXvL~KQ%8RI6k;e;;910{_5@Zs9 z8%@bVsEzGaHmU5gNTsCg@(=lk?6J+tzo12&a~mK}Qru~N=hJQsoJj4~fM&W98&DC9_t=DyRH|jZcH|r+X_w#O!>sy5bqh3@` z=7C->sahVjF}L6r-)i+TH@D8<8pkz(>nyHwxX!z!zZL2ieyh1-Zuza|mfslli>~2Z za?iNq=y%yQRy1oO{`Kzyx7+4yJrFE(MCAD!%<)|&c_gVGI;|JZ24~wG-vXb7g1cVJ zk(@biyYrUmfZ?U)3yHV@aYV@h{BfeCh|57z;=`>OHGjXTu5w7SP6jIyQd)k4% zr}y;eb7{DEx}v?&U*mZ{cc85rd&XX_XGn7^zhCI(4)k?Gz=)qc!Lm7X7_A*h^jF#n zIsn9r0^cr|8GgU#vMYR6Ir@-cP-QE?q9vcD7+I=ye6#7e1Na2sq$UJmwChXf)dHIo zRx!CKcq0nio_sWzF3EQs+1gCX&zyFb|3-*FB!vwTbi*habG=A*rPq#`M zn53j6hdC3Igsm6Q6pj9=iE$ux*qPZ3I()`;{F!i9ZU+8zI6u8EIB$APxY)gzAl23*Sb52A&?`iYh3$2CvcT&@;ToaC5L}(>2{Z z?)l6&3T_D+9!t(=ih0tvUFTl~P0Q4t+4?|J*$R#f9Tu(>y0o;!wpooGAFMJJ?()!) zw$p5}%F?WTr^*)R@w4Zh*($qHo4t4Mo;}-~x2CLgq^Fylt@%!euQ5l$ESg=oQz(LM z&*c%5_`2S0x0xGA$z4Vb@zRmZi`a&@&HaUiA&G4It^^#CW9n!k*j>e9!8#0l?YQV` zN3%N24@Adldog#_Xq(-R<4+6jxK4A(D=-iV$X`Ll5k-VyVM0U%S=mk~=|$@vcN@*!inYc%90uyLmgBP~XWa;Z$bh+Aa?$a8&UQSxiKQuAl-zy& z`Q1*F3&PCvTkWokj-Ib%hvi~`s0HBhvbn2XX5G{fL(UovFK^o(k#1_%o`p&&G&~jE zR0qmPPBgpwY0d6r&AxZq(T9h-i=W*e@#9VV0FR8T1U|(SfYf@Mzw$`iK+0*gc&JhU ze}$O9b~fSu5!|1TKys=>z?o!))oP60v1b{x7|SF`;Tf`6M@}huPQwj-KLxit_T0(! zJ%+veyMtJs8bbuRBC;SX&kbPklC=UKnXf}O1+zY(ee#>Nk?^`!RgN@>%xh#}!tpTd z|HmbqwZl0(oVUZfm8Dwh61er_ggqChQ6e=dK;1+vW|dA5NhWxU`w-YcWN15)v=)@K zjM=uWYDd{(0SnxQE4# z2ovl8P$vQ^ZNA~O+3CYo5qw54OQHTm+}49&y6K34HT(o*5V&}Y!YXn*@Z97PMLgC< zT3ujMYL=nkda89p8U|@tWp>VPiy2skaDUo?&7bqfIc8fs!tPr@HE`V zHLq)XNV#s|t=2R5i*E5i{|=N3Bb9pERw?>B`jqF_JA{F ztSYr?f;PU+JE7bir0Aje9A6n`S;}zX+>;{y`lFCe3PEIYgi#Wt1mg;>2;^NOai5Rx z=@Njx(f?w+G*?mrWo5j@NDTW8FJ<}|kR^maHAFq1cFJL{x1Nj1gW-6Qc;VPupx;NjU4zqu{1{Z zcjWa?>ANFfvEX`x!8%>!LNLLUo+xUX=I+rwmX_zm8s5d_+lfY2K}chqi!i(Ai{g16H~n^*euO~ zG@s}_VxX)-Y;MX*hg*(o>e%Jm>H6r&OaBEOzTh;54qno86&$Ig=PIj~_25=~6VNFB zHrR(oAWGgko%PTz4~ga-Wyp7wH?1?t#L;3K;#Fb@p1OzE=1KnBl}C>si_g$9O+I8! zNnRac2<*JI)N?2r5L*TUo&@Ga6n;a#-YSWN8a literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/_msvccompiler.py b/env/lib/python3.8/site-packages/setuptools/_distutils/_msvccompiler.py new file mode 100644 index 000000000..e9af4cf52 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/_msvccompiler.py @@ -0,0 +1,561 @@ +"""distutils._msvccompiler + +Contains MSVCCompiler, an implementation of the abstract CCompiler class +for Microsoft Visual Studio 2015. + +The module is compatible with VS 2015 and later. You can find legacy support +for older versions in distutils.msvc9compiler and distutils.msvccompiler. +""" + +# Written by Perry Stoll +# hacked by Robin Becker and Thomas Heller to do a better job of +# finding DevStudio (through the registry) +# ported to VS 2005 and VS 2008 by Christian Heimes +# ported to VS 2015 by Steve Dower + +import os +import subprocess +import contextlib +import warnings +import unittest.mock +with contextlib.suppress(ImportError): + import winreg + +from distutils.errors import DistutilsExecError, DistutilsPlatformError, \ + CompileError, LibError, LinkError +from distutils.ccompiler import CCompiler, gen_lib_options +from distutils import log +from distutils.util import get_platform + +from itertools import count + +def _find_vc2015(): + try: + key = winreg.OpenKeyEx( + winreg.HKEY_LOCAL_MACHINE, + r"Software\Microsoft\VisualStudio\SxS\VC7", + access=winreg.KEY_READ | winreg.KEY_WOW64_32KEY + ) + except OSError: + log.debug("Visual C++ is not registered") + return None, None + + best_version = 0 + best_dir = None + with key: + for i in count(): + try: + v, vc_dir, vt = winreg.EnumValue(key, i) + except OSError: + break + if v and vt == winreg.REG_SZ and os.path.isdir(vc_dir): + try: + version = int(float(v)) + except (ValueError, TypeError): + continue + if version >= 14 and version > best_version: + best_version, best_dir = version, vc_dir + return best_version, best_dir + +def _find_vc2017(): + """Returns "15, path" based on the result of invoking vswhere.exe + If no install is found, returns "None, None" + + The version is returned to avoid unnecessarily changing the function + result. It may be ignored when the path is not None. + + If vswhere.exe is not available, by definition, VS 2017 is not + installed. + """ + root = os.environ.get("ProgramFiles(x86)") or os.environ.get("ProgramFiles") + if not root: + return None, None + + try: + path = subprocess.check_output([ + os.path.join(root, "Microsoft Visual Studio", "Installer", "vswhere.exe"), + "-latest", + "-prerelease", + "-requires", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", + "-property", "installationPath", + "-products", "*", + ], encoding="mbcs", errors="strict").strip() + except (subprocess.CalledProcessError, OSError, UnicodeDecodeError): + return None, None + + path = os.path.join(path, "VC", "Auxiliary", "Build") + if os.path.isdir(path): + return 15, path + + return None, None + +PLAT_SPEC_TO_RUNTIME = { + 'x86' : 'x86', + 'x86_amd64' : 'x64', + 'x86_arm' : 'arm', + 'x86_arm64' : 'arm64' +} + +def _find_vcvarsall(plat_spec): + # bpo-38597: Removed vcruntime return value + _, best_dir = _find_vc2017() + + if not best_dir: + best_version, best_dir = _find_vc2015() + + if not best_dir: + log.debug("No suitable Visual C++ version found") + return None, None + + vcvarsall = os.path.join(best_dir, "vcvarsall.bat") + if not os.path.isfile(vcvarsall): + log.debug("%s cannot be found", vcvarsall) + return None, None + + return vcvarsall, None + +def _get_vc_env(plat_spec): + if os.getenv("DISTUTILS_USE_SDK"): + return { + key.lower(): value + for key, value in os.environ.items() + } + + vcvarsall, _ = _find_vcvarsall(plat_spec) + if not vcvarsall: + raise DistutilsPlatformError("Unable to find vcvarsall.bat") + + try: + out = subprocess.check_output( + 'cmd /u /c "{}" {} && set'.format(vcvarsall, plat_spec), + stderr=subprocess.STDOUT, + ).decode('utf-16le', errors='replace') + except subprocess.CalledProcessError as exc: + log.error(exc.output) + raise DistutilsPlatformError("Error executing {}" + .format(exc.cmd)) + + env = { + key.lower(): value + for key, _, value in + (line.partition('=') for line in out.splitlines()) + if key and value + } + + return env + +def _find_exe(exe, paths=None): + """Return path to an MSVC executable program. + + Tries to find the program in several places: first, one of the + MSVC program search paths from the registry; next, the directories + in the PATH environment variable. If any of those work, return an + absolute path that is known to exist. If none of them work, just + return the original program name, 'exe'. + """ + if not paths: + paths = os.getenv('path').split(os.pathsep) + for p in paths: + fn = os.path.join(os.path.abspath(p), exe) + if os.path.isfile(fn): + return fn + return exe + +# A map keyed by get_platform() return values to values accepted by +# 'vcvarsall.bat'. Always cross-compile from x86 to work with the +# lighter-weight MSVC installs that do not include native 64-bit tools. +PLAT_TO_VCVARS = { + 'win32' : 'x86', + 'win-amd64' : 'x86_amd64', + 'win-arm32' : 'x86_arm', + 'win-arm64' : 'x86_arm64' +} + +class MSVCCompiler(CCompiler) : + """Concrete class that implements an interface to Microsoft Visual C++, + as defined by the CCompiler abstract class.""" + + compiler_type = 'msvc' + + # Just set this so CCompiler's constructor doesn't barf. We currently + # don't use the 'set_executables()' bureaucracy provided by CCompiler, + # as it really isn't necessary for this sort of single-compiler class. + # Would be nice to have a consistent interface with UnixCCompiler, + # though, so it's worth thinking about. + executables = {} + + # Private class data (need to distinguish C from C++ source for compiler) + _c_extensions = ['.c'] + _cpp_extensions = ['.cc', '.cpp', '.cxx'] + _rc_extensions = ['.rc'] + _mc_extensions = ['.mc'] + + # Needed for the filename generation methods provided by the + # base class, CCompiler. + src_extensions = (_c_extensions + _cpp_extensions + + _rc_extensions + _mc_extensions) + res_extension = '.res' + obj_extension = '.obj' + static_lib_extension = '.lib' + shared_lib_extension = '.dll' + static_lib_format = shared_lib_format = '%s%s' + exe_extension = '.exe' + + + def __init__(self, verbose=0, dry_run=0, force=0): + CCompiler.__init__ (self, verbose, dry_run, force) + # target platform (.plat_name is consistent with 'bdist') + self.plat_name = None + self.initialized = False + + def initialize(self, plat_name=None): + # multi-init means we would need to check platform same each time... + assert not self.initialized, "don't init multiple times" + if plat_name is None: + plat_name = get_platform() + # sanity check for platforms to prevent obscure errors later. + if plat_name not in PLAT_TO_VCVARS: + raise DistutilsPlatformError("--plat-name must be one of {}" + .format(tuple(PLAT_TO_VCVARS))) + + # Get the vcvarsall.bat spec for the requested platform. + plat_spec = PLAT_TO_VCVARS[plat_name] + + vc_env = _get_vc_env(plat_spec) + if not vc_env: + raise DistutilsPlatformError("Unable to find a compatible " + "Visual Studio installation.") + + self._paths = vc_env.get('path', '') + paths = self._paths.split(os.pathsep) + self.cc = _find_exe("cl.exe", paths) + self.linker = _find_exe("link.exe", paths) + self.lib = _find_exe("lib.exe", paths) + self.rc = _find_exe("rc.exe", paths) # resource compiler + self.mc = _find_exe("mc.exe", paths) # message compiler + self.mt = _find_exe("mt.exe", paths) # message compiler + + for dir in vc_env.get('include', '').split(os.pathsep): + if dir: + self.add_include_dir(dir.rstrip(os.sep)) + + for dir in vc_env.get('lib', '').split(os.pathsep): + if dir: + self.add_library_dir(dir.rstrip(os.sep)) + + self.preprocess_options = None + # bpo-38597: Always compile with dynamic linking + # Future releases of Python 3.x will include all past + # versions of vcruntime*.dll for compatibility. + self.compile_options = [ + '/nologo', '/Ox', '/W3', '/GL', '/DNDEBUG', '/MD' + ] + + self.compile_options_debug = [ + '/nologo', '/Od', '/MDd', '/Zi', '/W3', '/D_DEBUG' + ] + + ldflags = [ + '/nologo', '/INCREMENTAL:NO', '/LTCG' + ] + + ldflags_debug = [ + '/nologo', '/INCREMENTAL:NO', '/LTCG', '/DEBUG:FULL' + ] + + self.ldflags_exe = [*ldflags, '/MANIFEST:EMBED,ID=1'] + self.ldflags_exe_debug = [*ldflags_debug, '/MANIFEST:EMBED,ID=1'] + self.ldflags_shared = [*ldflags, '/DLL', '/MANIFEST:EMBED,ID=2', '/MANIFESTUAC:NO'] + self.ldflags_shared_debug = [*ldflags_debug, '/DLL', '/MANIFEST:EMBED,ID=2', '/MANIFESTUAC:NO'] + self.ldflags_static = [*ldflags] + self.ldflags_static_debug = [*ldflags_debug] + + self._ldflags = { + (CCompiler.EXECUTABLE, None): self.ldflags_exe, + (CCompiler.EXECUTABLE, False): self.ldflags_exe, + (CCompiler.EXECUTABLE, True): self.ldflags_exe_debug, + (CCompiler.SHARED_OBJECT, None): self.ldflags_shared, + (CCompiler.SHARED_OBJECT, False): self.ldflags_shared, + (CCompiler.SHARED_OBJECT, True): self.ldflags_shared_debug, + (CCompiler.SHARED_LIBRARY, None): self.ldflags_static, + (CCompiler.SHARED_LIBRARY, False): self.ldflags_static, + (CCompiler.SHARED_LIBRARY, True): self.ldflags_static_debug, + } + + self.initialized = True + + # -- Worker methods ------------------------------------------------ + + def object_filenames(self, + source_filenames, + strip_dir=0, + output_dir=''): + ext_map = { + **{ext: self.obj_extension for ext in self.src_extensions}, + **{ext: self.res_extension for ext in self._rc_extensions + self._mc_extensions}, + } + + output_dir = output_dir or '' + + def make_out_path(p): + base, ext = os.path.splitext(p) + if strip_dir: + base = os.path.basename(base) + else: + _, base = os.path.splitdrive(base) + if base.startswith((os.path.sep, os.path.altsep)): + base = base[1:] + try: + # XXX: This may produce absurdly long paths. We should check + # the length of the result and trim base until we fit within + # 260 characters. + return os.path.join(output_dir, base + ext_map[ext]) + except LookupError: + # Better to raise an exception instead of silently continuing + # and later complain about sources and targets having + # different lengths + raise CompileError("Don't know how to compile {}".format(p)) + + return list(map(make_out_path, source_filenames)) + + + def compile(self, sources, + output_dir=None, macros=None, include_dirs=None, debug=0, + extra_preargs=None, extra_postargs=None, depends=None): + + if not self.initialized: + self.initialize() + compile_info = self._setup_compile(output_dir, macros, include_dirs, + sources, depends, extra_postargs) + macros, objects, extra_postargs, pp_opts, build = compile_info + + compile_opts = extra_preargs or [] + compile_opts.append('/c') + if debug: + compile_opts.extend(self.compile_options_debug) + else: + compile_opts.extend(self.compile_options) + + + add_cpp_opts = False + + for obj in objects: + try: + src, ext = build[obj] + except KeyError: + continue + if debug: + # pass the full pathname to MSVC in debug mode, + # this allows the debugger to find the source file + # without asking the user to browse for it + src = os.path.abspath(src) + + if ext in self._c_extensions: + input_opt = "/Tc" + src + elif ext in self._cpp_extensions: + input_opt = "/Tp" + src + add_cpp_opts = True + elif ext in self._rc_extensions: + # compile .RC to .RES file + input_opt = src + output_opt = "/fo" + obj + try: + self.spawn([self.rc] + pp_opts + [output_opt, input_opt]) + except DistutilsExecError as msg: + raise CompileError(msg) + continue + elif ext in self._mc_extensions: + # Compile .MC to .RC file to .RES file. + # * '-h dir' specifies the directory for the + # generated include file + # * '-r dir' specifies the target directory of the + # generated RC file and the binary message resource + # it includes + # + # For now (since there are no options to change this), + # we use the source-directory for the include file and + # the build directory for the RC file and message + # resources. This works at least for win32all. + h_dir = os.path.dirname(src) + rc_dir = os.path.dirname(obj) + try: + # first compile .MC to .RC and .H file + self.spawn([self.mc, '-h', h_dir, '-r', rc_dir, src]) + base, _ = os.path.splitext(os.path.basename (src)) + rc_file = os.path.join(rc_dir, base + '.rc') + # then compile .RC to .RES file + self.spawn([self.rc, "/fo" + obj, rc_file]) + + except DistutilsExecError as msg: + raise CompileError(msg) + continue + else: + # how to handle this file? + raise CompileError("Don't know how to compile {} to {}" + .format(src, obj)) + + args = [self.cc] + compile_opts + pp_opts + if add_cpp_opts: + args.append('/EHsc') + args.append(input_opt) + args.append("/Fo" + obj) + args.extend(extra_postargs) + + try: + self.spawn(args) + except DistutilsExecError as msg: + raise CompileError(msg) + + return objects + + + def create_static_lib(self, + objects, + output_libname, + output_dir=None, + debug=0, + target_lang=None): + + if not self.initialized: + self.initialize() + objects, output_dir = self._fix_object_args(objects, output_dir) + output_filename = self.library_filename(output_libname, + output_dir=output_dir) + + if self._need_link(objects, output_filename): + lib_args = objects + ['/OUT:' + output_filename] + if debug: + pass # XXX what goes here? + try: + log.debug('Executing "%s" %s', self.lib, ' '.join(lib_args)) + self.spawn([self.lib] + lib_args) + except DistutilsExecError as msg: + raise LibError(msg) + else: + log.debug("skipping %s (up-to-date)", output_filename) + + + def link(self, + target_desc, + objects, + output_filename, + output_dir=None, + libraries=None, + library_dirs=None, + runtime_library_dirs=None, + export_symbols=None, + debug=0, + extra_preargs=None, + extra_postargs=None, + build_temp=None, + target_lang=None): + + if not self.initialized: + self.initialize() + objects, output_dir = self._fix_object_args(objects, output_dir) + fixed_args = self._fix_lib_args(libraries, library_dirs, + runtime_library_dirs) + libraries, library_dirs, runtime_library_dirs = fixed_args + + if runtime_library_dirs: + self.warn("I don't know what to do with 'runtime_library_dirs': " + + str(runtime_library_dirs)) + + lib_opts = gen_lib_options(self, + library_dirs, runtime_library_dirs, + libraries) + if output_dir is not None: + output_filename = os.path.join(output_dir, output_filename) + + if self._need_link(objects, output_filename): + ldflags = self._ldflags[target_desc, debug] + + export_opts = ["/EXPORT:" + sym for sym in (export_symbols or [])] + + ld_args = (ldflags + lib_opts + export_opts + + objects + ['/OUT:' + output_filename]) + + # The MSVC linker generates .lib and .exp files, which cannot be + # suppressed by any linker switches. The .lib files may even be + # needed! Make sure they are generated in the temporary build + # directory. Since they have different names for debug and release + # builds, they can go into the same directory. + build_temp = os.path.dirname(objects[0]) + if export_symbols is not None: + (dll_name, dll_ext) = os.path.splitext( + os.path.basename(output_filename)) + implib_file = os.path.join( + build_temp, + self.library_filename(dll_name)) + ld_args.append ('/IMPLIB:' + implib_file) + + if extra_preargs: + ld_args[:0] = extra_preargs + if extra_postargs: + ld_args.extend(extra_postargs) + + output_dir = os.path.dirname(os.path.abspath(output_filename)) + self.mkpath(output_dir) + try: + log.debug('Executing "%s" %s', self.linker, ' '.join(ld_args)) + self.spawn([self.linker] + ld_args) + except DistutilsExecError as msg: + raise LinkError(msg) + else: + log.debug("skipping %s (up-to-date)", output_filename) + + def spawn(self, cmd): + env = dict(os.environ, PATH=self._paths) + with self._fallback_spawn(cmd, env) as fallback: + return super().spawn(cmd, env=env) + return fallback.value + + @contextlib.contextmanager + def _fallback_spawn(self, cmd, env): + """ + Discovered in pypa/distutils#15, some tools monkeypatch the compiler, + so the 'env' kwarg causes a TypeError. Detect this condition and + restore the legacy, unsafe behavior. + """ + bag = type('Bag', (), {})() + try: + yield bag + except TypeError as exc: + if "unexpected keyword argument 'env'" not in str(exc): + raise + else: + return + warnings.warn( + "Fallback spawn triggered. Please update distutils monkeypatch.") + with unittest.mock.patch('os.environ', env): + bag.value = super().spawn(cmd) + + # -- Miscellaneous methods ----------------------------------------- + # These are all used by the 'gen_lib_options() function, in + # ccompiler.py. + + def library_dir_option(self, dir): + return "/LIBPATH:" + dir + + def runtime_library_dir_option(self, dir): + raise DistutilsPlatformError( + "don't know how to set runtime library search path for MSVC") + + def library_option(self, lib): + return self.library_filename(lib) + + def find_library_file(self, dirs, lib, debug=0): + # Prefer a debugging library if found (and requested), but deal + # with it if we don't have one. + if debug: + try_names = [lib + "_d", lib] + else: + try_names = [lib] + for dir in dirs: + for name in try_names: + libfile = os.path.join(dir, self.library_filename(name)) + if os.path.isfile(libfile): + return libfile + else: + # Oops, didn't find it in *any* of 'dirs' + return None diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/archive_util.py b/env/lib/python3.8/site-packages/setuptools/_distutils/archive_util.py new file mode 100644 index 000000000..565a3117b --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/archive_util.py @@ -0,0 +1,256 @@ +"""distutils.archive_util + +Utility functions for creating archive files (tarballs, zip files, +that sort of thing).""" + +import os +from warnings import warn +import sys + +try: + import zipfile +except ImportError: + zipfile = None + + +from distutils.errors import DistutilsExecError +from distutils.spawn import spawn +from distutils.dir_util import mkpath +from distutils import log + +try: + from pwd import getpwnam +except ImportError: + getpwnam = None + +try: + from grp import getgrnam +except ImportError: + getgrnam = None + +def _get_gid(name): + """Returns a gid, given a group name.""" + if getgrnam is None or name is None: + return None + try: + result = getgrnam(name) + except KeyError: + result = None + if result is not None: + return result[2] + return None + +def _get_uid(name): + """Returns an uid, given a user name.""" + if getpwnam is None or name is None: + return None + try: + result = getpwnam(name) + except KeyError: + result = None + if result is not None: + return result[2] + return None + +def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0, + owner=None, group=None): + """Create a (possibly compressed) tar file from all the files under + 'base_dir'. + + 'compress' must be "gzip" (the default), "bzip2", "xz", "compress", or + None. ("compress" will be deprecated in Python 3.2) + + 'owner' and 'group' can be used to define an owner and a group for the + archive that is being built. If not provided, the current owner and group + will be used. + + The output tar file will be named 'base_dir' + ".tar", possibly plus + the appropriate compression extension (".gz", ".bz2", ".xz" or ".Z"). + + Returns the output filename. + """ + tar_compression = {'gzip': 'gz', 'bzip2': 'bz2', 'xz': 'xz', None: '', + 'compress': ''} + compress_ext = {'gzip': '.gz', 'bzip2': '.bz2', 'xz': '.xz', + 'compress': '.Z'} + + # flags for compression program, each element of list will be an argument + if compress is not None and compress not in compress_ext.keys(): + raise ValueError( + "bad value for 'compress': must be None, 'gzip', 'bzip2', " + "'xz' or 'compress'") + + archive_name = base_name + '.tar' + if compress != 'compress': + archive_name += compress_ext.get(compress, '') + + mkpath(os.path.dirname(archive_name), dry_run=dry_run) + + # creating the tarball + import tarfile # late import so Python build itself doesn't break + + log.info('Creating tar archive') + + uid = _get_uid(owner) + gid = _get_gid(group) + + def _set_uid_gid(tarinfo): + if gid is not None: + tarinfo.gid = gid + tarinfo.gname = group + if uid is not None: + tarinfo.uid = uid + tarinfo.uname = owner + return tarinfo + + if not dry_run: + tar = tarfile.open(archive_name, 'w|%s' % tar_compression[compress]) + try: + tar.add(base_dir, filter=_set_uid_gid) + finally: + tar.close() + + # compression using `compress` + if compress == 'compress': + warn("'compress' will be deprecated.", PendingDeprecationWarning) + # the option varies depending on the platform + compressed_name = archive_name + compress_ext[compress] + if sys.platform == 'win32': + cmd = [compress, archive_name, compressed_name] + else: + cmd = [compress, '-f', archive_name] + spawn(cmd, dry_run=dry_run) + return compressed_name + + return archive_name + +def make_zipfile(base_name, base_dir, verbose=0, dry_run=0): + """Create a zip file from all the files under 'base_dir'. + + The output zip file will be named 'base_name' + ".zip". Uses either the + "zipfile" Python module (if available) or the InfoZIP "zip" utility + (if installed and found on the default search path). If neither tool is + available, raises DistutilsExecError. Returns the name of the output zip + file. + """ + zip_filename = base_name + ".zip" + mkpath(os.path.dirname(zip_filename), dry_run=dry_run) + + # If zipfile module is not available, try spawning an external + # 'zip' command. + if zipfile is None: + if verbose: + zipoptions = "-r" + else: + zipoptions = "-rq" + + try: + spawn(["zip", zipoptions, zip_filename, base_dir], + dry_run=dry_run) + except DistutilsExecError: + # XXX really should distinguish between "couldn't find + # external 'zip' command" and "zip failed". + raise DistutilsExecError(("unable to create zip file '%s': " + "could neither import the 'zipfile' module nor " + "find a standalone zip utility") % zip_filename) + + else: + log.info("creating '%s' and adding '%s' to it", + zip_filename, base_dir) + + if not dry_run: + try: + zip = zipfile.ZipFile(zip_filename, "w", + compression=zipfile.ZIP_DEFLATED) + except RuntimeError: + zip = zipfile.ZipFile(zip_filename, "w", + compression=zipfile.ZIP_STORED) + + with zip: + if base_dir != os.curdir: + path = os.path.normpath(os.path.join(base_dir, '')) + zip.write(path, path) + log.info("adding '%s'", path) + for dirpath, dirnames, filenames in os.walk(base_dir): + for name in dirnames: + path = os.path.normpath(os.path.join(dirpath, name, '')) + zip.write(path, path) + log.info("adding '%s'", path) + for name in filenames: + path = os.path.normpath(os.path.join(dirpath, name)) + if os.path.isfile(path): + zip.write(path, path) + log.info("adding '%s'", path) + + return zip_filename + +ARCHIVE_FORMATS = { + 'gztar': (make_tarball, [('compress', 'gzip')], "gzip'ed tar-file"), + 'bztar': (make_tarball, [('compress', 'bzip2')], "bzip2'ed tar-file"), + 'xztar': (make_tarball, [('compress', 'xz')], "xz'ed tar-file"), + 'ztar': (make_tarball, [('compress', 'compress')], "compressed tar file"), + 'tar': (make_tarball, [('compress', None)], "uncompressed tar file"), + 'zip': (make_zipfile, [],"ZIP file") + } + +def check_archive_formats(formats): + """Returns the first format from the 'format' list that is unknown. + + If all formats are known, returns None + """ + for format in formats: + if format not in ARCHIVE_FORMATS: + return format + return None + +def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, + dry_run=0, owner=None, group=None): + """Create an archive file (eg. zip or tar). + + 'base_name' is the name of the file to create, minus any format-specific + extension; 'format' is the archive format: one of "zip", "tar", "gztar", + "bztar", "xztar", or "ztar". + + 'root_dir' is a directory that will be the root directory of the + archive; ie. we typically chdir into 'root_dir' before creating the + archive. 'base_dir' is the directory where we start archiving from; + ie. 'base_dir' will be the common prefix of all files and + directories in the archive. 'root_dir' and 'base_dir' both default + to the current directory. Returns the name of the archive file. + + 'owner' and 'group' are used when creating a tar archive. By default, + uses the current owner and group. + """ + save_cwd = os.getcwd() + if root_dir is not None: + log.debug("changing into '%s'", root_dir) + base_name = os.path.abspath(base_name) + if not dry_run: + os.chdir(root_dir) + + if base_dir is None: + base_dir = os.curdir + + kwargs = {'dry_run': dry_run} + + try: + format_info = ARCHIVE_FORMATS[format] + except KeyError: + raise ValueError("unknown archive format '%s'" % format) + + func = format_info[0] + for arg, val in format_info[1]: + kwargs[arg] = val + + if format != 'zip': + kwargs['owner'] = owner + kwargs['group'] = group + + try: + filename = func(base_name, base_dir, **kwargs) + finally: + if root_dir is not None: + log.debug("changing back to '%s'", save_cwd) + os.chdir(save_cwd) + + return filename diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/bcppcompiler.py b/env/lib/python3.8/site-packages/setuptools/_distutils/bcppcompiler.py new file mode 100644 index 000000000..071fea5d0 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/bcppcompiler.py @@ -0,0 +1,393 @@ +"""distutils.bcppcompiler + +Contains BorlandCCompiler, an implementation of the abstract CCompiler class +for the Borland C++ compiler. +""" + +# This implementation by Lyle Johnson, based on the original msvccompiler.py +# module and using the directions originally published by Gordon Williams. + +# XXX looks like there's a LOT of overlap between these two classes: +# someone should sit down and factor out the common code as +# WindowsCCompiler! --GPW + + +import os +from distutils.errors import \ + DistutilsExecError, \ + CompileError, LibError, LinkError, UnknownFileError +from distutils.ccompiler import \ + CCompiler, gen_preprocess_options +from distutils.file_util import write_file +from distutils.dep_util import newer +from distutils import log + +class BCPPCompiler(CCompiler) : + """Concrete class that implements an interface to the Borland C/C++ + compiler, as defined by the CCompiler abstract class. + """ + + compiler_type = 'bcpp' + + # Just set this so CCompiler's constructor doesn't barf. We currently + # don't use the 'set_executables()' bureaucracy provided by CCompiler, + # as it really isn't necessary for this sort of single-compiler class. + # Would be nice to have a consistent interface with UnixCCompiler, + # though, so it's worth thinking about. + executables = {} + + # Private class data (need to distinguish C from C++ source for compiler) + _c_extensions = ['.c'] + _cpp_extensions = ['.cc', '.cpp', '.cxx'] + + # Needed for the filename generation methods provided by the + # base class, CCompiler. + src_extensions = _c_extensions + _cpp_extensions + obj_extension = '.obj' + static_lib_extension = '.lib' + shared_lib_extension = '.dll' + static_lib_format = shared_lib_format = '%s%s' + exe_extension = '.exe' + + + def __init__ (self, + verbose=0, + dry_run=0, + force=0): + + CCompiler.__init__ (self, verbose, dry_run, force) + + # These executables are assumed to all be in the path. + # Borland doesn't seem to use any special registry settings to + # indicate their installation locations. + + self.cc = "bcc32.exe" + self.linker = "ilink32.exe" + self.lib = "tlib.exe" + + self.preprocess_options = None + self.compile_options = ['/tWM', '/O2', '/q', '/g0'] + self.compile_options_debug = ['/tWM', '/Od', '/q', '/g0'] + + self.ldflags_shared = ['/Tpd', '/Gn', '/q', '/x'] + self.ldflags_shared_debug = ['/Tpd', '/Gn', '/q', '/x'] + self.ldflags_static = [] + self.ldflags_exe = ['/Gn', '/q', '/x'] + self.ldflags_exe_debug = ['/Gn', '/q', '/x','/r'] + + + # -- Worker methods ------------------------------------------------ + + def compile(self, sources, + output_dir=None, macros=None, include_dirs=None, debug=0, + extra_preargs=None, extra_postargs=None, depends=None): + + macros, objects, extra_postargs, pp_opts, build = \ + self._setup_compile(output_dir, macros, include_dirs, sources, + depends, extra_postargs) + compile_opts = extra_preargs or [] + compile_opts.append ('-c') + if debug: + compile_opts.extend (self.compile_options_debug) + else: + compile_opts.extend (self.compile_options) + + for obj in objects: + try: + src, ext = build[obj] + except KeyError: + continue + # XXX why do the normpath here? + src = os.path.normpath(src) + obj = os.path.normpath(obj) + # XXX _setup_compile() did a mkpath() too but before the normpath. + # Is it possible to skip the normpath? + self.mkpath(os.path.dirname(obj)) + + if ext == '.res': + # This is already a binary file -- skip it. + continue # the 'for' loop + if ext == '.rc': + # This needs to be compiled to a .res file -- do it now. + try: + self.spawn (["brcc32", "-fo", obj, src]) + except DistutilsExecError as msg: + raise CompileError(msg) + continue # the 'for' loop + + # The next two are both for the real compiler. + if ext in self._c_extensions: + input_opt = "" + elif ext in self._cpp_extensions: + input_opt = "-P" + else: + # Unknown file type -- no extra options. The compiler + # will probably fail, but let it just in case this is a + # file the compiler recognizes even if we don't. + input_opt = "" + + output_opt = "-o" + obj + + # Compiler command line syntax is: "bcc32 [options] file(s)". + # Note that the source file names must appear at the end of + # the command line. + try: + self.spawn ([self.cc] + compile_opts + pp_opts + + [input_opt, output_opt] + + extra_postargs + [src]) + except DistutilsExecError as msg: + raise CompileError(msg) + + return objects + + # compile () + + + def create_static_lib (self, + objects, + output_libname, + output_dir=None, + debug=0, + target_lang=None): + + (objects, output_dir) = self._fix_object_args (objects, output_dir) + output_filename = \ + self.library_filename (output_libname, output_dir=output_dir) + + if self._need_link (objects, output_filename): + lib_args = [output_filename, '/u'] + objects + if debug: + pass # XXX what goes here? + try: + self.spawn ([self.lib] + lib_args) + except DistutilsExecError as msg: + raise LibError(msg) + else: + log.debug("skipping %s (up-to-date)", output_filename) + + # create_static_lib () + + + def link (self, + target_desc, + objects, + output_filename, + output_dir=None, + libraries=None, + library_dirs=None, + runtime_library_dirs=None, + export_symbols=None, + debug=0, + extra_preargs=None, + extra_postargs=None, + build_temp=None, + target_lang=None): + + # XXX this ignores 'build_temp'! should follow the lead of + # msvccompiler.py + + (objects, output_dir) = self._fix_object_args (objects, output_dir) + (libraries, library_dirs, runtime_library_dirs) = \ + self._fix_lib_args (libraries, library_dirs, runtime_library_dirs) + + if runtime_library_dirs: + log.warn("I don't know what to do with 'runtime_library_dirs': %s", + str(runtime_library_dirs)) + + if output_dir is not None: + output_filename = os.path.join (output_dir, output_filename) + + if self._need_link (objects, output_filename): + + # Figure out linker args based on type of target. + if target_desc == CCompiler.EXECUTABLE: + startup_obj = 'c0w32' + if debug: + ld_args = self.ldflags_exe_debug[:] + else: + ld_args = self.ldflags_exe[:] + else: + startup_obj = 'c0d32' + if debug: + ld_args = self.ldflags_shared_debug[:] + else: + ld_args = self.ldflags_shared[:] + + + # Create a temporary exports file for use by the linker + if export_symbols is None: + def_file = '' + else: + head, tail = os.path.split (output_filename) + modname, ext = os.path.splitext (tail) + temp_dir = os.path.dirname(objects[0]) # preserve tree structure + def_file = os.path.join (temp_dir, '%s.def' % modname) + contents = ['EXPORTS'] + for sym in (export_symbols or []): + contents.append(' %s=_%s' % (sym, sym)) + self.execute(write_file, (def_file, contents), + "writing %s" % def_file) + + # Borland C++ has problems with '/' in paths + objects2 = map(os.path.normpath, objects) + # split objects in .obj and .res files + # Borland C++ needs them at different positions in the command line + objects = [startup_obj] + resources = [] + for file in objects2: + (base, ext) = os.path.splitext(os.path.normcase(file)) + if ext == '.res': + resources.append(file) + else: + objects.append(file) + + + for l in library_dirs: + ld_args.append("/L%s" % os.path.normpath(l)) + ld_args.append("/L.") # we sometimes use relative paths + + # list of object files + ld_args.extend(objects) + + # XXX the command-line syntax for Borland C++ is a bit wonky; + # certain filenames are jammed together in one big string, but + # comma-delimited. This doesn't mesh too well with the + # Unix-centric attitude (with a DOS/Windows quoting hack) of + # 'spawn()', so constructing the argument list is a bit + # awkward. Note that doing the obvious thing and jamming all + # the filenames and commas into one argument would be wrong, + # because 'spawn()' would quote any filenames with spaces in + # them. Arghghh!. Apparently it works fine as coded... + + # name of dll/exe file + ld_args.extend([',',output_filename]) + # no map file and start libraries + ld_args.append(',,') + + for lib in libraries: + # see if we find it and if there is a bcpp specific lib + # (xxx_bcpp.lib) + libfile = self.find_library_file(library_dirs, lib, debug) + if libfile is None: + ld_args.append(lib) + # probably a BCPP internal library -- don't warn + else: + # full name which prefers bcpp_xxx.lib over xxx.lib + ld_args.append(libfile) + + # some default libraries + ld_args.append ('import32') + ld_args.append ('cw32mt') + + # def file for export symbols + ld_args.extend([',',def_file]) + # add resource files + ld_args.append(',') + ld_args.extend(resources) + + + if extra_preargs: + ld_args[:0] = extra_preargs + if extra_postargs: + ld_args.extend(extra_postargs) + + self.mkpath (os.path.dirname (output_filename)) + try: + self.spawn ([self.linker] + ld_args) + except DistutilsExecError as msg: + raise LinkError(msg) + + else: + log.debug("skipping %s (up-to-date)", output_filename) + + # link () + + # -- Miscellaneous methods ----------------------------------------- + + + def find_library_file (self, dirs, lib, debug=0): + # List of effective library names to try, in order of preference: + # xxx_bcpp.lib is better than xxx.lib + # and xxx_d.lib is better than xxx.lib if debug is set + # + # The "_bcpp" suffix is to handle a Python installation for people + # with multiple compilers (primarily Distutils hackers, I suspect + # ;-). The idea is they'd have one static library for each + # compiler they care about, since (almost?) every Windows compiler + # seems to have a different format for static libraries. + if debug: + dlib = (lib + "_d") + try_names = (dlib + "_bcpp", lib + "_bcpp", dlib, lib) + else: + try_names = (lib + "_bcpp", lib) + + for dir in dirs: + for name in try_names: + libfile = os.path.join(dir, self.library_filename(name)) + if os.path.exists(libfile): + return libfile + else: + # Oops, didn't find it in *any* of 'dirs' + return None + + # overwrite the one from CCompiler to support rc and res-files + def object_filenames (self, + source_filenames, + strip_dir=0, + output_dir=''): + if output_dir is None: output_dir = '' + obj_names = [] + for src_name in source_filenames: + # use normcase to make sure '.rc' is really '.rc' and not '.RC' + (base, ext) = os.path.splitext (os.path.normcase(src_name)) + if ext not in (self.src_extensions + ['.rc','.res']): + raise UnknownFileError("unknown file type '%s' (from '%s')" % \ + (ext, src_name)) + if strip_dir: + base = os.path.basename (base) + if ext == '.res': + # these can go unchanged + obj_names.append (os.path.join (output_dir, base + ext)) + elif ext == '.rc': + # these need to be compiled to .res-files + obj_names.append (os.path.join (output_dir, base + '.res')) + else: + obj_names.append (os.path.join (output_dir, + base + self.obj_extension)) + return obj_names + + # object_filenames () + + def preprocess (self, + source, + output_file=None, + macros=None, + include_dirs=None, + extra_preargs=None, + extra_postargs=None): + + (_, macros, include_dirs) = \ + self._fix_compile_args(None, macros, include_dirs) + pp_opts = gen_preprocess_options(macros, include_dirs) + pp_args = ['cpp32.exe'] + pp_opts + if output_file is not None: + pp_args.append('-o' + output_file) + if extra_preargs: + pp_args[:0] = extra_preargs + if extra_postargs: + pp_args.extend(extra_postargs) + pp_args.append(source) + + # We need to preprocess: either we're being forced to, or the + # source file is newer than the target (or the target doesn't + # exist). + if self.force or output_file is None or newer(source, output_file): + if output_file: + self.mkpath(os.path.dirname(output_file)) + try: + self.spawn(pp_args) + except DistutilsExecError as msg: + print(msg) + raise CompileError(msg) + + # preprocess() diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/ccompiler.py b/env/lib/python3.8/site-packages/setuptools/_distutils/ccompiler.py new file mode 100644 index 000000000..57bb94e8b --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/ccompiler.py @@ -0,0 +1,1116 @@ +"""distutils.ccompiler + +Contains CCompiler, an abstract base class that defines the interface +for the Distutils compiler abstraction model.""" + +import sys, os, re +from distutils.errors import * +from distutils.spawn import spawn +from distutils.file_util import move_file +from distutils.dir_util import mkpath +from distutils.dep_util import newer_group +from distutils.util import split_quoted, execute +from distutils import log + +class CCompiler: + """Abstract base class to define the interface that must be implemented + by real compiler classes. Also has some utility methods used by + several compiler classes. + + The basic idea behind a compiler abstraction class is that each + instance can be used for all the compile/link steps in building a + single project. Thus, attributes common to all of those compile and + link steps -- include directories, macros to define, libraries to link + against, etc. -- are attributes of the compiler instance. To allow for + variability in how individual files are treated, most of those + attributes may be varied on a per-compilation or per-link basis. + """ + + # 'compiler_type' is a class attribute that identifies this class. It + # keeps code that wants to know what kind of compiler it's dealing with + # from having to import all possible compiler classes just to do an + # 'isinstance'. In concrete CCompiler subclasses, 'compiler_type' + # should really, really be one of the keys of the 'compiler_class' + # dictionary (see below -- used by the 'new_compiler()' factory + # function) -- authors of new compiler interface classes are + # responsible for updating 'compiler_class'! + compiler_type = None + + # XXX things not handled by this compiler abstraction model: + # * client can't provide additional options for a compiler, + # e.g. warning, optimization, debugging flags. Perhaps this + # should be the domain of concrete compiler abstraction classes + # (UnixCCompiler, MSVCCompiler, etc.) -- or perhaps the base + # class should have methods for the common ones. + # * can't completely override the include or library searchg + # path, ie. no "cc -I -Idir1 -Idir2" or "cc -L -Ldir1 -Ldir2". + # I'm not sure how widely supported this is even by Unix + # compilers, much less on other platforms. And I'm even less + # sure how useful it is; maybe for cross-compiling, but + # support for that is a ways off. (And anyways, cross + # compilers probably have a dedicated binary with the + # right paths compiled in. I hope.) + # * can't do really freaky things with the library list/library + # dirs, e.g. "-Ldir1 -lfoo -Ldir2 -lfoo" to link against + # different versions of libfoo.a in different locations. I + # think this is useless without the ability to null out the + # library search path anyways. + + + # Subclasses that rely on the standard filename generation methods + # implemented below should override these; see the comment near + # those methods ('object_filenames()' et. al.) for details: + src_extensions = None # list of strings + obj_extension = None # string + static_lib_extension = None + shared_lib_extension = None # string + static_lib_format = None # format string + shared_lib_format = None # prob. same as static_lib_format + exe_extension = None # string + + # Default language settings. language_map is used to detect a source + # file or Extension target language, checking source filenames. + # language_order is used to detect the language precedence, when deciding + # what language to use when mixing source types. For example, if some + # extension has two files with ".c" extension, and one with ".cpp", it + # is still linked as c++. + language_map = {".c" : "c", + ".cc" : "c++", + ".cpp" : "c++", + ".cxx" : "c++", + ".m" : "objc", + } + language_order = ["c++", "objc", "c"] + + def __init__(self, verbose=0, dry_run=0, force=0): + self.dry_run = dry_run + self.force = force + self.verbose = verbose + + # 'output_dir': a common output directory for object, library, + # shared object, and shared library files + self.output_dir = None + + # 'macros': a list of macro definitions (or undefinitions). A + # macro definition is a 2-tuple (name, value), where the value is + # either a string or None (no explicit value). A macro + # undefinition is a 1-tuple (name,). + self.macros = [] + + # 'include_dirs': a list of directories to search for include files + self.include_dirs = [] + + # 'libraries': a list of libraries to include in any link + # (library names, not filenames: eg. "foo" not "libfoo.a") + self.libraries = [] + + # 'library_dirs': a list of directories to search for libraries + self.library_dirs = [] + + # 'runtime_library_dirs': a list of directories to search for + # shared libraries/objects at runtime + self.runtime_library_dirs = [] + + # 'objects': a list of object files (or similar, such as explicitly + # named library files) to include on any link + self.objects = [] + + for key in self.executables.keys(): + self.set_executable(key, self.executables[key]) + + def set_executables(self, **kwargs): + """Define the executables (and options for them) that will be run + to perform the various stages of compilation. The exact set of + executables that may be specified here depends on the compiler + class (via the 'executables' class attribute), but most will have: + compiler the C/C++ compiler + linker_so linker used to create shared objects and libraries + linker_exe linker used to create binary executables + archiver static library creator + + On platforms with a command-line (Unix, DOS/Windows), each of these + is a string that will be split into executable name and (optional) + list of arguments. (Splitting the string is done similarly to how + Unix shells operate: words are delimited by spaces, but quotes and + backslashes can override this. See + 'distutils.util.split_quoted()'.) + """ + + # Note that some CCompiler implementation classes will define class + # attributes 'cpp', 'cc', etc. with hard-coded executable names; + # this is appropriate when a compiler class is for exactly one + # compiler/OS combination (eg. MSVCCompiler). Other compiler + # classes (UnixCCompiler, in particular) are driven by information + # discovered at run-time, since there are many different ways to do + # basically the same things with Unix C compilers. + + for key in kwargs: + if key not in self.executables: + raise ValueError("unknown executable '%s' for class %s" % + (key, self.__class__.__name__)) + self.set_executable(key, kwargs[key]) + + def set_executable(self, key, value): + if isinstance(value, str): + setattr(self, key, split_quoted(value)) + else: + setattr(self, key, value) + + def _find_macro(self, name): + i = 0 + for defn in self.macros: + if defn[0] == name: + return i + i += 1 + return None + + def _check_macro_definitions(self, definitions): + """Ensures that every element of 'definitions' is a valid macro + definition, ie. either (name,value) 2-tuple or a (name,) tuple. Do + nothing if all definitions are OK, raise TypeError otherwise. + """ + for defn in definitions: + if not (isinstance(defn, tuple) and + (len(defn) in (1, 2) and + (isinstance (defn[1], str) or defn[1] is None)) and + isinstance (defn[0], str)): + raise TypeError(("invalid macro definition '%s': " % defn) + \ + "must be tuple (string,), (string, string), or " + \ + "(string, None)") + + + # -- Bookkeeping methods ------------------------------------------- + + def define_macro(self, name, value=None): + """Define a preprocessor macro for all compilations driven by this + compiler object. The optional parameter 'value' should be a + string; if it is not supplied, then the macro will be defined + without an explicit value and the exact outcome depends on the + compiler used (XXX true? does ANSI say anything about this?) + """ + # Delete from the list of macro definitions/undefinitions if + # already there (so that this one will take precedence). + i = self._find_macro (name) + if i is not None: + del self.macros[i] + + self.macros.append((name, value)) + + def undefine_macro(self, name): + """Undefine a preprocessor macro for all compilations driven by + this compiler object. If the same macro is defined by + 'define_macro()' and undefined by 'undefine_macro()' the last call + takes precedence (including multiple redefinitions or + undefinitions). If the macro is redefined/undefined on a + per-compilation basis (ie. in the call to 'compile()'), then that + takes precedence. + """ + # Delete from the list of macro definitions/undefinitions if + # already there (so that this one will take precedence). + i = self._find_macro (name) + if i is not None: + del self.macros[i] + + undefn = (name,) + self.macros.append(undefn) + + def add_include_dir(self, dir): + """Add 'dir' to the list of directories that will be searched for + header files. The compiler is instructed to search directories in + the order in which they are supplied by successive calls to + 'add_include_dir()'. + """ + self.include_dirs.append(dir) + + def set_include_dirs(self, dirs): + """Set the list of directories that will be searched to 'dirs' (a + list of strings). Overrides any preceding calls to + 'add_include_dir()'; subsequence calls to 'add_include_dir()' add + to the list passed to 'set_include_dirs()'. This does not affect + any list of standard include directories that the compiler may + search by default. + """ + self.include_dirs = dirs[:] + + def add_library(self, libname): + """Add 'libname' to the list of libraries that will be included in + all links driven by this compiler object. Note that 'libname' + should *not* be the name of a file containing a library, but the + name of the library itself: the actual filename will be inferred by + the linker, the compiler, or the compiler class (depending on the + platform). + + The linker will be instructed to link against libraries in the + order they were supplied to 'add_library()' and/or + 'set_libraries()'. It is perfectly valid to duplicate library + names; the linker will be instructed to link against libraries as + many times as they are mentioned. + """ + self.libraries.append(libname) + + def set_libraries(self, libnames): + """Set the list of libraries to be included in all links driven by + this compiler object to 'libnames' (a list of strings). This does + not affect any standard system libraries that the linker may + include by default. + """ + self.libraries = libnames[:] + + def add_library_dir(self, dir): + """Add 'dir' to the list of directories that will be searched for + libraries specified to 'add_library()' and 'set_libraries()'. The + linker will be instructed to search for libraries in the order they + are supplied to 'add_library_dir()' and/or 'set_library_dirs()'. + """ + self.library_dirs.append(dir) + + def set_library_dirs(self, dirs): + """Set the list of library search directories to 'dirs' (a list of + strings). This does not affect any standard library search path + that the linker may search by default. + """ + self.library_dirs = dirs[:] + + def add_runtime_library_dir(self, dir): + """Add 'dir' to the list of directories that will be searched for + shared libraries at runtime. + """ + self.runtime_library_dirs.append(dir) + + def set_runtime_library_dirs(self, dirs): + """Set the list of directories to search for shared libraries at + runtime to 'dirs' (a list of strings). This does not affect any + standard search path that the runtime linker may search by + default. + """ + self.runtime_library_dirs = dirs[:] + + def add_link_object(self, object): + """Add 'object' to the list of object files (or analogues, such as + explicitly named library files or the output of "resource + compilers") to be included in every link driven by this compiler + object. + """ + self.objects.append(object) + + def set_link_objects(self, objects): + """Set the list of object files (or analogues) to be included in + every link to 'objects'. This does not affect any standard object + files that the linker may include by default (such as system + libraries). + """ + self.objects = objects[:] + + + # -- Private utility methods -------------------------------------- + # (here for the convenience of subclasses) + + # Helper method to prep compiler in subclass compile() methods + + def _setup_compile(self, outdir, macros, incdirs, sources, depends, + extra): + """Process arguments and decide which source files to compile.""" + if outdir is None: + outdir = self.output_dir + elif not isinstance(outdir, str): + raise TypeError("'output_dir' must be a string or None") + + if macros is None: + macros = self.macros + elif isinstance(macros, list): + macros = macros + (self.macros or []) + else: + raise TypeError("'macros' (if supplied) must be a list of tuples") + + if incdirs is None: + incdirs = self.include_dirs + elif isinstance(incdirs, (list, tuple)): + incdirs = list(incdirs) + (self.include_dirs or []) + else: + raise TypeError( + "'include_dirs' (if supplied) must be a list of strings") + + if extra is None: + extra = [] + + # Get the list of expected output (object) files + objects = self.object_filenames(sources, strip_dir=0, + output_dir=outdir) + assert len(objects) == len(sources) + + pp_opts = gen_preprocess_options(macros, incdirs) + + build = {} + for i in range(len(sources)): + src = sources[i] + obj = objects[i] + ext = os.path.splitext(src)[1] + self.mkpath(os.path.dirname(obj)) + build[obj] = (src, ext) + + return macros, objects, extra, pp_opts, build + + def _get_cc_args(self, pp_opts, debug, before): + # works for unixccompiler, cygwinccompiler + cc_args = pp_opts + ['-c'] + if debug: + cc_args[:0] = ['-g'] + if before: + cc_args[:0] = before + return cc_args + + def _fix_compile_args(self, output_dir, macros, include_dirs): + """Typecheck and fix-up some of the arguments to the 'compile()' + method, and return fixed-up values. Specifically: if 'output_dir' + is None, replaces it with 'self.output_dir'; ensures that 'macros' + is a list, and augments it with 'self.macros'; ensures that + 'include_dirs' is a list, and augments it with 'self.include_dirs'. + Guarantees that the returned values are of the correct type, + i.e. for 'output_dir' either string or None, and for 'macros' and + 'include_dirs' either list or None. + """ + if output_dir is None: + output_dir = self.output_dir + elif not isinstance(output_dir, str): + raise TypeError("'output_dir' must be a string or None") + + if macros is None: + macros = self.macros + elif isinstance(macros, list): + macros = macros + (self.macros or []) + else: + raise TypeError("'macros' (if supplied) must be a list of tuples") + + if include_dirs is None: + include_dirs = self.include_dirs + elif isinstance(include_dirs, (list, tuple)): + include_dirs = list(include_dirs) + (self.include_dirs or []) + else: + raise TypeError( + "'include_dirs' (if supplied) must be a list of strings") + + return output_dir, macros, include_dirs + + def _prep_compile(self, sources, output_dir, depends=None): + """Decide which souce files must be recompiled. + + Determine the list of object files corresponding to 'sources', + and figure out which ones really need to be recompiled. + Return a list of all object files and a dictionary telling + which source files can be skipped. + """ + # Get the list of expected output (object) files + objects = self.object_filenames(sources, output_dir=output_dir) + assert len(objects) == len(sources) + + # Return an empty dict for the "which source files can be skipped" + # return value to preserve API compatibility. + return objects, {} + + def _fix_object_args(self, objects, output_dir): + """Typecheck and fix up some arguments supplied to various methods. + Specifically: ensure that 'objects' is a list; if output_dir is + None, replace with self.output_dir. Return fixed versions of + 'objects' and 'output_dir'. + """ + if not isinstance(objects, (list, tuple)): + raise TypeError("'objects' must be a list or tuple of strings") + objects = list(objects) + + if output_dir is None: + output_dir = self.output_dir + elif not isinstance(output_dir, str): + raise TypeError("'output_dir' must be a string or None") + + return (objects, output_dir) + + def _fix_lib_args(self, libraries, library_dirs, runtime_library_dirs): + """Typecheck and fix up some of the arguments supplied to the + 'link_*' methods. Specifically: ensure that all arguments are + lists, and augment them with their permanent versions + (eg. 'self.libraries' augments 'libraries'). Return a tuple with + fixed versions of all arguments. + """ + if libraries is None: + libraries = self.libraries + elif isinstance(libraries, (list, tuple)): + libraries = list (libraries) + (self.libraries or []) + else: + raise TypeError( + "'libraries' (if supplied) must be a list of strings") + + if library_dirs is None: + library_dirs = self.library_dirs + elif isinstance(library_dirs, (list, tuple)): + library_dirs = list (library_dirs) + (self.library_dirs or []) + else: + raise TypeError( + "'library_dirs' (if supplied) must be a list of strings") + + if runtime_library_dirs is None: + runtime_library_dirs = self.runtime_library_dirs + elif isinstance(runtime_library_dirs, (list, tuple)): + runtime_library_dirs = (list(runtime_library_dirs) + + (self.runtime_library_dirs or [])) + else: + raise TypeError("'runtime_library_dirs' (if supplied) " + "must be a list of strings") + + return (libraries, library_dirs, runtime_library_dirs) + + def _need_link(self, objects, output_file): + """Return true if we need to relink the files listed in 'objects' + to recreate 'output_file'. + """ + if self.force: + return True + else: + if self.dry_run: + newer = newer_group (objects, output_file, missing='newer') + else: + newer = newer_group (objects, output_file) + return newer + + def detect_language(self, sources): + """Detect the language of a given file, or list of files. Uses + language_map, and language_order to do the job. + """ + if not isinstance(sources, list): + sources = [sources] + lang = None + index = len(self.language_order) + for source in sources: + base, ext = os.path.splitext(source) + extlang = self.language_map.get(ext) + try: + extindex = self.language_order.index(extlang) + if extindex < index: + lang = extlang + index = extindex + except ValueError: + pass + return lang + + + # -- Worker methods ------------------------------------------------ + # (must be implemented by subclasses) + + def preprocess(self, source, output_file=None, macros=None, + include_dirs=None, extra_preargs=None, extra_postargs=None): + """Preprocess a single C/C++ source file, named in 'source'. + Output will be written to file named 'output_file', or stdout if + 'output_file' not supplied. 'macros' is a list of macro + definitions as for 'compile()', which will augment the macros set + with 'define_macro()' and 'undefine_macro()'. 'include_dirs' is a + list of directory names that will be added to the default list. + + Raises PreprocessError on failure. + """ + pass + + def compile(self, sources, output_dir=None, macros=None, + include_dirs=None, debug=0, extra_preargs=None, + extra_postargs=None, depends=None): + """Compile one or more source files. + + 'sources' must be a list of filenames, most likely C/C++ + files, but in reality anything that can be handled by a + particular compiler and compiler class (eg. MSVCCompiler can + handle resource files in 'sources'). Return a list of object + filenames, one per source filename in 'sources'. Depending on + the implementation, not all source files will necessarily be + compiled, but all corresponding object filenames will be + returned. + + If 'output_dir' is given, object files will be put under it, while + retaining their original path component. That is, "foo/bar.c" + normally compiles to "foo/bar.o" (for a Unix implementation); if + 'output_dir' is "build", then it would compile to + "build/foo/bar.o". + + 'macros', if given, must be a list of macro definitions. A macro + definition is either a (name, value) 2-tuple or a (name,) 1-tuple. + The former defines a macro; if the value is None, the macro is + defined without an explicit value. The 1-tuple case undefines a + macro. Later definitions/redefinitions/ undefinitions take + precedence. + + 'include_dirs', if given, must be a list of strings, the + directories to add to the default include file search path for this + compilation only. + + 'debug' is a boolean; if true, the compiler will be instructed to + output debug symbols in (or alongside) the object file(s). + + 'extra_preargs' and 'extra_postargs' are implementation- dependent. + On platforms that have the notion of a command-line (e.g. Unix, + DOS/Windows), they are most likely lists of strings: extra + command-line arguments to prepend/append to the compiler command + line. On other platforms, consult the implementation class + documentation. In any event, they are intended as an escape hatch + for those occasions when the abstract compiler framework doesn't + cut the mustard. + + 'depends', if given, is a list of filenames that all targets + depend on. If a source file is older than any file in + depends, then the source file will be recompiled. This + supports dependency tracking, but only at a coarse + granularity. + + Raises CompileError on failure. + """ + # A concrete compiler class can either override this method + # entirely or implement _compile(). + macros, objects, extra_postargs, pp_opts, build = \ + self._setup_compile(output_dir, macros, include_dirs, sources, + depends, extra_postargs) + cc_args = self._get_cc_args(pp_opts, debug, extra_preargs) + + for obj in objects: + try: + src, ext = build[obj] + except KeyError: + continue + self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts) + + # Return *all* object filenames, not just the ones we just built. + return objects + + def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): + """Compile 'src' to product 'obj'.""" + # A concrete compiler class that does not override compile() + # should implement _compile(). + pass + + def create_static_lib(self, objects, output_libname, output_dir=None, + debug=0, target_lang=None): + """Link a bunch of stuff together to create a static library file. + The "bunch of stuff" consists of the list of object files supplied + as 'objects', the extra object files supplied to + 'add_link_object()' and/or 'set_link_objects()', the libraries + supplied to 'add_library()' and/or 'set_libraries()', and the + libraries supplied as 'libraries' (if any). + + 'output_libname' should be a library name, not a filename; the + filename will be inferred from the library name. 'output_dir' is + the directory where the library file will be put. + + 'debug' is a boolean; if true, debugging information will be + included in the library (note that on most platforms, it is the + compile step where this matters: the 'debug' flag is included here + just for consistency). + + 'target_lang' is the target language for which the given objects + are being compiled. This allows specific linkage time treatment of + certain languages. + + Raises LibError on failure. + """ + pass + + + # values for target_desc parameter in link() + SHARED_OBJECT = "shared_object" + SHARED_LIBRARY = "shared_library" + EXECUTABLE = "executable" + + def link(self, + target_desc, + objects, + output_filename, + output_dir=None, + libraries=None, + library_dirs=None, + runtime_library_dirs=None, + export_symbols=None, + debug=0, + extra_preargs=None, + extra_postargs=None, + build_temp=None, + target_lang=None): + """Link a bunch of stuff together to create an executable or + shared library file. + + The "bunch of stuff" consists of the list of object files supplied + as 'objects'. 'output_filename' should be a filename. If + 'output_dir' is supplied, 'output_filename' is relative to it + (i.e. 'output_filename' can provide directory components if + needed). + + 'libraries' is a list of libraries to link against. These are + library names, not filenames, since they're translated into + filenames in a platform-specific way (eg. "foo" becomes "libfoo.a" + on Unix and "foo.lib" on DOS/Windows). However, they can include a + directory component, which means the linker will look in that + specific directory rather than searching all the normal locations. + + 'library_dirs', if supplied, should be a list of directories to + search for libraries that were specified as bare library names + (ie. no directory component). These are on top of the system + default and those supplied to 'add_library_dir()' and/or + 'set_library_dirs()'. 'runtime_library_dirs' is a list of + directories that will be embedded into the shared library and used + to search for other shared libraries that *it* depends on at + run-time. (This may only be relevant on Unix.) + + 'export_symbols' is a list of symbols that the shared library will + export. (This appears to be relevant only on Windows.) + + 'debug' is as for 'compile()' and 'create_static_lib()', with the + slight distinction that it actually matters on most platforms (as + opposed to 'create_static_lib()', which includes a 'debug' flag + mostly for form's sake). + + 'extra_preargs' and 'extra_postargs' are as for 'compile()' (except + of course that they supply command-line arguments for the + particular linker being used). + + 'target_lang' is the target language for which the given objects + are being compiled. This allows specific linkage time treatment of + certain languages. + + Raises LinkError on failure. + """ + raise NotImplementedError + + + # Old 'link_*()' methods, rewritten to use the new 'link()' method. + + def link_shared_lib(self, + objects, + output_libname, + output_dir=None, + libraries=None, + library_dirs=None, + runtime_library_dirs=None, + export_symbols=None, + debug=0, + extra_preargs=None, + extra_postargs=None, + build_temp=None, + target_lang=None): + self.link(CCompiler.SHARED_LIBRARY, objects, + self.library_filename(output_libname, lib_type='shared'), + output_dir, + libraries, library_dirs, runtime_library_dirs, + export_symbols, debug, + extra_preargs, extra_postargs, build_temp, target_lang) + + + def link_shared_object(self, + objects, + output_filename, + output_dir=None, + libraries=None, + library_dirs=None, + runtime_library_dirs=None, + export_symbols=None, + debug=0, + extra_preargs=None, + extra_postargs=None, + build_temp=None, + target_lang=None): + self.link(CCompiler.SHARED_OBJECT, objects, + output_filename, output_dir, + libraries, library_dirs, runtime_library_dirs, + export_symbols, debug, + extra_preargs, extra_postargs, build_temp, target_lang) + + + def link_executable(self, + objects, + output_progname, + output_dir=None, + libraries=None, + library_dirs=None, + runtime_library_dirs=None, + debug=0, + extra_preargs=None, + extra_postargs=None, + target_lang=None): + self.link(CCompiler.EXECUTABLE, objects, + self.executable_filename(output_progname), output_dir, + libraries, library_dirs, runtime_library_dirs, None, + debug, extra_preargs, extra_postargs, None, target_lang) + + + # -- Miscellaneous methods ----------------------------------------- + # These are all used by the 'gen_lib_options() function; there is + # no appropriate default implementation so subclasses should + # implement all of these. + + def library_dir_option(self, dir): + """Return the compiler option to add 'dir' to the list of + directories searched for libraries. + """ + raise NotImplementedError + + def runtime_library_dir_option(self, dir): + """Return the compiler option to add 'dir' to the list of + directories searched for runtime libraries. + """ + raise NotImplementedError + + def library_option(self, lib): + """Return the compiler option to add 'lib' to the list of libraries + linked into the shared library or executable. + """ + raise NotImplementedError + + def has_function(self, funcname, includes=None, include_dirs=None, + libraries=None, library_dirs=None): + """Return a boolean indicating whether funcname is supported on + the current platform. The optional arguments can be used to + augment the compilation environment. + """ + # this can't be included at module scope because it tries to + # import math which might not be available at that point - maybe + # the necessary logic should just be inlined? + import tempfile + if includes is None: + includes = [] + if include_dirs is None: + include_dirs = [] + if libraries is None: + libraries = [] + if library_dirs is None: + library_dirs = [] + fd, fname = tempfile.mkstemp(".c", funcname, text=True) + f = os.fdopen(fd, "w") + try: + for incl in includes: + f.write("""#include "%s"\n""" % incl) + f.write("""\ +int main (int argc, char **argv) { + %s(); + return 0; +} +""" % funcname) + finally: + f.close() + try: + objects = self.compile([fname], include_dirs=include_dirs) + except CompileError: + return False + + try: + self.link_executable(objects, "a.out", + libraries=libraries, + library_dirs=library_dirs) + except (LinkError, TypeError): + return False + return True + + def find_library_file (self, dirs, lib, debug=0): + """Search the specified list of directories for a static or shared + library file 'lib' and return the full path to that file. If + 'debug' true, look for a debugging version (if that makes sense on + the current platform). Return None if 'lib' wasn't found in any of + the specified directories. + """ + raise NotImplementedError + + # -- Filename generation methods ----------------------------------- + + # The default implementation of the filename generating methods are + # prejudiced towards the Unix/DOS/Windows view of the world: + # * object files are named by replacing the source file extension + # (eg. .c/.cpp -> .o/.obj) + # * library files (shared or static) are named by plugging the + # library name and extension into a format string, eg. + # "lib%s.%s" % (lib_name, ".a") for Unix static libraries + # * executables are named by appending an extension (possibly + # empty) to the program name: eg. progname + ".exe" for + # Windows + # + # To reduce redundant code, these methods expect to find + # several attributes in the current object (presumably defined + # as class attributes): + # * src_extensions - + # list of C/C++ source file extensions, eg. ['.c', '.cpp'] + # * obj_extension - + # object file extension, eg. '.o' or '.obj' + # * static_lib_extension - + # extension for static library files, eg. '.a' or '.lib' + # * shared_lib_extension - + # extension for shared library/object files, eg. '.so', '.dll' + # * static_lib_format - + # format string for generating static library filenames, + # eg. 'lib%s.%s' or '%s.%s' + # * shared_lib_format + # format string for generating shared library filenames + # (probably same as static_lib_format, since the extension + # is one of the intended parameters to the format string) + # * exe_extension - + # extension for executable files, eg. '' or '.exe' + + def object_filenames(self, source_filenames, strip_dir=0, output_dir=''): + if output_dir is None: + output_dir = '' + obj_names = [] + for src_name in source_filenames: + base, ext = os.path.splitext(src_name) + base = os.path.splitdrive(base)[1] # Chop off the drive + base = base[os.path.isabs(base):] # If abs, chop off leading / + if ext not in self.src_extensions: + raise UnknownFileError( + "unknown file type '%s' (from '%s')" % (ext, src_name)) + if strip_dir: + base = os.path.basename(base) + obj_names.append(os.path.join(output_dir, + base + self.obj_extension)) + return obj_names + + def shared_object_filename(self, basename, strip_dir=0, output_dir=''): + assert output_dir is not None + if strip_dir: + basename = os.path.basename(basename) + return os.path.join(output_dir, basename + self.shared_lib_extension) + + def executable_filename(self, basename, strip_dir=0, output_dir=''): + assert output_dir is not None + if strip_dir: + basename = os.path.basename(basename) + return os.path.join(output_dir, basename + (self.exe_extension or '')) + + def library_filename(self, libname, lib_type='static', # or 'shared' + strip_dir=0, output_dir=''): + assert output_dir is not None + if lib_type not in ("static", "shared", "dylib", "xcode_stub"): + raise ValueError( + "'lib_type' must be \"static\", \"shared\", \"dylib\", or \"xcode_stub\"") + fmt = getattr(self, lib_type + "_lib_format") + ext = getattr(self, lib_type + "_lib_extension") + + dir, base = os.path.split(libname) + filename = fmt % (base, ext) + if strip_dir: + dir = '' + + return os.path.join(output_dir, dir, filename) + + + # -- Utility methods ----------------------------------------------- + + def announce(self, msg, level=1): + log.debug(msg) + + def debug_print(self, msg): + from distutils.debug import DEBUG + if DEBUG: + print(msg) + + def warn(self, msg): + sys.stderr.write("warning: %s\n" % msg) + + def execute(self, func, args, msg=None, level=1): + execute(func, args, msg, self.dry_run) + + def spawn(self, cmd, **kwargs): + spawn(cmd, dry_run=self.dry_run, **kwargs) + + def move_file(self, src, dst): + return move_file(src, dst, dry_run=self.dry_run) + + def mkpath (self, name, mode=0o777): + mkpath(name, mode, dry_run=self.dry_run) + + +# Map a sys.platform/os.name ('posix', 'nt') to the default compiler +# type for that platform. Keys are interpreted as re match +# patterns. Order is important; platform mappings are preferred over +# OS names. +_default_compilers = ( + + # Platform string mappings + + # on a cygwin built python we can use gcc like an ordinary UNIXish + # compiler + ('cygwin.*', 'unix'), + + # OS name mappings + ('posix', 'unix'), + ('nt', 'msvc'), + + ) + +def get_default_compiler(osname=None, platform=None): + """Determine the default compiler to use for the given platform. + + osname should be one of the standard Python OS names (i.e. the + ones returned by os.name) and platform the common value + returned by sys.platform for the platform in question. + + The default values are os.name and sys.platform in case the + parameters are not given. + """ + if osname is None: + osname = os.name + if platform is None: + platform = sys.platform + for pattern, compiler in _default_compilers: + if re.match(pattern, platform) is not None or \ + re.match(pattern, osname) is not None: + return compiler + # Default to Unix compiler + return 'unix' + +# Map compiler types to (module_name, class_name) pairs -- ie. where to +# find the code that implements an interface to this compiler. (The module +# is assumed to be in the 'distutils' package.) +compiler_class = { 'unix': ('unixccompiler', 'UnixCCompiler', + "standard UNIX-style compiler"), + 'msvc': ('_msvccompiler', 'MSVCCompiler', + "Microsoft Visual C++"), + 'cygwin': ('cygwinccompiler', 'CygwinCCompiler', + "Cygwin port of GNU C Compiler for Win32"), + 'mingw32': ('cygwinccompiler', 'Mingw32CCompiler', + "Mingw32 port of GNU C Compiler for Win32"), + 'bcpp': ('bcppcompiler', 'BCPPCompiler', + "Borland C++ Compiler"), + } + +def show_compilers(): + """Print list of available compilers (used by the "--help-compiler" + options to "build", "build_ext", "build_clib"). + """ + # XXX this "knows" that the compiler option it's describing is + # "--compiler", which just happens to be the case for the three + # commands that use it. + from distutils.fancy_getopt import FancyGetopt + compilers = [] + for compiler in compiler_class.keys(): + compilers.append(("compiler="+compiler, None, + compiler_class[compiler][2])) + compilers.sort() + pretty_printer = FancyGetopt(compilers) + pretty_printer.print_help("List of available compilers:") + + +def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0): + """Generate an instance of some CCompiler subclass for the supplied + platform/compiler combination. 'plat' defaults to 'os.name' + (eg. 'posix', 'nt'), and 'compiler' defaults to the default compiler + for that platform. Currently only 'posix' and 'nt' are supported, and + the default compilers are "traditional Unix interface" (UnixCCompiler + class) and Visual C++ (MSVCCompiler class). Note that it's perfectly + possible to ask for a Unix compiler object under Windows, and a + Microsoft compiler object under Unix -- if you supply a value for + 'compiler', 'plat' is ignored. + """ + if plat is None: + plat = os.name + + try: + if compiler is None: + compiler = get_default_compiler(plat) + + (module_name, class_name, long_description) = compiler_class[compiler] + except KeyError: + msg = "don't know how to compile C/C++ code on platform '%s'" % plat + if compiler is not None: + msg = msg + " with '%s' compiler" % compiler + raise DistutilsPlatformError(msg) + + try: + module_name = "distutils." + module_name + __import__ (module_name) + module = sys.modules[module_name] + klass = vars(module)[class_name] + except ImportError: + raise DistutilsModuleError( + "can't compile C/C++ code: unable to load module '%s'" % \ + module_name) + except KeyError: + raise DistutilsModuleError( + "can't compile C/C++ code: unable to find class '%s' " + "in module '%s'" % (class_name, module_name)) + + # XXX The None is necessary to preserve backwards compatibility + # with classes that expect verbose to be the first positional + # argument. + return klass(None, dry_run, force) + + +def gen_preprocess_options(macros, include_dirs): + """Generate C pre-processor options (-D, -U, -I) as used by at least + two types of compilers: the typical Unix compiler and Visual C++. + 'macros' is the usual thing, a list of 1- or 2-tuples, where (name,) + means undefine (-U) macro 'name', and (name,value) means define (-D) + macro 'name' to 'value'. 'include_dirs' is just a list of directory + names to be added to the header file search path (-I). Returns a list + of command-line options suitable for either Unix compilers or Visual + C++. + """ + # XXX it would be nice (mainly aesthetic, and so we don't generate + # stupid-looking command lines) to go over 'macros' and eliminate + # redundant definitions/undefinitions (ie. ensure that only the + # latest mention of a particular macro winds up on the command + # line). I don't think it's essential, though, since most (all?) + # Unix C compilers only pay attention to the latest -D or -U + # mention of a macro on their command line. Similar situation for + # 'include_dirs'. I'm punting on both for now. Anyways, weeding out + # redundancies like this should probably be the province of + # CCompiler, since the data structures used are inherited from it + # and therefore common to all CCompiler classes. + pp_opts = [] + for macro in macros: + if not (isinstance(macro, tuple) and 1 <= len(macro) <= 2): + raise TypeError( + "bad macro definition '%s': " + "each element of 'macros' list must be a 1- or 2-tuple" + % macro) + + if len(macro) == 1: # undefine this macro + pp_opts.append("-U%s" % macro[0]) + elif len(macro) == 2: + if macro[1] is None: # define with no explicit value + pp_opts.append("-D%s" % macro[0]) + else: + # XXX *don't* need to be clever about quoting the + # macro value here, because we're going to avoid the + # shell at all costs when we spawn the command! + pp_opts.append("-D%s=%s" % macro) + + for dir in include_dirs: + pp_opts.append("-I%s" % dir) + return pp_opts + + +def gen_lib_options (compiler, library_dirs, runtime_library_dirs, libraries): + """Generate linker options for searching library directories and + linking with specific libraries. 'libraries' and 'library_dirs' are, + respectively, lists of library names (not filenames!) and search + directories. Returns a list of command-line options suitable for use + with some compiler (depending on the two format strings passed in). + """ + lib_opts = [] + + for dir in library_dirs: + lib_opts.append(compiler.library_dir_option(dir)) + + for dir in runtime_library_dirs: + opt = compiler.runtime_library_dir_option(dir) + if isinstance(opt, list): + lib_opts = lib_opts + opt + else: + lib_opts.append(opt) + + # XXX it's important that we *not* remove redundant library mentions! + # sometimes you really do have to say "-lfoo -lbar -lfoo" in order to + # resolve all symbols. I just hope we never have to say "-lfoo obj.o + # -lbar" to get things to work -- that's certainly a possibility, but a + # pretty nasty way to arrange your C code. + + for lib in libraries: + (lib_dir, lib_name) = os.path.split(lib) + if lib_dir: + lib_file = compiler.find_library_file([lib_dir], lib_name) + if lib_file: + lib_opts.append(lib_file) + else: + compiler.warn("no library file corresponding to " + "'%s' found (skipping)" % lib) + else: + lib_opts.append(compiler.library_option (lib)) + return lib_opts diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/cmd.py b/env/lib/python3.8/site-packages/setuptools/_distutils/cmd.py new file mode 100644 index 000000000..dba3191e5 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/cmd.py @@ -0,0 +1,403 @@ +"""distutils.cmd + +Provides the Command class, the base class for the command classes +in the distutils.command package. +""" + +import sys, os, re +from distutils.errors import DistutilsOptionError +from distutils import util, dir_util, file_util, archive_util, dep_util +from distutils import log + +class Command: + """Abstract base class for defining command classes, the "worker bees" + of the Distutils. A useful analogy for command classes is to think of + them as subroutines with local variables called "options". The options + are "declared" in 'initialize_options()' and "defined" (given their + final values, aka "finalized") in 'finalize_options()', both of which + must be defined by every command class. The distinction between the + two is necessary because option values might come from the outside + world (command line, config file, ...), and any options dependent on + other options must be computed *after* these outside influences have + been processed -- hence 'finalize_options()'. The "body" of the + subroutine, where it does all its work based on the values of its + options, is the 'run()' method, which must also be implemented by every + command class. + """ + + # 'sub_commands' formalizes the notion of a "family" of commands, + # eg. "install" as the parent with sub-commands "install_lib", + # "install_headers", etc. The parent of a family of commands + # defines 'sub_commands' as a class attribute; it's a list of + # (command_name : string, predicate : unbound_method | string | None) + # tuples, where 'predicate' is a method of the parent command that + # determines whether the corresponding command is applicable in the + # current situation. (Eg. we "install_headers" is only applicable if + # we have any C header files to install.) If 'predicate' is None, + # that command is always applicable. + # + # 'sub_commands' is usually defined at the *end* of a class, because + # predicates can be unbound methods, so they must already have been + # defined. The canonical example is the "install" command. + sub_commands = [] + + + # -- Creation/initialization methods ------------------------------- + + def __init__(self, dist): + """Create and initialize a new Command object. Most importantly, + invokes the 'initialize_options()' method, which is the real + initializer and depends on the actual command being + instantiated. + """ + # late import because of mutual dependence between these classes + from distutils.dist import Distribution + + if not isinstance(dist, Distribution): + raise TypeError("dist must be a Distribution instance") + if self.__class__ is Command: + raise RuntimeError("Command is an abstract class") + + self.distribution = dist + self.initialize_options() + + # Per-command versions of the global flags, so that the user can + # customize Distutils' behaviour command-by-command and let some + # commands fall back on the Distribution's behaviour. None means + # "not defined, check self.distribution's copy", while 0 or 1 mean + # false and true (duh). Note that this means figuring out the real + # value of each flag is a touch complicated -- hence "self._dry_run" + # will be handled by __getattr__, below. + # XXX This needs to be fixed. + self._dry_run = None + + # verbose is largely ignored, but needs to be set for + # backwards compatibility (I think)? + self.verbose = dist.verbose + + # Some commands define a 'self.force' option to ignore file + # timestamps, but methods defined *here* assume that + # 'self.force' exists for all commands. So define it here + # just to be safe. + self.force = None + + # The 'help' flag is just used for command-line parsing, so + # none of that complicated bureaucracy is needed. + self.help = 0 + + # 'finalized' records whether or not 'finalize_options()' has been + # called. 'finalize_options()' itself should not pay attention to + # this flag: it is the business of 'ensure_finalized()', which + # always calls 'finalize_options()', to respect/update it. + self.finalized = 0 + + # XXX A more explicit way to customize dry_run would be better. + def __getattr__(self, attr): + if attr == 'dry_run': + myval = getattr(self, "_" + attr) + if myval is None: + return getattr(self.distribution, attr) + else: + return myval + else: + raise AttributeError(attr) + + def ensure_finalized(self): + if not self.finalized: + self.finalize_options() + self.finalized = 1 + + # Subclasses must define: + # initialize_options() + # provide default values for all options; may be customized by + # setup script, by options from config file(s), or by command-line + # options + # finalize_options() + # decide on the final values for all options; this is called + # after all possible intervention from the outside world + # (command-line, option file, etc.) has been processed + # run() + # run the command: do whatever it is we're here to do, + # controlled by the command's various option values + + def initialize_options(self): + """Set default values for all the options that this command + supports. Note that these defaults may be overridden by other + commands, by the setup script, by config files, or by the + command-line. Thus, this is not the place to code dependencies + between options; generally, 'initialize_options()' implementations + are just a bunch of "self.foo = None" assignments. + + This method must be implemented by all command classes. + """ + raise RuntimeError("abstract method -- subclass %s must override" + % self.__class__) + + def finalize_options(self): + """Set final values for all the options that this command supports. + This is always called as late as possible, ie. after any option + assignments from the command-line or from other commands have been + done. Thus, this is the place to code option dependencies: if + 'foo' depends on 'bar', then it is safe to set 'foo' from 'bar' as + long as 'foo' still has the same value it was assigned in + 'initialize_options()'. + + This method must be implemented by all command classes. + """ + raise RuntimeError("abstract method -- subclass %s must override" + % self.__class__) + + + def dump_options(self, header=None, indent=""): + from distutils.fancy_getopt import longopt_xlate + if header is None: + header = "command options for '%s':" % self.get_command_name() + self.announce(indent + header, level=log.INFO) + indent = indent + " " + for (option, _, _) in self.user_options: + option = option.translate(longopt_xlate) + if option[-1] == "=": + option = option[:-1] + value = getattr(self, option) + self.announce(indent + "%s = %s" % (option, value), + level=log.INFO) + + def run(self): + """A command's raison d'etre: carry out the action it exists to + perform, controlled by the options initialized in + 'initialize_options()', customized by other commands, the setup + script, the command-line, and config files, and finalized in + 'finalize_options()'. All terminal output and filesystem + interaction should be done by 'run()'. + + This method must be implemented by all command classes. + """ + raise RuntimeError("abstract method -- subclass %s must override" + % self.__class__) + + def announce(self, msg, level=1): + """If the current verbosity level is of greater than or equal to + 'level' print 'msg' to stdout. + """ + log.log(level, msg) + + def debug_print(self, msg): + """Print 'msg' to stdout if the global DEBUG (taken from the + DISTUTILS_DEBUG environment variable) flag is true. + """ + from distutils.debug import DEBUG + if DEBUG: + print(msg) + sys.stdout.flush() + + + # -- Option validation methods ------------------------------------- + # (these are very handy in writing the 'finalize_options()' method) + # + # NB. the general philosophy here is to ensure that a particular option + # value meets certain type and value constraints. If not, we try to + # force it into conformance (eg. if we expect a list but have a string, + # split the string on comma and/or whitespace). If we can't force the + # option into conformance, raise DistutilsOptionError. Thus, command + # classes need do nothing more than (eg.) + # self.ensure_string_list('foo') + # and they can be guaranteed that thereafter, self.foo will be + # a list of strings. + + 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(self, option, default=None): + """Ensure that 'option' is a string; if not defined, set it to + 'default'. + """ + self._ensure_stringlike(option, "string", default) + + 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 _ensure_tested_string(self, option, tester, what, error_fmt, + default=None): + val = self._ensure_stringlike(option, what, default) + if val is not None and not tester(val): + raise DistutilsOptionError(("error in '%s' option: " + error_fmt) + % (option, val)) + + def ensure_filename(self, option): + """Ensure that 'option' is the name of an existing file.""" + self._ensure_tested_string(option, os.path.isfile, + "filename", + "'%s' does not exist or is not a file") + + def ensure_dirname(self, option): + self._ensure_tested_string(option, os.path.isdir, + "directory name", + "'%s' does not exist or is not a directory") + + + # -- Convenience methods for commands ------------------------------ + + def get_command_name(self): + if hasattr(self, 'command_name'): + return self.command_name + else: + return self.__class__.__name__ + + def set_undefined_options(self, src_cmd, *option_pairs): + """Set the values of any "undefined" options from corresponding + option values in some other command object. "Undefined" here means + "is None", which is the convention used to indicate that an option + has not been changed between 'initialize_options()' and + 'finalize_options()'. Usually called from 'finalize_options()' for + options that depend on some other command rather than another + option of the same command. 'src_cmd' is the other command from + which option values will be taken (a command object will be created + for it if necessary); the remaining arguments are + '(src_option,dst_option)' tuples which mean "take the value of + 'src_option' in the 'src_cmd' command object, and copy it to + 'dst_option' in the current command object". + """ + # Option_pairs: list of (src_option, dst_option) tuples + src_cmd_obj = self.distribution.get_command_obj(src_cmd) + src_cmd_obj.ensure_finalized() + for (src_option, dst_option) in option_pairs: + if getattr(self, dst_option) is None: + setattr(self, dst_option, getattr(src_cmd_obj, src_option)) + + def get_finalized_command(self, command, create=1): + """Wrapper around Distribution's 'get_command_obj()' method: find + (create if necessary and 'create' is true) the command object for + 'command', call its 'ensure_finalized()' method, and return the + finalized command object. + """ + cmd_obj = self.distribution.get_command_obj(command, create) + cmd_obj.ensure_finalized() + return cmd_obj + + # XXX rename to 'get_reinitialized_command()'? (should do the + # same in dist.py, if so) + def reinitialize_command(self, command, reinit_subcommands=0): + return self.distribution.reinitialize_command(command, + reinit_subcommands) + + def run_command(self, command): + """Run some other command: uses the 'run_command()' method of + Distribution, which creates and finalizes the command object if + necessary and then invokes its 'run()' method. + """ + self.distribution.run_command(command) + + def get_sub_commands(self): + """Determine the sub-commands that are relevant in the current + distribution (ie., that need to be run). This is based on the + 'sub_commands' class attribute: each tuple in that list may include + a method that we call to determine if the subcommand needs to be + run for the current distribution. Return a list of command names. + """ + commands = [] + for (cmd_name, method) in self.sub_commands: + if method is None or method(self): + commands.append(cmd_name) + return commands + + + # -- External world manipulation ----------------------------------- + + def warn(self, msg): + log.warn("warning: %s: %s\n", self.get_command_name(), msg) + + def execute(self, func, args, msg=None, level=1): + util.execute(func, args, msg, dry_run=self.dry_run) + + def mkpath(self, name, mode=0o777): + dir_util.mkpath(name, mode, dry_run=self.dry_run) + + def copy_file(self, infile, outfile, preserve_mode=1, preserve_times=1, + link=None, level=1): + """Copy a file respecting verbose, dry-run and force flags. (The + former two default to whatever is in the Distribution object, and + the latter defaults to false for commands that don't define it.)""" + return file_util.copy_file(infile, outfile, preserve_mode, + preserve_times, not self.force, link, + dry_run=self.dry_run) + + def copy_tree(self, infile, outfile, preserve_mode=1, preserve_times=1, + preserve_symlinks=0, level=1): + """Copy an entire directory tree respecting verbose, dry-run, + and force flags. + """ + return dir_util.copy_tree(infile, outfile, preserve_mode, + preserve_times, preserve_symlinks, + not self.force, dry_run=self.dry_run) + + def move_file (self, src, dst, level=1): + """Move a file respecting dry-run flag.""" + return file_util.move_file(src, dst, dry_run=self.dry_run) + + def spawn(self, cmd, search_path=1, level=1): + """Spawn an external command respecting dry-run flag.""" + from distutils.spawn import spawn + spawn(cmd, search_path, dry_run=self.dry_run) + + def make_archive(self, base_name, format, root_dir=None, base_dir=None, + owner=None, group=None): + return archive_util.make_archive(base_name, format, root_dir, base_dir, + dry_run=self.dry_run, + owner=owner, group=group) + + def make_file(self, infiles, outfile, func, args, + exec_msg=None, skip_msg=None, level=1): + """Special case of 'execute()' for operations that process one or + more input files and generate one output file. Works just like + 'execute()', except the operation is skipped and a different + message printed if 'outfile' already exists and is newer than all + files listed in 'infiles'. If the command defined 'self.force', + and it is true, then the command is unconditionally run -- does no + timestamp checks. + """ + if skip_msg is None: + skip_msg = "skipping %s (inputs unchanged)" % outfile + + # Allow 'infiles' to be a single string + if isinstance(infiles, str): + infiles = (infiles,) + elif not isinstance(infiles, (list, tuple)): + raise TypeError( + "'infiles' must be a string, or a list or tuple of strings") + + if exec_msg is None: + exec_msg = "generating %s from %s" % (outfile, ', '.join(infiles)) + + # If 'outfile' must be regenerated (either because it doesn't + # exist, is out-of-date, or the 'force' flag is true) then + # perform the action that presumably regenerates it + if self.force or dep_util.newer_group(infiles, outfile): + self.execute(func, args, exec_msg, level) + # Otherwise, print the "skip" message + else: + log.debug(skip_msg) diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/__init__.py b/env/lib/python3.8/site-packages/setuptools/_distutils/command/__init__.py new file mode 100644 index 000000000..481eea9fd --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/command/__init__.py @@ -0,0 +1,31 @@ +"""distutils.command + +Package containing implementation of all the standard Distutils +commands.""" + +__all__ = ['build', + 'build_py', + 'build_ext', + 'build_clib', + 'build_scripts', + 'clean', + 'install', + 'install_lib', + 'install_headers', + 'install_scripts', + 'install_data', + 'sdist', + 'register', + 'bdist', + 'bdist_dumb', + 'bdist_rpm', + 'bdist_wininst', + 'check', + 'upload', + # These two are reserved for future use: + #'bdist_sdux', + #'bdist_pkgtool', + # Note: + # bdist_packager is not included because it only provides + # an abstract base class + ] diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b8d0e989ff5503696ee397e8003d962e72d78873 GIT binary patch literal 604 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

ePWq>s_-3W=y@q$N zZ;EfSE6mBR(#Wx{+QG3-+6Z9r=D9{QyH?3SFIl*`BJI~##NWVslXaf8j#}WVZ~QyE zb*vrPvBlgYvfkOdeeyc%uIyE7Zj${NyYp9F-pk$qN4nl*y=T~=g6|r^mkx=tU7uRd zRYAgKL~u$&U*^*qS5nogqF)PA`3Ji1%c6B(Zln2f77+B8!9ET=?|a}*HD7R#u!$QN zQ^>D67-ivnj#-rZt^4v}b#&txN)lD@#2tiKya7_0L3}9a4umS#X5!Enc|7z~Zs4kw z$LFbVwc15phU$$}$zze;(s>$)n98Z3ic(r(JWt9V)wbrESl#93c@$BWR0;WjEZHJ5 zB%%^logf>#f%N%7<}VYLM_iV@+FQQL#>RK*YDgnuq`oS6DnyIe9=Xr24_TG17uyzu z@lxGkk@ckA4$_pzOxz+X=-w{g0~xlfgnR^k(yw(X184`6L3K@O3?ny8dW}@&l;$Ee z>7KOP{Bd3%eb70 zP@Olzgk@!qt`1H4DL1A#y?78e1LAGS2r5WoOyuW8ycY>oGKDs}DaeN)uoN4z>XK!c z>cNO=|7G2BX}7eGt~01`x>2@$pCvQj7X%)Z;HJdl&yL`N&a}&e^gpPwe{dlQnEGl$ zg<9dIe=*CccFXe0#fUtVvm~B}iwZgFQmOu6DX=TUUbWZK`AG%e52+SN0=8v42o35r I0*u!9FSJ@LEdT%j literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/bdist_msi.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/bdist_msi.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..50662974475ac7463e084b19e6f717246eebdb68 GIT binary patch literal 20034 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 aV&wl=G7RNv5|RQ%5P(}l+77+%vHt@zghw6# literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ae7f64f86e2f31787df1f4b7393a5a90a7737fcc GIT binary patch literal 12438 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 I87rYV(VE_OC literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5bb52ec75a1bd09e5675d45196290148babec81a GIT binary patch literal 16264 zcma)jdu&|UdEb4_lf&Ut6!qLIdbQ$c#nG;Iy}Mqo*V0N_uTq&(MD4?qU5|%zF3BN> zGoy1arR8+!#LG>bIJK=bNs%H(N(FI&v_V?*kF<5&HeEFBzeVB#?QN4k+5mxopePU^ zO&5u`zu$N7of%THQ4(|Rx##`(&iDA8@4h)Ynm6$GjfXF+{lVWhjQ`1(;Xem27xD8y zLZFO_p-g2p&59{ct76I1uGsQ)Dh{4@Gqstnq)nD}nwi^trkdH!TqU=eujC~?jrWnt zh{Q9^!scjYRN~oYadWIPCh=Tzd~>2QA@O{3a&xLOh4_dnG^aNYRSrq|Xme)saOJRR zc=q0`Dn2kPN7R@a|Inx${eqz;)Z~YTn)K4UcIB9|mW5bN^i~3&6Z?s$a z&9>TVdcHef-_jawHMiYnW3v%>$_?7?w*``nj*sNdg2^8{u<*N#pFe{DBxE&>O>@UEjh?ZKP#M@xdr`CKZ<}Ee3wf`<0zMXIYG|XA zmC<7;t&6N;=m|VNZk=CiZ+hodt#v+Hu!YWZ3oF|5mK)weplkIFPoMW%ch5H)%W;Y4 z$}gSwv6~AW_sY+HIS0~g-^@MU)QNRy4&lBp3 zx{BvX^}6~3o=>PbZ2lWzuD`V1mn7<5K9AEgbii;1qeFrHYi;oOMdegOd-b5Lw@ck= zci#6pHI1XE+~sZe%xV8jsbqKaQgQ+N{<+Xx?#}nC$gz)`RfE3V_}HWBNK`fOHan;r zbf4W{m+5U?)7vf&A^1czrseI0jt1+f2Y#uW@8HZW@PML)PWM&5@(8+2;ymiQ?fVPy zFgT=hZezvuw>oH=GnrT3N^PqdyzHL#F`Y2eXrYa|7n+T3qp{j*YcE<0&d>#&x}B|n ztc@&WXj;D8XrViDL%+SH>z+H9Os&~&t@;h+x!cG>18DQ6u$^Qvx}%L&y}6~l1=R8} zm22H{6HL`@uk_n#U8*3>qmu9JiXOI9Hrmvp8Aocr3@P7Mq>f68yE)aG`pwBdv&YU1gGxjumho>dyQbN zI~t{LCzHC~Ehmfe=wu$(97n0aHrLSOt?r9Iy0X7k)7XvSk<?S$9+OJb6CV%^6=?6$vkf7Blgjhk`k`O8! z;*P{q5~d~0NSKu{Ct+T~5eW+tj!IaRa7@B+2`40+lyFMIX_4DjB)3b4!XZs3Vdpqp zVUGN+N?sR6e7H)cDN7S(V!0a@Vp@jG)qa?c7(kekqaEh@XE!Xw$2BUKl2vA6Yoi(; zjKOk;*@W~$hg%y8DOEvAVUF)r5{GO@m`!L8>WAZd%@xroqF@s198NY`ji6C$Qa6h! zW&`Q|S#FJ)9{gKF@j+@F>mHXgMg6q=XoLHR9k<~9D2HgTgU`s5GSf*$0Wgi$jR?l3|QuqF*xx-u#0&29RT&}aeN;1j?dFBKo zyO#b2V|#^QbR9amw%0Abq@6`sW-)%l4|!X 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..69cc9a9f674090f909fa1102a4e2c210bd6aca1a GIT binary patch literal 10541 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a9e3c4d881d923ecce9aabd7aedada7633974323 GIT binary patch literal 4385 zcma)A-ESMm5#QT89*-xIqU3KoQBJZQiEbn{3DUY~o4T>w)&?TCcI>!J-0O+ElukO{ zop+Cx#T-!}%2Qt|^r;Anf_y0uppX4aiazaYpYm2TZv`56W{;vIJ19!xmb1GvvopV) z-I?QqTFoW!`R$kA*?M%Ikbhw3_@@M&8}P_KK*LCjFoV&^Xc_vKwkZ6Xk=eCcmVt9t zRO;F-Thpbe+;v)xrtPTGbz82c%h6P~+NySIt(xvTAX9JEHBF=G)-0FgDLgmfkqgi;k`upZ0b8J{ZcW`No!Z`k$K8VdKo$(zc7>~dDQuWh%>Orzs2fS(&eixh*yi9Uryg%?g-8| zLcW}dpuNMzDvzJ8M&ZVoH{ggT zv1p*cDQpnjqB#qcYUq$S=I~V*l~rg6xJ&W-AIs{`oy6)zp_d%SpwSMa=ind&g{TAB zH2#Mvo8X8{dJy@(4v9BFKw{_-<3$5rWPQniNyMU;Xn=GvG68#IMBw6_7(}%}cnzg{ zhg%otdinVb8@z|5@e($Ge3O_g(VWQ^#blp8}QFQEpQtH>yGb2BgPQ=q1XRYrl2 z8sy2vem$$@CNuZx!2XcLo<*|yjw?Plz9G^oZ)h4F9U{GMjELP$vfm1i)uE|2Q(k*Kucy-2^-q*_j;* zvVX~qHS+k^gK5ADuoFz9dp4g&&Ug(FSpwR~nimK=cY_QXd4rvQub^l0nY^)Mg47)? zbs?Y58~F@gLm+nzdNZiyfIhjC8#(P@t#C0|fa81@!nn; z-=mA)_ri`BW{cA624V*|0_g>=H~#!wXYoTFAdIEOgE)NV?FM_^QYREL(|Hr5v-TF3 z-l87!F_-#+FTOER74j7iQl5bNWH-#VyoHZ1&oAf%3?)Stgt7D%iqx^td;`~sy?|}^ zKtHajwN7-Qc1*^CcOVf0fh_Hw5K#VjW1EksO7LkH7yy%%iH@K2FU3iw2QfWgmEKY> zUCxqa7G%7ssMuH+crW(nU@8PqVvl#z46`yM@FlqurYQ(EKll>4zJdo>aS7Chbwy$Q zSoiX~u!6GRyS=`4`(EEI9K9-Gto-oSz5BQCt}FA_qg(p^ygdIEs&xA$NVdz@`zs%S zcXEqw1XxCVGA{;AGzhI{yqz#C9K4Q5x?aKm;rkgPCB^_`id=6PI?1Gj3`EQsmjJXQil6Y5>=C_pH-O<$w=EfqU;H|7^ zB9)~JNozX^W94iFlE*=pD?3P29#*5-3-g*z@5s zS5B7f@EEeAnr2WUwKMZ-BIA(C75Id(@|t(63>{s)E+@u!1|5t<$R3Rj0FH zfs1QH4NYN<2JK%wSv2T<7+;?2%_-&hKJJI_E7$kI=U#+#)%TzDf@nN51tq+GO@rD_ zReO?)N!>TS0p%_a;==)P4uBDtu)$X;ffcBR?HH80Cd5KX7o4~q5_=A{%y9*1+on^7 zuj$yDrw!95J{UJQ;E@!W$G6A&^EaHG9HwAK&s$luLLr@VSY4UWX=wYAuKK z2?dE!6iRXq3J^1=I>C+;R8d%3MX`(lA>M=r4rnjdYc$QHI2Lzs{$vfT(fA{bOS}?@ z4i(qvzxJ}V@TPoJB(66t@c^|w#O6b6^x{X#k6`@>W+xJBi z`j8;Fz<1W-3|1!ZE5(gbpY*{B;IvR=_Gpmt)W_F(ftQ;)#;phOb`)i7&`0qW@|58{ uD1}odzKcWpRRirhhR(zR<@}(C#CI`|Nci7_SQZ|x;)|4H!r}T2asLYhu8X1o literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d4e1e2b3d8fb90347100ee1273c2094f64c8cc20 GIT binary patch literal 4980 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cc2aa51409191d735929f8b95e8842d15e940b69 GIT binary patch literal 2161 zcmZ`4%WfP+uzOxR`?O|**@U*(7y1J^S-t*OP*dy@#{QRT+KLGm^4;LQ? z4i8|&QroV-2TZ9eP%r( z6TkkHB~n!?N#*Xc$g((RyUUcvd9U|HR;E1Txsrj}=fU2FFBlt!aj@Zk4%U$QgzC=2 zMgyRI!L#BCkCfmXj&@qCm&kVU@!;?Pw!9C36L5os7NeofEM_x@xoGg(3mxXKY3Q;p z>pdl*$NFpl?+zQX5xjl21&(ZM*H~3g%`2$NK=G_BL@bViRg!WUtVEFo<3*LE?9BFw zUH1)Tx`-ver|F{p5V61z1C|KBR0XKG$@nU+QuRrzVfS2WJOM4e=A0&rd-MA4W$9HR zf;dfstY8(Ia)maKHp*I)&;c+>)pyQaxvcpLO(PDTlg6W>Qe~xX1$m)@gG#Ck z*;^bpR=~#W~Rb- z%Oky$|Du-rEa?UnR zi7jNo@HSuvFue^dFS(A{mw1J)Th02%aRGl(zu5%fvdByBV;Nz68TWq&M3Dn}VjYtM z`;>}6If%h_8T|#^&qvBT>9FP=&T!)k0k8|Z2fM$r_sDm*ex$7)3R)Owp>WsgINSpr z1JFS+poe>SBY&&kQRHL@_~?{U0vuZmzdJ&nuSx#8L)7-;p7@m#T;G!1`ld;SV}>vj zN0F%V`o{Q%90#m`d4pZWe}HfY(`m4b^RWt=F`1}(XnHZp*8%cRu4$`~+9_kTuRS9p zo21zg5pf*>{)V*6_@Y{y7HE=f(ui5s&iAp%wJS0h38o&jljN&HcfNe|nGl75oNpsv z_iSWb&aDmhe*i4;-EGng((_4I z`%#p~8IK~}i=t-q0zQbM!zxbOn?B=BXTyZjgGzF-DLTEifChv=;f5ey16#yf2(URW z*la2jD^Iupu*4+>%C{Wr!tYZ~U n1S`ThATSXayLK#?bQqQYXOZ^rHlE+dNhz^K9nXh&!Lt4XL~chz literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d81ba647f8dee0341c6459bc388b44a4734685d6 GIT binary patch literal 10288 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4fa1c0401d1aa454569c076cb47550fb66c6d779 GIT binary patch literal 2350 zcmZ`*-HzKt6rLH|i8smqG(by*03!suLCxl(5<;j&6|DpnVs9#LB9P@|CRy(~ws$<) zvQZ)-wO5E|K)aWH4K8_vxrD2}LM0I2agyDnT^#w$nVB=^Z@zP!A2v5@49~AGKR>M0 z8T*?itB;Gx1H8pO5Xrhsaw!ttE}v(YF@<$jzNCQ6b}MkcD&9*^=wjZ|uiz#OXJ(Na9vU6tDn z7N_q7gG>jDtvDUl@+2}?8nxq8s$7AjCLq^R$ zXPL2$ewLmpZNfYeH=_4;4QudQ4Bd?T_JhbkwQAs9XefCdPCkt?6Uftbt}@B z8yKsyChHh|*^rwUH{_Pw##oa($jc4eSdDJdT+CJ+Z#k2tOk2kKzU6ZAxEB>Fz)bZ` zrq5nW#meDePpUyQPRy6fR7EDv(qMVM1??V1fB#@|Z)sa03uopKNe#3@R^w9@m<+cP z7eSO5rPIi$fKFYx&~mJY?Dv)BgGsyO)-CR3(E3!zIH`Wd-IDh5Vp_V2jP^Om@*!T} zeTcWX10va!g=|O^c?U)2L7gc(a*sT4o)n-J$&gd$K$C)(L|Ro_zf5qft)GoeY1O*q ze`(q_2%0+X0i9WDYlN9_F62LrbQ&VhFSvCJl?+}m-Gtg#C!ND=q&hN6J2_I7rS1G~ zd!Uu-#j0&|)IV0bqteq(689DoclW>O6bQeaV>cSAqEjd{&P|pjMF%z()zMktyL0I_ z+}Y31ET9paI7;G)3bUMCE#8AGMFWKK%Hmh!lMmNUzIp16R9B#&O!eDfrtG{da{~2+ zi}I$FdIz?;(ApB(gP5ky0iLXv1U%hiNl;|(Ah>XhA{@l2l1qp64vA0(=j1JLb_XJB zVSS9%qU=lvO3?40$@^r%bGjwwfv z)6XDUb`QoIyvA$7ry3FdzZIv+x10u6n^?h~Xt*@@`3|4#tN{&b*04oAh2FAU2%@+r zmit2#$qSB;OPPghQC=IOAmTJ1o8miijQShnlUr-%u4Mk-DnXm9K4E$nENoIDueDhx zeaICVJ%G^C=(}$iT?)18)(^up8mTa}wJ;oIa-0y~2*Z=9`ZxoQI?N4=nIE!0wqn;^b$9pMNeUb!2%H{Y-NANfux z)ADUK3}x02L;V3n?bc-j#or69G^KZSk^XsT0@56jWedB;0qftJhx`@YazSWwt3EKY GBmM)FHfiDj literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2ebdb6d2af9c574c8d5dc73dfb3fbcf386ebbecd GIT binary patch literal 3057 zcma)8TaO#J6&}uvq|t4oY!W*O5|l+?Yz0S>fwZZUv}pndNsR)Vi<72M(GF%sN*Z}I zqmq=J7397+?L&beuYKHo^grlBe?or&U;E_0U?5GuLyf!_p+!a_d3fjf_?>h3MZ4Yb z@cr%ao73x%{!NwhUx>;_6{m9ahmEX0>6> zmC-Qz$P*P&{n`^%=|2pHbx{-1*WR!p>Y{Q8Aw< zx#*|4Hc6Jnax#h2d|Wgdx95vY&Sh>iH&e+!*iPXGm&YFPa+TNlxKO<8PV-44;frK+ zH<`!-%|H3gN4?vJAAZc|(j+1=N&hi4_PWg0Zfy?H^=*(96B~(C#dN&G5sf(i`KY{y zq~As+y&(f)zF@;Z_`^^H6E>`fP*k96Ra8X{C6Ewxl#ytNCd#^K5eBw%S&LQo_67r< z=d)(Hstn% zLE0m1yOqN;WPwiCR}nUL+3LzQ-NS!zd`WV;MWKMWCwm2*fXP8%;2I)9!}clS)&2liIhHKp$({Dr?SctzT#xE)p}f z;jBn=cTih3iNZWvE0$)lG#XkEg=}<`Xm<`rlTFs5jt-7|;oh#GRqrG7Sd00r!#e-* zgVuM|%065Dc;_B3&%SVr0T!tvxm)}v1Rzc~!DjwRfLmbdhLb~*^$k;*RoA$W8JyiW zxaa)P^+s;wZ^3{%>J3_B49B@MYIgDhd*|sc3N-8yK$Q)KZmSfiv3HqEJMY%O`L~P;$AC{;fxOWoJjS zmU7@>w_&5$*;E|cMjX!zvCJgoRviCnnPg;bsMX?F6e9>tA@xY5&T-k+QcJb9Vb!KX z{fM#wWj81zPkSySJ5m*7)UG?oA{P3g?|&bLQ4lqvJ=eQ~2TgH!>_ITz2}6tr1y2Jw zqhR&zts;lL8;UH6I!fWZ5jMzgfL@3m31o!xLPbDThthN}> zmzhcNlH!|QJe3d;at%l~*R=tZI!iFhT UacMHr5FmHhi+<;N6h)2y0$-6cDF6Tf literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fca01bb9aaad7a21dcd11ba1f2921c74e3e602df GIT binary patch literal 1769 zcmZ`)OOM+&5GE;E*2>;THcbyn4{8t~F*ddi0fHXdBESZHT#N!mFGdSNE7GVk6i!6(BK1p&_ zMQIu?MZ|?vp7(QBrXmx0rTl6s{O6s8|8Ph3q2J!|*slt|J@ik5(~}dwxy_p=seo$= zbJH*9)w0MzF-~hPe4a=VSA{&Ed;kDsM0NkP@hQgjc4M%323`FCLXa5+xQtVP#kjR# zGn?BBI_vQscixhj!~5KYvCsFo2cydedy{@Wr3Nb&@aI zCnZFk#1ur=aE@G@LRVjc;ABlg2s}u-z&Yatu(7E`Rd{>QVFX{zecCPR%0RlJ+EyZ+ zUlBO~<$tSSS!5#MQ67{gQseT;crJxFOT@U6QT$TKK;*B3G&yTEo=m<86nH)^;WSzZ z6(~{FWmOcZ3c^jU1#O-LoilB&P0Dk9oa9NBL}{`TVNoI@2AFcdB|;tet?uudeQxp@ zOGuqz=@=$!a%qZ#TkkCjoB>1jRQKC!M@(9vB>Ny>j+RD1Lf!#5VV!d^PjbOK|KuL3 zAZLvj!b~55$~6@CU{|>y5Cx;`iPF8iHbSQj>E^e&yX(R$^h-4&gV`g(}bk;xf+42oR$+lXi< zds#-+(vYF|;-WkcFVZ9!UT8t&3!$vXcU^wa?eLS1T8 zn+;(+rmNe#aRuFL6krZxH-SW!8wyHq0Wjn(*noIpfQ>6RhQ(Vz1e3h1D|G^j3af|E zO{H%_@k#CfJ;0Pi54yLhVdchW2Y4Sag6~eY-o3XAc}s6P8fZ5R^C%NxsJ$@E3SOr; zABN$pI!fD<0T(KkiK!Jmtd)>mV(P;)s5}wn-G?40#cQX9t@ahyN2PB+}bd(+v-3_uB^2_ZU=# K|6g`*X#WR)rN#vS literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5cadfc0eddc9998d7f2ba47d89f6ee60fb9f1fb0 GIT binary patch literal 5174 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 Vu?>69w(J{1?0>|VyUv;9?|&Zl0!9D; literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/register.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/register.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..93a2ecb69f8e2682487e20e1438d65cd7e46a28d GIT binary patch literal 8516 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 QF$%=>2{?~*pHkBP7oXc0Bme*a literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fff621e162b7e07eab4b37cbbe5de4d399aee6ed GIT binary patch literal 14577 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/dumb", "build/bdist./rpm", etc.) + if self.bdist_base is None: + build_base = self.get_finalized_command('build').build_base + self.bdist_base = os.path.join(build_base, + 'bdist.' + self.plat_name) + + self.ensure_string_list('formats') + if self.formats is None: + try: + self.formats = [self.default_format[os.name]] + except KeyError: + raise DistutilsPlatformError( + "don't know how to create built distributions " + "on platform %s" % os.name) + + if self.dist_dir is None: + self.dist_dir = "dist" + + def run(self): + # Figure out which sub-commands we need to run. + commands = [] + for format in self.formats: + try: + commands.append(self.format_command[format][0]) + except KeyError: + raise DistutilsOptionError("invalid format '%s'" % format) + + # Reinitialize and run each command. + for i in range(len(self.formats)): + cmd_name = commands[i] + sub_cmd = self.reinitialize_command(cmd_name) + if cmd_name not in self.no_format_option: + sub_cmd.format = self.formats[i] + + # passing the owner and group names for tar archiving + if cmd_name == 'bdist_dumb': + sub_cmd.owner = self.owner + sub_cmd.group = self.group + + # If we're going to need to run this command again, tell it to + # keep its temporary files around so subsequent runs go faster. + if cmd_name in commands[i+1:]: + sub_cmd.keep_temp = 1 + self.run_command(cmd_name) diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_dumb.py b/env/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_dumb.py new file mode 100644 index 000000000..f0d6b5b8c --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_dumb.py @@ -0,0 +1,123 @@ +"""distutils.command.bdist_dumb + +Implements the Distutils 'bdist_dumb' command (create a "dumb" built +distribution -- i.e., just an archive to be unpacked under $prefix or +$exec_prefix).""" + +import os +from distutils.core import Command +from distutils.util import get_platform +from distutils.dir_util import remove_tree, ensure_relative +from distutils.errors import * +from distutils.sysconfig import get_python_version +from distutils import log + +class bdist_dumb(Command): + + description = "create a \"dumb\" built distribution" + + user_options = [('bdist-dir=', 'd', + "temporary directory for creating the distribution"), + ('plat-name=', 'p', + "platform name to embed in generated filenames " + "(default: %s)" % get_platform()), + ('format=', 'f', + "archive format to create (tar, gztar, bztar, xztar, " + "ztar, zip)"), + ('keep-temp', 'k', + "keep the pseudo-installation tree around after " + + "creating the distribution archive"), + ('dist-dir=', 'd', + "directory to put final built distributions in"), + ('skip-build', None, + "skip rebuilding everything (for testing/debugging)"), + ('relative', None, + "build the archive using relative paths " + "(default: false)"), + ('owner=', 'u', + "Owner name used when creating a tar file" + " [default: current user]"), + ('group=', 'g', + "Group name used when creating a tar file" + " [default: current group]"), + ] + + boolean_options = ['keep-temp', 'skip-build', 'relative'] + + default_format = { 'posix': 'gztar', + 'nt': 'zip' } + + def initialize_options(self): + self.bdist_dir = None + self.plat_name = None + self.format = None + self.keep_temp = 0 + self.dist_dir = None + self.skip_build = None + self.relative = 0 + self.owner = None + self.group = None + + def finalize_options(self): + if self.bdist_dir is None: + bdist_base = self.get_finalized_command('bdist').bdist_base + self.bdist_dir = os.path.join(bdist_base, 'dumb') + + if self.format is None: + try: + self.format = self.default_format[os.name] + except KeyError: + raise DistutilsPlatformError( + "don't know how to create dumb built distributions " + "on platform %s" % os.name) + + self.set_undefined_options('bdist', + ('dist_dir', 'dist_dir'), + ('plat_name', 'plat_name'), + ('skip_build', 'skip_build')) + + def run(self): + if not self.skip_build: + self.run_command('build') + + install = self.reinitialize_command('install', reinit_subcommands=1) + install.root = self.bdist_dir + install.skip_build = self.skip_build + install.warn_dir = 0 + + log.info("installing to %s", self.bdist_dir) + self.run_command('install') + + # And make an archive relative to the root of the + # pseudo-installation tree. + archive_basename = "%s.%s" % (self.distribution.get_fullname(), + self.plat_name) + + pseudoinstall_root = os.path.join(self.dist_dir, archive_basename) + if not self.relative: + archive_root = self.bdist_dir + else: + if (self.distribution.has_ext_modules() and + (install.install_base != install.install_platbase)): + raise DistutilsPlatformError( + "can't make a dumb built distribution where " + "base and platbase are different (%s, %s)" + % (repr(install.install_base), + repr(install.install_platbase))) + else: + archive_root = os.path.join(self.bdist_dir, + ensure_relative(install.install_base)) + + # Make the archive + filename = self.make_archive(pseudoinstall_root, + self.format, root_dir=archive_root, + owner=self.owner, group=self.group) + if self.distribution.has_ext_modules(): + pyversion = get_python_version() + else: + pyversion = 'any' + self.distribution.dist_files.append(('bdist_dumb', pyversion, + filename)) + + if not self.keep_temp: + remove_tree(self.bdist_dir, dry_run=self.dry_run) diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_msi.py b/env/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_msi.py new file mode 100644 index 000000000..0863a1883 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_msi.py @@ -0,0 +1,749 @@ +# Copyright (C) 2005, 2006 Martin von Löwis +# Licensed to PSF under a Contributor Agreement. +# The bdist_wininst command proper +# based on bdist_wininst +""" +Implements the bdist_msi command. +""" + +import os +import sys +import warnings +from distutils.core import Command +from distutils.dir_util import remove_tree +from distutils.sysconfig import get_python_version +from distutils.version import StrictVersion +from distutils.errors import DistutilsOptionError +from distutils.util import get_platform +from distutils import log +import msilib +from msilib import schema, sequence, text +from msilib import Directory, Feature, Dialog, add_data + +class PyDialog(Dialog): + """Dialog class with a fixed layout: controls at the top, then a ruler, + then a list of buttons: back, next, cancel. Optionally a bitmap at the + left.""" + def __init__(self, *args, **kw): + """Dialog(database, name, x, y, w, h, attributes, title, first, + default, cancel, bitmap=true)""" + Dialog.__init__(self, *args) + ruler = self.h - 36 + bmwidth = 152*ruler/328 + #if kw.get("bitmap", True): + # self.bitmap("Bitmap", 0, 0, bmwidth, ruler, "PythonWin") + self.line("BottomLine", 0, ruler, self.w, 0) + + def title(self, title): + "Set the title text of the dialog at the top." + # name, x, y, w, h, flags=Visible|Enabled|Transparent|NoPrefix, + # text, in VerdanaBold10 + self.text("Title", 15, 10, 320, 60, 0x30003, + r"{\VerdanaBold10}%s" % title) + + def back(self, title, next, name = "Back", active = 1): + """Add a back button with a given title, the tab-next button, + its name in the Control table, possibly initially disabled. + + Return the button, so that events can be associated""" + if active: + flags = 3 # Visible|Enabled + else: + flags = 1 # Visible + return self.pushbutton(name, 180, self.h-27 , 56, 17, flags, title, next) + + def cancel(self, title, next, name = "Cancel", active = 1): + """Add a cancel button with a given title, the tab-next button, + its name in the Control table, possibly initially disabled. + + Return the button, so that events can be associated""" + if active: + flags = 3 # Visible|Enabled + else: + flags = 1 # Visible + return self.pushbutton(name, 304, self.h-27, 56, 17, flags, title, next) + + def next(self, title, next, name = "Next", active = 1): + """Add a Next button with a given title, the tab-next button, + its name in the Control table, possibly initially disabled. + + Return the button, so that events can be associated""" + if active: + flags = 3 # Visible|Enabled + else: + flags = 1 # Visible + return self.pushbutton(name, 236, self.h-27, 56, 17, flags, title, next) + + def xbutton(self, name, title, next, xpos): + """Add a button with a given title, the tab-next button, + its name in the Control table, giving its x position; the + y-position is aligned with the other buttons. + + Return the button, so that events can be associated""" + return self.pushbutton(name, int(self.w*xpos - 28), self.h-27, 56, 17, 3, title, next) + +class bdist_msi(Command): + + description = "create a Microsoft Installer (.msi) binary distribution" + + user_options = [('bdist-dir=', None, + "temporary directory for creating the distribution"), + ('plat-name=', 'p', + "platform name to embed in generated filenames " + "(default: %s)" % get_platform()), + ('keep-temp', 'k', + "keep the pseudo-installation tree around after " + + "creating the distribution archive"), + ('target-version=', None, + "require a specific python version" + + " on the target system"), + ('no-target-compile', 'c', + "do not compile .py to .pyc on the target system"), + ('no-target-optimize', 'o', + "do not compile .py to .pyo (optimized) " + "on the target system"), + ('dist-dir=', 'd', + "directory to put final built distributions in"), + ('skip-build', None, + "skip rebuilding everything (for testing/debugging)"), + ('install-script=', None, + "basename of installation script to be run after " + "installation or before deinstallation"), + ('pre-install-script=', None, + "Fully qualified filename of a script to be run before " + "any files are installed. This script need not be in the " + "distribution"), + ] + + boolean_options = ['keep-temp', 'no-target-compile', 'no-target-optimize', + 'skip-build'] + + all_versions = ['2.0', '2.1', '2.2', '2.3', '2.4', + '2.5', '2.6', '2.7', '2.8', '2.9', + '3.0', '3.1', '3.2', '3.3', '3.4', + '3.5', '3.6', '3.7', '3.8', '3.9'] + other_version = 'X' + + def __init__(self, *args, **kw): + super().__init__(*args, **kw) + warnings.warn("bdist_msi command is deprecated since Python 3.9, " + "use bdist_wheel (wheel packages) instead", + DeprecationWarning, 2) + + def initialize_options(self): + self.bdist_dir = None + self.plat_name = None + self.keep_temp = 0 + self.no_target_compile = 0 + self.no_target_optimize = 0 + self.target_version = None + self.dist_dir = None + self.skip_build = None + self.install_script = None + self.pre_install_script = None + self.versions = None + + def finalize_options(self): + self.set_undefined_options('bdist', ('skip_build', 'skip_build')) + + if self.bdist_dir is None: + bdist_base = self.get_finalized_command('bdist').bdist_base + self.bdist_dir = os.path.join(bdist_base, 'msi') + + short_version = get_python_version() + if (not self.target_version) and self.distribution.has_ext_modules(): + self.target_version = short_version + + if self.target_version: + self.versions = [self.target_version] + if not self.skip_build and self.distribution.has_ext_modules()\ + and self.target_version != short_version: + raise DistutilsOptionError( + "target version can only be %s, or the '--skip-build'" + " option must be specified" % (short_version,)) + else: + self.versions = list(self.all_versions) + + self.set_undefined_options('bdist', + ('dist_dir', 'dist_dir'), + ('plat_name', 'plat_name'), + ) + + if self.pre_install_script: + raise DistutilsOptionError( + "the pre-install-script feature is not yet implemented") + + if self.install_script: + for script in self.distribution.scripts: + if self.install_script == os.path.basename(script): + break + else: + raise DistutilsOptionError( + "install_script '%s' not found in scripts" + % self.install_script) + self.install_script_key = None + + def run(self): + if not self.skip_build: + self.run_command('build') + + install = self.reinitialize_command('install', reinit_subcommands=1) + install.prefix = self.bdist_dir + install.skip_build = self.skip_build + install.warn_dir = 0 + + install_lib = self.reinitialize_command('install_lib') + # we do not want to include pyc or pyo files + install_lib.compile = 0 + install_lib.optimize = 0 + + if self.distribution.has_ext_modules(): + # If we are building an installer for a Python version other + # than the one we are currently running, then we need to ensure + # our build_lib reflects the other Python version rather than ours. + # Note that for target_version!=sys.version, we must have skipped the + # build step, so there is no issue with enforcing the build of this + # version. + target_version = self.target_version + if not target_version: + assert self.skip_build, "Should have already checked this" + target_version = '%d.%d' % sys.version_info[:2] + plat_specifier = ".%s-%s" % (self.plat_name, target_version) + build = self.get_finalized_command('build') + build.build_lib = os.path.join(build.build_base, + 'lib' + plat_specifier) + + log.info("installing to %s", self.bdist_dir) + install.ensure_finalized() + + # avoid warning of 'install_lib' about installing + # into a directory not in sys.path + sys.path.insert(0, os.path.join(self.bdist_dir, 'PURELIB')) + + install.run() + + del sys.path[0] + + self.mkpath(self.dist_dir) + fullname = self.distribution.get_fullname() + installer_name = self.get_installer_filename(fullname) + installer_name = os.path.abspath(installer_name) + if os.path.exists(installer_name): os.unlink(installer_name) + + metadata = self.distribution.metadata + author = metadata.author + if not author: + author = metadata.maintainer + if not author: + author = "UNKNOWN" + version = metadata.get_version() + # ProductVersion must be strictly numeric + # XXX need to deal with prerelease versions + sversion = "%d.%d.%d" % StrictVersion(version).version + # Prefix ProductName with Python x.y, so that + # it sorts together with the other Python packages + # in Add-Remove-Programs (APR) + fullname = self.distribution.get_fullname() + if self.target_version: + product_name = "Python %s %s" % (self.target_version, fullname) + else: + product_name = "Python %s" % (fullname) + self.db = msilib.init_database(installer_name, schema, + product_name, msilib.gen_uuid(), + sversion, author) + msilib.add_tables(self.db, sequence) + props = [('DistVersion', version)] + email = metadata.author_email or metadata.maintainer_email + if email: + props.append(("ARPCONTACT", email)) + if metadata.url: + props.append(("ARPURLINFOABOUT", metadata.url)) + if props: + add_data(self.db, 'Property', props) + + self.add_find_python() + self.add_files() + self.add_scripts() + self.add_ui() + self.db.Commit() + + if hasattr(self.distribution, 'dist_files'): + tup = 'bdist_msi', self.target_version or 'any', fullname + self.distribution.dist_files.append(tup) + + if not self.keep_temp: + remove_tree(self.bdist_dir, dry_run=self.dry_run) + + def add_files(self): + db = self.db + cab = msilib.CAB("distfiles") + rootdir = os.path.abspath(self.bdist_dir) + + root = Directory(db, cab, None, rootdir, "TARGETDIR", "SourceDir") + f = Feature(db, "Python", "Python", "Everything", + 0, 1, directory="TARGETDIR") + + items = [(f, root, '')] + for version in self.versions + [self.other_version]: + target = "TARGETDIR" + version + name = default = "Python" + version + desc = "Everything" + if version is self.other_version: + title = "Python from another location" + level = 2 + else: + title = "Python %s from registry" % version + level = 1 + f = Feature(db, name, title, desc, 1, level, directory=target) + dir = Directory(db, cab, root, rootdir, target, default) + items.append((f, dir, version)) + db.Commit() + + seen = {} + for feature, dir, version in items: + todo = [dir] + while todo: + dir = todo.pop() + for file in os.listdir(dir.absolute): + afile = os.path.join(dir.absolute, file) + if os.path.isdir(afile): + short = "%s|%s" % (dir.make_short(file), file) + default = file + version + newdir = Directory(db, cab, dir, file, default, short) + todo.append(newdir) + else: + if not dir.component: + dir.start_component(dir.logical, feature, 0) + if afile not in seen: + key = seen[afile] = dir.add_file(file) + if file==self.install_script: + if self.install_script_key: + raise DistutilsOptionError( + "Multiple files with name %s" % file) + self.install_script_key = '[#%s]' % key + else: + key = seen[afile] + add_data(self.db, "DuplicateFile", + [(key + version, dir.component, key, None, dir.logical)]) + db.Commit() + cab.commit(db) + + def add_find_python(self): + """Adds code to the installer to compute the location of Python. + + Properties PYTHON.MACHINE.X.Y and PYTHON.USER.X.Y will be set from the + registry for each version of Python. + + Properties TARGETDIRX.Y will be set from PYTHON.USER.X.Y if defined, + else from PYTHON.MACHINE.X.Y. + + Properties PYTHONX.Y will be set to TARGETDIRX.Y\\python.exe""" + + start = 402 + for ver in self.versions: + install_path = r"SOFTWARE\Python\PythonCore\%s\InstallPath" % ver + machine_reg = "python.machine." + ver + user_reg = "python.user." + ver + machine_prop = "PYTHON.MACHINE." + ver + user_prop = "PYTHON.USER." + ver + machine_action = "PythonFromMachine" + ver + user_action = "PythonFromUser" + ver + exe_action = "PythonExe" + ver + target_dir_prop = "TARGETDIR" + ver + exe_prop = "PYTHON" + ver + if msilib.Win64: + # type: msidbLocatorTypeRawValue + msidbLocatorType64bit + Type = 2+16 + else: + Type = 2 + add_data(self.db, "RegLocator", + [(machine_reg, 2, install_path, None, Type), + (user_reg, 1, install_path, None, Type)]) + add_data(self.db, "AppSearch", + [(machine_prop, machine_reg), + (user_prop, user_reg)]) + add_data(self.db, "CustomAction", + [(machine_action, 51+256, target_dir_prop, "[" + machine_prop + "]"), + (user_action, 51+256, target_dir_prop, "[" + user_prop + "]"), + (exe_action, 51+256, exe_prop, "[" + target_dir_prop + "]\\python.exe"), + ]) + add_data(self.db, "InstallExecuteSequence", + [(machine_action, machine_prop, start), + (user_action, user_prop, start + 1), + (exe_action, None, start + 2), + ]) + add_data(self.db, "InstallUISequence", + [(machine_action, machine_prop, start), + (user_action, user_prop, start + 1), + (exe_action, None, start + 2), + ]) + add_data(self.db, "Condition", + [("Python" + ver, 0, "NOT TARGETDIR" + ver)]) + start += 4 + assert start < 500 + + def add_scripts(self): + if self.install_script: + start = 6800 + for ver in self.versions + [self.other_version]: + install_action = "install_script." + ver + exe_prop = "PYTHON" + ver + add_data(self.db, "CustomAction", + [(install_action, 50, exe_prop, self.install_script_key)]) + add_data(self.db, "InstallExecuteSequence", + [(install_action, "&Python%s=3" % ver, start)]) + start += 1 + # XXX pre-install scripts are currently refused in finalize_options() + # but if this feature is completed, it will also need to add + # entries for each version as the above code does + if self.pre_install_script: + scriptfn = os.path.join(self.bdist_dir, "preinstall.bat") + with open(scriptfn, "w") as f: + # The batch file will be executed with [PYTHON], so that %1 + # is the path to the Python interpreter; %0 will be the path + # of the batch file. + # rem =""" + # %1 %0 + # exit + # """ + # + f.write('rem ="""\n%1 %0\nexit\n"""\n') + with open(self.pre_install_script) as fin: + f.write(fin.read()) + add_data(self.db, "Binary", + [("PreInstall", msilib.Binary(scriptfn)) + ]) + add_data(self.db, "CustomAction", + [("PreInstall", 2, "PreInstall", None) + ]) + add_data(self.db, "InstallExecuteSequence", + [("PreInstall", "NOT Installed", 450)]) + + + def add_ui(self): + db = self.db + x = y = 50 + w = 370 + h = 300 + title = "[ProductName] Setup" + + # see "Dialog Style Bits" + modal = 3 # visible | modal + modeless = 1 # visible + track_disk_space = 32 + + # UI customization properties + add_data(db, "Property", + # See "DefaultUIFont Property" + [("DefaultUIFont", "DlgFont8"), + # See "ErrorDialog Style Bit" + ("ErrorDialog", "ErrorDlg"), + ("Progress1", "Install"), # modified in maintenance type dlg + ("Progress2", "installs"), + ("MaintenanceForm_Action", "Repair"), + # possible values: ALL, JUSTME + ("WhichUsers", "ALL") + ]) + + # Fonts, see "TextStyle Table" + add_data(db, "TextStyle", + [("DlgFont8", "Tahoma", 9, None, 0), + ("DlgFontBold8", "Tahoma", 8, None, 1), #bold + ("VerdanaBold10", "Verdana", 10, None, 1), + ("VerdanaRed9", "Verdana", 9, 255, 0), + ]) + + # UI Sequences, see "InstallUISequence Table", "Using a Sequence Table" + # Numbers indicate sequence; see sequence.py for how these action integrate + add_data(db, "InstallUISequence", + [("PrepareDlg", "Not Privileged or Windows9x or Installed", 140), + ("WhichUsersDlg", "Privileged and not Windows9x and not Installed", 141), + # In the user interface, assume all-users installation if privileged. + ("SelectFeaturesDlg", "Not Installed", 1230), + # XXX no support for resume installations yet + #("ResumeDlg", "Installed AND (RESUME OR Preselected)", 1240), + ("MaintenanceTypeDlg", "Installed AND NOT RESUME AND NOT Preselected", 1250), + ("ProgressDlg", None, 1280)]) + + add_data(db, 'ActionText', text.ActionText) + add_data(db, 'UIText', text.UIText) + ##################################################################### + # Standard dialogs: FatalError, UserExit, ExitDialog + fatal=PyDialog(db, "FatalError", x, y, w, h, modal, title, + "Finish", "Finish", "Finish") + fatal.title("[ProductName] Installer ended prematurely") + fatal.back("< Back", "Finish", active = 0) + fatal.cancel("Cancel", "Back", active = 0) + fatal.text("Description1", 15, 70, 320, 80, 0x30003, + "[ProductName] setup ended prematurely because of an error. Your system has not been modified. To install this program at a later time, please run the installation again.") + fatal.text("Description2", 15, 155, 320, 20, 0x30003, + "Click the Finish button to exit the Installer.") + c=fatal.next("Finish", "Cancel", name="Finish") + c.event("EndDialog", "Exit") + + user_exit=PyDialog(db, "UserExit", x, y, w, h, modal, title, + "Finish", "Finish", "Finish") + user_exit.title("[ProductName] Installer was interrupted") + user_exit.back("< Back", "Finish", active = 0) + user_exit.cancel("Cancel", "Back", active = 0) + user_exit.text("Description1", 15, 70, 320, 80, 0x30003, + "[ProductName] setup was interrupted. Your system has not been modified. " + "To install this program at a later time, please run the installation again.") + user_exit.text("Description2", 15, 155, 320, 20, 0x30003, + "Click the Finish button to exit the Installer.") + c = user_exit.next("Finish", "Cancel", name="Finish") + c.event("EndDialog", "Exit") + + exit_dialog = PyDialog(db, "ExitDialog", x, y, w, h, modal, title, + "Finish", "Finish", "Finish") + exit_dialog.title("Completing the [ProductName] Installer") + exit_dialog.back("< Back", "Finish", active = 0) + exit_dialog.cancel("Cancel", "Back", active = 0) + exit_dialog.text("Description", 15, 235, 320, 20, 0x30003, + "Click the Finish button to exit the Installer.") + c = exit_dialog.next("Finish", "Cancel", name="Finish") + c.event("EndDialog", "Return") + + ##################################################################### + # Required dialog: FilesInUse, ErrorDlg + inuse = PyDialog(db, "FilesInUse", + x, y, w, h, + 19, # KeepModeless|Modal|Visible + title, + "Retry", "Retry", "Retry", bitmap=False) + inuse.text("Title", 15, 6, 200, 15, 0x30003, + r"{\DlgFontBold8}Files in Use") + inuse.text("Description", 20, 23, 280, 20, 0x30003, + "Some files that need to be updated are currently in use.") + inuse.text("Text", 20, 55, 330, 50, 3, + "The following applications are using files that need to be updated by this setup. Close these applications and then click Retry to continue the installation or Cancel to exit it.") + inuse.control("List", "ListBox", 20, 107, 330, 130, 7, "FileInUseProcess", + None, None, None) + c=inuse.back("Exit", "Ignore", name="Exit") + c.event("EndDialog", "Exit") + c=inuse.next("Ignore", "Retry", name="Ignore") + c.event("EndDialog", "Ignore") + c=inuse.cancel("Retry", "Exit", name="Retry") + c.event("EndDialog","Retry") + + # See "Error Dialog". See "ICE20" for the required names of the controls. + error = Dialog(db, "ErrorDlg", + 50, 10, 330, 101, + 65543, # Error|Minimize|Modal|Visible + title, + "ErrorText", None, None) + error.text("ErrorText", 50,9,280,48,3, "") + #error.control("ErrorIcon", "Icon", 15, 9, 24, 24, 5242881, None, "py.ico", None, None) + error.pushbutton("N",120,72,81,21,3,"No",None).event("EndDialog","ErrorNo") + error.pushbutton("Y",240,72,81,21,3,"Yes",None).event("EndDialog","ErrorYes") + error.pushbutton("A",0,72,81,21,3,"Abort",None).event("EndDialog","ErrorAbort") + error.pushbutton("C",42,72,81,21,3,"Cancel",None).event("EndDialog","ErrorCancel") + error.pushbutton("I",81,72,81,21,3,"Ignore",None).event("EndDialog","ErrorIgnore") + error.pushbutton("O",159,72,81,21,3,"Ok",None).event("EndDialog","ErrorOk") + error.pushbutton("R",198,72,81,21,3,"Retry",None).event("EndDialog","ErrorRetry") + + ##################################################################### + # Global "Query Cancel" dialog + cancel = Dialog(db, "CancelDlg", 50, 10, 260, 85, 3, title, + "No", "No", "No") + cancel.text("Text", 48, 15, 194, 30, 3, + "Are you sure you want to cancel [ProductName] installation?") + #cancel.control("Icon", "Icon", 15, 15, 24, 24, 5242881, None, + # "py.ico", None, None) + c=cancel.pushbutton("Yes", 72, 57, 56, 17, 3, "Yes", "No") + c.event("EndDialog", "Exit") + + c=cancel.pushbutton("No", 132, 57, 56, 17, 3, "No", "Yes") + c.event("EndDialog", "Return") + + ##################################################################### + # Global "Wait for costing" dialog + costing = Dialog(db, "WaitForCostingDlg", 50, 10, 260, 85, modal, title, + "Return", "Return", "Return") + costing.text("Text", 48, 15, 194, 30, 3, + "Please wait while the installer finishes determining your disk space requirements.") + c = costing.pushbutton("Return", 102, 57, 56, 17, 3, "Return", None) + c.event("EndDialog", "Exit") + + ##################################################################### + # Preparation dialog: no user input except cancellation + prep = PyDialog(db, "PrepareDlg", x, y, w, h, modeless, title, + "Cancel", "Cancel", "Cancel") + prep.text("Description", 15, 70, 320, 40, 0x30003, + "Please wait while the Installer prepares to guide you through the installation.") + prep.title("Welcome to the [ProductName] Installer") + c=prep.text("ActionText", 15, 110, 320, 20, 0x30003, "Pondering...") + c.mapping("ActionText", "Text") + c=prep.text("ActionData", 15, 135, 320, 30, 0x30003, None) + c.mapping("ActionData", "Text") + prep.back("Back", None, active=0) + prep.next("Next", None, active=0) + c=prep.cancel("Cancel", None) + c.event("SpawnDialog", "CancelDlg") + + ##################################################################### + # Feature (Python directory) selection + seldlg = PyDialog(db, "SelectFeaturesDlg", x, y, w, h, modal, title, + "Next", "Next", "Cancel") + seldlg.title("Select Python Installations") + + seldlg.text("Hint", 15, 30, 300, 20, 3, + "Select the Python locations where %s should be installed." + % self.distribution.get_fullname()) + + seldlg.back("< Back", None, active=0) + c = seldlg.next("Next >", "Cancel") + order = 1 + c.event("[TARGETDIR]", "[SourceDir]", ordering=order) + for version in self.versions + [self.other_version]: + order += 1 + c.event("[TARGETDIR]", "[TARGETDIR%s]" % version, + "FEATURE_SELECTED AND &Python%s=3" % version, + ordering=order) + c.event("SpawnWaitDialog", "WaitForCostingDlg", ordering=order + 1) + c.event("EndDialog", "Return", ordering=order + 2) + c = seldlg.cancel("Cancel", "Features") + c.event("SpawnDialog", "CancelDlg") + + c = seldlg.control("Features", "SelectionTree", 15, 60, 300, 120, 3, + "FEATURE", None, "PathEdit", None) + c.event("[FEATURE_SELECTED]", "1") + ver = self.other_version + install_other_cond = "FEATURE_SELECTED AND &Python%s=3" % ver + dont_install_other_cond = "FEATURE_SELECTED AND &Python%s<>3" % ver + + c = seldlg.text("Other", 15, 200, 300, 15, 3, + "Provide an alternate Python location") + c.condition("Enable", install_other_cond) + c.condition("Show", install_other_cond) + c.condition("Disable", dont_install_other_cond) + c.condition("Hide", dont_install_other_cond) + + c = seldlg.control("PathEdit", "PathEdit", 15, 215, 300, 16, 1, + "TARGETDIR" + ver, None, "Next", None) + c.condition("Enable", install_other_cond) + c.condition("Show", install_other_cond) + c.condition("Disable", dont_install_other_cond) + c.condition("Hide", dont_install_other_cond) + + ##################################################################### + # Disk cost + cost = PyDialog(db, "DiskCostDlg", x, y, w, h, modal, title, + "OK", "OK", "OK", bitmap=False) + cost.text("Title", 15, 6, 200, 15, 0x30003, + r"{\DlgFontBold8}Disk Space Requirements") + cost.text("Description", 20, 20, 280, 20, 0x30003, + "The disk space required for the installation of the selected features.") + cost.text("Text", 20, 53, 330, 60, 3, + "The highlighted volumes (if any) do not have enough disk space " + "available for the currently selected features. You can either " + "remove some files from the highlighted volumes, or choose to " + "install less features onto local drive(s), or select different " + "destination drive(s).") + cost.control("VolumeList", "VolumeCostList", 20, 100, 330, 150, 393223, + None, "{120}{70}{70}{70}{70}", None, None) + cost.xbutton("OK", "Ok", None, 0.5).event("EndDialog", "Return") + + ##################################################################### + # WhichUsers Dialog. Only available on NT, and for privileged users. + # This must be run before FindRelatedProducts, because that will + # take into account whether the previous installation was per-user + # or per-machine. We currently don't support going back to this + # dialog after "Next" was selected; to support this, we would need to + # find how to reset the ALLUSERS property, and how to re-run + # FindRelatedProducts. + # On Windows9x, the ALLUSERS property is ignored on the command line + # and in the Property table, but installer fails according to the documentation + # if a dialog attempts to set ALLUSERS. + whichusers = PyDialog(db, "WhichUsersDlg", x, y, w, h, modal, title, + "AdminInstall", "Next", "Cancel") + whichusers.title("Select whether to install [ProductName] for all users of this computer.") + # A radio group with two options: allusers, justme + g = whichusers.radiogroup("AdminInstall", 15, 60, 260, 50, 3, + "WhichUsers", "", "Next") + g.add("ALL", 0, 5, 150, 20, "Install for all users") + g.add("JUSTME", 0, 25, 150, 20, "Install just for me") + + whichusers.back("Back", None, active=0) + + c = whichusers.next("Next >", "Cancel") + c.event("[ALLUSERS]", "1", 'WhichUsers="ALL"', 1) + c.event("EndDialog", "Return", ordering = 2) + + c = whichusers.cancel("Cancel", "AdminInstall") + c.event("SpawnDialog", "CancelDlg") + + ##################################################################### + # Installation Progress dialog (modeless) + progress = PyDialog(db, "ProgressDlg", x, y, w, h, modeless, title, + "Cancel", "Cancel", "Cancel", bitmap=False) + progress.text("Title", 20, 15, 200, 15, 0x30003, + r"{\DlgFontBold8}[Progress1] [ProductName]") + progress.text("Text", 35, 65, 300, 30, 3, + "Please wait while the Installer [Progress2] [ProductName]. " + "This may take several minutes.") + progress.text("StatusLabel", 35, 100, 35, 20, 3, "Status:") + + c=progress.text("ActionText", 70, 100, w-70, 20, 3, "Pondering...") + c.mapping("ActionText", "Text") + + #c=progress.text("ActionData", 35, 140, 300, 20, 3, None) + #c.mapping("ActionData", "Text") + + c=progress.control("ProgressBar", "ProgressBar", 35, 120, 300, 10, 65537, + None, "Progress done", None, None) + c.mapping("SetProgress", "Progress") + + progress.back("< Back", "Next", active=False) + progress.next("Next >", "Cancel", active=False) + progress.cancel("Cancel", "Back").event("SpawnDialog", "CancelDlg") + + ################################################################### + # Maintenance type: repair/uninstall + maint = PyDialog(db, "MaintenanceTypeDlg", x, y, w, h, modal, title, + "Next", "Next", "Cancel") + maint.title("Welcome to the [ProductName] Setup Wizard") + maint.text("BodyText", 15, 63, 330, 42, 3, + "Select whether you want to repair or remove [ProductName].") + g=maint.radiogroup("RepairRadioGroup", 15, 108, 330, 60, 3, + "MaintenanceForm_Action", "", "Next") + #g.add("Change", 0, 0, 200, 17, "&Change [ProductName]") + g.add("Repair", 0, 18, 200, 17, "&Repair [ProductName]") + g.add("Remove", 0, 36, 200, 17, "Re&move [ProductName]") + + maint.back("< Back", None, active=False) + c=maint.next("Finish", "Cancel") + # Change installation: Change progress dialog to "Change", then ask + # for feature selection + #c.event("[Progress1]", "Change", 'MaintenanceForm_Action="Change"', 1) + #c.event("[Progress2]", "changes", 'MaintenanceForm_Action="Change"', 2) + + # Reinstall: Change progress dialog to "Repair", then invoke reinstall + # Also set list of reinstalled features to "ALL" + c.event("[REINSTALL]", "ALL", 'MaintenanceForm_Action="Repair"', 5) + c.event("[Progress1]", "Repairing", 'MaintenanceForm_Action="Repair"', 6) + c.event("[Progress2]", "repairs", 'MaintenanceForm_Action="Repair"', 7) + c.event("Reinstall", "ALL", 'MaintenanceForm_Action="Repair"', 8) + + # Uninstall: Change progress to "Remove", then invoke uninstall + # Also set list of removed features to "ALL" + c.event("[REMOVE]", "ALL", 'MaintenanceForm_Action="Remove"', 11) + c.event("[Progress1]", "Removing", 'MaintenanceForm_Action="Remove"', 12) + c.event("[Progress2]", "removes", 'MaintenanceForm_Action="Remove"', 13) + c.event("Remove", "ALL", 'MaintenanceForm_Action="Remove"', 14) + + # Close dialog when maintenance action scheduled + c.event("EndDialog", "Return", 'MaintenanceForm_Action<>"Change"', 20) + #c.event("NewDialog", "SelectFeaturesDlg", 'MaintenanceForm_Action="Change"', 21) + + maint.cancel("Cancel", "RepairRadioGroup").event("SpawnDialog", "CancelDlg") + + def get_installer_filename(self, fullname): + # Factored out to allow overriding in subclasses + if self.target_version: + base_name = "%s.%s-py%s.msi" % (fullname, self.plat_name, + self.target_version) + else: + base_name = "%s.%s.msi" % (fullname, self.plat_name) + installer_name = os.path.join(self.dist_dir, base_name) + return installer_name diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_rpm.py b/env/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_rpm.py new file mode 100644 index 000000000..550cbfa1e --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_rpm.py @@ -0,0 +1,579 @@ +"""distutils.command.bdist_rpm + +Implements the Distutils 'bdist_rpm' command (create RPM source and binary +distributions).""" + +import subprocess, sys, os +from distutils.core import Command +from distutils.debug import DEBUG +from distutils.file_util import write_file +from distutils.errors import * +from distutils.sysconfig import get_python_version +from distutils import log + +class bdist_rpm(Command): + + description = "create an RPM distribution" + + user_options = [ + ('bdist-base=', None, + "base directory for creating built distributions"), + ('rpm-base=', None, + "base directory for creating RPMs (defaults to \"rpm\" under " + "--bdist-base; must be specified for RPM 2)"), + ('dist-dir=', 'd', + "directory to put final RPM files in " + "(and .spec files if --spec-only)"), + ('python=', None, + "path to Python interpreter to hard-code in the .spec file " + "(default: \"python\")"), + ('fix-python', None, + "hard-code the exact path to the current Python interpreter in " + "the .spec file"), + ('spec-only', None, + "only regenerate spec file"), + ('source-only', None, + "only generate source RPM"), + ('binary-only', None, + "only generate binary RPM"), + ('use-bzip2', None, + "use bzip2 instead of gzip to create source distribution"), + + # More meta-data: too RPM-specific to put in the setup script, + # but needs to go in the .spec file -- so we make these options + # to "bdist_rpm". The idea is that packagers would put this + # info in setup.cfg, although they are of course free to + # supply it on the command line. + ('distribution-name=', None, + "name of the (Linux) distribution to which this " + "RPM applies (*not* the name of the module distribution!)"), + ('group=', None, + "package classification [default: \"Development/Libraries\"]"), + ('release=', None, + "RPM release number"), + ('serial=', None, + "RPM serial number"), + ('vendor=', None, + "RPM \"vendor\" (eg. \"Joe Blow \") " + "[default: maintainer or author from setup script]"), + ('packager=', None, + "RPM packager (eg. \"Jane Doe \") " + "[default: vendor]"), + ('doc-files=', None, + "list of documentation files (space or comma-separated)"), + ('changelog=', None, + "RPM changelog"), + ('icon=', None, + "name of icon file"), + ('provides=', None, + "capabilities provided by this package"), + ('requires=', None, + "capabilities required by this package"), + ('conflicts=', None, + "capabilities which conflict with this package"), + ('build-requires=', None, + "capabilities required to build this package"), + ('obsoletes=', None, + "capabilities made obsolete by this package"), + ('no-autoreq', None, + "do not automatically calculate dependencies"), + + # Actions to take when building RPM + ('keep-temp', 'k', + "don't clean up RPM build directory"), + ('no-keep-temp', None, + "clean up RPM build directory [default]"), + ('use-rpm-opt-flags', None, + "compile with RPM_OPT_FLAGS when building from source RPM"), + ('no-rpm-opt-flags', None, + "do not pass any RPM CFLAGS to compiler"), + ('rpm3-mode', None, + "RPM 3 compatibility mode (default)"), + ('rpm2-mode', None, + "RPM 2 compatibility mode"), + + # Add the hooks necessary for specifying custom scripts + ('prep-script=', None, + "Specify a script for the PREP phase of RPM building"), + ('build-script=', None, + "Specify a script for the BUILD phase of RPM building"), + + ('pre-install=', None, + "Specify a script for the pre-INSTALL phase of RPM building"), + ('install-script=', None, + "Specify a script for the INSTALL phase of RPM building"), + ('post-install=', None, + "Specify a script for the post-INSTALL phase of RPM building"), + + ('pre-uninstall=', None, + "Specify a script for the pre-UNINSTALL phase of RPM building"), + ('post-uninstall=', None, + "Specify a script for the post-UNINSTALL phase of RPM building"), + + ('clean-script=', None, + "Specify a script for the CLEAN phase of RPM building"), + + ('verify-script=', None, + "Specify a script for the VERIFY phase of the RPM build"), + + # Allow a packager to explicitly force an architecture + ('force-arch=', None, + "Force an architecture onto the RPM build process"), + + ('quiet', 'q', + "Run the INSTALL phase of RPM building in quiet mode"), + ] + + boolean_options = ['keep-temp', 'use-rpm-opt-flags', 'rpm3-mode', + 'no-autoreq', 'quiet'] + + negative_opt = {'no-keep-temp': 'keep-temp', + 'no-rpm-opt-flags': 'use-rpm-opt-flags', + 'rpm2-mode': 'rpm3-mode'} + + + def initialize_options(self): + self.bdist_base = None + self.rpm_base = None + self.dist_dir = None + self.python = None + self.fix_python = None + self.spec_only = None + self.binary_only = None + self.source_only = None + self.use_bzip2 = None + + self.distribution_name = None + self.group = None + self.release = None + self.serial = None + self.vendor = None + self.packager = None + self.doc_files = None + self.changelog = None + self.icon = None + + self.prep_script = None + self.build_script = None + self.install_script = None + self.clean_script = None + self.verify_script = None + self.pre_install = None + self.post_install = None + self.pre_uninstall = None + self.post_uninstall = None + self.prep = None + self.provides = None + self.requires = None + self.conflicts = None + self.build_requires = None + self.obsoletes = None + + self.keep_temp = 0 + self.use_rpm_opt_flags = 1 + self.rpm3_mode = 1 + self.no_autoreq = 0 + + self.force_arch = None + self.quiet = 0 + + def finalize_options(self): + self.set_undefined_options('bdist', ('bdist_base', 'bdist_base')) + if self.rpm_base is None: + if not self.rpm3_mode: + raise DistutilsOptionError( + "you must specify --rpm-base in RPM 2 mode") + self.rpm_base = os.path.join(self.bdist_base, "rpm") + + if self.python is None: + if self.fix_python: + self.python = sys.executable + else: + self.python = "python3" + elif self.fix_python: + raise DistutilsOptionError( + "--python and --fix-python are mutually exclusive options") + + if os.name != 'posix': + raise DistutilsPlatformError("don't know how to create RPM " + "distributions on platform %s" % os.name) + if self.binary_only and self.source_only: + raise DistutilsOptionError( + "cannot supply both '--source-only' and '--binary-only'") + + # don't pass CFLAGS to pure python distributions + if not self.distribution.has_ext_modules(): + self.use_rpm_opt_flags = 0 + + self.set_undefined_options('bdist', ('dist_dir', 'dist_dir')) + self.finalize_package_data() + + def finalize_package_data(self): + self.ensure_string('group', "Development/Libraries") + self.ensure_string('vendor', + "%s <%s>" % (self.distribution.get_contact(), + self.distribution.get_contact_email())) + self.ensure_string('packager') + self.ensure_string_list('doc_files') + if isinstance(self.doc_files, list): + for readme in ('README', 'README.txt'): + if os.path.exists(readme) and readme not in self.doc_files: + self.doc_files.append(readme) + + self.ensure_string('release', "1") + self.ensure_string('serial') # should it be an int? + + self.ensure_string('distribution_name') + + self.ensure_string('changelog') + # Format changelog correctly + self.changelog = self._format_changelog(self.changelog) + + self.ensure_filename('icon') + + self.ensure_filename('prep_script') + self.ensure_filename('build_script') + self.ensure_filename('install_script') + self.ensure_filename('clean_script') + self.ensure_filename('verify_script') + self.ensure_filename('pre_install') + self.ensure_filename('post_install') + self.ensure_filename('pre_uninstall') + self.ensure_filename('post_uninstall') + + # XXX don't forget we punted on summaries and descriptions -- they + # should be handled here eventually! + + # Now *this* is some meta-data that belongs in the setup script... + self.ensure_string_list('provides') + self.ensure_string_list('requires') + self.ensure_string_list('conflicts') + self.ensure_string_list('build_requires') + self.ensure_string_list('obsoletes') + + self.ensure_string('force_arch') + + def run(self): + if DEBUG: + print("before _get_package_data():") + print("vendor =", self.vendor) + print("packager =", self.packager) + print("doc_files =", self.doc_files) + print("changelog =", self.changelog) + + # make directories + if self.spec_only: + spec_dir = self.dist_dir + self.mkpath(spec_dir) + else: + rpm_dir = {} + for d in ('SOURCES', 'SPECS', 'BUILD', 'RPMS', 'SRPMS'): + rpm_dir[d] = os.path.join(self.rpm_base, d) + self.mkpath(rpm_dir[d]) + spec_dir = rpm_dir['SPECS'] + + # Spec file goes into 'dist_dir' if '--spec-only specified', + # build/rpm. otherwise. + spec_path = os.path.join(spec_dir, + "%s.spec" % self.distribution.get_name()) + self.execute(write_file, + (spec_path, + self._make_spec_file()), + "writing '%s'" % spec_path) + + if self.spec_only: # stop if requested + return + + # Make a source distribution and copy to SOURCES directory with + # optional icon. + saved_dist_files = self.distribution.dist_files[:] + sdist = self.reinitialize_command('sdist') + if self.use_bzip2: + sdist.formats = ['bztar'] + else: + sdist.formats = ['gztar'] + self.run_command('sdist') + self.distribution.dist_files = saved_dist_files + + source = sdist.get_archive_files()[0] + source_dir = rpm_dir['SOURCES'] + self.copy_file(source, source_dir) + + if self.icon: + if os.path.exists(self.icon): + self.copy_file(self.icon, source_dir) + else: + raise DistutilsFileError( + "icon file '%s' does not exist" % self.icon) + + # build package + log.info("building RPMs") + rpm_cmd = ['rpmbuild'] + + if self.source_only: # what kind of RPMs? + rpm_cmd.append('-bs') + elif self.binary_only: + rpm_cmd.append('-bb') + else: + rpm_cmd.append('-ba') + rpm_cmd.extend(['--define', '__python %s' % self.python]) + if self.rpm3_mode: + rpm_cmd.extend(['--define', + '_topdir %s' % os.path.abspath(self.rpm_base)]) + if not self.keep_temp: + rpm_cmd.append('--clean') + + if self.quiet: + rpm_cmd.append('--quiet') + + rpm_cmd.append(spec_path) + # Determine the binary rpm names that should be built out of this spec + # file + # Note that some of these may not be really built (if the file + # list is empty) + nvr_string = "%{name}-%{version}-%{release}" + src_rpm = nvr_string + ".src.rpm" + non_src_rpm = "%{arch}/" + nvr_string + ".%{arch}.rpm" + q_cmd = r"rpm -q --qf '%s %s\n' --specfile '%s'" % ( + src_rpm, non_src_rpm, spec_path) + + out = os.popen(q_cmd) + try: + binary_rpms = [] + source_rpm = None + while True: + line = out.readline() + if not line: + break + l = line.strip().split() + assert(len(l) == 2) + binary_rpms.append(l[1]) + # The source rpm is named after the first entry in the spec file + if source_rpm is None: + source_rpm = l[0] + + status = out.close() + if status: + raise DistutilsExecError("Failed to execute: %s" % repr(q_cmd)) + + finally: + out.close() + + self.spawn(rpm_cmd) + + if not self.dry_run: + if self.distribution.has_ext_modules(): + pyversion = get_python_version() + else: + pyversion = 'any' + + if not self.binary_only: + srpm = os.path.join(rpm_dir['SRPMS'], source_rpm) + assert(os.path.exists(srpm)) + self.move_file(srpm, self.dist_dir) + filename = os.path.join(self.dist_dir, source_rpm) + self.distribution.dist_files.append( + ('bdist_rpm', pyversion, filename)) + + if not self.source_only: + for rpm in binary_rpms: + rpm = os.path.join(rpm_dir['RPMS'], rpm) + if os.path.exists(rpm): + self.move_file(rpm, self.dist_dir) + filename = os.path.join(self.dist_dir, + os.path.basename(rpm)) + self.distribution.dist_files.append( + ('bdist_rpm', pyversion, filename)) + + def _dist_path(self, path): + return os.path.join(self.dist_dir, os.path.basename(path)) + + def _make_spec_file(self): + """Generate the text of an RPM spec file and return it as a + list of strings (one per line). + """ + # definitions and headers + spec_file = [ + '%define name ' + self.distribution.get_name(), + '%define version ' + self.distribution.get_version().replace('-','_'), + '%define unmangled_version ' + self.distribution.get_version(), + '%define release ' + self.release.replace('-','_'), + '', + 'Summary: ' + self.distribution.get_description(), + ] + + # Workaround for #14443 which affects some RPM based systems such as + # RHEL6 (and probably derivatives) + vendor_hook = subprocess.getoutput('rpm --eval %{__os_install_post}') + # Generate a potential replacement value for __os_install_post (whilst + # normalizing the whitespace to simplify the test for whether the + # invocation of brp-python-bytecompile passes in __python): + vendor_hook = '\n'.join([' %s \\' % line.strip() + for line in vendor_hook.splitlines()]) + problem = "brp-python-bytecompile \\\n" + fixed = "brp-python-bytecompile %{__python} \\\n" + fixed_hook = vendor_hook.replace(problem, fixed) + if fixed_hook != vendor_hook: + spec_file.append('# Workaround for http://bugs.python.org/issue14443') + spec_file.append('%define __os_install_post ' + fixed_hook + '\n') + + # put locale summaries into spec file + # XXX not supported for now (hard to put a dictionary + # in a config file -- arg!) + #for locale in self.summaries.keys(): + # spec_file.append('Summary(%s): %s' % (locale, + # self.summaries[locale])) + + spec_file.extend([ + 'Name: %{name}', + 'Version: %{version}', + 'Release: %{release}',]) + + # XXX yuck! this filename is available from the "sdist" command, + # but only after it has run: and we create the spec file before + # running "sdist", in case of --spec-only. + if self.use_bzip2: + spec_file.append('Source0: %{name}-%{unmangled_version}.tar.bz2') + else: + spec_file.append('Source0: %{name}-%{unmangled_version}.tar.gz') + + spec_file.extend([ + 'License: ' + self.distribution.get_license(), + 'Group: ' + self.group, + 'BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot', + 'Prefix: %{_prefix}', ]) + + if not self.force_arch: + # noarch if no extension modules + if not self.distribution.has_ext_modules(): + spec_file.append('BuildArch: noarch') + else: + spec_file.append( 'BuildArch: %s' % self.force_arch ) + + for field in ('Vendor', + 'Packager', + 'Provides', + 'Requires', + 'Conflicts', + 'Obsoletes', + ): + val = getattr(self, field.lower()) + if isinstance(val, list): + spec_file.append('%s: %s' % (field, ' '.join(val))) + elif val is not None: + spec_file.append('%s: %s' % (field, val)) + + + if self.distribution.get_url() != 'UNKNOWN': + spec_file.append('Url: ' + self.distribution.get_url()) + + if self.distribution_name: + spec_file.append('Distribution: ' + self.distribution_name) + + if self.build_requires: + spec_file.append('BuildRequires: ' + + ' '.join(self.build_requires)) + + if self.icon: + spec_file.append('Icon: ' + os.path.basename(self.icon)) + + if self.no_autoreq: + spec_file.append('AutoReq: 0') + + spec_file.extend([ + '', + '%description', + self.distribution.get_long_description() + ]) + + # put locale descriptions into spec file + # XXX again, suppressed because config file syntax doesn't + # easily support this ;-( + #for locale in self.descriptions.keys(): + # spec_file.extend([ + # '', + # '%description -l ' + locale, + # self.descriptions[locale], + # ]) + + # rpm scripts + # figure out default build script + def_setup_call = "%s %s" % (self.python,os.path.basename(sys.argv[0])) + def_build = "%s build" % def_setup_call + if self.use_rpm_opt_flags: + def_build = 'env CFLAGS="$RPM_OPT_FLAGS" ' + def_build + + # insert contents of files + + # XXX this is kind of misleading: user-supplied options are files + # that we open and interpolate into the spec file, but the defaults + # are just text that we drop in as-is. Hmmm. + + install_cmd = ('%s install -O1 --root=$RPM_BUILD_ROOT ' + '--record=INSTALLED_FILES') % def_setup_call + + script_options = [ + ('prep', 'prep_script', "%setup -n %{name}-%{unmangled_version}"), + ('build', 'build_script', def_build), + ('install', 'install_script', install_cmd), + ('clean', 'clean_script', "rm -rf $RPM_BUILD_ROOT"), + ('verifyscript', 'verify_script', None), + ('pre', 'pre_install', None), + ('post', 'post_install', None), + ('preun', 'pre_uninstall', None), + ('postun', 'post_uninstall', None), + ] + + for (rpm_opt, attr, default) in script_options: + # Insert contents of file referred to, if no file is referred to + # use 'default' as contents of script + val = getattr(self, attr) + if val or default: + spec_file.extend([ + '', + '%' + rpm_opt,]) + if val: + with open(val) as f: + spec_file.extend(f.read().split('\n')) + else: + spec_file.append(default) + + + # files section + spec_file.extend([ + '', + '%files -f INSTALLED_FILES', + '%defattr(-,root,root)', + ]) + + if self.doc_files: + spec_file.append('%doc ' + ' '.join(self.doc_files)) + + if self.changelog: + spec_file.extend([ + '', + '%changelog',]) + spec_file.extend(self.changelog) + + return spec_file + + def _format_changelog(self, changelog): + """Format the changelog correctly and convert it to a list of strings + """ + if not changelog: + return changelog + new_changelog = [] + for line in changelog.strip().split('\n'): + line = line.strip() + if line[0] == '*': + new_changelog.extend(['', line]) + elif line[0] == '-': + new_changelog.append(line) + else: + new_changelog.append(' ' + line) + + # strip trailing newline inserted by first changelog entry + if not new_changelog[0]: + del new_changelog[0] + + return new_changelog diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_wininst.py b/env/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_wininst.py new file mode 100644 index 000000000..0e9ddaa21 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_wininst.py @@ -0,0 +1,377 @@ +"""distutils.command.bdist_wininst + +Implements the Distutils 'bdist_wininst' command: create a windows installer +exe-program.""" + +import os +import sys +import warnings +from distutils.core import Command +from distutils.util import get_platform +from distutils.dir_util import remove_tree +from distutils.errors import * +from distutils.sysconfig import get_python_version +from distutils import log + +class bdist_wininst(Command): + + description = "create an executable installer for MS Windows" + + user_options = [('bdist-dir=', None, + "temporary directory for creating the distribution"), + ('plat-name=', 'p', + "platform name to embed in generated filenames " + "(default: %s)" % get_platform()), + ('keep-temp', 'k', + "keep the pseudo-installation tree around after " + + "creating the distribution archive"), + ('target-version=', None, + "require a specific python version" + + " on the target system"), + ('no-target-compile', 'c', + "do not compile .py to .pyc on the target system"), + ('no-target-optimize', 'o', + "do not compile .py to .pyo (optimized) " + "on the target system"), + ('dist-dir=', 'd', + "directory to put final built distributions in"), + ('bitmap=', 'b', + "bitmap to use for the installer instead of python-powered logo"), + ('title=', 't', + "title to display on the installer background instead of default"), + ('skip-build', None, + "skip rebuilding everything (for testing/debugging)"), + ('install-script=', None, + "basename of installation script to be run after " + "installation or before deinstallation"), + ('pre-install-script=', None, + "Fully qualified filename of a script to be run before " + "any files are installed. This script need not be in the " + "distribution"), + ('user-access-control=', None, + "specify Vista's UAC handling - 'none'/default=no " + "handling, 'auto'=use UAC if target Python installed for " + "all users, 'force'=always use UAC"), + ] + + boolean_options = ['keep-temp', 'no-target-compile', 'no-target-optimize', + 'skip-build'] + + # bpo-10945: bdist_wininst requires mbcs encoding only available on Windows + _unsupported = (sys.platform != "win32") + + def __init__(self, *args, **kw): + super().__init__(*args, **kw) + warnings.warn("bdist_wininst command is deprecated since Python 3.8, " + "use bdist_wheel (wheel packages) instead", + DeprecationWarning, 2) + + def initialize_options(self): + self.bdist_dir = None + self.plat_name = None + self.keep_temp = 0 + self.no_target_compile = 0 + self.no_target_optimize = 0 + self.target_version = None + self.dist_dir = None + self.bitmap = None + self.title = None + self.skip_build = None + self.install_script = None + self.pre_install_script = None + self.user_access_control = None + + + def finalize_options(self): + self.set_undefined_options('bdist', ('skip_build', 'skip_build')) + + if self.bdist_dir is None: + if self.skip_build and self.plat_name: + # If build is skipped and plat_name is overridden, bdist will + # not see the correct 'plat_name' - so set that up manually. + bdist = self.distribution.get_command_obj('bdist') + bdist.plat_name = self.plat_name + # next the command will be initialized using that name + bdist_base = self.get_finalized_command('bdist').bdist_base + self.bdist_dir = os.path.join(bdist_base, 'wininst') + + if not self.target_version: + self.target_version = "" + + if not self.skip_build and self.distribution.has_ext_modules(): + short_version = get_python_version() + if self.target_version and self.target_version != short_version: + raise DistutilsOptionError( + "target version can only be %s, or the '--skip-build'" \ + " option must be specified" % (short_version,)) + self.target_version = short_version + + self.set_undefined_options('bdist', + ('dist_dir', 'dist_dir'), + ('plat_name', 'plat_name'), + ) + + if self.install_script: + for script in self.distribution.scripts: + if self.install_script == os.path.basename(script): + break + else: + raise DistutilsOptionError( + "install_script '%s' not found in scripts" + % self.install_script) + + def run(self): + if (sys.platform != "win32" and + (self.distribution.has_ext_modules() or + self.distribution.has_c_libraries())): + raise DistutilsPlatformError \ + ("distribution contains extensions and/or C libraries; " + "must be compiled on a Windows 32 platform") + + if not self.skip_build: + self.run_command('build') + + install = self.reinitialize_command('install', reinit_subcommands=1) + install.root = self.bdist_dir + install.skip_build = self.skip_build + install.warn_dir = 0 + install.plat_name = self.plat_name + + install_lib = self.reinitialize_command('install_lib') + # we do not want to include pyc or pyo files + install_lib.compile = 0 + install_lib.optimize = 0 + + if self.distribution.has_ext_modules(): + # If we are building an installer for a Python version other + # than the one we are currently running, then we need to ensure + # our build_lib reflects the other Python version rather than ours. + # Note that for target_version!=sys.version, we must have skipped the + # build step, so there is no issue with enforcing the build of this + # version. + target_version = self.target_version + if not target_version: + assert self.skip_build, "Should have already checked this" + target_version = '%d.%d' % sys.version_info[:2] + plat_specifier = ".%s-%s" % (self.plat_name, target_version) + build = self.get_finalized_command('build') + build.build_lib = os.path.join(build.build_base, + 'lib' + plat_specifier) + + # Use a custom scheme for the zip-file, because we have to decide + # at installation time which scheme to use. + for key in ('purelib', 'platlib', 'headers', 'scripts', 'data'): + value = key.upper() + if key == 'headers': + value = value + '/Include/$dist_name' + setattr(install, + 'install_' + key, + value) + + log.info("installing to %s", self.bdist_dir) + install.ensure_finalized() + + # avoid warning of 'install_lib' about installing + # into a directory not in sys.path + sys.path.insert(0, os.path.join(self.bdist_dir, 'PURELIB')) + + install.run() + + del sys.path[0] + + # And make an archive relative to the root of the + # pseudo-installation tree. + from tempfile import mktemp + archive_basename = mktemp() + fullname = self.distribution.get_fullname() + arcname = self.make_archive(archive_basename, "zip", + root_dir=self.bdist_dir) + # create an exe containing the zip-file + self.create_exe(arcname, fullname, self.bitmap) + if self.distribution.has_ext_modules(): + pyversion = get_python_version() + else: + pyversion = 'any' + self.distribution.dist_files.append(('bdist_wininst', pyversion, + self.get_installer_filename(fullname))) + # remove the zip-file again + log.debug("removing temporary file '%s'", arcname) + os.remove(arcname) + + if not self.keep_temp: + remove_tree(self.bdist_dir, dry_run=self.dry_run) + + def get_inidata(self): + # Return data describing the installation. + lines = [] + metadata = self.distribution.metadata + + # Write the [metadata] section. + lines.append("[metadata]") + + # 'info' will be displayed in the installer's dialog box, + # describing the items to be installed. + info = (metadata.long_description or '') + '\n' + + # Escape newline characters + def escape(s): + return s.replace("\n", "\\n") + + for name in ["author", "author_email", "description", "maintainer", + "maintainer_email", "name", "url", "version"]: + data = getattr(metadata, name, "") + if data: + info = info + ("\n %s: %s" % \ + (name.capitalize(), escape(data))) + lines.append("%s=%s" % (name, escape(data))) + + # The [setup] section contains entries controlling + # the installer runtime. + lines.append("\n[Setup]") + if self.install_script: + lines.append("install_script=%s" % self.install_script) + lines.append("info=%s" % escape(info)) + lines.append("target_compile=%d" % (not self.no_target_compile)) + lines.append("target_optimize=%d" % (not self.no_target_optimize)) + if self.target_version: + lines.append("target_version=%s" % self.target_version) + if self.user_access_control: + lines.append("user_access_control=%s" % self.user_access_control) + + title = self.title or self.distribution.get_fullname() + lines.append("title=%s" % escape(title)) + import time + import distutils + build_info = "Built %s with distutils-%s" % \ + (time.ctime(time.time()), distutils.__version__) + lines.append("build_info=%s" % build_info) + return "\n".join(lines) + + def create_exe(self, arcname, fullname, bitmap=None): + import struct + + self.mkpath(self.dist_dir) + + cfgdata = self.get_inidata() + + installer_name = self.get_installer_filename(fullname) + self.announce("creating %s" % installer_name) + + if bitmap: + with open(bitmap, "rb") as f: + bitmapdata = f.read() + bitmaplen = len(bitmapdata) + else: + bitmaplen = 0 + + with open(installer_name, "wb") as file: + file.write(self.get_exe_bytes()) + if bitmap: + file.write(bitmapdata) + + # Convert cfgdata from unicode to ascii, mbcs encoded + if isinstance(cfgdata, str): + cfgdata = cfgdata.encode("mbcs") + + # Append the pre-install script + cfgdata = cfgdata + b"\0" + if self.pre_install_script: + # We need to normalize newlines, so we open in text mode and + # convert back to bytes. "latin-1" simply avoids any possible + # failures. + with open(self.pre_install_script, "r", + encoding="latin-1") as script: + script_data = script.read().encode("latin-1") + cfgdata = cfgdata + script_data + b"\n\0" + else: + # empty pre-install script + cfgdata = cfgdata + b"\0" + file.write(cfgdata) + + # The 'magic number' 0x1234567B is used to make sure that the + # binary layout of 'cfgdata' is what the wininst.exe binary + # expects. If the layout changes, increment that number, make + # the corresponding changes to the wininst.exe sources, and + # recompile them. + header = struct.pack("' under the base build directory. We only use one of + # them for a given distribution, though -- + if self.build_purelib is None: + self.build_purelib = os.path.join(self.build_base, 'lib') + if self.build_platlib is None: + self.build_platlib = os.path.join(self.build_base, + 'lib' + plat_specifier) + + # 'build_lib' is the actual directory that we will use for this + # particular module distribution -- if user didn't supply it, pick + # one of 'build_purelib' or 'build_platlib'. + if self.build_lib is None: + if self.distribution.ext_modules: + self.build_lib = self.build_platlib + else: + self.build_lib = self.build_purelib + + # 'build_temp' -- temporary directory for compiler turds, + # "build/temp." + if self.build_temp is None: + self.build_temp = os.path.join(self.build_base, + 'temp' + plat_specifier) + if self.build_scripts is None: + self.build_scripts = os.path.join(self.build_base, + 'scripts-%d.%d' % sys.version_info[:2]) + + if self.executable is None and sys.executable: + self.executable = os.path.normpath(sys.executable) + + if isinstance(self.parallel, str): + try: + self.parallel = int(self.parallel) + except ValueError: + raise DistutilsOptionError("parallel should be an integer") + + def run(self): + # Run all relevant sub-commands. This will be some subset of: + # - build_py - pure Python modules + # - build_clib - standalone C libraries + # - build_ext - Python extensions + # - build_scripts - (Python) scripts + for cmd_name in self.get_sub_commands(): + self.run_command(cmd_name) + + + # -- Predicates for the sub-command list --------------------------- + + def has_pure_modules(self): + return self.distribution.has_pure_modules() + + def has_c_libraries(self): + return self.distribution.has_c_libraries() + + def has_ext_modules(self): + return self.distribution.has_ext_modules() + + def has_scripts(self): + return self.distribution.has_scripts() + + + sub_commands = [('build_py', has_pure_modules), + ('build_clib', has_c_libraries), + ('build_ext', has_ext_modules), + ('build_scripts', has_scripts), + ] diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/build_clib.py b/env/lib/python3.8/site-packages/setuptools/_distutils/command/build_clib.py new file mode 100644 index 000000000..3e20ef23c --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/command/build_clib.py @@ -0,0 +1,209 @@ +"""distutils.command.build_clib + +Implements the Distutils 'build_clib' command, to build a C/C++ library +that is included in the module distribution and needed by an extension +module.""" + + +# XXX this module has *lots* of code ripped-off quite transparently from +# build_ext.py -- not surprisingly really, as the work required to build +# a static library from a collection of C source files is not really all +# that different from what's required to build a shared object file from +# a collection of C source files. Nevertheless, I haven't done the +# necessary refactoring to account for the overlap in code between the +# two modules, mainly because a number of subtle details changed in the +# cut 'n paste. Sigh. + +import os +from distutils.core import Command +from distutils.errors import * +from distutils.sysconfig import customize_compiler +from distutils import log + +def show_compilers(): + from distutils.ccompiler import show_compilers + show_compilers() + + +class build_clib(Command): + + description = "build C/C++ libraries used by Python extensions" + + user_options = [ + ('build-clib=', 'b', + "directory to build C/C++ libraries to"), + ('build-temp=', 't', + "directory to put temporary build by-products"), + ('debug', 'g', + "compile with debugging information"), + ('force', 'f', + "forcibly build everything (ignore file timestamps)"), + ('compiler=', 'c', + "specify the compiler type"), + ] + + boolean_options = ['debug', 'force'] + + help_options = [ + ('help-compiler', None, + "list available compilers", show_compilers), + ] + + def initialize_options(self): + self.build_clib = None + self.build_temp = None + + # List of libraries to build + self.libraries = None + + # Compilation options for all libraries + self.include_dirs = None + self.define = None + self.undef = None + self.debug = None + self.force = 0 + self.compiler = None + + + def finalize_options(self): + # This might be confusing: both build-clib and build-temp default + # to build-temp as defined by the "build" command. This is because + # I think that C libraries are really just temporary build + # by-products, at least from the point of view of building Python + # extensions -- but I want to keep my options open. + self.set_undefined_options('build', + ('build_temp', 'build_clib'), + ('build_temp', 'build_temp'), + ('compiler', 'compiler'), + ('debug', 'debug'), + ('force', 'force')) + + self.libraries = self.distribution.libraries + if self.libraries: + self.check_library_list(self.libraries) + + if self.include_dirs is None: + self.include_dirs = self.distribution.include_dirs or [] + if isinstance(self.include_dirs, str): + self.include_dirs = self.include_dirs.split(os.pathsep) + + # XXX same as for build_ext -- what about 'self.define' and + # 'self.undef' ? + + + def run(self): + if not self.libraries: + return + + # Yech -- this is cut 'n pasted from build_ext.py! + from distutils.ccompiler import new_compiler + self.compiler = new_compiler(compiler=self.compiler, + dry_run=self.dry_run, + force=self.force) + customize_compiler(self.compiler) + + if self.include_dirs is not None: + self.compiler.set_include_dirs(self.include_dirs) + if self.define is not None: + # 'define' option is a list of (name,value) tuples + for (name,value) in self.define: + self.compiler.define_macro(name, value) + if self.undef is not None: + for macro in self.undef: + self.compiler.undefine_macro(macro) + + self.build_libraries(self.libraries) + + + def check_library_list(self, libraries): + """Ensure that the list of libraries is valid. + + `library` is presumably provided as a command option 'libraries'. + This method checks that it is a list of 2-tuples, where the tuples + are (library_name, build_info_dict). + + Raise DistutilsSetupError if the structure is invalid anywhere; + just returns otherwise. + """ + if not isinstance(libraries, list): + raise DistutilsSetupError( + "'libraries' option must be a list of tuples") + + for lib in libraries: + if not isinstance(lib, tuple) and len(lib) != 2: + raise DistutilsSetupError( + "each element of 'libraries' must a 2-tuple") + + name, build_info = lib + + if not isinstance(name, str): + raise DistutilsSetupError( + "first element of each tuple in 'libraries' " + "must be a string (the library name)") + + if '/' in name or (os.sep != '/' and os.sep in name): + raise DistutilsSetupError("bad library name '%s': " + "may not contain directory separators" % lib[0]) + + if not isinstance(build_info, dict): + raise DistutilsSetupError( + "second element of each tuple in 'libraries' " + "must be a dictionary (build info)") + + + def get_library_names(self): + # Assume the library list is valid -- 'check_library_list()' is + # called from 'finalize_options()', so it should be! + if not self.libraries: + return None + + lib_names = [] + for (lib_name, build_info) in self.libraries: + lib_names.append(lib_name) + return lib_names + + + def get_source_files(self): + self.check_library_list(self.libraries) + filenames = [] + for (lib_name, build_info) in self.libraries: + sources = build_info.get('sources') + if sources is None or not isinstance(sources, (list, tuple)): + raise DistutilsSetupError( + "in 'libraries' option (library '%s'), " + "'sources' must be present and must be " + "a list of source filenames" % lib_name) + + filenames.extend(sources) + return filenames + + + def build_libraries(self, libraries): + for (lib_name, build_info) in libraries: + sources = build_info.get('sources') + if sources is None or not isinstance(sources, (list, tuple)): + raise DistutilsSetupError( + "in 'libraries' option (library '%s'), " + "'sources' must be present and must be " + "a list of source filenames" % lib_name) + sources = list(sources) + + log.info("building '%s' library", lib_name) + + # First, compile the source code to object files in the library + # directory. (This should probably change to putting object + # files in a temporary build directory.) + macros = build_info.get('macros') + include_dirs = build_info.get('include_dirs') + objects = self.compiler.compile(sources, + output_dir=self.build_temp, + macros=macros, + include_dirs=include_dirs, + debug=self.debug) + + # Now "link" the object files together into a static library. + # (On Unix at least, this isn't really linking -- it just + # builds an archive. Whatever.) + self.compiler.create_static_lib(objects, lib_name, + output_dir=self.build_clib, + debug=self.debug) diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py b/env/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py new file mode 100644 index 000000000..bbb348331 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py @@ -0,0 +1,755 @@ +"""distutils.command.build_ext + +Implements the Distutils 'build_ext' command, for building extension +modules (currently limited to C extensions, should accommodate C++ +extensions ASAP).""" + +import contextlib +import os +import re +import sys +from distutils.core import Command +from distutils.errors import * +from distutils.sysconfig import customize_compiler, get_python_version +from distutils.sysconfig import get_config_h_filename +from distutils.dep_util import newer_group +from distutils.extension import Extension +from distutils.util import get_platform +from distutils import log +from . import py37compat + +from site import USER_BASE + +# An extension name is just a dot-separated list of Python NAMEs (ie. +# the same as a fully-qualified module name). +extension_name_re = re.compile \ + (r'^[a-zA-Z_][a-zA-Z_0-9]*(\.[a-zA-Z_][a-zA-Z_0-9]*)*$') + + +def show_compilers (): + from distutils.ccompiler import show_compilers + show_compilers() + + +class build_ext(Command): + + description = "build C/C++ extensions (compile/link to build directory)" + + # XXX thoughts on how to deal with complex command-line options like + # these, i.e. how to make it so fancy_getopt can suck them off the + # command line and make it look like setup.py defined the appropriate + # lists of tuples of what-have-you. + # - each command needs a callback to process its command-line options + # - Command.__init__() needs access to its share of the whole + # command line (must ultimately come from + # Distribution.parse_command_line()) + # - it then calls the current command class' option-parsing + # callback to deal with weird options like -D, which have to + # parse the option text and churn out some custom data + # structure + # - that data structure (in this case, a list of 2-tuples) + # will then be present in the command object by the time + # we get to finalize_options() (i.e. the constructor + # takes care of both command-line and client options + # in between initialize_options() and finalize_options()) + + sep_by = " (separated by '%s')" % os.pathsep + user_options = [ + ('build-lib=', 'b', + "directory for compiled extension modules"), + ('build-temp=', 't', + "directory for temporary files (build by-products)"), + ('plat-name=', 'p', + "platform name to cross-compile for, if supported " + "(default: %s)" % get_platform()), + ('inplace', 'i', + "ignore build-lib and put compiled extensions into the source " + + "directory alongside your pure Python modules"), + ('include-dirs=', 'I', + "list of directories to search for header files" + sep_by), + ('define=', 'D', + "C preprocessor macros to define"), + ('undef=', 'U', + "C preprocessor macros to undefine"), + ('libraries=', 'l', + "external C libraries to link with"), + ('library-dirs=', 'L', + "directories to search for external C libraries" + sep_by), + ('rpath=', 'R', + "directories to search for shared C libraries at runtime"), + ('link-objects=', 'O', + "extra explicit link objects to include in the link"), + ('debug', 'g', + "compile/link with debugging information"), + ('force', 'f', + "forcibly build everything (ignore file timestamps)"), + ('compiler=', 'c', + "specify the compiler type"), + ('parallel=', 'j', + "number of parallel build jobs"), + ('swig-cpp', None, + "make SWIG create C++ files (default is C)"), + ('swig-opts=', None, + "list of SWIG command line options"), + ('swig=', None, + "path to the SWIG executable"), + ('user', None, + "add user include, library and rpath") + ] + + boolean_options = ['inplace', 'debug', 'force', 'swig-cpp', 'user'] + + help_options = [ + ('help-compiler', None, + "list available compilers", show_compilers), + ] + + def initialize_options(self): + self.extensions = None + self.build_lib = None + self.plat_name = None + self.build_temp = None + self.inplace = 0 + self.package = None + + self.include_dirs = None + self.define = None + self.undef = None + self.libraries = None + self.library_dirs = None + self.rpath = None + self.link_objects = None + self.debug = None + self.force = None + self.compiler = None + self.swig = None + self.swig_cpp = None + self.swig_opts = None + self.user = None + self.parallel = None + + def finalize_options(self): + from distutils import sysconfig + + self.set_undefined_options('build', + ('build_lib', 'build_lib'), + ('build_temp', 'build_temp'), + ('compiler', 'compiler'), + ('debug', 'debug'), + ('force', 'force'), + ('parallel', 'parallel'), + ('plat_name', 'plat_name'), + ) + + if self.package is None: + self.package = self.distribution.ext_package + + self.extensions = self.distribution.ext_modules + + # Make sure Python's include directories (for Python.h, pyconfig.h, + # etc.) are in the include search path. + py_include = sysconfig.get_python_inc() + plat_py_include = sysconfig.get_python_inc(plat_specific=1) + if self.include_dirs is None: + self.include_dirs = self.distribution.include_dirs or [] + if isinstance(self.include_dirs, str): + self.include_dirs = self.include_dirs.split(os.pathsep) + + # If in a virtualenv, add its include directory + # Issue 16116 + if sys.exec_prefix != sys.base_exec_prefix: + self.include_dirs.append(os.path.join(sys.exec_prefix, 'include')) + + # Put the Python "system" include dir at the end, so that + # any local include dirs take precedence. + self.include_dirs.extend(py_include.split(os.path.pathsep)) + if plat_py_include != py_include: + self.include_dirs.extend( + plat_py_include.split(os.path.pathsep)) + + self.ensure_string_list('libraries') + self.ensure_string_list('link_objects') + + # Life is easier if we're not forever checking for None, so + # simplify these options to empty lists if unset + if self.libraries is None: + self.libraries = [] + if self.library_dirs is None: + self.library_dirs = [] + elif isinstance(self.library_dirs, str): + self.library_dirs = self.library_dirs.split(os.pathsep) + + if self.rpath is None: + self.rpath = [] + elif isinstance(self.rpath, str): + self.rpath = self.rpath.split(os.pathsep) + + # for extensions under windows use different directories + # for Release and Debug builds. + # also Python's library directory must be appended to library_dirs + if os.name == 'nt': + # the 'libs' directory is for binary installs - we assume that + # must be the *native* platform. But we don't really support + # cross-compiling via a binary install anyway, so we let it go. + self.library_dirs.append(os.path.join(sys.exec_prefix, 'libs')) + if sys.base_exec_prefix != sys.prefix: # Issue 16116 + self.library_dirs.append(os.path.join(sys.base_exec_prefix, 'libs')) + if self.debug: + self.build_temp = os.path.join(self.build_temp, "Debug") + else: + self.build_temp = os.path.join(self.build_temp, "Release") + + # Append the source distribution include and library directories, + # this allows distutils on windows to work in the source tree + self.include_dirs.append(os.path.dirname(get_config_h_filename())) + _sys_home = getattr(sys, '_home', None) + if _sys_home: + self.library_dirs.append(_sys_home) + + # Use the .lib files for the correct architecture + if self.plat_name == 'win32': + suffix = 'win32' + else: + # win-amd64 + suffix = self.plat_name[4:] + new_lib = os.path.join(sys.exec_prefix, 'PCbuild') + if suffix: + new_lib = os.path.join(new_lib, suffix) + self.library_dirs.append(new_lib) + + # For extensions under Cygwin, Python's library directory must be + # appended to library_dirs + if sys.platform[:6] == 'cygwin': + if sys.executable.startswith(os.path.join(sys.exec_prefix, "bin")): + # building third party extensions + self.library_dirs.append(os.path.join(sys.prefix, "lib", + "python" + get_python_version(), + "config")) + else: + # building python standard extensions + self.library_dirs.append('.') + + # For building extensions with a shared Python library, + # Python's library directory must be appended to library_dirs + # See Issues: #1600860, #4366 + if (sysconfig.get_config_var('Py_ENABLE_SHARED')): + if not sysconfig.python_build: + # building third party extensions + self.library_dirs.append(sysconfig.get_config_var('LIBDIR')) + else: + # building python standard extensions + self.library_dirs.append('.') + + # The argument parsing will result in self.define being a string, but + # it has to be a list of 2-tuples. All the preprocessor symbols + # specified by the 'define' option will be set to '1'. Multiple + # symbols can be separated with commas. + + if self.define: + defines = self.define.split(',') + self.define = [(symbol, '1') for symbol in defines] + + # The option for macros to undefine is also a string from the + # option parsing, but has to be a list. Multiple symbols can also + # be separated with commas here. + if self.undef: + self.undef = self.undef.split(',') + + if self.swig_opts is None: + self.swig_opts = [] + else: + self.swig_opts = self.swig_opts.split(' ') + + # Finally add the user include and library directories if requested + if self.user: + user_include = os.path.join(USER_BASE, "include") + user_lib = os.path.join(USER_BASE, "lib") + if os.path.isdir(user_include): + self.include_dirs.append(user_include) + if os.path.isdir(user_lib): + self.library_dirs.append(user_lib) + self.rpath.append(user_lib) + + if isinstance(self.parallel, str): + try: + self.parallel = int(self.parallel) + except ValueError: + raise DistutilsOptionError("parallel should be an integer") + + def run(self): + from distutils.ccompiler import new_compiler + + # 'self.extensions', as supplied by setup.py, is a list of + # Extension instances. See the documentation for Extension (in + # distutils.extension) for details. + # + # For backwards compatibility with Distutils 0.8.2 and earlier, we + # also allow the 'extensions' list to be a list of tuples: + # (ext_name, build_info) + # where build_info is a dictionary containing everything that + # Extension instances do except the name, with a few things being + # differently named. We convert these 2-tuples to Extension + # instances as needed. + + if not self.extensions: + return + + # If we were asked to build any C/C++ libraries, make sure that the + # directory where we put them is in the library search path for + # linking extensions. + if self.distribution.has_c_libraries(): + build_clib = self.get_finalized_command('build_clib') + self.libraries.extend(build_clib.get_library_names() or []) + self.library_dirs.append(build_clib.build_clib) + + # Setup the CCompiler object that we'll use to do all the + # compiling and linking + self.compiler = new_compiler(compiler=self.compiler, + verbose=self.verbose, + dry_run=self.dry_run, + force=self.force) + customize_compiler(self.compiler) + # If we are cross-compiling, init the compiler now (if we are not + # cross-compiling, init would not hurt, but people may rely on + # late initialization of compiler even if they shouldn't...) + if os.name == 'nt' and self.plat_name != get_platform(): + self.compiler.initialize(self.plat_name) + + # And make sure that any compile/link-related options (which might + # come from the command-line or from the setup script) are set in + # that CCompiler object -- that way, they automatically apply to + # all compiling and linking done here. + if self.include_dirs is not None: + self.compiler.set_include_dirs(self.include_dirs) + if self.define is not None: + # 'define' option is a list of (name,value) tuples + for (name, value) in self.define: + self.compiler.define_macro(name, value) + if self.undef is not None: + for macro in self.undef: + self.compiler.undefine_macro(macro) + if self.libraries is not None: + self.compiler.set_libraries(self.libraries) + if self.library_dirs is not None: + self.compiler.set_library_dirs(self.library_dirs) + if self.rpath is not None: + self.compiler.set_runtime_library_dirs(self.rpath) + if self.link_objects is not None: + self.compiler.set_link_objects(self.link_objects) + + # Now actually compile and link everything. + self.build_extensions() + + def check_extensions_list(self, extensions): + """Ensure that the list of extensions (presumably provided as a + command option 'extensions') is valid, i.e. it is a list of + Extension objects. We also support the old-style list of 2-tuples, + where the tuples are (ext_name, build_info), which are converted to + Extension instances here. + + Raise DistutilsSetupError if the structure is invalid anywhere; + just returns otherwise. + """ + if not isinstance(extensions, list): + raise DistutilsSetupError( + "'ext_modules' option must be a list of Extension instances") + + for i, ext in enumerate(extensions): + if isinstance(ext, Extension): + continue # OK! (assume type-checking done + # by Extension constructor) + + if not isinstance(ext, tuple) or len(ext) != 2: + raise DistutilsSetupError( + "each element of 'ext_modules' option must be an " + "Extension instance or 2-tuple") + + ext_name, build_info = ext + + log.warn("old-style (ext_name, build_info) tuple found in " + "ext_modules for extension '%s' " + "-- please convert to Extension instance", ext_name) + + if not (isinstance(ext_name, str) and + extension_name_re.match(ext_name)): + raise DistutilsSetupError( + "first element of each tuple in 'ext_modules' " + "must be the extension name (a string)") + + if not isinstance(build_info, dict): + raise DistutilsSetupError( + "second element of each tuple in 'ext_modules' " + "must be a dictionary (build info)") + + # OK, the (ext_name, build_info) dict is type-safe: convert it + # to an Extension instance. + ext = Extension(ext_name, build_info['sources']) + + # Easy stuff: one-to-one mapping from dict elements to + # instance attributes. + for key in ('include_dirs', 'library_dirs', 'libraries', + 'extra_objects', 'extra_compile_args', + 'extra_link_args'): + val = build_info.get(key) + if val is not None: + setattr(ext, key, val) + + # Medium-easy stuff: same syntax/semantics, different names. + ext.runtime_library_dirs = build_info.get('rpath') + if 'def_file' in build_info: + log.warn("'def_file' element of build info dict " + "no longer supported") + + # Non-trivial stuff: 'macros' split into 'define_macros' + # and 'undef_macros'. + macros = build_info.get('macros') + if macros: + ext.define_macros = [] + ext.undef_macros = [] + for macro in macros: + if not (isinstance(macro, tuple) and len(macro) in (1, 2)): + raise DistutilsSetupError( + "'macros' element of build info dict " + "must be 1- or 2-tuple") + if len(macro) == 1: + ext.undef_macros.append(macro[0]) + elif len(macro) == 2: + ext.define_macros.append(macro) + + extensions[i] = ext + + def get_source_files(self): + self.check_extensions_list(self.extensions) + filenames = [] + + # Wouldn't it be neat if we knew the names of header files too... + for ext in self.extensions: + filenames.extend(ext.sources) + return filenames + + def get_outputs(self): + # Sanity check the 'extensions' list -- can't assume this is being + # done in the same run as a 'build_extensions()' call (in fact, we + # can probably assume that it *isn't*!). + self.check_extensions_list(self.extensions) + + # And build the list of output (built) filenames. Note that this + # ignores the 'inplace' flag, and assumes everything goes in the + # "build" tree. + outputs = [] + for ext in self.extensions: + outputs.append(self.get_ext_fullpath(ext.name)) + return outputs + + def build_extensions(self): + # First, sanity-check the 'extensions' list + self.check_extensions_list(self.extensions) + if self.parallel: + self._build_extensions_parallel() + else: + self._build_extensions_serial() + + def _build_extensions_parallel(self): + workers = self.parallel + if self.parallel is True: + workers = os.cpu_count() # may return None + try: + from concurrent.futures import ThreadPoolExecutor + except ImportError: + workers = None + + if workers is None: + self._build_extensions_serial() + return + + with ThreadPoolExecutor(max_workers=workers) as executor: + futures = [executor.submit(self.build_extension, ext) + for ext in self.extensions] + for ext, fut in zip(self.extensions, futures): + with self._filter_build_errors(ext): + fut.result() + + def _build_extensions_serial(self): + for ext in self.extensions: + with self._filter_build_errors(ext): + self.build_extension(ext) + + @contextlib.contextmanager + def _filter_build_errors(self, ext): + try: + yield + except (CCompilerError, DistutilsError, CompileError) as e: + if not ext.optional: + raise + self.warn('building extension "%s" failed: %s' % + (ext.name, e)) + + def build_extension(self, ext): + sources = ext.sources + if sources is None or not isinstance(sources, (list, tuple)): + raise DistutilsSetupError( + "in 'ext_modules' option (extension '%s'), " + "'sources' must be present and must be " + "a list of source filenames" % ext.name) + # sort to make the resulting .so file build reproducible + sources = sorted(sources) + + ext_path = self.get_ext_fullpath(ext.name) + depends = sources + ext.depends + if not (self.force or newer_group(depends, ext_path, 'newer')): + log.debug("skipping '%s' extension (up-to-date)", ext.name) + return + else: + log.info("building '%s' extension", ext.name) + + # First, scan the sources for SWIG definition files (.i), run + # SWIG on 'em to create .c files, and modify the sources list + # accordingly. + sources = self.swig_sources(sources, ext) + + # Next, compile the source code to object files. + + # XXX not honouring 'define_macros' or 'undef_macros' -- the + # CCompiler API needs to change to accommodate this, and I + # want to do one thing at a time! + + # Two possible sources for extra compiler arguments: + # - 'extra_compile_args' in Extension object + # - CFLAGS environment variable (not particularly + # elegant, but people seem to expect it and I + # guess it's useful) + # The environment variable should take precedence, and + # any sensible compiler will give precedence to later + # command line args. Hence we combine them in order: + extra_args = ext.extra_compile_args or [] + + macros = ext.define_macros[:] + for undef in ext.undef_macros: + macros.append((undef,)) + + objects = self.compiler.compile(sources, + output_dir=self.build_temp, + macros=macros, + include_dirs=ext.include_dirs, + debug=self.debug, + extra_postargs=extra_args, + depends=ext.depends) + + # XXX outdated variable, kept here in case third-part code + # needs it. + self._built_objects = objects[:] + + # Now link the object files together into a "shared object" -- + # of course, first we have to figure out all the other things + # that go into the mix. + if ext.extra_objects: + objects.extend(ext.extra_objects) + extra_args = ext.extra_link_args or [] + + # Detect target language, if not provided + language = ext.language or self.compiler.detect_language(sources) + + self.compiler.link_shared_object( + objects, ext_path, + libraries=self.get_libraries(ext), + library_dirs=ext.library_dirs, + runtime_library_dirs=ext.runtime_library_dirs, + extra_postargs=extra_args, + export_symbols=self.get_export_symbols(ext), + debug=self.debug, + build_temp=self.build_temp, + target_lang=language) + + def swig_sources(self, sources, extension): + """Walk the list of source files in 'sources', looking for SWIG + interface (.i) files. Run SWIG on all that are found, and + return a modified 'sources' list with SWIG source files replaced + by the generated C (or C++) files. + """ + new_sources = [] + swig_sources = [] + swig_targets = {} + + # XXX this drops generated C/C++ files into the source tree, which + # is fine for developers who want to distribute the generated + # source -- but there should be an option to put SWIG output in + # the temp dir. + + if self.swig_cpp: + log.warn("--swig-cpp is deprecated - use --swig-opts=-c++") + + if self.swig_cpp or ('-c++' in self.swig_opts) or \ + ('-c++' in extension.swig_opts): + target_ext = '.cpp' + else: + target_ext = '.c' + + for source in sources: + (base, ext) = os.path.splitext(source) + if ext == ".i": # SWIG interface file + new_sources.append(base + '_wrap' + target_ext) + swig_sources.append(source) + swig_targets[source] = new_sources[-1] + else: + new_sources.append(source) + + if not swig_sources: + return new_sources + + swig = self.swig or self.find_swig() + swig_cmd = [swig, "-python"] + swig_cmd.extend(self.swig_opts) + if self.swig_cpp: + swig_cmd.append("-c++") + + # Do not override commandline arguments + if not self.swig_opts: + for o in extension.swig_opts: + swig_cmd.append(o) + + for source in swig_sources: + target = swig_targets[source] + log.info("swigging %s to %s", source, target) + self.spawn(swig_cmd + ["-o", target, source]) + + return new_sources + + def find_swig(self): + """Return the name of the SWIG executable. On Unix, this is + just "swig" -- it should be in the PATH. Tries a bit harder on + Windows. + """ + if os.name == "posix": + return "swig" + elif os.name == "nt": + # Look for SWIG in its standard installation directory on + # Windows (or so I presume!). If we find it there, great; + # if not, act like Unix and assume it's in the PATH. + for vers in ("1.3", "1.2", "1.1"): + fn = os.path.join("c:\\swig%s" % vers, "swig.exe") + if os.path.isfile(fn): + return fn + else: + return "swig.exe" + else: + raise DistutilsPlatformError( + "I don't know how to find (much less run) SWIG " + "on platform '%s'" % os.name) + + # -- Name generators ----------------------------------------------- + # (extension names, filenames, whatever) + def get_ext_fullpath(self, ext_name): + """Returns the path of the filename for a given extension. + + The file is located in `build_lib` or directly in the package + (inplace option). + """ + fullname = self.get_ext_fullname(ext_name) + modpath = fullname.split('.') + filename = self.get_ext_filename(modpath[-1]) + + if not self.inplace: + # no further work needed + # returning : + # build_dir/package/path/filename + filename = os.path.join(*modpath[:-1]+[filename]) + return os.path.join(self.build_lib, filename) + + # the inplace option requires to find the package directory + # using the build_py command for that + package = '.'.join(modpath[0:-1]) + build_py = self.get_finalized_command('build_py') + package_dir = os.path.abspath(build_py.get_package_dir(package)) + + # returning + # package_dir/filename + return os.path.join(package_dir, filename) + + def get_ext_fullname(self, ext_name): + """Returns the fullname of a given extension name. + + Adds the `package.` prefix""" + if self.package is None: + return ext_name + else: + return self.package + '.' + ext_name + + def get_ext_filename(self, ext_name): + r"""Convert the name of an extension (eg. "foo.bar") into the name + of the file from which it will be loaded (eg. "foo/bar.so", or + "foo\bar.pyd"). + """ + from distutils.sysconfig import get_config_var + ext_path = ext_name.split('.') + ext_suffix = get_config_var('EXT_SUFFIX') + return os.path.join(*ext_path) + ext_suffix + + def get_export_symbols(self, ext): + """Return the list of symbols that a shared extension has to + export. This either uses 'ext.export_symbols' or, if it's not + provided, "PyInit_" + module_name. Only relevant on Windows, where + the .pyd file (DLL) must export the module "PyInit_" function. + """ + suffix = '_' + ext.name.split('.')[-1] + try: + # Unicode module name support as defined in PEP-489 + # https://www.python.org/dev/peps/pep-0489/#export-hook-name + suffix.encode('ascii') + except UnicodeEncodeError: + suffix = 'U' + suffix.encode('punycode').replace(b'-', b'_').decode('ascii') + + initfunc_name = "PyInit" + suffix + if initfunc_name not in ext.export_symbols: + ext.export_symbols.append(initfunc_name) + return ext.export_symbols + + def get_libraries(self, ext): + """Return the list of libraries to link against when building a + shared extension. On most platforms, this is just 'ext.libraries'; + on Windows, we add the Python library (eg. python20.dll). + """ + # The python library is always needed on Windows. For MSVC, this + # is redundant, since the library is mentioned in a pragma in + # pyconfig.h that MSVC groks. The other Windows compilers all seem + # to need it mentioned explicitly, though, so that's what we do. + # Append '_d' to the python import library on debug builds. + if sys.platform == "win32": + from distutils._msvccompiler import MSVCCompiler + if not isinstance(self.compiler, MSVCCompiler): + template = "python%d%d" + if self.debug: + template = template + '_d' + pythonlib = (template % + (sys.hexversion >> 24, (sys.hexversion >> 16) & 0xff)) + # don't extend ext.libraries, it may be shared with other + # extensions, it is a reference to the original list + return ext.libraries + [pythonlib] + else: + # On Android only the main executable and LD_PRELOADs are considered + # to be RTLD_GLOBAL, all the dependencies of the main executable + # remain RTLD_LOCAL and so the shared libraries must be linked with + # libpython when python is built with a shared python library (issue + # bpo-21536). + # On Cygwin (and if required, other POSIX-like platforms based on + # Windows like MinGW) it is simply necessary that all symbols in + # shared libraries are resolved at link time. + from distutils.sysconfig import get_config_var + link_libpython = False + if get_config_var('Py_ENABLE_SHARED'): + # A native build on an Android device or on Cygwin + if hasattr(sys, 'getandroidapilevel'): + link_libpython = True + elif sys.platform == 'cygwin': + link_libpython = True + elif '_PYTHON_HOST_PLATFORM' in os.environ: + # We are cross-compiling for one of the relevant platforms + if get_config_var('ANDROID_API_LEVEL') != 0: + link_libpython = True + elif get_config_var('MACHDEP') == 'cygwin': + link_libpython = True + + if link_libpython: + ldversion = get_config_var('LDVERSION') + return ext.libraries + ['python' + ldversion] + + return ext.libraries + py37compat.pythonlib() diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/build_py.py b/env/lib/python3.8/site-packages/setuptools/_distutils/command/build_py.py new file mode 100644 index 000000000..edc2171cd --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/command/build_py.py @@ -0,0 +1,416 @@ +"""distutils.command.build_py + +Implements the Distutils 'build_py' command.""" + +import os +import importlib.util +import sys +import glob + +from distutils.core import Command +from distutils.errors import * +from distutils.util import convert_path, Mixin2to3 +from distutils import log + +class build_py (Command): + + description = "\"build\" pure Python modules (copy to build directory)" + + user_options = [ + ('build-lib=', 'd', "directory to \"build\" (copy) to"), + ('compile', 'c', "compile .py to .pyc"), + ('no-compile', None, "don't compile .py files [default]"), + ('optimize=', 'O', + "also compile with optimization: -O1 for \"python -O\", " + "-O2 for \"python -OO\", and -O0 to disable [default: -O0]"), + ('force', 'f', "forcibly build everything (ignore file timestamps)"), + ] + + boolean_options = ['compile', 'force'] + negative_opt = {'no-compile' : 'compile'} + + def initialize_options(self): + self.build_lib = None + self.py_modules = None + self.package = None + self.package_data = None + self.package_dir = None + self.compile = 0 + self.optimize = 0 + self.force = None + + def finalize_options(self): + self.set_undefined_options('build', + ('build_lib', 'build_lib'), + ('force', 'force')) + + # Get the distribution options that are aliases for build_py + # options -- list of packages and list of modules. + self.packages = self.distribution.packages + self.py_modules = self.distribution.py_modules + self.package_data = self.distribution.package_data + self.package_dir = {} + if self.distribution.package_dir: + for name, path in self.distribution.package_dir.items(): + self.package_dir[name] = convert_path(path) + self.data_files = self.get_data_files() + + # Ick, copied straight from install_lib.py (fancy_getopt needs a + # type system! Hell, *everything* needs a type system!!!) + if not isinstance(self.optimize, int): + try: + self.optimize = int(self.optimize) + assert 0 <= self.optimize <= 2 + except (ValueError, AssertionError): + raise DistutilsOptionError("optimize must be 0, 1, or 2") + + def run(self): + # XXX copy_file by default preserves atime and mtime. IMHO this is + # the right thing to do, but perhaps it should be an option -- in + # particular, a site administrator might want installed files to + # reflect the time of installation rather than the last + # modification time before the installed release. + + # XXX copy_file by default preserves mode, which appears to be the + # wrong thing to do: if a file is read-only in the working + # directory, we want it to be installed read/write so that the next + # installation of the same module distribution can overwrite it + # without problems. (This might be a Unix-specific issue.) Thus + # we turn off 'preserve_mode' when copying to the build directory, + # since the build directory is supposed to be exactly what the + # installation will look like (ie. we preserve mode when + # installing). + + # Two options control which modules will be installed: 'packages' + # and 'py_modules'. The former lets us work with whole packages, not + # specifying individual modules at all; the latter is for + # specifying modules one-at-a-time. + + if self.py_modules: + self.build_modules() + if self.packages: + self.build_packages() + self.build_package_data() + + self.byte_compile(self.get_outputs(include_bytecode=0)) + + def get_data_files(self): + """Generate list of '(package,src_dir,build_dir,filenames)' tuples""" + data = [] + if not self.packages: + return data + for package in self.packages: + # Locate package source directory + src_dir = self.get_package_dir(package) + + # Compute package build directory + build_dir = os.path.join(*([self.build_lib] + package.split('.'))) + + # Length of path to strip from found files + plen = 0 + if src_dir: + plen = len(src_dir)+1 + + # Strip directory from globbed filenames + filenames = [ + file[plen:] for file in self.find_data_files(package, src_dir) + ] + data.append((package, src_dir, build_dir, filenames)) + return data + + def find_data_files(self, package, src_dir): + """Return filenames for package's data files in 'src_dir'""" + globs = (self.package_data.get('', []) + + self.package_data.get(package, [])) + files = [] + for pattern in globs: + # Each pattern has to be converted to a platform-specific path + filelist = glob.glob(os.path.join(glob.escape(src_dir), convert_path(pattern))) + # Files that match more than one pattern are only added once + files.extend([fn for fn in filelist if fn not in files + and os.path.isfile(fn)]) + return files + + def build_package_data(self): + """Copy data files into build directory""" + lastdir = None + for package, src_dir, build_dir, filenames in self.data_files: + for filename in filenames: + target = os.path.join(build_dir, filename) + self.mkpath(os.path.dirname(target)) + self.copy_file(os.path.join(src_dir, filename), target, + preserve_mode=False) + + def get_package_dir(self, package): + """Return the directory, relative to the top of the source + distribution, where package 'package' should be found + (at least according to the 'package_dir' option, if any).""" + path = package.split('.') + + if not self.package_dir: + if path: + return os.path.join(*path) + else: + return '' + else: + tail = [] + while path: + try: + pdir = self.package_dir['.'.join(path)] + except KeyError: + tail.insert(0, path[-1]) + del path[-1] + else: + tail.insert(0, pdir) + return os.path.join(*tail) + else: + # Oops, got all the way through 'path' without finding a + # match in package_dir. If package_dir defines a directory + # for the root (nameless) package, then fallback on it; + # otherwise, we might as well have not consulted + # package_dir at all, as we just use the directory implied + # by 'tail' (which should be the same as the original value + # of 'path' at this point). + pdir = self.package_dir.get('') + if pdir is not None: + tail.insert(0, pdir) + + if tail: + return os.path.join(*tail) + else: + return '' + + def check_package(self, package, package_dir): + # Empty dir name means current directory, which we can probably + # assume exists. Also, os.path.exists and isdir don't know about + # my "empty string means current dir" convention, so we have to + # circumvent them. + if package_dir != "": + if not os.path.exists(package_dir): + raise DistutilsFileError( + "package directory '%s' does not exist" % package_dir) + if not os.path.isdir(package_dir): + raise DistutilsFileError( + "supposed package directory '%s' exists, " + "but is not a directory" % package_dir) + + # Require __init__.py for all but the "root package" + if package: + init_py = os.path.join(package_dir, "__init__.py") + if os.path.isfile(init_py): + return init_py + else: + log.warn(("package init file '%s' not found " + + "(or not a regular file)"), init_py) + + # Either not in a package at all (__init__.py not expected), or + # __init__.py doesn't exist -- so don't return the filename. + return None + + def check_module(self, module, module_file): + if not os.path.isfile(module_file): + log.warn("file %s (for module %s) not found", module_file, module) + return False + else: + return True + + def find_package_modules(self, package, package_dir): + self.check_package(package, package_dir) + module_files = glob.glob(os.path.join(glob.escape(package_dir), "*.py")) + modules = [] + setup_script = os.path.abspath(self.distribution.script_name) + + for f in module_files: + abs_f = os.path.abspath(f) + if abs_f != setup_script: + module = os.path.splitext(os.path.basename(f))[0] + modules.append((package, module, f)) + else: + self.debug_print("excluding %s" % setup_script) + return modules + + def find_modules(self): + """Finds individually-specified Python modules, ie. those listed by + module name in 'self.py_modules'. Returns a list of tuples (package, + module_base, filename): 'package' is a tuple of the path through + package-space to the module; 'module_base' is the bare (no + packages, no dots) module name, and 'filename' is the path to the + ".py" file (relative to the distribution root) that implements the + module. + """ + # Map package names to tuples of useful info about the package: + # (package_dir, checked) + # package_dir - the directory where we'll find source files for + # this package + # checked - true if we have checked that the package directory + # is valid (exists, contains __init__.py, ... ?) + packages = {} + + # List of (package, module, filename) tuples to return + modules = [] + + # We treat modules-in-packages almost the same as toplevel modules, + # just the "package" for a toplevel is empty (either an empty + # string or empty list, depending on context). Differences: + # - don't check for __init__.py in directory for empty package + for module in self.py_modules: + path = module.split('.') + package = '.'.join(path[0:-1]) + module_base = path[-1] + + try: + (package_dir, checked) = packages[package] + except KeyError: + package_dir = self.get_package_dir(package) + checked = 0 + + if not checked: + init_py = self.check_package(package, package_dir) + packages[package] = (package_dir, 1) + if init_py: + modules.append((package, "__init__", init_py)) + + # XXX perhaps we should also check for just .pyc files + # (so greedy closed-source bastards can distribute Python + # modules too) + module_file = os.path.join(package_dir, module_base + ".py") + if not self.check_module(module, module_file): + continue + + modules.append((package, module_base, module_file)) + + return modules + + def find_all_modules(self): + """Compute the list of all modules that will be built, whether + they are specified one-module-at-a-time ('self.py_modules') or + by whole packages ('self.packages'). Return a list of tuples + (package, module, module_file), just like 'find_modules()' and + 'find_package_modules()' do.""" + modules = [] + if self.py_modules: + modules.extend(self.find_modules()) + if self.packages: + for package in self.packages: + package_dir = self.get_package_dir(package) + m = self.find_package_modules(package, package_dir) + modules.extend(m) + return modules + + def get_source_files(self): + return [module[-1] for module in self.find_all_modules()] + + def get_module_outfile(self, build_dir, package, module): + outfile_path = [build_dir] + list(package) + [module + ".py"] + return os.path.join(*outfile_path) + + def get_outputs(self, include_bytecode=1): + modules = self.find_all_modules() + outputs = [] + for (package, module, module_file) in modules: + package = package.split('.') + filename = self.get_module_outfile(self.build_lib, package, module) + outputs.append(filename) + if include_bytecode: + if self.compile: + outputs.append(importlib.util.cache_from_source( + filename, optimization='')) + if self.optimize > 0: + outputs.append(importlib.util.cache_from_source( + filename, optimization=self.optimize)) + + outputs += [ + os.path.join(build_dir, filename) + for package, src_dir, build_dir, filenames in self.data_files + for filename in filenames + ] + + return outputs + + def build_module(self, module, module_file, package): + if isinstance(package, str): + package = package.split('.') + elif not isinstance(package, (list, tuple)): + raise TypeError( + "'package' must be a string (dot-separated), list, or tuple") + + # Now put the module source file into the "build" area -- this is + # easy, we just copy it somewhere under self.build_lib (the build + # directory for Python source). + outfile = self.get_module_outfile(self.build_lib, package, module) + dir = os.path.dirname(outfile) + self.mkpath(dir) + return self.copy_file(module_file, outfile, preserve_mode=0) + + def build_modules(self): + modules = self.find_modules() + for (package, module, module_file) in modules: + # Now "build" the module -- ie. copy the source file to + # self.build_lib (the build directory for Python source). + # (Actually, it gets copied to the directory for this package + # under self.build_lib.) + self.build_module(module, module_file, package) + + def build_packages(self): + for package in self.packages: + # Get list of (package, module, module_file) tuples based on + # scanning the package directory. 'package' is only included + # in the tuple so that 'find_modules()' and + # 'find_package_tuples()' have a consistent interface; it's + # ignored here (apart from a sanity check). Also, 'module' is + # the *unqualified* module name (ie. no dots, no package -- we + # already know its package!), and 'module_file' is the path to + # the .py file, relative to the current directory + # (ie. including 'package_dir'). + package_dir = self.get_package_dir(package) + modules = self.find_package_modules(package, package_dir) + + # Now loop over the modules we found, "building" each one (just + # copy it to self.build_lib). + for (package_, module, module_file) in modules: + assert package == package_ + self.build_module(module, module_file, package) + + def byte_compile(self, files): + if sys.dont_write_bytecode: + self.warn('byte-compiling is disabled, skipping.') + return + + from distutils.util import byte_compile + prefix = self.build_lib + if prefix[-1] != os.sep: + prefix = prefix + os.sep + + # XXX this code is essentially the same as the 'byte_compile() + # method of the "install_lib" command, except for the determination + # of the 'prefix' string. Hmmm. + if self.compile: + byte_compile(files, optimize=0, + force=self.force, prefix=prefix, dry_run=self.dry_run) + if self.optimize > 0: + byte_compile(files, optimize=self.optimize, + force=self.force, prefix=prefix, dry_run=self.dry_run) + +class build_py_2to3(build_py, Mixin2to3): + def run(self): + self.updated_files = [] + + # Base class code + if self.py_modules: + self.build_modules() + if self.packages: + self.build_packages() + self.build_package_data() + + # 2to3 + self.run_2to3(self.updated_files) + + # Remaining base class code + self.byte_compile(self.get_outputs(include_bytecode=0)) + + def build_module(self, module, module_file, package): + res = build_py.build_module(self, module, module_file, package) + if res[1]: + # file was copied + self.updated_files.append(res[0]) + return res diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/build_scripts.py b/env/lib/python3.8/site-packages/setuptools/_distutils/command/build_scripts.py new file mode 100644 index 000000000..ccc70e646 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/command/build_scripts.py @@ -0,0 +1,160 @@ +"""distutils.command.build_scripts + +Implements the Distutils 'build_scripts' command.""" + +import os, re +from stat import ST_MODE +from distutils import sysconfig +from distutils.core import Command +from distutils.dep_util import newer +from distutils.util import convert_path, Mixin2to3 +from distutils import log +import tokenize + +# check if Python is called on the first line with this expression +first_line_re = re.compile(b'^#!.*python[0-9.]*([ \t].*)?$') + +class build_scripts(Command): + + description = "\"build\" scripts (copy and fixup #! line)" + + user_options = [ + ('build-dir=', 'd', "directory to \"build\" (copy) to"), + ('force', 'f', "forcibly build everything (ignore file timestamps"), + ('executable=', 'e', "specify final destination interpreter path"), + ] + + boolean_options = ['force'] + + + def initialize_options(self): + self.build_dir = None + self.scripts = None + self.force = None + self.executable = None + self.outfiles = None + + def finalize_options(self): + self.set_undefined_options('build', + ('build_scripts', 'build_dir'), + ('force', 'force'), + ('executable', 'executable')) + self.scripts = self.distribution.scripts + + def get_source_files(self): + return self.scripts + + def run(self): + if not self.scripts: + return + self.copy_scripts() + + + def copy_scripts(self): + r"""Copy each script listed in 'self.scripts'; if it's marked as a + Python script in the Unix way (first line matches 'first_line_re', + ie. starts with "\#!" and contains "python"), then adjust the first + line to refer to the current Python interpreter as we copy. + """ + self.mkpath(self.build_dir) + outfiles = [] + updated_files = [] + for script in self.scripts: + adjust = False + script = convert_path(script) + outfile = os.path.join(self.build_dir, os.path.basename(script)) + outfiles.append(outfile) + + if not self.force and not newer(script, outfile): + log.debug("not copying %s (up-to-date)", script) + continue + + # 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 OSError: + if not self.dry_run: + raise + f = None + else: + encoding, lines = tokenize.detect_encoding(f.readline) + f.seek(0) + first_line = f.readline() + if not first_line: + self.warn("%s is an empty file (skipping)" % script) + continue + + match = first_line_re.match(first_line) + if match: + adjust = True + post_interp = match.group(1) or b'' + + if adjust: + log.info("copying and adjusting %s -> %s", script, + self.build_dir) + updated_files.append(outfile) + if not self.dry_run: + if not sysconfig.python_build: + executable = self.executable + else: + executable = os.path.join( + sysconfig.get_config_var("BINDIR"), + "python%s%s" % (sysconfig.get_config_var("VERSION"), + sysconfig.get_config_var("EXE"))) + executable = os.fsencode(executable) + shebang = b"#!" + executable + post_interp + b"\n" + # 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: + raise ValueError( + "The shebang ({!r}) is not decodable " + "from utf-8".format(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. + try: + shebang.decode(encoding) + except UnicodeDecodeError: + raise ValueError( + "The shebang ({!r}) is not decodable " + "from the script encoding ({})" + .format(shebang, encoding)) + with open(outfile, "wb") as outf: + outf.write(shebang) + outf.writelines(f.readlines()) + if f: + f.close() + else: + if f: + f.close() + updated_files.append(outfile) + self.copy_file(script, outfile) + + if os.name == 'posix': + for file in outfiles: + if self.dry_run: + log.info("changing mode of %s", file) + else: + oldmode = os.stat(file)[ST_MODE] & 0o7777 + newmode = (oldmode | 0o555) & 0o7777 + if newmode != oldmode: + log.info("changing mode of %s from %o to %o", + file, oldmode, newmode) + os.chmod(file, newmode) + # XXX should we modify self.outfiles? + return outfiles, updated_files + +class build_scripts_2to3(build_scripts, Mixin2to3): + + def copy_scripts(self): + outfiles, updated_files = build_scripts.copy_scripts(self) + if not self.dry_run: + self.run_2to3(updated_files) + return outfiles, updated_files diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/check.py b/env/lib/python3.8/site-packages/setuptools/_distutils/command/check.py new file mode 100644 index 000000000..ada250064 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/command/check.py @@ -0,0 +1,148 @@ +"""distutils.command.check + +Implements the Distutils 'check' command. +""" +from distutils.core import Command +from distutils.errors import DistutilsSetupError + +try: + # docutils is installed + from docutils.utils import Reporter + from docutils.parsers.rst import Parser + from docutils import frontend + from docutils import nodes + + class SilentReporter(Reporter): + + def __init__(self, source, report_level, halt_level, stream=None, + debug=0, encoding='ascii', error_handler='replace'): + self.messages = [] + Reporter.__init__(self, source, report_level, halt_level, stream, + debug, encoding, error_handler) + + def system_message(self, level, message, *children, **kwargs): + self.messages.append((level, message, children, kwargs)) + return nodes.system_message(message, level=level, + type=self.levels[level], + *children, **kwargs) + + HAS_DOCUTILS = True +except Exception: + # Catch all exceptions because exceptions besides ImportError probably + # indicate that docutils is not ported to Py3k. + HAS_DOCUTILS = False + +class check(Command): + """This command checks the meta-data of the package. + """ + description = ("perform some checks on the package") + user_options = [('metadata', 'm', 'Verify meta-data'), + ('restructuredtext', 'r', + ('Checks if long string meta-data syntax ' + 'are reStructuredText-compliant')), + ('strict', 's', + 'Will exit with an error if a check fails')] + + boolean_options = ['metadata', 'restructuredtext', 'strict'] + + def initialize_options(self): + """Sets default values for options.""" + self.restructuredtext = 0 + self.metadata = 1 + self.strict = 0 + self._warnings = 0 + + def finalize_options(self): + pass + + def warn(self, msg): + """Counts the number of warnings that occurs.""" + self._warnings += 1 + return Command.warn(self, msg) + + def run(self): + """Runs the command.""" + # perform the various tests + if self.metadata: + self.check_metadata() + if self.restructuredtext: + if HAS_DOCUTILS: + self.check_restructuredtext() + elif self.strict: + raise DistutilsSetupError('The docutils package is needed.') + + # let's raise an error in strict mode, if we have at least + # one warning + if self.strict and self._warnings > 0: + raise DistutilsSetupError('Please correct your package.') + + def check_metadata(self): + """Ensures that all required elements of meta-data are supplied. + + Required fields: + name, version, URL + + Recommended fields: + (author and author_email) or (maintainer and maintainer_email)) + + Warns if any are missing. + """ + metadata = self.distribution.metadata + + missing = [] + for attr in ('name', 'version', 'url'): + if not (hasattr(metadata, attr) and getattr(metadata, attr)): + missing.append(attr) + + if missing: + self.warn("missing required meta-data: %s" % ', '.join(missing)) + if metadata.author: + if not metadata.author_email: + self.warn("missing meta-data: if 'author' supplied, " + + "'author_email' should be supplied too") + elif metadata.maintainer: + if not metadata.maintainer_email: + self.warn("missing meta-data: if 'maintainer' supplied, " + + "'maintainer_email' should be supplied too") + else: + self.warn("missing meta-data: either (author and author_email) " + + "or (maintainer and maintainer_email) " + + "should be supplied") + + def check_restructuredtext(self): + """Checks if the long string fields are reST-compliant.""" + data = self.distribution.get_long_description() + for warning in self._check_rst_data(data): + line = warning[-1].get('line') + if line is None: + warning = warning[1] + else: + warning = '%s (line %s)' % (warning[1], line) + self.warn(warning) + + def _check_rst_data(self, data): + """Returns warnings when the provided data doesn't compile.""" + # the include and csv_table directives need this to be a path + source_path = self.distribution.script_name or 'setup.py' + parser = Parser() + settings = frontend.OptionParser(components=(Parser,)).get_default_values() + settings.tab_width = 4 + settings.pep_references = None + settings.rfc_references = None + reporter = SilentReporter(source_path, + settings.report_level, + settings.halt_level, + stream=settings.warning_stream, + debug=settings.debug, + encoding=settings.error_encoding, + error_handler=settings.error_encoding_error_handler) + + document = nodes.document(settings, reporter, source=source_path) + document.note_source(source_path, -1) + try: + parser.parse(data, document) + except AttributeError as e: + reporter.messages.append( + (-1, 'Could not finish the parsing: %s.' % e, '', {})) + + return reporter.messages diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/clean.py b/env/lib/python3.8/site-packages/setuptools/_distutils/command/clean.py new file mode 100644 index 000000000..0cb270166 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/command/clean.py @@ -0,0 +1,76 @@ +"""distutils.command.clean + +Implements the Distutils 'clean' command.""" + +# contributed by Bastian Kleineidam , added 2000-03-18 + +import os +from distutils.core import Command +from distutils.dir_util import remove_tree +from distutils import log + +class clean(Command): + + description = "clean up temporary files from 'build' command" + user_options = [ + ('build-base=', 'b', + "base build directory (default: 'build.build-base')"), + ('build-lib=', None, + "build directory for all modules (default: 'build.build-lib')"), + ('build-temp=', 't', + "temporary build directory (default: 'build.build-temp')"), + ('build-scripts=', None, + "build directory for scripts (default: 'build.build-scripts')"), + ('bdist-base=', None, + "temporary directory for built distributions"), + ('all', 'a', + "remove all build output, not just temporary by-products") + ] + + boolean_options = ['all'] + + def initialize_options(self): + self.build_base = None + self.build_lib = None + self.build_temp = None + self.build_scripts = None + self.bdist_base = None + self.all = None + + def finalize_options(self): + self.set_undefined_options('build', + ('build_base', 'build_base'), + ('build_lib', 'build_lib'), + ('build_scripts', 'build_scripts'), + ('build_temp', 'build_temp')) + self.set_undefined_options('bdist', + ('bdist_base', 'bdist_base')) + + def run(self): + # remove the build/temp. directory (unless it's already + # gone) + if os.path.exists(self.build_temp): + remove_tree(self.build_temp, dry_run=self.dry_run) + else: + log.debug("'%s' does not exist -- can't clean it", + self.build_temp) + + if self.all: + # remove build directories + for directory in (self.build_lib, + self.bdist_base, + self.build_scripts): + if os.path.exists(directory): + remove_tree(directory, dry_run=self.dry_run) + else: + log.warn("'%s' does not exist -- can't clean it", + directory) + + # just for the heck of it, try to remove the base build directory: + # we might have emptied it right now, but if not we don't care + if not self.dry_run: + try: + os.rmdir(self.build_base) + log.info("removing '%s'", self.build_base) + except OSError: + pass diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/config.py b/env/lib/python3.8/site-packages/setuptools/_distutils/command/config.py new file mode 100644 index 000000000..aeda408e7 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/command/config.py @@ -0,0 +1,344 @@ +"""distutils.command.config + +Implements the Distutils 'config' command, a (mostly) empty command class +that exists mainly to be sub-classed by specific module distributions and +applications. The idea is that while every "config" command is different, +at least they're all named the same, and users always see "config" in the +list of standard commands. Also, this is a good place to put common +configure-like tasks: "try to compile this C code", or "figure out where +this header file lives". +""" + +import os, re + +from distutils.core import Command +from distutils.errors import DistutilsExecError +from distutils.sysconfig import customize_compiler +from distutils import log + +LANG_EXT = {"c": ".c", "c++": ".cxx"} + +class config(Command): + + description = "prepare to build" + + user_options = [ + ('compiler=', None, + "specify the compiler type"), + ('cc=', None, + "specify the compiler executable"), + ('include-dirs=', 'I', + "list of directories to search for header files"), + ('define=', 'D', + "C preprocessor macros to define"), + ('undef=', 'U', + "C preprocessor macros to undefine"), + ('libraries=', 'l', + "external C libraries to link with"), + ('library-dirs=', 'L', + "directories to search for external C libraries"), + + ('noisy', None, + "show every action (compile, link, run, ...) taken"), + ('dump-source', None, + "dump generated source files before attempting to compile them"), + ] + + + # The three standard command methods: since the "config" command + # does nothing by default, these are empty. + + def initialize_options(self): + self.compiler = None + self.cc = None + self.include_dirs = None + self.libraries = None + self.library_dirs = None + + # maximal output for now + self.noisy = 1 + self.dump_source = 1 + + # list of temporary files generated along-the-way that we have + # to clean at some point + self.temp_files = [] + + def finalize_options(self): + if self.include_dirs is None: + self.include_dirs = self.distribution.include_dirs or [] + elif isinstance(self.include_dirs, str): + self.include_dirs = self.include_dirs.split(os.pathsep) + + if self.libraries is None: + self.libraries = [] + elif isinstance(self.libraries, str): + self.libraries = [self.libraries] + + if self.library_dirs is None: + self.library_dirs = [] + elif isinstance(self.library_dirs, str): + self.library_dirs = self.library_dirs.split(os.pathsep) + + def run(self): + pass + + # Utility methods for actual "config" commands. The interfaces are + # loosely based on Autoconf macros of similar names. Sub-classes + # may use these freely. + + def _check_compiler(self): + """Check that 'self.compiler' really is a CCompiler object; + if not, make it one. + """ + # We do this late, and only on-demand, because this is an expensive + # import. + from distutils.ccompiler import CCompiler, new_compiler + if not isinstance(self.compiler, CCompiler): + self.compiler = new_compiler(compiler=self.compiler, + dry_run=self.dry_run, force=1) + customize_compiler(self.compiler) + if self.include_dirs: + self.compiler.set_include_dirs(self.include_dirs) + if self.libraries: + self.compiler.set_libraries(self.libraries) + if self.library_dirs: + self.compiler.set_library_dirs(self.library_dirs) + + def _gen_temp_sourcefile(self, body, headers, lang): + filename = "_configtest" + LANG_EXT[lang] + with open(filename, "w") as file: + if headers: + for header in headers: + file.write("#include <%s>\n" % header) + file.write("\n") + file.write(body) + if body[-1] != "\n": + file.write("\n") + return filename + + def _preprocess(self, body, headers, include_dirs, lang): + src = self._gen_temp_sourcefile(body, headers, lang) + out = "_configtest.i" + self.temp_files.extend([src, out]) + self.compiler.preprocess(src, out, include_dirs=include_dirs) + return (src, out) + + def _compile(self, body, headers, include_dirs, lang): + src = self._gen_temp_sourcefile(body, headers, lang) + if self.dump_source: + dump_file(src, "compiling '%s':" % src) + (obj,) = self.compiler.object_filenames([src]) + self.temp_files.extend([src, obj]) + self.compiler.compile([src], include_dirs=include_dirs) + return (src, obj) + + def _link(self, body, headers, include_dirs, libraries, library_dirs, + lang): + (src, obj) = self._compile(body, headers, include_dirs, lang) + prog = os.path.splitext(os.path.basename(src))[0] + self.compiler.link_executable([obj], prog, + libraries=libraries, + library_dirs=library_dirs, + target_lang=lang) + + if self.compiler.exe_extension is not None: + prog = prog + self.compiler.exe_extension + self.temp_files.append(prog) + + return (src, obj, prog) + + def _clean(self, *filenames): + if not filenames: + filenames = self.temp_files + self.temp_files = [] + log.info("removing: %s", ' '.join(filenames)) + for filename in filenames: + try: + os.remove(filename) + except OSError: + pass + + + # XXX these ignore the dry-run flag: what to do, what to do? even if + # you want a dry-run build, you still need some sort of configuration + # info. My inclination is to make it up to the real config command to + # consult 'dry_run', and assume a default (minimal) configuration if + # true. The problem with trying to do it here is that you'd have to + # return either true or false from all the 'try' methods, neither of + # which is correct. + + # XXX need access to the header search path and maybe default macros. + + def try_cpp(self, body=None, headers=None, include_dirs=None, lang="c"): + """Construct a source file from 'body' (a string containing lines + of C/C++ code) and 'headers' (a list of header files to include) + and run it through the preprocessor. Return true if the + preprocessor succeeded, false if there were any errors. + ('body' probably isn't of much use, but what the heck.) + """ + from distutils.ccompiler import CompileError + self._check_compiler() + ok = True + try: + self._preprocess(body, headers, include_dirs, lang) + except CompileError: + ok = False + + self._clean() + return ok + + def search_cpp(self, pattern, body=None, headers=None, include_dirs=None, + lang="c"): + """Construct a source file (just like 'try_cpp()'), run it through + the preprocessor, and return true if any line of the output matches + 'pattern'. 'pattern' should either be a compiled regex object or a + string containing a regex. If both 'body' and 'headers' are None, + preprocesses an empty file -- which can be useful to determine the + symbols the preprocessor and compiler set by default. + """ + self._check_compiler() + src, out = self._preprocess(body, headers, include_dirs, lang) + + if isinstance(pattern, str): + pattern = re.compile(pattern) + + with open(out) as file: + match = False + while True: + line = file.readline() + if line == '': + break + if pattern.search(line): + match = True + break + + self._clean() + return match + + def try_compile(self, body, headers=None, include_dirs=None, lang="c"): + """Try to compile a source file built from 'body' and 'headers'. + Return true on success, false otherwise. + """ + from distutils.ccompiler import CompileError + self._check_compiler() + try: + self._compile(body, headers, include_dirs, lang) + ok = True + except CompileError: + ok = False + + log.info(ok and "success!" or "failure.") + self._clean() + return ok + + def try_link(self, body, headers=None, include_dirs=None, libraries=None, + library_dirs=None, lang="c"): + """Try to compile and link a source file, built from 'body' and + 'headers', to executable form. Return true on success, false + otherwise. + """ + from distutils.ccompiler import CompileError, LinkError + self._check_compiler() + try: + self._link(body, headers, include_dirs, + libraries, library_dirs, lang) + ok = True + except (CompileError, LinkError): + ok = False + + log.info(ok and "success!" or "failure.") + self._clean() + return ok + + def try_run(self, body, headers=None, include_dirs=None, libraries=None, + library_dirs=None, lang="c"): + """Try to compile, link to an executable, and run a program + built from 'body' and 'headers'. Return true on success, false + otherwise. + """ + from distutils.ccompiler import CompileError, LinkError + self._check_compiler() + try: + src, obj, exe = self._link(body, headers, include_dirs, + libraries, library_dirs, lang) + self.spawn([exe]) + ok = True + except (CompileError, LinkError, DistutilsExecError): + ok = False + + log.info(ok and "success!" or "failure.") + self._clean() + return ok + + + # -- High-level methods -------------------------------------------- + # (these are the ones that are actually likely to be useful + # when implementing a real-world config command!) + + def check_func(self, func, headers=None, include_dirs=None, + libraries=None, library_dirs=None, decl=0, call=0): + """Determine if function 'func' is available by constructing a + source file that refers to 'func', and compiles and links it. + If everything succeeds, returns true; otherwise returns false. + + The constructed source file starts out by including the header + files listed in 'headers'. If 'decl' is true, it then declares + 'func' (as "int func()"); you probably shouldn't supply 'headers' + and set 'decl' true in the same call, or you might get errors about + a conflicting declarations for 'func'. Finally, the constructed + 'main()' function either references 'func' or (if 'call' is true) + calls it. 'libraries' and 'library_dirs' are used when + linking. + """ + self._check_compiler() + body = [] + if decl: + body.append("int %s ();" % func) + body.append("int main () {") + if call: + body.append(" %s();" % func) + else: + body.append(" %s;" % func) + body.append("}") + body = "\n".join(body) + "\n" + + return self.try_link(body, headers, include_dirs, + libraries, library_dirs) + + def check_lib(self, library, library_dirs=None, headers=None, + include_dirs=None, other_libraries=[]): + """Determine if 'library' is available to be linked against, + without actually checking that any particular symbols are provided + by it. 'headers' will be used in constructing the source file to + be compiled, but the only effect of this is to check if all the + header files listed are available. Any libraries listed in + 'other_libraries' will be included in the link, in case 'library' + has symbols that depend on other libraries. + """ + self._check_compiler() + return self.try_link("int main (void) { }", headers, include_dirs, + [library] + other_libraries, library_dirs) + + def check_header(self, header, include_dirs=None, library_dirs=None, + lang="c"): + """Determine if the system header file named by 'header_file' + exists and can be found by the preprocessor; return true if so, + false otherwise. + """ + return self.try_cpp(body="/* No body */", headers=[header], + include_dirs=include_dirs) + +def dump_file(filename, head=None): + """Dumps a file content into log.info. + + If head is not None, will be dumped before the file content. + """ + if head is None: + log.info('%s', filename) + else: + log.info(head) + file = open(filename) + try: + log.info(file.read()) + finally: + file.close() diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/install.py b/env/lib/python3.8/site-packages/setuptools/_distutils/command/install.py new file mode 100644 index 000000000..13feeb890 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/command/install.py @@ -0,0 +1,677 @@ +"""distutils.command.install + +Implements the Distutils 'install' command.""" + +import sys +import os + +from distutils import log +from distutils.core import Command +from distutils.debug import DEBUG +from distutils.sysconfig import get_config_vars +from distutils.errors import DistutilsPlatformError +from distutils.file_util import write_file +from distutils.util import convert_path, subst_vars, change_root +from distutils.util import get_platform +from distutils.errors import DistutilsOptionError + +from site import USER_BASE +from site import USER_SITE +HAS_USER_SITE = True + +WINDOWS_SCHEME = { + 'purelib': '$base/Lib/site-packages', + 'platlib': '$base/Lib/site-packages', + 'headers': '$base/Include/$dist_name', + 'scripts': '$base/Scripts', + 'data' : '$base', +} + +INSTALL_SCHEMES = { + 'unix_prefix': { + 'purelib': '$base/lib/python$py_version_short/site-packages', + 'platlib': '$platbase/$platlibdir/python$py_version_short/site-packages', + 'headers': '$base/include/python$py_version_short$abiflags/$dist_name', + 'scripts': '$base/bin', + 'data' : '$base', + }, + 'unix_home': { + 'purelib': '$base/lib/python', + 'platlib': '$base/$platlibdir/python', + 'headers': '$base/include/python/$dist_name', + 'scripts': '$base/bin', + 'data' : '$base', + }, + 'nt': WINDOWS_SCHEME, + 'pypy': { + 'purelib': '$base/site-packages', + 'platlib': '$base/site-packages', + 'headers': '$base/include/$dist_name', + 'scripts': '$base/bin', + 'data' : '$base', + }, + 'pypy_nt': { + 'purelib': '$base/site-packages', + 'platlib': '$base/site-packages', + 'headers': '$base/include/$dist_name', + 'scripts': '$base/Scripts', + 'data' : '$base', + }, + } + +# user site schemes +if HAS_USER_SITE: + INSTALL_SCHEMES['nt_user'] = { + 'purelib': '$usersite', + 'platlib': '$usersite', + 'headers': '$userbase/Python$py_version_nodot/Include/$dist_name', + 'scripts': '$userbase/Python$py_version_nodot/Scripts', + 'data' : '$userbase', + } + + INSTALL_SCHEMES['unix_user'] = { + 'purelib': '$usersite', + 'platlib': '$usersite', + 'headers': + '$userbase/include/python$py_version_short$abiflags/$dist_name', + 'scripts': '$userbase/bin', + 'data' : '$userbase', + } + +# The keys to an installation scheme; if any new types of files are to be +# installed, be sure to add an entry to every installation scheme above, +# and to SCHEME_KEYS here. +SCHEME_KEYS = ('purelib', 'platlib', 'headers', 'scripts', 'data') + + +class install(Command): + + description = "install everything from build directory" + + user_options = [ + # Select installation scheme and set base director(y|ies) + ('prefix=', None, + "installation prefix"), + ('exec-prefix=', None, + "(Unix only) prefix for platform-specific files"), + ('home=', None, + "(Unix only) home directory to install under"), + + # Or, just set the base director(y|ies) + ('install-base=', None, + "base installation directory (instead of --prefix or --home)"), + ('install-platbase=', None, + "base installation directory for platform-specific files " + + "(instead of --exec-prefix or --home)"), + ('root=', None, + "install everything relative to this alternate root directory"), + + # Or, explicitly set the installation scheme + ('install-purelib=', None, + "installation directory for pure Python module distributions"), + ('install-platlib=', None, + "installation directory for non-pure module distributions"), + ('install-lib=', None, + "installation directory for all module distributions " + + "(overrides --install-purelib and --install-platlib)"), + + ('install-headers=', None, + "installation directory for C/C++ headers"), + ('install-scripts=', None, + "installation directory for Python scripts"), + ('install-data=', None, + "installation directory for data files"), + + # Byte-compilation options -- see install_lib.py for details, as + # these are duplicated from there (but only install_lib does + # anything with them). + ('compile', 'c', "compile .py to .pyc [default]"), + ('no-compile', None, "don't compile .py files"), + ('optimize=', 'O', + "also compile with optimization: -O1 for \"python -O\", " + "-O2 for \"python -OO\", and -O0 to disable [default: -O0]"), + + # Miscellaneous control options + ('force', 'f', + "force installation (overwrite any existing files)"), + ('skip-build', None, + "skip rebuilding everything (for testing/debugging)"), + + # Where to install documentation (eventually!) + #('doc-format=', None, "format of documentation to generate"), + #('install-man=', None, "directory for Unix man pages"), + #('install-html=', None, "directory for HTML documentation"), + #('install-info=', None, "directory for GNU info files"), + + ('record=', None, + "filename in which to record list of installed files"), + ] + + boolean_options = ['compile', 'force', 'skip-build'] + + if HAS_USER_SITE: + user_options.append(('user', None, + "install in user site-package '%s'" % USER_SITE)) + boolean_options.append('user') + + negative_opt = {'no-compile' : 'compile'} + + + def initialize_options(self): + """Initializes options.""" + # High-level options: these select both an installation base + # and scheme. + self.prefix = None + self.exec_prefix = None + self.home = None + self.user = 0 + + # These select only the installation base; it's up to the user to + # specify the installation scheme (currently, that means supplying + # the --install-{platlib,purelib,scripts,data} options). + self.install_base = None + self.install_platbase = None + self.root = None + + # These options are the actual installation directories; if not + # supplied by the user, they are filled in using the installation + # scheme implied by prefix/exec-prefix/home and the contents of + # that installation scheme. + self.install_purelib = None # for pure module distributions + self.install_platlib = None # non-pure (dists w/ extensions) + self.install_headers = None # for C/C++ headers + self.install_lib = None # set to either purelib or platlib + self.install_scripts = None + self.install_data = None + self.install_userbase = USER_BASE + self.install_usersite = USER_SITE + + self.compile = None + self.optimize = None + + # Deprecated + # These two are for putting non-packagized distributions into their + # own directory and creating a .pth file if it makes sense. + # 'extra_path' comes from the setup file; 'install_path_file' can + # be turned off if it makes no sense to install a .pth file. (But + # better to install it uselessly than to guess wrong and not + # install it when it's necessary and would be used!) Currently, + # 'install_path_file' is always true unless some outsider meddles + # with it. + self.extra_path = None + self.install_path_file = 1 + + # 'force' forces installation, even if target files are not + # out-of-date. 'skip_build' skips running the "build" command, + # handy if you know it's not necessary. 'warn_dir' (which is *not* + # a user option, it's just there so the bdist_* commands can turn + # it off) determines whether we warn about installing to a + # directory not in sys.path. + self.force = 0 + self.skip_build = 0 + self.warn_dir = 1 + + # These are only here as a conduit from the 'build' command to the + # 'install_*' commands that do the real work. ('build_base' isn't + # actually used anywhere, but it might be useful in future.) They + # are not user options, because if the user told the install + # command where the build directory is, that wouldn't affect the + # build command. + self.build_base = None + self.build_lib = None + + # Not defined yet because we don't know anything about + # documentation yet. + #self.install_man = None + #self.install_html = None + #self.install_info = None + + self.record = None + + + # -- Option finalizing methods ------------------------------------- + # (This is rather more involved than for most commands, + # because this is where the policy for installing third- + # party Python modules on various platforms given a wide + # array of user input is decided. Yes, it's quite complex!) + + def finalize_options(self): + """Finalizes options.""" + # This method (and its helpers, like 'finalize_unix()', + # 'finalize_other()', and 'select_scheme()') is where the default + # installation directories for modules, extension modules, and + # anything else we care to install from a Python module + # distribution. Thus, this code makes a pretty important policy + # statement about how third-party stuff is added to a Python + # installation! Note that the actual work of installation is done + # by the relatively simple 'install_*' commands; they just take + # their orders from the installation directory options determined + # here. + + # Check for errors/inconsistencies in the options; first, stuff + # that's wrong on any platform. + + if ((self.prefix or self.exec_prefix or self.home) and + (self.install_base or self.install_platbase)): + raise DistutilsOptionError( + "must supply either prefix/exec-prefix/home or " + + "install-base/install-platbase -- not both") + + if self.home and (self.prefix or self.exec_prefix): + raise DistutilsOptionError( + "must supply either home or prefix/exec-prefix -- not both") + + if self.user and (self.prefix or self.exec_prefix or self.home or + self.install_base or self.install_platbase): + raise DistutilsOptionError("can't combine user with prefix, " + "exec_prefix/home, or install_(plat)base") + + # Next, stuff that's wrong (or dubious) only on certain platforms. + if os.name != "posix": + if self.exec_prefix: + self.warn("exec-prefix option ignored on this platform") + self.exec_prefix = None + + # Now the interesting logic -- so interesting that we farm it out + # to other methods. The goal of these methods is to set the final + # values for the install_{lib,scripts,data,...} options, using as + # input a heady brew of prefix, exec_prefix, home, install_base, + # install_platbase, user-supplied versions of + # install_{purelib,platlib,lib,scripts,data,...}, and the + # INSTALL_SCHEME dictionary above. Phew! + + self.dump_dirs("pre-finalize_{unix,other}") + + if os.name == 'posix': + self.finalize_unix() + else: + self.finalize_other() + + self.dump_dirs("post-finalize_{unix,other}()") + + # Expand configuration variables, tilde, etc. in self.install_base + # and self.install_platbase -- that way, we can use $base or + # $platbase in the other installation directories and not worry + # about needing recursive variable expansion (shudder). + + py_version = sys.version.split()[0] + (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix') + try: + abiflags = sys.abiflags + except AttributeError: + # sys.abiflags may not be defined on all platforms. + abiflags = '' + self.config_vars = {'dist_name': self.distribution.get_name(), + 'dist_version': self.distribution.get_version(), + 'dist_fullname': self.distribution.get_fullname(), + 'py_version': py_version, + 'py_version_short': '%d.%d' % sys.version_info[:2], + 'py_version_nodot': '%d%d' % sys.version_info[:2], + 'sys_prefix': prefix, + 'prefix': prefix, + 'sys_exec_prefix': exec_prefix, + 'exec_prefix': exec_prefix, + 'abiflags': abiflags, + 'platlibdir': getattr(sys, 'platlibdir', 'lib'), + } + + if HAS_USER_SITE: + self.config_vars['userbase'] = self.install_userbase + self.config_vars['usersite'] = self.install_usersite + + self.expand_basedirs() + + self.dump_dirs("post-expand_basedirs()") + + # Now define config vars for the base directories so we can expand + # everything else. + self.config_vars['base'] = self.install_base + self.config_vars['platbase'] = self.install_platbase + + if DEBUG: + from pprint import pprint + print("config vars:") + pprint(self.config_vars) + + # Expand "~" and configuration variables in the installation + # directories. + self.expand_dirs() + + self.dump_dirs("post-expand_dirs()") + + # Create directories in the home dir: + if self.user: + self.create_home_path() + + # Pick the actual directory to install all modules to: either + # install_purelib or install_platlib, depending on whether this + # module distribution is pure or not. Of course, if the user + # already specified install_lib, use their selection. + if self.install_lib is None: + if self.distribution.ext_modules: # has extensions: non-pure + self.install_lib = self.install_platlib + else: + self.install_lib = self.install_purelib + + + # Convert directories from Unix /-separated syntax to the local + # convention. + self.convert_paths('lib', 'purelib', 'platlib', + 'scripts', 'data', 'headers', + 'userbase', 'usersite') + + # Deprecated + # Well, we're not actually fully completely finalized yet: we still + # have to deal with 'extra_path', which is the hack for allowing + # non-packagized module distributions (hello, Numerical Python!) to + # get their own directories. + self.handle_extra_path() + self.install_libbase = self.install_lib # needed for .pth file + self.install_lib = os.path.join(self.install_lib, self.extra_dirs) + + # If a new root directory was supplied, make all the installation + # dirs relative to it. + if self.root is not None: + self.change_roots('libbase', 'lib', 'purelib', 'platlib', + 'scripts', 'data', 'headers') + + self.dump_dirs("after prepending root") + + # Find out the build directories, ie. where to install from. + self.set_undefined_options('build', + ('build_base', 'build_base'), + ('build_lib', 'build_lib')) + + # Punt on doc directories for now -- after all, we're punting on + # documentation completely! + + def dump_dirs(self, msg): + """Dumps the list of user options.""" + if not DEBUG: + return + from distutils.fancy_getopt import longopt_xlate + log.debug(msg + ":") + for opt in self.user_options: + opt_name = opt[0] + if opt_name[-1] == "=": + opt_name = opt_name[0:-1] + if opt_name in self.negative_opt: + opt_name = self.negative_opt[opt_name] + opt_name = opt_name.translate(longopt_xlate) + val = not getattr(self, opt_name) + else: + opt_name = opt_name.translate(longopt_xlate) + val = getattr(self, opt_name) + log.debug(" %s: %s", opt_name, val) + + def finalize_unix(self): + """Finalizes options for posix platforms.""" + if self.install_base is not None or self.install_platbase is not None: + if ((self.install_lib is None and + self.install_purelib is None and + self.install_platlib is None) or + self.install_headers is None or + self.install_scripts is None or + self.install_data is None): + raise DistutilsOptionError( + "install-base or install-platbase supplied, but " + "installation scheme is incomplete") + return + + if self.user: + if self.install_userbase is None: + raise DistutilsPlatformError( + "User base directory is not specified") + self.install_base = self.install_platbase = self.install_userbase + self.select_scheme("unix_user") + elif self.home is not None: + self.install_base = self.install_platbase = self.home + self.select_scheme("unix_home") + else: + if self.prefix is None: + if self.exec_prefix is not None: + raise DistutilsOptionError( + "must not supply exec-prefix without prefix") + + self.prefix = os.path.normpath(sys.prefix) + self.exec_prefix = os.path.normpath(sys.exec_prefix) + + else: + if self.exec_prefix is None: + self.exec_prefix = self.prefix + + self.install_base = self.prefix + self.install_platbase = self.exec_prefix + self.select_scheme("unix_prefix") + + def finalize_other(self): + """Finalizes options for non-posix platforms""" + if self.user: + if self.install_userbase is None: + raise DistutilsPlatformError( + "User base directory is not specified") + self.install_base = self.install_platbase = self.install_userbase + self.select_scheme(os.name + "_user") + elif self.home is not None: + self.install_base = self.install_platbase = self.home + self.select_scheme("unix_home") + else: + if self.prefix is None: + self.prefix = os.path.normpath(sys.prefix) + + self.install_base = self.install_platbase = self.prefix + try: + self.select_scheme(os.name) + except KeyError: + raise DistutilsPlatformError( + "I don't know how to install stuff on '%s'" % os.name) + + def select_scheme(self, name): + """Sets the install directories by applying the install schemes.""" + # it's the caller's problem if they supply a bad name! + if (hasattr(sys, 'pypy_version_info') and + not name.endswith(('_user', '_home'))): + if os.name == 'nt': + name = 'pypy_nt' + else: + name = 'pypy' + scheme = INSTALL_SCHEMES[name] + for key in SCHEME_KEYS: + attrname = 'install_' + key + if getattr(self, attrname) is None: + setattr(self, attrname, scheme[key]) + + def _expand_attrs(self, attrs): + for attr in attrs: + val = getattr(self, attr) + if val is not None: + if os.name == 'posix' or os.name == 'nt': + val = os.path.expanduser(val) + val = subst_vars(val, self.config_vars) + setattr(self, attr, val) + + def expand_basedirs(self): + """Calls `os.path.expanduser` on install_base, install_platbase and + root.""" + self._expand_attrs(['install_base', 'install_platbase', 'root']) + + def expand_dirs(self): + """Calls `os.path.expanduser` on install dirs.""" + self._expand_attrs(['install_purelib', 'install_platlib', + 'install_lib', 'install_headers', + 'install_scripts', 'install_data',]) + + def convert_paths(self, *names): + """Call `convert_path` over `names`.""" + for name in names: + attr = "install_" + name + setattr(self, attr, convert_path(getattr(self, attr))) + + def handle_extra_path(self): + """Set `path_file` and `extra_dirs` using `extra_path`.""" + if self.extra_path is None: + self.extra_path = self.distribution.extra_path + + if self.extra_path is not None: + log.warn( + "Distribution option extra_path is deprecated. " + "See issue27919 for details." + ) + if isinstance(self.extra_path, str): + self.extra_path = self.extra_path.split(',') + + if len(self.extra_path) == 1: + path_file = extra_dirs = self.extra_path[0] + elif len(self.extra_path) == 2: + path_file, extra_dirs = self.extra_path + else: + raise DistutilsOptionError( + "'extra_path' option must be a list, tuple, or " + "comma-separated string with 1 or 2 elements") + + # convert to local form in case Unix notation used (as it + # should be in setup scripts) + extra_dirs = convert_path(extra_dirs) + else: + path_file = None + extra_dirs = '' + + # XXX should we warn if path_file and not extra_dirs? (in which + # case the path file would be harmless but pointless) + self.path_file = path_file + self.extra_dirs = extra_dirs + + def change_roots(self, *names): + """Change the install directories pointed by name using root.""" + for name in names: + attr = "install_" + name + setattr(self, attr, change_root(self.root, getattr(self, attr))) + + def create_home_path(self): + """Create directories under ~.""" + if not self.user: + return + home = convert_path(os.path.expanduser("~")) + for name, path in self.config_vars.items(): + if path.startswith(home) and not os.path.isdir(path): + self.debug_print("os.makedirs('%s', 0o700)" % path) + os.makedirs(path, 0o700) + + # -- Command execution methods ------------------------------------- + + def run(self): + """Runs the command.""" + # Obviously have to build before we can install + if not self.skip_build: + self.run_command('build') + # If we built for any other platform, we can't install. + build_plat = self.distribution.get_command_obj('build').plat_name + # check warn_dir - it is a clue that the 'install' is happening + # internally, and not to sys.path, so we don't check the platform + # matches what we are running. + if self.warn_dir and build_plat != get_platform(): + raise DistutilsPlatformError("Can't install when " + "cross-compiling") + + # Run all sub-commands (at least those that need to be run) + for cmd_name in self.get_sub_commands(): + self.run_command(cmd_name) + + if self.path_file: + self.create_path_file() + + # write list of installed files, if requested. + if self.record: + outputs = self.get_outputs() + if self.root: # strip any package prefix + root_len = len(self.root) + for counter in range(len(outputs)): + outputs[counter] = outputs[counter][root_len:] + self.execute(write_file, + (self.record, outputs), + "writing list of installed files to '%s'" % + self.record) + + sys_path = map(os.path.normpath, sys.path) + sys_path = map(os.path.normcase, sys_path) + install_lib = os.path.normcase(os.path.normpath(self.install_lib)) + if (self.warn_dir and + not (self.path_file and self.install_path_file) and + install_lib not in sys_path): + log.debug(("modules installed to '%s', which is not in " + "Python's module search path (sys.path) -- " + "you'll have to change the search path yourself"), + self.install_lib) + + def create_path_file(self): + """Creates the .pth file""" + filename = os.path.join(self.install_libbase, + self.path_file + ".pth") + if self.install_path_file: + self.execute(write_file, + (filename, [self.extra_dirs]), + "creating %s" % filename) + else: + self.warn("path file '%s' not created" % filename) + + + # -- Reporting methods --------------------------------------------- + + def get_outputs(self): + """Assembles the outputs of all the sub-commands.""" + outputs = [] + for cmd_name in self.get_sub_commands(): + cmd = self.get_finalized_command(cmd_name) + # Add the contents of cmd.get_outputs(), ensuring + # that outputs doesn't contain duplicate entries + for filename in cmd.get_outputs(): + if filename not in outputs: + outputs.append(filename) + + if self.path_file and self.install_path_file: + outputs.append(os.path.join(self.install_libbase, + self.path_file + ".pth")) + + return outputs + + def get_inputs(self): + """Returns the inputs of all the sub-commands""" + # XXX gee, this looks familiar ;-( + inputs = [] + for cmd_name in self.get_sub_commands(): + cmd = self.get_finalized_command(cmd_name) + inputs.extend(cmd.get_inputs()) + + return inputs + + # -- Predicates for sub-command list ------------------------------- + + def has_lib(self): + """Returns true if the current distribution has any Python + modules to install.""" + return (self.distribution.has_pure_modules() or + self.distribution.has_ext_modules()) + + def has_headers(self): + """Returns true if the current distribution has any headers to + install.""" + return self.distribution.has_headers() + + def has_scripts(self): + """Returns true if the current distribution has any scripts to. + install.""" + return self.distribution.has_scripts() + + def has_data(self): + """Returns true if the current distribution has any data to. + install.""" + return self.distribution.has_data_files() + + # 'sub_commands': a list of commands this command might have to run to + # get its work done. See cmd.py for more info. + sub_commands = [('install_lib', has_lib), + ('install_headers', has_headers), + ('install_scripts', has_scripts), + ('install_data', has_data), + ('install_egg_info', lambda self:True), + ] diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/install_data.py b/env/lib/python3.8/site-packages/setuptools/_distutils/command/install_data.py new file mode 100644 index 000000000..947cd76a9 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/command/install_data.py @@ -0,0 +1,79 @@ +"""distutils.command.install_data + +Implements the Distutils 'install_data' command, for installing +platform-independent data files.""" + +# contributed by Bastian Kleineidam + +import os +from distutils.core import Command +from distutils.util import change_root, convert_path + +class install_data(Command): + + description = "install data files" + + user_options = [ + ('install-dir=', 'd', + "base directory for installing data files " + "(default: installation base dir)"), + ('root=', None, + "install everything relative to this alternate root directory"), + ('force', 'f', "force installation (overwrite existing files)"), + ] + + boolean_options = ['force'] + + def initialize_options(self): + self.install_dir = None + self.outfiles = [] + self.root = None + self.force = 0 + self.data_files = self.distribution.data_files + self.warn_dir = 1 + + def finalize_options(self): + self.set_undefined_options('install', + ('install_data', 'install_dir'), + ('root', 'root'), + ('force', 'force'), + ) + + def run(self): + self.mkpath(self.install_dir) + for f in self.data_files: + if isinstance(f, str): + # it's a simple file, so copy it + f = convert_path(f) + if self.warn_dir: + self.warn("setup script did not provide a directory for " + "'%s' -- installing right in '%s'" % + (f, self.install_dir)) + (out, _) = self.copy_file(f, self.install_dir) + self.outfiles.append(out) + else: + # it's a tuple with path to install to and a list of files + dir = convert_path(f[0]) + if not os.path.isabs(dir): + dir = os.path.join(self.install_dir, dir) + elif self.root: + dir = change_root(self.root, dir) + self.mkpath(dir) + + if f[1] == []: + # If there are no files listed, the user must be + # trying to create an empty directory, so add the + # directory to the list of output files. + self.outfiles.append(dir) + else: + # Copy files, adding them to the list of output files. + for data in f[1]: + data = convert_path(data) + (out, _) = self.copy_file(data, dir) + self.outfiles.append(out) + + def get_inputs(self): + return self.data_files or [] + + def get_outputs(self): + return self.outfiles diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/install_egg_info.py b/env/lib/python3.8/site-packages/setuptools/_distutils/command/install_egg_info.py new file mode 100644 index 000000000..0ddc7367c --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/command/install_egg_info.py @@ -0,0 +1,77 @@ +"""distutils.command.install_egg_info + +Implements the Distutils 'install_egg_info' command, for installing +a package's PKG-INFO metadata.""" + + +from distutils.cmd import Command +from distutils import log, dir_util +import os, sys, re + +class install_egg_info(Command): + """Install an .egg-info file for the package""" + + description = "Install package's PKG-INFO metadata as an .egg-info file" + user_options = [ + ('install-dir=', 'd', "directory to install to"), + ] + + def initialize_options(self): + self.install_dir = None + + def finalize_options(self): + self.set_undefined_options('install_lib',('install_dir','install_dir')) + basename = "%s-%s-py%d.%d.egg-info" % ( + to_filename(safe_name(self.distribution.get_name())), + to_filename(safe_version(self.distribution.get_version())), + *sys.version_info[:2] + ) + self.target = os.path.join(self.install_dir, basename) + self.outputs = [self.target] + + def run(self): + target = self.target + if os.path.isdir(target) and not os.path.islink(target): + dir_util.remove_tree(target, dry_run=self.dry_run) + elif os.path.exists(target): + self.execute(os.unlink,(self.target,),"Removing "+target) + elif not os.path.isdir(self.install_dir): + self.execute(os.makedirs, (self.install_dir,), + "Creating "+self.install_dir) + log.info("Writing %s", target) + if not self.dry_run: + with open(target, 'w', encoding='UTF-8') as f: + self.distribution.metadata.write_pkg_file(f) + + def get_outputs(self): + return self.outputs + + +# The following routines are taken from setuptools' pkg_resources module and +# can be replaced by importing them from pkg_resources once it is included +# in the stdlib. + +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 + + Spaces become dots, and all other non-alphanumeric characters become + dashes, with runs of multiple dashes condensed to a single dash. + """ + version = version.replace(' ','.') + return re.sub('[^A-Za-z0-9.]+', '-', version) + + +def to_filename(name): + """Convert a project or version name to its filename-escaped form + + Any '-' characters are currently replaced with '_'. + """ + return name.replace('-','_') diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/install_headers.py b/env/lib/python3.8/site-packages/setuptools/_distutils/command/install_headers.py new file mode 100644 index 000000000..9bb0b18dc --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/command/install_headers.py @@ -0,0 +1,47 @@ +"""distutils.command.install_headers + +Implements the Distutils 'install_headers' command, to install C/C++ header +files to the Python include directory.""" + +from distutils.core import Command + + +# XXX force is never used +class install_headers(Command): + + description = "install C/C++ header files" + + user_options = [('install-dir=', 'd', + "directory to install header files to"), + ('force', 'f', + "force installation (overwrite existing files)"), + ] + + boolean_options = ['force'] + + def initialize_options(self): + self.install_dir = None + self.force = 0 + self.outfiles = [] + + def finalize_options(self): + self.set_undefined_options('install', + ('install_headers', 'install_dir'), + ('force', 'force')) + + + def run(self): + headers = self.distribution.headers + if not headers: + return + + self.mkpath(self.install_dir) + for header in headers: + (out, _) = self.copy_file(header, self.install_dir) + self.outfiles.append(out) + + def get_inputs(self): + return self.distribution.headers or [] + + def get_outputs(self): + return self.outfiles diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/install_lib.py b/env/lib/python3.8/site-packages/setuptools/_distutils/command/install_lib.py new file mode 100644 index 000000000..6154cf094 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/command/install_lib.py @@ -0,0 +1,217 @@ +"""distutils.command.install_lib + +Implements the Distutils 'install_lib' command +(install all Python modules).""" + +import os +import importlib.util +import sys + +from distutils.core import Command +from distutils.errors import DistutilsOptionError + + +# Extension for Python source files. +PYTHON_SOURCE_EXTENSION = ".py" + +class install_lib(Command): + + description = "install all Python modules (extensions and pure Python)" + + # The byte-compilation options are a tad confusing. Here are the + # possible scenarios: + # 1) no compilation at all (--no-compile --no-optimize) + # 2) compile .pyc only (--compile --no-optimize; default) + # 3) compile .pyc and "opt-1" .pyc (--compile --optimize) + # 4) compile "opt-1" .pyc only (--no-compile --optimize) + # 5) compile .pyc and "opt-2" .pyc (--compile --optimize-more) + # 6) compile "opt-2" .pyc only (--no-compile --optimize-more) + # + # The UI for this is two options, 'compile' and 'optimize'. + # 'compile' is strictly boolean, and only decides whether to + # generate .pyc files. 'optimize' is three-way (0, 1, or 2), and + # decides both whether to generate .pyc files and what level of + # optimization to use. + + user_options = [ + ('install-dir=', 'd', "directory to install to"), + ('build-dir=','b', "build directory (where to install from)"), + ('force', 'f', "force installation (overwrite existing files)"), + ('compile', 'c', "compile .py to .pyc [default]"), + ('no-compile', None, "don't compile .py files"), + ('optimize=', 'O', + "also compile with optimization: -O1 for \"python -O\", " + "-O2 for \"python -OO\", and -O0 to disable [default: -O0]"), + ('skip-build', None, "skip the build steps"), + ] + + boolean_options = ['force', 'compile', 'skip-build'] + negative_opt = {'no-compile' : 'compile'} + + def initialize_options(self): + # let the 'install' command dictate our installation directory + self.install_dir = None + self.build_dir = None + self.force = 0 + self.compile = None + self.optimize = None + self.skip_build = None + + def finalize_options(self): + # Get all the information we need to install pure Python modules + # from the umbrella 'install' command -- build (source) directory, + # install (target) directory, and whether to compile .py files. + self.set_undefined_options('install', + ('build_lib', 'build_dir'), + ('install_lib', 'install_dir'), + ('force', 'force'), + ('compile', 'compile'), + ('optimize', 'optimize'), + ('skip_build', 'skip_build'), + ) + + if self.compile is None: + self.compile = True + if self.optimize is None: + self.optimize = False + + if not isinstance(self.optimize, int): + try: + self.optimize = int(self.optimize) + if self.optimize not in (0, 1, 2): + raise AssertionError + except (ValueError, AssertionError): + raise DistutilsOptionError("optimize must be 0, 1, or 2") + + def run(self): + # Make sure we have built everything we need first + self.build() + + # Install everything: simply dump the entire contents of the build + # directory to the installation directory (that's the beauty of + # having a build directory!) + outfiles = self.install() + + # (Optionally) compile .py to .pyc + if outfiles is not None and self.distribution.has_pure_modules(): + self.byte_compile(outfiles) + + # -- Top-level worker functions ------------------------------------ + # (called from 'run()') + + def build(self): + if not self.skip_build: + if self.distribution.has_pure_modules(): + self.run_command('build_py') + if self.distribution.has_ext_modules(): + self.run_command('build_ext') + + def install(self): + if os.path.isdir(self.build_dir): + outfiles = self.copy_tree(self.build_dir, self.install_dir) + else: + self.warn("'%s' does not exist -- no Python modules to install" % + self.build_dir) + return + return outfiles + + def byte_compile(self, files): + if sys.dont_write_bytecode: + self.warn('byte-compiling is disabled, skipping.') + return + + from distutils.util import byte_compile + + # Get the "--root" directory supplied to the "install" command, + # and use it as a prefix to strip off the purported filename + # encoded in bytecode files. This is far from complete, but it + # should at least generate usable bytecode in RPM distributions. + install_root = self.get_finalized_command('install').root + + if self.compile: + byte_compile(files, optimize=0, + force=self.force, prefix=install_root, + dry_run=self.dry_run) + if self.optimize > 0: + byte_compile(files, optimize=self.optimize, + force=self.force, prefix=install_root, + verbose=self.verbose, dry_run=self.dry_run) + + + # -- Utility methods ----------------------------------------------- + + def _mutate_outputs(self, has_any, build_cmd, cmd_option, output_dir): + if not has_any: + return [] + + build_cmd = self.get_finalized_command(build_cmd) + build_files = build_cmd.get_outputs() + build_dir = getattr(build_cmd, cmd_option) + + prefix_len = len(build_dir) + len(os.sep) + outputs = [] + for file in build_files: + outputs.append(os.path.join(output_dir, file[prefix_len:])) + + return outputs + + def _bytecode_filenames(self, py_filenames): + bytecode_files = [] + for py_file in py_filenames: + # Since build_py handles package data installation, the + # list of outputs can contain more than just .py files. + # Make sure we only report bytecode for the .py files. + ext = os.path.splitext(os.path.normcase(py_file))[1] + if ext != PYTHON_SOURCE_EXTENSION: + continue + if self.compile: + bytecode_files.append(importlib.util.cache_from_source( + py_file, optimization='')) + if self.optimize > 0: + bytecode_files.append(importlib.util.cache_from_source( + py_file, optimization=self.optimize)) + + return bytecode_files + + + # -- External interface -------------------------------------------- + # (called by outsiders) + + def get_outputs(self): + """Return the list of files that would be installed if this command + were actually run. Not affected by the "dry-run" flag or whether + modules have actually been built yet. + """ + pure_outputs = \ + self._mutate_outputs(self.distribution.has_pure_modules(), + 'build_py', 'build_lib', + self.install_dir) + if self.compile: + bytecode_outputs = self._bytecode_filenames(pure_outputs) + else: + bytecode_outputs = [] + + ext_outputs = \ + self._mutate_outputs(self.distribution.has_ext_modules(), + 'build_ext', 'build_lib', + self.install_dir) + + return pure_outputs + bytecode_outputs + ext_outputs + + def get_inputs(self): + """Get the list of files that are input to this command, ie. the + files that get installed as they are named in the build tree. + The files in this list correspond one-to-one to the output + filenames returned by 'get_outputs()'. + """ + inputs = [] + + if self.distribution.has_pure_modules(): + build_py = self.get_finalized_command('build_py') + inputs.extend(build_py.get_outputs()) + + if self.distribution.has_ext_modules(): + build_ext = self.get_finalized_command('build_ext') + inputs.extend(build_ext.get_outputs()) + + return inputs diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/install_scripts.py b/env/lib/python3.8/site-packages/setuptools/_distutils/command/install_scripts.py new file mode 100644 index 000000000..31a1130ee --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/command/install_scripts.py @@ -0,0 +1,60 @@ +"""distutils.command.install_scripts + +Implements the Distutils 'install_scripts' command, for installing +Python scripts.""" + +# contributed by Bastian Kleineidam + +import os +from distutils.core import Command +from distutils import log +from stat import ST_MODE + + +class install_scripts(Command): + + description = "install scripts (Python or otherwise)" + + user_options = [ + ('install-dir=', 'd', "directory to install scripts to"), + ('build-dir=','b', "build directory (where to install from)"), + ('force', 'f', "force installation (overwrite existing files)"), + ('skip-build', None, "skip the build steps"), + ] + + boolean_options = ['force', 'skip-build'] + + def initialize_options(self): + self.install_dir = None + self.force = 0 + self.build_dir = None + self.skip_build = None + + def finalize_options(self): + self.set_undefined_options('build', ('build_scripts', 'build_dir')) + self.set_undefined_options('install', + ('install_scripts', 'install_dir'), + ('force', 'force'), + ('skip_build', 'skip_build'), + ) + + def run(self): + if not self.skip_build: + self.run_command('build_scripts') + self.outfiles = self.copy_tree(self.build_dir, self.install_dir) + if os.name == 'posix': + # Set the executable bits (owner, group, and world) on + # all the scripts we just installed. + for file in self.get_outputs(): + if self.dry_run: + log.info("changing mode of %s", file) + else: + mode = ((os.stat(file)[ST_MODE]) | 0o555) & 0o7777 + log.info("changing mode of %s to %o", file, mode) + os.chmod(file, mode) + + def get_inputs(self): + return self.distribution.scripts or [] + + def get_outputs(self): + return self.outfiles or [] diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/py37compat.py b/env/lib/python3.8/site-packages/setuptools/_distutils/command/py37compat.py new file mode 100644 index 000000000..754715a50 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/command/py37compat.py @@ -0,0 +1,30 @@ +import sys + + +def _pythonlib_compat(): + """ + On Python 3.7 and earlier, distutils would include the Python + library. See pypa/distutils#9. + """ + from distutils import sysconfig + if not sysconfig.get_config_var('Py_ENABLED_SHARED'): + return + + yield 'python{}.{}{}'.format( + sys.hexversion >> 24, + (sys.hexversion >> 16) & 0xff, + sysconfig.get_config_var('ABIFLAGS'), + ) + + +def compose(f1, f2): + return lambda *args, **kwargs: f1(f2(*args, **kwargs)) + + +pythonlib = ( + compose(list, _pythonlib_compat) + if sys.version_info < (3, 8) + and sys.platform != 'darwin' + and sys.platform[:3] != 'aix' + else list +) diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/register.py b/env/lib/python3.8/site-packages/setuptools/_distutils/command/register.py new file mode 100644 index 000000000..0fac94e9e --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/command/register.py @@ -0,0 +1,304 @@ +"""distutils.command.register + +Implements the Distutils 'register' command (register with the repository). +""" + +# created 2002/10/21, Richard Jones + +import getpass +import io +import urllib.parse, urllib.request +from warnings import warn + +from distutils.core import PyPIRCCommand +from distutils.errors import * +from distutils import log + +class register(PyPIRCCommand): + + description = ("register the distribution with the Python package index") + user_options = PyPIRCCommand.user_options + [ + ('list-classifiers', None, + 'list the valid Trove classifiers'), + ('strict', None , + 'Will stop the registering if the meta-data are not fully compliant') + ] + boolean_options = PyPIRCCommand.boolean_options + [ + 'verify', 'list-classifiers', 'strict'] + + sub_commands = [('check', lambda self: True)] + + def initialize_options(self): + PyPIRCCommand.initialize_options(self) + self.list_classifiers = 0 + self.strict = 0 + + def finalize_options(self): + PyPIRCCommand.finalize_options(self) + # setting options for the `check` subcommand + check_options = {'strict': ('register', self.strict), + 'restructuredtext': ('register', 1)} + self.distribution.command_options['check'] = check_options + + def run(self): + self.finalize_options() + self._set_config() + + # Run sub commands + for cmd_name in self.get_sub_commands(): + self.run_command(cmd_name) + + if self.dry_run: + self.verify_metadata() + elif self.list_classifiers: + self.classifiers() + else: + self.send_metadata() + + def check_metadata(self): + """Deprecated API.""" + warn("distutils.command.register.check_metadata is deprecated, \ + use the check command instead", PendingDeprecationWarning) + check = self.distribution.get_command_obj('check') + check.ensure_finalized() + check.strict = self.strict + check.restructuredtext = 1 + check.run() + + def _set_config(self): + ''' Reads the configuration file and set attributes. + ''' + config = self._read_pypirc() + if config != {}: + self.username = config['username'] + self.password = config['password'] + self.repository = config['repository'] + self.realm = config['realm'] + self.has_config = True + else: + if self.repository not in ('pypi', self.DEFAULT_REPOSITORY): + raise ValueError('%s not found in .pypirc' % self.repository) + if self.repository == 'pypi': + self.repository = self.DEFAULT_REPOSITORY + self.has_config = False + + def classifiers(self): + ''' Fetch the list of classifiers from the server. + ''' + url = self.repository+'?:action=list_classifiers' + response = urllib.request.urlopen(url) + log.info(self._read_pypi_response(response)) + + def verify_metadata(self): + ''' Send the metadata to the package index server to be checked. + ''' + # send the info to the server and report the result + (code, result) = self.post_to_server(self.build_post_data('verify')) + log.info('Server response (%s): %s', code, result) + + def send_metadata(self): + ''' Send the metadata to the package index server. + + Well, do the following: + 1. figure who the user is, and then + 2. send the data as a Basic auth'ed POST. + + First we try to read the username/password from $HOME/.pypirc, + which is a ConfigParser-formatted file with a section + [distutils] containing username and password entries (both + in clear text). Eg: + + [distutils] + index-servers = + pypi + + [pypi] + username: fred + password: sekrit + + Otherwise, to figure who the user is, we offer the user three + choices: + + 1. use existing login, + 2. register as a new user, or + 3. set the password to a random string and email the user. + + ''' + # see if we can short-cut and get the username/password from the + # config + if self.has_config: + choice = '1' + username = self.username + password = self.password + else: + choice = 'x' + username = password = '' + + # get the user's login info + choices = '1 2 3 4'.split() + while choice not in choices: + self.announce('''\ +We need to know who you are, so please choose either: + 1. use your existing login, + 2. register as a new user, + 3. have the server generate a new password for you (and email it to you), or + 4. quit +Your selection [default 1]: ''', log.INFO) + choice = input() + if not choice: + choice = '1' + elif choice not in choices: + print('Please choose one of the four options!') + + if choice == '1': + # get the username and password + while not username: + username = input('Username: ') + while not password: + password = getpass.getpass('Password: ') + + # set up the authentication + auth = urllib.request.HTTPPasswordMgr() + host = urllib.parse.urlparse(self.repository)[1] + auth.add_password(self.realm, host, username, password) + # send the info to the server and report the result + code, result = self.post_to_server(self.build_post_data('submit'), + auth) + self.announce('Server response (%s): %s' % (code, result), + log.INFO) + + # possibly save the login + if code == 200: + if self.has_config: + # sharing the password in the distribution instance + # so the upload command can reuse it + self.distribution.password = password + else: + self.announce(('I can store your PyPI login so future ' + 'submissions will be faster.'), log.INFO) + self.announce('(the login will be stored in %s)' % \ + self._get_rc_file(), log.INFO) + choice = 'X' + while choice.lower() not in 'yn': + choice = input('Save your login (y/N)?') + if not choice: + choice = 'n' + if choice.lower() == 'y': + self._store_pypirc(username, password) + + elif choice == '2': + data = {':action': 'user'} + data['name'] = data['password'] = data['email'] = '' + data['confirm'] = None + while not data['name']: + data['name'] = input('Username: ') + while data['password'] != data['confirm']: + while not data['password']: + data['password'] = getpass.getpass('Password: ') + while not data['confirm']: + data['confirm'] = getpass.getpass(' Confirm: ') + if data['password'] != data['confirm']: + data['password'] = '' + data['confirm'] = None + print("Password and confirm don't match!") + while not data['email']: + data['email'] = input(' EMail: ') + code, result = self.post_to_server(data) + if code != 200: + log.info('Server response (%s): %s', code, result) + else: + log.info('You will receive an email shortly.') + log.info(('Follow the instructions in it to ' + 'complete registration.')) + elif choice == '3': + data = {':action': 'password_reset'} + data['email'] = '' + while not data['email']: + data['email'] = input('Your email address: ') + code, result = self.post_to_server(data) + log.info('Server response (%s): %s', code, result) + + def build_post_data(self, action): + # figure the data to send - the metadata plus some additional + # information used by the package server + meta = self.distribution.metadata + data = { + ':action': action, + 'metadata_version' : '1.0', + 'name': meta.get_name(), + 'version': meta.get_version(), + 'summary': meta.get_description(), + 'home_page': meta.get_url(), + 'author': meta.get_contact(), + 'author_email': meta.get_contact_email(), + 'license': meta.get_licence(), + 'description': meta.get_long_description(), + 'keywords': meta.get_keywords(), + 'platform': meta.get_platforms(), + 'classifiers': meta.get_classifiers(), + 'download_url': meta.get_download_url(), + # PEP 314 + 'provides': meta.get_provides(), + 'requires': meta.get_requires(), + 'obsoletes': meta.get_obsoletes(), + } + if data['provides'] or data['requires'] or data['obsoletes']: + data['metadata_version'] = '1.1' + return data + + def post_to_server(self, data, auth=None): + ''' Post a query to the server, and return a string response. + ''' + if 'name' in data: + self.announce('Registering %s to %s' % (data['name'], + self.repository), + log.INFO) + # Build up the MIME payload for the urllib2 POST data + boundary = '--------------GHSKFJDLGDS7543FJKLFHRE75642756743254' + sep_boundary = '\n--' + boundary + end_boundary = sep_boundary + '--' + body = io.StringIO() + for key, value in data.items(): + # handle multiple entries for the same name + if type(value) not in (type([]), type( () )): + value = [value] + for value in value: + value = str(value) + body.write(sep_boundary) + body.write('\nContent-Disposition: form-data; name="%s"'%key) + body.write("\n\n") + body.write(value) + if value and value[-1] == '\r': + body.write('\n') # write an extra newline (lurve Macs) + body.write(end_boundary) + body.write("\n") + body = body.getvalue().encode("utf-8") + + # build the Request + headers = { + 'Content-type': 'multipart/form-data; boundary=%s; charset=utf-8'%boundary, + 'Content-length': str(len(body)) + } + req = urllib.request.Request(self.repository, body, headers) + + # handle HTTP and include the Basic Auth handler + opener = urllib.request.build_opener( + urllib.request.HTTPBasicAuthHandler(password_mgr=auth) + ) + data = '' + try: + result = opener.open(req) + except urllib.error.HTTPError as e: + if self.show_response: + data = e.fp.read() + result = e.code, e.msg + except urllib.error.URLError as e: + result = 500, str(e) + else: + if self.show_response: + data = self._read_pypi_response(result) + result = 200, 'OK' + if self.show_response: + msg = '\n'.join(('-' * 75, data, '-' * 75)) + self.announce(msg, log.INFO) + return result diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/sdist.py b/env/lib/python3.8/site-packages/setuptools/_distutils/command/sdist.py new file mode 100644 index 000000000..b4996fcb1 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/command/sdist.py @@ -0,0 +1,494 @@ +"""distutils.command.sdist + +Implements the Distutils 'sdist' command (create a source distribution).""" + +import os +import sys +from glob import glob +from warnings import warn + +from distutils.core import Command +from distutils import dir_util +from distutils import file_util +from distutils import archive_util +from distutils.text_file import TextFile +from distutils.filelist import FileList +from distutils import log +from distutils.util import convert_path +from distutils.errors import DistutilsTemplateError, DistutilsOptionError + + +def show_formats(): + """Print all possible values for the 'formats' option (used by + the "--help-formats" command-line option). + """ + from distutils.fancy_getopt import FancyGetopt + from distutils.archive_util import ARCHIVE_FORMATS + formats = [] + for format in ARCHIVE_FORMATS.keys(): + formats.append(("formats=" + format, None, + ARCHIVE_FORMATS[format][2])) + formats.sort() + FancyGetopt(formats).print_help( + "List of available source distribution formats:") + + +class sdist(Command): + + description = "create a source distribution (tarball, zip file, etc.)" + + def checking_metadata(self): + """Callable used for the check sub-command. + + Placed here so user_options can view it""" + return self.metadata_check + + user_options = [ + ('template=', 't', + "name of manifest template file [default: MANIFEST.in]"), + ('manifest=', 'm', + "name of manifest file [default: MANIFEST]"), + ('use-defaults', None, + "include the default file set in the manifest " + "[default; disable with --no-defaults]"), + ('no-defaults', None, + "don't include the default file set"), + ('prune', None, + "specifically exclude files/directories that should not be " + "distributed (build tree, RCS/CVS dirs, etc.) " + "[default; disable with --no-prune]"), + ('no-prune', None, + "don't automatically exclude anything"), + ('manifest-only', 'o', + "just regenerate the manifest and then stop " + "(implies --force-manifest)"), + ('force-manifest', 'f', + "forcibly regenerate the manifest and carry on as usual. " + "Deprecated: now the manifest is always regenerated."), + ('formats=', None, + "formats for source distribution (comma-separated list)"), + ('keep-temp', 'k', + "keep the distribution tree around after creating " + + "archive file(s)"), + ('dist-dir=', 'd', + "directory to put the source distribution archive(s) in " + "[default: dist]"), + ('metadata-check', None, + "Ensure that all required elements of meta-data " + "are supplied. Warn if any missing. [default]"), + ('owner=', 'u', + "Owner name used when creating a tar file [default: current user]"), + ('group=', 'g', + "Group name used when creating a tar file [default: current group]"), + ] + + boolean_options = ['use-defaults', 'prune', + 'manifest-only', 'force-manifest', + 'keep-temp', 'metadata-check'] + + help_options = [ + ('help-formats', None, + "list available distribution formats", show_formats), + ] + + negative_opt = {'no-defaults': 'use-defaults', + 'no-prune': 'prune' } + + sub_commands = [('check', checking_metadata)] + + READMES = ('README', 'README.txt', 'README.rst') + + def initialize_options(self): + # 'template' and 'manifest' are, respectively, the names of + # the manifest template and manifest file. + self.template = None + self.manifest = None + + # 'use_defaults': if true, we will include the default file set + # in the manifest + self.use_defaults = 1 + self.prune = 1 + + self.manifest_only = 0 + self.force_manifest = 0 + + self.formats = ['gztar'] + self.keep_temp = 0 + self.dist_dir = None + + self.archive_files = None + self.metadata_check = 1 + self.owner = None + self.group = None + + def finalize_options(self): + if self.manifest is None: + self.manifest = "MANIFEST" + if self.template is None: + self.template = "MANIFEST.in" + + self.ensure_string_list('formats') + + bad_format = archive_util.check_archive_formats(self.formats) + if bad_format: + raise DistutilsOptionError( + "unknown archive format '%s'" % bad_format) + + if self.dist_dir is None: + self.dist_dir = "dist" + + def run(self): + # 'filelist' contains the list of files that will make up the + # manifest + self.filelist = FileList() + + # Run sub commands + for cmd_name in self.get_sub_commands(): + self.run_command(cmd_name) + + # Do whatever it takes to get the list of files to process + # (process the manifest template, read an existing manifest, + # whatever). File list is accumulated in 'self.filelist'. + self.get_file_list() + + # If user just wanted us to regenerate the manifest, stop now. + if self.manifest_only: + return + + # Otherwise, go ahead and create the source distribution tarball, + # or zipfile, or whatever. + self.make_distribution() + + def check_metadata(self): + """Deprecated API.""" + warn("distutils.command.sdist.check_metadata is deprecated, \ + use the check command instead", PendingDeprecationWarning) + check = self.distribution.get_command_obj('check') + check.ensure_finalized() + check.run() + + def get_file_list(self): + """Figure out the list of files to include in the source + distribution, and put it in 'self.filelist'. This might involve + reading the manifest template (and writing the manifest), or just + reading the manifest, or just using the default file set -- it all + depends on the user's options. + """ + # new behavior when using a template: + # the file list is recalculated every time because + # even if MANIFEST.in or setup.py are not changed + # the user might have added some files in the tree that + # need to be included. + # + # This makes --force the default and only behavior with templates. + template_exists = os.path.isfile(self.template) + if not template_exists and self._manifest_is_not_generated(): + self.read_manifest() + self.filelist.sort() + self.filelist.remove_duplicates() + return + + if not template_exists: + self.warn(("manifest template '%s' does not exist " + + "(using default file list)") % + self.template) + self.filelist.findall() + + if self.use_defaults: + self.add_defaults() + + if template_exists: + self.read_template() + + if self.prune: + self.prune_file_list() + + self.filelist.sort() + self.filelist.remove_duplicates() + self.write_manifest() + + def add_defaults(self): + """Add all the default files to self.filelist: + - README or README.txt + - setup.py + - test/test*.py + - all pure Python modules mentioned in setup script + - all files pointed by package_data (build_py) + - all files defined in data_files. + - all files defined as scripts. + - all C sources listed as part of extensions or C libraries + in the setup script (doesn't catch C headers!) + Warns if (README or README.txt) or setup.py are missing; everything + else is optional. + """ + self._add_defaults_standards() + self._add_defaults_optional() + self._add_defaults_python() + self._add_defaults_data_files() + self._add_defaults_ext() + self._add_defaults_c_libs() + self._add_defaults_scripts() + + @staticmethod + def _cs_path_exists(fspath): + """ + Case-sensitive path existence check + + >>> sdist._cs_path_exists(__file__) + True + >>> sdist._cs_path_exists(__file__.upper()) + False + """ + if not os.path.exists(fspath): + return False + # make absolute so we always have a directory + abspath = os.path.abspath(fspath) + directory, filename = os.path.split(abspath) + return filename in os.listdir(directory) + + def _add_defaults_standards(self): + standards = [self.READMES, self.distribution.script_name] + for fn in standards: + if isinstance(fn, tuple): + alts = fn + got_it = False + for fn in alts: + if self._cs_path_exists(fn): + got_it = True + self.filelist.append(fn) + break + + if not got_it: + self.warn("standard file not found: should have one of " + + ', '.join(alts)) + else: + if self._cs_path_exists(fn): + self.filelist.append(fn) + else: + self.warn("standard file '%s' not found" % fn) + + def _add_defaults_optional(self): + optional = ['test/test*.py', 'setup.cfg'] + for pattern in optional: + files = filter(os.path.isfile, glob(pattern)) + self.filelist.extend(files) + + def _add_defaults_python(self): + # build_py is used to get: + # - python modules + # - files defined in package_data + build_py = self.get_finalized_command('build_py') + + # getting python files + if self.distribution.has_pure_modules(): + self.filelist.extend(build_py.get_source_files()) + + # getting package_data files + # (computed in build_py.data_files by build_py.finalize_options) + for pkg, src_dir, build_dir, filenames in build_py.data_files: + for filename in filenames: + self.filelist.append(os.path.join(src_dir, filename)) + + def _add_defaults_data_files(self): + # getting distribution.data_files + if self.distribution.has_data_files(): + for item in self.distribution.data_files: + if isinstance(item, str): + # plain file + item = convert_path(item) + if os.path.isfile(item): + self.filelist.append(item) + else: + # a (dirname, filenames) tuple + dirname, filenames = item + for f in filenames: + f = convert_path(f) + if os.path.isfile(f): + self.filelist.append(f) + + def _add_defaults_ext(self): + if self.distribution.has_ext_modules(): + build_ext = self.get_finalized_command('build_ext') + self.filelist.extend(build_ext.get_source_files()) + + def _add_defaults_c_libs(self): + if self.distribution.has_c_libraries(): + build_clib = self.get_finalized_command('build_clib') + self.filelist.extend(build_clib.get_source_files()) + + def _add_defaults_scripts(self): + if self.distribution.has_scripts(): + build_scripts = self.get_finalized_command('build_scripts') + self.filelist.extend(build_scripts.get_source_files()) + + def read_template(self): + """Read and parse manifest template file named by self.template. + + (usually "MANIFEST.in") The parsing and processing is done by + 'self.filelist', which updates itself accordingly. + """ + log.info("reading manifest template '%s'", self.template) + template = TextFile(self.template, strip_comments=1, skip_blanks=1, + join_lines=1, lstrip_ws=1, rstrip_ws=1, + collapse_join=1) + + try: + while True: + line = template.readline() + if line is None: # end of file + break + + try: + self.filelist.process_template_line(line) + # the call above can raise a DistutilsTemplateError for + # malformed lines, or a ValueError from the lower-level + # convert_path function + except (DistutilsTemplateError, ValueError) as msg: + self.warn("%s, line %d: %s" % (template.filename, + template.current_line, + msg)) + finally: + template.close() + + def prune_file_list(self): + """Prune off branches that might slip into the file list as created + by 'read_template()', but really don't belong there: + * the build tree (typically "build") + * the release tree itself (only an issue if we ran "sdist" + previously with --keep-temp, or it aborted) + * any RCS, CVS, .svn, .hg, .git, .bzr, _darcs directories + """ + build = self.get_finalized_command('build') + base_dir = self.distribution.get_fullname() + + self.filelist.exclude_pattern(None, prefix=build.build_base) + self.filelist.exclude_pattern(None, prefix=base_dir) + + if sys.platform == 'win32': + seps = r'/|\\' + else: + seps = '/' + + vcs_dirs = ['RCS', 'CVS', r'\.svn', r'\.hg', r'\.git', r'\.bzr', + '_darcs'] + vcs_ptrn = r'(^|%s)(%s)(%s).*' % (seps, '|'.join(vcs_dirs), seps) + self.filelist.exclude_pattern(vcs_ptrn, is_regex=1) + + def write_manifest(self): + """Write the file list in 'self.filelist' (presumably as filled in + by 'add_defaults()' and 'read_template()') to the manifest file + named by 'self.manifest'. + """ + if self._manifest_is_not_generated(): + log.info("not writing to manually maintained " + "manifest file '%s'" % self.manifest) + return + + content = self.filelist.files[:] + content.insert(0, '# file GENERATED by distutils, do NOT edit') + self.execute(file_util.write_file, (self.manifest, content), + "writing manifest file '%s'" % self.manifest) + + def _manifest_is_not_generated(self): + # check for special comment used in 3.1.3 and higher + if not os.path.isfile(self.manifest): + return False + + fp = open(self.manifest) + try: + first_line = fp.readline() + finally: + fp.close() + return first_line != '# file GENERATED by distutils, do NOT edit\n' + + def read_manifest(self): + """Read the manifest file (named by 'self.manifest') and use it to + fill in 'self.filelist', the list of files to include in the source + distribution. + """ + log.info("reading manifest file '%s'", self.manifest) + with open(self.manifest) as manifest: + for line in manifest: + # ignore comments and blank lines + line = line.strip() + if line.startswith('#') or not line: + continue + self.filelist.append(line) + + def make_release_tree(self, base_dir, files): + """Create the directory tree that will become the source + distribution archive. All directories implied by the filenames in + 'files' are created under 'base_dir', and then we hard link or copy + (if hard linking is unavailable) those files into place. + Essentially, this duplicates the developer's source tree, but in a + directory named after the distribution, containing only the files + to be distributed. + """ + # Create all the directories under 'base_dir' necessary to + # put 'files' there; the 'mkpath()' is just so we don't die + # if the manifest happens to be empty. + self.mkpath(base_dir) + dir_util.create_tree(base_dir, files, dry_run=self.dry_run) + + # And walk over the list of files, either making a hard link (if + # os.link exists) to each one that doesn't already exist in its + # corresponding location under 'base_dir', or copying each file + # that's out-of-date in 'base_dir'. (Usually, all files will be + # out-of-date, because by default we blow away 'base_dir' when + # we're done making the distribution archives.) + + if hasattr(os, 'link'): # can make hard links on this system + link = 'hard' + msg = "making hard links in %s..." % base_dir + else: # nope, have to copy + link = None + msg = "copying files to %s..." % base_dir + + if not files: + log.warn("no files to distribute -- empty manifest?") + else: + log.info(msg) + for file in files: + if not os.path.isfile(file): + log.warn("'%s' not a regular file -- skipping", file) + else: + dest = os.path.join(base_dir, file) + self.copy_file(file, dest, link=link) + + self.distribution.metadata.write_pkg_info(base_dir) + + def make_distribution(self): + """Create the source distribution(s). First, we create the release + tree with 'make_release_tree()'; then, we create all required + archive files (according to 'self.formats') from the release tree. + Finally, we clean up by blowing away the release tree (unless + 'self.keep_temp' is true). The list of archive files created is + stored so it can be retrieved later by 'get_archive_files()'. + """ + # Don't warn about missing meta-data here -- should be (and is!) + # done elsewhere. + base_dir = self.distribution.get_fullname() + base_name = os.path.join(self.dist_dir, base_dir) + + self.make_release_tree(base_dir, self.filelist.files) + archive_files = [] # remember names of files we create + # tar archive must be created last to avoid overwrite and remove + if 'tar' in self.formats: + self.formats.append(self.formats.pop(self.formats.index('tar'))) + + for fmt in self.formats: + file = self.make_archive(base_name, fmt, base_dir=base_dir, + owner=self.owner, group=self.group) + archive_files.append(file) + self.distribution.dist_files.append(('sdist', '', file)) + + self.archive_files = archive_files + + if not self.keep_temp: + dir_util.remove_tree(base_dir, dry_run=self.dry_run) + + def get_archive_files(self): + """Return the list of archive files created when the command + was run, or None if the command hasn't run yet. + """ + return self.archive_files diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/command/upload.py b/env/lib/python3.8/site-packages/setuptools/_distutils/command/upload.py new file mode 100644 index 000000000..95e9fda18 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/command/upload.py @@ -0,0 +1,214 @@ +""" +distutils.command.upload + +Implements the Distutils 'upload' subcommand (upload package to a package +index). +""" + +import os +import io +import hashlib +from base64 import standard_b64encode +from urllib.request import urlopen, Request, HTTPError +from urllib.parse import urlparse +from distutils.errors import DistutilsError, DistutilsOptionError +from distutils.core import PyPIRCCommand +from distutils.spawn import spawn +from distutils import log + + +# PyPI Warehouse supports MD5, SHA256, and Blake2 (blake2-256) +# https://bugs.python.org/issue40698 +_FILE_CONTENT_DIGESTS = { + "md5_digest": getattr(hashlib, "md5", None), + "sha256_digest": getattr(hashlib, "sha256", None), + "blake2_256_digest": getattr(hashlib, "blake2b", None), +} + + +class upload(PyPIRCCommand): + + description = "upload binary package to PyPI" + + user_options = PyPIRCCommand.user_options + [ + ('sign', 's', + 'sign files to upload using gpg'), + ('identity=', 'i', 'GPG identity used to sign files'), + ] + + boolean_options = PyPIRCCommand.boolean_options + ['sign'] + + def initialize_options(self): + PyPIRCCommand.initialize_options(self) + self.username = '' + self.password = '' + self.show_response = 0 + self.sign = False + self.identity = None + + def finalize_options(self): + PyPIRCCommand.finalize_options(self) + if self.identity and not self.sign: + raise DistutilsOptionError( + "Must use --sign for --identity to have meaning" + ) + config = self._read_pypirc() + if config != {}: + self.username = config['username'] + self.password = config['password'] + self.repository = config['repository'] + self.realm = config['realm'] + + # getting the password from the distribution + # if previously set by the register command + if not self.password and self.distribution.password: + self.password = self.distribution.password + + def run(self): + if not self.distribution.dist_files: + msg = ("Must create and upload files in one command " + "(e.g. setup.py sdist upload)") + raise DistutilsOptionError(msg) + for command, pyversion, filename in self.distribution.dist_files: + self.upload_file(command, pyversion, filename) + + def upload_file(self, command, pyversion, filename): + # Makes sure the repository URL is compliant + schema, netloc, url, params, query, fragments = \ + urlparse(self.repository) + if params or query or fragments: + raise AssertionError("Incompatible url %s" % self.repository) + + if schema not in ('http', 'https'): + raise AssertionError("unsupported schema " + schema) + + # Sign if requested + if self.sign: + gpg_args = ["gpg", "--detach-sign", "-a", filename] + if self.identity: + gpg_args[2:2] = ["--local-user", self.identity] + spawn(gpg_args, + dry_run=self.dry_run) + + # Fill in the data - send all the meta-data in case we need to + # register a new release + f = open(filename,'rb') + try: + content = f.read() + finally: + f.close() + + meta = self.distribution.metadata + data = { + # action + ':action': 'file_upload', + 'protocol_version': '1', + + # identify release + 'name': meta.get_name(), + 'version': meta.get_version(), + + # file content + 'content': (os.path.basename(filename),content), + 'filetype': command, + 'pyversion': pyversion, + + # additional meta-data + 'metadata_version': '1.0', + 'summary': meta.get_description(), + 'home_page': meta.get_url(), + 'author': meta.get_contact(), + 'author_email': meta.get_contact_email(), + 'license': meta.get_licence(), + 'description': meta.get_long_description(), + 'keywords': meta.get_keywords(), + 'platform': meta.get_platforms(), + 'classifiers': meta.get_classifiers(), + 'download_url': meta.get_download_url(), + # PEP 314 + 'provides': meta.get_provides(), + 'requires': meta.get_requires(), + 'obsoletes': meta.get_obsoletes(), + } + + data['comment'] = '' + + # file content digests + for digest_name, digest_cons in _FILE_CONTENT_DIGESTS.items(): + if digest_cons is None: + continue + try: + data[digest_name] = digest_cons(content).hexdigest() + except ValueError: + # hash digest not available or blocked by security policy + pass + + if self.sign: + with open(filename + ".asc", "rb") as f: + data['gpg_signature'] = (os.path.basename(filename) + ".asc", + f.read()) + + # set up the authentication + user_pass = (self.username + ":" + self.password).encode('ascii') + # The exact encoding of the authentication string is debated. + # Anyway PyPI only accepts ascii for both username or password. + auth = "Basic " + standard_b64encode(user_pass).decode('ascii') + + # Build up the MIME payload for the POST data + boundary = '--------------GHSKFJDLGDS7543FJKLFHRE75642756743254' + sep_boundary = b'\r\n--' + boundary.encode('ascii') + end_boundary = sep_boundary + b'--\r\n' + body = io.BytesIO() + for key, value in data.items(): + title = '\r\nContent-Disposition: form-data; name="%s"' % key + # handle multiple entries for the same name + if not isinstance(value, list): + value = [value] + for value in value: + if type(value) is tuple: + title += '; filename="%s"' % value[0] + value = value[1] + else: + value = str(value).encode('utf-8') + body.write(sep_boundary) + body.write(title.encode('utf-8')) + body.write(b"\r\n\r\n") + body.write(value) + body.write(end_boundary) + body = body.getvalue() + + msg = "Submitting %s to %s" % (filename, self.repository) + self.announce(msg, log.INFO) + + # build the Request + headers = { + 'Content-type': 'multipart/form-data; boundary=%s' % boundary, + 'Content-length': str(len(body)), + 'Authorization': auth, + } + + request = Request(self.repository, data=body, + headers=headers) + # send the data + try: + result = urlopen(request) + status = result.getcode() + reason = result.msg + except HTTPError as e: + status = e.code + reason = e.msg + except OSError as e: + self.announce(str(e), log.ERROR) + raise + + if status == 200: + self.announce('Server response (%s): %s' % (status, reason), + log.INFO) + if self.show_response: + text = self._read_pypi_response(result) + msg = '\n'.join(('-' * 75, text, '-' * 75)) + self.announce(msg, log.INFO) + else: + msg = 'Upload failed (%s): %s' % (status, reason) + self.announce(msg, log.ERROR) + raise DistutilsError(msg) diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/config.py b/env/lib/python3.8/site-packages/setuptools/_distutils/config.py new file mode 100644 index 000000000..2171abd69 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/config.py @@ -0,0 +1,130 @@ +"""distutils.pypirc + +Provides the PyPIRCCommand class, the base class for the command classes +that uses .pypirc in the distutils.command package. +""" +import os +from configparser import RawConfigParser + +from distutils.cmd import Command + +DEFAULT_PYPIRC = """\ +[distutils] +index-servers = + pypi + +[pypi] +username:%s +password:%s +""" + +class PyPIRCCommand(Command): + """Base command that knows how to handle the .pypirc file + """ + DEFAULT_REPOSITORY = 'https://upload.pypi.org/legacy/' + DEFAULT_REALM = 'pypi' + repository = None + realm = None + + user_options = [ + ('repository=', 'r', + "url of repository [default: %s]" % \ + DEFAULT_REPOSITORY), + ('show-response', None, + 'display full response text from server')] + + boolean_options = ['show-response'] + + def _get_rc_file(self): + """Returns rc file path.""" + return os.path.join(os.path.expanduser('~'), '.pypirc') + + def _store_pypirc(self, username, password): + """Creates a default .pypirc file.""" + rc = self._get_rc_file() + with os.fdopen(os.open(rc, os.O_CREAT | os.O_WRONLY, 0o600), 'w') as f: + f.write(DEFAULT_PYPIRC % (username, password)) + + def _read_pypirc(self): + """Reads the .pypirc file.""" + rc = self._get_rc_file() + if os.path.exists(rc): + self.announce('Using PyPI login from %s' % rc) + repository = self.repository or self.DEFAULT_REPOSITORY + + config = RawConfigParser() + config.read(rc) + 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: + # the file is not properly defined, returning + # an empty dict + return {} + for server in _servers: + current = {'server': server} + current['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): + current[key] = config.get(server, key) + else: + current[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')): + current['repository'] = self.DEFAULT_REPOSITORY + return current + + if (current['server'] == repository or + current['repository'] == repository): + return current + 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 + return {'username': config.get(server, 'username'), + 'password': config.get(server, 'password'), + 'repository': repository, + 'server': server, + 'realm': self.DEFAULT_REALM} + + return {} + + def _read_pypi_response(self, response): + """Read and decode a PyPI HTTP response.""" + import cgi + content_type = response.getheader('content-type', 'text/plain') + encoding = cgi.parse_header(content_type)[1].get('charset', 'ascii') + return response.read().decode(encoding) + + def initialize_options(self): + """Initialize options.""" + self.repository = None + self.realm = None + self.show_response = 0 + + def finalize_options(self): + """Finalizes options.""" + if self.repository is None: + self.repository = self.DEFAULT_REPOSITORY + if self.realm is None: + self.realm = self.DEFAULT_REALM diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/core.py b/env/lib/python3.8/site-packages/setuptools/_distutils/core.py new file mode 100644 index 000000000..d603d4a45 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/core.py @@ -0,0 +1,234 @@ +"""distutils.core + +The only module that needs to be imported to use the Distutils; provides +the 'setup' function (which is to be called from the setup script). Also +indirectly provides the Distribution and Command classes, although they are +really defined in distutils.dist and distutils.cmd. +""" + +import os +import sys + +from distutils.debug import DEBUG +from distutils.errors import * + +# Mainly import these so setup scripts can "from distutils.core import" them. +from distutils.dist import Distribution +from distutils.cmd import Command +from distutils.config import PyPIRCCommand +from distutils.extension import Extension + +# This is a barebones help message generated displayed when the user +# runs the setup script with no arguments at all. More useful help +# is generated with various --help options: global help, list commands, +# and per-command help. +USAGE = """\ +usage: %(script)s [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] + or: %(script)s --help [cmd1 cmd2 ...] + or: %(script)s --help-commands + or: %(script)s cmd --help +""" + +def gen_usage (script_name): + script = os.path.basename(script_name) + return USAGE % vars() + + +# Some mild magic to control the behaviour of 'setup()' from 'run_setup()'. +_setup_stop_after = None +_setup_distribution = None + +# Legal keyword arguments for the setup() function +setup_keywords = ('distclass', 'script_name', 'script_args', 'options', + 'name', 'version', 'author', 'author_email', + 'maintainer', 'maintainer_email', 'url', 'license', + 'description', 'long_description', 'keywords', + 'platforms', 'classifiers', 'download_url', + 'requires', 'provides', 'obsoletes', + ) + +# Legal keyword arguments for the Extension constructor +extension_keywords = ('name', 'sources', 'include_dirs', + 'define_macros', 'undef_macros', + 'library_dirs', 'libraries', 'runtime_library_dirs', + 'extra_objects', 'extra_compile_args', 'extra_link_args', + 'swig_opts', 'export_symbols', 'depends', 'language') + +def setup (**attrs): + """The gateway to the Distutils: do everything your setup script needs + to do, in a highly flexible and user-driven way. Briefly: create a + Distribution instance; find and parse config files; parse the command + line; run each Distutils command found there, customized by the options + supplied to 'setup()' (as keyword arguments), in config files, and on + the command line. + + The Distribution instance might be an instance of a class supplied via + the 'distclass' keyword argument to 'setup'; if no such class is + supplied, then the Distribution class (in dist.py) is instantiated. + All other arguments to 'setup' (except for 'cmdclass') are used to set + attributes of the Distribution instance. + + The 'cmdclass' argument, if supplied, is a dictionary mapping command + names to command classes. Each command encountered on the command line + will be turned into a command class, which is in turn instantiated; any + class found in 'cmdclass' is used in place of the default, which is + (for command 'foo_bar') class 'foo_bar' in module + 'distutils.command.foo_bar'. The command class must provide a + 'user_options' attribute which is a list of option specifiers for + 'distutils.fancy_getopt'. Any command-line options between the current + and the next command are used to set attributes of the current command + object. + + When the entire command-line has been successfully parsed, calls the + 'run()' method on each command object in turn. This method will be + driven entirely by the Distribution object (which each command object + has a reference to, thanks to its constructor), and the + command-specific options that became attributes of each command + object. + """ + + global _setup_stop_after, _setup_distribution + + # Determine the distribution class -- either caller-supplied or + # our Distribution (see below). + klass = attrs.get('distclass') + if klass: + del attrs['distclass'] + else: + klass = Distribution + + if 'script_name' not in attrs: + attrs['script_name'] = os.path.basename(sys.argv[0]) + if 'script_args' not in attrs: + attrs['script_args'] = sys.argv[1:] + + # Create the Distribution instance, using the remaining arguments + # (ie. everything except distclass) to initialize it + try: + _setup_distribution = dist = klass(attrs) + except DistutilsSetupError as msg: + if 'name' not in attrs: + raise SystemExit("error in setup command: %s" % msg) + else: + raise SystemExit("error in %s setup command: %s" % \ + (attrs['name'], msg)) + + if _setup_stop_after == "init": + return dist + + # Find and parse the config file(s): they will override options from + # the setup script, but be overridden by the command line. + dist.parse_config_files() + + if DEBUG: + print("options (after parsing config files):") + dist.dump_option_dicts() + + if _setup_stop_after == "config": + return dist + + # Parse the command line and override config files; any + # command-line errors are the end user's fault, so turn them into + # SystemExit to suppress tracebacks. + try: + ok = dist.parse_command_line() + except DistutilsArgError as msg: + raise SystemExit(gen_usage(dist.script_name) + "\nerror: %s" % msg) + + if DEBUG: + print("options (after parsing command line):") + dist.dump_option_dicts() + + if _setup_stop_after == "commandline": + return dist + + # And finally, run all the commands found on the command line. + if ok: + try: + dist.run_commands() + except KeyboardInterrupt: + raise SystemExit("interrupted") + except OSError as exc: + if DEBUG: + sys.stderr.write("error: %s\n" % (exc,)) + raise + else: + raise SystemExit("error: %s" % (exc,)) + + except (DistutilsError, + CCompilerError) as msg: + if DEBUG: + raise + else: + raise SystemExit("error: " + str(msg)) + + return dist + +# setup () + + +def run_setup (script_name, script_args=None, stop_after="run"): + """Run a setup script in a somewhat controlled environment, and + return the Distribution instance that drives things. This is useful + if you need to find out the distribution meta-data (passed as + keyword args from 'script' to 'setup()', or the contents of the + config files or command-line. + + 'script_name' is a file that will be read and run with 'exec()'; + 'sys.argv[0]' will be replaced with 'script' for the duration of the + call. 'script_args' is a list of strings; if supplied, + 'sys.argv[1:]' will be replaced by 'script_args' for the duration of + the call. + + 'stop_after' tells 'setup()' when to stop processing; possible + values: + init + stop after the Distribution instance has been created and + populated with the keyword arguments to 'setup()' + config + stop after config files have been parsed (and their data + stored in the Distribution instance) + commandline + stop after the command-line ('sys.argv[1:]' or 'script_args') + have been parsed (and the data stored in the Distribution) + run [default] + stop after all commands have been run (the same as if 'setup()' + had been called in the usual way + + Returns the Distribution instance, which provides all information + used to drive the Distutils. + """ + if stop_after not in ('init', 'config', 'commandline', 'run'): + raise ValueError("invalid value for 'stop_after': %r" % (stop_after,)) + + global _setup_stop_after, _setup_distribution + _setup_stop_after = stop_after + + save_argv = sys.argv.copy() + g = {'__file__': script_name} + try: + try: + sys.argv[0] = script_name + if script_args is not None: + sys.argv[1:] = script_args + with open(script_name, 'rb') as f: + exec(f.read(), g) + finally: + sys.argv = save_argv + _setup_stop_after = None + except SystemExit: + # Hmm, should we do something if exiting with a non-zero code + # (ie. error)? + pass + + if _setup_distribution is None: + raise RuntimeError(("'distutils.core.setup()' was never called -- " + "perhaps '%s' is not a Distutils setup script?") % \ + script_name) + + # I wonder if the setup script's namespace -- g and l -- would be of + # any interest to callers? + #print "_setup_distribution:", _setup_distribution + return _setup_distribution + +# run_setup () diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/cygwinccompiler.py b/env/lib/python3.8/site-packages/setuptools/_distutils/cygwinccompiler.py new file mode 100644 index 000000000..66c12dd35 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/cygwinccompiler.py @@ -0,0 +1,403 @@ +"""distutils.cygwinccompiler + +Provides the CygwinCCompiler class, a subclass of UnixCCompiler that +handles the Cygwin port of the GNU C compiler to Windows. It also contains +the Mingw32CCompiler class which handles the mingw32 port of GCC (same as +cygwin in no-cygwin mode). +""" + +# problems: +# +# * if you use a msvc compiled python version (1.5.2) +# 1. you have to insert a __GNUC__ section in its config.h +# 2. you have to generate an import library for its dll +# - create a def-file for python??.dll +# - create an import library using +# dlltool --dllname python15.dll --def python15.def \ +# --output-lib libpython15.a +# +# see also http://starship.python.net/crew/kernr/mingw32/Notes.html +# +# * We put export_symbols in a def-file, and don't use +# --export-all-symbols because it doesn't worked reliable in some +# tested configurations. And because other windows compilers also +# need their symbols specified this no serious problem. +# +# tested configurations: +# +# * cygwin gcc 2.91.57/ld 2.9.4/dllwrap 0.2.4 works +# (after patching python's config.h and for C++ some other include files) +# see also http://starship.python.net/crew/kernr/mingw32/Notes.html +# * mingw32 gcc 2.95.2/ld 2.9.4/dllwrap 0.2.4 works +# (ld doesn't support -shared, so we use dllwrap) +# * cygwin gcc 2.95.2/ld 2.10.90/dllwrap 2.10.90 works now +# - its dllwrap doesn't work, there is a bug in binutils 2.10.90 +# see also http://sources.redhat.com/ml/cygwin/2000-06/msg01274.html +# - using gcc -mdll instead dllwrap doesn't work without -static because +# it tries to link against dlls instead their import libraries. (If +# it finds the dll first.) +# By specifying -static we force ld to link against the import libraries, +# this is windows standard and there are normally not the necessary symbols +# in the dlls. +# *** only the version of June 2000 shows these problems +# * cygwin gcc 3.2/ld 2.13.90 works +# (ld supports -shared) +# * mingw gcc 3.2/ld 2.13 works +# (ld supports -shared) + +import os +import sys +import copy +from subprocess import Popen, PIPE, check_output +import re + +from distutils.unixccompiler import UnixCCompiler +from distutils.file_util import write_file +from distutils.errors import (DistutilsExecError, CCompilerError, + CompileError, UnknownFileError) +from distutils.version import LooseVersion +from distutils.spawn import find_executable + +def get_msvcr(): + """Include the appropriate MSVC runtime library if Python was built + with MSVC 7.0 or later. + """ + msc_pos = sys.version.find('MSC v.') + if msc_pos != -1: + msc_ver = sys.version[msc_pos+6:msc_pos+10] + if msc_ver == '1300': + # MSVC 7.0 + return ['msvcr70'] + elif msc_ver == '1310': + # MSVC 7.1 + return ['msvcr71'] + elif msc_ver == '1400': + # VS2005 / MSVC 8.0 + return ['msvcr80'] + elif msc_ver == '1500': + # VS2008 / MSVC 9.0 + return ['msvcr90'] + elif msc_ver == '1600': + # VS2010 / MSVC 10.0 + return ['msvcr100'] + else: + raise ValueError("Unknown MS Compiler version %s " % msc_ver) + + +class CygwinCCompiler(UnixCCompiler): + """ Handles the Cygwin port of the GNU C compiler to Windows. + """ + compiler_type = 'cygwin' + obj_extension = ".o" + static_lib_extension = ".a" + shared_lib_extension = ".dll" + static_lib_format = "lib%s%s" + shared_lib_format = "%s%s" + exe_extension = ".exe" + + def __init__(self, verbose=0, dry_run=0, force=0): + + UnixCCompiler.__init__(self, verbose, dry_run, force) + + status, details = check_config_h() + self.debug_print("Python's GCC status: %s (details: %s)" % + (status, details)) + if status is not CONFIG_H_OK: + self.warn( + "Python's pyconfig.h doesn't seem to support your compiler. " + "Reason: %s. " + "Compiling may fail because of undefined preprocessor macros." + % details) + + self.gcc_version, self.ld_version, self.dllwrap_version = \ + get_versions() + self.debug_print(self.compiler_type + ": gcc %s, ld %s, dllwrap %s\n" % + (self.gcc_version, + self.ld_version, + self.dllwrap_version) ) + + # ld_version >= "2.10.90" and < "2.13" should also be able to use + # gcc -mdll instead of dllwrap + # Older dllwraps had own version numbers, newer ones use the + # same as the rest of binutils ( also ld ) + # dllwrap 2.10.90 is buggy + if self.ld_version >= "2.10.90": + self.linker_dll = "gcc" + else: + self.linker_dll = "dllwrap" + + # ld_version >= "2.13" support -shared so use it instead of + # -mdll -static + if self.ld_version >= "2.13": + shared_option = "-shared" + else: + shared_option = "-mdll -static" + + # Hard-code GCC because that's what this is all about. + # XXX optimization, warnings etc. should be customizable. + self.set_executables(compiler='gcc -mcygwin -O -Wall', + compiler_so='gcc -mcygwin -mdll -O -Wall', + compiler_cxx='g++ -mcygwin -O -Wall', + linker_exe='gcc -mcygwin', + linker_so=('%s -mcygwin %s' % + (self.linker_dll, shared_option))) + + # cygwin and mingw32 need different sets of libraries + if self.gcc_version == "2.91.57": + # cygwin shouldn't need msvcrt, but without the dlls will crash + # (gcc version 2.91.57) -- perhaps something about initialization + self.dll_libraries=["msvcrt"] + self.warn( + "Consider upgrading to a newer version of gcc") + else: + # Include the appropriate MSVC runtime library if Python was built + # with MSVC 7.0 or later. + self.dll_libraries = get_msvcr() + + def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): + """Compiles the source by spawning GCC and windres if needed.""" + if ext == '.rc' or ext == '.res': + # gcc needs '.res' and '.rc' compiled to object files !!! + try: + self.spawn(["windres", "-i", src, "-o", obj]) + except DistutilsExecError as msg: + raise CompileError(msg) + else: # for other files use the C-compiler + try: + self.spawn(self.compiler_so + cc_args + [src, '-o', obj] + + extra_postargs) + except DistutilsExecError as msg: + raise CompileError(msg) + + def link(self, target_desc, objects, output_filename, output_dir=None, + libraries=None, library_dirs=None, runtime_library_dirs=None, + export_symbols=None, debug=0, extra_preargs=None, + extra_postargs=None, build_temp=None, target_lang=None): + """Link the objects.""" + # use separate copies, so we can modify the lists + extra_preargs = copy.copy(extra_preargs or []) + libraries = copy.copy(libraries or []) + objects = copy.copy(objects or []) + + # Additional libraries + libraries.extend(self.dll_libraries) + + # handle export symbols by creating a def-file + # with executables this only works with gcc/ld as linker + if ((export_symbols is not None) and + (target_desc != self.EXECUTABLE or self.linker_dll == "gcc")): + # (The linker doesn't do anything if output is up-to-date. + # So it would probably better to check if we really need this, + # but for this we had to insert some unchanged parts of + # UnixCCompiler, and this is not what we want.) + + # we want to put some files in the same directory as the + # object files are, build_temp doesn't help much + # where are the object files + temp_dir = os.path.dirname(objects[0]) + # name of dll to give the helper files the same base name + (dll_name, dll_extension) = os.path.splitext( + os.path.basename(output_filename)) + + # generate the filenames for these files + def_file = os.path.join(temp_dir, dll_name + ".def") + lib_file = os.path.join(temp_dir, 'lib' + dll_name + ".a") + + # Generate .def file + contents = [ + "LIBRARY %s" % os.path.basename(output_filename), + "EXPORTS"] + for sym in export_symbols: + contents.append(sym) + self.execute(write_file, (def_file, contents), + "writing %s" % def_file) + + # next add options for def-file and to creating import libraries + + # dllwrap uses different options than gcc/ld + if self.linker_dll == "dllwrap": + extra_preargs.extend(["--output-lib", lib_file]) + # for dllwrap we have to use a special option + extra_preargs.extend(["--def", def_file]) + # we use gcc/ld here and can be sure ld is >= 2.9.10 + else: + # doesn't work: bfd_close build\...\libfoo.a: Invalid operation + #extra_preargs.extend(["-Wl,--out-implib,%s" % lib_file]) + # for gcc/ld the def-file is specified as any object files + objects.append(def_file) + + #end: if ((export_symbols is not None) and + # (target_desc != self.EXECUTABLE or self.linker_dll == "gcc")): + + # who wants symbols and a many times larger output file + # should explicitly switch the debug mode on + # otherwise we let dllwrap/ld strip the output file + # (On my machine: 10KiB < stripped_file < ??100KiB + # unstripped_file = stripped_file + XXX KiB + # ( XXX=254 for a typical python extension)) + if not debug: + extra_preargs.append("-s") + + UnixCCompiler.link(self, target_desc, objects, output_filename, + output_dir, libraries, library_dirs, + runtime_library_dirs, + None, # export_symbols, we do this in our def-file + debug, extra_preargs, extra_postargs, build_temp, + target_lang) + + # -- Miscellaneous methods ----------------------------------------- + + def object_filenames(self, source_filenames, strip_dir=0, output_dir=''): + """Adds supports for rc and res files.""" + if output_dir is None: + output_dir = '' + obj_names = [] + for src_name in source_filenames: + # use normcase to make sure '.rc' is really '.rc' and not '.RC' + base, ext = os.path.splitext(os.path.normcase(src_name)) + if ext not in (self.src_extensions + ['.rc','.res']): + raise UnknownFileError("unknown file type '%s' (from '%s')" % \ + (ext, src_name)) + if strip_dir: + base = os.path.basename (base) + if ext in ('.res', '.rc'): + # these need to be compiled to object files + obj_names.append (os.path.join(output_dir, + base + ext + self.obj_extension)) + else: + obj_names.append (os.path.join(output_dir, + base + self.obj_extension)) + return obj_names + +# the same as cygwin plus some additional parameters +class Mingw32CCompiler(CygwinCCompiler): + """ Handles the Mingw32 port of the GNU C compiler to Windows. + """ + compiler_type = 'mingw32' + + def __init__(self, verbose=0, dry_run=0, force=0): + + CygwinCCompiler.__init__ (self, verbose, dry_run, force) + + # ld_version >= "2.13" support -shared so use it instead of + # -mdll -static + if self.ld_version >= "2.13": + shared_option = "-shared" + else: + shared_option = "-mdll -static" + + # A real mingw32 doesn't need to specify a different entry point, + # but cygwin 2.91.57 in no-cygwin-mode needs it. + if self.gcc_version <= "2.91.57": + entry_point = '--entry _DllMain@12' + else: + entry_point = '' + + if is_cygwingcc(): + raise CCompilerError( + 'Cygwin gcc cannot be used with --compiler=mingw32') + + self.set_executables(compiler='gcc -O -Wall', + compiler_so='gcc -mdll -O -Wall', + compiler_cxx='g++ -O -Wall', + linker_exe='gcc', + linker_so='%s %s %s' + % (self.linker_dll, shared_option, + entry_point)) + # Maybe we should also append -mthreads, but then the finished + # dlls need another dll (mingwm10.dll see Mingw32 docs) + # (-mthreads: Support thread-safe exception handling on `Mingw32') + + # no additional libraries needed + self.dll_libraries=[] + + # Include the appropriate MSVC runtime library if Python was built + # with MSVC 7.0 or later. + self.dll_libraries = get_msvcr() + +# Because these compilers aren't configured in Python's pyconfig.h file by +# default, we should at least warn the user if he is using an unmodified +# version. + +CONFIG_H_OK = "ok" +CONFIG_H_NOTOK = "not ok" +CONFIG_H_UNCERTAIN = "uncertain" + +def check_config_h(): + """Check if the current Python installation appears amenable to building + extensions with GCC. + + Returns a tuple (status, details), where 'status' is one of the following + constants: + + - CONFIG_H_OK: all is well, go ahead and compile + - CONFIG_H_NOTOK: doesn't look good + - CONFIG_H_UNCERTAIN: not sure -- unable to read pyconfig.h + + 'details' is a human-readable string explaining the situation. + + Note there are two ways to conclude "OK": either 'sys.version' contains + the string "GCC" (implying that this Python was built with GCC), or the + installed "pyconfig.h" contains the string "__GNUC__". + """ + + # XXX since this function also checks sys.version, it's not strictly a + # "pyconfig.h" check -- should probably be renamed... + + from distutils import sysconfig + + # if sys.version contains GCC then python was compiled with GCC, and the + # pyconfig.h file should be OK + if "GCC" in sys.version: + return CONFIG_H_OK, "sys.version mentions 'GCC'" + + # let's see if __GNUC__ is mentioned in python.h + fn = sysconfig.get_config_h_filename() + try: + config_h = open(fn) + try: + if "__GNUC__" in config_h.read(): + return CONFIG_H_OK, "'%s' mentions '__GNUC__'" % fn + else: + return CONFIG_H_NOTOK, "'%s' does not mention '__GNUC__'" % fn + finally: + config_h.close() + except OSError as exc: + return (CONFIG_H_UNCERTAIN, + "couldn't read '%s': %s" % (fn, exc.strerror)) + +RE_VERSION = re.compile(br'(\d+\.\d+(\.\d+)*)') + +def _find_exe_version(cmd): + """Find the version of an executable by running `cmd` in the shell. + + If the command is not found, or the output does not match + `RE_VERSION`, returns None. + """ + executable = cmd.split()[0] + if find_executable(executable) is None: + return None + out = Popen(cmd, shell=True, stdout=PIPE).stdout + try: + out_string = out.read() + finally: + out.close() + result = RE_VERSION.search(out_string) + if result is None: + return None + # LooseVersion works with strings + # so we need to decode our bytes + return LooseVersion(result.group(1).decode()) + +def get_versions(): + """ Try to find out the versions of gcc, ld and dllwrap. + + If not possible it returns None for it. + """ + commands = ['gcc -dumpversion', 'ld -v', 'dllwrap --version'] + return tuple([_find_exe_version(cmd) for cmd in commands]) + +def is_cygwingcc(): + '''Try to determine if the gcc that would be used is from cygwin.''' + out_string = check_output(['gcc', '-dumpmachine']) + return out_string.strip().endswith(b'cygwin') diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/debug.py b/env/lib/python3.8/site-packages/setuptools/_distutils/debug.py new file mode 100644 index 000000000..daf1660f0 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/debug.py @@ -0,0 +1,5 @@ +import os + +# If DISTUTILS_DEBUG is anything other than the empty string, we run in +# debug mode. +DEBUG = os.environ.get('DISTUTILS_DEBUG') diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/dep_util.py b/env/lib/python3.8/site-packages/setuptools/_distutils/dep_util.py new file mode 100644 index 000000000..d74f5e4e9 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/dep_util.py @@ -0,0 +1,92 @@ +"""distutils.dep_util + +Utility functions for simple, timestamp-based dependency of files +and groups of files; also, function based entirely on such +timestamp dependency analysis.""" + +import os +from distutils.errors import DistutilsFileError + + +def newer (source, target): + """Return true if 'source' exists and is more recently modified than + 'target', or if 'source' exists and 'target' doesn't. Return false if + both exist and 'target' is the same age or younger than 'source'. + Raise DistutilsFileError if 'source' does not exist. + """ + if not os.path.exists(source): + raise DistutilsFileError("file '%s' does not exist" % + os.path.abspath(source)) + if not os.path.exists(target): + return 1 + + from stat import ST_MTIME + mtime1 = os.stat(source)[ST_MTIME] + mtime2 = os.stat(target)[ST_MTIME] + + return mtime1 > mtime2 + +# newer () + + +def newer_pairwise (sources, targets): + """Walk two filename lists in parallel, testing if each source is newer + than its corresponding target. Return a pair of lists (sources, + targets) where source is newer than target, according to the semantics + of 'newer()'. + """ + if len(sources) != len(targets): + raise ValueError("'sources' and 'targets' must be same length") + + # build a pair of lists (sources, targets) where source is newer + n_sources = [] + n_targets = [] + for i in range(len(sources)): + if newer(sources[i], targets[i]): + n_sources.append(sources[i]) + n_targets.append(targets[i]) + + return (n_sources, n_targets) + +# newer_pairwise () + + +def newer_group (sources, target, missing='error'): + """Return true if 'target' is out-of-date with respect to any file + listed in 'sources'. In other words, if 'target' exists and is newer + than every file in 'sources', return false; otherwise return true. + 'missing' controls what we do when a source file is missing; the + default ("error") is to blow up with an OSError from inside 'stat()'; + if it is "ignore", we silently drop any missing source files; if it is + "newer", any missing source files make us assume that 'target' is + out-of-date (this is handy in "dry-run" mode: it'll make you pretend to + carry out commands that wouldn't work because inputs are missing, but + that doesn't matter because you're not actually going to run the + commands). + """ + # If the target doesn't even exist, then it's definitely out-of-date. + if not os.path.exists(target): + return 1 + + # Otherwise we have to find out the hard way: if *any* source file + # is more recent than 'target', then 'target' is out-of-date and + # we can immediately return true. If we fall through to the end + # of the loop, then 'target' is up-to-date and we return false. + from stat import ST_MTIME + target_mtime = os.stat(target)[ST_MTIME] + for source in sources: + if not os.path.exists(source): + if missing == 'error': # blow up when we stat() the file + pass + elif missing == 'ignore': # missing source dropped from + continue # target's dependency list + elif missing == 'newer': # missing source means target is + return 1 # out-of-date + + source_mtime = os.stat(source)[ST_MTIME] + if source_mtime > target_mtime: + return 1 + else: + return 0 + +# newer_group () diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/dir_util.py b/env/lib/python3.8/site-packages/setuptools/_distutils/dir_util.py new file mode 100644 index 000000000..d5cd8e3e2 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/dir_util.py @@ -0,0 +1,210 @@ +"""distutils.dir_util + +Utility functions for manipulating directories and directory trees.""" + +import os +import errno +from distutils.errors import DistutilsFileError, DistutilsInternalError +from distutils import log + +# cache for by mkpath() -- in addition to cheapening redundant calls, +# eliminates redundant "creating /foo/bar/baz" messages in dry-run mode +_path_created = {} + +# I don't use os.makedirs because a) it's new to Python 1.5.2, and +# b) it blows up if the directory already exists (I want to silently +# succeed in that case). +def mkpath(name, mode=0o777, verbose=1, dry_run=0): + """Create a directory and any missing ancestor directories. + + If the directory already exists (or if 'name' is the empty string, which + means the current directory, which of course exists), then do nothing. + Raise DistutilsFileError if unable to create some directory along the way + (eg. some sub-path exists, but is a file rather than a directory). + If 'verbose' is true, print a one-line summary of each mkdir to stdout. + Return the list of directories actually created. + """ + + global _path_created + + # Detect a common bug -- name is None + if not isinstance(name, str): + raise DistutilsInternalError( + "mkpath: 'name' must be a string (got %r)" % (name,)) + + # XXX what's the better way to handle verbosity? print as we create + # each directory in the path (the current behaviour), or only announce + # the creation of the whole path? (quite easy to do the latter since + # we're not using a recursive algorithm) + + name = os.path.normpath(name) + created_dirs = [] + if os.path.isdir(name) or name == '': + return created_dirs + if _path_created.get(os.path.abspath(name)): + return created_dirs + + (head, tail) = os.path.split(name) + tails = [tail] # stack of lone dirs to create + + while head and tail and not os.path.isdir(head): + (head, tail) = os.path.split(head) + tails.insert(0, tail) # push next higher dir onto stack + + # now 'head' contains the deepest directory that already exists + # (that is, the child of 'head' in 'name' is the highest directory + # that does *not* exist) + for d in tails: + #print "head = %s, d = %s: " % (head, d), + head = os.path.join(head, d) + abs_head = os.path.abspath(head) + + if _path_created.get(abs_head): + continue + + if verbose >= 1: + log.info("creating %s", head) + + if not dry_run: + try: + os.mkdir(head, mode) + except OSError as exc: + if not (exc.errno == errno.EEXIST and os.path.isdir(head)): + raise DistutilsFileError( + "could not create '%s': %s" % (head, exc.args[-1])) + created_dirs.append(head) + + _path_created[abs_head] = 1 + return created_dirs + +def create_tree(base_dir, files, mode=0o777, verbose=1, dry_run=0): + """Create all the empty directories under 'base_dir' needed to put 'files' + there. + + 'base_dir' is just the name of a directory which doesn't necessarily + exist yet; 'files' is a list of filenames to be interpreted relative to + 'base_dir'. 'base_dir' + the directory portion of every file in 'files' + will be created if it doesn't already exist. 'mode', 'verbose' and + 'dry_run' flags are as for 'mkpath()'. + """ + # First get the list of directories to create + need_dir = set() + for file in files: + need_dir.add(os.path.join(base_dir, os.path.dirname(file))) + + # Now create them + for dir in sorted(need_dir): + mkpath(dir, mode, verbose=verbose, dry_run=dry_run) + +def copy_tree(src, dst, preserve_mode=1, preserve_times=1, + preserve_symlinks=0, update=0, verbose=1, dry_run=0): + """Copy an entire directory tree 'src' to a new location 'dst'. + + Both 'src' and 'dst' must be directory names. If 'src' is not a + directory, raise DistutilsFileError. If 'dst' does not exist, it is + created with 'mkpath()'. The end result of the copy is that every + file in 'src' is copied to 'dst', and directories under 'src' are + recursively copied to 'dst'. Return the list of files that were + copied or might have been copied, using their output name. The + return value is unaffected by 'update' or 'dry_run': it is simply + the list of all files under 'src', with the names changed to be + under 'dst'. + + 'preserve_mode' and 'preserve_times' are the same as for + 'copy_file'; note that they only apply to regular files, not to + directories. If 'preserve_symlinks' is true, symlinks will be + copied as symlinks (on platforms that support them!); otherwise + (the default), the destination of the symlink will be copied. + 'update' and 'verbose' are the same as for 'copy_file'. + """ + from distutils.file_util import copy_file + + if not dry_run and not os.path.isdir(src): + raise DistutilsFileError( + "cannot copy tree '%s': not a directory" % src) + try: + names = os.listdir(src) + except OSError as e: + if dry_run: + names = [] + else: + raise DistutilsFileError( + "error listing files in '%s': %s" % (src, e.strerror)) + + if not dry_run: + mkpath(dst, verbose=verbose) + + outputs = [] + + for n in names: + src_name = os.path.join(src, n) + dst_name = os.path.join(dst, n) + + if n.startswith('.nfs'): + # skip NFS rename files + continue + + if preserve_symlinks and os.path.islink(src_name): + link_dest = os.readlink(src_name) + if verbose >= 1: + log.info("linking %s -> %s", dst_name, link_dest) + if not dry_run: + os.symlink(link_dest, dst_name) + outputs.append(dst_name) + + elif os.path.isdir(src_name): + outputs.extend( + copy_tree(src_name, dst_name, preserve_mode, + preserve_times, preserve_symlinks, update, + verbose=verbose, dry_run=dry_run)) + else: + copy_file(src_name, dst_name, preserve_mode, + preserve_times, update, verbose=verbose, + dry_run=dry_run) + outputs.append(dst_name) + + return outputs + +def _build_cmdtuple(path, cmdtuples): + """Helper for remove_tree().""" + for f in os.listdir(path): + real_f = os.path.join(path,f) + if os.path.isdir(real_f) and not os.path.islink(real_f): + _build_cmdtuple(real_f, cmdtuples) + else: + cmdtuples.append((os.remove, real_f)) + cmdtuples.append((os.rmdir, path)) + +def remove_tree(directory, verbose=1, dry_run=0): + """Recursively remove an entire directory tree. + + Any errors are ignored (apart from being reported to stdout if 'verbose' + is true). + """ + global _path_created + + if verbose >= 1: + log.info("removing '%s' (and everything under it)", directory) + if dry_run: + return + cmdtuples = [] + _build_cmdtuple(directory, cmdtuples) + for cmd in cmdtuples: + try: + cmd[0](cmd[1]) + # remove dir from cache if it's already there + abspath = os.path.abspath(cmd[1]) + if abspath in _path_created: + del _path_created[abspath] + except OSError as exc: + log.warn("error removing %s: %s", directory, exc) + +def ensure_relative(path): + """Take the full path 'path', and make it a relative path. + + This is useful to make 'path' the second argument to os.path.join(). + """ + drive, path = os.path.splitdrive(path) + if path[0:1] == os.sep: + path = drive + path[1:] + return path diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/dist.py b/env/lib/python3.8/site-packages/setuptools/_distutils/dist.py new file mode 100644 index 000000000..37db4d6cd --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/dist.py @@ -0,0 +1,1257 @@ +"""distutils.dist + +Provides the Distribution class, which represents the module distribution +being built/installed/distributed. +""" + +import sys +import os +import re +from email import message_from_file + +try: + import warnings +except ImportError: + warnings = None + +from distutils.errors import * +from distutils.fancy_getopt import FancyGetopt, translate_longopt +from distutils.util import check_environ, strtobool, rfc822_escape +from distutils import log +from distutils.debug import DEBUG + +# Regex to define acceptable Distutils command names. This is not *quite* +# the same as a Python NAME -- I don't allow leading underscores. The fact +# that they're very similar is no coincidence; the default naming scheme is +# to look for a Python module named after the command. +command_re = re.compile(r'^[a-zA-Z]([a-zA-Z0-9_]*)$') + + +def _ensure_list(value, fieldname): + if isinstance(value, str): + # a string containing comma separated values is okay. It will + # be converted to a list by Distribution.finalize_options(). + pass + elif not isinstance(value, list): + # passing a tuple or an iterator perhaps, warn and convert + typename = type(value).__name__ + msg = "Warning: '{fieldname}' should be a list, got type '{typename}'" + msg = msg.format(**locals()) + log.log(log.WARN, msg) + value = list(value) + return value + + +class Distribution: + """The core of the Distutils. Most of the work hiding behind 'setup' + is really done within a Distribution instance, which farms the work out + to the Distutils commands specified on the command line. + + Setup scripts will almost never instantiate Distribution directly, + unless the 'setup()' function is totally inadequate to their needs. + However, it is conceivable that a setup script might wish to subclass + Distribution for some specialized purpose, and then pass the subclass + to 'setup()' as the 'distclass' keyword argument. If so, it is + necessary to respect the expectations that 'setup' has of Distribution. + See the code for 'setup()', in core.py, for details. + """ + + # 'global_options' describes the command-line options that may be + # supplied to the setup script prior to any actual commands. + # Eg. "./setup.py -n" or "./setup.py --quiet" both take advantage of + # these global options. This list should be kept to a bare minimum, + # since every global option is also valid as a command option -- and we + # don't want to pollute the commands with too many options that they + # have minimal control over. + # The fourth entry for verbose means that it can be repeated. + global_options = [ + ('verbose', 'v', "run verbosely (default)", 1), + ('quiet', 'q', "run quietly (turns verbosity off)"), + ('dry-run', 'n', "don't actually do anything"), + ('help', 'h', "show detailed help message"), + ('no-user-cfg', None, + 'ignore pydistutils.cfg in your home directory'), + ] + + # 'common_usage' is a short (2-3 line) string describing the common + # usage of the setup script. + common_usage = """\ +Common commands: (see '--help-commands' for more) + + setup.py build will build the package underneath 'build/' + setup.py install will install the package +""" + + # options that are not propagated to the commands + display_options = [ + ('help-commands', None, + "list all available commands"), + ('name', None, + "print package name"), + ('version', 'V', + "print package version"), + ('fullname', None, + "print -"), + ('author', None, + "print the author's name"), + ('author-email', None, + "print the author's email address"), + ('maintainer', None, + "print the maintainer's name"), + ('maintainer-email', None, + "print the maintainer's email address"), + ('contact', None, + "print the maintainer's name if known, else the author's"), + ('contact-email', None, + "print the maintainer's email address if known, else the author's"), + ('url', None, + "print the URL for this package"), + ('license', None, + "print the license of the package"), + ('licence', None, + "alias for --license"), + ('description', None, + "print the package description"), + ('long-description', None, + "print the long package description"), + ('platforms', None, + "print the list of platforms"), + ('classifiers', None, + "print the list of classifiers"), + ('keywords', None, + "print the list of keywords"), + ('provides', None, + "print the list of packages/modules provided"), + ('requires', None, + "print the list of packages/modules required"), + ('obsoletes', None, + "print the list of packages/modules made obsolete") + ] + display_option_names = [translate_longopt(x[0]) for x in display_options] + + # negative options are options that exclude other options + negative_opt = {'quiet': 'verbose'} + + # -- Creation/initialization methods ------------------------------- + + def __init__(self, attrs=None): + """Construct a new Distribution instance: initialize all the + attributes of a Distribution, and then use 'attrs' (a dictionary + mapping attribute names to values) to assign some of those + attributes their "real" values. (Any attributes not mentioned in + 'attrs' will be assigned to some null value: 0, None, an empty list + or dictionary, etc.) Most importantly, initialize the + 'command_obj' attribute to the empty dictionary; this will be + filled in with real command objects by 'parse_command_line()'. + """ + + # Default values for our command-line options + self.verbose = 1 + self.dry_run = 0 + self.help = 0 + for attr in self.display_option_names: + setattr(self, attr, 0) + + # Store the distribution meta-data (name, version, author, and so + # forth) in a separate object -- we're getting to have enough + # information here (and enough command-line options) that it's + # worth it. Also delegate 'get_XXX()' methods to the 'metadata' + # object in a sneaky and underhanded (but efficient!) way. + self.metadata = DistributionMetadata() + for basename in self.metadata._METHOD_BASENAMES: + method_name = "get_" + basename + setattr(self, method_name, getattr(self.metadata, method_name)) + + # 'cmdclass' maps command names to class objects, so we + # can 1) quickly figure out which class to instantiate when + # we need to create a new command object, and 2) have a way + # for the setup script to override command classes + self.cmdclass = {} + + # 'command_packages' is a list of packages in which commands + # are searched for. The factory for command 'foo' is expected + # to be named 'foo' in the module 'foo' in one of the packages + # named here. This list is searched from the left; an error + # is raised if no named package provides the command being + # searched for. (Always access using get_command_packages().) + self.command_packages = None + + # 'script_name' and 'script_args' are usually set to sys.argv[0] + # and sys.argv[1:], but they can be overridden when the caller is + # not necessarily a setup script run from the command-line. + self.script_name = None + self.script_args = None + + # 'command_options' is where we store command options between + # parsing them (from config files, the command-line, etc.) and when + # they are actually needed -- ie. when the command in question is + # instantiated. It is a dictionary of dictionaries of 2-tuples: + # command_options = { command_name : { option : (source, value) } } + self.command_options = {} + + # 'dist_files' is the list of (command, pyversion, file) that + # have been created by any dist commands run so far. This is + # filled regardless of whether the run is dry or not. pyversion + # gives sysconfig.get_python_version() if the dist file is + # specific to a Python version, 'any' if it is good for all + # Python versions on the target platform, and '' for a source + # file. pyversion should not be used to specify minimum or + # maximum required Python versions; use the metainfo for that + # instead. + self.dist_files = [] + + # These options are really the business of various commands, rather + # than of the Distribution itself. We provide aliases for them in + # Distribution as a convenience to the developer. + self.packages = None + self.package_data = {} + self.package_dir = None + self.py_modules = None + self.libraries = None + self.headers = None + self.ext_modules = None + self.ext_package = None + self.include_dirs = None + self.extra_path = None + self.scripts = None + self.data_files = None + self.password = '' + + # And now initialize bookkeeping stuff that can't be supplied by + # the caller at all. 'command_obj' maps command names to + # Command instances -- that's how we enforce that every command + # class is a singleton. + self.command_obj = {} + + # 'have_run' maps command names to boolean values; it keeps track + # of whether we have actually run a particular command, to make it + # cheap to "run" a command whenever we think we might need to -- if + # it's already been done, no need for expensive filesystem + # operations, we just check the 'have_run' dictionary and carry on. + # It's only safe to query 'have_run' for a command class that has + # been instantiated -- a false value will be inserted when the + # command object is created, and replaced with a true value when + # the command is successfully run. Thus it's probably best to use + # '.get()' rather than a straight lookup. + self.have_run = {} + + # Now we'll use the attrs dictionary (ultimately, keyword args from + # the setup script) to possibly override any or all of these + # distribution options. + + if attrs: + # Pull out the set of command options and work on them + # specifically. Note that this order guarantees that aliased + # command options will override any supplied redundantly + # through the general options dictionary. + options = attrs.get('options') + if options is not None: + del attrs['options'] + for (command, cmd_options) in options.items(): + opt_dict = self.get_option_dict(command) + for (opt, val) in cmd_options.items(): + opt_dict[opt] = ("setup script", val) + + if 'licence' in attrs: + attrs['license'] = attrs['licence'] + del attrs['licence'] + msg = "'licence' distribution option is deprecated; use 'license'" + if warnings is not None: + warnings.warn(msg) + else: + sys.stderr.write(msg + "\n") + + # Now work on the rest of the attributes. Any attribute that's + # not already defined is invalid! + for (key, val) in attrs.items(): + if hasattr(self.metadata, "set_" + key): + getattr(self.metadata, "set_" + key)(val) + elif hasattr(self.metadata, key): + setattr(self.metadata, key, val) + elif hasattr(self, key): + setattr(self, key, val) + else: + msg = "Unknown distribution option: %s" % repr(key) + warnings.warn(msg) + + # no-user-cfg is handled before other command line args + # because other args override the config files, and this + # one is needed before we can load the config files. + # If attrs['script_args'] wasn't passed, assume false. + # + # This also make sure we just look at the global options + self.want_user_cfg = True + + if self.script_args is not None: + for arg in self.script_args: + if not arg.startswith('-'): + break + if arg == '--no-user-cfg': + self.want_user_cfg = False + break + + self.finalize_options() + + def get_option_dict(self, command): + """Get the option dictionary for a given command. If that + command's option dictionary hasn't been created yet, then create it + and return the new dictionary; otherwise, return the existing + option dictionary. + """ + dict = self.command_options.get(command) + if dict is None: + dict = self.command_options[command] = {} + return dict + + def dump_option_dicts(self, header=None, commands=None, indent=""): + from pprint import pformat + + if commands is None: # dump all command option dicts + commands = sorted(self.command_options.keys()) + + if header is not None: + self.announce(indent + header) + indent = indent + " " + + if not commands: + self.announce(indent + "no commands known yet") + return + + for cmd_name in commands: + opt_dict = self.command_options.get(cmd_name) + if opt_dict is None: + self.announce(indent + + "no option dict for '%s' command" % cmd_name) + else: + self.announce(indent + + "option dict for '%s' command:" % cmd_name) + out = pformat(opt_dict) + for line in out.split('\n'): + self.announce(indent + " " + line) + + # -- Config file finding/parsing methods --------------------------- + + def find_config_files(self): + """Find as many configuration files as should be processed for this + platform, and return a list of filenames in the order in which they + should be parsed. The filenames returned are guaranteed to exist + (modulo nasty race conditions). + + There are three possible config files: distutils.cfg in the + Distutils installation directory (ie. where the top-level + Distutils __inst__.py file lives), a file in the user's home + directory named .pydistutils.cfg on Unix and pydistutils.cfg + on Windows/Mac; and setup.cfg in the current directory. + + The file in the user's home directory can be disabled with the + --no-user-cfg option. + """ + files = [] + check_environ() + + # Where to look for the system-wide Distutils config file + sys_dir = os.path.dirname(sys.modules['distutils'].__file__) + + # Look for the system config file + sys_file = os.path.join(sys_dir, "distutils.cfg") + if os.path.isfile(sys_file): + files.append(sys_file) + + # What to call the per-user config file + if os.name == 'posix': + user_filename = ".pydistutils.cfg" + else: + user_filename = "pydistutils.cfg" + + # And look for the user config file + if self.want_user_cfg: + user_file = os.path.join(os.path.expanduser('~'), user_filename) + if os.path.isfile(user_file): + files.append(user_file) + + # All platforms support local setup.cfg + local_file = "setup.cfg" + if os.path.isfile(local_file): + files.append(local_file) + + if DEBUG: + self.announce("using config files: %s" % ', '.join(files)) + + return files + + def parse_config_files(self, filenames=None): + from configparser import ConfigParser + + # Ignore install directory options if we have a venv + if sys.prefix != sys.base_prefix: + ignore_options = [ + 'install-base', 'install-platbase', 'install-lib', + 'install-platlib', 'install-purelib', 'install-headers', + 'install-scripts', 'install-data', 'prefix', 'exec-prefix', + 'home', 'user', 'root'] + else: + ignore_options = [] + + ignore_options = frozenset(ignore_options) + + if filenames is None: + filenames = self.find_config_files() + + if DEBUG: + self.announce("Distribution.parse_config_files():") + + parser = ConfigParser() + for filename in filenames: + if DEBUG: + self.announce(" reading %s" % filename) + parser.read(filename) + for section in parser.sections(): + options = parser.options(section) + opt_dict = self.get_option_dict(section) + + for opt in options: + if opt != '__name__' and opt not in ignore_options: + val = parser.get(section,opt) + opt = opt.replace('-', '_') + opt_dict[opt] = (filename, val) + + # Make the ConfigParser forget everything (so we retain + # the original filenames that options come from) + parser.__init__() + + # If there was a "global" section in the config file, use it + # to set Distribution options. + + if 'global' in self.command_options: + for (opt, (src, val)) in self.command_options['global'].items(): + alias = self.negative_opt.get(opt) + try: + if alias: + setattr(self, alias, not strtobool(val)) + elif opt in ('verbose', 'dry_run'): # ugh! + setattr(self, opt, strtobool(val)) + else: + setattr(self, opt, val) + except ValueError as msg: + raise DistutilsOptionError(msg) + + # -- Command-line parsing methods ---------------------------------- + + def parse_command_line(self): + """Parse the setup script's command line, taken from the + 'script_args' instance attribute (which defaults to 'sys.argv[1:]' + -- see 'setup()' in core.py). This list is first processed for + "global options" -- options that set attributes of the Distribution + instance. Then, it is alternately scanned for Distutils commands + and options for that command. Each new command terminates the + options for the previous command. The allowed options for a + command are determined by the 'user_options' attribute of the + command class -- thus, we have to be able to load command classes + in order to parse the command line. Any error in that 'options' + attribute raises DistutilsGetoptError; any error on the + command-line raises DistutilsArgError. If no Distutils commands + were found on the command line, raises DistutilsArgError. Return + true if command-line was successfully parsed and we should carry + on with executing commands; false if no errors but we shouldn't + execute commands (currently, this only happens if user asks for + help). + """ + # + # We now have enough information to show the Macintosh dialog + # that allows the user to interactively specify the "command line". + # + toplevel_options = self._get_toplevel_options() + + # We have to parse the command line a bit at a time -- global + # options, then the first command, then its options, and so on -- + # because each command will be handled by a different class, and + # the options that are valid for a particular class aren't known + # until we have loaded the command class, which doesn't happen + # until we know what the command is. + + self.commands = [] + parser = FancyGetopt(toplevel_options + self.display_options) + parser.set_negative_aliases(self.negative_opt) + parser.set_aliases({'licence': 'license'}) + args = parser.getopt(args=self.script_args, object=self) + option_order = parser.get_option_order() + log.set_verbosity(self.verbose) + + # for display options we return immediately + if self.handle_display_options(option_order): + return + while args: + args = self._parse_command_opts(parser, args) + if args is None: # user asked for help (and got it) + return + + # Handle the cases of --help as a "global" option, ie. + # "setup.py --help" and "setup.py --help command ...". For the + # former, we show global options (--verbose, --dry-run, etc.) + # and display-only options (--name, --version, etc.); for the + # latter, we omit the display-only options and show help for + # each command listed on the command line. + if self.help: + self._show_help(parser, + display_options=len(self.commands) == 0, + commands=self.commands) + return + + # Oops, no commands found -- an end-user error + if not self.commands: + raise DistutilsArgError("no commands supplied") + + # All is well: return true + return True + + def _get_toplevel_options(self): + """Return the non-display options recognized at the top level. + + This includes options that are recognized *only* at the top + level as well as options recognized for commands. + """ + return self.global_options + [ + ("command-packages=", None, + "list of packages that provide distutils commands"), + ] + + def _parse_command_opts(self, parser, args): + """Parse the command-line options for a single command. + 'parser' must be a FancyGetopt instance; 'args' must be the list + of arguments, starting with the current command (whose options + we are about to parse). Returns a new version of 'args' with + the next command at the front of the list; will be the empty + list if there are no more commands on the command line. Returns + None if the user asked for help on this command. + """ + # late import because of mutual dependence between these modules + from distutils.cmd import Command + + # Pull the current command from the head of the command line + command = args[0] + if not command_re.match(command): + raise SystemExit("invalid command name '%s'" % command) + self.commands.append(command) + + # Dig up the command class that implements this command, so we + # 1) know that it's a valid command, and 2) know which options + # it takes. + try: + cmd_class = self.get_command_class(command) + except DistutilsModuleError as msg: + raise DistutilsArgError(msg) + + # Require that the command class be derived from Command -- want + # to be sure that the basic "command" interface is implemented. + if not issubclass(cmd_class, Command): + raise DistutilsClassError( + "command class %s must subclass Command" % cmd_class) + + # Also make sure that the command object provides a list of its + # known options. + if not (hasattr(cmd_class, 'user_options') and + isinstance(cmd_class.user_options, list)): + msg = ("command class %s must provide " + "'user_options' attribute (a list of tuples)") + raise DistutilsClassError(msg % cmd_class) + + # If the command class has a list of negative alias options, + # merge it in with the global negative aliases. + negative_opt = self.negative_opt + if hasattr(cmd_class, 'negative_opt'): + negative_opt = negative_opt.copy() + negative_opt.update(cmd_class.negative_opt) + + # Check for help_options in command class. They have a different + # format (tuple of four) so we need to preprocess them here. + if (hasattr(cmd_class, 'help_options') and + isinstance(cmd_class.help_options, list)): + help_options = fix_help_options(cmd_class.help_options) + else: + help_options = [] + + # All commands support the global options too, just by adding + # in 'global_options'. + parser.set_option_table(self.global_options + + cmd_class.user_options + + help_options) + parser.set_negative_aliases(negative_opt) + (args, opts) = parser.getopt(args[1:]) + if hasattr(opts, 'help') and opts.help: + self._show_help(parser, display_options=0, commands=[cmd_class]) + return + + if (hasattr(cmd_class, 'help_options') and + isinstance(cmd_class.help_options, list)): + help_option_found=0 + for (help_option, short, desc, func) in cmd_class.help_options: + if hasattr(opts, parser.get_attr_name(help_option)): + help_option_found=1 + if callable(func): + func() + else: + raise DistutilsClassError( + "invalid help function %r for help option '%s': " + "must be a callable object (function, etc.)" + % (func, help_option)) + + if help_option_found: + return + + # Put the options from the command-line into their official + # holding pen, the 'command_options' dictionary. + opt_dict = self.get_option_dict(command) + for (name, value) in vars(opts).items(): + opt_dict[name] = ("command line", value) + + return args + + def finalize_options(self): + """Set final values for all the options on the Distribution + instance, analogous to the .finalize_options() method of Command + objects. + """ + for attr in ('keywords', 'platforms'): + value = getattr(self.metadata, attr) + if value is None: + continue + if isinstance(value, str): + value = [elm.strip() for elm in value.split(',')] + setattr(self.metadata, attr, value) + + def _show_help(self, parser, global_options=1, display_options=1, + commands=[]): + """Show help for the setup script command-line in the form of + several lists of command-line options. 'parser' should be a + FancyGetopt instance; do not expect it to be returned in the + same state, as its option table will be reset to make it + generate the correct help text. + + If 'global_options' is true, lists the global options: + --verbose, --dry-run, etc. If 'display_options' is true, lists + the "display-only" options: --name, --version, etc. Finally, + lists per-command help for every command name or command class + in 'commands'. + """ + # late import because of mutual dependence between these modules + from distutils.core import gen_usage + from distutils.cmd import Command + + if global_options: + if display_options: + options = self._get_toplevel_options() + else: + options = self.global_options + parser.set_option_table(options) + parser.print_help(self.common_usage + "\nGlobal options:") + print('') + + if display_options: + parser.set_option_table(self.display_options) + parser.print_help( + "Information display options (just display " + + "information, ignore any commands)") + print('') + + for command in self.commands: + if isinstance(command, type) and issubclass(command, Command): + klass = command + else: + klass = self.get_command_class(command) + if (hasattr(klass, 'help_options') and + isinstance(klass.help_options, list)): + parser.set_option_table(klass.user_options + + fix_help_options(klass.help_options)) + else: + parser.set_option_table(klass.user_options) + parser.print_help("Options for '%s' command:" % klass.__name__) + print('') + + print(gen_usage(self.script_name)) + + def handle_display_options(self, option_order): + """If there were any non-global "display-only" options + (--help-commands or the metadata display options) on the command + line, display the requested info and return true; else return + false. + """ + from distutils.core import gen_usage + + # User just wants a list of commands -- we'll print it out and stop + # processing now (ie. if they ran "setup --help-commands foo bar", + # we ignore "foo bar"). + if self.help_commands: + self.print_commands() + print('') + print(gen_usage(self.script_name)) + return 1 + + # If user supplied any of the "display metadata" options, then + # display that metadata in the order in which the user supplied the + # metadata options. + any_display_options = 0 + is_display_option = {} + for option in self.display_options: + is_display_option[option[0]] = 1 + + for (opt, val) in option_order: + if val and is_display_option.get(opt): + opt = translate_longopt(opt) + value = getattr(self.metadata, "get_"+opt)() + if opt in ['keywords', 'platforms']: + print(','.join(value)) + elif opt in ('classifiers', 'provides', 'requires', + 'obsoletes'): + print('\n'.join(value)) + else: + print(value) + any_display_options = 1 + + return any_display_options + + def print_command_list(self, commands, header, max_length): + """Print a subset of the list of all commands -- used by + 'print_commands()'. + """ + print(header + ":") + + for cmd in commands: + klass = self.cmdclass.get(cmd) + if not klass: + klass = self.get_command_class(cmd) + try: + description = klass.description + except AttributeError: + description = "(no description available)" + + print(" %-*s %s" % (max_length, cmd, description)) + + def print_commands(self): + """Print out a help message listing all available commands with a + description of each. The list is divided into "standard commands" + (listed in distutils.command.__all__) and "extra commands" + (mentioned in self.cmdclass, but not a standard command). The + descriptions come from the command class attribute + 'description'. + """ + import distutils.command + std_commands = distutils.command.__all__ + is_std = {} + for cmd in std_commands: + is_std[cmd] = 1 + + extra_commands = [] + for cmd in self.cmdclass.keys(): + if not is_std.get(cmd): + extra_commands.append(cmd) + + max_length = 0 + for cmd in (std_commands + extra_commands): + if len(cmd) > max_length: + max_length = len(cmd) + + self.print_command_list(std_commands, + "Standard commands", + max_length) + if extra_commands: + print() + self.print_command_list(extra_commands, + "Extra commands", + max_length) + + def get_command_list(self): + """Get a list of (command, description) tuples. + The list is divided into "standard commands" (listed in + distutils.command.__all__) and "extra commands" (mentioned in + self.cmdclass, but not a standard command). The descriptions come + from the command class attribute 'description'. + """ + # Currently this is only used on Mac OS, for the Mac-only GUI + # Distutils interface (by Jack Jansen) + import distutils.command + std_commands = distutils.command.__all__ + is_std = {} + for cmd in std_commands: + is_std[cmd] = 1 + + extra_commands = [] + for cmd in self.cmdclass.keys(): + if not is_std.get(cmd): + extra_commands.append(cmd) + + rv = [] + for cmd in (std_commands + extra_commands): + klass = self.cmdclass.get(cmd) + if not klass: + klass = self.get_command_class(cmd) + try: + description = klass.description + except AttributeError: + description = "(no description available)" + rv.append((cmd, description)) + return rv + + # -- Command class/object methods ---------------------------------- + + def get_command_packages(self): + """Return a list of packages from which commands are loaded.""" + pkgs = self.command_packages + if not isinstance(pkgs, list): + if pkgs is None: + pkgs = '' + pkgs = [pkg.strip() for pkg in pkgs.split(',') if pkg != ''] + if "distutils.command" not in pkgs: + pkgs.insert(0, "distutils.command") + self.command_packages = pkgs + return pkgs + + def get_command_class(self, command): + """Return the class that implements the Distutils command named by + 'command'. First we check the 'cmdclass' dictionary; if the + command is mentioned there, we fetch the class object from the + dictionary and return it. Otherwise we load the command module + ("distutils.command." + command) and fetch the command class from + the module. The loaded class is also stored in 'cmdclass' + to speed future calls to 'get_command_class()'. + + Raises DistutilsModuleError if the expected module could not be + found, or if that module does not define the expected class. + """ + klass = self.cmdclass.get(command) + if klass: + return klass + + for pkgname in self.get_command_packages(): + module_name = "%s.%s" % (pkgname, command) + klass_name = command + + try: + __import__(module_name) + module = sys.modules[module_name] + except ImportError: + continue + + try: + klass = getattr(module, klass_name) + except AttributeError: + raise DistutilsModuleError( + "invalid command '%s' (no class '%s' in module '%s')" + % (command, klass_name, module_name)) + + self.cmdclass[command] = klass + return klass + + raise DistutilsModuleError("invalid command '%s'" % command) + + def get_command_obj(self, command, create=1): + """Return the command object for 'command'. Normally this object + is cached on a previous call to 'get_command_obj()'; if no command + object for 'command' is in the cache, then we either create and + return it (if 'create' is true) or return None. + """ + cmd_obj = self.command_obj.get(command) + if not cmd_obj and create: + if DEBUG: + self.announce("Distribution.get_command_obj(): " + "creating '%s' command object" % command) + + klass = self.get_command_class(command) + cmd_obj = self.command_obj[command] = klass(self) + self.have_run[command] = 0 + + # Set any options that were supplied in config files + # or on the command line. (NB. support for error + # reporting is lame here: any errors aren't reported + # until 'finalize_options()' is called, which means + # we won't report the source of the error.) + options = self.command_options.get(command) + if options: + self._set_command_options(cmd_obj, options) + + return cmd_obj + + def _set_command_options(self, command_obj, option_dict=None): + """Set the options for 'command_obj' from 'option_dict'. Basically + this means copying elements of a dictionary ('option_dict') to + attributes of an instance ('command'). + + 'command_obj' must be a Command instance. If 'option_dict' is not + supplied, uses the standard option dictionary for this command + (from 'self.command_options'). + """ + command_name = command_obj.get_command_name() + if option_dict is None: + option_dict = self.get_option_dict(command_name) + + if DEBUG: + self.announce(" setting options for '%s' command:" % command_name) + for (option, (source, value)) in option_dict.items(): + if DEBUG: + self.announce(" %s = %s (from %s)" % (option, value, + source)) + try: + bool_opts = [translate_longopt(o) + for o in command_obj.boolean_options] + except AttributeError: + bool_opts = [] + try: + neg_opt = command_obj.negative_opt + except AttributeError: + neg_opt = {} + + try: + is_string = isinstance(value, str) + if option in neg_opt and is_string: + setattr(command_obj, neg_opt[option], not strtobool(value)) + elif option in bool_opts and is_string: + setattr(command_obj, option, strtobool(value)) + elif hasattr(command_obj, option): + setattr(command_obj, option, value) + else: + raise DistutilsOptionError( + "error in %s: command '%s' has no such option '%s'" + % (source, command_name, option)) + except ValueError as msg: + raise DistutilsOptionError(msg) + + def reinitialize_command(self, command, reinit_subcommands=0): + """Reinitializes a command to the state it was in when first + returned by 'get_command_obj()': ie., initialized but not yet + finalized. This provides the opportunity to sneak option + values in programmatically, overriding or supplementing + user-supplied values from the config files and command line. + You'll have to re-finalize the command object (by calling + 'finalize_options()' or 'ensure_finalized()') before using it for + real. + + 'command' should be a command name (string) or command object. If + 'reinit_subcommands' is true, also reinitializes the command's + sub-commands, as declared by the 'sub_commands' class attribute (if + it has one). See the "install" command for an example. Only + reinitializes the sub-commands that actually matter, ie. those + whose test predicates return true. + + Returns the reinitialized command object. + """ + from distutils.cmd import Command + if not isinstance(command, Command): + command_name = command + command = self.get_command_obj(command_name) + else: + command_name = command.get_command_name() + + if not command.finalized: + return command + command.initialize_options() + command.finalized = 0 + self.have_run[command_name] = 0 + self._set_command_options(command) + + if reinit_subcommands: + for sub in command.get_sub_commands(): + self.reinitialize_command(sub, reinit_subcommands) + + return command + + # -- Methods that operate on the Distribution ---------------------- + + def announce(self, msg, level=log.INFO): + log.log(level, msg) + + def run_commands(self): + """Run each command that was seen on the setup script command line. + Uses the list of commands found and cache of command objects + created by 'get_command_obj()'. + """ + for cmd in self.commands: + self.run_command(cmd) + + # -- Methods that operate on its Commands -------------------------- + + def run_command(self, command): + """Do whatever it takes to run a command (including nothing at all, + if the command has already been run). Specifically: if we have + already created and run the command named by 'command', return + silently without doing anything. If the command named by 'command' + doesn't even have a command object yet, create one. Then invoke + 'run()' on that command object (or an existing one). + """ + # Already been here, done that? then return silently. + if self.have_run.get(command): + return + + log.info("running %s", command) + cmd_obj = self.get_command_obj(command) + cmd_obj.ensure_finalized() + cmd_obj.run() + self.have_run[command] = 1 + + # -- Distribution query methods ------------------------------------ + + def has_pure_modules(self): + return len(self.packages or self.py_modules or []) > 0 + + def has_ext_modules(self): + return self.ext_modules and len(self.ext_modules) > 0 + + def has_c_libraries(self): + return self.libraries and len(self.libraries) > 0 + + def has_modules(self): + return self.has_pure_modules() or self.has_ext_modules() + + def has_headers(self): + return self.headers and len(self.headers) > 0 + + def has_scripts(self): + return self.scripts and len(self.scripts) > 0 + + def has_data_files(self): + return self.data_files and len(self.data_files) > 0 + + def is_pure(self): + return (self.has_pure_modules() and + not self.has_ext_modules() and + not self.has_c_libraries()) + + # -- Metadata query methods ---------------------------------------- + + # If you're looking for 'get_name()', 'get_version()', and so forth, + # they are defined in a sneaky way: the constructor binds self.get_XXX + # to self.metadata.get_XXX. The actual code is in the + # DistributionMetadata class, below. + +class DistributionMetadata: + """Dummy class to hold the distribution meta-data: name, version, + author, and so forth. + """ + + _METHOD_BASENAMES = ("name", "version", "author", "author_email", + "maintainer", "maintainer_email", "url", + "license", "description", "long_description", + "keywords", "platforms", "fullname", "contact", + "contact_email", "classifiers", "download_url", + # PEP 314 + "provides", "requires", "obsoletes", + ) + + def __init__(self, path=None): + if path is not None: + self.read_pkg_file(open(path)) + else: + self.name = None + self.version = None + self.author = None + self.author_email = None + self.maintainer = None + self.maintainer_email = None + self.url = None + self.license = None + self.description = None + self.long_description = None + self.keywords = None + self.platforms = None + self.classifiers = None + self.download_url = None + # PEP 314 + self.provides = None + self.requires = None + self.obsoletes = None + + def read_pkg_file(self, file): + """Reads the metadata values from a file object.""" + msg = message_from_file(file) + + def _read_field(name): + value = msg[name] + if value == 'UNKNOWN': + return None + return value + + def _read_list(name): + values = msg.get_all(name, None) + if values == []: + return None + return values + + metadata_version = msg['metadata-version'] + self.name = _read_field('name') + self.version = _read_field('version') + self.description = _read_field('summary') + # we are filling author only. + self.author = _read_field('author') + self.maintainer = None + self.author_email = _read_field('author-email') + self.maintainer_email = None + self.url = _read_field('home-page') + self.license = _read_field('license') + + if 'download-url' in msg: + self.download_url = _read_field('download-url') + else: + self.download_url = None + + self.long_description = _read_field('description') + self.description = _read_field('summary') + + if 'keywords' in msg: + self.keywords = _read_field('keywords').split(',') + + self.platforms = _read_list('platform') + self.classifiers = _read_list('classifier') + + # PEP 314 - these fields only exist in 1.1 + if metadata_version == '1.1': + self.requires = _read_list('requires') + self.provides = _read_list('provides') + self.obsoletes = _read_list('obsoletes') + else: + self.requires = None + self.provides = None + self.obsoletes = None + + def write_pkg_info(self, base_dir): + """Write the PKG-INFO file into the release tree. + """ + with open(os.path.join(base_dir, 'PKG-INFO'), 'w', + encoding='UTF-8') as pkg_info: + self.write_pkg_file(pkg_info) + + def write_pkg_file(self, file): + """Write the PKG-INFO format data to a file object. + """ + version = '1.0' + if (self.provides or self.requires or self.obsoletes or + self.classifiers or self.download_url): + version = '1.1' + + file.write('Metadata-Version: %s\n' % version) + file.write('Name: %s\n' % self.get_name()) + file.write('Version: %s\n' % self.get_version()) + file.write('Summary: %s\n' % self.get_description()) + file.write('Home-page: %s\n' % self.get_url()) + file.write('Author: %s\n' % self.get_contact()) + file.write('Author-email: %s\n' % self.get_contact_email()) + file.write('License: %s\n' % self.get_license()) + if self.download_url: + file.write('Download-URL: %s\n' % self.download_url) + + long_desc = rfc822_escape(self.get_long_description()) + file.write('Description: %s\n' % long_desc) + + keywords = ','.join(self.get_keywords()) + if keywords: + file.write('Keywords: %s\n' % keywords) + + self._write_list(file, 'Platform', self.get_platforms()) + self._write_list(file, 'Classifier', self.get_classifiers()) + + # PEP 314 + self._write_list(file, 'Requires', self.get_requires()) + self._write_list(file, 'Provides', self.get_provides()) + self._write_list(file, 'Obsoletes', self.get_obsoletes()) + + def _write_list(self, file, name, values): + for value in values: + file.write('%s: %s\n' % (name, value)) + + # -- Metadata query methods ---------------------------------------- + + def get_name(self): + return self.name or "UNKNOWN" + + def get_version(self): + return self.version or "0.0.0" + + def get_fullname(self): + return "%s-%s" % (self.get_name(), self.get_version()) + + def get_author(self): + return self.author or "UNKNOWN" + + def get_author_email(self): + return self.author_email or "UNKNOWN" + + def get_maintainer(self): + return self.maintainer or "UNKNOWN" + + def get_maintainer_email(self): + return self.maintainer_email or "UNKNOWN" + + def get_contact(self): + return self.maintainer or self.author or "UNKNOWN" + + def get_contact_email(self): + return self.maintainer_email or self.author_email or "UNKNOWN" + + def get_url(self): + return self.url or "UNKNOWN" + + def get_license(self): + return self.license or "UNKNOWN" + get_licence = get_license + + def get_description(self): + return self.description or "UNKNOWN" + + def get_long_description(self): + return self.long_description or "UNKNOWN" + + def get_keywords(self): + return self.keywords or [] + + def set_keywords(self, value): + self.keywords = _ensure_list(value, 'keywords') + + def get_platforms(self): + return self.platforms or ["UNKNOWN"] + + def set_platforms(self, value): + self.platforms = _ensure_list(value, 'platforms') + + def get_classifiers(self): + return self.classifiers or [] + + def set_classifiers(self, value): + self.classifiers = _ensure_list(value, 'classifiers') + + def get_download_url(self): + return self.download_url or "UNKNOWN" + + # PEP 314 + def get_requires(self): + return self.requires or [] + + def set_requires(self, value): + import distutils.versionpredicate + for v in value: + distutils.versionpredicate.VersionPredicate(v) + self.requires = list(value) + + def get_provides(self): + return self.provides or [] + + def set_provides(self, value): + value = [v.strip() for v in value] + for v in value: + import distutils.versionpredicate + distutils.versionpredicate.split_provision(v) + self.provides = value + + def get_obsoletes(self): + return self.obsoletes or [] + + def set_obsoletes(self, value): + import distutils.versionpredicate + for v in value: + distutils.versionpredicate.VersionPredicate(v) + self.obsoletes = list(value) + +def fix_help_options(options): + """Convert a 4-tuple 'help_options' list as found in various command + classes to the 3-tuple form required by FancyGetopt. + """ + new_options = [] + for help_tuple in options: + new_options.append(help_tuple[0:3]) + return new_options diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/errors.py b/env/lib/python3.8/site-packages/setuptools/_distutils/errors.py new file mode 100644 index 000000000..8b93059e1 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/errors.py @@ -0,0 +1,97 @@ +"""distutils.errors + +Provides exceptions used by the Distutils modules. Note that Distutils +modules may raise standard exceptions; in particular, SystemExit is +usually raised for errors that are obviously the end-user's fault +(eg. bad command-line arguments). + +This module is safe to use in "from ... import *" mode; it only exports +symbols whose names start with "Distutils" and end with "Error".""" + +class DistutilsError (Exception): + """The root of all Distutils evil.""" + pass + +class DistutilsModuleError (DistutilsError): + """Unable to load an expected module, or to find an expected class + within some module (in particular, command modules and classes).""" + pass + +class DistutilsClassError (DistutilsError): + """Some command class (or possibly distribution class, if anyone + feels a need to subclass Distribution) is found not to be holding + up its end of the bargain, ie. implementing some part of the + "command "interface.""" + pass + +class DistutilsGetoptError (DistutilsError): + """The option table provided to 'fancy_getopt()' is bogus.""" + pass + +class DistutilsArgError (DistutilsError): + """Raised by fancy_getopt in response to getopt.error -- ie. an + error in the command line usage.""" + pass + +class DistutilsFileError (DistutilsError): + """Any problems in the filesystem: expected file not found, etc. + Typically this is for problems that we detect before OSError + could be raised.""" + pass + +class DistutilsOptionError (DistutilsError): + """Syntactic/semantic errors in command options, such as use of + mutually conflicting options, or inconsistent options, + badly-spelled values, etc. No distinction is made between option + values originating in the setup script, the command line, config + files, or what-have-you -- but if we *know* something originated in + the setup script, we'll raise DistutilsSetupError instead.""" + pass + +class DistutilsSetupError (DistutilsError): + """For errors that can be definitely blamed on the setup script, + such as invalid keyword arguments to 'setup()'.""" + pass + +class DistutilsPlatformError (DistutilsError): + """We don't know how to do something on the current platform (but + we do know how to do it on some platform) -- eg. trying to compile + C files on a platform not supported by a CCompiler subclass.""" + pass + +class DistutilsExecError (DistutilsError): + """Any problems executing an external program (such as the C + compiler, when compiling C files).""" + pass + +class DistutilsInternalError (DistutilsError): + """Internal inconsistencies or impossibilities (obviously, this + should never be seen if the code is working!).""" + pass + +class DistutilsTemplateError (DistutilsError): + """Syntax error in a file list template.""" + +class DistutilsByteCompileError(DistutilsError): + """Byte compile error.""" + +# Exception classes used by the CCompiler implementation classes +class CCompilerError (Exception): + """Some compile/link operation failed.""" + +class PreprocessError (CCompilerError): + """Failure to preprocess one or more C/C++ files.""" + +class CompileError (CCompilerError): + """Failure to compile one or more C/C++ source files.""" + +class LibError (CCompilerError): + """Failure to create a static library from one or more C/C++ object + files.""" + +class LinkError (CCompilerError): + """Failure to link one or more C/C++ object files into an executable + or shared library file.""" + +class UnknownFileError (CCompilerError): + """Attempt to process an unknown file type.""" diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/extension.py b/env/lib/python3.8/site-packages/setuptools/_distutils/extension.py new file mode 100644 index 000000000..c507da360 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/extension.py @@ -0,0 +1,240 @@ +"""distutils.extension + +Provides the Extension class, used to describe C/C++ extension +modules in setup scripts.""" + +import os +import warnings + +# This class is really only used by the "build_ext" command, so it might +# make sense to put it in distutils.command.build_ext. However, that +# module is already big enough, and I want to make this class a bit more +# complex to simplify some common cases ("foo" module in "foo.c") and do +# better error-checking ("foo.c" actually exists). +# +# Also, putting this in build_ext.py means every setup script would have to +# import that large-ish module (indirectly, through distutils.core) in +# order to do anything. + +class Extension: + """Just a collection of attributes that describes an extension + module and everything needed to build it (hopefully in a portable + way, but there are hooks that let you be as unportable as you need). + + Instance attributes: + name : string + the full name of the extension, including any packages -- ie. + *not* a filename or pathname, but Python dotted name + sources : [string] + list of source filenames, relative to the distribution root + (where the setup script lives), in Unix form (slash-separated) + for portability. Source files may be C, C++, SWIG (.i), + platform-specific resource files, or whatever else is recognized + by the "build_ext" command as source for a Python extension. + include_dirs : [string] + list of directories to search for C/C++ header files (in Unix + form for portability) + define_macros : [(name : string, value : string|None)] + list of macros to define; each macro is defined using a 2-tuple, + where 'value' is either the string to define it to or None to + define it without a particular value (equivalent of "#define + FOO" in source or -DFOO on Unix C compiler command line) + undef_macros : [string] + list of macros to undefine explicitly + library_dirs : [string] + list of directories to search for C/C++ libraries at link time + libraries : [string] + list of library names (not filenames or paths) to link against + runtime_library_dirs : [string] + list of directories to search for C/C++ libraries at run time + (for shared extensions, this is when the extension is loaded) + extra_objects : [string] + list of extra files to link with (eg. object files not implied + by 'sources', static library that must be explicitly specified, + binary resource files, etc.) + extra_compile_args : [string] + any extra platform- and compiler-specific information to use + when compiling the source files in 'sources'. For platforms and + compilers where "command line" makes sense, this is typically a + list of command-line arguments, but for other platforms it could + be anything. + extra_link_args : [string] + any extra platform- and compiler-specific information to use + when linking object files together to create the extension (or + to create a new static Python interpreter). Similar + interpretation as for 'extra_compile_args'. + export_symbols : [string] + list of symbols to be exported from a shared extension. Not + used on all platforms, and not generally necessary for Python + extensions, which typically export exactly one symbol: "init" + + extension_name. + swig_opts : [string] + any extra options to pass to SWIG if a source file has the .i + extension. + depends : [string] + list of files that the extension depends on + language : string + extension language (i.e. "c", "c++", "objc"). Will be detected + from the source extensions if not provided. + optional : boolean + specifies that a build failure in the extension should not abort the + build process, but simply not install the failing extension. + """ + + # When adding arguments to this constructor, be sure to update + # setup_keywords in core.py. + def __init__(self, name, sources, + include_dirs=None, + define_macros=None, + undef_macros=None, + library_dirs=None, + libraries=None, + runtime_library_dirs=None, + extra_objects=None, + extra_compile_args=None, + extra_link_args=None, + export_symbols=None, + swig_opts = None, + depends=None, + language=None, + optional=None, + **kw # To catch unknown keywords + ): + if not isinstance(name, str): + raise AssertionError("'name' must be a string") + if not (isinstance(sources, list) and + all(isinstance(v, str) for v in sources)): + raise AssertionError("'sources' must be a list of strings") + + self.name = name + self.sources = sources + self.include_dirs = include_dirs or [] + self.define_macros = define_macros or [] + self.undef_macros = undef_macros or [] + self.library_dirs = library_dirs or [] + self.libraries = libraries or [] + self.runtime_library_dirs = runtime_library_dirs or [] + self.extra_objects = extra_objects or [] + self.extra_compile_args = extra_compile_args or [] + self.extra_link_args = extra_link_args or [] + self.export_symbols = export_symbols or [] + self.swig_opts = swig_opts or [] + self.depends = depends or [] + self.language = language + self.optional = optional + + # If there are unknown keyword options, warn about them + if len(kw) > 0: + options = [repr(option) for option in kw] + options = ', '.join(sorted(options)) + msg = "Unknown Extension options: %s" % options + warnings.warn(msg) + + def __repr__(self): + return '<%s.%s(%r) at %#x>' % ( + self.__class__.__module__, + self.__class__.__qualname__, + self.name, + id(self)) + + +def read_setup_file(filename): + """Reads a Setup file and returns Extension instances.""" + from distutils.sysconfig import (parse_makefile, expand_makefile_vars, + _variable_rx) + + from distutils.text_file import TextFile + from distutils.util import split_quoted + + # First pass over the file to gather "VAR = VALUE" assignments. + vars = parse_makefile(filename) + + # Second pass to gobble up the real content: lines of the form + # ... [ ...] [ ...] [ ...] + file = TextFile(filename, + strip_comments=1, skip_blanks=1, join_lines=1, + lstrip_ws=1, rstrip_ws=1) + try: + extensions = [] + + while True: + line = file.readline() + if line is None: # eof + break + if _variable_rx.match(line): # VAR=VALUE, handled in first pass + continue + + if line[0] == line[-1] == "*": + file.warn("'%s' lines not handled yet" % line) + continue + + line = expand_makefile_vars(line, vars) + words = split_quoted(line) + + # NB. this parses a slightly different syntax than the old + # makesetup script: here, there must be exactly one extension per + # line, and it must be the first word of the line. I have no idea + # why the old syntax supported multiple extensions per line, as + # they all wind up being the same. + + module = words[0] + ext = Extension(module, []) + append_next_word = None + + for word in words[1:]: + if append_next_word is not None: + append_next_word.append(word) + append_next_word = None + continue + + suffix = os.path.splitext(word)[1] + switch = word[0:2] ; value = word[2:] + + if suffix in (".c", ".cc", ".cpp", ".cxx", ".c++", ".m", ".mm"): + # hmm, should we do something about C vs. C++ sources? + # or leave it up to the CCompiler implementation to + # worry about? + ext.sources.append(word) + elif switch == "-I": + ext.include_dirs.append(value) + elif switch == "-D": + equals = value.find("=") + if equals == -1: # bare "-DFOO" -- no value + ext.define_macros.append((value, None)) + else: # "-DFOO=blah" + ext.define_macros.append((value[0:equals], + value[equals+2:])) + elif switch == "-U": + ext.undef_macros.append(value) + elif switch == "-C": # only here 'cause makesetup has it! + ext.extra_compile_args.append(word) + elif switch == "-l": + ext.libraries.append(value) + elif switch == "-L": + ext.library_dirs.append(value) + elif switch == "-R": + ext.runtime_library_dirs.append(value) + elif word == "-rpath": + append_next_word = ext.runtime_library_dirs + elif word == "-Xlinker": + append_next_word = ext.extra_link_args + elif word == "-Xcompiler": + append_next_word = ext.extra_compile_args + elif switch == "-u": + ext.extra_link_args.append(word) + if not value: + append_next_word = ext.extra_link_args + elif suffix in (".a", ".so", ".sl", ".o", ".dylib"): + # NB. a really faithful emulation of makesetup would + # append a .o file to extra_objects only if it + # had a slash in it; otherwise, it would s/.o/.c/ + # and append it to sources. Hmmmm. + ext.extra_objects.append(word) + else: + file.warn("unrecognized argument '%s'" % word) + + extensions.append(ext) + finally: + file.close() + + return extensions diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/fancy_getopt.py b/env/lib/python3.8/site-packages/setuptools/_distutils/fancy_getopt.py new file mode 100644 index 000000000..7d170dd27 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/fancy_getopt.py @@ -0,0 +1,457 @@ +"""distutils.fancy_getopt + +Wrapper around the standard getopt module that provides the following +additional features: + * short and long options are tied together + * options have help strings, so fancy_getopt could potentially + create a complete usage summary + * options set attributes of a passed-in object +""" + +import sys, string, re +import getopt +from distutils.errors import * + +# Much like command_re in distutils.core, this is close to but not quite +# the same as a Python NAME -- except, in the spirit of most GNU +# utilities, we use '-' in place of '_'. (The spirit of LISP lives on!) +# The similarities to NAME are again not a coincidence... +longopt_pat = r'[a-zA-Z](?:[a-zA-Z0-9-]*)' +longopt_re = re.compile(r'^%s$' % longopt_pat) + +# For recognizing "negative alias" options, eg. "quiet=!verbose" +neg_alias_re = re.compile("^(%s)=!(%s)$" % (longopt_pat, longopt_pat)) + +# This is used to translate long options to legitimate Python identifiers +# (for use as attributes of some object). +longopt_xlate = str.maketrans('-', '_') + +class FancyGetopt: + """Wrapper around the standard 'getopt()' module that provides some + handy extra functionality: + * short and long options are tied together + * options have help strings, and help text can be assembled + from them + * options set attributes of a passed-in object + * boolean options can have "negative aliases" -- eg. if + --quiet is the "negative alias" of --verbose, then "--quiet" + on the command line sets 'verbose' to false + """ + + def __init__(self, option_table=None): + # The option table is (currently) a list of tuples. The + # tuples may have 3 or four values: + # (long_option, short_option, help_string [, repeatable]) + # if an option takes an argument, its long_option should have '=' + # appended; short_option should just be a single character, no ':' + # in any case. If a long_option doesn't have a corresponding + # short_option, short_option should be None. All option tuples + # must have long options. + self.option_table = option_table + + # 'option_index' maps long option names to entries in the option + # table (ie. those 3-tuples). + self.option_index = {} + if self.option_table: + self._build_index() + + # 'alias' records (duh) alias options; {'foo': 'bar'} means + # --foo is an alias for --bar + self.alias = {} + + # 'negative_alias' keeps track of options that are the boolean + # opposite of some other option + self.negative_alias = {} + + # These keep track of the information in the option table. We + # don't actually populate these structures until we're ready to + # parse the command-line, since the 'option_table' passed in here + # isn't necessarily the final word. + self.short_opts = [] + self.long_opts = [] + self.short2long = {} + self.attr_name = {} + self.takes_arg = {} + + # And 'option_order' is filled up in 'getopt()'; it records the + # original order of options (and their values) on the command-line, + # but expands short options, converts aliases, etc. + self.option_order = [] + + def _build_index(self): + self.option_index.clear() + for option in self.option_table: + self.option_index[option[0]] = option + + def set_option_table(self, option_table): + self.option_table = option_table + self._build_index() + + def add_option(self, long_option, short_option=None, help_string=None): + if long_option in self.option_index: + raise DistutilsGetoptError( + "option conflict: already an option '%s'" % long_option) + else: + option = (long_option, short_option, help_string) + self.option_table.append(option) + self.option_index[long_option] = option + + def has_option(self, long_option): + """Return true if the option table for this parser has an + option with long name 'long_option'.""" + return long_option in self.option_index + + def get_attr_name(self, long_option): + """Translate long option name 'long_option' to the form it + has as an attribute of some object: ie., translate hyphens + to underscores.""" + return long_option.translate(longopt_xlate) + + def _check_alias_dict(self, aliases, what): + assert isinstance(aliases, dict) + for (alias, opt) in aliases.items(): + if alias not in self.option_index: + raise DistutilsGetoptError(("invalid %s '%s': " + "option '%s' not defined") % (what, alias, alias)) + if opt not in self.option_index: + raise DistutilsGetoptError(("invalid %s '%s': " + "aliased option '%s' not defined") % (what, alias, opt)) + + def set_aliases(self, alias): + """Set the aliases for this option parser.""" + self._check_alias_dict(alias, "alias") + self.alias = alias + + def set_negative_aliases(self, negative_alias): + """Set the negative aliases for this option parser. + 'negative_alias' should be a dictionary mapping option names to + option names, both the key and value must already be defined + in the option table.""" + self._check_alias_dict(negative_alias, "negative alias") + self.negative_alias = negative_alias + + def _grok_option_table(self): + """Populate the various data structures that keep tabs on the + option table. Called by 'getopt()' before it can do anything + worthwhile. + """ + self.long_opts = [] + self.short_opts = [] + self.short2long.clear() + self.repeat = {} + + for option in self.option_table: + if len(option) == 3: + long, short, help = option + repeat = 0 + elif len(option) == 4: + long, short, help, repeat = option + else: + # the option table is part of the code, so simply + # assert that it is correct + raise ValueError("invalid option tuple: %r" % (option,)) + + # Type- and value-check the option names + if not isinstance(long, str) or len(long) < 2: + raise DistutilsGetoptError(("invalid long option '%s': " + "must be a string of length >= 2") % long) + + if (not ((short is None) or + (isinstance(short, str) and len(short) == 1))): + raise DistutilsGetoptError("invalid short option '%s': " + "must a single character or None" % short) + + self.repeat[long] = repeat + self.long_opts.append(long) + + if long[-1] == '=': # option takes an argument? + if short: short = short + ':' + long = long[0:-1] + self.takes_arg[long] = 1 + else: + # Is option is a "negative alias" for some other option (eg. + # "quiet" == "!verbose")? + alias_to = self.negative_alias.get(long) + if alias_to is not None: + if self.takes_arg[alias_to]: + raise DistutilsGetoptError( + "invalid negative alias '%s': " + "aliased option '%s' takes a value" + % (long, alias_to)) + + self.long_opts[-1] = long # XXX redundant?! + self.takes_arg[long] = 0 + + # If this is an alias option, make sure its "takes arg" flag is + # the same as the option it's aliased to. + alias_to = self.alias.get(long) + if alias_to is not None: + if self.takes_arg[long] != self.takes_arg[alias_to]: + raise DistutilsGetoptError( + "invalid alias '%s': inconsistent with " + "aliased option '%s' (one of them takes a value, " + "the other doesn't" + % (long, alias_to)) + + # Now enforce some bondage on the long option name, so we can + # later translate it to an attribute name on some object. Have + # to do this a bit late to make sure we've removed any trailing + # '='. + if not longopt_re.match(long): + raise DistutilsGetoptError( + "invalid long option name '%s' " + "(must be letters, numbers, hyphens only" % long) + + self.attr_name[long] = self.get_attr_name(long) + if short: + self.short_opts.append(short) + self.short2long[short[0]] = long + + def getopt(self, args=None, object=None): + """Parse command-line options in args. Store as attributes on object. + + If 'args' is None or not supplied, uses 'sys.argv[1:]'. If + 'object' is None or not supplied, creates a new OptionDummy + object, stores option values there, and returns a tuple (args, + object). If 'object' is supplied, it is modified in place and + 'getopt()' just returns 'args'; in both cases, the returned + 'args' is a modified copy of the passed-in 'args' list, which + is left untouched. + """ + if args is None: + args = sys.argv[1:] + if object is None: + object = OptionDummy() + created_object = True + else: + created_object = False + + self._grok_option_table() + + short_opts = ' '.join(self.short_opts) + try: + opts, args = getopt.getopt(args, short_opts, self.long_opts) + except getopt.error as msg: + raise DistutilsArgError(msg) + + for opt, val in opts: + if len(opt) == 2 and opt[0] == '-': # it's a short option + opt = self.short2long[opt[1]] + else: + assert len(opt) > 2 and opt[:2] == '--' + opt = opt[2:] + + alias = self.alias.get(opt) + if alias: + opt = alias + + if not self.takes_arg[opt]: # boolean option? + assert val == '', "boolean option can't have value" + alias = self.negative_alias.get(opt) + if alias: + opt = alias + val = 0 + else: + val = 1 + + attr = self.attr_name[opt] + # The only repeating option at the moment is 'verbose'. + # It has a negative option -q quiet, which should set verbose = 0. + if val and self.repeat.get(attr) is not None: + val = getattr(object, attr, 0) + 1 + setattr(object, attr, val) + self.option_order.append((opt, val)) + + # for opts + if created_object: + return args, object + else: + return args + + def get_option_order(self): + """Returns the list of (option, value) tuples processed by the + previous run of 'getopt()'. Raises RuntimeError if + 'getopt()' hasn't been called yet. + """ + if self.option_order is None: + raise RuntimeError("'getopt()' hasn't been called yet") + else: + return self.option_order + + def generate_help(self, header=None): + """Generate help text (a list of strings, one per suggested line of + output) from the option table for this FancyGetopt object. + """ + # Blithely assume the option table is good: probably wouldn't call + # 'generate_help()' unless you've already called 'getopt()'. + + # First pass: determine maximum length of long option names + max_opt = 0 + for option in self.option_table: + long = option[0] + short = option[1] + l = len(long) + if long[-1] == '=': + l = l - 1 + if short is not None: + l = l + 5 # " (-x)" where short == 'x' + if l > max_opt: + max_opt = l + + opt_width = max_opt + 2 + 2 + 2 # room for indent + dashes + gutter + + # Typical help block looks like this: + # --foo controls foonabulation + # Help block for longest option looks like this: + # --flimflam set the flim-flam level + # and with wrapped text: + # --flimflam set the flim-flam level (must be between + # 0 and 100, except on Tuesdays) + # Options with short names will have the short name shown (but + # it doesn't contribute to max_opt): + # --foo (-f) controls foonabulation + # If adding the short option would make the left column too wide, + # we push the explanation off to the next line + # --flimflam (-l) + # set the flim-flam level + # Important parameters: + # - 2 spaces before option block start lines + # - 2 dashes for each long option name + # - min. 2 spaces between option and explanation (gutter) + # - 5 characters (incl. space) for short option name + + # Now generate lines of help text. (If 80 columns were good enough + # for Jesus, then 78 columns are good enough for me!) + line_width = 78 + text_width = line_width - opt_width + big_indent = ' ' * opt_width + if header: + lines = [header] + else: + lines = ['Option summary:'] + + for option in self.option_table: + long, short, help = option[:3] + text = wrap_text(help, text_width) + if long[-1] == '=': + long = long[0:-1] + + # Case 1: no short option at all (makes life easy) + if short is None: + if text: + lines.append(" --%-*s %s" % (max_opt, long, text[0])) + else: + lines.append(" --%-*s " % (max_opt, long)) + + # Case 2: we have a short option, so we have to include it + # just after the long option + else: + opt_names = "%s (-%s)" % (long, short) + if text: + lines.append(" --%-*s %s" % + (max_opt, opt_names, text[0])) + else: + lines.append(" --%-*s" % opt_names) + + for l in text[1:]: + lines.append(big_indent + l) + return lines + + def print_help(self, header=None, file=None): + if file is None: + file = sys.stdout + for line in self.generate_help(header): + file.write(line + "\n") + + +def fancy_getopt(options, negative_opt, object, args): + parser = FancyGetopt(options) + parser.set_negative_aliases(negative_opt) + return parser.getopt(args, object) + + +WS_TRANS = {ord(_wschar) : ' ' for _wschar in string.whitespace} + +def wrap_text(text, width): + """wrap_text(text : string, width : int) -> [string] + + Split 'text' into multiple lines of no more than 'width' characters + each, and return the list of strings that results. + """ + if text is None: + return [] + if len(text) <= width: + return [text] + + text = text.expandtabs() + text = text.translate(WS_TRANS) + chunks = re.split(r'( +|-+)', text) + chunks = [ch for ch in chunks if ch] # ' - ' results in empty strings + lines = [] + + while chunks: + cur_line = [] # list of chunks (to-be-joined) + cur_len = 0 # length of current line + + while chunks: + l = len(chunks[0]) + if cur_len + l <= width: # can squeeze (at least) this chunk in + cur_line.append(chunks[0]) + del chunks[0] + cur_len = cur_len + l + else: # this line is full + # drop last chunk if all space + if cur_line and cur_line[-1][0] == ' ': + del cur_line[-1] + break + + if chunks: # any chunks left to process? + # if the current line is still empty, then we had a single + # chunk that's too big too fit on a line -- so we break + # down and break it up at the line width + if cur_len == 0: + cur_line.append(chunks[0][0:width]) + chunks[0] = chunks[0][width:] + + # all-whitespace chunks at the end of a line can be discarded + # (and we know from the re.split above that if a chunk has + # *any* whitespace, it is *all* whitespace) + if chunks[0][0] == ' ': + del chunks[0] + + # and store this line in the list-of-all-lines -- as a single + # string, of course! + lines.append(''.join(cur_line)) + + return lines + + +def translate_longopt(opt): + """Convert a long option name to a valid Python identifier by + changing "-" to "_". + """ + return opt.translate(longopt_xlate) + + +class OptionDummy: + """Dummy class just used as a place to hold command-line option + values as instance attributes.""" + + def __init__(self, options=[]): + """Create a new OptionDummy instance. The attributes listed in + 'options' will be initialized to None.""" + for opt in options: + setattr(self, opt, None) + + +if __name__ == "__main__": + text = """\ +Tra-la-la, supercalifragilisticexpialidocious. +How *do* you spell that odd word, anyways? +(Someone ask Mary -- she'll know [or she'll +say, "How should I know?"].)""" + + for w in (10, 20, 30, 40): + print("width: %d" % w) + print("\n".join(wrap_text(text, w))) + print() diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/file_util.py b/env/lib/python3.8/site-packages/setuptools/_distutils/file_util.py new file mode 100644 index 000000000..b3fee35a6 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/file_util.py @@ -0,0 +1,238 @@ +"""distutils.file_util + +Utility functions for operating on single files. +""" + +import os +from distutils.errors import DistutilsFileError +from distutils import log + +# for generating verbose output in 'copy_file()' +_copy_action = { None: 'copying', + 'hard': 'hard linking', + 'sym': 'symbolically linking' } + + +def _copy_file_contents(src, dst, buffer_size=16*1024): + """Copy the file 'src' to 'dst'; both must be filenames. Any error + opening either file, reading from 'src', or writing to 'dst', raises + DistutilsFileError. Data is read/written in chunks of 'buffer_size' + bytes (default 16k). No attempt is made to handle anything apart from + regular files. + """ + # Stolen from shutil module in the standard library, but with + # custom error-handling added. + fsrc = None + fdst = None + try: + try: + fsrc = open(src, 'rb') + except OSError as e: + raise DistutilsFileError("could not open '%s': %s" % (src, e.strerror)) + + if os.path.exists(dst): + try: + os.unlink(dst) + except OSError as e: + raise DistutilsFileError( + "could not delete '%s': %s" % (dst, e.strerror)) + + try: + fdst = open(dst, 'wb') + except OSError as e: + raise DistutilsFileError( + "could not create '%s': %s" % (dst, e.strerror)) + + while True: + try: + buf = fsrc.read(buffer_size) + except OSError as e: + raise DistutilsFileError( + "could not read from '%s': %s" % (src, e.strerror)) + + if not buf: + break + + try: + fdst.write(buf) + except OSError as e: + raise DistutilsFileError( + "could not write to '%s': %s" % (dst, e.strerror)) + finally: + if fdst: + fdst.close() + if fsrc: + fsrc.close() + +def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, + link=None, verbose=1, dry_run=0): + """Copy a file 'src' to 'dst'. If 'dst' is a directory, then 'src' is + copied there with the same name; otherwise, it must be a filename. (If + the file exists, it will be ruthlessly clobbered.) If 'preserve_mode' + is true (the default), the file's mode (type and permission bits, or + whatever is analogous on the current platform) is copied. If + 'preserve_times' is true (the default), the last-modified and + last-access times are copied as well. If 'update' is true, 'src' will + only be copied if 'dst' does not exist, or if 'dst' does exist but is + older than 'src'. + + 'link' allows you to make hard links (os.link) or symbolic links + (os.symlink) instead of copying: set it to "hard" or "sym"; if it is + None (the default), files are copied. Don't set 'link' on systems that + don't support it: 'copy_file()' doesn't check if hard or symbolic + linking is available. If hardlink fails, falls back to + _copy_file_contents(). + + Under Mac OS, uses the native file copy function in macostools; on + other systems, uses '_copy_file_contents()' to copy file contents. + + Return a tuple (dest_name, copied): 'dest_name' is the actual name of + the output file, and 'copied' is true if the file was copied (or would + have been copied, if 'dry_run' true). + """ + # XXX if the destination file already exists, we clobber it if + # copying, but blow up if linking. Hmmm. And I don't know what + # macostools.copyfile() does. Should definitely be consistent, and + # should probably blow up if destination exists and we would be + # changing it (ie. it's not already a hard/soft link to src OR + # (not update) and (src newer than dst). + + from distutils.dep_util import newer + from stat import ST_ATIME, ST_MTIME, ST_MODE, S_IMODE + + if not os.path.isfile(src): + raise DistutilsFileError( + "can't copy '%s': doesn't exist or not a regular file" % src) + + if os.path.isdir(dst): + dir = dst + dst = os.path.join(dst, os.path.basename(src)) + else: + dir = os.path.dirname(dst) + + if update and not newer(src, dst): + if verbose >= 1: + log.debug("not copying %s (output up-to-date)", src) + return (dst, 0) + + try: + action = _copy_action[link] + except KeyError: + raise ValueError("invalid value '%s' for 'link' argument" % link) + + if verbose >= 1: + if os.path.basename(dst) == os.path.basename(src): + log.info("%s %s -> %s", action, src, dir) + else: + log.info("%s %s -> %s", action, src, dst) + + if dry_run: + return (dst, 1) + + # If linking (hard or symbolic), use the appropriate system call + # (Unix only, of course, but that's the caller's responsibility) + elif link == 'hard': + if not (os.path.exists(dst) and os.path.samefile(src, dst)): + try: + os.link(src, dst) + return (dst, 1) + except OSError: + # If hard linking fails, fall back on copying file + # (some special filesystems don't support hard linking + # even under Unix, see issue #8876). + pass + elif link == 'sym': + if not (os.path.exists(dst) and os.path.samefile(src, dst)): + os.symlink(src, dst) + return (dst, 1) + + # Otherwise (non-Mac, not linking), copy the file contents and + # (optionally) copy the times and mode. + _copy_file_contents(src, dst) + if preserve_mode or preserve_times: + st = os.stat(src) + + # According to David Ascher , utime() should be done + # before chmod() (at least under NT). + if preserve_times: + os.utime(dst, (st[ST_ATIME], st[ST_MTIME])) + if preserve_mode: + os.chmod(dst, S_IMODE(st[ST_MODE])) + + return (dst, 1) + + +# XXX I suspect this is Unix-specific -- need porting help! +def move_file (src, dst, + verbose=1, + dry_run=0): + + """Move a file 'src' to 'dst'. If 'dst' is a directory, the file will + be moved into it with the same name; otherwise, 'src' is just renamed + to 'dst'. Return the new full name of the file. + + Handles cross-device moves on Unix using 'copy_file()'. What about + other systems??? + """ + from os.path import exists, isfile, isdir, basename, dirname + import errno + + if verbose >= 1: + log.info("moving %s -> %s", src, dst) + + if dry_run: + return dst + + if not isfile(src): + raise DistutilsFileError("can't move '%s': not a regular file" % src) + + if isdir(dst): + dst = os.path.join(dst, basename(src)) + elif exists(dst): + raise DistutilsFileError( + "can't move '%s': destination '%s' already exists" % + (src, dst)) + + if not isdir(dirname(dst)): + raise DistutilsFileError( + "can't move '%s': destination '%s' not a valid path" % + (src, dst)) + + copy_it = False + try: + os.rename(src, dst) + except OSError as e: + (num, msg) = e.args + if num == errno.EXDEV: + copy_it = True + else: + raise DistutilsFileError( + "couldn't move '%s' to '%s': %s" % (src, dst, msg)) + + if copy_it: + copy_file(src, dst, verbose=verbose) + try: + os.unlink(src) + except OSError as e: + (num, msg) = e.args + try: + os.unlink(dst) + except OSError: + pass + raise DistutilsFileError( + "couldn't move '%s' to '%s' by copy/delete: " + "delete '%s' failed: %s" + % (src, dst, src, msg)) + return dst + + +def write_file (filename, contents): + """Create a file with the specified name and write 'contents' (a + sequence of strings without line terminators) to it. + """ + f = open(filename, "w") + try: + for line in contents: + f.write(line + "\n") + finally: + f.close() diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/filelist.py b/env/lib/python3.8/site-packages/setuptools/_distutils/filelist.py new file mode 100644 index 000000000..c92d5fdba --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/filelist.py @@ -0,0 +1,327 @@ +"""distutils.filelist + +Provides the FileList class, used for poking about the filesystem +and building lists of files. +""" + +import os, re +import fnmatch +import functools +from distutils.util import convert_path +from distutils.errors import DistutilsTemplateError, DistutilsInternalError +from distutils import log + +class FileList: + """A list of files built by on exploring the filesystem and filtered by + applying various patterns to what we find there. + + Instance attributes: + dir + directory from which files will be taken -- only used if + 'allfiles' not supplied to constructor + files + list of filenames currently being built/filtered/manipulated + allfiles + complete list of files under consideration (ie. without any + filtering applied) + """ + + def __init__(self, warn=None, debug_print=None): + # ignore argument to FileList, but keep them for backwards + # compatibility + self.allfiles = None + self.files = [] + + def set_allfiles(self, allfiles): + self.allfiles = allfiles + + def findall(self, dir=os.curdir): + self.allfiles = findall(dir) + + def debug_print(self, msg): + """Print 'msg' to stdout if the global DEBUG (taken from the + DISTUTILS_DEBUG environment variable) flag is true. + """ + from distutils.debug import DEBUG + if DEBUG: + print(msg) + + # -- List-like methods --------------------------------------------- + + def append(self, item): + self.files.append(item) + + def extend(self, items): + self.files.extend(items) + + def sort(self): + # Not a strict lexical sort! + sortable_files = sorted(map(os.path.split, self.files)) + self.files = [] + for sort_tuple in sortable_files: + self.files.append(os.path.join(*sort_tuple)) + + + # -- Other miscellaneous utility methods --------------------------- + + def remove_duplicates(self): + # Assumes list has been sorted! + for i in range(len(self.files) - 1, 0, -1): + if self.files[i] == self.files[i - 1]: + del self.files[i] + + + # -- "File template" methods --------------------------------------- + + def _parse_template_line(self, line): + words = line.split() + action = words[0] + + patterns = dir = dir_pattern = None + + if action in ('include', 'exclude', + 'global-include', 'global-exclude'): + if len(words) < 2: + raise DistutilsTemplateError( + "'%s' expects ..." % action) + patterns = [convert_path(w) for w in words[1:]] + elif action in ('recursive-include', 'recursive-exclude'): + if len(words) < 3: + raise DistutilsTemplateError( + "'%s' expects

..." % action) + dir = convert_path(words[1]) + patterns = [convert_path(w) for w in words[2:]] + elif action in ('graft', 'prune'): + if len(words) != 2: + raise DistutilsTemplateError( + "'%s' expects a single " % action) + dir_pattern = convert_path(words[1]) + else: + raise DistutilsTemplateError("unknown action '%s'" % action) + + return (action, patterns, dir, dir_pattern) + + def process_template_line(self, line): + # 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 (dir_pattern). + (action, patterns, dir, dir_pattern) = self._parse_template_line(line) + + # 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': + self.debug_print("include " + ' '.join(patterns)) + for pattern in patterns: + if not self.include_pattern(pattern, anchor=1): + log.warn("warning: no files found matching '%s'", + pattern) + + elif action == 'exclude': + self.debug_print("exclude " + ' '.join(patterns)) + for pattern in patterns: + if not self.exclude_pattern(pattern, anchor=1): + log.warn(("warning: no previously-included files " + "found matching '%s'"), pattern) + + elif action == 'global-include': + self.debug_print("global-include " + ' '.join(patterns)) + for pattern in patterns: + if not self.include_pattern(pattern, anchor=0): + log.warn(("warning: no files found matching '%s' " + "anywhere in distribution"), pattern) + + elif action == 'global-exclude': + self.debug_print("global-exclude " + ' '.join(patterns)) + for pattern in patterns: + if not self.exclude_pattern(pattern, anchor=0): + log.warn(("warning: no previously-included files matching " + "'%s' found anywhere in distribution"), + pattern) + + elif action == 'recursive-include': + self.debug_print("recursive-include %s %s" % + (dir, ' '.join(patterns))) + for pattern in patterns: + if not self.include_pattern(pattern, prefix=dir): + log.warn(("warning: no files found matching '%s' " + "under directory '%s'"), + pattern, dir) + + elif action == 'recursive-exclude': + self.debug_print("recursive-exclude %s %s" % + (dir, ' '.join(patterns))) + for pattern in patterns: + if not self.exclude_pattern(pattern, prefix=dir): + log.warn(("warning: no previously-included files matching " + "'%s' found under directory '%s'"), + pattern, dir) + + elif action == 'graft': + self.debug_print("graft " + dir_pattern) + if not self.include_pattern(None, prefix=dir_pattern): + log.warn("warning: no directories found matching '%s'", + dir_pattern) + + elif action == 'prune': + self.debug_print("prune " + dir_pattern) + if not self.exclude_pattern(None, prefix=dir_pattern): + log.warn(("no previously-included directories found " + "matching '%s'"), dir_pattern) + else: + raise DistutilsInternalError( + "this cannot happen: invalid action '%s'" % action) + + + # -- Filtering/selection methods ----------------------------------- + + def include_pattern(self, pattern, anchor=1, prefix=None, is_regex=0): + """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, False otherwise. + """ + # XXX docstring lying about what the special chars are? + files_found = False + pattern_re = translate_pattern(pattern, anchor, prefix, is_regex) + self.debug_print("include_pattern: applying regex r'%s'" % + pattern_re.pattern) + + # delayed loading of allfiles list + if self.allfiles is None: + self.findall() + + for name in self.allfiles: + if pattern_re.search(name): + self.debug_print(" adding " + name) + self.files.append(name) + files_found = True + return files_found + + + def exclude_pattern (self, pattern, + anchor=1, prefix=None, is_regex=0): + """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, False otherwise. + """ + files_found = False + pattern_re = translate_pattern(pattern, anchor, prefix, is_regex) + self.debug_print("exclude_pattern: applying regex r'%s'" % + pattern_re.pattern) + for i in range(len(self.files)-1, -1, -1): + if pattern_re.search(self.files[i]): + self.debug_print(" removing " + self.files[i]) + del self.files[i] + files_found = True + return files_found + + +# ---------------------------------------------------------------------- +# Utility functions + +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) + + +def glob_to_re(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'((?= self.threshold: + if args: + msg = msg % args + if level in (WARN, ERROR, FATAL): + stream = sys.stderr + else: + stream = sys.stdout + try: + stream.write('%s\n' % msg) + except UnicodeEncodeError: + # emulate backslashreplace error handler + encoding = stream.encoding + msg = msg.encode(encoding, "backslashreplace").decode(encoding) + stream.write('%s\n' % msg) + stream.flush() + + def log(self, level, msg, *args): + self._log(level, msg, args) + + def debug(self, msg, *args): + self._log(DEBUG, msg, args) + + def info(self, msg, *args): + self._log(INFO, msg, args) + + def warn(self, msg, *args): + self._log(WARN, msg, args) + + def error(self, msg, *args): + self._log(ERROR, msg, args) + + def fatal(self, msg, *args): + self._log(FATAL, msg, args) + +_global_log = Log() +log = _global_log.log +debug = _global_log.debug +info = _global_log.info +warn = _global_log.warn +error = _global_log.error +fatal = _global_log.fatal + +def set_threshold(level): + # return the old threshold for use from tests + old = _global_log.threshold + _global_log.threshold = level + return old + +def set_verbosity(v): + if v <= 0: + set_threshold(WARN) + elif v == 1: + set_threshold(INFO) + elif v >= 2: + set_threshold(DEBUG) diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/msvc9compiler.py b/env/lib/python3.8/site-packages/setuptools/_distutils/msvc9compiler.py new file mode 100644 index 000000000..6934e964a --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/msvc9compiler.py @@ -0,0 +1,788 @@ +"""distutils.msvc9compiler + +Contains MSVCCompiler, an implementation of the abstract CCompiler class +for the Microsoft Visual Studio 2008. + +The module is compatible with VS 2005 and VS 2008. You can find legacy support +for older versions of VS in distutils.msvccompiler. +""" + +# Written by Perry Stoll +# hacked by Robin Becker and Thomas Heller to do a better job of +# finding DevStudio (through the registry) +# ported to VS2005 and VS 2008 by Christian Heimes + +import os +import subprocess +import sys +import re + +from distutils.errors import DistutilsExecError, DistutilsPlatformError, \ + CompileError, LibError, LinkError +from distutils.ccompiler import CCompiler, gen_lib_options +from distutils import log +from distutils.util import get_platform + +import winreg + +RegOpenKeyEx = winreg.OpenKeyEx +RegEnumKey = winreg.EnumKey +RegEnumValue = winreg.EnumValue +RegError = winreg.error + +HKEYS = (winreg.HKEY_USERS, + winreg.HKEY_CURRENT_USER, + winreg.HKEY_LOCAL_MACHINE, + winreg.HKEY_CLASSES_ROOT) + +NATIVE_WIN64 = (sys.platform == 'win32' and sys.maxsize > 2**32) +if NATIVE_WIN64: + # Visual C++ is a 32-bit application, so we need to look in + # the corresponding registry branch, if we're running a + # 64-bit Python on Win64 + VS_BASE = r"Software\Wow6432Node\Microsoft\VisualStudio\%0.1f" + WINSDK_BASE = r"Software\Wow6432Node\Microsoft\Microsoft SDKs\Windows" + NET_BASE = r"Software\Wow6432Node\Microsoft\.NETFramework" +else: + VS_BASE = r"Software\Microsoft\VisualStudio\%0.1f" + WINSDK_BASE = r"Software\Microsoft\Microsoft SDKs\Windows" + NET_BASE = r"Software\Microsoft\.NETFramework" + +# A map keyed by get_platform() return values to values accepted by +# 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is +# the param to cross-compile on x86 targeting amd64.) +PLAT_TO_VCVARS = { + 'win32' : 'x86', + 'win-amd64' : 'amd64', +} + +class Reg: + """Helper class to read values from the registry + """ + + def get_value(cls, path, key): + for base in HKEYS: + d = cls.read_values(base, path) + if d and key in d: + return d[key] + raise KeyError(key) + get_value = classmethod(get_value) + + def read_keys(cls, base, key): + """Return list of registry keys.""" + try: + handle = RegOpenKeyEx(base, key) + except RegError: + return None + L = [] + i = 0 + while True: + try: + k = RegEnumKey(handle, i) + except RegError: + break + L.append(k) + i += 1 + return L + read_keys = classmethod(read_keys) + + def read_values(cls, base, key): + """Return dict of registry keys and values. + + All names are converted to lowercase. + """ + try: + handle = RegOpenKeyEx(base, key) + except RegError: + return None + d = {} + i = 0 + while True: + try: + name, value, type = RegEnumValue(handle, i) + except RegError: + break + name = name.lower() + d[cls.convert_mbcs(name)] = cls.convert_mbcs(value) + i += 1 + return d + read_values = classmethod(read_values) + + def convert_mbcs(s): + dec = getattr(s, "decode", None) + if dec is not None: + try: + s = dec("mbcs") + except UnicodeError: + pass + return s + convert_mbcs = staticmethod(convert_mbcs) + +class MacroExpander: + + def __init__(self, version): + self.macros = {} + self.vsbase = VS_BASE % version + self.load_macros(version) + + def set_macro(self, macro, path, key): + self.macros["$(%s)" % macro] = Reg.get_value(path, key) + + def load_macros(self, version): + self.set_macro("VCInstallDir", self.vsbase + r"\Setup\VC", "productdir") + self.set_macro("VSInstallDir", self.vsbase + r"\Setup\VS", "productdir") + self.set_macro("FrameworkDir", NET_BASE, "installroot") + try: + if version >= 8.0: + self.set_macro("FrameworkSDKDir", NET_BASE, + "sdkinstallrootv2.0") + else: + raise KeyError("sdkinstallrootv2.0") + except KeyError: + raise DistutilsPlatformError( + """Python was built with Visual Studio 2008; +extensions must be built with a compiler than can generate compatible binaries. +Visual Studio 2008 was not found on this system. If you have Cygwin installed, +you can try compiling with MingW32, by passing "-c mingw32" to setup.py.""") + + if version >= 9.0: + self.set_macro("FrameworkVersion", self.vsbase, "clr version") + self.set_macro("WindowsSdkDir", WINSDK_BASE, "currentinstallfolder") + else: + p = r"Software\Microsoft\NET Framework Setup\Product" + for base in HKEYS: + try: + h = RegOpenKeyEx(base, p) + except RegError: + continue + key = RegEnumKey(h, 0) + d = Reg.get_value(base, r"%s\%s" % (p, key)) + self.macros["$(FrameworkVersion)"] = d["version"] + + def sub(self, s): + for k, v in self.macros.items(): + s = s.replace(k, v) + return s + +def get_build_version(): + """Return the version of MSVC that was used to build Python. + + For Python 2.3 and up, the version number is included in + sys.version. For earlier versions, assume the compiler is MSVC 6. + """ + prefix = "MSC v." + i = sys.version.find(prefix) + if i == -1: + return 6 + i = i + len(prefix) + s, rest = sys.version[i:].split(" ", 1) + majorVersion = int(s[:-2]) - 6 + if majorVersion >= 13: + # v13 was skipped and should be v14 + majorVersion += 1 + minorVersion = int(s[2:3]) / 10.0 + # I don't think paths are affected by minor version in version 6 + if majorVersion == 6: + minorVersion = 0 + if majorVersion >= 6: + return majorVersion + minorVersion + # else we don't know what version of the compiler this is + return None + +def normalize_and_reduce_paths(paths): + """Return a list of normalized paths with duplicates removed. + + The current order of paths is maintained. + """ + # Paths are normalized so things like: /a and /a/ aren't both preserved. + reduced_paths = [] + for p in paths: + np = os.path.normpath(p) + # XXX(nnorwitz): O(n**2), if reduced_paths gets long perhaps use a set. + if np not in reduced_paths: + reduced_paths.append(np) + return reduced_paths + +def removeDuplicates(variable): + """Remove duplicate values of an environment variable. + """ + oldList = variable.split(os.pathsep) + newList = [] + for i in oldList: + if i not in newList: + newList.append(i) + newVariable = os.pathsep.join(newList) + return newVariable + +def find_vcvarsall(version): + """Find the vcvarsall.bat file + + At first it tries to find the productdir of VS 2008 in the registry. If + that fails it falls back to the VS90COMNTOOLS env var. + """ + vsbase = VS_BASE % version + try: + productdir = Reg.get_value(r"%s\Setup\VC" % vsbase, + "productdir") + except KeyError: + log.debug("Unable to find productdir in registry") + productdir = None + + if not productdir or not os.path.isdir(productdir): + toolskey = "VS%0.f0COMNTOOLS" % version + toolsdir = os.environ.get(toolskey, None) + + if toolsdir and os.path.isdir(toolsdir): + productdir = os.path.join(toolsdir, os.pardir, os.pardir, "VC") + productdir = os.path.abspath(productdir) + if not os.path.isdir(productdir): + log.debug("%s is not a valid directory" % productdir) + return None + else: + log.debug("Env var %s is not set or invalid" % toolskey) + if not productdir: + log.debug("No productdir found") + return None + vcvarsall = os.path.join(productdir, "vcvarsall.bat") + if os.path.isfile(vcvarsall): + return vcvarsall + log.debug("Unable to find vcvarsall.bat") + return None + +def query_vcvarsall(version, arch="x86"): + """Launch vcvarsall.bat and read the settings from its environment + """ + vcvarsall = find_vcvarsall(version) + interesting = {"include", "lib", "libpath", "path"} + result = {} + + if vcvarsall is None: + raise DistutilsPlatformError("Unable to find vcvarsall.bat") + log.debug("Calling 'vcvarsall.bat %s' (version=%s)", arch, version) + popen = subprocess.Popen('"%s" %s & set' % (vcvarsall, arch), + stdout=subprocess.PIPE, + stderr=subprocess.PIPE) + try: + stdout, stderr = popen.communicate() + if popen.wait() != 0: + raise DistutilsPlatformError(stderr.decode("mbcs")) + + stdout = stdout.decode("mbcs") + for line in stdout.split("\n"): + line = Reg.convert_mbcs(line) + if '=' not in line: + continue + line = line.strip() + key, value = line.split('=', 1) + key = key.lower() + if key in interesting: + if value.endswith(os.pathsep): + value = value[:-1] + result[key] = removeDuplicates(value) + + finally: + popen.stdout.close() + popen.stderr.close() + + if len(result) != len(interesting): + raise ValueError(str(list(result.keys()))) + + return result + +# More globals +VERSION = get_build_version() +if VERSION < 8.0: + raise DistutilsPlatformError("VC %0.1f is not supported by this module" % VERSION) +# MACROS = MacroExpander(VERSION) + +class MSVCCompiler(CCompiler) : + """Concrete class that implements an interface to Microsoft Visual C++, + as defined by the CCompiler abstract class.""" + + compiler_type = 'msvc' + + # Just set this so CCompiler's constructor doesn't barf. We currently + # don't use the 'set_executables()' bureaucracy provided by CCompiler, + # as it really isn't necessary for this sort of single-compiler class. + # Would be nice to have a consistent interface with UnixCCompiler, + # though, so it's worth thinking about. + executables = {} + + # Private class data (need to distinguish C from C++ source for compiler) + _c_extensions = ['.c'] + _cpp_extensions = ['.cc', '.cpp', '.cxx'] + _rc_extensions = ['.rc'] + _mc_extensions = ['.mc'] + + # Needed for the filename generation methods provided by the + # base class, CCompiler. + src_extensions = (_c_extensions + _cpp_extensions + + _rc_extensions + _mc_extensions) + res_extension = '.res' + obj_extension = '.obj' + static_lib_extension = '.lib' + shared_lib_extension = '.dll' + static_lib_format = shared_lib_format = '%s%s' + exe_extension = '.exe' + + def __init__(self, verbose=0, dry_run=0, force=0): + CCompiler.__init__ (self, verbose, dry_run, force) + self.__version = VERSION + self.__root = r"Software\Microsoft\VisualStudio" + # self.__macros = MACROS + self.__paths = [] + # target platform (.plat_name is consistent with 'bdist') + self.plat_name = None + self.__arch = None # deprecated name + self.initialized = False + + def initialize(self, plat_name=None): + # multi-init means we would need to check platform same each time... + assert not self.initialized, "don't init multiple times" + if plat_name is None: + plat_name = get_platform() + # sanity check for platforms to prevent obscure errors later. + ok_plats = 'win32', 'win-amd64' + if plat_name not in ok_plats: + raise DistutilsPlatformError("--plat-name must be one of %s" % + (ok_plats,)) + + if "DISTUTILS_USE_SDK" in os.environ and "MSSdk" in os.environ and self.find_exe("cl.exe"): + # Assume that the SDK set up everything alright; don't try to be + # smarter + self.cc = "cl.exe" + self.linker = "link.exe" + self.lib = "lib.exe" + self.rc = "rc.exe" + self.mc = "mc.exe" + else: + # On x86, 'vcvars32.bat amd64' creates an env that doesn't work; + # to cross compile, you use 'x86_amd64'. + # On AMD64, 'vcvars32.bat amd64' is a native build env; to cross + # compile use 'x86' (ie, it runs the x86 compiler directly) + if plat_name == get_platform() or plat_name == 'win32': + # native build or cross-compile to win32 + plat_spec = PLAT_TO_VCVARS[plat_name] + else: + # cross compile from win32 -> some 64bit + plat_spec = PLAT_TO_VCVARS[get_platform()] + '_' + \ + PLAT_TO_VCVARS[plat_name] + + vc_env = query_vcvarsall(VERSION, plat_spec) + + self.__paths = vc_env['path'].split(os.pathsep) + os.environ['lib'] = vc_env['lib'] + os.environ['include'] = vc_env['include'] + + if len(self.__paths) == 0: + raise DistutilsPlatformError("Python was built with %s, " + "and extensions need to be built with the same " + "version of the compiler, but it isn't installed." + % self.__product) + + self.cc = self.find_exe("cl.exe") + self.linker = self.find_exe("link.exe") + self.lib = self.find_exe("lib.exe") + self.rc = self.find_exe("rc.exe") # resource compiler + self.mc = self.find_exe("mc.exe") # message compiler + #self.set_path_env_var('lib') + #self.set_path_env_var('include') + + # extend the MSVC path with the current path + try: + for p in os.environ['path'].split(';'): + self.__paths.append(p) + except KeyError: + pass + self.__paths = normalize_and_reduce_paths(self.__paths) + os.environ['path'] = ";".join(self.__paths) + + self.preprocess_options = None + if self.__arch == "x86": + self.compile_options = [ '/nologo', '/Ox', '/MD', '/W3', + '/DNDEBUG'] + self.compile_options_debug = ['/nologo', '/Od', '/MDd', '/W3', + '/Z7', '/D_DEBUG'] + else: + # Win64 + self.compile_options = [ '/nologo', '/Ox', '/MD', '/W3', '/GS-' , + '/DNDEBUG'] + self.compile_options_debug = ['/nologo', '/Od', '/MDd', '/W3', '/GS-', + '/Z7', '/D_DEBUG'] + + self.ldflags_shared = ['/DLL', '/nologo', '/INCREMENTAL:NO'] + if self.__version >= 7: + self.ldflags_shared_debug = [ + '/DLL', '/nologo', '/INCREMENTAL:no', '/DEBUG' + ] + self.ldflags_static = [ '/nologo'] + + self.initialized = True + + # -- Worker methods ------------------------------------------------ + + def object_filenames(self, + source_filenames, + strip_dir=0, + output_dir=''): + # Copied from ccompiler.py, extended to return .res as 'object'-file + # for .rc input file + if output_dir is None: output_dir = '' + obj_names = [] + for src_name in source_filenames: + (base, ext) = os.path.splitext (src_name) + base = os.path.splitdrive(base)[1] # Chop off the drive + base = base[os.path.isabs(base):] # If abs, chop off leading / + if ext not in self.src_extensions: + # Better to raise an exception instead of silently continuing + # and later complain about sources and targets having + # different lengths + raise CompileError ("Don't know how to compile %s" % src_name) + if strip_dir: + base = os.path.basename (base) + if ext in self._rc_extensions: + obj_names.append (os.path.join (output_dir, + base + self.res_extension)) + elif ext in self._mc_extensions: + obj_names.append (os.path.join (output_dir, + base + self.res_extension)) + else: + obj_names.append (os.path.join (output_dir, + base + self.obj_extension)) + return obj_names + + + def compile(self, sources, + output_dir=None, macros=None, include_dirs=None, debug=0, + extra_preargs=None, extra_postargs=None, depends=None): + + if not self.initialized: + self.initialize() + compile_info = self._setup_compile(output_dir, macros, include_dirs, + sources, depends, extra_postargs) + macros, objects, extra_postargs, pp_opts, build = compile_info + + compile_opts = extra_preargs or [] + compile_opts.append ('/c') + if debug: + compile_opts.extend(self.compile_options_debug) + else: + compile_opts.extend(self.compile_options) + + for obj in objects: + try: + src, ext = build[obj] + except KeyError: + continue + if debug: + # pass the full pathname to MSVC in debug mode, + # this allows the debugger to find the source file + # without asking the user to browse for it + src = os.path.abspath(src) + + if ext in self._c_extensions: + input_opt = "/Tc" + src + elif ext in self._cpp_extensions: + input_opt = "/Tp" + src + elif ext in self._rc_extensions: + # compile .RC to .RES file + input_opt = src + output_opt = "/fo" + obj + try: + self.spawn([self.rc] + pp_opts + + [output_opt] + [input_opt]) + except DistutilsExecError as msg: + raise CompileError(msg) + continue + elif ext in self._mc_extensions: + # Compile .MC to .RC file to .RES file. + # * '-h dir' specifies the directory for the + # generated include file + # * '-r dir' specifies the target directory of the + # generated RC file and the binary message resource + # it includes + # + # For now (since there are no options to change this), + # we use the source-directory for the include file and + # the build directory for the RC file and message + # resources. This works at least for win32all. + h_dir = os.path.dirname(src) + rc_dir = os.path.dirname(obj) + try: + # first compile .MC to .RC and .H file + self.spawn([self.mc] + + ['-h', h_dir, '-r', rc_dir] + [src]) + base, _ = os.path.splitext (os.path.basename (src)) + rc_file = os.path.join (rc_dir, base + '.rc') + # then compile .RC to .RES file + self.spawn([self.rc] + + ["/fo" + obj] + [rc_file]) + + except DistutilsExecError as msg: + raise CompileError(msg) + continue + else: + # how to handle this file? + raise CompileError("Don't know how to compile %s to %s" + % (src, obj)) + + output_opt = "/Fo" + obj + try: + self.spawn([self.cc] + compile_opts + pp_opts + + [input_opt, output_opt] + + extra_postargs) + except DistutilsExecError as msg: + raise CompileError(msg) + + return objects + + + def create_static_lib(self, + objects, + output_libname, + output_dir=None, + debug=0, + target_lang=None): + + if not self.initialized: + self.initialize() + (objects, output_dir) = self._fix_object_args(objects, output_dir) + output_filename = self.library_filename(output_libname, + output_dir=output_dir) + + if self._need_link(objects, output_filename): + lib_args = objects + ['/OUT:' + output_filename] + if debug: + pass # XXX what goes here? + try: + self.spawn([self.lib] + lib_args) + except DistutilsExecError as msg: + raise LibError(msg) + else: + log.debug("skipping %s (up-to-date)", output_filename) + + + def link(self, + target_desc, + objects, + output_filename, + output_dir=None, + libraries=None, + library_dirs=None, + runtime_library_dirs=None, + export_symbols=None, + debug=0, + extra_preargs=None, + extra_postargs=None, + build_temp=None, + target_lang=None): + + if not self.initialized: + self.initialize() + (objects, output_dir) = self._fix_object_args(objects, output_dir) + fixed_args = self._fix_lib_args(libraries, library_dirs, + runtime_library_dirs) + (libraries, library_dirs, runtime_library_dirs) = fixed_args + + if runtime_library_dirs: + self.warn ("I don't know what to do with 'runtime_library_dirs': " + + str (runtime_library_dirs)) + + lib_opts = gen_lib_options(self, + library_dirs, runtime_library_dirs, + libraries) + if output_dir is not None: + output_filename = os.path.join(output_dir, output_filename) + + if self._need_link(objects, output_filename): + if target_desc == CCompiler.EXECUTABLE: + if debug: + ldflags = self.ldflags_shared_debug[1:] + else: + ldflags = self.ldflags_shared[1:] + else: + if debug: + ldflags = self.ldflags_shared_debug + else: + ldflags = self.ldflags_shared + + export_opts = [] + for sym in (export_symbols or []): + export_opts.append("/EXPORT:" + sym) + + ld_args = (ldflags + lib_opts + export_opts + + objects + ['/OUT:' + output_filename]) + + # The MSVC linker generates .lib and .exp files, which cannot be + # suppressed by any linker switches. The .lib files may even be + # needed! Make sure they are generated in the temporary build + # directory. Since they have different names for debug and release + # builds, they can go into the same directory. + build_temp = os.path.dirname(objects[0]) + if export_symbols is not None: + (dll_name, dll_ext) = os.path.splitext( + os.path.basename(output_filename)) + implib_file = os.path.join( + build_temp, + self.library_filename(dll_name)) + ld_args.append ('/IMPLIB:' + implib_file) + + self.manifest_setup_ldargs(output_filename, build_temp, ld_args) + + if extra_preargs: + ld_args[:0] = extra_preargs + if extra_postargs: + ld_args.extend(extra_postargs) + + self.mkpath(os.path.dirname(output_filename)) + try: + self.spawn([self.linker] + ld_args) + except DistutilsExecError as msg: + raise LinkError(msg) + + # embed the manifest + # XXX - this is somewhat fragile - if mt.exe fails, distutils + # will still consider the DLL up-to-date, but it will not have a + # manifest. Maybe we should link to a temp file? OTOH, that + # implies a build environment error that shouldn't go undetected. + mfinfo = self.manifest_get_embed_info(target_desc, ld_args) + if mfinfo is not None: + mffilename, mfid = mfinfo + out_arg = '-outputresource:%s;%s' % (output_filename, mfid) + try: + self.spawn(['mt.exe', '-nologo', '-manifest', + mffilename, out_arg]) + except DistutilsExecError as msg: + raise LinkError(msg) + else: + log.debug("skipping %s (up-to-date)", output_filename) + + def manifest_setup_ldargs(self, output_filename, build_temp, ld_args): + # If we need a manifest at all, an embedded manifest is recommended. + # See MSDN article titled + # "How to: Embed a Manifest Inside a C/C++ Application" + # (currently at http://msdn2.microsoft.com/en-us/library/ms235591(VS.80).aspx) + # Ask the linker to generate the manifest in the temp dir, so + # we can check it, and possibly embed it, later. + temp_manifest = os.path.join( + build_temp, + os.path.basename(output_filename) + ".manifest") + ld_args.append('/MANIFESTFILE:' + temp_manifest) + + def manifest_get_embed_info(self, target_desc, ld_args): + # If a manifest should be embedded, return a tuple of + # (manifest_filename, resource_id). Returns None if no manifest + # should be embedded. See http://bugs.python.org/issue7833 for why + # we want to avoid any manifest for extension modules if we can) + for arg in ld_args: + if arg.startswith("/MANIFESTFILE:"): + temp_manifest = arg.split(":", 1)[1] + break + else: + # no /MANIFESTFILE so nothing to do. + return None + if target_desc == CCompiler.EXECUTABLE: + # by default, executables always get the manifest with the + # CRT referenced. + mfid = 1 + else: + # Extension modules try and avoid any manifest if possible. + mfid = 2 + temp_manifest = self._remove_visual_c_ref(temp_manifest) + if temp_manifest is None: + return None + return temp_manifest, mfid + + def _remove_visual_c_ref(self, manifest_file): + try: + # Remove references to the Visual C runtime, so they will + # fall through to the Visual C dependency of Python.exe. + # This way, when installed for a restricted user (e.g. + # runtimes are not in WinSxS folder, but in Python's own + # folder), the runtimes do not need to be in every folder + # with .pyd's. + # Returns either the filename of the modified manifest or + # None if no manifest should be embedded. + manifest_f = open(manifest_file) + try: + manifest_buf = manifest_f.read() + finally: + manifest_f.close() + pattern = re.compile( + r"""|)""", + re.DOTALL) + manifest_buf = re.sub(pattern, "", manifest_buf) + pattern = r"\s*" + manifest_buf = re.sub(pattern, "", manifest_buf) + # Now see if any other assemblies are referenced - if not, we + # don't want a manifest embedded. + pattern = re.compile( + r"""|)""", re.DOTALL) + if re.search(pattern, manifest_buf) is None: + return None + + manifest_f = open(manifest_file, 'w') + try: + manifest_f.write(manifest_buf) + return manifest_file + finally: + manifest_f.close() + except OSError: + pass + + # -- Miscellaneous methods ----------------------------------------- + # These are all used by the 'gen_lib_options() function, in + # ccompiler.py. + + def library_dir_option(self, dir): + return "/LIBPATH:" + dir + + def runtime_library_dir_option(self, dir): + raise DistutilsPlatformError( + "don't know how to set runtime library search path for MSVC++") + + def library_option(self, lib): + return self.library_filename(lib) + + + def find_library_file(self, dirs, lib, debug=0): + # Prefer a debugging library if found (and requested), but deal + # with it if we don't have one. + if debug: + try_names = [lib + "_d", lib] + else: + try_names = [lib] + for dir in dirs: + for name in try_names: + libfile = os.path.join(dir, self.library_filename (name)) + if os.path.exists(libfile): + return libfile + else: + # Oops, didn't find it in *any* of 'dirs' + return None + + # Helper methods for using the MSVC registry settings + + def find_exe(self, exe): + """Return path to an MSVC executable program. + + Tries to find the program in several places: first, one of the + MSVC program search paths from the registry; next, the directories + in the PATH environment variable. If any of those work, return an + absolute path that is known to exist. If none of them work, just + return the original program name, 'exe'. + """ + for p in self.__paths: + fn = os.path.join(os.path.abspath(p), exe) + if os.path.isfile(fn): + return fn + + # didn't find it; try existing path + for p in os.environ['Path'].split(';'): + fn = os.path.join(os.path.abspath(p),exe) + if os.path.isfile(fn): + return fn + + return exe diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/msvccompiler.py b/env/lib/python3.8/site-packages/setuptools/_distutils/msvccompiler.py new file mode 100644 index 000000000..d5857cb1f --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/msvccompiler.py @@ -0,0 +1,643 @@ +"""distutils.msvccompiler + +Contains MSVCCompiler, an implementation of the abstract CCompiler class +for the Microsoft Visual Studio. +""" + +# Written by Perry Stoll +# hacked by Robin Becker and Thomas Heller to do a better job of +# finding DevStudio (through the registry) + +import sys, os +from distutils.errors import \ + DistutilsExecError, DistutilsPlatformError, \ + CompileError, LibError, LinkError +from distutils.ccompiler import \ + CCompiler, gen_lib_options +from distutils import log + +_can_read_reg = False +try: + import winreg + + _can_read_reg = True + hkey_mod = winreg + + RegOpenKeyEx = winreg.OpenKeyEx + RegEnumKey = winreg.EnumKey + RegEnumValue = winreg.EnumValue + RegError = winreg.error + +except ImportError: + try: + import win32api + import win32con + _can_read_reg = True + hkey_mod = win32con + + RegOpenKeyEx = win32api.RegOpenKeyEx + RegEnumKey = win32api.RegEnumKey + RegEnumValue = win32api.RegEnumValue + RegError = win32api.error + except ImportError: + log.info("Warning: Can't read registry to find the " + "necessary compiler setting\n" + "Make sure that Python modules winreg, " + "win32api or win32con are installed.") + pass + +if _can_read_reg: + HKEYS = (hkey_mod.HKEY_USERS, + hkey_mod.HKEY_CURRENT_USER, + hkey_mod.HKEY_LOCAL_MACHINE, + hkey_mod.HKEY_CLASSES_ROOT) + +def read_keys(base, key): + """Return list of registry keys.""" + try: + handle = RegOpenKeyEx(base, key) + except RegError: + return None + L = [] + i = 0 + while True: + try: + k = RegEnumKey(handle, i) + except RegError: + break + L.append(k) + i += 1 + return L + +def read_values(base, key): + """Return dict of registry keys and values. + + All names are converted to lowercase. + """ + try: + handle = RegOpenKeyEx(base, key) + except RegError: + return None + d = {} + i = 0 + while True: + try: + name, value, type = RegEnumValue(handle, i) + except RegError: + break + name = name.lower() + d[convert_mbcs(name)] = convert_mbcs(value) + i += 1 + return d + +def convert_mbcs(s): + dec = getattr(s, "decode", None) + if dec is not None: + try: + s = dec("mbcs") + except UnicodeError: + pass + return s + +class MacroExpander: + def __init__(self, version): + self.macros = {} + self.load_macros(version) + + def set_macro(self, macro, path, key): + for base in HKEYS: + d = read_values(base, path) + if d: + self.macros["$(%s)" % macro] = d[key] + break + + def load_macros(self, version): + vsbase = r"Software\Microsoft\VisualStudio\%0.1f" % version + self.set_macro("VCInstallDir", vsbase + r"\Setup\VC", "productdir") + self.set_macro("VSInstallDir", vsbase + r"\Setup\VS", "productdir") + net = r"Software\Microsoft\.NETFramework" + self.set_macro("FrameworkDir", net, "installroot") + try: + if version > 7.0: + self.set_macro("FrameworkSDKDir", net, "sdkinstallrootv1.1") + else: + self.set_macro("FrameworkSDKDir", net, "sdkinstallroot") + except KeyError as exc: # + raise DistutilsPlatformError( + """Python was built with Visual Studio 2003; +extensions must be built with a compiler than can generate compatible binaries. +Visual Studio 2003 was not found on this system. If you have Cygwin installed, +you can try compiling with MingW32, by passing "-c mingw32" to setup.py.""") + + p = r"Software\Microsoft\NET Framework Setup\Product" + for base in HKEYS: + try: + h = RegOpenKeyEx(base, p) + except RegError: + continue + key = RegEnumKey(h, 0) + d = read_values(base, r"%s\%s" % (p, key)) + self.macros["$(FrameworkVersion)"] = d["version"] + + def sub(self, s): + for k, v in self.macros.items(): + s = s.replace(k, v) + return s + +def get_build_version(): + """Return the version of MSVC that was used to build Python. + + For Python 2.3 and up, the version number is included in + sys.version. For earlier versions, assume the compiler is MSVC 6. + """ + prefix = "MSC v." + i = sys.version.find(prefix) + if i == -1: + return 6 + i = i + len(prefix) + s, rest = sys.version[i:].split(" ", 1) + majorVersion = int(s[:-2]) - 6 + if majorVersion >= 13: + # v13 was skipped and should be v14 + majorVersion += 1 + minorVersion = int(s[2:3]) / 10.0 + # I don't think paths are affected by minor version in version 6 + if majorVersion == 6: + minorVersion = 0 + if majorVersion >= 6: + return majorVersion + minorVersion + # else we don't know what version of the compiler this is + return None + +def get_build_architecture(): + """Return the processor architecture. + + Possible results are "Intel" or "AMD64". + """ + + prefix = " bit (" + i = sys.version.find(prefix) + if i == -1: + return "Intel" + j = sys.version.find(")", i) + return sys.version[i+len(prefix):j] + +def normalize_and_reduce_paths(paths): + """Return a list of normalized paths with duplicates removed. + + The current order of paths is maintained. + """ + # Paths are normalized so things like: /a and /a/ aren't both preserved. + reduced_paths = [] + for p in paths: + np = os.path.normpath(p) + # XXX(nnorwitz): O(n**2), if reduced_paths gets long perhaps use a set. + if np not in reduced_paths: + reduced_paths.append(np) + return reduced_paths + + +class MSVCCompiler(CCompiler) : + """Concrete class that implements an interface to Microsoft Visual C++, + as defined by the CCompiler abstract class.""" + + compiler_type = 'msvc' + + # Just set this so CCompiler's constructor doesn't barf. We currently + # don't use the 'set_executables()' bureaucracy provided by CCompiler, + # as it really isn't necessary for this sort of single-compiler class. + # Would be nice to have a consistent interface with UnixCCompiler, + # though, so it's worth thinking about. + executables = {} + + # Private class data (need to distinguish C from C++ source for compiler) + _c_extensions = ['.c'] + _cpp_extensions = ['.cc', '.cpp', '.cxx'] + _rc_extensions = ['.rc'] + _mc_extensions = ['.mc'] + + # Needed for the filename generation methods provided by the + # base class, CCompiler. + src_extensions = (_c_extensions + _cpp_extensions + + _rc_extensions + _mc_extensions) + res_extension = '.res' + obj_extension = '.obj' + static_lib_extension = '.lib' + shared_lib_extension = '.dll' + static_lib_format = shared_lib_format = '%s%s' + exe_extension = '.exe' + + def __init__(self, verbose=0, dry_run=0, force=0): + CCompiler.__init__ (self, verbose, dry_run, force) + self.__version = get_build_version() + self.__arch = get_build_architecture() + if self.__arch == "Intel": + # x86 + if self.__version >= 7: + self.__root = r"Software\Microsoft\VisualStudio" + self.__macros = MacroExpander(self.__version) + else: + self.__root = r"Software\Microsoft\Devstudio" + self.__product = "Visual Studio version %s" % self.__version + else: + # Win64. Assume this was built with the platform SDK + self.__product = "Microsoft SDK compiler %s" % (self.__version + 6) + + self.initialized = False + + def initialize(self): + self.__paths = [] + if "DISTUTILS_USE_SDK" in os.environ and "MSSdk" in os.environ and self.find_exe("cl.exe"): + # Assume that the SDK set up everything alright; don't try to be + # smarter + self.cc = "cl.exe" + self.linker = "link.exe" + self.lib = "lib.exe" + self.rc = "rc.exe" + self.mc = "mc.exe" + else: + self.__paths = self.get_msvc_paths("path") + + if len(self.__paths) == 0: + raise DistutilsPlatformError("Python was built with %s, " + "and extensions need to be built with the same " + "version of the compiler, but it isn't installed." + % self.__product) + + self.cc = self.find_exe("cl.exe") + self.linker = self.find_exe("link.exe") + self.lib = self.find_exe("lib.exe") + self.rc = self.find_exe("rc.exe") # resource compiler + self.mc = self.find_exe("mc.exe") # message compiler + self.set_path_env_var('lib') + self.set_path_env_var('include') + + # extend the MSVC path with the current path + try: + for p in os.environ['path'].split(';'): + self.__paths.append(p) + except KeyError: + pass + self.__paths = normalize_and_reduce_paths(self.__paths) + os.environ['path'] = ";".join(self.__paths) + + self.preprocess_options = None + if self.__arch == "Intel": + self.compile_options = [ '/nologo', '/Ox', '/MD', '/W3', '/GX' , + '/DNDEBUG'] + self.compile_options_debug = ['/nologo', '/Od', '/MDd', '/W3', '/GX', + '/Z7', '/D_DEBUG'] + else: + # Win64 + self.compile_options = [ '/nologo', '/Ox', '/MD', '/W3', '/GS-' , + '/DNDEBUG'] + self.compile_options_debug = ['/nologo', '/Od', '/MDd', '/W3', '/GS-', + '/Z7', '/D_DEBUG'] + + self.ldflags_shared = ['/DLL', '/nologo', '/INCREMENTAL:NO'] + if self.__version >= 7: + self.ldflags_shared_debug = [ + '/DLL', '/nologo', '/INCREMENTAL:no', '/DEBUG' + ] + else: + self.ldflags_shared_debug = [ + '/DLL', '/nologo', '/INCREMENTAL:no', '/pdb:None', '/DEBUG' + ] + self.ldflags_static = [ '/nologo'] + + self.initialized = True + + # -- Worker methods ------------------------------------------------ + + def object_filenames(self, + source_filenames, + strip_dir=0, + output_dir=''): + # Copied from ccompiler.py, extended to return .res as 'object'-file + # for .rc input file + if output_dir is None: output_dir = '' + obj_names = [] + for src_name in source_filenames: + (base, ext) = os.path.splitext (src_name) + base = os.path.splitdrive(base)[1] # Chop off the drive + base = base[os.path.isabs(base):] # If abs, chop off leading / + if ext not in self.src_extensions: + # Better to raise an exception instead of silently continuing + # and later complain about sources and targets having + # different lengths + raise CompileError ("Don't know how to compile %s" % src_name) + if strip_dir: + base = os.path.basename (base) + if ext in self._rc_extensions: + obj_names.append (os.path.join (output_dir, + base + self.res_extension)) + elif ext in self._mc_extensions: + obj_names.append (os.path.join (output_dir, + base + self.res_extension)) + else: + obj_names.append (os.path.join (output_dir, + base + self.obj_extension)) + return obj_names + + + def compile(self, sources, + output_dir=None, macros=None, include_dirs=None, debug=0, + extra_preargs=None, extra_postargs=None, depends=None): + + if not self.initialized: + self.initialize() + compile_info = self._setup_compile(output_dir, macros, include_dirs, + sources, depends, extra_postargs) + macros, objects, extra_postargs, pp_opts, build = compile_info + + compile_opts = extra_preargs or [] + compile_opts.append ('/c') + if debug: + compile_opts.extend(self.compile_options_debug) + else: + compile_opts.extend(self.compile_options) + + for obj in objects: + try: + src, ext = build[obj] + except KeyError: + continue + if debug: + # pass the full pathname to MSVC in debug mode, + # this allows the debugger to find the source file + # without asking the user to browse for it + src = os.path.abspath(src) + + if ext in self._c_extensions: + input_opt = "/Tc" + src + elif ext in self._cpp_extensions: + input_opt = "/Tp" + src + elif ext in self._rc_extensions: + # compile .RC to .RES file + input_opt = src + output_opt = "/fo" + obj + try: + self.spawn([self.rc] + pp_opts + + [output_opt] + [input_opt]) + except DistutilsExecError as msg: + raise CompileError(msg) + continue + elif ext in self._mc_extensions: + # Compile .MC to .RC file to .RES file. + # * '-h dir' specifies the directory for the + # generated include file + # * '-r dir' specifies the target directory of the + # generated RC file and the binary message resource + # it includes + # + # For now (since there are no options to change this), + # we use the source-directory for the include file and + # the build directory for the RC file and message + # resources. This works at least for win32all. + h_dir = os.path.dirname(src) + rc_dir = os.path.dirname(obj) + try: + # first compile .MC to .RC and .H file + self.spawn([self.mc] + + ['-h', h_dir, '-r', rc_dir] + [src]) + base, _ = os.path.splitext (os.path.basename (src)) + rc_file = os.path.join (rc_dir, base + '.rc') + # then compile .RC to .RES file + self.spawn([self.rc] + + ["/fo" + obj] + [rc_file]) + + except DistutilsExecError as msg: + raise CompileError(msg) + continue + else: + # how to handle this file? + raise CompileError("Don't know how to compile %s to %s" + % (src, obj)) + + output_opt = "/Fo" + obj + try: + self.spawn([self.cc] + compile_opts + pp_opts + + [input_opt, output_opt] + + extra_postargs) + except DistutilsExecError as msg: + raise CompileError(msg) + + return objects + + + def create_static_lib(self, + objects, + output_libname, + output_dir=None, + debug=0, + target_lang=None): + + if not self.initialized: + self.initialize() + (objects, output_dir) = self._fix_object_args(objects, output_dir) + output_filename = self.library_filename(output_libname, + output_dir=output_dir) + + if self._need_link(objects, output_filename): + lib_args = objects + ['/OUT:' + output_filename] + if debug: + pass # XXX what goes here? + try: + self.spawn([self.lib] + lib_args) + except DistutilsExecError as msg: + raise LibError(msg) + else: + log.debug("skipping %s (up-to-date)", output_filename) + + + def link(self, + target_desc, + objects, + output_filename, + output_dir=None, + libraries=None, + library_dirs=None, + runtime_library_dirs=None, + export_symbols=None, + debug=0, + extra_preargs=None, + extra_postargs=None, + build_temp=None, + target_lang=None): + + if not self.initialized: + self.initialize() + (objects, output_dir) = self._fix_object_args(objects, output_dir) + fixed_args = self._fix_lib_args(libraries, library_dirs, + runtime_library_dirs) + (libraries, library_dirs, runtime_library_dirs) = fixed_args + + if runtime_library_dirs: + self.warn ("I don't know what to do with 'runtime_library_dirs': " + + str (runtime_library_dirs)) + + lib_opts = gen_lib_options(self, + library_dirs, runtime_library_dirs, + libraries) + if output_dir is not None: + output_filename = os.path.join(output_dir, output_filename) + + if self._need_link(objects, output_filename): + if target_desc == CCompiler.EXECUTABLE: + if debug: + ldflags = self.ldflags_shared_debug[1:] + else: + ldflags = self.ldflags_shared[1:] + else: + if debug: + ldflags = self.ldflags_shared_debug + else: + ldflags = self.ldflags_shared + + export_opts = [] + for sym in (export_symbols or []): + export_opts.append("/EXPORT:" + sym) + + ld_args = (ldflags + lib_opts + export_opts + + objects + ['/OUT:' + output_filename]) + + # The MSVC linker generates .lib and .exp files, which cannot be + # suppressed by any linker switches. The .lib files may even be + # needed! Make sure they are generated in the temporary build + # directory. Since they have different names for debug and release + # builds, they can go into the same directory. + if export_symbols is not None: + (dll_name, dll_ext) = os.path.splitext( + os.path.basename(output_filename)) + implib_file = os.path.join( + os.path.dirname(objects[0]), + self.library_filename(dll_name)) + ld_args.append ('/IMPLIB:' + implib_file) + + if extra_preargs: + ld_args[:0] = extra_preargs + if extra_postargs: + ld_args.extend(extra_postargs) + + self.mkpath(os.path.dirname(output_filename)) + try: + self.spawn([self.linker] + ld_args) + except DistutilsExecError as msg: + raise LinkError(msg) + + else: + log.debug("skipping %s (up-to-date)", output_filename) + + + # -- Miscellaneous methods ----------------------------------------- + # These are all used by the 'gen_lib_options() function, in + # ccompiler.py. + + def library_dir_option(self, dir): + return "/LIBPATH:" + dir + + def runtime_library_dir_option(self, dir): + raise DistutilsPlatformError( + "don't know how to set runtime library search path for MSVC++") + + def library_option(self, lib): + return self.library_filename(lib) + + + def find_library_file(self, dirs, lib, debug=0): + # Prefer a debugging library if found (and requested), but deal + # with it if we don't have one. + if debug: + try_names = [lib + "_d", lib] + else: + try_names = [lib] + for dir in dirs: + for name in try_names: + libfile = os.path.join(dir, self.library_filename (name)) + if os.path.exists(libfile): + return libfile + else: + # Oops, didn't find it in *any* of 'dirs' + return None + + # Helper methods for using the MSVC registry settings + + def find_exe(self, exe): + """Return path to an MSVC executable program. + + Tries to find the program in several places: first, one of the + MSVC program search paths from the registry; next, the directories + in the PATH environment variable. If any of those work, return an + absolute path that is known to exist. If none of them work, just + return the original program name, 'exe'. + """ + for p in self.__paths: + fn = os.path.join(os.path.abspath(p), exe) + if os.path.isfile(fn): + return fn + + # didn't find it; try existing path + for p in os.environ['Path'].split(';'): + fn = os.path.join(os.path.abspath(p),exe) + if os.path.isfile(fn): + return fn + + return exe + + def get_msvc_paths(self, path, platform='x86'): + """Get a list of devstudio directories (include, lib or path). + + Return a list of strings. The list will be empty if unable to + access the registry or appropriate registry keys not found. + """ + if not _can_read_reg: + return [] + + path = path + " dirs" + if self.__version >= 7: + key = (r"%s\%0.1f\VC\VC_OBJECTS_PLATFORM_INFO\Win32\Directories" + % (self.__root, self.__version)) + else: + key = (r"%s\6.0\Build System\Components\Platforms" + r"\Win32 (%s)\Directories" % (self.__root, platform)) + + for base in HKEYS: + d = read_values(base, key) + if d: + if self.__version >= 7: + return self.__macros.sub(d[path]).split(";") + else: + return d[path].split(";") + # MSVC 6 seems to create the registry entries we need only when + # the GUI is run. + if self.__version == 6: + for base in HKEYS: + if read_values(base, r"%s\6.0" % self.__root) is not None: + self.warn("It seems you have Visual Studio 6 installed, " + "but the expected registry settings are not present.\n" + "You must at least run the Visual Studio GUI once " + "so that these entries are created.") + break + return [] + + def set_path_env_var(self, name): + """Set environment variable 'name' to an MSVC path type value. + + This is equivalent to a SET command prior to execution of spawned + commands. + """ + + if name == "lib": + p = self.get_msvc_paths("library") + else: + p = self.get_msvc_paths(name) + if p: + os.environ[name] = ';'.join(p) + + +if get_build_version() >= 8.0: + log.debug("Importing new compiler from distutils.msvc9compiler") + OldMSVCCompiler = MSVCCompiler + from distutils.msvc9compiler import MSVCCompiler + # get_build_architecture not really relevant now we support cross-compile + from distutils.msvc9compiler import MacroExpander diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/py35compat.py b/env/lib/python3.8/site-packages/setuptools/_distutils/py35compat.py new file mode 100644 index 000000000..79b2e7f38 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/py35compat.py @@ -0,0 +1,19 @@ +import sys +import subprocess + + +def __optim_args_from_interpreter_flags(): + """Return a list of command-line arguments reproducing the current + optimization settings in sys.flags.""" + args = [] + value = sys.flags.optimize + if value > 0: + args.append("-" + "O" * value) + return args + + +_optim_args_from_interpreter_flags = getattr( + subprocess, + "_optim_args_from_interpreter_flags", + __optim_args_from_interpreter_flags, +) diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/py38compat.py b/env/lib/python3.8/site-packages/setuptools/_distutils/py38compat.py new file mode 100644 index 000000000..7dbe8cef5 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/py38compat.py @@ -0,0 +1,7 @@ +def aix_platform(osname, version, release): + try: + import _aix_support + return _aix_support.aix_platform() + except ImportError: + pass + return "%s-%s.%s" % (osname, version, release) diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/spawn.py b/env/lib/python3.8/site-packages/setuptools/_distutils/spawn.py new file mode 100644 index 000000000..fc592d4a9 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/spawn.py @@ -0,0 +1,125 @@ +"""distutils.spawn + +Provides the 'spawn()' function, a front-end to various platform- +specific functions for launching another program in a sub-process. +Also provides the 'find_executable()' to search the path for a given +executable name. +""" + +import sys +import os +import subprocess + +from distutils.errors import DistutilsPlatformError, DistutilsExecError +from distutils.debug import DEBUG +from distutils import log + + +if sys.platform == 'darwin': + _cfg_target = None + _cfg_target_split = None + + +def spawn(cmd, search_path=1, verbose=0, dry_run=0, env=None): + """Run another program, specified as a command list 'cmd', in a new process. + + 'cmd' is just the argument list for the new process, ie. + cmd[0] is the program to run and cmd[1:] are the rest of its arguments. + There is no way to run a program with a name different from that of its + executable. + + If 'search_path' is true (the default), the system's executable + search path will be used to find the program; otherwise, cmd[0] + must be the exact path to the executable. If 'dry_run' is true, + the command will not actually be run. + + Raise DistutilsExecError if running the program fails in any way; just + return on success. + """ + # cmd is documented as a list, but just in case some code passes a tuple + # in, protect our %-formatting code against horrible death + cmd = list(cmd) + + log.info(' '.join(cmd)) + if dry_run: + return + + if search_path: + executable = find_executable(cmd[0]) + if executable is not None: + cmd[0] = executable + + env = env if env is not None else dict(os.environ) + + if sys.platform == 'darwin': + global _cfg_target, _cfg_target_split + if _cfg_target is None: + from distutils import sysconfig + _cfg_target = sysconfig.get_config_var( + 'MACOSX_DEPLOYMENT_TARGET') or '' + if _cfg_target: + _cfg_target_split = [int(x) for x in _cfg_target.split('.')] + if _cfg_target: + # ensure that the deployment target of build process is not less + # than that used when the interpreter was built. This ensures + # extension modules are built with correct compatibility values + cur_target = os.environ.get('MACOSX_DEPLOYMENT_TARGET', _cfg_target) + if _cfg_target_split > [int(x) for x in cur_target.split('.')]: + my_msg = ('$MACOSX_DEPLOYMENT_TARGET mismatch: ' + 'now "%s" but "%s" during configure' + % (cur_target, _cfg_target)) + raise DistutilsPlatformError(my_msg) + env.update(MACOSX_DEPLOYMENT_TARGET=cur_target) + + try: + proc = subprocess.Popen(cmd, env=env) + proc.wait() + exitcode = proc.returncode + except OSError as exc: + if not DEBUG: + cmd = cmd[0] + raise DistutilsExecError( + "command %r failed: %s" % (cmd, exc.args[-1])) from exc + + if exitcode: + if not DEBUG: + cmd = cmd[0] + raise DistutilsExecError( + "command %r failed with exit code %s" % (cmd, exitcode)) + + +def find_executable(executable, path=None): + """Tries to find 'executable' in the directories listed in 'path'. + + A string listing directories separated by 'os.pathsep'; defaults to + os.environ['PATH']. Returns the complete filename or None if not found. + """ + _, ext = os.path.splitext(executable) + if (sys.platform == 'win32') and (ext != '.exe'): + executable = executable + '.exe' + + if os.path.isfile(executable): + return executable + + if path is None: + 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 + + # PATH='' doesn't match, whereas PATH=':' looks in the current directory + if not path: + return None + + paths = path.split(os.pathsep) + for p in paths: + f = os.path.join(p, executable) + if os.path.isfile(f): + # the file exists, we have a shot at spawn working + return f + return None diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/sysconfig.py b/env/lib/python3.8/site-packages/setuptools/_distutils/sysconfig.py new file mode 100644 index 000000000..879b6981e --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/sysconfig.py @@ -0,0 +1,573 @@ +"""Provide access to Python's configuration information. The specific +configuration variables available depend heavily on the platform and +configuration. The values may be retrieved using +get_config_var(name), and the list of variables is available via +get_config_vars().keys(). Additional convenience functions are also +available. + +Written by: Fred L. Drake, Jr. +Email: +""" + +import _imp +import os +import re +import sys + +from .errors import DistutilsPlatformError + +IS_PYPY = '__pypy__' in sys.builtin_module_names + +# These are needed in a couple of spots, so just compute them once. +PREFIX = os.path.normpath(sys.prefix) +EXEC_PREFIX = os.path.normpath(sys.exec_prefix) +BASE_PREFIX = os.path.normpath(sys.base_prefix) +BASE_EXEC_PREFIX = os.path.normpath(sys.base_exec_prefix) + +# Path to the base directory of the project. On Windows the binary may +# live in project/PCbuild/win32 or project/PCbuild/amd64. +# set for cross builds +if "_PYTHON_PROJECT_BASE" in os.environ: + project_base = os.path.abspath(os.environ["_PYTHON_PROJECT_BASE"]) +else: + if sys.executable: + project_base = os.path.dirname(os.path.abspath(sys.executable)) + else: + # sys.executable can be empty if argv[0] has been changed and Python is + # unable to retrieve the real program name + project_base = os.getcwd() + + +# python_build: (Boolean) if true, we're either building Python or +# building an extension with an un-installed Python, so we use +# different (hard-wired) directories. +def _is_python_source_dir(d): + for fn in ("Setup", "Setup.local"): + if os.path.isfile(os.path.join(d, "Modules", fn)): + return True + return False + +_sys_home = getattr(sys, '_home', None) + +if os.name == 'nt': + def _fix_pcbuild(d): + if d and os.path.normcase(d).startswith( + os.path.normcase(os.path.join(PREFIX, "PCbuild"))): + return PREFIX + return d + project_base = _fix_pcbuild(project_base) + _sys_home = _fix_pcbuild(_sys_home) + +def _python_build(): + if _sys_home: + return _is_python_source_dir(_sys_home) + return _is_python_source_dir(project_base) + +python_build = _python_build() + + +# Calculate the build qualifier flags if they are defined. Adding the flags +# to the include and lib directories only makes sense for an installation, not +# an in-source build. +build_flags = '' +try: + if not python_build: + build_flags = sys.abiflags +except AttributeError: + # It's not a configure-based build, so the sys module doesn't have + # this attribute, which is fine. + pass + +def get_python_version(): + """Return a string containing the major and minor Python version, + leaving off the patchlevel. Sample return values could be '1.5' + or '2.2'. + """ + return '%d.%d' % sys.version_info[:2] + + +def get_python_inc(plat_specific=0, prefix=None): + """Return the directory containing installed Python header files. + + If 'plat_specific' is false (the default), this is the path to the + non-platform-specific header files, i.e. Python.h and so on; + otherwise, this is the path to platform-specific header files + (namely pyconfig.h). + + If 'prefix' is supplied, use it instead of sys.base_prefix or + sys.base_exec_prefix -- i.e., ignore 'plat_specific'. + """ + if prefix is None: + prefix = plat_specific and BASE_EXEC_PREFIX or BASE_PREFIX + if IS_PYPY: + return os.path.join(prefix, 'include') + elif os.name == "posix": + if python_build: + # Assume the executable is in the build directory. The + # pyconfig.h file should be in the same directory. Since + # the build directory may not be the source directory, we + # must use "srcdir" from the makefile to find the "Include" + # directory. + if plat_specific: + return _sys_home or project_base + else: + incdir = os.path.join(get_config_var('srcdir'), 'Include') + return os.path.normpath(incdir) + python_dir = 'python' + get_python_version() + build_flags + return os.path.join(prefix, "include", python_dir) + elif os.name == "nt": + if python_build: + # Include both the include and PC dir to ensure we can find + # pyconfig.h + return (os.path.join(prefix, "include") + os.path.pathsep + + os.path.join(prefix, "PC")) + return os.path.join(prefix, "include") + else: + raise DistutilsPlatformError( + "I don't know where Python installs its C header files " + "on platform '%s'" % os.name) + + +def get_python_lib(plat_specific=0, standard_lib=0, prefix=None): + """Return the directory containing the Python library (standard or + site additions). + + If 'plat_specific' is true, return the directory containing + platform-specific modules, i.e. any module from a non-pure-Python + module distribution; otherwise, return the platform-shared library + directory. If 'standard_lib' is true, return the directory + containing standard Python library modules; otherwise, return the + directory for site-specific modules. + + If 'prefix' is supplied, use it instead of sys.base_prefix or + sys.base_exec_prefix -- i.e., ignore 'plat_specific'. + """ + if IS_PYPY: + # PyPy-specific schema + if prefix is None: + prefix = PREFIX + if standard_lib: + return os.path.join(prefix, "lib-python", sys.version[0]) + return os.path.join(prefix, 'site-packages') + + if prefix is None: + if standard_lib: + prefix = plat_specific and BASE_EXEC_PREFIX or BASE_PREFIX + else: + prefix = plat_specific and EXEC_PREFIX or PREFIX + + if os.name == "posix": + if plat_specific or standard_lib: + # Platform-specific modules (any module from a non-pure-Python + # module distribution) or standard Python library modules. + libdir = getattr(sys, "platlibdir", "lib") + else: + # Pure Python + libdir = "lib" + libpython = os.path.join(prefix, libdir, + "python" + get_python_version()) + if standard_lib: + return libpython + else: + return os.path.join(libpython, "site-packages") + elif os.name == "nt": + if standard_lib: + return os.path.join(prefix, "Lib") + else: + return os.path.join(prefix, "Lib", "site-packages") + else: + raise DistutilsPlatformError( + "I don't know where Python installs its library " + "on platform '%s'" % os.name) + + + +def customize_compiler(compiler): + """Do any platform-specific customization of a CCompiler instance. + + Mainly needed on Unix, so we can plug in the information that + varies across Unices and is stored in Python's Makefile. + """ + if compiler.compiler_type == "unix": + if sys.platform == "darwin": + # Perform first-time customization of compiler-related + # config vars on OS X now that we know we need a compiler. + # This is primarily to support Pythons from binary + # installers. The kind and paths to build tools on + # the user system may vary significantly from the system + # that Python itself was built on. Also the user OS + # version and build tools may not support the same set + # of CPU architectures for universal builds. + global _config_vars + # Use get_config_var() to ensure _config_vars is initialized. + if not get_config_var('CUSTOMIZED_OSX_COMPILER'): + import _osx_support + _osx_support.customize_compiler(_config_vars) + _config_vars['CUSTOMIZED_OSX_COMPILER'] = 'True' + + (cc, cxx, cflags, ccshared, ldshared, shlib_suffix, ar, ar_flags) = \ + get_config_vars('CC', 'CXX', 'CFLAGS', + 'CCSHARED', 'LDSHARED', 'SHLIB_SUFFIX', 'AR', 'ARFLAGS') + + if 'CC' in os.environ: + newcc = os.environ['CC'] + if (sys.platform == 'darwin' + and 'LDSHARED' not in os.environ + and ldshared.startswith(cc)): + # On OS X, if CC is overridden, use that as the default + # command for LDSHARED as well + ldshared = newcc + ldshared[len(cc):] + cc = newcc + if 'CXX' in os.environ: + cxx = os.environ['CXX'] + if 'LDSHARED' in os.environ: + ldshared = os.environ['LDSHARED'] + if 'CPP' in os.environ: + cpp = os.environ['CPP'] + else: + cpp = cc + " -E" # not always + if 'LDFLAGS' in os.environ: + ldshared = ldshared + ' ' + os.environ['LDFLAGS'] + if 'CFLAGS' in os.environ: + cflags = cflags + ' ' + os.environ['CFLAGS'] + ldshared = ldshared + ' ' + os.environ['CFLAGS'] + if 'CPPFLAGS' in os.environ: + cpp = cpp + ' ' + os.environ['CPPFLAGS'] + cflags = cflags + ' ' + os.environ['CPPFLAGS'] + ldshared = ldshared + ' ' + os.environ['CPPFLAGS'] + if 'AR' in os.environ: + ar = os.environ['AR'] + if 'ARFLAGS' in os.environ: + archiver = ar + ' ' + os.environ['ARFLAGS'] + else: + archiver = ar + ' ' + ar_flags + + cc_cmd = cc + ' ' + cflags + compiler.set_executables( + preprocessor=cpp, + compiler=cc_cmd, + compiler_so=cc_cmd + ' ' + ccshared, + compiler_cxx=cxx, + linker_so=ldshared, + linker_exe=cc, + archiver=archiver) + + compiler.shared_lib_extension = shlib_suffix + + +def get_config_h_filename(): + """Return full pathname of installed pyconfig.h file.""" + if python_build: + if os.name == "nt": + inc_dir = os.path.join(_sys_home or project_base, "PC") + else: + inc_dir = _sys_home or project_base + else: + inc_dir = get_python_inc(plat_specific=1) + + return os.path.join(inc_dir, 'pyconfig.h') + + +def get_makefile_filename(): + """Return full pathname of installed Makefile from the Python build.""" + if python_build: + return os.path.join(_sys_home or project_base, "Makefile") + lib_dir = get_python_lib(plat_specific=0, standard_lib=1) + config_file = 'config-{}{}'.format(get_python_version(), build_flags) + if hasattr(sys.implementation, '_multiarch'): + config_file += '-%s' % sys.implementation._multiarch + return os.path.join(lib_dir, config_file, 'Makefile') + + +def parse_config_h(fp, g=None): + """Parse a config.h-style file. + + A dictionary containing name/value pairs is returned. If an + optional dictionary is passed in as the second argument, it is + used instead of a new dictionary. + """ + if g is None: + g = {} + define_rx = re.compile("#define ([A-Z][A-Za-z0-9_]+) (.*)\n") + undef_rx = re.compile("/[*] #undef ([A-Z][A-Za-z0-9_]+) [*]/\n") + # + while True: + line = fp.readline() + if not line: + break + m = define_rx.match(line) + if m: + n, v = m.group(1, 2) + try: v = int(v) + except ValueError: pass + g[n] = v + else: + m = undef_rx.match(line) + if m: + g[m.group(1)] = 0 + return g + + +# Regexes needed for parsing Makefile (and similar syntaxes, +# like old-style Setup files). +_variable_rx = re.compile(r"([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)") +_findvar1_rx = re.compile(r"\$\(([A-Za-z][A-Za-z0-9_]*)\)") +_findvar2_rx = re.compile(r"\${([A-Za-z][A-Za-z0-9_]*)}") + +def parse_makefile(fn, g=None): + """Parse a Makefile-style file. + + A dictionary containing name/value pairs is returned. If an + optional dictionary is passed in as the second argument, it is + used instead of a new dictionary. + """ + from distutils.text_file import TextFile + fp = TextFile(fn, strip_comments=1, skip_blanks=1, join_lines=1, errors="surrogateescape") + + if g is None: + g = {} + done = {} + notdone = {} + + while True: + line = fp.readline() + if line is None: # eof + break + m = _variable_rx.match(line) + if m: + n, v = m.group(1, 2) + v = v.strip() + # `$$' is a literal `$' in make + tmpv = v.replace('$$', '') + + if "$" in tmpv: + notdone[n] = v + else: + try: + v = int(v) + except ValueError: + # insert literal `$' + done[n] = v.replace('$$', '$') + else: + done[n] = v + + # Variables with a 'PY_' prefix in the makefile. These need to + # be made available without that prefix through sysconfig. + # Special care is needed to ensure that variable expansion works, even + # if the expansion uses the name without a prefix. + renamed_variables = ('CFLAGS', 'LDFLAGS', 'CPPFLAGS') + + # do variable interpolation here + while notdone: + for name in list(notdone): + value = notdone[name] + m = _findvar1_rx.search(value) or _findvar2_rx.search(value) + if m: + n = m.group(1) + found = True + if n in done: + item = str(done[n]) + elif n in notdone: + # get it on a subsequent round + found = False + elif n in os.environ: + # do it like make: fall back to environment + item = os.environ[n] + + elif n in renamed_variables: + if name.startswith('PY_') and name[3:] in renamed_variables: + item = "" + + elif 'PY_' + n in notdone: + found = False + + else: + item = str(done['PY_' + n]) + else: + done[n] = item = "" + if found: + after = value[m.end():] + value = value[:m.start()] + item + after + if "$" in after: + notdone[name] = value + else: + try: value = int(value) + except ValueError: + done[name] = value.strip() + else: + done[name] = value + del notdone[name] + + if name.startswith('PY_') \ + and name[3:] in renamed_variables: + + name = name[3:] + if name not in done: + done[name] = value + else: + # bogus variable reference; just drop it since we can't deal + del notdone[name] + + fp.close() + + # strip spurious spaces + for k, v in done.items(): + if isinstance(v, str): + done[k] = v.strip() + + # save the results in the global dictionary + g.update(done) + return g + + +def expand_makefile_vars(s, vars): + """Expand Makefile-style variables -- "${foo}" or "$(foo)" -- in + 'string' according to 'vars' (a dictionary mapping variable names to + values). Variables not present in 'vars' are silently expanded to the + empty string. The variable values in 'vars' should not contain further + variable expansions; if 'vars' is the output of 'parse_makefile()', + you're fine. Returns a variable-expanded version of 's'. + """ + + # This algorithm does multiple expansion, so if vars['foo'] contains + # "${bar}", it will expand ${foo} to ${bar}, and then expand + # ${bar}... and so forth. This is fine as long as 'vars' comes from + # 'parse_makefile()', which takes care of such expansions eagerly, + # according to make's variable expansion semantics. + + while True: + m = _findvar1_rx.search(s) or _findvar2_rx.search(s) + if m: + (beg, end) = m.span() + s = s[0:beg] + vars.get(m.group(1)) + s[end:] + else: + break + return s + + +_config_vars = None + +def _init_posix(): + """Initialize the module as appropriate for POSIX systems.""" + # _sysconfigdata is generated at build time, see the sysconfig module + name = os.environ.get('_PYTHON_SYSCONFIGDATA_NAME', + '_sysconfigdata_{abi}_{platform}_{multiarch}'.format( + abi=sys.abiflags, + platform=sys.platform, + multiarch=getattr(sys.implementation, '_multiarch', ''), + )) + try: + _temp = __import__(name, globals(), locals(), ['build_time_vars'], 0) + except ImportError: + # Python 3.5 and pypy 7.3.1 + _temp = __import__( + '_sysconfigdata', globals(), locals(), ['build_time_vars'], 0) + build_time_vars = _temp.build_time_vars + global _config_vars + _config_vars = {} + _config_vars.update(build_time_vars) + + +def _init_nt(): + """Initialize the module as appropriate for NT""" + g = {} + # set basic install directories + g['LIBDEST'] = get_python_lib(plat_specific=0, standard_lib=1) + g['BINLIBDEST'] = get_python_lib(plat_specific=1, standard_lib=1) + + # XXX hmmm.. a normal install puts include files here + g['INCLUDEPY'] = get_python_inc(plat_specific=0) + + g['EXT_SUFFIX'] = _imp.extension_suffixes()[0] + g['EXE'] = ".exe" + g['VERSION'] = get_python_version().replace(".", "") + g['BINDIR'] = os.path.dirname(os.path.abspath(sys.executable)) + + global _config_vars + _config_vars = g + + +def get_config_vars(*args): + """With no arguments, return a dictionary of all configuration + variables relevant for the current platform. Generally this includes + everything needed to build extensions and install both pure modules and + extensions. On Unix, this means every variable defined in Python's + installed Makefile; on Windows it's a much smaller set. + + With arguments, return a list of values that result from looking up + each argument in the configuration variable dictionary. + """ + global _config_vars + if _config_vars is None: + func = globals().get("_init_" + os.name) + if func: + func() + else: + _config_vars = {} + + # Normalized versions of prefix and exec_prefix are handy to have; + # in fact, these are the standard versions used most places in the + # Distutils. + _config_vars['prefix'] = PREFIX + _config_vars['exec_prefix'] = EXEC_PREFIX + + if not IS_PYPY: + # For backward compatibility, see issue19555 + SO = _config_vars.get('EXT_SUFFIX') + if SO is not None: + _config_vars['SO'] = SO + + # Always convert srcdir to an absolute path + srcdir = _config_vars.get('srcdir', project_base) + if os.name == 'posix': + if python_build: + # If srcdir is a relative path (typically '.' or '..') + # then it should be interpreted relative to the directory + # containing Makefile. + base = os.path.dirname(get_makefile_filename()) + srcdir = os.path.join(base, srcdir) + else: + # srcdir is not meaningful since the installation is + # spread about the filesystem. We choose the + # directory containing the Makefile since we know it + # exists. + srcdir = os.path.dirname(get_makefile_filename()) + _config_vars['srcdir'] = os.path.abspath(os.path.normpath(srcdir)) + + # Convert srcdir into an absolute path if it appears necessary. + # Normally it is relative to the build directory. However, during + # testing, for example, we might be running a non-installed python + # from a different directory. + if python_build and os.name == "posix": + base = project_base + if (not os.path.isabs(_config_vars['srcdir']) and + base != os.getcwd()): + # srcdir is relative and we are not in the same directory + # as the executable. Assume executable is in the build + # directory and make srcdir absolute. + srcdir = os.path.join(base, _config_vars['srcdir']) + _config_vars['srcdir'] = os.path.normpath(srcdir) + + # OS X platforms require special customization to handle + # multi-architecture, multi-os-version installers + if sys.platform == 'darwin': + import _osx_support + _osx_support.customize_config_vars(_config_vars) + + if args: + vals = [] + for name in args: + vals.append(_config_vars.get(name)) + return vals + else: + return _config_vars + +def get_config_var(name): + """Return the value of a single variable using the dictionary + returned by 'get_config_vars()'. Equivalent to + get_config_vars().get(name) + """ + if name == 'SO': + import warnings + warnings.warn('SO is deprecated, use EXT_SUFFIX', DeprecationWarning, 2) + return get_config_vars().get(name) diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/text_file.py b/env/lib/python3.8/site-packages/setuptools/_distutils/text_file.py new file mode 100644 index 000000000..93abad38f --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/text_file.py @@ -0,0 +1,286 @@ +"""text_file + +provides the TextFile class, which gives an interface to text files +that (optionally) takes care of stripping comments, ignoring blank +lines, and joining lines with backslashes.""" + +import sys, io + + +class TextFile: + """Provides a file-like object that takes care of all the things you + commonly want to do when processing a text file that has some + line-by-line syntax: strip comments (as long as "#" is your + comment character), skip blank lines, join adjacent lines by + escaping the newline (ie. backslash at end of line), strip + leading and/or trailing whitespace. All of these are optional + and independently controllable. + + Provides a 'warn()' method so you can generate warning messages that + report physical line number, even if the logical line in question + spans multiple physical lines. Also provides 'unreadline()' for + implementing line-at-a-time lookahead. + + Constructor is called as: + + TextFile (filename=None, file=None, **options) + + It bombs (RuntimeError) if both 'filename' and 'file' are None; + 'filename' should be a string, and 'file' a file object (or + something that provides 'readline()' and 'close()' methods). It is + recommended that you supply at least 'filename', so that TextFile + can include it in warning messages. If 'file' is not supplied, + TextFile creates its own using 'io.open()'. + + The options are all boolean, and affect the value returned by + 'readline()': + strip_comments [default: true] + strip from "#" to end-of-line, as well as any whitespace + leading up to the "#" -- unless it is escaped by a backslash + lstrip_ws [default: false] + strip leading whitespace from each line before returning it + rstrip_ws [default: true] + strip trailing whitespace (including line terminator!) from + each line before returning it + skip_blanks [default: true} + skip lines that are empty *after* stripping comments and + whitespace. (If both lstrip_ws and rstrip_ws are false, + then some lines may consist of solely whitespace: these will + *not* be skipped, even if 'skip_blanks' is true.) + join_lines [default: false] + if a backslash is the last non-newline character on a line + after stripping comments and whitespace, join the following line + to it to form one "logical line"; if N consecutive lines end + with a backslash, then N+1 physical lines will be joined to + form one logical line. + collapse_join [default: false] + strip leading whitespace from lines that are joined to their + predecessor; only matters if (join_lines and not lstrip_ws) + errors [default: 'strict'] + error handler used to decode the file content + + Note that since 'rstrip_ws' can strip the trailing newline, the + semantics of 'readline()' must differ from those of the builtin file + object's 'readline()' method! In particular, 'readline()' returns + None for end-of-file: an empty string might just be a blank line (or + an all-whitespace line), if 'rstrip_ws' is true but 'skip_blanks' is + not.""" + + default_options = { 'strip_comments': 1, + 'skip_blanks': 1, + 'lstrip_ws': 0, + 'rstrip_ws': 1, + 'join_lines': 0, + 'collapse_join': 0, + 'errors': 'strict', + } + + def __init__(self, filename=None, file=None, **options): + """Construct a new TextFile object. At least one of 'filename' + (a string) and 'file' (a file-like object) must be supplied. + They keyword argument options are described above and affect + the values returned by 'readline()'.""" + if filename is None and file is None: + raise RuntimeError("you must supply either or both of 'filename' and 'file'") + + # set values for all options -- either from client option hash + # or fallback to default_options + for opt in self.default_options.keys(): + if opt in options: + setattr(self, opt, options[opt]) + else: + setattr(self, opt, self.default_options[opt]) + + # sanity check client option hash + for opt in options.keys(): + if opt not in self.default_options: + raise KeyError("invalid TextFile option '%s'" % opt) + + if file is None: + self.open(filename) + else: + self.filename = filename + self.file = file + self.current_line = 0 # assuming that file is at BOF! + + # 'linebuf' is a stack of lines that will be emptied before we + # actually read from the file; it's only populated by an + # 'unreadline()' operation + self.linebuf = [] + + def open(self, filename): + """Open a new file named 'filename'. This overrides both the + 'filename' and 'file' arguments to the constructor.""" + self.filename = filename + self.file = io.open(self.filename, 'r', errors=self.errors) + self.current_line = 0 + + def close(self): + """Close the current file and forget everything we know about it + (filename, current line number).""" + file = self.file + self.file = None + self.filename = None + self.current_line = None + file.close() + + def gen_error(self, msg, line=None): + outmsg = [] + if line is None: + line = self.current_line + outmsg.append(self.filename + ", ") + if isinstance(line, (list, tuple)): + outmsg.append("lines %d-%d: " % tuple(line)) + else: + outmsg.append("line %d: " % line) + outmsg.append(str(msg)) + return "".join(outmsg) + + def error(self, msg, line=None): + raise ValueError("error: " + self.gen_error(msg, line)) + + def warn(self, msg, line=None): + """Print (to stderr) a warning message tied to the current logical + line in the current file. If the current logical line in the + file spans multiple physical lines, the warning refers to the + whole range, eg. "lines 3-5". If 'line' supplied, it overrides + the current line number; it may be a list or tuple to indicate a + range of physical lines, or an integer for a single physical + line.""" + sys.stderr.write("warning: " + self.gen_error(msg, line) + "\n") + + def readline(self): + """Read and return a single logical line from the current file (or + from an internal buffer if lines have previously been "unread" + with 'unreadline()'). If the 'join_lines' option is true, this + may involve reading multiple physical lines concatenated into a + single string. Updates the current line number, so calling + 'warn()' after 'readline()' emits a warning about the physical + line(s) just read. Returns None on end-of-file, since the empty + string can occur if 'rstrip_ws' is true but 'strip_blanks' is + not.""" + # If any "unread" lines waiting in 'linebuf', return the top + # one. (We don't actually buffer read-ahead data -- lines only + # get put in 'linebuf' if the client explicitly does an + # 'unreadline()'. + if self.linebuf: + line = self.linebuf[-1] + del self.linebuf[-1] + return line + + buildup_line = '' + + while True: + # read the line, make it None if EOF + line = self.file.readline() + if line == '': + line = None + + if self.strip_comments and line: + + # Look for the first "#" in the line. If none, never + # mind. If we find one and it's the first character, or + # is not preceded by "\", then it starts a comment -- + # strip the comment, strip whitespace before it, and + # carry on. Otherwise, it's just an escaped "#", so + # unescape it (and any other escaped "#"'s that might be + # lurking in there) and otherwise leave the line alone. + + pos = line.find("#") + if pos == -1: # no "#" -- no comments + pass + + # It's definitely a comment -- either "#" is the first + # character, or it's elsewhere and unescaped. + elif pos == 0 or line[pos-1] != "\\": + # Have to preserve the trailing newline, because it's + # the job of a later step (rstrip_ws) to remove it -- + # and if rstrip_ws is false, we'd better preserve it! + # (NB. this means that if the final line is all comment + # and has no trailing newline, we will think that it's + # EOF; I think that's OK.) + eol = (line[-1] == '\n') and '\n' or '' + line = line[0:pos] + eol + + # If all that's left is whitespace, then skip line + # *now*, before we try to join it to 'buildup_line' -- + # that way constructs like + # hello \\ + # # comment that should be ignored + # there + # result in "hello there". + if line.strip() == "": + continue + else: # it's an escaped "#" + line = line.replace("\\#", "#") + + # did previous line end with a backslash? then accumulate + if self.join_lines and buildup_line: + # oops: end of file + if line is None: + self.warn("continuation line immediately precedes " + "end-of-file") + return buildup_line + + if self.collapse_join: + line = line.lstrip() + line = buildup_line + line + + # careful: pay attention to line number when incrementing it + if isinstance(self.current_line, list): + self.current_line[1] = self.current_line[1] + 1 + else: + self.current_line = [self.current_line, + self.current_line + 1] + # just an ordinary line, read it as usual + else: + if line is None: # eof + return None + + # still have to be careful about incrementing the line number! + if isinstance(self.current_line, list): + self.current_line = self.current_line[1] + 1 + else: + self.current_line = self.current_line + 1 + + # strip whitespace however the client wants (leading and + # trailing, or one or the other, or neither) + if self.lstrip_ws and self.rstrip_ws: + line = line.strip() + elif self.lstrip_ws: + line = line.lstrip() + elif self.rstrip_ws: + line = line.rstrip() + + # blank line (whether we rstrip'ed or not)? skip to next line + # if appropriate + if (line == '' or line == '\n') and self.skip_blanks: + continue + + if self.join_lines: + if line[-1] == '\\': + buildup_line = line[:-1] + continue + + if line[-2:] == '\\\n': + buildup_line = line[0:-2] + '\n' + continue + + # well, I guess there's some actual content there: return it + return line + + def readlines(self): + """Read and return the list of all logical lines remaining in the + current file.""" + lines = [] + while True: + line = self.readline() + if line is None: + return lines + lines.append(line) + + def unreadline(self, line): + """Push 'line' (a string) onto an internal buffer that will be + checked by future 'readline()' calls. Handy for implementing + a parser with line-at-a-time lookahead.""" + self.linebuf.append(line) diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/unixccompiler.py b/env/lib/python3.8/site-packages/setuptools/_distutils/unixccompiler.py new file mode 100644 index 000000000..4d7a6de74 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/unixccompiler.py @@ -0,0 +1,328 @@ +"""distutils.unixccompiler + +Contains the UnixCCompiler class, a subclass of CCompiler that handles +the "typical" Unix-style command-line C compiler: + * macros defined with -Dname[=value] + * macros undefined with -Uname + * include search directories specified with -Idir + * libraries specified with -lllib + * library search directories specified with -Ldir + * compile handled by 'cc' (or similar) executable with -c option: + compiles .c to .o + * link static library handled by 'ar' command (possibly with 'ranlib') + * link shared library handled by 'cc -shared' +""" + +import os, sys, re + +from distutils import sysconfig +from distutils.dep_util import newer +from distutils.ccompiler import \ + CCompiler, gen_preprocess_options, gen_lib_options +from distutils.errors import \ + DistutilsExecError, CompileError, LibError, LinkError +from distutils import log + +if sys.platform == 'darwin': + import _osx_support + +# XXX Things not currently handled: +# * optimization/debug/warning flags; we just use whatever's in Python's +# Makefile and live with it. Is this adequate? If not, we might +# have to have a bunch of subclasses GNUCCompiler, SGICCompiler, +# SunCCompiler, and I suspect down that road lies madness. +# * even if we don't know a warning flag from an optimization flag, +# we need some way for outsiders to feed preprocessor/compiler/linker +# flags in to us -- eg. a sysadmin might want to mandate certain flags +# via a site config file, or a user might want to set something for +# compiling this module distribution only via the setup.py command +# line, whatever. As long as these options come from something on the +# current system, they can be as system-dependent as they like, and we +# should just happily stuff them into the preprocessor/compiler/linker +# options and carry on. + + +class UnixCCompiler(CCompiler): + + compiler_type = 'unix' + + # These are used by CCompiler in two places: the constructor sets + # instance attributes 'preprocessor', 'compiler', etc. from them, and + # 'set_executable()' allows any of these to be set. The defaults here + # are pretty generic; they will probably have to be set by an outsider + # (eg. using information discovered by the sysconfig about building + # Python extensions). + executables = {'preprocessor' : None, + 'compiler' : ["cc"], + 'compiler_so' : ["cc"], + 'compiler_cxx' : ["cc"], + 'linker_so' : ["cc", "-shared"], + 'linker_exe' : ["cc"], + 'archiver' : ["ar", "-cr"], + 'ranlib' : None, + } + + if sys.platform[:6] == "darwin": + executables['ranlib'] = ["ranlib"] + + # Needed for the filename generation methods provided by the base + # class, CCompiler. NB. whoever instantiates/uses a particular + # UnixCCompiler instance should set 'shared_lib_ext' -- we set a + # reasonable common default here, but it's not necessarily used on all + # Unices! + + src_extensions = [".c",".C",".cc",".cxx",".cpp",".m"] + obj_extension = ".o" + static_lib_extension = ".a" + shared_lib_extension = ".so" + dylib_lib_extension = ".dylib" + xcode_stub_lib_extension = ".tbd" + static_lib_format = shared_lib_format = dylib_lib_format = "lib%s%s" + xcode_stub_lib_format = dylib_lib_format + if sys.platform == "cygwin": + exe_extension = ".exe" + + def preprocess(self, source, output_file=None, macros=None, + include_dirs=None, extra_preargs=None, extra_postargs=None): + fixed_args = self._fix_compile_args(None, macros, include_dirs) + ignore, macros, include_dirs = fixed_args + pp_opts = gen_preprocess_options(macros, include_dirs) + pp_args = self.preprocessor + pp_opts + if output_file: + pp_args.extend(['-o', output_file]) + if extra_preargs: + pp_args[:0] = extra_preargs + if extra_postargs: + pp_args.extend(extra_postargs) + pp_args.append(source) + + # We need to preprocess: either we're being forced to, or we're + # generating output to stdout, or there's a target output file and + # the source file is newer than the target (or the target doesn't + # exist). + if self.force or output_file is None or newer(source, output_file): + if output_file: + self.mkpath(os.path.dirname(output_file)) + try: + self.spawn(pp_args) + except DistutilsExecError as msg: + raise CompileError(msg) + + def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): + compiler_so = self.compiler_so + if sys.platform == 'darwin': + compiler_so = _osx_support.compiler_fixup(compiler_so, + cc_args + extra_postargs) + try: + self.spawn(compiler_so + cc_args + [src, '-o', obj] + + extra_postargs) + except DistutilsExecError as msg: + raise CompileError(msg) + + def create_static_lib(self, objects, output_libname, + output_dir=None, debug=0, target_lang=None): + objects, output_dir = self._fix_object_args(objects, output_dir) + + output_filename = \ + self.library_filename(output_libname, output_dir=output_dir) + + if self._need_link(objects, output_filename): + self.mkpath(os.path.dirname(output_filename)) + self.spawn(self.archiver + + [output_filename] + + objects + self.objects) + + # Not many Unices required ranlib anymore -- SunOS 4.x is, I + # think the only major Unix that does. Maybe we need some + # platform intelligence here to skip ranlib if it's not + # needed -- or maybe Python's configure script took care of + # it for us, hence the check for leading colon. + if self.ranlib: + try: + self.spawn(self.ranlib + [output_filename]) + except DistutilsExecError as msg: + raise LibError(msg) + else: + log.debug("skipping %s (up-to-date)", output_filename) + + def link(self, target_desc, objects, + output_filename, output_dir=None, libraries=None, + library_dirs=None, runtime_library_dirs=None, + export_symbols=None, debug=0, extra_preargs=None, + extra_postargs=None, build_temp=None, target_lang=None): + objects, output_dir = self._fix_object_args(objects, output_dir) + fixed_args = self._fix_lib_args(libraries, library_dirs, + runtime_library_dirs) + libraries, library_dirs, runtime_library_dirs = fixed_args + + lib_opts = gen_lib_options(self, library_dirs, runtime_library_dirs, + libraries) + if not isinstance(output_dir, (str, type(None))): + raise TypeError("'output_dir' must be a string or None") + if output_dir is not None: + output_filename = os.path.join(output_dir, output_filename) + + if self._need_link(objects, output_filename): + ld_args = (objects + self.objects + + lib_opts + ['-o', output_filename]) + if debug: + ld_args[:0] = ['-g'] + if extra_preargs: + ld_args[:0] = extra_preargs + if extra_postargs: + ld_args.extend(extra_postargs) + self.mkpath(os.path.dirname(output_filename)) + try: + if target_desc == CCompiler.EXECUTABLE: + linker = self.linker_exe[:] + else: + linker = self.linker_so[:] + if target_lang == "c++" and self.compiler_cxx: + # skip over environment variable settings if /usr/bin/env + # is used to set up the linker's environment. + # This is needed on OSX. Note: this assumes that the + # normal and C++ compiler have the same environment + # settings. + i = 0 + if os.path.basename(linker[0]) == "env": + i = 1 + while '=' in linker[i]: + i += 1 + + if os.path.basename(linker[i]) == 'ld_so_aix': + # AIX platforms prefix the compiler with the ld_so_aix + # script, so we need to adjust our linker index + offset = 1 + else: + offset = 0 + + linker[i+offset] = self.compiler_cxx[i] + + if sys.platform == 'darwin': + linker = _osx_support.compiler_fixup(linker, ld_args) + + self.spawn(linker + ld_args) + except DistutilsExecError as msg: + raise LinkError(msg) + else: + log.debug("skipping %s (up-to-date)", output_filename) + + # -- Miscellaneous methods ----------------------------------------- + # These are all used by the 'gen_lib_options() function, in + # ccompiler.py. + + def library_dir_option(self, dir): + return "-L" + dir + + def _is_gcc(self, compiler_name): + return "gcc" in compiler_name or "g++" in compiler_name + + def runtime_library_dir_option(self, dir): + # XXX Hackish, at the very least. See Python bug #445902: + # http://sourceforge.net/tracker/index.php + # ?func=detail&aid=445902&group_id=5470&atid=105470 + # Linkers on different platforms need different options to + # specify that directories need to be added to the list of + # directories searched for dependencies when a dynamic library + # is sought. GCC on GNU systems (Linux, FreeBSD, ...) has to + # be told to pass the -R option through to the linker, whereas + # other compilers and gcc on other systems just know this. + # Other compilers may need something slightly different. At + # this time, there's no way to determine this information from + # the configuration data stored in the Python installation, so + # we use this hack. + compiler = os.path.basename(sysconfig.get_config_var("CC")) + if sys.platform[:6] == "darwin": + # MacOSX's linker doesn't understand the -R flag at all + return "-L" + dir + elif sys.platform[:7] == "freebsd": + return "-Wl,-rpath=" + dir + elif sys.platform[:5] == "hp-ux": + if self._is_gcc(compiler): + return ["-Wl,+s", "-L" + dir] + return ["+s", "-L" + dir] + else: + if self._is_gcc(compiler): + # gcc on non-GNU systems does not need -Wl, but can + # use it anyway. Since distutils has always passed in + # -Wl whenever gcc was used in the past it is probably + # safest to keep doing so. + if sysconfig.get_config_var("GNULD") == "yes": + # GNU ld needs an extra option to get a RUNPATH + # instead of just an RPATH. + return "-Wl,--enable-new-dtags,-R" + dir + else: + return "-Wl,-R" + dir + else: + # No idea how --enable-new-dtags would be passed on to + # ld if this system was using GNU ld. Don't know if a + # system like this even exists. + return "-R" + dir + + def library_option(self, lib): + return "-l" + lib + + def find_library_file(self, dirs, lib, debug=0): + shared_f = self.library_filename(lib, lib_type='shared') + dylib_f = self.library_filename(lib, lib_type='dylib') + xcode_stub_f = self.library_filename(lib, lib_type='xcode_stub') + static_f = self.library_filename(lib, lib_type='static') + + if sys.platform == 'darwin': + # On OSX users can specify an alternate SDK using + # '-isysroot', calculate the SDK root if it is specified + # (and use it further on) + # + # Note that, as of Xcode 7, Apple SDKs may contain textual stub + # libraries with .tbd extensions rather than the normal .dylib + # shared libraries installed in /. The Apple compiler tool + # chain handles this transparently but it can cause problems + # for programs that are being built with an SDK and searching + # for specific libraries. Callers of find_library_file need to + # keep in mind that the base filename of the returned SDK library + # file might have a different extension from that of the library + # file installed on the running system, for example: + # /Applications/Xcode.app/Contents/Developer/Platforms/ + # MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/ + # usr/lib/libedit.tbd + # vs + # /usr/lib/libedit.dylib + cflags = sysconfig.get_config_var('CFLAGS') + m = re.search(r'-isysroot\s*(\S+)', cflags) + if m is None: + sysroot = '/' + else: + sysroot = m.group(1) + + + + for dir in dirs: + shared = os.path.join(dir, shared_f) + dylib = os.path.join(dir, dylib_f) + static = os.path.join(dir, static_f) + xcode_stub = os.path.join(dir, xcode_stub_f) + + if sys.platform == 'darwin' and ( + dir.startswith('/System/') or ( + dir.startswith('/usr/') and not dir.startswith('/usr/local/'))): + + shared = os.path.join(sysroot, dir[1:], shared_f) + dylib = os.path.join(sysroot, dir[1:], dylib_f) + static = os.path.join(sysroot, dir[1:], static_f) + xcode_stub = os.path.join(sysroot, dir[1:], xcode_stub_f) + + # We're second-guessing the linker here, with not much hard + # data to go on: GCC seems to prefer the shared library, so I'm + # assuming that *all* Unix C compilers do. And of course I'm + # ignoring even GCC's "-static" option. So sue me. + if os.path.exists(dylib): + return dylib + elif os.path.exists(xcode_stub): + return xcode_stub + elif os.path.exists(shared): + return shared + elif os.path.exists(static): + return static + + # Oops, didn't find it in *any* of 'dirs' + return None diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/util.py b/env/lib/python3.8/site-packages/setuptools/_distutils/util.py new file mode 100644 index 000000000..f5aca7942 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/util.py @@ -0,0 +1,561 @@ +"""distutils.util + +Miscellaneous utility functions -- anything that doesn't fit into +one of the other *util.py modules. +""" + +import os +import re +import importlib.util +import string +import sys +from distutils.errors import DistutilsPlatformError +from distutils.dep_util import newer +from distutils.spawn import spawn +from distutils import log +from distutils.errors import DistutilsByteCompileError +from .py35compat import _optim_args_from_interpreter_flags + + +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(' ', '_') + machine = machine.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 .py38compat import aix_platform + return aix_platform(osname, version, release) + elif osname[:6] == "cygwin": + osname = "cygwin" + rel_re = re.compile (r'[\d.]+', re.ASCII) + m = rel_re.match(release) + if m: + release = m.group() + elif osname[:6] == "darwin": + import _osx_support, distutils.sysconfig + osname, release, machine = _osx_support.get_platform_osx( + distutils.sysconfig.get_config_vars(), + osname, release, machine) + + return "%s-%s-%s" % (osname, release, machine) + +def get_platform(): + if os.name == 'nt': + TARGET_TO_PLAT = { + 'x86' : 'win32', + 'x64' : 'win-amd64', + 'arm' : 'win-arm32', + } + return TARGET_TO_PLAT.get(os.environ.get('VSCMD_ARG_TGT_ARCH')) or get_host_platform() + else: + return get_host_platform() + +def convert_path (pathname): + """Return 'pathname' as a name that will work on the native filesystem, + i.e. split it on '/' and put it 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 '.' in paths: + paths.remove('.') + if not paths: + return os.curdir + return os.path.join(*paths) + +# convert_path () + + +def change_root (new_root, pathname): + """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. + """ + 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 DistutilsPlatformError("nothing known about platform '%s'" % os.name) + + +_environ_checked = 0 +def check_environ (): + """Ensure that 'os.environ' has all the environment variables we + guarantee that users can use in config files, command-line options, + etc. Currently this includes: + HOME - user's home directory (Unix only) + PLAT - description of the current platform, including hardware + and OS (see 'get_platform()') + """ + global _environ_checked + if _environ_checked: + return + + if os.name == 'posix' and 'HOME' not in os.environ: + try: + import pwd + os.environ['HOME'] = pwd.getpwuid(os.getuid())[5] + except (ImportError, KeyError): + # bpo-10496: if the current user identifier doesn't exist in the + # password database, do nothing + pass + + if 'PLAT' not in os.environ: + os.environ['PLAT'] = get_platform() + + _environ_checked = 1 + + +def subst_vars (s, local_vars): + """Perform shell/Perl-style variable substitution on 'string'. Every + occurrence of '$' followed by a name is considered a variable, and + variable is substituted by the value found in the 'local_vars' + dictionary, or in 'os.environ' if it's not in 'local_vars'. + 'os.environ' is first checked/augmented to guarantee that it contains + certain values: see 'check_environ()'. Raise ValueError for any + variables not found in either 'local_vars' or 'os.environ'. + """ + check_environ() + def _subst (match, local_vars=local_vars): + var_name = match.group(1) + if var_name in local_vars: + return str(local_vars[var_name]) + else: + return os.environ[var_name] + + try: + return re.sub(r'\$([a-zA-Z_][a-zA-Z_0-9]*)', _subst, s) + except KeyError as var: + raise ValueError("invalid variable '$%s'" % var) + +# subst_vars () + + +def grok_environment_error (exc, prefix="error: "): + # Function kept for backward compatibility. + # Used to try clever things with EnvironmentErrors, + # but nowadays str(exception) produces good messages. + return prefix + str(exc) + + +# Needed by 'split_quoted()' +_wordchars_re = _squote_re = _dquote_re = None +def _init_regex(): + global _wordchars_re, _squote_re, _dquote_re + _wordchars_re = re.compile(r'[^\\\'\"%s ]*' % string.whitespace) + _squote_re = re.compile(r"'(?:[^'\\]|\\.)*'") + _dquote_re = re.compile(r'"(?:[^"\\]|\\.)*"') + +def split_quoted (s): + """Split a string up according to Unix shell-like rules for quotes and + backslashes. In short: words are delimited by spaces, as long as those + spaces are not escaped by a backslash, or inside a quoted string. + Single and double quotes are equivalent, and the quote characters can + be backslash-escaped. The backslash is stripped from any two-character + escape sequence, leaving only the escaped character. The quote + characters are stripped from any quoted string. Returns a list of + words. + """ + + # This is a nice algorithm for splitting up a single string, since it + # doesn't require character-by-character examination. It was a little + # bit of a brain-bender to get it working right, though... + if _wordchars_re is None: _init_regex() + + s = s.strip() + words = [] + pos = 0 + + while s: + m = _wordchars_re.match(s, pos) + end = m.end() + if end == len(s): + words.append(s[:end]) + break + + if s[end] in string.whitespace: # unescaped, unquoted whitespace: now + words.append(s[:end]) # we definitely have a word delimiter + s = s[end:].lstrip() + pos = 0 + + elif s[end] == '\\': # preserve whatever is being escaped; + # will become part of the current word + s = s[:end] + s[end+1:] + pos = end+1 + + else: + if s[end] == "'": # slurp singly-quoted string + m = _squote_re.match(s, end) + elif s[end] == '"': # slurp doubly-quoted string + m = _dquote_re.match(s, end) + else: + raise RuntimeError("this can't happen (bad char '%c')" % s[end]) + + if m is None: + raise ValueError("bad string (mismatched %s quotes?)" % s[end]) + + (beg, end) = m.span() + s = s[:beg] + s[beg+1:end-1] + s[end:] + pos = m.end() - 2 + + if pos >= len(s): + words.append(s) + break + + return words + +# split_quoted () + + +def execute (func, args, msg=None, verbose=0, dry_run=0): + """Perform some action that affects the outside world (eg. by + writing to the filesystem). Such actions are special because they + are disabled by the 'dry_run' flag. This method takes care of all + that bureaucracy for you; all you have to do is supply the + function to call and an argument tuple for it (to embody the + "external action" being performed), and an optional message to + print. + """ + if msg is None: + msg = "%s%r" % (func.__name__, args) + if msg[-2:] == ',)': # correct for singleton tuple + msg = msg[0:-2] + ')' + + log.info(msg) + if not dry_run: + func(*args) + + +def strtobool (val): + """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("invalid truth value %r" % (val,)) + + +def byte_compile (py_files, + optimize=0, force=0, + prefix=None, base_dir=None, + verbose=1, dry_run=0, + direct=None): + """Byte-compile a collection of Python source files to .pyc + files in a __pycache__ subdirectory. 'py_files' is a list + of files to compile; any files that don't end in ".py" are silently + skipped. 'optimize' must be one of the following: + 0 - don't optimize + 1 - normal optimization (like "python -O") + 2 - extra optimization (like "python -OO") + If 'force' is true, all files are recompiled regardless of + timestamps. + + The source filename encoded in each bytecode file defaults to the + filenames listed in 'py_files'; you can modify these with 'prefix' and + 'basedir'. 'prefix' is a string that will be stripped off of each + source filename, and 'base_dir' is a directory name that will be + prepended (after 'prefix' is stripped). You can supply either or both + (or neither) of 'prefix' and 'base_dir', as you wish. + + If 'dry_run' is true, doesn't actually do anything that would + affect the filesystem. + + Byte-compilation is either done directly in this interpreter process + with the standard py_compile module, or indirectly by writing a + temporary script and executing it. Normally, you should let + 'byte_compile()' figure out to use direct compilation or not (see + the source for details). The 'direct' flag is used by the script + generated in indirect mode; unless you know what you're doing, leave + it set to None. + """ + + # Late import to fix a bootstrap issue: _posixsubprocess is built by + # setup.py, but setup.py uses distutils. + import subprocess + + # nothing is done if sys.dont_write_bytecode is True + if sys.dont_write_bytecode: + raise DistutilsByteCompileError('byte-compiling is disabled.') + + # First, if the caller didn't force us into direct or indirect mode, + # figure out which mode we should be in. We take a conservative + # approach: choose direct mode *only* if the current interpreter is + # in debug mode and optimize is 0. If we're not in debug mode (-O + # or -OO), we don't know which level of optimization this + # interpreter is running with, so we can't do direct + # byte-compilation and be certain that it's the right thing. Thus, + # always compile indirectly if the current interpreter is in either + # optimize mode, or if either optimization level was requested by + # the caller. + if direct is None: + direct = (__debug__ and optimize == 0) + + # "Indirect" byte-compilation: write a temporary script and then + # run it with the appropriate flags. + if not direct: + try: + from tempfile import mkstemp + (script_fd, script_name) = mkstemp(".py") + except ImportError: + from tempfile import mktemp + (script_fd, script_name) = None, mktemp(".py") + log.info("writing byte-compilation script '%s'", script_name) + if not dry_run: + if script_fd is not None: + script = os.fdopen(script_fd, "w") + else: + script = open(script_name, "w") + + with script: + script.write("""\ +from distutils.util import byte_compile +files = [ +""") + + # XXX would be nice to write absolute filenames, just for + # safety's sake (script should be more robust in the face of + # chdir'ing before running it). But this requires abspath'ing + # 'prefix' as well, and that breaks the hack in build_lib's + # 'byte_compile()' method that carefully tacks on a trailing + # slash (os.sep really) to make sure the prefix here is "just + # right". This whole prefix business is rather delicate -- the + # problem is that it's really a directory, but I'm treating it + # as a dumb string, so trailing slashes and so forth matter. + + #py_files = map(os.path.abspath, py_files) + #if prefix: + # prefix = os.path.abspath(prefix) + + script.write(",\n".join(map(repr, py_files)) + "]\n") + script.write(""" +byte_compile(files, optimize=%r, force=%r, + prefix=%r, base_dir=%r, + verbose=%r, dry_run=0, + direct=1) +""" % (optimize, force, prefix, base_dir, verbose)) + + cmd = [sys.executable] + cmd.extend(_optim_args_from_interpreter_flags()) + cmd.append(script_name) + spawn(cmd, dry_run=dry_run) + execute(os.remove, (script_name,), "removing %s" % script_name, + dry_run=dry_run) + + # "Direct" byte-compilation: use the py_compile module to compile + # right here, right now. Note that the script generated in indirect + # mode simply calls 'byte_compile()' in direct mode, a weird sort of + # cross-process recursion. Hey, it works! + else: + from py_compile import compile + + for file in py_files: + if file[-3:] != ".py": + # This lets us be lazy and not filter filenames in + # the "install_lib" command. + continue + + # Terminology from the py_compile module: + # cfile - byte-compiled file + # dfile - purported source filename (same as 'file' by default) + if optimize >= 0: + opt = '' if optimize == 0 else optimize + cfile = importlib.util.cache_from_source( + file, optimization=opt) + else: + cfile = importlib.util.cache_from_source(file) + dfile = file + if prefix: + if file[:len(prefix)] != prefix: + raise ValueError("invalid prefix: filename %r doesn't start with %r" + % (file, prefix)) + dfile = dfile[len(prefix):] + if base_dir: + dfile = os.path.join(base_dir, dfile) + + cfile_base = os.path.basename(cfile) + if direct: + if force or newer(file, cfile): + log.info("byte-compiling %s to %s", file, cfile_base) + if not dry_run: + compile(file, cfile, dfile) + else: + log.debug("skipping byte-compilation of %s to %s", + file, cfile_base) + +# byte_compile () + +def rfc822_escape (header): + """Return a version of the string escaped for inclusion in an + RFC-822 header, by ensuring there are 8 spaces space after each newline. + """ + lines = header.split('\n') + sep = '\n' + 8 * ' ' + return sep.join(lines) + +# 2to3 support + +def run_2to3(files, fixer_names=None, options=None, explicit=None): + """Invoke 2to3 on a list of Python files. + The files should all come from the build area, as the + modification is done in-place. To reduce the build time, + only files modified since the last invocation of this + function should be passed in the files argument.""" + + if not files: + return + + # Make this class local, to delay import of 2to3 + from lib2to3.refactor import RefactoringTool, get_fixers_from_package + class DistutilsRefactoringTool(RefactoringTool): + def log_error(self, msg, *args, **kw): + log.error(msg, *args) + + def log_message(self, msg, *args): + log.info(msg, *args) + + def log_debug(self, msg, *args): + log.debug(msg, *args) + + if fixer_names is None: + fixer_names = get_fixers_from_package('lib2to3.fixes') + r = DistutilsRefactoringTool(fixer_names, options=options) + r.refactor(files, write=True) + +def copydir_run_2to3(src, dest, template=None, fixer_names=None, + options=None, explicit=None): + """Recursively copy a directory, only copying new and changed files, + running run_2to3 over all newly copied Python modules afterward. + + If you give a template string, it's parsed like a MANIFEST.in. + """ + from distutils.dir_util import mkpath + from distutils.file_util import copy_file + from distutils.filelist import FileList + filelist = FileList() + curdir = os.getcwd() + os.chdir(src) + try: + filelist.findall() + finally: + os.chdir(curdir) + filelist.files[:] = filelist.allfiles + if template: + for line in template.splitlines(): + line = line.strip() + if not line: continue + filelist.process_template_line(line) + copied = [] + for filename in filelist.files: + outname = os.path.join(dest, filename) + mkpath(os.path.dirname(outname)) + res = copy_file(os.path.join(src, filename), outname, update=1) + if res[1]: copied.append(outname) + run_2to3([fn for fn in copied if fn.lower().endswith('.py')], + fixer_names=fixer_names, options=options, explicit=explicit) + return copied + +class Mixin2to3: + '''Mixin class for commands that run 2to3. + To configure 2to3, setup scripts may either change + the class variables, or inherit from individual commands + to override how 2to3 is invoked.''' + + # provide list of fixers to run; + # defaults to all from lib2to3.fixers + fixer_names = None + + # options dictionary + options = None + + # list of fixers to invoke even though they are marked as explicit + explicit = None + + def run_2to3(self, files): + return run_2to3(files, self.fixer_names, self.options, self.explicit) diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/version.py b/env/lib/python3.8/site-packages/setuptools/_distutils/version.py new file mode 100644 index 000000000..c33bebaed --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/version.py @@ -0,0 +1,347 @@ +# +# distutils/version.py +# +# Implements multiple version numbering conventions for the +# Python Module Distribution Utilities. +# +# $Id$ +# + +"""Provides classes to represent module version numbers (one class for +each style of version numbering). There are currently two such classes +implemented: StrictVersion and LooseVersion. + +Every version number class implements the following interface: + * the 'parse' method takes a string and parses it to some internal + representation; if the string is an invalid version number, + 'parse' raises a ValueError exception + * the class constructor takes an optional string argument which, + if supplied, is passed to 'parse' + * __str__ reconstructs the string that was passed to 'parse' (or + an equivalent string -- ie. one that will generate an equivalent + version number instance) + * __repr__ generates Python code to recreate the version number instance + * _cmp compares the current instance with either another instance + of the same class or a string (which will be parsed to an instance + of the same class, thus must follow the same rules) +""" + +import re + +class Version: + """Abstract base class for version numbering classes. Just provides + constructor (__init__) and reproducer (__repr__), because those + seem to be the same for all version numbering classes; and route + rich comparisons to _cmp. + """ + + def __init__ (self, vstring=None): + if vstring: + self.parse(vstring) + + def __repr__ (self): + return "%s ('%s')" % (self.__class__.__name__, str(self)) + + def __eq__(self, other): + c = self._cmp(other) + if c is NotImplemented: + return c + return c == 0 + + def __lt__(self, other): + c = self._cmp(other) + if c is NotImplemented: + return c + return c < 0 + + def __le__(self, other): + c = self._cmp(other) + if c is NotImplemented: + return c + return c <= 0 + + def __gt__(self, other): + c = self._cmp(other) + if c is NotImplemented: + return c + return c > 0 + + def __ge__(self, other): + c = self._cmp(other) + if c is NotImplemented: + return c + return c >= 0 + + +# Interface for version-number classes -- must be implemented +# by the following classes (the concrete ones -- Version should +# be treated as an abstract class). +# __init__ (string) - create and take same action as 'parse' +# (string parameter is optional) +# parse (string) - convert a string representation to whatever +# internal representation is appropriate for +# this style of version numbering +# __str__ (self) - convert back to a string; should be very similar +# (if not identical to) the string supplied to parse +# __repr__ (self) - generate Python code to recreate +# the instance +# _cmp (self, other) - compare two version numbers ('other' may +# be an unparsed version string, or another +# instance of your version class) + + +class StrictVersion (Version): + + """Version numbering for anal retentives and software idealists. + Implements the standard interface for version number classes as + described above. A version number consists of two or three + dot-separated numeric components, with an optional "pre-release" tag + on the end. The pre-release tag consists of the letter 'a' or 'b' + followed by a number. If the numeric components of two version + numbers are equal, then one with a pre-release tag will always + be deemed earlier (lesser) than one without. + + The following are valid version numbers (shown in the order that + would be obtained by sorting according to the supplied cmp function): + + 0.4 0.4.0 (these two are equivalent) + 0.4.1 + 0.5a1 + 0.5b3 + 0.5 + 0.9.6 + 1.0 + 1.0.4a3 + 1.0.4b1 + 1.0.4 + + The following are examples of invalid version numbers: + + 1 + 2.7.2.2 + 1.3.a4 + 1.3pl1 + 1.3c4 + + The rationale for this version numbering system will be explained + in the distutils documentation. + """ + + version_re = re.compile(r'^(\d+) \. (\d+) (\. (\d+))? ([ab](\d+))?$', + re.VERBOSE | re.ASCII) + + + def parse (self, vstring): + match = self.version_re.match(vstring) + if not match: + raise ValueError("invalid version number '%s'" % vstring) + + (major, minor, patch, prerelease, prerelease_num) = \ + match.group(1, 2, 4, 5, 6) + + if patch: + self.version = tuple(map(int, [major, minor, patch])) + else: + self.version = tuple(map(int, [major, minor])) + (0,) + + if prerelease: + self.prerelease = (prerelease[0], int(prerelease_num)) + else: + self.prerelease = None + + + def __str__ (self): + + if self.version[2] == 0: + vstring = '.'.join(map(str, self.version[0:2])) + else: + vstring = '.'.join(map(str, self.version)) + + if self.prerelease: + vstring = vstring + self.prerelease[0] + str(self.prerelease[1]) + + return vstring + + + def _cmp (self, other): + if isinstance(other, str): + other = StrictVersion(other) + elif not isinstance(other, StrictVersion): + return NotImplemented + + if self.version != other.version: + # numeric versions don't match + # prerelease stuff doesn't matter + if self.version < other.version: + return -1 + else: + return 1 + + # have to compare prerelease + # case 1: neither has prerelease; they're equal + # case 2: self has prerelease, other doesn't; other is greater + # case 3: self doesn't have prerelease, other does: self is greater + # case 4: both have prerelease: must compare them! + + if (not self.prerelease and not other.prerelease): + return 0 + elif (self.prerelease and not other.prerelease): + return -1 + elif (not self.prerelease and other.prerelease): + return 1 + elif (self.prerelease and other.prerelease): + if self.prerelease == other.prerelease: + return 0 + elif self.prerelease < other.prerelease: + return -1 + else: + return 1 + else: + assert False, "never get here" + +# end class StrictVersion + + +# The rules according to Greg Stein: +# 1) a version number has 1 or more numbers separated by a period or by +# sequences of letters. If only periods, then these are compared +# left-to-right to determine an ordering. +# 2) sequences of letters are part of the tuple for comparison and are +# compared lexicographically +# 3) recognize the numeric components may have leading zeroes +# +# The LooseVersion class below implements these rules: a version number +# string is split up into a tuple of integer and string components, and +# comparison is a simple tuple comparison. This means that version +# numbers behave in a predictable and obvious way, but a way that might +# not necessarily be how people *want* version numbers to behave. There +# wouldn't be a problem if people could stick to purely numeric version +# numbers: just split on period and compare the numbers as tuples. +# However, people insist on putting letters into their version numbers; +# the most common purpose seems to be: +# - indicating a "pre-release" version +# ('alpha', 'beta', 'a', 'b', 'pre', 'p') +# - indicating a post-release patch ('p', 'pl', 'patch') +# but of course this can't cover all version number schemes, and there's +# no way to know what a programmer means without asking him. +# +# The problem is what to do with letters (and other non-numeric +# characters) in a version number. The current implementation does the +# obvious and predictable thing: keep them as strings and compare +# lexically within a tuple comparison. This has the desired effect if +# an appended letter sequence implies something "post-release": +# eg. "0.99" < "0.99pl14" < "1.0", and "5.001" < "5.001m" < "5.002". +# +# However, if letters in a version number imply a pre-release version, +# the "obvious" thing isn't correct. Eg. you would expect that +# "1.5.1" < "1.5.2a2" < "1.5.2", but under the tuple/lexical comparison +# implemented here, this just isn't so. +# +# Two possible solutions come to mind. The first is to tie the +# comparison algorithm to a particular set of semantic rules, as has +# been done in the StrictVersion class above. This works great as long +# as everyone can go along with bondage and discipline. Hopefully a +# (large) subset of Python module programmers will agree that the +# particular flavour of bondage and discipline provided by StrictVersion +# provides enough benefit to be worth using, and will submit their +# version numbering scheme to its domination. The free-thinking +# anarchists in the lot will never give in, though, and something needs +# to be done to accommodate them. +# +# Perhaps a "moderately strict" version class could be implemented that +# lets almost anything slide (syntactically), and makes some heuristic +# assumptions about non-digits in version number strings. This could +# sink into special-case-hell, though; if I was as talented and +# idiosyncratic as Larry Wall, I'd go ahead and implement a class that +# somehow knows that "1.2.1" < "1.2.2a2" < "1.2.2" < "1.2.2pl3", and is +# just as happy dealing with things like "2g6" and "1.13++". I don't +# think I'm smart enough to do it right though. +# +# In any case, I've coded the test suite for this module (see +# ../test/test_version.py) specifically to fail on things like comparing +# "1.2a2" and "1.2". That's not because the *code* is doing anything +# wrong, it's because the simple, obvious design doesn't match my +# complicated, hairy expectations for real-world version numbers. It +# would be a snap to fix the test suite to say, "Yep, LooseVersion does +# the Right Thing" (ie. the code matches the conception). But I'd rather +# have a conception that matches common notions about version numbers. + +class LooseVersion (Version): + + """Version numbering for anarchists and software realists. + Implements the standard interface for version number classes as + described above. A version number consists of a series of numbers, + separated by either periods or strings of letters. When comparing + version numbers, the numeric components will be compared + numerically, and the alphabetic components lexically. The following + are all valid version numbers, in no particular order: + + 1.5.1 + 1.5.2b2 + 161 + 3.10a + 8.02 + 3.4j + 1996.07.12 + 3.2.pl0 + 3.1.1.6 + 2g6 + 11g + 0.960923 + 2.2beta29 + 1.13++ + 5.5.kw + 2.0b1pl0 + + In fact, there is no such thing as an invalid version number under + this scheme; the rules for comparison are simple and predictable, + but may not always give the results you want (for some definition + of "want"). + """ + + component_re = re.compile(r'(\d+ | [a-z]+ | \.)', re.VERBOSE) + + def __init__ (self, vstring=None): + if vstring: + self.parse(vstring) + + + def parse (self, vstring): + # I've given up on thinking I can reconstruct the version string + # from the parsed tuple -- so I just store the string here for + # use by __str__ + self.vstring = vstring + components = [x for x in self.component_re.split(vstring) + if x and x != '.'] + for i, obj in enumerate(components): + try: + components[i] = int(obj) + except ValueError: + pass + + self.version = components + + + def __str__ (self): + return self.vstring + + + def __repr__ (self): + return "LooseVersion ('%s')" % str(self) + + + def _cmp (self, other): + if isinstance(other, str): + other = LooseVersion(other) + elif not isinstance(other, LooseVersion): + return NotImplemented + + if self.version == other.version: + return 0 + if self.version < other.version: + return -1 + if self.version > other.version: + return 1 + + +# end class LooseVersion diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/versionpredicate.py b/env/lib/python3.8/site-packages/setuptools/_distutils/versionpredicate.py new file mode 100644 index 000000000..062c98f24 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_distutils/versionpredicate.py @@ -0,0 +1,166 @@ +"""Module for parsing and testing package version predicate strings. +""" +import re +import distutils.version +import operator + + +re_validPackage = re.compile(r"(?i)^\s*([a-z_]\w*(?:\.[a-z_]\w*)*)(.*)", + re.ASCII) +# (package) (rest) + +re_paren = re.compile(r"^\s*\((.*)\)\s*$") # (list) inside of parentheses +re_splitComparison = re.compile(r"^\s*(<=|>=|<|>|!=|==)\s*([^\s,]+)\s*$") +# (comp) (version) + + +def splitUp(pred): + """Parse a single version comparison. + + Return (comparison string, StrictVersion) + """ + res = re_splitComparison.match(pred) + if not res: + raise ValueError("bad package restriction syntax: %r" % pred) + comp, verStr = res.groups() + return (comp, distutils.version.StrictVersion(verStr)) + +compmap = {"<": operator.lt, "<=": operator.le, "==": operator.eq, + ">": operator.gt, ">=": operator.ge, "!=": operator.ne} + +class VersionPredicate: + """Parse and test package version predicates. + + >>> v = VersionPredicate('pyepat.abc (>1.0, <3333.3a1, !=1555.1b3)') + + The `name` attribute provides the full dotted name that is given:: + + >>> v.name + 'pyepat.abc' + + The str() of a `VersionPredicate` provides a normalized + human-readable version of the expression:: + + >>> print(v) + pyepat.abc (> 1.0, < 3333.3a1, != 1555.1b3) + + The `satisfied_by()` method can be used to determine with a given + version number is included in the set described by the version + restrictions:: + + >>> v.satisfied_by('1.1') + True + >>> v.satisfied_by('1.4') + True + >>> v.satisfied_by('1.0') + False + >>> v.satisfied_by('4444.4') + False + >>> v.satisfied_by('1555.1b3') + False + + `VersionPredicate` is flexible in accepting extra whitespace:: + + >>> v = VersionPredicate(' pat( == 0.1 ) ') + >>> v.name + 'pat' + >>> v.satisfied_by('0.1') + True + >>> v.satisfied_by('0.2') + False + + If any version numbers passed in do not conform to the + restrictions of `StrictVersion`, a `ValueError` is raised:: + + >>> v = VersionPredicate('p1.p2.p3.p4(>=1.0, <=1.3a1, !=1.2zb3)') + Traceback (most recent call last): + ... + ValueError: invalid version number '1.2zb3' + + It the module or package name given does not conform to what's + allowed as a legal module or package name, `ValueError` is + raised:: + + >>> v = VersionPredicate('foo-bar') + Traceback (most recent call last): + ... + ValueError: expected parenthesized list: '-bar' + + >>> v = VersionPredicate('foo bar (12.21)') + Traceback (most recent call last): + ... + ValueError: expected parenthesized list: 'bar (12.21)' + + """ + + def __init__(self, versionPredicateStr): + """Parse a version predicate string. + """ + # Fields: + # name: package name + # pred: list of (comparison string, StrictVersion) + + versionPredicateStr = versionPredicateStr.strip() + if not versionPredicateStr: + raise ValueError("empty package restriction") + match = re_validPackage.match(versionPredicateStr) + if not match: + raise ValueError("bad package name in %r" % versionPredicateStr) + self.name, paren = match.groups() + paren = paren.strip() + if paren: + match = re_paren.match(paren) + if not match: + raise ValueError("expected parenthesized list: %r" % paren) + str = match.groups()[0] + self.pred = [splitUp(aPred) for aPred in str.split(",")] + if not self.pred: + raise ValueError("empty parenthesized list in %r" + % versionPredicateStr) + else: + self.pred = [] + + def __str__(self): + if self.pred: + seq = [cond + " " + str(ver) for cond, ver in self.pred] + return self.name + " (" + ", ".join(seq) + ")" + else: + return self.name + + def satisfied_by(self, version): + """True if version is compatible with all the predicates in self. + The parameter version must be acceptable to the StrictVersion + constructor. It may be either a string or StrictVersion. + """ + for cond, ver in self.pred: + if not compmap[cond](version, ver): + return False + return True + + +_provision_rx = None + +def split_provision(value): + """Return the name and optional version number of a provision. + + The version number, if given, will be returned as a `StrictVersion` + instance, otherwise it will be `None`. + + >>> split_provision('mypkg') + ('mypkg', None) + >>> split_provision(' mypkg( 1.2 ) ') + ('mypkg', StrictVersion ('1.2')) + """ + global _provision_rx + if _provision_rx is None: + _provision_rx = re.compile( + r"([a-zA-Z_]\w*(?:\.[a-zA-Z_]\w*)*)(?:\s*\(\s*([^)\s]+)\s*\))?$", + re.ASCII) + value = value.strip() + m = _provision_rx.match(value) + if not m: + raise ValueError("illegal provides specification: %r" % value) + ver = m.group(2) or None + if ver: + ver = distutils.version.StrictVersion(ver) + return m.group(1), ver diff --git a/env/lib/python3.8/site-packages/setuptools/_imp.py b/env/lib/python3.8/site-packages/setuptools/_imp.py new file mode 100644 index 000000000..451e45a83 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_imp.py @@ -0,0 +1,82 @@ +""" +Re-implementation of find_module and get_frozen_object +from the deprecated imp module. +""" + +import os +import importlib.util +import importlib.machinery + +from .py34compat import module_from_spec + + +PY_SOURCE = 1 +PY_COMPILED = 2 +C_EXTENSION = 3 +C_BUILTIN = 6 +PY_FROZEN = 7 + + +def find_spec(module, paths): + finder = ( + importlib.machinery.PathFinder().find_spec + if isinstance(paths, list) else + importlib.util.find_spec + ) + return finder(module, paths) + + +def find_module(module, paths=None): + """Just like 'imp.find_module()', but with package support""" + spec = find_spec(module, paths) + if spec is None: + raise ImportError("Can't find %s" % module) + if not spec.has_location and hasattr(spec, 'submodule_search_locations'): + spec = importlib.util.spec_from_loader('__init__.py', spec.loader) + + kind = -1 + file = None + static = isinstance(spec.loader, type) + if spec.origin == 'frozen' or static and issubclass( + spec.loader, importlib.machinery.FrozenImporter): + kind = PY_FROZEN + path = None # imp compabilty + suffix = mode = '' # imp compability + elif spec.origin == 'built-in' or static and issubclass( + spec.loader, importlib.machinery.BuiltinImporter): + kind = C_BUILTIN + path = None # imp compabilty + suffix = mode = '' # imp compability + elif spec.has_location: + path = spec.origin + suffix = os.path.splitext(path)[1] + mode = 'r' if suffix in importlib.machinery.SOURCE_SUFFIXES else 'rb' + + if suffix in importlib.machinery.SOURCE_SUFFIXES: + kind = PY_SOURCE + elif suffix in importlib.machinery.BYTECODE_SUFFIXES: + kind = PY_COMPILED + elif suffix in importlib.machinery.EXTENSION_SUFFIXES: + kind = C_EXTENSION + + if kind in {PY_SOURCE, PY_COMPILED}: + file = open(path, mode) + else: + path = None + suffix = mode = '' + + return file, path, (suffix, mode, kind) + + +def get_frozen_object(module, paths=None): + spec = find_spec(module, paths) + if not spec: + raise ImportError("Can't find %s" % module) + return spec.loader.get_code(module) + + +def get_module(module, paths, info): + spec = find_spec(module, paths) + if not spec: + raise ImportError("Can't find %s" % module) + return module_from_spec(spec) diff --git a/env/lib/python3.8/site-packages/setuptools/_vendor/__init__.py b/env/lib/python3.8/site-packages/setuptools/_vendor/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/env/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f4fe2173c32b59f465595eb9639e15241d0c23de GIT binary patch literal 189 zcmWIL<>g`kg07cl86f&Gh(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o10LKO;XkRX-&$ zPrsnDBqKjhx4>98ttd4$DKk~Kq$n{tJGDqZHLpxRCo>7E!dTBjzc{lbRkr{ro0y(j ztY4g3Qd&@wpPy5#A77T5my%zkA0MBYmst`YuUAlci^C>2KczG$)edC$XCP((027Qd AHvj+t literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/ordered_set.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/ordered_set.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7cd9c6b9f16697bf13038d463837c6a2ea76e488 GIT binary patch literal 16447 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 OYmi%J=M3{CR9zatkDk9@sgl>0|!ZohQ@RYOw zg#q#S1|8QF+9Rj5gNuy`>4}X+2J5z}n!nZXw;6h1K7jEDtEL?uHbJH8-qJ&@g#*$! z%l;CFmogY`EikN0*)xaP3!$9O`_5fo^r>noPZ!W@K!-5pW_6+VM+k^qry$@UAQoDK zF10_*cd}l6h)+_f96(Qs`z&jTIwMzKbOgs}&|1Tu zb5YqXAZnE%r|USefsL^s z(9JM15MDh_`;p_W=X-%w;l2ihf{8N{G$3o>HyxN*RuoyQ_6#bg^($y5SvqZ%6lolc zM}?ble$AuDIkZ7NmQ&i4Qoh@oo092w zU42t>eStchk~SEY&+;Oe)y*b=&EXIdSOK3hdJ%lroz)@ z?)12XqgjB{x(CvskXx-zLAuZy)BEpDRp&cG4bbg>bxowrad8)}Q_dI64F_ zq(v51t(}v`^a*~@STsi5yoe4av)g0z@807*?A;wQRqRVxr;ows0<8_)6#Tx6P+W5{ z{vL6X;Ie-<2Jq^#HaL$X<(~&cN7s7#JzYvm-W#&kmMra9qxI6Rx1?~ktC#nbRy5=S zFOGLXOHHJw`>@c1$?Yxl9w%e&Bf)?lf?xdT5+4N{S?EKSMz<5-@>nX;i&|YA^h>1X z^Mmm)cR(J9h8re+YMn1l`Dgo4>ztd@`9WTzp9BLSd?T^>_<52}R85d~+6>|s7;It$ zbik8qq+&TxN1Eu%Zsws2P5mEF9P57!oRIRXaToU@=v~pxzGOU!Z9kr&`F6>Gi9xao zjW)Vgh5@$;cgv!&HU^(QD*JejmPVm{(V1-sWu{*)-?#AlfF#S6{s`0@#|V3BoZx3+ zmkSP)w>0?+Ip_2X9j0Ie*wOLvSvp>_CIqE$)f5?S2^qB47%Hc%(cvm}=wgRu1A>4h&_-zEYly8*%z+K+np*W)1vRp5;F zQ;~}w3~XE`K!O(X0Q2DOCQKZ`xAuDd_AdGe5)D=yswg=*l0pcn3VO$GV!ub$6u;c& zMYcH{UsM3QI9ZT@fZU<0Xg}}j8w|k#XjVK=ZC@CJ6H08F0X%mt;Twc4eUbEQ(4<9* z2j^}^;Otn8F$t6q?xVLMzzyETBsX^4Jug5#+cEWC8d|QY$FR%xZTbv*U4Szu@pKvL z0;J3;0x|O$S$%^Hl|BEh%Jfu62z6-^<1z4jShIYNyhSU37KQDl!b9C^W4IV zpl-2IllLBf<`-EdF@17Mu0PyLnaiI=Boru|8RZ7q&P;rg=|1NFWK7qXc7A= z&|!6v6mT!(yS#`IF_A4Uv3wuIuHa8LZ&y(wcdWNBw?&OjR)13(Y)B=i$O58w@a8!( zY#~*Ilo;U2ZH8b@>$>XHGs)j%Gi7+|A{)jL-;wgP*!sAg8fn@Hp${$eBXR}ZWD|x zpvTRl(8P5Z=(_pTnT-!5&UB{XX&l<^FudeHv~oM4kK1`BO~2xoQ&2zv3ra+7A7vx9 zpbX!8SYXdUm1ju)kHKzHxk(Ee08rL$mc6;Fi&Q>1PE7$aX`BOWG7TzdoXvkYPJ;qB zkI(?S>RO??f-Y$KHr5HqM@TE_gu4(R&(rRN%*AUmq$?1^+eb(`&8PJ7z%UPh1qv)V zkFZ;4AOLfOBT#Av2@E&uJEZx>uxPS_Zzw$g3xI_EgS=4AD3*J8^*)ps+IG0cxw>ap zQ?Wb;nc<-4K!Qob?quVIPX{htJAKN5hqyjG@IGj`|3Qo$N}Ni3BrT?GLBoJTBnB)z zi~X{PA%j7(e};8#B5zw|;vEMKeUcSoo{8j~K14mN0=E=Qv!o8lQP+VLqRi?Fs~f)}b)Z~~f`=)i9^e$aY)Dm{ zpw7zR{8Hgk)qrzKX}gM+V|I7;`UaT7m>udNqqJKq*v^SXhwI9eCjMf^Q5U6!K4= zg6;J+u!%W|RjQr@DuBaenOqe56Kt`k4^f6^(0L3bgkWs+FvXFw`fkOu9#1MVcpRf} z?PG%Fx3$TFG(PF<8{T{4nrP<0a`e{ld(MJjmT_i$e5c?*Kr;#007p|$U%qj zq**xf4qzdntc1XTlTeHFYU}Wl%?a0Fk&kjsyeI>8F?q=+3NB+UMEqsXVf7}$j{$vj zPBXV1LK5uNp?QFi9v0H5^2J9v5FTN$H$DKxc!%+zEK!yWw{!5>vIL|!TY`EvXi1hF z6i|r}51v0F*3$kjRy%3`aR4zwKI80~`Y(JZRm1nO5k~exQw3FH7hb|d4Yt6j#1>ZK zL+qMAja5fpd@NF(n_g^B>9hJ+3I8uvAx_>pMs)#`OZo|w5uCnEW!zR7$0F#@Ux`%d z))!qRLIZPwKlDFD`Sw>)B{#zjzvJe$+?t0M=&kynu|uSP&}X#Jmi0n*@!_jKXCj&Q zE}sO*E+gv?v7Y{3pxx+5waY(E$bhVxI0q|%-7sk0x3Qi-%*)$(VcromBP9#?tZvHW zgMLTllJ;MrYQx_SLV0duQx_jAkLiUhHd(o8<7DMT2sF)oJW@9nfLUVL1Q-Nn($Mq} ze4>wE(fA}C!6%tI-A;uVM4V6s7=)n!gGfq9?ggKKwgNJI(fGvvG6(Q0yvR@nT`SP= z8NWLd$>;RBLcwmL7<9@D#1{m8nUn|d;NuHD7cSzMZu`Jo2d1j1)p1celf$CK1!=#( zAf3r!M=Q;|Yz%Wd%ZcN*OheNdJPLj0ox)v4o}wXdjZP5gdUn`9%XbVh1tAMQy(hw1;!^atML^qL;p4 zfd`o_YbrgX34W+pV|DEqP4I(;CfdEs7RP|vHAuw~#XqpBn$)I|bSKCzRv5qFkIx)V zL23j+pVB~;;uJ@S0X*Df{~JDzpeC-j|H=~C0YpvqKOko1(w2}BSDxMf5$X4TM8-H3 zG$aJt;QXp$X?-9X{op|ED^FSbpZvFhT z$Y|vWC^PNre$~+@NFDc1LoeX`4dLgk$7_`YZzlt;kL+%+Ql`c-^DXoP@kX>8cY|CA z089&vd~k3|BR9d*7CwzPnMPLJ8W`HG!5j`U$I&$0*rj*`%6u#KNw;80q6?9?f)9}g z4`>tek|R^VEy_>i-yk3v@E-E7$_tNY0EaK@bgkmZq?LXs7Te&;7HnMb2#~V@M+@JZ zxG(V@tl`x=q&AsoZR+if*7_>wf&Nva^|2(5L%~KA*C3yG4s_eV+^~BiO#lxUJsdHz z8l(?#T*nSP(|f|`B>d3n{Q{1Lpa+jwoW|HfFRqKdpo5RPV}G9c3MWEn!`CqQUKaCp zUgmjOKwPiqa(IOA-_2Or5)0QM1;bi5efRN`C*7>)YhGZA+Xeflcxgh*ZJM<(#FZxt z6zXh4BF-7Q+u+%+uyij3J+rSi#sK&%$wK2Gshcp_Z zA7}vbu;Yq#-W-R28Mu~ldPQq7B3cjB1@QtfqqOiS)DktR@C1)GCFsG7A#uNT-Wr_| z--uqbcS6Il3|TQ7H(FEHfN9s)+@a!&8GOK=U#T6$-QmNK`@o zqB-0P7m-sIq~B4^MWpK2%_x$(g_SKF^B^jszqotPEzn-KFx58)5 zNItuoGV#7(;->21Qwt}tV3mTA=qxNjM9o~qfGpHGLHVa>?&3^CVRU9%M1-Pvjehse zDL^+6V5rXu`71>4K4^N1v5bz^LC%44&~g2`9`uoUOzbdG4iv<3K%iE~1wIW%8L#}B zikfsZL!L~ioql>p4~C~iqV}-GXIn96yqP74+8o0yg62)1iLdQwZeDX>Hv?s1QPYtD z5H|n-B5F}Lnf455HU4|`5&->YH0XE?gjoi`h5f`HqN??@Gdo%nYk)4!JLoM?Czx#+ zui+pW)(^Hdf>XTW=6$7AR+Y2L%Xxqb074W*QL-$LKuG{3k|HU|mT8F=1(FgI3Y1CMQm6+!#0(!G2#|M% zqBtBV`It&9r;%gFX&zp0OuE^0wRyP7I$o!ncT(4FoYdQ7o9xti*^NJqnG6Js4`7;JVNU5vs)*ASE6_gW&<_nM8kc)=<`zoyRUg2!E`OPDR&_jHE}@UZ%TB6p zWyZ<`gio`~CK$*ecOAHhM(!d`o6_>BEOZ+56m;5F=(IJ^X+I8~)(@Sw4jeZWe2DN@ zxkmr{2#|F@IB})_#eSpD^3Z2Wo#*i1BjCSi%J +tsklr)l%tC5|~V*sTkZ*>tv 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 OrderedSet([1, 1, 2, 3, 2]) + OrderedSet([1, 2, 3]) + """ + + def __init__(self, iterable=None): + self.items = [] + self.map = {} + if iterable is not None: + self |= iterable + + def __len__(self): + """ + Returns the number of unique elements in the ordered set + + Example: + >>> len(OrderedSet([])) + 0 + >>> len(OrderedSet([1, 2])) + 2 + """ + return len(self.items) + + def __getitem__(self, index): + """ + Get the item at a given index. + + If `index` is a slice, you will get back that slice of items, as a + new OrderedSet. + + If `index` is a list or a similar iterable, you'll get a list of + items corresponding to those indices. This is similar to NumPy's + "fancy indexing". The result is not an OrderedSet because you may ask + for duplicate indices, and the number of elements returned should be + the number of elements asked for. + + Example: + >>> oset = OrderedSet([1, 2, 3]) + >>> oset[1] + 2 + """ + if isinstance(index, slice) and index == SLICE_ALL: + return self.copy() + elif is_iterable(index): + return [self.items[i] for i in index] + elif hasattr(index, "__index__") or isinstance(index, slice): + result = self.items[index] + if isinstance(result, list): + return self.__class__(result) + else: + return result + else: + raise TypeError("Don't know how to index an OrderedSet by %r" % index) + + def copy(self): + """ + Return a shallow copy of this object. + + Example: + >>> this = OrderedSet([1, 2, 3]) + >>> other = this.copy() + >>> this == other + True + >>> this is other + False + """ + return self.__class__(self) + + def __getstate__(self): + if len(self) == 0: + # The state can't be an empty list. + # We need to return a truthy value, or else __setstate__ won't be run. + # + # This could have been done more gracefully by always putting the state + # in a tuple, but this way is backwards- and forwards- compatible with + # previous versions of OrderedSet. + return (None,) + else: + return list(self) + + def __setstate__(self, state): + if state == (None,): + self.__init__([]) + else: + self.__init__(state) + + def __contains__(self, key): + """ + Test if the item is in this ordered set + + Example: + >>> 1 in OrderedSet([1, 3, 2]) + True + >>> 5 in OrderedSet([1, 3, 2]) + False + """ + return key in self.map + + def add(self, key): + """ + Add `key` as an item to this OrderedSet, then return its index. + + If `key` is already in the OrderedSet, return the index it already + had. + + Example: + >>> oset = OrderedSet() + >>> oset.append(3) + 0 + >>> print(oset) + OrderedSet([3]) + """ + if key not in self.map: + self.map[key] = len(self.items) + self.items.append(key) + return self.map[key] + + append = add + + def update(self, sequence): + """ + Update the set with the given iterable sequence, then return the index + of the last element inserted. + + Example: + >>> oset = OrderedSet([1, 2, 3]) + >>> oset.update([3, 1, 5, 1, 4]) + 4 + >>> print(oset) + OrderedSet([1, 2, 3, 5, 4]) + """ + item_index = None + try: + for item in sequence: + item_index = self.add(item) + except TypeError: + raise ValueError( + "Argument needs to be an iterable, got %s" % type(sequence) + ) + return item_index + + def index(self, key): + """ + Get the index of a given entry, raising an IndexError if it's not + present. + + `key` can be an iterable of entries that is not a string, in which case + this returns a list of indices. + + Example: + >>> oset = OrderedSet([1, 2, 3]) + >>> oset.index(2) + 1 + """ + if is_iterable(key): + return [self.index(subkey) for subkey in key] + return self.map[key] + + # Provide some compatibility with pd.Index + get_loc = index + get_indexer = index + + def pop(self): + """ + Remove and return the last element from the set. + + Raises KeyError if the set is empty. + + Example: + >>> oset = OrderedSet([1, 2, 3]) + >>> oset.pop() + 3 + """ + if not self.items: + raise KeyError("Set is empty") + + elem = self.items[-1] + del self.items[-1] + del self.map[elem] + return elem + + def discard(self, key): + """ + Remove an element. Do not raise an exception if absent. + + The MutableSet mixin uses this to implement the .remove() method, which + *does* raise an error when asked to remove a non-existent item. + + Example: + >>> oset = OrderedSet([1, 2, 3]) + >>> oset.discard(2) + >>> print(oset) + OrderedSet([1, 3]) + >>> oset.discard(2) + >>> print(oset) + OrderedSet([1, 3]) + """ + if key in self: + i = self.map[key] + del self.items[i] + del self.map[key] + for k, v in self.map.items(): + if v >= i: + self.map[k] = v - 1 + + def clear(self): + """ + Remove all items from this OrderedSet. + """ + del self.items[:] + self.map.clear() + + def __iter__(self): + """ + Example: + >>> list(iter(OrderedSet([1, 2, 3]))) + [1, 2, 3] + """ + return iter(self.items) + + def __reversed__(self): + """ + Example: + >>> list(reversed(OrderedSet([1, 2, 3]))) + [3, 2, 1] + """ + return reversed(self.items) + + def __repr__(self): + if not self: + return "%s()" % (self.__class__.__name__,) + return "%s(%r)" % (self.__class__.__name__, list(self)) + + def __eq__(self, other): + """ + Returns true if the containers have the same items. If `other` is a + Sequence, then order is checked, otherwise it is ignored. + + Example: + >>> oset = OrderedSet([1, 3, 2]) + >>> oset == [1, 3, 2] + True + >>> oset == [1, 2, 3] + False + >>> oset == [2, 3] + False + >>> oset == OrderedSet([3, 2, 1]) + False + """ + # In Python 2 deque is not a Sequence, so treat it as one for + # consistent behavior with Python 3. + if isinstance(other, (Sequence, deque)): + # Check that this OrderedSet contains the same elements, in the + # same order, as the other object. + return list(self) == list(other) + try: + other_as_set = set(other) + except TypeError: + # If `other` can't be converted into a set, it's not equal. + return False + else: + return set(self) == other_as_set + + def union(self, *sets): + """ + Combines all unique items. + Each items order is defined by its first appearance. + + Example: + >>> oset = OrderedSet.union(OrderedSet([3, 1, 4, 1, 5]), [1, 3], [2, 0]) + >>> print(oset) + OrderedSet([3, 1, 4, 5, 2, 0]) + >>> oset.union([8, 9]) + OrderedSet([3, 1, 4, 5, 2, 0, 8, 9]) + >>> oset | {10} + OrderedSet([3, 1, 4, 5, 2, 0, 10]) + """ + cls = self.__class__ if isinstance(self, OrderedSet) else OrderedSet + containers = map(list, it.chain([self], sets)) + items = it.chain.from_iterable(containers) + return cls(items) + + def __and__(self, other): + # the parent implementation of this is backwards + return self.intersection(other) + + def intersection(self, *sets): + """ + Returns elements in common between all sets. Order is defined only + by the first set. + + Example: + >>> oset = OrderedSet.intersection(OrderedSet([0, 1, 2, 3]), [1, 2, 3]) + >>> print(oset) + OrderedSet([1, 2, 3]) + >>> oset.intersection([2, 4, 5], [1, 2, 3, 4]) + OrderedSet([2]) + >>> oset.intersection() + OrderedSet([1, 2, 3]) + """ + cls = self.__class__ if isinstance(self, OrderedSet) else OrderedSet + if sets: + common = set.intersection(*map(set, sets)) + items = (item for item in self if item in common) + else: + items = self + return cls(items) + + def difference(self, *sets): + """ + Returns all elements that are in this set but not the others. + + Example: + >>> OrderedSet([1, 2, 3]).difference(OrderedSet([2])) + OrderedSet([1, 3]) + >>> OrderedSet([1, 2, 3]).difference(OrderedSet([2]), OrderedSet([3])) + OrderedSet([1]) + >>> OrderedSet([1, 2, 3]) - OrderedSet([2]) + OrderedSet([1, 3]) + >>> OrderedSet([1, 2, 3]).difference() + OrderedSet([1, 2, 3]) + """ + cls = self.__class__ + if sets: + other = set.union(*map(set, sets)) + items = (item for item in self if item not in other) + else: + items = self + return cls(items) + + def issubset(self, other): + """ + Report whether another set contains this set. + + Example: + >>> OrderedSet([1, 2, 3]).issubset({1, 2}) + False + >>> OrderedSet([1, 2, 3]).issubset({1, 2, 3, 4}) + True + >>> OrderedSet([1, 2, 3]).issubset({1, 4, 3, 5}) + False + """ + if len(self) > len(other): # Fast check for obvious cases + return False + return all(item in other for item in self) + + def issuperset(self, other): + """ + Report whether this set contains another set. + + Example: + >>> OrderedSet([1, 2]).issuperset([1, 2, 3]) + False + >>> OrderedSet([1, 2, 3, 4]).issuperset({1, 2, 3}) + True + >>> OrderedSet([1, 4, 3, 5]).issuperset({1, 2, 3}) + False + """ + if len(self) < len(other): # Fast check for obvious cases + return False + return all(item in self for item in other) + + def symmetric_difference(self, other): + """ + Return the symmetric difference of two OrderedSets as a new set. + That is, the new set will contain all elements that are in exactly + one of the sets. + + Their order will be preserved, with elements from `self` preceding + elements from `other`. + + Example: + >>> this = OrderedSet([1, 4, 3, 5, 7]) + >>> other = OrderedSet([9, 7, 1, 3, 2]) + >>> this.symmetric_difference(other) + OrderedSet([4, 5, 9, 2]) + """ + cls = self.__class__ if isinstance(self, OrderedSet) else OrderedSet + diff1 = cls(self).difference(other) + diff2 = cls(other).difference(self) + return diff1.union(diff2) + + def _update_items(self, items): + """ + Replace the 'items' list of this OrderedSet with a new one, updating + self.map accordingly. + """ + self.items = items + self.map = {item: idx for (idx, item) in enumerate(items)} + + def difference_update(self, *sets): + """ + Update this OrderedSet to remove items from one or more other sets. + + Example: + >>> this = OrderedSet([1, 2, 3]) + >>> this.difference_update(OrderedSet([2, 4])) + >>> print(this) + OrderedSet([1, 3]) + + >>> this = OrderedSet([1, 2, 3, 4, 5]) + >>> this.difference_update(OrderedSet([2, 4]), OrderedSet([1, 4, 6])) + >>> print(this) + OrderedSet([3, 5]) + """ + items_to_remove = set() + for other in sets: + items_to_remove |= set(other) + self._update_items([item for item in self.items if item not in items_to_remove]) + + def intersection_update(self, other): + """ + Update this OrderedSet to keep only items in another set, preserving + their order in this set. + + Example: + >>> this = OrderedSet([1, 4, 3, 5, 7]) + >>> other = OrderedSet([9, 7, 1, 3, 2]) + >>> this.intersection_update(other) + >>> print(this) + OrderedSet([1, 3, 7]) + """ + other = set(other) + self._update_items([item for item in self.items if item in other]) + + def symmetric_difference_update(self, other): + """ + Update this OrderedSet to remove items from another set, then + add items from the other set that were not present in this set. + + Example: + >>> this = OrderedSet([1, 4, 3, 5, 7]) + >>> other = OrderedSet([9, 7, 1, 3, 2]) + >>> this.symmetric_difference_update(other) + >>> print(this) + OrderedSet([4, 5, 9, 2]) + """ + items_to_add = [item for item in other if item not in self] + items_to_remove = set(other) + self._update_items( + [item for item in self.items if item not in items_to_remove] + items_to_add + ) diff --git a/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__about__.py b/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__about__.py new file mode 100644 index 000000000..4d998578d --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_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/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__init__.py b/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__init__.py new file mode 100644 index 000000000..a0cf67df5 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_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/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..46ee0429b33776adedc765ce253b8804f76caf8e GIT binary patch literal 731 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 NC6Y|tT6j=``U|oiA%g$_ literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/_typing.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/_typing.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9ead80fc66bba77c2c898340c6b25ca8a63fb5a0 GIT binary patch literal 1494 zcmZ8hO^@3)5S6{&4+z+vdhCJ7C0M|+&@2!X+oEW($RJq9aAiR!Q&Tr zsbra`iJESv%ZWNzPHF01sF^yf51QF>Hc8BhI#Sb*$#SNS|47bGwf;2VQ0Hqi4}2K)&){R2H`qX*Dz1Tq!bqxDtuT=Um>N)QXPaWgBKD%VQgmG zuQw_Srp5+Q$t^?m44XwyMsBE7Lc`pxVMUe31}Uy&?J4V1+YYVb?|?@s zG2hzRhGjAAp09)lE@h={xTzowt^nq4q`+|0K*VSkLue4Hjtkzzw&GY>LJzN5FQpwS zgn3oxIMvu-sD8tW3^oI?(O>Mrk-6A((nSNH&AKFD82AhsM=N-X#Go$I640Q*r31{Uf2Z|@s6uG{MV@bT zsJhhxZOYqdx|~m5uD$Qb=jX4!f1U16pC#DOO6kMZ7u-b2*~IbHRPyV7@O*;j5|78t zll(KmEi}3QoSaSfhuq&{f4G%(M~=V7*ME0;WgE(sG$W0yJr0$Wd^Yxzd pQ8+GPe>BJ!cRaEkX1J%5{mD;*^?v4X&zJb@yOZPD(QNw7!T(7$-53A> literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0682e64961962c15c3375d86d25182537a938f4d GIT binary patch literal 9335 zcmbVR%X1q?dY|qY3>tI22lL7_I zz&%6RqCsaPI!RTka@b^ZNa9LSsT`u@lw6W?{(`MkPLpE}DV_4zY_j2Iqx`;}0SJ;( zc5R^g>&Nu->+jvSdVBK*e!uhh%$=8CHjICwO7|~^$_1qGN2Xy2L$JEhU><95k2g%u zWYos%mS^ca<7ISid$!KAUKY7ocN#e_*T{SMMvvFiD0l@u&O&>y*W2jx`WpRSe`CNK z(CrztKj#giY>RAtPh-d%(q*Uqd}FV-SC@13;l_wJ(%9$iV}{(TevEbU_5F{)k^B20ek9FbPV-mN z{AijVOY>ryznbQ+rTKBny>aofI3iqeSRBOv#5cBgQjTxDF2=<8*TzEz>M&EHJ(GiiR7a_^Kpg&E#T+uqh~r{!s^aIUk$fOrQh42TK+^$qz3zMk)V z9Tby#{de`(H|4l|1M{Adee#SvJ#5G`!^S%E&dReGb)jq2)H>UE>!IPjjrA|4<#V!s z-SFO#XEFM1`3^>(qtTdeLcSv>WUqXaTG!dIF=^oJJ-Sa}*znGaOX9t+4R2C>Brc09 zUo-Drag|mR*9b~$`2x}u(nX|8Nbey{i}$~AyvyPPF@v#JKnvGJ31do{cCN~+*v&OD zE9UU^eet2Vf&2q8FK!~A5w}D?^6MCNTl8U6pB_~beBLO2{FwN)XvY1Og)peEM6z6K zGy@gIj;P(Mg|)zs`alCx*jMQXRfGVr5R^02kP^R5^>?fl^~L0UXLxZI6G5|q^i^( zGuk1G3&}*~=zdd%sQ2FdWNx~A>FV^Q53ZH26nUJRZ^~+Iu_jeKaLvD0snw{Q(u#*_M>@qI`85)<-4`ycy2>)%>BF)x{JYzFOIt_p;Vz8-U(Lf!c}rnDmMz; zx#>Cg&6979>G7pUR_v6^KK58H$N6%(5r~yKl?&zaXDgL@`XyT~i=bLAKQh!2tggZ4 z-SIm?Lyn7zKi<3_-3j~?&C@3qm6QuLc_LDkDiAe}gO1m03u%wjV{eUzxXTkwe61|W za6FXJN;3+AdN^LbCw&p9@#Gt*W;{7lIM%$c4?Rjq;Q$W%)<`=*NSoVSO7W*&Y@=ffF$((6P_*DNr0=@n zgBZK|y=22KUBiwo;wl#;-Lcr(qU#5dE5868gDk?DkZ!PuuTsy_MRLD%^R)Qb|Fe0z zgbVcjIKUQ(3J&RF3R76fEs+s6@{Gs|2e~bBkTUt$Dg{DTX@>TX%9Ji4g=9vwSj#BG zBA7QGu@d+@qpt#dZH2PFs0gh)&`nfa^J`JLe1;~`v-8znT57EQrAmy|{!w|`nvu~m zmf1R+H`Gyl!(t|+j9%*zQ$;lGToO!y9_8{md~2^*NLSP!b}g7ePkqQC6a?GQOD^-s zY(YUhBq7X8tA&X#Pp%#N^7X@NtvCrmX)gwzeE}6p zHnFiud~9#5jf&*UuALD&^v)aEX3=5U!^r^xWQKk+w+fY9sZHE z^YG6+?P*MMr9GX)6xF}eIWxCOlI=RAiTU&)iRBV%e28Nb4Q56`gQG>JNC-Ubs`Xh* z_}D&czh0y3po%W)skcZRdc8dq=c4*|Iv1a9?mE=7Z%(~I8+r=E=(F5xZwU8Rm~H+_ z2RVx|^X+js2-V}gFq#rh(TW91O=;8Vg=W1H5i6GyWl6?WSHF1A_PW-|@t(Br;!3^V znQ5Rilah5=31z(1(q3(=rBSKgft?cfcSeQxL+Cl!a$0G3rY)eo-0l=-gHUf_6NNES zKb!P@to?nnv%pxoWLHbN^$=GPjAl1FJL_sZAHYX-Xkzg;4%SX2t`a* zCGu_msB9zAh;RfTG9tFYTQHmU83}yIiH9HYk|J4GG&MWL*{PXpQ}fgFvAHCpM`p~z znAKwzbrCK}p4geFR~ieVGP#1pB%x1XK3?wPay zdVBWRtoS14f%?`9#2FZNb@|LCeyhF2COfvtin|!OgB}+hNjXPsovRVS$jE3J?`e_T z0{@YwDw?Hj6Oa_JkTiFa23W$7PYY`d6G6xSkbh=Do|B4!bum<~22xdJ8FqXqp*zWS zf&S-XCu3IIf&4f>QHOn1h1Ea#2N)mHGB!+!)niYaW^AG!R4esx5{33KOr3{2<%dzl zuS!L9i(O=sb;BL&sRexgJz9wR89dMWxNf_-&4eOsb*zg&MIW=MCa!6CDn)hYOdUMhjgTn68Sv1!NKGP1=Q8=^4svI zKjVp0beXKg#hMBuvKRZxiOp0_9Ee9;RWUwhjUC91a}!I_mtQp1BoU zblqaR|0Z+Q_t9Nd0Cw%0CfY@NEw*7iG`7)RV(Ki@JV!c!1dfsbe}$y?r0Hw)nS0uz zEJrP3Ol(n$D$_juRPUP#VS$jJqiwg?tV>_jbkF6W=ELW=6HKW))R?LHzEnGRME(B= zDRco0b13UP;XMDp+#L7?&lHF-nZ@#ah~?Q3*RyY&Btl%3C`9okdbDce4E%a}Jt+ddKjn$VrK?nEClkgeH zch$~=3(4(%c?wNq#hiK$n^T_=(DvpaO0iQ7{HOv!1kXS5gaZ|-8R|sdt2X|M8AU1& zDxj(EQNaokT8S;{zXPN2!6Y0tO!ar@814lyIA{Ao7&g!IKISma3QsIct>FuCBB9Hoea`A*EwVfn%hMOwdFl*-K#EX_W253{sBpwr!dW^zKv=~U|LA}=8mDz zGT@G}2yWOKk6<}O5S!{qWZ^b5Ek?Hp+@~(uc!Ft)3T$(^T{{0t5>V)Nw_(c=R)J;& zW|FXxW>mc`Mb37DYcuZY8Wvk*cRj<~g}FjOq<_R%jWB}~3v%WVejlK9+i7!X$Rg>} z{uqTNV~IhCLydm=*J~z3wMpVXRTiVEvOpVfa51q=HZo8PCbTCg8ge(U$B=mcla~2C zbIn@Itl4O@qAc2?h-lVY&aLycY|CEGtvUW6)z`B63tI5S>CBvOWm}n+vu-AHw-D;O zYlnY9`#{-*n##BMMrKLJkFj=-Ky(4>gp(OSYN}|L9zVga$knGfp8B;m*d?0j;s00y_Y1CgF*dm-BM$P3KjHY@NEjuLX+e;c9+ z$sO(@fzx&`*C5H3iSnSg@0w~1RKkS`;{&v~4EZ)}oHfvgZqzER9{Td+SfjEWK!j1L z=66a}6|9lM_bc_pp0_jy#f8)*s>^$_u08eGPMmKjIjiO`2649SBUyKAzSwc}cu#6M zbbDMTT`@VyWPaH=@?NHXA2lM3&X1!+hRh|TkT6d!h#&@X!B}kBT(+PH(1ucGjroq? zYk1P4!@?@Fmorgz!+B@`<}}P}XldA^Vd0@6tc_mu=tId6ncsxf_7Ea#IVX zLZk|TvHPJ$fcg=A{vmY0uCrsPKPqh=*Gnw@&4I_;d4{i5E%i3{( z)VFH5s${=gGG2@K7cdNOe{BNITLloN#VnIU1X{SGt^W|Se!A_VFw`LWynqyr0c`1- zXT&e_+IVG%V8W^Z1`lD-Ht|ZNPV}Mg{`)Ab4y6vLRvZXsk^yiT27m9JV4Gkssgv?QJ)@Zmb{3s;N?SpP&a{+L$v2*h%YlV=D2PGXufUF&b1 zHVL_wwowcbASJy6I!R=#wdjgq7=|hAoBp&i0$nk2?y~Nf5Zer(MUueCq zG5RcYxax{hwCtP?EV)e;RAm?@?;5m!yi6(*60yC~6wt<6MQP%J{iuWaKcKIB(s{by z<8}~M?4(AWJV&=njAZ0V3FLW)qT4-+c&+$l!R<#F-?fCMVlC51svK=Ef#7zYg4;!Q zvp7o+bBimuSUk)rB5y^cqlkiIr){_^^3BvA6Zk^_@4(i}+86?AQu&C&5y#_UO=%vd zfPx~cP|=|j*@%jynCc-wR=DZ~h}n#nMQj7loRM}XQNzP4O+#!R=gA?^Z>?eCWeifQ zop#wn(+m-Ko&XtLYM1~;>C`>~6i<&WB3F8Sr3bk{#dur+8PTKUZ8BD-^_#aJZA zvYBH$SXh?TNIw81*3lX2aF)I~x2JAgo4PnNtv;Y?AFwe;;hib{a2@yDp1v`EZMIat zbbT()B?7TLI~Nzy;_a!KThp<9advhFt@%zXq-I*ac60iA?9hWC0ykl7&&*BTm@dWk zjU;b(oBnuiYs}Qm+3V_0X^$j`6Azr%qnP8Jnaj^&jyNq}q7MBrK(J&m3avP>RxCy7qNzXuqC9jE_%gpI&%E5MQ)fZ9C52P{&Y`u}q)H(=wR z9T-eS{hiB}cbKBnJS^K}aWB-ij?Em6<`#*V){Zn4B|AY71KjD4$ zzw>_k-}r$2ulzatU-%RLd}js5H*KfSoP5HqAw;tVC~-&U*bywtAy}IQ({b{LNR30S WxBox03(nwxWt&dHIq2k^1OErs<2=*= literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fd7444e7985603fd68e442c8370b712019d10c7d GIT binary patch literal 4088 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%0D)&(lyO2?4$VKU)mY?l3sGQ zIwRSvlX9}zgG#7=KYPk?;@XqW*0}aqZphi2ebUK0wzJcD8dq-QjFWY?3d53!Gyv{2}}ab45bRjdM@Dw{hAAaboOwJM-R~_xYQ7+-kW5#;;eOj@BJQ z{>07e!-CD{Fx4p#PB=|SN&}j*fTdPoQRK124s335JE^4Apqe^?1AL2Dl3H31>Zu#J zl!&SfK)0GS(q_<1TR{tWP40;HISW>Vy;$Y73mV+vb?!bV!5VMyCVba9dqg^|EAUP_ zmRX4oRGy5r2;;QKr8YGlPhu74nQ0d?&UAP<&ITIx{VR$`m}%`l{q{k)_w|FlZyxr) zGWH-+8rbcJ*(6G0{zS;~xU*b<$mxrd{b?ag<#AS8?&mTE-I?J1C>68n58cpzwmCot zH-o{#hPek*y$wW@1?6;3F4%%ykTa?+&gS$Sv$6UwXje8tsbib%e^x_eOatdOXT{#Z-^-tXph%52X+XvFK_U z4UUEEiEPqK;)A8ew*OgA#aeU=kVZqHdP?YVq4PXZy>KEjp3B~~EY60#v5phv7gKZR zR+JbEMxZcdVy#m727GT71c8IlDhu*AEM`qj=H#57(eFrh*Cv`CyYe0-_?wd|c}gCU z@5zvyL79#ir^lB3a?Tb|wuOzH3wl986F9oEs3P2WW#RBDcb*fF*S-MTpktL<^r+5j z$94HzX~71)`ckjH)I(eJ$St*gFSXp#kGu3kj~b=yk5bksWsR4zW-0rtlr>9P^IFEi z*BoL+(9V8wJsA6=Sb6ZD2s!msoW@BcJ)L_?!1-aQv<$=h-oaRVqeyvqCOiOuPK3wf z!$ToOHV~z$lUR>DJrdqYH1%TC&UhkJ$&w-wk%E(An2JpMTKRK#8CfMuMoW0FNO0>AanAp4UmNjozo}KpPv|q?p)ITB?WA1dC3g(w+uZkad=HO z;GC)N3`HhR3%T1vTL=%EFf#k-7JQ%*c<20`BnQ~5UH|2&{{M+f-UT=EEhO(CL1ey) zNxlc$ZJ4j3srf~&G!$j#_*_hIVQ&KMv}7I6)_|CbDDuI`RHLGRTVbk)_y}mjq>w8p zw~z8TGtRQ?#ww&RHrh27*u>ilxxtfFgIl$HVr~|dB9dDDD^9cVUp2y~M125+IE*%F zo4L%kT)Jj|2=rZC-ApF$gH~t5xFI}(dMrg4O6;t})=F%JL_>iS>S+O&TUL>U&x`y7 z31(g9Z>mcLyuY%61j8s_EaMFFw1^WS+sMLeU;2G5nX>#P8frUf&c}(^MdxY_$Ofyi ORl3S-m@adzn)46GB%Qzj literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..62766b56495c00571c2a8f96a619491feec80031 GIT binary patch literal 13341 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 Lv`!{F{6 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/_compat.py b/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/_compat.py new file mode 100644 index 000000000..e54bd4ede --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_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/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/_structures.py b/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/_structures.py new file mode 100644 index 000000000..800d5c558 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_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/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/_typing.py b/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/_typing.py new file mode 100644 index 000000000..77a8b9185 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_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/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/markers.py b/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/markers.py new file mode 100644 index 000000000..03fbdfcc9 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_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 setuptools.extern.pyparsing import ParseException, ParseResults, stringStart, stringEnd +from setuptools.extern.pyparsing import ZeroOrMore, Group, Forward, QuotedString +from setuptools.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/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/requirements.py b/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/requirements.py new file mode 100644 index 000000000..5d50c7d7e --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_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 setuptools.extern.pyparsing import stringStart, stringEnd, originalTextFor, ParseException +from setuptools.extern.pyparsing import ZeroOrMore, Word, Optional, Regex, Combine +from setuptools.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 +# setuptools.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/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/specifiers.py b/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/specifiers.py new file mode 100644 index 000000000..fe09bb1db --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_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/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/tags.py b/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/tags.py new file mode 100644 index 000000000..9064910b8 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_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/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/utils.py b/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/utils.py new file mode 100644 index 000000000..19579c1a0 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_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/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/version.py b/env/lib/python3.8/site-packages/setuptools/_vendor/packaging/version.py new file mode 100644 index 000000000..00371e86a --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/_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/env/lib/python3.8/site-packages/setuptools/_vendor/pyparsing.py b/env/lib/python3.8/site-packages/setuptools/_vendor/pyparsing.py
new file mode 100644
index 000000000..cf75e1e5f
--- /dev/null
+++ b/env/lib/python3.8/site-packages/setuptools/_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
+         - explictly 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/env/lib/python3.8/site-packages/setuptools/archive_util.py b/env/lib/python3.8/site-packages/setuptools/archive_util.py new file mode 100644 index 000000000..0f7028482 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/archive_util.py @@ -0,0 +1,205 @@ +"""Utilities for extracting common archive formats""" + +import zipfile +import tarfile +import os +import shutil +import posixpath +import contextlib +from distutils.errors import DistutilsError + +from pkg_resources import ensure_directory + +__all__ = [ + "unpack_archive", "unpack_zipfile", "unpack_tarfile", "default_filter", + "UnrecognizedFormat", "extraction_drivers", "unpack_directory", +] + + +class UnrecognizedFormat(DistutilsError): + """Couldn't recognize the archive type""" + + +def default_filter(src, dst): + """The default progress/filter callback; returns True for all files""" + return dst + + +def unpack_archive( + filename, extract_dir, progress_filter=default_filter, + drivers=None): + """Unpack `filename` to `extract_dir`, or raise ``UnrecognizedFormat`` + + `progress_filter` is a function taking two arguments: a source path + internal to the archive ('/'-separated), and a filesystem path where it + will be extracted. The callback must return the desired extract path + (which may be the same as the one passed in), or else ``None`` to skip + that file or directory. The callback can thus be used to report on the + progress of the extraction, as well as to filter the items extracted or + alter their extraction paths. + + `drivers`, if supplied, must be a non-empty sequence of functions with the + same signature as this function (minus the `drivers` argument), that raise + ``UnrecognizedFormat`` if they do not support extracting the designated + archive type. The `drivers` are tried in sequence until one is found that + does not raise an error, or until all are exhausted (in which case + ``UnrecognizedFormat`` is raised). If you do not supply a sequence of + drivers, the module's ``extraction_drivers`` constant will be used, which + means that ``unpack_zipfile`` and ``unpack_tarfile`` will be tried, in that + order. + """ + for driver in drivers or extraction_drivers: + try: + driver(filename, extract_dir, progress_filter) + except UnrecognizedFormat: + continue + else: + return + else: + raise UnrecognizedFormat( + "Not a recognized archive type: %s" % filename + ) + + +def unpack_directory(filename, extract_dir, progress_filter=default_filter): + """"Unpack" a directory, using the same interface as for archives + + Raises ``UnrecognizedFormat`` if `filename` is not a directory + """ + if not os.path.isdir(filename): + raise UnrecognizedFormat("%s is not a directory" % filename) + + paths = { + filename: ('', extract_dir), + } + for base, dirs, files in os.walk(filename): + src, dst = paths[base] + for d in dirs: + paths[os.path.join(base, d)] = src + d + '/', os.path.join(dst, d) + for f in files: + target = os.path.join(dst, f) + target = progress_filter(src + f, target) + if not target: + # skip non-files + continue + ensure_directory(target) + f = os.path.join(base, f) + shutil.copyfile(f, target) + shutil.copystat(f, target) + + +def unpack_zipfile(filename, extract_dir, progress_filter=default_filter): + """Unpack zip `filename` to `extract_dir` + + Raises ``UnrecognizedFormat`` if `filename` is not a zipfile (as determined + by ``zipfile.is_zipfile()``). See ``unpack_archive()`` for an explanation + of the `progress_filter` argument. + """ + + if not zipfile.is_zipfile(filename): + raise UnrecognizedFormat("%s is not a zip file" % (filename,)) + + with zipfile.ZipFile(filename) as z: + for info in z.infolist(): + name = info.filename + + # don't extract absolute paths or ones with .. in them + if name.startswith('/') or '..' in name.split('/'): + continue + + target = os.path.join(extract_dir, *name.split('/')) + target = progress_filter(name, target) + if not target: + continue + if name.endswith('/'): + # directory + ensure_directory(target) + else: + # file + ensure_directory(target) + data = z.read(info.filename) + with open(target, 'wb') as f: + f.write(data) + unix_attributes = info.external_attr >> 16 + if unix_attributes: + os.chmod(target, unix_attributes) + + +def _resolve_tar_file_or_dir(tar_obj, tar_member_obj): + """Resolve any links and extract link targets as normal files.""" + while tar_member_obj is not None and ( + tar_member_obj.islnk() or tar_member_obj.issym()): + linkpath = tar_member_obj.linkname + if tar_member_obj.issym(): + base = posixpath.dirname(tar_member_obj.name) + linkpath = posixpath.join(base, linkpath) + linkpath = posixpath.normpath(linkpath) + tar_member_obj = tar_obj._getmember(linkpath) + + is_file_or_dir = ( + tar_member_obj is not None and + (tar_member_obj.isfile() or tar_member_obj.isdir()) + ) + if is_file_or_dir: + return tar_member_obj + + raise LookupError('Got unknown file type') + + +def _iter_open_tar(tar_obj, extract_dir, progress_filter): + """Emit member-destination pairs from a tar archive.""" + # don't do any chowning! + tar_obj.chown = lambda *args: None + + with contextlib.closing(tar_obj): + for member in tar_obj: + name = member.name + # don't extract absolute paths or ones with .. in them + if name.startswith('/') or '..' in name.split('/'): + continue + + prelim_dst = os.path.join(extract_dir, *name.split('/')) + + try: + member = _resolve_tar_file_or_dir(tar_obj, member) + except LookupError: + continue + + final_dst = progress_filter(name, prelim_dst) + if not final_dst: + continue + + if final_dst.endswith(os.sep): + final_dst = final_dst[:-1] + + yield member, final_dst + + +def unpack_tarfile(filename, extract_dir, progress_filter=default_filter): + """Unpack tar/tar.gz/tar.bz2 `filename` to `extract_dir` + + Raises ``UnrecognizedFormat`` if `filename` is not a tarfile (as determined + by ``tarfile.open()``). See ``unpack_archive()`` for an explanation + of the `progress_filter` argument. + """ + try: + tarobj = tarfile.open(filename) + except tarfile.TarError as e: + raise UnrecognizedFormat( + "%s is not a compressed or uncompressed tar file" % (filename,) + ) from e + + for member, final_dst in _iter_open_tar( + tarobj, extract_dir, progress_filter, + ): + try: + # XXX Ugh + tarobj._extract_member(member, final_dst) + except tarfile.ExtractError: + # chown/chmod/mkfifo/mknode/makedev failed + pass + + return True + + +extraction_drivers = unpack_directory, unpack_zipfile, unpack_tarfile diff --git a/env/lib/python3.8/site-packages/setuptools/build_meta.py b/env/lib/python3.8/site-packages/setuptools/build_meta.py new file mode 100644 index 000000000..9dfb2f24b --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/build_meta.py @@ -0,0 +1,281 @@ +"""A PEP 517 interface to setuptools + +Previously, when a user or a command line tool (let's call it a "frontend") +needed to make a request of setuptools to take a certain action, for +example, generating a list of installation requirements, the frontend would +would call "setup.py egg_info" or "setup.py bdist_wheel" on the command line. + +PEP 517 defines a different method of interfacing with setuptools. Rather +than calling "setup.py" directly, the frontend should: + + 1. Set the current directory to the directory with a setup.py file + 2. Import this module into a safe python interpreter (one in which + setuptools can potentially set global variables or crash hard). + 3. Call one of the functions defined in PEP 517. + +What each function does is defined in PEP 517. However, here is a "casual" +definition of the functions (this definition should not be relied on for +bug reports or API stability): + + - `build_wheel`: build a wheel in the folder and return the basename + - `get_requires_for_build_wheel`: get the `setup_requires` to build + - `prepare_metadata_for_build_wheel`: get the `install_requires` + - `build_sdist`: build an sdist in the folder and return the basename + - `get_requires_for_build_sdist`: get the `setup_requires` to build + +Again, this is not a formal definition! Just a "taste" of the module. +""" + +import io +import os +import sys +import tokenize +import shutil +import contextlib +import tempfile + +import setuptools +import distutils + +from pkg_resources import parse_requirements + +__all__ = ['get_requires_for_build_sdist', + 'get_requires_for_build_wheel', + 'prepare_metadata_for_build_wheel', + 'build_wheel', + 'build_sdist', + '__legacy__', + 'SetupRequirementsError'] + + +class SetupRequirementsError(BaseException): + def __init__(self, specifiers): + self.specifiers = specifiers + + +class Distribution(setuptools.dist.Distribution): + def fetch_build_eggs(self, specifiers): + specifier_list = list(map(str, parse_requirements(specifiers))) + + raise SetupRequirementsError(specifier_list) + + @classmethod + @contextlib.contextmanager + def patch(cls): + """ + Replace + distutils.dist.Distribution with this class + for the duration of this context. + """ + orig = distutils.core.Distribution + distutils.core.Distribution = cls + try: + yield + finally: + distutils.core.Distribution = orig + + +@contextlib.contextmanager +def no_install_setup_requires(): + """Temporarily disable installing setup_requires + + Under PEP 517, the backend reports build dependencies to the frontend, + and the frontend is responsible for ensuring they're installed. + So setuptools (acting as a backend) should not try to install them. + """ + orig = setuptools._install_setup_requires + setuptools._install_setup_requires = lambda attrs: None + try: + yield + finally: + setuptools._install_setup_requires = orig + + +def _get_immediate_subdirectories(a_dir): + return [name for name in os.listdir(a_dir) + if os.path.isdir(os.path.join(a_dir, name))] + + +def _file_with_extension(directory, extension): + matching = ( + f for f in os.listdir(directory) + if f.endswith(extension) + ) + try: + file, = matching + except ValueError: + raise ValueError( + 'No distribution was found. Ensure that `setup.py` ' + 'is not empty and that it calls `setup()`.') + return file + + +def _open_setup_script(setup_script): + if not os.path.exists(setup_script): + # Supply a default setup.py + return io.StringIO(u"from setuptools import setup; setup()") + + return getattr(tokenize, 'open', open)(setup_script) + + +class _BuildMetaBackend(object): + + def _fix_config(self, config_settings): + config_settings = config_settings or {} + config_settings.setdefault('--global-option', []) + return config_settings + + def _get_build_requires(self, config_settings, requirements): + config_settings = self._fix_config(config_settings) + + sys.argv = sys.argv[:1] + ['egg_info'] + \ + config_settings["--global-option"] + try: + with Distribution.patch(): + self.run_setup() + except SetupRequirementsError as e: + requirements += e.specifiers + + return requirements + + def run_setup(self, setup_script='setup.py'): + # Note that we can reuse our build directory between calls + # Correctness comes first, then optimization later + __file__ = setup_script + __name__ = '__main__' + + with _open_setup_script(__file__) as f: + code = f.read().replace(r'\r\n', r'\n') + + exec(compile(code, __file__, 'exec'), locals()) + + def get_requires_for_build_wheel(self, config_settings=None): + config_settings = self._fix_config(config_settings) + return self._get_build_requires( + config_settings, requirements=['wheel']) + + def get_requires_for_build_sdist(self, config_settings=None): + config_settings = self._fix_config(config_settings) + return self._get_build_requires(config_settings, requirements=[]) + + def prepare_metadata_for_build_wheel(self, metadata_directory, + config_settings=None): + sys.argv = sys.argv[:1] + [ + 'dist_info', '--egg-base', metadata_directory] + with no_install_setup_requires(): + self.run_setup() + + dist_info_directory = metadata_directory + while True: + dist_infos = [f for f in os.listdir(dist_info_directory) + if f.endswith('.dist-info')] + + if ( + len(dist_infos) == 0 and + len(_get_immediate_subdirectories(dist_info_directory)) == 1 + ): + + dist_info_directory = os.path.join( + dist_info_directory, os.listdir(dist_info_directory)[0]) + continue + + assert len(dist_infos) == 1 + break + + # PEP 517 requires that the .dist-info directory be placed in the + # metadata_directory. To comply, we MUST copy the directory to the root + if dist_info_directory != metadata_directory: + shutil.move( + os.path.join(dist_info_directory, dist_infos[0]), + metadata_directory) + shutil.rmtree(dist_info_directory, ignore_errors=True) + + return dist_infos[0] + + def _build_with_temp_dir(self, setup_command, result_extension, + result_directory, config_settings): + config_settings = self._fix_config(config_settings) + result_directory = os.path.abspath(result_directory) + + # Build in a temporary directory, then copy to the target. + os.makedirs(result_directory, exist_ok=True) + with tempfile.TemporaryDirectory(dir=result_directory) as tmp_dist_dir: + sys.argv = (sys.argv[:1] + setup_command + + ['--dist-dir', tmp_dist_dir] + + config_settings["--global-option"]) + with no_install_setup_requires(): + self.run_setup() + + result_basename = _file_with_extension( + tmp_dist_dir, result_extension) + result_path = os.path.join(result_directory, result_basename) + if os.path.exists(result_path): + # os.rename will fail overwriting on non-Unix. + os.remove(result_path) + os.rename(os.path.join(tmp_dist_dir, result_basename), result_path) + + return result_basename + + def build_wheel(self, wheel_directory, config_settings=None, + metadata_directory=None): + return self._build_with_temp_dir(['bdist_wheel'], '.whl', + wheel_directory, config_settings) + + def build_sdist(self, sdist_directory, config_settings=None): + return self._build_with_temp_dir(['sdist', '--formats', 'gztar'], + '.tar.gz', sdist_directory, + config_settings) + + +class _BuildMetaLegacyBackend(_BuildMetaBackend): + """Compatibility backend for setuptools + + This is a version of setuptools.build_meta that endeavors + to maintain backwards + compatibility with pre-PEP 517 modes of invocation. It + exists as a temporary + bridge between the old packaging mechanism and the new + packaging mechanism, + and will eventually be removed. + """ + def run_setup(self, setup_script='setup.py'): + # In order to maintain compatibility with scripts assuming that + # the setup.py script is in a directory on the PYTHONPATH, inject + # '' into sys.path. (pypa/setuptools#1642) + sys_path = list(sys.path) # Save the original path + + script_dir = os.path.dirname(os.path.abspath(setup_script)) + if script_dir not in sys.path: + sys.path.insert(0, script_dir) + + # Some setup.py scripts (e.g. in pygame and numpy) use sys.argv[0] to + # get the directory of the source code. They expect it to refer to the + # setup.py script. + sys_argv_0 = sys.argv[0] + sys.argv[0] = setup_script + + try: + super(_BuildMetaLegacyBackend, + self).run_setup(setup_script=setup_script) + finally: + # While PEP 517 frontends should be calling each hook in a fresh + # subprocess according to the standard (and thus it should not be + # strictly necessary to restore the old sys.path), we'll restore + # the original path so that the path manipulation does not persist + # within the hook after run_setup is called. + sys.path[:] = sys_path + sys.argv[0] = sys_argv_0 + + +# The primary backend +_BACKEND = _BuildMetaBackend() + +get_requires_for_build_wheel = _BACKEND.get_requires_for_build_wheel +get_requires_for_build_sdist = _BACKEND.get_requires_for_build_sdist +prepare_metadata_for_build_wheel = _BACKEND.prepare_metadata_for_build_wheel +build_wheel = _BACKEND.build_wheel +build_sdist = _BACKEND.build_sdist + + +# The legacy backend +__legacy__ = _BuildMetaLegacyBackend() diff --git a/env/lib/python3.8/site-packages/setuptools/cli-32.exe b/env/lib/python3.8/site-packages/setuptools/cli-32.exe new file mode 100644 index 0000000000000000000000000000000000000000..b1487b7819e7286577a043c7726fbe0ca1543083 GIT binary patch literal 65536 zcmeFae|%KMxj%k3yGc&ShO@v10t8qfC>m5WpovRhA=wa=z=p_%6%z1@blsvwI0vv2 zNIY4alVK~j)mwY3trY!Sy|tffZ$+^cObBMdpZutbN^PuECoa`kXb2K>zVBzw<_Fq) zU-$d^{_*|%@qt&)nVIv<%rnnC&oeX6JTqHy>n_PINs%4a-Xw9jfY!Ot@}WQUBkK=MqH|Mf{(O%J6=?F0E)R-u5-_q9XB5EmFjL zRMB1HZ7a&fd)b}0hpCKjVjS>G(qfxk>Uow`_J8Y;?6yo>h9td;lqFW`r_=Cu;je?@ zJ}aCeNvRaYzy7!6vsuJK8t7Ip04X137Vm)`v3N5I`@q}=|CK){8#_3 zR`1xV;$zJbJP0ppD|Paae;!F%bM?lxx2d-wfQV@O6ujTW-;jSkRCTolCLPMh2Nx=) zGP{NVA?TB&mP=FqZ|whc3RJSvJUJGyHOs!nBiePA7G%%m<=|b-UJ~!-boN$bi#jT{Hcy&A=Niq?KHpr`Y-?=MzKk{I zIl-)f*v>o`q`5M7OP+gKtTfLZsOCS(qPDr~x8=!_5`6-VLD0EMY5XaI$Uqq@V-Jap zR-V}6Ja=V~*CHdz@F4Rbij_JtwPEG;g{#zT!Uq*Py$3gDv`Z2tYF|X8 zYEi!^3#I2mi!9?8K!AuX>_C;=ltI=m5eE7*@I4UZ&p}=3ho&bc^h3P|C;`K|s)PJt z@!8GLOb})@Yp*SMou>fLhC@WZw%7ar>1Sm0aW&hPm&@Wqv5zi_&0GwOEjRhPMrYB*+WA64e$@ELiFO?ay?gvgcC1!dbl2?B=#{!9_2$Llg!~3%n@58CG`RW z1LPlkk=p2eFSa3N`&F?g@~A1mHitQyVq0yNK4^CN8joui^5gTpuf^0f+qMtEYVL?F z$fu`~#PaZA)VQ4Amx;XbZ%EJqQT~UlXZwx7HHW!>vn=MgCVU7v0(=qWSe%!~9KS(N zgLM=3LHzO$mU+*{wx!#)wXd#auhgvU=lF&*IVnT+hZ`~0nCHPOETKA3I;S!sQ8$^{ zZcv4UbEsTEpxvZ3yazYCQD1%G)vA+(ndH~oy5$RmDNA{h9?j)8QlvdBd-|V!63d!_ zr{P-1vS(7D+|itM9Rk61MnI+K~KhBa?C)KKh+E*p-K?e54p;H z-uNb0vkbWyR)1lbnp%G$OG`vjpo}PU*o}&pp;`PEODluTuiNcFBFmELneD_AsyG+G zkGm*r)oMJHmxrXL#=Plxfj%;6&nXBm)d`#6i)km>UtDzrb-*V{hPU&@;WB&3=+ zxL1-^s(vuM%+x$5wc!b>TMmX_2j=|8Kt*)b-4;r#_ff_ny|oEKpX@DE=!THWD9l;8 zEWjV=HO&BTAtLP*tp;IMlM0_Vn8(sUqI$?Nv_U1G^tEZC@of=jxa%BH_{Ai!MYo}y zE@)vjviC#f;TCVZ=HXtX$EDFgCrJNz+eAX#tsgc!-#{X?u;vu7>K}|6xr+Y+O$ixV zZ+D5)r){a?S581&?=jW!dQYD^njLNZDwQ49Kbq9~QJUTP@Z(p`mlCNjK7uj2dw$*y z?Fs@NOQ3Fcxb;G+-Z81QBhBuJS%CWlpf9gp&E>m+$xzI$NMcrT+APveYg4QEVhkj# zC+2qrf~MxI;{Q2Zk_`Xps%rkG7-Dkc{@y;QZ4Oz0#y`#fgd*BZP3DWK6>a+@*LD@EZXPo+Bl`5Zw>0+GLF5OFNogis^p(SM>i~SO7+N+7^b&-f@XG3hYwRL zs{rPg^&WTKXuZW1;J*Vf^E(^LEqH+VoqCH0;~Qle%pqFtZQVGjSX7wPu*PZbFwOi{ zG*lGy6QCZdX|wX?4#`^~>lfT8wQf{0k4{L2{|oR+{f=JfFn@0V9WOeR5QLU=M!U6~ zB7d(sirZ!)# z>Ws#2b>jJh;6zDv(pxgML&lgyPQ#zcbb!!sgpiDoqu{tG6%!Ja>nvz7KufAa>qaA# z=oV|HC9oE}Y-%~C<~B7KIy+)gcYDw!`k|a8<5gBx6?_n^Hfnl`YGk#JRXDw`Y3W5Z zF72K~Dqd=&sK!kRIocXZ$WcQ@HMx}F(UwwzM=dX^$J%??vDyuV3EiM+4QdBA;io zzdv6tSFL<#tQrIPdbG7F+JhObn}j(kln(mY$%K{!!5k#)1E ziz+3WTCrR!=CNXVR%|-O_{kh9N!CV3M%Px+KVv3eg)|H^tUYmMQB9Bbm&lY5uSRpgw1Z~T#cB&t&nSAs!Ug_}|kVHMz$WCS?l zqwD<1@hy6X9b^#7A}+?pyqY#|7U^Uy*X6#P>C%ujL9h3=b(@6wKWGF78?2)w89yy=;G^09Qy^}WR?(y1w&Cj}$@F5L2YsfEL<3pY z8Z-dF^8sAbhP4Aqi=v(obhDs>e#QftDyng66L`)T%)98HH5&8BFv2#E?5hTb_9 zH2mD~chFE=MQHmw0&)Lo6u2YqKeGV1@zG*g<1#Bwv#zb_%-_+JlMrxKd<~ir3Ze1+ zy(_eP6{~SYKhV+(S~~v~1yt)79UHaSeZ5h0^WBheRNU;+TO4|;1L|kljg`GxMRVY5 zgy-B?`L%XKbD$65%Wkaf(P<|yYD*~1E|lWFafIgb%{TqMMK!$}&wwd`weq~AJfD%@n)sU_ zUiHfyy0+TP&cgr)(wf;G1RCO$+F-8vOp> zOt(p4nn%&aNx*RFpHZMF4f(Ufvk=7?JRPMYo=R06O@dN!hp9(J{WAdZdPL@b!%!G% zLqHJ$fo+g=B{EqW3P?d+m=J67#;*QZ08JwbS`rFm!NrD0j{xSFfN^d-(+{H;KZnVO zq>c^Kn`akV>TQ^)nUX?$=?!SjnvZ-^xEv3@Td*3+ToB$GLi`Q1f1eLu;*Pvh0=OLj zdhtFgHl&UZQ-JSB8KgFySnsCLa+gvITEMT?_A^wxGy~aKk5P9rYN}h!*-ueoBA*hw4DFOr zciPZ8^v@j#d(UsI=5c%~N>l%e$W7+;ycJQ_!+(R9k!HS|Ec90*HCfot5kX%T)t%N- zi~Jqxa4NIzB;-ca!0JvWei7b)=I>ieG+2$PYbd;x;wr_LQoMggi&;CG;F7fIhG-(% zJ!c$nrEc$qdPCdkvnu1mRQk}y|2ztlU(w@aFd)D-lsL#-NVQSwulrLY!m_|0v*K-t zB7y%f8D%CG3s<7iT|s_@7ZVu%+>P|Sc?3OwD#DH8xgHD=>+Hq9%@@@^GtBaXR79?>LQ?^WZ#C z2`ni`a{1lFpInCsiUb$05edblZ^2mnBP=hXEp>8aJojRG7BaJEcKD<{j}yzhTP#U? z=Aa#XBtim8=Gg?r4Uj`5WN-&1pw{2h8%&)Z;9p{i7uubJoO^Qd2$-{7c$u@ERF>y& zqN~6wdfjPB!z|)D^aBs!k+_=q&oG%~7!{|m@ca2}v;&KPJ2>;78Umj~@P&9JSqLha zzlFYP<2&bKzVZaVB-Mc?2YHnu!LA|`O$fbh{3s#N;_-HA4$=p_MZ|rGufc4|OmzUu z^JPvljA~1&s$+AaZ>O zBaXr}qS-H-6;8gFl+j!hB|&HG__QCH?uAZY6+qd0>UH`KS<+@;OtPgV@|*2uh0NaK zb;wtOjM^yvHprtzb)z&!{3Y1&uQu2YF0;6 z-&pJkNPw~TIeP9tMbGFy@$3@M*Ts{I=TY%&5zoVT@~P)d6APo+yaISwqj*6}fd26l zSTkcVuiyVH03~%8i#~&ZzGlPMWCA!0Gf#IJR{FI;?gP_@en$)RA9elZzErW? z-z!$}DeP6T*8k_BYkgYiUq~IY)=yyvyM1}}O7uIRM!^y9drD&sLd~O$*hyeu#5%=0hc&P=2=ADrQtvtr8#<-kGZK>Z2~i+YDr(2b== zcR`DCps{r;k|OD?J&uqOeF)jSt;!F64YPom7yZ+9fQ}L6K;B(=8G8lk_6m~j6~x@z zCDMtQotu#j_2}HA-lTK8dcDqNby|73nvIwet;T0PM(}dy%>!Xa=e&Wit+N2(1_4tK zJ>Ho&@F}G;2jTj!uGD5=No4gi+tKUoGxifUO6&p|zC}*Q`Nt@!^HZd-C-c2srIvNJB1pwv_RV7Hs}lRAC|1y*^It@P6dqcjDCIs;$|7}n{a0bN zwEnC0YEJ!ETa@VSNVnP}A=G&bfqB1mb=`bXK5zVw9e>%7YwwQE9vvGOqVjDG&Y)-L5pEZIaIC zt1d9l3jE3Cjm|E(KL}PG`1?WOK18iyR zr@EEK-#D<=?b9-MKLq7qL@AMpXFN*8q(*e^0F2H-_4k1j+Inw(tI~Km%BD8|oIZZL z3U#LP!ouD_m~3*fC^b0{i;`Lh@J}(6VsVI}X;M5&;!2eyMl~<&Z4!WS0Y`~eMhmOX z*{Fz-wZUowjBH+3?(n{;&a#?E?5n&i88K>u>i%i|!DBr`8qsAZj-fVnlD&ENu7UOj zcr8tPJKsdI-m^h@@FMC~8b8KU@3}+S`I1Qgj`G7<7-#jKJJoyip1alQde8Ti=;Qd- zEqbZmLK{d(>TSv1K-&|`*$o3Y^LH_kih}8`ftlRO=24yNSd>_EospK1t)P)MNSMz5 zMFbXV!)H|iohdPqaK2TlCsdyXsw|yVJM_5R`8Fcji2AR-qupV#6XH@LR3unydzvBM z4f~1F_TbC*c}(zSLwgMXgM4Bpq**9!s9VzD=qH!e1;$?DRCY2k%qp0&7j#pf$VRk@ zJ}vAuqB{{t3Z*G@GUUh=QH+(oZ~6)oG_G zm7oW8n-SZG)I^@nHz|$JLoI;48x87n8XKNR#<&=^F9+-;eGV0gPPh}0%>uwt*&h7^ zikjIJeH*WM^eCR-1*y{y7<3vkDAAj#P zqW!0sNgW>q8t;8)$CzynZ~LYZ=TGX#rStC(HZCa)yTB3evmPy_-~(OswN&RE!Vcqf zp@Gi}J#;B+uy|&hmNr=+9n;P-K_62nm1xV3H2SPw#e|IhbXfof`+6|7-a1piP-HwN z7^H{2zdg+^sM$1pNn(G@e>T6pEQuKCV2I4dULmNrfxpt(oApIA)u1V4mx*V)ZKf|V zchNeer}=!|H??#5LN6WbNlX_CYfykKg_THOR9^_2FTwuZg0(8r_mh$V#aE#VnGn{e zeCl;DfP%p?tggB$k@J+TKa!uwd@4m9VSVvf-3M5SiBUWMu?`fM{}^?u#Rg7oj438} zF(JrR5f9(+cj98FDW)K7zZihT$5@OwgKx%nE3=G6vK4Y@Bde<-Gp$1S)m91meo|RL zn<`b;MO(K26BC3>4jV6|nK2@IAd(jIpM#El1d*~p8E?Q^LTFiSdXY#}J?38eXq6wU zILE&{2PF4XZYiYgP2}og_GW_ZL=T`a(o6hRfQ6D1w{88ns)Va232{Fagx$LRq%S0O zl)0Az+ySZ5pA=~!CT4ui_9ihZH^Qxh#U26>6Z7Hbqn#h2z5ie)Ybiu*0bt+kjg>s@ zjA{aix*=UiZ)(*qFTw&sYC@-?(l4s4*jzOJb5O{H-dahv}rm2DF96vkFyo8F5}t^)$F zZ(9oMi~Bo>vl1%_AO0!k4`R(0WECATr`T9CYDxmPlhFq~FmY!A0jT?5Z*B+?Z-mztE>vHrpWqH$Nq7 znQ$bS14=F3%*>!CDalr@dER`@@Y?!6d@*vxe+Ey;C zzAb-8pA`ZV>?nizOJLlY2g_U%w^_#AX+&7PCq<)De2EOb$F4aLln1f;?205wZvaM# zVFVXXgXYER?xJ1UNedWLbhw#43pHVVJOXQCT7oAT1xqP@drH6g1K{s|^C-D8~ zII-`VG_Cp(PnuTk%;)M~Y9hy;0G87Oi^b`fGFXmJv{=-iJc*G;s){U*MNc7w4PZX$ zFG5NYGosTWBeCdAJRx94bOr)R^%*-w;fF~?jmJo-7}k16tTxu|e7FZm>vqP@h}UDJ zMb_<%9ulu7Tg2PMX=bAQTgbqx%Agz--_|=gN^3-U*{nC`=`o*^BWB5aoD5zDc^L zbCPah$}ndW(fDOKfCnSmYs?O0|98q>)A^t1Kmi5fV)^NK<0K|?>Ztkpg{wAx87u#* zeqqFx;gPHrpt<9XQ}|ZXmRbrVBf~@9!{b|~w(2b~o%2V>(ripi+vjs*FBxfV+~`j# zwUV4ks{+SXmd9E1#@;j=6 z)uOkr_4gLM5-{%ICcH@ey-Dse{MZBUT1zu282Bo>*21v||3a&=U&8)UQ`x`eDO#(a z$+2t;o8*GowEI!b(%StdRN6V}iP(KElBg`U#9@D{z*)%O`vf>Iabn-XiXWl4ADbAC zbxL$JvcOIfTh5KDUbfOny8snu^oxD!YWTy%94p!42i&pJ2V91~3)1fIfdSdg-sO4d z0#s^?wrun5SjhZ6>?CT{-mI^K=Fel0?4c+GlPClQ3ODjHfx-kp8?Z8kIzIS{LZ2kPIYA1qR0t$ zn7?WzV-v+FcYYJ4Hb@syr5~l=QXFk8m(jW!w}53gPr_z=9*MvMv}fS8675hU*yDz=>Qxqp`&p8$PzafG z#m<%=%AZ_k$Zh6-SXSFN%1V}W(ZY$4no;C;s{g~%TEA5qZDWZ>Vk4~|HI(T3pO(1a zDly^=Z=limT__6dNkqFHhpOr_vsaOh;YYEgH_}4}xWc;# zn?;DgBeLc+Ou7F;1!12zVqb04b$E-(L8Pvlop1dlMRsXK7|7O2c;w@PH!A` z$}(qT%e{);@wHLrOr+~eoF4r(b2T#R>l_%jYgt>r>5{5}aWNyvNppn~*97@Ca5!n) zRB&u!64`2fsMa0iy>Oxm@QbJ?bpB*$d`r@}3#0zCM9#0Uq@}4Awna{XqNUUrOuWc% zslzKgZj_jgN(3Qdj%SMs)!HOMgJ?$SA5m?n;P?V#d2f=I&$4o7cdM>mQ?y*xMg;gx zgc(g7CW7dRu|;*V=I(Ayq5ilg`3a_A7|!c@Ic8!~S)viH$y!IUBc2WN3Q-Bvj^$c3 z5`_KmLmGEEV1Gd_1d=iz5E(tp!M007t}T351I#sty)U z+#Si`84w_Buz4?P3V#KB5SPf|6%DG44C5i97KEp0qBcViqnfK8ixAqFYTieA`GW(w zAaRLIV{Rh7ntx26`gie*R0Z-#Na;r%mD}%<5Jvs_7s90pggwVaNJy z;Gz5ncB#LFXNdQ_W-sV26M91L>)3KHxJ|5fbYYy!?SjKig2`8l{-`R#sJ z{y|JM;N@7?!z#|5{daszTz&pedK?9JQ8F;@qU0|0D_iceAI?7tSL#Z>U6e&#kwgbP zkkbtwSlf+Cu! z2^i*I1ua#Wv>X0&z_aSn73?s&*dqlVd-T@)W9p>J$FO7ZOZr;Fjpb*IiZ0VIdYQtLL z+vF=8tIkQ-iCW8@Pz=4^uQuJ=>}nca<}1w6IQAlU`d|lyHiM6o3qDTHh2A>nrl2_S zA+q^%P|?VQl|Hvwh66uk?P7j%C%U{@zVS76a{Yy?)f|yCw>|CZvLrN|l>4FS+vXAI zH~1Q@M_VFOIwyh-O%sQD3<-Z4nfz%+pMuT$dA}3f(Y)N_dKL78sm^jCQ2QJXENk|S6i>1Swe1^0VH!|z6vhVJ3d~qpZgqg? zzXJ`{qP%dJwHn(Uw4c1)+4_+yvo*He^{Zd~>O~p~F~0$D{+lmT#%8yz$>m$BosT^* z0nr20&}O%cv?bbkjJiUE8qVZG$Ol*3*xZhC4DtbUv%|~|qj@h=J~GK)1f2?6ni^AS zZU9&Mjpv%9p98c#N(mlVtgend_5~7@=MO8-+r5XkjLvWM1!50n(f5dF84tfLw0Q}( zm*9+g613dxj758q1+@iGGXVyKBgR-iD*K=c=}3jXt{(VYjZ9Vis|CbfrAYwv)gXY_ zQ4v6I3!prr+D<=J)7@%Qhu1Goo8W5RnM%bbM$r5yo02?~go2uOrV+Uka(kl)NYvB= ziJ(Qrc=R;N`2{d8IC6yuvxg}q);OGU*^kC<_2?JJZgJKx9*$a$VY4ft=wFT9f@+7O zj$`$od74}ad%Gmf_rA69AldC`VZZbwE$pF`3rQ)z)dl0=BiP1ZJ-dY$-og#)1bxSP zNgczsgfSnLVGH~D`xwSpJO32GZILW~7K4{qB>)7j@ZQ40L* znbhGjdU1BZa@I@C(fhvEMh*p00h0JY@9QPky)JkP4t`7= zqP*~?>!A&M*52zWqxiQFifLao4{wB9^g%?F=gS~0 zM>_u(!b6Igk78KGX%zF_BQvo$i2dd%>Ll%S;>zYS8{}-d^88%#^8m>@n(H6JN4eBH z0j1d%dV4m1hFL&aSv{tK$Ix%EF=8gH*LA?R>-5G>76)qa5?U!q{5zOkM$(KDXRO2( zGaf}bx2|K?&R=KDobU79gq@AE{9S-_z5ubTUu>V?@OfJ|ccbj>v{^6CO_g}6Xg2YP5?z6EY1!XzyS@qf0Ycyo zuOK0K^{@C^(P8ojvDHkzYo|CVWwttu893JrN%fv?GnumQA32}vG6{NITX#smVXGT-f&W{?OLdm#JQzu|LRVj9_7JPjAE=2mf)a`9Ab zAy_6`@*nHK5Zl4;M_QX+{4AWn;AI>6ng`K$p?E4K0IPv1nYAu|;3Z1JysS^y2SSS?R4u@cwoDv##^y~sxs3TZ9P{;%d zV4{fxRJ6JmKGh2ygURWXjF~(9skC^I_ki6)F#9EEOd#ZJVmWw7$<^jN><83bny&>Y zLev|G5KaS;mcdAD^#EG;S!iW2dlFE;4^Gs>Ag}%LHh~9{Qrg)EWdHM7sD`c1JExBvYFoV>hx-(khc<7V#FICscXhtpKePdPzHNO}c{S>_$Md+4Z2J`3~AJd3QY$$aFIX z`~CFMe8)VB4>GIofqW${KcIdLn~0fokH)bK{=2Hp>_(s@oc@#bn%UH3)&+`=hYRR5kn9dZ z4t}=DW@k4MKznW507XWFA~^)W8V7CdN|4i6qAM z4ebxmQmUl=ftwL8iI;^*g+j63Erc38A%+wZ;C|f;g&~0xDhNPW0h~tJdNR=LCeA_F z+`OLKFu)Did$N&(XP^abKo7X0_}Qc+i1%iQ04)CA%1Iyuqv1qukiSCW1Bc&-h@49tFbOAM`K$%MhYGq; z(=Mdb8GBlv@Exc~)FVe+e8f?}(3glDZXwD$X&-}Zr%EHufLK``s0(E{f(m10Gpv~1 zip{cOe+QoUHphy6YQ=n3>^&=1YQ5Ar<~sh2oIp|=g`GTNh0%lGX3!tM2{;A|w$fM&6xeLy#&FBW zLg$8`qxT*s`p0eF79t za`&uDxqFzE1tpCq?*5dbmvA>3m(uxAp^S5b0}94oOE(x6)Op5~OTCvw2;0wtUob>WYcvweLn*2RYH5c0bU(rF-f+I~e zJ?;Jr(tMPJ0|^`4<^~5H^sJ2edjcqjt{$0)Qv~`U4^)Gz(0`5=KwY!|f-Tvtyx{Mh z>UY-HodcW0prhZm;p_foQ6+hf2lOhc{B6>^iD7!8eD4O5Y*?yiCAaCS<~NYV+e zhRHr%y%HyDErVkvwwGnv>kvLO-rTR7pmo&@vJdL!n2n#~q3B!C%!r+T--lM~JvOCr zmX&ZPC4eH3zMZf!;lp@*Xt+p=5T$WG!r={2V83@`)=~Ac2U1bZXBG-lfSt0eBkU(X zBsp=58&D1u0S23U?Wx6=&4)aSdmK=~W#JVlCwwu5)X?WQ^p~LYyTw0bl>rj~{NsJV zan9z#Apbr&%YW{*w@2(R&YC`73g3c4@(;rh-7PqhhQ|>F-4+^^RuM2Fc83FigO{62 zKsg6dy~={YUOskRc7jj*Ly2!btcgsodhiaaF z(Nrfzump#s%=((j!^xyq;0+K8nAcaC*^fYXVZw?9q@DMn+llsSHX>hA1Z0_%q`Njc zOeE)5^kMVbq|hXU=vWCIk%UpXI(fk9RTw<1<4v^u?B%~hoHUL1ymCKHgxQDre~Ohj z^d85?E!F&ORD%QiC617{XH)q;;lk9jDTT%DaafQPuv#zQ^bu7ATt>$hVvAyvB7`GOD2F7$Fc8S&#d-jJr7(>HPy^SbCOY;q)zN!e7K+yM^r=h#~t3dIqrFK`n< zCWLBTQF)H?&_Q-k_@P+0N#J~Z@;EFjpJP9)yfEKg6;xihC#~Q(ZYh#;qTQRvvpOgC zSG^ZDX0R2q{XOr+jl&k`Ez`a4Y{Y_Htc?20qPHk7(ifJ`L-K^L%WiOp6rg*D1{_>^ z;NUXg%>qvs%rFQj3@McOm7u2O$gv!KdljX@JDk1*#1|Q)^fF&wE1z`!sNP{qPFaTf z#0ZxdTwg#Zrfdbr#r}=F&}qOo#d(l#A<^XgOJ1`lz$Z!2mWEtukH0>@N` zI(+e;%#kF%0kCc1td+=iIaw0-kj`l9*ONiM1}sR^L(3Awf~$6`=uBEivRA8$iqzrk za9-u``*_!e*WDSr~RP!@FuyaNORz`6Sc*=`r{20Us4QXqV>Iz z;&Y3C+#iop{OaOZfBb%mPb_}0KmGv4hZp~d;^`>A8F6#-TI_P32pQYg!Yu)ftTa!+ z{uwgL)?fr&xw?NG0)Ol&1iAOjp@)wirFbMw2l&deh}glRfCFAZUw*gSY1d@E#p!L| zcm_?kSID*A)=jDO8Fa2`GiOs7{QWP{k8Kf8xSW{bCfJvg{t72C>gg9VcPv)3Sz9C} zl;5gO!Jmx3wfU`DDc=MRNFFc6>2FLjZiC<*AQX4gBeBNZvWlG$Ck^4`(=M~L#I3AN z=ZZQ<=V@wwITqVLe6Qc^)IUzSk%F-<@xKocdb{b77=3`+yqg}0VF#$yyXleKx(x8q zXoKPJ2;u&Px(;y0NszV3-=U>rAo$xWa9e^a16By_P?Ufn|H6y1It-12KgUIfHl8g7 z7yZFlxCZI4A1z&LR2+>jT)Pv+P|DR7H{moQ%MuKgP26LDwW#7$-B?y}iWsYUl~FnZ z&Yhw(w`zbS;{1H%i1b)c}FNQ7L>)=Sn}GzaaLSC^e5^9@$FK?um#wU zRT`XTjfHCqTKF048dwrX9I+U57-WGxD=v+$5>fc}gsF4yLQYHNlmC*L{dfna`*0e$ zCb{(s5*8dO9s}l79%^N+q(2(!Iw+3C3*c!b_>FDg)t4Z%X0Ud1HbwY0vVlOWC{*E5 z3eo0n4Qw%kNHeLSPgpr!CpmYRxzSr7|bE|d>kDyr&zTu400V?93i@~t2qsu zQlCW}3*oR2#)HpV$S9^0t62TLW|dHtSP8Js`xTM1D1xmCBdoy z-*z>4Ma*#qW?WO=7MzSR%zlC*@~NxvK`uO|k~sUb)^8sN-Zl2B*tv1_`TQb{M0;-Su;)XfE7y17S>o)H#K+t6l1|8A9q_&_B)#U<587SO5CqrF``|^r$AT|Ktsl14$T4-ce za~hgwHO|CRs=uX)EIv93VlOk(@oBlUtTTuK7}?X?QzW7oWpH&4M%(WrTUt>*4ewWE9BqqPRHvlmm_(No#gNRobd_evZ z+SM>R!?{Uy##0G`SS>NtvOMWMTeV@4lofmE1MYAjOh0R^N-^_lBlDfQSmBx*rAug;L zM(!9F>Cv6v?hBwUz5vxg@PW1yw$>+*LwF9MzF;+fI$y|j@&kEp_OHE3z@WXsn_)V- z1cT&0WZgr4WI!*4bewMw`Ew>U9kx%!7N&kjj}V-y>X(;%;`=>pC^)E+vv_SaXhzrNC#5mlI)1LbWO8cBktOV@~+J%;q{#VHtvxzI4k{34Nq7>`8CeG&fBIk9Dr`5ct zK~6Zm<0YADO5%;!e7Ysik>A=Do8LDO`g$PLn+yr{iY|f>Xin^6u{xLctmgJ!-0T90 zz=0_S+?+ba3Q)xDIRDZBo-%iA9?#>jfepC}D1a!agS&um`A-gQm~YxgqS#fm!mUIf z1#Y-|$o(QML)T$<^?Jyzf|@d`tAf1nIm+wgD$0mUuu@=y0YN4<)%$P25nPB|*Lg2) znZXxP?NbJBB0Bz-s2v;WIG+mylbh+CcOl$_c?7iv?r$W|0%qC}n6U`QDx8&7)xn4@ zR^hI!GHRT#SDD!)tH|hv%aszXr7RUPT&DILw#1A5O5yuTlnxY-xX}?3??vT-)p%30 zZu_lhR_9X0t!2}tu0z|P>_DxArfE_=?XQ3PN+99B#9u@m zbhF0mK^!`8XSQh5(aA1^o#gDuP9h}Z-No9@uSNP{)=qExvBW}zS0RP2Q3K4e&SM`O z`|Q}s%p=;l^JiHXpm4_@zPQeRVn4QVxEF9+Abl%@KUmcsZIkxJzE|v)=fBimO-}<`n zGQh?(Pr)ID7pdDR;zlI#?Aix~nBnFzuv8n#!uk0Q+SJ@faB2bS!%b0g!D0T(y(U)A z;T&@V_`wA$CZ7v3gHvk+44Pr2>?2Wz(<5%fWLKE?k)i6%}+2qfkKUvFkOzj zd*x-7CT^JH&k5#n)*O_v+Y)Y~xo*Q7K<UQXlQ0EIsO1kwbQM&F^EDHr0nh^tqwh)D2B7?_n zilAi&`QQE=G)hu@5lxJ9;K%_k0oJMH<2)NCd6<`o@)-0kXC=MmSfHk`cDiQkG`}$q z6y~3x0xU+5+li9FoOHubIR>^gcpbyJc)-h;taj85W;S(+Ri@{gWqvXhWtv(Cf0>$e z$lbp%!;Bqs(+)|yc1RbX^k5a#NV3>Jpjg%eryF=Q*T`t}QyBQb7ImkwPZNC^B_zF( zX9T(9EIyHg$#JkFe-8TyIOC_SA3Sie8c8r`C00{j8cFzr7LXdYIx2CGz~tKqz*{(& zWQ18k{xfpq06{0AH#WZ!(Di9HWr zfsSP->B2i6qq!$mQ&>m2y&rCJ<(~y}+y7L>SNvLN4Kb7IUjt@^Au7Aq)mgC1zF|GxQc*KD;q8ux7+CO`gv4T{Ko#v%dU$!4bW!U*Im9JC8WPF|nPt zQeq*D8N(MD6*w)9sp$!PsEXxY%SOT9ngx4}ErS=JWN_Ex?Am1omf_Ueg5Y;lU?{E5k{_LcT!Xj6f}Cr#788zpWDC|YJ$FPUh z^t4`dMCO4fZ?5%zxH*M=Xos;&_9=AzOOXaqY@0rG3PNB0<=u~L&(1bPZ>||5?Nc*401J9D1EI>2oMpc)z>K!eDq!w zWId4pJ{e<0SWvfgUui~8;tB!e0$GPZg&c_gjv992vsk0RI|H+_UL(yYoe9_aE)!P2 zv-rMyo0xoC1|XKT4GhI*zXTBuOFl_z{YbHwJAY4ehpI{}P{enUC0TYxKo(J)Q?)+o zPc%`NTIC|Oue`(pD0kK0TOw&0`Wi={NYS^#1LF=-92g$o5lI*&2ldDrAOR~9u{q%g zHfPzy@A-#gi$|QPjFr2wQ84g3yg;!hkRLbSDa_teq*X_0o`0%0m z(D0WWy)eqKb)m*1jSlgW~LW&z_k`#mg{XMrDKH2a&a2oX{ z?OepcE{Zi*>!*tSUT2tkG>HrbRGDl&kD=FMKan;-2`q;f|CSQ=YW`cTolfk)%-73% zOugw0wkplou3o$h7v3;b#eKb96b(4y^&A0;q|(}Mk@gyv)|f}9l4nS4sS|gb8}sGZ zO$f-we22dF=cU4(uv@xxpDeTp6XtZ-|X)jLLEb@LC+g8-eCK(kjtbdgsE(c=x zl>sG62d=SkaaMWIix5;#>jejNV2^%b-sZH(ybzhoS3A6`Wv#^0Zx=k9#*sAk#1`9x zg4;z3?lMvrV-u6~Rw%f^kB{!61`g42OJ$U1K-n#IupP2-FDB}){5NeCy=0G3e)uGy z={NN?vBlS7%Ty@Y)vV@REcc>Ou{538kBpWw7NTb{=8?`tR>C8`xnfJdp*$J|(n#)?bC)n}^~OrC!yU@T zVjJ$LMG6d0#)4j>^tztTIUpTYdxdx@G1@zaF24f)0ZVMg&AqWz1-(pjwe~rdVDvzO z-Y1$=+YR3lC0b8S)_Uo4{|6AqyL4bc>7xPVO$-}qT0gyq4-P0x#DF5ce2dr^P(bf3 zLfLMSQ7Y+M4K~wW!@_5v!isY-=a=kWA|<&cgT6Q8DJMrZkTtDeIj1>vAOx}s<@_d1 zY3fgWLCU#Eko8R>E54!e9Ya3e>xd=Ex?~7h{Vv09l;-qeraP3u-MfVXsF0zO?5U(` z^wu%@M_m}8!JSo$^b4L~bzP?Zrg`FXy`slVWP$DUSIvU%6Q9vAoh9_%dzcqgIhc3q z@}8-EneS@D^fouVF}x=?a_>oP2b(|z{}(Xt0p>kzWdchg+-o_Rs(&#i2qa5f%mtOBe}#Du+bI~2 zZQE5kwSsVd3kSKe_+S=4mY1@k{kaw)wW?FWyyJU`~A#Uh`JL zC^X_(4ZV3}Ve|;}X2m&n%LNA;mXCSQmr4GExNpatrWV`RjbtrmH#xjF$=WK&l8~Uf z%h+2a;JvYJh2Tb`=FHSpO{E6@`V_5zRh+@VKRGio1JYxG?G!_z1wDCepMo4(CV&7s z`DRCQqR@kSWcGcBajydvvhR~(P#Uo<28GnmnK#J>04fQq&0U%j}44QEt&ADPPS*R}Q5R;-4pJ&_vMFtyk zrZLP|Jc5KCx=`z~A0xR&(sdB)b8L9*UYju&w&ii&2{g`v+?Z>L$%2-yPopGKtA-p~ z;230bvKz@5dvT^1>y%u+_WQYe>n7J$$!|t#Ef3ua=4%>5a07wiT;uz~;TG0K3O2$tJV2_vX z#7K-OgJc~4!Fa~$Rwt#y= zF6U1H87y3Xh*#3CI2x7k(E~Vk9snp7+t@me5h7(aTg*yL6&#lde}D0-LYscFo1b8z|zcF z=|;?hsF~e?nGj`O19-rRR8?-oQH20f%OtiY71;1!Qdm~Y*3>VqQ^{u$;DZ4o^t7-YUri#DQ%{Ta|6WoB5 zxLG;S8sP7q5sguAWHG8U|22CBHi~@S!^#6sqF}&AeMrZ`dk&Zq6H$0jS-0Vpm;#Z+ zcx--IKv>!jfr&Y2#0&%?sklR_61Kw_6;z39&4@0^+?Ey5au8UB3~=lbtqs83eJ;SF z)RjyE`7FmCBHR@KW1?ynBSx~f7VRYh8Bt;`WoI_N>-(ww67EL?3k{SB9EKFy?mw4x zNx?^9tJ3#VQ8s1gTZouZD&G|43Onx{_?OH{(IzV|6cij;r}u%>ttBP8Kqkf5OYO6| zISIJT6lr|gG%SPHc?BhvXqf5|g{CC&RIk7#ECEA&=RJ8tfxQ9`YMF%%j;<`>7BU4v{$McG4;(AIJV;(HTe&fO)7~OG*a2d4a%}AZ&tG-Zo|DjUtVz&KE6# zK|;BIG0N`r;EN>~5P2nf3=J!yCRHGPut|i6{v_r9R+Gxu!{V#em&ywx=g(iKqgkVM z(X5n6*2;B8j?bryHm4+C>kOCA*C2SNkJ`8Qf8M@-qM=t%V6c6+iZsGwNc-kd`+WE! z8nlf-V&7^A$!Ylo)2yZLnPasDjj-({Nc)?jDY)r}+F)%4nEEA)w^m7O1UQ$=)%zlP} zONt<-{v=5uc!5Ob((?8FlqPBG_5A`yy(*GgTO=eDzcw)%Cfejy)77Ex z+r+g=xe)r^2ZO8N!1}^*V(pyA-+7+$=YkacLj-k?*razdfk?h!qSY%gODK4wmWO{X zPPn0|XuNcVV1N(22`Mm(ZQJ2*NaMqCiDU9+M z!*Ep){R&PjSKN&TXB%-Z8Ou}-EWXyEe`Hf%4)7vUG#K5Py}NWKF4h=LWVJ4`xw?l+ zf$Qz*#Ax1&B9oMHh)QX0(Qh&(3~9y?#uxFkLpqg8m&eFGXqyws$+nH+za1!u+Vt

@|$jDp4t7maBT@by!vG1&J_?=DS4W3Hu6w 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[c}iI#RErv3nvcIClH@!{vM)zJ_weD zu_-L8NU*GlC{d0L!!VW10^+~>qmNB~Y8H+F}!P8_d(PpvjzMJQmr z)FkX;2B~<|3JfJeWv@IXo~nTtp$}Gjie> zs8UDG*kid(%i5QCBp~MA;#I186PI-nZ&k7!k8BiLJSuR>h7ArSYHD~B0I z=T6L{zqglekt0JjG5z&|GWb4?+B5+{p^fgTufl_KesA{@I&g7rNq==^SGc5GcM%$N zDBG2)qExz*Z;jGN_-iD-y8i2BCq)p}2lKcspLg>w-;qwg(()HXrZa3jd!}spuwBVX zwmX!iwU?#7uoQnunw|OlU~+c z^L5Ak3zWhaA4B^FhMMboO0k*O2GL)lD9_<$5b>czbCvKcSt+u*gA*=%dH>Q-Bc11h zzO7jbXN)&5mBf=w2anK6P$YcJZQoWa2#E!v{hFKxxm7Fc)Fc9iC35{|Lp7bIDjrhC zgMiGf4r2yquH{U7WdMio;XS4Y%Ry{q7#kv#gZ07i`7eo#MMh_o68E*Fd_#nrri^4b zX+slbsv>+8pmck%oLDUL()8NRJ#Z z8DReF_eq2zsjEXGs)yS{k}ykS1B!ZrY0f6O65^lslJv3g&wfpDg-&EwF8wrc=hSwm zPlV&n%%yE_@onOwK?)`GNJ6MQ0drMuBYWCH5dkD)uErh@*k}#GcFl<-;;TN+5vb|b zctkCv;*zL7f)A;QuO%(81r0)&aUz4EQu;kA!k@7i8RZ)koMaWW`5cC6n@{w!!J$5d zx}l)4VP4xL=BKi&c^{n_Qi`q@G{vimblcVR53b#*X$FUOQFm!A8JKahNSiBdY+x3bJZfD8n{--FLUM4+Mx@{vM_ep zkk)U=K8R(rhU(X_faI*ZO}cn`5t*O}lx^j8|0rt-)o=Axn^DGcQTi!#7hxLTq?|HQ zB;T6(nrsCeYK0_o%)IO+CP{n#+|;w1ZmvD2c-J{i88bp63RjyKOE!B!D3U{RCs*Zh z&^%65VM(J34230U4bHS}M@SYS9TEK}c%)2<$h1|T;##zRtjRt@#1T%J=kAhOiw+Z% z7DpyWVK@6%9K^uVD9LDKj)dR^aZK6$@Lt)l;sj@`QSzBm{TlLG{JKM_^60Zr2w~nr zr>P-BaV8OjjWm?hQ3$ZCx+lyD%q`~4iNF9xWKi$t&pzBhwN9Dq-o^v9@=abLR#|

KZqkLal4YCRR9VNhIM|rBqmzzcImvcx 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/cli-64.exe b/env/lib/python3.8/site-packages/setuptools/cli-64.exe new file mode 100644 index 0000000000000000000000000000000000000000..675e6bf3743f3d3011c238657e7128ee9960ef7f GIT binary patch literal 74752 zcmeFad3;nw);Hdr?j}u==7yyqfJg%kqCtqpC80t4LPu^(N8=-ER75n&prFR&UceDB z@phavWskhi=#1m|%%F}lj?UsZGsvQt5JTodne9_xygp zKi+>{KBRBmT2Gxib?VePr|Op8w9@9V*=$byS(eSV22c7I6uw4&mnWJ z$MZk#s+do8oC$GRiOqJ$BTifH-`O?kw07GVTXsfYo9!LM+%035U*jm2#J3_n{DpIsylAeZ?oA}or@^cX*&;p@8Yl5zaYqC zqReLd_+ljZfRn*^ItAvsb0S~E#7db_^bvivWg&Uk_wpg@|NZxW0s~rXw%@JA7W#9w znC{QhVoUu#b(VUadc9_T;ft^jG;@np*brtX*3qDS^H;5NPdwDuuEig)w2D?9%(2-D zI|{#yRD9iR8?D95?Ge^qXDz=|8CgU9QI*v>6KammHk?*-@|>EZqYYnO$MQiT*8IwB zjcsG6_)Vxma~#U=Xm-rjtfpi}VFwC1Cur7YyoLi`)=#&Vu0f#zy$X$$g*3L%uW3y8 zmuYONzr5Kox_P?Yrm@-nV3;*)<|dyyN4-Uz-LyUZkNTT;gI4>+ToAv;T(1p4{=!XK zEb1>4F$Xl(sI2a*v18FK`oNW%)lhSElHqI)TC-QUqg#xxw0P7X1TG@+NBu#}xJW$Y z4{GsQ{sQzzi-r6?etCazhNb=jn^N~z-~hqkY$f^}g8yCNU9xZn3QMGGaTEl`MFX9C zG^k^_1rR8RtYQ(Z&ZG}fxIF8)$B1zR-ss6<%dcHRYkqOqs_HH5(0O@!H7 z(-{Bn=}Th=WLG2XbB!I3m$?Ojp&R@&FvUVkV@K53GMlm?8)Q{d_^}qtLZgkr!HyQY z(XX%piOS;*!3)0(v9>){ouv_)(%i?U zS|zq{MF|F?IUKvFnF@^q@cbE|2r&0wnTB_zh%nk~0w9tZmW7^zXwRVMAE05(%JFqu zi~-E^@F=^jZj0_N+-rF+c@HZ$%}o5%#{9y) zvDf^>h&rSL^*gD7~pzOHv=pn zZpOX|VMKkAilc(3scUTLaN!oqd+b0OM&e5aa-zmVIg^N-3ba7uqC91!t)^(Ao-0Z= zBRe=&VB_K>f*4`+Pn0a&i?Yl$8QqaZV>2w}Ro8`hpBI~vsjPOLi(vhXzC8J=&Bped zU6wJL|AUwqsICB*_!{IcXlEQCj!$@Y{fyvVRn1*ukl8i(qo?7gm{xW32isz5Se(%>1j-a2k4wb|wT)GbP)~3cw z?6fpLj~Sq`9YkM)yDZB*We>-k{xAm5y?nH0Ho2{x^Hypsn|E~r0<*jx=2YhD6NHvl9yo4U5tiyIlU>#Dq@mTY2oce0 zScIx+t*YHbRIT2s&bjqw$p*oU67G{!71sDN2sxTN5)0-oL1Aw=ob$3lFj* ztVs)OQ=VuDG#Tgc$T*v=MF_RTL4A^~749wE!fzjIvze_{!i$bjkvG#thW==gNvR?q zqN9=c9sWvw6oprI%*YEWbx$CY=-}BgsJF|~&ojGDfwn3zlecP(M_rM)Yu~wcoB82L zZNc91uwxJ?*>iE0-InZ+zyt&|243NM1(`ag6+L8(rCNqjEnXsf)~Gdhxy%nxd<%-_ zG<2v%HTr0NH-P%#9@h8)$xbV9#5j)t>pPHUVJX`#82c>$e2P5Fi^z73?Zb3>4H-a4 zyZAo{B_wtgf!oXxBcR1yzjoPeO~Gr4i!#^3fZeu!5V{O<&s;;BtE4N?q(qtks-WJO zD~v3>0nlkN*NA*{4_W;X4Io~{Mogf@=VYQSm6*9^7%EIIDcl0W%13KjY>-_uHx_7S zBM3Ta*CEci_MQineL{VRdq*QvNnCS;!G7c3CFAYj=nW|}g_(0Bp(?@#*~8{BOV7sd zDcx0Cx7X;?l5q+PV%P#V+gK1b6L#Y@;%u9I)LB}a`E+cYYNlR9TO8fRcYr1|=D8ki zBiH!EGQ4k>xDX4mXDLK0EpVV}G7x2RQ+WU4iC8DJH7~s={+*}g@6kFx*BXyG1VJP& zk4O6F@~-nB`>b1#rzEqq_{;*!TY-&T3J_Vpd32D*-d(1cjk$bl@7z}+_r*QACEP&D zVFxw8wdzuUVu0Idf!4+O%DVgW6fJ*iFL*i=X9BYTeFhw6BWnKWO#ufj;l&UybT5BxG@`(Cv-v9sK`sc!KoDR) z67}ijJN2A5PZ=2nO;9zBVYAC!b*-{`Z+NXe^)IaaZ4aV@RcC9R2h0yL^*)jOMlF^L z;kuNyhRwFi!;OhPMzMU!#EV1kKX2Z=l`FMaf1;|ewZ-_h6!2u#_t&h(u+?gGG$|v4 zHp+zm;o76Nvuw8N0?Hq|1`@?JxhMxg>6-ocYeRWFIR4u4*JbQaJ`RvWfLCeik3W>a zk1T?~etHvy@Z|K;PCs47?)I7-zb!EfMA;h!J^hcc1Etvwx*tQ>u`yF0zXD5Ky|cd( z{fLlbZ3N_cCQ^(~lR075)TG6n=-@`+HY03uch$J?TI-bfw>;v2tg<_7eq)su?g_88 zNnF;J*6q=^gv|!G5@o0}RXt%pRsE9a$MydHx{-RlOKar0BA0%9D(ZTf#|5d^vE5aSOvMb88FJ;TQa6RBDfP#(RV&1fQVf4>e zHMI8t#jeT2Ao(bv`ZIKiLhh=*sWGP#4Q@o)t1`u?Cy!7I+f(zogymtrMc5YA{HROq zusI`ak3LXkL3e3InX_|$#IXlFE;43MxT5JwHYitP({q{T)*Lh49jZgobClJp!)$BU zo+LyUZVj_7g1QsGhU6pWQYllhRv}>zkD+^~3H)*$Bbgb}+xSQ<;`f1gBW$Av`I&Dx z2crSD+_YWn2O`LmcO5N%w9$t&Xnp}X^Y{K2FlZ61txwY6v7?X$3-^|?qikzzmcLR9 z9MiKRfo}{Y64I#&Td&*J2qF z@)G(Q#-?r8cnF+(wfKYfq?__O)cV01?J&R5P~i~$PTG?FQe*<`E(kHnAuAkHCh49j zv-Q4HCK^~TjwGF0d;#q(iv}9Iw7}>3qzEuDHUfz%e^;dVQPET7kr#V6y^GJ1O|z5K z@-b?8hz1C*(E^=S5nw_e6=6G56|6$hMfa1OC*a<}hls*Jie9GWzpoWP?I&C;x{7ue z4C^ZOZaY7W!At@e)TQMgqFkb)@gi4uUE7eWa4*&6RO<)%AqM>~)Wx<+)rww`o> zJrWbP>=VHYSyOTVh-4o>jF+`w;M~ZV}s}Q7n`+ zG&RPDMJy0jI=n$ctPg^WYPMm8-O1k-g6C}7ed>^P%uQw8%8YIn+rwYAfad}1kc|FX zV`J{T&PK~JGLAH9jazaPx16@tH>-JA!1gM24+Cy~_#yxwn+_(hvVr;$8>q2*(!Fc3 znc%%1Z#J#Jd-TDqrWLVuu1EW#5jWp_A!Pxau4)n%il@8v;ewIWi)@}dDO+Fu2duNG z9yLwR?GQC&7+zE4$!MOQhiP#{xi900@{qmv8YuFEmE8NS+f&FOMq5I4=Iml~YKA5&&5f2La2_um!c$45?Br(nf%0OEiAmB;b>LDvByYe@O3UNGn zod#vdJ2d7&`Y9mwTn!o!+ZafF&_omg>WA>urXil+l!bx|{Y7@Re@PZ;6$+q0ON#wk zLE#o2xP(X+!#_8*ljt6N1bW7wWB>yqS_FJ~eR@fxg=XXm`?M8<`eM16ywSLUmf5SY zxx7;AY@|(*@xhhxL4D`derPH4YL9g(i}z^Ej#Z&An4Ga$NEldp!t2s&?;(B282#MF-$QpncdwrWX1*xE1cfb#mJHv`n$^}TKeimt>>$O9V=L0p`Js>;A3_ZF zYL@rZ78&Ve+pOK9^l5FqiUB~1_Ykt7&b4l|k(lVC7a1NslEM%|tIrpTLz?@To5x62 zW)5mDgX+aLHE^ivOX3{`)CwkOPj=EJi2|r)2qZ|%tZbr<3~NuiWTJP;6t9s@nNy!S z8wAS^=y~YrV+iwglf`b|O@J?_h{M1bI=x~WJv=w#!Iz_BXzC`s{|2f23Xx^RB#~um z0UpVIKhyzpY9TeJk3_-qsP0nPm;!<=+@i+IGA!=^#8aQn=&Rt3q^im5y^IG-SQ~pc z#EuGl^1WwcXJ$_QD|9?|C3*trZgD+DF9?O|$3BK&-9e>p7hW;=D@Oo=uP0I%QYoog z>Kc^j?_}ZvO57_FyC~5YVI2emmK}((m|U9qH5fMb|61TwRSy3RWi8G$GLoNC1eB=? z|Ai>NpFc#;Sf=$R8XZpc{!}L5)k&`l@EXDP(-jGD9St3!(H)O9nVyhTQVlW*NU{#2 zaTbwd+;b9?#b2ZSe%w1$MrGl_|AeTOqyx^9h*^s@2(QMt7T3?g!3ZBJc$=HALV}8| zYz_+GX?Y7ixXb^I?z(#s8s5J|CuM-187f zke^M}#ax|7@u0bzlJ|swx2E(aDAZEkmVX3Uulr@*Ks@+-tL0L1vsaEnRG^TY84`i(! zPFW@*!Sb%$EPDTU?7jJWK@ol(s~6vYc`7gQ8=gUxY@U*e>Pt~yLn{Y(zeNgIOeVBW z|3*xNxh_NTNX&IP9vbud@L-<7RORzuqC^)>gSvwT75EnP!ZR_l$sw!@TCgBiYeXjy zy`5V`ePlBseK}+u;#Z_AxD*Q!-p41d7epd-ROOgN^YgS=rH}Mgr_JqB_JF&TjS92- zi%Ro9>rkEZN=X#@Ji-!6-FxT=wEHow75c5+#g{3MKsy4$n3Kb%cSQni%ENy|4mSM+ zh0Wg}Y(D6;DN&LN&467W3jT^2P@u85!;ThfH>Q3)4fpbDwRV}UqWYdTW4vZgok_BR zem3Z48bbWPu+jr%{RDZ3*$&H_k7zd2six$2RJM!HKtIFmiXgkzSz1vF3dI%$@8iRc zeL@GmLogJ}yRQj@aV0Wa5M!Hi1D93bowy7mTiB4C7iJIm3cn2JTg4L>%|f?w+01Vv zfe)%KlijPnL<=0P%FzN{)tPEXiPL9HG6OcfFM1W|(#Ir+Xl#~$33~Q-XhHjgfQM2? zi)!tLk&#-OSoN|1n2Z}R9o}3JW()AF*23(g-qSrTmoD|^3f-X(D--9SMU3?mD&azj z{t8&*P7sJ@Hb5`F-*5u{f&7~71TNGL%sfiH{veLS02y*qn00 zX5_CWLp{H80FW1Ro&Ym8uqaIjT|jP(IfTYEHr)>~FG&j76D`yIRG?+Ln;sA(kt@4) zW*!+7MSC!%;4R!M8O7!zS)WxTTzC&G4N@&e$Q3Ky-Fo(X3?kkVBB1gQWZA$s# z0h+R5^E73{qwaQK!u&u{X%<034`? zm1sQ{9TAw64kXh_@1_H*(t%&0S@WnJ>MI0bzus(i-Jv|T9PB}f)&NYiOI4z@qcXdu zE79FFnq4JIbfSovp+v`uz_t24W>>iq{aC!+qz^H>Zd0OUuQ0nRl;|H(ETK7xCBs;4 zZiZQBqdrMv(|)_I}g z{xD0JjTwO4_*%=~rtLYJ90kk}My_ZV7)fSXt)Zg+I(TR!Wjma|4U8g`U;;X@B)HeC z`$Aa*^09$4%vFWJR1*F8fw|6WnnV6bff~Q&oBEKyGXC{>yC$f?dMO;J;F zq8M+gV-RWz>Y1g=8zo)IAs9bAaz$L9(h7u~C9DLhQsnWJ1~x8phdcKZY;IX`mZ-SO zQNkK9Jj>kb1~InTs`+teN#IC{a`llA7P7fyy204J0i;0HGknXKtw55dvYo26Qw?l= z$c4IfXf2R0j5*tRIKmp@(+bS4;^hw2(NgcwtZm8Nsu2jP@)h~!7;X3NNRQzBu)SyMnAZe{KQaGKo+L}RBKN?ht%cgs__lCP^pSt z`~l!kgTK*}NT4lkCZvDXne3x(psX}0u@CzA7=oaFFoBa=1$J6d!L4}NC={YqBE;Y? z1bIzr^O_MHPgdp^s8aT32s<;MwOeH;3L9!at3jkbA{1zc0Kq)Zpla?G^*|)T#Itr6 zHVEj41-c9fv)BEYb*(M z6ogP>Bt$Ym+A82jT|=|o+NGJBGx+L2dPW!*GO7IpSJ%fyptzc!0^w0noc{uCh{?5?@A+w{NAn0l7FoIei)SZXA`DKTwk=AP>5#r9!VYG4; zbc2@CE1AaRVnt#PX5(xux|3Rg46&Zk3W$}i&JX8;P?6NilL+vr6ak)TMa3tfQbq&` zA!IezLo?$pL0ON^YgO{VX=NUswm?5Sm7?KkI6{1U6 zXW}tDr^j)P(bGLiC4!ble!p{BSa1|4KEONrlvBp?Tdp`-$8m=({dq4M#N zwwp2}Cd;BeT}8`d^b7EtuaCy>`T9Wo7ASRjvIciTNmZ5TBLnutNzz^b-I<9a6f(DG zBtA!g&{0W0<@7U)ezX$yA^JeUvP3iT@c(cTnUNP4=`cve<4dVp=VRRu7X4GmlZnNk zQt0ry_pFuJZ7hLb#av&?rd0dIN)Q=MRiEV@u^OB9b>)Z%#cyvVE5;!-6Jh&H3axOU z#c-22`XEta%$2|tloxop{_4BB5ky`=s@Sl_ZOwRw8qtdiJ+Ify92OK}!{ zCR0oqVj^L)sT^YVbG-{!H8Iam5rI{AssDB*8Wuy1xs0}zDA|xA@%c`zq9E+}ZoLh1 zN^zbN$rIcPE+O$a;Eu#EE<+8X4+Q^62|p^(@51)%6mtzlvg+6rbLAosjx!1Pfok=8 zfU7kXMKwPRIlK=}b@#byGjlbOCEjWYG%bySP)7U{ugOdRL-8uJ)WD(T%Qf>dOJ9KB zQ~I6Q{MzjL9D2AhnOHx|`{X}q@oLe-k&4gA9}L1b*3glq3qFR}?gta-LykcZnQSU# z1$P)jmb-2h_7!~Rd9q}tinT5$DMsmSAj4`2)5f{k9XP)9;Sz>g!8#6U3l5fRjuGb) z#Ad*v9bw><-lt}!yC(Ti^K^HuikWB85^Xkqw+8fMl>|OhLeLw3^$(hQ?HYNmTuCS` z5$fbah$g@<)nbLp>ISnb!=T!N$-c1t8BPS4QXix4ovYSDxd5Ow=(5Hr8QCfHTuah$DnJBk{6a2pj<- z{#XVoA$4$Cf0g$47kU)7&?TRNWcK= zF9Gm)Pv0kLaPbBdf5FBcQ0&CK6Hxp%g@7jzkBuUr_*M;kYi#&`fa3djPx}=Yb_hcL zTm}Ad+Cot8+qAwM{5~+gZeV`?S3*e|7HG`jPn2f~h`&iA8FZ|~5 zK}#<{=1G(pxv(vUgV^D}5IuN?$;c153QCT!5m|VjY5G61S!8tZB_CT$EQo&wenlL%fD|7|`4RY-npcQ{Kj3#v$uKVORP(S@+w@CVasC6jIJI&-ua2GZP@nYg0Sb@i4{S2XTe{y(9U57CknKCer!(_6m zggOD^c-Tl5idqJJj*3sBVylG!5*q+HOr*S`x>4j?8ZP3s*rH)=x&uoUjhXNRX%e{; z8K|Lq?qCcF33-x-KwED6faH1zknBD4LATw2(`>VlTdZac;xw4-sdkW1JO|5OHqRI> zOcm!NI`bn$L+uZNAh3UFlTeP!p#wZc1dp6CAfJjB&Cw7x{hLTiIM@x#Y5Y@*k1*P( zq4WRxA(8BHja{nMb?C#*hun5J;S&4szeFiJ`BL&OG0#EsExB6Yf0q1?P`1m{?(qz&$-Hlq6DngjC3`F}b@s)wZ~F)^I1Ir-q)@t`5z1oBLAXN6D1 zON$L>um~$R355`!hqslooH0oZ15x#(KFL=oTtk+(BiOK~igqM(!?D>XZArLWZR58i z6?Ev?ismiv(|<}&XY~KHLAgcFX|Zylb6R|A7oGWV9MsGyhv10AN%IC)22rCw_Z}js za}M=POyH^rbqick9kBH5rHC3VWd(+un2s#LyxN$d%}ElqK(?=r;(^@_K+AQ%0#P;E$;fBfS>f ziS{XvyhefejrMwbvtu$eIgn~f(Q{R;DYij$qzQ3KF@K3%D>C3pNxHG7n#nff6L=%? zND*9{izev#W2TWwHzDFM0BL|wfgv6oA0jZR0SJ*{)C@)dF0ojd=9LRFP3Ok_6 zpE6M&oyt1C*@1&qa1cwq=bc$JKEtjBniu6ZmjL-MW9zUUvl$-n%?_f#G5o(MiUhAS z#|whd-?58NuY;IMrwe#JbB2f^$lirBz1Xv=?5N7x`IL8wfI|N9A!YSJHM-O>!WfCE zjY%CMud#aKXVc&xb>o<3;@HI41wC|oIzdHeN_7hjXBiQ5ImR?dHej}q?NQfa?F4IR zg&-vOSk?RvG4m&!f#9V*-lHQ_Xmxb4t zk=WvT1d)AdGvTU12W_c*?P_tk1xK1#4rVsp`8GA^-JI#lpJ)=YXzHo~x|B!4A@H2*J5_u$sRc zO7bh?5hsoZPP4z_FDT+t zrJhA8+P)J68kRO}sXH8YJ*TE`?uzIjYLDy=jtqT3O8Zu^aWpr}>gOD!uhXU05#8s0U}stj55bRoI0- z>K7vf-Re8=u_5?q4541ggL(lfhL4B`pjX1h)yMyxMFZT$Qm&j&VI73x*Id&83WX1(B;Qn!{4P^$+08Q3J;tU zupNVnE~X_j_A^nKxy})97|(Xo29HowCfgw0HfqCCI@8CuLYzzOu7vNvt@2DyP@X4+ zeTC@e>BluYmEixZX;ov7j@#zMHWE+>|LB%pDB%W+4}(ZSKU((a(Rsg?`d(A<~1o zAPi=TvtC^|;|1@8o!kX+ERhFlfZTJzzaesLgMA>(Hml^=ZYwT=(is8Ou|4egg4{XG zqpqq%t;Hc6DN#BVT?;EZg}ablc@?|We>{UNLz5Ey3=uRf#qRl$RAjS=yy`4c`4Cs( zx9q^~YPmBuCnr>Vhu^0>5*Il_{&7XK{p0lWi^}c#cx82wvRbnTjxP4*??RoIjsQS4 zS9=8xPl-{&eQUAFKZV0Of=gGh9Isjj1?t~4I{GMBsuit_Xe zif**)6O`5carVI;*u9vHB^QoRSHLd!mg=@sY^h^=VD};*zcHg|sIe=Ib*0qtUTOYY z#(E&G_G{`JL8|-Bubq0H`L##SA;rM3^|Ej4W#87zzO5I1n*%T3>vM4u@=K@al=5mO zF}Zo9CfS%lc!O^#WOeKXNjnh%?O+o3-%Aq!lbE^+g6sBH@76K&)`62~2@wL@dhUdM z7TQgoOR_)vEloN|e;e=y2amvXrxJY(w6N9(GUT)2Z38hIA{=R^mm*$czm(IoRb3;p z+=xwSEC3@Pl;oVwHij5S<~qN~{Bz3OZrUwln8w5lc1nXWJYfuaKYrqCxTryYJl26I zEhc~gudsJK(u#5!N*x@?Z5^(&Fk)~+pbdj$1@+&O3)^&O%rz$o@Ta?Dt{X)lC+3<( zfqkTI!!g8{{sMwH=2`}4kFCn9p_#e!)L2xj$7*D4q%6q~W!BnbGy#?kLADj4p=V92 zkJ^3bb!Ym3wvDwGv4myAU^HD39ZG8_xM)cgZqiiZ1gvPa zgaDxxl`CAWL@KnTsdtIOp7%6jWO`gJm*!#kLkan-xU8K{G2~*)MO9?rwCNJSh$RKb zRD0sY0W!ORJ$fzmy4|cHT-ZskjGidbCxI9h$Ku;Vb}a9`fDG9|l)ZqI?>#`u_Z}eW zy*H5a_7OTy12SaC0nIaj6me$)8M4mPwJd=edtV_W%C zSOIW0Rv#J0%UDbT)x?GoXOms+U@?)vZp_AGg7eYcE;J)Z5iRTG3DMI2w9NAdlz``b zTIT7;w}|v78-S=}{#vp1K82aRQj0T+gTg6^uJY^AEV!o3@Nc5?wA3wsVq(! z#9hxn2Vi2gs{m7rdKQ4TwbT+rrBHJ%8A+x$*LKnac&XnlG83bgd?{aaiJ6jh+fv-h zi+;!+WsCIK`UaGMVw%i)t|Nkfn<9z{Wbj-tpOv!20h%2o$ced--roqAEpHp>j(PT? z0@h`Dhy9xHC=T0dam~Jt`~kSi1wv`c6f(~rsV%nK@^+vkrW#@gL*DxqBaeF_D9)Ve zhL$*)$)8RL0SkiAyCQFoHa;aU`uP2Fut*;Q9ZfF3e@Cw&67xcME_VyY#3)&qtZtyB zDX1TMS53Z6lyBwo%_rZ4j={wT$hS(F=9F(sTVxb*^BLCcp=(L#Khd+UGD`ml}u&BsE3CSwb!>H$z z66grjURq$PAB&Mb3>B?^liKdm`d;!bb0?H5Y++h}Jbe*x)X@mXIKEM&jYeAX!$Pa05w7~N z2i+Zwxk{8eN=N+64^F`$JT@~Ab_%4KZC{(M8L(9RNjR2I;)^$6l%+E|M8Lb`+gx%) z&xV-$?*YQdA;h2(Y^33kPF4{mN_!CoBE2>@e?cxZqqrEv!KVAI*1*?rI$u6C1P`p8 z{K8ShN0K*~TYP{ZaXDzkJZ0%)%u}auPJr#ypyrQz2Vp-%cTfn&-z{(x$k~|81c5GW zK|fWuPajgam+i!6JA=oHiO{+%CHgg}7n3~~N{fPedvfsW01NXIr#O+7ZRW4~sOi8- zrEW8FDyxx=m>za|3!%Y+rj4vXr}=}!d=LSZ`c%5!3}*x{es2$|!1W)vYAN8>v*|jM zhFtUbkgCJ@QOvi{;#%x5Y`l63%^o=Pl1wh6<{}DA%wtZCV`GP;+mKXikJU9bj$sJ&78)VR?M*qyTI3Kaj0B9Hc`s=V)f zC}8}Zs5nyezA8G2qm5j@=tp3kgsK6{d=x>S1h0Z&?+3f(q^uRtH&eD!N5j=D)a>Rz z|FP_Ezb~-x>2C-Nxjs0QfDxW3!W<}Bi=7DA(fa>Ixa=a%b)oPZnV?l1gcTsnBJaET zSoA5(X1(v0_$4Ki2DeYtVtH=_7E@Ba5a<`C1o}BbE`tmpN0-i7VZikvsqx1v2781# zb=4*eHUxeeXa0NeMrlKN3L%mb(z1;>3>&{PkAEkOE3II&d^sspVy<&O1q3ly9z7ta zxZ*G>_M!6?JH*s<>4se$i94pW*KV_2R2vFT4&3}OJJj>OxvwFc58v%RsAW? z8-N_DPAE%;L3D%8^Ln2ac&F+LN_&oa6=>3nwMHD|h@aI3r7Hg|)bQxo3;;ss@E;Se zNS*2CrcCmSr1z;h?nXCK8l|9|t+d0UDcf^vAIW4~@BuQ4cJ9ZGQUb>UKa!=!NBrt} zfFGZ_5|1A~XW1hOomTEXS#JLS+j2v8VM_#U9T1q!Uxax9j1l%k5Zl*wBYC>q#TwVj zgLiJ-K__-Av?;h{1YWttbl%R$StrlgU6Y3!=#DgPk5s5r;7=66i3LX^l*_?EaGNgg z1D&ibuLO#{v)MH{kiM(3nCf{6}i_7H17+g-{$4GPq&2G`1)}AEJ z(qTrX#slqup+Grq@h34uK?O0|)zV;XB-vW-fqM%GJ}BhaQGPq{M+$YKS?JAH5Z`3= ztI$rQ!qr!ZReOpj>jTNn+uWF|HMTi%T#;xrK~deW)lTHXjXrONaV1l9I;x4VY3@?0 z^Afz^x(JuyiNtPlLz{adK_?{;WjBOR+Yr&{OD|C8V*j8AyV7YMbt`pTz~MD^Aj(sX zU)8a-lx+yPu zWn?vST19|^oyS;WYcw2WIP1xjBwUd9*E3S^>Cf81m_lkR%;>OiZ zeymsABNR8Fb}~3#gOMfMC7Fr+f*=ql0&oT{Cg6frh>(Nx)iHsH#79_D!H~qr(SA)-bbHc9<%GW@>Q_WNwtkONT*eKo5Wd(;x|I&nIcwPHrHCkPkXI)QML@s`}l1*;yJ;e9EoPjWV7Mk z&GM@c6T9bN=5`|!Cc_T2R$BL^k)_5<9sGeNC_Ui1Oe8ir)n(fNp0J}@-gzr%gRmbP0AF(0)FCuGvc+t$ykn3Ab`%25`sCddqD?5^>jhG$lt);oS0`Wc1m<=R?n2XqaIa<;K8`wp|(hzqRls#(A6J_U5Yv=F}bk z1~v^Bze)J?k9ZZF2pVOG8pDZBw;*xKR9uJv8`U;`jI`5n_-U zu%8GVr|ex9qXz0F*ujXq5XQBo`khqzHI%LiOpRCC_32v0SHk?K!I#cPMPr#%rYb_# zcgTIMJR|={#KTYCLUyyo4G$j8u^+V?&!Q!3J6c5}Gcb)cbL`i61!;zX;6MQO9WGlIT`r1pF8J;UKZSrf4*( z!96Y6-ytjl%YYRL}!S+cQ1nKX^EG5#vl~g40sk5QFO7ElK=GpAJY9G=q?*uHN zps+gR)?!l^fkR<>5N2(LgIw8R;nu{d9CE@SEr`?+yiP)X1y0;(YXK?!8>s~jSI^ce zu))xvHmtq|heF{$w5LiVbg_)GK^WQ?>pCwT1*8$EL2w>{K!24WZbG zmk<`N>4b%{wCjj)OzyTho#9&>WS;xcWw-^xD^88;ew;7dZd_=2e-V4eVC%&sL$XlKkbiNbUYbse(6L}GX?@6Fxi#j*nzPvGx34pfYR&fakf zfpd(`bl@v;R4k&O0xkczwg)R#Q{moF{AxR{z(6c6D7%A>g`7guS_M}FUqH7Et}*9L zLKikAoAe8Ms-SYB0$BSO!YhT?w&mT3vT9(Hkxiz$u`oS{*|!)c_zP2|a9pbn?9}_B z_ex!a2FhD2;>FG=IvEk6A|JT6)qtnbm3p@4H(`5R(N1;l5%#_=07D8_R9u7#5;l~i z%eZhwBN*C_v#Bkloh2#TS_dlbIFx(KFBpF4%!QM9mvTbDY4@s&y_(`F6P=y znm5dmG2~iNAbo;}>{{WTLpPj)Vn2kyD3%r>QwzG6`yb}&{1-~YYofrWy>a2QhtB^s z*evXaP-1mLnsc=wIk|{bUImu73Dppk2)>LUR>5%LLCbqlukcFBg4_@kWa45(knem^ z1akTsLMDAGA~I&bwx%%ETqJNPqJ;KGVk7QGYvIl}5t>h6p;(Y6tXP%BmIOaN_b0)z zWxo^btFWOIDtV#`x&UfC|K(LETf2$UX!)fwint$9AQ4Kvyb$u`hFcnG5ly;Nc~@Wi zEtnk5FBRS}fU(yBDOnwlK=CS8Ye)-1Mo9Zb@MHfVng+>|2U$wrDLlr;+G^515wIm; zaMFHa!kGabI;|e)+h6|wT$993&u=gM(+z3|v_D}Px9Q5fl`CjQ;0mc*U&u6$gx93+ zpX#~W3RW*%EC?-`JA$hfJ8>b^p75AAbq>>47s_3O)eQGHifgEf5uTI^k3x8ejLyO} zRBOQq?NGMi_mucODSl6g-{a!JAJbMDb9_wqEDOLyW?UDHw5 z;wk)Plo9@q-v@T{cAQkC%9N;vuJx`^9H*@B1HWSOFD2%m%J>=fc|@RTZFk}wib$!< zV}BM}b(PI@N+%lN1bS21Q&kuda0nPTy^A#%>*_-g=r`+wi)A^bP9ZSR=6}LG^mEI5 z$8uU`eyY@UQX}8TPvk}5XBT?$BOUyBTXzS4awgn#iw-CNn;Dv-`~#_wD{3;wKCm0z zm9#=|N{1^V5c6o;;-zB02c?FllpF<}6+^p&H{8bkHN@w&;P5v7I?P8>%{NI*LeC&% z5`&8MW*M;!u??J1?8-(0#4AXxdyWX1&y#$Kp90j<>6stt4$>MmfWL%X{Qd4oDbPZV zowj3xfe9M#4L6)rj}nBqwr;Dqi!XUMq*EL*I2&Y~oUNJ1+7?eoPws>EL@pV12Q}i( zM1{EZ(DH8Xf%(2-*A2*rD<=W-2nln(W*%=_L{@d4P4Hdz-@wO5ArVrf<*i=|L86s! z*-9ryl5cZ&I^jN<@UlptZm&P1PX*+%j9wikA^QT%l=uv|VIK(x8mhO^ zxX(B;Ld%rEw-hILA%{4=F@{eTV9Y)pjKM@4WdI|)C3%H7IWd{XFg<}ed@DmakD%Gc zTUs#5TR9(3yPpSKIG&M&JHyQJ1alU@3)GH_b;jGwiaZ;gUXv@P5c32q(49p5!hQt0 zIDpb161WdM(E!DRpFfM%Q`!$f_dQI3zY3chYe|j+U_rf)d0U<>na7tuFOO8N0e+BGORrKMmQjjnpW7XDHx8PzJE75l-~yPbM!9=NjFpWf_ zU=hI*z((qc&-x%AXmcVT1~^9*2|M8TMpK}%FQBFE=|52MPQBe?q%woDmf<77Ab!egg%_X~D?rP>ivU{>kH?!;bLkK`YWvg`p&^m_i2oM( z5rX=Vf3|Agfg}QRb}~%YD{T{f(=UPpqn6(kcHq+wuvqYfEF38n5+;_Ya@xhs3U=Fm>xW_@jPZ)(o&+@*uL}HY_dccmW`6nDp{lVge{)qA@ zZF2?UZ~{q*{*79rRZDXFVEsZm_wV`hRuB(W8;X};JCM`ZUA^UIp>0uk{eM2DSJ<{XPhY zIM};c_Mm#)3Me|P%~P_B?E1kf&RfxcI8Zl2z(BC}s5Q`LtJwD{v9PkMI2j~0M~Z(oe@*U~j;`R!T-9a9K2E02=Nmu+50GbxSM ztH99`(&gcVLH$mwLMCDlN*!c-*|X8;nJD#ReY*hn)PUGGXAlV(%DmWM)og}mDE&2x zzj-lO>+o88^b~b-^AC4(RO|nso7({=O_D1C`j2+?T}U!#boFxT>PEzi(Ygvlu8Kp* zGAiLnEuOtEQ;{-; zw26qdJ-y754hvVf(&w-$4v-W5S^UFB;L(Z|@wEt~oJ6on5pkAT1kL_S{@op zrT(vkn5hqMBE&o^5OYX_gONbYSQF9aM?lQMa@@J`EfA9@5Hprv(_NWdT6&>m-Ww7n zKZQ5KhkiQmh@u@K_{-?|h?2JsmD%!j&q0W@EAzzZO>`ZpFRt zi?i|3q-nsw2q*c>Z^LIMKwVn?0Z~@&XoG3J25L$}Uq*5^^k9i879gcPd@tuQnhcl- zWhJzgr`sCE-Tenj13Qdd#H`(!gfpa)fvcJ^kKQ z^uqgx|MqoIZ4()g%H(Yy3vk;Xbb8`YVZI2sOOu*%V%c6=PdT@dCHui?Cf# z1M+e>nuM_7*7U!hhNI_j4ipzhuAt>mob*yBZ`LP@<6g<+xYMI^C|bvo0`GxO!njeP z55UJ-ijFCDF0l3xKB|Re%Wm8V10g9oBY}^qhAFF|#)mT${|ELLkSpk(xSd+yNcE>G z+mzo7DfqmS`U!qsgWj%#JZFpLN>GKOAw4X(k@yH!NdYgmjwkJluGZpu{wa-}LS58~ zB3mi#X=NAfraooO`7LO~7pkAwT`$C(l+)arGPIa@5>ZTz?~$8h11~62Yh@fYVVB$oZcbI z!|IfVS70Fpz$&a=r=>lHi0#4ada>!bINSo!D0WMk7BkAV*s{6U72UfEG*h@)i7l3I+BVSHp$sHi)JrY=<}-D8HO1 z*rVl*+zTECO>PN$I}|(rl?~A34!68#-$To+_c^>mXCG2R?}TFBC-4?wx8Ul6(#lX^ z*Yb;1wgn$3QS)~Mi;DEDuw!#zmvI>G<|=E88=(Pxx5E<4`40|4iNBC%l0-qU~xX(Pq<~lq7izW(gV#H~b;VDhfQhXTT zL$~U9+ww*MX{4en6o5P56x5-uhZUIqDe8uQ!%C^XZgb*(yqjsyKdmj?*+~Oj6`2{2 zT%L>Bjc*~vRRw1w7Q-ro!EbBlH_b*Z*n{HyVi4vdCHe_wNK58+Y|oOpJnt(SIpG!t zOEKJ^am=1FHPAEyVj`?0SJ=h?Zb<5_0IlVHZz0LIfkq`d6FJ#+HmozyX+f>XO5G(i z*Kv&d4P>J8v=!}Ypk0ZM5_MijmoR>qRUKe;HNb=#fb4@CkZj2D7_{Uzl*cw=yv9nF z$a-)aX-ZnU5A`JuibCzn=Smc4ogD%Nup>n-5hytCdnmZ!<`fE`DF_Gl>myqnqWc5+ z&@aiEra?H<#_7xssS{SBaD**eLc>T0q^97# z@L(ifTFG{^UFeAH4X;Bn(#gR=4R@|16(25P4XCg?i{<^`ZX(TA5Wh1N*oIrYk0)|b z9m0|{m){QOs4!^=ZzTT>Nc%*pi!Z{lU{K_N#aTVHteGESk!s=_Zlrb z)WGEOnk3PsaJ23jl~O0!KkI zhYb9Xfgi^2^rhvuANZzACEZ>i&e~%QKA=Kfwi^|&sDBNJAOzXD0Z&?h%LoDFtX+h} zml26zfrju42t%7m^fw-_tME$Kw!DLPAHN#@6A(h?r<}Ft_Hx#)46~bavEIXBn~vau z50Les7jF*|Z!Z9E2Y)v-@OJdc^`B1x9KqY&A?BH|HsvQ&c(9bUhuAS(!X962CqkNv z!2saiID|lg2QH_-oDY7`q`PBNzeVqomssA}KcPg=CwP?{d}k=;*@w4KV5brtC+Sd$ z(xEr-a;1*^*_bgOA4SNd8$wy7v-6fE7`O6L);t`Z(?lcSxq?O<`z&t`T8vb*g#sT* zZlu0W+;;hVZB2^*J_LeTd?WZQT(eS?eQ}!6WOe6K1k3&GdLrvKV!1d*d|cjn+s$&H zCrdk6E;@)aqvMI?!fOGyiBL|4K`CXMh_=b?moNNJB5whJLq&g(J9H%*su`` zp_|yR!$pvO3=v@tOrwV*@G|5|bz~ntHw=yqAVfZu0D&$Rgk^af=K&h9mg6)ncJUWi z6I;V1aML9C;#Xo41ThITOoB2@g52JdASLUjY!Gw1=Ri(pz1ZfTw z5#b~8N%Wg&p5_28zVg;HT%siieQ?C-Bq{I$80X4V+YwQoLTsejgV$L8Z%%mWQZ_1&dmy)LPw)h_sA%xh;f$UTY8NN zmvM~@ICPxoc4lcJQG7zL9iQ6E#7!kMc1=z6{XDcG8bCv^KOzzz)T4jt@A)B^{=S|M zmRp=zbmGSGSy^tdXrC5S+amN?Jr>Gpr`Rs>ojny=V|**`Ei^VVL8p&;*SAuuJx1=& zRsULp3T;ZBGfT+}Wd*g`#u~f>j4yB?l5(sG;yuE0WP1^%sW1MnapPi)tXyg=53k`| zip!%oAH`udGzKZYjpCsnkE8&zS}C@jV!MnN!?m1RfIX5Pib+7qFZ->9OdIrc$fU0SrVU4#N-2()!Ljwe*Uw0G# z!|@4abrB}o(J&1V&R^iWh8Q3qZjfw7#V1+&8*hu@sg}djGu~o+z_S+1@xfTouyhZT z9G}Ks;}c1>NBHd`{DKl9SwQ`)EE**8VqDaLM8{ujmZB0 z-T17doe7=gY{P^R_o|V>h=tw!KVc!J!z(-{19`kg27G+642;?If__gD?#C5XaKVy4dxhrbasqD%fj58>q50_x%}*N8 z$EYf@DgFSU&%M+GD8A5%uT?wg<$<8ce0%^~zR>T=!rIt2hBt}VBWO|NFHx6s4 zdUykULT@D`l??q-^hXPzhMP4Uu+aiori=)Jn8Ts0Tw^MNn5ChtJOjGCMjw3!cn7Up z>GktB>GH!x-;w+ki8x73!g*ILqDxL>H z21b1IXOeJ!O|!GNq2dUlf5=cVfq(FVFjTC=ys$eRB{)(XM9e3q;2zo^aw z@>5O^p+52TCQzaWCw<+iPc|h7;ss}tr~42AC7DfRqJzD-T~zD7eKoarfUkerF9TX~ zY#bol;2U6v`S>?50&p?x(uzks{vxnkN6Rk^ZHMk5kA%BOIf0D}8Rs6wx&}g6jRZkD zCFKZELNz6TV&2*SP~+Y@kzwcmZtq;+qb{z+Kbr?EAz>3pAd%N1QPC)dhc*zB#K-65zP(C#-7PQ7ojBwH;@&SW8qjf%QVvCajqt%$)`Kka+fLiw; zc=fq_t#YfE`nWA+FUfd2UnW%FeKZD6Vz?grBrS3VspjkKb{XT%XIW5}gvM}K%39MI z!S`|YcXYb!??}>e4<;E5g)goy=Tqgyo_NzZ;q7;Q}mrUtz)}YKhQ(&b4S#dx6gePanZG2 zit_Ks3;(e&Y?^1Slw$~=7;%NoL5^1J3!Y@=YMPX1x)0I))uobsGrix{-cIY0TP86O z_jSyYXZf4CY^!(GSh1Ukj$3}q#SU-u%G_f#-^nc%`n-+#q-IvaMF!?u*XGJMEF-W4 zf_*sq|HBog9n*&Bt749Wx9SSM(O3s z%Q13$gyHl)F0~ZNY0O<@BsJ#F6CbDe9PfQRS)i05IhZb?g99ZLha=_%!Qyge`&(iP z!`F+@JmEz;Uhn?T**p+*IjkCYj(1;c9J)}hC!Y_sXGf0l?r#-!Q{&{8ygS8nO2(D3 z%mqW6o<=#pVQ^@t)63O;#|GnapIJC8v@=dlvmL{!7tg+J&R_;_`L4XTS?avN>$?Bz z*e`4{{D`L1xr{Jz!QuRM1Sf~Lh1y~aCsw0StG*JF1y4ZrcC@*i?Yr$tq#+5%fil$Z zl02)nWyb8=GqiL6JF(yBs?Kk|NCLzdG5g;+!tN#G!iX-G@Z_*HD!ZHA+eg-UG?p^u z@_^`e;?*~X2yg9*7`1c&eQlyGd_e1hOwL6;85 zd_dx|v^Iit)`?pLhLOe5ZR+P|$qJinQ}bPv?h7~rgIK}sZrs~ElHPeX`T4_%&lIv@ zK5d&X!zl`Hi43^&e{SuG%YnCU(Lu&46sS3u!{Vw_s}WLscI<7fhD2g%Y2m#!(P14% z(nr%QVc}+qlRJFtIuRCD;nu>!d->tNA9~muSZLWJlLy zsr+@OWmEYwgJ~vAXzFin(01Tf^3s|1a1mYy76q>f9d{G{_!R1lJMKVi@QzTP~6PxgGUm zJUMj^RRC-<;XfFUns-0H<3VeKG`jkN@K@Rt-i4Pbwrlx+@!ugXNk5H zEgh6v2jOPh4>evF-5L3ij8 z&=s+1&rFT*HxxE8R+MiBo1fg)g>lT0FxJS*cp=R>&3v2Sl*-)D6)kcRsE^A{T6ZU? zpXe`RBQ5Cx+}M=vala-jxtsR+xQ~d{mT+7$w-4NCr&I$xTwD}pG?&Xho)A!vL1D3D z#J*B5+mZ>h!o;ZX-ZJS?4)n%%F%0uk>4zQ#PvQ2mJa9E37TKLeG=NzUde? zU2!+A(ACf<*DCfHNmzRz)<&;1I(L)Cp}&vg)uJ#vCKAi#MplIVcZ%-kzMu}yxtepV zlo3jZ&i*3r5x*`JfzIUiB}YLsrwil5Oh{*Bf#=3wgvUN+t__d%?~gEn%-{4)oal{j zGS4iCHN)FCwZ;2lO&^-f?nnj#A1W@CM-rsqXOT#|o5q-z`>|^UFP244p-Gl}k|Ra> zrmU88c9?sA3O~`eWXqJv@Rz*?7V(6_7QpUM{JV6ONKA>l*>I5?vse;oIA)v2iCqHs zHc!8VP)Q=~rj_hPG=6o{hw-wtjY&{W>P6QuE`M5d_*%DdP|tz<;zxj5(aH@IUt_{k zLR)pW^$zrdD4{hfvo$On6o7*~)&`w5Hwwq!wFE4zF?Ni|=x(nz68l&jVlk$(k7p3v z33Xu(eTN4c`)nVZw;_v3XFNuRs6SmTO-Lq6o;kCllXb6H@s?rL(i{rMdvr#kEyRNB z!w>K!FFZ=Fv)DsN*?bKYKw~KUk&nYZSQpQI232~=q-9Pz=QZ=`m{EYB;i=Fy>2Q=* z{p1_F|D9=R_UA_XbMUI|TnokvLVc%E!o83v#r)tdJcN>6d%{?zaD88d3d+>4YhSqL zX#2vuatJB=!nV4@6kFY4rYJJ3MP00Akt1?*Uidjw6KtiMT|IPesz5S)KqQYkSPAWp z?|`9szMQkMX4M0>E7`S%`;tX86^)8N6qMC5>OAywo;x)83q|bcNAg@R z$Mq$yrl%=WVeWndB^{BIwap9plPzN&>t`Uy+*9->kXW$~;TJ_7;vth`$!K4DGtf8b z8WlXbJ8F+;T9e4un>dNM*biV`VlKRHnc4g7W+@ZrnztL%j+lT&6?m;P?W41G-j;pp z!dpbAdB2{FaU!2x=45tHQQ}xWNhlMHH?s(#Pcao{%l>oCVqRM+{Lww)==JV|JO;XWU+&Y! zv%ajS(I4Bwx@qq@wG61te-2pJQplQklPD?sTl{-OuKH{dm@&1RYIfX+>&QzL@qFr< zd?5!$bqV2*WqQ9~)^eWoFXz2;*_98=1S~tWC{+bVBfr@9NDb$kmBx2_N=K0b*9Otc z5QWJYPF6&XeAtiJmefLXjS` zr{;;Q929e@!4pi!(Th9y$J`etMTrcTy^NRH0M-S2)|^KV8gU|RnK$FI`V!J+z$@pN zH-E;U@J}fyP*M>Ky@Y&>H}nKF6D>H4FU|2Az7GgJ<=69vG05P*)E-zjMd$Pj?&jlO zD+w7+62m%Tzo7d=jC=@*Ju`dEjGmheO+DXQy&XQ1X2GF7>=vWOG=f#f5qMybCyNOr z-Q)QfSooR_PulG{QgL~rMzm@RrTG@cgH72d z+Tx6`iWbX6BgZmKrRSMQbsY8Vu}+PY(slQZ+%uM~rvjoC{b*lkV?M<|bUorfU7tQX zcf477gT3LxVc%X1XUnHj@h$dHKQLjv$q}2wrh|cuNEDSOU)n>OF z=F2@FMWM%J2I5$nE+b))rLwcj9LScI{w&L}*Ln!Sy3ZoahJjczKC*@C+7Or1ZbCoW zkfnvi4b^sg=Dzkn3T0`&MbY)J)5D)i<1E_rjoAKt-rUft%Q@1s^4`ow0*isq;Ay^|{2qvM)gL1KKC`dB*U7gto4143aKLQ_Gi@uWLdOT%q zQMV`=6WD%nhtEruvAxKg{s%$D)ij>QDJSYSSb8@`l54~2Oc^3JwK@B5>MAEU;Y3y5 z!`3lqC>{{2G`1{l+3XO?m&ln{ZXdGx$ow!S&Gwi(P=b&amBAeVhgl+Rzn}bQOu@Qo8GD zB~|8X1a4>-rrILlenU^yN2PPwnP zGwp5z2C=xOBs-6iIhzjcS61&GRTt+ekJX>=B#uuK|C0v}Q z`APO}`}?++7s}#}RyhpE zXVrtgRx_l(equef=0i<)jtZy!22S(-PPkrl4!`g<=b_p87qkz2oABe)+Laq3ZZ)cqfMdHu*4f*KCCiuMj!bm%ByO&v&q!MwIUG zpGCuC-9`tDq>>&gkJoHN{QD)X&zHMx30Ep&!S8-bD)84pZ|=*%w|(K?i0tOejff89 z0AILT^mdJYWae6N4`1?fcgTEgOZ$Z+l$ZO|QayP)SHC>BG(iuS?H*ncp_8?k{O75f zETJAH9UrcZmM!xTDQ8EU4FbF9T`seAPY0PN>XK;P)2@*m7^w6kY!#!gJ!ng|r(~-M97pemeLgAEJ2LC2#+3HMDD)+3j&R9`Kw=@mM!1 z2uFN0#s2wW&Qlbj);<`cm1Hl`s=bFqzHBebZ<={4Cn zR9@_%<7(@9n?w@@@AY6Gw)D33_|m20Dm#C-2t5TS+}Gnq(Ysr@`$Y}*@k3Y{`(vBq0H zY4L=MlF`*klf`&evZ6!o-Jc;eo)PvqH9Z(-A%GrodyltrBRvv!vbm1DEi~Gh`E?$7 z{1y2xAoAZL1|v)NSLl+CkdxfQ#)F8=oVnA=1m5sla?~!|$SV9gOvn zu9{JWxgWTiUc&ttEruEMbLNB00fb{IK>#Demd>~wLTEzKgA;94T+4CV+pK`(ahTV2 zBNq>zwuiSMc>bAHntU#@r4j9oa1wBvv$M5e(%9hM&ekr|glj-c&mx#qZw-!ov>%C@ zC!k;@mNl@;MYk;CbZ9&M^;X8_JnWcl4ZdH{e5#1R0S4wp{^rvzCP#9zwm!VMpBR%0 zCY^Eto<_D=x!*cYcA4p+pjMgnvhwYjjbx^UXnj{H7ALXKlb8FAA?oGtXgiYTjl^LB z_RZCj!B%5iLGu`rKFBMp+D<{X-U<=1L#!hN6nTzUC;(E%4P4$XliGtEZ!ah_Mdmn@ zZECGIfNf?L!{LBq{NcXd#wGD;s;g-&$$E1xj91v8&=^v9eVdA0(R^CHq|C8C%r){aHgQt1?^vS3opUS$l29ru!!1B;QO$J8tf_nq7H z$Dqk7N7N{oSi{@x3h5Oj?5vWbccU)sHxyRruq4s|Dj#0eg-UxpT#KopiY%Y@U-5ouKb9>@#_+>g<`mGBp`25E=CDU}5k$U4#pQgl znI~u%RUfg-^H?5qFBb&HLLmSH6 zs@<*?boNKW3AMQPN3~in~gKe?==2Q_p(YtMj<*39NS?cdh>0 z#9#VNTc>8QFoT|vbd$uUMwSqp{v$F{)MHa5iY++0>uN^3<$-1%V z|0T=T`RqeG=y~49;cpmxlNWmkh%yuD$a4@Lf*IyUve0|#Kg40F%C(PV<%11%+R&#= zU~=P)70k>-@8O1PIOKw1@Grcu8+&qWsLu$m{!1fAjl^8QD&IKgdL-CK2x|>p3x}9< zNSWRBu{r}$erdm(&*4w8L(sGe*Lo~%Tq}v^zGl4WTeW0d4#qbLmKW3M-QDSRJ-JIZ z_tN;o)e~E^rJj32?;T|SAyRI?-}XYpo4d#Bnzjd4C?q2-%xn)1H8(a&u@Xtnd|o@H zYiXY<2&~RrgIh0hI?M-NB~nY$D9VMF*^F?LE)%z*W_zM97%%W{OdyKv`}?i^+EoSF z{k)TRa2p%`QXrPZFs)LkqLI9zXF9#HujjYSad=y*_WM@)vitcacN+7f0Z3sIDH!LW zk5;%cA?i&WIs~E|kSLS9jc9C)jeaD~WQjAJI2qk>tO#EaRpLyJR*c9C>?zY^635vx z?Aq~Q%To0&8F0&3-Q?Wv>dm|miq81^kKkm-WsnC0BOj4#hg7f>yV2FOm~Wti?QNOO zP-g?Yjn}AzVBbc}M8rkn8_TnuU-`>WRC}v1`~fG3WjOZ~loom-?)B}v-5M`3c8}fg7Mp86Cx9AcCxbeQ|snMFC*gFX_3>mGdepBm)xTl z|2v$dO-EFaTb}80T`Lo}2ra3b&>oAPF_C^kD@~qo#GCbrFoJ7^tUTv_>S{89UTuml zKkJ=+v5lOGihZa3x59(r*CNTGFXNV_gKYgEK6_(dqsN<;^SDZ$=upOcbd1wnPc}K^ z4dSGlE!RZH8816_?LQ*z&eq(`K@2Q!#=vsq;-2{Vja;${eHpWo7O*5`Rcw?{_(G&f zp)X^DhxtyHl(P0jQf*@Ge?1RjrR+s>{7Xy`5L*kvk826voAuTUCP&neTST0n@S?UL zV{evJoC=?Edtq>JXIlPP+&j#HpstaAABOU=MK>`Q<&5~*Q#;vTwTS9*-LyUSljbGa z{&pc)?rV=pQ#J-vdMC|MM`7NXEmOu6Lg&!cU5v|`WoBjQ0KA)rUnL`dGFl!iH;awu z80(6Fma`9bv2IM|q-4#yaqXMQk7Kp%Uml5dWwvLrE@bBv-BU3(@9w9BlyyL7+C|LI zX|yZuBY^O)t7#oB*r{epZyr8N7p`*Bjrw4$F{83M3kH@vqSYjfjF+hR^zfP#t>Tr% z*^?u4h0jwDNh%m$**u8ZhShiaw{Mn#g8zjU#EBKKH8X^XU)^L4dG8H8Gq5( zRClJGb~4+WT--3!{2ePP)|h7Q*3NkFYaj8AtjI3l07&@5$bE3n%Y18>OED3}Pc(nU z8^hJIuDIR9vaS;ICMHdms>8hQN$f?UZ^f{B6uoz@1=sd@wC$N;<}?zY@CHXKYk%UlpQ;KP(9Ex9#(Mjkh=S{>Z}1-`56uXvPI@ZHQ*9 zX@VT-ZURIV-&t$zE`s^mB8`3fU8ITu25a-kb#p6I|19%vD|Sf7mZ4gT)HC)^t=N%T zB+<0D*%}f1KG_q(?YzK7( z>z&_;R(>M=Rf(u6TknS$__5Z3%NE>M8he{WT?EGxwoJudJBAzTLAv9iNsu zNAsfFWouxMF5#jF@|vFGob{rO-VMo-zN{$+e5<%qtRS=4yla58IirUJZ}C9&Lab3d z_9s_;+Wu|I(-$SmCrwop#TYSFG4RV9jmS8DssbrvK<;K^X#1)30p9S(k(4K- zeMJ(UARx9QIAj2coZcrIc@?FQqJ|Nx;`=T@fZBa*Q>KaU`bKX{-g4TmRvIayd>&&k zrZGM_hCiPsho0t+bm9qKB$e2ZAm1=W-Z$?jHHt0nC(Iog^T_6 zX(vhuOf-sWt!stMh@~fO^@g{P-h|1E=~~Cn)6`*1Iy_a-+|N}VB(2jWeJjyV#`H)u znCma=kJf6kOnVQpFP$IuZB=sg=3r;qIVb4hZxDqscd`u^&S`%R;xmKmOndcsJ#Z9S z>Fikix6+Bx>9Df(G>ORkX7c{i8NW7z_-$87lrM6tOd9%l8+Upl{Xz#~gK;>S z<74xZOO1}(BXbNv`g>iO=>=3#x$z}@rV;m}cjH@WI1wr^vUxMC=xzGkSQPHh=^PQSe#P<)Rp66K&M-R+HX(CD1UHJnW$%l0>Fo?J z>=<{et$J3X17^O$f*B)fI-5?OW4Lq_`PWC3CusnpD7}dsWU0=~BLnexKo>$|A=YRf zmG-{kFTrHkrFirvIqdQ00g;&g9pP=GH*pgO7@RYe?N5}~c>^5BTZ}TYcmrhe7N_)` z9dRl+X622#7mAF0)IlqgBw(L`zLo1NZ)dcdvKqasNpOKReO{W1YsJ01!E?t^>{ilM z9#@mx=q%1gV~GG1WxkIOLd3kQV0iCdTx`UY!}HF&w6T&?r6B-ik#-Yljw zZXI@qYlR$UWs}p_d61D)PRnZgL!D)EN`tPkHA=2p@sQ@ww4{sfSP!LC%AC*ovi>Ai znq<}5E!=ZCeWvfz-~FDOUwti}gT9qb8j`1;w1T5G3T!!;H&}J(YWjlFJW9lNVWKFO0V_l#H}}(pS3nKdbzg%L6mfn3 zBaJrPMd^ONLzm9g^tR=x8Dh0~QjB1ZUTzVx2=?B`rHn9I*;XRMZgDd;S$7pq# z7k~>|ak(EXd&8a`l=b(lx>uLgY670d50*u5IqYr*9%qd+$6v?yB1gpEQ=I zgwmV(oNb*7CYk|qsiN*+Fz1a_E9uaNb(q1XV>rvc~#ta5mwNSr6f%Zkh6+BND8n49V>sYtIvwlrl*M(n#e zePPc5!e%pmQFtk`hcDa{DuQA@k39|6U%+w=bKpv+H5W8 zaV+a4!X9M_$rK$CNo9_#8olCYD0R!&Gf#9g*w4Vm$_{gv)9UG7#gYMEsD1E$NuLxk zKhz^6D{68gOo{**$PVUDT3+EfqjLRamsKzJ1P0OJE@6d zLAYBc)e3a>l2?w6Z~G9sT3^mMgR9wIHFmP4d&RQLK#S@P6o%t6x$jr5YOEqTnCkFF;u$2Tt@oJcp`A+*x$XGX`7*El*vZsb z7I*^JJRBKeW{^(-@>e5x>Z0xPG4~o`l}?ts8>Kqf*g(qIX*TG(VIk{6y(`r{5nwMx zc#z&#>z((!--h#gT5BJBkP|@4$6Zw%d)-7m${HaZv{8g#jNBw^-h;39;>`A2EL8Ye z(fh$BQ0q)<94Xu-CPP~0g3AuQ;rYgJsVlZkw+F|WGpSm8rExmWFkdc|R#PKFB_^9? z4+(h@-SbQ2SkIQn6on>Jv8L?{x3NH%pZktK{7Rmya68`juhqi`>)^Lom@FL{dBf~S z%AuV2V1M%+XlzMkauS)rk2qN*)tUCn2&r>eafcivI29ZtbFR5aIzuLBJI!s>niSI2 zR1ACL@$@dKd?dyjiMW4{e`u$F|2zK9UD~?iapuCVjLfiR6Rh^XI1DL-RSzaXO#?`U z#AW8U)2!}FT<&T>KSN*HK;K~L*;zHA536&JW$y!F#WYeXyLFAHi7?D{h%95y@ zbp^58C`0&wgmZSLoloAf{Qz6_qeTuOUWBT*kEyrSQYA+?rY^(Cg=hj$6FE`|V$4YT zEN4L(9r^IPh{kz*FURupIloqTdFwpPN4rffOclmqNnDV)v-0gkg zODq6+5cTE(@ioLEkjQ*v1S00S1tQ@2r!^KhoQ>%8Kg+16a+dS1&`8Yg<$taAkBOuc z%HdoVNsfL834C%IxyUovccbJLae4Q@KD6~X)vB0_frOOIDdn;E6izTVR|{RsGu@)& z2_1WEJik_j`lyV7kp%3MF&S%iz!`e~pg;x(y@@b;PL~mX^v~M}J)tw)-g0)FujNwa zoBMsMK4msLi1RkafTbxM$z0l3>(M;yC}f`MG3S#%?Kl_E8v$$nd>&Y|BMysk4{uIR z@PIdGk%Q^nHuU-}pFjPsifmUT^(-%B~2+jJ(l@C6oRrSh&^XsPkxd5 z&^IwbxkmE%^Vk>5{WO>*!a@59 zi#Qs2)hR-qePSyZVXi8#rIIts?Np8Hk@!l!NsE|Q**wj;D*ggqVeXaFxIl$V&Go{- zJ|R@L2mm?anutKgDG5uP;I*5j32t$=Ea{8ZLM-EX&_sbtD2hlZm0%`Av;5}1^66MP zG;a3qDwgTiPN_;+7;Hz-7J&_oKg??)7I;}O7dd2P=)hptid6*bZfBN2vb~H7F(iDI zIYV%PhB@ArDRENGMTlX@m=o}iMcqPs{Mps?UEu=M9vJ;1m|bIC-7Z94OL<(h6d(G- zX}5k)gsWFsFB0c`Y^Zj{LH%+_jRt%Hf^7E%;VmcyE5$^N~|MIafH0?8e10 zlY=MaTo4;P&f9WU9CuCnW1letRto)e3Pzv!d<@3NK9iGSJmVFeqqi_w>x*skvFYjY zPYNpI1dAe*bTqv-z>%I-b1zaZ1IjF^G5@3q!9Vz7KZLDyb(vKa7WwA+IY+@vVg@BN zKcs?S9ZF~xmq)qLtj0;*MNEj@qjgup`UXuD>Dfll z4-cVuGCF3x7Ux=V1GM#*VU*iyAEX+7$=tc& zC`tZDi3qsylXXufIGATXe3YQq5mYxCX)7maqZT^CfTKm2BN1Z1ipWhMBHd$m{7f;+ z{T(iMc4GMJF8D+zUeJ76VVCcZ@fEHuK)mHd*vokYTK?2ZO4!x6T}@*&D?u)E+L)@Re6oiYKZq`A zhmLPHlSo)aPGFcCwccS2-?t^kNH>3s?{-=DRc4iTCJ95osO1Kxe_D>x=O{$JL(u&L zwlU~M@5MO>~{ujc}mmaU5K`s(;hd#=uSQI#K@UzdQG{Ao{sicVZU?d%*<#D$*zS zFMgNrD}pvX9c;~EnOXEsy3>@YJHl0ow52M9Bot4WXE2JkJE5ap?xUS0=NP%RKOB-? z)gs3WrrReI4^h7mi|{DVQ{7sDW&g8CM6##I@#^3dQ$djKE?pGe-S!N5@FhYjW)+93 z$k0h}+(}xFNX{dZJ)b7v&ivkRI# zW8js2E4{HZQX?nI+u-_R1*Bg&R6LJ~q@oR@jrJ!S{ibn-AzjSOx;6}fx$!>6%HmYX z;uXoFZzW{sTV?;!{XM4&*5B z+$PhPb~B?OCPD3Xp3Yz3&pfFS4|dV?Jjgp zd#R!zJnT4TjhrNWsbO%Xclo=jqp;;R)j_XA7m9C?ok8M?3=fATlZQucGGMCm5jwLa z<_(i6Cd(`rZPEU8$RCBCXe332)f_GBxur8_Wb#f z%C?SfPq7e)CNErIeHh*K;V`5RMi%AhzvKTd)5ayuKpr)>DT4LfWY zlWKiG#)jE8^xLq+hK3E7*zgB7yxoTP+3;~2?zG|CHvHIz2W>c5^e6b8WWzIT_+1+= zvf*kQuCd``Hr#2$w{7^54fokFX0Vlhq7Bn+c#;h#+wdG4&a+{q4Ffi8wBgM*Tx-Mo zZ1|)N|71fYqdLEI8;-Z3--h#TxX6ar*>H^wAF$yz8@Ac-&o(@0!(`dteB6f5+3;N(erCg%3@g868y;)Ji8j2@hE+CPWW!Z9)X4sg zKUK%b{;N_`W?QiM5(}=s)PlXEn)g`#1w)VgJsQ5Uw7RCE+-=mkFRd`#6^p73cUfI| zg}bu8Zh<>cUsqPq&@dKNsP1rO^%bQ?MbB^U;~EtI^>2Dzu%_HyTPJB%l*t#{zqD37 zE30eE-9?Lys=8VoAZV1%uc;uIXj{o|^r(RTI+p0xyY^Pot@w3;idr4|l!mhU>VPpe zu-N`ySDy#+MHa?NEl>@rOx3A+Rl&cps$A9ZPpL7gRt2>iwFh~x4c63HPW|3TsXnZI zvN#^wNA-zGj?2r-i+4kC$N-lv)&6#Lr0x zv{0N*fRlgns(;Bj4qcBA*w7IZ8yDZFud`o5|HPyLuH=+~gHqE54@u8BX6UftBSyMM z9XmSnxZ_V4bK*%^C!aF*)a-HNCrmu;^zYKSKxywj%p^3FQjpMTDbg2I{S z7M(Y1b}_qF^Dg-A_b$BX;!8?O=a-dNR9;$Dec9zT3u@~ESJXEc!G%{YT71>jORibE zOmD9XV)emVqk2JwyQ03nuHLOwl3gLi1?SG5ZTV`i+4(ci?(wR8=N5YNXLkF{Iz4;B z#H0jot-CZ3sHrY1HL9uVs?rAcf>PM36o130SP(FTsWWb;U?&Ux(35tQ+;^_ zsY`L{D;k0|hP$rPT~=CCBbh-d!ReH;x&;Bw=e7xf=qdWwdmH*VK{iAq4A5uW`NT)m8Qi ztMXd=J*@9s};_4&kn-JVjCuc~54%AiG8eKh=BqQBlh30Oi)YWD6bq#fu zhWq?#UE1kcSzUA~usTH{Xaa3v?AWnt3S;x7_4IbNrS#gt+RJO}uB<(SdbLTJC;j-S zgaige2{zfSYeP2KRIALTqCa*cTjQcHK$K?=d2iu8I(A90AM|?XtjHnXukZEFG5SNk zv&4DG`;U9Q_i1dru5o!I190qhjn`eM6?2)ts&3J}lEZY*kCshn!e2{}b`8yR02 zgo}z+f|h$s6_b z|C-d{{|*hmTy_6*sBibLXA0MeuVGR_wL(&;EON6 z`uZDmV*k+z(9tJ2-)aK%uP*<;I{$x|{(o-*di3vl0{X8mzu!N3!Gg&R(Pau%&hKP* zAwRb`7W30BrLgeS^72!ym!d*8F?r*nU;#l-BB3@|C<4=}X#* zG$lQrTH-I3v?Luxe2JrGmm0zPaz5}otG?QHDOFq*tZ(RgQ)+HSd2K}xk7C4h`CM36 zt3%BW+OX7+bR@pSQG}B)itifLvn!%&F>{#~*IhZ=(335N|D1-3`g7-B#@r;odxGw@ z3&{6^(gwrJ9Cu+wQC%Pyus+~#`B}-SLe`~9FRhqXx5$b)XLjDK3FF853JR?7-~l>d z1#;jBs!)JW&;pV`83+WOAQx1Fc+e11LQx?szv<`BJa0jjN6Qlan$7DNFV^r#Ile6{vc-~!c$~Cc%a*gjFNEw!(hLyY2 zu!#fIu=@0l!EILAqj|k|f>IxkVL8sut6xH#N|@MBCCus*h=zIOBvPoAllF!#b>*NewuX`>152FXxVd;}csQ=*9FKAD`_=hyLX}#eJ!Z zK2jHfj1&8-Ars44^8T($?ikRPxI3ZM8R%Qmr^u?)9nh+uJ4v~p%1~}2ojiw--(cl- z3{)8%L)y}Ichjz9vQjlXLPzIRV82+^&+)j5fxeoKMn9E7{u$(-LH-%z(^?$~F)Cqv zpX?ODxx61ZJ5}4+U2DSMIiO|H2^tyD2)br~ z3$*Gg!zr_r`j97@R*LX5{2MLfBj+piJWrvWmxWKCE_{U6tL7?o6Hlcb=5E|C@LU&- zGbm0Cn%Gwj8t>9&kT_#6Q0hXSXq+o>ujh%zv1pa7T*WTs`Yp5?;#5Pxe@HQqw1$iy z6wr0}a)0VEfjXovXQj01^7bt2__Ve`yHmRO=rMLvuP#yQP8&D7y%zPe+f%gMAC@Y0 z%zP&NgcI2N`y~9P@;E4qz?2~g;Fk<;E;XcnP)ACeYj;v>|E@Y~W7KS@RO*lK5`mvi zk9g7iKIdEPrI>x>yFkbAL^T}V9u990hlhq!zTx9D+J@|=t@PxhSf{{f1(jJPb zYxpapo^Vcwa!wQpY$ zPtkoD@3^D*?hg`gp;9B?lN6Q8I2BwcUJ*OoQ5k!r{=+>K8VyZQL(2!Kp%atT&{;z| zteUZSLg;w%Ql&29nQ5n)lF~<|OiWZMvxJffCDFXkT*i(#&v)!_R{0WD!VP@_);N=_ z(&3wQ`or`atiCqml%%|oMk@IaqK*ctLDL8PHlf4W)@OHIYfO>V-p~hAR@qZ1JG}Q| z|3JpLq|-(l$!aA1_fXOsGGSo-fR4nrgx${8Xx}L9%!&uE5=QgufEYDke1bI|%!!(h@ITtBcadG~) zy1uP8nxflH5@k+QLuN@!=%#n+$hgp!8?6Vv4MOoPL5n z#O^D)`h>sStJEKUqtqik`KdTXCA~ zsQ8Jjh7Iedh9TeeC_zzw@Xr{{xYxUOiY%FHk<^XuzmlLIG`xZSOVb$I7AHaDM3s6& zav(iLdIak?Q}&%ZqHl-8f9pk9wEDMRghhvcwO+(*$JrIN74>WkO}BQwrW^G&c?;Qd zK`otchV1@NXJ@uc1E4-`ZfUh~R$cvUc3)~LtQjZ!8`HJ^f*s7O)I+heD~PGL(EB8GxoibYGGY@u%_ZHHehG6&qC-oR9-E6RMYF({$+D-HnUhZxRv^IOhHBI!ivNE zzwA!MN*EdL)VSF-70lU>jUfj?#9Lm@1~6+7eH=ZN7_N}G)9V&20HcEHTC%?*c9u~y zr}j#w)Om~4=YqMFDry%(i8Ca{*+#kLNe?V32=>K`0~KnD^|h2e%79G0y{eVgp~J2F|i~zNr9N5BZUNnO+)TT|;<+ol`@7 zC^*Xcf!_X7>Q^y-_CC+5uRu~Tx-3OP1XV0<@AM+2QiVR}<`s(jb?`f% z{rz&yQ>-+o*Qj~f`Y)1wJPP=zto`(O_c+d~X&?b&u@>T$Hwa+8ohfe`jRR6=Jutk# z2UUyp)@yz_^(f&jRMl;9bEzH8gQ_E@fIUNdI}mPsEG9pyhtRtYy|v}D1J$(_V-z?f z^Stg|&Dn-%G&FeCCdvQs532AeG3Kh3adWH7E2dYK))&_m%8v20#YTnNa^!U2_PaIR zDRqz49;Mc4U#l%L`;I*?SW&;YsG?qLY@kA*@rKHmNu3l|mtAgi_`N;oWwRy(o2@xp zFToU}#o}$yJdaD=rSq9pVG(nMj%~MfYWXKU-f8M^$#f_mY^aj>(}I7sNwyWI5bx~rdcYB7S+#aj737w_&5pVjTK7?tP{0p@5h1DR{$HE_ydz8)8 zJr@0{uL3)tnqE`aP+>Rk>n+Z(`!27#tw(9j4H|)5A^}-w*7M z;tF)}NFLHPiC+p2%L@7t|4}^RkGT&W&TGF3~yQG`D72wkE-N7P}%-tWCWAJ$j@qv8Lv@&B{<{Abhe9lrN_ z@BIJ${?DL5@=5Gf%JHZyU`v%pWdZj;3!{H& zy8qi*VvIFkaKyyv;b$EKe95(ouN`F*^;hp$j-UV1g3Ir0`&wL{rHvY{C;X;gy#5Qf z_4%;B%MV&!9veRVEyH{5@EZufYwi1Mk5M12HP>QEqSvo0{iQ$GG0sCEIq&t0Uw5lZ zUcc=1@x4Mbp1-u`?Y1wJ8n@Jn`T0Rhj^dbcrv#qfE5`rSIO93x(0N-gG}OQPyU^ip z(V}Slk@4^N+M;ix!~Py?!QI&wEV9cTO*{IoY`zrXwkIt_wvyjGOgu@PsLV9Reis={ zeh0p=zDLF468qimq|_MuU1T!(9XMcx7nxIjyY2Tu)~i}$zl+Q(zbgAZ!+KR7`yF)< z{d3yyY-#G>?)_H!B5TTTz5PDIdQ~g!ceaD{&uzcE?RRsZ6@Qfd-m%wuKh}OPvfpLz zM1CIoorOjH%eLRIvfthIyKcnzrQ7dOVms~koLjAY{<|Q}SeA$M( zZTOrGci8YL8@Af;aT{*5;R7~YW5XM5xY~x%^qcJWB{no{SY^W!8y4BnW5XO9PPE|| z8z$RO*{~lIxM-Ub!bjWVSgRVk{(9_oT{F$1(?1HA*}rIiAvj2$QCx&SqHSD|Xk>yW z-#Y$c^#et-i^coD{44VPWAWQ;dblT8^yu9`^?sLeMSf8zZfWzmJm2M!_WBc^hk0J+ z`74iXYi9Gz^E|}!63=Hm$%H+Xr;tai2mfFA{XOmSm|nkF z`xh;HP9LkDvTZoVhHe}7bJ-6m2BTBH%kbf^!@2 zO4j>K@dvKr5&T8(<&;y{!^52obkIp=MV90iKWb-I9I| zH4iwIPUAxSJ-}1YwQR(l4Xor5`UHSCodIt6-vS(dCS@UR6>uew;3IIo?H2fF9?7=@ zc%jG2OW->^PZ7QiSmCwYRlp7&%~!xvrYZHN-~epnd0)Zk{A`fR1v;J+St&~KGX<)h!n(<=VJ z$9aSf0{hHhEX3alyp>1Nza6-&P^mq*8-Y`1!t=NVKF1?GBXIh8$WdIIYKuyFg zu$)I|DDZ8DA1R~zeCnM?%D4#l2~RoU6X!BF;gRqYfq&wWtC&n+%{;4I02~2Nx>!wWI?~x`eT!KkXejn@94({(`!hN7B3n__GqF zG6}N=_y~`L*$C|55!z~4YPrV%FSgxnz)|zz3F2k~&*oWz+Yc<~k#wqnr+GG`!6D)47K!jo%&gBKD8|8(HOYoG(}MZmk3Qcm3W z0)M{@y5nvIUe!ohl4$S1tPpjC`($ACN_Y-;4KSt|TH}rb)`n>pxC6j1cy7n-`yuV< zN6-y-HgFM-v`2wSH(373z@PFwM3~!wSNzy=8^8~2_sW~-D{i)Uzzv-H6WS8t=K=5G zk-EDVxaOzS3;qH-c!X90Pruc2`+y(t#KBi4@Uov#*SKqdxARDNf%ERL@)8)hllDaz zfxqUFyw(FBUjtv^FYuJLv{~Ak2ly$EwB-)q?Z2SRgc0aoXQeN28_!DoJAjG5hF5S4 zyoBcf?h@b!cfnUK+V$PYS@&4!7Xk0#5j^h&e#mn&VNBrYdo8}r1a9S#w!Z`T)o-XT z!h8*^xgXxZE%53Gs4v`2z=i(-KDZYFXKkP##9a)0i%06Q4Y>Ca%Y6X2{&(O^7=c3` zxA-j`IN%9uyz>En!XtRz0vxgxJ|=uRaMd=(Al$2gt9HU;;JF&Oco%I1_Yz>rZi@#} zfj7NqkEg)wmuc^W5x9*eLe21O%HjB>5f25z`2}oT4@X66diVP3lzO`aSL2#yRQS@X}bkJXuDg1qPH#K1&WTg;3iP?pT%FG=+TP5K+(+< nw?NT@6}Ldqah31_e`34u06t>71&U6lgcmsMed+*O$?yLG6?YM| literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/cli.exe b/env/lib/python3.8/site-packages/setuptools/cli.exe new file mode 100644 index 0000000000000000000000000000000000000000..b1487b7819e7286577a043c7726fbe0ca1543083 GIT binary patch literal 65536 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

@|$jDp4t7maBT@by!vG1&J_?=DS4W3Hu6w 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[c}iI#RErv3nvcIClH@!{vM)zJ_weD zu_-L8NU*GlC{d0L!!VW10^+~>qmNB~Y8H+F}!P8_d(PpvjzMJQmr z)FkX;2B~<|3JfJeWv@IXo~nTtp$}Gjie> zs8UDG*kid(%i5QCBp~MA;#I186PI-nZ&k7!k8BiLJSuR>h7ArSYHD~B0I z=T6L{zqglekt0JjG5z&|GWb4?+B5+{p^fgTufl_KesA{@I&g7rNq==^SGc5GcM%$N zDBG2)qExz*Z;jGN_-iD-y8i2BCq)p}2lKcspLg>w-;qwg(()HXrZa3jd!}spuwBVX zwmX!iwU?#7uoQnunw|OlU~+c z^L5Ak3zWhaA4B^FhMMboO0k*O2GL)lD9_<$5b>czbCvKcSt+u*gA*=%dH>Q-Bc11h zzO7jbXN)&5mBf=w2anK6P$YcJZQoWa2#E!v{hFKxxm7Fc)Fc9iC35{|Lp7bIDjrhC zgMiGf4r2yquH{U7WdMio;XS4Y%Ry{q7#kv#gZ07i`7eo#MMh_o68E*Fd_#nrri^4b zX+slbsv>+8pmck%oLDUL()8NRJ#Z z8DReF_eq2zsjEXGs)yS{k}ykS1B!ZrY0f6O65^lslJv3g&wfpDg-&EwF8wrc=hSwm zPlV&n%%yE_@onOwK?)`GNJ6MQ0drMuBYWCH5dkD)uErh@*k}#GcFl<-;;TN+5vb|b zctkCv;*zL7f)A;QuO%(81r0)&aUz4EQu;kA!k@7i8RZ)koMaWW`5cC6n@{w!!J$5d zx}l)4VP4xL=BKi&c^{n_Qi`q@G{vimblcVR53b#*X$FUOQFm!A8JKahNSiBdY+x3bJZfD8n{--FLUM4+Mx@{vM_ep zkk)U=K8R(rhU(X_faI*ZO}cn`5t*O}lx^j8|0rt-)o=Axn^DGcQTi!#7hxLTq?|HQ zB;T6(nrsCeYK0_o%)IO+CP{n#+|;w1ZmvD2c-J{i88bp63RjyKOE!B!D3U{RCs*Zh z&^%65VM(J34230U4bHS}M@SYS9TEK}c%)2<$h1|T;##zRtjRt@#1T%J=kAhOiw+Z% z7DpyWVK@6%9K^uVD9LDKj)dR^aZK6$@Lt)l;sj@`QSzBm{TlLG{JKM_^60Zr2w~nr zr>P-BaV8OjjWm?hQ3$ZCx+lyD%q`~4iNF9xWKi$t&pzBhwN9Dq-o^v9@=abLR#|

KZqkLal4YCRR9VNhIM|rBqmzzcImvcx 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/command/__init__.py b/env/lib/python3.8/site-packages/setuptools/command/__init__.py new file mode 100644 index 000000000..570e69576 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/command/__init__.py @@ -0,0 +1,17 @@ +__all__ = [ + 'alias', 'bdist_egg', 'bdist_rpm', 'build_ext', 'build_py', 'develop', + 'easy_install', 'egg_info', 'install', 'install_lib', 'rotate', 'saveopts', + 'sdist', 'setopt', 'test', 'install_egg_info', 'install_scripts', + 'upload_docs', 'build_clib', 'dist_info', +] + +from distutils.command.bdist import bdist +import sys + +from setuptools.command import install_scripts + +if 'egg' not in bdist.format_commands: + bdist.format_command['egg'] = ('bdist_egg', "Python .egg file") + bdist.format_commands.append('egg') + +del bdist, sys diff --git a/env/lib/python3.8/site-packages/setuptools/command/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/command/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d7d1abb057dd361fc41f6f1aa25f7a7294c39fd4 GIT binary patch literal 728 zcmZuu&5qMB5O&mjiU zo+C2tSMQ5c$a-zCNz*W8oEvvoolBG`Uq&D7#*i|`M%Sn%ZXnN^< z7@T7M$n{T*TiP7sSa)lb7QjI-UFaO@T4D;;u6w9zc*F-K(-tGNHm)CRTu2;E|({@NW$5uFJ<4S4kbLHksT@<2(d97rJwT#<4HpH^G#%q1P zQzv2lm9~ZO{21ui<-bH|31egl--#WgT5WzVvW+fe2BOSNUDwRq%vM&)MJ{LFisgf} znJjl1_IbQB4zhW(2cCIKpCeJvIB=?-pad7Efp<%1!>#Bcui-w+e^j~~n Re>Ia{l+qsUM4hNde**-0+N%Hn literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/command/__pycache__/alias.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/command/__pycache__/alias.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..83dce63927c1bc3584349b29c97e34a9dc156d07 GIT binary patch literal 2372 zcmZ`*%W@k<6z%SLXe7%IQYL;tQNtr9qL7uUq^K-_3dB4%F+~|RQ=z6t(=BP@(Tv>P z3h|W80)-7LJ|S6V&xf$?Evx*37leCzWXDcmruubzx^?^9b5HBX<>eNE=lAEIjP5lF z`5Olp9~TC9pr}2lIN>xWV;WJ4eU`Ja6FFlya>riefz9FWV-oq_5bkmRG2y;&=T6k% z4IY3!;LQWlX+4LXNQavBy-ew;&T{qLL}z93m6WCIIA%%kOvhnFD(zg{Pn0lA zwJ{!KxkxE)vv?S^4wSo4)NQCZ-6KD3p3oVckwag)n#{RZhb#3wFr|UOyqDn7KIK6r3~{#3mHxlsj^}i_K!m~%EhByHOVu5z0+|| z>3gU2!&7?yl)m3##+70sjc2D}=)hivrq7660q;)Z-l!al9#4wiF}wpseG8Q!5#=OeoJJ03k;|RP~JIr-S4;(Gs9fTicDv)WhLU8smizz>-qc_fN(YN_At z)}VGEtzbK|24TGffW_80xhUkD@PR~P$*Wi)_bXD`F%EtWAE+Iu2yHVT)C=D$)Mcn-KD+^4gHfCMtVOq3)vU<_EB8BX z6T~t8b{v~l9FI#r&9UE(BX%*zzaOI)Z_X7<8~wiiC(MWo;wQ1MxIsG9ff zsS@%$=~w$8#3Cuq3^vClGF+nb7fxoAz{&ug9i>=das+S)m%0vn!I=Ax>$X|o1%bsU z#SA)okof016~O?nxGi#@ov;&U#xz`ga|#rGhl8c~*jj-8V7b9vuxwk4XDwfHA1ncH zAa#N4K=%#8gAFosHc&Bug8ncs`$=A{b-Q)1Ti?N0#p<7ooQVFup3MG8OU~%v?ap0u+L64~jyyhWNwlpB1>zWC+&%PSdO* zckMrkU4efhl+~PQ>*Wo(yNKp4m_Vm3HEkHJM>SnB9CphKZkz|p1fSOQ`5aS51yHrw Kx)Ze4Zv6{iO-sN4 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1c885893042335852be3ba070839cb2e22871854 GIT binary patch literal 13038 zcmaJ|TXP)8b)MVq&Rzg4LGUU{8bP9nrHG|v*@`03vM63;ItnC{&~1HLEw%^10*l>6 z&wv!RW)mlnZN;%{C82e>K~rz$n^n=2RQIh6-i66X8P z%mP@*30T|H-P7IEefsn{-#MrG+QdY`z~49TKE3+W7YyTPEFAoEP0MR}HLB|Nk3 ziH*tH!Pd$R?<7!qtisw1?m^!N-SLaro+MK$e&Z{Th zHER`>xn)%5`%edcxYY~0-F8rIb~iQ}9aUXYtst!XD=US@~X&ttkkWgt+3VY z1b0dGiWL{NztO$z*F)|5adu<9*9ccDW^A{+D|on9y2@YN?)eK9JDy(g!}=1(tM}TC zaJj2D;?mUvgT`gQ6KrX}u3Fk}hF!glA#yLbmUJV@UPTxgGqoP`H9$;35gZ13MYiTW3oLPv?s^&=8s;=5<`>lKT@87RDvDFP?N9gGWy*8HcP8hp>M+J9U zvY+m9tL=9h8~#3l^c2S_ktcffWVBPL3FLs9u30txYu7N1$WEVTWJUI}{W|J4aVWWc{iUm2uNzeFG}`N4tK&61 z?e{d6)od-beeX_V`$ECPU#p}19@gS_La)0l#n9IqtqxeP)%3WsU^@u?4fJm)@SfMz z%Gc5te5;RQj8(QV=pxR37aenAOV!W?A7Z_-EN4@YV_*$xyrM9FWF$F-Cb(5$J<;$vE6Ne5cN9q zTwuLE)~&VC!}>fB?}FD`U#V+9=x*tzk7Du)C!-2+(H`qH8p`|3c&F;9yL^hgHdn9n z!SA2dl|zG!=7wPwx*h*Htn&X^!C2>@=Qq)9e2!Jt)|Yj6BUx&@+iXzM?N4Gf@$s2} z^FKaTavYM;IPM&i@qVnSCX1;0@8Hu(pE*4C8y?!Vy;a2Kok}Klc}(wMN8_yW$=-3c zEypo-x?uP?b4TMOgI(PbY2$2fn;Ti1tOw!NQXNcBQS8U&@?qXBNM~vG1b8yYA~DR# zB93$gIiB9JKfZqfzu?LEO*)Wgcdv#cIb zvv?j+kK#Z)7U%b*ZvRXZ$2|1CM#r0lTALlyYZbd+kf!rE)}M*ZrT&woQI{GB4O6w` zL3epFOslivg{%J982tiiI#1Tc2)+JuBW>rg$_u-mzp>;iimVmC<7-Sti4@}Nz?;Ky zZEUr}XT7sQrDETk@!x5-x0FAh9IknhGzto*;%ie}B#)@>hj%M%}@ zWK(@+5*^M3_qIYzumc%G{U45zD*z!d!9uX!>dgy0Sm=L}1&CuQlEyw%J9Ip=b0mJ~ zLw0voE-ExxSwXI%tKd8RB$Ih0V=9LlZw~{oor0FEC#gw2TDPRemb@eRjHFo+sMdlg z%}Q>>M_62(=eCM~iiNmxm||C;6W_~%61)=^unG0GY-OXBE3IA)^E)K0i`E4kduP{z z1~=A<^7fCz65xn|u_y4G45!$3tvo!kYjnTPF?O=U3FtXH9p6}+j%<}VVaQi71`cv| z0jLC|Y;~5qaYhy#+hlM{e;VtMr0)=|R*uHU2(5(cKs{AY@mHMnTlMCK(wEqQKq^j7 ze4XlCl)au|t+Uo`b@WqgMcEb~1D31fNcb2M!=<~Se}N5hY#=k^8LkyM#}tg}65o{$ zg6DW@wGq@IyHlAT$h<3#ewJgsz~nMJxttLPJS>~bqg9P&@kKNb9z$XPcDWXTR~e~m zm8^nonHIR;F&xt|C;!{c_D}C~%He^=_=L;eQ zB(iIgf7aZ!{0hD}Apf}ad}IOHy@!1*M0Qx*vGfnaQe^J{%d9icQ6{j{_9={zmb0Vs zz)8LmIT$+=Wg>Ik3cedtMEIAiJ8tj2c+1G9%olKZ|kV;;11Y(*YiIJ1~-(gqcv`jWz+g zSO)qUI~6!;B0u6nE07^N7(N4ouIC~W9Z(0ptMJ`h8rM@+0K3t~sk zQ>h6JFghlctZ-vIL3;+4R$|Y@cDJq29C}25L8ib7ig;3onRH5ZaZW|8$npcU4`z`V z)}(dZoVHx^IJmV8UM-pKeaAjyl`YGhG-s^-seKMTG|Cu*atrtqK}JsHrmoO9Fc)Cb z$au}mBm+XzE!`x zxOnpx_`wfToRM%Ld+H^2pE>y15j()n-|CDCm5lI4Etk$Dw$|_9t1ZoG#Wsa2^;442 zO4O83-@z}@TiE$B_L=_*X8-s;(GN1<*hU{gU&>h7=s&_46n!K#3t=4zWfM9ZLx;vM zi`AL59u{_uFIfX;kXgZ(>ctgf zkcEWF?3mc=2yb!&H=J0T98N{^z&`yC#M@{mO?HP@hsn&NOeD)MVG*F5?p zdhuuwhcnXe7{`eq8!@BosCDEHkK^qLRe%P}M7c}GW9As)QDkGP8+jGM!moO-67|sWK%ZdOw)- z-s^J&eWoG@I^ES=Em*r9PJhL7?+Mt_%2Wj#=C@h&Z!gf zMPsdknwQb*Jii=1fjznqm5|QkcNF#2T|=FGA1*?aFJeVs4L^Y#Pxn!E>V1CaN#wKY z^op@#Lz_Ghep1lPg=Nt)f>q8e2*emu5tQz#xMQpb58381zr3BA5y) ztxI*&)JQm|)tVv=I%-c9;j^_&r(5@X{izNt19x9>3XK2d%8k-}>M z2n7RcG+FI$Zo#q$E&@Jjps2K*^qZ@Q7?j3vAynWTK>Fm=lGNFe|zr}=e6zf{Qgj}41Kdaqn`ua_lN=w_&#Lxmg81R}_fPR~a z&7_MYE;qZq?fQlvHUt>Jfl8gIi3{~vHpn#FAVr*Q1zdHU-RiVko%Q%gYU($Z{cyX! z+-|JIZXZs)02P4C@4&7LgqP_B(;fW`$13*WNlLs4z&RU@b-#{295>OsAsZE7hSpcH z6~5M=;xr(-u`bZ55r$fzapg#=Ot`~P9W@saqfUUNTk;)(k`Y0R2dG;sgxx)ITtL&B z%eR7;Pq3#=7CFZkrPNAIh9&T?6%wxJ*{T%}aCa?F9v4t`NQuQZRN(KUZ}3ed27ooy z7fmpFIw#GnRYKkoNK-bg`z*6&8gFN;EK&e+J1a_$?E!k&%9g%Ta?yfgjouajhe}5F zzT=$6xYm6q1HYkNf|-`Z=uo1VLFs;fVqbw`hGTk@zF7W5Z~h}P^tBSbLxK^F0EI)N z{mq`&)kf+2z}(JShL{A>+5+l!hB*Z(su$7QRd$r2tPh=G9yyE@nRxHu{cMyOWL0L6 z3k$Xe>NS&}b71dQ0V?8|^_}X5&WLD8Fnap3MFv#+{7v9QO^QGvgTH)Otbx ztqD188gCgL>rH;S%s!mO=IrK-NZUL-A~zX|pa44T5BazUN4G(Ye(|c`_UT8U7%SGn z&do-16%NP#qjR5q^%7a>`RWsuFI8FEXsooF&wueN)i1LKO=E`*?m5i&AHGRTjYIJW zBz~ALo(;ZCVaq4jd{3@Wthd)0Ur8hk9n4~LCi37oig89f8~WFnw=^*QMk8#l!hhG$ zVA(jc0{0A1eBuO(bFbXGrgc}df|IHg5?k^NM}CmWLre(4hnuqVaNEFg6(M_8R!X6ZglmYKZ|hK21(l$SLRLhA#9 zV~klT8%QHzR*K$`>KE*)pkxW?;6}&;=m6h`))0P0VPnAOH34`#7Qyp^-a*g)r$+M2 zqc{^K1I_XroPLe=cAwjniUg?QP6*d&P_0%gIsF^xEOI{Ct*@aN7n4r@{)Y8Y4VMGW zb+~OHB@fe!b8ujpq`{C$P|E?;`qTSIbu_^-5{wx%q(u_xSkNBw$wz*UJ)_^l+af-KMUh~xAOIsJm@p6(i3tst&sq+`;S$UhX9xg_CARA?|4OPfkYmG6WToU#hW_FD*i*Vq1N@Lie@P0&; zve<;p^HBzUW(NoAm3;y}5*fqA2IY1wSQlT}JcIA$Y5nMXK*2>y^?@6?YbErrL0(Tp z`EU{*obPXb2w6TA<=4t+Q9%AkR6s77)ih@{JgT4_f)C{zGwGMG8h#7R^C2wa9NS@j zA41bu%Vdsh|ME+I=rufUC4+T{&Iqfn?4L2fzh`P8Q8yp$9>~&xE>2guIA7&7-Kf!~x<0!n`v60!-RN;fNSp7*^bAkKo{$@& zK*+aCm)RWLCLl^8#w3LnCxLdUTinR90Qhbhn{JrhF@j4Zh5`x090`m5H$ha0LkKnM zr57ot08SyWg4ZPn;iL8D>zhdlpfmWo)I;Rx*P*WrxKvzhj??|!$Qd|j`8jdFxeG$C z>x&6QB)Yq!KfufpSLkhbD+OG6*f*3A`KL29I3P)QkOj!aZWBx$AQ8G~!F5HJ)00xk z>py2>!im@syUSYc=s#fH_(mki?a;aY9@<^wMw~{*u*x{Ev`6UXpT=g);5h?Ft7f~g zP065wKhZp2MP_eP^ubL5iQrR9w_PVY60AtWBBFRBe0cqH@ z^u49s5O4ukZs1P?bjT;L4LN8T$bLkQ64<6O4^1C2gy0XE{|hFEpfPESdl!%wf{gb~ zTm7r-nMvp=1pF&@|7#|5Ob*fR*HQNdX*Z1wX-9i(Mt+omn(zBGg6Fx}{Sv$s^P^J5 zTD;yQI2-*}&-pCe;yCXY}dgx@kO(?^Ln2*2a_JTxf5|5e27ejw423D{SqT^sEu2ZhZas402( zU#dLT_NUVJ$XMH-Mg{EWbpN?4tA2CcyR+&;C}}Ub+~D=PL4eCS+jRE?5NIUsJYpiG zt=LU)m@F?Z+{LA&`-_PVKLWxgDjkFc>b^@kdzaYtZiz`52`r=~c&?y~I0#e@a#Wl! zGTuOtHf^g;3AO;1uOq|9R9Mi-mv5o6Mnnw%f z5tNf0!PueKQ=}W*lgVhYy@anGI-7rqerr6N30|3mPsA}FGCfK+n3f4fp+QB(L-mv8 z6TT7VG<%QfX7US9YZJfVCK6(5@Nt1ArD)nLYN%2^1;fXR5Z464twxr-J1I2|YEFik z$P(4F-}8mdlj&Ww7vF06xF|_b7eHAnj~8(|D`4`}vH3Pv|F*npg@Fgg;k6HO1b3I# zu%p2O6tdgwiU$i$L*!ta()C7MiKrbMW|Z3cACN$s)14!F0d76EJ4{A4`xeQ_69RV? zh(yvQx>^PyMaKR}sw?;jT1qTJ!j#}N^9a}4`ZR@C2*ZP#7EU1M#0fMC&pT_4+YQ8k z+O5U@ldp9eyom?Yo|@2DuedKq3nzSU1>Wd_OtruKDv%&tzKvjA&`e_s7dvs?qYJ*5 zTQFY3J2x_&&(Z5E?wdIup)iPfW|P73omNcCO-R3=3Yj!ANF0sS{Aj3x+WFG=#L76 zTSYGIWeGLF6{q0kcn>Z!)A)w*4RhII$m(4e*vHW?MzG8~ z4pMjEzDJakT}#mo1KKd!3hyO|={OKmVNisq&qevD5S4Z?-lmH3!y;7!_TuNXL}+c) z^4k$rwcFSP4X&hjs66b&0go3iBN2pBN>aY#ynE+J1cJ=roGF2YR!&lQXD7@7c_TzA4q4ouN&p?hN&Vu1i2?5J!?{1i z+r-`ZRpvxpR)hJ!DvPG5^s98gXgQ#2RF`(6jBH=(Zx_H#krKtl0eJ;3OKW5wl(D9 z5*Vv~_1g89FE3uZ8W&i)g@8Nqxmv4t9egVGR{~Tg;u1y`w8Ew7f8kh+m?V)YXn|w~ zdW&^;nfxo0e`E49Ci3-t&#o-}pZP*W)i;p)h^rUVz;&$|cxxx~RHS7X2MAnPOf}o# z-Vs_RA;&~kRnEt`dR=v!KvL5Tk_qcpafIv4Nf1Y<5zC!Fc`K9vc)?x&AW>64=Ac5Z z-(l_%CVz({o*26;EFJ;5KqbDq+RT0g5cgtJPmg$2hYDr0JbICQi z>r{$;icY=t4V+_NX|Flu4f+EF8B((B+9*&0Gs~ah%r`S1_m|DhK7#Sv`|qcV2%&d= zadE`3cmm?S1|^Wd3YC~3j7l<$F!~7zBBBKnk&O1qn`lS`et`z@d$2~kxz`s5fyEOL zM?pz6!~*#n!)WPc7>ihJEYNU6bihluy*3hstC_7z-oXgn5yT&eEYFOO58#G^^#KT0MmUy1y+ zmR5tsEGfC>6Dc5ia0Hn_u6(4V2j*y@>E6%J{9bK~QBwmFw+xv>CDy~wp>OC%5cegh zV{{5#dW$it@jf|?j**`W1ob4lZSO4ULEK&k#4I-@01<6$Y%#IEKWzm21Kh?=s_`Gl z_F(VtJe!(QW`gUin$=UIlj>nIwo;A?nbel&2hwIzA7!c-tt=j7HPL1zDhD z{1m-`)v>2!w0q^ckM{y3uyF#FdwItjL;ZXO34DRuZ^`fEF!r3De-;t|q|ltuW;*}w z%GUpB`Mk3g?#=HlzckTw>$NA|NwW32(a;efjbJO*oIp3aR#uAVazI*=e$&RP&@!}U zsjfj9ZGT$h%rCLiJ$^gr|Dyrit;2a>r;=4@OjnQkis^maQi zIrB4!>;`yQ665Bj3j<=iK5pz?TmoZ1fs@ZcT=>7>8yJxM+3C-}_|N#egHGFH%$I?& zw$E5;M5Fxt24jZ}SF4jQW5VQ&1-^th7h-$1T3?L-*%Qh6HurGc>vh83ARgZJuL_=& ka_NeQ=^9nrU2O&9W%j}8xeCSZZ7<>N_!sCr8*fD)0YJ259smFU literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/command/__pycache__/build_clib.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/command/__pycache__/build_clib.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..00a98c0fa34c0c7a61fd98c440310bb17d3c5975 GIT binary patch literal 2469 zcma)8&5zqe6d#Wr$8nO~Z3_h;7E$X~1gD9FHhPqr=V;6`HJm0}1g@I6M z+(plgN6|yPzzef9&*9iz7z?YkC^~ZFNExN2urecjhUI~>C@%4JbY}c!C|p`+AgNmC zHZ@CpfelpaTdIAAF7ToSx-Fow6rk5y=}pnXE?eNoR=AdHgIs&<bs!tuJ!-Eq^~vHTEjjEeN8?7vqXpPVYjs4-J|Vic+pk; z(k{Dac#5Vd!bj$FL;PCr#erD#Y6^50{h9)Mi=EoWPGh6&mHkq4c4_yS4d}G}y|P6lY`r{Xql*3Tr@kuCq;UHmo@r+>nFer)02{ACRy6g`l^(yij?ed>V_&PJ>WzS@q&9ObW_0Q&x6!6oxIKOH}B~LUdvBcGwdo z0zc=_*~C;Ct_L_#|uUdp$b#rK;xzION)m{l}0N#~Qus|^%oU1tWb%a~M zAMRF`WJy$Y)>-x(Abs6;yyXp{5eXZlMOz#0Z8saQ+ccHBjaGIOSI?0mtT~?B#6~w+ zZ;w5JCaW0r8}xD$L(v1ve9(jcSb%{4a4=hberT<`lma4k!ikg;R9 z#&rW57~@y?wPiWD*V4QV$Fg=nYQ1hdh7I2@@hsQqVH;$uSGEn`UxTH#3sNq~0#|G6 z_e;B{*P3Jfd-}l^$TtAqgFD;t>&*Cm<@$cgX^}9Xd%pj;2ojw$Shanh^3eCiC$N_~ zqFd9)nx`|bQz>%Ta4nQlSTxfdE=<$Tp_?Q6IJkaS?WYV`Ea{11vHxp@Ep literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/command/__pycache__/build_ext.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/command/__pycache__/build_ext.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..65b5d54c21f33d489f961b28ccec51a2be8d5d28 GIT binary patch literal 9806 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 amH$@z_8h4x8gZD?`;WyLlg{$7`u_(^?w0%j literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/command/__pycache__/build_py.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/command/__pycache__/build_py.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c345e674b31865469a00a061287fe251c72c8101 GIT binary patch literal 8679 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 T8aSXqk#Whj*Z#!#q`LY)5|Dj} literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/command/__pycache__/develop.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/command/__pycache__/develop.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..797820f128d8b2d2636e119c33b09db3a67c19c8 GIT binary patch literal 6421 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 SP31_~c-NqsZLa)GyZJxZ@uV&Q literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/command/__pycache__/dist_info.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/command/__pycache__/dist_info.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..829d01bb8c88631f7d48b6f43fea2918d352c6e6 GIT binary patch literal 1396 zcmZux!H(ND5G6&~l4Uzh3k2P^DWF@bgDs!|ilAtV1Y01NVlP22x)8ER+uF#YO42P> z^`4Sk@)h3W{zbln*PikVy)-lO+TLwKgQFoi;(L#L^6%quM4-KW|HJYfBjg_(+-^P$ zokID%NrLv*=v2$x z$~ccjX)G`6xq?i~!YX|cJu|V8^RkvAF6-DXW&GDt$|^REEXsLV?mvFb>23xJGVp zVAy_J>{(B7a&nh;!rFmcEGDzu$e$gR?QaJ~aiMCPmvvb$;wjeLd9#!z{tg7^>&pHZ zTh+vB-l;ZftqU1jEoD+rAir;zqpDNr2Cqzz4dD=9kZX!Z5&{TEBG=UUMppA{qOtDZ zB3-JLOhsO&&4pd6deS_e%mH9l%8Au^@lxtk)_}mt`IxQ>092`|w!&ap6ZgQER6Y&4&tgACgXu z4i6cM(?baEJ{ac?^a;%Fp}#&t|G(@GFk%JJJK!3U4cUURujnP+kaN1B9QxL~B9y?B z?VjhpAhsvGS9D0;cwZ60z9g5P?Qa9&Z$mpckG8{&cLlp#QFsq`?7@y~!?vRhJ@;YF zgU<&fCjGPB6{1ht!ND?ZbTnQ&?%ar$di3|@BR8CN+PW_#8M_AyY588G;5YZAQIsA- za7?djeXq+ZS!;%wk9e*>S9+CO=PBd-Cbvr$E@!?cCSYCgI z3*ChrZbg3%bKgKW_aP7((XjiS&=W7B?Qw%CusTaZ7jjM76 zZdQgunnIVI!Q5zVq~5ztj{u~T*#X}ob7X{9jAaHx==se1&+mmSWExkJzy+KORdBA+ tyY3!pT-&lT(?V&f(aXF4hHkPuzwXUXfw}OforYh~%?51?Sl)<^*ax&AY777X literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/command/__pycache__/easy_install.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/command/__pycache__/easy_install.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9aee980a46c44d3108bed21745b1324bac8e2411 GIT binary patch literal 63256 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/command/__pycache__/install.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/command/__pycache__/install.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1d26316230659b61b78b552fbc260df7257625df GIT binary patch literal 4051 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/command/__pycache__/install_scripts.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/command/__pycache__/install_scripts.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6fb49922d15753615567daff3273f5caacc7bdee GIT binary patch literal 2429 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 @RvR|tB$(A(<*#fwrKt`<*T zNmX-I&1tJSqejwoiZ)sPDJ!_9Qqa@+>6<7A+8eQ>EahWR{Rj-hU-1(C0J2Mb9~pd3 zeiDp~v&5J98vud9&Uo?h{fys^$ZyEdS*Gcfa{-y2 zk+Rb9idwv0XVlC)N43H}A{~H1g#07kK3NPmC6FH5+euTA)jUnR-88KwYb)yy)AVzj zRjZ7jrcCB(s_sCip23!}GnBm?A5>c>z%J=e!l2t>aP_SzE8TAtZpD8e!tN1hLh*0_cFuxO9l z_(nxscE%mfe#c}>wx2QCR-LE8xGTfASwH>~mRX;>-lVQRRNAKV%pPML6!i?B{l~en z3!4|_4|AK>)o-<~^&uwOZ`Ea)RdPb>uRj3>Z{jt-22pIxB^wLL$AJ{%PzExT(JUB8 zGlnRAJcu%uoo8$u%dXtQwVTZ8NKymmaG^S(VgN3bd7(@{Xj)}vC&#~Wyln0wU#oOw5?d!;oE&I%y2!PXeW-TG z-$3RX+OoL^Monz3&ytUhl~##8RyQL`GOe&IBHvhY(i~Ka@(6L))3tdD=td6Yn6xJx z1-pER7kJ;oYhD16?3|@*ii(04lA%icuphX{$L(S=n<7FNl09rvXjC!%H`6;X@YM&S zwc#5hlUp^IV>X*9Gcw99 z=C-a2Gn%XcFk0`@aDL|Y@+!A^R^*LJYY!J6x@o~Z<1PG}I~(n9Yu-qoQm3Qg)Bg<2 zIeUWSPh!1ix#Umz#~c!r0FqZA5hQ7LZ9vkem`laGta=bK8=iFa2b^8t&@?;H3^2<- z#_X?P?}GoGzsLT{D)An(5&5vKr$YaeK>E!4T()Iv#UC?o6Ov^t0oRqFqlWT#4x2yy zegR~extiqDv!t$oQ=ODGuyNokG%#wOY2aA)H~9JnaR+KR8z%RMO+LR*tL_igY<9oj zymG_j6@EN?FX7VM84PHflal-&sU)kCys~Ph^tVbGp@MJYH7|n9kjDGF7u>RQzT_*U z_Nh2UFYqYo3r)3m5goF5UpO&*)$zHXTa#Nf-F;X9Yshc@=z#1}qiS)%nxAj>cbZo> za4>vW)RU|*kHB26{E9zt(Gh_bUbkSulYU3j&TBHMdmt`ATCV#}RxFfnKdzgbyfQYc zCdvf}6w%I$+`1nDo#~>I3f`5xgdmJ>lNqj_&tmuaD1Qt+^D+qIT`suzIt;r!2Dgjf zUETwNyI;pabNhR;yis^UJ-r^o{{aK^poOofeG3^ByyS#RLhNJq{^u70T(AsRXx+Ej zxwy?B;Wm2GTDCD0pNkcceG$k=wt&rmFnJN22g}Zi!Ah{~(${V+d$Mh}&k5&Z70?V; z?@0C!afgvUd_DY|xCk#IuN$97gl6d6GXL`4b|K;V3;ToR9&wzVLcaXrC4YK%gM1eQ zt!Z9OYfasX+Rdz}j~xHmjWQ6NzQNyJ3_Sk!34c%c5-F~5AgAIw1_LK*<3hTLTs%{@ zw0WtpjeA(_`1HAL)cX+s67L#?Xq(N;oBh#?>bro~yl_wYyWqfV&LlPEd#2g)H_dv` z-*;PBpKjWmPT;{K)Ag>mZy#Vsc5)i zRka3qTk5kEzFd?WYTqq$Ojj;0z|x{WyVjyA^6I4D@<8^Hxb~)txX5<}$F06c{;Abp zJE#H74j?iK2%)+sx_poC^Bv$i7JK;iJgz}S)4i(OVZZC*)F+mvuA8Q1Ef<9X-%Hce zMOIMC7`4+>))O#WQke;Q2Hnf9w?M9!2hiO*!iAx->QbP05sRjCre7y=6|?84!)Q7= z)CUahZp=dw3LHo-{uj1F5l8W!*XVD#9oh~54`oPn-M;*-?S<=#?_Mb>`Uhjy?Zxld jt8n1DR~MTmw0i5`6_|@3t}F3~KyRo)Q2~3toW0=xV;Ysx literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/command/__pycache__/saveopts.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/command/__pycache__/saveopts.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..62751e651cc8593ed15266c8f36a3a4d5842bda6 GIT binary patch literal 924 zcmYjP&2AGh5cbb*vZSe~pd3I5twb-8n(UzxaHtRhByPP_Tvi}!vvv}~%s2kJyE{N|e%!rT{3Hnd_LuDwz~uvoIRM2G z#|0{Jic69bjJ_aFIK4)k3UWnL%7arh3hy8jjfmS3Tw0c^Y9{AyN7YuUicK>ka-Xn$ zpzwW>mtY8#VvbV6F#wV@-~fA#(vXJ$-gA-3E(Cy?)$3ER;#`$wR`GEmD-qupF|k!~ z7SCiMR&RZJY?`_*q~O~LM%bpF zFuC@uu+hkg;Wx6#GIIta+d rcQOjn=l}bkbp21j1$=Fo*7N~j3)GXRJ+h0A?>l_&zn$@`*`t2}Nm2Zv literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/command/__pycache__/sdist.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/command/__pycache__/sdist.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d8d7c281f37f9dbd05bb18fdade6e3c0e199e4c3 GIT binary patch literal 7584 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%0ANlGKnS~rwgPD}Y^ zmgiF$KgC);q=~sy{0oZIqECl{;0JOy{XjVJ`2jHcIL2^j#PqOUSXK)0Xq@*&Ik7QH!uNw3R%{D8g{|Azkm{9-# literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/command/__pycache__/setopt.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/command/__pycache__/setopt.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c207e1ab904226253300e3a173247bcafb0bcce6 GIT binary patch literal 4532 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/command/__pycache__/test.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/command/__pycache__/test.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..838be8beaf33e9fff7ca4459a6655214b0ca9987 GIT binary patch literal 8337 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 QC-q)4u9`^AMzdc1f9pVAIRF3v literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/command/__pycache__/upload.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/command/__pycache__/upload.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..73a3089f96b407149a706f04c2501ddec1c30800 GIT binary patch literal 819 zcmYjP&2G~`5Z)gWwDj`%MRH-V6OQ-@|%)vO`ZQ^3@n%#9#qHv)- z@f2|6Wq1HzIrSB|z^t8yjI`sKo$-F(H@oll_lF4V+s%{3FO1M{m+YDc$uTT*1dbz) z3smA5V;7Txlr;9*m==E7i+dQoMBL;4HR8VTF6b4FDet{OVgCmHM(YYOF6_(JJY z=wcbvM)1I@paTo4H2av&g>hSF%d=Ne29metFr3^ISmq%(j=$hF`VK2&&fdK83SGf1UWwakQeL>s@YXh%3Cjb}u0-q6y_e{brBn#@043OgEN;Z60kHx2=t*bUu#{{tJqP fduXN|;0~OdopzYb;8{oaxqBm~2X2H%WJLb~bJ){$ literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/command/__pycache__/upload_docs.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/command/__pycache__/upload_docs.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b5bd65b6390bfa5942746d5a9b4bff0fef4a2841 GIT binary patch literal 6126 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/command/alias.py b/env/lib/python3.8/site-packages/setuptools/command/alias.py new file mode 100644 index 000000000..452a9244e --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/command/alias.py @@ -0,0 +1,78 @@ +from distutils.errors import DistutilsOptionError + +from setuptools.command.setopt import edit_config, option_base, config_file + + +def shquote(arg): + """Quote an argument for later parsing by shlex.split()""" + for c in '"', "'", "\\", "#": + if c in arg: + return repr(arg) + if arg.split() != [arg]: + return repr(arg) + return arg + + +class alias(option_base): + """Define a shortcut that invokes one or more commands""" + + description = "define a shortcut to invoke one or more commands" + command_consumes_arguments = True + + user_options = [ + ('remove', 'r', 'remove (unset) the alias'), + ] + option_base.user_options + + boolean_options = option_base.boolean_options + ['remove'] + + def initialize_options(self): + option_base.initialize_options(self) + self.args = None + self.remove = None + + def finalize_options(self): + option_base.finalize_options(self) + if self.remove and len(self.args) != 1: + raise DistutilsOptionError( + "Must specify exactly one argument (the alias name) when " + "using --remove" + ) + + def run(self): + aliases = self.distribution.get_option_dict('aliases') + + if not self.args: + print("Command Aliases") + print("---------------") + for alias in aliases: + print("setup.py alias", format_alias(alias, aliases)) + return + + elif len(self.args) == 1: + alias, = self.args + if self.remove: + command = None + elif alias in aliases: + print("setup.py alias", format_alias(alias, aliases)) + return + else: + print("No alias definition found for %r" % alias) + return + else: + alias = self.args[0] + command = ' '.join(map(shquote, self.args[1:])) + + edit_config(self.filename, {'aliases': {alias: command}}, self.dry_run) + + +def format_alias(name, aliases): + source, command = aliases[name] + if source == config_file('global'): + source = '--global-config ' + elif source == config_file('user'): + source = '--user-config ' + elif source == config_file('local'): + source = '' + else: + source = '--filename=%r' % source + return source + name + ' ' + command diff --git a/env/lib/python3.8/site-packages/setuptools/command/bdist_egg.py b/env/lib/python3.8/site-packages/setuptools/command/bdist_egg.py new file mode 100644 index 000000000..e6b1609f7 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/command/bdist_egg.py @@ -0,0 +1,456 @@ +"""setuptools.command.bdist_egg + +Build .egg distributions""" + +from distutils.dir_util import remove_tree, mkpath +from distutils import log +from types import CodeType +import sys +import os +import re +import textwrap +import marshal + +from pkg_resources import get_build_platform, Distribution, ensure_directory +from setuptools.extension import Library +from setuptools import Command + +from sysconfig import get_path, get_python_version + + +def _get_purelib(): + return get_path("purelib") + + +def strip_module(filename): + if '.' in filename: + filename = os.path.splitext(filename)[0] + if filename.endswith('module'): + filename = filename[:-6] + return filename + + +def sorted_walk(dir): + """Do os.walk in a reproducible way, + independent of indeterministic filesystem readdir order + """ + for base, dirs, files in os.walk(dir): + dirs.sort() + files.sort() + yield base, dirs, files + + +def write_stub(resource, pyfile): + _stub_template = textwrap.dedent(""" + def __bootstrap__(): + global __bootstrap__, __loader__, __file__ + import sys, pkg_resources, importlib.util + __file__ = pkg_resources.resource_filename(__name__, %r) + __loader__ = None; del __bootstrap__, __loader__ + spec = importlib.util.spec_from_file_location(__name__,__file__) + mod = importlib.util.module_from_spec(spec) + spec.loader.exec_module(mod) + __bootstrap__() + """).lstrip() + with open(pyfile, 'w') as f: + f.write(_stub_template % resource) + + +class bdist_egg(Command): + description = "create an \"egg\" distribution" + + user_options = [ + ('bdist-dir=', 'b', + "temporary directory for creating the distribution"), + ('plat-name=', 'p', "platform name to embed in generated filenames " + "(default: %s)" % get_build_platform()), + ('exclude-source-files', None, + "remove all .py files from the generated egg"), + ('keep-temp', 'k', + "keep the pseudo-installation tree around after " + + "creating the distribution archive"), + ('dist-dir=', 'd', + "directory to put final built distributions in"), + ('skip-build', None, + "skip rebuilding everything (for testing/debugging)"), + ] + + boolean_options = [ + 'keep-temp', 'skip-build', 'exclude-source-files' + ] + + def initialize_options(self): + self.bdist_dir = None + self.plat_name = None + self.keep_temp = 0 + self.dist_dir = None + self.skip_build = 0 + self.egg_output = None + self.exclude_source_files = None + + def finalize_options(self): + ei_cmd = self.ei_cmd = self.get_finalized_command("egg_info") + self.egg_info = ei_cmd.egg_info + + if self.bdist_dir is None: + bdist_base = self.get_finalized_command('bdist').bdist_base + self.bdist_dir = os.path.join(bdist_base, 'egg') + + if self.plat_name is None: + self.plat_name = get_build_platform() + + self.set_undefined_options('bdist', ('dist_dir', 'dist_dir')) + + if self.egg_output is None: + + # Compute filename of the output egg + basename = Distribution( + None, None, ei_cmd.egg_name, ei_cmd.egg_version, + get_python_version(), + self.distribution.has_ext_modules() and self.plat_name + ).egg_name() + + self.egg_output = os.path.join(self.dist_dir, basename + '.egg') + + def do_install_data(self): + # Hack for packages that install data to install's --install-lib + self.get_finalized_command('install').install_lib = self.bdist_dir + + site_packages = os.path.normcase(os.path.realpath(_get_purelib())) + old, self.distribution.data_files = self.distribution.data_files, [] + + for item in old: + if isinstance(item, tuple) and len(item) == 2: + if os.path.isabs(item[0]): + realpath = os.path.realpath(item[0]) + normalized = os.path.normcase(realpath) + if normalized == site_packages or normalized.startswith( + site_packages + os.sep + ): + item = realpath[len(site_packages) + 1:], item[1] + # XXX else: raise ??? + self.distribution.data_files.append(item) + + try: + log.info("installing package data to %s", self.bdist_dir) + self.call_command('install_data', force=0, root=None) + finally: + self.distribution.data_files = old + + def get_outputs(self): + return [self.egg_output] + + def call_command(self, cmdname, **kw): + """Invoke reinitialized command `cmdname` with keyword args""" + for dirname in INSTALL_DIRECTORY_ATTRS: + kw.setdefault(dirname, self.bdist_dir) + kw.setdefault('skip_build', self.skip_build) + kw.setdefault('dry_run', self.dry_run) + cmd = self.reinitialize_command(cmdname, **kw) + self.run_command(cmdname) + return cmd + + def run(self): # noqa: C901 # is too complex (14) # FIXME + # Generate metadata first + self.run_command("egg_info") + # We run install_lib before install_data, because some data hacks + # pull their data path from the install_lib command. + log.info("installing library code to %s", self.bdist_dir) + instcmd = self.get_finalized_command('install') + old_root = instcmd.root + instcmd.root = None + if self.distribution.has_c_libraries() and not self.skip_build: + self.run_command('build_clib') + cmd = self.call_command('install_lib', warn_dir=0) + instcmd.root = old_root + + all_outputs, ext_outputs = self.get_ext_outputs() + self.stubs = [] + to_compile = [] + for (p, ext_name) in enumerate(ext_outputs): + filename, ext = os.path.splitext(ext_name) + pyfile = os.path.join(self.bdist_dir, strip_module(filename) + + '.py') + self.stubs.append(pyfile) + log.info("creating stub loader for %s", ext_name) + if not self.dry_run: + write_stub(os.path.basename(ext_name), pyfile) + to_compile.append(pyfile) + ext_outputs[p] = ext_name.replace(os.sep, '/') + + if to_compile: + cmd.byte_compile(to_compile) + if self.distribution.data_files: + self.do_install_data() + + # Make the EGG-INFO directory + archive_root = self.bdist_dir + egg_info = os.path.join(archive_root, 'EGG-INFO') + self.mkpath(egg_info) + if self.distribution.scripts: + script_dir = os.path.join(egg_info, 'scripts') + log.info("installing scripts to %s", script_dir) + self.call_command('install_scripts', install_dir=script_dir, + no_ep=1) + + self.copy_metadata_to(egg_info) + native_libs = os.path.join(egg_info, "native_libs.txt") + if all_outputs: + log.info("writing %s", native_libs) + if not self.dry_run: + ensure_directory(native_libs) + libs_file = open(native_libs, 'wt') + libs_file.write('\n'.join(all_outputs)) + libs_file.write('\n') + libs_file.close() + elif os.path.isfile(native_libs): + log.info("removing %s", native_libs) + if not self.dry_run: + os.unlink(native_libs) + + write_safety_flag( + os.path.join(archive_root, 'EGG-INFO'), self.zip_safe() + ) + + if os.path.exists(os.path.join(self.egg_info, 'depends.txt')): + log.warn( + "WARNING: 'depends.txt' will not be used by setuptools 0.6!\n" + "Use the install_requires/extras_require setup() args instead." + ) + + if self.exclude_source_files: + self.zap_pyfiles() + + # Make the archive + make_zipfile(self.egg_output, archive_root, verbose=self.verbose, + dry_run=self.dry_run, mode=self.gen_header()) + if not self.keep_temp: + remove_tree(self.bdist_dir, dry_run=self.dry_run) + + # Add to 'Distribution.dist_files' so that the "upload" command works + getattr(self.distribution, 'dist_files', []).append( + ('bdist_egg', get_python_version(), self.egg_output)) + + def zap_pyfiles(self): + log.info("Removing .py files from temporary directory") + for base, dirs, files in walk_egg(self.bdist_dir): + for name in files: + path = os.path.join(base, name) + + if name.endswith('.py'): + log.debug("Deleting %s", path) + os.unlink(path) + + if base.endswith('__pycache__'): + path_old = path + + pattern = r'(?P.+)\.(?P[^.]+)\.pyc' + m = re.match(pattern, name) + path_new = os.path.join( + base, os.pardir, m.group('name') + '.pyc') + log.info( + "Renaming file from [%s] to [%s]" + % (path_old, path_new)) + try: + os.remove(path_new) + except OSError: + pass + os.rename(path_old, path_new) + + def zip_safe(self): + safe = getattr(self.distribution, 'zip_safe', None) + if safe is not None: + return safe + log.warn("zip_safe flag not set; analyzing archive contents...") + return analyze_egg(self.bdist_dir, self.stubs) + + def gen_header(self): + return 'w' + + def copy_metadata_to(self, target_dir): + "Copy metadata (egg info) to the target_dir" + # normalize the path (so that a forward-slash in egg_info will + # match using startswith below) + norm_egg_info = os.path.normpath(self.egg_info) + prefix = os.path.join(norm_egg_info, '') + for path in self.ei_cmd.filelist.files: + if path.startswith(prefix): + target = os.path.join(target_dir, path[len(prefix):]) + ensure_directory(target) + self.copy_file(path, target) + + def get_ext_outputs(self): + """Get a list of relative paths to C extensions in the output distro""" + + all_outputs = [] + ext_outputs = [] + + paths = {self.bdist_dir: ''} + for base, dirs, files in sorted_walk(self.bdist_dir): + for filename in files: + if os.path.splitext(filename)[1].lower() in NATIVE_EXTENSIONS: + all_outputs.append(paths[base] + filename) + for filename in dirs: + paths[os.path.join(base, filename)] = (paths[base] + + filename + '/') + + if self.distribution.has_ext_modules(): + build_cmd = self.get_finalized_command('build_ext') + for ext in build_cmd.extensions: + if isinstance(ext, Library): + continue + fullname = build_cmd.get_ext_fullname(ext.name) + filename = build_cmd.get_ext_filename(fullname) + if not os.path.basename(filename).startswith('dl-'): + if os.path.exists(os.path.join(self.bdist_dir, filename)): + ext_outputs.append(filename) + + return all_outputs, ext_outputs + + +NATIVE_EXTENSIONS = dict.fromkeys('.dll .so .dylib .pyd'.split()) + + +def walk_egg(egg_dir): + """Walk an unpacked egg's contents, skipping the metadata directory""" + walker = sorted_walk(egg_dir) + base, dirs, files = next(walker) + if 'EGG-INFO' in dirs: + dirs.remove('EGG-INFO') + yield base, dirs, files + for bdf in walker: + yield bdf + + +def analyze_egg(egg_dir, stubs): + # check for existing flag in EGG-INFO + for flag, fn in safety_flags.items(): + if os.path.exists(os.path.join(egg_dir, 'EGG-INFO', fn)): + return flag + if not can_scan(): + return False + safe = True + for base, dirs, files in walk_egg(egg_dir): + for name in files: + if name.endswith('.py') or name.endswith('.pyw'): + continue + elif name.endswith('.pyc') or name.endswith('.pyo'): + # always scan, even if we already know we're not safe + safe = scan_module(egg_dir, base, name, stubs) and safe + return safe + + +def write_safety_flag(egg_dir, safe): + # Write or remove zip safety flag file(s) + for flag, fn in safety_flags.items(): + fn = os.path.join(egg_dir, fn) + if os.path.exists(fn): + if safe is None or bool(safe) != flag: + os.unlink(fn) + elif safe is not None and bool(safe) == flag: + f = open(fn, 'wt') + f.write('\n') + f.close() + + +safety_flags = { + True: 'zip-safe', + False: 'not-zip-safe', +} + + +def scan_module(egg_dir, base, name, stubs): + """Check whether module possibly uses unsafe-for-zipfile stuff""" + + filename = os.path.join(base, name) + if filename[:-1] in stubs: + return True # Extension module + pkg = base[len(egg_dir) + 1:].replace(os.sep, '.') + module = pkg + (pkg and '.' or '') + os.path.splitext(name)[0] + if sys.version_info < (3, 7): + skip = 12 # skip magic & date & file size + else: + skip = 16 # skip magic & reserved? & date & file size + f = open(filename, 'rb') + f.read(skip) + code = marshal.load(f) + f.close() + safe = True + symbols = dict.fromkeys(iter_symbols(code)) + for bad in ['__file__', '__path__']: + if bad in symbols: + log.warn("%s: module references %s", module, bad) + safe = False + if 'inspect' in symbols: + for bad in [ + 'getsource', 'getabsfile', 'getsourcefile', 'getfile' + 'getsourcelines', 'findsource', 'getcomments', 'getframeinfo', + 'getinnerframes', 'getouterframes', 'stack', 'trace' + ]: + if bad in symbols: + log.warn("%s: module MAY be using inspect.%s", module, bad) + safe = False + return safe + + +def iter_symbols(code): + """Yield names and strings used by `code` and its nested code objects""" + for name in code.co_names: + yield name + for const in code.co_consts: + if isinstance(const, str): + yield const + elif isinstance(const, CodeType): + for name in iter_symbols(const): + yield name + + +def can_scan(): + if not sys.platform.startswith('java') and sys.platform != 'cli': + # CPython, PyPy, etc. + return True + log.warn("Unable to analyze compiled code on this platform.") + log.warn("Please ask the author to include a 'zip_safe'" + " setting (either True or False) in the package's setup.py") + + +# Attribute names of options for commands that might need to be convinced to +# install to the egg build directory + +INSTALL_DIRECTORY_ATTRS = [ + 'install_lib', 'install_dir', 'install_data', 'install_base' +] + + +def make_zipfile(zip_filename, base_dir, verbose=0, dry_run=0, compress=True, + mode='w'): + """Create a zip file from all the files under 'base_dir'. The output + zip file will be named 'base_dir' + ".zip". Uses either the "zipfile" + Python module (if available) or the InfoZIP "zip" utility (if installed + and found on the default search path). If neither tool is available, + raises DistutilsExecError. Returns the name of the output zip file. + """ + import zipfile + + mkpath(os.path.dirname(zip_filename), dry_run=dry_run) + log.info("creating '%s' and adding '%s' to it", zip_filename, base_dir) + + def visit(z, dirname, names): + for name in names: + path = os.path.normpath(os.path.join(dirname, name)) + if os.path.isfile(path): + p = path[len(base_dir) + 1:] + if not dry_run: + z.write(path, p) + log.debug("adding '%s'", p) + + compression = zipfile.ZIP_DEFLATED if compress else zipfile.ZIP_STORED + if not dry_run: + z = zipfile.ZipFile(zip_filename, mode, compression=compression) + for dirname, dirs, files in sorted_walk(base_dir): + visit(z, dirname, files) + z.close() + else: + for dirname, dirs, files in sorted_walk(base_dir): + visit(None, dirname, files) + return zip_filename diff --git a/env/lib/python3.8/site-packages/setuptools/command/bdist_rpm.py b/env/lib/python3.8/site-packages/setuptools/command/bdist_rpm.py new file mode 100644 index 000000000..0eb1b9c25 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/command/bdist_rpm.py @@ -0,0 +1,31 @@ +import distutils.command.bdist_rpm as orig + + +class bdist_rpm(orig.bdist_rpm): + """ + Override the default bdist_rpm behavior to do the following: + + 1. Run egg_info to ensure the name and version are properly calculated. + 2. Always run 'install' using --single-version-externally-managed to + disable eggs in RPM distributions. + """ + + def run(self): + # ensure distro name is up-to-date + self.run_command('egg_info') + + orig.bdist_rpm.run(self) + + def _make_spec_file(self): + spec = orig.bdist_rpm._make_spec_file(self) + spec = [ + line.replace( + "setup.py install ", + "setup.py install --single-version-externally-managed " + ).replace( + "%setup", + "%setup -n %{name}-%{unmangled_version}" + ) + for line in spec + ] + return spec diff --git a/env/lib/python3.8/site-packages/setuptools/command/build_clib.py b/env/lib/python3.8/site-packages/setuptools/command/build_clib.py new file mode 100644 index 000000000..67ce2444e --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/command/build_clib.py @@ -0,0 +1,101 @@ +import distutils.command.build_clib as orig +from distutils.errors import DistutilsSetupError +from distutils import log +from setuptools.dep_util import newer_pairwise_group + + +class build_clib(orig.build_clib): + """ + Override the default build_clib behaviour to do the following: + + 1. Implement a rudimentary timestamp-based dependency system + so 'compile()' doesn't run every time. + 2. Add more keys to the 'build_info' dictionary: + * obj_deps - specify dependencies for each object compiled. + this should be a dictionary mapping a key + with the source filename to a list of + dependencies. Use an empty string for global + dependencies. + * cflags - specify a list of additional flags to pass to + the compiler. + """ + + def build_libraries(self, libraries): + for (lib_name, build_info) in libraries: + sources = build_info.get('sources') + if sources is None or not isinstance(sources, (list, tuple)): + raise DistutilsSetupError( + "in 'libraries' option (library '%s'), " + "'sources' must be present and must be " + "a list of source filenames" % lib_name) + sources = list(sources) + + log.info("building '%s' library", lib_name) + + # Make sure everything is the correct type. + # obj_deps should be a dictionary of keys as sources + # and a list/tuple of files that are its dependencies. + obj_deps = build_info.get('obj_deps', dict()) + if not isinstance(obj_deps, dict): + raise DistutilsSetupError( + "in 'libraries' option (library '%s'), " + "'obj_deps' must be a dictionary of " + "type 'source: list'" % lib_name) + dependencies = [] + + # Get the global dependencies that are specified by the '' key. + # These will go into every source's dependency list. + global_deps = obj_deps.get('', list()) + if not isinstance(global_deps, (list, tuple)): + raise DistutilsSetupError( + "in 'libraries' option (library '%s'), " + "'obj_deps' must be a dictionary of " + "type 'source: list'" % lib_name) + + # Build the list to be used by newer_pairwise_group + # each source will be auto-added to its dependencies. + for source in sources: + src_deps = [source] + src_deps.extend(global_deps) + extra_deps = obj_deps.get(source, list()) + if not isinstance(extra_deps, (list, tuple)): + raise DistutilsSetupError( + "in 'libraries' option (library '%s'), " + "'obj_deps' must be a dictionary of " + "type 'source: list'" % lib_name) + src_deps.extend(extra_deps) + dependencies.append(src_deps) + + expected_objects = self.compiler.object_filenames( + sources, + output_dir=self.build_temp, + ) + + if ( + newer_pairwise_group(dependencies, expected_objects) + != ([], []) + ): + # First, compile the source code to object files in the library + # directory. (This should probably change to putting object + # files in a temporary build directory.) + macros = build_info.get('macros') + include_dirs = build_info.get('include_dirs') + cflags = build_info.get('cflags') + self.compiler.compile( + sources, + output_dir=self.build_temp, + macros=macros, + include_dirs=include_dirs, + extra_postargs=cflags, + debug=self.debug + ) + + # Now "link" the object files together into a static library. + # (On Unix at least, this isn't really linking -- it just + # builds an archive. Whatever.) + self.compiler.create_static_lib( + expected_objects, + lib_name, + output_dir=self.build_clib, + debug=self.debug + ) diff --git a/env/lib/python3.8/site-packages/setuptools/command/build_ext.py b/env/lib/python3.8/site-packages/setuptools/command/build_ext.py new file mode 100644 index 000000000..03a72b4fc --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/command/build_ext.py @@ -0,0 +1,322 @@ +import os +import sys +import itertools +from importlib.machinery import EXTENSION_SUFFIXES +from distutils.command.build_ext import build_ext as _du_build_ext +from distutils.file_util import copy_file +from distutils.ccompiler import new_compiler +from distutils.sysconfig import customize_compiler, get_config_var +from distutils.errors import DistutilsError +from distutils import log + +from setuptools.extension import Library + +try: + # Attempt to use Cython for building extensions, if available + from Cython.Distutils.build_ext import build_ext as _build_ext + # Additionally, assert that the compiler module will load + # also. Ref #1229. + __import__('Cython.Compiler.Main') +except ImportError: + _build_ext = _du_build_ext + +# make sure _config_vars is initialized +get_config_var("LDSHARED") +from distutils.sysconfig import _config_vars as _CONFIG_VARS # noqa + + +def _customize_compiler_for_shlib(compiler): + if sys.platform == "darwin": + # building .dylib requires additional compiler flags on OSX; here we + # temporarily substitute the pyconfig.h variables so that distutils' + # 'customize_compiler' uses them before we build the shared libraries. + tmp = _CONFIG_VARS.copy() + try: + # XXX Help! I don't have any idea whether these are right... + _CONFIG_VARS['LDSHARED'] = ( + "gcc -Wl,-x -dynamiclib -undefined dynamic_lookup") + _CONFIG_VARS['CCSHARED'] = " -dynamiclib" + _CONFIG_VARS['SO'] = ".dylib" + customize_compiler(compiler) + finally: + _CONFIG_VARS.clear() + _CONFIG_VARS.update(tmp) + else: + customize_compiler(compiler) + + +have_rtld = False +use_stubs = False +libtype = 'shared' + +if sys.platform == "darwin": + use_stubs = True +elif os.name != 'nt': + try: + import dl + use_stubs = have_rtld = hasattr(dl, 'RTLD_NOW') + except ImportError: + pass + + +def if_dl(s): + return s if have_rtld else '' + + +def get_abi3_suffix(): + """Return the file extension for an abi3-compliant Extension()""" + for suffix in EXTENSION_SUFFIXES: + if '.abi3' in suffix: # Unix + return suffix + elif suffix == '.pyd': # Windows + return suffix + + +class build_ext(_build_ext): + def run(self): + """Build extensions in build directory, then copy if --inplace""" + old_inplace, self.inplace = self.inplace, 0 + _build_ext.run(self) + self.inplace = old_inplace + if old_inplace: + self.copy_extensions_to_source() + + def copy_extensions_to_source(self): + build_py = self.get_finalized_command('build_py') + for ext in self.extensions: + fullname = self.get_ext_fullname(ext.name) + filename = self.get_ext_filename(fullname) + modpath = fullname.split('.') + package = '.'.join(modpath[:-1]) + package_dir = build_py.get_package_dir(package) + dest_filename = os.path.join(package_dir, + os.path.basename(filename)) + src_filename = os.path.join(self.build_lib, filename) + + # Always copy, even if source is older than destination, to ensure + # that the right extensions for the current Python/platform are + # used. + copy_file( + src_filename, dest_filename, verbose=self.verbose, + dry_run=self.dry_run + ) + if ext._needs_stub: + self.write_stub(package_dir or os.curdir, ext, True) + + def get_ext_filename(self, fullname): + filename = _build_ext.get_ext_filename(self, fullname) + if fullname in self.ext_map: + ext = self.ext_map[fullname] + use_abi3 = getattr(ext, 'py_limited_api') and get_abi3_suffix() + if use_abi3: + so_ext = get_config_var('EXT_SUFFIX') + filename = filename[:-len(so_ext)] + filename = filename + get_abi3_suffix() + if isinstance(ext, Library): + fn, ext = os.path.splitext(filename) + return self.shlib_compiler.library_filename(fn, libtype) + elif use_stubs and ext._links_to_dynamic: + d, fn = os.path.split(filename) + return os.path.join(d, 'dl-' + fn) + return filename + + def initialize_options(self): + _build_ext.initialize_options(self) + self.shlib_compiler = None + self.shlibs = [] + self.ext_map = {} + + def finalize_options(self): + _build_ext.finalize_options(self) + self.extensions = self.extensions or [] + self.check_extensions_list(self.extensions) + self.shlibs = [ext for ext in self.extensions + if isinstance(ext, Library)] + if self.shlibs: + self.setup_shlib_compiler() + for ext in self.extensions: + ext._full_name = self.get_ext_fullname(ext.name) + for ext in self.extensions: + fullname = ext._full_name + self.ext_map[fullname] = ext + + # distutils 3.1 will also ask for module names + # XXX what to do with conflicts? + self.ext_map[fullname.split('.')[-1]] = ext + + ltd = self.shlibs and self.links_to_dynamic(ext) or False + ns = ltd and use_stubs and not isinstance(ext, Library) + ext._links_to_dynamic = ltd + ext._needs_stub = ns + filename = ext._file_name = self.get_ext_filename(fullname) + libdir = os.path.dirname(os.path.join(self.build_lib, filename)) + if ltd and libdir not in ext.library_dirs: + ext.library_dirs.append(libdir) + if ltd and use_stubs and os.curdir not in ext.runtime_library_dirs: + ext.runtime_library_dirs.append(os.curdir) + + def setup_shlib_compiler(self): + compiler = self.shlib_compiler = new_compiler( + compiler=self.compiler, dry_run=self.dry_run, force=self.force + ) + _customize_compiler_for_shlib(compiler) + + if self.include_dirs is not None: + compiler.set_include_dirs(self.include_dirs) + if self.define is not None: + # 'define' option is a list of (name,value) tuples + for (name, value) in self.define: + compiler.define_macro(name, value) + if self.undef is not None: + for macro in self.undef: + compiler.undefine_macro(macro) + if self.libraries is not None: + compiler.set_libraries(self.libraries) + if self.library_dirs is not None: + compiler.set_library_dirs(self.library_dirs) + if self.rpath is not None: + compiler.set_runtime_library_dirs(self.rpath) + if self.link_objects is not None: + compiler.set_link_objects(self.link_objects) + + # hack so distutils' build_extension() builds a library instead + compiler.link_shared_object = link_shared_object.__get__(compiler) + + def get_export_symbols(self, ext): + if isinstance(ext, Library): + return ext.export_symbols + return _build_ext.get_export_symbols(self, ext) + + def build_extension(self, ext): + ext._convert_pyx_sources_to_lang() + _compiler = self.compiler + try: + if isinstance(ext, Library): + self.compiler = self.shlib_compiler + _build_ext.build_extension(self, ext) + if ext._needs_stub: + cmd = self.get_finalized_command('build_py').build_lib + self.write_stub(cmd, ext) + finally: + self.compiler = _compiler + + def links_to_dynamic(self, ext): + """Return true if 'ext' links to a dynamic lib in the same package""" + # XXX this should check to ensure the lib is actually being built + # XXX as dynamic, and not just using a locally-found version or a + # XXX static-compiled version + libnames = dict.fromkeys([lib._full_name for lib in self.shlibs]) + pkg = '.'.join(ext._full_name.split('.')[:-1] + ['']) + return any(pkg + libname in libnames for libname in ext.libraries) + + def get_outputs(self): + return _build_ext.get_outputs(self) + self.__get_stubs_outputs() + + def __get_stubs_outputs(self): + # assemble the base name for each extension that needs a stub + ns_ext_bases = ( + os.path.join(self.build_lib, *ext._full_name.split('.')) + for ext in self.extensions + if ext._needs_stub + ) + # pair each base with the extension + pairs = itertools.product(ns_ext_bases, self.__get_output_extensions()) + return list(base + fnext for base, fnext in pairs) + + def __get_output_extensions(self): + yield '.py' + yield '.pyc' + if self.get_finalized_command('build_py').optimize: + yield '.pyo' + + def write_stub(self, output_dir, ext, compile=False): + log.info("writing stub loader for %s to %s", ext._full_name, + output_dir) + stub_file = (os.path.join(output_dir, *ext._full_name.split('.')) + + '.py') + if compile and os.path.exists(stub_file): + raise DistutilsError(stub_file + " already exists! Please delete.") + if not self.dry_run: + f = open(stub_file, 'w') + f.write( + '\n'.join([ + "def __bootstrap__():", + " global __bootstrap__, __file__, __loader__", + " import sys, os, pkg_resources, importlib.util" + + if_dl(", dl"), + " __file__ = pkg_resources.resource_filename" + "(__name__,%r)" + % os.path.basename(ext._file_name), + " del __bootstrap__", + " if '__loader__' in globals():", + " del __loader__", + if_dl(" old_flags = sys.getdlopenflags()"), + " old_dir = os.getcwd()", + " try:", + " os.chdir(os.path.dirname(__file__))", + if_dl(" sys.setdlopenflags(dl.RTLD_NOW)"), + " spec = importlib.util.spec_from_file_location(", + " __name__, __file__)", + " mod = importlib.util.module_from_spec(spec)", + " spec.loader.exec_module(mod)", + " finally:", + if_dl(" sys.setdlopenflags(old_flags)"), + " os.chdir(old_dir)", + "__bootstrap__()", + "" # terminal \n + ]) + ) + f.close() + if compile: + from distutils.util import byte_compile + + byte_compile([stub_file], optimize=0, + force=True, dry_run=self.dry_run) + optimize = self.get_finalized_command('install_lib').optimize + if optimize > 0: + byte_compile([stub_file], optimize=optimize, + force=True, dry_run=self.dry_run) + if os.path.exists(stub_file) and not self.dry_run: + os.unlink(stub_file) + + +if use_stubs or os.name == 'nt': + # Build shared libraries + # + def link_shared_object( + self, objects, output_libname, output_dir=None, libraries=None, + library_dirs=None, runtime_library_dirs=None, export_symbols=None, + debug=0, extra_preargs=None, extra_postargs=None, build_temp=None, + target_lang=None): + self.link( + self.SHARED_LIBRARY, objects, output_libname, + output_dir, libraries, library_dirs, runtime_library_dirs, + export_symbols, debug, extra_preargs, extra_postargs, + build_temp, target_lang + ) +else: + # Build static libraries everywhere else + libtype = 'static' + + def link_shared_object( + self, objects, output_libname, output_dir=None, libraries=None, + library_dirs=None, runtime_library_dirs=None, export_symbols=None, + debug=0, extra_preargs=None, extra_postargs=None, build_temp=None, + target_lang=None): + # XXX we need to either disallow these attrs on Library instances, + # or warn/abort here if set, or something... + # libraries=None, library_dirs=None, runtime_library_dirs=None, + # export_symbols=None, extra_preargs=None, extra_postargs=None, + # build_temp=None + + assert output_dir is None # distutils build_ext doesn't pass this + output_dir, filename = os.path.split(output_libname) + basename, ext = os.path.splitext(filename) + if self.library_filename("x").startswith('lib'): + # strip 'lib' prefix; this is kludgy if some platform uses + # a different prefix + basename = basename[3:] + + self.create_static_lib( + objects, basename, output_dir, debug, target_lang + ) diff --git a/env/lib/python3.8/site-packages/setuptools/command/build_py.py b/env/lib/python3.8/site-packages/setuptools/command/build_py.py new file mode 100644 index 000000000..b30aa1290 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/command/build_py.py @@ -0,0 +1,270 @@ +from glob import glob +from distutils.util import convert_path +import distutils.command.build_py as orig +import os +import fnmatch +import textwrap +import io +import distutils.errors +import itertools +import stat + +try: + from setuptools.lib2to3_ex import Mixin2to3 +except Exception: + + class Mixin2to3: + def run_2to3(self, files, doctests=True): + "do nothing" + + +def make_writable(target): + os.chmod(target, os.stat(target).st_mode | stat.S_IWRITE) + + +class build_py(orig.build_py, Mixin2to3): + """Enhanced 'build_py' command that includes data files with packages + + The data files are specified via a 'package_data' argument to 'setup()'. + See 'setuptools.dist.Distribution' for more details. + + Also, this version of the 'build_py' command allows you to specify both + 'py_modules' and 'packages' in the same setup operation. + """ + + def finalize_options(self): + orig.build_py.finalize_options(self) + self.package_data = self.distribution.package_data + self.exclude_package_data = (self.distribution.exclude_package_data or + {}) + if 'data_files' in self.__dict__: + del self.__dict__['data_files'] + self.__updated_files = [] + self.__doctests_2to3 = [] + + def run(self): + """Build modules, packages, and copy data files to build directory""" + if not self.py_modules and not self.packages: + return + + if self.py_modules: + self.build_modules() + + if self.packages: + self.build_packages() + self.build_package_data() + + self.run_2to3(self.__updated_files, False) + self.run_2to3(self.__updated_files, True) + self.run_2to3(self.__doctests_2to3, True) + + # Only compile actual .py files, using our base class' idea of what our + # output files are. + self.byte_compile(orig.build_py.get_outputs(self, include_bytecode=0)) + + def __getattr__(self, attr): + "lazily compute data files" + if attr == 'data_files': + self.data_files = self._get_data_files() + return self.data_files + return orig.build_py.__getattr__(self, attr) + + def build_module(self, module, module_file, package): + outfile, copied = orig.build_py.build_module(self, module, module_file, + package) + if copied: + self.__updated_files.append(outfile) + return outfile, copied + + def _get_data_files(self): + """Generate list of '(package,src_dir,build_dir,filenames)' tuples""" + self.analyze_manifest() + return list(map(self._get_pkg_data_files, self.packages or ())) + + def _get_pkg_data_files(self, package): + # Locate package source directory + src_dir = self.get_package_dir(package) + + # Compute package build directory + build_dir = os.path.join(*([self.build_lib] + package.split('.'))) + + # Strip directory from globbed filenames + filenames = [ + os.path.relpath(file, src_dir) + for file in self.find_data_files(package, src_dir) + ] + return package, src_dir, build_dir, filenames + + def find_data_files(self, package, src_dir): + """Return filenames for package's data files in 'src_dir'""" + patterns = self._get_platform_patterns( + self.package_data, + package, + src_dir, + ) + globs_expanded = map(glob, patterns) + # flatten the expanded globs into an iterable of matches + globs_matches = itertools.chain.from_iterable(globs_expanded) + glob_files = filter(os.path.isfile, globs_matches) + files = itertools.chain( + self.manifest_files.get(package, []), + glob_files, + ) + return self.exclude_data_files(package, src_dir, files) + + def build_package_data(self): + """Copy data files into build directory""" + for package, src_dir, build_dir, filenames in self.data_files: + for filename in filenames: + target = os.path.join(build_dir, filename) + self.mkpath(os.path.dirname(target)) + srcfile = os.path.join(src_dir, filename) + outf, copied = self.copy_file(srcfile, target) + make_writable(target) + srcfile = os.path.abspath(srcfile) + if (copied and + srcfile in self.distribution.convert_2to3_doctests): + self.__doctests_2to3.append(outf) + + def analyze_manifest(self): + self.manifest_files = mf = {} + if not self.distribution.include_package_data: + return + src_dirs = {} + for package in self.packages or (): + # Locate package source directory + src_dirs[assert_relative(self.get_package_dir(package))] = package + + self.run_command('egg_info') + ei_cmd = self.get_finalized_command('egg_info') + for path in ei_cmd.filelist.files: + d, f = os.path.split(assert_relative(path)) + prev = None + oldf = f + while d and d != prev and d not in src_dirs: + prev = d + d, df = os.path.split(d) + f = os.path.join(df, f) + if d in src_dirs: + if path.endswith('.py') and f == oldf: + continue # it's a module, not data + mf.setdefault(src_dirs[d], []).append(path) + + def get_data_files(self): + pass # Lazily compute data files in _get_data_files() function. + + def check_package(self, package, package_dir): + """Check namespace packages' __init__ for declare_namespace""" + try: + return self.packages_checked[package] + except KeyError: + pass + + init_py = orig.build_py.check_package(self, package, package_dir) + self.packages_checked[package] = init_py + + if not init_py or not self.distribution.namespace_packages: + return init_py + + for pkg in self.distribution.namespace_packages: + if pkg == package or pkg.startswith(package + '.'): + break + else: + return init_py + + with io.open(init_py, 'rb') as f: + contents = f.read() + if b'declare_namespace' not in contents: + raise distutils.errors.DistutilsError( + "Namespace package problem: %s is a namespace package, but " + "its\n__init__.py does not call declare_namespace()! Please " + 'fix it.\n(See the setuptools manual under ' + '"Namespace Packages" for details.)\n"' % (package,) + ) + return init_py + + def initialize_options(self): + self.packages_checked = {} + orig.build_py.initialize_options(self) + + def get_package_dir(self, package): + res = orig.build_py.get_package_dir(self, package) + if self.distribution.src_root is not None: + return os.path.join(self.distribution.src_root, res) + return res + + def exclude_data_files(self, package, src_dir, files): + """Filter filenames for package's data files in 'src_dir'""" + files = list(files) + patterns = self._get_platform_patterns( + self.exclude_package_data, + package, + src_dir, + ) + match_groups = ( + fnmatch.filter(files, pattern) + for pattern in patterns + ) + # flatten the groups of matches into an iterable of matches + matches = itertools.chain.from_iterable(match_groups) + bad = set(matches) + keepers = ( + fn + for fn in files + if fn not in bad + ) + # ditch dupes + return list(_unique_everseen(keepers)) + + @staticmethod + def _get_platform_patterns(spec, package, src_dir): + """ + yield platform-specific path patterns (suitable for glob + or fn_match) from a glob-based spec (such as + self.package_data or self.exclude_package_data) + matching package in src_dir. + """ + raw_patterns = itertools.chain( + spec.get('', []), + spec.get(package, []), + ) + return ( + # Each pattern has to be converted to a platform-specific path + os.path.join(src_dir, convert_path(pattern)) + for pattern in raw_patterns + ) + + +# from Python docs +def _unique_everseen(iterable, key=None): + "List unique elements, preserving order. Remember all elements ever seen." + # unique_everseen('AAAABBBCCDAABBB') --> A B C D + # unique_everseen('ABBCcAD', str.lower) --> A B C D + seen = set() + seen_add = seen.add + if key is None: + for element in itertools.filterfalse(seen.__contains__, iterable): + seen_add(element) + yield element + else: + for element in iterable: + k = key(element) + if k not in seen: + seen_add(k) + yield element + + +def assert_relative(path): + if not os.path.isabs(path): + return path + from distutils.errors import DistutilsSetupError + + msg = textwrap.dedent(""" + Error: setup script specifies an absolute path: + + %s + + setup() arguments must *always* be /-separated paths relative to the + setup.py directory, *never* absolute paths. + """).lstrip() % path + raise DistutilsSetupError(msg) diff --git a/env/lib/python3.8/site-packages/setuptools/command/develop.py b/env/lib/python3.8/site-packages/setuptools/command/develop.py new file mode 100644 index 000000000..faf8c988e --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/command/develop.py @@ -0,0 +1,216 @@ +from distutils.util import convert_path +from distutils import log +from distutils.errors import DistutilsError, DistutilsOptionError +import os +import glob +import io + +import pkg_resources +from setuptools.command.easy_install import easy_install +from setuptools import namespaces +import setuptools + + +class develop(namespaces.DevelopInstaller, easy_install): + """Set up package for development""" + + description = "install package in 'development mode'" + + user_options = easy_install.user_options + [ + ("uninstall", "u", "Uninstall this source package"), + ("egg-path=", None, "Set the path to be used in the .egg-link file"), + ] + + boolean_options = easy_install.boolean_options + ['uninstall'] + + command_consumes_arguments = False # override base + + def run(self): + if self.uninstall: + self.multi_version = True + self.uninstall_link() + self.uninstall_namespaces() + else: + self.install_for_development() + self.warn_deprecated_options() + + def initialize_options(self): + self.uninstall = None + self.egg_path = None + easy_install.initialize_options(self) + self.setup_path = None + self.always_copy_from = '.' # always copy eggs installed in curdir + + def finalize_options(self): + ei = self.get_finalized_command("egg_info") + if ei.broken_egg_info: + template = "Please rename %r to %r before using 'develop'" + args = ei.egg_info, ei.broken_egg_info + raise DistutilsError(template % args) + self.args = [ei.egg_name] + + easy_install.finalize_options(self) + self.expand_basedirs() + self.expand_dirs() + # pick up setup-dir .egg files only: no .egg-info + self.package_index.scan(glob.glob('*.egg')) + + egg_link_fn = ei.egg_name + '.egg-link' + self.egg_link = os.path.join(self.install_dir, egg_link_fn) + self.egg_base = ei.egg_base + if self.egg_path is None: + self.egg_path = os.path.abspath(ei.egg_base) + + target = pkg_resources.normalize_path(self.egg_base) + egg_path = pkg_resources.normalize_path( + os.path.join(self.install_dir, self.egg_path)) + if egg_path != target: + raise DistutilsOptionError( + "--egg-path must be a relative path from the install" + " directory to " + target + ) + + # Make a distribution for the package's source + self.dist = pkg_resources.Distribution( + target, + pkg_resources.PathMetadata(target, os.path.abspath(ei.egg_info)), + project_name=ei.egg_name + ) + + self.setup_path = self._resolve_setup_path( + self.egg_base, + self.install_dir, + self.egg_path, + ) + + @staticmethod + def _resolve_setup_path(egg_base, install_dir, egg_path): + """ + Generate a path from egg_base back to '.' where the + setup script resides and ensure that path points to the + setup path from $install_dir/$egg_path. + """ + path_to_setup = egg_base.replace(os.sep, '/').rstrip('/') + if path_to_setup != os.curdir: + path_to_setup = '../' * (path_to_setup.count('/') + 1) + resolved = pkg_resources.normalize_path( + os.path.join(install_dir, egg_path, path_to_setup) + ) + if resolved != pkg_resources.normalize_path(os.curdir): + raise DistutilsOptionError( + "Can't get a consistent path to setup script from" + " installation directory", resolved, + pkg_resources.normalize_path(os.curdir)) + return path_to_setup + + def install_for_development(self): + if getattr(self.distribution, 'use_2to3', False): + # If we run 2to3 we can not do this inplace: + + # Ensure metadata is up-to-date + self.reinitialize_command('build_py', inplace=0) + self.run_command('build_py') + bpy_cmd = self.get_finalized_command("build_py") + build_path = pkg_resources.normalize_path(bpy_cmd.build_lib) + + # Build extensions + self.reinitialize_command('egg_info', egg_base=build_path) + self.run_command('egg_info') + + self.reinitialize_command('build_ext', inplace=0) + self.run_command('build_ext') + + # Fixup egg-link and easy-install.pth + ei_cmd = self.get_finalized_command("egg_info") + self.egg_path = build_path + self.dist.location = build_path + # XXX + self.dist._provider = pkg_resources.PathMetadata( + build_path, ei_cmd.egg_info) + else: + # Without 2to3 inplace works fine: + self.run_command('egg_info') + + # Build extensions in-place + self.reinitialize_command('build_ext', inplace=1) + self.run_command('build_ext') + + if setuptools.bootstrap_install_from: + self.easy_install(setuptools.bootstrap_install_from) + setuptools.bootstrap_install_from = None + + self.install_namespaces() + + # create an .egg-link in the installation dir, pointing to our egg + log.info("Creating %s (link to %s)", self.egg_link, self.egg_base) + if not self.dry_run: + with open(self.egg_link, "w") as f: + f.write(self.egg_path + "\n" + self.setup_path) + # postprocess the installed distro, fixing up .pth, installing scripts, + # and handling requirements + self.process_distribution(None, self.dist, not self.no_deps) + + def uninstall_link(self): + if os.path.exists(self.egg_link): + log.info("Removing %s (link to %s)", self.egg_link, self.egg_base) + egg_link_file = open(self.egg_link) + contents = [line.rstrip() for line in egg_link_file] + egg_link_file.close() + if contents not in ([self.egg_path], + [self.egg_path, self.setup_path]): + log.warn("Link points to %s: uninstall aborted", contents) + return + if not self.dry_run: + os.unlink(self.egg_link) + if not self.dry_run: + self.update_pth(self.dist) # remove any .pth link to us + if self.distribution.scripts: + # XXX should also check for entry point scripts! + log.warn("Note: you must uninstall or replace scripts manually!") + + def install_egg_scripts(self, dist): + if dist is not self.dist: + # Installing a dependency, so fall back to normal behavior + return easy_install.install_egg_scripts(self, dist) + + # create wrapper scripts in the script dir, pointing to dist.scripts + + # new-style... + self.install_wrapper_scripts(dist) + + # ...and old-style + for script_name in self.distribution.scripts or []: + script_path = os.path.abspath(convert_path(script_name)) + script_name = os.path.basename(script_path) + with io.open(script_path) as strm: + script_text = strm.read() + self.install_script(dist, script_name, script_text, script_path) + + def install_wrapper_scripts(self, dist): + dist = VersionlessRequirement(dist) + return easy_install.install_wrapper_scripts(self, dist) + + +class VersionlessRequirement: + """ + Adapt a pkg_resources.Distribution to simply return the project + name as the 'requirement' so that scripts will work across + multiple versions. + + >>> from pkg_resources import Distribution + >>> dist = Distribution(project_name='foo', version='1.0') + >>> str(dist.as_requirement()) + 'foo==1.0' + >>> adapted_dist = VersionlessRequirement(dist) + >>> str(adapted_dist.as_requirement()) + 'foo' + """ + + def __init__(self, dist): + self.__dist = dist + + def __getattr__(self, name): + return getattr(self.__dist, name) + + def as_requirement(self): + return self.project_name diff --git a/env/lib/python3.8/site-packages/setuptools/command/dist_info.py b/env/lib/python3.8/site-packages/setuptools/command/dist_info.py new file mode 100644 index 000000000..c45258fa0 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/command/dist_info.py @@ -0,0 +1,36 @@ +""" +Create a dist_info directory +As defined in the wheel specification +""" + +import os + +from distutils.core import Command +from distutils import log + + +class dist_info(Command): + + description = 'create a .dist-info directory' + + user_options = [ + ('egg-base=', 'e', "directory containing .egg-info directories" + " (default: top of the source tree)"), + ] + + def initialize_options(self): + self.egg_base = None + + def finalize_options(self): + pass + + def run(self): + egg_info = self.get_finalized_command('egg_info') + egg_info.egg_base = self.egg_base + egg_info.finalize_options() + egg_info.run() + dist_info_dir = egg_info.egg_info[:-len('.egg-info')] + '.dist-info' + log.info("creating '{}'".format(os.path.abspath(dist_info_dir))) + + bdist_wheel = self.get_finalized_command('bdist_wheel') + bdist_wheel.egg2dist(egg_info.egg_info, dist_info_dir) diff --git a/env/lib/python3.8/site-packages/setuptools/command/easy_install.py b/env/lib/python3.8/site-packages/setuptools/command/easy_install.py new file mode 100644 index 000000000..45adb6a1e --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/command/easy_install.py @@ -0,0 +1,2290 @@ +""" +Easy Install +------------ + +A tool for doing automatic download/extract/build of distutils-based Python +packages. For detailed documentation, see the accompanying EasyInstall.txt +file, or visit the `EasyInstall home page`__. + +__ https://setuptools.readthedocs.io/en/latest/easy_install.html + +""" + +from glob import glob +from distutils.util import get_platform +from distutils.util import convert_path, subst_vars +from distutils.errors import ( + DistutilsArgError, DistutilsOptionError, + DistutilsError, DistutilsPlatformError, +) +from distutils.command.install import INSTALL_SCHEMES, SCHEME_KEYS +from distutils import log, dir_util +from distutils.command.build_scripts import first_line_re +from distutils.spawn import find_executable +import sys +import os +import zipimport +import shutil +import tempfile +import zipfile +import re +import stat +import random +import textwrap +import warnings +import site +import struct +import contextlib +import subprocess +import shlex +import io +import configparser + + +from sysconfig import get_config_vars, get_path + +from setuptools import SetuptoolsDeprecationWarning + +from setuptools import Command +from setuptools.sandbox import run_setup +from setuptools.command import setopt +from setuptools.archive_util import unpack_archive +from setuptools.package_index import ( + PackageIndex, parse_requirement_arg, URL_SCHEME, +) +from setuptools.command import bdist_egg, egg_info +from setuptools.wheel import Wheel +from pkg_resources import ( + yield_lines, normalize_path, resource_string, ensure_directory, + get_distribution, find_distributions, Environment, Requirement, + Distribution, PathMetadata, EggMetadata, WorkingSet, DistributionNotFound, + VersionConflict, DEVELOP_DIST, +) +import pkg_resources + +# Turn on PEP440Warnings +warnings.filterwarnings("default", category=pkg_resources.PEP440Warning) + +__all__ = [ + 'samefile', 'easy_install', 'PthDistributions', 'extract_wininst_cfg', + 'get_exe_prefixes', +] + + +def is_64bit(): + return struct.calcsize("P") == 8 + + +def samefile(p1, p2): + """ + Determine if two paths reference the same file. + + Augments os.path.samefile to work on Windows and + suppresses errors if the path doesn't exist. + """ + both_exist = os.path.exists(p1) and os.path.exists(p2) + use_samefile = hasattr(os.path, 'samefile') and both_exist + if use_samefile: + return os.path.samefile(p1, p2) + norm_p1 = os.path.normpath(os.path.normcase(p1)) + norm_p2 = os.path.normpath(os.path.normcase(p2)) + return norm_p1 == norm_p2 + + +def _to_bytes(s): + return s.encode('utf8') + + +def isascii(s): + try: + s.encode('ascii') + return True + except UnicodeError: + return False + + +def _one_liner(text): + return textwrap.dedent(text).strip().replace('\n', '; ') + + +class easy_install(Command): + """Manage a download/build/install process""" + description = "Find/get/install Python packages" + command_consumes_arguments = True + + user_options = [ + ('prefix=', None, "installation prefix"), + ("zip-ok", "z", "install package as a zipfile"), + ("multi-version", "m", "make apps have to require() a version"), + ("upgrade", "U", "force upgrade (searches PyPI for latest versions)"), + ("install-dir=", "d", "install package to DIR"), + ("script-dir=", "s", "install scripts to DIR"), + ("exclude-scripts", "x", "Don't install scripts"), + ("always-copy", "a", "Copy all needed packages to install dir"), + ("index-url=", "i", "base URL of Python Package Index"), + ("find-links=", "f", "additional URL(s) to search for packages"), + ("build-directory=", "b", + "download/extract/build in DIR; keep the results"), + ('optimize=', 'O', + "also compile with optimization: -O1 for \"python -O\", " + "-O2 for \"python -OO\", and -O0 to disable [default: -O0]"), + ('record=', None, + "filename in which to record list of installed files"), + ('always-unzip', 'Z', "don't install as a zipfile, no matter what"), + ('site-dirs=', 'S', "list of directories where .pth files work"), + ('editable', 'e', "Install specified packages in editable form"), + ('no-deps', 'N', "don't install dependencies"), + ('allow-hosts=', 'H', "pattern(s) that hostnames must match"), + ('local-snapshots-ok', 'l', + "allow building eggs from local checkouts"), + ('version', None, "print version information and exit"), + ('no-find-links', None, + "Don't load find-links defined in packages being installed"), + ('user', None, "install in user site-package '%s'" % site.USER_SITE) + ] + boolean_options = [ + 'zip-ok', 'multi-version', 'exclude-scripts', 'upgrade', 'always-copy', + 'editable', + 'no-deps', 'local-snapshots-ok', 'version', + 'user' + ] + + negative_opt = {'always-unzip': 'zip-ok'} + create_index = PackageIndex + + def initialize_options(self): + # the --user option seems to be an opt-in one, + # so the default should be False. + self.user = 0 + self.zip_ok = self.local_snapshots_ok = None + self.install_dir = self.script_dir = self.exclude_scripts = None + self.index_url = None + self.find_links = None + self.build_directory = None + self.args = None + self.optimize = self.record = None + self.upgrade = self.always_copy = self.multi_version = None + self.editable = self.no_deps = self.allow_hosts = None + self.root = self.prefix = self.no_report = None + self.version = None + self.install_purelib = None # for pure module distributions + self.install_platlib = None # non-pure (dists w/ extensions) + self.install_headers = None # for C/C++ headers + self.install_lib = None # set to either purelib or platlib + self.install_scripts = None + self.install_data = None + self.install_base = None + self.install_platbase = None + if site.ENABLE_USER_SITE: + self.install_userbase = site.USER_BASE + self.install_usersite = site.USER_SITE + else: + self.install_userbase = None + self.install_usersite = None + self.no_find_links = None + + # Options not specifiable via command line + self.package_index = None + self.pth_file = self.always_copy_from = None + self.site_dirs = None + self.installed_projects = {} + # Always read easy_install options, even if we are subclassed, or have + # an independent instance created. This ensures that defaults will + # always come from the standard configuration file(s)' "easy_install" + # section, even if this is a "develop" or "install" command, or some + # other embedding. + self._dry_run = None + self.verbose = self.distribution.verbose + self.distribution._set_command_options( + self, self.distribution.get_option_dict('easy_install') + ) + + def delete_blockers(self, blockers): + extant_blockers = ( + filename for filename in blockers + if os.path.exists(filename) or os.path.islink(filename) + ) + list(map(self._delete_path, extant_blockers)) + + def _delete_path(self, path): + log.info("Deleting %s", path) + if self.dry_run: + return + + is_tree = os.path.isdir(path) and not os.path.islink(path) + remover = rmtree if is_tree else os.unlink + remover(path) + + @staticmethod + def _render_version(): + """ + Render the Setuptools version and installation details, then exit. + """ + ver = '{}.{}'.format(*sys.version_info) + dist = get_distribution('setuptools') + tmpl = 'setuptools {dist.version} from {dist.location} (Python {ver})' + print(tmpl.format(**locals())) + raise SystemExit() + + def finalize_options(self): # noqa: C901 # is too complex (25) # FIXME + self.version and self._render_version() + + py_version = sys.version.split()[0] + prefix, exec_prefix = get_config_vars('prefix', 'exec_prefix') + + self.config_vars = { + 'dist_name': self.distribution.get_name(), + 'dist_version': self.distribution.get_version(), + 'dist_fullname': self.distribution.get_fullname(), + 'py_version': py_version, + 'py_version_short': py_version[0:3], + 'py_version_nodot': py_version[0] + py_version[2], + 'sys_prefix': prefix, + 'prefix': prefix, + 'sys_exec_prefix': exec_prefix, + 'exec_prefix': exec_prefix, + # Only python 3.2+ has abiflags + 'abiflags': getattr(sys, 'abiflags', ''), + } + + if site.ENABLE_USER_SITE: + self.config_vars['userbase'] = self.install_userbase + self.config_vars['usersite'] = self.install_usersite + + elif self.user: + log.warn("WARNING: The user site-packages directory is disabled.") + + self._fix_install_dir_for_user_site() + + self.expand_basedirs() + self.expand_dirs() + + self._expand( + 'install_dir', 'script_dir', 'build_directory', + 'site_dirs', + ) + # If a non-default installation directory was specified, default the + # script directory to match it. + if self.script_dir is None: + self.script_dir = self.install_dir + + if self.no_find_links is None: + self.no_find_links = False + + # Let install_dir get set by install_lib command, which in turn + # gets its info from the install command, and takes into account + # --prefix and --home and all that other crud. + self.set_undefined_options( + 'install_lib', ('install_dir', 'install_dir') + ) + # Likewise, set default script_dir from 'install_scripts.install_dir' + self.set_undefined_options( + 'install_scripts', ('install_dir', 'script_dir') + ) + + if self.user and self.install_purelib: + self.install_dir = self.install_purelib + self.script_dir = self.install_scripts + # default --record from the install command + self.set_undefined_options('install', ('record', 'record')) + # Should this be moved to the if statement below? It's not used + # elsewhere + normpath = map(normalize_path, sys.path) + self.all_site_dirs = get_site_dirs() + if self.site_dirs is not None: + site_dirs = [ + os.path.expanduser(s.strip()) for s in + self.site_dirs.split(',') + ] + for d in site_dirs: + if not os.path.isdir(d): + log.warn("%s (in --site-dirs) does not exist", d) + elif normalize_path(d) not in normpath: + raise DistutilsOptionError( + d + " (in --site-dirs) is not on sys.path" + ) + else: + self.all_site_dirs.append(normalize_path(d)) + if not self.editable: + self.check_site_dir() + self.index_url = self.index_url or "https://pypi.org/simple/" + self.shadow_path = self.all_site_dirs[:] + for path_item in self.install_dir, normalize_path(self.script_dir): + if path_item not in self.shadow_path: + self.shadow_path.insert(0, path_item) + + if self.allow_hosts is not None: + hosts = [s.strip() for s in self.allow_hosts.split(',')] + else: + hosts = ['*'] + if self.package_index is None: + self.package_index = self.create_index( + self.index_url, search_path=self.shadow_path, hosts=hosts, + ) + self.local_index = Environment(self.shadow_path + sys.path) + + if self.find_links is not None: + if isinstance(self.find_links, str): + self.find_links = self.find_links.split() + else: + self.find_links = [] + if self.local_snapshots_ok: + self.package_index.scan_egg_links(self.shadow_path + sys.path) + if not self.no_find_links: + self.package_index.add_find_links(self.find_links) + self.set_undefined_options('install_lib', ('optimize', 'optimize')) + if not isinstance(self.optimize, int): + try: + self.optimize = int(self.optimize) + if not (0 <= self.optimize <= 2): + raise ValueError + except ValueError as e: + raise DistutilsOptionError( + "--optimize must be 0, 1, or 2" + ) from e + + if self.editable and not self.build_directory: + raise DistutilsArgError( + "Must specify a build directory (-b) when using --editable" + ) + if not self.args: + raise DistutilsArgError( + "No urls, filenames, or requirements specified (see --help)") + + self.outputs = [] + + def _fix_install_dir_for_user_site(self): + """ + Fix the install_dir if "--user" was used. + """ + if not self.user or not site.ENABLE_USER_SITE: + return + + self.create_home_path() + if self.install_userbase is None: + msg = "User base directory is not specified" + raise DistutilsPlatformError(msg) + self.install_base = self.install_platbase = self.install_userbase + scheme_name = os.name.replace('posix', 'unix') + '_user' + self.select_scheme(scheme_name) + + def _expand_attrs(self, attrs): + for attr in attrs: + val = getattr(self, attr) + if val is not None: + if os.name == 'posix' or os.name == 'nt': + val = os.path.expanduser(val) + val = subst_vars(val, self.config_vars) + setattr(self, attr, val) + + def expand_basedirs(self): + """Calls `os.path.expanduser` on install_base, install_platbase and + root.""" + self._expand_attrs(['install_base', 'install_platbase', 'root']) + + def expand_dirs(self): + """Calls `os.path.expanduser` on install dirs.""" + dirs = [ + 'install_purelib', + 'install_platlib', + 'install_lib', + 'install_headers', + 'install_scripts', + 'install_data', + ] + self._expand_attrs(dirs) + + def run(self, show_deprecation=True): + if show_deprecation: + self.announce( + "WARNING: The easy_install command is deprecated " + "and will be removed in a future version.", + log.WARN, + ) + if self.verbose != self.distribution.verbose: + log.set_verbosity(self.verbose) + try: + for spec in self.args: + self.easy_install(spec, not self.no_deps) + if self.record: + outputs = self.outputs + if self.root: # strip any package prefix + root_len = len(self.root) + for counter in range(len(outputs)): + outputs[counter] = outputs[counter][root_len:] + from distutils import file_util + + self.execute( + file_util.write_file, (self.record, outputs), + "writing list of installed files to '%s'" % + self.record + ) + self.warn_deprecated_options() + finally: + log.set_verbosity(self.distribution.verbose) + + def pseudo_tempname(self): + """Return a pseudo-tempname base in the install directory. + This code is intentionally naive; if a malicious party can write to + the target directory you're already in deep doodoo. + """ + try: + pid = os.getpid() + except Exception: + pid = random.randint(0, sys.maxsize) + return os.path.join(self.install_dir, "test-easy-install-%s" % pid) + + def warn_deprecated_options(self): + pass + + def check_site_dir(self): # noqa: C901 # is too complex (12) # FIXME + """Verify that self.install_dir is .pth-capable dir, if needed""" + + instdir = normalize_path(self.install_dir) + pth_file = os.path.join(instdir, 'easy-install.pth') + + if not os.path.exists(instdir): + try: + os.makedirs(instdir) + except (OSError, IOError): + self.cant_write_to_target() + + # Is it a configured, PYTHONPATH, implicit, or explicit site dir? + is_site_dir = instdir in self.all_site_dirs + + if not is_site_dir and not self.multi_version: + # No? Then directly test whether it does .pth file processing + is_site_dir = self.check_pth_processing() + else: + # make sure we can write to target dir + testfile = self.pseudo_tempname() + '.write-test' + test_exists = os.path.exists(testfile) + try: + if test_exists: + os.unlink(testfile) + open(testfile, 'w').close() + os.unlink(testfile) + except (OSError, IOError): + self.cant_write_to_target() + + if not is_site_dir and not self.multi_version: + # Can't install non-multi to non-site dir with easy_install + pythonpath = os.environ.get('PYTHONPATH', '') + log.warn(self.__no_default_msg, self.install_dir, pythonpath) + + if is_site_dir: + if self.pth_file is None: + self.pth_file = PthDistributions(pth_file, self.all_site_dirs) + else: + self.pth_file = None + + if self.multi_version and not os.path.exists(pth_file): + self.pth_file = None # don't create a .pth file + self.install_dir = instdir + + __cant_write_msg = textwrap.dedent(""" + can't create or remove files in install directory + + The following error occurred while trying to add or remove files in the + installation directory: + + %s + + The installation directory you specified (via --install-dir, --prefix, or + the distutils default setting) was: + + %s + """).lstrip() # noqa + + __not_exists_id = textwrap.dedent(""" + This directory does not currently exist. Please create it and try again, or + choose a different installation directory (using the -d or --install-dir + option). + """).lstrip() # noqa + + __access_msg = textwrap.dedent(""" + Perhaps your account does not have write access to this directory? If the + installation directory is a system-owned directory, you may need to sign in + as the administrator or "root" account. If you do not have administrative + access to this machine, you may wish to choose a different installation + directory, preferably one that is listed in your PYTHONPATH environment + variable. + + For information on other options, you may wish to consult the + documentation at: + + https://setuptools.readthedocs.io/en/latest/easy_install.html + + Please make the appropriate changes for your system and try again. + """).lstrip() # noqa + + def cant_write_to_target(self): + msg = self.__cant_write_msg % (sys.exc_info()[1], self.install_dir,) + + if not os.path.exists(self.install_dir): + msg += '\n' + self.__not_exists_id + else: + msg += '\n' + self.__access_msg + raise DistutilsError(msg) + + def check_pth_processing(self): + """Empirically verify whether .pth files are supported in inst. dir""" + instdir = self.install_dir + log.info("Checking .pth file support in %s", instdir) + pth_file = self.pseudo_tempname() + ".pth" + ok_file = pth_file + '.ok' + ok_exists = os.path.exists(ok_file) + tmpl = _one_liner(""" + import os + f = open({ok_file!r}, 'w') + f.write('OK') + f.close() + """) + '\n' + try: + if ok_exists: + os.unlink(ok_file) + dirname = os.path.dirname(ok_file) + os.makedirs(dirname, exist_ok=True) + f = open(pth_file, 'w') + except (OSError, IOError): + self.cant_write_to_target() + else: + try: + f.write(tmpl.format(**locals())) + f.close() + f = None + executable = sys.executable + if os.name == 'nt': + dirname, basename = os.path.split(executable) + alt = os.path.join(dirname, 'pythonw.exe') + use_alt = ( + basename.lower() == 'python.exe' and + os.path.exists(alt) + ) + if use_alt: + # use pythonw.exe to avoid opening a console window + executable = alt + + from distutils.spawn import spawn + + spawn([executable, '-E', '-c', 'pass'], 0) + + if os.path.exists(ok_file): + log.info( + "TEST PASSED: %s appears to support .pth files", + instdir + ) + return True + finally: + if f: + f.close() + if os.path.exists(ok_file): + os.unlink(ok_file) + if os.path.exists(pth_file): + os.unlink(pth_file) + if not self.multi_version: + log.warn("TEST FAILED: %s does NOT support .pth files", instdir) + return False + + def install_egg_scripts(self, dist): + """Write all the scripts for `dist`, unless scripts are excluded""" + if not self.exclude_scripts and dist.metadata_isdir('scripts'): + for script_name in dist.metadata_listdir('scripts'): + if dist.metadata_isdir('scripts/' + script_name): + # The "script" is a directory, likely a Python 3 + # __pycache__ directory, so skip it. + continue + self.install_script( + dist, script_name, + dist.get_metadata('scripts/' + script_name) + ) + self.install_wrapper_scripts(dist) + + def add_output(self, path): + if os.path.isdir(path): + for base, dirs, files in os.walk(path): + for filename in files: + self.outputs.append(os.path.join(base, filename)) + else: + self.outputs.append(path) + + def not_editable(self, spec): + if self.editable: + raise DistutilsArgError( + "Invalid argument %r: you can't use filenames or URLs " + "with --editable (except via the --find-links option)." + % (spec,) + ) + + def check_editable(self, spec): + if not self.editable: + return + + if os.path.exists(os.path.join(self.build_directory, spec.key)): + raise DistutilsArgError( + "%r already exists in %s; can't do a checkout there" % + (spec.key, self.build_directory) + ) + + @contextlib.contextmanager + def _tmpdir(self): + tmpdir = tempfile.mkdtemp(prefix=u"easy_install-") + try: + # cast to str as workaround for #709 and #710 and #712 + yield str(tmpdir) + finally: + os.path.exists(tmpdir) and rmtree(tmpdir) + + def easy_install(self, spec, deps=False): + with self._tmpdir() as tmpdir: + if not isinstance(spec, Requirement): + if URL_SCHEME(spec): + # It's a url, download it to tmpdir and process + self.not_editable(spec) + dl = self.package_index.download(spec, tmpdir) + return self.install_item(None, dl, tmpdir, deps, True) + + elif os.path.exists(spec): + # Existing file or directory, just process it directly + self.not_editable(spec) + return self.install_item(None, spec, tmpdir, deps, True) + else: + spec = parse_requirement_arg(spec) + + self.check_editable(spec) + dist = self.package_index.fetch_distribution( + spec, tmpdir, self.upgrade, self.editable, + not self.always_copy, self.local_index + ) + if dist is None: + msg = "Could not find suitable distribution for %r" % spec + if self.always_copy: + msg += " (--always-copy skips system and development eggs)" + raise DistutilsError(msg) + elif dist.precedence == DEVELOP_DIST: + # .egg-info dists don't need installing, just process deps + self.process_distribution(spec, dist, deps, "Using") + return dist + else: + return self.install_item(spec, dist.location, tmpdir, deps) + + def install_item(self, spec, download, tmpdir, deps, install_needed=False): + + # Installation is also needed if file in tmpdir or is not an egg + install_needed = install_needed or self.always_copy + install_needed = install_needed or os.path.dirname(download) == tmpdir + install_needed = install_needed or not download.endswith('.egg') + install_needed = install_needed or ( + self.always_copy_from is not None and + os.path.dirname(normalize_path(download)) == + normalize_path(self.always_copy_from) + ) + + if spec and not install_needed: + # at this point, we know it's a local .egg, we just don't know if + # it's already installed. + for dist in self.local_index[spec.project_name]: + if dist.location == download: + break + else: + install_needed = True # it's not in the local index + + log.info("Processing %s", os.path.basename(download)) + + if install_needed: + dists = self.install_eggs(spec, download, tmpdir) + for dist in dists: + self.process_distribution(spec, dist, deps) + else: + dists = [self.egg_distribution(download)] + self.process_distribution(spec, dists[0], deps, "Using") + + if spec is not None: + for dist in dists: + if dist in spec: + return dist + + def select_scheme(self, name): + """Sets the install directories by applying the install schemes.""" + # it's the caller's problem if they supply a bad name! + scheme = INSTALL_SCHEMES[name] + for key in SCHEME_KEYS: + attrname = 'install_' + key + if getattr(self, attrname) is None: + setattr(self, attrname, scheme[key]) + + # FIXME: 'easy_install.process_distribution' is too complex (12) + def process_distribution( # noqa: C901 + self, requirement, dist, deps=True, *info, + ): + self.update_pth(dist) + self.package_index.add(dist) + if dist in self.local_index[dist.key]: + self.local_index.remove(dist) + self.local_index.add(dist) + self.install_egg_scripts(dist) + self.installed_projects[dist.key] = dist + log.info(self.installation_report(requirement, dist, *info)) + if (dist.has_metadata('dependency_links.txt') and + not self.no_find_links): + self.package_index.add_find_links( + dist.get_metadata_lines('dependency_links.txt') + ) + if not deps and not self.always_copy: + return + elif requirement is not None and dist.key != requirement.key: + log.warn("Skipping dependencies for %s", dist) + return # XXX this is not the distribution we were looking for + elif requirement is None or dist not in requirement: + # if we wound up with a different version, resolve what we've got + distreq = dist.as_requirement() + requirement = Requirement(str(distreq)) + log.info("Processing dependencies for %s", requirement) + try: + distros = WorkingSet([]).resolve( + [requirement], self.local_index, self.easy_install + ) + except DistributionNotFound as e: + raise DistutilsError(str(e)) from e + except VersionConflict as e: + raise DistutilsError(e.report()) from e + if self.always_copy or self.always_copy_from: + # Force all the relevant distros to be copied or activated + for dist in distros: + if dist.key not in self.installed_projects: + self.easy_install(dist.as_requirement()) + log.info("Finished processing dependencies for %s", requirement) + + def should_unzip(self, dist): + if self.zip_ok is not None: + return not self.zip_ok + if dist.has_metadata('not-zip-safe'): + return True + if not dist.has_metadata('zip-safe'): + return True + return False + + def maybe_move(self, spec, dist_filename, setup_base): + dst = os.path.join(self.build_directory, spec.key) + if os.path.exists(dst): + msg = ( + "%r already exists in %s; build directory %s will not be kept" + ) + log.warn(msg, spec.key, self.build_directory, setup_base) + return setup_base + if os.path.isdir(dist_filename): + setup_base = dist_filename + else: + if os.path.dirname(dist_filename) == setup_base: + os.unlink(dist_filename) # get it out of the tmp dir + contents = os.listdir(setup_base) + if len(contents) == 1: + dist_filename = os.path.join(setup_base, contents[0]) + if os.path.isdir(dist_filename): + # if the only thing there is a directory, move it instead + setup_base = dist_filename + ensure_directory(dst) + shutil.move(setup_base, dst) + return dst + + def install_wrapper_scripts(self, dist): + if self.exclude_scripts: + return + for args in ScriptWriter.best().get_args(dist): + self.write_script(*args) + + def install_script(self, dist, script_name, script_text, dev_path=None): + """Generate a legacy script wrapper and install it""" + spec = str(dist.as_requirement()) + is_script = is_python_script(script_text, script_name) + + if is_script: + body = self._load_template(dev_path) % locals() + script_text = ScriptWriter.get_header(script_text) + body + self.write_script(script_name, _to_bytes(script_text), 'b') + + @staticmethod + def _load_template(dev_path): + """ + There are a couple of template scripts in the package. This + function loads one of them and prepares it for use. + """ + # See https://github.com/pypa/setuptools/issues/134 for info + # on script file naming and downstream issues with SVR4 + name = 'script.tmpl' + if dev_path: + name = name.replace('.tmpl', ' (dev).tmpl') + + raw_bytes = resource_string('setuptools', name) + return raw_bytes.decode('utf-8') + + def write_script(self, script_name, contents, mode="t", blockers=()): + """Write an executable file to the scripts directory""" + self.delete_blockers( # clean up old .py/.pyw w/o a script + [os.path.join(self.script_dir, x) for x in blockers] + ) + log.info("Installing %s script to %s", script_name, self.script_dir) + target = os.path.join(self.script_dir, script_name) + self.add_output(target) + + if self.dry_run: + return + + mask = current_umask() + ensure_directory(target) + if os.path.exists(target): + os.unlink(target) + with open(target, "w" + mode) as f: + f.write(contents) + chmod(target, 0o777 - mask) + + def install_eggs(self, spec, dist_filename, tmpdir): + # .egg dirs or files are already built, so just return them + installer_map = { + '.egg': self.install_egg, + '.exe': self.install_exe, + '.whl': self.install_wheel, + } + try: + install_dist = installer_map[ + dist_filename.lower()[-4:] + ] + except KeyError: + pass + else: + return [install_dist(dist_filename, tmpdir)] + + # Anything else, try to extract and build + setup_base = tmpdir + if os.path.isfile(dist_filename) and not dist_filename.endswith('.py'): + unpack_archive(dist_filename, tmpdir, self.unpack_progress) + elif os.path.isdir(dist_filename): + setup_base = os.path.abspath(dist_filename) + + if (setup_base.startswith(tmpdir) # something we downloaded + and self.build_directory and spec is not None): + setup_base = self.maybe_move(spec, dist_filename, setup_base) + + # Find the setup.py file + setup_script = os.path.join(setup_base, 'setup.py') + + if not os.path.exists(setup_script): + setups = glob(os.path.join(setup_base, '*', 'setup.py')) + if not setups: + raise DistutilsError( + "Couldn't find a setup script in %s" % + os.path.abspath(dist_filename) + ) + if len(setups) > 1: + raise DistutilsError( + "Multiple setup scripts in %s" % + os.path.abspath(dist_filename) + ) + setup_script = setups[0] + + # Now run it, and return the result + if self.editable: + log.info(self.report_editable(spec, setup_script)) + return [] + else: + return self.build_and_install(setup_script, setup_base) + + def egg_distribution(self, egg_path): + if os.path.isdir(egg_path): + metadata = PathMetadata(egg_path, os.path.join(egg_path, + 'EGG-INFO')) + else: + metadata = EggMetadata(zipimport.zipimporter(egg_path)) + return Distribution.from_filename(egg_path, metadata=metadata) + + # FIXME: 'easy_install.install_egg' is too complex (11) + def install_egg(self, egg_path, tmpdir): # noqa: C901 + destination = os.path.join( + self.install_dir, + os.path.basename(egg_path), + ) + destination = os.path.abspath(destination) + if not self.dry_run: + ensure_directory(destination) + + dist = self.egg_distribution(egg_path) + if not samefile(egg_path, destination): + if os.path.isdir(destination) and not os.path.islink(destination): + dir_util.remove_tree(destination, dry_run=self.dry_run) + elif os.path.exists(destination): + self.execute( + os.unlink, + (destination,), + "Removing " + destination, + ) + try: + new_dist_is_zipped = False + if os.path.isdir(egg_path): + if egg_path.startswith(tmpdir): + f, m = shutil.move, "Moving" + else: + f, m = shutil.copytree, "Copying" + elif self.should_unzip(dist): + self.mkpath(destination) + f, m = self.unpack_and_compile, "Extracting" + else: + new_dist_is_zipped = True + if egg_path.startswith(tmpdir): + f, m = shutil.move, "Moving" + else: + f, m = shutil.copy2, "Copying" + self.execute( + f, + (egg_path, destination), + (m + " %s to %s") % ( + os.path.basename(egg_path), + os.path.dirname(destination) + ), + ) + update_dist_caches( + destination, + fix_zipimporter_caches=new_dist_is_zipped, + ) + except Exception: + update_dist_caches(destination, fix_zipimporter_caches=False) + raise + + self.add_output(destination) + return self.egg_distribution(destination) + + def install_exe(self, dist_filename, tmpdir): + # See if it's valid, get data + cfg = extract_wininst_cfg(dist_filename) + if cfg is None: + raise DistutilsError( + "%s is not a valid distutils Windows .exe" % dist_filename + ) + # Create a dummy distribution object until we build the real distro + dist = Distribution( + None, + project_name=cfg.get('metadata', 'name'), + version=cfg.get('metadata', 'version'), platform=get_platform(), + ) + + # Convert the .exe to an unpacked egg + egg_path = os.path.join(tmpdir, dist.egg_name() + '.egg') + dist.location = egg_path + egg_tmp = egg_path + '.tmp' + _egg_info = os.path.join(egg_tmp, 'EGG-INFO') + pkg_inf = os.path.join(_egg_info, 'PKG-INFO') + ensure_directory(pkg_inf) # make sure EGG-INFO dir exists + dist._provider = PathMetadata(egg_tmp, _egg_info) # XXX + self.exe_to_egg(dist_filename, egg_tmp) + + # Write EGG-INFO/PKG-INFO + if not os.path.exists(pkg_inf): + f = open(pkg_inf, 'w') + f.write('Metadata-Version: 1.0\n') + for k, v in cfg.items('metadata'): + if k != 'target_version': + f.write('%s: %s\n' % (k.replace('_', '-').title(), v)) + f.close() + script_dir = os.path.join(_egg_info, 'scripts') + # delete entry-point scripts to avoid duping + self.delete_blockers([ + os.path.join(script_dir, args[0]) + for args in ScriptWriter.get_args(dist) + ]) + # Build .egg file from tmpdir + bdist_egg.make_zipfile( + egg_path, egg_tmp, verbose=self.verbose, dry_run=self.dry_run, + ) + # install the .egg + return self.install_egg(egg_path, tmpdir) + + # FIXME: 'easy_install.exe_to_egg' is too complex (12) + def exe_to_egg(self, dist_filename, egg_tmp): # noqa: C901 + """Extract a bdist_wininst to the directories an egg would use""" + # Check for .pth file and set up prefix translations + prefixes = get_exe_prefixes(dist_filename) + to_compile = [] + native_libs = [] + top_level = {} + + def process(src, dst): + s = src.lower() + for old, new in prefixes: + if s.startswith(old): + src = new + src[len(old):] + parts = src.split('/') + dst = os.path.join(egg_tmp, *parts) + dl = dst.lower() + if dl.endswith('.pyd') or dl.endswith('.dll'): + parts[-1] = bdist_egg.strip_module(parts[-1]) + top_level[os.path.splitext(parts[0])[0]] = 1 + native_libs.append(src) + elif dl.endswith('.py') and old != 'SCRIPTS/': + top_level[os.path.splitext(parts[0])[0]] = 1 + to_compile.append(dst) + return dst + if not src.endswith('.pth'): + log.warn("WARNING: can't process %s", src) + return None + + # extract, tracking .pyd/.dll->native_libs and .py -> to_compile + unpack_archive(dist_filename, egg_tmp, process) + stubs = [] + for res in native_libs: + if res.lower().endswith('.pyd'): # create stubs for .pyd's + parts = res.split('/') + resource = parts[-1] + parts[-1] = bdist_egg.strip_module(parts[-1]) + '.py' + pyfile = os.path.join(egg_tmp, *parts) + to_compile.append(pyfile) + stubs.append(pyfile) + bdist_egg.write_stub(resource, pyfile) + self.byte_compile(to_compile) # compile .py's + bdist_egg.write_safety_flag( + os.path.join(egg_tmp, 'EGG-INFO'), + bdist_egg.analyze_egg(egg_tmp, stubs)) # write zip-safety flag + + for name in 'top_level', 'native_libs': + if locals()[name]: + txt = os.path.join(egg_tmp, 'EGG-INFO', name + '.txt') + if not os.path.exists(txt): + f = open(txt, 'w') + f.write('\n'.join(locals()[name]) + '\n') + f.close() + + def install_wheel(self, wheel_path, tmpdir): + wheel = Wheel(wheel_path) + assert wheel.is_compatible() + destination = os.path.join(self.install_dir, wheel.egg_name()) + destination = os.path.abspath(destination) + if not self.dry_run: + ensure_directory(destination) + if os.path.isdir(destination) and not os.path.islink(destination): + dir_util.remove_tree(destination, dry_run=self.dry_run) + elif os.path.exists(destination): + self.execute( + os.unlink, + (destination,), + "Removing " + destination, + ) + try: + self.execute( + wheel.install_as_egg, + (destination,), + ("Installing %s to %s") % ( + os.path.basename(wheel_path), + os.path.dirname(destination) + ), + ) + finally: + update_dist_caches(destination, fix_zipimporter_caches=False) + self.add_output(destination) + return self.egg_distribution(destination) + + __mv_warning = textwrap.dedent(""" + Because this distribution was installed --multi-version, before you can + import modules from this package in an application, you will need to + 'import pkg_resources' and then use a 'require()' call similar to one of + these examples, in order to select the desired version: + + pkg_resources.require("%(name)s") # latest installed version + pkg_resources.require("%(name)s==%(version)s") # this exact version + pkg_resources.require("%(name)s>=%(version)s") # this version or higher + """).lstrip() # noqa + + __id_warning = textwrap.dedent(""" + Note also that the installation directory must be on sys.path at runtime for + this to work. (e.g. by being the application's script directory, by being on + PYTHONPATH, or by being added to sys.path by your code.) + """) # noqa + + def installation_report(self, req, dist, what="Installed"): + """Helpful installation message for display to package users""" + msg = "\n%(what)s %(eggloc)s%(extras)s" + if self.multi_version and not self.no_report: + msg += '\n' + self.__mv_warning + if self.install_dir not in map(normalize_path, sys.path): + msg += '\n' + self.__id_warning + + eggloc = dist.location + name = dist.project_name + version = dist.version + extras = '' # TODO: self.report_extras(req, dist) + return msg % locals() + + __editable_msg = textwrap.dedent(""" + Extracted editable version of %(spec)s to %(dirname)s + + If it uses setuptools in its setup script, you can activate it in + "development" mode by going to that directory and running:: + + %(python)s setup.py develop + + See the setuptools documentation for the "develop" command for more info. + """).lstrip() # noqa + + def report_editable(self, spec, setup_script): + dirname = os.path.dirname(setup_script) + python = sys.executable + return '\n' + self.__editable_msg % locals() + + def run_setup(self, setup_script, setup_base, args): + sys.modules.setdefault('distutils.command.bdist_egg', bdist_egg) + sys.modules.setdefault('distutils.command.egg_info', egg_info) + + args = list(args) + if self.verbose > 2: + v = 'v' * (self.verbose - 1) + args.insert(0, '-' + v) + elif self.verbose < 2: + args.insert(0, '-q') + if self.dry_run: + args.insert(0, '-n') + log.info( + "Running %s %s", setup_script[len(setup_base) + 1:], ' '.join(args) + ) + try: + run_setup(setup_script, args) + except SystemExit as v: + raise DistutilsError( + "Setup script exited with %s" % (v.args[0],) + ) from v + + def build_and_install(self, setup_script, setup_base): + args = ['bdist_egg', '--dist-dir'] + + dist_dir = tempfile.mkdtemp( + prefix='egg-dist-tmp-', dir=os.path.dirname(setup_script) + ) + try: + self._set_fetcher_options(os.path.dirname(setup_script)) + args.append(dist_dir) + + self.run_setup(setup_script, setup_base, args) + all_eggs = Environment([dist_dir]) + eggs = [] + for key in all_eggs: + for dist in all_eggs[key]: + eggs.append(self.install_egg(dist.location, setup_base)) + if not eggs and not self.dry_run: + log.warn("No eggs found in %s (setup script problem?)", + dist_dir) + return eggs + finally: + rmtree(dist_dir) + log.set_verbosity(self.verbose) # restore our log verbosity + + def _set_fetcher_options(self, base): + """ + When easy_install is about to run bdist_egg on a source dist, that + source dist might have 'setup_requires' directives, requiring + additional fetching. Ensure the fetcher options given to easy_install + are available to that command as well. + """ + # find the fetch options from easy_install and write them out + # to the setup.cfg file. + ei_opts = self.distribution.get_option_dict('easy_install').copy() + fetch_directives = ( + 'find_links', 'site_dirs', 'index_url', 'optimize', 'allow_hosts', + ) + fetch_options = {} + for key, val in ei_opts.items(): + if key not in fetch_directives: + continue + fetch_options[key] = val[1] + # create a settings dictionary suitable for `edit_config` + settings = dict(easy_install=fetch_options) + cfg_filename = os.path.join(base, 'setup.cfg') + setopt.edit_config(cfg_filename, settings) + + def update_pth(self, dist): # noqa: C901 # is too complex (11) # FIXME + if self.pth_file is None: + return + + for d in self.pth_file[dist.key]: # drop old entries + if not self.multi_version and d.location == dist.location: + continue + + log.info("Removing %s from easy-install.pth file", d) + self.pth_file.remove(d) + if d.location in self.shadow_path: + self.shadow_path.remove(d.location) + + if not self.multi_version: + if dist.location in self.pth_file.paths: + log.info( + "%s is already the active version in easy-install.pth", + dist, + ) + else: + log.info("Adding %s to easy-install.pth file", dist) + self.pth_file.add(dist) # add new entry + if dist.location not in self.shadow_path: + self.shadow_path.append(dist.location) + + if self.dry_run: + return + + self.pth_file.save() + + if dist.key != 'setuptools': + return + + # Ensure that setuptools itself never becomes unavailable! + # XXX should this check for latest version? + filename = os.path.join(self.install_dir, 'setuptools.pth') + if os.path.islink(filename): + os.unlink(filename) + with open(filename, 'wt') as f: + f.write(self.pth_file.make_relative(dist.location) + '\n') + + def unpack_progress(self, src, dst): + # Progress filter for unpacking + log.debug("Unpacking %s to %s", src, dst) + return dst # only unpack-and-compile skips files for dry run + + def unpack_and_compile(self, egg_path, destination): + to_compile = [] + to_chmod = [] + + def pf(src, dst): + if dst.endswith('.py') and not src.startswith('EGG-INFO/'): + to_compile.append(dst) + elif dst.endswith('.dll') or dst.endswith('.so'): + to_chmod.append(dst) + self.unpack_progress(src, dst) + return not self.dry_run and dst or None + + unpack_archive(egg_path, destination, pf) + self.byte_compile(to_compile) + if not self.dry_run: + for f in to_chmod: + mode = ((os.stat(f)[stat.ST_MODE]) | 0o555) & 0o7755 + chmod(f, mode) + + def byte_compile(self, to_compile): + if sys.dont_write_bytecode: + return + + from distutils.util import byte_compile + + try: + # try to make the byte compile messages quieter + log.set_verbosity(self.verbose - 1) + + byte_compile(to_compile, optimize=0, force=1, dry_run=self.dry_run) + if self.optimize: + byte_compile( + to_compile, optimize=self.optimize, force=1, + dry_run=self.dry_run, + ) + finally: + log.set_verbosity(self.verbose) # restore original verbosity + + __no_default_msg = textwrap.dedent(""" + bad install directory or PYTHONPATH + + You are attempting to install a package to a directory that is not + on PYTHONPATH and which Python does not read ".pth" files from. The + installation directory you specified (via --install-dir, --prefix, or + the distutils default setting) was: + + %s + + and your PYTHONPATH environment variable currently contains: + + %r + + Here are some of your options for correcting the problem: + + * You can choose a different installation directory, i.e., one that is + on PYTHONPATH or supports .pth files + + * You can add the installation directory to the PYTHONPATH environment + variable. (It must then also be on PYTHONPATH whenever you run + Python and want to use the package(s) you are installing.) + + * You can set up the installation directory to support ".pth" files by + using one of the approaches described here: + + https://setuptools.readthedocs.io/en/latest/easy_install.html#custom-installation-locations + + + Please make the appropriate changes for your system and try again. + """).strip() + + def create_home_path(self): + """Create directories under ~.""" + if not self.user: + return + home = convert_path(os.path.expanduser("~")) + for name, path in self.config_vars.items(): + if path.startswith(home) and not os.path.isdir(path): + self.debug_print("os.makedirs('%s', 0o700)" % path) + os.makedirs(path, 0o700) + + INSTALL_SCHEMES = dict( + posix=dict( + install_dir='$base/lib/python$py_version_short/site-packages', + script_dir='$base/bin', + ), + ) + + DEFAULT_SCHEME = dict( + install_dir='$base/Lib/site-packages', + script_dir='$base/Scripts', + ) + + def _expand(self, *attrs): + config_vars = self.get_finalized_command('install').config_vars + + if self.prefix: + # Set default install_dir/scripts from --prefix + config_vars = config_vars.copy() + config_vars['base'] = self.prefix + scheme = self.INSTALL_SCHEMES.get(os.name, self.DEFAULT_SCHEME) + for attr, val in scheme.items(): + if getattr(self, attr, None) is None: + setattr(self, attr, val) + + from distutils.util import subst_vars + + for attr in attrs: + val = getattr(self, attr) + if val is not None: + val = subst_vars(val, config_vars) + if os.name == 'posix': + val = os.path.expanduser(val) + setattr(self, attr, val) + + +def _pythonpath(): + items = os.environ.get('PYTHONPATH', '').split(os.pathsep) + return filter(None, items) + + +def get_site_dirs(): + """ + Return a list of 'site' dirs + """ + + sitedirs = [] + + # start with PYTHONPATH + sitedirs.extend(_pythonpath()) + + prefixes = [sys.prefix] + if sys.exec_prefix != sys.prefix: + prefixes.append(sys.exec_prefix) + for prefix in prefixes: + if not prefix: + continue + + if sys.platform in ('os2emx', 'riscos'): + sitedirs.append(os.path.join(prefix, "Lib", "site-packages")) + elif os.sep == '/': + sitedirs.extend([ + os.path.join( + prefix, + "lib", + "python{}.{}".format(*sys.version_info), + "site-packages", + ), + os.path.join(prefix, "lib", "site-python"), + ]) + else: + sitedirs.extend([ + prefix, + os.path.join(prefix, "lib", "site-packages"), + ]) + if sys.platform != 'darwin': + continue + + # for framework builds *only* we add the standard Apple + # locations. Currently only per-user, but /Library and + # /Network/Library could be added too + if 'Python.framework' not in prefix: + continue + + home = os.environ.get('HOME') + if not home: + continue + + home_sp = os.path.join( + home, + 'Library', + 'Python', + '{}.{}'.format(*sys.version_info), + 'site-packages', + ) + sitedirs.append(home_sp) + lib_paths = get_path('purelib'), get_path('platlib') + + sitedirs.extend(s for s in lib_paths if s not in sitedirs) + + if site.ENABLE_USER_SITE: + sitedirs.append(site.USER_SITE) + + with contextlib.suppress(AttributeError): + sitedirs.extend(site.getsitepackages()) + + sitedirs = list(map(normalize_path, sitedirs)) + + return sitedirs + + +def expand_paths(inputs): # noqa: C901 # is too complex (11) # FIXME + """Yield sys.path directories that might contain "old-style" packages""" + + seen = {} + + for dirname in inputs: + dirname = normalize_path(dirname) + if dirname in seen: + continue + + seen[dirname] = 1 + if not os.path.isdir(dirname): + continue + + files = os.listdir(dirname) + yield dirname, files + + for name in files: + if not name.endswith('.pth'): + # We only care about the .pth files + continue + if name in ('easy-install.pth', 'setuptools.pth'): + # Ignore .pth files that we control + continue + + # Read the .pth file + f = open(os.path.join(dirname, name)) + lines = list(yield_lines(f)) + f.close() + + # Yield existing non-dupe, non-import directory lines from it + for line in lines: + if line.startswith("import"): + continue + + line = normalize_path(line.rstrip()) + if line in seen: + continue + + seen[line] = 1 + if not os.path.isdir(line): + continue + + yield line, os.listdir(line) + + +def extract_wininst_cfg(dist_filename): + """Extract configuration data from a bdist_wininst .exe + + Returns a configparser.RawConfigParser, or None + """ + f = open(dist_filename, 'rb') + try: + endrec = zipfile._EndRecData(f) + if endrec is None: + return None + + prepended = (endrec[9] - endrec[5]) - endrec[6] + if prepended < 12: # no wininst data here + return None + f.seek(prepended - 12) + + tag, cfglen, bmlen = struct.unpack("egg path translations for a given .exe file""" + + prefixes = [ + ('PURELIB/', ''), + ('PLATLIB/pywin32_system32', ''), + ('PLATLIB/', ''), + ('SCRIPTS/', 'EGG-INFO/scripts/'), + ('DATA/lib/site-packages', ''), + ] + z = zipfile.ZipFile(exe_filename) + try: + for info in z.infolist(): + name = info.filename + parts = name.split('/') + if len(parts) == 3 and parts[2] == 'PKG-INFO': + if parts[1].endswith('.egg-info'): + prefixes.insert(0, ('/'.join(parts[:2]), 'EGG-INFO/')) + break + if len(parts) != 2 or not name.endswith('.pth'): + continue + if name.endswith('-nspkg.pth'): + continue + if parts[0].upper() in ('PURELIB', 'PLATLIB'): + contents = z.read(name).decode() + for pth in yield_lines(contents): + pth = pth.strip().replace('\\', '/') + if not pth.startswith('import'): + prefixes.append((('%s/%s/' % (parts[0], pth)), '')) + finally: + z.close() + prefixes = [(x.lower(), y) for x, y in prefixes] + prefixes.sort() + prefixes.reverse() + return prefixes + + +class PthDistributions(Environment): + """A .pth file with Distribution paths in it""" + + dirty = False + + def __init__(self, filename, sitedirs=()): + self.filename = filename + self.sitedirs = list(map(normalize_path, sitedirs)) + self.basedir = normalize_path(os.path.dirname(self.filename)) + self._load() + Environment.__init__(self, [], None, None) + for path in yield_lines(self.paths): + list(map(self.add, find_distributions(path, True))) + + def _load(self): + self.paths = [] + saw_import = False + seen = dict.fromkeys(self.sitedirs) + if os.path.isfile(self.filename): + f = open(self.filename, 'rt') + for line in f: + if line.startswith('import'): + saw_import = True + continue + path = line.rstrip() + self.paths.append(path) + if not path.strip() or path.strip().startswith('#'): + continue + # skip non-existent paths, in case somebody deleted a package + # manually, and duplicate paths as well + path = self.paths[-1] = normalize_path( + os.path.join(self.basedir, path) + ) + if not os.path.exists(path) or path in seen: + self.paths.pop() # skip it + self.dirty = True # we cleaned up, so we're dirty now :) + continue + seen[path] = 1 + f.close() + + if self.paths and not saw_import: + self.dirty = True # ensure anything we touch has import wrappers + while self.paths and not self.paths[-1].strip(): + self.paths.pop() + + def save(self): + """Write changed .pth file back to disk""" + if not self.dirty: + return + + rel_paths = list(map(self.make_relative, self.paths)) + if rel_paths: + log.debug("Saving %s", self.filename) + lines = self._wrap_lines(rel_paths) + data = '\n'.join(lines) + '\n' + + if os.path.islink(self.filename): + os.unlink(self.filename) + with open(self.filename, 'wt') as f: + f.write(data) + + elif os.path.exists(self.filename): + log.debug("Deleting empty %s", self.filename) + os.unlink(self.filename) + + self.dirty = False + + @staticmethod + def _wrap_lines(lines): + return lines + + def add(self, dist): + """Add `dist` to the distribution map""" + new_path = ( + dist.location not in self.paths and ( + dist.location not in self.sitedirs or + # account for '.' being in PYTHONPATH + dist.location == os.getcwd() + ) + ) + if new_path: + self.paths.append(dist.location) + self.dirty = True + Environment.add(self, dist) + + def remove(self, dist): + """Remove `dist` from the distribution map""" + while dist.location in self.paths: + self.paths.remove(dist.location) + self.dirty = True + Environment.remove(self, dist) + + def make_relative(self, path): + npath, last = os.path.split(normalize_path(path)) + baselen = len(self.basedir) + parts = [last] + sep = os.altsep == '/' and '/' or os.sep + while len(npath) >= baselen: + if npath == self.basedir: + parts.append(os.curdir) + parts.reverse() + return sep.join(parts) + npath, last = os.path.split(npath) + parts.append(last) + else: + return path + + +class RewritePthDistributions(PthDistributions): + @classmethod + def _wrap_lines(cls, lines): + yield cls.prelude + for line in lines: + yield line + yield cls.postlude + + prelude = _one_liner(""" + import sys + sys.__plen = len(sys.path) + """) + postlude = _one_liner(""" + import sys + new = sys.path[sys.__plen:] + del sys.path[sys.__plen:] + p = getattr(sys, '__egginsert', 0) + sys.path[p:p] = new + sys.__egginsert = p + len(new) + """) + + +if os.environ.get('SETUPTOOLS_SYS_PATH_TECHNIQUE', 'raw') == 'rewrite': + PthDistributions = RewritePthDistributions + + +def _first_line_re(): + """ + Return a regular expression based on first_line_re suitable for matching + strings. + """ + if isinstance(first_line_re.pattern, str): + return first_line_re + + # first_line_re in Python >=3.1.4 and >=3.2.1 is a bytes pattern. + return re.compile(first_line_re.pattern.decode()) + + +def auto_chmod(func, arg, exc): + if func in [os.unlink, os.remove] and os.name == 'nt': + chmod(arg, stat.S_IWRITE) + return func(arg) + et, ev, _ = sys.exc_info() + # TODO: This code doesn't make sense. What is it trying to do? + raise (ev[0], ev[1] + (" %s %s" % (func, arg))) + + +def update_dist_caches(dist_path, fix_zipimporter_caches): + """ + Fix any globally cached `dist_path` related data + + `dist_path` should be a path of a newly installed egg distribution (zipped + or unzipped). + + sys.path_importer_cache contains finder objects that have been cached when + importing data from the original distribution. Any such finders need to be + cleared since the replacement distribution might be packaged differently, + e.g. a zipped egg distribution might get replaced with an unzipped egg + folder or vice versa. Having the old finders cached may then cause Python + to attempt loading modules from the replacement distribution using an + incorrect loader. + + zipimport.zipimporter objects are Python loaders charged with importing + data packaged inside zip archives. If stale loaders referencing the + original distribution, are left behind, they can fail to load modules from + the replacement distribution. E.g. if an old zipimport.zipimporter instance + is used to load data from a new zipped egg archive, it may cause the + operation to attempt to locate the requested data in the wrong location - + one indicated by the original distribution's zip archive directory + information. Such an operation may then fail outright, e.g. report having + read a 'bad local file header', or even worse, it may fail silently & + return invalid data. + + zipimport._zip_directory_cache contains cached zip archive directory + information for all existing zipimport.zipimporter instances and all such + instances connected to the same archive share the same cached directory + information. + + If asked, and the underlying Python implementation allows it, we can fix + all existing zipimport.zipimporter instances instead of having to track + them down and remove them one by one, by updating their shared cached zip + archive directory information. This, of course, assumes that the + replacement distribution is packaged as a zipped egg. + + If not asked to fix existing zipimport.zipimporter instances, we still do + our best to clear any remaining zipimport.zipimporter related cached data + that might somehow later get used when attempting to load data from the new + distribution and thus cause such load operations to fail. Note that when + tracking down such remaining stale data, we can not catch every conceivable + usage from here, and we clear only those that we know of and have found to + cause problems if left alive. Any remaining caches should be updated by + whomever is in charge of maintaining them, i.e. they should be ready to + handle us replacing their zip archives with new distributions at runtime. + + """ + # There are several other known sources of stale zipimport.zipimporter + # instances that we do not clear here, but might if ever given a reason to + # do so: + # * Global setuptools pkg_resources.working_set (a.k.a. 'master working + # set') may contain distributions which may in turn contain their + # zipimport.zipimporter loaders. + # * Several zipimport.zipimporter loaders held by local variables further + # up the function call stack when running the setuptools installation. + # * Already loaded modules may have their __loader__ attribute set to the + # exact loader instance used when importing them. Python 3.4 docs state + # that this information is intended mostly for introspection and so is + # not expected to cause us problems. + normalized_path = normalize_path(dist_path) + _uncache(normalized_path, sys.path_importer_cache) + if fix_zipimporter_caches: + _replace_zip_directory_cache_data(normalized_path) + else: + # Here, even though we do not want to fix existing and now stale + # zipimporter cache information, we still want to remove it. Related to + # Python's zip archive directory information cache, we clear each of + # its stale entries in two phases: + # 1. Clear the entry so attempting to access zip archive information + # via any existing stale zipimport.zipimporter instances fails. + # 2. Remove the entry from the cache so any newly constructed + # zipimport.zipimporter instances do not end up using old stale + # zip archive directory information. + # This whole stale data removal step does not seem strictly necessary, + # but has been left in because it was done before we started replacing + # the zip archive directory information cache content if possible, and + # there are no relevant unit tests that we can depend on to tell us if + # this is really needed. + _remove_and_clear_zip_directory_cache_data(normalized_path) + + +def _collect_zipimporter_cache_entries(normalized_path, cache): + """ + Return zipimporter cache entry keys related to a given normalized path. + + Alternative path spellings (e.g. those using different character case or + those using alternative path separators) related to the same path are + included. Any sub-path entries are included as well, i.e. those + corresponding to zip archives embedded in other zip archives. + + """ + result = [] + prefix_len = len(normalized_path) + for p in cache: + np = normalize_path(p) + if (np.startswith(normalized_path) and + np[prefix_len:prefix_len + 1] in (os.sep, '')): + result.append(p) + return result + + +def _update_zipimporter_cache(normalized_path, cache, updater=None): + """ + Update zipimporter cache data for a given normalized path. + + Any sub-path entries are processed as well, i.e. those corresponding to zip + archives embedded in other zip archives. + + Given updater is a callable taking a cache entry key and the original entry + (after already removing the entry from the cache), and expected to update + the entry and possibly return a new one to be inserted in its place. + Returning None indicates that the entry should not be replaced with a new + one. If no updater is given, the cache entries are simply removed without + any additional processing, the same as if the updater simply returned None. + + """ + for p in _collect_zipimporter_cache_entries(normalized_path, cache): + # N.B. pypy's custom zipimport._zip_directory_cache implementation does + # not support the complete dict interface: + # * Does not support item assignment, thus not allowing this function + # to be used only for removing existing cache entries. + # * Does not support the dict.pop() method, forcing us to use the + # get/del patterns instead. For more detailed information see the + # following links: + # https://github.com/pypa/setuptools/issues/202#issuecomment-202913420 + # http://bit.ly/2h9itJX + old_entry = cache[p] + del cache[p] + new_entry = updater and updater(p, old_entry) + if new_entry is not None: + cache[p] = new_entry + + +def _uncache(normalized_path, cache): + _update_zipimporter_cache(normalized_path, cache) + + +def _remove_and_clear_zip_directory_cache_data(normalized_path): + def clear_and_remove_cached_zip_archive_directory_data(path, old_entry): + old_entry.clear() + + _update_zipimporter_cache( + normalized_path, zipimport._zip_directory_cache, + updater=clear_and_remove_cached_zip_archive_directory_data) + + +# PyPy Python implementation does not allow directly writing to the +# zipimport._zip_directory_cache and so prevents us from attempting to correct +# its content. The best we can do there is clear the problematic cache content +# and have PyPy repopulate it as needed. The downside is that if there are any +# stale zipimport.zipimporter instances laying around, attempting to use them +# will fail due to not having its zip archive directory information available +# instead of being automatically corrected to use the new correct zip archive +# directory information. +if '__pypy__' in sys.builtin_module_names: + _replace_zip_directory_cache_data = \ + _remove_and_clear_zip_directory_cache_data +else: + + def _replace_zip_directory_cache_data(normalized_path): + def replace_cached_zip_archive_directory_data(path, old_entry): + # N.B. In theory, we could load the zip directory information just + # once for all updated path spellings, and then copy it locally and + # update its contained path strings to contain the correct + # spelling, but that seems like a way too invasive move (this cache + # structure is not officially documented anywhere and could in + # theory change with new Python releases) for no significant + # benefit. + old_entry.clear() + zipimport.zipimporter(path) + old_entry.update(zipimport._zip_directory_cache[path]) + return old_entry + + _update_zipimporter_cache( + normalized_path, zipimport._zip_directory_cache, + updater=replace_cached_zip_archive_directory_data) + + +def is_python(text, filename=''): + "Is this string a valid Python script?" + try: + compile(text, filename, 'exec') + except (SyntaxError, TypeError): + return False + else: + return True + + +def is_sh(executable): + """Determine if the specified executable is a .sh (contains a #! line)""" + try: + with io.open(executable, encoding='latin-1') as fp: + magic = fp.read(2) + except (OSError, IOError): + return executable + return magic == '#!' + + +def nt_quote_arg(arg): + """Quote a command line argument according to Windows parsing rules""" + return subprocess.list2cmdline([arg]) + + +def is_python_script(script_text, filename): + """Is this text, as a whole, a Python script? (as opposed to shell/bat/etc. + """ + if filename.endswith('.py') or filename.endswith('.pyw'): + return True # extension says it's Python + if is_python(script_text, filename): + return True # it's syntactically valid Python + if script_text.startswith('#!'): + # It begins with a '#!' line, so check if 'python' is in it somewhere + return 'python' in script_text.splitlines()[0].lower() + + return False # Not any Python I can recognize + + +try: + from os import chmod as _chmod +except ImportError: + # Jython compatibility + def _chmod(*args): + pass + + +def chmod(path, mode): + log.debug("changing mode of %s to %o", path, mode) + try: + _chmod(path, mode) + except os.error as e: + log.debug("chmod failed: %s", e) + + +class CommandSpec(list): + """ + A command spec for a #! header, specified as a list of arguments akin to + those passed to Popen. + """ + + options = [] + split_args = dict() + + @classmethod + def best(cls): + """ + Choose the best CommandSpec class based on environmental conditions. + """ + return cls + + @classmethod + def _sys_executable(cls): + _default = os.path.normpath(sys.executable) + return os.environ.get('__PYVENV_LAUNCHER__', _default) + + @classmethod + def from_param(cls, param): + """ + Construct a CommandSpec from a parameter to build_scripts, which may + be None. + """ + if isinstance(param, cls): + return param + if isinstance(param, list): + return cls(param) + if param is None: + return cls.from_environment() + # otherwise, assume it's a string. + return cls.from_string(param) + + @classmethod + def from_environment(cls): + return cls([cls._sys_executable()]) + + @classmethod + def from_string(cls, string): + """ + Construct a command spec from a simple string representing a command + line parseable by shlex.split. + """ + items = shlex.split(string, **cls.split_args) + return cls(items) + + def install_options(self, script_text): + self.options = shlex.split(self._extract_options(script_text)) + cmdline = subprocess.list2cmdline(self) + if not isascii(cmdline): + self.options[:0] = ['-x'] + + @staticmethod + def _extract_options(orig_script): + """ + Extract any options from the first line of the script. + """ + first = (orig_script + '\n').splitlines()[0] + match = _first_line_re().match(first) + options = match.group(1) or '' if match else '' + return options.strip() + + def as_header(self): + return self._render(self + list(self.options)) + + @staticmethod + def _strip_quotes(item): + _QUOTES = '"\'' + for q in _QUOTES: + if item.startswith(q) and item.endswith(q): + return item[1:-1] + return item + + @staticmethod + def _render(items): + cmdline = subprocess.list2cmdline( + CommandSpec._strip_quotes(item.strip()) for item in items) + return '#!' + cmdline + '\n' + + +# For pbr compat; will be removed in a future version. +sys_executable = CommandSpec._sys_executable() + + +class WindowsCommandSpec(CommandSpec): + split_args = dict(posix=False) + + +class ScriptWriter: + """ + Encapsulates behavior around writing entry point scripts for console and + gui apps. + """ + + template = textwrap.dedent(r""" + # EASY-INSTALL-ENTRY-SCRIPT: %(spec)r,%(group)r,%(name)r + import re + import sys + + # for compatibility with easy_install; see #2198 + __requires__ = %(spec)r + + try: + from importlib.metadata import distribution + except ImportError: + try: + from importlib_metadata import distribution + except ImportError: + from pkg_resources import load_entry_point + + + def importlib_load_entry_point(spec, group, name): + dist_name, _, _ = spec.partition('==') + matches = ( + entry_point + for entry_point in distribution(dist_name).entry_points + if entry_point.group == group and entry_point.name == name + ) + return next(matches).load() + + + globals().setdefault('load_entry_point', importlib_load_entry_point) + + + if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) + sys.exit(load_entry_point(%(spec)r, %(group)r, %(name)r)()) + """).lstrip() + + command_spec_class = CommandSpec + + @classmethod + def get_script_args(cls, dist, executable=None, wininst=False): + # for backward compatibility + warnings.warn("Use get_args", EasyInstallDeprecationWarning) + writer = (WindowsScriptWriter if wininst else ScriptWriter).best() + header = cls.get_script_header("", executable, wininst) + return writer.get_args(dist, header) + + @classmethod + def get_script_header(cls, script_text, executable=None, wininst=False): + # for backward compatibility + warnings.warn( + "Use get_header", EasyInstallDeprecationWarning, stacklevel=2) + if wininst: + executable = "python.exe" + return cls.get_header(script_text, executable) + + @classmethod + def get_args(cls, dist, header=None): + """ + Yield write_script() argument tuples for a distribution's + console_scripts and gui_scripts entry points. + """ + if header is None: + header = cls.get_header() + spec = str(dist.as_requirement()) + for type_ in 'console', 'gui': + group = type_ + '_scripts' + for name, ep in dist.get_entry_map(group).items(): + cls._ensure_safe_name(name) + script_text = cls.template % locals() + args = cls._get_script_args(type_, name, header, script_text) + for res in args: + yield res + + @staticmethod + def _ensure_safe_name(name): + """ + Prevent paths in *_scripts entry point names. + """ + has_path_sep = re.search(r'[\\/]', name) + if has_path_sep: + raise ValueError("Path separators not allowed in script names") + + @classmethod + def get_writer(cls, force_windows): + # for backward compatibility + warnings.warn("Use best", EasyInstallDeprecationWarning) + return WindowsScriptWriter.best() if force_windows else cls.best() + + @classmethod + def best(cls): + """ + Select the best ScriptWriter for this environment. + """ + if sys.platform == 'win32' or (os.name == 'java' and os._name == 'nt'): + return WindowsScriptWriter.best() + else: + return cls + + @classmethod + def _get_script_args(cls, type_, name, header, script_text): + # Simply write the stub with no extension. + yield (name, header + script_text) + + @classmethod + def get_header(cls, script_text="", executable=None): + """Create a #! line, getting options (if any) from script_text""" + cmd = cls.command_spec_class.best().from_param(executable) + cmd.install_options(script_text) + return cmd.as_header() + + +class WindowsScriptWriter(ScriptWriter): + command_spec_class = WindowsCommandSpec + + @classmethod + def get_writer(cls): + # for backward compatibility + warnings.warn("Use best", EasyInstallDeprecationWarning) + return cls.best() + + @classmethod + def best(cls): + """ + Select the best ScriptWriter suitable for Windows + """ + writer_lookup = dict( + executable=WindowsExecutableLauncherWriter, + natural=cls, + ) + # for compatibility, use the executable launcher by default + launcher = os.environ.get('SETUPTOOLS_LAUNCHER', 'executable') + return writer_lookup[launcher] + + @classmethod + def _get_script_args(cls, type_, name, header, script_text): + "For Windows, add a .py extension" + ext = dict(console='.pya', gui='.pyw')[type_] + if ext not in os.environ['PATHEXT'].lower().split(';'): + msg = ( + "{ext} not listed in PATHEXT; scripts will not be " + "recognized as executables." + ).format(**locals()) + warnings.warn(msg, UserWarning) + old = ['.pya', '.py', '-script.py', '.pyc', '.pyo', '.pyw', '.exe'] + old.remove(ext) + header = cls._adjust_header(type_, header) + blockers = [name + x for x in old] + yield name + ext, header + script_text, 't', blockers + + @classmethod + def _adjust_header(cls, type_, orig_header): + """ + Make sure 'pythonw' is used for gui and 'python' is used for + console (regardless of what sys.executable is). + """ + pattern = 'pythonw.exe' + repl = 'python.exe' + if type_ == 'gui': + pattern, repl = repl, pattern + pattern_ob = re.compile(re.escape(pattern), re.IGNORECASE) + new_header = pattern_ob.sub(string=orig_header, repl=repl) + return new_header if cls._use_header(new_header) else orig_header + + @staticmethod + def _use_header(new_header): + """ + Should _adjust_header use the replaced header? + + On non-windows systems, always use. On + Windows systems, only use the replaced header if it resolves + to an executable on the system. + """ + clean_header = new_header[2:-1].strip('"') + return sys.platform != 'win32' or find_executable(clean_header) + + +class WindowsExecutableLauncherWriter(WindowsScriptWriter): + @classmethod + def _get_script_args(cls, type_, name, header, script_text): + """ + For Windows, add a .py extension and an .exe launcher + """ + if type_ == 'gui': + launcher_type = 'gui' + ext = '-script.pyw' + old = ['.pyw'] + else: + launcher_type = 'cli' + ext = '-script.py' + old = ['.py', '.pyc', '.pyo'] + hdr = cls._adjust_header(type_, header) + blockers = [name + x for x in old] + yield (name + ext, hdr + script_text, 't', blockers) + yield ( + name + '.exe', get_win_launcher(launcher_type), + 'b' # write in binary mode + ) + if not is_64bit(): + # install a manifest for the launcher to prevent Windows + # from detecting it as an installer (which it will for + # launchers like easy_install.exe). Consider only + # adding a manifest for launchers detected as installers. + # See Distribute #143 for details. + m_name = name + '.exe.manifest' + yield (m_name, load_launcher_manifest(name), 't') + + +# for backward-compatibility +get_script_args = ScriptWriter.get_script_args +get_script_header = ScriptWriter.get_script_header + + +def get_win_launcher(type): + """ + Load the Windows launcher (executable) suitable for launching a script. + + `type` should be either 'cli' or 'gui' + + Returns the executable as a byte string. + """ + launcher_fn = '%s.exe' % type + if is_64bit(): + launcher_fn = launcher_fn.replace(".", "-64.") + else: + launcher_fn = launcher_fn.replace(".", "-32.") + return resource_string('setuptools', launcher_fn) + + +def load_launcher_manifest(name): + manifest = pkg_resources.resource_string(__name__, 'launcher manifest.xml') + return manifest.decode('utf-8') % vars() + + +def rmtree(path, ignore_errors=False, onerror=auto_chmod): + return shutil.rmtree(path, ignore_errors, onerror) + + +def current_umask(): + tmp = os.umask(0o022) + os.umask(tmp) + return tmp + + +class EasyInstallDeprecationWarning(SetuptoolsDeprecationWarning): + """ + Warning for EasyInstall deprecations, bypassing suppression. + """ diff --git a/env/lib/python3.8/site-packages/setuptools/command/egg_info.py b/env/lib/python3.8/site-packages/setuptools/command/egg_info.py new file mode 100644 index 000000000..1f120b67d --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/command/egg_info.py @@ -0,0 +1,727 @@ +"""setuptools.command.egg_info + +Create a distribution's .egg-info directory and contents""" + +from distutils.filelist import FileList as _FileList +from distutils.errors import DistutilsInternalError +from distutils.util import convert_path +from distutils import log +import distutils.errors +import distutils.filelist +import functools +import os +import re +import sys +import io +import warnings +import time +import collections + +from setuptools import Command +from setuptools.command.sdist import sdist +from setuptools.command.sdist import walk_revctrl +from setuptools.command.setopt import edit_config +from setuptools.command import bdist_egg +from pkg_resources import ( + parse_requirements, safe_name, parse_version, + safe_version, yield_lines, EntryPoint, iter_entry_points, to_filename) +import setuptools.unicode_utils as unicode_utils +from setuptools.glob import glob + +from setuptools.extern import packaging +from setuptools import SetuptoolsDeprecationWarning + + +def translate_pattern(glob): # noqa: C901 # is too complex (14) # FIXME + """ + Translate a file path glob like '*.txt' in to a regular expression. + This differs from fnmatch.translate which allows wildcards to match + directory separators. It also knows about '**/' which matches any number of + directories. + """ + pat = '' + + # This will split on '/' within [character classes]. This is deliberate. + chunks = glob.split(os.path.sep) + + sep = re.escape(os.sep) + valid_char = '[^%s]' % (sep,) + + for c, chunk in enumerate(chunks): + last_chunk = c == len(chunks) - 1 + + # Chunks that are a literal ** are globstars. They match anything. + if chunk == '**': + if last_chunk: + # Match anything if this is the last component + pat += '.*' + else: + # Match '(name/)*' + pat += '(?:%s+%s)*' % (valid_char, sep) + continue # Break here as the whole path component has been handled + + # Find any special characters in the remainder + i = 0 + chunk_len = len(chunk) + while i < chunk_len: + char = chunk[i] + if char == '*': + # Match any number of name characters + pat += valid_char + '*' + elif char == '?': + # Match a name character + pat += valid_char + elif char == '[': + # Character class + inner_i = i + 1 + # Skip initial !/] chars + if inner_i < chunk_len and chunk[inner_i] == '!': + inner_i = inner_i + 1 + if inner_i < chunk_len and chunk[inner_i] == ']': + inner_i = inner_i + 1 + + # Loop till the closing ] is found + while inner_i < chunk_len and chunk[inner_i] != ']': + inner_i = inner_i + 1 + + if inner_i >= chunk_len: + # Got to the end of the string without finding a closing ] + # Do not treat this as a matching group, but as a literal [ + pat += re.escape(char) + else: + # Grab the insides of the [brackets] + inner = chunk[i + 1:inner_i] + char_class = '' + + # Class negation + if inner[0] == '!': + char_class = '^' + inner = inner[1:] + + char_class += re.escape(inner) + pat += '[%s]' % (char_class,) + + # Skip to the end ] + i = inner_i + else: + pat += re.escape(char) + i += 1 + + # Join each chunk with the dir separator + if not last_chunk: + pat += sep + + pat += r'\Z' + return re.compile(pat, flags=re.MULTILINE | re.DOTALL) + + +class InfoCommon: + tag_build = None + tag_date = None + + @property + def name(self): + return safe_name(self.distribution.get_name()) + + def tagged_version(self): + return safe_version(self._maybe_tag(self.distribution.get_version())) + + def _maybe_tag(self, version): + """ + egg_info may be called more than once for a distribution, + in which case the version string already contains all tags. + """ + return ( + version if self.vtags and version.endswith(self.vtags) + else version + self.vtags + ) + + def tags(self): + version = '' + if self.tag_build: + version += self.tag_build + if self.tag_date: + version += time.strftime("-%Y%m%d") + return version + vtags = property(tags) + + +class egg_info(InfoCommon, Command): + description = "create a distribution's .egg-info directory" + + user_options = [ + ('egg-base=', 'e', "directory containing .egg-info directories" + " (default: top of the source tree)"), + ('tag-date', 'd', "Add date stamp (e.g. 20050528) to version number"), + ('tag-build=', 'b', "Specify explicit tag to add to version number"), + ('no-date', 'D', "Don't include date stamp [default]"), + ] + + boolean_options = ['tag-date'] + negative_opt = { + 'no-date': 'tag-date', + } + + def initialize_options(self): + self.egg_base = None + self.egg_name = None + self.egg_info = None + self.egg_version = None + self.broken_egg_info = False + + #################################### + # allow the 'tag_svn_revision' to be detected and + # set, supporting sdists built on older Setuptools. + @property + def tag_svn_revision(self): + pass + + @tag_svn_revision.setter + def tag_svn_revision(self, value): + pass + #################################### + + def save_version_info(self, filename): + """ + Materialize the value of date into the + build tag. Install build keys in a deterministic order + to avoid arbitrary reordering on subsequent builds. + """ + egg_info = collections.OrderedDict() + # follow the order these keys would have been added + # when PYTHONHASHSEED=0 + egg_info['tag_build'] = self.tags() + egg_info['tag_date'] = 0 + edit_config(filename, dict(egg_info=egg_info)) + + def finalize_options(self): + # Note: we need to capture the current value returned + # by `self.tagged_version()`, so we can later update + # `self.distribution.metadata.version` without + # repercussions. + self.egg_name = self.name + self.egg_version = self.tagged_version() + parsed_version = parse_version(self.egg_version) + + try: + is_version = isinstance(parsed_version, packaging.version.Version) + spec = ( + "%s==%s" if is_version else "%s===%s" + ) + list( + parse_requirements(spec % (self.egg_name, self.egg_version)) + ) + except ValueError as e: + raise distutils.errors.DistutilsOptionError( + "Invalid distribution name or version syntax: %s-%s" % + (self.egg_name, self.egg_version) + ) from e + + if self.egg_base is None: + dirs = self.distribution.package_dir + self.egg_base = (dirs or {}).get('', os.curdir) + + self.ensure_dirname('egg_base') + self.egg_info = to_filename(self.egg_name) + '.egg-info' + if self.egg_base != os.curdir: + self.egg_info = os.path.join(self.egg_base, self.egg_info) + if '-' in self.egg_name: + self.check_broken_egg_info() + + # Set package version for the benefit of dumber commands + # (e.g. sdist, bdist_wininst, etc.) + # + self.distribution.metadata.version = self.egg_version + + # If we bootstrapped around the lack of a PKG-INFO, as might be the + # case in a fresh checkout, make sure that any special tags get added + # to the version info + # + pd = self.distribution._patched_dist + if pd is not None and pd.key == self.egg_name.lower(): + pd._version = self.egg_version + pd._parsed_version = parse_version(self.egg_version) + self.distribution._patched_dist = None + + def write_or_delete_file(self, what, filename, data, force=False): + """Write `data` to `filename` or delete if empty + + If `data` is non-empty, this routine is the same as ``write_file()``. + If `data` is empty but not ``None``, this is the same as calling + ``delete_file(filename)`. If `data` is ``None``, then this is a no-op + unless `filename` exists, in which case a warning is issued about the + orphaned file (if `force` is false), or deleted (if `force` is true). + """ + if data: + self.write_file(what, filename, data) + elif os.path.exists(filename): + if data is None and not force: + log.warn( + "%s not set in setup(), but %s exists", what, filename + ) + return + else: + self.delete_file(filename) + + def write_file(self, what, filename, data): + """Write `data` to `filename` (if not a dry run) after announcing it + + `what` is used in a log message to identify what is being written + to the file. + """ + log.info("writing %s to %s", what, filename) + data = data.encode("utf-8") + if not self.dry_run: + f = open(filename, 'wb') + f.write(data) + f.close() + + def delete_file(self, filename): + """Delete `filename` (if not a dry run) after announcing it""" + log.info("deleting %s", filename) + if not self.dry_run: + os.unlink(filename) + + def run(self): + self.mkpath(self.egg_info) + os.utime(self.egg_info, None) + installer = self.distribution.fetch_build_egg + for ep in iter_entry_points('egg_info.writers'): + ep.require(installer=installer) + writer = ep.resolve() + writer(self, ep.name, os.path.join(self.egg_info, ep.name)) + + # Get rid of native_libs.txt if it was put there by older bdist_egg + nl = os.path.join(self.egg_info, "native_libs.txt") + if os.path.exists(nl): + self.delete_file(nl) + + self.find_sources() + + def find_sources(self): + """Generate SOURCES.txt manifest file""" + manifest_filename = os.path.join(self.egg_info, "SOURCES.txt") + mm = manifest_maker(self.distribution) + mm.manifest = manifest_filename + mm.run() + self.filelist = mm.filelist + + def check_broken_egg_info(self): + bei = self.egg_name + '.egg-info' + if self.egg_base != os.curdir: + bei = os.path.join(self.egg_base, bei) + if os.path.exists(bei): + log.warn( + "-" * 78 + '\n' + "Note: Your current .egg-info directory has a '-' in its name;" + '\nthis will not work correctly with "setup.py develop".\n\n' + 'Please rename %s to %s to correct this problem.\n' + '-' * 78, + bei, self.egg_info + ) + self.broken_egg_info = self.egg_info + self.egg_info = bei # make it work for now + + +class FileList(_FileList): + # Implementations of the various MANIFEST.in commands + + def process_template_line(self, line): + # 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 (dir_pattern). + (action, patterns, dir, dir_pattern) = self._parse_template_line(line) + + action_map = { + 'include': self.include, + 'exclude': self.exclude, + 'global-include': self.global_include, + 'global-exclude': self.global_exclude, + 'recursive-include': functools.partial( + self.recursive_include, dir, + ), + 'recursive-exclude': functools.partial( + self.recursive_exclude, dir, + ), + 'graft': self.graft, + 'prune': self.prune, + } + log_map = { + 'include': "warning: no files found matching '%s'", + 'exclude': ( + "warning: no previously-included files found " + "matching '%s'" + ), + 'global-include': ( + "warning: no files found matching '%s' " + "anywhere in distribution" + ), + 'global-exclude': ( + "warning: no previously-included files matching " + "'%s' found anywhere in distribution" + ), + 'recursive-include': ( + "warning: no files found matching '%s' " + "under directory '%s'" + ), + 'recursive-exclude': ( + "warning: no previously-included files matching " + "'%s' found under directory '%s'" + ), + 'graft': "warning: no directories found matching '%s'", + 'prune': "no previously-included directories found matching '%s'", + } + + try: + process_action = action_map[action] + except KeyError: + raise DistutilsInternalError( + "this cannot happen: invalid action '{action!s}'". + format(action=action), + ) + + # 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. + + action_is_recursive = action.startswith('recursive-') + if action in {'graft', 'prune'}: + patterns = [dir_pattern] + extra_log_args = (dir, ) if action_is_recursive else () + log_tmpl = log_map[action] + + self.debug_print( + ' '.join( + [action] + + ([dir] if action_is_recursive else []) + + patterns, + ) + ) + for pattern in patterns: + if not process_action(pattern): + log.warn(log_tmpl, pattern, *extra_log_args) + + def _remove_files(self, predicate): + """ + Remove all files from the file list that match the predicate. + Return True if any matching files were removed + """ + found = False + for i in range(len(self.files) - 1, -1, -1): + if predicate(self.files[i]): + self.debug_print(" removing " + self.files[i]) + del self.files[i] + found = True + return found + + def include(self, pattern): + """Include files that match 'pattern'.""" + found = [f for f in glob(pattern) if not os.path.isdir(f)] + self.extend(found) + return bool(found) + + def exclude(self, pattern): + """Exclude files that match 'pattern'.""" + match = translate_pattern(pattern) + return self._remove_files(match.match) + + def recursive_include(self, dir, pattern): + """ + Include all files anywhere in 'dir/' that match the pattern. + """ + full_pattern = os.path.join(dir, '**', pattern) + found = [f for f in glob(full_pattern, recursive=True) + if not os.path.isdir(f)] + self.extend(found) + return bool(found) + + def recursive_exclude(self, dir, pattern): + """ + Exclude any file anywhere in 'dir/' that match the pattern. + """ + match = translate_pattern(os.path.join(dir, '**', pattern)) + return self._remove_files(match.match) + + def graft(self, dir): + """Include all files from 'dir/'.""" + found = [ + item + for match_dir in glob(dir) + for item in distutils.filelist.findall(match_dir) + ] + self.extend(found) + return bool(found) + + def prune(self, dir): + """Filter out files from 'dir/'.""" + match = translate_pattern(os.path.join(dir, '**')) + return self._remove_files(match.match) + + def global_include(self, pattern): + """ + Include all files anywhere in the current directory that match the + pattern. This is very inefficient on large file trees. + """ + if self.allfiles is None: + self.findall() + match = translate_pattern(os.path.join('**', pattern)) + found = [f for f in self.allfiles if match.match(f)] + self.extend(found) + return bool(found) + + def global_exclude(self, pattern): + """ + Exclude all files anywhere that match the pattern. + """ + match = translate_pattern(os.path.join('**', pattern)) + return self._remove_files(match.match) + + def append(self, item): + if item.endswith('\r'): # Fix older sdists built on Windows + item = item[:-1] + path = convert_path(item) + + if self._safe_path(path): + self.files.append(path) + + def extend(self, paths): + self.files.extend(filter(self._safe_path, paths)) + + def _repair(self): + """ + Replace self.files with only safe paths + + Because some owners of FileList manipulate the underlying + ``files`` attribute directly, this method must be called to + repair those paths. + """ + self.files = list(filter(self._safe_path, self.files)) + + def _safe_path(self, path): + enc_warn = "'%s' not %s encodable -- skipping" + + # To avoid accidental trans-codings errors, first to unicode + u_path = unicode_utils.filesys_decode(path) + if u_path is None: + log.warn("'%s' in unexpected encoding -- skipping" % path) + return False + + # Must ensure utf-8 encodability + utf8_path = unicode_utils.try_encode(u_path, "utf-8") + if utf8_path is None: + log.warn(enc_warn, path, 'utf-8') + return False + + try: + # accept is either way checks out + if os.path.exists(u_path) or os.path.exists(utf8_path): + return True + # this will catch any encode errors decoding u_path + except UnicodeEncodeError: + log.warn(enc_warn, path, sys.getfilesystemencoding()) + + +class manifest_maker(sdist): + template = "MANIFEST.in" + + def initialize_options(self): + self.use_defaults = 1 + self.prune = 1 + self.manifest_only = 1 + self.force_manifest = 1 + + def finalize_options(self): + pass + + def run(self): + self.filelist = FileList() + if not os.path.exists(self.manifest): + self.write_manifest() # it must exist so it'll get in the list + self.add_defaults() + if os.path.exists(self.template): + self.read_template() + self.prune_file_list() + self.filelist.sort() + self.filelist.remove_duplicates() + self.write_manifest() + + def _manifest_normalize(self, path): + path = unicode_utils.filesys_decode(path) + return path.replace(os.sep, '/') + + def write_manifest(self): + """ + Write the file list in 'self.filelist' to the manifest file + named by 'self.manifest'. + """ + self.filelist._repair() + + # Now _repairs should encodability, but not unicode + files = [self._manifest_normalize(f) for f in self.filelist.files] + msg = "writing manifest file '%s'" % self.manifest + self.execute(write_file, (self.manifest, files), msg) + + def warn(self, msg): + if not self._should_suppress_warning(msg): + sdist.warn(self, msg) + + @staticmethod + def _should_suppress_warning(msg): + """ + suppress missing-file warnings from sdist + """ + return re.match(r"standard file .*not found", msg) + + def add_defaults(self): + sdist.add_defaults(self) + self.check_license() + self.filelist.append(self.template) + self.filelist.append(self.manifest) + rcfiles = list(walk_revctrl()) + if rcfiles: + self.filelist.extend(rcfiles) + elif os.path.exists(self.manifest): + self.read_manifest() + + if os.path.exists("setup.py"): + # setup.py should be included by default, even if it's not + # the script called to create the sdist + self.filelist.append("setup.py") + + ei_cmd = self.get_finalized_command('egg_info') + self.filelist.graft(ei_cmd.egg_info) + + def prune_file_list(self): + build = self.get_finalized_command('build') + base_dir = self.distribution.get_fullname() + self.filelist.prune(build.build_base) + self.filelist.prune(base_dir) + sep = re.escape(os.sep) + self.filelist.exclude_pattern(r'(^|' + sep + r')(RCS|CVS|\.svn)' + sep, + is_regex=1) + + +def write_file(filename, contents): + """Create a file with the specified name and write 'contents' (a + sequence of strings without line terminators) to it. + """ + contents = "\n".join(contents) + + # assuming the contents has been vetted for utf-8 encoding + contents = contents.encode("utf-8") + + with open(filename, "wb") as f: # always write POSIX-style manifest + f.write(contents) + + +def write_pkg_info(cmd, basename, filename): + log.info("writing %s", filename) + if not cmd.dry_run: + metadata = cmd.distribution.metadata + metadata.version, oldver = cmd.egg_version, metadata.version + metadata.name, oldname = cmd.egg_name, metadata.name + + try: + # write unescaped data to PKG-INFO, so older pkg_resources + # can still parse it + metadata.write_pkg_info(cmd.egg_info) + finally: + metadata.name, metadata.version = oldname, oldver + + safe = getattr(cmd.distribution, 'zip_safe', None) + + bdist_egg.write_safety_flag(cmd.egg_info, safe) + + +def warn_depends_obsolete(cmd, basename, filename): + if os.path.exists(filename): + log.warn( + "WARNING: 'depends.txt' is not used by setuptools 0.6!\n" + "Use the install_requires/extras_require setup() args instead." + ) + + +def _write_requirements(stream, reqs): + lines = yield_lines(reqs or ()) + + def append_cr(line): + return line + '\n' + lines = map(append_cr, lines) + stream.writelines(lines) + + +def write_requirements(cmd, basename, filename): + dist = cmd.distribution + data = io.StringIO() + _write_requirements(data, dist.install_requires) + extras_require = dist.extras_require or {} + for extra in sorted(extras_require): + data.write('\n[{extra}]\n'.format(**vars())) + _write_requirements(data, extras_require[extra]) + cmd.write_or_delete_file("requirements", filename, data.getvalue()) + + +def write_setup_requirements(cmd, basename, filename): + data = io.StringIO() + _write_requirements(data, cmd.distribution.setup_requires) + cmd.write_or_delete_file("setup-requirements", filename, data.getvalue()) + + +def write_toplevel_names(cmd, basename, filename): + pkgs = dict.fromkeys( + [ + k.split('.', 1)[0] + for k in cmd.distribution.iter_distribution_names() + ] + ) + cmd.write_file("top-level names", filename, '\n'.join(sorted(pkgs)) + '\n') + + +def overwrite_arg(cmd, basename, filename): + write_arg(cmd, basename, filename, True) + + +def write_arg(cmd, basename, filename, force=False): + argname = os.path.splitext(basename)[0] + value = getattr(cmd.distribution, argname, None) + if value is not None: + value = '\n'.join(value) + '\n' + cmd.write_or_delete_file(argname, filename, value, force) + + +def write_entries(cmd, basename, filename): + ep = cmd.distribution.entry_points + + if isinstance(ep, str) or ep is None: + data = ep + elif ep is not None: + data = [] + for section, contents in sorted(ep.items()): + if not isinstance(contents, str): + contents = EntryPoint.parse_group(section, contents) + contents = '\n'.join(sorted(map(str, contents.values()))) + data.append('[%s]\n%s\n\n' % (section, contents)) + data = ''.join(data) + + cmd.write_or_delete_file('entry points', filename, data, True) + + +def get_pkg_info_revision(): + """ + Get a -r### off of PKG-INFO Version in case this is an sdist of + a subversion revision. + """ + warnings.warn( + "get_pkg_info_revision is deprecated.", EggInfoDeprecationWarning) + if os.path.exists('PKG-INFO'): + with io.open('PKG-INFO') as f: + for line in f: + match = re.match(r"Version:.*-r(\d+)\s*$", line) + if match: + return int(match.group(1)) + return 0 + + +class EggInfoDeprecationWarning(SetuptoolsDeprecationWarning): + """Deprecated behavior warning for EggInfo, bypassing suppression.""" diff --git a/env/lib/python3.8/site-packages/setuptools/command/install.py b/env/lib/python3.8/site-packages/setuptools/command/install.py new file mode 100644 index 000000000..72b9a3e42 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/command/install.py @@ -0,0 +1,125 @@ +from distutils.errors import DistutilsArgError +import inspect +import glob +import warnings +import platform +import distutils.command.install as orig + +import setuptools + +# Prior to numpy 1.9, NumPy relies on the '_install' name, so provide it for +# now. See https://github.com/pypa/setuptools/issues/199/ +_install = orig.install + + +class install(orig.install): + """Use easy_install to install the package, w/dependencies""" + + user_options = orig.install.user_options + [ + ('old-and-unmanageable', None, "Try not to use this!"), + ('single-version-externally-managed', None, + "used by system package builders to create 'flat' eggs"), + ] + boolean_options = orig.install.boolean_options + [ + 'old-and-unmanageable', 'single-version-externally-managed', + ] + new_commands = [ + ('install_egg_info', lambda self: True), + ('install_scripts', lambda self: True), + ] + _nc = dict(new_commands) + + def initialize_options(self): + orig.install.initialize_options(self) + self.old_and_unmanageable = None + self.single_version_externally_managed = None + + def finalize_options(self): + orig.install.finalize_options(self) + if self.root: + self.single_version_externally_managed = True + elif self.single_version_externally_managed: + if not self.root and not self.record: + raise DistutilsArgError( + "You must specify --record or --root when building system" + " packages" + ) + + def handle_extra_path(self): + if self.root or self.single_version_externally_managed: + # explicit backward-compatibility mode, allow extra_path to work + return orig.install.handle_extra_path(self) + + # Ignore extra_path when installing an egg (or being run by another + # command without --root or --single-version-externally-managed + self.path_file = None + self.extra_dirs = '' + + def run(self): + # Explicit request for old-style install? Just do it + if self.old_and_unmanageable or self.single_version_externally_managed: + return orig.install.run(self) + + if not self._called_from_setup(inspect.currentframe()): + # Run in backward-compatibility mode to support bdist_* commands. + orig.install.run(self) + else: + self.do_egg_install() + + @staticmethod + def _called_from_setup(run_frame): + """ + Attempt to detect whether run() was called from setup() or by another + command. If called by setup(), the parent caller will be the + 'run_command' method in 'distutils.dist', and *its* caller will be + the 'run_commands' method. If called any other way, the + immediate caller *might* be 'run_command', but it won't have been + called by 'run_commands'. Return True in that case or if a call stack + is unavailable. Return False otherwise. + """ + if run_frame is None: + msg = "Call stack not available. bdist_* commands may fail." + warnings.warn(msg) + if platform.python_implementation() == 'IronPython': + msg = "For best results, pass -X:Frames to enable call stack." + warnings.warn(msg) + return True + res = inspect.getouterframes(run_frame)[2] + caller, = res[:1] + info = inspect.getframeinfo(caller) + caller_module = caller.f_globals.get('__name__', '') + return ( + caller_module == 'distutils.dist' + and info.function == 'run_commands' + ) + + def do_egg_install(self): + + easy_install = self.distribution.get_command_class('easy_install') + + cmd = easy_install( + self.distribution, args="x", root=self.root, record=self.record, + ) + cmd.ensure_finalized() # finalize before bdist_egg munges install cmd + cmd.always_copy_from = '.' # make sure local-dir eggs get installed + + # pick up setup-dir .egg files only: no .egg-info + cmd.package_index.scan(glob.glob('*.egg')) + + self.run_command('bdist_egg') + args = [self.distribution.get_command_obj('bdist_egg').egg_output] + + if setuptools.bootstrap_install_from: + # Bootstrap self-installation of setuptools + args.insert(0, setuptools.bootstrap_install_from) + + cmd.args = args + cmd.run(show_deprecation=False) + setuptools.bootstrap_install_from = None + + +# XXX Python 3.1 doesn't see _nc if this is inside the class +install.sub_commands = ( + [cmd for cmd in orig.install.sub_commands if cmd[0] not in install._nc] + + install.new_commands +) diff --git a/env/lib/python3.8/site-packages/setuptools/command/install_egg_info.py b/env/lib/python3.8/site-packages/setuptools/command/install_egg_info.py new file mode 100644 index 000000000..edc4718b6 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/command/install_egg_info.py @@ -0,0 +1,62 @@ +from distutils import log, dir_util +import os + +from setuptools import Command +from setuptools import namespaces +from setuptools.archive_util import unpack_archive +import pkg_resources + + +class install_egg_info(namespaces.Installer, Command): + """Install an .egg-info directory for the package""" + + description = "Install an .egg-info directory for the package" + + user_options = [ + ('install-dir=', 'd', "directory to install to"), + ] + + def initialize_options(self): + self.install_dir = None + + def finalize_options(self): + self.set_undefined_options('install_lib', + ('install_dir', 'install_dir')) + ei_cmd = self.get_finalized_command("egg_info") + basename = pkg_resources.Distribution( + None, None, ei_cmd.egg_name, ei_cmd.egg_version + ).egg_name() + '.egg-info' + self.source = ei_cmd.egg_info + self.target = os.path.join(self.install_dir, basename) + self.outputs = [] + + def run(self): + self.run_command('egg_info') + if os.path.isdir(self.target) and not os.path.islink(self.target): + dir_util.remove_tree(self.target, dry_run=self.dry_run) + elif os.path.exists(self.target): + self.execute(os.unlink, (self.target,), "Removing " + self.target) + if not self.dry_run: + pkg_resources.ensure_directory(self.target) + self.execute( + self.copytree, (), "Copying %s to %s" % (self.source, self.target) + ) + self.install_namespaces() + + def get_outputs(self): + return self.outputs + + def copytree(self): + # Copy the .egg-info tree to site-packages + def skimmer(src, dst): + # filter out source-control directories; note that 'src' is always + # a '/'-separated path, regardless of platform. 'dst' is a + # platform-specific path. + for skip in '.svn/', 'CVS/': + if src.startswith(skip) or '/' + skip in src: + return None + self.outputs.append(dst) + log.debug("Copying %s to %s", src, dst) + return dst + + unpack_archive(self.source, self.target, skimmer) diff --git a/env/lib/python3.8/site-packages/setuptools/command/install_lib.py b/env/lib/python3.8/site-packages/setuptools/command/install_lib.py new file mode 100644 index 000000000..2e9d8757a --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/command/install_lib.py @@ -0,0 +1,122 @@ +import os +import sys +from itertools import product, starmap +import distutils.command.install_lib as orig + + +class install_lib(orig.install_lib): + """Don't add compiled flags to filenames of non-Python files""" + + def run(self): + self.build() + outfiles = self.install() + if outfiles is not None: + # always compile, in case we have any extension stubs to deal with + self.byte_compile(outfiles) + + def get_exclusions(self): + """ + Return a collections.Sized collections.Container of paths to be + excluded for single_version_externally_managed installations. + """ + all_packages = ( + pkg + for ns_pkg in self._get_SVEM_NSPs() + for pkg in self._all_packages(ns_pkg) + ) + + excl_specs = product(all_packages, self._gen_exclusion_paths()) + return set(starmap(self._exclude_pkg_path, excl_specs)) + + def _exclude_pkg_path(self, pkg, exclusion_path): + """ + Given a package name and exclusion path within that package, + compute the full exclusion path. + """ + parts = pkg.split('.') + [exclusion_path] + return os.path.join(self.install_dir, *parts) + + @staticmethod + def _all_packages(pkg_name): + """ + >>> list(install_lib._all_packages('foo.bar.baz')) + ['foo.bar.baz', 'foo.bar', 'foo'] + """ + while pkg_name: + yield pkg_name + pkg_name, sep, child = pkg_name.rpartition('.') + + def _get_SVEM_NSPs(self): + """ + Get namespace packages (list) but only for + single_version_externally_managed installations and empty otherwise. + """ + # TODO: is it necessary to short-circuit here? i.e. what's the cost + # if get_finalized_command is called even when namespace_packages is + # False? + if not self.distribution.namespace_packages: + return [] + + install_cmd = self.get_finalized_command('install') + svem = install_cmd.single_version_externally_managed + + return self.distribution.namespace_packages if svem else [] + + @staticmethod + def _gen_exclusion_paths(): + """ + Generate file paths to be excluded for namespace packages (bytecode + cache files). + """ + # always exclude the package module itself + yield '__init__.py' + + yield '__init__.pyc' + yield '__init__.pyo' + + if not hasattr(sys, 'implementation'): + return + + base = os.path.join( + '__pycache__', '__init__.' + sys.implementation.cache_tag) + yield base + '.pyc' + yield base + '.pyo' + yield base + '.opt-1.pyc' + yield base + '.opt-2.pyc' + + def copy_tree( + self, infile, outfile, + preserve_mode=1, preserve_times=1, preserve_symlinks=0, level=1 + ): + assert preserve_mode and preserve_times and not preserve_symlinks + exclude = self.get_exclusions() + + if not exclude: + return orig.install_lib.copy_tree(self, infile, outfile) + + # Exclude namespace package __init__.py* files from the output + + from setuptools.archive_util import unpack_directory + from distutils import log + + outfiles = [] + + def pf(src, dst): + if dst in exclude: + log.warn("Skipping installation of %s (namespace package)", + dst) + return False + + log.info("copying %s -> %s", src, os.path.dirname(dst)) + outfiles.append(dst) + return dst + + unpack_directory(infile, outfile, pf) + return outfiles + + def get_outputs(self): + outputs = orig.install_lib.get_outputs(self) + exclude = self.get_exclusions() + if exclude: + return [f for f in outputs if f not in exclude] + return outputs diff --git a/env/lib/python3.8/site-packages/setuptools/command/install_scripts.py b/env/lib/python3.8/site-packages/setuptools/command/install_scripts.py new file mode 100644 index 000000000..9cd8eb062 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/command/install_scripts.py @@ -0,0 +1,69 @@ +from distutils import log +import distutils.command.install_scripts as orig +from distutils.errors import DistutilsModuleError +import os +import sys + +from pkg_resources import Distribution, PathMetadata, ensure_directory + + +class install_scripts(orig.install_scripts): + """Do normal script install, plus any egg_info wrapper scripts""" + + def initialize_options(self): + orig.install_scripts.initialize_options(self) + self.no_ep = False + + def run(self): + import setuptools.command.easy_install as ei + + self.run_command("egg_info") + if self.distribution.scripts: + orig.install_scripts.run(self) # run first to set up self.outfiles + else: + self.outfiles = [] + if self.no_ep: + # don't install entry point scripts into .egg file! + return + + ei_cmd = self.get_finalized_command("egg_info") + dist = Distribution( + ei_cmd.egg_base, PathMetadata(ei_cmd.egg_base, ei_cmd.egg_info), + ei_cmd.egg_name, ei_cmd.egg_version, + ) + bs_cmd = self.get_finalized_command('build_scripts') + exec_param = getattr(bs_cmd, 'executable', None) + try: + bw_cmd = self.get_finalized_command("bdist_wininst") + is_wininst = getattr(bw_cmd, '_is_running', False) + except (ImportError, DistutilsModuleError): + is_wininst = False + writer = ei.ScriptWriter + if is_wininst: + exec_param = "python.exe" + writer = ei.WindowsScriptWriter + if exec_param == sys.executable: + # In case the path to the Python executable contains a space, wrap + # it so it's not split up. + exec_param = [exec_param] + # resolve the writer to the environment + writer = writer.best() + cmd = writer.command_spec_class.best().from_param(exec_param) + for args in writer.get_args(dist, cmd.as_header()): + self.write_script(*args) + + def write_script(self, script_name, contents, mode="t", *ignored): + """Write an executable file to the scripts directory""" + from setuptools.command.easy_install import chmod, current_umask + + log.info("Installing %s script to %s", script_name, self.install_dir) + target = os.path.join(self.install_dir, script_name) + self.outfiles.append(target) + + mask = current_umask() + if not self.dry_run: + ensure_directory(target) + f = open(target, "w" + mode) + f.write(contents) + f.close() + chmod(target, 0o777 - mask) diff --git a/env/lib/python3.8/site-packages/setuptools/command/launcher manifest.xml b/env/lib/python3.8/site-packages/setuptools/command/launcher manifest.xml new file mode 100644 index 000000000..5972a96d8 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/command/launcher manifest.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + diff --git a/env/lib/python3.8/site-packages/setuptools/command/py36compat.py b/env/lib/python3.8/site-packages/setuptools/command/py36compat.py new file mode 100644 index 000000000..343547a4d --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/command/py36compat.py @@ -0,0 +1,134 @@ +import os +from glob import glob +from distutils.util import convert_path +from distutils.command import sdist + + +class sdist_add_defaults: + """ + Mix-in providing forward-compatibility for functionality as found in + distutils on Python 3.7. + + Do not edit the code in this class except to update functionality + as implemented in distutils. Instead, override in the subclass. + """ + + def add_defaults(self): + """Add all the default files to self.filelist: + - README or README.txt + - setup.py + - test/test*.py + - all pure Python modules mentioned in setup script + - all files pointed by package_data (build_py) + - all files defined in data_files. + - all files defined as scripts. + - all C sources listed as part of extensions or C libraries + in the setup script (doesn't catch C headers!) + Warns if (README or README.txt) or setup.py are missing; everything + else is optional. + """ + self._add_defaults_standards() + self._add_defaults_optional() + self._add_defaults_python() + self._add_defaults_data_files() + self._add_defaults_ext() + self._add_defaults_c_libs() + self._add_defaults_scripts() + + @staticmethod + def _cs_path_exists(fspath): + """ + Case-sensitive path existence check + + >>> sdist_add_defaults._cs_path_exists(__file__) + True + >>> sdist_add_defaults._cs_path_exists(__file__.upper()) + False + """ + if not os.path.exists(fspath): + return False + # make absolute so we always have a directory + abspath = os.path.abspath(fspath) + directory, filename = os.path.split(abspath) + return filename in os.listdir(directory) + + def _add_defaults_standards(self): + standards = [self.READMES, self.distribution.script_name] + for fn in standards: + if isinstance(fn, tuple): + alts = fn + got_it = False + for fn in alts: + if self._cs_path_exists(fn): + got_it = True + self.filelist.append(fn) + break + + if not got_it: + self.warn("standard file not found: should have one of " + + ', '.join(alts)) + else: + if self._cs_path_exists(fn): + self.filelist.append(fn) + else: + self.warn("standard file '%s' not found" % fn) + + def _add_defaults_optional(self): + optional = ['test/test*.py', 'setup.cfg'] + for pattern in optional: + files = filter(os.path.isfile, glob(pattern)) + self.filelist.extend(files) + + def _add_defaults_python(self): + # build_py is used to get: + # - python modules + # - files defined in package_data + build_py = self.get_finalized_command('build_py') + + # getting python files + if self.distribution.has_pure_modules(): + self.filelist.extend(build_py.get_source_files()) + + # getting package_data files + # (computed in build_py.data_files by build_py.finalize_options) + for pkg, src_dir, build_dir, filenames in build_py.data_files: + for filename in filenames: + self.filelist.append(os.path.join(src_dir, filename)) + + def _add_defaults_data_files(self): + # getting distribution.data_files + if self.distribution.has_data_files(): + for item in self.distribution.data_files: + if isinstance(item, str): + # plain file + item = convert_path(item) + if os.path.isfile(item): + self.filelist.append(item) + else: + # a (dirname, filenames) tuple + dirname, filenames = item + for f in filenames: + f = convert_path(f) + if os.path.isfile(f): + self.filelist.append(f) + + def _add_defaults_ext(self): + if self.distribution.has_ext_modules(): + build_ext = self.get_finalized_command('build_ext') + self.filelist.extend(build_ext.get_source_files()) + + def _add_defaults_c_libs(self): + if self.distribution.has_c_libraries(): + build_clib = self.get_finalized_command('build_clib') + self.filelist.extend(build_clib.get_source_files()) + + def _add_defaults_scripts(self): + if self.distribution.has_scripts(): + build_scripts = self.get_finalized_command('build_scripts') + self.filelist.extend(build_scripts.get_source_files()) + + +if hasattr(sdist.sdist, '_add_defaults_standards'): + # disable the functionality already available upstream + class sdist_add_defaults: # noqa + pass diff --git a/env/lib/python3.8/site-packages/setuptools/command/register.py b/env/lib/python3.8/site-packages/setuptools/command/register.py new file mode 100644 index 000000000..b8266b9a6 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/command/register.py @@ -0,0 +1,18 @@ +from distutils import log +import distutils.command.register as orig + +from setuptools.errors import RemovedCommandError + + +class register(orig.register): + """Formerly used to register packages on PyPI.""" + + def run(self): + msg = ( + "The register command has been removed, use twine to upload " + + "instead (https://pypi.org/p/twine)" + ) + + self.announce("ERROR: " + msg, log.ERROR) + + raise RemovedCommandError(msg) diff --git a/env/lib/python3.8/site-packages/setuptools/command/rotate.py b/env/lib/python3.8/site-packages/setuptools/command/rotate.py new file mode 100644 index 000000000..74795ba92 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/command/rotate.py @@ -0,0 +1,64 @@ +from distutils.util import convert_path +from distutils import log +from distutils.errors import DistutilsOptionError +import os +import shutil + +from setuptools import Command + + +class rotate(Command): + """Delete older distributions""" + + description = "delete older distributions, keeping N newest files" + user_options = [ + ('match=', 'm', "patterns to match (required)"), + ('dist-dir=', 'd', "directory where the distributions are"), + ('keep=', 'k', "number of matching distributions to keep"), + ] + + boolean_options = [] + + def initialize_options(self): + self.match = None + self.dist_dir = None + self.keep = None + + def finalize_options(self): + if self.match is None: + raise DistutilsOptionError( + "Must specify one or more (comma-separated) match patterns " + "(e.g. '.zip' or '.egg')" + ) + if self.keep is None: + raise DistutilsOptionError("Must specify number of files to keep") + try: + self.keep = int(self.keep) + except ValueError as e: + raise DistutilsOptionError("--keep must be an integer") from e + if isinstance(self.match, str): + self.match = [ + convert_path(p.strip()) for p in self.match.split(',') + ] + self.set_undefined_options('bdist', ('dist_dir', 'dist_dir')) + + def run(self): + self.run_command("egg_info") + from glob import glob + + for pattern in self.match: + pattern = self.distribution.get_name() + '*' + pattern + files = glob(os.path.join(self.dist_dir, pattern)) + files = [(os.path.getmtime(f), f) for f in files] + files.sort() + files.reverse() + + log.info("%d file(s) matching %s", len(files), pattern) + files = files[self.keep:] + for (t, f) in files: + log.info("Deleting %s", f) + if not self.dry_run: + if os.path.isdir(f): + shutil.rmtree(f) + else: + os.unlink(f) diff --git a/env/lib/python3.8/site-packages/setuptools/command/saveopts.py b/env/lib/python3.8/site-packages/setuptools/command/saveopts.py new file mode 100644 index 000000000..611cec552 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/command/saveopts.py @@ -0,0 +1,22 @@ +from setuptools.command.setopt import edit_config, option_base + + +class saveopts(option_base): + """Save command-line options to a file""" + + description = "save supplied options to setup.cfg or other config file" + + def run(self): + dist = self.distribution + settings = {} + + for cmd in dist.command_options: + + if cmd == 'saveopts': + continue # don't save our own options! + + for opt, (src, val) in dist.get_option_dict(cmd).items(): + if src == "command line": + settings.setdefault(cmd, {})[opt] = val + + edit_config(self.filename, settings, self.dry_run) diff --git a/env/lib/python3.8/site-packages/setuptools/command/sdist.py b/env/lib/python3.8/site-packages/setuptools/command/sdist.py new file mode 100644 index 000000000..a6ea814a3 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/command/sdist.py @@ -0,0 +1,235 @@ +from distutils import log +import distutils.command.sdist as orig +import os +import sys +import io +import contextlib +from glob import iglob + +from setuptools.extern import ordered_set + +from .py36compat import sdist_add_defaults + +import pkg_resources + +_default_revctrl = list + + +def walk_revctrl(dirname=''): + """Find all files under revision control""" + for ep in pkg_resources.iter_entry_points('setuptools.file_finders'): + for item in ep.load()(dirname): + yield item + + +class sdist(sdist_add_defaults, orig.sdist): + """Smart sdist that finds anything supported by revision control""" + + user_options = [ + ('formats=', None, + "formats for source distribution (comma-separated list)"), + ('keep-temp', 'k', + "keep the distribution tree around after creating " + + "archive file(s)"), + ('dist-dir=', 'd', + "directory to put the source distribution archive(s) in " + "[default: dist]"), + ] + + negative_opt = {} + + README_EXTENSIONS = ['', '.rst', '.txt', '.md'] + READMES = tuple('README{0}'.format(ext) for ext in README_EXTENSIONS) + + def run(self): + self.run_command('egg_info') + ei_cmd = self.get_finalized_command('egg_info') + self.filelist = ei_cmd.filelist + self.filelist.append(os.path.join(ei_cmd.egg_info, 'SOURCES.txt')) + self.check_readme() + + # Run sub commands + for cmd_name in self.get_sub_commands(): + self.run_command(cmd_name) + + self.make_distribution() + + dist_files = getattr(self.distribution, 'dist_files', []) + for file in self.archive_files: + data = ('sdist', '', file) + if data not in dist_files: + dist_files.append(data) + + def initialize_options(self): + orig.sdist.initialize_options(self) + + self._default_to_gztar() + + def _default_to_gztar(self): + # only needed on Python prior to 3.6. + if sys.version_info >= (3, 6, 0, 'beta', 1): + return + self.formats = ['gztar'] + + def make_distribution(self): + """ + Workaround for #516 + """ + with self._remove_os_link(): + orig.sdist.make_distribution(self) + + @staticmethod + @contextlib.contextmanager + def _remove_os_link(): + """ + In a context, remove and restore os.link if it exists + """ + + class NoValue: + pass + + orig_val = getattr(os, 'link', NoValue) + try: + del os.link + except Exception: + pass + try: + yield + finally: + if orig_val is not NoValue: + setattr(os, 'link', orig_val) + + def _add_defaults_optional(self): + super()._add_defaults_optional() + if os.path.isfile('pyproject.toml'): + self.filelist.append('pyproject.toml') + + def _add_defaults_python(self): + """getting python files""" + if self.distribution.has_pure_modules(): + build_py = self.get_finalized_command('build_py') + self.filelist.extend(build_py.get_source_files()) + self._add_data_files(self._safe_data_files(build_py)) + + def _safe_data_files(self, build_py): + """ + Extracting data_files from build_py is known to cause + infinite recursion errors when `include_package_data` + is enabled, so suppress it in that case. + """ + if self.distribution.include_package_data: + return () + return build_py.data_files + + def _add_data_files(self, data_files): + """ + Add data files as found in build_py.data_files. + """ + self.filelist.extend( + os.path.join(src_dir, name) + for _, src_dir, _, filenames in data_files + for name in filenames + ) + + def _add_defaults_data_files(self): + try: + super()._add_defaults_data_files() + except TypeError: + log.warn("data_files contains unexpected objects") + + def check_readme(self): + for f in self.READMES: + if os.path.exists(f): + return + else: + self.warn( + "standard file not found: should have one of " + + ', '.join(self.READMES) + ) + + def make_release_tree(self, base_dir, files): + orig.sdist.make_release_tree(self, base_dir, files) + + # Save any egg_info command line options used to create this sdist + dest = os.path.join(base_dir, 'setup.cfg') + if hasattr(os, 'link') and os.path.exists(dest): + # unlink and re-copy, since it might be hard-linked, and + # we don't want to change the source version + os.unlink(dest) + self.copy_file('setup.cfg', dest) + + self.get_finalized_command('egg_info').save_version_info(dest) + + def _manifest_is_not_generated(self): + # check for special comment used in 2.7.1 and higher + if not os.path.isfile(self.manifest): + return False + + with io.open(self.manifest, 'rb') as fp: + first_line = fp.readline() + return (first_line != + '# file GENERATED by distutils, do NOT edit\n'.encode()) + + def read_manifest(self): + """Read the manifest file (named by 'self.manifest') and use it to + fill in 'self.filelist', the list of files to include in the source + distribution. + """ + log.info("reading manifest file '%s'", self.manifest) + manifest = open(self.manifest, 'rb') + for line in manifest: + # The manifest must contain UTF-8. See #303. + try: + line = line.decode('UTF-8') + except UnicodeDecodeError: + log.warn("%r not UTF-8 decodable -- skipping" % line) + continue + # ignore comments and blank lines + line = line.strip() + if line.startswith('#') or not line: + continue + self.filelist.append(line) + manifest.close() + + def check_license(self): + """Checks if license_file' or 'license_files' is configured and adds any + valid paths to 'self.filelist'. + """ + opts = self.distribution.get_option_dict('metadata') + + files = ordered_set.OrderedSet() + try: + license_files = self.distribution.metadata.license_files + except TypeError: + log.warn("warning: 'license_files' option is malformed") + license_files = ordered_set.OrderedSet() + patterns = license_files if isinstance(license_files, ordered_set.OrderedSet) \ + else ordered_set.OrderedSet(license_files) + + if 'license_file' in opts: + log.warn( + "warning: the 'license_file' option is deprecated, " + "use 'license_files' instead") + patterns.append(opts['license_file'][1]) + + if 'license_file' not in opts and 'license_files' not in opts: + # Default patterns match the ones wheel uses + # See https://wheel.readthedocs.io/en/stable/user_guide.html + # -> 'Including license files in the generated wheel file' + patterns = ('LICEN[CS]E*', 'COPYING*', 'NOTICE*', 'AUTHORS*') + + for pattern in patterns: + for path in iglob(pattern): + if path.endswith('~'): + log.debug( + "ignoring license file '%s' as it looks like a backup", + path) + continue + + if path not in files and os.path.isfile(path): + log.info( + "adding license file '%s' (matched pattern '%s')", + path, pattern) + files.add(path) + + self.filelist.extend(sorted(files)) diff --git a/env/lib/python3.8/site-packages/setuptools/command/setopt.py b/env/lib/python3.8/site-packages/setuptools/command/setopt.py new file mode 100644 index 000000000..e18057c81 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/command/setopt.py @@ -0,0 +1,148 @@ +from distutils.util import convert_path +from distutils import log +from distutils.errors import DistutilsOptionError +import distutils +import os +import configparser + +from setuptools import Command + +__all__ = ['config_file', 'edit_config', 'option_base', 'setopt'] + + +def config_file(kind="local"): + """Get the filename of the distutils, local, global, or per-user config + + `kind` must be one of "local", "global", or "user" + """ + if kind == 'local': + return 'setup.cfg' + if kind == 'global': + return os.path.join( + os.path.dirname(distutils.__file__), 'distutils.cfg' + ) + if kind == 'user': + dot = os.name == 'posix' and '.' or '' + return os.path.expanduser(convert_path("~/%spydistutils.cfg" % dot)) + raise ValueError( + "config_file() type must be 'local', 'global', or 'user'", kind + ) + + +def edit_config(filename, settings, dry_run=False): + """Edit a configuration file to include `settings` + + `settings` is a dictionary of dictionaries or ``None`` values, keyed by + command/section name. A ``None`` value means to delete the entire section, + while a dictionary lists settings to be changed or deleted in that section. + A setting of ``None`` means to delete that setting. + """ + log.debug("Reading configuration from %s", filename) + opts = configparser.RawConfigParser() + opts.read([filename]) + for section, options in settings.items(): + if options is None: + log.info("Deleting section [%s] from %s", section, filename) + opts.remove_section(section) + else: + if not opts.has_section(section): + log.debug("Adding new section [%s] to %s", section, filename) + opts.add_section(section) + for option, value in options.items(): + if value is None: + log.debug( + "Deleting %s.%s from %s", + section, option, filename + ) + opts.remove_option(section, option) + if not opts.options(section): + log.info("Deleting empty [%s] section from %s", + section, filename) + opts.remove_section(section) + else: + log.debug( + "Setting %s.%s to %r in %s", + section, option, value, filename + ) + opts.set(section, option, value) + + log.info("Writing %s", filename) + if not dry_run: + with open(filename, 'w') as f: + opts.write(f) + + +class option_base(Command): + """Abstract base class for commands that mess with config files""" + + user_options = [ + ('global-config', 'g', + "save options to the site-wide distutils.cfg file"), + ('user-config', 'u', + "save options to the current user's pydistutils.cfg file"), + ('filename=', 'f', + "configuration file to use (default=setup.cfg)"), + ] + + boolean_options = [ + 'global-config', 'user-config', + ] + + def initialize_options(self): + self.global_config = None + self.user_config = None + self.filename = None + + def finalize_options(self): + filenames = [] + if self.global_config: + filenames.append(config_file('global')) + if self.user_config: + filenames.append(config_file('user')) + if self.filename is not None: + filenames.append(self.filename) + if not filenames: + filenames.append(config_file('local')) + if len(filenames) > 1: + raise DistutilsOptionError( + "Must specify only one configuration file option", + filenames + ) + self.filename, = filenames + + +class setopt(option_base): + """Save command-line options to a file""" + + description = "set an option in setup.cfg or another config file" + + user_options = [ + ('command=', 'c', 'command to set an option for'), + ('option=', 'o', 'option to set'), + ('set-value=', 's', 'value of the option'), + ('remove', 'r', 'remove (unset) the value'), + ] + option_base.user_options + + boolean_options = option_base.boolean_options + ['remove'] + + def initialize_options(self): + option_base.initialize_options(self) + self.command = None + self.option = None + self.set_value = None + self.remove = None + + def finalize_options(self): + option_base.finalize_options(self) + if self.command is None or self.option is None: + raise DistutilsOptionError("Must specify --command *and* --option") + if self.set_value is None and not self.remove: + raise DistutilsOptionError("Must specify --set-value or --remove") + + def run(self): + edit_config( + self.filename, { + self.command: {self.option.replace('-', '_'): self.set_value} + }, + self.dry_run + ) diff --git a/env/lib/python3.8/site-packages/setuptools/command/test.py b/env/lib/python3.8/site-packages/setuptools/command/test.py new file mode 100644 index 000000000..cf71ad015 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/command/test.py @@ -0,0 +1,274 @@ +import os +import operator +import sys +import contextlib +import itertools +import unittest +from distutils.errors import DistutilsError, DistutilsOptionError +from distutils import log +from unittest import TestLoader + +from pkg_resources import (resource_listdir, resource_exists, normalize_path, + working_set, _namespace_packages, evaluate_marker, + add_activation_listener, require, EntryPoint) +from setuptools import Command +from .build_py import _unique_everseen + + +class ScanningLoader(TestLoader): + + def __init__(self): + TestLoader.__init__(self) + self._visited = set() + + def loadTestsFromModule(self, module, pattern=None): + """Return a suite of all tests cases contained in the given module + + If the module is a package, load tests from all the modules in it. + If the module has an ``additional_tests`` function, call it and add + the return value to the tests. + """ + if module in self._visited: + return None + self._visited.add(module) + + tests = [] + tests.append(TestLoader.loadTestsFromModule(self, module)) + + if hasattr(module, "additional_tests"): + tests.append(module.additional_tests()) + + if hasattr(module, '__path__'): + for file in resource_listdir(module.__name__, ''): + if file.endswith('.py') and file != '__init__.py': + submodule = module.__name__ + '.' + file[:-3] + else: + if resource_exists(module.__name__, file + '/__init__.py'): + submodule = module.__name__ + '.' + file + else: + continue + tests.append(self.loadTestsFromName(submodule)) + + if len(tests) != 1: + return self.suiteClass(tests) + else: + return tests[0] # don't create a nested suite for only one return + + +# adapted from jaraco.classes.properties:NonDataProperty +class NonDataProperty: + def __init__(self, fget): + self.fget = fget + + def __get__(self, obj, objtype=None): + if obj is None: + return self + return self.fget(obj) + + +class test(Command): + """Command to run unit tests after in-place build""" + + description = "run unit tests after in-place build (deprecated)" + + user_options = [ + ('test-module=', 'm', "Run 'test_suite' in specified module"), + ('test-suite=', 's', + "Run single test, case or suite (e.g. 'module.test_suite')"), + ('test-runner=', 'r', "Test runner to use"), + ] + + def initialize_options(self): + self.test_suite = None + self.test_module = None + self.test_loader = None + self.test_runner = None + + def finalize_options(self): + + if self.test_suite and self.test_module: + msg = "You may specify a module or a suite, but not both" + raise DistutilsOptionError(msg) + + if self.test_suite is None: + if self.test_module is None: + self.test_suite = self.distribution.test_suite + else: + self.test_suite = self.test_module + ".test_suite" + + if self.test_loader is None: + self.test_loader = getattr(self.distribution, 'test_loader', None) + if self.test_loader is None: + self.test_loader = "setuptools.command.test:ScanningLoader" + if self.test_runner is None: + self.test_runner = getattr(self.distribution, 'test_runner', None) + + @NonDataProperty + def test_args(self): + return list(self._test_args()) + + def _test_args(self): + if not self.test_suite and sys.version_info >= (2, 7): + yield 'discover' + if self.verbose: + yield '--verbose' + if self.test_suite: + yield self.test_suite + + def with_project_on_sys_path(self, func): + """ + Backward compatibility for project_on_sys_path context. + """ + with self.project_on_sys_path(): + func() + + @contextlib.contextmanager + def project_on_sys_path(self, include_dists=[]): + with_2to3 = getattr(self.distribution, 'use_2to3', False) + + if with_2to3: + # If we run 2to3 we can not do this inplace: + + # Ensure metadata is up-to-date + self.reinitialize_command('build_py', inplace=0) + self.run_command('build_py') + bpy_cmd = self.get_finalized_command("build_py") + build_path = normalize_path(bpy_cmd.build_lib) + + # Build extensions + self.reinitialize_command('egg_info', egg_base=build_path) + self.run_command('egg_info') + + self.reinitialize_command('build_ext', inplace=0) + self.run_command('build_ext') + else: + # Without 2to3 inplace works fine: + self.run_command('egg_info') + + # Build extensions in-place + self.reinitialize_command('build_ext', inplace=1) + self.run_command('build_ext') + + ei_cmd = self.get_finalized_command("egg_info") + + old_path = sys.path[:] + old_modules = sys.modules.copy() + + try: + project_path = normalize_path(ei_cmd.egg_base) + sys.path.insert(0, project_path) + working_set.__init__() + add_activation_listener(lambda dist: dist.activate()) + require('%s==%s' % (ei_cmd.egg_name, ei_cmd.egg_version)) + with self.paths_on_pythonpath([project_path]): + yield + finally: + sys.path[:] = old_path + sys.modules.clear() + sys.modules.update(old_modules) + working_set.__init__() + + @staticmethod + @contextlib.contextmanager + def paths_on_pythonpath(paths): + """ + Add the indicated paths to the head of the PYTHONPATH environment + variable so that subprocesses will also see the packages at + these paths. + + Do this in a context that restores the value on exit. + """ + nothing = object() + orig_pythonpath = os.environ.get('PYTHONPATH', nothing) + current_pythonpath = os.environ.get('PYTHONPATH', '') + try: + prefix = os.pathsep.join(_unique_everseen(paths)) + to_join = filter(None, [prefix, current_pythonpath]) + new_path = os.pathsep.join(to_join) + if new_path: + os.environ['PYTHONPATH'] = new_path + yield + finally: + if orig_pythonpath is nothing: + os.environ.pop('PYTHONPATH', None) + else: + os.environ['PYTHONPATH'] = orig_pythonpath + + @staticmethod + def install_dists(dist): + """ + Install the requirements indicated by self.distribution and + return an iterable of the dists that were built. + """ + ir_d = dist.fetch_build_eggs(dist.install_requires) + tr_d = dist.fetch_build_eggs(dist.tests_require or []) + er_d = dist.fetch_build_eggs( + v for k, v in dist.extras_require.items() + if k.startswith(':') and evaluate_marker(k[1:]) + ) + return itertools.chain(ir_d, tr_d, er_d) + + def run(self): + self.announce( + "WARNING: Testing via this command is deprecated and will be " + "removed in a future version. Users looking for a generic test " + "entry point independent of test runner are encouraged to use " + "tox.", + log.WARN, + ) + + installed_dists = self.install_dists(self.distribution) + + cmd = ' '.join(self._argv) + if self.dry_run: + self.announce('skipping "%s" (dry run)' % cmd) + return + + self.announce('running "%s"' % cmd) + + paths = map(operator.attrgetter('location'), installed_dists) + with self.paths_on_pythonpath(paths): + with self.project_on_sys_path(): + self.run_tests() + + def run_tests(self): + # Purge modules under test from sys.modules. The test loader will + # re-import them from the build location. Required when 2to3 is used + # with namespace packages. + if getattr(self.distribution, 'use_2to3', False): + module = self.test_suite.split('.')[0] + if module in _namespace_packages: + del_modules = [] + if module in sys.modules: + del_modules.append(module) + module += '.' + for name in sys.modules: + if name.startswith(module): + del_modules.append(name) + list(map(sys.modules.__delitem__, del_modules)) + + test = unittest.main( + None, None, self._argv, + testLoader=self._resolve_as_ep(self.test_loader), + testRunner=self._resolve_as_ep(self.test_runner), + exit=False, + ) + if not test.result.wasSuccessful(): + msg = 'Test failed: %s' % test.result + self.announce(msg, log.ERROR) + raise DistutilsError(msg) + + @property + def _argv(self): + return ['unittest'] + self.test_args + + @staticmethod + def _resolve_as_ep(val): + """ + Load the indicated attribute value, called, as a as if it were + specified as an entry point. + """ + if val is None: + return + parsed = EntryPoint.parse("x=" + val) + return parsed.resolve()() diff --git a/env/lib/python3.8/site-packages/setuptools/command/upload.py b/env/lib/python3.8/site-packages/setuptools/command/upload.py new file mode 100644 index 000000000..ec7f81e22 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/command/upload.py @@ -0,0 +1,17 @@ +from distutils import log +from distutils.command import upload as orig + +from setuptools.errors import RemovedCommandError + + +class upload(orig.upload): + """Formerly used to upload packages to PyPI.""" + + def run(self): + msg = ( + "The upload command has been removed, use twine to upload " + + "instead (https://pypi.org/p/twine)" + ) + + self.announce("ERROR: " + msg, log.ERROR) + raise RemovedCommandError(msg) diff --git a/env/lib/python3.8/site-packages/setuptools/command/upload_docs.py b/env/lib/python3.8/site-packages/setuptools/command/upload_docs.py new file mode 100644 index 000000000..845bff442 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/command/upload_docs.py @@ -0,0 +1,202 @@ +# -*- coding: utf-8 -*- +"""upload_docs + +Implements a Distutils 'upload_docs' subcommand (upload documentation to +sites other than PyPi such as devpi). +""" + +from base64 import standard_b64encode +from distutils import log +from distutils.errors import DistutilsOptionError +import os +import socket +import zipfile +import tempfile +import shutil +import itertools +import functools +import http.client +import urllib.parse + +from pkg_resources import iter_entry_points +from .upload import upload + + +def _encode(s): + return s.encode('utf-8', 'surrogateescape') + + +class upload_docs(upload): + # override the default repository as upload_docs isn't + # supported by Warehouse (and won't be). + DEFAULT_REPOSITORY = 'https://pypi.python.org/pypi/' + + description = 'Upload documentation to sites other than PyPi such as devpi' + + user_options = [ + ('repository=', 'r', + "url of repository [default: %s]" % upload.DEFAULT_REPOSITORY), + ('show-response', None, + 'display full response text from server'), + ('upload-dir=', None, 'directory to upload'), + ] + boolean_options = upload.boolean_options + + def has_sphinx(self): + if self.upload_dir is None: + for ep in iter_entry_points('distutils.commands', 'build_sphinx'): + return True + + sub_commands = [('build_sphinx', has_sphinx)] + + def initialize_options(self): + upload.initialize_options(self) + self.upload_dir = None + self.target_dir = None + + def finalize_options(self): + upload.finalize_options(self) + if self.upload_dir is None: + if self.has_sphinx(): + build_sphinx = self.get_finalized_command('build_sphinx') + self.target_dir = dict(build_sphinx.builder_target_dirs)['html'] + else: + build = self.get_finalized_command('build') + self.target_dir = os.path.join(build.build_base, 'docs') + else: + self.ensure_dirname('upload_dir') + self.target_dir = self.upload_dir + if 'pypi.python.org' in self.repository: + log.warn("Upload_docs command is deprecated for PyPi. Use RTD instead.") + self.announce('Using upload directory %s' % self.target_dir) + + def create_zipfile(self, filename): + zip_file = zipfile.ZipFile(filename, "w") + try: + self.mkpath(self.target_dir) # just in case + for root, dirs, files in os.walk(self.target_dir): + if root == self.target_dir and not files: + tmpl = "no files found in upload directory '%s'" + raise DistutilsOptionError(tmpl % self.target_dir) + for name in files: + full = os.path.join(root, name) + relative = root[len(self.target_dir):].lstrip(os.path.sep) + dest = os.path.join(relative, name) + zip_file.write(full, dest) + finally: + zip_file.close() + + def run(self): + # Run sub commands + for cmd_name in self.get_sub_commands(): + self.run_command(cmd_name) + + tmp_dir = tempfile.mkdtemp() + name = self.distribution.metadata.get_name() + zip_file = os.path.join(tmp_dir, "%s.zip" % name) + try: + self.create_zipfile(zip_file) + self.upload_file(zip_file) + finally: + shutil.rmtree(tmp_dir) + + @staticmethod + def _build_part(item, sep_boundary): + key, values = item + title = '\nContent-Disposition: form-data; name="%s"' % key + # handle multiple entries for the same name + if not isinstance(values, list): + values = [values] + for value in values: + if isinstance(value, tuple): + title += '; filename="%s"' % value[0] + value = value[1] + else: + value = _encode(value) + yield sep_boundary + yield _encode(title) + yield b"\n\n" + yield value + if value and value[-1:] == b'\r': + yield b'\n' # write an extra newline (lurve Macs) + + @classmethod + def _build_multipart(cls, data): + """ + Build up the MIME payload for the POST data + """ + boundary = '--------------GHSKFJDLGDS7543FJKLFHRE75642756743254' + sep_boundary = b'\n--' + boundary.encode('ascii') + end_boundary = sep_boundary + b'--' + end_items = end_boundary, b"\n", + builder = functools.partial( + cls._build_part, + sep_boundary=sep_boundary, + ) + part_groups = map(builder, data.items()) + parts = itertools.chain.from_iterable(part_groups) + body_items = itertools.chain(parts, end_items) + content_type = 'multipart/form-data; boundary=%s' % boundary + return b''.join(body_items), content_type + + def upload_file(self, filename): + with open(filename, 'rb') as f: + content = f.read() + meta = self.distribution.metadata + data = { + ':action': 'doc_upload', + 'name': meta.get_name(), + 'content': (os.path.basename(filename), content), + } + # set up the authentication + credentials = _encode(self.username + ':' + self.password) + credentials = standard_b64encode(credentials).decode('ascii') + auth = "Basic " + credentials + + body, ct = self._build_multipart(data) + + msg = "Submitting documentation to %s" % (self.repository) + self.announce(msg, log.INFO) + + # build the Request + # We can't use urllib2 since we need to send the Basic + # auth right with the first request + schema, netloc, url, params, query, fragments = \ + urllib.parse.urlparse(self.repository) + assert not params and not query and not fragments + if schema == 'http': + conn = http.client.HTTPConnection(netloc) + elif schema == 'https': + conn = http.client.HTTPSConnection(netloc) + else: + raise AssertionError("unsupported schema " + schema) + + data = '' + try: + conn.connect() + conn.putrequest("POST", url) + content_type = ct + conn.putheader('Content-type', content_type) + conn.putheader('Content-length', str(len(body))) + conn.putheader('Authorization', auth) + conn.endheaders() + conn.send(body) + except socket.error as e: + self.announce(str(e), log.ERROR) + return + + r = conn.getresponse() + if r.status == 200: + msg = 'Server response (%s): %s' % (r.status, r.reason) + self.announce(msg, log.INFO) + elif r.status == 301: + location = r.getheader('Location') + if location is None: + location = 'https://pythonhosted.org/%s/' % meta.get_name() + msg = 'Upload successful. Visit %s' % location + self.announce(msg, log.INFO) + else: + msg = 'Upload failed (%s): %s' % (r.status, r.reason) + self.announce(msg, log.ERROR) + if self.show_response: + print('-' * 75, r.read(), '-' * 75) diff --git a/env/lib/python3.8/site-packages/setuptools/config.py b/env/lib/python3.8/site-packages/setuptools/config.py new file mode 100644 index 000000000..4a6cd4694 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/config.py @@ -0,0 +1,710 @@ +import ast +import io +import os +import sys + +import warnings +import functools +import importlib +from collections import defaultdict +from functools import partial +from functools import wraps +import contextlib + +from distutils.errors import DistutilsOptionError, DistutilsFileError +from setuptools.extern.packaging.version import LegacyVersion, parse +from setuptools.extern.packaging.specifiers import SpecifierSet + + +class StaticModule: + """ + Attempt to load the module by the name + """ + def __init__(self, name): + spec = importlib.util.find_spec(name) + with open(spec.origin) as strm: + src = strm.read() + module = ast.parse(src) + vars(self).update(locals()) + del self.self + + def __getattr__(self, attr): + try: + return next( + ast.literal_eval(statement.value) + for statement in self.module.body + if isinstance(statement, ast.Assign) + for target in statement.targets + if isinstance(target, ast.Name) and target.id == attr + ) + except Exception as e: + raise AttributeError( + "{self.name} has no attribute {attr}".format(**locals()) + ) from e + + +@contextlib.contextmanager +def patch_path(path): + """ + Add path to front of sys.path for the duration of the context. + """ + try: + sys.path.insert(0, path) + yield + finally: + sys.path.remove(path) + + +def read_configuration( + filepath, find_others=False, ignore_option_errors=False): + """Read given configuration file and returns options from it as a dict. + + :param str|unicode filepath: Path to configuration file + to get options from. + + :param bool find_others: Whether to search for other configuration files + which could be on in various places. + + :param bool ignore_option_errors: Whether to silently ignore + options, values of which could not be resolved (e.g. due to exceptions + in directives such as file:, attr:, etc.). + If False exceptions are propagated as expected. + + :rtype: dict + """ + from setuptools.dist import Distribution, _Distribution + + filepath = os.path.abspath(filepath) + + if not os.path.isfile(filepath): + raise DistutilsFileError( + 'Configuration file %s does not exist.' % filepath) + + current_directory = os.getcwd() + os.chdir(os.path.dirname(filepath)) + + try: + dist = Distribution() + + filenames = dist.find_config_files() if find_others else [] + if filepath not in filenames: + filenames.append(filepath) + + _Distribution.parse_config_files(dist, filenames=filenames) + + handlers = parse_configuration( + dist, dist.command_options, + ignore_option_errors=ignore_option_errors) + + finally: + os.chdir(current_directory) + + return configuration_to_dict(handlers) + + +def _get_option(target_obj, key): + """ + Given a target object and option key, get that option from + the target object, either through a get_{key} method or + from an attribute directly. + """ + getter_name = 'get_{key}'.format(**locals()) + by_attribute = functools.partial(getattr, target_obj, key) + getter = getattr(target_obj, getter_name, by_attribute) + return getter() + + +def configuration_to_dict(handlers): + """Returns configuration data gathered by given handlers as a dict. + + :param list[ConfigHandler] handlers: Handlers list, + usually from parse_configuration() + + :rtype: dict + """ + config_dict = defaultdict(dict) + + for handler in handlers: + for option in handler.set_options: + value = _get_option(handler.target_obj, option) + config_dict[handler.section_prefix][option] = value + + return config_dict + + +def parse_configuration( + distribution, command_options, ignore_option_errors=False): + """Performs additional parsing of configuration options + for a distribution. + + Returns a list of used option handlers. + + :param Distribution distribution: + :param dict command_options: + :param bool ignore_option_errors: Whether to silently ignore + options, values of which could not be resolved (e.g. due to exceptions + in directives such as file:, attr:, etc.). + If False exceptions are propagated as expected. + :rtype: list + """ + options = ConfigOptionsHandler( + distribution, command_options, ignore_option_errors) + options.parse() + + meta = ConfigMetadataHandler( + distribution.metadata, command_options, ignore_option_errors, + distribution.package_dir) + meta.parse() + + return meta, options + + +class ConfigHandler: + """Handles metadata supplied in configuration files.""" + + section_prefix = None + """Prefix for config sections handled by this handler. + Must be provided by class heirs. + + """ + + aliases = {} + """Options aliases. + For compatibility with various packages. E.g.: d2to1 and pbr. + Note: `-` in keys is replaced with `_` by config parser. + + """ + + def __init__(self, target_obj, options, ignore_option_errors=False): + sections = {} + + section_prefix = self.section_prefix + for section_name, section_options in options.items(): + if not section_name.startswith(section_prefix): + continue + + section_name = section_name.replace(section_prefix, '').strip('.') + sections[section_name] = section_options + + self.ignore_option_errors = ignore_option_errors + self.target_obj = target_obj + self.sections = sections + self.set_options = [] + + @property + def parsers(self): + """Metadata item name to parser function mapping.""" + raise NotImplementedError( + '%s must provide .parsers property' % self.__class__.__name__) + + def __setitem__(self, option_name, value): + unknown = tuple() + target_obj = self.target_obj + + # Translate alias into real name. + option_name = self.aliases.get(option_name, option_name) + + current_value = getattr(target_obj, option_name, unknown) + + if current_value is unknown: + raise KeyError(option_name) + + if current_value: + # Already inhabited. Skipping. + return + + skip_option = False + parser = self.parsers.get(option_name) + if parser: + try: + value = parser(value) + + except Exception: + skip_option = True + if not self.ignore_option_errors: + raise + + if skip_option: + return + + setter = getattr(target_obj, 'set_%s' % option_name, None) + if setter is None: + setattr(target_obj, option_name, value) + else: + setter(value) + + self.set_options.append(option_name) + + @classmethod + def _parse_list(cls, value, separator=','): + """Represents value as a list. + + Value is split either by separator (defaults to comma) or by lines. + + :param value: + :param separator: List items separator character. + :rtype: list + """ + if isinstance(value, list): # _get_parser_compound case + return value + + if '\n' in value: + value = value.splitlines() + else: + value = value.split(separator) + + return [chunk.strip() for chunk in value if chunk.strip()] + + @classmethod + def _parse_dict(cls, value): + """Represents value as a dict. + + :param value: + :rtype: dict + """ + separator = '=' + result = {} + for line in cls._parse_list(value): + key, sep, val = line.partition(separator) + if sep != separator: + raise DistutilsOptionError( + 'Unable to parse option value to dict: %s' % value) + result[key.strip()] = val.strip() + + return result + + @classmethod + def _parse_bool(cls, value): + """Represents value as boolean. + + :param value: + :rtype: bool + """ + value = value.lower() + return value in ('1', 'true', 'yes') + + @classmethod + def _exclude_files_parser(cls, key): + """Returns a parser function to make sure field inputs + are not files. + + Parses a value after getting the key so error messages are + more informative. + + :param key: + :rtype: callable + """ + def parser(value): + exclude_directive = 'file:' + if value.startswith(exclude_directive): + raise ValueError( + 'Only strings are accepted for the {0} field, ' + 'files are not accepted'.format(key)) + return value + return parser + + @classmethod + def _parse_file(cls, value): + """Represents value as a string, allowing including text + from nearest files using `file:` directive. + + Directive is sandboxed and won't reach anything outside + directory with setup.py. + + Examples: + file: README.rst, CHANGELOG.md, src/file.txt + + :param str value: + :rtype: str + """ + include_directive = 'file:' + + if not isinstance(value, str): + return value + + if not value.startswith(include_directive): + return value + + spec = value[len(include_directive):] + filepaths = (os.path.abspath(path.strip()) for path in spec.split(',')) + return '\n'.join( + cls._read_file(path) + for path in filepaths + if (cls._assert_local(path) or True) + and os.path.isfile(path) + ) + + @staticmethod + def _assert_local(filepath): + if not filepath.startswith(os.getcwd()): + raise DistutilsOptionError( + '`file:` directive can not access %s' % filepath) + + @staticmethod + def _read_file(filepath): + with io.open(filepath, encoding='utf-8') as f: + return f.read() + + @classmethod + def _parse_attr(cls, value, package_dir=None): + """Represents value as a module attribute. + + Examples: + attr: package.attr + attr: package.module.attr + + :param str value: + :rtype: str + """ + attr_directive = 'attr:' + if not value.startswith(attr_directive): + return value + + attrs_path = value.replace(attr_directive, '').strip().split('.') + attr_name = attrs_path.pop() + + module_name = '.'.join(attrs_path) + module_name = module_name or '__init__' + + parent_path = os.getcwd() + if package_dir: + if attrs_path[0] in package_dir: + # A custom path was specified for the module we want to import + custom_path = package_dir[attrs_path[0]] + parts = custom_path.rsplit('/', 1) + if len(parts) > 1: + parent_path = os.path.join(os.getcwd(), parts[0]) + module_name = parts[1] + else: + module_name = custom_path + elif '' in package_dir: + # A custom parent directory was specified for all root modules + parent_path = os.path.join(os.getcwd(), package_dir['']) + + with patch_path(parent_path): + try: + # attempt to load value statically + return getattr(StaticModule(module_name), attr_name) + except Exception: + # fallback to simple import + module = importlib.import_module(module_name) + + return getattr(module, attr_name) + + @classmethod + def _get_parser_compound(cls, *parse_methods): + """Returns parser function to represents value as a list. + + Parses a value applying given methods one after another. + + :param parse_methods: + :rtype: callable + """ + def parse(value): + parsed = value + + for method in parse_methods: + parsed = method(parsed) + + return parsed + + return parse + + @classmethod + def _parse_section_to_dict(cls, section_options, values_parser=None): + """Parses section options into a dictionary. + + Optionally applies a given parser to values. + + :param dict section_options: + :param callable values_parser: + :rtype: dict + """ + value = {} + values_parser = values_parser or (lambda val: val) + for key, (_, val) in section_options.items(): + value[key] = values_parser(val) + return value + + def parse_section(self, section_options): + """Parses configuration file section. + + :param dict section_options: + """ + for (name, (_, value)) in section_options.items(): + try: + self[name] = value + + except KeyError: + pass # Keep silent for a new option may appear anytime. + + def parse(self): + """Parses configuration file items from one + or more related sections. + + """ + for section_name, section_options in self.sections.items(): + + method_postfix = '' + if section_name: # [section.option] variant + method_postfix = '_%s' % section_name + + section_parser_method = getattr( + self, + # Dots in section names are translated into dunderscores. + ('parse_section%s' % method_postfix).replace('.', '__'), + None) + + if section_parser_method is None: + raise DistutilsOptionError( + 'Unsupported distribution option section: [%s.%s]' % ( + self.section_prefix, section_name)) + + section_parser_method(section_options) + + def _deprecated_config_handler(self, func, msg, warning_class): + """ this function will wrap around parameters that are deprecated + + :param msg: deprecation message + :param warning_class: class of warning exception to be raised + :param func: function to be wrapped around + """ + @wraps(func) + def config_handler(*args, **kwargs): + warnings.warn(msg, warning_class) + return func(*args, **kwargs) + + return config_handler + + +class ConfigMetadataHandler(ConfigHandler): + + section_prefix = 'metadata' + + aliases = { + 'home_page': 'url', + 'summary': 'description', + 'classifier': 'classifiers', + 'platform': 'platforms', + } + + strict_mode = False + """We need to keep it loose, to be partially compatible with + `pbr` and `d2to1` packages which also uses `metadata` section. + + """ + + def __init__(self, target_obj, options, ignore_option_errors=False, + package_dir=None): + super(ConfigMetadataHandler, self).__init__(target_obj, options, + ignore_option_errors) + self.package_dir = package_dir + + @property + def parsers(self): + """Metadata item name to parser function mapping.""" + parse_list = self._parse_list + parse_file = self._parse_file + parse_dict = self._parse_dict + exclude_files_parser = self._exclude_files_parser + + return { + 'platforms': parse_list, + 'keywords': parse_list, + 'provides': parse_list, + 'requires': self._deprecated_config_handler( + parse_list, + "The requires parameter is deprecated, please use " + "install_requires for runtime dependencies.", + DeprecationWarning), + 'obsoletes': parse_list, + 'classifiers': self._get_parser_compound(parse_file, parse_list), + 'license': exclude_files_parser('license'), + 'license_files': parse_list, + 'description': parse_file, + 'long_description': parse_file, + 'version': self._parse_version, + 'project_urls': parse_dict, + } + + def _parse_version(self, value): + """Parses `version` option value. + + :param value: + :rtype: str + + """ + version = self._parse_file(value) + + if version != value: + version = version.strip() + # Be strict about versions loaded from file because it's easy to + # accidentally include newlines and other unintended content + if isinstance(parse(version), LegacyVersion): + tmpl = ( + 'Version loaded from {value} does not ' + 'comply with PEP 440: {version}' + ) + raise DistutilsOptionError(tmpl.format(**locals())) + + return version + + version = self._parse_attr(value, self.package_dir) + + if callable(version): + version = version() + + if not isinstance(version, str): + if hasattr(version, '__iter__'): + version = '.'.join(map(str, version)) + else: + version = '%s' % version + + return version + + +class ConfigOptionsHandler(ConfigHandler): + + section_prefix = 'options' + + @property + def parsers(self): + """Metadata item name to parser function mapping.""" + parse_list = self._parse_list + parse_list_semicolon = partial(self._parse_list, separator=';') + parse_bool = self._parse_bool + parse_dict = self._parse_dict + parse_cmdclass = self._parse_cmdclass + + return { + 'zip_safe': parse_bool, + 'use_2to3': parse_bool, + 'include_package_data': parse_bool, + 'package_dir': parse_dict, + 'use_2to3_fixers': parse_list, + 'use_2to3_exclude_fixers': parse_list, + 'convert_2to3_doctests': parse_list, + 'scripts': parse_list, + 'eager_resources': parse_list, + 'dependency_links': parse_list, + 'namespace_packages': parse_list, + 'install_requires': parse_list_semicolon, + 'setup_requires': parse_list_semicolon, + 'tests_require': parse_list_semicolon, + 'packages': self._parse_packages, + 'entry_points': self._parse_file, + 'py_modules': parse_list, + 'python_requires': SpecifierSet, + 'cmdclass': parse_cmdclass, + } + + def _parse_cmdclass(self, value): + def resolve_class(qualified_class_name): + idx = qualified_class_name.rfind('.') + class_name = qualified_class_name[idx+1:] + pkg_name = qualified_class_name[:idx] + + module = __import__(pkg_name) + + return getattr(module, class_name) + + return { + k: resolve_class(v) + for k, v in self._parse_dict(value).items() + } + + def _parse_packages(self, value): + """Parses `packages` option value. + + :param value: + :rtype: list + """ + find_directives = ['find:', 'find_namespace:'] + trimmed_value = value.strip() + + if trimmed_value not in find_directives: + return self._parse_list(value) + + findns = trimmed_value == find_directives[1] + + # Read function arguments from a dedicated section. + find_kwargs = self.parse_section_packages__find( + self.sections.get('packages.find', {})) + + if findns: + from setuptools import find_namespace_packages as find_packages + else: + from setuptools import find_packages + + return find_packages(**find_kwargs) + + def parse_section_packages__find(self, section_options): + """Parses `packages.find` configuration file section. + + To be used in conjunction with _parse_packages(). + + :param dict section_options: + """ + section_data = self._parse_section_to_dict( + section_options, self._parse_list) + + valid_keys = ['where', 'include', 'exclude'] + + find_kwargs = dict( + [(k, v) for k, v in section_data.items() if k in valid_keys and v]) + + where = find_kwargs.get('where') + if where is not None: + find_kwargs['where'] = where[0] # cast list to single val + + return find_kwargs + + def parse_section_entry_points(self, section_options): + """Parses `entry_points` configuration file section. + + :param dict section_options: + """ + parsed = self._parse_section_to_dict(section_options, self._parse_list) + self['entry_points'] = parsed + + def _parse_package_data(self, section_options): + parsed = self._parse_section_to_dict(section_options, self._parse_list) + + root = parsed.get('*') + if root: + parsed[''] = root + del parsed['*'] + + return parsed + + def parse_section_package_data(self, section_options): + """Parses `package_data` configuration file section. + + :param dict section_options: + """ + self['package_data'] = self._parse_package_data(section_options) + + def parse_section_exclude_package_data(self, section_options): + """Parses `exclude_package_data` configuration file section. + + :param dict section_options: + """ + self['exclude_package_data'] = self._parse_package_data( + section_options) + + def parse_section_extras_require(self, section_options): + """Parses `extras_require` configuration file section. + + :param dict section_options: + """ + parse_list = partial(self._parse_list, separator=';') + self['extras_require'] = self._parse_section_to_dict( + section_options, parse_list) + + def parse_section_data_files(self, section_options): + """Parses `data_files` configuration file section. + + :param dict section_options: + """ + parsed = self._parse_section_to_dict(section_options, self._parse_list) + self['data_files'] = [(k, v) for k, v in parsed.items()] diff --git a/env/lib/python3.8/site-packages/setuptools/dep_util.py b/env/lib/python3.8/site-packages/setuptools/dep_util.py new file mode 100644 index 000000000..521eb716a --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/dep_util.py @@ -0,0 +1,25 @@ +from distutils.dep_util import newer_group + + +# yes, this is was almost entirely copy-pasted from +# 'newer_pairwise()', this is just another convenience +# function. +def newer_pairwise_group(sources_groups, targets): + """Walk both arguments in parallel, testing if each source group is newer + than its corresponding target. Returns a pair of lists (sources_groups, + targets) where sources is newer than target, according to the semantics + of 'newer_group()'. + """ + if len(sources_groups) != len(targets): + raise ValueError( + "'sources_group' and 'targets' must be the same length") + + # build a pair of lists (sources_groups, targets) where source is newer + n_sources = [] + n_targets = [] + for i in range(len(sources_groups)): + if newer_group(sources_groups[i], targets[i]): + n_sources.append(sources_groups[i]) + n_targets.append(targets[i]) + + return n_sources, n_targets diff --git a/env/lib/python3.8/site-packages/setuptools/depends.py b/env/lib/python3.8/site-packages/setuptools/depends.py new file mode 100644 index 000000000..8be6928a3 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/depends.py @@ -0,0 +1,175 @@ +import sys +import marshal +import contextlib +import dis +from distutils.version import StrictVersion + +from ._imp import find_module, PY_COMPILED, PY_FROZEN, PY_SOURCE +from . import _imp + + +__all__ = [ + 'Require', 'find_module', 'get_module_constant', 'extract_constant' +] + + +class Require: + """A prerequisite to building or installing a distribution""" + + def __init__( + self, name, requested_version, module, homepage='', + attribute=None, format=None): + + if format is None and requested_version is not None: + format = StrictVersion + + if format is not None: + requested_version = format(requested_version) + if attribute is None: + attribute = '__version__' + + self.__dict__.update(locals()) + del self.self + + def full_name(self): + """Return full package/distribution name, w/version""" + if self.requested_version is not None: + return '%s-%s' % (self.name, self.requested_version) + return self.name + + def version_ok(self, version): + """Is 'version' sufficiently up-to-date?""" + return self.attribute is None or self.format is None or \ + str(version) != "unknown" and version >= self.requested_version + + def get_version(self, paths=None, default="unknown"): + """Get version number of installed module, 'None', or 'default' + + Search 'paths' for module. If not found, return 'None'. If found, + return the extracted version attribute, or 'default' if no version + attribute was specified, or the value cannot be determined without + importing the module. The version is formatted according to the + requirement's version format (if any), unless it is 'None' or the + supplied 'default'. + """ + + if self.attribute is None: + try: + f, p, i = find_module(self.module, paths) + if f: + f.close() + return default + except ImportError: + return None + + v = get_module_constant(self.module, self.attribute, default, paths) + + if v is not None and v is not default and self.format is not None: + return self.format(v) + + return v + + def is_present(self, paths=None): + """Return true if dependency is present on 'paths'""" + return self.get_version(paths) is not None + + def is_current(self, paths=None): + """Return true if dependency is present and up-to-date on 'paths'""" + version = self.get_version(paths) + if version is None: + return False + return self.version_ok(version) + + +def maybe_close(f): + @contextlib.contextmanager + def empty(): + yield + return + if not f: + return empty() + + return contextlib.closing(f) + + +def get_module_constant(module, symbol, default=-1, paths=None): + """Find 'module' by searching 'paths', and extract 'symbol' + + Return 'None' if 'module' does not exist on 'paths', or it does not define + 'symbol'. If the module defines 'symbol' as a constant, return the + constant. Otherwise, return 'default'.""" + + try: + f, path, (suffix, mode, kind) = info = find_module(module, paths) + except ImportError: + # Module doesn't exist + return None + + with maybe_close(f): + if kind == PY_COMPILED: + f.read(8) # skip magic & date + code = marshal.load(f) + elif kind == PY_FROZEN: + code = _imp.get_frozen_object(module, paths) + elif kind == PY_SOURCE: + code = compile(f.read(), path, 'exec') + else: + # Not something we can parse; we'll have to import it. :( + imported = _imp.get_module(module, paths, info) + return getattr(imported, symbol, None) + + return extract_constant(code, symbol, default) + + +def extract_constant(code, symbol, default=-1): + """Extract the constant value of 'symbol' from 'code' + + If the name 'symbol' is bound to a constant value by the Python code + object 'code', return that value. If 'symbol' is bound to an expression, + return 'default'. Otherwise, return 'None'. + + Return value is based on the first assignment to 'symbol'. 'symbol' must + be a global, or at least a non-"fast" local in the code block. That is, + only 'STORE_NAME' and 'STORE_GLOBAL' opcodes are checked, and 'symbol' + must be present in 'code.co_names'. + """ + if symbol not in code.co_names: + # name's not there, can't possibly be an assignment + return None + + name_idx = list(code.co_names).index(symbol) + + STORE_NAME = 90 + STORE_GLOBAL = 97 + LOAD_CONST = 100 + + const = default + + for byte_code in dis.Bytecode(code): + op = byte_code.opcode + arg = byte_code.arg + + if op == LOAD_CONST: + const = code.co_consts[arg] + elif arg == name_idx and (op == STORE_NAME or op == STORE_GLOBAL): + return const + else: + const = default + + +def _update_globals(): + """ + Patch the globals to remove the objects not available on some platforms. + + XXX it'd be better to test assertions about bytecode instead. + """ + + if not sys.platform.startswith('java') and sys.platform != 'cli': + return + incompatible = 'extract_constant', 'get_module_constant' + for name in incompatible: + del globals()[name] + __all__.remove(name) + + +_update_globals() diff --git a/env/lib/python3.8/site-packages/setuptools/dist.py b/env/lib/python3.8/site-packages/setuptools/dist.py new file mode 100644 index 000000000..7cebcb37f --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/dist.py @@ -0,0 +1,1057 @@ +# -*- coding: utf-8 -*- +__all__ = ['Distribution'] + +import io +import sys +import re +import os +import warnings +import numbers +import distutils.log +import distutils.core +import distutils.cmd +import distutils.dist +import distutils.command +from distutils.util import strtobool +from distutils.debug import DEBUG +from distutils.fancy_getopt import translate_longopt +import itertools + +from collections import defaultdict +from email import message_from_file + +from distutils.errors import DistutilsOptionError, DistutilsSetupError +from distutils.util import rfc822_escape +from distutils.version import StrictVersion + +from setuptools.extern import packaging +from setuptools.extern import ordered_set + +from . import SetuptoolsDeprecationWarning + +import setuptools +import setuptools.command +from setuptools import windows_support +from setuptools.monkey import get_unpatched +from setuptools.config import parse_configuration +import pkg_resources + +__import__('setuptools.extern.packaging.specifiers') +__import__('setuptools.extern.packaging.version') + + +def _get_unpatched(cls): + warnings.warn("Do not call this function", DistDeprecationWarning) + return get_unpatched(cls) + + +def get_metadata_version(self): + mv = getattr(self, 'metadata_version', None) + + if mv is None: + if self.long_description_content_type or self.provides_extras: + mv = StrictVersion('2.1') + elif (self.maintainer is not None or + self.maintainer_email is not None or + getattr(self, 'python_requires', None) is not None or + self.project_urls): + mv = StrictVersion('1.2') + elif (self.provides or self.requires or self.obsoletes or + self.classifiers or self.download_url): + mv = StrictVersion('1.1') + else: + mv = StrictVersion('1.0') + + self.metadata_version = mv + + return mv + + +def read_pkg_file(self, file): + """Reads the metadata values from a file object.""" + msg = message_from_file(file) + + def _read_field(name): + value = msg[name] + if value == 'UNKNOWN': + return None + return value + + def _read_list(name): + values = msg.get_all(name, None) + if values == []: + return None + return values + + self.metadata_version = StrictVersion(msg['metadata-version']) + self.name = _read_field('name') + self.version = _read_field('version') + self.description = _read_field('summary') + # we are filling author only. + self.author = _read_field('author') + self.maintainer = None + self.author_email = _read_field('author-email') + self.maintainer_email = None + self.url = _read_field('home-page') + self.license = _read_field('license') + + if 'download-url' in msg: + self.download_url = _read_field('download-url') + else: + self.download_url = None + + self.long_description = _read_field('description') + self.description = _read_field('summary') + + if 'keywords' in msg: + self.keywords = _read_field('keywords').split(',') + + self.platforms = _read_list('platform') + self.classifiers = _read_list('classifier') + + # PEP 314 - these fields only exist in 1.1 + if self.metadata_version == StrictVersion('1.1'): + self.requires = _read_list('requires') + self.provides = _read_list('provides') + self.obsoletes = _read_list('obsoletes') + else: + self.requires = None + self.provides = None + self.obsoletes = None + + +def single_line(val): + # quick and dirty validation for description pypa/setuptools#1390 + if '\n' in val: + # TODO after 2021-07-31: Replace with `raise ValueError("newlines not allowed")` + warnings.warn("newlines not allowed and will break in the future") + val = val.replace('\n', ' ') + return val + + +# Based on Python 3.5 version +def write_pkg_file(self, file): # noqa: C901 # is too complex (14) # FIXME + """Write the PKG-INFO format data to a file object. + """ + version = self.get_metadata_version() + + def write_field(key, value): + file.write("%s: %s\n" % (key, value)) + + write_field('Metadata-Version', str(version)) + write_field('Name', self.get_name()) + write_field('Version', self.get_version()) + write_field('Summary', single_line(self.get_description())) + write_field('Home-page', self.get_url()) + + if version < StrictVersion('1.2'): + write_field('Author', self.get_contact()) + write_field('Author-email', self.get_contact_email()) + else: + optional_fields = ( + ('Author', 'author'), + ('Author-email', 'author_email'), + ('Maintainer', 'maintainer'), + ('Maintainer-email', 'maintainer_email'), + ) + + for field, attr in optional_fields: + attr_val = getattr(self, attr) + + if attr_val is not None: + write_field(field, attr_val) + + write_field('License', self.get_license()) + if self.download_url: + write_field('Download-URL', self.download_url) + for project_url in self.project_urls.items(): + write_field('Project-URL', '%s, %s' % project_url) + + long_desc = rfc822_escape(self.get_long_description()) + write_field('Description', long_desc) + + keywords = ','.join(self.get_keywords()) + if keywords: + write_field('Keywords', keywords) + + if version >= StrictVersion('1.2'): + for platform in self.get_platforms(): + write_field('Platform', platform) + else: + self._write_list(file, 'Platform', self.get_platforms()) + + self._write_list(file, 'Classifier', self.get_classifiers()) + + # PEP 314 + self._write_list(file, 'Requires', self.get_requires()) + self._write_list(file, 'Provides', self.get_provides()) + self._write_list(file, 'Obsoletes', self.get_obsoletes()) + + # Setuptools specific for PEP 345 + if hasattr(self, 'python_requires'): + write_field('Requires-Python', self.python_requires) + + # PEP 566 + if self.long_description_content_type: + write_field( + 'Description-Content-Type', + self.long_description_content_type + ) + if self.provides_extras: + for extra in self.provides_extras: + write_field('Provides-Extra', extra) + + +sequence = tuple, list + + +def check_importable(dist, attr, value): + try: + ep = pkg_resources.EntryPoint.parse('x=' + value) + assert not ep.extras + except (TypeError, ValueError, AttributeError, AssertionError) as e: + raise DistutilsSetupError( + "%r must be importable 'module:attrs' string (got %r)" + % (attr, value) + ) from e + + +def assert_string_list(dist, attr, value): + """Verify that value is a string list""" + try: + # verify that value is a list or tuple to exclude unordered + # or single-use iterables + assert isinstance(value, (list, tuple)) + # verify that elements of value are strings + assert ''.join(value) != value + except (TypeError, ValueError, AttributeError, AssertionError) as e: + raise DistutilsSetupError( + "%r must be a list of strings (got %r)" % (attr, value) + ) from e + + +def check_nsp(dist, attr, value): + """Verify that namespace packages are valid""" + ns_packages = value + assert_string_list(dist, attr, ns_packages) + for nsp in ns_packages: + if not dist.has_contents_for(nsp): + raise DistutilsSetupError( + "Distribution contains no modules or packages for " + + "namespace package %r" % nsp + ) + parent, sep, child = nsp.rpartition('.') + if parent and parent not in ns_packages: + distutils.log.warn( + "WARNING: %r is declared as a package namespace, but %r" + " is not: please correct this in setup.py", nsp, parent + ) + + +def check_extras(dist, attr, value): + """Verify that extras_require mapping is valid""" + try: + list(itertools.starmap(_check_extra, value.items())) + except (TypeError, ValueError, AttributeError) as e: + raise DistutilsSetupError( + "'extras_require' must be a dictionary whose values are " + "strings or lists of strings containing valid project/version " + "requirement specifiers." + ) from e + + +def _check_extra(extra, reqs): + name, sep, marker = extra.partition(':') + if marker and pkg_resources.invalid_marker(marker): + raise DistutilsSetupError("Invalid environment marker: " + marker) + list(pkg_resources.parse_requirements(reqs)) + + +def assert_bool(dist, attr, value): + """Verify that value is True, False, 0, or 1""" + if bool(value) != value: + tmpl = "{attr!r} must be a boolean value (got {value!r})" + raise DistutilsSetupError(tmpl.format(attr=attr, value=value)) + + +def check_requirements(dist, attr, value): + """Verify that install_requires is a valid requirements list""" + try: + list(pkg_resources.parse_requirements(value)) + if isinstance(value, (dict, set)): + raise TypeError("Unordered types are not allowed") + except (TypeError, ValueError) as error: + tmpl = ( + "{attr!r} must be a string or list of strings " + "containing valid project/version requirement specifiers; {error}" + ) + raise DistutilsSetupError( + tmpl.format(attr=attr, error=error) + ) from error + + +def check_specifier(dist, attr, value): + """Verify that value is a valid version specifier""" + try: + packaging.specifiers.SpecifierSet(value) + except (packaging.specifiers.InvalidSpecifier, AttributeError) as error: + tmpl = ( + "{attr!r} must be a string " + "containing valid version specifiers; {error}" + ) + raise DistutilsSetupError( + tmpl.format(attr=attr, error=error) + ) from error + + +def check_entry_points(dist, attr, value): + """Verify that entry_points map is parseable""" + try: + pkg_resources.EntryPoint.parse_map(value) + except ValueError as e: + raise DistutilsSetupError(e) from e + + +def check_test_suite(dist, attr, value): + if not isinstance(value, str): + raise DistutilsSetupError("test_suite must be a string") + + +def check_package_data(dist, attr, value): + """Verify that value is a dictionary of package names to glob lists""" + if not isinstance(value, dict): + raise DistutilsSetupError( + "{!r} must be a dictionary mapping package names to lists of " + "string wildcard patterns".format(attr)) + for k, v in value.items(): + if not isinstance(k, str): + raise DistutilsSetupError( + "keys of {!r} dict must be strings (got {!r})" + .format(attr, k) + ) + assert_string_list(dist, 'values of {!r} dict'.format(attr), v) + + +def check_packages(dist, attr, value): + for pkgname in value: + if not re.match(r'\w+(\.\w+)*', pkgname): + distutils.log.warn( + "WARNING: %r not a valid package name; please use only " + ".-separated package names in setup.py", pkgname + ) + + +_Distribution = get_unpatched(distutils.core.Distribution) + + +class Distribution(_Distribution): + """Distribution with support for tests and package data + + This is an enhanced version of 'distutils.dist.Distribution' that + effectively adds the following new optional keyword arguments to 'setup()': + + 'install_requires' -- a string or sequence of strings specifying project + versions that the distribution requires when installed, in the format + used by 'pkg_resources.require()'. They will be installed + automatically when the package is installed. If you wish to use + packages that are not available in PyPI, or want to give your users an + alternate download location, you can add a 'find_links' option to the + '[easy_install]' section of your project's 'setup.cfg' file, and then + setuptools will scan the listed web pages for links that satisfy the + requirements. + + 'extras_require' -- a dictionary mapping names of optional "extras" to the + additional requirement(s) that using those extras incurs. For example, + this:: + + extras_require = dict(reST = ["docutils>=0.3", "reSTedit"]) + + indicates that the distribution can optionally provide an extra + capability called "reST", but it can only be used if docutils and + reSTedit are installed. If the user installs your package using + EasyInstall and requests one of your extras, the corresponding + additional requirements will be installed if needed. + + 'test_suite' -- the name of a test suite to run for the 'test' command. + If the user runs 'python setup.py test', the package will be installed, + and the named test suite will be run. The format is the same as + would be used on a 'unittest.py' command line. That is, it is the + dotted name of an object to import and call to generate a test suite. + + 'package_data' -- a dictionary mapping package names to lists of filenames + or globs to use to find data files contained in the named packages. + If the dictionary has filenames or globs listed under '""' (the empty + string), those names will be searched for in every package, in addition + to any names for the specific package. Data files found using these + names/globs will be installed along with the package, in the same + location as the package. Note that globs are allowed to reference + the contents of non-package subdirectories, as long as you use '/' as + a path separator. (Globs are automatically converted to + platform-specific paths at runtime.) + + In addition to these new keywords, this class also has several new methods + for manipulating the distribution's contents. For example, the 'include()' + and 'exclude()' methods can be thought of as in-place add and subtract + commands that add or remove packages, modules, extensions, and so on from + the distribution. + """ + + _DISTUTILS_UNSUPPORTED_METADATA = { + 'long_description_content_type': None, + 'project_urls': dict, + 'provides_extras': ordered_set.OrderedSet, + 'license_files': ordered_set.OrderedSet, + } + + _patched_dist = None + + def patch_missing_pkg_info(self, attrs): + # Fake up a replacement for the data that would normally come from + # PKG-INFO, but which might not yet be built if this is a fresh + # checkout. + # + if not attrs or 'name' not in attrs or 'version' not in attrs: + return + key = pkg_resources.safe_name(str(attrs['name'])).lower() + dist = pkg_resources.working_set.by_key.get(key) + if dist is not None and not dist.has_metadata('PKG-INFO'): + dist._version = pkg_resources.safe_version(str(attrs['version'])) + self._patched_dist = dist + + def __init__(self, attrs=None): + have_package_data = hasattr(self, "package_data") + if not have_package_data: + self.package_data = {} + attrs = attrs or {} + self.dist_files = [] + # Filter-out setuptools' specific options. + self.src_root = attrs.pop("src_root", None) + self.patch_missing_pkg_info(attrs) + self.dependency_links = attrs.pop('dependency_links', []) + self.setup_requires = attrs.pop('setup_requires', []) + for ep in pkg_resources.iter_entry_points('distutils.setup_keywords'): + vars(self).setdefault(ep.name, None) + _Distribution.__init__(self, { + k: v for k, v in attrs.items() + if k not in self._DISTUTILS_UNSUPPORTED_METADATA + }) + + # Fill-in missing metadata fields not supported by distutils. + # Note some fields may have been set by other tools (e.g. pbr) + # above; they are taken preferrentially to setup() arguments + for option, default in self._DISTUTILS_UNSUPPORTED_METADATA.items(): + for source in self.metadata.__dict__, attrs: + if option in source: + value = source[option] + break + else: + value = default() if default else None + setattr(self.metadata, option, value) + + self.metadata.version = self._normalize_version( + self._validate_version(self.metadata.version)) + self._finalize_requires() + + @staticmethod + def _normalize_version(version): + if isinstance(version, setuptools.sic) or version is None: + return version + + normalized = str(packaging.version.Version(version)) + if version != normalized: + tmpl = "Normalizing '{version}' to '{normalized}'" + warnings.warn(tmpl.format(**locals())) + return normalized + return version + + @staticmethod + def _validate_version(version): + if isinstance(version, numbers.Number): + # Some people apparently take "version number" too literally :) + version = str(version) + + if version is not None: + try: + packaging.version.Version(version) + except (packaging.version.InvalidVersion, TypeError): + warnings.warn( + "The version specified (%r) is an invalid version, this " + "may not work as expected with newer versions of " + "setuptools, pip, and PyPI. Please see PEP 440 for more " + "details." % version + ) + return setuptools.sic(version) + return version + + def _finalize_requires(self): + """ + Set `metadata.python_requires` and fix environment markers + in `install_requires` and `extras_require`. + """ + if getattr(self, 'python_requires', None): + self.metadata.python_requires = self.python_requires + + if getattr(self, 'extras_require', None): + for extra in self.extras_require.keys(): + # Since this gets called multiple times at points where the + # keys have become 'converted' extras, ensure that we are only + # truly adding extras we haven't seen before here. + extra = extra.split(':')[0] + if extra: + self.metadata.provides_extras.add(extra) + + self._convert_extras_requirements() + self._move_install_requirements_markers() + + def _convert_extras_requirements(self): + """ + Convert requirements in `extras_require` of the form + `"extra": ["barbazquux; {marker}"]` to + `"extra:{marker}": ["barbazquux"]`. + """ + spec_ext_reqs = getattr(self, 'extras_require', None) or {} + self._tmp_extras_require = defaultdict(list) + for section, v in spec_ext_reqs.items(): + # Do not strip empty sections. + self._tmp_extras_require[section] + for r in pkg_resources.parse_requirements(v): + suffix = self._suffix_for(r) + self._tmp_extras_require[section + suffix].append(r) + + @staticmethod + def _suffix_for(req): + """ + For a requirement, return the 'extras_require' suffix for + that requirement. + """ + return ':' + str(req.marker) if req.marker else '' + + def _move_install_requirements_markers(self): + """ + Move requirements in `install_requires` that are using environment + markers `extras_require`. + """ + + # divide the install_requires into two sets, simple ones still + # handled by install_requires and more complex ones handled + # by extras_require. + + def is_simple_req(req): + return not req.marker + + spec_inst_reqs = getattr(self, 'install_requires', None) or () + inst_reqs = list(pkg_resources.parse_requirements(spec_inst_reqs)) + simple_reqs = filter(is_simple_req, inst_reqs) + complex_reqs = itertools.filterfalse(is_simple_req, inst_reqs) + self.install_requires = list(map(str, simple_reqs)) + + for r in complex_reqs: + self._tmp_extras_require[':' + str(r.marker)].append(r) + self.extras_require = dict( + (k, [str(r) for r in map(self._clean_req, v)]) + for k, v in self._tmp_extras_require.items() + ) + + def _clean_req(self, req): + """ + Given a Requirement, remove environment markers and return it. + """ + req.marker = None + return req + + # FIXME: 'Distribution._parse_config_files' is too complex (14) + def _parse_config_files(self, filenames=None): # noqa: C901 + """ + Adapted from distutils.dist.Distribution.parse_config_files, + this method provides the same functionality in subtly-improved + ways. + """ + from configparser import ConfigParser + + # Ignore install directory options if we have a venv + ignore_options = [] if sys.prefix == sys.base_prefix else [ + 'install-base', 'install-platbase', 'install-lib', + 'install-platlib', 'install-purelib', 'install-headers', + 'install-scripts', 'install-data', 'prefix', 'exec-prefix', + 'home', 'user', 'root', + ] + + ignore_options = frozenset(ignore_options) + + if filenames is None: + filenames = self.find_config_files() + + if DEBUG: + self.announce("Distribution.parse_config_files():") + + parser = ConfigParser() + parser.optionxform = str + for filename in filenames: + with io.open(filename, encoding='utf-8') as reader: + if DEBUG: + self.announce(" reading {filename}".format(**locals())) + parser.read_file(reader) + for section in parser.sections(): + options = parser.options(section) + opt_dict = self.get_option_dict(section) + + for opt in options: + if opt == '__name__' or opt in ignore_options: + continue + + val = parser.get(section, opt) + opt = self.warn_dash_deprecation(opt, section) + opt = self.make_option_lowercase(opt, section) + opt_dict[opt] = (filename, val) + + # Make the ConfigParser forget everything (so we retain + # the original filenames that options come from) + parser.__init__() + + if 'global' not in self.command_options: + return + + # If there was a "global" section in the config file, use it + # to set Distribution options. + + for (opt, (src, val)) in self.command_options['global'].items(): + alias = self.negative_opt.get(opt) + if alias: + val = not strtobool(val) + elif opt in ('verbose', 'dry_run'): # ugh! + val = strtobool(val) + + try: + setattr(self, alias or opt, val) + except ValueError as e: + raise DistutilsOptionError(e) from e + + def warn_dash_deprecation(self, opt, section): + if section in ( + 'options.extras_require', 'options.data_files', + ): + return opt + + underscore_opt = opt.replace('-', '_') + commands = distutils.command.__all__ + setuptools.command.__all__ + if (not section.startswith('options') and section != 'metadata' + and section not in commands): + return underscore_opt + + if '-' in opt: + warnings.warn( + "Usage of dash-separated '%s' will not be supported in future " + "versions. Please use the underscore name '%s' instead" + % (opt, underscore_opt)) + return underscore_opt + + def make_option_lowercase(self, opt, section): + if section != 'metadata' or opt.islower(): + return opt + + lowercase_opt = opt.lower() + warnings.warn( + "Usage of uppercase key '%s' in '%s' will be deprecated in future " + "versions. Please use lowercase '%s' instead" + % (opt, section, lowercase_opt) + ) + return lowercase_opt + + # FIXME: 'Distribution._set_command_options' is too complex (14) + def _set_command_options(self, command_obj, option_dict=None): # noqa: C901 + """ + Set the options for 'command_obj' from 'option_dict'. Basically + this means copying elements of a dictionary ('option_dict') to + attributes of an instance ('command'). + + 'command_obj' must be a Command instance. If 'option_dict' is not + supplied, uses the standard option dictionary for this command + (from 'self.command_options'). + + (Adopted from distutils.dist.Distribution._set_command_options) + """ + command_name = command_obj.get_command_name() + if option_dict is None: + option_dict = self.get_option_dict(command_name) + + if DEBUG: + self.announce(" setting options for '%s' command:" % command_name) + for (option, (source, value)) in option_dict.items(): + if DEBUG: + self.announce(" %s = %s (from %s)" % (option, value, + source)) + try: + bool_opts = [translate_longopt(o) + for o in command_obj.boolean_options] + except AttributeError: + bool_opts = [] + try: + neg_opt = command_obj.negative_opt + except AttributeError: + neg_opt = {} + + try: + is_string = isinstance(value, str) + if option in neg_opt and is_string: + setattr(command_obj, neg_opt[option], not strtobool(value)) + elif option in bool_opts and is_string: + setattr(command_obj, option, strtobool(value)) + elif hasattr(command_obj, option): + setattr(command_obj, option, value) + else: + raise DistutilsOptionError( + "error in %s: command '%s' has no such option '%s'" + % (source, command_name, option)) + except ValueError as e: + raise DistutilsOptionError(e) from e + + def parse_config_files(self, filenames=None, ignore_option_errors=False): + """Parses configuration files from various levels + and loads configuration. + + """ + self._parse_config_files(filenames=filenames) + + parse_configuration(self, self.command_options, + ignore_option_errors=ignore_option_errors) + self._finalize_requires() + + def fetch_build_eggs(self, requires): + """Resolve pre-setup requirements""" + resolved_dists = pkg_resources.working_set.resolve( + pkg_resources.parse_requirements(requires), + installer=self.fetch_build_egg, + replace_conflicting=True, + ) + for dist in resolved_dists: + pkg_resources.working_set.add(dist, replace=True) + return resolved_dists + + def finalize_options(self): + """ + Allow plugins to apply arbitrary operations to the + distribution. Each hook may optionally define a 'order' + to influence the order of execution. Smaller numbers + go first and the default is 0. + """ + group = 'setuptools.finalize_distribution_options' + + def by_order(hook): + return getattr(hook, 'order', 0) + eps = map(lambda e: e.load(), pkg_resources.iter_entry_points(group)) + for ep in sorted(eps, key=by_order): + ep(self) + + def _finalize_setup_keywords(self): + for ep in pkg_resources.iter_entry_points('distutils.setup_keywords'): + value = getattr(self, ep.name, None) + if value is not None: + ep.require(installer=self.fetch_build_egg) + ep.load()(self, ep.name, value) + + def _finalize_2to3_doctests(self): + if getattr(self, 'convert_2to3_doctests', None): + # XXX may convert to set here when we can rely on set being builtin + self.convert_2to3_doctests = [ + os.path.abspath(p) + for p in self.convert_2to3_doctests + ] + else: + self.convert_2to3_doctests = [] + + def get_egg_cache_dir(self): + egg_cache_dir = os.path.join(os.curdir, '.eggs') + if not os.path.exists(egg_cache_dir): + os.mkdir(egg_cache_dir) + windows_support.hide_file(egg_cache_dir) + readme_txt_filename = os.path.join(egg_cache_dir, 'README.txt') + with open(readme_txt_filename, 'w') as f: + f.write('This directory contains eggs that were downloaded ' + 'by setuptools to build, test, and run plug-ins.\n\n') + f.write('This directory caches those eggs to prevent ' + 'repeated downloads.\n\n') + f.write('However, it is safe to delete this directory.\n\n') + + return egg_cache_dir + + def fetch_build_egg(self, req): + """Fetch an egg needed for building""" + from setuptools.installer import fetch_build_egg + return fetch_build_egg(self, req) + + def get_command_class(self, command): + """Pluggable version of get_command_class()""" + if command in self.cmdclass: + return self.cmdclass[command] + + eps = pkg_resources.iter_entry_points('distutils.commands', command) + for ep in eps: + ep.require(installer=self.fetch_build_egg) + self.cmdclass[command] = cmdclass = ep.load() + return cmdclass + else: + return _Distribution.get_command_class(self, command) + + def print_commands(self): + for ep in pkg_resources.iter_entry_points('distutils.commands'): + if ep.name not in self.cmdclass: + # don't require extras as the commands won't be invoked + cmdclass = ep.resolve() + self.cmdclass[ep.name] = cmdclass + return _Distribution.print_commands(self) + + def get_command_list(self): + for ep in pkg_resources.iter_entry_points('distutils.commands'): + if ep.name not in self.cmdclass: + # don't require extras as the commands won't be invoked + cmdclass = ep.resolve() + self.cmdclass[ep.name] = cmdclass + return _Distribution.get_command_list(self) + + def include(self, **attrs): + """Add items to distribution that are named in keyword arguments + + For example, 'dist.include(py_modules=["x"])' would add 'x' to + the distribution's 'py_modules' attribute, if it was not already + there. + + Currently, this method only supports inclusion for attributes that are + lists or tuples. If you need to add support for adding to other + attributes in this or a subclass, you can add an '_include_X' method, + where 'X' is the name of the attribute. The method will be called with + the value passed to 'include()'. So, 'dist.include(foo={"bar":"baz"})' + will try to call 'dist._include_foo({"bar":"baz"})', which can then + handle whatever special inclusion logic is needed. + """ + for k, v in attrs.items(): + include = getattr(self, '_include_' + k, None) + if include: + include(v) + else: + self._include_misc(k, v) + + def exclude_package(self, package): + """Remove packages, modules, and extensions in named package""" + + pfx = package + '.' + if self.packages: + self.packages = [ + p for p in self.packages + if p != package and not p.startswith(pfx) + ] + + if self.py_modules: + self.py_modules = [ + p for p in self.py_modules + if p != package and not p.startswith(pfx) + ] + + if self.ext_modules: + self.ext_modules = [ + p for p in self.ext_modules + if p.name != package and not p.name.startswith(pfx) + ] + + def has_contents_for(self, package): + """Return true if 'exclude_package(package)' would do something""" + + pfx = package + '.' + + for p in self.iter_distribution_names(): + if p == package or p.startswith(pfx): + return True + + def _exclude_misc(self, name, value): + """Handle 'exclude()' for list/tuple attrs without a special handler""" + if not isinstance(value, sequence): + raise DistutilsSetupError( + "%s: setting must be a list or tuple (%r)" % (name, value) + ) + try: + old = getattr(self, name) + except AttributeError as e: + raise DistutilsSetupError( + "%s: No such distribution setting" % name + ) from e + if old is not None and not isinstance(old, sequence): + raise DistutilsSetupError( + name + ": this setting cannot be changed via include/exclude" + ) + elif old: + setattr(self, name, [item for item in old if item not in value]) + + def _include_misc(self, name, value): + """Handle 'include()' for list/tuple attrs without a special handler""" + + if not isinstance(value, sequence): + raise DistutilsSetupError( + "%s: setting must be a list (%r)" % (name, value) + ) + try: + old = getattr(self, name) + except AttributeError as e: + raise DistutilsSetupError( + "%s: No such distribution setting" % name + ) from e + if old is None: + setattr(self, name, value) + elif not isinstance(old, sequence): + raise DistutilsSetupError( + name + ": this setting cannot be changed via include/exclude" + ) + else: + new = [item for item in value if item not in old] + setattr(self, name, old + new) + + def exclude(self, **attrs): + """Remove items from distribution that are named in keyword arguments + + For example, 'dist.exclude(py_modules=["x"])' would remove 'x' from + the distribution's 'py_modules' attribute. Excluding packages uses + the 'exclude_package()' method, so all of the package's contained + packages, modules, and extensions are also excluded. + + Currently, this method only supports exclusion from attributes that are + lists or tuples. If you need to add support for excluding from other + attributes in this or a subclass, you can add an '_exclude_X' method, + where 'X' is the name of the attribute. The method will be called with + the value passed to 'exclude()'. So, 'dist.exclude(foo={"bar":"baz"})' + will try to call 'dist._exclude_foo({"bar":"baz"})', which can then + handle whatever special exclusion logic is needed. + """ + for k, v in attrs.items(): + exclude = getattr(self, '_exclude_' + k, None) + if exclude: + exclude(v) + else: + self._exclude_misc(k, v) + + def _exclude_packages(self, packages): + if not isinstance(packages, sequence): + raise DistutilsSetupError( + "packages: setting must be a list or tuple (%r)" % (packages,) + ) + list(map(self.exclude_package, packages)) + + def _parse_command_opts(self, parser, args): + # Remove --with-X/--without-X options when processing command args + self.global_options = self.__class__.global_options + self.negative_opt = self.__class__.negative_opt + + # First, expand any aliases + command = args[0] + aliases = self.get_option_dict('aliases') + while command in aliases: + src, alias = aliases[command] + del aliases[command] # ensure each alias can expand only once! + import shlex + args[:1] = shlex.split(alias, True) + command = args[0] + + nargs = _Distribution._parse_command_opts(self, parser, args) + + # Handle commands that want to consume all remaining arguments + cmd_class = self.get_command_class(command) + if getattr(cmd_class, 'command_consumes_arguments', None): + self.get_option_dict(command)['args'] = ("command line", nargs) + if nargs is not None: + return [] + + return nargs + + def get_cmdline_options(self): + """Return a '{cmd: {opt:val}}' map of all command-line options + + Option names are all long, but do not include the leading '--', and + contain dashes rather than underscores. If the option doesn't take + an argument (e.g. '--quiet'), the 'val' is 'None'. + + Note that options provided by config files are intentionally excluded. + """ + + d = {} + + for cmd, opts in self.command_options.items(): + + for opt, (src, val) in opts.items(): + + if src != "command line": + continue + + opt = opt.replace('_', '-') + + if val == 0: + cmdobj = self.get_command_obj(cmd) + neg_opt = self.negative_opt.copy() + neg_opt.update(getattr(cmdobj, 'negative_opt', {})) + for neg, pos in neg_opt.items(): + if pos == opt: + opt = neg + val = None + break + else: + raise AssertionError("Shouldn't be able to get here") + + elif val == 1: + val = None + + d.setdefault(cmd, {})[opt] = val + + return d + + def iter_distribution_names(self): + """Yield all packages, modules, and extension names in distribution""" + + for pkg in self.packages or (): + yield pkg + + for module in self.py_modules or (): + yield module + + for ext in self.ext_modules or (): + if isinstance(ext, tuple): + name, buildinfo = ext + else: + name = ext.name + if name.endswith('module'): + name = name[:-6] + yield name + + def handle_display_options(self, option_order): + """If there were any non-global "display-only" options + (--help-commands or the metadata display options) on the command + line, display the requested info and return true; else return + false. + """ + import sys + + if self.help_commands: + return _Distribution.handle_display_options(self, option_order) + + # Stdout may be StringIO (e.g. in tests) + if not isinstance(sys.stdout, io.TextIOWrapper): + return _Distribution.handle_display_options(self, option_order) + + # Don't wrap stdout if utf-8 is already the encoding. Provides + # workaround for #334. + if sys.stdout.encoding.lower() in ('utf-8', 'utf8'): + return _Distribution.handle_display_options(self, option_order) + + # Print metadata in UTF-8 no matter the platform + encoding = sys.stdout.encoding + errors = sys.stdout.errors + newline = sys.platform != 'win32' and '\n' or None + line_buffering = sys.stdout.line_buffering + + sys.stdout = io.TextIOWrapper( + sys.stdout.detach(), 'utf-8', errors, newline, line_buffering) + try: + return _Distribution.handle_display_options(self, option_order) + finally: + sys.stdout = io.TextIOWrapper( + sys.stdout.detach(), encoding, errors, newline, line_buffering) + + +class DistDeprecationWarning(SetuptoolsDeprecationWarning): + """Class for warning about deprecations in dist in + setuptools. Not ignored by default, unlike DeprecationWarning.""" diff --git a/env/lib/python3.8/site-packages/setuptools/errors.py b/env/lib/python3.8/site-packages/setuptools/errors.py new file mode 100644 index 000000000..2701747f5 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/errors.py @@ -0,0 +1,16 @@ +"""setuptools.errors + +Provides exceptions used by setuptools modules. +""" + +from distutils.errors import DistutilsError + + +class RemovedCommandError(DistutilsError, RuntimeError): + """Error used for commands that have been removed in setuptools. + + Since ``setuptools`` is built on ``distutils``, simply removing a command + from ``setuptools`` will make the behavior fall back to ``distutils``; this + error is raised if a command exists in ``distutils`` but has been actively + removed in ``setuptools``. + """ diff --git a/env/lib/python3.8/site-packages/setuptools/extension.py b/env/lib/python3.8/site-packages/setuptools/extension.py new file mode 100644 index 000000000..1820722a4 --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/extension.py @@ -0,0 +1,55 @@ +import re +import functools +import distutils.core +import distutils.errors +import distutils.extension + +from .monkey import get_unpatched + + +def _have_cython(): + """ + Return True if Cython can be imported. + """ + cython_impl = 'Cython.Distutils.build_ext' + try: + # from (cython_impl) import build_ext + __import__(cython_impl, fromlist=['build_ext']).build_ext + return True + except Exception: + pass + return False + + +# for compatibility +have_pyrex = _have_cython + +_Extension = get_unpatched(distutils.core.Extension) + + +class Extension(_Extension): + """Extension that uses '.c' files in place of '.pyx' files""" + + def __init__(self, name, sources, *args, **kw): + # The *args is needed for compatibility as calls may use positional + # arguments. py_limited_api may be set only via keyword. + self.py_limited_api = kw.pop("py_limited_api", False) + _Extension.__init__(self, name, sources, *args, **kw) + + def _convert_pyx_sources_to_lang(self): + """ + Replace sources with .pyx extensions to sources with the target + language extension. This mechanism allows language authors to supply + pre-converted sources but to prefer the .pyx sources. + """ + if _have_cython(): + # the build has Cython, so allow it to compile the .pyx files + return + lang = self.language or '' + target_ext = '.cpp' if lang.lower() == 'c++' else '.c' + sub = functools.partial(re.sub, '.pyx$', target_ext) + self.sources = list(map(sub, self.sources)) + + +class Library(Extension): + """Just like a regular Extension, but built as a library instead""" diff --git a/env/lib/python3.8/site-packages/setuptools/extern/__init__.py b/env/lib/python3.8/site-packages/setuptools/extern/__init__.py new file mode 100644 index 000000000..7df32fdea --- /dev/null +++ b/env/lib/python3.8/site-packages/setuptools/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', 'ordered_set', +VendorImporter(__name__, names, 'setuptools._vendor').install() diff --git a/env/lib/python3.8/site-packages/setuptools/extern/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/extern/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c9e710c805261b21d8191a7f09c4b781792f2a17 GIT binary patch literal 2902 zcmZ`*-H+Qu5Z|>O+ez-O*V0};D3t{gZKPgOIH>|rp`uct0!39zONl_1FT1(;&avIy zP1^+D3%MsAc;o%Mr#Ow8Xc4ueiH^12@%gYS{*B@_g51-Tt z`5Rx3Uk<$7g+(xc{S^{j6RvzWa{m_4(4HgkFow|R{_tTwav-2*~F{xNB} zZ(uIz_OU&F+3<1~ZutxvZr1HtjKWIi8LY8KVZ9o2nYTw~wC6IP)%QrxV-41Xr_Ywy zGCb>Sg`I(CgI!>&>@3V`vUBV`7+GRAXkXJSPkG8R@nDo^LUA$OYXoq86+FEEFxa^D zX)xj{3i3z|gLp0y3^EZ6;*`bdR*>Z?&eAAJChITELY$ceKqON`E?&lx2Wh0n!pOv_ zRM6oJmhA6DTU-VMk&Ob8WhzXg5pSE>ufZYc-0H$U-uK{^A45~nf`mlT!kS^vD(w7P zLHBJ&nRQ^nh{Fh&XLoxpe+6cx+6&A5wQ9P4s7>3FE4@ zQ(YLALxi;91<-&7QZ(>@{$lT1yY{YASW6_ksVrp|&b9;JYcoI)7;Q~&eiLtv1rM^Z z3gUq=Rz+fqt6-F|al(UG&aLOHEtWw=%hmNf5-P?NFu>4uluoogigMimpbI5m#%gHb z(yAHDwLcgq2_juP2t(~`Mv`l{RJG`r%VDWI97U=>2e;mx3*rE;84Jyqf5|IaWS^N%9&r#90GMv8WHfhWV{f-?FG{ zJO5g5-$}@0OPl}~CMS}k0oM|A3IYj9x9I_-+iTiwS>i(&)ehzYydW(A#pb-fxXb0f z;1KQkJ~u#4n#`xus|&C{A^6U2kpIkXkSDM_h>xISv{m}u((8*mX!2LQKi7|?zS6%) zPRGPfFJD(-fzlTTR9sSY+uFCWoE=z?%M*b$z3~XjfB<5xs0ZC*%5F)&fKBw81SC1) zGOVZTC3>K=Xa_)+=vAB&Vr>mELR^5PVP3?Fc93WdP8LnAV_^?*^5@fIh06o2F4dn_U4C@yYQ`~ zR0m4x+JdojAwUWm2k`B7TgzCHF%poqkim1V4)szPJ|9Ph<>8ALhAiucp};KAelD_{ z3pEj#_$GQL5d^+X2^1;`-Ci>jfCdgR=4yKG=)BRc&PSeJIRsN1u_Rik7CmZK)-{7Y@d*x` XwoC2bDZTL}W}Sf%@QJ;0&!PVV

x`cxx_WrNY#(frvMxv<}duT>*U4!r7;yyGoiSMOyCX27g!-Yk9-%M>{jE^2; zg9Jxb;f^>Vuw9QcJ8w*)|zc&-RP(k6*7B- zAJS+@R0K8B-Ms*=X>Dy`>ur*YNt@9?55OvZ#<*cZ4AY_B!4y=j!2aT5PeKtmZ^*Br zEuU@P@QuRLN}1?r4@$;Oo^&0L#DLR3L~WO-PYkj|=0R(sON~iqD^x(HvCk!vguB}l z4(Aq5)|!yI+|z|lj}X?OrPZ4dVMr2#SVl&SFW5Uv?)BIDJ%Zfz;hiicidHI8_oueB3BW^=@#wrM`>OkE!ZC&ZhKu%y9I1V_ALHZbr zDJM~bwX7$0wCM#sl5U%6>59KCWgFX>X>*GIqm5TEsCJPM{CWSj`ZVDJZt5O!&(&6QKrX|luv(Ks1KCtO;KH}I?@FZgaquA zW#t+S2P@@<59+Dxdu=och_E66A5tHNbS0HQy7I~rR2!TZ6c;MN%Nf8I)x7)=1y=ctoeIeM-Za zA$!9y3lAHNmI%7uaE2d(3E3IBiK_*~lY}W4f}ll5 zaExZreqyC#iYoC{EWtcq609|lCEgz1oXZ=OH=y2CVLSm%RED2`)+!nG=P+jfM&{73 zYS3h>z6(E+qPbd>w6xa#{ypleFAt(u*ukFR>~q_4-^-x4wU4lc7Upe133DEp=%5+6et zhAx#^8xYB!d|dzKEXva#$Eh5B)B3`e11K@5{l|)jw=ko@Hn8aSAVVM>w{z{mcJ6uv zqt?(iCo=6E?Mr*GyC*1XcXy>7$Me_lJOptYy98)>9sHgRj045iFx@c6b>SlcnXg}k zNO#|~yr#thqHUJoLXcl41p6A2R;H)=fz}bQfFYkyU>Jm$ZnZJD>L04 zhoNe72Yt{&L4TGbUl#~s2MQ-Yz2JXn(S zPa@3{r3sK`m(+8mH=D3AHxx_wD^x26ZH$PwIR}}_k4}@FDLh6-A z3dAIW<8>zEt{s;O0Nwatzk1eXwbzkiQo>89=aQ;VGxb9vb*h zHFMC(O?~IXSZW{2>2Ev4Ftj&PMr&UmCG8trK7(;VNVjwdX;*Ugw|1#%H+M5h-C)8c zW(tA;!U=*vgq6su4y`=Ggw!NL3Jp670(#nuteFC)A0`q}MI>Or)re>=gUpa27O=^1 zf=oSV3F7gd|{*J&VSTa~{^g?|%?o#~9{t*+Pu-OlMTL518m9GNhg(mc|g z2BJy2AF@TWABT2@#~5I8_jtZS*mM{p6E-PKBAX5265&l2FeH%<+!}oher)Qvl_ih- zW!%MM7UYfvAk9#BH36>sCh7T`QH1ovj*j>g9@;t?bgD4etm!bxkg$v6T-V*hfWT?U zUP$H_K2SI@Hi`@E1cFpg`Z`&TS8hoUVBp)3dX)q`bPLB zZ6hfLnwg`Er?f+4NNLkh>*NWZ|=(MISXJ#3bz z!_t*)1J6kyfsO#X6gDYx&k*L(7?e${cJ$I z0+|i=O*VXx!CU?%O8y=a2-Bdwu#Fgskp5jN*r++nZz1om(RO73z!?NAqrb$1%~D)A zWVrYj(7-pzsE*-T9v`Z@ea3!2fh^{1Jr-xerSLM|~{)v{+*U9twlvQVqtLKS5) zhg`rR5yw(i@abp2$1GSB3aL&xHt`=~dh#D33AcMYU^_)F&JtUXq)xZ`FLKu6Re0cY?)M|4MDCN4o&9{j@HNeT(XXecGX zb91`}tbY~myPjv|v2Mfi3o(&2P_x+D*CW`3qD%q&JMgrhX$|6{)A^PTx$OVQ$K<;- z>r{zU$5jX%B|pUqAPX3N{94&1v!|UcmEMCp&SSR=D#hW^rh@P=XzlVJQ&$mmUvVAkxGt3?Y!GdAeu7 zM-0>^y0C82?vRH*NoT=JhPebr>MNs#r#e}u@}HQJj)c8jl9X6`d$?2V{+N6Umav@)q2VEagBD9RRE-@1EZS&6KR@(XDB6E56Nk~XXs9#;#` z%YTmkNA!y z6i$W$mv|+=`xz^-9X(`74-lrZD`20^5`uy`o{20?#|lD|Uup3(G8e}7bX zHgP1eKLOE?|9)g9hDUPA;giFAhm*N9>i>A}j^Tmf6#Yr+zk>f8K19Ot(b?YBjW1K8 z2)wT*$5SD$>~6-6aMTkCCUN;58YvpXJY@=x5Y^tITy|bERXK~t4NkxqGKe}cUne36 z6Dau>$jKLlK%_ws0>OhP*d&iHsRd+fX=^2l6wyi?Dw8*g(nVX$!o!zhufU9I14O+f zX$$SN*Tl1mxL|IkTErB|>zn2o>V_r*H9pb3VO>{lAsioU za*FnUv~ z@Iy?5cKCHV&k+EyWPu?=w50#Woe0=4L8j2|z|p#$R4b#{8a(7$7p997Z%kYBvlg6c zQMnh5l_$DRkcGs~Hk_M5zz|(Hun(3T|2E5ST)^3`p>KW5&*%9_A;zyh@cpO-~@>mE8`onj@yFuky|{n z9Q7!60&B+q1WuUjjM{SQ4sH-4ER-F%_0r_*8*fY(=dIbIH933k;u}Tlr@C<{w+lZN zOq)*XwlyZ`&qCF9Y|gm=xb^w!U*Ha$5c;WZD^$W&i@r3@GX+{&Df|8P_ z)HHr%Bp|OqU^X>`7(rMwek8w5ol;#0@|{6991UH4kSldGbb60RNV-yFA6braD9rOv zNsJd*5he==LUk!X<_dBnDi>-D9UDxyJ+%@r6(f)8uNzk)w-F=NPMtWLEN`v4>J zYvkJzCJe^EfZkw!UQWwQi6v7ex^Dps!`Tf#vL?hOoIo3ck5xRCS8??A8hl zv&mvBrfx`UVCur`d2410_%btpsbx+~O<6Di)^3(>xvinO>3QqybaDE^#QgLWT`D^^ zaqg{&OLMK%tCy^)=`#}-&&{{uR1Jms+~Y4*3wz1oHvTqsiq#-G9mqssQSg4iHEZu; z+=4~4)F}_NG$^u7iO>Q0pV5=O6=Hn1N@ycEPDP0@?p^*9JmR8vPFfMJ9CCdV?xsaw zFF`jA=HZ*97WAQ<^ig??FpNam;A%gJnTVGJx26;!H3&>297}P48s%pmCJakrPAwW=LF&AUZrNwjd8Nm%;`v9atn=a$hT=GEPm2@!w(4;M9U}XYS0#YWXmS2Hgv9ryx+Du28$w)2z9n7`AxL+316Ts_Ul;}{ z$1q?I*yu&$FLHoOckz&&KR{Jw2_o^-HxNwNCu5{e*5JA&R(tvuZ4r$G6R_4g_4tjU zn6w_8=!sF``gMCZAL0d#3 zod&->1w%oZ(h<=J#!q4ZTQtAl%KtxaU2Ave!uG$lL)PD+diW|2ZFkpR){B31|42Y* z{38_rd|ionIf7s(BQa0mBSPMhhua8gLjO7t2ZCN8=HWXj3>Z5h=#jaT>}Shq$OXHB zWRMde9Yl!pw_{#5c;lmpoWa2TO$uBDZ$j~%#a&@-h|U1qns4w^fbD@f4mzH_x{M$I zR|RXZ5Xd*3u9@W9&sUsJkS@ObpOh3SA<38_`C?J zi?f6{zs5mzI3>OOZB(5>fFlAm5vEBm29n3P!W@*crr(}CcX4XEmpgJWGx?4?M(WBc zqT9ezI~YpU2}64f*@c3I*brxY+_L7c!8lG<&!!+Vc~{%DC^Qm5ITZw5B5JiP1a3dQ zzgfH084GrE31(Ua8@FI)C+E0F2KWi(q_&}#;lm^O z%`Hbq*t|~_PCcredGo2Dmi6Q*>xhdtnk;T~q`yJFyTBsOK{+WXaG>kBaIKq7d7YyI zTnIH51agXyWp_q%v9oFwZLmqEK)?Ym81AxF^~g8zMXS1KArK3Z5g@DZ2jRSA7iU%w zR_lmk7D-DKVIg5r2UY}O^|;WrD&lex#f(OFHCpl8^)J(GJ*wkdEz*5Rb2{;d|(A@W)aRM4}K$rB$IwLjW<>4Rlug~bYc}} z=X;AVON6W7*3-u0byf=sGmaT|@iX?Y!-{)mpjOm3hneEcJmRF!U9wKHa(=oykDq8@ zMZL$ZkTzN>L!BUql_HQpSA=;~8$FnUVDMPA@m}+~1DWyOA- z?iEw#8bxKEzEMT7IDnS6Y+Pu46i z81j8Q!spkAH{HW~6w3TpwD~nc89GR9OGe+S!#4Ifb+qs~nmB~0BE+a-KHX>W#cO$p z@2J2f(W}3apK2-Da&Yg+-J4z4~9?|f(XfZq?Q{G1(th&i@>djR8 z8#`f#$ta1i--^?DVR5q~nl5E$Er;+Hbi)4Bx8Ns36{p&$p_@l6{X4XD zvN~z8z=I041a=}reo8|Ho5?2zn$h{tW)V5!6C*T$0)QxpwtBsIC!HR--0|jxauv6p zVp-}Dp7cDQB_z{-4lV zN%7G*Tq&hXpsgnV0Wvo1=?|!HUNS8){Ln=ui5Yna1VO_k?avz@(Xt~S!6+^deq>Ob zfyYmG^hJal=^9E*d74WQz)Md(B~ke{m%tf<5(M|EHtmS}Rm9kT6?u5i4BynR>A@PS za`2-D+;`h>zlEHX{1(@UqDJ~78ZosFw-t^4q4uHvp|Kbt1KZsMbTb11u~{$ETl0>- zMBE|b{(d{kC2ACe1yczuxNvu^4Zzxq_hE3H3AD|A1Xv`Y#nF3jseA0cp&GZNBJJfq zf~}&zltXSaMY&O{Ry359zDl^u^i7CHI}OcFcS(U`#~;~35?GzaFaFRv6|y~#C_cn0 zk%Nx%FgMJH=1S3hFfYP_@{vJpR35Hcw7AJiLWj%49R$EulD(moL@+hNqKKKIYh^FV z>#YRd`Z{JEl6goEJHv~%0*M(vY|{Ph7iCSc<3N4Z#A&rQ;#`$L1l5laUXdl1E-6H`_l2RZnI*yHrw+LrHiEF7 zNEe8_dLxQAVk<((VJ^ZOA?yzA*?{OF_tYV!4})rbfR?^~-PhmiyO+GA!?Yx#jd*8_ zm?bOc-@&u|m=Yp+ekVGlyNR?I`3oq-9-H*551#~#gsf^l^l{h&I(z32Z(jZu8kbEk zdMauDpIEwMa-m2O{FyOu-myRBrnZhB8dWqU?><(Z8$C2iGtRsDmT}AiA&aRdG71E5 z9qRV5NkQti%n#YA62gVlk0Pk+!yCqdbRF}QvWc)cgm*Hg+z)I|v2!7A(%XE*!h93& zy{K)q_m%?v_E7}WH|b4Irjj@^He@ok5`nan-D%-B)-+y~It%<1o5rubF}wPdsP0L$ zK**>OL#WtRP+#>wM=!O&{6!(gx$Q9n-w}iw!?SHr6v2Z;lx!uiD?Z?!T4#IB*&7Vs z%4`@|!RKL5P^HJLz8^v28Wda_Ro*~e4wHJ~XyJ!00ui9ekN`m*fk6!6Vo!t58T6YG zw~Yo!3%z>9kpUnsD8Y-uiWqtbFeZ-A?eNeaa;c(gM?2qgQ?6 z!?BE?+v_rZON=AvIQmS!Kr?@ll9y=c zj^g+>K|T_D7;m}5GXu?`bDH+xgbvKs^Id zM8QcaRF!Y3TvEBHQc`ZZrSc1M&N-*K=H$QNs+jp+&j17|x>C6WC_H?KF;_@$z#;h$ASVG2_{rJ-7?N?7wWOT)kJ=?%j&WSs$= zu`&{8fU{Os;w*5^%1N99&Rcnj^WH$CU=<`D04`cZi3`9bt0Zv|c+eUIF0nzc+!(Tk zBrXFFTf-6$0gqTC5)T89TB8z=0FPN?5|4W0jR|W4c#MsElZ`2BO5zD`x-nzTs0z>h zK^6C~qDk*eVgoWr@!L z&slR4pZBgbu3A@t$JhmLzOi5}sLIC*yU5Jv3N!h{fo@g!3?E~c4m38)F0(my<%Q0! zviax6fod(HZCJJ~^x7(HQMO%U+I^*R?K|4JiW(Ok-wz@uasxkHM_Iq=@8i!{b!!p+ z^LLxnC zyy$kL>3ydquQFPZOH z1K^6KG6lAwS~}A#gXzp*nHL(%vfOjS%CI~ec%iZaE25N5OW-z2IabDZ2w#H@zsRr= zHj3K3ERSJ?aW;YS0Gnh}Y?{rmGcOEwmYqXgfmPUfJavIxe4&4<)KzA(OV0cBcMe&6Vk+R=Bl zNZ&OMG;u2_?Pj9vZjQ>Z6yv^<_Q~%K>=sb_jGovnif2jdlWaP6=5bDtr@<3XvMh@g z<=cn%*^_6`*p!gKYKyTW2VnJlaETino(eG zaZ~V`;7)`V$7g0OXu5!|Zw7*Kfj+%4nj)xSfNG&vvrabQdHdJR!1wks5@|9_CK>o< zvJ2+k4yGCOIA;c!yy%S)?Kr;aFqT@D=?HE%1rNdRzBdW7(YSEbPn1xxQPHeYGJD(g z8Gi=mh@hF^TkDlloRRw+7u?W=bvS;FTjh|8r?7LDn5CegVGX86n%GyYJ7QZD(I93> zj8m5)h~!|FjiwV>c{0uxlx7WJVWArWR*cvPxmOpn=pJj}mJV<6S`pV!{@z;N2^xHv zIsS5UKiUcWrRFrcwZ~j6V?&=Vd+t`+<(=w{gS}9WpN`XTw^NsBwm_9_(;-XP zUxG<2HG-$yB-a}8?fq)|_5H_gvq^ngemYYaOfpZJvE(D-4o%vH2Xbp})HnP8<5WS& zlAW4|Xn8yyTMuLylF@^+H6a2a$sHSej__Y=VgXwwsw9ZCiJ)za%ZcfA_uvld!eIzS zFMv|oVK!4x4g9xf`Y3e#nKy_+WRXOf1n3cEv`ZAGfD+oeSVn6_6U1ckHi>sgoS5H` zH2foyY@$z?hfvgHg6%VX6FbqlT};C010)xl?ZIwN@c^5?S;@r1@Eu8HPMuUd)ZmfB zoQV7ZB?d?S2T;Ppai}fQ}C984z=k@)GvL zw2uBtN3@|5EGH>-4B6+CULON}j9wpE>KGmUu?~eA>+Qm$hYJhUYn6wUxwiK3?RNRm z!`Tn#sb(Hv4&hM~9H~)jtCC3=@h)Z}en#R3iT6mH*nmmt83nhGyH}2`ArVT+<%u8) zzK4c!gifz*U+UYf(?`ZM4gRbtgj8aG_$J&7-@inmqlS5=A^?-xw2t~p6Vtu2F3StO zvLVYisLV3>Q2@?4I1(tU9Qk1bnG{7}$4nM#rh93+A?h$|lP1N(P`UttI!Q|BSUB52 z1mrT*ML}RT9DmU z$ZR5#`UtfMP846^qr$-4g9~&$k1CQ5VG_Dszc&_Q5W{LCz+H{uU#IqYz5L0FO#XKdpVEk1PMvpn@EaI0w-#(}98v{<=v{ zAU4(mWXwi9&@|XWmoN}Na59v<|0Y{llFV{8>0h%4$WvC0~&b?8Zk&4s7KO^G(ghuHf9Zxhc-$4IopVKSQR7)FB?} zA{%*yA0laq^FH6RBb?SwCl#q#l8T%u1xu(^-&GMC79$WU(hsz7F@j==S{;-KrPM+Y zCFLNL8T10HEZ<{0^}6f3(Z0BfMlnEwB4(Fscd3G6kobbc8~z?kvta^Bo@pl;6sI#| zk{IMlsSY(Y3!i_CbMPvsJo`o@>^X7DG^8P6eXlf}jmThB9ObQPJ48BW*IRxqxd=#- zf1Ie3&}B`*{rYe#?voaWU33$e5C;cpkjDldT4#H4`;@N3y~ecrNo8EDA(4WmNqrm{ zRPSYfC#}d3m1{5d@#()jR#9(NhT^;}Zx(DjF4#7*S!8m+CEI?|ay+_eux+bo+i5C{ z!ieOQ(^UuzMl4|hf(%mpl*9)l$hnA*NsuXs`y@6X;=$BhYTWa>CL?$MGwMR=puqi_ zLf$Q$hCm3{jLh)4@<=&9d3JbWysR8f5095+FJYpG7$Gr5;u8oMb&e-@7`-cyQ{p&L zo_r~$r-ritOpQSO4pCp()eb;ntbAXEkxw6cGR@b}hnmJn6%H2C(ezuOar7O(J6^aM+S~|~) zAqcA*sc5EF4(lW!9#Z=WV;)Hsl}0w|_D}Q*X(&abH5Jstzr`bzD%XjH^%k9`zzyPb z67aL|EbwfC7AeSZ1qA~^`zLY`R)NmX9$mccOE;4^968$}+Hp05R3ljjX-+OdZjmHU zY|vRsPzDgE2l8RMM633l%Ebh|=iJeIs$5=t;V3KPATlx;@vW)8E`U`^FmVefBtze5 zO_>@B;<}8B*2IYclKVtKkwhMjWlr(NK;(OEr|HUYU=1H#iB#oDRo+k~HY52%>h9Yp uxn=S!mj58}0>2 bool: + return self.status == "equal" + + @property + def is_different(self) -> bool: + return self.status == "different" + + @property + def is_skip(self) -> bool: + return self.status == "skip" + + @classmethod + def Equal(cls) -> ComparisonResult: + """the constraints are equal.""" + return cls("equal", "The two constraints are equal") + + @classmethod + def Different(cls, reason: Union[str, Sequence[str]]) -> ComparisonResult: + """the constraints are different for the provided reason(s).""" + return cls("different", ", ".join(util.to_list(reason))) + + @classmethod + def Skip(cls, reason: Union[str, Sequence[str]]) -> ComparisonResult: + """the constraint cannot be compared for the provided reason(s). + + The message is logged, but the constraints will be otherwise + considered equal, meaning that no migration command will be + generated. + """ + return cls("skip", ", ".join(util.to_list(reason))) + + +class _constraint_sig(Generic[_C]): + const: _C + + _sig: Tuple[Any, ...] + name: Optional[sqla_compat._ConstraintNameDefined] + + impl: DefaultImpl + + _is_index: ClassVar[bool] = False + _is_fk: ClassVar[bool] = False + _is_uq: ClassVar[bool] = False + + _is_metadata: bool + + def __init_subclass__(cls) -> None: + cls._register() + + @classmethod + def _register(cls): + raise NotImplementedError() + + def __init__( + self, is_metadata: bool, impl: DefaultImpl, const: _C + ) -> None: + raise NotImplementedError() + + def compare_to_reflected( + self, other: _constraint_sig[Any] + ) -> ComparisonResult: + assert self.impl is other.impl + assert self._is_metadata + assert not other._is_metadata + + return self._compare_to_reflected(other) + + def _compare_to_reflected( + self, other: _constraint_sig[_C] + ) -> ComparisonResult: + raise NotImplementedError() + + @classmethod + def from_constraint( + cls, is_metadata: bool, impl: DefaultImpl, constraint: _C + ) -> _constraint_sig[_C]: + # these could be cached by constraint/impl, however, if the + # constraint is modified in place, then the sig is wrong. the mysql + # impl currently does this, and if we fixed that we can't be sure + # someone else might do it too, so play it safe. + sig = _clsreg[constraint.__visit_name__](is_metadata, impl, constraint) + return sig + + def md_name_to_sql_name(self, context: AutogenContext) -> Optional[str]: + return sqla_compat._get_constraint_final_name( + self.const, context.dialect + ) + + @util.memoized_property + def is_named(self): + return sqla_compat._constraint_is_named(self.const, self.impl.dialect) + + @util.memoized_property + def unnamed(self) -> Tuple[Any, ...]: + return self._sig + + @util.memoized_property + def unnamed_no_options(self) -> Tuple[Any, ...]: + raise NotImplementedError() + + @util.memoized_property + def _full_sig(self) -> Tuple[Any, ...]: + return (self.name,) + self.unnamed + + def __eq__(self, other) -> bool: + return self._full_sig == other._full_sig + + def __ne__(self, other) -> bool: + return self._full_sig != other._full_sig + + def __hash__(self) -> int: + return hash(self._full_sig) + + +class _uq_constraint_sig(_constraint_sig[UniqueConstraint]): + _is_uq = True + + @classmethod + def _register(cls) -> None: + _clsreg["unique_constraint"] = cls + + is_unique = True + + def __init__( + self, + is_metadata: bool, + impl: DefaultImpl, + const: UniqueConstraint, + ) -> None: + self.impl = impl + self.const = const + self.name = sqla_compat.constraint_name_or_none(const.name) + self._sig = tuple(sorted([col.name for col in const.columns])) + self._is_metadata = is_metadata + + @property + def column_names(self) -> Tuple[str, ...]: + return tuple([col.name for col in self.const.columns]) + + def _compare_to_reflected( + self, other: _constraint_sig[_C] + ) -> ComparisonResult: + assert self._is_metadata + metadata_obj = self + conn_obj = other + + assert is_uq_sig(conn_obj) + return self.impl.compare_unique_constraint( + metadata_obj.const, conn_obj.const + ) + + +class _ix_constraint_sig(_constraint_sig[Index]): + _is_index = True + + name: sqla_compat._ConstraintName + + @classmethod + def _register(cls) -> None: + _clsreg["index"] = cls + + def __init__( + self, is_metadata: bool, impl: DefaultImpl, const: Index + ) -> None: + self.impl = impl + self.const = const + self.name = const.name + self.is_unique = bool(const.unique) + self._is_metadata = is_metadata + + def _compare_to_reflected( + self, other: _constraint_sig[_C] + ) -> ComparisonResult: + assert self._is_metadata + metadata_obj = self + conn_obj = other + + assert is_index_sig(conn_obj) + return self.impl.compare_indexes(metadata_obj.const, conn_obj.const) + + @util.memoized_property + def has_expressions(self): + return sqla_compat.is_expression_index(self.const) + + @util.memoized_property + def column_names(self) -> Tuple[str, ...]: + return tuple([col.name for col in self.const.columns]) + + @util.memoized_property + def column_names_optional(self) -> Tuple[Optional[str], ...]: + return tuple( + [getattr(col, "name", None) for col in self.const.expressions] + ) + + @util.memoized_property + def is_named(self): + return True + + @util.memoized_property + def unnamed(self): + return (self.is_unique,) + self.column_names_optional + + +class _fk_constraint_sig(_constraint_sig[ForeignKeyConstraint]): + _is_fk = True + + @classmethod + def _register(cls) -> None: + _clsreg["foreign_key_constraint"] = cls + + def __init__( + self, + is_metadata: bool, + impl: DefaultImpl, + const: ForeignKeyConstraint, + ) -> None: + self._is_metadata = is_metadata + + self.impl = impl + self.const = const + + self.name = sqla_compat.constraint_name_or_none(const.name) + + ( + self.source_schema, + self.source_table, + self.source_columns, + self.target_schema, + self.target_table, + self.target_columns, + onupdate, + ondelete, + deferrable, + initially, + ) = sqla_compat._fk_spec(const) + + self._sig: Tuple[Any, ...] = ( + self.source_schema, + self.source_table, + tuple(self.source_columns), + self.target_schema, + self.target_table, + tuple(self.target_columns), + ) + ( + ( + (None if onupdate.lower() == "no action" else onupdate.lower()) + if onupdate + else None + ), + ( + (None if ondelete.lower() == "no action" else ondelete.lower()) + if ondelete + else None + ), + # convert initially + deferrable into one three-state value + ( + "initially_deferrable" + if initially and initially.lower() == "deferred" + else "deferrable" if deferrable else "not deferrable" + ), + ) + + @util.memoized_property + def unnamed_no_options(self): + return ( + self.source_schema, + self.source_table, + tuple(self.source_columns), + self.target_schema, + self.target_table, + tuple(self.target_columns), + ) + + +def is_index_sig(sig: _constraint_sig) -> TypeGuard[_ix_constraint_sig]: + return sig._is_index + + +def is_uq_sig(sig: _constraint_sig) -> TypeGuard[_uq_constraint_sig]: + return sig._is_uq + + +def is_fk_sig(sig: _constraint_sig) -> TypeGuard[_fk_constraint_sig]: + return sig._is_fk diff --git a/venv/lib/python3.8/site-packages/alembic/ddl/base.py b/venv/lib/python3.8/site-packages/alembic/ddl/base.py new file mode 100644 index 000000000..6fbe95245 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/ddl/base.py @@ -0,0 +1,336 @@ +# mypy: allow-untyped-defs, allow-incomplete-defs, allow-untyped-calls +# mypy: no-warn-return-any, allow-any-generics + +from __future__ import annotations + +import functools +from typing import Optional +from typing import TYPE_CHECKING +from typing import Union + +from sqlalchemy import exc +from sqlalchemy import Integer +from sqlalchemy import types as sqltypes +from sqlalchemy.ext.compiler import compiles +from sqlalchemy.schema import Column +from sqlalchemy.schema import DDLElement +from sqlalchemy.sql.elements import quoted_name + +from ..util.sqla_compat import _columns_for_constraint # noqa +from ..util.sqla_compat import _find_columns # noqa +from ..util.sqla_compat import _fk_spec # noqa +from ..util.sqla_compat import _is_type_bound # noqa +from ..util.sqla_compat import _table_for_constraint # noqa + +if TYPE_CHECKING: + from typing import Any + + from sqlalchemy.sql.compiler import Compiled + from sqlalchemy.sql.compiler import DDLCompiler + from sqlalchemy.sql.elements import TextClause + from sqlalchemy.sql.functions import Function + from sqlalchemy.sql.schema import FetchedValue + from sqlalchemy.sql.type_api import TypeEngine + + from .impl import DefaultImpl + from ..util.sqla_compat import Computed + from ..util.sqla_compat import Identity + +_ServerDefault = Union["TextClause", "FetchedValue", "Function[Any]", str] + + +class AlterTable(DDLElement): + """Represent an ALTER TABLE statement. + + Only the string name and optional schema name of the table + is required, not a full Table object. + + """ + + def __init__( + self, + table_name: str, + schema: Optional[Union[quoted_name, str]] = None, + ) -> None: + self.table_name = table_name + self.schema = schema + + +class RenameTable(AlterTable): + def __init__( + self, + old_table_name: str, + new_table_name: Union[quoted_name, str], + schema: Optional[Union[quoted_name, str]] = None, + ) -> None: + super().__init__(old_table_name, schema=schema) + self.new_table_name = new_table_name + + +class AlterColumn(AlterTable): + def __init__( + self, + name: str, + column_name: str, + schema: Optional[str] = None, + existing_type: Optional[TypeEngine] = None, + existing_nullable: Optional[bool] = None, + existing_server_default: Optional[_ServerDefault] = None, + existing_comment: Optional[str] = None, + ) -> None: + super().__init__(name, schema=schema) + self.column_name = column_name + self.existing_type = ( + sqltypes.to_instance(existing_type) + if existing_type is not None + else None + ) + self.existing_nullable = existing_nullable + self.existing_server_default = existing_server_default + self.existing_comment = existing_comment + + +class ColumnNullable(AlterColumn): + def __init__( + self, name: str, column_name: str, nullable: bool, **kw + ) -> None: + super().__init__(name, column_name, **kw) + self.nullable = nullable + + +class ColumnType(AlterColumn): + def __init__( + self, name: str, column_name: str, type_: TypeEngine, **kw + ) -> None: + super().__init__(name, column_name, **kw) + self.type_ = sqltypes.to_instance(type_) + + +class ColumnName(AlterColumn): + def __init__( + self, name: str, column_name: str, newname: str, **kw + ) -> None: + super().__init__(name, column_name, **kw) + self.newname = newname + + +class ColumnDefault(AlterColumn): + def __init__( + self, + name: str, + column_name: str, + default: Optional[_ServerDefault], + **kw, + ) -> None: + super().__init__(name, column_name, **kw) + self.default = default + + +class ComputedColumnDefault(AlterColumn): + def __init__( + self, name: str, column_name: str, default: Optional[Computed], **kw + ) -> None: + super().__init__(name, column_name, **kw) + self.default = default + + +class IdentityColumnDefault(AlterColumn): + def __init__( + self, + name: str, + column_name: str, + default: Optional[Identity], + impl: DefaultImpl, + **kw, + ) -> None: + super().__init__(name, column_name, **kw) + self.default = default + self.impl = impl + + +class AddColumn(AlterTable): + def __init__( + self, + name: str, + column: Column[Any], + schema: Optional[Union[quoted_name, str]] = None, + ) -> None: + super().__init__(name, schema=schema) + self.column = column + + +class DropColumn(AlterTable): + def __init__( + self, name: str, column: Column[Any], schema: Optional[str] = None + ) -> None: + super().__init__(name, schema=schema) + self.column = column + + +class ColumnComment(AlterColumn): + def __init__( + self, name: str, column_name: str, comment: Optional[str], **kw + ) -> None: + super().__init__(name, column_name, **kw) + self.comment = comment + + +@compiles(RenameTable) +def visit_rename_table( + element: RenameTable, compiler: DDLCompiler, **kw +) -> str: + return "%s RENAME TO %s" % ( + alter_table(compiler, element.table_name, element.schema), + format_table_name(compiler, element.new_table_name, element.schema), + ) + + +@compiles(AddColumn) +def visit_add_column(element: AddColumn, compiler: DDLCompiler, **kw) -> str: + return "%s %s" % ( + alter_table(compiler, element.table_name, element.schema), + add_column(compiler, element.column, **kw), + ) + + +@compiles(DropColumn) +def visit_drop_column(element: DropColumn, compiler: DDLCompiler, **kw) -> str: + return "%s %s" % ( + alter_table(compiler, element.table_name, element.schema), + drop_column(compiler, element.column.name, **kw), + ) + + +@compiles(ColumnNullable) +def visit_column_nullable( + element: ColumnNullable, compiler: DDLCompiler, **kw +) -> str: + return "%s %s %s" % ( + alter_table(compiler, element.table_name, element.schema), + alter_column(compiler, element.column_name), + "DROP NOT NULL" if element.nullable else "SET NOT NULL", + ) + + +@compiles(ColumnType) +def visit_column_type(element: ColumnType, compiler: DDLCompiler, **kw) -> str: + return "%s %s %s" % ( + alter_table(compiler, element.table_name, element.schema), + alter_column(compiler, element.column_name), + "TYPE %s" % format_type(compiler, element.type_), + ) + + +@compiles(ColumnName) +def visit_column_name(element: ColumnName, compiler: DDLCompiler, **kw) -> str: + return "%s RENAME %s TO %s" % ( + alter_table(compiler, element.table_name, element.schema), + format_column_name(compiler, element.column_name), + format_column_name(compiler, element.newname), + ) + + +@compiles(ColumnDefault) +def visit_column_default( + element: ColumnDefault, compiler: DDLCompiler, **kw +) -> str: + return "%s %s %s" % ( + alter_table(compiler, element.table_name, element.schema), + alter_column(compiler, element.column_name), + ( + "SET DEFAULT %s" % format_server_default(compiler, element.default) + if element.default is not None + else "DROP DEFAULT" + ), + ) + + +@compiles(ComputedColumnDefault) +def visit_computed_column( + element: ComputedColumnDefault, compiler: DDLCompiler, **kw +): + raise exc.CompileError( + 'Adding or removing a "computed" construct, e.g. GENERATED ' + "ALWAYS AS, to or from an existing column is not supported." + ) + + +@compiles(IdentityColumnDefault) +def visit_identity_column( + element: IdentityColumnDefault, compiler: DDLCompiler, **kw +): + raise exc.CompileError( + 'Adding, removing or modifying an "identity" construct, ' + "e.g. GENERATED AS IDENTITY, to or from an existing " + "column is not supported in this dialect." + ) + + +def quote_dotted( + name: Union[quoted_name, str], quote: functools.partial +) -> Union[quoted_name, str]: + """quote the elements of a dotted name""" + + if isinstance(name, quoted_name): + return quote(name) + result = ".".join([quote(x) for x in name.split(".")]) + return result + + +def format_table_name( + compiler: Compiled, + name: Union[quoted_name, str], + schema: Optional[Union[quoted_name, str]], +) -> Union[quoted_name, str]: + quote = functools.partial(compiler.preparer.quote) + if schema: + return quote_dotted(schema, quote) + "." + quote(name) + else: + return quote(name) + + +def format_column_name( + compiler: DDLCompiler, name: Optional[Union[quoted_name, str]] +) -> Union[quoted_name, str]: + return compiler.preparer.quote(name) # type: ignore[arg-type] + + +def format_server_default( + compiler: DDLCompiler, + default: Optional[_ServerDefault], +) -> str: + return compiler.get_column_default_string( + Column("x", Integer, server_default=default) + ) + + +def format_type(compiler: DDLCompiler, type_: TypeEngine) -> str: + return compiler.dialect.type_compiler.process(type_) + + +def alter_table( + compiler: DDLCompiler, + name: str, + schema: Optional[str], +) -> str: + return "ALTER TABLE %s" % format_table_name(compiler, name, schema) + + +def drop_column(compiler: DDLCompiler, name: str, **kw) -> str: + return "DROP COLUMN %s" % format_column_name(compiler, name) + + +def alter_column(compiler: DDLCompiler, name: str) -> str: + return "ALTER COLUMN %s" % format_column_name(compiler, name) + + +def add_column(compiler: DDLCompiler, column: Column[Any], **kw) -> str: + text = "ADD COLUMN %s" % compiler.get_column_specification(column, **kw) + + const = " ".join( + compiler.process(constraint) for constraint in column.constraints + ) + if const: + text += " " + const + + return text diff --git a/venv/lib/python3.8/site-packages/alembic/ddl/impl.py b/venv/lib/python3.8/site-packages/alembic/ddl/impl.py new file mode 100644 index 000000000..2609a62de --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/ddl/impl.py @@ -0,0 +1,886 @@ +# mypy: allow-untyped-defs, allow-incomplete-defs, allow-untyped-calls +# mypy: no-warn-return-any, allow-any-generics + +from __future__ import annotations + +import logging +import re +from typing import Any +from typing import Callable +from typing import Dict +from typing import Iterable +from typing import List +from typing import Mapping +from typing import NamedTuple +from typing import Optional +from typing import Sequence +from typing import Set +from typing import Tuple +from typing import Type +from typing import TYPE_CHECKING +from typing import Union + +from sqlalchemy import cast +from sqlalchemy import Column +from sqlalchemy import MetaData +from sqlalchemy import PrimaryKeyConstraint +from sqlalchemy import schema +from sqlalchemy import String +from sqlalchemy import Table +from sqlalchemy import text + +from . import _autogen +from . import base +from ._autogen import _constraint_sig as _constraint_sig +from ._autogen import ComparisonResult as ComparisonResult +from .. import util +from ..util import sqla_compat + +if TYPE_CHECKING: + from typing import Literal + from typing import TextIO + + from sqlalchemy.engine import Connection + from sqlalchemy.engine import Dialect + from sqlalchemy.engine.cursor import CursorResult + from sqlalchemy.engine.reflection import Inspector + from sqlalchemy.sql import ClauseElement + from sqlalchemy.sql import Executable + from sqlalchemy.sql.elements import ColumnElement + from sqlalchemy.sql.elements import quoted_name + from sqlalchemy.sql.schema import Constraint + from sqlalchemy.sql.schema import ForeignKeyConstraint + from sqlalchemy.sql.schema import Index + from sqlalchemy.sql.schema import UniqueConstraint + from sqlalchemy.sql.selectable import TableClause + from sqlalchemy.sql.type_api import TypeEngine + + from .base import _ServerDefault + from ..autogenerate.api import AutogenContext + from ..operations.batch import ApplyBatchImpl + from ..operations.batch import BatchOperationsImpl + +log = logging.getLogger(__name__) + + +class ImplMeta(type): + def __init__( + cls, + classname: str, + bases: Tuple[Type[DefaultImpl]], + dict_: Dict[str, Any], + ): + newtype = type.__init__(cls, classname, bases, dict_) + if "__dialect__" in dict_: + _impls[dict_["__dialect__"]] = cls # type: ignore[assignment] + return newtype + + +_impls: Dict[str, Type[DefaultImpl]] = {} + + +class DefaultImpl(metaclass=ImplMeta): + """Provide the entrypoint for major migration operations, + including database-specific behavioral variances. + + While individual SQL/DDL constructs already provide + for database-specific implementations, variances here + allow for entirely different sequences of operations + to take place for a particular migration, such as + SQL Server's special 'IDENTITY INSERT' step for + bulk inserts. + + """ + + __dialect__ = "default" + + transactional_ddl = False + command_terminator = ";" + type_synonyms: Tuple[Set[str], ...] = ({"NUMERIC", "DECIMAL"},) + type_arg_extract: Sequence[str] = () + # These attributes are deprecated in SQLAlchemy via #10247. They need to + # be ignored to support older version that did not use dialect kwargs. + # They only apply to Oracle and are replaced by oracle_order, + # oracle_on_null + identity_attrs_ignore: Tuple[str, ...] = ("order", "on_null") + + def __init__( + self, + dialect: Dialect, + connection: Optional[Connection], + as_sql: bool, + transactional_ddl: Optional[bool], + output_buffer: Optional[TextIO], + context_opts: Dict[str, Any], + ) -> None: + self.dialect = dialect + self.connection = connection + self.as_sql = as_sql + self.literal_binds = context_opts.get("literal_binds", False) + + self.output_buffer = output_buffer + self.memo: dict = {} + self.context_opts = context_opts + if transactional_ddl is not None: + self.transactional_ddl = transactional_ddl + + if self.literal_binds: + if not self.as_sql: + raise util.CommandError( + "Can't use literal_binds setting without as_sql mode" + ) + + @classmethod + def get_by_dialect(cls, dialect: Dialect) -> Type[DefaultImpl]: + return _impls[dialect.name] + + def static_output(self, text: str) -> None: + assert self.output_buffer is not None + self.output_buffer.write(text + "\n\n") + self.output_buffer.flush() + + def version_table_impl( + self, + *, + version_table: str, + version_table_schema: Optional[str], + version_table_pk: bool, + **kw: Any, + ) -> Table: + """Generate a :class:`.Table` object which will be used as the + structure for the Alembic version table. + + Third party dialects may override this hook to provide an alternate + structure for this :class:`.Table`; requirements are only that it + be named based on the ``version_table`` parameter and contains + at least a single string-holding column named ``version_num``. + + .. versionadded:: 1.14 + + """ + vt = Table( + version_table, + MetaData(), + Column("version_num", String(32), nullable=False), + schema=version_table_schema, + ) + if version_table_pk: + vt.append_constraint( + PrimaryKeyConstraint( + "version_num", name=f"{version_table}_pkc" + ) + ) + + return vt + + def requires_recreate_in_batch( + self, batch_op: BatchOperationsImpl + ) -> bool: + """Return True if the given :class:`.BatchOperationsImpl` + would need the table to be recreated and copied in order to + proceed. + + Normally, only returns True on SQLite when operations other + than add_column are present. + + """ + return False + + def prep_table_for_batch( + self, batch_impl: ApplyBatchImpl, table: Table + ) -> None: + """perform any operations needed on a table before a new + one is created to replace it in batch mode. + + the PG dialect uses this to drop constraints on the table + before the new one uses those same names. + + """ + + @property + def bind(self) -> Optional[Connection]: + return self.connection + + def _exec( + self, + construct: Union[Executable, str], + execution_options: Optional[Mapping[str, Any]] = None, + multiparams: Optional[Sequence[Mapping[str, Any]]] = None, + params: Mapping[str, Any] = util.immutabledict(), + ) -> Optional[CursorResult]: + if isinstance(construct, str): + construct = text(construct) + if self.as_sql: + if multiparams is not None or params: + raise TypeError("SQL parameters not allowed with as_sql") + + compile_kw: dict[str, Any] + if self.literal_binds and not isinstance( + construct, schema.DDLElement + ): + compile_kw = dict(compile_kwargs={"literal_binds": True}) + else: + compile_kw = {} + + if TYPE_CHECKING: + assert isinstance(construct, ClauseElement) + compiled = construct.compile(dialect=self.dialect, **compile_kw) + self.static_output( + str(compiled).replace("\t", " ").strip() + + self.command_terminator + ) + return None + else: + conn = self.connection + assert conn is not None + if execution_options: + conn = conn.execution_options(**execution_options) + + if params and multiparams is not None: + raise TypeError( + "Can't send params and multiparams at the same time" + ) + + if multiparams: + return conn.execute(construct, multiparams) + else: + return conn.execute(construct, params) + + def execute( + self, + sql: Union[Executable, str], + execution_options: Optional[dict[str, Any]] = None, + ) -> None: + self._exec(sql, execution_options) + + def alter_column( + self, + table_name: str, + column_name: str, + nullable: Optional[bool] = None, + server_default: Union[_ServerDefault, Literal[False]] = False, + name: Optional[str] = None, + type_: Optional[TypeEngine] = None, + schema: Optional[str] = None, + autoincrement: Optional[bool] = None, + comment: Optional[Union[str, Literal[False]]] = False, + existing_comment: Optional[str] = None, + existing_type: Optional[TypeEngine] = None, + existing_server_default: Optional[_ServerDefault] = None, + existing_nullable: Optional[bool] = None, + existing_autoincrement: Optional[bool] = None, + **kw: Any, + ) -> None: + if autoincrement is not None or existing_autoincrement is not None: + util.warn( + "autoincrement and existing_autoincrement " + "only make sense for MySQL", + stacklevel=3, + ) + if nullable is not None: + self._exec( + base.ColumnNullable( + table_name, + column_name, + nullable, + schema=schema, + existing_type=existing_type, + existing_server_default=existing_server_default, + existing_nullable=existing_nullable, + existing_comment=existing_comment, + ) + ) + if server_default is not False: + kw = {} + cls_: Type[ + Union[ + base.ComputedColumnDefault, + base.IdentityColumnDefault, + base.ColumnDefault, + ] + ] + if sqla_compat._server_default_is_computed( + server_default, existing_server_default + ): + cls_ = base.ComputedColumnDefault + elif sqla_compat._server_default_is_identity( + server_default, existing_server_default + ): + cls_ = base.IdentityColumnDefault + kw["impl"] = self + else: + cls_ = base.ColumnDefault + self._exec( + cls_( + table_name, + column_name, + server_default, # type:ignore[arg-type] + schema=schema, + existing_type=existing_type, + existing_server_default=existing_server_default, + existing_nullable=existing_nullable, + existing_comment=existing_comment, + **kw, + ) + ) + if type_ is not None: + self._exec( + base.ColumnType( + table_name, + column_name, + type_, + schema=schema, + existing_type=existing_type, + existing_server_default=existing_server_default, + existing_nullable=existing_nullable, + existing_comment=existing_comment, + ) + ) + + if comment is not False: + self._exec( + base.ColumnComment( + table_name, + column_name, + comment, + schema=schema, + existing_type=existing_type, + existing_server_default=existing_server_default, + existing_nullable=existing_nullable, + existing_comment=existing_comment, + ) + ) + + # do the new name last ;) + if name is not None: + self._exec( + base.ColumnName( + table_name, + column_name, + name, + schema=schema, + existing_type=existing_type, + existing_server_default=existing_server_default, + existing_nullable=existing_nullable, + ) + ) + + def add_column( + self, + table_name: str, + column: Column[Any], + schema: Optional[Union[str, quoted_name]] = None, + ) -> None: + self._exec(base.AddColumn(table_name, column, schema=schema)) + + def drop_column( + self, + table_name: str, + column: Column[Any], + schema: Optional[str] = None, + **kw, + ) -> None: + self._exec(base.DropColumn(table_name, column, schema=schema)) + + def add_constraint(self, const: Any) -> None: + if const._create_rule is None or const._create_rule(self): + self._exec(schema.AddConstraint(const)) + + def drop_constraint(self, const: Constraint) -> None: + self._exec(schema.DropConstraint(const)) + + def rename_table( + self, + old_table_name: str, + new_table_name: Union[str, quoted_name], + schema: Optional[Union[str, quoted_name]] = None, + ) -> None: + self._exec( + base.RenameTable(old_table_name, new_table_name, schema=schema) + ) + + def create_table(self, table: Table, **kw: Any) -> None: + table.dispatch.before_create( + table, self.connection, checkfirst=False, _ddl_runner=self + ) + self._exec(schema.CreateTable(table, **kw)) + table.dispatch.after_create( + table, self.connection, checkfirst=False, _ddl_runner=self + ) + for index in table.indexes: + self._exec(schema.CreateIndex(index)) + + with_comment = ( + self.dialect.supports_comments and not self.dialect.inline_comments + ) + comment = table.comment + if comment and with_comment: + self.create_table_comment(table) + + for column in table.columns: + comment = column.comment + if comment and with_comment: + self.create_column_comment(column) + + def drop_table(self, table: Table, **kw: Any) -> None: + table.dispatch.before_drop( + table, self.connection, checkfirst=False, _ddl_runner=self + ) + self._exec(schema.DropTable(table, **kw)) + table.dispatch.after_drop( + table, self.connection, checkfirst=False, _ddl_runner=self + ) + + def create_index(self, index: Index, **kw: Any) -> None: + self._exec(schema.CreateIndex(index, **kw)) + + def create_table_comment(self, table: Table) -> None: + self._exec(schema.SetTableComment(table)) + + def drop_table_comment(self, table: Table) -> None: + self._exec(schema.DropTableComment(table)) + + def create_column_comment(self, column: ColumnElement[Any]) -> None: + self._exec(schema.SetColumnComment(column)) + + def drop_index(self, index: Index, **kw: Any) -> None: + self._exec(schema.DropIndex(index, **kw)) + + def bulk_insert( + self, + table: Union[TableClause, Table], + rows: List[dict], + multiinsert: bool = True, + ) -> None: + if not isinstance(rows, list): + raise TypeError("List expected") + elif rows and not isinstance(rows[0], dict): + raise TypeError("List of dictionaries expected") + if self.as_sql: + for row in rows: + self._exec( + sqla_compat._insert_inline(table).values( + **{ + k: ( + sqla_compat._literal_bindparam( + k, v, type_=table.c[k].type + ) + if not isinstance( + v, sqla_compat._literal_bindparam + ) + else v + ) + for k, v in row.items() + } + ) + ) + else: + if rows: + if multiinsert: + self._exec( + sqla_compat._insert_inline(table), multiparams=rows + ) + else: + for row in rows: + self._exec( + sqla_compat._insert_inline(table).values(**row) + ) + + def _tokenize_column_type(self, column: Column) -> Params: + definition: str + definition = self.dialect.type_compiler.process(column.type).lower() + + # tokenize the SQLAlchemy-generated version of a type, so that + # the two can be compared. + # + # examples: + # NUMERIC(10, 5) + # TIMESTAMP WITH TIMEZONE + # INTEGER UNSIGNED + # INTEGER (10) UNSIGNED + # INTEGER(10) UNSIGNED + # varchar character set utf8 + # + + tokens: List[str] = re.findall(r"[\w\-_]+|\(.+?\)", definition) + + term_tokens: List[str] = [] + paren_term = None + + for token in tokens: + if re.match(r"^\(.*\)$", token): + paren_term = token + else: + term_tokens.append(token) + + params = Params(term_tokens[0], term_tokens[1:], [], {}) + + if paren_term: + term: str + for term in re.findall("[^(),]+", paren_term): + if "=" in term: + key, val = term.split("=") + params.kwargs[key.strip()] = val.strip() + else: + params.args.append(term.strip()) + + return params + + def _column_types_match( + self, inspector_params: Params, metadata_params: Params + ) -> bool: + if inspector_params.token0 == metadata_params.token0: + return True + + synonyms = [{t.lower() for t in batch} for batch in self.type_synonyms] + inspector_all_terms = " ".join( + [inspector_params.token0] + inspector_params.tokens + ) + metadata_all_terms = " ".join( + [metadata_params.token0] + metadata_params.tokens + ) + + for batch in synonyms: + if {inspector_all_terms, metadata_all_terms}.issubset(batch) or { + inspector_params.token0, + metadata_params.token0, + }.issubset(batch): + return True + return False + + def _column_args_match( + self, inspected_params: Params, meta_params: Params + ) -> bool: + """We want to compare column parameters. However, we only want + to compare parameters that are set. If they both have `collation`, + we want to make sure they are the same. However, if only one + specifies it, dont flag it for being less specific + """ + + if ( + len(meta_params.tokens) == len(inspected_params.tokens) + and meta_params.tokens != inspected_params.tokens + ): + return False + + if ( + len(meta_params.args) == len(inspected_params.args) + and meta_params.args != inspected_params.args + ): + return False + + insp = " ".join(inspected_params.tokens).lower() + meta = " ".join(meta_params.tokens).lower() + + for reg in self.type_arg_extract: + mi = re.search(reg, insp) + mm = re.search(reg, meta) + + if mi and mm and mi.group(1) != mm.group(1): + return False + + return True + + def compare_type( + self, inspector_column: Column[Any], metadata_column: Column + ) -> bool: + """Returns True if there ARE differences between the types of the two + columns. Takes impl.type_synonyms into account between retrospected + and metadata types + """ + inspector_params = self._tokenize_column_type(inspector_column) + metadata_params = self._tokenize_column_type(metadata_column) + + if not self._column_types_match(inspector_params, metadata_params): + return True + if not self._column_args_match(inspector_params, metadata_params): + return True + return False + + def compare_server_default( + self, + inspector_column, + metadata_column, + rendered_metadata_default, + rendered_inspector_default, + ): + return rendered_inspector_default != rendered_metadata_default + + def correct_for_autogen_constraints( + self, + conn_uniques: Set[UniqueConstraint], + conn_indexes: Set[Index], + metadata_unique_constraints: Set[UniqueConstraint], + metadata_indexes: Set[Index], + ) -> None: + pass + + def cast_for_batch_migrate(self, existing, existing_transfer, new_type): + if existing.type._type_affinity is not new_type._type_affinity: + existing_transfer["expr"] = cast( + existing_transfer["expr"], new_type + ) + + def render_ddl_sql_expr( + self, expr: ClauseElement, is_server_default: bool = False, **kw: Any + ) -> str: + """Render a SQL expression that is typically a server default, + index expression, etc. + + """ + + compile_kw = {"literal_binds": True, "include_table": False} + + return str( + expr.compile(dialect=self.dialect, compile_kwargs=compile_kw) + ) + + def _compat_autogen_column_reflect(self, inspector: Inspector) -> Callable: + return self.autogen_column_reflect + + def correct_for_autogen_foreignkeys( + self, + conn_fks: Set[ForeignKeyConstraint], + metadata_fks: Set[ForeignKeyConstraint], + ) -> None: + pass + + def autogen_column_reflect(self, inspector, table, column_info): + """A hook that is attached to the 'column_reflect' event for when + a Table is reflected from the database during the autogenerate + process. + + Dialects can elect to modify the information gathered here. + + """ + + def start_migrations(self) -> None: + """A hook called when :meth:`.EnvironmentContext.run_migrations` + is called. + + Implementations can set up per-migration-run state here. + + """ + + def emit_begin(self) -> None: + """Emit the string ``BEGIN``, or the backend-specific + equivalent, on the current connection context. + + This is used in offline mode and typically + via :meth:`.EnvironmentContext.begin_transaction`. + + """ + self.static_output("BEGIN" + self.command_terminator) + + def emit_commit(self) -> None: + """Emit the string ``COMMIT``, or the backend-specific + equivalent, on the current connection context. + + This is used in offline mode and typically + via :meth:`.EnvironmentContext.begin_transaction`. + + """ + self.static_output("COMMIT" + self.command_terminator) + + def render_type( + self, type_obj: TypeEngine, autogen_context: AutogenContext + ) -> Union[str, Literal[False]]: + return False + + def _compare_identity_default(self, metadata_identity, inspector_identity): + # ignored contains the attributes that were not considered + # because assumed to their default values in the db. + diff, ignored = _compare_identity_options( + metadata_identity, + inspector_identity, + sqla_compat.Identity(), + skip={"always"}, + ) + + meta_always = getattr(metadata_identity, "always", None) + inspector_always = getattr(inspector_identity, "always", None) + # None and False are the same in this comparison + if bool(meta_always) != bool(inspector_always): + diff.add("always") + + diff.difference_update(self.identity_attrs_ignore) + + # returns 3 values: + return ( + # different identity attributes + diff, + # ignored identity attributes + ignored, + # if the two identity should be considered different + bool(diff) or bool(metadata_identity) != bool(inspector_identity), + ) + + def _compare_index_unique( + self, metadata_index: Index, reflected_index: Index + ) -> Optional[str]: + conn_unique = bool(reflected_index.unique) + meta_unique = bool(metadata_index.unique) + if conn_unique != meta_unique: + return f"unique={conn_unique} to unique={meta_unique}" + else: + return None + + def _create_metadata_constraint_sig( + self, constraint: _autogen._C, **opts: Any + ) -> _constraint_sig[_autogen._C]: + return _constraint_sig.from_constraint(True, self, constraint, **opts) + + def _create_reflected_constraint_sig( + self, constraint: _autogen._C, **opts: Any + ) -> _constraint_sig[_autogen._C]: + return _constraint_sig.from_constraint(False, self, constraint, **opts) + + def compare_indexes( + self, + metadata_index: Index, + reflected_index: Index, + ) -> ComparisonResult: + """Compare two indexes by comparing the signature generated by + ``create_index_sig``. + + This method returns a ``ComparisonResult``. + """ + msg: List[str] = [] + unique_msg = self._compare_index_unique( + metadata_index, reflected_index + ) + if unique_msg: + msg.append(unique_msg) + m_sig = self._create_metadata_constraint_sig(metadata_index) + r_sig = self._create_reflected_constraint_sig(reflected_index) + + assert _autogen.is_index_sig(m_sig) + assert _autogen.is_index_sig(r_sig) + + # The assumption is that the index have no expression + for sig in m_sig, r_sig: + if sig.has_expressions: + log.warning( + "Generating approximate signature for index %s. " + "The dialect " + "implementation should either skip expression indexes " + "or provide a custom implementation.", + sig.const, + ) + + if m_sig.column_names != r_sig.column_names: + msg.append( + f"expression {r_sig.column_names} to {m_sig.column_names}" + ) + + if msg: + return ComparisonResult.Different(msg) + else: + return ComparisonResult.Equal() + + def compare_unique_constraint( + self, + metadata_constraint: UniqueConstraint, + reflected_constraint: UniqueConstraint, + ) -> ComparisonResult: + """Compare two unique constraints by comparing the two signatures. + + The arguments are two tuples that contain the unique constraint and + the signatures generated by ``create_unique_constraint_sig``. + + This method returns a ``ComparisonResult``. + """ + metadata_tup = self._create_metadata_constraint_sig( + metadata_constraint + ) + reflected_tup = self._create_reflected_constraint_sig( + reflected_constraint + ) + + meta_sig = metadata_tup.unnamed + conn_sig = reflected_tup.unnamed + if conn_sig != meta_sig: + return ComparisonResult.Different( + f"expression {conn_sig} to {meta_sig}" + ) + else: + return ComparisonResult.Equal() + + def _skip_functional_indexes(self, metadata_indexes, conn_indexes): + conn_indexes_by_name = {c.name: c for c in conn_indexes} + + for idx in list(metadata_indexes): + if idx.name in conn_indexes_by_name: + continue + iex = sqla_compat.is_expression_index(idx) + if iex: + util.warn( + "autogenerate skipping metadata-specified " + "expression-based index " + f"{idx.name!r}; dialect {self.__dialect__!r} under " + f"SQLAlchemy {sqla_compat.sqlalchemy_version} can't " + "reflect these indexes so they can't be compared" + ) + metadata_indexes.discard(idx) + + def adjust_reflected_dialect_options( + self, reflected_object: Dict[str, Any], kind: str + ) -> Dict[str, Any]: + return reflected_object.get("dialect_options", {}) + + +class Params(NamedTuple): + token0: str + tokens: List[str] + args: List[str] + kwargs: Dict[str, str] + + +def _compare_identity_options( + metadata_io: Union[schema.Identity, schema.Sequence, None], + inspector_io: Union[schema.Identity, schema.Sequence, None], + default_io: Union[schema.Identity, schema.Sequence], + skip: Set[str], +): + # this can be used for identity or sequence compare. + # default_io is an instance of IdentityOption with all attributes to the + # default value. + meta_d = sqla_compat._get_identity_options_dict(metadata_io) + insp_d = sqla_compat._get_identity_options_dict(inspector_io) + + diff = set() + ignored_attr = set() + + def check_dicts( + meta_dict: Mapping[str, Any], + insp_dict: Mapping[str, Any], + default_dict: Mapping[str, Any], + attrs: Iterable[str], + ): + for attr in set(attrs).difference(skip): + meta_value = meta_dict.get(attr) + insp_value = insp_dict.get(attr) + if insp_value != meta_value: + default_value = default_dict.get(attr) + if meta_value == default_value: + ignored_attr.add(attr) + else: + diff.add(attr) + + check_dicts( + meta_d, + insp_d, + sqla_compat._get_identity_options_dict(default_io), + set(meta_d).union(insp_d), + ) + if sqla_compat.identity_has_dialect_kwargs: + # use only the dialect kwargs in inspector_io since metadata_io + # can have options for many backends + check_dicts( + getattr(metadata_io, "dialect_kwargs", {}), + getattr(inspector_io, "dialect_kwargs", {}), + default_io.dialect_kwargs, # type: ignore[union-attr] + getattr(inspector_io, "dialect_kwargs", {}), + ) + + return diff, ignored_attr diff --git a/venv/lib/python3.8/site-packages/alembic/ddl/mssql.py b/venv/lib/python3.8/site-packages/alembic/ddl/mssql.py new file mode 100644 index 000000000..baa43d5e7 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/ddl/mssql.py @@ -0,0 +1,419 @@ +# mypy: allow-untyped-defs, allow-incomplete-defs, allow-untyped-calls +# mypy: no-warn-return-any, allow-any-generics + +from __future__ import annotations + +import re +from typing import Any +from typing import Dict +from typing import List +from typing import Optional +from typing import TYPE_CHECKING +from typing import Union + +from sqlalchemy import types as sqltypes +from sqlalchemy.schema import Column +from sqlalchemy.schema import CreateIndex +from sqlalchemy.sql.base import Executable +from sqlalchemy.sql.elements import ClauseElement + +from .base import AddColumn +from .base import alter_column +from .base import alter_table +from .base import ColumnDefault +from .base import ColumnName +from .base import ColumnNullable +from .base import ColumnType +from .base import format_column_name +from .base import format_server_default +from .base import format_table_name +from .base import format_type +from .base import RenameTable +from .impl import DefaultImpl +from .. import util +from ..util import sqla_compat +from ..util.sqla_compat import compiles + +if TYPE_CHECKING: + from typing import Literal + + from sqlalchemy.dialects.mssql.base import MSDDLCompiler + from sqlalchemy.dialects.mssql.base import MSSQLCompiler + from sqlalchemy.engine.cursor import CursorResult + from sqlalchemy.sql.schema import Index + from sqlalchemy.sql.schema import Table + from sqlalchemy.sql.selectable import TableClause + from sqlalchemy.sql.type_api import TypeEngine + + from .base import _ServerDefault + + +class MSSQLImpl(DefaultImpl): + __dialect__ = "mssql" + transactional_ddl = True + batch_separator = "GO" + + type_synonyms = DefaultImpl.type_synonyms + ({"VARCHAR", "NVARCHAR"},) + identity_attrs_ignore = DefaultImpl.identity_attrs_ignore + ( + "minvalue", + "maxvalue", + "nominvalue", + "nomaxvalue", + "cycle", + "cache", + ) + + def __init__(self, *arg, **kw) -> None: + super().__init__(*arg, **kw) + self.batch_separator = self.context_opts.get( + "mssql_batch_separator", self.batch_separator + ) + + def _exec(self, construct: Any, *args, **kw) -> Optional[CursorResult]: + result = super()._exec(construct, *args, **kw) + if self.as_sql and self.batch_separator: + self.static_output(self.batch_separator) + return result + + def emit_begin(self) -> None: + self.static_output("BEGIN TRANSACTION" + self.command_terminator) + + def emit_commit(self) -> None: + super().emit_commit() + if self.as_sql and self.batch_separator: + self.static_output(self.batch_separator) + + def alter_column( # type:ignore[override] + self, + table_name: str, + column_name: str, + nullable: Optional[bool] = None, + server_default: Optional[ + Union[_ServerDefault, Literal[False]] + ] = False, + name: Optional[str] = None, + type_: Optional[TypeEngine] = None, + schema: Optional[str] = None, + existing_type: Optional[TypeEngine] = None, + existing_server_default: Optional[_ServerDefault] = None, + existing_nullable: Optional[bool] = None, + **kw: Any, + ) -> None: + if nullable is not None: + if type_ is not None: + # the NULL/NOT NULL alter will handle + # the type alteration + existing_type = type_ + type_ = None + elif existing_type is None: + raise util.CommandError( + "MS-SQL ALTER COLUMN operations " + "with NULL or NOT NULL require the " + "existing_type or a new type_ be passed." + ) + elif existing_nullable is not None and type_ is not None: + nullable = existing_nullable + + # the NULL/NOT NULL alter will handle + # the type alteration + existing_type = type_ + type_ = None + + elif type_ is not None: + util.warn( + "MS-SQL ALTER COLUMN operations that specify type_= " + "should also specify a nullable= or " + "existing_nullable= argument to avoid implicit conversion " + "of NOT NULL columns to NULL." + ) + + used_default = False + if sqla_compat._server_default_is_identity( + server_default, existing_server_default + ) or sqla_compat._server_default_is_computed( + server_default, existing_server_default + ): + used_default = True + kw["server_default"] = server_default + kw["existing_server_default"] = existing_server_default + + super().alter_column( + table_name, + column_name, + nullable=nullable, + type_=type_, + schema=schema, + existing_type=existing_type, + existing_nullable=existing_nullable, + **kw, + ) + + if server_default is not False and used_default is False: + if existing_server_default is not False or server_default is None: + self._exec( + _ExecDropConstraint( + table_name, + column_name, + "sys.default_constraints", + schema, + ) + ) + if server_default is not None: + super().alter_column( + table_name, + column_name, + schema=schema, + server_default=server_default, + ) + + if name is not None: + super().alter_column( + table_name, column_name, schema=schema, name=name + ) + + def create_index(self, index: Index, **kw: Any) -> None: + # this likely defaults to None if not present, so get() + # should normally not return the default value. being + # defensive in any case + mssql_include = index.kwargs.get("mssql_include", None) or () + assert index.table is not None + for col in mssql_include: + if col not in index.table.c: + index.table.append_column(Column(col, sqltypes.NullType)) + self._exec(CreateIndex(index, **kw)) + + def bulk_insert( # type:ignore[override] + self, table: Union[TableClause, Table], rows: List[dict], **kw: Any + ) -> None: + if self.as_sql: + self._exec( + "SET IDENTITY_INSERT %s ON" + % self.dialect.identifier_preparer.format_table(table) + ) + super().bulk_insert(table, rows, **kw) + self._exec( + "SET IDENTITY_INSERT %s OFF" + % self.dialect.identifier_preparer.format_table(table) + ) + else: + super().bulk_insert(table, rows, **kw) + + def drop_column( + self, + table_name: str, + column: Column[Any], + schema: Optional[str] = None, + **kw, + ) -> None: + drop_default = kw.pop("mssql_drop_default", False) + if drop_default: + self._exec( + _ExecDropConstraint( + table_name, column, "sys.default_constraints", schema + ) + ) + drop_check = kw.pop("mssql_drop_check", False) + if drop_check: + self._exec( + _ExecDropConstraint( + table_name, column, "sys.check_constraints", schema + ) + ) + drop_fks = kw.pop("mssql_drop_foreign_key", False) + if drop_fks: + self._exec(_ExecDropFKConstraint(table_name, column, schema)) + super().drop_column(table_name, column, schema=schema, **kw) + + def compare_server_default( + self, + inspector_column, + metadata_column, + rendered_metadata_default, + rendered_inspector_default, + ): + if rendered_metadata_default is not None: + rendered_metadata_default = re.sub( + r"[\(\) \"\']", "", rendered_metadata_default + ) + + if rendered_inspector_default is not None: + # SQL Server collapses whitespace and adds arbitrary parenthesis + # within expressions. our only option is collapse all of it + + rendered_inspector_default = re.sub( + r"[\(\) \"\']", "", rendered_inspector_default + ) + + return rendered_inspector_default != rendered_metadata_default + + def _compare_identity_default(self, metadata_identity, inspector_identity): + diff, ignored, is_alter = super()._compare_identity_default( + metadata_identity, inspector_identity + ) + + if ( + metadata_identity is None + and inspector_identity is not None + and not diff + and inspector_identity.column is not None + and inspector_identity.column.primary_key + ): + # mssql reflect primary keys with autoincrement as identity + # columns. if no different attributes are present ignore them + is_alter = False + + return diff, ignored, is_alter + + def adjust_reflected_dialect_options( + self, reflected_object: Dict[str, Any], kind: str + ) -> Dict[str, Any]: + options: Dict[str, Any] + options = reflected_object.get("dialect_options", {}).copy() + if not options.get("mssql_include"): + options.pop("mssql_include", None) + if not options.get("mssql_clustered"): + options.pop("mssql_clustered", None) + return options + + +class _ExecDropConstraint(Executable, ClauseElement): + inherit_cache = False + + def __init__( + self, + tname: str, + colname: Union[Column[Any], str], + type_: str, + schema: Optional[str], + ) -> None: + self.tname = tname + self.colname = colname + self.type_ = type_ + self.schema = schema + + +class _ExecDropFKConstraint(Executable, ClauseElement): + inherit_cache = False + + def __init__( + self, tname: str, colname: Column[Any], schema: Optional[str] + ) -> None: + self.tname = tname + self.colname = colname + self.schema = schema + + +@compiles(_ExecDropConstraint, "mssql") +def _exec_drop_col_constraint( + element: _ExecDropConstraint, compiler: MSSQLCompiler, **kw +) -> str: + schema, tname, colname, type_ = ( + element.schema, + element.tname, + element.colname, + element.type_, + ) + # from http://www.mssqltips.com/sqlservertip/1425/\ + # working-with-default-constraints-in-sql-server/ + return """declare @const_name varchar(256) +select @const_name = QUOTENAME([name]) from %(type)s +where parent_object_id = object_id('%(schema_dot)s%(tname)s') +and col_name(parent_object_id, parent_column_id) = '%(colname)s' +exec('alter table %(tname_quoted)s drop constraint ' + @const_name)""" % { + "type": type_, + "tname": tname, + "colname": colname, + "tname_quoted": format_table_name(compiler, tname, schema), + "schema_dot": schema + "." if schema else "", + } + + +@compiles(_ExecDropFKConstraint, "mssql") +def _exec_drop_col_fk_constraint( + element: _ExecDropFKConstraint, compiler: MSSQLCompiler, **kw +) -> str: + schema, tname, colname = element.schema, element.tname, element.colname + + return """declare @const_name varchar(256) +select @const_name = QUOTENAME([name]) from +sys.foreign_keys fk join sys.foreign_key_columns fkc +on fk.object_id=fkc.constraint_object_id +where fkc.parent_object_id = object_id('%(schema_dot)s%(tname)s') +and col_name(fkc.parent_object_id, fkc.parent_column_id) = '%(colname)s' +exec('alter table %(tname_quoted)s drop constraint ' + @const_name)""" % { + "tname": tname, + "colname": colname, + "tname_quoted": format_table_name(compiler, tname, schema), + "schema_dot": schema + "." if schema else "", + } + + +@compiles(AddColumn, "mssql") +def visit_add_column(element: AddColumn, compiler: MSDDLCompiler, **kw) -> str: + return "%s %s" % ( + alter_table(compiler, element.table_name, element.schema), + mssql_add_column(compiler, element.column, **kw), + ) + + +def mssql_add_column( + compiler: MSDDLCompiler, column: Column[Any], **kw +) -> str: + return "ADD %s" % compiler.get_column_specification(column, **kw) + + +@compiles(ColumnNullable, "mssql") +def visit_column_nullable( + element: ColumnNullable, compiler: MSDDLCompiler, **kw +) -> str: + return "%s %s %s %s" % ( + alter_table(compiler, element.table_name, element.schema), + alter_column(compiler, element.column_name), + format_type(compiler, element.existing_type), # type: ignore[arg-type] + "NULL" if element.nullable else "NOT NULL", + ) + + +@compiles(ColumnDefault, "mssql") +def visit_column_default( + element: ColumnDefault, compiler: MSDDLCompiler, **kw +) -> str: + # TODO: there can also be a named constraint + # with ADD CONSTRAINT here + return "%s ADD DEFAULT %s FOR %s" % ( + alter_table(compiler, element.table_name, element.schema), + format_server_default(compiler, element.default), + format_column_name(compiler, element.column_name), + ) + + +@compiles(ColumnName, "mssql") +def visit_rename_column( + element: ColumnName, compiler: MSDDLCompiler, **kw +) -> str: + return "EXEC sp_rename '%s.%s', %s, 'COLUMN'" % ( + format_table_name(compiler, element.table_name, element.schema), + format_column_name(compiler, element.column_name), + format_column_name(compiler, element.newname), + ) + + +@compiles(ColumnType, "mssql") +def visit_column_type( + element: ColumnType, compiler: MSDDLCompiler, **kw +) -> str: + return "%s %s %s" % ( + alter_table(compiler, element.table_name, element.schema), + alter_column(compiler, element.column_name), + format_type(compiler, element.type_), + ) + + +@compiles(RenameTable, "mssql") +def visit_rename_table( + element: RenameTable, compiler: MSDDLCompiler, **kw +) -> str: + return "EXEC sp_rename '%s', %s" % ( + format_table_name(compiler, element.table_name, element.schema), + format_table_name(compiler, element.new_table_name, None), + ) diff --git a/venv/lib/python3.8/site-packages/alembic/ddl/mysql.py b/venv/lib/python3.8/site-packages/alembic/ddl/mysql.py new file mode 100644 index 000000000..3482f672d --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/ddl/mysql.py @@ -0,0 +1,492 @@ +# mypy: allow-untyped-defs, allow-incomplete-defs, allow-untyped-calls +# mypy: no-warn-return-any, allow-any-generics + +from __future__ import annotations + +import re +from typing import Any +from typing import Optional +from typing import TYPE_CHECKING +from typing import Union + +from sqlalchemy import schema +from sqlalchemy import types as sqltypes + +from .base import alter_table +from .base import AlterColumn +from .base import ColumnDefault +from .base import ColumnName +from .base import ColumnNullable +from .base import ColumnType +from .base import format_column_name +from .base import format_server_default +from .impl import DefaultImpl +from .. import util +from ..util import sqla_compat +from ..util.sqla_compat import _is_mariadb +from ..util.sqla_compat import _is_type_bound +from ..util.sqla_compat import compiles + +if TYPE_CHECKING: + from typing import Literal + + from sqlalchemy.dialects.mysql.base import MySQLDDLCompiler + from sqlalchemy.sql.ddl import DropConstraint + from sqlalchemy.sql.schema import Constraint + from sqlalchemy.sql.type_api import TypeEngine + + from .base import _ServerDefault + + +class MySQLImpl(DefaultImpl): + __dialect__ = "mysql" + + transactional_ddl = False + type_synonyms = DefaultImpl.type_synonyms + ( + {"BOOL", "TINYINT"}, + {"JSON", "LONGTEXT"}, + ) + type_arg_extract = [r"character set ([\w\-_]+)", r"collate ([\w\-_]+)"] + + def alter_column( # type:ignore[override] + self, + table_name: str, + column_name: str, + nullable: Optional[bool] = None, + server_default: Union[_ServerDefault, Literal[False]] = False, + name: Optional[str] = None, + type_: Optional[TypeEngine] = None, + schema: Optional[str] = None, + existing_type: Optional[TypeEngine] = None, + existing_server_default: Optional[_ServerDefault] = None, + existing_nullable: Optional[bool] = None, + autoincrement: Optional[bool] = None, + existing_autoincrement: Optional[bool] = None, + comment: Optional[Union[str, Literal[False]]] = False, + existing_comment: Optional[str] = None, + **kw: Any, + ) -> None: + if sqla_compat._server_default_is_identity( + server_default, existing_server_default + ) or sqla_compat._server_default_is_computed( + server_default, existing_server_default + ): + # modifying computed or identity columns is not supported + # the default will raise + super().alter_column( + table_name, + column_name, + nullable=nullable, + type_=type_, + schema=schema, + existing_type=existing_type, + existing_nullable=existing_nullable, + server_default=server_default, + existing_server_default=existing_server_default, + **kw, + ) + if name is not None or self._is_mysql_allowed_functional_default( + type_ if type_ is not None else existing_type, server_default + ): + self._exec( + MySQLChangeColumn( + table_name, + column_name, + schema=schema, + newname=name if name is not None else column_name, + nullable=( + nullable + if nullable is not None + else ( + existing_nullable + if existing_nullable is not None + else True + ) + ), + type_=type_ if type_ is not None else existing_type, + default=( + server_default + if server_default is not False + else existing_server_default + ), + autoincrement=( + autoincrement + if autoincrement is not None + else existing_autoincrement + ), + comment=( + comment if comment is not False else existing_comment + ), + ) + ) + elif ( + nullable is not None + or type_ is not None + or autoincrement is not None + or comment is not False + ): + self._exec( + MySQLModifyColumn( + table_name, + column_name, + schema=schema, + newname=name if name is not None else column_name, + nullable=( + nullable + if nullable is not None + else ( + existing_nullable + if existing_nullable is not None + else True + ) + ), + type_=type_ if type_ is not None else existing_type, + default=( + server_default + if server_default is not False + else existing_server_default + ), + autoincrement=( + autoincrement + if autoincrement is not None + else existing_autoincrement + ), + comment=( + comment if comment is not False else existing_comment + ), + ) + ) + elif server_default is not False: + self._exec( + MySQLAlterDefault( + table_name, column_name, server_default, schema=schema + ) + ) + + def drop_constraint( + self, + const: Constraint, + ) -> None: + if isinstance(const, schema.CheckConstraint) and _is_type_bound(const): + return + + super().drop_constraint(const) + + def _is_mysql_allowed_functional_default( + self, + type_: Optional[TypeEngine], + server_default: Union[_ServerDefault, Literal[False]], + ) -> bool: + return ( + type_ is not None + and type_._type_affinity is sqltypes.DateTime + and server_default is not None + ) + + def compare_server_default( + self, + inspector_column, + metadata_column, + rendered_metadata_default, + rendered_inspector_default, + ): + # partially a workaround for SQLAlchemy issue #3023; if the + # column were created without "NOT NULL", MySQL may have added + # an implicit default of '0' which we need to skip + # TODO: this is not really covered anymore ? + if ( + metadata_column.type._type_affinity is sqltypes.Integer + and inspector_column.primary_key + and not inspector_column.autoincrement + and not rendered_metadata_default + and rendered_inspector_default == "'0'" + ): + return False + elif ( + rendered_inspector_default + and inspector_column.type._type_affinity is sqltypes.Integer + ): + rendered_inspector_default = ( + re.sub(r"^'|'$", "", rendered_inspector_default) + if rendered_inspector_default is not None + else None + ) + return rendered_inspector_default != rendered_metadata_default + elif ( + rendered_metadata_default + and metadata_column.type._type_affinity is sqltypes.String + ): + metadata_default = re.sub(r"^'|'$", "", rendered_metadata_default) + return rendered_inspector_default != f"'{metadata_default}'" + elif rendered_inspector_default and rendered_metadata_default: + # adjust for "function()" vs. "FUNCTION" as can occur particularly + # for the CURRENT_TIMESTAMP function on newer MariaDB versions + + # SQLAlchemy MySQL dialect bundles ON UPDATE into the server + # default; adjust for this possibly being present. + onupdate_ins = re.match( + r"(.*) (on update.*?)(?:\(\))?$", + rendered_inspector_default.lower(), + ) + onupdate_met = re.match( + r"(.*) (on update.*?)(?:\(\))?$", + rendered_metadata_default.lower(), + ) + + if onupdate_ins: + if not onupdate_met: + return True + elif onupdate_ins.group(2) != onupdate_met.group(2): + return True + + rendered_inspector_default = onupdate_ins.group(1) + rendered_metadata_default = onupdate_met.group(1) + + return re.sub( + r"(.*?)(?:\(\))?$", r"\1", rendered_inspector_default.lower() + ) != re.sub( + r"(.*?)(?:\(\))?$", r"\1", rendered_metadata_default.lower() + ) + else: + return rendered_inspector_default != rendered_metadata_default + + def correct_for_autogen_constraints( + self, + conn_unique_constraints, + conn_indexes, + metadata_unique_constraints, + metadata_indexes, + ): + # TODO: if SQLA 1.0, make use of "duplicates_index" + # metadata + removed = set() + for idx in list(conn_indexes): + if idx.unique: + continue + # MySQL puts implicit indexes on FK columns, even if + # composite and even if MyISAM, so can't check this too easily. + # the name of the index may be the column name or it may + # be the name of the FK constraint. + for col in idx.columns: + if idx.name == col.name: + conn_indexes.remove(idx) + removed.add(idx.name) + break + for fk in col.foreign_keys: + if fk.name == idx.name: + conn_indexes.remove(idx) + removed.add(idx.name) + break + if idx.name in removed: + break + + # then remove indexes from the "metadata_indexes" + # that we've removed from reflected, otherwise they come out + # as adds (see #202) + for idx in list(metadata_indexes): + if idx.name in removed: + metadata_indexes.remove(idx) + + def correct_for_autogen_foreignkeys(self, conn_fks, metadata_fks): + conn_fk_by_sig = { + self._create_reflected_constraint_sig(fk).unnamed_no_options: fk + for fk in conn_fks + } + metadata_fk_by_sig = { + self._create_metadata_constraint_sig(fk).unnamed_no_options: fk + for fk in metadata_fks + } + + for sig in set(conn_fk_by_sig).intersection(metadata_fk_by_sig): + mdfk = metadata_fk_by_sig[sig] + cnfk = conn_fk_by_sig[sig] + # MySQL considers RESTRICT to be the default and doesn't + # report on it. if the model has explicit RESTRICT and + # the conn FK has None, set it to RESTRICT + if ( + mdfk.ondelete is not None + and mdfk.ondelete.lower() == "restrict" + and cnfk.ondelete is None + ): + cnfk.ondelete = "RESTRICT" + if ( + mdfk.onupdate is not None + and mdfk.onupdate.lower() == "restrict" + and cnfk.onupdate is None + ): + cnfk.onupdate = "RESTRICT" + + +class MariaDBImpl(MySQLImpl): + __dialect__ = "mariadb" + + +class MySQLAlterDefault(AlterColumn): + def __init__( + self, + name: str, + column_name: str, + default: _ServerDefault, + schema: Optional[str] = None, + ) -> None: + super(AlterColumn, self).__init__(name, schema=schema) + self.column_name = column_name + self.default = default + + +class MySQLChangeColumn(AlterColumn): + def __init__( + self, + name: str, + column_name: str, + schema: Optional[str] = None, + newname: Optional[str] = None, + type_: Optional[TypeEngine] = None, + nullable: Optional[bool] = None, + default: Optional[Union[_ServerDefault, Literal[False]]] = False, + autoincrement: Optional[bool] = None, + comment: Optional[Union[str, Literal[False]]] = False, + ) -> None: + super(AlterColumn, self).__init__(name, schema=schema) + self.column_name = column_name + self.nullable = nullable + self.newname = newname + self.default = default + self.autoincrement = autoincrement + self.comment = comment + if type_ is None: + raise util.CommandError( + "All MySQL CHANGE/MODIFY COLUMN operations " + "require the existing type." + ) + + self.type_ = sqltypes.to_instance(type_) + + +class MySQLModifyColumn(MySQLChangeColumn): + pass + + +@compiles(ColumnNullable, "mysql", "mariadb") +@compiles(ColumnName, "mysql", "mariadb") +@compiles(ColumnDefault, "mysql", "mariadb") +@compiles(ColumnType, "mysql", "mariadb") +def _mysql_doesnt_support_individual(element, compiler, **kw): + raise NotImplementedError( + "Individual alter column constructs not supported by MySQL" + ) + + +@compiles(MySQLAlterDefault, "mysql", "mariadb") +def _mysql_alter_default( + element: MySQLAlterDefault, compiler: MySQLDDLCompiler, **kw +) -> str: + return "%s ALTER COLUMN %s %s" % ( + alter_table(compiler, element.table_name, element.schema), + format_column_name(compiler, element.column_name), + ( + "SET DEFAULT %s" % format_server_default(compiler, element.default) + if element.default is not None + else "DROP DEFAULT" + ), + ) + + +@compiles(MySQLModifyColumn, "mysql", "mariadb") +def _mysql_modify_column( + element: MySQLModifyColumn, compiler: MySQLDDLCompiler, **kw +) -> str: + return "%s MODIFY %s %s" % ( + alter_table(compiler, element.table_name, element.schema), + format_column_name(compiler, element.column_name), + _mysql_colspec( + compiler, + nullable=element.nullable, + server_default=element.default, + type_=element.type_, + autoincrement=element.autoincrement, + comment=element.comment, + ), + ) + + +@compiles(MySQLChangeColumn, "mysql", "mariadb") +def _mysql_change_column( + element: MySQLChangeColumn, compiler: MySQLDDLCompiler, **kw +) -> str: + return "%s CHANGE %s %s %s" % ( + alter_table(compiler, element.table_name, element.schema), + format_column_name(compiler, element.column_name), + format_column_name(compiler, element.newname), + _mysql_colspec( + compiler, + nullable=element.nullable, + server_default=element.default, + type_=element.type_, + autoincrement=element.autoincrement, + comment=element.comment, + ), + ) + + +def _mysql_colspec( + compiler: MySQLDDLCompiler, + nullable: Optional[bool], + server_default: Optional[Union[_ServerDefault, Literal[False]]], + type_: TypeEngine, + autoincrement: Optional[bool], + comment: Optional[Union[str, Literal[False]]], +) -> str: + spec = "%s %s" % ( + compiler.dialect.type_compiler.process(type_), + "NULL" if nullable else "NOT NULL", + ) + if autoincrement: + spec += " AUTO_INCREMENT" + if server_default is not False and server_default is not None: + spec += " DEFAULT %s" % format_server_default(compiler, server_default) + if comment: + spec += " COMMENT %s" % compiler.sql_compiler.render_literal_value( + comment, sqltypes.String() + ) + + return spec + + +@compiles(schema.DropConstraint, "mysql", "mariadb") +def _mysql_drop_constraint( + element: DropConstraint, compiler: MySQLDDLCompiler, **kw +) -> str: + """Redefine SQLAlchemy's drop constraint to + raise errors for invalid constraint type.""" + + constraint = element.element + if isinstance( + constraint, + ( + schema.ForeignKeyConstraint, + schema.PrimaryKeyConstraint, + schema.UniqueConstraint, + ), + ): + assert not kw + return compiler.visit_drop_constraint(element) + elif isinstance(constraint, schema.CheckConstraint): + # note that SQLAlchemy as of 1.2 does not yet support + # DROP CONSTRAINT for MySQL/MariaDB, so we implement fully + # here. + if _is_mariadb(compiler.dialect): + return "ALTER TABLE %s DROP CONSTRAINT %s" % ( + compiler.preparer.format_table(constraint.table), + compiler.preparer.format_constraint(constraint), + ) + else: + return "ALTER TABLE %s DROP CHECK %s" % ( + compiler.preparer.format_table(constraint.table), + compiler.preparer.format_constraint(constraint), + ) + else: + raise NotImplementedError( + "No generic 'DROP CONSTRAINT' in MySQL - " + "please specify constraint type" + ) diff --git a/venv/lib/python3.8/site-packages/alembic/ddl/oracle.py b/venv/lib/python3.8/site-packages/alembic/ddl/oracle.py new file mode 100644 index 000000000..eac99124f --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/ddl/oracle.py @@ -0,0 +1,202 @@ +# mypy: allow-untyped-defs, allow-incomplete-defs, allow-untyped-calls +# mypy: no-warn-return-any, allow-any-generics + +from __future__ import annotations + +import re +from typing import Any +from typing import Optional +from typing import TYPE_CHECKING + +from sqlalchemy.sql import sqltypes + +from .base import AddColumn +from .base import alter_table +from .base import ColumnComment +from .base import ColumnDefault +from .base import ColumnName +from .base import ColumnNullable +from .base import ColumnType +from .base import format_column_name +from .base import format_server_default +from .base import format_table_name +from .base import format_type +from .base import IdentityColumnDefault +from .base import RenameTable +from .impl import DefaultImpl +from ..util.sqla_compat import compiles + +if TYPE_CHECKING: + from sqlalchemy.dialects.oracle.base import OracleDDLCompiler + from sqlalchemy.engine.cursor import CursorResult + from sqlalchemy.sql.schema import Column + + +class OracleImpl(DefaultImpl): + __dialect__ = "oracle" + transactional_ddl = False + batch_separator = "/" + command_terminator = "" + type_synonyms = DefaultImpl.type_synonyms + ( + {"VARCHAR", "VARCHAR2"}, + {"BIGINT", "INTEGER", "SMALLINT", "DECIMAL", "NUMERIC", "NUMBER"}, + {"DOUBLE", "FLOAT", "DOUBLE_PRECISION"}, + ) + identity_attrs_ignore = () + + def __init__(self, *arg, **kw) -> None: + super().__init__(*arg, **kw) + self.batch_separator = self.context_opts.get( + "oracle_batch_separator", self.batch_separator + ) + + def _exec(self, construct: Any, *args, **kw) -> Optional[CursorResult]: + result = super()._exec(construct, *args, **kw) + if self.as_sql and self.batch_separator: + self.static_output(self.batch_separator) + return result + + def compare_server_default( + self, + inspector_column, + metadata_column, + rendered_metadata_default, + rendered_inspector_default, + ): + if rendered_metadata_default is not None: + rendered_metadata_default = re.sub( + r"^\((.+)\)$", r"\1", rendered_metadata_default + ) + + rendered_metadata_default = re.sub( + r"^\"?'(.+)'\"?$", r"\1", rendered_metadata_default + ) + + if rendered_inspector_default is not None: + rendered_inspector_default = re.sub( + r"^\((.+)\)$", r"\1", rendered_inspector_default + ) + + rendered_inspector_default = re.sub( + r"^\"?'(.+)'\"?$", r"\1", rendered_inspector_default + ) + + rendered_inspector_default = rendered_inspector_default.strip() + return rendered_inspector_default != rendered_metadata_default + + def emit_begin(self) -> None: + self._exec("SET TRANSACTION READ WRITE") + + def emit_commit(self) -> None: + self._exec("COMMIT") + + +@compiles(AddColumn, "oracle") +def visit_add_column( + element: AddColumn, compiler: OracleDDLCompiler, **kw +) -> str: + return "%s %s" % ( + alter_table(compiler, element.table_name, element.schema), + add_column(compiler, element.column, **kw), + ) + + +@compiles(ColumnNullable, "oracle") +def visit_column_nullable( + element: ColumnNullable, compiler: OracleDDLCompiler, **kw +) -> str: + return "%s %s %s" % ( + alter_table(compiler, element.table_name, element.schema), + alter_column(compiler, element.column_name), + "NULL" if element.nullable else "NOT NULL", + ) + + +@compiles(ColumnType, "oracle") +def visit_column_type( + element: ColumnType, compiler: OracleDDLCompiler, **kw +) -> str: + return "%s %s %s" % ( + alter_table(compiler, element.table_name, element.schema), + alter_column(compiler, element.column_name), + "%s" % format_type(compiler, element.type_), + ) + + +@compiles(ColumnName, "oracle") +def visit_column_name( + element: ColumnName, compiler: OracleDDLCompiler, **kw +) -> str: + return "%s RENAME COLUMN %s TO %s" % ( + alter_table(compiler, element.table_name, element.schema), + format_column_name(compiler, element.column_name), + format_column_name(compiler, element.newname), + ) + + +@compiles(ColumnDefault, "oracle") +def visit_column_default( + element: ColumnDefault, compiler: OracleDDLCompiler, **kw +) -> str: + return "%s %s %s" % ( + alter_table(compiler, element.table_name, element.schema), + alter_column(compiler, element.column_name), + ( + "DEFAULT %s" % format_server_default(compiler, element.default) + if element.default is not None + else "DEFAULT NULL" + ), + ) + + +@compiles(ColumnComment, "oracle") +def visit_column_comment( + element: ColumnComment, compiler: OracleDDLCompiler, **kw +) -> str: + ddl = "COMMENT ON COLUMN {table_name}.{column_name} IS {comment}" + + comment = compiler.sql_compiler.render_literal_value( + (element.comment if element.comment is not None else ""), + sqltypes.String(), + ) + + return ddl.format( + table_name=element.table_name, + column_name=element.column_name, + comment=comment, + ) + + +@compiles(RenameTable, "oracle") +def visit_rename_table( + element: RenameTable, compiler: OracleDDLCompiler, **kw +) -> str: + return "%s RENAME TO %s" % ( + alter_table(compiler, element.table_name, element.schema), + format_table_name(compiler, element.new_table_name, None), + ) + + +def alter_column(compiler: OracleDDLCompiler, name: str) -> str: + return "MODIFY %s" % format_column_name(compiler, name) + + +def add_column(compiler: OracleDDLCompiler, column: Column[Any], **kw) -> str: + return "ADD %s" % compiler.get_column_specification(column, **kw) + + +@compiles(IdentityColumnDefault, "oracle") +def visit_identity_column( + element: IdentityColumnDefault, compiler: OracleDDLCompiler, **kw +): + text = "%s %s " % ( + alter_table(compiler, element.table_name, element.schema), + alter_column(compiler, element.column_name), + ) + if element.default is None: + # drop identity + text += "DROP IDENTITY" + return text + else: + text += compiler.visit_identity_column(element.default) + return text diff --git a/venv/lib/python3.8/site-packages/alembic/ddl/postgresql.py b/venv/lib/python3.8/site-packages/alembic/ddl/postgresql.py new file mode 100644 index 000000000..60aa15366 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/ddl/postgresql.py @@ -0,0 +1,850 @@ +# mypy: allow-untyped-defs, allow-incomplete-defs, allow-untyped-calls +# mypy: no-warn-return-any, allow-any-generics + +from __future__ import annotations + +import logging +import re +from typing import Any +from typing import cast +from typing import Dict +from typing import List +from typing import Optional +from typing import Sequence +from typing import Tuple +from typing import TYPE_CHECKING +from typing import Union + +from sqlalchemy import Column +from sqlalchemy import Float +from sqlalchemy import literal_column +from sqlalchemy import Numeric +from sqlalchemy import text +from sqlalchemy import types as sqltypes +from sqlalchemy.dialects.postgresql import BIGINT +from sqlalchemy.dialects.postgresql import ExcludeConstraint +from sqlalchemy.dialects.postgresql import INTEGER +from sqlalchemy.schema import CreateIndex +from sqlalchemy.sql.elements import ColumnClause +from sqlalchemy.sql.elements import TextClause +from sqlalchemy.sql.functions import FunctionElement +from sqlalchemy.types import NULLTYPE + +from .base import alter_column +from .base import alter_table +from .base import AlterColumn +from .base import ColumnComment +from .base import format_column_name +from .base import format_table_name +from .base import format_type +from .base import IdentityColumnDefault +from .base import RenameTable +from .impl import ComparisonResult +from .impl import DefaultImpl +from .. import util +from ..autogenerate import render +from ..operations import ops +from ..operations import schemaobj +from ..operations.base import BatchOperations +from ..operations.base import Operations +from ..util import sqla_compat +from ..util.sqla_compat import compiles + +if TYPE_CHECKING: + from typing import Literal + + from sqlalchemy import Index + from sqlalchemy import UniqueConstraint + from sqlalchemy.dialects.postgresql.array import ARRAY + from sqlalchemy.dialects.postgresql.base import PGDDLCompiler + from sqlalchemy.dialects.postgresql.hstore import HSTORE + from sqlalchemy.dialects.postgresql.json import JSON + from sqlalchemy.dialects.postgresql.json import JSONB + from sqlalchemy.sql.elements import ClauseElement + from sqlalchemy.sql.elements import ColumnElement + from sqlalchemy.sql.elements import quoted_name + from sqlalchemy.sql.schema import MetaData + from sqlalchemy.sql.schema import Table + from sqlalchemy.sql.type_api import TypeEngine + + from .base import _ServerDefault + from ..autogenerate.api import AutogenContext + from ..autogenerate.render import _f_name + from ..runtime.migration import MigrationContext + + +log = logging.getLogger(__name__) + + +class PostgresqlImpl(DefaultImpl): + __dialect__ = "postgresql" + transactional_ddl = True + type_synonyms = DefaultImpl.type_synonyms + ( + {"FLOAT", "DOUBLE PRECISION"}, + ) + + def create_index(self, index: Index, **kw: Any) -> None: + # this likely defaults to None if not present, so get() + # should normally not return the default value. being + # defensive in any case + postgresql_include = index.kwargs.get("postgresql_include", None) or () + for col in postgresql_include: + if col not in index.table.c: # type: ignore[union-attr] + index.table.append_column( # type: ignore[union-attr] + Column(col, sqltypes.NullType) + ) + self._exec(CreateIndex(index, **kw)) + + def prep_table_for_batch(self, batch_impl, table): + for constraint in table.constraints: + if ( + constraint.name is not None + and constraint.name in batch_impl.named_constraints + ): + self.drop_constraint(constraint) + + def compare_server_default( + self, + inspector_column, + metadata_column, + rendered_metadata_default, + rendered_inspector_default, + ): + # don't do defaults for SERIAL columns + if ( + metadata_column.primary_key + and metadata_column is metadata_column.table._autoincrement_column + ): + return False + + conn_col_default = rendered_inspector_default + + defaults_equal = conn_col_default == rendered_metadata_default + if defaults_equal: + return False + + if None in ( + conn_col_default, + rendered_metadata_default, + metadata_column.server_default, + ): + return not defaults_equal + + metadata_default = metadata_column.server_default.arg + + if isinstance(metadata_default, str): + if not isinstance(inspector_column.type, (Numeric, Float)): + metadata_default = re.sub(r"^'|'$", "", metadata_default) + metadata_default = f"'{metadata_default}'" + + metadata_default = literal_column(metadata_default) + + # run a real compare against the server + conn = self.connection + assert conn is not None + return not conn.scalar( + sqla_compat._select( + literal_column(conn_col_default) == metadata_default + ) + ) + + def alter_column( # type:ignore[override] + self, + table_name: str, + column_name: str, + nullable: Optional[bool] = None, + server_default: Union[_ServerDefault, Literal[False]] = False, + name: Optional[str] = None, + type_: Optional[TypeEngine] = None, + schema: Optional[str] = None, + autoincrement: Optional[bool] = None, + existing_type: Optional[TypeEngine] = None, + existing_server_default: Optional[_ServerDefault] = None, + existing_nullable: Optional[bool] = None, + existing_autoincrement: Optional[bool] = None, + **kw: Any, + ) -> None: + using = kw.pop("postgresql_using", None) + + if using is not None and type_ is None: + raise util.CommandError( + "postgresql_using must be used with the type_ parameter" + ) + + if type_ is not None: + self._exec( + PostgresqlColumnType( + table_name, + column_name, + type_, + schema=schema, + using=using, + existing_type=existing_type, + existing_server_default=existing_server_default, + existing_nullable=existing_nullable, + ) + ) + + super().alter_column( + table_name, + column_name, + nullable=nullable, + server_default=server_default, + name=name, + schema=schema, + autoincrement=autoincrement, + existing_type=existing_type, + existing_server_default=existing_server_default, + existing_nullable=existing_nullable, + existing_autoincrement=existing_autoincrement, + **kw, + ) + + def autogen_column_reflect(self, inspector, table, column_info): + if column_info.get("default") and isinstance( + column_info["type"], (INTEGER, BIGINT) + ): + seq_match = re.match( + r"nextval\('(.+?)'::regclass\)", column_info["default"] + ) + if seq_match: + info = sqla_compat._exec_on_inspector( + inspector, + text( + "select c.relname, a.attname " + "from pg_class as c join " + "pg_depend d on d.objid=c.oid and " + "d.classid='pg_class'::regclass and " + "d.refclassid='pg_class'::regclass " + "join pg_class t on t.oid=d.refobjid " + "join pg_attribute a on a.attrelid=t.oid and " + "a.attnum=d.refobjsubid " + "where c.relkind='S' and " + "c.oid=cast(:seqname as regclass)" + ), + seqname=seq_match.group(1), + ).first() + if info: + seqname, colname = info + if colname == column_info["name"]: + log.info( + "Detected sequence named '%s' as " + "owned by integer column '%s(%s)', " + "assuming SERIAL and omitting", + seqname, + table.name, + colname, + ) + # sequence, and the owner is this column, + # its a SERIAL - whack it! + del column_info["default"] + + def correct_for_autogen_constraints( + self, + conn_unique_constraints, + conn_indexes, + metadata_unique_constraints, + metadata_indexes, + ): + doubled_constraints = { + index + for index in conn_indexes + if index.info.get("duplicates_constraint") + } + + for ix in doubled_constraints: + conn_indexes.remove(ix) + + if not sqla_compat.sqla_2: + self._skip_functional_indexes(metadata_indexes, conn_indexes) + + # pg behavior regarding modifiers + # | # | compiled sql | returned sql | regexp. group is removed | + # | - | ---------------- | -----------------| ------------------------ | + # | 1 | nulls first | nulls first | - | + # | 2 | nulls last | | (? str: + expr = expr.lower().replace('"', "").replace("'", "") + if index.table is not None: + # should not be needed, since include_table=False is in compile + expr = expr.replace(f"{index.table.name.lower()}.", "") + + if "::" in expr: + # strip :: cast. types can have spaces in them + expr = re.sub(r"(::[\w ]+\w)", "", expr) + + while expr and expr[0] == "(" and expr[-1] == ")": + expr = expr[1:-1] + + # NOTE: when parsing the connection expression this cleanup could + # be skipped + for rs in self._default_modifiers_re: + if match := rs.search(expr): + start, end = match.span(1) + expr = expr[:start] + expr[end:] + break + + while expr and expr[0] == "(" and expr[-1] == ")": + expr = expr[1:-1] + + # strip casts + cast_re = re.compile(r"cast\s*\(") + if cast_re.match(expr): + expr = cast_re.sub("", expr) + # remove the as type + expr = re.sub(r"as\s+[^)]+\)", "", expr) + # remove spaces + expr = expr.replace(" ", "") + return expr + + def _dialect_options( + self, item: Union[Index, UniqueConstraint] + ) -> Tuple[Any, ...]: + # only the positive case is returned by sqlalchemy reflection so + # None and False are threated the same + if item.dialect_kwargs.get("postgresql_nulls_not_distinct"): + return ("nulls_not_distinct",) + return () + + def compare_indexes( + self, + metadata_index: Index, + reflected_index: Index, + ) -> ComparisonResult: + msg = [] + unique_msg = self._compare_index_unique( + metadata_index, reflected_index + ) + if unique_msg: + msg.append(unique_msg) + m_exprs = metadata_index.expressions + r_exprs = reflected_index.expressions + if len(m_exprs) != len(r_exprs): + msg.append(f"expression number {len(r_exprs)} to {len(m_exprs)}") + if msg: + # no point going further, return early + return ComparisonResult.Different(msg) + skip = [] + for pos, (m_e, r_e) in enumerate(zip(m_exprs, r_exprs), 1): + m_compile = self._compile_element(m_e) + m_text = self._cleanup_index_expr(metadata_index, m_compile) + # print(f"META ORIG: {m_compile!r} CLEANUP: {m_text!r}") + r_compile = self._compile_element(r_e) + r_text = self._cleanup_index_expr(metadata_index, r_compile) + # print(f"CONN ORIG: {r_compile!r} CLEANUP: {r_text!r}") + if m_text == r_text: + continue # expressions these are equal + elif m_compile.strip().endswith("_ops") and ( + " " in m_compile or ")" in m_compile # is an expression + ): + skip.append( + f"expression #{pos} {m_compile!r} detected " + "as including operator clause." + ) + util.warn( + f"Expression #{pos} {m_compile!r} in index " + f"{reflected_index.name!r} detected to include " + "an operator clause. Expression compare cannot proceed. " + "Please move the operator clause to the " + "``postgresql_ops`` dict to enable proper compare " + "of the index expressions: " + "https://docs.sqlalchemy.org/en/latest/dialects/postgresql.html#operator-classes", # noqa: E501 + ) + else: + msg.append(f"expression #{pos} {r_compile!r} to {m_compile!r}") + + m_options = self._dialect_options(metadata_index) + r_options = self._dialect_options(reflected_index) + if m_options != r_options: + msg.extend(f"options {r_options} to {m_options}") + + if msg: + return ComparisonResult.Different(msg) + elif skip: + # if there are other changes detected don't skip the index + return ComparisonResult.Skip(skip) + else: + return ComparisonResult.Equal() + + def compare_unique_constraint( + self, + metadata_constraint: UniqueConstraint, + reflected_constraint: UniqueConstraint, + ) -> ComparisonResult: + metadata_tup = self._create_metadata_constraint_sig( + metadata_constraint + ) + reflected_tup = self._create_reflected_constraint_sig( + reflected_constraint + ) + + meta_sig = metadata_tup.unnamed + conn_sig = reflected_tup.unnamed + if conn_sig != meta_sig: + return ComparisonResult.Different( + f"expression {conn_sig} to {meta_sig}" + ) + + metadata_do = self._dialect_options(metadata_tup.const) + conn_do = self._dialect_options(reflected_tup.const) + if metadata_do != conn_do: + return ComparisonResult.Different( + f"expression {conn_do} to {metadata_do}" + ) + + return ComparisonResult.Equal() + + def adjust_reflected_dialect_options( + self, reflected_options: Dict[str, Any], kind: str + ) -> Dict[str, Any]: + options: Dict[str, Any] + options = reflected_options.get("dialect_options", {}).copy() + if not options.get("postgresql_include"): + options.pop("postgresql_include", None) + return options + + def _compile_element(self, element: Union[ClauseElement, str]) -> str: + if isinstance(element, str): + return element + return element.compile( + dialect=self.dialect, + compile_kwargs={"literal_binds": True, "include_table": False}, + ).string + + def render_ddl_sql_expr( + self, + expr: ClauseElement, + is_server_default: bool = False, + is_index: bool = False, + **kw: Any, + ) -> str: + """Render a SQL expression that is typically a server default, + index expression, etc. + + """ + + # apply self_group to index expressions; + # see https://github.com/sqlalchemy/sqlalchemy/blob/ + # 82fa95cfce070fab401d020c6e6e4a6a96cc2578/ + # lib/sqlalchemy/dialects/postgresql/base.py#L2261 + if is_index and not isinstance(expr, ColumnClause): + expr = expr.self_group() + + return super().render_ddl_sql_expr( + expr, is_server_default=is_server_default, is_index=is_index, **kw + ) + + def render_type( + self, type_: TypeEngine, autogen_context: AutogenContext + ) -> Union[str, Literal[False]]: + mod = type(type_).__module__ + if not mod.startswith("sqlalchemy.dialects.postgresql"): + return False + + if hasattr(self, "_render_%s_type" % type_.__visit_name__): + meth = getattr(self, "_render_%s_type" % type_.__visit_name__) + return meth(type_, autogen_context) + + return False + + def _render_HSTORE_type( + self, type_: HSTORE, autogen_context: AutogenContext + ) -> str: + return cast( + str, + render._render_type_w_subtype( + type_, autogen_context, "text_type", r"(.+?\(.*text_type=)" + ), + ) + + def _render_ARRAY_type( + self, type_: ARRAY, autogen_context: AutogenContext + ) -> str: + return cast( + str, + render._render_type_w_subtype( + type_, autogen_context, "item_type", r"(.+?\()" + ), + ) + + def _render_JSON_type( + self, type_: JSON, autogen_context: AutogenContext + ) -> str: + return cast( + str, + render._render_type_w_subtype( + type_, autogen_context, "astext_type", r"(.+?\(.*astext_type=)" + ), + ) + + def _render_JSONB_type( + self, type_: JSONB, autogen_context: AutogenContext + ) -> str: + return cast( + str, + render._render_type_w_subtype( + type_, autogen_context, "astext_type", r"(.+?\(.*astext_type=)" + ), + ) + + +class PostgresqlColumnType(AlterColumn): + def __init__( + self, name: str, column_name: str, type_: TypeEngine, **kw + ) -> None: + using = kw.pop("using", None) + super().__init__(name, column_name, **kw) + self.type_ = sqltypes.to_instance(type_) + self.using = using + + +@compiles(RenameTable, "postgresql") +def visit_rename_table( + element: RenameTable, compiler: PGDDLCompiler, **kw +) -> str: + return "%s RENAME TO %s" % ( + alter_table(compiler, element.table_name, element.schema), + format_table_name(compiler, element.new_table_name, None), + ) + + +@compiles(PostgresqlColumnType, "postgresql") +def visit_column_type( + element: PostgresqlColumnType, compiler: PGDDLCompiler, **kw +) -> str: + return "%s %s %s %s" % ( + alter_table(compiler, element.table_name, element.schema), + alter_column(compiler, element.column_name), + "TYPE %s" % format_type(compiler, element.type_), + "USING %s" % element.using if element.using else "", + ) + + +@compiles(ColumnComment, "postgresql") +def visit_column_comment( + element: ColumnComment, compiler: PGDDLCompiler, **kw +) -> str: + ddl = "COMMENT ON COLUMN {table_name}.{column_name} IS {comment}" + comment = ( + compiler.sql_compiler.render_literal_value( + element.comment, sqltypes.String() + ) + if element.comment is not None + else "NULL" + ) + + return ddl.format( + table_name=format_table_name( + compiler, element.table_name, element.schema + ), + column_name=format_column_name(compiler, element.column_name), + comment=comment, + ) + + +@compiles(IdentityColumnDefault, "postgresql") +def visit_identity_column( + element: IdentityColumnDefault, compiler: PGDDLCompiler, **kw +): + text = "%s %s " % ( + alter_table(compiler, element.table_name, element.schema), + alter_column(compiler, element.column_name), + ) + if element.default is None: + # drop identity + text += "DROP IDENTITY" + return text + elif element.existing_server_default is None: + # add identity options + text += "ADD " + text += compiler.visit_identity_column(element.default) + return text + else: + # alter identity + diff, _, _ = element.impl._compare_identity_default( + element.default, element.existing_server_default + ) + identity = element.default + for attr in sorted(diff): + if attr == "always": + text += "SET GENERATED %s " % ( + "ALWAYS" if identity.always else "BY DEFAULT" + ) + else: + text += "SET %s " % compiler.get_identity_options( + sqla_compat.Identity(**{attr: getattr(identity, attr)}) + ) + return text + + +@Operations.register_operation("create_exclude_constraint") +@BatchOperations.register_operation( + "create_exclude_constraint", "batch_create_exclude_constraint" +) +@ops.AddConstraintOp.register_add_constraint("exclude_constraint") +class CreateExcludeConstraintOp(ops.AddConstraintOp): + """Represent a create exclude constraint operation.""" + + constraint_type = "exclude" + + def __init__( + self, + constraint_name: sqla_compat._ConstraintName, + table_name: Union[str, quoted_name], + elements: Union[ + Sequence[Tuple[str, str]], + Sequence[Tuple[ColumnClause[Any], str]], + ], + where: Optional[Union[ColumnElement[bool], str]] = None, + schema: Optional[str] = None, + _orig_constraint: Optional[ExcludeConstraint] = None, + **kw, + ) -> None: + self.constraint_name = constraint_name + self.table_name = table_name + self.elements = elements + self.where = where + self.schema = schema + self._orig_constraint = _orig_constraint + self.kw = kw + + @classmethod + def from_constraint( # type:ignore[override] + cls, constraint: ExcludeConstraint + ) -> CreateExcludeConstraintOp: + constraint_table = sqla_compat._table_for_constraint(constraint) + return cls( + constraint.name, + constraint_table.name, + [ # type: ignore + (expr, op) for expr, name, op in constraint._render_exprs + ], + where=cast("ColumnElement[bool] | None", constraint.where), + schema=constraint_table.schema, + _orig_constraint=constraint, + deferrable=constraint.deferrable, + initially=constraint.initially, + using=constraint.using, + ) + + def to_constraint( + self, migration_context: Optional[MigrationContext] = None + ) -> ExcludeConstraint: + if self._orig_constraint is not None: + return self._orig_constraint + schema_obj = schemaobj.SchemaObjects(migration_context) + t = schema_obj.table(self.table_name, schema=self.schema) + excl = ExcludeConstraint( + *self.elements, + name=self.constraint_name, + where=self.where, + **self.kw, + ) + for ( + expr, + name, + oper, + ) in excl._render_exprs: + t.append_column(Column(name, NULLTYPE)) + t.append_constraint(excl) + return excl + + @classmethod + def create_exclude_constraint( + cls, + operations: Operations, + constraint_name: str, + table_name: str, + *elements: Any, + **kw: Any, + ) -> Optional[Table]: + """Issue an alter to create an EXCLUDE constraint using the + current migration context. + + .. note:: This method is Postgresql specific, and additionally + requires at least SQLAlchemy 1.0. + + e.g.:: + + from alembic import op + + op.create_exclude_constraint( + "user_excl", + "user", + ("period", "&&"), + ("group", "="), + where=("group != 'some group'"), + ) + + Note that the expressions work the same way as that of + the ``ExcludeConstraint`` object itself; if plain strings are + passed, quoting rules must be applied manually. + + :param name: Name of the constraint. + :param table_name: String name of the source table. + :param elements: exclude conditions. + :param where: SQL expression or SQL string with optional WHERE + clause. + :param deferrable: optional bool. If set, emit DEFERRABLE or + NOT DEFERRABLE when issuing DDL for this constraint. + :param initially: optional string. If set, emit INITIALLY + when issuing DDL for this constraint. + :param schema: Optional schema name to operate within. + + """ + op = cls(constraint_name, table_name, elements, **kw) + return operations.invoke(op) + + @classmethod + def batch_create_exclude_constraint( + cls, + operations: BatchOperations, + constraint_name: str, + *elements: Any, + **kw: Any, + ) -> Optional[Table]: + """Issue a "create exclude constraint" instruction using the + current batch migration context. + + .. note:: This method is Postgresql specific, and additionally + requires at least SQLAlchemy 1.0. + + .. seealso:: + + :meth:`.Operations.create_exclude_constraint` + + """ + kw["schema"] = operations.impl.schema + op = cls(constraint_name, operations.impl.table_name, elements, **kw) + return operations.invoke(op) + + +@render.renderers.dispatch_for(CreateExcludeConstraintOp) +def _add_exclude_constraint( + autogen_context: AutogenContext, op: CreateExcludeConstraintOp +) -> str: + return _exclude_constraint(op.to_constraint(), autogen_context, alter=True) + + +@render._constraint_renderers.dispatch_for(ExcludeConstraint) +def _render_inline_exclude_constraint( + constraint: ExcludeConstraint, + autogen_context: AutogenContext, + namespace_metadata: MetaData, +) -> str: + rendered = render._user_defined_render( + "exclude", constraint, autogen_context + ) + if rendered is not False: + return rendered + + return _exclude_constraint(constraint, autogen_context, False) + + +def _postgresql_autogenerate_prefix(autogen_context: AutogenContext) -> str: + imports = autogen_context.imports + if imports is not None: + imports.add("from sqlalchemy.dialects import postgresql") + return "postgresql." + + +def _exclude_constraint( + constraint: ExcludeConstraint, + autogen_context: AutogenContext, + alter: bool, +) -> str: + opts: List[Tuple[str, Union[quoted_name, str, _f_name, None]]] = [] + + has_batch = autogen_context._has_batch + + if constraint.deferrable: + opts.append(("deferrable", str(constraint.deferrable))) + if constraint.initially: + opts.append(("initially", str(constraint.initially))) + if constraint.using: + opts.append(("using", str(constraint.using))) + if not has_batch and alter and constraint.table.schema: + opts.append(("schema", render._ident(constraint.table.schema))) + if not alter and constraint.name: + opts.append( + ("name", render._render_gen_name(autogen_context, constraint.name)) + ) + + def do_expr_where_opts(): + args = [ + "(%s, %r)" + % ( + _render_potential_column( + sqltext, # type:ignore[arg-type] + autogen_context, + ), + opstring, + ) + for sqltext, name, opstring in constraint._render_exprs + ] + if constraint.where is not None: + args.append( + "where=%s" + % render._render_potential_expr( + constraint.where, autogen_context + ) + ) + args.extend(["%s=%r" % (k, v) for k, v in opts]) + return args + + if alter: + args = [ + repr(render._render_gen_name(autogen_context, constraint.name)) + ] + if not has_batch: + args += [repr(render._ident(constraint.table.name))] + args.extend(do_expr_where_opts()) + return "%(prefix)screate_exclude_constraint(%(args)s)" % { + "prefix": render._alembic_autogenerate_prefix(autogen_context), + "args": ", ".join(args), + } + else: + args = do_expr_where_opts() + return "%(prefix)sExcludeConstraint(%(args)s)" % { + "prefix": _postgresql_autogenerate_prefix(autogen_context), + "args": ", ".join(args), + } + + +def _render_potential_column( + value: Union[ + ColumnClause[Any], Column[Any], TextClause, FunctionElement[Any] + ], + autogen_context: AutogenContext, +) -> str: + if isinstance(value, ColumnClause): + if value.is_literal: + # like literal_column("int8range(from, to)") in ExcludeConstraint + template = "%(prefix)sliteral_column(%(name)r)" + else: + template = "%(prefix)scolumn(%(name)r)" + + return template % { + "prefix": render._sqlalchemy_autogenerate_prefix(autogen_context), + "name": value.name, + } + else: + return render._render_potential_expr( + value, + autogen_context, + wrap_in_text=isinstance(value, (TextClause, FunctionElement)), + ) diff --git a/venv/lib/python3.8/site-packages/alembic/ddl/sqlite.py b/venv/lib/python3.8/site-packages/alembic/ddl/sqlite.py new file mode 100644 index 000000000..fce5c2396 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/ddl/sqlite.py @@ -0,0 +1,236 @@ +# mypy: allow-untyped-defs, allow-incomplete-defs, allow-untyped-calls +# mypy: no-warn-return-any, allow-any-generics + +from __future__ import annotations + +import re +from typing import Any +from typing import Dict +from typing import Optional +from typing import TYPE_CHECKING +from typing import Union + +from sqlalchemy import cast +from sqlalchemy import JSON +from sqlalchemy import schema +from sqlalchemy import sql + +from .base import alter_table +from .base import ColumnName +from .base import format_column_name +from .base import format_table_name +from .base import RenameTable +from .impl import DefaultImpl +from .. import util +from ..util.sqla_compat import compiles + +if TYPE_CHECKING: + from sqlalchemy.engine.reflection import Inspector + from sqlalchemy.sql.compiler import DDLCompiler + from sqlalchemy.sql.elements import Cast + from sqlalchemy.sql.elements import ClauseElement + from sqlalchemy.sql.schema import Column + from sqlalchemy.sql.schema import Constraint + from sqlalchemy.sql.schema import Table + from sqlalchemy.sql.type_api import TypeEngine + + from ..operations.batch import BatchOperationsImpl + + +class SQLiteImpl(DefaultImpl): + __dialect__ = "sqlite" + + transactional_ddl = False + """SQLite supports transactional DDL, but pysqlite does not: + see: http://bugs.python.org/issue10740 + """ + + def requires_recreate_in_batch( + self, batch_op: BatchOperationsImpl + ) -> bool: + """Return True if the given :class:`.BatchOperationsImpl` + would need the table to be recreated and copied in order to + proceed. + + Normally, only returns True on SQLite when operations other + than add_column are present. + + """ + for op in batch_op.batch: + if op[0] == "add_column": + col = op[1][1] + if isinstance( + col.server_default, schema.DefaultClause + ) and isinstance(col.server_default.arg, sql.ClauseElement): + return True + elif ( + isinstance(col.server_default, util.sqla_compat.Computed) + and col.server_default.persisted + ): + return True + elif op[0] not in ("create_index", "drop_index"): + return True + else: + return False + + def add_constraint(self, const: Constraint): + # attempt to distinguish between an + # auto-gen constraint and an explicit one + if const._create_rule is None: + raise NotImplementedError( + "No support for ALTER of constraints in SQLite dialect. " + "Please refer to the batch mode feature which allows for " + "SQLite migrations using a copy-and-move strategy." + ) + elif const._create_rule(self): + util.warn( + "Skipping unsupported ALTER for " + "creation of implicit constraint. " + "Please refer to the batch mode feature which allows for " + "SQLite migrations using a copy-and-move strategy." + ) + + def drop_constraint(self, const: Constraint): + if const._create_rule is None: + raise NotImplementedError( + "No support for ALTER of constraints in SQLite dialect. " + "Please refer to the batch mode feature which allows for " + "SQLite migrations using a copy-and-move strategy." + ) + + def compare_server_default( + self, + inspector_column: Column[Any], + metadata_column: Column[Any], + rendered_metadata_default: Optional[str], + rendered_inspector_default: Optional[str], + ) -> bool: + if rendered_metadata_default is not None: + rendered_metadata_default = re.sub( + r"^\((.+)\)$", r"\1", rendered_metadata_default + ) + + rendered_metadata_default = re.sub( + r"^\"?'(.+)'\"?$", r"\1", rendered_metadata_default + ) + + if rendered_inspector_default is not None: + rendered_inspector_default = re.sub( + r"^\((.+)\)$", r"\1", rendered_inspector_default + ) + + rendered_inspector_default = re.sub( + r"^\"?'(.+)'\"?$", r"\1", rendered_inspector_default + ) + + return rendered_inspector_default != rendered_metadata_default + + def _guess_if_default_is_unparenthesized_sql_expr( + self, expr: Optional[str] + ) -> bool: + """Determine if a server default is a SQL expression or a constant. + + There are too many assertions that expect server defaults to round-trip + identically without parenthesis added so we will add parens only in + very specific cases. + + """ + if not expr: + return False + elif re.match(r"^[0-9\.]$", expr): + return False + elif re.match(r"^'.+'$", expr): + return False + elif re.match(r"^\(.+\)$", expr): + return False + else: + return True + + def autogen_column_reflect( + self, + inspector: Inspector, + table: Table, + column_info: Dict[str, Any], + ) -> None: + # SQLite expression defaults require parenthesis when sent + # as DDL + if self._guess_if_default_is_unparenthesized_sql_expr( + column_info.get("default", None) + ): + column_info["default"] = "(%s)" % (column_info["default"],) + + def render_ddl_sql_expr( + self, expr: ClauseElement, is_server_default: bool = False, **kw + ) -> str: + # SQLite expression defaults require parenthesis when sent + # as DDL + str_expr = super().render_ddl_sql_expr( + expr, is_server_default=is_server_default, **kw + ) + + if ( + is_server_default + and self._guess_if_default_is_unparenthesized_sql_expr(str_expr) + ): + str_expr = "(%s)" % (str_expr,) + return str_expr + + def cast_for_batch_migrate( + self, + existing: Column[Any], + existing_transfer: Dict[str, Union[TypeEngine, Cast]], + new_type: TypeEngine, + ) -> None: + if ( + existing.type._type_affinity is not new_type._type_affinity + and not isinstance(new_type, JSON) + ): + existing_transfer["expr"] = cast( + existing_transfer["expr"], new_type + ) + + def correct_for_autogen_constraints( + self, + conn_unique_constraints, + conn_indexes, + metadata_unique_constraints, + metadata_indexes, + ): + self._skip_functional_indexes(metadata_indexes, conn_indexes) + + +@compiles(RenameTable, "sqlite") +def visit_rename_table( + element: RenameTable, compiler: DDLCompiler, **kw +) -> str: + return "%s RENAME TO %s" % ( + alter_table(compiler, element.table_name, element.schema), + format_table_name(compiler, element.new_table_name, None), + ) + + +@compiles(ColumnName, "sqlite") +def visit_column_name(element: ColumnName, compiler: DDLCompiler, **kw) -> str: + return "%s RENAME COLUMN %s TO %s" % ( + alter_table(compiler, element.table_name, element.schema), + format_column_name(compiler, element.column_name), + format_column_name(compiler, element.newname), + ) + + +# @compiles(AddColumn, 'sqlite') +# def visit_add_column(element, compiler, **kw): +# return "%s %s" % ( +# alter_table(compiler, element.table_name, element.schema), +# add_column(compiler, element.column, **kw) +# ) + + +# def add_column(compiler, column, **kw): +# text = "ADD COLUMN %s" % compiler.get_column_specification(column, **kw) +# need to modify SQLAlchemy so that the CHECK associated with a Boolean +# or Enum gets placed as part of the column constraints, not the Table +# see ticket 98 +# for const in column.constraints: +# text += compiler.process(AddConstraint(const)) +# return text diff --git a/venv/lib/python3.8/site-packages/alembic/environment.py b/venv/lib/python3.8/site-packages/alembic/environment.py new file mode 100644 index 000000000..adfc93eb0 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/environment.py @@ -0,0 +1 @@ +from .runtime.environment import * # noqa diff --git a/venv/lib/python3.8/site-packages/alembic/migration.py b/venv/lib/python3.8/site-packages/alembic/migration.py new file mode 100644 index 000000000..02626e2cf --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/migration.py @@ -0,0 +1 @@ +from .runtime.migration import * # noqa diff --git a/venv/lib/python3.8/site-packages/alembic/op.py b/venv/lib/python3.8/site-packages/alembic/op.py new file mode 100644 index 000000000..f3f5fac0c --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/op.py @@ -0,0 +1,5 @@ +from .operations.base import Operations + +# create proxy functions for +# each method on the Operations class. +Operations.create_module_class_proxy(globals(), locals()) diff --git a/venv/lib/python3.8/site-packages/alembic/op.pyi b/venv/lib/python3.8/site-packages/alembic/op.pyi new file mode 100644 index 000000000..920444696 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/op.pyi @@ -0,0 +1,1338 @@ +# ### this file stubs are generated by tools/write_pyi.py - do not edit ### +# ### imports are manually managed +from __future__ import annotations + +from contextlib import contextmanager +from typing import Any +from typing import Awaitable +from typing import Callable +from typing import Dict +from typing import Iterator +from typing import List +from typing import Literal +from typing import Mapping +from typing import Optional +from typing import overload +from typing import Sequence +from typing import Tuple +from typing import Type +from typing import TYPE_CHECKING +from typing import TypeVar +from typing import Union + +if TYPE_CHECKING: + from sqlalchemy.engine import Connection + from sqlalchemy.sql import Executable + from sqlalchemy.sql.elements import ColumnElement + from sqlalchemy.sql.elements import conv + from sqlalchemy.sql.elements import TextClause + from sqlalchemy.sql.expression import TableClause + from sqlalchemy.sql.functions import Function + from sqlalchemy.sql.schema import Column + from sqlalchemy.sql.schema import Computed + from sqlalchemy.sql.schema import Identity + from sqlalchemy.sql.schema import SchemaItem + from sqlalchemy.sql.schema import Table + from sqlalchemy.sql.type_api import TypeEngine + from sqlalchemy.util import immutabledict + + from .operations.base import BatchOperations + from .operations.ops import AddColumnOp + from .operations.ops import AddConstraintOp + from .operations.ops import AlterColumnOp + from .operations.ops import AlterTableOp + from .operations.ops import BulkInsertOp + from .operations.ops import CreateIndexOp + from .operations.ops import CreateTableCommentOp + from .operations.ops import CreateTableOp + from .operations.ops import DropColumnOp + from .operations.ops import DropConstraintOp + from .operations.ops import DropIndexOp + from .operations.ops import DropTableCommentOp + from .operations.ops import DropTableOp + from .operations.ops import ExecuteSQLOp + from .operations.ops import MigrateOperation + from .runtime.migration import MigrationContext + from .util.sqla_compat import _literal_bindparam + +_T = TypeVar("_T") +_C = TypeVar("_C", bound=Callable[..., Any]) + +### end imports ### + +def add_column( + table_name: str, column: Column[Any], *, schema: Optional[str] = None +) -> None: + """Issue an "add column" instruction using the current + migration context. + + e.g.:: + + from alembic import op + from sqlalchemy import Column, String + + op.add_column("organization", Column("name", String())) + + The :meth:`.Operations.add_column` method typically corresponds + to the SQL command "ALTER TABLE... ADD COLUMN". Within the scope + of this command, the column's name, datatype, nullability, + and optional server-generated defaults may be indicated. + + .. note:: + + With the exception of NOT NULL constraints or single-column FOREIGN + KEY constraints, other kinds of constraints such as PRIMARY KEY, + UNIQUE or CHECK constraints **cannot** be generated using this + method; for these constraints, refer to operations such as + :meth:`.Operations.create_primary_key` and + :meth:`.Operations.create_check_constraint`. In particular, the + following :class:`~sqlalchemy.schema.Column` parameters are + **ignored**: + + * :paramref:`~sqlalchemy.schema.Column.primary_key` - SQL databases + typically do not support an ALTER operation that can add + individual columns one at a time to an existing primary key + constraint, therefore it's less ambiguous to use the + :meth:`.Operations.create_primary_key` method, which assumes no + existing primary key constraint is present. + * :paramref:`~sqlalchemy.schema.Column.unique` - use the + :meth:`.Operations.create_unique_constraint` method + * :paramref:`~sqlalchemy.schema.Column.index` - use the + :meth:`.Operations.create_index` method + + + The provided :class:`~sqlalchemy.schema.Column` object may include a + :class:`~sqlalchemy.schema.ForeignKey` constraint directive, + referencing a remote table name. For this specific type of constraint, + Alembic will automatically emit a second ALTER statement in order to + add the single-column FOREIGN KEY constraint separately:: + + from alembic import op + from sqlalchemy import Column, INTEGER, ForeignKey + + op.add_column( + "organization", + Column("account_id", INTEGER, ForeignKey("accounts.id")), + ) + + The column argument passed to :meth:`.Operations.add_column` is a + :class:`~sqlalchemy.schema.Column` construct, used in the same way it's + used in SQLAlchemy. In particular, values or functions to be indicated + as producing the column's default value on the database side are + specified using the ``server_default`` parameter, and not ``default`` + which only specifies Python-side defaults:: + + from alembic import op + from sqlalchemy import Column, TIMESTAMP, func + + # specify "DEFAULT NOW" along with the column add + op.add_column( + "account", + Column("timestamp", TIMESTAMP, server_default=func.now()), + ) + + :param table_name: String name of the parent table. + :param column: a :class:`sqlalchemy.schema.Column` object + representing the new column. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + + """ + +def alter_column( + table_name: str, + column_name: str, + *, + nullable: Optional[bool] = None, + comment: Union[str, Literal[False], None] = False, + server_default: Any = False, + new_column_name: Optional[str] = None, + type_: Union[TypeEngine[Any], Type[TypeEngine[Any]], None] = None, + existing_type: Union[TypeEngine[Any], Type[TypeEngine[Any]], None] = None, + existing_server_default: Union[ + str, bool, Identity, Computed, None + ] = False, + existing_nullable: Optional[bool] = None, + existing_comment: Optional[str] = None, + schema: Optional[str] = None, + **kw: Any, +) -> None: + r"""Issue an "alter column" instruction using the + current migration context. + + Generally, only that aspect of the column which + is being changed, i.e. name, type, nullability, + default, needs to be specified. Multiple changes + can also be specified at once and the backend should + "do the right thing", emitting each change either + separately or together as the backend allows. + + MySQL has special requirements here, since MySQL + cannot ALTER a column without a full specification. + When producing MySQL-compatible migration files, + it is recommended that the ``existing_type``, + ``existing_server_default``, and ``existing_nullable`` + parameters be present, if not being altered. + + Type changes which are against the SQLAlchemy + "schema" types :class:`~sqlalchemy.types.Boolean` + and :class:`~sqlalchemy.types.Enum` may also + add or drop constraints which accompany those + types on backends that don't support them natively. + The ``existing_type`` argument is + used in this case to identify and remove a previous + constraint that was bound to the type object. + + :param table_name: string name of the target table. + :param column_name: string name of the target column, + as it exists before the operation begins. + :param nullable: Optional; specify ``True`` or ``False`` + to alter the column's nullability. + :param server_default: Optional; specify a string + SQL expression, :func:`~sqlalchemy.sql.expression.text`, + or :class:`~sqlalchemy.schema.DefaultClause` to indicate + an alteration to the column's default value. + Set to ``None`` to have the default removed. + :param comment: optional string text of a new comment to add to the + column. + :param new_column_name: Optional; specify a string name here to + indicate the new name within a column rename operation. + :param type\_: Optional; a :class:`~sqlalchemy.types.TypeEngine` + type object to specify a change to the column's type. + For SQLAlchemy types that also indicate a constraint (i.e. + :class:`~sqlalchemy.types.Boolean`, :class:`~sqlalchemy.types.Enum`), + the constraint is also generated. + :param autoincrement: set the ``AUTO_INCREMENT`` flag of the column; + currently understood by the MySQL dialect. + :param existing_type: Optional; a + :class:`~sqlalchemy.types.TypeEngine` + type object to specify the previous type. This + is required for all MySQL column alter operations that + don't otherwise specify a new type, as well as for + when nullability is being changed on a SQL Server + column. It is also used if the type is a so-called + SQLAlchemy "schema" type which may define a constraint (i.e. + :class:`~sqlalchemy.types.Boolean`, + :class:`~sqlalchemy.types.Enum`), + so that the constraint can be dropped. + :param existing_server_default: Optional; The existing + default value of the column. Required on MySQL if + an existing default is not being changed; else MySQL + removes the default. + :param existing_nullable: Optional; the existing nullability + of the column. Required on MySQL if the existing nullability + is not being changed; else MySQL sets this to NULL. + :param existing_autoincrement: Optional; the existing autoincrement + of the column. Used for MySQL's system of altering a column + that specifies ``AUTO_INCREMENT``. + :param existing_comment: string text of the existing comment on the + column to be maintained. Required on MySQL if the existing comment + on the column is not being changed. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + :param postgresql_using: String argument which will indicate a + SQL expression to render within the Postgresql-specific USING clause + within ALTER COLUMN. This string is taken directly as raw SQL which + must explicitly include any necessary quoting or escaping of tokens + within the expression. + + """ + +@contextmanager +def batch_alter_table( + table_name: str, + schema: Optional[str] = None, + recreate: Literal["auto", "always", "never"] = "auto", + partial_reordering: Optional[Tuple[Any, ...]] = None, + copy_from: Optional[Table] = None, + table_args: Tuple[Any, ...] = (), + table_kwargs: Mapping[str, Any] = immutabledict({}), + reflect_args: Tuple[Any, ...] = (), + reflect_kwargs: Mapping[str, Any] = immutabledict({}), + naming_convention: Optional[Dict[str, str]] = None, +) -> Iterator[BatchOperations]: + """Invoke a series of per-table migrations in batch. + + Batch mode allows a series of operations specific to a table + to be syntactically grouped together, and allows for alternate + modes of table migration, in particular the "recreate" style of + migration required by SQLite. + + "recreate" style is as follows: + + 1. A new table is created with the new specification, based on the + migration directives within the batch, using a temporary name. + + 2. the data copied from the existing table to the new table. + + 3. the existing table is dropped. + + 4. the new table is renamed to the existing table name. + + The directive by default will only use "recreate" style on the + SQLite backend, and only if directives are present which require + this form, e.g. anything other than ``add_column()``. The batch + operation on other backends will proceed using standard ALTER TABLE + operations. + + The method is used as a context manager, which returns an instance + of :class:`.BatchOperations`; this object is the same as + :class:`.Operations` except that table names and schema names + are omitted. E.g.:: + + with op.batch_alter_table("some_table") as batch_op: + batch_op.add_column(Column("foo", Integer)) + batch_op.drop_column("bar") + + The operations within the context manager are invoked at once + when the context is ended. When run against SQLite, if the + migrations include operations not supported by SQLite's ALTER TABLE, + the entire table will be copied to a new one with the new + specification, moving all data across as well. + + The copy operation by default uses reflection to retrieve the current + structure of the table, and therefore :meth:`.batch_alter_table` + in this mode requires that the migration is run in "online" mode. + The ``copy_from`` parameter may be passed which refers to an existing + :class:`.Table` object, which will bypass this reflection step. + + .. note:: The table copy operation will currently not copy + CHECK constraints, and may not copy UNIQUE constraints that are + unnamed, as is possible on SQLite. See the section + :ref:`sqlite_batch_constraints` for workarounds. + + :param table_name: name of table + :param schema: optional schema name. + :param recreate: under what circumstances the table should be + recreated. At its default of ``"auto"``, the SQLite dialect will + recreate the table if any operations other than ``add_column()``, + ``create_index()``, or ``drop_index()`` are + present. Other options include ``"always"`` and ``"never"``. + :param copy_from: optional :class:`~sqlalchemy.schema.Table` object + that will act as the structure of the table being copied. If omitted, + table reflection is used to retrieve the structure of the table. + + .. seealso:: + + :ref:`batch_offline_mode` + + :paramref:`~.Operations.batch_alter_table.reflect_args` + + :paramref:`~.Operations.batch_alter_table.reflect_kwargs` + + :param reflect_args: a sequence of additional positional arguments that + will be applied to the table structure being reflected / copied; + this may be used to pass column and constraint overrides to the + table that will be reflected, in lieu of passing the whole + :class:`~sqlalchemy.schema.Table` using + :paramref:`~.Operations.batch_alter_table.copy_from`. + :param reflect_kwargs: a dictionary of additional keyword arguments + that will be applied to the table structure being copied; this may be + used to pass additional table and reflection options to the table that + will be reflected, in lieu of passing the whole + :class:`~sqlalchemy.schema.Table` using + :paramref:`~.Operations.batch_alter_table.copy_from`. + :param table_args: a sequence of additional positional arguments that + will be applied to the new :class:`~sqlalchemy.schema.Table` when + created, in addition to those copied from the source table. + This may be used to provide additional constraints such as CHECK + constraints that may not be reflected. + :param table_kwargs: a dictionary of additional keyword arguments + that will be applied to the new :class:`~sqlalchemy.schema.Table` + when created, in addition to those copied from the source table. + This may be used to provide for additional table options that may + not be reflected. + :param naming_convention: a naming convention dictionary of the form + described at :ref:`autogen_naming_conventions` which will be applied + to the :class:`~sqlalchemy.schema.MetaData` during the reflection + process. This is typically required if one wants to drop SQLite + constraints, as these constraints will not have names when + reflected on this backend. Requires SQLAlchemy **0.9.4** or greater. + + .. seealso:: + + :ref:`dropping_sqlite_foreign_keys` + + :param partial_reordering: a list of tuples, each suggesting a desired + ordering of two or more columns in the newly created table. Requires + that :paramref:`.batch_alter_table.recreate` is set to ``"always"``. + Examples, given a table with columns "a", "b", "c", and "d": + + Specify the order of all columns:: + + with op.batch_alter_table( + "some_table", + recreate="always", + partial_reordering=[("c", "d", "a", "b")], + ) as batch_op: + pass + + Ensure "d" appears before "c", and "b", appears before "a":: + + with op.batch_alter_table( + "some_table", + recreate="always", + partial_reordering=[("d", "c"), ("b", "a")], + ) as batch_op: + pass + + The ordering of columns not included in the partial_reordering + set is undefined. Therefore it is best to specify the complete + ordering of all columns for best results. + + .. note:: batch mode requires SQLAlchemy 0.8 or above. + + .. seealso:: + + :ref:`batch_migrations` + + """ + +def bulk_insert( + table: Union[Table, TableClause], + rows: List[Dict[str, Any]], + *, + multiinsert: bool = True, +) -> None: + """Issue a "bulk insert" operation using the current + migration context. + + This provides a means of representing an INSERT of multiple rows + which works equally well in the context of executing on a live + connection as well as that of generating a SQL script. In the + case of a SQL script, the values are rendered inline into the + statement. + + e.g.:: + + from alembic import op + from datetime import date + from sqlalchemy.sql import table, column + from sqlalchemy import String, Integer, Date + + # Create an ad-hoc table to use for the insert statement. + accounts_table = table( + "account", + column("id", Integer), + column("name", String), + column("create_date", Date), + ) + + op.bulk_insert( + accounts_table, + [ + { + "id": 1, + "name": "John Smith", + "create_date": date(2010, 10, 5), + }, + { + "id": 2, + "name": "Ed Williams", + "create_date": date(2007, 5, 27), + }, + { + "id": 3, + "name": "Wendy Jones", + "create_date": date(2008, 8, 15), + }, + ], + ) + + When using --sql mode, some datatypes may not render inline + automatically, such as dates and other special types. When this + issue is present, :meth:`.Operations.inline_literal` may be used:: + + op.bulk_insert( + accounts_table, + [ + { + "id": 1, + "name": "John Smith", + "create_date": op.inline_literal("2010-10-05"), + }, + { + "id": 2, + "name": "Ed Williams", + "create_date": op.inline_literal("2007-05-27"), + }, + { + "id": 3, + "name": "Wendy Jones", + "create_date": op.inline_literal("2008-08-15"), + }, + ], + multiinsert=False, + ) + + When using :meth:`.Operations.inline_literal` in conjunction with + :meth:`.Operations.bulk_insert`, in order for the statement to work + in "online" (e.g. non --sql) mode, the + :paramref:`~.Operations.bulk_insert.multiinsert` + flag should be set to ``False``, which will have the effect of + individual INSERT statements being emitted to the database, each + with a distinct VALUES clause, so that the "inline" values can + still be rendered, rather than attempting to pass the values + as bound parameters. + + :param table: a table object which represents the target of the INSERT. + + :param rows: a list of dictionaries indicating rows. + + :param multiinsert: when at its default of True and --sql mode is not + enabled, the INSERT statement will be executed using + "executemany()" style, where all elements in the list of + dictionaries are passed as bound parameters in a single + list. Setting this to False results in individual INSERT + statements being emitted per parameter set, and is needed + in those cases where non-literal values are present in the + parameter sets. + + """ + +def create_check_constraint( + constraint_name: Optional[str], + table_name: str, + condition: Union[str, ColumnElement[bool], TextClause], + *, + schema: Optional[str] = None, + **kw: Any, +) -> None: + """Issue a "create check constraint" instruction using the + current migration context. + + e.g.:: + + from alembic import op + from sqlalchemy.sql import column, func + + op.create_check_constraint( + "ck_user_name_len", + "user", + func.len(column("name")) > 5, + ) + + CHECK constraints are usually against a SQL expression, so ad-hoc + table metadata is usually needed. The function will convert the given + arguments into a :class:`sqlalchemy.schema.CheckConstraint` bound + to an anonymous table in order to emit the CREATE statement. + + :param name: Name of the check constraint. The name is necessary + so that an ALTER statement can be emitted. For setups that + use an automated naming scheme such as that described at + :ref:`sqla:constraint_naming_conventions`, + ``name`` here can be ``None``, as the event listener will + apply the name to the constraint object when it is associated + with the table. + :param table_name: String name of the source table. + :param condition: SQL expression that's the condition of the + constraint. Can be a string or SQLAlchemy expression language + structure. + :param deferrable: optional bool. If set, emit DEFERRABLE or + NOT DEFERRABLE when issuing DDL for this constraint. + :param initially: optional string. If set, emit INITIALLY + when issuing DDL for this constraint. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + + """ + +def create_exclude_constraint( + constraint_name: str, table_name: str, *elements: Any, **kw: Any +) -> Optional[Table]: + """Issue an alter to create an EXCLUDE constraint using the + current migration context. + + .. note:: This method is Postgresql specific, and additionally + requires at least SQLAlchemy 1.0. + + e.g.:: + + from alembic import op + + op.create_exclude_constraint( + "user_excl", + "user", + ("period", "&&"), + ("group", "="), + where=("group != 'some group'"), + ) + + Note that the expressions work the same way as that of + the ``ExcludeConstraint`` object itself; if plain strings are + passed, quoting rules must be applied manually. + + :param name: Name of the constraint. + :param table_name: String name of the source table. + :param elements: exclude conditions. + :param where: SQL expression or SQL string with optional WHERE + clause. + :param deferrable: optional bool. If set, emit DEFERRABLE or + NOT DEFERRABLE when issuing DDL for this constraint. + :param initially: optional string. If set, emit INITIALLY + when issuing DDL for this constraint. + :param schema: Optional schema name to operate within. + + """ + +def create_foreign_key( + constraint_name: Optional[str], + source_table: str, + referent_table: str, + local_cols: List[str], + remote_cols: List[str], + *, + onupdate: Optional[str] = None, + ondelete: Optional[str] = None, + deferrable: Optional[bool] = None, + initially: Optional[str] = None, + match: Optional[str] = None, + source_schema: Optional[str] = None, + referent_schema: Optional[str] = None, + **dialect_kw: Any, +) -> None: + """Issue a "create foreign key" instruction using the + current migration context. + + e.g.:: + + from alembic import op + + op.create_foreign_key( + "fk_user_address", + "address", + "user", + ["user_id"], + ["id"], + ) + + This internally generates a :class:`~sqlalchemy.schema.Table` object + containing the necessary columns, then generates a new + :class:`~sqlalchemy.schema.ForeignKeyConstraint` + object which it then associates with the + :class:`~sqlalchemy.schema.Table`. + Any event listeners associated with this action will be fired + off normally. The :class:`~sqlalchemy.schema.AddConstraint` + construct is ultimately used to generate the ALTER statement. + + :param constraint_name: Name of the foreign key constraint. The name + is necessary so that an ALTER statement can be emitted. For setups + that use an automated naming scheme such as that described at + :ref:`sqla:constraint_naming_conventions`, + ``name`` here can be ``None``, as the event listener will + apply the name to the constraint object when it is associated + with the table. + :param source_table: String name of the source table. + :param referent_table: String name of the destination table. + :param local_cols: a list of string column names in the + source table. + :param remote_cols: a list of string column names in the + remote table. + :param onupdate: Optional string. If set, emit ON UPDATE when + issuing DDL for this constraint. Typical values include CASCADE, + DELETE and RESTRICT. + :param ondelete: Optional string. If set, emit ON DELETE when + issuing DDL for this constraint. Typical values include CASCADE, + DELETE and RESTRICT. + :param deferrable: optional bool. If set, emit DEFERRABLE or NOT + DEFERRABLE when issuing DDL for this constraint. + :param source_schema: Optional schema name of the source table. + :param referent_schema: Optional schema name of the destination table. + + """ + +def create_index( + index_name: Optional[str], + table_name: str, + columns: Sequence[Union[str, TextClause, Function[Any]]], + *, + schema: Optional[str] = None, + unique: bool = False, + if_not_exists: Optional[bool] = None, + **kw: Any, +) -> None: + r"""Issue a "create index" instruction using the current + migration context. + + e.g.:: + + from alembic import op + + op.create_index("ik_test", "t1", ["foo", "bar"]) + + Functional indexes can be produced by using the + :func:`sqlalchemy.sql.expression.text` construct:: + + from alembic import op + from sqlalchemy import text + + op.create_index("ik_test", "t1", [text("lower(foo)")]) + + :param index_name: name of the index. + :param table_name: name of the owning table. + :param columns: a list consisting of string column names and/or + :func:`~sqlalchemy.sql.expression.text` constructs. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + :param unique: If True, create a unique index. + + :param quote: Force quoting of this column's name on or off, + corresponding to ``True`` or ``False``. When left at its default + of ``None``, the column identifier will be quoted according to + whether the name is case sensitive (identifiers with at least one + upper case character are treated as case sensitive), or if it's a + reserved word. This flag is only needed to force quoting of a + reserved word which is not known by the SQLAlchemy dialect. + + :param if_not_exists: If True, adds IF NOT EXISTS operator when + creating the new index. + + .. versionadded:: 1.12.0 + + :param \**kw: Additional keyword arguments not mentioned above are + dialect specific, and passed in the form + ``_``. + See the documentation regarding an individual dialect at + :ref:`dialect_toplevel` for detail on documented arguments. + + """ + +def create_primary_key( + constraint_name: Optional[str], + table_name: str, + columns: List[str], + *, + schema: Optional[str] = None, +) -> None: + """Issue a "create primary key" instruction using the current + migration context. + + e.g.:: + + from alembic import op + + op.create_primary_key("pk_my_table", "my_table", ["id", "version"]) + + This internally generates a :class:`~sqlalchemy.schema.Table` object + containing the necessary columns, then generates a new + :class:`~sqlalchemy.schema.PrimaryKeyConstraint` + object which it then associates with the + :class:`~sqlalchemy.schema.Table`. + Any event listeners associated with this action will be fired + off normally. The :class:`~sqlalchemy.schema.AddConstraint` + construct is ultimately used to generate the ALTER statement. + + :param constraint_name: Name of the primary key constraint. The name + is necessary so that an ALTER statement can be emitted. For setups + that use an automated naming scheme such as that described at + :ref:`sqla:constraint_naming_conventions` + ``name`` here can be ``None``, as the event listener will + apply the name to the constraint object when it is associated + with the table. + :param table_name: String name of the target table. + :param columns: a list of string column names to be applied to the + primary key constraint. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + + """ + +def create_table( + table_name: str, + *columns: SchemaItem, + if_not_exists: Optional[bool] = None, + **kw: Any, +) -> Table: + r"""Issue a "create table" instruction using the current migration + context. + + This directive receives an argument list similar to that of the + traditional :class:`sqlalchemy.schema.Table` construct, but without the + metadata:: + + from sqlalchemy import INTEGER, VARCHAR, NVARCHAR, Column + from alembic import op + + op.create_table( + "account", + Column("id", INTEGER, primary_key=True), + Column("name", VARCHAR(50), nullable=False), + Column("description", NVARCHAR(200)), + Column("timestamp", TIMESTAMP, server_default=func.now()), + ) + + Note that :meth:`.create_table` accepts + :class:`~sqlalchemy.schema.Column` + constructs directly from the SQLAlchemy library. In particular, + default values to be created on the database side are + specified using the ``server_default`` parameter, and not + ``default`` which only specifies Python-side defaults:: + + from alembic import op + from sqlalchemy import Column, TIMESTAMP, func + + # specify "DEFAULT NOW" along with the "timestamp" column + op.create_table( + "account", + Column("id", INTEGER, primary_key=True), + Column("timestamp", TIMESTAMP, server_default=func.now()), + ) + + The function also returns a newly created + :class:`~sqlalchemy.schema.Table` object, corresponding to the table + specification given, which is suitable for + immediate SQL operations, in particular + :meth:`.Operations.bulk_insert`:: + + from sqlalchemy import INTEGER, VARCHAR, NVARCHAR, Column + from alembic import op + + account_table = op.create_table( + "account", + Column("id", INTEGER, primary_key=True), + Column("name", VARCHAR(50), nullable=False), + Column("description", NVARCHAR(200)), + Column("timestamp", TIMESTAMP, server_default=func.now()), + ) + + op.bulk_insert( + account_table, + [ + {"name": "A1", "description": "account 1"}, + {"name": "A2", "description": "account 2"}, + ], + ) + + :param table_name: Name of the table + :param \*columns: collection of :class:`~sqlalchemy.schema.Column` + objects within + the table, as well as optional :class:`~sqlalchemy.schema.Constraint` + objects + and :class:`~.sqlalchemy.schema.Index` objects. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + :param if_not_exists: If True, adds IF NOT EXISTS operator when + creating the new table. + + .. versionadded:: 1.13.3 + :param \**kw: Other keyword arguments are passed to the underlying + :class:`sqlalchemy.schema.Table` object created for the command. + + :return: the :class:`~sqlalchemy.schema.Table` object corresponding + to the parameters given. + + """ + +def create_table_comment( + table_name: str, + comment: Optional[str], + *, + existing_comment: Optional[str] = None, + schema: Optional[str] = None, +) -> None: + """Emit a COMMENT ON operation to set the comment for a table. + + :param table_name: string name of the target table. + :param comment: string value of the comment being registered against + the specified table. + :param existing_comment: String value of a comment + already registered on the specified table, used within autogenerate + so that the operation is reversible, but not required for direct + use. + + .. seealso:: + + :meth:`.Operations.drop_table_comment` + + :paramref:`.Operations.alter_column.comment` + + """ + +def create_unique_constraint( + constraint_name: Optional[str], + table_name: str, + columns: Sequence[str], + *, + schema: Optional[str] = None, + **kw: Any, +) -> Any: + """Issue a "create unique constraint" instruction using the + current migration context. + + e.g.:: + + from alembic import op + op.create_unique_constraint("uq_user_name", "user", ["name"]) + + This internally generates a :class:`~sqlalchemy.schema.Table` object + containing the necessary columns, then generates a new + :class:`~sqlalchemy.schema.UniqueConstraint` + object which it then associates with the + :class:`~sqlalchemy.schema.Table`. + Any event listeners associated with this action will be fired + off normally. The :class:`~sqlalchemy.schema.AddConstraint` + construct is ultimately used to generate the ALTER statement. + + :param name: Name of the unique constraint. The name is necessary + so that an ALTER statement can be emitted. For setups that + use an automated naming scheme such as that described at + :ref:`sqla:constraint_naming_conventions`, + ``name`` here can be ``None``, as the event listener will + apply the name to the constraint object when it is associated + with the table. + :param table_name: String name of the source table. + :param columns: a list of string column names in the + source table. + :param deferrable: optional bool. If set, emit DEFERRABLE or + NOT DEFERRABLE when issuing DDL for this constraint. + :param initially: optional string. If set, emit INITIALLY + when issuing DDL for this constraint. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + + """ + +def drop_column( + table_name: str, + column_name: str, + *, + schema: Optional[str] = None, + **kw: Any, +) -> None: + """Issue a "drop column" instruction using the current + migration context. + + e.g.:: + + drop_column("organization", "account_id") + + :param table_name: name of table + :param column_name: name of column + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + :param mssql_drop_check: Optional boolean. When ``True``, on + Microsoft SQL Server only, first + drop the CHECK constraint on the column using a + SQL-script-compatible + block that selects into a @variable from sys.check_constraints, + then exec's a separate DROP CONSTRAINT for that constraint. + :param mssql_drop_default: Optional boolean. When ``True``, on + Microsoft SQL Server only, first + drop the DEFAULT constraint on the column using a + SQL-script-compatible + block that selects into a @variable from sys.default_constraints, + then exec's a separate DROP CONSTRAINT for that default. + :param mssql_drop_foreign_key: Optional boolean. When ``True``, on + Microsoft SQL Server only, first + drop a single FOREIGN KEY constraint on the column using a + SQL-script-compatible + block that selects into a @variable from + sys.foreign_keys/sys.foreign_key_columns, + then exec's a separate DROP CONSTRAINT for that default. Only + works if the column has exactly one FK constraint which refers to + it, at the moment. + + """ + +def drop_constraint( + constraint_name: str, + table_name: str, + type_: Optional[str] = None, + *, + schema: Optional[str] = None, +) -> None: + r"""Drop a constraint of the given name, typically via DROP CONSTRAINT. + + :param constraint_name: name of the constraint. + :param table_name: table name. + :param type\_: optional, required on MySQL. can be + 'foreignkey', 'primary', 'unique', or 'check'. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + + """ + +def drop_index( + index_name: str, + table_name: Optional[str] = None, + *, + schema: Optional[str] = None, + if_exists: Optional[bool] = None, + **kw: Any, +) -> None: + r"""Issue a "drop index" instruction using the current + migration context. + + e.g.:: + + drop_index("accounts") + + :param index_name: name of the index. + :param table_name: name of the owning table. Some + backends such as Microsoft SQL Server require this. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + + :param if_exists: If True, adds IF EXISTS operator when + dropping the index. + + .. versionadded:: 1.12.0 + + :param \**kw: Additional keyword arguments not mentioned above are + dialect specific, and passed in the form + ``_``. + See the documentation regarding an individual dialect at + :ref:`dialect_toplevel` for detail on documented arguments. + + """ + +def drop_table( + table_name: str, + *, + schema: Optional[str] = None, + if_exists: Optional[bool] = None, + **kw: Any, +) -> None: + r"""Issue a "drop table" instruction using the current + migration context. + + + e.g.:: + + drop_table("accounts") + + :param table_name: Name of the table + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + :param if_exists: If True, adds IF EXISTS operator when + dropping the table. + + .. versionadded:: 1.13.3 + :param \**kw: Other keyword arguments are passed to the underlying + :class:`sqlalchemy.schema.Table` object created for the command. + + """ + +def drop_table_comment( + table_name: str, + *, + existing_comment: Optional[str] = None, + schema: Optional[str] = None, +) -> None: + """Issue a "drop table comment" operation to + remove an existing comment set on a table. + + :param table_name: string name of the target table. + :param existing_comment: An optional string value of a comment already + registered on the specified table. + + .. seealso:: + + :meth:`.Operations.create_table_comment` + + :paramref:`.Operations.alter_column.comment` + + """ + +def execute( + sqltext: Union[Executable, str], + *, + execution_options: Optional[dict[str, Any]] = None, +) -> None: + r"""Execute the given SQL using the current migration context. + + The given SQL can be a plain string, e.g.:: + + op.execute("INSERT INTO table (foo) VALUES ('some value')") + + Or it can be any kind of Core SQL Expression construct, such as + below where we use an update construct:: + + from sqlalchemy.sql import table, column + from sqlalchemy import String + from alembic import op + + account = table("account", column("name", String)) + op.execute( + account.update() + .where(account.c.name == op.inline_literal("account 1")) + .values({"name": op.inline_literal("account 2")}) + ) + + Above, we made use of the SQLAlchemy + :func:`sqlalchemy.sql.expression.table` and + :func:`sqlalchemy.sql.expression.column` constructs to make a brief, + ad-hoc table construct just for our UPDATE statement. A full + :class:`~sqlalchemy.schema.Table` construct of course works perfectly + fine as well, though note it's a recommended practice to at least + ensure the definition of a table is self-contained within the migration + script, rather than imported from a module that may break compatibility + with older migrations. + + In a SQL script context, the statement is emitted directly to the + output stream. There is *no* return result, however, as this + function is oriented towards generating a change script + that can run in "offline" mode. Additionally, parameterized + statements are discouraged here, as they *will not work* in offline + mode. Above, we use :meth:`.inline_literal` where parameters are + to be used. + + For full interaction with a connected database where parameters can + also be used normally, use the "bind" available from the context:: + + from alembic import op + + connection = op.get_bind() + + connection.execute( + account.update() + .where(account.c.name == "account 1") + .values({"name": "account 2"}) + ) + + Additionally, when passing the statement as a plain string, it is first + coerced into a :func:`sqlalchemy.sql.expression.text` construct + before being passed along. In the less likely case that the + literal SQL string contains a colon, it must be escaped with a + backslash, as:: + + op.execute(r"INSERT INTO table (foo) VALUES ('\:colon_value')") + + + :param sqltext: Any legal SQLAlchemy expression, including: + + * a string + * a :func:`sqlalchemy.sql.expression.text` construct. + * a :func:`sqlalchemy.sql.expression.insert` construct. + * a :func:`sqlalchemy.sql.expression.update` construct. + * a :func:`sqlalchemy.sql.expression.delete` construct. + * Any "executable" described in SQLAlchemy Core documentation, + noting that no result set is returned. + + .. note:: when passing a plain string, the statement is coerced into + a :func:`sqlalchemy.sql.expression.text` construct. This construct + considers symbols with colons, e.g. ``:foo`` to be bound parameters. + To avoid this, ensure that colon symbols are escaped, e.g. + ``\:foo``. + + :param execution_options: Optional dictionary of + execution options, will be passed to + :meth:`sqlalchemy.engine.Connection.execution_options`. + """ + +def f(name: str) -> conv: + """Indicate a string name that has already had a naming convention + applied to it. + + This feature combines with the SQLAlchemy ``naming_convention`` feature + to disambiguate constraint names that have already had naming + conventions applied to them, versus those that have not. This is + necessary in the case that the ``"%(constraint_name)s"`` token + is used within a naming convention, so that it can be identified + that this particular name should remain fixed. + + If the :meth:`.Operations.f` is used on a constraint, the naming + convention will not take effect:: + + op.add_column("t", "x", Boolean(name=op.f("ck_bool_t_x"))) + + Above, the CHECK constraint generated will have the name + ``ck_bool_t_x`` regardless of whether or not a naming convention is + in use. + + Alternatively, if a naming convention is in use, and 'f' is not used, + names will be converted along conventions. If the ``target_metadata`` + contains the naming convention + ``{"ck": "ck_bool_%(table_name)s_%(constraint_name)s"}``, then the + output of the following: + + op.add_column("t", "x", Boolean(name="x")) + + will be:: + + CONSTRAINT ck_bool_t_x CHECK (x in (1, 0))) + + The function is rendered in the output of autogenerate when + a particular constraint name is already converted. + + """ + +def get_bind() -> Connection: + """Return the current 'bind'. + + Under normal circumstances, this is the + :class:`~sqlalchemy.engine.Connection` currently being used + to emit SQL to the database. + + In a SQL script context, this value is ``None``. [TODO: verify this] + + """ + +def get_context() -> MigrationContext: + """Return the :class:`.MigrationContext` object that's + currently in use. + + """ + +def implementation_for(op_cls: Any) -> Callable[[_C], _C]: + """Register an implementation for a given :class:`.MigrateOperation`. + + This is part of the operation extensibility API. + + .. seealso:: + + :ref:`operation_plugins` - example of use + + """ + +def inline_literal( + value: Union[str, int], type_: Optional[TypeEngine[Any]] = None +) -> _literal_bindparam: + r"""Produce an 'inline literal' expression, suitable for + using in an INSERT, UPDATE, or DELETE statement. + + When using Alembic in "offline" mode, CRUD operations + aren't compatible with SQLAlchemy's default behavior surrounding + literal values, + which is that they are converted into bound values and passed + separately into the ``execute()`` method of the DBAPI cursor. + An offline SQL + script needs to have these rendered inline. While it should + always be noted that inline literal values are an **enormous** + security hole in an application that handles untrusted input, + a schema migration is not run in this context, so + literals are safe to render inline, with the caveat that + advanced types like dates may not be supported directly + by SQLAlchemy. + + See :meth:`.Operations.execute` for an example usage of + :meth:`.Operations.inline_literal`. + + The environment can also be configured to attempt to render + "literal" values inline automatically, for those simple types + that are supported by the dialect; see + :paramref:`.EnvironmentContext.configure.literal_binds` for this + more recently added feature. + + :param value: The value to render. Strings, integers, and simple + numerics should be supported. Other types like boolean, + dates, etc. may or may not be supported yet by various + backends. + :param type\_: optional - a :class:`sqlalchemy.types.TypeEngine` + subclass stating the type of this value. In SQLAlchemy + expressions, this is usually derived automatically + from the Python type of the value itself, as well as + based on the context in which the value is used. + + .. seealso:: + + :paramref:`.EnvironmentContext.configure.literal_binds` + + """ + +@overload +def invoke(operation: CreateTableOp) -> Table: ... +@overload +def invoke( + operation: Union[ + AddConstraintOp, + DropConstraintOp, + CreateIndexOp, + DropIndexOp, + AddColumnOp, + AlterColumnOp, + AlterTableOp, + CreateTableCommentOp, + DropTableCommentOp, + DropColumnOp, + BulkInsertOp, + DropTableOp, + ExecuteSQLOp, + ] +) -> None: ... +@overload +def invoke(operation: MigrateOperation) -> Any: + """Given a :class:`.MigrateOperation`, invoke it in terms of + this :class:`.Operations` instance. + + """ + +def register_operation( + name: str, sourcename: Optional[str] = None +) -> Callable[[Type[_T]], Type[_T]]: + """Register a new operation for this class. + + This method is normally used to add new operations + to the :class:`.Operations` class, and possibly the + :class:`.BatchOperations` class as well. All Alembic migration + operations are implemented via this system, however the system + is also available as a public API to facilitate adding custom + operations. + + .. seealso:: + + :ref:`operation_plugins` + + + """ + +def rename_table( + old_table_name: str, new_table_name: str, *, schema: Optional[str] = None +) -> None: + """Emit an ALTER TABLE to rename a table. + + :param old_table_name: old name. + :param new_table_name: new name. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + + """ + +def run_async( + async_function: Callable[..., Awaitable[_T]], *args: Any, **kw_args: Any +) -> _T: + """Invoke the given asynchronous callable, passing an asynchronous + :class:`~sqlalchemy.ext.asyncio.AsyncConnection` as the first + argument. + + This method allows calling async functions from within the + synchronous ``upgrade()`` or ``downgrade()`` alembic migration + method. + + The async connection passed to the callable shares the same + transaction as the connection running in the migration context. + + Any additional arg or kw_arg passed to this function are passed + to the provided async function. + + .. versionadded: 1.11 + + .. note:: + + This method can be called only when alembic is called using + an async dialect. + """ diff --git a/venv/lib/python3.8/site-packages/alembic/operations/__init__.py b/venv/lib/python3.8/site-packages/alembic/operations/__init__.py new file mode 100644 index 000000000..26197cbe8 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/operations/__init__.py @@ -0,0 +1,15 @@ +from . import toimpl +from .base import AbstractOperations +from .base import BatchOperations +from .base import Operations +from .ops import MigrateOperation +from .ops import MigrationScript + + +__all__ = [ + "AbstractOperations", + "Operations", + "BatchOperations", + "MigrateOperation", + "MigrationScript", +] diff --git a/venv/lib/python3.8/site-packages/alembic/operations/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/operations/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..44fa510ee266fc1a19d293ec563efd6e3a8e5789 GIT binary patch literal 481 zcmY+BzfQw25XSBNZ)gQ#;2k=o9x5RQgn%6wDi$x16Pw1uNi5q`V&`Spc%H0GyaFto z)2h(3{ONb+&pw^}IGg1N;^XbSxxxs2`s9DakX*yI6oey=6>2fX*mIzQHl*RmA#g;a zkt5)k#v{inX;YexoB(Gu15SCyCp_mz>zGdXbcN=#FX)cuct~6?TdjajZz}5ytKEYZ zhB?`H7OKa$%+<|7DL=?g?&KQmVqf%^wl#QSRU4_D389(svzf?C;w1&SpXUQI0niXt z%!;jX^mz9W_S*irhqNr2Qf2v$%+x>O<+~ie6Nm2NLo`oSB z(QSy5)y}e9To5arC^Q_iwXlRK(N?l1{eE~-ma>zsEEoE9$S&KSzbN594cRl0Dc-Lr Iz`OPH3(OUH6951J literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/operations/__pycache__/base.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/operations/__pycache__/base.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1c9ecc5599fea4a6822b0a4a8c1b99a0ef7b3d78 GIT binary patch literal 71965 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 WW(RXSd$#{XhX1~~RsD{yTmFAUkB)r+ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/operations/__pycache__/batch.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/operations/__pycache__/batch.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b8868864a5da5dbf889881f466d0f7085d83ce99 GIT binary patch literal 19187 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 TI!nMdFwlyXOXPpVxa0o=^mI#c literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/operations/__pycache__/ops.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/operations/__pycache__/ops.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..58759f5ae564603035ff67c5400f3eb40de427c6 GIT binary patch literal 84012 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/operations/__pycache__/toimpl.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/operations/__pycache__/toimpl.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9df36384da29fa85bebdc2bed27635f84b3723c5 GIT binary patch literal 5719 zcmcIo&5s;M74Pcq`Re)HFMI7cj^p?vW5>I3>^K1|6K8FRNwf|)NYF|&nw{>odpuvR z?v1^x9tmMfghNoI9Ju7LDec+PTy_k6e)r_cy^o$ZjK9#sHu{!l zcQW0qo8^9{lk4W)Jo;HL*C})z*WrF1{i0hGhA-rgFu%|#b<1uU&-vYopKVw7gy(og zujG}#u)K;_ePTZrZcTINm|N4_Id7i1^P0QB+y%{D^p=>rsJTnbJ*2sZy=CSe(%i$$ zJ)*fsz2}&_thq;+d(3;DwL0#-z}%yn`y6vm=(#U?Cz*RpbDwAKOPYJiJI&nVn)?EC z&uH#h?`7tm(A*c9Ti4uk-g)Mp)ZCYt`-M}+}AbtiuVR{&v~UgM*Yn%2^)2hlt1|K`!^eF@7!E__tyG%_eGKoTlf5K z^Gl)lR(}ve%(*@AWitx;z3@xmhh}CPt^Qyeom}{!(`;P4Ok*E3H#)w|L1JePGgq#6 zB44icJ6qk}?ZJB8N}T>^p`5+MwBC1~fO!g64-g(84ee>I@5@#i0XQ8Wusz!xCs^SpJ!@DLmns zPx8Y`Y|7un88o9^ZP(&lG`Bk+XJd2EjPsuLsWq&|)%L;-2TKPiOGhJr-0_`VFfO}YK9zr6+^M6wz5BDd6NNxvES z4Y}3v2`a4-Z(k(&R=+z4fQfzMtLEyxe%D|1n!VM*c66`byD+$PVN?44M&Mt-YOVXe zT>aSZeZ1NUHnhm4l{Z(zAo4E^z;534!_{WT?`{OG)e(5Y)uc6v~P7M$@jK89YS?d34Qr7rh5Kn zbE^|2cCXp>lT5TdfbBM2&?EIqm{dL4A58cuDNQ;i zG4DT2vP$oy()7Fu$@-iuk)f0uX6%;7XzUb`(?rNC@+gQ~?fDO}202~XeuP*jh>-4b z86**rq)3s6h%6F0OyoQW84}(DG3>m^8s<~m&WZ!SW+?*+VG2i>|IB6_krx${p3SdK z3v~ATce`x=EnB0tOi|Kv9KmnhsZtWXft}*SdV4UHAPJ#l;Tl@_7D!-lDnu%{Uy!FF z5gv_9PdpYs6-YKlYm*ei$-;U+x&?ePAbszqlzk~r631Z|GZ2z|)NiQX zTsOF@juP@|8y|^(y4C2ecbvPhi)Kw%Miw#E#8P>=}BQfM`~wXil!?Is>Yna|^IWfk|G$O3K`# zMl@k;0)AvrebT}UG-JlXH!=1RS~w44*d-_nhQ_Or6`qOg5j4!$($L7Xan1n}7M)8P67nL}O3LtluOE#Nz#a`q z4YdW|gb)KlUZNfYprlU*7OUH1FDF*uJ(35x`YI;hMGGq+v=L)xOX7_q;-D?~pGSlw zpiIJj!a4h2}1vHwm7+b0P>y|>W zI%t;EF~SE1xo{%T3iL>|tv+g1iNr@wokl6(Bo!@^P87KU;^sJ4`5`A#`4SDygO7V2;CW{; zjli{0MSOs+d5Ch-co`k7>$pxqg#w(@6*mVI+aulIf^a?0u#o4_XOy_}cm19(gBG?v z)y%Dq`zjfd2d75q8l#Hn1B~U>|AZ+zyOW<#u+aA($dL4IRg%5E)wzGGhx5oC4|I~S^BXz zn%Kk~$k>vE^5N~O`21%@_J02G%?mXQ~x$ft`h8mlF>6WMd^5I*I zTf8y8!EmYWmS`kR>|EWtWp$A1vW|02OYDaEbMq!W%_x2BX&;|OXH*4@%1&Lv^VEluJ`l8Yu12B!|X z-z52~xK88WlWT;m@Dq@di7zr8zPRp`EXOnrx1WsFxwPvc&GG?ts_ PiN)tePh*Mlvt$1Pmp3%j literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/operations/base.py b/venv/lib/python3.8/site-packages/alembic/operations/base.py new file mode 100644 index 000000000..9b52fa6f2 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/operations/base.py @@ -0,0 +1,1907 @@ +# mypy: allow-untyped-calls + +from __future__ import annotations + +from contextlib import contextmanager +import re +import textwrap +from typing import Any +from typing import Awaitable +from typing import Callable +from typing import Dict +from typing import Iterator +from typing import List # noqa +from typing import Mapping +from typing import NoReturn +from typing import Optional +from typing import overload +from typing import Sequence # noqa +from typing import Tuple +from typing import Type # noqa +from typing import TYPE_CHECKING +from typing import TypeVar +from typing import Union + +from sqlalchemy.sql.elements import conv + +from . import batch +from . import schemaobj +from .. import util +from ..util import sqla_compat +from ..util.compat import formatannotation_fwdref +from ..util.compat import inspect_formatargspec +from ..util.compat import inspect_getfullargspec +from ..util.sqla_compat import _literal_bindparam + + +if TYPE_CHECKING: + from typing import Literal + + from sqlalchemy import Table + from sqlalchemy.engine import Connection + from sqlalchemy.sql import Executable + from sqlalchemy.sql.expression import ColumnElement + from sqlalchemy.sql.expression import TableClause + from sqlalchemy.sql.expression import TextClause + from sqlalchemy.sql.functions import Function + from sqlalchemy.sql.schema import Column + from sqlalchemy.sql.schema import Computed + from sqlalchemy.sql.schema import Identity + from sqlalchemy.sql.schema import SchemaItem + from sqlalchemy.types import TypeEngine + + from .batch import BatchOperationsImpl + from .ops import AddColumnOp + from .ops import AddConstraintOp + from .ops import AlterColumnOp + from .ops import AlterTableOp + from .ops import BulkInsertOp + from .ops import CreateIndexOp + from .ops import CreateTableCommentOp + from .ops import CreateTableOp + from .ops import DropColumnOp + from .ops import DropConstraintOp + from .ops import DropIndexOp + from .ops import DropTableCommentOp + from .ops import DropTableOp + from .ops import ExecuteSQLOp + from .ops import MigrateOperation + from ..ddl import DefaultImpl + from ..runtime.migration import MigrationContext +__all__ = ("Operations", "BatchOperations") +_T = TypeVar("_T") + +_C = TypeVar("_C", bound=Callable[..., Any]) + + +class AbstractOperations(util.ModuleClsProxy): + """Base class for Operations and BatchOperations. + + .. versionadded:: 1.11.0 + + """ + + impl: Union[DefaultImpl, BatchOperationsImpl] + _to_impl = util.Dispatcher() + + def __init__( + self, + migration_context: MigrationContext, + impl: Optional[BatchOperationsImpl] = None, + ) -> None: + """Construct a new :class:`.Operations` + + :param migration_context: a :class:`.MigrationContext` + instance. + + """ + self.migration_context = migration_context + if impl is None: + self.impl = migration_context.impl + else: + self.impl = impl + + self.schema_obj = schemaobj.SchemaObjects(migration_context) + + @classmethod + def register_operation( + cls, name: str, sourcename: Optional[str] = None + ) -> Callable[[Type[_T]], Type[_T]]: + """Register a new operation for this class. + + This method is normally used to add new operations + to the :class:`.Operations` class, and possibly the + :class:`.BatchOperations` class as well. All Alembic migration + operations are implemented via this system, however the system + is also available as a public API to facilitate adding custom + operations. + + .. seealso:: + + :ref:`operation_plugins` + + + """ + + def register(op_cls: Type[_T]) -> Type[_T]: + if sourcename is None: + fn = getattr(op_cls, name) + source_name = fn.__name__ + else: + fn = getattr(op_cls, sourcename) + source_name = fn.__name__ + + spec = inspect_getfullargspec(fn) + + name_args = spec[0] + assert name_args[0:2] == ["cls", "operations"] + + name_args[0:2] = ["self"] + + args = inspect_formatargspec( + *spec, formatannotation=formatannotation_fwdref + ) + num_defaults = len(spec[3]) if spec[3] else 0 + + defaulted_vals: Tuple[Any, ...] + + if num_defaults: + defaulted_vals = tuple(name_args[0 - num_defaults :]) + else: + defaulted_vals = () + + defaulted_vals += tuple(spec[4]) + # here, we are using formatargspec in a different way in order + # to get a string that will re-apply incoming arguments to a new + # function call + + apply_kw = inspect_formatargspec( + name_args + spec[4], + spec[1], + spec[2], + defaulted_vals, + formatvalue=lambda x: "=" + x, + formatannotation=formatannotation_fwdref, + ) + + args = re.sub( + r'[_]?ForwardRef\(([\'"].+?[\'"])\)', + lambda m: m.group(1), + args, + ) + + func_text = textwrap.dedent( + """\ + def %(name)s%(args)s: + %(doc)r + return op_cls.%(source_name)s%(apply_kw)s + """ + % { + "name": name, + "source_name": source_name, + "args": args, + "apply_kw": apply_kw, + "doc": fn.__doc__, + } + ) + + globals_ = dict(globals()) + globals_.update({"op_cls": op_cls}) + lcl: Dict[str, Any] = {} + + exec(func_text, globals_, lcl) + setattr(cls, name, lcl[name]) + fn.__func__.__doc__ = ( + "This method is proxied on " + "the :class:`.%s` class, via the :meth:`.%s.%s` method." + % (cls.__name__, cls.__name__, name) + ) + if hasattr(fn, "_legacy_translations"): + lcl[name]._legacy_translations = fn._legacy_translations + return op_cls + + return register + + @classmethod + def implementation_for(cls, op_cls: Any) -> Callable[[_C], _C]: + """Register an implementation for a given :class:`.MigrateOperation`. + + This is part of the operation extensibility API. + + .. seealso:: + + :ref:`operation_plugins` - example of use + + """ + + def decorate(fn: _C) -> _C: + cls._to_impl.dispatch_for(op_cls)(fn) + return fn + + return decorate + + @classmethod + @contextmanager + def context( + cls, migration_context: MigrationContext + ) -> Iterator[Operations]: + op = Operations(migration_context) + op._install_proxy() + yield op + op._remove_proxy() + + @contextmanager + def batch_alter_table( + self, + table_name: str, + schema: Optional[str] = None, + recreate: Literal["auto", "always", "never"] = "auto", + partial_reordering: Optional[Tuple[Any, ...]] = None, + copy_from: Optional[Table] = None, + table_args: Tuple[Any, ...] = (), + table_kwargs: Mapping[str, Any] = util.immutabledict(), + reflect_args: Tuple[Any, ...] = (), + reflect_kwargs: Mapping[str, Any] = util.immutabledict(), + naming_convention: Optional[Dict[str, str]] = None, + ) -> Iterator[BatchOperations]: + """Invoke a series of per-table migrations in batch. + + Batch mode allows a series of operations specific to a table + to be syntactically grouped together, and allows for alternate + modes of table migration, in particular the "recreate" style of + migration required by SQLite. + + "recreate" style is as follows: + + 1. A new table is created with the new specification, based on the + migration directives within the batch, using a temporary name. + + 2. the data copied from the existing table to the new table. + + 3. the existing table is dropped. + + 4. the new table is renamed to the existing table name. + + The directive by default will only use "recreate" style on the + SQLite backend, and only if directives are present which require + this form, e.g. anything other than ``add_column()``. The batch + operation on other backends will proceed using standard ALTER TABLE + operations. + + The method is used as a context manager, which returns an instance + of :class:`.BatchOperations`; this object is the same as + :class:`.Operations` except that table names and schema names + are omitted. E.g.:: + + with op.batch_alter_table("some_table") as batch_op: + batch_op.add_column(Column("foo", Integer)) + batch_op.drop_column("bar") + + The operations within the context manager are invoked at once + when the context is ended. When run against SQLite, if the + migrations include operations not supported by SQLite's ALTER TABLE, + the entire table will be copied to a new one with the new + specification, moving all data across as well. + + The copy operation by default uses reflection to retrieve the current + structure of the table, and therefore :meth:`.batch_alter_table` + in this mode requires that the migration is run in "online" mode. + The ``copy_from`` parameter may be passed which refers to an existing + :class:`.Table` object, which will bypass this reflection step. + + .. note:: The table copy operation will currently not copy + CHECK constraints, and may not copy UNIQUE constraints that are + unnamed, as is possible on SQLite. See the section + :ref:`sqlite_batch_constraints` for workarounds. + + :param table_name: name of table + :param schema: optional schema name. + :param recreate: under what circumstances the table should be + recreated. At its default of ``"auto"``, the SQLite dialect will + recreate the table if any operations other than ``add_column()``, + ``create_index()``, or ``drop_index()`` are + present. Other options include ``"always"`` and ``"never"``. + :param copy_from: optional :class:`~sqlalchemy.schema.Table` object + that will act as the structure of the table being copied. If omitted, + table reflection is used to retrieve the structure of the table. + + .. seealso:: + + :ref:`batch_offline_mode` + + :paramref:`~.Operations.batch_alter_table.reflect_args` + + :paramref:`~.Operations.batch_alter_table.reflect_kwargs` + + :param reflect_args: a sequence of additional positional arguments that + will be applied to the table structure being reflected / copied; + this may be used to pass column and constraint overrides to the + table that will be reflected, in lieu of passing the whole + :class:`~sqlalchemy.schema.Table` using + :paramref:`~.Operations.batch_alter_table.copy_from`. + :param reflect_kwargs: a dictionary of additional keyword arguments + that will be applied to the table structure being copied; this may be + used to pass additional table and reflection options to the table that + will be reflected, in lieu of passing the whole + :class:`~sqlalchemy.schema.Table` using + :paramref:`~.Operations.batch_alter_table.copy_from`. + :param table_args: a sequence of additional positional arguments that + will be applied to the new :class:`~sqlalchemy.schema.Table` when + created, in addition to those copied from the source table. + This may be used to provide additional constraints such as CHECK + constraints that may not be reflected. + :param table_kwargs: a dictionary of additional keyword arguments + that will be applied to the new :class:`~sqlalchemy.schema.Table` + when created, in addition to those copied from the source table. + This may be used to provide for additional table options that may + not be reflected. + :param naming_convention: a naming convention dictionary of the form + described at :ref:`autogen_naming_conventions` which will be applied + to the :class:`~sqlalchemy.schema.MetaData` during the reflection + process. This is typically required if one wants to drop SQLite + constraints, as these constraints will not have names when + reflected on this backend. Requires SQLAlchemy **0.9.4** or greater. + + .. seealso:: + + :ref:`dropping_sqlite_foreign_keys` + + :param partial_reordering: a list of tuples, each suggesting a desired + ordering of two or more columns in the newly created table. Requires + that :paramref:`.batch_alter_table.recreate` is set to ``"always"``. + Examples, given a table with columns "a", "b", "c", and "d": + + Specify the order of all columns:: + + with op.batch_alter_table( + "some_table", + recreate="always", + partial_reordering=[("c", "d", "a", "b")], + ) as batch_op: + pass + + Ensure "d" appears before "c", and "b", appears before "a":: + + with op.batch_alter_table( + "some_table", + recreate="always", + partial_reordering=[("d", "c"), ("b", "a")], + ) as batch_op: + pass + + The ordering of columns not included in the partial_reordering + set is undefined. Therefore it is best to specify the complete + ordering of all columns for best results. + + .. note:: batch mode requires SQLAlchemy 0.8 or above. + + .. seealso:: + + :ref:`batch_migrations` + + """ + impl = batch.BatchOperationsImpl( + self, + table_name, + schema, + recreate, + copy_from, + table_args, + table_kwargs, + reflect_args, + reflect_kwargs, + naming_convention, + partial_reordering, + ) + batch_op = BatchOperations(self.migration_context, impl=impl) + yield batch_op + impl.flush() + + def get_context(self) -> MigrationContext: + """Return the :class:`.MigrationContext` object that's + currently in use. + + """ + + return self.migration_context + + @overload + def invoke(self, operation: CreateTableOp) -> Table: ... + + @overload + def invoke( + self, + operation: Union[ + AddConstraintOp, + DropConstraintOp, + CreateIndexOp, + DropIndexOp, + AddColumnOp, + AlterColumnOp, + AlterTableOp, + CreateTableCommentOp, + DropTableCommentOp, + DropColumnOp, + BulkInsertOp, + DropTableOp, + ExecuteSQLOp, + ], + ) -> None: ... + + @overload + def invoke(self, operation: MigrateOperation) -> Any: ... + + def invoke(self, operation: MigrateOperation) -> Any: + """Given a :class:`.MigrateOperation`, invoke it in terms of + this :class:`.Operations` instance. + + """ + fn = self._to_impl.dispatch( + operation, self.migration_context.impl.__dialect__ + ) + return fn(self, operation) + + def f(self, name: str) -> conv: + """Indicate a string name that has already had a naming convention + applied to it. + + This feature combines with the SQLAlchemy ``naming_convention`` feature + to disambiguate constraint names that have already had naming + conventions applied to them, versus those that have not. This is + necessary in the case that the ``"%(constraint_name)s"`` token + is used within a naming convention, so that it can be identified + that this particular name should remain fixed. + + If the :meth:`.Operations.f` is used on a constraint, the naming + convention will not take effect:: + + op.add_column("t", "x", Boolean(name=op.f("ck_bool_t_x"))) + + Above, the CHECK constraint generated will have the name + ``ck_bool_t_x`` regardless of whether or not a naming convention is + in use. + + Alternatively, if a naming convention is in use, and 'f' is not used, + names will be converted along conventions. If the ``target_metadata`` + contains the naming convention + ``{"ck": "ck_bool_%(table_name)s_%(constraint_name)s"}``, then the + output of the following: + + op.add_column("t", "x", Boolean(name="x")) + + will be:: + + CONSTRAINT ck_bool_t_x CHECK (x in (1, 0))) + + The function is rendered in the output of autogenerate when + a particular constraint name is already converted. + + """ + return conv(name) + + def inline_literal( + self, value: Union[str, int], type_: Optional[TypeEngine[Any]] = None + ) -> _literal_bindparam: + r"""Produce an 'inline literal' expression, suitable for + using in an INSERT, UPDATE, or DELETE statement. + + When using Alembic in "offline" mode, CRUD operations + aren't compatible with SQLAlchemy's default behavior surrounding + literal values, + which is that they are converted into bound values and passed + separately into the ``execute()`` method of the DBAPI cursor. + An offline SQL + script needs to have these rendered inline. While it should + always be noted that inline literal values are an **enormous** + security hole in an application that handles untrusted input, + a schema migration is not run in this context, so + literals are safe to render inline, with the caveat that + advanced types like dates may not be supported directly + by SQLAlchemy. + + See :meth:`.Operations.execute` for an example usage of + :meth:`.Operations.inline_literal`. + + The environment can also be configured to attempt to render + "literal" values inline automatically, for those simple types + that are supported by the dialect; see + :paramref:`.EnvironmentContext.configure.literal_binds` for this + more recently added feature. + + :param value: The value to render. Strings, integers, and simple + numerics should be supported. Other types like boolean, + dates, etc. may or may not be supported yet by various + backends. + :param type\_: optional - a :class:`sqlalchemy.types.TypeEngine` + subclass stating the type of this value. In SQLAlchemy + expressions, this is usually derived automatically + from the Python type of the value itself, as well as + based on the context in which the value is used. + + .. seealso:: + + :paramref:`.EnvironmentContext.configure.literal_binds` + + """ + return sqla_compat._literal_bindparam(None, value, type_=type_) + + def get_bind(self) -> Connection: + """Return the current 'bind'. + + Under normal circumstances, this is the + :class:`~sqlalchemy.engine.Connection` currently being used + to emit SQL to the database. + + In a SQL script context, this value is ``None``. [TODO: verify this] + + """ + return self.migration_context.impl.bind # type: ignore[return-value] + + def run_async( + self, + async_function: Callable[..., Awaitable[_T]], + *args: Any, + **kw_args: Any, + ) -> _T: + """Invoke the given asynchronous callable, passing an asynchronous + :class:`~sqlalchemy.ext.asyncio.AsyncConnection` as the first + argument. + + This method allows calling async functions from within the + synchronous ``upgrade()`` or ``downgrade()`` alembic migration + method. + + The async connection passed to the callable shares the same + transaction as the connection running in the migration context. + + Any additional arg or kw_arg passed to this function are passed + to the provided async function. + + .. versionadded: 1.11 + + .. note:: + + This method can be called only when alembic is called using + an async dialect. + """ + if not sqla_compat.sqla_14_18: + raise NotImplementedError("SQLAlchemy 1.4.18+ required") + sync_conn = self.get_bind() + if sync_conn is None: + raise NotImplementedError("Cannot call run_async in SQL mode") + if not sync_conn.dialect.is_async: + raise ValueError("Cannot call run_async with a sync engine") + from sqlalchemy.ext.asyncio import AsyncConnection + from sqlalchemy.util import await_only + + async_conn = AsyncConnection._retrieve_proxy_for_target(sync_conn) + return await_only(async_function(async_conn, *args, **kw_args)) + + +class Operations(AbstractOperations): + """Define high level migration operations. + + Each operation corresponds to some schema migration operation, + executed against a particular :class:`.MigrationContext` + which in turn represents connectivity to a database, + or a file output stream. + + While :class:`.Operations` is normally configured as + part of the :meth:`.EnvironmentContext.run_migrations` + method called from an ``env.py`` script, a standalone + :class:`.Operations` instance can be + made for use cases external to regular Alembic + migrations by passing in a :class:`.MigrationContext`:: + + from alembic.migration import MigrationContext + from alembic.operations import Operations + + conn = myengine.connect() + ctx = MigrationContext.configure(conn) + op = Operations(ctx) + + op.alter_column("t", "c", nullable=True) + + Note that as of 0.8, most of the methods on this class are produced + dynamically using the :meth:`.Operations.register_operation` + method. + + """ + + if TYPE_CHECKING: + # START STUB FUNCTIONS: op_cls + # ### the following stubs are generated by tools/write_pyi.py ### + # ### do not edit ### + + def add_column( + self, + table_name: str, + column: Column[Any], + *, + schema: Optional[str] = None, + ) -> None: + """Issue an "add column" instruction using the current + migration context. + + e.g.:: + + from alembic import op + from sqlalchemy import Column, String + + op.add_column("organization", Column("name", String())) + + The :meth:`.Operations.add_column` method typically corresponds + to the SQL command "ALTER TABLE... ADD COLUMN". Within the scope + of this command, the column's name, datatype, nullability, + and optional server-generated defaults may be indicated. + + .. note:: + + With the exception of NOT NULL constraints or single-column FOREIGN + KEY constraints, other kinds of constraints such as PRIMARY KEY, + UNIQUE or CHECK constraints **cannot** be generated using this + method; for these constraints, refer to operations such as + :meth:`.Operations.create_primary_key` and + :meth:`.Operations.create_check_constraint`. In particular, the + following :class:`~sqlalchemy.schema.Column` parameters are + **ignored**: + + * :paramref:`~sqlalchemy.schema.Column.primary_key` - SQL databases + typically do not support an ALTER operation that can add + individual columns one at a time to an existing primary key + constraint, therefore it's less ambiguous to use the + :meth:`.Operations.create_primary_key` method, which assumes no + existing primary key constraint is present. + * :paramref:`~sqlalchemy.schema.Column.unique` - use the + :meth:`.Operations.create_unique_constraint` method + * :paramref:`~sqlalchemy.schema.Column.index` - use the + :meth:`.Operations.create_index` method + + + The provided :class:`~sqlalchemy.schema.Column` object may include a + :class:`~sqlalchemy.schema.ForeignKey` constraint directive, + referencing a remote table name. For this specific type of constraint, + Alembic will automatically emit a second ALTER statement in order to + add the single-column FOREIGN KEY constraint separately:: + + from alembic import op + from sqlalchemy import Column, INTEGER, ForeignKey + + op.add_column( + "organization", + Column("account_id", INTEGER, ForeignKey("accounts.id")), + ) + + The column argument passed to :meth:`.Operations.add_column` is a + :class:`~sqlalchemy.schema.Column` construct, used in the same way it's + used in SQLAlchemy. In particular, values or functions to be indicated + as producing the column's default value on the database side are + specified using the ``server_default`` parameter, and not ``default`` + which only specifies Python-side defaults:: + + from alembic import op + from sqlalchemy import Column, TIMESTAMP, func + + # specify "DEFAULT NOW" along with the column add + op.add_column( + "account", + Column("timestamp", TIMESTAMP, server_default=func.now()), + ) + + :param table_name: String name of the parent table. + :param column: a :class:`sqlalchemy.schema.Column` object + representing the new column. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + + """ # noqa: E501 + ... + + def alter_column( + self, + table_name: str, + column_name: str, + *, + nullable: Optional[bool] = None, + comment: Union[str, Literal[False], None] = False, + server_default: Any = False, + new_column_name: Optional[str] = None, + type_: Union[TypeEngine[Any], Type[TypeEngine[Any]], None] = None, + existing_type: Union[ + TypeEngine[Any], Type[TypeEngine[Any]], None + ] = None, + existing_server_default: Union[ + str, bool, Identity, Computed, None + ] = False, + existing_nullable: Optional[bool] = None, + existing_comment: Optional[str] = None, + schema: Optional[str] = None, + **kw: Any, + ) -> None: + r"""Issue an "alter column" instruction using the + current migration context. + + Generally, only that aspect of the column which + is being changed, i.e. name, type, nullability, + default, needs to be specified. Multiple changes + can also be specified at once and the backend should + "do the right thing", emitting each change either + separately or together as the backend allows. + + MySQL has special requirements here, since MySQL + cannot ALTER a column without a full specification. + When producing MySQL-compatible migration files, + it is recommended that the ``existing_type``, + ``existing_server_default``, and ``existing_nullable`` + parameters be present, if not being altered. + + Type changes which are against the SQLAlchemy + "schema" types :class:`~sqlalchemy.types.Boolean` + and :class:`~sqlalchemy.types.Enum` may also + add or drop constraints which accompany those + types on backends that don't support them natively. + The ``existing_type`` argument is + used in this case to identify and remove a previous + constraint that was bound to the type object. + + :param table_name: string name of the target table. + :param column_name: string name of the target column, + as it exists before the operation begins. + :param nullable: Optional; specify ``True`` or ``False`` + to alter the column's nullability. + :param server_default: Optional; specify a string + SQL expression, :func:`~sqlalchemy.sql.expression.text`, + or :class:`~sqlalchemy.schema.DefaultClause` to indicate + an alteration to the column's default value. + Set to ``None`` to have the default removed. + :param comment: optional string text of a new comment to add to the + column. + :param new_column_name: Optional; specify a string name here to + indicate the new name within a column rename operation. + :param type\_: Optional; a :class:`~sqlalchemy.types.TypeEngine` + type object to specify a change to the column's type. + For SQLAlchemy types that also indicate a constraint (i.e. + :class:`~sqlalchemy.types.Boolean`, :class:`~sqlalchemy.types.Enum`), + the constraint is also generated. + :param autoincrement: set the ``AUTO_INCREMENT`` flag of the column; + currently understood by the MySQL dialect. + :param existing_type: Optional; a + :class:`~sqlalchemy.types.TypeEngine` + type object to specify the previous type. This + is required for all MySQL column alter operations that + don't otherwise specify a new type, as well as for + when nullability is being changed on a SQL Server + column. It is also used if the type is a so-called + SQLAlchemy "schema" type which may define a constraint (i.e. + :class:`~sqlalchemy.types.Boolean`, + :class:`~sqlalchemy.types.Enum`), + so that the constraint can be dropped. + :param existing_server_default: Optional; The existing + default value of the column. Required on MySQL if + an existing default is not being changed; else MySQL + removes the default. + :param existing_nullable: Optional; the existing nullability + of the column. Required on MySQL if the existing nullability + is not being changed; else MySQL sets this to NULL. + :param existing_autoincrement: Optional; the existing autoincrement + of the column. Used for MySQL's system of altering a column + that specifies ``AUTO_INCREMENT``. + :param existing_comment: string text of the existing comment on the + column to be maintained. Required on MySQL if the existing comment + on the column is not being changed. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + :param postgresql_using: String argument which will indicate a + SQL expression to render within the Postgresql-specific USING clause + within ALTER COLUMN. This string is taken directly as raw SQL which + must explicitly include any necessary quoting or escaping of tokens + within the expression. + + """ # noqa: E501 + ... + + def bulk_insert( + self, + table: Union[Table, TableClause], + rows: List[Dict[str, Any]], + *, + multiinsert: bool = True, + ) -> None: + """Issue a "bulk insert" operation using the current + migration context. + + This provides a means of representing an INSERT of multiple rows + which works equally well in the context of executing on a live + connection as well as that of generating a SQL script. In the + case of a SQL script, the values are rendered inline into the + statement. + + e.g.:: + + from alembic import op + from datetime import date + from sqlalchemy.sql import table, column + from sqlalchemy import String, Integer, Date + + # Create an ad-hoc table to use for the insert statement. + accounts_table = table( + "account", + column("id", Integer), + column("name", String), + column("create_date", Date), + ) + + op.bulk_insert( + accounts_table, + [ + { + "id": 1, + "name": "John Smith", + "create_date": date(2010, 10, 5), + }, + { + "id": 2, + "name": "Ed Williams", + "create_date": date(2007, 5, 27), + }, + { + "id": 3, + "name": "Wendy Jones", + "create_date": date(2008, 8, 15), + }, + ], + ) + + When using --sql mode, some datatypes may not render inline + automatically, such as dates and other special types. When this + issue is present, :meth:`.Operations.inline_literal` may be used:: + + op.bulk_insert( + accounts_table, + [ + { + "id": 1, + "name": "John Smith", + "create_date": op.inline_literal("2010-10-05"), + }, + { + "id": 2, + "name": "Ed Williams", + "create_date": op.inline_literal("2007-05-27"), + }, + { + "id": 3, + "name": "Wendy Jones", + "create_date": op.inline_literal("2008-08-15"), + }, + ], + multiinsert=False, + ) + + When using :meth:`.Operations.inline_literal` in conjunction with + :meth:`.Operations.bulk_insert`, in order for the statement to work + in "online" (e.g. non --sql) mode, the + :paramref:`~.Operations.bulk_insert.multiinsert` + flag should be set to ``False``, which will have the effect of + individual INSERT statements being emitted to the database, each + with a distinct VALUES clause, so that the "inline" values can + still be rendered, rather than attempting to pass the values + as bound parameters. + + :param table: a table object which represents the target of the INSERT. + + :param rows: a list of dictionaries indicating rows. + + :param multiinsert: when at its default of True and --sql mode is not + enabled, the INSERT statement will be executed using + "executemany()" style, where all elements in the list of + dictionaries are passed as bound parameters in a single + list. Setting this to False results in individual INSERT + statements being emitted per parameter set, and is needed + in those cases where non-literal values are present in the + parameter sets. + + """ # noqa: E501 + ... + + def create_check_constraint( + self, + constraint_name: Optional[str], + table_name: str, + condition: Union[str, ColumnElement[bool], TextClause], + *, + schema: Optional[str] = None, + **kw: Any, + ) -> None: + """Issue a "create check constraint" instruction using the + current migration context. + + e.g.:: + + from alembic import op + from sqlalchemy.sql import column, func + + op.create_check_constraint( + "ck_user_name_len", + "user", + func.len(column("name")) > 5, + ) + + CHECK constraints are usually against a SQL expression, so ad-hoc + table metadata is usually needed. The function will convert the given + arguments into a :class:`sqlalchemy.schema.CheckConstraint` bound + to an anonymous table in order to emit the CREATE statement. + + :param name: Name of the check constraint. The name is necessary + so that an ALTER statement can be emitted. For setups that + use an automated naming scheme such as that described at + :ref:`sqla:constraint_naming_conventions`, + ``name`` here can be ``None``, as the event listener will + apply the name to the constraint object when it is associated + with the table. + :param table_name: String name of the source table. + :param condition: SQL expression that's the condition of the + constraint. Can be a string or SQLAlchemy expression language + structure. + :param deferrable: optional bool. If set, emit DEFERRABLE or + NOT DEFERRABLE when issuing DDL for this constraint. + :param initially: optional string. If set, emit INITIALLY + when issuing DDL for this constraint. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + + """ # noqa: E501 + ... + + def create_exclude_constraint( + self, + constraint_name: str, + table_name: str, + *elements: Any, + **kw: Any, + ) -> Optional[Table]: + """Issue an alter to create an EXCLUDE constraint using the + current migration context. + + .. note:: This method is Postgresql specific, and additionally + requires at least SQLAlchemy 1.0. + + e.g.:: + + from alembic import op + + op.create_exclude_constraint( + "user_excl", + "user", + ("period", "&&"), + ("group", "="), + where=("group != 'some group'"), + ) + + Note that the expressions work the same way as that of + the ``ExcludeConstraint`` object itself; if plain strings are + passed, quoting rules must be applied manually. + + :param name: Name of the constraint. + :param table_name: String name of the source table. + :param elements: exclude conditions. + :param where: SQL expression or SQL string with optional WHERE + clause. + :param deferrable: optional bool. If set, emit DEFERRABLE or + NOT DEFERRABLE when issuing DDL for this constraint. + :param initially: optional string. If set, emit INITIALLY + when issuing DDL for this constraint. + :param schema: Optional schema name to operate within. + + """ # noqa: E501 + ... + + def create_foreign_key( + self, + constraint_name: Optional[str], + source_table: str, + referent_table: str, + local_cols: List[str], + remote_cols: List[str], + *, + onupdate: Optional[str] = None, + ondelete: Optional[str] = None, + deferrable: Optional[bool] = None, + initially: Optional[str] = None, + match: Optional[str] = None, + source_schema: Optional[str] = None, + referent_schema: Optional[str] = None, + **dialect_kw: Any, + ) -> None: + """Issue a "create foreign key" instruction using the + current migration context. + + e.g.:: + + from alembic import op + + op.create_foreign_key( + "fk_user_address", + "address", + "user", + ["user_id"], + ["id"], + ) + + This internally generates a :class:`~sqlalchemy.schema.Table` object + containing the necessary columns, then generates a new + :class:`~sqlalchemy.schema.ForeignKeyConstraint` + object which it then associates with the + :class:`~sqlalchemy.schema.Table`. + Any event listeners associated with this action will be fired + off normally. The :class:`~sqlalchemy.schema.AddConstraint` + construct is ultimately used to generate the ALTER statement. + + :param constraint_name: Name of the foreign key constraint. The name + is necessary so that an ALTER statement can be emitted. For setups + that use an automated naming scheme such as that described at + :ref:`sqla:constraint_naming_conventions`, + ``name`` here can be ``None``, as the event listener will + apply the name to the constraint object when it is associated + with the table. + :param source_table: String name of the source table. + :param referent_table: String name of the destination table. + :param local_cols: a list of string column names in the + source table. + :param remote_cols: a list of string column names in the + remote table. + :param onupdate: Optional string. If set, emit ON UPDATE when + issuing DDL for this constraint. Typical values include CASCADE, + DELETE and RESTRICT. + :param ondelete: Optional string. If set, emit ON DELETE when + issuing DDL for this constraint. Typical values include CASCADE, + DELETE and RESTRICT. + :param deferrable: optional bool. If set, emit DEFERRABLE or NOT + DEFERRABLE when issuing DDL for this constraint. + :param source_schema: Optional schema name of the source table. + :param referent_schema: Optional schema name of the destination table. + + """ # noqa: E501 + ... + + def create_index( + self, + index_name: Optional[str], + table_name: str, + columns: Sequence[Union[str, TextClause, Function[Any]]], + *, + schema: Optional[str] = None, + unique: bool = False, + if_not_exists: Optional[bool] = None, + **kw: Any, + ) -> None: + r"""Issue a "create index" instruction using the current + migration context. + + e.g.:: + + from alembic import op + + op.create_index("ik_test", "t1", ["foo", "bar"]) + + Functional indexes can be produced by using the + :func:`sqlalchemy.sql.expression.text` construct:: + + from alembic import op + from sqlalchemy import text + + op.create_index("ik_test", "t1", [text("lower(foo)")]) + + :param index_name: name of the index. + :param table_name: name of the owning table. + :param columns: a list consisting of string column names and/or + :func:`~sqlalchemy.sql.expression.text` constructs. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + :param unique: If True, create a unique index. + + :param quote: Force quoting of this column's name on or off, + corresponding to ``True`` or ``False``. When left at its default + of ``None``, the column identifier will be quoted according to + whether the name is case sensitive (identifiers with at least one + upper case character are treated as case sensitive), or if it's a + reserved word. This flag is only needed to force quoting of a + reserved word which is not known by the SQLAlchemy dialect. + + :param if_not_exists: If True, adds IF NOT EXISTS operator when + creating the new index. + + .. versionadded:: 1.12.0 + + :param \**kw: Additional keyword arguments not mentioned above are + dialect specific, and passed in the form + ``_``. + See the documentation regarding an individual dialect at + :ref:`dialect_toplevel` for detail on documented arguments. + + """ # noqa: E501 + ... + + def create_primary_key( + self, + constraint_name: Optional[str], + table_name: str, + columns: List[str], + *, + schema: Optional[str] = None, + ) -> None: + """Issue a "create primary key" instruction using the current + migration context. + + e.g.:: + + from alembic import op + + op.create_primary_key("pk_my_table", "my_table", ["id", "version"]) + + This internally generates a :class:`~sqlalchemy.schema.Table` object + containing the necessary columns, then generates a new + :class:`~sqlalchemy.schema.PrimaryKeyConstraint` + object which it then associates with the + :class:`~sqlalchemy.schema.Table`. + Any event listeners associated with this action will be fired + off normally. The :class:`~sqlalchemy.schema.AddConstraint` + construct is ultimately used to generate the ALTER statement. + + :param constraint_name: Name of the primary key constraint. The name + is necessary so that an ALTER statement can be emitted. For setups + that use an automated naming scheme such as that described at + :ref:`sqla:constraint_naming_conventions` + ``name`` here can be ``None``, as the event listener will + apply the name to the constraint object when it is associated + with the table. + :param table_name: String name of the target table. + :param columns: a list of string column names to be applied to the + primary key constraint. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + + """ # noqa: E501 + ... + + def create_table( + self, + table_name: str, + *columns: SchemaItem, + if_not_exists: Optional[bool] = None, + **kw: Any, + ) -> Table: + r"""Issue a "create table" instruction using the current migration + context. + + This directive receives an argument list similar to that of the + traditional :class:`sqlalchemy.schema.Table` construct, but without the + metadata:: + + from sqlalchemy import INTEGER, VARCHAR, NVARCHAR, Column + from alembic import op + + op.create_table( + "account", + Column("id", INTEGER, primary_key=True), + Column("name", VARCHAR(50), nullable=False), + Column("description", NVARCHAR(200)), + Column("timestamp", TIMESTAMP, server_default=func.now()), + ) + + Note that :meth:`.create_table` accepts + :class:`~sqlalchemy.schema.Column` + constructs directly from the SQLAlchemy library. In particular, + default values to be created on the database side are + specified using the ``server_default`` parameter, and not + ``default`` which only specifies Python-side defaults:: + + from alembic import op + from sqlalchemy import Column, TIMESTAMP, func + + # specify "DEFAULT NOW" along with the "timestamp" column + op.create_table( + "account", + Column("id", INTEGER, primary_key=True), + Column("timestamp", TIMESTAMP, server_default=func.now()), + ) + + The function also returns a newly created + :class:`~sqlalchemy.schema.Table` object, corresponding to the table + specification given, which is suitable for + immediate SQL operations, in particular + :meth:`.Operations.bulk_insert`:: + + from sqlalchemy import INTEGER, VARCHAR, NVARCHAR, Column + from alembic import op + + account_table = op.create_table( + "account", + Column("id", INTEGER, primary_key=True), + Column("name", VARCHAR(50), nullable=False), + Column("description", NVARCHAR(200)), + Column("timestamp", TIMESTAMP, server_default=func.now()), + ) + + op.bulk_insert( + account_table, + [ + {"name": "A1", "description": "account 1"}, + {"name": "A2", "description": "account 2"}, + ], + ) + + :param table_name: Name of the table + :param \*columns: collection of :class:`~sqlalchemy.schema.Column` + objects within + the table, as well as optional :class:`~sqlalchemy.schema.Constraint` + objects + and :class:`~.sqlalchemy.schema.Index` objects. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + :param if_not_exists: If True, adds IF NOT EXISTS operator when + creating the new table. + + .. versionadded:: 1.13.3 + :param \**kw: Other keyword arguments are passed to the underlying + :class:`sqlalchemy.schema.Table` object created for the command. + + :return: the :class:`~sqlalchemy.schema.Table` object corresponding + to the parameters given. + + """ # noqa: E501 + ... + + def create_table_comment( + self, + table_name: str, + comment: Optional[str], + *, + existing_comment: Optional[str] = None, + schema: Optional[str] = None, + ) -> None: + """Emit a COMMENT ON operation to set the comment for a table. + + :param table_name: string name of the target table. + :param comment: string value of the comment being registered against + the specified table. + :param existing_comment: String value of a comment + already registered on the specified table, used within autogenerate + so that the operation is reversible, but not required for direct + use. + + .. seealso:: + + :meth:`.Operations.drop_table_comment` + + :paramref:`.Operations.alter_column.comment` + + """ # noqa: E501 + ... + + def create_unique_constraint( + self, + constraint_name: Optional[str], + table_name: str, + columns: Sequence[str], + *, + schema: Optional[str] = None, + **kw: Any, + ) -> Any: + """Issue a "create unique constraint" instruction using the + current migration context. + + e.g.:: + + from alembic import op + op.create_unique_constraint("uq_user_name", "user", ["name"]) + + This internally generates a :class:`~sqlalchemy.schema.Table` object + containing the necessary columns, then generates a new + :class:`~sqlalchemy.schema.UniqueConstraint` + object which it then associates with the + :class:`~sqlalchemy.schema.Table`. + Any event listeners associated with this action will be fired + off normally. The :class:`~sqlalchemy.schema.AddConstraint` + construct is ultimately used to generate the ALTER statement. + + :param name: Name of the unique constraint. The name is necessary + so that an ALTER statement can be emitted. For setups that + use an automated naming scheme such as that described at + :ref:`sqla:constraint_naming_conventions`, + ``name`` here can be ``None``, as the event listener will + apply the name to the constraint object when it is associated + with the table. + :param table_name: String name of the source table. + :param columns: a list of string column names in the + source table. + :param deferrable: optional bool. If set, emit DEFERRABLE or + NOT DEFERRABLE when issuing DDL for this constraint. + :param initially: optional string. If set, emit INITIALLY + when issuing DDL for this constraint. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + + """ # noqa: E501 + ... + + def drop_column( + self, + table_name: str, + column_name: str, + *, + schema: Optional[str] = None, + **kw: Any, + ) -> None: + """Issue a "drop column" instruction using the current + migration context. + + e.g.:: + + drop_column("organization", "account_id") + + :param table_name: name of table + :param column_name: name of column + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + :param mssql_drop_check: Optional boolean. When ``True``, on + Microsoft SQL Server only, first + drop the CHECK constraint on the column using a + SQL-script-compatible + block that selects into a @variable from sys.check_constraints, + then exec's a separate DROP CONSTRAINT for that constraint. + :param mssql_drop_default: Optional boolean. When ``True``, on + Microsoft SQL Server only, first + drop the DEFAULT constraint on the column using a + SQL-script-compatible + block that selects into a @variable from sys.default_constraints, + then exec's a separate DROP CONSTRAINT for that default. + :param mssql_drop_foreign_key: Optional boolean. When ``True``, on + Microsoft SQL Server only, first + drop a single FOREIGN KEY constraint on the column using a + SQL-script-compatible + block that selects into a @variable from + sys.foreign_keys/sys.foreign_key_columns, + then exec's a separate DROP CONSTRAINT for that default. Only + works if the column has exactly one FK constraint which refers to + it, at the moment. + + """ # noqa: E501 + ... + + def drop_constraint( + self, + constraint_name: str, + table_name: str, + type_: Optional[str] = None, + *, + schema: Optional[str] = None, + ) -> None: + r"""Drop a constraint of the given name, typically via DROP CONSTRAINT. + + :param constraint_name: name of the constraint. + :param table_name: table name. + :param type\_: optional, required on MySQL. can be + 'foreignkey', 'primary', 'unique', or 'check'. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + + """ # noqa: E501 + ... + + def drop_index( + self, + index_name: str, + table_name: Optional[str] = None, + *, + schema: Optional[str] = None, + if_exists: Optional[bool] = None, + **kw: Any, + ) -> None: + r"""Issue a "drop index" instruction using the current + migration context. + + e.g.:: + + drop_index("accounts") + + :param index_name: name of the index. + :param table_name: name of the owning table. Some + backends such as Microsoft SQL Server require this. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + + :param if_exists: If True, adds IF EXISTS operator when + dropping the index. + + .. versionadded:: 1.12.0 + + :param \**kw: Additional keyword arguments not mentioned above are + dialect specific, and passed in the form + ``_``. + See the documentation regarding an individual dialect at + :ref:`dialect_toplevel` for detail on documented arguments. + + """ # noqa: E501 + ... + + def drop_table( + self, + table_name: str, + *, + schema: Optional[str] = None, + if_exists: Optional[bool] = None, + **kw: Any, + ) -> None: + r"""Issue a "drop table" instruction using the current + migration context. + + + e.g.:: + + drop_table("accounts") + + :param table_name: Name of the table + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + :param if_exists: If True, adds IF EXISTS operator when + dropping the table. + + .. versionadded:: 1.13.3 + :param \**kw: Other keyword arguments are passed to the underlying + :class:`sqlalchemy.schema.Table` object created for the command. + + """ # noqa: E501 + ... + + def drop_table_comment( + self, + table_name: str, + *, + existing_comment: Optional[str] = None, + schema: Optional[str] = None, + ) -> None: + """Issue a "drop table comment" operation to + remove an existing comment set on a table. + + :param table_name: string name of the target table. + :param existing_comment: An optional string value of a comment already + registered on the specified table. + + .. seealso:: + + :meth:`.Operations.create_table_comment` + + :paramref:`.Operations.alter_column.comment` + + """ # noqa: E501 + ... + + def execute( + self, + sqltext: Union[Executable, str], + *, + execution_options: Optional[dict[str, Any]] = None, + ) -> None: + r"""Execute the given SQL using the current migration context. + + The given SQL can be a plain string, e.g.:: + + op.execute("INSERT INTO table (foo) VALUES ('some value')") + + Or it can be any kind of Core SQL Expression construct, such as + below where we use an update construct:: + + from sqlalchemy.sql import table, column + from sqlalchemy import String + from alembic import op + + account = table("account", column("name", String)) + op.execute( + account.update() + .where(account.c.name == op.inline_literal("account 1")) + .values({"name": op.inline_literal("account 2")}) + ) + + Above, we made use of the SQLAlchemy + :func:`sqlalchemy.sql.expression.table` and + :func:`sqlalchemy.sql.expression.column` constructs to make a brief, + ad-hoc table construct just for our UPDATE statement. A full + :class:`~sqlalchemy.schema.Table` construct of course works perfectly + fine as well, though note it's a recommended practice to at least + ensure the definition of a table is self-contained within the migration + script, rather than imported from a module that may break compatibility + with older migrations. + + In a SQL script context, the statement is emitted directly to the + output stream. There is *no* return result, however, as this + function is oriented towards generating a change script + that can run in "offline" mode. Additionally, parameterized + statements are discouraged here, as they *will not work* in offline + mode. Above, we use :meth:`.inline_literal` where parameters are + to be used. + + For full interaction with a connected database where parameters can + also be used normally, use the "bind" available from the context:: + + from alembic import op + + connection = op.get_bind() + + connection.execute( + account.update() + .where(account.c.name == "account 1") + .values({"name": "account 2"}) + ) + + Additionally, when passing the statement as a plain string, it is first + coerced into a :func:`sqlalchemy.sql.expression.text` construct + before being passed along. In the less likely case that the + literal SQL string contains a colon, it must be escaped with a + backslash, as:: + + op.execute(r"INSERT INTO table (foo) VALUES ('\:colon_value')") + + + :param sqltext: Any legal SQLAlchemy expression, including: + + * a string + * a :func:`sqlalchemy.sql.expression.text` construct. + * a :func:`sqlalchemy.sql.expression.insert` construct. + * a :func:`sqlalchemy.sql.expression.update` construct. + * a :func:`sqlalchemy.sql.expression.delete` construct. + * Any "executable" described in SQLAlchemy Core documentation, + noting that no result set is returned. + + .. note:: when passing a plain string, the statement is coerced into + a :func:`sqlalchemy.sql.expression.text` construct. This construct + considers symbols with colons, e.g. ``:foo`` to be bound parameters. + To avoid this, ensure that colon symbols are escaped, e.g. + ``\:foo``. + + :param execution_options: Optional dictionary of + execution options, will be passed to + :meth:`sqlalchemy.engine.Connection.execution_options`. + """ # noqa: E501 + ... + + def rename_table( + self, + old_table_name: str, + new_table_name: str, + *, + schema: Optional[str] = None, + ) -> None: + """Emit an ALTER TABLE to rename a table. + + :param old_table_name: old name. + :param new_table_name: new name. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + + """ # noqa: E501 + ... + + # END STUB FUNCTIONS: op_cls + + +class BatchOperations(AbstractOperations): + """Modifies the interface :class:`.Operations` for batch mode. + + This basically omits the ``table_name`` and ``schema`` parameters + from associated methods, as these are a given when running under batch + mode. + + .. seealso:: + + :meth:`.Operations.batch_alter_table` + + Note that as of 0.8, most of the methods on this class are produced + dynamically using the :meth:`.Operations.register_operation` + method. + + """ + + impl: BatchOperationsImpl + + def _noop(self, operation: Any) -> NoReturn: + raise NotImplementedError( + "The %s method does not apply to a batch table alter operation." + % operation + ) + + if TYPE_CHECKING: + # START STUB FUNCTIONS: batch_op + # ### the following stubs are generated by tools/write_pyi.py ### + # ### do not edit ### + + def add_column( + self, + column: Column[Any], + *, + insert_before: Optional[str] = None, + insert_after: Optional[str] = None, + ) -> None: + """Issue an "add column" instruction using the current + batch migration context. + + .. seealso:: + + :meth:`.Operations.add_column` + + """ # noqa: E501 + ... + + def alter_column( + self, + column_name: str, + *, + nullable: Optional[bool] = None, + comment: Union[str, Literal[False], None] = False, + server_default: Any = False, + new_column_name: Optional[str] = None, + type_: Union[TypeEngine[Any], Type[TypeEngine[Any]], None] = None, + existing_type: Union[ + TypeEngine[Any], Type[TypeEngine[Any]], None + ] = None, + existing_server_default: Union[ + str, bool, Identity, Computed, None + ] = False, + existing_nullable: Optional[bool] = None, + existing_comment: Optional[str] = None, + insert_before: Optional[str] = None, + insert_after: Optional[str] = None, + **kw: Any, + ) -> None: + """Issue an "alter column" instruction using the current + batch migration context. + + Parameters are the same as that of :meth:`.Operations.alter_column`, + as well as the following option(s): + + :param insert_before: String name of an existing column which this + column should be placed before, when creating the new table. + + :param insert_after: String name of an existing column which this + column should be placed after, when creating the new table. If + both :paramref:`.BatchOperations.alter_column.insert_before` + and :paramref:`.BatchOperations.alter_column.insert_after` are + omitted, the column is inserted after the last existing column + in the table. + + .. seealso:: + + :meth:`.Operations.alter_column` + + + """ # noqa: E501 + ... + + def create_check_constraint( + self, + constraint_name: str, + condition: Union[str, ColumnElement[bool], TextClause], + **kw: Any, + ) -> None: + """Issue a "create check constraint" instruction using the + current batch migration context. + + The batch form of this call omits the ``source`` and ``schema`` + arguments from the call. + + .. seealso:: + + :meth:`.Operations.create_check_constraint` + + """ # noqa: E501 + ... + + def create_exclude_constraint( + self, constraint_name: str, *elements: Any, **kw: Any + ) -> Optional[Table]: + """Issue a "create exclude constraint" instruction using the + current batch migration context. + + .. note:: This method is Postgresql specific, and additionally + requires at least SQLAlchemy 1.0. + + .. seealso:: + + :meth:`.Operations.create_exclude_constraint` + + """ # noqa: E501 + ... + + def create_foreign_key( + self, + constraint_name: Optional[str], + referent_table: str, + local_cols: List[str], + remote_cols: List[str], + *, + referent_schema: Optional[str] = None, + onupdate: Optional[str] = None, + ondelete: Optional[str] = None, + deferrable: Optional[bool] = None, + initially: Optional[str] = None, + match: Optional[str] = None, + **dialect_kw: Any, + ) -> None: + """Issue a "create foreign key" instruction using the + current batch migration context. + + The batch form of this call omits the ``source`` and ``source_schema`` + arguments from the call. + + e.g.:: + + with batch_alter_table("address") as batch_op: + batch_op.create_foreign_key( + "fk_user_address", + "user", + ["user_id"], + ["id"], + ) + + .. seealso:: + + :meth:`.Operations.create_foreign_key` + + """ # noqa: E501 + ... + + def create_index( + self, index_name: str, columns: List[str], **kw: Any + ) -> None: + """Issue a "create index" instruction using the + current batch migration context. + + .. seealso:: + + :meth:`.Operations.create_index` + + """ # noqa: E501 + ... + + def create_primary_key( + self, constraint_name: Optional[str], columns: List[str] + ) -> None: + """Issue a "create primary key" instruction using the + current batch migration context. + + The batch form of this call omits the ``table_name`` and ``schema`` + arguments from the call. + + .. seealso:: + + :meth:`.Operations.create_primary_key` + + """ # noqa: E501 + ... + + def create_table_comment( + self, + comment: Optional[str], + *, + existing_comment: Optional[str] = None, + ) -> None: + """Emit a COMMENT ON operation to set the comment for a table + using the current batch migration context. + + :param comment: string value of the comment being registered against + the specified table. + :param existing_comment: String value of a comment + already registered on the specified table, used within autogenerate + so that the operation is reversible, but not required for direct + use. + + """ # noqa: E501 + ... + + def create_unique_constraint( + self, constraint_name: str, columns: Sequence[str], **kw: Any + ) -> Any: + """Issue a "create unique constraint" instruction using the + current batch migration context. + + The batch form of this call omits the ``source`` and ``schema`` + arguments from the call. + + .. seealso:: + + :meth:`.Operations.create_unique_constraint` + + """ # noqa: E501 + ... + + def drop_column(self, column_name: str, **kw: Any) -> None: + """Issue a "drop column" instruction using the current + batch migration context. + + .. seealso:: + + :meth:`.Operations.drop_column` + + """ # noqa: E501 + ... + + def drop_constraint( + self, constraint_name: str, type_: Optional[str] = None + ) -> None: + """Issue a "drop constraint" instruction using the + current batch migration context. + + The batch form of this call omits the ``table_name`` and ``schema`` + arguments from the call. + + .. seealso:: + + :meth:`.Operations.drop_constraint` + + """ # noqa: E501 + ... + + def drop_index(self, index_name: str, **kw: Any) -> None: + """Issue a "drop index" instruction using the + current batch migration context. + + .. seealso:: + + :meth:`.Operations.drop_index` + + """ # noqa: E501 + ... + + def drop_table_comment( + self, *, existing_comment: Optional[str] = None + ) -> None: + """Issue a "drop table comment" operation to + remove an existing comment set on a table using the current + batch operations context. + + :param existing_comment: An optional string value of a comment already + registered on the specified table. + + """ # noqa: E501 + ... + + def execute( + self, + sqltext: Union[Executable, str], + *, + execution_options: Optional[dict[str, Any]] = None, + ) -> None: + """Execute the given SQL using the current migration context. + + .. seealso:: + + :meth:`.Operations.execute` + + """ # noqa: E501 + ... + + # END STUB FUNCTIONS: batch_op diff --git a/venv/lib/python3.8/site-packages/alembic/operations/batch.py b/venv/lib/python3.8/site-packages/alembic/operations/batch.py new file mode 100644 index 000000000..fd7ab9903 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/operations/batch.py @@ -0,0 +1,717 @@ +# mypy: allow-untyped-defs, allow-incomplete-defs, allow-untyped-calls +# mypy: no-warn-return-any, allow-any-generics + +from __future__ import annotations + +from typing import Any +from typing import Dict +from typing import List +from typing import Optional +from typing import Tuple +from typing import TYPE_CHECKING +from typing import Union + +from sqlalchemy import CheckConstraint +from sqlalchemy import Column +from sqlalchemy import ForeignKeyConstraint +from sqlalchemy import Index +from sqlalchemy import MetaData +from sqlalchemy import PrimaryKeyConstraint +from sqlalchemy import schema as sql_schema +from sqlalchemy import Table +from sqlalchemy import types as sqltypes +from sqlalchemy.sql.schema import SchemaEventTarget +from sqlalchemy.util import OrderedDict +from sqlalchemy.util import topological + +from ..util import exc +from ..util.sqla_compat import _columns_for_constraint +from ..util.sqla_compat import _copy +from ..util.sqla_compat import _copy_expression +from ..util.sqla_compat import _ensure_scope_for_ddl +from ..util.sqla_compat import _fk_is_self_referential +from ..util.sqla_compat import _idx_table_bound_expressions +from ..util.sqla_compat import _insert_inline +from ..util.sqla_compat import _is_type_bound +from ..util.sqla_compat import _remove_column_from_collection +from ..util.sqla_compat import _resolve_for_variant +from ..util.sqla_compat import _select +from ..util.sqla_compat import constraint_name_defined +from ..util.sqla_compat import constraint_name_string + +if TYPE_CHECKING: + from typing import Literal + + from sqlalchemy.engine import Dialect + from sqlalchemy.sql.elements import ColumnClause + from sqlalchemy.sql.elements import quoted_name + from sqlalchemy.sql.functions import Function + from sqlalchemy.sql.schema import Constraint + from sqlalchemy.sql.type_api import TypeEngine + + from ..ddl.impl import DefaultImpl + + +class BatchOperationsImpl: + def __init__( + self, + operations, + table_name, + schema, + recreate, + copy_from, + table_args, + table_kwargs, + reflect_args, + reflect_kwargs, + naming_convention, + partial_reordering, + ): + self.operations = operations + self.table_name = table_name + self.schema = schema + if recreate not in ("auto", "always", "never"): + raise ValueError( + "recreate may be one of 'auto', 'always', or 'never'." + ) + self.recreate = recreate + self.copy_from = copy_from + self.table_args = table_args + self.table_kwargs = dict(table_kwargs) + self.reflect_args = reflect_args + self.reflect_kwargs = dict(reflect_kwargs) + self.reflect_kwargs.setdefault( + "listeners", list(self.reflect_kwargs.get("listeners", ())) + ) + self.reflect_kwargs["listeners"].append( + ("column_reflect", operations.impl.autogen_column_reflect) + ) + self.naming_convention = naming_convention + self.partial_reordering = partial_reordering + self.batch = [] + + @property + def dialect(self) -> Dialect: + return self.operations.impl.dialect + + @property + def impl(self) -> DefaultImpl: + return self.operations.impl + + def _should_recreate(self) -> bool: + if self.recreate == "auto": + return self.operations.impl.requires_recreate_in_batch(self) + elif self.recreate == "always": + return True + else: + return False + + def flush(self) -> None: + should_recreate = self._should_recreate() + + with _ensure_scope_for_ddl(self.impl.connection): + if not should_recreate: + for opname, arg, kw in self.batch: + fn = getattr(self.operations.impl, opname) + fn(*arg, **kw) + else: + if self.naming_convention: + m1 = MetaData(naming_convention=self.naming_convention) + else: + m1 = MetaData() + + if self.copy_from is not None: + existing_table = self.copy_from + reflected = False + else: + if self.operations.migration_context.as_sql: + raise exc.CommandError( + f"This operation cannot proceed in --sql mode; " + f"batch mode with dialect " + f"{self.operations.migration_context.dialect.name} " # noqa: E501 + f"requires a live database connection with which " + f'to reflect the table "{self.table_name}". ' + f"To generate a batch SQL migration script using " + "table " + '"move and copy", a complete Table object ' + f'should be passed to the "copy_from" argument ' + "of the batch_alter_table() method so that table " + "reflection can be skipped." + ) + + existing_table = Table( + self.table_name, + m1, + schema=self.schema, + autoload_with=self.operations.get_bind(), + *self.reflect_args, + **self.reflect_kwargs, + ) + reflected = True + + batch_impl = ApplyBatchImpl( + self.impl, + existing_table, + self.table_args, + self.table_kwargs, + reflected, + partial_reordering=self.partial_reordering, + ) + for opname, arg, kw in self.batch: + fn = getattr(batch_impl, opname) + fn(*arg, **kw) + + batch_impl._create(self.impl) + + def alter_column(self, *arg, **kw) -> None: + self.batch.append(("alter_column", arg, kw)) + + def add_column(self, *arg, **kw) -> None: + if ( + "insert_before" in kw or "insert_after" in kw + ) and not self._should_recreate(): + raise exc.CommandError( + "Can't specify insert_before or insert_after when using " + "ALTER; please specify recreate='always'" + ) + self.batch.append(("add_column", arg, kw)) + + def drop_column(self, *arg, **kw) -> None: + self.batch.append(("drop_column", arg, kw)) + + def add_constraint(self, const: Constraint) -> None: + self.batch.append(("add_constraint", (const,), {})) + + def drop_constraint(self, const: Constraint) -> None: + self.batch.append(("drop_constraint", (const,), {})) + + def rename_table(self, *arg, **kw): + self.batch.append(("rename_table", arg, kw)) + + def create_index(self, idx: Index, **kw: Any) -> None: + self.batch.append(("create_index", (idx,), kw)) + + def drop_index(self, idx: Index, **kw: Any) -> None: + self.batch.append(("drop_index", (idx,), kw)) + + def create_table_comment(self, table): + self.batch.append(("create_table_comment", (table,), {})) + + def drop_table_comment(self, table): + self.batch.append(("drop_table_comment", (table,), {})) + + def create_table(self, table): + raise NotImplementedError("Can't create table in batch mode") + + def drop_table(self, table): + raise NotImplementedError("Can't drop table in batch mode") + + def create_column_comment(self, column): + self.batch.append(("create_column_comment", (column,), {})) + + +class ApplyBatchImpl: + def __init__( + self, + impl: DefaultImpl, + table: Table, + table_args: tuple, + table_kwargs: Dict[str, Any], + reflected: bool, + partial_reordering: tuple = (), + ) -> None: + self.impl = impl + self.table = table # this is a Table object + self.table_args = table_args + self.table_kwargs = table_kwargs + self.temp_table_name = self._calc_temp_name(table.name) + self.new_table: Optional[Table] = None + + self.partial_reordering = partial_reordering # tuple of tuples + self.add_col_ordering: Tuple[ + Tuple[str, str], ... + ] = () # tuple of tuples + + self.column_transfers = OrderedDict( + (c.name, {"expr": c}) for c in self.table.c + ) + self.existing_ordering = list(self.column_transfers) + + self.reflected = reflected + self._grab_table_elements() + + @classmethod + def _calc_temp_name(cls, tablename: Union[quoted_name, str]) -> str: + return ("_alembic_tmp_%s" % tablename)[0:50] + + def _grab_table_elements(self) -> None: + schema = self.table.schema + self.columns: Dict[str, Column[Any]] = OrderedDict() + for c in self.table.c: + c_copy = _copy(c, schema=schema) + c_copy.unique = c_copy.index = False + # ensure that the type object was copied, + # as we may need to modify it in-place + if isinstance(c.type, SchemaEventTarget): + assert c_copy.type is not c.type + self.columns[c.name] = c_copy + self.named_constraints: Dict[str, Constraint] = {} + self.unnamed_constraints = [] + self.col_named_constraints = {} + self.indexes: Dict[str, Index] = {} + self.new_indexes: Dict[str, Index] = {} + + for const in self.table.constraints: + if _is_type_bound(const): + continue + elif ( + self.reflected + and isinstance(const, CheckConstraint) + and not const.name + ): + # TODO: we are skipping unnamed reflected CheckConstraint + # because + # we have no way to determine _is_type_bound() for these. + pass + elif constraint_name_string(const.name): + self.named_constraints[const.name] = const + else: + self.unnamed_constraints.append(const) + + if not self.reflected: + for col in self.table.c: + for const in col.constraints: + if const.name: + self.col_named_constraints[const.name] = (col, const) + + for idx in self.table.indexes: + self.indexes[idx.name] = idx # type: ignore[index] + + for k in self.table.kwargs: + self.table_kwargs.setdefault(k, self.table.kwargs[k]) + + def _adjust_self_columns_for_partial_reordering(self) -> None: + pairs = set() + + col_by_idx = list(self.columns) + + if self.partial_reordering: + for tuple_ in self.partial_reordering: + for index, elem in enumerate(tuple_): + if index > 0: + pairs.add((tuple_[index - 1], elem)) + else: + for index, elem in enumerate(self.existing_ordering): + if index > 0: + pairs.add((col_by_idx[index - 1], elem)) + + pairs.update(self.add_col_ordering) + + # this can happen if some columns were dropped and not removed + # from existing_ordering. this should be prevented already, but + # conservatively making sure this didn't happen + pairs_list = [p for p in pairs if p[0] != p[1]] + + sorted_ = list( + topological.sort(pairs_list, col_by_idx, deterministic_order=True) + ) + self.columns = OrderedDict((k, self.columns[k]) for k in sorted_) + self.column_transfers = OrderedDict( + (k, self.column_transfers[k]) for k in sorted_ + ) + + def _transfer_elements_to_new_table(self) -> None: + assert self.new_table is None, "Can only create new table once" + + m = MetaData() + schema = self.table.schema + + if self.partial_reordering or self.add_col_ordering: + self._adjust_self_columns_for_partial_reordering() + + self.new_table = new_table = Table( + self.temp_table_name, + m, + *(list(self.columns.values()) + list(self.table_args)), + schema=schema, + **self.table_kwargs, + ) + + for const in ( + list(self.named_constraints.values()) + self.unnamed_constraints + ): + const_columns = {c.key for c in _columns_for_constraint(const)} + + if not const_columns.issubset(self.column_transfers): + continue + + const_copy: Constraint + if isinstance(const, ForeignKeyConstraint): + if _fk_is_self_referential(const): + # for self-referential constraint, refer to the + # *original* table name, and not _alembic_batch_temp. + # This is consistent with how we're handling + # FK constraints from other tables; we assume SQLite + # no foreign keys just keeps the names unchanged, so + # when we rename back, they match again. + const_copy = _copy( + const, schema=schema, target_table=self.table + ) + else: + # "target_table" for ForeignKeyConstraint.copy() is + # only used if the FK is detected as being + # self-referential, which we are handling above. + const_copy = _copy(const, schema=schema) + else: + const_copy = _copy( + const, schema=schema, target_table=new_table + ) + if isinstance(const, ForeignKeyConstraint): + self._setup_referent(m, const) + new_table.append_constraint(const_copy) + + def _gather_indexes_from_both_tables(self) -> List[Index]: + assert self.new_table is not None + idx: List[Index] = [] + + for idx_existing in self.indexes.values(): + # this is a lift-and-move from Table.to_metadata + + if idx_existing._column_flag: + continue + + idx_copy = Index( + idx_existing.name, + unique=idx_existing.unique, + *[ + _copy_expression(expr, self.new_table) + for expr in _idx_table_bound_expressions(idx_existing) + ], + _table=self.new_table, + **idx_existing.kwargs, + ) + idx.append(idx_copy) + + for index in self.new_indexes.values(): + idx.append( + Index( + index.name, + unique=index.unique, + *[self.new_table.c[col] for col in index.columns.keys()], + **index.kwargs, + ) + ) + return idx + + def _setup_referent( + self, metadata: MetaData, constraint: ForeignKeyConstraint + ) -> None: + spec = constraint.elements[0]._get_colspec() + parts = spec.split(".") + tname = parts[-2] + if len(parts) == 3: + referent_schema = parts[0] + else: + referent_schema = None + + if tname != self.temp_table_name: + key = sql_schema._get_table_key(tname, referent_schema) + + def colspec(elem: Any): + return elem._get_colspec() + + if key in metadata.tables: + t = metadata.tables[key] + for elem in constraint.elements: + colname = colspec(elem).split(".")[-1] + if colname not in t.c: + t.append_column(Column(colname, sqltypes.NULLTYPE)) + else: + Table( + tname, + metadata, + *[ + Column(n, sqltypes.NULLTYPE) + for n in [ + colspec(elem).split(".")[-1] + for elem in constraint.elements + ] + ], + schema=referent_schema, + ) + + def _create(self, op_impl: DefaultImpl) -> None: + self._transfer_elements_to_new_table() + + op_impl.prep_table_for_batch(self, self.table) + assert self.new_table is not None + op_impl.create_table(self.new_table) + + try: + op_impl._exec( + _insert_inline(self.new_table).from_select( + list( + k + for k, transfer in self.column_transfers.items() + if "expr" in transfer + ), + _select( + *[ + transfer["expr"] + for transfer in self.column_transfers.values() + if "expr" in transfer + ] + ), + ) + ) + op_impl.drop_table(self.table) + except: + op_impl.drop_table(self.new_table) + raise + else: + op_impl.rename_table( + self.temp_table_name, self.table.name, schema=self.table.schema + ) + self.new_table.name = self.table.name + try: + for idx in self._gather_indexes_from_both_tables(): + op_impl.create_index(idx) + finally: + self.new_table.name = self.temp_table_name + + def alter_column( + self, + table_name: str, + column_name: str, + nullable: Optional[bool] = None, + server_default: Optional[Union[Function[Any], str, bool]] = False, + name: Optional[str] = None, + type_: Optional[TypeEngine] = None, + autoincrement: Optional[Union[bool, Literal["auto"]]] = None, + comment: Union[str, Literal[False]] = False, + **kw, + ) -> None: + existing = self.columns[column_name] + existing_transfer: Dict[str, Any] = self.column_transfers[column_name] + if name is not None and name != column_name: + # note that we don't change '.key' - we keep referring + # to the renamed column by its old key in _create(). neat! + existing.name = name + existing_transfer["name"] = name + + existing_type = kw.get("existing_type", None) + if existing_type: + resolved_existing_type = _resolve_for_variant( + kw["existing_type"], self.impl.dialect + ) + + # pop named constraints for Boolean/Enum for rename + if ( + isinstance(resolved_existing_type, SchemaEventTarget) + and resolved_existing_type.name # type:ignore[attr-defined] # noqa E501 + ): + self.named_constraints.pop( + resolved_existing_type.name, # type:ignore[attr-defined] # noqa E501 + None, + ) + + if type_ is not None: + type_ = sqltypes.to_instance(type_) + # old type is being discarded so turn off eventing + # rules. Alternatively we can + # erase the events set up by this type, but this is simpler. + # we also ignore the drop_constraint that will come here from + # Operations.implementation_for(alter_column) + + if isinstance(existing.type, SchemaEventTarget): + existing.type._create_events = ( # type:ignore[attr-defined] + existing.type.create_constraint # type:ignore[attr-defined] # noqa + ) = False + + self.impl.cast_for_batch_migrate( + existing, existing_transfer, type_ + ) + + existing.type = type_ + + # we *dont* however set events for the new type, because + # alter_column is invoked from + # Operations.implementation_for(alter_column) which already + # will emit an add_constraint() + + if nullable is not None: + existing.nullable = nullable + if server_default is not False: + if server_default is None: + existing.server_default = None + else: + sql_schema.DefaultClause( + server_default # type: ignore[arg-type] + )._set_parent(existing) + if autoincrement is not None: + existing.autoincrement = bool(autoincrement) + + if comment is not False: + existing.comment = comment + + def _setup_dependencies_for_add_column( + self, + colname: str, + insert_before: Optional[str], + insert_after: Optional[str], + ) -> None: + index_cols = self.existing_ordering + col_indexes = {name: i for i, name in enumerate(index_cols)} + + if not self.partial_reordering: + if insert_after: + if not insert_before: + if insert_after in col_indexes: + # insert after an existing column + idx = col_indexes[insert_after] + 1 + if idx < len(index_cols): + insert_before = index_cols[idx] + else: + # insert after a column that is also new + insert_before = dict(self.add_col_ordering)[ + insert_after + ] + if insert_before: + if not insert_after: + if insert_before in col_indexes: + # insert before an existing column + idx = col_indexes[insert_before] - 1 + if idx >= 0: + insert_after = index_cols[idx] + else: + # insert before a column that is also new + insert_after = { + b: a for a, b in self.add_col_ordering + }[insert_before] + + if insert_before: + self.add_col_ordering += ((colname, insert_before),) + if insert_after: + self.add_col_ordering += ((insert_after, colname),) + + if ( + not self.partial_reordering + and not insert_before + and not insert_after + and col_indexes + ): + self.add_col_ordering += ((index_cols[-1], colname),) + + def add_column( + self, + table_name: str, + column: Column[Any], + insert_before: Optional[str] = None, + insert_after: Optional[str] = None, + **kw, + ) -> None: + self._setup_dependencies_for_add_column( + column.name, insert_before, insert_after + ) + # we copy the column because operations.add_column() + # gives us a Column that is part of a Table already. + self.columns[column.name] = _copy(column, schema=self.table.schema) + self.column_transfers[column.name] = {} + + def drop_column( + self, + table_name: str, + column: Union[ColumnClause[Any], Column[Any]], + **kw, + ) -> None: + if column.name in self.table.primary_key.columns: + _remove_column_from_collection( + self.table.primary_key.columns, column + ) + del self.columns[column.name] + del self.column_transfers[column.name] + self.existing_ordering.remove(column.name) + + # pop named constraints for Boolean/Enum for rename + if ( + "existing_type" in kw + and isinstance(kw["existing_type"], SchemaEventTarget) + and kw["existing_type"].name # type:ignore[attr-defined] + ): + self.named_constraints.pop( + kw["existing_type"].name, None # type:ignore[attr-defined] + ) + + def create_column_comment(self, column): + """the batch table creation function will issue create_column_comment + on the real "impl" as part of the create table process. + + That is, the Column object will have the comment on it already, + so when it is received by add_column() it will be a normal part of + the CREATE TABLE and doesn't need an extra step here. + + """ + + def create_table_comment(self, table): + """the batch table creation function will issue create_table_comment + on the real "impl" as part of the create table process. + + """ + + def drop_table_comment(self, table): + """the batch table creation function will issue drop_table_comment + on the real "impl" as part of the create table process. + + """ + + def add_constraint(self, const: Constraint) -> None: + if not constraint_name_defined(const.name): + raise ValueError("Constraint must have a name") + if isinstance(const, sql_schema.PrimaryKeyConstraint): + if self.table.primary_key in self.unnamed_constraints: + self.unnamed_constraints.remove(self.table.primary_key) + + if constraint_name_string(const.name): + self.named_constraints[const.name] = const + else: + self.unnamed_constraints.append(const) + + def drop_constraint(self, const: Constraint) -> None: + if not const.name: + raise ValueError("Constraint must have a name") + try: + if const.name in self.col_named_constraints: + col, const = self.col_named_constraints.pop(const.name) + + for col_const in list(self.columns[col.name].constraints): + if col_const.name == const.name: + self.columns[col.name].constraints.remove(col_const) + elif constraint_name_string(const.name): + const = self.named_constraints.pop(const.name) + elif const in self.unnamed_constraints: + self.unnamed_constraints.remove(const) + + except KeyError: + if _is_type_bound(const): + # type-bound constraints are only included in the new + # table via their type object in any case, so ignore the + # drop_constraint() that comes here via the + # Operations.implementation_for(alter_column) + return + raise ValueError("No such constraint: '%s'" % const.name) + else: + if isinstance(const, PrimaryKeyConstraint): + for col in const.columns: + self.columns[col.name].primary_key = False + + def create_index(self, idx: Index) -> None: + self.new_indexes[idx.name] = idx # type: ignore[index] + + def drop_index(self, idx: Index) -> None: + try: + del self.indexes[idx.name] # type: ignore[arg-type] + except KeyError: + raise ValueError("No such index: '%s'" % idx.name) + + def rename_table(self, *arg, **kw): + raise NotImplementedError("TODO") diff --git a/venv/lib/python3.8/site-packages/alembic/operations/ops.py b/venv/lib/python3.8/site-packages/alembic/operations/ops.py new file mode 100644 index 000000000..60b856a8f --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/operations/ops.py @@ -0,0 +1,2800 @@ +from __future__ import annotations + +from abc import abstractmethod +import re +from typing import Any +from typing import Callable +from typing import cast +from typing import Dict +from typing import FrozenSet +from typing import Iterator +from typing import List +from typing import MutableMapping +from typing import Optional +from typing import Sequence +from typing import Set +from typing import Tuple +from typing import Type +from typing import TYPE_CHECKING +from typing import TypeVar +from typing import Union + +from sqlalchemy.types import NULLTYPE + +from . import schemaobj +from .base import BatchOperations +from .base import Operations +from .. import util +from ..util import sqla_compat + +if TYPE_CHECKING: + from typing import Literal + + from sqlalchemy.sql import Executable + from sqlalchemy.sql.elements import ColumnElement + from sqlalchemy.sql.elements import conv + from sqlalchemy.sql.elements import quoted_name + from sqlalchemy.sql.elements import TextClause + from sqlalchemy.sql.functions import Function + from sqlalchemy.sql.schema import CheckConstraint + from sqlalchemy.sql.schema import Column + from sqlalchemy.sql.schema import Computed + from sqlalchemy.sql.schema import Constraint + from sqlalchemy.sql.schema import ForeignKeyConstraint + from sqlalchemy.sql.schema import Identity + from sqlalchemy.sql.schema import Index + from sqlalchemy.sql.schema import MetaData + from sqlalchemy.sql.schema import PrimaryKeyConstraint + from sqlalchemy.sql.schema import SchemaItem + from sqlalchemy.sql.schema import Table + from sqlalchemy.sql.schema import UniqueConstraint + from sqlalchemy.sql.selectable import TableClause + from sqlalchemy.sql.type_api import TypeEngine + + from ..autogenerate.rewriter import Rewriter + from ..runtime.migration import MigrationContext + from ..script.revision import _RevIdType + +_T = TypeVar("_T", bound=Any) +_AC = TypeVar("_AC", bound="AddConstraintOp") + + +class MigrateOperation: + """base class for migration command and organization objects. + + This system is part of the operation extensibility API. + + .. seealso:: + + :ref:`operation_objects` + + :ref:`operation_plugins` + + :ref:`customizing_revision` + + """ + + @util.memoized_property + def info(self) -> Dict[Any, Any]: + """A dictionary that may be used to store arbitrary information + along with this :class:`.MigrateOperation` object. + + """ + return {} + + _mutations: FrozenSet[Rewriter] = frozenset() + + def reverse(self) -> MigrateOperation: + raise NotImplementedError + + def to_diff_tuple(self) -> Tuple[Any, ...]: + raise NotImplementedError + + +class AddConstraintOp(MigrateOperation): + """Represent an add constraint operation.""" + + add_constraint_ops = util.Dispatcher() + + @property + def constraint_type(self) -> str: + raise NotImplementedError() + + @classmethod + def register_add_constraint( + cls, type_: str + ) -> Callable[[Type[_AC]], Type[_AC]]: + def go(klass: Type[_AC]) -> Type[_AC]: + cls.add_constraint_ops.dispatch_for(type_)(klass.from_constraint) + return klass + + return go + + @classmethod + def from_constraint(cls, constraint: Constraint) -> AddConstraintOp: + return cls.add_constraint_ops.dispatch(constraint.__visit_name__)( # type: ignore[no-any-return] # noqa: E501 + constraint + ) + + @abstractmethod + def to_constraint( + self, migration_context: Optional[MigrationContext] = None + ) -> Constraint: + pass + + def reverse(self) -> DropConstraintOp: + return DropConstraintOp.from_constraint(self.to_constraint()) + + def to_diff_tuple(self) -> Tuple[str, Constraint]: + return ("add_constraint", self.to_constraint()) + + +@Operations.register_operation("drop_constraint") +@BatchOperations.register_operation("drop_constraint", "batch_drop_constraint") +class DropConstraintOp(MigrateOperation): + """Represent a drop constraint operation.""" + + def __init__( + self, + constraint_name: Optional[sqla_compat._ConstraintNameDefined], + table_name: str, + type_: Optional[str] = None, + *, + schema: Optional[str] = None, + _reverse: Optional[AddConstraintOp] = None, + ) -> None: + self.constraint_name = constraint_name + self.table_name = table_name + self.constraint_type = type_ + self.schema = schema + self._reverse = _reverse + + def reverse(self) -> AddConstraintOp: + return AddConstraintOp.from_constraint(self.to_constraint()) + + def to_diff_tuple( + self, + ) -> Tuple[str, SchemaItem]: + if self.constraint_type == "foreignkey": + return ("remove_fk", self.to_constraint()) + else: + return ("remove_constraint", self.to_constraint()) + + @classmethod + def from_constraint(cls, constraint: Constraint) -> DropConstraintOp: + types = { + "unique_constraint": "unique", + "foreign_key_constraint": "foreignkey", + "primary_key_constraint": "primary", + "check_constraint": "check", + "column_check_constraint": "check", + "table_or_column_check_constraint": "check", + } + + constraint_table = sqla_compat._table_for_constraint(constraint) + return cls( + sqla_compat.constraint_name_or_none(constraint.name), + constraint_table.name, + schema=constraint_table.schema, + type_=types.get(constraint.__visit_name__), + _reverse=AddConstraintOp.from_constraint(constraint), + ) + + def to_constraint(self) -> Constraint: + if self._reverse is not None: + constraint = self._reverse.to_constraint() + constraint.name = self.constraint_name + constraint_table = sqla_compat._table_for_constraint(constraint) + constraint_table.name = self.table_name + constraint_table.schema = self.schema + + return constraint + else: + raise ValueError( + "constraint cannot be produced; " + "original constraint is not present" + ) + + @classmethod + def drop_constraint( + cls, + operations: Operations, + constraint_name: str, + table_name: str, + type_: Optional[str] = None, + *, + schema: Optional[str] = None, + ) -> None: + r"""Drop a constraint of the given name, typically via DROP CONSTRAINT. + + :param constraint_name: name of the constraint. + :param table_name: table name. + :param type\_: optional, required on MySQL. can be + 'foreignkey', 'primary', 'unique', or 'check'. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + + """ + + op = cls(constraint_name, table_name, type_=type_, schema=schema) + return operations.invoke(op) + + @classmethod + def batch_drop_constraint( + cls, + operations: BatchOperations, + constraint_name: str, + type_: Optional[str] = None, + ) -> None: + """Issue a "drop constraint" instruction using the + current batch migration context. + + The batch form of this call omits the ``table_name`` and ``schema`` + arguments from the call. + + .. seealso:: + + :meth:`.Operations.drop_constraint` + + """ + op = cls( + constraint_name, + operations.impl.table_name, + type_=type_, + schema=operations.impl.schema, + ) + return operations.invoke(op) + + +@Operations.register_operation("create_primary_key") +@BatchOperations.register_operation( + "create_primary_key", "batch_create_primary_key" +) +@AddConstraintOp.register_add_constraint("primary_key_constraint") +class CreatePrimaryKeyOp(AddConstraintOp): + """Represent a create primary key operation.""" + + constraint_type = "primarykey" + + def __init__( + self, + constraint_name: Optional[sqla_compat._ConstraintNameDefined], + table_name: str, + columns: Sequence[str], + *, + schema: Optional[str] = None, + **kw: Any, + ) -> None: + self.constraint_name = constraint_name + self.table_name = table_name + self.columns = columns + self.schema = schema + self.kw = kw + + @classmethod + def from_constraint(cls, constraint: Constraint) -> CreatePrimaryKeyOp: + constraint_table = sqla_compat._table_for_constraint(constraint) + pk_constraint = cast("PrimaryKeyConstraint", constraint) + return cls( + sqla_compat.constraint_name_or_none(pk_constraint.name), + constraint_table.name, + pk_constraint.columns.keys(), + schema=constraint_table.schema, + **pk_constraint.dialect_kwargs, + ) + + def to_constraint( + self, migration_context: Optional[MigrationContext] = None + ) -> PrimaryKeyConstraint: + schema_obj = schemaobj.SchemaObjects(migration_context) + + return schema_obj.primary_key_constraint( + self.constraint_name, + self.table_name, + self.columns, + schema=self.schema, + **self.kw, + ) + + @classmethod + def create_primary_key( + cls, + operations: Operations, + constraint_name: Optional[str], + table_name: str, + columns: List[str], + *, + schema: Optional[str] = None, + ) -> None: + """Issue a "create primary key" instruction using the current + migration context. + + e.g.:: + + from alembic import op + + op.create_primary_key("pk_my_table", "my_table", ["id", "version"]) + + This internally generates a :class:`~sqlalchemy.schema.Table` object + containing the necessary columns, then generates a new + :class:`~sqlalchemy.schema.PrimaryKeyConstraint` + object which it then associates with the + :class:`~sqlalchemy.schema.Table`. + Any event listeners associated with this action will be fired + off normally. The :class:`~sqlalchemy.schema.AddConstraint` + construct is ultimately used to generate the ALTER statement. + + :param constraint_name: Name of the primary key constraint. The name + is necessary so that an ALTER statement can be emitted. For setups + that use an automated naming scheme such as that described at + :ref:`sqla:constraint_naming_conventions` + ``name`` here can be ``None``, as the event listener will + apply the name to the constraint object when it is associated + with the table. + :param table_name: String name of the target table. + :param columns: a list of string column names to be applied to the + primary key constraint. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + + """ + op = cls(constraint_name, table_name, columns, schema=schema) + return operations.invoke(op) + + @classmethod + def batch_create_primary_key( + cls, + operations: BatchOperations, + constraint_name: Optional[str], + columns: List[str], + ) -> None: + """Issue a "create primary key" instruction using the + current batch migration context. + + The batch form of this call omits the ``table_name`` and ``schema`` + arguments from the call. + + .. seealso:: + + :meth:`.Operations.create_primary_key` + + """ + op = cls( + constraint_name, + operations.impl.table_name, + columns, + schema=operations.impl.schema, + ) + return operations.invoke(op) + + +@Operations.register_operation("create_unique_constraint") +@BatchOperations.register_operation( + "create_unique_constraint", "batch_create_unique_constraint" +) +@AddConstraintOp.register_add_constraint("unique_constraint") +class CreateUniqueConstraintOp(AddConstraintOp): + """Represent a create unique constraint operation.""" + + constraint_type = "unique" + + def __init__( + self, + constraint_name: Optional[sqla_compat._ConstraintNameDefined], + table_name: str, + columns: Sequence[str], + *, + schema: Optional[str] = None, + **kw: Any, + ) -> None: + self.constraint_name = constraint_name + self.table_name = table_name + self.columns = columns + self.schema = schema + self.kw = kw + + @classmethod + def from_constraint( + cls, constraint: Constraint + ) -> CreateUniqueConstraintOp: + constraint_table = sqla_compat._table_for_constraint(constraint) + + uq_constraint = cast("UniqueConstraint", constraint) + + kw: Dict[str, Any] = {} + if uq_constraint.deferrable: + kw["deferrable"] = uq_constraint.deferrable + if uq_constraint.initially: + kw["initially"] = uq_constraint.initially + kw.update(uq_constraint.dialect_kwargs) + return cls( + sqla_compat.constraint_name_or_none(uq_constraint.name), + constraint_table.name, + [c.name for c in uq_constraint.columns], + schema=constraint_table.schema, + **kw, + ) + + def to_constraint( + self, migration_context: Optional[MigrationContext] = None + ) -> UniqueConstraint: + schema_obj = schemaobj.SchemaObjects(migration_context) + return schema_obj.unique_constraint( + self.constraint_name, + self.table_name, + self.columns, + schema=self.schema, + **self.kw, + ) + + @classmethod + def create_unique_constraint( + cls, + operations: Operations, + constraint_name: Optional[str], + table_name: str, + columns: Sequence[str], + *, + schema: Optional[str] = None, + **kw: Any, + ) -> Any: + """Issue a "create unique constraint" instruction using the + current migration context. + + e.g.:: + + from alembic import op + op.create_unique_constraint("uq_user_name", "user", ["name"]) + + This internally generates a :class:`~sqlalchemy.schema.Table` object + containing the necessary columns, then generates a new + :class:`~sqlalchemy.schema.UniqueConstraint` + object which it then associates with the + :class:`~sqlalchemy.schema.Table`. + Any event listeners associated with this action will be fired + off normally. The :class:`~sqlalchemy.schema.AddConstraint` + construct is ultimately used to generate the ALTER statement. + + :param name: Name of the unique constraint. The name is necessary + so that an ALTER statement can be emitted. For setups that + use an automated naming scheme such as that described at + :ref:`sqla:constraint_naming_conventions`, + ``name`` here can be ``None``, as the event listener will + apply the name to the constraint object when it is associated + with the table. + :param table_name: String name of the source table. + :param columns: a list of string column names in the + source table. + :param deferrable: optional bool. If set, emit DEFERRABLE or + NOT DEFERRABLE when issuing DDL for this constraint. + :param initially: optional string. If set, emit INITIALLY + when issuing DDL for this constraint. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + + """ + + op = cls(constraint_name, table_name, columns, schema=schema, **kw) + return operations.invoke(op) + + @classmethod + def batch_create_unique_constraint( + cls, + operations: BatchOperations, + constraint_name: str, + columns: Sequence[str], + **kw: Any, + ) -> Any: + """Issue a "create unique constraint" instruction using the + current batch migration context. + + The batch form of this call omits the ``source`` and ``schema`` + arguments from the call. + + .. seealso:: + + :meth:`.Operations.create_unique_constraint` + + """ + kw["schema"] = operations.impl.schema + op = cls(constraint_name, operations.impl.table_name, columns, **kw) + return operations.invoke(op) + + +@Operations.register_operation("create_foreign_key") +@BatchOperations.register_operation( + "create_foreign_key", "batch_create_foreign_key" +) +@AddConstraintOp.register_add_constraint("foreign_key_constraint") +class CreateForeignKeyOp(AddConstraintOp): + """Represent a create foreign key constraint operation.""" + + constraint_type = "foreignkey" + + def __init__( + self, + constraint_name: Optional[sqla_compat._ConstraintNameDefined], + source_table: str, + referent_table: str, + local_cols: List[str], + remote_cols: List[str], + **kw: Any, + ) -> None: + self.constraint_name = constraint_name + self.source_table = source_table + self.referent_table = referent_table + self.local_cols = local_cols + self.remote_cols = remote_cols + self.kw = kw + + def to_diff_tuple(self) -> Tuple[str, ForeignKeyConstraint]: + return ("add_fk", self.to_constraint()) + + @classmethod + def from_constraint(cls, constraint: Constraint) -> CreateForeignKeyOp: + fk_constraint = cast("ForeignKeyConstraint", constraint) + kw: Dict[str, Any] = {} + if fk_constraint.onupdate: + kw["onupdate"] = fk_constraint.onupdate + if fk_constraint.ondelete: + kw["ondelete"] = fk_constraint.ondelete + if fk_constraint.initially: + kw["initially"] = fk_constraint.initially + if fk_constraint.deferrable: + kw["deferrable"] = fk_constraint.deferrable + if fk_constraint.use_alter: + kw["use_alter"] = fk_constraint.use_alter + if fk_constraint.match: + kw["match"] = fk_constraint.match + + ( + source_schema, + source_table, + source_columns, + target_schema, + target_table, + target_columns, + onupdate, + ondelete, + deferrable, + initially, + ) = sqla_compat._fk_spec(fk_constraint) + + kw["source_schema"] = source_schema + kw["referent_schema"] = target_schema + kw.update(fk_constraint.dialect_kwargs) + return cls( + sqla_compat.constraint_name_or_none(fk_constraint.name), + source_table, + target_table, + source_columns, + target_columns, + **kw, + ) + + def to_constraint( + self, migration_context: Optional[MigrationContext] = None + ) -> ForeignKeyConstraint: + schema_obj = schemaobj.SchemaObjects(migration_context) + return schema_obj.foreign_key_constraint( + self.constraint_name, + self.source_table, + self.referent_table, + self.local_cols, + self.remote_cols, + **self.kw, + ) + + @classmethod + def create_foreign_key( + cls, + operations: Operations, + constraint_name: Optional[str], + source_table: str, + referent_table: str, + local_cols: List[str], + remote_cols: List[str], + *, + onupdate: Optional[str] = None, + ondelete: Optional[str] = None, + deferrable: Optional[bool] = None, + initially: Optional[str] = None, + match: Optional[str] = None, + source_schema: Optional[str] = None, + referent_schema: Optional[str] = None, + **dialect_kw: Any, + ) -> None: + """Issue a "create foreign key" instruction using the + current migration context. + + e.g.:: + + from alembic import op + + op.create_foreign_key( + "fk_user_address", + "address", + "user", + ["user_id"], + ["id"], + ) + + This internally generates a :class:`~sqlalchemy.schema.Table` object + containing the necessary columns, then generates a new + :class:`~sqlalchemy.schema.ForeignKeyConstraint` + object which it then associates with the + :class:`~sqlalchemy.schema.Table`. + Any event listeners associated with this action will be fired + off normally. The :class:`~sqlalchemy.schema.AddConstraint` + construct is ultimately used to generate the ALTER statement. + + :param constraint_name: Name of the foreign key constraint. The name + is necessary so that an ALTER statement can be emitted. For setups + that use an automated naming scheme such as that described at + :ref:`sqla:constraint_naming_conventions`, + ``name`` here can be ``None``, as the event listener will + apply the name to the constraint object when it is associated + with the table. + :param source_table: String name of the source table. + :param referent_table: String name of the destination table. + :param local_cols: a list of string column names in the + source table. + :param remote_cols: a list of string column names in the + remote table. + :param onupdate: Optional string. If set, emit ON UPDATE when + issuing DDL for this constraint. Typical values include CASCADE, + DELETE and RESTRICT. + :param ondelete: Optional string. If set, emit ON DELETE when + issuing DDL for this constraint. Typical values include CASCADE, + DELETE and RESTRICT. + :param deferrable: optional bool. If set, emit DEFERRABLE or NOT + DEFERRABLE when issuing DDL for this constraint. + :param source_schema: Optional schema name of the source table. + :param referent_schema: Optional schema name of the destination table. + + """ + + op = cls( + constraint_name, + source_table, + referent_table, + local_cols, + remote_cols, + onupdate=onupdate, + ondelete=ondelete, + deferrable=deferrable, + source_schema=source_schema, + referent_schema=referent_schema, + initially=initially, + match=match, + **dialect_kw, + ) + return operations.invoke(op) + + @classmethod + def batch_create_foreign_key( + cls, + operations: BatchOperations, + constraint_name: Optional[str], + referent_table: str, + local_cols: List[str], + remote_cols: List[str], + *, + referent_schema: Optional[str] = None, + onupdate: Optional[str] = None, + ondelete: Optional[str] = None, + deferrable: Optional[bool] = None, + initially: Optional[str] = None, + match: Optional[str] = None, + **dialect_kw: Any, + ) -> None: + """Issue a "create foreign key" instruction using the + current batch migration context. + + The batch form of this call omits the ``source`` and ``source_schema`` + arguments from the call. + + e.g.:: + + with batch_alter_table("address") as batch_op: + batch_op.create_foreign_key( + "fk_user_address", + "user", + ["user_id"], + ["id"], + ) + + .. seealso:: + + :meth:`.Operations.create_foreign_key` + + """ + op = cls( + constraint_name, + operations.impl.table_name, + referent_table, + local_cols, + remote_cols, + onupdate=onupdate, + ondelete=ondelete, + deferrable=deferrable, + source_schema=operations.impl.schema, + referent_schema=referent_schema, + initially=initially, + match=match, + **dialect_kw, + ) + return operations.invoke(op) + + +@Operations.register_operation("create_check_constraint") +@BatchOperations.register_operation( + "create_check_constraint", "batch_create_check_constraint" +) +@AddConstraintOp.register_add_constraint("check_constraint") +@AddConstraintOp.register_add_constraint("table_or_column_check_constraint") +@AddConstraintOp.register_add_constraint("column_check_constraint") +class CreateCheckConstraintOp(AddConstraintOp): + """Represent a create check constraint operation.""" + + constraint_type = "check" + + def __init__( + self, + constraint_name: Optional[sqla_compat._ConstraintNameDefined], + table_name: str, + condition: Union[str, TextClause, ColumnElement[Any]], + *, + schema: Optional[str] = None, + **kw: Any, + ) -> None: + self.constraint_name = constraint_name + self.table_name = table_name + self.condition = condition + self.schema = schema + self.kw = kw + + @classmethod + def from_constraint( + cls, constraint: Constraint + ) -> CreateCheckConstraintOp: + constraint_table = sqla_compat._table_for_constraint(constraint) + + ck_constraint = cast("CheckConstraint", constraint) + return cls( + sqla_compat.constraint_name_or_none(ck_constraint.name), + constraint_table.name, + cast("ColumnElement[Any]", ck_constraint.sqltext), + schema=constraint_table.schema, + **ck_constraint.dialect_kwargs, + ) + + def to_constraint( + self, migration_context: Optional[MigrationContext] = None + ) -> CheckConstraint: + schema_obj = schemaobj.SchemaObjects(migration_context) + return schema_obj.check_constraint( + self.constraint_name, + self.table_name, + self.condition, + schema=self.schema, + **self.kw, + ) + + @classmethod + def create_check_constraint( + cls, + operations: Operations, + constraint_name: Optional[str], + table_name: str, + condition: Union[str, ColumnElement[bool], TextClause], + *, + schema: Optional[str] = None, + **kw: Any, + ) -> None: + """Issue a "create check constraint" instruction using the + current migration context. + + e.g.:: + + from alembic import op + from sqlalchemy.sql import column, func + + op.create_check_constraint( + "ck_user_name_len", + "user", + func.len(column("name")) > 5, + ) + + CHECK constraints are usually against a SQL expression, so ad-hoc + table metadata is usually needed. The function will convert the given + arguments into a :class:`sqlalchemy.schema.CheckConstraint` bound + to an anonymous table in order to emit the CREATE statement. + + :param name: Name of the check constraint. The name is necessary + so that an ALTER statement can be emitted. For setups that + use an automated naming scheme such as that described at + :ref:`sqla:constraint_naming_conventions`, + ``name`` here can be ``None``, as the event listener will + apply the name to the constraint object when it is associated + with the table. + :param table_name: String name of the source table. + :param condition: SQL expression that's the condition of the + constraint. Can be a string or SQLAlchemy expression language + structure. + :param deferrable: optional bool. If set, emit DEFERRABLE or + NOT DEFERRABLE when issuing DDL for this constraint. + :param initially: optional string. If set, emit INITIALLY + when issuing DDL for this constraint. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + + """ + op = cls(constraint_name, table_name, condition, schema=schema, **kw) + return operations.invoke(op) + + @classmethod + def batch_create_check_constraint( + cls, + operations: BatchOperations, + constraint_name: str, + condition: Union[str, ColumnElement[bool], TextClause], + **kw: Any, + ) -> None: + """Issue a "create check constraint" instruction using the + current batch migration context. + + The batch form of this call omits the ``source`` and ``schema`` + arguments from the call. + + .. seealso:: + + :meth:`.Operations.create_check_constraint` + + """ + op = cls( + constraint_name, + operations.impl.table_name, + condition, + schema=operations.impl.schema, + **kw, + ) + return operations.invoke(op) + + +@Operations.register_operation("create_index") +@BatchOperations.register_operation("create_index", "batch_create_index") +class CreateIndexOp(MigrateOperation): + """Represent a create index operation.""" + + def __init__( + self, + index_name: Optional[str], + table_name: str, + columns: Sequence[Union[str, TextClause, ColumnElement[Any]]], + *, + schema: Optional[str] = None, + unique: bool = False, + if_not_exists: Optional[bool] = None, + **kw: Any, + ) -> None: + self.index_name = index_name + self.table_name = table_name + self.columns = columns + self.schema = schema + self.unique = unique + self.if_not_exists = if_not_exists + self.kw = kw + + def reverse(self) -> DropIndexOp: + return DropIndexOp.from_index(self.to_index()) + + def to_diff_tuple(self) -> Tuple[str, Index]: + return ("add_index", self.to_index()) + + @classmethod + def from_index(cls, index: Index) -> CreateIndexOp: + assert index.table is not None + return cls( + index.name, + index.table.name, + index.expressions, + schema=index.table.schema, + unique=index.unique, + **index.kwargs, + ) + + def to_index( + self, migration_context: Optional[MigrationContext] = None + ) -> Index: + schema_obj = schemaobj.SchemaObjects(migration_context) + + idx = schema_obj.index( + self.index_name, + self.table_name, + self.columns, + schema=self.schema, + unique=self.unique, + **self.kw, + ) + return idx + + @classmethod + def create_index( + cls, + operations: Operations, + index_name: Optional[str], + table_name: str, + columns: Sequence[Union[str, TextClause, Function[Any]]], + *, + schema: Optional[str] = None, + unique: bool = False, + if_not_exists: Optional[bool] = None, + **kw: Any, + ) -> None: + r"""Issue a "create index" instruction using the current + migration context. + + e.g.:: + + from alembic import op + + op.create_index("ik_test", "t1", ["foo", "bar"]) + + Functional indexes can be produced by using the + :func:`sqlalchemy.sql.expression.text` construct:: + + from alembic import op + from sqlalchemy import text + + op.create_index("ik_test", "t1", [text("lower(foo)")]) + + :param index_name: name of the index. + :param table_name: name of the owning table. + :param columns: a list consisting of string column names and/or + :func:`~sqlalchemy.sql.expression.text` constructs. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + :param unique: If True, create a unique index. + + :param quote: Force quoting of this column's name on or off, + corresponding to ``True`` or ``False``. When left at its default + of ``None``, the column identifier will be quoted according to + whether the name is case sensitive (identifiers with at least one + upper case character are treated as case sensitive), or if it's a + reserved word. This flag is only needed to force quoting of a + reserved word which is not known by the SQLAlchemy dialect. + + :param if_not_exists: If True, adds IF NOT EXISTS operator when + creating the new index. + + .. versionadded:: 1.12.0 + + :param \**kw: Additional keyword arguments not mentioned above are + dialect specific, and passed in the form + ``_``. + See the documentation regarding an individual dialect at + :ref:`dialect_toplevel` for detail on documented arguments. + + """ + op = cls( + index_name, + table_name, + columns, + schema=schema, + unique=unique, + if_not_exists=if_not_exists, + **kw, + ) + return operations.invoke(op) + + @classmethod + def batch_create_index( + cls, + operations: BatchOperations, + index_name: str, + columns: List[str], + **kw: Any, + ) -> None: + """Issue a "create index" instruction using the + current batch migration context. + + .. seealso:: + + :meth:`.Operations.create_index` + + """ + + op = cls( + index_name, + operations.impl.table_name, + columns, + schema=operations.impl.schema, + **kw, + ) + return operations.invoke(op) + + +@Operations.register_operation("drop_index") +@BatchOperations.register_operation("drop_index", "batch_drop_index") +class DropIndexOp(MigrateOperation): + """Represent a drop index operation.""" + + def __init__( + self, + index_name: Union[quoted_name, str, conv], + table_name: Optional[str] = None, + *, + schema: Optional[str] = None, + if_exists: Optional[bool] = None, + _reverse: Optional[CreateIndexOp] = None, + **kw: Any, + ) -> None: + self.index_name = index_name + self.table_name = table_name + self.schema = schema + self.if_exists = if_exists + self._reverse = _reverse + self.kw = kw + + def to_diff_tuple(self) -> Tuple[str, Index]: + return ("remove_index", self.to_index()) + + def reverse(self) -> CreateIndexOp: + return CreateIndexOp.from_index(self.to_index()) + + @classmethod + def from_index(cls, index: Index) -> DropIndexOp: + assert index.table is not None + return cls( + index.name, # type: ignore[arg-type] + table_name=index.table.name, + schema=index.table.schema, + _reverse=CreateIndexOp.from_index(index), + unique=index.unique, + **index.kwargs, + ) + + def to_index( + self, migration_context: Optional[MigrationContext] = None + ) -> Index: + schema_obj = schemaobj.SchemaObjects(migration_context) + + # need a dummy column name here since SQLAlchemy + # 0.7.6 and further raises on Index with no columns + return schema_obj.index( + self.index_name, + self.table_name, + self._reverse.columns if self._reverse else ["x"], + schema=self.schema, + **self.kw, + ) + + @classmethod + def drop_index( + cls, + operations: Operations, + index_name: str, + table_name: Optional[str] = None, + *, + schema: Optional[str] = None, + if_exists: Optional[bool] = None, + **kw: Any, + ) -> None: + r"""Issue a "drop index" instruction using the current + migration context. + + e.g.:: + + drop_index("accounts") + + :param index_name: name of the index. + :param table_name: name of the owning table. Some + backends such as Microsoft SQL Server require this. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + + :param if_exists: If True, adds IF EXISTS operator when + dropping the index. + + .. versionadded:: 1.12.0 + + :param \**kw: Additional keyword arguments not mentioned above are + dialect specific, and passed in the form + ``_``. + See the documentation regarding an individual dialect at + :ref:`dialect_toplevel` for detail on documented arguments. + + """ + op = cls( + index_name, + table_name=table_name, + schema=schema, + if_exists=if_exists, + **kw, + ) + return operations.invoke(op) + + @classmethod + def batch_drop_index( + cls, operations: BatchOperations, index_name: str, **kw: Any + ) -> None: + """Issue a "drop index" instruction using the + current batch migration context. + + .. seealso:: + + :meth:`.Operations.drop_index` + + """ + + op = cls( + index_name, + table_name=operations.impl.table_name, + schema=operations.impl.schema, + **kw, + ) + return operations.invoke(op) + + +@Operations.register_operation("create_table") +class CreateTableOp(MigrateOperation): + """Represent a create table operation.""" + + def __init__( + self, + table_name: str, + columns: Sequence[SchemaItem], + *, + schema: Optional[str] = None, + if_not_exists: Optional[bool] = None, + _namespace_metadata: Optional[MetaData] = None, + _constraints_included: bool = False, + **kw: Any, + ) -> None: + self.table_name = table_name + self.columns = columns + self.schema = schema + self.if_not_exists = if_not_exists + self.info = kw.pop("info", {}) + self.comment = kw.pop("comment", None) + self.prefixes = kw.pop("prefixes", None) + self.kw = kw + self._namespace_metadata = _namespace_metadata + self._constraints_included = _constraints_included + + def reverse(self) -> DropTableOp: + return DropTableOp.from_table( + self.to_table(), _namespace_metadata=self._namespace_metadata + ) + + def to_diff_tuple(self) -> Tuple[str, Table]: + return ("add_table", self.to_table()) + + @classmethod + def from_table( + cls, table: Table, *, _namespace_metadata: Optional[MetaData] = None + ) -> CreateTableOp: + if _namespace_metadata is None: + _namespace_metadata = table.metadata + + return cls( + table.name, + list(table.c) + list(table.constraints), + schema=table.schema, + _namespace_metadata=_namespace_metadata, + # given a Table() object, this Table will contain full Index() + # and UniqueConstraint objects already constructed in response to + # each unique=True / index=True flag on a Column. Carry this + # state along so that when we re-convert back into a Table, we + # skip unique=True/index=True so that these constraints are + # not doubled up. see #844 #848 + _constraints_included=True, + comment=table.comment, + info=dict(table.info), + prefixes=list(table._prefixes), + **table.kwargs, + ) + + def to_table( + self, migration_context: Optional[MigrationContext] = None + ) -> Table: + schema_obj = schemaobj.SchemaObjects(migration_context) + + return schema_obj.table( + self.table_name, + *self.columns, + schema=self.schema, + prefixes=list(self.prefixes) if self.prefixes else [], + comment=self.comment, + info=self.info.copy() if self.info else {}, + _constraints_included=self._constraints_included, + **self.kw, + ) + + @classmethod + def create_table( + cls, + operations: Operations, + table_name: str, + *columns: SchemaItem, + if_not_exists: Optional[bool] = None, + **kw: Any, + ) -> Table: + r"""Issue a "create table" instruction using the current migration + context. + + This directive receives an argument list similar to that of the + traditional :class:`sqlalchemy.schema.Table` construct, but without the + metadata:: + + from sqlalchemy import INTEGER, VARCHAR, NVARCHAR, Column + from alembic import op + + op.create_table( + "account", + Column("id", INTEGER, primary_key=True), + Column("name", VARCHAR(50), nullable=False), + Column("description", NVARCHAR(200)), + Column("timestamp", TIMESTAMP, server_default=func.now()), + ) + + Note that :meth:`.create_table` accepts + :class:`~sqlalchemy.schema.Column` + constructs directly from the SQLAlchemy library. In particular, + default values to be created on the database side are + specified using the ``server_default`` parameter, and not + ``default`` which only specifies Python-side defaults:: + + from alembic import op + from sqlalchemy import Column, TIMESTAMP, func + + # specify "DEFAULT NOW" along with the "timestamp" column + op.create_table( + "account", + Column("id", INTEGER, primary_key=True), + Column("timestamp", TIMESTAMP, server_default=func.now()), + ) + + The function also returns a newly created + :class:`~sqlalchemy.schema.Table` object, corresponding to the table + specification given, which is suitable for + immediate SQL operations, in particular + :meth:`.Operations.bulk_insert`:: + + from sqlalchemy import INTEGER, VARCHAR, NVARCHAR, Column + from alembic import op + + account_table = op.create_table( + "account", + Column("id", INTEGER, primary_key=True), + Column("name", VARCHAR(50), nullable=False), + Column("description", NVARCHAR(200)), + Column("timestamp", TIMESTAMP, server_default=func.now()), + ) + + op.bulk_insert( + account_table, + [ + {"name": "A1", "description": "account 1"}, + {"name": "A2", "description": "account 2"}, + ], + ) + + :param table_name: Name of the table + :param \*columns: collection of :class:`~sqlalchemy.schema.Column` + objects within + the table, as well as optional :class:`~sqlalchemy.schema.Constraint` + objects + and :class:`~.sqlalchemy.schema.Index` objects. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + :param if_not_exists: If True, adds IF NOT EXISTS operator when + creating the new table. + + .. versionadded:: 1.13.3 + :param \**kw: Other keyword arguments are passed to the underlying + :class:`sqlalchemy.schema.Table` object created for the command. + + :return: the :class:`~sqlalchemy.schema.Table` object corresponding + to the parameters given. + + """ + op = cls(table_name, columns, if_not_exists=if_not_exists, **kw) + return operations.invoke(op) + + +@Operations.register_operation("drop_table") +class DropTableOp(MigrateOperation): + """Represent a drop table operation.""" + + def __init__( + self, + table_name: str, + *, + schema: Optional[str] = None, + if_exists: Optional[bool] = None, + table_kw: Optional[MutableMapping[Any, Any]] = None, + _reverse: Optional[CreateTableOp] = None, + ) -> None: + self.table_name = table_name + self.schema = schema + self.if_exists = if_exists + self.table_kw = table_kw or {} + self.comment = self.table_kw.pop("comment", None) + self.info = self.table_kw.pop("info", None) + self.prefixes = self.table_kw.pop("prefixes", None) + self._reverse = _reverse + + def to_diff_tuple(self) -> Tuple[str, Table]: + return ("remove_table", self.to_table()) + + def reverse(self) -> CreateTableOp: + return CreateTableOp.from_table(self.to_table()) + + @classmethod + def from_table( + cls, table: Table, *, _namespace_metadata: Optional[MetaData] = None + ) -> DropTableOp: + return cls( + table.name, + schema=table.schema, + table_kw={ + "comment": table.comment, + "info": dict(table.info), + "prefixes": list(table._prefixes), + **table.kwargs, + }, + _reverse=CreateTableOp.from_table( + table, _namespace_metadata=_namespace_metadata + ), + ) + + def to_table( + self, migration_context: Optional[MigrationContext] = None + ) -> Table: + if self._reverse: + cols_and_constraints = self._reverse.columns + else: + cols_and_constraints = [] + + schema_obj = schemaobj.SchemaObjects(migration_context) + t = schema_obj.table( + self.table_name, + *cols_and_constraints, + comment=self.comment, + info=self.info.copy() if self.info else {}, + prefixes=list(self.prefixes) if self.prefixes else [], + schema=self.schema, + _constraints_included=( + self._reverse._constraints_included if self._reverse else False + ), + **self.table_kw, + ) + return t + + @classmethod + def drop_table( + cls, + operations: Operations, + table_name: str, + *, + schema: Optional[str] = None, + if_exists: Optional[bool] = None, + **kw: Any, + ) -> None: + r"""Issue a "drop table" instruction using the current + migration context. + + + e.g.:: + + drop_table("accounts") + + :param table_name: Name of the table + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + :param if_exists: If True, adds IF EXISTS operator when + dropping the table. + + .. versionadded:: 1.13.3 + :param \**kw: Other keyword arguments are passed to the underlying + :class:`sqlalchemy.schema.Table` object created for the command. + + """ + op = cls(table_name, schema=schema, if_exists=if_exists, table_kw=kw) + operations.invoke(op) + + +class AlterTableOp(MigrateOperation): + """Represent an alter table operation.""" + + def __init__( + self, + table_name: str, + *, + schema: Optional[str] = None, + ) -> None: + self.table_name = table_name + self.schema = schema + + +@Operations.register_operation("rename_table") +class RenameTableOp(AlterTableOp): + """Represent a rename table operation.""" + + def __init__( + self, + old_table_name: str, + new_table_name: str, + *, + schema: Optional[str] = None, + ) -> None: + super().__init__(old_table_name, schema=schema) + self.new_table_name = new_table_name + + @classmethod + def rename_table( + cls, + operations: Operations, + old_table_name: str, + new_table_name: str, + *, + schema: Optional[str] = None, + ) -> None: + """Emit an ALTER TABLE to rename a table. + + :param old_table_name: old name. + :param new_table_name: new name. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + + """ + op = cls(old_table_name, new_table_name, schema=schema) + return operations.invoke(op) + + +@Operations.register_operation("create_table_comment") +@BatchOperations.register_operation( + "create_table_comment", "batch_create_table_comment" +) +class CreateTableCommentOp(AlterTableOp): + """Represent a COMMENT ON `table` operation.""" + + def __init__( + self, + table_name: str, + comment: Optional[str], + *, + schema: Optional[str] = None, + existing_comment: Optional[str] = None, + ) -> None: + self.table_name = table_name + self.comment = comment + self.existing_comment = existing_comment + self.schema = schema + + @classmethod + def create_table_comment( + cls, + operations: Operations, + table_name: str, + comment: Optional[str], + *, + existing_comment: Optional[str] = None, + schema: Optional[str] = None, + ) -> None: + """Emit a COMMENT ON operation to set the comment for a table. + + :param table_name: string name of the target table. + :param comment: string value of the comment being registered against + the specified table. + :param existing_comment: String value of a comment + already registered on the specified table, used within autogenerate + so that the operation is reversible, but not required for direct + use. + + .. seealso:: + + :meth:`.Operations.drop_table_comment` + + :paramref:`.Operations.alter_column.comment` + + """ + + op = cls( + table_name, + comment, + existing_comment=existing_comment, + schema=schema, + ) + return operations.invoke(op) + + @classmethod + def batch_create_table_comment( + cls, + operations: BatchOperations, + comment: Optional[str], + *, + existing_comment: Optional[str] = None, + ) -> None: + """Emit a COMMENT ON operation to set the comment for a table + using the current batch migration context. + + :param comment: string value of the comment being registered against + the specified table. + :param existing_comment: String value of a comment + already registered on the specified table, used within autogenerate + so that the operation is reversible, but not required for direct + use. + + """ + + op = cls( + operations.impl.table_name, + comment, + existing_comment=existing_comment, + schema=operations.impl.schema, + ) + return operations.invoke(op) + + def reverse(self) -> Union[CreateTableCommentOp, DropTableCommentOp]: + """Reverses the COMMENT ON operation against a table.""" + if self.existing_comment is None: + return DropTableCommentOp( + self.table_name, + existing_comment=self.comment, + schema=self.schema, + ) + else: + return CreateTableCommentOp( + self.table_name, + self.existing_comment, + existing_comment=self.comment, + schema=self.schema, + ) + + def to_table( + self, migration_context: Optional[MigrationContext] = None + ) -> Table: + schema_obj = schemaobj.SchemaObjects(migration_context) + + return schema_obj.table( + self.table_name, schema=self.schema, comment=self.comment + ) + + def to_diff_tuple(self) -> Tuple[Any, ...]: + return ("add_table_comment", self.to_table(), self.existing_comment) + + +@Operations.register_operation("drop_table_comment") +@BatchOperations.register_operation( + "drop_table_comment", "batch_drop_table_comment" +) +class DropTableCommentOp(AlterTableOp): + """Represent an operation to remove the comment from a table.""" + + def __init__( + self, + table_name: str, + *, + schema: Optional[str] = None, + existing_comment: Optional[str] = None, + ) -> None: + self.table_name = table_name + self.existing_comment = existing_comment + self.schema = schema + + @classmethod + def drop_table_comment( + cls, + operations: Operations, + table_name: str, + *, + existing_comment: Optional[str] = None, + schema: Optional[str] = None, + ) -> None: + """Issue a "drop table comment" operation to + remove an existing comment set on a table. + + :param table_name: string name of the target table. + :param existing_comment: An optional string value of a comment already + registered on the specified table. + + .. seealso:: + + :meth:`.Operations.create_table_comment` + + :paramref:`.Operations.alter_column.comment` + + """ + + op = cls(table_name, existing_comment=existing_comment, schema=schema) + return operations.invoke(op) + + @classmethod + def batch_drop_table_comment( + cls, + operations: BatchOperations, + *, + existing_comment: Optional[str] = None, + ) -> None: + """Issue a "drop table comment" operation to + remove an existing comment set on a table using the current + batch operations context. + + :param existing_comment: An optional string value of a comment already + registered on the specified table. + + """ + + op = cls( + operations.impl.table_name, + existing_comment=existing_comment, + schema=operations.impl.schema, + ) + return operations.invoke(op) + + def reverse(self) -> CreateTableCommentOp: + """Reverses the COMMENT ON operation against a table.""" + return CreateTableCommentOp( + self.table_name, self.existing_comment, schema=self.schema + ) + + def to_table( + self, migration_context: Optional[MigrationContext] = None + ) -> Table: + schema_obj = schemaobj.SchemaObjects(migration_context) + + return schema_obj.table(self.table_name, schema=self.schema) + + def to_diff_tuple(self) -> Tuple[Any, ...]: + return ("remove_table_comment", self.to_table()) + + +@Operations.register_operation("alter_column") +@BatchOperations.register_operation("alter_column", "batch_alter_column") +class AlterColumnOp(AlterTableOp): + """Represent an alter column operation.""" + + def __init__( + self, + table_name: str, + column_name: str, + *, + schema: Optional[str] = None, + existing_type: Optional[Any] = None, + existing_server_default: Any = False, + existing_nullable: Optional[bool] = None, + existing_comment: Optional[str] = None, + modify_nullable: Optional[bool] = None, + modify_comment: Optional[Union[str, Literal[False]]] = False, + modify_server_default: Any = False, + modify_name: Optional[str] = None, + modify_type: Optional[Any] = None, + **kw: Any, + ) -> None: + super().__init__(table_name, schema=schema) + self.column_name = column_name + self.existing_type = existing_type + self.existing_server_default = existing_server_default + self.existing_nullable = existing_nullable + self.existing_comment = existing_comment + self.modify_nullable = modify_nullable + self.modify_comment = modify_comment + self.modify_server_default = modify_server_default + self.modify_name = modify_name + self.modify_type = modify_type + self.kw = kw + + def to_diff_tuple(self) -> Any: + col_diff = [] + schema, tname, cname = self.schema, self.table_name, self.column_name + + if self.modify_type is not None: + col_diff.append( + ( + "modify_type", + schema, + tname, + cname, + { + "existing_nullable": self.existing_nullable, + "existing_server_default": ( + self.existing_server_default + ), + "existing_comment": self.existing_comment, + }, + self.existing_type, + self.modify_type, + ) + ) + + if self.modify_nullable is not None: + col_diff.append( + ( + "modify_nullable", + schema, + tname, + cname, + { + "existing_type": self.existing_type, + "existing_server_default": ( + self.existing_server_default + ), + "existing_comment": self.existing_comment, + }, + self.existing_nullable, + self.modify_nullable, + ) + ) + + if self.modify_server_default is not False: + col_diff.append( + ( + "modify_default", + schema, + tname, + cname, + { + "existing_nullable": self.existing_nullable, + "existing_type": self.existing_type, + "existing_comment": self.existing_comment, + }, + self.existing_server_default, + self.modify_server_default, + ) + ) + + if self.modify_comment is not False: + col_diff.append( + ( + "modify_comment", + schema, + tname, + cname, + { + "existing_nullable": self.existing_nullable, + "existing_type": self.existing_type, + "existing_server_default": ( + self.existing_server_default + ), + }, + self.existing_comment, + self.modify_comment, + ) + ) + + return col_diff + + def has_changes(self) -> bool: + hc1 = ( + self.modify_nullable is not None + or self.modify_server_default is not False + or self.modify_type is not None + or self.modify_comment is not False + ) + if hc1: + return True + for kw in self.kw: + if kw.startswith("modify_"): + return True + else: + return False + + def reverse(self) -> AlterColumnOp: + kw = self.kw.copy() + kw["existing_type"] = self.existing_type + kw["existing_nullable"] = self.existing_nullable + kw["existing_server_default"] = self.existing_server_default + kw["existing_comment"] = self.existing_comment + if self.modify_type is not None: + kw["modify_type"] = self.modify_type + if self.modify_nullable is not None: + kw["modify_nullable"] = self.modify_nullable + if self.modify_server_default is not False: + kw["modify_server_default"] = self.modify_server_default + if self.modify_comment is not False: + kw["modify_comment"] = self.modify_comment + + # TODO: make this a little simpler + all_keys = { + m.group(1) + for m in [re.match(r"^(?:existing_|modify_)(.+)$", k) for k in kw] + if m + } + + for k in all_keys: + if "modify_%s" % k in kw: + swap = kw["existing_%s" % k] + kw["existing_%s" % k] = kw["modify_%s" % k] + kw["modify_%s" % k] = swap + + return self.__class__( + self.table_name, self.column_name, schema=self.schema, **kw + ) + + @classmethod + def alter_column( + cls, + operations: Operations, + table_name: str, + column_name: str, + *, + nullable: Optional[bool] = None, + comment: Optional[Union[str, Literal[False]]] = False, + server_default: Any = False, + new_column_name: Optional[str] = None, + type_: Optional[Union[TypeEngine[Any], Type[TypeEngine[Any]]]] = None, + existing_type: Optional[ + Union[TypeEngine[Any], Type[TypeEngine[Any]]] + ] = None, + existing_server_default: Optional[ + Union[str, bool, Identity, Computed] + ] = False, + existing_nullable: Optional[bool] = None, + existing_comment: Optional[str] = None, + schema: Optional[str] = None, + **kw: Any, + ) -> None: + r"""Issue an "alter column" instruction using the + current migration context. + + Generally, only that aspect of the column which + is being changed, i.e. name, type, nullability, + default, needs to be specified. Multiple changes + can also be specified at once and the backend should + "do the right thing", emitting each change either + separately or together as the backend allows. + + MySQL has special requirements here, since MySQL + cannot ALTER a column without a full specification. + When producing MySQL-compatible migration files, + it is recommended that the ``existing_type``, + ``existing_server_default``, and ``existing_nullable`` + parameters be present, if not being altered. + + Type changes which are against the SQLAlchemy + "schema" types :class:`~sqlalchemy.types.Boolean` + and :class:`~sqlalchemy.types.Enum` may also + add or drop constraints which accompany those + types on backends that don't support them natively. + The ``existing_type`` argument is + used in this case to identify and remove a previous + constraint that was bound to the type object. + + :param table_name: string name of the target table. + :param column_name: string name of the target column, + as it exists before the operation begins. + :param nullable: Optional; specify ``True`` or ``False`` + to alter the column's nullability. + :param server_default: Optional; specify a string + SQL expression, :func:`~sqlalchemy.sql.expression.text`, + or :class:`~sqlalchemy.schema.DefaultClause` to indicate + an alteration to the column's default value. + Set to ``None`` to have the default removed. + :param comment: optional string text of a new comment to add to the + column. + :param new_column_name: Optional; specify a string name here to + indicate the new name within a column rename operation. + :param type\_: Optional; a :class:`~sqlalchemy.types.TypeEngine` + type object to specify a change to the column's type. + For SQLAlchemy types that also indicate a constraint (i.e. + :class:`~sqlalchemy.types.Boolean`, :class:`~sqlalchemy.types.Enum`), + the constraint is also generated. + :param autoincrement: set the ``AUTO_INCREMENT`` flag of the column; + currently understood by the MySQL dialect. + :param existing_type: Optional; a + :class:`~sqlalchemy.types.TypeEngine` + type object to specify the previous type. This + is required for all MySQL column alter operations that + don't otherwise specify a new type, as well as for + when nullability is being changed on a SQL Server + column. It is also used if the type is a so-called + SQLAlchemy "schema" type which may define a constraint (i.e. + :class:`~sqlalchemy.types.Boolean`, + :class:`~sqlalchemy.types.Enum`), + so that the constraint can be dropped. + :param existing_server_default: Optional; The existing + default value of the column. Required on MySQL if + an existing default is not being changed; else MySQL + removes the default. + :param existing_nullable: Optional; the existing nullability + of the column. Required on MySQL if the existing nullability + is not being changed; else MySQL sets this to NULL. + :param existing_autoincrement: Optional; the existing autoincrement + of the column. Used for MySQL's system of altering a column + that specifies ``AUTO_INCREMENT``. + :param existing_comment: string text of the existing comment on the + column to be maintained. Required on MySQL if the existing comment + on the column is not being changed. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + :param postgresql_using: String argument which will indicate a + SQL expression to render within the Postgresql-specific USING clause + within ALTER COLUMN. This string is taken directly as raw SQL which + must explicitly include any necessary quoting or escaping of tokens + within the expression. + + """ + + alt = cls( + table_name, + column_name, + schema=schema, + existing_type=existing_type, + existing_server_default=existing_server_default, + existing_nullable=existing_nullable, + existing_comment=existing_comment, + modify_name=new_column_name, + modify_type=type_, + modify_server_default=server_default, + modify_nullable=nullable, + modify_comment=comment, + **kw, + ) + + return operations.invoke(alt) + + @classmethod + def batch_alter_column( + cls, + operations: BatchOperations, + column_name: str, + *, + nullable: Optional[bool] = None, + comment: Optional[Union[str, Literal[False]]] = False, + server_default: Any = False, + new_column_name: Optional[str] = None, + type_: Optional[Union[TypeEngine[Any], Type[TypeEngine[Any]]]] = None, + existing_type: Optional[ + Union[TypeEngine[Any], Type[TypeEngine[Any]]] + ] = None, + existing_server_default: Optional[ + Union[str, bool, Identity, Computed] + ] = False, + existing_nullable: Optional[bool] = None, + existing_comment: Optional[str] = None, + insert_before: Optional[str] = None, + insert_after: Optional[str] = None, + **kw: Any, + ) -> None: + """Issue an "alter column" instruction using the current + batch migration context. + + Parameters are the same as that of :meth:`.Operations.alter_column`, + as well as the following option(s): + + :param insert_before: String name of an existing column which this + column should be placed before, when creating the new table. + + :param insert_after: String name of an existing column which this + column should be placed after, when creating the new table. If + both :paramref:`.BatchOperations.alter_column.insert_before` + and :paramref:`.BatchOperations.alter_column.insert_after` are + omitted, the column is inserted after the last existing column + in the table. + + .. seealso:: + + :meth:`.Operations.alter_column` + + + """ + alt = cls( + operations.impl.table_name, + column_name, + schema=operations.impl.schema, + existing_type=existing_type, + existing_server_default=existing_server_default, + existing_nullable=existing_nullable, + existing_comment=existing_comment, + modify_name=new_column_name, + modify_type=type_, + modify_server_default=server_default, + modify_nullable=nullable, + modify_comment=comment, + insert_before=insert_before, + insert_after=insert_after, + **kw, + ) + + return operations.invoke(alt) + + +@Operations.register_operation("add_column") +@BatchOperations.register_operation("add_column", "batch_add_column") +class AddColumnOp(AlterTableOp): + """Represent an add column operation.""" + + def __init__( + self, + table_name: str, + column: Column[Any], + *, + schema: Optional[str] = None, + **kw: Any, + ) -> None: + super().__init__(table_name, schema=schema) + self.column = column + self.kw = kw + + def reverse(self) -> DropColumnOp: + return DropColumnOp.from_column_and_tablename( + self.schema, self.table_name, self.column + ) + + def to_diff_tuple( + self, + ) -> Tuple[str, Optional[str], str, Column[Any]]: + return ("add_column", self.schema, self.table_name, self.column) + + def to_column(self) -> Column[Any]: + return self.column + + @classmethod + def from_column(cls, col: Column[Any]) -> AddColumnOp: + return cls(col.table.name, col, schema=col.table.schema) + + @classmethod + def from_column_and_tablename( + cls, + schema: Optional[str], + tname: str, + col: Column[Any], + ) -> AddColumnOp: + return cls(tname, col, schema=schema) + + @classmethod + def add_column( + cls, + operations: Operations, + table_name: str, + column: Column[Any], + *, + schema: Optional[str] = None, + ) -> None: + """Issue an "add column" instruction using the current + migration context. + + e.g.:: + + from alembic import op + from sqlalchemy import Column, String + + op.add_column("organization", Column("name", String())) + + The :meth:`.Operations.add_column` method typically corresponds + to the SQL command "ALTER TABLE... ADD COLUMN". Within the scope + of this command, the column's name, datatype, nullability, + and optional server-generated defaults may be indicated. + + .. note:: + + With the exception of NOT NULL constraints or single-column FOREIGN + KEY constraints, other kinds of constraints such as PRIMARY KEY, + UNIQUE or CHECK constraints **cannot** be generated using this + method; for these constraints, refer to operations such as + :meth:`.Operations.create_primary_key` and + :meth:`.Operations.create_check_constraint`. In particular, the + following :class:`~sqlalchemy.schema.Column` parameters are + **ignored**: + + * :paramref:`~sqlalchemy.schema.Column.primary_key` - SQL databases + typically do not support an ALTER operation that can add + individual columns one at a time to an existing primary key + constraint, therefore it's less ambiguous to use the + :meth:`.Operations.create_primary_key` method, which assumes no + existing primary key constraint is present. + * :paramref:`~sqlalchemy.schema.Column.unique` - use the + :meth:`.Operations.create_unique_constraint` method + * :paramref:`~sqlalchemy.schema.Column.index` - use the + :meth:`.Operations.create_index` method + + + The provided :class:`~sqlalchemy.schema.Column` object may include a + :class:`~sqlalchemy.schema.ForeignKey` constraint directive, + referencing a remote table name. For this specific type of constraint, + Alembic will automatically emit a second ALTER statement in order to + add the single-column FOREIGN KEY constraint separately:: + + from alembic import op + from sqlalchemy import Column, INTEGER, ForeignKey + + op.add_column( + "organization", + Column("account_id", INTEGER, ForeignKey("accounts.id")), + ) + + The column argument passed to :meth:`.Operations.add_column` is a + :class:`~sqlalchemy.schema.Column` construct, used in the same way it's + used in SQLAlchemy. In particular, values or functions to be indicated + as producing the column's default value on the database side are + specified using the ``server_default`` parameter, and not ``default`` + which only specifies Python-side defaults:: + + from alembic import op + from sqlalchemy import Column, TIMESTAMP, func + + # specify "DEFAULT NOW" along with the column add + op.add_column( + "account", + Column("timestamp", TIMESTAMP, server_default=func.now()), + ) + + :param table_name: String name of the parent table. + :param column: a :class:`sqlalchemy.schema.Column` object + representing the new column. + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + + """ + + op = cls(table_name, column, schema=schema) + return operations.invoke(op) + + @classmethod + def batch_add_column( + cls, + operations: BatchOperations, + column: Column[Any], + *, + insert_before: Optional[str] = None, + insert_after: Optional[str] = None, + ) -> None: + """Issue an "add column" instruction using the current + batch migration context. + + .. seealso:: + + :meth:`.Operations.add_column` + + """ + + kw = {} + if insert_before: + kw["insert_before"] = insert_before + if insert_after: + kw["insert_after"] = insert_after + + op = cls( + operations.impl.table_name, + column, + schema=operations.impl.schema, + **kw, + ) + return operations.invoke(op) + + +@Operations.register_operation("drop_column") +@BatchOperations.register_operation("drop_column", "batch_drop_column") +class DropColumnOp(AlterTableOp): + """Represent a drop column operation.""" + + def __init__( + self, + table_name: str, + column_name: str, + *, + schema: Optional[str] = None, + _reverse: Optional[AddColumnOp] = None, + **kw: Any, + ) -> None: + super().__init__(table_name, schema=schema) + self.column_name = column_name + self.kw = kw + self._reverse = _reverse + + def to_diff_tuple( + self, + ) -> Tuple[str, Optional[str], str, Column[Any]]: + return ( + "remove_column", + self.schema, + self.table_name, + self.to_column(), + ) + + def reverse(self) -> AddColumnOp: + if self._reverse is None: + raise ValueError( + "operation is not reversible; " + "original column is not present" + ) + + return AddColumnOp.from_column_and_tablename( + self.schema, self.table_name, self._reverse.column + ) + + @classmethod + def from_column_and_tablename( + cls, + schema: Optional[str], + tname: str, + col: Column[Any], + ) -> DropColumnOp: + return cls( + tname, + col.name, + schema=schema, + _reverse=AddColumnOp.from_column_and_tablename(schema, tname, col), + ) + + def to_column( + self, migration_context: Optional[MigrationContext] = None + ) -> Column[Any]: + if self._reverse is not None: + return self._reverse.column + schema_obj = schemaobj.SchemaObjects(migration_context) + return schema_obj.column(self.column_name, NULLTYPE) + + @classmethod + def drop_column( + cls, + operations: Operations, + table_name: str, + column_name: str, + *, + schema: Optional[str] = None, + **kw: Any, + ) -> None: + """Issue a "drop column" instruction using the current + migration context. + + e.g.:: + + drop_column("organization", "account_id") + + :param table_name: name of table + :param column_name: name of column + :param schema: Optional schema name to operate within. To control + quoting of the schema outside of the default behavior, use + the SQLAlchemy construct + :class:`~sqlalchemy.sql.elements.quoted_name`. + :param mssql_drop_check: Optional boolean. When ``True``, on + Microsoft SQL Server only, first + drop the CHECK constraint on the column using a + SQL-script-compatible + block that selects into a @variable from sys.check_constraints, + then exec's a separate DROP CONSTRAINT for that constraint. + :param mssql_drop_default: Optional boolean. When ``True``, on + Microsoft SQL Server only, first + drop the DEFAULT constraint on the column using a + SQL-script-compatible + block that selects into a @variable from sys.default_constraints, + then exec's a separate DROP CONSTRAINT for that default. + :param mssql_drop_foreign_key: Optional boolean. When ``True``, on + Microsoft SQL Server only, first + drop a single FOREIGN KEY constraint on the column using a + SQL-script-compatible + block that selects into a @variable from + sys.foreign_keys/sys.foreign_key_columns, + then exec's a separate DROP CONSTRAINT for that default. Only + works if the column has exactly one FK constraint which refers to + it, at the moment. + + """ + + op = cls(table_name, column_name, schema=schema, **kw) + return operations.invoke(op) + + @classmethod + def batch_drop_column( + cls, operations: BatchOperations, column_name: str, **kw: Any + ) -> None: + """Issue a "drop column" instruction using the current + batch migration context. + + .. seealso:: + + :meth:`.Operations.drop_column` + + """ + op = cls( + operations.impl.table_name, + column_name, + schema=operations.impl.schema, + **kw, + ) + return operations.invoke(op) + + +@Operations.register_operation("bulk_insert") +class BulkInsertOp(MigrateOperation): + """Represent a bulk insert operation.""" + + def __init__( + self, + table: Union[Table, TableClause], + rows: List[Dict[str, Any]], + *, + multiinsert: bool = True, + ) -> None: + self.table = table + self.rows = rows + self.multiinsert = multiinsert + + @classmethod + def bulk_insert( + cls, + operations: Operations, + table: Union[Table, TableClause], + rows: List[Dict[str, Any]], + *, + multiinsert: bool = True, + ) -> None: + """Issue a "bulk insert" operation using the current + migration context. + + This provides a means of representing an INSERT of multiple rows + which works equally well in the context of executing on a live + connection as well as that of generating a SQL script. In the + case of a SQL script, the values are rendered inline into the + statement. + + e.g.:: + + from alembic import op + from datetime import date + from sqlalchemy.sql import table, column + from sqlalchemy import String, Integer, Date + + # Create an ad-hoc table to use for the insert statement. + accounts_table = table( + "account", + column("id", Integer), + column("name", String), + column("create_date", Date), + ) + + op.bulk_insert( + accounts_table, + [ + { + "id": 1, + "name": "John Smith", + "create_date": date(2010, 10, 5), + }, + { + "id": 2, + "name": "Ed Williams", + "create_date": date(2007, 5, 27), + }, + { + "id": 3, + "name": "Wendy Jones", + "create_date": date(2008, 8, 15), + }, + ], + ) + + When using --sql mode, some datatypes may not render inline + automatically, such as dates and other special types. When this + issue is present, :meth:`.Operations.inline_literal` may be used:: + + op.bulk_insert( + accounts_table, + [ + { + "id": 1, + "name": "John Smith", + "create_date": op.inline_literal("2010-10-05"), + }, + { + "id": 2, + "name": "Ed Williams", + "create_date": op.inline_literal("2007-05-27"), + }, + { + "id": 3, + "name": "Wendy Jones", + "create_date": op.inline_literal("2008-08-15"), + }, + ], + multiinsert=False, + ) + + When using :meth:`.Operations.inline_literal` in conjunction with + :meth:`.Operations.bulk_insert`, in order for the statement to work + in "online" (e.g. non --sql) mode, the + :paramref:`~.Operations.bulk_insert.multiinsert` + flag should be set to ``False``, which will have the effect of + individual INSERT statements being emitted to the database, each + with a distinct VALUES clause, so that the "inline" values can + still be rendered, rather than attempting to pass the values + as bound parameters. + + :param table: a table object which represents the target of the INSERT. + + :param rows: a list of dictionaries indicating rows. + + :param multiinsert: when at its default of True and --sql mode is not + enabled, the INSERT statement will be executed using + "executemany()" style, where all elements in the list of + dictionaries are passed as bound parameters in a single + list. Setting this to False results in individual INSERT + statements being emitted per parameter set, and is needed + in those cases where non-literal values are present in the + parameter sets. + + """ + + op = cls(table, rows, multiinsert=multiinsert) + operations.invoke(op) + + +@Operations.register_operation("execute") +@BatchOperations.register_operation("execute", "batch_execute") +class ExecuteSQLOp(MigrateOperation): + """Represent an execute SQL operation.""" + + def __init__( + self, + sqltext: Union[Executable, str], + *, + execution_options: Optional[dict[str, Any]] = None, + ) -> None: + self.sqltext = sqltext + self.execution_options = execution_options + + @classmethod + def execute( + cls, + operations: Operations, + sqltext: Union[Executable, str], + *, + execution_options: Optional[dict[str, Any]] = None, + ) -> None: + r"""Execute the given SQL using the current migration context. + + The given SQL can be a plain string, e.g.:: + + op.execute("INSERT INTO table (foo) VALUES ('some value')") + + Or it can be any kind of Core SQL Expression construct, such as + below where we use an update construct:: + + from sqlalchemy.sql import table, column + from sqlalchemy import String + from alembic import op + + account = table("account", column("name", String)) + op.execute( + account.update() + .where(account.c.name == op.inline_literal("account 1")) + .values({"name": op.inline_literal("account 2")}) + ) + + Above, we made use of the SQLAlchemy + :func:`sqlalchemy.sql.expression.table` and + :func:`sqlalchemy.sql.expression.column` constructs to make a brief, + ad-hoc table construct just for our UPDATE statement. A full + :class:`~sqlalchemy.schema.Table` construct of course works perfectly + fine as well, though note it's a recommended practice to at least + ensure the definition of a table is self-contained within the migration + script, rather than imported from a module that may break compatibility + with older migrations. + + In a SQL script context, the statement is emitted directly to the + output stream. There is *no* return result, however, as this + function is oriented towards generating a change script + that can run in "offline" mode. Additionally, parameterized + statements are discouraged here, as they *will not work* in offline + mode. Above, we use :meth:`.inline_literal` where parameters are + to be used. + + For full interaction with a connected database where parameters can + also be used normally, use the "bind" available from the context:: + + from alembic import op + + connection = op.get_bind() + + connection.execute( + account.update() + .where(account.c.name == "account 1") + .values({"name": "account 2"}) + ) + + Additionally, when passing the statement as a plain string, it is first + coerced into a :func:`sqlalchemy.sql.expression.text` construct + before being passed along. In the less likely case that the + literal SQL string contains a colon, it must be escaped with a + backslash, as:: + + op.execute(r"INSERT INTO table (foo) VALUES ('\:colon_value')") + + + :param sqltext: Any legal SQLAlchemy expression, including: + + * a string + * a :func:`sqlalchemy.sql.expression.text` construct. + * a :func:`sqlalchemy.sql.expression.insert` construct. + * a :func:`sqlalchemy.sql.expression.update` construct. + * a :func:`sqlalchemy.sql.expression.delete` construct. + * Any "executable" described in SQLAlchemy Core documentation, + noting that no result set is returned. + + .. note:: when passing a plain string, the statement is coerced into + a :func:`sqlalchemy.sql.expression.text` construct. This construct + considers symbols with colons, e.g. ``:foo`` to be bound parameters. + To avoid this, ensure that colon symbols are escaped, e.g. + ``\:foo``. + + :param execution_options: Optional dictionary of + execution options, will be passed to + :meth:`sqlalchemy.engine.Connection.execution_options`. + """ + op = cls(sqltext, execution_options=execution_options) + return operations.invoke(op) + + @classmethod + def batch_execute( + cls, + operations: Operations, + sqltext: Union[Executable, str], + *, + execution_options: Optional[dict[str, Any]] = None, + ) -> None: + """Execute the given SQL using the current migration context. + + .. seealso:: + + :meth:`.Operations.execute` + + """ + return cls.execute( + operations, sqltext, execution_options=execution_options + ) + + def to_diff_tuple(self) -> Tuple[str, Union[Executable, str]]: + return ("execute", self.sqltext) + + +class OpContainer(MigrateOperation): + """Represent a sequence of operations operation.""" + + def __init__(self, ops: Sequence[MigrateOperation] = ()) -> None: + self.ops = list(ops) + + def is_empty(self) -> bool: + return not self.ops + + def as_diffs(self) -> Any: + return list(OpContainer._ops_as_diffs(self)) + + @classmethod + def _ops_as_diffs( + cls, migrations: OpContainer + ) -> Iterator[Tuple[Any, ...]]: + for op in migrations.ops: + if hasattr(op, "ops"): + yield from cls._ops_as_diffs(cast("OpContainer", op)) + else: + yield op.to_diff_tuple() + + +class ModifyTableOps(OpContainer): + """Contains a sequence of operations that all apply to a single Table.""" + + def __init__( + self, + table_name: str, + ops: Sequence[MigrateOperation], + *, + schema: Optional[str] = None, + ) -> None: + super().__init__(ops) + self.table_name = table_name + self.schema = schema + + def reverse(self) -> ModifyTableOps: + return ModifyTableOps( + self.table_name, + ops=list(reversed([op.reverse() for op in self.ops])), + schema=self.schema, + ) + + +class UpgradeOps(OpContainer): + """contains a sequence of operations that would apply to the + 'upgrade' stream of a script. + + .. seealso:: + + :ref:`customizing_revision` + + """ + + def __init__( + self, + ops: Sequence[MigrateOperation] = (), + upgrade_token: str = "upgrades", + ) -> None: + super().__init__(ops=ops) + self.upgrade_token = upgrade_token + + def reverse_into(self, downgrade_ops: DowngradeOps) -> DowngradeOps: + downgrade_ops.ops[:] = list( + reversed([op.reverse() for op in self.ops]) + ) + return downgrade_ops + + def reverse(self) -> DowngradeOps: + return self.reverse_into(DowngradeOps(ops=[])) + + +class DowngradeOps(OpContainer): + """contains a sequence of operations that would apply to the + 'downgrade' stream of a script. + + .. seealso:: + + :ref:`customizing_revision` + + """ + + def __init__( + self, + ops: Sequence[MigrateOperation] = (), + downgrade_token: str = "downgrades", + ) -> None: + super().__init__(ops=ops) + self.downgrade_token = downgrade_token + + def reverse(self) -> UpgradeOps: + return UpgradeOps( + ops=list(reversed([op.reverse() for op in self.ops])) + ) + + +class MigrationScript(MigrateOperation): + """represents a migration script. + + E.g. when autogenerate encounters this object, this corresponds to the + production of an actual script file. + + A normal :class:`.MigrationScript` object would contain a single + :class:`.UpgradeOps` and a single :class:`.DowngradeOps` directive. + These are accessible via the ``.upgrade_ops`` and ``.downgrade_ops`` + attributes. + + In the case of an autogenerate operation that runs multiple times, + such as the multiple database example in the "multidb" template, + the ``.upgrade_ops`` and ``.downgrade_ops`` attributes are disabled, + and instead these objects should be accessed via the ``.upgrade_ops_list`` + and ``.downgrade_ops_list`` list-based attributes. These latter + attributes are always available at the very least as single-element lists. + + .. seealso:: + + :ref:`customizing_revision` + + """ + + _needs_render: Optional[bool] + _upgrade_ops: List[UpgradeOps] + _downgrade_ops: List[DowngradeOps] + + def __init__( + self, + rev_id: Optional[str], + upgrade_ops: UpgradeOps, + downgrade_ops: DowngradeOps, + *, + message: Optional[str] = None, + imports: Set[str] = set(), + head: Optional[str] = None, + splice: Optional[bool] = None, + branch_label: Optional[_RevIdType] = None, + version_path: Optional[str] = None, + depends_on: Optional[_RevIdType] = None, + ) -> None: + self.rev_id = rev_id + self.message = message + self.imports = imports + self.head = head + self.splice = splice + self.branch_label = branch_label + self.version_path = version_path + self.depends_on = depends_on + self.upgrade_ops = upgrade_ops + self.downgrade_ops = downgrade_ops + + @property + def upgrade_ops(self) -> Optional[UpgradeOps]: + """An instance of :class:`.UpgradeOps`. + + .. seealso:: + + :attr:`.MigrationScript.upgrade_ops_list` + """ + if len(self._upgrade_ops) > 1: + raise ValueError( + "This MigrationScript instance has a multiple-entry " + "list for UpgradeOps; please use the " + "upgrade_ops_list attribute." + ) + elif not self._upgrade_ops: + return None + else: + return self._upgrade_ops[0] + + @upgrade_ops.setter + def upgrade_ops( + self, upgrade_ops: Union[UpgradeOps, List[UpgradeOps]] + ) -> None: + self._upgrade_ops = util.to_list(upgrade_ops) + for elem in self._upgrade_ops: + assert isinstance(elem, UpgradeOps) + + @property + def downgrade_ops(self) -> Optional[DowngradeOps]: + """An instance of :class:`.DowngradeOps`. + + .. seealso:: + + :attr:`.MigrationScript.downgrade_ops_list` + """ + if len(self._downgrade_ops) > 1: + raise ValueError( + "This MigrationScript instance has a multiple-entry " + "list for DowngradeOps; please use the " + "downgrade_ops_list attribute." + ) + elif not self._downgrade_ops: + return None + else: + return self._downgrade_ops[0] + + @downgrade_ops.setter + def downgrade_ops( + self, downgrade_ops: Union[DowngradeOps, List[DowngradeOps]] + ) -> None: + self._downgrade_ops = util.to_list(downgrade_ops) + for elem in self._downgrade_ops: + assert isinstance(elem, DowngradeOps) + + @property + def upgrade_ops_list(self) -> List[UpgradeOps]: + """A list of :class:`.UpgradeOps` instances. + + This is used in place of the :attr:`.MigrationScript.upgrade_ops` + attribute when dealing with a revision operation that does + multiple autogenerate passes. + + """ + return self._upgrade_ops + + @property + def downgrade_ops_list(self) -> List[DowngradeOps]: + """A list of :class:`.DowngradeOps` instances. + + This is used in place of the :attr:`.MigrationScript.downgrade_ops` + attribute when dealing with a revision operation that does + multiple autogenerate passes. + + """ + return self._downgrade_ops diff --git a/venv/lib/python3.8/site-packages/alembic/operations/schemaobj.py b/venv/lib/python3.8/site-packages/alembic/operations/schemaobj.py new file mode 100644 index 000000000..59c1002f1 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/operations/schemaobj.py @@ -0,0 +1,290 @@ +# mypy: allow-untyped-defs, allow-incomplete-defs, allow-untyped-calls +# mypy: no-warn-return-any, allow-any-generics + +from __future__ import annotations + +from typing import Any +from typing import Dict +from typing import List +from typing import Optional +from typing import Sequence +from typing import Tuple +from typing import TYPE_CHECKING +from typing import Union + +from sqlalchemy import schema as sa_schema +from sqlalchemy.sql.schema import Column +from sqlalchemy.sql.schema import Constraint +from sqlalchemy.sql.schema import Index +from sqlalchemy.types import Integer +from sqlalchemy.types import NULLTYPE + +from .. import util +from ..util import sqla_compat + +if TYPE_CHECKING: + from sqlalchemy.sql.elements import ColumnElement + from sqlalchemy.sql.elements import TextClause + from sqlalchemy.sql.schema import CheckConstraint + from sqlalchemy.sql.schema import ForeignKey + from sqlalchemy.sql.schema import ForeignKeyConstraint + from sqlalchemy.sql.schema import MetaData + from sqlalchemy.sql.schema import PrimaryKeyConstraint + from sqlalchemy.sql.schema import Table + from sqlalchemy.sql.schema import UniqueConstraint + from sqlalchemy.sql.type_api import TypeEngine + + from ..runtime.migration import MigrationContext + + +class SchemaObjects: + def __init__( + self, migration_context: Optional[MigrationContext] = None + ) -> None: + self.migration_context = migration_context + + def primary_key_constraint( + self, + name: Optional[sqla_compat._ConstraintNameDefined], + table_name: str, + cols: Sequence[str], + schema: Optional[str] = None, + **dialect_kw, + ) -> PrimaryKeyConstraint: + m = self.metadata() + columns = [sa_schema.Column(n, NULLTYPE) for n in cols] + t = sa_schema.Table(table_name, m, *columns, schema=schema) + # SQLAlchemy primary key constraint name arg is wrongly typed on + # the SQLAlchemy side through 2.0.5 at least + p = sa_schema.PrimaryKeyConstraint( + *[t.c[n] for n in cols], name=name, **dialect_kw # type: ignore + ) + return p + + def foreign_key_constraint( + self, + name: Optional[sqla_compat._ConstraintNameDefined], + source: str, + referent: str, + local_cols: List[str], + remote_cols: List[str], + onupdate: Optional[str] = None, + ondelete: Optional[str] = None, + deferrable: Optional[bool] = None, + source_schema: Optional[str] = None, + referent_schema: Optional[str] = None, + initially: Optional[str] = None, + match: Optional[str] = None, + **dialect_kw, + ) -> ForeignKeyConstraint: + m = self.metadata() + if source == referent and source_schema == referent_schema: + t1_cols = local_cols + remote_cols + else: + t1_cols = local_cols + sa_schema.Table( + referent, + m, + *[sa_schema.Column(n, NULLTYPE) for n in remote_cols], + schema=referent_schema, + ) + + t1 = sa_schema.Table( + source, + m, + *[ + sa_schema.Column(n, NULLTYPE) + for n in util.unique_list(t1_cols) + ], + schema=source_schema, + ) + + tname = ( + "%s.%s" % (referent_schema, referent) + if referent_schema + else referent + ) + + dialect_kw["match"] = match + + f = sa_schema.ForeignKeyConstraint( + local_cols, + ["%s.%s" % (tname, n) for n in remote_cols], + name=name, + onupdate=onupdate, + ondelete=ondelete, + deferrable=deferrable, + initially=initially, + **dialect_kw, + ) + t1.append_constraint(f) + + return f + + def unique_constraint( + self, + name: Optional[sqla_compat._ConstraintNameDefined], + source: str, + local_cols: Sequence[str], + schema: Optional[str] = None, + **kw, + ) -> UniqueConstraint: + t = sa_schema.Table( + source, + self.metadata(), + *[sa_schema.Column(n, NULLTYPE) for n in local_cols], + schema=schema, + ) + kw["name"] = name + uq = sa_schema.UniqueConstraint(*[t.c[n] for n in local_cols], **kw) + # TODO: need event tests to ensure the event + # is fired off here + t.append_constraint(uq) + return uq + + def check_constraint( + self, + name: Optional[sqla_compat._ConstraintNameDefined], + source: str, + condition: Union[str, TextClause, ColumnElement[Any]], + schema: Optional[str] = None, + **kw, + ) -> Union[CheckConstraint]: + t = sa_schema.Table( + source, + self.metadata(), + sa_schema.Column("x", Integer), + schema=schema, + ) + ck = sa_schema.CheckConstraint(condition, name=name, **kw) + t.append_constraint(ck) + return ck + + def generic_constraint( + self, + name: Optional[sqla_compat._ConstraintNameDefined], + table_name: str, + type_: Optional[str], + schema: Optional[str] = None, + **kw, + ) -> Any: + t = self.table(table_name, schema=schema) + types: Dict[Optional[str], Any] = { + "foreignkey": lambda name: sa_schema.ForeignKeyConstraint( + [], [], name=name + ), + "primary": sa_schema.PrimaryKeyConstraint, + "unique": sa_schema.UniqueConstraint, + "check": lambda name: sa_schema.CheckConstraint("", name=name), + None: sa_schema.Constraint, + } + try: + const = types[type_] + except KeyError as ke: + raise TypeError( + "'type' can be one of %s" + % ", ".join(sorted(repr(x) for x in types)) + ) from ke + else: + const = const(name=name) + t.append_constraint(const) + return const + + def metadata(self) -> MetaData: + kw = {} + if ( + self.migration_context is not None + and "target_metadata" in self.migration_context.opts + ): + mt = self.migration_context.opts["target_metadata"] + if hasattr(mt, "naming_convention"): + kw["naming_convention"] = mt.naming_convention + return sa_schema.MetaData(**kw) + + def table(self, name: str, *columns, **kw) -> Table: + m = self.metadata() + + cols = [ + sqla_compat._copy(c) if c.table is not None else c + for c in columns + if isinstance(c, Column) + ] + # these flags have already added their UniqueConstraint / + # Index objects to the table, so flip them off here. + # SQLAlchemy tometadata() avoids this instead by preserving the + # flags and skipping the constraints that have _type_bound on them, + # but for a migration we'd rather list out the constraints + # explicitly. + _constraints_included = kw.pop("_constraints_included", False) + if _constraints_included: + for c in cols: + c.unique = c.index = False + + t = sa_schema.Table(name, m, *cols, **kw) + + constraints = [ + ( + sqla_compat._copy(elem, target_table=t) + if getattr(elem, "parent", None) is not t + and getattr(elem, "parent", None) is not None + else elem + ) + for elem in columns + if isinstance(elem, (Constraint, Index)) + ] + + for const in constraints: + t.append_constraint(const) + + for f in t.foreign_keys: + self._ensure_table_for_fk(m, f) + return t + + def column(self, name: str, type_: TypeEngine, **kw) -> Column: + return sa_schema.Column(name, type_, **kw) + + def index( + self, + name: Optional[str], + tablename: Optional[str], + columns: Sequence[Union[str, TextClause, ColumnElement[Any]]], + schema: Optional[str] = None, + **kw, + ) -> Index: + t = sa_schema.Table( + tablename or "no_table", + self.metadata(), + schema=schema, + ) + kw["_table"] = t + idx = sa_schema.Index( + name, + *[util.sqla_compat._textual_index_column(t, n) for n in columns], + **kw, + ) + return idx + + def _parse_table_key(self, table_key: str) -> Tuple[Optional[str], str]: + if "." in table_key: + tokens = table_key.split(".") + sname: Optional[str] = ".".join(tokens[0:-1]) + tname = tokens[-1] + else: + tname = table_key + sname = None + return (sname, tname) + + def _ensure_table_for_fk(self, metadata: MetaData, fk: ForeignKey) -> None: + """create a placeholder Table object for the referent of a + ForeignKey. + + """ + if isinstance(fk._colspec, str): + table_key, cname = fk._colspec.rsplit(".", 1) + sname, tname = self._parse_table_key(table_key) + if table_key not in metadata.tables: + rel_t = sa_schema.Table(tname, metadata, schema=sname) + else: + rel_t = metadata.tables[table_key] + if cname not in rel_t.c: + rel_t.append_column(sa_schema.Column(cname, NULLTYPE)) diff --git a/venv/lib/python3.8/site-packages/alembic/operations/toimpl.py b/venv/lib/python3.8/site-packages/alembic/operations/toimpl.py new file mode 100644 index 000000000..4b960049c --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/operations/toimpl.py @@ -0,0 +1,238 @@ +# mypy: allow-untyped-defs, allow-incomplete-defs, allow-untyped-calls +# mypy: no-warn-return-any, allow-any-generics + +from typing import TYPE_CHECKING + +from sqlalchemy import schema as sa_schema + +from . import ops +from .base import Operations +from ..util.sqla_compat import _copy +from ..util.sqla_compat import sqla_14 + +if TYPE_CHECKING: + from sqlalchemy.sql.schema import Table + + +@Operations.implementation_for(ops.AlterColumnOp) +def alter_column( + operations: "Operations", operation: "ops.AlterColumnOp" +) -> None: + compiler = operations.impl.dialect.statement_compiler( + operations.impl.dialect, None + ) + + existing_type = operation.existing_type + existing_nullable = operation.existing_nullable + existing_server_default = operation.existing_server_default + type_ = operation.modify_type + column_name = operation.column_name + table_name = operation.table_name + schema = operation.schema + server_default = operation.modify_server_default + new_column_name = operation.modify_name + nullable = operation.modify_nullable + comment = operation.modify_comment + existing_comment = operation.existing_comment + + def _count_constraint(constraint): + return not isinstance(constraint, sa_schema.PrimaryKeyConstraint) and ( + not constraint._create_rule or constraint._create_rule(compiler) + ) + + if existing_type and type_: + t = operations.schema_obj.table( + table_name, + sa_schema.Column(column_name, existing_type), + schema=schema, + ) + for constraint in t.constraints: + if _count_constraint(constraint): + operations.impl.drop_constraint(constraint) + + operations.impl.alter_column( + table_name, + column_name, + nullable=nullable, + server_default=server_default, + name=new_column_name, + type_=type_, + schema=schema, + existing_type=existing_type, + existing_server_default=existing_server_default, + existing_nullable=existing_nullable, + comment=comment, + existing_comment=existing_comment, + **operation.kw, + ) + + if type_: + t = operations.schema_obj.table( + table_name, + operations.schema_obj.column(column_name, type_), + schema=schema, + ) + for constraint in t.constraints: + if _count_constraint(constraint): + operations.impl.add_constraint(constraint) + + +@Operations.implementation_for(ops.DropTableOp) +def drop_table(operations: "Operations", operation: "ops.DropTableOp") -> None: + kw = {} + if operation.if_exists is not None: + if not sqla_14: + raise NotImplementedError("SQLAlchemy 1.4+ required") + + kw["if_exists"] = operation.if_exists + operations.impl.drop_table( + operation.to_table(operations.migration_context), **kw + ) + + +@Operations.implementation_for(ops.DropColumnOp) +def drop_column( + operations: "Operations", operation: "ops.DropColumnOp" +) -> None: + column = operation.to_column(operations.migration_context) + operations.impl.drop_column( + operation.table_name, column, schema=operation.schema, **operation.kw + ) + + +@Operations.implementation_for(ops.CreateIndexOp) +def create_index( + operations: "Operations", operation: "ops.CreateIndexOp" +) -> None: + idx = operation.to_index(operations.migration_context) + kw = {} + if operation.if_not_exists is not None: + if not sqla_14: + raise NotImplementedError("SQLAlchemy 1.4+ required") + + kw["if_not_exists"] = operation.if_not_exists + operations.impl.create_index(idx, **kw) + + +@Operations.implementation_for(ops.DropIndexOp) +def drop_index(operations: "Operations", operation: "ops.DropIndexOp") -> None: + kw = {} + if operation.if_exists is not None: + if not sqla_14: + raise NotImplementedError("SQLAlchemy 1.4+ required") + + kw["if_exists"] = operation.if_exists + + operations.impl.drop_index( + operation.to_index(operations.migration_context), + **kw, + ) + + +@Operations.implementation_for(ops.CreateTableOp) +def create_table( + operations: "Operations", operation: "ops.CreateTableOp" +) -> "Table": + kw = {} + if operation.if_not_exists is not None: + if not sqla_14: + raise NotImplementedError("SQLAlchemy 1.4+ required") + + kw["if_not_exists"] = operation.if_not_exists + table = operation.to_table(operations.migration_context) + operations.impl.create_table(table, **kw) + return table + + +@Operations.implementation_for(ops.RenameTableOp) +def rename_table( + operations: "Operations", operation: "ops.RenameTableOp" +) -> None: + operations.impl.rename_table( + operation.table_name, operation.new_table_name, schema=operation.schema + ) + + +@Operations.implementation_for(ops.CreateTableCommentOp) +def create_table_comment( + operations: "Operations", operation: "ops.CreateTableCommentOp" +) -> None: + table = operation.to_table(operations.migration_context) + operations.impl.create_table_comment(table) + + +@Operations.implementation_for(ops.DropTableCommentOp) +def drop_table_comment( + operations: "Operations", operation: "ops.DropTableCommentOp" +) -> None: + table = operation.to_table(operations.migration_context) + operations.impl.drop_table_comment(table) + + +@Operations.implementation_for(ops.AddColumnOp) +def add_column(operations: "Operations", operation: "ops.AddColumnOp") -> None: + table_name = operation.table_name + column = operation.column + schema = operation.schema + kw = operation.kw + + if column.table is not None: + column = _copy(column) + + t = operations.schema_obj.table(table_name, column, schema=schema) + operations.impl.add_column(table_name, column, schema=schema, **kw) + + for constraint in t.constraints: + if not isinstance(constraint, sa_schema.PrimaryKeyConstraint): + operations.impl.add_constraint(constraint) + for index in t.indexes: + operations.impl.create_index(index) + + with_comment = ( + operations.impl.dialect.supports_comments + and not operations.impl.dialect.inline_comments + ) + comment = column.comment + if comment and with_comment: + operations.impl.create_column_comment(column) + + +@Operations.implementation_for(ops.AddConstraintOp) +def create_constraint( + operations: "Operations", operation: "ops.AddConstraintOp" +) -> None: + operations.impl.add_constraint( + operation.to_constraint(operations.migration_context) + ) + + +@Operations.implementation_for(ops.DropConstraintOp) +def drop_constraint( + operations: "Operations", operation: "ops.DropConstraintOp" +) -> None: + operations.impl.drop_constraint( + operations.schema_obj.generic_constraint( + operation.constraint_name, + operation.table_name, + operation.constraint_type, + schema=operation.schema, + ) + ) + + +@Operations.implementation_for(ops.BulkInsertOp) +def bulk_insert( + operations: "Operations", operation: "ops.BulkInsertOp" +) -> None: + operations.impl.bulk_insert( # type: ignore[union-attr] + operation.table, operation.rows, multiinsert=operation.multiinsert + ) + + +@Operations.implementation_for(ops.ExecuteSQLOp) +def execute_sql( + operations: "Operations", operation: "ops.ExecuteSQLOp" +) -> None: + operations.migration_context.impl.execute( + operation.sqltext, execution_options=operation.execution_options + ) diff --git a/venv/lib/python3.8/site-packages/alembic/py.typed b/venv/lib/python3.8/site-packages/alembic/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/venv/lib/python3.8/site-packages/alembic/runtime/__init__.py b/venv/lib/python3.8/site-packages/alembic/runtime/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/venv/lib/python3.8/site-packages/alembic/runtime/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/runtime/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7a7c2255980250727c434da51bb93834d2d19383 GIT binary patch literal 187 zcmWIL<>g`kf(98ttd4$DKk~Kq$n{tJGDr^EH$r8KPNK@s>E2&Lcch(BvrQnD4m#| xTCAU#lbV~9nXF$_npctuG%h|qGcU6wK3=b&@)n0pZhlH>PO2Tq=FdRP004E~Fzx^V literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/runtime/__pycache__/environment.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/runtime/__pycache__/environment.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6bea1918a51d85e3430f16122e4fd89682000e12 GIT binary patch literal 40023 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 None: + r"""Construct a new :class:`.EnvironmentContext`. + + :param config: a :class:`.Config` instance. + :param script: a :class:`.ScriptDirectory` instance. + :param \**kw: keyword options that will be ultimately + passed along to the :class:`.MigrationContext` when + :meth:`.EnvironmentContext.configure` is called. + + """ + self.config = config + self.script = script + self.context_opts = kw + + def __enter__(self) -> EnvironmentContext: + """Establish a context which provides a + :class:`.EnvironmentContext` object to + env.py scripts. + + The :class:`.EnvironmentContext` will + be made available as ``from alembic import context``. + + """ + self._install_proxy() + return self + + def __exit__(self, *arg: Any, **kw: Any) -> None: + self._remove_proxy() + + def is_offline_mode(self) -> bool: + """Return True if the current migrations environment + is running in "offline mode". + + This is ``True`` or ``False`` depending + on the ``--sql`` flag passed. + + This function does not require that the :class:`.MigrationContext` + has been configured. + + """ + return self.context_opts.get("as_sql", False) # type: ignore[no-any-return] # noqa: E501 + + def is_transactional_ddl(self) -> bool: + """Return True if the context is configured to expect a + transactional DDL capable backend. + + This defaults to the type of database in use, and + can be overridden by the ``transactional_ddl`` argument + to :meth:`.configure` + + This function requires that a :class:`.MigrationContext` + has first been made available via :meth:`.configure`. + + """ + return self.get_context().impl.transactional_ddl + + def requires_connection(self) -> bool: + return not self.is_offline_mode() + + def get_head_revision(self) -> _RevNumber: + """Return the hex identifier of the 'head' script revision. + + If the script directory has multiple heads, this + method raises a :class:`.CommandError`; + :meth:`.EnvironmentContext.get_head_revisions` should be preferred. + + This function does not require that the :class:`.MigrationContext` + has been configured. + + .. seealso:: :meth:`.EnvironmentContext.get_head_revisions` + + """ + return self.script.as_revision_number("head") + + def get_head_revisions(self) -> _RevNumber: + """Return the hex identifier of the 'heads' script revision(s). + + This returns a tuple containing the version number of all + heads in the script directory. + + This function does not require that the :class:`.MigrationContext` + has been configured. + + """ + return self.script.as_revision_number("heads") + + def get_starting_revision_argument(self) -> _RevNumber: + """Return the 'starting revision' argument, + if the revision was passed using ``start:end``. + + This is only meaningful in "offline" mode. + Returns ``None`` if no value is available + or was configured. + + This function does not require that the :class:`.MigrationContext` + has been configured. + + """ + if self._migration_context is not None: + return self.script.as_revision_number( + self.get_context()._start_from_rev + ) + elif "starting_rev" in self.context_opts: + return self.script.as_revision_number( + self.context_opts["starting_rev"] + ) + else: + # this should raise only in the case that a command + # is being run where the "starting rev" is never applicable; + # this is to catch scripts which rely upon this in + # non-sql mode or similar + raise util.CommandError( + "No starting revision argument is available." + ) + + def get_revision_argument(self) -> _RevNumber: + """Get the 'destination' revision argument. + + This is typically the argument passed to the + ``upgrade`` or ``downgrade`` command. + + If it was specified as ``head``, the actual + version number is returned; if specified + as ``base``, ``None`` is returned. + + This function does not require that the :class:`.MigrationContext` + has been configured. + + """ + return self.script.as_revision_number( + self.context_opts["destination_rev"] + ) + + def get_tag_argument(self) -> Optional[str]: + """Return the value passed for the ``--tag`` argument, if any. + + The ``--tag`` argument is not used directly by Alembic, + but is available for custom ``env.py`` configurations that + wish to use it; particularly for offline generation scripts + that wish to generate tagged filenames. + + This function does not require that the :class:`.MigrationContext` + has been configured. + + .. seealso:: + + :meth:`.EnvironmentContext.get_x_argument` - a newer and more + open ended system of extending ``env.py`` scripts via the command + line. + + """ + return self.context_opts.get("tag", None) # type: ignore[no-any-return] # noqa: E501 + + @overload + def get_x_argument(self, as_dictionary: Literal[False]) -> List[str]: ... + + @overload + def get_x_argument( + self, as_dictionary: Literal[True] + ) -> Dict[str, str]: ... + + @overload + def get_x_argument( + self, as_dictionary: bool = ... + ) -> Union[List[str], Dict[str, str]]: ... + + def get_x_argument( + self, as_dictionary: bool = False + ) -> Union[List[str], Dict[str, str]]: + """Return the value(s) passed for the ``-x`` argument, if any. + + The ``-x`` argument is an open ended flag that allows any user-defined + value or values to be passed on the command line, then available + here for consumption by a custom ``env.py`` script. + + The return value is a list, returned directly from the ``argparse`` + structure. If ``as_dictionary=True`` is passed, the ``x`` arguments + are parsed using ``key=value`` format into a dictionary that is + then returned. If there is no ``=`` in the argument, value is an empty + string. + + .. versionchanged:: 1.13.1 Support ``as_dictionary=True`` when + arguments are passed without the ``=`` symbol. + + For example, to support passing a database URL on the command line, + the standard ``env.py`` script can be modified like this:: + + cmd_line_url = context.get_x_argument( + as_dictionary=True).get('dbname') + if cmd_line_url: + engine = create_engine(cmd_line_url) + else: + engine = engine_from_config( + config.get_section(config.config_ini_section), + prefix='sqlalchemy.', + poolclass=pool.NullPool) + + This then takes effect by running the ``alembic`` script as:: + + alembic -x dbname=postgresql://user:pass@host/dbname upgrade head + + This function does not require that the :class:`.MigrationContext` + has been configured. + + .. seealso:: + + :meth:`.EnvironmentContext.get_tag_argument` + + :attr:`.Config.cmd_opts` + + """ + if self.config.cmd_opts is not None: + value = self.config.cmd_opts.x or [] + else: + value = [] + if as_dictionary: + dict_value = {} + for arg in value: + x_key, _, x_value = arg.partition("=") + dict_value[x_key] = x_value + value = dict_value + + return value + + def configure( + self, + connection: Optional[Connection] = None, + url: Optional[Union[str, URL]] = None, + dialect_name: Optional[str] = None, + dialect_opts: Optional[Dict[str, Any]] = None, + transactional_ddl: Optional[bool] = None, + transaction_per_migration: bool = False, + output_buffer: Optional[TextIO] = None, + starting_rev: Optional[str] = None, + tag: Optional[str] = None, + template_args: Optional[Dict[str, Any]] = None, + render_as_batch: bool = False, + target_metadata: Union[MetaData, Sequence[MetaData], None] = None, + include_name: Optional[IncludeNameFn] = None, + include_object: Optional[IncludeObjectFn] = None, + include_schemas: bool = False, + process_revision_directives: Optional[ + ProcessRevisionDirectiveFn + ] = None, + compare_type: Union[bool, CompareType] = True, + compare_server_default: Union[bool, CompareServerDefault] = False, + render_item: Optional[RenderItemFn] = None, + literal_binds: bool = False, + upgrade_token: str = "upgrades", + downgrade_token: str = "downgrades", + alembic_module_prefix: str = "op.", + sqlalchemy_module_prefix: str = "sa.", + user_module_prefix: Optional[str] = None, + on_version_apply: Optional[OnVersionApplyFn] = None, + **kw: Any, + ) -> None: + """Configure a :class:`.MigrationContext` within this + :class:`.EnvironmentContext` which will provide database + connectivity and other configuration to a series of + migration scripts. + + Many methods on :class:`.EnvironmentContext` require that + this method has been called in order to function, as they + ultimately need to have database access or at least access + to the dialect in use. Those which do are documented as such. + + The important thing needed by :meth:`.configure` is a + means to determine what kind of database dialect is in use. + An actual connection to that database is needed only if + the :class:`.MigrationContext` is to be used in + "online" mode. + + If the :meth:`.is_offline_mode` function returns ``True``, + then no connection is needed here. Otherwise, the + ``connection`` parameter should be present as an + instance of :class:`sqlalchemy.engine.Connection`. + + This function is typically called from the ``env.py`` + script within a migration environment. It can be called + multiple times for an invocation. The most recent + :class:`~sqlalchemy.engine.Connection` + for which it was called is the one that will be operated upon + by the next call to :meth:`.run_migrations`. + + General parameters: + + :param connection: a :class:`~sqlalchemy.engine.Connection` + to use + for SQL execution in "online" mode. When present, is also + used to determine the type of dialect in use. + :param url: a string database url, or a + :class:`sqlalchemy.engine.url.URL` object. + The type of dialect to be used will be derived from this if + ``connection`` is not passed. + :param dialect_name: string name of a dialect, such as + "postgresql", "mssql", etc. + The type of dialect to be used will be derived from this if + ``connection`` and ``url`` are not passed. + :param dialect_opts: dictionary of options to be passed to dialect + constructor. + :param transactional_ddl: Force the usage of "transactional" + DDL on or off; + this otherwise defaults to whether or not the dialect in + use supports it. + :param transaction_per_migration: if True, nest each migration script + in a transaction rather than the full series of migrations to + run. + :param output_buffer: a file-like object that will be used + for textual output + when the ``--sql`` option is used to generate SQL scripts. + Defaults to + ``sys.stdout`` if not passed here and also not present on + the :class:`.Config` + object. The value here overrides that of the :class:`.Config` + object. + :param output_encoding: when using ``--sql`` to generate SQL + scripts, apply this encoding to the string output. + :param literal_binds: when using ``--sql`` to generate SQL + scripts, pass through the ``literal_binds`` flag to the compiler + so that any literal values that would ordinarily be bound + parameters are converted to plain strings. + + .. warning:: Dialects can typically only handle simple datatypes + like strings and numbers for auto-literal generation. Datatypes + like dates, intervals, and others may still require manual + formatting, typically using :meth:`.Operations.inline_literal`. + + .. note:: the ``literal_binds`` flag is ignored on SQLAlchemy + versions prior to 0.8 where this feature is not supported. + + .. seealso:: + + :meth:`.Operations.inline_literal` + + :param starting_rev: Override the "starting revision" argument + when using ``--sql`` mode. + :param tag: a string tag for usage by custom ``env.py`` scripts. + Set via the ``--tag`` option, can be overridden here. + :param template_args: dictionary of template arguments which + will be added to the template argument environment when + running the "revision" command. Note that the script environment + is only run within the "revision" command if the --autogenerate + option is used, or if the option "revision_environment=true" + is present in the alembic.ini file. + + :param version_table: The name of the Alembic version table. + The default is ``'alembic_version'``. + :param version_table_schema: Optional schema to place version + table within. + :param version_table_pk: boolean, whether the Alembic version table + should use a primary key constraint for the "value" column; this + only takes effect when the table is first created. + Defaults to True; setting to False should not be necessary and is + here for backwards compatibility reasons. + :param on_version_apply: a callable or collection of callables to be + run for each migration step. + The callables will be run in the order they are given, once for + each migration step, after the respective operation has been + applied but before its transaction is finalized. + Each callable accepts no positional arguments and the following + keyword arguments: + + * ``ctx``: the :class:`.MigrationContext` running the migration, + * ``step``: a :class:`.MigrationInfo` representing the + step currently being applied, + * ``heads``: a collection of version strings representing the + current heads, + * ``run_args``: the ``**kwargs`` passed to :meth:`.run_migrations`. + + Parameters specific to the autogenerate feature, when + ``alembic revision`` is run with the ``--autogenerate`` feature: + + :param target_metadata: a :class:`sqlalchemy.schema.MetaData` + object, or a sequence of :class:`~sqlalchemy.schema.MetaData` + objects, that will be consulted during autogeneration. + The tables present in each :class:`~sqlalchemy.schema.MetaData` + will be compared against + what is locally available on the target + :class:`~sqlalchemy.engine.Connection` + to produce candidate upgrade/downgrade operations. + :param compare_type: Indicates type comparison behavior during + an autogenerate + operation. Defaults to ``True`` turning on type comparison, which + has good accuracy on most backends. See :ref:`compare_types` + for an example as well as information on other type + comparison options. Set to ``False`` which disables type + comparison. A callable can also be passed to provide custom type + comparison, see :ref:`compare_types` for additional details. + + .. versionchanged:: 1.12.0 The default value of + :paramref:`.EnvironmentContext.configure.compare_type` has been + changed to ``True``. + + .. seealso:: + + :ref:`compare_types` + + :paramref:`.EnvironmentContext.configure.compare_server_default` + + :param compare_server_default: Indicates server default comparison + behavior during + an autogenerate operation. Defaults to ``False`` which disables + server default + comparison. Set to ``True`` to turn on server default comparison, + which has + varied accuracy depending on backend. + + To customize server default comparison behavior, a callable may + be specified + which can filter server default comparisons during an + autogenerate operation. + defaults during an autogenerate operation. The format of this + callable is:: + + def my_compare_server_default(context, inspected_column, + metadata_column, inspected_default, metadata_default, + rendered_metadata_default): + # return True if the defaults are different, + # False if not, or None to allow the default implementation + # to compare these defaults + return None + + context.configure( + # ... + compare_server_default = my_compare_server_default + ) + + ``inspected_column`` is a dictionary structure as returned by + :meth:`sqlalchemy.engine.reflection.Inspector.get_columns`, whereas + ``metadata_column`` is a :class:`sqlalchemy.schema.Column` from + the local model environment. + + A return value of ``None`` indicates to allow default server default + comparison + to proceed. Note that some backends such as Postgresql actually + execute + the two defaults on the database side to compare for equivalence. + + .. seealso:: + + :paramref:`.EnvironmentContext.configure.compare_type` + + :param include_name: A callable function which is given + the chance to return ``True`` or ``False`` for any database reflected + object based on its name, including database schema names when + the :paramref:`.EnvironmentContext.configure.include_schemas` flag + is set to ``True``. + + The function accepts the following positional arguments: + + * ``name``: the name of the object, such as schema name or table name. + Will be ``None`` when indicating the default schema name of the + database connection. + * ``type``: a string describing the type of object; currently + ``"schema"``, ``"table"``, ``"column"``, ``"index"``, + ``"unique_constraint"``, or ``"foreign_key_constraint"`` + * ``parent_names``: a dictionary of "parent" object names, that are + relative to the name being given. Keys in this dictionary may + include: ``"schema_name"``, ``"table_name"`` or + ``"schema_qualified_table_name"``. + + E.g.:: + + def include_name(name, type_, parent_names): + if type_ == "schema": + return name in ["schema_one", "schema_two"] + else: + return True + + context.configure( + # ... + include_schemas = True, + include_name = include_name + ) + + .. seealso:: + + :ref:`autogenerate_include_hooks` + + :paramref:`.EnvironmentContext.configure.include_object` + + :paramref:`.EnvironmentContext.configure.include_schemas` + + + :param include_object: A callable function which is given + the chance to return ``True`` or ``False`` for any object, + indicating if the given object should be considered in the + autogenerate sweep. + + The function accepts the following positional arguments: + + * ``object``: a :class:`~sqlalchemy.schema.SchemaItem` object such + as a :class:`~sqlalchemy.schema.Table`, + :class:`~sqlalchemy.schema.Column`, + :class:`~sqlalchemy.schema.Index` + :class:`~sqlalchemy.schema.UniqueConstraint`, + or :class:`~sqlalchemy.schema.ForeignKeyConstraint` object + * ``name``: the name of the object. This is typically available + via ``object.name``. + * ``type``: a string describing the type of object; currently + ``"table"``, ``"column"``, ``"index"``, ``"unique_constraint"``, + or ``"foreign_key_constraint"`` + * ``reflected``: ``True`` if the given object was produced based on + table reflection, ``False`` if it's from a local :class:`.MetaData` + object. + * ``compare_to``: the object being compared against, if available, + else ``None``. + + E.g.:: + + def include_object(object, name, type_, reflected, compare_to): + if (type_ == "column" and + not reflected and + object.info.get("skip_autogenerate", False)): + return False + else: + return True + + context.configure( + # ... + include_object = include_object + ) + + For the use case of omitting specific schemas from a target database + when :paramref:`.EnvironmentContext.configure.include_schemas` is + set to ``True``, the :attr:`~sqlalchemy.schema.Table.schema` + attribute can be checked for each :class:`~sqlalchemy.schema.Table` + object passed to the hook, however it is much more efficient + to filter on schemas before reflection of objects takes place + using the :paramref:`.EnvironmentContext.configure.include_name` + hook. + + .. seealso:: + + :ref:`autogenerate_include_hooks` + + :paramref:`.EnvironmentContext.configure.include_name` + + :paramref:`.EnvironmentContext.configure.include_schemas` + + :param render_as_batch: if True, commands which alter elements + within a table will be placed under a ``with batch_alter_table():`` + directive, so that batch migrations will take place. + + .. seealso:: + + :ref:`batch_migrations` + + :param include_schemas: If True, autogenerate will scan across + all schemas located by the SQLAlchemy + :meth:`~sqlalchemy.engine.reflection.Inspector.get_schema_names` + method, and include all differences in tables found across all + those schemas. When using this option, you may want to also + use the :paramref:`.EnvironmentContext.configure.include_name` + parameter to specify a callable which + can filter the tables/schemas that get included. + + .. seealso:: + + :ref:`autogenerate_include_hooks` + + :paramref:`.EnvironmentContext.configure.include_name` + + :paramref:`.EnvironmentContext.configure.include_object` + + :param render_item: Callable that can be used to override how + any schema item, i.e. column, constraint, type, + etc., is rendered for autogenerate. The callable receives a + string describing the type of object, the object, and + the autogen context. If it returns False, the + default rendering method will be used. If it returns None, + the item will not be rendered in the context of a Table + construct, that is, can be used to skip columns or constraints + within op.create_table():: + + def my_render_column(type_, col, autogen_context): + if type_ == "column" and isinstance(col, MySpecialCol): + return repr(col) + else: + return False + + context.configure( + # ... + render_item = my_render_column + ) + + Available values for the type string include: ``"column"``, + ``"primary_key"``, ``"foreign_key"``, ``"unique"``, ``"check"``, + ``"type"``, ``"server_default"``. + + .. seealso:: + + :ref:`autogen_render_types` + + :param upgrade_token: When autogenerate completes, the text of the + candidate upgrade operations will be present in this template + variable when ``script.py.mako`` is rendered. Defaults to + ``upgrades``. + :param downgrade_token: When autogenerate completes, the text of the + candidate downgrade operations will be present in this + template variable when ``script.py.mako`` is rendered. Defaults to + ``downgrades``. + + :param alembic_module_prefix: When autogenerate refers to Alembic + :mod:`alembic.operations` constructs, this prefix will be used + (i.e. ``op.create_table``) Defaults to "``op.``". + Can be ``None`` to indicate no prefix. + + :param sqlalchemy_module_prefix: When autogenerate refers to + SQLAlchemy + :class:`~sqlalchemy.schema.Column` or type classes, this prefix + will be used + (i.e. ``sa.Column("somename", sa.Integer)``) Defaults to "``sa.``". + Can be ``None`` to indicate no prefix. + Note that when dialect-specific types are rendered, autogenerate + will render them using the dialect module name, i.e. ``mssql.BIT()``, + ``postgresql.UUID()``. + + :param user_module_prefix: When autogenerate refers to a SQLAlchemy + type (e.g. :class:`.TypeEngine`) where the module name is not + under the ``sqlalchemy`` namespace, this prefix will be used + within autogenerate. If left at its default of + ``None``, the ``__module__`` attribute of the type is used to + render the import module. It's a good practice to set this + and to have all custom types be available from a fixed module space, + in order to future-proof migration files against reorganizations + in modules. + + .. seealso:: + + :ref:`autogen_module_prefix` + + :param process_revision_directives: a callable function that will + be passed a structure representing the end result of an autogenerate + or plain "revision" operation, which can be manipulated to affect + how the ``alembic revision`` command ultimately outputs new + revision scripts. The structure of the callable is:: + + def process_revision_directives(context, revision, directives): + pass + + The ``directives`` parameter is a Python list containing + a single :class:`.MigrationScript` directive, which represents + the revision file to be generated. This list as well as its + contents may be freely modified to produce any set of commands. + The section :ref:`customizing_revision` shows an example of + doing this. The ``context`` parameter is the + :class:`.MigrationContext` in use, + and ``revision`` is a tuple of revision identifiers representing the + current revision of the database. + + The callable is invoked at all times when the ``--autogenerate`` + option is passed to ``alembic revision``. If ``--autogenerate`` + is not passed, the callable is invoked only if the + ``revision_environment`` variable is set to True in the Alembic + configuration, in which case the given ``directives`` collection + will contain empty :class:`.UpgradeOps` and :class:`.DowngradeOps` + collections for ``.upgrade_ops`` and ``.downgrade_ops``. The + ``--autogenerate`` option itself can be inferred by inspecting + ``context.config.cmd_opts.autogenerate``. + + The callable function may optionally be an instance of + a :class:`.Rewriter` object. This is a helper object that + assists in the production of autogenerate-stream rewriter functions. + + .. seealso:: + + :ref:`customizing_revision` + + :ref:`autogen_rewriter` + + :paramref:`.command.revision.process_revision_directives` + + Parameters specific to individual backends: + + :param mssql_batch_separator: The "batch separator" which will + be placed between each statement when generating offline SQL Server + migrations. Defaults to ``GO``. Note this is in addition to the + customary semicolon ``;`` at the end of each statement; SQL Server + considers the "batch separator" to denote the end of an + individual statement execution, and cannot group certain + dependent operations in one step. + :param oracle_batch_separator: The "batch separator" which will + be placed between each statement when generating offline + Oracle migrations. Defaults to ``/``. Oracle doesn't add a + semicolon between statements like most other backends. + + """ + opts = self.context_opts + if transactional_ddl is not None: + opts["transactional_ddl"] = transactional_ddl + if output_buffer is not None: + opts["output_buffer"] = output_buffer + elif self.config.output_buffer is not None: + opts["output_buffer"] = self.config.output_buffer + if starting_rev: + opts["starting_rev"] = starting_rev + if tag: + opts["tag"] = tag + if template_args and "template_args" in opts: + opts["template_args"].update(template_args) + opts["transaction_per_migration"] = transaction_per_migration + opts["target_metadata"] = target_metadata + opts["include_name"] = include_name + opts["include_object"] = include_object + opts["include_schemas"] = include_schemas + opts["render_as_batch"] = render_as_batch + opts["upgrade_token"] = upgrade_token + opts["downgrade_token"] = downgrade_token + opts["sqlalchemy_module_prefix"] = sqlalchemy_module_prefix + opts["alembic_module_prefix"] = alembic_module_prefix + opts["user_module_prefix"] = user_module_prefix + opts["literal_binds"] = literal_binds + opts["process_revision_directives"] = process_revision_directives + opts["on_version_apply"] = util.to_tuple(on_version_apply, default=()) + + if render_item is not None: + opts["render_item"] = render_item + opts["compare_type"] = compare_type + if compare_server_default is not None: + opts["compare_server_default"] = compare_server_default + opts["script"] = self.script + + opts.update(kw) + + self._migration_context = MigrationContext.configure( + connection=connection, + url=url, + dialect_name=dialect_name, + environment_context=self, + dialect_opts=dialect_opts, + opts=opts, + ) + + def run_migrations(self, **kw: Any) -> None: + """Run migrations as determined by the current command line + configuration + as well as versioning information present (or not) in the current + database connection (if one is present). + + The function accepts optional ``**kw`` arguments. If these are + passed, they are sent directly to the ``upgrade()`` and + ``downgrade()`` + functions within each target revision file. By modifying the + ``script.py.mako`` file so that the ``upgrade()`` and ``downgrade()`` + functions accept arguments, parameters can be passed here so that + contextual information, usually information to identify a particular + database in use, can be passed from a custom ``env.py`` script + to the migration functions. + + This function requires that a :class:`.MigrationContext` has + first been made available via :meth:`.configure`. + + """ + assert self._migration_context is not None + with Operations.context(self._migration_context): + self.get_context().run_migrations(**kw) + + def execute( + self, + sql: Union[Executable, str], + execution_options: Optional[Dict[str, Any]] = None, + ) -> None: + """Execute the given SQL using the current change context. + + The behavior of :meth:`.execute` is the same + as that of :meth:`.Operations.execute`. Please see that + function's documentation for full detail including + caveats and limitations. + + This function requires that a :class:`.MigrationContext` has + first been made available via :meth:`.configure`. + + """ + self.get_context().execute(sql, execution_options=execution_options) + + def static_output(self, text: str) -> None: + """Emit text directly to the "offline" SQL stream. + + Typically this is for emitting comments that + start with --. The statement is not treated + as a SQL execution, no ; or batch separator + is added, etc. + + """ + self.get_context().impl.static_output(text) + + def begin_transaction( + self, + ) -> Union[_ProxyTransaction, ContextManager[None]]: + """Return a context manager that will + enclose an operation within a "transaction", + as defined by the environment's offline + and transactional DDL settings. + + e.g.:: + + with context.begin_transaction(): + context.run_migrations() + + :meth:`.begin_transaction` is intended to + "do the right thing" regardless of + calling context: + + * If :meth:`.is_transactional_ddl` is ``False``, + returns a "do nothing" context manager + which otherwise produces no transactional + state or directives. + * If :meth:`.is_offline_mode` is ``True``, + returns a context manager that will + invoke the :meth:`.DefaultImpl.emit_begin` + and :meth:`.DefaultImpl.emit_commit` + methods, which will produce the string + directives ``BEGIN`` and ``COMMIT`` on + the output stream, as rendered by the + target backend (e.g. SQL Server would + emit ``BEGIN TRANSACTION``). + * Otherwise, calls :meth:`sqlalchemy.engine.Connection.begin` + on the current online connection, which + returns a :class:`sqlalchemy.engine.Transaction` + object. This object demarcates a real + transaction and is itself a context manager, + which will roll back if an exception + is raised. + + Note that a custom ``env.py`` script which + has more specific transactional needs can of course + manipulate the :class:`~sqlalchemy.engine.Connection` + directly to produce transactional state in "online" + mode. + + """ + + return self.get_context().begin_transaction() + + def get_context(self) -> MigrationContext: + """Return the current :class:`.MigrationContext` object. + + If :meth:`.EnvironmentContext.configure` has not been + called yet, raises an exception. + + """ + + if self._migration_context is None: + raise Exception("No context has been configured yet.") + return self._migration_context + + def get_bind(self) -> Connection: + """Return the current 'bind'. + + In "online" mode, this is the + :class:`sqlalchemy.engine.Connection` currently being used + to emit SQL to the database. + + This function requires that a :class:`.MigrationContext` + has first been made available via :meth:`.configure`. + + """ + return self.get_context().bind # type: ignore[return-value] + + def get_impl(self) -> DefaultImpl: + return self.get_context().impl diff --git a/venv/lib/python3.8/site-packages/alembic/runtime/migration.py b/venv/lib/python3.8/site-packages/alembic/runtime/migration.py new file mode 100644 index 000000000..28f01c3b3 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/runtime/migration.py @@ -0,0 +1,1391 @@ +# mypy: allow-untyped-defs, allow-incomplete-defs, allow-untyped-calls +# mypy: no-warn-return-any, allow-any-generics + +from __future__ import annotations + +from contextlib import contextmanager +from contextlib import nullcontext +import logging +import sys +from typing import Any +from typing import Callable +from typing import cast +from typing import Collection +from typing import ContextManager +from typing import Dict +from typing import Iterable +from typing import Iterator +from typing import List +from typing import Optional +from typing import Set +from typing import Tuple +from typing import TYPE_CHECKING +from typing import Union + +from sqlalchemy import Column +from sqlalchemy import literal_column +from sqlalchemy.engine import Engine +from sqlalchemy.engine import url as sqla_url +from sqlalchemy.engine.strategies import MockEngineStrategy + +from .. import ddl +from .. import util +from ..util import sqla_compat +from ..util.compat import EncodedIO +from ..util.sqla_compat import _select + +if TYPE_CHECKING: + from sqlalchemy.engine import Dialect + from sqlalchemy.engine import URL + from sqlalchemy.engine.base import Connection + from sqlalchemy.engine.base import Transaction + from sqlalchemy.engine.mock import MockConnection + from sqlalchemy.sql import Executable + + from .environment import EnvironmentContext + from ..config import Config + from ..script.base import Script + from ..script.base import ScriptDirectory + from ..script.revision import _RevisionOrBase + from ..script.revision import Revision + from ..script.revision import RevisionMap + +log = logging.getLogger(__name__) + + +class _ProxyTransaction: + def __init__(self, migration_context: MigrationContext) -> None: + self.migration_context = migration_context + + @property + def _proxied_transaction(self) -> Optional[Transaction]: + return self.migration_context._transaction + + def rollback(self) -> None: + t = self._proxied_transaction + assert t is not None + t.rollback() + self.migration_context._transaction = None + + def commit(self) -> None: + t = self._proxied_transaction + assert t is not None + t.commit() + self.migration_context._transaction = None + + def __enter__(self) -> _ProxyTransaction: + return self + + def __exit__(self, type_: Any, value: Any, traceback: Any) -> None: + if self._proxied_transaction is not None: + self._proxied_transaction.__exit__(type_, value, traceback) + self.migration_context._transaction = None + + +class MigrationContext: + """Represent the database state made available to a migration + script. + + :class:`.MigrationContext` is the front end to an actual + database connection, or alternatively a string output + stream given a particular database dialect, + from an Alembic perspective. + + When inside the ``env.py`` script, the :class:`.MigrationContext` + is available via the + :meth:`.EnvironmentContext.get_context` method, + which is available at ``alembic.context``:: + + # from within env.py script + from alembic import context + + migration_context = context.get_context() + + For usage outside of an ``env.py`` script, such as for + utility routines that want to check the current version + in the database, the :meth:`.MigrationContext.configure` + method to create new :class:`.MigrationContext` objects. + For example, to get at the current revision in the + database using :meth:`.MigrationContext.get_current_revision`:: + + # in any application, outside of an env.py script + from alembic.migration import MigrationContext + from sqlalchemy import create_engine + + engine = create_engine("postgresql://mydatabase") + conn = engine.connect() + + context = MigrationContext.configure(conn) + current_rev = context.get_current_revision() + + The above context can also be used to produce + Alembic migration operations with an :class:`.Operations` + instance:: + + # in any application, outside of the normal Alembic environment + from alembic.operations import Operations + + op = Operations(context) + op.alter_column("mytable", "somecolumn", nullable=True) + + """ + + def __init__( + self, + dialect: Dialect, + connection: Optional[Connection], + opts: Dict[str, Any], + environment_context: Optional[EnvironmentContext] = None, + ) -> None: + self.environment_context = environment_context + self.opts = opts + self.dialect = dialect + self.script: Optional[ScriptDirectory] = opts.get("script") + as_sql: bool = opts.get("as_sql", False) + transactional_ddl = opts.get("transactional_ddl") + self._transaction_per_migration = opts.get( + "transaction_per_migration", False + ) + self.on_version_apply_callbacks = opts.get("on_version_apply", ()) + self._transaction: Optional[Transaction] = None + + if as_sql: + self.connection = cast( + Optional["Connection"], self._stdout_connection(connection) + ) + assert self.connection is not None + self._in_external_transaction = False + else: + self.connection = connection + self._in_external_transaction = ( + sqla_compat._get_connection_in_transaction(connection) + ) + + self._migrations_fn: Optional[ + Callable[..., Iterable[RevisionStep]] + ] = opts.get("fn") + self.as_sql = as_sql + + self.purge = opts.get("purge", False) + + if "output_encoding" in opts: + self.output_buffer = EncodedIO( + opts.get("output_buffer") + or sys.stdout, # type:ignore[arg-type] + opts["output_encoding"], + ) + else: + self.output_buffer = opts.get("output_buffer", sys.stdout) + + self._user_compare_type = opts.get("compare_type", True) + self._user_compare_server_default = opts.get( + "compare_server_default", False + ) + self.version_table = version_table = opts.get( + "version_table", "alembic_version" + ) + self.version_table_schema = version_table_schema = opts.get( + "version_table_schema", None + ) + + self._start_from_rev: Optional[str] = opts.get("starting_rev") + self.impl = ddl.DefaultImpl.get_by_dialect(dialect)( + dialect, + self.connection, + self.as_sql, + transactional_ddl, + self.output_buffer, + opts, + ) + + self._version = self.impl.version_table_impl( + version_table=version_table, + version_table_schema=version_table_schema, + version_table_pk=opts.get("version_table_pk", True), + ) + + log.info("Context impl %s.", self.impl.__class__.__name__) + if self.as_sql: + log.info("Generating static SQL") + log.info( + "Will assume %s DDL.", + ( + "transactional" + if self.impl.transactional_ddl + else "non-transactional" + ), + ) + + @classmethod + def configure( + cls, + connection: Optional[Connection] = None, + url: Optional[Union[str, URL]] = None, + dialect_name: Optional[str] = None, + dialect: Optional[Dialect] = None, + environment_context: Optional[EnvironmentContext] = None, + dialect_opts: Optional[Dict[str, str]] = None, + opts: Optional[Any] = None, + ) -> MigrationContext: + """Create a new :class:`.MigrationContext`. + + This is a factory method usually called + by :meth:`.EnvironmentContext.configure`. + + :param connection: a :class:`~sqlalchemy.engine.Connection` + to use for SQL execution in "online" mode. When present, + is also used to determine the type of dialect in use. + :param url: a string database url, or a + :class:`sqlalchemy.engine.url.URL` object. + The type of dialect to be used will be derived from this if + ``connection`` is not passed. + :param dialect_name: string name of a dialect, such as + "postgresql", "mssql", etc. The type of dialect to be used will be + derived from this if ``connection`` and ``url`` are not passed. + :param opts: dictionary of options. Most other options + accepted by :meth:`.EnvironmentContext.configure` are passed via + this dictionary. + + """ + if opts is None: + opts = {} + if dialect_opts is None: + dialect_opts = {} + + if connection: + if isinstance(connection, Engine): + raise util.CommandError( + "'connection' argument to configure() is expected " + "to be a sqlalchemy.engine.Connection instance, " + "got %r" % connection, + ) + + dialect = connection.dialect + elif url: + url_obj = sqla_url.make_url(url) + dialect = url_obj.get_dialect()(**dialect_opts) + elif dialect_name: + url_obj = sqla_url.make_url("%s://" % dialect_name) + dialect = url_obj.get_dialect()(**dialect_opts) + elif not dialect: + raise Exception("Connection, url, or dialect_name is required.") + assert dialect is not None + return MigrationContext(dialect, connection, opts, environment_context) + + @contextmanager + def autocommit_block(self) -> Iterator[None]: + """Enter an "autocommit" block, for databases that support AUTOCOMMIT + isolation levels. + + This special directive is intended to support the occasional database + DDL or system operation that specifically has to be run outside of + any kind of transaction block. The PostgreSQL database platform + is the most common target for this style of operation, as many + of its DDL operations must be run outside of transaction blocks, even + though the database overall supports transactional DDL. + + The method is used as a context manager within a migration script, by + calling on :meth:`.Operations.get_context` to retrieve the + :class:`.MigrationContext`, then invoking + :meth:`.MigrationContext.autocommit_block` using the ``with:`` + statement:: + + def upgrade(): + with op.get_context().autocommit_block(): + op.execute("ALTER TYPE mood ADD VALUE 'soso'") + + Above, a PostgreSQL "ALTER TYPE..ADD VALUE" directive is emitted, + which must be run outside of a transaction block at the database level. + The :meth:`.MigrationContext.autocommit_block` method makes use of the + SQLAlchemy ``AUTOCOMMIT`` isolation level setting, which against the + psycogp2 DBAPI corresponds to the ``connection.autocommit`` setting, + to ensure that the database driver is not inside of a DBAPI level + transaction block. + + .. warning:: + + As is necessary, **the database transaction preceding the block is + unconditionally committed**. This means that the run of migrations + preceding the operation will be committed, before the overall + migration operation is complete. + + It is recommended that when an application includes migrations with + "autocommit" blocks, that + :paramref:`.EnvironmentContext.transaction_per_migration` be used + so that the calling environment is tuned to expect short per-file + migrations whether or not one of them has an autocommit block. + + + """ + _in_connection_transaction = self._in_connection_transaction() + + if self.impl.transactional_ddl and self.as_sql: + self.impl.emit_commit() + + elif _in_connection_transaction: + assert self._transaction is not None + + self._transaction.commit() + self._transaction = None + + if not self.as_sql: + assert self.connection is not None + current_level = self.connection.get_isolation_level() + base_connection = self.connection + + # in 1.3 and 1.4 non-future mode, the connection gets switched + # out. we can use the base connection with the new mode + # except that it will not know it's in "autocommit" and will + # emit deprecation warnings when an autocommit action takes + # place. + self.connection = self.impl.connection = ( + base_connection.execution_options(isolation_level="AUTOCOMMIT") + ) + + # sqlalchemy future mode will "autobegin" in any case, so take + # control of that "transaction" here + fake_trans: Optional[Transaction] = self.connection.begin() + else: + fake_trans = None + try: + yield + finally: + if not self.as_sql: + assert self.connection is not None + if fake_trans is not None: + fake_trans.commit() + self.connection.execution_options( + isolation_level=current_level + ) + self.connection = self.impl.connection = base_connection + + if self.impl.transactional_ddl and self.as_sql: + self.impl.emit_begin() + + elif _in_connection_transaction: + assert self.connection is not None + self._transaction = self.connection.begin() + + def begin_transaction( + self, _per_migration: bool = False + ) -> Union[_ProxyTransaction, ContextManager[None]]: + """Begin a logical transaction for migration operations. + + This method is used within an ``env.py`` script to demarcate where + the outer "transaction" for a series of migrations begins. Example:: + + def run_migrations_online(): + connectable = create_engine(...) + + with connectable.connect() as connection: + context.configure( + connection=connection, target_metadata=target_metadata + ) + + with context.begin_transaction(): + context.run_migrations() + + Above, :meth:`.MigrationContext.begin_transaction` is used to demarcate + where the outer logical transaction occurs around the + :meth:`.MigrationContext.run_migrations` operation. + + A "Logical" transaction means that the operation may or may not + correspond to a real database transaction. If the target database + supports transactional DDL (or + :paramref:`.EnvironmentContext.configure.transactional_ddl` is true), + the :paramref:`.EnvironmentContext.configure.transaction_per_migration` + flag is not set, and the migration is against a real database + connection (as opposed to using "offline" ``--sql`` mode), a real + transaction will be started. If ``--sql`` mode is in effect, the + operation would instead correspond to a string such as "BEGIN" being + emitted to the string output. + + The returned object is a Python context manager that should only be + used in the context of a ``with:`` statement as indicated above. + The object has no other guaranteed API features present. + + .. seealso:: + + :meth:`.MigrationContext.autocommit_block` + + """ + + if self._in_external_transaction: + return nullcontext() + + if self.impl.transactional_ddl: + transaction_now = _per_migration == self._transaction_per_migration + else: + transaction_now = _per_migration is True + + if not transaction_now: + return nullcontext() + + elif not self.impl.transactional_ddl: + assert _per_migration + + if self.as_sql: + return nullcontext() + else: + # track our own notion of a "transaction block", which must be + # committed when complete. Don't rely upon whether or not the + # SQLAlchemy connection reports as "in transaction"; this + # because SQLAlchemy future connection features autobegin + # behavior, so it may already be in a transaction from our + # emitting of queries like "has_version_table", etc. While we + # could track these operations as well, that leaves open the + # possibility of new operations or other things happening in + # the user environment that still may be triggering + # "autobegin". + + in_transaction = self._transaction is not None + + if in_transaction: + return nullcontext() + else: + assert self.connection is not None + self._transaction = ( + sqla_compat._safe_begin_connection_transaction( + self.connection + ) + ) + return _ProxyTransaction(self) + elif self.as_sql: + + @contextmanager + def begin_commit(): + self.impl.emit_begin() + yield + self.impl.emit_commit() + + return begin_commit() + else: + assert self.connection is not None + self._transaction = sqla_compat._safe_begin_connection_transaction( + self.connection + ) + return _ProxyTransaction(self) + + def get_current_revision(self) -> Optional[str]: + """Return the current revision, usually that which is present + in the ``alembic_version`` table in the database. + + This method intends to be used only for a migration stream that + does not contain unmerged branches in the target database; + if there are multiple branches present, an exception is raised. + The :meth:`.MigrationContext.get_current_heads` should be preferred + over this method going forward in order to be compatible with + branch migration support. + + If this :class:`.MigrationContext` was configured in "offline" + mode, that is with ``as_sql=True``, the ``starting_rev`` + parameter is returned instead, if any. + + """ + heads = self.get_current_heads() + if len(heads) == 0: + return None + elif len(heads) > 1: + raise util.CommandError( + "Version table '%s' has more than one head present; " + "please use get_current_heads()" % self.version_table + ) + else: + return heads[0] + + def get_current_heads(self) -> Tuple[str, ...]: + """Return a tuple of the current 'head versions' that are represented + in the target database. + + For a migration stream without branches, this will be a single + value, synonymous with that of + :meth:`.MigrationContext.get_current_revision`. However when multiple + unmerged branches exist within the target database, the returned tuple + will contain a value for each head. + + If this :class:`.MigrationContext` was configured in "offline" + mode, that is with ``as_sql=True``, the ``starting_rev`` + parameter is returned in a one-length tuple. + + If no version table is present, or if there are no revisions + present, an empty tuple is returned. + + """ + if self.as_sql: + start_from_rev: Any = self._start_from_rev + if start_from_rev == "base": + start_from_rev = None + elif start_from_rev is not None and self.script: + start_from_rev = [ + self.script.get_revision(sfr).revision + for sfr in util.to_list(start_from_rev) + if sfr not in (None, "base") + ] + return util.to_tuple(start_from_rev, default=()) + else: + if self._start_from_rev: + raise util.CommandError( + "Can't specify current_rev to context " + "when using a database connection" + ) + if not self._has_version_table(): + return () + assert self.connection is not None + return tuple( + row[0] + for row in self.connection.execute( + _select(self._version.c.version_num) + ) + ) + + def _ensure_version_table(self, purge: bool = False) -> None: + with sqla_compat._ensure_scope_for_ddl(self.connection): + assert self.connection is not None + self._version.create(self.connection, checkfirst=True) + if purge: + assert self.connection is not None + self.connection.execute(self._version.delete()) + + def _has_version_table(self) -> bool: + assert self.connection is not None + return sqla_compat._connectable_has_table( + self.connection, self.version_table, self.version_table_schema + ) + + def stamp(self, script_directory: ScriptDirectory, revision: str) -> None: + """Stamp the version table with a specific revision. + + This method calculates those branches to which the given revision + can apply, and updates those branches as though they were migrated + towards that revision (either up or down). If no current branches + include the revision, it is added as a new branch head. + + """ + heads = self.get_current_heads() + if not self.as_sql and not heads: + self._ensure_version_table() + head_maintainer = HeadMaintainer(self, heads) + for step in script_directory._stamp_revs(revision, heads): + head_maintainer.update_to_step(step) + + def run_migrations(self, **kw: Any) -> None: + r"""Run the migration scripts established for this + :class:`.MigrationContext`, if any. + + The commands in :mod:`alembic.command` will set up a function + that is ultimately passed to the :class:`.MigrationContext` + as the ``fn`` argument. This function represents the "work" + that will be done when :meth:`.MigrationContext.run_migrations` + is called, typically from within the ``env.py`` script of the + migration environment. The "work function" then provides an iterable + of version callables and other version information which + in the case of the ``upgrade`` or ``downgrade`` commands are the + list of version scripts to invoke. Other commands yield nothing, + in the case that a command wants to run some other operation + against the database such as the ``current`` or ``stamp`` commands. + + :param \**kw: keyword arguments here will be passed to each + migration callable, that is the ``upgrade()`` or ``downgrade()`` + method within revision scripts. + + """ + self.impl.start_migrations() + + heads: Tuple[str, ...] + if self.purge: + if self.as_sql: + raise util.CommandError("Can't use --purge with --sql mode") + self._ensure_version_table(purge=True) + heads = () + else: + heads = self.get_current_heads() + + dont_mutate = self.opts.get("dont_mutate", False) + + if not self.as_sql and not heads and not dont_mutate: + self._ensure_version_table() + + head_maintainer = HeadMaintainer(self, heads) + + assert self._migrations_fn is not None + for step in self._migrations_fn(heads, self): + with self.begin_transaction(_per_migration=True): + if self.as_sql and not head_maintainer.heads: + # for offline mode, include a CREATE TABLE from + # the base + assert self.connection is not None + self._version.create(self.connection) + log.info("Running %s", step) + if self.as_sql: + self.impl.static_output( + "-- Running %s" % (step.short_log,) + ) + step.migration_fn(**kw) + + # previously, we wouldn't stamp per migration + # if we were in a transaction, however given the more + # complex model that involves any number of inserts + # and row-targeted updates and deletes, it's simpler for now + # just to run the operations on every version + head_maintainer.update_to_step(step) + for callback in self.on_version_apply_callbacks: + callback( + ctx=self, + step=step.info, + heads=set(head_maintainer.heads), + run_args=kw, + ) + + if self.as_sql and not head_maintainer.heads: + assert self.connection is not None + self._version.drop(self.connection) + + def _in_connection_transaction(self) -> bool: + try: + meth = self.connection.in_transaction # type:ignore[union-attr] + except AttributeError: + return False + else: + return meth() + + def execute( + self, + sql: Union[Executable, str], + execution_options: Optional[Dict[str, Any]] = None, + ) -> None: + """Execute a SQL construct or string statement. + + The underlying execution mechanics are used, that is + if this is "offline mode" the SQL is written to the + output buffer, otherwise the SQL is emitted on + the current SQLAlchemy connection. + + """ + self.impl._exec(sql, execution_options) + + def _stdout_connection( + self, connection: Optional[Connection] + ) -> MockConnection: + def dump(construct, *multiparams, **params): + self.impl._exec(construct) + + return MockEngineStrategy.MockConnection(self.dialect, dump) + + @property + def bind(self) -> Optional[Connection]: + """Return the current "bind". + + In online mode, this is an instance of + :class:`sqlalchemy.engine.Connection`, and is suitable + for ad-hoc execution of any kind of usage described + in SQLAlchemy Core documentation as well as + for usage with the :meth:`sqlalchemy.schema.Table.create` + and :meth:`sqlalchemy.schema.MetaData.create_all` methods + of :class:`~sqlalchemy.schema.Table`, + :class:`~sqlalchemy.schema.MetaData`. + + Note that when "standard output" mode is enabled, + this bind will be a "mock" connection handler that cannot + return results and is only appropriate for a very limited + subset of commands. + + """ + return self.connection + + @property + def config(self) -> Optional[Config]: + """Return the :class:`.Config` used by the current environment, + if any.""" + + if self.environment_context: + return self.environment_context.config + else: + return None + + def _compare_type( + self, inspector_column: Column[Any], metadata_column: Column + ) -> bool: + if self._user_compare_type is False: + return False + + if callable(self._user_compare_type): + user_value = self._user_compare_type( + self, + inspector_column, + metadata_column, + inspector_column.type, + metadata_column.type, + ) + if user_value is not None: + return user_value + + return self.impl.compare_type(inspector_column, metadata_column) + + def _compare_server_default( + self, + inspector_column: Column[Any], + metadata_column: Column[Any], + rendered_metadata_default: Optional[str], + rendered_column_default: Optional[str], + ) -> bool: + if self._user_compare_server_default is False: + return False + + if callable(self._user_compare_server_default): + user_value = self._user_compare_server_default( + self, + inspector_column, + metadata_column, + rendered_column_default, + metadata_column.server_default, + rendered_metadata_default, + ) + if user_value is not None: + return user_value + + return self.impl.compare_server_default( + inspector_column, + metadata_column, + rendered_metadata_default, + rendered_column_default, + ) + + +class HeadMaintainer: + def __init__(self, context: MigrationContext, heads: Any) -> None: + self.context = context + self.heads = set(heads) + + def _insert_version(self, version: str) -> None: + assert version not in self.heads + self.heads.add(version) + + self.context.impl._exec( + self.context._version.insert().values( + version_num=literal_column("'%s'" % version) + ) + ) + + def _delete_version(self, version: str) -> None: + self.heads.remove(version) + + ret = self.context.impl._exec( + self.context._version.delete().where( + self.context._version.c.version_num + == literal_column("'%s'" % version) + ) + ) + + if ( + not self.context.as_sql + and self.context.dialect.supports_sane_rowcount + and ret is not None + and ret.rowcount != 1 + ): + raise util.CommandError( + "Online migration expected to match one " + "row when deleting '%s' in '%s'; " + "%d found" + % (version, self.context.version_table, ret.rowcount) + ) + + def _update_version(self, from_: str, to_: str) -> None: + assert to_ not in self.heads + self.heads.remove(from_) + self.heads.add(to_) + + ret = self.context.impl._exec( + self.context._version.update() + .values(version_num=literal_column("'%s'" % to_)) + .where( + self.context._version.c.version_num + == literal_column("'%s'" % from_) + ) + ) + + if ( + not self.context.as_sql + and self.context.dialect.supports_sane_rowcount + and ret is not None + and ret.rowcount != 1 + ): + raise util.CommandError( + "Online migration expected to match one " + "row when updating '%s' to '%s' in '%s'; " + "%d found" + % (from_, to_, self.context.version_table, ret.rowcount) + ) + + def update_to_step(self, step: Union[RevisionStep, StampStep]) -> None: + if step.should_delete_branch(self.heads): + vers = step.delete_version_num + log.debug("branch delete %s", vers) + self._delete_version(vers) + elif step.should_create_branch(self.heads): + vers = step.insert_version_num + log.debug("new branch insert %s", vers) + self._insert_version(vers) + elif step.should_merge_branches(self.heads): + # delete revs, update from rev, update to rev + ( + delete_revs, + update_from_rev, + update_to_rev, + ) = step.merge_branch_idents(self.heads) + log.debug( + "merge, delete %s, update %s to %s", + delete_revs, + update_from_rev, + update_to_rev, + ) + for delrev in delete_revs: + self._delete_version(delrev) + self._update_version(update_from_rev, update_to_rev) + elif step.should_unmerge_branches(self.heads): + ( + update_from_rev, + update_to_rev, + insert_revs, + ) = step.unmerge_branch_idents(self.heads) + log.debug( + "unmerge, insert %s, update %s to %s", + insert_revs, + update_from_rev, + update_to_rev, + ) + for insrev in insert_revs: + self._insert_version(insrev) + self._update_version(update_from_rev, update_to_rev) + else: + from_, to_ = step.update_version_num(self.heads) + log.debug("update %s to %s", from_, to_) + self._update_version(from_, to_) + + +class MigrationInfo: + """Exposes information about a migration step to a callback listener. + + The :class:`.MigrationInfo` object is available exclusively for the + benefit of the :paramref:`.EnvironmentContext.on_version_apply` + callback hook. + + """ + + is_upgrade: bool + """True/False: indicates whether this operation ascends or descends the + version tree.""" + + is_stamp: bool + """True/False: indicates whether this operation is a stamp (i.e. whether + it results in any actual database operations).""" + + up_revision_id: Optional[str] + """Version string corresponding to :attr:`.Revision.revision`. + + In the case of a stamp operation, it is advised to use the + :attr:`.MigrationInfo.up_revision_ids` tuple as a stamp operation can + make a single movement from one or more branches down to a single + branchpoint, in which case there will be multiple "up" revisions. + + .. seealso:: + + :attr:`.MigrationInfo.up_revision_ids` + + """ + + up_revision_ids: Tuple[str, ...] + """Tuple of version strings corresponding to :attr:`.Revision.revision`. + + In the majority of cases, this tuple will be a single value, synonymous + with the scalar value of :attr:`.MigrationInfo.up_revision_id`. + It can be multiple revision identifiers only in the case of an + ``alembic stamp`` operation which is moving downwards from multiple + branches down to their common branch point. + + """ + + down_revision_ids: Tuple[str, ...] + """Tuple of strings representing the base revisions of this migration step. + + If empty, this represents a root revision; otherwise, the first item + corresponds to :attr:`.Revision.down_revision`, and the rest are inferred + from dependencies. + """ + + revision_map: RevisionMap + """The revision map inside of which this operation occurs.""" + + def __init__( + self, + revision_map: RevisionMap, + is_upgrade: bool, + is_stamp: bool, + up_revisions: Union[str, Tuple[str, ...]], + down_revisions: Union[str, Tuple[str, ...]], + ) -> None: + self.revision_map = revision_map + self.is_upgrade = is_upgrade + self.is_stamp = is_stamp + self.up_revision_ids = util.to_tuple(up_revisions, default=()) + if self.up_revision_ids: + self.up_revision_id = self.up_revision_ids[0] + else: + # this should never be the case with + # "upgrade", "downgrade", or "stamp" as we are always + # measuring movement in terms of at least one upgrade version + self.up_revision_id = None + self.down_revision_ids = util.to_tuple(down_revisions, default=()) + + @property + def is_migration(self) -> bool: + """True/False: indicates whether this operation is a migration. + + At present this is true if and only the migration is not a stamp. + If other operation types are added in the future, both this attribute + and :attr:`~.MigrationInfo.is_stamp` will be false. + """ + return not self.is_stamp + + @property + def source_revision_ids(self) -> Tuple[str, ...]: + """Active revisions before this migration step is applied.""" + return ( + self.down_revision_ids if self.is_upgrade else self.up_revision_ids + ) + + @property + def destination_revision_ids(self) -> Tuple[str, ...]: + """Active revisions after this migration step is applied.""" + return ( + self.up_revision_ids if self.is_upgrade else self.down_revision_ids + ) + + @property + def up_revision(self) -> Optional[Revision]: + """Get :attr:`~.MigrationInfo.up_revision_id` as + a :class:`.Revision`. + + """ + return self.revision_map.get_revision(self.up_revision_id) + + @property + def up_revisions(self) -> Tuple[Optional[_RevisionOrBase], ...]: + """Get :attr:`~.MigrationInfo.up_revision_ids` as a + :class:`.Revision`.""" + return self.revision_map.get_revisions(self.up_revision_ids) + + @property + def down_revisions(self) -> Tuple[Optional[_RevisionOrBase], ...]: + """Get :attr:`~.MigrationInfo.down_revision_ids` as a tuple of + :class:`Revisions <.Revision>`.""" + return self.revision_map.get_revisions(self.down_revision_ids) + + @property + def source_revisions(self) -> Tuple[Optional[_RevisionOrBase], ...]: + """Get :attr:`~MigrationInfo.source_revision_ids` as a tuple of + :class:`Revisions <.Revision>`.""" + return self.revision_map.get_revisions(self.source_revision_ids) + + @property + def destination_revisions(self) -> Tuple[Optional[_RevisionOrBase], ...]: + """Get :attr:`~MigrationInfo.destination_revision_ids` as a tuple of + :class:`Revisions <.Revision>`.""" + return self.revision_map.get_revisions(self.destination_revision_ids) + + +class MigrationStep: + from_revisions_no_deps: Tuple[str, ...] + to_revisions_no_deps: Tuple[str, ...] + is_upgrade: bool + migration_fn: Any + + if TYPE_CHECKING: + + @property + def doc(self) -> Optional[str]: ... + + @property + def name(self) -> str: + return self.migration_fn.__name__ + + @classmethod + def upgrade_from_script( + cls, revision_map: RevisionMap, script: Script + ) -> RevisionStep: + return RevisionStep(revision_map, script, True) + + @classmethod + def downgrade_from_script( + cls, revision_map: RevisionMap, script: Script + ) -> RevisionStep: + return RevisionStep(revision_map, script, False) + + @property + def is_downgrade(self) -> bool: + return not self.is_upgrade + + @property + def short_log(self) -> str: + return "%s %s -> %s" % ( + self.name, + util.format_as_comma(self.from_revisions_no_deps), + util.format_as_comma(self.to_revisions_no_deps), + ) + + def __str__(self): + if self.doc: + return "%s %s -> %s, %s" % ( + self.name, + util.format_as_comma(self.from_revisions_no_deps), + util.format_as_comma(self.to_revisions_no_deps), + self.doc, + ) + else: + return self.short_log + + +class RevisionStep(MigrationStep): + def __init__( + self, revision_map: RevisionMap, revision: Script, is_upgrade: bool + ) -> None: + self.revision_map = revision_map + self.revision = revision + self.is_upgrade = is_upgrade + if is_upgrade: + self.migration_fn = revision.module.upgrade + else: + self.migration_fn = revision.module.downgrade + + def __repr__(self): + return "RevisionStep(%r, is_upgrade=%r)" % ( + self.revision.revision, + self.is_upgrade, + ) + + def __eq__(self, other: object) -> bool: + return ( + isinstance(other, RevisionStep) + and other.revision == self.revision + and self.is_upgrade == other.is_upgrade + ) + + @property + def doc(self) -> Optional[str]: + return self.revision.doc + + @property + def from_revisions(self) -> Tuple[str, ...]: + if self.is_upgrade: + return self.revision._normalized_down_revisions + else: + return (self.revision.revision,) + + @property + def from_revisions_no_deps( # type:ignore[override] + self, + ) -> Tuple[str, ...]: + if self.is_upgrade: + return self.revision._versioned_down_revisions + else: + return (self.revision.revision,) + + @property + def to_revisions(self) -> Tuple[str, ...]: + if self.is_upgrade: + return (self.revision.revision,) + else: + return self.revision._normalized_down_revisions + + @property + def to_revisions_no_deps( # type:ignore[override] + self, + ) -> Tuple[str, ...]: + if self.is_upgrade: + return (self.revision.revision,) + else: + return self.revision._versioned_down_revisions + + @property + def _has_scalar_down_revision(self) -> bool: + return len(self.revision._normalized_down_revisions) == 1 + + def should_delete_branch(self, heads: Set[str]) -> bool: + """A delete is when we are a. in a downgrade and b. + we are going to the "base" or we are going to a version that + is implied as a dependency on another version that is remaining. + + """ + if not self.is_downgrade: + return False + + if self.revision.revision not in heads: + return False + + downrevs = self.revision._normalized_down_revisions + + if not downrevs: + # is a base + return True + else: + # determine what the ultimate "to_revisions" for an + # unmerge would be. If there are none, then we're a delete. + to_revisions = self._unmerge_to_revisions(heads) + return not to_revisions + + def merge_branch_idents( + self, heads: Set[str] + ) -> Tuple[List[str], str, str]: + other_heads = set(heads).difference(self.from_revisions) + + if other_heads: + ancestors = { + r.revision + for r in self.revision_map._get_ancestor_nodes( + self.revision_map.get_revisions(other_heads), check=False + ) + } + from_revisions = list( + set(self.from_revisions).difference(ancestors) + ) + else: + from_revisions = list(self.from_revisions) + + return ( + # delete revs, update from rev, update to rev + list(from_revisions[0:-1]), + from_revisions[-1], + self.to_revisions[0], + ) + + def _unmerge_to_revisions(self, heads: Set[str]) -> Tuple[str, ...]: + other_heads = set(heads).difference([self.revision.revision]) + if other_heads: + ancestors = { + r.revision + for r in self.revision_map._get_ancestor_nodes( + self.revision_map.get_revisions(other_heads), check=False + ) + } + return tuple(set(self.to_revisions).difference(ancestors)) + else: + # for each revision we plan to return, compute its ancestors + # (excluding self), and remove those from the final output since + # they are already accounted for. + ancestors = { + r.revision + for to_revision in self.to_revisions + for r in self.revision_map._get_ancestor_nodes( + self.revision_map.get_revisions(to_revision), check=False + ) + if r.revision != to_revision + } + return tuple(set(self.to_revisions).difference(ancestors)) + + def unmerge_branch_idents( + self, heads: Set[str] + ) -> Tuple[str, str, Tuple[str, ...]]: + to_revisions = self._unmerge_to_revisions(heads) + + return ( + # update from rev, update to rev, insert revs + self.from_revisions[0], + to_revisions[-1], + to_revisions[0:-1], + ) + + def should_create_branch(self, heads: Set[str]) -> bool: + if not self.is_upgrade: + return False + + downrevs = self.revision._normalized_down_revisions + + if not downrevs: + # is a base + return True + else: + # none of our downrevs are present, so... + # we have to insert our version. This is true whether + # or not there is only one downrev, or multiple (in the latter + # case, we're a merge point.) + if not heads.intersection(downrevs): + return True + else: + return False + + def should_merge_branches(self, heads: Set[str]) -> bool: + if not self.is_upgrade: + return False + + downrevs = self.revision._normalized_down_revisions + + if len(downrevs) > 1 and len(heads.intersection(downrevs)) > 1: + return True + + return False + + def should_unmerge_branches(self, heads: Set[str]) -> bool: + if not self.is_downgrade: + return False + + downrevs = self.revision._normalized_down_revisions + + if self.revision.revision in heads and len(downrevs) > 1: + return True + + return False + + def update_version_num(self, heads: Set[str]) -> Tuple[str, str]: + if not self._has_scalar_down_revision: + downrev = heads.intersection( + self.revision._normalized_down_revisions + ) + assert ( + len(downrev) == 1 + ), "Can't do an UPDATE because downrevision is ambiguous" + down_revision = list(downrev)[0] + else: + down_revision = self.revision._normalized_down_revisions[0] + + if self.is_upgrade: + return down_revision, self.revision.revision + else: + return self.revision.revision, down_revision + + @property + def delete_version_num(self) -> str: + return self.revision.revision + + @property + def insert_version_num(self) -> str: + return self.revision.revision + + @property + def info(self) -> MigrationInfo: + return MigrationInfo( + revision_map=self.revision_map, + up_revisions=self.revision.revision, + down_revisions=self.revision._normalized_down_revisions, + is_upgrade=self.is_upgrade, + is_stamp=False, + ) + + +class StampStep(MigrationStep): + def __init__( + self, + from_: Optional[Union[str, Collection[str]]], + to_: Optional[Union[str, Collection[str]]], + is_upgrade: bool, + branch_move: bool, + revision_map: Optional[RevisionMap] = None, + ) -> None: + self.from_: Tuple[str, ...] = util.to_tuple(from_, default=()) + self.to_: Tuple[str, ...] = util.to_tuple(to_, default=()) + self.is_upgrade = is_upgrade + self.branch_move = branch_move + self.migration_fn = self.stamp_revision + self.revision_map = revision_map + + doc: Optional[str] = None + + def stamp_revision(self, **kw: Any) -> None: + return None + + def __eq__(self, other): + return ( + isinstance(other, StampStep) + and other.from_revisions == self.from_revisions + and other.to_revisions == self.to_revisions + and other.branch_move == self.branch_move + and self.is_upgrade == other.is_upgrade + ) + + @property + def from_revisions(self): + return self.from_ + + @property + def to_revisions(self) -> Tuple[str, ...]: + return self.to_ + + @property + def from_revisions_no_deps( # type:ignore[override] + self, + ) -> Tuple[str, ...]: + return self.from_ + + @property + def to_revisions_no_deps( # type:ignore[override] + self, + ) -> Tuple[str, ...]: + return self.to_ + + @property + def delete_version_num(self) -> str: + assert len(self.from_) == 1 + return self.from_[0] + + @property + def insert_version_num(self) -> str: + assert len(self.to_) == 1 + return self.to_[0] + + def update_version_num(self, heads: Set[str]) -> Tuple[str, str]: + assert len(self.from_) == 1 + assert len(self.to_) == 1 + return self.from_[0], self.to_[0] + + def merge_branch_idents( + self, heads: Union[Set[str], List[str]] + ) -> Union[Tuple[List[Any], str, str], Tuple[List[str], str, str]]: + return ( + # delete revs, update from rev, update to rev + list(self.from_[0:-1]), + self.from_[-1], + self.to_[0], + ) + + def unmerge_branch_idents( + self, heads: Set[str] + ) -> Tuple[str, str, List[str]]: + return ( + # update from rev, update to rev, insert revs + self.from_[0], + self.to_[-1], + list(self.to_[0:-1]), + ) + + def should_delete_branch(self, heads: Set[str]) -> bool: + # TODO: we probably need to look for self.to_ inside of heads, + # in a similar manner as should_create_branch, however we have + # no tests for this yet (stamp downgrades w/ branches) + return self.is_downgrade and self.branch_move + + def should_create_branch(self, heads: Set[str]) -> Union[Set[str], bool]: + return ( + self.is_upgrade + and (self.branch_move or set(self.from_).difference(heads)) + and set(self.to_).difference(heads) + ) + + def should_merge_branches(self, heads: Set[str]) -> bool: + return len(self.from_) > 1 + + def should_unmerge_branches(self, heads: Set[str]) -> bool: + return len(self.to_) > 1 + + @property + def info(self) -> MigrationInfo: + up, down = ( + (self.to_, self.from_) + if self.is_upgrade + else (self.from_, self.to_) + ) + assert self.revision_map is not None + return MigrationInfo( + revision_map=self.revision_map, + up_revisions=up, + down_revisions=down, + is_upgrade=self.is_upgrade, + is_stamp=True, + ) diff --git a/venv/lib/python3.8/site-packages/alembic/script/__init__.py b/venv/lib/python3.8/site-packages/alembic/script/__init__.py new file mode 100644 index 000000000..d78f3f1dc --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/script/__init__.py @@ -0,0 +1,4 @@ +from .base import Script +from .base import ScriptDirectory + +__all__ = ["ScriptDirectory", "Script"] diff --git a/venv/lib/python3.8/site-packages/alembic/script/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/script/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1346a415c348e735523a3942dcc4d3e088126ab1 GIT binary patch literal 288 zcmYk0u};G<5Qc3h1cX}g5-b@~50xqggcz7vDwZrKCq5dhPGZ@nQg&X3jpxbA#49jy z4jnk@et-YnFY8{`>uW~!`M&EkyNkrI>H3h9toTa&0wWDcjQ{`u literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/script/__pycache__/base.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/script/__pycache__/base.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9346cc3c4e484b98e56d58f6e09bc6fe822b8ba4 GIT binary patch literal 27328 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/script/__pycache__/write_hooks.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/script/__pycache__/write_hooks.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..049ce3428c28d9a6d94b85f157bb69e8c2ae703c GIT binary patch literal 4795 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 None: + self.dir = dir + self.file_template = file_template + self.version_locations = version_locations + self.truncate_slug_length = truncate_slug_length or 40 + self.sourceless = sourceless + self.output_encoding = output_encoding + self.revision_map = revision.RevisionMap(self._load_revisions) + self.timezone = timezone + self.hook_config = hook_config + self.recursive_version_locations = recursive_version_locations + self.messaging_opts = messaging_opts + + if not os.access(dir, os.F_OK): + raise util.CommandError( + "Path doesn't exist: %r. Please use " + "the 'init' command to create a new " + "scripts folder." % os.path.abspath(dir) + ) + + @property + def versions(self) -> str: + loc = self._version_locations + if len(loc) > 1: + raise util.CommandError("Multiple version_locations present") + else: + return loc[0] + + @util.memoized_property + def _version_locations(self) -> Sequence[str]: + if self.version_locations: + return [ + os.path.abspath(util.coerce_resource_to_filename(location)) + for location in self.version_locations + ] + else: + return (os.path.abspath(os.path.join(self.dir, "versions")),) + + def _load_revisions(self) -> Iterator[Script]: + if self.version_locations: + paths = [ + vers + for vers in self._version_locations + if os.path.exists(vers) + ] + else: + paths = [self.versions] + + dupes = set() + for vers in paths: + for file_path in Script._list_py_dir(self, vers): + real_path = os.path.realpath(file_path) + if real_path in dupes: + util.warn( + "File %s loaded twice! ignoring. Please ensure " + "version_locations is unique." % real_path + ) + continue + dupes.add(real_path) + + filename = os.path.basename(real_path) + dir_name = os.path.dirname(real_path) + script = Script._from_filename(self, dir_name, filename) + if script is None: + continue + yield script + + @classmethod + def from_config(cls, config: Config) -> ScriptDirectory: + """Produce a new :class:`.ScriptDirectory` given a :class:`.Config` + instance. + + The :class:`.Config` need only have the ``script_location`` key + present. + + """ + script_location = config.get_main_option("script_location") + if script_location is None: + raise util.CommandError( + "No 'script_location' key " "found in configuration." + ) + truncate_slug_length: Optional[int] + tsl = config.get_main_option("truncate_slug_length") + if tsl is not None: + truncate_slug_length = int(tsl) + else: + truncate_slug_length = None + + version_locations_str = config.get_main_option("version_locations") + version_locations: Optional[List[str]] + if version_locations_str: + version_path_separator = config.get_main_option( + "version_path_separator" + ) + + split_on_path = { + None: None, + "space": " ", + "newline": "\n", + "os": os.pathsep, + ":": ":", + ";": ";", + } + + try: + split_char: Optional[str] = split_on_path[ + version_path_separator + ] + except KeyError as ke: + raise ValueError( + "'%s' is not a valid value for " + "version_path_separator; " + "expected 'space', 'newline', 'os', ':', ';'" + % version_path_separator + ) from ke + else: + if split_char is None: + # legacy behaviour for backwards compatibility + version_locations = _split_on_space_comma.split( + version_locations_str + ) + else: + version_locations = [ + x.strip() + for x in version_locations_str.split(split_char) + if x + ] + else: + version_locations = None + + prepend_sys_path = config.get_main_option("prepend_sys_path") + if prepend_sys_path: + sys.path[:0] = list( + _split_on_space_comma_colon.split(prepend_sys_path) + ) + + rvl = config.get_main_option("recursive_version_locations") == "true" + return ScriptDirectory( + util.coerce_resource_to_filename(script_location), + file_template=config.get_main_option( + "file_template", _default_file_template + ), + truncate_slug_length=truncate_slug_length, + sourceless=config.get_main_option("sourceless") == "true", + output_encoding=config.get_main_option("output_encoding", "utf-8"), + version_locations=version_locations, + timezone=config.get_main_option("timezone"), + hook_config=config.get_section("post_write_hooks", {}), + recursive_version_locations=rvl, + messaging_opts=config.messaging_opts, + ) + + @contextmanager + def _catch_revision_errors( + self, + ancestor: Optional[str] = None, + multiple_heads: Optional[str] = None, + start: Optional[str] = None, + end: Optional[str] = None, + resolution: Optional[str] = None, + ) -> Iterator[None]: + try: + yield + except revision.RangeNotAncestorError as rna: + if start is None: + start = cast(Any, rna.lower) + if end is None: + end = cast(Any, rna.upper) + if not ancestor: + ancestor = ( + "Requested range %(start)s:%(end)s does not refer to " + "ancestor/descendant revisions along the same branch" + ) + ancestor = ancestor % {"start": start, "end": end} + raise util.CommandError(ancestor) from rna + except revision.MultipleHeads as mh: + if not multiple_heads: + multiple_heads = ( + "Multiple head revisions are present for given " + "argument '%(head_arg)s'; please " + "specify a specific target revision, " + "'@%(head_arg)s' to " + "narrow to a specific head, or 'heads' for all heads" + ) + multiple_heads = multiple_heads % { + "head_arg": end or mh.argument, + "heads": util.format_as_comma(mh.heads), + } + raise util.CommandError(multiple_heads) from mh + except revision.ResolutionError as re: + if resolution is None: + resolution = "Can't locate revision identified by '%s'" % ( + re.argument + ) + raise util.CommandError(resolution) from re + except revision.RevisionError as err: + raise util.CommandError(err.args[0]) from err + + def walk_revisions( + self, base: str = "base", head: str = "heads" + ) -> Iterator[Script]: + """Iterate through all revisions. + + :param base: the base revision, or "base" to start from the + empty revision. + + :param head: the head revision; defaults to "heads" to indicate + all head revisions. May also be "head" to indicate a single + head revision. + + """ + with self._catch_revision_errors(start=base, end=head): + for rev in self.revision_map.iterate_revisions( + head, base, inclusive=True, assert_relative_length=False + ): + yield cast(Script, rev) + + def get_revisions(self, id_: _GetRevArg) -> Tuple[Script, ...]: + """Return the :class:`.Script` instance with the given rev identifier, + symbolic name, or sequence of identifiers. + + """ + with self._catch_revision_errors(): + return cast( + Tuple[Script, ...], + self.revision_map.get_revisions(id_), + ) + + def get_all_current(self, id_: Tuple[str, ...]) -> Set[Script]: + with self._catch_revision_errors(): + return cast(Set[Script], self.revision_map._get_all_current(id_)) + + def get_revision(self, id_: str) -> Script: + """Return the :class:`.Script` instance with the given rev id. + + .. seealso:: + + :meth:`.ScriptDirectory.get_revisions` + + """ + + with self._catch_revision_errors(): + return cast(Script, self.revision_map.get_revision(id_)) + + def as_revision_number( + self, id_: Optional[str] + ) -> Optional[Union[str, Tuple[str, ...]]]: + """Convert a symbolic revision, i.e. 'head' or 'base', into + an actual revision number.""" + + with self._catch_revision_errors(): + rev, branch_name = self.revision_map._resolve_revision_number(id_) + + if not rev: + # convert () to None + return None + elif id_ == "heads": + return rev + else: + return rev[0] + + def iterate_revisions( + self, + upper: Union[str, Tuple[str, ...], None], + lower: Union[str, Tuple[str, ...], None], + **kw: Any, + ) -> Iterator[Script]: + """Iterate through script revisions, starting at the given + upper revision identifier and ending at the lower. + + The traversal uses strictly the `down_revision` + marker inside each migration script, so + it is a requirement that upper >= lower, + else you'll get nothing back. + + The iterator yields :class:`.Script` objects. + + .. seealso:: + + :meth:`.RevisionMap.iterate_revisions` + + """ + return cast( + Iterator[Script], + self.revision_map.iterate_revisions(upper, lower, **kw), + ) + + def get_current_head(self) -> Optional[str]: + """Return the current head revision. + + If the script directory has multiple heads + due to branching, an error is raised; + :meth:`.ScriptDirectory.get_heads` should be + preferred. + + :return: a string revision number. + + .. seealso:: + + :meth:`.ScriptDirectory.get_heads` + + """ + with self._catch_revision_errors( + multiple_heads=( + "The script directory has multiple heads (due to branching)." + "Please use get_heads(), or merge the branches using " + "alembic merge." + ) + ): + return self.revision_map.get_current_head() + + def get_heads(self) -> List[str]: + """Return all "versioned head" revisions as strings. + + This is normally a list of length one, + unless branches are present. The + :meth:`.ScriptDirectory.get_current_head()` method + can be used normally when a script directory + has only one head. + + :return: a tuple of string revision numbers. + """ + return list(self.revision_map.heads) + + def get_base(self) -> Optional[str]: + """Return the "base" revision as a string. + + This is the revision number of the script that + has a ``down_revision`` of None. + + If the script directory has multiple bases, an error is raised; + :meth:`.ScriptDirectory.get_bases` should be + preferred. + + """ + bases = self.get_bases() + if len(bases) > 1: + raise util.CommandError( + "The script directory has multiple bases. " + "Please use get_bases()." + ) + elif bases: + return bases[0] + else: + return None + + def get_bases(self) -> List[str]: + """return all "base" revisions as strings. + + This is the revision number of all scripts that + have a ``down_revision`` of None. + + """ + return list(self.revision_map.bases) + + def _upgrade_revs( + self, destination: str, current_rev: str + ) -> List[RevisionStep]: + with self._catch_revision_errors( + ancestor="Destination %(end)s is not a valid upgrade " + "target from current head(s)", + end=destination, + ): + revs = self.iterate_revisions( + destination, current_rev, implicit_base=True + ) + return [ + migration.MigrationStep.upgrade_from_script( + self.revision_map, script + ) + for script in reversed(list(revs)) + ] + + def _downgrade_revs( + self, destination: str, current_rev: Optional[str] + ) -> List[RevisionStep]: + with self._catch_revision_errors( + ancestor="Destination %(end)s is not a valid downgrade " + "target from current head(s)", + end=destination, + ): + revs = self.iterate_revisions( + current_rev, destination, select_for_downgrade=True + ) + return [ + migration.MigrationStep.downgrade_from_script( + self.revision_map, script + ) + for script in revs + ] + + def _stamp_revs( + self, revision: _RevIdType, heads: _RevIdType + ) -> List[StampStep]: + with self._catch_revision_errors( + multiple_heads="Multiple heads are present; please specify a " + "single target revision" + ): + heads_revs = self.get_revisions(heads) + + steps = [] + + if not revision: + revision = "base" + + filtered_heads: List[Script] = [] + for rev in util.to_tuple(revision): + if rev: + filtered_heads.extend( + self.revision_map.filter_for_lineage( + cast(Sequence[Script], heads_revs), + rev, + include_dependencies=True, + ) + ) + filtered_heads = util.unique_list(filtered_heads) + + dests = self.get_revisions(revision) or [None] + + for dest in dests: + if dest is None: + # dest is 'base'. Return a "delete branch" migration + # for all applicable heads. + steps.extend( + [ + migration.StampStep( + head.revision, + None, + False, + True, + self.revision_map, + ) + for head in filtered_heads + ] + ) + continue + elif dest in filtered_heads: + # the dest is already in the version table, do nothing. + continue + + # figure out if the dest is a descendant or an + # ancestor of the selected nodes + descendants = set( + self.revision_map._get_descendant_nodes([dest]) + ) + ancestors = set(self.revision_map._get_ancestor_nodes([dest])) + + if descendants.intersection(filtered_heads): + # heads are above the target, so this is a downgrade. + # we can treat them as a "merge", single step. + assert not ancestors.intersection(filtered_heads) + todo_heads = [head.revision for head in filtered_heads] + step = migration.StampStep( + todo_heads, + dest.revision, + False, + False, + self.revision_map, + ) + steps.append(step) + continue + elif ancestors.intersection(filtered_heads): + # heads are below the target, so this is an upgrade. + # we can treat them as a "merge", single step. + todo_heads = [head.revision for head in filtered_heads] + step = migration.StampStep( + todo_heads, + dest.revision, + True, + False, + self.revision_map, + ) + steps.append(step) + continue + else: + # destination is in a branch not represented, + # treat it as new branch + step = migration.StampStep( + (), dest.revision, True, True, self.revision_map + ) + steps.append(step) + continue + + return steps + + def run_env(self) -> None: + """Run the script environment. + + This basically runs the ``env.py`` script present + in the migration environment. It is called exclusively + by the command functions in :mod:`alembic.command`. + + + """ + util.load_python_file(self.dir, "env.py") + + @property + def env_py_location(self) -> str: + return os.path.abspath(os.path.join(self.dir, "env.py")) + + def _generate_template(self, src: str, dest: str, **kw: Any) -> None: + with util.status( + f"Generating {os.path.abspath(dest)}", **self.messaging_opts + ): + util.template_to_file(src, dest, self.output_encoding, **kw) + + def _copy_file(self, src: str, dest: str) -> None: + with util.status( + f"Generating {os.path.abspath(dest)}", **self.messaging_opts + ): + shutil.copy(src, dest) + + def _ensure_directory(self, path: str) -> None: + path = os.path.abspath(path) + if not os.path.exists(path): + with util.status( + f"Creating directory {path}", **self.messaging_opts + ): + os.makedirs(path) + + def _generate_create_date(self) -> datetime.datetime: + if self.timezone is not None: + if ZoneInfo is None: + raise util.CommandError( + "Python >= 3.9 is required for timezone support or " + "the 'backports.zoneinfo' package must be installed." + ) + # First, assume correct capitalization + try: + tzinfo = ZoneInfo(self.timezone) + except ZoneInfoNotFoundError: + tzinfo = None + if tzinfo is None: + try: + tzinfo = ZoneInfo(self.timezone.upper()) + except ZoneInfoNotFoundError: + raise util.CommandError( + "Can't locate timezone: %s" % self.timezone + ) from None + create_date = ( + datetime.datetime.utcnow() + .replace(tzinfo=datetime.timezone.utc) + .astimezone(tzinfo) + ) + else: + create_date = datetime.datetime.now() + return create_date + + def generate_revision( + self, + revid: str, + message: Optional[str], + head: Optional[_RevIdType] = None, + splice: Optional[bool] = False, + branch_labels: Optional[_RevIdType] = None, + version_path: Optional[str] = None, + depends_on: Optional[_RevIdType] = None, + **kw: Any, + ) -> Optional[Script]: + """Generate a new revision file. + + This runs the ``script.py.mako`` template, given + template arguments, and creates a new file. + + :param revid: String revision id. Typically this + comes from ``alembic.util.rev_id()``. + :param message: the revision message, the one passed + by the -m argument to the ``revision`` command. + :param head: the head revision to generate against. Defaults + to the current "head" if no branches are present, else raises + an exception. + :param splice: if True, allow the "head" version to not be an + actual head; otherwise, the selected head must be a head + (e.g. endpoint) revision. + + """ + if head is None: + head = "head" + + try: + Script.verify_rev_id(revid) + except revision.RevisionError as err: + raise util.CommandError(err.args[0]) from err + + with self._catch_revision_errors( + multiple_heads=( + "Multiple heads are present; please specify the head " + "revision on which the new revision should be based, " + "or perform a merge." + ) + ): + heads = cast( + Tuple[Optional["Revision"], ...], + self.revision_map.get_revisions(head), + ) + for h in heads: + assert h != "base" # type: ignore[comparison-overlap] + + if len(set(heads)) != len(heads): + raise util.CommandError("Duplicate head revisions specified") + + create_date = self._generate_create_date() + + if version_path is None: + if len(self._version_locations) > 1: + for head_ in heads: + if head_ is not None: + assert isinstance(head_, Script) + version_path = os.path.dirname(head_.path) + break + else: + raise util.CommandError( + "Multiple version locations present, " + "please specify --version-path" + ) + else: + version_path = self.versions + + norm_path = os.path.normpath(os.path.abspath(version_path)) + for vers_path in self._version_locations: + if os.path.normpath(vers_path) == norm_path: + break + else: + raise util.CommandError( + "Path %s is not represented in current " + "version locations" % version_path + ) + + if self.version_locations: + self._ensure_directory(version_path) + + path = self._rev_path(version_path, revid, message, create_date) + + if not splice: + for head_ in heads: + if head_ is not None and not head_.is_head: + raise util.CommandError( + "Revision %s is not a head revision; please specify " + "--splice to create a new branch from this revision" + % head_.revision + ) + + resolved_depends_on: Optional[List[str]] + if depends_on: + with self._catch_revision_errors(): + resolved_depends_on = [ + ( + dep + if dep in rev.branch_labels # maintain branch labels + else rev.revision + ) # resolve partial revision identifiers + for rev, dep in [ + (not_none(self.revision_map.get_revision(dep)), dep) + for dep in util.to_list(depends_on) + ] + ] + else: + resolved_depends_on = None + + self._generate_template( + os.path.join(self.dir, "script.py.mako"), + path, + up_revision=str(revid), + down_revision=revision.tuple_rev_as_scalar( + tuple(h.revision if h is not None else None for h in heads) + ), + branch_labels=util.to_tuple(branch_labels), + depends_on=revision.tuple_rev_as_scalar(resolved_depends_on), + create_date=create_date, + comma=util.format_as_comma, + message=message if message is not None else ("empty message"), + **kw, + ) + + post_write_hooks = self.hook_config + if post_write_hooks: + write_hooks._run_hooks(path, post_write_hooks) + + try: + script = Script._from_path(self, path) + except revision.RevisionError as err: + raise util.CommandError(err.args[0]) from err + if script is None: + return None + if branch_labels and not script.branch_labels: + raise util.CommandError( + "Version %s specified branch_labels %s, however the " + "migration file %s does not have them; have you upgraded " + "your script.py.mako to include the " + "'branch_labels' section?" + % (script.revision, branch_labels, script.path) + ) + self.revision_map.add_revision(script) + return script + + def _rev_path( + self, + path: str, + rev_id: str, + message: Optional[str], + create_date: datetime.datetime, + ) -> str: + epoch = int(create_date.timestamp()) + slug = "_".join(_slug_re.findall(message or "")).lower() + if len(slug) > self.truncate_slug_length: + slug = slug[: self.truncate_slug_length].rsplit("_", 1)[0] + "_" + filename = "%s.py" % ( + self.file_template + % { + "rev": rev_id, + "slug": slug, + "epoch": epoch, + "year": create_date.year, + "month": create_date.month, + "day": create_date.day, + "hour": create_date.hour, + "minute": create_date.minute, + "second": create_date.second, + } + ) + return os.path.join(path, filename) + + +class Script(revision.Revision): + """Represent a single revision file in a ``versions/`` directory. + + The :class:`.Script` instance is returned by methods + such as :meth:`.ScriptDirectory.iterate_revisions`. + + """ + + def __init__(self, module: ModuleType, rev_id: str, path: str): + self.module = module + self.path = path + super().__init__( + rev_id, + module.down_revision, + branch_labels=util.to_tuple( + getattr(module, "branch_labels", None), default=() + ), + dependencies=util.to_tuple( + getattr(module, "depends_on", None), default=() + ), + ) + + module: ModuleType + """The Python module representing the actual script itself.""" + + path: str + """Filesystem path of the script.""" + + _db_current_indicator: Optional[bool] = None + """Utility variable which when set will cause string output to indicate + this is a "current" version in some database""" + + @property + def doc(self) -> str: + """Return the docstring given in the script.""" + + return re.split("\n\n", self.longdoc)[0] + + @property + def longdoc(self) -> str: + """Return the docstring given in the script.""" + + doc = self.module.__doc__ + if doc: + if hasattr(self.module, "_alembic_source_encoding"): + doc = doc.decode( # type: ignore[attr-defined] + self.module._alembic_source_encoding + ) + return doc.strip() # type: ignore[union-attr] + else: + return "" + + @property + def log_entry(self) -> str: + entry = "Rev: %s%s%s%s%s\n" % ( + self.revision, + " (head)" if self.is_head else "", + " (branchpoint)" if self.is_branch_point else "", + " (mergepoint)" if self.is_merge_point else "", + " (current)" if self._db_current_indicator else "", + ) + if self.is_merge_point: + entry += "Merges: %s\n" % (self._format_down_revision(),) + else: + entry += "Parent: %s\n" % (self._format_down_revision(),) + + if self.dependencies: + entry += "Also depends on: %s\n" % ( + util.format_as_comma(self.dependencies) + ) + + if self.is_branch_point: + entry += "Branches into: %s\n" % ( + util.format_as_comma(self.nextrev) + ) + + if self.branch_labels: + entry += "Branch names: %s\n" % ( + util.format_as_comma(self.branch_labels), + ) + + entry += "Path: %s\n" % (self.path,) + + entry += "\n%s\n" % ( + "\n".join(" %s" % para for para in self.longdoc.splitlines()) + ) + return entry + + def __str__(self) -> str: + return "%s -> %s%s%s%s, %s" % ( + self._format_down_revision(), + self.revision, + " (head)" if self.is_head else "", + " (branchpoint)" if self.is_branch_point else "", + " (mergepoint)" if self.is_merge_point else "", + self.doc, + ) + + def _head_only( + self, + include_branches: bool = False, + include_doc: bool = False, + include_parents: bool = False, + tree_indicators: bool = True, + head_indicators: bool = True, + ) -> str: + text = self.revision + if include_parents: + if self.dependencies: + text = "%s (%s) -> %s" % ( + self._format_down_revision(), + util.format_as_comma(self.dependencies), + text, + ) + else: + text = "%s -> %s" % (self._format_down_revision(), text) + assert text is not None + if include_branches and self.branch_labels: + text += " (%s)" % util.format_as_comma(self.branch_labels) + if head_indicators or tree_indicators: + text += "%s%s%s" % ( + " (head)" if self._is_real_head else "", + ( + " (effective head)" + if self.is_head and not self._is_real_head + else "" + ), + " (current)" if self._db_current_indicator else "", + ) + if tree_indicators: + text += "%s%s" % ( + " (branchpoint)" if self.is_branch_point else "", + " (mergepoint)" if self.is_merge_point else "", + ) + if include_doc: + text += ", %s" % self.doc + return text + + def cmd_format( + self, + verbose: bool, + include_branches: bool = False, + include_doc: bool = False, + include_parents: bool = False, + tree_indicators: bool = True, + ) -> str: + if verbose: + return self.log_entry + else: + return self._head_only( + include_branches, include_doc, include_parents, tree_indicators + ) + + def _format_down_revision(self) -> str: + if not self.down_revision: + return "" + else: + return util.format_as_comma(self._versioned_down_revisions) + + @classmethod + def _from_path( + cls, scriptdir: ScriptDirectory, path: str + ) -> Optional[Script]: + dir_, filename = os.path.split(path) + return cls._from_filename(scriptdir, dir_, filename) + + @classmethod + def _list_py_dir(cls, scriptdir: ScriptDirectory, path: str) -> List[str]: + paths = [] + for root, dirs, files in os.walk(path, topdown=True): + if root.endswith("__pycache__"): + # a special case - we may include these files + # if a `sourceless` option is specified + continue + + for filename in sorted(files): + paths.append(os.path.join(root, filename)) + + if scriptdir.sourceless: + # look for __pycache__ + py_cache_path = os.path.join(root, "__pycache__") + if os.path.exists(py_cache_path): + # add all files from __pycache__ whose filename is not + # already in the names we got from the version directory. + # add as relative paths including __pycache__ token + names = {filename.split(".")[0] for filename in files} + paths.extend( + os.path.join(py_cache_path, pyc) + for pyc in os.listdir(py_cache_path) + if pyc.split(".")[0] not in names + ) + + if not scriptdir.recursive_version_locations: + break + + # the real script order is defined by revision, + # but it may be undefined if there are many files with a same + # `down_revision`, for a better user experience (ex. debugging), + # we use a deterministic order + dirs.sort() + + return paths + + @classmethod + def _from_filename( + cls, scriptdir: ScriptDirectory, dir_: str, filename: str + ) -> Optional[Script]: + if scriptdir.sourceless: + py_match = _sourceless_rev_file.match(filename) + else: + py_match = _only_source_rev_file.match(filename) + + if not py_match: + return None + + py_filename = py_match.group(1) + + if scriptdir.sourceless: + is_c = py_match.group(2) == "c" + is_o = py_match.group(2) == "o" + else: + is_c = is_o = False + + if is_o or is_c: + py_exists = os.path.exists(os.path.join(dir_, py_filename)) + pyc_exists = os.path.exists(os.path.join(dir_, py_filename + "c")) + + # prefer .py over .pyc because we'd like to get the + # source encoding; prefer .pyc over .pyo because we'd like to + # have the docstrings which a -OO file would not have + if py_exists or is_o and pyc_exists: + return None + + module = util.load_python_file(dir_, filename) + + if not hasattr(module, "revision"): + # attempt to get the revision id from the script name, + # this for legacy only + m = _legacy_rev.match(filename) + if not m: + raise util.CommandError( + "Could not determine revision id from filename %s. " + "Be sure the 'revision' variable is " + "declared inside the script (please see 'Upgrading " + "from Alembic 0.1 to 0.2' in the documentation)." + % filename + ) + else: + revision = m.group(1) + else: + revision = module.revision + return Script(module, revision, os.path.join(dir_, filename)) diff --git a/venv/lib/python3.8/site-packages/alembic/script/revision.py b/venv/lib/python3.8/site-packages/alembic/script/revision.py new file mode 100644 index 000000000..c3108e985 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/script/revision.py @@ -0,0 +1,1728 @@ +from __future__ import annotations + +import collections +import re +from typing import Any +from typing import Callable +from typing import cast +from typing import Collection +from typing import Deque +from typing import Dict +from typing import FrozenSet +from typing import Iterable +from typing import Iterator +from typing import List +from typing import Optional +from typing import overload +from typing import Protocol +from typing import Sequence +from typing import Set +from typing import Tuple +from typing import TYPE_CHECKING +from typing import TypeVar +from typing import Union + +from sqlalchemy import util as sqlautil + +from .. import util +from ..util import not_none + +if TYPE_CHECKING: + from typing import Literal + +_RevIdType = Union[str, List[str], Tuple[str, ...]] +_GetRevArg = Union[ + str, + Iterable[Optional[str]], + Iterable[str], +] +_RevisionIdentifierType = Union[str, Tuple[str, ...], None] +_RevisionOrStr = Union["Revision", str] +_RevisionOrBase = Union["Revision", "Literal['base']"] +_InterimRevisionMapType = Dict[str, "Revision"] +_RevisionMapType = Dict[Union[None, str, Tuple[()]], Optional["Revision"]] +_T = TypeVar("_T") +_TR = TypeVar("_TR", bound=Optional[_RevisionOrStr]) + +_relative_destination = re.compile(r"(?:(.+?)@)?(\w+)?((?:\+|-)\d+)") +_revision_illegal_chars = ["@", "-", "+"] + + +class _CollectRevisionsProtocol(Protocol): + def __call__( + self, + upper: _RevisionIdentifierType, + lower: _RevisionIdentifierType, + inclusive: bool, + implicit_base: bool, + assert_relative_length: bool, + ) -> Tuple[Set[Revision], Tuple[Optional[_RevisionOrBase], ...]]: ... + + +class RevisionError(Exception): + pass + + +class RangeNotAncestorError(RevisionError): + def __init__( + self, lower: _RevisionIdentifierType, upper: _RevisionIdentifierType + ) -> None: + self.lower = lower + self.upper = upper + super().__init__( + "Revision %s is not an ancestor of revision %s" + % (lower or "base", upper or "base") + ) + + +class MultipleHeads(RevisionError): + def __init__(self, heads: Sequence[str], argument: Optional[str]) -> None: + self.heads = heads + self.argument = argument + super().__init__( + "Multiple heads are present for given argument '%s'; " + "%s" % (argument, ", ".join(heads)) + ) + + +class ResolutionError(RevisionError): + def __init__(self, message: str, argument: str) -> None: + super().__init__(message) + self.argument = argument + + +class CycleDetected(RevisionError): + kind = "Cycle" + + def __init__(self, revisions: Sequence[str]) -> None: + self.revisions = revisions + super().__init__( + "%s is detected in revisions (%s)" + % (self.kind, ", ".join(revisions)) + ) + + +class DependencyCycleDetected(CycleDetected): + kind = "Dependency cycle" + + def __init__(self, revisions: Sequence[str]) -> None: + super().__init__(revisions) + + +class LoopDetected(CycleDetected): + kind = "Self-loop" + + def __init__(self, revision: str) -> None: + super().__init__([revision]) + + +class DependencyLoopDetected(DependencyCycleDetected, LoopDetected): + kind = "Dependency self-loop" + + def __init__(self, revision: Sequence[str]) -> None: + super().__init__(revision) + + +class RevisionMap: + """Maintains a map of :class:`.Revision` objects. + + :class:`.RevisionMap` is used by :class:`.ScriptDirectory` to maintain + and traverse the collection of :class:`.Script` objects, which are + themselves instances of :class:`.Revision`. + + """ + + def __init__(self, generator: Callable[[], Iterable[Revision]]) -> None: + """Construct a new :class:`.RevisionMap`. + + :param generator: a zero-arg callable that will generate an iterable + of :class:`.Revision` instances to be used. These are typically + :class:`.Script` subclasses within regular Alembic use. + + """ + self._generator = generator + + @util.memoized_property + def heads(self) -> Tuple[str, ...]: + """All "head" revisions as strings. + + This is normally a tuple of length one, + unless unmerged branches are present. + + :return: a tuple of string revision numbers. + + """ + self._revision_map + return self.heads + + @util.memoized_property + def bases(self) -> Tuple[str, ...]: + """All "base" revisions as strings. + + These are revisions that have a ``down_revision`` of None, + or empty tuple. + + :return: a tuple of string revision numbers. + + """ + self._revision_map + return self.bases + + @util.memoized_property + def _real_heads(self) -> Tuple[str, ...]: + """All "real" head revisions as strings. + + :return: a tuple of string revision numbers. + + """ + self._revision_map + return self._real_heads + + @util.memoized_property + def _real_bases(self) -> Tuple[str, ...]: + """All "real" base revisions as strings. + + :return: a tuple of string revision numbers. + + """ + self._revision_map + return self._real_bases + + @util.memoized_property + def _revision_map(self) -> _RevisionMapType: + """memoized attribute, initializes the revision map from the + initial collection. + + """ + # Ordering required for some tests to pass (but not required in + # general) + map_: _InterimRevisionMapType = sqlautil.OrderedDict() + + heads: Set[Revision] = sqlautil.OrderedSet() + _real_heads: Set[Revision] = sqlautil.OrderedSet() + bases: Tuple[Revision, ...] = () + _real_bases: Tuple[Revision, ...] = () + + has_branch_labels = set() + all_revisions = set() + + for revision in self._generator(): + all_revisions.add(revision) + + if revision.revision in map_: + util.warn( + "Revision %s is present more than once" % revision.revision + ) + map_[revision.revision] = revision + if revision.branch_labels: + has_branch_labels.add(revision) + + heads.add(revision) + _real_heads.add(revision) + if revision.is_base: + bases += (revision,) + if revision._is_real_base: + _real_bases += (revision,) + + # add the branch_labels to the map_. We'll need these + # to resolve the dependencies. + rev_map = map_.copy() + self._map_branch_labels( + has_branch_labels, cast(_RevisionMapType, map_) + ) + + # resolve dependency names from branch labels and symbolic + # names + self._add_depends_on(all_revisions, cast(_RevisionMapType, map_)) + + for rev in map_.values(): + for downrev in rev._all_down_revisions: + if downrev not in map_: + util.warn( + "Revision %s referenced from %s is not present" + % (downrev, rev) + ) + down_revision = map_[downrev] + down_revision.add_nextrev(rev) + if downrev in rev._versioned_down_revisions: + heads.discard(down_revision) + _real_heads.discard(down_revision) + + # once the map has downrevisions populated, the dependencies + # can be further refined to include only those which are not + # already ancestors + self._normalize_depends_on(all_revisions, cast(_RevisionMapType, map_)) + self._detect_cycles(rev_map, heads, bases, _real_heads, _real_bases) + + revision_map: _RevisionMapType = dict(map_.items()) + revision_map[None] = revision_map[()] = None + self.heads = tuple(rev.revision for rev in heads) + self._real_heads = tuple(rev.revision for rev in _real_heads) + self.bases = tuple(rev.revision for rev in bases) + self._real_bases = tuple(rev.revision for rev in _real_bases) + + self._add_branches(has_branch_labels, revision_map) + return revision_map + + def _detect_cycles( + self, + rev_map: _InterimRevisionMapType, + heads: Set[Revision], + bases: Tuple[Revision, ...], + _real_heads: Set[Revision], + _real_bases: Tuple[Revision, ...], + ) -> None: + if not rev_map: + return + if not heads or not bases: + raise CycleDetected(list(rev_map)) + total_space = { + rev.revision + for rev in self._iterate_related_revisions( + lambda r: r._versioned_down_revisions, + heads, + map_=cast(_RevisionMapType, rev_map), + ) + }.intersection( + rev.revision + for rev in self._iterate_related_revisions( + lambda r: r.nextrev, + bases, + map_=cast(_RevisionMapType, rev_map), + ) + ) + deleted_revs = set(rev_map.keys()) - total_space + if deleted_revs: + raise CycleDetected(sorted(deleted_revs)) + + if not _real_heads or not _real_bases: + raise DependencyCycleDetected(list(rev_map)) + total_space = { + rev.revision + for rev in self._iterate_related_revisions( + lambda r: r._all_down_revisions, + _real_heads, + map_=cast(_RevisionMapType, rev_map), + ) + }.intersection( + rev.revision + for rev in self._iterate_related_revisions( + lambda r: r._all_nextrev, + _real_bases, + map_=cast(_RevisionMapType, rev_map), + ) + ) + deleted_revs = set(rev_map.keys()) - total_space + if deleted_revs: + raise DependencyCycleDetected(sorted(deleted_revs)) + + def _map_branch_labels( + self, revisions: Collection[Revision], map_: _RevisionMapType + ) -> None: + for revision in revisions: + if revision.branch_labels: + assert revision._orig_branch_labels is not None + for branch_label in revision._orig_branch_labels: + if branch_label in map_: + map_rev = map_[branch_label] + assert map_rev is not None + raise RevisionError( + "Branch name '%s' in revision %s already " + "used by revision %s" + % ( + branch_label, + revision.revision, + map_rev.revision, + ) + ) + map_[branch_label] = revision + + def _add_branches( + self, revisions: Collection[Revision], map_: _RevisionMapType + ) -> None: + for revision in revisions: + if revision.branch_labels: + revision.branch_labels.update(revision.branch_labels) + for node in self._get_descendant_nodes( + [revision], map_, include_dependencies=False + ): + node.branch_labels.update(revision.branch_labels) + + parent = node + while ( + parent + and not parent._is_real_branch_point + and not parent.is_merge_point + ): + parent.branch_labels.update(revision.branch_labels) + if parent.down_revision: + parent = map_[parent.down_revision] + else: + break + + def _add_depends_on( + self, revisions: Collection[Revision], map_: _RevisionMapType + ) -> None: + """Resolve the 'dependencies' for each revision in a collection + in terms of actual revision ids, as opposed to branch labels or other + symbolic names. + + The collection is then assigned to the _resolved_dependencies + attribute on each revision object. + + """ + + for revision in revisions: + if revision.dependencies: + deps = [ + map_[dep] for dep in util.to_tuple(revision.dependencies) + ] + revision._resolved_dependencies = tuple( + [d.revision for d in deps if d is not None] + ) + else: + revision._resolved_dependencies = () + + def _normalize_depends_on( + self, revisions: Collection[Revision], map_: _RevisionMapType + ) -> None: + """Create a collection of "dependencies" that omits dependencies + that are already ancestor nodes for each revision in a given + collection. + + This builds upon the _resolved_dependencies collection created in the + _add_depends_on() method, looking in the fully populated revision map + for ancestors, and omitting them as the _resolved_dependencies + collection as it is copied to a new collection. The new collection is + then assigned to the _normalized_resolved_dependencies attribute on + each revision object. + + The collection is then used to determine the immediate "down revision" + identifiers for this revision. + + """ + + for revision in revisions: + if revision._resolved_dependencies: + normalized_resolved = set(revision._resolved_dependencies) + for rev in self._get_ancestor_nodes( + [revision], + include_dependencies=False, + map_=map_, + ): + if rev is revision: + continue + elif rev._resolved_dependencies: + normalized_resolved.difference_update( + rev._resolved_dependencies + ) + + revision._normalized_resolved_dependencies = tuple( + normalized_resolved + ) + else: + revision._normalized_resolved_dependencies = () + + def add_revision(self, revision: Revision, _replace: bool = False) -> None: + """add a single revision to an existing map. + + This method is for single-revision use cases, it's not + appropriate for fully populating an entire revision map. + + """ + map_ = self._revision_map + if not _replace and revision.revision in map_: + util.warn( + "Revision %s is present more than once" % revision.revision + ) + elif _replace and revision.revision not in map_: + raise Exception("revision %s not in map" % revision.revision) + + map_[revision.revision] = revision + + revisions = [revision] + self._add_branches(revisions, map_) + self._map_branch_labels(revisions, map_) + self._add_depends_on(revisions, map_) + + if revision.is_base: + self.bases += (revision.revision,) + if revision._is_real_base: + self._real_bases += (revision.revision,) + + for downrev in revision._all_down_revisions: + if downrev not in map_: + util.warn( + "Revision %s referenced from %s is not present" + % (downrev, revision) + ) + not_none(map_[downrev]).add_nextrev(revision) + + self._normalize_depends_on(revisions, map_) + + if revision._is_real_head: + self._real_heads = tuple( + head + for head in self._real_heads + if head + not in set(revision._all_down_revisions).union( + [revision.revision] + ) + ) + (revision.revision,) + if revision.is_head: + self.heads = tuple( + head + for head in self.heads + if head + not in set(revision._versioned_down_revisions).union( + [revision.revision] + ) + ) + (revision.revision,) + + def get_current_head( + self, branch_label: Optional[str] = None + ) -> Optional[str]: + """Return the current head revision. + + If the script directory has multiple heads + due to branching, an error is raised; + :meth:`.ScriptDirectory.get_heads` should be + preferred. + + :param branch_label: optional branch name which will limit the + heads considered to those which include that branch_label. + + :return: a string revision number. + + .. seealso:: + + :meth:`.ScriptDirectory.get_heads` + + """ + current_heads: Sequence[str] = self.heads + if branch_label: + current_heads = self.filter_for_lineage( + current_heads, branch_label + ) + if len(current_heads) > 1: + raise MultipleHeads( + current_heads, + "%s@head" % branch_label if branch_label else "head", + ) + + if current_heads: + return current_heads[0] + else: + return None + + def _get_base_revisions(self, identifier: str) -> Tuple[str, ...]: + return self.filter_for_lineage(self.bases, identifier) + + def get_revisions( + self, id_: Optional[_GetRevArg] + ) -> Tuple[Optional[_RevisionOrBase], ...]: + """Return the :class:`.Revision` instances with the given rev id + or identifiers. + + May be given a single identifier, a sequence of identifiers, or the + special symbols "head" or "base". The result is a tuple of one + or more identifiers, or an empty tuple in the case of "base". + + In the cases where 'head', 'heads' is requested and the + revision map is empty, returns an empty tuple. + + Supports partial identifiers, where the given identifier + is matched against all identifiers that start with the given + characters; if there is exactly one match, that determines the + full revision. + + """ + + if isinstance(id_, (list, tuple, set, frozenset)): + return sum([self.get_revisions(id_elem) for id_elem in id_], ()) + else: + resolved_id, branch_label = self._resolve_revision_number(id_) + if len(resolved_id) == 1: + try: + rint = int(resolved_id[0]) + if rint < 0: + # branch@-n -> walk down from heads + select_heads = self.get_revisions("heads") + if branch_label is not None: + select_heads = tuple( + head + for head in select_heads + if branch_label + in is_revision(head).branch_labels + ) + return tuple( + self._walk(head, steps=rint) + for head in select_heads + ) + except ValueError: + # couldn't resolve as integer + pass + return tuple( + self._revision_for_ident(rev_id, branch_label) + for rev_id in resolved_id + ) + + def get_revision(self, id_: Optional[str]) -> Optional[Revision]: + """Return the :class:`.Revision` instance with the given rev id. + + If a symbolic name such as "head" or "base" is given, resolves + the identifier into the current head or base revision. If the symbolic + name refers to multiples, :class:`.MultipleHeads` is raised. + + Supports partial identifiers, where the given identifier + is matched against all identifiers that start with the given + characters; if there is exactly one match, that determines the + full revision. + + """ + + resolved_id, branch_label = self._resolve_revision_number(id_) + if len(resolved_id) > 1: + raise MultipleHeads(resolved_id, id_) + + resolved: Union[str, Tuple[()]] = resolved_id[0] if resolved_id else () + return self._revision_for_ident(resolved, branch_label) + + def _resolve_branch(self, branch_label: str) -> Optional[Revision]: + try: + branch_rev = self._revision_map[branch_label] + except KeyError: + try: + nonbranch_rev = self._revision_for_ident(branch_label) + except ResolutionError as re: + raise ResolutionError( + "No such branch: '%s'" % branch_label, branch_label + ) from re + + else: + return nonbranch_rev + else: + return branch_rev + + def _revision_for_ident( + self, + resolved_id: Union[str, Tuple[()], None], + check_branch: Optional[str] = None, + ) -> Optional[Revision]: + branch_rev: Optional[Revision] + if check_branch: + branch_rev = self._resolve_branch(check_branch) + else: + branch_rev = None + + revision: Union[Optional[Revision], Literal[False]] + try: + revision = self._revision_map[resolved_id] + except KeyError: + # break out to avoid misleading py3k stack traces + revision = False + revs: Sequence[str] + if revision is False: + assert resolved_id + # do a partial lookup + revs = [ + x + for x in self._revision_map + if x and len(x) > 3 and x.startswith(resolved_id) + ] + + if branch_rev: + revs = self.filter_for_lineage(revs, check_branch) + if not revs: + raise ResolutionError( + "No such revision or branch '%s'%s" + % ( + resolved_id, + ( + "; please ensure at least four characters are " + "present for partial revision identifier matches" + if len(resolved_id) < 4 + else "" + ), + ), + resolved_id, + ) + elif len(revs) > 1: + raise ResolutionError( + "Multiple revisions start " + "with '%s': %s..." + % (resolved_id, ", ".join("'%s'" % r for r in revs[0:3])), + resolved_id, + ) + else: + revision = self._revision_map[revs[0]] + + if check_branch and revision is not None: + assert branch_rev is not None + assert resolved_id + if not self._shares_lineage( + revision.revision, branch_rev.revision + ): + raise ResolutionError( + "Revision %s is not a member of branch '%s'" + % (revision.revision, check_branch), + resolved_id, + ) + return revision + + def _filter_into_branch_heads( + self, targets: Iterable[Optional[_RevisionOrBase]] + ) -> Set[Optional[_RevisionOrBase]]: + targets = set(targets) + + for rev in list(targets): + assert rev + if targets.intersection( + self._get_descendant_nodes([rev], include_dependencies=False) + ).difference([rev]): + targets.discard(rev) + return targets + + def filter_for_lineage( + self, + targets: Iterable[_TR], + check_against: Optional[str], + include_dependencies: bool = False, + ) -> Tuple[_TR, ...]: + id_, branch_label = self._resolve_revision_number(check_against) + + shares = [] + if branch_label: + shares.append(branch_label) + if id_: + shares.extend(id_) + + return tuple( + tg + for tg in targets + if self._shares_lineage( + tg, shares, include_dependencies=include_dependencies + ) + ) + + def _shares_lineage( + self, + target: Optional[_RevisionOrStr], + test_against_revs: Sequence[_RevisionOrStr], + include_dependencies: bool = False, + ) -> bool: + if not test_against_revs: + return True + if not isinstance(target, Revision): + resolved_target = not_none(self._revision_for_ident(target)) + else: + resolved_target = target + + resolved_test_against_revs = [ + ( + self._revision_for_ident(test_against_rev) + if not isinstance(test_against_rev, Revision) + else test_against_rev + ) + for test_against_rev in util.to_tuple( + test_against_revs, default=() + ) + ] + + return bool( + set( + self._get_descendant_nodes( + [resolved_target], + include_dependencies=include_dependencies, + ) + ) + .union( + self._get_ancestor_nodes( + [resolved_target], + include_dependencies=include_dependencies, + ) + ) + .intersection(resolved_test_against_revs) + ) + + def _resolve_revision_number( + self, id_: Optional[_GetRevArg] + ) -> Tuple[Tuple[str, ...], Optional[str]]: + branch_label: Optional[str] + if isinstance(id_, str) and "@" in id_: + branch_label, id_ = id_.split("@", 1) + + elif id_ is not None and ( + (isinstance(id_, tuple) and id_ and not isinstance(id_[0], str)) + or not isinstance(id_, (str, tuple)) + ): + raise RevisionError( + "revision identifier %r is not a string; ensure database " + "driver settings are correct" % (id_,) + ) + + else: + branch_label = None + + # ensure map is loaded + self._revision_map + if id_ == "heads": + if branch_label: + return ( + self.filter_for_lineage(self.heads, branch_label), + branch_label, + ) + else: + return self._real_heads, branch_label + elif id_ == "head": + current_head = self.get_current_head(branch_label) + if current_head: + return (current_head,), branch_label + else: + return (), branch_label + elif id_ == "base" or id_ is None: + return (), branch_label + else: + return util.to_tuple(id_, default=None), branch_label + + def iterate_revisions( + self, + upper: _RevisionIdentifierType, + lower: _RevisionIdentifierType, + implicit_base: bool = False, + inclusive: bool = False, + assert_relative_length: bool = True, + select_for_downgrade: bool = False, + ) -> Iterator[Revision]: + """Iterate through script revisions, starting at the given + upper revision identifier and ending at the lower. + + The traversal uses strictly the `down_revision` + marker inside each migration script, so + it is a requirement that upper >= lower, + else you'll get nothing back. + + The iterator yields :class:`.Revision` objects. + + """ + fn: _CollectRevisionsProtocol + if select_for_downgrade: + fn = self._collect_downgrade_revisions + else: + fn = self._collect_upgrade_revisions + + revisions, heads = fn( + upper, + lower, + inclusive=inclusive, + implicit_base=implicit_base, + assert_relative_length=assert_relative_length, + ) + + for node in self._topological_sort(revisions, heads): + yield not_none(self.get_revision(node)) + + def _get_descendant_nodes( + self, + targets: Collection[Optional[_RevisionOrBase]], + map_: Optional[_RevisionMapType] = None, + check: bool = False, + omit_immediate_dependencies: bool = False, + include_dependencies: bool = True, + ) -> Iterator[Any]: + if omit_immediate_dependencies: + + def fn(rev: Revision) -> Iterable[str]: + if rev not in targets: + return rev._all_nextrev + else: + return rev.nextrev + + elif include_dependencies: + + def fn(rev: Revision) -> Iterable[str]: + return rev._all_nextrev + + else: + + def fn(rev: Revision) -> Iterable[str]: + return rev.nextrev + + return self._iterate_related_revisions( + fn, targets, map_=map_, check=check + ) + + def _get_ancestor_nodes( + self, + targets: Collection[Optional[_RevisionOrBase]], + map_: Optional[_RevisionMapType] = None, + check: bool = False, + include_dependencies: bool = True, + ) -> Iterator[Revision]: + if include_dependencies: + + def fn(rev: Revision) -> Iterable[str]: + return rev._normalized_down_revisions + + else: + + def fn(rev: Revision) -> Iterable[str]: + return rev._versioned_down_revisions + + return self._iterate_related_revisions( + fn, targets, map_=map_, check=check + ) + + def _iterate_related_revisions( + self, + fn: Callable[[Revision], Iterable[str]], + targets: Collection[Optional[_RevisionOrBase]], + map_: Optional[_RevisionMapType], + check: bool = False, + ) -> Iterator[Revision]: + if map_ is None: + map_ = self._revision_map + + seen = set() + todo: Deque[Revision] = collections.deque() + for target_for in targets: + target = is_revision(target_for) + todo.append(target) + if check: + per_target = set() + + while todo: + rev = todo.pop() + if check: + per_target.add(rev) + + if rev in seen: + continue + seen.add(rev) + # Check for map errors before collecting. + for rev_id in fn(rev): + next_rev = map_[rev_id] + assert next_rev is not None + if next_rev.revision != rev_id: + raise RevisionError( + "Dependency resolution failed; broken map" + ) + todo.append(next_rev) + yield rev + if check: + overlaps = per_target.intersection(targets).difference( + [target] + ) + if overlaps: + raise RevisionError( + "Requested revision %s overlaps with " + "other requested revisions %s" + % ( + target.revision, + ", ".join(r.revision for r in overlaps), + ) + ) + + def _topological_sort( + self, + revisions: Collection[Revision], + heads: Any, + ) -> List[str]: + """Yield revision ids of a collection of Revision objects in + topological sorted order (i.e. revisions always come after their + down_revisions and dependencies). Uses the order of keys in + _revision_map to sort. + + """ + + id_to_rev = self._revision_map + + def get_ancestors(rev_id: str) -> Set[str]: + return { + r.revision + for r in self._get_ancestor_nodes([id_to_rev[rev_id]]) + } + + todo = {d.revision for d in revisions} + + # Use revision map (ordered dict) key order to pre-sort. + inserted_order = list(self._revision_map) + + current_heads = list( + sorted( + {d.revision for d in heads if d.revision in todo}, + key=inserted_order.index, + ) + ) + ancestors_by_idx = [get_ancestors(rev_id) for rev_id in current_heads] + + output = [] + + current_candidate_idx = 0 + while current_heads: + candidate = current_heads[current_candidate_idx] + + for check_head_index, ancestors in enumerate(ancestors_by_idx): + # scan all the heads. see if we can continue walking + # down the current branch indicated by current_candidate_idx. + if ( + check_head_index != current_candidate_idx + and candidate in ancestors + ): + current_candidate_idx = check_head_index + # nope, another head is dependent on us, they have + # to be traversed first + break + else: + # yup, we can emit + if candidate in todo: + output.append(candidate) + todo.remove(candidate) + + # now update the heads with our ancestors. + + candidate_rev = id_to_rev[candidate] + assert candidate_rev is not None + + heads_to_add = [ + r + for r in candidate_rev._normalized_down_revisions + if r in todo and r not in current_heads + ] + + if not heads_to_add: + # no ancestors, so remove this head from the list + del current_heads[current_candidate_idx] + del ancestors_by_idx[current_candidate_idx] + current_candidate_idx = max(current_candidate_idx - 1, 0) + else: + if ( + not candidate_rev._normalized_resolved_dependencies + and len(candidate_rev._versioned_down_revisions) == 1 + ): + current_heads[current_candidate_idx] = heads_to_add[0] + + # for plain movement down a revision line without + # any mergepoints, branchpoints, or deps, we + # can update the ancestors collection directly + # by popping out the candidate we just emitted + ancestors_by_idx[current_candidate_idx].discard( + candidate + ) + + else: + # otherwise recalculate it again, things get + # complicated otherwise. This can possibly be + # improved to not run the whole ancestor thing + # each time but it was getting complicated + current_heads[current_candidate_idx] = heads_to_add[0] + current_heads.extend(heads_to_add[1:]) + ancestors_by_idx[current_candidate_idx] = ( + get_ancestors(heads_to_add[0]) + ) + ancestors_by_idx.extend( + get_ancestors(head) for head in heads_to_add[1:] + ) + + assert not todo + return output + + def _walk( + self, + start: Optional[Union[str, Revision]], + steps: int, + branch_label: Optional[str] = None, + no_overwalk: bool = True, + ) -> Optional[_RevisionOrBase]: + """ + Walk the requested number of :steps up (steps > 0) or down (steps < 0) + the revision tree. + + :branch_label is used to select branches only when walking up. + + If the walk goes past the boundaries of the tree and :no_overwalk is + True, None is returned, otherwise the walk terminates early. + + A RevisionError is raised if there is no unambiguous revision to + walk to. + """ + initial: Optional[_RevisionOrBase] + if isinstance(start, str): + initial = self.get_revision(start) + else: + initial = start + + children: Sequence[Optional[_RevisionOrBase]] + for _ in range(abs(steps)): + if steps > 0: + assert initial != "base" # type: ignore[comparison-overlap] + # Walk up + walk_up = [ + is_revision(rev) + for rev in self.get_revisions( + self.bases if initial is None else initial.nextrev + ) + ] + if branch_label: + children = self.filter_for_lineage(walk_up, branch_label) + else: + children = walk_up + else: + # Walk down + if initial == "base": # type: ignore[comparison-overlap] + children = () + else: + children = self.get_revisions( + self.heads + if initial is None + else initial.down_revision + ) + if not children: + children = ("base",) + if not children: + # This will return an invalid result if no_overwalk, otherwise + # further steps will stay where we are. + ret = None if no_overwalk else initial + return ret + elif len(children) > 1: + raise RevisionError("Ambiguous walk") + initial = children[0] + + return initial + + def _parse_downgrade_target( + self, + current_revisions: _RevisionIdentifierType, + target: _RevisionIdentifierType, + assert_relative_length: bool, + ) -> Tuple[Optional[str], Optional[_RevisionOrBase]]: + """ + Parse downgrade command syntax :target to retrieve the target revision + and branch label (if any) given the :current_revisions stamp of the + database. + + Returns a tuple (branch_label, target_revision) where branch_label + is a string from the command specifying the branch to consider (or + None if no branch given), and target_revision is a Revision object + which the command refers to. target_revisions is None if the command + refers to 'base'. The target may be specified in absolute form, or + relative to :current_revisions. + """ + if target is None: + return None, None + assert isinstance( + target, str + ), "Expected downgrade target in string form" + match = _relative_destination.match(target) + if match: + branch_label, symbol, relative = match.groups() + rel_int = int(relative) + if rel_int >= 0: + if symbol is None: + # Downgrading to current + n is not valid. + raise RevisionError( + "Relative revision %s didn't " + "produce %d migrations" % (relative, abs(rel_int)) + ) + # Find target revision relative to given symbol. + rev = self._walk( + symbol, + rel_int, + branch_label, + no_overwalk=assert_relative_length, + ) + if rev is None: + raise RevisionError("Walked too far") + return branch_label, rev + else: + relative_revision = symbol is None + if relative_revision: + # Find target revision relative to current state. + if branch_label: + cr_tuple = util.to_tuple(current_revisions) + symbol_list: Sequence[str] + symbol_list = self.filter_for_lineage( + cr_tuple, branch_label + ) + if not symbol_list: + # check the case where there are multiple branches + # but there is currently a single heads, since all + # other branch heads are dependent of the current + # single heads. + all_current = cast( + Set[Revision], self._get_all_current(cr_tuple) + ) + sl_all_current = self.filter_for_lineage( + all_current, branch_label + ) + symbol_list = [ + r.revision if r else r # type: ignore[misc] + for r in sl_all_current + ] + + assert len(symbol_list) == 1 + symbol = symbol_list[0] + else: + current_revisions = util.to_tuple(current_revisions) + if not current_revisions: + raise RevisionError( + "Relative revision %s didn't " + "produce %d migrations" + % (relative, abs(rel_int)) + ) + # Have to check uniques here for duplicate rows test. + if len(set(current_revisions)) > 1: + util.warn( + "downgrade -1 from multiple heads is " + "ambiguous; " + "this usage will be disallowed in a future " + "release." + ) + symbol = current_revisions[0] + # Restrict iteration to just the selected branch when + # ambiguous branches are involved. + branch_label = symbol + # Walk down the tree to find downgrade target. + rev = self._walk( + start=( + self.get_revision(symbol) + if branch_label is None + else self.get_revision( + "%s@%s" % (branch_label, symbol) + ) + ), + steps=rel_int, + no_overwalk=assert_relative_length, + ) + if rev is None: + if relative_revision: + raise RevisionError( + "Relative revision %s didn't " + "produce %d migrations" % (relative, abs(rel_int)) + ) + else: + raise RevisionError("Walked too far") + return branch_label, rev + + # No relative destination given, revision specified is absolute. + branch_label, _, symbol = target.rpartition("@") + if not branch_label: + branch_label = None + return branch_label, self.get_revision(symbol) + + def _parse_upgrade_target( + self, + current_revisions: _RevisionIdentifierType, + target: _RevisionIdentifierType, + assert_relative_length: bool, + ) -> Tuple[Optional[_RevisionOrBase], ...]: + """ + Parse upgrade command syntax :target to retrieve the target revision + and given the :current_revisions stamp of the database. + + Returns a tuple of Revision objects which should be iterated/upgraded + to. The target may be specified in absolute form, or relative to + :current_revisions. + """ + if isinstance(target, str): + match = _relative_destination.match(target) + else: + match = None + + if not match: + # No relative destination, target is absolute. + return self.get_revisions(target) + + current_revisions_tup: Union[str, Tuple[Optional[str], ...], None] + current_revisions_tup = util.to_tuple(current_revisions) + + branch_label, symbol, relative_str = match.groups() + relative = int(relative_str) + if relative > 0: + if symbol is None: + if not current_revisions_tup: + current_revisions_tup = (None,) + # Try to filter to a single target (avoid ambiguous branches). + start_revs = current_revisions_tup + if branch_label: + start_revs = self.filter_for_lineage( + self.get_revisions(current_revisions_tup), # type: ignore[arg-type] # noqa: E501 + branch_label, + ) + if not start_revs: + # The requested branch is not a head, so we need to + # backtrack to find a branchpoint. + active_on_branch = self.filter_for_lineage( + self._get_ancestor_nodes( + self.get_revisions(current_revisions_tup) + ), + branch_label, + ) + # Find the tips of this set of revisions (revisions + # without children within the set). + start_revs = tuple( + {rev.revision for rev in active_on_branch} + - { + down + for rev in active_on_branch + for down in rev._normalized_down_revisions + } + ) + if not start_revs: + # We must need to go right back to base to find + # a starting point for this branch. + start_revs = (None,) + if len(start_revs) > 1: + raise RevisionError( + "Ambiguous upgrade from multiple current revisions" + ) + # Walk up from unique target revision. + rev = self._walk( + start=start_revs[0], + steps=relative, + branch_label=branch_label, + no_overwalk=assert_relative_length, + ) + if rev is None: + raise RevisionError( + "Relative revision %s didn't " + "produce %d migrations" % (relative_str, abs(relative)) + ) + return (rev,) + else: + # Walk is relative to a given revision, not the current state. + return ( + self._walk( + start=self.get_revision(symbol), + steps=relative, + branch_label=branch_label, + no_overwalk=assert_relative_length, + ), + ) + else: + if symbol is None: + # Upgrading to current - n is not valid. + raise RevisionError( + "Relative revision %s didn't " + "produce %d migrations" % (relative, abs(relative)) + ) + return ( + self._walk( + start=( + self.get_revision(symbol) + if branch_label is None + else self.get_revision( + "%s@%s" % (branch_label, symbol) + ) + ), + steps=relative, + no_overwalk=assert_relative_length, + ), + ) + + def _collect_downgrade_revisions( + self, + upper: _RevisionIdentifierType, + lower: _RevisionIdentifierType, + inclusive: bool, + implicit_base: bool, + assert_relative_length: bool, + ) -> Tuple[Set[Revision], Tuple[Optional[_RevisionOrBase], ...]]: + """ + Compute the set of current revisions specified by :upper, and the + downgrade target specified by :target. Return all dependents of target + which are currently active. + + :inclusive=True includes the target revision in the set + """ + + branch_label, target_revision = self._parse_downgrade_target( + current_revisions=upper, + target=lower, + assert_relative_length=assert_relative_length, + ) + if target_revision == "base": + target_revision = None + assert target_revision is None or isinstance(target_revision, Revision) + + roots: List[Revision] + # Find candidates to drop. + if target_revision is None: + # Downgrading back to base: find all tree roots. + roots = [ + rev + for rev in self._revision_map.values() + if rev is not None and rev.down_revision is None + ] + elif inclusive: + # inclusive implies target revision should also be dropped + roots = [target_revision] + else: + # Downgrading to fixed target: find all direct children. + roots = [ + is_revision(rev) + for rev in self.get_revisions(target_revision.nextrev) + ] + + if branch_label and len(roots) > 1: + # Need to filter roots. + ancestors = { + rev.revision + for rev in self._get_ancestor_nodes( + [self._resolve_branch(branch_label)], + include_dependencies=False, + ) + } + # Intersection gives the root revisions we are trying to + # rollback with the downgrade. + roots = [ + is_revision(rev) + for rev in self.get_revisions( + {rev.revision for rev in roots}.intersection(ancestors) + ) + ] + + # Ensure we didn't throw everything away when filtering branches. + if len(roots) == 0: + raise RevisionError( + "Not a valid downgrade target from current heads" + ) + + heads = self.get_revisions(upper) + + # Aim is to drop :branch_revision; to do so we also need to drop its + # descendents and anything dependent on it. + downgrade_revisions = set( + self._get_descendant_nodes( + roots, + include_dependencies=True, + omit_immediate_dependencies=False, + ) + ) + active_revisions = set( + self._get_ancestor_nodes(heads, include_dependencies=True) + ) + + # Emit revisions to drop in reverse topological sorted order. + downgrade_revisions.intersection_update(active_revisions) + + if implicit_base: + # Wind other branches back to base. + downgrade_revisions.update( + active_revisions.difference(self._get_ancestor_nodes(roots)) + ) + + if ( + target_revision is not None + and not downgrade_revisions + and target_revision not in heads + ): + # Empty intersection: target revs are not present. + + raise RangeNotAncestorError("Nothing to drop", upper) + + return downgrade_revisions, heads + + def _collect_upgrade_revisions( + self, + upper: _RevisionIdentifierType, + lower: _RevisionIdentifierType, + inclusive: bool, + implicit_base: bool, + assert_relative_length: bool, + ) -> Tuple[Set[Revision], Tuple[Revision, ...]]: + """ + Compute the set of required revisions specified by :upper, and the + current set of active revisions specified by :lower. Find the + difference between the two to compute the required upgrades. + + :inclusive=True includes the current/lower revisions in the set + + :implicit_base=False only returns revisions which are downstream + of the current/lower revisions. Dependencies from branches with + different bases will not be included. + """ + targets: Collection[Revision] = [ + is_revision(rev) + for rev in self._parse_upgrade_target( + current_revisions=lower, + target=upper, + assert_relative_length=assert_relative_length, + ) + ] + + # assert type(targets) is tuple, "targets should be a tuple" + + # Handled named bases (e.g. branch@... -> heads should only produce + # targets on the given branch) + if isinstance(lower, str) and "@" in lower: + branch, _, _ = lower.partition("@") + branch_rev = self.get_revision(branch) + if branch_rev is not None and branch_rev.revision == branch: + # A revision was used as a label; get its branch instead + assert len(branch_rev.branch_labels) == 1 + branch = next(iter(branch_rev.branch_labels)) + targets = { + need for need in targets if branch in need.branch_labels + } + + required_node_set = set( + self._get_ancestor_nodes( + targets, check=True, include_dependencies=True + ) + ).union(targets) + + current_revisions = self.get_revisions(lower) + if not implicit_base and any( + rev not in required_node_set + for rev in current_revisions + if rev is not None + ): + raise RangeNotAncestorError(lower, upper) + assert ( + type(current_revisions) is tuple + ), "current_revisions should be a tuple" + + # Special case where lower = a relative value (get_revisions can't + # find it) + if current_revisions and current_revisions[0] is None: + _, rev = self._parse_downgrade_target( + current_revisions=upper, + target=lower, + assert_relative_length=assert_relative_length, + ) + assert rev + if rev == "base": + current_revisions = tuple() + lower = None + else: + current_revisions = (rev,) + lower = rev.revision + + current_node_set = set( + self._get_ancestor_nodes( + current_revisions, check=True, include_dependencies=True + ) + ).union(current_revisions) + + needs = required_node_set.difference(current_node_set) + + # Include the lower revision (=current_revisions?) in the iteration + if inclusive: + needs.update(is_revision(rev) for rev in self.get_revisions(lower)) + # By default, base is implicit as we want all dependencies returned. + # Base is also implicit if lower = base + # implicit_base=False -> only return direct downstreams of + # current_revisions + if current_revisions and not implicit_base: + lower_descendents = self._get_descendant_nodes( + [is_revision(rev) for rev in current_revisions], + check=True, + include_dependencies=False, + ) + needs.intersection_update(lower_descendents) + + return needs, tuple(targets) + + def _get_all_current( + self, id_: Tuple[str, ...] + ) -> Set[Optional[_RevisionOrBase]]: + top_revs: Set[Optional[_RevisionOrBase]] + top_revs = set(self.get_revisions(id_)) + top_revs.update( + self._get_ancestor_nodes(list(top_revs), include_dependencies=True) + ) + return self._filter_into_branch_heads(top_revs) + + +class Revision: + """Base class for revisioned objects. + + The :class:`.Revision` class is the base of the more public-facing + :class:`.Script` object, which represents a migration script. + The mechanics of revision management and traversal are encapsulated + within :class:`.Revision`, while :class:`.Script` applies this logic + to Python files in a version directory. + + """ + + nextrev: FrozenSet[str] = frozenset() + """following revisions, based on down_revision only.""" + + _all_nextrev: FrozenSet[str] = frozenset() + + revision: str = None # type: ignore[assignment] + """The string revision number.""" + + down_revision: Optional[_RevIdType] = None + """The ``down_revision`` identifier(s) within the migration script. + + Note that the total set of "down" revisions is + down_revision + dependencies. + + """ + + dependencies: Optional[_RevIdType] = None + """Additional revisions which this revision is dependent on. + + From a migration standpoint, these dependencies are added to the + down_revision to form the full iteration. However, the separation + of down_revision from "dependencies" is to assist in navigating + a history that contains many branches, typically a multi-root scenario. + + """ + + branch_labels: Set[str] = None # type: ignore[assignment] + """Optional string/tuple of symbolic names to apply to this + revision's branch""" + + _resolved_dependencies: Tuple[str, ...] + _normalized_resolved_dependencies: Tuple[str, ...] + + @classmethod + def verify_rev_id(cls, revision: str) -> None: + illegal_chars = set(revision).intersection(_revision_illegal_chars) + if illegal_chars: + raise RevisionError( + "Character(s) '%s' not allowed in revision identifier '%s'" + % (", ".join(sorted(illegal_chars)), revision) + ) + + def __init__( + self, + revision: str, + down_revision: Optional[Union[str, Tuple[str, ...]]], + dependencies: Optional[Union[str, Tuple[str, ...]]] = None, + branch_labels: Optional[Union[str, Tuple[str, ...]]] = None, + ) -> None: + if down_revision and revision in util.to_tuple(down_revision): + raise LoopDetected(revision) + elif dependencies is not None and revision in util.to_tuple( + dependencies + ): + raise DependencyLoopDetected(revision) + + self.verify_rev_id(revision) + self.revision = revision + self.down_revision = tuple_rev_as_scalar(util.to_tuple(down_revision)) + self.dependencies = tuple_rev_as_scalar(util.to_tuple(dependencies)) + self._orig_branch_labels = util.to_tuple(branch_labels, default=()) + self.branch_labels = set(self._orig_branch_labels) + + def __repr__(self) -> str: + args = [repr(self.revision), repr(self.down_revision)] + if self.dependencies: + args.append("dependencies=%r" % (self.dependencies,)) + if self.branch_labels: + args.append("branch_labels=%r" % (self.branch_labels,)) + return "%s(%s)" % (self.__class__.__name__, ", ".join(args)) + + def add_nextrev(self, revision: Revision) -> None: + self._all_nextrev = self._all_nextrev.union([revision.revision]) + if self.revision in revision._versioned_down_revisions: + self.nextrev = self.nextrev.union([revision.revision]) + + @property + def _all_down_revisions(self) -> Tuple[str, ...]: + return util.dedupe_tuple( + util.to_tuple(self.down_revision, default=()) + + self._resolved_dependencies + ) + + @property + def _normalized_down_revisions(self) -> Tuple[str, ...]: + """return immediate down revisions for a rev, omitting dependencies + that are still dependencies of ancestors. + + """ + return util.dedupe_tuple( + util.to_tuple(self.down_revision, default=()) + + self._normalized_resolved_dependencies + ) + + @property + def _versioned_down_revisions(self) -> Tuple[str, ...]: + return util.to_tuple(self.down_revision, default=()) + + @property + def is_head(self) -> bool: + """Return True if this :class:`.Revision` is a 'head' revision. + + This is determined based on whether any other :class:`.Script` + within the :class:`.ScriptDirectory` refers to this + :class:`.Script`. Multiple heads can be present. + + """ + return not bool(self.nextrev) + + @property + def _is_real_head(self) -> bool: + return not bool(self._all_nextrev) + + @property + def is_base(self) -> bool: + """Return True if this :class:`.Revision` is a 'base' revision.""" + + return self.down_revision is None + + @property + def _is_real_base(self) -> bool: + """Return True if this :class:`.Revision` is a "real" base revision, + e.g. that it has no dependencies either.""" + + # we use self.dependencies here because this is called up + # in initialization where _real_dependencies isn't set up + # yet + return self.down_revision is None and self.dependencies is None + + @property + def is_branch_point(self) -> bool: + """Return True if this :class:`.Script` is a branch point. + + A branchpoint is defined as a :class:`.Script` which is referred + to by more than one succeeding :class:`.Script`, that is more + than one :class:`.Script` has a `down_revision` identifier pointing + here. + + """ + return len(self.nextrev) > 1 + + @property + def _is_real_branch_point(self) -> bool: + """Return True if this :class:`.Script` is a 'real' branch point, + taking into account dependencies as well. + + """ + return len(self._all_nextrev) > 1 + + @property + def is_merge_point(self) -> bool: + """Return True if this :class:`.Script` is a merge point.""" + + return len(self._versioned_down_revisions) > 1 + + +@overload +def tuple_rev_as_scalar(rev: None) -> None: ... + + +@overload +def tuple_rev_as_scalar( + rev: Union[Tuple[_T, ...], List[_T]] +) -> Union[_T, Tuple[_T, ...], List[_T]]: ... + + +def tuple_rev_as_scalar( + rev: Optional[Sequence[_T]], +) -> Union[_T, Sequence[_T], None]: + if not rev: + return None + elif len(rev) == 1: + return rev[0] + else: + return rev + + +def is_revision(rev: Any) -> Revision: + assert isinstance(rev, Revision) + return rev diff --git a/venv/lib/python3.8/site-packages/alembic/script/write_hooks.py b/venv/lib/python3.8/site-packages/alembic/script/write_hooks.py new file mode 100644 index 000000000..997714792 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/script/write_hooks.py @@ -0,0 +1,179 @@ +# mypy: allow-untyped-defs, allow-incomplete-defs, allow-untyped-calls +# mypy: no-warn-return-any, allow-any-generics + +from __future__ import annotations + +import shlex +import subprocess +import sys +from typing import Any +from typing import Callable +from typing import Dict +from typing import List +from typing import Mapping +from typing import Optional +from typing import Union + +from .. import util +from ..util import compat + + +REVISION_SCRIPT_TOKEN = "REVISION_SCRIPT_FILENAME" + +_registry: dict = {} + + +def register(name: str) -> Callable: + """A function decorator that will register that function as a write hook. + + See the documentation linked below for an example. + + .. seealso:: + + :ref:`post_write_hooks_custom` + + + """ + + def decorate(fn): + _registry[name] = fn + return fn + + return decorate + + +def _invoke( + name: str, revision: str, options: Mapping[str, Union[str, int]] +) -> Any: + """Invokes the formatter registered for the given name. + + :param name: The name of a formatter in the registry + :param revision: A :class:`.MigrationRevision` instance + :param options: A dict containing kwargs passed to the + specified formatter. + :raises: :class:`alembic.util.CommandError` + """ + try: + hook = _registry[name] + except KeyError as ke: + raise util.CommandError( + f"No formatter with name '{name}' registered" + ) from ke + else: + return hook(revision, options) + + +def _run_hooks(path: str, hook_config: Mapping[str, str]) -> None: + """Invoke hooks for a generated revision.""" + + from .base import _split_on_space_comma + + names = _split_on_space_comma.split(hook_config.get("hooks", "")) + + for name in names: + if not name: + continue + opts = { + key[len(name) + 1 :]: hook_config[key] + for key in hook_config + if key.startswith(name + ".") + } + opts["_hook_name"] = name + try: + type_ = opts["type"] + except KeyError as ke: + raise util.CommandError( + f"Key {name}.type is required for post write hook {name!r}" + ) from ke + else: + with util.status( + f"Running post write hook {name!r}", newline=True + ): + _invoke(type_, path, opts) + + +def _parse_cmdline_options(cmdline_options_str: str, path: str) -> List[str]: + """Parse options from a string into a list. + + Also substitutes the revision script token with the actual filename of + the revision script. + + If the revision script token doesn't occur in the options string, it is + automatically prepended. + """ + if REVISION_SCRIPT_TOKEN not in cmdline_options_str: + cmdline_options_str = REVISION_SCRIPT_TOKEN + " " + cmdline_options_str + cmdline_options_list = shlex.split( + cmdline_options_str, posix=compat.is_posix + ) + cmdline_options_list = [ + option.replace(REVISION_SCRIPT_TOKEN, path) + for option in cmdline_options_list + ] + return cmdline_options_list + + +@register("console_scripts") +def console_scripts( + path: str, options: dict, ignore_output: bool = False +) -> None: + try: + entrypoint_name = options["entrypoint"] + except KeyError as ke: + raise util.CommandError( + f"Key {options['_hook_name']}.entrypoint is required for post " + f"write hook {options['_hook_name']!r}" + ) from ke + for entry in compat.importlib_metadata_get("console_scripts"): + if entry.name == entrypoint_name: + impl: Any = entry + break + else: + raise util.CommandError( + f"Could not find entrypoint console_scripts.{entrypoint_name}" + ) + cwd: Optional[str] = options.get("cwd", None) + cmdline_options_str = options.get("options", "") + cmdline_options_list = _parse_cmdline_options(cmdline_options_str, path) + + kw: Dict[str, Any] = {} + if ignore_output: + kw["stdout"] = kw["stderr"] = subprocess.DEVNULL + + subprocess.run( + [ + sys.executable, + "-c", + f"import {impl.module}; {impl.module}.{impl.attr}()", + ] + + cmdline_options_list, + cwd=cwd, + **kw, + ) + + +@register("exec") +def exec_(path: str, options: dict, ignore_output: bool = False) -> None: + try: + executable = options["executable"] + except KeyError as ke: + raise util.CommandError( + f"Key {options['_hook_name']}.executable is required for post " + f"write hook {options['_hook_name']!r}" + ) from ke + cwd: Optional[str] = options.get("cwd", None) + cmdline_options_str = options.get("options", "") + cmdline_options_list = _parse_cmdline_options(cmdline_options_str, path) + + kw: Dict[str, Any] = {} + if ignore_output: + kw["stdout"] = kw["stderr"] = subprocess.DEVNULL + + subprocess.run( + [ + executable, + *cmdline_options_list, + ], + cwd=cwd, + **kw, + ) diff --git a/venv/lib/python3.8/site-packages/alembic/templates/async/README b/venv/lib/python3.8/site-packages/alembic/templates/async/README new file mode 100644 index 000000000..e0d0858f2 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/templates/async/README @@ -0,0 +1 @@ +Generic single-database configuration with an async dbapi. \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/alembic/templates/async/__pycache__/env.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/templates/async/__pycache__/env.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4f8a9c4fe474ed3911b732a3704d00dca987023e GIT binary patch literal 2143 zcmZuyPmdcl6t^dnNixZ1H(OZB3ExVjZgMF94yY9d^n;cOo0e`WDKjNo6TU!3%koeod+}Jb8tEQqk zXTz{+z*Mzssh)A0=G;<7ElqZ$uv}A_PK076=`leiluTNb)*KI8RaD14+4Z}qP;LgY zr6VYVs`EN4+R?2VOgL0mYBg1c`ogRFda2U$BoDE6mGmppyYTua8_$cJj~P|t@(hxs z4$B*dQ_cBA@I!EuJ>+@}p?EZwVzOCsWAxeB0P4dMrs<5EF+k2IA{$$tmy%j%akV~% zeWUWMI=BoW-PG6z0Kn|SfO;_wao~T^zfmj3dH~j8P{nY+4TE$GOqpZC_PNB05m+r+ zVBkW)@JnbQz>&s=185b#!2tvu2#$w=cIW%p4Vylsy04(p%{~RQafv~=AHXfHfOLt-0T^7O{)E4I0E0yquL6q~4T07G+=h!L3tl#!p{HmC z#Qg}}fj;;R`sLsmeu`Hu+g{_^vZZvbIby?(&U&*RI#dI$7(U7FC@5ZFo5{GMS`@&q znkkM2j!eLkEl*#wml{)K!p}LXY*J8@{Q~>91n6EM0AwvHHJ^&pq~rQvCc)Y9FxE}D zuI|E+bX_f*x-lmEbqS|JiLFgH+^Y8RQp&sFp>o~PK}gyz+^({GWRn&XrYsB}21$3b z#Bu$t$$H0atvm2J8E(Qk#^n-40q#Nlh5tp-J|=-a0NbU^xkV1v5&ZoY*Me>E9IgEq z#+B0(a`KjbsxGwC<6)y}c@Uzg8i2^3QEq2GsbctyVl zuc|ML84!Oqs)MQBk|aLQN*&R`xnWd)hIHr_9$d7a+R+A~&lupX$z8L<=WlP5GWXF- zU3>Ec@|^XFsc+@*CA-3G>7KeT%3JT+{v4*3lHYWUHUx$??gc%_2#jGA#yF0`cK_;L MtH0lm+PEG34;(Ks9{>OV literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/templates/async/alembic.ini.mako b/venv/lib/python3.8/site-packages/alembic/templates/async/alembic.ini.mako new file mode 100644 index 000000000..f97e2d665 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/templates/async/alembic.ini.mako @@ -0,0 +1,117 @@ +# A generic, single database configuration. + +[alembic] +# path to migration scripts. +# Use forward slashes (/) also on windows to provide an os agnostic path +script_location = ${script_location} + +# template used to generate migration file names; The default value is %%(rev)s_%%(slug)s +# Uncomment the line below if you want the files to be prepended with date and time +# file_template = %%(year)d_%%(month).2d_%%(day).2d_%%(hour).2d%%(minute).2d-%%(rev)s_%%(slug)s + +# sys.path path, will be prepended to sys.path if present. +# defaults to the current working directory. +prepend_sys_path = . + +# timezone to use when rendering the date within the migration file +# as well as the filename. +# If specified, requires the python>=3.9 or backports.zoneinfo library and tzdata library. +# Any required deps can installed by adding `alembic[tz]` to the pip requirements +# string value is passed to ZoneInfo() +# leave blank for localtime +# timezone = + +# max length of characters to apply to the "slug" field +# truncate_slug_length = 40 + +# set to 'true' to run the environment during +# the 'revision' command, regardless of autogenerate +# revision_environment = false + +# set to 'true' to allow .pyc and .pyo files without +# a source .py file to be detected as revisions in the +# versions/ directory +# sourceless = false + +# version location specification; This defaults +# to ${script_location}/versions. When using multiple version +# directories, initial revisions must be specified with --version-path. +# The path separator used here should be the separator specified by "version_path_separator" below. +# version_locations = %(here)s/bar:%(here)s/bat:${script_location}/versions + +# version path separator; As mentioned above, this is the character used to split +# version_locations. The default within new alembic.ini files is "os", which uses os.pathsep. +# If this key is omitted entirely, it falls back to the legacy behavior of splitting on spaces and/or commas. +# Valid values for version_path_separator are: +# +# version_path_separator = : +# version_path_separator = ; +# version_path_separator = space +# version_path_separator = newline +# +# Use os.pathsep. Default configuration used for new projects. +version_path_separator = os + +# set to 'true' to search source files recursively +# in each "version_locations" directory +# new in Alembic version 1.10 +# recursive_version_locations = false + +# the output encoding used when revision files +# are written from script.py.mako +# output_encoding = utf-8 + +sqlalchemy.url = driver://user:pass@localhost/dbname + + +[post_write_hooks] +# post_write_hooks defines scripts or Python functions that are run +# on newly generated revision scripts. See the documentation for further +# detail and examples + +# format using "black" - use the console_scripts runner, against the "black" entrypoint +# hooks = black +# black.type = console_scripts +# black.entrypoint = black +# black.options = -l 79 REVISION_SCRIPT_FILENAME + +# lint with attempts to fix using "ruff" - use the exec runner, execute a binary +# hooks = ruff +# ruff.type = exec +# ruff.executable = %(here)s/.venv/bin/ruff +# ruff.options = --fix REVISION_SCRIPT_FILENAME + +# Logging configuration +[loggers] +keys = root,sqlalchemy,alembic + +[handlers] +keys = console + +[formatters] +keys = generic + +[logger_root] +level = WARNING +handlers = console +qualname = + +[logger_sqlalchemy] +level = WARNING +handlers = +qualname = sqlalchemy.engine + +[logger_alembic] +level = INFO +handlers = +qualname = alembic + +[handler_console] +class = StreamHandler +args = (sys.stderr,) +level = NOTSET +formatter = generic + +[formatter_generic] +format = %(levelname)-5.5s [%(name)s] %(message)s +datefmt = %H:%M:%S diff --git a/venv/lib/python3.8/site-packages/alembic/templates/async/env.py b/venv/lib/python3.8/site-packages/alembic/templates/async/env.py new file mode 100644 index 000000000..9f2d51940 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/templates/async/env.py @@ -0,0 +1,89 @@ +import asyncio +from logging.config import fileConfig + +from sqlalchemy import pool +from sqlalchemy.engine import Connection +from sqlalchemy.ext.asyncio import async_engine_from_config + +from alembic import context + +# this is the Alembic Config object, which provides +# access to the values within the .ini file in use. +config = context.config + +# Interpret the config file for Python logging. +# This line sets up loggers basically. +if config.config_file_name is not None: + fileConfig(config.config_file_name) + +# add your model's MetaData object here +# for 'autogenerate' support +# from myapp import mymodel +# target_metadata = mymodel.Base.metadata +target_metadata = None + +# other values from the config, defined by the needs of env.py, +# can be acquired: +# my_important_option = config.get_main_option("my_important_option") +# ... etc. + + +def run_migrations_offline() -> None: + """Run migrations in 'offline' mode. + + This configures the context with just a URL + and not an Engine, though an Engine is acceptable + here as well. By skipping the Engine creation + we don't even need a DBAPI to be available. + + Calls to context.execute() here emit the given string to the + script output. + + """ + url = config.get_main_option("sqlalchemy.url") + context.configure( + url=url, + target_metadata=target_metadata, + literal_binds=True, + dialect_opts={"paramstyle": "named"}, + ) + + with context.begin_transaction(): + context.run_migrations() + + +def do_run_migrations(connection: Connection) -> None: + context.configure(connection=connection, target_metadata=target_metadata) + + with context.begin_transaction(): + context.run_migrations() + + +async def run_async_migrations() -> None: + """In this scenario we need to create an Engine + and associate a connection with the context. + + """ + + connectable = async_engine_from_config( + config.get_section(config.config_ini_section, {}), + prefix="sqlalchemy.", + poolclass=pool.NullPool, + ) + + async with connectable.connect() as connection: + await connection.run_sync(do_run_migrations) + + await connectable.dispose() + + +def run_migrations_online() -> None: + """Run migrations in 'online' mode.""" + + asyncio.run(run_async_migrations()) + + +if context.is_offline_mode(): + run_migrations_offline() +else: + run_migrations_online() diff --git a/venv/lib/python3.8/site-packages/alembic/templates/async/script.py.mako b/venv/lib/python3.8/site-packages/alembic/templates/async/script.py.mako new file mode 100644 index 000000000..fbc4b07dc --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/templates/async/script.py.mako @@ -0,0 +1,26 @@ +"""${message} + +Revision ID: ${up_revision} +Revises: ${down_revision | comma,n} +Create Date: ${create_date} + +""" +from typing import Sequence, Union + +from alembic import op +import sqlalchemy as sa +${imports if imports else ""} + +# revision identifiers, used by Alembic. +revision: str = ${repr(up_revision)} +down_revision: Union[str, None] = ${repr(down_revision)} +branch_labels: Union[str, Sequence[str], None] = ${repr(branch_labels)} +depends_on: Union[str, Sequence[str], None] = ${repr(depends_on)} + + +def upgrade() -> None: + ${upgrades if upgrades else "pass"} + + +def downgrade() -> None: + ${downgrades if downgrades else "pass"} diff --git a/venv/lib/python3.8/site-packages/alembic/templates/generic/README b/venv/lib/python3.8/site-packages/alembic/templates/generic/README new file mode 100644 index 000000000..98e4f9c44 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/templates/generic/README @@ -0,0 +1 @@ +Generic single-database configuration. \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/alembic/templates/generic/__pycache__/env.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/templates/generic/__pycache__/env.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4fb384f9580256502d96a89df79553778a286ab1 GIT binary patch literal 1708 zcmZux&u=3&6t*XmnPiftO9iXFAo*4z(FAF=zyYCU3rLGlwUk|fMo5t}eo35qJcGyS zFSV!bg+sOf0EhI*jlXBEocI?I2%eo}+XWnr^ZabT_u23J{9A=rMs`f&D9i;&;k z;BIT+;4yyH6?TFMsz^>#N}V03AaA4%Z#U2m)6mtrGo z>=$|>r#RXHJ(U_p6I0})Y~u~fqEI*+qsPLjJwQ7$U>8PbF3hG;G}`#><5xY#&XOe+ z^oCv%8_XLQ#D*de4G~Hzn%8(t8!VeQFVs;|!jLjF7Wt_b@{MxVQ zS}dvERon#bP?U^)QUcvkXeh#|r$e85m%^Vke-~fUzfMtU8iqDfQGRTt#A; z0gu*iIRPdLy=xg9gJv2)Ad1hQeD>@qvjrPtxMMDr%dkGlK359y7aRBkIE8Fs;k`cd z=^>ZaXPZhFv9iXeFPzV3tTH1@%Zi097j_-=yjT6GxXNabpA8m9Jx`O88=hD8OhMh$ zJO|Ma>jqBM+m@Rt*ijCa3vPM3rKAPJ)o3iWsM4;GTtQ|>MQN*peq2YZdr!ChE-tm3 z!D^W%(x7g?u8MK|sNWg`(rjc6*A>s)y1Hi;dURXlJ~b#L@(VFN{QCojvm%F~;Cfh| zVUhG+`EYMy0LBvbFids?W{6jDJXCVLUh;78@vuVFdnHcuDO5v*oR4KTw2+sITl7pp zgFz4O9F%AE{Wn33)+~D$Ayhlqk#0gm8u(xIXA~#Y+(YjhA_&moUIQItQkoyH$D@(Rjq@C zQqM4`e~}z2PczeTaU8)+*L7Ri^@Fst&gk@ITopZ~R^2uZ>v#TLb$@%0aH@KM9f=3.9 or backports.zoneinfo library and tzdata library. +# Any required deps can installed by adding `alembic[tz]` to the pip requirements +# string value is passed to ZoneInfo() # leave blank for localtime # timezone = -# max length of characters to apply to the -# "slug" field +# max length of characters to apply to the "slug" field # truncate_slug_length = 40 # set to 'true' to run the environment during @@ -36,10 +36,10 @@ prepend_sys_path = . # sourceless = false # version location specification; This defaults -# to migrations/versions. When using multiple version +# to ${script_location}/versions. When using multiple version # directories, initial revisions must be specified with --version-path. # The path separator used here should be the separator specified by "version_path_separator" below. -# version_locations = %(here)s/bar:%(here)s/bat:migrations/versions +# version_locations = %(here)s/bar:%(here)s/bat:${script_location}/versions # version path separator; As mentioned above, this is the character used to split # version_locations. The default within new alembic.ini files is "os", which uses os.pathsep. @@ -49,13 +49,21 @@ prepend_sys_path = . # version_path_separator = : # version_path_separator = ; # version_path_separator = space -version_path_separator = os # Use os.pathsep. Default configuration used for new projects. +# version_path_separator = newline +# +# Use os.pathsep. Default configuration used for new projects. +version_path_separator = os + +# set to 'true' to search source files recursively +# in each "version_locations" directory +# new in Alembic version 1.10 +# recursive_version_locations = false # the output encoding used when revision files # are written from script.py.mako # output_encoding = utf-8 -sqlalchemy.url = sqlite:///freebies.db +sqlalchemy.url = driver://user:pass@localhost/dbname [post_write_hooks] @@ -69,6 +77,12 @@ sqlalchemy.url = sqlite:///freebies.db # black.entrypoint = black # black.options = -l 79 REVISION_SCRIPT_FILENAME +# lint with attempts to fix using "ruff" - use the exec runner, execute a binary +# hooks = ruff +# ruff.type = exec +# ruff.executable = %(here)s/.venv/bin/ruff +# ruff.options = --fix REVISION_SCRIPT_FILENAME + # Logging configuration [loggers] keys = root,sqlalchemy,alembic @@ -80,12 +94,12 @@ keys = console keys = generic [logger_root] -level = WARN +level = WARNING handlers = console qualname = [logger_sqlalchemy] -level = WARN +level = WARNING handlers = qualname = sqlalchemy.engine diff --git a/venv/lib/python3.8/site-packages/alembic/templates/generic/env.py b/venv/lib/python3.8/site-packages/alembic/templates/generic/env.py new file mode 100644 index 000000000..36112a3c6 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/templates/generic/env.py @@ -0,0 +1,78 @@ +from logging.config import fileConfig + +from sqlalchemy import engine_from_config +from sqlalchemy import pool + +from alembic import context + +# this is the Alembic Config object, which provides +# access to the values within the .ini file in use. +config = context.config + +# Interpret the config file for Python logging. +# This line sets up loggers basically. +if config.config_file_name is not None: + fileConfig(config.config_file_name) + +# add your model's MetaData object here +# for 'autogenerate' support +# from myapp import mymodel +# target_metadata = mymodel.Base.metadata +target_metadata = None + +# other values from the config, defined by the needs of env.py, +# can be acquired: +# my_important_option = config.get_main_option("my_important_option") +# ... etc. + + +def run_migrations_offline() -> None: + """Run migrations in 'offline' mode. + + This configures the context with just a URL + and not an Engine, though an Engine is acceptable + here as well. By skipping the Engine creation + we don't even need a DBAPI to be available. + + Calls to context.execute() here emit the given string to the + script output. + + """ + url = config.get_main_option("sqlalchemy.url") + context.configure( + url=url, + target_metadata=target_metadata, + literal_binds=True, + dialect_opts={"paramstyle": "named"}, + ) + + with context.begin_transaction(): + context.run_migrations() + + +def run_migrations_online() -> None: + """Run migrations in 'online' mode. + + In this scenario we need to create an Engine + and associate a connection with the context. + + """ + connectable = engine_from_config( + config.get_section(config.config_ini_section, {}), + prefix="sqlalchemy.", + poolclass=pool.NullPool, + ) + + with connectable.connect() as connection: + context.configure( + connection=connection, target_metadata=target_metadata + ) + + with context.begin_transaction(): + context.run_migrations() + + +if context.is_offline_mode(): + run_migrations_offline() +else: + run_migrations_online() diff --git a/venv/lib/python3.8/site-packages/alembic/templates/generic/script.py.mako b/venv/lib/python3.8/site-packages/alembic/templates/generic/script.py.mako new file mode 100644 index 000000000..fbc4b07dc --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/templates/generic/script.py.mako @@ -0,0 +1,26 @@ +"""${message} + +Revision ID: ${up_revision} +Revises: ${down_revision | comma,n} +Create Date: ${create_date} + +""" +from typing import Sequence, Union + +from alembic import op +import sqlalchemy as sa +${imports if imports else ""} + +# revision identifiers, used by Alembic. +revision: str = ${repr(up_revision)} +down_revision: Union[str, None] = ${repr(down_revision)} +branch_labels: Union[str, Sequence[str], None] = ${repr(branch_labels)} +depends_on: Union[str, Sequence[str], None] = ${repr(depends_on)} + + +def upgrade() -> None: + ${upgrades if upgrades else "pass"} + + +def downgrade() -> None: + ${downgrades if downgrades else "pass"} diff --git a/venv/lib/python3.8/site-packages/alembic/templates/multidb/README b/venv/lib/python3.8/site-packages/alembic/templates/multidb/README new file mode 100644 index 000000000..f046ec914 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/templates/multidb/README @@ -0,0 +1,12 @@ +Rudimentary multi-database configuration. + +Multi-DB isn't vastly different from generic. The primary difference is that it +will run the migrations N times (depending on how many databases you have +configured), providing one engine name and associated context for each run. + +That engine name will then allow the migration to restrict what runs within it to +just the appropriate migrations for that engine. You can see this behavior within +the mako template. + +In the provided configuration, you'll need to have `databases` provided in +alembic's config, and an `sqlalchemy.url` provided for each engine name. diff --git a/venv/lib/python3.8/site-packages/alembic/templates/multidb/__pycache__/env.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/templates/multidb/__pycache__/env.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a899e1eb176bcdbe0d4d754ec0abad9514f71d50 GIT binary patch literal 2693 zcmZveOOG2x5P-YK+|A~(fW#0If}_MfL_7{r1cXFEf)Mgh!U(X&?zTP7ytcc& zo3*?b5+QL2aNx+nmbh?1`~r^rh`DlszYsv8s%JL4B#bpR-PP6AHPv0;_)eqY5V(GM z^ycKNHX*-b=kR4h=N-7^&mb6KG$bBAjgUr$XV6?%@=Bm9g=SRt%35ba+wv^kE{B!K z_H1ZdUX|NZ$8)$dtucDPD!$+bwjWYTI9b+NWktOPca}|Nv+Bz5S^@Fej56m3%4)3s z$n@5VUV}BEx6bY5krfd?^0kMAlGx(w_+<1J>9qcYn921H&74sX^2UXZ1= zB4GRIGh>f}O=W2_b3u=h737G4^)a$n(pqa#%C)MxD6z^zze8+Jx2XkHPa@@&@^Y+$8r7wYDy@2IR5nU!{cHoW*Vw zjD@d)B$jRvyJwQoD1=0waifIsuH(3H-JS%}&67G4T)Jw)v5OgXcLFtWr!%Qs-@SA5 zLv8QJ%#9P!#O@WnE$3iLG8<10G%k4bheMvi283MCnsC8gU%ERy47;xT-mWX}2Wc9_ zW4&PR$sG!=qt#P(xXY6GjB@!lkKLGa22s5K-n%zGa8=?Cz}>bVgt$WSCYSv%g!q&F z@Vop0AI=niz2oZTc@!wU+BiUuQVG3$f;zpT9Eu=SZZcEpOchR_nCCu|XXj1175d?D z!lT{pOoUkp#FL{R<>`f&*gtIUX*st}%PyGDH|~l+;S#w+jO?_`=+14=Nqyl*QtgI3 zE60AsS*I+jZ~(nVZrdNsMk6k=mh#1ztA50lk4t!sFi>3hVSf?;k`)`@gDQzUb+isD?XoII6o4c4+4H378%~>q6a&;-3x<3VRE7S zc27ds=TjK=$6WRb7WCj%($H6+iDsb+*q{e9yXkIr?7t!Qi{j`)2=WvN(lTkA*6D`P zrcG+YU8g3sr~z$*T7Ov;hl*Fg?m4F5PHLu1p$wm6O7~f&D05m~S_>e}%3#2csm)4{ zOTYxP;7e8Wo*pVCFUG0XO!0^IzxR0IPCe zR|{6PmusxD&nk#x9ldQ5W}}W(QK}=$4b3Fyu?Yk+r$>Q6H6+m1_ps&@@Y&SywfB&T z)+SjVTLICx{&+gF{&eIxj(kVAjJqU0OQB7Ht;PHUs}qIQ>tB*jNo?eVd&Ul;T(%0k z8}|sS1NR#9um2Bv@pH`kAcmR;NXa3OeGw#pr5rE_4`dL)Wgl;v3e9z1CBUT%pTVG{N$EXH&G`Dd6t|5o;()C=d%` z9fVgq!~}tVC_MZ6EDUcz(BcSm^(PnKKdaxlb)|p%?#DN-y?g75*DN@&lcW>)@MdM* z&#Y}foWW1hnmJZeO?Q9DDnZiIkNL@)Tu-w>B!)(nB0e2A3ykql7yTUE{M#& o2t%`wUjkGSc@l&TFKEN-!7Cc3X_*d%U%B2e?dGZGTQ-dS3qUR4U;qFB literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/templates/multidb/alembic.ini.mako b/venv/lib/python3.8/site-packages/alembic/templates/multidb/alembic.ini.mako new file mode 100644 index 000000000..116bd4a88 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/templates/multidb/alembic.ini.mako @@ -0,0 +1,124 @@ +# a multi-database configuration. + +[alembic] +# path to migration scripts +# Use forward slashes (/) also on windows to provide an os agnostic path +script_location = ${script_location} + +# template used to generate migration file names; The default value is %%(rev)s_%%(slug)s +# Uncomment the line below if you want the files to be prepended with date and time +# see https://alembic.sqlalchemy.org/en/latest/tutorial.html#editing-the-ini-file +# for all available tokens +# file_template = %%(year)d_%%(month).2d_%%(day).2d_%%(hour).2d%%(minute).2d-%%(rev)s_%%(slug)s + +# sys.path path, will be prepended to sys.path if present. +# defaults to the current working directory. +prepend_sys_path = . + +# timezone to use when rendering the date within the migration file +# as well as the filename. +# If specified, requires the python>=3.9 or backports.zoneinfo library and tzdata library. +# Any required deps can installed by adding `alembic[tz]` to the pip requirements +# string value is passed to ZoneInfo() +# leave blank for localtime +# timezone = + +# max length of characters to apply to the "slug" field +# truncate_slug_length = 40 + +# set to 'true' to run the environment during +# the 'revision' command, regardless of autogenerate +# revision_environment = false + +# set to 'true' to allow .pyc and .pyo files without +# a source .py file to be detected as revisions in the +# versions/ directory +# sourceless = false + +# version location specification; This defaults +# to ${script_location}/versions. When using multiple version +# directories, initial revisions must be specified with --version-path. +# The path separator used here should be the separator specified by "version_path_separator" below. +# version_locations = %(here)s/bar:%(here)s/bat:${script_location}/versions + +# version path separator; As mentioned above, this is the character used to split +# version_locations. The default within new alembic.ini files is "os", which uses os.pathsep. +# If this key is omitted entirely, it falls back to the legacy behavior of splitting on spaces and/or commas. +# Valid values for version_path_separator are: +# +# version_path_separator = : +# version_path_separator = ; +# version_path_separator = space +# version_path_separator = newline +# +# Use os.pathsep. Default configuration used for new projects. +version_path_separator = os + +# set to 'true' to search source files recursively +# in each "version_locations" directory +# new in Alembic version 1.10 +# recursive_version_locations = false + +# the output encoding used when revision files +# are written from script.py.mako +# output_encoding = utf-8 + +databases = engine1, engine2 + +[engine1] +sqlalchemy.url = driver://user:pass@localhost/dbname + +[engine2] +sqlalchemy.url = driver://user:pass@localhost/dbname2 + +[post_write_hooks] +# post_write_hooks defines scripts or Python functions that are run +# on newly generated revision scripts. See the documentation for further +# detail and examples + +# format using "black" - use the console_scripts runner, against the "black" entrypoint +# hooks = black +# black.type = console_scripts +# black.entrypoint = black +# black.options = -l 79 REVISION_SCRIPT_FILENAME + +# lint with attempts to fix using "ruff" - use the exec runner, execute a binary +# hooks = ruff +# ruff.type = exec +# ruff.executable = %(here)s/.venv/bin/ruff +# ruff.options = --fix REVISION_SCRIPT_FILENAME + +# Logging configuration +[loggers] +keys = root,sqlalchemy,alembic + +[handlers] +keys = console + +[formatters] +keys = generic + +[logger_root] +level = WARNING +handlers = console +qualname = + +[logger_sqlalchemy] +level = WARNING +handlers = +qualname = sqlalchemy.engine + +[logger_alembic] +level = INFO +handlers = +qualname = alembic + +[handler_console] +class = StreamHandler +args = (sys.stderr,) +level = NOTSET +formatter = generic + +[formatter_generic] +format = %(levelname)-5.5s [%(name)s] %(message)s +datefmt = %H:%M:%S diff --git a/venv/lib/python3.8/site-packages/alembic/templates/multidb/env.py b/venv/lib/python3.8/site-packages/alembic/templates/multidb/env.py new file mode 100644 index 000000000..e937b64ee --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/templates/multidb/env.py @@ -0,0 +1,140 @@ +import logging +from logging.config import fileConfig +import re + +from sqlalchemy import engine_from_config +from sqlalchemy import pool + +from alembic import context + +USE_TWOPHASE = False + +# this is the Alembic Config object, which provides +# access to the values within the .ini file in use. +config = context.config + +# Interpret the config file for Python logging. +# This line sets up loggers basically. +if config.config_file_name is not None: + fileConfig(config.config_file_name) +logger = logging.getLogger("alembic.env") + +# gather section names referring to different +# databases. These are named "engine1", "engine2" +# in the sample .ini file. +db_names = config.get_main_option("databases", "") + +# add your model's MetaData objects here +# for 'autogenerate' support. These must be set +# up to hold just those tables targeting a +# particular database. table.tometadata() may be +# helpful here in case a "copy" of +# a MetaData is needed. +# from myapp import mymodel +# target_metadata = { +# 'engine1':mymodel.metadata1, +# 'engine2':mymodel.metadata2 +# } +target_metadata = {} + +# other values from the config, defined by the needs of env.py, +# can be acquired: +# my_important_option = config.get_main_option("my_important_option") +# ... etc. + + +def run_migrations_offline() -> None: + """Run migrations in 'offline' mode. + + This configures the context with just a URL + and not an Engine, though an Engine is acceptable + here as well. By skipping the Engine creation + we don't even need a DBAPI to be available. + + Calls to context.execute() here emit the given string to the + script output. + + """ + # for the --sql use case, run migrations for each URL into + # individual files. + + engines = {} + for name in re.split(r",\s*", db_names): + engines[name] = rec = {} + rec["url"] = context.config.get_section_option(name, "sqlalchemy.url") + + for name, rec in engines.items(): + logger.info("Migrating database %s" % name) + file_ = "%s.sql" % name + logger.info("Writing output to %s" % file_) + with open(file_, "w") as buffer: + context.configure( + url=rec["url"], + output_buffer=buffer, + target_metadata=target_metadata.get(name), + literal_binds=True, + dialect_opts={"paramstyle": "named"}, + ) + with context.begin_transaction(): + context.run_migrations(engine_name=name) + + +def run_migrations_online() -> None: + """Run migrations in 'online' mode. + + In this scenario we need to create an Engine + and associate a connection with the context. + + """ + + # for the direct-to-DB use case, start a transaction on all + # engines, then run all migrations, then commit all transactions. + + engines = {} + for name in re.split(r",\s*", db_names): + engines[name] = rec = {} + rec["engine"] = engine_from_config( + context.config.get_section(name, {}), + prefix="sqlalchemy.", + poolclass=pool.NullPool, + ) + + for name, rec in engines.items(): + engine = rec["engine"] + rec["connection"] = conn = engine.connect() + + if USE_TWOPHASE: + rec["transaction"] = conn.begin_twophase() + else: + rec["transaction"] = conn.begin() + + try: + for name, rec in engines.items(): + logger.info("Migrating database %s" % name) + context.configure( + connection=rec["connection"], + upgrade_token="%s_upgrades" % name, + downgrade_token="%s_downgrades" % name, + target_metadata=target_metadata.get(name), + ) + context.run_migrations(engine_name=name) + + if USE_TWOPHASE: + for rec in engines.values(): + rec["transaction"].prepare() + + for rec in engines.values(): + rec["transaction"].commit() + except: + for rec in engines.values(): + rec["transaction"].rollback() + raise + finally: + for rec in engines.values(): + rec["connection"].close() + + +if context.is_offline_mode(): + run_migrations_offline() +else: + run_migrations_online() diff --git a/venv/lib/python3.8/site-packages/alembic/templates/multidb/script.py.mako b/venv/lib/python3.8/site-packages/alembic/templates/multidb/script.py.mako new file mode 100644 index 000000000..6108b8a0d --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/templates/multidb/script.py.mako @@ -0,0 +1,47 @@ +<%! +import re + +%>"""${message} + +Revision ID: ${up_revision} +Revises: ${down_revision | comma,n} +Create Date: ${create_date} + +""" +from typing import Sequence, Union + +from alembic import op +import sqlalchemy as sa +${imports if imports else ""} + +# revision identifiers, used by Alembic. +revision: str = ${repr(up_revision)} +down_revision: Union[str, None] = ${repr(down_revision)} +branch_labels: Union[str, Sequence[str], None] = ${repr(branch_labels)} +depends_on: Union[str, Sequence[str], None] = ${repr(depends_on)} + + +def upgrade(engine_name: str) -> None: + globals()["upgrade_%s" % engine_name]() + + +def downgrade(engine_name: str) -> None: + globals()["downgrade_%s" % engine_name]() + +<% + db_names = config.get_main_option("databases") +%> + +## generate an "upgrade_() / downgrade_()" function +## for each database name in the ini file. + +% for db_name in re.split(r',\s*', db_names): + +def upgrade_${db_name}() -> None: + ${context.get("%s_upgrades" % db_name, "pass")} + + +def downgrade_${db_name}() -> None: + ${context.get("%s_downgrades" % db_name, "pass")} + +% endfor diff --git a/venv/lib/python3.8/site-packages/alembic/testing/__init__.py b/venv/lib/python3.8/site-packages/alembic/testing/__init__.py new file mode 100644 index 000000000..0407adfe9 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/testing/__init__.py @@ -0,0 +1,29 @@ +from sqlalchemy.testing import config +from sqlalchemy.testing import emits_warning +from sqlalchemy.testing import engines +from sqlalchemy.testing import exclusions +from sqlalchemy.testing import mock +from sqlalchemy.testing import provide_metadata +from sqlalchemy.testing import skip_if +from sqlalchemy.testing import uses_deprecated +from sqlalchemy.testing.config import combinations +from sqlalchemy.testing.config import fixture +from sqlalchemy.testing.config import requirements as requires + +from .assertions import assert_raises +from .assertions import assert_raises_message +from .assertions import emits_python_deprecation_warning +from .assertions import eq_ +from .assertions import eq_ignore_whitespace +from .assertions import expect_raises +from .assertions import expect_raises_message +from .assertions import expect_sqlalchemy_deprecated +from .assertions import expect_sqlalchemy_deprecated_20 +from .assertions import expect_warnings +from .assertions import is_ +from .assertions import is_false +from .assertions import is_not_ +from .assertions import is_true +from .assertions import ne_ +from .fixtures import TestBase +from .util import resolve_lambda diff --git a/venv/lib/python3.8/site-packages/alembic/testing/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/testing/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..258932b3ceb1fd3b9fa22b662da5ff911839f65b GIT binary patch literal 1277 zcmaLWyKdVs6b4}VuK0exJ5IV~uvIib(4i=bK0ueI3m27^j%~uag`}NiFVJV{*5}FE zDX-9}=g>y#ph0E$*C&z^Ns;qf!$8yGbbe`pn3+MtX7~5!@*~TZqNmyh><087mO2#F0 znN`qbzYv2umvxOh=pO4C zchP;;H}0VaY+&3+582RofF7}t@en;`W8)Ee!Y0P!;53}FsqrK@3(wg(`t-APF@2=> zeUW;|dvUZBD^vwSp_O~fWh5dhC_uCl5h!F4?z~{DL>$poHjKRup6iK>cftoZ1kHV} zIo+f-B5}nMS=%a5t`CU>k8AL;sO-hzLPT62o>W+hJH3@aRT6HtLP7|UR*$&uG`b2` z3Z!-=7x*kJ=sYXHj+Npoy8UcF`s7}( zDsY#8cih>tf}_sHhYEEQ@W5L`c>mO+ndbC=_3oS3*jeq+G z0y>H{6%)1GQfVdv)9@OU{>V+ksst4WJ8%OYE`0v!;uUND9o-x!sc}&yeONL>fuEfv za};@s0)p#Qw-{3A%4i5mgr{^4Am*cu3654g=$^C=V;qWg|cVu{s3?TRU`la literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/testing/__pycache__/assertions.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/testing/__pycache__/assertions.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..af1debf0ea03f0bfc12623eef11da109a4f031d7 GIT binary patch literal 5511 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 P#av|s>&DBI_;ddYks?zs literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/testing/__pycache__/env.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/testing/__pycache__/env.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6e1bbe36e276c57d811c7e7f9a43f046ceffe968 GIT binary patch literal 9636 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/testing/__pycache__/fixtures.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/testing/__pycache__/fixtures.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..994fdf1c9b8487a829bd232fe527d2f1da85b9c3 GIT binary patch literal 9683 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/testing/__pycache__/requirements.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/testing/__pycache__/requirements.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8f1c478e71cf9ba94c5b1de090664dc5791761e6 GIT binary patch literal 8753 zcmcIqy>r{h6$ijiQIsrMvTVyAf+gEBeHLlUALp}mK7YwRCuiMVB+og_Oc02>l3;-V zwF~M*j@`sAQlvOl5 zqP&q_%jG2C1W5{<0-PdgfzyC9Br9+R@BqmPoCQ2c@&XS49wNg6=KvofBLWWs9wmnb z&I2AJ;{p!>K0+o09tM1r9258u;NxUc;1R$l$Vq`m0iPnL1wIUTil_pQ0X{>f1s(@H zL(U3(1n@a>Uf>D9v*d!nM*$beMS+h2{(xK(_&DG>QWSU+aEV+N_ypi9WM1HtfUlBk z0-pkWo!k)kG~f@(O@XHXe?)ExtOCAG76d*6_+xTM;Az00kh=oU0KP}=3w##v1M*Pd zbAT7gBZ1EYeoQ_Ucoy&z@;!kskne+=eAXIWt{V;wJ4powIQSt(?|1+g&w_BIxAHp) zROROL6`ie9MZqn+iQ7K`&hP7T|p;=O_ zHCh>u^#Jx84IrhO$0MdHdZqSlvfECF$@qp{H%VZ$*?Z4cK7a7})2B~XW>tgRrtZLO zR86`~P2Vc%ifMC77={#K5?2htZEIYwJ2p(}s^MsX`Ut#n`;cs&kMW#1h-X;DgG z0M~4$Vni`7{~K)RR`}dbkk^3qHP=WYd#UMOf=6%SwoT~C0>hka&i0It%Zpz=TU>gu z$cvGxv3lW^ICa1er5ExGsPetMR7kKR@T`>~Fn7R^<-=aMz1}j8yZBB%Ek>OA!54HoQXCcDc=_w zXTsI)&g0OGxD}#xwKuI;{r%B|b^B>gzZ7#H0(cN zPq|?vRF(F%=ILV4x)XFb)w~kz@E+Rx>#pk@UDu&eFCcNPwy9w%!WRQlvCa`G-xnHV zLA7g}nk|Ahe-a{cE^3_^jR=(>L}3Q78>0LG)xI2J&dI>=o zw+&aWu_?Ig2r*2BXJ6p+Ga%xIba#D&DqP+RR!p_m(Klq4)u5NW2OMr_mQqxmpJAE`(#MjsdXoqeN_T#`vmwOKA{2n%%FYaZde8@fKe-ts% z>E6w^SqN8~U^X6u8$Uh8)!mWbDwv`k#cfqbl8TB!l6nblnt4!_OzD*j$>;W=B$Qr2w( zkGVLzfP^m($zE1z#snjsH>`?b?^=A_hD_xm)`?Sr&47TGMA~*4A9SQ`8Lxs>c;{zm z*|`0dSFX*r7_D@Yu{d5a36>k_+!TwQhBD>RAics(6&|5<^~)_N?@r!J zQOEGLcP->+Rcspd;`T^cU&(?J9PKD!DEqEC*}eXVVbFg>mg>$jckjMO#+27hh`5mZ zoAs*YVB=Veq%>nZK3w!5jdxvSJ7DAfTc5h7*Nm4)-ygi( zcX1o=IJN(|8|*qX>@q(ZW*$m7V>>Y!un95@%Vt&GG#fwd=t{hwyQ2|Nj&!JpXLfat znJ76J6i(ST_$#4ndfjw>hAcgYz23uL0)~+q`a-o3Q1$k=UVB=kxu1s!-|j(puX_4I z`xKrA8CJzTFxG5KxV(*rXOJTQB1E+mrP@=sFZ7OKeryp6%NT_NF5j6c`DKXN#VE6G zYJDVCufaKJJE>pogH(*#K}ca(kDbSZqRVdWzYg&@)x|h&$-Xo_9=0~aG}Nd#Z$lhn z4k6=I`bfsJvQOqW`ykVy(nm6$`&zaxPQre>4>BDp2O-lnnC8LehGjT#l4Lf17a|d} z%!iBirST!C5dt=4OkXwWH=)*JwrOo;`_lYmTa|5*?K$)(?63XkV4jdqhn6ESVfMD@IhIquB7xvJMQ2T!+=|{b@0WK`3 zx#In{~7w^rs^>Xf@OD96O*%dJ%bpHX#WZA=jVTryvH0kMsy;U`)_ik5re>f z#c&#aHu{&)NX8`6oyGe?VxqHFO>7wc7NT+?x*)|XMF<@3R zcP;EBinA!rp*W9X7R3b=1r%bljRyn_&)C@&6nN6luA;bx0?)nKhbV5M_y`3aI{3yvXATZ!@Ow!=c zU(TiBO2L(cYZR_5TnX>OcVUe8cn!jZI{rJv;d}r2e*cDa1;eGnKzVBS#HZ+e87_vu z3^SaFt&I2a*ge#P-Lm+UT*UuaAvRpCjHl~vDzW=NT3dT)ob`G)W2Ypm z4KK+PLI@<@0I7W=Z~Pv=A|de?xPNEty>>$h+9w>%c+Plc&h0yAPWHz1bWy|e;Kuv)vfGT;@pr%0;L6yB3P&1&WK+Sq{pyoi8ykpn2%JE+y zk5*yHRNHSkK{LD~q8OwZx$B})!>G6t)V3n=wjaeVtsQ(gh-I|sNpwQ9nWx#@V;InRw^CJos5jX{Fg{)ugyyyB!FZPUt=~rnZ6>kvTi8qdBn9HSK_{L6lrf zdn!CJA`yHd^H_4A$pT)#it2i^A*x<2thRRI^=7!(y14j>6ymlo7Gqg+>q1uVituhV z@NZ{JE-t-Pjr>?Fw(z+I#jCYIG;aHDHHH!V@J=-~f}0Aw)Y?fb$MHiyb{vajRKm0N zi9wB)x+{iMGq9W>pj5kyK}XxrHdu#ku(}>CD2jvPbzPqG*flNI)trGjV~@Y0eZ2e; z-{re{hkIJxlCO7kybIC$>TSteYQ7+E0YtPr*Wr7tqvN#m>CEPNkHd`m+UoU+sVtWm zVXYw~NhL{`e&3eeP25;$(dvV$4QEg(`b5I0gX$Jv$<6Z(l3(KQat6!VP=FnNd}NP zbOgnSB(#{NTeE7;1v&JPe#>Y_h!#16^$!?{4pK-O4iaS|id{E#UuGpT#fX)ZTIVp| zHPOi-$B)M_aqV$l05O1J-aIpaVIVD)MVE^CG#1-dxD^Bxzw!jgQGv*jzA?{@OcS+u^}^QpHmH}nvsm(ijn zbiE`w<#A8nXGoJO%_B{!1dlYSQoC(>MWoA8FI~P7dSZLkrNg=pje8EESV;3_ha+nu z6L+1!lblbRlY+u@GYobrdKy5FVUv8EI;B@%If8u^EuzGwF|(iKlpKcxgo0s(Hok(6 zAR*_`BeALE24KW`Y~0Jy+ym>{fHL=#LV{KoDd@7}qm(Y~xQ7l#NvZq$0 zsKr9bWtTl4Ioyq%`lmH{CmQQ`g4#tAv5by%E9-#UUj{Gz(aTX?Ehmn+mx*zPxNctR zG9$pbjD*S_axi6JWzaPYVlpX=`K7kY+T{+rr{C8$j9vbo7A_db`t_o`#5DSgVZ=SQ z%RkUU{yy#mwJ-lIij59OuYaEdx{S4U`EnLyN{Dm6vS-`8a;0KPa=ava+f!n@B}EkZ z%`i&xE-phq5GW90i7PTGyt?g*R*a95qCt{(GI%8h?X)fG9rD*O$SD6xfltmd_C%EM zHQW@OmDOMGTJ4%AU5h$kwUU=~)5u4tJ44+_ntqDr`rP`srnE(27?D{mRy3@lrAwN1 z(S{y!(lXi+vUSo+qwB)0ufSfYJp3>|QUX6f$>sL8cCWf;A<2M7>f#}#-y{h$Je}?4 z%VF+^2P@%AVe2{uz!r;vtv%kn3bg1Os`fxoUPU!Qw25%dQE2Wln#CxOHS`7V-V7m) zX0WE4fUKnGM?Q>E3*EHfuxD0=Wt2)k!j3|bosTwySZv3tQaLn=-y!8uZ6ghq5W$?! z|H<{)Ke#dbTl=v?jWO|VY62?>$^r)C5IhDRn4ENwD{kk>b@`9YBbp+s1yV4zX3oRlD zbkRLa=>DCX1~b?L^)+js9%uWBgS|ykW!@gk@gX>W9{X)NqlfcjlIA9g^LM4+sL7ql z;(TjB^DfT&jQ*cE@9X!^IF~QLI11x(kwznFg5bPO<~sz= zzHA;6 z`WrIf5n%oJ;YOY~xPKUM?mzH-2*l6hl&|Qd0f^JwT4g#Z;O8?LH=9AEt~|=q%c^5L0a`4KwlV=-(l{+r*LD-vQPH3k3dCs|w#IhE8B!}R zcj=j>6ba;$1XzA(fugT@kRJWk-?KoU`sAO`08RUySyDIKNLJe6T+W<1*YC`JHapv3 zc>a0tv(0O>jQyJiXCDuP4;kZjfR18{r>xK0oKs(Bs@VhHzNF^VWi|hmP*>E#f!}Vb>*}g{3oElqe9Brk zUXm;=US5(}mKU-}^31MdT>C6T7oBTKW(T@c#64YfhiNKJkH#-WwJ)$wQyIV4AvV*8 zR0{CcNv*%2qc~K7T4ShHh<)~)jo3r>cy25X*^xIA$C!V5t?&=oKF1p0sy$;}t~})* zghaW|N!cQx^{ebU)IF*nvSY5ouf*Rt)R>W%aOg)-S9YY*ku>=*Q_+WowndWlRyuiq zBgrb|ZndJ^Bswd!ii&(k8fBx6JWsXE8WEl+dUq!`YI#FiP(a&ZAH;U0;Z`3=n{;HF z?nXVGX(Mq$B%>_p=qSzeCpauh6zG#~qD@rs$g`-})KkXR@sSWurZ$hPE^IU$IEv|E zQ6~F(dg8|`y_Gw6s?$ln6Q#PT?8WCabDW8W9+h;8TdCaJy|;#g^injC)+XD!8n%|+ zK>WxIzccLx# zhny1cn0I->C+T=HyU(w)zl*0nQqM1We2zT(8~iX%bvEYGSx``&gujWR)JZh~+cEnrv_NmE2mno94)Sdmo*|7Kph4y3_q{*8iPK|An*qpXzR?G?+`&pfoTu zPt5`~@C`Fp(cHmneKaImOO*aro@8aM7!Fe1;${vju$B+hvekClSvF3k{D2sQXaY}s zbAw;~-`DfE)eRcolV`}U748G&>5u%JS&6YKmi%c zz~%-pTQ<+8Xz8UoGjD;o<(ZrKaU0DQ>N(Y~Q_pE}@f!!OGlzg4F^6iGsr4W@F*vS||@?Mo_emy@HR}mO#%R`9~fV z8I&ylsD{~K|>ezxS_S15z_80r@iQ6Q#1hp=9LXy@GLsApq6rVrU$l z-kA~=o3e1px+zga($v*}ZJ7>HQ@Tl-qWmP;r0zW0Ol*YzAr&Q*4cZ&+=%^#JXj5+M zsGqB0s+Uu}tyAp&632nf$q`0(QICoo9Bm=9&XjUnnnZ4-ARSsNUX}dQ+T&2&X+CZ^&lU#gp1SCgM|>R;>pfwkRw#7Qn`fsEf~8r z3=r#r?cIb5dAhCRN~$wCc(SEcH)1xD~YhIPPZV7HHeyAh$6@wCz~}*!X1V_0o-Ykm(&FbuqdK`YJ}}&dc}! z3$}@d%{2J}Z{Tl^n^la2TdoDPD`5AvEx*pwx z4ni_Gz_-5laOI&`Yk+9-CX$bXS68yt4S0+IcPsOsY zmCHGrP#mYTE)bha1JKOdVuwhaze0|ElEhy>x1F3agZDP6wT{kIExH1Z_>njUppC_d z#ok_Yh@2aVeKE#W@CcW@tr}(B$RnWqoc$DQN4OeRvwuXD!g1cZ(+GM5mS9M>>g~oU zC>fj!hfZx$hJ9EEm?YbwGWj4zwv|F{v>P3xfmAd`A@gw=>AJ1vee5p-_!burgs;Ok zG4(!d!pgcCX0cLf8v{!)%m7AnT)^W^uOaqsPmhczhCU5nr8_xY9ZzQ_yr53acJcv` zyJWA^qH>gvL7SC7Eu|c83Jtli^w! zRO427>ZSHOr@=n0z$?{uYd(hDWgQnPSri6n*BKgvZ<4Z}58U^iAuU@$=?zV4euKVQ zqlSXq?R9W?!H#ahg2K`z1+fl4`+Oen0$#TY2fT|V(c72LC_%Tf36{Gq$>^%NLr)h_&R>;;&cCOP^K^K(DuVY3<}5AZb^tN)=Y>BB KuQcACum2xldfqnx literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/testing/__pycache__/warnings.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/testing/__pycache__/warnings.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c42719de3a9c10cc57f9f2d0169e417f12308644 GIT binary patch literal 829 zcmZWn&2G~`5Z+xoj*}))htgbKa{$2*Cgtbf?u1QG$K zUU>(4fba5^O2>NRGNvo0+y_!M26Lg-i32N8}QKZ(rY z&7$bIC@)adS5%sOr&olcoiR?eHM2SU#`bXKKkV#KRlUYcW?ItD6*jkSn3jb5gLLMX7g@Nm&z7q{UEZ9=J$I)&QtJtnE6;H&a+-| z)SF0vaRNOp!)OlDUqZI@MKa!n9Q99pg;VPlcpOea`JsSxoJ79q14r%Ou6JRK#*wo3^bMwV6$s`Tp1yMjNz69kWC1zp{gI-Kwmi3F_wMi71A2CCy`$ l4OFGQ(23a0VH3O|wWscx824$K^M!zCrjBw@xvaq&)<4QD+#vt} literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/testing/assertions.py b/venv/lib/python3.8/site-packages/alembic/testing/assertions.py new file mode 100644 index 000000000..e071697cd --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/testing/assertions.py @@ -0,0 +1,176 @@ +from __future__ import annotations + +import contextlib +import re +import sys +from typing import Any +from typing import Dict + +from sqlalchemy import exc as sa_exc +from sqlalchemy.engine import default +from sqlalchemy.testing.assertions import _expect_warnings +from sqlalchemy.testing.assertions import eq_ # noqa +from sqlalchemy.testing.assertions import is_ # noqa +from sqlalchemy.testing.assertions import is_false # noqa +from sqlalchemy.testing.assertions import is_not_ # noqa +from sqlalchemy.testing.assertions import is_true # noqa +from sqlalchemy.testing.assertions import ne_ # noqa +from sqlalchemy.util import decorator + +from ..util import sqla_compat + + +def _assert_proper_exception_context(exception): + """assert that any exception we're catching does not have a __context__ + without a __cause__, and that __suppress_context__ is never set. + + Python 3 will report nested as exceptions as "during the handling of + error X, error Y occurred". That's not what we want to do. we want + these exceptions in a cause chain. + + """ + + if ( + exception.__context__ is not exception.__cause__ + and not exception.__suppress_context__ + ): + assert False, ( + "Exception %r was correctly raised but did not set a cause, " + "within context %r as its cause." + % (exception, exception.__context__) + ) + + +def assert_raises(except_cls, callable_, *args, **kw): + return _assert_raises(except_cls, callable_, args, kw, check_context=True) + + +def assert_raises_context_ok(except_cls, callable_, *args, **kw): + return _assert_raises(except_cls, callable_, args, kw) + + +def assert_raises_message(except_cls, msg, callable_, *args, **kwargs): + return _assert_raises( + except_cls, callable_, args, kwargs, msg=msg, check_context=True + ) + + +def assert_raises_message_context_ok( + except_cls, msg, callable_, *args, **kwargs +): + return _assert_raises(except_cls, callable_, args, kwargs, msg=msg) + + +def _assert_raises( + except_cls, callable_, args, kwargs, msg=None, check_context=False +): + with _expect_raises(except_cls, msg, check_context) as ec: + callable_(*args, **kwargs) + return ec.error + + +class _ErrorContainer: + error: Any = None + + +@contextlib.contextmanager +def _expect_raises( + except_cls, msg=None, check_context=False, text_exact=False +): + ec = _ErrorContainer() + if check_context: + are_we_already_in_a_traceback = sys.exc_info()[0] + try: + yield ec + success = False + except except_cls as err: + ec.error = err + success = True + if msg is not None: + if text_exact: + assert str(err) == msg, f"{msg} != {err}" + else: + assert re.search(msg, str(err), re.UNICODE), f"{msg} !~ {err}" + if check_context and not are_we_already_in_a_traceback: + _assert_proper_exception_context(err) + print(str(err).encode("utf-8")) + + # assert outside the block so it works for AssertionError too ! + assert success, "Callable did not raise an exception" + + +def expect_raises(except_cls, check_context=True): + return _expect_raises(except_cls, check_context=check_context) + + +def expect_raises_message( + except_cls, msg, check_context=True, text_exact=False +): + return _expect_raises( + except_cls, msg=msg, check_context=check_context, text_exact=text_exact + ) + + +def eq_ignore_whitespace(a, b, msg=None): + a = re.sub(r"^\s+?|\n", "", a) + a = re.sub(r" {2,}", " ", a) + b = re.sub(r"^\s+?|\n", "", b) + b = re.sub(r" {2,}", " ", b) + + assert a == b, msg or "%r != %r" % (a, b) + + +_dialect_mods: Dict[Any, Any] = {} + + +def _get_dialect(name): + if name is None or name == "default": + return default.DefaultDialect() + else: + d = sqla_compat._create_url(name).get_dialect()() + + if name == "postgresql": + d.implicit_returning = True + elif name == "mssql": + d.legacy_schema_aliasing = False + return d + + +def expect_warnings(*messages, **kw): + """Context manager which expects one or more warnings. + + With no arguments, squelches all SAWarnings emitted via + sqlalchemy.util.warn and sqlalchemy.util.warn_limited. Otherwise + pass string expressions that will match selected warnings via regex; + all non-matching warnings are sent through. + + The expect version **asserts** that the warnings were in fact seen. + + Note that the test suite sets SAWarning warnings to raise exceptions. + + """ + return _expect_warnings(Warning, messages, **kw) + + +def emits_python_deprecation_warning(*messages): + """Decorator form of expect_warnings(). + + Note that emits_warning does **not** assert that the warnings + were in fact seen. + + """ + + @decorator + def decorate(fn, *args, **kw): + with _expect_warnings(DeprecationWarning, assert_=False, *messages): + return fn(*args, **kw) + + return decorate + + +def expect_sqlalchemy_deprecated(*messages, **kw): + return _expect_warnings(sa_exc.SADeprecationWarning, messages, **kw) + + +def expect_sqlalchemy_deprecated_20(*messages, **kw): + return _expect_warnings(sa_exc.RemovedIn20Warning, messages, **kw) diff --git a/venv/lib/python3.8/site-packages/alembic/testing/env.py b/venv/lib/python3.8/site-packages/alembic/testing/env.py new file mode 100644 index 000000000..c37b4d303 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/testing/env.py @@ -0,0 +1,518 @@ +import importlib.machinery +import os +import shutil +import textwrap + +from sqlalchemy.testing import config +from sqlalchemy.testing import provision + +from . import util as testing_util +from .. import command +from .. import script +from .. import util +from ..script import Script +from ..script import ScriptDirectory + + +def _get_staging_directory(): + if provision.FOLLOWER_IDENT: + return "scratch_%s" % provision.FOLLOWER_IDENT + else: + return "scratch" + + +def staging_env(create=True, template="generic", sourceless=False): + cfg = _testing_config() + if create: + path = os.path.join(_get_staging_directory(), "scripts") + assert not os.path.exists(path), ( + "staging directory %s already exists; poor cleanup?" % path + ) + + command.init(cfg, path, template=template) + if sourceless: + try: + # do an import so that a .pyc/.pyo is generated. + util.load_python_file(path, "env.py") + except AttributeError: + # we don't have the migration context set up yet + # so running the .env py throws this exception. + # theoretically we could be using py_compiler here to + # generate .pyc/.pyo without importing but not really + # worth it. + pass + assert sourceless in ( + "pep3147_envonly", + "simple", + "pep3147_everything", + ), sourceless + make_sourceless( + os.path.join(path, "env.py"), + "pep3147" if "pep3147" in sourceless else "simple", + ) + + sc = script.ScriptDirectory.from_config(cfg) + return sc + + +def clear_staging_env(): + from sqlalchemy.testing import engines + + engines.testing_reaper.close_all() + shutil.rmtree(_get_staging_directory(), True) + + +def script_file_fixture(txt): + dir_ = os.path.join(_get_staging_directory(), "scripts") + path = os.path.join(dir_, "script.py.mako") + with open(path, "w") as f: + f.write(txt) + + +def env_file_fixture(txt): + dir_ = os.path.join(_get_staging_directory(), "scripts") + txt = ( + """ +from alembic import context + +config = context.config +""" + + txt + ) + + path = os.path.join(dir_, "env.py") + pyc_path = util.pyc_file_from_path(path) + if pyc_path: + os.unlink(pyc_path) + + with open(path, "w") as f: + f.write(txt) + + +def _sqlite_file_db(tempname="foo.db", future=False, scope=None, **options): + dir_ = os.path.join(_get_staging_directory(), "scripts") + url = "sqlite:///%s/%s" % (dir_, tempname) + if scope and util.sqla_14: + options["scope"] = scope + return testing_util.testing_engine(url=url, future=future, options=options) + + +def _sqlite_testing_config(sourceless=False, future=False): + dir_ = os.path.join(_get_staging_directory(), "scripts") + url = "sqlite:///%s/foo.db" % dir_ + + sqlalchemy_future = future or ("future" in config.db.__class__.__module__) + + return _write_config_file( + """ +[alembic] +script_location = %s +sqlalchemy.url = %s +sourceless = %s +%s + +[loggers] +keys = root,sqlalchemy + +[handlers] +keys = console + +[logger_root] +level = WARNING +handlers = console +qualname = + +[logger_sqlalchemy] +level = DEBUG +handlers = +qualname = sqlalchemy.engine + +[handler_console] +class = StreamHandler +args = (sys.stderr,) +level = NOTSET +formatter = generic + +[formatters] +keys = generic + +[formatter_generic] +format = %%(levelname)-5.5s [%%(name)s] %%(message)s +datefmt = %%H:%%M:%%S + """ + % ( + dir_, + url, + "true" if sourceless else "false", + "sqlalchemy.future = true" if sqlalchemy_future else "", + ) + ) + + +def _multi_dir_testing_config(sourceless=False, extra_version_location=""): + dir_ = os.path.join(_get_staging_directory(), "scripts") + sqlalchemy_future = "future" in config.db.__class__.__module__ + + url = "sqlite:///%s/foo.db" % dir_ + + return _write_config_file( + """ +[alembic] +script_location = %s +sqlalchemy.url = %s +sqlalchemy.future = %s +sourceless = %s +version_locations = %%(here)s/model1/ %%(here)s/model2/ %%(here)s/model3/ %s + +[loggers] +keys = root + +[handlers] +keys = console + +[logger_root] +level = WARNING +handlers = console +qualname = + +[handler_console] +class = StreamHandler +args = (sys.stderr,) +level = NOTSET +formatter = generic + +[formatters] +keys = generic + +[formatter_generic] +format = %%(levelname)-5.5s [%%(name)s] %%(message)s +datefmt = %%H:%%M:%%S + """ + % ( + dir_, + url, + "true" if sqlalchemy_future else "false", + "true" if sourceless else "false", + extra_version_location, + ) + ) + + +def _no_sql_testing_config(dialect="postgresql", directives=""): + """use a postgresql url with no host so that + connections guaranteed to fail""" + dir_ = os.path.join(_get_staging_directory(), "scripts") + return _write_config_file( + """ +[alembic] +script_location = %s +sqlalchemy.url = %s:// +%s + +[loggers] +keys = root + +[handlers] +keys = console + +[logger_root] +level = WARNING +handlers = console +qualname = + +[handler_console] +class = StreamHandler +args = (sys.stderr,) +level = NOTSET +formatter = generic + +[formatters] +keys = generic + +[formatter_generic] +format = %%(levelname)-5.5s [%%(name)s] %%(message)s +datefmt = %%H:%%M:%%S + +""" + % (dir_, dialect, directives) + ) + + +def _write_config_file(text): + cfg = _testing_config() + with open(cfg.config_file_name, "w") as f: + f.write(text) + return cfg + + +def _testing_config(): + from alembic.config import Config + + if not os.access(_get_staging_directory(), os.F_OK): + os.mkdir(_get_staging_directory()) + return Config(os.path.join(_get_staging_directory(), "test_alembic.ini")) + + +def write_script( + scriptdir, rev_id, content, encoding="ascii", sourceless=False +): + old = scriptdir.revision_map.get_revision(rev_id) + path = old.path + + content = textwrap.dedent(content) + if encoding: + content = content.encode(encoding) + with open(path, "wb") as fp: + fp.write(content) + pyc_path = util.pyc_file_from_path(path) + if pyc_path: + os.unlink(pyc_path) + script = Script._from_path(scriptdir, path) + old = scriptdir.revision_map.get_revision(script.revision) + if old.down_revision != script.down_revision: + raise Exception( + "Can't change down_revision " "on a refresh operation." + ) + scriptdir.revision_map.add_revision(script, _replace=True) + + if sourceless: + make_sourceless( + path, "pep3147" if sourceless == "pep3147_everything" else "simple" + ) + + +def make_sourceless(path, style): + import py_compile + + py_compile.compile(path) + + if style == "simple": + pyc_path = util.pyc_file_from_path(path) + suffix = importlib.machinery.BYTECODE_SUFFIXES[0] + filepath, ext = os.path.splitext(path) + simple_pyc_path = filepath + suffix + shutil.move(pyc_path, simple_pyc_path) + pyc_path = simple_pyc_path + else: + assert style in ("pep3147", "simple") + pyc_path = util.pyc_file_from_path(path) + + assert os.access(pyc_path, os.F_OK) + + os.unlink(path) + + +def three_rev_fixture(cfg): + a = util.rev_id() + b = util.rev_id() + c = util.rev_id() + + script = ScriptDirectory.from_config(cfg) + script.generate_revision(a, "revision a", refresh=True, head="base") + write_script( + script, + a, + """\ +"Rev A" +revision = '%s' +down_revision = None + +from alembic import op + + +def upgrade(): + op.execute("CREATE STEP 1") + + +def downgrade(): + op.execute("DROP STEP 1") + +""" + % a, + ) + + script.generate_revision(b, "revision b", refresh=True, head=a) + write_script( + script, + b, + f"""# coding: utf-8 +"Rev B, méil, %3" +revision = '{b}' +down_revision = '{a}' + +from alembic import op + + +def upgrade(): + op.execute("CREATE STEP 2") + + +def downgrade(): + op.execute("DROP STEP 2") + +""", + encoding="utf-8", + ) + + script.generate_revision(c, "revision c", refresh=True, head=b) + write_script( + script, + c, + """\ +"Rev C" +revision = '%s' +down_revision = '%s' + +from alembic import op + + +def upgrade(): + op.execute("CREATE STEP 3") + + +def downgrade(): + op.execute("DROP STEP 3") + +""" + % (c, b), + ) + return a, b, c + + +def multi_heads_fixture(cfg, a, b, c): + """Create a multiple head fixture from the three-revs fixture""" + + # a->b->c + # -> d -> e + # -> f + d = util.rev_id() + e = util.rev_id() + f = util.rev_id() + + script = ScriptDirectory.from_config(cfg) + script.generate_revision( + d, "revision d from b", head=b, splice=True, refresh=True + ) + write_script( + script, + d, + """\ +"Rev D" +revision = '%s' +down_revision = '%s' + +from alembic import op + + +def upgrade(): + op.execute("CREATE STEP 4") + + +def downgrade(): + op.execute("DROP STEP 4") + +""" + % (d, b), + ) + + script.generate_revision( + e, "revision e from d", head=d, splice=True, refresh=True + ) + write_script( + script, + e, + """\ +"Rev E" +revision = '%s' +down_revision = '%s' + +from alembic import op + + +def upgrade(): + op.execute("CREATE STEP 5") + + +def downgrade(): + op.execute("DROP STEP 5") + +""" + % (e, d), + ) + + script.generate_revision( + f, "revision f from b", head=b, splice=True, refresh=True + ) + write_script( + script, + f, + """\ +"Rev F" +revision = '%s' +down_revision = '%s' + +from alembic import op + + +def upgrade(): + op.execute("CREATE STEP 6") + + +def downgrade(): + op.execute("DROP STEP 6") + +""" + % (f, b), + ) + + return d, e, f + + +def _multidb_testing_config(engines): + """alembic.ini fixture to work exactly with the 'multidb' template""" + + dir_ = os.path.join(_get_staging_directory(), "scripts") + + sqlalchemy_future = "future" in config.db.__class__.__module__ + + databases = ", ".join(engines.keys()) + engines = "\n\n".join( + "[%s]\n" "sqlalchemy.url = %s" % (key, value.url) + for key, value in engines.items() + ) + + return _write_config_file( + """ +[alembic] +script_location = %s +sourceless = false +sqlalchemy.future = %s +databases = %s + +%s +[loggers] +keys = root + +[handlers] +keys = console + +[logger_root] +level = WARNING +handlers = console +qualname = + +[handler_console] +class = StreamHandler +args = (sys.stderr,) +level = NOTSET +formatter = generic + +[formatters] +keys = generic + +[formatter_generic] +format = %%(levelname)-5.5s [%%(name)s] %%(message)s +datefmt = %%H:%%M:%%S + """ + % (dir_, "true" if sqlalchemy_future else "false", databases, engines) + ) diff --git a/venv/lib/python3.8/site-packages/alembic/testing/fixtures.py b/venv/lib/python3.8/site-packages/alembic/testing/fixtures.py new file mode 100644 index 000000000..3b5ce596e --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/testing/fixtures.py @@ -0,0 +1,318 @@ +from __future__ import annotations + +import configparser +from contextlib import contextmanager +import io +import re +from typing import Any +from typing import Dict + +from sqlalchemy import Column +from sqlalchemy import inspect +from sqlalchemy import MetaData +from sqlalchemy import String +from sqlalchemy import Table +from sqlalchemy import testing +from sqlalchemy import text +from sqlalchemy.testing import config +from sqlalchemy.testing import mock +from sqlalchemy.testing.assertions import eq_ +from sqlalchemy.testing.fixtures import TablesTest as SQLAlchemyTablesTest +from sqlalchemy.testing.fixtures import TestBase as SQLAlchemyTestBase + +import alembic +from .assertions import _get_dialect +from ..environment import EnvironmentContext +from ..migration import MigrationContext +from ..operations import Operations +from ..util import sqla_compat +from ..util.sqla_compat import create_mock_engine +from ..util.sqla_compat import sqla_14 +from ..util.sqla_compat import sqla_2 + + +testing_config = configparser.ConfigParser() +testing_config.read(["test.cfg"]) + + +class TestBase(SQLAlchemyTestBase): + is_sqlalchemy_future = sqla_2 + + @testing.fixture() + def ops_context(self, migration_context): + with migration_context.begin_transaction(_per_migration=True): + yield Operations(migration_context) + + @testing.fixture + def migration_context(self, connection): + return MigrationContext.configure( + connection, opts=dict(transaction_per_migration=True) + ) + + @testing.fixture + def as_sql_migration_context(self, connection): + return MigrationContext.configure( + connection, opts=dict(transaction_per_migration=True, as_sql=True) + ) + + @testing.fixture + def connection(self): + with config.db.connect() as conn: + yield conn + + +class TablesTest(TestBase, SQLAlchemyTablesTest): + pass + + +if sqla_14: + from sqlalchemy.testing.fixtures import FutureEngineMixin +else: + + class FutureEngineMixin: # type:ignore[no-redef] + __requires__ = ("sqlalchemy_14",) + + +FutureEngineMixin.is_sqlalchemy_future = True + + +def capture_db(dialect="postgresql://"): + buf = [] + + def dump(sql, *multiparams, **params): + buf.append(str(sql.compile(dialect=engine.dialect))) + + engine = create_mock_engine(dialect, dump) + return engine, buf + + +_engs: Dict[Any, Any] = {} + + +@contextmanager +def capture_context_buffer(**kw): + if kw.pop("bytes_io", False): + buf = io.BytesIO() + else: + buf = io.StringIO() + + kw.update({"dialect_name": "sqlite", "output_buffer": buf}) + conf = EnvironmentContext.configure + + def configure(*arg, **opt): + opt.update(**kw) + return conf(*arg, **opt) + + with mock.patch.object(EnvironmentContext, "configure", configure): + yield buf + + +@contextmanager +def capture_engine_context_buffer(**kw): + from .env import _sqlite_file_db + from sqlalchemy import event + + buf = io.StringIO() + + eng = _sqlite_file_db() + + conn = eng.connect() + + @event.listens_for(conn, "before_cursor_execute") + def bce(conn, cursor, statement, parameters, context, executemany): + buf.write(statement + "\n") + + kw.update({"connection": conn}) + conf = EnvironmentContext.configure + + def configure(*arg, **opt): + opt.update(**kw) + return conf(*arg, **opt) + + with mock.patch.object(EnvironmentContext, "configure", configure): + yield buf + + +def op_fixture( + dialect="default", + as_sql=False, + naming_convention=None, + literal_binds=False, + native_boolean=None, +): + opts = {} + if naming_convention: + opts["target_metadata"] = MetaData(naming_convention=naming_convention) + + class buffer_: + def __init__(self): + self.lines = [] + + def write(self, msg): + msg = msg.strip() + msg = re.sub(r"[\n\t]", "", msg) + if as_sql: + # the impl produces soft tabs, + # so search for blocks of 4 spaces + msg = re.sub(r" ", "", msg) + msg = re.sub(r"\;\n*$", "", msg) + + self.lines.append(msg) + + def flush(self): + pass + + buf = buffer_() + + class ctx(MigrationContext): + def get_buf(self): + return buf + + def clear_assertions(self): + buf.lines[:] = [] + + def assert_(self, *sql): + # TODO: make this more flexible about + # whitespace and such + eq_(buf.lines, [re.sub(r"[\n\t]", "", s) for s in sql]) + + def assert_contains(self, sql): + for stmt in buf.lines: + if re.sub(r"[\n\t]", "", sql) in stmt: + return + else: + assert False, "Could not locate fragment %r in %r" % ( + sql, + buf.lines, + ) + + if as_sql: + opts["as_sql"] = as_sql + if literal_binds: + opts["literal_binds"] = literal_binds + if not sqla_14 and dialect == "mariadb": + ctx_dialect = _get_dialect("mysql") + ctx_dialect.server_version_info = (10, 4, 0, "MariaDB") + + else: + ctx_dialect = _get_dialect(dialect) + if native_boolean is not None: + ctx_dialect.supports_native_boolean = native_boolean + # this is new as of SQLAlchemy 1.2.7 and is used by SQL Server, + # which breaks assumptions in the alembic test suite + ctx_dialect.non_native_boolean_check_constraint = True + if not as_sql: + + def execute(stmt, *multiparam, **param): + if isinstance(stmt, str): + stmt = text(stmt) + assert stmt.supports_execution + sql = str(stmt.compile(dialect=ctx_dialect)) + + buf.write(sql) + + connection = mock.Mock(dialect=ctx_dialect, execute=execute) + else: + opts["output_buffer"] = buf + connection = None + context = ctx(ctx_dialect, connection, opts) + + alembic.op._proxy = Operations(context) + return context + + +class AlterColRoundTripFixture: + # since these tests are about syntax, use more recent SQLAlchemy as some of + # the type / server default compare logic might not work on older + # SQLAlchemy versions as seems to be the case for SQLAlchemy 1.1 on Oracle + + __requires__ = ("alter_column",) + + def setUp(self): + self.conn = config.db.connect() + self.ctx = MigrationContext.configure(self.conn) + self.op = Operations(self.ctx) + self.metadata = MetaData() + + def _compare_type(self, t1, t2): + c1 = Column("q", t1) + c2 = Column("q", t2) + assert not self.ctx.impl.compare_type( + c1, c2 + ), "Type objects %r and %r didn't compare as equivalent" % (t1, t2) + + def _compare_server_default(self, t1, s1, t2, s2): + c1 = Column("q", t1, server_default=s1) + c2 = Column("q", t2, server_default=s2) + assert not self.ctx.impl.compare_server_default( + c1, c2, s2, s1 + ), "server defaults %r and %r didn't compare as equivalent" % (s1, s2) + + def tearDown(self): + sqla_compat._safe_rollback_connection_transaction(self.conn) + with self.conn.begin(): + self.metadata.drop_all(self.conn) + self.conn.close() + + def _run_alter_col(self, from_, to_, compare=None): + column = Column( + from_.get("name", "colname"), + from_.get("type", String(10)), + nullable=from_.get("nullable", True), + server_default=from_.get("server_default", None), + # comment=from_.get("comment", None) + ) + t = Table("x", self.metadata, column) + + with sqla_compat._ensure_scope_for_ddl(self.conn): + t.create(self.conn) + insp = inspect(self.conn) + old_col = insp.get_columns("x")[0] + + # TODO: conditional comment support + self.op.alter_column( + "x", + column.name, + existing_type=column.type, + existing_server_default=( + column.server_default + if column.server_default is not None + else False + ), + existing_nullable=True if column.nullable else False, + # existing_comment=column.comment, + nullable=to_.get("nullable", None), + # modify_comment=False, + server_default=to_.get("server_default", False), + new_column_name=to_.get("name", None), + type_=to_.get("type", None), + ) + + insp = inspect(self.conn) + new_col = insp.get_columns("x")[0] + + if compare is None: + compare = to_ + + eq_( + new_col["name"], + compare["name"] if "name" in compare else column.name, + ) + self._compare_type( + new_col["type"], compare.get("type", old_col["type"]) + ) + eq_(new_col["nullable"], compare.get("nullable", column.nullable)) + self._compare_server_default( + new_col["type"], + new_col.get("default", None), + compare.get("type", old_col["type"]), + ( + compare["server_default"].text + if "server_default" in compare + else ( + column.server_default.arg.text + if column.server_default is not None + else None + ) + ), + ) diff --git a/venv/lib/python3.8/site-packages/alembic/testing/plugin/__init__.py b/venv/lib/python3.8/site-packages/alembic/testing/plugin/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/venv/lib/python3.8/site-packages/alembic/testing/plugin/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/testing/plugin/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6e30220d6563c192ee44f62192a88c3efa806e3b GIT binary patch literal 194 zcmWIL<>g`kf(98ttd4$DKk~Kq$n{tJGDr^EH$r8KPNK@s>E2&Lcch(BvrQnD4m#| zTCAU#lbV~9nXF%uT3nKum#$xsQ<|Qcryn1mnU`4-AFo$Xd5gm)H$SB`C)Ez*fX_h8 F008XoGpzss literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/testing/plugin/__pycache__/bootstrap.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/testing/plugin/__pycache__/bootstrap.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..81f64e2ab9dd07b3af339287abfe7452c14aa802 GIT binary patch literal 250 zcmWIL<>g`kf(-spa`a*$M?YrRkY@#d=&^ewvK8*yH0<@{{A^S27ea0ZjrE zzcTbQ@^e%5Qxfy^3o1)8^7C{HjCIqBQd5&MQ+0txCugS?>6fMEmFeeXCP9@L>sja* zXO^Vu767Fa(^HG}6LV5?lQNU_LH1|nrRzg1)=z@DPp_cz7Kcr4eoARhsvXEbpMjVG E0Ly(y>i_@% literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/testing/plugin/bootstrap.py b/venv/lib/python3.8/site-packages/alembic/testing/plugin/bootstrap.py new file mode 100644 index 000000000..d4a2c5521 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/testing/plugin/bootstrap.py @@ -0,0 +1,4 @@ +""" +Bootstrapper for test framework plugins. + +""" diff --git a/venv/lib/python3.8/site-packages/alembic/testing/requirements.py b/venv/lib/python3.8/site-packages/alembic/testing/requirements.py new file mode 100644 index 000000000..6e07e28ea --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/testing/requirements.py @@ -0,0 +1,210 @@ +from sqlalchemy.testing.requirements import Requirements + +from alembic import util +from alembic.util import sqla_compat +from ..testing import exclusions + + +class SuiteRequirements(Requirements): + @property + def schemas(self): + """Target database must support external schemas, and have one + named 'test_schema'.""" + + return exclusions.open() + + @property + def autocommit_isolation(self): + """target database should support 'AUTOCOMMIT' isolation level""" + + return exclusions.closed() + + @property + def materialized_views(self): + """needed for sqlalchemy compat""" + return exclusions.closed() + + @property + def unique_constraint_reflection(self): + def doesnt_have_check_uq_constraints(config): + from sqlalchemy import inspect + + insp = inspect(config.db) + try: + insp.get_unique_constraints("x") + except NotImplementedError: + return True + except TypeError: + return True + except Exception: + pass + return False + + return exclusions.skip_if(doesnt_have_check_uq_constraints) + + @property + def sequences(self): + """Target database must support SEQUENCEs.""" + + return exclusions.only_if( + [lambda config: config.db.dialect.supports_sequences], + "no sequence support", + ) + + @property + def foreign_key_match(self): + return exclusions.open() + + @property + def foreign_key_constraint_reflection(self): + return exclusions.open() + + @property + def check_constraints_w_enforcement(self): + """Target database must support check constraints + and also enforce them.""" + + return exclusions.open() + + @property + def reflects_pk_names(self): + return exclusions.closed() + + @property + def reflects_fk_options(self): + return exclusions.closed() + + @property + def sqlalchemy_14(self): + return exclusions.skip_if( + lambda config: not util.sqla_14, + "SQLAlchemy 1.4 or greater required", + ) + + @property + def sqlalchemy_1x(self): + return exclusions.skip_if( + lambda config: util.sqla_2, + "SQLAlchemy 1.x test", + ) + + @property + def sqlalchemy_2(self): + return exclusions.skip_if( + lambda config: not util.sqla_2, + "SQLAlchemy 2.x test", + ) + + @property + def asyncio(self): + def go(config): + try: + import greenlet # noqa: F401 + except ImportError: + return False + else: + return True + + return self.sqlalchemy_14 + exclusions.only_if(go) + + @property + def comments(self): + return exclusions.only_if( + lambda config: config.db.dialect.supports_comments + ) + + @property + def alter_column(self): + return exclusions.open() + + @property + def computed_columns(self): + return exclusions.closed() + + @property + def computed_columns_api(self): + return exclusions.only_if( + exclusions.BooleanPredicate(sqla_compat.has_computed) + ) + + @property + def computed_reflects_normally(self): + return exclusions.only_if( + exclusions.BooleanPredicate(sqla_compat.has_computed_reflection) + ) + + @property + def computed_reflects_as_server_default(self): + return exclusions.closed() + + @property + def computed_doesnt_reflect_as_server_default(self): + return exclusions.closed() + + @property + def autoincrement_on_composite_pk(self): + return exclusions.closed() + + @property + def fk_ondelete_is_reflected(self): + return exclusions.closed() + + @property + def fk_onupdate_is_reflected(self): + return exclusions.closed() + + @property + def fk_onupdate(self): + return exclusions.open() + + @property + def fk_ondelete_restrict(self): + return exclusions.open() + + @property + def fk_onupdate_restrict(self): + return exclusions.open() + + @property + def fk_ondelete_noaction(self): + return exclusions.open() + + @property + def fk_initially(self): + return exclusions.closed() + + @property + def fk_deferrable(self): + return exclusions.closed() + + @property + def fk_deferrable_is_reflected(self): + return exclusions.closed() + + @property + def fk_names(self): + return exclusions.open() + + @property + def integer_subtype_comparisons(self): + return exclusions.open() + + @property + def no_name_normalize(self): + return exclusions.skip_if( + lambda config: config.db.dialect.requires_name_normalize + ) + + @property + def identity_columns(self): + return exclusions.closed() + + @property + def identity_columns_alter(self): + return exclusions.closed() + + @property + def identity_columns_api(self): + return exclusions.only_if( + exclusions.BooleanPredicate(sqla_compat.has_identity) + ) diff --git a/venv/lib/python3.8/site-packages/alembic/testing/schemacompare.py b/venv/lib/python3.8/site-packages/alembic/testing/schemacompare.py new file mode 100644 index 000000000..204cc4ddc --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/testing/schemacompare.py @@ -0,0 +1,169 @@ +from itertools import zip_longest + +from sqlalchemy import schema +from sqlalchemy.sql.elements import ClauseList + + +class CompareTable: + def __init__(self, table): + self.table = table + + def __eq__(self, other): + if self.table.name != other.name or self.table.schema != other.schema: + return False + + for c1, c2 in zip_longest(self.table.c, other.c): + if (c1 is None and c2 is not None) or ( + c2 is None and c1 is not None + ): + return False + if CompareColumn(c1) != c2: + return False + + return True + + # TODO: compare constraints, indexes + + def __ne__(self, other): + return not self.__eq__(other) + + +class CompareColumn: + def __init__(self, column): + self.column = column + + def __eq__(self, other): + return ( + self.column.name == other.name + and self.column.nullable == other.nullable + ) + # TODO: datatypes etc + + def __ne__(self, other): + return not self.__eq__(other) + + +class CompareIndex: + def __init__(self, index, name_only=False): + self.index = index + self.name_only = name_only + + def __eq__(self, other): + if self.name_only: + return self.index.name == other.name + else: + return ( + str(schema.CreateIndex(self.index)) + == str(schema.CreateIndex(other)) + and self.index.dialect_kwargs == other.dialect_kwargs + ) + + def __ne__(self, other): + return not self.__eq__(other) + + def __repr__(self): + expr = ClauseList(*self.index.expressions) + try: + expr_str = expr.compile().string + except Exception: + expr_str = str(expr) + return f"" + + +class CompareCheckConstraint: + def __init__(self, constraint): + self.constraint = constraint + + def __eq__(self, other): + return ( + isinstance(other, schema.CheckConstraint) + and self.constraint.name == other.name + and (str(self.constraint.sqltext) == str(other.sqltext)) + and (other.table.name == self.constraint.table.name) + and other.table.schema == self.constraint.table.schema + ) + + def __ne__(self, other): + return not self.__eq__(other) + + +class CompareForeignKey: + def __init__(self, constraint): + self.constraint = constraint + + def __eq__(self, other): + r1 = ( + isinstance(other, schema.ForeignKeyConstraint) + and self.constraint.name == other.name + and (other.table.name == self.constraint.table.name) + and other.table.schema == self.constraint.table.schema + ) + if not r1: + return False + for c1, c2 in zip_longest(self.constraint.columns, other.columns): + if (c1 is None and c2 is not None) or ( + c2 is None and c1 is not None + ): + return False + if CompareColumn(c1) != c2: + return False + return True + + def __ne__(self, other): + return not self.__eq__(other) + + +class ComparePrimaryKey: + def __init__(self, constraint): + self.constraint = constraint + + def __eq__(self, other): + r1 = ( + isinstance(other, schema.PrimaryKeyConstraint) + and self.constraint.name == other.name + and (other.table.name == self.constraint.table.name) + and other.table.schema == self.constraint.table.schema + ) + if not r1: + return False + + for c1, c2 in zip_longest(self.constraint.columns, other.columns): + if (c1 is None and c2 is not None) or ( + c2 is None and c1 is not None + ): + return False + if CompareColumn(c1) != c2: + return False + + return True + + def __ne__(self, other): + return not self.__eq__(other) + + +class CompareUniqueConstraint: + def __init__(self, constraint): + self.constraint = constraint + + def __eq__(self, other): + r1 = ( + isinstance(other, schema.UniqueConstraint) + and self.constraint.name == other.name + and (other.table.name == self.constraint.table.name) + and other.table.schema == self.constraint.table.schema + ) + if not r1: + return False + + for c1, c2 in zip_longest(self.constraint.columns, other.columns): + if (c1 is None and c2 is not None) or ( + c2 is None and c1 is not None + ): + return False + if CompareColumn(c1) != c2: + return False + + return True + + def __ne__(self, other): + return not self.__eq__(other) diff --git a/venv/lib/python3.8/site-packages/alembic/testing/suite/__init__.py b/venv/lib/python3.8/site-packages/alembic/testing/suite/__init__.py new file mode 100644 index 000000000..3da498d28 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/testing/suite/__init__.py @@ -0,0 +1,7 @@ +from .test_autogen_comments import * # noqa +from .test_autogen_computed import * # noqa +from .test_autogen_diffs import * # noqa +from .test_autogen_fks import * # noqa +from .test_autogen_identity import * # noqa +from .test_environment import * # noqa +from .test_op import * # noqa diff --git a/venv/lib/python3.8/site-packages/alembic/testing/suite/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/testing/suite/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7bcd9d1c895b3b9b507bf06d362634e7b7168e78 GIT binary patch literal 402 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/testing/suite/__pycache__/test_autogen_comments.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/testing/suite/__pycache__/test_autogen_comments.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..86c49a8a2ed4a0c81176f7f5e210b94401a1be76 GIT binary patch literal 4111 zcmb_fO>^5s7}iR%B+GWwe9)xfD}1yx42fww!!QF=TFRuS=F)IL7meawf3%XF?5;Dl zNiVo3pbS5N0}LnM_#gZOT{-0kaOsqf_g&eJ70Y%Dm92N*)vmO=&+~rlepxEH8eG3U z{;2-lnx_4MmGLVFm78#jZ$MCul2D6?M+oXV=(?vX-2mP245gc(o1Urk9OyYO2f9V= z(28u&2Hm0g(24S1Ug<9AuIDPf0D8eI5bcgei?sAuqa|juLeKPy^xQpdbKwN$p>2}b zy4?!fQ4_S>PS^@0D9&9bgD(OZVDml68_gOv?*;oIJ0ZzyOSjsxRb$Pa#zWcWY>x?f zVkAulJM^Ky8MP`8@N3xic_3H?M;yO&sN95G?15mKN2uoMlz0Z!J(C*Le5`pnnxht! zuxjc+Y12G)p>$}07NN}35)Ms#P(n%n-<6Ea|;FH%hB*+$FC+lar|cAj7`D9YOF_B;l2hSH>y?9*Z8Z@ z`c#zb@aZxQn&pFzthbt52iLc%oU#1|+mbw}JYc+h#F|Itu(3bra((;bvS>)QbpXvl zjfrv)vS`0iDdS4OfXbo`&8p@HiRt)5^tTT>@g?l%vxg1UJAq-?!Ed(wNZ7 zY=F>+MJ!z>_&ZPZXO=y#7xnIqX}oVg*Fe(^;(Hi;zCrZBgI~-TsB;ng8SXq91)7Jd zxfiwj7PV5(3efA+bc(xt0p`TdqgVv7#}OvJjA8`^8h5-HP@0C7+wlAZjihg9Sq;B{ zFQdWmS5T~?KnqF4YoNs!6q*yCz5;Dx9Yn&@dWxx{zC>0?w>+DniEmD)qzmKBr)0K| zB4KC!b0#IH1Qec&0B?n}sC6{(@S$ld4)_KvAQRq;3f`<2KY>>SB$^CQSl1EZ?zP$Y zW_@%z#6QA7{}*D&Rw_tNz??^`hua-lIo80+!SbEdvm!iKzCbkynx%QbcUOnOG6+R$ zEMh8`;BUa95(3^tZ39J?k*_629!kd39&{Jp5buJR7mk#{U!6@zF!}unKJqY>N=qD+ z`FubkvZRTb^NG=$nx4+~0)BF%G-ajIR6ZN=*b1UnyD6W#vd%UVU4@>_?7)H>g|X<8 zh56-ln69Wz%Ft_069R)TWh8{+Gjo&>P=|!@*=+PjnP=Ka6I@_mR9t-f0$lX;|IP#K zd|=-QVa$~FeTTZV@RI>g?5bTOHG+PEUeTYH5718eB@~zx;&V|8vVLa>=}zD97Dpg7 z+hK?s5wA3QBs&MpTOCye<452QlvRUvDEs-$1agMw0*-6k+Wjii%T`CJBu&BB@Rqm% zBJE_(S&DHlU?#f&9rBGy^uNp;)c@4~f#2WV4`&+y=9~1uFNg8x^S;C`&U#)Z<2KdO zjPv&Z8~#3uEKgb=&mrj*{tEA8Ks)X|2y<~BwAW`tJ4iL@v8SW^1I+3r$F}@10!|?8 zrhE#{6yQ^E#z-SPHPfVhs=KVhAHClelF?xt#J$iC-$Z(*a+KuxBm<;j`h7k{Nr0PU z{d0B$Swrt`mf+yvHv>49__6Ez5HZ>z>P6o_YzJY|;uU;<9}fjhnly2C*lutpe4oFL zt9}c`+bG^aaT&!2D7H{+qd47FDh;=myaWPof#J#_COEfq!C7{eoHZz~I9F5;n55^5 z!!QUdbryA!GmnZp>KufpA9Wb=7Dva9!BI$XJmkeTx(6Ikl8r8gC|*Q?Lubt^c0NsT SxPjYhfm`h&8T|A?Y5WVY`K=xR literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/testing/suite/__pycache__/test_autogen_computed.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/testing/suite/__pycache__/test_autogen_computed.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a65e039c6d6cd49ab9540b7a331ef314b60a47a9 GIT binary patch literal 5623 zcmdT|&2t+`6`$@INu$w7mKDcIc9&)1h1w_|_U3C@mJs56klHHnE{S1bimIuxx+TjQ z%{V=+Bo;ChrCeD!bD-?v4CiW^*9#f=kLD&f7Jkz`x86ZVEw^XB#I*WJ@S zzxOpiE|)D0et&-c;i`UG)BcW)y}ukZZow7*1qjm^2{f0$od#Nmx|EJe=(M6Wq-spLNw;(C1e?KeZbiwa*hx04+EsQ6PWE(iIy)jRe97-bo%OEd z4EI$hZncrMy@opWc)5WGJNzNM5P)~!ivJ2kY6ESPC`u(^q)#MeRO-0l-{=DXnUd1I zQs8q^m&O(x#x@z~1At#&+sgMzpKjAlT^9N}E1c2PWexzeBS{gYWS_)3qpg`Nhq7!G zN{X9?v}CDoNMjB91_b7?`^H+CY3XQLf!5T3uspVz1_x7GN{nvIMMB$bd55^Ab+ zIo57AWsOP0eluEO+ znuSM-=YVJ=Px5q@Qi6Y*RR3cXY+55VGD9k~3X*5_G=sOZy@WSM_1RF_#hv?gxG7Rx9 z&hRxP$}HZS9O%a$81NG=JjR=TH;`^+e>*APO*`%cKH9p2&!hXIl^AGI;w;XNrjwF$ z*!{Lb+~@%IL3$n(Vk9Y~_X2vBrjWLYO)WA5EeilX3*eriy=%wA`|!mkLJs;H<%!X6 zFu?d0c;Ic)qz|{%|mVd#e_0AsocthQZ zXF+E-dY0jnFb$tYT!B7u4ap(vi|f$wBkcST$i%$pPSw1Kx#7H0TO*9B7(;P|dTvQv zh5i>NY}q;QT)VPdC*tcMIeys(pb_VRXv8G;%ZbHD2aGl`UL1~@rpH{@(}l&iK;ihc zeu5fmix?b+Ka3njxYQQ^0Ss=fPnr-$2ih0p=X4VTq7FgUP&C)4OnYRCi!CiQ`m{wh zDYzJv+*A@BBoJC55F0WFfjFNAV&HQULLJ=mGT)?q`Um=jHh^4D>E@2r)knH2YuP5h zt!?JP5f=MKKL-K3@VRy!-rxi6r<%0-`L&WPY}w4*CapA7Te93Q3`k3bUgdC#O9vfJ zqQje0UgyPh7H{UevK`Dn^+niQxRb>fC$noO3LUiHc?io+!whR>9!CNAtrX!&K8PBA5FhHZrf@)R-ItBkvDZp0%=<65K5!?>8kE;yq9k-%z@0D%_9wCJM*4pv>@WHdQFS#;PB-(Aj3b z2FF0&`YDWx(TudxjEbNTF-I}fB$Y1>bLfE5mQ66m8pL{OWir9FGvzdL2*eNaB!$d9(O%$>pHX*4?4i)?=N1>V3%{qif!e!xxitkgf1 zt>X3Ly~VGNTug@^b@u4=hd$|z9qq42^B(Di{-);r|Mx+(g=D`GB&SkK8=7@DObwm=0(8?X z;>`^kvWngZuQBO~h4$sh822zUQ(&5Z!yFkx2!#-mR&NDWySB~DrimQ z&L&iI!>c%|>V^`iJWJ83REih=0@Phn|4d|!^|<3WIf{f6vf7VXRp1IgS)Cywx8 zV;BR4p%ZmwI&&I08@_}OAdZa2bHTIiUv=IZbsmi2V=L;ZJnRDGVQKkLQS)yMv+{BM zu>11Wt5>^ly;@4F^(dAth}e&Vo^=i#B~DOJ@{u~Qo;i1W@xj~$5Y-N~$HR&aEEM(> z516S78;D!*TRv9Vsv=QkfLOrJ4}jG3D!7kBw~E(^9tBWs2JPy{?eWBZgmQ81&R+uGKQiZyqN-J0zliuR-7XJp%uvDLhuMi%7 zc<{W$@;rDo-2i#p^Bx0WvL0wJ1jiCTZ|1`S~+r-xY E3rzs=(*OVf literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/testing/suite/__pycache__/test_autogen_diffs.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/testing/suite/__pycache__/test_autogen_diffs.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5a2c743f1ba65ab56838da325eb258db790c371d GIT binary patch literal 7135 zcmbtZ&2!tv702S6BuG)Rq#6ZwPjnW>sFVlGaYoMD8yY#kU)@L zfR5$Told1*I@PiF_{dw1z4RaGtyf$-J@_x^v{R4!-Yy6NB1K6yC_FywF0qT>d++xi zR==p%s|p-n@88(^`z1yBCtef}11@gE8UGaoRVWFSE^!G#T?JirRiSI3Ypy1A9dzB* zg>HauxQ5Wp(Ck{S1-eD;(C${;3g{JD4XfRnTN8RMtaTmN5xN6<-K`6~4tm3F2)zON zg1bPJFBG~!oBIlFvI<++)7>VtEYc-tS;|@#>6xD^t+Ov+^-7DR)sd$)U0CqPYOk34aU7{6>Bzv9QNjY}#XI$Yd_GyW3@rnrPEu1blkG5srps#JTf zGIQJ7wy92yePxgA5w|kcXHqNct4{UVw37AJruwS1mi0LRYMnOriCd=*fY(eH?t}^B z5-eQ)dW*o{YFmYcjt_K{3Y>T0jDHCtQTCK)s*qYjC>g4WO4URg5~>|&d*CXfRg==yxu+hMySHMQEk zZkI&~KMV7>ERJj9CJM9_UUM#mGqYn1!8G z?eC;&_bQwprIq|QBZYqpe)Zq}@>Z|QmZ={t_ji-6UUa#C?Q(}Rwh^$)3HRGOj4wZC z(c|SX*vN)lyYlgJ93<>=AG-Zb7BBlD>uv4Vh4nxnZ#7jkqc^rJZ&Aa-IXJMUot0Rh0Gw#xem%v=A>xQ z%y1=xYQm((fgw%0otczs)I1Q}0H(Co_#)h!FM(KXsi_?e!Vp7FT2SNfV(&Q=Xwnf8 z4J~7qW%+p+(bD-v9Q_RxZ=?7o3bd6J-v%xH?vWUH5a&@Z!DZmc7#Aktyg*d(X};9W zr`JymYT7FB=C2 zzW~2I9iUlAU4b7K{PTkJ&(lGf-D(QT+*N-Albjk#jUt%l*j3By0}c-SgS?vqT6Ei# z{16=!CM4KL{lO@$bP}S{i>Jz9v50svPOO+=7wr`5f``JyXr+o2j0#C&^43 zd@$Fk%lEno6UDeL>D%DhimEhT>6-L$d5vxAEB&Qz1C4xoDvvMEw$?^(A0IX-crBRa z*PslQZDk1QffA}7XwQtHu?;EWqVmifnxN^RSwo#FJ2t zo(DdwEcDk|V|!t{ zN#CO9urzWP>3Q&{3+W;jfI-xj2&~J3$bCDIb)^>%HiTD57YSm(t&QF`J}|Xn5QqTi zfFk&cWUPgi63J>Jc#J}&l+{o0P+2PkjxGWR9uopbqt;N{HmH43$)ves#Tyt1RDp$8 z3Ta@KzXubq^B;gr>sVyu&yz*QOqN0l=jgPly7MLf5R_4ta3|i4-35!65^h#;LCq}+ zn|w~lxe@c=hcZ8aCt&?@PHmE>H>SWIS1@yLHidXzo1(+aL!2723N6&E!lB0PfI4Ig zpern70QJNK)GcZO>QdTh0V*hI3itKZkt#|V{t3c_@C&@f`4L7KO&x(A95cpl_}t@ z=%cTPZ)u{V@%=qaKHpb?tBnM>fLh?8@M2RyTEj$ifN!`)qEAK?Ft-anToFEu(xz4L zVH1lQ!5}s1!>Jn3%!S1Z6TA-1V3DKoA6JM+as#mNIC}pA&mCU^kwXt}KMryJr<;-> zgl+-+pPk;l3-e4NpR>ecnENEi@2T@pm%RnVCz;X|nNms%G9^!JnJGu(Ot}I}C;%=U zT|kcc{8+l4Fg0e%nG|#VIEs-_+(8_>}aDP!dCzQ-9OVhB$}oGe5H`BAwxsGj}l%dOBJV+Rh);Z$Tc5CQSaVLi@+=YZu|&#aHGv2 zVkc&&PflaC5@-AejrJZ0Ma5UEti&e`L;bf|%dcc;JbW{=mF8V*E%B=`EB^?^H5AuD z;HE>ihY*8y3)_E$;x>vqDDI*70>zI}JV5ai6j)yK8z9_w{Nih?*Neoaj35NBzr!Em zz{%T@(8SKe$I$UBIAh$0ft?4~d$6na5}Zx@?D%66j^p3~+$xyL58GR;yUSH*oBT6j z@{a5-O$LegQ}`#4+|GmlH)LD**+x^$ktb3`Y_G`2!GAz-@p89-8g7e-*=H?3wQtG2 Wo6oTZ5zhdn*!TlGLitBqdiZ}l7n;%l literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/testing/suite/__pycache__/test_autogen_fks.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/testing/suite/__pycache__/test_autogen_fks.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cf4031171920cce46992536c4c41cc98d594387c GIT binary patch literal 19475 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 z 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/testing/suite/_autogen_fixtures.py b/venv/lib/python3.8/site-packages/alembic/testing/suite/_autogen_fixtures.py new file mode 100644 index 000000000..d838ebef1 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/testing/suite/_autogen_fixtures.py @@ -0,0 +1,335 @@ +from __future__ import annotations + +from typing import Any +from typing import Dict +from typing import Set + +from sqlalchemy import CHAR +from sqlalchemy import CheckConstraint +from sqlalchemy import Column +from sqlalchemy import event +from sqlalchemy import ForeignKey +from sqlalchemy import Index +from sqlalchemy import inspect +from sqlalchemy import Integer +from sqlalchemy import MetaData +from sqlalchemy import Numeric +from sqlalchemy import String +from sqlalchemy import Table +from sqlalchemy import Text +from sqlalchemy import text +from sqlalchemy import UniqueConstraint + +from ... import autogenerate +from ... import util +from ...autogenerate import api +from ...ddl.base import _fk_spec +from ...migration import MigrationContext +from ...operations import ops +from ...testing import config +from ...testing import eq_ +from ...testing.env import clear_staging_env +from ...testing.env import staging_env + +names_in_this_test: Set[Any] = set() + + +@event.listens_for(Table, "after_parent_attach") +def new_table(table, parent): + names_in_this_test.add(table.name) + + +def _default_include_object(obj, name, type_, reflected, compare_to): + if type_ == "table": + return name in names_in_this_test + else: + return True + + +_default_object_filters: Any = _default_include_object + +_default_name_filters: Any = None + + +class ModelOne: + __requires__ = ("unique_constraint_reflection",) + + schema: Any = None + + @classmethod + def _get_db_schema(cls): + schema = cls.schema + + m = MetaData(schema=schema) + + Table( + "user", + m, + Column("id", Integer, primary_key=True), + Column("name", String(50)), + Column("a1", Text), + Column("pw", String(50)), + Index("pw_idx", "pw"), + ) + + Table( + "address", + m, + Column("id", Integer, primary_key=True), + Column("email_address", String(100), nullable=False), + ) + + Table( + "order", + m, + Column("order_id", Integer, primary_key=True), + Column( + "amount", + Numeric(8, 2), + nullable=False, + server_default=text("0"), + ), + CheckConstraint("amount >= 0", name="ck_order_amount"), + ) + + Table( + "extra", + m, + Column("x", CHAR), + Column("uid", Integer, ForeignKey("user.id")), + ) + + return m + + @classmethod + def _get_model_schema(cls): + schema = cls.schema + + m = MetaData(schema=schema) + + Table( + "user", + m, + Column("id", Integer, primary_key=True), + Column("name", String(50), nullable=False), + Column("a1", Text, server_default="x"), + ) + + Table( + "address", + m, + Column("id", Integer, primary_key=True), + Column("email_address", String(100), nullable=False), + Column("street", String(50)), + UniqueConstraint("email_address", name="uq_email"), + ) + + Table( + "order", + m, + Column("order_id", Integer, primary_key=True), + Column( + "amount", + Numeric(10, 2), + nullable=True, + server_default=text("0"), + ), + Column("user_id", Integer, ForeignKey("user.id")), + CheckConstraint("amount > -1", name="ck_order_amount"), + ) + + Table( + "item", + m, + Column("id", Integer, primary_key=True), + Column("description", String(100)), + Column("order_id", Integer, ForeignKey("order.order_id")), + CheckConstraint("len(description) > 5"), + ) + return m + + +class _ComparesFKs: + def _assert_fk_diff( + self, + diff, + type_, + source_table, + source_columns, + target_table, + target_columns, + name=None, + conditional_name=None, + source_schema=None, + onupdate=None, + ondelete=None, + initially=None, + deferrable=None, + ): + # the public API for ForeignKeyConstraint was not very rich + # in 0.7, 0.8, so here we use the well-known but slightly + # private API to get at its elements + ( + fk_source_schema, + fk_source_table, + fk_source_columns, + fk_target_schema, + fk_target_table, + fk_target_columns, + fk_onupdate, + fk_ondelete, + fk_deferrable, + fk_initially, + ) = _fk_spec(diff[1]) + + eq_(diff[0], type_) + eq_(fk_source_table, source_table) + eq_(fk_source_columns, source_columns) + eq_(fk_target_table, target_table) + eq_(fk_source_schema, source_schema) + eq_(fk_onupdate, onupdate) + eq_(fk_ondelete, ondelete) + eq_(fk_initially, initially) + eq_(fk_deferrable, deferrable) + + eq_([elem.column.name for elem in diff[1].elements], target_columns) + if conditional_name is not None: + if conditional_name == "servergenerated": + fks = inspect(self.bind).get_foreign_keys(source_table) + server_fk_name = fks[0]["name"] + eq_(diff[1].name, server_fk_name) + else: + eq_(diff[1].name, conditional_name) + else: + eq_(diff[1].name, name) + + +class AutogenTest(_ComparesFKs): + def _flatten_diffs(self, diffs): + for d in diffs: + if isinstance(d, list): + yield from self._flatten_diffs(d) + else: + yield d + + @classmethod + def _get_bind(cls): + return config.db + + configure_opts: Dict[Any, Any] = {} + + @classmethod + def setup_class(cls): + staging_env() + cls.bind = cls._get_bind() + cls.m1 = cls._get_db_schema() + cls.m1.create_all(cls.bind) + cls.m2 = cls._get_model_schema() + + @classmethod + def teardown_class(cls): + cls.m1.drop_all(cls.bind) + clear_staging_env() + + def setUp(self): + self.conn = conn = self.bind.connect() + ctx_opts = { + "compare_type": True, + "compare_server_default": True, + "target_metadata": self.m2, + "upgrade_token": "upgrades", + "downgrade_token": "downgrades", + "alembic_module_prefix": "op.", + "sqlalchemy_module_prefix": "sa.", + "include_object": _default_object_filters, + "include_name": _default_name_filters, + } + if self.configure_opts: + ctx_opts.update(self.configure_opts) + self.context = context = MigrationContext.configure( + connection=conn, opts=ctx_opts + ) + + self.autogen_context = api.AutogenContext(context, self.m2) + + def tearDown(self): + self.conn.close() + + def _update_context( + self, object_filters=None, name_filters=None, include_schemas=None + ): + if include_schemas is not None: + self.autogen_context.opts["include_schemas"] = include_schemas + if object_filters is not None: + self.autogen_context._object_filters = [object_filters] + if name_filters is not None: + self.autogen_context._name_filters = [name_filters] + return self.autogen_context + + +class AutogenFixtureTest(_ComparesFKs): + def _fixture( + self, + m1, + m2, + include_schemas=False, + opts=None, + object_filters=_default_object_filters, + name_filters=_default_name_filters, + return_ops=False, + max_identifier_length=None, + ): + if max_identifier_length: + dialect = self.bind.dialect + existing_length = dialect.max_identifier_length + dialect.max_identifier_length = ( + dialect._user_defined_max_identifier_length + ) = max_identifier_length + try: + self._alembic_metadata, model_metadata = m1, m2 + for m in util.to_list(self._alembic_metadata): + m.create_all(self.bind) + + with self.bind.connect() as conn: + ctx_opts = { + "compare_type": True, + "compare_server_default": True, + "target_metadata": model_metadata, + "upgrade_token": "upgrades", + "downgrade_token": "downgrades", + "alembic_module_prefix": "op.", + "sqlalchemy_module_prefix": "sa.", + "include_object": object_filters, + "include_name": name_filters, + "include_schemas": include_schemas, + } + if opts: + ctx_opts.update(opts) + self.context = context = MigrationContext.configure( + connection=conn, opts=ctx_opts + ) + + autogen_context = api.AutogenContext(context, model_metadata) + uo = ops.UpgradeOps(ops=[]) + autogenerate._produce_net_changes(autogen_context, uo) + + if return_ops: + return uo + else: + return uo.as_diffs() + finally: + if max_identifier_length: + dialect = self.bind.dialect + dialect.max_identifier_length = ( + dialect._user_defined_max_identifier_length + ) = existing_length + + def setUp(self): + staging_env() + self.bind = config.db + + def tearDown(self): + if hasattr(self, "_alembic_metadata"): + for m in util.to_list(self._alembic_metadata): + m.drop_all(self.bind) + clear_staging_env() diff --git a/venv/lib/python3.8/site-packages/alembic/testing/suite/test_autogen_comments.py b/venv/lib/python3.8/site-packages/alembic/testing/suite/test_autogen_comments.py new file mode 100644 index 000000000..7ef074f57 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/testing/suite/test_autogen_comments.py @@ -0,0 +1,242 @@ +from sqlalchemy import Column +from sqlalchemy import Float +from sqlalchemy import MetaData +from sqlalchemy import String +from sqlalchemy import Table + +from ._autogen_fixtures import AutogenFixtureTest +from ...testing import eq_ +from ...testing import mock +from ...testing import TestBase + + +class AutogenerateCommentsTest(AutogenFixtureTest, TestBase): + __backend__ = True + + __requires__ = ("comments",) + + def test_existing_table_comment_no_change(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "some_table", + m1, + Column("test", String(10), primary_key=True), + comment="this is some table", + ) + + Table( + "some_table", + m2, + Column("test", String(10), primary_key=True), + comment="this is some table", + ) + + diffs = self._fixture(m1, m2) + + eq_(diffs, []) + + def test_add_table_comment(self): + m1 = MetaData() + m2 = MetaData() + + Table("some_table", m1, Column("test", String(10), primary_key=True)) + + Table( + "some_table", + m2, + Column("test", String(10), primary_key=True), + comment="this is some table", + ) + + diffs = self._fixture(m1, m2) + + eq_(diffs[0][0], "add_table_comment") + eq_(diffs[0][1].comment, "this is some table") + eq_(diffs[0][2], None) + + def test_remove_table_comment(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "some_table", + m1, + Column("test", String(10), primary_key=True), + comment="this is some table", + ) + + Table("some_table", m2, Column("test", String(10), primary_key=True)) + + diffs = self._fixture(m1, m2) + + eq_(diffs[0][0], "remove_table_comment") + eq_(diffs[0][1].comment, None) + + def test_alter_table_comment(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "some_table", + m1, + Column("test", String(10), primary_key=True), + comment="this is some table", + ) + + Table( + "some_table", + m2, + Column("test", String(10), primary_key=True), + comment="this is also some table", + ) + + diffs = self._fixture(m1, m2) + + eq_(diffs[0][0], "add_table_comment") + eq_(diffs[0][1].comment, "this is also some table") + eq_(diffs[0][2], "this is some table") + + def test_existing_column_comment_no_change(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "some_table", + m1, + Column("test", String(10), primary_key=True), + Column("amount", Float, comment="the amount"), + ) + + Table( + "some_table", + m2, + Column("test", String(10), primary_key=True), + Column("amount", Float, comment="the amount"), + ) + + diffs = self._fixture(m1, m2) + + eq_(diffs, []) + + def test_add_column_comment(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "some_table", + m1, + Column("test", String(10), primary_key=True), + Column("amount", Float), + ) + + Table( + "some_table", + m2, + Column("test", String(10), primary_key=True), + Column("amount", Float, comment="the amount"), + ) + + diffs = self._fixture(m1, m2) + eq_( + diffs, + [ + [ + ( + "modify_comment", + None, + "some_table", + "amount", + { + "existing_nullable": True, + "existing_type": mock.ANY, + "existing_server_default": False, + }, + None, + "the amount", + ) + ] + ], + ) + + def test_remove_column_comment(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "some_table", + m1, + Column("test", String(10), primary_key=True), + Column("amount", Float, comment="the amount"), + ) + + Table( + "some_table", + m2, + Column("test", String(10), primary_key=True), + Column("amount", Float), + ) + + diffs = self._fixture(m1, m2) + eq_( + diffs, + [ + [ + ( + "modify_comment", + None, + "some_table", + "amount", + { + "existing_nullable": True, + "existing_type": mock.ANY, + "existing_server_default": False, + }, + "the amount", + None, + ) + ] + ], + ) + + def test_alter_column_comment(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "some_table", + m1, + Column("test", String(10), primary_key=True), + Column("amount", Float, comment="the amount"), + ) + + Table( + "some_table", + m2, + Column("test", String(10), primary_key=True), + Column("amount", Float, comment="the adjusted amount"), + ) + + diffs = self._fixture(m1, m2) + + eq_( + diffs, + [ + [ + ( + "modify_comment", + None, + "some_table", + "amount", + { + "existing_nullable": True, + "existing_type": mock.ANY, + "existing_server_default": False, + }, + "the amount", + "the adjusted amount", + ) + ] + ], + ) diff --git a/venv/lib/python3.8/site-packages/alembic/testing/suite/test_autogen_computed.py b/venv/lib/python3.8/site-packages/alembic/testing/suite/test_autogen_computed.py new file mode 100644 index 000000000..04a3caf07 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/testing/suite/test_autogen_computed.py @@ -0,0 +1,204 @@ +import sqlalchemy as sa +from sqlalchemy import Column +from sqlalchemy import Integer +from sqlalchemy import MetaData +from sqlalchemy import Table + +from ._autogen_fixtures import AutogenFixtureTest +from ... import testing +from ...testing import config +from ...testing import eq_ +from ...testing import exclusions +from ...testing import is_ +from ...testing import is_true +from ...testing import mock +from ...testing import TestBase + + +class AutogenerateComputedTest(AutogenFixtureTest, TestBase): + __requires__ = ("computed_columns",) + __backend__ = True + + def test_add_computed_column(self): + m1 = MetaData() + m2 = MetaData() + + Table("user", m1, Column("id", Integer, primary_key=True)) + + Table( + "user", + m2, + Column("id", Integer, primary_key=True), + Column("foo", Integer, sa.Computed("5")), + ) + + diffs = self._fixture(m1, m2) + + eq_(diffs[0][0], "add_column") + eq_(diffs[0][2], "user") + eq_(diffs[0][3].name, "foo") + c = diffs[0][3].computed + + is_true(isinstance(c, sa.Computed)) + is_(c.persisted, None) + eq_(str(c.sqltext), "5") + + def test_remove_computed_column(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "user", + m1, + Column("id", Integer, primary_key=True), + Column("foo", Integer, sa.Computed("5")), + ) + + Table("user", m2, Column("id", Integer, primary_key=True)) + + diffs = self._fixture(m1, m2) + + eq_(diffs[0][0], "remove_column") + eq_(diffs[0][2], "user") + c = diffs[0][3] + eq_(c.name, "foo") + + if config.requirements.computed_reflects_normally.enabled: + is_true(isinstance(c.computed, sa.Computed)) + else: + is_(c.computed, None) + + if config.requirements.computed_reflects_as_server_default.enabled: + is_true(isinstance(c.server_default, sa.DefaultClause)) + eq_(str(c.server_default.arg.text), "5") + elif config.requirements.computed_reflects_normally.enabled: + is_true(isinstance(c.computed, sa.Computed)) + else: + is_(c.computed, None) + + @testing.combinations( + lambda: (None, sa.Computed("bar*5")), + (lambda: (sa.Computed("bar*5"), None)), + lambda: ( + sa.Computed("bar*5"), + sa.Computed("bar * 42", persisted=True), + ), + lambda: (sa.Computed("bar*5"), sa.Computed("bar * 42")), + ) + @config.requirements.computed_reflects_normally + def test_cant_change_computed_warning(self, test_case): + arg_before, arg_after = testing.resolve_lambda(test_case, **locals()) + m1 = MetaData() + m2 = MetaData() + + arg_before = [] if arg_before is None else [arg_before] + arg_after = [] if arg_after is None else [arg_after] + + Table( + "user", + m1, + Column("id", Integer, primary_key=True), + Column("bar", Integer), + Column("foo", Integer, *arg_before), + ) + + Table( + "user", + m2, + Column("id", Integer, primary_key=True), + Column("bar", Integer), + Column("foo", Integer, *arg_after), + ) + + with mock.patch("alembic.util.warn") as mock_warn: + diffs = self._fixture(m1, m2) + + eq_( + mock_warn.mock_calls, + [mock.call("Computed default on user.foo cannot be modified")], + ) + + eq_(list(diffs), []) + + @testing.combinations( + lambda: (None, None), + lambda: (sa.Computed("5"), sa.Computed("5")), + lambda: (sa.Computed("bar*5"), sa.Computed("bar*5")), + lambda: (sa.Computed("bar*5"), sa.Computed("bar * \r\n\t5")), + ( + lambda: (sa.Computed("bar*5"), None), + config.requirements.computed_doesnt_reflect_as_server_default, + ), + ) + def test_computed_unchanged(self, test_case): + arg_before, arg_after = testing.resolve_lambda(test_case, **locals()) + m1 = MetaData() + m2 = MetaData() + + arg_before = [] if arg_before is None else [arg_before] + arg_after = [] if arg_after is None else [arg_after] + + Table( + "user", + m1, + Column("id", Integer, primary_key=True), + Column("bar", Integer), + Column("foo", Integer, *arg_before), + ) + + Table( + "user", + m2, + Column("id", Integer, primary_key=True), + Column("bar", Integer), + Column("foo", Integer, *arg_after), + ) + + with mock.patch("alembic.util.warn") as mock_warn: + diffs = self._fixture(m1, m2) + eq_(mock_warn.mock_calls, []) + + eq_(list(diffs), []) + + @config.requirements.computed_reflects_as_server_default + def test_remove_computed_default_on_computed(self): + """Asserts the current behavior which is that on PG and Oracle, + the GENERATED ALWAYS AS is reflected as a server default which we can't + tell is actually "computed", so these come out as a modification to + the server default. + + """ + m1 = MetaData() + m2 = MetaData() + + Table( + "user", + m1, + Column("id", Integer, primary_key=True), + Column("bar", Integer), + Column("foo", Integer, sa.Computed("bar + 42")), + ) + + Table( + "user", + m2, + Column("id", Integer, primary_key=True), + Column("bar", Integer), + Column("foo", Integer), + ) + + diffs = self._fixture(m1, m2) + + eq_(diffs[0][0][0], "modify_default") + eq_(diffs[0][0][2], "user") + eq_(diffs[0][0][3], "foo") + old = diffs[0][0][-2] + new = diffs[0][0][-1] + + is_(new, None) + is_true(isinstance(old, sa.DefaultClause)) + + if exclusions.against(config, "postgresql"): + eq_(str(old.arg.text), "(bar + 42)") + elif exclusions.against(config, "oracle"): + eq_(str(old.arg.text), '"BAR"+42') diff --git a/venv/lib/python3.8/site-packages/alembic/testing/suite/test_autogen_diffs.py b/venv/lib/python3.8/site-packages/alembic/testing/suite/test_autogen_diffs.py new file mode 100644 index 000000000..75bcd37ae --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/testing/suite/test_autogen_diffs.py @@ -0,0 +1,273 @@ +from sqlalchemy import BigInteger +from sqlalchemy import Column +from sqlalchemy import Integer +from sqlalchemy import MetaData +from sqlalchemy import Table +from sqlalchemy.testing import in_ + +from ._autogen_fixtures import AutogenFixtureTest +from ... import testing +from ...testing import config +from ...testing import eq_ +from ...testing import is_ +from ...testing import TestBase + + +class AlterColumnTest(AutogenFixtureTest, TestBase): + __backend__ = True + + @testing.combinations((True,), (False,)) + @config.requirements.comments + def test_all_existings_filled(self, pk): + m1 = MetaData() + m2 = MetaData() + + Table("a", m1, Column("x", Integer, primary_key=pk)) + Table("a", m2, Column("x", Integer, comment="x", primary_key=pk)) + + alter_col = self._assert_alter_col(m1, m2, pk) + eq_(alter_col.modify_comment, "x") + + @testing.combinations((True,), (False,)) + @config.requirements.comments + def test_all_existings_filled_in_notnull(self, pk): + m1 = MetaData() + m2 = MetaData() + + Table("a", m1, Column("x", Integer, nullable=False, primary_key=pk)) + Table( + "a", + m2, + Column("x", Integer, nullable=False, comment="x", primary_key=pk), + ) + + self._assert_alter_col(m1, m2, pk, nullable=False) + + @testing.combinations((True,), (False,)) + @config.requirements.comments + def test_all_existings_filled_in_comment(self, pk): + m1 = MetaData() + m2 = MetaData() + + Table("a", m1, Column("x", Integer, comment="old", primary_key=pk)) + Table("a", m2, Column("x", Integer, comment="new", primary_key=pk)) + + alter_col = self._assert_alter_col(m1, m2, pk) + eq_(alter_col.existing_comment, "old") + + @testing.combinations((True,), (False,)) + @config.requirements.comments + def test_all_existings_filled_in_server_default(self, pk): + m1 = MetaData() + m2 = MetaData() + + Table( + "a", m1, Column("x", Integer, server_default="5", primary_key=pk) + ) + Table( + "a", + m2, + Column( + "x", Integer, server_default="5", comment="new", primary_key=pk + ), + ) + + alter_col = self._assert_alter_col(m1, m2, pk) + in_("5", alter_col.existing_server_default.arg.text) + + def _assert_alter_col(self, m1, m2, pk, nullable=None): + ops = self._fixture(m1, m2, return_ops=True) + modify_table = ops.ops[-1] + alter_col = modify_table.ops[0] + + if nullable is None: + eq_(alter_col.existing_nullable, not pk) + else: + eq_(alter_col.existing_nullable, nullable) + assert alter_col.existing_type._compare_type_affinity(Integer()) + return alter_col + + +class AutoincrementTest(AutogenFixtureTest, TestBase): + __backend__ = True + __requires__ = ("integer_subtype_comparisons",) + + def test_alter_column_autoincrement_none(self): + m1 = MetaData() + m2 = MetaData() + + Table("a", m1, Column("x", Integer, nullable=False)) + Table("a", m2, Column("x", Integer, nullable=True)) + + ops = self._fixture(m1, m2, return_ops=True) + assert "autoincrement" not in ops.ops[0].ops[0].kw + + def test_alter_column_autoincrement_pk_false(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "a", + m1, + Column("x", Integer, primary_key=True, autoincrement=False), + ) + Table( + "a", + m2, + Column("x", BigInteger, primary_key=True, autoincrement=False), + ) + + ops = self._fixture(m1, m2, return_ops=True) + is_(ops.ops[0].ops[0].kw["autoincrement"], False) + + def test_alter_column_autoincrement_pk_implicit_true(self): + m1 = MetaData() + m2 = MetaData() + + Table("a", m1, Column("x", Integer, primary_key=True)) + Table("a", m2, Column("x", BigInteger, primary_key=True)) + + ops = self._fixture(m1, m2, return_ops=True) + is_(ops.ops[0].ops[0].kw["autoincrement"], True) + + def test_alter_column_autoincrement_pk_explicit_true(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "a", m1, Column("x", Integer, primary_key=True, autoincrement=True) + ) + Table( + "a", + m2, + Column("x", BigInteger, primary_key=True, autoincrement=True), + ) + + ops = self._fixture(m1, m2, return_ops=True) + is_(ops.ops[0].ops[0].kw["autoincrement"], True) + + def test_alter_column_autoincrement_nonpk_false(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "a", + m1, + Column("id", Integer, primary_key=True), + Column("x", Integer, autoincrement=False), + ) + Table( + "a", + m2, + Column("id", Integer, primary_key=True), + Column("x", BigInteger, autoincrement=False), + ) + + ops = self._fixture(m1, m2, return_ops=True) + is_(ops.ops[0].ops[0].kw["autoincrement"], False) + + def test_alter_column_autoincrement_nonpk_implicit_false(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "a", + m1, + Column("id", Integer, primary_key=True), + Column("x", Integer), + ) + Table( + "a", + m2, + Column("id", Integer, primary_key=True), + Column("x", BigInteger), + ) + + ops = self._fixture(m1, m2, return_ops=True) + assert "autoincrement" not in ops.ops[0].ops[0].kw + + def test_alter_column_autoincrement_nonpk_explicit_true(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "a", + m1, + Column("id", Integer, primary_key=True, autoincrement=False), + Column("x", Integer, autoincrement=True), + ) + Table( + "a", + m2, + Column("id", Integer, primary_key=True, autoincrement=False), + Column("x", BigInteger, autoincrement=True), + ) + + ops = self._fixture(m1, m2, return_ops=True) + is_(ops.ops[0].ops[0].kw["autoincrement"], True) + + def test_alter_column_autoincrement_compositepk_false(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "a", + m1, + Column("id", Integer, primary_key=True), + Column("x", Integer, primary_key=True, autoincrement=False), + ) + Table( + "a", + m2, + Column("id", Integer, primary_key=True), + Column("x", BigInteger, primary_key=True, autoincrement=False), + ) + + ops = self._fixture(m1, m2, return_ops=True) + is_(ops.ops[0].ops[0].kw["autoincrement"], False) + + def test_alter_column_autoincrement_compositepk_implicit_false(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "a", + m1, + Column("id", Integer, primary_key=True), + Column("x", Integer, primary_key=True), + ) + Table( + "a", + m2, + Column("id", Integer, primary_key=True), + Column("x", BigInteger, primary_key=True), + ) + + ops = self._fixture(m1, m2, return_ops=True) + assert "autoincrement" not in ops.ops[0].ops[0].kw + + @config.requirements.autoincrement_on_composite_pk + def test_alter_column_autoincrement_compositepk_explicit_true(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "a", + m1, + Column("id", Integer, primary_key=True, autoincrement=False), + Column("x", Integer, primary_key=True, autoincrement=True), + # on SQLA 1.0 and earlier, this being present + # trips the "add KEY for the primary key" so that the + # AUTO_INCREMENT keyword is accepted by MySQL. SQLA 1.1 and + # greater the columns are just reorganized. + mysql_engine="InnoDB", + ) + Table( + "a", + m2, + Column("id", Integer, primary_key=True, autoincrement=False), + Column("x", BigInteger, primary_key=True, autoincrement=True), + ) + + ops = self._fixture(m1, m2, return_ops=True) + is_(ops.ops[0].ops[0].kw["autoincrement"], True) diff --git a/venv/lib/python3.8/site-packages/alembic/testing/suite/test_autogen_fks.py b/venv/lib/python3.8/site-packages/alembic/testing/suite/test_autogen_fks.py new file mode 100644 index 000000000..0240b98d3 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/testing/suite/test_autogen_fks.py @@ -0,0 +1,1190 @@ +from sqlalchemy import Column +from sqlalchemy import ForeignKeyConstraint +from sqlalchemy import Integer +from sqlalchemy import MetaData +from sqlalchemy import String +from sqlalchemy import Table + +from ._autogen_fixtures import AutogenFixtureTest +from ...testing import combinations +from ...testing import config +from ...testing import eq_ +from ...testing import mock +from ...testing import TestBase + + +class AutogenerateForeignKeysTest(AutogenFixtureTest, TestBase): + __backend__ = True + __requires__ = ("foreign_key_constraint_reflection",) + + def test_remove_fk(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "some_table", + m1, + Column("test", String(10), primary_key=True), + ) + + Table( + "user", + m1, + Column("id", Integer, primary_key=True), + Column("name", String(50), nullable=False), + Column("a1", String(10), server_default="x"), + Column("test2", String(10)), + ForeignKeyConstraint(["test2"], ["some_table.test"]), + ) + + Table( + "some_table", + m2, + Column("test", String(10), primary_key=True), + ) + + Table( + "user", + m2, + Column("id", Integer, primary_key=True), + Column("name", String(50), nullable=False), + Column("a1", String(10), server_default="x"), + Column("test2", String(10)), + ) + + diffs = self._fixture(m1, m2) + + self._assert_fk_diff( + diffs[0], + "remove_fk", + "user", + ["test2"], + "some_table", + ["test"], + conditional_name="servergenerated", + ) + + def test_add_fk(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "some_table", + m1, + Column("id", Integer, primary_key=True), + Column("test", String(10)), + ) + + Table( + "user", + m1, + Column("id", Integer, primary_key=True), + Column("name", String(50), nullable=False), + Column("a1", String(10), server_default="x"), + Column("test2", String(10)), + ) + + Table( + "some_table", + m2, + Column("id", Integer, primary_key=True), + Column("test", String(10)), + ) + + Table( + "user", + m2, + Column("id", Integer, primary_key=True), + Column("name", String(50), nullable=False), + Column("a1", String(10), server_default="x"), + Column("test2", String(10)), + ForeignKeyConstraint(["test2"], ["some_table.test"]), + ) + + diffs = self._fixture(m1, m2) + + self._assert_fk_diff( + diffs[0], "add_fk", "user", ["test2"], "some_table", ["test"] + ) + + def test_no_change(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "some_table", + m1, + Column("id", Integer, primary_key=True), + Column("test", String(10)), + ) + + Table( + "user", + m1, + Column("id", Integer, primary_key=True), + Column("name", String(50), nullable=False), + Column("a1", String(10), server_default="x"), + Column("test2", Integer), + ForeignKeyConstraint(["test2"], ["some_table.id"]), + ) + + Table( + "some_table", + m2, + Column("id", Integer, primary_key=True), + Column("test", String(10)), + ) + + Table( + "user", + m2, + Column("id", Integer, primary_key=True), + Column("name", String(50), nullable=False), + Column("a1", String(10), server_default="x"), + Column("test2", Integer), + ForeignKeyConstraint(["test2"], ["some_table.id"]), + ) + + diffs = self._fixture(m1, m2) + + eq_(diffs, []) + + def test_no_change_composite_fk(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "some_table", + m1, + Column("id_1", String(10), primary_key=True), + Column("id_2", String(10), primary_key=True), + ) + + Table( + "user", + m1, + Column("id", Integer, primary_key=True), + Column("name", String(50), nullable=False), + Column("a1", String(10), server_default="x"), + Column("other_id_1", String(10)), + Column("other_id_2", String(10)), + ForeignKeyConstraint( + ["other_id_1", "other_id_2"], + ["some_table.id_1", "some_table.id_2"], + ), + ) + + Table( + "some_table", + m2, + Column("id_1", String(10), primary_key=True), + Column("id_2", String(10), primary_key=True), + ) + + Table( + "user", + m2, + Column("id", Integer, primary_key=True), + Column("name", String(50), nullable=False), + Column("a1", String(10), server_default="x"), + Column("other_id_1", String(10)), + Column("other_id_2", String(10)), + ForeignKeyConstraint( + ["other_id_1", "other_id_2"], + ["some_table.id_1", "some_table.id_2"], + ), + ) + + diffs = self._fixture(m1, m2) + + eq_(diffs, []) + + def test_casing_convention_changed_so_put_drops_first(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "some_table", + m1, + Column("test", String(10), primary_key=True), + ) + + Table( + "user", + m1, + Column("id", Integer, primary_key=True), + Column("name", String(50), nullable=False), + Column("a1", String(10), server_default="x"), + Column("test2", String(10)), + ForeignKeyConstraint(["test2"], ["some_table.test"], name="MyFK"), + ) + + Table( + "some_table", + m2, + Column("test", String(10), primary_key=True), + ) + + # foreign key autogen currently does not take "name" into account, + # so change the def just for the purposes of testing the + # add/drop order for now. + Table( + "user", + m2, + Column("id", Integer, primary_key=True), + Column("name", String(50), nullable=False), + Column("a1", String(10), server_default="x"), + Column("test2", String(10)), + ForeignKeyConstraint(["a1"], ["some_table.test"], name="myfk"), + ) + + diffs = self._fixture(m1, m2) + + self._assert_fk_diff( + diffs[0], + "remove_fk", + "user", + ["test2"], + "some_table", + ["test"], + name="MyFK" if config.requirements.fk_names.enabled else None, + ) + + self._assert_fk_diff( + diffs[1], + "add_fk", + "user", + ["a1"], + "some_table", + ["test"], + name="myfk", + ) + + def test_add_composite_fk_with_name(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "some_table", + m1, + Column("id_1", String(10), primary_key=True), + Column("id_2", String(10), primary_key=True), + ) + + Table( + "user", + m1, + Column("id", Integer, primary_key=True), + Column("name", String(50), nullable=False), + Column("a1", String(10), server_default="x"), + Column("other_id_1", String(10)), + Column("other_id_2", String(10)), + ) + + Table( + "some_table", + m2, + Column("id_1", String(10), primary_key=True), + Column("id_2", String(10), primary_key=True), + ) + + Table( + "user", + m2, + Column("id", Integer, primary_key=True), + Column("name", String(50), nullable=False), + Column("a1", String(10), server_default="x"), + Column("other_id_1", String(10)), + Column("other_id_2", String(10)), + ForeignKeyConstraint( + ["other_id_1", "other_id_2"], + ["some_table.id_1", "some_table.id_2"], + name="fk_test_name", + ), + ) + + diffs = self._fixture(m1, m2) + self._assert_fk_diff( + diffs[0], + "add_fk", + "user", + ["other_id_1", "other_id_2"], + "some_table", + ["id_1", "id_2"], + name="fk_test_name", + ) + + @config.requirements.no_name_normalize + def test_remove_composite_fk(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "some_table", + m1, + Column("id_1", String(10), primary_key=True), + Column("id_2", String(10), primary_key=True), + ) + + Table( + "user", + m1, + Column("id", Integer, primary_key=True), + Column("name", String(50), nullable=False), + Column("a1", String(10), server_default="x"), + Column("other_id_1", String(10)), + Column("other_id_2", String(10)), + ForeignKeyConstraint( + ["other_id_1", "other_id_2"], + ["some_table.id_1", "some_table.id_2"], + name="fk_test_name", + ), + ) + + Table( + "some_table", + m2, + Column("id_1", String(10), primary_key=True), + Column("id_2", String(10), primary_key=True), + ) + + Table( + "user", + m2, + Column("id", Integer, primary_key=True), + Column("name", String(50), nullable=False), + Column("a1", String(10), server_default="x"), + Column("other_id_1", String(10)), + Column("other_id_2", String(10)), + ) + + diffs = self._fixture(m1, m2) + + self._assert_fk_diff( + diffs[0], + "remove_fk", + "user", + ["other_id_1", "other_id_2"], + "some_table", + ["id_1", "id_2"], + conditional_name="fk_test_name", + ) + + def test_add_fk_colkeys(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "some_table", + m1, + Column("id_1", String(10), primary_key=True), + Column("id_2", String(10), primary_key=True), + ) + + Table( + "user", + m1, + Column("id", Integer, primary_key=True), + Column("other_id_1", String(10)), + Column("other_id_2", String(10)), + ) + + Table( + "some_table", + m2, + Column("id_1", String(10), key="tid1", primary_key=True), + Column("id_2", String(10), key="tid2", primary_key=True), + ) + + Table( + "user", + m2, + Column("id", Integer, primary_key=True), + Column("other_id_1", String(10), key="oid1"), + Column("other_id_2", String(10), key="oid2"), + ForeignKeyConstraint( + ["oid1", "oid2"], + ["some_table.tid1", "some_table.tid2"], + name="fk_test_name", + ), + ) + + diffs = self._fixture(m1, m2) + + self._assert_fk_diff( + diffs[0], + "add_fk", + "user", + ["other_id_1", "other_id_2"], + "some_table", + ["id_1", "id_2"], + name="fk_test_name", + ) + + def test_no_change_colkeys(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "some_table", + m1, + Column("id_1", String(10), primary_key=True), + Column("id_2", String(10), primary_key=True), + ) + + Table( + "user", + m1, + Column("id", Integer, primary_key=True), + Column("other_id_1", String(10)), + Column("other_id_2", String(10)), + ForeignKeyConstraint( + ["other_id_1", "other_id_2"], + ["some_table.id_1", "some_table.id_2"], + ), + ) + + Table( + "some_table", + m2, + Column("id_1", String(10), key="tid1", primary_key=True), + Column("id_2", String(10), key="tid2", primary_key=True), + ) + + Table( + "user", + m2, + Column("id", Integer, primary_key=True), + Column("other_id_1", String(10), key="oid1"), + Column("other_id_2", String(10), key="oid2"), + ForeignKeyConstraint( + ["oid1", "oid2"], ["some_table.tid1", "some_table.tid2"] + ), + ) + + diffs = self._fixture(m1, m2) + + eq_(diffs, []) + + +class IncludeHooksTest(AutogenFixtureTest, TestBase): + __backend__ = True + __requires__ = ("fk_names",) + + @combinations(("object",), ("name",)) + @config.requirements.no_name_normalize + def test_remove_connection_fk(self, hook_type): + m1 = MetaData() + m2 = MetaData() + + ref = Table( + "ref", + m1, + Column("id", Integer, primary_key=True), + ) + t1 = Table( + "t", + m1, + Column("x", Integer), + Column("y", Integer), + ) + t1.append_constraint( + ForeignKeyConstraint([t1.c.x], [ref.c.id], name="fk1") + ) + t1.append_constraint( + ForeignKeyConstraint([t1.c.y], [ref.c.id], name="fk2") + ) + + ref = Table( + "ref", + m2, + Column("id", Integer, primary_key=True), + ) + Table( + "t", + m2, + Column("x", Integer), + Column("y", Integer), + ) + + if hook_type == "object": + + def include_object(object_, name, type_, reflected, compare_to): + return not ( + isinstance(object_, ForeignKeyConstraint) + and type_ == "foreign_key_constraint" + and reflected + and name == "fk1" + ) + + diffs = self._fixture(m1, m2, object_filters=include_object) + elif hook_type == "name": + + def include_name(name, type_, parent_names): + if name == "fk1": + if type_ == "index": # MariaDB thing + return True + eq_(type_, "foreign_key_constraint") + eq_( + parent_names, + { + "schema_name": None, + "table_name": "t", + "schema_qualified_table_name": "t", + }, + ) + return False + else: + return True + + diffs = self._fixture(m1, m2, name_filters=include_name) + + self._assert_fk_diff( + diffs[0], + "remove_fk", + "t", + ["y"], + "ref", + ["id"], + conditional_name="fk2", + ) + eq_(len(diffs), 1) + + def test_add_metadata_fk(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "ref", + m1, + Column("id", Integer, primary_key=True), + ) + Table( + "t", + m1, + Column("x", Integer), + Column("y", Integer), + ) + + ref = Table( + "ref", + m2, + Column("id", Integer, primary_key=True), + ) + t2 = Table( + "t", + m2, + Column("x", Integer), + Column("y", Integer), + ) + t2.append_constraint( + ForeignKeyConstraint([t2.c.x], [ref.c.id], name="fk1") + ) + t2.append_constraint( + ForeignKeyConstraint([t2.c.y], [ref.c.id], name="fk2") + ) + + def include_object(object_, name, type_, reflected, compare_to): + return not ( + isinstance(object_, ForeignKeyConstraint) + and type_ == "foreign_key_constraint" + and not reflected + and name == "fk1" + ) + + diffs = self._fixture(m1, m2, object_filters=include_object) + + self._assert_fk_diff( + diffs[0], "add_fk", "t", ["y"], "ref", ["id"], name="fk2" + ) + eq_(len(diffs), 1) + + @combinations(("object",), ("name",)) + @config.requirements.no_name_normalize + def test_change_fk(self, hook_type): + m1 = MetaData() + m2 = MetaData() + + r1a = Table( + "ref_a", + m1, + Column("a", Integer, primary_key=True), + ) + Table( + "ref_b", + m1, + Column("a", Integer, primary_key=True), + Column("b", Integer, primary_key=True), + ) + t1 = Table( + "t", + m1, + Column("x", Integer), + Column("y", Integer), + Column("z", Integer), + ) + t1.append_constraint( + ForeignKeyConstraint([t1.c.x], [r1a.c.a], name="fk1") + ) + t1.append_constraint( + ForeignKeyConstraint([t1.c.y], [r1a.c.a], name="fk2") + ) + + Table( + "ref_a", + m2, + Column("a", Integer, primary_key=True), + ) + r2b = Table( + "ref_b", + m2, + Column("a", Integer, primary_key=True), + Column("b", Integer, primary_key=True), + ) + t2 = Table( + "t", + m2, + Column("x", Integer), + Column("y", Integer), + Column("z", Integer), + ) + t2.append_constraint( + ForeignKeyConstraint( + [t2.c.x, t2.c.z], [r2b.c.a, r2b.c.b], name="fk1" + ) + ) + t2.append_constraint( + ForeignKeyConstraint( + [t2.c.y, t2.c.z], [r2b.c.a, r2b.c.b], name="fk2" + ) + ) + + if hook_type == "object": + + def include_object(object_, name, type_, reflected, compare_to): + return not ( + isinstance(object_, ForeignKeyConstraint) + and type_ == "foreign_key_constraint" + and name == "fk1" + ) + + diffs = self._fixture(m1, m2, object_filters=include_object) + elif hook_type == "name": + + def include_name(name, type_, parent_names): + if type_ == "index": + return True # MariaDB thing + + if name == "fk1": + eq_(type_, "foreign_key_constraint") + eq_( + parent_names, + { + "schema_name": None, + "table_name": "t", + "schema_qualified_table_name": "t", + }, + ) + return False + else: + return True + + diffs = self._fixture(m1, m2, name_filters=include_name) + + if hook_type == "object": + self._assert_fk_diff( + diffs[0], "remove_fk", "t", ["y"], "ref_a", ["a"], name="fk2" + ) + self._assert_fk_diff( + diffs[1], + "add_fk", + "t", + ["y", "z"], + "ref_b", + ["a", "b"], + name="fk2", + ) + eq_(len(diffs), 2) + elif hook_type == "name": + eq_( + {(d[0], d[1].name) for d in diffs}, + {("add_fk", "fk2"), ("add_fk", "fk1"), ("remove_fk", "fk2")}, + ) + + +class AutogenerateFKOptionsTest(AutogenFixtureTest, TestBase): + __backend__ = True + + def _fk_opts_fixture(self, old_opts, new_opts): + m1 = MetaData() + m2 = MetaData() + + Table( + "some_table", + m1, + Column("id", Integer, primary_key=True), + Column("test", String(10)), + ) + + Table( + "user", + m1, + Column("id", Integer, primary_key=True), + Column("name", String(50), nullable=False), + Column("tid", Integer), + ForeignKeyConstraint(["tid"], ["some_table.id"], **old_opts), + ) + + Table( + "some_table", + m2, + Column("id", Integer, primary_key=True), + Column("test", String(10)), + ) + + Table( + "user", + m2, + Column("id", Integer, primary_key=True), + Column("name", String(50), nullable=False), + Column("tid", Integer), + ForeignKeyConstraint(["tid"], ["some_table.id"], **new_opts), + ) + + return self._fixture(m1, m2) + + @config.requirements.fk_ondelete_is_reflected + def test_add_ondelete(self): + diffs = self._fk_opts_fixture({}, {"ondelete": "cascade"}) + + self._assert_fk_diff( + diffs[0], + "remove_fk", + "user", + ["tid"], + "some_table", + ["id"], + ondelete=None, + conditional_name="servergenerated", + ) + + self._assert_fk_diff( + diffs[1], + "add_fk", + "user", + ["tid"], + "some_table", + ["id"], + ondelete="cascade", + ) + + @config.requirements.fk_ondelete_is_reflected + def test_remove_ondelete(self): + diffs = self._fk_opts_fixture({"ondelete": "CASCADE"}, {}) + + self._assert_fk_diff( + diffs[0], + "remove_fk", + "user", + ["tid"], + "some_table", + ["id"], + ondelete="CASCADE", + conditional_name="servergenerated", + ) + + self._assert_fk_diff( + diffs[1], + "add_fk", + "user", + ["tid"], + "some_table", + ["id"], + ondelete=None, + ) + + def test_nochange_ondelete(self): + """test case sensitivity""" + diffs = self._fk_opts_fixture( + {"ondelete": "caSCAde"}, {"ondelete": "CasCade"} + ) + eq_(diffs, []) + + @config.requirements.fk_onupdate_is_reflected + def test_add_onupdate(self): + diffs = self._fk_opts_fixture({}, {"onupdate": "cascade"}) + + self._assert_fk_diff( + diffs[0], + "remove_fk", + "user", + ["tid"], + "some_table", + ["id"], + onupdate=None, + conditional_name="servergenerated", + ) + + self._assert_fk_diff( + diffs[1], + "add_fk", + "user", + ["tid"], + "some_table", + ["id"], + onupdate="cascade", + ) + + @config.requirements.fk_onupdate_is_reflected + def test_remove_onupdate(self): + diffs = self._fk_opts_fixture({"onupdate": "CASCADE"}, {}) + + self._assert_fk_diff( + diffs[0], + "remove_fk", + "user", + ["tid"], + "some_table", + ["id"], + onupdate="CASCADE", + conditional_name="servergenerated", + ) + + self._assert_fk_diff( + diffs[1], + "add_fk", + "user", + ["tid"], + "some_table", + ["id"], + onupdate=None, + ) + + @config.requirements.fk_onupdate + def test_nochange_onupdate(self): + """test case sensitivity""" + diffs = self._fk_opts_fixture( + {"onupdate": "caSCAde"}, {"onupdate": "CasCade"} + ) + eq_(diffs, []) + + @config.requirements.fk_ondelete_restrict + def test_nochange_ondelete_restrict(self): + """test the RESTRICT option which MySQL doesn't report on""" + + diffs = self._fk_opts_fixture( + {"ondelete": "restrict"}, {"ondelete": "restrict"} + ) + eq_(diffs, []) + + @config.requirements.fk_onupdate_restrict + def test_nochange_onupdate_restrict(self): + """test the RESTRICT option which MySQL doesn't report on""" + + diffs = self._fk_opts_fixture( + {"onupdate": "restrict"}, {"onupdate": "restrict"} + ) + eq_(diffs, []) + + @config.requirements.fk_ondelete_noaction + def test_nochange_ondelete_noaction(self): + """test the NO ACTION option which generally comes back as None""" + + diffs = self._fk_opts_fixture( + {"ondelete": "no action"}, {"ondelete": "no action"} + ) + eq_(diffs, []) + + @config.requirements.fk_onupdate + def test_nochange_onupdate_noaction(self): + """test the NO ACTION option which generally comes back as None""" + + diffs = self._fk_opts_fixture( + {"onupdate": "no action"}, {"onupdate": "no action"} + ) + eq_(diffs, []) + + @config.requirements.fk_ondelete_restrict + def test_change_ondelete_from_restrict(self): + """test the RESTRICT option which MySQL doesn't report on""" + + # note that this is impossible to detect if we change + # from RESTRICT to NO ACTION on MySQL. + diffs = self._fk_opts_fixture( + {"ondelete": "restrict"}, {"ondelete": "cascade"} + ) + self._assert_fk_diff( + diffs[0], + "remove_fk", + "user", + ["tid"], + "some_table", + ["id"], + onupdate=None, + ondelete=mock.ANY, # MySQL reports None, PG reports RESTRICT + conditional_name="servergenerated", + ) + + self._assert_fk_diff( + diffs[1], + "add_fk", + "user", + ["tid"], + "some_table", + ["id"], + onupdate=None, + ondelete="cascade", + ) + + @config.requirements.fk_ondelete_restrict + def test_change_onupdate_from_restrict(self): + """test the RESTRICT option which MySQL doesn't report on""" + + # note that this is impossible to detect if we change + # from RESTRICT to NO ACTION on MySQL. + diffs = self._fk_opts_fixture( + {"onupdate": "restrict"}, {"onupdate": "cascade"} + ) + self._assert_fk_diff( + diffs[0], + "remove_fk", + "user", + ["tid"], + "some_table", + ["id"], + onupdate=mock.ANY, # MySQL reports None, PG reports RESTRICT + ondelete=None, + conditional_name="servergenerated", + ) + + self._assert_fk_diff( + diffs[1], + "add_fk", + "user", + ["tid"], + "some_table", + ["id"], + onupdate="cascade", + ondelete=None, + ) + + @config.requirements.fk_ondelete_is_reflected + @config.requirements.fk_onupdate_is_reflected + def test_ondelete_onupdate_combo(self): + diffs = self._fk_opts_fixture( + {"onupdate": "CASCADE", "ondelete": "SET NULL"}, + {"onupdate": "RESTRICT", "ondelete": "RESTRICT"}, + ) + + self._assert_fk_diff( + diffs[0], + "remove_fk", + "user", + ["tid"], + "some_table", + ["id"], + onupdate="CASCADE", + ondelete="SET NULL", + conditional_name="servergenerated", + ) + + self._assert_fk_diff( + diffs[1], + "add_fk", + "user", + ["tid"], + "some_table", + ["id"], + onupdate="RESTRICT", + ondelete="RESTRICT", + ) + + @config.requirements.fk_initially + def test_add_initially_deferred(self): + diffs = self._fk_opts_fixture({}, {"initially": "deferred"}) + + self._assert_fk_diff( + diffs[0], + "remove_fk", + "user", + ["tid"], + "some_table", + ["id"], + initially=None, + conditional_name="servergenerated", + ) + + self._assert_fk_diff( + diffs[1], + "add_fk", + "user", + ["tid"], + "some_table", + ["id"], + initially="deferred", + ) + + @config.requirements.fk_initially + def test_remove_initially_deferred(self): + diffs = self._fk_opts_fixture({"initially": "deferred"}, {}) + + self._assert_fk_diff( + diffs[0], + "remove_fk", + "user", + ["tid"], + "some_table", + ["id"], + initially="DEFERRED", + deferrable=True, + conditional_name="servergenerated", + ) + + self._assert_fk_diff( + diffs[1], + "add_fk", + "user", + ["tid"], + "some_table", + ["id"], + initially=None, + ) + + @config.requirements.fk_deferrable + @config.requirements.fk_initially + def test_add_initially_immediate_plus_deferrable(self): + diffs = self._fk_opts_fixture( + {}, {"initially": "immediate", "deferrable": True} + ) + + self._assert_fk_diff( + diffs[0], + "remove_fk", + "user", + ["tid"], + "some_table", + ["id"], + initially=None, + conditional_name="servergenerated", + ) + + self._assert_fk_diff( + diffs[1], + "add_fk", + "user", + ["tid"], + "some_table", + ["id"], + initially="immediate", + deferrable=True, + ) + + @config.requirements.fk_deferrable + @config.requirements.fk_initially + def test_remove_initially_immediate_plus_deferrable(self): + diffs = self._fk_opts_fixture( + {"initially": "immediate", "deferrable": True}, {} + ) + + self._assert_fk_diff( + diffs[0], + "remove_fk", + "user", + ["tid"], + "some_table", + ["id"], + initially=None, # immediate is the default + deferrable=True, + conditional_name="servergenerated", + ) + + self._assert_fk_diff( + diffs[1], + "add_fk", + "user", + ["tid"], + "some_table", + ["id"], + initially=None, + deferrable=None, + ) + + @config.requirements.fk_initially + @config.requirements.fk_deferrable + def test_add_initially_deferrable_nochange_one(self): + diffs = self._fk_opts_fixture( + {"deferrable": True, "initially": "immediate"}, + {"deferrable": True, "initially": "immediate"}, + ) + + eq_(diffs, []) + + @config.requirements.fk_initially + @config.requirements.fk_deferrable + def test_add_initially_deferrable_nochange_two(self): + diffs = self._fk_opts_fixture( + {"deferrable": True, "initially": "deferred"}, + {"deferrable": True, "initially": "deferred"}, + ) + + eq_(diffs, []) + + @config.requirements.fk_initially + @config.requirements.fk_deferrable + def test_add_initially_deferrable_nochange_three(self): + diffs = self._fk_opts_fixture( + {"deferrable": None, "initially": "deferred"}, + {"deferrable": None, "initially": "deferred"}, + ) + + eq_(diffs, []) + + @config.requirements.fk_deferrable + def test_add_deferrable(self): + diffs = self._fk_opts_fixture({}, {"deferrable": True}) + + self._assert_fk_diff( + diffs[0], + "remove_fk", + "user", + ["tid"], + "some_table", + ["id"], + deferrable=None, + conditional_name="servergenerated", + ) + + self._assert_fk_diff( + diffs[1], + "add_fk", + "user", + ["tid"], + "some_table", + ["id"], + deferrable=True, + ) + + @config.requirements.fk_deferrable_is_reflected + def test_remove_deferrable(self): + diffs = self._fk_opts_fixture({"deferrable": True}, {}) + + self._assert_fk_diff( + diffs[0], + "remove_fk", + "user", + ["tid"], + "some_table", + ["id"], + deferrable=True, + conditional_name="servergenerated", + ) + + self._assert_fk_diff( + diffs[1], + "add_fk", + "user", + ["tid"], + "some_table", + ["id"], + deferrable=None, + ) diff --git a/venv/lib/python3.8/site-packages/alembic/testing/suite/test_autogen_identity.py b/venv/lib/python3.8/site-packages/alembic/testing/suite/test_autogen_identity.py new file mode 100644 index 000000000..3dee9fc99 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/testing/suite/test_autogen_identity.py @@ -0,0 +1,226 @@ +import sqlalchemy as sa +from sqlalchemy import Column +from sqlalchemy import Integer +from sqlalchemy import MetaData +from sqlalchemy import Table + +from alembic.util import sqla_compat +from ._autogen_fixtures import AutogenFixtureTest +from ... import testing +from ...testing import config +from ...testing import eq_ +from ...testing import is_true +from ...testing import TestBase + + +class AutogenerateIdentityTest(AutogenFixtureTest, TestBase): + __requires__ = ("identity_columns",) + __backend__ = True + + def test_add_identity_column(self): + m1 = MetaData() + m2 = MetaData() + + Table("user", m1, Column("other", sa.Text)) + + Table( + "user", + m2, + Column("other", sa.Text), + Column( + "id", + Integer, + sa.Identity(start=5, increment=7), + primary_key=True, + ), + ) + + diffs = self._fixture(m1, m2) + + eq_(diffs[0][0], "add_column") + eq_(diffs[0][2], "user") + eq_(diffs[0][3].name, "id") + i = diffs[0][3].identity + + is_true(isinstance(i, sa.Identity)) + eq_(i.start, 5) + eq_(i.increment, 7) + + def test_remove_identity_column(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "user", + m1, + Column( + "id", + Integer, + sa.Identity(start=2, increment=3), + primary_key=True, + ), + ) + + Table("user", m2) + + diffs = self._fixture(m1, m2) + + eq_(diffs[0][0], "remove_column") + eq_(diffs[0][2], "user") + c = diffs[0][3] + eq_(c.name, "id") + + is_true(isinstance(c.identity, sa.Identity)) + eq_(c.identity.start, 2) + eq_(c.identity.increment, 3) + + def test_no_change_identity_column(self): + m1 = MetaData() + m2 = MetaData() + + for m in (m1, m2): + id_ = sa.Identity(start=2) + Table("user", m, Column("id", Integer, id_)) + + diffs = self._fixture(m1, m2) + + eq_(diffs, []) + + def test_dialect_kwargs_changes(self): + m1 = MetaData() + m2 = MetaData() + + if sqla_compat.identity_has_dialect_kwargs: + args = {"oracle_on_null": True, "oracle_order": True} + else: + args = {"on_null": True, "order": True} + + Table("user", m1, Column("id", Integer, sa.Identity(start=2))) + id_ = sa.Identity(start=2, **args) + Table("user", m2, Column("id", Integer, id_)) + + diffs = self._fixture(m1, m2) + if config.db.name == "oracle": + is_true(len(diffs), 1) + eq_(diffs[0][0][0], "modify_default") + else: + eq_(diffs, []) + + @testing.combinations( + (None, dict(start=2)), + (dict(start=2), None), + (dict(start=2), dict(start=2, increment=7)), + (dict(always=False), dict(always=True)), + ( + dict(start=1, minvalue=0, maxvalue=100, cycle=True), + dict(start=1, minvalue=0, maxvalue=100, cycle=False), + ), + ( + dict(start=10, increment=3, maxvalue=9999), + dict(start=10, increment=1, maxvalue=3333), + ), + ) + @config.requirements.identity_columns_alter + def test_change_identity(self, before, after): + arg_before = (sa.Identity(**before),) if before else () + arg_after = (sa.Identity(**after),) if after else () + + m1 = MetaData() + m2 = MetaData() + + Table( + "user", + m1, + Column("id", Integer, *arg_before), + Column("other", sa.Text), + ) + + Table( + "user", + m2, + Column("id", Integer, *arg_after), + Column("other", sa.Text), + ) + + diffs = self._fixture(m1, m2) + + eq_(len(diffs[0]), 1) + diffs = diffs[0][0] + eq_(diffs[0], "modify_default") + eq_(diffs[2], "user") + eq_(diffs[3], "id") + old = diffs[5] + new = diffs[6] + + def check(kw, idt): + if kw: + is_true(isinstance(idt, sa.Identity)) + for k, v in kw.items(): + eq_(getattr(idt, k), v) + else: + is_true(idt in (None, False)) + + check(before, old) + check(after, new) + + def test_add_identity_to_column(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "user", + m1, + Column("id", Integer), + Column("other", sa.Text), + ) + + Table( + "user", + m2, + Column("id", Integer, sa.Identity(start=2, maxvalue=1000)), + Column("other", sa.Text), + ) + + diffs = self._fixture(m1, m2) + + eq_(len(diffs[0]), 1) + diffs = diffs[0][0] + eq_(diffs[0], "modify_default") + eq_(diffs[2], "user") + eq_(diffs[3], "id") + eq_(diffs[5], None) + added = diffs[6] + + is_true(isinstance(added, sa.Identity)) + eq_(added.start, 2) + eq_(added.maxvalue, 1000) + + def test_remove_identity_from_column(self): + m1 = MetaData() + m2 = MetaData() + + Table( + "user", + m1, + Column("id", Integer, sa.Identity(start=2, maxvalue=1000)), + Column("other", sa.Text), + ) + + Table( + "user", + m2, + Column("id", Integer), + Column("other", sa.Text), + ) + + diffs = self._fixture(m1, m2) + + eq_(len(diffs[0]), 1) + diffs = diffs[0][0] + eq_(diffs[0], "modify_default") + eq_(diffs[2], "user") + eq_(diffs[3], "id") + eq_(diffs[6], None) + removed = diffs[5] + + is_true(isinstance(removed, sa.Identity)) diff --git a/venv/lib/python3.8/site-packages/alembic/testing/suite/test_environment.py b/venv/lib/python3.8/site-packages/alembic/testing/suite/test_environment.py new file mode 100644 index 000000000..df2d9afbd --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/testing/suite/test_environment.py @@ -0,0 +1,364 @@ +import io + +from ...migration import MigrationContext +from ...testing import assert_raises +from ...testing import config +from ...testing import eq_ +from ...testing import is_ +from ...testing import is_false +from ...testing import is_not_ +from ...testing import is_true +from ...testing import ne_ +from ...testing.fixtures import TestBase + + +class MigrationTransactionTest(TestBase): + __backend__ = True + + conn = None + + def _fixture(self, opts): + self.conn = conn = config.db.connect() + + if opts.get("as_sql", False): + self.context = MigrationContext.configure( + dialect=conn.dialect, opts=opts + ) + self.context.output_buffer = self.context.impl.output_buffer = ( + io.StringIO() + ) + else: + self.context = MigrationContext.configure( + connection=conn, opts=opts + ) + return self.context + + def teardown_method(self): + if self.conn: + self.conn.close() + + def test_proxy_transaction_rollback(self): + context = self._fixture( + {"transaction_per_migration": True, "transactional_ddl": True} + ) + + is_false(self.conn.in_transaction()) + proxy = context.begin_transaction(_per_migration=True) + is_true(self.conn.in_transaction()) + proxy.rollback() + is_false(self.conn.in_transaction()) + + def test_proxy_transaction_commit(self): + context = self._fixture( + {"transaction_per_migration": True, "transactional_ddl": True} + ) + proxy = context.begin_transaction(_per_migration=True) + is_true(self.conn.in_transaction()) + proxy.commit() + is_false(self.conn.in_transaction()) + + def test_proxy_transaction_contextmanager_commit(self): + context = self._fixture( + {"transaction_per_migration": True, "transactional_ddl": True} + ) + proxy = context.begin_transaction(_per_migration=True) + is_true(self.conn.in_transaction()) + with proxy: + pass + is_false(self.conn.in_transaction()) + + def test_proxy_transaction_contextmanager_rollback(self): + context = self._fixture( + {"transaction_per_migration": True, "transactional_ddl": True} + ) + proxy = context.begin_transaction(_per_migration=True) + is_true(self.conn.in_transaction()) + + def go(): + with proxy: + raise Exception("hi") + + assert_raises(Exception, go) + is_false(self.conn.in_transaction()) + + def test_proxy_transaction_contextmanager_explicit_rollback(self): + context = self._fixture( + {"transaction_per_migration": True, "transactional_ddl": True} + ) + proxy = context.begin_transaction(_per_migration=True) + is_true(self.conn.in_transaction()) + + with proxy: + is_true(self.conn.in_transaction()) + proxy.rollback() + is_false(self.conn.in_transaction()) + + is_false(self.conn.in_transaction()) + + def test_proxy_transaction_contextmanager_explicit_commit(self): + context = self._fixture( + {"transaction_per_migration": True, "transactional_ddl": True} + ) + proxy = context.begin_transaction(_per_migration=True) + is_true(self.conn.in_transaction()) + + with proxy: + is_true(self.conn.in_transaction()) + proxy.commit() + is_false(self.conn.in_transaction()) + + is_false(self.conn.in_transaction()) + + def test_transaction_per_migration_transactional_ddl(self): + context = self._fixture( + {"transaction_per_migration": True, "transactional_ddl": True} + ) + + is_false(self.conn.in_transaction()) + + with context.begin_transaction(): + is_false(self.conn.in_transaction()) + with context.begin_transaction(_per_migration=True): + is_true(self.conn.in_transaction()) + + is_false(self.conn.in_transaction()) + is_false(self.conn.in_transaction()) + + def test_transaction_per_migration_non_transactional_ddl(self): + context = self._fixture( + {"transaction_per_migration": True, "transactional_ddl": False} + ) + + is_false(self.conn.in_transaction()) + + with context.begin_transaction(): + is_false(self.conn.in_transaction()) + with context.begin_transaction(_per_migration=True): + is_true(self.conn.in_transaction()) + + is_false(self.conn.in_transaction()) + is_false(self.conn.in_transaction()) + + def test_transaction_per_all_transactional_ddl(self): + context = self._fixture({"transactional_ddl": True}) + + is_false(self.conn.in_transaction()) + + with context.begin_transaction(): + is_true(self.conn.in_transaction()) + with context.begin_transaction(_per_migration=True): + is_true(self.conn.in_transaction()) + + is_true(self.conn.in_transaction()) + is_false(self.conn.in_transaction()) + + def test_transaction_per_all_non_transactional_ddl(self): + context = self._fixture({"transactional_ddl": False}) + + is_false(self.conn.in_transaction()) + + with context.begin_transaction(): + is_false(self.conn.in_transaction()) + with context.begin_transaction(_per_migration=True): + is_true(self.conn.in_transaction()) + + is_false(self.conn.in_transaction()) + is_false(self.conn.in_transaction()) + + def test_transaction_per_all_sqlmode(self): + context = self._fixture({"as_sql": True}) + + context.execute("step 1") + with context.begin_transaction(): + context.execute("step 2") + with context.begin_transaction(_per_migration=True): + context.execute("step 3") + + context.execute("step 4") + context.execute("step 5") + + if context.impl.transactional_ddl: + self._assert_impl_steps( + "step 1", + "BEGIN", + "step 2", + "step 3", + "step 4", + "COMMIT", + "step 5", + ) + else: + self._assert_impl_steps( + "step 1", "step 2", "step 3", "step 4", "step 5" + ) + + def test_transaction_per_migration_sqlmode(self): + context = self._fixture( + {"as_sql": True, "transaction_per_migration": True} + ) + + context.execute("step 1") + with context.begin_transaction(): + context.execute("step 2") + with context.begin_transaction(_per_migration=True): + context.execute("step 3") + + context.execute("step 4") + context.execute("step 5") + + if context.impl.transactional_ddl: + self._assert_impl_steps( + "step 1", + "step 2", + "BEGIN", + "step 3", + "COMMIT", + "step 4", + "step 5", + ) + else: + self._assert_impl_steps( + "step 1", "step 2", "step 3", "step 4", "step 5" + ) + + @config.requirements.autocommit_isolation + def test_autocommit_block(self): + context = self._fixture({"transaction_per_migration": True}) + + is_false(self.conn.in_transaction()) + + with context.begin_transaction(): + is_false(self.conn.in_transaction()) + with context.begin_transaction(_per_migration=True): + is_true(self.conn.in_transaction()) + + with context.autocommit_block(): + # in 1.x, self.conn is separate due to the + # execution_options call. however for future they are the + # same connection and there is a "transaction" block + # despite autocommit + if self.is_sqlalchemy_future: + is_(context.connection, self.conn) + else: + is_not_(context.connection, self.conn) + is_false(self.conn.in_transaction()) + + eq_( + context.connection._execution_options[ + "isolation_level" + ], + "AUTOCOMMIT", + ) + + ne_( + context.connection._execution_options.get( + "isolation_level", None + ), + "AUTOCOMMIT", + ) + is_true(self.conn.in_transaction()) + + is_false(self.conn.in_transaction()) + is_false(self.conn.in_transaction()) + + @config.requirements.autocommit_isolation + def test_autocommit_block_no_transaction(self): + context = self._fixture({"transaction_per_migration": True}) + + is_false(self.conn.in_transaction()) + + with context.autocommit_block(): + is_true(context.connection.in_transaction()) + + # in 1.x, self.conn is separate due to the execution_options + # call. however for future they are the same connection and there + # is a "transaction" block despite autocommit + if self.is_sqlalchemy_future: + is_(context.connection, self.conn) + else: + is_not_(context.connection, self.conn) + is_false(self.conn.in_transaction()) + + eq_( + context.connection._execution_options["isolation_level"], + "AUTOCOMMIT", + ) + + ne_( + context.connection._execution_options.get("isolation_level", None), + "AUTOCOMMIT", + ) + + is_false(self.conn.in_transaction()) + + def test_autocommit_block_transactional_ddl_sqlmode(self): + context = self._fixture( + { + "transaction_per_migration": True, + "transactional_ddl": True, + "as_sql": True, + } + ) + + with context.begin_transaction(): + context.execute("step 1") + with context.begin_transaction(_per_migration=True): + context.execute("step 2") + + with context.autocommit_block(): + context.execute("step 3") + + context.execute("step 4") + + context.execute("step 5") + + self._assert_impl_steps( + "step 1", + "BEGIN", + "step 2", + "COMMIT", + "step 3", + "BEGIN", + "step 4", + "COMMIT", + "step 5", + ) + + def test_autocommit_block_nontransactional_ddl_sqlmode(self): + context = self._fixture( + { + "transaction_per_migration": True, + "transactional_ddl": False, + "as_sql": True, + } + ) + + with context.begin_transaction(): + context.execute("step 1") + with context.begin_transaction(_per_migration=True): + context.execute("step 2") + + with context.autocommit_block(): + context.execute("step 3") + + context.execute("step 4") + + context.execute("step 5") + + self._assert_impl_steps( + "step 1", "step 2", "step 3", "step 4", "step 5" + ) + + def _assert_impl_steps(self, *steps): + to_check = self.context.output_buffer.getvalue() + + self.context.impl.output_buffer = buf = io.StringIO() + for step in steps: + if step == "BEGIN": + self.context.impl.emit_begin() + elif step == "COMMIT": + self.context.impl.emit_commit() + else: + self.context.impl._exec(step) + + eq_(to_check, buf.getvalue()) diff --git a/venv/lib/python3.8/site-packages/alembic/testing/suite/test_op.py b/venv/lib/python3.8/site-packages/alembic/testing/suite/test_op.py new file mode 100644 index 000000000..a63b3f2f9 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/testing/suite/test_op.py @@ -0,0 +1,42 @@ +"""Test against the builders in the op.* module.""" + +from sqlalchemy import Column +from sqlalchemy import event +from sqlalchemy import Integer +from sqlalchemy import String +from sqlalchemy import Table +from sqlalchemy.sql import text + +from ...testing.fixtures import AlterColRoundTripFixture +from ...testing.fixtures import TestBase + + +@event.listens_for(Table, "after_parent_attach") +def _add_cols(table, metadata): + if table.name == "tbl_with_auto_appended_column": + table.append_column(Column("bat", Integer)) + + +class BackendAlterColumnTest(AlterColRoundTripFixture, TestBase): + __backend__ = True + + def test_rename_column(self): + self._run_alter_col({}, {"name": "newname"}) + + def test_modify_type_int_str(self): + self._run_alter_col({"type": Integer()}, {"type": String(50)}) + + def test_add_server_default_int(self): + self._run_alter_col({"type": Integer}, {"server_default": text("5")}) + + def test_modify_server_default_int(self): + self._run_alter_col( + {"type": Integer, "server_default": text("2")}, + {"server_default": text("5")}, + ) + + def test_modify_nullable_to_non(self): + self._run_alter_col({}, {"nullable": False}) + + def test_modify_non_nullable_to_nullable(self): + self._run_alter_col({"nullable": False}, {"nullable": True}) diff --git a/venv/lib/python3.8/site-packages/alembic/testing/util.py b/venv/lib/python3.8/site-packages/alembic/testing/util.py new file mode 100644 index 000000000..4517a69f6 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/testing/util.py @@ -0,0 +1,126 @@ +# testing/util.py +# Copyright (C) 2005-2019 the SQLAlchemy authors and contributors +# +# +# This module is part of SQLAlchemy and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php +from __future__ import annotations + +import types +from typing import Union + +from sqlalchemy.util import inspect_getfullargspec + +from ..util import sqla_2 + + +def flag_combinations(*combinations): + """A facade around @testing.combinations() oriented towards boolean + keyword-based arguments. + + Basically generates a nice looking identifier based on the keywords + and also sets up the argument names. + + E.g.:: + + @testing.flag_combinations( + dict(lazy=False, passive=False), + dict(lazy=True, passive=False), + dict(lazy=False, passive=True), + dict(lazy=False, passive=True, raiseload=True), + ) + + + would result in:: + + @testing.combinations( + ('', False, False, False), + ('lazy', True, False, False), + ('lazy_passive', True, True, False), + ('lazy_passive', True, True, True), + id_='iaaa', + argnames='lazy,passive,raiseload' + ) + + """ + from sqlalchemy.testing import config + + keys = set() + + for d in combinations: + keys.update(d) + + keys = sorted(keys) + + return config.combinations( + *[ + ("_".join(k for k in keys if d.get(k, False)),) + + tuple(d.get(k, False) for k in keys) + for d in combinations + ], + id_="i" + ("a" * len(keys)), + argnames=",".join(keys), + ) + + +def resolve_lambda(__fn, **kw): + """Given a no-arg lambda and a namespace, return a new lambda that + has all the values filled in. + + This is used so that we can have module-level fixtures that + refer to instance-level variables using lambdas. + + """ + + pos_args = inspect_getfullargspec(__fn)[0] + pass_pos_args = {arg: kw.pop(arg) for arg in pos_args} + glb = dict(__fn.__globals__) + glb.update(kw) + new_fn = types.FunctionType(__fn.__code__, glb) + return new_fn(**pass_pos_args) + + +def metadata_fixture(ddl="function"): + """Provide MetaData for a pytest fixture.""" + + from sqlalchemy.testing import config + from . import fixture_functions + + def decorate(fn): + def run_ddl(self): + from sqlalchemy import schema + + metadata = self.metadata = schema.MetaData() + try: + result = fn(self, metadata) + metadata.create_all(config.db) + # TODO: + # somehow get a per-function dml erase fixture here + yield result + finally: + metadata.drop_all(config.db) + + return fixture_functions.fixture(scope=ddl)(run_ddl) + + return decorate + + +def _safe_int(value: str) -> Union[int, str]: + try: + return int(value) + except: + return value + + +def testing_engine(url=None, options=None, future=False): + from sqlalchemy.testing import config + from sqlalchemy.testing.engines import testing_engine + + if not future: + future = getattr(config._current.options, "future_engine", False) + + if not sqla_2: + kw = {"future": future} if future else {} + else: + kw = {} + return testing_engine(url, options, **kw) diff --git a/venv/lib/python3.8/site-packages/alembic/testing/warnings.py b/venv/lib/python3.8/site-packages/alembic/testing/warnings.py new file mode 100644 index 000000000..e87136b85 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/testing/warnings.py @@ -0,0 +1,40 @@ +# testing/warnings.py +# Copyright (C) 2005-2021 the SQLAlchemy authors and contributors +# +# +# This module is part of SQLAlchemy and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + + +import warnings + +from sqlalchemy import exc as sa_exc + +from ..util import sqla_14 + + +def setup_filters(): + """Set global warning behavior for the test suite.""" + + warnings.resetwarnings() + + warnings.filterwarnings("error", category=sa_exc.SADeprecationWarning) + warnings.filterwarnings("error", category=sa_exc.SAWarning) + + # some selected deprecations... + warnings.filterwarnings("error", category=DeprecationWarning) + if not sqla_14: + # 1.3 uses pkg_resources in PluginLoader + warnings.filterwarnings( + "ignore", + "pkg_resources is deprecated as an API", + DeprecationWarning, + ) + try: + import pytest + except ImportError: + pass + else: + warnings.filterwarnings( + "once", category=pytest.PytestDeprecationWarning + ) diff --git a/venv/lib/python3.8/site-packages/alembic/util/__init__.py b/venv/lib/python3.8/site-packages/alembic/util/__init__.py new file mode 100644 index 000000000..4724e1f08 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/util/__init__.py @@ -0,0 +1,35 @@ +from .editor import open_in_editor as open_in_editor +from .exc import AutogenerateDiffsDetected as AutogenerateDiffsDetected +from .exc import CommandError as CommandError +from .langhelpers import _with_legacy_names as _with_legacy_names +from .langhelpers import asbool as asbool +from .langhelpers import dedupe_tuple as dedupe_tuple +from .langhelpers import Dispatcher as Dispatcher +from .langhelpers import EMPTY_DICT as EMPTY_DICT +from .langhelpers import immutabledict as immutabledict +from .langhelpers import memoized_property as memoized_property +from .langhelpers import ModuleClsProxy as ModuleClsProxy +from .langhelpers import not_none as not_none +from .langhelpers import rev_id as rev_id +from .langhelpers import to_list as to_list +from .langhelpers import to_tuple as to_tuple +from .langhelpers import unique_list as unique_list +from .messaging import err as err +from .messaging import format_as_comma as format_as_comma +from .messaging import msg as msg +from .messaging import obfuscate_url_pw as obfuscate_url_pw +from .messaging import status as status +from .messaging import warn as warn +from .messaging import write_outstream as write_outstream +from .pyfiles import coerce_resource_to_filename as coerce_resource_to_filename +from .pyfiles import load_python_file as load_python_file +from .pyfiles import pyc_file_from_path as pyc_file_from_path +from .pyfiles import template_to_file as template_to_file +from .sqla_compat import has_computed as has_computed +from .sqla_compat import sqla_13 as sqla_13 +from .sqla_compat import sqla_14 as sqla_14 +from .sqla_compat import sqla_2 as sqla_2 + + +if not sqla_13: + raise CommandError("SQLAlchemy 1.3.0 or greater is required.") diff --git a/venv/lib/python3.8/site-packages/alembic/util/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/util/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..586ccb0dd08d3595d0206af6aded4c855670c30e GIT binary patch literal 1378 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 N0Ee>(sG literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/util/__pycache__/exc.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/util/__pycache__/exc.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5b6ca6f7f1d17215eb979f53d14610dfcf762ef1 GIT binary patch literal 487 zcmb7AJx{|h5VeyQLe)yF>?|Ep50wxDLPfM<>w=I_7t4vStwmx7$En(x{+Vw5Jz4n| zOq^3bB^FM4&-Z*!=Q}_2dL4qX-(D;eJYT)|87&keM0t*MM`>VedxV`DdV6F`lLM1Nvtr|xM#sf4o?C!KLF}wZpTM#e=oQOU@?jYcE?KD@ z#08ec0!k(_$P<;a%BhUOIvo@n>&Nye1Eh#H`d_=9-BivjK!X(y#%ew<$KW7!Ag9*% t{NCb_9s9cosg3x2)$3_LtWPHE6bh$|ZU$+5e>JG1tHZBdf6ac{dItcUXfOZ( literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/util/__pycache__/langhelpers.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/util/__pycache__/langhelpers.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..69937f94f7bd1ec3c1ca78ea113a2c2759157b96 GIT binary patch literal 9922 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 JV^;Ca{{{uL`Gf!f literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/alembic/util/__pycache__/messaging.cpython-38.pyc b/venv/lib/python3.8/site-packages/alembic/util/__pycache__/messaging.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9f9c746edacdea8f85726d26a417c5159fe23428 GIT binary patch literal 3192 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 (3, 13) +py311 = sys.version_info >= (3, 11) +py310 = sys.version_info >= (3, 10) +py39 = sys.version_info >= (3, 9) + + +# produce a wrapper that allows encoded text to stream +# into a given buffer, but doesn't close it. +# not sure of a more idiomatic approach to this. +class EncodedIO(io.TextIOWrapper): + def close(self) -> None: + pass + + +if py39: + from importlib import resources as _resources + + importlib_resources = _resources + from importlib import metadata as _metadata + + importlib_metadata = _metadata + from importlib.metadata import EntryPoint as EntryPoint +else: + import importlib_resources # type:ignore # noqa + import importlib_metadata # type:ignore # noqa + from importlib_metadata import EntryPoint # type:ignore # noqa + + +def importlib_metadata_get(group: str) -> Sequence[EntryPoint]: + ep = importlib_metadata.entry_points() + if hasattr(ep, "select"): + return ep.select(group=group) + else: + return ep.get(group, ()) # type: ignore + + +def formatannotation_fwdref( + annotation: Any, base_module: Optional[Any] = None +) -> str: + """vendored from python 3.7""" + # copied over _formatannotation from sqlalchemy 2.0 + + if isinstance(annotation, str): + return annotation + + if getattr(annotation, "__module__", None) == "typing": + return repr(annotation).replace("typing.", "").replace("~", "") + if isinstance(annotation, type): + if annotation.__module__ in ("builtins", base_module): + return repr(annotation.__qualname__) + return annotation.__module__ + "." + annotation.__qualname__ + elif isinstance(annotation, typing.TypeVar): + return repr(annotation).replace("~", "") + return repr(annotation).replace("~", "") + + +def read_config_parser( + file_config: ConfigParser, + file_argument: Sequence[Union[str, os.PathLike[str]]], +) -> List[str]: + if py310: + return file_config.read(file_argument, encoding="locale") + else: + return file_config.read(file_argument) diff --git a/venv/lib/python3.8/site-packages/alembic/util/editor.py b/venv/lib/python3.8/site-packages/alembic/util/editor.py new file mode 100644 index 000000000..f1d1557f7 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/util/editor.py @@ -0,0 +1,81 @@ +from __future__ import annotations + +import os +from os.path import exists +from os.path import join +from os.path import splitext +from subprocess import check_call +from typing import Dict +from typing import List +from typing import Mapping +from typing import Optional + +from .compat import is_posix +from .exc import CommandError + + +def open_in_editor( + filename: str, environ: Optional[Dict[str, str]] = None +) -> None: + """ + Opens the given file in a text editor. If the environment variable + ``EDITOR`` is set, this is taken as preference. + + Otherwise, a list of commonly installed editors is tried. + + If no editor matches, an :py:exc:`OSError` is raised. + + :param filename: The filename to open. Will be passed verbatim to the + editor command. + :param environ: An optional drop-in replacement for ``os.environ``. Used + mainly for testing. + """ + env = os.environ if environ is None else environ + try: + editor = _find_editor(env) + check_call([editor, filename]) + except Exception as exc: + raise CommandError("Error executing editor (%s)" % (exc,)) from exc + + +def _find_editor(environ: Mapping[str, str]) -> str: + candidates = _default_editors() + for i, var in enumerate(("EDITOR", "VISUAL")): + if var in environ: + user_choice = environ[var] + if exists(user_choice): + return user_choice + if os.sep not in user_choice: + candidates.insert(i, user_choice) + + for candidate in candidates: + path = _find_executable(candidate, environ) + if path is not None: + return path + raise OSError( + "No suitable editor found. Please set the " + '"EDITOR" or "VISUAL" environment variables' + ) + + +def _find_executable( + candidate: str, environ: Mapping[str, str] +) -> Optional[str]: + # Assuming this is on the PATH, we need to determine it's absolute + # location. Otherwise, ``check_call`` will fail + if not is_posix and splitext(candidate)[1] != ".exe": + candidate += ".exe" + for path in environ.get("PATH", "").split(os.pathsep): + value = join(path, candidate) + if exists(value): + return value + return None + + +def _default_editors() -> List[str]: + # Look for an editor. Prefer the user's choice by env-var, fall back to + # most commonly installed editor (nano/vim) + if is_posix: + return ["sensible-editor", "editor", "nano", "vim", "code"] + else: + return ["code.exe", "notepad++.exe", "notepad.exe"] diff --git a/venv/lib/python3.8/site-packages/alembic/util/exc.py b/venv/lib/python3.8/site-packages/alembic/util/exc.py new file mode 100644 index 000000000..0d0496b1e --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/util/exc.py @@ -0,0 +1,6 @@ +class CommandError(Exception): + pass + + +class AutogenerateDiffsDetected(CommandError): + pass diff --git a/venv/lib/python3.8/site-packages/alembic/util/langhelpers.py b/venv/lib/python3.8/site-packages/alembic/util/langhelpers.py new file mode 100644 index 000000000..80d88cbce --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/util/langhelpers.py @@ -0,0 +1,332 @@ +from __future__ import annotations + +import collections +from collections.abc import Iterable +import textwrap +from typing import Any +from typing import Callable +from typing import cast +from typing import Dict +from typing import List +from typing import Mapping +from typing import MutableMapping +from typing import NoReturn +from typing import Optional +from typing import overload +from typing import Sequence +from typing import Set +from typing import Tuple +from typing import Type +from typing import TYPE_CHECKING +from typing import TypeVar +from typing import Union +import uuid +import warnings + +from sqlalchemy.util import asbool as asbool # noqa: F401 +from sqlalchemy.util import immutabledict as immutabledict # noqa: F401 +from sqlalchemy.util import to_list as to_list # noqa: F401 +from sqlalchemy.util import unique_list as unique_list + +from .compat import inspect_getfullargspec + +if True: + # zimports workaround :( + from sqlalchemy.util import ( # noqa: F401 + memoized_property as memoized_property, + ) + + +EMPTY_DICT: Mapping[Any, Any] = immutabledict() +_T = TypeVar("_T", bound=Any) + +_C = TypeVar("_C", bound=Callable[..., Any]) + + +class _ModuleClsMeta(type): + def __setattr__(cls, key: str, value: Callable[..., Any]) -> None: + super().__setattr__(key, value) + cls._update_module_proxies(key) # type: ignore + + +class ModuleClsProxy(metaclass=_ModuleClsMeta): + """Create module level proxy functions for the + methods on a given class. + + The functions will have a compatible signature + as the methods. + + """ + + _setups: Dict[ + Type[Any], + Tuple[ + Set[str], + List[Tuple[MutableMapping[str, Any], MutableMapping[str, Any]]], + ], + ] = collections.defaultdict(lambda: (set(), [])) + + @classmethod + def _update_module_proxies(cls, name: str) -> None: + attr_names, modules = cls._setups[cls] + for globals_, locals_ in modules: + cls._add_proxied_attribute(name, globals_, locals_, attr_names) + + def _install_proxy(self) -> None: + attr_names, modules = self._setups[self.__class__] + for globals_, locals_ in modules: + globals_["_proxy"] = self + for attr_name in attr_names: + globals_[attr_name] = getattr(self, attr_name) + + def _remove_proxy(self) -> None: + attr_names, modules = self._setups[self.__class__] + for globals_, locals_ in modules: + globals_["_proxy"] = None + for attr_name in attr_names: + del globals_[attr_name] + + @classmethod + def create_module_class_proxy( + cls, + globals_: MutableMapping[str, Any], + locals_: MutableMapping[str, Any], + ) -> None: + attr_names, modules = cls._setups[cls] + modules.append((globals_, locals_)) + cls._setup_proxy(globals_, locals_, attr_names) + + @classmethod + def _setup_proxy( + cls, + globals_: MutableMapping[str, Any], + locals_: MutableMapping[str, Any], + attr_names: Set[str], + ) -> None: + for methname in dir(cls): + cls._add_proxied_attribute(methname, globals_, locals_, attr_names) + + @classmethod + def _add_proxied_attribute( + cls, + methname: str, + globals_: MutableMapping[str, Any], + locals_: MutableMapping[str, Any], + attr_names: Set[str], + ) -> None: + if not methname.startswith("_"): + meth = getattr(cls, methname) + if callable(meth): + locals_[methname] = cls._create_method_proxy( + methname, globals_, locals_ + ) + else: + attr_names.add(methname) + + @classmethod + def _create_method_proxy( + cls, + name: str, + globals_: MutableMapping[str, Any], + locals_: MutableMapping[str, Any], + ) -> Callable[..., Any]: + fn = getattr(cls, name) + + def _name_error(name: str, from_: Exception) -> NoReturn: + raise NameError( + "Can't invoke function '%s', as the proxy object has " + "not yet been " + "established for the Alembic '%s' class. " + "Try placing this code inside a callable." + % (name, cls.__name__) + ) from from_ + + globals_["_name_error"] = _name_error + + translations = getattr(fn, "_legacy_translations", []) + if translations: + spec = inspect_getfullargspec(fn) + if spec[0] and spec[0][0] == "self": + spec[0].pop(0) + + outer_args = inner_args = "*args, **kw" + translate_str = "args, kw = _translate(%r, %r, %r, args, kw)" % ( + fn.__name__, + tuple(spec), + translations, + ) + + def translate( + fn_name: str, spec: Any, translations: Any, args: Any, kw: Any + ) -> Any: + return_kw = {} + return_args = [] + + for oldname, newname in translations: + if oldname in kw: + warnings.warn( + "Argument %r is now named %r " + "for method %s()." % (oldname, newname, fn_name) + ) + return_kw[newname] = kw.pop(oldname) + return_kw.update(kw) + + args = list(args) + if spec[3]: + pos_only = spec[0][: -len(spec[3])] + else: + pos_only = spec[0] + for arg in pos_only: + if arg not in return_kw: + try: + return_args.append(args.pop(0)) + except IndexError: + raise TypeError( + "missing required positional argument: %s" + % arg + ) + return_args.extend(args) + + return return_args, return_kw + + globals_["_translate"] = translate + else: + outer_args = "*args, **kw" + inner_args = "*args, **kw" + translate_str = "" + + func_text = textwrap.dedent( + """\ + def %(name)s(%(args)s): + %(doc)r + %(translate)s + try: + p = _proxy + except NameError as ne: + _name_error('%(name)s', ne) + return _proxy.%(name)s(%(apply_kw)s) + e + """ + % { + "name": name, + "translate": translate_str, + "args": outer_args, + "apply_kw": inner_args, + "doc": fn.__doc__, + } + ) + lcl: MutableMapping[str, Any] = {} + + exec(func_text, cast("Dict[str, Any]", globals_), lcl) + return cast("Callable[..., Any]", lcl[name]) + + +def _with_legacy_names(translations: Any) -> Any: + def decorate(fn: _C) -> _C: + fn._legacy_translations = translations # type: ignore[attr-defined] + return fn + + return decorate + + +def rev_id() -> str: + return uuid.uuid4().hex[-12:] + + +@overload +def to_tuple(x: Any, default: Tuple[Any, ...]) -> Tuple[Any, ...]: ... + + +@overload +def to_tuple(x: None, default: Optional[_T] = ...) -> _T: ... + + +@overload +def to_tuple( + x: Any, default: Optional[Tuple[Any, ...]] = None +) -> Tuple[Any, ...]: ... + + +def to_tuple( + x: Any, default: Optional[Tuple[Any, ...]] = None +) -> Optional[Tuple[Any, ...]]: + if x is None: + return default + elif isinstance(x, str): + return (x,) + elif isinstance(x, Iterable): + return tuple(x) + else: + return (x,) + + +def dedupe_tuple(tup: Tuple[str, ...]) -> Tuple[str, ...]: + return tuple(unique_list(tup)) + + +class Dispatcher: + def __init__(self, uselist: bool = False) -> None: + self._registry: Dict[Tuple[Any, ...], Any] = {} + self.uselist = uselist + + def dispatch_for( + self, target: Any, qualifier: str = "default" + ) -> Callable[[_C], _C]: + def decorate(fn: _C) -> _C: + if self.uselist: + self._registry.setdefault((target, qualifier), []).append(fn) + else: + assert (target, qualifier) not in self._registry + self._registry[(target, qualifier)] = fn + return fn + + return decorate + + def dispatch(self, obj: Any, qualifier: str = "default") -> Any: + if isinstance(obj, str): + targets: Sequence[Any] = [obj] + elif isinstance(obj, type): + targets = obj.__mro__ + else: + targets = type(obj).__mro__ + + for spcls in targets: + if qualifier != "default" and (spcls, qualifier) in self._registry: + return self._fn_or_list(self._registry[(spcls, qualifier)]) + elif (spcls, "default") in self._registry: + return self._fn_or_list(self._registry[(spcls, "default")]) + else: + raise ValueError("no dispatch function for object: %s" % obj) + + def _fn_or_list( + self, fn_or_list: Union[List[Callable[..., Any]], Callable[..., Any]] + ) -> Callable[..., Any]: + if self.uselist: + + def go(*arg: Any, **kw: Any) -> None: + if TYPE_CHECKING: + assert isinstance(fn_or_list, Sequence) + for fn in fn_or_list: + fn(*arg, **kw) + + return go + else: + return fn_or_list # type: ignore + + def branch(self) -> Dispatcher: + """Return a copy of this dispatcher that is independently + writable.""" + + d = Dispatcher() + if self.uselist: + d._registry.update( + (k, [fn for fn in self._registry[k]]) for k in self._registry + ) + else: + d._registry.update(self._registry) + return d + + +def not_none(value: Optional[_T]) -> _T: + assert value is not None + return value diff --git a/venv/lib/python3.8/site-packages/alembic/util/messaging.py b/venv/lib/python3.8/site-packages/alembic/util/messaging.py new file mode 100644 index 000000000..6618fa7fa --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/util/messaging.py @@ -0,0 +1,121 @@ +from __future__ import annotations + +from collections.abc import Iterable +from contextlib import contextmanager +import logging +import sys +import textwrap +from typing import Iterator +from typing import Optional +from typing import TextIO +from typing import Union +import warnings + +from sqlalchemy.engine import url + +from . import sqla_compat + +log = logging.getLogger(__name__) + +# disable "no handler found" errors +logging.getLogger("alembic").addHandler(logging.NullHandler()) + + +try: + import fcntl + import termios + import struct + + ioctl = fcntl.ioctl(0, termios.TIOCGWINSZ, struct.pack("HHHH", 0, 0, 0, 0)) + _h, TERMWIDTH, _hp, _wp = struct.unpack("HHHH", ioctl) + if TERMWIDTH <= 0: # can occur if running in emacs pseudo-tty + TERMWIDTH = None +except (ImportError, OSError): + TERMWIDTH = None + + +def write_outstream( + stream: TextIO, *text: Union[str, bytes], quiet: bool = False +) -> None: + if quiet: + return + encoding = getattr(stream, "encoding", "ascii") or "ascii" + for t in text: + if not isinstance(t, bytes): + t = t.encode(encoding, "replace") + t = t.decode(encoding) + try: + stream.write(t) + except OSError: + # suppress "broken pipe" errors. + # no known way to handle this on Python 3 however + # as the exception is "ignored" (noisily) in TextIOWrapper. + break + + +@contextmanager +def status( + status_msg: str, newline: bool = False, quiet: bool = False +) -> Iterator[None]: + msg(status_msg + " ...", newline, flush=True, quiet=quiet) + try: + yield + except: + if not quiet: + write_outstream(sys.stdout, " FAILED\n") + raise + else: + if not quiet: + write_outstream(sys.stdout, " done\n") + + +def err(message: str, quiet: bool = False) -> None: + log.error(message) + msg(f"FAILED: {message}", quiet=quiet) + sys.exit(-1) + + +def obfuscate_url_pw(input_url: str) -> str: + u = url.make_url(input_url) + return sqla_compat.url_render_as_string(u, hide_password=True) # type: ignore # noqa: E501 + + +def warn(msg: str, stacklevel: int = 2) -> None: + warnings.warn(msg, UserWarning, stacklevel=stacklevel) + + +def msg( + msg: str, newline: bool = True, flush: bool = False, quiet: bool = False +) -> None: + if quiet: + return + if TERMWIDTH is None: + write_outstream(sys.stdout, msg) + if newline: + write_outstream(sys.stdout, "\n") + else: + # left indent output lines + indent = " " + lines = textwrap.wrap( + msg, + TERMWIDTH, + initial_indent=indent, + subsequent_indent=indent, + ) + if len(lines) > 1: + for line in lines[0:-1]: + write_outstream(sys.stdout, line, "\n") + write_outstream(sys.stdout, lines[-1], ("\n" if newline else "")) + if flush: + sys.stdout.flush() + + +def format_as_comma(value: Optional[Union[str, Iterable[str]]]) -> str: + if value is None: + return "" + elif isinstance(value, str): + return value + elif isinstance(value, Iterable): + return ", ".join(value) + else: + raise ValueError("Don't know how to comma-format %r" % value) diff --git a/venv/lib/python3.8/site-packages/alembic/util/pyfiles.py b/venv/lib/python3.8/site-packages/alembic/util/pyfiles.py new file mode 100644 index 000000000..973bd458e --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/util/pyfiles.py @@ -0,0 +1,114 @@ +from __future__ import annotations + +import atexit +from contextlib import ExitStack +import importlib +import importlib.machinery +import importlib.util +import os +import re +import tempfile +from types import ModuleType +from typing import Any +from typing import Optional + +from mako import exceptions +from mako.template import Template + +from . import compat +from .exc import CommandError + + +def template_to_file( + template_file: str, dest: str, output_encoding: str, **kw: Any +) -> None: + template = Template(filename=template_file) + try: + output = template.render_unicode(**kw).encode(output_encoding) + except: + with tempfile.NamedTemporaryFile(suffix=".txt", delete=False) as ntf: + ntf.write( + exceptions.text_error_template() + .render_unicode() + .encode(output_encoding) + ) + fname = ntf.name + raise CommandError( + "Template rendering failed; see %s for a " + "template-oriented traceback." % fname + ) + else: + with open(dest, "wb") as f: + f.write(output) + + +def coerce_resource_to_filename(fname: str) -> str: + """Interpret a filename as either a filesystem location or as a package + resource. + + Names that are non absolute paths and contain a colon + are interpreted as resources and coerced to a file location. + + """ + if not os.path.isabs(fname) and ":" in fname: + tokens = fname.split(":") + + # from https://importlib-resources.readthedocs.io/en/latest/migration.html#pkg-resources-resource-filename # noqa E501 + + file_manager = ExitStack() + atexit.register(file_manager.close) + + ref = compat.importlib_resources.files(tokens[0]) + for tok in tokens[1:]: + ref = ref / tok + fname = file_manager.enter_context( # type: ignore[assignment] + compat.importlib_resources.as_file(ref) + ) + return fname + + +def pyc_file_from_path(path: str) -> Optional[str]: + """Given a python source path, locate the .pyc.""" + + candidate = importlib.util.cache_from_source(path) + if os.path.exists(candidate): + return candidate + + # even for pep3147, fall back to the old way of finding .pyc files, + # to support sourceless operation + filepath, ext = os.path.splitext(path) + for ext in importlib.machinery.BYTECODE_SUFFIXES: + if os.path.exists(filepath + ext): + return filepath + ext + else: + return None + + +def load_python_file(dir_: str, filename: str) -> ModuleType: + """Load a file from the given path as a Python module.""" + + module_id = re.sub(r"\W", "_", filename) + path = os.path.join(dir_, filename) + _, ext = os.path.splitext(filename) + if ext == ".py": + if os.path.exists(path): + module = load_module_py(module_id, path) + else: + pyc_path = pyc_file_from_path(path) + if pyc_path is None: + raise ImportError("Can't find Python file %s" % path) + else: + module = load_module_py(module_id, pyc_path) + elif ext in (".pyc", ".pyo"): + module = load_module_py(module_id, path) + else: + assert False + return module + + +def load_module_py(module_id: str, path: str) -> ModuleType: + spec = importlib.util.spec_from_file_location(module_id, path) + assert spec + module = importlib.util.module_from_spec(spec) + spec.loader.exec_module(module) # type: ignore + return module diff --git a/venv/lib/python3.8/site-packages/alembic/util/sqla_compat.py b/venv/lib/python3.8/site-packages/alembic/util/sqla_compat.py new file mode 100644 index 000000000..d4ed0fdd5 --- /dev/null +++ b/venv/lib/python3.8/site-packages/alembic/util/sqla_compat.py @@ -0,0 +1,663 @@ +# mypy: allow-untyped-defs, allow-incomplete-defs, allow-untyped-calls +# mypy: no-warn-return-any, allow-any-generics + +from __future__ import annotations + +import contextlib +import re +from typing import Any +from typing import Callable +from typing import Dict +from typing import Iterable +from typing import Iterator +from typing import Mapping +from typing import Optional +from typing import Protocol +from typing import Set +from typing import Type +from typing import TYPE_CHECKING +from typing import TypeVar +from typing import Union + +from sqlalchemy import __version__ +from sqlalchemy import inspect +from sqlalchemy import schema +from sqlalchemy import sql +from sqlalchemy import types as sqltypes +from sqlalchemy.engine import url +from sqlalchemy.schema import CheckConstraint +from sqlalchemy.schema import Column +from sqlalchemy.schema import ForeignKeyConstraint +from sqlalchemy.sql import visitors +from sqlalchemy.sql.base import DialectKWArgs +from sqlalchemy.sql.elements import BindParameter +from sqlalchemy.sql.elements import ColumnClause +from sqlalchemy.sql.elements import quoted_name +from sqlalchemy.sql.elements import TextClause +from sqlalchemy.sql.elements import UnaryExpression +from sqlalchemy.sql.visitors import traverse +from typing_extensions import TypeGuard + +if TYPE_CHECKING: + from sqlalchemy import ClauseElement + from sqlalchemy import Index + from sqlalchemy import Table + from sqlalchemy.engine import Connection + from sqlalchemy.engine import Dialect + from sqlalchemy.engine import Transaction + from sqlalchemy.engine.reflection import Inspector + from sqlalchemy.sql.base import ColumnCollection + from sqlalchemy.sql.compiler import SQLCompiler + from sqlalchemy.sql.dml import Insert + from sqlalchemy.sql.elements import ColumnElement + from sqlalchemy.sql.schema import Constraint + from sqlalchemy.sql.schema import SchemaItem + from sqlalchemy.sql.selectable import Select + from sqlalchemy.sql.selectable import TableClause + +_CE = TypeVar("_CE", bound=Union["ColumnElement[Any]", "SchemaItem"]) + + +class _CompilerProtocol(Protocol): + def __call__(self, element: Any, compiler: Any, **kw: Any) -> str: ... + + +def _safe_int(value: str) -> Union[int, str]: + try: + return int(value) + except: + return value + + +_vers = tuple( + [_safe_int(x) for x in re.findall(r"(\d+|[abc]\d)", __version__)] +) +sqla_13 = _vers >= (1, 3) +sqla_14 = _vers >= (1, 4) +# https://docs.sqlalchemy.org/en/latest/changelog/changelog_14.html#change-0c6e0cc67dfe6fac5164720e57ef307d +sqla_14_18 = _vers >= (1, 4, 18) +sqla_14_26 = _vers >= (1, 4, 26) +sqla_2 = _vers >= (2,) +sqlalchemy_version = __version__ + +try: + from sqlalchemy.sql.naming import _NONE_NAME as _NONE_NAME # type: ignore[attr-defined] # noqa: E501 +except ImportError: + from sqlalchemy.sql.elements import _NONE_NAME as _NONE_NAME # type: ignore # noqa: E501 + + +class _Unsupported: + "Placeholder for unsupported SQLAlchemy classes" + + +if TYPE_CHECKING: + + def compiles( + element: Type[ClauseElement], *dialects: str + ) -> Callable[[_CompilerProtocol], _CompilerProtocol]: ... + +else: + from sqlalchemy.ext.compiler import compiles + +try: + from sqlalchemy import Computed as Computed +except ImportError: + if not TYPE_CHECKING: + + class Computed(_Unsupported): + pass + + has_computed = False + has_computed_reflection = False +else: + has_computed = True + has_computed_reflection = _vers >= (1, 3, 16) + +try: + from sqlalchemy import Identity as Identity +except ImportError: + if not TYPE_CHECKING: + + class Identity(_Unsupported): + pass + + has_identity = False +else: + identity_has_dialect_kwargs = issubclass(Identity, DialectKWArgs) + + def _get_identity_options_dict( + identity: Union[Identity, schema.Sequence, None], + dialect_kwargs: bool = False, + ) -> Dict[str, Any]: + if identity is None: + return {} + elif identity_has_dialect_kwargs: + as_dict = identity._as_dict() # type: ignore + if dialect_kwargs: + assert isinstance(identity, DialectKWArgs) + as_dict.update(identity.dialect_kwargs) + else: + as_dict = {} + if isinstance(identity, Identity): + # always=None means something different than always=False + as_dict["always"] = identity.always + if identity.on_null is not None: + as_dict["on_null"] = identity.on_null + # attributes common to Identity and Sequence + attrs = ( + "start", + "increment", + "minvalue", + "maxvalue", + "nominvalue", + "nomaxvalue", + "cycle", + "cache", + "order", + ) + as_dict.update( + { + key: getattr(identity, key, None) + for key in attrs + if getattr(identity, key, None) is not None + } + ) + return as_dict + + has_identity = True + +if sqla_2: + from sqlalchemy.sql.base import _NoneName +else: + from sqlalchemy.util import symbol as _NoneName # type: ignore[assignment] + + +_ConstraintName = Union[None, str, _NoneName] + +_ConstraintNameDefined = Union[str, _NoneName] + + +def constraint_name_defined( + name: _ConstraintName, +) -> TypeGuard[_ConstraintNameDefined]: + return name is _NONE_NAME or isinstance(name, (str, _NoneName)) + + +def constraint_name_string( + name: _ConstraintName, +) -> TypeGuard[str]: + return isinstance(name, str) + + +def constraint_name_or_none( + name: _ConstraintName, +) -> Optional[str]: + return name if constraint_name_string(name) else None + + +AUTOINCREMENT_DEFAULT = "auto" + + +@contextlib.contextmanager +def _ensure_scope_for_ddl( + connection: Optional[Connection], +) -> Iterator[None]: + try: + in_transaction = connection.in_transaction # type: ignore[union-attr] + except AttributeError: + # catch for MockConnection, None + in_transaction = None + pass + + # yield outside the catch + if in_transaction is None: + yield + else: + if not in_transaction(): + assert connection is not None + with connection.begin(): + yield + else: + yield + + +def url_render_as_string(url, hide_password=True): + if sqla_14: + return url.render_as_string(hide_password=hide_password) + else: + return url.__to_string__(hide_password=hide_password) + + +def _safe_begin_connection_transaction( + connection: Connection, +) -> Transaction: + transaction = _get_connection_transaction(connection) + if transaction: + return transaction + else: + return connection.begin() + + +def _safe_commit_connection_transaction( + connection: Connection, +) -> None: + transaction = _get_connection_transaction(connection) + if transaction: + transaction.commit() + + +def _safe_rollback_connection_transaction( + connection: Connection, +) -> None: + transaction = _get_connection_transaction(connection) + if transaction: + transaction.rollback() + + +def _get_connection_in_transaction(connection: Optional[Connection]) -> bool: + try: + in_transaction = connection.in_transaction # type: ignore + except AttributeError: + # catch for MockConnection + return False + else: + return in_transaction() + + +def _idx_table_bound_expressions(idx: Index) -> Iterable[ColumnElement[Any]]: + return idx.expressions # type: ignore + + +def _copy(schema_item: _CE, **kw) -> _CE: + if hasattr(schema_item, "_copy"): + return schema_item._copy(**kw) + else: + return schema_item.copy(**kw) # type: ignore[union-attr] + + +def _get_connection_transaction( + connection: Connection, +) -> Optional[Transaction]: + if sqla_14: + return connection.get_transaction() + else: + r = connection._root # type: ignore[attr-defined] + return r._Connection__transaction + + +def _create_url(*arg, **kw) -> url.URL: + if hasattr(url.URL, "create"): + return url.URL.create(*arg, **kw) + else: + return url.URL(*arg, **kw) + + +def _connectable_has_table( + connectable: Connection, tablename: str, schemaname: Union[str, None] +) -> bool: + if sqla_14: + return inspect(connectable).has_table(tablename, schemaname) + else: + return connectable.dialect.has_table( + connectable, tablename, schemaname + ) + + +def _exec_on_inspector(inspector, statement, **params): + if sqla_14: + with inspector._operation_context() as conn: + return conn.execute(statement, params) + else: + return inspector.bind.execute(statement, params) + + +def _nullability_might_be_unset(metadata_column): + if not sqla_14: + return metadata_column.nullable + else: + from sqlalchemy.sql import schema + + return ( + metadata_column._user_defined_nullable is schema.NULL_UNSPECIFIED + ) + + +def _server_default_is_computed(*server_default) -> bool: + if not has_computed: + return False + else: + return any(isinstance(sd, Computed) for sd in server_default) + + +def _server_default_is_identity(*server_default) -> bool: + if not sqla_14: + return False + else: + return any(isinstance(sd, Identity) for sd in server_default) + + +def _table_for_constraint(constraint: Constraint) -> Table: + if isinstance(constraint, ForeignKeyConstraint): + table = constraint.parent + assert table is not None + return table # type: ignore[return-value] + else: + return constraint.table + + +def _columns_for_constraint(constraint): + if isinstance(constraint, ForeignKeyConstraint): + return [fk.parent for fk in constraint.elements] + elif isinstance(constraint, CheckConstraint): + return _find_columns(constraint.sqltext) + else: + return list(constraint.columns) + + +def _reflect_table(inspector: Inspector, table: Table) -> None: + if sqla_14: + return inspector.reflect_table(table, None) + else: + return inspector.reflecttable( # type: ignore[attr-defined] + table, None + ) + + +def _resolve_for_variant(type_, dialect): + if _type_has_variants(type_): + base_type, mapping = _get_variant_mapping(type_) + return mapping.get(dialect.name, base_type) + else: + return type_ + + +if hasattr(sqltypes.TypeEngine, "_variant_mapping"): + + def _type_has_variants(type_): + return bool(type_._variant_mapping) + + def _get_variant_mapping(type_): + return type_, type_._variant_mapping + +else: + + def _type_has_variants(type_): + return type(type_) is sqltypes.Variant + + def _get_variant_mapping(type_): + return type_.impl, type_.mapping + + +def _fk_spec(constraint: ForeignKeyConstraint) -> Any: + if TYPE_CHECKING: + assert constraint.columns is not None + assert constraint.elements is not None + assert isinstance(constraint.parent, Table) + + source_columns = [ + constraint.columns[key].name for key in constraint.column_keys + ] + + source_table = constraint.parent.name + source_schema = constraint.parent.schema + target_schema = constraint.elements[0].column.table.schema + target_table = constraint.elements[0].column.table.name + target_columns = [element.column.name for element in constraint.elements] + ondelete = constraint.ondelete + onupdate = constraint.onupdate + deferrable = constraint.deferrable + initially = constraint.initially + return ( + source_schema, + source_table, + source_columns, + target_schema, + target_table, + target_columns, + onupdate, + ondelete, + deferrable, + initially, + ) + + +def _fk_is_self_referential(constraint: ForeignKeyConstraint) -> bool: + spec = constraint.elements[0]._get_colspec() + tokens = spec.split(".") + tokens.pop(-1) # colname + tablekey = ".".join(tokens) + assert constraint.parent is not None + return tablekey == constraint.parent.key + + +def _is_type_bound(constraint: Constraint) -> bool: + # this deals with SQLAlchemy #3260, don't copy CHECK constraints + # that will be generated by the type. + # new feature added for #3260 + return constraint._type_bound + + +def _find_columns(clause): + """locate Column objects within the given expression.""" + + cols: Set[ColumnElement[Any]] = set() + traverse(clause, {}, {"column": cols.add}) + return cols + + +def _remove_column_from_collection( + collection: ColumnCollection, column: Union[Column[Any], ColumnClause[Any]] +) -> None: + """remove a column from a ColumnCollection.""" + + # workaround for older SQLAlchemy, remove the + # same object that's present + assert column.key is not None + to_remove = collection[column.key] + + # SQLAlchemy 2.0 will use more ReadOnlyColumnCollection + # (renamed from ImmutableColumnCollection) + if hasattr(collection, "_immutable") or hasattr(collection, "_readonly"): + collection._parent.remove(to_remove) + else: + collection.remove(to_remove) + + +def _textual_index_column( + table: Table, text_: Union[str, TextClause, ColumnElement[Any]] +) -> Union[ColumnElement[Any], Column[Any]]: + """a workaround for the Index construct's severe lack of flexibility""" + if isinstance(text_, str): + c = Column(text_, sqltypes.NULLTYPE) + table.append_column(c) + return c + elif isinstance(text_, TextClause): + return _textual_index_element(table, text_) + elif isinstance(text_, _textual_index_element): + return _textual_index_column(table, text_.text) + elif isinstance(text_, sql.ColumnElement): + return _copy_expression(text_, table) + else: + raise ValueError("String or text() construct expected") + + +def _copy_expression(expression: _CE, target_table: Table) -> _CE: + def replace(col): + if ( + isinstance(col, Column) + and col.table is not None + and col.table is not target_table + ): + if col.name in target_table.c: + return target_table.c[col.name] + else: + c = _copy(col) + target_table.append_column(c) + return c + else: + return None + + return visitors.replacement_traverse( # type: ignore[call-overload] + expression, {}, replace + ) + + +class _textual_index_element(sql.ColumnElement): + """Wrap around a sqlalchemy text() construct in such a way that + we appear like a column-oriented SQL expression to an Index + construct. + + The issue here is that currently the Postgresql dialect, the biggest + recipient of functional indexes, keys all the index expressions to + the corresponding column expressions when rendering CREATE INDEX, + so the Index we create here needs to have a .columns collection that + is the same length as the .expressions collection. Ultimately + SQLAlchemy should support text() expressions in indexes. + + See SQLAlchemy issue 3174. + + """ + + __visit_name__ = "_textual_idx_element" + + def __init__(self, table: Table, text: TextClause) -> None: + self.table = table + self.text = text + self.key = text.text + self.fake_column = schema.Column(self.text.text, sqltypes.NULLTYPE) + table.append_column(self.fake_column) + + def get_children(self, **kw): + return [self.fake_column] + + +@compiles(_textual_index_element) +def _render_textual_index_column( + element: _textual_index_element, compiler: SQLCompiler, **kw +) -> str: + return compiler.process(element.text, **kw) + + +class _literal_bindparam(BindParameter): + pass + + +@compiles(_literal_bindparam) +def _render_literal_bindparam( + element: _literal_bindparam, compiler: SQLCompiler, **kw +) -> str: + return compiler.render_literal_bindparam(element, **kw) + + +def _column_kwargs(col: Column) -> Mapping: + if sqla_13: + return col.kwargs + else: + return {} + + +def _get_constraint_final_name( + constraint: Union[Index, Constraint], dialect: Optional[Dialect] +) -> Optional[str]: + if constraint.name is None: + return None + assert dialect is not None + if sqla_14: + # for SQLAlchemy 1.4 we would like to have the option to expand + # the use of "deferred" names for constraints as well as to have + # some flexibility with "None" name and similar; make use of new + # SQLAlchemy API to return what would be the final compiled form of + # the name for this dialect. + return dialect.identifier_preparer.format_constraint( + constraint, _alembic_quote=False + ) + else: + # prior to SQLAlchemy 1.4, work around quoting logic to get at the + # final compiled name without quotes. + if hasattr(constraint.name, "quote"): + # might be quoted_name, might be truncated_name, keep it the + # same + quoted_name_cls: type = type(constraint.name) + else: + quoted_name_cls = quoted_name + + new_name = quoted_name_cls(str(constraint.name), quote=False) + constraint = constraint.__class__(name=new_name) + + if isinstance(constraint, schema.Index): + # name should not be quoted. + d = dialect.ddl_compiler(dialect, None) # type: ignore[arg-type] + return d._prepared_index_name(constraint) + else: + # name should not be quoted. + return dialect.identifier_preparer.format_constraint(constraint) + + +def _constraint_is_named( + constraint: Union[Constraint, Index], dialect: Optional[Dialect] +) -> bool: + if sqla_14: + if constraint.name is None: + return False + assert dialect is not None + name = dialect.identifier_preparer.format_constraint( + constraint, _alembic_quote=False + ) + return name is not None + else: + return constraint.name is not None + + +def _is_mariadb(mysql_dialect: Dialect) -> bool: + if sqla_14: + return mysql_dialect.is_mariadb # type: ignore[attr-defined] + else: + return bool( + mysql_dialect.server_version_info + and mysql_dialect._is_mariadb # type: ignore[attr-defined] + ) + + +def _mariadb_normalized_version_info(mysql_dialect): + return mysql_dialect._mariadb_normalized_version_info + + +def _insert_inline(table: Union[TableClause, Table]) -> Insert: + if sqla_14: + return table.insert().inline() + else: + return table.insert(inline=True) # type: ignore[call-arg] + + +if sqla_14: + from sqlalchemy import create_mock_engine + + # weird mypy workaround + from sqlalchemy import select as _sa_select + + _select = _sa_select +else: + from sqlalchemy import create_engine + + def create_mock_engine(url, executor, **kw): # type: ignore[misc] + return create_engine( + "postgresql://", strategy="mock", executor=executor + ) + + def _select(*columns, **kw) -> Select: + return sql.select(list(columns), **kw) # type: ignore[call-overload] + + +def is_expression_index(index: Index) -> bool: + for expr in index.expressions: + if is_expression(expr): + return True + return False + + +def is_expression(expr: Any) -> bool: + while isinstance(expr, UnaryExpression): + expr = expr.element + if not isinstance(expr, ColumnClause) or expr.is_literal: + return True + return False diff --git a/venv/lib/python3.8/site-packages/distutils-precedence.pth b/venv/lib/python3.8/site-packages/distutils-precedence.pth new file mode 100644 index 000000000..6de4198fc --- /dev/null +++ b/venv/lib/python3.8/site-packages/distutils-precedence.pth @@ -0,0 +1 @@ +import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get(var, 'stdlib') == 'local'; enabled and __import__('_distutils_hack').add_shim(); diff --git a/venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/AUTHORS b/venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/AUTHORS new file mode 100644 index 000000000..42a5c227b --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/AUTHORS @@ -0,0 +1,51 @@ +Original Authors +---------------- +* Armin Rigo +* Christian Tismer + +Contributors +------------ +* Al Stone +* Alexander Schmidt +* Alexey Borzenkov +* Andreas Schwab +* Armin Ronacher +* Bin Wang +* Bob Ippolito +* ChangBo Guo +* Christoph Gohlke +* Denis Bilenko +* Dirk Mueller +* Donovan Preston +* Fantix King +* Floris Bruynooghe +* Fredrik Fornwall +* Gerd Woetzel +* Giel van Schijndel +* Gökhan Karabulut +* Gustavo Niemeyer +* Guy Rozendorn +* Hye-Shik Chang +* Jared Kuolt +* Jason Madden +* Josh Snyder +* Kyle Ambroff +* Laszlo Boszormenyi +* Mao Han +* Marc Abramowitz +* Marc Schlaich +* Marcin Bachry +* Matt Madison +* Matt Turner +* Michael Ellerman +* Michael Matz +* Ralf Schmitt +* Robie Basak +* Ronny Pfannschmidt +* Samual M. Rushing +* Tony Bowles +* Tony Breeds +* Trevor Bowen +* Tulio Magno Quites Machado Filho +* Ulrich Weigand +* Victor Stinner diff --git a/venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/INSTALLER b/venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/INSTALLER new file mode 100644 index 000000000..a1b589e38 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/LICENSE b/venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/LICENSE new file mode 100644 index 000000000..b73a4a10c --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/LICENSE @@ -0,0 +1,30 @@ +The following files are derived from Stackless Python and are subject to the +same license as Stackless Python: + + src/greenlet/slp_platformselect.h + files in src/greenlet/platform/ directory + +See LICENSE.PSF and http://www.stackless.com/ for details. + +Unless otherwise noted, the files in greenlet have been released under the +following MIT license: + +Copyright (c) Armin Rigo, Christian Tismer and contributors + +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.8/site-packages/greenlet-3.1.1.dist-info/LICENSE.PSF b/venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/LICENSE.PSF new file mode 100644 index 000000000..d3b509a2b --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/LICENSE.PSF @@ -0,0 +1,47 @@ +PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 +-------------------------------------------- + +1. This LICENSE AGREEMENT is between the Python Software Foundation +("PSF"), and the Individual or Organization ("Licensee") accessing and +otherwise using this software ("Python") in source or binary form and +its associated documentation. + +2. Subject to the terms and conditions of this License Agreement, PSF hereby +grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, +analyze, test, perform and/or display publicly, prepare derivative works, +distribute, and otherwise use Python alone or in any derivative version, +provided, however, that PSF's License Agreement and PSF's notice of copyright, +i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +2011 Python Software Foundation; All Rights Reserved" are retained in Python +alone or in any derivative version prepared by Licensee. + +3. In the event Licensee prepares a derivative work that is based on +or incorporates Python or any part thereof, and wants to make +the derivative work available to others as provided herein, then +Licensee hereby agrees to include in any such work a brief summary of +the changes made to Python. + +4. PSF is making Python available to Licensee on an "AS IS" +basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR +IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND +DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS +FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT +INFRINGE ANY THIRD PARTY RIGHTS. + +5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON +FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS +A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, +OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + +6. This License Agreement will automatically terminate upon a material +breach of its terms and conditions. + +7. Nothing in this License Agreement shall be deemed to create any +relationship of agency, partnership, or joint venture between PSF and +Licensee. This License Agreement does not grant permission to use PSF +trademarks or trade name in a trademark sense to endorse or promote +products or services of Licensee, or any third party. + +8. By copying, installing or otherwise using Python, Licensee +agrees to be bound by the terms and conditions of this License +Agreement. diff --git a/venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/METADATA b/venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/METADATA new file mode 100644 index 000000000..15294101c --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/METADATA @@ -0,0 +1,103 @@ +Metadata-Version: 2.1 +Name: greenlet +Version: 3.1.1 +Summary: Lightweight in-process concurrent programming +Home-page: https://greenlet.readthedocs.io/ +Author: Alexey Borzenkov +Author-email: snaury@gmail.com +Maintainer: Jason Madden +Maintainer-email: jason@seecoresoftware.com +License: MIT License +Project-URL: Bug Tracker, https://github.com/python-greenlet/greenlet/issues +Project-URL: Source Code, https://github.com/python-greenlet/greenlet/ +Project-URL: Documentation, https://greenlet.readthedocs.io/ +Keywords: greenlet coroutine concurrency threads cooperative +Platform: any +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Natural Language :: English +Classifier: Programming Language :: C +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Operating System :: OS Independent +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Requires-Python: >=3.7 +Description-Content-Type: text/x-rst +License-File: LICENSE +License-File: LICENSE.PSF +License-File: AUTHORS +Provides-Extra: docs +Requires-Dist: Sphinx ; extra == 'docs' +Requires-Dist: furo ; extra == 'docs' +Provides-Extra: test +Requires-Dist: objgraph ; extra == 'test' +Requires-Dist: psutil ; extra == 'test' + +.. This file is included into docs/history.rst + + +Greenlets are lightweight coroutines for in-process concurrent +programming. + +The "greenlet" package is a spin-off of `Stackless`_, a version of +CPython that supports micro-threads called "tasklets". Tasklets run +pseudo-concurrently (typically in a single or a few OS-level threads) +and are synchronized with data exchanges on "channels". + +A "greenlet", on the other hand, is a still more primitive notion of +micro-thread with no implicit scheduling; coroutines, in other words. +This is useful when you want to control exactly when your code runs. +You can build custom scheduled micro-threads on top of greenlet; +however, it seems that greenlets are useful on their own as a way to +make advanced control flow structures. For example, we can recreate +generators; the difference with Python's own generators is that our +generators can call nested functions and the nested functions can +yield values too. (Additionally, you don't need a "yield" keyword. See +the example in `test_generator.py +`_). + +Greenlets are provided as a C extension module for the regular unmodified +interpreter. + +.. _`Stackless`: http://www.stackless.com + + +Who is using Greenlet? +====================== + +There are several libraries that use Greenlet as a more flexible +alternative to Python's built in coroutine support: + + - `Concurrence`_ + - `Eventlet`_ + - `Gevent`_ + +.. _Concurrence: http://opensource.hyves.org/concurrence/ +.. _Eventlet: http://eventlet.net/ +.. _Gevent: http://www.gevent.org/ + +Getting Greenlet +================ + +The easiest way to get Greenlet is to install it with pip:: + + pip install greenlet + + +Source code archives and binary distributions are available on the +python package index at https://pypi.org/project/greenlet + +The source code repository is hosted on github: +https://github.com/python-greenlet/greenlet + +Documentation is available on readthedocs.org: +https://greenlet.readthedocs.io diff --git a/venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/RECORD b/venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/RECORD new file mode 100644 index 000000000..00114415d --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/RECORD @@ -0,0 +1,122 @@ +../../../include/site/python3.8/greenlet/greenlet.h,sha256=sz5pYRSQqedgOt2AMgxLZdTjO-qcr_JMvgiEJR9IAJ8,4755 +greenlet-3.1.1.dist-info/AUTHORS,sha256=swW28t2knVRxRkaEQNZtO7MP9Sgnompb7B6cNgJM8Gk,849 +greenlet-3.1.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +greenlet-3.1.1.dist-info/LICENSE,sha256=dpgx1uXfrywggC-sz_H6-0wgJd2PYlPfpH_K1Z1NCXk,1434 +greenlet-3.1.1.dist-info/LICENSE.PSF,sha256=5f88I8EQ5JTNfXNsEP2W1GJFe6_soxCEDbZScpjH1Gs,2424 +greenlet-3.1.1.dist-info/METADATA,sha256=MoOb0T5ZdGbCymjJygO-CkVIAaeI5KcuwE_JPpH1hp4,3830 +greenlet-3.1.1.dist-info/RECORD,, +greenlet-3.1.1.dist-info/WHEEL,sha256=wBRf3gksDiW0S2nRMX9WcKSzf2_xDCDXEFDHQj50S6A,148 +greenlet-3.1.1.dist-info/top_level.txt,sha256=YSnRsCRoO61JGlP57o8iKL6rdLWDWuiyKD8ekpWUsDc,9 +greenlet/CObjects.cpp,sha256=OPej1bWBgc4sRrTRQ2aFFML9pzDYKlKhlJSjsI0X_eU,3508 +greenlet/PyGreenlet.cpp,sha256=ogWsQ5VhSdItWRLLpWOgSuqYuM3QwQ4cVCxOQIgHx6E,23441 +greenlet/PyGreenlet.hpp,sha256=2ZQlOxYNoy7QwD7mppFoOXe_At56NIsJ0eNsE_hoSsw,1463 +greenlet/PyGreenletUnswitchable.cpp,sha256=PQE0fSZa_IOyUM44IESHkJoD2KtGW3dkhkmZSYY3WHs,4375 +greenlet/PyModule.cpp,sha256=J2TH06dGcNEarioS6NbWXkdME8hJY05XVbdqLrfO5w4,8587 +greenlet/TBrokenGreenlet.cpp,sha256=smN26uC7ahAbNYiS10rtWPjCeTG4jevM8siA2sjJiXg,1021 +greenlet/TExceptionState.cpp,sha256=U7Ctw9fBdNraS0d174MoQW7bN-ae209Ta0JuiKpcpVI,1359 +greenlet/TGreenlet.cpp,sha256=HGYGKpmKYqQ842tASW-QaaV8wua4a5XV_quYKPDsV_Y,25731 +greenlet/TGreenlet.hpp,sha256=mMHcb_rSuozdDiGJjX3GgyYkWgVM4kuO1UgbUP84BlU,27869 +greenlet/TGreenletGlobals.cpp,sha256=YyEmDjKf1g32bsL-unIUScFLnnA1fzLWf2gOMd-D0Zw,3264 +greenlet/TMainGreenlet.cpp,sha256=fvgb8HHB-FVTPEKjR1s_ifCZSpp5D5YQByik0CnIABg,3276 +greenlet/TPythonState.cpp,sha256=FxRdi76lTGXaQKWwkq82VaCfIRdF2Z-fh-TlRTMjYqg,15359 +greenlet/TStackState.cpp,sha256=V444I8Jj9DhQz-9leVW_9dtiSRjaE1NMlgDG02Xxq-Y,7381 +greenlet/TThreadState.hpp,sha256=2Jgg7DtGggMYR_x3CLAvAFf1mIdIDtQvSSItcdmX4ZQ,19131 +greenlet/TThreadStateCreator.hpp,sha256=uYTexDWooXSSgUc5uh-Mhm5BQi3-kR6CqpizvNynBFQ,2610 +greenlet/TThreadStateDestroy.cpp,sha256=wt7lQwLI0mi_JtnZB_jB4bUmfCa5b6nQhA7XOmnI1yk,9568 +greenlet/TUserGreenlet.cpp,sha256=uemg0lwKXtYB0yzmvyYdIIAsKnNkifXM1OJ2OlrFP1A,23553 +greenlet/__init__.py,sha256=OOmvT6_vn_SekdPzkj4qm6hjfikXMmdNZYDmGTOaRNo,1723 +greenlet/__pycache__/__init__.cpython-38.pyc,, +greenlet/_greenlet.cpython-38-x86_64-linux-gnu.so,sha256=HEzEWPAz1_n0M128sIQivuYiDRyoUSjCjYE4Lp4Frsg,1420664 +greenlet/greenlet.cpp,sha256=WdItb1yWL9WNsTqJNf0Iw8ZwDHD49pkDP0rIRGBg2pw,10996 +greenlet/greenlet.h,sha256=sz5pYRSQqedgOt2AMgxLZdTjO-qcr_JMvgiEJR9IAJ8,4755 +greenlet/greenlet_allocator.hpp,sha256=kxyWW4Qdwlrc7ufgdb5vd6Y7jhauQ699Kod0mqiO1iM,1582 +greenlet/greenlet_compiler_compat.hpp,sha256=nRxpLN9iNbnLVyFDeVmOwyeeNm6scQrOed1l7JQYMCM,4346 +greenlet/greenlet_cpython_add_pending.hpp,sha256=apAwIhGlgYrnYn03zWL6Sxy68kltDeb1e0QupZfb3DQ,6043 +greenlet/greenlet_cpython_compat.hpp,sha256=L_jig3dm2bsJWRazrhlokma2NfnwixoQ0cydshh6ce4,3964 +greenlet/greenlet_exceptions.hpp,sha256=06Bx81DtVaJTa6RtiMcV141b-XHv4ppEgVItkblcLWY,4503 +greenlet/greenlet_internal.hpp,sha256=Ajc-_09W4xWzm9XfyXHAeQAFUgKGKsnJwYsTCoNy3ns,2709 +greenlet/greenlet_refs.hpp,sha256=OnbA91yZf3QHH6-eJccvoNDAaN-pQBMMrclFU1Ot3J4,34436 +greenlet/greenlet_slp_switch.hpp,sha256=kM1QHA2iV-gH4cFyN6lfIagHQxvJZjWOVJdIxRE3TlQ,3198 +greenlet/greenlet_thread_support.hpp,sha256=XUJ6ljWjf9OYyuOILiz8e_yHvT3fbaUiHdhiPNQUV4s,867 +greenlet/platform/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +greenlet/platform/__pycache__/__init__.cpython-38.pyc,, +greenlet/platform/setup_switch_x64_masm.cmd,sha256=ZpClUJeU0ujEPSTWNSepP0W2f9XiYQKA8QKSoVou8EU,143 +greenlet/platform/switch_aarch64_gcc.h,sha256=GKC0yWNXnbK2X--X6aguRCMj2Tg7hDU1Zkl3RljDvC8,4307 +greenlet/platform/switch_alpha_unix.h,sha256=Z-SvF8JQV3oxWT8JRbL9RFu4gRFxPdJ7cviM8YayMmw,671 +greenlet/platform/switch_amd64_unix.h,sha256=EcSFCBlodEBhqhKjcJqY_5Dn_jn7pKpkJlOvp7gFXLI,2748 +greenlet/platform/switch_arm32_gcc.h,sha256=Z3KkHszdgq6uU4YN3BxvKMG2AdDnovwCCNrqGWZ1Lyo,2479 +greenlet/platform/switch_arm32_ios.h,sha256=mm5_R9aXB92hyxzFRwB71M60H6AlvHjrpTrc72Pz3l8,1892 +greenlet/platform/switch_arm64_masm.asm,sha256=4kpTtfy7rfcr8j1CpJLAK21EtZpGDAJXWRU68HEy5A8,1245 +greenlet/platform/switch_arm64_masm.obj,sha256=DmLnIB_icoEHAz1naue_pJPTZgR9ElM7-Nmztr-o9_U,746 +greenlet/platform/switch_arm64_msvc.h,sha256=RqK5MHLmXI3Q-FQ7tm32KWnbDNZKnkJdq8CR89cz640,398 +greenlet/platform/switch_csky_gcc.h,sha256=kDikyiPpewP71KoBZQO_MukDTXTXBiC7x-hF0_2DL0w,1331 +greenlet/platform/switch_loongarch64_linux.h,sha256=7M-Dhc4Q8tRbJCJhalDLwU6S9Mx8MjmN1RbTDgIvQTM,779 +greenlet/platform/switch_m68k_gcc.h,sha256=VSa6NpZhvyyvF-Q58CTIWSpEDo4FKygOyTz00whctlw,928 +greenlet/platform/switch_mips_unix.h,sha256=E0tYsqc5anDY1BhenU1l8DW-nVHC_BElzLgJw3TGtPk,1426 +greenlet/platform/switch_ppc64_aix.h,sha256=_BL0iyRr3ZA5iPlr3uk9SJ5sNRWGYLrXcZ5z-CE9anE,3860 +greenlet/platform/switch_ppc64_linux.h,sha256=0rriT5XyxPb0GqsSSn_bP9iQsnjsPbBmu0yqo5goSyQ,3815 +greenlet/platform/switch_ppc_aix.h,sha256=pHA4slEjUFP3J3SYm1TAlNPhgb2G_PAtax5cO8BEe1A,2941 +greenlet/platform/switch_ppc_linux.h,sha256=YwrlKUzxlXuiKMQqr6MFAV1bPzWnmvk6X1AqJZEpOWU,2759 +greenlet/platform/switch_ppc_macosx.h,sha256=Z6KN_ud0n6nC3ltJrNz2qtvER6vnRAVRNH9mdIDpMxY,2624 +greenlet/platform/switch_ppc_unix.h,sha256=-ZG7MSSPEA5N4qO9PQChtyEJ-Fm6qInhyZm_ZBHTtMg,2652 +greenlet/platform/switch_riscv_unix.h,sha256=Xg0wBen8Je21LWzFtLNLvUUYq6p9n_WY7AUQbiBVyyk,865 +greenlet/platform/switch_s390_unix.h,sha256=RRlGu957ybmq95qNNY4Qw1mcaoT3eBnW5KbVwu48KX8,2763 +greenlet/platform/switch_sh_gcc.h,sha256=mcRJBTu-2UBf4kZtX601qofwuDuy-Y-hnxJtrcaB7do,901 +greenlet/platform/switch_sparc_sun_gcc.h,sha256=xZish9GsMHBienUbUMsX1-ZZ-as7hs36sVhYIE3ew8Y,2797 +greenlet/platform/switch_x32_unix.h,sha256=nM98PKtzTWc1lcM7TRMUZJzskVdR1C69U1UqZRWX0GE,1509 +greenlet/platform/switch_x64_masm.asm,sha256=nu6n2sWyXuXfpPx40d9YmLfHXUc1sHgeTvX1kUzuvEM,1841 +greenlet/platform/switch_x64_masm.obj,sha256=GNtTNxYdo7idFUYsQv-mrXWgyT5EJ93-9q90lN6svtQ,1078 +greenlet/platform/switch_x64_msvc.h,sha256=LIeasyKo_vHzspdMzMHbosRhrBfKI4BkQOh4qcTHyJw,1805 +greenlet/platform/switch_x86_msvc.h,sha256=TtGOwinbFfnn6clxMNkCz8i6OmgB6kVRrShoF5iT9to,12838 +greenlet/platform/switch_x86_unix.h,sha256=VplW9H0FF0cZHw1DhJdIUs5q6YLS4cwb2nYwjF83R1s,3059 +greenlet/slp_platformselect.h,sha256=s-U-BrZ3qwwfI-6W9zWw2rb404OksZYbxYC2w5kSMXM,3841 +greenlet/tests/__init__.py,sha256=cj2-qpMXnlVRLbMLX-rPNNMVJ42ZssdxHd84NSQ3YXw,9246 +greenlet/tests/__pycache__/__init__.cpython-38.pyc,, +greenlet/tests/__pycache__/fail_clearing_run_switches.cpython-38.pyc,, +greenlet/tests/__pycache__/fail_cpp_exception.cpython-38.pyc,, +greenlet/tests/__pycache__/fail_initialstub_already_started.cpython-38.pyc,, +greenlet/tests/__pycache__/fail_slp_switch.cpython-38.pyc,, +greenlet/tests/__pycache__/fail_switch_three_greenlets.cpython-38.pyc,, +greenlet/tests/__pycache__/fail_switch_three_greenlets2.cpython-38.pyc,, +greenlet/tests/__pycache__/fail_switch_two_greenlets.cpython-38.pyc,, +greenlet/tests/__pycache__/leakcheck.cpython-38.pyc,, +greenlet/tests/__pycache__/test_contextvars.cpython-38.pyc,, +greenlet/tests/__pycache__/test_cpp.cpython-38.pyc,, +greenlet/tests/__pycache__/test_extension_interface.cpython-38.pyc,, +greenlet/tests/__pycache__/test_gc.cpython-38.pyc,, +greenlet/tests/__pycache__/test_generator.cpython-38.pyc,, +greenlet/tests/__pycache__/test_generator_nested.cpython-38.pyc,, +greenlet/tests/__pycache__/test_greenlet.cpython-38.pyc,, +greenlet/tests/__pycache__/test_greenlet_trash.cpython-38.pyc,, +greenlet/tests/__pycache__/test_leaks.cpython-38.pyc,, +greenlet/tests/__pycache__/test_stack_saved.cpython-38.pyc,, +greenlet/tests/__pycache__/test_throw.cpython-38.pyc,, +greenlet/tests/__pycache__/test_tracing.cpython-38.pyc,, +greenlet/tests/__pycache__/test_version.cpython-38.pyc,, +greenlet/tests/__pycache__/test_weakref.cpython-38.pyc,, +greenlet/tests/_test_extension.c,sha256=vkeGA-6oeJcGILsD7oIrT1qZop2GaTOHXiNT7mcSl-0,5773 +greenlet/tests/_test_extension.cpython-38-x86_64-linux-gnu.so,sha256=eOTnO6pZzdU_ZTS9bNEiAh0P9jNTejmldJd6gbvv2KA,35904 +greenlet/tests/_test_extension_cpp.cpp,sha256=e0kVnaB8CCaEhE9yHtNyfqTjevsPDKKx-zgxk7PPK48,6565 +greenlet/tests/_test_extension_cpp.cpython-38-x86_64-linux-gnu.so,sha256=hSMWkSOEZFSFcczVU9lv04nDyaxP4FxT-mqi8BFuU1E,57640 +greenlet/tests/fail_clearing_run_switches.py,sha256=o433oA_nUCtOPaMEGc8VEhZIKa71imVHXFw7TsXaP8M,1263 +greenlet/tests/fail_cpp_exception.py,sha256=o_ZbipWikok8Bjc-vjiQvcb5FHh2nVW-McGKMLcMzh0,985 +greenlet/tests/fail_initialstub_already_started.py,sha256=txENn5IyzGx2p-XR1XB7qXmC8JX_4mKDEA8kYBXUQKc,1961 +greenlet/tests/fail_slp_switch.py,sha256=rJBZcZfTWR3e2ERQtPAud6YKShiDsP84PmwOJbp4ey0,524 +greenlet/tests/fail_switch_three_greenlets.py,sha256=zSitV7rkNnaoHYVzAGGLnxz-yPtohXJJzaE8ehFDQ0M,956 +greenlet/tests/fail_switch_three_greenlets2.py,sha256=FPJensn2EJxoropl03JSTVP3kgP33k04h6aDWWozrOk,1285 +greenlet/tests/fail_switch_two_greenlets.py,sha256=1CaI8s3504VbbF1vj1uBYuy-zxBHVzHPIAd1LIc8ONg,817 +greenlet/tests/leakcheck.py,sha256=inbfM7_oVzd8jIKGxCgo4JqpFZaDAnWPkSULJ8vIE1s,11964 +greenlet/tests/test_contextvars.py,sha256=0n5pR_lbpAppc5wFfK0e1SwYLM-fsSFp72B5_ArLPGE,10348 +greenlet/tests/test_cpp.py,sha256=hpxhFAdKJTpAVZP8CBGs1ZcrKdscI9BaDZk4btkI5d4,2736 +greenlet/tests/test_extension_interface.py,sha256=eJ3cwLacdK2WbsrC-4DgeyHdwLRcG4zx7rrkRtqSzC4,3829 +greenlet/tests/test_gc.py,sha256=PCOaRpIyjNnNlDogGL3FZU_lrdXuM-pv1rxeE5TP5mc,2923 +greenlet/tests/test_generator.py,sha256=tONXiTf98VGm347o1b-810daPiwdla5cbpFg6QI1R1g,1240 +greenlet/tests/test_generator_nested.py,sha256=7v4HOYrf1XZP39dk5IUMubdZ8yc3ynwZcqj9GUJyMSA,3718 +greenlet/tests/test_greenlet.py,sha256=zoAy56MtEyz5P93Iknpt2pPjNO3ePYrgM7SDE8Cw_uI,45990 +greenlet/tests/test_greenlet_trash.py,sha256=n2dBlQfOoEO1ODatFi8QdhboH3fB86YtqzcYMYOXxbw,7947 +greenlet/tests/test_leaks.py,sha256=wskLqCAvqZ3qTZkam_wXzd-E5zelUjlXS5Ss8KshtZY,17465 +greenlet/tests/test_stack_saved.py,sha256=eyzqNY2VCGuGlxhT_In6TvZ6Okb0AXFZVyBEnK1jDwA,446 +greenlet/tests/test_throw.py,sha256=u2TQ_WvvCd6N6JdXWIxVEcXkKu5fepDlz9dktYdmtng,3712 +greenlet/tests/test_tracing.py,sha256=VlwzMU0C1noospZhuUMyB7MHw200emIvGCN_6G2p2ZU,8250 +greenlet/tests/test_version.py,sha256=O9DpAITsOFgiRcjd4odQ7ejmwx_N9Q1zQENVcbtFHIc,1339 +greenlet/tests/test_weakref.py,sha256=F8M23btEF87bIbpptLNBORosbQqNZGiYeKMqYjWrsak,883 diff --git a/venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/WHEEL b/venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/WHEEL new file mode 100644 index 000000000..c80f2c6c2 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/WHEEL @@ -0,0 +1,6 @@ +Wheel-Version: 1.0 +Generator: setuptools (75.1.0) +Root-Is-Purelib: false +Tag: cp38-cp38-manylinux_2_24_x86_64 +Tag: cp38-cp38-manylinux_2_28_x86_64 + diff --git a/venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/top_level.txt b/venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/top_level.txt new file mode 100644 index 000000000..46725be4f --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet-3.1.1.dist-info/top_level.txt @@ -0,0 +1 @@ +greenlet diff --git a/venv/lib/python3.8/site-packages/greenlet/CObjects.cpp b/venv/lib/python3.8/site-packages/greenlet/CObjects.cpp new file mode 100644 index 000000000..c135995b6 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/CObjects.cpp @@ -0,0 +1,157 @@ +#ifndef COBJECTS_CPP +#define COBJECTS_CPP +/***************************************************************************** + * C interface + * + * These are exported using the CObject API + */ +#ifdef __clang__ +# pragma clang diagnostic push +# pragma clang diagnostic ignored "-Wunused-function" +#endif + +#include "greenlet_exceptions.hpp" + +#include "greenlet_internal.hpp" +#include "greenlet_refs.hpp" + + +#include "TThreadStateDestroy.cpp" + +#include "PyGreenlet.hpp" + +using greenlet::PyErrOccurred; +using greenlet::Require; + + + +extern "C" { +static PyGreenlet* +PyGreenlet_GetCurrent(void) +{ + return GET_THREAD_STATE().state().get_current().relinquish_ownership(); +} + +static int +PyGreenlet_SetParent(PyGreenlet* g, PyGreenlet* nparent) +{ + return green_setparent((PyGreenlet*)g, (PyObject*)nparent, NULL); +} + +static PyGreenlet* +PyGreenlet_New(PyObject* run, PyGreenlet* parent) +{ + using greenlet::refs::NewDictReference; + // In the past, we didn't use green_new and green_init, but that + // was a maintenance issue because we duplicated code. This way is + // much safer, but slightly slower. If that's a problem, we could + // refactor green_init to separate argument parsing from initialization. + OwnedGreenlet g = OwnedGreenlet::consuming(green_new(&PyGreenlet_Type, nullptr, nullptr)); + if (!g) { + return NULL; + } + + try { + NewDictReference kwargs; + if (run) { + kwargs.SetItem(mod_globs->str_run, run); + } + if (parent) { + kwargs.SetItem("parent", (PyObject*)parent); + } + + Require(green_init(g.borrow(), mod_globs->empty_tuple, kwargs.borrow())); + } + catch (const PyErrOccurred&) { + return nullptr; + } + + return g.relinquish_ownership(); +} + +static PyObject* +PyGreenlet_Switch(PyGreenlet* self, PyObject* args, PyObject* kwargs) +{ + if (!PyGreenlet_Check(self)) { + PyErr_BadArgument(); + return NULL; + } + + if (args == NULL) { + args = mod_globs->empty_tuple; + } + + if (kwargs == NULL || !PyDict_Check(kwargs)) { + kwargs = NULL; + } + + return green_switch(self, args, kwargs); +} + +static PyObject* +PyGreenlet_Throw(PyGreenlet* self, PyObject* typ, PyObject* val, PyObject* tb) +{ + if (!PyGreenlet_Check(self)) { + PyErr_BadArgument(); + return nullptr; + } + try { + PyErrPieces err_pieces(typ, val, tb); + return internal_green_throw(self, err_pieces).relinquish_ownership(); + } + catch (const PyErrOccurred&) { + return nullptr; + } +} + + + +static int +Extern_PyGreenlet_MAIN(PyGreenlet* self) +{ + if (!PyGreenlet_Check(self)) { + PyErr_BadArgument(); + return -1; + } + return self->pimpl->main(); +} + +static int +Extern_PyGreenlet_ACTIVE(PyGreenlet* self) +{ + if (!PyGreenlet_Check(self)) { + PyErr_BadArgument(); + return -1; + } + return self->pimpl->active(); +} + +static int +Extern_PyGreenlet_STARTED(PyGreenlet* self) +{ + if (!PyGreenlet_Check(self)) { + PyErr_BadArgument(); + return -1; + } + return self->pimpl->started(); +} + +static PyGreenlet* +Extern_PyGreenlet_GET_PARENT(PyGreenlet* self) +{ + if (!PyGreenlet_Check(self)) { + PyErr_BadArgument(); + return NULL; + } + // This can return NULL even if there is no exception + return self->pimpl->parent().acquire(); +} +} // extern C. + +/** End C API ****************************************************************/ +#ifdef __clang__ +# pragma clang diagnostic pop +#endif + + +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/PyGreenlet.cpp b/venv/lib/python3.8/site-packages/greenlet/PyGreenlet.cpp new file mode 100644 index 000000000..29c0bba0b --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/PyGreenlet.cpp @@ -0,0 +1,738 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; -*- */ +#ifndef PYGREENLET_CPP +#define PYGREENLET_CPP +/***************** +The Python slot functions for TGreenlet. + */ + + +#define PY_SSIZE_T_CLEAN +#include +#include "structmember.h" // PyMemberDef + +#include "greenlet_internal.hpp" +#include "TThreadStateDestroy.cpp" +#include "TGreenlet.hpp" +// #include "TUserGreenlet.cpp" +// #include "TMainGreenlet.cpp" +// #include "TBrokenGreenlet.cpp" + + +#include "greenlet_refs.hpp" +#include "greenlet_slp_switch.hpp" + +#include "greenlet_thread_support.hpp" +#include "TGreenlet.hpp" + +#include "TGreenletGlobals.cpp" +#include "TThreadStateDestroy.cpp" +#include "PyGreenlet.hpp" +// #include "TGreenlet.cpp" + +// #include "TExceptionState.cpp" +// #include "TPythonState.cpp" +// #include "TStackState.cpp" + +using greenlet::LockGuard; +using greenlet::LockInitError; +using greenlet::PyErrOccurred; +using greenlet::Require; + +using greenlet::g_handle_exit; +using greenlet::single_result; + +using greenlet::Greenlet; +using greenlet::UserGreenlet; +using greenlet::MainGreenlet; +using greenlet::BrokenGreenlet; +using greenlet::ThreadState; +using greenlet::PythonState; + + + +static PyGreenlet* +green_new(PyTypeObject* type, PyObject* UNUSED(args), PyObject* UNUSED(kwds)) +{ + PyGreenlet* o = + (PyGreenlet*)PyBaseObject_Type.tp_new(type, mod_globs->empty_tuple, mod_globs->empty_dict); + if (o) { + new UserGreenlet(o, GET_THREAD_STATE().state().borrow_current()); + assert(Py_REFCNT(o) == 1); + } + return o; +} + + +// green_init is used in the tp_init slot. So it's important that +// it can be called directly from CPython. Thus, we don't use +// BorrowedGreenlet and BorrowedObject --- although in theory +// these should be binary layout compatible, that may not be +// guaranteed to be the case (32-bit linux ppc possibly). +static int +green_init(PyGreenlet* self, PyObject* args, PyObject* kwargs) +{ + PyArgParseParam run; + PyArgParseParam nparent; + static const char* kwlist[] = { + "run", + "parent", + NULL + }; + + // recall: The O specifier does NOT increase the reference count. + if (!PyArg_ParseTupleAndKeywords( + args, kwargs, "|OO:green", (char**)kwlist, &run, &nparent)) { + return -1; + } + + if (run) { + if (green_setrun(self, run, NULL)) { + return -1; + } + } + if (nparent && !nparent.is_None()) { + return green_setparent(self, nparent, NULL); + } + return 0; +} + + + +static int +green_traverse(PyGreenlet* self, visitproc visit, void* arg) +{ + // We must only visit referenced objects, i.e. only objects + // Py_INCREF'ed by this greenlet (directly or indirectly): + // + // - stack_prev is not visited: holds previous stack pointer, but it's not + // referenced + // - frames are not visited as we don't strongly reference them; + // alive greenlets are not garbage collected + // anyway. This can be a problem, however, if this greenlet is + // never allowed to finish, and is referenced from the frame: we + // have an uncollectible cycle in that case. Note that the + // frame object itself is also frequently not even tracked by the GC + // starting with Python 3.7 (frames are allocated by the + // interpreter untracked, and only become tracked when their + // evaluation is finished if they have a refcount > 1). All of + // this is to say that we should probably strongly reference + // the frame object. Doing so, while always allowing GC on a + // greenlet, solves several leaks for us. + + Py_VISIT(self->dict); + if (!self->pimpl) { + // Hmm. I have seen this at interpreter shutdown time, + // I think. That's very odd because this doesn't go away until + // we're ``green_dealloc()``, at which point we shouldn't be + // traversed anymore. + return 0; + } + + return self->pimpl->tp_traverse(visit, arg); +} + +static int +green_is_gc(PyObject* _self) +{ + BorrowedGreenlet self(_self); + int result = 0; + /* Main greenlet can be garbage collected since it can only + become unreachable if the underlying thread exited. + Active greenlets --- including those that are suspended --- + cannot be garbage collected, however. + */ + if (self->main() || !self->active()) { + result = 1; + } + // The main greenlet pointer will eventually go away after the thread dies. + if (self->was_running_in_dead_thread()) { + // Our thread is dead! We can never run again. Might as well + // GC us. Note that if a tuple containing only us and other + // immutable objects had been scanned before this, when we + // would have returned 0, the tuple will take itself out of GC + // tracking and never be investigated again. So that could + // result in both us and the tuple leaking due to an + // unreachable/uncollectible reference. The same goes for + // dictionaries. + // + // It's not a great idea to be changing our GC state on the + // fly. + result = 1; + } + return result; +} + + +static int +green_clear(PyGreenlet* self) +{ + /* Greenlet is only cleared if it is about to be collected. + Since active greenlets are not garbage collectable, we can + be sure that, even if they are deallocated during clear, + nothing they reference is in unreachable or finalizers, + so even if it switches we are relatively safe. */ + // XXX: Are we responsible for clearing weakrefs here? + Py_CLEAR(self->dict); + return self->pimpl->tp_clear(); +} + +/** + * Returns 0 on failure (the object was resurrected) or 1 on success. + **/ +static int +_green_dealloc_kill_started_non_main_greenlet(BorrowedGreenlet self) +{ + /* Hacks hacks hacks copied from instance_dealloc() */ + /* Temporarily resurrect the greenlet. */ + assert(self.REFCNT() == 0); + Py_SET_REFCNT(self.borrow(), 1); + /* Save the current exception, if any. */ + PyErrPieces saved_err; + try { + // BY THE TIME WE GET HERE, the state may actually be going + // away + // if we're shutting down the interpreter and freeing thread + // entries, + // this could result in freeing greenlets that were leaked. So + // we can't try to read the state. + self->deallocing_greenlet_in_thread( + self->thread_state() + ? static_cast(GET_THREAD_STATE()) + : nullptr); + } + catch (const PyErrOccurred&) { + PyErr_WriteUnraisable(self.borrow_o()); + /* XXX what else should we do? */ + } + /* Check for no resurrection must be done while we keep + * our internal reference, otherwise PyFile_WriteObject + * causes recursion if using Py_INCREF/Py_DECREF + */ + if (self.REFCNT() == 1 && self->active()) { + /* Not resurrected, but still not dead! + XXX what else should we do? we complain. */ + PyObject* f = PySys_GetObject("stderr"); + Py_INCREF(self.borrow_o()); /* leak! */ + if (f != NULL) { + PyFile_WriteString("GreenletExit did not kill ", f); + PyFile_WriteObject(self.borrow_o(), f, 0); + PyFile_WriteString("\n", f); + } + } + /* Restore the saved exception. */ + saved_err.PyErrRestore(); + /* Undo the temporary resurrection; can't use DECREF here, + * it would cause a recursive call. + */ + assert(self.REFCNT() > 0); + + Py_ssize_t refcnt = self.REFCNT() - 1; + Py_SET_REFCNT(self.borrow_o(), refcnt); + if (refcnt != 0) { + /* Resurrected! */ + _Py_NewReference(self.borrow_o()); + Py_SET_REFCNT(self.borrow_o(), refcnt); + /* Better to use tp_finalizer slot (PEP 442) + * and call ``PyObject_CallFinalizerFromDealloc``, + * but that's only supported in Python 3.4+; see + * Modules/_io/iobase.c for an example. + * + * The following approach is copied from iobase.c in CPython 2.7. + * (along with much of this function in general). Here's their + * comment: + * + * When called from a heap type's dealloc, the type will be + * decref'ed on return (see e.g. subtype_dealloc in typeobject.c). */ + if (PyType_HasFeature(self.TYPE(), Py_TPFLAGS_HEAPTYPE)) { + Py_INCREF(self.TYPE()); + } + + PyObject_GC_Track((PyObject*)self); + + _Py_DEC_REFTOTAL; +#ifdef COUNT_ALLOCS + --Py_TYPE(self)->tp_frees; + --Py_TYPE(self)->tp_allocs; +#endif /* COUNT_ALLOCS */ + return 0; + } + return 1; +} + + +static void +green_dealloc(PyGreenlet* self) +{ + PyObject_GC_UnTrack(self); + BorrowedGreenlet me(self); + if (me->active() + && me->started() + && !me->main()) { + if (!_green_dealloc_kill_started_non_main_greenlet(me)) { + return; + } + } + + if (self->weakreflist != NULL) { + PyObject_ClearWeakRefs((PyObject*)self); + } + Py_CLEAR(self->dict); + + if (self->pimpl) { + // In case deleting this, which frees some memory, + // somehow winds up calling back into us. That's usually a + //bug in our code. + Greenlet* p = self->pimpl; + self->pimpl = nullptr; + delete p; + } + // and finally we're done. self is now invalid. + Py_TYPE(self)->tp_free((PyObject*)self); +} + + + +static OwnedObject +internal_green_throw(BorrowedGreenlet self, PyErrPieces& err_pieces) +{ + PyObject* result = nullptr; + err_pieces.PyErrRestore(); + assert(PyErr_Occurred()); + if (self->started() && !self->active()) { + /* dead greenlet: turn GreenletExit into a regular return */ + result = g_handle_exit(OwnedObject()).relinquish_ownership(); + } + self->args() <<= result; + + return single_result(self->g_switch()); +} + + + +PyDoc_STRVAR( + green_switch_doc, + "switch(*args, **kwargs)\n" + "\n" + "Switch execution to this greenlet.\n" + "\n" + "If this greenlet has never been run, then this greenlet\n" + "will be switched to using the body of ``self.run(*args, **kwargs)``.\n" + "\n" + "If the greenlet is active (has been run, but was switch()'ed\n" + "out before leaving its run function), then this greenlet will\n" + "be resumed and the return value to its switch call will be\n" + "None if no arguments are given, the given argument if one\n" + "argument is given, or the args tuple and keyword args dict if\n" + "multiple arguments are given.\n" + "\n" + "If the greenlet is dead, or is the current greenlet then this\n" + "function will simply return the arguments using the same rules as\n" + "above.\n"); + +static PyObject* +green_switch(PyGreenlet* self, PyObject* args, PyObject* kwargs) +{ + using greenlet::SwitchingArgs; + SwitchingArgs switch_args(OwnedObject::owning(args), OwnedObject::owning(kwargs)); + self->pimpl->may_switch_away(); + self->pimpl->args() <<= switch_args; + + // If we're switching out of a greenlet, and that switch is the + // last thing the greenlet does, the greenlet ought to be able to + // go ahead and die at that point. Currently, someone else must + // manually switch back to the greenlet so that we "fall off the + // end" and can perform cleanup. You'd think we'd be able to + // figure out that this is happening using the frame's ``f_lasti`` + // member, which is supposed to be an index into + // ``frame->f_code->co_code``, the bytecode string. However, in + // recent interpreters, ``f_lasti`` tends not to be updated thanks + // to things like the PREDICT() macros in ceval.c. So it doesn't + // really work to do that in many cases. For example, the Python + // code: + // def run(): + // greenlet.getcurrent().parent.switch() + // produces bytecode of len 16, with the actual call to switch() + // being at index 10 (in Python 3.10). However, the reported + // ``f_lasti`` we actually see is...5! (Which happens to be the + // second byte of the CALL_METHOD op for ``getcurrent()``). + + try { + //OwnedObject result = single_result(self->pimpl->g_switch()); + OwnedObject result(single_result(self->pimpl->g_switch())); +#ifndef NDEBUG + // Note that the current greenlet isn't necessarily self. If self + // finished, we went to one of its parents. + assert(!self->pimpl->args()); + + const BorrowedGreenlet& current = GET_THREAD_STATE().state().borrow_current(); + // It's possible it's never been switched to. + assert(!current->args()); +#endif + PyObject* p = result.relinquish_ownership(); + + if (!p && !PyErr_Occurred()) { + // This shouldn't be happening anymore, so the asserts + // are there for debug builds. Non-debug builds + // crash "gracefully" in this case, although there is an + // argument to be made for killing the process in all + // cases --- for this to be the case, our switches + // probably nested in an incorrect way, so the state is + // suspicious. Nothing should be corrupt though, just + // confused at the Python level. Letting this propagate is + // probably good enough. + assert(p || PyErr_Occurred()); + throw PyErrOccurred( + mod_globs->PyExc_GreenletError, + "Greenlet.switch() returned NULL without an exception set." + ); + } + return p; + } + catch(const PyErrOccurred&) { + return nullptr; + } +} + +PyDoc_STRVAR( + green_throw_doc, + "Switches execution to this greenlet, but immediately raises the\n" + "given exception in this greenlet. If no argument is provided, the " + "exception\n" + "defaults to `greenlet.GreenletExit`. The normal exception\n" + "propagation rules apply, as described for `switch`. Note that calling " + "this\n" + "method is almost equivalent to the following::\n" + "\n" + " def raiser():\n" + " raise typ, val, tb\n" + " g_raiser = greenlet(raiser, parent=g)\n" + " g_raiser.switch()\n" + "\n" + "except that this trick does not work for the\n" + "`greenlet.GreenletExit` exception, which would not propagate\n" + "from ``g_raiser`` to ``g``.\n"); + +static PyObject* +green_throw(PyGreenlet* self, PyObject* args) +{ + PyArgParseParam typ(mod_globs->PyExc_GreenletExit); + PyArgParseParam val; + PyArgParseParam tb; + + if (!PyArg_ParseTuple(args, "|OOO:throw", &typ, &val, &tb)) { + return nullptr; + } + + assert(typ.borrow() || val.borrow()); + + self->pimpl->may_switch_away(); + try { + // Both normalizing the error and the actual throw_greenlet + // could throw PyErrOccurred. + PyErrPieces err_pieces(typ.borrow(), val.borrow(), tb.borrow()); + + return internal_green_throw(self, err_pieces).relinquish_ownership(); + } + catch (const PyErrOccurred&) { + return nullptr; + } +} + +static int +green_bool(PyGreenlet* self) +{ + return self->pimpl->active(); +} + +/** + * CAUTION: Allocates memory, may run GC and arbitrary Python code. + */ +static PyObject* +green_getdict(PyGreenlet* self, void* UNUSED(context)) +{ + if (self->dict == NULL) { + self->dict = PyDict_New(); + if (self->dict == NULL) { + return NULL; + } + } + Py_INCREF(self->dict); + return self->dict; +} + +static int +green_setdict(PyGreenlet* self, PyObject* val, void* UNUSED(context)) +{ + PyObject* tmp; + + if (val == NULL) { + PyErr_SetString(PyExc_TypeError, "__dict__ may not be deleted"); + return -1; + } + if (!PyDict_Check(val)) { + PyErr_SetString(PyExc_TypeError, "__dict__ must be a dictionary"); + return -1; + } + tmp = self->dict; + Py_INCREF(val); + self->dict = val; + Py_XDECREF(tmp); + return 0; +} + +static bool +_green_not_dead(BorrowedGreenlet self) +{ + // XXX: Where else should we do this? + // Probably on entry to most Python-facing functions? + if (self->was_running_in_dead_thread()) { + self->deactivate_and_free(); + return false; + } + return self->active() || !self->started(); +} + + +static PyObject* +green_getdead(PyGreenlet* self, void* UNUSED(context)) +{ + if (_green_not_dead(self)) { + Py_RETURN_FALSE; + } + else { + Py_RETURN_TRUE; + } +} + +static PyObject* +green_get_stack_saved(PyGreenlet* self, void* UNUSED(context)) +{ + return PyLong_FromSsize_t(self->pimpl->stack_saved()); +} + + +static PyObject* +green_getrun(PyGreenlet* self, void* UNUSED(context)) +{ + try { + OwnedObject result(BorrowedGreenlet(self)->run()); + return result.relinquish_ownership(); + } + catch(const PyErrOccurred&) { + return nullptr; + } +} + + +static int +green_setrun(PyGreenlet* self, PyObject* nrun, void* UNUSED(context)) +{ + try { + BorrowedGreenlet(self)->run(nrun); + return 0; + } + catch(const PyErrOccurred&) { + return -1; + } +} + +static PyObject* +green_getparent(PyGreenlet* self, void* UNUSED(context)) +{ + return BorrowedGreenlet(self)->parent().acquire_or_None(); +} + + +static int +green_setparent(PyGreenlet* self, PyObject* nparent, void* UNUSED(context)) +{ + try { + BorrowedGreenlet(self)->parent(nparent); + } + catch(const PyErrOccurred&) { + return -1; + } + return 0; +} + + +static PyObject* +green_getcontext(const PyGreenlet* self, void* UNUSED(context)) +{ + const Greenlet *const g = self->pimpl; + try { + OwnedObject result(g->context()); + return result.relinquish_ownership(); + } + catch(const PyErrOccurred&) { + return nullptr; + } +} + +static int +green_setcontext(PyGreenlet* self, PyObject* nctx, void* UNUSED(context)) +{ + try { + BorrowedGreenlet(self)->context(nctx); + return 0; + } + catch(const PyErrOccurred&) { + return -1; + } +} + + +static PyObject* +green_getframe(PyGreenlet* self, void* UNUSED(context)) +{ + const PythonState::OwnedFrame& top_frame = BorrowedGreenlet(self)->top_frame(); + return top_frame.acquire_or_None(); +} + + +static PyObject* +green_getstate(PyGreenlet* self) +{ + PyErr_Format(PyExc_TypeError, + "cannot serialize '%s' object", + Py_TYPE(self)->tp_name); + return nullptr; +} + +static PyObject* +green_repr(PyGreenlet* _self) +{ + BorrowedGreenlet self(_self); + /* + Return a string like + + + The handling of greenlets across threads is not super good. + We mostly use the internal definitions of these terms, but they + generally should make sense to users as well. + */ + PyObject* result; + int never_started = !self->started() && !self->active(); + + const char* const tp_name = Py_TYPE(self)->tp_name; + + if (_green_not_dead(self)) { + /* XXX: The otid= is almost useless because you can't correlate it to + any thread identifier exposed to Python. We could use + PyThreadState_GET()->thread_id, but we'd need to save that in the + greenlet, or save the whole PyThreadState object itself. + + As it stands, its only useful for identifying greenlets from the same thread. + */ + const char* state_in_thread; + if (self->was_running_in_dead_thread()) { + // The thread it was running in is dead! + // This can happen, especially at interpreter shut down. + // It complicates debugging output because it may be + // impossible to access the current thread state at that + // time. Thus, don't access the current thread state. + state_in_thread = " (thread exited)"; + } + else { + state_in_thread = GET_THREAD_STATE().state().is_current(self) + ? " current" + : (self->started() ? " suspended" : ""); + } + result = PyUnicode_FromFormat( + "<%s object at %p (otid=%p)%s%s%s%s>", + tp_name, + self.borrow_o(), + self->thread_state(), + state_in_thread, + self->active() ? " active" : "", + never_started ? " pending" : " started", + self->main() ? " main" : "" + ); + } + else { + result = PyUnicode_FromFormat( + "<%s object at %p (otid=%p) %sdead>", + tp_name, + self.borrow_o(), + self->thread_state(), + self->was_running_in_dead_thread() + ? "(thread exited) " + : "" + ); + } + + return result; +} + + +static PyMethodDef green_methods[] = { + { + .ml_name="switch", + .ml_meth=reinterpret_cast(green_switch), + .ml_flags=METH_VARARGS | METH_KEYWORDS, + .ml_doc=green_switch_doc + }, + {.ml_name="throw", .ml_meth=(PyCFunction)green_throw, .ml_flags=METH_VARARGS, .ml_doc=green_throw_doc}, + {.ml_name="__getstate__", .ml_meth=(PyCFunction)green_getstate, .ml_flags=METH_NOARGS, .ml_doc=NULL}, + {.ml_name=NULL, .ml_meth=NULL} /* sentinel */ +}; + +static PyGetSetDef green_getsets[] = { + /* name, getter, setter, doc, context pointer */ + {.name="__dict__", .get=(getter)green_getdict, .set=(setter)green_setdict}, + {.name="run", .get=(getter)green_getrun, .set=(setter)green_setrun}, + {.name="parent", .get=(getter)green_getparent, .set=(setter)green_setparent}, + {.name="gr_frame", .get=(getter)green_getframe }, + { + .name="gr_context", + .get=(getter)green_getcontext, + .set=(setter)green_setcontext + }, + {.name="dead", .get=(getter)green_getdead}, + {.name="_stack_saved", .get=(getter)green_get_stack_saved}, + {.name=NULL} +}; + +static PyMemberDef green_members[] = { + {.name=NULL} +}; + +static PyNumberMethods green_as_number = { + .nb_bool=(inquiry)green_bool, +}; + + +PyTypeObject PyGreenlet_Type = { + .ob_base=PyVarObject_HEAD_INIT(NULL, 0) + .tp_name="greenlet.greenlet", /* tp_name */ + .tp_basicsize=sizeof(PyGreenlet), /* tp_basicsize */ + /* methods */ + .tp_dealloc=(destructor)green_dealloc, /* tp_dealloc */ + .tp_repr=(reprfunc)green_repr, /* tp_repr */ + .tp_as_number=&green_as_number, /* tp_as _number*/ + .tp_flags=G_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE, /* tp_flags */ + .tp_doc="greenlet(run=None, parent=None) -> greenlet\n\n" + "Creates a new greenlet object (without running it).\n\n" + " - *run* -- The callable to invoke.\n" + " - *parent* -- The parent greenlet. The default is the current " + "greenlet.", /* tp_doc */ + .tp_traverse=(traverseproc)green_traverse, /* tp_traverse */ + .tp_clear=(inquiry)green_clear, /* tp_clear */ + .tp_weaklistoffset=offsetof(PyGreenlet, weakreflist), /* tp_weaklistoffset */ + + .tp_methods=green_methods, /* tp_methods */ + .tp_members=green_members, /* tp_members */ + .tp_getset=green_getsets, /* tp_getset */ + .tp_dictoffset=offsetof(PyGreenlet, dict), /* tp_dictoffset */ + .tp_init=(initproc)green_init, /* tp_init */ + .tp_alloc=PyType_GenericAlloc, /* tp_alloc */ + .tp_new=(newfunc)green_new, /* tp_new */ + .tp_free=PyObject_GC_Del, /* tp_free */ + .tp_is_gc=(inquiry)green_is_gc, /* tp_is_gc */ +}; + +#endif + +// Local Variables: +// flycheck-clang-include-path: ("/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8") +// End: diff --git a/venv/lib/python3.8/site-packages/greenlet/PyGreenlet.hpp b/venv/lib/python3.8/site-packages/greenlet/PyGreenlet.hpp new file mode 100644 index 000000000..df6cd805b --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/PyGreenlet.hpp @@ -0,0 +1,35 @@ +#ifndef PYGREENLET_HPP +#define PYGREENLET_HPP + + +#include "greenlet.h" +#include "greenlet_compiler_compat.hpp" +#include "greenlet_refs.hpp" + + +using greenlet::refs::OwnedGreenlet; +using greenlet::refs::BorrowedGreenlet; +using greenlet::refs::BorrowedObject;; +using greenlet::refs::OwnedObject; +using greenlet::refs::PyErrPieces; + + +// XXX: These doesn't really belong here, it's not a Python slot. +static OwnedObject internal_green_throw(BorrowedGreenlet self, PyErrPieces& err_pieces); + +static PyGreenlet* green_new(PyTypeObject* type, PyObject* UNUSED(args), PyObject* UNUSED(kwds)); +static int green_clear(PyGreenlet* self); +static int green_init(PyGreenlet* self, PyObject* args, PyObject* kwargs); +static int green_setparent(PyGreenlet* self, PyObject* nparent, void* UNUSED(context)); +static int green_setrun(PyGreenlet* self, PyObject* nrun, void* UNUSED(context)); +static int green_traverse(PyGreenlet* self, visitproc visit, void* arg); +static void green_dealloc(PyGreenlet* self); +static PyObject* green_getparent(PyGreenlet* self, void* UNUSED(context)); + +static int green_is_gc(PyObject* self); +static PyObject* green_getdead(PyGreenlet* self, void* UNUSED(context)); +static PyObject* green_getrun(PyGreenlet* self, void* UNUSED(context)); +static int green_setcontext(PyGreenlet* self, PyObject* nctx, void* UNUSED(context)); +static PyObject* green_getframe(PyGreenlet* self, void* UNUSED(context)); +static PyObject* green_repr(PyGreenlet* self); +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/PyGreenletUnswitchable.cpp b/venv/lib/python3.8/site-packages/greenlet/PyGreenletUnswitchable.cpp new file mode 100644 index 000000000..1b768ee34 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/PyGreenletUnswitchable.cpp @@ -0,0 +1,147 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; -*- */ +/** + Implementation of the Python slots for PyGreenletUnswitchable_Type +*/ +#ifndef PY_GREENLET_UNSWITCHABLE_CPP +#define PY_GREENLET_UNSWITCHABLE_CPP + + + +#define PY_SSIZE_T_CLEAN +#include +#include "structmember.h" // PyMemberDef + +#include "greenlet_internal.hpp" +// Code after this point can assume access to things declared in stdint.h, +// including the fixed-width types. This goes for the platform-specific switch functions +// as well. +#include "greenlet_refs.hpp" +#include "greenlet_slp_switch.hpp" + +#include "greenlet_thread_support.hpp" +#include "TGreenlet.hpp" + +#include "TGreenlet.cpp" +#include "TGreenletGlobals.cpp" +#include "TThreadStateDestroy.cpp" + + +using greenlet::LockGuard; +using greenlet::LockInitError; +using greenlet::PyErrOccurred; +using greenlet::Require; + +using greenlet::g_handle_exit; +using greenlet::single_result; + +using greenlet::Greenlet; +using greenlet::UserGreenlet; +using greenlet::MainGreenlet; +using greenlet::BrokenGreenlet; +using greenlet::ThreadState; +using greenlet::PythonState; + + +#include "PyGreenlet.hpp" + +static PyGreenlet* +green_unswitchable_new(PyTypeObject* type, PyObject* UNUSED(args), PyObject* UNUSED(kwds)) +{ + PyGreenlet* o = + (PyGreenlet*)PyBaseObject_Type.tp_new(type, mod_globs->empty_tuple, mod_globs->empty_dict); + if (o) { + new BrokenGreenlet(o, GET_THREAD_STATE().state().borrow_current()); + assert(Py_REFCNT(o) == 1); + } + return o; +} + +static PyObject* +green_unswitchable_getforce(PyGreenlet* self, void* UNUSED(context)) +{ + BrokenGreenlet* broken = dynamic_cast(self->pimpl); + return PyBool_FromLong(broken->_force_switch_error); +} + +static int +green_unswitchable_setforce(PyGreenlet* self, PyObject* nforce, void* UNUSED(context)) +{ + if (!nforce) { + PyErr_SetString( + PyExc_AttributeError, + "Cannot delete force_switch_error" + ); + return -1; + } + BrokenGreenlet* broken = dynamic_cast(self->pimpl); + int is_true = PyObject_IsTrue(nforce); + if (is_true == -1) { + return -1; + } + broken->_force_switch_error = is_true; + return 0; +} + +static PyObject* +green_unswitchable_getforceslp(PyGreenlet* self, void* UNUSED(context)) +{ + BrokenGreenlet* broken = dynamic_cast(self->pimpl); + return PyBool_FromLong(broken->_force_slp_switch_error); +} + +static int +green_unswitchable_setforceslp(PyGreenlet* self, PyObject* nforce, void* UNUSED(context)) +{ + if (!nforce) { + PyErr_SetString( + PyExc_AttributeError, + "Cannot delete force_slp_switch_error" + ); + return -1; + } + BrokenGreenlet* broken = dynamic_cast(self->pimpl); + int is_true = PyObject_IsTrue(nforce); + if (is_true == -1) { + return -1; + } + broken->_force_slp_switch_error = is_true; + return 0; +} + +static PyGetSetDef green_unswitchable_getsets[] = { + /* name, getter, setter, doc, closure (context pointer) */ + { + .name="force_switch_error", + .get=(getter)green_unswitchable_getforce, + .set=(setter)green_unswitchable_setforce, + .doc=NULL + }, + { + .name="force_slp_switch_error", + .get=(getter)green_unswitchable_getforceslp, + .set=(setter)green_unswitchable_setforceslp, + .doc=nullptr + }, + {.name=nullptr} +}; + +PyTypeObject PyGreenletUnswitchable_Type = { + .ob_base=PyVarObject_HEAD_INIT(NULL, 0) + .tp_name="greenlet._greenlet.UnswitchableGreenlet", + .tp_dealloc= (destructor)green_dealloc, /* tp_dealloc */ + .tp_flags=G_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE, /* tp_flags */ + .tp_doc="Undocumented internal class", /* tp_doc */ + .tp_traverse=(traverseproc)green_traverse, /* tp_traverse */ + .tp_clear=(inquiry)green_clear, /* tp_clear */ + + .tp_getset=green_unswitchable_getsets, /* tp_getset */ + .tp_base=&PyGreenlet_Type, /* tp_base */ + .tp_init=(initproc)green_init, /* tp_init */ + .tp_alloc=PyType_GenericAlloc, /* tp_alloc */ + .tp_new=(newfunc)green_unswitchable_new, /* tp_new */ + .tp_free=PyObject_GC_Del, /* tp_free */ + .tp_is_gc=(inquiry)green_is_gc, /* tp_is_gc */ +}; + + +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/PyModule.cpp b/venv/lib/python3.8/site-packages/greenlet/PyModule.cpp new file mode 100644 index 000000000..6adcb5c3d --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/PyModule.cpp @@ -0,0 +1,292 @@ +#ifndef PY_MODULE_CPP +#define PY_MODULE_CPP + +#include "greenlet_internal.hpp" + + +#include "TGreenletGlobals.cpp" +#include "TMainGreenlet.cpp" +#include "TThreadStateDestroy.cpp" + +using greenlet::LockGuard; +using greenlet::ThreadState; + +#ifdef __clang__ +# pragma clang diagnostic push +# pragma clang diagnostic ignored "-Wunused-function" +# pragma clang diagnostic ignored "-Wunused-variable" +#endif + +PyDoc_STRVAR(mod_getcurrent_doc, + "getcurrent() -> greenlet\n" + "\n" + "Returns the current greenlet (i.e. the one which called this " + "function).\n"); + +static PyObject* +mod_getcurrent(PyObject* UNUSED(module)) +{ + return GET_THREAD_STATE().state().get_current().relinquish_ownership_o(); +} + +PyDoc_STRVAR(mod_settrace_doc, + "settrace(callback) -> object\n" + "\n" + "Sets a new tracing function and returns the previous one.\n"); +static PyObject* +mod_settrace(PyObject* UNUSED(module), PyObject* args) +{ + PyArgParseParam tracefunc; + if (!PyArg_ParseTuple(args, "O", &tracefunc)) { + return NULL; + } + ThreadState& state = GET_THREAD_STATE(); + OwnedObject previous = state.get_tracefunc(); + if (!previous) { + previous = Py_None; + } + + state.set_tracefunc(tracefunc); + + return previous.relinquish_ownership(); +} + +PyDoc_STRVAR(mod_gettrace_doc, + "gettrace() -> object\n" + "\n" + "Returns the currently set tracing function, or None.\n"); + +static PyObject* +mod_gettrace(PyObject* UNUSED(module)) +{ + OwnedObject tracefunc = GET_THREAD_STATE().state().get_tracefunc(); + if (!tracefunc) { + tracefunc = Py_None; + } + return tracefunc.relinquish_ownership(); +} + + + +PyDoc_STRVAR(mod_set_thread_local_doc, + "set_thread_local(key, value) -> None\n" + "\n" + "Set a value in the current thread-local dictionary. Debugging only.\n"); + +static PyObject* +mod_set_thread_local(PyObject* UNUSED(module), PyObject* args) +{ + PyArgParseParam key; + PyArgParseParam value; + PyObject* result = NULL; + + if (PyArg_UnpackTuple(args, "set_thread_local", 2, 2, &key, &value)) { + if(PyDict_SetItem( + PyThreadState_GetDict(), // borrow + key, + value) == 0 ) { + // success + Py_INCREF(Py_None); + result = Py_None; + } + } + return result; +} + +PyDoc_STRVAR(mod_get_pending_cleanup_count_doc, + "get_pending_cleanup_count() -> Integer\n" + "\n" + "Get the number of greenlet cleanup operations pending. Testing only.\n"); + + +static PyObject* +mod_get_pending_cleanup_count(PyObject* UNUSED(module)) +{ + LockGuard cleanup_lock(*mod_globs->thread_states_to_destroy_lock); + return PyLong_FromSize_t(mod_globs->thread_states_to_destroy.size()); +} + +PyDoc_STRVAR(mod_get_total_main_greenlets_doc, + "get_total_main_greenlets() -> Integer\n" + "\n" + "Quickly return the number of main greenlets that exist. Testing only.\n"); + +static PyObject* +mod_get_total_main_greenlets(PyObject* UNUSED(module)) +{ + return PyLong_FromSize_t(G_TOTAL_MAIN_GREENLETS); +} + + + +PyDoc_STRVAR(mod_get_clocks_used_doing_optional_cleanup_doc, + "get_clocks_used_doing_optional_cleanup() -> Integer\n" + "\n" + "Get the number of clock ticks the program has used doing optional " + "greenlet cleanup.\n" + "Beginning in greenlet 2.0, greenlet tries to find and dispose of greenlets\n" + "that leaked after a thread exited. This requires invoking Python's garbage collector,\n" + "which may have a performance cost proportional to the number of live objects.\n" + "This function returns the amount of processor time\n" + "greenlet has used to do this. In programs that run with very large amounts of live\n" + "objects, this metric can be used to decide whether the cost of doing this cleanup\n" + "is worth the memory leak being corrected. If not, you can disable the cleanup\n" + "using ``enable_optional_cleanup(False)``.\n" + "The units are arbitrary and can only be compared to themselves (similarly to ``time.clock()``);\n" + "for example, to see how it scales with your heap. You can attempt to convert them into seconds\n" + "by dividing by the value of CLOCKS_PER_SEC." + "If cleanup has been disabled, returns None." + "\n" + "This is an implementation specific, provisional API. It may be changed or removed\n" + "in the future.\n" + ".. versionadded:: 2.0" + ); +static PyObject* +mod_get_clocks_used_doing_optional_cleanup(PyObject* UNUSED(module)) +{ + std::clock_t& clocks = ThreadState::clocks_used_doing_gc(); + + if (clocks == std::clock_t(-1)) { + Py_RETURN_NONE; + } + // This might not actually work on some implementations; clock_t + // is an opaque type. + return PyLong_FromSsize_t(clocks); +} + +PyDoc_STRVAR(mod_enable_optional_cleanup_doc, + "mod_enable_optional_cleanup(bool) -> None\n" + "\n" + "Enable or disable optional cleanup operations.\n" + "See ``get_clocks_used_doing_optional_cleanup()`` for details.\n" + ); +static PyObject* +mod_enable_optional_cleanup(PyObject* UNUSED(module), PyObject* flag) +{ + int is_true = PyObject_IsTrue(flag); + if (is_true == -1) { + return nullptr; + } + + std::clock_t& clocks = ThreadState::clocks_used_doing_gc(); + if (is_true) { + // If we already have a value, we don't want to lose it. + if (clocks == std::clock_t(-1)) { + clocks = 0; + } + } + else { + clocks = std::clock_t(-1); + } + Py_RETURN_NONE; +} + + + + +#if !GREENLET_PY313 +PyDoc_STRVAR(mod_get_tstate_trash_delete_nesting_doc, + "get_tstate_trash_delete_nesting() -> Integer\n" + "\n" + "Return the 'trash can' nesting level. Testing only.\n"); +static PyObject* +mod_get_tstate_trash_delete_nesting(PyObject* UNUSED(module)) +{ + PyThreadState* tstate = PyThreadState_GET(); + +#if GREENLET_PY312 + return PyLong_FromLong(tstate->trash.delete_nesting); +#else + return PyLong_FromLong(tstate->trash_delete_nesting); +#endif +} +#endif + + + + +static PyMethodDef GreenMethods[] = { + { + .ml_name="getcurrent", + .ml_meth=(PyCFunction)mod_getcurrent, + .ml_flags=METH_NOARGS, + .ml_doc=mod_getcurrent_doc + }, + { + .ml_name="settrace", + .ml_meth=(PyCFunction)mod_settrace, + .ml_flags=METH_VARARGS, + .ml_doc=mod_settrace_doc + }, + { + .ml_name="gettrace", + .ml_meth=(PyCFunction)mod_gettrace, + .ml_flags=METH_NOARGS, + .ml_doc=mod_gettrace_doc + }, + { + .ml_name="set_thread_local", + .ml_meth=(PyCFunction)mod_set_thread_local, + .ml_flags=METH_VARARGS, + .ml_doc=mod_set_thread_local_doc + }, + { + .ml_name="get_pending_cleanup_count", + .ml_meth=(PyCFunction)mod_get_pending_cleanup_count, + .ml_flags=METH_NOARGS, + .ml_doc=mod_get_pending_cleanup_count_doc + }, + { + .ml_name="get_total_main_greenlets", + .ml_meth=(PyCFunction)mod_get_total_main_greenlets, + .ml_flags=METH_NOARGS, + .ml_doc=mod_get_total_main_greenlets_doc + }, + { + .ml_name="get_clocks_used_doing_optional_cleanup", + .ml_meth=(PyCFunction)mod_get_clocks_used_doing_optional_cleanup, + .ml_flags=METH_NOARGS, + .ml_doc=mod_get_clocks_used_doing_optional_cleanup_doc + }, + { + .ml_name="enable_optional_cleanup", + .ml_meth=(PyCFunction)mod_enable_optional_cleanup, + .ml_flags=METH_O, + .ml_doc=mod_enable_optional_cleanup_doc + }, +#if !GREENLET_PY313 + { + .ml_name="get_tstate_trash_delete_nesting", + .ml_meth=(PyCFunction)mod_get_tstate_trash_delete_nesting, + .ml_flags=METH_NOARGS, + .ml_doc=mod_get_tstate_trash_delete_nesting_doc + }, +#endif + {.ml_name=NULL, .ml_meth=NULL} /* Sentinel */ +}; + +static const char* const copy_on_greentype[] = { + "getcurrent", + "error", + "GreenletExit", + "settrace", + "gettrace", + NULL +}; + +static struct PyModuleDef greenlet_module_def = { + .m_base=PyModuleDef_HEAD_INIT, + .m_name="greenlet._greenlet", + .m_doc=NULL, + .m_size=-1, + .m_methods=GreenMethods, +}; + + +#endif + +#ifdef __clang__ +# pragma clang diagnostic pop +#elif defined(__GNUC__) +# pragma GCC diagnostic pop +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/TBrokenGreenlet.cpp b/venv/lib/python3.8/site-packages/greenlet/TBrokenGreenlet.cpp new file mode 100644 index 000000000..7e9ab5be9 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/TBrokenGreenlet.cpp @@ -0,0 +1,45 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; -*- */ +/** + * Implementation of greenlet::UserGreenlet. + * + * Format with: + * clang-format -i --style=file src/greenlet/greenlet.c + * + * + * Fix missing braces with: + * clang-tidy src/greenlet/greenlet.c -fix -checks="readability-braces-around-statements" +*/ + +#include "TGreenlet.hpp" + +namespace greenlet { + +void* BrokenGreenlet::operator new(size_t UNUSED(count)) +{ + return allocator.allocate(1); +} + + +void BrokenGreenlet::operator delete(void* ptr) +{ + return allocator.deallocate(static_cast(ptr), + 1); +} + +greenlet::PythonAllocator greenlet::BrokenGreenlet::allocator; + +bool +BrokenGreenlet::force_slp_switch_error() const noexcept +{ + return this->_force_slp_switch_error; +} + +UserGreenlet::switchstack_result_t BrokenGreenlet::g_switchstack(void) +{ + if (this->_force_switch_error) { + return switchstack_result_t(-1); + } + return UserGreenlet::g_switchstack(); +} + +}; //namespace greenlet diff --git a/venv/lib/python3.8/site-packages/greenlet/TExceptionState.cpp b/venv/lib/python3.8/site-packages/greenlet/TExceptionState.cpp new file mode 100644 index 000000000..08a94ae83 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/TExceptionState.cpp @@ -0,0 +1,62 @@ +#ifndef GREENLET_EXCEPTION_STATE_CPP +#define GREENLET_EXCEPTION_STATE_CPP + +#include +#include "TGreenlet.hpp" + +namespace greenlet { + + +ExceptionState::ExceptionState() +{ + this->clear(); +} + +void ExceptionState::operator<<(const PyThreadState *const tstate) noexcept +{ + this->exc_info = tstate->exc_info; + this->exc_state = tstate->exc_state; +} + +void ExceptionState::operator>>(PyThreadState *const tstate) noexcept +{ + tstate->exc_state = this->exc_state; + tstate->exc_info = + this->exc_info ? this->exc_info : &tstate->exc_state; + this->clear(); +} + +void ExceptionState::clear() noexcept +{ + this->exc_info = nullptr; + this->exc_state.exc_value = nullptr; +#if !GREENLET_PY311 + this->exc_state.exc_type = nullptr; + this->exc_state.exc_traceback = nullptr; +#endif + this->exc_state.previous_item = nullptr; +} + +int ExceptionState::tp_traverse(visitproc visit, void* arg) noexcept +{ + Py_VISIT(this->exc_state.exc_value); +#if !GREENLET_PY311 + Py_VISIT(this->exc_state.exc_type); + Py_VISIT(this->exc_state.exc_traceback); +#endif + return 0; +} + +void ExceptionState::tp_clear() noexcept +{ + Py_CLEAR(this->exc_state.exc_value); +#if !GREENLET_PY311 + Py_CLEAR(this->exc_state.exc_type); + Py_CLEAR(this->exc_state.exc_traceback); +#endif +} + + +}; // namespace greenlet + +#endif // GREENLET_EXCEPTION_STATE_CPP diff --git a/venv/lib/python3.8/site-packages/greenlet/TGreenlet.cpp b/venv/lib/python3.8/site-packages/greenlet/TGreenlet.cpp new file mode 100644 index 000000000..4698a1784 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/TGreenlet.cpp @@ -0,0 +1,718 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; -*- */ +/** + * Implementation of greenlet::Greenlet. + * + * Format with: + * clang-format -i --style=file src/greenlet/greenlet.c + * + * + * Fix missing braces with: + * clang-tidy src/greenlet/greenlet.c -fix -checks="readability-braces-around-statements" +*/ +#ifndef TGREENLET_CPP +#define TGREENLET_CPP +#include "greenlet_internal.hpp" +#include "TGreenlet.hpp" + + +#include "TGreenletGlobals.cpp" +#include "TThreadStateDestroy.cpp" + +namespace greenlet { + +Greenlet::Greenlet(PyGreenlet* p) + : Greenlet(p, StackState()) +{ +} + +Greenlet::Greenlet(PyGreenlet* p, const StackState& initial_stack) + : _self(p), stack_state(initial_stack) +{ + assert(p->pimpl == nullptr); + p->pimpl = this; +} + +Greenlet::~Greenlet() +{ + // XXX: Can't do this. tp_clear is a virtual function, and by the + // time we're here, we've sliced off our child classes. + //this->tp_clear(); + this->_self->pimpl = nullptr; +} + +bool +Greenlet::force_slp_switch_error() const noexcept +{ + return false; +} + +void +Greenlet::release_args() +{ + this->switch_args.CLEAR(); +} + +/** + * CAUTION: This will allocate memory and may trigger garbage + * collection and arbitrary Python code. + */ +OwnedObject +Greenlet::throw_GreenletExit_during_dealloc(const ThreadState& UNUSED(current_thread_state)) +{ + // If we're killed because we lost all references in the + // middle of a switch, that's ok. Don't reset the args/kwargs, + // we still want to pass them to the parent. + PyErr_SetString(mod_globs->PyExc_GreenletExit, + "Killing the greenlet because all references have vanished."); + // To get here it had to have run before + return this->g_switch(); +} + +inline void +Greenlet::slp_restore_state() noexcept +{ +#ifdef SLP_BEFORE_RESTORE_STATE + SLP_BEFORE_RESTORE_STATE(); +#endif + this->stack_state.copy_heap_to_stack( + this->thread_state()->borrow_current()->stack_state); +} + + +inline int +Greenlet::slp_save_state(char *const stackref) noexcept +{ + // XXX: This used to happen in the middle, before saving, but + // after finding the next owner. Does that matter? This is + // only defined for Sparc/GCC where it flushes register + // windows to the stack (I think) +#ifdef SLP_BEFORE_SAVE_STATE + SLP_BEFORE_SAVE_STATE(); +#endif + return this->stack_state.copy_stack_to_heap(stackref, + this->thread_state()->borrow_current()->stack_state); +} + +/** + * CAUTION: This will allocate memory and may trigger garbage + * collection and arbitrary Python code. + */ +OwnedObject +Greenlet::on_switchstack_or_initialstub_failure( + Greenlet* target, + const Greenlet::switchstack_result_t& err, + const bool target_was_me, + const bool was_initial_stub) +{ + // If we get here, either g_initialstub() + // failed, or g_switchstack() failed. Either one of those + // cases SHOULD leave us in the original greenlet with a valid stack. + if (!PyErr_Occurred()) { + PyErr_SetString( + PyExc_SystemError, + was_initial_stub + ? "Failed to switch stacks into a greenlet for the first time." + : "Failed to switch stacks into a running greenlet."); + } + this->release_args(); + + if (target && !target_was_me) { + target->murder_in_place(); + } + + assert(!err.the_new_current_greenlet); + assert(!err.origin_greenlet); + return OwnedObject(); + +} + +OwnedGreenlet +Greenlet::g_switchstack_success() noexcept +{ + PyThreadState* tstate = PyThreadState_GET(); + // restore the saved state + this->python_state >> tstate; + this->exception_state >> tstate; + + // The thread state hasn't been changed yet. + ThreadState* thread_state = this->thread_state(); + OwnedGreenlet result(thread_state->get_current()); + thread_state->set_current(this->self()); + //assert(thread_state->borrow_current().borrow() == this->_self); + return result; +} + +Greenlet::switchstack_result_t +Greenlet::g_switchstack(void) +{ + // if any of these assertions fail, it's likely because we + // switched away and tried to switch back to us. Early stages of + // switching are not reentrant because we re-use ``this->args()``. + // Switching away would happen if we trigger a garbage collection + // (by just using some Python APIs that happen to allocate Python + // objects) and some garbage had weakref callbacks or __del__ that + // switches (people don't write code like that by hand, but with + // gevent it's possible without realizing it) + assert(this->args() || PyErr_Occurred()); + { /* save state */ + if (this->thread_state()->is_current(this->self())) { + // Hmm, nothing to do. + // TODO: Does this bypass trace events that are + // important? + return switchstack_result_t(0, + this, this->thread_state()->borrow_current()); + } + BorrowedGreenlet current = this->thread_state()->borrow_current(); + PyThreadState* tstate = PyThreadState_GET(); + + current->python_state << tstate; + current->exception_state << tstate; + this->python_state.will_switch_from(tstate); + switching_thread_state = this; + current->expose_frames(); + } + assert(this->args() || PyErr_Occurred()); + // If this is the first switch into a greenlet, this will + // return twice, once with 1 in the new greenlet, once with 0 + // in the origin. + int err; + if (this->force_slp_switch_error()) { + err = -1; + } + else { + err = slp_switch(); + } + + if (err < 0) { /* error */ + // Tested by + // test_greenlet.TestBrokenGreenlets.test_failed_to_slp_switch_into_running + // + // It's not clear if it's worth trying to clean up and + // continue here. Failing to switch stacks is a big deal which + // may not be recoverable (who knows what state the stack is in). + // Also, we've stolen references in preparation for calling + // ``g_switchstack_success()`` and we don't have a clean + // mechanism for backing that all out. + Py_FatalError("greenlet: Failed low-level slp_switch(). The stack is probably corrupt."); + } + + // No stack-based variables are valid anymore. + + // But the global is volatile so we can reload it without the + // compiler caching it from earlier. + Greenlet* greenlet_that_switched_in = switching_thread_state; // aka this + switching_thread_state = nullptr; + // except that no stack variables are valid, we would: + // assert(this == greenlet_that_switched_in); + + // switchstack success is where we restore the exception state, + // etc. It returns the origin greenlet because its convenient. + + OwnedGreenlet origin = greenlet_that_switched_in->g_switchstack_success(); + assert(greenlet_that_switched_in->args() || PyErr_Occurred()); + return switchstack_result_t(err, greenlet_that_switched_in, origin); +} + + +inline void +Greenlet::check_switch_allowed() const +{ + // TODO: Make this take a parameter of the current greenlet, + // or current main greenlet, to make the check for + // cross-thread switching cheaper. Surely somewhere up the + // call stack we've already accessed the thread local variable. + + // We expect to always have a main greenlet now; accessing the thread state + // created it. However, if we get here and cleanup has already + // begun because we're a greenlet that was running in a + // (now dead) thread, these invariants will not hold true. In + // fact, accessing `this->thread_state` may not even be possible. + + // If the thread this greenlet was running in is dead, + // we'll still have a reference to a main greenlet, but the + // thread state pointer we have is bogus. + // TODO: Give the objects an API to determine if they belong + // to a dead thread. + + const BorrowedMainGreenlet main_greenlet = this->find_main_greenlet_in_lineage(); + + if (!main_greenlet) { + throw PyErrOccurred(mod_globs->PyExc_GreenletError, + "cannot switch to a garbage collected greenlet"); + } + + if (!main_greenlet->thread_state()) { + throw PyErrOccurred(mod_globs->PyExc_GreenletError, + "cannot switch to a different thread (which happens to have exited)"); + } + + // The main greenlet we found was from the .parent lineage. + // That may or may not have any relationship to the main + // greenlet of the running thread. We can't actually access + // our this->thread_state members to try to check that, + // because it could be in the process of getting destroyed, + // but setting the main_greenlet->thread_state member to NULL + // may not be visible yet. So we need to check against the + // current thread state (once the cheaper checks are out of + // the way) + const BorrowedMainGreenlet current_main_greenlet = GET_THREAD_STATE().state().borrow_main_greenlet(); + if ( + // lineage main greenlet is not this thread's greenlet + current_main_greenlet != main_greenlet + || ( + // atteched to some thread + this->main_greenlet() + // XXX: Same condition as above. Was this supposed to be + // this->main_greenlet()? + && current_main_greenlet != main_greenlet) + // switching into a known dead thread (XXX: which, if we get here, + // is bad, because we just accessed the thread state, which is + // gone!) + || (!current_main_greenlet->thread_state())) { + // CAUTION: This may trigger memory allocations, gc, and + // arbitrary Python code. + throw PyErrOccurred( + mod_globs->PyExc_GreenletError, + "Cannot switch to a different thread\n\tCurrent: %R\n\tExpected: %R", + current_main_greenlet, main_greenlet); + } +} + +const OwnedObject +Greenlet::context() const +{ + using greenlet::PythonStateContext; + OwnedObject result; + + if (this->is_currently_running_in_some_thread()) { + /* Currently running greenlet: context is stored in the thread state, + not the greenlet object. */ + if (GET_THREAD_STATE().state().is_current(this->self())) { + result = PythonStateContext::context(PyThreadState_GET()); + } + else { + throw ValueError( + "cannot get context of a " + "greenlet that is running in a different thread"); + } + } + else { + /* Greenlet is not running: just return context. */ + result = this->python_state.context(); + } + if (!result) { + result = OwnedObject::None(); + } + return result; +} + + +void +Greenlet::context(BorrowedObject given) +{ + using greenlet::PythonStateContext; + if (!given) { + throw AttributeError("can't delete context attribute"); + } + if (given.is_None()) { + /* "Empty context" is stored as NULL, not None. */ + given = nullptr; + } + + //checks type, incrs refcnt + greenlet::refs::OwnedContext context(given); + PyThreadState* tstate = PyThreadState_GET(); + + if (this->is_currently_running_in_some_thread()) { + if (!GET_THREAD_STATE().state().is_current(this->self())) { + throw ValueError("cannot set context of a greenlet" + " that is running in a different thread"); + } + + /* Currently running greenlet: context is stored in the thread state, + not the greenlet object. */ + OwnedObject octx = OwnedObject::consuming(PythonStateContext::context(tstate)); + PythonStateContext::context(tstate, context.relinquish_ownership()); + } + else { + /* Greenlet is not running: just set context. Note that the + greenlet may be dead.*/ + this->python_state.context() = context; + } +} + +/** + * CAUTION: May invoke arbitrary Python code. + * + * Figure out what the result of ``greenlet.switch(arg, kwargs)`` + * should be and transfers ownership of it to the left-hand-side. + * + * If switch() was just passed an arg tuple, then we'll just return that. + * If only keyword arguments were passed, then we'll pass the keyword + * argument dict. Otherwise, we'll create a tuple of (args, kwargs) and + * return both. + * + * CAUTION: This may allocate a new tuple object, which may + * cause the Python garbage collector to run, which in turn may + * run arbitrary Python code that switches. + */ +OwnedObject& operator<<=(OwnedObject& lhs, greenlet::SwitchingArgs& rhs) noexcept +{ + // Because this may invoke arbitrary Python code, which could + // result in switching back to us, we need to get the + // arguments locally on the stack. + assert(rhs); + OwnedObject args = rhs.args(); + OwnedObject kwargs = rhs.kwargs(); + rhs.CLEAR(); + // We shouldn't be called twice for the same switch. + assert(args || kwargs); + assert(!rhs); + + if (!kwargs) { + lhs = args; + } + else if (!PyDict_Size(kwargs.borrow())) { + lhs = args; + } + else if (!PySequence_Length(args.borrow())) { + lhs = kwargs; + } + else { + // PyTuple_Pack allocates memory, may GC, may run arbitrary + // Python code. + lhs = OwnedObject::consuming(PyTuple_Pack(2, args.borrow(), kwargs.borrow())); + } + return lhs; +} + +static OwnedObject +g_handle_exit(const OwnedObject& greenlet_result) +{ + if (!greenlet_result && mod_globs->PyExc_GreenletExit.PyExceptionMatches()) { + /* catch and ignore GreenletExit */ + PyErrFetchParam val; + PyErr_Fetch(PyErrFetchParam(), val, PyErrFetchParam()); + if (!val) { + return OwnedObject::None(); + } + return OwnedObject(val); + } + + if (greenlet_result) { + // package the result into a 1-tuple + // PyTuple_Pack increments the reference of its arguments, + // so we always need to decref the greenlet result; + // the owner will do that. + return OwnedObject::consuming(PyTuple_Pack(1, greenlet_result.borrow())); + } + + return OwnedObject(); +} + + + +/** + * May run arbitrary Python code. + */ +OwnedObject +Greenlet::g_switch_finish(const switchstack_result_t& err) +{ + assert(err.the_new_current_greenlet == this); + + ThreadState& state = *this->thread_state(); + // Because calling the trace function could do arbitrary things, + // including switching away from this greenlet and then maybe + // switching back, we need to capture the arguments now so that + // they don't change. + OwnedObject result; + if (this->args()) { + result <<= this->args(); + } + else { + assert(PyErr_Occurred()); + } + assert(!this->args()); + try { + // Our only caller handles the bad error case + assert(err.status >= 0); + assert(state.borrow_current() == this->self()); + if (OwnedObject tracefunc = state.get_tracefunc()) { + assert(result || PyErr_Occurred()); + g_calltrace(tracefunc, + result ? mod_globs->event_switch : mod_globs->event_throw, + err.origin_greenlet, + this->self()); + } + // The above could have invoked arbitrary Python code, but + // it couldn't switch back to this object and *also* + // throw an exception, so the args won't have changed. + + if (PyErr_Occurred()) { + // We get here if we fell of the end of the run() function + // raising an exception. The switch itself was + // successful, but the function raised. + // valgrind reports that memory allocated here can still + // be reached after a test run. + throw PyErrOccurred::from_current(); + } + return result; + } + catch (const PyErrOccurred&) { + /* Turn switch errors into switch throws */ + /* Turn trace errors into switch throws */ + this->release_args(); + throw; + } +} + +void +Greenlet::g_calltrace(const OwnedObject& tracefunc, + const greenlet::refs::ImmortalEventName& event, + const BorrowedGreenlet& origin, + const BorrowedGreenlet& target) +{ + PyErrPieces saved_exc; + try { + TracingGuard tracing_guard; + // TODO: We have saved the active exception (if any) that's + // about to be raised. In the 'throw' case, we could provide + // the exception to the tracefunction, which seems very helpful. + tracing_guard.CallTraceFunction(tracefunc, event, origin, target); + } + catch (const PyErrOccurred&) { + // In case of exceptions trace function is removed, + // and any existing exception is replaced with the tracing + // exception. + GET_THREAD_STATE().state().set_tracefunc(Py_None); + throw; + } + + saved_exc.PyErrRestore(); + assert( + (event == mod_globs->event_throw && PyErr_Occurred()) + || (event == mod_globs->event_switch && !PyErr_Occurred()) + ); +} + +void +Greenlet::murder_in_place() +{ + if (this->active()) { + assert(!this->is_currently_running_in_some_thread()); + this->deactivate_and_free(); + } +} + +inline void +Greenlet::deactivate_and_free() +{ + if (!this->active()) { + return; + } + // Throw away any saved stack. + this->stack_state = StackState(); + assert(!this->stack_state.active()); + // Throw away any Python references. + // We're holding a borrowed reference to the last + // frame we executed. Since we borrowed it, the + // normal traversal, clear, and dealloc functions + // ignore it, meaning it leaks. (The thread state + // object can't find it to clear it when that's + // deallocated either, because by definition if we + // got an object on this list, it wasn't + // running and the thread state doesn't have + // this frame.) + // So here, we *do* clear it. + this->python_state.tp_clear(true); +} + +bool +Greenlet::belongs_to_thread(const ThreadState* thread_state) const +{ + if (!this->thread_state() // not running anywhere, or thread + // exited + || !thread_state) { // same, or there is no thread state. + return false; + } + return true; +} + + +void +Greenlet::deallocing_greenlet_in_thread(const ThreadState* current_thread_state) +{ + /* Cannot raise an exception to kill the greenlet if + it is not running in the same thread! */ + if (this->belongs_to_thread(current_thread_state)) { + assert(current_thread_state); + // To get here it had to have run before + /* Send the greenlet a GreenletExit exception. */ + + // We don't care about the return value, only whether an + // exception happened. + this->throw_GreenletExit_during_dealloc(*current_thread_state); + return; + } + + // Not the same thread! Temporarily save the greenlet + // into its thread's deleteme list, *if* it exists. + // If that thread has already exited, and processed its pending + // cleanup, we'll never be able to clean everything up: we won't + // be able to raise an exception. + // That's mostly OK! Since we can't add it to a list, our refcount + // won't increase, and we'll go ahead with the DECREFs later. + ThreadState *const thread_state = this->thread_state(); + if (thread_state) { + thread_state->delete_when_thread_running(this->self()); + } + else { + // The thread is dead, we can't raise an exception. + // We need to make it look non-active, though, so that dealloc + // finishes killing it. + this->deactivate_and_free(); + } + return; +} + + +int +Greenlet::tp_traverse(visitproc visit, void* arg) +{ + + int result; + if ((result = this->exception_state.tp_traverse(visit, arg)) != 0) { + return result; + } + //XXX: This is ugly. But so is handling everything having to do + //with the top frame. + bool visit_top_frame = this->was_running_in_dead_thread(); + // When true, the thread is dead. Our implicit weak reference to the + // frame is now all that's left; we consider ourselves to + // strongly own it now. + if ((result = this->python_state.tp_traverse(visit, arg, visit_top_frame)) != 0) { + return result; + } + return 0; +} + +int +Greenlet::tp_clear() +{ + bool own_top_frame = this->was_running_in_dead_thread(); + this->exception_state.tp_clear(); + this->python_state.tp_clear(own_top_frame); + return 0; +} + +bool Greenlet::is_currently_running_in_some_thread() const +{ + return this->stack_state.active() && !this->python_state.top_frame(); +} + +#if GREENLET_PY312 +void GREENLET_NOINLINE(Greenlet::expose_frames)() +{ + if (!this->python_state.top_frame()) { + return; + } + + _PyInterpreterFrame* last_complete_iframe = nullptr; + _PyInterpreterFrame* iframe = this->python_state.top_frame()->f_frame; + while (iframe) { + // We must make a copy before looking at the iframe contents, + // since iframe might point to a portion of the greenlet's C stack + // that was spilled when switching greenlets. + _PyInterpreterFrame iframe_copy; + this->stack_state.copy_from_stack(&iframe_copy, iframe, sizeof(*iframe)); + if (!_PyFrame_IsIncomplete(&iframe_copy)) { + // If the iframe were OWNED_BY_CSTACK then it would always be + // incomplete. Since it's not incomplete, it's not on the C stack + // and we can access it through the original `iframe` pointer + // directly. This is important since GetFrameObject might + // lazily _create_ the frame object and we don't want the + // interpreter to lose track of it. + assert(iframe_copy.owner != FRAME_OWNED_BY_CSTACK); + + // We really want to just write: + // PyFrameObject* frame = _PyFrame_GetFrameObject(iframe); + // but _PyFrame_GetFrameObject calls _PyFrame_MakeAndSetFrameObject + // which is not a visible symbol in libpython. The easiest + // way to get a public function to call it is using + // PyFrame_GetBack, which is defined as follows: + // assert(frame != NULL); + // assert(!_PyFrame_IsIncomplete(frame->f_frame)); + // PyFrameObject *back = frame->f_back; + // if (back == NULL) { + // _PyInterpreterFrame *prev = frame->f_frame->previous; + // prev = _PyFrame_GetFirstComplete(prev); + // if (prev) { + // back = _PyFrame_GetFrameObject(prev); + // } + // } + // return (PyFrameObject*)Py_XNewRef(back); + if (!iframe->frame_obj) { + PyFrameObject dummy_frame; + _PyInterpreterFrame dummy_iframe; + dummy_frame.f_back = nullptr; + dummy_frame.f_frame = &dummy_iframe; + // force the iframe to be considered complete without + // needing to check its code object: + dummy_iframe.owner = FRAME_OWNED_BY_GENERATOR; + dummy_iframe.previous = iframe; + assert(!_PyFrame_IsIncomplete(&dummy_iframe)); + // Drop the returned reference immediately; the iframe + // continues to hold a strong reference + Py_XDECREF(PyFrame_GetBack(&dummy_frame)); + assert(iframe->frame_obj); + } + + // This is a complete frame, so make the last one of those we saw + // point at it, bypassing any incomplete frames (which may have + // been on the C stack) in between the two. We're overwriting + // last_complete_iframe->previous and need that to be reversible, + // so we store the original previous ptr in the frame object + // (which we must have created on a previous iteration through + // this loop). The frame object has a bunch of storage that is + // only used when its iframe is OWNED_BY_FRAME_OBJECT, which only + // occurs when the frame object outlives the frame's execution, + // which can't have happened yet because the frame is currently + // executing as far as the interpreter is concerned. So, we can + // reuse it for our own purposes. + assert(iframe->owner == FRAME_OWNED_BY_THREAD + || iframe->owner == FRAME_OWNED_BY_GENERATOR); + if (last_complete_iframe) { + assert(last_complete_iframe->frame_obj); + memcpy(&last_complete_iframe->frame_obj->_f_frame_data[0], + &last_complete_iframe->previous, sizeof(void *)); + last_complete_iframe->previous = iframe; + } + last_complete_iframe = iframe; + } + // Frames that are OWNED_BY_FRAME_OBJECT are linked via the + // frame's f_back while all others are linked via the iframe's + // previous ptr. Since all the frames we traverse are running + // as far as the interpreter is concerned, we don't have to + // worry about the OWNED_BY_FRAME_OBJECT case. + iframe = iframe_copy.previous; + } + + // Give the outermost complete iframe a null previous pointer to + // account for any potential incomplete/C-stack iframes between it + // and the actual top-of-stack + if (last_complete_iframe) { + assert(last_complete_iframe->frame_obj); + memcpy(&last_complete_iframe->frame_obj->_f_frame_data[0], + &last_complete_iframe->previous, sizeof(void *)); + last_complete_iframe->previous = nullptr; + } +} +#else +void Greenlet::expose_frames() +{ + +} +#endif + +}; // namespace greenlet +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/TGreenlet.hpp b/venv/lib/python3.8/site-packages/greenlet/TGreenlet.hpp new file mode 100644 index 000000000..512f7fb3c --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/TGreenlet.hpp @@ -0,0 +1,813 @@ +#ifndef GREENLET_GREENLET_HPP +#define GREENLET_GREENLET_HPP +/* + * Declarations of the core data structures. +*/ + +#define PY_SSIZE_T_CLEAN +#include + +#include "greenlet_compiler_compat.hpp" +#include "greenlet_refs.hpp" +#include "greenlet_cpython_compat.hpp" +#include "greenlet_allocator.hpp" + +using greenlet::refs::OwnedObject; +using greenlet::refs::OwnedGreenlet; +using greenlet::refs::OwnedMainGreenlet; +using greenlet::refs::BorrowedGreenlet; + +#if PY_VERSION_HEX < 0x30B00A6 +# define _PyCFrame CFrame +# define _PyInterpreterFrame _interpreter_frame +#endif + +#if GREENLET_PY312 +# define Py_BUILD_CORE +# include "internal/pycore_frame.h" +#endif + +// XXX: TODO: Work to remove all virtual functions +// for speed of calling and size of objects (no vtable). +// One pattern is the Curiously Recurring Template +namespace greenlet +{ + class ExceptionState + { + private: + G_NO_COPIES_OF_CLS(ExceptionState); + + // Even though these are borrowed objects, we actually own + // them, when they're not null. + // XXX: Express that in the API. + private: + _PyErr_StackItem* exc_info; + _PyErr_StackItem exc_state; + public: + ExceptionState(); + void operator<<(const PyThreadState *const tstate) noexcept; + void operator>>(PyThreadState* tstate) noexcept; + void clear() noexcept; + + int tp_traverse(visitproc visit, void* arg) noexcept; + void tp_clear() noexcept; + }; + + template + void operator<<(const PyThreadState *const tstate, T& exc); + + class PythonStateContext + { + protected: + greenlet::refs::OwnedContext _context; + public: + inline const greenlet::refs::OwnedContext& context() const + { + return this->_context; + } + inline greenlet::refs::OwnedContext& context() + { + return this->_context; + } + + inline void tp_clear() + { + this->_context.CLEAR(); + } + + template + inline static PyObject* context(T* tstate) + { + return tstate->context; + } + + template + inline static void context(T* tstate, PyObject* new_context) + { + tstate->context = new_context; + tstate->context_ver++; + } + }; + class SwitchingArgs; + class PythonState : public PythonStateContext + { + public: + typedef greenlet::refs::OwnedReference OwnedFrame; + private: + G_NO_COPIES_OF_CLS(PythonState); + // We own this if we're suspended (although currently we don't + // tp_traverse into it; that's a TODO). If we're running, it's + // empty. If we get deallocated and *still* have a frame, it + // won't be reachable from the place that normally decref's + // it, so we need to do it (hence owning it). + OwnedFrame _top_frame; +#if GREENLET_USE_CFRAME + _PyCFrame* cframe; + int use_tracing; +#endif +#if GREENLET_PY312 + int py_recursion_depth; + int c_recursion_depth; +#else + int recursion_depth; +#endif +#if GREENLET_PY313 + PyObject *delete_later; +#else + int trash_delete_nesting; +#endif +#if GREENLET_PY311 + _PyInterpreterFrame* current_frame; + _PyStackChunk* datastack_chunk; + PyObject** datastack_top; + PyObject** datastack_limit; +#endif + // The PyInterpreterFrame list on 3.12+ contains some entries that are + // on the C stack, which can't be directly accessed while a greenlet is + // suspended. In order to keep greenlet gr_frame introspection working, + // we adjust stack switching to rewrite the interpreter frame list + // to skip these C-stack frames; we call this "exposing" the greenlet's + // frames because it makes them valid to work with in Python. Then when + // the greenlet is resumed we need to remember to reverse the operation + // we did. The C-stack frames are "entry frames" which are a low-level + // interpreter detail; they're not needed for introspection, but do + // need to be present for the eval loop to work. + void unexpose_frames(); + + public: + + PythonState(); + // You can use this for testing whether we have a frame + // or not. It returns const so they can't modify it. + const OwnedFrame& top_frame() const noexcept; + + inline void operator<<(const PyThreadState *const tstate) noexcept; + inline void operator>>(PyThreadState* tstate) noexcept; + void clear() noexcept; + + int tp_traverse(visitproc visit, void* arg, bool visit_top_frame) noexcept; + void tp_clear(bool own_top_frame) noexcept; + void set_initial_state(const PyThreadState* const tstate) noexcept; +#if GREENLET_USE_CFRAME + void set_new_cframe(_PyCFrame& frame) noexcept; +#endif + + void may_switch_away() noexcept; + inline void will_switch_from(PyThreadState *const origin_tstate) noexcept; + void did_finish(PyThreadState* tstate) noexcept; + }; + + class StackState + { + // By having only plain C (POD) members, no virtual functions + // or bases, we get a trivial assignment operator generated + // for us. However, that's not safe since we do manage memory. + // So we declare an assignment operator that only works if we + // don't have any memory allocated. (We don't use + // std::shared_ptr for reference counting just to keep this + // object small) + private: + char* _stack_start; + char* stack_stop; + char* stack_copy; + intptr_t _stack_saved; + StackState* stack_prev; + inline int copy_stack_to_heap_up_to(const char* const stop) noexcept; + inline void free_stack_copy() noexcept; + + public: + /** + * Creates a started, but inactive, state, using *current* + * as the previous. + */ + StackState(void* mark, StackState& current); + /** + * Creates an inactive, unstarted, state. + */ + StackState(); + ~StackState(); + StackState(const StackState& other); + StackState& operator=(const StackState& other); + inline void copy_heap_to_stack(const StackState& current) noexcept; + inline int copy_stack_to_heap(char* const stackref, const StackState& current) noexcept; + inline bool started() const noexcept; + inline bool main() const noexcept; + inline bool active() const noexcept; + inline void set_active() noexcept; + inline void set_inactive() noexcept; + inline intptr_t stack_saved() const noexcept; + inline char* stack_start() const noexcept; + static inline StackState make_main() noexcept; +#ifdef GREENLET_USE_STDIO + friend std::ostream& operator<<(std::ostream& os, const StackState& s); +#endif + + // Fill in [dest, dest + n) with the values that would be at + // [src, src + n) while this greenlet is running. This is like memcpy + // except that if the greenlet is suspended it accounts for the portion + // of the greenlet's stack that was spilled to the heap. `src` may + // be on this greenlet's stack, or on the heap, but not on a different + // greenlet's stack. + void copy_from_stack(void* dest, const void* src, size_t n) const; + }; +#ifdef GREENLET_USE_STDIO + std::ostream& operator<<(std::ostream& os, const StackState& s); +#endif + + class SwitchingArgs + { + private: + G_NO_ASSIGNMENT_OF_CLS(SwitchingArgs); + // If args and kwargs are both false (NULL), this is a *throw*, not a + // switch. PyErr_... must have been called already. + OwnedObject _args; + OwnedObject _kwargs; + public: + + SwitchingArgs() + {} + + SwitchingArgs(const OwnedObject& args, const OwnedObject& kwargs) + : _args(args), + _kwargs(kwargs) + {} + + SwitchingArgs(const SwitchingArgs& other) + : _args(other._args), + _kwargs(other._kwargs) + {} + + const OwnedObject& args() + { + return this->_args; + } + + const OwnedObject& kwargs() + { + return this->_kwargs; + } + + /** + * Moves ownership from the argument to this object. + */ + SwitchingArgs& operator<<=(SwitchingArgs& other) + { + if (this != &other) { + this->_args = other._args; + this->_kwargs = other._kwargs; + other.CLEAR(); + } + return *this; + } + + /** + * Acquires ownership of the argument (consumes the reference). + */ + SwitchingArgs& operator<<=(PyObject* args) + { + this->_args = OwnedObject::consuming(args); + this->_kwargs.CLEAR(); + return *this; + } + + /** + * Acquires ownership of the argument. + * + * Sets the args to be the given value; clears the kwargs. + */ + SwitchingArgs& operator<<=(OwnedObject& args) + { + assert(&args != &this->_args); + this->_args = args; + this->_kwargs.CLEAR(); + args.CLEAR(); + + return *this; + } + + explicit operator bool() const noexcept + { + return this->_args || this->_kwargs; + } + + inline void CLEAR() + { + this->_args.CLEAR(); + this->_kwargs.CLEAR(); + } + + const std::string as_str() const noexcept + { + return PyUnicode_AsUTF8( + OwnedObject::consuming( + PyUnicode_FromFormat( + "SwitchingArgs(args=%R, kwargs=%R)", + this->_args.borrow(), + this->_kwargs.borrow() + ) + ).borrow() + ); + } + }; + + class ThreadState; + + class UserGreenlet; + class MainGreenlet; + + class Greenlet + { + private: + G_NO_COPIES_OF_CLS(Greenlet); + PyGreenlet* const _self; + private: + // XXX: Work to remove these. + friend class ThreadState; + friend class UserGreenlet; + friend class MainGreenlet; + protected: + ExceptionState exception_state; + SwitchingArgs switch_args; + StackState stack_state; + PythonState python_state; + Greenlet(PyGreenlet* p, const StackState& initial_state); + public: + // This constructor takes ownership of the PyGreenlet, by + // setting ``p->pimpl = this;``. + Greenlet(PyGreenlet* p); + virtual ~Greenlet(); + + const OwnedObject context() const; + + // You MUST call this _very_ early in the switching process to + // prepare anything that may need prepared. This might perform + // garbage collections or otherwise run arbitrary Python code. + // + // One specific use of it is for Python 3.11+, preventing + // running arbitrary code at unsafe times. See + // PythonState::may_switch_away(). + inline void may_switch_away() + { + this->python_state.may_switch_away(); + } + + inline void context(refs::BorrowedObject new_context); + + inline SwitchingArgs& args() + { + return this->switch_args; + } + + virtual const refs::BorrowedMainGreenlet main_greenlet() const = 0; + + inline intptr_t stack_saved() const noexcept + { + return this->stack_state.stack_saved(); + } + + // This is used by the macro SLP_SAVE_STATE to compute the + // difference in stack sizes. It might be nice to handle the + // computation ourself, but the type of the result + // varies by platform, so doing it in the macro is the + // simplest way. + inline const char* stack_start() const noexcept + { + return this->stack_state.stack_start(); + } + + virtual OwnedObject throw_GreenletExit_during_dealloc(const ThreadState& current_thread_state); + virtual OwnedObject g_switch() = 0; + /** + * Force the greenlet to appear dead. Used when it's not + * possible to throw an exception into a greenlet anymore. + * + * This losses access to the thread state and the main greenlet. + */ + virtual void murder_in_place(); + + /** + * Called when somebody notices we were running in a dead + * thread to allow cleaning up resources (because we can't + * raise GreenletExit into it anymore). + * This is very similar to ``murder_in_place()``, except that + * it DOES NOT lose the main greenlet or thread state. + */ + inline void deactivate_and_free(); + + + // Called when some thread wants to deallocate a greenlet + // object. + // The thread may or may not be the same thread the greenlet + // was running in. + // The thread state will be null if the thread the greenlet + // was running in was known to have exited. + void deallocing_greenlet_in_thread(const ThreadState* current_state); + + // Must be called on 3.12+ before exposing a suspended greenlet's + // frames to user code. This rewrites the linked list of interpreter + // frames to skip the ones that are being stored on the C stack (which + // can't be safely accessed while the greenlet is suspended because + // that stack space might be hosting a different greenlet), and + // sets PythonState::frames_were_exposed so we remember to restore + // the original list before resuming the greenlet. The C-stack frames + // are a low-level interpreter implementation detail; while they're + // important to the bytecode eval loop, they're superfluous for + // introspection purposes. + void expose_frames(); + + + // TODO: Figure out how to make these non-public. + inline void slp_restore_state() noexcept; + inline int slp_save_state(char *const stackref) noexcept; + + inline bool is_currently_running_in_some_thread() const; + virtual bool belongs_to_thread(const ThreadState* state) const; + + inline bool started() const + { + return this->stack_state.started(); + } + inline bool active() const + { + return this->stack_state.active(); + } + inline bool main() const + { + return this->stack_state.main(); + } + virtual refs::BorrowedMainGreenlet find_main_greenlet_in_lineage() const = 0; + + virtual const OwnedGreenlet parent() const = 0; + virtual void parent(const refs::BorrowedObject new_parent) = 0; + + inline const PythonState::OwnedFrame& top_frame() + { + return this->python_state.top_frame(); + } + + virtual const OwnedObject& run() const = 0; + virtual void run(const refs::BorrowedObject nrun) = 0; + + + virtual int tp_traverse(visitproc visit, void* arg); + virtual int tp_clear(); + + + // Return the thread state that the greenlet is running in, or + // null if the greenlet is not running or the thread is known + // to have exited. + virtual ThreadState* thread_state() const noexcept = 0; + + // Return true if the greenlet is known to have been running + // (active) in a thread that has now exited. + virtual bool was_running_in_dead_thread() const noexcept = 0; + + // Return a borrowed greenlet that is the Python object + // this object represents. + inline BorrowedGreenlet self() const noexcept + { + return BorrowedGreenlet(this->_self); + } + + // For testing. If this returns true, we should pretend that + // slp_switch() failed. + virtual bool force_slp_switch_error() const noexcept; + + protected: + inline void release_args(); + + // The functions that must not be inlined are declared virtual. + // We also mark them as protected, not private, so that the + // compiler is forced to call them through a function pointer. + // (A sufficiently smart compiler could directly call a private + // virtual function since it can never be overridden in a + // subclass). + + // Also TODO: Switch away from integer error codes and to enums, + // or throw exceptions when possible. + struct switchstack_result_t + { + int status; + Greenlet* the_new_current_greenlet; + OwnedGreenlet origin_greenlet; + + switchstack_result_t() + : status(0), + the_new_current_greenlet(nullptr) + {} + + switchstack_result_t(int err) + : status(err), + the_new_current_greenlet(nullptr) + {} + + switchstack_result_t(int err, Greenlet* state, OwnedGreenlet& origin) + : status(err), + the_new_current_greenlet(state), + origin_greenlet(origin) + { + } + + switchstack_result_t(int err, Greenlet* state, const BorrowedGreenlet& origin) + : status(err), + the_new_current_greenlet(state), + origin_greenlet(origin) + { + } + + switchstack_result_t(const switchstack_result_t& other) + : status(other.status), + the_new_current_greenlet(other.the_new_current_greenlet), + origin_greenlet(other.origin_greenlet) + {} + + switchstack_result_t& operator=(const switchstack_result_t& other) + { + this->status = other.status; + this->the_new_current_greenlet = other.the_new_current_greenlet; + this->origin_greenlet = other.origin_greenlet; + return *this; + } + }; + + OwnedObject on_switchstack_or_initialstub_failure( + Greenlet* target, + const switchstack_result_t& err, + const bool target_was_me=false, + const bool was_initial_stub=false); + + // Returns the previous greenlet we just switched away from. + virtual OwnedGreenlet g_switchstack_success() noexcept; + + + // Check the preconditions for switching to this greenlet; if they + // aren't met, throws PyErrOccurred. Most callers will want to + // catch this and clear the arguments + inline void check_switch_allowed() const; + class GreenletStartedWhileInPython : public std::runtime_error + { + public: + GreenletStartedWhileInPython() : std::runtime_error("") + {} + }; + + protected: + + + /** + Perform a stack switch into this greenlet. + + This temporarily sets the global variable + ``switching_thread_state`` to this greenlet; as soon as the + call to ``slp_switch`` completes, this is reset to NULL. + Consequently, this depends on the GIL. + + TODO: Adopt the stackman model and pass ``slp_switch`` a + callback function and context pointer; this eliminates the + need for global variables altogether. + + Because the stack switch happens in this function, this + function can't use its own stack (local) variables, set + before the switch, and then accessed after the switch. + + Further, you con't even access ``g_thread_state_global`` + before and after the switch from the global variable. + Because it is thread local some compilers cache it in a + register/on the stack, notably new versions of MSVC; this + breaks with strange crashes sometime later, because writing + to anything in ``g_thread_state_global`` after the switch + is actually writing to random memory. For this reason, we + call a non-inlined function to finish the operation. (XXX: + The ``/GT`` MSVC compiler argument probably fixes that.) + + It is very important that stack switch is 'atomic', i.e. no + calls into other Python code allowed (except very few that + are safe), because global variables are very fragile. (This + should no longer be the case with thread-local variables.) + + */ + // Made virtual to facilitate subclassing UserGreenlet for testing. + virtual switchstack_result_t g_switchstack(void); + +class TracingGuard +{ +private: + PyThreadState* tstate; +public: + TracingGuard() + : tstate(PyThreadState_GET()) + { + PyThreadState_EnterTracing(this->tstate); + } + + ~TracingGuard() + { + PyThreadState_LeaveTracing(this->tstate); + this->tstate = nullptr; + } + + inline void CallTraceFunction(const OwnedObject& tracefunc, + const greenlet::refs::ImmortalEventName& event, + const BorrowedGreenlet& origin, + const BorrowedGreenlet& target) + { + // TODO: This calls tracefunc(event, (origin, target)). Add a shortcut + // function for that that's specialized to avoid the Py_BuildValue + // string parsing, or start with just using "ON" format with PyTuple_Pack(2, + // origin, target). That seems like what the N format is meant + // for. + // XXX: Why does event not automatically cast back to a PyObject? + // It tries to call the "deleted constructor ImmortalEventName + // const" instead. + assert(tracefunc); + assert(event); + assert(origin); + assert(target); + greenlet::refs::NewReference retval( + PyObject_CallFunction( + tracefunc.borrow(), + "O(OO)", + event.borrow(), + origin.borrow(), + target.borrow() + )); + if (!retval) { + throw PyErrOccurred::from_current(); + } + } +}; + + static void + g_calltrace(const OwnedObject& tracefunc, + const greenlet::refs::ImmortalEventName& event, + const greenlet::refs::BorrowedGreenlet& origin, + const BorrowedGreenlet& target); + private: + OwnedObject g_switch_finish(const switchstack_result_t& err); + + }; + + class UserGreenlet : public Greenlet + { + private: + static greenlet::PythonAllocator allocator; + OwnedMainGreenlet _main_greenlet; + OwnedObject _run_callable; + OwnedGreenlet _parent; + public: + static void* operator new(size_t UNUSED(count)); + static void operator delete(void* ptr); + + UserGreenlet(PyGreenlet* p, BorrowedGreenlet the_parent); + virtual ~UserGreenlet(); + + virtual refs::BorrowedMainGreenlet find_main_greenlet_in_lineage() const; + virtual bool was_running_in_dead_thread() const noexcept; + virtual ThreadState* thread_state() const noexcept; + virtual OwnedObject g_switch(); + virtual const OwnedObject& run() const + { + if (this->started() || !this->_run_callable) { + throw AttributeError("run"); + } + return this->_run_callable; + } + virtual void run(const refs::BorrowedObject nrun); + + virtual const OwnedGreenlet parent() const; + virtual void parent(const refs::BorrowedObject new_parent); + + virtual const refs::BorrowedMainGreenlet main_greenlet() const; + + virtual void murder_in_place(); + virtual bool belongs_to_thread(const ThreadState* state) const; + virtual int tp_traverse(visitproc visit, void* arg); + virtual int tp_clear(); + class ParentIsCurrentGuard + { + private: + OwnedGreenlet oldparent; + UserGreenlet* greenlet; + G_NO_COPIES_OF_CLS(ParentIsCurrentGuard); + public: + ParentIsCurrentGuard(UserGreenlet* p, const ThreadState& thread_state); + ~ParentIsCurrentGuard(); + }; + virtual OwnedObject throw_GreenletExit_during_dealloc(const ThreadState& current_thread_state); + protected: + virtual switchstack_result_t g_initialstub(void* mark); + private: + // This function isn't meant to return. + // This accepts raw pointers and the ownership of them at the + // same time. The caller should use ``inner_bootstrap(origin.relinquish_ownership())``. + void inner_bootstrap(PyGreenlet* origin_greenlet, PyObject* run); + }; + + class BrokenGreenlet : public UserGreenlet + { + private: + static greenlet::PythonAllocator allocator; + public: + bool _force_switch_error = false; + bool _force_slp_switch_error = false; + + static void* operator new(size_t UNUSED(count)); + static void operator delete(void* ptr); + BrokenGreenlet(PyGreenlet* p, BorrowedGreenlet the_parent) + : UserGreenlet(p, the_parent) + {} + virtual ~BrokenGreenlet() + {} + + virtual switchstack_result_t g_switchstack(void); + virtual bool force_slp_switch_error() const noexcept; + + }; + + class MainGreenlet : public Greenlet + { + private: + static greenlet::PythonAllocator allocator; + refs::BorrowedMainGreenlet _self; + ThreadState* _thread_state; + G_NO_COPIES_OF_CLS(MainGreenlet); + public: + static void* operator new(size_t UNUSED(count)); + static void operator delete(void* ptr); + + MainGreenlet(refs::BorrowedMainGreenlet::PyType*, ThreadState*); + virtual ~MainGreenlet(); + + + virtual const OwnedObject& run() const; + virtual void run(const refs::BorrowedObject nrun); + + virtual const OwnedGreenlet parent() const; + virtual void parent(const refs::BorrowedObject new_parent); + + virtual const refs::BorrowedMainGreenlet main_greenlet() const; + + virtual refs::BorrowedMainGreenlet find_main_greenlet_in_lineage() const; + virtual bool was_running_in_dead_thread() const noexcept; + virtual ThreadState* thread_state() const noexcept; + void thread_state(ThreadState*) noexcept; + virtual OwnedObject g_switch(); + virtual int tp_traverse(visitproc visit, void* arg); + }; + + // Instantiate one on the stack to save the GC state, + // and then disable GC. When it goes out of scope, GC will be + // restored to its original state. Sadly, these APIs are only + // available on 3.10+; luckily, we only need them on 3.11+. +#if GREENLET_PY310 + class GCDisabledGuard + { + private: + int was_enabled = 0; + public: + GCDisabledGuard() + : was_enabled(PyGC_IsEnabled()) + { + PyGC_Disable(); + } + + ~GCDisabledGuard() + { + if (this->was_enabled) { + PyGC_Enable(); + } + } + }; +#endif + + OwnedObject& operator<<=(OwnedObject& lhs, greenlet::SwitchingArgs& rhs) noexcept; + + //TODO: Greenlet::g_switch() should call this automatically on its + //return value. As it is, the module code is calling it. + static inline OwnedObject + single_result(const OwnedObject& results) + { + if (results + && PyTuple_Check(results.borrow()) + && PyTuple_GET_SIZE(results.borrow()) == 1) { + PyObject* result = PyTuple_GET_ITEM(results.borrow(), 0); + assert(result); + return OwnedObject::owning(result); + } + return results; + } + + + static OwnedObject + g_handle_exit(const OwnedObject& greenlet_result); + + + template + void operator<<(const PyThreadState *const lhs, T& rhs) + { + rhs.operator<<(lhs); + } + +} // namespace greenlet ; + +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/TGreenletGlobals.cpp b/venv/lib/python3.8/site-packages/greenlet/TGreenletGlobals.cpp new file mode 100644 index 000000000..0087d2ff3 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/TGreenletGlobals.cpp @@ -0,0 +1,94 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; -*- */ +/** + * Implementation of GreenletGlobals. + * + * Format with: + * clang-format -i --style=file src/greenlet/greenlet.c + * + * + * Fix missing braces with: + * clang-tidy src/greenlet/greenlet.c -fix -checks="readability-braces-around-statements" +*/ +#ifndef T_GREENLET_GLOBALS +#define T_GREENLET_GLOBALS + +#include "greenlet_refs.hpp" +#include "greenlet_exceptions.hpp" +#include "greenlet_thread_support.hpp" +#include "greenlet_internal.hpp" + +namespace greenlet { + +// This encapsulates what were previously module global "constants" +// established at init time. +// This is a step towards Python3 style module state that allows +// reloading. +// +// In an earlier iteration of this code, we used placement new to be +// able to allocate this object statically still, so that references +// to its members don't incur an extra pointer indirection. +// But under some scenarios, that could result in crashes at +// shutdown because apparently the destructor was getting run twice? +class GreenletGlobals +{ + +public: + const greenlet::refs::ImmortalEventName event_switch; + const greenlet::refs::ImmortalEventName event_throw; + const greenlet::refs::ImmortalException PyExc_GreenletError; + const greenlet::refs::ImmortalException PyExc_GreenletExit; + const greenlet::refs::ImmortalObject empty_tuple; + const greenlet::refs::ImmortalObject empty_dict; + const greenlet::refs::ImmortalString str_run; + Mutex* const thread_states_to_destroy_lock; + greenlet::cleanup_queue_t thread_states_to_destroy; + + GreenletGlobals() : + event_switch("switch"), + event_throw("throw"), + PyExc_GreenletError("greenlet.error"), + PyExc_GreenletExit("greenlet.GreenletExit", PyExc_BaseException), + empty_tuple(Require(PyTuple_New(0))), + empty_dict(Require(PyDict_New())), + str_run("run"), + thread_states_to_destroy_lock(new Mutex()) + {} + + ~GreenletGlobals() + { + // This object is (currently) effectively immortal, and not + // just because of those placement new tricks; if we try to + // deallocate the static object we allocated, and overwrote, + // we would be doing so at C++ teardown time, which is after + // the final Python GIL is released, and we can't use the API + // then. + // (The members will still be destructed, but they also don't + // do any deallocation.) + } + + void queue_to_destroy(ThreadState* ts) const + { + // we're currently accessed through a static const object, + // implicitly marking our members as const, so code can't just + // call push_back (or pop_back) without casting away the + // const. + // + // Do that for callers. + greenlet::cleanup_queue_t& q = const_cast(this->thread_states_to_destroy); + q.push_back(ts); + } + + ThreadState* take_next_to_destroy() const + { + greenlet::cleanup_queue_t& q = const_cast(this->thread_states_to_destroy); + ThreadState* result = q.back(); + q.pop_back(); + return result; + } +}; + +}; // namespace greenlet + +static const greenlet::GreenletGlobals* mod_globs; + +#endif // T_GREENLET_GLOBALS diff --git a/venv/lib/python3.8/site-packages/greenlet/TMainGreenlet.cpp b/venv/lib/python3.8/site-packages/greenlet/TMainGreenlet.cpp new file mode 100644 index 000000000..a2a9cfe4b --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/TMainGreenlet.cpp @@ -0,0 +1,153 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; -*- */ +/** + * Implementation of greenlet::MainGreenlet. + * + * Format with: + * clang-format -i --style=file src/greenlet/greenlet.c + * + * + * Fix missing braces with: + * clang-tidy src/greenlet/greenlet.c -fix -checks="readability-braces-around-statements" +*/ +#ifndef T_MAIN_GREENLET_CPP +#define T_MAIN_GREENLET_CPP + +#include "TGreenlet.hpp" + + + +// Protected by the GIL. Incremented when we create a main greenlet, +// in a new thread, decremented when it is destroyed. +static Py_ssize_t G_TOTAL_MAIN_GREENLETS; + +namespace greenlet { +greenlet::PythonAllocator MainGreenlet::allocator; + +void* MainGreenlet::operator new(size_t UNUSED(count)) +{ + return allocator.allocate(1); +} + + +void MainGreenlet::operator delete(void* ptr) +{ + return allocator.deallocate(static_cast(ptr), + 1); +} + + +MainGreenlet::MainGreenlet(PyGreenlet* p, ThreadState* state) + : Greenlet(p, StackState::make_main()), + _self(p), + _thread_state(state) +{ + G_TOTAL_MAIN_GREENLETS++; +} + +MainGreenlet::~MainGreenlet() +{ + G_TOTAL_MAIN_GREENLETS--; + this->tp_clear(); +} + +ThreadState* +MainGreenlet::thread_state() const noexcept +{ + return this->_thread_state; +} + +void +MainGreenlet::thread_state(ThreadState* t) noexcept +{ + assert(!t); + this->_thread_state = t; +} + + +const BorrowedMainGreenlet +MainGreenlet::main_greenlet() const +{ + return this->_self; +} + +BorrowedMainGreenlet +MainGreenlet::find_main_greenlet_in_lineage() const +{ + return BorrowedMainGreenlet(this->_self); +} + +bool +MainGreenlet::was_running_in_dead_thread() const noexcept +{ + return !this->_thread_state; +} + +OwnedObject +MainGreenlet::g_switch() +{ + try { + this->check_switch_allowed(); + } + catch (const PyErrOccurred&) { + this->release_args(); + throw; + } + + switchstack_result_t err = this->g_switchstack(); + if (err.status < 0) { + // XXX: This code path is untested, but it is shared + // with the UserGreenlet path that is tested. + return this->on_switchstack_or_initialstub_failure( + this, + err, + true, // target was me + false // was initial stub + ); + } + + return err.the_new_current_greenlet->g_switch_finish(err); +} + +int +MainGreenlet::tp_traverse(visitproc visit, void* arg) +{ + if (this->_thread_state) { + // we've already traversed main, (self), don't do it again. + int result = this->_thread_state->tp_traverse(visit, arg, false); + if (result) { + return result; + } + } + return Greenlet::tp_traverse(visit, arg); +} + +const OwnedObject& +MainGreenlet::run() const +{ + throw AttributeError("Main greenlets do not have a run attribute."); +} + +void +MainGreenlet::run(const BorrowedObject UNUSED(nrun)) +{ + throw AttributeError("Main greenlets do not have a run attribute."); +} + +void +MainGreenlet::parent(const BorrowedObject raw_new_parent) +{ + if (!raw_new_parent) { + throw AttributeError("can't delete attribute"); + } + throw AttributeError("cannot set the parent of a main greenlet"); +} + +const OwnedGreenlet +MainGreenlet::parent() const +{ + return OwnedGreenlet(); // null becomes None +} + +}; // namespace greenlet + +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/TPythonState.cpp b/venv/lib/python3.8/site-packages/greenlet/TPythonState.cpp new file mode 100644 index 000000000..cc5dff51b --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/TPythonState.cpp @@ -0,0 +1,393 @@ +#ifndef GREENLET_PYTHON_STATE_CPP +#define GREENLET_PYTHON_STATE_CPP + +#include +#include "TGreenlet.hpp" + +namespace greenlet { + +PythonState::PythonState() + : _top_frame() +#if GREENLET_USE_CFRAME + ,cframe(nullptr) + ,use_tracing(0) +#endif +#if GREENLET_PY312 + ,py_recursion_depth(0) + ,c_recursion_depth(0) +#else + ,recursion_depth(0) +#endif +#if GREENLET_PY313 + ,delete_later(nullptr) +#else + ,trash_delete_nesting(0) +#endif +#if GREENLET_PY311 + ,current_frame(nullptr) + ,datastack_chunk(nullptr) + ,datastack_top(nullptr) + ,datastack_limit(nullptr) +#endif +{ +#if GREENLET_USE_CFRAME + /* + The PyThreadState->cframe pointer usually points to memory on + the stack, alloceted in a call into PyEval_EvalFrameDefault. + + Initially, before any evaluation begins, it points to the + initial PyThreadState object's ``root_cframe`` object, which is + statically allocated for the lifetime of the thread. + + A greenlet can last for longer than a call to + PyEval_EvalFrameDefault, so we can't set its ``cframe`` pointer + to be the current ``PyThreadState->cframe``; nor could we use + one from the greenlet parent for the same reason. Yet a further + no: we can't allocate one scoped to the greenlet and then + destroy it when the greenlet is deallocated, because inside the + interpreter the _PyCFrame objects form a linked list, and that too + can result in accessing memory beyond its dynamic lifetime (if + the greenlet doesn't actually finish before it dies, its entry + could still be in the list). + + Using the ``root_cframe`` is problematic, though, because its + members are never modified by the interpreter and are set to 0, + meaning that its ``use_tracing`` flag is never updated. We don't + want to modify that value in the ``root_cframe`` ourself: it + *shouldn't* matter much because we should probably never get + back to the point where that's the only cframe on the stack; + even if it did matter, the major consequence of an incorrect + value for ``use_tracing`` is that if its true the interpreter + does some extra work --- however, it's just good code hygiene. + + Our solution: before a greenlet runs, after its initial + creation, it uses the ``root_cframe`` just to have something to + put there. However, once the greenlet is actually switched to + for the first time, ``g_initialstub`` (which doesn't actually + "return" while the greenlet is running) stores a new _PyCFrame on + its local stack, and copies the appropriate values from the + currently running _PyCFrame; this is then made the _PyCFrame for the + newly-minted greenlet. ``g_initialstub`` then proceeds to call + ``glet.run()``, which results in ``PyEval_...`` adding the + _PyCFrame to the list. Switches continue as normal. Finally, when + the greenlet finishes, the call to ``glet.run()`` returns and + the _PyCFrame is taken out of the linked list and the stack value + is now unused and free to expire. + + XXX: I think we can do better. If we're deallocing in the same + thread, can't we traverse the list and unlink our frame? + Can we just keep a reference to the thread state in case we + dealloc in another thread? (Is that even possible if we're still + running and haven't returned from g_initialstub?) + */ + this->cframe = &PyThreadState_GET()->root_cframe; +#endif +} + + +inline void PythonState::may_switch_away() noexcept +{ +#if GREENLET_PY311 + // PyThreadState_GetFrame is probably going to have to allocate a + // new frame object. That may trigger garbage collection. Because + // we call this during the early phases of a switch (it doesn't + // matter to which greenlet, as this has a global effect), if a GC + // triggers a switch away, two things can happen, both bad: + // - We might not get switched back to, halting forward progress. + // this is pathological, but possible. + // - We might get switched back to with a different set of + // arguments or a throw instead of a switch. That would corrupt + // our state (specifically, PyErr_Occurred() and this->args() + // would no longer agree). + // + // Thus, when we call this API, we need to have GC disabled. + // This method serves as a bottleneck we call when maybe beginning + // a switch. In this way, it is always safe -- no risk of GC -- to + // use ``_GetFrame()`` whenever we need to, just as it was in + // <=3.10 (because subsequent calls will be cached and not + // allocate memory). + + GCDisabledGuard no_gc; + Py_XDECREF(PyThreadState_GetFrame(PyThreadState_GET())); +#endif +} + +void PythonState::operator<<(const PyThreadState *const tstate) noexcept +{ + this->_context.steal(tstate->context); +#if GREENLET_USE_CFRAME + /* + IMPORTANT: ``cframe`` is a pointer into the STACK. Thus, because + the call to ``slp_switch()`` changes the contents of the stack, + you cannot read from ``ts_current->cframe`` after that call and + necessarily get the same values you get from reading it here. + Anything you need to restore from now to then must be saved in a + global/threadlocal variable (because we can't use stack + variables here either). For things that need to persist across + the switch, use `will_switch_from`. + */ + this->cframe = tstate->cframe; + #if !GREENLET_PY312 + this->use_tracing = tstate->cframe->use_tracing; + #endif +#endif // GREENLET_USE_CFRAME +#if GREENLET_PY311 + #if GREENLET_PY312 + this->py_recursion_depth = tstate->py_recursion_limit - tstate->py_recursion_remaining; + this->c_recursion_depth = Py_C_RECURSION_LIMIT - tstate->c_recursion_remaining; + #else // not 312 + this->recursion_depth = tstate->recursion_limit - tstate->recursion_remaining; + #endif // GREENLET_PY312 + #if GREENLET_PY313 + this->current_frame = tstate->current_frame; + #elif GREENLET_USE_CFRAME + this->current_frame = tstate->cframe->current_frame; + #endif + this->datastack_chunk = tstate->datastack_chunk; + this->datastack_top = tstate->datastack_top; + this->datastack_limit = tstate->datastack_limit; + + PyFrameObject *frame = PyThreadState_GetFrame((PyThreadState *)tstate); + Py_XDECREF(frame); // PyThreadState_GetFrame gives us a new + // reference. + this->_top_frame.steal(frame); + #if GREENLET_PY313 + this->delete_later = Py_XNewRef(tstate->delete_later); + #elif GREENLET_PY312 + this->trash_delete_nesting = tstate->trash.delete_nesting; + #else // not 312 + this->trash_delete_nesting = tstate->trash_delete_nesting; + #endif // GREENLET_PY312 +#else // Not 311 + this->recursion_depth = tstate->recursion_depth; + this->_top_frame.steal(tstate->frame); + this->trash_delete_nesting = tstate->trash_delete_nesting; +#endif // GREENLET_PY311 +} + +#if GREENLET_PY312 +void GREENLET_NOINLINE(PythonState::unexpose_frames)() +{ + if (!this->top_frame()) { + return; + } + + // See GreenletState::expose_frames() and the comment on frames_were_exposed + // for more information about this logic. + _PyInterpreterFrame *iframe = this->_top_frame->f_frame; + while (iframe != nullptr) { + _PyInterpreterFrame *prev_exposed = iframe->previous; + assert(iframe->frame_obj); + memcpy(&iframe->previous, &iframe->frame_obj->_f_frame_data[0], + sizeof(void *)); + iframe = prev_exposed; + } +} +#else +void PythonState::unexpose_frames() +{} +#endif + +void PythonState::operator>>(PyThreadState *const tstate) noexcept +{ + tstate->context = this->_context.relinquish_ownership(); + /* Incrementing this value invalidates the contextvars cache, + which would otherwise remain valid across switches */ + tstate->context_ver++; +#if GREENLET_USE_CFRAME + tstate->cframe = this->cframe; + /* + If we were tracing, we need to keep tracing. + There should never be the possibility of hitting the + root_cframe here. See note above about why we can't + just copy this from ``origin->cframe->use_tracing``. + */ + #if !GREENLET_PY312 + tstate->cframe->use_tracing = this->use_tracing; + #endif +#endif // GREENLET_USE_CFRAME +#if GREENLET_PY311 + #if GREENLET_PY312 + tstate->py_recursion_remaining = tstate->py_recursion_limit - this->py_recursion_depth; + tstate->c_recursion_remaining = Py_C_RECURSION_LIMIT - this->c_recursion_depth; + this->unexpose_frames(); + #else // \/ 3.11 + tstate->recursion_remaining = tstate->recursion_limit - this->recursion_depth; + #endif // GREENLET_PY312 + #if GREENLET_PY313 + tstate->current_frame = this->current_frame; + #elif GREENLET_USE_CFRAME + tstate->cframe->current_frame = this->current_frame; + #endif + tstate->datastack_chunk = this->datastack_chunk; + tstate->datastack_top = this->datastack_top; + tstate->datastack_limit = this->datastack_limit; + this->_top_frame.relinquish_ownership(); + #if GREENLET_PY313 + Py_XDECREF(tstate->delete_later); + tstate->delete_later = this->delete_later; + Py_CLEAR(this->delete_later); + #elif GREENLET_PY312 + tstate->trash.delete_nesting = this->trash_delete_nesting; + #else // not 3.12 + tstate->trash_delete_nesting = this->trash_delete_nesting; + #endif // GREENLET_PY312 +#else // not 3.11 + tstate->frame = this->_top_frame.relinquish_ownership(); + tstate->recursion_depth = this->recursion_depth; + tstate->trash_delete_nesting = this->trash_delete_nesting; +#endif // GREENLET_PY311 +} + +inline void PythonState::will_switch_from(PyThreadState *const origin_tstate) noexcept +{ +#if GREENLET_USE_CFRAME && !GREENLET_PY312 + // The weird thing is, we don't actually save this for an + // effect on the current greenlet, it's saved for an + // effect on the target greenlet. That is, we want + // continuity of this setting across the greenlet switch. + this->use_tracing = origin_tstate->cframe->use_tracing; +#endif +} + +void PythonState::set_initial_state(const PyThreadState* const tstate) noexcept +{ + this->_top_frame = nullptr; +#if GREENLET_PY312 + this->py_recursion_depth = tstate->py_recursion_limit - tstate->py_recursion_remaining; + // XXX: TODO: Comment from a reviewer: + // Should this be ``Py_C_RECURSION_LIMIT - tstate->c_recursion_remaining``? + // But to me it looks more like that might not be the right + // initialization either? + this->c_recursion_depth = tstate->py_recursion_limit - tstate->py_recursion_remaining; +#elif GREENLET_PY311 + this->recursion_depth = tstate->recursion_limit - tstate->recursion_remaining; +#else + this->recursion_depth = tstate->recursion_depth; +#endif +} +// TODO: Better state management about when we own the top frame. +int PythonState::tp_traverse(visitproc visit, void* arg, bool own_top_frame) noexcept +{ + Py_VISIT(this->_context.borrow()); + if (own_top_frame) { + Py_VISIT(this->_top_frame.borrow()); + } + return 0; +} + +void PythonState::tp_clear(bool own_top_frame) noexcept +{ + PythonStateContext::tp_clear(); + // If we get here owning a frame, + // we got dealloc'd without being finished. We may or may not be + // in the same thread. + if (own_top_frame) { + this->_top_frame.CLEAR(); + } +} + +#if GREENLET_USE_CFRAME +void PythonState::set_new_cframe(_PyCFrame& frame) noexcept +{ + frame = *PyThreadState_GET()->cframe; + /* Make the target greenlet refer to the stack value. */ + this->cframe = &frame; + /* + And restore the link to the previous frame so this one gets + unliked appropriately. + */ + this->cframe->previous = &PyThreadState_GET()->root_cframe; +} +#endif + +const PythonState::OwnedFrame& PythonState::top_frame() const noexcept +{ + return this->_top_frame; +} + +void PythonState::did_finish(PyThreadState* tstate) noexcept +{ +#if GREENLET_PY311 + // See https://github.com/gevent/gevent/issues/1924 and + // https://github.com/python-greenlet/greenlet/issues/328. In + // short, Python 3.11 allocates memory for frames as a sort of + // linked list that's kept as part of PyThreadState in the + // ``datastack_chunk`` member and friends. These are saved and + // restored as part of switching greenlets. + // + // When we initially switch to a greenlet, we set those to NULL. + // That causes the frame management code to treat this like a + // brand new thread and start a fresh list of chunks, beginning + // with a new "root" chunk. As we make calls in this greenlet, + // those chunks get added, and as calls return, they get popped. + // But the frame code (pystate.c) is careful to make sure that the + // root chunk never gets popped. + // + // Thus, when a greenlet exits for the last time, there will be at + // least a single root chunk that we must be responsible for + // deallocating. + // + // The complex part is that these chunks are allocated and freed + // using ``_PyObject_VirtualAlloc``/``Free``. Those aren't public + // functions, and they aren't exported for linking. It so happens + // that we know they are just thin wrappers around the Arena + // allocator, so we can use that directly to deallocate in a + // compatible way. + // + // CAUTION: Check this implementation detail on every major version. + // + // It might be nice to be able to do this in our destructor, but + // can we be sure that no one else is using that memory? Plus, as + // described below, our pointers may not even be valid anymore. As + // a special case, there is one time that we know we can do this, + // and that's from the destructor of the associated UserGreenlet + // (NOT main greenlet) + PyObjectArenaAllocator alloc; + _PyStackChunk* chunk = nullptr; + if (tstate) { + // We really did finish, we can never be switched to again. + chunk = tstate->datastack_chunk; + // Unfortunately, we can't do much sanity checking. Our + // this->datastack_chunk pointer is out of date (evaluation may + // have popped down through it already) so we can't verify that + // we deallocate it. I don't think we can even check datastack_top + // for the same reason. + + PyObject_GetArenaAllocator(&alloc); + tstate->datastack_chunk = nullptr; + tstate->datastack_limit = nullptr; + tstate->datastack_top = nullptr; + + } + else if (this->datastack_chunk) { + // The UserGreenlet (NOT the main greenlet!) is being deallocated. If we're + // still holding a stack chunk, it's garbage because we know + // we can never switch back to let cPython clean it up. + // Because the last time we got switched away from, and we + // haven't run since then, we know our chain is valid and can + // be dealloced. + chunk = this->datastack_chunk; + PyObject_GetArenaAllocator(&alloc); + } + + if (alloc.free && chunk) { + // In case the arena mechanism has been torn down already. + while (chunk) { + _PyStackChunk *prev = chunk->previous; + chunk->previous = nullptr; + alloc.free(alloc.ctx, chunk, chunk->size); + chunk = prev; + } + } + + this->datastack_chunk = nullptr; + this->datastack_limit = nullptr; + this->datastack_top = nullptr; +#endif +} + + +}; // namespace greenlet + +#endif // GREENLET_PYTHON_STATE_CPP diff --git a/venv/lib/python3.8/site-packages/greenlet/TStackState.cpp b/venv/lib/python3.8/site-packages/greenlet/TStackState.cpp new file mode 100644 index 000000000..9743ab51b --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/TStackState.cpp @@ -0,0 +1,265 @@ +#ifndef GREENLET_STACK_STATE_CPP +#define GREENLET_STACK_STATE_CPP + +#include "TGreenlet.hpp" + +namespace greenlet { + +#ifdef GREENLET_USE_STDIO +#include +using std::cerr; +using std::endl; + +std::ostream& operator<<(std::ostream& os, const StackState& s) +{ + os << "StackState(stack_start=" << (void*)s._stack_start + << ", stack_stop=" << (void*)s.stack_stop + << ", stack_copy=" << (void*)s.stack_copy + << ", stack_saved=" << s._stack_saved + << ", stack_prev=" << s.stack_prev + << ", addr=" << &s + << ")"; + return os; +} +#endif + +StackState::StackState(void* mark, StackState& current) + : _stack_start(nullptr), + stack_stop((char*)mark), + stack_copy(nullptr), + _stack_saved(0), + /* Skip a dying greenlet */ + stack_prev(current._stack_start + ? ¤t + : current.stack_prev) +{ +} + +StackState::StackState() + : _stack_start(nullptr), + stack_stop(nullptr), + stack_copy(nullptr), + _stack_saved(0), + stack_prev(nullptr) +{ +} + +StackState::StackState(const StackState& other) +// can't use a delegating constructor because of +// MSVC for Python 2.7 + : _stack_start(nullptr), + stack_stop(nullptr), + stack_copy(nullptr), + _stack_saved(0), + stack_prev(nullptr) +{ + this->operator=(other); +} + +StackState& StackState::operator=(const StackState& other) +{ + if (&other == this) { + return *this; + } + if (other._stack_saved) { + throw std::runtime_error("Refusing to steal memory."); + } + + //If we have memory allocated, dispose of it + this->free_stack_copy(); + + this->_stack_start = other._stack_start; + this->stack_stop = other.stack_stop; + this->stack_copy = other.stack_copy; + this->_stack_saved = other._stack_saved; + this->stack_prev = other.stack_prev; + return *this; +} + +inline void StackState::free_stack_copy() noexcept +{ + PyMem_Free(this->stack_copy); + this->stack_copy = nullptr; + this->_stack_saved = 0; +} + +inline void StackState::copy_heap_to_stack(const StackState& current) noexcept +{ + + /* Restore the heap copy back into the C stack */ + if (this->_stack_saved != 0) { + memcpy(this->_stack_start, this->stack_copy, this->_stack_saved); + this->free_stack_copy(); + } + StackState* owner = const_cast(¤t); + if (!owner->_stack_start) { + owner = owner->stack_prev; /* greenlet is dying, skip it */ + } + while (owner && owner->stack_stop <= this->stack_stop) { + // cerr << "\tOwner: " << owner << endl; + owner = owner->stack_prev; /* find greenlet with more stack */ + } + this->stack_prev = owner; + // cerr << "\tFinished with: " << *this << endl; +} + +inline int StackState::copy_stack_to_heap_up_to(const char* const stop) noexcept +{ + /* Save more of g's stack into the heap -- at least up to 'stop' + g->stack_stop |________| + | | + | __ stop . . . . . + | | ==> . . + |________| _______ + | | | | + | | | | + g->stack_start | | |_______| g->stack_copy + */ + intptr_t sz1 = this->_stack_saved; + intptr_t sz2 = stop - this->_stack_start; + assert(this->_stack_start); + if (sz2 > sz1) { + char* c = (char*)PyMem_Realloc(this->stack_copy, sz2); + if (!c) { + PyErr_NoMemory(); + return -1; + } + memcpy(c + sz1, this->_stack_start + sz1, sz2 - sz1); + this->stack_copy = c; + this->_stack_saved = sz2; + } + return 0; +} + +inline int StackState::copy_stack_to_heap(char* const stackref, + const StackState& current) noexcept +{ + /* must free all the C stack up to target_stop */ + const char* const target_stop = this->stack_stop; + + StackState* owner = const_cast(¤t); + assert(owner->_stack_saved == 0); // everything is present on the stack + if (!owner->_stack_start) { + owner = owner->stack_prev; /* not saved if dying */ + } + else { + owner->_stack_start = stackref; + } + + while (owner->stack_stop < target_stop) { + /* ts_current is entierely within the area to free */ + if (owner->copy_stack_to_heap_up_to(owner->stack_stop)) { + return -1; /* XXX */ + } + owner = owner->stack_prev; + } + if (owner != this) { + if (owner->copy_stack_to_heap_up_to(target_stop)) { + return -1; /* XXX */ + } + } + return 0; +} + +inline bool StackState::started() const noexcept +{ + return this->stack_stop != nullptr; +} + +inline bool StackState::main() const noexcept +{ + return this->stack_stop == (char*)-1; +} + +inline bool StackState::active() const noexcept +{ + return this->_stack_start != nullptr; +} + +inline void StackState::set_active() noexcept +{ + assert(this->_stack_start == nullptr); + this->_stack_start = (char*)1; +} + +inline void StackState::set_inactive() noexcept +{ + this->_stack_start = nullptr; + // XXX: What if we still have memory out there? + // That case is actually triggered by + // test_issue251_issue252_explicit_reference_not_collectable (greenlet.tests.test_leaks.TestLeaks) + // and + // test_issue251_issue252_need_to_collect_in_background + // (greenlet.tests.test_leaks.TestLeaks) + // + // Those objects never get deallocated, so the destructor never + // runs. + // It *seems* safe to clean up the memory here? + if (this->_stack_saved) { + this->free_stack_copy(); + } +} + +inline intptr_t StackState::stack_saved() const noexcept +{ + return this->_stack_saved; +} + +inline char* StackState::stack_start() const noexcept +{ + return this->_stack_start; +} + + +inline StackState StackState::make_main() noexcept +{ + StackState s; + s._stack_start = (char*)1; + s.stack_stop = (char*)-1; + return s; +} + +StackState::~StackState() +{ + if (this->_stack_saved != 0) { + this->free_stack_copy(); + } +} + +void StackState::copy_from_stack(void* vdest, const void* vsrc, size_t n) const +{ + char* dest = static_cast(vdest); + const char* src = static_cast(vsrc); + if (src + n <= this->_stack_start + || src >= this->_stack_start + this->_stack_saved + || this->_stack_saved == 0) { + // Nothing we're copying was spilled from the stack + memcpy(dest, src, n); + return; + } + + if (src < this->_stack_start) { + // Copy the part before the saved stack. + // We know src + n > _stack_start due to the test above. + const size_t nbefore = this->_stack_start - src; + memcpy(dest, src, nbefore); + dest += nbefore; + src += nbefore; + n -= nbefore; + } + // We know src >= _stack_start after the before-copy, and + // src < _stack_start + _stack_saved due to the first if condition + size_t nspilled = std::min(n, this->_stack_start + this->_stack_saved - src); + memcpy(dest, this->stack_copy + (src - this->_stack_start), nspilled); + dest += nspilled; + src += nspilled; + n -= nspilled; + if (n > 0) { + // Copy the part after the saved stack + memcpy(dest, src, n); + } +} + +}; // namespace greenlet + +#endif // GREENLET_STACK_STATE_CPP diff --git a/venv/lib/python3.8/site-packages/greenlet/TThreadState.hpp b/venv/lib/python3.8/site-packages/greenlet/TThreadState.hpp new file mode 100644 index 000000000..e4e6f6cba --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/TThreadState.hpp @@ -0,0 +1,497 @@ +#ifndef GREENLET_THREAD_STATE_HPP +#define GREENLET_THREAD_STATE_HPP + +#include +#include + +#include "greenlet_internal.hpp" +#include "greenlet_refs.hpp" +#include "greenlet_thread_support.hpp" + +using greenlet::refs::BorrowedObject; +using greenlet::refs::BorrowedGreenlet; +using greenlet::refs::BorrowedMainGreenlet; +using greenlet::refs::OwnedMainGreenlet; +using greenlet::refs::OwnedObject; +using greenlet::refs::OwnedGreenlet; +using greenlet::refs::OwnedList; +using greenlet::refs::PyErrFetchParam; +using greenlet::refs::PyArgParseParam; +using greenlet::refs::ImmortalString; +using greenlet::refs::CreatedModule; +using greenlet::refs::PyErrPieces; +using greenlet::refs::NewReference; + +namespace greenlet { +/** + * Thread-local state of greenlets. + * + * Each native thread will get exactly one of these objects, + * automatically accessed through the best available thread-local + * mechanism the compiler supports (``thread_local`` for C++11 + * compilers or ``__thread``/``declspec(thread)`` for older GCC/clang + * or MSVC, respectively.) + * + * Previously, we kept thread-local state mostly in a bunch of + * ``static volatile`` variables in the main greenlet file.. This had + * the problem of requiring extra checks, loops, and great care + * accessing these variables if we potentially invoked any Python code + * that could release the GIL, because the state could change out from + * under us. Making the variables thread-local solves this problem. + * + * When we detected that a greenlet API accessing the current greenlet + * was invoked from a different thread than the greenlet belonged to, + * we stored a reference to the greenlet in the Python thread + * dictionary for the thread the greenlet belonged to. This could lead + * to memory leaks if the thread then exited (because of a reference + * cycle, as greenlets referred to the thread dictionary, and deleting + * non-current greenlets leaked their frame plus perhaps arguments on + * the C stack). If a thread exited while still having running + * greenlet objects (perhaps that had just switched back to the main + * greenlet), and did not invoke one of the greenlet APIs *in that + * thread, immediately before it exited, without some other thread + * then being invoked*, such a leak was guaranteed. + * + * This can be partly solved by using compiler thread-local variables + * instead of the Python thread dictionary, thus avoiding a cycle. + * + * To fully solve this problem, we need a reliable way to know that a + * thread is done and we should clean up the main greenlet. On POSIX, + * we can use the destructor function of ``pthread_key_create``, but + * there's nothing similar on Windows; a C++11 thread local object + * reliably invokes its destructor when the thread it belongs to exits + * (non-C++11 compilers offer ``__thread`` or ``declspec(thread)`` to + * create thread-local variables, but they can't hold C++ objects that + * invoke destructors; the C++11 version is the most portable solution + * I found). When the thread exits, we can drop references and + * otherwise manipulate greenlets and frames that we know can no + * longer be switched to. For compilers that don't support C++11 + * thread locals, we have a solution that uses the python thread + * dictionary, though it may not collect everything as promptly as + * other compilers do, if some other library is using the thread + * dictionary and has a cycle or extra reference. + * + * There are two small wrinkles. The first is that when the thread + * exits, it is too late to actually invoke Python APIs: the Python + * thread state is gone, and the GIL is released. To solve *this* + * problem, our destructor uses ``Py_AddPendingCall`` to transfer the + * destruction work to the main thread. (This is not an issue for the + * dictionary solution.) + * + * The second is that once the thread exits, the thread local object + * is invalid and we can't even access a pointer to it, so we can't + * pass it to ``Py_AddPendingCall``. This is handled by actually using + * a second object that's thread local (ThreadStateCreator) and having + * it dynamically allocate this object so it can live until the + * pending call runs. + */ + + + +class ThreadState { +private: + // As of commit 08ad1dd7012b101db953f492e0021fb08634afad + // this class needed 56 bytes in o Py_DEBUG build + // on 64-bit macOS 11. + // Adding the vector takes us up to 80 bytes () + + /* Strong reference to the main greenlet */ + OwnedMainGreenlet main_greenlet; + + /* Strong reference to the current greenlet. */ + OwnedGreenlet current_greenlet; + + /* Strong reference to the trace function, if any. */ + OwnedObject tracefunc; + + typedef std::vector > deleteme_t; + /* A vector of raw PyGreenlet pointers representing things that need + deleted when this thread is running. The vector owns the + references, but you need to manually INCREF/DECREF as you use + them. We don't use a vector because we + make copy of this vector, and that would become O(n) as all the + refcounts are incremented in the copy. + */ + deleteme_t deleteme; + +#ifdef GREENLET_NEEDS_EXCEPTION_STATE_SAVED + void* exception_state; +#endif + + static std::clock_t _clocks_used_doing_gc; + static ImmortalString get_referrers_name; + static PythonAllocator allocator; + + G_NO_COPIES_OF_CLS(ThreadState); + + + // Allocates a main greenlet for the thread state. If this fails, + // exits the process. Called only during constructing a ThreadState. + MainGreenlet* alloc_main() + { + PyGreenlet* gmain; + + /* create the main greenlet for this thread */ + gmain = reinterpret_cast(PyType_GenericAlloc(&PyGreenlet_Type, 0)); + if (gmain == NULL) { + throw PyFatalError("alloc_main failed to alloc"); //exits the process + } + + MainGreenlet* const main = new MainGreenlet(gmain, this); + + assert(Py_REFCNT(gmain) == 1); + assert(gmain->pimpl == main); + return main; + } + + +public: + static void* operator new(size_t UNUSED(count)) + { + return ThreadState::allocator.allocate(1); + } + + static void operator delete(void* ptr) + { + return ThreadState::allocator.deallocate(static_cast(ptr), + 1); + } + + static void init() + { + ThreadState::get_referrers_name = "get_referrers"; + ThreadState::_clocks_used_doing_gc = 0; + } + + ThreadState() + { + +#ifdef GREENLET_NEEDS_EXCEPTION_STATE_SAVED + this->exception_state = slp_get_exception_state(); +#endif + + // XXX: Potentially dangerous, exposing a not fully + // constructed object. + MainGreenlet* const main = this->alloc_main(); + this->main_greenlet = OwnedMainGreenlet::consuming( + main->self() + ); + assert(this->main_greenlet); + this->current_greenlet = main->self(); + // The main greenlet starts with 1 refs: The returned one. We + // then copied it to the current greenlet. + assert(this->main_greenlet.REFCNT() == 2); + } + + inline void restore_exception_state() + { +#ifdef GREENLET_NEEDS_EXCEPTION_STATE_SAVED + // It's probably important this be inlined and only call C + // functions to avoid adding an SEH frame. + slp_set_exception_state(this->exception_state); +#endif + } + + inline bool has_main_greenlet() const noexcept + { + return bool(this->main_greenlet); + } + + // Called from the ThreadStateCreator when we're in non-standard + // threading mode. In that case, there is an object in the Python + // thread state dictionary that points to us. The main greenlet + // also traverses into us, in which case it's crucial not to + // traverse back into the main greenlet. + int tp_traverse(visitproc visit, void* arg, bool traverse_main=true) + { + if (traverse_main) { + Py_VISIT(main_greenlet.borrow_o()); + } + if (traverse_main || current_greenlet != main_greenlet) { + Py_VISIT(current_greenlet.borrow_o()); + } + Py_VISIT(tracefunc.borrow()); + return 0; + } + + inline BorrowedMainGreenlet borrow_main_greenlet() const noexcept + { + assert(this->main_greenlet); + assert(this->main_greenlet.REFCNT() >= 2); + return this->main_greenlet; + }; + + inline OwnedMainGreenlet get_main_greenlet() const noexcept + { + return this->main_greenlet; + } + + /** + * In addition to returning a new reference to the currunt + * greenlet, this performs any maintenance needed. + */ + inline OwnedGreenlet get_current() + { + /* green_dealloc() cannot delete greenlets from other threads, so + it stores them in the thread dict; delete them now. */ + this->clear_deleteme_list(); + //assert(this->current_greenlet->main_greenlet == this->main_greenlet); + //assert(this->main_greenlet->main_greenlet == this->main_greenlet); + return this->current_greenlet; + } + + /** + * As for non-const get_current(); + */ + inline BorrowedGreenlet borrow_current() + { + this->clear_deleteme_list(); + return this->current_greenlet; + } + + /** + * Does no maintenance. + */ + inline OwnedGreenlet get_current() const + { + return this->current_greenlet; + } + + template + inline bool is_current(const refs::PyObjectPointer& obj) const + { + return this->current_greenlet.borrow_o() == obj.borrow_o(); + } + + inline void set_current(const OwnedGreenlet& target) + { + this->current_greenlet = target; + } + +private: + /** + * Deref and remove the greenlets from the deleteme list. Must be + * holding the GIL. + * + * If *murder* is true, then we must be called from a different + * thread than the one that these greenlets were running in. + * In that case, if the greenlet was actually running, we destroy + * the frame reference and otherwise make it appear dead before + * proceeding; otherwise, we would try (and fail) to raise an + * exception in it and wind up right back in this list. + */ + inline void clear_deleteme_list(const bool murder=false) + { + if (!this->deleteme.empty()) { + // It's possible we could add items to this list while + // running Python code if there's a thread switch, so we + // need to defensively copy it before that can happen. + deleteme_t copy = this->deleteme; + this->deleteme.clear(); // in case things come back on the list + for(deleteme_t::iterator it = copy.begin(), end = copy.end(); + it != end; + ++it ) { + PyGreenlet* to_del = *it; + if (murder) { + // Force each greenlet to appear dead; we can't raise an + // exception into it anymore anyway. + to_del->pimpl->murder_in_place(); + } + + // The only reference to these greenlets should be in + // this list, decreffing them should let them be + // deleted again, triggering calls to green_dealloc() + // in the correct thread (if we're not murdering). + // This may run arbitrary Python code and switch + // threads or greenlets! + Py_DECREF(to_del); + if (PyErr_Occurred()) { + PyErr_WriteUnraisable(nullptr); + PyErr_Clear(); + } + } + } + } + +public: + + /** + * Returns a new reference, or a false object. + */ + inline OwnedObject get_tracefunc() const + { + return tracefunc; + }; + + + inline void set_tracefunc(BorrowedObject tracefunc) + { + assert(tracefunc); + if (tracefunc == BorrowedObject(Py_None)) { + this->tracefunc.CLEAR(); + } + else { + this->tracefunc = tracefunc; + } + } + + /** + * Given a reference to a greenlet that some other thread + * attempted to delete (has a refcount of 0) store it for later + * deletion when the thread this state belongs to is current. + */ + inline void delete_when_thread_running(PyGreenlet* to_del) + { + Py_INCREF(to_del); + this->deleteme.push_back(to_del); + } + + /** + * Set to std::clock_t(-1) to disable. + */ + inline static std::clock_t& clocks_used_doing_gc() + { + return ThreadState::_clocks_used_doing_gc; + } + + ~ThreadState() + { + if (!PyInterpreterState_Head()) { + // We shouldn't get here (our callers protect us) + // but if we do, all we can do is bail early. + return; + } + + // We should not have an "origin" greenlet; that only exists + // for the temporary time during a switch, which should not + // be in progress as the thread dies. + //assert(!this->switching_state.origin); + + this->tracefunc.CLEAR(); + + // Forcibly GC as much as we can. + this->clear_deleteme_list(true); + + // The pending call did this. + assert(this->main_greenlet->thread_state() == nullptr); + + // If the main greenlet is the current greenlet, + // then we "fell off the end" and the thread died. + // It's possible that there is some other greenlet that + // switched to us, leaving a reference to the main greenlet + // on the stack, somewhere uncollectible. Try to detect that. + if (this->current_greenlet == this->main_greenlet && this->current_greenlet) { + assert(this->current_greenlet->is_currently_running_in_some_thread()); + // Drop one reference we hold. + this->current_greenlet.CLEAR(); + assert(!this->current_greenlet); + // Only our reference to the main greenlet should be left, + // But hold onto the pointer in case we need to do extra cleanup. + PyGreenlet* old_main_greenlet = this->main_greenlet.borrow(); + Py_ssize_t cnt = this->main_greenlet.REFCNT(); + this->main_greenlet.CLEAR(); + if (ThreadState::_clocks_used_doing_gc != std::clock_t(-1) + && cnt == 2 && Py_REFCNT(old_main_greenlet) == 1) { + // Highly likely that the reference is somewhere on + // the stack, not reachable by GC. Verify. + // XXX: This is O(n) in the total number of objects. + // TODO: Add a way to disable this at runtime, and + // another way to report on it. + std::clock_t begin = std::clock(); + NewReference gc(PyImport_ImportModule("gc")); + if (gc) { + OwnedObject get_referrers = gc.PyRequireAttr(ThreadState::get_referrers_name); + OwnedList refs(get_referrers.PyCall(old_main_greenlet)); + if (refs && refs.empty()) { + assert(refs.REFCNT() == 1); + // We found nothing! So we left a dangling + // reference: Probably the last thing some + // other greenlet did was call + // 'getcurrent().parent.switch()' to switch + // back to us. Clean it up. This will be the + // case on CPython 3.7 and newer, as they use + // an internal calling conversion that avoids + // creating method objects and storing them on + // the stack. + Py_DECREF(old_main_greenlet); + } + else if (refs + && refs.size() == 1 + && PyCFunction_Check(refs.at(0)) + && Py_REFCNT(refs.at(0)) == 2) { + assert(refs.REFCNT() == 1); + // Ok, we found a C method that refers to the + // main greenlet, and its only referenced + // twice, once in the list we just created, + // once from...somewhere else. If we can't + // find where else, then this is a leak. + // This happens in older versions of CPython + // that create a bound method object somewhere + // on the stack that we'll never get back to. + if (PyCFunction_GetFunction(refs.at(0).borrow()) == (PyCFunction)green_switch) { + BorrowedObject function_w = refs.at(0); + refs.clear(); // destroy the reference + // from the list. + // back to one reference. Can *it* be + // found? + assert(function_w.REFCNT() == 1); + refs = get_referrers.PyCall(function_w); + if (refs && refs.empty()) { + // Nope, it can't be found so it won't + // ever be GC'd. Drop it. + Py_CLEAR(function_w); + } + } + } + std::clock_t end = std::clock(); + ThreadState::_clocks_used_doing_gc += (end - begin); + } + } + } + + // We need to make sure this greenlet appears to be dead, + // because otherwise deallocing it would fail to raise an + // exception in it (the thread is dead) and put it back in our + // deleteme list. + if (this->current_greenlet) { + this->current_greenlet->murder_in_place(); + this->current_greenlet.CLEAR(); + } + + if (this->main_greenlet) { + // Couldn't have been the main greenlet that was running + // when the thread exited (because we already cleared this + // pointer if it was). This shouldn't be possible? + + // If the main greenlet was current when the thread died (it + // should be, right?) then we cleared its self pointer above + // when we cleared the current greenlet's main greenlet pointer. + // assert(this->main_greenlet->main_greenlet == this->main_greenlet + // || !this->main_greenlet->main_greenlet); + // // self reference, probably gone + // this->main_greenlet->main_greenlet.CLEAR(); + + // This will actually go away when the ivar is destructed. + this->main_greenlet.CLEAR(); + } + + if (PyErr_Occurred()) { + PyErr_WriteUnraisable(NULL); + PyErr_Clear(); + } + + } + +}; + +ImmortalString ThreadState::get_referrers_name(nullptr); +PythonAllocator ThreadState::allocator; +std::clock_t ThreadState::_clocks_used_doing_gc(0); + + + + + +}; // namespace greenlet + +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/TThreadStateCreator.hpp b/venv/lib/python3.8/site-packages/greenlet/TThreadStateCreator.hpp new file mode 100644 index 000000000..2ec7ab55b --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/TThreadStateCreator.hpp @@ -0,0 +1,102 @@ +#ifndef GREENLET_THREAD_STATE_CREATOR_HPP +#define GREENLET_THREAD_STATE_CREATOR_HPP + +#include +#include + +#include "greenlet_internal.hpp" +#include "greenlet_refs.hpp" +#include "greenlet_thread_support.hpp" + +#include "TThreadState.hpp" + +namespace greenlet { + + +typedef void (*ThreadStateDestructor)(ThreadState* const); + +template +class ThreadStateCreator +{ +private: + // Initialized to 1, and, if still 1, created on access. + // Set to 0 on destruction. + ThreadState* _state; + G_NO_COPIES_OF_CLS(ThreadStateCreator); + + inline bool has_initialized_state() const noexcept + { + return this->_state != (ThreadState*)1; + } + + inline bool has_state() const noexcept + { + return this->has_initialized_state() && this->_state != nullptr; + } + +public: + + // Only one of these, auto created per thread. + // Constructing the state constructs the MainGreenlet. + ThreadStateCreator() : + _state((ThreadState*)1) + { + } + + ~ThreadStateCreator() + { + if (this->has_state()) { + Destructor(this->_state); + } + + this->_state = nullptr; + } + + inline ThreadState& state() + { + // The main greenlet will own this pointer when it is created, + // which will be right after this. The plan is to give every + // greenlet a pointer to the main greenlet for the thread it + // runs in; if we are doing something cross-thread, we need to + // access the pointer from the main greenlet. Deleting the + // thread, and hence the thread-local storage, will delete the + // state pointer in the main greenlet. + if (!this->has_initialized_state()) { + // XXX: Assuming allocation never fails + this->_state = new ThreadState; + // For non-standard threading, we need to store an object + // in the Python thread state dictionary so that it can be + // DECREF'd when the thread ends (ideally; the dict could + // last longer) and clean this object up. + } + if (!this->_state) { + throw std::runtime_error("Accessing state after destruction."); + } + return *this->_state; + } + + operator ThreadState&() + { + return this->state(); + } + + operator ThreadState*() + { + return &this->state(); + } + + inline int tp_traverse(visitproc visit, void* arg) + { + if (this->has_state()) { + return this->_state->tp_traverse(visit, arg); + } + return 0; + } + +}; + + + +}; // namespace greenlet + +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/TThreadStateDestroy.cpp b/venv/lib/python3.8/site-packages/greenlet/TThreadStateDestroy.cpp new file mode 100644 index 000000000..37fcc8c11 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/TThreadStateDestroy.cpp @@ -0,0 +1,258 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; -*- */ +/** + * Implementation of the ThreadState destructors. + * + * Format with: + * clang-format -i --style=file src/greenlet/greenlet.c + * + * + * Fix missing braces with: + * clang-tidy src/greenlet/greenlet.c -fix -checks="readability-braces-around-statements" +*/ +#ifndef T_THREADSTATE_DESTROY +#define T_THREADSTATE_DESTROY + +#include "TGreenlet.hpp" + +#include "greenlet_thread_support.hpp" +#include "greenlet_cpython_add_pending.hpp" +#include "greenlet_compiler_compat.hpp" +#include "TGreenletGlobals.cpp" +#include "TThreadState.hpp" +#include "TThreadStateCreator.hpp" + +namespace greenlet { + +extern "C" { + +struct ThreadState_DestroyNoGIL +{ + /** + This function uses the same lock that the PendingCallback does + */ + static void + MarkGreenletDeadAndQueueCleanup(ThreadState* const state) + { +#if GREENLET_BROKEN_THREAD_LOCAL_CLEANUP_JUST_LEAK + return; +#endif + // We are *NOT* holding the GIL. Our thread is in the middle + // of its death throes and the Python thread state is already + // gone so we can't use most Python APIs. One that is safe is + // ``Py_AddPendingCall``, unless the interpreter itself has + // been torn down. There is a limited number of calls that can + // be queued: 32 (NPENDINGCALLS) in CPython 3.10, so we + // coalesce these calls using our own queue. + + if (!MarkGreenletDeadIfNeeded(state)) { + // No state, or no greenlet + return; + } + + // XXX: Because we don't have the GIL, this is a race condition. + if (!PyInterpreterState_Head()) { + // We have to leak the thread state, if the + // interpreter has shut down when we're getting + // deallocated, we can't run the cleanup code that + // deleting it would imply. + return; + } + + AddToCleanupQueue(state); + + } + +private: + + // If the state has an allocated main greenlet: + // - mark the greenlet as dead by disassociating it from the state; + // - return 1 + // Otherwise, return 0. + static bool + MarkGreenletDeadIfNeeded(ThreadState* const state) + { + if (state && state->has_main_greenlet()) { + // mark the thread as dead ASAP. + // this is racy! If we try to throw or switch to a + // greenlet from this thread from some other thread before + // we clear the state pointer, it won't realize the state + // is dead which can crash the process. + PyGreenlet* p(state->borrow_main_greenlet().borrow()); + assert(p->pimpl->thread_state() == state || p->pimpl->thread_state() == nullptr); + dynamic_cast(p->pimpl)->thread_state(nullptr); + return true; + } + return false; + } + + static void + AddToCleanupQueue(ThreadState* const state) + { + assert(state && state->has_main_greenlet()); + + // NOTE: Because we're not holding the GIL here, some other + // Python thread could run and call ``os.fork()``, which would + // be bad if that happened while we are holding the cleanup + // lock (it wouldn't function in the child process). + // Make a best effort to try to keep the duration we hold the + // lock short. + // TODO: On platforms that support it, use ``pthread_atfork`` to + // drop this lock. + LockGuard cleanup_lock(*mod_globs->thread_states_to_destroy_lock); + + mod_globs->queue_to_destroy(state); + if (mod_globs->thread_states_to_destroy.size() == 1) { + // We added the first item to the queue. We need to schedule + // the cleanup. + + // A size greater than 1 means that we have already added the pending call, + // and in fact, it may be executing now. + // If it is executing, our lock makes sure that it will see the item we just added + // to the queue on its next iteration (after we release the lock) + // + // A size of 1 means there is no pending call, OR the pending call is + // currently executing, has dropped the lock, and is deleting the last item + // from the queue; its next iteration will go ahead and delete the item we just added. + // And the pending call we schedule here will have no work to do. + int result = AddPendingCall( + PendingCallback_DestroyQueueWithGIL, + nullptr); + if (result < 0) { + // Hmm, what can we do here? + fprintf(stderr, + "greenlet: WARNING: failed in call to Py_AddPendingCall; " + "expect a memory leak.\n"); + } + } + } + + static int + PendingCallback_DestroyQueueWithGIL(void* UNUSED(arg)) + { + // We're holding the GIL here, so no Python code should be able to + // run to call ``os.fork()``. + while (1) { + ThreadState* to_destroy; + { + LockGuard cleanup_lock(*mod_globs->thread_states_to_destroy_lock); + if (mod_globs->thread_states_to_destroy.empty()) { + break; + } + to_destroy = mod_globs->take_next_to_destroy(); + } + assert(to_destroy); + assert(to_destroy->has_main_greenlet()); + // Drop the lock while we do the actual deletion. + // This allows other calls to MarkGreenletDeadAndQueueCleanup + // to enter and add to our queue. + DestroyOneWithGIL(to_destroy); + } + return 0; + } + + static void + DestroyOneWithGIL(const ThreadState* const state) + { + // Holding the GIL. + // Passed a non-shared pointer to the actual thread state. + // state -> main greenlet + assert(state->has_main_greenlet()); + PyGreenlet* main(state->borrow_main_greenlet()); + // When we need to do cross-thread operations, we check this. + // A NULL value means the thread died some time ago. + // We do this here, rather than in a Python dealloc function + // for the greenlet, in case there's still a reference out + // there. + dynamic_cast(main->pimpl)->thread_state(nullptr); + + delete state; // Deleting this runs the destructor, DECREFs the main greenlet. + } + + // ensure this is actually defined. + static_assert(GREENLET_BROKEN_PY_ADD_PENDING == 1 || GREENLET_BROKEN_PY_ADD_PENDING == 0, + "GREENLET_BROKEN_PY_ADD_PENDING not defined correctly."); + +#if GREENLET_BROKEN_PY_ADD_PENDING + static int _push_pending_call(struct _pending_calls *pending, + int (*func)(void *), void *arg) + { + int i = pending->last; + int j = (i + 1) % NPENDINGCALLS; + if (j == pending->first) { + return -1; /* Queue full */ + } + pending->calls[i].func = func; + pending->calls[i].arg = arg; + pending->last = j; + return 0; + } + + static int AddPendingCall(int (*func)(void *), void *arg) + { + _PyRuntimeState *runtime = &_PyRuntime; + if (!runtime) { + // obviously impossible + return 0; + } + struct _pending_calls *pending = &runtime->ceval.pending; + if (!pending->lock) { + return 0; + } + int result = 0; + PyThread_acquire_lock(pending->lock, WAIT_LOCK); + if (!pending->finishing) { + result = _push_pending_call(pending, func, arg); + } + PyThread_release_lock(pending->lock); + SIGNAL_PENDING_CALLS(&runtime->ceval); + return result; + } +#else + // Python < 3.8 or >= 3.9 + static int AddPendingCall(int (*func)(void*), void* arg) + { + // If the interpreter is in the middle of finalizing, we can't add a + // pending call. Trying to do so will end up in a SIGSEGV, as + // Py_AddPendingCall will not be able to get the interpreter and will + // try to dereference a NULL pointer. It's possible this can still + // segfault if we happen to get context switched, and maybe we should + // just always implement our own AddPendingCall, but I'd like to see if + // this works first +#if GREENLET_PY313 + if (Py_IsFinalizing()) { +#else + if (_Py_IsFinalizing()) { +#endif +#ifdef GREENLET_DEBUG + // No need to log in the general case. Yes, we'll leak, + // but we're shutting down so it should be ok. + fprintf(stderr, + "greenlet: WARNING: Interpreter is finalizing. Ignoring " + "call to Py_AddPendingCall; \n"); +#endif + return 0; + } + return Py_AddPendingCall(func, arg); + } +#endif + + + + +}; +}; + +}; // namespace greenlet + +// The intent when GET_THREAD_STATE() is needed multiple times in a +// function is to take a reference to its return value in a local +// variable, to avoid the thread-local indirection. On some platforms +// (macOS), accessing a thread-local involves a function call (plus an +// initial function call in each function that uses a thread local); +// in contrast, static volatile variables are at some pre-computed +// offset. +typedef greenlet::ThreadStateCreator ThreadStateCreator; +static thread_local ThreadStateCreator g_thread_state_global; +#define GET_THREAD_STATE() g_thread_state_global + +#endif //T_THREADSTATE_DESTROY diff --git a/venv/lib/python3.8/site-packages/greenlet/TUserGreenlet.cpp b/venv/lib/python3.8/site-packages/greenlet/TUserGreenlet.cpp new file mode 100644 index 000000000..73a81330d --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/TUserGreenlet.cpp @@ -0,0 +1,662 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; -*- */ +/** + * Implementation of greenlet::UserGreenlet. + * + * Format with: + * clang-format -i --style=file src/greenlet/greenlet.c + * + * + * Fix missing braces with: + * clang-tidy src/greenlet/greenlet.c -fix -checks="readability-braces-around-statements" +*/ +#ifndef T_USER_GREENLET_CPP +#define T_USER_GREENLET_CPP + +#include "greenlet_internal.hpp" +#include "TGreenlet.hpp" + +#include "TThreadStateDestroy.cpp" + + +namespace greenlet { +using greenlet::refs::BorrowedMainGreenlet; +greenlet::PythonAllocator UserGreenlet::allocator; + +void* UserGreenlet::operator new(size_t UNUSED(count)) +{ + return allocator.allocate(1); +} + + +void UserGreenlet::operator delete(void* ptr) +{ + return allocator.deallocate(static_cast(ptr), + 1); +} + + +UserGreenlet::UserGreenlet(PyGreenlet* p, BorrowedGreenlet the_parent) + : Greenlet(p), _parent(the_parent) +{ +} + +UserGreenlet::~UserGreenlet() +{ + // Python 3.11: If we don't clear out the raw frame datastack + // when deleting an unfinished greenlet, + // TestLeaks.test_untracked_memory_doesnt_increase_unfinished_thread_dealloc_in_main fails. + this->python_state.did_finish(nullptr); + this->tp_clear(); +} + + +const BorrowedMainGreenlet +UserGreenlet::main_greenlet() const +{ + return this->_main_greenlet; +} + + +BorrowedMainGreenlet +UserGreenlet::find_main_greenlet_in_lineage() const +{ + if (this->started()) { + assert(this->_main_greenlet); + return BorrowedMainGreenlet(this->_main_greenlet); + } + + if (!this->_parent) { + /* garbage collected greenlet in chain */ + // XXX: WHAT? + return BorrowedMainGreenlet(nullptr); + } + + return this->_parent->find_main_greenlet_in_lineage(); +} + + +/** + * CAUTION: This will allocate memory and may trigger garbage + * collection and arbitrary Python code. + */ +OwnedObject +UserGreenlet::throw_GreenletExit_during_dealloc(const ThreadState& current_thread_state) +{ + /* The dying greenlet cannot be a parent of ts_current + because the 'parent' field chain would hold a + reference */ + UserGreenlet::ParentIsCurrentGuard with_current_parent(this, current_thread_state); + + // We don't care about the return value, only whether an + // exception happened. Whether or not an exception happens, + // we need to restore the parent in case the greenlet gets + // resurrected. + return Greenlet::throw_GreenletExit_during_dealloc(current_thread_state); +} + +ThreadState* +UserGreenlet::thread_state() const noexcept +{ + // TODO: maybe make this throw, if the thread state isn't there? + // if (!this->main_greenlet) { + // throw std::runtime_error("No thread state"); // TODO: Better exception + // } + if (!this->_main_greenlet) { + return nullptr; + } + return this->_main_greenlet->thread_state(); +} + + +bool +UserGreenlet::was_running_in_dead_thread() const noexcept +{ + return this->_main_greenlet && !this->thread_state(); +} + +OwnedObject +UserGreenlet::g_switch() +{ + assert(this->args() || PyErr_Occurred()); + + try { + this->check_switch_allowed(); + } + catch (const PyErrOccurred&) { + this->release_args(); + throw; + } + + // Switching greenlets used to attempt to clean out ones that need + // deleted *if* we detected a thread switch. Should it still do + // that? + // An issue is that if we delete a greenlet from another thread, + // it gets queued to this thread, and ``kill_greenlet()`` switches + // back into the greenlet + + /* find the real target by ignoring dead greenlets, + and if necessary starting a greenlet. */ + switchstack_result_t err; + Greenlet* target = this; + // TODO: probably cleaner to handle the case where we do + // switch to ourself separately from the other cases. + // This can probably even further be simplified if we keep + // track of the switching_state we're going for and just call + // into g_switch() if it's not ourself. The main problem with that + // is that we would be using more stack space. + bool target_was_me = true; + bool was_initial_stub = false; + while (target) { + if (target->active()) { + if (!target_was_me) { + target->args() <<= this->args(); + assert(!this->args()); + } + err = target->g_switchstack(); + break; + } + if (!target->started()) { + // We never encounter a main greenlet that's not started. + assert(!target->main()); + UserGreenlet* real_target = static_cast(target); + assert(real_target); + void* dummymarker; + was_initial_stub = true; + if (!target_was_me) { + target->args() <<= this->args(); + assert(!this->args()); + } + try { + // This can only throw back to us while we're + // still in this greenlet. Once the new greenlet + // is bootstrapped, it has its own exception state. + err = real_target->g_initialstub(&dummymarker); + } + catch (const PyErrOccurred&) { + this->release_args(); + throw; + } + catch (const GreenletStartedWhileInPython&) { + // The greenlet was started sometime before this + // greenlet actually switched to it, i.e., + // "concurrent" calls to switch() or throw(). + // We need to retry the switch. + // Note that the current greenlet has been reset + // to this one (or we wouldn't be running!) + continue; + } + break; + } + + target = target->parent(); + target_was_me = false; + } + // The ``this`` pointer and all other stack or register based + // variables are invalid now, at least where things succeed + // above. + // But this one, probably not so much? It's not clear if it's + // safe to throw an exception at this point. + + if (err.status < 0) { + // If we get here, either g_initialstub() + // failed, or g_switchstack() failed. Either one of those + // cases SHOULD leave us in the original greenlet with a valid + // stack. + return this->on_switchstack_or_initialstub_failure(target, err, target_was_me, was_initial_stub); + } + + // err.the_new_current_greenlet would be the same as ``target``, + // if target wasn't probably corrupt. + return err.the_new_current_greenlet->g_switch_finish(err); +} + + + +Greenlet::switchstack_result_t +UserGreenlet::g_initialstub(void* mark) +{ + OwnedObject run; + + // We need to grab a reference to the current switch arguments + // in case we're entered concurrently during the call to + // GetAttr() and have to try again. + // We'll restore them when we return in that case. + // Scope them tightly to avoid ref leaks. + { + SwitchingArgs args(this->args()); + + /* save exception in case getattr clears it */ + PyErrPieces saved; + + /* + self.run is the object to call in the new greenlet. + This could run arbitrary python code and switch greenlets! + */ + run = this->self().PyRequireAttr(mod_globs->str_run); + /* restore saved exception */ + saved.PyErrRestore(); + + + /* recheck that it's safe to switch in case greenlet reparented anywhere above */ + this->check_switch_allowed(); + + /* by the time we got here another start could happen elsewhere, + * that means it should now be a regular switch. + * This can happen if the Python code is a subclass that implements + * __getattribute__ or __getattr__, or makes ``run`` a descriptor; + * all of those can run arbitrary code that switches back into + * this greenlet. + */ + if (this->stack_state.started()) { + // the successful switch cleared these out, we need to + // restore our version. They will be copied on up to the + // next target. + assert(!this->args()); + this->args() <<= args; + throw GreenletStartedWhileInPython(); + } + } + + // Sweet, if we got here, we have the go-ahead and will switch + // greenlets. + // Nothing we do from here on out should allow for a thread or + // greenlet switch: No arbitrary calls to Python, including + // decref'ing + +#if GREENLET_USE_CFRAME + /* OK, we need it, we're about to switch greenlets, save the state. */ + /* + See green_new(). This is a stack-allocated variable used + while *self* is in PyObject_Call(). + We want to defer copying the state info until we're sure + we need it and are in a stable place to do so. + */ + _PyCFrame trace_info; + + this->python_state.set_new_cframe(trace_info); +#endif + /* start the greenlet */ + ThreadState& thread_state = GET_THREAD_STATE().state(); + this->stack_state = StackState(mark, + thread_state.borrow_current()->stack_state); + this->python_state.set_initial_state(PyThreadState_GET()); + this->exception_state.clear(); + this->_main_greenlet = thread_state.get_main_greenlet(); + + /* perform the initial switch */ + switchstack_result_t err = this->g_switchstack(); + /* returns twice! + The 1st time with ``err == 1``: we are in the new greenlet. + This one owns a greenlet that used to be current. + The 2nd time with ``err <= 0``: back in the caller's + greenlet; this happens if the child finishes or switches + explicitly to us. Either way, the ``err`` variable is + created twice at the same memory location, but possibly + having different ``origin`` values. Note that it's not + constructed for the second time until the switch actually happens. + */ + if (err.status == 1) { + // In the new greenlet. + + // This never returns! Calling inner_bootstrap steals + // the contents of our run object within this stack frame, so + // it is not valid to do anything with it. + try { + this->inner_bootstrap(err.origin_greenlet.relinquish_ownership(), + run.relinquish_ownership()); + } + // Getting a C++ exception here isn't good. It's probably a + // bug in the underlying greenlet, meaning it's probably a + // C++ extension. We're going to abort anyway, but try to + // display some nice information *if* possible. Some obscure + // platforms don't properly support this (old 32-bit Arm, see see + // https://github.com/python-greenlet/greenlet/issues/385); that's not + // great, but should usually be OK because, as mentioned above, we're + // terminating anyway. + // + // The catching is tested by + // ``test_cpp.CPPTests.test_unhandled_exception_in_greenlet_aborts``. + // + // PyErrOccurred can theoretically be thrown by + // inner_bootstrap() -> g_switch_finish(), but that should + // never make it back to here. It is a std::exception and + // would be caught if it is. + catch (const std::exception& e) { + std::string base = "greenlet: Unhandled C++ exception: "; + base += e.what(); + Py_FatalError(base.c_str()); + } + catch (...) { + // Some compilers/runtimes use exceptions internally. + // It appears that GCC on Linux with libstdc++ throws an + // exception internally at process shutdown time to unwind + // stacks and clean up resources. Depending on exactly + // where we are when the process exits, that could result + // in an unknown exception getting here. If we + // Py_FatalError() or abort() here, we interfere with + // orderly process shutdown. Throwing the exception on up + // is the right thing to do. + // + // gevent's ``examples/dns_mass_resolve.py`` demonstrates this. +#ifndef NDEBUG + fprintf(stderr, + "greenlet: inner_bootstrap threw unknown exception; " + "is the process terminating?\n"); +#endif + throw; + } + Py_FatalError("greenlet: inner_bootstrap returned with no exception.\n"); + } + + + // In contrast, notice that we're keeping the origin greenlet + // around as an owned reference; we need it to call the trace + // function for the switch back into the parent. It was only + // captured at the time the switch actually happened, though, + // so we haven't been keeping an extra reference around this + // whole time. + + /* back in the parent */ + if (err.status < 0) { + /* start failed badly, restore greenlet state */ + this->stack_state = StackState(); + this->_main_greenlet.CLEAR(); + // CAUTION: This may run arbitrary Python code. + run.CLEAR(); // inner_bootstrap didn't run, we own the reference. + } + + // In the success case, the spawned code (inner_bootstrap) will + // take care of decrefing this, so we relinquish ownership so as + // to not double-decref. + + run.relinquish_ownership(); + + return err; +} + + +void +UserGreenlet::inner_bootstrap(PyGreenlet* origin_greenlet, PyObject* run) +{ + // The arguments here would be another great place for move. + // As it is, we take them as a reference so that when we clear + // them we clear what's on the stack above us. Do that NOW, and + // without using a C++ RAII object, + // so there's no way that exiting the parent frame can clear it, + // or we clear it unexpectedly. This arises in the context of the + // interpreter shutting down. See https://github.com/python-greenlet/greenlet/issues/325 + //PyObject* run = _run.relinquish_ownership(); + + /* in the new greenlet */ + assert(this->thread_state()->borrow_current() == BorrowedGreenlet(this->_self)); + // C++ exceptions cannot propagate to the parent greenlet from + // here. (TODO: Do we need a catch(...) clause, perhaps on the + // function itself? ALl we could do is terminate the program.) + // NOTE: On 32-bit Windows, the call chain is extremely + // important here in ways that are subtle, having to do with + // the depth of the SEH list. The call to restore it MUST NOT + // add a new SEH handler to the list, or we'll restore it to + // the wrong thing. + this->thread_state()->restore_exception_state(); + /* stack variables from above are no good and also will not unwind! */ + // EXCEPT: That can't be true, we access run, among others, here. + + this->stack_state.set_active(); /* running */ + + // We're about to possibly run Python code again, which + // could switch back/away to/from us, so we need to grab the + // arguments locally. + SwitchingArgs args; + args <<= this->args(); + assert(!this->args()); + + // XXX: We could clear this much earlier, right? + // Or would that introduce the possibility of running Python + // code when we don't want to? + // CAUTION: This may run arbitrary Python code. + this->_run_callable.CLEAR(); + + + // The first switch we need to manually call the trace + // function here instead of in g_switch_finish, because we + // never return there. + if (OwnedObject tracefunc = this->thread_state()->get_tracefunc()) { + OwnedGreenlet trace_origin; + trace_origin = origin_greenlet; + try { + g_calltrace(tracefunc, + args ? mod_globs->event_switch : mod_globs->event_throw, + trace_origin, + this->_self); + } + catch (const PyErrOccurred&) { + /* Turn trace errors into switch throws */ + args.CLEAR(); + } + } + + // We no longer need the origin, it was only here for + // tracing. + // We may never actually exit this stack frame so we need + // to explicitly clear it. + // This could run Python code and switch. + Py_CLEAR(origin_greenlet); + + OwnedObject result; + if (!args) { + /* pending exception */ + result = NULL; + } + else { + /* call g.run(*args, **kwargs) */ + // This could result in further switches + try { + //result = run.PyCall(args.args(), args.kwargs()); + // CAUTION: Just invoking this, before the function even + // runs, may cause memory allocations, which may trigger + // GC, which may run arbitrary Python code. + result = OwnedObject::consuming(PyObject_Call(run, args.args().borrow(), args.kwargs().borrow())); + } + catch (...) { + // Unhandled C++ exception! + + // If we declare ourselves as noexcept, if we don't catch + // this here, most platforms will just abort() the + // process. But on 64-bit Windows with older versions of + // the C runtime, this can actually corrupt memory and + // just return. We see this when compiling with the + // Windows 7.0 SDK targeting Windows Server 2008, but not + // when using the Appveyor Visual Studio 2019 image. So + // this currently only affects Python 2.7 on Windows 64. + // That is, the tests pass and the runtime aborts + // everywhere else. + // + // However, if we catch it and try to continue with a + // Python error, then all Windows 64 bit platforms corrupt + // memory. So all we can do is manually abort, hopefully + // with a good error message. (Note that the above was + // tested WITHOUT the `/EHr` switch being used at compile + // time, so MSVC may have "optimized" out important + // checking. Using that switch, we may be in a better + // place in terms of memory corruption.) But sometimes it + // can't be caught here at all, which is confusing but not + // terribly surprising; so again, the G_NOEXCEPT_WIN32 + // plus "/EHr". + // + // Hopefully the basic C stdlib is still functional enough + // for us to at least print an error. + // + // It gets more complicated than that, though, on some + // platforms, specifically at least Linux/gcc/libstdc++. They use + // an exception to unwind the stack when a background + // thread exits. (See comments about noexcept.) So this + // may not actually represent anything untoward. On those + // platforms we allow throws of this to propagate, or + // attempt to anyway. +# if defined(WIN32) || defined(_WIN32) + Py_FatalError( + "greenlet: Unhandled C++ exception from a greenlet run function. " + "Because memory is likely corrupted, terminating process."); + std::abort(); +#else + throw; +#endif + } + } + // These lines may run arbitrary code + args.CLEAR(); + Py_CLEAR(run); + + if (!result + && mod_globs->PyExc_GreenletExit.PyExceptionMatches() + && (this->args())) { + // This can happen, for example, if our only reference + // goes away after we switch back to the parent. + // See test_dealloc_switch_args_not_lost + PyErrPieces clear_error; + result <<= this->args(); + result = single_result(result); + } + this->release_args(); + this->python_state.did_finish(PyThreadState_GET()); + + result = g_handle_exit(result); + assert(this->thread_state()->borrow_current() == this->_self); + + /* jump back to parent */ + this->stack_state.set_inactive(); /* dead */ + + + // TODO: Can we decref some things here? Release our main greenlet + // and maybe parent? + for (Greenlet* parent = this->_parent; + parent; + parent = parent->parent()) { + // We need to somewhere consume a reference to + // the result; in most cases we'll never have control + // back in this stack frame again. Calling + // green_switch actually adds another reference! + // This would probably be clearer with a specific API + // to hand results to the parent. + parent->args() <<= result; + assert(!result); + // The parent greenlet now owns the result; in the + // typical case we'll never get back here to assign to + // result and thus release the reference. + try { + result = parent->g_switch(); + } + catch (const PyErrOccurred&) { + // Ignore, keep passing the error on up. + } + + /* Return here means switch to parent failed, + * in which case we throw *current* exception + * to the next parent in chain. + */ + assert(!result); + } + /* We ran out of parents, cannot continue */ + PyErr_WriteUnraisable(this->self().borrow_o()); + Py_FatalError("greenlet: ran out of parent greenlets while propagating exception; " + "cannot continue"); + std::abort(); +} + +void +UserGreenlet::run(const BorrowedObject nrun) +{ + if (this->started()) { + throw AttributeError( + "run cannot be set " + "after the start of the greenlet"); + } + this->_run_callable = nrun; +} + +const OwnedGreenlet +UserGreenlet::parent() const +{ + return this->_parent; +} + +void +UserGreenlet::parent(const BorrowedObject raw_new_parent) +{ + if (!raw_new_parent) { + throw AttributeError("can't delete attribute"); + } + + BorrowedMainGreenlet main_greenlet_of_new_parent; + BorrowedGreenlet new_parent(raw_new_parent.borrow()); // could + // throw + // TypeError! + for (BorrowedGreenlet p = new_parent; p; p = p->parent()) { + if (p == this->self()) { + throw ValueError("cyclic parent chain"); + } + main_greenlet_of_new_parent = p->main_greenlet(); + } + + if (!main_greenlet_of_new_parent) { + throw ValueError("parent must not be garbage collected"); + } + + if (this->started() + && this->_main_greenlet != main_greenlet_of_new_parent) { + throw ValueError("parent cannot be on a different thread"); + } + + this->_parent = new_parent; +} + +void +UserGreenlet::murder_in_place() +{ + this->_main_greenlet.CLEAR(); + Greenlet::murder_in_place(); +} + +bool +UserGreenlet::belongs_to_thread(const ThreadState* thread_state) const +{ + return Greenlet::belongs_to_thread(thread_state) && this->_main_greenlet == thread_state->borrow_main_greenlet(); +} + + +int +UserGreenlet::tp_traverse(visitproc visit, void* arg) +{ + Py_VISIT(this->_parent.borrow_o()); + Py_VISIT(this->_main_greenlet.borrow_o()); + Py_VISIT(this->_run_callable.borrow_o()); + + return Greenlet::tp_traverse(visit, arg); +} + +int +UserGreenlet::tp_clear() +{ + Greenlet::tp_clear(); + this->_parent.CLEAR(); + this->_main_greenlet.CLEAR(); + this->_run_callable.CLEAR(); + return 0; +} + +UserGreenlet::ParentIsCurrentGuard::ParentIsCurrentGuard(UserGreenlet* p, + const ThreadState& thread_state) + : oldparent(p->_parent), + greenlet(p) +{ + p->_parent = thread_state.get_current(); +} + +UserGreenlet::ParentIsCurrentGuard::~ParentIsCurrentGuard() +{ + this->greenlet->_parent = oldparent; + oldparent.CLEAR(); +} + +}; //namespace greenlet +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/__init__.py b/venv/lib/python3.8/site-packages/greenlet/__init__.py new file mode 100644 index 000000000..b2dcc9bda --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/__init__.py @@ -0,0 +1,71 @@ +# -*- coding: utf-8 -*- +""" +The root of the greenlet package. +""" +from __future__ import absolute_import +from __future__ import division +from __future__ import print_function + +__all__ = [ + '__version__', + '_C_API', + + 'GreenletExit', + 'error', + + 'getcurrent', + 'greenlet', + + 'gettrace', + 'settrace', +] + +# pylint:disable=no-name-in-module + +### +# Metadata +### +__version__ = '3.1.1' +from ._greenlet import _C_API # pylint:disable=no-name-in-module + +### +# Exceptions +### +from ._greenlet import GreenletExit +from ._greenlet import error + +### +# greenlets +### +from ._greenlet import getcurrent +from ._greenlet import greenlet + +### +# tracing +### +try: + from ._greenlet import gettrace + from ._greenlet import settrace +except ImportError: + # Tracing wasn't supported. + # XXX: The option to disable it was removed in 1.0, + # so this branch should be dead code. + pass + +### +# Constants +# These constants aren't documented and aren't recommended. +# In 1.0, USE_GC and USE_TRACING are always true, and USE_CONTEXT_VARS +# is the same as ``sys.version_info[:2] >= 3.7`` +### +from ._greenlet import GREENLET_USE_CONTEXT_VARS # pylint:disable=unused-import +from ._greenlet import GREENLET_USE_GC # pylint:disable=unused-import +from ._greenlet import GREENLET_USE_TRACING # pylint:disable=unused-import + +# Controlling the use of the gc module. Provisional API for this greenlet +# implementation in 2.0. +from ._greenlet import CLOCKS_PER_SEC # pylint:disable=unused-import +from ._greenlet import enable_optional_cleanup # pylint:disable=unused-import +from ._greenlet import get_clocks_used_doing_optional_cleanup # pylint:disable=unused-import + +# Other APIS in the _greenlet module are for test support. diff --git a/venv/lib/python3.8/site-packages/greenlet/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/greenlet/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4e265385d8666c7f0edd3a49192c02973a99e266 GIT binary patch literal 1015 zcmZXS-D=w~7=~@fNgT&!1o%VF*D zZf0Y5usiYTj(Pz*>Crx^DYVQ+ub%J6w)DyuwVJ8G_4E7N#qW}${1L&^%Yfh$jPxFa zC`chH(L!~lAx#xr04|_{WF1&XI&hJcNSPR2tc zs3N%uY$8)~3%H7^lH0%*vQ*`EAD-wyR6{jc*#fqattwxYsG}>izBJh{RT1}<5^0y> z3)|4sKn>Zy1KdPS$-BTU)RMdh+(vE5FMvC!Bl#up7TN;dpC|{fZeN?z1?{pp=H2+Z z%Yo;N(kP_7n|S`xo728|2PP>8YF_tdX&h#p;$W4;j6=#G!8%BTI0Cj47DOChXOYh# zlUFfbQznWS=OsMA$LA-xHQc=3{TA@NNEwS+Zq6z9GsbAdbK~**K$LUl`7}4u4c!)x z`iK3)J5?@-!O_CHSovWRhYC^UVG=(8MAe7Ml2g7n9J}u5)ScpsiHiqkqp5p2#b1uc z6S2K##o+)_ooA`(_;_$K8j7tBPR|CPC-~eQ`3J8y{9N q$wK;3>@s~1q8BU`?t-Rj+LQ5DZ|ka6go+#*^fXjkFB!617y1txTmBLN literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/greenlet/_greenlet.cpython-38-x86_64-linux-gnu.so b/venv/lib/python3.8/site-packages/greenlet/_greenlet.cpython-38-x86_64-linux-gnu.so new file mode 100755 index 0000000000000000000000000000000000000000..0f3d5c794ca14c5aa4236b707e088702aacb428f GIT binary patch literal 1420664 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�Y5S(dsPNEP4XV5XssYD&i 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 Uvo$w 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

    1Gn=`=%?m9JRe2^{uVR+4X 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 On|1k1ErqQ|=l=lOZ|zzD literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/greenlet/greenlet.cpp b/venv/lib/python3.8/site-packages/greenlet/greenlet.cpp new file mode 100644 index 000000000..e8d92a00b --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/greenlet.cpp @@ -0,0 +1,320 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; -*- */ +/* Format with: + * clang-format -i --style=file src/greenlet/greenlet.c + * + * + * Fix missing braces with: + * clang-tidy src/greenlet/greenlet.c -fix -checks="readability-braces-around-statements" +*/ +#include +#include +#include +#include + + +#define PY_SSIZE_T_CLEAN +#include +#include "structmember.h" // PyMemberDef + +#include "greenlet_internal.hpp" +// Code after this point can assume access to things declared in stdint.h, +// including the fixed-width types. This goes for the platform-specific switch functions +// as well. +#include "greenlet_refs.hpp" +#include "greenlet_slp_switch.hpp" + +#include "greenlet_thread_support.hpp" +#include "TGreenlet.hpp" + +#include "TGreenletGlobals.cpp" + +#include "TGreenlet.cpp" +#include "TMainGreenlet.cpp" +#include "TUserGreenlet.cpp" +#include "TBrokenGreenlet.cpp" +#include "TExceptionState.cpp" +#include "TPythonState.cpp" +#include "TStackState.cpp" + +#include "TThreadState.hpp" +#include "TThreadStateCreator.hpp" +#include "TThreadStateDestroy.cpp" + +#include "PyGreenlet.cpp" +#include "PyGreenletUnswitchable.cpp" +#include "CObjects.cpp" + +using greenlet::LockGuard; +using greenlet::LockInitError; +using greenlet::PyErrOccurred; +using greenlet::Require; + +using greenlet::g_handle_exit; +using greenlet::single_result; + +using greenlet::Greenlet; +using greenlet::UserGreenlet; +using greenlet::MainGreenlet; +using greenlet::BrokenGreenlet; +using greenlet::ThreadState; +using greenlet::PythonState; + + + +// ******* Implementation of things from included files +template +greenlet::refs::_BorrowedGreenlet& greenlet::refs::_BorrowedGreenlet::operator=(const greenlet::refs::BorrowedObject& other) +{ + this->_set_raw_pointer(static_cast(other)); + return *this; +} + +template +inline greenlet::refs::_BorrowedGreenlet::operator Greenlet*() const noexcept +{ + if (!this->p) { + return nullptr; + } + return reinterpret_cast(this->p)->pimpl; +} + +template +greenlet::refs::_BorrowedGreenlet::_BorrowedGreenlet(const BorrowedObject& p) + : BorrowedReference(nullptr) +{ + + this->_set_raw_pointer(p.borrow()); +} + +template +inline greenlet::refs::_OwnedGreenlet::operator Greenlet*() const noexcept +{ + if (!this->p) { + return nullptr; + } + return reinterpret_cast(this->p)->pimpl; +} + + + +#ifdef __clang__ +# pragma clang diagnostic push +# pragma clang diagnostic ignored "-Wmissing-field-initializers" +# pragma clang diagnostic ignored "-Wwritable-strings" +#elif defined(__GNUC__) +# pragma GCC diagnostic push +// warning: ISO C++ forbids converting a string constant to ‘char*’ +// (The python APIs aren't const correct and accept writable char*) +# pragma GCC diagnostic ignored "-Wwrite-strings" +#endif + + +/*********************************************************** + +A PyGreenlet is a range of C stack addresses that must be +saved and restored in such a way that the full range of the +stack contains valid data when we switch to it. + +Stack layout for a greenlet: + + | ^^^ | + | older data | + | | + stack_stop . |_______________| + . | | + . | greenlet data | + . | in stack | + . * |_______________| . . _____________ stack_copy + stack_saved + . | | | | + . | data | |greenlet data| + . | unrelated | | saved | + . | to | | in heap | + stack_start . | this | . . |_____________| stack_copy + | greenlet | + | | + | newer data | + | vvv | + + +Note that a greenlet's stack data is typically partly at its correct +place in the stack, and partly saved away in the heap, but always in +the above configuration: two blocks, the more recent one in the heap +and the older one still in the stack (either block may be empty). + +Greenlets are chained: each points to the previous greenlet, which is +the one that owns the data currently in the C stack above my +stack_stop. The currently running greenlet is the first element of +this chain. The main (initial) greenlet is the last one. Greenlets +whose stack is entirely in the heap can be skipped from the chain. + +The chain is not related to execution order, but only to the order +in which bits of C stack happen to belong to greenlets at a particular +point in time. + +The main greenlet doesn't have a stack_stop: it is responsible for the +complete rest of the C stack, and we don't know where it begins. We +use (char*) -1, the largest possible address. + +States: + stack_stop == NULL && stack_start == NULL: did not start yet + stack_stop != NULL && stack_start == NULL: already finished + stack_stop != NULL && stack_start != NULL: active + +The running greenlet's stack_start is undefined but not NULL. + + ***********************************************************/ + + + + +/***********************************************************/ + +/* Some functions must not be inlined: + * slp_restore_state, when inlined into slp_switch might cause + it to restore stack over its own local variables + * slp_save_state, when inlined would add its own local + variables to the saved stack, wasting space + * slp_switch, cannot be inlined for obvious reasons + * g_initialstub, when inlined would receive a pointer into its + own stack frame, leading to incomplete stack save/restore + +g_initialstub is a member function and declared virtual so that the +compiler always calls it through a vtable. + +slp_save_state and slp_restore_state are also member functions. They +are called from trampoline functions that themselves are declared as +not eligible for inlining. +*/ + +extern "C" { +static int GREENLET_NOINLINE(slp_save_state_trampoline)(char* stackref) +{ + return switching_thread_state->slp_save_state(stackref); +} +static void GREENLET_NOINLINE(slp_restore_state_trampoline)() +{ + switching_thread_state->slp_restore_state(); +} +} + + +/***********************************************************/ + + +#include "PyModule.cpp" + + + +static PyObject* +greenlet_internal_mod_init() noexcept +{ + static void* _PyGreenlet_API[PyGreenlet_API_pointers]; + + try { + CreatedModule m(greenlet_module_def); + + Require(PyType_Ready(&PyGreenlet_Type)); + Require(PyType_Ready(&PyGreenletUnswitchable_Type)); + + mod_globs = new greenlet::GreenletGlobals; + ThreadState::init(); + + m.PyAddObject("greenlet", PyGreenlet_Type); + m.PyAddObject("UnswitchableGreenlet", PyGreenletUnswitchable_Type); + m.PyAddObject("error", mod_globs->PyExc_GreenletError); + m.PyAddObject("GreenletExit", mod_globs->PyExc_GreenletExit); + + m.PyAddObject("GREENLET_USE_GC", 1); + m.PyAddObject("GREENLET_USE_TRACING", 1); + m.PyAddObject("GREENLET_USE_CONTEXT_VARS", 1L); + m.PyAddObject("GREENLET_USE_STANDARD_THREADING", 1L); + + OwnedObject clocks_per_sec = OwnedObject::consuming(PyLong_FromSsize_t(CLOCKS_PER_SEC)); + m.PyAddObject("CLOCKS_PER_SEC", clocks_per_sec); + + /* also publish module-level data as attributes of the greentype. */ + // XXX: This is weird, and enables a strange pattern of + // confusing the class greenlet with the module greenlet; with + // the exception of (possibly) ``getcurrent()``, this + // shouldn't be encouraged so don't add new items here. + for (const char* const* p = copy_on_greentype; *p; p++) { + OwnedObject o = m.PyRequireAttr(*p); + PyDict_SetItemString(PyGreenlet_Type.tp_dict, *p, o.borrow()); + } + + /* + * Expose C API + */ + + /* types */ + _PyGreenlet_API[PyGreenlet_Type_NUM] = (void*)&PyGreenlet_Type; + + /* exceptions */ + _PyGreenlet_API[PyExc_GreenletError_NUM] = (void*)mod_globs->PyExc_GreenletError; + _PyGreenlet_API[PyExc_GreenletExit_NUM] = (void*)mod_globs->PyExc_GreenletExit; + + /* methods */ + _PyGreenlet_API[PyGreenlet_New_NUM] = (void*)PyGreenlet_New; + _PyGreenlet_API[PyGreenlet_GetCurrent_NUM] = (void*)PyGreenlet_GetCurrent; + _PyGreenlet_API[PyGreenlet_Throw_NUM] = (void*)PyGreenlet_Throw; + _PyGreenlet_API[PyGreenlet_Switch_NUM] = (void*)PyGreenlet_Switch; + _PyGreenlet_API[PyGreenlet_SetParent_NUM] = (void*)PyGreenlet_SetParent; + + /* Previously macros, but now need to be functions externally. */ + _PyGreenlet_API[PyGreenlet_MAIN_NUM] = (void*)Extern_PyGreenlet_MAIN; + _PyGreenlet_API[PyGreenlet_STARTED_NUM] = (void*)Extern_PyGreenlet_STARTED; + _PyGreenlet_API[PyGreenlet_ACTIVE_NUM] = (void*)Extern_PyGreenlet_ACTIVE; + _PyGreenlet_API[PyGreenlet_GET_PARENT_NUM] = (void*)Extern_PyGreenlet_GET_PARENT; + + /* XXX: Note that our module name is ``greenlet._greenlet``, but for + backwards compatibility with existing C code, we need the _C_API to + be directly in greenlet. + */ + const NewReference c_api_object(Require( + PyCapsule_New( + (void*)_PyGreenlet_API, + "greenlet._C_API", + NULL))); + m.PyAddObject("_C_API", c_api_object); + assert(c_api_object.REFCNT() == 2); + + // cerr << "Sizes:" + // << "\n\tGreenlet : " << sizeof(Greenlet) + // << "\n\tUserGreenlet : " << sizeof(UserGreenlet) + // << "\n\tMainGreenlet : " << sizeof(MainGreenlet) + // << "\n\tExceptionState : " << sizeof(greenlet::ExceptionState) + // << "\n\tPythonState : " << sizeof(greenlet::PythonState) + // << "\n\tStackState : " << sizeof(greenlet::StackState) + // << "\n\tSwitchingArgs : " << sizeof(greenlet::SwitchingArgs) + // << "\n\tOwnedObject : " << sizeof(greenlet::refs::OwnedObject) + // << "\n\tBorrowedObject : " << sizeof(greenlet::refs::BorrowedObject) + // << "\n\tPyGreenlet : " << sizeof(PyGreenlet) + // << endl; + + return m.borrow(); // But really it's the main reference. + } + catch (const LockInitError& e) { + PyErr_SetString(PyExc_MemoryError, e.what()); + return NULL; + } + catch (const PyErrOccurred&) { + return NULL; + } + +} + +extern "C" { + +PyMODINIT_FUNC +PyInit__greenlet(void) +{ + return greenlet_internal_mod_init(); +} + +}; // extern C + +#ifdef __clang__ +# pragma clang diagnostic pop +#elif defined(__GNUC__) +# pragma GCC diagnostic pop +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/greenlet.h b/venv/lib/python3.8/site-packages/greenlet/greenlet.h new file mode 100644 index 000000000..d02a16e43 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/greenlet.h @@ -0,0 +1,164 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; -*- */ + +/* Greenlet object interface */ + +#ifndef Py_GREENLETOBJECT_H +#define Py_GREENLETOBJECT_H + + +#include + +#ifdef __cplusplus +extern "C" { +#endif + +/* This is deprecated and undocumented. It does not change. */ +#define GREENLET_VERSION "1.0.0" + +#ifndef GREENLET_MODULE +#define implementation_ptr_t void* +#endif + +typedef struct _greenlet { + PyObject_HEAD + PyObject* weakreflist; + PyObject* dict; + implementation_ptr_t pimpl; +} PyGreenlet; + +#define PyGreenlet_Check(op) (op && PyObject_TypeCheck(op, &PyGreenlet_Type)) + + +/* C API functions */ + +/* Total number of symbols that are exported */ +#define PyGreenlet_API_pointers 12 + +#define PyGreenlet_Type_NUM 0 +#define PyExc_GreenletError_NUM 1 +#define PyExc_GreenletExit_NUM 2 + +#define PyGreenlet_New_NUM 3 +#define PyGreenlet_GetCurrent_NUM 4 +#define PyGreenlet_Throw_NUM 5 +#define PyGreenlet_Switch_NUM 6 +#define PyGreenlet_SetParent_NUM 7 + +#define PyGreenlet_MAIN_NUM 8 +#define PyGreenlet_STARTED_NUM 9 +#define PyGreenlet_ACTIVE_NUM 10 +#define PyGreenlet_GET_PARENT_NUM 11 + +#ifndef GREENLET_MODULE +/* This section is used by modules that uses the greenlet C API */ +static void** _PyGreenlet_API = NULL; + +# define PyGreenlet_Type \ + (*(PyTypeObject*)_PyGreenlet_API[PyGreenlet_Type_NUM]) + +# define PyExc_GreenletError \ + ((PyObject*)_PyGreenlet_API[PyExc_GreenletError_NUM]) + +# define PyExc_GreenletExit \ + ((PyObject*)_PyGreenlet_API[PyExc_GreenletExit_NUM]) + +/* + * PyGreenlet_New(PyObject *args) + * + * greenlet.greenlet(run, parent=None) + */ +# define PyGreenlet_New \ + (*(PyGreenlet * (*)(PyObject * run, PyGreenlet * parent)) \ + _PyGreenlet_API[PyGreenlet_New_NUM]) + +/* + * PyGreenlet_GetCurrent(void) + * + * greenlet.getcurrent() + */ +# define PyGreenlet_GetCurrent \ + (*(PyGreenlet * (*)(void)) _PyGreenlet_API[PyGreenlet_GetCurrent_NUM]) + +/* + * PyGreenlet_Throw( + * PyGreenlet *greenlet, + * PyObject *typ, + * PyObject *val, + * PyObject *tb) + * + * g.throw(...) + */ +# define PyGreenlet_Throw \ + (*(PyObject * (*)(PyGreenlet * self, \ + PyObject * typ, \ + PyObject * val, \ + PyObject * tb)) \ + _PyGreenlet_API[PyGreenlet_Throw_NUM]) + +/* + * PyGreenlet_Switch(PyGreenlet *greenlet, PyObject *args) + * + * g.switch(*args, **kwargs) + */ +# define PyGreenlet_Switch \ + (*(PyObject * \ + (*)(PyGreenlet * greenlet, PyObject * args, PyObject * kwargs)) \ + _PyGreenlet_API[PyGreenlet_Switch_NUM]) + +/* + * PyGreenlet_SetParent(PyObject *greenlet, PyObject *new_parent) + * + * g.parent = new_parent + */ +# define PyGreenlet_SetParent \ + (*(int (*)(PyGreenlet * greenlet, PyGreenlet * nparent)) \ + _PyGreenlet_API[PyGreenlet_SetParent_NUM]) + +/* + * PyGreenlet_GetParent(PyObject* greenlet) + * + * return greenlet.parent; + * + * This could return NULL even if there is no exception active. + * If it does not return NULL, you are responsible for decrementing the + * reference count. + */ +# define PyGreenlet_GetParent \ + (*(PyGreenlet* (*)(PyGreenlet*)) \ + _PyGreenlet_API[PyGreenlet_GET_PARENT_NUM]) + +/* + * deprecated, undocumented alias. + */ +# define PyGreenlet_GET_PARENT PyGreenlet_GetParent + +# define PyGreenlet_MAIN \ + (*(int (*)(PyGreenlet*)) \ + _PyGreenlet_API[PyGreenlet_MAIN_NUM]) + +# define PyGreenlet_STARTED \ + (*(int (*)(PyGreenlet*)) \ + _PyGreenlet_API[PyGreenlet_STARTED_NUM]) + +# define PyGreenlet_ACTIVE \ + (*(int (*)(PyGreenlet*)) \ + _PyGreenlet_API[PyGreenlet_ACTIVE_NUM]) + + + + +/* Macro that imports greenlet and initializes C API */ +/* NOTE: This has actually moved to ``greenlet._greenlet._C_API``, but we + keep the older definition to be sure older code that might have a copy of + the header still works. */ +# define PyGreenlet_Import() \ + { \ + _PyGreenlet_API = (void**)PyCapsule_Import("greenlet._C_API", 0); \ + } + +#endif /* GREENLET_MODULE */ + +#ifdef __cplusplus +} +#endif +#endif /* !Py_GREENLETOBJECT_H */ diff --git a/venv/lib/python3.8/site-packages/greenlet/greenlet_allocator.hpp b/venv/lib/python3.8/site-packages/greenlet/greenlet_allocator.hpp new file mode 100644 index 000000000..b452f5444 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/greenlet_allocator.hpp @@ -0,0 +1,63 @@ +#ifndef GREENLET_ALLOCATOR_HPP +#define GREENLET_ALLOCATOR_HPP + +#define PY_SSIZE_T_CLEAN +#include +#include +#include "greenlet_compiler_compat.hpp" + + +namespace greenlet +{ + // This allocator is stateless; all instances are identical. + // It can *ONLY* be used when we're sure we're holding the GIL + // (Python's allocators require the GIL). + template + struct PythonAllocator : public std::allocator { + + PythonAllocator(const PythonAllocator& UNUSED(other)) + : std::allocator() + { + } + + PythonAllocator(const std::allocator other) + : std::allocator(other) + {} + + template + PythonAllocator(const std::allocator& other) + : std::allocator(other) + { + } + + PythonAllocator() : std::allocator() {} + + T* allocate(size_t number_objects, const void* UNUSED(hint)=0) + { + void* p; + if (number_objects == 1) + p = PyObject_Malloc(sizeof(T)); + else + p = PyMem_Malloc(sizeof(T) * number_objects); + return static_cast(p); + } + + void deallocate(T* t, size_t n) + { + void* p = t; + if (n == 1) { + PyObject_Free(p); + } + else + PyMem_Free(p); + } + // This member is deprecated in C++17 and removed in C++20 + template< class U > + struct rebind { + typedef PythonAllocator other; + }; + + }; +} + +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/greenlet_compiler_compat.hpp b/venv/lib/python3.8/site-packages/greenlet/greenlet_compiler_compat.hpp new file mode 100644 index 000000000..af24bd83e --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/greenlet_compiler_compat.hpp @@ -0,0 +1,98 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; -*- */ +#ifndef GREENLET_COMPILER_COMPAT_HPP +#define GREENLET_COMPILER_COMPAT_HPP + +/** + * Definitions to aid with compatibility with different compilers. + * + * .. caution:: Use extreme care with noexcept. + * Some compilers and runtimes, specifically gcc/libgcc/libstdc++ on + * Linux, implement stack unwinding by throwing an uncatchable + * exception, one that specifically does not appear to be an active + * exception to the rest of the runtime. If this happens while we're in a noexcept function, + * we have violated our dynamic exception contract, and so the runtime + * will call std::terminate(), which kills the process with the + * unhelpful message "terminate called without an active exception". + * + * This has happened in this scenario: A background thread is running + * a greenlet that has made a native call and released the GIL. + * Meanwhile, the main thread finishes and starts shutting down the + * interpreter. When the background thread is scheduled again and + * attempts to obtain the GIL, it notices that the interpreter is + * exiting and calls ``pthread_exit()``. This in turn starts to unwind + * the stack by throwing that exception. But we had the ``PyCall`` + * functions annotated as noexcept, so the runtime terminated us. + * + * #2 0x00007fab26fec2b7 in std::terminate() () from /lib/x86_64-linux-gnu/libstdc++.so.6 + * #3 0x00007fab26febb3c in __gxx_personality_v0 () from /lib/x86_64-linux-gnu/libstdc++.so.6 + * #4 0x00007fab26f34de6 in ?? () from /lib/x86_64-linux-gnu/libgcc_s.so.1 + * #6 0x00007fab276a34c6 in __GI___pthread_unwind at ./nptl/unwind.c:130 + * #7 0x00007fab2769bd3a in __do_cancel () at ../sysdeps/nptl/pthreadP.h:280 + * #8 __GI___pthread_exit (value=value@entry=0x0) at ./nptl/pthread_exit.c:36 + * #9 0x000000000052e567 in PyThread_exit_thread () at ../Python/thread_pthread.h:370 + * #10 0x00000000004d60b5 in take_gil at ../Python/ceval_gil.h:224 + * #11 0x00000000004d65f9 in PyEval_RestoreThread at ../Python/ceval.c:467 + * #12 0x000000000060cce3 in setipaddr at ../Modules/socketmodule.c:1203 + * #13 0x00000000006101cd in socket_gethostbyname + */ + +#include + +# define G_NO_COPIES_OF_CLS(Cls) private: \ + Cls(const Cls& other) = delete; \ + Cls& operator=(const Cls& other) = delete + +# define G_NO_ASSIGNMENT_OF_CLS(Cls) private: \ + Cls& operator=(const Cls& other) = delete + +# define G_NO_COPY_CONSTRUCTOR_OF_CLS(Cls) private: \ + Cls(const Cls& other) = delete; + + +// CAUTION: MSVC is stupidly picky: +// +// "The compiler ignores, without warning, any __declspec keywords +// placed after * or & and in front of the variable identifier in a +// declaration." +// (https://docs.microsoft.com/en-us/cpp/cpp/declspec?view=msvc-160) +// +// So pointer return types must be handled differently (because of the +// trailing *), or you get inscrutable compiler warnings like "error +// C2059: syntax error: ''" +// +// In C++ 11, there is a standard syntax for attributes, and +// GCC defines an attribute to use with this: [[gnu:noinline]]. +// In the future, this is expected to become standard. + +#if defined(__GNUC__) || defined(__clang__) +/* We used to check for GCC 4+ or 3.4+, but those compilers are + laughably out of date. Just assume they support it. */ +# define GREENLET_NOINLINE(name) __attribute__((noinline)) name +# define GREENLET_NOINLINE_P(rtype, name) rtype __attribute__((noinline)) name +# define UNUSED(x) UNUSED_ ## x __attribute__((__unused__)) +#elif defined(_MSC_VER) +/* We used to check for && (_MSC_VER >= 1300) but that's also out of date. */ +# define GREENLET_NOINLINE(name) __declspec(noinline) name +# define GREENLET_NOINLINE_P(rtype, name) __declspec(noinline) rtype name +# define UNUSED(x) UNUSED_ ## x +#endif + +#if defined(_MSC_VER) +# define G_NOEXCEPT_WIN32 noexcept +#else +# define G_NOEXCEPT_WIN32 +#endif + +#if defined(__GNUC__) && defined(__POWERPC__) && defined(__APPLE__) +// 32-bit PPC/MacOSX. Only known to be tested on unreleased versions +// of macOS 10.6 using a macports build gcc 14. It appears that +// running C++ destructors of thread-local variables is broken. + +// See https://github.com/python-greenlet/greenlet/pull/419 +# define GREENLET_BROKEN_THREAD_LOCAL_CLEANUP_JUST_LEAK 1 +#else +# define GREENLET_BROKEN_THREAD_LOCAL_CLEANUP_JUST_LEAK 0 +#endif + + +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/greenlet_cpython_add_pending.hpp b/venv/lib/python3.8/site-packages/greenlet/greenlet_cpython_add_pending.hpp new file mode 100644 index 000000000..0d28efd3d --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/greenlet_cpython_add_pending.hpp @@ -0,0 +1,172 @@ +#ifndef GREENLET_CPYTHON_ADD_PENDING_HPP +#define GREENLET_CPYTHON_ADD_PENDING_HPP + +#if (PY_VERSION_HEX >= 0x30800A0 && PY_VERSION_HEX < 0x3090000) && !(defined(_WIN32) || defined(WIN32)) +// XXX: From Python 3.8a3 [1] up until Python 3.9a6 [2][3], +// ``Py_AddPendingCall`` would try to produce a Python exception if +// the interpreter was in the beginning of shutting down when this +// function is called. However, ``Py_AddPendingCall`` doesn't require +// the GIL, and we are absolutely not holding it when we make that +// call. That means that trying to create the Python exception is +// using the C API in an undefined state; here the C API detects this +// and aborts the process with an error ("Fatal Python error: Python +// memory allocator called without holding the GIL": Add -> +// PyErr_SetString -> PyUnicode_New -> PyObject_Malloc). This arises +// (obviously) in multi-threaded programs and happens if one thread is +// exiting and cleaning up its thread-local data while the other +// thread is trying to shut down the interpreter. A crash on shutdown +// is still a crash and could result in data loss (e.g., daemon +// threads are still running, pending signal handlers may be present, +// buffers may not be flushed, there may be __del__ that need run, +// etc), so we have to work around it. +// +// Of course, we can (and do) check for whether the interpreter is +// shutting down before calling ``Py_AddPendingCall``, but that's a +// race condition since we don't hold the GIL, and so we may not +// actually get the right answer. Plus, ``Py_FinalizeEx`` actually +// calls ``_Py_FinishPendingCalls`` (which sets the pending->finishing +// flag, which is used to gate creating the exceptioen) *before* +// publishing any other data that would let us detect the shutdown +// (such as runtime->finalizing). So that point is moot. +// +// Our solution for those versions is to inline the same code, without +// the problematic bit that sets the exception. Unfortunately, all of +// the structure definitions are private/opaque, *and* we can't +// actually count on being able to include their definitions from +// ``internal/pycore_*``, because on some platforms those header files +// are incomplete (i.e., on macOS with macports 3.8, the includes are +// fine, but on Ubuntu jammy with 3.8 from ppa:deadsnakes or GitHub +// Actions 3.8 (I think it's Ubuntu 18.04), they con't be used; at +// least, I couldn't get them to work). So we need to define the +// structures and _PyRuntime data member ourself. Yet more +// unfortunately, _PyRuntime won't link on Windows, so we can only do +// this on other platforms. +// +// [1] https://github.com/python/cpython/commit/842a2f07f2f08a935ef470bfdaeef40f87490cfc +// [2] https://github.com/python/cpython/commit/cfc3c2f8b34d3864717ab584c5b6c260014ba55a +// [3] https://github.com/python/cpython/issues/81308 +# define GREENLET_BROKEN_PY_ADD_PENDING 1 + +// When defining these structures, the important thing is to get +// binary compatibility, i.e., structure layout. For that, we only +// need to define fields up to the ones we use; after that they're +// irrelevant UNLESS the structure is included in another structure +// *before* the structure we're interested in --- in that case, it +// must be complete. Ellipsis indicate elided trailing members. +// Pointer types are changed to void* to keep from having to define +// more structures. + +// From "internal/pycore_atomic.h" + +// There are several different definitions of this, including the +// plain ``int`` version, a ``volatile int`` and an ``_Atomic int`` +// I don't think any of those change the size/layout. +typedef struct _Py_atomic_int { + volatile int _value; +} _Py_atomic_int; + +// This needs too much infrastructure, so we just do a regular store. +#define _Py_atomic_store_relaxed(ATOMIC_VAL, NEW_VAL) \ + (ATOMIC_VAL)->_value = NEW_VAL + + + +// From "internal/pycore_pymem.h" +#define NUM_GENERATIONS 3 + + +struct gc_generation { + PyGC_Head head; // We already have this defined. + int threshold; + int count; +}; +struct gc_generation_stats { + Py_ssize_t collections; + Py_ssize_t collected; + Py_ssize_t uncollectable; +}; + +struct _gc_runtime_state { + void *trash_delete_later; + int trash_delete_nesting; + int enabled; + int debug; + struct gc_generation generations[NUM_GENERATIONS]; + void *generation0; + struct gc_generation permanent_generation; + struct gc_generation_stats generation_stats[NUM_GENERATIONS]; + int collecting; + void *garbage; + void *callbacks; + Py_ssize_t long_lived_total; + Py_ssize_t long_lived_pending; +}; + +// From "internal/pycore_pystate.h" +struct _pending_calls { + int finishing; + PyThread_type_lock lock; + _Py_atomic_int calls_to_do; + int async_exc; +#define NPENDINGCALLS 32 + struct { + int (*func)(void *); + void *arg; + } calls[NPENDINGCALLS]; + int first; + int last; +}; + +struct _ceval_runtime_state { + int recursion_limit; + int tracing_possible; + _Py_atomic_int eval_breaker; + _Py_atomic_int gil_drop_request; + struct _pending_calls pending; + // ... +}; + +typedef struct pyruntimestate { + int preinitializing; + int preinitialized; + int core_initialized; + int initialized; + void *finalizing; + + struct pyinterpreters { + PyThread_type_lock mutex; + void *head; + void *main; + int64_t next_id; + } interpreters; + // XXX Remove this field once we have a tp_* slot. + struct _xidregistry { + PyThread_type_lock mutex; + void *head; + } xidregistry; + + unsigned long main_thread; + +#define NEXITFUNCS 32 + void (*exitfuncs[NEXITFUNCS])(void); + int nexitfuncs; + + struct _gc_runtime_state gc; + struct _ceval_runtime_state ceval; + // ... +} _PyRuntimeState; + +#define SIGNAL_PENDING_CALLS(ceval) \ + do { \ + _Py_atomic_store_relaxed(&(ceval)->pending.calls_to_do, 1); \ + _Py_atomic_store_relaxed(&(ceval)->eval_breaker, 1); \ + } while (0) + +extern _PyRuntimeState _PyRuntime; + +#else +# define GREENLET_BROKEN_PY_ADD_PENDING 0 +#endif + + +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/greenlet_cpython_compat.hpp b/venv/lib/python3.8/site-packages/greenlet/greenlet_cpython_compat.hpp new file mode 100644 index 000000000..ce5fd882d --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/greenlet_cpython_compat.hpp @@ -0,0 +1,142 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; -*- */ +#ifndef GREENLET_CPYTHON_COMPAT_H +#define GREENLET_CPYTHON_COMPAT_H + +/** + * Helpers for compatibility with multiple versions of CPython. + */ + +#define PY_SSIZE_T_CLEAN +#include "Python.h" + + +#if PY_VERSION_HEX >= 0x30A00B1 +# define GREENLET_PY310 1 +#else +# define GREENLET_PY310 0 +#endif + +/* +Python 3.10 beta 1 changed tstate->use_tracing to a nested cframe member. +See https://github.com/python/cpython/pull/25276 +We have to save and restore this as well. + +Python 3.13 removed PyThreadState.cframe (GH-108035). +*/ +#if GREENLET_PY310 && PY_VERSION_HEX < 0x30D0000 +# define GREENLET_USE_CFRAME 1 +#else +# define GREENLET_USE_CFRAME 0 +#endif + + +#if PY_VERSION_HEX >= 0x30B00A4 +/* +Greenlet won't compile on anything older than Python 3.11 alpha 4 (see +https://bugs.python.org/issue46090). Summary of breaking internal changes: +- Python 3.11 alpha 1 changed how frame objects are represented internally. + - https://github.com/python/cpython/pull/30122 +- Python 3.11 alpha 3 changed how recursion limits are stored. + - https://github.com/python/cpython/pull/29524 +- Python 3.11 alpha 4 changed how exception state is stored. It also includes a + change to help greenlet save and restore the interpreter frame "data stack". + - https://github.com/python/cpython/pull/30122 + - https://github.com/python/cpython/pull/30234 +*/ +# define GREENLET_PY311 1 +#else +# define GREENLET_PY311 0 +#endif + + +#if PY_VERSION_HEX >= 0x30C0000 +# define GREENLET_PY312 1 +#else +# define GREENLET_PY312 0 +#endif + +#if PY_VERSION_HEX >= 0x30D0000 +# define GREENLET_PY313 1 +#else +# define GREENLET_PY313 0 +#endif + +#ifndef Py_SET_REFCNT +/* Py_REFCNT and Py_SIZE macros are converted to functions +https://bugs.python.org/issue39573 */ +# define Py_SET_REFCNT(obj, refcnt) Py_REFCNT(obj) = (refcnt) +#endif + +#ifndef _Py_DEC_REFTOTAL +/* _Py_DEC_REFTOTAL macro has been removed from Python 3.9 by: + https://github.com/python/cpython/commit/49932fec62c616ec88da52642339d83ae719e924 + + The symbol we use to replace it was removed by at least 3.12. +*/ +# ifdef Py_REF_DEBUG +# if GREENLET_PY312 +# define _Py_DEC_REFTOTAL +# else +# define _Py_DEC_REFTOTAL _Py_RefTotal-- +# endif +# else +# define _Py_DEC_REFTOTAL +# endif +#endif +// Define these flags like Cython does if we're on an old version. +#ifndef Py_TPFLAGS_CHECKTYPES + #define Py_TPFLAGS_CHECKTYPES 0 +#endif +#ifndef Py_TPFLAGS_HAVE_INDEX + #define Py_TPFLAGS_HAVE_INDEX 0 +#endif +#ifndef Py_TPFLAGS_HAVE_NEWBUFFER + #define Py_TPFLAGS_HAVE_NEWBUFFER 0 +#endif + +#ifndef Py_TPFLAGS_HAVE_VERSION_TAG + #define Py_TPFLAGS_HAVE_VERSION_TAG 0 +#endif + +#define G_TPFLAGS_DEFAULT Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_VERSION_TAG | Py_TPFLAGS_CHECKTYPES | Py_TPFLAGS_HAVE_NEWBUFFER | Py_TPFLAGS_HAVE_GC + + +#if PY_VERSION_HEX < 0x03090000 +// The official version only became available in 3.9 +# define PyObject_GC_IsTracked(o) _PyObject_GC_IS_TRACKED(o) +#endif + + +// bpo-43760 added PyThreadState_EnterTracing() to Python 3.11.0a2 +#if PY_VERSION_HEX < 0x030B00A2 && !defined(PYPY_VERSION) +static inline void PyThreadState_EnterTracing(PyThreadState *tstate) +{ + tstate->tracing++; +#if PY_VERSION_HEX >= 0x030A00A1 + tstate->cframe->use_tracing = 0; +#else + tstate->use_tracing = 0; +#endif +} +#endif + +// bpo-43760 added PyThreadState_LeaveTracing() to Python 3.11.0a2 +#if PY_VERSION_HEX < 0x030B00A2 && !defined(PYPY_VERSION) +static inline void PyThreadState_LeaveTracing(PyThreadState *tstate) +{ + tstate->tracing--; + int use_tracing = (tstate->c_tracefunc != NULL + || tstate->c_profilefunc != NULL); +#if PY_VERSION_HEX >= 0x030A00A1 + tstate->cframe->use_tracing = use_tracing; +#else + tstate->use_tracing = use_tracing; +#endif +} +#endif + +#if !defined(Py_C_RECURSION_LIMIT) && defined(C_RECURSION_LIMIT) +# define Py_C_RECURSION_LIMIT C_RECURSION_LIMIT +#endif + +#endif /* GREENLET_CPYTHON_COMPAT_H */ diff --git a/venv/lib/python3.8/site-packages/greenlet/greenlet_exceptions.hpp b/venv/lib/python3.8/site-packages/greenlet/greenlet_exceptions.hpp new file mode 100644 index 000000000..617f07c2f --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/greenlet_exceptions.hpp @@ -0,0 +1,171 @@ +#ifndef GREENLET_EXCEPTIONS_HPP +#define GREENLET_EXCEPTIONS_HPP + +#define PY_SSIZE_T_CLEAN +#include +#include +#include + +#ifdef __clang__ +# pragma clang diagnostic push +# pragma clang diagnostic ignored "-Wunused-function" +#endif + +namespace greenlet { + + class PyErrOccurred : public std::runtime_error + { + public: + + // CAUTION: In debug builds, may run arbitrary Python code. + static const PyErrOccurred + from_current() + { + assert(PyErr_Occurred()); +#ifndef NDEBUG + // This is not exception safe, and + // not necessarily safe in general (what if it switches?) + // But we only do this in debug mode, where we are in + // tight control of what exceptions are getting raised and + // can prevent those issues. + + // You can't call PyObject_Str with a pending exception. + PyObject* typ; + PyObject* val; + PyObject* tb; + + PyErr_Fetch(&typ, &val, &tb); + PyObject* typs = PyObject_Str(typ); + PyObject* vals = PyObject_Str(val ? val : typ); + const char* typ_msg = PyUnicode_AsUTF8(typs); + const char* val_msg = PyUnicode_AsUTF8(vals); + PyErr_Restore(typ, val, tb); + + std::string msg(typ_msg); + msg += ": "; + msg += val_msg; + PyErrOccurred ex(msg); + Py_XDECREF(typs); + Py_XDECREF(vals); + + return ex; +#else + return PyErrOccurred(); +#endif + } + + PyErrOccurred() : std::runtime_error("") + { + assert(PyErr_Occurred()); + } + + PyErrOccurred(const std::string& msg) : std::runtime_error(msg) + { + assert(PyErr_Occurred()); + } + + PyErrOccurred(PyObject* exc_kind, const char* const msg) + : std::runtime_error(msg) + { + PyErr_SetString(exc_kind, msg); + } + + PyErrOccurred(PyObject* exc_kind, const std::string msg) + : std::runtime_error(msg) + { + // This copies the c_str, so we don't have any lifetime + // issues to worry about. + PyErr_SetString(exc_kind, msg.c_str()); + } + + PyErrOccurred(PyObject* exc_kind, + const std::string msg, //This is the format + //string; that's not + //usually safe! + + PyObject* borrowed_obj_one, PyObject* borrowed_obj_two) + : std::runtime_error(msg) + { + + //This is designed specifically for the + //``check_switch_allowed`` function. + + // PyObject_Str and PyObject_Repr are safe to call with + // NULL pointers; they return the string "" in that + // case. + // This function always returns null. + PyErr_Format(exc_kind, + msg.c_str(), + borrowed_obj_one, borrowed_obj_two); + } + }; + + class TypeError : public PyErrOccurred + { + public: + TypeError(const char* const what) + : PyErrOccurred(PyExc_TypeError, what) + { + } + TypeError(const std::string what) + : PyErrOccurred(PyExc_TypeError, what) + { + } + }; + + class ValueError : public PyErrOccurred + { + public: + ValueError(const char* const what) + : PyErrOccurred(PyExc_ValueError, what) + { + } + }; + + class AttributeError : public PyErrOccurred + { + public: + AttributeError(const char* const what) + : PyErrOccurred(PyExc_AttributeError, what) + { + } + }; + + /** + * Calls `Py_FatalError` when constructed, so you can't actually + * throw this. It just makes static analysis easier. + */ + class PyFatalError : public std::runtime_error + { + public: + PyFatalError(const char* const msg) + : std::runtime_error(msg) + { + Py_FatalError(msg); + } + }; + + static inline PyObject* + Require(PyObject* p, const std::string& msg="") + { + if (!p) { + throw PyErrOccurred(msg); + } + return p; + }; + + static inline void + Require(const int retval) + { + if (retval < 0) { + throw PyErrOccurred(); + } + }; + + +}; +#ifdef __clang__ +# pragma clang diagnostic pop +#endif + +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/greenlet_internal.hpp b/venv/lib/python3.8/site-packages/greenlet/greenlet_internal.hpp new file mode 100644 index 000000000..f2b15d5fa --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/greenlet_internal.hpp @@ -0,0 +1,107 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; -*- */ +#ifndef GREENLET_INTERNAL_H +#define GREENLET_INTERNAL_H +#ifdef __clang__ +# pragma clang diagnostic push +# pragma clang diagnostic ignored "-Wunused-function" +#endif + +/** + * Implementation helpers. + * + * C++ templates and inline functions should go here. + */ +#define PY_SSIZE_T_CLEAN +#include "greenlet_compiler_compat.hpp" +#include "greenlet_cpython_compat.hpp" +#include "greenlet_exceptions.hpp" +#include "TGreenlet.hpp" +#include "greenlet_allocator.hpp" + +#include +#include + +#define GREENLET_MODULE +struct _greenlet; +typedef struct _greenlet PyGreenlet; +namespace greenlet { + + class ThreadState; + // We can't use the PythonAllocator for this, because we push to it + // from the thread state destructor, which doesn't have the GIL, + // and Python's allocators can only be called with the GIL. + typedef std::vector cleanup_queue_t; + +}; + + +#define implementation_ptr_t greenlet::Greenlet* + + +#include "greenlet.h" + +void +greenlet::refs::MainGreenletExactChecker(void *p) +{ + if (!p) { + return; + } + // We control the class of the main greenlet exactly. + if (Py_TYPE(p) != &PyGreenlet_Type) { + std::string err("MainGreenlet: Expected exactly a greenlet, not a "); + err += Py_TYPE(p)->tp_name; + throw greenlet::TypeError(err); + } + + // Greenlets from dead threads no longer respond to main() with a + // true value; so in that case we need to perform an additional + // check. + Greenlet* g = static_cast(p)->pimpl; + if (g->main()) { + return; + } + if (!dynamic_cast(g)) { + std::string err("MainGreenlet: Expected exactly a main greenlet, not a "); + err += Py_TYPE(p)->tp_name; + throw greenlet::TypeError(err); + } +} + + + +template +inline greenlet::Greenlet* greenlet::refs::_OwnedGreenlet::operator->() const noexcept +{ + return reinterpret_cast(this->p)->pimpl; +} + +template +inline greenlet::Greenlet* greenlet::refs::_BorrowedGreenlet::operator->() const noexcept +{ + return reinterpret_cast(this->p)->pimpl; +} + +#include +#include + + +extern PyTypeObject PyGreenlet_Type; + + + +/** + * Forward declarations needed in multiple files. + */ +static PyObject* green_switch(PyGreenlet* self, PyObject* args, PyObject* kwargs); + + +#ifdef __clang__ +# pragma clang diagnostic pop +#endif + + +#endif + +// Local Variables: +// flycheck-clang-include-path: ("../../include" "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/python3.10") +// End: diff --git a/venv/lib/python3.8/site-packages/greenlet/greenlet_refs.hpp b/venv/lib/python3.8/site-packages/greenlet/greenlet_refs.hpp new file mode 100644 index 000000000..b7e5e3f2a --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/greenlet_refs.hpp @@ -0,0 +1,1118 @@ +#ifndef GREENLET_REFS_HPP +#define GREENLET_REFS_HPP + +#define PY_SSIZE_T_CLEAN +#include + +#include + +//#include "greenlet_internal.hpp" +#include "greenlet_compiler_compat.hpp" +#include "greenlet_cpython_compat.hpp" +#include "greenlet_exceptions.hpp" + +struct _greenlet; +struct _PyMainGreenlet; + +typedef struct _greenlet PyGreenlet; +extern PyTypeObject PyGreenlet_Type; + + +#ifdef GREENLET_USE_STDIO +#include +using std::cerr; +using std::endl; +#endif + +namespace greenlet +{ + class Greenlet; + + namespace refs + { + // Type checkers throw a TypeError if the argument is not + // null, and isn't of the required Python type. + // (We can't use most of the defined type checkers + // like PyList_Check, etc, directly, because they are + // implemented as macros.) + typedef void (*TypeChecker)(void*); + + void + NoOpChecker(void*) + { + return; + } + + void + GreenletChecker(void *p) + { + if (!p) { + return; + } + + PyTypeObject* typ = Py_TYPE(p); + // fast, common path. (PyObject_TypeCheck is a macro or + // static inline function, and it also does a + // direct comparison of the type pointers, but its fast + // path only handles one type) + if (typ == &PyGreenlet_Type) { + return; + } + + if (!PyObject_TypeCheck(p, &PyGreenlet_Type)) { + std::string err("GreenletChecker: Expected any type of greenlet, not "); + err += Py_TYPE(p)->tp_name; + throw TypeError(err); + } + } + + void + MainGreenletExactChecker(void *p); + + template + class PyObjectPointer; + + template + class OwnedReference; + + + template + class BorrowedReference; + + typedef BorrowedReference BorrowedObject; + typedef OwnedReference OwnedObject; + + class ImmortalObject; + class ImmortalString; + + template + class _OwnedGreenlet; + + typedef _OwnedGreenlet OwnedGreenlet; + typedef _OwnedGreenlet OwnedMainGreenlet; + + template + class _BorrowedGreenlet; + + typedef _BorrowedGreenlet BorrowedGreenlet; + + void + ContextExactChecker(void *p) + { + if (!p) { + return; + } + if (!PyContext_CheckExact(p)) { + throw TypeError( + "greenlet context must be a contextvars.Context or None" + ); + } + } + + typedef OwnedReference OwnedContext; + } +} + +namespace greenlet { + + + namespace refs { + // A set of classes to make reference counting rules in python + // code explicit. + // + // Rules of use: + // (1) Functions returning a new reference that the caller of the + // function is expected to dispose of should return a + // ``OwnedObject`` object. This object automatically releases its + // reference when it goes out of scope. It works like a ``std::shared_ptr`` + // and can be copied or used as a function parameter (but don't do + // that). Note that constructing a ``OwnedObject`` from a + // PyObject* steals the reference. + // (2) Parameters to functions should be either a + // ``OwnedObject&``, or, more generally, a ``PyObjectPointer&``. + // If the function needs to create its own new reference, it can + // do so by copying to a local ``OwnedObject``. + // (3) Functions returning an existing pointer that is NOT + // incref'd, and which the caller MUST NOT decref, + // should return a ``BorrowedObject``. + + // XXX: The following two paragraphs do not hold for all platforms. + // Notably, 32-bit PPC Linux passes structs by reference, not by + // value, so this actually doesn't work. (Although that's the only + // platform that doesn't work on.) DO NOT ATTEMPT IT. The + // unfortunate consequence of that is that the slots which we + // *know* are already type safe will wind up calling the type + // checker function (when we had the slots accepting + // BorrowedGreenlet, this was bypassed), so this slows us down. + // TODO: Optimize this again. + + // For a class with a single pointer member, whose constructor + // does nothing but copy a pointer parameter into the member, and + // which can then be converted back to the pointer type, compilers + // generate code that's the same as just passing the pointer. + // That is, func(BorrowedObject x) called like ``PyObject* p = + // ...; f(p)`` has 0 overhead. Similarly, they "unpack" to the + // pointer type with 0 overhead. + // + // If there are no virtual functions, no complex inheritance (maybe?) and + // no destructor, these can be directly used as parameters in + // Python callbacks like tp_init: the layout is the same as a + // single pointer. Only subclasses with trivial constructors that + // do nothing but set the single pointer member are safe to use + // that way. + + + // This is the base class for things that can be done with a + // PyObject pointer. It assumes nothing about memory management. + // NOTE: Nothing is virtual, so subclasses shouldn't add new + // storage fields or try to override these methods. + template + class PyObjectPointer + { + public: + typedef T PyType; + protected: + T* p; + public: + PyObjectPointer(T* it=nullptr) : p(it) + { + TC(p); + } + + // We don't allow automatic casting to PyObject* at this + // level, because then we could be passed to Py_DECREF/INCREF, + // but we want nothing to do with memory management. If you + // know better, then you can use the get() method, like on a + // std::shared_ptr. Except we name it borrow() to clarify that + // if this is a reference-tracked object, the pointer you get + // back will go away when the object does. + // TODO: This should probably not exist here, but be moved + // down to relevant sub-types. + + T* borrow() const noexcept + { + return this->p; + } + + PyObject* borrow_o() const noexcept + { + return reinterpret_cast(this->p); + } + + T* operator->() const noexcept + { + return this->p; + } + + bool is_None() const noexcept + { + return this->p == Py_None; + } + + PyObject* acquire_or_None() const noexcept + { + PyObject* result = this->p ? reinterpret_cast(this->p) : Py_None; + Py_INCREF(result); + return result; + } + + explicit operator bool() const noexcept + { + return this->p != nullptr; + } + + bool operator!() const noexcept + { + return this->p == nullptr; + } + + Py_ssize_t REFCNT() const noexcept + { + return p ? Py_REFCNT(p) : -42; + } + + PyTypeObject* TYPE() const noexcept + { + return p ? Py_TYPE(p) : nullptr; + } + + inline OwnedObject PyStr() const noexcept; + inline const std::string as_str() const noexcept; + inline OwnedObject PyGetAttr(const ImmortalObject& name) const noexcept; + inline OwnedObject PyRequireAttr(const char* const name) const; + inline OwnedObject PyRequireAttr(const ImmortalString& name) const; + inline OwnedObject PyCall(const BorrowedObject& arg) const; + inline OwnedObject PyCall(PyGreenlet* arg) const ; + inline OwnedObject PyCall(PyObject* arg) const ; + // PyObject_Call(this, args, kwargs); + inline OwnedObject PyCall(const BorrowedObject args, + const BorrowedObject kwargs) const; + inline OwnedObject PyCall(const OwnedObject& args, + const OwnedObject& kwargs) const; + + protected: + void _set_raw_pointer(void* t) + { + TC(t); + p = reinterpret_cast(t); + } + void* _get_raw_pointer() const + { + return p; + } + }; + +#ifdef GREENLET_USE_STDIO + template + std::ostream& operator<<(std::ostream& os, const PyObjectPointer& s) + { + const std::type_info& t = typeid(s); + os << t.name() + << "(addr=" << s.borrow() + << ", refcnt=" << s.REFCNT() + << ", value=" << s.as_str() + << ")"; + + return os; + } +#endif + + template + inline bool operator==(const PyObjectPointer& lhs, const PyObject* const rhs) noexcept + { + return static_cast(lhs.borrow_o()) == static_cast(rhs); + } + + template + inline bool operator==(const PyObjectPointer& lhs, const PyObjectPointer& rhs) noexcept + { + return lhs.borrow_o() == rhs.borrow_o(); + } + + template + inline bool operator!=(const PyObjectPointer& lhs, + const PyObjectPointer& rhs) noexcept + { + return lhs.borrow_o() != rhs.borrow_o(); + } + + template + class OwnedReference : public PyObjectPointer + { + private: + friend class OwnedList; + + protected: + explicit OwnedReference(T* it) : PyObjectPointer(it) + { + } + + public: + + // Constructors + + static OwnedReference consuming(PyObject* p) + { + return OwnedReference(reinterpret_cast(p)); + } + + static OwnedReference owning(T* p) + { + OwnedReference result(p); + Py_XINCREF(result.p); + return result; + } + + OwnedReference() : PyObjectPointer(nullptr) + {} + + explicit OwnedReference(const PyObjectPointer<>& other) + : PyObjectPointer(nullptr) + { + T* op = other.borrow(); + TC(op); + this->p = other.borrow(); + Py_XINCREF(this->p); + } + + // It would be good to make use of the C++11 distinction + // between move and copy operations, e.g., constructing from a + // pointer should be a move operation. + // In the common case of ``OwnedObject x = Py_SomeFunction()``, + // the call to the copy constructor will be elided completely. + OwnedReference(const OwnedReference& other) + : PyObjectPointer(other.p) + { + Py_XINCREF(this->p); + } + + static OwnedReference None() + { + Py_INCREF(Py_None); + return OwnedReference(Py_None); + } + + // We can assign from exactly our type without any extra checking + OwnedReference& operator=(const OwnedReference& other) + { + Py_XINCREF(other.p); + const T* tmp = this->p; + this->p = other.p; + Py_XDECREF(tmp); + return *this; + } + + OwnedReference& operator=(const BorrowedReference other) + { + return this->operator=(other.borrow()); + } + + OwnedReference& operator=(T* const other) + { + TC(other); + Py_XINCREF(other); + T* tmp = this->p; + this->p = other; + Py_XDECREF(tmp); + return *this; + } + + // We can assign from an arbitrary reference type + // if it passes our check. + template + OwnedReference& operator=(const OwnedReference& other) + { + X* op = other.borrow(); + TC(op); + return this->operator=(reinterpret_cast(op)); + } + + inline void steal(T* other) + { + assert(this->p == nullptr); + TC(other); + this->p = other; + } + + T* relinquish_ownership() + { + T* result = this->p; + this->p = nullptr; + return result; + } + + T* acquire() const + { + // Return a new reference. + // TODO: This may go away when we have reference objects + // throughout the code. + Py_XINCREF(this->p); + return this->p; + } + + // Nothing else declares a destructor, we're the leaf, so we + // should be able to get away without virtual. + ~OwnedReference() + { + Py_CLEAR(this->p); + } + + void CLEAR() + { + Py_CLEAR(this->p); + assert(this->p == nullptr); + } + }; + + static inline + void operator<<=(PyObject*& target, OwnedObject& o) + { + target = o.relinquish_ownership(); + } + + + class NewReference : public OwnedObject + { + private: + G_NO_COPIES_OF_CLS(NewReference); + public: + // Consumes the reference. Only use this + // for API return values. + NewReference(PyObject* it) : OwnedObject(it) + { + } + }; + + class NewDictReference : public NewReference + { + private: + G_NO_COPIES_OF_CLS(NewDictReference); + public: + NewDictReference() : NewReference(PyDict_New()) + { + if (!this->p) { + throw PyErrOccurred(); + } + } + + void SetItem(const char* const key, PyObject* value) + { + Require(PyDict_SetItemString(this->p, key, value)); + } + + void SetItem(const PyObjectPointer<>& key, PyObject* value) + { + Require(PyDict_SetItem(this->p, key.borrow_o(), value)); + } + }; + + template + class _OwnedGreenlet: public OwnedReference + { + private: + protected: + _OwnedGreenlet(T* it) : OwnedReference(it) + {} + + public: + _OwnedGreenlet() : OwnedReference() + {} + + _OwnedGreenlet(const _OwnedGreenlet& other) : OwnedReference(other) + { + } + _OwnedGreenlet(OwnedMainGreenlet& other) : + OwnedReference(reinterpret_cast(other.acquire())) + { + } + _OwnedGreenlet(const BorrowedGreenlet& other); + // Steals a reference. + static _OwnedGreenlet consuming(PyGreenlet* it) + { + return _OwnedGreenlet(reinterpret_cast(it)); + } + + inline _OwnedGreenlet& operator=(const OwnedGreenlet& other) + { + return this->operator=(other.borrow()); + } + + inline _OwnedGreenlet& operator=(const BorrowedGreenlet& other); + + _OwnedGreenlet& operator=(const OwnedMainGreenlet& other) + { + PyGreenlet* owned = other.acquire(); + Py_XDECREF(this->p); + this->p = reinterpret_cast(owned); + return *this; + } + + _OwnedGreenlet& operator=(T* const other) + { + OwnedReference::operator=(other); + return *this; + } + + T* relinquish_ownership() + { + T* result = this->p; + this->p = nullptr; + return result; + } + + PyObject* relinquish_ownership_o() + { + return reinterpret_cast(relinquish_ownership()); + } + + inline Greenlet* operator->() const noexcept; + inline operator Greenlet*() const noexcept; + }; + + template + class BorrowedReference : public PyObjectPointer + { + public: + // Allow implicit creation from PyObject* pointers as we + // transition to using these classes. Also allow automatic + // conversion to PyObject* for passing to C API calls and even + // for Py_INCREF/DECREF, because we ourselves do no memory management. + BorrowedReference(T* it) : PyObjectPointer(it) + {} + + BorrowedReference(const PyObjectPointer& ref) : PyObjectPointer(ref.borrow()) + {} + + BorrowedReference() : PyObjectPointer(nullptr) + {} + + operator T*() const + { + return this->p; + } + }; + + typedef BorrowedReference BorrowedObject; + //typedef BorrowedReference BorrowedGreenlet; + + template + class _BorrowedGreenlet : public BorrowedReference + { + public: + _BorrowedGreenlet() : + BorrowedReference(nullptr) + {} + + _BorrowedGreenlet(T* it) : + BorrowedReference(it) + {} + + _BorrowedGreenlet(const BorrowedObject& it); + + _BorrowedGreenlet(const OwnedGreenlet& it) : + BorrowedReference(it.borrow()) + {} + + _BorrowedGreenlet& operator=(const BorrowedObject& other); + + // We get one of these for PyGreenlet, but one for PyObject + // is handy as well + operator PyObject*() const + { + return reinterpret_cast(this->p); + } + Greenlet* operator->() const noexcept; + operator Greenlet*() const noexcept; + }; + + typedef _BorrowedGreenlet BorrowedGreenlet; + + template + _OwnedGreenlet::_OwnedGreenlet(const BorrowedGreenlet& other) + : OwnedReference(reinterpret_cast(other.borrow())) + { + Py_XINCREF(this->p); + } + + + class BorrowedMainGreenlet + : public _BorrowedGreenlet + { + public: + BorrowedMainGreenlet(const OwnedMainGreenlet& it) : + _BorrowedGreenlet(it.borrow()) + {} + BorrowedMainGreenlet(PyGreenlet* it=nullptr) + : _BorrowedGreenlet(it) + {} + }; + + template + _OwnedGreenlet& _OwnedGreenlet::operator=(const BorrowedGreenlet& other) + { + return this->operator=(other.borrow()); + } + + + class ImmortalObject : public PyObjectPointer<> + { + private: + G_NO_ASSIGNMENT_OF_CLS(ImmortalObject); + public: + explicit ImmortalObject(PyObject* it) : PyObjectPointer<>(it) + { + } + + ImmortalObject(const ImmortalObject& other) + : PyObjectPointer<>(other.p) + { + + } + + /** + * Become the new owner of the object. Does not change the + * reference count. + */ + ImmortalObject& operator=(PyObject* it) + { + assert(this->p == nullptr); + this->p = it; + return *this; + } + + static ImmortalObject consuming(PyObject* it) + { + return ImmortalObject(it); + } + + inline operator PyObject*() const + { + return this->p; + } + }; + + class ImmortalString : public ImmortalObject + { + private: + G_NO_COPIES_OF_CLS(ImmortalString); + const char* str; + public: + ImmortalString(const char* const str) : + ImmortalObject(str ? Require(PyUnicode_InternFromString(str)) : nullptr) + { + this->str = str; + } + + inline ImmortalString& operator=(const char* const str) + { + if (!this->p) { + this->p = Require(PyUnicode_InternFromString(str)); + this->str = str; + } + else { + assert(this->str == str); + } + return *this; + } + + inline operator std::string() const + { + return this->str; + } + + }; + + class ImmortalEventName : public ImmortalString + { + private: + G_NO_COPIES_OF_CLS(ImmortalEventName); + public: + ImmortalEventName(const char* const str) : ImmortalString(str) + {} + }; + + class ImmortalException : public ImmortalObject + { + private: + G_NO_COPIES_OF_CLS(ImmortalException); + public: + ImmortalException(const char* const name, PyObject* base=nullptr) : + ImmortalObject(name + // Python 2.7 isn't const correct + ? Require(PyErr_NewException((char*)name, base, nullptr)) + : nullptr) + {} + + inline bool PyExceptionMatches() const + { + return PyErr_ExceptionMatches(this->p) > 0; + } + + }; + + template + inline OwnedObject PyObjectPointer::PyStr() const noexcept + { + if (!this->p) { + return OwnedObject(); + } + return OwnedObject::consuming(PyObject_Str(reinterpret_cast(this->p))); + } + + template + inline const std::string PyObjectPointer::as_str() const noexcept + { + // NOTE: This is not Python exception safe. + if (this->p) { + // The Python APIs return a cached char* value that's only valid + // as long as the original object stays around, and we're + // about to (probably) toss it. Hence the copy to std::string. + OwnedObject py_str = this->PyStr(); + if (!py_str) { + return "(nil)"; + } + return PyUnicode_AsUTF8(py_str.borrow()); + } + return "(nil)"; + } + + template + inline OwnedObject PyObjectPointer::PyGetAttr(const ImmortalObject& name) const noexcept + { + assert(this->p); + return OwnedObject::consuming(PyObject_GetAttr(reinterpret_cast(this->p), name)); + } + + template + inline OwnedObject PyObjectPointer::PyRequireAttr(const char* const name) const + { + assert(this->p); + return OwnedObject::consuming(Require(PyObject_GetAttrString(this->p, name), name)); + } + + template + inline OwnedObject PyObjectPointer::PyRequireAttr(const ImmortalString& name) const + { + assert(this->p); + return OwnedObject::consuming(Require( + PyObject_GetAttr( + reinterpret_cast(this->p), + name + ), + name + )); + } + + template + inline OwnedObject PyObjectPointer::PyCall(const BorrowedObject& arg) const + { + return this->PyCall(arg.borrow()); + } + + template + inline OwnedObject PyObjectPointer::PyCall(PyGreenlet* arg) const + { + return this->PyCall(reinterpret_cast(arg)); + } + + template + inline OwnedObject PyObjectPointer::PyCall(PyObject* arg) const + { + assert(this->p); + return OwnedObject::consuming(PyObject_CallFunctionObjArgs(this->p, arg, NULL)); + } + + template + inline OwnedObject PyObjectPointer::PyCall(const BorrowedObject args, + const BorrowedObject kwargs) const + { + assert(this->p); + return OwnedObject::consuming(PyObject_Call(this->p, args, kwargs)); + } + + template + inline OwnedObject PyObjectPointer::PyCall(const OwnedObject& args, + const OwnedObject& kwargs) const + { + assert(this->p); + return OwnedObject::consuming(PyObject_Call(this->p, args.borrow(), kwargs.borrow())); + } + + inline void + ListChecker(void * p) + { + if (!p) { + return; + } + if (!PyList_Check(p)) { + throw TypeError("Expected a list"); + } + } + + class OwnedList : public OwnedReference + { + private: + G_NO_ASSIGNMENT_OF_CLS(OwnedList); + public: + // TODO: Would like to use move. + explicit OwnedList(const OwnedObject& other) + : OwnedReference(other) + { + } + + OwnedList& operator=(const OwnedObject& other) + { + if (other && PyList_Check(other.p)) { + // Valid list. Own a new reference to it, discard the + // reference to what we did own. + PyObject* new_ptr = other.p; + Py_INCREF(new_ptr); + Py_XDECREF(this->p); + this->p = new_ptr; + } + else { + // Either the other object was NULL (an error) or it + // wasn't a list. Either way, we're now invalidated. + Py_XDECREF(this->p); + this->p = nullptr; + } + return *this; + } + + inline bool empty() const + { + return PyList_GET_SIZE(p) == 0; + } + + inline Py_ssize_t size() const + { + return PyList_GET_SIZE(p); + } + + inline BorrowedObject at(const Py_ssize_t index) const + { + return PyList_GET_ITEM(p, index); + } + + inline void clear() + { + PyList_SetSlice(p, 0, PyList_GET_SIZE(p), NULL); + } + }; + + // Use this to represent the module object used at module init + // time. + // This could either be a borrowed (Py2) or new (Py3) reference; + // either way, we don't want to do any memory management + // on it here, Python itself will handle that. + // XXX: Actually, that's not quite right. On Python 3, if an + // exception occurs before we return to the interpreter, this will + // leak; but all previous versions also had that problem. + class CreatedModule : public PyObjectPointer<> + { + private: + G_NO_COPIES_OF_CLS(CreatedModule); + public: + CreatedModule(PyModuleDef& mod_def) : PyObjectPointer<>( + Require(PyModule_Create(&mod_def))) + { + } + + // PyAddObject(): Add a reference to the object to the module. + // On return, the reference count of the object is unchanged. + // + // The docs warn that PyModule_AddObject only steals the + // reference on success, so if it fails after we've incref'd + // or allocated, we're responsible for the decref. + void PyAddObject(const char* name, const long new_bool) + { + OwnedObject p = OwnedObject::consuming(Require(PyBool_FromLong(new_bool))); + this->PyAddObject(name, p); + } + + void PyAddObject(const char* name, const OwnedObject& new_object) + { + // The caller already owns a reference they will decref + // when their variable goes out of scope, we still need to + // incref/decref. + this->PyAddObject(name, new_object.borrow()); + } + + void PyAddObject(const char* name, const ImmortalObject& new_object) + { + this->PyAddObject(name, new_object.borrow()); + } + + void PyAddObject(const char* name, PyTypeObject& type) + { + this->PyAddObject(name, reinterpret_cast(&type)); + } + + void PyAddObject(const char* name, PyObject* new_object) + { + Py_INCREF(new_object); + try { + Require(PyModule_AddObject(this->p, name, new_object)); + } + catch (const PyErrOccurred&) { + Py_DECREF(p); + throw; + } + } + }; + + class PyErrFetchParam : public PyObjectPointer<> + { + // Not an owned object, because we can't be initialized with + // one, and we only sometimes acquire ownership. + private: + G_NO_COPIES_OF_CLS(PyErrFetchParam); + public: + // To allow declaring these and passing them to + // PyErr_Fetch we implement the empty constructor, + // and the address operator. + PyErrFetchParam() : PyObjectPointer<>(nullptr) + { + } + + PyObject** operator&() + { + return &this->p; + } + + // This allows us to pass one directly without the &, + // BUT it has higher precedence than the bool operator + // if it's not explicit. + operator PyObject**() + { + return &this->p; + } + + // We don't want to be able to pass these to Py_DECREF and + // such so we don't have the implicit PyObject* conversion. + + inline PyObject* relinquish_ownership() + { + PyObject* result = this->p; + this->p = nullptr; + return result; + } + + ~PyErrFetchParam() + { + Py_XDECREF(p); + } + }; + + class OwnedErrPiece : public OwnedObject + { + private: + + public: + // Unlike OwnedObject, this increments the refcount. + OwnedErrPiece(PyObject* p=nullptr) : OwnedObject(p) + { + this->acquire(); + } + + PyObject** operator&() + { + return &this->p; + } + + inline operator PyObject*() const + { + return this->p; + } + + operator PyTypeObject*() const + { + return reinterpret_cast(this->p); + } + }; + + class PyErrPieces + { + private: + OwnedErrPiece type; + OwnedErrPiece instance; + OwnedErrPiece traceback; + bool restored; + public: + // Takes new references; if we're destroyed before + // restoring the error, we drop the references. + PyErrPieces(PyObject* t, PyObject* v, PyObject* tb) : + type(t), + instance(v), + traceback(tb), + restored(0) + { + this->normalize(); + } + + PyErrPieces() : + restored(0) + { + // PyErr_Fetch transfers ownership to us, so + // we don't actually need to INCREF; but we *do* + // need to DECREF if we're not restored. + PyErrFetchParam t, v, tb; + PyErr_Fetch(&t, &v, &tb); + type.steal(t.relinquish_ownership()); + instance.steal(v.relinquish_ownership()); + traceback.steal(tb.relinquish_ownership()); + } + + void PyErrRestore() + { + // can only do this once + assert(!this->restored); + this->restored = true; + PyErr_Restore( + this->type.relinquish_ownership(), + this->instance.relinquish_ownership(), + this->traceback.relinquish_ownership()); + assert(!this->type && !this->instance && !this->traceback); + } + + private: + void normalize() + { + // First, check the traceback argument, replacing None, + // with NULL + if (traceback.is_None()) { + traceback = nullptr; + } + + if (traceback && !PyTraceBack_Check(traceback.borrow())) { + throw PyErrOccurred(PyExc_TypeError, + "throw() third argument must be a traceback object"); + } + + if (PyExceptionClass_Check(type)) { + // If we just had a type, we'll now have a type and + // instance. + // The type's refcount will have gone up by one + // because of the instance and the instance will have + // a refcount of one. Either way, we owned, and still + // do own, exactly one reference. + PyErr_NormalizeException(&type, &instance, &traceback); + + } + else if (PyExceptionInstance_Check(type)) { + /* Raising an instance --- usually that means an + object that is a subclass of BaseException, but on + Python 2, that can also mean an arbitrary old-style + object. The value should be a dummy. */ + if (instance && !instance.is_None()) { + throw PyErrOccurred( + PyExc_TypeError, + "instance exception may not have a separate value"); + } + /* Normalize to raise , */ + this->instance = this->type; + this->type = PyExceptionInstance_Class(instance.borrow()); + + /* + It would be tempting to do this: + + Py_ssize_t type_count = Py_REFCNT(Py_TYPE(instance.borrow())); + this->type = PyExceptionInstance_Class(instance.borrow()); + assert(this->type.REFCNT() == type_count + 1); + + But that doesn't work on Python 2 in the case of + old-style instances: The result of Py_TYPE is going to + be the global shared that all + old-style classes have, while the return of Instance_Class() + will be the Python-level class object. The two are unrelated. + */ + } + else { + /* Not something you can raise. throw() fails. */ + PyErr_Format(PyExc_TypeError, + "exceptions must be classes, or instances, not %s", + Py_TYPE(type.borrow())->tp_name); + throw PyErrOccurred(); + } + } + }; + + // PyArg_Parse's O argument returns a borrowed reference. + class PyArgParseParam : public BorrowedObject + { + private: + G_NO_COPIES_OF_CLS(PyArgParseParam); + public: + explicit PyArgParseParam(PyObject* p=nullptr) : BorrowedObject(p) + { + } + + inline PyObject** operator&() + { + return &this->p; + } + }; + +};}; + +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/greenlet_slp_switch.hpp b/venv/lib/python3.8/site-packages/greenlet/greenlet_slp_switch.hpp new file mode 100644 index 000000000..bd4b7ae1a --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/greenlet_slp_switch.hpp @@ -0,0 +1,99 @@ +#ifndef GREENLET_SLP_SWITCH_HPP +#define GREENLET_SLP_SWITCH_HPP + +#include "greenlet_compiler_compat.hpp" +#include "greenlet_refs.hpp" + +/* + * the following macros are spliced into the OS/compiler + * specific code, in order to simplify maintenance. + */ +// We can save about 10% of the time it takes to switch greenlets if +// we thread the thread state through the slp_save_state() and the +// following slp_restore_state() calls from +// slp_switch()->g_switchstack() (which already needs to access it). +// +// However: +// +// that requires changing the prototypes and implementations of the +// switching functions. If we just change the prototype of +// slp_switch() to accept the argument and update the macros, without +// changing the implementation of slp_switch(), we get crashes on +// 64-bit Linux and 32-bit x86 (for reasons that aren't 100% clear); +// on the other hand, 64-bit macOS seems to be fine. Also, 64-bit +// windows is an issue because slp_switch is written fully in assembly +// and currently ignores its argument so some code would have to be +// adjusted there to pass the argument on to the +// ``slp_save_state_asm()`` function (but interestingly, because of +// the calling convention, the extra argument is just ignored and +// things function fine, albeit slower, if we just modify +// ``slp_save_state_asm`()` to fetch the pointer to pass to the +// macro.) +// +// Our compromise is to use a *glabal*, untracked, weak, pointer +// to the necessary thread state during the process of switching only. +// This is safe because we're protected by the GIL, and if we're +// running this code, the thread isn't exiting. This also nets us a +// 10-12% speed improvement. + +static greenlet::Greenlet* volatile switching_thread_state = nullptr; + + +extern "C" { +static int GREENLET_NOINLINE(slp_save_state_trampoline)(char* stackref); +static void GREENLET_NOINLINE(slp_restore_state_trampoline)(); +} + + +#define SLP_SAVE_STATE(stackref, stsizediff) \ +do { \ + assert(switching_thread_state); \ + stackref += STACK_MAGIC; \ + if (slp_save_state_trampoline((char*)stackref)) \ + return -1; \ + if (!switching_thread_state->active()) \ + return 1; \ + stsizediff = switching_thread_state->stack_start() - (char*)stackref; \ +} while (0) + +#define SLP_RESTORE_STATE() slp_restore_state_trampoline() + +#define SLP_EVAL +extern "C" { +#define slp_switch GREENLET_NOINLINE(slp_switch) +#include "slp_platformselect.h" +} +#undef slp_switch + +#ifndef STACK_MAGIC +# error \ + "greenlet needs to be ported to this platform, or taught how to detect your compiler properly." +#endif /* !STACK_MAGIC */ + + + +#ifdef EXTERNAL_ASM +/* CCP addition: Make these functions, to be called from assembler. + * The token include file for the given platform should enable the + * EXTERNAL_ASM define so that this is included. + */ +extern "C" { +intptr_t +slp_save_state_asm(intptr_t* ref) +{ + intptr_t diff; + SLP_SAVE_STATE(ref, diff); + return diff; +} + +void +slp_restore_state_asm(void) +{ + SLP_RESTORE_STATE(); +} + +extern int slp_switch(void); +}; +#endif + +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/greenlet_thread_support.hpp b/venv/lib/python3.8/site-packages/greenlet/greenlet_thread_support.hpp new file mode 100644 index 000000000..3ded7d2b7 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/greenlet_thread_support.hpp @@ -0,0 +1,31 @@ +#ifndef GREENLET_THREAD_SUPPORT_HPP +#define GREENLET_THREAD_SUPPORT_HPP + +/** + * Defines various utility functions to help greenlet integrate well + * with threads. This used to be needed when we supported Python + * 2.7 on Windows, which used a very old compiler. We wrote an + * alternative implementation using Python APIs and POSIX or Windows + * APIs, but that's no longer needed. So this file is a shadow of its + * former self --- but may be needed in the future. + */ + +#include +#include +#include + +#include "greenlet_compiler_compat.hpp" + +namespace greenlet { + typedef std::mutex Mutex; + typedef std::lock_guard LockGuard; + class LockInitError : public std::runtime_error + { + public: + LockInitError(const char* what) : std::runtime_error(what) + {}; + }; +}; + + +#endif /* GREENLET_THREAD_SUPPORT_HPP */ diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/__init__.py b/venv/lib/python3.8/site-packages/greenlet/platform/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/greenlet/platform/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1130501bbe60e033104cc58735a0eea40efd03c7 GIT binary patch literal 189 zcmWIL<>g`kf>kYM86f&Gh(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o10LKO;XkRX-&$ zPrsnDBqKjhx4>98ttd4$DKk~Kq$n{tJGDr^EH$r8KPNK@s>E2&Lcch(BvrQnD4m#| zTCATA)R32xTB2W&lUS0LUzDpKAD@|*SrQ+wS5SG2!zMRBr8Fni4rKRdAZ7pn;EOTT literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/setup_switch_x64_masm.cmd b/venv/lib/python3.8/site-packages/greenlet/platform/setup_switch_x64_masm.cmd new file mode 100644 index 000000000..092859555 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/setup_switch_x64_masm.cmd @@ -0,0 +1,2 @@ +call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" amd64 +ml64 /nologo /c /Fo switch_x64_masm.obj switch_x64_masm.asm diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_aarch64_gcc.h b/venv/lib/python3.8/site-packages/greenlet/platform/switch_aarch64_gcc.h new file mode 100644 index 000000000..058617c40 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_aarch64_gcc.h @@ -0,0 +1,124 @@ +/* + * this is the internal transfer function. + * + * HISTORY + * 07-Sep-16 Add clang support using x register naming. Fredrik Fornwall + * 13-Apr-13 Add support for strange GCC caller-save decisions + * 08-Apr-13 File creation. Michael Matz + * + * NOTES + * + * Simply save all callee saved registers + * + */ + +#define STACK_REFPLUS 1 + +#ifdef SLP_EVAL +#define STACK_MAGIC 0 +#define REGS_TO_SAVE "x19", "x20", "x21", "x22", "x23", "x24", "x25", "x26", \ + "x27", "x28", "x30" /* aka lr */, \ + "v8", "v9", "v10", "v11", \ + "v12", "v13", "v14", "v15" + +/* + * Recall: + asm asm-qualifiers ( AssemblerTemplate + : OutputOperands + [ : InputOperands + [ : Clobbers ] ]) + + or (if asm-qualifiers contains 'goto') + + asm asm-qualifiers ( AssemblerTemplate + : OutputOperands + : InputOperands + : Clobbers + : GotoLabels) + + and OutputOperands are + + [ [asmSymbolicName] ] constraint (cvariablename) + + When a name is given, refer to it as ``%[the name]``. + When not given, ``%i`` where ``i`` is the zero-based index. + + constraints starting with ``=`` means only writing; ``+`` means + reading and writing. + + This is followed by ``r`` (must be register) or ``m`` (must be memory) + and these can be combined. + + The ``cvariablename`` is actually an lvalue expression. + + In AArch65, 31 general purpose registers. If named X0... they are + 64-bit. If named W0... they are the bottom 32 bits of the + corresponding 64 bit register. + + XZR and WZR are hardcoded to 0, and ignore writes. + + Arguments are in X0..X7. C++ uses X0 for ``this``. X0 holds simple return + values (?) + + Whenever a W register is written, the top half of the X register is zeroed. + */ + +static int +slp_switch(void) +{ + int err; + void *fp; + /* Windowz uses a 32-bit long on a 64-bit platform, unlike the rest of + the world, and in theory we can be compiled with GCC/llvm on 64-bit + windows. So we need a fixed-width type. + */ + int64_t *stackref, stsizediff; + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ volatile ("str x29, %0" : "=m"(fp) : : ); + __asm__ ("mov %0, sp" : "=r" (stackref)); + { + SLP_SAVE_STATE(stackref, stsizediff); + __asm__ volatile ( + "add sp,sp,%0\n" + "add x29,x29,%0\n" + : + : "r" (stsizediff) + ); + SLP_RESTORE_STATE(); + /* SLP_SAVE_STATE macro contains some return statements + (of -1 and 1). It falls through only when + the return value of slp_save_state() is zero, which + is placed in x0. + In that case we (slp_switch) also want to return zero + (also in x0 of course). + Now, some GCC versions (seen with 4.8) think it's a + good idea to save/restore x0 around the call to + slp_restore_state(), instead of simply zeroing it + at the return below. But slp_restore_state + writes random values to the stack slot used for this + save/restore (from when it once was saved above in + SLP_SAVE_STATE, when it was still uninitialized), so + "restoring" that precious zero actually makes us + return random values. There are some ways to make + GCC not use that zero value in the normal return path + (e.g. making err volatile, but that costs a little + stack space), and the simplest is to call a function + that returns an unknown value (which happens to be zero), + so the saved/restored value is unused. + + Thus, this line stores a 0 into the ``err`` variable + (which must be held in a register for this instruction, + of course). The ``w`` qualifier causes the instruction + to use W0 instead of X0, otherwise we get a warning + about a value size mismatch (because err is an int, + and aarch64 platforms are LP64: 32-bit int, 64 bit long + and pointer). + */ + __asm__ volatile ("mov %w0, #0" : "=r" (err)); + } + __asm__ volatile ("ldr x29, %0" : : "m" (fp) :); + __asm__ volatile ("" : : : REGS_TO_SAVE); + return err; +} + +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_alpha_unix.h b/venv/lib/python3.8/site-packages/greenlet/platform/switch_alpha_unix.h new file mode 100644 index 000000000..7e07abfc2 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_alpha_unix.h @@ -0,0 +1,30 @@ +#define STACK_REFPLUS 1 + +#ifdef SLP_EVAL +#define STACK_MAGIC 0 + +#define REGS_TO_SAVE "$9", "$10", "$11", "$12", "$13", "$14", "$15", \ + "$f2", "$f3", "$f4", "$f5", "$f6", "$f7", "$f8", "$f9" + +static int +slp_switch(void) +{ + int ret; + long *stackref, stsizediff; + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ volatile ("mov $30, %0" : "=r" (stackref) : ); + { + SLP_SAVE_STATE(stackref, stsizediff); + __asm__ volatile ( + "addq $30, %0, $30\n\t" + : /* no outputs */ + : "r" (stsizediff) + ); + SLP_RESTORE_STATE(); + } + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ volatile ("mov $31, %0" : "=r" (ret) : ); + return ret; +} + +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_amd64_unix.h b/venv/lib/python3.8/site-packages/greenlet/platform/switch_amd64_unix.h new file mode 100644 index 000000000..d4701105f --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_amd64_unix.h @@ -0,0 +1,87 @@ +/* + * this is the internal transfer function. + * + * HISTORY + * 3-May-13 Ralf Schmitt + * Add support for strange GCC caller-save decisions + * (ported from switch_aarch64_gcc.h) + * 18-Aug-11 Alexey Borzenkov + * Correctly save rbp, csr and cw + * 01-Apr-04 Hye-Shik Chang + * Ported from i386 to amd64. + * 24-Nov-02 Christian Tismer + * needed to add another magic constant to insure + * that f in slp_eval_frame(PyFrameObject *f) + * STACK_REFPLUS will probably be 1 in most cases. + * gets included into the saved stack area. + * 17-Sep-02 Christian Tismer + * after virtualizing stack save/restore, the + * stack size shrunk a bit. Needed to introduce + * an adjustment STACK_MAGIC per platform. + * 15-Sep-02 Gerd Woetzel + * slightly changed framework for spark + * 31-Avr-02 Armin Rigo + * Added ebx, esi and edi register-saves. + * 01-Mar-02 Samual M. Rushing + * Ported from i386. + */ + +#define STACK_REFPLUS 1 + +#ifdef SLP_EVAL + +/* #define STACK_MAGIC 3 */ +/* the above works fine with gcc 2.96, but 2.95.3 wants this */ +#define STACK_MAGIC 0 + +#define REGS_TO_SAVE "r12", "r13", "r14", "r15" + +static int +slp_switch(void) +{ + int err; + void* rbp; + void* rbx; + unsigned int csr; + unsigned short cw; + /* This used to be declared 'register', but that does nothing in + modern compilers and is explicitly forbidden in some new + standards. */ + long *stackref, stsizediff; + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ volatile ("fstcw %0" : "=m" (cw)); + __asm__ volatile ("stmxcsr %0" : "=m" (csr)); + __asm__ volatile ("movq %%rbp, %0" : "=m" (rbp)); + __asm__ volatile ("movq %%rbx, %0" : "=m" (rbx)); + __asm__ ("movq %%rsp, %0" : "=g" (stackref)); + { + SLP_SAVE_STATE(stackref, stsizediff); + __asm__ volatile ( + "addq %0, %%rsp\n" + "addq %0, %%rbp\n" + : + : "r" (stsizediff) + ); + SLP_RESTORE_STATE(); + __asm__ volatile ("xorq %%rax, %%rax" : "=a" (err)); + } + __asm__ volatile ("movq %0, %%rbx" : : "m" (rbx)); + __asm__ volatile ("movq %0, %%rbp" : : "m" (rbp)); + __asm__ volatile ("ldmxcsr %0" : : "m" (csr)); + __asm__ volatile ("fldcw %0" : : "m" (cw)); + __asm__ volatile ("" : : : REGS_TO_SAVE); + return err; +} + +#endif + +/* + * further self-processing support + */ + +/* + * if you want to add self-inspection tools, place them + * here. See the x86_msvc for the necessary defines. + * These features are highly experimental und not + * essential yet. + */ diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_arm32_gcc.h b/venv/lib/python3.8/site-packages/greenlet/platform/switch_arm32_gcc.h new file mode 100644 index 000000000..655003aa1 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_arm32_gcc.h @@ -0,0 +1,79 @@ +/* + * this is the internal transfer function. + * + * HISTORY + * 14-Aug-06 File creation. Ported from Arm Thumb. Sylvain Baro + * 3-Sep-06 Commented out saving of r1-r3 (r4 already commented out) as I + * read that these do not need to be saved. Also added notes and + * errors related to the frame pointer. Richard Tew. + * + * NOTES + * + * It is not possible to detect if fp is used or not, so the supplied + * switch function needs to support it, so that you can remove it if + * it does not apply to you. + * + * POSSIBLE ERRORS + * + * "fp cannot be used in asm here" + * + * - Try commenting out "fp" in REGS_TO_SAVE. + * + */ + +#define STACK_REFPLUS 1 + +#ifdef SLP_EVAL +#define STACK_MAGIC 0 +#define REG_SP "sp" +#define REG_SPSP "sp,sp" +#ifdef __thumb__ +#define REG_FP "r7" +#define REG_FPFP "r7,r7" +#define REGS_TO_SAVE_GENERAL "r4", "r5", "r6", "r8", "r9", "r10", "r11", "lr" +#else +#define REG_FP "fp" +#define REG_FPFP "fp,fp" +#define REGS_TO_SAVE_GENERAL "r4", "r5", "r6", "r7", "r8", "r9", "r10", "lr" +#endif +#if defined(__SOFTFP__) +#define REGS_TO_SAVE REGS_TO_SAVE_GENERAL +#elif defined(__VFP_FP__) +#define REGS_TO_SAVE REGS_TO_SAVE_GENERAL, "d8", "d9", "d10", "d11", \ + "d12", "d13", "d14", "d15" +#elif defined(__MAVERICK__) +#define REGS_TO_SAVE REGS_TO_SAVE_GENERAL, "mvf4", "mvf5", "mvf6", "mvf7", \ + "mvf8", "mvf9", "mvf10", "mvf11", \ + "mvf12", "mvf13", "mvf14", "mvf15" +#else +#define REGS_TO_SAVE REGS_TO_SAVE_GENERAL, "f4", "f5", "f6", "f7" +#endif + +static int +#ifdef __GNUC__ +__attribute__((optimize("no-omit-frame-pointer"))) +#endif +slp_switch(void) +{ + void *fp; + int *stackref, stsizediff; + int result; + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ volatile ("mov r0," REG_FP "\n\tstr r0,%0" : "=m" (fp) : : "r0"); + __asm__ ("mov %0," REG_SP : "=r" (stackref)); + { + SLP_SAVE_STATE(stackref, stsizediff); + __asm__ volatile ( + "add " REG_SPSP ",%0\n" + "add " REG_FPFP ",%0\n" + : + : "r" (stsizediff) + ); + SLP_RESTORE_STATE(); + } + __asm__ volatile ("ldr r0,%1\n\tmov " REG_FP ",r0\n\tmov %0, #0" : "=r" (result) : "m" (fp) : "r0"); + __asm__ volatile ("" : : : REGS_TO_SAVE); + return result; +} + +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_arm32_ios.h b/venv/lib/python3.8/site-packages/greenlet/platform/switch_arm32_ios.h new file mode 100644 index 000000000..9e640e15f --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_arm32_ios.h @@ -0,0 +1,67 @@ +/* + * this is the internal transfer function. + * + * HISTORY + * 31-May-15 iOS support. Ported from arm32. Proton + * + * NOTES + * + * It is not possible to detect if fp is used or not, so the supplied + * switch function needs to support it, so that you can remove it if + * it does not apply to you. + * + * POSSIBLE ERRORS + * + * "fp cannot be used in asm here" + * + * - Try commenting out "fp" in REGS_TO_SAVE. + * + */ + +#define STACK_REFPLUS 1 + +#ifdef SLP_EVAL + +#define STACK_MAGIC 0 +#define REG_SP "sp" +#define REG_SPSP "sp,sp" +#define REG_FP "r7" +#define REG_FPFP "r7,r7" +#define REGS_TO_SAVE_GENERAL "r4", "r5", "r6", "r8", "r10", "r11", "lr" +#define REGS_TO_SAVE REGS_TO_SAVE_GENERAL, "d8", "d9", "d10", "d11", \ + "d12", "d13", "d14", "d15" + +static int +#ifdef __GNUC__ +__attribute__((optimize("no-omit-frame-pointer"))) +#endif +slp_switch(void) +{ + void *fp; + int *stackref, stsizediff, result; + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ volatile ("str " REG_FP ",%0" : "=m" (fp)); + __asm__ ("mov %0," REG_SP : "=r" (stackref)); + { + SLP_SAVE_STATE(stackref, stsizediff); + __asm__ volatile ( + "add " REG_SPSP ",%0\n" + "add " REG_FPFP ",%0\n" + : + : "r" (stsizediff) + : REGS_TO_SAVE /* Clobber registers, force compiler to + * recalculate address of void *fp from REG_SP or REG_FP */ + ); + SLP_RESTORE_STATE(); + } + __asm__ volatile ( + "ldr " REG_FP ", %1\n\t" + "mov %0, #0" + : "=r" (result) + : "m" (fp) + : REGS_TO_SAVE /* Force compiler to restore saved registers after this */ + ); + return result; +} + +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_arm64_masm.asm b/venv/lib/python3.8/site-packages/greenlet/platform/switch_arm64_masm.asm new file mode 100644 index 000000000..29f9c225e --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_arm64_masm.asm @@ -0,0 +1,53 @@ + AREA switch_arm64_masm, CODE, READONLY; + GLOBAL slp_switch [FUNC] + EXTERN slp_save_state_asm + EXTERN slp_restore_state_asm + +slp_switch + ; push callee saved registers to stack + stp x19, x20, [sp, #-16]! + stp x21, x22, [sp, #-16]! + stp x23, x24, [sp, #-16]! + stp x25, x26, [sp, #-16]! + stp x27, x28, [sp, #-16]! + stp x29, x30, [sp, #-16]! + stp d8, d9, [sp, #-16]! + stp d10, d11, [sp, #-16]! + stp d12, d13, [sp, #-16]! + stp d14, d15, [sp, #-16]! + + ; call slp_save_state_asm with stack pointer + mov x0, sp + bl slp_save_state_asm + + ; early return for return value of 1 and -1 + cmp x0, #-1 + b.eq RETURN + cmp x0, #1 + b.eq RETURN + + ; increment stack and frame pointer + add sp, sp, x0 + add x29, x29, x0 + + bl slp_restore_state_asm + + ; store return value for successful completion of routine + mov x0, #0 + +RETURN + ; pop registers from stack + ldp d14, d15, [sp], #16 + ldp d12, d13, [sp], #16 + ldp d10, d11, [sp], #16 + ldp d8, d9, [sp], #16 + ldp x29, x30, [sp], #16 + ldp x27, x28, [sp], #16 + ldp x25, x26, [sp], #16 + ldp x23, x24, [sp], #16 + ldp x21, x22, [sp], #16 + ldp x19, x20, [sp], #16 + + ret + + END diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_arm64_masm.obj b/venv/lib/python3.8/site-packages/greenlet/platform/switch_arm64_masm.obj new file mode 100644 index 0000000000000000000000000000000000000000..f6f220e4310baaa9756110685ce7d6a2bdf90c37 GIT binary patch literal 746 zcma)4PiqrF6n~qoo~*PNZ{i+=wji4b#Xu2~wiJpGk)*AMF07NyB(9n1#+i+!)I;v| zBKQG3?t1eB$T(lYgGb4+lu{_QmQrebldQB_4?cMF-uu0IZ{DA2e8@rZ+e^~30488W z`B{KPh%yV{HEIpyeum^wI#7P*HfX)ux?9U&c!SFK-$o|OFtKn{Q|a-#N>2inp0-tb zCRKXAtg2SolaoLv$Ll&ds_Epj?SH+8K{t?XSjKaFsEy%yh}=V70BaHj zEY5kWk_zcJo{$SSUL~=K(zW|tnhm$rA z<%dZ$q?>RX*18r{!azhaYR1lVb;g;mR-6h!#F>|p@;aje%0a|CZrE7s+SXuT>MS=Y ziQPiMY-5DD&5+S7^H03fy7qt7ir}L34kK|h68s-MU>{lXOqlr?!Y=`~WwviNenFS_ zZalVSHh-0FU4lj#X8u5`ODn6@#{f?dHE&%XdP~_I3;$RS9-(z*>>ydkm*f@oWlUn~ Qn+^;lsEi}=H#!Q3U&UU-WdHyG literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_arm64_msvc.h b/venv/lib/python3.8/site-packages/greenlet/platform/switch_arm64_msvc.h new file mode 100644 index 000000000..7ab7f45be --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_arm64_msvc.h @@ -0,0 +1,17 @@ +/* + * this is the internal transfer function. + * + * HISTORY + * 21-Oct-21 Niyas Sait + * First version to enable win/arm64 support. + */ + +#define STACK_REFPLUS 1 +#define STACK_MAGIC 0 + +/* Use the generic support for an external assembly language slp_switch function. */ +#define EXTERNAL_ASM + +#ifdef SLP_EVAL +/* This always uses the external masm assembly file. */ +#endif \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_csky_gcc.h b/venv/lib/python3.8/site-packages/greenlet/platform/switch_csky_gcc.h new file mode 100644 index 000000000..ac469d3a0 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_csky_gcc.h @@ -0,0 +1,48 @@ +#ifdef SLP_EVAL +#define STACK_MAGIC 0 +#define REG_FP "r8" +#ifdef __CSKYABIV2__ +#define REGS_TO_SAVE_GENERAL "r4", "r5", "r6", "r7", "r9", "r10", "r11", "r15",\ + "r16", "r17", "r18", "r19", "r20", "r21", "r22",\ + "r23", "r24", "r25" + +#if defined (__CSKY_HARD_FLOAT__) || (__CSKY_VDSP__) +#define REGS_TO_SAVE REGS_TO_SAVE_GENERAL, "vr8", "vr9", "vr10", "vr11", "vr12",\ + "vr13", "vr14", "vr15" +#else +#define REGS_TO_SAVE REGS_TO_SAVE_GENERAL +#endif +#else +#define REGS_TO_SAVE "r9", "r10", "r11", "r12", "r13", "r15" +#endif + + +static int +#ifdef __GNUC__ +__attribute__((optimize("no-omit-frame-pointer"))) +#endif +slp_switch(void) +{ + int *stackref, stsizediff; + int result; + + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ ("mov %0, sp" : "=r" (stackref)); + { + SLP_SAVE_STATE(stackref, stsizediff); + __asm__ volatile ( + "addu sp,%0\n" + "addu "REG_FP",%0\n" + : + : "r" (stsizediff) + ); + + SLP_RESTORE_STATE(); + } + __asm__ volatile ("movi %0, 0" : "=r" (result)); + __asm__ volatile ("" : : : REGS_TO_SAVE); + + return result; +} + +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_loongarch64_linux.h b/venv/lib/python3.8/site-packages/greenlet/platform/switch_loongarch64_linux.h new file mode 100644 index 000000000..9eaf34ef4 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_loongarch64_linux.h @@ -0,0 +1,31 @@ +#define STACK_REFPLUS 1 + +#ifdef SLP_EVAL +#define STACK_MAGIC 0 + +#define REGS_TO_SAVE "s0", "s1", "s2", "s3", "s4", "s5", \ + "s6", "s7", "s8", "fp", \ + "f24", "f25", "f26", "f27", "f28", "f29", "f30", "f31" + +static int +slp_switch(void) +{ + int ret; + long *stackref, stsizediff; + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ volatile ("move %0, $sp" : "=r" (stackref) : ); + { + SLP_SAVE_STATE(stackref, stsizediff); + __asm__ volatile ( + "add.d $sp, $sp, %0\n\t" + : /* no outputs */ + : "r" (stsizediff) + ); + SLP_RESTORE_STATE(); + } + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ volatile ("move %0, $zero" : "=r" (ret) : ); + return ret; +} + +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_m68k_gcc.h b/venv/lib/python3.8/site-packages/greenlet/platform/switch_m68k_gcc.h new file mode 100644 index 000000000..da761c2da --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_m68k_gcc.h @@ -0,0 +1,38 @@ +/* + * this is the internal transfer function. + * + * HISTORY + * 2014-01-06 Andreas Schwab + * File created. + */ + +#ifdef SLP_EVAL + +#define STACK_MAGIC 0 + +#define REGS_TO_SAVE "%d2", "%d3", "%d4", "%d5", "%d6", "%d7", \ + "%a2", "%a3", "%a4" + +static int +slp_switch(void) +{ + int err; + int *stackref, stsizediff; + void *fp, *a5; + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ volatile ("move.l %%fp, %0" : "=m"(fp)); + __asm__ volatile ("move.l %%a5, %0" : "=m"(a5)); + __asm__ ("move.l %%sp, %0" : "=r"(stackref)); + { + SLP_SAVE_STATE(stackref, stsizediff); + __asm__ volatile ("add.l %0, %%sp; add.l %0, %%fp" : : "r"(stsizediff)); + SLP_RESTORE_STATE(); + __asm__ volatile ("clr.l %0" : "=g" (err)); + } + __asm__ volatile ("move.l %0, %%a5" : : "m"(a5)); + __asm__ volatile ("move.l %0, %%fp" : : "m"(fp)); + __asm__ volatile ("" : : : REGS_TO_SAVE); + return err; +} + +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_mips_unix.h b/venv/lib/python3.8/site-packages/greenlet/platform/switch_mips_unix.h new file mode 100644 index 000000000..b9003e947 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_mips_unix.h @@ -0,0 +1,64 @@ +/* + * this is the internal transfer function. + * + * HISTORY + * 20-Sep-14 Matt Madison + * Re-code the saving of the gp register for MIPS64. + * 05-Jan-08 Thiemo Seufer + * Ported from ppc. + */ + +#define STACK_REFPLUS 1 + +#ifdef SLP_EVAL + +#define STACK_MAGIC 0 + +#define REGS_TO_SAVE "$16", "$17", "$18", "$19", "$20", "$21", "$22", \ + "$23", "$30" +static int +slp_switch(void) +{ + int err; + int *stackref, stsizediff; +#ifdef __mips64 + uint64_t gpsave; +#endif + __asm__ __volatile__ ("" : : : REGS_TO_SAVE); +#ifdef __mips64 + __asm__ __volatile__ ("sd $28,%0" : "=m" (gpsave) : : ); +#endif + __asm__ ("move %0, $29" : "=r" (stackref) : ); + { + SLP_SAVE_STATE(stackref, stsizediff); + __asm__ __volatile__ ( +#ifdef __mips64 + "daddu $29, %0\n" +#else + "addu $29, %0\n" +#endif + : /* no outputs */ + : "r" (stsizediff) + ); + SLP_RESTORE_STATE(); + } +#ifdef __mips64 + __asm__ __volatile__ ("ld $28,%0" : : "m" (gpsave) : ); +#endif + __asm__ __volatile__ ("" : : : REGS_TO_SAVE); + __asm__ __volatile__ ("move %0, $0" : "=r" (err)); + return err; +} + +#endif + +/* + * further self-processing support + */ + +/* + * if you want to add self-inspection tools, place them + * here. See the x86_msvc for the necessary defines. + * These features are highly experimental und not + * essential yet. + */ diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_ppc64_aix.h b/venv/lib/python3.8/site-packages/greenlet/platform/switch_ppc64_aix.h new file mode 100644 index 000000000..e7e0b8776 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_ppc64_aix.h @@ -0,0 +1,103 @@ +/* + * this is the internal transfer function. + * + * HISTORY + * 16-Oct-20 Jesse Gorzinski + * Copied from Linux PPC64 implementation + * 04-Sep-18 Alexey Borzenkov + * Workaround a gcc bug using manual save/restore of r30 + * 21-Mar-18 Tulio Magno Quites Machado Filho + * Added r30 to the list of saved registers in order to fully comply with + * both ppc64 ELFv1 ABI and the ppc64le ELFv2 ABI, that classify this + * register as a nonvolatile register used for local variables. + * 21-Mar-18 Laszlo Boszormenyi + * Save r2 (TOC pointer) manually. + * 10-Dec-13 Ulrich Weigand + * Support ELFv2 ABI. Save float/vector registers. + * 09-Mar-12 Michael Ellerman + * 64-bit implementation, copied from 32-bit. + * 07-Sep-05 (py-dev mailing list discussion) + * removed 'r31' from the register-saved. !!!! WARNING !!!! + * It means that this file can no longer be compiled statically! + * It is now only suitable as part of a dynamic library! + * 14-Jan-04 Bob Ippolito + * added cr2-cr4 to the registers to be saved. + * Open questions: Should we save FP registers? + * What about vector registers? + * Differences between darwin and unix? + * 24-Nov-02 Christian Tismer + * needed to add another magic constant to insure + * that f in slp_eval_frame(PyFrameObject *f) + * STACK_REFPLUS will probably be 1 in most cases. + * gets included into the saved stack area. + * 04-Oct-02 Gustavo Niemeyer + * Ported from MacOS version. + * 17-Sep-02 Christian Tismer + * after virtualizing stack save/restore, the + * stack size shrunk a bit. Needed to introduce + * an adjustment STACK_MAGIC per platform. + * 15-Sep-02 Gerd Woetzel + * slightly changed framework for sparc + * 29-Jun-02 Christian Tismer + * Added register 13-29, 31 saves. The same way as + * Armin Rigo did for the x86_unix version. + * This seems to be now fully functional! + * 04-Mar-02 Hye-Shik Chang + * Ported from i386. + * 31-Jul-12 Trevor Bowen + * Changed memory constraints to register only. + */ + +#define STACK_REFPLUS 1 + +#ifdef SLP_EVAL + +#define STACK_MAGIC 6 + +#if defined(__ALTIVEC__) +#define ALTIVEC_REGS \ + "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", \ + "v28", "v29", "v30", "v31", +#else +#define ALTIVEC_REGS +#endif + +#define REGS_TO_SAVE "r14", "r15", "r16", "r17", "r18", "r19", "r20", \ + "r21", "r22", "r23", "r24", "r25", "r26", "r27", "r28", "r29", \ + "r31", \ + "fr14", "fr15", "fr16", "fr17", "fr18", "fr19", "fr20", "fr21", \ + "fr22", "fr23", "fr24", "fr25", "fr26", "fr27", "fr28", "fr29", \ + "fr30", "fr31", \ + ALTIVEC_REGS \ + "cr2", "cr3", "cr4" + +static int +slp_switch(void) +{ + int err; + long *stackref, stsizediff; + void * toc; + void * r30; + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ volatile ("std 2, %0" : "=m" (toc)); + __asm__ volatile ("std 30, %0" : "=m" (r30)); + __asm__ ("mr %0, 1" : "=r" (stackref) : ); + { + SLP_SAVE_STATE(stackref, stsizediff); + __asm__ volatile ( + "mr 11, %0\n" + "add 1, 1, 11\n" + : /* no outputs */ + : "r" (stsizediff) + : "11" + ); + SLP_RESTORE_STATE(); + } + __asm__ volatile ("ld 30, %0" : : "m" (r30)); + __asm__ volatile ("ld 2, %0" : : "m" (toc)); + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ volatile ("li %0, 0" : "=r" (err)); + return err; +} + +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_ppc64_linux.h b/venv/lib/python3.8/site-packages/greenlet/platform/switch_ppc64_linux.h new file mode 100644 index 000000000..3c324d00c --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_ppc64_linux.h @@ -0,0 +1,105 @@ +/* + * this is the internal transfer function. + * + * HISTORY + * 04-Sep-18 Alexey Borzenkov + * Workaround a gcc bug using manual save/restore of r30 + * 21-Mar-18 Tulio Magno Quites Machado Filho + * Added r30 to the list of saved registers in order to fully comply with + * both ppc64 ELFv1 ABI and the ppc64le ELFv2 ABI, that classify this + * register as a nonvolatile register used for local variables. + * 21-Mar-18 Laszlo Boszormenyi + * Save r2 (TOC pointer) manually. + * 10-Dec-13 Ulrich Weigand + * Support ELFv2 ABI. Save float/vector registers. + * 09-Mar-12 Michael Ellerman + * 64-bit implementation, copied from 32-bit. + * 07-Sep-05 (py-dev mailing list discussion) + * removed 'r31' from the register-saved. !!!! WARNING !!!! + * It means that this file can no longer be compiled statically! + * It is now only suitable as part of a dynamic library! + * 14-Jan-04 Bob Ippolito + * added cr2-cr4 to the registers to be saved. + * Open questions: Should we save FP registers? + * What about vector registers? + * Differences between darwin and unix? + * 24-Nov-02 Christian Tismer + * needed to add another magic constant to insure + * that f in slp_eval_frame(PyFrameObject *f) + * STACK_REFPLUS will probably be 1 in most cases. + * gets included into the saved stack area. + * 04-Oct-02 Gustavo Niemeyer + * Ported from MacOS version. + * 17-Sep-02 Christian Tismer + * after virtualizing stack save/restore, the + * stack size shrunk a bit. Needed to introduce + * an adjustment STACK_MAGIC per platform. + * 15-Sep-02 Gerd Woetzel + * slightly changed framework for sparc + * 29-Jun-02 Christian Tismer + * Added register 13-29, 31 saves. The same way as + * Armin Rigo did for the x86_unix version. + * This seems to be now fully functional! + * 04-Mar-02 Hye-Shik Chang + * Ported from i386. + * 31-Jul-12 Trevor Bowen + * Changed memory constraints to register only. + */ + +#define STACK_REFPLUS 1 + +#ifdef SLP_EVAL + +#if _CALL_ELF == 2 +#define STACK_MAGIC 4 +#else +#define STACK_MAGIC 6 +#endif + +#if defined(__ALTIVEC__) +#define ALTIVEC_REGS \ + "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", \ + "v28", "v29", "v30", "v31", +#else +#define ALTIVEC_REGS +#endif + +#define REGS_TO_SAVE "r14", "r15", "r16", "r17", "r18", "r19", "r20", \ + "r21", "r22", "r23", "r24", "r25", "r26", "r27", "r28", "r29", \ + "r31", \ + "fr14", "fr15", "fr16", "fr17", "fr18", "fr19", "fr20", "fr21", \ + "fr22", "fr23", "fr24", "fr25", "fr26", "fr27", "fr28", "fr29", \ + "fr30", "fr31", \ + ALTIVEC_REGS \ + "cr2", "cr3", "cr4" + +static int +slp_switch(void) +{ + int err; + long *stackref, stsizediff; + void * toc; + void * r30; + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ volatile ("std 2, %0" : "=m" (toc)); + __asm__ volatile ("std 30, %0" : "=m" (r30)); + __asm__ ("mr %0, 1" : "=r" (stackref) : ); + { + SLP_SAVE_STATE(stackref, stsizediff); + __asm__ volatile ( + "mr 11, %0\n" + "add 1, 1, 11\n" + : /* no outputs */ + : "r" (stsizediff) + : "11" + ); + SLP_RESTORE_STATE(); + } + __asm__ volatile ("ld 30, %0" : : "m" (r30)); + __asm__ volatile ("ld 2, %0" : : "m" (toc)); + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ volatile ("li %0, 0" : "=r" (err)); + return err; +} + +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_ppc_aix.h b/venv/lib/python3.8/site-packages/greenlet/platform/switch_ppc_aix.h new file mode 100644 index 000000000..6d93c1326 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_ppc_aix.h @@ -0,0 +1,87 @@ +/* + * this is the internal transfer function. + * + * HISTORY + * 07-Mar-11 Floris Bruynooghe + * Do not add stsizediff to general purpose + * register (GPR) 30 as this is a non-volatile and + * unused by the PowerOpen Environment, therefore + * this was modifying a user register instead of the + * frame pointer (which does not seem to exist). + * 07-Sep-05 (py-dev mailing list discussion) + * removed 'r31' from the register-saved. !!!! WARNING !!!! + * It means that this file can no longer be compiled statically! + * It is now only suitable as part of a dynamic library! + * 14-Jan-04 Bob Ippolito + * added cr2-cr4 to the registers to be saved. + * Open questions: Should we save FP registers? + * What about vector registers? + * Differences between darwin and unix? + * 24-Nov-02 Christian Tismer + * needed to add another magic constant to insure + * that f in slp_eval_frame(PyFrameObject *f) + * STACK_REFPLUS will probably be 1 in most cases. + * gets included into the saved stack area. + * 04-Oct-02 Gustavo Niemeyer + * Ported from MacOS version. + * 17-Sep-02 Christian Tismer + * after virtualizing stack save/restore, the + * stack size shrunk a bit. Needed to introduce + * an adjustment STACK_MAGIC per platform. + * 15-Sep-02 Gerd Woetzel + * slightly changed framework for sparc + * 29-Jun-02 Christian Tismer + * Added register 13-29, 31 saves. The same way as + * Armin Rigo did for the x86_unix version. + * This seems to be now fully functional! + * 04-Mar-02 Hye-Shik Chang + * Ported from i386. + */ + +#define STACK_REFPLUS 1 + +#ifdef SLP_EVAL + +#define STACK_MAGIC 3 + +/* !!!!WARNING!!!! need to add "r31" in the next line if this header file + * is meant to be compiled non-dynamically! + */ +#define REGS_TO_SAVE "r13", "r14", "r15", "r16", "r17", "r18", "r19", "r20", \ + "r21", "r22", "r23", "r24", "r25", "r26", "r27", "r28", "r29", \ + "cr2", "cr3", "cr4" +static int +slp_switch(void) +{ + int err; + int *stackref, stsizediff; + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ ("mr %0, 1" : "=r" (stackref) : ); + { + SLP_SAVE_STATE(stackref, stsizediff); + __asm__ volatile ( + "mr 11, %0\n" + "add 1, 1, 11\n" + : /* no outputs */ + : "r" (stsizediff) + : "11" + ); + SLP_RESTORE_STATE(); + } + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ volatile ("li %0, 0" : "=r" (err)); + return err; +} + +#endif + +/* + * further self-processing support + */ + +/* + * if you want to add self-inspection tools, place them + * here. See the x86_msvc for the necessary defines. + * These features are highly experimental und not + * essential yet. + */ diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_ppc_linux.h b/venv/lib/python3.8/site-packages/greenlet/platform/switch_ppc_linux.h new file mode 100644 index 000000000..e83ad70a5 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_ppc_linux.h @@ -0,0 +1,84 @@ +/* + * this is the internal transfer function. + * + * HISTORY + * 07-Sep-05 (py-dev mailing list discussion) + * removed 'r31' from the register-saved. !!!! WARNING !!!! + * It means that this file can no longer be compiled statically! + * It is now only suitable as part of a dynamic library! + * 14-Jan-04 Bob Ippolito + * added cr2-cr4 to the registers to be saved. + * Open questions: Should we save FP registers? + * What about vector registers? + * Differences between darwin and unix? + * 24-Nov-02 Christian Tismer + * needed to add another magic constant to insure + * that f in slp_eval_frame(PyFrameObject *f) + * STACK_REFPLUS will probably be 1 in most cases. + * gets included into the saved stack area. + * 04-Oct-02 Gustavo Niemeyer + * Ported from MacOS version. + * 17-Sep-02 Christian Tismer + * after virtualizing stack save/restore, the + * stack size shrunk a bit. Needed to introduce + * an adjustment STACK_MAGIC per platform. + * 15-Sep-02 Gerd Woetzel + * slightly changed framework for sparc + * 29-Jun-02 Christian Tismer + * Added register 13-29, 31 saves. The same way as + * Armin Rigo did for the x86_unix version. + * This seems to be now fully functional! + * 04-Mar-02 Hye-Shik Chang + * Ported from i386. + * 31-Jul-12 Trevor Bowen + * Changed memory constraints to register only. + */ + +#define STACK_REFPLUS 1 + +#ifdef SLP_EVAL + +#define STACK_MAGIC 3 + +/* !!!!WARNING!!!! need to add "r31" in the next line if this header file + * is meant to be compiled non-dynamically! + */ +#define REGS_TO_SAVE "r13", "r14", "r15", "r16", "r17", "r18", "r19", "r20", \ + "r21", "r22", "r23", "r24", "r25", "r26", "r27", "r28", "r29", \ + "cr2", "cr3", "cr4" +static int +slp_switch(void) +{ + int err; + int *stackref, stsizediff; + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ ("mr %0, 1" : "=r" (stackref) : ); + { + SLP_SAVE_STATE(stackref, stsizediff); + __asm__ volatile ( + "mr 11, %0\n" + "add 1, 1, 11\n" + "add 30, 30, 11\n" + : /* no outputs */ + : "r" (stsizediff) + : "11" + ); + SLP_RESTORE_STATE(); + } + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ volatile ("li %0, 0" : "=r" (err)); + return err; +} + +#endif + +/* + * further self-processing support + */ + +/* + * if you want to add self-inspection tools, place them + * here. See the x86_msvc for the necessary defines. + * These features are highly experimental und not + * essential yet. + */ diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_ppc_macosx.h b/venv/lib/python3.8/site-packages/greenlet/platform/switch_ppc_macosx.h new file mode 100644 index 000000000..bd414c68e --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_ppc_macosx.h @@ -0,0 +1,82 @@ +/* + * this is the internal transfer function. + * + * HISTORY + * 07-Sep-05 (py-dev mailing list discussion) + * removed 'r31' from the register-saved. !!!! WARNING !!!! + * It means that this file can no longer be compiled statically! + * It is now only suitable as part of a dynamic library! + * 14-Jan-04 Bob Ippolito + * added cr2-cr4 to the registers to be saved. + * Open questions: Should we save FP registers? + * What about vector registers? + * Differences between darwin and unix? + * 24-Nov-02 Christian Tismer + * needed to add another magic constant to insure + * that f in slp_eval_frame(PyFrameObject *f) + * STACK_REFPLUS will probably be 1 in most cases. + * gets included into the saved stack area. + * 17-Sep-02 Christian Tismer + * after virtualizing stack save/restore, the + * stack size shrunk a bit. Needed to introduce + * an adjustment STACK_MAGIC per platform. + * 15-Sep-02 Gerd Woetzel + * slightly changed framework for sparc + * 29-Jun-02 Christian Tismer + * Added register 13-29, 31 saves. The same way as + * Armin Rigo did for the x86_unix version. + * This seems to be now fully functional! + * 04-Mar-02 Hye-Shik Chang + * Ported from i386. + */ + +#define STACK_REFPLUS 1 + +#ifdef SLP_EVAL + +#define STACK_MAGIC 3 + +/* !!!!WARNING!!!! need to add "r31" in the next line if this header file + * is meant to be compiled non-dynamically! + */ +#define REGS_TO_SAVE "r13", "r14", "r15", "r16", "r17", "r18", "r19", "r20", \ + "r21", "r22", "r23", "r24", "r25", "r26", "r27", "r28", "r29", \ + "cr2", "cr3", "cr4" + +static int +slp_switch(void) +{ + int err; + int *stackref, stsizediff; + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ ("; asm block 2\n\tmr %0, r1" : "=r" (stackref) : ); + { + SLP_SAVE_STATE(stackref, stsizediff); + __asm__ volatile ( + "; asm block 3\n" + "\tmr r11, %0\n" + "\tadd r1, r1, r11\n" + "\tadd r30, r30, r11\n" + : /* no outputs */ + : "r" (stsizediff) + : "r11" + ); + SLP_RESTORE_STATE(); + } + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ volatile ("li %0, 0" : "=r" (err)); + return err; +} + +#endif + +/* + * further self-processing support + */ + +/* + * if you want to add self-inspection tools, place them + * here. See the x86_msvc for the necessary defines. + * These features are highly experimental und not + * essential yet. + */ diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_ppc_unix.h b/venv/lib/python3.8/site-packages/greenlet/platform/switch_ppc_unix.h new file mode 100644 index 000000000..bb188080a --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_ppc_unix.h @@ -0,0 +1,82 @@ +/* + * this is the internal transfer function. + * + * HISTORY + * 07-Sep-05 (py-dev mailing list discussion) + * removed 'r31' from the register-saved. !!!! WARNING !!!! + * It means that this file can no longer be compiled statically! + * It is now only suitable as part of a dynamic library! + * 14-Jan-04 Bob Ippolito + * added cr2-cr4 to the registers to be saved. + * Open questions: Should we save FP registers? + * What about vector registers? + * Differences between darwin and unix? + * 24-Nov-02 Christian Tismer + * needed to add another magic constant to insure + * that f in slp_eval_frame(PyFrameObject *f) + * STACK_REFPLUS will probably be 1 in most cases. + * gets included into the saved stack area. + * 04-Oct-02 Gustavo Niemeyer + * Ported from MacOS version. + * 17-Sep-02 Christian Tismer + * after virtualizing stack save/restore, the + * stack size shrunk a bit. Needed to introduce + * an adjustment STACK_MAGIC per platform. + * 15-Sep-02 Gerd Woetzel + * slightly changed framework for sparc + * 29-Jun-02 Christian Tismer + * Added register 13-29, 31 saves. The same way as + * Armin Rigo did for the x86_unix version. + * This seems to be now fully functional! + * 04-Mar-02 Hye-Shik Chang + * Ported from i386. + */ + +#define STACK_REFPLUS 1 + +#ifdef SLP_EVAL + +#define STACK_MAGIC 3 + +/* !!!!WARNING!!!! need to add "r31" in the next line if this header file + * is meant to be compiled non-dynamically! + */ +#define REGS_TO_SAVE "r13", "r14", "r15", "r16", "r17", "r18", "r19", "r20", \ + "r21", "r22", "r23", "r24", "r25", "r26", "r27", "r28", "r29", \ + "cr2", "cr3", "cr4" +static int +slp_switch(void) +{ + int err; + int *stackref, stsizediff; + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ ("mr %0, 1" : "=r" (stackref) : ); + { + SLP_SAVE_STATE(stackref, stsizediff); + __asm__ volatile ( + "mr 11, %0\n" + "add 1, 1, 11\n" + "add 30, 30, 11\n" + : /* no outputs */ + : "r" (stsizediff) + : "11" + ); + SLP_RESTORE_STATE(); + } + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ volatile ("li %0, 0" : "=r" (err)); + return err; +} + +#endif + +/* + * further self-processing support + */ + +/* + * if you want to add self-inspection tools, place them + * here. See the x86_msvc for the necessary defines. + * These features are highly experimental und not + * essential yet. + */ diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_riscv_unix.h b/venv/lib/python3.8/site-packages/greenlet/platform/switch_riscv_unix.h new file mode 100644 index 000000000..e74f37afa --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_riscv_unix.h @@ -0,0 +1,36 @@ +#define STACK_REFPLUS 1 + +#ifdef SLP_EVAL +#define STACK_MAGIC 0 + +#define REGS_TO_SAVE "s1", "s2", "s3", "s4", "s5", \ + "s6", "s7", "s8", "s9", "s10", "s11", "fs0", "fs1", \ + "fs2", "fs3", "fs4", "fs5", "fs6", "fs7", "fs8", "fs9", \ + "fs10", "fs11" + +static int +slp_switch(void) +{ + long fp; + int ret; + long *stackref, stsizediff; + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ volatile ("mv %0, fp" : "=r" (fp) : ); + __asm__ volatile ("mv %0, sp" : "=r" (stackref) : ); + { + SLP_SAVE_STATE(stackref, stsizediff); + __asm__ volatile ( + "add sp, sp, %0\n\t" + "add fp, fp, %0\n\t" + : /* no outputs */ + : "r" (stsizediff) + ); + SLP_RESTORE_STATE(); + } + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ volatile ("ld fp, %0" : : "m" (fp)); + __asm__ volatile ("mv %0, zero" : "=r" (ret) : ); + return ret; +} + +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_s390_unix.h b/venv/lib/python3.8/site-packages/greenlet/platform/switch_s390_unix.h new file mode 100644 index 000000000..9199367f8 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_s390_unix.h @@ -0,0 +1,87 @@ +/* + * this is the internal transfer function. + * + * HISTORY + * 25-Jan-12 Alexey Borzenkov + * Fixed Linux/S390 port to work correctly with + * different optimization options both on 31-bit + * and 64-bit. Thanks to Stefan Raabe for lots + * of testing. + * 24-Nov-02 Christian Tismer + * needed to add another magic constant to insure + * that f in slp_eval_frame(PyFrameObject *f) + * STACK_REFPLUS will probably be 1 in most cases. + * gets included into the saved stack area. + * 06-Oct-02 Gustavo Niemeyer + * Ported to Linux/S390. + */ + +#define STACK_REFPLUS 1 + +#ifdef SLP_EVAL + +#ifdef __s390x__ +#define STACK_MAGIC 20 /* 20 * 8 = 160 bytes of function call area */ +#else +#define STACK_MAGIC 24 /* 24 * 4 = 96 bytes of function call area */ +#endif + +/* Technically, r11-r13 also need saving, but function prolog starts + with stm(g) and since there are so many saved registers already + it won't be optimized, resulting in all r6-r15 being saved */ +#define REGS_TO_SAVE "r6", "r7", "r8", "r9", "r10", "r14", \ + "f0", "f1", "f2", "f3", "f4", "f5", "f6", "f7", \ + "f8", "f9", "f10", "f11", "f12", "f13", "f14", "f15" + +static int +slp_switch(void) +{ + int ret; + long *stackref, stsizediff; + __asm__ volatile ("" : : : REGS_TO_SAVE); +#ifdef __s390x__ + __asm__ volatile ("lgr %0, 15" : "=r" (stackref) : ); +#else + __asm__ volatile ("lr %0, 15" : "=r" (stackref) : ); +#endif + { + SLP_SAVE_STATE(stackref, stsizediff); +/* N.B. + r11 may be used as the frame pointer, and in that case it cannot be + clobbered and needs offsetting just like the stack pointer (but in cases + where frame pointer isn't used we might clobber it accidentally). What's + scary is that r11 is 2nd (and even 1st when GOT is used) callee saved + register that gcc would chose for surviving function calls. However, + since r6-r10 are clobbered above, their cost for reuse is reduced, so + gcc IRA will chose them over r11 (not seeing r11 is implicitly saved), + making it relatively safe to offset in all cases. :) */ + __asm__ volatile ( +#ifdef __s390x__ + "agr 15, %0\n\t" + "agr 11, %0" +#else + "ar 15, %0\n\t" + "ar 11, %0" +#endif + : /* no outputs */ + : "r" (stsizediff) + ); + SLP_RESTORE_STATE(); + } + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ volatile ("lhi %0, 0" : "=r" (ret) : ); + return ret; +} + +#endif + +/* + * further self-processing support + */ + +/* + * if you want to add self-inspection tools, place them + * here. See the x86_msvc for the necessary defines. + * These features are highly experimental und not + * essential yet. + */ diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_sh_gcc.h b/venv/lib/python3.8/site-packages/greenlet/platform/switch_sh_gcc.h new file mode 100644 index 000000000..5ecc3b394 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_sh_gcc.h @@ -0,0 +1,36 @@ +#define STACK_REFPLUS 1 + +#ifdef SLP_EVAL +#define STACK_MAGIC 0 +#define REGS_TO_SAVE "r8", "r9", "r10", "r11", "r13", \ + "fr12", "fr13", "fr14", "fr15" + +// r12 Global context pointer, GP +// r14 Frame pointer, FP +// r15 Stack pointer, SP + +static int +slp_switch(void) +{ + int err; + void* fp; + int *stackref, stsizediff; + __asm__ volatile("" : : : REGS_TO_SAVE); + __asm__ volatile("mov.l r14, %0" : "=m"(fp) : :); + __asm__("mov r15, %0" : "=r"(stackref)); + { + SLP_SAVE_STATE(stackref, stsizediff); + __asm__ volatile( + "add %0, r15\n" + "add %0, r14\n" + : /* no outputs */ + : "r"(stsizediff)); + SLP_RESTORE_STATE(); + __asm__ volatile("mov r0, %0" : "=r"(err) : :); + } + __asm__ volatile("mov.l %0, r14" : : "m"(fp) :); + __asm__ volatile("" : : : REGS_TO_SAVE); + return err; +} + +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_sparc_sun_gcc.h b/venv/lib/python3.8/site-packages/greenlet/platform/switch_sparc_sun_gcc.h new file mode 100644 index 000000000..96990c391 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_sparc_sun_gcc.h @@ -0,0 +1,92 @@ +/* + * this is the internal transfer function. + * + * HISTORY + * 16-May-15 Alexey Borzenkov + * Move stack spilling code inside save/restore functions + * 30-Aug-13 Floris Bruynooghe + Clean the register windows again before returning. + This does not clobber the PIC register as it leaves + the current window intact and is required for multi- + threaded code to work correctly. + * 08-Mar-11 Floris Bruynooghe + * No need to set return value register explicitly + * before the stack and framepointer are adjusted + * as none of the other registers are influenced by + * this. Also don't needlessly clean the windows + * ('ta %0" :: "i" (ST_CLEAN_WINDOWS)') as that + * clobbers the gcc PIC register (%l7). + * 24-Nov-02 Christian Tismer + * needed to add another magic constant to insure + * that f in slp_eval_frame(PyFrameObject *f) + * STACK_REFPLUS will probably be 1 in most cases. + * gets included into the saved stack area. + * 17-Sep-02 Christian Tismer + * after virtualizing stack save/restore, the + * stack size shrunk a bit. Needed to introduce + * an adjustment STACK_MAGIC per platform. + * 15-Sep-02 Gerd Woetzel + * added support for SunOS sparc with gcc + */ + +#define STACK_REFPLUS 1 + +#ifdef SLP_EVAL + + +#define STACK_MAGIC 0 + + +#if defined(__sparcv9) +#define SLP_FLUSHW __asm__ volatile ("flushw") +#else +#define SLP_FLUSHW __asm__ volatile ("ta 3") /* ST_FLUSH_WINDOWS */ +#endif + +/* On sparc we need to spill register windows inside save/restore functions */ +#define SLP_BEFORE_SAVE_STATE() SLP_FLUSHW +#define SLP_BEFORE_RESTORE_STATE() SLP_FLUSHW + + +static int +slp_switch(void) +{ + int err; + int *stackref, stsizediff; + + /* Put current stack pointer into stackref. + * Register spilling is done in save/restore. + */ + __asm__ volatile ("mov %%sp, %0" : "=r" (stackref)); + + { + /* Thou shalt put SLP_SAVE_STATE into a local block */ + /* Copy the current stack onto the heap */ + SLP_SAVE_STATE(stackref, stsizediff); + + /* Increment stack and frame pointer by stsizediff */ + __asm__ volatile ( + "add %0, %%sp, %%sp\n\t" + "add %0, %%fp, %%fp" + : : "r" (stsizediff)); + + /* Copy new stack from it's save store on the heap */ + SLP_RESTORE_STATE(); + + __asm__ volatile ("mov %1, %0" : "=r" (err) : "i" (0)); + return err; + } +} + +#endif + +/* + * further self-processing support + */ + +/* + * if you want to add self-inspection tools, place them + * here. See the x86_msvc for the necessary defines. + * These features are highly experimental und not + * essential yet. + */ diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_x32_unix.h b/venv/lib/python3.8/site-packages/greenlet/platform/switch_x32_unix.h new file mode 100644 index 000000000..893369c7a --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_x32_unix.h @@ -0,0 +1,63 @@ +/* + * this is the internal transfer function. + * + * HISTORY + * 17-Aug-12 Fantix King + * Ported from amd64. + */ + +#define STACK_REFPLUS 1 + +#ifdef SLP_EVAL + +#define STACK_MAGIC 0 + +#define REGS_TO_SAVE "r12", "r13", "r14", "r15" + + +static int +slp_switch(void) +{ + void* ebp; + void* ebx; + unsigned int csr; + unsigned short cw; + int err; + int *stackref, stsizediff; + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ volatile ("fstcw %0" : "=m" (cw)); + __asm__ volatile ("stmxcsr %0" : "=m" (csr)); + __asm__ volatile ("movl %%ebp, %0" : "=m" (ebp)); + __asm__ volatile ("movl %%ebx, %0" : "=m" (ebx)); + __asm__ ("movl %%esp, %0" : "=g" (stackref)); + { + SLP_SAVE_STATE(stackref, stsizediff); + __asm__ volatile ( + "addl %0, %%esp\n" + "addl %0, %%ebp\n" + : + : "r" (stsizediff) + ); + SLP_RESTORE_STATE(); + } + __asm__ volatile ("movl %0, %%ebx" : : "m" (ebx)); + __asm__ volatile ("movl %0, %%ebp" : : "m" (ebp)); + __asm__ volatile ("ldmxcsr %0" : : "m" (csr)); + __asm__ volatile ("fldcw %0" : : "m" (cw)); + __asm__ volatile ("" : : : REGS_TO_SAVE); + __asm__ volatile ("xorl %%eax, %%eax" : "=a" (err)); + return err; +} + +#endif + +/* + * further self-processing support + */ + +/* + * if you want to add self-inspection tools, place them + * here. See the x86_msvc for the necessary defines. + * These features are highly experimental und not + * essential yet. + */ diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_x64_masm.asm b/venv/lib/python3.8/site-packages/greenlet/platform/switch_x64_masm.asm new file mode 100644 index 000000000..f5c72a27d --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_x64_masm.asm @@ -0,0 +1,111 @@ +; +; stack switching code for MASM on x641 +; Kristjan Valur Jonsson, sept 2005 +; + + +;prototypes for our calls +slp_save_state_asm PROTO +slp_restore_state_asm PROTO + + +pushxmm MACRO reg + sub rsp, 16 + .allocstack 16 + movaps [rsp], reg ; faster than movups, but we must be aligned + ; .savexmm128 reg, offset (don't know what offset is, no documentation) +ENDM +popxmm MACRO reg + movaps reg, [rsp] ; faster than movups, but we must be aligned + add rsp, 16 +ENDM + +pushreg MACRO reg + push reg + .pushreg reg +ENDM +popreg MACRO reg + pop reg +ENDM + + +.code +slp_switch PROC FRAME + ;realign stack to 16 bytes after return address push, makes the following faster + sub rsp,8 + .allocstack 8 + + pushxmm xmm15 + pushxmm xmm14 + pushxmm xmm13 + pushxmm xmm12 + pushxmm xmm11 + pushxmm xmm10 + pushxmm xmm9 + pushxmm xmm8 + pushxmm xmm7 + pushxmm xmm6 + + pushreg r15 + pushreg r14 + pushreg r13 + pushreg r12 + + pushreg rbp + pushreg rbx + pushreg rdi + pushreg rsi + + sub rsp, 10h ;allocate the singlefunction argument (must be multiple of 16) + .allocstack 10h +.endprolog + + lea rcx, [rsp+10h] ;load stack base that we are saving + call slp_save_state_asm ;pass stackpointer, return offset in eax + cmp rax, 1 + je EXIT1 + cmp rax, -1 + je EXIT2 + ;actual stack switch: + add rsp, rax + call slp_restore_state_asm + xor rax, rax ;return 0 + +EXIT: + + add rsp, 10h + popreg rsi + popreg rdi + popreg rbx + popreg rbp + + popreg r12 + popreg r13 + popreg r14 + popreg r15 + + popxmm xmm6 + popxmm xmm7 + popxmm xmm8 + popxmm xmm9 + popxmm xmm10 + popxmm xmm11 + popxmm xmm12 + popxmm xmm13 + popxmm xmm14 + popxmm xmm15 + + add rsp, 8 + ret + +EXIT1: + mov rax, 1 + jmp EXIT + +EXIT2: + sar rax, 1 + jmp EXIT + +slp_switch ENDP + +END \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_x64_masm.obj b/venv/lib/python3.8/site-packages/greenlet/platform/switch_x64_masm.obj new file mode 100644 index 0000000000000000000000000000000000000000..64e3e6b898ec765d4e37075f7b1635ad24c9efa2 GIT binary patch literal 1078 zcmZ{j&ubG=5XWb`DJB@*%~BA=L%=;Gk}d_~52VO$4J4q2U~MY6&1RFl{E&?scGnt@ zn(9GNy!ihFEO@PV4?T&H9`x2*oO!!jlNJZwd!P4xlX&_;U$Bg3z>p zje>}2kp+MsxE|w5hOUr>YC~(=fz6fwPdZd5+Hlb^P3{;ZO@Yuv96GG&+Gx?QfclNd zhy2KN&~>fNnlHQRR;U1cMyQ?hlQ$~k<0KBbB<0uD2#PTjVo+na7Q;#m=@=3m;xJOa zs2V#)&Db`cY;WzTF9)11;SjkVQWE!?bPTC%x3h3^F2;aBns5!i%m4&-*h69;~AUpZR%rDpm!zuXY+kc zFCz-n*^4&c)5~}y3e?r-Evy*n*(lp9r%ti58Y#l5&)rDjx5EbRd}nC+_8znRzz&#& XZ_Fi+`GM=5Rl{n4%KxAK>jC@)Nz=zi literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_x64_msvc.h b/venv/lib/python3.8/site-packages/greenlet/platform/switch_x64_msvc.h new file mode 100644 index 000000000..601ea5605 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_x64_msvc.h @@ -0,0 +1,60 @@ +/* + * this is the internal transfer function. + * + * HISTORY + * 24-Nov-02 Christian Tismer + * needed to add another magic constant to insure + * that f in slp_eval_frame(PyFrameObject *f) + * STACK_REFPLUS will probably be 1 in most cases. + * gets included into the saved stack area. + * 26-Sep-02 Christian Tismer + * again as a result of virtualized stack access, + * the compiler used less registers. Needed to + * explicit mention registers in order to get them saved. + * Thanks to Jeff Senn for pointing this out and help. + * 17-Sep-02 Christian Tismer + * after virtualizing stack save/restore, the + * stack size shrunk a bit. Needed to introduce + * an adjustment STACK_MAGIC per platform. + * 15-Sep-02 Gerd Woetzel + * slightly changed framework for sparc + * 01-Mar-02 Christian Tismer + * Initial final version after lots of iterations for i386. + */ + +/* Avoid alloca redefined warning on mingw64 */ +#ifndef alloca +#define alloca _alloca +#endif + +#define STACK_REFPLUS 1 +#define STACK_MAGIC 0 + +/* Use the generic support for an external assembly language slp_switch function. */ +#define EXTERNAL_ASM + +#ifdef SLP_EVAL +/* This always uses the external masm assembly file. */ +#endif + +/* + * further self-processing support + */ + +/* we have IsBadReadPtr available, so we can peek at objects */ +/* +#define STACKLESS_SPY + +#ifdef IMPLEMENT_STACKLESSMODULE +#include "Windows.h" +#define CANNOT_READ_MEM(p, bytes) IsBadReadPtr(p, bytes) + +static int IS_ON_STACK(void*p) +{ + int stackref; + intptr_t stackbase = ((intptr_t)&stackref) & 0xfffff000; + return (intptr_t)p >= stackbase && (intptr_t)p < stackbase + 0x00100000; +} + +#endif +*/ \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_x86_msvc.h b/venv/lib/python3.8/site-packages/greenlet/platform/switch_x86_msvc.h new file mode 100644 index 000000000..0f3a59f52 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_x86_msvc.h @@ -0,0 +1,326 @@ +/* + * this is the internal transfer function. + * + * HISTORY + * 24-Nov-02 Christian Tismer + * needed to add another magic constant to insure + * that f in slp_eval_frame(PyFrameObject *f) + * STACK_REFPLUS will probably be 1 in most cases. + * gets included into the saved stack area. + * 26-Sep-02 Christian Tismer + * again as a result of virtualized stack access, + * the compiler used less registers. Needed to + * explicit mention registers in order to get them saved. + * Thanks to Jeff Senn for pointing this out and help. + * 17-Sep-02 Christian Tismer + * after virtualizing stack save/restore, the + * stack size shrunk a bit. Needed to introduce + * an adjustment STACK_MAGIC per platform. + * 15-Sep-02 Gerd Woetzel + * slightly changed framework for sparc + * 01-Mar-02 Christian Tismer + * Initial final version after lots of iterations for i386. + */ + +#define alloca _alloca + +#define STACK_REFPLUS 1 + +#ifdef SLP_EVAL + +#define STACK_MAGIC 0 + +/* Some magic to quell warnings and keep slp_switch() from crashing when built + with VC90. Disable global optimizations, and the warning: frame pointer + register 'ebp' modified by inline assembly code. + + We used to just disable global optimizations ("g") but upstream stackless + Python, as well as stackman, turn off all optimizations. + +References: +https://github.com/stackless-dev/stackman/blob/dbc72fe5207a2055e658c819fdeab9731dee78b9/stackman/platforms/switch_x86_msvc.h +https://github.com/stackless-dev/stackless/blob/main-slp/Stackless/platf/switch_x86_msvc.h +*/ +#define WIN32_LEAN_AND_MEAN +#include + +#pragma optimize("", off) /* so that autos are stored on the stack */ +#pragma warning(disable:4731) +#pragma warning(disable:4733) /* disable warning about modifying FS[0] */ + +/** + * Most modern compilers and environments handle C++ exceptions without any + * special help from us. MSVC on 32-bit windows is an exception. There, C++ + * exceptions are dealt with using Windows' Structured Exception Handling + * (SEH). + * + * SEH is implemented as a singly linked list of nodes. The + * head of this list is stored in the Thread Information Block, which itself + * is pointed to from the FS register. It's the first field in the structure, + * or offset 0, so we can access it using assembly FS:[0], or the compiler + * intrinsics and field offset information from the headers (as we do below). + * Somewhat unusually, the tail of the list doesn't have prev == NULL, it has + * prev == 0xFFFFFFFF. + * + * SEH was designed for C, and traditionally uses the MSVC compiler + * intrinsincs __try{}/__except{}. It is also utilized for C++ exceptions by + * MSVC; there, every throw of a C++ exception raises a SEH error with the + * ExceptionCode 0xE06D7363; the SEH handler list is then traversed to + * deal with the exception. + * + * If the SEH list is corrupt, then when a C++ exception is thrown the program + * will abruptly exit with exit code 1. This does not use std::terminate(), so + * std::set_terminate() is useless to debug this. + * + * The SEH list is closely tied to the call stack; entering a function that + * uses __try{} or most C++ functions will push a new handler onto the front + * of the list. Returning from the function will remove the handler. Saving + * and restoring the head node of the SEH list (FS:[0]) per-greenlet is NOT + * ENOUGH to make SEH or exceptions work. + * + * Stack switching breaks SEH because the call stack no longer necessarily + * matches the SEH list. For example, given greenlet A that switches to + * greenlet B, at the moment of entering greenlet B, we will have any SEH + * handlers from greenlet A on the SEH list; greenlet B can then add its own + * handlers to the SEH list. When greenlet B switches back to greenlet A, + * greenlet B's handlers would still be on the SEH stack, but when switch() + * returns control to greenlet A, we have replaced the contents of the stack + * in memory, so all the address that greenlet B added to the SEH list are now + * invalid: part of the call stack has been unwound, but the SEH list was out + * of sync with the call stack. The net effect is that exception handling + * stops working. + * + * Thus, when switching greenlets, we need to be sure that the SEH list + * matches the effective call stack, "cutting out" any handlers that were + * pushed by the greenlet that switched out and which are no longer valid. + * + * The easiest way to do this is to capture the SEH list at the time the main + * greenlet for a thread is created, and, when initially starting a greenlet, + * start a new SEH list for it, which contains nothing but the handler + * established for the new greenlet itself, with the tail being the handlers + * for the main greenlet. If we then save and restore the SEH per-greenlet, + * they won't interfere with each others SEH lists. (No greenlet can unwind + * the call stack past the handlers established by the main greenlet). + * + * By observation, a new thread starts with three SEH handlers on the list. By + * the time we get around to creating the main greenlet, though, there can be + * many more, established by transient calls that lead to the creation of the + * main greenlet. Therefore, 3 is a magic constant telling us when to perform + * the initial slice. + * + * All of this can be debugged using a vectored exception handler, which + * operates independently of the SEH handler list, and is called first. + * Walking the SEH list at key points can also be helpful. + * + * References: + * https://en.wikipedia.org/wiki/Win32_Thread_Information_Block + * https://devblogs.microsoft.com/oldnewthing/20100730-00/?p=13273 + * https://docs.microsoft.com/en-us/cpp/cpp/try-except-statement?view=msvc-160 + * https://docs.microsoft.com/en-us/cpp/cpp/structured-exception-handling-c-cpp?view=msvc-160 + * https://docs.microsoft.com/en-us/windows/win32/debug/structured-exception-handling + * https://docs.microsoft.com/en-us/windows/win32/debug/using-a-vectored-exception-handler + * https://bytepointer.com/resources/pietrek_crash_course_depths_of_win32_seh.htm + */ +#define GREENLET_NEEDS_EXCEPTION_STATE_SAVED + + +typedef struct _GExceptionRegistration { + struct _GExceptionRegistration* prev; + void* handler_f; +} GExceptionRegistration; + +static void +slp_set_exception_state(const void *const seh_state) +{ + // Because the stack from from which we do this is ALSO a handler, and + // that one we want to keep, we need to relink the current SEH handler + // frame to point to this one, cutting out the middle men, as it were. + // + // Entering a try block doesn't change the SEH frame, but entering a + // function containing a try block does. + GExceptionRegistration* current_seh_state = (GExceptionRegistration*)__readfsdword(FIELD_OFFSET(NT_TIB, ExceptionList)); + current_seh_state->prev = (GExceptionRegistration*)seh_state; +} + + +static GExceptionRegistration* +x86_slp_get_third_oldest_handler() +{ + GExceptionRegistration* a = NULL; /* Closest to the top */ + GExceptionRegistration* b = NULL; /* second */ + GExceptionRegistration* c = NULL; + GExceptionRegistration* seh_state = (GExceptionRegistration*)__readfsdword(FIELD_OFFSET(NT_TIB, ExceptionList)); + a = b = c = seh_state; + + while (seh_state && seh_state != (GExceptionRegistration*)0xFFFFFFFF) { + if ((void*)seh_state->prev < (void*)100) { + fprintf(stderr, "\tERROR: Broken SEH chain.\n"); + return NULL; + } + a = b; + b = c; + c = seh_state; + + seh_state = seh_state->prev; + } + return a ? a : (b ? b : c); +} + + +static void* +slp_get_exception_state() +{ + // XXX: There appear to be three SEH handlers on the stack already at the + // start of the thread. Is that a guarantee? Almost certainly not. Yet in + // all observed cases it has been three. This is consistent with + // faulthandler off or on, and optimizations off or on. It may not be + // consistent with other operating system versions, though: we only have + // CI on one or two versions (don't ask what there are). + // In theory we could capture the number of handlers on the chain when + // PyInit__greenlet is called: there are probably only the default + // handlers at that point (unless we're embedded and people have used + // __try/__except or a C++ handler)? + return x86_slp_get_third_oldest_handler(); +} + +static int +slp_switch(void) +{ + /* MASM syntax is typically reversed from other assemblers. + It is usually + */ + int *stackref, stsizediff; + /* store the structured exception state for this stack */ + DWORD seh_state = __readfsdword(FIELD_OFFSET(NT_TIB, ExceptionList)); + __asm mov stackref, esp; + /* modify EBX, ESI and EDI in order to get them preserved */ + __asm mov ebx, ebx; + __asm xchg esi, edi; + { + SLP_SAVE_STATE(stackref, stsizediff); + __asm { + mov eax, stsizediff + add esp, eax + add ebp, eax + } + SLP_RESTORE_STATE(); + } + __writefsdword(FIELD_OFFSET(NT_TIB, ExceptionList), seh_state); + return 0; +} + +/* re-enable ebp warning and global optimizations. */ +#pragma optimize("", on) +#pragma warning(default:4731) +#pragma warning(default:4733) /* disable warning about modifying FS[0] */ + + +#endif + +/* + * further self-processing support + */ + +/* we have IsBadReadPtr available, so we can peek at objects */ +#define STACKLESS_SPY + +#ifdef GREENLET_DEBUG + +#define CANNOT_READ_MEM(p, bytes) IsBadReadPtr(p, bytes) + +static int IS_ON_STACK(void*p) +{ + int stackref; + int stackbase = ((int)&stackref) & 0xfffff000; + return (int)p >= stackbase && (int)p < stackbase + 0x00100000; +} + +static void +x86_slp_show_seh_chain() +{ + GExceptionRegistration* seh_state = (GExceptionRegistration*)__readfsdword(FIELD_OFFSET(NT_TIB, ExceptionList)); + fprintf(stderr, "====== SEH Chain ======\n"); + while (seh_state && seh_state != (GExceptionRegistration*)0xFFFFFFFF) { + fprintf(stderr, "\tSEH_chain addr: %p handler: %p prev: %p\n", + seh_state, + seh_state->handler_f, seh_state->prev); + if ((void*)seh_state->prev < (void*)100) { + fprintf(stderr, "\tERROR: Broken chain.\n"); + break; + } + seh_state = seh_state->prev; + } + fprintf(stderr, "====== End SEH Chain ======\n"); + fflush(NULL); + return; +} + +//addVectoredExceptionHandler constants: +//CALL_FIRST means call this exception handler first; +//CALL_LAST means call this exception handler last +#define CALL_FIRST 1 +#define CALL_LAST 0 + +LONG WINAPI +GreenletVectorHandler(PEXCEPTION_POINTERS ExceptionInfo) +{ + // We get one of these for every C++ exception, with code + // E06D7363 + // This is a special value that means "C++ exception from MSVC" + // https://devblogs.microsoft.com/oldnewthing/20100730-00/?p=13273 + // + // Install in the module init function with: + // AddVectoredExceptionHandler(CALL_FIRST, GreenletVectorHandler); + PEXCEPTION_RECORD ExceptionRecord = ExceptionInfo->ExceptionRecord; + + fprintf(stderr, + "GOT VECTORED EXCEPTION:\n" + "\tExceptionCode : %p\n" + "\tExceptionFlags : %p\n" + "\tExceptionAddr : %p\n" + "\tNumberparams : %ld\n", + ExceptionRecord->ExceptionCode, + ExceptionRecord->ExceptionFlags, + ExceptionRecord->ExceptionAddress, + ExceptionRecord->NumberParameters + ); + if (ExceptionRecord->ExceptionFlags & 1) { + fprintf(stderr, "\t\tEH_NONCONTINUABLE\n" ); + } + if (ExceptionRecord->ExceptionFlags & 2) { + fprintf(stderr, "\t\tEH_UNWINDING\n" ); + } + if (ExceptionRecord->ExceptionFlags & 4) { + fprintf(stderr, "\t\tEH_EXIT_UNWIND\n" ); + } + if (ExceptionRecord->ExceptionFlags & 8) { + fprintf(stderr, "\t\tEH_STACK_INVALID\n" ); + } + if (ExceptionRecord->ExceptionFlags & 0x10) { + fprintf(stderr, "\t\tEH_NESTED_CALL\n" ); + } + if (ExceptionRecord->ExceptionFlags & 0x20) { + fprintf(stderr, "\t\tEH_TARGET_UNWIND\n" ); + } + if (ExceptionRecord->ExceptionFlags & 0x40) { + fprintf(stderr, "\t\tEH_COLLIDED_UNWIND\n" ); + } + fprintf(stderr, "\n"); + fflush(NULL); + for(DWORD i = 0; i < ExceptionRecord->NumberParameters; i++) { + fprintf(stderr, "\t\t\tParam %ld: %lX\n", i, ExceptionRecord->ExceptionInformation[i]); + } + + if (ExceptionRecord->NumberParameters == 3) { + fprintf(stderr, "\tAbout to traverse SEH chain\n"); + // C++ Exception records have 3 params. + x86_slp_show_seh_chain(); + } + + return EXCEPTION_CONTINUE_SEARCH; +} + + + + +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/platform/switch_x86_unix.h b/venv/lib/python3.8/site-packages/greenlet/platform/switch_x86_unix.h new file mode 100644 index 000000000..493fa6baa --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/platform/switch_x86_unix.h @@ -0,0 +1,105 @@ +/* + * this is the internal transfer function. + * + * HISTORY + * 3-May-13 Ralf Schmitt + * Add support for strange GCC caller-save decisions + * (ported from switch_aarch64_gcc.h) + * 19-Aug-11 Alexey Borzenkov + * Correctly save ebp, ebx and cw + * 07-Sep-05 (py-dev mailing list discussion) + * removed 'ebx' from the register-saved. !!!! WARNING !!!! + * It means that this file can no longer be compiled statically! + * It is now only suitable as part of a dynamic library! + * 24-Nov-02 Christian Tismer + * needed to add another magic constant to insure + * that f in slp_eval_frame(PyFrameObject *f) + * STACK_REFPLUS will probably be 1 in most cases. + * gets included into the saved stack area. + * 17-Sep-02 Christian Tismer + * after virtualizing stack save/restore, the + * stack size shrunk a bit. Needed to introduce + * an adjustment STACK_MAGIC per platform. + * 15-Sep-02 Gerd Woetzel + * slightly changed framework for spark + * 31-Avr-02 Armin Rigo + * Added ebx, esi and edi register-saves. + * 01-Mar-02 Samual M. Rushing + * Ported from i386. + */ + +#define STACK_REFPLUS 1 + +#ifdef SLP_EVAL + +/* #define STACK_MAGIC 3 */ +/* the above works fine with gcc 2.96, but 2.95.3 wants this */ +#define STACK_MAGIC 0 + +#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5) +# define ATTR_NOCLONE __attribute__((noclone)) +#else +# define ATTR_NOCLONE +#endif + +static int +slp_switch(void) +{ + int err; +#ifdef _WIN32 + void *seh; +#endif + void *ebp, *ebx; + unsigned short cw; + int *stackref, stsizediff; + __asm__ volatile ("" : : : "esi", "edi"); + __asm__ volatile ("fstcw %0" : "=m" (cw)); + __asm__ volatile ("movl %%ebp, %0" : "=m" (ebp)); + __asm__ volatile ("movl %%ebx, %0" : "=m" (ebx)); +#ifdef _WIN32 + __asm__ volatile ( + "movl %%fs:0x0, %%eax\n" + "movl %%eax, %0\n" + : "=m" (seh) + : + : "eax"); +#endif + __asm__ ("movl %%esp, %0" : "=g" (stackref)); + { + SLP_SAVE_STATE(stackref, stsizediff); + __asm__ volatile ( + "addl %0, %%esp\n" + "addl %0, %%ebp\n" + : + : "r" (stsizediff) + ); + SLP_RESTORE_STATE(); + __asm__ volatile ("xorl %%eax, %%eax" : "=a" (err)); + } +#ifdef _WIN32 + __asm__ volatile ( + "movl %0, %%eax\n" + "movl %%eax, %%fs:0x0\n" + : + : "m" (seh) + : "eax"); +#endif + __asm__ volatile ("movl %0, %%ebx" : : "m" (ebx)); + __asm__ volatile ("movl %0, %%ebp" : : "m" (ebp)); + __asm__ volatile ("fldcw %0" : : "m" (cw)); + __asm__ volatile ("" : : : "esi", "edi"); + return err; +} + +#endif + +/* + * further self-processing support + */ + +/* + * if you want to add self-inspection tools, place them + * here. See the x86_msvc for the necessary defines. + * These features are highly experimental und not + * essential yet. + */ diff --git a/venv/lib/python3.8/site-packages/greenlet/slp_platformselect.h b/venv/lib/python3.8/site-packages/greenlet/slp_platformselect.h new file mode 100644 index 000000000..494564826 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/slp_platformselect.h @@ -0,0 +1,75 @@ +/* + * Platform Selection for Stackless Python + */ +#ifdef __cplusplus +extern "C" { +#endif + +#if defined(MS_WIN32) && !defined(MS_WIN64) && defined(_M_IX86) && defined(_MSC_VER) +# include "platform/switch_x86_msvc.h" /* MS Visual Studio on X86 */ +#elif defined(MS_WIN64) && defined(_M_X64) && defined(_MSC_VER) || defined(__MINGW64__) +# include "platform/switch_x64_msvc.h" /* MS Visual Studio on X64 */ +#elif defined(MS_WIN64) && defined(_M_ARM64) +# include "platform/switch_arm64_msvc.h" /* MS Visual Studio on ARM64 */ +#elif defined(__GNUC__) && defined(__amd64__) && defined(__ILP32__) +# include "platform/switch_x32_unix.h" /* gcc on amd64 with x32 ABI */ +#elif defined(__GNUC__) && defined(__amd64__) +# include "platform/switch_amd64_unix.h" /* gcc on amd64 */ +#elif defined(__GNUC__) && defined(__i386__) +# include "platform/switch_x86_unix.h" /* gcc on X86 */ +#elif defined(__GNUC__) && defined(__powerpc64__) && (defined(__linux__) || defined(__FreeBSD__)) +# include "platform/switch_ppc64_linux.h" /* gcc on PowerPC 64-bit */ +#elif defined(__GNUC__) && defined(__PPC__) && (defined(__linux__) || defined(__FreeBSD__)) +# include "platform/switch_ppc_linux.h" /* gcc on PowerPC */ +#elif defined(__GNUC__) && defined(__POWERPC__) && defined(__APPLE__) +# include "platform/switch_ppc_macosx.h" /* Apple MacOS X on 32-bit PowerPC */ +#elif defined(__GNUC__) && defined(__powerpc64__) && defined(_AIX) +# include "platform/switch_ppc64_aix.h" /* gcc on AIX/PowerPC 64-bit */ +#elif defined(__GNUC__) && defined(_ARCH_PPC) && defined(_AIX) +# include "platform/switch_ppc_aix.h" /* gcc on AIX/PowerPC */ +#elif defined(__GNUC__) && defined(__powerpc__) && defined(__NetBSD__) +#include "platform/switch_ppc_unix.h" /* gcc on NetBSD/powerpc */ +#elif defined(__GNUC__) && defined(sparc) +# include "platform/switch_sparc_sun_gcc.h" /* SunOS sparc with gcc */ +#elif defined(__SUNPRO_C) && defined(sparc) && defined(sun) +# iiclude "platform/switch_sparc_sun_gcc.h" /* SunStudio on amd64 */ +#elif defined(__SUNPRO_C) && defined(__amd64__) && defined(sun) +# include "platform/switch_amd64_unix.h" /* SunStudio on amd64 */ +#elif defined(__SUNPRO_C) && defined(__i386__) && defined(sun) +# include "platform/switch_x86_unix.h" /* SunStudio on x86 */ +#elif defined(__GNUC__) && defined(__s390__) && defined(__linux__) +# include "platform/switch_s390_unix.h" /* Linux/S390 */ +#elif defined(__GNUC__) && defined(__s390x__) && defined(__linux__) +# include "platform/switch_s390_unix.h" /* Linux/S390 zSeries (64-bit) */ +#elif defined(__GNUC__) && defined(__arm__) +# ifdef __APPLE__ +# include +# endif +# if TARGET_OS_IPHONE +# include "platform/switch_arm32_ios.h" /* iPhone OS on arm32 */ +# else +# include "platform/switch_arm32_gcc.h" /* gcc using arm32 */ +# endif +#elif defined(__GNUC__) && defined(__mips__) && defined(__linux__) +# include "platform/switch_mips_unix.h" /* Linux/MIPS */ +#elif defined(__GNUC__) && defined(__aarch64__) +# include "platform/switch_aarch64_gcc.h" /* Aarch64 ABI */ +#elif defined(__GNUC__) && defined(__mc68000__) +# include "platform/switch_m68k_gcc.h" /* gcc on m68k */ +#elif defined(__GNUC__) && defined(__csky__) +#include "platform/switch_csky_gcc.h" /* gcc on csky */ +# elif defined(__GNUC__) && defined(__riscv) +# include "platform/switch_riscv_unix.h" /* gcc on RISC-V */ +#elif defined(__GNUC__) && defined(__alpha__) +# include "platform/switch_alpha_unix.h" /* gcc on DEC Alpha */ +#elif defined(MS_WIN32) && defined(__llvm__) && defined(__aarch64__) +# include "platform/switch_aarch64_gcc.h" /* LLVM Aarch64 ABI for Windows */ +#elif defined(__GNUC__) && defined(__loongarch64) && defined(__linux__) +# include "platform/switch_loongarch64_linux.h" /* LoongArch64 */ +#elif defined(__GNUC__) && defined(__sh__) +# include "platform/switch_sh_gcc.h" /* SuperH */ +#endif + +#ifdef __cplusplus +}; +#endif diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/__init__.py b/venv/lib/python3.8/site-packages/greenlet/tests/__init__.py new file mode 100644 index 000000000..e69392e46 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/tests/__init__.py @@ -0,0 +1,240 @@ +# -*- coding: utf-8 -*- +""" +Tests for greenlet. + +""" +import os +import sys +import unittest + +from gc import collect +from gc import get_objects +from threading import active_count as active_thread_count +from time import sleep +from time import time + +import psutil + +from greenlet import greenlet as RawGreenlet +from greenlet import getcurrent + +from greenlet._greenlet import get_pending_cleanup_count +from greenlet._greenlet import get_total_main_greenlets + +from . import leakcheck + +PY312 = sys.version_info[:2] >= (3, 12) +PY313 = sys.version_info[:2] >= (3, 13) + +WIN = sys.platform.startswith("win") +RUNNING_ON_GITHUB_ACTIONS = os.environ.get('GITHUB_ACTIONS') +RUNNING_ON_TRAVIS = os.environ.get('TRAVIS') or RUNNING_ON_GITHUB_ACTIONS +RUNNING_ON_APPVEYOR = os.environ.get('APPVEYOR') +RUNNING_ON_CI = RUNNING_ON_TRAVIS or RUNNING_ON_APPVEYOR +RUNNING_ON_MANYLINUX = os.environ.get('GREENLET_MANYLINUX') + +class TestCaseMetaClass(type): + # wrap each test method with + # a) leak checks + def __new__(cls, classname, bases, classDict): + # pylint and pep8 fight over what this should be called (mcs or cls). + # pylint gets it right, but we can't scope disable pep8, so we go with + # its convention. + # pylint: disable=bad-mcs-classmethod-argument + check_totalrefcount = True + + # Python 3: must copy, we mutate the classDict. Interestingly enough, + # it doesn't actually error out, but under 3.6 we wind up wrapping + # and re-wrapping the same items over and over and over. + for key, value in list(classDict.items()): + if key.startswith('test') and callable(value): + classDict.pop(key) + if check_totalrefcount: + value = leakcheck.wrap_refcount(value) + classDict[key] = value + return type.__new__(cls, classname, bases, classDict) + + +class TestCase(TestCaseMetaClass( + "NewBase", + (unittest.TestCase,), + {})): + + cleanup_attempt_sleep_duration = 0.001 + cleanup_max_sleep_seconds = 1 + + def wait_for_pending_cleanups(self, + initial_active_threads=None, + initial_main_greenlets=None): + initial_active_threads = initial_active_threads or self.threads_before_test + initial_main_greenlets = initial_main_greenlets or self.main_greenlets_before_test + sleep_time = self.cleanup_attempt_sleep_duration + # NOTE: This is racy! A Python-level thread object may be dead + # and gone, but the C thread may not yet have fired its + # destructors and added to the queue. There's no particular + # way to know that's about to happen. We try to watch the + # Python threads to make sure they, at least, have gone away. + # Counting the main greenlets, which we can easily do deterministically, + # also helps. + + # Always sleep at least once to let other threads run + sleep(sleep_time) + quit_after = time() + self.cleanup_max_sleep_seconds + # TODO: We could add an API that calls us back when a particular main greenlet is deleted? + # It would have to drop the GIL + while ( + get_pending_cleanup_count() + or active_thread_count() > initial_active_threads + or (not self.expect_greenlet_leak + and get_total_main_greenlets() > initial_main_greenlets)): + sleep(sleep_time) + if time() > quit_after: + print("Time limit exceeded.") + print("Threads: Waiting for only", initial_active_threads, + "-->", active_thread_count()) + print("MGlets : Waiting for only", initial_main_greenlets, + "-->", get_total_main_greenlets()) + break + collect() + + def count_objects(self, kind=list, exact_kind=True): + # pylint:disable=unidiomatic-typecheck + # Collect the garbage. + for _ in range(3): + collect() + if exact_kind: + return sum( + 1 + for x in get_objects() + if type(x) is kind + ) + # instances + return sum( + 1 + for x in get_objects() + if isinstance(x, kind) + ) + + greenlets_before_test = 0 + threads_before_test = 0 + main_greenlets_before_test = 0 + expect_greenlet_leak = False + + def count_greenlets(self): + """ + Find all the greenlets and subclasses tracked by the GC. + """ + return self.count_objects(RawGreenlet, False) + + def setUp(self): + # Ensure the main greenlet exists, otherwise the first test + # gets a false positive leak + super().setUp() + getcurrent() + self.threads_before_test = active_thread_count() + self.main_greenlets_before_test = get_total_main_greenlets() + self.wait_for_pending_cleanups(self.threads_before_test, self.main_greenlets_before_test) + self.greenlets_before_test = self.count_greenlets() + + def tearDown(self): + if getattr(self, 'skipTearDown', False): + return + + self.wait_for_pending_cleanups(self.threads_before_test, self.main_greenlets_before_test) + super().tearDown() + + def get_expected_returncodes_for_aborted_process(self): + import signal + # The child should be aborted in an unusual way. On POSIX + # platforms, this is done with abort() and signal.SIGABRT, + # which is reflected in a negative return value; however, on + # Windows, even though we observe the child print "Fatal + # Python error: Aborted" and in older versions of the C + # runtime "This application has requested the Runtime to + # terminate it in an unusual way," it always has an exit code + # of 3. This is interesting because 3 is the error code for + # ERROR_PATH_NOT_FOUND; BUT: the C runtime abort() function + # also uses this code. + # + # If we link to the static C library on Windows, the error + # code changes to '0xc0000409' (hex(3221226505)), which + # apparently is STATUS_STACK_BUFFER_OVERRUN; but "What this + # means is that nowadays when you get a + # STATUS_STACK_BUFFER_OVERRUN, it doesn’t actually mean that + # there is a stack buffer overrun. It just means that the + # application decided to terminate itself with great haste." + # + # + # On windows, we've also seen '0xc0000005' (hex(3221225477)). + # That's "Access Violation" + # + # See + # https://devblogs.microsoft.com/oldnewthing/20110519-00/?p=10623 + # and + # https://docs.microsoft.com/en-us/previous-versions/k089yyh0(v=vs.140)?redirectedfrom=MSDN + # and + # https://devblogs.microsoft.com/oldnewthing/20190108-00/?p=100655 + expected_exit = ( + -signal.SIGABRT, + # But beginning on Python 3.11, the faulthandler + # that prints the C backtraces sometimes segfaults after + # reporting the exception but before printing the stack. + # This has only been seen on linux/gcc. + -signal.SIGSEGV, + ) if not WIN else ( + 3, + 0xc0000409, + 0xc0000005, + ) + return expected_exit + + def get_process_uss(self): + """ + Return the current process's USS in bytes. + + uss is available on Linux, macOS, Windows. Also known as + "Unique Set Size", this is the memory which is unique to a + process and which would be freed if the process was terminated + right now. + + If this is not supported by ``psutil``, this raises the + :exc:`unittest.SkipTest` exception. + """ + try: + return psutil.Process().memory_full_info().uss + except AttributeError as e: + raise unittest.SkipTest("uss not supported") from e + + def run_script(self, script_name, show_output=True): + import subprocess + script = os.path.join( + os.path.dirname(__file__), + script_name, + ) + + try: + return subprocess.check_output([sys.executable, script], + encoding='utf-8', + stderr=subprocess.STDOUT) + except subprocess.CalledProcessError as ex: + if show_output: + print('-----') + print('Failed to run script', script) + print('~~~~~') + print(ex.output) + print('------') + raise + + + def assertScriptRaises(self, script_name, exitcodes=None): + import subprocess + with self.assertRaises(subprocess.CalledProcessError) as exc: + output = self.run_script(script_name, show_output=False) + __traceback_info__ = output + # We're going to fail the assertion if we get here, at least + # preserve the output in the traceback. + + if exitcodes is None: + exitcodes = self.get_expected_returncodes_for_aborted_process() + self.assertIn(exc.exception.returncode, exitcodes) + return exc.exception diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..052a9ef867fa69cbe12e79eb38780e16a85b4c79 GIT binary patch literal 5744 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 Dfxxi` literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/fail_clearing_run_switches.cpython-38.pyc b/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/fail_clearing_run_switches.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..836942fc08db3857c807802aed1fd30aa1b885fd GIT binary patch literal 1534 zcmbVMJ8v6D5Z=89c{-7_A_sX@i!?R?i!2NTh7kk?j6g6D2!Ulc*Q}1WbL3gayYudz z6bbIAB2E4SRVF{_+El61yUNT`k{QQU7M$VE?mWMlz1PEG%y9j2_1)s{fU!SG*j^zD z&ydWo$P`PM;>s&|f;{nnul;M51ap>zhfMh@xMC_;c}WkYQ1wvi0e{0+e$rQc6iL?LeG+*PJsLs2F0ks|LUMC^;Q>I)rfLai+XuHXfxBXDoh^ zi*pc*^bABQbX$omEz5LPf@o4>KnYt5y8w~Zm9e_bY^??U3|NsGkydePtuAJ*g+~H8 zIa77@0B_AZ9Qxs;a2wF=mTJI3o=YC_zy-O|5NP74|})w)pwNE^4f^R+yJl zpTzNB*cx_}5#L@O3eS+t=g5Fz%UI%3`>+kZ@)5?M+kM$q&u>7>5YoFvdmrgJlKBdm zWoxcDb;x>aU%6f>hEDvWv8O3k*OyX3Ddpu}uIr`Pa*dJt2uNF6)AiD(fl773GA*jE zXU+?oEylbH43zorOz)tp_iv|*dI?jNR@26ne9$~T$Th&MfCH=3>=g9$463tfSJ!Dql2kNM^O ztqLYLwH;w8k(5=s1Sz{%%4MzElJ)~B-{R10Zk#t)$`+%S=8)Q>Fa%k&LGFLGjvr>^ z;&#!VGItI87B}y(U8kP@!Zpsd%i`0q{yKPvch~fc{G-lC7{=cF{X;D9-(#)sp_6f_ z$*HE#Ko=2Yd0S;&ub#bu%yxSp8{sHKq#6(mAD4a~Z@xw{q{4WF7zbPv7>KIg#eY2@ zHY7&MTMlR{v;%O2yDyP$0VMf908%p@5_J1vblt#uG_arHc@hG>Rg~^({A5JZ6-X{3 zK5iQ~4R5)uL-Dyz2ujRh45RaFI4NSu0U5#Y<#^-dC}&f41D^e1XB zv?nA^yg(yyfj7cePJIO~FzY62fgV`PxEPDxk;+OLcH9TK{uCN#hS_k@Ms zTOwaN1ZH+U^^p?$fD5($>@HJ1sD++f09UxEodP>!;PmIlG;Bh%e*^E>2lAds_RexO zz!RRB`BXs<-U<2$c}@MZ2K=OoAV&?r;FoJS;6_Gyp&Al>5$5#-*P``YVG>tZZ}3#Nohz z)JVYNJm28Gm>$z3dPc{#90bcz+4uvFfD*oG;qxdEMh)q+vF)1$(2Z6_S(b2d zlF=k0uJ;oY_jn`)7a30^?>-Li{$*2^mCHsypFn{gDwJO3MR0$I{3G2?fkHye9mT9 zLqVuRonNCTSV=yVJq$esaarUtiHS>oF$?Y0G{ctZwKi|D!krQpwTtXqOjXfs!Mcww zlT(g8y8r(qvuHnw&viVi8mOOB6yYuFB+`7!%MH#Tn6R#*MB^-M;Rsbb=}`At^F^Iw zBVx{riaylJ<{LJrz;;=ovXMnKSBW$wOW~luy`o{~m)n6Z>gYZ)Miq`dE1EBGpX>|` zyizJth09Ab&coZ+wi^3f(5|W@`IUl{eJ`uxuHxS@OkvHAlwL&PR9))QS?V&k;Za7L L_;|E7Jwxp`g$PQf literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/fail_initialstub_already_started.cpython-38.pyc b/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/fail_initialstub_already_started.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7aebf9c7bb9a546a9b443947fc638d95471fed0c GIT binary patch literal 2056 zcmaJ>OK%%D5GHrItM%$(MRuE_P18kyw$Q;AkN`zd1g#%Paw&AEor@4)v075n%JQyC zQgJP~m)O_-2l?p!l%9Lyp_iWe7kX$r!<8K+HoDRb$r+Nvd3^J-UJnU;zg~Pbx~dTJ zCoWdM02VtyszwRnq(?aA&V=@W_Z%P>hzYvzE=kWHl3s3eS|YSiy`23q+?Ia|56_4Z!a z`H$7N_=c#QJCtzefV4N~Ps2l@be0dJEYEb7Oq8DWBR!JE2?~=uN+wby{4`QJky`Lb z{FI8R&We0H{0pPpO_5)J5MjcAUI3{UFijSe(=$?f$O%|=y7S7O7-o62+jdMv3N@Q( zW&C716*+HH!xA}ES44Vn{_m5{s5llKp5&eBsU8*i*7V8NKnl^%#FmyxdL(4$wa8z0 zCRu;E<;nKf9hGUZH3fAt6sj|X1NlVgjs|yCXOLu*c*Wy*>1Dk1a(jAeyd;*h9DPs@ zFycrkF7l4ID0YGNfz%^lrMH+T?JS_K>>!_ZoJ>0`_E-@9KpCB@gf&(Cef0_ zD-G=%U!7z+9oaanFdx-kim$s5Q-y0nL-VR8lqb>zrbXJky&D@_;9CDHCtpdM=W20(pA zVxql;&s|+9wdZsk+$S~}Ym4xbKzdNmZtItKkGS_U)zwAq46I!uRQ#@SA>fDeFAr=| zB3(rNXn^_K+m7R*(23SE>(4ZV4!{)6KfgoXhk7gz9Vf5{{>G2@Fq7@N33vgRi!*J4 z>vAm{eIFfS8jWYgeE8+0@*7A%4krRD7%G*{{`cIS0YC5wD1`y z9-{?}YCt8fp;!9T1dC%{wFPDCF`ZX-BMwdbJLt356X-BjQeWA({dgYy@a*8__lF1H zv^Pv8j(L&BvD}2K4Nb~I`VbcK17x2fL+iE?+FoNjfOXWqXIXV+N4ISZ&<$oK_9^2{ zWtQu^oHN1Gvg>?{;Zf)&V}ZjUju1(oIe`~=EvL2Ff&zp_#{$~$0_TB?O)msl!wH@L E0P6t2m;e9( literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/fail_slp_switch.cpython-38.pyc b/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/fail_slp_switch.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bd4f1dae2830b70353eed79edc548fd4b8ad9da7 GIT binary patch literal 765 zcmZ`%J#X7E5amg&<* z_SpU;t)2WAI`wGBh*6*f?xgp4yt{Yg)p#5-TECv&RU?P7-xeG$PT-78cjN?1m;m84 zkN`Tu68Uqj-fzY5k27`h@T;l|OQ%V>MFOfhsz~!L8ed18MXoeYXD}PmAhuw zd^ND@w!HHn-nG17q=jE@fU<08%4}m3PraT~3%d8V8blwI3Q;y_lCVURFO@=RdauiN z-<`6bOdZkTt@~5NReOuE$Yk6-n5vbt?qpU_mPL&-qq6)4ReXo?E^g|@bI8g3eXMJP zvyQg25_P;U8{0wa_@7D5yN8|^OPNootlqvB2w}1{HMXr-G0Hxa=~3^esc7>wRRQ6C z(5YG)<=Frmnheu@vE=oY+$qWy4Ss%B-b1NuiGFgfH7ZlL@}p9%N{;E`b3C}f6fOTU li{0PIo((?Swqn`fsU5XGCda+N9XT8Ve*^*b9>6Q`+`mD^$Qu9v literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/fail_switch_three_greenlets.cpython-38.pyc b/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/fail_switch_three_greenlets.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..13078a59b214e3295393504664729556339b988e GIT binary patch literal 1145 zcmZuv&2G~`5Z>L`j^iYy;=lnRzMMl($3D#%+9y-%^Y{T9)b1k`sw(4gODG1`F(+nyo9YX z5S$DMr<_gb0OWwdZtzBIaf{p6WMFfLH{o=+%Uf_Z1zotpUQ$XxqrzFz0W(??w1!}d z7Wa(TPFGafB<$V4#pj0 zr`Ez=l27Pqpr_*Yia`vrXZPnVX!&R>lC$h+zJ4h5OqzMAO!M{u_PdC&)qx`|0FgF` z(yc#UdLyA%!%#X^q-;V+KnHD{mS|-|Rt>ch>nfcJ;Q{EYLR~0y4GX;owm%AmJHc+6 zLhpm3$$~D)>1rrUDYPG0vI9QZMS%pGZ&Z-~fNx{Pk0D55V#4G)$Qzu+dFK^$&rdUd z8mHNfnWA>tj3S;VQDh)sZnmTYv4#uN81re9q;!?grjZrC;p`6IXodmz`84OViFkpi X>LCcrK@KctF&CHRF^_t-2b}x_F8vLu literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/fail_switch_three_greenlets2.cpython-38.pyc b/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/fail_switch_three_greenlets2.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f3ed2af9a99f4a70e1d26a57aac472e2978ddfce GIT binary patch literal 1520 zcmaJ=&2HQ_5GM66t#;#|07Wl_t_#FgtrSI26h+d&DGC@q#C8vR5ws##t45X<6xXQ* z=aiiL2!;08K2DFi_S9F%sWaS_VkAf@a5$V9k@I~syc&-^0^_fD-!4s)kbiJP%0JjLb}CF!LRmSvC&DDFKagdqZcM z(j3rquC*TXKpSzh_1TDz7MhA3GoO#%YVa3EjE9KHy@&_*BKC%e{UJhcy$#u&d@xwY z?2wyyGSe=|^kH-5o#n51ut@SEu3zUeUB+@LIFBiysp*-3zAf>!E+nTxp$KkIXm|L1-i)jWr|BbC@8=&`3YwI6oe!#W%Ld*`I2mL zOO4rgp=My>oR@syJx4*emMnHX-xE^BS=4DT zt*vEBJ0lTU{U;GV9Pz#mm(?{7SyG0pTe+;tqt)Z11rRvT`4MLEii_}ump5UN&vzk@ zkDr8fF8R?4+)2jkuxC7!yq0zNKP8EdSGS!zz?(o0H6}vn0rfS58q}i#ttk@I4-FJV z{2XTe1Vmqefqd;P(yX_}hWu)_7SlKM4OLOb9oe`#cfffcIk}S{(?$zJu5JhQb@SK1V{NNZ28d zFoPEWeb;{j^ypLQ58zs{hhiTErYsx~Q%xKU)=x018@>Yn7Na(ydr)q`_z-N3-*bMQ zqk_?X+il}T+qj6A!@-W%@N-D9#DIf)CPx{eK6~XW;+< literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/fail_switch_two_greenlets.cpython-38.pyc b/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/fail_switch_two_greenlets.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8962f52c9d64918c64fbba6c9eb4c57aef12a4f1 GIT binary patch literal 1164 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_contextvars.cpython-38.pyc b/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_contextvars.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5545f3252a006a5b5096912ee02789161dcfd11f GIT binary patch literal 7818 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 onJ5e}N0fMMqv%vbDqv36Q`p zGBe-@uU8z=*rIWc+hBfYURxO?5L{{Z#rK6g$ z3Aeg&-87RJBMZ@{PFh_f!)CjaD6?_Sv#ATAk=lgvz{prc^YY1r|rgn4mwXz zv_K_UjSE(D1Q*ULhO4;3!xI+~c|3EO;I+IciW2$-F(=A+`eI&G@GOc2v503$ToFrn z&WWqy8lGiwUEIKPUc7@V-As#5KmFp@B$2L@$b%oXizrV~bb#uJod9dYPaNZ(xWWHx$;pH^gJrYEJJrO}(-DxRunSmR?6ATT%7WxkziN z%(LHhqn65HaXL4)B=rY^oblAtvb8n3sUj0sux>Vwq6rPgJ?^lji{AB_0!%2!#dKO@ zm9vUQW+N}Tfs&4(l$Q?F#f58}9rwr~;}`iqxVx@UaD z%6#Ue{2=9rQx`~ckq}ZXVTHE)@!pSS3Loz7M`~M-K(y=5^H_LJcR8ok>ME+Lr$`lw zV96j|8iTaIPt{dd==}{;Dc_!wO5MURz1Orqk_uK&|>=$8q?UG@Ka{- zbp(Sect_5d6Sy07I&|=(dy&~&WIscrzZtWNg8#haN1Qg~G~%4H9rpwyr(m;T-!nPk z9@{a2jo@b!N6=Apj6LE$8d!)8cbpTqzwLO>6a1Ke2VSvm*t`3@k#t)kh~=JCK_l9e zfs#?ZAw^&sO&!z|A*(s7lC-ofO}(p>j7^&FMA_e1+pD#}dFi{W}>iWgpXZ264$_-bL^IsY_)?Of34p@1}^jvMc4JWe{tc%VT#L9+bVGWu(N`KfWaQ z-M7nax0?{$#TIltJ#CV?&HliC&$hTFZ+{}nI(_m6+fp3hq(Bh%Yj%w2OA16kZwjxG zbS^XFA3Gw~AN5Qz8^z4LD4e>PYgYZs^iFD^;HbYs)mxe*_^(;K?lI%-meeDTIKtU$ zc9Jvslfo&Y%`##PXWz2;7Ur-WAG5y5W|`u59OKS6mJui?BSWl~GX5M=r{%G<^i|aA zO3UqOKI(L2EK*k=>eQD9b)-~ViK=3?C0Og0S;`~h%tx(L-o=DpqG)nT#vQ)IEBpq? zwfEkXhAdf+JQM6_WmCiiz4u3=1pAQ=;=}~j6h+XC1I)c&?Jb&US0X4xCeU4Eh41yQ zx24v|4g--$9p5uSJ3>}BxUJ=CYjGuOaapt=@=o2BjMGx)c`sB~rlqEC#@a-2T`KZ< z;9%4^ovYgz&F=kxTK4h}(RzfU=_sUnPPsslrG)Eyyv&_{d#;C`!<~QiuFZmD!a|AI ziSjIMP+F1E#wq{P9atx9(Re4hQ)coee~fph9%o;(pRnJsFWEOVw_yAuzEgzdjna2# zqxZnx`+k+esS*KFwr(5IK4^Ef2{vUA1(bu!O(fbuvbiJc1^|-hro|VBoy&%NwQP!PUGx{|rt_cSV{!(nirh^-rfM=k zrnjwr2GWGdR=BT{csn#u!j8sE0;cZ;`X=kAg&j5Hd$ak7$A%wfJ8EwHX_kmu2?Gek|Jj*(QZH zAybrhs1K>4(5HxG)H+p9s3Kw*Q@k|+OGcED5eaMhfbzNT`Fa1U@8a*_f5V^i%ZlcZ zT%{Mxz9!4O?D&okUoLx#5)$(N02Q|(`~Uy| literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_gc.cpython-38.pyc b/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_gc.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0c7311598dc522898cee47460b0bd8ffd6b32781 GIT binary patch literal 3133 zcmbtWTXWk)6yA$0$&Qn@=>-a?dB06!oUX=BS#WV70| z#N+er}T{odqo55#KTD1|?88qTG&IHz^UUWhGxK`wv

    03it40(Q`V9gsQ?cwoTS$aL0o!VIjyJ|KNsw}L!qE~Hj%9n~d1Djz?%Xb#Fc zlw=cxA_J<}fGO7ELpm^qWJvd^$_>mRp`=Iqa1`5lc^4Fu$l7Ph4p@&3^7v;+`wYgA zK_P4D`hv=}idcs5FCbtFcO;t7U3#!`Z)3%I@DPeqEteKk>j~^$imjBRup3f{I1(x? zG=%bZr4+GB&E!d_{AS7;eroycC=$L(d9s(JxsD8Bzyb`0>3(|`8bvQjgjDwuryYxQ zA!~i>MTtnQh9@_@hA8pWNJO-i(zaX#yAFxG2%mp`sWjU=q7ryPRRKJG`kWmvQV2ZRzpYKyd zXdjU4F&FXXJq9>4Wejo}XEHE*3=!2BTFPkISf()a(ZuNoF3)41`VP+wdvnr465K2@`7;3WyIx7E$1)!*jpZJnll`Y*M{Q`Fw`AV zC*#Ds&~c0++Rl%rjJfrnjDaI?N;!$dl1OU#77E;`RxqVhGc_@_fQ?W6`{-K#0f5+dH^#gjb>uuP?7+|H2?ej1!)jS zSit=uc|o6%XLJj4HDpH{!W$h>?Ge03d)x&%FnW;Yz%zIj_@2_IJey02G6xoVjZRuQ zXD;APJOcy3yk~$%7~QXC_Ou0u5QSYKU0-@h^T;XMn=MFVE@ZZ*I~g>yYvk4(zvK$^ zp31P)av{A$uDcGS#*|)z-VpVI+HV16X=RRbf0v0ae2DD(hmxq$Wo(4R@neu5F7jb{D|Ee#}d zy34h;S{a9*74dthu9eJ;?s-s`nwiZK?}_zdZFCE%!Z?YES?}|ZX~R>qILnY6T)SztibOC;|V!`mK$*WSh5SFOvNaJcK6Dwtarf9 zW6|ghREX(AqT@?+Uik@%qog?rP7-gUc*+T$K7^yZU9cA!)%~SHwm%(|bl4}7!?1dO za&6YD*U!{`s8*f()ran*jjCH)PnW*Y_rS0nSEX!Az1m6YQ~P#yxwwPQrh&5=yu3(@ HyukhiaH_#| literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_generator.cpython-38.pyc b/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_generator.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1d95c854e6fad97f92dcc82b39af6ab42e66b1cb GIT binary patch literal 2231 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_greenlet_trash.cpython-38.pyc b/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_greenlet_trash.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..256a43914e95da08ebb4ab908f2bcf6b3f459fe9 GIT binary patch literal 4890 zcmb7I&vVmSg`NXPV_=>T3Apy8drv*}dkat!6SYmK!EzV7`}Xa7-}~O9 zzPNCq%JBK?^Y{C+Z!-2z8l3%D7<`IH-9i(vHVb%QM0{Yhje*%V2UgqS^v;Y*?b2-) zSV8GI3reE2QQkM(6=4VEO+zk=(&5Yz!%Fi$t5>|gL2Pwhs8l)KL^?ewL>vi>!Z;Pu z^V2ZyIa^`cchbIaR_<-5{Uml$>8ZZsd$F^0?@psyUH@-$PNgcBrMVD*WR+m3iTj6y$5qwOnB2lonNCxJ8x$t3u4 z6mAMgdjer~Crlkb8ASnE$&;NBN6IkTb_R(QRX-V!C@&Skb?q+k)WaK`>ETpwQ;IHx zMp4J}H=RM)>%)jp0Lps)<54If(t$-bp`4e#t*Tx`*4}pdf)3nvJh+M!n;76@z0ldx z3Xw6lAYd|Cn3AL?zCV(H!F?f|ewq%|^=7jN%#1n>sNBr&Hu(yb8VS{W_oJ&H5pZDk z6!0UUbfwn|0Rr-e6j2D{z;l5}y)Z(zt9?*Fuo}|E2e4W0-`t9W1d@t{lBDWBL=RyR zuP5r)t5pY|MdyLYou_4LzY@~usJ0cJo_#0a?v-oAE~gpiM% zj;G*pdfA8h2VT5gY*N4nMUr+b1y&)Pa5>WPOCSUm&%KWd(~-6u+?HEpod8ZY>uPfY z4*f9I;Sa++dgLi3WO})dTM~c^y+5WP#3{wuolyuR1z`}sO~K)H$eViO65suKn7hwh?DX($DJ;rQeLf$hiOLsmDlxgi)Jb-SY&td+#s zMX#fhXp{;USV?4>*+KXuRG3=zY0KGow*~I3LzYG}h z`KlyEzUA4QfPtF=fVjSfw;KrXx^QDC528G#8`q6v6JN&{NXK{o&yER|dryE5@@(Un z5>|aCTbNKn!=3bG1ykAV9c}oQl!?qtwXL!m7?C{ShH*E^=9V-zFxE@jw%QDbWZkSJ zy|^bb8&vIYx?x(kGE0f5tL4f$63*RknS2Gke{VGVNCVBliMqs_*x7h(ZFb>QE>!8#v1*M?;9BF>vc){d`?>wX#2Vf;f|;O- zQF&b6XMh?zERESldCZRt&Wceb(4%L1HsEw7%?51DT$|RMzQbq+`>Xj5jAk*ajZ1~J z3mDB2WDCi2V{7B$nUl(xuS|`3F#B?T8d+f;&^8Z$q6-xQb}a|CBzqnI22J=c7|cg! z>QgF4>N9js!x$lKAbgE>DKOjRz-m|U*m!0R7|f*2)~=G7a$~}j+H~z%T_w%zES~4n z2{s#_P?Zs>8;zSq#qkij6^!WU&(ef3^HR#A6hZ;%x}a04U=q|k4~QU<{}Hqj1sK9n zv+qe762X+ryl^_DcOB*6)!31v82JQ(&Z~9uk_f4lDvC)enG(F!4>dJI8{7(oPC|@N z^m}qd!vR_AI)}Jic~1msor3I#D73)C=%d`35?c@t-3xgSbr5oMA_FivWnBm()itSq zm+Bi+a&F~N@QJ`CAL>&Wy@W^o49zZB(*ob6h<&i+XwVVzI+8GKB!e*aqLW%;QeNtUb4oSsYX?P(K*1r?&>uw}B`T5EDDX>B z8z9-EsMOUk${Q+HFZWOssVm6mlMASxfh1`7AVqrFA|Gp%RRc?-ta?WN-}TIFF*B<(bZPbY9o*>nGMaVy8rphIUcy&a zxqolz!D{PfRz-xMo|bTNW>2zGR$0F7-oD#f&&qjNOG-Xj8E@B?Rn`7}TiVZANf-MWf0`NM>9-|GrBAl7zP5D#v#Gi^dx?He z^kg!MgOiLX-=fvl0Ka?AfTB{cT8K&IpkaKTSMk`qRkeplh=%qoWqk*xagGre)wUt+Hj*X7v12BBIcuN5i*<&X^(NvS)w|2#Bxh zQxH@RbnQMK39e>87$S90k^k>$9kDcZZyWXj-YzU|?Xb?)0me+;9pq`G4+5A^Wi@$*TEqU5-Q!8?seq^!#?kPofBfT?COnw{2`Hxy_T z<*r+=%4_rj@zx!sBZ+vE1SV-xLm8lLkB|~lRLE_cR9nG6IJA&l5q`(Fl VzCq$NI;=}C8@9RdM|R2P{{bfEF2w)< literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_leaks.cpython-38.pyc b/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_leaks.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..13cb2f5c9630c500cf17b964b85fe07af1280a20 GIT binary patch literal 11375 zcmdT~S#uj#cJ2+0CJ2HcMQxTBcsD#F%C_Wn6j?F_O0s3h7NN4-iKhp|ZGr%?khhy! zFre%*<&a8Zm;b>)RrA7BDtSqzQhCfz$Wy9c^N`Y8Qh7^F+4;`7SV_^gX8aPeaQgP` zzPIl^%XgOUYZDU*4S#=o_l@PZ&uiL$(8=(hg_E=R1^)sfG*=V4Flu_;aE-d@nsv*y zbm}u}F*n9X+qL-^cjJ6?T!)Wi?ie2vZbDchRvWJ;-6Y0Z!mdr!Q*MgeakMAhNp3r6 zr`@!!`HAXO@MSptrG7yZVY$d|V`Pp7fJAKj$moMe7T`$oZhW|{QoW(DA1H{){ z9l|htb5nCIu+_M$f&HeiaI{5C*f_?0N5qA5SKHLV`Y|ve5gof&4CX71Vy)8hWkD88 zE5W5k5EdIHKPVZPx%WqHlKmWhK?Wq$I(l2bueUYNXlqroV}-FcroOL(!`gzjqvx}B zWCpi`$OhMZ*@(<~P>#~M>xFaqf_Evufa6?lAu@|XL`FqqjmQf8+LBCR`W;Okz~O(3 zCzhLa|AZ(uPORPzmz#~_t0#{yN#9?r_{T$9urE*C@EbQy)GCYJTTaftbt0&Q{_#~@ zE|&e^L>U7bH9tHNLL328mP0VRdOLDFuhOW5o_7on3}};@p43~<{QzrbdqYYj=iVQ+ z`#hS#3HSmoh2YPCFLE3gvZkEGA+n`kZ{G0b6i#+@IgJBvTM?QfihG{$Yo7NcP6C#Q z-g@?jm&W(+Ss5t|OOKu+^bo7tg!HQVl5q&~${P9BOQ(Ne;tWjVm0Qo>$~-U6WDQ<2 zOG+Nbe7jc-o=SgJdR_(>0|!LY4c*qP?|+Q1YS^CD)6RMIq#TN`Y|B`=;;5lG8Y{uR zBuvXJ)q>rtiow+U@Hxz&IBB$={(%k8^4)n@33k&c)_u>55}sFYiuD?`lb*M>UaWPm zn3$QDAP-`Gd4$MOkZ8PAD+WQ`hw=*fICYa^4-pcxB-EwbgCvNf+qz>qhGQ8zUn!w; z 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 F{(t0vo`C=W literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_stack_saved.cpython-38.pyc b/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_stack_saved.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2ab2e2149c9a0d4ffc1a12557acfba8ab42e22b1 GIT binary patch literal 869 zcmZuv&2AGh5T5aF!YWOw^7jN>$RXK7CB&hsDk0QcF2H3kD|hW|0-H^+oj|MPL?p^v zB**d)JczHH`U;$w*=t0E#GfwXhL7Ow0_6Y?I z2`Wg0LM7HfQ~^h=PL+Zs8j&VI!{LJ(<{&wXZNFCKars6;cH( zaf>Ul6q|4htAJ`7%e%^IEq1uN0xP!VpR59QGcauAzyDw-kJ-%;g=^9x7o>*NGD6{? zD}2*_8oO-d+o^Rj`;c0>(CP+m(1#N_F3kf%{>tOgbfRM=%XoI_M$@u4JMImQ))!;l zbB1u*#0y<6;$nPpS908c8QZbby%`RF<$}T z)idsLp8_sr#@#I;qu8 L`H@&=BDcYBY8uMM literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_throw.cpython-38.pyc b/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_throw.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4e78ffce19db7d0b7eab8370eea4836e61703d62 GIT binary patch literal 3963 zcmbtXTW=Fb6rPz~+iS-$_j?N~Xep*7CP7d@2vKNC`x2>;s>Ls>jdyHsvffQ+#v!pB zsgjY}KD7M{$z%GH_O(y^1*DdqGrPXxv_Ng`@$6jBeBZhG+u7LyfzKZ=ZZ&@_5%MR# zjDAdbc>s^R2f`yB4M-J#SwLH~N-6OS&kR`0s2b4Dc-a@EYCa}j&a+++&*DbUsAfF+ zl$7%?VF$8Yrm@u!oQDBdFDdk3#|oF~kt=x(r}RHK$l!Slk30-QkzKk+*4UcSCBG5a zk}j7`fm7l_gR5Fw2p+09yWu9k^0}{SP1xUbMMLfrk%y_T+)6WQ@rvh$m5puHjKaB% z8*_EgXw~O)O1QOkE-ITm+^hutYC7e{{OyYL6`$LHVYk6$rGJHr0@bCKj%teN`TWMV z$iX@INYsr`{XTXz?8dPN@W?Mfa8jinsWOjx3=lLBRYWpHG?U<2&3bvS0R1^{#w)_F z<;{8}_|1EV0FJ|PVFgt{G-VCp>wl0%d>+9g?}JFr*`bPbX^-x(E<uyv*AL1}0~Z&cv_s{$_>vHj&>W5kwBDH3XYu4B2tpYx(h{}c+p&jm z%p*@uEpVlrzZXO`H<0(|>jKy9XS59^ht0qQF4WQwZ8wNBno)5GCz-J+c~BQByD7zArWAwa>;bK3$PQ6vm-MJ-tTXX&ocd=ZWSV|ZJE6avS=NjQ0}hDIn(sye zf)XibG&!1x*pS;Yw)j@f@xyuquS$T68=G!0L5HU594yztqi+~RU;^3boS)ls+C9kdCJw`Dzb zT2p1Zh9Ya(9@_&j!Hvx>Tg&OTCPOnkG3y{##>k{y8SmWZY}8E!TK9eu*G4eW=pZl} z`9)|*3_5@b?Od2dVBHVifV*rBJy9IRjgEnc3yDvzh&GQ4zVt(>+_1*0#m8wLS=#bd zYK_??&$D&8IMRbl&({PNWEUd#jqIJsa;1Nke`i1;N>QobE z?NHsu=xyz=)cJszE=JYNuWSdrVV5amkN$obXfk(AY-5br|kbyN;7jmzT+UcHy-kk3J|GSQ!WWD=I+Su~rK?QKsK?PZsS3z`2Ka*Xs z{REQmWExgJO2P_c42BuQGjs}ib)>#v3m|>lR*_wEA=k&*n%izPRc9uQM9U3q4wli+ zBZaR+k8cgL$UYPXE!Pi69GcY^K1W^9h%sQ4bSCNCnKTWBY1U~(TskUpBH=gu&<&iV z@E8dq3vZ-Jv>kn2jBCToYINB0t6W_~ExW!bF2Hc2*e8RQjybHp_!ab|rN#TJwpgYD z4O)DJ;$sxZKsledAO@qjm^j`O*O!p&F5?{3UDzltqQELgdull=PGGx?;!_YYYb?OC zC{AII4h{My`VtqlNB%2{Sf$8YAiz~wF;@h4#n62mB?Q(ah!=F<@I6VhIIlDJPMnST zImSO!SO?<=&;b8}5(a$sEL2Q7oPytGRHg?bd&Y$KW>v0B*DT0+6ul&6wzHsbd!=lv zrY}4jD$;ffs#Uwymdak`wrgYU$ycGkw4>EEUQ6x50X8ivOR)mjm5#7vH;2aB$C(r2>`r1y{X-Dx9u=ecGKNNC?&_cC~iY; zZu4?M11YW}aN`gP%n0%9L-_A81xtZBOx!@B4Oj~e-#HCmUlAv&JI_TFHXH?1ZNU7r zt4)3eT E0EN_PasU7T literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_tracing.cpython-38.pyc b/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_tracing.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d9fe73829e26180eb7311bdaf613003206f6eae4 GIT binary patch literal 9528 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_weakref.cpython-38.pyc b/venv/lib/python3.8/site-packages/greenlet/tests/__pycache__/test_weakref.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..67cc4045a1e7d2b1c607d28990898eb5b8125654 GIT binary patch literal 1849 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 Qru_Alk|E|Y*aeFJ0s +#include + +struct exception_t { + int depth; + exception_t(int depth) : depth(depth) {} +}; + +/* Functions are called via pointers to prevent inlining */ +static void (*p_test_exception_throw_nonstd)(int depth); +static void (*p_test_exception_throw_std)(); +static PyObject* (*p_test_exception_switch_recurse)(int depth, int left); + +static void +test_exception_throw_nonstd(int depth) +{ + throw exception_t(depth); +} + +static void +test_exception_throw_std() +{ + throw std::runtime_error("Thrown from an extension."); +} + +static PyObject* +test_exception_switch_recurse(int depth, int left) +{ + if (left > 0) { + return p_test_exception_switch_recurse(depth, left - 1); + } + + PyObject* result = NULL; + PyGreenlet* self = PyGreenlet_GetCurrent(); + if (self == NULL) + return NULL; + + try { + if (PyGreenlet_Switch(PyGreenlet_GET_PARENT(self), NULL, NULL) == NULL) { + Py_DECREF(self); + return NULL; + } + p_test_exception_throw_nonstd(depth); + PyErr_SetString(PyExc_RuntimeError, + "throwing C++ exception didn't work"); + } + catch (const exception_t& e) { + if (e.depth != depth) + PyErr_SetString(PyExc_AssertionError, "depth mismatch"); + else + result = PyLong_FromLong(depth); + } + catch (...) { + PyErr_SetString(PyExc_RuntimeError, "unexpected C++ exception"); + } + + Py_DECREF(self); + return result; +} + +/* test_exception_switch(int depth) + * - recurses depth times + * - switches to parent inside try/catch block + * - throws an exception that (expected to be caught in the same function) + * - verifies depth matches (exceptions shouldn't be caught in other greenlets) + */ +static PyObject* +test_exception_switch(PyObject* UNUSED(self), PyObject* args) +{ + int depth; + if (!PyArg_ParseTuple(args, "i", &depth)) + return NULL; + return p_test_exception_switch_recurse(depth, depth); +} + + +static PyObject* +py_test_exception_throw_nonstd(PyObject* self, PyObject* args) +{ + if (!PyArg_ParseTuple(args, "")) + return NULL; + p_test_exception_throw_nonstd(0); + PyErr_SetString(PyExc_AssertionError, "unreachable code running after throw"); + return NULL; +} + +static PyObject* +py_test_exception_throw_std(PyObject* self, PyObject* args) +{ + if (!PyArg_ParseTuple(args, "")) + return NULL; + p_test_exception_throw_std(); + PyErr_SetString(PyExc_AssertionError, "unreachable code running after throw"); + return NULL; +} + +static PyObject* +py_test_call(PyObject* self, PyObject* arg) +{ + PyObject* noargs = PyTuple_New(0); + PyObject* ret = PyObject_Call(arg, noargs, nullptr); + Py_DECREF(noargs); + return ret; +} + + + +/* test_exception_switch_and_do_in_g2(g2func) + * - creates new greenlet g2 to run g2func + * - switches to g2 inside try/catch block + * - verifies that no exception has been caught + * + * it is used together with test_exception_throw to verify that unhandled + * exceptions thrown in one greenlet do not propagate to other greenlet nor + * segfault the process. + */ +static PyObject* +test_exception_switch_and_do_in_g2(PyObject* self, PyObject* args) +{ + PyObject* g2func = NULL; + PyObject* result = NULL; + + if (!PyArg_ParseTuple(args, "O", &g2func)) + return NULL; + PyGreenlet* g2 = PyGreenlet_New(g2func, NULL); + if (!g2) { + return NULL; + } + + try { + result = PyGreenlet_Switch(g2, NULL, NULL); + if (!result) { + return NULL; + } + } + catch (const exception_t& e) { + /* if we are here the memory can be already corrupted and the program + * might crash before below py-level exception might become printed. + * -> print something to stderr to make it clear that we had entered + * this catch block. + * See comments in inner_bootstrap() + */ +#if defined(WIN32) || defined(_WIN32) + fprintf(stderr, "C++ exception unexpectedly caught in g1\n"); + PyErr_SetString(PyExc_AssertionError, "C++ exception unexpectedly caught in g1"); + Py_XDECREF(result); + return NULL; +#else + throw; +#endif + } + + Py_XDECREF(result); + Py_RETURN_NONE; +} + +static PyMethodDef test_methods[] = { + {"test_exception_switch", + (PyCFunction)&test_exception_switch, + METH_VARARGS, + "Switches to parent twice, to test exception handling and greenlet " + "switching."}, + {"test_exception_switch_and_do_in_g2", + (PyCFunction)&test_exception_switch_and_do_in_g2, + METH_VARARGS, + "Creates new greenlet g2 to run g2func and switches to it inside try/catch " + "block. Used together with test_exception_throw to verify that unhandled " + "C++ exceptions thrown in a greenlet doe not corrupt memory."}, + {"test_exception_throw_nonstd", + (PyCFunction)&py_test_exception_throw_nonstd, + METH_VARARGS, + "Throws non-standard C++ exception. Calling this function directly should abort the process." + }, + {"test_exception_throw_std", + (PyCFunction)&py_test_exception_throw_std, + METH_VARARGS, + "Throws standard C++ exception. Calling this function directly should abort the process." + }, + {"test_call", + (PyCFunction)&py_test_call, + METH_O, + "Call the given callable. Unlike calling it directly, this creates a " + "new C-level stack frame, which may be helpful in testing." + }, + {NULL, NULL, 0, NULL} +}; + + +static struct PyModuleDef moduledef = {PyModuleDef_HEAD_INIT, + "greenlet.tests._test_extension_cpp", + NULL, + 0, + test_methods, + NULL, + NULL, + NULL, + NULL}; + +PyMODINIT_FUNC +PyInit__test_extension_cpp(void) +{ + PyObject* module = NULL; + + module = PyModule_Create(&moduledef); + + if (module == NULL) { + return NULL; + } + + PyGreenlet_Import(); + if (_PyGreenlet_API == NULL) { + return NULL; + } + + p_test_exception_throw_nonstd = test_exception_throw_nonstd; + p_test_exception_throw_std = test_exception_throw_std; + p_test_exception_switch_recurse = test_exception_switch_recurse; + + return module; +} diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/_test_extension_cpp.cpython-38-x86_64-linux-gnu.so b/venv/lib/python3.8/site-packages/greenlet/tests/_test_extension_cpp.cpython-38-x86_64-linux-gnu.so new file mode 100755 index 0000000000000000000000000000000000000000..d087dbe322acc05ffc920214c4af7d9eab1225ba GIT binary patch literal 57640 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 appearing to return, even though +# it has yet to run. +print('In main with', x, flush=True) +g.switch() +print('RESULTS', results) diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/fail_cpp_exception.py b/venv/lib/python3.8/site-packages/greenlet/tests/fail_cpp_exception.py new file mode 100644 index 000000000..fa4dc2eb3 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/tests/fail_cpp_exception.py @@ -0,0 +1,33 @@ +# -*- coding: utf-8 -*- +""" +Helper for testing a C++ exception throw aborts the process. + +Takes one argument, the name of the function in :mod:`_test_extension_cpp` to call. +""" +import sys +import greenlet +from greenlet.tests import _test_extension_cpp +print('fail_cpp_exception is running') + +def run_unhandled_exception_in_greenlet_aborts(): + def _(): + _test_extension_cpp.test_exception_switch_and_do_in_g2( + _test_extension_cpp.test_exception_throw_nonstd + ) + g1 = greenlet.greenlet(_) + g1.switch() + + +func_name = sys.argv[1] +try: + func = getattr(_test_extension_cpp, func_name) +except AttributeError: + if func_name == run_unhandled_exception_in_greenlet_aborts.__name__: + func = run_unhandled_exception_in_greenlet_aborts + elif func_name == 'run_as_greenlet_target': + g = greenlet.greenlet(_test_extension_cpp.test_exception_throw_std) + func = g.switch + else: + raise +print('raising', func, flush=True) +func() diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/fail_initialstub_already_started.py b/venv/lib/python3.8/site-packages/greenlet/tests/fail_initialstub_already_started.py new file mode 100644 index 000000000..c1a44efd2 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/tests/fail_initialstub_already_started.py @@ -0,0 +1,78 @@ +""" +Testing initialstub throwing an already started exception. +""" + +import greenlet + +a = None +b = None +c = None +main = greenlet.getcurrent() + +# If we switch into a dead greenlet, +# we go looking for its parents. +# if a parent is not yet started, we start it. + +results = [] + +def a_run(*args): + #results.append('A') + results.append(('Begin A', args)) + + +def c_run(): + results.append('Begin C') + b.switch('From C') + results.append('C done') + +class A(greenlet.greenlet): pass + +class B(greenlet.greenlet): + doing_it = False + def __getattribute__(self, name): + if name == 'run' and not self.doing_it: + assert greenlet.getcurrent() is c + self.doing_it = True + results.append('Switch to b from B.__getattribute__ in ' + + type(greenlet.getcurrent()).__name__) + b.switch() + results.append('B.__getattribute__ back from main in ' + + type(greenlet.getcurrent()).__name__) + if name == 'run': + name = '_B_run' + return object.__getattribute__(self, name) + + def _B_run(self, *arg): + results.append(('Begin B', arg)) + results.append('_B_run switching to main') + main.switch('From B') + +class C(greenlet.greenlet): + pass +a = A(a_run) +b = B(parent=a) +c = C(c_run, b) + +# Start a child; while running, it will start B, +# but starting B will ALSO start B. +result = c.switch() +results.append(('main from c', result)) + +# Switch back to C, which was in the middle of switching +# already. This will throw the ``GreenletStartedWhileInPython`` +# exception, which results in parent A getting started (B is finished) +c.switch() + +results.append(('A dead?', a.dead, 'B dead?', b.dead, 'C dead?', c.dead)) + +# A and B should both be dead now. +assert a.dead +assert b.dead +assert not c.dead + +result = c.switch() +results.append(('main from c.2', result)) +# Now C is dead +assert c.dead + +print("RESULTS:", results) diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/fail_slp_switch.py b/venv/lib/python3.8/site-packages/greenlet/tests/fail_slp_switch.py new file mode 100644 index 000000000..09905269f --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/tests/fail_slp_switch.py @@ -0,0 +1,29 @@ +# -*- coding: utf-8 -*- +""" +A test helper for seeing what happens when slp_switch() +fails. +""" +# pragma: no cover + +import greenlet + + +print('fail_slp_switch is running', flush=True) + +runs = [] +def func(): + runs.append(1) + greenlet.getcurrent().parent.switch() + runs.append(2) + greenlet.getcurrent().parent.switch() + runs.append(3) + +g = greenlet._greenlet.UnswitchableGreenlet(func) +g.switch() +assert runs == [1] +g.switch() +assert runs == [1, 2] +g.force_slp_switch_error = True + +# This should crash. +g.switch() diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/fail_switch_three_greenlets.py b/venv/lib/python3.8/site-packages/greenlet/tests/fail_switch_three_greenlets.py new file mode 100644 index 000000000..e151b19a6 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/tests/fail_switch_three_greenlets.py @@ -0,0 +1,44 @@ +""" +Uses a trace function to switch greenlets at unexpected times. + +In the trace function, we switch from the current greenlet to another +greenlet, which switches +""" +import greenlet + +g1 = None +g2 = None + +switch_to_g2 = False + +def tracefunc(*args): + print('TRACE', *args) + global switch_to_g2 + if switch_to_g2: + switch_to_g2 = False + g2.switch() + print('\tLEAVE TRACE', *args) + +def g1_run(): + print('In g1_run') + global switch_to_g2 + switch_to_g2 = True + from_parent = greenlet.getcurrent().parent.switch() + print('Return to g1_run') + print('From parent', from_parent) + +def g2_run(): + #g1.switch() + greenlet.getcurrent().parent.switch() + +greenlet.settrace(tracefunc) + +g1 = greenlet.greenlet(g1_run) +g2 = greenlet.greenlet(g2_run) + +# This switch didn't actually finish! +# And if it did, it would raise TypeError +# because g1_run() doesn't take any arguments. +g1.switch(1) +print('Back in main') +g1.switch(2) diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/fail_switch_three_greenlets2.py b/venv/lib/python3.8/site-packages/greenlet/tests/fail_switch_three_greenlets2.py new file mode 100644 index 000000000..1f6b66bc6 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/tests/fail_switch_three_greenlets2.py @@ -0,0 +1,55 @@ +""" +Like fail_switch_three_greenlets, but the call into g1_run would actually be +valid. +""" +import greenlet + +g1 = None +g2 = None + +switch_to_g2 = True + +results = [] + +def tracefunc(*args): + results.append(('trace', args[0])) + print('TRACE', *args) + global switch_to_g2 + if switch_to_g2: + switch_to_g2 = False + g2.switch('g2 from tracefunc') + print('\tLEAVE TRACE', *args) + +def g1_run(arg): + results.append(('g1 arg', arg)) + print('In g1_run') + from_parent = greenlet.getcurrent().parent.switch('from g1_run') + results.append(('g1 from parent', from_parent)) + return 'g1 done' + +def g2_run(arg): + #g1.switch() + results.append(('g2 arg', arg)) + parent = greenlet.getcurrent().parent.switch('from g2_run') + global switch_to_g2 + switch_to_g2 = False + results.append(('g2 from parent', parent)) + return 'g2 done' + + +greenlet.settrace(tracefunc) + +g1 = greenlet.greenlet(g1_run) +g2 = greenlet.greenlet(g2_run) + +x = g1.switch('g1 from main') +results.append(('main g1', x)) +print('Back in main', x) +x = g1.switch('g2 from main') +results.append(('main g2', x)) +print('back in amain again', x) +x = g1.switch('g1 from main 2') +results.append(('main g1.2', x)) +x = g2.switch() +results.append(('main g2.2', x)) +print("RESULTS:", results) diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/fail_switch_two_greenlets.py b/venv/lib/python3.8/site-packages/greenlet/tests/fail_switch_two_greenlets.py new file mode 100644 index 000000000..3e52345a6 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/tests/fail_switch_two_greenlets.py @@ -0,0 +1,41 @@ +""" +Uses a trace function to switch greenlets at unexpected times. + +In the trace function, we switch from the current greenlet to another +greenlet, which switches +""" +import greenlet + +g1 = None +g2 = None + +switch_to_g2 = False + +def tracefunc(*args): + print('TRACE', *args) + global switch_to_g2 + if switch_to_g2: + switch_to_g2 = False + g2.switch() + print('\tLEAVE TRACE', *args) + +def g1_run(): + print('In g1_run') + global switch_to_g2 + switch_to_g2 = True + greenlet.getcurrent().parent.switch() + print('Return to g1_run') + print('Falling off end of g1_run') + +def g2_run(): + g1.switch() + print('Falling off end of g2') + +greenlet.settrace(tracefunc) + +g1 = greenlet.greenlet(g1_run) +g2 = greenlet.greenlet(g2_run) + +g1.switch() +print('Falling off end of main') +g2.switch() diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/leakcheck.py b/venv/lib/python3.8/site-packages/greenlet/tests/leakcheck.py new file mode 100644 index 000000000..a5152fb26 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/tests/leakcheck.py @@ -0,0 +1,319 @@ +# Copyright (c) 2018 gevent community +# Copyright (c) 2021 greenlet community +# +# This was originally part of gevent's test suite. The main author +# (Jason Madden) vendored a copy of it into greenlet. +# +# 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 print_function + +import os +import sys +import gc + +from functools import wraps +import unittest + + +import objgraph + +# graphviz 0.18 (Nov 7 2021), available only on Python 3.6 and newer, +# has added type hints (sigh). It wants to use ``typing.Literal`` for +# some stuff, but that's only available on Python 3.9+. If that's not +# found, it creates a ``unittest.mock.MagicMock`` object and annotates +# with that. These are GC'able objects, and doing almost *anything* +# with them results in an explosion of objects. For example, trying to +# compare them for equality creates new objects. This causes our +# leakchecks to fail, with reports like: +# +# greenlet.tests.leakcheck.LeakCheckError: refcount increased by [337, 1333, 343, 430, 530, 643, 769] +# _Call 1820 +546 +# dict 4094 +76 +# MagicProxy 585 +73 +# tuple 2693 +66 +# _CallList 24 +3 +# weakref 1441 +1 +# function 5996 +1 +# type 736 +1 +# cell 592 +1 +# MagicMock 8 +1 +# +# To avoid this, we *could* filter this type of object out early. In +# principle it could leak, but we don't use mocks in greenlet, so it +# doesn't leak from us. However, a further issue is that ``MagicMock`` +# objects have subobjects that are also GC'able, like ``_Call``, and +# those create new mocks of their own too. So we'd have to filter them +# as well, and they're not public. That's OK, we can workaround the +# problem by being very careful to never compare by equality or other +# user-defined operators, only using object identity or other builtin +# functions. + +RUNNING_ON_GITHUB_ACTIONS = os.environ.get('GITHUB_ACTIONS') +RUNNING_ON_TRAVIS = os.environ.get('TRAVIS') or RUNNING_ON_GITHUB_ACTIONS +RUNNING_ON_APPVEYOR = os.environ.get('APPVEYOR') +RUNNING_ON_CI = RUNNING_ON_TRAVIS or RUNNING_ON_APPVEYOR +RUNNING_ON_MANYLINUX = os.environ.get('GREENLET_MANYLINUX') +SKIP_LEAKCHECKS = RUNNING_ON_MANYLINUX or os.environ.get('GREENLET_SKIP_LEAKCHECKS') +SKIP_FAILING_LEAKCHECKS = os.environ.get('GREENLET_SKIP_FAILING_LEAKCHECKS') +ONLY_FAILING_LEAKCHECKS = os.environ.get('GREENLET_ONLY_FAILING_LEAKCHECKS') + +def ignores_leakcheck(func): + """ + Ignore the given object during leakchecks. + + Can be applied to a method, in which case the method will run, but + will not be subject to leak checks. + + If applied to a class, the entire class will be skipped during leakchecks. This + is intended to be used for classes that are very slow and cause problems such as + test timeouts; typically it will be used for classes that are subclasses of a base + class and specify variants of behaviour (such as pool sizes). + """ + func.ignore_leakcheck = True + return func + +def fails_leakcheck(func): + """ + Mark that the function is known to leak. + """ + func.fails_leakcheck = True + if SKIP_FAILING_LEAKCHECKS: + func = unittest.skip("Skipping known failures")(func) + return func + +class LeakCheckError(AssertionError): + pass + +if hasattr(sys, 'getobjects'): + # In a Python build with ``--with-trace-refs``, make objgraph + # trace *all* the objects, not just those that are tracked by the + # GC + class _MockGC(object): + def get_objects(self): + return sys.getobjects(0) # pylint:disable=no-member + def __getattr__(self, name): + return getattr(gc, name) + objgraph.gc = _MockGC() + fails_strict_leakcheck = fails_leakcheck +else: + def fails_strict_leakcheck(func): + """ + Decorator for a function that is known to fail when running + strict (``sys.getobjects()``) leakchecks. + + This type of leakcheck finds all objects, even those, such as + strings, which are not tracked by the garbage collector. + """ + return func + +class ignores_types_in_strict_leakcheck(object): + def __init__(self, types): + self.types = types + def __call__(self, func): + func.leakcheck_ignore_types = self.types + return func + +class _RefCountChecker(object): + + # Some builtin things that we ignore + # XXX: Those things were ignored by gevent, but they're important here, + # presumably. + IGNORED_TYPES = () #(tuple, dict, types.FrameType, types.TracebackType) + + def __init__(self, testcase, function): + self.testcase = testcase + self.function = function + self.deltas = [] + self.peak_stats = {} + self.ignored_types = () + + # The very first time we are called, we have already been + # self.setUp() by the test runner, so we don't need to do it again. + self.needs_setUp = False + + def _include_object_p(self, obj): + # pylint:disable=too-many-return-statements + # + # See the comment block at the top. We must be careful to + # avoid invoking user-defined operations. + if obj is self: + return False + kind = type(obj) + # ``self._include_object_p == obj`` returns NotImplemented + # for non-function objects, which causes the interpreter + # to try to reverse the order of arguments...which leads + # to the explosion of mock objects. We don't want that, so we implement + # the check manually. + if kind == type(self._include_object_p): + try: + # pylint:disable=not-callable + exact_method_equals = self._include_object_p.__eq__(obj) + except AttributeError: + # Python 2.7 methods may only have __cmp__, and that raises a + # TypeError for non-method arguments + # pylint:disable=no-member + exact_method_equals = self._include_object_p.__cmp__(obj) == 0 + + if exact_method_equals is not NotImplemented and exact_method_equals: + return False + + # Similarly, we need to check identity in our __dict__ to avoid mock explosions. + for x in self.__dict__.values(): + if obj is x: + return False + + + if kind in self.ignored_types or kind in self.IGNORED_TYPES: + return False + + return True + + def _growth(self): + return objgraph.growth(limit=None, peak_stats=self.peak_stats, + filter=self._include_object_p) + + def _report_diff(self, growth): + if not growth: + return "" + + lines = [] + width = max(len(name) for name, _, _ in growth) + for name, count, delta in growth: + lines.append('%-*s%9d %+9d' % (width, name, count, delta)) + + diff = '\n'.join(lines) + return diff + + + def _run_test(self, args, kwargs): + gc_enabled = gc.isenabled() + gc.disable() + + if self.needs_setUp: + self.testcase.setUp() + self.testcase.skipTearDown = False + try: + self.function(self.testcase, *args, **kwargs) + finally: + self.testcase.tearDown() + self.testcase.doCleanups() + self.testcase.skipTearDown = True + self.needs_setUp = True + if gc_enabled: + gc.enable() + + def _growth_after(self): + # Grab post snapshot + # pylint:disable=no-member + if 'urlparse' in sys.modules: + sys.modules['urlparse'].clear_cache() + if 'urllib.parse' in sys.modules: + sys.modules['urllib.parse'].clear_cache() + + return self._growth() + + def _check_deltas(self, growth): + # Return false when we have decided there is no leak, + # true if we should keep looping, raises an assertion + # if we have decided there is a leak. + + deltas = self.deltas + if not deltas: + # We haven't run yet, no data, keep looping + return True + + if gc.garbage: + raise LeakCheckError("Generated uncollectable garbage %r" % (gc.garbage,)) + + + # the following configurations are classified as "no leak" + # [0, 0] + # [x, 0, 0] + # [... a, b, c, d] where a+b+c+d = 0 + # + # the following configurations are classified as "leak" + # [... z, z, z] where z > 0 + + if deltas[-2:] == [0, 0] and len(deltas) in (2, 3): + return False + + if deltas[-3:] == [0, 0, 0]: + return False + + if len(deltas) >= 4 and sum(deltas[-4:]) == 0: + return False + + if len(deltas) >= 3 and deltas[-1] > 0 and deltas[-1] == deltas[-2] and deltas[-2] == deltas[-3]: + diff = self._report_diff(growth) + raise LeakCheckError('refcount increased by %r\n%s' % (deltas, diff)) + + # OK, we don't know for sure yet. Let's search for more + if sum(deltas[-3:]) <= 0 or sum(deltas[-4:]) <= 0 or deltas[-4:].count(0) >= 2: + # this is suspicious, so give a few more runs + limit = 11 + else: + limit = 7 + if len(deltas) >= limit: + raise LeakCheckError('refcount increased by %r\n%s' + % (deltas, + self._report_diff(growth))) + + # We couldn't decide yet, keep going + return True + + def __call__(self, args, kwargs): + for _ in range(3): + gc.collect() + + expect_failure = getattr(self.function, 'fails_leakcheck', False) + if expect_failure: + self.testcase.expect_greenlet_leak = True + self.ignored_types = getattr(self.function, "leakcheck_ignore_types", ()) + + # Capture state before; the incremental will be + # updated by each call to _growth_after + growth = self._growth() + + try: + while self._check_deltas(growth): + self._run_test(args, kwargs) + + growth = self._growth_after() + + self.deltas.append(sum((stat[2] for stat in growth))) + except LeakCheckError: + if not expect_failure: + raise + else: + if expect_failure: + raise LeakCheckError("Expected %s to leak but it did not." % (self.function,)) + +def wrap_refcount(method): + if getattr(method, 'ignore_leakcheck', False) or SKIP_LEAKCHECKS: + return method + + @wraps(method) + def wrapper(self, *args, **kwargs): # pylint:disable=too-many-branches + if getattr(self, 'ignore_leakcheck', False): + raise unittest.SkipTest("This class ignored during leakchecks") + if ONLY_FAILING_LEAKCHECKS and not getattr(method, 'fails_leakcheck', False): + raise unittest.SkipTest("Only running tests that fail leakchecks.") + return _RefCountChecker(self, method)(args, kwargs) + + return wrapper diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/test_contextvars.py b/venv/lib/python3.8/site-packages/greenlet/tests/test_contextvars.py new file mode 100644 index 000000000..9a16f6710 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/tests/test_contextvars.py @@ -0,0 +1,310 @@ +from __future__ import print_function + +import gc +import sys +import unittest + +from functools import partial +from unittest import skipUnless +from unittest import skipIf + +from greenlet import greenlet +from greenlet import getcurrent +from . import TestCase + + +try: + from contextvars import Context + from contextvars import ContextVar + from contextvars import copy_context + # From the documentation: + # + # Important: Context Variables should be created at the top module + # level and never in closures. Context objects hold strong + # references to context variables which prevents context variables + # from being properly garbage collected. + ID_VAR = ContextVar("id", default=None) + VAR_VAR = ContextVar("var", default=None) + ContextVar = None +except ImportError: + Context = ContextVar = copy_context = None + +# We don't support testing if greenlet's built-in context var support is disabled. +@skipUnless(Context is not None, "ContextVar not supported") +class ContextVarsTests(TestCase): + def _new_ctx_run(self, *args, **kwargs): + return copy_context().run(*args, **kwargs) + + def _increment(self, greenlet_id, callback, counts, expect): + ctx_var = ID_VAR + if expect is None: + self.assertIsNone(ctx_var.get()) + else: + self.assertEqual(ctx_var.get(), expect) + ctx_var.set(greenlet_id) + for _ in range(2): + counts[ctx_var.get()] += 1 + callback() + + def _test_context(self, propagate_by): + # pylint:disable=too-many-branches + ID_VAR.set(0) + + callback = getcurrent().switch + counts = dict((i, 0) for i in range(5)) + + lets = [ + greenlet(partial( + partial( + copy_context().run, + self._increment + ) if propagate_by == "run" else self._increment, + greenlet_id=i, + callback=callback, + counts=counts, + expect=( + i - 1 if propagate_by == "share" else + 0 if propagate_by in ("set", "run") else None + ) + )) + for i in range(1, 5) + ] + + for let in lets: + if propagate_by == "set": + let.gr_context = copy_context() + elif propagate_by == "share": + let.gr_context = getcurrent().gr_context + + for i in range(2): + counts[ID_VAR.get()] += 1 + for let in lets: + let.switch() + + if propagate_by == "run": + # Must leave each context.run() in reverse order of entry + for let in reversed(lets): + let.switch() + else: + # No context.run(), so fine to exit in any order. + for let in lets: + let.switch() + + for let in lets: + self.assertTrue(let.dead) + # When using run(), we leave the run() as the greenlet dies, + # and there's no context "underneath". When not using run(), + # gr_context still reflects the context the greenlet was + # running in. + if propagate_by == 'run': + self.assertIsNone(let.gr_context) + else: + self.assertIsNotNone(let.gr_context) + + + if propagate_by == "share": + self.assertEqual(counts, {0: 1, 1: 1, 2: 1, 3: 1, 4: 6}) + else: + self.assertEqual(set(counts.values()), set([2])) + + def test_context_propagated_by_context_run(self): + self._new_ctx_run(self._test_context, "run") + + def test_context_propagated_by_setting_attribute(self): + self._new_ctx_run(self._test_context, "set") + + def test_context_not_propagated(self): + self._new_ctx_run(self._test_context, None) + + def test_context_shared(self): + self._new_ctx_run(self._test_context, "share") + + def test_break_ctxvars(self): + let1 = greenlet(copy_context().run) + let2 = greenlet(copy_context().run) + let1.switch(getcurrent().switch) + let2.switch(getcurrent().switch) + # Since let2 entered the current context and let1 exits its own, the + # interpreter emits: + # RuntimeError: cannot exit context: thread state references a different context object + let1.switch() + + def test_not_broken_if_using_attribute_instead_of_context_run(self): + let1 = greenlet(getcurrent().switch) + let2 = greenlet(getcurrent().switch) + let1.gr_context = copy_context() + let2.gr_context = copy_context() + let1.switch() + let2.switch() + let1.switch() + let2.switch() + + def test_context_assignment_while_running(self): + # pylint:disable=too-many-statements + ID_VAR.set(None) + + def target(): + self.assertIsNone(ID_VAR.get()) + self.assertIsNone(gr.gr_context) + + # Context is created on first use + ID_VAR.set(1) + self.assertIsInstance(gr.gr_context, Context) + self.assertEqual(ID_VAR.get(), 1) + self.assertEqual(gr.gr_context[ID_VAR], 1) + + # Clearing the context makes it get re-created as another + # empty context when next used + old_context = gr.gr_context + gr.gr_context = None # assign None while running + self.assertIsNone(ID_VAR.get()) + self.assertIsNone(gr.gr_context) + ID_VAR.set(2) + self.assertIsInstance(gr.gr_context, Context) + self.assertEqual(ID_VAR.get(), 2) + self.assertEqual(gr.gr_context[ID_VAR], 2) + + new_context = gr.gr_context + getcurrent().parent.switch((old_context, new_context)) + # parent switches us back to old_context + + self.assertEqual(ID_VAR.get(), 1) + gr.gr_context = new_context # assign non-None while running + self.assertEqual(ID_VAR.get(), 2) + + getcurrent().parent.switch() + # parent switches us back to no context + self.assertIsNone(ID_VAR.get()) + self.assertIsNone(gr.gr_context) + gr.gr_context = old_context + self.assertEqual(ID_VAR.get(), 1) + + getcurrent().parent.switch() + # parent switches us back to no context + self.assertIsNone(ID_VAR.get()) + self.assertIsNone(gr.gr_context) + + gr = greenlet(target) + + with self.assertRaisesRegex(AttributeError, "can't delete context attribute"): + del gr.gr_context + + self.assertIsNone(gr.gr_context) + old_context, new_context = gr.switch() + self.assertIs(new_context, gr.gr_context) + self.assertEqual(old_context[ID_VAR], 1) + self.assertEqual(new_context[ID_VAR], 2) + self.assertEqual(new_context.run(ID_VAR.get), 2) + gr.gr_context = old_context # assign non-None while suspended + gr.switch() + self.assertIs(gr.gr_context, new_context) + gr.gr_context = None # assign None while suspended + gr.switch() + self.assertIs(gr.gr_context, old_context) + gr.gr_context = None + gr.switch() + self.assertIsNone(gr.gr_context) + + # Make sure there are no reference leaks + gr = None + gc.collect() + self.assertEqual(sys.getrefcount(old_context), 2) + self.assertEqual(sys.getrefcount(new_context), 2) + + def test_context_assignment_different_thread(self): + import threading + VAR_VAR.set(None) + ctx = Context() + + is_running = threading.Event() + should_suspend = threading.Event() + did_suspend = threading.Event() + should_exit = threading.Event() + holder = [] + + def greenlet_in_thread_fn(): + VAR_VAR.set(1) + is_running.set() + should_suspend.wait(10) + VAR_VAR.set(2) + getcurrent().parent.switch() + holder.append(VAR_VAR.get()) + + def thread_fn(): + gr = greenlet(greenlet_in_thread_fn) + gr.gr_context = ctx + holder.append(gr) + gr.switch() + did_suspend.set() + should_exit.wait(10) + gr.switch() + del gr + greenlet() # trigger cleanup + + thread = threading.Thread(target=thread_fn, daemon=True) + thread.start() + is_running.wait(10) + gr = holder[0] + + # Can't access or modify context if the greenlet is running + # in a different thread + with self.assertRaisesRegex(ValueError, "running in a different"): + getattr(gr, 'gr_context') + with self.assertRaisesRegex(ValueError, "running in a different"): + gr.gr_context = None + + should_suspend.set() + did_suspend.wait(10) + + # OK to access and modify context if greenlet is suspended + self.assertIs(gr.gr_context, ctx) + self.assertEqual(gr.gr_context[VAR_VAR], 2) + gr.gr_context = None + + should_exit.set() + thread.join(10) + + self.assertEqual(holder, [gr, None]) + + # Context can still be accessed/modified when greenlet is dead: + self.assertIsNone(gr.gr_context) + gr.gr_context = ctx + self.assertIs(gr.gr_context, ctx) + + # Otherwise we leak greenlets on some platforms. + # XXX: Should be able to do this automatically + del holder[:] + gr = None + thread = None + + def test_context_assignment_wrong_type(self): + g = greenlet() + with self.assertRaisesRegex(TypeError, + "greenlet context must be a contextvars.Context or None"): + g.gr_context = self + + +@skipIf(Context is not None, "ContextVar supported") +class NoContextVarsTests(TestCase): + def test_contextvars_errors(self): + let1 = greenlet(getcurrent().switch) + self.assertFalse(hasattr(let1, 'gr_context')) + with self.assertRaises(AttributeError): + getattr(let1, 'gr_context') + + with self.assertRaises(AttributeError): + let1.gr_context = None + + let1.switch() + + with self.assertRaises(AttributeError): + getattr(let1, 'gr_context') + + with self.assertRaises(AttributeError): + let1.gr_context = None + + del let1 + + +if __name__ == '__main__': + unittest.main() diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/test_cpp.py b/venv/lib/python3.8/site-packages/greenlet/tests/test_cpp.py new file mode 100644 index 000000000..2d0cc9c97 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/tests/test_cpp.py @@ -0,0 +1,73 @@ +from __future__ import print_function +from __future__ import absolute_import + +import subprocess +import unittest + +import greenlet +from . import _test_extension_cpp +from . import TestCase +from . import WIN + +class CPPTests(TestCase): + def test_exception_switch(self): + greenlets = [] + for i in range(4): + g = greenlet.greenlet(_test_extension_cpp.test_exception_switch) + g.switch(i) + greenlets.append(g) + for i, g in enumerate(greenlets): + self.assertEqual(g.switch(), i) + + def _do_test_unhandled_exception(self, target): + import os + import sys + script = os.path.join( + os.path.dirname(__file__), + 'fail_cpp_exception.py', + ) + args = [sys.executable, script, target.__name__ if not isinstance(target, str) else target] + __traceback_info__ = args + with self.assertRaises(subprocess.CalledProcessError) as exc: + subprocess.check_output( + args, + encoding='utf-8', + stderr=subprocess.STDOUT + ) + + ex = exc.exception + expected_exit = self.get_expected_returncodes_for_aborted_process() + self.assertIn(ex.returncode, expected_exit) + self.assertIn('fail_cpp_exception is running', ex.output) + return ex.output + + + def test_unhandled_nonstd_exception_aborts(self): + # verify that plain unhandled throw aborts + self._do_test_unhandled_exception(_test_extension_cpp.test_exception_throw_nonstd) + + def test_unhandled_std_exception_aborts(self): + # verify that plain unhandled throw aborts + self._do_test_unhandled_exception(_test_extension_cpp.test_exception_throw_std) + + @unittest.skipIf(WIN, "XXX: This does not crash on Windows") + # Meaning the exception is getting lost somewhere... + def test_unhandled_std_exception_as_greenlet_function_aborts(self): + # verify that plain unhandled throw aborts + output = self._do_test_unhandled_exception('run_as_greenlet_target') + self.assertIn( + # We really expect this to be prefixed with "greenlet: Unhandled C++ exception:" + # as added by our handler for std::exception (see TUserGreenlet.cpp), but + # that's not correct everywhere --- our handler never runs before std::terminate + # gets called (for example, on arm32). + 'Thrown from an extension.', + output + ) + + def test_unhandled_exception_in_greenlet_aborts(self): + # verify that unhandled throw called in greenlet aborts too + self._do_test_unhandled_exception('run_unhandled_exception_in_greenlet_aborts') + + +if __name__ == '__main__': + unittest.main() diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/test_extension_interface.py b/venv/lib/python3.8/site-packages/greenlet/tests/test_extension_interface.py new file mode 100644 index 000000000..34b66567f --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/tests/test_extension_interface.py @@ -0,0 +1,115 @@ +from __future__ import print_function +from __future__ import absolute_import + +import sys + +import greenlet +from . import _test_extension +from . import TestCase + +# pylint:disable=c-extension-no-member + +class CAPITests(TestCase): + def test_switch(self): + self.assertEqual( + 50, _test_extension.test_switch(greenlet.greenlet(lambda: 50))) + + def test_switch_kwargs(self): + def adder(x, y): + return x * y + g = greenlet.greenlet(adder) + self.assertEqual(6, _test_extension.test_switch_kwargs(g, x=3, y=2)) + + def test_setparent(self): + # pylint:disable=disallowed-name + def foo(): + def bar(): + greenlet.getcurrent().parent.switch() + + # This final switch should go back to the main greenlet, since + # the test_setparent() function in the C extension should have + # reparented this greenlet. + greenlet.getcurrent().parent.switch() + raise AssertionError("Should never have reached this code") + child = greenlet.greenlet(bar) + child.switch() + greenlet.getcurrent().parent.switch(child) + greenlet.getcurrent().parent.throw( + AssertionError("Should never reach this code")) + foo_child = greenlet.greenlet(foo).switch() + self.assertEqual(None, _test_extension.test_setparent(foo_child)) + + def test_getcurrent(self): + _test_extension.test_getcurrent() + + def test_new_greenlet(self): + self.assertEqual(-15, _test_extension.test_new_greenlet(lambda: -15)) + + def test_raise_greenlet_dead(self): + self.assertRaises( + greenlet.GreenletExit, _test_extension.test_raise_dead_greenlet) + + def test_raise_greenlet_error(self): + self.assertRaises( + greenlet.error, _test_extension.test_raise_greenlet_error) + + def test_throw(self): + seen = [] + + def foo(): # pylint:disable=disallowed-name + try: + greenlet.getcurrent().parent.switch() + except ValueError: + seen.append(sys.exc_info()[1]) + except greenlet.GreenletExit: + raise AssertionError + g = greenlet.greenlet(foo) + g.switch() + _test_extension.test_throw(g) + self.assertEqual(len(seen), 1) + self.assertTrue( + isinstance(seen[0], ValueError), + "ValueError was not raised in foo()") + self.assertEqual( + str(seen[0]), + 'take that sucka!', + "message doesn't match") + + def test_non_traceback_param(self): + with self.assertRaises(TypeError) as exc: + _test_extension.test_throw_exact( + greenlet.getcurrent(), + Exception, + Exception(), + self + ) + self.assertEqual(str(exc.exception), + "throw() third argument must be a traceback object") + + def test_instance_of_wrong_type(self): + with self.assertRaises(TypeError) as exc: + _test_extension.test_throw_exact( + greenlet.getcurrent(), + Exception(), + BaseException(), + None, + ) + + self.assertEqual(str(exc.exception), + "instance exception may not have a separate value") + + def test_not_throwable(self): + with self.assertRaises(TypeError) as exc: + _test_extension.test_throw_exact( + greenlet.getcurrent(), + "abc", + None, + None, + ) + self.assertEqual(str(exc.exception), + "exceptions must be classes, or instances, not str") + + +if __name__ == '__main__': + import unittest + unittest.main() diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/test_gc.py b/venv/lib/python3.8/site-packages/greenlet/tests/test_gc.py new file mode 100644 index 000000000..994addb9b --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/tests/test_gc.py @@ -0,0 +1,86 @@ +import gc + +import weakref + +import greenlet + + +from . import TestCase +from .leakcheck import fails_leakcheck +# These only work with greenlet gc support +# which is no longer optional. +assert greenlet.GREENLET_USE_GC + +class GCTests(TestCase): + def test_dead_circular_ref(self): + o = weakref.ref(greenlet.greenlet(greenlet.getcurrent).switch()) + gc.collect() + if o() is not None: + import sys + print("O IS NOT NONE.", sys.getrefcount(o())) + self.assertIsNone(o()) + self.assertFalse(gc.garbage, gc.garbage) + + def test_circular_greenlet(self): + class circular_greenlet(greenlet.greenlet): + self = None + o = circular_greenlet() + o.self = o + o = weakref.ref(o) + gc.collect() + self.assertIsNone(o()) + self.assertFalse(gc.garbage, gc.garbage) + + def test_inactive_ref(self): + class inactive_greenlet(greenlet.greenlet): + def __init__(self): + greenlet.greenlet.__init__(self, run=self.run) + + def run(self): + pass + o = inactive_greenlet() + o = weakref.ref(o) + gc.collect() + self.assertIsNone(o()) + self.assertFalse(gc.garbage, gc.garbage) + + @fails_leakcheck + def test_finalizer_crash(self): + # This test is designed to crash when active greenlets + # are made garbage collectable, until the underlying + # problem is resolved. How does it work: + # - order of object creation is important + # - array is created first, so it is moved to unreachable first + # - we create a cycle between a greenlet and this array + # - we create an object that participates in gc, is only + # referenced by a greenlet, and would corrupt gc lists + # on destruction, the easiest is to use an object with + # a finalizer + # - because array is the first object in unreachable it is + # cleared first, which causes all references to greenlet + # to disappear and causes greenlet to be destroyed, but since + # it is still live it causes a switch during gc, which causes + # an object with finalizer to be destroyed, which causes stack + # corruption and then a crash + + class object_with_finalizer(object): + def __del__(self): + pass + array = [] + parent = greenlet.getcurrent() + def greenlet_body(): + greenlet.getcurrent().object = object_with_finalizer() + try: + parent.switch() + except greenlet.GreenletExit: + print("Got greenlet exit!") + finally: + del greenlet.getcurrent().object + g = greenlet.greenlet(greenlet_body) + g.array = array + array.append(g) + g.switch() + del array + del g + greenlet.getcurrent() + gc.collect() diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/test_generator.py b/venv/lib/python3.8/site-packages/greenlet/tests/test_generator.py new file mode 100644 index 000000000..ca4a644b6 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/tests/test_generator.py @@ -0,0 +1,59 @@ + +from greenlet import greenlet + +from . import TestCase + +class genlet(greenlet): + parent = None + def __init__(self, *args, **kwds): + self.args = args + self.kwds = kwds + + def run(self): + fn, = self.fn + fn(*self.args, **self.kwds) + + def __iter__(self): + return self + + def __next__(self): + self.parent = greenlet.getcurrent() + result = self.switch() + if self: + return result + + raise StopIteration + + next = __next__ + + +def Yield(value): + g = greenlet.getcurrent() + while not isinstance(g, genlet): + if g is None: + raise RuntimeError('yield outside a genlet') + g = g.parent + g.parent.switch(value) + + +def generator(func): + class Generator(genlet): + fn = (func,) + return Generator + +# ____________________________________________________________ + + +class GeneratorTests(TestCase): + def test_generator(self): + seen = [] + + def g(n): + for i in range(n): + seen.append(i) + Yield(i) + g = generator(g) + for _ in range(3): + for j in g(5): + seen.append(j) + self.assertEqual(seen, 3 * [0, 0, 1, 1, 2, 2, 3, 3, 4, 4]) diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/test_generator_nested.py b/venv/lib/python3.8/site-packages/greenlet/tests/test_generator_nested.py new file mode 100644 index 000000000..8d752a63d --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/tests/test_generator_nested.py @@ -0,0 +1,168 @@ + +from greenlet import greenlet +from . import TestCase +from .leakcheck import fails_leakcheck + +class genlet(greenlet): + parent = None + def __init__(self, *args, **kwds): + self.args = args + self.kwds = kwds + self.child = None + + def run(self): + # Note the function is packed in a tuple + # to avoid creating a bound method for it. + fn, = self.fn + fn(*self.args, **self.kwds) + + def __iter__(self): + return self + + def set_child(self, child): + self.child = child + + def __next__(self): + if self.child: + child = self.child + while child.child: + tmp = child + child = child.child + tmp.child = None + + result = child.switch() + else: + self.parent = greenlet.getcurrent() + result = self.switch() + + if self: + return result + + raise StopIteration + + next = __next__ + +def Yield(value, level=1): + g = greenlet.getcurrent() + + while level != 0: + if not isinstance(g, genlet): + raise RuntimeError('yield outside a genlet') + if level > 1: + g.parent.set_child(g) + g = g.parent + level -= 1 + + g.switch(value) + + +def Genlet(func): + class TheGenlet(genlet): + fn = (func,) + return TheGenlet + +# ____________________________________________________________ + + +def g1(n, seen): + for i in range(n): + seen.append(i + 1) + yield i + + +def g2(n, seen): + for i in range(n): + seen.append(i + 1) + Yield(i) + +g2 = Genlet(g2) + + +def nested(i): + Yield(i) + + +def g3(n, seen): + for i in range(n): + seen.append(i + 1) + nested(i) +g3 = Genlet(g3) + + +def a(n): + if n == 0: + return + for ii in ax(n - 1): + Yield(ii) + Yield(n) +ax = Genlet(a) + + +def perms(l): + if len(l) > 1: + for e in l: + # No syntactical sugar for generator expressions + x = [Yield([e] + p) for p in perms([x for x in l if x != e])] + assert x + else: + Yield(l) +perms = Genlet(perms) + + +def gr1(n): + for ii in range(1, n): + Yield(ii) + Yield(ii * ii, 2) + +gr1 = Genlet(gr1) + + +def gr2(n, seen): + for ii in gr1(n): + seen.append(ii) + +gr2 = Genlet(gr2) + + +class NestedGeneratorTests(TestCase): + def test_layered_genlets(self): + seen = [] + for ii in gr2(5, seen): + seen.append(ii) + self.assertEqual(seen, [1, 1, 2, 4, 3, 9, 4, 16]) + + @fails_leakcheck + def test_permutations(self): + gen_perms = perms(list(range(4))) + permutations = list(gen_perms) + self.assertEqual(len(permutations), 4 * 3 * 2 * 1) + self.assertIn([0, 1, 2, 3], permutations) + self.assertIn([3, 2, 1, 0], permutations) + res = [] + for ii in zip(perms(list(range(4))), perms(list(range(3)))): + res.append(ii) + self.assertEqual( + res, + [([0, 1, 2, 3], [0, 1, 2]), ([0, 1, 3, 2], [0, 2, 1]), + ([0, 2, 1, 3], [1, 0, 2]), ([0, 2, 3, 1], [1, 2, 0]), + ([0, 3, 1, 2], [2, 0, 1]), ([0, 3, 2, 1], [2, 1, 0])]) + # XXX Test to make sure we are working as a generator expression + + def test_genlet_simple(self): + for g in g1, g2, g3: + seen = [] + for _ in range(3): + for j in g(5, seen): + seen.append(j) + self.assertEqual(seen, 3 * [1, 0, 2, 1, 3, 2, 4, 3, 5, 4]) + + def test_genlet_bad(self): + try: + Yield(10) + except RuntimeError: + pass + + def test_nested_genlets(self): + seen = [] + for ii in ax(5): + seen.append(ii) diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/test_greenlet.py b/venv/lib/python3.8/site-packages/greenlet/tests/test_greenlet.py new file mode 100644 index 000000000..c4aabea7e --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/tests/test_greenlet.py @@ -0,0 +1,1324 @@ +import gc +import sys +import time +import threading +import unittest + +from abc import ABCMeta +from abc import abstractmethod + +import greenlet +from greenlet import greenlet as RawGreenlet +from . import TestCase +from . import RUNNING_ON_MANYLINUX +from . import PY313 +from .leakcheck import fails_leakcheck + + +# We manually manage locks in many tests +# pylint:disable=consider-using-with +# pylint:disable=too-many-public-methods +# This module is quite large. +# TODO: Refactor into separate test files. For example, +# put all the regression tests that used to produce +# crashes in test_greenlet_no_crash; put tests that DO deliberately crash +# the interpreter into test_greenlet_crash. +# pylint:disable=too-many-lines + +class SomeError(Exception): + pass + + +def fmain(seen): + try: + greenlet.getcurrent().parent.switch() + except: + seen.append(sys.exc_info()[0]) + raise + raise SomeError + + +def send_exception(g, exc): + # note: send_exception(g, exc) can be now done with g.throw(exc). + # the purpose of this test is to explicitly check the propagation rules. + def crasher(exc): + raise exc + g1 = RawGreenlet(crasher, parent=g) + g1.switch(exc) + + +class TestGreenlet(TestCase): + + def _do_simple_test(self): + lst = [] + + def f(): + lst.append(1) + greenlet.getcurrent().parent.switch() + lst.append(3) + g = RawGreenlet(f) + lst.append(0) + g.switch() + lst.append(2) + g.switch() + lst.append(4) + self.assertEqual(lst, list(range(5))) + + def test_simple(self): + self._do_simple_test() + + def test_switch_no_run_raises_AttributeError(self): + g = RawGreenlet() + with self.assertRaises(AttributeError) as exc: + g.switch() + + self.assertIn("run", str(exc.exception)) + + def test_throw_no_run_raises_AttributeError(self): + g = RawGreenlet() + with self.assertRaises(AttributeError) as exc: + g.throw(SomeError) + + self.assertIn("run", str(exc.exception)) + + def test_parent_equals_None(self): + g = RawGreenlet(parent=None) + self.assertIsNotNone(g) + self.assertIs(g.parent, greenlet.getcurrent()) + + def test_run_equals_None(self): + g = RawGreenlet(run=None) + self.assertIsNotNone(g) + self.assertIsNone(g.run) + + def test_two_children(self): + lst = [] + + def f(): + lst.append(1) + greenlet.getcurrent().parent.switch() + lst.extend([1, 1]) + g = RawGreenlet(f) + h = RawGreenlet(f) + g.switch() + self.assertEqual(len(lst), 1) + h.switch() + self.assertEqual(len(lst), 2) + h.switch() + self.assertEqual(len(lst), 4) + self.assertEqual(h.dead, True) + g.switch() + self.assertEqual(len(lst), 6) + self.assertEqual(g.dead, True) + + def test_two_recursive_children(self): + lst = [] + + def f(): + lst.append('b') + greenlet.getcurrent().parent.switch() + + def g(): + lst.append('a') + g = RawGreenlet(f) + g.switch() + lst.append('c') + + g = RawGreenlet(g) + self.assertEqual(sys.getrefcount(g), 2) + g.switch() + self.assertEqual(lst, ['a', 'b', 'c']) + # Just the one in this frame, plus the one on the stack we pass to the function + self.assertEqual(sys.getrefcount(g), 2) + + def test_threads(self): + success = [] + + def f(): + self._do_simple_test() + success.append(True) + ths = [threading.Thread(target=f) for i in range(10)] + for th in ths: + th.start() + for th in ths: + th.join(10) + self.assertEqual(len(success), len(ths)) + + def test_exception(self): + seen = [] + g1 = RawGreenlet(fmain) + g2 = RawGreenlet(fmain) + g1.switch(seen) + g2.switch(seen) + g2.parent = g1 + + self.assertEqual(seen, []) + #with self.assertRaises(SomeError): + # p("***Switching back") + # g2.switch() + # Creating this as a bound method can reveal bugs that + # are hidden on newer versions of Python that avoid creating + # bound methods for direct expressions; IOW, don't use the `with` + # form! + self.assertRaises(SomeError, g2.switch) + self.assertEqual(seen, [SomeError]) + + value = g2.switch() + self.assertEqual(value, ()) + self.assertEqual(seen, [SomeError]) + + value = g2.switch(25) + self.assertEqual(value, 25) + self.assertEqual(seen, [SomeError]) + + + def test_send_exception(self): + seen = [] + g1 = RawGreenlet(fmain) + g1.switch(seen) + self.assertRaises(KeyError, send_exception, g1, KeyError) + self.assertEqual(seen, [KeyError]) + + def test_dealloc(self): + seen = [] + g1 = RawGreenlet(fmain) + g2 = RawGreenlet(fmain) + g1.switch(seen) + g2.switch(seen) + self.assertEqual(seen, []) + del g1 + gc.collect() + self.assertEqual(seen, [greenlet.GreenletExit]) + del g2 + gc.collect() + self.assertEqual(seen, [greenlet.GreenletExit, greenlet.GreenletExit]) + + def test_dealloc_catches_GreenletExit_throws_other(self): + def run(): + try: + greenlet.getcurrent().parent.switch() + except greenlet.GreenletExit: + raise SomeError from None + + g = RawGreenlet(run) + g.switch() + # Destroying the only reference to the greenlet causes it + # to get GreenletExit; when it in turn raises, even though we're the parent + # we don't get the exception, it just gets printed. + # When we run on 3.8 only, we can use sys.unraisablehook + oldstderr = sys.stderr + from io import StringIO + stderr = sys.stderr = StringIO() + try: + del g + finally: + sys.stderr = oldstderr + + v = stderr.getvalue() + self.assertIn("Exception", v) + self.assertIn('ignored', v) + self.assertIn("SomeError", v) + + + @unittest.skipIf( + PY313 and RUNNING_ON_MANYLINUX, + "Sometimes flaky (getting one GreenletExit in the second list)" + # Probably due to funky timing interactions? + # TODO: FIXME Make that work. + ) + + def test_dealloc_other_thread(self): + seen = [] + someref = [] + + bg_glet_created_running_and_no_longer_ref_in_bg = threading.Event() + fg_ref_released = threading.Event() + bg_should_be_clear = threading.Event() + ok_to_exit_bg_thread = threading.Event() + + def f(): + g1 = RawGreenlet(fmain) + g1.switch(seen) + someref.append(g1) + del g1 + gc.collect() + + bg_glet_created_running_and_no_longer_ref_in_bg.set() + fg_ref_released.wait(3) + + RawGreenlet() # trigger release + bg_should_be_clear.set() + ok_to_exit_bg_thread.wait(3) + RawGreenlet() # One more time + + t = threading.Thread(target=f) + t.start() + bg_glet_created_running_and_no_longer_ref_in_bg.wait(10) + + self.assertEqual(seen, []) + self.assertEqual(len(someref), 1) + del someref[:] + gc.collect() + # g1 is not released immediately because it's from another thread + self.assertEqual(seen, []) + fg_ref_released.set() + bg_should_be_clear.wait(3) + try: + self.assertEqual(seen, [greenlet.GreenletExit]) + finally: + ok_to_exit_bg_thread.set() + t.join(10) + del seen[:] + del someref[:] + + def test_frame(self): + def f1(): + f = sys._getframe(0) # pylint:disable=protected-access + self.assertEqual(f.f_back, None) + greenlet.getcurrent().parent.switch(f) + return "meaning of life" + g = RawGreenlet(f1) + frame = g.switch() + self.assertTrue(frame is g.gr_frame) + self.assertTrue(g) + + from_g = g.switch() + self.assertFalse(g) + self.assertEqual(from_g, 'meaning of life') + self.assertEqual(g.gr_frame, None) + + def test_thread_bug(self): + def runner(x): + g = RawGreenlet(lambda: time.sleep(x)) + g.switch() + t1 = threading.Thread(target=runner, args=(0.2,)) + t2 = threading.Thread(target=runner, args=(0.3,)) + t1.start() + t2.start() + t1.join(10) + t2.join(10) + + def test_switch_kwargs(self): + def run(a, b): + self.assertEqual(a, 4) + self.assertEqual(b, 2) + return 42 + x = RawGreenlet(run).switch(a=4, b=2) + self.assertEqual(x, 42) + + def test_switch_kwargs_to_parent(self): + def run(x): + greenlet.getcurrent().parent.switch(x=x) + greenlet.getcurrent().parent.switch(2, x=3) + return x, x ** 2 + g = RawGreenlet(run) + self.assertEqual({'x': 3}, g.switch(3)) + self.assertEqual(((2,), {'x': 3}), g.switch()) + self.assertEqual((3, 9), g.switch()) + + def test_switch_to_another_thread(self): + data = {} + created_event = threading.Event() + done_event = threading.Event() + + def run(): + data['g'] = RawGreenlet(lambda: None) + created_event.set() + done_event.wait(10) + thread = threading.Thread(target=run) + thread.start() + created_event.wait(10) + with self.assertRaises(greenlet.error): + data['g'].switch() + done_event.set() + thread.join(10) + # XXX: Should handle this automatically + data.clear() + + def test_exc_state(self): + def f(): + try: + raise ValueError('fun') + except: # pylint:disable=bare-except + exc_info = sys.exc_info() + RawGreenlet(h).switch() + self.assertEqual(exc_info, sys.exc_info()) + + def h(): + self.assertEqual(sys.exc_info(), (None, None, None)) + + RawGreenlet(f).switch() + + def test_instance_dict(self): + def f(): + greenlet.getcurrent().test = 42 + def deldict(g): + del g.__dict__ + def setdict(g, value): + g.__dict__ = value + g = RawGreenlet(f) + self.assertEqual(g.__dict__, {}) + g.switch() + self.assertEqual(g.test, 42) + self.assertEqual(g.__dict__, {'test': 42}) + g.__dict__ = g.__dict__ + self.assertEqual(g.__dict__, {'test': 42}) + self.assertRaises(TypeError, deldict, g) + self.assertRaises(TypeError, setdict, g, 42) + + def test_running_greenlet_has_no_run(self): + has_run = [] + def func(): + has_run.append( + hasattr(greenlet.getcurrent(), 'run') + ) + + g = RawGreenlet(func) + g.switch() + self.assertEqual(has_run, [False]) + + def test_deepcopy(self): + import copy + self.assertRaises(TypeError, copy.copy, RawGreenlet()) + self.assertRaises(TypeError, copy.deepcopy, RawGreenlet()) + + def test_parent_restored_on_kill(self): + hub = RawGreenlet(lambda: None) + main = greenlet.getcurrent() + result = [] + def worker(): + try: + # Wait to be killed by going back to the test. + main.switch() + except greenlet.GreenletExit: + # Resurrect and switch to parent + result.append(greenlet.getcurrent().parent) + result.append(greenlet.getcurrent()) + hub.switch() + g = RawGreenlet(worker, parent=hub) + g.switch() + # delete the only reference, thereby raising GreenletExit + del g + self.assertTrue(result) + self.assertIs(result[0], main) + self.assertIs(result[1].parent, hub) + # Delete them, thereby breaking the cycle between the greenlet + # and the frame, which otherwise would never be collectable + # XXX: We should be able to automatically fix this. + del result[:] + hub = None + main = None + + def test_parent_return_failure(self): + # No run causes AttributeError on switch + g1 = RawGreenlet() + # Greenlet that implicitly switches to parent + g2 = RawGreenlet(lambda: None, parent=g1) + # AttributeError should propagate to us, no fatal errors + with self.assertRaises(AttributeError): + g2.switch() + + def test_throw_exception_not_lost(self): + class mygreenlet(RawGreenlet): + def __getattribute__(self, name): + try: + raise Exception # pylint:disable=broad-exception-raised + except: # pylint:disable=bare-except + pass + return RawGreenlet.__getattribute__(self, name) + g = mygreenlet(lambda: None) + self.assertRaises(SomeError, g.throw, SomeError()) + + @fails_leakcheck + def _do_test_throw_to_dead_thread_doesnt_crash(self, wait_for_cleanup=False): + result = [] + def worker(): + greenlet.getcurrent().parent.switch() + + def creator(): + g = RawGreenlet(worker) + g.switch() + result.append(g) + if wait_for_cleanup: + # Let this greenlet eventually be cleaned up. + g.switch() + greenlet.getcurrent() + t = threading.Thread(target=creator) + t.start() + t.join(10) + del t + # But, depending on the operating system, the thread + # deallocator may not actually have run yet! So we can't be + # sure about the error message unless we wait. + if wait_for_cleanup: + self.wait_for_pending_cleanups() + with self.assertRaises(greenlet.error) as exc: + result[0].throw(SomeError) + + if not wait_for_cleanup: + s = str(exc.exception) + self.assertTrue( + s == "cannot switch to a different thread (which happens to have exited)" + or 'Cannot switch' in s + ) + else: + self.assertEqual( + str(exc.exception), + "cannot switch to a different thread (which happens to have exited)", + ) + + if hasattr(result[0].gr_frame, 'clear'): + # The frame is actually executing (it thinks), we can't clear it. + with self.assertRaises(RuntimeError): + result[0].gr_frame.clear() + # Unfortunately, this doesn't actually clear the references, they're in the + # fast local array. + if not wait_for_cleanup: + # f_locals has no clear method in Python 3.13 + if hasattr(result[0].gr_frame.f_locals, 'clear'): + result[0].gr_frame.f_locals.clear() + else: + self.assertIsNone(result[0].gr_frame) + + del creator + worker = None + del result[:] + # XXX: we ought to be able to automatically fix this. + # See issue 252 + self.expect_greenlet_leak = True # direct us not to wait for it to go away + + @fails_leakcheck + def test_throw_to_dead_thread_doesnt_crash(self): + self._do_test_throw_to_dead_thread_doesnt_crash() + + def test_throw_to_dead_thread_doesnt_crash_wait(self): + self._do_test_throw_to_dead_thread_doesnt_crash(True) + + @fails_leakcheck + def test_recursive_startup(self): + class convoluted(RawGreenlet): + def __init__(self): + RawGreenlet.__init__(self) + self.count = 0 + def __getattribute__(self, name): + if name == 'run' and self.count == 0: + self.count = 1 + self.switch(43) + return RawGreenlet.__getattribute__(self, name) + def run(self, value): + while True: + self.parent.switch(value) + g = convoluted() + self.assertEqual(g.switch(42), 43) + # Exits the running greenlet, otherwise it leaks + # XXX: We should be able to automatically fix this + #g.throw(greenlet.GreenletExit) + #del g + self.expect_greenlet_leak = True + + def test_threaded_updatecurrent(self): + # released when main thread should execute + lock1 = threading.Lock() + lock1.acquire() + # released when another thread should execute + lock2 = threading.Lock() + lock2.acquire() + class finalized(object): + def __del__(self): + # happens while in green_updatecurrent() in main greenlet + # should be very careful not to accidentally call it again + # at the same time we must make sure another thread executes + lock2.release() + lock1.acquire() + # now ts_current belongs to another thread + def deallocator(): + greenlet.getcurrent().parent.switch() + def fthread(): + lock2.acquire() + greenlet.getcurrent() + del g[0] + lock1.release() + lock2.acquire() + greenlet.getcurrent() + lock1.release() + main = greenlet.getcurrent() + g = [RawGreenlet(deallocator)] + g[0].bomb = finalized() + g[0].switch() + t = threading.Thread(target=fthread) + t.start() + # let another thread grab ts_current and deallocate g[0] + lock2.release() + lock1.acquire() + # this is the corner stone + # getcurrent() will notice that ts_current belongs to another thread + # and start the update process, which would notice that g[0] should + # be deallocated, and that will execute an object's finalizer. Now, + # that object will let another thread run so it can grab ts_current + # again, which would likely crash the interpreter if there's no + # check for this case at the end of green_updatecurrent(). This test + # passes if getcurrent() returns correct result, but it's likely + # to randomly crash if it's not anyway. + self.assertEqual(greenlet.getcurrent(), main) + # wait for another thread to complete, just in case + t.join(10) + + def test_dealloc_switch_args_not_lost(self): + seen = [] + def worker(): + # wait for the value + value = greenlet.getcurrent().parent.switch() + # delete all references to ourself + del worker[0] + initiator.parent = greenlet.getcurrent().parent + # switch to main with the value, but because + # ts_current is the last reference to us we + # return here immediately, where we resurrect ourself. + try: + greenlet.getcurrent().parent.switch(value) + finally: + seen.append(greenlet.getcurrent()) + def initiator(): + return 42 # implicitly falls thru to parent + + worker = [RawGreenlet(worker)] + + worker[0].switch() # prime worker + initiator = RawGreenlet(initiator, worker[0]) + value = initiator.switch() + self.assertTrue(seen) + self.assertEqual(value, 42) + + def test_tuple_subclass(self): + # The point of this test is to see what happens when a custom + # tuple subclass is used as an object passed directly to the C + # function ``green_switch``; part of ``green_switch`` checks + # the ``len()`` of the ``args`` tuple, and that can call back + # into Python. Here, when it calls back into Python, we + # recursively enter ``green_switch`` again. + + # This test is really only relevant on Python 2. The builtin + # `apply` function directly passes the given args tuple object + # to the underlying function, whereas the Python 3 version + # unpacks and repacks into an actual tuple. This could still + # happen using the C API on Python 3 though. We should write a + # builtin version of apply() ourself. + def _apply(func, a, k): + func(*a, **k) + + class mytuple(tuple): + def __len__(self): + greenlet.getcurrent().switch() + return tuple.__len__(self) + args = mytuple() + kwargs = dict(a=42) + def switchapply(): + _apply(greenlet.getcurrent().parent.switch, args, kwargs) + g = RawGreenlet(switchapply) + self.assertEqual(g.switch(), kwargs) + + def test_abstract_subclasses(self): + AbstractSubclass = ABCMeta( + 'AbstractSubclass', + (RawGreenlet,), + {'run': abstractmethod(lambda self: None)}) + + class BadSubclass(AbstractSubclass): + pass + + class GoodSubclass(AbstractSubclass): + def run(self): + pass + + GoodSubclass() # should not raise + self.assertRaises(TypeError, BadSubclass) + + def test_implicit_parent_with_threads(self): + if not gc.isenabled(): + return # cannot test with disabled gc + N = gc.get_threshold()[0] + if N < 50: + return # cannot test with such a small N + def attempt(): + lock1 = threading.Lock() + lock1.acquire() + lock2 = threading.Lock() + lock2.acquire() + recycled = [False] + def another_thread(): + lock1.acquire() # wait for gc + greenlet.getcurrent() # update ts_current + lock2.release() # release gc + t = threading.Thread(target=another_thread) + t.start() + class gc_callback(object): + def __del__(self): + lock1.release() + lock2.acquire() + recycled[0] = True + class garbage(object): + def __init__(self): + self.cycle = self + self.callback = gc_callback() + l = [] + x = range(N*2) + current = greenlet.getcurrent() + g = garbage() + for _ in x: + g = None # lose reference to garbage + if recycled[0]: + # gc callback called prematurely + t.join(10) + return False + last = RawGreenlet() + if recycled[0]: + break # yes! gc called in green_new + l.append(last) # increase allocation counter + else: + # gc callback not called when expected + gc.collect() + if recycled[0]: + t.join(10) + return False + self.assertEqual(last.parent, current) + for g in l: + self.assertEqual(g.parent, current) + return True + for _ in range(5): + if attempt(): + break + + def test_issue_245_reference_counting_subclass_no_threads(self): + # https://github.com/python-greenlet/greenlet/issues/245 + # Before the fix, this crashed pretty reliably on + # Python 3.10, at least on macOS; but much less reliably on other + # interpreters (memory layout must have changed). + # The threaded test crashed more reliably on more interpreters. + from greenlet import getcurrent + from greenlet import GreenletExit + + class Greenlet(RawGreenlet): + pass + + initial_refs = sys.getrefcount(Greenlet) + # This has to be an instance variable because + # Python 2 raises a SyntaxError if we delete a local + # variable referenced in an inner scope. + self.glets = [] # pylint:disable=attribute-defined-outside-init + + def greenlet_main(): + try: + getcurrent().parent.switch() + except GreenletExit: + self.glets.append(getcurrent()) + + # Before the + for _ in range(10): + Greenlet(greenlet_main).switch() + + del self.glets + self.assertEqual(sys.getrefcount(Greenlet), initial_refs) + + @unittest.skipIf( + PY313 and RUNNING_ON_MANYLINUX, + "The manylinux images appear to hang on this test on 3.13rc2" + # Or perhaps I just got tired of waiting for the 450s timeout. + # Still, it shouldn't take anywhere near that long. Does not reproduce in + # Ubuntu images, on macOS or Windows. + ) + def test_issue_245_reference_counting_subclass_threads(self): + # https://github.com/python-greenlet/greenlet/issues/245 + from threading import Thread + from threading import Event + + from greenlet import getcurrent + + class MyGreenlet(RawGreenlet): + pass + + glets = [] + ref_cleared = Event() + + def greenlet_main(): + getcurrent().parent.switch() + + def thread_main(greenlet_running_event): + mine = MyGreenlet(greenlet_main) + glets.append(mine) + # The greenlets being deleted must be active + mine.switch() + # Don't keep any reference to it in this thread + del mine + # Let main know we published our greenlet. + greenlet_running_event.set() + # Wait for main to let us know the references are + # gone and the greenlet objects no longer reachable + ref_cleared.wait(10) + # The creating thread must call getcurrent() (or a few other + # greenlet APIs) because that's when the thread-local list of dead + # greenlets gets cleared. + getcurrent() + + # We start with 3 references to the subclass: + # - This module + # - Its __mro__ + # - The __subclassess__ attribute of greenlet + # - (If we call gc.get_referents(), we find four entries, including + # some other tuple ``(greenlet)`` that I'm not sure about but must be part + # of the machinery.) + # + # On Python 3.10 it's often enough to just run 3 threads; on Python 2.7, + # more threads are needed, and the results are still + # non-deterministic. Presumably the memory layouts are different + initial_refs = sys.getrefcount(MyGreenlet) + thread_ready_events = [] + for _ in range( + initial_refs + 45 + ): + event = Event() + thread = Thread(target=thread_main, args=(event,)) + thread_ready_events.append(event) + thread.start() + + + for done_event in thread_ready_events: + done_event.wait(10) + + + del glets[:] + ref_cleared.set() + # Let any other thread run; it will crash the interpreter + # if not fixed (or silently corrupt memory and we possibly crash + # later). + self.wait_for_pending_cleanups() + self.assertEqual(sys.getrefcount(MyGreenlet), initial_refs) + + def test_falling_off_end_switches_to_unstarted_parent_raises_error(self): + def no_args(): + return 13 + + parent_never_started = RawGreenlet(no_args) + + def leaf(): + return 42 + + child = RawGreenlet(leaf, parent_never_started) + + # Because the run function takes to arguments + with self.assertRaises(TypeError): + child.switch() + + def test_falling_off_end_switches_to_unstarted_parent_works(self): + def one_arg(x): + return (x, 24) + + parent_never_started = RawGreenlet(one_arg) + + def leaf(): + return 42 + + child = RawGreenlet(leaf, parent_never_started) + + result = child.switch() + self.assertEqual(result, (42, 24)) + + def test_switch_to_dead_greenlet_with_unstarted_perverse_parent(self): + class Parent(RawGreenlet): + def __getattribute__(self, name): + if name == 'run': + raise SomeError + + + parent_never_started = Parent() + seen = [] + child = RawGreenlet(lambda: seen.append(42), parent_never_started) + # Because we automatically start the parent when the child is + # finished + with self.assertRaises(SomeError): + child.switch() + + self.assertEqual(seen, [42]) + + with self.assertRaises(SomeError): + child.switch() + self.assertEqual(seen, [42]) + + def test_switch_to_dead_greenlet_reparent(self): + seen = [] + parent_never_started = RawGreenlet(lambda: seen.append(24)) + child = RawGreenlet(lambda: seen.append(42)) + + child.switch() + self.assertEqual(seen, [42]) + + child.parent = parent_never_started + # This actually is the same as switching to the parent. + result = child.switch() + self.assertIsNone(result) + self.assertEqual(seen, [42, 24]) + + def test_can_access_f_back_of_suspended_greenlet(self): + # This tests our frame rewriting to work around Python 3.12+ having + # some interpreter frames on the C stack. It will crash in the absence + # of that logic. + main = greenlet.getcurrent() + + def outer(): + inner() + + def inner(): + main.switch(sys._getframe(0)) + + hub = RawGreenlet(outer) + # start it + hub.switch() + + # start another greenlet to make sure we aren't relying on + # anything in `hub` still being on the C stack + unrelated = RawGreenlet(lambda: None) + unrelated.switch() + + # now it is suspended + self.assertIsNotNone(hub.gr_frame) + self.assertEqual(hub.gr_frame.f_code.co_name, "inner") + self.assertIsNotNone(hub.gr_frame.f_back) + self.assertEqual(hub.gr_frame.f_back.f_code.co_name, "outer") + # The next line is what would crash + self.assertIsNone(hub.gr_frame.f_back.f_back) + + def test_get_stack_with_nested_c_calls(self): + from functools import partial + from . import _test_extension_cpp + + def recurse(v): + if v > 0: + return v * _test_extension_cpp.test_call(partial(recurse, v - 1)) + return greenlet.getcurrent().parent.switch() + + gr = RawGreenlet(recurse) + gr.switch(5) + frame = gr.gr_frame + for i in range(5): + self.assertEqual(frame.f_locals["v"], i) + frame = frame.f_back + self.assertEqual(frame.f_locals["v"], 5) + self.assertIsNone(frame.f_back) + self.assertEqual(gr.switch(10), 1200) # 1200 = 5! * 10 + + def test_frames_always_exposed(self): + # On Python 3.12 this will crash if we don't set the + # gr_frames_always_exposed attribute. More background: + # https://github.com/python-greenlet/greenlet/issues/388 + main = greenlet.getcurrent() + + def outer(): + inner(sys._getframe(0)) + + def inner(frame): + main.switch(frame) + + gr = RawGreenlet(outer) + frame = gr.switch() + + # Do something else to clobber the part of the C stack used by `gr`, + # so we can't skate by on "it just happened to still be there" + unrelated = RawGreenlet(lambda: None) + unrelated.switch() + + self.assertEqual(frame.f_code.co_name, "outer") + # The next line crashes on 3.12 if we haven't exposed the frames. + self.assertIsNone(frame.f_back) + + +class TestGreenletSetParentErrors(TestCase): + def test_threaded_reparent(self): + data = {} + created_event = threading.Event() + done_event = threading.Event() + + def run(): + data['g'] = RawGreenlet(lambda: None) + created_event.set() + done_event.wait(10) + + def blank(): + greenlet.getcurrent().parent.switch() + + thread = threading.Thread(target=run) + thread.start() + created_event.wait(10) + g = RawGreenlet(blank) + g.switch() + with self.assertRaises(ValueError) as exc: + g.parent = data['g'] + done_event.set() + thread.join(10) + + self.assertEqual(str(exc.exception), "parent cannot be on a different thread") + + def test_unexpected_reparenting(self): + another = [] + def worker(): + g = RawGreenlet(lambda: None) + another.append(g) + g.switch() + t = threading.Thread(target=worker) + t.start() + t.join(10) + # The first time we switch (running g_initialstub(), which is + # when we look up the run attribute) we attempt to change the + # parent to one from another thread (which also happens to be + # dead). ``g_initialstub()`` should detect this and raise a + # greenlet error. + # + # EXCEPT: With the fix for #252, this is actually detected + # sooner, when setting the parent itself. Prior to that fix, + # the main greenlet from the background thread kept a valid + # value for ``run_info``, and appeared to be a valid parent + # until we actually started the greenlet. But now that it's + # cleared, this test is catching whether ``green_setparent`` + # can detect the dead thread. + # + # Further refactoring once again changes this back to a greenlet.error + # + # We need to wait for the cleanup to happen, but we're + # deliberately leaking a main greenlet here. + self.wait_for_pending_cleanups(initial_main_greenlets=self.main_greenlets_before_test + 1) + + class convoluted(RawGreenlet): + def __getattribute__(self, name): + if name == 'run': + self.parent = another[0] # pylint:disable=attribute-defined-outside-init + return RawGreenlet.__getattribute__(self, name) + g = convoluted(lambda: None) + with self.assertRaises(greenlet.error) as exc: + g.switch() + self.assertEqual(str(exc.exception), + "cannot switch to a different thread (which happens to have exited)") + del another[:] + + def test_unexpected_reparenting_thread_running(self): + # Like ``test_unexpected_reparenting``, except the background thread is + # actually still alive. + another = [] + switched_to_greenlet = threading.Event() + keep_main_alive = threading.Event() + def worker(): + g = RawGreenlet(lambda: None) + another.append(g) + g.switch() + switched_to_greenlet.set() + keep_main_alive.wait(10) + class convoluted(RawGreenlet): + def __getattribute__(self, name): + if name == 'run': + self.parent = another[0] # pylint:disable=attribute-defined-outside-init + return RawGreenlet.__getattribute__(self, name) + + t = threading.Thread(target=worker) + t.start() + + switched_to_greenlet.wait(10) + try: + g = convoluted(lambda: None) + + with self.assertRaises(greenlet.error) as exc: + g.switch() + self.assertIn("Cannot switch to a different thread", str(exc.exception)) + self.assertIn("Expected", str(exc.exception)) + self.assertIn("Current", str(exc.exception)) + finally: + keep_main_alive.set() + t.join(10) + # XXX: Should handle this automatically. + del another[:] + + def test_cannot_delete_parent(self): + worker = RawGreenlet(lambda: None) + self.assertIs(worker.parent, greenlet.getcurrent()) + + with self.assertRaises(AttributeError) as exc: + del worker.parent + self.assertEqual(str(exc.exception), "can't delete attribute") + + def test_cannot_delete_parent_of_main(self): + with self.assertRaises(AttributeError) as exc: + del greenlet.getcurrent().parent + self.assertEqual(str(exc.exception), "can't delete attribute") + + + def test_main_greenlet_parent_is_none(self): + # assuming we're in a main greenlet here. + self.assertIsNone(greenlet.getcurrent().parent) + + def test_set_parent_wrong_types(self): + def bg(): + # Go back to main. + greenlet.getcurrent().parent.switch() + + def check(glet): + for p in None, 1, self, "42": + with self.assertRaises(TypeError) as exc: + glet.parent = p + + self.assertEqual( + str(exc.exception), + "GreenletChecker: Expected any type of greenlet, not " + type(p).__name__) + + # First, not running + g = RawGreenlet(bg) + self.assertFalse(g) + check(g) + + # Then when running. + g.switch() + self.assertTrue(g) + check(g) + + # Let it finish + g.switch() + + + def test_trivial_cycle(self): + glet = RawGreenlet(lambda: None) + with self.assertRaises(ValueError) as exc: + glet.parent = glet + self.assertEqual(str(exc.exception), "cyclic parent chain") + + def test_trivial_cycle_main(self): + # This used to produce a ValueError, but we catch it earlier than that now. + with self.assertRaises(AttributeError) as exc: + greenlet.getcurrent().parent = greenlet.getcurrent() + self.assertEqual(str(exc.exception), "cannot set the parent of a main greenlet") + + def test_deeper_cycle(self): + g1 = RawGreenlet(lambda: None) + g2 = RawGreenlet(lambda: None) + g3 = RawGreenlet(lambda: None) + + g1.parent = g2 + g2.parent = g3 + with self.assertRaises(ValueError) as exc: + g3.parent = g1 + self.assertEqual(str(exc.exception), "cyclic parent chain") + + +class TestRepr(TestCase): + + def assertEndsWith(self, got, suffix): + self.assertTrue(got.endswith(suffix), (got, suffix)) + + def test_main_while_running(self): + r = repr(greenlet.getcurrent()) + self.assertEndsWith(r, " current active started main>") + + def test_main_in_background(self): + main = greenlet.getcurrent() + def run(): + return repr(main) + + g = RawGreenlet(run) + r = g.switch() + self.assertEndsWith(r, ' suspended active started main>') + + def test_initial(self): + r = repr(RawGreenlet()) + self.assertEndsWith(r, ' pending>') + + def test_main_from_other_thread(self): + main = greenlet.getcurrent() + + class T(threading.Thread): + original_main = thread_main = None + main_glet = None + def run(self): + self.original_main = repr(main) + self.main_glet = greenlet.getcurrent() + self.thread_main = repr(self.main_glet) + + t = T() + t.start() + t.join(10) + + self.assertEndsWith(t.original_main, ' suspended active started main>') + self.assertEndsWith(t.thread_main, ' current active started main>') + # give the machinery time to notice the death of the thread, + # and clean it up. Note that we don't use + # ``expect_greenlet_leak`` or wait_for_pending_cleanups, + # because at this point we know we have an extra greenlet + # still reachable. + for _ in range(3): + time.sleep(0.001) + + # In the past, main greenlets, even from dead threads, never + # really appear dead. We have fixed that, and we also report + # that the thread is dead in the repr. (Do this multiple times + # to make sure that we don't self-modify and forget our state + # in the C++ code). + for _ in range(3): + self.assertTrue(t.main_glet.dead) + r = repr(t.main_glet) + self.assertEndsWith(r, ' (thread exited) dead>') + + def test_dead(self): + g = RawGreenlet(lambda: None) + g.switch() + self.assertEndsWith(repr(g), ' dead>') + self.assertNotIn('suspended', repr(g)) + self.assertNotIn('started', repr(g)) + self.assertNotIn('active', repr(g)) + + def test_formatting_produces_native_str(self): + # https://github.com/python-greenlet/greenlet/issues/218 + # %s formatting on Python 2 was producing unicode, not str. + + g_dead = RawGreenlet(lambda: None) + g_not_started = RawGreenlet(lambda: None) + g_cur = greenlet.getcurrent() + + for g in g_dead, g_not_started, g_cur: + + self.assertIsInstance( + '%s' % (g,), + str + ) + self.assertIsInstance( + '%r' % (g,), + str, + ) + + +class TestMainGreenlet(TestCase): + # Tests some implementation details, and relies on some + # implementation details. + + def _check_current_is_main(self): + # implementation detail + assert 'main' in repr(greenlet.getcurrent()) + + t = type(greenlet.getcurrent()) + assert 'main' not in repr(t) + return t + + def test_main_greenlet_type_can_be_subclassed(self): + main_type = self._check_current_is_main() + subclass = type('subclass', (main_type,), {}) + self.assertIsNotNone(subclass) + + def test_main_greenlet_is_greenlet(self): + self._check_current_is_main() + self.assertIsInstance(greenlet.getcurrent(), RawGreenlet) + + + +class TestBrokenGreenlets(TestCase): + # Tests for things that used to, or still do, terminate the interpreter. + # This often means doing unsavory things. + + def test_failed_to_initialstub(self): + def func(): + raise AssertionError("Never get here") + + + g = greenlet._greenlet.UnswitchableGreenlet(func) + g.force_switch_error = True + + with self.assertRaisesRegex(SystemError, + "Failed to switch stacks into a greenlet for the first time."): + g.switch() + + def test_failed_to_switch_into_running(self): + runs = [] + def func(): + runs.append(1) + greenlet.getcurrent().parent.switch() + runs.append(2) + greenlet.getcurrent().parent.switch() + runs.append(3) # pragma: no cover + + g = greenlet._greenlet.UnswitchableGreenlet(func) + g.switch() + self.assertEqual(runs, [1]) + g.switch() + self.assertEqual(runs, [1, 2]) + g.force_switch_error = True + + with self.assertRaisesRegex(SystemError, + "Failed to switch stacks into a running greenlet."): + g.switch() + + # If we stopped here, we would fail the leakcheck, because we've left + # the ``inner_bootstrap()`` C frame and its descendents hanging around, + # which have a bunch of Python references. They'll never get cleaned up + # if we don't let the greenlet finish. + g.force_switch_error = False + g.switch() + self.assertEqual(runs, [1, 2, 3]) + + def test_failed_to_slp_switch_into_running(self): + ex = self.assertScriptRaises('fail_slp_switch.py') + + self.assertIn('fail_slp_switch is running', ex.output) + self.assertIn(ex.returncode, self.get_expected_returncodes_for_aborted_process()) + + def test_reentrant_switch_two_greenlets(self): + # Before we started capturing the arguments in g_switch_finish, this could crash. + output = self.run_script('fail_switch_two_greenlets.py') + self.assertIn('In g1_run', output) + self.assertIn('TRACE', output) + self.assertIn('LEAVE TRACE', output) + self.assertIn('Falling off end of main', output) + self.assertIn('Falling off end of g1_run', output) + self.assertIn('Falling off end of g2', output) + + def test_reentrant_switch_three_greenlets(self): + # On debug builds of greenlet, this used to crash with an assertion error; + # on non-debug versions, it ran fine (which it should not do!). + # Now it always crashes correctly with a TypeError + ex = self.assertScriptRaises('fail_switch_three_greenlets.py', exitcodes=(1,)) + + self.assertIn('TypeError', ex.output) + self.assertIn('positional arguments', ex.output) + + def test_reentrant_switch_three_greenlets2(self): + # This actually passed on debug and non-debug builds. It + # should probably have been triggering some debug assertions + # but it didn't. + # + # I think the fixes for the above test also kicked in here. + output = self.run_script('fail_switch_three_greenlets2.py') + self.assertIn( + "RESULTS: [('trace', 'switch'), " + "('trace', 'switch'), ('g2 arg', 'g2 from tracefunc'), " + "('trace', 'switch'), ('main g1', 'from g2_run'), ('trace', 'switch'), " + "('g1 arg', 'g1 from main'), ('trace', 'switch'), ('main g2', 'from g1_run'), " + "('trace', 'switch'), ('g1 from parent', 'g1 from main 2'), ('trace', 'switch'), " + "('main g1.2', 'g1 done'), ('trace', 'switch'), ('g2 from parent', ()), " + "('trace', 'switch'), ('main g2.2', 'g2 done')]", + output + ) + + def test_reentrant_switch_GreenletAlreadyStartedInPython(self): + output = self.run_script('fail_initialstub_already_started.py') + + self.assertIn( + "RESULTS: ['Begin C', 'Switch to b from B.__getattribute__ in C', " + "('Begin B', ()), '_B_run switching to main', ('main from c', 'From B'), " + "'B.__getattribute__ back from main in C', ('Begin A', (None,)), " + "('A dead?', True, 'B dead?', True, 'C dead?', False), " + "'C done', ('main from c.2', None)]", + output + ) + + def test_reentrant_switch_run_callable_has_del(self): + output = self.run_script('fail_clearing_run_switches.py') + self.assertIn( + "RESULTS [" + "('G.__getattribute__', 'run'), ('RunCallable', '__del__'), " + "('main: g.switch()', 'from RunCallable'), ('run_func', 'enter')" + "]", + output + ) + +if __name__ == '__main__': + unittest.main() diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/test_greenlet_trash.py b/venv/lib/python3.8/site-packages/greenlet/tests/test_greenlet_trash.py new file mode 100644 index 000000000..c1fc1374c --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/tests/test_greenlet_trash.py @@ -0,0 +1,187 @@ +# -*- coding: utf-8 -*- +""" +Tests for greenlets interacting with the CPython trash can API. + +The CPython trash can API is not designed to be re-entered from a +single thread. But this can happen using greenlets, if something +during the object deallocation process switches greenlets, and this second +greenlet then causes the trash can to get entered again. Here, we do this +very explicitly, but in other cases (like gevent) it could be arbitrarily more +complicated: for example, a weakref callback might try to acquire a lock that's +already held by another greenlet; that would allow a greenlet switch to occur. + +See https://github.com/gevent/gevent/issues/1909 + +This test is fragile and relies on details of the CPython +implementation (like most of the rest of this package): + + - We enter the trashcan and deferred deallocation after + ``_PyTrash_UNWIND_LEVEL`` calls. This constant, defined in + CPython's object.c, is generally 50. That's basically how many objects are required to + get us into the deferred deallocation situation. + + - The test fails by hitting an ``assert()`` in object.c; if the + build didn't enable assert, then we don't catch this. + + - If the test fails in that way, the interpreter crashes. +""" +from __future__ import print_function, absolute_import, division + +import unittest + + +class TestTrashCanReEnter(unittest.TestCase): + + def test_it(self): + try: + # pylint:disable-next=no-name-in-module + from greenlet._greenlet import get_tstate_trash_delete_nesting # pylint:disable=unused-import + except ImportError: + import sys + # Python 3.13 has not "trash delete nesting" anymore (but "delete later") + assert sys.version_info[:2] >= (3, 13) + self.skipTest("get_tstate_trash_delete_nesting is not available.") + + # Try several times to trigger it, because it isn't 100% + # reliable. + for _ in range(10): + self.check_it() + + def check_it(self): # pylint:disable=too-many-statements + import greenlet + from greenlet._greenlet import get_tstate_trash_delete_nesting # pylint:disable=no-name-in-module + main = greenlet.getcurrent() + + assert get_tstate_trash_delete_nesting() == 0 + + # We expect to be in deferred deallocation after this many + # deallocations have occurred. TODO: I wish we had a better way to do + # this --- that was before get_tstate_trash_delete_nesting; perhaps + # we can use that API to do better? + TRASH_UNWIND_LEVEL = 50 + # How many objects to put in a container; it's the container that + # queues objects for deferred deallocation. + OBJECTS_PER_CONTAINER = 500 + + class Dealloc: # define the class here because we alter class variables each time we run. + """ + An object with a ``__del__`` method. When it starts getting deallocated + from a deferred trash can run, it switches greenlets, allocates more objects + which then also go in the trash can. If we don't save state appropriately, + nesting gets out of order and we can crash the interpreter. + """ + + #: Has our deallocation actually run and switched greenlets? + #: When it does, this will be set to the current greenlet. This should + #: be happening in the main greenlet, so we check that down below. + SPAWNED = False + + #: Has the background greenlet run? + BG_RAN = False + + BG_GLET = None + + #: How many of these things have ever been allocated. + CREATED = 0 + + #: How many of these things have ever been deallocated. + DESTROYED = 0 + + #: How many were destroyed not in the main greenlet. There should always + #: be some. + #: If the test is broken or things change in the trashcan implementation, + #: this may not be correct. + DESTROYED_BG = 0 + + def __init__(self, sequence_number): + """ + :param sequence_number: The ordinal of this object during + one particular creation run. This is used to detect (guess, really) + when we have entered the trash can's deferred deallocation. + """ + self.i = sequence_number + Dealloc.CREATED += 1 + + def __del__(self): + if self.i == TRASH_UNWIND_LEVEL and not self.SPAWNED: + Dealloc.SPAWNED = greenlet.getcurrent() + other = Dealloc.BG_GLET = greenlet.greenlet(background_greenlet) + x = other.switch() + assert x == 42 + # It's important that we don't switch back to the greenlet, + # we leave it hanging there in an incomplete state. But we don't let it + # get collected, either. If we complete it now, while we're still + # in the scope of the initial trash can, things work out and we + # don't see the problem. We need this greenlet to complete + # at some point in the future, after we've exited this trash can invocation. + del other + elif self.i == 40 and greenlet.getcurrent() is not main: + Dealloc.BG_RAN = True + try: + main.switch(42) + except greenlet.GreenletExit as ex: + # We expect this; all references to us go away + # while we're still running, and we need to finish deleting + # ourself. + Dealloc.BG_RAN = type(ex) + del ex + + # Record the fact that we're dead last of all. This ensures that + # we actually get returned too. + Dealloc.DESTROYED += 1 + if greenlet.getcurrent() is not main: + Dealloc.DESTROYED_BG += 1 + + + def background_greenlet(): + # We direct through a second function, instead of + # directly calling ``make_some()``, so that we have complete + # control over when these objects are destroyed: we need them + # to be destroyed in the context of the background greenlet + t = make_some() + del t # Triggere deletion. + + def make_some(): + t = () + i = OBJECTS_PER_CONTAINER + while i: + # Nest the tuples; it's the recursion that gets us + # into trash. + t = (Dealloc(i), t) + i -= 1 + return t + + + some = make_some() + self.assertEqual(Dealloc.CREATED, OBJECTS_PER_CONTAINER) + self.assertEqual(Dealloc.DESTROYED, 0) + + # If we're going to crash, it should be on the following line. + # We only crash if ``assert()`` is enabled, of course. + del some + + # For non-debug builds of CPython, we won't crash. The best we can do is check + # the nesting level explicitly. + self.assertEqual(0, get_tstate_trash_delete_nesting()) + + # Discard this, raising GreenletExit into where it is waiting. + Dealloc.BG_GLET = None + # The same nesting level maintains. + self.assertEqual(0, get_tstate_trash_delete_nesting()) + + # We definitely cleaned some up in the background + self.assertGreater(Dealloc.DESTROYED_BG, 0) + + # Make sure all the cleanups happened. + self.assertIs(Dealloc.SPAWNED, main) + self.assertTrue(Dealloc.BG_RAN) + self.assertEqual(Dealloc.BG_RAN, greenlet.GreenletExit) + self.assertEqual(Dealloc.CREATED, Dealloc.DESTROYED ) + self.assertEqual(Dealloc.CREATED, OBJECTS_PER_CONTAINER * 2) + + import gc + gc.collect() + + +if __name__ == '__main__': + unittest.main() diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/test_leaks.py b/venv/lib/python3.8/site-packages/greenlet/tests/test_leaks.py new file mode 100644 index 000000000..ed1fa7175 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/tests/test_leaks.py @@ -0,0 +1,443 @@ +# -*- coding: utf-8 -*- +""" +Testing scenarios that may have leaked. +""" +from __future__ import print_function, absolute_import, division + +import sys +import gc + +import time +import weakref +import threading + + +import greenlet +from . import TestCase +from .leakcheck import fails_leakcheck +from .leakcheck import ignores_leakcheck +from .leakcheck import RUNNING_ON_MANYLINUX + +# pylint:disable=protected-access + +assert greenlet.GREENLET_USE_GC # Option to disable this was removed in 1.0 + +class HasFinalizerTracksInstances(object): + EXTANT_INSTANCES = set() + def __init__(self, msg): + self.msg = sys.intern(msg) + self.EXTANT_INSTANCES.add(id(self)) + def __del__(self): + self.EXTANT_INSTANCES.remove(id(self)) + def __repr__(self): + return "" % ( + id(self), self.msg + ) + @classmethod + def reset(cls): + cls.EXTANT_INSTANCES.clear() + + +class TestLeaks(TestCase): + + def test_arg_refs(self): + args = ('a', 'b', 'c') + refcount_before = sys.getrefcount(args) + # pylint:disable=unnecessary-lambda + g = greenlet.greenlet( + lambda *args: greenlet.getcurrent().parent.switch(*args)) + for _ in range(100): + g.switch(*args) + self.assertEqual(sys.getrefcount(args), refcount_before) + + def test_kwarg_refs(self): + kwargs = {} + # pylint:disable=unnecessary-lambda + g = greenlet.greenlet( + lambda **kwargs: greenlet.getcurrent().parent.switch(**kwargs)) + for _ in range(100): + g.switch(**kwargs) + self.assertEqual(sys.getrefcount(kwargs), 2) + + + @staticmethod + def __recycle_threads(): + # By introducing a thread that does sleep we allow other threads, + # that have triggered their __block condition, but did not have a + # chance to deallocate their thread state yet, to finally do so. + # The way it works is by requiring a GIL switch (different thread), + # which does a GIL release (sleep), which might do a GIL switch + # to finished threads and allow them to clean up. + def worker(): + time.sleep(0.001) + t = threading.Thread(target=worker) + t.start() + time.sleep(0.001) + t.join(10) + + def test_threaded_leak(self): + gg = [] + def worker(): + # only main greenlet present + gg.append(weakref.ref(greenlet.getcurrent())) + for _ in range(2): + t = threading.Thread(target=worker) + t.start() + t.join(10) + del t + greenlet.getcurrent() # update ts_current + self.__recycle_threads() + greenlet.getcurrent() # update ts_current + gc.collect() + greenlet.getcurrent() # update ts_current + for g in gg: + self.assertIsNone(g()) + + def test_threaded_adv_leak(self): + gg = [] + def worker(): + # main and additional *finished* greenlets + ll = greenlet.getcurrent().ll = [] + def additional(): + ll.append(greenlet.getcurrent()) + for _ in range(2): + greenlet.greenlet(additional).switch() + gg.append(weakref.ref(greenlet.getcurrent())) + for _ in range(2): + t = threading.Thread(target=worker) + t.start() + t.join(10) + del t + greenlet.getcurrent() # update ts_current + self.__recycle_threads() + greenlet.getcurrent() # update ts_current + gc.collect() + greenlet.getcurrent() # update ts_current + for g in gg: + self.assertIsNone(g()) + + def assertClocksUsed(self): + used = greenlet._greenlet.get_clocks_used_doing_optional_cleanup() + self.assertGreaterEqual(used, 0) + # we don't lose the value + greenlet._greenlet.enable_optional_cleanup(True) + used2 = greenlet._greenlet.get_clocks_used_doing_optional_cleanup() + self.assertEqual(used, used2) + self.assertGreater(greenlet._greenlet.CLOCKS_PER_SEC, 1) + + def _check_issue251(self, + manually_collect_background=True, + explicit_reference_to_switch=False): + # See https://github.com/python-greenlet/greenlet/issues/251 + # Killing a greenlet (probably not the main one) + # in one thread from another thread would + # result in leaking a list (the ts_delkey list). + # We no longer use lists to hold that stuff, though. + + # For the test to be valid, even empty lists have to be tracked by the + # GC + + assert gc.is_tracked([]) + HasFinalizerTracksInstances.reset() + greenlet.getcurrent() + greenlets_before = self.count_objects(greenlet.greenlet, exact_kind=False) + + background_glet_running = threading.Event() + background_glet_killed = threading.Event() + background_greenlets = [] + + # XXX: Switching this to a greenlet subclass that overrides + # run results in all callers failing the leaktest; that + # greenlet instance is leaked. There's a bound method for + # run() living on the stack of the greenlet in g_initialstub, + # and since we don't manually switch back to the background + # greenlet to let it "fall off the end" and exit the + # g_initialstub function, it never gets cleaned up. Making the + # garbage collector aware of this bound method (making it an + # attribute of the greenlet structure and traversing into it) + # doesn't help, for some reason. + def background_greenlet(): + # Throw control back to the main greenlet. + jd = HasFinalizerTracksInstances("DELETING STACK OBJECT") + greenlet._greenlet.set_thread_local( + 'test_leaks_key', + HasFinalizerTracksInstances("DELETING THREAD STATE")) + # Explicitly keeping 'switch' in a local variable + # breaks this test in all versions + if explicit_reference_to_switch: + s = greenlet.getcurrent().parent.switch + s([jd]) + else: + greenlet.getcurrent().parent.switch([jd]) + + bg_main_wrefs = [] + + def background_thread(): + glet = greenlet.greenlet(background_greenlet) + bg_main_wrefs.append(weakref.ref(glet.parent)) + + background_greenlets.append(glet) + glet.switch() # Be sure it's active. + # Control is ours again. + del glet # Delete one reference from the thread it runs in. + background_glet_running.set() + background_glet_killed.wait(10) + + # To trigger the background collection of the dead + # greenlet, thus clearing out the contents of the list, we + # need to run some APIs. See issue 252. + if manually_collect_background: + greenlet.getcurrent() + + + t = threading.Thread(target=background_thread) + t.start() + background_glet_running.wait(10) + greenlet.getcurrent() + lists_before = self.count_objects(list, exact_kind=True) + + assert len(background_greenlets) == 1 + self.assertFalse(background_greenlets[0].dead) + # Delete the last reference to the background greenlet + # from a different thread. This puts it in the background thread's + # ts_delkey list. + del background_greenlets[:] + background_glet_killed.set() + + # Now wait for the background thread to die. + t.join(10) + del t + # As part of the fix for 252, we need to cycle the ceval.c + # interpreter loop to be sure it has had a chance to process + # the pending call. + self.wait_for_pending_cleanups() + + lists_after = self.count_objects(list, exact_kind=True) + greenlets_after = self.count_objects(greenlet.greenlet, exact_kind=False) + + # On 2.7, we observe that lists_after is smaller than + # lists_before. No idea what lists got cleaned up. All the + # Python 3 versions match exactly. + self.assertLessEqual(lists_after, lists_before) + # On versions after 3.6, we've successfully cleaned up the + # greenlet references thanks to the internal "vectorcall" + # protocol; prior to that, there is a reference path through + # the ``greenlet.switch`` method still on the stack that we + # can't reach to clean up. The C code goes through terrific + # lengths to clean that up. + if not explicit_reference_to_switch \ + and greenlet._greenlet.get_clocks_used_doing_optional_cleanup() is not None: + # If cleanup was disabled, though, we may not find it. + self.assertEqual(greenlets_after, greenlets_before) + if manually_collect_background: + # TODO: Figure out how to make this work! + # The one on the stack is still leaking somehow + # in the non-manually-collect state. + self.assertEqual(HasFinalizerTracksInstances.EXTANT_INSTANCES, set()) + else: + # The explicit reference prevents us from collecting it + # and it isn't always found by the GC either for some + # reason. The entire frame is leaked somehow, on some + # platforms (e.g., MacPorts builds of Python (all + # versions!)), but not on other platforms (the linux and + # windows builds on GitHub actions and Appveyor). So we'd + # like to write a test that proves that the main greenlet + # sticks around, and we can on my machine (macOS 11.6, + # MacPorts builds of everything) but we can't write that + # same test on other platforms. However, hopefully iteration + # done by leakcheck will find it. + pass + + if greenlet._greenlet.get_clocks_used_doing_optional_cleanup() is not None: + self.assertClocksUsed() + + def test_issue251_killing_cross_thread_leaks_list(self): + self._check_issue251() + + def test_issue251_with_cleanup_disabled(self): + greenlet._greenlet.enable_optional_cleanup(False) + try: + self._check_issue251() + finally: + greenlet._greenlet.enable_optional_cleanup(True) + + @fails_leakcheck + def test_issue251_issue252_need_to_collect_in_background(self): + # Between greenlet 1.1.2 and the next version, this was still + # failing because the leak of the list still exists when we + # don't call a greenlet API before exiting the thread. The + # proximate cause is that neither of the two greenlets from + # the background thread are actually being destroyed, even + # though the GC is in fact visiting both objects. It's not + # clear where that leak is? For some reason the thread-local + # dict holding it isn't being cleaned up. + # + # The leak, I think, is in the CPYthon internal function that + # calls into green_switch(). The argument tuple is still on + # the C stack somewhere and can't be reached? That doesn't + # make sense, because the tuple should be collectable when + # this object goes away. + # + # Note that this test sometimes spuriously passes on Linux, + # for some reason, but I've never seen it pass on macOS. + self._check_issue251(manually_collect_background=False) + + @fails_leakcheck + def test_issue251_issue252_need_to_collect_in_background_cleanup_disabled(self): + self.expect_greenlet_leak = True + greenlet._greenlet.enable_optional_cleanup(False) + try: + self._check_issue251(manually_collect_background=False) + finally: + greenlet._greenlet.enable_optional_cleanup(True) + + @fails_leakcheck + def test_issue251_issue252_explicit_reference_not_collectable(self): + self._check_issue251( + manually_collect_background=False, + explicit_reference_to_switch=True) + + UNTRACK_ATTEMPTS = 100 + + def _only_test_some_versions(self): + # We're only looking for this problem specifically on 3.11, + # and this set of tests is relatively fragile, depending on + # OS and memory management details. So we want to run it on 3.11+ + # (obviously) but not every older 3.x version in order to reduce + # false negatives. At the moment, those false results seem to have + # resolved, so we are actually running this on 3.8+ + assert sys.version_info[0] >= 3 + if sys.version_info[:2] < (3, 8): + self.skipTest('Only observed on 3.11') + if RUNNING_ON_MANYLINUX: + self.skipTest("Slow and not worth repeating here") + + @ignores_leakcheck + # Because we're just trying to track raw memory, not objects, and running + # the leakcheck makes an already slow test slower. + def test_untracked_memory_doesnt_increase(self): + # See https://github.com/gevent/gevent/issues/1924 + # and https://github.com/python-greenlet/greenlet/issues/328 + self._only_test_some_versions() + def f(): + return 1 + + ITER = 10000 + def run_it(): + for _ in range(ITER): + greenlet.greenlet(f).switch() + + # Establish baseline + for _ in range(3): + run_it() + + # uss: (Linux, macOS, Windows): aka "Unique Set Size", this is + # the memory which is unique to a process and which would be + # freed if the process was terminated right now. + uss_before = self.get_process_uss() + + for count in range(self.UNTRACK_ATTEMPTS): + uss_before = max(uss_before, self.get_process_uss()) + run_it() + + uss_after = self.get_process_uss() + if uss_after <= uss_before and count > 1: + break + + self.assertLessEqual(uss_after, uss_before) + + def _check_untracked_memory_thread(self, deallocate_in_thread=True): + self._only_test_some_versions() + # Like the above test, but what if there are a bunch of + # unfinished greenlets in a thread that dies? + # Does it matter if we deallocate in the thread or not? + EXIT_COUNT = [0] + + def f(): + try: + greenlet.getcurrent().parent.switch() + except greenlet.GreenletExit: + EXIT_COUNT[0] += 1 + raise + return 1 + + ITER = 10000 + def run_it(): + glets = [] + for _ in range(ITER): + # Greenlet starts, switches back to us. + # We keep a strong reference to the greenlet though so it doesn't + # get a GreenletExit exception. + g = greenlet.greenlet(f) + glets.append(g) + g.switch() + + return glets + + test = self + + class ThreadFunc: + uss_before = uss_after = 0 + glets = () + ITER = 2 + def __call__(self): + self.uss_before = test.get_process_uss() + + for _ in range(self.ITER): + self.glets += tuple(run_it()) + + for g in self.glets: + test.assertIn('suspended active', str(g)) + # Drop them. + if deallocate_in_thread: + self.glets = () + self.uss_after = test.get_process_uss() + + # Establish baseline + uss_before = uss_after = None + for count in range(self.UNTRACK_ATTEMPTS): + EXIT_COUNT[0] = 0 + thread_func = ThreadFunc() + t = threading.Thread(target=thread_func) + t.start() + t.join(30) + self.assertFalse(t.is_alive()) + + if uss_before is None: + uss_before = thread_func.uss_before + + uss_before = max(uss_before, thread_func.uss_before) + if deallocate_in_thread: + self.assertEqual(thread_func.glets, ()) + self.assertEqual(EXIT_COUNT[0], ITER * thread_func.ITER) + + del thread_func # Deallocate the greenlets; but this won't raise into them + del t + if not deallocate_in_thread: + self.assertEqual(EXIT_COUNT[0], 0) + if deallocate_in_thread: + self.wait_for_pending_cleanups() + + uss_after = self.get_process_uss() + # See if we achieve a non-growth state at some point. Break when we do. + if uss_after <= uss_before and count > 1: + break + + self.wait_for_pending_cleanups() + uss_after = self.get_process_uss() + self.assertLessEqual(uss_after, uss_before, "after attempts %d" % (count,)) + + @ignores_leakcheck + # Because we're just trying to track raw memory, not objects, and running + # the leakcheck makes an already slow test slower. + def test_untracked_memory_doesnt_increase_unfinished_thread_dealloc_in_thread(self): + self._check_untracked_memory_thread(deallocate_in_thread=True) + + @ignores_leakcheck + # Because the main greenlets from the background threads do not exit in a timely fashion, + # we fail the object-based leakchecks. + def test_untracked_memory_doesnt_increase_unfinished_thread_dealloc_in_main(self): + self._check_untracked_memory_thread(deallocate_in_thread=False) + +if __name__ == '__main__': + __import__('unittest').main() diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/test_stack_saved.py b/venv/lib/python3.8/site-packages/greenlet/tests/test_stack_saved.py new file mode 100644 index 000000000..b362bf95a --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/tests/test_stack_saved.py @@ -0,0 +1,19 @@ +import greenlet +from . import TestCase + + +class Test(TestCase): + + def test_stack_saved(self): + main = greenlet.getcurrent() + self.assertEqual(main._stack_saved, 0) + + def func(): + main.switch(main._stack_saved) + + g = greenlet.greenlet(func) + x = g.switch() + self.assertGreater(x, 0) + self.assertGreater(g._stack_saved, 0) + g.switch() + self.assertEqual(g._stack_saved, 0) diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/test_throw.py b/venv/lib/python3.8/site-packages/greenlet/tests/test_throw.py new file mode 100644 index 000000000..f4f9a1402 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/tests/test_throw.py @@ -0,0 +1,128 @@ +import sys + + +from greenlet import greenlet +from . import TestCase + +def switch(*args): + return greenlet.getcurrent().parent.switch(*args) + + +class ThrowTests(TestCase): + def test_class(self): + def f(): + try: + switch("ok") + except RuntimeError: + switch("ok") + return + switch("fail") + g = greenlet(f) + res = g.switch() + self.assertEqual(res, "ok") + res = g.throw(RuntimeError) + self.assertEqual(res, "ok") + + def test_val(self): + def f(): + try: + switch("ok") + except RuntimeError: + val = sys.exc_info()[1] + if str(val) == "ciao": + switch("ok") + return + switch("fail") + + g = greenlet(f) + res = g.switch() + self.assertEqual(res, "ok") + res = g.throw(RuntimeError("ciao")) + self.assertEqual(res, "ok") + + g = greenlet(f) + res = g.switch() + self.assertEqual(res, "ok") + res = g.throw(RuntimeError, "ciao") + self.assertEqual(res, "ok") + + def test_kill(self): + def f(): + switch("ok") + switch("fail") + g = greenlet(f) + res = g.switch() + self.assertEqual(res, "ok") + res = g.throw() + self.assertTrue(isinstance(res, greenlet.GreenletExit)) + self.assertTrue(g.dead) + res = g.throw() # immediately eaten by the already-dead greenlet + self.assertTrue(isinstance(res, greenlet.GreenletExit)) + + def test_throw_goes_to_original_parent(self): + main = greenlet.getcurrent() + + def f1(): + try: + main.switch("f1 ready to catch") + except IndexError: + return "caught" + return "normal exit" + + def f2(): + main.switch("from f2") + + g1 = greenlet(f1) + g2 = greenlet(f2, parent=g1) + with self.assertRaises(IndexError): + g2.throw(IndexError) + self.assertTrue(g2.dead) + self.assertTrue(g1.dead) + + g1 = greenlet(f1) + g2 = greenlet(f2, parent=g1) + res = g1.switch() + self.assertEqual(res, "f1 ready to catch") + res = g2.throw(IndexError) + self.assertEqual(res, "caught") + self.assertTrue(g2.dead) + self.assertTrue(g1.dead) + + g1 = greenlet(f1) + g2 = greenlet(f2, parent=g1) + res = g1.switch() + self.assertEqual(res, "f1 ready to catch") + res = g2.switch() + self.assertEqual(res, "from f2") + res = g2.throw(IndexError) + self.assertEqual(res, "caught") + self.assertTrue(g2.dead) + self.assertTrue(g1.dead) + + def test_non_traceback_param(self): + with self.assertRaises(TypeError) as exc: + greenlet.getcurrent().throw( + Exception, + Exception(), + self + ) + self.assertEqual(str(exc.exception), + "throw() third argument must be a traceback object") + + def test_instance_of_wrong_type(self): + with self.assertRaises(TypeError) as exc: + greenlet.getcurrent().throw( + Exception(), + BaseException() + ) + + self.assertEqual(str(exc.exception), + "instance exception may not have a separate value") + + def test_not_throwable(self): + with self.assertRaises(TypeError) as exc: + greenlet.getcurrent().throw( + "abc" + ) + self.assertEqual(str(exc.exception), + "exceptions must be classes, or instances, not str") diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/test_tracing.py b/venv/lib/python3.8/site-packages/greenlet/tests/test_tracing.py new file mode 100644 index 000000000..c044d4b64 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/tests/test_tracing.py @@ -0,0 +1,291 @@ +from __future__ import print_function +import sys +import greenlet +import unittest + +from . import TestCase +from . import PY312 + +# https://discuss.python.org/t/cpython-3-12-greenlet-and-tracing-profiling-how-to-not-crash-and-get-correct-results/33144/2 +DEBUG_BUILD_PY312 = ( + PY312 and hasattr(sys, 'gettotalrefcount'), + "Broken on debug builds of Python 3.12" +) + +class SomeError(Exception): + pass + +class GreenletTracer(object): + oldtrace = None + + def __init__(self, error_on_trace=False): + self.actions = [] + self.error_on_trace = error_on_trace + + def __call__(self, *args): + self.actions.append(args) + if self.error_on_trace: + raise SomeError + + def __enter__(self): + self.oldtrace = greenlet.settrace(self) + return self.actions + + def __exit__(self, *args): + greenlet.settrace(self.oldtrace) + + +class TestGreenletTracing(TestCase): + """ + Tests of ``greenlet.settrace()`` + """ + + def test_a_greenlet_tracing(self): + main = greenlet.getcurrent() + def dummy(): + pass + def dummyexc(): + raise SomeError() + + with GreenletTracer() as actions: + g1 = greenlet.greenlet(dummy) + g1.switch() + g2 = greenlet.greenlet(dummyexc) + self.assertRaises(SomeError, g2.switch) + + self.assertEqual(actions, [ + ('switch', (main, g1)), + ('switch', (g1, main)), + ('switch', (main, g2)), + ('throw', (g2, main)), + ]) + + def test_b_exception_disables_tracing(self): + main = greenlet.getcurrent() + def dummy(): + main.switch() + g = greenlet.greenlet(dummy) + g.switch() + with GreenletTracer(error_on_trace=True) as actions: + self.assertRaises(SomeError, g.switch) + self.assertEqual(greenlet.gettrace(), None) + + self.assertEqual(actions, [ + ('switch', (main, g)), + ]) + + def test_set_same_tracer_twice(self): + # https://github.com/python-greenlet/greenlet/issues/332 + # Our logic in asserting that the tracefunction should + # gain a reference was incorrect if the same tracefunction was set + # twice. + tracer = GreenletTracer() + with tracer: + greenlet.settrace(tracer) + + +class PythonTracer(object): + oldtrace = None + + def __init__(self): + self.actions = [] + + def __call__(self, frame, event, arg): + # Record the co_name so we have an idea what function we're in. + self.actions.append((event, frame.f_code.co_name)) + + def __enter__(self): + self.oldtrace = sys.setprofile(self) + return self.actions + + def __exit__(self, *args): + sys.setprofile(self.oldtrace) + +def tpt_callback(): + return 42 + +class TestPythonTracing(TestCase): + """ + Tests of the interaction of ``sys.settrace()`` + with greenlet facilities. + + NOTE: Most of this is probably CPython specific. + """ + + maxDiff = None + + def test_trace_events_trivial(self): + with PythonTracer() as actions: + tpt_callback() + # If we use the sys.settrace instead of setprofile, we get + # this: + + # self.assertEqual(actions, [ + # ('call', 'tpt_callback'), + # ('call', '__exit__'), + # ]) + + self.assertEqual(actions, [ + ('return', '__enter__'), + ('call', 'tpt_callback'), + ('return', 'tpt_callback'), + ('call', '__exit__'), + ('c_call', '__exit__'), + ]) + + def _trace_switch(self, glet): + with PythonTracer() as actions: + glet.switch() + return actions + + def _check_trace_events_func_already_set(self, glet): + actions = self._trace_switch(glet) + self.assertEqual(actions, [ + ('return', '__enter__'), + ('c_call', '_trace_switch'), + ('call', 'run'), + ('call', 'tpt_callback'), + ('return', 'tpt_callback'), + ('return', 'run'), + ('c_return', '_trace_switch'), + ('call', '__exit__'), + ('c_call', '__exit__'), + ]) + + def test_trace_events_into_greenlet_func_already_set(self): + def run(): + return tpt_callback() + + self._check_trace_events_func_already_set(greenlet.greenlet(run)) + + def test_trace_events_into_greenlet_subclass_already_set(self): + class X(greenlet.greenlet): + def run(self): + return tpt_callback() + self._check_trace_events_func_already_set(X()) + + def _check_trace_events_from_greenlet_sets_profiler(self, g, tracer): + g.switch() + tpt_callback() + tracer.__exit__() + self.assertEqual(tracer.actions, [ + ('return', '__enter__'), + ('call', 'tpt_callback'), + ('return', 'tpt_callback'), + ('return', 'run'), + ('call', 'tpt_callback'), + ('return', 'tpt_callback'), + ('call', '__exit__'), + ('c_call', '__exit__'), + ]) + + + def test_trace_events_from_greenlet_func_sets_profiler(self): + tracer = PythonTracer() + def run(): + tracer.__enter__() + return tpt_callback() + + self._check_trace_events_from_greenlet_sets_profiler(greenlet.greenlet(run), + tracer) + + def test_trace_events_from_greenlet_subclass_sets_profiler(self): + tracer = PythonTracer() + class X(greenlet.greenlet): + def run(self): + tracer.__enter__() + return tpt_callback() + + self._check_trace_events_from_greenlet_sets_profiler(X(), tracer) + + @unittest.skipIf(*DEBUG_BUILD_PY312) + def test_trace_events_multiple_greenlets_switching(self): + tracer = PythonTracer() + + g1 = None + g2 = None + + def g1_run(): + tracer.__enter__() + tpt_callback() + g2.switch() + tpt_callback() + return 42 + + def g2_run(): + tpt_callback() + tracer.__exit__() + tpt_callback() + g1.switch() + + g1 = greenlet.greenlet(g1_run) + g2 = greenlet.greenlet(g2_run) + + x = g1.switch() + self.assertEqual(x, 42) + tpt_callback() # ensure not in the trace + self.assertEqual(tracer.actions, [ + ('return', '__enter__'), + ('call', 'tpt_callback'), + ('return', 'tpt_callback'), + ('c_call', 'g1_run'), + ('call', 'g2_run'), + ('call', 'tpt_callback'), + ('return', 'tpt_callback'), + ('call', '__exit__'), + ('c_call', '__exit__'), + ]) + + @unittest.skipIf(*DEBUG_BUILD_PY312) + def test_trace_events_multiple_greenlets_switching_siblings(self): + # Like the first version, but get both greenlets running first + # as "siblings" and then establish the tracing. + tracer = PythonTracer() + + g1 = None + g2 = None + + def g1_run(): + greenlet.getcurrent().parent.switch() + tracer.__enter__() + tpt_callback() + g2.switch() + tpt_callback() + return 42 + + def g2_run(): + greenlet.getcurrent().parent.switch() + + tpt_callback() + tracer.__exit__() + tpt_callback() + g1.switch() + + g1 = greenlet.greenlet(g1_run) + g2 = greenlet.greenlet(g2_run) + + # Start g1 + g1.switch() + # And it immediately returns control to us. + # Start g2 + g2.switch() + # Which also returns. Now kick of the real part of the + # test. + x = g1.switch() + self.assertEqual(x, 42) + + tpt_callback() # ensure not in the trace + self.assertEqual(tracer.actions, [ + ('return', '__enter__'), + ('call', 'tpt_callback'), + ('return', 'tpt_callback'), + ('c_call', 'g1_run'), + ('call', 'tpt_callback'), + ('return', 'tpt_callback'), + ('call', '__exit__'), + ('c_call', '__exit__'), + ]) + + +if __name__ == '__main__': + unittest.main() diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/test_version.py b/venv/lib/python3.8/site-packages/greenlet/tests/test_version.py new file mode 100644 index 000000000..96c17cf17 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/tests/test_version.py @@ -0,0 +1,41 @@ +#! /usr/bin/env python +from __future__ import absolute_import +from __future__ import print_function + +import sys +import os +from unittest import TestCase as NonLeakingTestCase + +import greenlet + +# No reason to run this multiple times under leakchecks, +# it doesn't do anything. +class VersionTests(NonLeakingTestCase): + def test_version(self): + def find_dominating_file(name): + if os.path.exists(name): + return name + + tried = [] + here = os.path.abspath(os.path.dirname(__file__)) + for i in range(10): + up = ['..'] * i + path = [here] + up + [name] + fname = os.path.join(*path) + fname = os.path.abspath(fname) + tried.append(fname) + if os.path.exists(fname): + return fname + raise AssertionError("Could not find file " + name + "; checked " + str(tried)) + + try: + setup_py = find_dominating_file('setup.py') + except AssertionError as e: + self.skipTest("Unable to find setup.py; must be out of tree. " + str(e)) + + + invoke_setup = "%s %s --version" % (sys.executable, setup_py) + with os.popen(invoke_setup) as f: + sversion = f.read().strip() + + self.assertEqual(sversion, greenlet.__version__) diff --git a/venv/lib/python3.8/site-packages/greenlet/tests/test_weakref.py b/venv/lib/python3.8/site-packages/greenlet/tests/test_weakref.py new file mode 100644 index 000000000..05a38a7f1 --- /dev/null +++ b/venv/lib/python3.8/site-packages/greenlet/tests/test_weakref.py @@ -0,0 +1,35 @@ +import gc +import weakref + + +import greenlet +from . import TestCase + +class WeakRefTests(TestCase): + def test_dead_weakref(self): + def _dead_greenlet(): + g = greenlet.greenlet(lambda: None) + g.switch() + return g + o = weakref.ref(_dead_greenlet()) + gc.collect() + self.assertEqual(o(), None) + + def test_inactive_weakref(self): + o = weakref.ref(greenlet.greenlet()) + gc.collect() + self.assertEqual(o(), None) + + def test_dealloc_weakref(self): + seen = [] + def worker(): + try: + greenlet.getcurrent().parent.switch() + finally: + seen.append(g()) + g = greenlet.greenlet(worker) + g.switch() + g2 = greenlet.greenlet(lambda: None, g) + g = weakref.ref(g2) + g2 = None + self.assertEqual(seen, [None]) diff --git a/venv/lib/python3.8/site-packages/importlib_metadata-8.5.0.dist-info/INSTALLER b/venv/lib/python3.8/site-packages/importlib_metadata-8.5.0.dist-info/INSTALLER new file mode 100644 index 000000000..a1b589e38 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_metadata-8.5.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.8/site-packages/importlib_metadata-8.5.0.dist-info/LICENSE b/venv/lib/python3.8/site-packages/importlib_metadata-8.5.0.dist-info/LICENSE new file mode 100644 index 000000000..d64569567 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_metadata-8.5.0.dist-info/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/venv/lib/python3.8/site-packages/importlib_metadata-8.5.0.dist-info/METADATA b/venv/lib/python3.8/site-packages/importlib_metadata-8.5.0.dist-info/METADATA new file mode 100644 index 000000000..6b35667b8 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_metadata-8.5.0.dist-info/METADATA @@ -0,0 +1,133 @@ +Metadata-Version: 2.1 +Name: importlib_metadata +Version: 8.5.0 +Summary: Read metadata from Python packages +Author-email: "Jason R. Coombs" +Project-URL: Source, https://github.com/python/importlib_metadata +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: Apache Software License +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +License-File: LICENSE +Requires-Dist: zipp >=3.20 +Requires-Dist: typing-extensions >=3.6.4 ; python_version < "3.8" +Provides-Extra: check +Requires-Dist: pytest-checkdocs >=2.4 ; extra == 'check' +Requires-Dist: pytest-ruff >=0.2.1 ; (sys_platform != "cygwin") and extra == 'check' +Provides-Extra: cover +Requires-Dist: pytest-cov ; extra == 'cover' +Provides-Extra: doc +Requires-Dist: sphinx >=3.5 ; extra == 'doc' +Requires-Dist: jaraco.packaging >=9.3 ; extra == 'doc' +Requires-Dist: rst.linker >=1.9 ; extra == 'doc' +Requires-Dist: furo ; extra == 'doc' +Requires-Dist: sphinx-lint ; extra == 'doc' +Requires-Dist: jaraco.tidelift >=1.4 ; extra == 'doc' +Provides-Extra: enabler +Requires-Dist: pytest-enabler >=2.2 ; extra == 'enabler' +Provides-Extra: perf +Requires-Dist: ipython ; extra == 'perf' +Provides-Extra: test +Requires-Dist: pytest !=8.1.*,>=6 ; extra == 'test' +Requires-Dist: packaging ; extra == 'test' +Requires-Dist: pyfakefs ; extra == 'test' +Requires-Dist: flufl.flake8 ; extra == 'test' +Requires-Dist: pytest-perf >=0.9.2 ; extra == 'test' +Requires-Dist: jaraco.test >=5.4 ; extra == 'test' +Requires-Dist: importlib-resources >=1.3 ; (python_version < "3.9") and extra == 'test' +Provides-Extra: type +Requires-Dist: pytest-mypy ; extra == 'type' + +.. image:: https://img.shields.io/pypi/v/importlib_metadata.svg + :target: https://pypi.org/project/importlib_metadata + +.. image:: https://img.shields.io/pypi/pyversions/importlib_metadata.svg + +.. image:: https://github.com/python/importlib_metadata/actions/workflows/main.yml/badge.svg + :target: https://github.com/python/importlib_metadata/actions?query=workflow%3A%22tests%22 + :alt: tests + +.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json + :target: https://github.com/astral-sh/ruff + :alt: Ruff + +.. image:: https://readthedocs.org/projects/importlib-metadata/badge/?version=latest + :target: https://importlib-metadata.readthedocs.io/en/latest/?badge=latest + +.. image:: https://img.shields.io/badge/skeleton-2024-informational + :target: https://blog.jaraco.com/skeleton + +.. image:: https://tidelift.com/badges/package/pypi/importlib-metadata + :target: https://tidelift.com/subscription/pkg/pypi-importlib-metadata?utm_source=pypi-importlib-metadata&utm_medium=readme + +Library to access the metadata for a Python package. + +This package supplies third-party access to the functionality of +`importlib.metadata `_ +including improvements added to subsequent Python versions. + + +Compatibility +============= + +New features are introduced in this third-party library and later merged +into CPython. The following table indicates which versions of this library +were contributed to different versions in the standard library: + +.. list-table:: + :header-rows: 1 + + * - importlib_metadata + - stdlib + * - 7.0 + - 3.13 + * - 6.5 + - 3.12 + * - 4.13 + - 3.11 + * - 4.6 + - 3.10 + * - 1.4 + - 3.8 + + +Usage +===== + +See the `online documentation `_ +for usage details. + +`Finder authors +`_ can +also add support for custom package installers. See the above documentation +for details. + + +Caveats +======= + +This project primarily supports third-party packages installed by PyPA +tools (or other conforming packages). It does not support: + +- Packages in the stdlib. +- Packages installed without metadata. + +Project details +=============== + + * Project home: https://github.com/python/importlib_metadata + * Report bugs at: https://github.com/python/importlib_metadata/issues + * Code hosting: https://github.com/python/importlib_metadata + * Documentation: https://importlib-metadata.readthedocs.io/ + +For Enterprise +============== + +Available as part of the Tidelift Subscription. + +This project 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 `_. diff --git a/venv/lib/python3.8/site-packages/importlib_metadata-8.5.0.dist-info/RECORD b/venv/lib/python3.8/site-packages/importlib_metadata-8.5.0.dist-info/RECORD new file mode 100644 index 000000000..832f9623f --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_metadata-8.5.0.dist-info/RECORD @@ -0,0 +1,31 @@ +importlib_metadata-8.5.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +importlib_metadata-8.5.0.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358 +importlib_metadata-8.5.0.dist-info/METADATA,sha256=HXikDpZut4rY2D4ZuhAxXnLUDb-f_XP_Cyp9iYmF4G0,4775 +importlib_metadata-8.5.0.dist-info/RECORD,, +importlib_metadata-8.5.0.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91 +importlib_metadata-8.5.0.dist-info/top_level.txt,sha256=CO3fD9yylANiXkrMo4qHLV_mqXL2sC5JFKgt1yWAT-A,19 +importlib_metadata/__init__.py,sha256=-Sk7aVqfmzLecdjSOpLKo1P_PegQanR__HsMMyEq0PI,35853 +importlib_metadata/__pycache__/__init__.cpython-38.pyc,, +importlib_metadata/__pycache__/_adapters.cpython-38.pyc,, +importlib_metadata/__pycache__/_collections.cpython-38.pyc,, +importlib_metadata/__pycache__/_compat.cpython-38.pyc,, +importlib_metadata/__pycache__/_functools.cpython-38.pyc,, +importlib_metadata/__pycache__/_itertools.cpython-38.pyc,, +importlib_metadata/__pycache__/_meta.cpython-38.pyc,, +importlib_metadata/__pycache__/_text.cpython-38.pyc,, +importlib_metadata/__pycache__/diagnose.cpython-38.pyc,, +importlib_metadata/_adapters.py,sha256=wdyNWoVblu1r4z8v4t6iQEyjnqAujEyqWAp9wTCVluI,2317 +importlib_metadata/_collections.py,sha256=CJ0OTCHIjWA0ZIVS4voORAsn2R4R2cQBEtPsZEJpASY,743 +importlib_metadata/_compat.py,sha256=VC5ZDLlT-BcshauCShdFJvMNLntJJfZzNK1meGa-enw,1313 +importlib_metadata/_functools.py,sha256=bSbAqC9-2niWM9364FYBx9GWtetnJEfo4mdLv8uMl7c,2895 +importlib_metadata/_itertools.py,sha256=nMvp9SfHAQ_JYwK4L2i64lr3GRXGlYlikGTVzWbys_E,5351 +importlib_metadata/_meta.py,sha256=JzuqMG4za5MoaBPCPv61c26fUBdQPZ4by3pbaQA_E_o,1823 +importlib_metadata/_text.py,sha256=HCsFksZpJLeTP3NEk_ngrAeXVRRtTrtyh9eOABoRP4A,2166 +importlib_metadata/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +importlib_metadata/compat/__pycache__/__init__.cpython-38.pyc,, +importlib_metadata/compat/__pycache__/py311.cpython-38.pyc,, +importlib_metadata/compat/__pycache__/py39.cpython-38.pyc,, +importlib_metadata/compat/py311.py,sha256=uqm-K-uohyj1042TH4a9Er_I5o7667DvulcD-gC_fSA,608 +importlib_metadata/compat/py39.py,sha256=cPkMv6-0ilK-0Jw_Tkn0xYbOKJZc4WJKQHow0c2T44w,1102 +importlib_metadata/diagnose.py,sha256=nkSRMiowlmkhLYhKhvCg9glmt_11Cox-EmLzEbqYTa8,379 +importlib_metadata/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 diff --git a/venv/lib/python3.8/site-packages/importlib_metadata-8.5.0.dist-info/WHEEL b/venv/lib/python3.8/site-packages/importlib_metadata-8.5.0.dist-info/WHEEL new file mode 100644 index 000000000..0fde4dd96 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_metadata-8.5.0.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (74.1.2) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/venv/lib/python3.8/site-packages/importlib_metadata-8.5.0.dist-info/top_level.txt b/venv/lib/python3.8/site-packages/importlib_metadata-8.5.0.dist-info/top_level.txt new file mode 100644 index 000000000..bbb07547a --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_metadata-8.5.0.dist-info/top_level.txt @@ -0,0 +1 @@ +importlib_metadata diff --git a/venv/lib/python3.8/site-packages/importlib_metadata/__init__.py b/venv/lib/python3.8/site-packages/importlib_metadata/__init__.py new file mode 100644 index 000000000..46a14e640 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_metadata/__init__.py @@ -0,0 +1,1132 @@ +""" +APIs exposing metadata from third-party Python packages. + +This codebase is shared between importlib.metadata in the stdlib +and importlib_metadata in PyPI. See +https://github.com/python/importlib_metadata/wiki/Development-Methodology +for more detail. +""" + +from __future__ import annotations + +import abc +import collections +import email +import functools +import itertools +import operator +import os +import pathlib +import posixpath +import re +import sys +import textwrap +import types +from contextlib import suppress +from importlib import import_module +from importlib.abc import MetaPathFinder +from itertools import starmap +from typing import Any, Iterable, List, Mapping, Match, Optional, Set, cast + +from . import _meta +from ._collections import FreezableDefaultDict, Pair +from ._compat import ( + NullFinder, + install, +) +from ._functools import method_cache, pass_none +from ._itertools import always_iterable, bucket, unique_everseen +from ._meta import PackageMetadata, SimplePath +from .compat import py39, py311 + +__all__ = [ + 'Distribution', + 'DistributionFinder', + 'PackageMetadata', + 'PackageNotFoundError', + 'SimplePath', + 'distribution', + 'distributions', + 'entry_points', + 'files', + 'metadata', + 'packages_distributions', + 'requires', + 'version', +] + + +class PackageNotFoundError(ModuleNotFoundError): + """The package was not found.""" + + def __str__(self) -> str: + return f"No package metadata was found for {self.name}" + + @property + def name(self) -> str: # type: ignore[override] # make readonly + (name,) = self.args + return name + + +class Sectioned: + """ + A simple entry point config parser for performance + + >>> for item in Sectioned.read(Sectioned._sample): + ... print(item) + Pair(name='sec1', value='# comments ignored') + Pair(name='sec1', value='a = 1') + Pair(name='sec1', value='b = 2') + Pair(name='sec2', value='a = 2') + + >>> res = Sectioned.section_pairs(Sectioned._sample) + >>> item = next(res) + >>> item.name + 'sec1' + >>> item.value + Pair(name='a', value='1') + >>> item = next(res) + >>> item.value + Pair(name='b', value='2') + >>> item = next(res) + >>> item.name + 'sec2' + >>> item.value + Pair(name='a', value='2') + >>> list(res) + [] + """ + + _sample = textwrap.dedent( + """ + [sec1] + # comments ignored + a = 1 + b = 2 + + [sec2] + a = 2 + """ + ).lstrip() + + @classmethod + def section_pairs(cls, text): + return ( + section._replace(value=Pair.parse(section.value)) + for section in cls.read(text, filter_=cls.valid) + if section.name is not None + ) + + @staticmethod + def read(text, filter_=None): + lines = filter(filter_, map(str.strip, text.splitlines())) + name = None + for value in lines: + section_match = value.startswith('[') and value.endswith(']') + if section_match: + name = value.strip('[]') + continue + yield Pair(name, value) + + @staticmethod + def valid(line: str): + return line and not line.startswith('#') + + +class EntryPoint: + """An entry point as defined by Python packaging conventions. + + See `the packaging docs on entry points + `_ + for more information. + + >>> ep = EntryPoint( + ... name=None, group=None, value='package.module:attr [extra1, extra2]') + >>> ep.module + 'package.module' + >>> ep.attr + 'attr' + >>> ep.extras + ['extra1', 'extra2'] + """ + + pattern = re.compile( + r'(?P[\w.]+)\s*' + r'(:\s*(?P[\w.]+)\s*)?' + r'((?P\[.*\])\s*)?$' + ) + """ + A regular expression describing the syntax for an entry point, + which might look like: + + - module + - package.module + - package.module:attribute + - package.module:object.attribute + - package.module:attr [extra1, extra2] + + Other combinations are possible as well. + + The expression is lenient about whitespace around the ':', + following the attr, and following any extras. + """ + + name: str + value: str + group: str + + dist: Optional[Distribution] = None + + def __init__(self, name: str, value: str, group: str) -> None: + vars(self).update(name=name, value=value, group=group) + + def load(self) -> Any: + """Load the entry point from its definition. If only a module + is indicated by the value, return that module. Otherwise, + return the named object. + """ + match = cast(Match, self.pattern.match(self.value)) + module = import_module(match.group('module')) + attrs = filter(None, (match.group('attr') or '').split('.')) + return functools.reduce(getattr, attrs, module) + + @property + def module(self) -> str: + match = self.pattern.match(self.value) + assert match is not None + return match.group('module') + + @property + def attr(self) -> str: + match = self.pattern.match(self.value) + assert match is not None + return match.group('attr') + + @property + def extras(self) -> List[str]: + match = self.pattern.match(self.value) + assert match is not None + return re.findall(r'\w+', match.group('extras') or '') + + def _for(self, dist): + vars(self).update(dist=dist) + return self + + def matches(self, **params): + """ + EntryPoint matches the given parameters. + + >>> ep = EntryPoint(group='foo', name='bar', value='bing:bong [extra1, extra2]') + >>> ep.matches(group='foo') + True + >>> ep.matches(name='bar', value='bing:bong [extra1, extra2]') + True + >>> ep.matches(group='foo', name='other') + False + >>> ep.matches() + True + >>> ep.matches(extras=['extra1', 'extra2']) + True + >>> ep.matches(module='bing') + True + >>> ep.matches(attr='bong') + True + """ + self._disallow_dist(params) + attrs = (getattr(self, param) for param in params) + return all(map(operator.eq, params.values(), attrs)) + + @staticmethod + def _disallow_dist(params): + """ + Querying by dist is not allowed (dist objects are not comparable). + >>> EntryPoint(name='fan', value='fav', group='fag').matches(dist='foo') + Traceback (most recent call last): + ... + ValueError: "dist" is not suitable for matching... + """ + if "dist" in params: + raise ValueError( + '"dist" is not suitable for matching. ' + "Instead, use Distribution.entry_points.select() on a " + "located distribution." + ) + + def _key(self): + return self.name, self.value, self.group + + def __lt__(self, other): + return self._key() < other._key() + + def __eq__(self, other): + return self._key() == other._key() + + def __setattr__(self, name, value): + raise AttributeError("EntryPoint objects are immutable.") + + def __repr__(self): + return ( + f'EntryPoint(name={self.name!r}, value={self.value!r}, ' + f'group={self.group!r})' + ) + + def __hash__(self) -> int: + return hash(self._key()) + + +class EntryPoints(tuple): + """ + An immutable collection of selectable EntryPoint objects. + """ + + __slots__ = () + + def __getitem__(self, name: str) -> EntryPoint: # type: ignore[override] # Work with str instead of int + """ + Get the EntryPoint in self matching name. + """ + try: + return next(iter(self.select(name=name))) + except StopIteration: + raise KeyError(name) + + def __repr__(self): + """ + Repr with classname and tuple constructor to + signal that we deviate from regular tuple behavior. + """ + return '%s(%r)' % (self.__class__.__name__, tuple(self)) + + def select(self, **params) -> EntryPoints: + """ + Select entry points from self that match the + given parameters (typically group and/or name). + """ + return EntryPoints(ep for ep in self if py39.ep_matches(ep, **params)) + + @property + def names(self) -> Set[str]: + """ + Return the set of all names of all entry points. + """ + return {ep.name for ep in self} + + @property + def groups(self) -> Set[str]: + """ + Return the set of all groups of all entry points. + """ + return {ep.group for ep in self} + + @classmethod + def _from_text_for(cls, text, dist): + return cls(ep._for(dist) for ep in cls._from_text(text)) + + @staticmethod + def _from_text(text): + return ( + EntryPoint(name=item.value.name, value=item.value.value, group=item.name) + for item in Sectioned.section_pairs(text or '') + ) + + +class PackagePath(pathlib.PurePosixPath): + """A reference to a path in a package""" + + hash: Optional[FileHash] + size: int + dist: Distribution + + def read_text(self, encoding: str = 'utf-8') -> str: + return self.locate().read_text(encoding=encoding) + + def read_binary(self) -> bytes: + return self.locate().read_bytes() + + def locate(self) -> SimplePath: + """Return a path-like object for this path""" + return self.dist.locate_file(self) + + +class FileHash: + def __init__(self, spec: str) -> None: + self.mode, _, self.value = spec.partition('=') + + def __repr__(self) -> str: + return f'' + + +class Distribution(metaclass=abc.ABCMeta): + """ + An abstract Python distribution package. + + Custom providers may derive from this class and define + the abstract methods to provide a concrete implementation + for their environment. Some providers may opt to override + the default implementation of some properties to bypass + the file-reading mechanism. + """ + + @abc.abstractmethod + def read_text(self, filename) -> Optional[str]: + """Attempt to load metadata file given by the name. + + Python distribution metadata is organized by blobs of text + typically represented as "files" in the metadata directory + (e.g. package-1.0.dist-info). These files include things + like: + + - METADATA: The distribution metadata including fields + like Name and Version and Description. + - entry_points.txt: A series of entry points as defined in + `the entry points spec `_. + - RECORD: A record of files according to + `this recording spec `_. + + A package may provide any set of files, including those + not listed here or none at all. + + :param filename: The name of the file in the distribution info. + :return: The text if found, otherwise None. + """ + + @abc.abstractmethod + def locate_file(self, path: str | os.PathLike[str]) -> SimplePath: + """ + Given a path to a file in this distribution, return a SimplePath + to it. + + This method is used by callers of ``Distribution.files()`` to + locate files within the distribution. If it's possible for a + Distribution to represent files in the distribution as + ``SimplePath`` objects, it should implement this method + to resolve such objects. + + Some Distribution providers may elect not to resolve SimplePath + objects within the distribution by raising a + NotImplementedError, but consumers of such a Distribution would + be unable to invoke ``Distribution.files()``. + """ + + @classmethod + def from_name(cls, name: str) -> Distribution: + """Return the Distribution for the given package name. + + :param name: The name of the distribution package to search for. + :return: The Distribution instance (or subclass thereof) for the named + package, if found. + :raises PackageNotFoundError: When the named package's distribution + metadata cannot be found. + :raises ValueError: When an invalid value is supplied for name. + """ + if not name: + raise ValueError("A distribution name is required.") + try: + return next(iter(cls._prefer_valid(cls.discover(name=name)))) + except StopIteration: + raise PackageNotFoundError(name) + + @classmethod + def discover( + cls, *, context: Optional[DistributionFinder.Context] = None, **kwargs + ) -> Iterable[Distribution]: + """Return an iterable of Distribution objects for all packages. + + Pass a ``context`` or pass keyword arguments for constructing + a context. + + :context: A ``DistributionFinder.Context`` object. + :return: Iterable of Distribution objects for packages matching + the context. + """ + if context and kwargs: + raise ValueError("cannot accept context and kwargs") + context = context or DistributionFinder.Context(**kwargs) + return itertools.chain.from_iterable( + resolver(context) for resolver in cls._discover_resolvers() + ) + + @staticmethod + def _prefer_valid(dists: Iterable[Distribution]) -> Iterable[Distribution]: + """ + Prefer (move to the front) distributions that have metadata. + + Ref python/importlib_resources#489. + """ + buckets = bucket(dists, lambda dist: bool(dist.metadata)) + return itertools.chain(buckets[True], buckets[False]) + + @staticmethod + def at(path: str | os.PathLike[str]) -> Distribution: + """Return a Distribution for the indicated metadata path. + + :param path: a string or path-like object + :return: a concrete Distribution instance for the path + """ + return PathDistribution(pathlib.Path(path)) + + @staticmethod + def _discover_resolvers(): + """Search the meta_path for resolvers (MetadataPathFinders).""" + declared = ( + getattr(finder, 'find_distributions', None) for finder in sys.meta_path + ) + return filter(None, declared) + + @property + def metadata(self) -> _meta.PackageMetadata: + """Return the parsed metadata for this Distribution. + + The returned object will have keys that name the various bits of + metadata per the + `Core metadata specifications `_. + + Custom providers may provide the METADATA file or override this + property. + """ + # deferred for performance (python/cpython#109829) + from . import _adapters + + opt_text = ( + self.read_text('METADATA') + or self.read_text('PKG-INFO') + # This last clause is here to support old egg-info files. Its + # effect is to just end up using the PathDistribution's self._path + # (which points to the egg-info file) attribute unchanged. + or self.read_text('') + ) + text = cast(str, opt_text) + return _adapters.Message(email.message_from_string(text)) + + @property + def name(self) -> str: + """Return the 'Name' metadata for the distribution package.""" + return self.metadata['Name'] + + @property + def _normalized_name(self): + """Return a normalized version of the name.""" + return Prepared.normalize(self.name) + + @property + def version(self) -> str: + """Return the 'Version' metadata for the distribution package.""" + return self.metadata['Version'] + + @property + def entry_points(self) -> EntryPoints: + """ + Return EntryPoints for this distribution. + + Custom providers may provide the ``entry_points.txt`` file + or override this property. + """ + return EntryPoints._from_text_for(self.read_text('entry_points.txt'), self) + + @property + def files(self) -> Optional[List[PackagePath]]: + """Files in this distribution. + + :return: List of PackagePath for this distribution or None + + Result is `None` if the metadata file that enumerates files + (i.e. RECORD for dist-info, or installed-files.txt or + SOURCES.txt for egg-info) is missing. + Result may be empty if the metadata exists but is empty. + + Custom providers are recommended to provide a "RECORD" file (in + ``read_text``) or override this property to allow for callers to be + able to resolve filenames provided by the package. + """ + + def make_file(name, hash=None, size_str=None): + result = PackagePath(name) + result.hash = FileHash(hash) if hash else None + result.size = int(size_str) if size_str else None + result.dist = self + return result + + @pass_none + def make_files(lines): + # Delay csv import, since Distribution.files is not as widely used + # as other parts of importlib.metadata + import csv + + return starmap(make_file, csv.reader(lines)) + + @pass_none + def skip_missing_files(package_paths): + return list(filter(lambda path: path.locate().exists(), package_paths)) + + return skip_missing_files( + make_files( + self._read_files_distinfo() + or self._read_files_egginfo_installed() + or self._read_files_egginfo_sources() + ) + ) + + def _read_files_distinfo(self): + """ + Read the lines of RECORD. + """ + text = self.read_text('RECORD') + return text and text.splitlines() + + def _read_files_egginfo_installed(self): + """ + Read installed-files.txt and return lines in a similar + CSV-parsable format as RECORD: each file must be placed + relative to the site-packages directory and must also be + quoted (since file names can contain literal commas). + + This file is written when the package is installed by pip, + but it might not be written for other installation methods. + Assume the file is accurate if it exists. + """ + text = self.read_text('installed-files.txt') + # Prepend the .egg-info/ subdir to the lines in this file. + # But this subdir is only available from PathDistribution's + # self._path. + subdir = getattr(self, '_path', None) + if not text or not subdir: + return + + paths = ( + py311.relative_fix((subdir / name).resolve()) + .relative_to(self.locate_file('').resolve(), walk_up=True) + .as_posix() + for name in text.splitlines() + ) + return map('"{}"'.format, paths) + + def _read_files_egginfo_sources(self): + """ + Read SOURCES.txt and return lines in a similar CSV-parsable + format as RECORD: each file name must be quoted (since it + might contain literal commas). + + Note that SOURCES.txt is not a reliable source for what + files are installed by a package. This file is generated + for a source archive, and the files that are present + there (e.g. setup.py) may not correctly reflect the files + that are present after the package has been installed. + """ + text = self.read_text('SOURCES.txt') + return text and map('"{}"'.format, text.splitlines()) + + @property + def requires(self) -> Optional[List[str]]: + """Generated requirements specified for this Distribution""" + reqs = self._read_dist_info_reqs() or self._read_egg_info_reqs() + return reqs and list(reqs) + + def _read_dist_info_reqs(self): + return self.metadata.get_all('Requires-Dist') + + def _read_egg_info_reqs(self): + source = self.read_text('requires.txt') + return pass_none(self._deps_from_requires_text)(source) + + @classmethod + def _deps_from_requires_text(cls, source): + return cls._convert_egg_info_reqs_to_simple_reqs(Sectioned.read(source)) + + @staticmethod + def _convert_egg_info_reqs_to_simple_reqs(sections): + """ + Historically, setuptools would solicit and store 'extra' + requirements, including those with environment markers, + in separate sections. More modern tools expect each + dependency to be defined separately, with any relevant + extras and environment markers attached directly to that + requirement. This method converts the former to the + latter. See _test_deps_from_requires_text for an example. + """ + + def make_condition(name): + return name and f'extra == "{name}"' + + def quoted_marker(section): + section = section or '' + extra, sep, markers = section.partition(':') + if extra and markers: + markers = f'({markers})' + conditions = list(filter(None, [markers, make_condition(extra)])) + return '; ' + ' and '.join(conditions) if conditions else '' + + def url_req_space(req): + """ + PEP 508 requires a space between the url_spec and the quoted_marker. + Ref python/importlib_metadata#357. + """ + # '@' is uniquely indicative of a url_req. + return ' ' * ('@' in req) + + for section in sections: + space = url_req_space(section.value) + yield section.value + space + quoted_marker(section.name) + + @property + def origin(self): + return self._load_json('direct_url.json') + + def _load_json(self, filename): + # Deferred for performance (python/importlib_metadata#503) + import json + + return pass_none(json.loads)( + self.read_text(filename), + object_hook=lambda data: types.SimpleNamespace(**data), + ) + + +class DistributionFinder(MetaPathFinder): + """ + A MetaPathFinder capable of discovering installed distributions. + + Custom providers should implement this interface in order to + supply metadata. + """ + + class Context: + """ + Keyword arguments presented by the caller to + ``distributions()`` or ``Distribution.discover()`` + to narrow the scope of a search for distributions + in all DistributionFinders. + + Each DistributionFinder may expect any parameters + and should attempt to honor the canonical + parameters defined below when appropriate. + + This mechanism gives a custom provider a means to + solicit additional details from the caller beyond + "name" and "path" when searching distributions. + For example, imagine a provider that exposes suites + of packages in either a "public" or "private" ``realm``. + A caller may wish to query only for distributions in + a particular realm and could call + ``distributions(realm="private")`` to signal to the + custom provider to only include distributions from that + realm. + """ + + name = None + """ + Specific name for which a distribution finder should match. + A name of ``None`` matches all distributions. + """ + + def __init__(self, **kwargs): + vars(self).update(kwargs) + + @property + def path(self) -> List[str]: + """ + The sequence of directory path that a distribution finder + should search. + + Typically refers to Python installed package paths such as + "site-packages" directories and defaults to ``sys.path``. + """ + return vars(self).get('path', sys.path) + + @abc.abstractmethod + def find_distributions(self, context=Context()) -> Iterable[Distribution]: + """ + Find distributions. + + Return an iterable of all Distribution instances capable of + loading the metadata for packages matching the ``context``, + a DistributionFinder.Context instance. + """ + + +class FastPath: + """ + Micro-optimized class for searching a root for children. + + Root is a path on the file system that may contain metadata + directories either as natural directories or within a zip file. + + >>> FastPath('').children() + ['...'] + + FastPath objects are cached and recycled for any given root. + + >>> FastPath('foobar') is FastPath('foobar') + True + """ + + @functools.lru_cache() # type: ignore[misc] + def __new__(cls, root): + return super().__new__(cls) + + def __init__(self, root): + self.root = root + + def joinpath(self, child): + return pathlib.Path(self.root, child) + + def children(self): + with suppress(Exception): + return os.listdir(self.root or '.') + with suppress(Exception): + return self.zip_children() + return [] + + def zip_children(self): + # deferred for performance (python/importlib_metadata#502) + from zipp.compat.overlay import zipfile + + zip_path = zipfile.Path(self.root) + names = zip_path.root.namelist() + self.joinpath = zip_path.joinpath + + return dict.fromkeys(child.split(posixpath.sep, 1)[0] for child in names) + + def search(self, name): + return self.lookup(self.mtime).search(name) + + @property + def mtime(self): + with suppress(OSError): + return os.stat(self.root).st_mtime + self.lookup.cache_clear() + + @method_cache + def lookup(self, mtime): + return Lookup(self) + + +class Lookup: + """ + A micro-optimized class for searching a (fast) path for metadata. + """ + + def __init__(self, path: FastPath): + """ + Calculate all of the children representing metadata. + + From the children in the path, calculate early all of the + children that appear to represent metadata (infos) or legacy + metadata (eggs). + """ + + base = os.path.basename(path.root).lower() + base_is_egg = base.endswith(".egg") + self.infos = FreezableDefaultDict(list) + self.eggs = FreezableDefaultDict(list) + + for child in path.children(): + low = child.lower() + if low.endswith((".dist-info", ".egg-info")): + # rpartition is faster than splitext and suitable for this purpose. + name = low.rpartition(".")[0].partition("-")[0] + normalized = Prepared.normalize(name) + self.infos[normalized].append(path.joinpath(child)) + elif base_is_egg and low == "egg-info": + name = base.rpartition(".")[0].partition("-")[0] + legacy_normalized = Prepared.legacy_normalize(name) + self.eggs[legacy_normalized].append(path.joinpath(child)) + + self.infos.freeze() + self.eggs.freeze() + + def search(self, prepared: Prepared): + """ + Yield all infos and eggs matching the Prepared query. + """ + infos = ( + self.infos[prepared.normalized] + if prepared + else itertools.chain.from_iterable(self.infos.values()) + ) + eggs = ( + self.eggs[prepared.legacy_normalized] + if prepared + else itertools.chain.from_iterable(self.eggs.values()) + ) + return itertools.chain(infos, eggs) + + +class Prepared: + """ + A prepared search query for metadata on a possibly-named package. + + Pre-calculates the normalization to prevent repeated operations. + + >>> none = Prepared(None) + >>> none.normalized + >>> none.legacy_normalized + >>> bool(none) + False + >>> sample = Prepared('Sample__Pkg-name.foo') + >>> sample.normalized + 'sample_pkg_name_foo' + >>> sample.legacy_normalized + 'sample__pkg_name.foo' + >>> bool(sample) + True + """ + + normalized = None + legacy_normalized = None + + def __init__(self, name: Optional[str]): + self.name = name + if name is None: + return + self.normalized = self.normalize(name) + self.legacy_normalized = self.legacy_normalize(name) + + @staticmethod + def normalize(name): + """ + PEP 503 normalization plus dashes as underscores. + """ + return re.sub(r"[-_.]+", "-", name).lower().replace('-', '_') + + @staticmethod + def legacy_normalize(name): + """ + Normalize the package name as found in the convention in + older packaging tools versions and specs. + """ + return name.lower().replace('-', '_') + + def __bool__(self): + return bool(self.name) + + +@install +class MetadataPathFinder(NullFinder, DistributionFinder): + """A degenerate finder for distribution packages on the file system. + + This finder supplies only a find_distributions() method for versions + of Python that do not have a PathFinder find_distributions(). + """ + + @classmethod + def find_distributions( + cls, context=DistributionFinder.Context() + ) -> Iterable[PathDistribution]: + """ + Find distributions. + + Return an iterable of all Distribution instances capable of + loading the metadata for packages matching ``context.name`` + (or all names if ``None`` indicated) along the paths in the list + of directories ``context.path``. + """ + found = cls._search_paths(context.name, context.path) + return map(PathDistribution, found) + + @classmethod + def _search_paths(cls, name, paths): + """Find metadata directories in paths heuristically.""" + prepared = Prepared(name) + return itertools.chain.from_iterable( + path.search(prepared) for path in map(FastPath, paths) + ) + + @classmethod + def invalidate_caches(cls) -> None: + FastPath.__new__.cache_clear() + + +class PathDistribution(Distribution): + def __init__(self, path: SimplePath) -> None: + """Construct a distribution. + + :param path: SimplePath indicating the metadata directory. + """ + self._path = path + + def read_text(self, filename: str | os.PathLike[str]) -> Optional[str]: + with suppress( + FileNotFoundError, + IsADirectoryError, + KeyError, + NotADirectoryError, + PermissionError, + ): + return self._path.joinpath(filename).read_text(encoding='utf-8') + + return None + + read_text.__doc__ = Distribution.read_text.__doc__ + + def locate_file(self, path: str | os.PathLike[str]) -> SimplePath: + return self._path.parent / path + + @property + def _normalized_name(self): + """ + Performance optimization: where possible, resolve the + normalized name from the file system path. + """ + stem = os.path.basename(str(self._path)) + return ( + pass_none(Prepared.normalize)(self._name_from_stem(stem)) + or super()._normalized_name + ) + + @staticmethod + def _name_from_stem(stem): + """ + >>> PathDistribution._name_from_stem('foo-3.0.egg-info') + 'foo' + >>> PathDistribution._name_from_stem('CherryPy-3.0.dist-info') + 'CherryPy' + >>> PathDistribution._name_from_stem('face.egg-info') + 'face' + >>> PathDistribution._name_from_stem('foo.bar') + """ + filename, ext = os.path.splitext(stem) + if ext not in ('.dist-info', '.egg-info'): + return + name, sep, rest = filename.partition('-') + return name + + +def distribution(distribution_name: str) -> Distribution: + """Get the ``Distribution`` instance for the named package. + + :param distribution_name: The name of the distribution package as a string. + :return: A ``Distribution`` instance (or subclass thereof). + """ + return Distribution.from_name(distribution_name) + + +def distributions(**kwargs) -> Iterable[Distribution]: + """Get all ``Distribution`` instances in the current environment. + + :return: An iterable of ``Distribution`` instances. + """ + return Distribution.discover(**kwargs) + + +def metadata(distribution_name: str) -> _meta.PackageMetadata: + """Get the metadata for the named package. + + :param distribution_name: The name of the distribution package to query. + :return: A PackageMetadata containing the parsed metadata. + """ + return Distribution.from_name(distribution_name).metadata + + +def version(distribution_name: str) -> str: + """Get the version string for the named package. + + :param distribution_name: The name of the distribution package to query. + :return: The version string for the package as defined in the package's + "Version" metadata key. + """ + return distribution(distribution_name).version + + +_unique = functools.partial( + unique_everseen, + key=py39.normalized_name, +) +""" +Wrapper for ``distributions`` to return unique distributions by name. +""" + + +def entry_points(**params) -> EntryPoints: + """Return EntryPoint objects for all installed packages. + + Pass selection parameters (group or name) to filter the + result to entry points matching those properties (see + EntryPoints.select()). + + :return: EntryPoints for all installed packages. + """ + eps = itertools.chain.from_iterable( + dist.entry_points for dist in _unique(distributions()) + ) + return EntryPoints(eps).select(**params) + + +def files(distribution_name: str) -> Optional[List[PackagePath]]: + """Return a list of files for the named package. + + :param distribution_name: The name of the distribution package to query. + :return: List of files composing the distribution. + """ + return distribution(distribution_name).files + + +def requires(distribution_name: str) -> Optional[List[str]]: + """ + Return a list of requirements for the named package. + + :return: An iterable of requirements, suitable for + packaging.requirement.Requirement. + """ + return distribution(distribution_name).requires + + +def packages_distributions() -> Mapping[str, List[str]]: + """ + Return a mapping of top-level packages to their + distributions. + + >>> import collections.abc + >>> pkgs = packages_distributions() + >>> all(isinstance(dist, collections.abc.Sequence) for dist in pkgs.values()) + True + """ + pkg_to_dist = collections.defaultdict(list) + for dist in distributions(): + for pkg in _top_level_declared(dist) or _top_level_inferred(dist): + pkg_to_dist[pkg].append(dist.metadata['Name']) + return dict(pkg_to_dist) + + +def _top_level_declared(dist): + return (dist.read_text('top_level.txt') or '').split() + + +def _topmost(name: PackagePath) -> Optional[str]: + """ + Return the top-most parent as long as there is a parent. + """ + top, *rest = name.parts + return top if rest else None + + +def _get_toplevel_name(name: PackagePath) -> str: + """ + Infer a possibly importable module name from a name presumed on + sys.path. + + >>> _get_toplevel_name(PackagePath('foo.py')) + 'foo' + >>> _get_toplevel_name(PackagePath('foo')) + 'foo' + >>> _get_toplevel_name(PackagePath('foo.pyc')) + 'foo' + >>> _get_toplevel_name(PackagePath('foo/__init__.py')) + 'foo' + >>> _get_toplevel_name(PackagePath('foo.pth')) + 'foo.pth' + >>> _get_toplevel_name(PackagePath('foo.dist-info')) + 'foo.dist-info' + """ + # Defer import of inspect for performance (python/cpython#118761) + import inspect + + return _topmost(name) or inspect.getmodulename(name) or str(name) + + +def _top_level_inferred(dist): + opt_names = set(map(_get_toplevel_name, always_iterable(dist.files))) + + def importable_name(name): + return '.' not in name + + return filter(importable_name, opt_names) diff --git a/venv/lib/python3.8/site-packages/importlib_metadata/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_metadata/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fb2bc40bc124c2c2cb938795599b50667a247771 GIT binary patch literal 41877 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 Ho%{a+ltz7% literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_compat.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_compat.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..43a7ebe6c878ae2b40927544b91f1eb8e250a776 GIT binary patch literal 1898 zcmZuy&2Aev5GJ|$Su1vs8a5iFKVTgosDM~PVjyjSAV}&UIaM}b6h#FTTWU#3Ywa#K zB&Ak@bCMq5=m3iub#9|C6mF3^_i?mc1ikytjh*GYcGjx%HWd7V9EM*8Okk~ zZAf}X+O0pq59yW7B)3kaY1!&c)AU7>OJ!n;YpaIuc=$1Ndm9Ev&gmO=L6+n#rNjkG zLdgXImvr%ai$gn3g|%F&SR3KA;X~-FQ-n)&&f(wAZ6{MsM1^qUPRs9mCZ*+WtoT60 zlR_KEpC{ItWH7~D)z!Gun|ry)rQa=_Q(57_gXS`^Vvs8DZ0JMc!)YF)8<8e%&h^l* zStrwE;J3ejRL9S^Yh?hJEw|RUEgPaJR4&W?)iF`!CaO+q(=v!t`wKB!0M=iF?pSB4 zD@EQd=5DO>!{X?0Xp|Zx>d+a8RGIEf<+Co_WMy*H`Lb&hrw$8P79(Z5NrrfUMTFOo z!ijDa>kPo_6m!GipeEAOfPsWJX@kc2_HV=WHH8Q8Awe;h47mv{%nXZuIC(+4D17}L{yI(!<&NFQ)EsTtw=F-oBqCANTMdZeb<#wXL;k-IU zjm0d{rlRgW8P_26GwAjX3>Z7$K$d}I6Q*xF3g3_?7<;d5MNy{ZG*wYl-id}rFH{~~ zv7ml-%7B*2T_io)h_}tk<_K7F&Xmouu=oO^XjJm>s;CA`__CQH9?E`#_u7SlP(~Sn zzrPt{?`kZ3x48GeLhC$Ebu3c*q_c9-1Fga-DO}B9s0Qi?F*`7{nfU2phxP*nRR^ogl0uEC0e*FZYFi|plV|+k zg-^i){<)Y4e(()oa|&8n&9;F?;drh(T%K literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_functools.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_functools.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..19cb0efeb0ae74fff1bec16c40f32e3840d7d29d GIT binary patch literal 3140 zcmaJ@&2QT_6qjT>aonT>1`I2Teekr{SZsIk(hNZpw8(L2cF4A3xj3{)$801~BdH_~ z+*1QIyX;RG*250D?eEcbr=54(Y44GeKRTlVD2e3b`~1E4_`}9V!-MC~o5!Q??s?u{ zIGKMcFnJ0?e*rJ%F+cK7+}A(x*$N9-<;Fh=Se4aoypsy^kG;*6w98W8FJ zQm)LH0Pmqt+JJsh1ZNph++-?2>C{+GIvZ&IbH)>pQRsMZa6rO{YE7Px5AnNaDLb7G zI>hqQWS=}LSIe*6ed;uK?poMkd{~&()I1t)kqa7SytT+2dEjmbHP+Ns4)eV3VoX`d&aJIoIcH-TkB1ChEkC$jFzIw8E@|HyrYQ%Z|@UYp1+#sX_d2_ zc6XcxN8o$wR2w~-LP)`-WWY!CLV%=80Rb3r2q**}q8W+vf?f`1@UkrVRmf8_W9G0W zv;`bQ7lO(Gi&JQA5iOlFG@2t5ZrPN`bD|Sz$S}(EsH7Y!83Q6DfK6>#XaM*U_?hx0 zLR&_RM;uUP#eh}TK&um*@&W@9P}8GxKpHF!%RA2REqDH4iSq{z8CJ92j{Pje`H_p0 z1E<@0U$jJtNiw1g0t7B#9P)}{9$gAEBB!UrED4R2k?u_EK(lpvx@Cpa0;!iWix@Du z;Ev1gW71?9cuW4zVFW_{2uZPeph(NeMhAor#`eJGU~}ruR^iXXh*R`*S#JvcKm#aE z{SbFivALWm9Jol~_K#`I3C4kz#m0tkM0K)h$e1H|!5ip2&gKFdE)8h-9!bv}%8DX+ z2?Z6Z6N%{6I4Oe1ChEjz!WJ3T%UV^ChSm(Rje9Eh>AY zx8=0x7h3FFSu0Y-R zO2#`-bp-Se1Gw&lGVUrKij?c_&hGBlJKJsAj(IG>vF!r=Qndja?Xrl#HufXkbx=jr z6hRen8u1uv9ksr|9zz)uIH3`FnQ0@2BD9+wdpPvV{tVw5j4F)JVdyP*VSB#yC*IrO zRpr*3R9^e9swS9txBkn@r24wzdz0$Kp9H@`)4%hNTGhN}#$ZU^cy2ZP9wzy!=Ae#I zdA;9H0OtLEtCm->t>jgz&UC(Veu>|c^?`&=+IPmCY`CgcOz(o+EtFWvR~+4)_b=~` zWX!vaCf#%lj!D{SuRTrY(P9N?jUV0hP`EtgmlwkrABRQG&sS}5~-bH%AuQR~10`n48#kMKTrnaf;${c}qAmDE1E=_nXi=hjWBkZa6FgBDFZhfY2_?3ZD zlfw0=pTK_8F3&2-jH;K)e6*yK%3VPV;W`; zN*0de$2he?T$?ia37KOUy#}DRsxU$=Oj^rIp<%7C?+8%OZY&2)3;1e!bc_ F{tuGsZ&UyP literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_itertools.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_itertools.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ab25ab202d6da4efa0ad9f13188ae8725e86fea6 GIT binary patch literal 5033 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_text.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_metadata/__pycache__/_text.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d92272e064018be4069a2bc575c50517968a96eb GIT binary patch literal 3093 zcmb7GOK%%D5MJ&|vaHCC^JpGz4{R=y0NXmGD2k?bo1{n@ph$F1y;(lbFT-3zTr#r@{K{edfb^RDD!&HvbNm*+!EYXt-uyeOV)ZTq*xOm- zQ4(^&A2KD_8-UZG@Z6^!jA;-n5vxE4TY@SrgLs2_Ayeue?F*l62}NHGm8M~^Y2;?B z*zrWFsh314ldwX(9b`y!^=7c_~(UAo0&z;uwrG*HIUa>MLhU0tP$uFwKfyXA{8 zOz3tZL*D94EnA_jUybljBQzTRkV8={nv&C%6{^lzr06&2X?ny$RZ^vvgP4n*cI!Ey zzz}^~m{H3r4Fg@s)(z^`B5l!aY!Um*()vVd!P^l_+l8l#biMWX{?n)TaRUoepJC^L z(5&^clbc*WH4pN9$4K`Y#9G9jppl6BLMlHH7Hs%>kjQN&c`4R+O7Xh`*{192 zWf39tGS3J~rq-5Lne~4qLmIJNss+#i>`)~%=<~v%f-Eo6{ty_!Vjgg&1%(b3p@>AR z^MpjmqJE-%;1z5~K9*1xF=|hN=pf=Z>g@%H-(0w_w8QLO%c(uVi)`Celqnh}KzaB_ z<`(K`(tjm9ZT3QZfyOA87~>M`JBGO?ti{$-9u&|`?*W7f%p2@G@IHiBEkLtx9a+cLKEZa=TC+~bvlEh4!(>~?6FaLY5e~8{kO+pByaYQw z{L}T5NOU=iyXh{R!tqjicWEGn=m%m6s>0h8vb!bXt!^0fM@#N5f8T{8Pb{S%W*b6v zgD8c9g%vIw*GdO6+AYOWh<*EJvwda`$=aDO?MeuiI_HA_|jx~yRXms0MD zaYr^`h!!`%;v?v*b1kCuGc4MlVo|(y-6t1XMCoT(bUwvmEL``u3oWA5!wYu&V1L3E zjFU#bkYnoru4EI@4p78r%9k@BJt1-y{_?OQRr1)@T^ES z`|3J0+Bz_{k8EHoU^t#&aI&fzra~GJSreQ{V$I;1bzPHeAoMIu;vEY!6JYWS(E2;7 zA7%XJ6sAJS8C+8_*~h4m1F~6zo1g4``AY)#GnNfyX)2h+^VHPOPaPuBqjL%9z!~sj zg2mpOFJS@EnY4@xS>ealI5d-_NDP<>hrEit8`u<%W3qbi=8oHY3ngQw^3QmTxJ@~t zy8O&IBKfIN z?bXdl3z^j;wqpj_Ov*IO#HSrV>kM9nm@IOA+J#)LEx!Vpaig=4K@r3(f&$ALt{WwM z7-Ao|iXU<#$&Bmr!~=@X;l_DvE@Ok|w7iB5GFINg1_P5P7=tM(G}+vULCGpU<_ttAq6-)Yq9Zo&9m+_=$K1S>;S$ix4k77YVJ?iWus$Tr_YahHMjg$a zs&zreHBqw;@>^v40foZ?3s_2dHoKK{Eea*HJ zZ6MLepKt#Ml)zfzEffp*+$Tsg_=HoRaB8$-Bg_wVUde=eK78Rrfs?PmY+}ZBkxuJM zrXtsAbLOVC9yB|HFGk8EB?rzR3Te_)sZY~V9o>fP3}2;IIXPH^OjXs?#$iNONtcV< z<*88lMAudhn={|tn@BCcHfFz1P(u_Ua5#UeZVq6$SJp*d+Wq0*z@+1&#whK4Skj^b z%o)dsyr@s5@j)rI4`;Q~2{#e?d_+^(cBmV1kE|QF9cZ7Hngi>x2Q0*Ai7p|Ud|=OP+rO=4XtIAH1ZJ-9qrDxQ+MCCy z`8dm}Tpq=ri&N_m&mSuM;(#}jfS-e-(VqVI9!ffgHiFrSWyKxk=KL|p* AegFUf literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/importlib_metadata/_adapters.py b/venv/lib/python3.8/site-packages/importlib_metadata/_adapters.py new file mode 100644 index 000000000..3b516a2d0 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_metadata/_adapters.py @@ -0,0 +1,83 @@ +import email.message +import re +import textwrap + +from ._text import FoldedCase + + +class Message(email.message.Message): + multiple_use_keys = set( + map( + FoldedCase, + [ + 'Classifier', + 'Obsoletes-Dist', + 'Platform', + 'Project-URL', + 'Provides-Dist', + 'Provides-Extra', + 'Requires-Dist', + 'Requires-External', + 'Supported-Platform', + 'Dynamic', + ], + ) + ) + """ + Keys that may be indicated multiple times per PEP 566. + """ + + def __new__(cls, orig: email.message.Message): + res = super().__new__(cls) + vars(res).update(vars(orig)) + return res + + def __init__(self, *args, **kwargs): + self._headers = self._repair_headers() + + # suppress spurious error from mypy + def __iter__(self): + return super().__iter__() + + def __getitem__(self, item): + """ + Override parent behavior to typical dict behavior. + + ``email.message.Message`` will emit None values for missing + keys. Typical mappings, including this ``Message``, will raise + a key error for missing keys. + + Ref python/importlib_metadata#371. + """ + res = super().__getitem__(item) + if res is None: + raise KeyError(item) + return res + + def _repair_headers(self): + def redent(value): + "Correct for RFC822 indentation" + if not value or '\n' not in value: + return value + return textwrap.dedent(' ' * 8 + value) + + headers = [(key, redent(value)) for key, value in vars(self)['_headers']] + if self._payload: + headers.append(('Description', self.get_payload())) + return headers + + @property + def json(self): + """ + Convert PackageMetadata to a JSON-compatible format + per PEP 0566. + """ + + def transform(key): + value = self.get_all(key) if key in self.multiple_use_keys else self[key] + if key == 'Keywords': + value = re.split(r'\s+', value) + tk = key.lower().replace('-', '_') + return tk, value + + return dict(map(transform, map(FoldedCase, self))) diff --git a/venv/lib/python3.8/site-packages/importlib_metadata/_collections.py b/venv/lib/python3.8/site-packages/importlib_metadata/_collections.py new file mode 100644 index 000000000..cf0954e1a --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_metadata/_collections.py @@ -0,0 +1,30 @@ +import collections + + +# from jaraco.collections 3.3 +class FreezableDefaultDict(collections.defaultdict): + """ + Often it is desirable to prevent the mutation of + a default dict after its initial construction, such + as to prevent mutation during iteration. + + >>> dd = FreezableDefaultDict(list) + >>> dd[0].append('1') + >>> dd.freeze() + >>> dd[1] + [] + >>> len(dd) + 1 + """ + + def __missing__(self, key): + return getattr(self, '_frozen', super().__missing__)(key) + + def freeze(self): + self._frozen = lambda key: self.default_factory() + + +class Pair(collections.namedtuple('Pair', 'name value')): + @classmethod + def parse(cls, text): + return cls(*map(str.strip, text.split("=", 1))) diff --git a/venv/lib/python3.8/site-packages/importlib_metadata/_compat.py b/venv/lib/python3.8/site-packages/importlib_metadata/_compat.py new file mode 100644 index 000000000..01356d69b --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_metadata/_compat.py @@ -0,0 +1,56 @@ +import platform +import sys + +__all__ = ['install', 'NullFinder'] + + +def install(cls): + """ + Class decorator for installation on sys.meta_path. + + Adds the backport DistributionFinder to sys.meta_path and + attempts to disable the finder functionality of the stdlib + DistributionFinder. + """ + sys.meta_path.append(cls()) + disable_stdlib_finder() + return cls + + +def disable_stdlib_finder(): + """ + Give the backport primacy for discovering path-based distributions + by monkey-patching the stdlib O_O. + + See #91 for more background for rationale on this sketchy + behavior. + """ + + def matches(finder): + return getattr( + finder, '__module__', None + ) == '_frozen_importlib_external' and hasattr(finder, 'find_distributions') + + for finder in filter(matches, sys.meta_path): # pragma: nocover + del finder.find_distributions + + +class NullFinder: + """ + A "Finder" (aka "MetaPathFinder") that never finds any modules, + but may find distributions. + """ + + @staticmethod + def find_spec(*args, **kwargs): + return None + + +def pypy_partial(val): + """ + Adjust for variable stacklevel on partial under PyPy. + + Workaround for #327. + """ + is_pypy = platform.python_implementation() == 'PyPy' + return val + is_pypy diff --git a/venv/lib/python3.8/site-packages/importlib_metadata/_functools.py b/venv/lib/python3.8/site-packages/importlib_metadata/_functools.py new file mode 100644 index 000000000..5dda6a219 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_metadata/_functools.py @@ -0,0 +1,104 @@ +import functools +import types + + +# from jaraco.functools 3.3 +def method_cache(method, cache_wrapper=None): + """ + Wrap lru_cache to support storing the cache data in the object instances. + + Abstracts the common paradigm where the method explicitly saves an + underscore-prefixed protected property on first call and returns that + subsequently. + + >>> class MyClass: + ... calls = 0 + ... + ... @method_cache + ... def method(self, value): + ... self.calls += 1 + ... return value + + >>> a = MyClass() + >>> a.method(3) + 3 + >>> for x in range(75): + ... res = a.method(x) + >>> a.calls + 75 + + Note that the apparent behavior will be exactly like that of lru_cache + except that the cache is stored on each instance, so values in one + instance will not flush values from another, and when an instance is + deleted, so are the cached values for that instance. + + >>> b = MyClass() + >>> for x in range(35): + ... res = b.method(x) + >>> b.calls + 35 + >>> a.method(0) + 0 + >>> a.calls + 75 + + Note that if method had been decorated with ``functools.lru_cache()``, + a.calls would have been 76 (due to the cached value of 0 having been + flushed by the 'b' instance). + + Clear the cache with ``.cache_clear()`` + + >>> a.method.cache_clear() + + Same for a method that hasn't yet been called. + + >>> c = MyClass() + >>> c.method.cache_clear() + + Another cache wrapper may be supplied: + + >>> cache = functools.lru_cache(maxsize=2) + >>> MyClass.method2 = method_cache(lambda self: 3, cache_wrapper=cache) + >>> a = MyClass() + >>> a.method2() + 3 + + Caution - do not subsequently wrap the method with another decorator, such + as ``@property``, which changes the semantics of the function. + + See also + http://code.activestate.com/recipes/577452-a-memoize-decorator-for-instance-methods/ + for another implementation and additional justification. + """ + cache_wrapper = cache_wrapper or functools.lru_cache() + + def wrapper(self, *args, **kwargs): + # it's the first call, replace the method with a cached, bound method + bound_method = types.MethodType(method, self) + cached_method = cache_wrapper(bound_method) + setattr(self, method.__name__, cached_method) + return cached_method(*args, **kwargs) + + # Support cache clear even before cache has been created. + wrapper.cache_clear = lambda: None + + return wrapper + + +# From jaraco.functools 3.3 +def pass_none(func): + """ + Wrap func so it's not called if its first param is None + + >>> print_text = pass_none(print) + >>> print_text('text') + text + >>> print_text(None) + """ + + @functools.wraps(func) + def wrapper(param, *args, **kwargs): + if param is not None: + return func(param, *args, **kwargs) + + return wrapper diff --git a/venv/lib/python3.8/site-packages/importlib_metadata/_itertools.py b/venv/lib/python3.8/site-packages/importlib_metadata/_itertools.py new file mode 100644 index 000000000..79d37198c --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_metadata/_itertools.py @@ -0,0 +1,171 @@ +from collections import defaultdict, deque +from itertools import filterfalse + + +def unique_everseen(iterable, key=None): + "List unique elements, preserving order. Remember all elements ever seen." + # unique_everseen('AAAABBBCCDAABBB') --> A B C D + # unique_everseen('ABBCcAD', str.lower) --> A B C D + seen = set() + seen_add = seen.add + if key is None: + for element in filterfalse(seen.__contains__, iterable): + seen_add(element) + yield element + else: + for element in iterable: + k = key(element) + if k not in seen: + seen_add(k) + yield element + + +# copied from more_itertools 8.8 +def always_iterable(obj, base_type=(str, bytes)): + """If *obj* is iterable, return an iterator over its items:: + + >>> obj = (1, 2, 3) + >>> list(always_iterable(obj)) + [1, 2, 3] + + If *obj* is not iterable, return a one-item iterable containing *obj*:: + + >>> obj = 1 + >>> list(always_iterable(obj)) + [1] + + If *obj* is ``None``, return an empty iterable: + + >>> obj = None + >>> list(always_iterable(None)) + [] + + By default, binary and text strings are not considered iterable:: + + >>> obj = 'foo' + >>> list(always_iterable(obj)) + ['foo'] + + If *base_type* is set, objects for which ``isinstance(obj, base_type)`` + returns ``True`` won't be considered iterable. + + >>> obj = {'a': 1} + >>> list(always_iterable(obj)) # Iterate over the dict's keys + ['a'] + >>> list(always_iterable(obj, base_type=dict)) # Treat dicts as a unit + [{'a': 1}] + + Set *base_type* to ``None`` to avoid any special handling and treat objects + Python considers iterable as iterable: + + >>> obj = 'foo' + >>> list(always_iterable(obj, base_type=None)) + ['f', 'o', 'o'] + """ + if obj is None: + return iter(()) + + if (base_type is not None) and isinstance(obj, base_type): + return iter((obj,)) + + try: + return iter(obj) + except TypeError: + return iter((obj,)) + + +# Copied from more_itertools 10.3 +class bucket: + """Wrap *iterable* and return an object that buckets the iterable into + child iterables based on a *key* function. + + >>> iterable = ['a1', 'b1', 'c1', 'a2', 'b2', 'c2', 'b3'] + >>> s = bucket(iterable, key=lambda x: x[0]) # Bucket by 1st character + >>> sorted(list(s)) # Get the keys + ['a', 'b', 'c'] + >>> a_iterable = s['a'] + >>> next(a_iterable) + 'a1' + >>> next(a_iterable) + 'a2' + >>> list(s['b']) + ['b1', 'b2', 'b3'] + + The original iterable will be advanced and its items will be cached until + they are used by the child iterables. This may require significant storage. + + By default, attempting to select a bucket to which no items belong will + exhaust the iterable and cache all values. + If you specify a *validator* function, selected buckets will instead be + checked against it. + + >>> from itertools import count + >>> it = count(1, 2) # Infinite sequence of odd numbers + >>> key = lambda x: x % 10 # Bucket by last digit + >>> validator = lambda x: x in {1, 3, 5, 7, 9} # Odd digits only + >>> s = bucket(it, key=key, validator=validator) + >>> 2 in s + False + >>> list(s[2]) + [] + + """ + + def __init__(self, iterable, key, validator=None): + self._it = iter(iterable) + self._key = key + self._cache = defaultdict(deque) + self._validator = validator or (lambda x: True) + + def __contains__(self, value): + if not self._validator(value): + return False + + try: + item = next(self[value]) + except StopIteration: + return False + else: + self._cache[value].appendleft(item) + + return True + + def _get_values(self, value): + """ + Helper to yield items from the parent iterator that match *value*. + Items that don't match are stored in the local cache as they + are encountered. + """ + while True: + # If we've cached some items that match the target value, emit + # the first one and evict it from the cache. + if self._cache[value]: + yield self._cache[value].popleft() + # Otherwise we need to advance the parent iterator to search for + # a matching item, caching the rest. + else: + while True: + try: + item = next(self._it) + except StopIteration: + return + item_value = self._key(item) + if item_value == value: + yield item + break + elif self._validator(item_value): + self._cache[item_value].append(item) + + def __iter__(self): + for item in self._it: + item_value = self._key(item) + if self._validator(item_value): + self._cache[item_value].append(item) + + yield from self._cache.keys() + + def __getitem__(self, value): + if not self._validator(value): + return iter(()) + + return self._get_values(value) diff --git a/venv/lib/python3.8/site-packages/importlib_metadata/_meta.py b/venv/lib/python3.8/site-packages/importlib_metadata/_meta.py new file mode 100644 index 000000000..0942bbd96 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_metadata/_meta.py @@ -0,0 +1,75 @@ +from __future__ import annotations + +import os +from typing import ( + Any, + Dict, + Iterator, + List, + Optional, + Protocol, + TypeVar, + Union, + overload, +) + +_T = TypeVar("_T") + + +class PackageMetadata(Protocol): + def __len__(self) -> int: ... # pragma: no cover + + def __contains__(self, item: str) -> bool: ... # pragma: no cover + + def __getitem__(self, key: str) -> str: ... # pragma: no cover + + def __iter__(self) -> Iterator[str]: ... # pragma: no cover + + @overload + def get( + self, name: str, failobj: None = None + ) -> Optional[str]: ... # pragma: no cover + + @overload + def get(self, name: str, failobj: _T) -> Union[str, _T]: ... # pragma: no cover + + # overload per python/importlib_metadata#435 + @overload + def get_all( + self, name: str, failobj: None = None + ) -> Optional[List[Any]]: ... # pragma: no cover + + @overload + def get_all(self, name: str, failobj: _T) -> Union[List[Any], _T]: + """ + Return all values associated with a possibly multi-valued key. + """ + + @property + def json(self) -> Dict[str, Union[str, List[str]]]: + """ + A JSON-compatible form of the metadata. + """ + + +class SimplePath(Protocol): + """ + A minimal subset of pathlib.Path required by Distribution. + """ + + def joinpath( + self, other: Union[str, os.PathLike[str]] + ) -> SimplePath: ... # pragma: no cover + + def __truediv__( + self, other: Union[str, os.PathLike[str]] + ) -> SimplePath: ... # pragma: no cover + + @property + def parent(self) -> SimplePath: ... # pragma: no cover + + def read_text(self, encoding=None) -> str: ... # pragma: no cover + + def read_bytes(self) -> bytes: ... # pragma: no cover + + def exists(self) -> bool: ... # pragma: no cover diff --git a/venv/lib/python3.8/site-packages/importlib_metadata/_text.py b/venv/lib/python3.8/site-packages/importlib_metadata/_text.py new file mode 100644 index 000000000..c88cfbb23 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_metadata/_text.py @@ -0,0 +1,99 @@ +import re + +from ._functools import method_cache + + +# from jaraco.text 3.5 +class FoldedCase(str): + """ + A case insensitive string class; behaves just like str + except compares equal when the only variation is case. + + >>> s = FoldedCase('hello world') + + >>> s == 'Hello World' + True + + >>> 'Hello World' == s + True + + >>> s != 'Hello World' + False + + >>> s.index('O') + 4 + + >>> s.split('O') + ['hell', ' w', 'rld'] + + >>> sorted(map(FoldedCase, ['GAMMA', 'alpha', 'Beta'])) + ['alpha', 'Beta', 'GAMMA'] + + Sequence membership is straightforward. + + >>> "Hello World" in [s] + True + >>> s in ["Hello World"] + True + + You may test for set inclusion, but candidate and elements + must both be folded. + + >>> FoldedCase("Hello World") in {s} + True + >>> s in {FoldedCase("Hello World")} + True + + String inclusion works as long as the FoldedCase object + is on the right. + + >>> "hello" in FoldedCase("Hello World") + True + + But not if the FoldedCase object is on the left: + + >>> FoldedCase('hello') in 'Hello World' + False + + In that case, use in_: + + >>> FoldedCase('hello').in_('Hello World') + True + + >>> FoldedCase('hello') > FoldedCase('Hello') + False + """ + + def __lt__(self, other): + return self.lower() < other.lower() + + def __gt__(self, other): + return self.lower() > other.lower() + + def __eq__(self, other): + return self.lower() == other.lower() + + def __ne__(self, other): + return self.lower() != other.lower() + + def __hash__(self): + return hash(self.lower()) + + def __contains__(self, other): + return super().lower().__contains__(other.lower()) + + def in_(self, other): + "Does self appear in other?" + return self in FoldedCase(other) + + # cache lower since it's likely to be called frequently. + @method_cache + def lower(self): + return super().lower() + + def index(self, sub): + return self.lower().index(sub.lower()) + + def split(self, splitter=' ', maxsplit=0): + pattern = re.compile(re.escape(splitter), re.I) + return pattern.split(self, maxsplit) diff --git a/venv/lib/python3.8/site-packages/importlib_metadata/compat/__init__.py b/venv/lib/python3.8/site-packages/importlib_metadata/compat/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/venv/lib/python3.8/site-packages/importlib_metadata/compat/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_metadata/compat/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a989a39b19d798083725046a16c8ca5232876f63 GIT binary patch literal 197 zcmWIL<>g`kf(98ttd4$DKk~Kq$n{tJGDr^EH$r8KPNK@s>E2&Lcch(BvrQnD4m#| zTCAU$TaaH=0#p&7n_7~Xl30?cpPZjtkXWK0AD@|*SrQ+wS5SG2!zMRBr8Fni4&;W< HK+FIDqBJ!f literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/importlib_metadata/compat/__pycache__/py311.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_metadata/compat/__pycache__/py311.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b530aef5f1c42328813649f3ab58a83efcccaf8 GIT binary patch literal 1033 zcmY*YOK;Oa5Z<+&r1U`%AP^U{S4$)o3RD#;6%UC6LKRX$NV$Y{b{ubFd#&Ad(x7sy z1Q-4RhxXVTzsFZjJ#*v4tP@pXqS@Kq%zQKR&HCfc&L%T4H}D$k4}9SX|BMU*@Fp!0Oo`ruplFMhXya{L&|?yIt`LVDji@s# zaXA81AJsg>MNr}Wq~AzFg)f4$&9Bsw2|cBv^}}Jb`F#xEWGJ7Mo^q|KLa;<>mRehy zXHhhkHm%~`Naazvu&FAd(aK6=DlpOhlc)Xt2Ei)Ega-+!bnv-V)ImvQdSu- z4Zx(razJ;NL9!S#EJGH?@+@O-mw&$FF`MuiHzO@e%MzJ^VXCr53TQx7!i==A0s*tE z?M+DQ&Z^{VmL1!UXaRC5;>OU|kFCjNQwot%;j?*h5Kq(@<^?jQqcCgVDIkDJ<4 zrViXy-O-S_P3YBuR?2DzdP#N18S-}=r7DL=@M1-Kx9oQl4G>G{T8#{Wj%HBIA_QN# z^n3f!e{DoEFO|0FG0eeo!7Y!LL&1pt@m zXFq`lJ$m!=%+(WL!IN*wg1|I0ee?dm_j~P!g@u6N`hEFg)TM;{F_*i`!OLsh)n`07 zi3zv3omsgZ+qn}vIgP1Bgbi)(aGEu8H+FL`_AFBP!l5K~V^6q(3V)gK#&?^$+`FXl zobW`zeZ0@{0PpjB{(wZyX%uYAyksivr&+2dVa6r`!Y`>Bh5HjVl0~@Me%V=VuLW0_ z4v8GS@cw9jJK5aX-rRlLeWRU?Vxs-MQl+wB*_CaSY~9>SD+OtPY}h*3E)-1mWm+hd zQI0b0f>2{929|LyP2z$Nc#!B$Sc`M3*-E*( zG6W&|saR3K2B!i#XQDXkWNCkIfflQ4?Q)_Y z-6nQjdJBVB^)OT0@~xKDv|$N(h_Nk7Fi75m*G#raeiwJu#beqs@D35eZ`K`!hU>+&mIAhsZ=*BUIE+Yq?8m5c0!1C%^ z&7f6722YGE5M?rR_zds2t!$ZAI$(I+sHwdq;c}29+EtS>Esnu_CSaNg`2U!t;Tp=M rsT~~Q8U{`KQf9TA>!1(9`|G*n<4n9VpJ3I*gVH6N+KaaDEH(cDSDP$+ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/importlib_metadata/compat/py311.py b/venv/lib/python3.8/site-packages/importlib_metadata/compat/py311.py new file mode 100644 index 000000000..3a5327436 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_metadata/compat/py311.py @@ -0,0 +1,22 @@ +import os +import pathlib +import sys +import types + + +def wrap(path): # pragma: no cover + """ + Workaround for https://github.com/python/cpython/issues/84538 + to add backward compatibility for walk_up=True. + An example affected package is dask-labextension, which uses + jupyter-packaging to install JupyterLab javascript files outside + of site-packages. + """ + + def relative_to(root, *, walk_up=False): + return pathlib.Path(os.path.relpath(path, root)) + + return types.SimpleNamespace(relative_to=relative_to) + + +relative_fix = wrap if sys.version_info < (3, 12) else lambda x: x diff --git a/venv/lib/python3.8/site-packages/importlib_metadata/compat/py39.py b/venv/lib/python3.8/site-packages/importlib_metadata/compat/py39.py new file mode 100644 index 000000000..1f15bd97e --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_metadata/compat/py39.py @@ -0,0 +1,36 @@ +""" +Compatibility layer with Python 3.8/3.9 +""" + +from typing import TYPE_CHECKING, Any, Optional + +if TYPE_CHECKING: # pragma: no cover + # Prevent circular imports on runtime. + from .. import Distribution, EntryPoint +else: + Distribution = EntryPoint = Any + + +def normalized_name(dist: Distribution) -> Optional[str]: + """ + Honor name normalization for distributions that don't provide ``_normalized_name``. + """ + try: + return dist._normalized_name + except AttributeError: + from .. import Prepared # -> delay to prevent circular imports. + + return Prepared.normalize(getattr(dist, "name", None) or dist.metadata['Name']) + + +def ep_matches(ep: EntryPoint, **params) -> bool: + """ + Workaround for ``EntryPoint`` objects without the ``matches`` method. + """ + try: + return ep.matches(**params) + except AttributeError: + from .. import EntryPoint # -> delay to prevent circular imports. + + # Reconstruct the EntryPoint object to make sure it is compatible. + return EntryPoint(ep.name, ep.value, ep.group).matches(**params) diff --git a/venv/lib/python3.8/site-packages/importlib_metadata/diagnose.py b/venv/lib/python3.8/site-packages/importlib_metadata/diagnose.py new file mode 100644 index 000000000..e405471ac --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_metadata/diagnose.py @@ -0,0 +1,21 @@ +import sys + +from . import Distribution + + +def inspect(path): + print("Inspecting", path) + dists = list(Distribution.discover(path=[path])) + if not dists: + return + print("Found", len(dists), "packages:", end=' ') + print(', '.join(dist.name for dist in dists)) + + +def run(): + for path in sys.path: + inspect(path) + + +if __name__ == '__main__': + run() diff --git a/venv/lib/python3.8/site-packages/importlib_metadata/py.typed b/venv/lib/python3.8/site-packages/importlib_metadata/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/venv/lib/python3.8/site-packages/importlib_resources-6.4.5.dist-info/INSTALLER b/venv/lib/python3.8/site-packages/importlib_resources-6.4.5.dist-info/INSTALLER new file mode 100644 index 000000000..a1b589e38 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources-6.4.5.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.8/site-packages/importlib_resources-6.4.5.dist-info/LICENSE b/venv/lib/python3.8/site-packages/importlib_resources-6.4.5.dist-info/LICENSE new file mode 100644 index 000000000..d64569567 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources-6.4.5.dist-info/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/venv/lib/python3.8/site-packages/importlib_resources-6.4.5.dist-info/METADATA b/venv/lib/python3.8/site-packages/importlib_resources-6.4.5.dist-info/METADATA new file mode 100644 index 000000000..1ee4166c1 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources-6.4.5.dist-info/METADATA @@ -0,0 +1,103 @@ +Metadata-Version: 2.1 +Name: importlib_resources +Version: 6.4.5 +Summary: Read resources from Python packages +Author-email: Barry Warsaw +Maintainer-email: "Jason R. Coombs" +Project-URL: Source, https://github.com/python/importlib_resources +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: Apache Software License +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +License-File: LICENSE +Requires-Dist: zipp >=3.1.0 ; python_version < "3.10" +Provides-Extra: check +Requires-Dist: pytest-checkdocs >=2.4 ; extra == 'check' +Requires-Dist: pytest-ruff >=0.2.1 ; (sys_platform != "cygwin") and extra == 'check' +Provides-Extra: cover +Requires-Dist: pytest-cov ; extra == 'cover' +Provides-Extra: doc +Requires-Dist: sphinx >=3.5 ; extra == 'doc' +Requires-Dist: jaraco.packaging >=9.3 ; extra == 'doc' +Requires-Dist: rst.linker >=1.9 ; extra == 'doc' +Requires-Dist: furo ; extra == 'doc' +Requires-Dist: sphinx-lint ; extra == 'doc' +Requires-Dist: jaraco.tidelift >=1.4 ; extra == 'doc' +Provides-Extra: enabler +Requires-Dist: pytest-enabler >=2.2 ; extra == 'enabler' +Provides-Extra: test +Requires-Dist: pytest !=8.1.*,>=6 ; extra == 'test' +Requires-Dist: zipp >=3.17 ; extra == 'test' +Requires-Dist: jaraco.test >=5.4 ; extra == 'test' +Provides-Extra: type +Requires-Dist: pytest-mypy ; extra == 'type' + +.. image:: https://img.shields.io/pypi/v/importlib_resources.svg + :target: https://pypi.org/project/importlib_resources + +.. image:: https://img.shields.io/pypi/pyversions/importlib_resources.svg + +.. image:: https://github.com/python/importlib_resources/actions/workflows/main.yml/badge.svg + :target: https://github.com/python/importlib_resources/actions?query=workflow%3A%22tests%22 + :alt: tests + +.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json + :target: https://github.com/astral-sh/ruff + :alt: Ruff + +.. image:: https://readthedocs.org/projects/importlib-resources/badge/?version=latest + :target: https://importlib-resources.readthedocs.io/en/latest/?badge=latest + +.. image:: https://img.shields.io/badge/skeleton-2024-informational + :target: https://blog.jaraco.com/skeleton + +.. image:: https://tidelift.com/badges/package/pypi/importlib-resources + :target: https://tidelift.com/subscription/pkg/pypi-importlib-resources?utm_source=pypi-importlib-resources&utm_medium=readme + +``importlib_resources`` is a backport of Python standard library +`importlib.resources +`_ +module for older Pythons. + +The key goal of this module is to replace parts of `pkg_resources +`_ with a +solution in Python's stdlib that relies on well-defined APIs. This makes +reading resources included in packages easier, with more stable and consistent +semantics. + +Compatibility +============= + +New features are introduced in this third-party library and later merged +into CPython. The following table indicates which versions of this library +were contributed to different versions in the standard library: + +.. list-table:: + :header-rows: 1 + + * - importlib_resources + - stdlib + * - 6.0 + - 3.13 + * - 5.12 + - 3.12 + * - 5.7 + - 3.11 + * - 5.0 + - 3.10 + * - 1.3 + - 3.9 + * - 0.5 (?) + - 3.7 + +For Enterprise +============== + +Available as part of the Tidelift Subscription. + +This project 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 `_. diff --git a/venv/lib/python3.8/site-packages/importlib_resources-6.4.5.dist-info/RECORD b/venv/lib/python3.8/site-packages/importlib_resources-6.4.5.dist-info/RECORD new file mode 100644 index 000000000..dbcc62347 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources-6.4.5.dist-info/RECORD @@ -0,0 +1,67 @@ +importlib_resources-6.4.5.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +importlib_resources-6.4.5.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358 +importlib_resources-6.4.5.dist-info/METADATA,sha256=iwGfOzcc9jUBSuQa6zQeXla0el4YCZlAoj5uRIm7fyg,3975 +importlib_resources-6.4.5.dist-info/RECORD,, +importlib_resources-6.4.5.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91 +importlib_resources-6.4.5.dist-info/top_level.txt,sha256=fHIjHU1GZwAjvcydpmUnUrTnbvdiWjG4OEVZK8by0TQ,20 +importlib_resources/__init__.py,sha256=3J-261Qqzg-1kBenMVsOsvJo19EbUmYqjHkrZWiFHOM,703 +importlib_resources/__pycache__/__init__.cpython-38.pyc,, +importlib_resources/__pycache__/_adapters.cpython-38.pyc,, +importlib_resources/__pycache__/_common.cpython-38.pyc,, +importlib_resources/__pycache__/_functional.cpython-38.pyc,, +importlib_resources/__pycache__/_itertools.cpython-38.pyc,, +importlib_resources/__pycache__/abc.cpython-38.pyc,, +importlib_resources/__pycache__/readers.cpython-38.pyc,, +importlib_resources/__pycache__/simple.cpython-38.pyc,, +importlib_resources/_adapters.py,sha256=vprJGbUeHbajX6XCuMP6J3lMrqCi-P_MTlziJUR7jfk,4482 +importlib_resources/_common.py,sha256=5PVT4ezn_Ptj7LIAebtLYquK7A6X4EYoQJM37yTBdbQ,5624 +importlib_resources/_functional.py,sha256=mLU4DwSlh8_2IXWqwKOfPVxyRqAEpB3B4XTfRxr3X3M,2651 +importlib_resources/_itertools.py,sha256=eDisV6RqiNZOogLSXf6LOGHOYc79FGgPrKNLzFLmCrU,1277 +importlib_resources/abc.py,sha256=UKNU9ncEDkZRB3txcGb3WLxsL2iju9JbaLTI-dfLE_4,5162 +importlib_resources/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +importlib_resources/compat/__pycache__/__init__.cpython-38.pyc,, +importlib_resources/compat/__pycache__/py38.cpython-38.pyc,, +importlib_resources/compat/__pycache__/py39.cpython-38.pyc,, +importlib_resources/compat/py38.py,sha256=MWhut3XsAJwBYUaa5Qb2AoCrZNqcQjVThP-P1uBoE_4,230 +importlib_resources/compat/py39.py,sha256=KlP7QiD3NkoytWFjJgrJI33uRTw667vEDtkZWUtBDZM,152 +importlib_resources/future/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +importlib_resources/future/__pycache__/__init__.cpython-38.pyc,, +importlib_resources/future/__pycache__/adapters.cpython-38.pyc,, +importlib_resources/future/adapters.py,sha256=1-MF2VRcCButhcC1OMfZILU9o3kwZ4nXB2lurXpaIAw,2940 +importlib_resources/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +importlib_resources/readers.py,sha256=n9Rn8B5UHapkXGSfFhQNbdk_pfDCISPBLIXZnpoOKs8,6251 +importlib_resources/simple.py,sha256=wJm2qGZ9EMPFhRLiJBa9Em5tVKbD7Q8ibWtt4ZNgWBU,2590 +importlib_resources/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +importlib_resources/tests/__pycache__/__init__.cpython-38.pyc,, +importlib_resources/tests/__pycache__/_path.cpython-38.pyc,, +importlib_resources/tests/__pycache__/test_compatibilty_files.cpython-38.pyc,, +importlib_resources/tests/__pycache__/test_contents.cpython-38.pyc,, +importlib_resources/tests/__pycache__/test_custom.cpython-38.pyc,, +importlib_resources/tests/__pycache__/test_files.cpython-38.pyc,, +importlib_resources/tests/__pycache__/test_functional.cpython-38.pyc,, +importlib_resources/tests/__pycache__/test_open.cpython-38.pyc,, +importlib_resources/tests/__pycache__/test_path.cpython-38.pyc,, +importlib_resources/tests/__pycache__/test_read.cpython-38.pyc,, +importlib_resources/tests/__pycache__/test_reader.cpython-38.pyc,, +importlib_resources/tests/__pycache__/test_resource.cpython-38.pyc,, +importlib_resources/tests/__pycache__/util.cpython-38.pyc,, +importlib_resources/tests/__pycache__/zip.cpython-38.pyc,, +importlib_resources/tests/_path.py,sha256=eqMTKkYA9Hc8_mzrVBN14HPuoc2HFNxuyTWqAo_2ZEM,2288 +importlib_resources/tests/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +importlib_resources/tests/compat/__pycache__/__init__.cpython-38.pyc,, +importlib_resources/tests/compat/__pycache__/py312.cpython-38.pyc,, +importlib_resources/tests/compat/__pycache__/py39.cpython-38.pyc,, +importlib_resources/tests/compat/py312.py,sha256=qcWjpZhQo2oEsdwIlRRQHrsMGDltkFTnETeG7fLdUS8,364 +importlib_resources/tests/compat/py39.py,sha256=nOjut4CZDtRgZEblX9hWhupo9vli_CA1270_JwdQzRo,441 +importlib_resources/tests/test_compatibilty_files.py,sha256=95N_R7aik8cvnE6sBJpsxmP0K5plOWRIJDgbalD-Hpw,3314 +importlib_resources/tests/test_contents.py,sha256=EagRx9Mz7MOe1kRaOc9XNX_YlBYy90Qzhv2rqWMhMlw,837 +importlib_resources/tests/test_custom.py,sha256=QrHZqIWl0e-fsQRfm0ych8stOlKJOsAIU3rK6QOcyN0,1221 +importlib_resources/tests/test_files.py,sha256=4G4Wo4_2UJtpg9HrEKjRaXimM68lXKjkAmFY-9OLCyE,5796 +importlib_resources/tests/test_functional.py,sha256=DV8sdnwtpacNjHQ3ExifIoeQTCr4C-M-NVbaWewOcAo,8863 +importlib_resources/tests/test_open.py,sha256=eCDLP6SszzBK6vs5j6LDkuR0Y2rHXrTYNRVZsAFKnCQ,2681 +importlib_resources/tests/test_path.py,sha256=rz_BOqNzEu5ZRyrhAHOi9tvx3K_0AqHiRNkYT4QFhQw,1985 +importlib_resources/tests/test_read.py,sha256=oh0ZkCZ04N0DxPXgBLdadENwia4J0_sYt73uaH_I11g,3045 +importlib_resources/tests/test_reader.py,sha256=G62D2vkFjYSeFT6BFE-z_shUX8n7h80f089ojXCufBY,4655 +importlib_resources/tests/test_resource.py,sha256=ZxW6cIXJRwgvU7-wCc2jIRWV9M4pX4uznijN0vNfplM,7686 +importlib_resources/tests/util.py,sha256=CtY1uL-Xl71sw553ow2st6M5X710jf2jrhYAv6nhZ_Y,6065 +importlib_resources/tests/zip.py,sha256=nG9D6u_4nu67NrEUFfMt7vzba0qO_-QPyAAWc6W4gP4,577 diff --git a/venv/lib/python3.8/site-packages/importlib_resources-6.4.5.dist-info/WHEEL b/venv/lib/python3.8/site-packages/importlib_resources-6.4.5.dist-info/WHEEL new file mode 100644 index 000000000..0fde4dd96 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources-6.4.5.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (74.1.2) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/venv/lib/python3.8/site-packages/importlib_resources-6.4.5.dist-info/top_level.txt b/venv/lib/python3.8/site-packages/importlib_resources-6.4.5.dist-info/top_level.txt new file mode 100644 index 000000000..58ad1bd33 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources-6.4.5.dist-info/top_level.txt @@ -0,0 +1 @@ +importlib_resources diff --git a/venv/lib/python3.8/site-packages/importlib_resources/__init__.py b/venv/lib/python3.8/site-packages/importlib_resources/__init__.py new file mode 100644 index 000000000..723c9f9eb --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources/__init__.py @@ -0,0 +1,43 @@ +""" +Read resources contained within a package. + +This codebase is shared between importlib.resources in the stdlib +and importlib_resources in PyPI. See +https://github.com/python/importlib_metadata/wiki/Development-Methodology +for more detail. +""" + +from ._common import ( + as_file, + files, + Package, + Anchor, +) + +from ._functional import ( + contents, + is_resource, + open_binary, + open_text, + path, + read_binary, + read_text, +) + +from .abc import ResourceReader + + +__all__ = [ + 'Package', + 'Anchor', + 'ResourceReader', + 'as_file', + 'files', + 'contents', + 'is_resource', + 'open_binary', + 'open_text', + 'path', + 'read_binary', + 'read_text', +] diff --git a/venv/lib/python3.8/site-packages/importlib_resources/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_resources/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..da675e9dcd918a8538b691896d0a07c392fd0640 GIT binary patch literal 867 zcma)4v5pfl5Zxr3Y_gl=E>x6T(4@$2aS}oZA&_V&K&Lxs+*sb7N!Gfxy|SGgq2_1k z_yhjKEfp0F6%}@fa)(5LEkAker|0pTc|V(_ksn_^J#N1Cqv%@*?vJStUif8N4-k^FV^M$@^z74 zBc_eDoq1Z88=t|pDrzOlZf_eU%hLl?pk=@;D{uJ?FJIvfTh$4acJ&556;!J>`*f{z zE|kU`Je{{i`n~5pUdAqAhOT*wZWz$GN?t8wV@Apm7;Dr&L|0I+V2H zlIgvh90H3UtcyEl8<%Ns=jrwkgxh7$&99Cg2g6b8*e9Zg0cHVwV?=roU=$z;Fb*&Y z5E@8l0YbC9T`pWgDX5xKl2GrDQ1YI_Nt$GIy_L1)O0xDpgx!Eu^&y|2&)SyK&yik) zcLV%_vQYv{VDeayRd=ykYs8A<%4%;R>T-v2SNd8XDHp|)(r}BbV;h-!MLgBNq?Ai; gDJ{Ca8$S~YwkLh7fGq9edZ=aL{(7+i`bm8#Q6Q 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 VMJd_)9I`}n&cgh{T+>_l@c-X)DHQ+! literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/importlib_resources/__pycache__/_common.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_resources/__pycache__/_common.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9d4276c6b3b7d8baa97cca3672354779b38f259f GIT binary patch literal 5623 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 F{tp?fMH>JB literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/importlib_resources/__pycache__/_functional.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_resources/__pycache__/_functional.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..594eea35fee9692f447dfb81e19ae9e2fd63e054 GIT binary patch literal 2757 zcmbtWTaVL56!zGT<79W)+h zQRqW=U+FLCLwV$_&;2QW?Gt~Ys??q{j=kGuL6z!g#^dpL=6v7z&N+Fqv{X0X`fc~x z;CmSTfe-sH3m$GmlRrYojJClDGh@;w%wl$Ij;yvdvfDN>cxA_EJFLQ-U87y)4y!Wv z7n9Xkeb;QeY=JGpe65^cVn<-U&X(B<%rCH`>=@h^*>QFP?n~?>I|cV6>@+(A_hn{o z8jZ8ltDDhi97nx~GuoRZp^DOEy&Fh)yz}rr?WKakf>fwD>Ux69bRt47--78z>n(x4 zVP=(H6mywX1L@-^#OdNPVStG5L6a-cDPv~L$d36dVdOOd8_enT2VZumnwOcP3+FHSeXjgsU1q1S-5WD=f+QTIBCC%B zHSm*Q#N``9EPxGv_M3xr#G5Qgn&WLX0LbGj>pj7FH{$C`!2Vn`w|KJE1laQ>SG?;@ z87aO#KVCLVV#>2+(=SL2VsE^iEubxa4hv6~$cJHyCFnCpDiMVWOm%q@rU*H6xDct3 zC5O1aGH;s0&)@+#w2;G>L=j-qf{{J5hbAL4GBcU^$^u@k>9vwq#b2oZ&MFaN8BS?f z*-_1GVVoa`zHs1;s6zLqB5F8Br;4N4q3$!c@PlSL?-ubzO;drE;1?42G0Zxt6LAVg zC15=bT`8I)@USPE*9Jf%(>sqqA~Z-Cpi&c&&@fFDPn4u-??aNIfu!AS#iiFUHI%H5 zV)ON!aN($fW-sLLwJ=Y^`@(}~U|bqqc*%xI?WGGac%PTFkH{;GKXZEPe*gjbcymvQ z<8WXOsHP1@p2Z2AMA_}RL7auhPoV900M3U9d&1N`iHB>7x$l6E>@2eE`r zJ-wjNQ#H!7;NfC|m&Kv0CA5k_hr9y~!(NLCS1Mx&2~$CEGwYQ_3}&;+uA!`XGPPeD zcMa_tXZrgbG>{MJN(5bCKHcI%qsoyMHpn8U?gQ-QfFFZn%g^&5lk`Ry2U6bXfbu#e zdy=klukUFW%SO(|zrJQEmo!N+1BDX-6h;ZCMNYabf*F;H2;xzbIDJ^=)V*Tkm9Y&@ zV|)zX1d20{K7p-t=~>M)eZxb8Vbj$H905`bm?u!m4U*NRf~+3%Egru^G%k_YFkWWH z4~s7$j}DD*4PrbqnNBz@*uqBcpxl_=WpNT#9*C^0w$bMae=!y}H*hmlw+)dr{kX8- z+lbQ;G;`A{S2ik{`#cZ{q<)#%ILeOQokN65{9XPk5A5n3-J!~Ii$gBs*_dz*$0nv} z67w&|5ud|zh&YQ2$JoAvCcl7gMwIc?6&EnhcR*@SZE+6ewnKg*iOry*%rNrpmS%K% z^b89lMy6e@b9w;xRhyC(a|JU(HO+1^8=D6r``fW?q7&fz5uStfGx)a!2v-#R z<3dz9(xEvcKckP$*0ho92rQS1b~zoTY=XffC|2sEe~I=%#jP~q4NG8D3QRwlJ4~Yl zK_2EA?YkB%%M&hf;iu;sD_Pa|SsMDjI1lgJRXg1R?X?F+_BG5tlKZCB7 z0&9;>6$B+W4V=;YTjJeU3QoM0Vq14 A(EtDd literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/importlib_resources/__pycache__/_itertools.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_resources/__pycache__/_itertools.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4ead53b27cd3cc27c0196702832fe1dfde1c9809 GIT binary patch literal 1389 zcmcIk&2HO95GE7h&Pfb+wd+4;WZ*Sot7hu1IfK8^nH9p_i8 zY_1wBpYb;LS%kIF4ZU~nsS`TKPRkz!*1cXk{8H!rjJJ8kf}E9e?OxT$UDa0ZwRh!T zHtjpxw!U@b2fjnzqM;wUj(xs!Aw+`Kzs;ysPb%mwie8YWv!K>#lq*=!tzU zIGjN{Ce&h@U>hP~K*?mu0)fqG2Q*TyB`e(q@Z$KG%D79^s*EwWLG2J{B2TFOer&2V z0!2b@CKj==Mg+VFFr!#Wn8)WRVY-AiDK$=%oVPn=**8%fL=YR8Oui9GjsvZgo=j}$ zP0gz0(a}+Pfc@{!I&06t};kC&QPc@fU-W&xbF{FHf`xa4LcY?5D~QPcT495Qrp!L>OxI%dl>@ zYWeOweHdJ1$R$D^i3n%|2Z${M6-*tN<^*#^aLAoi^8q14$WTWjGhnCP-TSvwbYMN# zrzgv-n&SU=vfC16DH<6n~_4GBr!+^5;TU1V@T%#F&mR* zh0^7V|A@^GAL*+ORPrC-w6+T0!ddtdFR0i(CY23sFZLD`+cTw8K}F+^8m*n8zQ(`U zxuN`NeT`<}#dLaa7HdP}b9+Bdn+EwzVWkzd)XaZ&wEa8%KI=s)#a<|6FI!Ti8ZxlQ-JyIu2L&+-1`$8UPN$=;SX8nxW=wd`_3++%l9f0C*& MPw>bl{EfHs7XT}qZ~y=R literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/importlib_resources/__pycache__/abc.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_resources/__pycache__/abc.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d28f0bdcf0907365f9b993c981ae9cb9544fd462 GIT binary patch literal 6870 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 b&7U)&bYuTH6Mr#hx%SG^%F8SFR&M+elwsuY literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/importlib_resources/__pycache__/simple.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_resources/__pycache__/simple.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7853b6a9e7d02a755df4f7b8978447798167e312 GIT binary patch literal 4517 zcmb7H-E!N;6~+P}36i2LDgIMBO^~)}$|j=Px=quJtC6iFt!6TGD?4q6Gc5g?)c(d__h=d$7rYV3Sw*Bww_w|y}*&< z!w0GPr57i!7{)Q&d?cN7taJvxNUxVVMdZCg__6<(#8ULzY9wS2tBEj8ZEb`fj5{;jScq17#6W^kar z&es9NwRG*FH;R05q%J%8eZ$7{=tS5fFYrcZqmN2}cr(PLcyi`R!R?_8N45i~vWu#> zBN?81K(3>DZI)K0NX}&75?sYYZ7K&Sv5AT^h@($_r(PFJ5*o?z6Ab1gwihf^m9JUg4V>Auunveb-)Ka_QxqpJT5c2B~Q*yT>J8;z5bFxZLi z>4~^q!YxCKJbR9tTthdt)J9SSZ=;vpOrP8+3(zT6ywTOZoJm+* ztq|QN1K@MDs*5SLpL;SnbNs?8-bn8HOiS;T1i!f;_-qNed(n{=*1JlDXwXCLRp$HY z(pBs)JYVei-s8-2ohw(mDtKF$P3$c; zlI|hbsk%lLX+v&Ob%UxoY^p^zD{H9eO7U$}7Bee4Guc+fWY?=G_}{{aTIFKF!b6Ac zqr`it7P)%P(!B~NPS$z|P~c##SL1cwz`w*5e$-k|CgA|jE+s-Ub;u8Shi$#OP=yl?>@>-S!G&PFYbesJ}sSgd-=3%(Houh z#p}Ejebtsl1?->xw(uJE$Ox!@+KC@TU3$Cy3j#Gb8X3=V>;K4`~})q>70;Jpmu2=GGUEX+2mFsPA2yM!9()6&++F4> zA*~&uEZIPQP|h6-CQ0T z4GQR|>^VR^HD0i1CTADyaZUa>F;6QO<`A6o5Be(aZL!H) zS1v{#^!i9e8zsPR$}*RR#FKXqoFE7j8+ieJatYX@vQn8xRdC|k(OHmqBau0Ko=;s# z3~1}rIt{%ba*~t3pjTjj)tHJk-8PdSV_mzs(%%&iei!q~J~Mw;p0E6!qDu*(xrLF> z9iq&fe#0cEZ&Z~xx|msb$cOe(RBR|aJ%_s^$uK!7wvuj^l8OAw?qABW@7W78`PY&? zaAKs{VX*KO(V4lqU3}8TYLk&OwqXO_IZ|5s{!pO8wjFGQZ-)yT6Q(MeGB?n_W zK8qrM>;=c_opKsU+RZ-FGmcsEv>B<8nI-UmDS6v_=s;acC#(FL(pHaPq}Rdiw-)52 z^r@p_Ru@LUirne_mFnEX!~jKc6F9soX{5cL#f0zBYoAc{A*!^Rj3Zn+%U;QmC3&=@ wD3}`e?jK|^L|uZ+L~XU|)YQ70CDwbyJMk7O)3o4l7TeG_jIH-KZf$J;4*_o5h5!Hn literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/importlib_resources/_adapters.py b/venv/lib/python3.8/site-packages/importlib_resources/_adapters.py new file mode 100644 index 000000000..50688fbb6 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources/_adapters.py @@ -0,0 +1,168 @@ +from contextlib import suppress +from io import TextIOWrapper + +from . import abc + + +class SpecLoaderAdapter: + """ + Adapt a package spec to adapt the underlying loader. + """ + + def __init__(self, spec, adapter=lambda spec: spec.loader): + self.spec = spec + self.loader = adapter(spec) + + def __getattr__(self, name): + return getattr(self.spec, name) + + +class TraversableResourcesLoader: + """ + Adapt a loader to provide TraversableResources. + """ + + def __init__(self, spec): + self.spec = spec + + def get_resource_reader(self, name): + return CompatibilityFiles(self.spec)._native() + + +def _io_wrapper(file, mode='r', *args, **kwargs): + if mode == 'r': + return TextIOWrapper(file, *args, **kwargs) + elif mode == 'rb': + return file + raise ValueError(f"Invalid mode value '{mode}', only 'r' and 'rb' are supported") + + +class CompatibilityFiles: + """ + Adapter for an existing or non-existent resource reader + to provide a compatibility .files(). + """ + + class SpecPath(abc.Traversable): + """ + Path tied to a module spec. + Can be read and exposes the resource reader children. + """ + + def __init__(self, spec, reader): + self._spec = spec + self._reader = reader + + def iterdir(self): + if not self._reader: + return iter(()) + return iter( + CompatibilityFiles.ChildPath(self._reader, path) + for path in self._reader.contents() + ) + + def is_file(self): + return False + + is_dir = is_file + + def joinpath(self, other): + if not self._reader: + return CompatibilityFiles.OrphanPath(other) + return CompatibilityFiles.ChildPath(self._reader, other) + + @property + def name(self): + return self._spec.name + + def open(self, mode='r', *args, **kwargs): + return _io_wrapper(self._reader.open_resource(None), mode, *args, **kwargs) + + class ChildPath(abc.Traversable): + """ + Path tied to a resource reader child. + Can be read but doesn't expose any meaningful children. + """ + + def __init__(self, reader, name): + self._reader = reader + self._name = name + + def iterdir(self): + return iter(()) + + def is_file(self): + return self._reader.is_resource(self.name) + + def is_dir(self): + return not self.is_file() + + def joinpath(self, other): + return CompatibilityFiles.OrphanPath(self.name, other) + + @property + def name(self): + return self._name + + def open(self, mode='r', *args, **kwargs): + return _io_wrapper( + self._reader.open_resource(self.name), mode, *args, **kwargs + ) + + class OrphanPath(abc.Traversable): + """ + Orphan path, not tied to a module spec or resource reader. + Can't be read and doesn't expose any meaningful children. + """ + + def __init__(self, *path_parts): + if len(path_parts) < 1: + raise ValueError('Need at least one path part to construct a path') + self._path = path_parts + + def iterdir(self): + return iter(()) + + def is_file(self): + return False + + is_dir = is_file + + def joinpath(self, other): + return CompatibilityFiles.OrphanPath(*self._path, other) + + @property + def name(self): + return self._path[-1] + + def open(self, mode='r', *args, **kwargs): + raise FileNotFoundError("Can't open orphan path") + + def __init__(self, spec): + self.spec = spec + + @property + def _reader(self): + with suppress(AttributeError): + return self.spec.loader.get_resource_reader(self.spec.name) + + def _native(self): + """ + Return the native reader if it supports files(). + """ + reader = self._reader + return reader if hasattr(reader, 'files') else self + + def __getattr__(self, attr): + return getattr(self._reader, attr) + + def files(self): + return CompatibilityFiles.SpecPath(self.spec, self._reader) + + +def wrap_spec(package): + """ + Construct a package spec with traversable compatibility + on the spec/loader/reader. + """ + return SpecLoaderAdapter(package.__spec__, TraversableResourcesLoader) diff --git a/venv/lib/python3.8/site-packages/importlib_resources/_common.py b/venv/lib/python3.8/site-packages/importlib_resources/_common.py new file mode 100644 index 000000000..f065d493f --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources/_common.py @@ -0,0 +1,211 @@ +import os +import pathlib +import tempfile +import functools +import contextlib +import types +import importlib +import inspect +import warnings +import itertools + +from typing import Union, Optional, cast +from .abc import ResourceReader, Traversable + +Package = Union[types.ModuleType, str] +Anchor = Package + + +def package_to_anchor(func): + """ + Replace 'package' parameter as 'anchor' and warn about the change. + + Other errors should fall through. + + >>> files('a', 'b') + Traceback (most recent call last): + TypeError: files() takes from 0 to 1 positional arguments but 2 were given + + Remove this compatibility in Python 3.14. + """ + undefined = object() + + @functools.wraps(func) + def wrapper(anchor=undefined, package=undefined): + if package is not undefined: + if anchor is not undefined: + return func(anchor, package) + warnings.warn( + "First parameter to files is renamed to 'anchor'", + DeprecationWarning, + stacklevel=2, + ) + return func(package) + elif anchor is undefined: + return func() + return func(anchor) + + return wrapper + + +@package_to_anchor +def files(anchor: Optional[Anchor] = None) -> Traversable: + """ + Get a Traversable resource for an anchor. + """ + return from_package(resolve(anchor)) + + +def get_resource_reader(package: types.ModuleType) -> Optional[ResourceReader]: + """ + Return the package's loader if it's a ResourceReader. + """ + # We can't use + # a issubclass() check here because apparently abc.'s __subclasscheck__() + # hook wants to create a weak reference to the object, but + # zipimport.zipimporter does not support weak references, resulting in a + # TypeError. That seems terrible. + spec = package.__spec__ + reader = getattr(spec.loader, 'get_resource_reader', None) # type: ignore[union-attr] + if reader is None: + return None + return reader(spec.name) # type: ignore[union-attr] + + +@functools.singledispatch +def resolve(cand: Optional[Anchor]) -> types.ModuleType: + return cast(types.ModuleType, cand) + + +@resolve.register +def _(cand: str) -> types.ModuleType: + return importlib.import_module(cand) + + +@resolve.register +def _(cand: None) -> types.ModuleType: + return resolve(_infer_caller().f_globals['__name__']) + + +def _infer_caller(): + """ + Walk the stack and find the frame of the first caller not in this module. + """ + + def is_this_file(frame_info): + return frame_info.filename == stack[0].filename + + def is_wrapper(frame_info): + return frame_info.function == 'wrapper' + + stack = inspect.stack() + not_this_file = itertools.filterfalse(is_this_file, stack) + # also exclude 'wrapper' due to singledispatch in the call stack + callers = itertools.filterfalse(is_wrapper, not_this_file) + return next(callers).frame + + +def from_package(package: types.ModuleType): + """ + Return a Traversable object for the given package. + + """ + # deferred for performance (python/cpython#109829) + from .future.adapters import wrap_spec + + spec = wrap_spec(package) + reader = spec.loader.get_resource_reader(spec.name) + return reader.files() + + +@contextlib.contextmanager +def _tempfile( + reader, + suffix='', + # gh-93353: Keep a reference to call os.remove() in late Python + # finalization. + *, + _os_remove=os.remove, +): + # Not using tempfile.NamedTemporaryFile as it leads to deeper 'try' + # blocks due to the need to close the temporary file to work on Windows + # properly. + fd, raw_path = tempfile.mkstemp(suffix=suffix) + try: + try: + os.write(fd, reader()) + finally: + os.close(fd) + del reader + yield pathlib.Path(raw_path) + finally: + try: + _os_remove(raw_path) + except FileNotFoundError: + pass + + +def _temp_file(path): + return _tempfile(path.read_bytes, suffix=path.name) + + +def _is_present_dir(path: Traversable) -> bool: + """ + Some Traversables implement ``is_dir()`` to raise an + exception (i.e. ``FileNotFoundError``) when the + directory doesn't exist. This function wraps that call + to always return a boolean and only return True + if there's a dir and it exists. + """ + with contextlib.suppress(FileNotFoundError): + return path.is_dir() + return False + + +@functools.singledispatch +def as_file(path): + """ + Given a Traversable object, return that object as a + path on the local file system in a context manager. + """ + return _temp_dir(path) if _is_present_dir(path) else _temp_file(path) + + +@as_file.register(pathlib.Path) +@contextlib.contextmanager +def _(path): + """ + Degenerate behavior for pathlib.Path objects. + """ + yield path + + +@contextlib.contextmanager +def _temp_path(dir: tempfile.TemporaryDirectory): + """ + Wrap tempfile.TemporaryDirectory to return a pathlib object. + """ + with dir as result: + yield pathlib.Path(result) + + +@contextlib.contextmanager +def _temp_dir(path): + """ + Given a traversable dir, recursively replicate the whole tree + to the file system in a context manager. + """ + assert path.is_dir() + with _temp_path(tempfile.TemporaryDirectory()) as temp_dir: + yield _write_contents(temp_dir, path) + + +def _write_contents(target, source): + child = target.joinpath(source.name) + if source.is_dir(): + child.mkdir() + for item in source.iterdir(): + _write_contents(child, item) + else: + child.write_bytes(source.read_bytes()) + return child diff --git a/venv/lib/python3.8/site-packages/importlib_resources/_functional.py b/venv/lib/python3.8/site-packages/importlib_resources/_functional.py new file mode 100644 index 000000000..f59416f2d --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources/_functional.py @@ -0,0 +1,81 @@ +"""Simplified function-based API for importlib.resources""" + +import warnings + +from ._common import files, as_file + + +_MISSING = object() + + +def open_binary(anchor, *path_names): + """Open for binary reading the *resource* within *package*.""" + return _get_resource(anchor, path_names).open('rb') + + +def open_text(anchor, *path_names, encoding=_MISSING, errors='strict'): + """Open for text reading the *resource* within *package*.""" + encoding = _get_encoding_arg(path_names, encoding) + resource = _get_resource(anchor, path_names) + return resource.open('r', encoding=encoding, errors=errors) + + +def read_binary(anchor, *path_names): + """Read and return contents of *resource* within *package* as bytes.""" + return _get_resource(anchor, path_names).read_bytes() + + +def read_text(anchor, *path_names, encoding=_MISSING, errors='strict'): + """Read and return contents of *resource* within *package* as str.""" + encoding = _get_encoding_arg(path_names, encoding) + resource = _get_resource(anchor, path_names) + return resource.read_text(encoding=encoding, errors=errors) + + +def path(anchor, *path_names): + """Return the path to the *resource* as an actual file system path.""" + return as_file(_get_resource(anchor, path_names)) + + +def is_resource(anchor, *path_names): + """Return ``True`` if there is a resource named *name* in the package, + + Otherwise returns ``False``. + """ + return _get_resource(anchor, path_names).is_file() + + +def contents(anchor, *path_names): + """Return an iterable over the named resources within the package. + + The iterable returns :class:`str` resources (e.g. files). + The iterable does not recurse into subdirectories. + """ + warnings.warn( + "importlib.resources.contents is deprecated. " + "Use files(anchor).iterdir() instead.", + DeprecationWarning, + stacklevel=1, + ) + return (resource.name for resource in _get_resource(anchor, path_names).iterdir()) + + +def _get_encoding_arg(path_names, encoding): + # For compatibility with versions where *encoding* was a positional + # argument, it needs to be given explicitly when there are multiple + # *path_names*. + # This limitation can be removed in Python 3.15. + if encoding is _MISSING: + if len(path_names) > 1: + raise TypeError( + "'encoding' argument required with multiple path names", + ) + else: + return 'utf-8' + return encoding + + +def _get_resource(anchor, path_names): + if anchor is None: + raise TypeError("anchor must be module or string, got None") + return files(anchor).joinpath(*path_names) diff --git a/venv/lib/python3.8/site-packages/importlib_resources/_itertools.py b/venv/lib/python3.8/site-packages/importlib_resources/_itertools.py new file mode 100644 index 000000000..7b775ef5a --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources/_itertools.py @@ -0,0 +1,38 @@ +# from more_itertools 9.0 +def only(iterable, default=None, too_long=None): + """If *iterable* has only one item, return it. + If it has zero items, return *default*. + If it has more than one item, raise the exception given by *too_long*, + which is ``ValueError`` by default. + >>> only([], default='missing') + 'missing' + >>> only([1]) + 1 + >>> only([1, 2]) # doctest: +IGNORE_EXCEPTION_DETAIL + Traceback (most recent call last): + ... + ValueError: Expected exactly one item in iterable, but got 1, 2, + and perhaps more.' + >>> only([1, 2], too_long=TypeError) # doctest: +IGNORE_EXCEPTION_DETAIL + Traceback (most recent call last): + ... + TypeError + Note that :func:`only` attempts to advance *iterable* twice to ensure there + is only one item. See :func:`spy` or :func:`peekable` to check + iterable contents less destructively. + """ + it = iter(iterable) + first_value = next(it, default) + + try: + second_value = next(it) + except StopIteration: + pass + else: + msg = ( + 'Expected exactly one item in iterable, but got {!r}, {!r}, ' + 'and perhaps more.'.format(first_value, second_value) + ) + raise too_long or ValueError(msg) + + return first_value diff --git a/venv/lib/python3.8/site-packages/importlib_resources/abc.py b/venv/lib/python3.8/site-packages/importlib_resources/abc.py new file mode 100644 index 000000000..7a58dd2f9 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources/abc.py @@ -0,0 +1,171 @@ +import abc +import io +import itertools +import pathlib +from typing import Any, BinaryIO, Iterable, Iterator, NoReturn, Text, Optional +from typing import runtime_checkable, Protocol + +from .compat.py38 import StrPath + + +__all__ = ["ResourceReader", "Traversable", "TraversableResources"] + + +class ResourceReader(metaclass=abc.ABCMeta): + """Abstract base class for loaders to provide resource reading support.""" + + @abc.abstractmethod + def open_resource(self, resource: Text) -> BinaryIO: + """Return an opened, file-like object for binary reading. + + The 'resource' argument is expected to represent only a file name. + If the resource cannot be found, FileNotFoundError is raised. + """ + # This deliberately raises FileNotFoundError instead of + # NotImplementedError so that if this method is accidentally called, + # it'll still do the right thing. + raise FileNotFoundError + + @abc.abstractmethod + def resource_path(self, resource: Text) -> Text: + """Return the file system path to the specified resource. + + The 'resource' argument is expected to represent only a file name. + If the resource does not exist on the file system, raise + FileNotFoundError. + """ + # This deliberately raises FileNotFoundError instead of + # NotImplementedError so that if this method is accidentally called, + # it'll still do the right thing. + raise FileNotFoundError + + @abc.abstractmethod + def is_resource(self, path: Text) -> bool: + """Return True if the named 'path' is a resource. + + Files are resources, directories are not. + """ + raise FileNotFoundError + + @abc.abstractmethod + def contents(self) -> Iterable[str]: + """Return an iterable of entries in `package`.""" + raise FileNotFoundError + + +class TraversalError(Exception): + pass + + +@runtime_checkable +class Traversable(Protocol): + """ + An object with a subset of pathlib.Path methods suitable for + traversing directories and opening files. + + Any exceptions that occur when accessing the backing resource + may propagate unaltered. + """ + + @abc.abstractmethod + def iterdir(self) -> Iterator["Traversable"]: + """ + Yield Traversable objects in self + """ + + def read_bytes(self) -> bytes: + """ + Read contents of self as bytes + """ + with self.open('rb') as strm: + return strm.read() + + def read_text(self, encoding: Optional[str] = None) -> str: + """ + Read contents of self as text + """ + with self.open(encoding=encoding) as strm: + return strm.read() + + @abc.abstractmethod + def is_dir(self) -> bool: + """ + Return True if self is a directory + """ + + @abc.abstractmethod + def is_file(self) -> bool: + """ + Return True if self is a file + """ + + def joinpath(self, *descendants: StrPath) -> "Traversable": + """ + Return Traversable resolved with any descendants applied. + + Each descendant should be a path segment relative to self + and each may contain multiple levels separated by + ``posixpath.sep`` (``/``). + """ + if not descendants: + return self + names = itertools.chain.from_iterable( + path.parts for path in map(pathlib.PurePosixPath, descendants) + ) + target = next(names) + matches = ( + traversable for traversable in self.iterdir() if traversable.name == target + ) + try: + match = next(matches) + except StopIteration: + raise TraversalError( + "Target not found during traversal.", target, list(names) + ) + return match.joinpath(*names) + + def __truediv__(self, child: StrPath) -> "Traversable": + """ + Return Traversable child in self + """ + return self.joinpath(child) + + @abc.abstractmethod + def open(self, mode='r', *args, **kwargs): + """ + mode may be 'r' or 'rb' to open as text or binary. Return a handle + suitable for reading (same as pathlib.Path.open). + + When opening as text, accepts encoding parameters such as those + accepted by io.TextIOWrapper. + """ + + @property + @abc.abstractmethod + def name(self) -> str: + """ + The base name of this object without any parent references. + """ + + +class TraversableResources(ResourceReader): + """ + The required interface for providing traversable + resources. + """ + + @abc.abstractmethod + def files(self) -> "Traversable": + """Return a Traversable object for the loaded package.""" + + def open_resource(self, resource: StrPath) -> io.BufferedReader: + return self.files().joinpath(resource).open('rb') + + def resource_path(self, resource: Any) -> NoReturn: + raise FileNotFoundError(resource) + + def is_resource(self, path: StrPath) -> bool: + return self.files().joinpath(path).is_file() + + def contents(self) -> Iterator[str]: + return (item.name for item in self.files().iterdir()) diff --git a/venv/lib/python3.8/site-packages/importlib_resources/compat/__init__.py b/venv/lib/python3.8/site-packages/importlib_resources/compat/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/venv/lib/python3.8/site-packages/importlib_resources/compat/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_resources/compat/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9ab8bdb7ffce453df636b9058252a972eae1cd63 GIT binary patch literal 198 zcmWIL<>g`kf(98ttd4$DKk~Kq$n{tJGDr^EH$r8KPNK@s>E2&Lcch(BvrQnD4m#| zTCAU$TaaH=0#p%Slvfmkfeq6?4R-G@5xmV z`WHMoYZV-rH@r9RB`~wWphvLYUoXo~oF6UuUmYa3*zOLYAO)>RcAPY$$XUf|o^eWm zZaM|uM)nFgL_jtt5Dm$S4N2Bj{Z=bFM^?}&NumS3M;;OyqM4FfCG5aaIGiH9oNG6F z%zb$;xA5e=eNN)QvMouR)6>o7i-YNc`SZHWJpS$FDfOWue*L-P-O ztwpJ85Jj$pX?&?wYR2ix0xTq?-sa0KSg{AS7nNN6TE?S^aMD9+aGkHg30WI$Jv!zV noZi_bYD-<4++$=s8JQ-;*R?Ko72Ht#+qGAYY0Ub(M=$s{JKANv literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/importlib_resources/compat/__pycache__/py39.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_resources/compat/__pycache__/py39.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3887f3904662ef7826247cedd6a4fcb7f3e0de11 GIT binary patch literal 336 zcmYk0O=`n15QQcG#3m#?M!^e53qxq3l%AjzN;lpZ#~RyeWJ^en!Cm(dy+U_AkG5U; z3SD)abkPC5;eDE?(aUzbCRktZ`}PC-_hSB+hvor~-J@{AsU$h!UPE&V>7|CvTdUEkyr}#<2J;mKN MMv48Ezou8-FJNC;jsO4v literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/importlib_resources/compat/py38.py b/venv/lib/python3.8/site-packages/importlib_resources/compat/py38.py new file mode 100644 index 000000000..4d548257f --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources/compat/py38.py @@ -0,0 +1,11 @@ +import os +import sys + +from typing import Union + + +if sys.version_info >= (3, 9): + StrPath = Union[str, os.PathLike[str]] +else: + # PathLike is only subscriptable at runtime in 3.9+ + StrPath = Union[str, "os.PathLike[str]"] diff --git a/venv/lib/python3.8/site-packages/importlib_resources/compat/py39.py b/venv/lib/python3.8/site-packages/importlib_resources/compat/py39.py new file mode 100644 index 000000000..ed5abd5e5 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources/compat/py39.py @@ -0,0 +1,10 @@ +import sys + + +__all__ = ['ZipPath'] + + +if sys.version_info >= (3, 10): + from zipfile import Path as ZipPath +else: + from zipp import Path as ZipPath diff --git a/venv/lib/python3.8/site-packages/importlib_resources/future/__init__.py b/venv/lib/python3.8/site-packages/importlib_resources/future/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/venv/lib/python3.8/site-packages/importlib_resources/future/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_resources/future/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d0f25c567f82968405491b15183079e0eb78b251 GIT binary patch literal 198 zcmWIL<>g`kf(98ttd4$DKk~Kq$n{tJGDr^EH$r8KPNK@s>E2&Lcch(BvrQnD4m#| zTCAU$TaaH=0#p%SlvYL>W(Lh zWOrA0K0)rw9gw`V`4f6VpZrjuf6u=5DgQ!&*8OHl-RUkDqb0FFxLgi*X1@7me!srn zVz~Zs{FB}J8e{*Yht)a`*^O$jbqkt#(vzy*!m@lTk+a4i`Rs|w|3Tu($ zX;Da_6y{g9lSz?^t!N@t5e>zc4mNch(~u&Hg;b^)MsZYVOoyBVR2OX{EnGBp6P;!! z{ByS8pRo~-dF&kfNBlXT)1TehK`X%Zv5bn~R9yEX8SO)CG)To$q4KF53iV-5f9>uF z9pZp?4HH_k5~3^)k_?9#ib4lbb{Hs)wMfQ6nhazl4}|Udn$Zqj zn>)I`*En+I414{(Chf;wZ^706xs@8enb9|M2WF|y7WR;2nqQ9sy(_B22Z;(sGN0I` ziwfSwCOwr|u$5;b(0LH0X-6i* zhxw#{7K0>B^x@+q70P(35JOW>EpR%X@gljSOnrP%jwKw7k6(ouK>mW8^>Qr)$Z*yd z>|f*FZaxvcILdm(q2A52d&N8VMpB4DBJOD!4aY+E_C>begB7YR?{wemsYHu=2%2%U zBUJCq2213s-e?L}iQY1Ty2YVs93Tn`A+Hb$19YtJ@D0A<_>Rx7bI)n>t1lh&&P(S% zPTk|PARMIma2zg?(0w0|QL65DD^Up7=4hJ1%z3IzjaF61k>7-DNueoUqwWTE-$G}u zToBmAq9Oycy3aRWli$JYE5S~I{t(TcStD*VP=4g(n{&43wi$)GdVS8eZPav}S9kg@+U85gl@#~q2m#NQzi3n+pc9PPx9`Nf?^+&nV)xkZd&Iop z(OSj0^@?#DCExb_&p?I!CPKPxZhk$h&Hipp@_^_xDDkQ&fD4)LC$R`F`x3T`gB;XQ z^51Y3|J|0A_b5}q7$lwYN5vkO05XWAjq{O^QpEQ292^W5jREZo+({I_yl74cpr+nJ zr{RC?9KrWT@ca?(;?A6%cnenCq4g7Y&KF?17ksNzv!=JOGBxBLA;iV>ZLB>)Q`Y8u_V#61 zsB+^)BYoxcWDI-yA7es(I^tiv!I?%*LacgwHQU!0$axNXm;H`CWq*S{G=74DW2sp~ z(qYWT1FdB;m}+4e+~$COv!4`CZCaLBu}NN|?hbVnbQiTFy!;AHQ3htb#b$m(znfLcVDG1VS5!Z=d>mtP|;!?`WTbhCRJL{)!9P{@*LXQ!o@@3 z^44kL0wlZN)^sLK9qLy}zFai|dVkW6!0cT#drY5ue!JnjzUO_&nx`oo#(ka?qP;JL&f3@uTTd=Dn zaz873DLsc&v=H}C)#bcj#<~?@E5T?0p6&)`Tp#J6EG~k9*p2p+9Ce;T^>+{*V%U$8 zl=B(J*s8GW=azl}jsoSN1!N6r3>YRHmPY8seQl3-()g;SaJsqiRsML;tWwDQZd dRPVoEhU0y5gCYhZFtvHxx$63F_^r*`{{^F6hAIF6 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/importlib_resources/future/adapters.py b/venv/lib/python3.8/site-packages/importlib_resources/future/adapters.py new file mode 100644 index 000000000..0e9764bae --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources/future/adapters.py @@ -0,0 +1,95 @@ +import functools +import pathlib +from contextlib import suppress +from types import SimpleNamespace + +from .. import readers, _adapters + + +def _block_standard(reader_getter): + """ + Wrap _adapters.TraversableResourcesLoader.get_resource_reader + and intercept any standard library readers. + """ + + @functools.wraps(reader_getter) + def wrapper(*args, **kwargs): + """ + If the reader is from the standard library, return None to allow + allow likely newer implementations in this library to take precedence. + """ + try: + reader = reader_getter(*args, **kwargs) + except NotADirectoryError: + # MultiplexedPath may fail on zip subdirectory + return + # Python 3.10+ + mod_name = reader.__class__.__module__ + if mod_name.startswith('importlib.') and mod_name.endswith('readers'): + return + # Python 3.8, 3.9 + if isinstance(reader, _adapters.CompatibilityFiles) and ( + reader.spec.loader.__class__.__module__.startswith('zipimport') + or reader.spec.loader.__class__.__module__.startswith( + '_frozen_importlib_external' + ) + ): + return + return reader + + return wrapper + + +def _skip_degenerate(reader): + """ + Mask any degenerate reader. Ref #298. + """ + is_degenerate = ( + isinstance(reader, _adapters.CompatibilityFiles) and not reader._reader + ) + return reader if not is_degenerate else None + + +class TraversableResourcesLoader(_adapters.TraversableResourcesLoader): + """ + Adapt loaders to provide TraversableResources and other + compatibility. + + Ensures the readers from importlib_resources are preferred + over stdlib readers. + """ + + def get_resource_reader(self, name): + return ( + _skip_degenerate(_block_standard(super().get_resource_reader)(name)) + or self._standard_reader() + or super().get_resource_reader(name) + ) + + def _standard_reader(self): + return self._zip_reader() or self._namespace_reader() or self._file_reader() + + def _zip_reader(self): + with suppress(AttributeError): + return readers.ZipReader(self.spec.loader, self.spec.name) + + def _namespace_reader(self): + with suppress(AttributeError, ValueError): + return readers.NamespaceReader(self.spec.submodule_search_locations) + + def _file_reader(self): + try: + path = pathlib.Path(self.spec.origin) + except TypeError: + return None + if path.exists(): + return readers.FileReader(SimpleNamespace(path=path)) + + +def wrap_spec(package): + """ + Override _adapters.wrap_spec to use TraversableResourcesLoader + from above. Ensures that future behavior is always available on older + Pythons. + """ + return _adapters.SpecLoaderAdapter(package.__spec__, TraversableResourcesLoader) diff --git a/venv/lib/python3.8/site-packages/importlib_resources/py.typed b/venv/lib/python3.8/site-packages/importlib_resources/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/venv/lib/python3.8/site-packages/importlib_resources/readers.py b/venv/lib/python3.8/site-packages/importlib_resources/readers.py new file mode 100644 index 000000000..4f761c64b --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources/readers.py @@ -0,0 +1,203 @@ +from __future__ import annotations + +import collections +import contextlib +import itertools +import pathlib +import operator +import re +import warnings +from collections.abc import Iterator + +from . import abc + +from ._itertools import only +from .compat.py39 import ZipPath + + +def remove_duplicates(items): + return iter(collections.OrderedDict.fromkeys(items)) + + +class FileReader(abc.TraversableResources): + def __init__(self, loader): + self.path = pathlib.Path(loader.path).parent + + def resource_path(self, resource): + """ + Return the file system path to prevent + `resources.path()` from creating a temporary + copy. + """ + return str(self.path.joinpath(resource)) + + def files(self): + return self.path + + +class ZipReader(abc.TraversableResources): + def __init__(self, loader, module): + self.prefix = loader.prefix.replace('\\', '/') + if loader.is_package(module): + _, _, name = module.rpartition('.') + self.prefix += name + '/' + self.archive = loader.archive + + def open_resource(self, resource): + try: + return super().open_resource(resource) + except KeyError as exc: + raise FileNotFoundError(exc.args[0]) + + def is_resource(self, path): + """ + Workaround for `zipfile.Path.is_file` returning true + for non-existent paths. + """ + target = self.files().joinpath(path) + return target.is_file() and target.exists() + + def files(self): + return ZipPath(self.archive, self.prefix) + + +class MultiplexedPath(abc.Traversable): + """ + Given a series of Traversable objects, implement a merged + version of the interface across all objects. Useful for + namespace packages which may be multihomed at a single + name. + """ + + def __init__(self, *paths): + self._paths = list(map(_ensure_traversable, remove_duplicates(paths))) + if not self._paths: + message = 'MultiplexedPath must contain at least one path' + raise FileNotFoundError(message) + if not all(path.is_dir() for path in self._paths): + raise NotADirectoryError('MultiplexedPath only supports directories') + + def iterdir(self): + children = (child for path in self._paths for child in path.iterdir()) + by_name = operator.attrgetter('name') + groups = itertools.groupby(sorted(children, key=by_name), key=by_name) + return map(self._follow, (locs for name, locs in groups)) + + def read_bytes(self): + raise FileNotFoundError(f'{self} is not a file') + + def read_text(self, *args, **kwargs): + raise FileNotFoundError(f'{self} is not a file') + + def is_dir(self): + return True + + def is_file(self): + return False + + def joinpath(self, *descendants): + try: + return super().joinpath(*descendants) + except abc.TraversalError: + # One of the paths did not resolve (a directory does not exist). + # Just return something that will not exist. + return self._paths[0].joinpath(*descendants) + + @classmethod + def _follow(cls, children): + """ + Construct a MultiplexedPath if needed. + + If children contains a sole element, return it. + Otherwise, return a MultiplexedPath of the items. + Unless one of the items is not a Directory, then return the first. + """ + subdirs, one_dir, one_file = itertools.tee(children, 3) + + try: + return only(one_dir) + except ValueError: + try: + return cls(*subdirs) + except NotADirectoryError: + return next(one_file) + + def open(self, *args, **kwargs): + raise FileNotFoundError(f'{self} is not a file') + + @property + def name(self): + return self._paths[0].name + + def __repr__(self): + paths = ', '.join(f"'{path}'" for path in self._paths) + return f'MultiplexedPath({paths})' + + +class NamespaceReader(abc.TraversableResources): + def __init__(self, namespace_path): + if 'NamespacePath' not in str(namespace_path): + raise ValueError('Invalid path') + self.path = MultiplexedPath(*filter(bool, map(self._resolve, namespace_path))) + + @classmethod + def _resolve(cls, path_str) -> abc.Traversable | None: + r""" + Given an item from a namespace path, resolve it to a Traversable. + + path_str might be a directory on the filesystem or a path to a + zipfile plus the path within the zipfile, e.g. ``/foo/bar`` or + ``/foo/baz.zip/inner_dir`` or ``foo\baz.zip\inner_dir\sub``. + + path_str might also be a sentinel used by editable packages to + trigger other behaviors (see python/importlib_resources#311). + In that case, return None. + """ + dirs = (cand for cand in cls._candidate_paths(path_str) if cand.is_dir()) + return next(dirs, None) + + @classmethod + def _candidate_paths(cls, path_str: str) -> Iterator[abc.Traversable]: + yield pathlib.Path(path_str) + yield from cls._resolve_zip_path(path_str) + + @staticmethod + def _resolve_zip_path(path_str: str): + for match in reversed(list(re.finditer(r'[\\/]', path_str))): + with contextlib.suppress( + FileNotFoundError, + IsADirectoryError, + NotADirectoryError, + PermissionError, + ): + inner = path_str[match.end() :].replace('\\', '/') + '/' + yield ZipPath(path_str[: match.start()], inner.lstrip('/')) + + def resource_path(self, resource): + """ + Return the file system path to prevent + `resources.path()` from creating a temporary + copy. + """ + return str(self.path.joinpath(resource)) + + def files(self): + return self.path + + +def _ensure_traversable(path): + """ + Convert deprecated string arguments to traversables (pathlib.Path). + + Remove with Python 3.15. + """ + if not isinstance(path, str): + return path + + warnings.warn( + "String arguments are deprecated. Pass a Traversable instead.", + DeprecationWarning, + stacklevel=3, + ) + + return pathlib.Path(path) diff --git a/venv/lib/python3.8/site-packages/importlib_resources/simple.py b/venv/lib/python3.8/site-packages/importlib_resources/simple.py new file mode 100644 index 000000000..2e75299b1 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources/simple.py @@ -0,0 +1,106 @@ +""" +Interface adapters for low-level readers. +""" + +import abc +import io +import itertools +from typing import BinaryIO, List + +from .abc import Traversable, TraversableResources + + +class SimpleReader(abc.ABC): + """ + The minimum, low-level interface required from a resource + provider. + """ + + @property + @abc.abstractmethod + def package(self) -> str: + """ + The name of the package for which this reader loads resources. + """ + + @abc.abstractmethod + def children(self) -> List['SimpleReader']: + """ + Obtain an iterable of SimpleReader for available + child containers (e.g. directories). + """ + + @abc.abstractmethod + def resources(self) -> List[str]: + """ + Obtain available named resources for this virtual package. + """ + + @abc.abstractmethod + def open_binary(self, resource: str) -> BinaryIO: + """ + Obtain a File-like for a named resource. + """ + + @property + def name(self): + return self.package.split('.')[-1] + + +class ResourceContainer(Traversable): + """ + Traversable container for a package's resources via its reader. + """ + + def __init__(self, reader: SimpleReader): + self.reader = reader + + def is_dir(self): + return True + + def is_file(self): + return False + + def iterdir(self): + files = (ResourceHandle(self, name) for name in self.reader.resources) + dirs = map(ResourceContainer, self.reader.children()) + return itertools.chain(files, dirs) + + def open(self, *args, **kwargs): + raise IsADirectoryError() + + +class ResourceHandle(Traversable): + """ + Handle to a named resource in a ResourceReader. + """ + + def __init__(self, parent: ResourceContainer, name: str): + self.parent = parent + self.name = name # type: ignore[misc] + + def is_file(self): + return True + + def is_dir(self): + return False + + def open(self, mode='r', *args, **kwargs): + stream = self.parent.reader.open_binary(self.name) + if 'b' not in mode: + stream = io.TextIOWrapper(stream, *args, **kwargs) + return stream + + def joinpath(self, name): + raise RuntimeError("Cannot traverse into a resource") + + +class TraversableReader(TraversableResources, SimpleReader): + """ + A TraversableResources based on SimpleReader. Resource providers + may derive from this class to provide the TraversableResources + interface by supplying the SimpleReader interface. + """ + + def files(self): + return ResourceContainer(self) diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/__init__.py b/venv/lib/python3.8/site-packages/importlib_resources/tests/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9675bcfb9ca6863a56bd5cb97a2b65fed82a0e6b GIT binary patch literal 197 zcmWIL<>g`kf(98ttd4$DKk~Kq$n{tJGDr^EH$r8KPNK@s>E2&Lcch(BvrQnD4m#| zTCAU$TaaH=0#p%SlvHjJ GW&i-Ks5NE) literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/_path.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/_path.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d1977fb7502c9e0baae77e3645dd054edd1e691b GIT binary patch literal 3224 zcmbVOOK;mo5Z)yziK1j%ao$NEj8Z@rYDPfq&H2j^Bgyz<+;gnZR09wYgb9r;u)YcSsp0!JbR=c(Plx>6>y&ynDts?1y(#Z znng}dmQG2Va%)P#mSBIGtsG~X%bf14q!?CPze-r?HD%}6>ahV_OT4smj_1|dd3Hgq zt*W)0TDv&6W~#MI<26RNNcHlcXr)F~i;YLVC*#cXzz>5ejn9ceApIV9ybkwv-By>w zqWM&WGW5c(ho@#guxeu85)3#&n>IB@n>y0~MUQh^!(P`9b`Ne_Hhd54ND4pLw*7$l zo-1)EJKUD8*yhp>+qP>*$%&de(5M=*={SK45;?KuIK7Y!x;QR6&WnNDO?PsR!$Qw- z-Vjj$NmTdGcD)n!c%8XHy+4$lFxcqd+Gq>TTRz{A!u58!sPFM$uio`rDaozcoqFU; zzR`zmcbi9bzt<0i1PVv+C>#h6)+CQ)RCoHW?9}>0kp;*lXpsh;N!2{gf9rR7wAJU{ z8LJ`LeWd>ix~bKec1*x>Iy2zkNPMoDVL4{PJj?RTg8v*VfMttu{uwCp#03>RyoB+m z!vN<$LW>OO7}+9kXhT^9F2sm@XkaN?X729gKzoq*O$0k`Z(zArxkz6t7uDe8244tlKOLpbw4DqcdC6Gu$Vny_pQ z!FfKLK+c$TX8$8F<7^T{i?CK2PmT=j3F?fZ)9psp6qqjsBvK;s*qz7jB6gRtLvKhf zX{wtV;T?))=uq(pQ?jXze`*~PjUKjk;;i6uAc8r!L6^ZRRW?NkNk&A{BTX!iz*PqI*pN+T{m!GPhBw^7mQ5?)JsavDcpL-=U#rMoU)7dMbwbxd z$63RBSWnMP_YxkpozM@^5!NbzR!`)tRBM8}Oy#*X9)Ox4*uBa?wm0si+$%FCs7&zA z@I;M(sQ`0)6w?M2pA4kj9@HHVWRg4yIYZolSQ2IEVgr3RHd7ZpQI1X_aVj`O<}|aT6iI~h%bQPduWMRT9K-iGxF#_qU6C$Iie?!K~6y$lpslMG|8}4 z*j|8$snb9JREuchOX$zApQwuk7S$ak3Xhf48wVM6@k-Uy7eG~&+TVexP_}?qih2g{ z1N2c9{e8TDp7O4q7g!VHe0vZ;Dh#{eC34sYpA)FEKq!F<3QWPV4$sKsm6cKTRN(7N z)dJ;I;&YthwZ+R&Dz>}un2F%xypFn<*c5ylZkh|F;*6;$#Vj_zPF|XuSe>GE=uB#A jC0eA#Tq%1+*XU~TN;dmeqZ+l|7H=5zTE?IyBWeEuw{)`? literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/test_compatibilty_files.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/test_compatibilty_files.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4584f5f0369382664a0c5644565b9b0757846c43 GIT binary patch literal 5386 zcmb7I&2!tv72gFw3ZyAnmSkJ;x6?QYQ;TxzHu1Es#*IH(w+Wp%PMUJsVjwOgL4^or z0XY#zIoa1t|A8K)BX9kC_S#df?aeby`hL44_yy87IoMqQZ+GACz2Clli_hoh%Zz^i zdj9^-e=3aq8#lv0hi>lBmHdSY!32+3!_>UN^}W@wskS0#uh1y$6&pp)ge{zCZqIGF zoc)f8f+#*`q8RYq(lfhJrYCd4r6+Fh$qB(fW7X34Gy|(wEwywv-fR15xEV%adhj5O zf<%?RmVVny+ClSsPGVKAoc%P6n&>n9v+3pzUCBSG2pDv1Sb;6Lu%5GLyx~xrwA1Z^ z(X3H4`ZVT5NtBJ#FWSfaWjmcqMuD!o zbS3AgNZAn={Fr~sQ)|~gBwzsaolQd)>i?Z5iQflN6koscbu1%swNXmqy}%=T?o@5X zeZ@BwZ&K6QBEu>NFO=JiTWQcrld7YvFjjLP9;89?@R7vKjfJKR{1js}|L$)Gs zqAgY4gp?=z)bBF6M4~Sa)^}*Ob>X+x+Xv}R+*)hjT-%aCuo(txsiXk{x&Ab0JzbB& z&7R23+O72@OoO%F_{n;>*N$aM5}pi_cwaVyWSwS8P3bi=dZY&)P$aeXftu@eKS_Ed zL}kXTGIzLz|NlCdr`WpI>osC?*dIjFHpft~`61i2j)|yUUhmqflxe04S_Qd6a$PPL zsnWJE#WHSJslb)Mnat{3oTiK(X+o7Eb<(Q5M~y>v#8M&v_zabf>|=J1nEi}{2BNTS zA6v8n8PTCw9~lah<4SNr+e7x(%D4QG@3Jo#XJ1+9Bu~=|tge>72TxnI8xj^6gQQBg zw}V#jOHV+v{YVuP;zb~|LDd|_5TTTBKpgZNm|QLA%y)rA5=_8|7iYNpL+7Wjq3wt*!H{fK z!UD!EaERdN8JzNrZ?nEDx>j8y>pJox2`eWGlT@RSm+3wi!HP!E+zBHwFxi_VZCJ!R z*Jmm})^WP__a?L-M=**FZ^tDxbFKmj6wHNlTEmHDd&h4L@LU5PkcaV0yt6hF(Rkkp zNEk=2leee=rO6%q$U0`noDc5FHMq~n-px4nfVdd+xs~Y1qKY8}xG5YvHO{f5N)z|s zEb>luCLHW#JwuE}d~hp+a(xJjw)y~$4S4#QGXx1%(xkdA{w&qoQz8YRN86T^PaQD<;N^B(nr4=cCzN>+tWas zKrzCtvs{xAW;S*YFa7q8}crR=u$R@dG*n)+JRmXE->v!2c*>y~C9&9^uDxS$G2EBd*KqiW!ez*RG3HH;e!`bz0VKX$6fz4Gd!B?DmnD`1V^FVeUeV}(TFkyhc7bg$5-EQbI~EG(Yw=^)PNULO5*>q3VxcT0o+95z}cVJ zFWIN;G5c~LcVScx93Gd|I~qb4Wla?m{vZ2cLWieQ4=72l$LWK3za{QV8A}sauxfHm zGD&kl`Xh<=!eWJjV&!$HKHDUS&Y4M;4Adh!v|*zj7y|$)R4RU>>d4#FMU}tsqy1oj zNI94%7t$G%f6!|$Y(4d(P2tEZSvvdhhZRQ4tu}3;jFgWuu(x42`0%xht)5pP> zWZPhocc_a*+*ajBI!pS5PG-4KRt=QlRLUUwoO%zy+?Wk!vik@eXp${Rz)3+=I%d#` zfgM?NYOs$SL8(-lEk6UNC~cC~$04<7X!tOB*h*5r)eKZIihU7CwY(jq+3AiNc&O1= zEq#QdBPQiX<5|7lB)#lYz@GT= zmgI1m9%v|L!CV0{WS8<93Y^Cz!n8!5B-c^gK=E@F*yiM~QEZ_25XC(d4^a%xE4ro6 zi8$yj(3N04xZL7pmoD2ay0+`+KU$_;q^I;uqEC~qksmy8hpq(5z4})WT3)WoIVsoU z$J#+pCcaK^8XuG0#bgMV`s)O-qJNUK%qN6%qn{AGEgA25h6;HU*CzKcCTK_}=65E2 zJEGL2I`1bsNazrwnBkTS lTHf{P=!UhRr_0k%xwp+q-vDX#7b2ItmTN5*D)!PR{|AQw?v4Ne literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/test_contents.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/test_contents.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2f508de83c2e402199e091dc70ee499e0805fe66 GIT binary patch literal 1507 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 IVArJdZ#;walK=n! literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/test_open.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/test_open.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6dda511e1e008f3e2b4dcfb5fe88629abb10bc4f GIT binary patch literal 3730 zcmbVOOLG%P5T4nWRu9Xv0RtukK_ziaSrQJxaS}qgco?dZhzi)1lrCFq&DdU9+Er#( zfK}#Xt`vVkKKhnlkwbpMTyx?ta7d+l)_O~!Dyy1aP4Dz{_cz@=y*)FNBJlk2W^Mlv z{{4-U!N-Eh28{48AdE0tCzbe3D;m?7Ue_B&#h~OdVFokb5N2|tW^z)qj*UtJxE4zQ zH!;AqforoQaFfScB?+?>OT#S9ldvkKWX(z%_!%|>{Fxzs2KZSv3;bEdpE+Bf1%8gr z0e^0YKg)A${y-Cda?+VQAryRgPL|KT2Y*QUJq5Zx{htk~j>hQ8_f#)~fXkQvZ zll!p72zh;1CYo;bz}@50P#>+x6?;57B_ao^KOB_yg9a}#*Do~>qy4}yG;bGn1?M{+ zFGK=FxhTEh{)AYVMJ(-W@!8J7+}S-m1S_lb{yYraL17;$7uwtRmcAs$N9bG*5fZ?9`;fW4UjqH zA=n8RAs(Df)%<@Q>TGP|7Jn6epny2unAm+9jQSoFnWc&hSY#` zfZ4knuOUG?#tDHGAszEbkE|%c^kaHVPqeXAG0N@qj!MBICWtU$>-VT^*%lZP0;5nG z%!P!&f+r2ZT_)3R7;+Ik!r+qT&LM=cG==N$@l!)&P!6$|+HO-?5bUjbG;%&Nhmo&h z-ih@ufIx`a;&8WVd$9*aaddHYDmELi!8kS$S5R^xt`5CBMD3Sy<1%3`Ct>Pn}wQsKixVi%5x2kz7M^1Ich;$!mR=BFGkp@m&{S za=MZI3CQ%|$Wnk~c@i8GWv8QaA9kIF4l~|r@3MV-`b9O4BW5B}s=!+14{5|_bxi@( zw&IDj!bo`4=u{Jnph#L=h(Ltx3j?UFu61D(Umz@#u(>*d&7KFfwTBE!^pMHXdD>o@ zip;R&bX;m5!{t2SLOMod9%(geIAV^diY{{iKMS*O2*1RU&XgQWK$_d_hpGJ8^UU=^ z9_F`w4@w$;gox!|dT`0KqI|T^^Gh*^OL@4FS`F?;#h$465)o9ciBWQDo)tMMMxY#bin5PESsP<3$v#AF;u))wNYOqhQP52rnW6@1IdSpOd%uxb0 z(!?4$Rt4d1$+Ccl1wV)i{FMh`jD>JKv5UZ!bDK~p%R#gmw0x!xOeH)-eXsJ3X8Vmk z9&xpE#`ai;t$UXhT=y%Ju$U%19h0^H!ekyXsR1Tf8^=&F%3>9y;{e0*C%!_0D3AJ= z@B61J(wKKYfY6|KHz#>FS+u;I6xc_K3rO&q5T7GiLV|6CxP{~n67+V!HdS*~J8%U) zpnQl&WK-KxznpCf{4#c<vEy1xeT3N2z@12CdgUr@6;Uc>07JN502O*t)HJh-2Um& zL~OnVZI5AedmNlkw+#X8+oll7pj{QO83Q6Pk|!#{AovkRR}s#qE1Ckr1yt4ppsQ7U z2YZ#p_dqAAz6T$k!sx2TIrhvA*Yh1`dA?$|d@sT%uAH0Dr>hHI5}|`wCEaZ!;rJ^y zI{mzHxd8< literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/test_path.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/test_path.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b1304c940981d8b437337cd6ac77fc147e873886 GIT binary patch literal 2969 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/test_reader.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/test_reader.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c6d387b87ded91011b37b516ecb711911ab44803 GIT binary patch literal 5787 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 YUpj^UbEEpT^`-OA{E69_xyoGWKOL{T{{R30 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/zip.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_resources/tests/__pycache__/zip.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c4ecf376b114101f3559730f32e7469b6c228c82 GIT binary patch literal 849 zcmY*XOK%e~5FUG-WE+}N1oQ}d4N|g56{tc80WF17#X~%_0Bn!!KWJ^>5+HDDmwEjuVQmb;LDm} zdyQGMqH{vvJ=}v=@ESfqMUV`gK4=Fhk>fEG3kHGA1EYk%)f7PztT!h0S6CqFXusk%wBJY*!y#e0bm7-@=ul>5p$taEO6X!=rRZ}Ub%+%E<)Q6l$wK z%1ug_DK{+Yx`Sm09S80s7jV_>T;xqu?IQrz*Cw~<;yzK=(1p!u#W63^I96`jRm*|< ffI8|@zB;o@YW;^ TreeMaker: + return obj if isinstance(obj, TreeMaker) else pathlib.Path(obj) # type: ignore[return-value] + + +def build( + spec: FilesSpec, + prefix: Union[str, TreeMaker] = pathlib.Path(), # type: ignore[assignment] +): + """ + Build a set of files/directories, as described by the spec. + + Each key represents a pathname, and the value represents + the content. Content may be a nested directory. + + >>> spec = { + ... 'README.txt': "A README file", + ... "foo": { + ... "__init__.py": "", + ... "bar": { + ... "__init__.py": "", + ... }, + ... "baz.py": "# Some code", + ... "bar.py": Symlink("baz.py"), + ... }, + ... "bing": Symlink("foo"), + ... } + >>> target = getfixture('tmp_path') + >>> build(spec, target) + >>> target.joinpath('foo/baz.py').read_text(encoding='utf-8') + '# Some code' + >>> target.joinpath('bing/bar.py').read_text(encoding='utf-8') + '# Some code' + """ + for name, contents in spec.items(): + create(contents, _ensure_tree_maker(prefix) / name) + + +@functools.singledispatch +def create(content: Union[str, bytes, FilesSpec], path): + path.mkdir(exist_ok=True) + build(content, prefix=path) # type: ignore[arg-type] + + +@create.register +def _(content: bytes, path): + path.write_bytes(content) + + +@create.register +def _(content: str, path): + path.write_text(content, encoding='utf-8') + + +@create.register +def _(content: Symlink, path): + path.symlink_to(content) + + +# end from jaraco.path +#### diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/compat/__init__.py b/venv/lib/python3.8/site-packages/importlib_resources/tests/compat/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/compat/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_resources/tests/compat/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7dff2e680a30716c6d243babf8d65ce0b1723f8f GIT binary patch literal 204 zcmWIL<>g`kf(98ttd4$DKk~Kq$n{tJGDr^EH$r8KPNK@s>E2&Lcch(BvrQnD4m#| zTCAU$TaaH=0#p%Slv_)IqfrL<>pqHvpMMx_*p0WYQwrpqBt>~$JknWKi z&y#CUeFaV(XH%&od8GN~`{v6`PG++VDE{3XtR(}u3&qn&s5qqO4k!r_OhN@B60u}$ zR7DIBe#IgY=?z@7D!~+^Yj!&kDJDDW3U&;|_9@ z&Xve(iClGN052N980beuY-4h%W}{~1(08VK{aB8wf>o)b(c&-IaFGA1T!qxOII-I}1GLo%F+UPf|)V`{|dx=hyIa2G42qGEP|b;sL<1lez!^ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/compat/__pycache__/py39.cpython-38.pyc b/venv/lib/python3.8/site-packages/importlib_resources/tests/compat/__pycache__/py39.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ccfcb99303c70134a4a38438da6c1cf61918775f GIT binary patch literal 586 zcmYjPJ#X7E5T!mG+iF#(D9~9`0S}S}13?26MO$>}lmrO6a3N^%VzCxQf}~TZtNUlV zb?sl#+9`h_OLB_rq9pjp_l}P^9{Dv*6N2sc&$IeZK*-;L{NG|EA8@z}1VJbffe4#G zg)~$VjRFFZi1vYb1EGk;M4ap+8lyHv?F_ZqKA;oibL3x;C*s*Yq$lF}HCd)VJ|>@d zwf)Ym$SbW3_k1lI>ATF;Qn}3Q%H68bu{iJXcM$g)A&yVOBnS!i Lhd4S7p4JbKj+3&* literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/compat/py312.py b/venv/lib/python3.8/site-packages/importlib_resources/tests/compat/py312.py new file mode 100644 index 000000000..ea9a58ba2 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources/tests/compat/py312.py @@ -0,0 +1,18 @@ +import contextlib + +from .py39 import import_helper + + +@contextlib.contextmanager +def isolated_modules(): + """ + Save modules on entry and cleanup on exit. + """ + (saved,) = import_helper.modules_setup() + try: + yield + finally: + import_helper.modules_cleanup(saved) + + +vars(import_helper).setdefault('isolated_modules', isolated_modules) diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/compat/py39.py b/venv/lib/python3.8/site-packages/importlib_resources/tests/compat/py39.py new file mode 100644 index 000000000..e01d276bd --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources/tests/compat/py39.py @@ -0,0 +1,13 @@ +""" +Backward-compatability shims to support Python 3.9 and earlier. +""" + +from jaraco.test.cpython import from_test_support, try_import + +import_helper = try_import('import_helper') or from_test_support( + 'modules_setup', 'modules_cleanup', 'DirsOnSysPath' +) +os_helper = try_import('os_helper') or from_test_support('temp_dir') +warnings_helper = try_import('warnings_helper') or from_test_support( + 'ignore_warnings', 'check_warnings' +) diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/test_compatibilty_files.py b/venv/lib/python3.8/site-packages/importlib_resources/tests/test_compatibilty_files.py new file mode 100644 index 000000000..13ad0dfb2 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources/tests/test_compatibilty_files.py @@ -0,0 +1,104 @@ +import io +import unittest + +import importlib_resources as resources + +from importlib_resources._adapters import ( + CompatibilityFiles, + wrap_spec, +) + +from . import util + + +class CompatibilityFilesTests(unittest.TestCase): + @property + def package(self): + bytes_data = io.BytesIO(b'Hello, world!') + return util.create_package( + file=bytes_data, + path='some_path', + contents=('a', 'b', 'c'), + ) + + @property + def files(self): + return resources.files(self.package) + + def test_spec_path_iter(self): + self.assertEqual( + sorted(path.name for path in self.files.iterdir()), + ['a', 'b', 'c'], + ) + + def test_child_path_iter(self): + self.assertEqual(list((self.files / 'a').iterdir()), []) + + def test_orphan_path_iter(self): + self.assertEqual(list((self.files / 'a' / 'a').iterdir()), []) + self.assertEqual(list((self.files / 'a' / 'a' / 'a').iterdir()), []) + + def test_spec_path_is(self): + self.assertFalse(self.files.is_file()) + self.assertFalse(self.files.is_dir()) + + def test_child_path_is(self): + self.assertTrue((self.files / 'a').is_file()) + self.assertFalse((self.files / 'a').is_dir()) + + def test_orphan_path_is(self): + self.assertFalse((self.files / 'a' / 'a').is_file()) + self.assertFalse((self.files / 'a' / 'a').is_dir()) + self.assertFalse((self.files / 'a' / 'a' / 'a').is_file()) + self.assertFalse((self.files / 'a' / 'a' / 'a').is_dir()) + + def test_spec_path_name(self): + self.assertEqual(self.files.name, 'testingpackage') + + def test_child_path_name(self): + self.assertEqual((self.files / 'a').name, 'a') + + def test_orphan_path_name(self): + self.assertEqual((self.files / 'a' / 'b').name, 'b') + self.assertEqual((self.files / 'a' / 'b' / 'c').name, 'c') + + def test_spec_path_open(self): + self.assertEqual(self.files.read_bytes(), b'Hello, world!') + self.assertEqual(self.files.read_text(encoding='utf-8'), 'Hello, world!') + + def test_child_path_open(self): + self.assertEqual((self.files / 'a').read_bytes(), b'Hello, world!') + self.assertEqual( + (self.files / 'a').read_text(encoding='utf-8'), 'Hello, world!' + ) + + def test_orphan_path_open(self): + with self.assertRaises(FileNotFoundError): + (self.files / 'a' / 'b').read_bytes() + with self.assertRaises(FileNotFoundError): + (self.files / 'a' / 'b' / 'c').read_bytes() + + def test_open_invalid_mode(self): + with self.assertRaises(ValueError): + self.files.open('0') + + def test_orphan_path_invalid(self): + with self.assertRaises(ValueError): + CompatibilityFiles.OrphanPath() + + def test_wrap_spec(self): + spec = wrap_spec(self.package) + self.assertIsInstance(spec.loader.get_resource_reader(None), CompatibilityFiles) + + +class CompatibilityFilesNoReaderTests(unittest.TestCase): + @property + def package(self): + return util.create_package_from_loader(None) + + @property + def files(self): + return resources.files(self.package) + + def test_spec_path_joinpath(self): + self.assertIsInstance(self.files / 'a', CompatibilityFiles.OrphanPath) diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/test_contents.py b/venv/lib/python3.8/site-packages/importlib_resources/tests/test_contents.py new file mode 100644 index 000000000..741a74076 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources/tests/test_contents.py @@ -0,0 +1,38 @@ +import unittest +import importlib_resources as resources + +from . import util + + +class ContentsTests: + expected = { + '__init__.py', + 'binary.file', + 'subdirectory', + 'utf-16.file', + 'utf-8.file', + } + + def test_contents(self): + contents = {path.name for path in resources.files(self.data).iterdir()} + assert self.expected <= contents + + +class ContentsDiskTests(ContentsTests, util.DiskSetup, unittest.TestCase): + pass + + +class ContentsZipTests(ContentsTests, util.ZipSetup, unittest.TestCase): + pass + + +class ContentsNamespaceTests(ContentsTests, util.DiskSetup, unittest.TestCase): + MODULE = 'namespacedata01' + + expected = { + # no __init__ because of namespace design + 'binary.file', + 'subdirectory', + 'utf-16.file', + 'utf-8.file', + } diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/test_custom.py b/venv/lib/python3.8/site-packages/importlib_resources/tests/test_custom.py new file mode 100644 index 000000000..86c65676f --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources/tests/test_custom.py @@ -0,0 +1,47 @@ +import unittest +import contextlib +import pathlib + +import importlib_resources as resources +from .. import abc +from ..abc import TraversableResources, ResourceReader +from . import util +from .compat.py39 import os_helper + + +class SimpleLoader: + """ + A simple loader that only implements a resource reader. + """ + + def __init__(self, reader: ResourceReader): + self.reader = reader + + def get_resource_reader(self, package): + return self.reader + + +class MagicResources(TraversableResources): + """ + Magically returns the resources at path. + """ + + def __init__(self, path: pathlib.Path): + self.path = path + + def files(self): + return self.path + + +class CustomTraversableResourcesTests(unittest.TestCase): + def setUp(self): + self.fixtures = contextlib.ExitStack() + self.addCleanup(self.fixtures.close) + + def test_custom_loader(self): + temp_dir = pathlib.Path(self.fixtures.enter_context(os_helper.temp_dir())) + loader = SimpleLoader(MagicResources(temp_dir)) + pkg = util.create_package_from_loader(loader) + files = resources.files(pkg) + assert isinstance(files, abc.Traversable) + assert list(files.iterdir()) == [] diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/test_files.py b/venv/lib/python3.8/site-packages/importlib_resources/tests/test_files.py new file mode 100644 index 000000000..f1fe2337a --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources/tests/test_files.py @@ -0,0 +1,194 @@ +import os +import pathlib +import py_compile +import shutil +import textwrap +import unittest +import warnings +import importlib +import contextlib + +import importlib_resources as resources +from ..abc import Traversable +from . import util +from .compat.py39 import os_helper, import_helper + + +@contextlib.contextmanager +def suppress_known_deprecation(): + with warnings.catch_warnings(record=True) as ctx: + warnings.simplefilter('default', category=DeprecationWarning) + yield ctx + + +class FilesTests: + def test_read_bytes(self): + files = resources.files(self.data) + actual = files.joinpath('utf-8.file').read_bytes() + assert actual == b'Hello, UTF-8 world!\n' + + def test_read_text(self): + files = resources.files(self.data) + actual = files.joinpath('utf-8.file').read_text(encoding='utf-8') + assert actual == 'Hello, UTF-8 world!\n' + + def test_traversable(self): + assert isinstance(resources.files(self.data), Traversable) + + def test_joinpath_with_multiple_args(self): + files = resources.files(self.data) + binfile = files.joinpath('subdirectory', 'binary.file') + self.assertTrue(binfile.is_file()) + + def test_old_parameter(self): + """ + Files used to take a 'package' parameter. Make sure anyone + passing by name is still supported. + """ + with suppress_known_deprecation(): + resources.files(package=self.data) + + +class OpenDiskTests(FilesTests, util.DiskSetup, unittest.TestCase): + pass + + +class OpenZipTests(FilesTests, util.ZipSetup, unittest.TestCase): + pass + + +class OpenNamespaceTests(FilesTests, util.DiskSetup, unittest.TestCase): + MODULE = 'namespacedata01' + + def test_non_paths_in_dunder_path(self): + """ + Non-path items in a namespace package's ``__path__`` are ignored. + + As reported in python/importlib_resources#311, some tools + like Setuptools, when creating editable packages, will inject + non-paths into a namespace package's ``__path__``, a + sentinel like + ``__editable__.sample_namespace-1.0.finder.__path_hook__`` + to cause the ``PathEntryFinder`` to be called when searching + for packages. In that case, resources should still be loadable. + """ + import namespacedata01 + + namespacedata01.__path__.append( + '__editable__.sample_namespace-1.0.finder.__path_hook__' + ) + + resources.files(namespacedata01) + + +class OpenNamespaceZipTests(FilesTests, util.ZipSetup, unittest.TestCase): + ZIP_MODULE = 'namespacedata01' + + +class DirectSpec: + """ + Override behavior of ModuleSetup to write a full spec directly. + """ + + MODULE = 'unused' + + def load_fixture(self, name): + self.tree_on_path(self.spec) + + +class ModulesFiles: + spec = { + 'mod.py': '', + 'res.txt': 'resources are the best', + } + + def test_module_resources(self): + """ + A module can have resources found adjacent to the module. + """ + import mod # type: ignore[import-not-found] + + actual = resources.files(mod).joinpath('res.txt').read_text(encoding='utf-8') + assert actual == self.spec['res.txt'] + + +class ModuleFilesDiskTests(DirectSpec, util.DiskSetup, ModulesFiles, unittest.TestCase): + pass + + +class ModuleFilesZipTests(DirectSpec, util.ZipSetup, ModulesFiles, unittest.TestCase): + pass + + +class ImplicitContextFiles: + set_val = textwrap.dedent( + f""" + import {resources.__name__} as res + val = res.files().joinpath('res.txt').read_text(encoding='utf-8') + """ + ) + spec = { + 'somepkg': { + '__init__.py': set_val, + 'submod.py': set_val, + 'res.txt': 'resources are the best', + }, + 'frozenpkg': { + '__init__.py': set_val.replace(resources.__name__, 'c_resources'), + 'res.txt': 'resources are the best', + }, + } + + def test_implicit_files_package(self): + """ + Without any parameter, files() will infer the location as the caller. + """ + assert importlib.import_module('somepkg').val == 'resources are the best' + + def test_implicit_files_submodule(self): + """ + Without any parameter, files() will infer the location as the caller. + """ + assert importlib.import_module('somepkg.submod').val == 'resources are the best' + + def _compile_importlib(self): + """ + Make a compiled-only copy of the importlib resources package. + """ + bin_site = self.fixtures.enter_context(os_helper.temp_dir()) + c_resources = pathlib.Path(bin_site, 'c_resources') + sources = pathlib.Path(resources.__file__).parent + shutil.copytree(sources, c_resources, ignore=lambda *_: ['__pycache__']) + + for dirpath, _, filenames in os.walk(c_resources): + for filename in filenames: + source_path = pathlib.Path(dirpath) / filename + cfile = source_path.with_suffix('.pyc') + py_compile.compile(source_path, cfile) + pathlib.Path.unlink(source_path) + self.fixtures.enter_context(import_helper.DirsOnSysPath(bin_site)) + + def test_implicit_files_with_compiled_importlib(self): + """ + Caller detection works for compiled-only resources module. + + python/cpython#123085 + """ + self._compile_importlib() + assert importlib.import_module('frozenpkg').val == 'resources are the best' + + +class ImplicitContextFilesDiskTests( + DirectSpec, util.DiskSetup, ImplicitContextFiles, unittest.TestCase +): + pass + + +class ImplicitContextFilesZipTests( + DirectSpec, util.ZipSetup, ImplicitContextFiles, unittest.TestCase +): + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/test_functional.py b/venv/lib/python3.8/site-packages/importlib_resources/tests/test_functional.py new file mode 100644 index 000000000..1851edfba --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources/tests/test_functional.py @@ -0,0 +1,255 @@ +import unittest +import os +import importlib + +from .compat.py39 import warnings_helper + +import importlib_resources as resources + +from . import util + +# Since the functional API forwards to Traversable, we only test +# filesystem resources here -- not zip files, namespace packages etc. +# We do test for two kinds of Anchor, though. + + +class StringAnchorMixin: + anchor01 = 'data01' + anchor02 = 'data02' + + +class ModuleAnchorMixin: + @property + def anchor01(self): + return importlib.import_module('data01') + + @property + def anchor02(self): + return importlib.import_module('data02') + + +class FunctionalAPIBase(util.DiskSetup): + def setUp(self): + super().setUp() + self.load_fixture('data02') + + def _gen_resourcetxt_path_parts(self): + """Yield various names of a text file in anchor02, each in a subTest""" + for path_parts in ( + ('subdirectory', 'subsubdir', 'resource.txt'), + ('subdirectory/subsubdir/resource.txt',), + ('subdirectory/subsubdir', 'resource.txt'), + ): + with self.subTest(path_parts=path_parts): + yield path_parts + + def assertEndsWith(self, string, suffix): + """Assert that `string` ends with `suffix`. + + Used to ignore an architecture-specific UTF-16 byte-order mark.""" + self.assertEqual(string[-len(suffix) :], suffix) + + def test_read_text(self): + self.assertEqual( + resources.read_text(self.anchor01, 'utf-8.file'), + 'Hello, UTF-8 world!\n', + ) + self.assertEqual( + resources.read_text( + self.anchor02, + 'subdirectory', + 'subsubdir', + 'resource.txt', + encoding='utf-8', + ), + 'a resource', + ) + for path_parts in self._gen_resourcetxt_path_parts(): + self.assertEqual( + resources.read_text( + self.anchor02, + *path_parts, + encoding='utf-8', + ), + 'a resource', + ) + # Use generic OSError, since e.g. attempting to read a directory can + # fail with PermissionError rather than IsADirectoryError + with self.assertRaises(OSError): + resources.read_text(self.anchor01) + with self.assertRaises(OSError): + resources.read_text(self.anchor01, 'no-such-file') + with self.assertRaises(UnicodeDecodeError): + resources.read_text(self.anchor01, 'utf-16.file') + self.assertEqual( + resources.read_text( + self.anchor01, + 'binary.file', + encoding='latin1', + ), + '\x00\x01\x02\x03', + ) + self.assertEndsWith( # ignore the BOM + resources.read_text( + self.anchor01, + 'utf-16.file', + errors='backslashreplace', + ), + 'Hello, UTF-16 world!\n'.encode('utf-16-le').decode( + errors='backslashreplace', + ), + ) + + def test_read_binary(self): + self.assertEqual( + resources.read_binary(self.anchor01, 'utf-8.file'), + b'Hello, UTF-8 world!\n', + ) + for path_parts in self._gen_resourcetxt_path_parts(): + self.assertEqual( + resources.read_binary(self.anchor02, *path_parts), + b'a resource', + ) + + def test_open_text(self): + with resources.open_text(self.anchor01, 'utf-8.file') as f: + self.assertEqual(f.read(), 'Hello, UTF-8 world!\n') + for path_parts in self._gen_resourcetxt_path_parts(): + with resources.open_text( + self.anchor02, + *path_parts, + encoding='utf-8', + ) as f: + self.assertEqual(f.read(), 'a resource') + # Use generic OSError, since e.g. attempting to read a directory can + # fail with PermissionError rather than IsADirectoryError + with self.assertRaises(OSError): + resources.open_text(self.anchor01) + with self.assertRaises(OSError): + resources.open_text(self.anchor01, 'no-such-file') + with resources.open_text(self.anchor01, 'utf-16.file') as f: + with self.assertRaises(UnicodeDecodeError): + f.read() + with resources.open_text( + self.anchor01, + 'binary.file', + encoding='latin1', + ) as f: + self.assertEqual(f.read(), '\x00\x01\x02\x03') + with resources.open_text( + self.anchor01, + 'utf-16.file', + errors='backslashreplace', + ) as f: + self.assertEndsWith( # ignore the BOM + f.read(), + 'Hello, UTF-16 world!\n'.encode('utf-16-le').decode( + errors='backslashreplace', + ), + ) + + def test_open_binary(self): + with resources.open_binary(self.anchor01, 'utf-8.file') as f: + self.assertEqual(f.read(), b'Hello, UTF-8 world!\n') + for path_parts in self._gen_resourcetxt_path_parts(): + with resources.open_binary( + self.anchor02, + *path_parts, + ) as f: + self.assertEqual(f.read(), b'a resource') + + def test_path(self): + with resources.path(self.anchor01, 'utf-8.file') as path: + with open(str(path), encoding='utf-8') as f: + self.assertEqual(f.read(), 'Hello, UTF-8 world!\n') + with resources.path(self.anchor01) as path: + with open(os.path.join(path, 'utf-8.file'), encoding='utf-8') as f: + self.assertEqual(f.read(), 'Hello, UTF-8 world!\n') + + def test_is_resource(self): + is_resource = resources.is_resource + self.assertTrue(is_resource(self.anchor01, 'utf-8.file')) + self.assertFalse(is_resource(self.anchor01, 'no_such_file')) + self.assertFalse(is_resource(self.anchor01)) + self.assertFalse(is_resource(self.anchor01, 'subdirectory')) + for path_parts in self._gen_resourcetxt_path_parts(): + self.assertTrue(is_resource(self.anchor02, *path_parts)) + + def test_contents(self): + with warnings_helper.check_warnings((".*contents.*", DeprecationWarning)): + c = resources.contents(self.anchor01) + self.assertGreaterEqual( + set(c), + {'utf-8.file', 'utf-16.file', 'binary.file', 'subdirectory'}, + ) + with self.assertRaises(OSError), warnings_helper.check_warnings(( + ".*contents.*", + DeprecationWarning, + )): + list(resources.contents(self.anchor01, 'utf-8.file')) + + for path_parts in self._gen_resourcetxt_path_parts(): + with self.assertRaises(OSError), warnings_helper.check_warnings(( + ".*contents.*", + DeprecationWarning, + )): + list(resources.contents(self.anchor01, *path_parts)) + with warnings_helper.check_warnings((".*contents.*", DeprecationWarning)): + c = resources.contents(self.anchor01, 'subdirectory') + self.assertGreaterEqual( + set(c), + {'binary.file'}, + ) + + @warnings_helper.ignore_warnings(category=DeprecationWarning) + def test_common_errors(self): + for func in ( + resources.read_text, + resources.read_binary, + resources.open_text, + resources.open_binary, + resources.path, + resources.is_resource, + resources.contents, + ): + with self.subTest(func=func): + # Rejecting None anchor + with self.assertRaises(TypeError): + func(None) + # Rejecting invalid anchor type + with self.assertRaises((TypeError, AttributeError)): + func(1234) + # Unknown module + with self.assertRaises(ModuleNotFoundError): + func('$missing module$') + + def test_text_errors(self): + for func in ( + resources.read_text, + resources.open_text, + ): + with self.subTest(func=func): + # Multiple path arguments need explicit encoding argument. + with self.assertRaises(TypeError): + func( + self.anchor02, + 'subdirectory', + 'subsubdir', + 'resource.txt', + ) + + +class FunctionalAPITest_StringAnchor( + StringAnchorMixin, + FunctionalAPIBase, + unittest.TestCase, +): + pass + + +class FunctionalAPITest_ModuleAnchor( + ModuleAnchorMixin, + FunctionalAPIBase, + unittest.TestCase, +): + pass diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/test_open.py b/venv/lib/python3.8/site-packages/importlib_resources/tests/test_open.py new file mode 100644 index 000000000..c40bb8c6f --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources/tests/test_open.py @@ -0,0 +1,84 @@ +import unittest + +import importlib_resources as resources +from . import util + + +class CommonBinaryTests(util.CommonTests, unittest.TestCase): + def execute(self, package, path): + target = resources.files(package).joinpath(path) + with target.open('rb'): + pass + + +class CommonTextTests(util.CommonTests, unittest.TestCase): + def execute(self, package, path): + target = resources.files(package).joinpath(path) + with target.open(encoding='utf-8'): + pass + + +class OpenTests: + def test_open_binary(self): + target = resources.files(self.data) / 'binary.file' + with target.open('rb') as fp: + result = fp.read() + self.assertEqual(result, bytes(range(4))) + + def test_open_text_default_encoding(self): + target = resources.files(self.data) / 'utf-8.file' + with target.open(encoding='utf-8') as fp: + result = fp.read() + self.assertEqual(result, 'Hello, UTF-8 world!\n') + + def test_open_text_given_encoding(self): + target = resources.files(self.data) / 'utf-16.file' + with target.open(encoding='utf-16', errors='strict') as fp: + result = fp.read() + self.assertEqual(result, 'Hello, UTF-16 world!\n') + + def test_open_text_with_errors(self): + """ + Raises UnicodeError without the 'errors' argument. + """ + target = resources.files(self.data) / 'utf-16.file' + with target.open(encoding='utf-8', errors='strict') as fp: + self.assertRaises(UnicodeError, fp.read) + with target.open(encoding='utf-8', errors='ignore') as fp: + result = fp.read() + self.assertEqual( + result, + 'H\x00e\x00l\x00l\x00o\x00,\x00 ' + '\x00U\x00T\x00F\x00-\x001\x006\x00 ' + '\x00w\x00o\x00r\x00l\x00d\x00!\x00\n\x00', + ) + + def test_open_binary_FileNotFoundError(self): + target = resources.files(self.data) / 'does-not-exist' + with self.assertRaises(FileNotFoundError): + target.open('rb') + + def test_open_text_FileNotFoundError(self): + target = resources.files(self.data) / 'does-not-exist' + with self.assertRaises(FileNotFoundError): + target.open(encoding='utf-8') + + +class OpenDiskTests(OpenTests, util.DiskSetup, unittest.TestCase): + pass + + +class OpenDiskNamespaceTests(OpenTests, util.DiskSetup, unittest.TestCase): + MODULE = 'namespacedata01' + + +class OpenZipTests(OpenTests, util.ZipSetup, unittest.TestCase): + pass + + +class OpenNamespaceZipTests(OpenTests, util.ZipSetup, unittest.TestCase): + MODULE = 'namespacedata01' + + +if __name__ == '__main__': + unittest.main() diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/test_path.py b/venv/lib/python3.8/site-packages/importlib_resources/tests/test_path.py new file mode 100644 index 000000000..1e30f2bc5 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources/tests/test_path.py @@ -0,0 +1,62 @@ +import io +import pathlib +import unittest + +import importlib_resources as resources +from . import util + + +class CommonTests(util.CommonTests, unittest.TestCase): + def execute(self, package, path): + with resources.as_file(resources.files(package).joinpath(path)): + pass + + +class PathTests: + def test_reading(self): + """ + Path should be readable and a pathlib.Path instance. + """ + target = resources.files(self.data) / 'utf-8.file' + with resources.as_file(target) as path: + self.assertIsInstance(path, pathlib.Path) + self.assertTrue(path.name.endswith("utf-8.file"), repr(path)) + self.assertEqual('Hello, UTF-8 world!\n', path.read_text(encoding='utf-8')) + + +class PathDiskTests(PathTests, util.DiskSetup, unittest.TestCase): + def test_natural_path(self): + """ + Guarantee the internal implementation detail that + file-system-backed resources do not get the tempdir + treatment. + """ + target = resources.files(self.data) / 'utf-8.file' + with resources.as_file(target) as path: + assert 'data' in str(path) + + +class PathMemoryTests(PathTests, unittest.TestCase): + def setUp(self): + file = io.BytesIO(b'Hello, UTF-8 world!\n') + self.addCleanup(file.close) + self.data = util.create_package( + file=file, path=FileNotFoundError("package exists only in memory") + ) + self.data.__spec__.origin = None + self.data.__spec__.has_location = False + + +class PathZipTests(PathTests, util.ZipSetup, unittest.TestCase): + def test_remove_in_context_manager(self): + """ + It is not an error if the file that was temporarily stashed on the + file system is removed inside the `with` stanza. + """ + target = resources.files(self.data) / 'utf-8.file' + with resources.as_file(target) as path: + path.unlink() + + +if __name__ == '__main__': + unittest.main() diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/test_read.py b/venv/lib/python3.8/site-packages/importlib_resources/tests/test_read.py new file mode 100644 index 000000000..6780a2d16 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources/tests/test_read.py @@ -0,0 +1,93 @@ +import unittest +import importlib_resources as resources + +from . import util +from importlib import import_module + + +class CommonBinaryTests(util.CommonTests, unittest.TestCase): + def execute(self, package, path): + resources.files(package).joinpath(path).read_bytes() + + +class CommonTextTests(util.CommonTests, unittest.TestCase): + def execute(self, package, path): + resources.files(package).joinpath(path).read_text(encoding='utf-8') + + +class ReadTests: + def test_read_bytes(self): + result = resources.files(self.data).joinpath('binary.file').read_bytes() + self.assertEqual(result, bytes(range(4))) + + def test_read_text_default_encoding(self): + result = ( + resources.files(self.data) + .joinpath('utf-8.file') + .read_text(encoding='utf-8') + ) + self.assertEqual(result, 'Hello, UTF-8 world!\n') + + def test_read_text_given_encoding(self): + result = ( + resources.files(self.data) + .joinpath('utf-16.file') + .read_text(encoding='utf-16') + ) + self.assertEqual(result, 'Hello, UTF-16 world!\n') + + def test_read_text_with_errors(self): + """ + Raises UnicodeError without the 'errors' argument. + """ + target = resources.files(self.data) / 'utf-16.file' + self.assertRaises(UnicodeError, target.read_text, encoding='utf-8') + result = target.read_text(encoding='utf-8', errors='ignore') + self.assertEqual( + result, + 'H\x00e\x00l\x00l\x00o\x00,\x00 ' + '\x00U\x00T\x00F\x00-\x001\x006\x00 ' + '\x00w\x00o\x00r\x00l\x00d\x00!\x00\n\x00', + ) + + +class ReadDiskTests(ReadTests, util.DiskSetup, unittest.TestCase): + pass + + +class ReadZipTests(ReadTests, util.ZipSetup, unittest.TestCase): + def test_read_submodule_resource(self): + submodule = import_module('data01.subdirectory') + result = resources.files(submodule).joinpath('binary.file').read_bytes() + self.assertEqual(result, bytes(range(4, 8))) + + def test_read_submodule_resource_by_name(self): + result = ( + resources.files('data01.subdirectory').joinpath('binary.file').read_bytes() + ) + self.assertEqual(result, bytes(range(4, 8))) + + +class ReadNamespaceTests(ReadTests, util.DiskSetup, unittest.TestCase): + MODULE = 'namespacedata01' + + +class ReadNamespaceZipTests(ReadTests, util.ZipSetup, unittest.TestCase): + MODULE = 'namespacedata01' + + def test_read_submodule_resource(self): + submodule = import_module('namespacedata01.subdirectory') + result = resources.files(submodule).joinpath('binary.file').read_bytes() + self.assertEqual(result, bytes(range(12, 16))) + + def test_read_submodule_resource_by_name(self): + result = ( + resources.files('namespacedata01.subdirectory') + .joinpath('binary.file') + .read_bytes() + ) + self.assertEqual(result, bytes(range(12, 16))) + + +if __name__ == '__main__': + unittest.main() diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/test_reader.py b/venv/lib/python3.8/site-packages/importlib_resources/tests/test_reader.py new file mode 100644 index 000000000..0a77eb404 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources/tests/test_reader.py @@ -0,0 +1,137 @@ +import os.path +import pathlib +import unittest + +from importlib import import_module +from importlib_resources.readers import MultiplexedPath, NamespaceReader + +from . import util + + +class MultiplexedPathTest(util.DiskSetup, unittest.TestCase): + MODULE = 'namespacedata01' + + def setUp(self): + super().setUp() + self.folder = pathlib.Path(self.data.__path__[0]) + self.data01 = pathlib.Path(self.load_fixture('data01').__file__).parent + self.data02 = pathlib.Path(self.load_fixture('data02').__file__).parent + + def test_init_no_paths(self): + with self.assertRaises(FileNotFoundError): + MultiplexedPath() + + def test_init_file(self): + with self.assertRaises(NotADirectoryError): + MultiplexedPath(self.folder / 'binary.file') + + def test_iterdir(self): + contents = {path.name for path in MultiplexedPath(self.folder).iterdir()} + try: + contents.remove('__pycache__') + except (KeyError, ValueError): + pass + self.assertEqual( + contents, {'subdirectory', 'binary.file', 'utf-16.file', 'utf-8.file'} + ) + + def test_iterdir_duplicate(self): + contents = { + path.name for path in MultiplexedPath(self.folder, self.data01).iterdir() + } + for remove in ('__pycache__', '__init__.pyc'): + try: + contents.remove(remove) + except (KeyError, ValueError): + pass + self.assertEqual( + contents, + {'__init__.py', 'binary.file', 'subdirectory', 'utf-16.file', 'utf-8.file'}, + ) + + def test_is_dir(self): + self.assertEqual(MultiplexedPath(self.folder).is_dir(), True) + + def test_is_file(self): + self.assertEqual(MultiplexedPath(self.folder).is_file(), False) + + def test_open_file(self): + path = MultiplexedPath(self.folder) + with self.assertRaises(FileNotFoundError): + path.read_bytes() + with self.assertRaises(FileNotFoundError): + path.read_text() + with self.assertRaises(FileNotFoundError): + path.open() + + def test_join_path(self): + prefix = str(self.folder.parent) + path = MultiplexedPath(self.folder, self.data01) + self.assertEqual( + str(path.joinpath('binary.file'))[len(prefix) + 1 :], + os.path.join('namespacedata01', 'binary.file'), + ) + sub = path.joinpath('subdirectory') + assert isinstance(sub, MultiplexedPath) + assert 'namespacedata01' in str(sub) + assert 'data01' in str(sub) + self.assertEqual( + str(path.joinpath('imaginary'))[len(prefix) + 1 :], + os.path.join('namespacedata01', 'imaginary'), + ) + self.assertEqual(path.joinpath(), path) + + def test_join_path_compound(self): + path = MultiplexedPath(self.folder) + assert not path.joinpath('imaginary/foo.py').exists() + + def test_join_path_common_subdir(self): + prefix = str(self.data02.parent) + path = MultiplexedPath(self.data01, self.data02) + self.assertIsInstance(path.joinpath('subdirectory'), MultiplexedPath) + self.assertEqual( + str(path.joinpath('subdirectory', 'subsubdir'))[len(prefix) + 1 :], + os.path.join('data02', 'subdirectory', 'subsubdir'), + ) + + def test_repr(self): + self.assertEqual( + repr(MultiplexedPath(self.folder)), + f"MultiplexedPath('{self.folder}')", + ) + + def test_name(self): + self.assertEqual( + MultiplexedPath(self.folder).name, + os.path.basename(self.folder), + ) + + +class NamespaceReaderTest(util.DiskSetup, unittest.TestCase): + MODULE = 'namespacedata01' + + def test_init_error(self): + with self.assertRaises(ValueError): + NamespaceReader(['path1', 'path2']) + + def test_resource_path(self): + namespacedata01 = import_module('namespacedata01') + reader = NamespaceReader(namespacedata01.__spec__.submodule_search_locations) + + root = self.data.__path__[0] + self.assertEqual( + reader.resource_path('binary.file'), os.path.join(root, 'binary.file') + ) + self.assertEqual( + reader.resource_path('imaginary'), os.path.join(root, 'imaginary') + ) + + def test_files(self): + reader = NamespaceReader(self.data.__spec__.submodule_search_locations) + root = self.data.__path__[0] + self.assertIsInstance(reader.files(), MultiplexedPath) + self.assertEqual(repr(reader.files()), f"MultiplexedPath('{root}')") + + +if __name__ == '__main__': + unittest.main() diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/test_resource.py b/venv/lib/python3.8/site-packages/importlib_resources/tests/test_resource.py new file mode 100644 index 000000000..a0da6a356 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources/tests/test_resource.py @@ -0,0 +1,237 @@ +import unittest +import importlib_resources as resources + +from . import util +from importlib import import_module + + +class ResourceTests: + # Subclasses are expected to set the `data` attribute. + + def test_is_file_exists(self): + target = resources.files(self.data) / 'binary.file' + self.assertTrue(target.is_file()) + + def test_is_file_missing(self): + target = resources.files(self.data) / 'not-a-file' + self.assertFalse(target.is_file()) + + def test_is_dir(self): + target = resources.files(self.data) / 'subdirectory' + self.assertFalse(target.is_file()) + self.assertTrue(target.is_dir()) + + +class ResourceDiskTests(ResourceTests, util.DiskSetup, unittest.TestCase): + pass + + +class ResourceZipTests(ResourceTests, util.ZipSetup, unittest.TestCase): + pass + + +def names(traversable): + return {item.name for item in traversable.iterdir()} + + +class ResourceLoaderTests(util.DiskSetup, unittest.TestCase): + def test_resource_contents(self): + package = util.create_package( + file=self.data, path=self.data.__file__, contents=['A', 'B', 'C'] + ) + self.assertEqual(names(resources.files(package)), {'A', 'B', 'C'}) + + def test_is_file(self): + package = util.create_package( + file=self.data, + path=self.data.__file__, + contents=['A', 'B', 'C', 'D/E', 'D/F'], + ) + self.assertTrue(resources.files(package).joinpath('B').is_file()) + + def test_is_dir(self): + package = util.create_package( + file=self.data, + path=self.data.__file__, + contents=['A', 'B', 'C', 'D/E', 'D/F'], + ) + self.assertTrue(resources.files(package).joinpath('D').is_dir()) + + def test_resource_missing(self): + package = util.create_package( + file=self.data, + path=self.data.__file__, + contents=['A', 'B', 'C', 'D/E', 'D/F'], + ) + self.assertFalse(resources.files(package).joinpath('Z').is_file()) + + +class ResourceCornerCaseTests(util.DiskSetup, unittest.TestCase): + def test_package_has_no_reader_fallback(self): + """ + Test odd ball packages which: + # 1. Do not have a ResourceReader as a loader + # 2. Are not on the file system + # 3. Are not in a zip file + """ + module = util.create_package( + file=self.data, path=self.data.__file__, contents=['A', 'B', 'C'] + ) + # Give the module a dummy loader. + module.__loader__ = object() + # Give the module a dummy origin. + module.__file__ = '/path/which/shall/not/be/named' + module.__spec__.loader = module.__loader__ + module.__spec__.origin = module.__file__ + self.assertFalse(resources.files(module).joinpath('A').is_file()) + + +class ResourceFromZipsTest01(util.ZipSetup, unittest.TestCase): + def test_is_submodule_resource(self): + submodule = import_module('data01.subdirectory') + self.assertTrue(resources.files(submodule).joinpath('binary.file').is_file()) + + def test_read_submodule_resource_by_name(self): + self.assertTrue( + resources.files('data01.subdirectory').joinpath('binary.file').is_file() + ) + + def test_submodule_contents(self): + submodule = import_module('data01.subdirectory') + self.assertEqual( + names(resources.files(submodule)), {'__init__.py', 'binary.file'} + ) + + def test_submodule_contents_by_name(self): + self.assertEqual( + names(resources.files('data01.subdirectory')), + {'__init__.py', 'binary.file'}, + ) + + def test_as_file_directory(self): + with resources.as_file(resources.files('data01')) as data: + assert data.name == 'data01' + assert data.is_dir() + assert data.joinpath('subdirectory').is_dir() + assert len(list(data.iterdir())) + assert not data.parent.exists() + + +class ResourceFromZipsTest02(util.ZipSetup, unittest.TestCase): + MODULE = 'data02' + + def test_unrelated_contents(self): + """ + Test thata zip with two unrelated subpackages return + distinct resources. Ref python/importlib_resources#44. + """ + self.assertEqual( + names(resources.files('data02.one')), + {'__init__.py', 'resource1.txt'}, + ) + self.assertEqual( + names(resources.files('data02.two')), + {'__init__.py', 'resource2.txt'}, + ) + + +class DeletingZipsTest(util.ZipSetup, unittest.TestCase): + """Having accessed resources in a zip file should not keep an open + reference to the zip. + """ + + def test_iterdir_does_not_keep_open(self): + [item.name for item in resources.files('data01').iterdir()] + + def test_is_file_does_not_keep_open(self): + resources.files('data01').joinpath('binary.file').is_file() + + def test_is_file_failure_does_not_keep_open(self): + resources.files('data01').joinpath('not-present').is_file() + + @unittest.skip("Desired but not supported.") + def test_as_file_does_not_keep_open(self): # pragma: no cover + resources.as_file(resources.files('data01') / 'binary.file') + + def test_entered_path_does_not_keep_open(self): + """ + Mimic what certifi does on import to make its bundle + available for the process duration. + """ + resources.as_file(resources.files('data01') / 'binary.file').__enter__() + + def test_read_binary_does_not_keep_open(self): + resources.files('data01').joinpath('binary.file').read_bytes() + + def test_read_text_does_not_keep_open(self): + resources.files('data01').joinpath('utf-8.file').read_text(encoding='utf-8') + + +class ResourceFromNamespaceTests: + def test_is_submodule_resource(self): + self.assertTrue( + resources.files(import_module('namespacedata01')) + .joinpath('binary.file') + .is_file() + ) + + def test_read_submodule_resource_by_name(self): + self.assertTrue( + resources.files('namespacedata01').joinpath('binary.file').is_file() + ) + + def test_submodule_contents(self): + contents = names(resources.files(import_module('namespacedata01'))) + try: + contents.remove('__pycache__') + except KeyError: + pass + self.assertEqual( + contents, {'subdirectory', 'binary.file', 'utf-8.file', 'utf-16.file'} + ) + + def test_submodule_contents_by_name(self): + contents = names(resources.files('namespacedata01')) + try: + contents.remove('__pycache__') + except KeyError: + pass + self.assertEqual( + contents, {'subdirectory', 'binary.file', 'utf-8.file', 'utf-16.file'} + ) + + def test_submodule_sub_contents(self): + contents = names(resources.files(import_module('namespacedata01.subdirectory'))) + try: + contents.remove('__pycache__') + except KeyError: + pass + self.assertEqual(contents, {'binary.file'}) + + def test_submodule_sub_contents_by_name(self): + contents = names(resources.files('namespacedata01.subdirectory')) + try: + contents.remove('__pycache__') + except KeyError: + pass + self.assertEqual(contents, {'binary.file'}) + + +class ResourceFromNamespaceDiskTests( + util.DiskSetup, + ResourceFromNamespaceTests, + unittest.TestCase, +): + MODULE = 'namespacedata01' + + +class ResourceFromNamespaceZipTests( + util.ZipSetup, + ResourceFromNamespaceTests, + unittest.TestCase, +): + MODULE = 'namespacedata01' + + +if __name__ == '__main__': + unittest.main() diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/util.py b/venv/lib/python3.8/site-packages/importlib_resources/tests/util.py new file mode 100644 index 000000000..a4eafac3a --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources/tests/util.py @@ -0,0 +1,206 @@ +import abc +import importlib +import io +import sys +import types +import pathlib +import contextlib + +from ..abc import ResourceReader +from .compat.py39 import import_helper, os_helper +from . import zip as zip_ +from . import _path + + +from importlib.machinery import ModuleSpec + + +class Reader(ResourceReader): + def __init__(self, **kwargs): + vars(self).update(kwargs) + + def get_resource_reader(self, package): + return self + + def open_resource(self, path): + self._path = path + if isinstance(self.file, Exception): + raise self.file + return self.file + + def resource_path(self, path_): + self._path = path_ + if isinstance(self.path, Exception): + raise self.path + return self.path + + def is_resource(self, path_): + self._path = path_ + if isinstance(self.path, Exception): + raise self.path + + def part(entry): + return entry.split('/') + + return any( + len(parts) == 1 and parts[0] == path_ for parts in map(part, self._contents) + ) + + def contents(self): + if isinstance(self.path, Exception): + raise self.path + yield from self._contents + + +def create_package_from_loader(loader, is_package=True): + name = 'testingpackage' + module = types.ModuleType(name) + spec = ModuleSpec(name, loader, origin='does-not-exist', is_package=is_package) + module.__spec__ = spec + module.__loader__ = loader + return module + + +def create_package(file=None, path=None, is_package=True, contents=()): + return create_package_from_loader( + Reader(file=file, path=path, _contents=contents), + is_package, + ) + + +class CommonTestsBase(metaclass=abc.ABCMeta): + """ + Tests shared by test_open, test_path, and test_read. + """ + + @abc.abstractmethod + def execute(self, package, path): + """ + Call the pertinent legacy API function (e.g. open_text, path) + on package and path. + """ + + def test_package_name(self): + """ + Passing in the package name should succeed. + """ + self.execute(self.data.__name__, 'utf-8.file') + + def test_package_object(self): + """ + Passing in the package itself should succeed. + """ + self.execute(self.data, 'utf-8.file') + + def test_string_path(self): + """ + Passing in a string for the path should succeed. + """ + path = 'utf-8.file' + self.execute(self.data, path) + + def test_pathlib_path(self): + """ + Passing in a pathlib.PurePath object for the path should succeed. + """ + path = pathlib.PurePath('utf-8.file') + self.execute(self.data, path) + + def test_importing_module_as_side_effect(self): + """ + The anchor package can already be imported. + """ + del sys.modules[self.data.__name__] + self.execute(self.data.__name__, 'utf-8.file') + + def test_missing_path(self): + """ + Attempting to open or read or request the path for a + non-existent path should succeed if open_resource + can return a viable data stream. + """ + bytes_data = io.BytesIO(b'Hello, world!') + package = create_package(file=bytes_data, path=FileNotFoundError()) + self.execute(package, 'utf-8.file') + self.assertEqual(package.__loader__._path, 'utf-8.file') + + def test_extant_path(self): + # Attempting to open or read or request the path when the + # path does exist should still succeed. Does not assert + # anything about the result. + bytes_data = io.BytesIO(b'Hello, world!') + # any path that exists + path = __file__ + package = create_package(file=bytes_data, path=path) + self.execute(package, 'utf-8.file') + self.assertEqual(package.__loader__._path, 'utf-8.file') + + def test_useless_loader(self): + package = create_package(file=FileNotFoundError(), path=FileNotFoundError()) + with self.assertRaises(FileNotFoundError): + self.execute(package, 'utf-8.file') + + +fixtures = dict( + data01={ + '__init__.py': '', + 'binary.file': bytes(range(4)), + 'utf-16.file': 'Hello, UTF-16 world!\n'.encode('utf-16'), + 'utf-8.file': 'Hello, UTF-8 world!\n'.encode('utf-8'), + 'subdirectory': { + '__init__.py': '', + 'binary.file': bytes(range(4, 8)), + }, + }, + data02={ + '__init__.py': '', + 'one': {'__init__.py': '', 'resource1.txt': 'one resource'}, + 'two': {'__init__.py': '', 'resource2.txt': 'two resource'}, + 'subdirectory': {'subsubdir': {'resource.txt': 'a resource'}}, + }, + namespacedata01={ + 'binary.file': bytes(range(4)), + 'utf-16.file': 'Hello, UTF-16 world!\n'.encode('utf-16'), + 'utf-8.file': 'Hello, UTF-8 world!\n'.encode('utf-8'), + 'subdirectory': { + 'binary.file': bytes(range(12, 16)), + }, + }, +) + + +class ModuleSetup: + def setUp(self): + self.fixtures = contextlib.ExitStack() + self.addCleanup(self.fixtures.close) + + self.fixtures.enter_context(import_helper.isolated_modules()) + self.data = self.load_fixture(self.MODULE) + + def load_fixture(self, module): + self.tree_on_path({module: fixtures[module]}) + return importlib.import_module(module) + + +class ZipSetup(ModuleSetup): + MODULE = 'data01' + + def tree_on_path(self, spec): + temp_dir = self.fixtures.enter_context(os_helper.temp_dir()) + modules = pathlib.Path(temp_dir) / 'zipped modules.zip' + self.fixtures.enter_context( + import_helper.DirsOnSysPath(str(zip_.make_zip_file(spec, modules))) + ) + + +class DiskSetup(ModuleSetup): + MODULE = 'data01' + + def tree_on_path(self, spec): + temp_dir = self.fixtures.enter_context(os_helper.temp_dir()) + _path.build(spec, pathlib.Path(temp_dir)) + self.fixtures.enter_context(import_helper.DirsOnSysPath(temp_dir)) + + +class CommonTests(DiskSetup, CommonTestsBase): + pass diff --git a/venv/lib/python3.8/site-packages/importlib_resources/tests/zip.py b/venv/lib/python3.8/site-packages/importlib_resources/tests/zip.py new file mode 100644 index 000000000..51ee56487 --- /dev/null +++ b/venv/lib/python3.8/site-packages/importlib_resources/tests/zip.py @@ -0,0 +1,26 @@ +""" +Generate zip test data files. +""" + +import zipfile + +import zipp + + +def make_zip_file(tree, dst): + """ + Zip the files in tree into a new zipfile at dst. + """ + with zipfile.ZipFile(dst, 'w') as zf: + for name, contents in walk(tree): + zf.writestr(name, contents) + zipp.CompleteDirs.inject(zf) + return dst + + +def walk(tree, prefix=''): + for name, contents in tree.items(): + if isinstance(contents, dict): + yield from walk(contents, prefix=f'{prefix}{name}/') + else: + yield f'{prefix}{name}', contents diff --git a/venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/INSTALLER b/venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/INSTALLER new file mode 100644 index 000000000..a1b589e38 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/METADATA b/venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/METADATA new file mode 100644 index 000000000..067e8fa64 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/METADATA @@ -0,0 +1,88 @@ +Metadata-Version: 2.4 +Name: Mako +Version: 1.3.10 +Summary: A super-fast templating language that borrows the best ideas from the existing templating languages. +Home-page: https://www.makotemplates.org/ +Author: Mike Bayer +Author-email: mike@zzzcomputing.com +License: MIT +Project-URL: Documentation, https://docs.makotemplates.org +Project-URL: Issue Tracker, https://github.com/sqlalchemy/mako +Classifier: Development Status :: 5 - Production/Stable +Classifier: License :: OSI Approved :: MIT License +Classifier: Environment :: Web Environment +Classifier: Intended Audience :: Developers +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +License-File: LICENSE +Requires-Dist: MarkupSafe>=0.9.2 +Provides-Extra: testing +Requires-Dist: pytest; extra == "testing" +Provides-Extra: babel +Requires-Dist: Babel; extra == "babel" +Provides-Extra: lingua +Requires-Dist: lingua; extra == "lingua" +Dynamic: license-file + +========================= +Mako Templates for Python +========================= + +Mako is a template library written in Python. It provides a familiar, non-XML +syntax which compiles into Python modules for maximum performance. Mako's +syntax and API borrows from the best ideas of many others, including Django +templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded +Python (i.e. Python Server Page) language, which refines the familiar ideas +of componentized layout and inheritance to produce one of the most +straightforward and flexible models available, while also maintaining close +ties to Python calling and scoping semantics. + +Nutshell +======== + +:: + + <%inherit file="base.html"/> + <% + rows = [[v for v in range(0,10)] for row in range(0,10)] + %> + + % for row in rows: + ${makerow(row)} + % endfor +
    + + <%def name="makerow(row)"> + + % for name in row: + ${name}\ + % endfor + + + +Philosophy +=========== + +Python is a great scripting language. Don't reinvent the wheel...your templates can handle it ! + +Documentation +============== + +See documentation for Mako at https://docs.makotemplates.org/en/latest/ + +License +======== + +Mako is licensed under an MIT-style license (see LICENSE). +Other incorporated projects may be licensed under different licenses. +All licenses allow for non-commercial and commercial use. diff --git a/venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/RECORD b/venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/RECORD new file mode 100644 index 000000000..97bed9196 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/RECORD @@ -0,0 +1,74 @@ +../../../bin/mako-render,sha256=4uD7lupgT_FoQfSDwgKBJ0j07kCLFqvjzCwekVVfaIk,249 +mako-1.3.10.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +mako-1.3.10.dist-info/METADATA,sha256=VAbwPOfALVKbDJYv5l848ZceyGwynnE9s_TXP6_dr5o,2919 +mako-1.3.10.dist-info/RECORD,, +mako-1.3.10.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91 +mako-1.3.10.dist-info/entry_points.txt,sha256=LsKkUsOsJQYbJ2M72hZCm968wi5K8Ywb5uFxCuN8Obk,512 +mako-1.3.10.dist-info/licenses/LICENSE,sha256=aNcGTlPj_6jp9CCp5gS9LiBZ2cMwSS-m69TrPUgRFok,1098 +mako-1.3.10.dist-info/top_level.txt,sha256=LItdH8cDPetpUu8rUyBG3DObS6h9Gcpr9j_WLj2S-R0,5 +mako/__init__.py,sha256=n-XoSW8ChrO6NkJ2xUHElzvSnU6XUu5ruMZe86QldTI,243 +mako/__pycache__/__init__.cpython-38.pyc,, +mako/__pycache__/_ast_util.cpython-38.pyc,, +mako/__pycache__/ast.cpython-38.pyc,, +mako/__pycache__/cache.cpython-38.pyc,, +mako/__pycache__/cmd.cpython-38.pyc,, +mako/__pycache__/codegen.cpython-38.pyc,, +mako/__pycache__/compat.cpython-38.pyc,, +mako/__pycache__/exceptions.cpython-38.pyc,, +mako/__pycache__/filters.cpython-38.pyc,, +mako/__pycache__/lexer.cpython-38.pyc,, +mako/__pycache__/lookup.cpython-38.pyc,, +mako/__pycache__/parsetree.cpython-38.pyc,, +mako/__pycache__/pygen.cpython-38.pyc,, +mako/__pycache__/pyparser.cpython-38.pyc,, +mako/__pycache__/runtime.cpython-38.pyc,, +mako/__pycache__/template.cpython-38.pyc,, +mako/__pycache__/util.cpython-38.pyc,, +mako/_ast_util.py,sha256=hCbfnnizWEa3xRCA-uVyShC2HohSpmVvexz5as_lHc8,20247 +mako/ast.py,sha256=xYrdSiJFbf1CxJ9tU9pcPEWK0BYfwF2aDNDNLQG9PqQ,6642 +mako/cache.py,sha256=kA6FKGl5NeTBnSTcnhoPkSaeJ0JeYpF6GM8qzEZGSts,7680 +mako/cmd.py,sha256=Y2Y6VxNCYwO2Y8EXOdLTf5tpYgfdoondV6Ehlbh8a84,2813 +mako/codegen.py,sha256=N49EH57CcTUfKGzI8V7GFBrAEoFhRo9lkdXBzpFYzBY,47736 +mako/compat.py,sha256=owGbObdoF0C-6rCCs6Vnk3YGHv0bf0PpTja55Woxqb4,1820 +mako/exceptions.py,sha256=87Djuoi1IS5zyVFml1Z5zpCP1IoI7UMOH3h4ejt3x3g,12530 +mako/ext/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +mako/ext/__pycache__/__init__.cpython-38.pyc,, +mako/ext/__pycache__/autohandler.cpython-38.pyc,, +mako/ext/__pycache__/babelplugin.cpython-38.pyc,, +mako/ext/__pycache__/beaker_cache.cpython-38.pyc,, +mako/ext/__pycache__/extract.cpython-38.pyc,, +mako/ext/__pycache__/linguaplugin.cpython-38.pyc,, +mako/ext/__pycache__/preprocessors.cpython-38.pyc,, +mako/ext/__pycache__/pygmentplugin.cpython-38.pyc,, +mako/ext/__pycache__/turbogears.cpython-38.pyc,, +mako/ext/autohandler.py,sha256=QuhNiPSF1LZ53awQ1Qfpwu1Zi9RGOmrtCDnwCLgQzeE,1885 +mako/ext/babelplugin.py,sha256=mmt5fG3pcYII1QsrLEV3wH1ltj-C7uKl8vBIpAjxsKY,2091 +mako/ext/beaker_cache.py,sha256=4quuJQuXRKKUyF6kM43LQhJT1J2z1KSglRZVDW-7c1I,2578 +mako/ext/extract.py,sha256=ZUeaRL2jWcUlrpnhXFXJB0CUJfvQVGBF9tJr5nKJAWI,4659 +mako/ext/linguaplugin.py,sha256=sUZalJSI_XeON9aRBb2hds-ilVQaxHKlfCg_nAl7EuU,1935 +mako/ext/preprocessors.py,sha256=HYG45idRJUwJkDpswEELL8lPFLisQzgDhW5EHpTDGkI,576 +mako/ext/pygmentplugin.py,sha256=TnpJDyQeWTTGHZraMDpw8FB3PNzbmXhaZcjyIBudyi0,4753 +mako/ext/turbogears.py,sha256=egv8hradAnnSJwxtmW8uXAsqPUzX8cZZCXclmO_8hMA,2141 +mako/filters.py,sha256=IBXyGOby4eFE3UGvNLhJlzbe1FfwJ2dcEr1-gKO_Ljc,4658 +mako/lexer.py,sha256=GMq8yf0dEn04-xw2EVDEzaOLXMSVVQz9HyUbfwKnZKg,16321 +mako/lookup.py,sha256=4ALORJiL0wIdDvK1okW8rbjq2jL5F_TNASekDFQSULY,12428 +mako/parsetree.py,sha256=-wmyX_mklAoKhc-7Psx0U15EKpNSd8oGRXFmvk2JQWo,19021 +mako/pygen.py,sha256=689_jR0GG_8Am62Dmlm5h59VY6eyZAU3GroodqEDnZ0,10416 +mako/pyparser.py,sha256=8ZqUbCDIlgEup4si2zP7-xJns14JvVzX_QMO9sCCGJ0,7558 +mako/runtime.py,sha256=ZsUEN22nX3d3dECQujF69mBKDQS6yVv2nvz_0eTvFGg,27804 +mako/template.py,sha256=Vn5nLoBY-YzSQJKvRPFGb4fiPyZryA5Q-8mWutv0b9A,23563 +mako/testing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +mako/testing/__pycache__/__init__.cpython-38.pyc,, +mako/testing/__pycache__/_config.cpython-38.pyc,, +mako/testing/__pycache__/assertions.cpython-38.pyc,, +mako/testing/__pycache__/config.cpython-38.pyc,, +mako/testing/__pycache__/exclusions.cpython-38.pyc,, +mako/testing/__pycache__/fixtures.cpython-38.pyc,, +mako/testing/__pycache__/helpers.cpython-38.pyc,, +mako/testing/_config.py,sha256=k-qpnsnbXUoN-ykMN5BRpg84i1x0p6UsAddKQnrIytU,3566 +mako/testing/assertions.py,sha256=pfbGl84QlW7QWGg3_lo3wP8XnBAVo9AjzNp2ajmn7FA,5161 +mako/testing/config.py,sha256=wmYVZfzGvOK3mJUZpzmgO8-iIgvaCH41Woi4yDpxq6E,323 +mako/testing/exclusions.py,sha256=_t6ADKdatk3f18tOfHV_ZY6u_ZwQsKphZ2MXJVSAOcI,1553 +mako/testing/fixtures.py,sha256=nEp7wTusf7E0n3Q-BHJW2s_t1vx0KB9poadQ1BmIJzE,3044 +mako/testing/helpers.py,sha256=z4HAactwlht4ut1cbvxKt1QLb3yLPk1U7cnh5BwVUlc,1623 +mako/util.py,sha256=SNYeX2_PmajQJIR3-S1Yqxxylz8lwS65rC8YbCdTkUU,10638 diff --git a/venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/WHEEL b/venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/WHEEL new file mode 100644 index 000000000..1eb3c49d9 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (78.1.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/entry_points.txt b/venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/entry_points.txt new file mode 100644 index 000000000..30f31b2bf --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/entry_points.txt @@ -0,0 +1,18 @@ +[babel.extractors] +mako = mako.ext.babelplugin:extract [babel] + +[console_scripts] +mako-render = mako.cmd:cmdline + +[lingua.extractors] +mako = mako.ext.linguaplugin:LinguaMakoExtractor [lingua] + +[pygments.lexers] +css+mako = mako.ext.pygmentplugin:MakoCssLexer +html+mako = mako.ext.pygmentplugin:MakoHtmlLexer +js+mako = mako.ext.pygmentplugin:MakoJavascriptLexer +mako = mako.ext.pygmentplugin:MakoLexer +xml+mako = mako.ext.pygmentplugin:MakoXmlLexer + +[python.templating.engines] +mako = mako.ext.turbogears:TGPlugin diff --git a/venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/licenses/LICENSE b/venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/licenses/LICENSE new file mode 100644 index 000000000..4c18adee3 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/licenses/LICENSE @@ -0,0 +1,19 @@ +Copyright 2006-2025 the Mako authors and contributors . + +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.8/site-packages/mako-1.3.10.dist-info/top_level.txt b/venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/top_level.txt new file mode 100644 index 000000000..2951cdd49 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako-1.3.10.dist-info/top_level.txt @@ -0,0 +1 @@ +mako diff --git a/venv/lib/python3.8/site-packages/mako/__init__.py b/venv/lib/python3.8/site-packages/mako/__init__.py new file mode 100644 index 000000000..71f8f6036 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/__init__.py @@ -0,0 +1,8 @@ +# mako/__init__.py +# Copyright 2006-2025 the Mako authors and contributors +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + + +__version__ = "1.3.10" diff --git a/venv/lib/python3.8/site-packages/mako/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/mako/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a90001a01b668916adbfb3f572a6c7467f7d36f8 GIT binary patch literal 198 zcmWIL<>g`kg7qzC8J~glV-N=!FakLaKwQiLBvKfn7*ZI688n%y*bMcI^$ZRCG#PJk z$H$kY78Pga=f%gbWGG?+Dg+b1LiIE9b5r$G67%#6DoZl*^K=W0b<>JcQ8Zu~xry2N`tk9Zd6^~g@p=W7w>WHa Q^HWN5Qtd!a0y&xi06l;;2><{9 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/mako/__pycache__/_ast_util.cpython-38.pyc b/venv/lib/python3.8/site-packages/mako/__pycache__/_ast_util.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..137b44f1919c8bfc8228cbf7cc59a14898361ff6 GIT binary patch literal 21548 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 Yl%tvC+p&FKV>Ns3+jD2<>vQ-13$IVBwEzGB literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/mako/__pycache__/cache.cpython-38.pyc b/venv/lib/python3.8/site-packages/mako/__pycache__/cache.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8ea7b26591c6c079dc09f06a69b6917a11ffde9c GIT binary patch literal 6672 zcmd^D%WvGq8Ru(vxvQ0A%X!#+PE(}uy3(pe+9XvC!>LiHMibSD9TZp;ptzh_i4vFG z3`xmaY*HY0F9lkl$KI?<0iSa0p~wCWz3|dQFYUF*T+-h+d@R?J?YIcgLrKi=F*D!H z_kMh^yxh@nefr>yJ?$Hs_7D1~Ulu;Dqs2c%$2G18+E^dxx+e681~*Rhfho*=YtRr4 zZgPt^?wh*yj>en3^+4mT`^KP&FPpdV)y7wgckXDtrGEjM*3&a9P5fZm8M_Bj-*de^ zF=!5jdm!ZWMfFeIOZxc_Cm&w@i5k8^b8n3&fk%Mqmw}J#Xz@LCLL2B@8yFnN~V-)DzH#(osKoD06S#lF{nLyZ7nwOAc;hYgRJpTr^j`njUWY-sQALzaZ@nU}H1t|wOmknL- zK!hA*b`y3K$%B|3`N>`hgs7j3+5CXVaU#Y9s~9NAg{dKn)5#=~b!5YIJOsVKv0|&3 zUH1E;4=My=osGpflE><)B!I6ok$C-H&bhnT9yE^=nR*HMmot8m>N~`!i7OKtRMH~6 zJva2doZ?DUsuh)ltTPu_gZR7B9gp1vV&r-tdz{OhpD$KNBKXPi#P{3)vT*3TYL_iH zNn}mta-H2_^xGe%i713`+aonBFB31+-a(6RqD!=yp6K@txi&-N+8un)G{>0f`>-W= zYpAy--detf-kxa>+cRz7*zcUs%q3d$NZ;;tvyLD8pp_eXA~Qj=%m$;BLS)Tcg)-Z5 zLU$}2Co_CLSaI+hDkQj*_+yc^u~;VRwd-&(awOyizhu823u{B5dT`;%ir!4Lh!ao#2xuAtM*72VRCdIxt?pRU{> zi`XxxEzqBMLG-_Yrq(9fLw%+bCGYEZG)XqTXJjk6iFGDHx(kwK7NP&hkgFKZETW*o zFYngyQ!b->7cExY)~Dx+LsWG0Xxs9lZK(YmEvEHgC@~(^d1TJa-{UAf<1_Dl0a+4< zu!!u?4N}2IG8!xCQ`A^zDHy)1e(d@nBlDzyC__(1X{Z#Y)MJwBT>--dQvhh8ILaaR zx8Zr#951=&?25#Rq@zHHM^=ujc_5Cn^CeiP1e+NLM~_h;TV4S03&Kp%!kS*lX|XWw z5&GrTz)KTNk>fI6h#dQRyfQQHlSYuVn?#wN9pC6#b=g?`Etv8LP zZfM5mhTi#ndND`tGzm{Jyuy%Ni-i`Dkt z?wN|jur-j=Zvv@8Y7}9!hT88;ioSxmJ7~Fpw5RQyh5)mmtR|*ZL?b?zL>oa}9~z`B zg%}v_O`U>^r>aZs=+8s8FGLl_;HoNum#&UHM@dI`{7PG6@UbjE-WBQ2zsThPWB3GRP206PJwuoW|xOeh@ zw3)LN3Y)Xltm(^H8uBW5BP)J(N`7Mflle({cQ!wB73k$Wy%pl@J|e|0RTchkdD`(S zdMeh+?-1)AGkCAz-^Vp}7QSr0)Pu5B7rm1)zkycyGOpt`erJG}CVZJS{bh}jB)7^I z^D6o;Lbq3j5kGzfK_OxVu43$DuL#9R9m;T~Car@d#JpTchgLq)vn9uQk3tvn(c6!7 zNx1a%Tz(hP%vR?Jsnx$F1eD8aOkd0`(ql6gq?u+`cz*>SB+VSb#7kvg$A9OU_`52I z^}RH3CEMA#`YN!vwzH$cab^9VPKar{AjGS&Bp13Zub`JNQTG_)D>byR$saH!$GbUw z;S}DO@MN@Wp$izU*i9*)>25ZG*7gT z5QZTXL+Gq);Ttm(BaMTmyhhKNc?shoJ9{?5H#O&~hLq=Hyf^n-cv=-yo5Q!Cz;?_m z5~gk0!$~AV*K23yB%0*WUXh4UzL8nr@Nw2mC*&z)m*!LSmvtwo3^+w}mvs2CW21jdLo%Rrc~vm>H9@YkC(sM;CWT?;6zOsoQ8}xVso~UXX1p zLLx;e7m69kz`Bm}Vd@4&KGt#^9(j(FN3B$el1tQGppLQ&70F5pMkU2hAViu-<$1}* z$?sCPPTdA|6pq#OUReN@s8CQv(QnMq*@m@d*;dEu+Do=+H_7TMtbi^BUL?Wchs8O*i^E*9js115~LMPwCoEohZ znTYIvApitP)2C}{Cpu@9Sl(Pv9a0-|g(`=kT@&rT_6e*a&@|jP0p=Ou>6eksFm9ZyIv=aK5Iy!KLN ziu0{01ct>FDC`huWS+s?(&fn}FS6TsFG>T>U>Kp}aD(J9{IIA2DvnjBOv&dffceRg z?_eE@au5$eZX-uk@R|jEo}jGFKLvy!c{jq&rpv4l8w(x>KxOvVq!A1f3GlY)iFIQ&3Ou@ z3t^E;%pl}Sl$D78&oL!$^3NKkc}S=%-#mKQ?sb$yldof@`~h`8q)vIO@6#JeqLPoA zkD5!*+#kJ(d4EPz)j0Sg!#1sky=HgpwxqG`o}F1#0hDBk2i@DMB=;`raYD)$@GG;a tN{Q%F4pz&zqHw3&mx59g+-mF0zMA{uYc1NJf`+cqL2ajNuKZf-{Rdm%!?*wd literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/mako/__pycache__/cmd.cpython-38.pyc b/venv/lib/python3.8/site-packages/mako/__pycache__/cmd.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b3f16d2ef0e3018497dae813e78e373041d9de96 GIT binary patch literal 2386 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¬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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/mako/__pycache__/compat.cpython-38.pyc b/venv/lib/python3.8/site-packages/mako/__pycache__/compat.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..47775bd2b5c546889568ad869b240b31a43b047e GIT binary patch literal 1910 zcmZWq&2QX96rUN}yWWqaNlU3JLA87cbtRIO8fXClYAA&RQi{5Kh`m^jXEyQ1Yg;qk zq+59}q;TWH6(MDhm5}%c_)F%>ss92O_&x7#k_t_d zzE)@KZ(3Y_pkw#(nx8R9CV9dJG>e3f#lYbtJCNOhTgg1}2401$4Qi@3s-OANo%2CM zHC0V|r()1j?5r(ovMznukj(>kE(U9|CEL%~U|p`sb<9`f6}f?VLvG5em^bA$`3mN% zlJ{Bn`U}Lu_PX5qV^xGQEJDccq=*yioW!Z!%%}M@I9A%kSsKLYFthbtebCQUWZh67 z7+XIMbtU*mYI>4sX{;~RFq|ZXi8yV)e082Bka9r1gVABraVgr9L43iL*Z$5Yw ze7E~}_wko~yS|XWdicZlj~;*C*EK|G+d;5mLJ)L)>rzlwM49zcN(oKmtDYX6&|1?K z(Zmz$A&{e!=S;tW)j$2-VK!Dh8K%9w%HCGKvo+L8?Z;}X&|!3>bPq{C?j`a560)=X zLC?g6+R9-L50vSR!=tPhW#c?7w)3gIy3Am3QOE0WW^Q9(PLtPoldp@_Si^cl_}t}f z=$Et5Zvh(#`eOOGnCY!p{tko%%fVbR6OctI<{V5FBj?O5ojK>Mbo%T$-|KqX0p8xA zx&}m*U>GMVNU|s-M%ayUCMQr-CIZ=7l7&)f+fq;P$->-q2aP2#me$2#53RdEFVs~^ z7sH$6uSJ_IKfVKnp#re#m~F1#g&dLM@k8|bDLR3A z5>;K}l2fXvt~|G4RXLq42+fC3n<|rB_aML2JBal3R!%8C+(R}(2h(q30dEaZI|+>e zx509v6&S~@0}q#6S6ubUn~-oM*ZKVS`oc9kf+i=xLB=aa!P7 z9EK(=3a#IRW9xvXU7_D6S*XP}m#X;c|F;sHzK8 zSEQm*RaQ+ou7bE!mkUbxA1_GyDYXJ~3xf|PwsGNnfr}?xE?Dzl*YjWZ>%Qx|{{dm- B^?d*U literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/mako/__pycache__/exceptions.cpython-38.pyc b/venv/lib/python3.8/site-packages/mako/__pycache__/exceptions.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8928307ab10164e93346d57a803854d11c5c8c6c GIT binary patch literal 11599 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 T-%-8?_Yap(mG_qKD^L6%BFd%H literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/mako/__pycache__/pygen.cpython-38.pyc b/venv/lib/python3.8/site-packages/mako/__pycache__/pygen.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..769ffe6ef058c25ec12885d536ec1e253f3999f7 GIT binary patch literal 6713 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 aQ#z2ozhr>_DtX~JkHUe-3wH5mR{K94y=_+j literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/mako/__pycache__/pyparser.cpython-38.pyc b/venv/lib/python3.8/site-packages/mako/__pycache__/pyparser.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9c12154792df02861c0f7ed7ea3ba9d38b3a53fd GIT binary patch literal 7240 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 aTRwoJR-Qv@=uCB{dbm7|6w&GGq5lUX+lnjz literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/mako/__pycache__/template.cpython-38.pyc b/venv/lib/python3.8/site-packages/mako/__pycache__/template.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e4969cda45606f61b6740146a43050820f3e9ff2 GIT binary patch literal 19695 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

    r0Y{>(Q|0ZK_dv76=xVrKP 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/mako/__pycache__/util.cpython-38.pyc b/venv/lib/python3.8/site-packages/mako/__pycache__/util.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a5834a63554fa1afac765419986b426e02ba67e6 GIT binary patch literal 11328 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 iR=!cHl!q&0mBVAZDu>42hab +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + +""" + ast + ~~~ + + This is a stripped down version of Armin Ronacher's ast module. + + :copyright: Copyright 2008 by Armin Ronacher. + :license: Python License. +""" + + +from _ast import Add +from _ast import And +from _ast import AST +from _ast import BitAnd +from _ast import BitOr +from _ast import BitXor +from _ast import Div +from _ast import Eq +from _ast import FloorDiv +from _ast import Gt +from _ast import GtE +from _ast import If +from _ast import In +from _ast import Invert +from _ast import Is +from _ast import IsNot +from _ast import LShift +from _ast import Lt +from _ast import LtE +from _ast import Mod +from _ast import Mult +from _ast import Name +from _ast import Not +from _ast import NotEq +from _ast import NotIn +from _ast import Or +from _ast import PyCF_ONLY_AST +from _ast import RShift +from _ast import Sub +from _ast import UAdd +from _ast import USub + + +BOOLOP_SYMBOLS = {And: "and", Or: "or"} + +BINOP_SYMBOLS = { + Add: "+", + Sub: "-", + Mult: "*", + Div: "/", + FloorDiv: "//", + Mod: "%", + LShift: "<<", + RShift: ">>", + BitOr: "|", + BitAnd: "&", + BitXor: "^", +} + +CMPOP_SYMBOLS = { + Eq: "==", + Gt: ">", + GtE: ">=", + In: "in", + Is: "is", + IsNot: "is not", + Lt: "<", + LtE: "<=", + NotEq: "!=", + NotIn: "not in", +} + +UNARYOP_SYMBOLS = {Invert: "~", Not: "not", UAdd: "+", USub: "-"} + +ALL_SYMBOLS = {} +ALL_SYMBOLS.update(BOOLOP_SYMBOLS) +ALL_SYMBOLS.update(BINOP_SYMBOLS) +ALL_SYMBOLS.update(CMPOP_SYMBOLS) +ALL_SYMBOLS.update(UNARYOP_SYMBOLS) + + +def parse(expr, filename="", mode="exec"): + """Parse an expression into an AST node.""" + return compile(expr, filename, mode, PyCF_ONLY_AST) + + +def iter_fields(node): + """Iterate over all fields of a node, only yielding existing fields.""" + + for field in node._fields: + try: + yield field, getattr(node, field) + except AttributeError: + pass + + +class NodeVisitor: + + """ + Walks the abstract syntax tree and call visitor functions for every node + found. The visitor functions may return values which will be forwarded + by the `visit` method. + + Per default the visitor functions for the nodes are ``'visit_'`` + + class name of the node. So a `TryFinally` node visit function would + be `visit_TryFinally`. This behavior can be changed by overriding + the `get_visitor` function. If no visitor function exists for a node + (return value `None`) the `generic_visit` visitor is used instead. + + Don't use the `NodeVisitor` if you want to apply changes to nodes during + traversing. For this a special visitor exists (`NodeTransformer`) that + allows modifications. + """ + + def get_visitor(self, node): + """ + Return the visitor function for this node or `None` if no visitor + exists for this node. In that case the generic visit function is + used instead. + """ + method = "visit_" + node.__class__.__name__ + return getattr(self, method, None) + + def visit(self, node): + """Visit a node.""" + f = self.get_visitor(node) + if f is not None: + return f(node) + return self.generic_visit(node) + + def generic_visit(self, node): + """Called if no explicit visitor function exists for a node.""" + for field, value in iter_fields(node): + if isinstance(value, list): + for item in value: + if isinstance(item, AST): + self.visit(item) + elif isinstance(value, AST): + self.visit(value) + + +class NodeTransformer(NodeVisitor): + + """ + Walks the abstract syntax tree and allows modifications of nodes. + + The `NodeTransformer` will walk the AST and use the return value of the + visitor functions to replace or remove the old node. If the return + value of the visitor function is `None` the node will be removed + from the previous location otherwise it's replaced with the return + value. The return value may be the original node in which case no + replacement takes place. + + Here an example transformer that rewrites all `foo` to `data['foo']`:: + + class RewriteName(NodeTransformer): + + def visit_Name(self, node): + return copy_location(Subscript( + value=Name(id='data', ctx=Load()), + slice=Index(value=Str(s=node.id)), + ctx=node.ctx + ), node) + + Keep in mind that if the node you're operating on has child nodes + you must either transform the child nodes yourself or call the generic + visit function for the node first. + + Nodes that were part of a collection of statements (that applies to + all statement nodes) may also return a list of nodes rather than just + a single node. + + Usually you use the transformer like this:: + + node = YourTransformer().visit(node) + """ + + def generic_visit(self, node): + for field, old_value in iter_fields(node): + old_value = getattr(node, field, None) + if isinstance(old_value, list): + new_values = [] + for value in old_value: + if isinstance(value, AST): + value = self.visit(value) + if value is None: + continue + elif not isinstance(value, AST): + new_values.extend(value) + continue + new_values.append(value) + old_value[:] = new_values + elif isinstance(old_value, AST): + new_node = self.visit(old_value) + if new_node is None: + delattr(node, field) + else: + setattr(node, field, new_node) + return node + + +class SourceGenerator(NodeVisitor): + + """ + This visitor is able to transform a well formed syntax tree into python + sourcecode. For more details have a look at the docstring of the + `node_to_source` function. + """ + + def __init__(self, indent_with): + self.result = [] + self.indent_with = indent_with + self.indentation = 0 + self.new_lines = 0 + + def write(self, x): + if self.new_lines: + if self.result: + self.result.append("\n" * self.new_lines) + self.result.append(self.indent_with * self.indentation) + self.new_lines = 0 + self.result.append(x) + + def newline(self, n=1): + self.new_lines = max(self.new_lines, n) + + def body(self, statements): + self.new_line = True + self.indentation += 1 + for stmt in statements: + self.visit(stmt) + self.indentation -= 1 + + def body_or_else(self, node): + self.body(node.body) + if node.orelse: + self.newline() + self.write("else:") + self.body(node.orelse) + + def signature(self, node): + want_comma = [] + + def write_comma(): + if want_comma: + self.write(", ") + else: + want_comma.append(True) + + padding = [None] * (len(node.args) - len(node.defaults)) + for arg, default in zip(node.args, padding + node.defaults): + write_comma() + self.visit(arg) + if default is not None: + self.write("=") + self.visit(default) + if node.vararg is not None: + write_comma() + self.write("*" + node.vararg.arg) + if node.kwarg is not None: + write_comma() + self.write("**" + node.kwarg.arg) + + def decorators(self, node): + for decorator in node.decorator_list: + self.newline() + self.write("@") + self.visit(decorator) + + # Statements + + def visit_Assign(self, node): + self.newline() + for idx, target in enumerate(node.targets): + if idx: + self.write(", ") + self.visit(target) + self.write(" = ") + self.visit(node.value) + + def visit_AugAssign(self, node): + self.newline() + self.visit(node.target) + self.write(BINOP_SYMBOLS[type(node.op)] + "=") + self.visit(node.value) + + def visit_ImportFrom(self, node): + self.newline() + self.write("from %s%s import " % ("." * node.level, node.module)) + for idx, item in enumerate(node.names): + if idx: + self.write(", ") + self.write(item) + + def visit_Import(self, node): + self.newline() + for item in node.names: + self.write("import ") + self.visit(item) + + def visit_Expr(self, node): + self.newline() + self.generic_visit(node) + + def visit_FunctionDef(self, node): + self.newline(n=2) + self.decorators(node) + self.newline() + self.write("def %s(" % node.name) + self.signature(node.args) + self.write("):") + self.body(node.body) + + def visit_ClassDef(self, node): + have_args = [] + + def paren_or_comma(): + if have_args: + self.write(", ") + else: + have_args.append(True) + self.write("(") + + self.newline(n=3) + self.decorators(node) + self.newline() + self.write("class %s" % node.name) + for base in node.bases: + paren_or_comma() + self.visit(base) + # XXX: the if here is used to keep this module compatible + # with python 2.6. + if hasattr(node, "keywords"): + for keyword in node.keywords: + paren_or_comma() + self.write(keyword.arg + "=") + self.visit(keyword.value) + if getattr(node, "starargs", None): + paren_or_comma() + self.write("*") + self.visit(node.starargs) + if getattr(node, "kwargs", None): + paren_or_comma() + self.write("**") + self.visit(node.kwargs) + self.write(have_args and "):" or ":") + self.body(node.body) + + def visit_If(self, node): + self.newline() + self.write("if ") + self.visit(node.test) + self.write(":") + self.body(node.body) + while True: + else_ = node.orelse + if len(else_) == 1 and isinstance(else_[0], If): + node = else_[0] + self.newline() + self.write("elif ") + self.visit(node.test) + self.write(":") + self.body(node.body) + else: + self.newline() + self.write("else:") + self.body(else_) + break + + def visit_For(self, node): + self.newline() + self.write("for ") + self.visit(node.target) + self.write(" in ") + self.visit(node.iter) + self.write(":") + self.body_or_else(node) + + def visit_While(self, node): + self.newline() + self.write("while ") + self.visit(node.test) + self.write(":") + self.body_or_else(node) + + def visit_With(self, node): + self.newline() + self.write("with ") + self.visit(node.context_expr) + if node.optional_vars is not None: + self.write(" as ") + self.visit(node.optional_vars) + self.write(":") + self.body(node.body) + + def visit_Pass(self, node): + self.newline() + self.write("pass") + + def visit_Print(self, node): + # XXX: python 2.6 only + self.newline() + self.write("print ") + want_comma = False + if node.dest is not None: + self.write(" >> ") + self.visit(node.dest) + want_comma = True + for value in node.values: + if want_comma: + self.write(", ") + self.visit(value) + want_comma = True + if not node.nl: + self.write(",") + + def visit_Delete(self, node): + self.newline() + self.write("del ") + for idx, target in enumerate(node): + if idx: + self.write(", ") + self.visit(target) + + def visit_TryExcept(self, node): + self.newline() + self.write("try:") + self.body(node.body) + for handler in node.handlers: + self.visit(handler) + + def visit_TryFinally(self, node): + self.newline() + self.write("try:") + self.body(node.body) + self.newline() + self.write("finally:") + self.body(node.finalbody) + + def visit_Global(self, node): + self.newline() + self.write("global " + ", ".join(node.names)) + + def visit_Nonlocal(self, node): + self.newline() + self.write("nonlocal " + ", ".join(node.names)) + + def visit_Return(self, node): + self.newline() + self.write("return ") + self.visit(node.value) + + def visit_Break(self, node): + self.newline() + self.write("break") + + def visit_Continue(self, node): + self.newline() + self.write("continue") + + def visit_Raise(self, node): + # XXX: Python 2.6 / 3.0 compatibility + self.newline() + self.write("raise") + if hasattr(node, "exc") and node.exc is not None: + self.write(" ") + self.visit(node.exc) + if node.cause is not None: + self.write(" from ") + self.visit(node.cause) + elif hasattr(node, "type") and node.type is not None: + self.visit(node.type) + if node.inst is not None: + self.write(", ") + self.visit(node.inst) + if node.tback is not None: + self.write(", ") + self.visit(node.tback) + + # Expressions + + def visit_Attribute(self, node): + self.visit(node.value) + self.write("." + node.attr) + + def visit_Call(self, node): + want_comma = [] + + def write_comma(): + if want_comma: + self.write(", ") + else: + want_comma.append(True) + + self.visit(node.func) + self.write("(") + for arg in node.args: + write_comma() + self.visit(arg) + for keyword in node.keywords: + write_comma() + self.write(keyword.arg + "=") + self.visit(keyword.value) + if getattr(node, "starargs", None): + write_comma() + self.write("*") + self.visit(node.starargs) + if getattr(node, "kwargs", None): + write_comma() + self.write("**") + self.visit(node.kwargs) + self.write(")") + + def visit_Name(self, node): + self.write(node.id) + + def visit_NameConstant(self, node): + self.write(str(node.value)) + + def visit_arg(self, node): + self.write(node.arg) + + def visit_Str(self, node): + self.write(repr(node.s)) + + def visit_Bytes(self, node): + self.write(repr(node.s)) + + def visit_Num(self, node): + self.write(repr(node.n)) + + # newly needed in Python 3.8 + def visit_Constant(self, node): + self.write(repr(node.value)) + + def visit_Tuple(self, node): + self.write("(") + idx = -1 + for idx, item in enumerate(node.elts): + if idx: + self.write(", ") + self.visit(item) + self.write(idx and ")" or ",)") + + def sequence_visit(left, right): + def visit(self, node): + self.write(left) + for idx, item in enumerate(node.elts): + if idx: + self.write(", ") + self.visit(item) + self.write(right) + + return visit + + visit_List = sequence_visit("[", "]") + visit_Set = sequence_visit("{", "}") + del sequence_visit + + def visit_Dict(self, node): + self.write("{") + for idx, (key, value) in enumerate(zip(node.keys, node.values)): + if idx: + self.write(", ") + self.visit(key) + self.write(": ") + self.visit(value) + self.write("}") + + def visit_BinOp(self, node): + self.write("(") + self.visit(node.left) + self.write(" %s " % BINOP_SYMBOLS[type(node.op)]) + self.visit(node.right) + self.write(")") + + def visit_BoolOp(self, node): + self.write("(") + for idx, value in enumerate(node.values): + if idx: + self.write(" %s " % BOOLOP_SYMBOLS[type(node.op)]) + self.visit(value) + self.write(")") + + def visit_Compare(self, node): + self.write("(") + self.visit(node.left) + for op, right in zip(node.ops, node.comparators): + self.write(" %s " % CMPOP_SYMBOLS[type(op)]) + self.visit(right) + self.write(")") + + def visit_UnaryOp(self, node): + self.write("(") + op = UNARYOP_SYMBOLS[type(node.op)] + self.write(op) + if op == "not": + self.write(" ") + self.visit(node.operand) + self.write(")") + + def visit_Subscript(self, node): + self.visit(node.value) + self.write("[") + self.visit(node.slice) + self.write("]") + + def visit_Slice(self, node): + if node.lower is not None: + self.visit(node.lower) + self.write(":") + if node.upper is not None: + self.visit(node.upper) + if node.step is not None: + self.write(":") + if not (isinstance(node.step, Name) and node.step.id == "None"): + self.visit(node.step) + + def visit_ExtSlice(self, node): + for idx, item in node.dims: + if idx: + self.write(", ") + self.visit(item) + + def visit_Yield(self, node): + self.write("yield ") + self.visit(node.value) + + def visit_Lambda(self, node): + self.write("lambda ") + self.signature(node.args) + self.write(": ") + self.visit(node.body) + + def visit_Ellipsis(self, node): + self.write("Ellipsis") + + def generator_visit(left, right): + def visit(self, node): + self.write(left) + self.visit(node.elt) + for comprehension in node.generators: + self.visit(comprehension) + self.write(right) + + return visit + + visit_ListComp = generator_visit("[", "]") + visit_GeneratorExp = generator_visit("(", ")") + visit_SetComp = generator_visit("{", "}") + del generator_visit + + def visit_DictComp(self, node): + self.write("{") + self.visit(node.key) + self.write(": ") + self.visit(node.value) + for comprehension in node.generators: + self.visit(comprehension) + self.write("}") + + def visit_IfExp(self, node): + self.visit(node.body) + self.write(" if ") + self.visit(node.test) + self.write(" else ") + self.visit(node.orelse) + + def visit_Starred(self, node): + self.write("*") + self.visit(node.value) + + def visit_Repr(self, node): + # XXX: python 2.6 only + self.write("`") + self.visit(node.value) + self.write("`") + + # Helper Nodes + + def visit_alias(self, node): + self.write(node.name) + if node.asname is not None: + self.write(" as " + node.asname) + + def visit_comprehension(self, node): + self.write(" for ") + self.visit(node.target) + self.write(" in ") + self.visit(node.iter) + if node.ifs: + for if_ in node.ifs: + self.write(" if ") + self.visit(if_) + + def visit_excepthandler(self, node): + self.newline() + self.write("except") + if node.type is not None: + self.write(" ") + self.visit(node.type) + if node.name is not None: + self.write(" as ") + self.visit(node.name) + self.write(":") + self.body(node.body) diff --git a/venv/lib/python3.8/site-packages/mako/ast.py b/venv/lib/python3.8/site-packages/mako/ast.py new file mode 100644 index 000000000..82cfa1166 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/ast.py @@ -0,0 +1,202 @@ +# mako/ast.py +# Copyright 2006-2025 the Mako authors and contributors +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + +"""utilities for analyzing expressions and blocks of Python +code, as well as generating Python from AST nodes""" + +import re + +from mako import exceptions +from mako import pyparser + + +class PythonCode: + + """represents information about a string containing Python code""" + + def __init__(self, code, **exception_kwargs): + self.code = code + + # represents all identifiers which are assigned to at some point in + # the code + self.declared_identifiers = set() + + # represents all identifiers which are referenced before their + # assignment, if any + self.undeclared_identifiers = set() + + # note that an identifier can be in both the undeclared and declared + # lists. + + # using AST to parse instead of using code.co_varnames, + # code.co_names has several advantages: + # - we can locate an identifier as "undeclared" even if + # its declared later in the same block of code + # - AST is less likely to break with version changes + # (for example, the behavior of co_names changed a little bit + # in python version 2.5) + if isinstance(code, str): + expr = pyparser.parse(code.lstrip(), "exec", **exception_kwargs) + else: + expr = code + + f = pyparser.FindIdentifiers(self, **exception_kwargs) + f.visit(expr) + + +class ArgumentList: + + """parses a fragment of code as a comma-separated list of expressions""" + + def __init__(self, code, **exception_kwargs): + self.codeargs = [] + self.args = [] + self.declared_identifiers = set() + self.undeclared_identifiers = set() + if isinstance(code, str): + if re.match(r"\S", code) and not re.match(r",\s*$", code): + # if theres text and no trailing comma, insure its parsed + # as a tuple by adding a trailing comma + code += "," + expr = pyparser.parse(code, "exec", **exception_kwargs) + else: + expr = code + + f = pyparser.FindTuple(self, PythonCode, **exception_kwargs) + f.visit(expr) + + +class PythonFragment(PythonCode): + + """extends PythonCode to provide identifier lookups in partial control + statements + + e.g.:: + + for x in 5: + elif y==9: + except (MyException, e): + + """ + + def __init__(self, code, **exception_kwargs): + m = re.match(r"^(\w+)(?:\s+(.*?))?:\s*(#|$)", code.strip(), re.S) + if not m: + raise exceptions.CompileException( + "Fragment '%s' is not a partial control statement" % code, + **exception_kwargs, + ) + if m.group(3): + code = code[: m.start(3)] + (keyword, expr) = m.group(1, 2) + if keyword in ["for", "if", "while"]: + code = code + "pass" + elif keyword == "try": + code = code + "pass\nexcept:pass" + elif keyword in ["elif", "else"]: + code = "if False:pass\n" + code + "pass" + elif keyword == "except": + code = "try:pass\n" + code + "pass" + elif keyword == "with": + code = code + "pass" + else: + raise exceptions.CompileException( + "Unsupported control keyword: '%s'" % keyword, + **exception_kwargs, + ) + super().__init__(code, **exception_kwargs) + + +class FunctionDecl: + + """function declaration""" + + def __init__(self, code, allow_kwargs=True, **exception_kwargs): + self.code = code + expr = pyparser.parse(code, "exec", **exception_kwargs) + + f = pyparser.ParseFunc(self, **exception_kwargs) + f.visit(expr) + if not hasattr(self, "funcname"): + raise exceptions.CompileException( + "Code '%s' is not a function declaration" % code, + **exception_kwargs, + ) + if not allow_kwargs and self.kwargs: + raise exceptions.CompileException( + "'**%s' keyword argument not allowed here" + % self.kwargnames[-1], + **exception_kwargs, + ) + + def get_argument_expressions(self, as_call=False): + """Return the argument declarations of this FunctionDecl as a printable + list. + + By default the return value is appropriate for writing in a ``def``; + set `as_call` to true to build arguments to be passed to the function + instead (assuming locals with the same names as the arguments exist). + """ + + namedecls = [] + + # Build in reverse order, since defaults and slurpy args come last + argnames = self.argnames[::-1] + kwargnames = self.kwargnames[::-1] + defaults = self.defaults[::-1] + kwdefaults = self.kwdefaults[::-1] + + # Named arguments + if self.kwargs: + namedecls.append("**" + kwargnames.pop(0)) + + for name in kwargnames: + # Keyword-only arguments must always be used by name, so even if + # this is a call, print out `foo=foo` + if as_call: + namedecls.append("%s=%s" % (name, name)) + elif kwdefaults: + default = kwdefaults.pop(0) + if default is None: + # The AST always gives kwargs a default, since you can do + # `def foo(*, a=1, b, c=3)` + namedecls.append(name) + else: + namedecls.append( + "%s=%s" + % (name, pyparser.ExpressionGenerator(default).value()) + ) + else: + namedecls.append(name) + + # Positional arguments + if self.varargs: + namedecls.append("*" + argnames.pop(0)) + + for name in argnames: + if as_call or not defaults: + namedecls.append(name) + else: + default = defaults.pop(0) + namedecls.append( + "%s=%s" + % (name, pyparser.ExpressionGenerator(default).value()) + ) + + namedecls.reverse() + return namedecls + + @property + def allargnames(self): + return tuple(self.argnames) + tuple(self.kwargnames) + + +class FunctionArgs(FunctionDecl): + + """the argument portion of a function declaration""" + + def __init__(self, code, **kwargs): + super().__init__("def ANON(%s):pass" % code, **kwargs) diff --git a/venv/lib/python3.8/site-packages/mako/cache.py b/venv/lib/python3.8/site-packages/mako/cache.py new file mode 100644 index 000000000..267411c33 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/cache.py @@ -0,0 +1,239 @@ +# mako/cache.py +# Copyright 2006-2025 the Mako authors and contributors +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + +from mako import util + +_cache_plugins = util.PluginLoader("mako.cache") + +register_plugin = _cache_plugins.register +register_plugin("beaker", "mako.ext.beaker_cache", "BeakerCacheImpl") + + +class Cache: + + """Represents a data content cache made available to the module + space of a specific :class:`.Template` object. + + .. versionadded:: 0.6 + :class:`.Cache` by itself is mostly a + container for a :class:`.CacheImpl` object, which implements + a fixed API to provide caching services; specific subclasses exist to + implement different + caching strategies. Mako includes a backend that works with + the Beaker caching system. Beaker itself then supports + a number of backends (i.e. file, memory, memcached, etc.) + + The construction of a :class:`.Cache` is part of the mechanics + of a :class:`.Template`, and programmatic access to this + cache is typically via the :attr:`.Template.cache` attribute. + + """ + + impl = None + """Provide the :class:`.CacheImpl` in use by this :class:`.Cache`. + + This accessor allows a :class:`.CacheImpl` with additional + methods beyond that of :class:`.Cache` to be used programmatically. + + """ + + id = None + """Return the 'id' that identifies this cache. + + This is a value that should be globally unique to the + :class:`.Template` associated with this cache, and can + be used by a caching system to name a local container + for data specific to this template. + + """ + + starttime = None + """Epochal time value for when the owning :class:`.Template` was + first compiled. + + A cache implementation may wish to invalidate data earlier than + this timestamp; this has the effect of the cache for a specific + :class:`.Template` starting clean any time the :class:`.Template` + is recompiled, such as when the original template file changed on + the filesystem. + + """ + + def __init__(self, template, *args): + # check for a stale template calling the + # constructor + if isinstance(template, str) and args: + return + self.template = template + self.id = template.module.__name__ + self.starttime = template.module._modified_time + self._def_regions = {} + self.impl = self._load_impl(self.template.cache_impl) + + def _load_impl(self, name): + return _cache_plugins.load(name)(self) + + def get_or_create(self, key, creation_function, **kw): + """Retrieve a value from the cache, using the given creation function + to generate a new value.""" + + return self._ctx_get_or_create(key, creation_function, None, **kw) + + def _ctx_get_or_create(self, key, creation_function, context, **kw): + """Retrieve a value from the cache, using the given creation function + to generate a new value.""" + + if not self.template.cache_enabled: + return creation_function() + + return self.impl.get_or_create( + key, creation_function, **self._get_cache_kw(kw, context) + ) + + def set(self, key, value, **kw): + r"""Place a value in the cache. + + :param key: the value's key. + :param value: the value. + :param \**kw: cache configuration arguments. + + """ + + self.impl.set(key, value, **self._get_cache_kw(kw, None)) + + put = set + """A synonym for :meth:`.Cache.set`. + + This is here for backwards compatibility. + + """ + + def get(self, key, **kw): + r"""Retrieve a value from the cache. + + :param key: the value's key. + :param \**kw: cache configuration arguments. The + backend is configured using these arguments upon first request. + Subsequent requests that use the same series of configuration + values will use that same backend. + + """ + return self.impl.get(key, **self._get_cache_kw(kw, None)) + + def invalidate(self, key, **kw): + r"""Invalidate a value in the cache. + + :param key: the value's key. + :param \**kw: cache configuration arguments. The + backend is configured using these arguments upon first request. + Subsequent requests that use the same series of configuration + values will use that same backend. + + """ + self.impl.invalidate(key, **self._get_cache_kw(kw, None)) + + def invalidate_body(self): + """Invalidate the cached content of the "body" method for this + template. + + """ + self.invalidate("render_body", __M_defname="render_body") + + def invalidate_def(self, name): + """Invalidate the cached content of a particular ``<%def>`` within this + template. + + """ + + self.invalidate("render_%s" % name, __M_defname="render_%s" % name) + + def invalidate_closure(self, name): + """Invalidate a nested ``<%def>`` within this template. + + Caching of nested defs is a blunt tool as there is no + management of scope -- nested defs that use cache tags + need to have names unique of all other nested defs in the + template, else their content will be overwritten by + each other. + + """ + + self.invalidate(name, __M_defname=name) + + def _get_cache_kw(self, kw, context): + defname = kw.pop("__M_defname", None) + if not defname: + tmpl_kw = self.template.cache_args.copy() + tmpl_kw.update(kw) + elif defname in self._def_regions: + tmpl_kw = self._def_regions[defname] + else: + tmpl_kw = self.template.cache_args.copy() + tmpl_kw.update(kw) + self._def_regions[defname] = tmpl_kw + if context and self.impl.pass_context: + tmpl_kw = tmpl_kw.copy() + tmpl_kw.setdefault("context", context) + return tmpl_kw + + +class CacheImpl: + + """Provide a cache implementation for use by :class:`.Cache`.""" + + def __init__(self, cache): + self.cache = cache + + pass_context = False + """If ``True``, the :class:`.Context` will be passed to + :meth:`get_or_create <.CacheImpl.get_or_create>` as the name ``'context'``. + """ + + def get_or_create(self, key, creation_function, **kw): + r"""Retrieve a value from the cache, using the given creation function + to generate a new value. + + This function *must* return a value, either from + the cache, or via the given creation function. + If the creation function is called, the newly + created value should be populated into the cache + under the given key before being returned. + + :param key: the value's key. + :param creation_function: function that when called generates + a new value. + :param \**kw: cache configuration arguments. + + """ + raise NotImplementedError() + + def set(self, key, value, **kw): + r"""Place a value in the cache. + + :param key: the value's key. + :param value: the value. + :param \**kw: cache configuration arguments. + + """ + raise NotImplementedError() + + def get(self, key, **kw): + r"""Retrieve a value from the cache. + + :param key: the value's key. + :param \**kw: cache configuration arguments. + + """ + raise NotImplementedError() + + def invalidate(self, key, **kw): + r"""Invalidate a value in the cache. + + :param key: the value's key. + :param \**kw: cache configuration arguments. + + """ + raise NotImplementedError() diff --git a/venv/lib/python3.8/site-packages/mako/cmd.py b/venv/lib/python3.8/site-packages/mako/cmd.py new file mode 100644 index 000000000..3fff197ba --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/cmd.py @@ -0,0 +1,99 @@ +# mako/cmd.py +# Copyright 2006-2025 the Mako authors and contributors +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php +from argparse import ArgumentParser +from os.path import dirname +from os.path import isfile +import sys + +from mako import exceptions +from mako.lookup import TemplateLookup +from mako.template import Template + + +def varsplit(var): + if "=" not in var: + return (var, "") + return var.split("=", 1) + + +def _exit(): + sys.stderr.write(exceptions.text_error_template().render()) + sys.exit(1) + + +def cmdline(argv=None): + parser = ArgumentParser() + parser.add_argument( + "--var", + default=[], + action="append", + help="variable (can be used multiple times, use name=value)", + ) + parser.add_argument( + "--template-dir", + default=[], + action="append", + help="Directory to use for template lookup (multiple " + "directories may be provided). If not given then if the " + "template is read from stdin, the value defaults to be " + "the current directory, otherwise it defaults to be the " + "parent directory of the file provided.", + ) + parser.add_argument( + "--output-encoding", default=None, help="force output encoding" + ) + parser.add_argument( + "--output-file", + default=None, + help="Write to file upon successful render instead of stdout", + ) + parser.add_argument("input", nargs="?", default="-") + + options = parser.parse_args(argv) + + output_encoding = options.output_encoding + output_file = options.output_file + + if options.input == "-": + lookup_dirs = options.template_dir or ["."] + lookup = TemplateLookup(lookup_dirs) + try: + template = Template( + sys.stdin.read(), + lookup=lookup, + output_encoding=output_encoding, + ) + except: + _exit() + else: + filename = options.input + if not isfile(filename): + raise SystemExit("error: can't find %s" % filename) + lookup_dirs = options.template_dir or [dirname(filename)] + lookup = TemplateLookup(lookup_dirs) + try: + template = Template( + filename=filename, + lookup=lookup, + output_encoding=output_encoding, + ) + except: + _exit() + + kw = dict(varsplit(var) for var in options.var) + try: + rendered = template.render(**kw) + except: + _exit() + else: + if output_file: + open(output_file, "wt", encoding=output_encoding).write(rendered) + else: + sys.stdout.write(rendered) + + +if __name__ == "__main__": + cmdline() diff --git a/venv/lib/python3.8/site-packages/mako/codegen.py b/venv/lib/python3.8/site-packages/mako/codegen.py new file mode 100644 index 000000000..b5293f475 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/codegen.py @@ -0,0 +1,1319 @@ +# mako/codegen.py +# Copyright 2006-2025 the Mako authors and contributors +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + +"""provides functionality for rendering a parsetree constructing into module +source code.""" + +import json +import re +import time + +from mako import ast +from mako import exceptions +from mako import filters +from mako import parsetree +from mako import util +from mako.pygen import PythonPrinter + + +MAGIC_NUMBER = 10 + +# names which are hardwired into the +# template and are not accessed via the +# context itself +TOPLEVEL_DECLARED = {"UNDEFINED", "STOP_RENDERING"} +RESERVED_NAMES = {"context", "loop"}.union(TOPLEVEL_DECLARED) + + +def compile( # noqa + node, + uri, + filename=None, + default_filters=None, + buffer_filters=None, + imports=None, + future_imports=None, + source_encoding=None, + generate_magic_comment=True, + strict_undefined=False, + enable_loop=True, + reserved_names=frozenset(), +): + """Generate module source code given a parsetree node, + uri, and optional source filename""" + + buf = util.FastEncodingBuffer() + + printer = PythonPrinter(buf) + _GenerateRenderMethod( + printer, + _CompileContext( + uri, + filename, + default_filters, + buffer_filters, + imports, + future_imports, + source_encoding, + generate_magic_comment, + strict_undefined, + enable_loop, + reserved_names, + ), + node, + ) + return buf.getvalue() + + +class _CompileContext: + def __init__( + self, + uri, + filename, + default_filters, + buffer_filters, + imports, + future_imports, + source_encoding, + generate_magic_comment, + strict_undefined, + enable_loop, + reserved_names, + ): + self.uri = uri + self.filename = filename + self.default_filters = default_filters + self.buffer_filters = buffer_filters + self.imports = imports + self.future_imports = future_imports + self.source_encoding = source_encoding + self.generate_magic_comment = generate_magic_comment + self.strict_undefined = strict_undefined + self.enable_loop = enable_loop + self.reserved_names = reserved_names + + +class _GenerateRenderMethod: + + """A template visitor object which generates the + full module source for a template. + + """ + + def __init__(self, printer, compiler, node): + self.printer = printer + self.compiler = compiler + self.node = node + self.identifier_stack = [None] + self.in_def = isinstance(node, (parsetree.DefTag, parsetree.BlockTag)) + + if self.in_def: + name = "render_%s" % node.funcname + args = node.get_argument_expressions() + filtered = len(node.filter_args.args) > 0 + buffered = eval(node.attributes.get("buffered", "False")) + cached = eval(node.attributes.get("cached", "False")) + defs = None + pagetag = None + if node.is_block and not node.is_anonymous: + args += ["**pageargs"] + else: + defs = self.write_toplevel() + pagetag = self.compiler.pagetag + name = "render_body" + if pagetag is not None: + args = pagetag.body_decl.get_argument_expressions() + if not pagetag.body_decl.kwargs: + args += ["**pageargs"] + cached = eval(pagetag.attributes.get("cached", "False")) + self.compiler.enable_loop = self.compiler.enable_loop or eval( + pagetag.attributes.get("enable_loop", "False") + ) + else: + args = ["**pageargs"] + cached = False + buffered = filtered = False + if args is None: + args = ["context"] + else: + args = [a for a in ["context"] + args] + + self.write_render_callable( + pagetag or node, name, args, buffered, filtered, cached + ) + + if defs is not None: + for node in defs: + _GenerateRenderMethod(printer, compiler, node) + + if not self.in_def: + self.write_metadata_struct() + + def write_metadata_struct(self): + self.printer.source_map[self.printer.lineno] = max( + self.printer.source_map + ) + struct = { + "filename": self.compiler.filename, + "uri": self.compiler.uri, + "source_encoding": self.compiler.source_encoding, + "line_map": self.printer.source_map, + } + self.printer.writelines( + '"""', + "__M_BEGIN_METADATA", + json.dumps(struct), + "__M_END_METADATA\n" '"""', + ) + + @property + def identifiers(self): + return self.identifier_stack[-1] + + def write_toplevel(self): + """Traverse a template structure for module-level directives and + generate the start of module-level code. + + """ + inherit = [] + namespaces = {} + module_code = [] + + self.compiler.pagetag = None + + class FindTopLevel: + def visitInheritTag(s, node): + inherit.append(node) + + def visitNamespaceTag(s, node): + namespaces[node.name] = node + + def visitPageTag(s, node): + self.compiler.pagetag = node + + def visitCode(s, node): + if node.ismodule: + module_code.append(node) + + f = FindTopLevel() + for n in self.node.nodes: + n.accept_visitor(f) + + self.compiler.namespaces = namespaces + + module_ident = set() + for n in module_code: + module_ident = module_ident.union(n.declared_identifiers()) + + module_identifiers = _Identifiers(self.compiler) + module_identifiers.declared = module_ident + + # module-level names, python code + if ( + self.compiler.generate_magic_comment + and self.compiler.source_encoding + ): + self.printer.writeline( + "# -*- coding:%s -*-" % self.compiler.source_encoding + ) + + if self.compiler.future_imports: + self.printer.writeline( + "from __future__ import %s" + % (", ".join(self.compiler.future_imports),) + ) + self.printer.writeline("from mako import runtime, filters, cache") + self.printer.writeline("UNDEFINED = runtime.UNDEFINED") + self.printer.writeline("STOP_RENDERING = runtime.STOP_RENDERING") + self.printer.writeline("__M_dict_builtin = dict") + self.printer.writeline("__M_locals_builtin = locals") + self.printer.writeline("_magic_number = %r" % MAGIC_NUMBER) + self.printer.writeline("_modified_time = %r" % time.time()) + self.printer.writeline("_enable_loop = %r" % self.compiler.enable_loop) + self.printer.writeline( + "_template_filename = %r" % self.compiler.filename + ) + self.printer.writeline("_template_uri = %r" % self.compiler.uri) + self.printer.writeline( + "_source_encoding = %r" % self.compiler.source_encoding + ) + if self.compiler.imports: + buf = "" + for imp in self.compiler.imports: + buf += imp + "\n" + self.printer.writeline(imp) + impcode = ast.PythonCode( + buf, + source="", + lineno=0, + pos=0, + filename="template defined imports", + ) + else: + impcode = None + + main_identifiers = module_identifiers.branch(self.node) + mit = module_identifiers.topleveldefs + module_identifiers.topleveldefs = mit.union( + main_identifiers.topleveldefs + ) + module_identifiers.declared.update(TOPLEVEL_DECLARED) + if impcode: + module_identifiers.declared.update(impcode.declared_identifiers) + + self.compiler.identifiers = module_identifiers + self.printer.writeline( + "_exports = %r" + % [n.name for n in main_identifiers.topleveldefs.values()] + ) + self.printer.write_blanks(2) + + if len(module_code): + self.write_module_code(module_code) + + if len(inherit): + self.write_namespaces(namespaces) + self.write_inherit(inherit[-1]) + elif len(namespaces): + self.write_namespaces(namespaces) + + return list(main_identifiers.topleveldefs.values()) + + def write_render_callable( + self, node, name, args, buffered, filtered, cached + ): + """write a top-level render callable. + + this could be the main render() method or that of a top-level def.""" + + if self.in_def: + decorator = node.decorator + if decorator: + self.printer.writeline( + "@runtime._decorate_toplevel(%s)" % decorator + ) + + self.printer.start_source(node.lineno) + self.printer.writelines( + "def %s(%s):" % (name, ",".join(args)), + # push new frame, assign current frame to __M_caller + "__M_caller = context.caller_stack._push_frame()", + "try:", + ) + if buffered or filtered or cached: + self.printer.writeline("context._push_buffer()") + + self.identifier_stack.append( + self.compiler.identifiers.branch(self.node) + ) + if (not self.in_def or self.node.is_block) and "**pageargs" in args: + self.identifier_stack[-1].argument_declared.add("pageargs") + + if not self.in_def and ( + len(self.identifiers.locally_assigned) > 0 + or len(self.identifiers.argument_declared) > 0 + ): + self.printer.writeline( + "__M_locals = __M_dict_builtin(%s)" + % ",".join( + [ + "%s=%s" % (x, x) + for x in self.identifiers.argument_declared + ] + ) + ) + + self.write_variable_declares(self.identifiers, toplevel=True) + + for n in self.node.nodes: + n.accept_visitor(self) + + self.write_def_finish(self.node, buffered, filtered, cached) + self.printer.writeline(None) + self.printer.write_blanks(2) + if cached: + self.write_cache_decorator( + node, name, args, buffered, self.identifiers, toplevel=True + ) + + def write_module_code(self, module_code): + """write module-level template code, i.e. that which + is enclosed in <%! %> tags in the template.""" + for n in module_code: + self.printer.write_indented_block(n.text, starting_lineno=n.lineno) + + def write_inherit(self, node): + """write the module-level inheritance-determination callable.""" + + self.printer.writelines( + "def _mako_inherit(template, context):", + "_mako_generate_namespaces(context)", + "return runtime._inherit_from(context, %s, _template_uri)" + % (node.parsed_attributes["file"]), + None, + ) + + def write_namespaces(self, namespaces): + """write the module-level namespace-generating callable.""" + self.printer.writelines( + "def _mako_get_namespace(context, name):", + "try:", + "return context.namespaces[(__name__, name)]", + "except KeyError:", + "_mako_generate_namespaces(context)", + "return context.namespaces[(__name__, name)]", + None, + None, + ) + self.printer.writeline("def _mako_generate_namespaces(context):") + + for node in namespaces.values(): + if "import" in node.attributes: + self.compiler.has_ns_imports = True + self.printer.start_source(node.lineno) + if len(node.nodes): + self.printer.writeline("def make_namespace():") + export = [] + identifiers = self.compiler.identifiers.branch(node) + self.in_def = True + + class NSDefVisitor: + def visitDefTag(s, node): + s.visitDefOrBase(node) + + def visitBlockTag(s, node): + s.visitDefOrBase(node) + + def visitDefOrBase(s, node): + if node.is_anonymous: + raise exceptions.CompileException( + "Can't put anonymous blocks inside " + "<%namespace>", + **node.exception_kwargs, + ) + self.write_inline_def(node, identifiers, nested=False) + export.append(node.funcname) + + vis = NSDefVisitor() + for n in node.nodes: + n.accept_visitor(vis) + self.printer.writeline("return [%s]" % (",".join(export))) + self.printer.writeline(None) + self.in_def = False + callable_name = "make_namespace()" + else: + callable_name = "None" + + if "file" in node.parsed_attributes: + self.printer.writeline( + "ns = runtime.TemplateNamespace(%r," + " context._clean_inheritance_tokens()," + " templateuri=%s, callables=%s, " + " calling_uri=_template_uri)" + % ( + node.name, + node.parsed_attributes.get("file", "None"), + callable_name, + ) + ) + elif "module" in node.parsed_attributes: + self.printer.writeline( + "ns = runtime.ModuleNamespace(%r," + " context._clean_inheritance_tokens()," + " callables=%s, calling_uri=_template_uri," + " module=%s)" + % ( + node.name, + callable_name, + node.parsed_attributes.get("module", "None"), + ) + ) + else: + self.printer.writeline( + "ns = runtime.Namespace(%r," + " context._clean_inheritance_tokens()," + " callables=%s, calling_uri=_template_uri)" + % (node.name, callable_name) + ) + if eval(node.attributes.get("inheritable", "False")): + self.printer.writeline("context['self'].%s = ns" % (node.name)) + + self.printer.writeline( + "context.namespaces[(__name__, %s)] = ns" % repr(node.name) + ) + self.printer.write_blanks(1) + if not len(namespaces): + self.printer.writeline("pass") + self.printer.writeline(None) + + def write_variable_declares(self, identifiers, toplevel=False, limit=None): + """write variable declarations at the top of a function. + + the variable declarations are in the form of callable + definitions for defs and/or name lookup within the + function's context argument. the names declared are based + on the names that are referenced in the function body, + which don't otherwise have any explicit assignment + operation. names that are assigned within the body are + assumed to be locally-scoped variables and are not + separately declared. + + for def callable definitions, if the def is a top-level + callable then a 'stub' callable is generated which wraps + the current Context into a closure. if the def is not + top-level, it is fully rendered as a local closure. + + """ + + # collection of all defs available to us in this scope + comp_idents = {c.funcname: c for c in identifiers.defs} + to_write = set() + + # write "context.get()" for all variables we are going to + # need that arent in the namespace yet + to_write = to_write.union(identifiers.undeclared) + + # write closure functions for closures that we define + # right here + to_write = to_write.union( + [c.funcname for c in identifiers.closuredefs.values()] + ) + + # remove identifiers that are declared in the argument + # signature of the callable + to_write = to_write.difference(identifiers.argument_declared) + + # remove identifiers that we are going to assign to. + # in this way we mimic Python's behavior, + # i.e. assignment to a variable within a block + # means that variable is now a "locally declared" var, + # which cannot be referenced beforehand. + to_write = to_write.difference(identifiers.locally_declared) + + if self.compiler.enable_loop: + has_loop = "loop" in to_write + to_write.discard("loop") + else: + has_loop = False + + # if a limiting set was sent, constraint to those items in that list + # (this is used for the caching decorator) + if limit is not None: + to_write = to_write.intersection(limit) + + if toplevel and getattr(self.compiler, "has_ns_imports", False): + self.printer.writeline("_import_ns = {}") + self.compiler.has_imports = True + for ident, ns in self.compiler.namespaces.items(): + if "import" in ns.attributes: + self.printer.writeline( + "_mako_get_namespace(context, %r)." + "_populate(_import_ns, %r)" + % ( + ident, + re.split(r"\s*,\s*", ns.attributes["import"]), + ) + ) + + if has_loop: + self.printer.writeline("loop = __M_loop = runtime.LoopStack()") + + for ident in to_write: + if ident in comp_idents: + comp = comp_idents[ident] + if comp.is_block: + if not comp.is_anonymous: + self.write_def_decl(comp, identifiers) + else: + self.write_inline_def(comp, identifiers, nested=True) + else: + if comp.is_root(): + self.write_def_decl(comp, identifiers) + else: + self.write_inline_def(comp, identifiers, nested=True) + + elif ident in self.compiler.namespaces: + self.printer.writeline( + "%s = _mako_get_namespace(context, %r)" % (ident, ident) + ) + else: + if getattr(self.compiler, "has_ns_imports", False): + if self.compiler.strict_undefined: + self.printer.writelines( + "%s = _import_ns.get(%r, UNDEFINED)" + % (ident, ident), + "if %s is UNDEFINED:" % ident, + "try:", + "%s = context[%r]" % (ident, ident), + "except KeyError:", + "raise NameError(\"'%s' is not defined\")" % ident, + None, + None, + ) + else: + self.printer.writeline( + "%s = _import_ns.get" + "(%r, context.get(%r, UNDEFINED))" + % (ident, ident, ident) + ) + else: + if self.compiler.strict_undefined: + self.printer.writelines( + "try:", + "%s = context[%r]" % (ident, ident), + "except KeyError:", + "raise NameError(\"'%s' is not defined\")" % ident, + None, + ) + else: + self.printer.writeline( + "%s = context.get(%r, UNDEFINED)" % (ident, ident) + ) + + self.printer.writeline("__M_writer = context.writer()") + + def write_def_decl(self, node, identifiers): + """write a locally-available callable referencing a top-level def""" + funcname = node.funcname + namedecls = node.get_argument_expressions() + nameargs = node.get_argument_expressions(as_call=True) + + if not self.in_def and ( + len(self.identifiers.locally_assigned) > 0 + or len(self.identifiers.argument_declared) > 0 + ): + nameargs.insert(0, "context._locals(__M_locals)") + else: + nameargs.insert(0, "context") + self.printer.writeline("def %s(%s):" % (funcname, ",".join(namedecls))) + self.printer.writeline( + "return render_%s(%s)" % (funcname, ",".join(nameargs)) + ) + self.printer.writeline(None) + + def write_inline_def(self, node, identifiers, nested): + """write a locally-available def callable inside an enclosing def.""" + + namedecls = node.get_argument_expressions() + + decorator = node.decorator + if decorator: + self.printer.writeline( + "@runtime._decorate_inline(context, %s)" % decorator + ) + self.printer.writeline( + "def %s(%s):" % (node.funcname, ",".join(namedecls)) + ) + filtered = len(node.filter_args.args) > 0 + buffered = eval(node.attributes.get("buffered", "False")) + cached = eval(node.attributes.get("cached", "False")) + self.printer.writelines( + # push new frame, assign current frame to __M_caller + "__M_caller = context.caller_stack._push_frame()", + "try:", + ) + if buffered or filtered or cached: + self.printer.writelines("context._push_buffer()") + + identifiers = identifiers.branch(node, nested=nested) + + self.write_variable_declares(identifiers) + + self.identifier_stack.append(identifiers) + for n in node.nodes: + n.accept_visitor(self) + self.identifier_stack.pop() + + self.write_def_finish(node, buffered, filtered, cached) + self.printer.writeline(None) + if cached: + self.write_cache_decorator( + node, + node.funcname, + namedecls, + False, + identifiers, + inline=True, + toplevel=False, + ) + + def write_def_finish( + self, node, buffered, filtered, cached, callstack=True + ): + """write the end section of a rendering function, either outermost or + inline. + + this takes into account if the rendering function was filtered, + buffered, etc. and closes the corresponding try: block if any, and + writes code to retrieve captured content, apply filters, send proper + return value.""" + + if not buffered and not cached and not filtered: + self.printer.writeline("return ''") + if callstack: + self.printer.writelines( + "finally:", "context.caller_stack._pop_frame()", None + ) + + if buffered or filtered or cached: + if buffered or cached: + # in a caching scenario, don't try to get a writer + # from the context after popping; assume the caching + # implemenation might be using a context with no + # extra buffers + self.printer.writelines( + "finally:", "__M_buf = context._pop_buffer()" + ) + else: + self.printer.writelines( + "finally:", + "__M_buf, __M_writer = context._pop_buffer_and_writer()", + ) + + if callstack: + self.printer.writeline("context.caller_stack._pop_frame()") + + s = "__M_buf.getvalue()" + if filtered: + s = self.create_filter_callable( + node.filter_args.args, s, False + ) + self.printer.writeline(None) + if buffered and not cached: + s = self.create_filter_callable( + self.compiler.buffer_filters, s, False + ) + if buffered or cached: + self.printer.writeline("return %s" % s) + else: + self.printer.writelines("__M_writer(%s)" % s, "return ''") + + def write_cache_decorator( + self, + node_or_pagetag, + name, + args, + buffered, + identifiers, + inline=False, + toplevel=False, + ): + """write a post-function decorator to replace a rendering + callable with a cached version of itself.""" + + self.printer.writeline("__M_%s = %s" % (name, name)) + cachekey = node_or_pagetag.parsed_attributes.get( + "cache_key", repr(name) + ) + + cache_args = {} + if self.compiler.pagetag is not None: + cache_args.update( + (pa[6:], self.compiler.pagetag.parsed_attributes[pa]) + for pa in self.compiler.pagetag.parsed_attributes + if pa.startswith("cache_") and pa != "cache_key" + ) + cache_args.update( + (pa[6:], node_or_pagetag.parsed_attributes[pa]) + for pa in node_or_pagetag.parsed_attributes + if pa.startswith("cache_") and pa != "cache_key" + ) + if "timeout" in cache_args: + cache_args["timeout"] = int(eval(cache_args["timeout"])) + + self.printer.writeline("def %s(%s):" % (name, ",".join(args))) + + # form "arg1, arg2, arg3=arg3, arg4=arg4", etc. + pass_args = [ + "%s=%s" % ((a.split("=")[0],) * 2) if "=" in a else a for a in args + ] + + self.write_variable_declares( + identifiers, + toplevel=toplevel, + limit=node_or_pagetag.undeclared_identifiers(), + ) + if buffered: + s = ( + "context.get('local')." + "cache._ctx_get_or_create(" + "%s, lambda:__M_%s(%s), context, %s__M_defname=%r)" + % ( + cachekey, + name, + ",".join(pass_args), + "".join( + ["%s=%s, " % (k, v) for k, v in cache_args.items()] + ), + name, + ) + ) + # apply buffer_filters + s = self.create_filter_callable( + self.compiler.buffer_filters, s, False + ) + self.printer.writelines("return " + s, None) + else: + self.printer.writelines( + "__M_writer(context.get('local')." + "cache._ctx_get_or_create(" + "%s, lambda:__M_%s(%s), context, %s__M_defname=%r))" + % ( + cachekey, + name, + ",".join(pass_args), + "".join( + ["%s=%s, " % (k, v) for k, v in cache_args.items()] + ), + name, + ), + "return ''", + None, + ) + + def create_filter_callable(self, args, target, is_expression): + """write a filter-applying expression based on the filters + present in the given filter names, adjusting for the global + 'default' filter aliases as needed.""" + + def locate_encode(name): + if re.match(r"decode\..+", name): + return "filters." + name + else: + return filters.DEFAULT_ESCAPES.get(name, name) + + if "n" not in args: + if is_expression: + if self.compiler.pagetag: + args = self.compiler.pagetag.filter_args.args + args + if self.compiler.default_filters and "n" not in args: + args = self.compiler.default_filters + args + for e in args: + # if filter given as a function, get just the identifier portion + if e == "n": + continue + m = re.match(r"(.+?)(\(.*\))", e) + if m: + ident, fargs = m.group(1, 2) + f = locate_encode(ident) + e = f + fargs + else: + e = locate_encode(e) + assert e is not None + target = "%s(%s)" % (e, target) + return target + + def visitExpression(self, node): + self.printer.start_source(node.lineno) + if ( + len(node.escapes) + or ( + self.compiler.pagetag is not None + and len(self.compiler.pagetag.filter_args.args) + ) + or len(self.compiler.default_filters) + ): + s = self.create_filter_callable( + node.escapes_code.args, "%s" % node.text, True + ) + self.printer.writeline("__M_writer(%s)" % s) + else: + self.printer.writeline("__M_writer(%s)" % node.text) + + def visitControlLine(self, node): + if node.isend: + self.printer.writeline(None) + if node.has_loop_context: + self.printer.writeline("finally:") + self.printer.writeline("loop = __M_loop._exit()") + self.printer.writeline(None) + else: + self.printer.start_source(node.lineno) + if self.compiler.enable_loop and node.keyword == "for": + text = mangle_mako_loop(node, self.printer) + else: + text = node.text + self.printer.writeline(text) + children = node.get_children() + + # this covers the four situations where we want to insert a pass: + # 1) a ternary control line with no children, + # 2) a primary control line with nothing but its own ternary + # and end control lines, and + # 3) any control line with no content other than comments + # 4) the first control block with no content other than comments + def _search_for_control_line(): + for c in children: + if isinstance(c, parsetree.Comment): + continue + elif isinstance(c, parsetree.ControlLine): + return True + return False + + if ( + not children + or all( + isinstance(c, (parsetree.Comment, parsetree.ControlLine)) + for c in children + ) + and all( + (node.is_ternary(c.keyword) or c.isend) + for c in children + if isinstance(c, parsetree.ControlLine) + ) + or _search_for_control_line() + ): + self.printer.writeline("pass") + + def visitText(self, node): + self.printer.start_source(node.lineno) + self.printer.writeline("__M_writer(%s)" % repr(node.content)) + + def visitTextTag(self, node): + filtered = len(node.filter_args.args) > 0 + if filtered: + self.printer.writelines( + "__M_writer = context._push_writer()", "try:" + ) + for n in node.nodes: + n.accept_visitor(self) + if filtered: + self.printer.writelines( + "finally:", + "__M_buf, __M_writer = context._pop_buffer_and_writer()", + "__M_writer(%s)" + % self.create_filter_callable( + node.filter_args.args, "__M_buf.getvalue()", False + ), + None, + ) + + def visitCode(self, node): + if not node.ismodule: + self.printer.write_indented_block( + node.text, starting_lineno=node.lineno + ) + + if not self.in_def and len(self.identifiers.locally_assigned) > 0: + # if we are the "template" def, fudge locally + # declared/modified variables into the "__M_locals" dictionary, + # which is used for def calls within the same template, + # to simulate "enclosing scope" + self.printer.writeline( + "__M_locals_builtin_stored = __M_locals_builtin()" + ) + self.printer.writeline( + "__M_locals.update(__M_dict_builtin([(__M_key," + " __M_locals_builtin_stored[__M_key]) for __M_key in" + " [%s] if __M_key in __M_locals_builtin_stored]))" + % ",".join([repr(x) for x in node.declared_identifiers()]) + ) + + def visitIncludeTag(self, node): + self.printer.start_source(node.lineno) + args = node.attributes.get("args") + if args: + self.printer.writeline( + "runtime._include_file(context, %s, _template_uri, %s)" + % (node.parsed_attributes["file"], args) + ) + else: + self.printer.writeline( + "runtime._include_file(context, %s, _template_uri)" + % (node.parsed_attributes["file"]) + ) + + def visitNamespaceTag(self, node): + pass + + def visitDefTag(self, node): + pass + + def visitBlockTag(self, node): + if node.is_anonymous: + self.printer.writeline("%s()" % node.funcname) + else: + nameargs = node.get_argument_expressions(as_call=True) + nameargs += ["**pageargs"] + self.printer.writeline( + "if 'parent' not in context._data or " + "not hasattr(context._data['parent'], '%s'):" % node.funcname + ) + self.printer.writeline( + "context['self'].%s(%s)" % (node.funcname, ",".join(nameargs)) + ) + self.printer.writeline("\n") + + def visitCallNamespaceTag(self, node): + # TODO: we can put namespace-specific checks here, such + # as ensure the given namespace will be imported, + # pre-import the namespace, etc. + self.visitCallTag(node) + + def visitCallTag(self, node): + self.printer.writeline("def ccall(caller):") + export = ["body"] + callable_identifiers = self.identifiers.branch(node, nested=True) + body_identifiers = callable_identifiers.branch(node, nested=False) + # we want the 'caller' passed to ccall to be used + # for the body() function, but for other non-body() + # <%def>s within <%call> we want the current caller + # off the call stack (if any) + body_identifiers.add_declared("caller") + + self.identifier_stack.append(body_identifiers) + + class DefVisitor: + def visitDefTag(s, node): + s.visitDefOrBase(node) + + def visitBlockTag(s, node): + s.visitDefOrBase(node) + + def visitDefOrBase(s, node): + self.write_inline_def(node, callable_identifiers, nested=False) + if not node.is_anonymous: + export.append(node.funcname) + # remove defs that are within the <%call> from the + # "closuredefs" defined in the body, so they dont render twice + if node.funcname in body_identifiers.closuredefs: + del body_identifiers.closuredefs[node.funcname] + + vis = DefVisitor() + for n in node.nodes: + n.accept_visitor(vis) + self.identifier_stack.pop() + + bodyargs = node.body_decl.get_argument_expressions() + self.printer.writeline("def body(%s):" % ",".join(bodyargs)) + + # TODO: figure out best way to specify + # buffering/nonbuffering (at call time would be better) + buffered = False + if buffered: + self.printer.writelines("context._push_buffer()", "try:") + self.write_variable_declares(body_identifiers) + self.identifier_stack.append(body_identifiers) + + for n in node.nodes: + n.accept_visitor(self) + self.identifier_stack.pop() + + self.write_def_finish(node, buffered, False, False, callstack=False) + self.printer.writelines(None, "return [%s]" % (",".join(export)), None) + + self.printer.writelines( + # push on caller for nested call + "context.caller_stack.nextcaller = " + "runtime.Namespace('caller', context, " + "callables=ccall(__M_caller))", + "try:", + ) + self.printer.start_source(node.lineno) + self.printer.writelines( + "__M_writer(%s)" + % self.create_filter_callable([], node.expression, True), + "finally:", + "context.caller_stack.nextcaller = None", + None, + ) + + +class _Identifiers: + + """tracks the status of identifier names as template code is rendered.""" + + def __init__(self, compiler, node=None, parent=None, nested=False): + if parent is not None: + # if we are the branch created in write_namespaces(), + # we don't share any context from the main body(). + if isinstance(node, parsetree.NamespaceTag): + self.declared = set() + self.topleveldefs = util.SetLikeDict() + else: + # things that have already been declared + # in an enclosing namespace (i.e. names we can just use) + self.declared = ( + set(parent.declared) + .union([c.name for c in parent.closuredefs.values()]) + .union(parent.locally_declared) + .union(parent.argument_declared) + ) + + # if these identifiers correspond to a "nested" + # scope, it means whatever the parent identifiers + # had as undeclared will have been declared by that parent, + # and therefore we have them in our scope. + if nested: + self.declared = self.declared.union(parent.undeclared) + + # top level defs that are available + self.topleveldefs = util.SetLikeDict(**parent.topleveldefs) + else: + self.declared = set() + self.topleveldefs = util.SetLikeDict() + + self.compiler = compiler + + # things within this level that are referenced before they + # are declared (e.g. assigned to) + self.undeclared = set() + + # things that are declared locally. some of these things + # could be in the "undeclared" list as well if they are + # referenced before declared + self.locally_declared = set() + + # assignments made in explicit python blocks. + # these will be propagated to + # the context of local def calls. + self.locally_assigned = set() + + # things that are declared in the argument + # signature of the def callable + self.argument_declared = set() + + # closure defs that are defined in this level + self.closuredefs = util.SetLikeDict() + + self.node = node + + if node is not None: + node.accept_visitor(self) + + illegal_names = self.compiler.reserved_names.intersection( + self.locally_declared + ) + if illegal_names: + raise exceptions.NameConflictError( + "Reserved words declared in template: %s" + % ", ".join(illegal_names) + ) + + def branch(self, node, **kwargs): + """create a new Identifiers for a new Node, with + this Identifiers as the parent.""" + + return _Identifiers(self.compiler, node, self, **kwargs) + + @property + def defs(self): + return set(self.topleveldefs.union(self.closuredefs).values()) + + def __repr__(self): + return ( + "Identifiers(declared=%r, locally_declared=%r, " + "undeclared=%r, topleveldefs=%r, closuredefs=%r, " + "argumentdeclared=%r)" + % ( + list(self.declared), + list(self.locally_declared), + list(self.undeclared), + [c.name for c in self.topleveldefs.values()], + [c.name for c in self.closuredefs.values()], + self.argument_declared, + ) + ) + + def check_declared(self, node): + """update the state of this Identifiers with the undeclared + and declared identifiers of the given node.""" + + for ident in node.undeclared_identifiers(): + if ident != "context" and ident not in self.declared.union( + self.locally_declared + ): + self.undeclared.add(ident) + for ident in node.declared_identifiers(): + self.locally_declared.add(ident) + + def add_declared(self, ident): + self.declared.add(ident) + if ident in self.undeclared: + self.undeclared.remove(ident) + + def visitExpression(self, node): + self.check_declared(node) + + def visitControlLine(self, node): + self.check_declared(node) + + def visitCode(self, node): + if not node.ismodule: + self.check_declared(node) + self.locally_assigned = self.locally_assigned.union( + node.declared_identifiers() + ) + + def visitNamespaceTag(self, node): + # only traverse into the sub-elements of a + # <%namespace> tag if we are the branch created in + # write_namespaces() + if self.node is node: + for n in node.nodes: + n.accept_visitor(self) + + def _check_name_exists(self, collection, node): + existing = collection.get(node.funcname) + collection[node.funcname] = node + if ( + existing is not None + and existing is not node + and (node.is_block or existing.is_block) + ): + raise exceptions.CompileException( + "%%def or %%block named '%s' already " + "exists in this template." % node.funcname, + **node.exception_kwargs, + ) + + def visitDefTag(self, node): + if node.is_root() and not node.is_anonymous: + self._check_name_exists(self.topleveldefs, node) + elif node is not self.node: + self._check_name_exists(self.closuredefs, node) + + for ident in node.undeclared_identifiers(): + if ident != "context" and ident not in self.declared.union( + self.locally_declared + ): + self.undeclared.add(ident) + + # visit defs only one level deep + if node is self.node: + for ident in node.declared_identifiers(): + self.argument_declared.add(ident) + + for n in node.nodes: + n.accept_visitor(self) + + def visitBlockTag(self, node): + if node is not self.node and not node.is_anonymous: + if isinstance(self.node, parsetree.DefTag): + raise exceptions.CompileException( + "Named block '%s' not allowed inside of def '%s'" + % (node.name, self.node.name), + **node.exception_kwargs, + ) + elif isinstance( + self.node, (parsetree.CallTag, parsetree.CallNamespaceTag) + ): + raise exceptions.CompileException( + "Named block '%s' not allowed inside of <%%call> tag" + % (node.name,), + **node.exception_kwargs, + ) + + for ident in node.undeclared_identifiers(): + if ident != "context" and ident not in self.declared.union( + self.locally_declared + ): + self.undeclared.add(ident) + + if not node.is_anonymous: + self._check_name_exists(self.topleveldefs, node) + self.undeclared.add(node.funcname) + elif node is not self.node: + self._check_name_exists(self.closuredefs, node) + for ident in node.declared_identifiers(): + self.argument_declared.add(ident) + for n in node.nodes: + n.accept_visitor(self) + + def visitTextTag(self, node): + for ident in node.undeclared_identifiers(): + if ident != "context" and ident not in self.declared.union( + self.locally_declared + ): + self.undeclared.add(ident) + + def visitIncludeTag(self, node): + self.check_declared(node) + + def visitPageTag(self, node): + for ident in node.declared_identifiers(): + self.argument_declared.add(ident) + self.check_declared(node) + + def visitCallNamespaceTag(self, node): + self.visitCallTag(node) + + def visitCallTag(self, node): + if node is self.node: + for ident in node.undeclared_identifiers(): + if ident != "context" and ident not in self.declared.union( + self.locally_declared + ): + self.undeclared.add(ident) + for ident in node.declared_identifiers(): + self.argument_declared.add(ident) + for n in node.nodes: + n.accept_visitor(self) + else: + for ident in node.undeclared_identifiers(): + if ident != "context" and ident not in self.declared.union( + self.locally_declared + ): + self.undeclared.add(ident) + + +_FOR_LOOP = re.compile( + r"^for\s+((?:\(?)\s*" + r"(?:\(?)\s*[A-Za-z_][A-Za-z_0-9]*" + r"(?:\s*,\s*(?:[A-Za-z_][A-Za-z_0-9]*),??)*\s*(?:\)?)" + r"(?:\s*,\s*(?:" + r"(?:\(?)\s*[A-Za-z_][A-Za-z_0-9]*" + r"(?:\s*,\s*(?:[A-Za-z_][A-Za-z_0-9]*),??)*\s*(?:\)?)" + r"),??)*\s*(?:\)?))\s+in\s+(.*):" +) + + +def mangle_mako_loop(node, printer): + """converts a for loop into a context manager wrapped around a for loop + when access to the `loop` variable has been detected in the for loop body + """ + loop_variable = LoopVariable() + node.accept_visitor(loop_variable) + if loop_variable.detected: + node.nodes[-1].has_loop_context = True + match = _FOR_LOOP.match(node.text) + if match: + printer.writelines( + "loop = __M_loop._enter(%s)" % match.group(2), + "try:" + # 'with __M_loop(%s) as loop:' % match.group(2) + ) + text = "for %s in loop:" % match.group(1) + else: + raise SyntaxError("Couldn't apply loop context: %s" % node.text) + else: + text = node.text + return text + + +class LoopVariable: + + """A node visitor which looks for the name 'loop' within undeclared + identifiers.""" + + def __init__(self): + self.detected = False + + def _loop_reference_detected(self, node): + if "loop" in node.undeclared_identifiers(): + self.detected = True + else: + for n in node.get_children(): + n.accept_visitor(self) + + def visitControlLine(self, node): + self._loop_reference_detected(node) + + def visitCode(self, node): + self._loop_reference_detected(node) + + def visitExpression(self, node): + self._loop_reference_detected(node) diff --git a/venv/lib/python3.8/site-packages/mako/compat.py b/venv/lib/python3.8/site-packages/mako/compat.py new file mode 100644 index 000000000..1c1760124 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/compat.py @@ -0,0 +1,70 @@ +# mako/compat.py +# Copyright 2006-2025 the Mako authors and contributors +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + +import collections +from importlib import metadata as importlib_metadata +from importlib import util +import inspect +import sys + +win32 = sys.platform.startswith("win") +pypy = hasattr(sys, "pypy_version_info") + +ArgSpec = collections.namedtuple( + "ArgSpec", ["args", "varargs", "keywords", "defaults"] +) + + +def inspect_getargspec(func): + """getargspec based on fully vendored getfullargspec from Python 3.3.""" + + if inspect.ismethod(func): + func = func.__func__ + if not inspect.isfunction(func): + raise TypeError(f"{func!r} is not a Python function") + + co = func.__code__ + if not inspect.iscode(co): + raise TypeError(f"{co!r} is not a code object") + + nargs = co.co_argcount + names = co.co_varnames + nkwargs = co.co_kwonlyargcount + args = list(names[:nargs]) + + nargs += nkwargs + varargs = None + if co.co_flags & inspect.CO_VARARGS: + varargs = co.co_varnames[nargs] + nargs = nargs + 1 + varkw = None + if co.co_flags & inspect.CO_VARKEYWORDS: + varkw = co.co_varnames[nargs] + + return ArgSpec(args, varargs, varkw, func.__defaults__) + + +def load_module(module_id, path): + spec = util.spec_from_file_location(module_id, path) + module = util.module_from_spec(spec) + spec.loader.exec_module(module) + return module + + +def exception_as(): + return sys.exc_info()[1] + + +def exception_name(exc): + return exc.__class__.__name__ + + +def importlib_metadata_get(group): + ep = importlib_metadata.entry_points() + if hasattr(ep, "select"): + return ep.select(group=group) + else: + return ep.get(group, ()) diff --git a/venv/lib/python3.8/site-packages/mako/exceptions.py b/venv/lib/python3.8/site-packages/mako/exceptions.py new file mode 100644 index 000000000..6aeb2d274 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/exceptions.py @@ -0,0 +1,417 @@ +# mako/exceptions.py +# Copyright 2006-2025 the Mako authors and contributors +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + +"""exception classes""" + +import sys +import traceback + +from mako import compat +from mako import util + + +class MakoException(Exception): + pass + + +class RuntimeException(MakoException): + pass + + +def _format_filepos(lineno, pos, filename): + if filename is None: + return " at line: %d char: %d" % (lineno, pos) + else: + return " in file '%s' at line: %d char: %d" % (filename, lineno, pos) + + +class CompileException(MakoException): + def __init__(self, message, source, lineno, pos, filename): + MakoException.__init__( + self, message + _format_filepos(lineno, pos, filename) + ) + self.lineno = lineno + self.pos = pos + self.filename = filename + self.source = source + + +class SyntaxException(MakoException): + def __init__(self, message, source, lineno, pos, filename): + MakoException.__init__( + self, message + _format_filepos(lineno, pos, filename) + ) + self.lineno = lineno + self.pos = pos + self.filename = filename + self.source = source + + +class UnsupportedError(MakoException): + + """raised when a retired feature is used.""" + + +class NameConflictError(MakoException): + + """raised when a reserved word is used inappropriately""" + + +class TemplateLookupException(MakoException): + pass + + +class TopLevelLookupException(TemplateLookupException): + pass + + +class RichTraceback: + + """Pull the current exception from the ``sys`` traceback and extracts + Mako-specific template information. + + See the usage examples in :ref:`handling_exceptions`. + + """ + + def __init__(self, error=None, traceback=None): + self.source, self.lineno = "", 0 + + if error is None or traceback is None: + t, value, tback = sys.exc_info() + + if error is None: + error = value or t + + if traceback is None: + traceback = tback + + self.error = error + self.records = self._init(traceback) + + if isinstance(self.error, (CompileException, SyntaxException)): + self.source = self.error.source + self.lineno = self.error.lineno + self._has_source = True + + self._init_message() + + @property + def errorname(self): + return compat.exception_name(self.error) + + def _init_message(self): + """Find a unicode representation of self.error""" + try: + self.message = str(self.error) + except UnicodeError: + try: + self.message = str(self.error) + except UnicodeEncodeError: + # Fallback to args as neither unicode nor + # str(Exception(u'\xe6')) work in Python < 2.6 + self.message = self.error.args[0] + if not isinstance(self.message, str): + self.message = str(self.message, "ascii", "replace") + + def _get_reformatted_records(self, records): + for rec in records: + if rec[6] is not None: + yield (rec[4], rec[5], rec[2], rec[6]) + else: + yield tuple(rec[0:4]) + + @property + def traceback(self): + """Return a list of 4-tuple traceback records (i.e. normal python + format) with template-corresponding lines remapped to the originating + template. + + """ + return list(self._get_reformatted_records(self.records)) + + @property + def reverse_records(self): + return reversed(self.records) + + @property + def reverse_traceback(self): + """Return the same data as traceback, except in reverse order.""" + + return list(self._get_reformatted_records(self.reverse_records)) + + def _init(self, trcback): + """format a traceback from sys.exc_info() into 7-item tuples, + containing the regular four traceback tuple items, plus the original + template filename, the line number adjusted relative to the template + source, and code line from that line number of the template.""" + + import mako.template + + mods = {} + rawrecords = traceback.extract_tb(trcback) + new_trcback = [] + for filename, lineno, function, line in rawrecords: + if not line: + line = "" + try: + (line_map, template_lines, template_filename) = mods[filename] + except KeyError: + try: + info = mako.template._get_module_info(filename) + module_source = info.code + template_source = info.source + template_filename = ( + info.template_filename or info.template_uri or filename + ) + except KeyError: + # A normal .py file (not a Template) + new_trcback.append( + ( + filename, + lineno, + function, + line, + None, + None, + None, + None, + ) + ) + continue + + template_ln = 1 + + mtm = mako.template.ModuleInfo + source_map = mtm.get_module_source_metadata( + module_source, full_line_map=True + ) + line_map = source_map["full_line_map"] + + template_lines = [ + line_ for line_ in template_source.split("\n") + ] + mods[filename] = (line_map, template_lines, template_filename) + + template_ln = line_map[lineno - 1] + + if template_ln <= len(template_lines): + template_line = template_lines[template_ln - 1] + else: + template_line = None + new_trcback.append( + ( + filename, + lineno, + function, + line, + template_filename, + template_ln, + template_line, + template_source, + ) + ) + if not self.source: + for l in range(len(new_trcback) - 1, 0, -1): + if new_trcback[l][5]: + self.source = new_trcback[l][7] + self.lineno = new_trcback[l][5] + break + else: + if new_trcback: + try: + # A normal .py file (not a Template) + with open(new_trcback[-1][0], "rb") as fp: + encoding = util.parse_encoding(fp) + if not encoding: + encoding = "utf-8" + fp.seek(0) + self.source = fp.read() + if encoding: + self.source = self.source.decode(encoding) + except IOError: + self.source = "" + self.lineno = new_trcback[-1][1] + return new_trcback + + +def text_error_template(lookup=None): + """Provides a template that renders a stack trace in a similar format to + the Python interpreter, substituting source template filenames, line + numbers and code for that of the originating source template, as + applicable. + + """ + import mako.template + + return mako.template.Template( + r""" +<%page args="error=None, traceback=None"/> +<%! + from mako.exceptions import RichTraceback +%>\ +<% + tback = RichTraceback(error=error, traceback=traceback) +%>\ +Traceback (most recent call last): +% for (filename, lineno, function, line) in tback.traceback: + File "${filename}", line ${lineno}, in ${function or '?'} + ${line | trim} +% endfor +${tback.errorname}: ${tback.message} +""" + ) + + +def _install_pygments(): + global syntax_highlight, pygments_html_formatter + from mako.ext.pygmentplugin import syntax_highlight # noqa + from mako.ext.pygmentplugin import pygments_html_formatter # noqa + + +def _install_fallback(): + global syntax_highlight, pygments_html_formatter + from mako.filters import html_escape + + pygments_html_formatter = None + + def syntax_highlight(filename="", language=None): + return html_escape + + +def _install_highlighting(): + try: + _install_pygments() + except ImportError: + _install_fallback() + + +_install_highlighting() + + +def html_error_template(): + """Provides a template that renders a stack trace in an HTML format, + providing an excerpt of code as well as substituting source template + filenames, line numbers and code for that of the originating source + template, as applicable. + + The template's default ``encoding_errors`` value is + ``'htmlentityreplace'``. The template has two options. With the + ``full`` option disabled, only a section of an HTML document is + returned. With the ``css`` option disabled, the default stylesheet + won't be included. + + """ + import mako.template + + return mako.template.Template( + r""" +<%! + from mako.exceptions import RichTraceback, syntax_highlight,\ + pygments_html_formatter +%> +<%page args="full=True, css=True, error=None, traceback=None"/> +% if full: + + + Mako Runtime Error +% endif +% if css: + +% endif +% if full: + + +% endif + +

    Error !

    +<% + tback = RichTraceback(error=error, traceback=traceback) + src = tback.source + line = tback.lineno + if src: + lines = src.split('\n') + else: + lines = None +%> +

    ${tback.errorname}: ${tback.message|h}

    + +% if lines: +
    +
    +% for index in range(max(0, line-4),min(len(lines), line+5)): + <% + if pygments_html_formatter: + pygments_html_formatter.linenostart = index + 1 + %> + % if index + 1 == line: + <% + if pygments_html_formatter: + old_cssclass = pygments_html_formatter.cssclass + pygments_html_formatter.cssclass = 'error ' + old_cssclass + %> + ${lines[index] | syntax_highlight(language='mako')} + <% + if pygments_html_formatter: + pygments_html_formatter.cssclass = old_cssclass + %> + % else: + ${lines[index] | syntax_highlight(language='mako')} + % endif +% endfor +
    +
    +% endif + +
    +% for (filename, lineno, function, line) in tback.reverse_traceback: +
    ${filename}, line ${lineno}:
    +
    + <% + if pygments_html_formatter: + pygments_html_formatter.linenostart = lineno + %> +
    ${line | syntax_highlight(filename)}
    +
    +% endfor +
    + +% if full: + + +% endif +""", + output_encoding=sys.getdefaultencoding(), + encoding_errors="htmlentityreplace", + ) diff --git a/venv/lib/python3.8/site-packages/mako/ext/__init__.py b/venv/lib/python3.8/site-packages/mako/ext/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/venv/lib/python3.8/site-packages/mako/ext/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/mako/ext/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..faf005875945f5d827f52d1436a3c94bebec1cd8 GIT binary patch literal 180 zcmWIL<>g`kg7qzC86f&Gh(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o10UKO;XkRX-&$ zPrsnDBqKjhx4>98ttd4$DKk~Kq$n{tJGDr^EH$r8KPNK@s>E2&Lcch(BvrQnD4m#| rTCAU&n4PbmT2Z1OAD@|*SrQ+wS5SG2!zMRBr8Fni4rJwLAZ7pn4LU9k literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/mako/ext/__pycache__/autohandler.cpython-38.pyc b/venv/lib/python3.8/site-packages/mako/ext/__pycache__/autohandler.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5761b015ca106675c338d6fe25f18f57d23cd6c9 GIT binary patch literal 1500 zcmc&!&2Jnv6t_K}oqSNLK#GK5T2ZwlnjMKER7Gi2iH{4AOM-xfbTk=zyR$nxp4gs} z4YQ|)e}O|!yEiy-Lh9ea(N|9S7kVH(&+dxtUw}vN*?!OOW8VAO-)w9I2*w{5pY)GC zg#I?0)nUQrF_8QS7)4z~F(n1=;&vuo(#}@bq8_!Wb%DD!b*OuRx(+3WDDu-kF+wS& zGE8g5`)NrFCc<7_W-8}pTI6aRDjt5F4tc29s47y$WG4s&JFRoUWT^V70>;9lh4w4X zhjkTZMJi>O%dnP=hCk)1|C)U*)2D2AHwZ!)dv|WNvsw29AB7_b*I{R>vzk;ss<=?A zdA3G(_7^_#vd=`W!d_mmN4G!tdByhLGWGjm#!CgBqsi@fKL`RY=DB6HR1kQ@ru9>% zqyIC@`=LqT(Ot<$%>0(w-Cd-92^~iVdTk};%)nte04~S}`V>fNU=1FiiPfM19*~LM zSOZJ$o!@}jR!(C#q-VW@zD0+~M#>!qVizOxeUD1=9a7%Zr&wK^28}(#Gt!W!cpFU| zwbnS#v3N-dCDZlBnHj0uxQ#uu#0$02SdIIfh!<_NUrns(<}zC2&H#dqdx+*)Fzxm7 zlBPwWuT@;;XH}~D+M~HJz0nr*NZSLRmwG)ht`l~aOC@z6nWC(h)`f~Z?JslC-U5%> zHul1Wc*1l|yNVB4DYb0^{Eoyn2w(je_W=npP0P3%t3EGxss}qg!PrU8c9cl7ArtX4 zRz8c1{A6+DLFZvCbH#QlP{XB@vAJC_+<|xnI-P3V{_HIXBR>X)u#0^lf^XnW?2?Bit4xaFEC0Z|>4H2?qr literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/mako/ext/__pycache__/babelplugin.cpython-38.pyc b/venv/lib/python3.8/site-packages/mako/ext/__pycache__/babelplugin.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f59e8d76a869cbf5aaa05158ffdf77fd03dcd18c GIT binary patch literal 2126 zcmZ`)&u`l{6ecBER$M2`x~)I9Vr4HwjV0Ehz)%FmFl;NRmp#Q`U$+4&XKf3PJf1w+;y+=u{vvo8?lN9;h4)|80fF}0`4_X#BSL=1 z$!ZH=@)bPhA#{QyL{Q-sbnYb{#j#)b^B@T*`HqM{^v;Rs$>7XSdLk74bCQH2`ksu| zP99ICwelCs=F*sSDjAG*n%P{H>?lv!*Xh12cG%3?%Iw5(bzJ3RrKfSF)q%`x?B2(( zAP6#|^+tP|SI2gyN?6%^+Sq;Em{mH%t*gy%CuR!9!eb_$?_;J z^8I$pgYm=IH7%vohcepX7xcdHOxrQ}=PA z_7C(2Fl)LGaUHUirA5K{ZI~J7hyG72&Ax1v9hgSMD8s`~pj(mysGZy7G_Vwza^Nik z=>4&V-3NQGD0HJh z58+Q^bPi07en)G~%>rPNOs-+ii@cPjO0EN1r72RYG&fcQ$Bf>DBX!tpsH4fE%*u2w z>!__-lYHEO&R5R1Tr~eq+D4b*=Exl|ZEitF=pfwuBcxvQ^9Sxf{PX1AJHWka16j^F zhQxV2;C!ycqQLQx^XH4SXx=y$=^Nllqtkl5et!j&-J$1Mo3M!44DF^E${hu0$C ztzE&f2k&sB!|_uXSgdoX=rjK`Km^a|W5D$Z)-m$TOYZ_0tzvY-XV^rmIYTXBR?aKP zzck~)fI-`-Qk~9OOTryyXVOi!i~LYB;3X)bTkPOqW~LT}VEb?MR0?N*)m$eFJ1k{I zZY)z1)~&Jo`B;t_0_~(26KF=@BeidBJ7XB%m8NB;re%Ht9#g|QKA@g=*34=YElZrR ztVYruRGOjYFsqo6sm^9>0!wKrSYBquLdbVVfg$CkONy3eQP?X^TOCAyB6l}T^)cQ* z6(YwArv+>Gu=~v*Ek;e)TH1v!;b_S~x-^yvQ%6#>y}kQQfo!>(V#>BUbhlVn4Wqq1 zW*1c<+kmt^uH+6J?u_m2IX|F9j%lNw{s<`5R4$gGE8k=dL=wM~O0V$NX;Qy^gP$|w zCLi_p3$1KwBpk#Vk3r+nzH*6 QrN`iBBcMZX=x^Tr2fZmfRsaA1 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/mako/ext/__pycache__/beaker_cache.cpython-38.pyc b/venv/lib/python3.8/site-packages/mako/ext/__pycache__/beaker_cache.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a3146fc8eb022dc434dc716d8844dd02969a2c49 GIT binary patch literal 2570 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/mako/ext/__pycache__/linguaplugin.cpython-38.pyc b/venv/lib/python3.8/site-packages/mako/ext/__pycache__/linguaplugin.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..06d3da3831f656332e711c27e0a55b50fb65c1e3 GIT binary patch literal 1665 zcmZuyOK%)S5bmDodF*&>)&@+FI7H#XM%XJ65h5!>IV3!!#0VlnG*UDgPxr3Jo}Jlr z_ZoXOKG~e}2RQ6XTsXn+=_@Dy1bl(7XV-}l=~dNK^`pAFzpr|KTwRR_+8^h4_g@8s z{AHc%&4cp*qMkuLfmodB{8GGzoabSI!9%3y|2VdG~Qq4JX-? z?67{l)pX6eH?0qRMNIwbMASM58SbLWQDV^NtXuPY58%3{x~RFkq?`bj*Nbq-8Y8>i%9Zx z=K9!p)=PgU@;!`QzUc4QBhlws)n9D8HNLYokV5PgV#|`?P{{s~sE+#Bb~)wF_PxF; zwAdPB7(`Hgd+&XuhDjEuaXA?ll|5*frg>JDX?g>jsV)?uK7J7mY3xL>rXRfp+wH4m z{{zY%s0Hdz7!93~IhoNpu>i~f)tt)54dc$CuRcMK%K?tu<_utMwm!g-4>7~%V_=eG@62NxiV0qBh}EOsIz6ekWrre?tXn zd7lI$H3Sp1@n94@iQ7*K)MQqIA0J<2ks!le*oJyfAYnj?yD+KgaJ(0OEE_Q3Vw@~lf5NlTqUU2YZ^r_FF2#rCNjg~Mm zC=*de8DYdB{y(A1sAK*1*R}d@)|uXV8=d|ezDIX^9ZOAHb7^X#G#%A^f~rVOoTe`) zS-Bhu(v;UZx;qmk(!CQrGbRGhMWt-zCTm;_vPr2^l;WTm%1xv!Kefsh*EMBNDeXhE z4pA1AkTQqagE`SkJJRdOH9PATRIoM<121&Cc+b9Ve{jjyWd@-WlH@I1-NEvyql1Et83i;K4>qzSM^1rIOkrUra&U__NQVi>3W9#d}c{ zb?GX%|D6-gxAx9X`ZprHG5ekCyUy+0?{q@H_BGUjsfM9fH!Mo{L$tf&|2vk+5*SYe zQ!|@M(NhP#kp>v%(6c&8C!pCB#FQ2J@Z-oqbi_<oRdFU#vwHix w!nS)=_wl5un}}ghH{+PgG>)|^FNzCoE3l3m^~Omlc~!uvqnQRmBiIPu0NOyW3IG5A literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/mako/ext/__pycache__/pygmentplugin.cpython-38.pyc b/venv/lib/python3.8/site-packages/mako/ext/__pycache__/pygmentplugin.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f3af3131a5a899a39321534ffea0ec496c2caea4 GIT binary patch literal 4516 zcmb_g-EZT@5hp2%qGVa}w|(FA=^Tr8EET;pO%FaR%@u9XBu-FYfqTI(rP{0PReMo@-eau7q=%@Y<{RjHa*FN>JuLY8HW-01q%Ly)NX>d3*yR$R<<8XH5 zUr$dLB)I-|{^r5wbCUE=6vi(Vgty`5mMlp`BC;!avL(yNE3V>Ytc>6@uIgp2tl(AP zHA@qG7WkZ%6TAkzZs~&00iU<>g4f-GH)Tx;J`a4+Dhj^fPJ1P*B={-d%T`(NMc`+w z8Np8jKWohjzU0n%^VYoJ%fK&K3xb~ke$iSK{4DTG){@}ofM2$j1wRk`inSv61>kR3 zH)QD-5?Lfm=Mq_>`dP-h3Gy;o0eOXLAm0M{2Du6HO(EX~`4+hi@@*mC0r?KO3-Vnd z-=!IHj~Hb2GsU_`ULz04+PQ2Qq_QWO>;FR3O*zgVINbvm?hu6OcSFzpdB8k73@HPJ zzJJ$x7|LWFk1K(?b4HUAlv6K4b;VtPQ!!1f0zzT zC2}h2PdHEcJUUN>@-OY@Hg7Yh7p5xxV%7FSmc*n!r6*w<_dkA3gYY)o`~hShl`NS^mO^AJLzJ#;sU!n5OH``S z9Muo=v_PlM)Q&>3BTbP`pUFe5HquU=Wnh-Dfu|07v@RW%&lHmHWJuwq21mr~Ddb2I zMyH3P$=d07=~`_Wv{Q8EOaVVLG}lqOQ)Cub0(lNSb`&~G@@H~4L*`*_>2QwDi`fgp z-y--+>@tvn^91GP;d3QzzfJWJknr8>my=s$h znAPSQ+3@P2$?#G#T&Y~qFH{@c++HI= zd#AS1*scpMDp$9`(X-}pv(|j{$)*`+Lc1HyS7CfyUEMLG+3mGzX&4zhJS21iKJ_g9a z*Nsl#y1_9e#{TJ}N#n+(&ZsuFA2)py;)cKgtwFQWteD2YFmPRiKDS*XU`9LnE)3W4 z>BPdY$YU_u5N2s~6~pVhp@Rmg^|glE^~Tz`A-FYq;^Q{<-JpFmX_R^xdsd9L?YagJ zZ5Cp=!E^y3H0)Egim_#oz+Vqx>pt&$ z*J0Ld0`6n6q=@sj-Gevi)8p&GZdzlG61IXHHi8ZSfVF5M#LI~kWtx05QnuHkb$t7n z-otu3aC|6gPB`$P;PIZ_rh}f{r6%O=@EZdV9-Ba__aS}nn~_#;fV2~-m0r+`vO*hW z*I{ry%E9-=ci@vzW0eI#$ZkRzWH*4sDjWoC*IbPCRttT#T5+M(@&eL#kuSDdzviW=9I_zj^k1hAj4CgEg~u7s=1FC?XjTEW>7VcL`QM%<89l8}V zyM07i{W;VwF?36X${+ezE)ldW}}A?b@8fJn_z|IQexTF5Da)OLDYyDd1YV z@dq@lao4Ri5KzR89P7$t5;11yCm{8*NDGYW0C#Z`UdD^5z z`o}5I`pN%*GuwawO_goJLu{0lki!?lwvdSJU4}CReG2E|cu*rW*$>fFSY5&B4H)R5 z{TN25`(}&~+RNz(y^><7A|X|hy_AqzJdXig>Fy%Y?(Ks`*sWmh`}%=Z(kGgD?s@pSmFeiNuksghPrQt@;iOmBHhydIntl(?IqCZZJuEF zeLm|+sIU%vJ5=Ym$01ZA-O`|50i!p;_V;L?Vx%bybun-L`NJR(K(g^$Tx~OJV)`qZG);#l)SX(0Upon-bTf#HS1Fp_wAc!=;8 zmfKb*{c#25P)oW1_>ofZ;G1Z<_^aw=WsLQ0*Y@^_z4JMG(Sazk0{c_Gj_xPuv_|OE zwxI{JUA_ZMV)Py3WpBay>=6)%rV`f8Ef@bQz(ZD^lZzSl4(P!2$MD!SS7SYe zRv>Myq+)FZGOr=%3{$}>jfNAPMNg825z$_-9CC=UwRm|Vui0H_WEgHwbST#R)d|OR zpNY=|Gl7ZPf<=1FrRY^e^ON*E*yJR=jp%+BP!#=V61A7 isy?Jj(v$7rHaNb;B6J|H@Ryl+Z$?l4L~?ztW&aDR@Z?qi literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/mako/ext/__pycache__/turbogears.cpython-38.pyc b/venv/lib/python3.8/site-packages/mako/ext/__pycache__/turbogears.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ac999f41350cf22a410a6535df30e07f2134ff0c GIT binary patch literal 1646 zcmZuxOK%%D5aw$iUQ4zUxK5J-txiF7uyk+`O>|=_co4Xr@8F4_x3hwgOR00GE3PV7XTRK!~6-R z{sTyjYs67af#RCz{R~|Zn5-r%vPQ?~-P7O5m3QUW-iivm#_G8CYgT)L2=qI7h+d%g zJy_A1uX>vuCoyb{YWB(5_A&(2H^C}2TW8T43--|2eRLJnLCxUY1=tH7g4UT|2XOjA zAc)r+Ej{qQ8hrM^%|5l;B2zLomCB@!?~Suu>Pu~8!PBWsXFA?1DzV5VZ`Cdpb_ciZ zuDmcR;pc!BA1}((Zh=6SI;%?SWne+uNSj0%{UI|`<&tFmyve5R7)UO!<_46tBCr+T z&q_T9NBBg-p^4*_gV=_gXJuwM?}wIYnUB?$69?^SSDx|C#&B!W;+e(gmdrlvOFK=+3AhS(ct+|LnMcD*iI%= z4;^wt2ytslNw;un!-@j5553BYYo+Ks&^z`@k*lwdFQw<4PSg z?Qp!yOjAk6z|>I5vn_RCfEz>R&+sSw23o7evp_v}{}mBbkTrRL1byK04fM)svXxgu zZ9&%A^2zHe5xST3ATdo}^~S0yVC^#As}ykBsH~ifzTlz7gTCLOuXex%8z>29QmGu) zstY9UK$>`Kt51~+Kkl@GGAU%d+phS=a+8P+IdE3HIk sWUl---MZbpA)BUaT08DGlG|`yCYpo)cbg4gY+QaBfSPvUbufJNAIc$~ +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + +"""adds autohandler functionality to Mako templates. + +requires that the TemplateLookup class is used with templates. + +usage:: + + <%! + from mako.ext.autohandler import autohandler + %> + <%inherit file="${autohandler(template, context)}"/> + + +or with custom autohandler filename:: + + <%! + from mako.ext.autohandler import autohandler + %> + <%inherit file="${autohandler(template, context, name='somefilename')}"/> + +""" + +import os +import posixpath +import re + + +def autohandler(template, context, name="autohandler"): + lookup = context.lookup + _template_uri = template.module._template_uri + if not lookup.filesystem_checks: + try: + return lookup._uri_cache[(autohandler, _template_uri, name)] + except KeyError: + pass + + tokens = re.findall(r"([^/]+)", posixpath.dirname(_template_uri)) + [name] + while len(tokens): + path = "/" + "/".join(tokens) + if path != _template_uri and _file_exists(lookup, path): + if not lookup.filesystem_checks: + return lookup._uri_cache.setdefault( + (autohandler, _template_uri, name), path + ) + else: + return path + if len(tokens) == 1: + break + tokens[-2:] = [name] + + if not lookup.filesystem_checks: + return lookup._uri_cache.setdefault( + (autohandler, _template_uri, name), None + ) + else: + return None + + +def _file_exists(lookup, path): + psub = re.sub(r"^/", "", path) + for d in lookup.directories: + if os.path.exists(d + "/" + psub): + return True + else: + return False diff --git a/venv/lib/python3.8/site-packages/mako/ext/babelplugin.py b/venv/lib/python3.8/site-packages/mako/ext/babelplugin.py new file mode 100644 index 000000000..541ea5409 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/ext/babelplugin.py @@ -0,0 +1,57 @@ +# ext/babelplugin.py +# Copyright 2006-2025 the Mako authors and contributors +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + +"""gettext message extraction via Babel: https://pypi.org/project/Babel/""" +from babel.messages.extract import extract_python + +from mako.ext.extract import MessageExtractor + + +class BabelMakoExtractor(MessageExtractor): + def __init__(self, keywords, comment_tags, options): + self.keywords = keywords + self.options = options + self.config = { + "comment-tags": " ".join(comment_tags), + "encoding": options.get( + "input_encoding", options.get("encoding", None) + ), + } + super().__init__() + + def __call__(self, fileobj): + return self.process_file(fileobj) + + def process_python(self, code, code_lineno, translator_strings): + comment_tags = self.config["comment-tags"] + for ( + lineno, + funcname, + messages, + python_translator_comments, + ) in extract_python(code, self.keywords, comment_tags, self.options): + yield ( + code_lineno + (lineno - 1), + funcname, + messages, + translator_strings + python_translator_comments, + ) + + +def extract(fileobj, keywords, comment_tags, options): + """Extract messages from Mako templates. + + :param fileobj: the file-like object the messages should be extracted from + :param keywords: a list of keywords (i.e. function names) that should be + recognized as translation functions + :param comment_tags: a list of translator tags to search for and include + in the results + :param options: a dictionary of additional options (optional) + :return: an iterator over ``(lineno, funcname, message, comments)`` tuples + :rtype: ``iterator`` + """ + extractor = BabelMakoExtractor(keywords, comment_tags, options) + yield from extractor(fileobj) diff --git a/venv/lib/python3.8/site-packages/mako/ext/beaker_cache.py b/venv/lib/python3.8/site-packages/mako/ext/beaker_cache.py new file mode 100644 index 000000000..b1392f30f --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/ext/beaker_cache.py @@ -0,0 +1,82 @@ +# ext/beaker_cache.py +# Copyright 2006-2025 the Mako authors and contributors +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + +"""Provide a :class:`.CacheImpl` for the Beaker caching system.""" + +from mako import exceptions +from mako.cache import CacheImpl + +try: + from beaker import cache as beaker_cache +except: + has_beaker = False +else: + has_beaker = True + +_beaker_cache = None + + +class BeakerCacheImpl(CacheImpl): + + """A :class:`.CacheImpl` provided for the Beaker caching system. + + This plugin is used by default, based on the default + value of ``'beaker'`` for the ``cache_impl`` parameter of the + :class:`.Template` or :class:`.TemplateLookup` classes. + + """ + + def __init__(self, cache): + if not has_beaker: + raise exceptions.RuntimeException( + "Can't initialize Beaker plugin; Beaker is not installed." + ) + global _beaker_cache + if _beaker_cache is None: + if "manager" in cache.template.cache_args: + _beaker_cache = cache.template.cache_args["manager"] + else: + _beaker_cache = beaker_cache.CacheManager() + super().__init__(cache) + + def _get_cache(self, **kw): + expiretime = kw.pop("timeout", None) + if "dir" in kw: + kw["data_dir"] = kw.pop("dir") + elif self.cache.template.module_directory: + kw["data_dir"] = self.cache.template.module_directory + + if "manager" in kw: + kw.pop("manager") + + if kw.get("type") == "memcached": + kw["type"] = "ext:memcached" + + if "region" in kw: + region = kw.pop("region") + cache = _beaker_cache.get_cache_region(self.cache.id, region, **kw) + else: + cache = _beaker_cache.get_cache(self.cache.id, **kw) + cache_args = {"starttime": self.cache.starttime} + if expiretime: + cache_args["expiretime"] = expiretime + return cache, cache_args + + def get_or_create(self, key, creation_function, **kw): + cache, kw = self._get_cache(**kw) + return cache.get(key, createfunc=creation_function, **kw) + + def put(self, key, value, **kw): + cache, kw = self._get_cache(**kw) + cache.put(key, value, **kw) + + def get(self, key, **kw): + cache, kw = self._get_cache(**kw) + return cache.get(key, **kw) + + def invalidate(self, key, **kw): + cache, kw = self._get_cache(**kw) + cache.remove_value(key, **kw) diff --git a/venv/lib/python3.8/site-packages/mako/ext/extract.py b/venv/lib/python3.8/site-packages/mako/ext/extract.py new file mode 100644 index 000000000..609c5c298 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/ext/extract.py @@ -0,0 +1,129 @@ +# ext/extract.py +# Copyright 2006-2025 the Mako authors and contributors +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + +from io import BytesIO +from io import StringIO +import re + +from mako import lexer +from mako import parsetree + + +class MessageExtractor: + use_bytes = True + + def process_file(self, fileobj): + template_node = lexer.Lexer( + fileobj.read(), input_encoding=self.config["encoding"] + ).parse() + yield from self.extract_nodes(template_node.get_children()) + + def extract_nodes(self, nodes): + translator_comments = [] + in_translator_comments = False + input_encoding = self.config["encoding"] or "ascii" + comment_tags = list( + filter(None, re.split(r"\s+", self.config["comment-tags"])) + ) + + for node in nodes: + child_nodes = None + if ( + in_translator_comments + and isinstance(node, parsetree.Text) + and not node.content.strip() + ): + # Ignore whitespace within translator comments + continue + + if isinstance(node, parsetree.Comment): + value = node.text.strip() + if in_translator_comments: + translator_comments.extend( + self._split_comment(node.lineno, value) + ) + continue + for comment_tag in comment_tags: + if value.startswith(comment_tag): + in_translator_comments = True + translator_comments.extend( + self._split_comment(node.lineno, value) + ) + continue + + if isinstance(node, parsetree.DefTag): + code = node.function_decl.code + child_nodes = node.nodes + elif isinstance(node, parsetree.BlockTag): + code = node.body_decl.code + child_nodes = node.nodes + elif isinstance(node, parsetree.CallTag): + code = node.code.code + child_nodes = node.nodes + elif isinstance(node, parsetree.PageTag): + code = node.body_decl.code + elif isinstance(node, parsetree.CallNamespaceTag): + code = node.expression + child_nodes = node.nodes + elif isinstance(node, parsetree.ControlLine): + if node.isend: + in_translator_comments = False + continue + code = node.text + elif isinstance(node, parsetree.Code): + in_translator_comments = False + code = node.code.code + elif isinstance(node, parsetree.Expression): + code = node.code.code + else: + continue + + # Comments don't apply unless they immediately precede the message + if ( + translator_comments + and translator_comments[-1][0] < node.lineno - 1 + ): + translator_comments = [] + + translator_strings = [ + comment[1] for comment in translator_comments + ] + + if isinstance(code, str) and self.use_bytes: + code = code.encode(input_encoding, "backslashreplace") + + used_translator_comments = False + # We add extra newline to work around a pybabel bug + # (see python-babel/babel#274, parse_encoding dies if the first + # input string of the input is non-ascii) + # Also, because we added it, we have to subtract one from + # node.lineno + if self.use_bytes: + code = BytesIO(b"\n" + code) + else: + code = StringIO("\n" + code) + + for message in self.process_python( + code, node.lineno - 1, translator_strings + ): + yield message + used_translator_comments = True + + if used_translator_comments: + translator_comments = [] + in_translator_comments = False + + if child_nodes: + yield from self.extract_nodes(child_nodes) + + @staticmethod + def _split_comment(lineno, comment): + """Return the multiline comment at lineno split into a list of + comment line numbers and the accompanying comment line""" + return [ + (lineno + index, line) + for index, line in enumerate(comment.splitlines()) + ] diff --git a/venv/lib/python3.8/site-packages/mako/ext/linguaplugin.py b/venv/lib/python3.8/site-packages/mako/ext/linguaplugin.py new file mode 100644 index 000000000..118668de2 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/ext/linguaplugin.py @@ -0,0 +1,57 @@ +# ext/linguaplugin.py +# Copyright 2006-2025 the Mako authors and contributors +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + +import contextlib +import io + +from lingua.extractors import Extractor +from lingua.extractors import get_extractor +from lingua.extractors import Message + +from mako.ext.extract import MessageExtractor + + +class LinguaMakoExtractor(Extractor, MessageExtractor): + """Mako templates""" + + use_bytes = False + extensions = [".mako"] + default_config = {"encoding": "utf-8", "comment-tags": ""} + + def __call__(self, filename, options, fileobj=None): + self.options = options + self.filename = filename + self.python_extractor = get_extractor("x.py") + if fileobj is None: + ctx = open(filename, "r") + else: + ctx = contextlib.nullcontext(fileobj) + with ctx as file_: + yield from self.process_file(file_) + + def process_python(self, code, code_lineno, translator_strings): + source = code.getvalue().strip() + if source.endswith(":"): + if source in ("try:", "else:") or source.startswith("except"): + source = "" # Ignore try/except and else + elif source.startswith("elif"): + source = source[2:] # Replace "elif" with "if" + source += "pass" + code = io.StringIO(source) + for msg in self.python_extractor( + self.filename, self.options, code, code_lineno - 1 + ): + if translator_strings: + msg = Message( + msg.msgctxt, + msg.msgid, + msg.msgid_plural, + msg.flags, + " ".join(translator_strings + [msg.comment]), + msg.tcomment, + msg.location, + ) + yield msg diff --git a/venv/lib/python3.8/site-packages/mako/ext/preprocessors.py b/venv/lib/python3.8/site-packages/mako/ext/preprocessors.py new file mode 100644 index 000000000..21f2db54d --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/ext/preprocessors.py @@ -0,0 +1,20 @@ +# ext/preprocessors.py +# Copyright 2006-2025 the Mako authors and contributors +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + +"""preprocessing functions, used with the 'preprocessor' +argument on Template, TemplateLookup""" + +import re + + +def convert_comments(text): + """preprocess old style comments. + + example: + + from mako.ext.preprocessors import convert_comments + t = Template(..., preprocessor=convert_comments)""" + return re.sub(r"(?<=\n)\s*#[^#]", "##", text) diff --git a/venv/lib/python3.8/site-packages/mako/ext/pygmentplugin.py b/venv/lib/python3.8/site-packages/mako/ext/pygmentplugin.py new file mode 100644 index 000000000..74a8fb9db --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/ext/pygmentplugin.py @@ -0,0 +1,150 @@ +# ext/pygmentplugin.py +# Copyright 2006-2025 the Mako authors and contributors +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + +from pygments import highlight +from pygments.formatters.html import HtmlFormatter +from pygments.lexer import bygroups +from pygments.lexer import DelegatingLexer +from pygments.lexer import include +from pygments.lexer import RegexLexer +from pygments.lexer import using +from pygments.lexers.agile import Python3Lexer +from pygments.lexers.agile import PythonLexer +from pygments.lexers.web import CssLexer +from pygments.lexers.web import HtmlLexer +from pygments.lexers.web import JavascriptLexer +from pygments.lexers.web import XmlLexer +from pygments.token import Comment +from pygments.token import Keyword +from pygments.token import Name +from pygments.token import Operator +from pygments.token import Other +from pygments.token import String +from pygments.token import Text + + +class MakoLexer(RegexLexer): + name = "Mako" + aliases = ["mako"] + filenames = ["*.mao"] + + tokens = { + "root": [ + ( + r"(\s*)(\%)(\s*end(?:\w+))(\n|\Z)", + bygroups(Text, Comment.Preproc, Keyword, Other), + ), + ( + r"(\s*)(\%(?!%))([^\n]*)(\n|\Z)", + bygroups(Text, Comment.Preproc, using(PythonLexer), Other), + ), + ( + r"(\s*)(##[^\n]*)(\n|\Z)", + bygroups(Text, Comment.Preproc, Other), + ), + (r"""(?s)<%doc>.*?""", Comment.Preproc), + ( + r"(<%)([\w\.\:]+)", + bygroups(Comment.Preproc, Name.Builtin), + "tag", + ), + ( + r"()", + bygroups(Comment.Preproc, Name.Builtin, Comment.Preproc), + ), + (r"<%(?=([\w\.\:]+))", Comment.Preproc, "ondeftags"), + ( + r"(?s)(<%(?:!?))(.*?)(%>)", + bygroups(Comment.Preproc, using(PythonLexer), Comment.Preproc), + ), + ( + r"(\$\{)(.*?)(\})", + bygroups(Comment.Preproc, using(PythonLexer), Comment.Preproc), + ), + ( + r"""(?sx) + (.+?) # anything, followed by: + (?: + (?<=\n)(?=%(?!%)|\#\#) | # an eval or comment line + (?=\#\*) | # multiline comment + (?=", Comment.Preproc, "#pop"), + (r"\s+", Text), + ], + "attr": [ + ('".*?"', String, "#pop"), + ("'.*?'", String, "#pop"), + (r"[^\s>]+", String, "#pop"), + ], + } + + +class MakoHtmlLexer(DelegatingLexer): + name = "HTML+Mako" + aliases = ["html+mako"] + + def __init__(self, **options): + super().__init__(HtmlLexer, MakoLexer, **options) + + +class MakoXmlLexer(DelegatingLexer): + name = "XML+Mako" + aliases = ["xml+mako"] + + def __init__(self, **options): + super().__init__(XmlLexer, MakoLexer, **options) + + +class MakoJavascriptLexer(DelegatingLexer): + name = "JavaScript+Mako" + aliases = ["js+mako", "javascript+mako"] + + def __init__(self, **options): + super().__init__(JavascriptLexer, MakoLexer, **options) + + +class MakoCssLexer(DelegatingLexer): + name = "CSS+Mako" + aliases = ["css+mako"] + + def __init__(self, **options): + super().__init__(CssLexer, MakoLexer, **options) + + +pygments_html_formatter = HtmlFormatter( + cssclass="syntax-highlighted", linenos=True +) + + +def syntax_highlight(filename="", language=None): + mako_lexer = MakoLexer() + python_lexer = Python3Lexer() + if filename.startswith("memory:") or language == "mako": + return lambda string: highlight( + string, mako_lexer, pygments_html_formatter + ) + return lambda string: highlight( + string, python_lexer, pygments_html_formatter + ) diff --git a/venv/lib/python3.8/site-packages/mako/ext/turbogears.py b/venv/lib/python3.8/site-packages/mako/ext/turbogears.py new file mode 100644 index 000000000..25ad35e77 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/ext/turbogears.py @@ -0,0 +1,61 @@ +# ext/turbogears.py +# Copyright 2006-2025 the Mako authors and contributors +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + +from mako import compat +from mako.lookup import TemplateLookup +from mako.template import Template + + +class TGPlugin: + + """TurboGears compatible Template Plugin.""" + + def __init__(self, extra_vars_func=None, options=None, extension="mak"): + self.extra_vars_func = extra_vars_func + self.extension = extension + if not options: + options = {} + + # Pull the options out and initialize the lookup + lookup_options = {} + for k, v in options.items(): + if k.startswith("mako."): + lookup_options[k[5:]] = v + elif k in ["directories", "filesystem_checks", "module_directory"]: + lookup_options[k] = v + self.lookup = TemplateLookup(**lookup_options) + + self.tmpl_options = {} + # transfer lookup args to template args, based on those available + # in getargspec + for kw in compat.inspect_getargspec(Template.__init__)[0]: + if kw in lookup_options: + self.tmpl_options[kw] = lookup_options[kw] + + def load_template(self, templatename, template_string=None): + """Loads a template from a file or a string""" + if template_string is not None: + return Template(template_string, **self.tmpl_options) + # Translate TG dot notation to normal / template path + if "/" not in templatename: + templatename = ( + "/" + templatename.replace(".", "/") + "." + self.extension + ) + + # Lookup template + return self.lookup.get_template(templatename) + + def render( + self, info, format="html", fragment=False, template=None # noqa + ): + if isinstance(template, str): + template = self.load_template(template) + + # Load extra vars func if provided + if self.extra_vars_func: + info.update(self.extra_vars_func()) + + return template.render(**info) diff --git a/venv/lib/python3.8/site-packages/mako/filters.py b/venv/lib/python3.8/site-packages/mako/filters.py new file mode 100644 index 000000000..d5338bd9c --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/filters.py @@ -0,0 +1,163 @@ +# mako/filters.py +# Copyright 2006-2025 the Mako authors and contributors +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + + +import codecs +from html.entities import codepoint2name +from html.entities import name2codepoint +import re +from urllib.parse import quote_plus + +import markupsafe + +html_escape = markupsafe.escape + +xml_escapes = { + "&": "&", + ">": ">", + "<": "<", + '"': """, # also " in html-only + "'": "'", # also ' in html-only +} + + +def xml_escape(string): + return re.sub(r'([&<"\'>])', lambda m: xml_escapes[m.group()], string) + + +def url_escape(string): + # convert into a list of octets + string = string.encode("utf8") + return quote_plus(string) + + +def trim(string): + return string.strip() + + +class Decode: + def __getattr__(self, key): + def decode(x): + if isinstance(x, str): + return x + elif not isinstance(x, bytes): + return decode(str(x)) + else: + return str(x, encoding=key) + + return decode + + +decode = Decode() + + +class XMLEntityEscaper: + def __init__(self, codepoint2name, name2codepoint): + self.codepoint2entity = { + c: str("&%s;" % n) for c, n in codepoint2name.items() + } + self.name2codepoint = name2codepoint + + def escape_entities(self, text): + """Replace characters with their character entity references. + + Only characters corresponding to a named entity are replaced. + """ + return str(text).translate(self.codepoint2entity) + + def __escape(self, m): + codepoint = ord(m.group()) + try: + return self.codepoint2entity[codepoint] + except (KeyError, IndexError): + return "&#x%X;" % codepoint + + __escapable = re.compile(r'["&<>]|[^\x00-\x7f]') + + def escape(self, text): + """Replace characters with their character references. + + Replace characters by their named entity references. + Non-ASCII characters, if they do not have a named entity reference, + are replaced by numerical character references. + + The return value is guaranteed to be ASCII. + """ + return self.__escapable.sub(self.__escape, str(text)).encode("ascii") + + # XXX: This regexp will not match all valid XML entity names__. + # (It punts on details involving involving CombiningChars and Extenders.) + # + # .. __: http://www.w3.org/TR/2000/REC-xml-20001006#NT-EntityRef + __characterrefs = re.compile( + r"""& (?: + \#(\d+) + | \#x([\da-f]+) + | ( (?!\d) [:\w] [-.:\w]+ ) + ) ;""", + re.X | re.UNICODE, + ) + + def __unescape(self, m): + dval, hval, name = m.groups() + if dval: + codepoint = int(dval) + elif hval: + codepoint = int(hval, 16) + else: + codepoint = self.name2codepoint.get(name, 0xFFFD) + # U+FFFD = "REPLACEMENT CHARACTER" + if codepoint < 128: + return chr(codepoint) + return chr(codepoint) + + def unescape(self, text): + """Unescape character references. + + All character references (both entity references and numerical + character references) are unescaped. + """ + return self.__characterrefs.sub(self.__unescape, text) + + +_html_entities_escaper = XMLEntityEscaper(codepoint2name, name2codepoint) + +html_entities_escape = _html_entities_escaper.escape_entities +html_entities_unescape = _html_entities_escaper.unescape + + +def htmlentityreplace_errors(ex): + """An encoding error handler. + + This python codecs error handler replaces unencodable + characters with HTML entities, or, if no HTML entity exists for + the character, XML character references:: + + >>> 'The cost was \u20ac12.'.encode('latin1', 'htmlentityreplace') + 'The cost was €12.' + """ + if isinstance(ex, UnicodeEncodeError): + # Handle encoding errors + bad_text = ex.object[ex.start : ex.end] + text = _html_entities_escaper.escape(bad_text) + return (str(text), ex.end) + raise ex + + +codecs.register_error("htmlentityreplace", htmlentityreplace_errors) + + +DEFAULT_ESCAPES = { + "x": "filters.xml_escape", + "h": "filters.html_escape", + "u": "filters.url_escape", + "trim": "filters.trim", + "entity": "filters.html_entities_escape", + "unicode": "str", + "decode": "decode", + "str": "str", + "n": "n", +} diff --git a/venv/lib/python3.8/site-packages/mako/lexer.py b/venv/lib/python3.8/site-packages/mako/lexer.py new file mode 100644 index 000000000..37afb4de2 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/lexer.py @@ -0,0 +1,481 @@ +# mako/lexer.py +# Copyright 2006-2025 the Mako authors and contributors +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + +"""provides the Lexer class for parsing template strings into parse trees.""" + +import codecs +import re + +from mako import exceptions +from mako import parsetree +from mako.pygen import adjust_whitespace + +_regexp_cache = {} + + +class Lexer: + def __init__( + self, text, filename=None, input_encoding=None, preprocessor=None + ): + self.text = text + self.filename = filename + self.template = parsetree.TemplateNode(self.filename) + self.matched_lineno = 1 + self.matched_charpos = 0 + self.lineno = 1 + self.match_position = 0 + self.tag = [] + self.control_line = [] + self.ternary_stack = [] + self.encoding = input_encoding + + if preprocessor is None: + self.preprocessor = [] + elif not hasattr(preprocessor, "__iter__"): + self.preprocessor = [preprocessor] + else: + self.preprocessor = preprocessor + + @property + def exception_kwargs(self): + return { + "source": self.text, + "lineno": self.matched_lineno, + "pos": self.matched_charpos, + "filename": self.filename, + } + + def match(self, regexp, flags=None): + """compile the given regexp, cache the reg, and call match_reg().""" + + try: + reg = _regexp_cache[(regexp, flags)] + except KeyError: + reg = re.compile(regexp, flags) if flags else re.compile(regexp) + _regexp_cache[(regexp, flags)] = reg + + return self.match_reg(reg) + + def match_reg(self, reg): + """match the given regular expression object to the current text + position. + + if a match occurs, update the current text and line position. + + """ + + mp = self.match_position + + match = reg.match(self.text, self.match_position) + if match: + (start, end) = match.span() + self.match_position = end + 1 if end == start else end + self.matched_lineno = self.lineno + cp = mp - 1 + if cp >= 0 and cp < self.textlength: + cp = self.text[: cp + 1].rfind("\n") + self.matched_charpos = mp - cp + self.lineno += self.text[mp : self.match_position].count("\n") + return match + + def parse_until_text(self, watch_nesting, *text): + startpos = self.match_position + text_re = r"|".join(text) + brace_level = 0 + paren_level = 0 + bracket_level = 0 + while True: + match = self.match(r"#.*\n") + if match: + continue + match = self.match( + r"(\"\"\"|\'\'\'|\"|\')[^\\]*?(\\.[^\\]*?)*\1", re.S + ) + if match: + continue + match = self.match(r"(%s)" % text_re) + if match and not ( + watch_nesting + and (brace_level > 0 or paren_level > 0 or bracket_level > 0) + ): + return ( + self.text[ + startpos : self.match_position - len(match.group(1)) + ], + match.group(1), + ) + elif not match: + match = self.match(r"(.*?)(?=\"|\'|#|%s)" % text_re, re.S) + if match: + brace_level += match.group(1).count("{") + brace_level -= match.group(1).count("}") + paren_level += match.group(1).count("(") + paren_level -= match.group(1).count(")") + bracket_level += match.group(1).count("[") + bracket_level -= match.group(1).count("]") + continue + raise exceptions.SyntaxException( + "Expected: %s" % ",".join(text), **self.exception_kwargs + ) + + def append_node(self, nodecls, *args, **kwargs): + kwargs.setdefault("source", self.text) + kwargs.setdefault("lineno", self.matched_lineno) + kwargs.setdefault("pos", self.matched_charpos) + kwargs["filename"] = self.filename + node = nodecls(*args, **kwargs) + if len(self.tag): + self.tag[-1].nodes.append(node) + else: + self.template.nodes.append(node) + # build a set of child nodes for the control line + # (used for loop variable detection) + # also build a set of child nodes on ternary control lines + # (used for determining if a pass needs to be auto-inserted + if self.control_line: + control_frame = self.control_line[-1] + control_frame.nodes.append(node) + if ( + not ( + isinstance(node, parsetree.ControlLine) + and control_frame.is_ternary(node.keyword) + ) + and self.ternary_stack + and self.ternary_stack[-1] + ): + self.ternary_stack[-1][-1].nodes.append(node) + if isinstance(node, parsetree.Tag): + if len(self.tag): + node.parent = self.tag[-1] + self.tag.append(node) + elif isinstance(node, parsetree.ControlLine): + if node.isend: + self.control_line.pop() + self.ternary_stack.pop() + elif node.is_primary: + self.control_line.append(node) + self.ternary_stack.append([]) + elif self.control_line and self.control_line[-1].is_ternary( + node.keyword + ): + self.ternary_stack[-1].append(node) + elif self.control_line and not self.control_line[-1].is_ternary( + node.keyword + ): + raise exceptions.SyntaxException( + "Keyword '%s' not a legal ternary for keyword '%s'" + % (node.keyword, self.control_line[-1].keyword), + **self.exception_kwargs, + ) + + _coding_re = re.compile(r"#.*coding[:=]\s*([-\w.]+).*\r?\n") + + def decode_raw_stream(self, text, decode_raw, known_encoding, filename): + """given string/unicode or bytes/string, determine encoding + from magic encoding comment, return body as unicode + or raw if decode_raw=False + + """ + if isinstance(text, str): + m = self._coding_re.match(text) + encoding = m and m.group(1) or known_encoding or "utf-8" + return encoding, text + + if text.startswith(codecs.BOM_UTF8): + text = text[len(codecs.BOM_UTF8) :] + parsed_encoding = "utf-8" + m = self._coding_re.match(text.decode("utf-8", "ignore")) + if m is not None and m.group(1) != "utf-8": + raise exceptions.CompileException( + "Found utf-8 BOM in file, with conflicting " + "magic encoding comment of '%s'" % m.group(1), + text.decode("utf-8", "ignore"), + 0, + 0, + filename, + ) + else: + m = self._coding_re.match(text.decode("utf-8", "ignore")) + parsed_encoding = m.group(1) if m else known_encoding or "utf-8" + if decode_raw: + try: + text = text.decode(parsed_encoding) + except UnicodeDecodeError: + raise exceptions.CompileException( + "Unicode decode operation of encoding '%s' failed" + % parsed_encoding, + text.decode("utf-8", "ignore"), + 0, + 0, + filename, + ) + + return parsed_encoding, text + + def parse(self): + self.encoding, self.text = self.decode_raw_stream( + self.text, True, self.encoding, self.filename + ) + + for preproc in self.preprocessor: + self.text = preproc(self.text) + + # push the match marker past the + # encoding comment. + self.match_reg(self._coding_re) + + self.textlength = len(self.text) + + while True: + if self.match_position > self.textlength: + break + + if self.match_end(): + break + if self.match_expression(): + continue + if self.match_control_line(): + continue + if self.match_comment(): + continue + if self.match_tag_start(): + continue + if self.match_tag_end(): + continue + if self.match_python_block(): + continue + if self.match_percent(): + continue + if self.match_text(): + continue + + if self.match_position > self.textlength: + break + # TODO: no coverage here + raise exceptions.MakoException("assertion failed") + + if len(self.tag): + raise exceptions.SyntaxException( + "Unclosed tag: <%%%s>" % self.tag[-1].keyword, + **self.exception_kwargs, + ) + if len(self.control_line): + raise exceptions.SyntaxException( + "Unterminated control keyword: '%s'" + % self.control_line[-1].keyword, + self.text, + self.control_line[-1].lineno, + self.control_line[-1].pos, + self.filename, + ) + return self.template + + def match_tag_start(self): + reg = r""" + \<% # opening tag + + ([\w\.\:]+) # keyword + + ((?:\s+\w+|\s*=\s*|"[^"]*?"|'[^']*?'|\s*,\s*)*) # attrname, = \ + # sign, string expression + # comma is for backwards compat + # identified in #366 + + \s* # more whitespace + + (/)?> # closing + + """ + + match = self.match( + reg, + re.I | re.S | re.X, + ) + + if not match: + return False + + keyword, attr, isend = match.groups() + self.keyword = keyword + attributes = {} + if attr: + for att in re.findall( + r"\s*(\w+)\s*=\s*(?:'([^']*)'|\"([^\"]*)\")", attr + ): + key, val1, val2 = att + text = val1 or val2 + text = text.replace("\r\n", "\n") + attributes[key] = text + self.append_node(parsetree.Tag, keyword, attributes) + if isend: + self.tag.pop() + elif keyword == "text": + match = self.match(r"(.*?)(?=\)", re.S) + if not match: + raise exceptions.SyntaxException( + "Unclosed tag: <%%%s>" % self.tag[-1].keyword, + **self.exception_kwargs, + ) + self.append_node(parsetree.Text, match.group(1)) + return self.match_tag_end() + return True + + def match_tag_end(self): + match = self.match(r"\") + if match: + if not len(self.tag): + raise exceptions.SyntaxException( + "Closing tag without opening tag: " + % match.group(1), + **self.exception_kwargs, + ) + elif self.tag[-1].keyword != match.group(1): + raise exceptions.SyntaxException( + "Closing tag does not match tag: <%%%s>" + % (match.group(1), self.tag[-1].keyword), + **self.exception_kwargs, + ) + self.tag.pop() + return True + else: + return False + + def match_end(self): + match = self.match(r"\Z", re.S) + if not match: + return False + + string = match.group() + if string: + return string + else: + return True + + def match_percent(self): + match = self.match(r"(?<=^)(\s*)%%(%*)", re.M) + if match: + self.append_node( + parsetree.Text, match.group(1) + "%" + match.group(2) + ) + return True + else: + return False + + def match_text(self): + match = self.match( + r""" + (.*?) # anything, followed by: + ( + (?<=\n)(?=[ \t]*(?=%|\#\#)) # an eval or line-based + # comment, preceded by a + # consumed newline and whitespace + | + (?=\${) # an expression + | + (?=") + # the trailing newline helps + # compiler.parse() not complain about indentation + text = adjust_whitespace(text) + "\n" + self.append_node( + parsetree.Code, + text, + match.group(1) == "!", + lineno=line, + pos=pos, + ) + return True + else: + return False + + def match_expression(self): + match = self.match(r"\${") + if not match: + return False + + line, pos = self.matched_lineno, self.matched_charpos + text, end = self.parse_until_text(True, r"\|", r"}") + if end == "|": + escapes, end = self.parse_until_text(True, r"}") + else: + escapes = "" + text = text.replace("\r\n", "\n") + self.append_node( + parsetree.Expression, + text, + escapes.strip(), + lineno=line, + pos=pos, + ) + return True + + def match_control_line(self): + match = self.match( + r"(?<=^)[\t ]*(%(?!%)|##)[\t ]*((?:(?:\\\r?\n)|[^\r\n])*)" + r"(?:\r?\n|\Z)", + re.M, + ) + if not match: + return False + + operator = match.group(1) + text = match.group(2) + if operator == "%": + m2 = re.match(r"(end)?(\w+)\s*(.*)", text) + if not m2: + raise exceptions.SyntaxException( + "Invalid control line: '%s'" % text, + **self.exception_kwargs, + ) + isend, keyword = m2.group(1, 2) + isend = isend is not None + + if isend: + if not len(self.control_line): + raise exceptions.SyntaxException( + "No starting keyword '%s' for '%s'" % (keyword, text), + **self.exception_kwargs, + ) + elif self.control_line[-1].keyword != keyword: + raise exceptions.SyntaxException( + "Keyword '%s' doesn't match keyword '%s'" + % (text, self.control_line[-1].keyword), + **self.exception_kwargs, + ) + self.append_node(parsetree.ControlLine, keyword, isend, text) + else: + self.append_node(parsetree.Comment, text) + return True + + def match_comment(self): + """matches the multiline version of a comment""" + match = self.match(r"<%doc>(.*?)", re.S) + if match: + self.append_node(parsetree.Comment, match.group(1)) + return True + else: + return False diff --git a/venv/lib/python3.8/site-packages/mako/lookup.py b/venv/lib/python3.8/site-packages/mako/lookup.py new file mode 100644 index 000000000..1a431c805 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/lookup.py @@ -0,0 +1,361 @@ +# mako/lookup.py +# Copyright 2006-2025 the Mako authors and contributors +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + +import os +import posixpath +import re +import stat +import threading + +from mako import exceptions +from mako import util +from mako.template import Template + + +class TemplateCollection: + + """Represent a collection of :class:`.Template` objects, + identifiable via URI. + + A :class:`.TemplateCollection` is linked to the usage of + all template tags that address other templates, such + as ``<%include>``, ``<%namespace>``, and ``<%inherit>``. + The ``file`` attribute of each of those tags refers + to a string URI that is passed to that :class:`.Template` + object's :class:`.TemplateCollection` for resolution. + + :class:`.TemplateCollection` is an abstract class, + with the usual default implementation being :class:`.TemplateLookup`. + + """ + + def has_template(self, uri): + """Return ``True`` if this :class:`.TemplateLookup` is + capable of returning a :class:`.Template` object for the + given ``uri``. + + :param uri: String URI of the template to be resolved. + + """ + try: + self.get_template(uri) + return True + except exceptions.TemplateLookupException: + return False + + def get_template(self, uri, relativeto=None): + """Return a :class:`.Template` object corresponding to the given + ``uri``. + + The default implementation raises + :class:`.NotImplementedError`. Implementations should + raise :class:`.TemplateLookupException` if the given ``uri`` + cannot be resolved. + + :param uri: String URI of the template to be resolved. + :param relativeto: if present, the given ``uri`` is assumed to + be relative to this URI. + + """ + raise NotImplementedError() + + def filename_to_uri(self, uri, filename): + """Convert the given ``filename`` to a URI relative to + this :class:`.TemplateCollection`.""" + + return uri + + def adjust_uri(self, uri, filename): + """Adjust the given ``uri`` based on the calling ``filename``. + + When this method is called from the runtime, the + ``filename`` parameter is taken directly to the ``filename`` + attribute of the calling template. Therefore a custom + :class:`.TemplateCollection` subclass can place any string + identifier desired in the ``filename`` parameter of the + :class:`.Template` objects it constructs and have them come back + here. + + """ + return uri + + +class TemplateLookup(TemplateCollection): + + """Represent a collection of templates that locates template source files + from the local filesystem. + + The primary argument is the ``directories`` argument, the list of + directories to search: + + .. sourcecode:: python + + lookup = TemplateLookup(["/path/to/templates"]) + some_template = lookup.get_template("/index.html") + + The :class:`.TemplateLookup` can also be given :class:`.Template` objects + programatically using :meth:`.put_string` or :meth:`.put_template`: + + .. sourcecode:: python + + lookup = TemplateLookup() + lookup.put_string("base.html", ''' + ${self.next()} + ''') + lookup.put_string("hello.html", ''' + <%include file='base.html'/> + + Hello, world ! + ''') + + + :param directories: A list of directory names which will be + searched for a particular template URI. The URI is appended + to each directory and the filesystem checked. + + :param collection_size: Approximate size of the collection used + to store templates. If left at its default of ``-1``, the size + is unbounded, and a plain Python dictionary is used to + relate URI strings to :class:`.Template` instances. + Otherwise, a least-recently-used cache object is used which + will maintain the size of the collection approximately to + the number given. + + :param filesystem_checks: When at its default value of ``True``, + each call to :meth:`.TemplateLookup.get_template()` will + compare the filesystem last modified time to the time in + which an existing :class:`.Template` object was created. + This allows the :class:`.TemplateLookup` to regenerate a + new :class:`.Template` whenever the original source has + been updated. Set this to ``False`` for a very minor + performance increase. + + :param modulename_callable: A callable which, when present, + is passed the path of the source file as well as the + requested URI, and then returns the full path of the + generated Python module file. This is used to inject + alternate schemes for Python module location. If left at + its default of ``None``, the built in system of generation + based on ``module_directory`` plus ``uri`` is used. + + All other keyword parameters available for + :class:`.Template` are mirrored here. When new + :class:`.Template` objects are created, the keywords + established with this :class:`.TemplateLookup` are passed on + to each new :class:`.Template`. + + """ + + def __init__( + self, + directories=None, + module_directory=None, + filesystem_checks=True, + collection_size=-1, + format_exceptions=False, + error_handler=None, + output_encoding=None, + encoding_errors="strict", + cache_args=None, + cache_impl="beaker", + cache_enabled=True, + cache_type=None, + cache_dir=None, + cache_url=None, + modulename_callable=None, + module_writer=None, + default_filters=None, + buffer_filters=(), + strict_undefined=False, + imports=None, + future_imports=None, + enable_loop=True, + input_encoding=None, + preprocessor=None, + lexer_cls=None, + include_error_handler=None, + ): + self.directories = [ + posixpath.normpath(d) for d in util.to_list(directories, ()) + ] + self.module_directory = module_directory + self.modulename_callable = modulename_callable + self.filesystem_checks = filesystem_checks + self.collection_size = collection_size + + if cache_args is None: + cache_args = {} + # transfer deprecated cache_* args + if cache_dir: + cache_args.setdefault("dir", cache_dir) + if cache_url: + cache_args.setdefault("url", cache_url) + if cache_type: + cache_args.setdefault("type", cache_type) + + self.template_args = { + "format_exceptions": format_exceptions, + "error_handler": error_handler, + "include_error_handler": include_error_handler, + "output_encoding": output_encoding, + "cache_impl": cache_impl, + "encoding_errors": encoding_errors, + "input_encoding": input_encoding, + "module_directory": module_directory, + "module_writer": module_writer, + "cache_args": cache_args, + "cache_enabled": cache_enabled, + "default_filters": default_filters, + "buffer_filters": buffer_filters, + "strict_undefined": strict_undefined, + "imports": imports, + "future_imports": future_imports, + "enable_loop": enable_loop, + "preprocessor": preprocessor, + "lexer_cls": lexer_cls, + } + + if collection_size == -1: + self._collection = {} + self._uri_cache = {} + else: + self._collection = util.LRUCache(collection_size) + self._uri_cache = util.LRUCache(collection_size) + self._mutex = threading.Lock() + + def get_template(self, uri): + """Return a :class:`.Template` object corresponding to the given + ``uri``. + + .. note:: The ``relativeto`` argument is not supported here at + the moment. + + """ + + try: + if self.filesystem_checks: + return self._check(uri, self._collection[uri]) + else: + return self._collection[uri] + except KeyError as e: + u = re.sub(r"^\/+", "", uri) + for dir_ in self.directories: + # make sure the path seperators are posix - os.altsep is empty + # on POSIX and cannot be used. + dir_ = dir_.replace(os.path.sep, posixpath.sep) + srcfile = posixpath.normpath(posixpath.join(dir_, u)) + if os.path.isfile(srcfile): + return self._load(srcfile, uri) + else: + raise exceptions.TopLevelLookupException( + "Can't locate template for uri %r" % uri + ) from e + + def adjust_uri(self, uri, relativeto): + """Adjust the given ``uri`` based on the given relative URI.""" + + key = (uri, relativeto) + if key in self._uri_cache: + return self._uri_cache[key] + + if uri[0] == "/": + v = self._uri_cache[key] = uri + elif relativeto is not None: + v = self._uri_cache[key] = posixpath.join( + posixpath.dirname(relativeto), uri + ) + else: + v = self._uri_cache[key] = "/" + uri + return v + + def filename_to_uri(self, filename): + """Convert the given ``filename`` to a URI relative to + this :class:`.TemplateCollection`.""" + + try: + return self._uri_cache[filename] + except KeyError: + value = self._relativeize(filename) + self._uri_cache[filename] = value + return value + + def _relativeize(self, filename): + """Return the portion of a filename that is 'relative' + to the directories in this lookup. + + """ + + filename = posixpath.normpath(filename) + for dir_ in self.directories: + if filename[0 : len(dir_)] == dir_: + return filename[len(dir_) :] + else: + return None + + def _load(self, filename, uri): + self._mutex.acquire() + try: + try: + # try returning from collection one + # more time in case concurrent thread already loaded + return self._collection[uri] + except KeyError: + pass + try: + if self.modulename_callable is not None: + module_filename = self.modulename_callable(filename, uri) + else: + module_filename = None + self._collection[uri] = template = Template( + uri=uri, + filename=posixpath.normpath(filename), + lookup=self, + module_filename=module_filename, + **self.template_args, + ) + return template + except: + # if compilation fails etc, ensure + # template is removed from collection, + # re-raise + self._collection.pop(uri, None) + raise + finally: + self._mutex.release() + + def _check(self, uri, template): + if template.filename is None: + return template + + try: + template_stat = os.stat(template.filename) + if template.module._modified_time >= template_stat[stat.ST_MTIME]: + return template + self._collection.pop(uri, None) + return self._load(template.filename, uri) + except OSError as e: + self._collection.pop(uri, None) + raise exceptions.TemplateLookupException( + "Can't locate template for uri %r" % uri + ) from e + + def put_string(self, uri, text): + """Place a new :class:`.Template` object into this + :class:`.TemplateLookup`, based on the given string of + ``text``. + + """ + self._collection[uri] = Template( + text, lookup=self, uri=uri, **self.template_args + ) + + def put_template(self, uri, template): + """Place a new :class:`.Template` object into this + :class:`.TemplateLookup`, based on the given + :class:`.Template` object. + + """ + self._collection[uri] = template diff --git a/venv/lib/python3.8/site-packages/mako/parsetree.py b/venv/lib/python3.8/site-packages/mako/parsetree.py new file mode 100644 index 000000000..f7bdda8d6 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/parsetree.py @@ -0,0 +1,656 @@ +# mako/parsetree.py +# Copyright 2006-2025 the Mako authors and contributors +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + +"""defines the parse tree components for Mako templates.""" + +import re + +from mako import ast +from mako import exceptions +from mako import filters +from mako import util + + +class Node: + + """base class for a Node in the parse tree.""" + + def __init__(self, source, lineno, pos, filename): + self.source = source + self.lineno = lineno + self.pos = pos + self.filename = filename + + @property + def exception_kwargs(self): + return { + "source": self.source, + "lineno": self.lineno, + "pos": self.pos, + "filename": self.filename, + } + + def get_children(self): + return [] + + def accept_visitor(self, visitor): + def traverse(node): + for n in node.get_children(): + n.accept_visitor(visitor) + + method = getattr(visitor, "visit" + self.__class__.__name__, traverse) + method(self) + + +class TemplateNode(Node): + + """a 'container' node that stores the overall collection of nodes.""" + + def __init__(self, filename): + super().__init__("", 0, 0, filename) + self.nodes = [] + self.page_attributes = {} + + def get_children(self): + return self.nodes + + def __repr__(self): + return "TemplateNode(%s, %r)" % ( + util.sorted_dict_repr(self.page_attributes), + self.nodes, + ) + + +class ControlLine(Node): + + """defines a control line, a line-oriented python line or end tag. + + e.g.:: + + % if foo: + (markup) + % endif + + """ + + has_loop_context = False + + def __init__(self, keyword, isend, text, **kwargs): + super().__init__(**kwargs) + self.text = text + self.keyword = keyword + self.isend = isend + self.is_primary = keyword in ["for", "if", "while", "try", "with"] + self.nodes = [] + if self.isend: + self._declared_identifiers = [] + self._undeclared_identifiers = [] + else: + code = ast.PythonFragment(text, **self.exception_kwargs) + self._declared_identifiers = code.declared_identifiers + self._undeclared_identifiers = code.undeclared_identifiers + + def get_children(self): + return self.nodes + + def declared_identifiers(self): + return self._declared_identifiers + + def undeclared_identifiers(self): + return self._undeclared_identifiers + + def is_ternary(self, keyword): + """return true if the given keyword is a ternary keyword + for this ControlLine""" + + cases = { + "if": {"else", "elif"}, + "try": {"except", "finally"}, + "for": {"else"}, + } + + return keyword in cases.get(self.keyword, set()) + + def __repr__(self): + return "ControlLine(%r, %r, %r, %r)" % ( + self.keyword, + self.text, + self.isend, + (self.lineno, self.pos), + ) + + +class Text(Node): + """defines plain text in the template.""" + + def __init__(self, content, **kwargs): + super().__init__(**kwargs) + self.content = content + + def __repr__(self): + return "Text(%r, %r)" % (self.content, (self.lineno, self.pos)) + + +class Code(Node): + """defines a Python code block, either inline or module level. + + e.g.:: + + inline: + <% + x = 12 + %> + + module level: + <%! + import logger + %> + + """ + + def __init__(self, text, ismodule, **kwargs): + super().__init__(**kwargs) + self.text = text + self.ismodule = ismodule + self.code = ast.PythonCode(text, **self.exception_kwargs) + + def declared_identifiers(self): + return self.code.declared_identifiers + + def undeclared_identifiers(self): + return self.code.undeclared_identifiers + + def __repr__(self): + return "Code(%r, %r, %r)" % ( + self.text, + self.ismodule, + (self.lineno, self.pos), + ) + + +class Comment(Node): + """defines a comment line. + + # this is a comment + + """ + + def __init__(self, text, **kwargs): + super().__init__(**kwargs) + self.text = text + + def __repr__(self): + return "Comment(%r, %r)" % (self.text, (self.lineno, self.pos)) + + +class Expression(Node): + """defines an inline expression. + + ${x+y} + + """ + + def __init__(self, text, escapes, **kwargs): + super().__init__(**kwargs) + self.text = text + self.escapes = escapes + self.escapes_code = ast.ArgumentList(escapes, **self.exception_kwargs) + self.code = ast.PythonCode(text, **self.exception_kwargs) + + def declared_identifiers(self): + return [] + + def undeclared_identifiers(self): + # TODO: make the "filter" shortcut list configurable at parse/gen time + return self.code.undeclared_identifiers.union( + self.escapes_code.undeclared_identifiers.difference( + filters.DEFAULT_ESCAPES + ) + ).difference(self.code.declared_identifiers) + + def __repr__(self): + return "Expression(%r, %r, %r)" % ( + self.text, + self.escapes_code.args, + (self.lineno, self.pos), + ) + + +class _TagMeta(type): + """metaclass to allow Tag to produce a subclass according to + its keyword""" + + _classmap = {} + + def __init__(cls, clsname, bases, dict_): + if getattr(cls, "__keyword__", None) is not None: + cls._classmap[cls.__keyword__] = cls + super().__init__(clsname, bases, dict_) + + def __call__(cls, keyword, attributes, **kwargs): + if ":" in keyword: + ns, defname = keyword.split(":") + return type.__call__( + CallNamespaceTag, ns, defname, attributes, **kwargs + ) + + try: + cls = _TagMeta._classmap[keyword] + except KeyError: + raise exceptions.CompileException( + "No such tag: '%s'" % keyword, + source=kwargs["source"], + lineno=kwargs["lineno"], + pos=kwargs["pos"], + filename=kwargs["filename"], + ) + return type.__call__(cls, keyword, attributes, **kwargs) + + +class Tag(Node, metaclass=_TagMeta): + """abstract base class for tags. + + e.g.:: + + <%sometag/> + + <%someothertag> + stuff + + + """ + + __keyword__ = None + + def __init__( + self, + keyword, + attributes, + expressions, + nonexpressions, + required, + **kwargs, + ): + r"""construct a new Tag instance. + + this constructor not called directly, and is only called + by subclasses. + + :param keyword: the tag keyword + + :param attributes: raw dictionary of attribute key/value pairs + + :param expressions: a set of identifiers that are legal attributes, + which can also contain embedded expressions + + :param nonexpressions: a set of identifiers that are legal + attributes, which cannot contain embedded expressions + + :param \**kwargs: + other arguments passed to the Node superclass (lineno, pos) + + """ + super().__init__(**kwargs) + self.keyword = keyword + self.attributes = attributes + self._parse_attributes(expressions, nonexpressions) + missing = [r for r in required if r not in self.parsed_attributes] + if len(missing): + raise exceptions.CompileException( + ( + "Missing attribute(s): %s" + % ",".join(repr(m) for m in missing) + ), + **self.exception_kwargs, + ) + + self.parent = None + self.nodes = [] + + def is_root(self): + return self.parent is None + + def get_children(self): + return self.nodes + + def _parse_attributes(self, expressions, nonexpressions): + undeclared_identifiers = set() + self.parsed_attributes = {} + for key in self.attributes: + if key in expressions: + expr = [] + for x in re.compile(r"(\${(?:[^$]*?{.+|.+?)})", re.S).split( + self.attributes[key] + ): + m = re.compile(r"^\${(.+?)}$", re.S).match(x) + if m: + code = ast.PythonCode( + m.group(1).rstrip(), **self.exception_kwargs + ) + # we aren't discarding "declared_identifiers" here, + # which we do so that list comprehension-declared + # variables aren't counted. As yet can't find a + # condition that requires it here. + undeclared_identifiers = undeclared_identifiers.union( + code.undeclared_identifiers + ) + expr.append("(%s)" % m.group(1)) + elif x: + expr.append(repr(x)) + self.parsed_attributes[key] = " + ".join(expr) or repr("") + elif key in nonexpressions: + if re.search(r"\${.+?}", self.attributes[key]): + raise exceptions.CompileException( + "Attribute '%s' in tag '%s' does not allow embedded " + "expressions" % (key, self.keyword), + **self.exception_kwargs, + ) + self.parsed_attributes[key] = repr(self.attributes[key]) + else: + raise exceptions.CompileException( + "Invalid attribute for tag '%s': '%s'" + % (self.keyword, key), + **self.exception_kwargs, + ) + self.expression_undeclared_identifiers = undeclared_identifiers + + def declared_identifiers(self): + return [] + + def undeclared_identifiers(self): + return self.expression_undeclared_identifiers + + def __repr__(self): + return "%s(%r, %s, %r, %r)" % ( + self.__class__.__name__, + self.keyword, + util.sorted_dict_repr(self.attributes), + (self.lineno, self.pos), + self.nodes, + ) + + +class IncludeTag(Tag): + __keyword__ = "include" + + def __init__(self, keyword, attributes, **kwargs): + super().__init__( + keyword, + attributes, + ("file", "import", "args"), + (), + ("file",), + **kwargs, + ) + self.page_args = ast.PythonCode( + "__DUMMY(%s)" % attributes.get("args", ""), **self.exception_kwargs + ) + + def declared_identifiers(self): + return [] + + def undeclared_identifiers(self): + identifiers = self.page_args.undeclared_identifiers.difference( + {"__DUMMY"} + ).difference(self.page_args.declared_identifiers) + return identifiers.union(super().undeclared_identifiers()) + + +class NamespaceTag(Tag): + __keyword__ = "namespace" + + def __init__(self, keyword, attributes, **kwargs): + super().__init__( + keyword, + attributes, + ("file",), + ("name", "inheritable", "import", "module"), + (), + **kwargs, + ) + + self.name = attributes.get("name", "__anon_%s" % hex(abs(id(self)))) + if "name" not in attributes and "import" not in attributes: + raise exceptions.CompileException( + "'name' and/or 'import' attributes are required " + "for <%namespace>", + **self.exception_kwargs, + ) + if "file" in attributes and "module" in attributes: + raise exceptions.CompileException( + "<%namespace> may only have one of 'file' or 'module'", + **self.exception_kwargs, + ) + + def declared_identifiers(self): + return [] + + +class TextTag(Tag): + __keyword__ = "text" + + def __init__(self, keyword, attributes, **kwargs): + super().__init__(keyword, attributes, (), ("filter"), (), **kwargs) + self.filter_args = ast.ArgumentList( + attributes.get("filter", ""), **self.exception_kwargs + ) + + def undeclared_identifiers(self): + return self.filter_args.undeclared_identifiers.difference( + filters.DEFAULT_ESCAPES.keys() + ).union(self.expression_undeclared_identifiers) + + +class DefTag(Tag): + __keyword__ = "def" + + def __init__(self, keyword, attributes, **kwargs): + expressions = ["buffered", "cached"] + [ + c for c in attributes if c.startswith("cache_") + ] + + super().__init__( + keyword, + attributes, + expressions, + ("name", "filter", "decorator"), + ("name",), + **kwargs, + ) + name = attributes["name"] + if re.match(r"^[\w_]+$", name): + raise exceptions.CompileException( + "Missing parenthesis in %def", **self.exception_kwargs + ) + self.function_decl = ast.FunctionDecl( + "def " + name + ":pass", **self.exception_kwargs + ) + self.name = self.function_decl.funcname + self.decorator = attributes.get("decorator", "") + self.filter_args = ast.ArgumentList( + attributes.get("filter", ""), **self.exception_kwargs + ) + + is_anonymous = False + is_block = False + + @property + def funcname(self): + return self.function_decl.funcname + + def get_argument_expressions(self, **kw): + return self.function_decl.get_argument_expressions(**kw) + + def declared_identifiers(self): + return self.function_decl.allargnames + + def undeclared_identifiers(self): + res = [] + for c in self.function_decl.defaults: + res += list( + ast.PythonCode( + c, **self.exception_kwargs + ).undeclared_identifiers + ) + return ( + set(res) + .union( + self.filter_args.undeclared_identifiers.difference( + filters.DEFAULT_ESCAPES.keys() + ) + ) + .union(self.expression_undeclared_identifiers) + .difference(self.function_decl.allargnames) + ) + + +class BlockTag(Tag): + __keyword__ = "block" + + def __init__(self, keyword, attributes, **kwargs): + expressions = ["buffered", "cached", "args"] + [ + c for c in attributes if c.startswith("cache_") + ] + + super().__init__( + keyword, + attributes, + expressions, + ("name", "filter", "decorator"), + (), + **kwargs, + ) + name = attributes.get("name") + if name and not re.match(r"^[\w_]+$", name): + raise exceptions.CompileException( + "%block may not specify an argument signature", + **self.exception_kwargs, + ) + if not name and attributes.get("args", None): + raise exceptions.CompileException( + "Only named %blocks may specify args", **self.exception_kwargs + ) + self.body_decl = ast.FunctionArgs( + attributes.get("args", ""), **self.exception_kwargs + ) + + self.name = name + self.decorator = attributes.get("decorator", "") + self.filter_args = ast.ArgumentList( + attributes.get("filter", ""), **self.exception_kwargs + ) + + is_block = True + + @property + def is_anonymous(self): + return self.name is None + + @property + def funcname(self): + return self.name or "__M_anon_%d" % (self.lineno,) + + def get_argument_expressions(self, **kw): + return self.body_decl.get_argument_expressions(**kw) + + def declared_identifiers(self): + return self.body_decl.allargnames + + def undeclared_identifiers(self): + return ( + self.filter_args.undeclared_identifiers.difference( + filters.DEFAULT_ESCAPES.keys() + ) + ).union(self.expression_undeclared_identifiers) + + +class CallTag(Tag): + __keyword__ = "call" + + def __init__(self, keyword, attributes, **kwargs): + super().__init__( + keyword, attributes, ("args"), ("expr",), ("expr",), **kwargs + ) + self.expression = attributes["expr"] + self.code = ast.PythonCode(self.expression, **self.exception_kwargs) + self.body_decl = ast.FunctionArgs( + attributes.get("args", ""), **self.exception_kwargs + ) + + def declared_identifiers(self): + return self.code.declared_identifiers.union(self.body_decl.allargnames) + + def undeclared_identifiers(self): + return self.code.undeclared_identifiers.difference( + self.code.declared_identifiers + ) + + +class CallNamespaceTag(Tag): + def __init__(self, namespace, defname, attributes, **kwargs): + super().__init__( + namespace + ":" + defname, + attributes, + tuple(attributes.keys()) + ("args",), + (), + (), + **kwargs, + ) + + self.expression = "%s.%s(%s)" % ( + namespace, + defname, + ",".join( + "%s=%s" % (k, v) + for k, v in self.parsed_attributes.items() + if k != "args" + ), + ) + + self.code = ast.PythonCode(self.expression, **self.exception_kwargs) + self.body_decl = ast.FunctionArgs( + attributes.get("args", ""), **self.exception_kwargs + ) + + def declared_identifiers(self): + return self.code.declared_identifiers.union(self.body_decl.allargnames) + + def undeclared_identifiers(self): + return self.code.undeclared_identifiers.difference( + self.code.declared_identifiers + ) + + +class InheritTag(Tag): + __keyword__ = "inherit" + + def __init__(self, keyword, attributes, **kwargs): + super().__init__( + keyword, attributes, ("file",), (), ("file",), **kwargs + ) + + +class PageTag(Tag): + __keyword__ = "page" + + def __init__(self, keyword, attributes, **kwargs): + expressions = [ + "cached", + "args", + "expression_filter", + "enable_loop", + ] + [c for c in attributes if c.startswith("cache_")] + + super().__init__(keyword, attributes, expressions, (), (), **kwargs) + self.body_decl = ast.FunctionArgs( + attributes.get("args", ""), **self.exception_kwargs + ) + self.filter_args = ast.ArgumentList( + attributes.get("expression_filter", ""), **self.exception_kwargs + ) + + def declared_identifiers(self): + return self.body_decl.allargnames diff --git a/venv/lib/python3.8/site-packages/mako/pygen.py b/venv/lib/python3.8/site-packages/mako/pygen.py new file mode 100644 index 000000000..41f9afdaa --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/pygen.py @@ -0,0 +1,309 @@ +# mako/pygen.py +# Copyright 2006-2025 the Mako authors and contributors +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + +"""utilities for generating and formatting literal Python code.""" + +import re + +from mako import exceptions + + +class PythonPrinter: + def __init__(self, stream): + # indentation counter + self.indent = 0 + + # a stack storing information about why we incremented + # the indentation counter, to help us determine if we + # should decrement it + self.indent_detail = [] + + # the string of whitespace multiplied by the indent + # counter to produce a line + self.indentstring = " " + + # the stream we are writing to + self.stream = stream + + # current line number + self.lineno = 1 + + # a list of lines that represents a buffered "block" of code, + # which can be later printed relative to an indent level + self.line_buffer = [] + + self.in_indent_lines = False + + self._reset_multi_line_flags() + + # mapping of generated python lines to template + # source lines + self.source_map = {} + + self._re_space_comment = re.compile(r"^\s*#") + self._re_space = re.compile(r"^\s*$") + self._re_indent = re.compile(r":[ \t]*(?:#.*)?$") + self._re_compound = re.compile(r"^\s*(if|try|elif|while|for|with)") + self._re_indent_keyword = re.compile( + r"^\s*(def|class|else|elif|except|finally)" + ) + self._re_unindentor = re.compile(r"^\s*(else|elif|except|finally).*\:") + + def _update_lineno(self, num): + self.lineno += num + + def start_source(self, lineno): + if self.lineno not in self.source_map: + self.source_map[self.lineno] = lineno + + def write_blanks(self, num): + self.stream.write("\n" * num) + self._update_lineno(num) + + def write_indented_block(self, block, starting_lineno=None): + """print a line or lines of python which already contain indentation. + + The indentation of the total block of lines will be adjusted to that of + the current indent level.""" + self.in_indent_lines = False + for i, l in enumerate(re.split(r"\r?\n", block)): + self.line_buffer.append(l) + if starting_lineno is not None: + self.start_source(starting_lineno + i) + self._update_lineno(1) + + def writelines(self, *lines): + """print a series of lines of python.""" + for line in lines: + self.writeline(line) + + def writeline(self, line): + """print a line of python, indenting it according to the current + indent level. + + this also adjusts the indentation counter according to the + content of the line. + + """ + + if not self.in_indent_lines: + self._flush_adjusted_lines() + self.in_indent_lines = True + + if ( + line is None + or self._re_space_comment.match(line) + or self._re_space.match(line) + ): + hastext = False + else: + hastext = True + + is_comment = line and len(line) and line[0] == "#" + + # see if this line should decrease the indentation level + if ( + not is_comment + and (not hastext or self._is_unindentor(line)) + and self.indent > 0 + ): + self.indent -= 1 + # if the indent_detail stack is empty, the user + # probably put extra closures - the resulting + # module wont compile. + if len(self.indent_detail) == 0: + # TODO: no coverage here + raise exceptions.MakoException("Too many whitespace closures") + self.indent_detail.pop() + + if line is None: + return + + # write the line + self.stream.write(self._indent_line(line) + "\n") + self._update_lineno(len(line.split("\n"))) + + # see if this line should increase the indentation level. + # note that a line can both decrase (before printing) and + # then increase (after printing) the indentation level. + + if self._re_indent.search(line): + # increment indentation count, and also + # keep track of what the keyword was that indented us, + # if it is a python compound statement keyword + # where we might have to look for an "unindent" keyword + match = self._re_compound.match(line) + if match: + # its a "compound" keyword, so we will check for "unindentors" + indentor = match.group(1) + self.indent += 1 + self.indent_detail.append(indentor) + else: + indentor = None + # its not a "compound" keyword. but lets also + # test for valid Python keywords that might be indenting us, + # else assume its a non-indenting line + m2 = self._re_indent_keyword.match(line) + if m2: + self.indent += 1 + self.indent_detail.append(indentor) + + def close(self): + """close this printer, flushing any remaining lines.""" + self._flush_adjusted_lines() + + def _is_unindentor(self, line): + """return true if the given line is an 'unindentor', + relative to the last 'indent' event received. + + """ + + # no indentation detail has been pushed on; return False + if len(self.indent_detail) == 0: + return False + + indentor = self.indent_detail[-1] + + # the last indent keyword we grabbed is not a + # compound statement keyword; return False + if indentor is None: + return False + + # if the current line doesnt have one of the "unindentor" keywords, + # return False + match = self._re_unindentor.match(line) + # if True, whitespace matches up, we have a compound indentor, + # and this line has an unindentor, this + # is probably good enough + return bool(match) + + # should we decide that its not good enough, heres + # more stuff to check. + # keyword = match.group(1) + + # match the original indent keyword + # for crit in [ + # (r'if|elif', r'else|elif'), + # (r'try', r'except|finally|else'), + # (r'while|for', r'else'), + # ]: + # if re.match(crit[0], indentor) and re.match(crit[1], keyword): + # return True + + # return False + + def _indent_line(self, line, stripspace=""): + """indent the given line according to the current indent level. + + stripspace is a string of space that will be truncated from the + start of the line before indenting.""" + if stripspace == "": + # Fast path optimization. + return self.indentstring * self.indent + line + + return re.sub( + r"^%s" % stripspace, self.indentstring * self.indent, line + ) + + def _reset_multi_line_flags(self): + """reset the flags which would indicate we are in a backslashed + or triple-quoted section.""" + + self.backslashed, self.triplequoted = False, False + + def _in_multi_line(self, line): + """return true if the given line is part of a multi-line block, + via backslash or triple-quote.""" + + # we are only looking for explicitly joined lines here, not + # implicit ones (i.e. brackets, braces etc.). this is just to + # guard against the possibility of modifying the space inside of + # a literal multiline string with unfortunately placed + # whitespace + + current_state = self.backslashed or self.triplequoted + + self.backslashed = bool(re.search(r"\\$", line)) + triples = len(re.findall(r"\"\"\"|\'\'\'", line)) + if triples == 1 or triples % 2 != 0: + self.triplequoted = not self.triplequoted + + return current_state + + def _flush_adjusted_lines(self): + stripspace = None + self._reset_multi_line_flags() + + for entry in self.line_buffer: + if self._in_multi_line(entry): + self.stream.write(entry + "\n") + else: + entry = entry.expandtabs() + if stripspace is None and re.search(r"^[ \t]*[^# \t]", entry): + stripspace = re.match(r"^([ \t]*)", entry).group(1) + self.stream.write(self._indent_line(entry, stripspace) + "\n") + + self.line_buffer = [] + self._reset_multi_line_flags() + + +def adjust_whitespace(text): + """remove the left-whitespace margin of a block of Python code.""" + + state = [False, False] + (backslashed, triplequoted) = (0, 1) + + def in_multi_line(line): + start_state = state[backslashed] or state[triplequoted] + + if re.search(r"\\$", line): + state[backslashed] = True + else: + state[backslashed] = False + + def match(reg, t): + m = re.match(reg, t) + if m: + return m, t[len(m.group(0)) :] + else: + return None, t + + while line: + if state[triplequoted]: + m, line = match(r"%s" % state[triplequoted], line) + if m: + state[triplequoted] = False + else: + m, line = match(r".*?(?=%s|$)" % state[triplequoted], line) + else: + m, line = match(r"#", line) + if m: + return start_state + + m, line = match(r"\"\"\"|\'\'\'", line) + if m: + state[triplequoted] = m.group(0) + continue + + m, line = match(r".*?(?=\"\"\"|\'\'\'|#|$)", line) + + return start_state + + def _indent_line(line, stripspace=""): + return re.sub(r"^%s" % stripspace, "", line) + + lines = [] + stripspace = None + + for line in re.split(r"\r?\n", text): + if in_multi_line(line): + lines.append(line) + else: + line = line.expandtabs() + if stripspace is None and re.search(r"^[ \t]*[^# \t]", line): + stripspace = re.match(r"^([ \t]*)", line).group(1) + lines.append(_indent_line(line, stripspace)) + return "\n".join(lines) diff --git a/venv/lib/python3.8/site-packages/mako/pyparser.py b/venv/lib/python3.8/site-packages/mako/pyparser.py new file mode 100644 index 000000000..1da9ddb55 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/pyparser.py @@ -0,0 +1,235 @@ +# mako/pyparser.py +# Copyright 2006-2025 the Mako authors and contributors +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + +"""Handles parsing of Python code. + +Parsing to AST is done via _ast on Python > 2.5, otherwise the compiler +module is used. +""" + +import operator + +import _ast + +from mako import _ast_util +from mako import compat +from mako import exceptions +from mako import util + +# words that cannot be assigned to (notably +# smaller than the total keys in __builtins__) +reserved = {"True", "False", "None", "print"} + +# the "id" attribute on a function node +arg_id = operator.attrgetter("arg") + +util.restore__ast(_ast) + + +def parse(code, mode="exec", **exception_kwargs): + """Parse an expression into AST""" + + try: + return _ast_util.parse(code, "", mode) + except Exception as e: + raise exceptions.SyntaxException( + "(%s) %s (%r)" + % ( + compat.exception_as().__class__.__name__, + compat.exception_as(), + code[0:50], + ), + **exception_kwargs, + ) from e + + +class FindIdentifiers(_ast_util.NodeVisitor): + def __init__(self, listener, **exception_kwargs): + self.in_function = False + self.in_assign_targets = False + self.local_ident_stack = set() + self.listener = listener + self.exception_kwargs = exception_kwargs + + def _add_declared(self, name): + if not self.in_function: + self.listener.declared_identifiers.add(name) + else: + self.local_ident_stack.add(name) + + def visit_ClassDef(self, node): + self._add_declared(node.name) + + def visit_Assign(self, node): + # flip around the visiting of Assign so the expression gets + # evaluated first, in the case of a clause like "x=x+5" (x + # is undeclared) + + self.visit(node.value) + in_a = self.in_assign_targets + self.in_assign_targets = True + for n in node.targets: + self.visit(n) + self.in_assign_targets = in_a + + def visit_ExceptHandler(self, node): + if node.name is not None: + self._add_declared(node.name) + if node.type is not None: + self.visit(node.type) + for statement in node.body: + self.visit(statement) + + def visit_Lambda(self, node, *args): + self._visit_function(node, True) + + def visit_FunctionDef(self, node): + self._add_declared(node.name) + self._visit_function(node, False) + + def visit_ListComp(self, node): + if self.in_function: + for comp in node.generators: + self.visit(comp.target) + self.visit(comp.iter) + else: + self.generic_visit(node) + + visit_SetComp = visit_GeneratorExp = visit_ListComp + + def visit_DictComp(self, node): + if self.in_function: + for comp in node.generators: + self.visit(comp.target) + self.visit(comp.iter) + else: + self.generic_visit(node) + + def _expand_tuples(self, args): + for arg in args: + if isinstance(arg, _ast.Tuple): + yield from arg.elts + else: + yield arg + + def _visit_function(self, node, islambda): + # push function state onto stack. dont log any more + # identifiers as "declared" until outside of the function, + # but keep logging identifiers as "undeclared". track + # argument names in each function header so they arent + # counted as "undeclared" + + inf = self.in_function + self.in_function = True + + local_ident_stack = self.local_ident_stack + self.local_ident_stack = local_ident_stack.union( + [arg_id(arg) for arg in self._expand_tuples(node.args.args)] + ) + if islambda: + self.visit(node.body) + else: + for n in node.body: + self.visit(n) + self.in_function = inf + self.local_ident_stack = local_ident_stack + + def visit_For(self, node): + # flip around visit + + self.visit(node.iter) + self.visit(node.target) + for statement in node.body: + self.visit(statement) + for statement in node.orelse: + self.visit(statement) + + def visit_Name(self, node): + if isinstance(node.ctx, _ast.Store): + # this is eqiuvalent to visit_AssName in + # compiler + self._add_declared(node.id) + elif ( + node.id not in reserved + and node.id not in self.listener.declared_identifiers + and node.id not in self.local_ident_stack + ): + self.listener.undeclared_identifiers.add(node.id) + + def visit_Import(self, node): + for name in node.names: + if name.asname is not None: + self._add_declared(name.asname) + else: + self._add_declared(name.name.split(".")[0]) + + def visit_ImportFrom(self, node): + for name in node.names: + if name.asname is not None: + self._add_declared(name.asname) + elif name.name == "*": + raise exceptions.CompileException( + "'import *' is not supported, since all identifier " + "names must be explicitly declared. Please use the " + "form 'from import , , " + "...' instead.", + **self.exception_kwargs, + ) + else: + self._add_declared(name.name) + + +class FindTuple(_ast_util.NodeVisitor): + def __init__(self, listener, code_factory, **exception_kwargs): + self.listener = listener + self.exception_kwargs = exception_kwargs + self.code_factory = code_factory + + def visit_Tuple(self, node): + for n in node.elts: + p = self.code_factory(n, **self.exception_kwargs) + self.listener.codeargs.append(p) + self.listener.args.append(ExpressionGenerator(n).value()) + ldi = self.listener.declared_identifiers + self.listener.declared_identifiers = ldi.union( + p.declared_identifiers + ) + lui = self.listener.undeclared_identifiers + self.listener.undeclared_identifiers = lui.union( + p.undeclared_identifiers + ) + + +class ParseFunc(_ast_util.NodeVisitor): + def __init__(self, listener, **exception_kwargs): + self.listener = listener + self.exception_kwargs = exception_kwargs + + def visit_FunctionDef(self, node): + self.listener.funcname = node.name + + argnames = [arg_id(arg) for arg in node.args.args] + if node.args.vararg: + argnames.append(node.args.vararg.arg) + + kwargnames = [arg_id(arg) for arg in node.args.kwonlyargs] + if node.args.kwarg: + kwargnames.append(node.args.kwarg.arg) + self.listener.argnames = argnames + self.listener.defaults = node.args.defaults # ast + self.listener.kwargnames = kwargnames + self.listener.kwdefaults = node.args.kw_defaults + self.listener.varargs = node.args.vararg + self.listener.kwargs = node.args.kwarg + + +class ExpressionGenerator: + def __init__(self, astnode): + self.generator = _ast_util.SourceGenerator(" " * 4) + self.generator.visit(astnode) + + def value(self): + return "".join(self.generator.result) diff --git a/venv/lib/python3.8/site-packages/mako/runtime.py b/venv/lib/python3.8/site-packages/mako/runtime.py new file mode 100644 index 000000000..23401b70c --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/runtime.py @@ -0,0 +1,968 @@ +# mako/runtime.py +# Copyright 2006-2020 the Mako authors and contributors +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + +"""provides runtime services for templates, including Context, +Namespace, and various helper functions.""" + +import builtins +import functools +import sys + +from mako import compat +from mako import exceptions +from mako import util + + +class Context: + + """Provides runtime namespace, output buffer, and various + callstacks for templates. + + See :ref:`runtime_toplevel` for detail on the usage of + :class:`.Context`. + + """ + + def __init__(self, buffer, **data): + self._buffer_stack = [buffer] + + self._data = data + + self._kwargs = data.copy() + self._with_template = None + self._outputting_as_unicode = None + self.namespaces = {} + + # "capture" function which proxies to the + # generic "capture" function + self._data["capture"] = functools.partial(capture, self) + + # "caller" stack used by def calls with content + self.caller_stack = self._data["caller"] = CallerStack() + + def _set_with_template(self, t): + self._with_template = t + illegal_names = t.reserved_names.intersection(self._data) + if illegal_names: + raise exceptions.NameConflictError( + "Reserved words passed to render(): %s" + % ", ".join(illegal_names) + ) + + @property + def lookup(self): + """Return the :class:`.TemplateLookup` associated + with this :class:`.Context`. + + """ + return self._with_template.lookup + + @property + def kwargs(self): + """Return the dictionary of top level keyword arguments associated + with this :class:`.Context`. + + This dictionary only includes the top-level arguments passed to + :meth:`.Template.render`. It does not include names produced within + the template execution such as local variable names or special names + such as ``self``, ``next``, etc. + + The purpose of this dictionary is primarily for the case that + a :class:`.Template` accepts arguments via its ``<%page>`` tag, + which are normally expected to be passed via :meth:`.Template.render`, + except the template is being called in an inheritance context, + using the ``body()`` method. :attr:`.Context.kwargs` can then be + used to propagate these arguments to the inheriting template:: + + ${next.body(**context.kwargs)} + + """ + return self._kwargs.copy() + + def push_caller(self, caller): + """Push a ``caller`` callable onto the callstack for + this :class:`.Context`.""" + + self.caller_stack.append(caller) + + def pop_caller(self): + """Pop a ``caller`` callable onto the callstack for this + :class:`.Context`.""" + + del self.caller_stack[-1] + + def keys(self): + """Return a list of all names established in this :class:`.Context`.""" + + return list(self._data.keys()) + + def __getitem__(self, key): + if key in self._data: + return self._data[key] + else: + return builtins.__dict__[key] + + def _push_writer(self): + """push a capturing buffer onto this Context and return + the new writer function.""" + + buf = util.FastEncodingBuffer() + self._buffer_stack.append(buf) + return buf.write + + def _pop_buffer_and_writer(self): + """pop the most recent capturing buffer from this Context + and return the current writer after the pop. + + """ + + buf = self._buffer_stack.pop() + return buf, self._buffer_stack[-1].write + + def _push_buffer(self): + """push a capturing buffer onto this Context.""" + + self._push_writer() + + def _pop_buffer(self): + """pop the most recent capturing buffer from this Context.""" + + return self._buffer_stack.pop() + + def get(self, key, default=None): + """Return a value from this :class:`.Context`.""" + + return self._data.get(key, builtins.__dict__.get(key, default)) + + def write(self, string): + """Write a string to this :class:`.Context` object's + underlying output buffer.""" + + self._buffer_stack[-1].write(string) + + def writer(self): + """Return the current writer function.""" + + return self._buffer_stack[-1].write + + def _copy(self): + c = Context.__new__(Context) + c._buffer_stack = self._buffer_stack + c._data = self._data.copy() + c._kwargs = self._kwargs + c._with_template = self._with_template + c._outputting_as_unicode = self._outputting_as_unicode + c.namespaces = self.namespaces + c.caller_stack = self.caller_stack + return c + + def _locals(self, d): + """Create a new :class:`.Context` with a copy of this + :class:`.Context`'s current state, + updated with the given dictionary. + + The :attr:`.Context.kwargs` collection remains + unaffected. + + + """ + + if not d: + return self + c = self._copy() + c._data.update(d) + return c + + def _clean_inheritance_tokens(self): + """create a new copy of this :class:`.Context`. with + tokens related to inheritance state removed.""" + + c = self._copy() + x = c._data + x.pop("self", None) + x.pop("parent", None) + x.pop("next", None) + return c + + +class CallerStack(list): + def __init__(self): + self.nextcaller = None + + def __nonzero__(self): + return self.__bool__() + + def __bool__(self): + return len(self) and self._get_caller() and True or False + + def _get_caller(self): + # this method can be removed once + # codegen MAGIC_NUMBER moves past 7 + return self[-1] + + def __getattr__(self, key): + return getattr(self._get_caller(), key) + + def _push_frame(self): + frame = self.nextcaller or None + self.append(frame) + self.nextcaller = None + return frame + + def _pop_frame(self): + self.nextcaller = self.pop() + + +class Undefined: + + """Represents an undefined value in a template. + + All template modules have a constant value + ``UNDEFINED`` present which is an instance of this + object. + + """ + + def __str__(self): + raise NameError("Undefined") + + def __nonzero__(self): + return self.__bool__() + + def __bool__(self): + return False + + +UNDEFINED = Undefined() +STOP_RENDERING = "" + + +class LoopStack: + + """a stack for LoopContexts that implements the context manager protocol + to automatically pop off the top of the stack on context exit + """ + + def __init__(self): + self.stack = [] + + def _enter(self, iterable): + self._push(iterable) + return self._top + + def _exit(self): + self._pop() + return self._top + + @property + def _top(self): + if self.stack: + return self.stack[-1] + else: + return self + + def _pop(self): + return self.stack.pop() + + def _push(self, iterable): + new = LoopContext(iterable) + if self.stack: + new.parent = self.stack[-1] + return self.stack.append(new) + + def __getattr__(self, key): + raise exceptions.RuntimeException("No loop context is established") + + def __iter__(self): + return iter(self._top) + + +class LoopContext: + + """A magic loop variable. + Automatically accessible in any ``% for`` block. + + See the section :ref:`loop_context` for usage + notes. + + :attr:`parent` -> :class:`.LoopContext` or ``None`` + The parent loop, if one exists. + :attr:`index` -> `int` + The 0-based iteration count. + :attr:`reverse_index` -> `int` + The number of iterations remaining. + :attr:`first` -> `bool` + ``True`` on the first iteration, ``False`` otherwise. + :attr:`last` -> `bool` + ``True`` on the last iteration, ``False`` otherwise. + :attr:`even` -> `bool` + ``True`` when ``index`` is even. + :attr:`odd` -> `bool` + ``True`` when ``index`` is odd. + """ + + def __init__(self, iterable): + self._iterable = iterable + self.index = 0 + self.parent = None + + def __iter__(self): + for i in self._iterable: + yield i + self.index += 1 + + @util.memoized_instancemethod + def __len__(self): + return len(self._iterable) + + @property + def reverse_index(self): + return len(self) - self.index - 1 + + @property + def first(self): + return self.index == 0 + + @property + def last(self): + return self.index == len(self) - 1 + + @property + def even(self): + return not self.odd + + @property + def odd(self): + return bool(self.index % 2) + + def cycle(self, *values): + """Cycle through values as the loop progresses.""" + if not values: + raise ValueError("You must provide values to cycle through") + return values[self.index % len(values)] + + +class _NSAttr: + def __init__(self, parent): + self.__parent = parent + + def __getattr__(self, key): + ns = self.__parent + while ns: + if hasattr(ns.module, key): + return getattr(ns.module, key) + else: + ns = ns.inherits + raise AttributeError(key) + + +class Namespace: + + """Provides access to collections of rendering methods, which + can be local, from other templates, or from imported modules. + + To access a particular rendering method referenced by a + :class:`.Namespace`, use plain attribute access: + + .. sourcecode:: mako + + ${some_namespace.foo(x, y, z)} + + :class:`.Namespace` also contains several built-in attributes + described here. + + """ + + def __init__( + self, + name, + context, + callables=None, + inherits=None, + populate_self=True, + calling_uri=None, + ): + self.name = name + self.context = context + self.inherits = inherits + if callables is not None: + self.callables = {c.__name__: c for c in callables} + + callables = () + + module = None + """The Python module referenced by this :class:`.Namespace`. + + If the namespace references a :class:`.Template`, then + this module is the equivalent of ``template.module``, + i.e. the generated module for the template. + + """ + + template = None + """The :class:`.Template` object referenced by this + :class:`.Namespace`, if any. + + """ + + context = None + """The :class:`.Context` object for this :class:`.Namespace`. + + Namespaces are often created with copies of contexts that + contain slightly different data, particularly in inheritance + scenarios. Using the :class:`.Context` off of a :class:`.Namespace` one + can traverse an entire chain of templates that inherit from + one-another. + + """ + + filename = None + """The path of the filesystem file used for this + :class:`.Namespace`'s module or template. + + If this is a pure module-based + :class:`.Namespace`, this evaluates to ``module.__file__``. If a + template-based namespace, it evaluates to the original + template file location. + + """ + + uri = None + """The URI for this :class:`.Namespace`'s template. + + I.e. whatever was sent to :meth:`.TemplateLookup.get_template()`. + + This is the equivalent of :attr:`.Template.uri`. + + """ + + _templateuri = None + + @util.memoized_property + def attr(self): + """Access module level attributes by name. + + This accessor allows templates to supply "scalar" + attributes which are particularly handy in inheritance + relationships. + + .. seealso:: + + :ref:`inheritance_attr` + + :ref:`namespace_attr_for_includes` + + """ + return _NSAttr(self) + + def get_namespace(self, uri): + """Return a :class:`.Namespace` corresponding to the given ``uri``. + + If the given ``uri`` is a relative URI (i.e. it does not + contain a leading slash ``/``), the ``uri`` is adjusted to + be relative to the ``uri`` of the namespace itself. This + method is therefore mostly useful off of the built-in + ``local`` namespace, described in :ref:`namespace_local`. + + In + most cases, a template wouldn't need this function, and + should instead use the ``<%namespace>`` tag to load + namespaces. However, since all ``<%namespace>`` tags are + evaluated before the body of a template ever runs, + this method can be used to locate namespaces using + expressions that were generated within the body code of + the template, or to conditionally use a particular + namespace. + + """ + key = (self, uri) + if key in self.context.namespaces: + return self.context.namespaces[key] + ns = TemplateNamespace( + uri, + self.context._copy(), + templateuri=uri, + calling_uri=self._templateuri, + ) + self.context.namespaces[key] = ns + return ns + + def get_template(self, uri): + """Return a :class:`.Template` from the given ``uri``. + + The ``uri`` resolution is relative to the ``uri`` of this + :class:`.Namespace` object's :class:`.Template`. + + """ + return _lookup_template(self.context, uri, self._templateuri) + + def get_cached(self, key, **kwargs): + """Return a value from the :class:`.Cache` referenced by this + :class:`.Namespace` object's :class:`.Template`. + + The advantage to this method versus direct access to the + :class:`.Cache` is that the configuration parameters + declared in ``<%page>`` take effect here, thereby calling + up the same configured backend as that configured + by ``<%page>``. + + """ + + return self.cache.get(key, **kwargs) + + @property + def cache(self): + """Return the :class:`.Cache` object referenced + by this :class:`.Namespace` object's + :class:`.Template`. + + """ + return self.template.cache + + def include_file(self, uri, **kwargs): + """Include a file at the given ``uri``.""" + + _include_file(self.context, uri, self._templateuri, **kwargs) + + def _populate(self, d, l): + for ident in l: + if ident == "*": + for k, v in self._get_star(): + d[k] = v + else: + d[ident] = getattr(self, ident) + + def _get_star(self): + if self.callables: + for key in self.callables: + yield (key, self.callables[key]) + + def __getattr__(self, key): + if key in self.callables: + val = self.callables[key] + elif self.inherits: + val = getattr(self.inherits, key) + else: + raise AttributeError( + "Namespace '%s' has no member '%s'" % (self.name, key) + ) + setattr(self, key, val) + return val + + +class TemplateNamespace(Namespace): + + """A :class:`.Namespace` specific to a :class:`.Template` instance.""" + + def __init__( + self, + name, + context, + template=None, + templateuri=None, + callables=None, + inherits=None, + populate_self=True, + calling_uri=None, + ): + self.name = name + self.context = context + self.inherits = inherits + if callables is not None: + self.callables = {c.__name__: c for c in callables} + + if templateuri is not None: + self.template = _lookup_template(context, templateuri, calling_uri) + self._templateuri = self.template.module._template_uri + elif template is not None: + self.template = template + self._templateuri = template.module._template_uri + else: + raise TypeError("'template' argument is required.") + + if populate_self: + lclcallable, lclcontext = _populate_self_namespace( + context, self.template, self_ns=self + ) + + @property + def module(self): + """The Python module referenced by this :class:`.Namespace`. + + If the namespace references a :class:`.Template`, then + this module is the equivalent of ``template.module``, + i.e. the generated module for the template. + + """ + return self.template.module + + @property + def filename(self): + """The path of the filesystem file used for this + :class:`.Namespace`'s module or template. + """ + return self.template.filename + + @property + def uri(self): + """The URI for this :class:`.Namespace`'s template. + + I.e. whatever was sent to :meth:`.TemplateLookup.get_template()`. + + This is the equivalent of :attr:`.Template.uri`. + + """ + return self.template.uri + + def _get_star(self): + if self.callables: + for key in self.callables: + yield (key, self.callables[key]) + + def get(key): + callable_ = self.template._get_def_callable(key) + return functools.partial(callable_, self.context) + + for k in self.template.module._exports: + yield (k, get(k)) + + def __getattr__(self, key): + if key in self.callables: + val = self.callables[key] + elif self.template.has_def(key): + callable_ = self.template._get_def_callable(key) + val = functools.partial(callable_, self.context) + elif self.inherits: + val = getattr(self.inherits, key) + + else: + raise AttributeError( + "Namespace '%s' has no member '%s'" % (self.name, key) + ) + setattr(self, key, val) + return val + + +class ModuleNamespace(Namespace): + + """A :class:`.Namespace` specific to a Python module instance.""" + + def __init__( + self, + name, + context, + module, + callables=None, + inherits=None, + populate_self=True, + calling_uri=None, + ): + self.name = name + self.context = context + self.inherits = inherits + if callables is not None: + self.callables = {c.__name__: c for c in callables} + + mod = __import__(module) + for token in module.split(".")[1:]: + mod = getattr(mod, token) + self.module = mod + + @property + def filename(self): + """The path of the filesystem file used for this + :class:`.Namespace`'s module or template. + """ + return self.module.__file__ + + def _get_star(self): + if self.callables: + for key in self.callables: + yield (key, self.callables[key]) + for key in dir(self.module): + if key[0] != "_": + callable_ = getattr(self.module, key) + if callable(callable_): + yield key, functools.partial(callable_, self.context) + + def __getattr__(self, key): + if key in self.callables: + val = self.callables[key] + elif hasattr(self.module, key): + callable_ = getattr(self.module, key) + val = functools.partial(callable_, self.context) + elif self.inherits: + val = getattr(self.inherits, key) + else: + raise AttributeError( + "Namespace '%s' has no member '%s'" % (self.name, key) + ) + setattr(self, key, val) + return val + + +def supports_caller(func): + """Apply a caller_stack compatibility decorator to a plain + Python function. + + See the example in :ref:`namespaces_python_modules`. + + """ + + def wrap_stackframe(context, *args, **kwargs): + context.caller_stack._push_frame() + try: + return func(context, *args, **kwargs) + finally: + context.caller_stack._pop_frame() + + return wrap_stackframe + + +def capture(context, callable_, *args, **kwargs): + """Execute the given template def, capturing the output into + a buffer. + + See the example in :ref:`namespaces_python_modules`. + + """ + + if not callable(callable_): + raise exceptions.RuntimeException( + "capture() function expects a callable as " + "its argument (i.e. capture(func, *args, **kwargs))" + ) + context._push_buffer() + try: + callable_(*args, **kwargs) + finally: + buf = context._pop_buffer() + return buf.getvalue() + + +def _decorate_toplevel(fn): + def decorate_render(render_fn): + def go(context, *args, **kw): + def y(*args, **kw): + return render_fn(context, *args, **kw) + + try: + y.__name__ = render_fn.__name__[7:] + except TypeError: + # < Python 2.4 + pass + return fn(y)(context, *args, **kw) + + return go + + return decorate_render + + +def _decorate_inline(context, fn): + def decorate_render(render_fn): + dec = fn(render_fn) + + def go(*args, **kw): + return dec(context, *args, **kw) + + return go + + return decorate_render + + +def _include_file(context, uri, calling_uri, **kwargs): + """locate the template from the given uri and include it in + the current output.""" + + template = _lookup_template(context, uri, calling_uri) + (callable_, ctx) = _populate_self_namespace( + context._clean_inheritance_tokens(), template + ) + kwargs = _kwargs_for_include(callable_, context._data, **kwargs) + if template.include_error_handler: + try: + callable_(ctx, **kwargs) + except Exception: + result = template.include_error_handler(ctx, compat.exception_as()) + if not result: + raise + else: + callable_(ctx, **kwargs) + + +def _inherit_from(context, uri, calling_uri): + """called by the _inherit method in template modules to set + up the inheritance chain at the start of a template's + execution.""" + + if uri is None: + return None + template = _lookup_template(context, uri, calling_uri) + self_ns = context["self"] + ih = self_ns + while ih.inherits is not None: + ih = ih.inherits + lclcontext = context._locals({"next": ih}) + ih.inherits = TemplateNamespace( + "self:%s" % template.uri, + lclcontext, + template=template, + populate_self=False, + ) + context._data["parent"] = lclcontext._data["local"] = ih.inherits + callable_ = getattr(template.module, "_mako_inherit", None) + if callable_ is not None: + ret = callable_(template, lclcontext) + if ret: + return ret + + gen_ns = getattr(template.module, "_mako_generate_namespaces", None) + if gen_ns is not None: + gen_ns(context) + return (template.callable_, lclcontext) + + +def _lookup_template(context, uri, relativeto): + lookup = context._with_template.lookup + if lookup is None: + raise exceptions.TemplateLookupException( + "Template '%s' has no TemplateLookup associated" + % context._with_template.uri + ) + uri = lookup.adjust_uri(uri, relativeto) + try: + return lookup.get_template(uri) + except exceptions.TopLevelLookupException as e: + raise exceptions.TemplateLookupException( + str(compat.exception_as()) + ) from e + + +def _populate_self_namespace(context, template, self_ns=None): + if self_ns is None: + self_ns = TemplateNamespace( + "self:%s" % template.uri, + context, + template=template, + populate_self=False, + ) + context._data["self"] = context._data["local"] = self_ns + if hasattr(template.module, "_mako_inherit"): + ret = template.module._mako_inherit(template, context) + if ret: + return ret + return (template.callable_, context) + + +def _render(template, callable_, args, data, as_unicode=False): + """create a Context and return the string + output of the given template and template callable.""" + + if as_unicode: + buf = util.FastEncodingBuffer() + else: + buf = util.FastEncodingBuffer( + encoding=template.output_encoding, errors=template.encoding_errors + ) + context = Context(buf, **data) + context._outputting_as_unicode = as_unicode + context._set_with_template(template) + + _render_context( + template, + callable_, + context, + *args, + **_kwargs_for_callable(callable_, data), + ) + return context._pop_buffer().getvalue() + + +def _kwargs_for_callable(callable_, data): + argspec = compat.inspect_getargspec(callable_) + # for normal pages, **pageargs is usually present + if argspec[2]: + return data + + # for rendering defs from the top level, figure out the args + namedargs = argspec[0] + [v for v in argspec[1:3] if v is not None] + kwargs = {} + for arg in namedargs: + if arg != "context" and arg in data and arg not in kwargs: + kwargs[arg] = data[arg] + return kwargs + + +def _kwargs_for_include(callable_, data, **kwargs): + argspec = compat.inspect_getargspec(callable_) + namedargs = argspec[0] + [v for v in argspec[1:3] if v is not None] + for arg in namedargs: + if arg != "context" and arg in data and arg not in kwargs: + kwargs[arg] = data[arg] + return kwargs + + +def _render_context(tmpl, callable_, context, *args, **kwargs): + import mako.template as template + + # create polymorphic 'self' namespace for this + # template with possibly updated context + if not isinstance(tmpl, template.DefTemplate): + # if main render method, call from the base of the inheritance stack + (inherit, lclcontext) = _populate_self_namespace(context, tmpl) + _exec_template(inherit, lclcontext, args=args, kwargs=kwargs) + else: + # otherwise, call the actual rendering method specified + (inherit, lclcontext) = _populate_self_namespace(context, tmpl.parent) + _exec_template(callable_, context, args=args, kwargs=kwargs) + + +def _exec_template(callable_, context, args=None, kwargs=None): + """execute a rendering callable given the callable, a + Context, and optional explicit arguments + + the contextual Template will be located if it exists, and + the error handling options specified on that Template will + be interpreted here. + """ + template = context._with_template + if template is not None and ( + template.format_exceptions or template.error_handler + ): + try: + callable_(context, *args, **kwargs) + except Exception: + _render_error(template, context, compat.exception_as()) + except: + e = sys.exc_info()[0] + _render_error(template, context, e) + else: + callable_(context, *args, **kwargs) + + +def _render_error(template, context, error): + if template.error_handler: + result = template.error_handler(context, error) + if not result: + tp, value, tb = sys.exc_info() + if value and tb: + raise value.with_traceback(tb) + else: + raise error + else: + error_template = exceptions.html_error_template() + if context._outputting_as_unicode: + context._buffer_stack[:] = [util.FastEncodingBuffer()] + else: + context._buffer_stack[:] = [ + util.FastEncodingBuffer( + error_template.output_encoding, + error_template.encoding_errors, + ) + ] + + context._set_with_template(error_template) + error_template.render_context(context, error=error) diff --git a/venv/lib/python3.8/site-packages/mako/template.py b/venv/lib/python3.8/site-packages/mako/template.py new file mode 100644 index 000000000..82c7cba8b --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/template.py @@ -0,0 +1,711 @@ +# mako/template.py +# Copyright 2006-2025 the Mako authors and contributors +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + +"""Provides the Template class, a facade for parsing, generating and executing +template strings, as well as template runtime operations.""" + +import json +import os +import re +import shutil +import stat +import tempfile +import types +import weakref + +from mako import cache +from mako import codegen +from mako import compat +from mako import exceptions +from mako import runtime +from mako import util +from mako.lexer import Lexer + + +class Template: + r"""Represents a compiled template. + + :class:`.Template` includes a reference to the original + template source (via the :attr:`.source` attribute) + as well as the source code of the + generated Python module (i.e. the :attr:`.code` attribute), + as well as a reference to an actual Python module. + + :class:`.Template` is constructed using either a literal string + representing the template text, or a filename representing a filesystem + path to a source file. + + :param text: textual template source. This argument is mutually + exclusive versus the ``filename`` parameter. + + :param filename: filename of the source template. This argument is + mutually exclusive versus the ``text`` parameter. + + :param buffer_filters: string list of filters to be applied + to the output of ``%def``\ s which are buffered, cached, or otherwise + filtered, after all filters + defined with the ``%def`` itself have been applied. Allows the + creation of default expression filters that let the output + of return-valued ``%def``\ s "opt out" of that filtering via + passing special attributes or objects. + + :param cache_args: Dictionary of cache configuration arguments that + will be passed to the :class:`.CacheImpl`. See :ref:`caching_toplevel`. + + :param cache_dir: + + .. deprecated:: 0.6 + Use the ``'dir'`` argument in the ``cache_args`` dictionary. + See :ref:`caching_toplevel`. + + :param cache_enabled: Boolean flag which enables caching of this + template. See :ref:`caching_toplevel`. + + :param cache_impl: String name of a :class:`.CacheImpl` caching + implementation to use. Defaults to ``'beaker'``. + + :param cache_type: + + .. deprecated:: 0.6 + Use the ``'type'`` argument in the ``cache_args`` dictionary. + See :ref:`caching_toplevel`. + + :param cache_url: + + .. deprecated:: 0.6 + Use the ``'url'`` argument in the ``cache_args`` dictionary. + See :ref:`caching_toplevel`. + + :param default_filters: List of string filter names that will + be applied to all expressions. See :ref:`filtering_default_filters`. + + :param enable_loop: When ``True``, enable the ``loop`` context variable. + This can be set to ``False`` to support templates that may + be making usage of the name "``loop``". Individual templates can + re-enable the "loop" context by placing the directive + ``enable_loop="True"`` inside the ``<%page>`` tag -- see + :ref:`migrating_loop`. + + :param encoding_errors: Error parameter passed to ``encode()`` when + string encoding is performed. See :ref:`usage_unicode`. + + :param error_handler: Python callable which is called whenever + compile or runtime exceptions occur. The callable is passed + the current context as well as the exception. If the + callable returns ``True``, the exception is considered to + be handled, else it is re-raised after the function + completes. Is used to provide custom error-rendering + functions. + + .. seealso:: + + :paramref:`.Template.include_error_handler` - include-specific + error handler function + + :param format_exceptions: if ``True``, exceptions which occur during + the render phase of this template will be caught and + formatted into an HTML error page, which then becomes the + rendered result of the :meth:`.render` call. Otherwise, + runtime exceptions are propagated outwards. + + :param imports: String list of Python statements, typically individual + "import" lines, which will be placed into the module level + preamble of all generated Python modules. See the example + in :ref:`filtering_default_filters`. + + :param future_imports: String list of names to import from `__future__`. + These will be concatenated into a comma-separated string and inserted + into the beginning of the template, e.g. ``futures_imports=['FOO', + 'BAR']`` results in ``from __future__ import FOO, BAR``. + + :param include_error_handler: An error handler that runs when this template + is included within another one via the ``<%include>`` tag, and raises an + error. Compare to the :paramref:`.Template.error_handler` option. + + .. versionadded:: 1.0.6 + + .. seealso:: + + :paramref:`.Template.error_handler` - top-level error handler function + + :param input_encoding: Encoding of the template's source code. Can + be used in lieu of the coding comment. See + :ref:`usage_unicode` as well as :ref:`unicode_toplevel` for + details on source encoding. + + :param lookup: a :class:`.TemplateLookup` instance that will be used + for all file lookups via the ``<%namespace>``, + ``<%include>``, and ``<%inherit>`` tags. See + :ref:`usage_templatelookup`. + + :param module_directory: Filesystem location where generated + Python module files will be placed. + + :param module_filename: Overrides the filename of the generated + Python module file. For advanced usage only. + + :param module_writer: A callable which overrides how the Python + module is written entirely. The callable is passed the + encoded source content of the module and the destination + path to be written to. The default behavior of module writing + uses a tempfile in conjunction with a file move in order + to make the operation atomic. So a user-defined module + writing function that mimics the default behavior would be: + + .. sourcecode:: python + + import tempfile + import os + import shutil + + def module_writer(source, outputpath): + (dest, name) = \\ + tempfile.mkstemp( + dir=os.path.dirname(outputpath) + ) + + os.write(dest, source) + os.close(dest) + shutil.move(name, outputpath) + + from mako.template import Template + mytemplate = Template( + filename="index.html", + module_directory="/path/to/modules", + module_writer=module_writer + ) + + The function is provided for unusual configurations where + certain platform-specific permissions or other special + steps are needed. + + :param output_encoding: The encoding to use when :meth:`.render` + is called. + See :ref:`usage_unicode` as well as :ref:`unicode_toplevel`. + + :param preprocessor: Python callable which will be passed + the full template source before it is parsed. The return + result of the callable will be used as the template source + code. + + :param lexer_cls: A :class:`.Lexer` class used to parse + the template. The :class:`.Lexer` class is used by + default. + + .. versionadded:: 0.7.4 + + :param strict_undefined: Replaces the automatic usage of + ``UNDEFINED`` for any undeclared variables not located in + the :class:`.Context` with an immediate raise of + ``NameError``. The advantage is immediate reporting of + missing variables which include the name. + + .. versionadded:: 0.3.6 + + :param uri: string URI or other identifier for this template. + If not provided, the ``uri`` is generated from the filesystem + path, or from the in-memory identity of a non-file-based + template. The primary usage of the ``uri`` is to provide a key + within :class:`.TemplateLookup`, as well as to generate the + file path of the generated Python module file, if + ``module_directory`` is specified. + + """ + + lexer_cls = Lexer + + def __init__( + self, + text=None, + filename=None, + uri=None, + format_exceptions=False, + error_handler=None, + lookup=None, + output_encoding=None, + encoding_errors="strict", + module_directory=None, + cache_args=None, + cache_impl="beaker", + cache_enabled=True, + cache_type=None, + cache_dir=None, + cache_url=None, + module_filename=None, + input_encoding=None, + module_writer=None, + default_filters=None, + buffer_filters=(), + strict_undefined=False, + imports=None, + future_imports=None, + enable_loop=True, + preprocessor=None, + lexer_cls=None, + include_error_handler=None, + ): + if uri: + self.module_id = re.sub(r"\W", "_", uri) + self.uri = uri + elif filename: + self.module_id = re.sub(r"\W", "_", filename) + drive, path = os.path.splitdrive(filename) + path = os.path.normpath(path).replace(os.path.sep, "/") + self.uri = path + else: + self.module_id = "memory:" + hex(id(self)) + self.uri = self.module_id + + u_norm = self.uri + if u_norm.startswith("/"): + u_norm = u_norm[1:] + u_norm = os.path.normpath(u_norm) + if u_norm.startswith(".."): + raise exceptions.TemplateLookupException( + 'Template uri "%s" is invalid - ' + "it cannot be relative outside " + "of the root path." % self.uri + ) + + self.input_encoding = input_encoding + self.output_encoding = output_encoding + self.encoding_errors = encoding_errors + self.enable_loop = enable_loop + self.strict_undefined = strict_undefined + self.module_writer = module_writer + + if default_filters is None: + self.default_filters = ["str"] + else: + self.default_filters = default_filters + self.buffer_filters = buffer_filters + + self.imports = imports + self.future_imports = future_imports + self.preprocessor = preprocessor + + if lexer_cls is not None: + self.lexer_cls = lexer_cls + + # if plain text, compile code in memory only + if text is not None: + (code, module) = _compile_text(self, text, filename) + self._code = code + self._source = text + ModuleInfo(module, None, self, filename, code, text, uri) + elif filename is not None: + # if template filename and a module directory, load + # a filesystem-based module file, generating if needed + if module_filename is not None: + path = module_filename + elif module_directory is not None: + path = os.path.abspath( + os.path.join( + os.path.normpath(module_directory), u_norm + ".py" + ) + ) + else: + path = None + module = self._compile_from_file(path, filename) + else: + raise exceptions.RuntimeException( + "Template requires text or filename" + ) + + self.module = module + self.filename = filename + self.callable_ = self.module.render_body + self.format_exceptions = format_exceptions + self.error_handler = error_handler + self.include_error_handler = include_error_handler + self.lookup = lookup + + self.module_directory = module_directory + + self._setup_cache_args( + cache_impl, + cache_enabled, + cache_args, + cache_type, + cache_dir, + cache_url, + ) + + @util.memoized_property + def reserved_names(self): + if self.enable_loop: + return codegen.RESERVED_NAMES + else: + return codegen.RESERVED_NAMES.difference(["loop"]) + + def _setup_cache_args( + self, + cache_impl, + cache_enabled, + cache_args, + cache_type, + cache_dir, + cache_url, + ): + self.cache_impl = cache_impl + self.cache_enabled = cache_enabled + self.cache_args = cache_args or {} + # transfer deprecated cache_* args + if cache_type: + self.cache_args["type"] = cache_type + if cache_dir: + self.cache_args["dir"] = cache_dir + if cache_url: + self.cache_args["url"] = cache_url + + def _compile_from_file(self, path, filename): + if path is not None: + util.verify_directory(os.path.dirname(path)) + filemtime = os.stat(filename)[stat.ST_MTIME] + if ( + not os.path.exists(path) + or os.stat(path)[stat.ST_MTIME] < filemtime + ): + data = util.read_file(filename) + _compile_module_file( + self, data, filename, path, self.module_writer + ) + module = compat.load_module(self.module_id, path) + if module._magic_number != codegen.MAGIC_NUMBER: + data = util.read_file(filename) + _compile_module_file( + self, data, filename, path, self.module_writer + ) + module = compat.load_module(self.module_id, path) + ModuleInfo(module, path, self, filename, None, None, None) + else: + # template filename and no module directory, compile code + # in memory + data = util.read_file(filename) + code, module = _compile_text(self, data, filename) + self._source = None + self._code = code + ModuleInfo(module, None, self, filename, code, None, None) + return module + + @property + def source(self): + """Return the template source code for this :class:`.Template`.""" + + return _get_module_info_from_callable(self.callable_).source + + @property + def code(self): + """Return the module source code for this :class:`.Template`.""" + + return _get_module_info_from_callable(self.callable_).code + + @util.memoized_property + def cache(self): + return cache.Cache(self) + + @property + def cache_dir(self): + return self.cache_args["dir"] + + @property + def cache_url(self): + return self.cache_args["url"] + + @property + def cache_type(self): + return self.cache_args["type"] + + def render(self, *args, **data): + """Render the output of this template as a string. + + If the template specifies an output encoding, the string + will be encoded accordingly, else the output is raw (raw + output uses `StringIO` and can't handle multibyte + characters). A :class:`.Context` object is created corresponding + to the given data. Arguments that are explicitly declared + by this template's internal rendering method are also + pulled from the given ``*args``, ``**data`` members. + + """ + return runtime._render(self, self.callable_, args, data) + + def render_unicode(self, *args, **data): + """Render the output of this template as a unicode object.""" + + return runtime._render( + self, self.callable_, args, data, as_unicode=True + ) + + def render_context(self, context, *args, **kwargs): + """Render this :class:`.Template` with the given context. + + The data is written to the context's buffer. + + """ + if getattr(context, "_with_template", None) is None: + context._set_with_template(self) + runtime._render_context(self, self.callable_, context, *args, **kwargs) + + def has_def(self, name): + return hasattr(self.module, "render_%s" % name) + + def get_def(self, name): + """Return a def of this template as a :class:`.DefTemplate`.""" + + return DefTemplate(self, getattr(self.module, "render_%s" % name)) + + def list_defs(self): + """return a list of defs in the template. + + .. versionadded:: 1.0.4 + + """ + return [i[7:] for i in dir(self.module) if i[:7] == "render_"] + + def _get_def_callable(self, name): + return getattr(self.module, "render_%s" % name) + + @property + def last_modified(self): + return self.module._modified_time + + +class ModuleTemplate(Template): + + """A Template which is constructed given an existing Python module. + + e.g.:: + + t = Template("this is a template") + f = file("mymodule.py", "w") + f.write(t.code) + f.close() + + import mymodule + + t = ModuleTemplate(mymodule) + print(t.render()) + + """ + + def __init__( + self, + module, + module_filename=None, + template=None, + template_filename=None, + module_source=None, + template_source=None, + output_encoding=None, + encoding_errors="strict", + format_exceptions=False, + error_handler=None, + lookup=None, + cache_args=None, + cache_impl="beaker", + cache_enabled=True, + cache_type=None, + cache_dir=None, + cache_url=None, + include_error_handler=None, + ): + self.module_id = re.sub(r"\W", "_", module._template_uri) + self.uri = module._template_uri + self.input_encoding = module._source_encoding + self.output_encoding = output_encoding + self.encoding_errors = encoding_errors + self.enable_loop = module._enable_loop + + self.module = module + self.filename = template_filename + ModuleInfo( + module, + module_filename, + self, + template_filename, + module_source, + template_source, + module._template_uri, + ) + + self.callable_ = self.module.render_body + self.format_exceptions = format_exceptions + self.error_handler = error_handler + self.include_error_handler = include_error_handler + self.lookup = lookup + self._setup_cache_args( + cache_impl, + cache_enabled, + cache_args, + cache_type, + cache_dir, + cache_url, + ) + + +class DefTemplate(Template): + + """A :class:`.Template` which represents a callable def in a parent + template.""" + + def __init__(self, parent, callable_): + self.parent = parent + self.callable_ = callable_ + self.output_encoding = parent.output_encoding + self.module = parent.module + self.encoding_errors = parent.encoding_errors + self.format_exceptions = parent.format_exceptions + self.error_handler = parent.error_handler + self.include_error_handler = parent.include_error_handler + self.enable_loop = parent.enable_loop + self.lookup = parent.lookup + + def get_def(self, name): + return self.parent.get_def(name) + + +class ModuleInfo: + + """Stores information about a module currently loaded into + memory, provides reverse lookups of template source, module + source code based on a module's identifier. + + """ + + _modules = weakref.WeakValueDictionary() + + def __init__( + self, + module, + module_filename, + template, + template_filename, + module_source, + template_source, + template_uri, + ): + self.module = module + self.module_filename = module_filename + self.template_filename = template_filename + self.module_source = module_source + self.template_source = template_source + self.template_uri = template_uri + self._modules[module.__name__] = template._mmarker = self + if module_filename: + self._modules[module_filename] = self + + @classmethod + def get_module_source_metadata(cls, module_source, full_line_map=False): + source_map = re.search( + r"__M_BEGIN_METADATA(.+?)__M_END_METADATA", module_source, re.S + ).group(1) + source_map = json.loads(source_map) + source_map["line_map"] = { + int(k): int(v) for k, v in source_map["line_map"].items() + } + if full_line_map: + f_line_map = source_map["full_line_map"] = [] + line_map = source_map["line_map"] + + curr_templ_line = 1 + for mod_line in range(1, max(line_map)): + if mod_line in line_map: + curr_templ_line = line_map[mod_line] + f_line_map.append(curr_templ_line) + return source_map + + @property + def code(self): + if self.module_source is not None: + return self.module_source + else: + return util.read_python_file(self.module_filename) + + @property + def source(self): + if self.template_source is None: + data = util.read_file(self.template_filename) + if self.module._source_encoding: + return data.decode(self.module._source_encoding) + else: + return data + + elif self.module._source_encoding and not isinstance( + self.template_source, str + ): + return self.template_source.decode(self.module._source_encoding) + else: + return self.template_source + + +def _compile(template, text, filename, generate_magic_comment): + lexer = template.lexer_cls( + text, + filename, + input_encoding=template.input_encoding, + preprocessor=template.preprocessor, + ) + node = lexer.parse() + source = codegen.compile( + node, + template.uri, + filename, + default_filters=template.default_filters, + buffer_filters=template.buffer_filters, + imports=template.imports, + future_imports=template.future_imports, + source_encoding=lexer.encoding, + generate_magic_comment=generate_magic_comment, + strict_undefined=template.strict_undefined, + enable_loop=template.enable_loop, + reserved_names=template.reserved_names, + ) + return source, lexer + + +def _compile_text(template, text, filename): + identifier = template.module_id + source, lexer = _compile( + template, text, filename, generate_magic_comment=False + ) + + cid = identifier + module = types.ModuleType(cid) + code = compile(source, cid, "exec") + + # this exec() works for 2.4->3.3. + exec(code, module.__dict__, module.__dict__) + return (source, module) + + +def _compile_module_file(template, text, filename, outputpath, module_writer): + source, lexer = _compile( + template, text, filename, generate_magic_comment=True + ) + + if isinstance(source, str): + source = source.encode(lexer.encoding or "ascii") + + if module_writer: + module_writer(source, outputpath) + else: + # make tempfiles in the same location as the ultimate + # location. this ensures they're on the same filesystem, + # avoiding synchronization issues. + (dest, name) = tempfile.mkstemp(dir=os.path.dirname(outputpath)) + + os.write(dest, source) + os.close(dest) + shutil.move(name, outputpath) + + +def _get_module_info_from_callable(callable_): + return _get_module_info(callable_.__globals__["__name__"]) + + +def _get_module_info(filename): + return ModuleInfo._modules[filename] diff --git a/venv/lib/python3.8/site-packages/mako/testing/__init__.py b/venv/lib/python3.8/site-packages/mako/testing/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/venv/lib/python3.8/site-packages/mako/testing/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/mako/testing/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..159d5901fa7593776e2006c50343d93da9493fe2 GIT binary patch literal 184 zcmWIL<>g`kg7qzC86f&Gh(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o10YKO;XkRX-&$ zPrsnDBqKjhx4>98ttd4$DKk~Kq$n{tJGDr^EH$r8KPNK@s>E2&Lcch(BvrQnD4m#| vTCAU&n4Pa*l3HAnnU}5~AD@|*SrQ+wS5SG2!zMRBr8Fni4rJ|TAZ7pn+Bq-3 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/mako/testing/__pycache__/_config.cpython-38.pyc b/venv/lib/python3.8/site-packages/mako/testing/__pycache__/_config.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..45a5543273622e9faae5a2ebef2e1cfb2ef932d9 GIT binary patch literal 4382 zcmb7H&2JmW6`z?ME>{$(FUzvz#5R)xL1@%cQMakv3WggePLn3AYsaxmq*$ytLy7W| zOV6&} zjJz3TYxoVWM{yjj#M;sH@UzGe{mWj~PP$PHx^Slp@@v?Wfg9^Y_jTCA>rGmD^dgCC zxYIHQ&B)#j;j|ET{Cd)DwO8LaCNcGW&jw-GjXF9EZ7B>piQ0&XE{EZRjVR8a>@zco zh1~F;&zIJcj$Tqxcd7RTX1D$2syw^?v`6h+Tgwm~OBhJEA_oPXS4=*c*4a}|daa8+ahsVlcv|z!JbtW)lQ|urDml{@GI%09snI0F!d5qI zB_K4op{iiH;-E^;*$TCNq>7%mfXjsX0pnDPk_raG0ZV%0)Q^ z+#9%4A49+=WZ)T^+ec2|+AnNmtxH!B6M^nF6NUU&E821{+lx%9jV zv@+@Gt{pQvQXy?rD;Tn&^_s2K+-y{JEZ3H|MyyT-N1VF-LWsI|7cuDqknw;EK83$G z#RQ+_=DT>(bm0SnE;9WPfhk4iWA>Oo7LUD_B(v`XFqwpDy!tVZ6(LC;dkuH`3`2iD zW4mnE+ZMYBtCkq>FS+yBpWrdRF5t6|4}FH*v&&!Vv%k7GB;I(0H_)KK%LN4-9K0b9 zy(}L|=jA@$@FD*<$QPV^aRe2GL;1p^f|LK~9@`b>-~IBgpa45WR)97Bg*DI!Vb9Su z{KGZ;N4{G_05?b-4mYws3X?RiN>z$YRqdZT0uZWk2LLkF{^`3W>8@5?TvjRS+%!^d z5wRR)nK9piQSC%MIjC_tQYbyxNfGC8}hSK;#nDxJe=|R=fahZcB~GH%HndIVAb^M zV!pQ94e{_JtZuH*@Dmz-OatwkYx53KE*vVyRwLPiv^TS0mcboMzZ3uzn3RIkH4FpM z^V@7oI6QO3x4kVd;|HAB_Ojs<543kMFG0(J*OnA6PYV=8Eum0PcY=X<>hH1l*fvr+ zXIXIoxose)R;(KeA4}=G-OX$Xzbi=+>!@o3(5*N@(H+f`q$BA{E>Ecvwoxp8bM|ww z1q=^{I^qP1KaqbF4=8Yj+oZ;wx$r{31uRI`0CVq}-vok2^>s@=?* zNvC(UMO)LPFa7@tCOB^Td)~iz%<7>!=oyZjd9+9^aB5hOjxFiTw%|@{y)*;JHhO3T zv@KA)q^@*~df%1~RZjC}f`SIm+`69@WB^#uz;2jbKWw;=S)eD zYw12{B)Tuchs4K9Svfq|;1;rfdL0RW;vn|IHOy#JHy>grQ^jzsvmr$Yzz)3R*$l;u z5?aQo_gbeL$@Yo&d*t<2-tGk%06JiMoFIuFgSFVe`;xwvBtDefM#n%$-4msI2f8W< z2fFz!^iS(Z`P4^YAJBUuhg=@6o;eR$*Cbd;84gIih8cLetz$*Kzz`z2+Xz(VT?_-< zu66K*crIE0;?OFKEt7PPiritA7y*{=DxCA0`GgiEyV>!>k3XGS-|e5)BuZb93Ny-@7*%sGy+@mO?6l5#!MyWn5GVYtv zH8O^3lp(MfvXqNnci7xB1k&6+q|}SfV1woSi})&~zVs~&0os`I(Vr-LQ*!t>QJE{3 J&Xvvz{y)Zrz2g7? literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/mako/testing/__pycache__/assertions.cpython-38.pyc b/venv/lib/python3.8/site-packages/mako/testing/__pycache__/assertions.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..be7322291eaf5905478acead8ae779de0d777a93 GIT binary patch literal 4577 zcmbVPO>^7E8QxuhBuIT&u_f7VYzML}TTCReiPKJI8mCTG%hN-Zrcr8J7Yu}5iL@w? z*@Y}i1Njj7+KPrk3%snPA%PY^AymBbkCKP-0maNHlr2mW`^0l+_hjK<<#lCa$ zeR)k@$81u5AaBT9U;NY>@b+y1OxIpW!P{&Axf-_^RMkDQE$8DGzwZL@jAv2mbJSNskt7xvn9$@Ir%;P?O0_`PQ>q0DgjzJg&}0THe?FA)nmMrwMlk6D zrTHm<7EcMZ5uXO=DC`%v5+A$Y47L#m6MbMuPY1U2MzA0BoDJ*=#VIs90>BOPU-1?} zE@;G4eUQfpGRM%pXx@vDdAy|T5#4;Ntmp6)W=?W5mpD=&Qt(?ZRvg5N`~5u-$bHXG z>LFq#-t*OyNVOCAqQ9$dYUM{^64fbaWJ?(X8j;wFr^Bgz_W>!X1Uekx9Bn0usb%ai!{JBYpbL$~_fllP76bJ8*_7&&oY(4#%z^ zTRsyJ7ddsc^sOlkY=W_HlP^_ zPtwe1w3);u&7?dPsdMOl!H&2sJ6#smPt1{he3{Y zteF$|DKWG5;rboSUqe*FqD4fqA0v_|qQ5Or8C_XLH5`lTD%$EgguZ~in%rWT`OEP7z z&IenguAG2vvw`xQ=cs$woomX`*D(M8fDw8N?5G3GF7$w9#jRa3+%UGOL2P+{qJG(f z#PyAnAd!UDcxV)J#*-)VuOQ_7Z2UvPaKr;(ET0f>^}Pu`<(rnJz#0+5jt3X9^0!T8%Hjs z92DfSm=$aRs(QI>J*UuCqGKD8yqQqZkdXQ!)h+g|IY6kA$wxTLV z#{wJ)=rBO-waCr{wx?Y}(MH))nu>}S1aY{HN}W}LV7n!EkYs{vGzh-h37h#Z`aRI> z14SCrq$0h5p@rMVkH_u%fFsZ@+q}}Izhg+)AvN?2o7JZy0A% z92D=f_zx~Jwa%;5atuZ_X=nl z=9oQ`c}VqW^fp>n(^yM%CbY_mMuj@6XQeM!ezEk~&+poDWebe0zgeM;-Y3b5DvnxG zRm**`V}srX5H*EsmqV?BT@{2)twOm6WUk+3vDhQM~ zY_L&3o>w9y2pr{(#ESN@cEs(6Mz{Oa>)SLN;x{wM?}R%0 z=RV#)!~B1dT~pU!1=n|IHpIL-$h;%$Nu}ajeBG_7q~|I}@$UXRE6eD`XyD8Cf3?b2 ztLL*yr&GY0S$|0E-=~4Hho)ntCil>E0J6@XhXJ)Vn%W6lx^1zv)ks%qjS^=bX5$^& z+hL5ex3>PI$u%_DN0Xv70qqm{*txuq^St;8#|}f#$e}%_Qpo?jDQ^Of?s`Sso;QX> U#@W9r8nu5GM6Y%TfyTEnL9X5TNK_6ahSRD~c3Z*nyzMlO=@uDM=eh*W^Lku~Xki zYp1+IryeaM2!T7@|9zjxyQ0Vlo_CVq z6XMb+rd){cN2%wG@sOrBLdd=!oOJEbTOs(Bh05EaL0(`?;;XW1=ucoA82g);0z+r@ z?_1dn9h6G;<@n&5pJ>)HV9TUa|It9vlz3Hnp1+x?~Fdh?;Qt%LQ5X?Xx!dhq21 ze2JTo?Ph#1DXw8C)~hUFlm!tzM}I6gr3H5!H&u;vm(%j)dcc|h%cs=e0xq3dreYpz z{DYa&2K0zj&fLxec~P686F5!Ot%fPNl)o^YIbZp1ww?dyNB;n9jw+{lfD#7uE&C5O CinCS# literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/mako/testing/__pycache__/exclusions.cpython-38.pyc b/venv/lib/python3.8/site-packages/mako/testing/__pycache__/exclusions.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..69971ffc3e6a75d2a7b042cf139bce38862a44a2 GIT binary patch literal 1663 zcmah}&5zqe6rUM;9k1hLH{0F7t(LeD(RH@8swz}f2t*Ma_P~cIbFrMv#PP;o%sAVw zm7KZ~y}%#93Apvd|Klqs{sj)en~C#kET5fq2JYJ zci6D`5T@*7gcxEtK~$|I!6~5xt8XJQQj?k(Ref!7kXi&`l(wji(Kjf2+eG|u=7>uS zD0pCMe~U8m996Eicc`;tRc@@DJ*zf#cdUMDtW4SgE9*I82eiY{Rrl(M6BjXywSFM< zxIt`&XEw7n)@v|FV}}|$X|N7>IvTmd+RVL0^t92OzCx@sL#(T{XY7a_gSOA`muS%Y zLos$az_l|CWiaC5jEgt8?#>GqmOOYN!lK~f*;my&A8DNzOHc6c=CR<+o8-bPr(ANc z-&`%kt8TGg*d7!r2F&oW(^EXOXA1MKX`#O#4@`QE+C+!J#MyuI33J##$>d_cjVk73GpK~yIUGnAkuTA(Yu#E`7x zCP`$8SE*bmx{ON!wS;PXF(9>F+(aqQN?Esq;F=2==UEU8h-fL3R)f4jLY3*C!ElJ_r)ra(p!6a0DF+s z2(nmmF;xNa0#mUzFlr+dQB7tqv?mlhnPfUgq79L166K$&yXv0{c8Lw-bxHMJQ}r^) z@-5Tb>-bNSd>kh7sUPJ+JsJw(1Qu~e2^CEAl+b6~{hwgZz*3qZ5Oxp6DXfFHs0DQc znWty!)joe&`m1&gbOQ*LA9|>D^D<6^a;JUWXnxA2RQ030pw!CRUL$p@f#`uYt=pfa zMJ~!ugvbT8R&7T+d%Z?m&6f7mPovqauAy=wX4F!h9#81e=Ao;*((V>eKZqTJ=BWP0 zU@xvNTY9=tt}8aU|4{R@Vp!9xg{IkllICol@TaPd<>w%5;$qhzxR1Nofz{nziD_8a YMC5Plz{1wQRuhxIEX#H*Y%7iX57W7|>Hq)$ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/mako/testing/__pycache__/fixtures.cpython-38.pyc b/venv/lib/python3.8/site-packages/mako/testing/__pycache__/fixtures.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a1de27f3c1eba816187c237fbb2d254f5c428122 GIT binary patch literal 3544 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 E2cZcU7XSbN literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/mako/testing/_config.py b/venv/lib/python3.8/site-packages/mako/testing/_config.py new file mode 100644 index 000000000..4ee3d0a6e --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/testing/_config.py @@ -0,0 +1,128 @@ +import configparser +import dataclasses +from dataclasses import dataclass +from pathlib import Path +from typing import Callable +from typing import ClassVar +from typing import Optional +from typing import Union + +from .helpers import make_path + + +class ConfigError(BaseException): + pass + + +class MissingConfig(ConfigError): + pass + + +class MissingConfigSection(ConfigError): + pass + + +class MissingConfigItem(ConfigError): + pass + + +class ConfigValueTypeError(ConfigError): + pass + + +class _GetterDispatch: + def __init__(self, initialdata, default_getter: Callable): + self.default_getter = default_getter + self.data = initialdata + + def get_fn_for_type(self, type_): + return self.data.get(type_, self.default_getter) + + def get_typed_value(self, type_, name): + get_fn = self.get_fn_for_type(type_) + return get_fn(name) + + +def _parse_cfg_file(filespec: Union[Path, str]): + cfg = configparser.ConfigParser() + try: + filepath = make_path(filespec, check_exists=True) + except FileNotFoundError as e: + raise MissingConfig(f"No config file found at {filespec}") from e + else: + with open(filepath, encoding="utf-8") as f: + cfg.read_file(f) + return cfg + + +def _build_getter(cfg_obj, cfg_section, method, converter=None): + def caller(option, **kwargs): + try: + rv = getattr(cfg_obj, method)(cfg_section, option, **kwargs) + except configparser.NoSectionError as nse: + raise MissingConfigSection( + f"No config section named {cfg_section}" + ) from nse + except configparser.NoOptionError as noe: + raise MissingConfigItem(f"No config item for {option}") from noe + except ValueError as ve: + # ConfigParser.getboolean, .getint, .getfloat raise ValueError + # on bad types + raise ConfigValueTypeError( + f"Wrong value type for {option}" + ) from ve + else: + if converter: + try: + rv = converter(rv) + except Exception as e: + raise ConfigValueTypeError( + f"Wrong value type for {option}" + ) from e + return rv + + return caller + + +def _build_getter_dispatch(cfg_obj, cfg_section, converters=None): + converters = converters or {} + + default_getter = _build_getter(cfg_obj, cfg_section, "get") + + # support ConfigParser builtins + getters = { + int: _build_getter(cfg_obj, cfg_section, "getint"), + bool: _build_getter(cfg_obj, cfg_section, "getboolean"), + float: _build_getter(cfg_obj, cfg_section, "getfloat"), + str: default_getter, + } + + # use ConfigParser.get and convert value + getters.update( + { + type_: _build_getter( + cfg_obj, cfg_section, "get", converter=converter_fn + ) + for type_, converter_fn in converters.items() + } + ) + + return _GetterDispatch(getters, default_getter) + + +@dataclass +class ReadsCfg: + section_header: ClassVar[str] + converters: ClassVar[Optional[dict]] = None + + @classmethod + def from_cfg_file(cls, filespec: Union[Path, str]): + cfg = _parse_cfg_file(filespec) + dispatch = _build_getter_dispatch( + cfg, cls.section_header, converters=cls.converters + ) + kwargs = { + field.name: dispatch.get_typed_value(field.type, field.name) + for field in dataclasses.fields(cls) + } + return cls(**kwargs) diff --git a/venv/lib/python3.8/site-packages/mako/testing/assertions.py b/venv/lib/python3.8/site-packages/mako/testing/assertions.py new file mode 100644 index 000000000..22221cd20 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/testing/assertions.py @@ -0,0 +1,166 @@ +import contextlib +import re +import sys + + +def eq_(a, b, msg=None): + """Assert a == b, with repr messaging on failure.""" + assert a == b, msg or "%r != %r" % (a, b) + + +def ne_(a, b, msg=None): + """Assert a != b, with repr messaging on failure.""" + assert a != b, msg or "%r == %r" % (a, b) + + +def in_(a, b, msg=None): + """Assert a in b, with repr messaging on failure.""" + assert a in b, msg or "%r not in %r" % (a, b) + + +def not_in(a, b, msg=None): + """Assert a in not b, with repr messaging on failure.""" + assert a not in b, msg or "%r is in %r" % (a, b) + + +def _assert_proper_exception_context(exception): + """assert that any exception we're catching does not have a __context__ + without a __cause__, and that __suppress_context__ is never set. + + Python 3 will report nested as exceptions as "during the handling of + error X, error Y occurred". That's not what we want to do. We want + these exceptions in a cause chain. + + """ + + if ( + exception.__context__ is not exception.__cause__ + and not exception.__suppress_context__ + ): + assert False, ( + "Exception %r was correctly raised but did not set a cause, " + "within context %r as its cause." + % (exception, exception.__context__) + ) + + +def _assert_proper_cause_cls(exception, cause_cls): + """assert that any exception we're catching does not have a __context__ + without a __cause__, and that __suppress_context__ is never set. + + Python 3 will report nested as exceptions as "during the handling of + error X, error Y occurred". That's not what we want to do. We want + these exceptions in a cause chain. + + """ + assert isinstance(exception.__cause__, cause_cls), ( + "Exception %r was correctly raised but has cause %r, which does not " + "have the expected cause type %r." + % (exception, exception.__cause__, cause_cls) + ) + + +def assert_raises(except_cls, callable_, *args, **kw): + return _assert_raises(except_cls, callable_, args, kw) + + +def assert_raises_with_proper_context(except_cls, callable_, *args, **kw): + return _assert_raises(except_cls, callable_, args, kw, check_context=True) + + +def assert_raises_with_given_cause( + except_cls, cause_cls, callable_, *args, **kw +): + return _assert_raises(except_cls, callable_, args, kw, cause_cls=cause_cls) + + +def assert_raises_message(except_cls, msg, callable_, *args, **kwargs): + return _assert_raises(except_cls, callable_, args, kwargs, msg=msg) + + +def assert_raises_message_with_proper_context( + except_cls, msg, callable_, *args, **kwargs +): + return _assert_raises( + except_cls, callable_, args, kwargs, msg=msg, check_context=True + ) + + +def assert_raises_message_with_given_cause( + except_cls, msg, cause_cls, callable_, *args, **kwargs +): + return _assert_raises( + except_cls, callable_, args, kwargs, msg=msg, cause_cls=cause_cls + ) + + +def _assert_raises( + except_cls, + callable_, + args, + kwargs, + msg=None, + check_context=False, + cause_cls=None, +): + with _expect_raises(except_cls, msg, check_context, cause_cls) as ec: + callable_(*args, **kwargs) + return ec.error + + +class _ErrorContainer: + error = None + + +@contextlib.contextmanager +def _expect_raises(except_cls, msg=None, check_context=False, cause_cls=None): + ec = _ErrorContainer() + if check_context: + are_we_already_in_a_traceback = sys.exc_info()[0] + try: + yield ec + success = False + except except_cls as err: + ec.error = err + success = True + if msg is not None: + # I'm often pdbing here, and "err" above isn't + # in scope, so assign the string explicitly + error_as_string = str(err) + assert re.search(msg, error_as_string, re.UNICODE), "%r !~ %s" % ( + msg, + error_as_string, + ) + if cause_cls is not None: + _assert_proper_cause_cls(err, cause_cls) + if check_context and not are_we_already_in_a_traceback: + _assert_proper_exception_context(err) + print(str(err).encode("utf-8")) + + # it's generally a good idea to not carry traceback objects outside + # of the except: block, but in this case especially we seem to have + # hit some bug in either python 3.10.0b2 or greenlet or both which + # this seems to fix: + # https://github.com/python-greenlet/greenlet/issues/242 + del ec + + # assert outside the block so it works for AssertionError too ! + assert success, "Callable did not raise an exception" + + +def expect_raises(except_cls, check_context=False): + return _expect_raises(except_cls, check_context=check_context) + + +def expect_raises_message(except_cls, msg, check_context=False): + return _expect_raises(except_cls, msg=msg, check_context=check_context) + + +def expect_raises_with_proper_context(except_cls, check_context=True): + return _expect_raises(except_cls, check_context=check_context) + + +def expect_raises_message_with_proper_context( + except_cls, msg, check_context=True +): + return _expect_raises(except_cls, msg=msg, check_context=check_context) diff --git a/venv/lib/python3.8/site-packages/mako/testing/config.py b/venv/lib/python3.8/site-packages/mako/testing/config.py new file mode 100644 index 000000000..b77d0c080 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/testing/config.py @@ -0,0 +1,17 @@ +from dataclasses import dataclass +from pathlib import Path + +from ._config import ReadsCfg +from .helpers import make_path + + +@dataclass +class Config(ReadsCfg): + module_base: Path + template_base: Path + + section_header = "mako_testing" + converters = {Path: make_path} + + +config = Config.from_cfg_file("./setup.cfg") diff --git a/venv/lib/python3.8/site-packages/mako/testing/exclusions.py b/venv/lib/python3.8/site-packages/mako/testing/exclusions.py new file mode 100644 index 000000000..37b2d14a3 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/testing/exclusions.py @@ -0,0 +1,80 @@ +import pytest + +from mako.ext.beaker_cache import has_beaker +from mako.util import update_wrapper + + +try: + import babel.messages.extract as babel +except ImportError: + babel = None + + +try: + import lingua +except ImportError: + lingua = None + + +try: + import dogpile.cache # noqa +except ImportError: + has_dogpile_cache = False +else: + has_dogpile_cache = True + + +requires_beaker = pytest.mark.skipif( + not has_beaker, reason="Beaker is required for these tests." +) + + +requires_babel = pytest.mark.skipif( + babel is None, reason="babel not installed: skipping babelplugin test" +) + + +requires_lingua = pytest.mark.skipif( + lingua is None, reason="lingua not installed: skipping linguaplugin test" +) + + +requires_dogpile_cache = pytest.mark.skipif( + not has_dogpile_cache, + reason="dogpile.cache is required to run these tests", +) + + +def _pygments_version(): + try: + import pygments + + version = pygments.__version__ + except: + version = "0" + return version + + +requires_pygments_14 = pytest.mark.skipif( + _pygments_version() < "1.4", reason="Requires pygments 1.4 or greater" +) + + +# def requires_pygments_14(fn): + +# return skip_if( +# lambda: version < "1.4", "Requires pygments 1.4 or greater" +# )(fn) + + +def requires_no_pygments_exceptions(fn): + def go(*arg, **kw): + from mako import exceptions + + exceptions._install_fallback() + try: + return fn(*arg, **kw) + finally: + exceptions._install_highlighting() + + return update_wrapper(go, fn) diff --git a/venv/lib/python3.8/site-packages/mako/testing/fixtures.py b/venv/lib/python3.8/site-packages/mako/testing/fixtures.py new file mode 100644 index 000000000..01e996171 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/testing/fixtures.py @@ -0,0 +1,119 @@ +import os + +from mako.cache import CacheImpl +from mako.cache import register_plugin +from mako.template import Template +from .assertions import eq_ +from .config import config + + +class TemplateTest: + def _file_template(self, filename, **kw): + filepath = self._file_path(filename) + return Template( + uri=filename, + filename=filepath, + module_directory=config.module_base, + **kw, + ) + + def _file_path(self, filename): + name, ext = os.path.splitext(filename) + py3k_path = os.path.join(config.template_base, name + "_py3k" + ext) + if os.path.exists(py3k_path): + return py3k_path + + return os.path.join(config.template_base, filename) + + def _do_file_test( + self, + filename, + expected, + filters=None, + unicode_=True, + template_args=None, + **kw, + ): + t1 = self._file_template(filename, **kw) + self._do_test( + t1, + expected, + filters=filters, + unicode_=unicode_, + template_args=template_args, + ) + + def _do_memory_test( + self, + source, + expected, + filters=None, + unicode_=True, + template_args=None, + **kw, + ): + t1 = Template(text=source, **kw) + self._do_test( + t1, + expected, + filters=filters, + unicode_=unicode_, + template_args=template_args, + ) + + def _do_test( + self, + template, + expected, + filters=None, + template_args=None, + unicode_=True, + ): + if template_args is None: + template_args = {} + if unicode_: + output = template.render_unicode(**template_args) + else: + output = template.render(**template_args) + + if filters: + output = filters(output) + eq_(output, expected) + + def indicates_unbound_local_error(self, rendered_output, unbound_var): + var = f"'{unbound_var}'" + error_msgs = ( + # < 3.11 + f"local variable {var} referenced before assignment", + # >= 3.11 + f"cannot access local variable {var} where it is not associated", + ) + return any((msg in rendered_output) for msg in error_msgs) + + +class PlainCacheImpl(CacheImpl): + """Simple memory cache impl so that tests which + use caching can run without beaker.""" + + def __init__(self, cache): + self.cache = cache + self.data = {} + + def get_or_create(self, key, creation_function, **kw): + if key in self.data: + return self.data[key] + else: + self.data[key] = data = creation_function(**kw) + return data + + def put(self, key, value, **kw): + self.data[key] = value + + def get(self, key, **kw): + return self.data[key] + + def invalidate(self, key, **kw): + del self.data[key] + + +register_plugin("plain", __name__, "PlainCacheImpl") diff --git a/venv/lib/python3.8/site-packages/mako/testing/helpers.py b/venv/lib/python3.8/site-packages/mako/testing/helpers.py new file mode 100644 index 000000000..5ae9d38d3 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/testing/helpers.py @@ -0,0 +1,71 @@ +import contextlib +import pathlib +from pathlib import Path +import re +import time +from typing import Union +from unittest import mock + + +def flatten_result(result): + return re.sub(r"[\s\r\n]+", " ", result).strip() + + +def result_lines(result): + return [ + x.strip() + for x in re.split(r"\r?\n", re.sub(r" +", " ", result)) + if x.strip() != "" + ] + + +def result_raw_lines(result): + return [x for x in re.split(r"\r?\n", result) if x.strip() != ""] + + +def make_path( + filespec: Union[Path, str], + make_absolute: bool = True, + check_exists: bool = False, +) -> Path: + path = Path(filespec) + if make_absolute: + path = path.resolve(strict=check_exists) + if check_exists and (not path.exists()): + raise FileNotFoundError(f"No file or directory at {filespec}") + return path + + +def _unlink_path(path, missing_ok=False): + # Replicate 3.8+ functionality in 3.7 + cm = contextlib.nullcontext() + if missing_ok: + cm = contextlib.suppress(FileNotFoundError) + + with cm: + path.unlink() + + +def replace_file_with_dir(pathspec): + path = pathlib.Path(pathspec) + _unlink_path(path, missing_ok=True) + path.mkdir(exist_ok=True) + return path + + +def file_with_template_code(filespec): + with open(filespec, "w") as f: + f.write( + """ +i am an artificial template just for you +""" + ) + return filespec + + +@contextlib.contextmanager +def rewind_compile_time(hours=1): + rewound = time.time() - (hours * 3_600) + with mock.patch("mako.codegen.time") as codegen_time: + codegen_time.time.return_value = rewound + yield diff --git a/venv/lib/python3.8/site-packages/mako/util.py b/venv/lib/python3.8/site-packages/mako/util.py new file mode 100644 index 000000000..470713a51 --- /dev/null +++ b/venv/lib/python3.8/site-packages/mako/util.py @@ -0,0 +1,388 @@ +# mako/util.py +# Copyright 2006-2025 the Mako authors and contributors +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php +from ast import parse +import codecs +import collections +import operator +import os +import re +import timeit + +from .compat import importlib_metadata_get + + +def update_wrapper(decorated, fn): + decorated.__wrapped__ = fn + decorated.__name__ = fn.__name__ + return decorated + + +class PluginLoader: + def __init__(self, group): + self.group = group + self.impls = {} + + def load(self, name): + if name in self.impls: + return self.impls[name]() + + for impl in importlib_metadata_get(self.group): + if impl.name == name: + self.impls[name] = impl.load + return impl.load() + + from mako import exceptions + + raise exceptions.RuntimeException( + "Can't load plugin %s %s" % (self.group, name) + ) + + def register(self, name, modulepath, objname): + def load(): + mod = __import__(modulepath) + for token in modulepath.split(".")[1:]: + mod = getattr(mod, token) + return getattr(mod, objname) + + self.impls[name] = load + + +def verify_directory(dir_): + """create and/or verify a filesystem directory.""" + + tries = 0 + + while not os.path.exists(dir_): + try: + tries += 1 + os.makedirs(dir_, 0o755) + except: + if tries > 5: + raise + + +def to_list(x, default=None): + if x is None: + return default + if not isinstance(x, (list, tuple)): + return [x] + else: + return x + + +class memoized_property: + + """A read-only @property that is only evaluated once.""" + + def __init__(self, fget, doc=None): + self.fget = fget + self.__doc__ = doc or fget.__doc__ + self.__name__ = fget.__name__ + + def __get__(self, obj, cls): + if obj is None: + return self + obj.__dict__[self.__name__] = result = self.fget(obj) + return result + + +class memoized_instancemethod: + + """Decorate a method memoize its return value. + + Best applied to no-arg methods: memoization is not sensitive to + argument values, and will always return the same value even when + called with different arguments. + + """ + + def __init__(self, fget, doc=None): + self.fget = fget + self.__doc__ = doc or fget.__doc__ + self.__name__ = fget.__name__ + + def __get__(self, obj, cls): + if obj is None: + return self + + def oneshot(*args, **kw): + result = self.fget(obj, *args, **kw) + + def memo(*a, **kw): + return result + + memo.__name__ = self.__name__ + memo.__doc__ = self.__doc__ + obj.__dict__[self.__name__] = memo + return result + + oneshot.__name__ = self.__name__ + oneshot.__doc__ = self.__doc__ + return oneshot + + +class SetLikeDict(dict): + + """a dictionary that has some setlike methods on it""" + + def union(self, other): + """produce a 'union' of this dict and another (at the key level). + + values in the second dict take precedence over that of the first""" + x = SetLikeDict(**self) + x.update(other) + return x + + +class FastEncodingBuffer: + + """a very rudimentary buffer that is faster than StringIO, + and supports unicode data.""" + + def __init__(self, encoding=None, errors="strict"): + self.data = collections.deque() + self.encoding = encoding + self.delim = "" + self.errors = errors + self.write = self.data.append + + def truncate(self): + self.data = collections.deque() + self.write = self.data.append + + def getvalue(self): + if self.encoding: + return self.delim.join(self.data).encode( + self.encoding, self.errors + ) + else: + return self.delim.join(self.data) + + +class LRUCache(dict): + + """A dictionary-like object that stores a limited number of items, + discarding lesser used items periodically. + + this is a rewrite of LRUCache from Myghty to use a periodic timestamp-based + paradigm so that synchronization is not really needed. the size management + is inexact. + """ + + class _Item: + def __init__(self, key, value): + self.key = key + self.value = value + self.timestamp = timeit.default_timer() + + def __repr__(self): + return repr(self.value) + + def __init__(self, capacity, threshold=0.5): + self.capacity = capacity + self.threshold = threshold + + def __getitem__(self, key): + item = dict.__getitem__(self, key) + item.timestamp = timeit.default_timer() + return item.value + + def values(self): + return [i.value for i in dict.values(self)] + + def setdefault(self, key, value): + if key in self: + return self[key] + self[key] = value + return value + + def __setitem__(self, key, value): + item = dict.get(self, key) + if item is None: + item = self._Item(key, value) + dict.__setitem__(self, key, item) + else: + item.value = value + self._manage_size() + + def _manage_size(self): + while len(self) > self.capacity + self.capacity * self.threshold: + bytime = sorted( + dict.values(self), + key=operator.attrgetter("timestamp"), + reverse=True, + ) + for item in bytime[self.capacity :]: + try: + del self[item.key] + except KeyError: + # if we couldn't find a key, most likely some other thread + # broke in on us. loop around and try again + break + + +# Regexp to match python magic encoding line +_PYTHON_MAGIC_COMMENT_re = re.compile( + r"[ \t\f]* \# .* coding[=:][ \t]*([-\w.]+)", re.VERBOSE +) + + +def parse_encoding(fp): + """Deduce the encoding of a Python source file (binary mode) from magic + comment. + + It does this in the same way as the `Python interpreter`__ + + .. __: http://docs.python.org/ref/encodings.html + + The ``fp`` argument should be a seekable file object in binary mode. + """ + pos = fp.tell() + fp.seek(0) + try: + line1 = fp.readline() + has_bom = line1.startswith(codecs.BOM_UTF8) + if has_bom: + line1 = line1[len(codecs.BOM_UTF8) :] + + m = _PYTHON_MAGIC_COMMENT_re.match(line1.decode("ascii", "ignore")) + if not m: + try: + parse(line1.decode("ascii", "ignore")) + except (ImportError, SyntaxError): + # Either it's a real syntax error, in which case the source + # is not valid python source, or line2 is a continuation of + # line1, in which case we don't want to scan line2 for a magic + # comment. + pass + else: + line2 = fp.readline() + m = _PYTHON_MAGIC_COMMENT_re.match( + line2.decode("ascii", "ignore") + ) + + if has_bom: + if m: + raise SyntaxError( + "python refuses to compile code with both a UTF8" + " byte-order-mark and a magic encoding comment" + ) + return "utf_8" + elif m: + return m.group(1) + else: + return None + finally: + fp.seek(pos) + + +def sorted_dict_repr(d): + """repr() a dictionary with the keys in order. + + Used by the lexer unit test to compare parse trees based on strings. + + """ + keys = list(d.keys()) + keys.sort() + return "{" + ", ".join("%r: %r" % (k, d[k]) for k in keys) + "}" + + +def restore__ast(_ast): + """Attempt to restore the required classes to the _ast module if it + appears to be missing them + """ + if hasattr(_ast, "AST"): + return + _ast.PyCF_ONLY_AST = 2 << 9 + m = compile( + """\ +def foo(): pass +class Bar: pass +if False: pass +baz = 'mako' +1 + 2 - 3 * 4 / 5 +6 // 7 % 8 << 9 >> 10 +11 & 12 ^ 13 | 14 +15 and 16 or 17 +-baz + (not +18) - ~17 +baz and 'foo' or 'bar' +(mako is baz == baz) is not baz != mako +mako > baz < mako >= baz <= mako +mako in baz not in mako""", + "", + "exec", + _ast.PyCF_ONLY_AST, + ) + _ast.Module = type(m) + + for cls in _ast.Module.__mro__: + if cls.__name__ == "mod": + _ast.mod = cls + elif cls.__name__ == "AST": + _ast.AST = cls + + _ast.FunctionDef = type(m.body[0]) + _ast.ClassDef = type(m.body[1]) + _ast.If = type(m.body[2]) + + _ast.Name = type(m.body[3].targets[0]) + _ast.Store = type(m.body[3].targets[0].ctx) + _ast.Str = type(m.body[3].value) + + _ast.Sub = type(m.body[4].value.op) + _ast.Add = type(m.body[4].value.left.op) + _ast.Div = type(m.body[4].value.right.op) + _ast.Mult = type(m.body[4].value.right.left.op) + + _ast.RShift = type(m.body[5].value.op) + _ast.LShift = type(m.body[5].value.left.op) + _ast.Mod = type(m.body[5].value.left.left.op) + _ast.FloorDiv = type(m.body[5].value.left.left.left.op) + + _ast.BitOr = type(m.body[6].value.op) + _ast.BitXor = type(m.body[6].value.left.op) + _ast.BitAnd = type(m.body[6].value.left.left.op) + + _ast.Or = type(m.body[7].value.op) + _ast.And = type(m.body[7].value.values[0].op) + + _ast.Invert = type(m.body[8].value.right.op) + _ast.Not = type(m.body[8].value.left.right.op) + _ast.UAdd = type(m.body[8].value.left.right.operand.op) + _ast.USub = type(m.body[8].value.left.left.op) + + _ast.Or = type(m.body[9].value.op) + _ast.And = type(m.body[9].value.values[0].op) + + _ast.IsNot = type(m.body[10].value.ops[0]) + _ast.NotEq = type(m.body[10].value.ops[1]) + _ast.Is = type(m.body[10].value.left.ops[0]) + _ast.Eq = type(m.body[10].value.left.ops[1]) + + _ast.Gt = type(m.body[11].value.ops[0]) + _ast.Lt = type(m.body[11].value.ops[1]) + _ast.GtE = type(m.body[11].value.ops[2]) + _ast.LtE = type(m.body[11].value.ops[3]) + + _ast.In = type(m.body[12].value.ops[0]) + _ast.NotIn = type(m.body[12].value.ops[1]) + + +def read_file(path, mode="rb"): + with open(path, mode) as fp: + return fp.read() + + +def read_python_file(path): + fp = open(path, "rb") + try: + encoding = parse_encoding(fp) + data = fp.read() + if encoding: + data = data.decode(encoding) + return data + finally: + fp.close() diff --git a/venv/lib/python3.8/site-packages/markupsafe/__init__.py b/venv/lib/python3.8/site-packages/markupsafe/__init__.py new file mode 100644 index 000000000..b40f24c66 --- /dev/null +++ b/venv/lib/python3.8/site-packages/markupsafe/__init__.py @@ -0,0 +1,332 @@ +import functools +import string +import sys +import typing as t + +if t.TYPE_CHECKING: + import typing_extensions as te + + class HasHTML(te.Protocol): + def __html__(self) -> str: + pass + + _P = te.ParamSpec("_P") + + +__version__ = "2.1.5" + + +def _simple_escaping_wrapper(func: "t.Callable[_P, str]") -> "t.Callable[_P, Markup]": + @functools.wraps(func) + def wrapped(self: "Markup", *args: "_P.args", **kwargs: "_P.kwargs") -> "Markup": + arg_list = _escape_argspec(list(args), enumerate(args), self.escape) + _escape_argspec(kwargs, kwargs.items(), self.escape) + return self.__class__(func(self, *arg_list, **kwargs)) # type: ignore[arg-type] + + return wrapped # type: ignore[return-value] + + +class Markup(str): + """A string that is ready to be safely inserted into an HTML or XML + document, either because it was escaped or because it was marked + safe. + + Passing an object to the constructor converts it to text and wraps + it to mark it safe without escaping. To escape the text, use the + :meth:`escape` class method instead. + + >>> Markup("Hello, World!") + Markup('Hello, World!') + >>> Markup(42) + Markup('42') + >>> Markup.escape("Hello, World!") + Markup('Hello <em>World</em>!') + + This implements the ``__html__()`` interface that some frameworks + use. Passing an object that implements ``__html__()`` will wrap the + output of that method, marking it safe. + + >>> class Foo: + ... def __html__(self): + ... return '
    foo' + ... + >>> Markup(Foo()) + Markup('foo') + + This is a subclass of :class:`str`. It has the same methods, but + escapes their arguments and returns a ``Markup`` instance. + + >>> Markup("%s") % ("foo & bar",) + Markup('foo & bar') + >>> Markup("Hello ") + "" + Markup('Hello <foo>') + """ + + __slots__ = () + + def __new__( + cls, base: t.Any = "", encoding: t.Optional[str] = None, errors: str = "strict" + ) -> "te.Self": + if hasattr(base, "__html__"): + base = base.__html__() + + if encoding is None: + return super().__new__(cls, base) + + return super().__new__(cls, base, encoding, errors) + + def __html__(self) -> "te.Self": + return self + + def __add__(self, other: t.Union[str, "HasHTML"]) -> "te.Self": + if isinstance(other, str) or hasattr(other, "__html__"): + return self.__class__(super().__add__(self.escape(other))) + + return NotImplemented + + def __radd__(self, other: t.Union[str, "HasHTML"]) -> "te.Self": + if isinstance(other, str) or hasattr(other, "__html__"): + return self.escape(other).__add__(self) + + return NotImplemented + + def __mul__(self, num: "te.SupportsIndex") -> "te.Self": + if isinstance(num, int): + return self.__class__(super().__mul__(num)) + + return NotImplemented + + __rmul__ = __mul__ + + def __mod__(self, arg: t.Any) -> "te.Self": + if isinstance(arg, tuple): + # a tuple of arguments, each wrapped + arg = tuple(_MarkupEscapeHelper(x, self.escape) for x in arg) + elif hasattr(type(arg), "__getitem__") and not isinstance(arg, str): + # a mapping of arguments, wrapped + arg = _MarkupEscapeHelper(arg, self.escape) + else: + # a single argument, wrapped with the helper and a tuple + arg = (_MarkupEscapeHelper(arg, self.escape),) + + return self.__class__(super().__mod__(arg)) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({super().__repr__()})" + + def join(self, seq: t.Iterable[t.Union[str, "HasHTML"]]) -> "te.Self": + return self.__class__(super().join(map(self.escape, seq))) + + join.__doc__ = str.join.__doc__ + + def split( # type: ignore[override] + self, sep: t.Optional[str] = None, maxsplit: int = -1 + ) -> t.List["te.Self"]: + return [self.__class__(v) for v in super().split(sep, maxsplit)] + + split.__doc__ = str.split.__doc__ + + def rsplit( # type: ignore[override] + self, sep: t.Optional[str] = None, maxsplit: int = -1 + ) -> t.List["te.Self"]: + return [self.__class__(v) for v in super().rsplit(sep, maxsplit)] + + rsplit.__doc__ = str.rsplit.__doc__ + + def splitlines( # type: ignore[override] + self, keepends: bool = False + ) -> t.List["te.Self"]: + return [self.__class__(v) for v in super().splitlines(keepends)] + + splitlines.__doc__ = str.splitlines.__doc__ + + def unescape(self) -> str: + """Convert escaped markup back into a text string. This replaces + HTML entities with the characters they represent. + + >>> Markup("Main » About").unescape() + 'Main » About' + """ + from html import unescape + + return unescape(str(self)) + + def striptags(self) -> str: + """:meth:`unescape` the markup, remove tags, and normalize + whitespace to single spaces. + + >>> Markup("Main »\tAbout").striptags() + 'Main » About' + """ + value = str(self) + + # Look for comments then tags separately. Otherwise, a comment that + # contains a tag would end early, leaving some of the comment behind. + + while True: + # keep finding comment start marks + start = value.find("", start) + + if end == -1: + break + + value = f"{value[:start]}{value[end + 3:]}" + + # remove tags using the same method + while True: + start = value.find("<") + + if start == -1: + break + + end = value.find(">", start) + + if end == -1: + break + + value = f"{value[:start]}{value[end + 1:]}" + + # collapse spaces + value = " ".join(value.split()) + return self.__class__(value).unescape() + + @classmethod + def escape(cls, s: t.Any) -> "te.Self": + """Escape a string. Calls :func:`escape` and ensures that for + subclasses the correct type is returned. + """ + rv = escape(s) + + if rv.__class__ is not cls: + return cls(rv) + + return rv # type: ignore[return-value] + + __getitem__ = _simple_escaping_wrapper(str.__getitem__) + capitalize = _simple_escaping_wrapper(str.capitalize) + title = _simple_escaping_wrapper(str.title) + lower = _simple_escaping_wrapper(str.lower) + upper = _simple_escaping_wrapper(str.upper) + replace = _simple_escaping_wrapper(str.replace) + ljust = _simple_escaping_wrapper(str.ljust) + rjust = _simple_escaping_wrapper(str.rjust) + lstrip = _simple_escaping_wrapper(str.lstrip) + rstrip = _simple_escaping_wrapper(str.rstrip) + center = _simple_escaping_wrapper(str.center) + strip = _simple_escaping_wrapper(str.strip) + translate = _simple_escaping_wrapper(str.translate) + expandtabs = _simple_escaping_wrapper(str.expandtabs) + swapcase = _simple_escaping_wrapper(str.swapcase) + zfill = _simple_escaping_wrapper(str.zfill) + casefold = _simple_escaping_wrapper(str.casefold) + + if sys.version_info >= (3, 9): + removeprefix = _simple_escaping_wrapper(str.removeprefix) + removesuffix = _simple_escaping_wrapper(str.removesuffix) + + def partition(self, sep: str) -> t.Tuple["te.Self", "te.Self", "te.Self"]: + l, s, r = super().partition(self.escape(sep)) + cls = self.__class__ + return cls(l), cls(s), cls(r) + + def rpartition(self, sep: str) -> t.Tuple["te.Self", "te.Self", "te.Self"]: + l, s, r = super().rpartition(self.escape(sep)) + cls = self.__class__ + return cls(l), cls(s), cls(r) + + def format(self, *args: t.Any, **kwargs: t.Any) -> "te.Self": + formatter = EscapeFormatter(self.escape) + return self.__class__(formatter.vformat(self, args, kwargs)) + + def format_map( # type: ignore[override] + self, map: t.Mapping[str, t.Any] + ) -> "te.Self": + formatter = EscapeFormatter(self.escape) + return self.__class__(formatter.vformat(self, (), map)) + + def __html_format__(self, format_spec: str) -> "te.Self": + if format_spec: + raise ValueError("Unsupported format specification for Markup.") + + return self + + +class EscapeFormatter(string.Formatter): + __slots__ = ("escape",) + + def __init__(self, escape: t.Callable[[t.Any], Markup]) -> None: + self.escape = escape + super().__init__() + + def format_field(self, value: t.Any, format_spec: str) -> str: + if hasattr(value, "__html_format__"): + rv = value.__html_format__(format_spec) + elif hasattr(value, "__html__"): + if format_spec: + raise ValueError( + f"Format specifier {format_spec} given, but {type(value)} does not" + " define __html_format__. A class that defines __html__ must define" + " __html_format__ to work with format specifiers." + ) + rv = value.__html__() + else: + # We need to make sure the format spec is str here as + # otherwise the wrong callback methods are invoked. + rv = string.Formatter.format_field(self, value, str(format_spec)) + return str(self.escape(rv)) + + +_ListOrDict = t.TypeVar("_ListOrDict", list, dict) + + +def _escape_argspec( + obj: _ListOrDict, iterable: t.Iterable[t.Any], escape: t.Callable[[t.Any], Markup] +) -> _ListOrDict: + """Helper for various string-wrapped functions.""" + for key, value in iterable: + if isinstance(value, str) or hasattr(value, "__html__"): + obj[key] = escape(value) + + return obj + + +class _MarkupEscapeHelper: + """Helper for :meth:`Markup.__mod__`.""" + + __slots__ = ("obj", "escape") + + def __init__(self, obj: t.Any, escape: t.Callable[[t.Any], Markup]) -> None: + self.obj = obj + self.escape = escape + + def __getitem__(self, item: t.Any) -> "te.Self": + return self.__class__(self.obj[item], self.escape) + + def __str__(self) -> str: + return str(self.escape(self.obj)) + + def __repr__(self) -> str: + return str(self.escape(repr(self.obj))) + + def __int__(self) -> int: + return int(self.obj) + + def __float__(self) -> float: + return float(self.obj) + + +# circular import +try: + from ._speedups import escape as escape + from ._speedups import escape_silent as escape_silent + from ._speedups import soft_str as soft_str +except ImportError: + from ._native import escape as escape + from ._native import escape_silent as escape_silent # noqa: F401 + from ._native import soft_str as soft_str # noqa: F401 diff --git a/venv/lib/python3.8/site-packages/markupsafe/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/markupsafe/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6ab25d55c67dac80affcaed225981bbb1d9fc0f7 GIT binary patch literal 11459 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/markupsafe/__pycache__/_native.cpython-38.pyc b/venv/lib/python3.8/site-packages/markupsafe/__pycache__/_native.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1b47be193469506457657bc23ca2f200073d74b7 GIT binary patch literal 2022 zcmZ`)&2HO95GE-~re!-xT{K89#li(_3$P^=E{axhg$B8_MdAXjbMZx7kt>NYMY6jq zxe9!99;1i&*7VjF=!5XuQ(nRSNx#{pA_s8@aCW&nGdnx;eZwak8%+n#@6W#&|Iu)q zzv$!oQ^UtMc-1jP?8I*BoVc+U*HUj%JE^&jaG(037W=9JtZm`fgMAr%Y5?J(TKaA=2~9d>BoS&WUXFl0&AWO&F{X_;grc9!Td z`}X+pqkYAPSQS4{MHUIwW=|9yk|>r8**u@JOo*82oW+Sk1as?1{Gy@6HJc=(v1U=8 zX`WBPpzQz>{nX9L`Zt~AW$^~1XbayDVA%N}H`3IVr*HiDlC zsVgsw1ktHNMZ6Gk+Z^4sXTzR#qZ9{sLyL-VVPbMhIj-!OMw+Z~87yvj^S4JDlS52Wn(Scj(}S-t+cLAy@3-pZ3R1#hy2H{L;mf( zmYdLhhcO-&4P)+NLVP(5R+7LoEm;!^Sxh57I z<(UA0fGJaeNulReS!@A->ftoCu+Iyf)aFUVrbABH=0 z28hMZ#v(J@Z(z7MzXE!%*Q+qFOExXzz=CDhda+AOy}n9Pk?9-McdY7B%d_RDM9SMF zsMuC~fLXa=^HO>G1WSs_rGuq0{!q Markup: + """Replace the characters ``&``, ``<``, ``>``, ``'``, and ``"`` in + the string with HTML-safe sequences. Use this if you need to display + text that might contain such characters in HTML. + + If the object has an ``__html__`` method, it is called and the + return value is assumed to already be safe for HTML. + + :param s: An object to be converted to a string and escaped. + :return: A :class:`Markup` string with the escaped text. + """ + if hasattr(s, "__html__"): + return Markup(s.__html__()) + + return Markup( + str(s) + .replace("&", "&") + .replace(">", ">") + .replace("<", "<") + .replace("'", "'") + .replace('"', """) + ) + + +def escape_silent(s: t.Optional[t.Any]) -> Markup: + """Like :func:`escape` but treats ``None`` as the empty string. + Useful with optional values, as otherwise you get the string + ``'None'`` when the value is ``None``. + + >>> escape(None) + Markup('None') + >>> escape_silent(None) + Markup('') + """ + if s is None: + return Markup() + + return escape(s) + + +def soft_str(s: t.Any) -> str: + """Convert an object to a string if it isn't already. This preserves + a :class:`Markup` string rather than converting it back to a basic + string, so it will still be marked as safe and won't be escaped + again. + + >>> value = escape("") + >>> value + Markup('<User 1>') + >>> escape(str(value)) + Markup('&lt;User 1&gt;') + >>> escape(soft_str(value)) + Markup('<User 1>') + """ + if not isinstance(s, str): + return str(s) + + return s diff --git a/venv/lib/python3.8/site-packages/markupsafe/_speedups.c b/venv/lib/python3.8/site-packages/markupsafe/_speedups.c new file mode 100644 index 000000000..3c463fb82 --- /dev/null +++ b/venv/lib/python3.8/site-packages/markupsafe/_speedups.c @@ -0,0 +1,320 @@ +#include + +static PyObject* markup; + +static int +init_constants(void) +{ + PyObject *module; + + /* import markup type so that we can mark the return value */ + module = PyImport_ImportModule("markupsafe"); + if (!module) + return 0; + markup = PyObject_GetAttrString(module, "Markup"); + Py_DECREF(module); + + return 1; +} + +#define GET_DELTA(inp, inp_end, delta) \ + while (inp < inp_end) { \ + switch (*inp++) { \ + case '"': \ + case '\'': \ + case '&': \ + delta += 4; \ + break; \ + case '<': \ + case '>': \ + delta += 3; \ + break; \ + } \ + } + +#define DO_ESCAPE(inp, inp_end, outp) \ + { \ + Py_ssize_t ncopy = 0; \ + while (inp < inp_end) { \ + switch (*inp) { \ + case '"': \ + memcpy(outp, inp-ncopy, sizeof(*outp)*ncopy); \ + outp += ncopy; ncopy = 0; \ + *outp++ = '&'; \ + *outp++ = '#'; \ + *outp++ = '3'; \ + *outp++ = '4'; \ + *outp++ = ';'; \ + break; \ + case '\'': \ + memcpy(outp, inp-ncopy, sizeof(*outp)*ncopy); \ + outp += ncopy; ncopy = 0; \ + *outp++ = '&'; \ + *outp++ = '#'; \ + *outp++ = '3'; \ + *outp++ = '9'; \ + *outp++ = ';'; \ + break; \ + case '&': \ + memcpy(outp, inp-ncopy, sizeof(*outp)*ncopy); \ + outp += ncopy; ncopy = 0; \ + *outp++ = '&'; \ + *outp++ = 'a'; \ + *outp++ = 'm'; \ + *outp++ = 'p'; \ + *outp++ = ';'; \ + break; \ + case '<': \ + memcpy(outp, inp-ncopy, sizeof(*outp)*ncopy); \ + outp += ncopy; ncopy = 0; \ + *outp++ = '&'; \ + *outp++ = 'l'; \ + *outp++ = 't'; \ + *outp++ = ';'; \ + break; \ + case '>': \ + memcpy(outp, inp-ncopy, sizeof(*outp)*ncopy); \ + outp += ncopy; ncopy = 0; \ + *outp++ = '&'; \ + *outp++ = 'g'; \ + *outp++ = 't'; \ + *outp++ = ';'; \ + break; \ + default: \ + ncopy++; \ + } \ + inp++; \ + } \ + memcpy(outp, inp-ncopy, sizeof(*outp)*ncopy); \ + } + +static PyObject* +escape_unicode_kind1(PyUnicodeObject *in) +{ + Py_UCS1 *inp = PyUnicode_1BYTE_DATA(in); + Py_UCS1 *inp_end = inp + PyUnicode_GET_LENGTH(in); + Py_UCS1 *outp; + PyObject *out; + Py_ssize_t delta = 0; + + GET_DELTA(inp, inp_end, delta); + if (!delta) { + Py_INCREF(in); + return (PyObject*)in; + } + + out = PyUnicode_New(PyUnicode_GET_LENGTH(in) + delta, + PyUnicode_IS_ASCII(in) ? 127 : 255); + if (!out) + return NULL; + + inp = PyUnicode_1BYTE_DATA(in); + outp = PyUnicode_1BYTE_DATA(out); + DO_ESCAPE(inp, inp_end, outp); + return out; +} + +static PyObject* +escape_unicode_kind2(PyUnicodeObject *in) +{ + Py_UCS2 *inp = PyUnicode_2BYTE_DATA(in); + Py_UCS2 *inp_end = inp + PyUnicode_GET_LENGTH(in); + Py_UCS2 *outp; + PyObject *out; + Py_ssize_t delta = 0; + + GET_DELTA(inp, inp_end, delta); + if (!delta) { + Py_INCREF(in); + return (PyObject*)in; + } + + out = PyUnicode_New(PyUnicode_GET_LENGTH(in) + delta, 65535); + if (!out) + return NULL; + + inp = PyUnicode_2BYTE_DATA(in); + outp = PyUnicode_2BYTE_DATA(out); + DO_ESCAPE(inp, inp_end, outp); + return out; +} + + +static PyObject* +escape_unicode_kind4(PyUnicodeObject *in) +{ + Py_UCS4 *inp = PyUnicode_4BYTE_DATA(in); + Py_UCS4 *inp_end = inp + PyUnicode_GET_LENGTH(in); + Py_UCS4 *outp; + PyObject *out; + Py_ssize_t delta = 0; + + GET_DELTA(inp, inp_end, delta); + if (!delta) { + Py_INCREF(in); + return (PyObject*)in; + } + + out = PyUnicode_New(PyUnicode_GET_LENGTH(in) + delta, 1114111); + if (!out) + return NULL; + + inp = PyUnicode_4BYTE_DATA(in); + outp = PyUnicode_4BYTE_DATA(out); + DO_ESCAPE(inp, inp_end, outp); + return out; +} + +static PyObject* +escape_unicode(PyUnicodeObject *in) +{ + if (PyUnicode_READY(in)) + return NULL; + + switch (PyUnicode_KIND(in)) { + case PyUnicode_1BYTE_KIND: + return escape_unicode_kind1(in); + case PyUnicode_2BYTE_KIND: + return escape_unicode_kind2(in); + case PyUnicode_4BYTE_KIND: + return escape_unicode_kind4(in); + } + assert(0); /* shouldn't happen */ + return NULL; +} + +static PyObject* +escape(PyObject *self, PyObject *text) +{ + static PyObject *id_html; + PyObject *s = NULL, *rv = NULL, *html; + + if (id_html == NULL) { + id_html = PyUnicode_InternFromString("__html__"); + if (id_html == NULL) { + return NULL; + } + } + + /* we don't have to escape integers, bools or floats */ + if (PyLong_CheckExact(text) || + PyFloat_CheckExact(text) || PyBool_Check(text) || + text == Py_None) + return PyObject_CallFunctionObjArgs(markup, text, NULL); + + /* if the object has an __html__ method that performs the escaping */ + html = PyObject_GetAttr(text ,id_html); + if (html) { + s = PyObject_CallObject(html, NULL); + Py_DECREF(html); + if (s == NULL) { + return NULL; + } + /* Convert to Markup object */ + rv = PyObject_CallFunctionObjArgs(markup, (PyObject*)s, NULL); + Py_DECREF(s); + return rv; + } + + /* otherwise make the object unicode if it isn't, then escape */ + PyErr_Clear(); + if (!PyUnicode_Check(text)) { + PyObject *unicode = PyObject_Str(text); + if (!unicode) + return NULL; + s = escape_unicode((PyUnicodeObject*)unicode); + Py_DECREF(unicode); + } + else + s = escape_unicode((PyUnicodeObject*)text); + + /* convert the unicode string into a markup object. */ + rv = PyObject_CallFunctionObjArgs(markup, (PyObject*)s, NULL); + Py_DECREF(s); + return rv; +} + + +static PyObject* +escape_silent(PyObject *self, PyObject *text) +{ + if (text != Py_None) + return escape(self, text); + return PyObject_CallFunctionObjArgs(markup, NULL); +} + + +static PyObject* +soft_str(PyObject *self, PyObject *s) +{ + if (!PyUnicode_Check(s)) + return PyObject_Str(s); + Py_INCREF(s); + return s; +} + + +static PyMethodDef module_methods[] = { + { + "escape", + (PyCFunction)escape, + METH_O, + "Replace the characters ``&``, ``<``, ``>``, ``'``, and ``\"`` in" + " the string with HTML-safe sequences. Use this if you need to display" + " text that might contain such characters in HTML.\n\n" + "If the object has an ``__html__`` method, it is called and the" + " return value is assumed to already be safe for HTML.\n\n" + ":param s: An object to be converted to a string and escaped.\n" + ":return: A :class:`Markup` string with the escaped text.\n" + }, + { + "escape_silent", + (PyCFunction)escape_silent, + METH_O, + "Like :func:`escape` but treats ``None`` as the empty string." + " Useful with optional values, as otherwise you get the string" + " ``'None'`` when the value is ``None``.\n\n" + ">>> escape(None)\n" + "Markup('None')\n" + ">>> escape_silent(None)\n" + "Markup('')\n" + }, + { + "soft_str", + (PyCFunction)soft_str, + METH_O, + "Convert an object to a string if it isn't already. This preserves" + " a :class:`Markup` string rather than converting it back to a basic" + " string, so it will still be marked as safe and won't be escaped" + " again.\n\n" + ">>> value = escape(\"\")\n" + ">>> value\n" + "Markup('<User 1>')\n" + ">>> escape(str(value))\n" + "Markup('&lt;User 1&gt;')\n" + ">>> escape(soft_str(value))\n" + "Markup('<User 1>')\n" + }, + {NULL, NULL, 0, NULL} /* Sentinel */ +}; + +static struct PyModuleDef module_definition = { + PyModuleDef_HEAD_INIT, + "markupsafe._speedups", + NULL, + -1, + module_methods, + NULL, + NULL, + NULL, + NULL +}; + +PyMODINIT_FUNC +PyInit__speedups(void) +{ + if (!init_constants()) + return NULL; + + return PyModule_Create(&module_definition); +} diff --git a/venv/lib/python3.8/site-packages/markupsafe/_speedups.cpython-38-x86_64-linux-gnu.so b/venv/lib/python3.8/site-packages/markupsafe/_speedups.cpython-38-x86_64-linux-gnu.so new file mode 100755 index 0000000000000000000000000000000000000000..1404eeb57ae594958df8956c1e6fc96baa56a3ce GIT binary patch literal 45024 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�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 Markup: ... +def escape_silent(s: Optional[Any]) -> Markup: ... +def soft_str(s: Any) -> str: ... +def soft_unicode(s: Any) -> str: ... diff --git a/venv/lib/python3.8/site-packages/markupsafe/py.typed b/venv/lib/python3.8/site-packages/markupsafe/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/INSTALLER b/venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/INSTALLER new file mode 100644 index 000000000..a1b589e38 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/LICENSE.txt b/venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/LICENSE.txt new file mode 100644 index 000000000..8e7b65eaf --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip-22.0.4.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.8/site-packages/pip-22.0.4.dist-info/METADATA b/venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/METADATA new file mode 100644 index 000000000..4e683996d --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/METADATA @@ -0,0 +1,92 @@ +Metadata-Version: 2.1 +Name: pip +Version: 22.0.4 +Summary: The PyPA recommended tool for installing Python packages. +Home-page: https://pip.pypa.io/ +Author: The pip developers +Author-email: distutils-sig@python.org +License: MIT +Project-URL: Documentation, https://pip.pypa.io +Project-URL: Source, https://github.com/pypa/pip +Project-URL: Changelog, https://pip.pypa.io/en/stable/news/ +Platform: UNKNOWN +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Topic :: Software Development :: Build Tools +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Requires-Python: >=3.7 +License-File: LICENSE.txt + +pip - The Python Package Installer +================================== + +.. image:: https://img.shields.io/pypi/v/pip.svg + :target: https://pypi.org/project/pip/ + +.. image:: https://readthedocs.org/projects/pip/badge/?version=latest + :target: https://pip.pypa.io/en/latest + +pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes. + +Please take a look at our documentation for how to install and use pip: + +* `Installation`_ +* `Usage`_ + +We release updates regularly, with a new version every 3 months. Find more details in our documentation: + +* `Release notes`_ +* `Release process`_ + +In pip 20.3, we've `made a big improvement to the heart of pip`_; `learn more`_. We want your input, so `sign up for our user experience research studies`_ to help us do it right. + +**Note**: pip 21.0, in January 2021, removed Python 2 support, per pip's `Python 2 support policy`_. Please migrate to Python 3. + +If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms: + +* `Issue tracking`_ +* `Discourse channel`_ +* `User IRC`_ + +If you want to get involved head over to GitHub to get the source code, look at our development documentation and feel free to jump on the developer mailing lists and chat rooms: + +* `GitHub page`_ +* `Development documentation`_ +* `Development mailing list`_ +* `Development IRC`_ + +Code of Conduct +--------------- + +Everyone interacting in the pip project's codebases, issue trackers, chat +rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_. + +.. _package installer: https://packaging.python.org/guides/tool-recommendations/ +.. _Python Package Index: https://pypi.org +.. _Installation: https://pip.pypa.io/en/stable/installation/ +.. _Usage: https://pip.pypa.io/en/stable/ +.. _Release notes: https://pip.pypa.io/en/stable/news.html +.. _Release process: https://pip.pypa.io/en/latest/development/release-process/ +.. _GitHub page: https://github.com/pypa/pip +.. _Development documentation: https://pip.pypa.io/en/latest/development +.. _made a big improvement to the heart of pip: https://pyfound.blogspot.com/2020/11/pip-20-3-new-resolver.html +.. _learn more: https://pip.pypa.io/en/latest/user_guide/#changes-to-the-pip-dependency-resolver-in-20-3-2020 +.. _sign up for our user experience research studies: https://pyfound.blogspot.com/2020/03/new-pip-resolver-to-roll-out-this-year.html +.. _Python 2 support policy: https://pip.pypa.io/en/latest/development/release-process/#python-2-support +.. _Issue tracking: https://github.com/pypa/pip/issues +.. _Discourse channel: https://discuss.python.org/c/packaging +.. _Development mailing list: https://mail.python.org/mailman3/lists/distutils-sig.python.org/ +.. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa +.. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev +.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md + + diff --git a/venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/RECORD b/venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/RECORD new file mode 100644 index 000000000..05df0a3ca --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/RECORD @@ -0,0 +1,1053 @@ +../../../bin/pip,sha256=w_MA2LoG6MlEwzXsyQpLhxe2SuetUFu1AtG7LtdBPZ8,257 +../../../bin/pip3,sha256=w_MA2LoG6MlEwzXsyQpLhxe2SuetUFu1AtG7LtdBPZ8,257 +../../../bin/pip3.8,sha256=w_MA2LoG6MlEwzXsyQpLhxe2SuetUFu1AtG7LtdBPZ8,257 +pip-22.0.4.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip-22.0.4.dist-info/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093 +pip-22.0.4.dist-info/METADATA,sha256=bGtDzdgW1AF93Nx32ySc78yQHtHkOrRD146Dvsz85CM,4166 +pip-22.0.4.dist-info/RECORD,, +pip-22.0.4.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip-22.0.4.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92 +pip-22.0.4.dist-info/entry_points.txt,sha256=5ExSa1s54zSPNA_1epJn5SX06786S8k5YHwskMvVYzw,125 +pip-22.0.4.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip/__init__.py,sha256=b_avKym1xgWv1_1CobpKDp59sdjm_9nwB7sencJQUEY,357 +pip/__main__.py,sha256=mXwWDftNLMKfwVqKFWGE_uuBZvGSIiUELhLkeysIuZc,1198 +pip/__pycache__/__init__.cpython-38.pyc,, +pip/__pycache__/__main__.cpython-38.pyc,, +pip/_internal/__init__.py,sha256=nnFCuxrPMgALrIDxSoy-H6Zj4W4UY60D-uL1aJyq0pc,573 +pip/_internal/__pycache__/__init__.cpython-38.pyc,, +pip/_internal/__pycache__/build_env.cpython-38.pyc,, +pip/_internal/__pycache__/cache.cpython-38.pyc,, +pip/_internal/__pycache__/configuration.cpython-38.pyc,, +pip/_internal/__pycache__/exceptions.cpython-38.pyc,, +pip/_internal/__pycache__/main.cpython-38.pyc,, +pip/_internal/__pycache__/pyproject.cpython-38.pyc,, +pip/_internal/__pycache__/self_outdated_check.cpython-38.pyc,, +pip/_internal/__pycache__/wheel_builder.cpython-38.pyc,, +pip/_internal/build_env.py,sha256=QAsnxJFvj74jS2cZUcxk7zXLvrtAYiRL0EkSPkpSJTo,9739 +pip/_internal/cache.py,sha256=71eaYwrls34HJ6gzbmmYiotiKhPNFTM_tqYJXD5nf3s,9441 +pip/_internal/cli/__init__.py,sha256=FkHBgpxxb-_gd6r1FjnNhfMOzAUYyXoXKJ6abijfcFU,132 +pip/_internal/cli/__pycache__/__init__.cpython-38.pyc,, +pip/_internal/cli/__pycache__/autocompletion.cpython-38.pyc,, +pip/_internal/cli/__pycache__/base_command.cpython-38.pyc,, +pip/_internal/cli/__pycache__/cmdoptions.cpython-38.pyc,, +pip/_internal/cli/__pycache__/command_context.cpython-38.pyc,, +pip/_internal/cli/__pycache__/main.cpython-38.pyc,, +pip/_internal/cli/__pycache__/main_parser.cpython-38.pyc,, +pip/_internal/cli/__pycache__/parser.cpython-38.pyc,, +pip/_internal/cli/__pycache__/progress_bars.cpython-38.pyc,, +pip/_internal/cli/__pycache__/req_command.cpython-38.pyc,, +pip/_internal/cli/__pycache__/spinners.cpython-38.pyc,, +pip/_internal/cli/__pycache__/status_codes.cpython-38.pyc,, +pip/_internal/cli/autocompletion.py,sha256=wY2JPZY2Eji1vhR7bVo-yCBPJ9LCy6P80iOAhZD1Vi8,6676 +pip/_internal/cli/base_command.py,sha256=zYHdQssEkCvWHYf3dtIApaVaxOwAh3maA61nVxaZF2M,8152 +pip/_internal/cli/cmdoptions.py,sha256=TTYO0nxK9YyLwrXk1NHrn7X3dbGoqdV02Yb8kdVoVhc,28526 +pip/_internal/cli/command_context.py,sha256=a1pBBvvGLDiZ1Kw64_4tT6HmRTwYDoYy8JFgG5Czn7s,760 +pip/_internal/cli/main.py,sha256=ioJ8IVlb2K1qLOxR-tXkee9lURhYV89CDM71MKag7YY,2472 +pip/_internal/cli/main_parser.py,sha256=Q9TnytfuC5Z2JSjBFWVGtEdYLFy7rukNIb04movHdAo,2614 +pip/_internal/cli/parser.py,sha256=CDXTuFr2UD8ozOlZYf1KDziQdo9-X_IaYOiUcyJQwrA,10788 +pip/_internal/cli/progress_bars.py,sha256=_52w11WoZrvDSR3oItLWvLrEZFUKAfLf4Y6I6WtOnIU,10339 +pip/_internal/cli/req_command.py,sha256=VwqonOy18QwZsRsVjHhp-6w15fG9x3Ltwoa8yJqQno8,18669 +pip/_internal/cli/spinners.py,sha256=TFhjxtOnLeNJ5YmRvQm4eKPgPbJNkZiqO8jOXuxRaYU,5076 +pip/_internal/cli/status_codes.py,sha256=sEFHUaUJbqv8iArL3HAtcztWZmGOFX01hTesSytDEh0,116 +pip/_internal/commands/__init__.py,sha256=Vc1HjsLEtyCh7506OozPHPKXe2Hk-z9cFkFF3BMj1lM,3736 +pip/_internal/commands/__pycache__/__init__.cpython-38.pyc,, +pip/_internal/commands/__pycache__/cache.cpython-38.pyc,, +pip/_internal/commands/__pycache__/check.cpython-38.pyc,, +pip/_internal/commands/__pycache__/completion.cpython-38.pyc,, +pip/_internal/commands/__pycache__/configuration.cpython-38.pyc,, +pip/_internal/commands/__pycache__/debug.cpython-38.pyc,, +pip/_internal/commands/__pycache__/download.cpython-38.pyc,, +pip/_internal/commands/__pycache__/freeze.cpython-38.pyc,, +pip/_internal/commands/__pycache__/hash.cpython-38.pyc,, +pip/_internal/commands/__pycache__/help.cpython-38.pyc,, +pip/_internal/commands/__pycache__/index.cpython-38.pyc,, +pip/_internal/commands/__pycache__/install.cpython-38.pyc,, +pip/_internal/commands/__pycache__/list.cpython-38.pyc,, +pip/_internal/commands/__pycache__/search.cpython-38.pyc,, +pip/_internal/commands/__pycache__/show.cpython-38.pyc,, +pip/_internal/commands/__pycache__/uninstall.cpython-38.pyc,, +pip/_internal/commands/__pycache__/wheel.cpython-38.pyc,, +pip/_internal/commands/cache.py,sha256=p9gvc6W_xgxE2zO0o8NXqO1gGJEinEK42qEC-a7Cnuk,7524 +pip/_internal/commands/check.py,sha256=0gjXR7j36xJT5cs2heYU_dfOfpnFfzX8OoPNNoKhqdM,1685 +pip/_internal/commands/completion.py,sha256=kTG_I1VR3N5kGC4Ma9pQTSoY9Q1URCrNyseHSQ-rCL4,2958 +pip/_internal/commands/configuration.py,sha256=arE8vLstjBg-Ar1krXF-bBmT1qBtnL7Fpk-NVh38a0U,8944 +pip/_internal/commands/debug.py,sha256=krET-y45CnQzXwKR1qA3M_tJE4LE2vnQtm3yfGyDSnE,6629 +pip/_internal/commands/download.py,sha256=gVIAEOcpWolhRj9hl89Qzn52G2b_pcZ8naXhxaXobdo,4942 +pip/_internal/commands/freeze.py,sha256=gCjoD6foBZPBAAYx5t8zZLkJhsF_ZRtnb3dPuD7beO8,2951 +pip/_internal/commands/hash.py,sha256=EVVOuvGtoPEdFi8SNnmdqlCQrhCxV-kJsdwtdcCnXGQ,1703 +pip/_internal/commands/help.py,sha256=gcc6QDkcgHMOuAn5UxaZwAStsRBrnGSn_yxjS57JIoM,1132 +pip/_internal/commands/index.py,sha256=8pYkICUJlccjm3E83b7UuZ5DtOfLh1N7ZHXAgkajjHo,4849 +pip/_internal/commands/install.py,sha256=YVygBF6vfrNi0jmdNBCM6bcoWb7vaALEGG1--8Mmf88,27893 +pip/_internal/commands/list.py,sha256=tTjZ7u0VIh3uhnX231Q9pwt6ObT_zrDfixRQvgpJAvM,12221 +pip/_internal/commands/search.py,sha256=sbBZiARRc050QquOKcCvOr2K3XLsoYebLKZGRi__iUI,5697 +pip/_internal/commands/show.py,sha256=2VicM3jF0YWgn4O1jG_QF5oxOT0ln57VDu1NE6hqWcM,5859 +pip/_internal/commands/uninstall.py,sha256=DNTYAGJNljMO_YYBxrpcwj0FEl7lo_P55_98O6g2TNk,3526 +pip/_internal/commands/wheel.py,sha256=7HAjLclZxIzBrX6JmhmGBVxH5xrjaBYCtSdpQi1pWCE,6206 +pip/_internal/configuration.py,sha256=qmCX3uuVM73PQeAuWQHic22bhops8s31B8k02nFAoiQ,13171 +pip/_internal/distributions/__init__.py,sha256=Hq6kt6gXBgjNit5hTTWLAzeCNOKoB-N0pGYSqehrli8,858 +pip/_internal/distributions/__pycache__/__init__.cpython-38.pyc,, +pip/_internal/distributions/__pycache__/base.cpython-38.pyc,, +pip/_internal/distributions/__pycache__/installed.cpython-38.pyc,, +pip/_internal/distributions/__pycache__/sdist.cpython-38.pyc,, +pip/_internal/distributions/__pycache__/wheel.cpython-38.pyc,, +pip/_internal/distributions/base.py,sha256=3FUYD8Gb4YuSu3pggC_FRctZBDbpm5ZK89tPksIUjoE,1172 +pip/_internal/distributions/installed.py,sha256=HzfNRu3smoOm54m8H2iK6LHzBx6_DEnka4OPEsizbXg,680 +pip/_internal/distributions/sdist.py,sha256=0nJvU1RhZtbwaeYtLbzSwYrbGRcY6IgNsWdEhAHROK8,5499 +pip/_internal/distributions/wheel.py,sha256=-NgzdIs-w_hcer_U81yzgpVTljJRg5m79xufqvbjv0s,1115 +pip/_internal/exceptions.py,sha256=U-dV1ixkSz6NAU6Aw9dosKi2EzZ5D3BA7ilYZuTLKeU,20912 +pip/_internal/index/__init__.py,sha256=vpt-JeTZefh8a-FC22ZeBSXFVbuBcXSGiILhQZJaNpQ,30 +pip/_internal/index/__pycache__/__init__.cpython-38.pyc,, +pip/_internal/index/__pycache__/collector.cpython-38.pyc,, +pip/_internal/index/__pycache__/package_finder.cpython-38.pyc,, +pip/_internal/index/__pycache__/sources.cpython-38.pyc,, +pip/_internal/index/collector.py,sha256=E4yZHzlzPtaXg2BxaugrNg1Jwtwgs4gC-Q_0bzYrBU4,19671 +pip/_internal/index/package_finder.py,sha256=9UVg-7582nYNEWa0cIIl8otzPm4mlfyrQVuozAcssLo,36783 +pip/_internal/index/sources.py,sha256=SVyPitv08-Qalh2_Bk5diAJ9GAA_d-a93koouQodAG0,6557 +pip/_internal/locations/__init__.py,sha256=ergvPwlfNTmQYFmaRYbj--ZwTN5izgTL9KE5d0FB7-8,17362 +pip/_internal/locations/__pycache__/__init__.cpython-38.pyc,, +pip/_internal/locations/__pycache__/_distutils.cpython-38.pyc,, +pip/_internal/locations/__pycache__/_sysconfig.cpython-38.pyc,, +pip/_internal/locations/__pycache__/base.cpython-38.pyc,, +pip/_internal/locations/_distutils.py,sha256=Sk7tw8ZP1DWMYJ8MibABsa8IME2Ejv1PKeGlYQCBTZc,5871 +pip/_internal/locations/_sysconfig.py,sha256=LQNKTJKyjVqxXaPntlBwdUqTG1xwYf6GVCKMbyRJx5M,7918 +pip/_internal/locations/base.py,sha256=x5D1ONktmPJd8nnUTh-ELsAJ7fiXA-k-0a_vhfi2_Us,1579 +pip/_internal/main.py,sha256=r-UnUe8HLo5XFJz8inTcOOTiu_sxNhgHb6VwlGUllOI,340 +pip/_internal/metadata/__init__.py,sha256=iGoDbe_iTXQTIAEVy9f7dm-VQfZANO8kkwFr1CpqxqI,2036 +pip/_internal/metadata/__pycache__/__init__.cpython-38.pyc,, +pip/_internal/metadata/__pycache__/base.cpython-38.pyc,, +pip/_internal/metadata/__pycache__/pkg_resources.cpython-38.pyc,, +pip/_internal/metadata/base.py,sha256=SCRPtShrtPy0lfFxuaFTgJJHsRXToGFToQUAZoBBbeA,19429 +pip/_internal/metadata/pkg_resources.py,sha256=wAnEtrcgH9YtV996MfoBjR2hGLHvi3uxk0vUOHbqBak,9456 +pip/_internal/models/__init__.py,sha256=3DHUd_qxpPozfzouoqa9g9ts1Czr5qaHfFxbnxriepM,63 +pip/_internal/models/__pycache__/__init__.cpython-38.pyc,, +pip/_internal/models/__pycache__/candidate.cpython-38.pyc,, +pip/_internal/models/__pycache__/direct_url.cpython-38.pyc,, +pip/_internal/models/__pycache__/format_control.cpython-38.pyc,, +pip/_internal/models/__pycache__/index.cpython-38.pyc,, +pip/_internal/models/__pycache__/link.cpython-38.pyc,, +pip/_internal/models/__pycache__/scheme.cpython-38.pyc,, +pip/_internal/models/__pycache__/search_scope.cpython-38.pyc,, +pip/_internal/models/__pycache__/selection_prefs.cpython-38.pyc,, +pip/_internal/models/__pycache__/target_python.cpython-38.pyc,, +pip/_internal/models/__pycache__/wheel.cpython-38.pyc,, +pip/_internal/models/candidate.py,sha256=6pcABsaR7CfIHlbJbr2_kMkVJFL_yrYjTx6SVWUnCPQ,990 +pip/_internal/models/direct_url.py,sha256=7XtGQSLLDQb5ZywI2EMnnLcddtf5CJLx44lMtTHPxFw,6350 +pip/_internal/models/format_control.py,sha256=DJpMYjxeYKKQdwNcML2_F0vtAh-qnKTYe-CpTxQe-4g,2520 +pip/_internal/models/index.py,sha256=tYnL8oxGi4aSNWur0mG8DAP7rC6yuha_MwJO8xw0crI,1030 +pip/_internal/models/link.py,sha256=hoT_qsOBAgLBm9GKqpBrNF_mrEXeGXQE-aH_RX2cGgg,9817 +pip/_internal/models/scheme.py,sha256=3EFQp_ICu_shH1-TBqhl0QAusKCPDFOlgHFeN4XowWs,738 +pip/_internal/models/search_scope.py,sha256=LwloG0PJAmtI1hFXIypsD95kWE9xfR5hf_a2v1Vw7sk,4520 +pip/_internal/models/selection_prefs.py,sha256=KZdi66gsR-_RUXUr9uejssk3rmTHrQVJWeNA2sV-VSY,1907 +pip/_internal/models/target_python.py,sha256=qKpZox7J8NAaPmDs5C_aniwfPDxzvpkrCKqfwndG87k,3858 +pip/_internal/models/wheel.py,sha256=hN9Ub-m-cAJCajCcQHyQNsqpcDCbPPDlEzBDwaBMc14,3500 +pip/_internal/network/__init__.py,sha256=jf6Tt5nV_7zkARBrKojIXItgejvoegVJVKUbhAa5Ioc,50 +pip/_internal/network/__pycache__/__init__.cpython-38.pyc,, +pip/_internal/network/__pycache__/auth.cpython-38.pyc,, +pip/_internal/network/__pycache__/cache.cpython-38.pyc,, +pip/_internal/network/__pycache__/download.cpython-38.pyc,, +pip/_internal/network/__pycache__/lazy_wheel.cpython-38.pyc,, +pip/_internal/network/__pycache__/session.cpython-38.pyc,, +pip/_internal/network/__pycache__/utils.cpython-38.pyc,, +pip/_internal/network/__pycache__/xmlrpc.cpython-38.pyc,, +pip/_internal/network/auth.py,sha256=a3C7Xaa8kTJjXkdi_wrUjqaySc8Z9Yz7U6QIbXfzMyc,12190 +pip/_internal/network/cache.py,sha256=FJ3uTUo3wgf2KHmeZ3ltN9x3tQoy_0X6qNsRtNXsuL0,2131 +pip/_internal/network/download.py,sha256=12Ef_L7MlhNUN_0-n_3DggozWJER8c9J0us16cbvkKA,6062 +pip/_internal/network/lazy_wheel.py,sha256=1b8ZJ1w4bSBzpGzGwJR_CL2yQ6AFIwWQkS1vbPPw2XU,7627 +pip/_internal/network/session.py,sha256=38IKGKC64MTVUIH5XOR1hr2pOCzp39RccykdmGAvqRU,16729 +pip/_internal/network/utils.py,sha256=igLlTu_-q0LmL8FdJKq-Uj7AT_owrQ-T9FfyarkhK5U,4059 +pip/_internal/network/xmlrpc.py,sha256=AzQgG4GgS152_cqmGr_Oz2MIXsCal-xfsis7fA7nmU0,1791 +pip/_internal/operations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/operations/__pycache__/__init__.cpython-38.pyc,, +pip/_internal/operations/__pycache__/check.cpython-38.pyc,, +pip/_internal/operations/__pycache__/freeze.cpython-38.pyc,, +pip/_internal/operations/__pycache__/prepare.cpython-38.pyc,, +pip/_internal/operations/build/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/operations/build/__pycache__/__init__.cpython-38.pyc,, +pip/_internal/operations/build/__pycache__/metadata.cpython-38.pyc,, +pip/_internal/operations/build/__pycache__/metadata_editable.cpython-38.pyc,, +pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-38.pyc,, +pip/_internal/operations/build/__pycache__/wheel.cpython-38.pyc,, +pip/_internal/operations/build/__pycache__/wheel_editable.cpython-38.pyc,, +pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-38.pyc,, +pip/_internal/operations/build/metadata.py,sha256=ES_uRmAvhrNm_nDTpZxshBfUsvnXtkj-g_4rZrH9Rww,1404 +pip/_internal/operations/build/metadata_editable.py,sha256=_Rai0VZjxoeJUkjkuICrq45LtjwFoDOveosMYH43rKc,1456 +pip/_internal/operations/build/metadata_legacy.py,sha256=o-eU21As175hDC7dluM1fJJ_FqokTIShyWpjKaIpHZw,2198 +pip/_internal/operations/build/wheel.py,sha256=AO9XnTGhTgHtZmU8Dkbfo1OGr41rBuSDjIgAa4zUKgE,1063 +pip/_internal/operations/build/wheel_editable.py,sha256=TVETY-L_M_dSEKBhTIcQOP75zKVXw8tuq1U354Mm30A,1405 +pip/_internal/operations/build/wheel_legacy.py,sha256=C9j6rukgQI1n_JeQLoZGuDdfUwzCXShyIdPTp6edbMQ,3064 +pip/_internal/operations/check.py,sha256=ca4O9CkPt9Em9sLCf3H0iVt1GIcW7M8C0U5XooaBuT4,5109 +pip/_internal/operations/freeze.py,sha256=ZiYw5GlUpLVx4VJHz4S1AP2JFNyvH0iq5kpcYj2ovyw,9770 +pip/_internal/operations/install/__init__.py,sha256=mX7hyD2GNBO2mFGokDQ30r_GXv7Y_PLdtxcUv144e-s,51 +pip/_internal/operations/install/__pycache__/__init__.cpython-38.pyc,, +pip/_internal/operations/install/__pycache__/editable_legacy.cpython-38.pyc,, +pip/_internal/operations/install/__pycache__/legacy.cpython-38.pyc,, +pip/_internal/operations/install/__pycache__/wheel.cpython-38.pyc,, +pip/_internal/operations/install/editable_legacy.py,sha256=ee4kfJHNuzTdKItbfAsNOSEwq_vD7DRPGkBdK48yBhU,1354 +pip/_internal/operations/install/legacy.py,sha256=x7BG8kBm0K3JO6AR4sBl0zh2LOrfUaz7EdNt-keHBv4,4091 +pip/_internal/operations/install/wheel.py,sha256=QuQyCZE-XjuJjDYRixo40oUt2ucFhNmSrCbcXY7A9aE,27412 +pip/_internal/operations/prepare.py,sha256=LJP97jsuiCAaTGVIRrcINvxc1ntVsB45MoRbyMIukg4,24145 +pip/_internal/pyproject.py,sha256=Wm2ljdT6spC-tSdf1LBRaMYSJaXr1xUxV3OwdHCW9jc,6722 +pip/_internal/req/__init__.py,sha256=A7mUvT1KAcCYP3H7gUOTx2GRMlgoDur3H68Q0OJqM5A,2793 +pip/_internal/req/__pycache__/__init__.cpython-38.pyc,, +pip/_internal/req/__pycache__/constructors.cpython-38.pyc,, +pip/_internal/req/__pycache__/req_file.cpython-38.pyc,, +pip/_internal/req/__pycache__/req_install.cpython-38.pyc,, +pip/_internal/req/__pycache__/req_set.cpython-38.pyc,, +pip/_internal/req/__pycache__/req_tracker.cpython-38.pyc,, +pip/_internal/req/__pycache__/req_uninstall.cpython-38.pyc,, +pip/_internal/req/constructors.py,sha256=fXmtNI_J77JFP_HRvYcQW-1nKw3AiUu6Q3b1Nm8aMm0,16094 +pip/_internal/req/req_file.py,sha256=5N8OTouPCof-305StC2YK9HBxQMw-xO46skRoBPbkZo,17421 +pip/_internal/req/req_install.py,sha256=jU1HQBT_DnXZean7jY8wPNMhb6_CzdKHcilHFY_o-Fc,32524 +pip/_internal/req/req_set.py,sha256=kHYiLvkKRx21WaLTwOI-54Ng0SSzZZ9SE7FD0PsfvYA,7584 +pip/_internal/req/req_tracker.py,sha256=jK7JDu-Wt73X-gqozrFtgJVlUlnQo0P4IQ4x4_gPlfM,4117 +pip/_internal/req/req_uninstall.py,sha256=K2BHYRRJAfkSpFqcPzc9XfX2EvbhaRtQIPRFmMtUdfo,23814 +pip/_internal/resolution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/__pycache__/__init__.cpython-38.pyc,, +pip/_internal/resolution/__pycache__/base.cpython-38.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-38.pyc,, +pip/_internal/resolution/legacy/__pycache__/resolver.cpython-38.pyc,, +pip/_internal/resolution/legacy/resolver.py,sha256=b7bf5qL1ROg73sl8dhTvLdD1w5XF8xybBAF6eF_kz7c,18288 +pip/_internal/resolution/resolvelib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-38.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/base.cpython-38.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-38.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-38.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-38.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-38.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-38.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-38.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-38.pyc,, +pip/_internal/resolution/resolvelib/base.py,sha256=u1O4fkvCO4mhmu5i32xrDv9AX5NgUci_eYVyBDQhTIM,5220 +pip/_internal/resolution/resolvelib/candidates.py,sha256=KR5jxZRSahByOABXbwrX-zNoawa7Gm9Iss-HrvrcvNw,18357 +pip/_internal/resolution/resolvelib/factory.py,sha256=0bbxnUSSjaeTmtIEgeeKtEqhEFfNhv3xpq7j9IaMq2c,28298 +pip/_internal/resolution/resolvelib/found_candidates.py,sha256=hvL3Hoa9VaYo-qEOZkBi2Iqw251UDxPz-uMHVaWmLpE,5705 +pip/_internal/resolution/resolvelib/provider.py,sha256=LzQQyzMVaZYAwLgKInbq-it6mbQL1gX0hGohz5Cr5wg,9915 +pip/_internal/resolution/resolvelib/reporter.py,sha256=3ZVVYrs5PqvLFJkGLcuXoMK5mTInFzl31xjUpDBpZZk,2526 +pip/_internal/resolution/resolvelib/requirements.py,sha256=B1ndvKPSuyyyTEXt9sKhbwminViSWnBrJa7qO2ln4Z0,5455 +pip/_internal/resolution/resolvelib/resolver.py,sha256=UsWuwuTu9aYHIfEBnEb7e1r3tXGgJbSA5LVgQqdVZ2w,11633 +pip/_internal/self_outdated_check.py,sha256=GKSatNlt2cz_CMGxu72FbUzuPaXpWOnIVKOOYIk0gvY,6849 +pip/_internal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/utils/__pycache__/__init__.cpython-38.pyc,, +pip/_internal/utils/__pycache__/_log.cpython-38.pyc,, +pip/_internal/utils/__pycache__/appdirs.cpython-38.pyc,, +pip/_internal/utils/__pycache__/compat.cpython-38.pyc,, +pip/_internal/utils/__pycache__/compatibility_tags.cpython-38.pyc,, +pip/_internal/utils/__pycache__/datetime.cpython-38.pyc,, +pip/_internal/utils/__pycache__/deprecation.cpython-38.pyc,, +pip/_internal/utils/__pycache__/direct_url_helpers.cpython-38.pyc,, +pip/_internal/utils/__pycache__/distutils_args.cpython-38.pyc,, +pip/_internal/utils/__pycache__/egg_link.cpython-38.pyc,, +pip/_internal/utils/__pycache__/encoding.cpython-38.pyc,, +pip/_internal/utils/__pycache__/entrypoints.cpython-38.pyc,, +pip/_internal/utils/__pycache__/filesystem.cpython-38.pyc,, +pip/_internal/utils/__pycache__/filetypes.cpython-38.pyc,, +pip/_internal/utils/__pycache__/glibc.cpython-38.pyc,, +pip/_internal/utils/__pycache__/hashes.cpython-38.pyc,, +pip/_internal/utils/__pycache__/inject_securetransport.cpython-38.pyc,, +pip/_internal/utils/__pycache__/logging.cpython-38.pyc,, +pip/_internal/utils/__pycache__/misc.cpython-38.pyc,, +pip/_internal/utils/__pycache__/models.cpython-38.pyc,, +pip/_internal/utils/__pycache__/packaging.cpython-38.pyc,, +pip/_internal/utils/__pycache__/setuptools_build.cpython-38.pyc,, +pip/_internal/utils/__pycache__/subprocess.cpython-38.pyc,, +pip/_internal/utils/__pycache__/temp_dir.cpython-38.pyc,, +pip/_internal/utils/__pycache__/unpacking.cpython-38.pyc,, +pip/_internal/utils/__pycache__/urls.cpython-38.pyc,, +pip/_internal/utils/__pycache__/virtualenv.cpython-38.pyc,, +pip/_internal/utils/__pycache__/wheel.cpython-38.pyc,, +pip/_internal/utils/_log.py,sha256=-jHLOE_THaZz5BFcCnoSL9EYAtJ0nXem49s9of4jvKw,1015 +pip/_internal/utils/appdirs.py,sha256=swgcTKOm3daLeXTW6v5BUS2Ti2RvEnGRQYH_yDXklAo,1665 +pip/_internal/utils/compat.py,sha256=ACyBfLgj3_XG-iA5omEDrXqDM0cQKzi8h8HRBInzG6Q,1884 +pip/_internal/utils/compatibility_tags.py,sha256=ydin8QG8BHqYRsPY4OL6cmb44CbqXl1T0xxS97VhHkk,5377 +pip/_internal/utils/datetime.py,sha256=m21Y3wAtQc-ji6Veb6k_M5g6A0ZyFI4egchTdnwh-pQ,242 +pip/_internal/utils/deprecation.py,sha256=NKo8VqLioJ4nnXXGmW4KdasxF90EFHkZaHeX1fT08C8,3627 +pip/_internal/utils/direct_url_helpers.py,sha256=6F1tc2rcKaCZmgfVwsE6ObIe_Pux23mUVYA-2D9wCFc,3206 +pip/_internal/utils/distutils_args.py,sha256=mcAscyp80vTt3xAGTipnpgc83V-_wCvydNELVXLq7JI,1249 +pip/_internal/utils/egg_link.py,sha256=5MVlpz5LirT4iLQq86OYzjXaYF0D4Qk1dprEI7ThST4,2203 +pip/_internal/utils/encoding.py,sha256=bdZ3YgUpaOEBI5MP4-DEXiQarCW3V0rxw1kRz-TaU1Q,1169 +pip/_internal/utils/entrypoints.py,sha256=aPvCnQVi9Hdk35Kloww_D5ibjUpqxgqcJP8O9VuMZek,1055 +pip/_internal/utils/filesystem.py,sha256=rrl-rY1w8TYyKYndUyZlE9ffkQyA4-jI9x_59zXkn5s,5893 +pip/_internal/utils/filetypes.py,sha256=i8XAQ0eFCog26Fw9yV0Yb1ygAqKYB1w9Cz9n0fj8gZU,716 +pip/_internal/utils/glibc.py,sha256=tDfwVYnJCOC0BNVpItpy8CGLP9BjkxFHdl0mTS0J7fc,3110 +pip/_internal/utils/hashes.py,sha256=anpZfFGIT6HcIj2td9NHtE8AWg6GeAIhwpP8GPvZE0E,4811 +pip/_internal/utils/inject_securetransport.py,sha256=o-QRVMGiENrTJxw3fAhA7uxpdEdw6M41TjHYtSVRrcg,795 +pip/_internal/utils/logging.py,sha256=Rvght-fDXL70VWib1cpgZ3iU-kXODV98bNeLUlbqVto,11522 +pip/_internal/utils/misc.py,sha256=yLQuNWaRGtSGQqK7GT-Kj2mO7oXnPcJZkr5-9Q7AGwE,18392 +pip/_internal/utils/models.py,sha256=5GoYU586SrxURMvDn_jBMJInitviJg4O5-iOU-6I0WY,1193 +pip/_internal/utils/packaging.py,sha256=5Wm6_x7lKrlqVjPI5MBN_RurcRHwVYoQ7Ksrs84de7s,2108 +pip/_internal/utils/setuptools_build.py,sha256=vNH9hQB9wT6d-h1hVQhBKw91jNeT42meHpVeii-urOI,5652 +pip/_internal/utils/subprocess.py,sha256=vIWGpet5ARBmZ2Qn4NEHNgzCOduqbPIuByZmhhmr6mM,9182 +pip/_internal/utils/temp_dir.py,sha256=zob3PYMVevONkheOMUp_4jDofrEY3HIu5DHK78cSspI,7662 +pip/_internal/utils/unpacking.py,sha256=HUFlMEyCa9dPwdLh6sWeh95DeKytV8rsOyKShEw9y6g,8906 +pip/_internal/utils/urls.py,sha256=AhaesUGl-9it6uvG6fsFPOr9ynFpGaTMk4t5XTX7Z_Q,1759 +pip/_internal/utils/virtualenv.py,sha256=4_48qMzCwB_F5jIK5BC_ua7uiAMVifmQWU9NdaGUoVA,3459 +pip/_internal/utils/wheel.py,sha256=lXOgZyTlOm5HmK8tw5iw0A3_5A6wRzsXHOaQkIvvloU,4549 +pip/_internal/vcs/__init__.py,sha256=UAqvzpbi0VbZo3Ub6skEeZAw-ooIZR-zX_WpCbxyCoU,596 +pip/_internal/vcs/__pycache__/__init__.cpython-38.pyc,, +pip/_internal/vcs/__pycache__/bazaar.cpython-38.pyc,, +pip/_internal/vcs/__pycache__/git.cpython-38.pyc,, +pip/_internal/vcs/__pycache__/mercurial.cpython-38.pyc,, +pip/_internal/vcs/__pycache__/subversion.cpython-38.pyc,, +pip/_internal/vcs/__pycache__/versioncontrol.cpython-38.pyc,, +pip/_internal/vcs/bazaar.py,sha256=IGb5ca1xSZfgegRD2_JeyoZPrQQHs7lEYEIgpVsKpoU,3047 +pip/_internal/vcs/git.py,sha256=mjhwudCx9WlLNkxZ6_kOKmueF0rLoU2i1xeASKF6yiQ,18116 +pip/_internal/vcs/mercurial.py,sha256=Bzbd518Jsx-EJI0IhIobiQqiRsUv5TWYnrmRIFWE0Gw,5238 +pip/_internal/vcs/subversion.py,sha256=TEMRdwECvMcXakZX0pTNUep79kmBYkWDkWFkrYmcmac,11718 +pip/_internal/vcs/versioncontrol.py,sha256=KUOc-hN51em9jrqxKwUR3JnkgSE-xSOqMiiJcSaL6B8,22811 +pip/_internal/wheel_builder.py,sha256=65rOA8FSYt3c3HyqEw17uujjlCgqmoKEIv6rv9xN2NM,12307 +pip/_vendor/__init__.py,sha256=xjcBX0EP50pkaMdCssrsBXoZgo2hTtYxlcH1CIyA3T4,4708 +pip/_vendor/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/__pycache__/distro.cpython-38.pyc,, +pip/_vendor/__pycache__/six.cpython-38.pyc,, +pip/_vendor/__pycache__/typing_extensions.cpython-38.pyc,, +pip/_vendor/cachecontrol/__init__.py,sha256=1j_YQfjmiix6YyouLrftC6NzksAm8e8xGSjMKMRPIkM,465 +pip/_vendor/cachecontrol/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-38.pyc,, +pip/_vendor/cachecontrol/__pycache__/adapter.cpython-38.pyc,, +pip/_vendor/cachecontrol/__pycache__/cache.cpython-38.pyc,, +pip/_vendor/cachecontrol/__pycache__/compat.cpython-38.pyc,, +pip/_vendor/cachecontrol/__pycache__/controller.cpython-38.pyc,, +pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-38.pyc,, +pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-38.pyc,, +pip/_vendor/cachecontrol/__pycache__/serialize.cpython-38.pyc,, +pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-38.pyc,, +pip/_vendor/cachecontrol/_cmd.py,sha256=lxUXqfNTVx84zf6tcWbkLZHA6WVBRtJRpfeA9ZqhaAY,1379 +pip/_vendor/cachecontrol/adapter.py,sha256=ew9OYEQHEOjvGl06ZsuX8W3DAvHWsQKHwWAxISyGug8,5033 +pip/_vendor/cachecontrol/cache.py,sha256=eMS9Bn9JWQkHiIYA5GPRBqKVU95uS-yXkxrzpoafRig,917 +pip/_vendor/cachecontrol/caches/__init__.py,sha256=gGFOtIH8QDRvkP4YAfGIh-u9YYcGZVxwLM1-6e1mPNI,170 +pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-38.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-38.pyc,, +pip/_vendor/cachecontrol/caches/file_cache.py,sha256=P2KHcNXiqxEW7fCq5KC-NYHGSk0nNR9NIKuN-vBTn-E,4251 +pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=tu_YBV7EV8vdBRGazUErkoRqYYjSBmNcB8dZ7BNomqk,940 +pip/_vendor/cachecontrol/compat.py,sha256=LNx7vqBndYdHU8YuJt53ab_8rzMGTXVrvMb7CZJkxG0,778 +pip/_vendor/cachecontrol/controller.py,sha256=9DSEiV58Gx7Ce69fLCrRcpN-_sHzXTY4ol9bEviatR0,15625 +pip/_vendor/cachecontrol/filewrapper.py,sha256=X4BAQOO26GNOR7nH_fhTzAfeuct2rBQcx_15MyFBpcs,3946 +pip/_vendor/cachecontrol/heuristics.py,sha256=8kAyuZLSCyEIgQr6vbUwfhpqg9ows4mM0IV6DWazevI,4154 +pip/_vendor/cachecontrol/serialize.py,sha256=dlySaeA5U7Q5eHvjiObgo1M8j8_huVjfWjid7Aq-r8c,6783 +pip/_vendor/cachecontrol/wrapper.py,sha256=X3-KMZ20Ho3VtqyVaXclpeQpFzokR5NE8tZSfvKVaB8,774 +pip/_vendor/certifi/__init__.py,sha256=xWdRgntT3j1V95zkRipGOg_A1UfEju2FcpujhysZLRI,62 +pip/_vendor/certifi/__main__.py,sha256=1k3Cr95vCxxGRGDljrW3wMdpZdL3Nhf0u1n-k2qdsCY,255 +pip/_vendor/certifi/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/certifi/__pycache__/__main__.cpython-38.pyc,, +pip/_vendor/certifi/__pycache__/core.cpython-38.pyc,, +pip/_vendor/certifi/cacert.pem,sha256=-og4Keu4zSpgL5shwfhd4kz0eUnVILzrGCi0zRy2kGw,265969 +pip/_vendor/certifi/core.py,sha256=gOFd0zHYlx4krrLEn982esOtmz3djiG0BFSDhgjlvcI,2840 +pip/_vendor/chardet/__init__.py,sha256=mWZaWmvZkhwfBEAT9O1Y6nRTfKzhT7FHhQTTAujbqUA,3271 +pip/_vendor/chardet/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/big5freq.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/big5prober.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/chardistribution.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/charsetprober.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/compat.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/cp949prober.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/enums.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/escprober.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/escsm.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/eucjpprober.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/euckrfreq.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/euckrprober.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/euctwfreq.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/euctwprober.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/gb2312freq.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/gb2312prober.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/hebrewprober.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/jisfreq.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/jpcntx.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/langthaimodel.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/latin1prober.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/mbcssm.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/sjisprober.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/universaldetector.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/utf8prober.cpython-38.pyc,, +pip/_vendor/chardet/__pycache__/version.cpython-38.pyc,, +pip/_vendor/chardet/big5freq.py,sha256=D_zK5GyzoVsRes0HkLJziltFQX0bKCLOrFe9_xDvO_8,31254 +pip/_vendor/chardet/big5prober.py,sha256=kBxHbdetBpPe7xrlb-e990iot64g_eGSLd32lB7_h3M,1757 +pip/_vendor/chardet/chardistribution.py,sha256=3woWS62KrGooKyqz4zQSnjFbJpa6V7g02daAibTwcl8,9411 +pip/_vendor/chardet/charsetgroupprober.py,sha256=GZLReHP6FRRn43hvSOoGCxYamErKzyp6RgOQxVeC3kg,3839 +pip/_vendor/chardet/charsetprober.py,sha256=KSmwJErjypyj0bRZmC5F5eM7c8YQgLYIjZXintZNstg,5110 +pip/_vendor/chardet/cli/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1 +pip/_vendor/chardet/cli/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-38.pyc,, +pip/_vendor/chardet/cli/chardetect.py,sha256=XK5zqjUG2a4-y6eLHZ8ThYcp6WWUrdlmELxNypcc2SE,2747 +pip/_vendor/chardet/codingstatemachine.py,sha256=VYp_6cyyki5sHgXDSZnXW4q1oelHc3cu9AyQTX7uug8,3590 +pip/_vendor/chardet/compat.py,sha256=40zr6wICZwknxyuLGGcIOPyve8DTebBCbbvttvnmp5Q,1200 +pip/_vendor/chardet/cp949prober.py,sha256=TZ434QX8zzBsnUvL_8wm4AQVTZ2ZkqEEQL_lNw9f9ow,1855 +pip/_vendor/chardet/enums.py,sha256=Aimwdb9as1dJKZaFNUH2OhWIVBVd6ZkJJ_WK5sNY8cU,1661 +pip/_vendor/chardet/escprober.py,sha256=kkyqVg1Yw3DIOAMJ2bdlyQgUFQhuHAW8dUGskToNWSc,3950 +pip/_vendor/chardet/escsm.py,sha256=RuXlgNvTIDarndvllNCk5WZBIpdCxQ0kcd9EAuxUh84,10510 +pip/_vendor/chardet/eucjpprober.py,sha256=iD8Jdp0ISRjgjiVN7f0e8xGeQJ5GM2oeZ1dA8nbSeUw,3749 +pip/_vendor/chardet/euckrfreq.py,sha256=-7GdmvgWez4-eO4SuXpa7tBiDi5vRXQ8WvdFAzVaSfo,13546 +pip/_vendor/chardet/euckrprober.py,sha256=MqFMTQXxW4HbzIpZ9lKDHB3GN8SP4yiHenTmf8g_PxY,1748 +pip/_vendor/chardet/euctwfreq.py,sha256=No1WyduFOgB5VITUA7PLyC5oJRNzRyMbBxaKI1l16MA,31621 +pip/_vendor/chardet/euctwprober.py,sha256=13p6EP4yRaxqnP4iHtxHOJ6R2zxHq1_m8hTRjzVZ95c,1747 +pip/_vendor/chardet/gb2312freq.py,sha256=JX8lsweKLmnCwmk8UHEQsLgkr_rP_kEbvivC4qPOrlc,20715 +pip/_vendor/chardet/gb2312prober.py,sha256=gGvIWi9WhDjE-xQXHvNIyrnLvEbMAYgyUSZ65HUfylw,1754 +pip/_vendor/chardet/hebrewprober.py,sha256=c3SZ-K7hvyzGY6JRAZxJgwJ_sUS9k0WYkvMY00YBYFo,13838 +pip/_vendor/chardet/jisfreq.py,sha256=vpmJv2Bu0J8gnMVRPHMFefTRvo_ha1mryLig8CBwgOg,25777 +pip/_vendor/chardet/jpcntx.py,sha256=PYlNqRUQT8LM3cT5FmHGP0iiscFlTWED92MALvBungo,19643 +pip/_vendor/chardet/langbulgarianmodel.py,sha256=rk9CJpuxO0bObboJcv6gNgWuosYZmd8qEEds5y7DS_Y,105697 +pip/_vendor/chardet/langgreekmodel.py,sha256=S-uNQ1ihC75yhBvSux24gLFZv3QyctMwC6OxLJdX-bw,99571 +pip/_vendor/chardet/langhebrewmodel.py,sha256=DzPP6TPGG_-PV7tqspu_d8duueqm7uN-5eQ0aHUw1Gg,98776 +pip/_vendor/chardet/langhungarianmodel.py,sha256=RtJH7DZdsmaHqyK46Kkmnk5wQHiJwJPPJSqqIlpeZRc,102498 +pip/_vendor/chardet/langrussianmodel.py,sha256=THqJOhSxiTQcHboDNSc5yofc2koXXQFHFyjtyuntUfM,131180 +pip/_vendor/chardet/langthaimodel.py,sha256=R1wXHnUMtejpw0JnH_JO8XdYasME6wjVqp1zP7TKLgg,103312 +pip/_vendor/chardet/langturkishmodel.py,sha256=rfwanTptTwSycE4-P-QasPmzd-XVYgevytzjlEzBBu8,95946 +pip/_vendor/chardet/latin1prober.py,sha256=S2IoORhFk39FEFOlSFWtgVybRiP6h7BlLldHVclNkU8,5370 +pip/_vendor/chardet/mbcharsetprober.py,sha256=AR95eFH9vuqSfvLQZN-L5ijea25NOBCoXqw8s5O9xLQ,3413 +pip/_vendor/chardet/mbcsgroupprober.py,sha256=h6TRnnYq2OxG1WdD5JOyxcdVpn7dG0q-vB8nWr5mbh4,2012 +pip/_vendor/chardet/mbcssm.py,sha256=SY32wVIF3HzcjY3BaEspy9metbNSKxIIB0RKPn7tjpI,25481 +pip/_vendor/chardet/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/chardet/metadata/__pycache__/languages.cpython-38.pyc,, +pip/_vendor/chardet/metadata/languages.py,sha256=41tLq3eLSrBEbEVVQpVGFq9K7o1ln9b1HpY1l0hCUQo,19474 +pip/_vendor/chardet/sbcharsetprober.py,sha256=nmyMyuxzG87DN6K3Rk2MUzJLMLR69MrWpdnHzOwVUwQ,6136 +pip/_vendor/chardet/sbcsgroupprober.py,sha256=hqefQuXmiFyDBArOjujH6hd6WFXlOD1kWCsxDhjx5Vc,4309 +pip/_vendor/chardet/sjisprober.py,sha256=IIt-lZj0WJqK4rmUZzKZP4GJlE8KUEtFYVuY96ek5MQ,3774 +pip/_vendor/chardet/universaldetector.py,sha256=DpZTXCX0nUHXxkQ9sr4GZxGB_hveZ6hWt3uM94cgWKs,12503 +pip/_vendor/chardet/utf8prober.py,sha256=IdD8v3zWOsB8OLiyPi-y_fqwipRFxV9Nc1eKBLSuIEw,2766 +pip/_vendor/chardet/version.py,sha256=A4CILFAd8MRVG1HoXPp45iK9RLlWyV73a1EtwE8Tvn8,242 +pip/_vendor/colorama/__init__.py,sha256=pCdErryzLSzDW5P-rRPBlPLqbBtIRNJB6cMgoeJns5k,239 +pip/_vendor/colorama/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/colorama/__pycache__/ansi.cpython-38.pyc,, +pip/_vendor/colorama/__pycache__/ansitowin32.cpython-38.pyc,, +pip/_vendor/colorama/__pycache__/initialise.cpython-38.pyc,, +pip/_vendor/colorama/__pycache__/win32.cpython-38.pyc,, +pip/_vendor/colorama/__pycache__/winterm.cpython-38.pyc,, +pip/_vendor/colorama/ansi.py,sha256=Top4EeEuaQdBWdteKMEcGOTeKeF19Q-Wo_6_Cj5kOzQ,2522 +pip/_vendor/colorama/ansitowin32.py,sha256=yV7CEmCb19MjnJKODZEEvMH_fnbJhwnpzo4sxZuGXmA,10517 +pip/_vendor/colorama/initialise.py,sha256=PprovDNxMTrvoNHFcL2NZjpH2XzDc8BLxLxiErfUl4k,1915 +pip/_vendor/colorama/win32.py,sha256=bJ8Il9jwaBN5BJ8bmN6FoYZ1QYuMKv2j8fGrXh7TJjw,5404 +pip/_vendor/colorama/winterm.py,sha256=2y_2b7Zsv34feAsP67mLOVc-Bgq51mdYGo571VprlrM,6438 +pip/_vendor/distlib/__init__.py,sha256=HTGLP7dnTRTQCbEZNGUxBq-0sobr0KQUMn3yd6uEObA,581 +pip/_vendor/distlib/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/distlib/__pycache__/compat.cpython-38.pyc,, +pip/_vendor/distlib/__pycache__/database.cpython-38.pyc,, +pip/_vendor/distlib/__pycache__/index.cpython-38.pyc,, +pip/_vendor/distlib/__pycache__/locators.cpython-38.pyc,, +pip/_vendor/distlib/__pycache__/manifest.cpython-38.pyc,, +pip/_vendor/distlib/__pycache__/markers.cpython-38.pyc,, +pip/_vendor/distlib/__pycache__/metadata.cpython-38.pyc,, +pip/_vendor/distlib/__pycache__/resources.cpython-38.pyc,, +pip/_vendor/distlib/__pycache__/scripts.cpython-38.pyc,, +pip/_vendor/distlib/__pycache__/util.cpython-38.pyc,, +pip/_vendor/distlib/__pycache__/version.cpython-38.pyc,, +pip/_vendor/distlib/__pycache__/wheel.cpython-38.pyc,, +pip/_vendor/distlib/_backport/__init__.py,sha256=bqS_dTOH6uW9iGgd0uzfpPjo6vZ4xpPZ7kyfZJ2vNaw,274 +pip/_vendor/distlib/_backport/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/distlib/_backport/__pycache__/misc.cpython-38.pyc,, +pip/_vendor/distlib/_backport/__pycache__/shutil.cpython-38.pyc,, +pip/_vendor/distlib/_backport/__pycache__/sysconfig.cpython-38.pyc,, +pip/_vendor/distlib/_backport/__pycache__/tarfile.cpython-38.pyc,, +pip/_vendor/distlib/_backport/misc.py,sha256=KWecINdbFNOxSOP1fGF680CJnaC6S4fBRgEtaYTw0ig,971 +pip/_vendor/distlib/_backport/shutil.py,sha256=IX_G2NPqwecJibkIDje04bqu0xpHkfSQ2GaGdEVqM5Y,25707 +pip/_vendor/distlib/_backport/sysconfig.cfg,sha256=swZKxq9RY5e9r3PXCrlvQPMsvOdiWZBTHLEbqS8LJLU,2617 +pip/_vendor/distlib/_backport/sysconfig.py,sha256=BQHFlb6pubCl_dvT1NjtzIthylofjKisox239stDg0U,26854 +pip/_vendor/distlib/_backport/tarfile.py,sha256=Ihp7rXRcjbIKw8COm9wSePV9ARGXbSF9gGXAMn2Q-KU,92628 +pip/_vendor/distlib/compat.py,sha256=fbsxc5PfJ2wBx1K4k6mQ2goAYs-GZW0tcOPIlE_vf0I,41495 +pip/_vendor/distlib/database.py,sha256=Kl0YvPQKc4OcpVi7k5cFziydM1xOK8iqdxLGXgbZHV4,51059 +pip/_vendor/distlib/index.py,sha256=UfcimNW19AB7IKWam4VaJbXuCBvArKfSxhV16EwavzE,20739 +pip/_vendor/distlib/locators.py,sha256=AKlB3oZvfOTg4E0CtfwOzujFL19X5V4XUA4eHdKOu44,51965 +pip/_vendor/distlib/manifest.py,sha256=nQEhYmgoreaBZzyFzwYsXxJARu3fo4EkunU163U16iE,14811 +pip/_vendor/distlib/markers.py,sha256=9c70ISEKwBjmUOHuIdOygVnRVESOKdNYp9a2TVn4qrI,4989 +pip/_vendor/distlib/metadata.py,sha256=vatoxFdmBr6ie-sTVXVNPOPG3uwMDWJTnEECnm7xDCw,39109 +pip/_vendor/distlib/resources.py,sha256=LwbPksc0A1JMbi6XnuPdMBUn83X7BPuFNWqPGEKI698,10820 +pip/_vendor/distlib/scripts.py,sha256=tjSwENINeV91ROZxec5zTSMRg2jEeKc4enyCHDzNvEE,17720 +pip/_vendor/distlib/t32.exe,sha256=NS3xBCVAld35JVFNmb-1QRyVtThukMrwZVeXn4LhaEQ,96768 +pip/_vendor/distlib/t64-arm.exe,sha256=8WGDh6aI8WJAjngRNQpyJpB21Sv20PCYYFSNW1fWd6w,180736 +pip/_vendor/distlib/t64.exe,sha256=oAqHes78rUWVM0OtVqIhUvequl_PKhAhXYQWnUf7zR0,105984 +pip/_vendor/distlib/util.py,sha256=0Uq_qa63FCLtdyNdWvMnmPbiSvVa-ykHM2E8HT7LSIU,67766 +pip/_vendor/distlib/version.py,sha256=WG__LyAa2GwmA6qSoEJtvJE8REA1LZpbSizy8WvhJLk,23513 +pip/_vendor/distlib/w32.exe,sha256=lJtnZdeUxTZWya_EW5DZos_K5rswRECGspIl8ZJCIXs,90112 +pip/_vendor/distlib/w64-arm.exe,sha256=Q_HdzVu9zxYdaBa3m0iJ5_ddLOEqtPe8x30WADoXza8,166400 +pip/_vendor/distlib/w64.exe,sha256=0aRzoN2BO9NWW4ENy4_4vHkHR4qZTFZNVSAJJYlODTI,99840 +pip/_vendor/distlib/wheel.py,sha256=pj5VVCjqZMcHvgizORWwAFPS7hOk61CZ59dxP8laQ4E,42943 +pip/_vendor/distro.py,sha256=O1EeHMq1-xAO373JI2_6pYEtd09yEkxtmrYkdY-9S-w,48414 +pip/_vendor/html5lib/__init__.py,sha256=BYzcKCqeEii52xDrqBFruhnmtmkiuHXFyFh-cglQ8mk,1160 +pip/_vendor/html5lib/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/html5lib/__pycache__/_ihatexml.cpython-38.pyc,, +pip/_vendor/html5lib/__pycache__/_inputstream.cpython-38.pyc,, +pip/_vendor/html5lib/__pycache__/_tokenizer.cpython-38.pyc,, +pip/_vendor/html5lib/__pycache__/_utils.cpython-38.pyc,, +pip/_vendor/html5lib/__pycache__/constants.cpython-38.pyc,, +pip/_vendor/html5lib/__pycache__/html5parser.cpython-38.pyc,, +pip/_vendor/html5lib/__pycache__/serializer.cpython-38.pyc,, +pip/_vendor/html5lib/_ihatexml.py,sha256=ifOwF7pXqmyThIXc3boWc96s4MDezqRrRVp7FwDYUFs,16728 +pip/_vendor/html5lib/_inputstream.py,sha256=jErNASMlkgs7MpOM9Ve_VdLDJyFFweAjLuhVutZz33U,32353 +pip/_vendor/html5lib/_tokenizer.py,sha256=04mgA2sNTniutl2fxFv-ei5bns4iRaPxVXXHh_HrV_4,77040 +pip/_vendor/html5lib/_trie/__init__.py,sha256=nqfgO910329BEVJ5T4psVwQtjd2iJyEXQ2-X8c1YxwU,109 +pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-38.pyc,, +pip/_vendor/html5lib/_trie/__pycache__/py.cpython-38.pyc,, +pip/_vendor/html5lib/_trie/_base.py,sha256=CaybYyMro8uERQYjby2tTeSUatnWDfWroUN9N7ety5w,1013 +pip/_vendor/html5lib/_trie/py.py,sha256=wXmQLrZRf4MyWNyg0m3h81m9InhLR7GJ002mIIZh-8o,1775 +pip/_vendor/html5lib/_utils.py,sha256=Dx9AKntksRjFT1veBj7I362pf5OgIaT0zglwq43RnfU,4931 +pip/_vendor/html5lib/constants.py,sha256=Ll-yzLU_jcjyAI_h57zkqZ7aQWE5t5xA4y_jQgoUUhw,83464 +pip/_vendor/html5lib/filters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-38.pyc,, +pip/_vendor/html5lib/filters/__pycache__/base.cpython-38.pyc,, +pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-38.pyc,, +pip/_vendor/html5lib/filters/__pycache__/lint.cpython-38.pyc,, +pip/_vendor/html5lib/filters/__pycache__/optionaltags.cpython-38.pyc,, +pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-38.pyc,, +pip/_vendor/html5lib/filters/__pycache__/whitespace.cpython-38.pyc,, +pip/_vendor/html5lib/filters/alphabeticalattributes.py,sha256=lViZc2JMCclXi_5gduvmdzrRxtO5Xo9ONnbHBVCsykU,919 +pip/_vendor/html5lib/filters/base.py,sha256=z-IU9ZAYjpsVsqmVt7kuWC63jR11hDMr6CVrvuao8W0,286 +pip/_vendor/html5lib/filters/inject_meta_charset.py,sha256=egDXUEHXmAG9504xz0K6ALDgYkvUrC2q15YUVeNlVQg,2945 +pip/_vendor/html5lib/filters/lint.py,sha256=jk6q56xY0ojiYfvpdP-OZSm9eTqcAdRqhCoPItemPYA,3643 +pip/_vendor/html5lib/filters/optionaltags.py,sha256=8lWT75J0aBOHmPgfmqTHSfPpPMp01T84NKu0CRedxcE,10588 +pip/_vendor/html5lib/filters/sanitizer.py,sha256=m6oGmkBhkGAnn2nV6D4hE78SCZ6WEnK9rKdZB3uXBIc,26897 +pip/_vendor/html5lib/filters/whitespace.py,sha256=8eWqZxd4UC4zlFGW6iyY6f-2uuT8pOCSALc3IZt7_t4,1214 +pip/_vendor/html5lib/html5parser.py,sha256=anr-aXre_ImfrkQ35c_rftKXxC80vJCREKe06Tq15HA,117186 +pip/_vendor/html5lib/serializer.py,sha256=_PpvcZF07cwE7xr9uKkZqh5f4UEaI8ltCU2xPJzaTpk,15759 +pip/_vendor/html5lib/treeadapters/__init__.py,sha256=A0rY5gXIe4bJOiSGRO_j_tFhngRBO8QZPzPtPw5dFzo,679 +pip/_vendor/html5lib/treeadapters/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/html5lib/treeadapters/__pycache__/genshi.cpython-38.pyc,, +pip/_vendor/html5lib/treeadapters/__pycache__/sax.cpython-38.pyc,, +pip/_vendor/html5lib/treeadapters/genshi.py,sha256=CH27pAsDKmu4ZGkAUrwty7u0KauGLCZRLPMzaO3M5vo,1715 +pip/_vendor/html5lib/treeadapters/sax.py,sha256=BKS8woQTnKiqeffHsxChUqL4q2ZR_wb5fc9MJ3zQC8s,1776 +pip/_vendor/html5lib/treebuilders/__init__.py,sha256=AysSJyvPfikCMMsTVvaxwkgDieELD5dfR8FJIAuq7hY,3592 +pip/_vendor/html5lib/treebuilders/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/html5lib/treebuilders/__pycache__/base.cpython-38.pyc,, +pip/_vendor/html5lib/treebuilders/__pycache__/dom.cpython-38.pyc,, +pip/_vendor/html5lib/treebuilders/__pycache__/etree.cpython-38.pyc,, +pip/_vendor/html5lib/treebuilders/__pycache__/etree_lxml.cpython-38.pyc,, +pip/_vendor/html5lib/treebuilders/base.py,sha256=z-o51vt9r_l2IDG5IioTOKGzZne4Fy3_Fc-7ztrOh4I,14565 +pip/_vendor/html5lib/treebuilders/dom.py,sha256=22whb0C71zXIsai5mamg6qzBEiigcBIvaDy4Asw3at0,8925 +pip/_vendor/html5lib/treebuilders/etree.py,sha256=w5ZFpKk6bAxnrwD2_BrF5EVC7vzz0L3LMi9Sxrbc_8w,12836 +pip/_vendor/html5lib/treebuilders/etree_lxml.py,sha256=9gqDjs-IxsPhBYa5cpvv2FZ1KZlG83Giusy2lFmvIkE,14766 +pip/_vendor/html5lib/treewalkers/__init__.py,sha256=OBPtc1TU5mGyy18QDMxKEyYEz0wxFUUNj5v0-XgmYhY,5719 +pip/_vendor/html5lib/treewalkers/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/html5lib/treewalkers/__pycache__/base.cpython-38.pyc,, +pip/_vendor/html5lib/treewalkers/__pycache__/dom.cpython-38.pyc,, +pip/_vendor/html5lib/treewalkers/__pycache__/etree.cpython-38.pyc,, +pip/_vendor/html5lib/treewalkers/__pycache__/etree_lxml.cpython-38.pyc,, +pip/_vendor/html5lib/treewalkers/__pycache__/genshi.cpython-38.pyc,, +pip/_vendor/html5lib/treewalkers/base.py,sha256=ouiOsuSzvI0KgzdWP8PlxIaSNs9falhbiinAEc_UIJY,7476 +pip/_vendor/html5lib/treewalkers/dom.py,sha256=EHyFR8D8lYNnyDU9lx_IKigVJRyecUGua0mOi7HBukc,1413 +pip/_vendor/html5lib/treewalkers/etree.py,sha256=xo1L5m9VtkfpFJK0pFmkLVajhqYYVisVZn3k9kYpPkI,4551 +pip/_vendor/html5lib/treewalkers/etree_lxml.py,sha256=_b0LAVWLcVu9WaU_-w3D8f0IRSpCbjf667V-3NRdhTw,6357 +pip/_vendor/html5lib/treewalkers/genshi.py,sha256=4D2PECZ5n3ZN3qu3jMl9yY7B81jnQApBQSVlfaIuYbA,2309 +pip/_vendor/idna/__init__.py,sha256=KJQN1eQBr8iIK5SKrJ47lXvxG0BJ7Lm38W4zT0v_8lk,849 +pip/_vendor/idna/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/idna/__pycache__/codec.cpython-38.pyc,, +pip/_vendor/idna/__pycache__/compat.cpython-38.pyc,, +pip/_vendor/idna/__pycache__/core.cpython-38.pyc,, +pip/_vendor/idna/__pycache__/idnadata.cpython-38.pyc,, +pip/_vendor/idna/__pycache__/intranges.cpython-38.pyc,, +pip/_vendor/idna/__pycache__/package_data.cpython-38.pyc,, +pip/_vendor/idna/__pycache__/uts46data.cpython-38.pyc,, +pip/_vendor/idna/codec.py,sha256=6ly5odKfqrytKT9_7UrlGklHnf1DSK2r9C6cSM4sa28,3374 +pip/_vendor/idna/compat.py,sha256=0_sOEUMT4CVw9doD3vyRhX80X19PwqFoUBs7gWsFME4,321 +pip/_vendor/idna/core.py,sha256=RFIkY-HhFZaDoBEFjGwyGd_vWI04uOAQjnzueMWqwOU,12795 +pip/_vendor/idna/idnadata.py,sha256=fzMzkCea2xieVxcrjngJ-2pLsKQNejPCZFlBajIuQdw,44025 +pip/_vendor/idna/intranges.py,sha256=YBr4fRYuWH7kTKS2tXlFjM24ZF1Pdvcir-aywniInqg,1881 +pip/_vendor/idna/package_data.py,sha256=szxQhV0ZD0nKJ84Kuobw3l8q4_KeCyXjFRdpwIpKZmw,21 +pip/_vendor/idna/uts46data.py,sha256=o-D7V-a0fOLZNd7tvxof6MYfUd0TBZzE2bLR5XO67xU,204400 +pip/_vendor/msgpack/__init__.py,sha256=2gJwcsTIaAtCM0GMi2rU-_Y6kILeeQuqRkrQ22jSANc,1118 +pip/_vendor/msgpack/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/msgpack/__pycache__/_version.cpython-38.pyc,, +pip/_vendor/msgpack/__pycache__/exceptions.cpython-38.pyc,, +pip/_vendor/msgpack/__pycache__/ext.cpython-38.pyc,, +pip/_vendor/msgpack/__pycache__/fallback.cpython-38.pyc,, +pip/_vendor/msgpack/_version.py,sha256=JpTcnRd3YUioA24NDtDZbLW0Nhl2yA-N1Rq2lLDBB-g,20 +pip/_vendor/msgpack/exceptions.py,sha256=dCTWei8dpkrMsQDcjQk74ATl9HsIBH0ybt8zOPNqMYc,1081 +pip/_vendor/msgpack/ext.py,sha256=4l356Y4sVEcvCla2dh_cL57vh4GMhZfa3kuWHFHYz6A,6088 +pip/_vendor/msgpack/fallback.py,sha256=L5jriXysURbf6rPbbHbvXgvoFrKZiryIBmujMTcrf3A,34475 +pip/_vendor/packaging/__about__.py,sha256=ugASIO2w1oUyH8_COqQ2X_s0rDhjbhQC3yJocD03h2c,661 +pip/_vendor/packaging/__init__.py,sha256=b9Kk5MF7KxhhLgcDmiUWukN-LatWFxPdNug0joPhHSk,497 +pip/_vendor/packaging/__pycache__/__about__.cpython-38.pyc,, +pip/_vendor/packaging/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/packaging/__pycache__/_manylinux.cpython-38.pyc,, +pip/_vendor/packaging/__pycache__/_musllinux.cpython-38.pyc,, +pip/_vendor/packaging/__pycache__/_structures.cpython-38.pyc,, +pip/_vendor/packaging/__pycache__/markers.cpython-38.pyc,, +pip/_vendor/packaging/__pycache__/requirements.cpython-38.pyc,, +pip/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc,, +pip/_vendor/packaging/__pycache__/tags.cpython-38.pyc,, +pip/_vendor/packaging/__pycache__/utils.cpython-38.pyc,, +pip/_vendor/packaging/__pycache__/version.cpython-38.pyc,, +pip/_vendor/packaging/_manylinux.py,sha256=XcbiXB-qcjv3bcohp6N98TMpOP4_j3m-iOA8ptK2GWY,11488 +pip/_vendor/packaging/_musllinux.py,sha256=_KGgY_qc7vhMGpoqss25n2hiLCNKRtvz9mCrS7gkqyc,4378 +pip/_vendor/packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431 +pip/_vendor/packaging/markers.py,sha256=AJBOcY8Oq0kYc570KuuPTkvuqjAlhufaE2c9sCUbm64,8487 +pip/_vendor/packaging/requirements.py,sha256=NtDlPBtojpn1IUC85iMjPNsUmufjpSlwnNA-Xb4m5NA,4676 +pip/_vendor/packaging/specifiers.py,sha256=LRQ0kFsHrl5qfcFNEEJrIFYsnIHQUJXY9fIsakTrrqE,30110 +pip/_vendor/packaging/tags.py,sha256=lmsnGNiJ8C4D_Pf9PbM0qgbZvD9kmB9lpZBQUZa3R_Y,15699 +pip/_vendor/packaging/utils.py,sha256=dJjeat3BS-TYn1RrUFVwufUMasbtzLfYRoy_HXENeFQ,4200 +pip/_vendor/packaging/version.py,sha256=_fLRNrFrxYcHVfyo8vk9j8s6JM8N_xsSxVFr6RJyco8,14665 +pip/_vendor/pep517/__init__.py,sha256=Y1bATL2qbFNN6M_DQa4yyrwqjpIiL-j9T6kBmR0DS14,130 +pip/_vendor/pep517/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/pep517/__pycache__/build.cpython-38.pyc,, +pip/_vendor/pep517/__pycache__/check.cpython-38.pyc,, +pip/_vendor/pep517/__pycache__/colorlog.cpython-38.pyc,, +pip/_vendor/pep517/__pycache__/compat.cpython-38.pyc,, +pip/_vendor/pep517/__pycache__/dirtools.cpython-38.pyc,, +pip/_vendor/pep517/__pycache__/envbuild.cpython-38.pyc,, +pip/_vendor/pep517/__pycache__/meta.cpython-38.pyc,, +pip/_vendor/pep517/__pycache__/wrappers.cpython-38.pyc,, +pip/_vendor/pep517/build.py,sha256=2bar6EdjwIz2Dlfy94qdxn3oA9mVnnny40mfoT5f-qI,3457 +pip/_vendor/pep517/check.py,sha256=bCORq1WrHjhpTONa-zpAqG0EB9rHNuhO1ORu6DsDuL8,6084 +pip/_vendor/pep517/colorlog.py,sha256=Tk9AuYm_cLF3BKTBoSTJt9bRryn0aFojIQOwbfVUTxQ,4098 +pip/_vendor/pep517/compat.py,sha256=NmLImE5oiDT3gbEhJ4w7xeoMFcpAPrGu_NltBytSJUY,1253 +pip/_vendor/pep517/dirtools.py,sha256=2mkAkAL0mRz_elYFjRKuekTJVipH1zTn4tbf1EDev84,1129 +pip/_vendor/pep517/envbuild.py,sha256=zFde--rmzjXMLXcm7SA_3hDtgk5VCTA8hjpk88RbF6E,6100 +pip/_vendor/pep517/in_process/__init__.py,sha256=MyWoAi8JHdcBv7yXuWpUSVADbx6LSB9rZh7kTIgdA8Y,563 +pip/_vendor/pep517/in_process/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/pep517/in_process/__pycache__/_in_process.cpython-38.pyc,, +pip/_vendor/pep517/in_process/_in_process.py,sha256=D3waguyNSGcwosociD5USfcycYr2RCzCjYtxX5UHQmQ,11201 +pip/_vendor/pep517/meta.py,sha256=8mnM5lDnT4zXQpBTliJbRGfesH7iioHwozbDxALPS9Y,2463 +pip/_vendor/pep517/wrappers.py,sha256=impq7Cz_LL1iDF1iiOzYWB4MaEu6O6Gps7TJ5qsJz1Q,13429 +pip/_vendor/pkg_resources/__init__.py,sha256=NnpQ3g6BCHzpMgOR_OLBmYtniY4oOzdKpwqghfq_6ug,108287 +pip/_vendor/pkg_resources/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-38.pyc,, +pip/_vendor/pkg_resources/py31compat.py,sha256=CRk8fkiPRDLsbi5pZcKsHI__Pbmh_94L8mr9Qy9Ab2U,562 +pip/_vendor/platformdirs/__init__.py,sha256=Aizpxewwd4nY63Gqw-Od1Rso9Ah4bSoc6rkx-GBRu2Y,12676 +pip/_vendor/platformdirs/__main__.py,sha256=ZmsnTxEOxtTvwa-Y_Vfab_JN3X4XCVeN8X0yyy9-qnc,1176 +pip/_vendor/platformdirs/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/platformdirs/__pycache__/__main__.cpython-38.pyc,, +pip/_vendor/platformdirs/__pycache__/android.cpython-38.pyc,, +pip/_vendor/platformdirs/__pycache__/api.cpython-38.pyc,, +pip/_vendor/platformdirs/__pycache__/macos.cpython-38.pyc,, +pip/_vendor/platformdirs/__pycache__/unix.cpython-38.pyc,, +pip/_vendor/platformdirs/__pycache__/version.cpython-38.pyc,, +pip/_vendor/platformdirs/__pycache__/windows.cpython-38.pyc,, +pip/_vendor/platformdirs/android.py,sha256=xhlD4NmrKCARe5lgnpBGYo4lOYxEOBOByNDNYy91gEE,4012 +pip/_vendor/platformdirs/api.py,sha256=MXKHXOL3eh_-trSok-JUTjAR_zjmmKF3rjREVABjP8s,4910 +pip/_vendor/platformdirs/macos.py,sha256=-3UXQewbT0yMhMdkzRXfXGAntmLIH7Qt4a9Hlf8I5_Y,2655 +pip/_vendor/platformdirs/unix.py,sha256=b4aVYTz0qZ50HntwOXo8r6tp82jAa3qTjxw-WlnC2yc,6910 +pip/_vendor/platformdirs/version.py,sha256=bXzLJCe23FNQRQrf7ZRWKejxWnct_wft7dxdkMGT33E,80 +pip/_vendor/platformdirs/windows.py,sha256=ISruopR5UGBePC0BxCxXevkZYfjJsIZc49YWU5iYfQ4,6439 +pip/_vendor/progress/__init__.py,sha256=1HejNZtv2ouUNQeStUDAtZrtwkz_3FmYKQ476hJ7zOs,5294 +pip/_vendor/progress/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/progress/__pycache__/bar.cpython-38.pyc,, +pip/_vendor/progress/__pycache__/colors.cpython-38.pyc,, +pip/_vendor/progress/__pycache__/counter.cpython-38.pyc,, +pip/_vendor/progress/__pycache__/spinner.cpython-38.pyc,, +pip/_vendor/progress/bar.py,sha256=GbedY0oZ-Q1duXjmvVLO0tSf-uTSH7hJ3zzyI91Esws,2942 +pip/_vendor/progress/colors.py,sha256=cCYXQnYFYVmQKKmYEbQ_lj6SPSFzdw4FN98F2x2kR-U,2655 +pip/_vendor/progress/counter.py,sha256=zYt9DWH0_05s8Q9TrJwHVud-WwsyyaR3PwYtk5hxwwQ,1613 +pip/_vendor/progress/spinner.py,sha256=u5ElzW94XEiLGH-aAlr54VJtKfeK745xr6UfGvvflzU,1461 +pip/_vendor/pygments/__init__.py,sha256=CAmA9UthykwxvtutUcH0IxqtiyQcSg6CmYdM-jKlcRY,3002 +pip/_vendor/pygments/__main__.py,sha256=X7rGLMUC54EXgO14FZ9goKXZDmhPzKXTsUglmb_McIU,353 +pip/_vendor/pygments/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/pygments/__pycache__/__main__.cpython-38.pyc,, +pip/_vendor/pygments/__pycache__/cmdline.cpython-38.pyc,, +pip/_vendor/pygments/__pycache__/console.cpython-38.pyc,, +pip/_vendor/pygments/__pycache__/filter.cpython-38.pyc,, +pip/_vendor/pygments/__pycache__/formatter.cpython-38.pyc,, +pip/_vendor/pygments/__pycache__/lexer.cpython-38.pyc,, +pip/_vendor/pygments/__pycache__/modeline.cpython-38.pyc,, +pip/_vendor/pygments/__pycache__/plugin.cpython-38.pyc,, +pip/_vendor/pygments/__pycache__/regexopt.cpython-38.pyc,, +pip/_vendor/pygments/__pycache__/scanner.cpython-38.pyc,, +pip/_vendor/pygments/__pycache__/sphinxext.cpython-38.pyc,, +pip/_vendor/pygments/__pycache__/style.cpython-38.pyc,, +pip/_vendor/pygments/__pycache__/token.cpython-38.pyc,, +pip/_vendor/pygments/__pycache__/unistring.cpython-38.pyc,, +pip/_vendor/pygments/__pycache__/util.cpython-38.pyc,, +pip/_vendor/pygments/cmdline.py,sha256=XpsyWgErcSqHC7rXiYKLF3Y61Uy8SR2DNQDDhZGuezg,23408 +pip/_vendor/pygments/console.py,sha256=QZXBUAkyl4dPLQ1e6XHjQu3mmXBWvuGQwsQT2q1mtCY,1697 +pip/_vendor/pygments/filter.py,sha256=35iMZiB1rcuogxokm92kViB2DPXPp_wWoxWuMmwvvzY,1938 +pip/_vendor/pygments/filters/__init__.py,sha256=-veOimzCyYGEARru2Dfo6ofSYcZ8tGsIVuMprtaZQ24,40292 +pip/_vendor/pygments/filters/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/pygments/formatter.py,sha256=zSBbX2U_OOriy7SJvSTK6OAxjuXtROWxQlNpJEJZjBA,2917 +pip/_vendor/pygments/formatters/__init__.py,sha256=fjkYDy5-F998XczKi0ymHFayr5ObIRLHF8cgp9k8kpA,5119 +pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-38.pyc,, +pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-38.pyc,, +pip/_vendor/pygments/formatters/__pycache__/groff.cpython-38.pyc,, +pip/_vendor/pygments/formatters/__pycache__/html.cpython-38.pyc,, +pip/_vendor/pygments/formatters/__pycache__/img.cpython-38.pyc,, +pip/_vendor/pygments/formatters/__pycache__/irc.cpython-38.pyc,, +pip/_vendor/pygments/formatters/__pycache__/latex.cpython-38.pyc,, +pip/_vendor/pygments/formatters/__pycache__/other.cpython-38.pyc,, +pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-38.pyc,, +pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-38.pyc,, +pip/_vendor/pygments/formatters/__pycache__/svg.cpython-38.pyc,, +pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-38.pyc,, +pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-38.pyc,, +pip/_vendor/pygments/formatters/_mapping.py,sha256=3A1rYSjYN9MLduCFWy2_mYhllPVpwlw55anRYnPXX8w,6516 +pip/_vendor/pygments/formatters/bbcode.py,sha256=cSKMOioUnE4TzvCCsK4IbJ6G78W07ZwHtkz4V1Wte0U,3314 +pip/_vendor/pygments/formatters/groff.py,sha256=ULgMKvGeLswX0KZn3IBp0p0U3rruiSHBtpl6O5qbqLs,5005 +pip/_vendor/pygments/formatters/html.py,sha256=0jM7Jc4xA4tsjmPq35uklm_En_OVdcNb0__SEXp2pDQ,35330 +pip/_vendor/pygments/formatters/img.py,sha256=r4iag_jCfyv_LhIt-1fRDeVEEoAfVJzkD9nZChIwiS8,21819 +pip/_vendor/pygments/formatters/irc.py,sha256=gi_IeIZeNaTfTMtvseLigZdS6lNicN7r7O7rnI6myo0,5871 +pip/_vendor/pygments/formatters/latex.py,sha256=qZUerrHt2Nn2aB4gJcdqj99qBkIxl_1v1ukYsf230Gk,18930 +pip/_vendor/pygments/formatters/other.py,sha256=Q01LtkqPZ8m_EYdgMVzXPUGjHoL00lXI3By97wzytYU,5073 +pip/_vendor/pygments/formatters/pangomarkup.py,sha256=ZpjALTSuGFwviJd5kOYwr-1NgqxCX3XRJrjXC7x1UbQ,2212 +pip/_vendor/pygments/formatters/rtf.py,sha256=qh7-z_wbUsTY6z7fZUGrYECYBlWB0wEdBwIZVEVybL0,5014 +pip/_vendor/pygments/formatters/svg.py,sha256=T7Jj004I3JUPOr48aAhQ368K2qWCciUyMQ2tdU-LB-4,7335 +pip/_vendor/pygments/formatters/terminal.py,sha256=cRD5hitINOkYlGZo9ma252vpJYPSGNgLivrsm6zGyec,4674 +pip/_vendor/pygments/formatters/terminal256.py,sha256=Bvz9zZL3UWc94TDm1GhKMI4x0BTit0XplhyRL0zmtkw,11753 +pip/_vendor/pygments/lexer.py,sha256=ECXWlEsbRnKs_njozZns6BGQ4riTMzct_BzAr3zV6dY,31937 +pip/_vendor/pygments/lexers/__init__.py,sha256=6Ds0GVBP3jrIU02wmjRdpoL4eFGhwT2IVD1zf3cV5_Y,11307 +pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-38.pyc,, +pip/_vendor/pygments/lexers/__pycache__/python.cpython-38.pyc,, +pip/_vendor/pygments/lexers/_mapping.py,sha256=jAxmvh5wvNkD-p3Fh6E7hY_B0sGbcxWRfseT6iq7ex4,70032 +pip/_vendor/pygments/lexers/python.py,sha256=LXnk43Lcngqn9xj6eRqdk2f73oF4kHZWiwgHMM_RlVM,52776 +pip/_vendor/pygments/modeline.py,sha256=37fen3cf1moCz4vMVJqX41eAQCmj8pzUchikgPcHp-U,986 +pip/_vendor/pygments/plugin.py,sha256=zGSig3S7QX-3o6RDxd4_Uvice_t25l_BN9aQQ9k8vmU,1727 +pip/_vendor/pygments/regexopt.py,sha256=mj8Fgu3sT0d5PZwRwDLexEvVOQbuHeosubQnqVwgiqs,3072 +pip/_vendor/pygments/scanner.py,sha256=nGoHy-Npk2ylUd4bws_CJN1hK785Xqo8e0teRmNX2jo,3091 +pip/_vendor/pygments/sphinxext.py,sha256=FZ2puvLe2Bztqtj6UJvQd7D8TvtOZ1GsfRJObvH59tE,4630 +pip/_vendor/pygments/style.py,sha256=lGyan5bU42q1kGMfFqafwL3g1j5EurTvfkv8vdP7NzQ,6257 +pip/_vendor/pygments/styles/__init__.py,sha256=Qx2zq6ufbDNE2cTp51M-s9zW-sDE-KLIqFw31qr3Bhg,3252 +pip/_vendor/pygments/styles/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/pygments/token.py,sha256=lNPgeaQTzu2DEUi6n_lxAIU7uy4DVj8LMI3nSVnTjks,6143 +pip/_vendor/pygments/unistring.py,sha256=Xs0FzOzE0l0iWRoTlcgi-Q_kAMdF5Gt5FL_goGKJc98,63188 +pip/_vendor/pygments/util.py,sha256=s9n8BQXIxG3lIwCPWv5-ci8yhaqq5JbEVK9v8Z-8_3I,9123 +pip/_vendor/pyparsing/__init__.py,sha256=jXheGTFT1b6r_4WxuOE0uVUqiouLJ3WHzOScpLieRgQ,9107 +pip/_vendor/pyparsing/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/pyparsing/__pycache__/actions.cpython-38.pyc,, +pip/_vendor/pyparsing/__pycache__/common.cpython-38.pyc,, +pip/_vendor/pyparsing/__pycache__/core.cpython-38.pyc,, +pip/_vendor/pyparsing/__pycache__/exceptions.cpython-38.pyc,, +pip/_vendor/pyparsing/__pycache__/helpers.cpython-38.pyc,, +pip/_vendor/pyparsing/__pycache__/results.cpython-38.pyc,, +pip/_vendor/pyparsing/__pycache__/testing.cpython-38.pyc,, +pip/_vendor/pyparsing/__pycache__/unicode.cpython-38.pyc,, +pip/_vendor/pyparsing/__pycache__/util.cpython-38.pyc,, +pip/_vendor/pyparsing/actions.py,sha256=60v7mETOBzc01YPH_qQD5isavgcSJpAfIKpzgjM3vaU,6429 +pip/_vendor/pyparsing/common.py,sha256=lFL97ooIeR75CmW5hjURZqwDCTgruqltcTCZ-ulLO2Q,12936 +pip/_vendor/pyparsing/core.py,sha256=GtQsD06HlwKPc7M8K8hyOuOW-cRnd87AxAHq-ad5lEk,212248 +pip/_vendor/pyparsing/diagram/__init__.py,sha256=h0gsUwmo5N3shgvfXVQTtqvTpUAv-ZdQjSQ6IUJmsxY,22165 +pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/pyparsing/exceptions.py,sha256=H4D9gqMavqmAFSsdrU_J6bO-jA-T-A7yvtXWZpooIUA,9030 +pip/_vendor/pyparsing/helpers.py,sha256=kqpIZFG-y0fQ3g_TmloYllo9we6YCYiewZMXIK0y5wc,38299 +pip/_vendor/pyparsing/results.py,sha256=4D-oURF1cLeL7k0d3zMqUuWH_gTjop_OrZwik9O0HXU,25339 +pip/_vendor/pyparsing/testing.py,sha256=szs8AKZREZMhL0y0vsMfaTVAnpqPHetg6VKJBNmc4QY,13388 +pip/_vendor/pyparsing/unicode.py,sha256=IR-ioeGY29cZ49tG8Ts7ITPWWNP5G2DcZs58oa8zn44,10381 +pip/_vendor/pyparsing/util.py,sha256=kq772O5YSeXOSdP-M31EWpbH_ayj7BMHImBYo9xPD5M,6805 +pip/_vendor/requests/__init__.py,sha256=6IUFQM6K9V2NIu4fe4LtUsN21-TFbw_w3EfPpdUN-qc,5130 +pip/_vendor/requests/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/requests/__pycache__/__version__.cpython-38.pyc,, +pip/_vendor/requests/__pycache__/_internal_utils.cpython-38.pyc,, +pip/_vendor/requests/__pycache__/adapters.cpython-38.pyc,, +pip/_vendor/requests/__pycache__/api.cpython-38.pyc,, +pip/_vendor/requests/__pycache__/auth.cpython-38.pyc,, +pip/_vendor/requests/__pycache__/certs.cpython-38.pyc,, +pip/_vendor/requests/__pycache__/compat.cpython-38.pyc,, +pip/_vendor/requests/__pycache__/cookies.cpython-38.pyc,, +pip/_vendor/requests/__pycache__/exceptions.cpython-38.pyc,, +pip/_vendor/requests/__pycache__/help.cpython-38.pyc,, +pip/_vendor/requests/__pycache__/hooks.cpython-38.pyc,, +pip/_vendor/requests/__pycache__/models.cpython-38.pyc,, +pip/_vendor/requests/__pycache__/packages.cpython-38.pyc,, +pip/_vendor/requests/__pycache__/sessions.cpython-38.pyc,, +pip/_vendor/requests/__pycache__/status_codes.cpython-38.pyc,, +pip/_vendor/requests/__pycache__/structures.cpython-38.pyc,, +pip/_vendor/requests/__pycache__/utils.cpython-38.pyc,, +pip/_vendor/requests/__version__.py,sha256=q8miOQaomOv3S74lK4eQs1zZ5jwcnOusyEU-M2idhts,441 +pip/_vendor/requests/_internal_utils.py,sha256=Zx3PnEUccyfsB-ie11nZVAW8qClJy0gx1qNME7rgT18,1096 +pip/_vendor/requests/adapters.py,sha256=WazYJQ_b2LHhNDb_y0hscNlWVsSe5ca5I3pymPrer5w,21861 +pip/_vendor/requests/api.py,sha256=hjuoP79IAEmX6Dysrw8t032cLfwLHxbI_wM4gC5G9t0,6402 +pip/_vendor/requests/auth.py,sha256=OMoJIVKyRLy9THr91y8rxysZuclwPB-K1Xg1zBomUhQ,10207 +pip/_vendor/requests/certs.py,sha256=nXRVq9DtGmv_1AYbwjTu9UrgAcdJv05ZvkNeaoLOZxY,465 +pip/_vendor/requests/compat.py,sha256=N1281mkcTluMjKqCSLf88LR6HNOygEhS1TbR9LLsoVY,2114 +pip/_vendor/requests/cookies.py,sha256=Y-bKX6TvW3FnYlE6Au0SXtVVWcaNdFvuAwQxw-G0iTI,18430 +pip/_vendor/requests/exceptions.py,sha256=VcpBXOL-9JYhNbK8OZxCIImBgpQSXJlUelDPf1f-pmM,3446 +pip/_vendor/requests/help.py,sha256=dyhe3lcmHXnFCzDiZVjcGmVvvO_jtsfAm-AC542ndw8,3972 +pip/_vendor/requests/hooks.py,sha256=QReGyy0bRcr5rkwCuObNakbYsc7EkiKeBwG4qHekr2Q,757 +pip/_vendor/requests/models.py,sha256=7pzscX_47qxx7-zEaBWGxMoB33Vdf6HLoUKZh1ktEvM,35116 +pip/_vendor/requests/packages.py,sha256=njJmVifY4aSctuW3PP5EFRCxjEwMRDO6J_feG2dKWsI,695 +pip/_vendor/requests/sessions.py,sha256=Zu-Y9YPlwTIsyFx1hvIrc3ziyeFpuFPqcOuSuz8BNWs,29835 +pip/_vendor/requests/status_codes.py,sha256=gT79Pbs_cQjBgp-fvrUgg1dn2DQO32bDj4TInjnMPSc,4188 +pip/_vendor/requests/structures.py,sha256=msAtr9mq1JxHd-JRyiILfdFlpbJwvvFuP3rfUQT_QxE,3005 +pip/_vendor/requests/utils.py,sha256=siud-FQ6xgKFbL49DRvAb3PMQMMHoeCL_TCmuHh9AUU,33301 +pip/_vendor/resolvelib/__init__.py,sha256=UL-B2BDI0_TRIqkfGwLHKLxY-LjBlomz7941wDqzB1I,537 +pip/_vendor/resolvelib/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/resolvelib/__pycache__/providers.cpython-38.pyc,, +pip/_vendor/resolvelib/__pycache__/reporters.cpython-38.pyc,, +pip/_vendor/resolvelib/__pycache__/resolvers.cpython-38.pyc,, +pip/_vendor/resolvelib/__pycache__/structs.cpython-38.pyc,, +pip/_vendor/resolvelib/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-38.pyc,, +pip/_vendor/resolvelib/compat/collections_abc.py,sha256=uy8xUZ-NDEw916tugUXm8HgwCGiMO0f-RcdnpkfXfOs,156 +pip/_vendor/resolvelib/providers.py,sha256=roVmFBItQJ0TkhNua65h8LdNny7rmeqVEXZu90QiP4o,5872 +pip/_vendor/resolvelib/reporters.py,sha256=fW91NKf-lK8XN7i6Yd_rczL5QeOT3sc6AKhpaTEnP3E,1583 +pip/_vendor/resolvelib/resolvers.py,sha256=2wYzVGBGerbmcIpH8cFmgSKgLSETz8jmwBMGjCBMHG4,17592 +pip/_vendor/resolvelib/structs.py,sha256=IVIYof6sA_N4ZEiE1C1UhzTX495brCNnyCdgq6CYq28,4794 +pip/_vendor/rich/__init__.py,sha256=wF1th4JGBCVC02xfaw8j6P2MrFcJaQJL72scKtEmDYQ,5804 +pip/_vendor/rich/__main__.py,sha256=vd1PP-o7_1un-ThdgMU9LHV-D8z56yz_-fryczn38eE,8810 +pip/_vendor/rich/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/__main__.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/_cell_widths.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/_emoji_codes.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/_emoji_replace.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/_extension.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/_inspect.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/_log_render.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/_loop.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/_lru_cache.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/_palettes.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/_pick.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/_ratio.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/_spinners.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/_stack.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/_timer.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/_windows.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/_wrap.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/abc.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/align.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/ansi.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/bar.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/box.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/cells.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/color.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/color_triplet.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/columns.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/console.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/constrain.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/containers.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/control.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/default_styles.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/diagnose.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/emoji.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/errors.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/file_proxy.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/filesize.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/highlighter.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/json.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/jupyter.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/layout.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/live.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/live_render.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/logging.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/markup.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/measure.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/padding.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/pager.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/palette.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/panel.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/pretty.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/progress.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/progress_bar.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/prompt.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/protocol.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/region.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/repr.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/rule.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/scope.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/screen.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/segment.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/spinner.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/status.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/style.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/styled.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/syntax.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/table.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/tabulate.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/terminal_theme.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/text.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/theme.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/themes.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/traceback.cpython-38.pyc,, +pip/_vendor/rich/__pycache__/tree.cpython-38.pyc,, +pip/_vendor/rich/_cell_widths.py,sha256=2n4EiJi3X9sqIq0O16kUZ_zy6UYMd3xFfChlKfnW1Hc,10096 +pip/_vendor/rich/_emoji_codes.py,sha256=hu1VL9nbVdppJrVoijVshRlcRRe_v3dju3Mmd2sKZdY,140235 +pip/_vendor/rich/_emoji_replace.py,sha256=n-kcetsEUx2ZUmhQrfeMNc-teeGhpuSQ5F8VPBsyvDo,1064 +pip/_vendor/rich/_extension.py,sha256=Xt47QacCKwYruzjDi-gOBq724JReDj9Cm9xUi5fr-34,265 +pip/_vendor/rich/_inspect.py,sha256=vq6BjewwEvddjcBTr_lCcjYQBsKi92aTNpcXyaA5ERA,7444 +pip/_vendor/rich/_log_render.py,sha256=1ByI0PA1ZpxZY3CGJOK54hjlq4X-Bz_boIjIqCd8Kns,3225 +pip/_vendor/rich/_loop.py,sha256=hV_6CLdoPm0va22Wpw4zKqM0RYsz3TZxXj0PoS-9eDQ,1236 +pip/_vendor/rich/_lru_cache.py,sha256=M7H1ZQF32o6SxrpOur9zTIhEHlNXT9XnrcdhruUmG5I,1246 +pip/_vendor/rich/_palettes.py,sha256=cdev1JQKZ0JvlguV9ipHgznTdnvlIzUFDBb0It2PzjI,7063 +pip/_vendor/rich/_pick.py,sha256=evDt8QN4lF5CiwrUIXlOJCntitBCOsI3ZLPEIAVRLJU,423 +pip/_vendor/rich/_ratio.py,sha256=2lLSliL025Y-YMfdfGbutkQDevhcyDqc-DtUYW9mU70,5472 +pip/_vendor/rich/_spinners.py,sha256=huT1biTlwyp9Lm8S7bLfVzg1psUaIH5xHDwTaWEHVh0,26521 +pip/_vendor/rich/_stack.py,sha256=-C8OK7rxn3sIUdVwxZBBpeHhIzX0eI-VM3MemYfaXm0,351 +pip/_vendor/rich/_timer.py,sha256=zelxbT6oPFZnNrwWPpc1ktUeAT-Vc4fuFcRZLQGLtMI,417 +pip/_vendor/rich/_windows.py,sha256=nBO71icHMIHlzT7hg6fkoIdh1mT-5MvDdPDwunkshyw,2065 +pip/_vendor/rich/_wrap.py,sha256=OtnSxnERkuNlSM1d_MYtNg8KIYTcTBk3peg16dCZH_U,1804 +pip/_vendor/rich/abc.py,sha256=ON-E-ZqSSheZ88VrKX2M3PXpFbGEUUZPMa_Af0l-4f0,890 +pip/_vendor/rich/align.py,sha256=2zRHV8SzR5eP-vQkSDgjmgsBLBluCBwykgejAW6oRD0,10425 +pip/_vendor/rich/ansi.py,sha256=QaVVkfvVL6C3OsuWI9iQ-iJFkMsMohjYlxgMLnVTEPo,6676 +pip/_vendor/rich/bar.py,sha256=a7UD303BccRCrEhGjfMElpv5RFYIinaAhAuqYqhUvmw,3264 +pip/_vendor/rich/box.py,sha256=o0ywz1iW0WjGLPrRVDAZPh1CVPEgAOaWsn8Bf3sf43g,9069 +pip/_vendor/rich/cells.py,sha256=NadN20gFxE8Aj-2S3Drn7qgn-ZpsRZcNnTNtweRL7rA,4285 +pip/_vendor/rich/color.py,sha256=SD3yTf3t8japb-jOv8GYCMCDqyzpipzXS_0rAXhSlU4,17285 +pip/_vendor/rich/color_triplet.py,sha256=3lhQkdJbvWPoLDO-AnYImAWmJvV5dlgYNCVZ97ORaN4,1054 +pip/_vendor/rich/columns.py,sha256=HUX0KcMm9dsKNi11fTbiM_h2iDtl8ySCaVcxlalEzq8,7131 +pip/_vendor/rich/console.py,sha256=bioCy8012eZ8PIOBxMyyqxYPltKk2pGEG9jmwylNCQk,81236 +pip/_vendor/rich/constrain.py,sha256=1VIPuC8AgtKWrcncQrjBdYqA3JVWysu6jZo1rrh7c7Q,1288 +pip/_vendor/rich/containers.py,sha256=aKgm5UDHn5Nmui6IJaKdsZhbHClh_X7D-_Wg8Ehrr7s,5497 +pip/_vendor/rich/control.py,sha256=qxg6Yjd78XuF0VxthlT8O4dpvpACYwKkBfm2S4-IvHA,5298 +pip/_vendor/rich/default_styles.py,sha256=At42PcWzmnYWcx5fUOKyOUpI8HK5m4ItZqxkgHToaMs,7614 +pip/_vendor/rich/diagnose.py,sha256=4L8SZfbqjIRotzJ39QzD9-d4I80FyV1mNKHryg1eArE,183 +pip/_vendor/rich/emoji.py,sha256=omTF9asaAnsM4yLY94eR_9dgRRSm1lHUszX20D1yYCQ,2501 +pip/_vendor/rich/errors.py,sha256=5pP3Kc5d4QJ_c0KFsxrfyhjiPVe7J1zOqSFbFAzcV-Y,642 +pip/_vendor/rich/file_proxy.py,sha256=fHeReSO3VJ7IbH_9ri-OrPYbFC3UYOzeTNjngiiWOcY,1613 +pip/_vendor/rich/filesize.py,sha256=oQJnM5_7ygkpzt3GtNq5l3F6gmB7YahBA5vpdQVKLwI,2511 +pip/_vendor/rich/highlighter.py,sha256=AdhjC0meTYswZ_xKgka0cRYdNjLABLUzHAbyF3QpPWo,4894 +pip/_vendor/rich/json.py,sha256=RCm4lXBXrjvXHpqrWPH8wdGP0jEo4IohLmkddlhRY18,5051 +pip/_vendor/rich/jupyter.py,sha256=4sxNAwJs4g3dYfWy_enPw9fp0Tdn-82tV4T9uh9vAOM,3025 +pip/_vendor/rich/layout.py,sha256=b64KMDP2EPiC103P-v-_VZKGY13oWiiGS418P_KRRlc,14048 +pip/_vendor/rich/live.py,sha256=OKxMaFU5sFfuR--cJftGYjSvg1VPQri1U_DNZUjCsvI,13711 +pip/_vendor/rich/live_render.py,sha256=zElm3PrfSIvjOce28zETHMIUf9pFYSUA5o0AflgUP64,3667 +pip/_vendor/rich/logging.py,sha256=YNcCSK6pCo2Wg6JKqScAe6VgFqebHBnS5nDnBO4gXAA,10868 +pip/_vendor/rich/markup.py,sha256=hsVW_k1TIvj5OPPQ12ihAii9HSVa8N1TStvA5B2GGpo,8058 +pip/_vendor/rich/measure.py,sha256=Z74XvzIgLZm0xH-QIo1uX5d4oahavHe8D8MKyxLNqPQ,5258 +pip/_vendor/rich/padding.py,sha256=kTFGsdGe0os7tXLnHKpwTI90CXEvrceeZGCshmJy5zw,4970 +pip/_vendor/rich/pager.py,sha256=VK_2EfH0JduZWdyV-KZma06bvi_V5PWmHG6W7BoiaTg,838 +pip/_vendor/rich/palette.py,sha256=lInvR1ODDT2f3UZMfL1grq7dY_pDdKHw4bdUgOGaM4Y,3396 +pip/_vendor/rich/panel.py,sha256=O6ORyIhDcOLSEasTjpcDvmhvIcppPGCeQoXpoycIUT8,8637 +pip/_vendor/rich/pretty.py,sha256=HAB68BpYysaL1EXeV4X5Tt-U2hDlcLpbFz06fkojWWE,32572 +pip/_vendor/rich/progress.py,sha256=jcgi7aMnQ_YjSpAmQkalwtNsgVn9i56SeZGprr7tuOk,35926 +pip/_vendor/rich/progress_bar.py,sha256=ELiBaxJOgsRYKpNIrot7BC0bFXvmf8cTd6nxI02BbK0,7762 +pip/_vendor/rich/prompt.py,sha256=gKVd13YWv6jedzwcRPZGUINBjC-xcJhJ_xz_NvMW80c,11307 +pip/_vendor/rich/protocol.py,sha256=Vx6n4fEoSDhzSup8t3KH0iK2RWyssIOks5E0S1qw1GA,1401 +pip/_vendor/rich/region.py,sha256=rNT9xZrVZTYIXZC0NYn41CJQwYNbR-KecPOxTgQvB8Y,166 +pip/_vendor/rich/repr.py,sha256=1A0U0_ibG_bZbw71pUBIctO9Az-CQUuyOTbiKcJOwyw,4309 +pip/_vendor/rich/rule.py,sha256=cPK6NYo4kzh-vM_8a-rXajXplsbaHa6ahErYvGSsrJ0,4197 +pip/_vendor/rich/scope.py,sha256=HX13XsJfqzQHpPfw4Jn9JmJjCsRj9uhHxXQEqjkwyLA,2842 +pip/_vendor/rich/screen.py,sha256=YoeReESUhx74grqb0mSSb9lghhysWmFHYhsbMVQjXO8,1591 +pip/_vendor/rich/segment.py,sha256=MBBAWaHyqCQFCfiNbrTW4BGaFR1uU31XktJ1S3Taqb4,23916 +pip/_vendor/rich/spinner.py,sha256=V6dW0jIk5IO0_2MyxyftQf5VjCHI0T2cRhJ4F31hPIQ,4312 +pip/_vendor/rich/status.py,sha256=gJsIXIZeSo3urOyxRUjs6VrhX5CZrA0NxIQ-dxhCnwo,4425 +pip/_vendor/rich/style.py,sha256=AD1I7atfclsFCtGeL8ronH1Jj-02WLp9ZQ2VYqmpBjM,26469 +pip/_vendor/rich/styled.py,sha256=eZNnzGrI4ki_54pgY3Oj0T-x3lxdXTYh4_ryDB24wBU,1258 +pip/_vendor/rich/syntax.py,sha256=pJAD08ywowg5xVwTGCqUOMpDYskjoMoDYEV-hryEX5s,26994 +pip/_vendor/rich/table.py,sha256=oQAEBaV4zMUPyg_tSA93_GrCirdIf-osolxf9wb3pEo,36757 +pip/_vendor/rich/tabulate.py,sha256=nl0oeNbiXectEgTHyj3K7eN4NZMISpaogpOdZyEOGbs,1700 +pip/_vendor/rich/terminal_theme.py,sha256=E0nI_ycFpvflamt-KVCY4J52LmUjRi1Y6ICB-Ef3gMo,1459 +pip/_vendor/rich/text.py,sha256=auX3LpY-I6PBiNyxB3o3LyMEx7lna2cx9IbNQJDwtw8,44424 +pip/_vendor/rich/theme.py,sha256=GKNtQhDBZKAzDaY0vQVQQFzbc0uWfFe6CJXA-syT7zQ,3627 +pip/_vendor/rich/themes.py,sha256=0xgTLozfabebYtcJtDdC5QkX5IVUEaviqDUJJh4YVFk,102 +pip/_vendor/rich/traceback.py,sha256=hAU3IR295eFuup_px2NU4aCEWu7KQs1qpZbnqoHCtR0,25935 +pip/_vendor/rich/tree.py,sha256=JxyWbc27ZuwoLQnd7I-rSsRsqI9lzaVKlfTLJXla9U0,9122 +pip/_vendor/six.py,sha256=TOOfQi7nFGfMrIvtdr6wX4wyHH8M7aknmuLfo2cBBrM,34549 +pip/_vendor/tenacity/__init__.py,sha256=GLLsTFD4Bd5VDgTR6mU_FxyOsrxc48qONorVaRebeD4,18257 +pip/_vendor/tenacity/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/tenacity/__pycache__/_asyncio.cpython-38.pyc,, +pip/_vendor/tenacity/__pycache__/_utils.cpython-38.pyc,, +pip/_vendor/tenacity/__pycache__/after.cpython-38.pyc,, +pip/_vendor/tenacity/__pycache__/before.cpython-38.pyc,, +pip/_vendor/tenacity/__pycache__/before_sleep.cpython-38.pyc,, +pip/_vendor/tenacity/__pycache__/nap.cpython-38.pyc,, +pip/_vendor/tenacity/__pycache__/retry.cpython-38.pyc,, +pip/_vendor/tenacity/__pycache__/stop.cpython-38.pyc,, +pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-38.pyc,, +pip/_vendor/tenacity/__pycache__/wait.cpython-38.pyc,, +pip/_vendor/tenacity/_asyncio.py,sha256=HEb0BVJEeBJE9P-m9XBxh1KcaF96BwoeqkJCL5sbVcQ,3314 +pip/_vendor/tenacity/_utils.py,sha256=-y68scDcyoqvTJuJJ0GTfjdSCljEYlbCYvgk7nM4NdM,1944 +pip/_vendor/tenacity/after.py,sha256=dlmyxxFy2uqpLXDr838DiEd7jgv2AGthsWHGYcGYsaI,1496 +pip/_vendor/tenacity/before.py,sha256=7XtvRmO0dRWUp8SVn24OvIiGFj8-4OP5muQRUiWgLh0,1376 +pip/_vendor/tenacity/before_sleep.py,sha256=ThyDvqKU5yle_IvYQz_b6Tp6UjUS0PhVp6zgqYl9U6Y,1908 +pip/_vendor/tenacity/nap.py,sha256=fRWvnz1aIzbIq9Ap3gAkAZgDH6oo5zxMrU6ZOVByq0I,1383 +pip/_vendor/tenacity/retry.py,sha256=62R71W59bQjuNyFKsDM7hE2aEkEPtwNBRA0tnsEvgSk,6645 +pip/_vendor/tenacity/stop.py,sha256=sKHmHaoSaW6sKu3dTxUVKr1-stVkY7lw4Y9yjZU30zQ,2790 +pip/_vendor/tenacity/tornadoweb.py,sha256=E8lWO2nwe6dJgoB-N2HhQprYLDLB_UdSgFnv-EN6wKE,2145 +pip/_vendor/tenacity/wait.py,sha256=e_Saa6I2tsNLpCL1t9897wN2fGb0XQMQlE4bU2t9V2w,6691 +pip/_vendor/tomli/__init__.py,sha256=z1Elt0nLAqU5Y0DOn9p__8QnLWavlEOpRyQikdYgKro,230 +pip/_vendor/tomli/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/tomli/__pycache__/_parser.cpython-38.pyc,, +pip/_vendor/tomli/__pycache__/_re.cpython-38.pyc,, +pip/_vendor/tomli/_parser.py,sha256=50BD4o9YbzFAGAYyZLqZC8F81DQ7iWWyJnrHNwBKa6A,22415 +pip/_vendor/tomli/_re.py,sha256=5GPfgXKteg7wRFCF-DzlkAPI2ilHbkMK2-JC49F-AJQ,2681 +pip/_vendor/typing_extensions.py,sha256=1uqi_RSlI7gos4eJB_NEV3d5wQwzTUQHd3_jrkbTo8Q,87149 +pip/_vendor/urllib3/__init__.py,sha256=j3yzHIbmW7CS-IKQJ9-PPQf_YKO8EOAey_rMW0UR7us,2763 +pip/_vendor/urllib3/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/urllib3/__pycache__/_collections.cpython-38.pyc,, +pip/_vendor/urllib3/__pycache__/_version.cpython-38.pyc,, +pip/_vendor/urllib3/__pycache__/connection.cpython-38.pyc,, +pip/_vendor/urllib3/__pycache__/connectionpool.cpython-38.pyc,, +pip/_vendor/urllib3/__pycache__/exceptions.cpython-38.pyc,, +pip/_vendor/urllib3/__pycache__/fields.cpython-38.pyc,, +pip/_vendor/urllib3/__pycache__/filepost.cpython-38.pyc,, +pip/_vendor/urllib3/__pycache__/poolmanager.cpython-38.pyc,, +pip/_vendor/urllib3/__pycache__/request.cpython-38.pyc,, +pip/_vendor/urllib3/__pycache__/response.cpython-38.pyc,, +pip/_vendor/urllib3/_collections.py,sha256=Rp1mVyBgc_UlAcp6M3at1skJBXR5J43NawRTvW2g_XY,10811 +pip/_vendor/urllib3/_version.py,sha256=_NdMUQaeBvFHAX2z3zAIX2Wum58A6rVtY1f7ByHsQ4g,63 +pip/_vendor/urllib3/connection.py,sha256=6zokyboYYKm9VkyrQvVVLgxMyCZK7n9Vmg_2ZK6pbhc,20076 +pip/_vendor/urllib3/connectionpool.py,sha256=qz-ICrW6g4TZVCbDQ8fRe68BMpXkskkR9vAVY9zUWtA,39013 +pip/_vendor/urllib3/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-38.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-38.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-38.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-38.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-38.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-38.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-38.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-38.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-38.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/bindings.py,sha256=4Xk64qIkPBt09A5q-RIFUuDhNc9mXilVapm7WnYnzRw,17632 +pip/_vendor/urllib3/contrib/_securetransport/low_level.py,sha256=B2JBB2_NRP02xK6DCa1Pa9IuxrPwxzDzZbixQkb7U9M,13922 +pip/_vendor/urllib3/contrib/appengine.py,sha256=lfzpHFmJiO82shClLEm3QB62SYgHWnjpZOH_2JhU5Tc,11034 +pip/_vendor/urllib3/contrib/ntlmpool.py,sha256=ej9gGvfAb2Gt00lafFp45SIoRz-QwrQ4WChm6gQmAlM,4538 +pip/_vendor/urllib3/contrib/pyopenssl.py,sha256=DD4pInv_3OEEGffEFynBoirc8ldR789sLmGSKukzA0E,16900 +pip/_vendor/urllib3/contrib/securetransport.py,sha256=4qUKo7PUV-vVIqXmr2BD-sH7qplB918jiD5eNsRI9vU,34449 +pip/_vendor/urllib3/contrib/socks.py,sha256=aRi9eWXo9ZEb95XUxef4Z21CFlnnjbEiAo9HOseoMt4,7097 +pip/_vendor/urllib3/exceptions.py,sha256=0Mnno3KHTNfXRfY7638NufOPkUb6mXOm-Lqj-4x2w8A,8217 +pip/_vendor/urllib3/fields.py,sha256=kvLDCg_JmH1lLjUUEY_FLS8UhY7hBvDPuVETbY8mdrM,8579 +pip/_vendor/urllib3/filepost.py,sha256=5b_qqgRHVlL7uLtdAYBzBh-GHmU5AfJVt_2N0XS3PeY,2440 +pip/_vendor/urllib3/packages/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/urllib3/packages/__pycache__/six.cpython-38.pyc,, +pip/_vendor/urllib3/packages/backports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-38.pyc,, +pip/_vendor/urllib3/packages/backports/makefile.py,sha256=nbzt3i0agPVP07jqqgjhaYjMmuAi_W5E0EywZivVO8E,1417 +pip/_vendor/urllib3/packages/six.py,sha256=1LVW7ljqRirFlfExjwl-v1B7vSAUNTmzGMs-qays2zg,34666 +pip/_vendor/urllib3/poolmanager.py,sha256=whzlX6UTEgODMOCy0ZDMUONRBCz5wyIM8Z9opXAY-Lk,19763 +pip/_vendor/urllib3/request.py,sha256=ZFSIqX0C6WizixecChZ3_okyu7BEv0lZu1VT0s6h4SM,5985 +pip/_vendor/urllib3/response.py,sha256=hGhGBh7TkEkh_IQg5C1W_xuPNrgIKv5BUXPyE-q0LuE,28203 +pip/_vendor/urllib3/util/__init__.py,sha256=JEmSmmqqLyaw8P51gUImZh8Gwg9i1zSe-DoqAitn2nc,1155 +pip/_vendor/urllib3/util/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/urllib3/util/__pycache__/connection.cpython-38.pyc,, +pip/_vendor/urllib3/util/__pycache__/proxy.cpython-38.pyc,, +pip/_vendor/urllib3/util/__pycache__/queue.cpython-38.pyc,, +pip/_vendor/urllib3/util/__pycache__/request.cpython-38.pyc,, +pip/_vendor/urllib3/util/__pycache__/response.cpython-38.pyc,, +pip/_vendor/urllib3/util/__pycache__/retry.cpython-38.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-38.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-38.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-38.pyc,, +pip/_vendor/urllib3/util/__pycache__/timeout.cpython-38.pyc,, +pip/_vendor/urllib3/util/__pycache__/url.cpython-38.pyc,, +pip/_vendor/urllib3/util/__pycache__/wait.cpython-38.pyc,, +pip/_vendor/urllib3/util/connection.py,sha256=5Lx2B1PW29KxBn2T0xkN1CBgRBa3gGVJBKoQoRogEVk,4901 +pip/_vendor/urllib3/util/proxy.py,sha256=zUvPPCJrp6dOF0N4GAVbOcl6o-4uXKSrGiTkkr5vUS4,1605 +pip/_vendor/urllib3/util/queue.py,sha256=nRgX8_eX-_VkvxoX096QWoz8Ps0QHUAExILCY_7PncM,498 +pip/_vendor/urllib3/util/request.py,sha256=NnzaEKQ1Pauw5MFMV6HmgEMHITf0Aua9fQuzi2uZzGc,4123 +pip/_vendor/urllib3/util/response.py,sha256=GJpg3Egi9qaJXRwBh5wv-MNuRWan5BIu40oReoxWP28,3510 +pip/_vendor/urllib3/util/retry.py,sha256=iESg2PvViNdXBRY4MpL4h0kqwOOkHkxmLn1kkhFHPU8,22001 +pip/_vendor/urllib3/util/ssl_.py,sha256=X4-AqW91aYPhPx6-xbf66yHFQKbqqfC_5Zt4WkLX1Hc,17177 +pip/_vendor/urllib3/util/ssl_match_hostname.py,sha256=w01jCYuwvQ038p9mhc1P1gF8IiTN1qHakThpoukOlbw,5751 +pip/_vendor/urllib3/util/ssltransport.py,sha256=NA-u5rMTrDFDFC8QzRKUEKMG0561hOD4qBTr3Z4pv6E,6895 +pip/_vendor/urllib3/util/timeout.py,sha256=QSbBUNOB9yh6AnDn61SrLQ0hg5oz0I9-uXEG91AJuIg,10003 +pip/_vendor/urllib3/util/url.py,sha256=QVEzcbHipbXyCWwH6R4K4TR-N8T4LM55WEMwNUTBmLE,14047 +pip/_vendor/urllib3/util/wait.py,sha256=3MUKRSAUJDB2tgco7qRUskW0zXGAWYvRRE4Q1_6xlLs,5404 +pip/_vendor/vendor.txt,sha256=SpijkWP2aapE1DEgOKL1wxuOz1ztM7E2Xs2PZ-V1PKA,496 +pip/_vendor/webencodings/__init__.py,sha256=qOBJIuPy_4ByYH6W_bNgJF-qYQ2DoU-dKsDu5yRWCXg,10579 +pip/_vendor/webencodings/__pycache__/__init__.cpython-38.pyc,, +pip/_vendor/webencodings/__pycache__/labels.cpython-38.pyc,, +pip/_vendor/webencodings/__pycache__/mklabels.cpython-38.pyc,, +pip/_vendor/webencodings/__pycache__/tests.cpython-38.pyc,, +pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-38.pyc,, +pip/_vendor/webencodings/labels.py,sha256=4AO_KxTddqGtrL9ns7kAPjb0CcN6xsCIxbK37HY9r3E,8979 +pip/_vendor/webencodings/mklabels.py,sha256=GYIeywnpaLnP0GSic8LFWgd0UVvO_l1Nc6YoF-87R_4,1305 +pip/_vendor/webencodings/tests.py,sha256=OtGLyjhNY1fvkW1GvLJ_FV9ZoqC9Anyjr7q3kxTbzNs,6563 +pip/_vendor/webencodings/x_user_defined.py,sha256=yOqWSdmpytGfUgh_Z6JYgDNhoc-BAHyyeeT15Fr42tM,4307 +pip/py.typed,sha256=EBVvvPRTn_eIpz5e5QztSCdrMX7Qwd7VP93RSoIlZ2I,286 diff --git a/venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/REQUESTED b/venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/REQUESTED new file mode 100644 index 000000000..e69de29bb diff --git a/venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/WHEEL b/venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/WHEEL new file mode 100644 index 000000000..becc9a66e --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.37.1) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/entry_points.txt b/venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/entry_points.txt new file mode 100644 index 000000000..9609f72c5 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/entry_points.txt @@ -0,0 +1,5 @@ +[console_scripts] +pip = pip._internal.cli.main:main +pip3 = pip._internal.cli.main:main +pip3.9 = pip._internal.cli.main:main + diff --git a/venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/top_level.txt b/venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/top_level.txt new file mode 100644 index 000000000..a1b589e38 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip-22.0.4.dist-info/top_level.txt @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.8/site-packages/pip/__init__.py b/venv/lib/python3.8/site-packages/pip/__init__.py new file mode 100644 index 000000000..3a0d263ef --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/__init__.py @@ -0,0 +1,13 @@ +from typing import List, Optional + +__version__ = "22.0.4" + + +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.8/site-packages/pip/__main__.py b/venv/lib/python3.8/site-packages/pip/__main__.py new file mode 100644 index 000000000..fe34a7b77 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/__main__.py @@ -0,0 +1,31 @@ +import os +import sys +import warnings + +# Remove '' and current working directory from the first entry +# of sys.path, if present to avoid using current directory +# in pip commands check, freeze, install, list and show, +# when invoked as python -m pip +if sys.path[0] in ("", os.getcwd()): + sys.path.pop(0) + +# If we are running from a wheel, add the wheel to sys.path +# This allows the usage python pip-*.whl/pip install pip-*.whl +if __package__ == "": + # __file__ is pip-*.whl/pip/__main__.py + # first dirname call strips of '/__main__.py', second strips off '/pip' + # Resulting path is the name of the wheel itself + # Add that to sys.path so we can import pip + path = os.path.dirname(os.path.dirname(__file__)) + sys.path.insert(0, path) + +if __name__ == "__main__": + # Work around the error reported in #9540, pending a proper fix. + # Note: It is essential the warning filter is set *before* importing + # pip, as the deprecation happens at import time, not runtime. + warnings.filterwarnings( + "ignore", category=DeprecationWarning, module=".*packaging\\.version" + ) + from pip._internal.cli.main import main as _main + + sys.exit(_main()) diff --git a/venv/lib/python3.8/site-packages/pip/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f46855548e9f9022b4ed4882788ad67ae7ebf56f GIT binary patch literal 631 zcmYjP&59H;5KhuPz2oSD2QPavH)(J>GP~$1B8nggvI?#q=F(&)wbQ}wBqZrsdRb5I zJ9zO0e5Jm6@)bN;8GqO!Ra7Na^?jA(!~Xt^pnSY~*Z?KuM+&Y>j=^)(ut1}TqAls@ zl6Gv#C{b*gsXbsoAwM7o1STr~#?(X=SCeI-viGE%{=_;`vN3<7Lma1XUDVdd_M%uU zst484Njj2#6UM?r?7dkdi~qvVOZpNu+(DzLVu`_LO35X?Bwr|EWEWpg8yz?E?I-cjBk$|2h?o?La7L5HU8^%-!Mq%mb`6%%hj< zPvFHC%vQ8|^*80PIu=1km^(a{8zh%_)(Ed-T~}@x^G<4$AVUHqlUvNEA5qeia&Ii+ z;I!HJ^aegdGv2K0E%<5s{OQxqs=kG1=_Ym%w^^S32HE4K AqyPW_ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/__pycache__/__main__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/__pycache__/__main__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4f766656bc82fff537373d90bed27999fe6e1805 GIT binary patch literal 591 zcmYjNzmL-}6tu1(CGvVdy$$9Cn1DRh=G}fUs8k=`Rdoy*Tk`G)1$Y-%ErLh zj4b>?UYYn8Sl}fs2wQ&E`~3NR-+QkolOuxb&8J7J?=c}i`sDwWVDb!)`-(vlNo!K< zZ(7hHX9WX#6-jcRNCspVcVx-d+&<~iT_Q9qnil4ZK^DK-4j0 z9?1xqUw~a5%NWKok^FN+d(BZjX{N;qa_H_hoO~QAOZt+`(x2##ya*(uW!VU&%QA3P z>DI!{Y4*^F#adKKSMRb7Sf^S&VJsuvB#qaitwt-y{7CB2#?vVE+}p`y7k~ zG=i4i?v=usQ6?*uMxGXRwy0IsyRswfFeF2FA%+jieoIB-Ve(1vGD4qWuU}m- 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.8/site-packages/pip/_internal/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f7a6fe7c6f802f41f0309ffa34cf96d79f911270 GIT binary patch literal 752 zcmZuvy^ho{5Vn(SHn+DYAwhE$ZWpmhaR?3s2nmS-p`+lZNI~R{=MqEWSYz*^MMuRw z20~EsN@=Nh1uDkN30-lccs!Gt@%PQxZw?M-jO6Y4-S$z$*stJRmV}%qwA^!2iYeZ) zo|n9j%7_O)>f$n?J?s{we?Q;R(jFPt#DpmC$EqkX$x<@L}Pc57u}wJo%BYjDNA zJNJ+C-9Z?7qK32TBT8!lsp*@PnOE9)KpIEBCN?ey<8f;T`s;8SY9gG_wzGdS+#~zX zyP_R>D3mmW=-a_8?a}fS0ahB89%cOju-Jgv6rEmOq#WhPh0`9Emcp_ja)IZ6^r9kD z`>M+Ac1(Jy%|0Qy@FrL~k1%)(ezMpfQ@^z|Ck&T@F{$y^Refml9%^4XsMmC>D2=lN z`Z1>5^7<787@)@ajs(4lh9Jh+c^qRJ#SVVg`y~}#^O!yC2et0tahR{mNL`CEK2Ngv EFYrOm{{R30 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/__pycache__/build_env.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/__pycache__/build_env.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b85eff84de344faf46389708b7837b2ca597fe7 GIT binary patch literal 9425 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
    )wz2<@5j9tCT{L1SWr;|!e<{x z!t5zmM9e>BgPN(>6|R6pHitgw#oeHZbmQaE41s^WI0pAkP&tET!H zR$S25)F|rHi6ekL%G+5rqtwqPqj!H8K!F2~8G-~j(`pv=h6G=~hs$XCW56uZiJ-IB?!)xo6t5t6e(F?B*dpPT5tJNT^;zNh%WvbOg(s~Q3 z6G^O~nk22Odr7yRQN0H%kqts}M;l1(=feQ$gQS7cs?^;t^y(M-`JR0tK=$$iIz2)1 z`8gH6nQ9d-q-X#K#$luHD_54UUb%5|86Q=aZm;z6*Atl{9o;*L{F<}>jbc1o1b?RhzX>T2 z<}w~Nk*ZI=jzCliRdQ_Tn^5JrxQrvn9N$7r9xHKE$wk`_*VedDUr&}=EkrKJ7v6wp zjtm410Rd@UU3%w(_XH;ZX{h@~3^iO#oM)GGfe8J?ae|V@$Af0#8c~{2;QTNHL@yWg zie!#RgdhMU!l#vlKrRs|lEU-%IEvrhtW*q2f4-O7W>8 zEKSN}ioZ};C&)&El8iE+kVaue!AGzmO+rEZ8G-#%Dk`Hwx&D8I=0D?!C>qdmW4ea) z&VQIW^4ydSF^YQmOSt{8E%4-!0WHIm%fXu9fwrPq)K+~;UuCHLN$nn}M5;Z5v~Tfi#d%W9$Q%8*FlFl}zbu?G zsD((#_|L+;dXL(I);IAS_z`-S@kCoF{y&q#NbXWn8M#L!ck_%A!&53rJcW@W(!SHI zgps03>(0ozQ0cBh}R-7uaJ zzl8bC@rZ-!|II1)f~SKq!eK0kVULZlu%CM9BoO$&9$KcGP&~nA_u0{wdhgVc2OmyU zE};0m@w3yJDdrfRodk>`4tQ~+=t-Be%VB)I1J|55hco4RRjj8wPKUT*7eJj6mYH7V zNGy-^e5Mbn5%G6`b(9Jbe@_E+kBQ>=C#vmh4?KQW0RA}@&r|WUR9vQFgNk=hP;B7)WT?U*8s?ginxcTgTT8x4TNDsS z3TtVjPL4NSM}jydRRnq5iK0}xPiaA=GG}3IYc4)LvryDv$znt)%IL^5<0Hv8XaKH_ zd%Y?osy}=5#PI+~yhZz$sQ5YxNhZDqjgPzla?-V?@70EeJW|F^&L5nx=hQ?=K5Ui% z%@LsE2j@YBH;}7nsHjbzJ~)VQ&5vsPj)k(Q^3+k2Mjt%pX(yHNOUN-oSy@x0Vb%Xe z;9oZApCgoHsQ)Cnp}dTQ>3&2YP7<=kVIYxw!4Zi;TBc#L3W_g|VlJ7vn0%Oj8w{4D p+8?Q*eHDN`V1sX`%2NSo4H&SbFD00x|$ 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 JuTiU4{|~4;BuoGR literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/__pycache__/configuration.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/__pycache__/configuration.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5481d5d1c11179ede77f968e5a25ea5e42e4599d GIT binary patch literal 11190 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/__pycache__/main.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/__pycache__/main.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d5da0757773e99af231f383de3a625d7d178b593 GIT binary patch literal 617 zcmYjPJ&)8d5Ve!tu&g+Vg61mRMq=aQ5F7|0B&4g*QE*UfbMnTs8;iuTX1t4nj_U4b zAbS2%S}Ohm72|+TH}X6^+w<`}$;YFkrC|GX^Q^g$Li|dbyEfy^8+NJ~tgx~bom|T< zTW3<(0y2=0AB$rFGn;?U?99$@=Igo5K8W((Z_W{AHqPETisRyah_3ghJx@mlcQh6V zagV;{&bO8^Oa7Lf9x+&Hv()vQl;TQWiEGKV^RGWH8b^v(Kp?;aShej@^{rKP@2PJ= zQH?G{Qn4{nb!Jc$UE8V+D1j3SoLvDaXa-7c?ON@}nPfWOeC$1mrPPdsagg z_=rR3`IN9oIT@y*PyDCA1@k{^-Si!3Ydm+1P48FXWVJBHi?9lOZFVd!>AdZ(JL7y6hH;ii>PQJh@gT$WOO*1wEXE=ZfoFv2gJ8}u<`i+v cS?v@x$-4vhQ^?{~*V}yyuhR%9r9RC60!gx>ga7~l literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/__pycache__/pyproject.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/__pycache__/pyproject.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8a47fa734695d5b8fce523b30417517da33d3185 GIT binary patch literal 3546 zcmb7H&2JmW6`$EJE|*J6mXuZs;&$t%kO@Ro+BB^zxNhS*Kn=L6YNxSFARtzpp}5w5 zd1h!^?6QYQrvOHMj|0fZ0zLGQQw}}$59o2PJ@wXe(As@(mZT`dD9|N#G&B3&oA-Y2 z&3jM3Z8kju&&MY}8eV^skbmG}@o`}Bb9m*SVPJ&Om~`>45!1xz8WiVdY$jIMO6;zk zI9*5YS#d3KyRM$waXs<6Uef3`^xBF2q}gpIt!^t>>Ml{jExycZ&kW|W`ia%Oz*qPR z^I+XzKCD-{!J4eame?}8a9|x9-8Js;BBIN*lqq`6bYX2 zRF#c|1&FwCGnFcg;}E$&6e1Jl#VOa`(Voce^S-)1isG3JSzi2ABxRHyy#6zsYG(WQ zOGj`u5^0~J=Fa+NOwUAF9IFGvb4`jQz`*lM(5qqiWE=&M8paR_`0_}%o4uM z!gM=7Qo}6W%HP`>2+sE-zNJLiKjdQjAx|G}$IZyH%8Yps~o*D&Qm*)n6YwV6&XEtJ>K@b_4EUi3L!_vB+MJZ^C4tiD7 z)g(ORy*YCa8PJ58wiprRiVn6rM-u#WgR3x#W$B74eq~wPM>|qh+WjH#AC~@ft!1_C z(i=%Qf#>gk|HtK-nmtsrbR|S&4(DrmJ-kSj`DpI!LG&8%YV-dJU`)-Y&*{XP&JCE` zg(W+MEj!9A%+CRwFN|aQDJ?9)lvO||GxLe@$F+&0>{F+3PHWEzaMkXT_sMU_ZE}wk zwNsZ_u;->0vnMWaeg^VB1EB50x;QC_JW(cdP%5iUNP4w!#aGNN+(SovHKqCzsJ;ZM z`f0sznY#gJ%;|kiIP61L{EK<4abPf?HJ=%v2kzG8 zzmbx);I!IPDwb8FFxk=*w9sX(4Kk@Kzo;M6rxXxq!Z*lfPYn24zd=5^HSxy2Y8Bow zrQ|M2uUJGa9eN;VOvwcD=6GH6tQ6ko#uo;17L890#0HRP{GoA={Eno?J@S-3_(9)Gl7d2URa2V~MJeAFML{)PDyzp`S|Qp-iX@QYT_JhmWQ*TU+R`APEY7ww00t`qFAo5jQZb7cV zY#n5S%BU*gY|7V}Hy1OD{{JaJ6G7(E$jn*6T76xB^&CME-5bB=mu>CDN~Y;&IIoX9g>b%F{) zKt$J}IEG*e2M}NZfQ)9JI|+3g<=VJ?thNDEok(OU0(*{dp1QT+5KCDQB?x52TcyX! zvddF-p;W11`@GT>7FhKk0;Jhu90elF)LHno_3`7o0n4}y(o6+mp7T&3*FM6%r%NaL z9eahHAmtG{BiNh;(XR;0$o8O*@bATQ?P2uU!&gn}8}nHvvG&4sf=C9{aFRX6g8CAns==6jVq+VLHQX z@j~nbfP57|RmfZr8+b1C(jX_2m@P#e7gm<@RA4_{+A-u-sQz#aE6oG0N(XLz5~{NG zfrL~!Zz~0sRo#&YY}18{Lk)+EFtnG%C7gd3hqrO~9t>p@GUQpuP}Xs&;VkI@fXJ)L zUd2nViWd!2*;u%hrL7Z=_%@3D4h{hh*a9x}QLAXk*;!gLb|msK3}oG>zTr}Xx-Tu; zqAj`(Ys+=14|~Q-%W`0bbIWjEz}j|fms+N8S+L`J4mDmlb>H!*XS&ow9^7$IqEA=! z+I?Y}#(&mr4|Xi-H7)8I;wNx+`y1L1Wuu=#7U?6RQecNyI_f9~ZwnI^0^1m2<8}jD z(oPQ=SC)y&OP3aQI#v7tUuOX%S@{CJQm$+2SxejDkNaHzb0M|&EBB!{OKTsZy7DPD zP6F}L?$mlOAgr<0?W%h<$=E37*Rau)=ySwy&G6~6u~u8QmMuVrcrPu-fle8I)Oqn= DX6WKa literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d54b00542efe6c4dcfc7ca0b728bdd4cfde2f272 GIT binary patch literal 4554 zcmZu!*>W4l6`c)(!4L$&MWPnV9y_8HI3k#`W5-dPlpQUxV_8;Ac@a{T$q?Nj2ABoz zZipfas7jUek_T1v9;FI=NtHh!ACMo&2TUH5m;8bf+c~#~q$oOrLQk)^yYD^s+&iDn z&-(_R&mO+j|Jymk_$M`vKMor2;x8T3Fqpy2#ORc7vt#PE)v@&3?%4Y6bR7MzbX@(e zcB*(=iI>(owbbwUCat%VxwPJy*L5dpqzjz|U9Tj~bg{Fj>u$1?E_ar7y_&3~r#h!} z-AhiVtDRL{uO(;Fvz@c)xz4%teCNFG^OG0S3!Mw7&vjnp_Ut7d?3UNm<$Cv@XuG+k*GF;8~YT^!vBt(I%G?11-B)jMyORVnwLZQP_(U zUNpOX-W`UcNcF>fC*z{13O-6Oi&pbYjs*`{EcTYx?yj$;>uc=J+WS}5KDx5D*`ccp z`EKC~uErwk!qP{NjT-&0;x7RZV`9vVePe1Wb7oDgU<|=#BNB;Cw6Q>qM<0`1+_+w%i!Sqm3}m6c<^P zY)GE;!hEb)q&N$;vf88FVmTyRNQGWfV@SuKTS^y&VR~l66lYQEQuFw8#}6O*~D`p|h`c3f`r>Y$2Q9#Bra`~EMrM71 zec%ett)fPX)#}`!Oc*n6wb+oFBAwq=%vIPM`-r@uA?!A3#3n}%qj zN}eTmW#NwC&GCIKZ=v_Z(e%AvN59newf2@y><%}kz5O_>MCK+nGUz?6aRtvugr(h7HC&8o@+GJv8d_S9Cj zfj_YcIm~%vPaQQ!avzv~T$xrTm05k_%;xtY)jWoyy(QI{R0a!rrbQ#!3UJi~qGsPg zROQwoIrvE=Rq3drjSJjqSx?Q&Pt7aj7cv(rgj!_bOAg|Vz_hZpC|<%uF-Ju}1(~|2 z!hOiC#XNOs;_;*sJyKk;w0ZsJjjQipzxrW#?Y%qK!y6yn5f^Dyg^kmZ6y#w=Wk-Nn z#3HS)Q*oM#S5dUw(x7xeu|dU)C<;gM`>HT|CkzdsM)&wzm>~lchUJ=$y<|GhQpEw) zSpRXord2o3SQdI4*52|79MI}kjgU#*hrg5(8PT0+k0WmWXe=0hR~j(YA;f4^o6kL|T%X(P~-~XF)IODlO+Z>2OTN z)8HUr1Zk9Eskj`-akn4fC@kv*c^2H@EEiE*ufK)+$0IQRe1XAM=`x2DyJJE@*AX8yjx+@T@%^l0U*F?A*mvxc7dmzo>YCk9BP z$~@47r{)ps5bYjW)0%2v%$wBM9L}&XbXgrU{E0tn(uoI))49owyXBmD%#dnYjBP5w$WwJe}4j_M|>E9-BF6X>e*%ADkN6)KaGzsBJnwnSX4`GY67Z z2WS3du=zh*(}p@bJI5MW?Mxc`NNqt%7ePwrhyG(zbV^!MX9q7JL#(pqBkXt(_6WU; zd;ier4SKlrDZq)$<;yWb;%<=l0v#$P;WtNW7r--v9nOdC zV3PtD;Z=gmfN~ydzlbvpJdy(t$M<-EbWy?4k^ThO9_ZE%Ai20CgHJcFe-d7O4}=z8 z`{0uR3<*hjuczmfF-VKUL1-0ui0q1Zq~HarUt(Nb1DI|hR8c?`Kcs@_E&lzL8j-O0 z6&l5&9FHJR$}r1;WXA8`06Em*x%p1G8)ZYzic@6^Wr(Q)iERWl7hYeb$(zXB0PjYE zTsiC>Cdv@ZwGI!VdVy(mtit%SFIS}*(gIAK8-4i+OvKj0IRcQ1~#sxGY^aZ|9q ze#kdCz$L6o!5yr<_vRfi8OR6R0aS3xSxS48Akue&J4khO6j%WQbi#DM3oZ8Y)&Sp;)8EPn$ff*3qeoSNYDhGXrlH)2&ii)1!6&xE2A_+l> zL2>?=Mtc~;w}Hfm2V_F0K_5wu{E|ZSgM2q6kvV>+hatdC3-xeAv<~ zCN9%7pWo-*v7#*sH_5lbv_*9%5*c(;)UMy}a?NjuyL@ZB-C7VI&<+}Fjb}_rWLnHY zX-7Ng$V(BY48Iz#A5-%-?dsB9V2BPi8iJ>}Iyzi&I?21x)q$47ScZ9m$wigqcT;wf zwNFz&0NOiRqMf-5*)l_6RO_Z=Iuz9{$E;hvwSwHzGpuhNyJ`BihhB?*U%Q@uf8!$V zqh@*kb+OjNY~QY1p6#3dw~+I-RYivClT-`2DSl5quSqS_`bPAzW2+?y5@Lx8owrm; zx1>`K0YjSxp+mOGy~~_PTfJr2r|${*8VV1n Zc=khfi2U&Iw*rhgwr@Ax#!s65{{RC@)gAx< literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3f1f96d75fb17fbcf9d14ac4b583a84d16791e76 GIT binary patch literal 9175 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 Ov(npB6GTrb&;AEQ6KuW! literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/build_env.py b/venv/lib/python3.8/site-packages/pip/_internal/build_env.py new file mode 100644 index 000000000..daeb7fbc8 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/build_env.py @@ -0,0 +1,296 @@ +"""Build Environment used for isolation during sdist building +""" + +import contextlib +import logging +import os +import pathlib +import sys +import textwrap +import zipfile +from collections import OrderedDict +from sysconfig import get_paths +from types import TracebackType +from typing import TYPE_CHECKING, Iterable, Iterator, List, Optional, Set, Tuple, Type + +from pip._vendor.certifi import where +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.version import Version + +from pip import __file__ as pip_location +from pip._internal.cli.spinners import open_spinner +from pip._internal.locations import get_platlib, get_prefixed_libs, get_purelib +from pip._internal.metadata import get_environment +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + +logger = logging.getLogger(__name__) + + +class _Prefix: + def __init__(self, path: str) -> None: + self.path = path + self.setup = False + self.bin_dir = get_paths( + "nt" if os.name == "nt" else "posix_prefix", + vars={"base": path, "platbase": path}, + )["scripts"] + self.lib_dirs = get_prefixed_libs(path) + + +@contextlib.contextmanager +def _create_standalone_pip() -> Iterator[str]: + """Create a "standalone pip" zip file. + + The zip file's content is identical to the currently-running pip. + It will be used to install requirements into the build environment. + """ + source = pathlib.Path(pip_location).resolve().parent + + # Return the current instance if `source` is not a directory. We can't build + # a zip from this, and it likely means the instance is already standalone. + if not source.is_dir(): + yield str(source) + return + + with TempDirectory(kind="standalone-pip") as tmp_dir: + pip_zip = os.path.join(tmp_dir.path, "__env_pip__.zip") + kwargs = {} + if sys.version_info >= (3, 8): + kwargs["strict_timestamps"] = False + with zipfile.ZipFile(pip_zip, "w", **kwargs) as zf: + for child in source.rglob("*"): + zf.write(child, child.relative_to(source.parent).as_posix()) + yield os.path.join(pip_zip, "pip") + + +class BuildEnvironment: + """Creates and manages an isolated environment to install build deps""" + + def __init__(self) -> None: + temp_dir = TempDirectory(kind=tempdir_kinds.BUILD_ENV, globally_managed=True) + + self._prefixes = OrderedDict( + (name, _Prefix(os.path.join(temp_dir.path, name))) + for name in ("normal", "overlay") + ) + + self._bin_dirs: List[str] = [] + self._lib_dirs: List[str] = [] + for prefix in reversed(list(self._prefixes.values())): + self._bin_dirs.append(prefix.bin_dir) + self._lib_dirs.extend(prefix.lib_dirs) + + # Customize site to: + # - ensure .pth files are honored + # - prevent access to system site packages + system_sites = { + os.path.normcase(site) for site in (get_purelib(), get_platlib()) + } + self._site_dir = os.path.join(temp_dir.path, "site") + if not os.path.exists(self._site_dir): + os.mkdir(self._site_dir) + with open( + os.path.join(self._site_dir, "sitecustomize.py"), "w", encoding="utf-8" + ) as fp: + fp.write( + textwrap.dedent( + """ + import os, site, sys + + # First, drop system-sites related paths. + original_sys_path = sys.path[:] + known_paths = set() + for path in {system_sites!r}: + site.addsitedir(path, known_paths=known_paths) + system_paths = set( + os.path.normcase(path) + for path in sys.path[len(original_sys_path):] + ) + original_sys_path = [ + path for path in original_sys_path + if os.path.normcase(path) not in system_paths + ] + sys.path = original_sys_path + + # Second, add lib directories. + # ensuring .pth file are processed. + for path in {lib_dirs!r}: + assert not path in sys.path + site.addsitedir(path) + """ + ).format(system_sites=system_sites, lib_dirs=self._lib_dirs) + ) + + def __enter__(self) -> None: + self._save_env = { + name: os.environ.get(name, None) + for name in ("PATH", "PYTHONNOUSERSITE", "PYTHONPATH") + } + + path = self._bin_dirs[:] + old_path = self._save_env["PATH"] + if old_path: + path.extend(old_path.split(os.pathsep)) + + pythonpath = [self._site_dir] + + os.environ.update( + { + "PATH": os.pathsep.join(path), + "PYTHONNOUSERSITE": "1", + "PYTHONPATH": os.pathsep.join(pythonpath), + } + ) + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + for varname, old_value in self._save_env.items(): + if old_value is None: + os.environ.pop(varname, None) + else: + os.environ[varname] = old_value + + def check_requirements( + self, reqs: Iterable[str] + ) -> Tuple[Set[Tuple[str, str]], Set[str]]: + """Return 2 sets: + - conflicting requirements: set of (installed, wanted) reqs tuples + - missing requirements: set of reqs + """ + missing = set() + conflicting = set() + if reqs: + env = get_environment(self._lib_dirs) + for req_str in reqs: + req = Requirement(req_str) + dist = env.get_distribution(req.name) + if not dist: + missing.add(req_str) + continue + if isinstance(dist.version, Version): + installed_req_str = f"{req.name}=={dist.version}" + else: + installed_req_str = f"{req.name}==={dist.version}" + if dist.version not in req.specifier: + conflicting.add((installed_req_str, req_str)) + # FIXME: Consider direct URL? + return conflicting, missing + + def install_requirements( + self, + finder: "PackageFinder", + requirements: Iterable[str], + prefix_as_string: str, + *, + kind: str, + ) -> None: + prefix = self._prefixes[prefix_as_string] + assert not prefix.setup + prefix.setup = True + if not requirements: + return + with contextlib.ExitStack() as ctx: + pip_runnable = ctx.enter_context(_create_standalone_pip()) + self._install_requirements( + pip_runnable, + finder, + requirements, + prefix, + kind=kind, + ) + + @staticmethod + def _install_requirements( + pip_runnable: str, + finder: "PackageFinder", + requirements: Iterable[str], + prefix: _Prefix, + *, + kind: str, + ) -> None: + args: List[str] = [ + sys.executable, + pip_runnable, + "install", + "--ignore-installed", + "--no-user", + "--prefix", + prefix.path, + "--no-warn-script-location", + ] + if logger.getEffectiveLevel() <= logging.DEBUG: + args.append("-v") + for format_control in ("no_binary", "only_binary"): + formats = getattr(finder.format_control, format_control) + args.extend( + ( + "--" + format_control.replace("_", "-"), + ",".join(sorted(formats or {":none:"})), + ) + ) + + index_urls = finder.index_urls + if index_urls: + args.extend(["-i", index_urls[0]]) + for extra_index in index_urls[1:]: + args.extend(["--extra-index-url", extra_index]) + else: + args.append("--no-index") + for link in finder.find_links: + args.extend(["--find-links", link]) + + for host in finder.trusted_hosts: + args.extend(["--trusted-host", host]) + if finder.allow_all_prereleases: + args.append("--pre") + if finder.prefer_binary: + args.append("--prefer-binary") + args.append("--") + args.extend(requirements) + extra_environ = {"_PIP_STANDALONE_CERT": where()} + with open_spinner(f"Installing {kind}") as spinner: + call_subprocess( + args, + command_desc=f"pip subprocess to install {kind}", + spinner=spinner, + extra_environ=extra_environ, + ) + + +class NoOpBuildEnvironment(BuildEnvironment): + """A no-op drop-in replacement for BuildEnvironment""" + + def __init__(self) -> None: + pass + + def __enter__(self) -> None: + pass + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + pass + + def cleanup(self) -> None: + pass + + def install_requirements( + self, + finder: "PackageFinder", + requirements: Iterable[str], + prefix_as_string: str, + *, + kind: str, + ) -> None: + raise NotImplementedError() diff --git a/venv/lib/python3.8/site-packages/pip/_internal/cache.py b/venv/lib/python3.8/site-packages/pip/_internal/cache.py new file mode 100644 index 000000000..1d6df2201 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/cache.py @@ -0,0 +1,264 @@ +"""Cache Management +""" + +import hashlib +import json +import logging +import os +from typing import Any, Dict, List, Optional, Set + +from pip._vendor.packaging.tags import Tag, interpreter_name, interpreter_version +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import InvalidWheelFilename +from pip._internal.models.format_control import FormatControl +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds +from pip._internal.utils.urls import path_to_url + +logger = logging.getLogger(__name__) + + +def _hash_dict(d: Dict[str, str]) -> str: + """Return a stable sha224 of a dictionary.""" + s = json.dumps(d, sort_keys=True, separators=(",", ":"), ensure_ascii=True) + return hashlib.sha224(s.encode("ascii")).hexdigest() + + +class Cache: + """An abstract class - provides cache directories for data from links + + + :param cache_dir: The root of the cache. + :param format_control: An object of FormatControl class to limit + binaries being read from the cache. + :param allowed_formats: which formats of files the cache should store. + ('binary' and 'source' are the only allowed values) + """ + + def __init__( + self, cache_dir: str, format_control: FormatControl, allowed_formats: Set[str] + ) -> None: + super().__init__() + assert not cache_dir or os.path.isabs(cache_dir) + self.cache_dir = cache_dir or None + self.format_control = format_control + self.allowed_formats = allowed_formats + + _valid_formats = {"source", "binary"} + assert self.allowed_formats.union(_valid_formats) == _valid_formats + + def _get_cache_path_parts(self, link: Link) -> List[str]: + """Get parts of part that must be os.path.joined with cache_dir""" + + # We want to generate an url to use as our cache key, we don't want to + # just re-use the URL because it might have other items in the fragment + # and we don't care about those. + key_parts = {"url": link.url_without_fragment} + if link.hash_name is not None and link.hash is not None: + key_parts[link.hash_name] = link.hash + if link.subdirectory_fragment: + key_parts["subdirectory"] = link.subdirectory_fragment + + # Include interpreter name, major and minor version in cache key + # to cope with ill-behaved sdists that build a different wheel + # depending on the python version their setup.py is being run on, + # and don't encode the difference in compatibility tags. + # https://github.com/pypa/pip/issues/7296 + key_parts["interpreter_name"] = interpreter_name() + key_parts["interpreter_version"] = interpreter_version() + + # Encode our key url with sha224, we'll use this because it has similar + # security properties to sha256, but with a shorter total output (and + # thus less secure). However the differences don't make a lot of + # difference for our use case here. + hashed = _hash_dict(key_parts) + + # We want to nest the directories some to prevent having a ton of top + # level directories where we might run out of sub directories on some + # FS. + parts = [hashed[:2], hashed[2:4], hashed[4:6], hashed[6:]] + + return parts + + def _get_candidates(self, link: Link, canonical_package_name: str) -> List[Any]: + can_not_cache = not self.cache_dir or not canonical_package_name or not link + if can_not_cache: + return [] + + formats = self.format_control.get_allowed_formats(canonical_package_name) + if not self.allowed_formats.intersection(formats): + return [] + + candidates = [] + path = self.get_path_for_link(link) + if os.path.isdir(path): + for candidate in os.listdir(path): + candidates.append((candidate, path)) + return candidates + + def get_path_for_link(self, link: Link) -> str: + """Return a directory to store cached items in for link.""" + raise NotImplementedError() + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + """Returns a link to a cached item if it exists, otherwise returns the + passed link. + """ + raise NotImplementedError() + + +class SimpleWheelCache(Cache): + """A cache of wheels for future installs.""" + + def __init__(self, cache_dir: str, format_control: FormatControl) -> None: + super().__init__(cache_dir, format_control, {"binary"}) + + def get_path_for_link(self, link: Link) -> str: + """Return a directory to store cached wheels for link + + Because there are M wheels for any one sdist, we provide a directory + to cache them in, and then consult that directory when looking up + cache hits. + + We only insert things into the cache if they have plausible version + numbers, so that we don't contaminate the cache with things that were + not unique. E.g. ./package might have dozens of installs done for it + and build a version of 0.0...and if we built and cached a wheel, we'd + end up using the same wheel even if the source has been edited. + + :param link: The link of the sdist for which this will cache wheels. + """ + parts = self._get_cache_path_parts(link) + assert self.cache_dir + # Store wheels within the root cache_dir + return os.path.join(self.cache_dir, "wheels", *parts) + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + candidates = [] + + if not package_name: + return link + + canonical_package_name = canonicalize_name(package_name) + for wheel_name, wheel_dir in self._get_candidates(link, canonical_package_name): + try: + wheel = Wheel(wheel_name) + except InvalidWheelFilename: + continue + if canonicalize_name(wheel.name) != canonical_package_name: + logger.debug( + "Ignoring cached wheel %s for %s as it " + "does not match the expected distribution name %s.", + wheel_name, + link, + package_name, + ) + continue + if not wheel.supported(supported_tags): + # Built for a different python/arch/etc + continue + candidates.append( + ( + wheel.support_index_min(supported_tags), + wheel_name, + wheel_dir, + ) + ) + + if not candidates: + return link + + _, wheel_name, wheel_dir = min(candidates) + return Link(path_to_url(os.path.join(wheel_dir, wheel_name))) + + +class EphemWheelCache(SimpleWheelCache): + """A SimpleWheelCache that creates it's own temporary cache directory""" + + def __init__(self, format_control: FormatControl) -> None: + self._temp_dir = TempDirectory( + kind=tempdir_kinds.EPHEM_WHEEL_CACHE, + globally_managed=True, + ) + + super().__init__(self._temp_dir.path, format_control) + + +class CacheEntry: + def __init__( + self, + link: Link, + persistent: bool, + ): + self.link = link + self.persistent = persistent + + +class WheelCache(Cache): + """Wraps EphemWheelCache and SimpleWheelCache into a single Cache + + This Cache allows for gracefully degradation, using the ephem wheel cache + when a certain link is not found in the simple wheel cache first. + """ + + def __init__(self, cache_dir: str, format_control: FormatControl) -> None: + super().__init__(cache_dir, format_control, {"binary"}) + self._wheel_cache = SimpleWheelCache(cache_dir, format_control) + self._ephem_cache = EphemWheelCache(format_control) + + def get_path_for_link(self, link: Link) -> str: + return self._wheel_cache.get_path_for_link(link) + + def get_ephem_path_for_link(self, link: Link) -> str: + return self._ephem_cache.get_path_for_link(link) + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + cache_entry = self.get_cache_entry(link, package_name, supported_tags) + if cache_entry is None: + return link + return cache_entry.link + + def get_cache_entry( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Optional[CacheEntry]: + """Returns a CacheEntry with a link to a cached item if it exists or + None. The cache entry indicates if the item was found in the persistent + or ephemeral cache. + """ + retval = self._wheel_cache.get( + link=link, + package_name=package_name, + supported_tags=supported_tags, + ) + if retval is not link: + return CacheEntry(retval, persistent=True) + + retval = self._ephem_cache.get( + link=link, + package_name=package_name, + supported_tags=supported_tags, + ) + if retval is not link: + return CacheEntry(retval, persistent=False) + + return None diff --git a/venv/lib/python3.8/site-packages/pip/_internal/cli/__init__.py b/venv/lib/python3.8/site-packages/pip/_internal/cli/__init__.py new file mode 100644 index 000000000..e589bb917 --- /dev/null +++ b/venv/lib/python3.8/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.8/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2ea3f993dd471cb82773a46ee18756d292289885 GIT binary patch literal 272 zcmYjMv2Fq}49&3=A@L8{5X0dCsp?QwY~5H83|*pJ;^VC5oG2HNVCHA~ORW8bZk=in zL!b0)J=@ZI-cF|zCD>h_yNmSioA{4P#7a1frFiwBe6>;Y(fNIIXp(iGc8}UcE|!>h zuWblAwmMOo4KnY0%U%a!)WijIYaQy0!4~wg_BdJ3tLu|7K00H*R33@Tz5F)N#U8<1 zhIA@j+22-P3XXHazj literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f5394d831eccaa4304db503c2d53bdd70459ce26 GIT binary patch literal 5297 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 E3yT;#3;+NC literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b4b99fe7792a995222a4ff971f2b2c2033f48d4f GIT binary patch literal 6371 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2fed93e2804f48b4d3a26a03952da9c2281feed7 GIT binary patch literal 1282 zcmZuw%Wm8@6uqP#qfusDCvlqw@SJRAK0GL)k^$k92^A{o7f zWc)Y!frPv9_Hk+7+PwJ9trTrz)v>MfCf`>&@!ZPRV0k@QT=dc^o!eHs(auSyc605x z*x5;#8yD?SuFJf!1vy?GlsXOb3PC}}BxGDN$uHRj>@iAnKFK`gt3a~*Sjr`nfeh#V zIm<#dQqg@-ksMue8Oib7&&C(vLl$EZvAes~)|jqb(}T8Fsmz`wFqvx=zD5CK@sLUy`- z16iAk%Kk^y81GRp&0~Z!_!V?)+3&2U3QpJ2!vCC*_I8oLpW!=r13$tq{YrAA5!XGD z-fZVZ;^`@RaVyV_QQDSmv#oWj^$HsG7X)|zgEcxhS*Dn-8Y&2Q%tOXm#Mb!fH#b$Y zd=16DdetP+>Gr6UN^5#$1+{E37K+$HgZT=9N;Q3{RN@EkjD2LN2R2Lmz6kv#9_ll9 zQ$<}^(4KI;N?Z2`uGgc#MjK7jKL!@_({FD||GK|hq`M}s73wY)qHg73MeB(W?+^28 z*y%g1Nz*zYpb|7i(IWy1is~FhSg5KJVkx)Vbc6`k)NQ(8NHh_<6L7W`_tsf5cJURD uD9c{&eLNT1ldf#`hiH9p659}${4E9Q>F7HfJsIkFO3$%Z=PGt{;{6MC1uzHz literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/main.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/main.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..724e773effba35fd8fbb68c3731691746346edbe GIT binary patch literal 1358 zcmZWo-H#hJ5VyUb`Mg}NggaEK2-Jr>B#Tsm5JCu4^#LimR)?Tvg;?#aO>XbJAF`dh zCQ2%#mPg)^04etd{|A4CpOAR!zrYh?CsbEh%QNHgcxLuDGhcQ(O$6UpFFrW?t%1;A z=5X_K;qWPJ`4bR|Vni_|9LLyl5);dv*scA@3FY@jgb3Z2Iir8ppS2n+42gZycc`#0IqS3!zQgdf~-y zQt|~Fb(X_NA}><07^Zd2^DI?)RSsFH#GtGX7vT}Y#zmjVVFRey3&YRoQrbV%l9;5dm;@WxUJV9Thk~~4n zzG`nes(s$2&NVR><$K`2eZB_~{(uOs&7im0r|!z#T38?MGxuK~s=vb2TagQ&`ahDj zxAHazE64-t5*)uY04#$CCnpb2J{oGYy!-jAtVCYUhRonMyeo%SXRI7brj*h0DoZ(A zHpk;!Rvb__1qffsx3nV{(t>;`Lh!8zc_~%Od2*GC50IF%5*RaIDhgWd zU5Q*VO)9Aao|jCrTD$CNuC%`mts9WaPV}eulh3A8?b%uz3*%aQl%39J!qii{MVgl* zU%>Dn9cBeh%Culx$##Ono@N>|9qjt)cO>2c+rPh!&Z>e%G%cfgq0XvuT;CgiCm1`; z*;t7*yI>-^WaVYV^V6Nly~&4>g!IQXT&FW8qdKpn1R9(P=;bKmd1UgL)C+MNf{bCy zArOQ^+;u|Y6M}oN`nZd4y99Wj+`&C!tw;EHbf|+Qp;eY7VgSzoBlu-NRUE)cbdAba zi`r<2(Ktpkge)envY0>?lN%!iV`ht?-~PXuNj9~R04WKFfoL?IZm-AgdC=YK z#MbNuha(5hNu>295_f(H$G&pPUkDOV-LnSc%&2RstDjZ%eKikzz0iW^+o!j8ZiDuR z?wo#H=zI!IyaYk4*dmBvhGJyCIL7d`nO!)sQ@F8<^ti*k!jFBUyDTU=ai<95(DXgF zP;}#N(TjVg@3Vff7%v(G6@4wT9Sx9sVhAz zk~=gi(!7l7lnctkSKzAk)c`B!UM{3^A53aS2S|lkL8@Bjun`QdY*yuVKK|MmzA-D+ zI}dA;>I3f3?R3JV_=2+fZpDjKO3GnTFRO|I4i^c@GpWvxsZ2y(-E60Q z&UvMmE$Vr7UMKsM3pif|#=xtwTFE#~B~7#gN$Y^>neWMlu%E}NobWQ!j-5O8g^y&8Ou*5{$xh`yWW|zPMW&4-J|m)Bx7DpYSkOllJb`G&N2otfL9T|hms z$Mk?Ve%qS`np2I<_S8z`hsu7)`y#*^VN#Wfw2qp9;stB1>za<8l&mrz4Z^@>(sqt!!5>%kU{4ys91(6p4%>Y*L2MT2D% zZxyyh$OJOd8`|PPC{IXIO`xbg=8#r}E1`UrmsHSNIrK>`mCa}gi#dSWu-AZq>&PoF zt!r8m-hmFkW-Oc*)jk~r`~z)!U)!Kqw%D522G!AbNGKCj1yI5h!+m!=p+YFT5aZTr zE~=S%3OGIJ-hd|bVHWZ_ecMBQcmw+?3P1vQP=NaYrWM?`yC}qiOUh3YQe{cPZ^9xz z0--#4P{VJ5V{OqDCSC^S4*zBD5SZJN<*hgD!xrQJaZp`6GiUx!ITfihyU-^YZGT)Q zcIwRVMCMEkiyWAx>DzJ~yhs@XFEo1~d6IJ-j#Jz+!O{d%!Fo}V38NbtF5)5x$A-Y5 OCEP_z@PgDVd-oq5oL64} literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/parser.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/parser.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..270d66cd21fa6ca74e5ac0f6235566d406a55a96 GIT binary patch literal 9939 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 X*YUrydJ={f0IgQk>(^>_{pf!KgGB^` literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..678205a04765c8c367fa53cb138fdaaf63c874e1 GIT binary patch literal 9232 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 WwO>w67eGZ*3*StgLJ#yM?EeC>Sf{rD literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6b81c20e78e73343d41b64e1fbaea9c83354a547 GIT binary patch literal 13465 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 A!~g&Q literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5de4ec00b9b7bd8fdf8711010d56015acc195cd6 GIT binary patch literal 351 zcmYk2&q~8U5XSSj6(Qh3(1S0~L%N58co4BBDF*9Cl5B)rmNdIH!88fkZJ~Ex##hSK zQ(nQ7yS9Qe%y0OZZ&_xLWt}P_l8@_xi~c3W|4@av7sajwh>|KqO;w_$8qrgo7^y+b z)Fh)wnT!YFPzL#6&?IyTL*haJPDcGWLXP7_QEz%-7=*or;1dj9AwJ0S#1CUMUwSaX zFo^LYK+x?kUqUbO0~Fy0o&Jth!;(HB>WHfgP=Ppek2K%WQfBSjnl~igETv8EDHE;IihltFsE^RS6i+ d_?F?kA(TzqeSdPhX~?#scXD$kuW6`%`2*orT?GID literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/cli/autocompletion.py b/venv/lib/python3.8/site-packages/pip/_internal/cli/autocompletion.py new file mode 100644 index 000000000..226fe84dc --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/cli/autocompletion.py @@ -0,0 +1,171 @@ +"""Logic that powers autocompletion installed by ``pip completion``. +""" + +import optparse +import os +import sys +from itertools import chain +from typing import Any, Iterable, List, Optional + +from pip._internal.cli.main_parser import create_main_parser +from pip._internal.commands import commands_dict, create_command +from pip._internal.metadata import get_default_environment + + +def autocomplete() -> None: + """Entry Point for completion of main and subcommand options.""" + # Don't complete if user hasn't sourced bash_completion file. + if "PIP_AUTO_COMPLETE" not in os.environ: + return + cwords = os.environ["COMP_WORDS"].split()[1:] + cword = int(os.environ["COMP_CWORD"]) + try: + current = cwords[cword - 1] + except IndexError: + current = "" + + parser = create_main_parser() + subcommands = list(commands_dict) + options = [] + + # subcommand + subcommand_name: Optional[str] = None + for word in cwords: + if word in subcommands: + subcommand_name = word + break + # subcommand options + if subcommand_name is not None: + # special case: 'help' subcommand has no options + if subcommand_name == "help": + sys.exit(1) + # special case: list locally installed dists for show and uninstall + should_list_installed = not current.startswith("-") and subcommand_name in [ + "show", + "uninstall", + ] + if should_list_installed: + env = get_default_environment() + lc = current.lower() + installed = [ + dist.canonical_name + for dist in env.iter_installed_distributions(local_only=True) + if dist.canonical_name.startswith(lc) + and dist.canonical_name not in cwords[1:] + ] + # if there are no dists installed, fall back to option completion + if installed: + for dist in installed: + print(dist) + sys.exit(1) + + should_list_installables = ( + not current.startswith("-") and subcommand_name == "install" + ) + if should_list_installables: + for path in auto_complete_paths(current, "path"): + print(path) + sys.exit(1) + + subcommand = create_command(subcommand_name) + + for opt in subcommand.parser.option_list_all: + if opt.help != optparse.SUPPRESS_HELP: + for opt_str in opt._long_opts + opt._short_opts: + options.append((opt_str, opt.nargs)) + + # filter out previously specified options from available options + prev_opts = [x.split("=")[0] for x in cwords[1 : cword - 1]] + options = [(x, v) for (x, v) in options if x not in prev_opts] + # filter options by current input + options = [(k, v) for k, v in options if k.startswith(current)] + # get completion type given cwords and available subcommand options + completion_type = get_path_completion_type( + cwords, + cword, + subcommand.parser.option_list_all, + ) + # get completion files and directories if ``completion_type`` is + # ````, ```` or ```` + if completion_type: + paths = auto_complete_paths(current, completion_type) + options = [(path, 0) for path in paths] + for option in options: + opt_label = option[0] + # append '=' to options which require args + if option[1] and option[0][:2] == "--": + opt_label += "=" + print(opt_label) + else: + # show main parser options only when necessary + + opts = [i.option_list for i in parser.option_groups] + opts.append(parser.option_list) + flattened_opts = chain.from_iterable(opts) + if current.startswith("-"): + for opt in flattened_opts: + if opt.help != optparse.SUPPRESS_HELP: + subcommands += opt._long_opts + opt._short_opts + else: + # get completion type given cwords and all available options + completion_type = get_path_completion_type(cwords, cword, flattened_opts) + if completion_type: + subcommands = list(auto_complete_paths(current, completion_type)) + + print(" ".join([x for x in subcommands if x.startswith(current)])) + sys.exit(1) + + +def get_path_completion_type( + cwords: List[str], cword: int, opts: Iterable[Any] +) -> Optional[str]: + """Get the type of path completion (``file``, ``dir``, ``path`` or None) + + :param cwords: same as the environmental variable ``COMP_WORDS`` + :param cword: same as the environmental variable ``COMP_CWORD`` + :param opts: The available options to check + :return: path completion type (``file``, ``dir``, ``path`` or None) + """ + if cword < 2 or not cwords[cword - 2].startswith("-"): + return None + for opt in opts: + if opt.help == optparse.SUPPRESS_HELP: + continue + for o in str(opt).split("/"): + if cwords[cword - 2].split("=")[0] == o: + if not opt.metavar or any( + x in ("path", "file", "dir") for x in opt.metavar.split("/") + ): + return opt.metavar + return None + + +def auto_complete_paths(current: str, completion_type: str) -> Iterable[str]: + """If ``completion_type`` is ``file`` or ``path``, list all regular files + and directories starting with ``current``; otherwise only list directories + starting with ``current``. + + :param current: The word to be completed + :param completion_type: path completion type(``file``, ``path`` or ``dir``) + :return: A generator of regular files and/or directories + """ + directory, filename = os.path.split(current) + current_path = os.path.abspath(directory) + # Don't complete paths if they can't be accessed + if not os.access(current_path, os.R_OK): + return + filename = os.path.normcase(filename) + # list all files that start with ``filename`` + file_list = ( + x for x in os.listdir(current_path) if os.path.normcase(x).startswith(filename) + ) + for f in file_list: + opt = os.path.join(current_path, f) + comp_file = os.path.normcase(os.path.join(directory, f)) + # complete regular files when there is not ```` after option + # complete directories when there is ````, ```` or + # ````after option + if completion_type != "dir" and os.path.isfile(opt): + yield comp_file + elif os.path.isdir(opt): + yield os.path.join(comp_file, "") diff --git a/venv/lib/python3.8/site-packages/pip/_internal/cli/base_command.py b/venv/lib/python3.8/site-packages/pip/_internal/cli/base_command.py new file mode 100644 index 000000000..78b96bb70 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/cli/base_command.py @@ -0,0 +1,223 @@ +"""Base Command class, and related routines""" + +import functools +import logging +import logging.config +import optparse +import os +import sys +import traceback +from optparse import Values +from typing import Any, Callable, List, Optional, Tuple + +from pip._vendor.rich import traceback as rich_traceback + +from pip._internal.cli import cmdoptions +from pip._internal.cli.command_context import CommandContextMixIn +from pip._internal.cli.parser import ConfigOptionParser, UpdatingDefaultsHelpFormatter +from pip._internal.cli.status_codes import ( + ERROR, + PREVIOUS_BUILD_DIR_ERROR, + UNKNOWN_ERROR, + VIRTUALENV_NOT_FOUND, +) +from pip._internal.exceptions import ( + BadCommand, + CommandError, + DiagnosticPipError, + InstallationError, + NetworkConnectionError, + PreviousBuildDirError, + UninstallationError, +) +from pip._internal.utils.filesystem import check_path_owner +from pip._internal.utils.logging import BrokenStdoutLoggingError, setup_logging +from pip._internal.utils.misc import get_prog, normalize_path +from pip._internal.utils.temp_dir import TempDirectoryTypeRegistry as TempDirRegistry +from pip._internal.utils.temp_dir import global_tempdir_manager, tempdir_registry +from pip._internal.utils.virtualenv import running_under_virtualenv + +__all__ = ["Command"] + +logger = logging.getLogger(__name__) + + +class Command(CommandContextMixIn): + usage: str = "" + ignore_require_venv: bool = False + + def __init__(self, name: str, summary: str, isolated: bool = False) -> None: + super().__init__() + + self.name = name + self.summary = summary + self.parser = ConfigOptionParser( + usage=self.usage, + prog=f"{get_prog()} {name}", + formatter=UpdatingDefaultsHelpFormatter(), + add_help_option=False, + name=name, + description=self.__doc__, + isolated=isolated, + ) + + self.tempdir_registry: Optional[TempDirRegistry] = None + + # Commands should add options to this option group + optgroup_name = f"{self.name.capitalize()} Options" + self.cmd_opts = optparse.OptionGroup(self.parser, optgroup_name) + + # Add the general options + gen_opts = cmdoptions.make_option_group( + cmdoptions.general_group, + self.parser, + ) + self.parser.add_option_group(gen_opts) + + self.add_options() + + def add_options(self) -> None: + pass + + def handle_pip_version_check(self, options: Values) -> None: + """ + This is a no-op so that commands by default do not do the pip version + check. + """ + # Make sure we do the pip version check if the index_group options + # are present. + assert not hasattr(options, "no_index") + + def run(self, options: Values, args: List[str]) -> int: + raise NotImplementedError + + def parse_args(self, args: List[str]) -> Tuple[Values, List[str]]: + # factored out for testability + return self.parser.parse_args(args) + + def main(self, args: List[str]) -> int: + try: + with self.main_context(): + return self._main(args) + finally: + logging.shutdown() + + def _main(self, args: List[str]) -> int: + # We must initialize this before the tempdir manager, otherwise the + # configuration would not be accessible by the time we clean up the + # tempdir manager. + self.tempdir_registry = self.enter_context(tempdir_registry()) + # Intentionally set as early as possible so globally-managed temporary + # directories are available to the rest of the code. + self.enter_context(global_tempdir_manager()) + + options, args = self.parse_args(args) + + # Set verbosity so that it can be used elsewhere. + self.verbosity = options.verbose - options.quiet + + level_number = setup_logging( + verbosity=self.verbosity, + no_color=options.no_color, + user_log_file=options.log, + ) + + # TODO: Try to get these passing down from the command? + # without resorting to os.environ to hold these. + # This also affects isolated builds and it should. + + if options.no_input: + os.environ["PIP_NO_INPUT"] = "1" + + if options.exists_action: + os.environ["PIP_EXISTS_ACTION"] = " ".join(options.exists_action) + + if options.require_venv and not self.ignore_require_venv: + # If a venv is required check if it can really be found + if not running_under_virtualenv(): + logger.critical("Could not find an activated virtualenv (required).") + sys.exit(VIRTUALENV_NOT_FOUND) + + if options.cache_dir: + options.cache_dir = normalize_path(options.cache_dir) + if not check_path_owner(options.cache_dir): + logger.warning( + "The directory '%s' or its parent directory is not owned " + "or is not writable by the current user. The cache " + "has been disabled. Check the permissions and owner of " + "that directory. If executing pip with sudo, you should " + "use sudo's -H flag.", + options.cache_dir, + ) + options.cache_dir = None + + if "2020-resolver" in options.features_enabled: + logger.warning( + "--use-feature=2020-resolver no longer has any effect, " + "since it is now the default dependency resolver in pip. " + "This will become an error in pip 21.0." + ) + + def intercepts_unhandled_exc( + run_func: Callable[..., int] + ) -> Callable[..., int]: + @functools.wraps(run_func) + def exc_logging_wrapper(*args: Any) -> int: + try: + status = run_func(*args) + assert isinstance(status, int) + return status + except DiagnosticPipError as exc: + logger.error("[present-diagnostic] %s", exc) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except PreviousBuildDirError as exc: + logger.critical(str(exc)) + logger.debug("Exception information:", exc_info=True) + + return PREVIOUS_BUILD_DIR_ERROR + except ( + InstallationError, + UninstallationError, + BadCommand, + NetworkConnectionError, + ) as exc: + logger.critical(str(exc)) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except CommandError as exc: + logger.critical("%s", exc) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except BrokenStdoutLoggingError: + # Bypass our logger and write any remaining messages to + # stderr because stdout no longer works. + print("ERROR: Pipe to stdout was broken", file=sys.stderr) + if level_number <= logging.DEBUG: + traceback.print_exc(file=sys.stderr) + + return ERROR + except KeyboardInterrupt: + logger.critical("Operation cancelled by user") + logger.debug("Exception information:", exc_info=True) + + return ERROR + except BaseException: + logger.critical("Exception:", exc_info=True) + + return UNKNOWN_ERROR + + return exc_logging_wrapper + + try: + if not options.debug_mode: + run = intercepts_unhandled_exc(self.run) + else: + run = self.run + rich_traceback.install(show_locals=True) + return run(options, args) + finally: + self.handle_pip_version_check(options) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/cli/cmdoptions.py b/venv/lib/python3.8/site-packages/pip/_internal/cli/cmdoptions.py new file mode 100644 index 000000000..71b1d1906 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/cli/cmdoptions.py @@ -0,0 +1,1018 @@ +""" +shared options and groups + +The principle here is to define options once, but *not* instantiate them +globally. One reason being that options with action='append' can carry state +between parses. pip parses general options twice internally, and shouldn't +pass on state. To be consistent, all options will follow this design. +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import logging +import os +import textwrap +from functools import partial +from optparse import SUPPRESS_HELP, Option, OptionGroup, OptionParser, Values +from textwrap import dedent +from typing import Any, Callable, Dict, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli.parser import ConfigOptionParser +from pip._internal.cli.progress_bars import BAR_TYPES +from pip._internal.exceptions import CommandError +from pip._internal.locations import USER_CACHE_DIR, get_src_prefix +from pip._internal.models.format_control import FormatControl +from pip._internal.models.index import PyPI +from pip._internal.models.target_python import TargetPython +from pip._internal.utils.hashes import STRONG_HASHES +from pip._internal.utils.misc import strtobool + +logger = logging.getLogger(__name__) + + +def raise_option_error(parser: OptionParser, option: Option, msg: str) -> None: + """ + Raise an option parsing error using parser.error(). + + Args: + parser: an OptionParser instance. + option: an Option instance. + msg: the error text. + """ + msg = f"{option} error: {msg}" + msg = textwrap.fill(" ".join(msg.split())) + parser.error(msg) + + +def make_option_group(group: Dict[str, Any], parser: ConfigOptionParser) -> OptionGroup: + """ + Return an OptionGroup object + group -- assumed to be dict with 'name' and 'options' keys + parser -- an optparse Parser + """ + option_group = OptionGroup(parser, group["name"]) + for option in group["options"]: + option_group.add_option(option()) + return option_group + + +def check_install_build_global( + options: Values, check_options: Optional[Values] = None +) -> None: + """Disable wheels if per-setup.py call options are set. + + :param options: The OptionParser options to update. + :param check_options: The options to check, if not supplied defaults to + options. + """ + if check_options is None: + check_options = options + + def getname(n: str) -> Optional[Any]: + return getattr(check_options, n, None) + + names = ["build_options", "global_options", "install_options"] + if any(map(getname, names)): + control = options.format_control + control.disallow_binaries() + logger.warning( + "Disabling all use of wheels due to the use of --build-option " + "/ --global-option / --install-option.", + ) + + +def check_dist_restriction(options: Values, check_target: bool = False) -> None: + """Function for determining if custom platform options are allowed. + + :param options: The OptionParser options. + :param check_target: Whether or not to check if --target is being used. + """ + dist_restriction_set = any( + [ + options.python_version, + options.platforms, + options.abis, + options.implementation, + ] + ) + + binary_only = FormatControl(set(), {":all:"}) + sdist_dependencies_allowed = ( + options.format_control != binary_only and not options.ignore_dependencies + ) + + # Installations or downloads using dist restrictions must not combine + # source distributions and dist-specific wheels, as they are not + # guaranteed to be locally compatible. + if dist_restriction_set and sdist_dependencies_allowed: + raise CommandError( + "When restricting platform and interpreter constraints using " + "--python-version, --platform, --abi, or --implementation, " + "either --no-deps must be set, or --only-binary=:all: must be " + "set and --no-binary must not be set (or must be set to " + ":none:)." + ) + + if check_target: + if dist_restriction_set and not options.target_dir: + raise CommandError( + "Can not use any platform or abi specific options unless " + "installing via '--target'" + ) + + +def _path_option_check(option: Option, opt: str, value: str) -> str: + return os.path.expanduser(value) + + +def _package_name_option_check(option: Option, opt: str, value: str) -> str: + return canonicalize_name(value) + + +class PipOption(Option): + TYPES = Option.TYPES + ("path", "package_name") + TYPE_CHECKER = Option.TYPE_CHECKER.copy() + TYPE_CHECKER["package_name"] = _package_name_option_check + TYPE_CHECKER["path"] = _path_option_check + + +########### +# options # +########### + +help_: Callable[..., Option] = partial( + Option, + "-h", + "--help", + dest="help", + action="help", + help="Show help.", +) + +debug_mode: Callable[..., Option] = partial( + Option, + "--debug", + dest="debug_mode", + action="store_true", + default=False, + help=( + "Let unhandled exceptions propagate outside the main subroutine, " + "instead of logging them to stderr." + ), +) + +isolated_mode: Callable[..., Option] = partial( + Option, + "--isolated", + dest="isolated_mode", + action="store_true", + default=False, + help=( + "Run pip in an isolated mode, ignoring environment variables and user " + "configuration." + ), +) + +require_virtualenv: Callable[..., Option] = partial( + Option, + "--require-virtualenv", + "--require-venv", + dest="require_venv", + action="store_true", + default=False, + help=( + "Allow pip to only run in a virtual environment; " + "exit with an error otherwise." + ), +) + +verbose: Callable[..., Option] = partial( + Option, + "-v", + "--verbose", + dest="verbose", + action="count", + default=0, + help="Give more output. Option is additive, and can be used up to 3 times.", +) + +no_color: Callable[..., Option] = partial( + Option, + "--no-color", + dest="no_color", + action="store_true", + default=False, + help="Suppress colored output.", +) + +version: Callable[..., Option] = partial( + Option, + "-V", + "--version", + dest="version", + action="store_true", + help="Show version and exit.", +) + +quiet: Callable[..., Option] = partial( + Option, + "-q", + "--quiet", + dest="quiet", + action="count", + default=0, + help=( + "Give less output. Option is additive, and can be used up to 3" + " times (corresponding to WARNING, ERROR, and CRITICAL logging" + " levels)." + ), +) + +progress_bar: Callable[..., Option] = partial( + Option, + "--progress-bar", + dest="progress_bar", + type="choice", + choices=list(BAR_TYPES.keys()), + default="on", + help=( + "Specify type of progress to be displayed [" + + "|".join(BAR_TYPES.keys()) + + "] (default: %default)" + ), +) + +log: Callable[..., Option] = partial( + PipOption, + "--log", + "--log-file", + "--local-log", + dest="log", + metavar="path", + type="path", + help="Path to a verbose appending log.", +) + +no_input: Callable[..., Option] = partial( + Option, + # Don't ask for input + "--no-input", + dest="no_input", + action="store_true", + default=False, + help="Disable prompting for input.", +) + +proxy: Callable[..., Option] = partial( + Option, + "--proxy", + dest="proxy", + type="str", + default="", + help="Specify a proxy in the form [user:passwd@]proxy.server:port.", +) + +retries: Callable[..., Option] = partial( + Option, + "--retries", + dest="retries", + type="int", + default=5, + help="Maximum number of retries each connection should attempt " + "(default %default times).", +) + +timeout: Callable[..., Option] = partial( + Option, + "--timeout", + "--default-timeout", + metavar="sec", + dest="timeout", + type="float", + default=15, + help="Set the socket timeout (default %default seconds).", +) + + +def exists_action() -> Option: + return Option( + # Option when path already exist + "--exists-action", + dest="exists_action", + type="choice", + choices=["s", "i", "w", "b", "a"], + default=[], + action="append", + metavar="action", + help="Default action when a path already exists: " + "(s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort.", + ) + + +cert: Callable[..., Option] = partial( + PipOption, + "--cert", + dest="cert", + type="path", + metavar="path", + help=( + "Path to PEM-encoded CA certificate bundle. " + "If provided, overrides the default. " + "See 'SSL Certificate Verification' in pip documentation " + "for more information." + ), +) + +client_cert: Callable[..., Option] = partial( + PipOption, + "--client-cert", + dest="client_cert", + type="path", + default=None, + metavar="path", + help="Path to SSL client certificate, a single file containing the " + "private key and the certificate in PEM format.", +) + +index_url: Callable[..., Option] = partial( + Option, + "-i", + "--index-url", + "--pypi-url", + dest="index_url", + metavar="URL", + default=PyPI.simple_url, + help="Base URL of the Python Package Index (default %default). " + "This should point to a repository compliant with PEP 503 " + "(the simple repository API) or a local directory laid out " + "in the same format.", +) + + +def extra_index_url() -> Option: + return Option( + "--extra-index-url", + dest="extra_index_urls", + metavar="URL", + action="append", + default=[], + help="Extra URLs of package indexes to use in addition to " + "--index-url. Should follow the same rules as " + "--index-url.", + ) + + +no_index: Callable[..., Option] = partial( + Option, + "--no-index", + dest="no_index", + action="store_true", + default=False, + help="Ignore package index (only looking at --find-links URLs instead).", +) + + +def find_links() -> Option: + return Option( + "-f", + "--find-links", + dest="find_links", + action="append", + default=[], + metavar="url", + help="If a URL or path to an html file, then parse for links to " + "archives such as sdist (.tar.gz) or wheel (.whl) files. " + "If a local path or file:// URL that's a directory, " + "then look for archives in the directory listing. " + "Links to VCS project URLs are not supported.", + ) + + +def trusted_host() -> Option: + return Option( + "--trusted-host", + dest="trusted_hosts", + action="append", + metavar="HOSTNAME", + default=[], + help="Mark this host or host:port pair as trusted, even though it " + "does not have valid or any HTTPS.", + ) + + +def constraints() -> Option: + return Option( + "-c", + "--constraint", + dest="constraints", + action="append", + default=[], + metavar="file", + help="Constrain versions using the given constraints file. " + "This option can be used multiple times.", + ) + + +def requirements() -> Option: + return Option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help="Install from the given requirements file. " + "This option can be used multiple times.", + ) + + +def editable() -> Option: + return Option( + "-e", + "--editable", + dest="editables", + action="append", + default=[], + metavar="path/url", + help=( + "Install a project in editable mode (i.e. setuptools " + '"develop mode") from a local project path or a VCS url.' + ), + ) + + +def _handle_src(option: Option, opt_str: str, value: str, parser: OptionParser) -> None: + value = os.path.abspath(value) + setattr(parser.values, option.dest, value) + + +src: Callable[..., Option] = partial( + PipOption, + "--src", + "--source", + "--source-dir", + "--source-directory", + dest="src_dir", + type="path", + metavar="dir", + default=get_src_prefix(), + action="callback", + callback=_handle_src, + help="Directory to check out editable projects into. " + 'The default in a virtualenv is "/src". ' + 'The default for global installs is "/src".', +) + + +def _get_format_control(values: Values, option: Option) -> Any: + """Get a format_control object.""" + return getattr(values, option.dest) + + +def _handle_no_binary( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_format_control(parser.values, option) + FormatControl.handle_mutual_excludes( + value, + existing.no_binary, + existing.only_binary, + ) + + +def _handle_only_binary( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_format_control(parser.values, option) + FormatControl.handle_mutual_excludes( + value, + existing.only_binary, + existing.no_binary, + ) + + +def no_binary() -> Option: + format_control = FormatControl(set(), set()) + return Option( + "--no-binary", + dest="format_control", + action="callback", + callback=_handle_no_binary, + type="str", + default=format_control, + help="Do not use binary packages. Can be supplied multiple times, and " + 'each time adds to the existing value. Accepts either ":all:" to ' + 'disable all binary packages, ":none:" to empty the set (notice ' + "the colons), or one or more package names with commas between " + "them (no colons). Note that some packages are tricky to compile " + "and may fail to install when this option is used on them.", + ) + + +def only_binary() -> Option: + format_control = FormatControl(set(), set()) + return Option( + "--only-binary", + dest="format_control", + action="callback", + callback=_handle_only_binary, + type="str", + default=format_control, + help="Do not use source packages. Can be supplied multiple times, and " + 'each time adds to the existing value. Accepts either ":all:" to ' + 'disable all source packages, ":none:" to empty the set, or one ' + "or more package names with commas between them. Packages " + "without binary distributions will fail to install when this " + "option is used on them.", + ) + + +platforms: Callable[..., Option] = partial( + Option, + "--platform", + dest="platforms", + metavar="platform", + action="append", + default=None, + help=( + "Only use wheels compatible with . Defaults to the " + "platform of the running system. Use this option multiple times to " + "specify multiple platforms supported by the target interpreter." + ), +) + + +# This was made a separate function for unit-testing purposes. +def _convert_python_version(value: str) -> Tuple[Tuple[int, ...], Optional[str]]: + """ + Convert a version string like "3", "37", or "3.7.3" into a tuple of ints. + + :return: A 2-tuple (version_info, error_msg), where `error_msg` is + non-None if and only if there was a parsing error. + """ + if not value: + # The empty string is the same as not providing a value. + return (None, None) + + parts = value.split(".") + if len(parts) > 3: + return ((), "at most three version parts are allowed") + + if len(parts) == 1: + # Then we are in the case of "3" or "37". + value = parts[0] + if len(value) > 1: + parts = [value[0], value[1:]] + + try: + version_info = tuple(int(part) for part in parts) + except ValueError: + return ((), "each version part must be an integer") + + return (version_info, None) + + +def _handle_python_version( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + """ + Handle a provided --python-version value. + """ + version_info, error_msg = _convert_python_version(value) + if error_msg is not None: + msg = "invalid --python-version value: {!r}: {}".format( + value, + error_msg, + ) + raise_option_error(parser, option=option, msg=msg) + + parser.values.python_version = version_info + + +python_version: Callable[..., Option] = partial( + Option, + "--python-version", + dest="python_version", + metavar="python_version", + action="callback", + callback=_handle_python_version, + type="str", + default=None, + help=dedent( + """\ + The Python interpreter version to use for wheel and "Requires-Python" + compatibility checks. Defaults to a version derived from the running + interpreter. The version can be specified using up to three dot-separated + integers (e.g. "3" for 3.0.0, "3.7" for 3.7.0, or "3.7.3"). A major-minor + version can also be given as a string without dots (e.g. "37" for 3.7.0). + """ + ), +) + + +implementation: Callable[..., Option] = partial( + Option, + "--implementation", + dest="implementation", + metavar="implementation", + default=None, + help=( + "Only use wheels compatible with Python " + "implementation , e.g. 'pp', 'jy', 'cp', " + " or 'ip'. If not specified, then the current " + "interpreter implementation is used. Use 'py' to force " + "implementation-agnostic wheels." + ), +) + + +abis: Callable[..., Option] = partial( + Option, + "--abi", + dest="abis", + metavar="abi", + action="append", + default=None, + help=( + "Only use wheels compatible with Python abi , e.g. 'pypy_41'. " + "If not specified, then the current interpreter abi tag is used. " + "Use this option multiple times to specify multiple abis supported " + "by the target interpreter. Generally you will need to specify " + "--implementation, --platform, and --python-version when using this " + "option." + ), +) + + +def add_target_python_options(cmd_opts: OptionGroup) -> None: + cmd_opts.add_option(platforms()) + cmd_opts.add_option(python_version()) + cmd_opts.add_option(implementation()) + cmd_opts.add_option(abis()) + + +def make_target_python(options: Values) -> TargetPython: + target_python = TargetPython( + platforms=options.platforms, + py_version_info=options.python_version, + abis=options.abis, + implementation=options.implementation, + ) + + return target_python + + +def prefer_binary() -> Option: + return Option( + "--prefer-binary", + dest="prefer_binary", + action="store_true", + default=False, + help="Prefer older binary packages over newer source packages.", + ) + + +cache_dir: Callable[..., Option] = partial( + PipOption, + "--cache-dir", + dest="cache_dir", + default=USER_CACHE_DIR, + metavar="dir", + type="path", + help="Store the cache data in .", +) + + +def _handle_no_cache_dir( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-cache-dir option. + + This is an optparse.Option callback for the --no-cache-dir option. + """ + # The value argument will be None if --no-cache-dir is passed via the + # command-line, since the option doesn't accept arguments. However, + # the value can be non-None if the option is triggered e.g. by an + # environment variable, like PIP_NO_CACHE_DIR=true. + if value is not None: + # Then parse the string value to get argument error-checking. + try: + strtobool(value) + except ValueError as exc: + raise_option_error(parser, option=option, msg=str(exc)) + + # Originally, setting PIP_NO_CACHE_DIR to a value that strtobool() + # converted to 0 (like "false" or "no") caused cache_dir to be disabled + # rather than enabled (logic would say the latter). Thus, we disable + # the cache directory not just on values that parse to True, but (for + # backwards compatibility reasons) also on values that parse to False. + # In other words, always set it to False if the option is provided in + # some (valid) form. + parser.values.cache_dir = False + + +no_cache: Callable[..., Option] = partial( + Option, + "--no-cache-dir", + dest="cache_dir", + action="callback", + callback=_handle_no_cache_dir, + help="Disable the cache.", +) + +no_deps: Callable[..., Option] = partial( + Option, + "--no-deps", + "--no-dependencies", + dest="ignore_dependencies", + action="store_true", + default=False, + help="Don't install package dependencies.", +) + +ignore_requires_python: Callable[..., Option] = partial( + Option, + "--ignore-requires-python", + dest="ignore_requires_python", + action="store_true", + help="Ignore the Requires-Python information.", +) + +no_build_isolation: Callable[..., Option] = partial( + Option, + "--no-build-isolation", + dest="build_isolation", + action="store_false", + default=True, + help="Disable isolation when building a modern source distribution. " + "Build dependencies specified by PEP 518 must be already installed " + "if this option is used.", +) + + +def _handle_no_use_pep517( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-use-pep517 option. + + This is an optparse.Option callback for the no_use_pep517 option. + """ + # Since --no-use-pep517 doesn't accept arguments, the value argument + # will be None if --no-use-pep517 is passed via the command-line. + # However, the value can be non-None if the option is triggered e.g. + # by an environment variable, for example "PIP_NO_USE_PEP517=true". + if value is not None: + msg = """A value was passed for --no-use-pep517, + probably using either the PIP_NO_USE_PEP517 environment variable + or the "no-use-pep517" config file option. Use an appropriate value + of the PIP_USE_PEP517 environment variable or the "use-pep517" + config file option instead. + """ + raise_option_error(parser, option=option, msg=msg) + + # Otherwise, --no-use-pep517 was passed via the command-line. + parser.values.use_pep517 = False + + +use_pep517: Any = partial( + Option, + "--use-pep517", + dest="use_pep517", + action="store_true", + default=None, + help="Use PEP 517 for building source distributions " + "(use --no-use-pep517 to force legacy behaviour).", +) + +no_use_pep517: Any = partial( + Option, + "--no-use-pep517", + dest="use_pep517", + action="callback", + callback=_handle_no_use_pep517, + default=None, + help=SUPPRESS_HELP, +) + +install_options: Callable[..., Option] = partial( + Option, + "--install-option", + dest="install_options", + action="append", + metavar="options", + help="Extra arguments to be supplied to the setup.py install " + 'command (use like --install-option="--install-scripts=/usr/local/' + 'bin"). Use multiple --install-option options to pass multiple ' + "options to setup.py install. If you are using an option with a " + "directory path, be sure to use absolute path.", +) + +build_options: Callable[..., Option] = partial( + Option, + "--build-option", + dest="build_options", + metavar="options", + action="append", + help="Extra arguments to be supplied to 'setup.py bdist_wheel'.", +) + +global_options: Callable[..., Option] = partial( + Option, + "--global-option", + dest="global_options", + action="append", + metavar="options", + help="Extra global options to be supplied to the setup.py " + "call before the install or bdist_wheel command.", +) + +no_clean: Callable[..., Option] = partial( + Option, + "--no-clean", + action="store_true", + default=False, + help="Don't clean up build directories.", +) + +pre: Callable[..., Option] = partial( + Option, + "--pre", + action="store_true", + default=False, + help="Include pre-release and development versions. By default, " + "pip only finds stable versions.", +) + +disable_pip_version_check: Callable[..., Option] = partial( + Option, + "--disable-pip-version-check", + dest="disable_pip_version_check", + action="store_true", + default=False, + help="Don't periodically check PyPI to determine whether a new version " + "of pip is available for download. Implied with --no-index.", +) + + +def _handle_merge_hash( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + """Given a value spelled "algo:digest", append the digest to a list + pointed to in a dict by the algo name.""" + if not parser.values.hashes: + parser.values.hashes = {} + try: + algo, digest = value.split(":", 1) + except ValueError: + parser.error( + "Arguments to {} must be a hash name " # noqa + "followed by a value, like --hash=sha256:" + "abcde...".format(opt_str) + ) + if algo not in STRONG_HASHES: + parser.error( + "Allowed hash algorithms for {} are {}.".format( # noqa + opt_str, ", ".join(STRONG_HASHES) + ) + ) + parser.values.hashes.setdefault(algo, []).append(digest) + + +hash: Callable[..., Option] = partial( + Option, + "--hash", + # Hash values eventually end up in InstallRequirement.hashes due to + # __dict__ copying in process_line(). + dest="hashes", + action="callback", + callback=_handle_merge_hash, + type="string", + help="Verify that the package's archive matches this " + "hash before installing. Example: --hash=sha256:abcdef...", +) + + +require_hashes: Callable[..., Option] = partial( + Option, + "--require-hashes", + dest="require_hashes", + action="store_true", + default=False, + help="Require a hash to check each requirement against, for " + "repeatable installs. This option is implied when any package in a " + "requirements file has a --hash option.", +) + + +list_path: Callable[..., Option] = partial( + PipOption, + "--path", + dest="path", + type="path", + action="append", + help="Restrict to the specified installation path for listing " + "packages (can be used multiple times).", +) + + +def check_list_path_option(options: Values) -> None: + if options.path and (options.user or options.local): + raise CommandError("Cannot combine '--path' with '--user' or '--local'") + + +list_exclude: Callable[..., Option] = partial( + PipOption, + "--exclude", + dest="excludes", + action="append", + metavar="package", + type="package_name", + help="Exclude specified package from the output", +) + + +no_python_version_warning: Callable[..., Option] = partial( + Option, + "--no-python-version-warning", + dest="no_python_version_warning", + action="store_true", + default=False, + help="Silence deprecation warnings for upcoming unsupported Pythons.", +) + + +use_new_feature: Callable[..., Option] = partial( + Option, + "--use-feature", + dest="features_enabled", + metavar="feature", + action="append", + default=[], + choices=["2020-resolver", "fast-deps", "in-tree-build"], + help="Enable new functionality, that may be backward incompatible.", +) + +use_deprecated_feature: Callable[..., Option] = partial( + Option, + "--use-deprecated", + dest="deprecated_features_enabled", + metavar="feature", + action="append", + default=[], + choices=[ + "legacy-resolver", + "out-of-tree-build", + "backtrack-on-build-failures", + "html5lib", + ], + help=("Enable deprecated functionality, that will be removed in the future."), +) + + +########## +# groups # +########## + +general_group: Dict[str, Any] = { + "name": "General Options", + "options": [ + help_, + debug_mode, + isolated_mode, + require_virtualenv, + verbose, + version, + quiet, + log, + no_input, + proxy, + retries, + timeout, + exists_action, + trusted_host, + cert, + client_cert, + cache_dir, + no_cache, + disable_pip_version_check, + no_color, + no_python_version_warning, + use_new_feature, + use_deprecated_feature, + ], +} + +index_group: Dict[str, Any] = { + "name": "Package Index Options", + "options": [ + index_url, + extra_index_url, + no_index, + find_links, + ], +} diff --git a/venv/lib/python3.8/site-packages/pip/_internal/cli/command_context.py b/venv/lib/python3.8/site-packages/pip/_internal/cli/command_context.py new file mode 100644 index 000000000..ed6832237 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/cli/command_context.py @@ -0,0 +1,27 @@ +from contextlib import ExitStack, contextmanager +from typing import ContextManager, Iterator, TypeVar + +_T = TypeVar("_T", covariant=True) + + +class CommandContextMixIn: + def __init__(self) -> None: + super().__init__() + self._in_main_context = False + self._main_context = ExitStack() + + @contextmanager + def main_context(self) -> Iterator[None]: + assert not self._in_main_context + + self._in_main_context = True + try: + with self._main_context: + yield + finally: + self._in_main_context = False + + def enter_context(self, context_provider: ContextManager[_T]) -> _T: + assert self._in_main_context + + return self._main_context.enter_context(context_provider) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/cli/main.py b/venv/lib/python3.8/site-packages/pip/_internal/cli/main.py new file mode 100644 index 000000000..0e3122154 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/cli/main.py @@ -0,0 +1,70 @@ +"""Primary application entrypoint. +""" +import locale +import logging +import os +import sys +from typing import List, Optional + +from pip._internal.cli.autocompletion import autocomplete +from pip._internal.cli.main_parser import parse_command +from pip._internal.commands import create_command +from pip._internal.exceptions import PipError +from pip._internal.utils import deprecation + +logger = logging.getLogger(__name__) + + +# Do not import and use main() directly! Using it directly is actively +# discouraged by pip's maintainers. The name, location and behavior of +# this function is subject to change, so calling it directly is not +# portable across different pip versions. + +# In addition, running pip in-process is unsupported and unsafe. This is +# elaborated in detail at +# https://pip.pypa.io/en/stable/user_guide/#using-pip-from-your-program. +# That document also provides suggestions that should work for nearly +# all users that are considering importing and using main() directly. + +# However, we know that certain users will still want to invoke pip +# in-process. If you understand and accept the implications of using pip +# in an unsupported manner, the best approach is to use runpy to avoid +# depending on the exact location of this entry point. + +# The following example shows how to use runpy to invoke pip in that +# case: +# +# sys.argv = ["pip", your, args, here] +# runpy.run_module("pip", run_name="__main__") +# +# Note that this will exit the process after running, unlike a direct +# call to main. As it is not safe to do any processing after calling +# main, this should not be an issue in practice. + + +def main(args: Optional[List[str]] = None) -> int: + if args is None: + args = sys.argv[1:] + + # Configure our deprecation warnings to be sent through loggers + deprecation.install_warning_logger() + + autocomplete() + + try: + cmd_name, cmd_args = parse_command(args) + except PipError as exc: + sys.stderr.write(f"ERROR: {exc}") + sys.stderr.write(os.linesep) + sys.exit(1) + + # Needed for locale.getpreferredencoding(False) to work + # in pip._internal.utils.encoding.auto_decode + try: + locale.setlocale(locale.LC_ALL, "") + except locale.Error as e: + # setlocale can apparently crash if locale are uninitialized + logger.debug("Ignoring error %s when setting locale", e) + command = create_command(cmd_name, isolated=("--isolated" in cmd_args)) + + return command.main(cmd_args) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/cli/main_parser.py b/venv/lib/python3.8/site-packages/pip/_internal/cli/main_parser.py new file mode 100644 index 000000000..3666ab04c --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/cli/main_parser.py @@ -0,0 +1,87 @@ +"""A single place for constructing and exposing the main parser +""" + +import os +import sys +from typing import List, Tuple + +from pip._internal.cli import cmdoptions +from pip._internal.cli.parser import ConfigOptionParser, UpdatingDefaultsHelpFormatter +from pip._internal.commands import commands_dict, get_similar_commands +from pip._internal.exceptions import CommandError +from pip._internal.utils.misc import get_pip_version, get_prog + +__all__ = ["create_main_parser", "parse_command"] + + +def create_main_parser() -> ConfigOptionParser: + """Creates and returns the main parser for pip's CLI""" + + parser = ConfigOptionParser( + usage="\n%prog [options]", + add_help_option=False, + formatter=UpdatingDefaultsHelpFormatter(), + name="global", + prog=get_prog(), + ) + parser.disable_interspersed_args() + + parser.version = get_pip_version() + + # add the general options + gen_opts = cmdoptions.make_option_group(cmdoptions.general_group, parser) + parser.add_option_group(gen_opts) + + # so the help formatter knows + parser.main = True # type: ignore + + # create command listing for description + description = [""] + [ + f"{name:27} {command_info.summary}" + for name, command_info in commands_dict.items() + ] + parser.description = "\n".join(description) + + return parser + + +def parse_command(args: List[str]) -> Tuple[str, List[str]]: + parser = create_main_parser() + + # Note: parser calls disable_interspersed_args(), so the result of this + # call is to split the initial args into the general options before the + # subcommand and everything else. + # For example: + # args: ['--timeout=5', 'install', '--user', 'INITools'] + # general_options: ['--timeout==5'] + # args_else: ['install', '--user', 'INITools'] + general_options, args_else = parser.parse_args(args) + + # --version + if general_options.version: + sys.stdout.write(parser.version) + sys.stdout.write(os.linesep) + sys.exit() + + # pip || pip help -> print_help() + if not args_else or (args_else[0] == "help" and len(args_else) == 1): + parser.print_help() + sys.exit() + + # the subcommand name + cmd_name = args_else[0] + + if cmd_name not in commands_dict: + guess = get_similar_commands(cmd_name) + + msg = [f'unknown command "{cmd_name}"'] + if guess: + msg.append(f'maybe you meant "{guess}"') + + raise CommandError(" - ".join(msg)) + + # all the args without the subcommand + cmd_args = args[:] + cmd_args.remove(cmd_name) + + return cmd_name, cmd_args diff --git a/venv/lib/python3.8/site-packages/pip/_internal/cli/parser.py b/venv/lib/python3.8/site-packages/pip/_internal/cli/parser.py new file mode 100644 index 000000000..a1c99a8cb --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/cli/parser.py @@ -0,0 +1,292 @@ +"""Base option parser setup""" + +import logging +import optparse +import shutil +import sys +import textwrap +from contextlib import suppress +from typing import Any, Dict, Iterator, List, Tuple + +from pip._internal.cli.status_codes import UNKNOWN_ERROR +from pip._internal.configuration import Configuration, ConfigurationError +from pip._internal.utils.misc import redact_auth_from_url, strtobool + +logger = logging.getLogger(__name__) + + +class PrettyHelpFormatter(optparse.IndentedHelpFormatter): + """A prettier/less verbose help formatter for optparse.""" + + def __init__(self, *args: Any, **kwargs: Any) -> None: + # help position must be aligned with __init__.parseopts.description + kwargs["max_help_position"] = 30 + kwargs["indent_increment"] = 1 + kwargs["width"] = shutil.get_terminal_size()[0] - 2 + super().__init__(*args, **kwargs) + + def format_option_strings(self, option: optparse.Option) -> str: + return self._format_option_strings(option) + + def _format_option_strings( + self, option: optparse.Option, mvarfmt: str = " <{}>", optsep: str = ", " + ) -> str: + """ + Return a comma-separated list of option strings and metavars. + + :param option: tuple of (short opt, long opt), e.g: ('-f', '--format') + :param mvarfmt: metavar format string + :param optsep: separator + """ + opts = [] + + if option._short_opts: + opts.append(option._short_opts[0]) + if option._long_opts: + opts.append(option._long_opts[0]) + if len(opts) > 1: + opts.insert(1, optsep) + + if option.takes_value(): + assert option.dest is not None + metavar = option.metavar or option.dest.lower() + opts.append(mvarfmt.format(metavar.lower())) + + return "".join(opts) + + def format_heading(self, heading: str) -> str: + if heading == "Options": + return "" + return heading + ":\n" + + def format_usage(self, usage: str) -> str: + """ + Ensure there is only one newline between usage and the first heading + if there is no description. + """ + msg = "\nUsage: {}\n".format(self.indent_lines(textwrap.dedent(usage), " ")) + return msg + + def format_description(self, description: str) -> str: + # leave full control over description to us + if description: + if hasattr(self.parser, "main"): + label = "Commands" + else: + label = "Description" + # some doc strings have initial newlines, some don't + description = description.lstrip("\n") + # some doc strings have final newlines and spaces, some don't + description = description.rstrip() + # dedent, then reindent + description = self.indent_lines(textwrap.dedent(description), " ") + description = f"{label}:\n{description}\n" + return description + else: + return "" + + def format_epilog(self, epilog: str) -> str: + # leave full control over epilog to us + if epilog: + return epilog + else: + return "" + + def indent_lines(self, text: str, indent: str) -> str: + new_lines = [indent + line for line in text.split("\n")] + return "\n".join(new_lines) + + +class UpdatingDefaultsHelpFormatter(PrettyHelpFormatter): + """Custom help formatter for use in ConfigOptionParser. + + This is updates the defaults before expanding them, allowing + them to show up correctly in the help listing. + + Also redact auth from url type options + """ + + def expand_default(self, option: optparse.Option) -> str: + default_values = None + if self.parser is not None: + assert isinstance(self.parser, ConfigOptionParser) + self.parser._update_defaults(self.parser.defaults) + assert option.dest is not None + default_values = self.parser.defaults.get(option.dest) + help_text = super().expand_default(option) + + if default_values and option.metavar == "URL": + if isinstance(default_values, str): + default_values = [default_values] + + # If its not a list, we should abort and just return the help text + if not isinstance(default_values, list): + default_values = [] + + for val in default_values: + help_text = help_text.replace(val, redact_auth_from_url(val)) + + return help_text + + +class CustomOptionParser(optparse.OptionParser): + def insert_option_group( + self, idx: int, *args: Any, **kwargs: Any + ) -> optparse.OptionGroup: + """Insert an OptionGroup at a given position.""" + group = self.add_option_group(*args, **kwargs) + + self.option_groups.pop() + self.option_groups.insert(idx, group) + + return group + + @property + def option_list_all(self) -> List[optparse.Option]: + """Get a list of all options, including those in option groups.""" + res = self.option_list[:] + for i in self.option_groups: + res.extend(i.option_list) + + return res + + +class ConfigOptionParser(CustomOptionParser): + """Custom option parser which updates its defaults by checking the + configuration files and environmental variables""" + + def __init__( + self, + *args: Any, + name: str, + isolated: bool = False, + **kwargs: Any, + ) -> None: + self.name = name + self.config = Configuration(isolated) + + assert self.name + super().__init__(*args, **kwargs) + + def check_default(self, option: optparse.Option, key: str, val: Any) -> Any: + try: + return option.check_value(key, val) + except optparse.OptionValueError as exc: + print(f"An error occurred during configuration: {exc}") + sys.exit(3) + + def _get_ordered_configuration_items(self) -> Iterator[Tuple[str, Any]]: + # Configuration gives keys in an unordered manner. Order them. + override_order = ["global", self.name, ":env:"] + + # Pool the options into different groups + section_items: Dict[str, List[Tuple[str, Any]]] = { + name: [] for name in override_order + } + for section_key, val in self.config.items(): + # ignore empty values + if not val: + logger.debug( + "Ignoring configuration key '%s' as it's value is empty.", + section_key, + ) + continue + + section, key = section_key.split(".", 1) + if section in override_order: + section_items[section].append((key, val)) + + # Yield each group in their override order + for section in override_order: + for key, val in section_items[section]: + yield key, val + + def _update_defaults(self, defaults: Dict[str, Any]) -> Dict[str, Any]: + """Updates the given defaults with values from the config files and + the environ. Does a little special handling for certain types of + options (lists).""" + + # Accumulate complex default state. + self.values = optparse.Values(self.defaults) + late_eval = set() + # Then set the options with those values + for key, val in self._get_ordered_configuration_items(): + # '--' because configuration supports only long names + option = self.get_option("--" + key) + + # Ignore options not present in this parser. E.g. non-globals put + # in [global] by users that want them to apply to all applicable + # commands. + if option is None: + continue + + assert option.dest is not None + + if option.action in ("store_true", "store_false"): + try: + val = strtobool(val) + except ValueError: + self.error( + "{} is not a valid value for {} option, " # noqa + "please specify a boolean value like yes/no, " + "true/false or 1/0 instead.".format(val, key) + ) + elif option.action == "count": + with suppress(ValueError): + val = strtobool(val) + with suppress(ValueError): + val = int(val) + if not isinstance(val, int) or val < 0: + self.error( + "{} is not a valid value for {} option, " # noqa + "please instead specify either a non-negative integer " + "or a boolean value like yes/no or false/true " + "which is equivalent to 1/0.".format(val, key) + ) + elif option.action == "append": + val = val.split() + val = [self.check_default(option, key, v) for v in val] + elif option.action == "callback": + assert option.callback is not None + late_eval.add(option.dest) + opt_str = option.get_opt_string() + val = option.convert_value(opt_str, val) + # From take_action + args = option.callback_args or () + kwargs = option.callback_kwargs or {} + option.callback(option, opt_str, val, self, *args, **kwargs) + else: + val = self.check_default(option, key, val) + + defaults[option.dest] = val + + for key in late_eval: + defaults[key] = getattr(self.values, key) + self.values = None + return defaults + + def get_default_values(self) -> optparse.Values: + """Overriding to make updating the defaults after instantiation of + the option parser possible, _update_defaults() does the dirty work.""" + if not self.process_default_values: + # Old, pre-Optik 1.5 behaviour. + return optparse.Values(self.defaults) + + # Load the configuration, or error out in case of an error + try: + self.config.load() + except ConfigurationError as err: + self.exit(UNKNOWN_ERROR, str(err)) + + defaults = self._update_defaults(self.defaults.copy()) # ours + for option in self._get_all_options(): + assert option.dest is not None + default = defaults.get(option.dest) + if isinstance(default, str): + opt_str = option.get_opt_string() + defaults[option.dest] = option.check_value(opt_str, default) + return optparse.Values(defaults) + + def error(self, msg: str) -> None: + self.print_usage(sys.stderr) + self.exit(UNKNOWN_ERROR, f"{msg}\n") diff --git a/venv/lib/python3.8/site-packages/pip/_internal/cli/progress_bars.py b/venv/lib/python3.8/site-packages/pip/_internal/cli/progress_bars.py new file mode 100644 index 000000000..ffa1964fc --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/cli/progress_bars.py @@ -0,0 +1,321 @@ +import functools +import itertools +import sys +from signal import SIGINT, default_int_handler, signal +from typing import Any, Callable, Iterator, Optional, Tuple + +from pip._vendor.progress.bar import Bar, FillingCirclesBar, IncrementalBar +from pip._vendor.progress.spinner import Spinner +from pip._vendor.rich.progress import ( + BarColumn, + DownloadColumn, + FileSizeColumn, + Progress, + ProgressColumn, + SpinnerColumn, + TextColumn, + TimeElapsedColumn, + TimeRemainingColumn, + TransferSpeedColumn, +) + +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import get_indentation +from pip._internal.utils.misc import format_size + +try: + from pip._vendor import colorama +# Lots of different errors can come from this, including SystemError and +# ImportError. +except Exception: + colorama = None + +DownloadProgressRenderer = Callable[[Iterator[bytes]], Iterator[bytes]] + + +def _select_progress_class(preferred: Bar, fallback: Bar) -> Bar: + encoding = getattr(preferred.file, "encoding", None) + + # If we don't know what encoding this file is in, then we'll just assume + # that it doesn't support unicode and use the ASCII bar. + if not encoding: + return fallback + + # Collect all of the possible characters we want to use with the preferred + # bar. + characters = [ + getattr(preferred, "empty_fill", ""), + getattr(preferred, "fill", ""), + ] + characters += list(getattr(preferred, "phases", [])) + + # Try to decode the characters we're using for the bar using the encoding + # of the given file, if this works then we'll assume that we can use the + # fancier bar and if not we'll fall back to the plaintext bar. + try: + "".join(characters).encode(encoding) + except UnicodeEncodeError: + return fallback + else: + return preferred + + +_BaseBar: Any = _select_progress_class(IncrementalBar, Bar) + + +class InterruptibleMixin: + """ + Helper to ensure that self.finish() gets called on keyboard interrupt. + + This allows downloads to be interrupted without leaving temporary state + (like hidden cursors) behind. + + This class is similar to the progress library's existing SigIntMixin + helper, but as of version 1.2, that helper has the following problems: + + 1. It calls sys.exit(). + 2. It discards the existing SIGINT handler completely. + 3. It leaves its own handler in place even after an uninterrupted finish, + which will have unexpected delayed effects if the user triggers an + unrelated keyboard interrupt some time after a progress-displaying + download has already completed, for example. + """ + + def __init__(self, *args: Any, **kwargs: Any) -> None: + """ + Save the original SIGINT handler for later. + """ + # https://github.com/python/mypy/issues/5887 + super().__init__(*args, **kwargs) # type: ignore + + self.original_handler = signal(SIGINT, self.handle_sigint) + + # If signal() returns None, the previous handler was not installed from + # Python, and we cannot restore it. This probably should not happen, + # but if it does, we must restore something sensible instead, at least. + # The least bad option should be Python's default SIGINT handler, which + # just raises KeyboardInterrupt. + if self.original_handler is None: + self.original_handler = default_int_handler + + def finish(self) -> None: + """ + Restore the original SIGINT handler after finishing. + + This should happen regardless of whether the progress display finishes + normally, or gets interrupted. + """ + super().finish() # type: ignore + signal(SIGINT, self.original_handler) + + def handle_sigint(self, signum, frame): # type: ignore + """ + Call self.finish() before delegating to the original SIGINT handler. + + This handler should only be in place while the progress display is + active. + """ + self.finish() + self.original_handler(signum, frame) + + +class SilentBar(Bar): + def update(self) -> None: + pass + + +class BlueEmojiBar(IncrementalBar): + + suffix = "%(percent)d%%" + bar_prefix = " " + bar_suffix = " " + phases = ("\U0001F539", "\U0001F537", "\U0001F535") + + +class DownloadProgressMixin: + def __init__(self, *args: Any, **kwargs: Any) -> None: + # https://github.com/python/mypy/issues/5887 + super().__init__(*args, **kwargs) # type: ignore + self.message: str = (" " * (get_indentation() + 2)) + self.message + + @property + def downloaded(self) -> str: + return format_size(self.index) # type: ignore + + @property + def download_speed(self) -> str: + # Avoid zero division errors... + if self.avg == 0.0: # type: ignore + return "..." + return format_size(1 / self.avg) + "/s" # type: ignore + + @property + def pretty_eta(self) -> str: + if self.eta: # type: ignore + return f"eta {self.eta_td}" # type: ignore + return "" + + def iter(self, it): # type: ignore + for x in it: + yield x + # B305 is incorrectly raised here + # https://github.com/PyCQA/flake8-bugbear/issues/59 + self.next(len(x)) # noqa: B305 + self.finish() + + +class WindowsMixin: + def __init__(self, *args: Any, **kwargs: Any) -> None: + # The Windows terminal does not support the hide/show cursor ANSI codes + # even with colorama. So we'll ensure that hide_cursor is False on + # Windows. + # This call needs to go before the super() call, so that hide_cursor + # is set in time. The base progress bar class writes the "hide cursor" + # code to the terminal in its init, so if we don't set this soon + # enough, we get a "hide" with no corresponding "show"... + if WINDOWS and self.hide_cursor: # type: ignore + self.hide_cursor = False + + # https://github.com/python/mypy/issues/5887 + super().__init__(*args, **kwargs) # type: ignore + + # Check if we are running on Windows and we have the colorama module, + # if we do then wrap our file with it. + if WINDOWS and colorama: + self.file = colorama.AnsiToWin32(self.file) # type: ignore + # The progress code expects to be able to call self.file.isatty() + # but the colorama.AnsiToWin32() object doesn't have that, so we'll + # add it. + self.file.isatty = lambda: self.file.wrapped.isatty() + # The progress code expects to be able to call self.file.flush() + # but the colorama.AnsiToWin32() object doesn't have that, so we'll + # add it. + self.file.flush = lambda: self.file.wrapped.flush() + + +class BaseDownloadProgressBar(WindowsMixin, InterruptibleMixin, DownloadProgressMixin): + + file = sys.stdout + message = "%(percent)d%%" + suffix = "%(downloaded)s %(download_speed)s %(pretty_eta)s" + + +class DefaultDownloadProgressBar(BaseDownloadProgressBar, _BaseBar): + pass + + +class DownloadSilentBar(BaseDownloadProgressBar, SilentBar): + pass + + +class DownloadBar(BaseDownloadProgressBar, Bar): + pass + + +class DownloadFillingCirclesBar(BaseDownloadProgressBar, FillingCirclesBar): + pass + + +class DownloadBlueEmojiProgressBar(BaseDownloadProgressBar, BlueEmojiBar): + pass + + +class DownloadProgressSpinner( + WindowsMixin, InterruptibleMixin, DownloadProgressMixin, Spinner +): + + file = sys.stdout + suffix = "%(downloaded)s %(download_speed)s" + + def next_phase(self) -> str: + if not hasattr(self, "_phaser"): + self._phaser = itertools.cycle(self.phases) + return next(self._phaser) + + def update(self) -> None: + message = self.message % self + phase = self.next_phase() + suffix = self.suffix % self + line = "".join( + [ + message, + " " if message else "", + phase, + " " if suffix else "", + suffix, + ] + ) + + self.writeln(line) + + +BAR_TYPES = { + "off": (DownloadSilentBar, DownloadSilentBar), + "on": (DefaultDownloadProgressBar, DownloadProgressSpinner), + "ascii": (DownloadBar, DownloadProgressSpinner), + "pretty": (DownloadFillingCirclesBar, DownloadProgressSpinner), + "emoji": (DownloadBlueEmojiProgressBar, DownloadProgressSpinner), +} + + +def _legacy_progress_bar( + progress_bar: str, max: Optional[int] +) -> DownloadProgressRenderer: + if max is None or max == 0: + return BAR_TYPES[progress_bar][1]().iter # type: ignore + else: + return BAR_TYPES[progress_bar][0](max=max).iter + + +# +# Modern replacement, for our legacy progress bars. +# +def _rich_progress_bar( + iterable: Iterator[bytes], + *, + bar_type: str, + size: int, +) -> Iterator[bytes]: + assert bar_type == "on", "This should only be used in the default mode." + + if not size: + total = float("inf") + columns: Tuple[ProgressColumn, ...] = ( + TextColumn("[progress.description]{task.description}"), + SpinnerColumn("line", speed=1.5), + FileSizeColumn(), + TransferSpeedColumn(), + TimeElapsedColumn(), + ) + else: + total = size + columns = ( + TextColumn("[progress.description]{task.description}"), + BarColumn(), + DownloadColumn(), + TransferSpeedColumn(), + TextColumn("eta"), + TimeRemainingColumn(), + ) + + progress = Progress(*columns, refresh_per_second=30) + task_id = progress.add_task(" " * (get_indentation() + 2), total=total) + with progress: + for chunk in iterable: + yield chunk + progress.update(task_id, advance=len(chunk)) + + +def get_download_progress_renderer( + *, bar_type: str, size: Optional[int] = None +) -> DownloadProgressRenderer: + """Get an object that can be used to render the download progress. + + Returns a callable, that takes an iterable to "wrap". + """ + if bar_type == "on": + return functools.partial(_rich_progress_bar, bar_type=bar_type, size=size) + elif bar_type == "off": + return iter # no-op, when passed an iterator + else: + return _legacy_progress_bar(bar_type, size) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/cli/req_command.py b/venv/lib/python3.8/site-packages/pip/_internal/cli/req_command.py new file mode 100644 index 000000000..5d4d1f0f4 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/cli/req_command.py @@ -0,0 +1,506 @@ +"""Contains the Command base classes that depend on PipSession. + +The classes in this module are in a separate module so the commands not +needing download / PackageFinder capability don't unnecessarily import the +PackageFinder machinery and all its vendored dependencies, etc. +""" + +import logging +import os +import sys +from functools import partial +from optparse import Values +from typing import Any, List, Optional, Tuple + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.command_context import CommandContextMixIn +from pip._internal.exceptions import CommandError, PreviousBuildDirError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.network.session import PipSession +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, + install_req_from_parsed_requirement, + install_req_from_req_string, +) +from pip._internal.req.req_file import parse_requirements +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_tracker import RequirementTracker +from pip._internal.resolution.base import BaseResolver +from pip._internal.self_outdated_check import pip_self_version_check +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.temp_dir import ( + TempDirectory, + TempDirectoryTypeRegistry, + tempdir_kinds, +) +from pip._internal.utils.virtualenv import running_under_virtualenv + +logger = logging.getLogger(__name__) + + +class SessionCommandMixin(CommandContextMixIn): + + """ + A class mixin for command classes needing _build_session(). + """ + + def __init__(self) -> None: + super().__init__() + self._session: Optional[PipSession] = None + + @classmethod + def _get_index_urls(cls, options: Values) -> Optional[List[str]]: + """Return a list of index urls from user-provided options.""" + index_urls = [] + if not getattr(options, "no_index", False): + url = getattr(options, "index_url", None) + if url: + index_urls.append(url) + urls = getattr(options, "extra_index_urls", None) + if urls: + index_urls.extend(urls) + # Return None rather than an empty list + return index_urls or None + + def get_default_session(self, options: Values) -> PipSession: + """Get a default-managed session.""" + if self._session is None: + self._session = self.enter_context(self._build_session(options)) + # there's no type annotation on requests.Session, so it's + # automatically ContextManager[Any] and self._session becomes Any, + # then https://github.com/python/mypy/issues/7696 kicks in + assert self._session is not None + return self._session + + def _build_session( + self, + options: Values, + retries: Optional[int] = None, + timeout: Optional[int] = None, + ) -> PipSession: + assert not options.cache_dir or os.path.isabs(options.cache_dir) + session = PipSession( + cache=( + os.path.join(options.cache_dir, "http") if options.cache_dir else None + ), + retries=retries if retries is not None else options.retries, + trusted_hosts=options.trusted_hosts, + index_urls=self._get_index_urls(options), + ) + + # Handle custom ca-bundles from the user + if options.cert: + session.verify = options.cert + + # Handle SSL client certificate + if options.client_cert: + session.cert = options.client_cert + + # Handle timeouts + if options.timeout or timeout: + session.timeout = timeout if timeout is not None else options.timeout + + # Handle configured proxies + if options.proxy: + session.proxies = { + "http": options.proxy, + "https": options.proxy, + } + + # Determine if we can prompt the user for authentication or not + session.auth.prompting = not options.no_input + + return session + + +class IndexGroupCommand(Command, SessionCommandMixin): + + """ + Abstract base class for commands with the index_group options. + + This also corresponds to the commands that permit the pip version check. + """ + + def handle_pip_version_check(self, options: Values) -> None: + """ + Do the pip version check if not disabled. + + This overrides the default behavior of not doing the check. + """ + # Make sure the index_group options are present. + assert hasattr(options, "no_index") + + if options.disable_pip_version_check or options.no_index: + return + + # Otherwise, check if we're using the latest version of pip available. + session = self._build_session( + options, retries=0, timeout=min(5, options.timeout) + ) + with session: + pip_self_version_check(session, options) + + +KEEPABLE_TEMPDIR_TYPES = [ + tempdir_kinds.BUILD_ENV, + tempdir_kinds.EPHEM_WHEEL_CACHE, + tempdir_kinds.REQ_BUILD, +] + + +def warn_if_run_as_root() -> None: + """Output a warning for sudo users on Unix. + + In a virtual environment, sudo pip still writes to virtualenv. + On Windows, users may run pip as Administrator without issues. + This warning only applies to Unix root users outside of virtualenv. + """ + if running_under_virtualenv(): + return + if not hasattr(os, "getuid"): + return + # On Windows, there are no "system managed" Python packages. Installing as + # Administrator via pip is the correct way of updating system environments. + # + # We choose sys.platform over utils.compat.WINDOWS here to enable Mypy platform + # checks: https://mypy.readthedocs.io/en/stable/common_issues.html + if sys.platform == "win32" or sys.platform == "cygwin": + return + + if os.getuid() != 0: + return + + logger.warning( + "Running pip as the 'root' user can result in broken permissions and " + "conflicting behaviour with the system package manager. " + "It is recommended to use a virtual environment instead: " + "https://pip.pypa.io/warnings/venv" + ) + + +def with_cleanup(func: Any) -> Any: + """Decorator for common logic related to managing temporary + directories. + """ + + def configure_tempdir_registry(registry: TempDirectoryTypeRegistry) -> None: + for t in KEEPABLE_TEMPDIR_TYPES: + registry.set_delete(t, False) + + def wrapper( + self: RequirementCommand, options: Values, args: List[Any] + ) -> Optional[int]: + assert self.tempdir_registry is not None + if options.no_clean: + configure_tempdir_registry(self.tempdir_registry) + + try: + return func(self, options, args) + except PreviousBuildDirError: + # This kind of conflict can occur when the user passes an explicit + # build directory with a pre-existing folder. In that case we do + # not want to accidentally remove it. + configure_tempdir_registry(self.tempdir_registry) + raise + + return wrapper + + +class RequirementCommand(IndexGroupCommand): + def __init__(self, *args: Any, **kw: Any) -> None: + super().__init__(*args, **kw) + + self.cmd_opts.add_option(cmdoptions.no_clean()) + + @staticmethod + def determine_resolver_variant(options: Values) -> str: + """Determines which resolver should be used, based on the given options.""" + if "legacy-resolver" in options.deprecated_features_enabled: + return "legacy" + + return "2020-resolver" + + @staticmethod + def determine_build_failure_suppression(options: Values) -> bool: + """Determines whether build failures should be suppressed and backtracked on.""" + if "backtrack-on-build-failures" not in options.deprecated_features_enabled: + return False + + if "legacy-resolver" in options.deprecated_features_enabled: + raise CommandError("Cannot backtrack with legacy resolver.") + + deprecated( + reason=( + "Backtracking on build failures can mask issues related to how " + "a package generates metadata or builds a wheel. This flag will " + "be removed in pip 22.2." + ), + gone_in=None, + replacement=( + "avoiding known-bad versions by explicitly telling pip to ignore them " + "(either directly as requirements, or via a constraints file)" + ), + feature_flag=None, + issue=10655, + ) + return True + + @classmethod + def make_requirement_preparer( + cls, + temp_build_dir: TempDirectory, + options: Values, + req_tracker: RequirementTracker, + session: PipSession, + finder: PackageFinder, + use_user_site: bool, + download_dir: Optional[str] = None, + verbosity: int = 0, + ) -> RequirementPreparer: + """ + Create a RequirementPreparer instance for the given parameters. + """ + temp_build_dir_path = temp_build_dir.path + assert temp_build_dir_path is not None + + resolver_variant = cls.determine_resolver_variant(options) + if resolver_variant == "2020-resolver": + lazy_wheel = "fast-deps" in options.features_enabled + if lazy_wheel: + logger.warning( + "pip is using lazily downloaded wheels using HTTP " + "range requests to obtain dependency information. " + "This experimental feature is enabled through " + "--use-feature=fast-deps and it is not ready for " + "production." + ) + else: + lazy_wheel = False + if "fast-deps" in options.features_enabled: + logger.warning( + "fast-deps has no effect when used with the legacy resolver." + ) + + in_tree_build = "out-of-tree-build" not in options.deprecated_features_enabled + if "in-tree-build" in options.features_enabled: + deprecated( + reason="In-tree builds are now the default.", + replacement="to remove the --use-feature=in-tree-build flag", + gone_in="22.1", + ) + if "out-of-tree-build" in options.deprecated_features_enabled: + deprecated( + reason="Out-of-tree builds are deprecated.", + replacement=None, + gone_in="22.1", + ) + + if options.progress_bar not in {"on", "off"}: + deprecated( + reason="Custom progress bar styles are deprecated", + replacement="to use the default progress bar style.", + gone_in="22.1", + ) + + return RequirementPreparer( + build_dir=temp_build_dir_path, + src_dir=options.src_dir, + download_dir=download_dir, + build_isolation=options.build_isolation, + req_tracker=req_tracker, + session=session, + progress_bar=options.progress_bar, + finder=finder, + require_hashes=options.require_hashes, + use_user_site=use_user_site, + lazy_wheel=lazy_wheel, + verbosity=verbosity, + in_tree_build=in_tree_build, + ) + + @classmethod + def make_resolver( + cls, + preparer: RequirementPreparer, + finder: PackageFinder, + options: Values, + wheel_cache: Optional[WheelCache] = None, + use_user_site: bool = False, + ignore_installed: bool = True, + ignore_requires_python: bool = False, + force_reinstall: bool = False, + upgrade_strategy: str = "to-satisfy-only", + use_pep517: Optional[bool] = None, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> BaseResolver: + """ + Create a Resolver instance for the given parameters. + """ + make_install_req = partial( + install_req_from_req_string, + isolated=options.isolated_mode, + use_pep517=use_pep517, + ) + suppress_build_failures = cls.determine_build_failure_suppression(options) + resolver_variant = cls.determine_resolver_variant(options) + # The long import name and duplicated invocation is needed to convince + # Mypy into correctly typechecking. Otherwise it would complain the + # "Resolver" class being redefined. + if resolver_variant == "2020-resolver": + import pip._internal.resolution.resolvelib.resolver + + return pip._internal.resolution.resolvelib.resolver.Resolver( + preparer=preparer, + finder=finder, + wheel_cache=wheel_cache, + make_install_req=make_install_req, + use_user_site=use_user_site, + ignore_dependencies=options.ignore_dependencies, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + force_reinstall=force_reinstall, + upgrade_strategy=upgrade_strategy, + py_version_info=py_version_info, + suppress_build_failures=suppress_build_failures, + ) + import pip._internal.resolution.legacy.resolver + + return pip._internal.resolution.legacy.resolver.Resolver( + preparer=preparer, + finder=finder, + wheel_cache=wheel_cache, + make_install_req=make_install_req, + use_user_site=use_user_site, + ignore_dependencies=options.ignore_dependencies, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + force_reinstall=force_reinstall, + upgrade_strategy=upgrade_strategy, + py_version_info=py_version_info, + ) + + def get_requirements( + self, + args: List[str], + options: Values, + finder: PackageFinder, + session: PipSession, + ) -> List[InstallRequirement]: + """ + Parse command-line arguments into the corresponding requirements. + """ + requirements: List[InstallRequirement] = [] + for filename in options.constraints: + for parsed_req in parse_requirements( + filename, + constraint=True, + finder=finder, + options=options, + session=session, + ): + req_to_add = install_req_from_parsed_requirement( + parsed_req, + isolated=options.isolated_mode, + user_supplied=False, + ) + requirements.append(req_to_add) + + for req in args: + req_to_add = install_req_from_line( + req, + None, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + user_supplied=True, + ) + requirements.append(req_to_add) + + for req in options.editables: + req_to_add = install_req_from_editable( + req, + user_supplied=True, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + ) + requirements.append(req_to_add) + + # NOTE: options.require_hashes may be set if --require-hashes is True + for filename in options.requirements: + for parsed_req in parse_requirements( + filename, finder=finder, options=options, session=session + ): + req_to_add = install_req_from_parsed_requirement( + parsed_req, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + user_supplied=True, + ) + requirements.append(req_to_add) + + # If any requirement has hash options, enable hash checking. + if any(req.has_hash_options for req in requirements): + options.require_hashes = True + + if not (args or options.editables or options.requirements): + opts = {"name": self.name} + if options.find_links: + raise CommandError( + "You must give at least one requirement to {name} " + '(maybe you meant "pip {name} {links}"?)'.format( + **dict(opts, links=" ".join(options.find_links)) + ) + ) + else: + raise CommandError( + "You must give at least one requirement to {name} " + '(see "pip help {name}")'.format(**opts) + ) + + return requirements + + @staticmethod + def trace_basic_info(finder: PackageFinder) -> None: + """ + Trace basic information about the provided objects. + """ + # Display where finder is looking for packages + search_scope = finder.search_scope + locations = search_scope.get_formatted_locations() + if locations: + logger.info(locations) + + def _build_package_finder( + self, + options: Values, + session: PipSession, + target_python: Optional[TargetPython] = None, + ignore_requires_python: Optional[bool] = None, + ) -> PackageFinder: + """ + Create a package finder appropriate to this requirement command. + + :param ignore_requires_python: Whether to ignore incompatible + "Requires-Python" values in links. Defaults to False. + """ + link_collector = LinkCollector.create(session, options=options) + selection_prefs = SelectionPreferences( + allow_yanked=True, + format_control=options.format_control, + allow_all_prereleases=options.pre, + prefer_binary=options.prefer_binary, + ignore_requires_python=ignore_requires_python, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + target_python=target_python, + use_deprecated_html5lib="html5lib" in options.deprecated_features_enabled, + ) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/cli/spinners.py b/venv/lib/python3.8/site-packages/pip/_internal/cli/spinners.py new file mode 100644 index 000000000..1e313e109 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/cli/spinners.py @@ -0,0 +1,157 @@ +import contextlib +import itertools +import logging +import sys +import time +from typing import IO, Iterator + +from pip._vendor.progress import HIDE_CURSOR, SHOW_CURSOR + +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import get_indentation + +logger = logging.getLogger(__name__) + + +class SpinnerInterface: + def spin(self) -> None: + raise NotImplementedError() + + def finish(self, final_status: str) -> None: + raise NotImplementedError() + + +class InteractiveSpinner(SpinnerInterface): + def __init__( + self, + message: str, + file: IO[str] = None, + spin_chars: str = "-\\|/", + # Empirically, 8 updates/second looks nice + min_update_interval_seconds: float = 0.125, + ): + self._message = message + if file is None: + file = sys.stdout + self._file = file + self._rate_limiter = RateLimiter(min_update_interval_seconds) + self._finished = False + + self._spin_cycle = itertools.cycle(spin_chars) + + self._file.write(" " * get_indentation() + self._message + " ... ") + self._width = 0 + + def _write(self, status: str) -> None: + assert not self._finished + # Erase what we wrote before by backspacing to the beginning, writing + # spaces to overwrite the old text, and then backspacing again + backup = "\b" * self._width + self._file.write(backup + " " * self._width + backup) + # Now we have a blank slate to add our status + self._file.write(status) + self._width = len(status) + self._file.flush() + self._rate_limiter.reset() + + def spin(self) -> None: + if self._finished: + return + if not self._rate_limiter.ready(): + return + self._write(next(self._spin_cycle)) + + def finish(self, final_status: str) -> None: + if self._finished: + return + self._write(final_status) + self._file.write("\n") + self._file.flush() + self._finished = True + + +# Used for dumb terminals, non-interactive installs (no tty), etc. +# We still print updates occasionally (once every 60 seconds by default) to +# act as a keep-alive for systems like Travis-CI that take lack-of-output as +# an indication that a task has frozen. +class NonInteractiveSpinner(SpinnerInterface): + def __init__(self, message: str, min_update_interval_seconds: float = 60.0) -> None: + self._message = message + self._finished = False + self._rate_limiter = RateLimiter(min_update_interval_seconds) + self._update("started") + + def _update(self, status: str) -> None: + assert not self._finished + self._rate_limiter.reset() + logger.info("%s: %s", self._message, status) + + def spin(self) -> None: + if self._finished: + return + if not self._rate_limiter.ready(): + return + self._update("still running...") + + def finish(self, final_status: str) -> None: + if self._finished: + return + self._update(f"finished with status '{final_status}'") + self._finished = True + + +class RateLimiter: + def __init__(self, min_update_interval_seconds: float) -> None: + self._min_update_interval_seconds = min_update_interval_seconds + self._last_update: float = 0 + + def ready(self) -> bool: + now = time.time() + delta = now - self._last_update + return delta >= self._min_update_interval_seconds + + def reset(self) -> None: + self._last_update = time.time() + + +@contextlib.contextmanager +def open_spinner(message: str) -> Iterator[SpinnerInterface]: + # Interactive spinner goes directly to sys.stdout rather than being routed + # through the logging system, but it acts like it has level INFO, + # i.e. it's only displayed if we're at level INFO or better. + # Non-interactive spinner goes through the logging system, so it is always + # in sync with logging configuration. + if sys.stdout.isatty() and logger.getEffectiveLevel() <= logging.INFO: + spinner: SpinnerInterface = InteractiveSpinner(message) + else: + spinner = NonInteractiveSpinner(message) + try: + with hidden_cursor(sys.stdout): + yield spinner + except KeyboardInterrupt: + spinner.finish("canceled") + raise + except Exception: + spinner.finish("error") + raise + else: + spinner.finish("done") + + +@contextlib.contextmanager +def hidden_cursor(file: IO[str]) -> Iterator[None]: + # The Windows terminal does not support the hide/show cursor ANSI codes, + # even via colorama. So don't even try. + if WINDOWS: + yield + # We don't want to clutter the output with control characters if we're + # writing to a file, or if the user is running with --quiet. + # See https://github.com/pypa/pip/issues/3418 + elif not file.isatty() or logger.getEffectiveLevel() > logging.INFO: + yield + else: + file.write(HIDE_CURSOR) + try: + yield + finally: + file.write(SHOW_CURSOR) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/cli/status_codes.py b/venv/lib/python3.8/site-packages/pip/_internal/cli/status_codes.py new file mode 100644 index 000000000..5e29502cd --- /dev/null +++ b/venv/lib/python3.8/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.8/site-packages/pip/_internal/commands/__init__.py b/venv/lib/python3.8/site-packages/pip/_internal/commands/__init__.py new file mode 100644 index 000000000..c72f24f30 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/commands/__init__.py @@ -0,0 +1,127 @@ +""" +Package containing all pip commands +""" + +import importlib +from collections import namedtuple +from typing import Any, Dict, Optional + +from pip._internal.cli.base_command import Command + +CommandInfo = namedtuple("CommandInfo", "module_path, class_name, summary") + +# This dictionary does a bunch of heavy lifting for help output: +# - Enables avoiding additional (costly) imports for presenting `--help`. +# - The ordering matters for help display. +# +# Even though the module path starts with the same "pip._internal.commands" +# prefix, the full path makes testing easier (specifically when modifying +# `commands_dict` in test setup / teardown). +commands_dict: Dict[str, CommandInfo] = { + "install": CommandInfo( + "pip._internal.commands.install", + "InstallCommand", + "Install packages.", + ), + "download": CommandInfo( + "pip._internal.commands.download", + "DownloadCommand", + "Download packages.", + ), + "uninstall": CommandInfo( + "pip._internal.commands.uninstall", + "UninstallCommand", + "Uninstall packages.", + ), + "freeze": CommandInfo( + "pip._internal.commands.freeze", + "FreezeCommand", + "Output installed packages in requirements format.", + ), + "list": CommandInfo( + "pip._internal.commands.list", + "ListCommand", + "List installed packages.", + ), + "show": CommandInfo( + "pip._internal.commands.show", + "ShowCommand", + "Show information about installed packages.", + ), + "check": CommandInfo( + "pip._internal.commands.check", + "CheckCommand", + "Verify installed packages have compatible dependencies.", + ), + "config": CommandInfo( + "pip._internal.commands.configuration", + "ConfigurationCommand", + "Manage local and global configuration.", + ), + "search": CommandInfo( + "pip._internal.commands.search", + "SearchCommand", + "Search PyPI for packages.", + ), + "cache": CommandInfo( + "pip._internal.commands.cache", + "CacheCommand", + "Inspect and manage pip's wheel cache.", + ), + "index": CommandInfo( + "pip._internal.commands.index", + "IndexCommand", + "Inspect information available from package indexes.", + ), + "wheel": CommandInfo( + "pip._internal.commands.wheel", + "WheelCommand", + "Build wheels from your requirements.", + ), + "hash": CommandInfo( + "pip._internal.commands.hash", + "HashCommand", + "Compute hashes of package archives.", + ), + "completion": CommandInfo( + "pip._internal.commands.completion", + "CompletionCommand", + "A helper command used for command completion.", + ), + "debug": CommandInfo( + "pip._internal.commands.debug", + "DebugCommand", + "Show information useful for debugging.", + ), + "help": CommandInfo( + "pip._internal.commands.help", + "HelpCommand", + "Show help for commands.", + ), +} + + +def create_command(name: str, **kwargs: Any) -> Command: + """ + Create an instance of the Command class with the given name. + """ + module_path, class_name, summary = commands_dict[name] + module = importlib.import_module(module_path) + command_class = getattr(module, class_name) + command = command_class(name=name, summary=summary, **kwargs) + + return command + + +def get_similar_commands(name: str) -> Optional[str]: + """Command name auto-correct.""" + from difflib import get_close_matches + + name = name.lower() + + close_commands = get_close_matches(name, commands_dict.keys()) + + if close_commands: + return close_commands[0] + else: + return None diff --git a/venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d63c3e64ffb67d58b4fd2bee7642c2927f37ff38 GIT binary patch literal 3049 zcmd5;NpBlB6rN3swb@SGB+fc%oJENxHFdKzP12+ef(C7q0B%x1C@>h$qcj80qLP$d z3DU_q_u3wONRGYr&|kxAPyGu83iOdP<2bFAb0rM<$RR&|{N5wqyr|bJ8vb6sy6OMY z(6m2fG1}RO*&gUm+|< zbKN;zBPJA~v}<%LqylA_gUYUnRuyVcS5^b&VL@4oa0HGjYY9GpW6C-XCtz7wC*c&F zR@NCf3+I$&!+H2nSr=dhE-LF1T!t&kYQj~xrmR(HL0efJ_z12m>tk4hPn2~7Zo;iy z6K?MD^} z^(gSTC_fwUAc@@&2bI>-d7_#bPvTxOwxa}wA#nyS_g8H%bQyCb+N#ZlxC|YQ&*GYG zCx|(r2-MD3ZwE2sNJ%uFq(+81Ud-C|Al(9MkI&73fMh2Q6Boq%qs+=dj^rH&P~_$h zBQivFQYs5Cax=#{y5DmE=*$eD9wlT-Gxm(!;GeDwT@ z^wPcy-=m0&nxG=G%3&^IXb*_T6)!x4k|^%=GP8GlLXe{zJR34ViGCEdC$h>R*K){r z{I~4}p(};$(Im>rq9bsk6nK^w6$?@OPLjzNSovZYgpd-%2$guFWJuo$+}Y9QyUZ8W zFR{$=E}((OfnW?UpD;V=?emk$2iub1`I!+A;T@&izbJ81JBMyPw0#l|2+glJd&uy( zNq>3i-KAnKoitkoAe+O!s6CQZ4t?oAX9S^p!%%^%34Od`-=hQaLLIQo5sxcG$@d^Z z)^09{Qhpzm_b<4)x0h5gyJjqP8(2)9=K{tJp1)!mJ82bR3fMR9A#rF|xfl<*;qJCxwZ*YfOuiVh_hmEYSCiiT<`cHk*VsD&_f>ZvBPX^c*R}#^8nlU2L@CQdO^aTU?YSTtB$S82 zrl_Z;lcq3H>J#pAPMc*llU|j>s|WI%sJzW@bXC4BW>a&~95q0cG7W##=nWk9SHI&Y z5$S*%cLpQwCvj`A){<`A3`mPp%yWcxkp6ZDX=Ov!+P6C_;G~tO!495@&VC;4qXEiKZg zx{m&OZM@N@+C-md+e&v9rA+oI|vVTg<|+c0X# zo+2L&@SIbr6O}?y8TaDfpEzOA-gI$W88KRvBTKSSA!ssA#k}LVahzbpNqAgRI!5t0 tunieKRPCjFHx0G>Qatt>7DcP9*U+Oiqf#++_5a%_{4cHFk9~Wj_79*b$6o*d literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/cache.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/cache.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3e8d48bbccf2f9be8944456f9ca2888d0cfcc00b GIT binary patch literal 6178 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 E0kQ|GYybcN literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/completion.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/completion.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..52cfa479e8081b2634072c1f0aebd756fa512a50 GIT binary patch literal 3142 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/debug.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/debug.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..88923a245d6b33e89dac04732652d2ebbb8ee31b GIT binary patch literal 6590 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/download.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/download.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0c3603f81964610583422dfa40b2a48860aa0a08 GIT binary patch literal 3998 zcmbVPUvC@75x;*t9*;+gl5EMcvU`d zo|kVv9KYC9lz$+x{1`wyftUXc8ln(2R=nz~dMeObtR=dqt2m~|M$+&avTwv@()60L z--xZG<+WtrjP0cDwG+p4B;AZVN!RPjz7?+}J+CMGt$01z@HUc7Z!@{&-I8N=d^_3l zwp4{G=iBtoh3f76ULkGbyitfl+o!sBm#F(nzw=KxtMa0+3iD+Umy|=#cpmWrzIK?9 zEH9!g#nFuAsGxpU7I}#$ z>wHR+{26Q;78#p{sKWBo0OAR}d=DC`pz%G8sGd$V&mcN6zEVkpm~RZPK~37E7H#b) z)F#cZbYhX#8{<^<+C&HQ*kbKj_BxHTfYjOr&s9aSU3eA~ZVoC0Bg)-FmLbKq zWctY;+@F9w+^iT==0+)@UxIzzl1J&tT{42pa~ej65oLT>FMj!S-_2Pz0R`QX#h2sH zvoMG+XTVg_0ufzd$QZ~^vVyuiD_Kb0fQ94e7}?|od6c_B%rlpld7iO?yQJ0c-&-}#yQdK`sg-2XTtREi2xmj-<5z7D2t0Rp8eQ#SzCET%3^k0X|)=pHzI zKreTqq*6Axw=k&dJ^;xh_w(B6zHs-J4sm6r$L{B~$p_M?gG>J5u#$OG(tuqPR%!JA z2--Ui`Q-(`)jW3p_ojRCwd+Dx{z3Nomhi@RFPUX*GFp@@4Z%{Ej|M%&qo?q4bjq1B zQO?yuJJ&Ci3st?MjTO4FLYpgebA`56=++8tuh8uk+F7AHD|B~-UR$AiEA;vmJyD5D zGz@7B=wf5CNt(nuvs4A_a0@MhmVo~4LYr&>y?vq0Rs5dcA+4Eup-DSc6mkPi6b$?q zC)$9Vn1cbKyf|5}zEK(=91bAxPPT6hRcIufMJ!1u(~z&K@MGfLr8)a$BANLvP{@u9G*6=>4GE9_k` zS zl%+wu8&-Ld?=Bo;n1ji$u8=>#5PkxUqV|61r%xaa&O^i zb+#HV?E*Qrxwv}+(l}>puw$s>zV*|E?QBa3|vy&dSa_&3Gfzo@g;`Mp_3 zN^s8K!a3}}`g-R4Rb>y0`=mwe^S5Wtg?b8zQTzxHqy6I3zQG=W1x1rXP(X}{&Nb&{ z4{_33cmdppNoY(9DvTrWMA54P6e1DIC@3h%@A{VL7EtQcfdw&9ZP12DT$E1i1C(kW zqAxSnL!yIm1~2o`Ek)~?vV#n|(|$u(5Xlf5!1`-omEx*%t>sf681dZTx`!E*SzF0esvH@LP_&jYxDnMAjOhlR;R55a)~67ndN z_7hFeOY-jEa`RZ0*TUfdjU0+S;vY9>>u))N6zKmEV;K|MJUFI)9HmFVwR9q3 z26;|X!W@)nOtL6t7IgbvHiS=gnLo!K`ULwB8+prE2a6WCPo1I+5X#vT9JLmw6l+U6 zfvpQ+FFY0QPlri~kX7>@F4b9?eheM{XJ{1N)J@IS9My)_0!XT$%J{e0bTmzs(Dj{Z z_5iM~Kn(i^fY@RTfb3tUWoupF>Z*4Anrcrw*<6J-*uC!v%lFZSzAtRwPcl-**mr#Y zRT;$fOw;#C7Q%3&dO!v*Wu;pnxLU$ zG`kNqRgU-XiDsOQMo>SqAH%e;0BWlognJ0HnC3W#dwJ`SABLCtVHn1d3<~e98{@;P zzhITy-@nNMHv_IN|9UYK#7oV@+cy~@7K@StFBBWnZ^Vi;kTgVTb)J)fBko)mR2C8Z z9Z4b{$_T9jR{G=0=_^KwUWi*V{#p=q&%sK7KEAXHnhXfE?Dv^mSbNo#KE@J=-+{(b TE!9yS@G}QeCAPPKvi1K0JnW}_ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..50626131103121442fc47c209bec378997978153 GIT binary patch literal 2634 zcmZuz-EZ7P5cjuzzPo&uv}q+UNCmEn?~sa6RaFQn{SX2QA|ww+mF0LhcTUzH-Cc*~ zNS<1Wr~C(fNFI6P@7Y(L_z!4{1hebA%caz(9na3r&d$#KW_;V-uCKwf^WuxqZ*5Kc zQ%>d|3npK|V8=j^hIFDu@@)`3HzGrqyh+U5iY&!j#Lk__QM^su+>1QLJEWESk*|1{ zwDV5XQM^aG`9ib+d<*%gjXEPMT70CTE?Rh@p#|(cH=`w_Z)v^7zrX|SaZeY{PC{zT zfU~~M7>Bo?=BTWARu)p~ZkBnT6iBjL+nbvYwzhzE_9(_<3|yOWM6%tuIv6rxR#_!{ zhIw7_vLr0>5!j^JZq2cD)Lo&$V-XrnQ1r zLF>wyh2A@}xpS_c>uBv1&^WPj6Ygh!LsD)$9vdMYcf)Wl z)S@#tVZuqO3KvLNdl|vwlWm3rKEh2vWz6Md2$6m}U7#HRG=mIsmjX;x5&>mJFvJC> z3D1gQP^$FzgP%qj3z|eg3X5PD2Q`DV%9grhZ*H{LU3^iH%WLfN?0%? z0OhlXSfCeL;?< z)@DGyum&-edLaN9_s4b^LSYEMsp%N_@y7keA$E{eGW?K{IWtXmR9x={zn+YZji6`F zxurZ>2}ArWB{jk!Mj20b2^Ii;C5fk!@y!Q~B$!I3=LCDS%%{ntvJQH_@SrutkV7W? z1St+OL}dpNEm@**mGBWXCsoJ7+Ap(0c=sRd#6NuVXiIdI%ESfXR0)+4Ta~3uxikyL z;vp^T3i_JGFxmTEqaTCu*LW~0b38yvF{qCCs4T+jb|}NOo8gdC=qH#C0H22gXoVA% z+xS4X0KaVfSA=dvGxXu6{t7eB-J+v(0p z4C9s4o}0gM+@E1^S17r=wmlzvPe z8{V^)RKbL6Tz{^gn8*6Q!LA*fXC}8)OVRgjdP~k>#g-E8oVmx)Qh@V7)`H=~Xv65h z=pIYW1*D(4_q8WiPAtB-zjU^IY$4;SYEn;k_zJWX^Ks7=?YRyjd{usN38)t>iR^~8 zB^;RWGFFlVS~MgT@Jw%j(?a)qtHOj&74=|BuS=OzR|xdzhjQXgfWjJlt)(NJ9>g=0 zP4GfpxqDHPtCGmH2}{ASJ3TheOK9}!R1^BXaG>!+SAq{B1$nq0{Ad?YnSa+1-Q2 zb)Ld2>Oa7P^HlX;+SfkyPiSB0%-ICDVoy6ayE}WH`Tb_bPdc5Z24nB#SMl$*ru~VF zHGlplKB?EbuftnUjm-2-f@el*WwvkEx|uqe>$|mXrH!oVH?x-C zs@Hbf&N_Z4Tk%)wwUeI9R{hoNynmi(jLbe@7fy-);RB7jwDD4-4d$L0{zq&LAKH9v z&=zgKH2sT|>}cK2U*Ms(-6hK23)6}T(9B1Pknnaki!2Ls+SQe{H5@)3Dre`(=H}MU z4(xQkyTA8%`2Fry@bLc5L)F>Y9X{TEP%pOdyv12agD9@@XF|1K@IouV^b--_%Im~5^k2Th$E=1FyP1tQw6QXIU*27T5 z3%@6?njQ>T!LKqe^kO*kiV;VFUH=_ zMJbaa7f-!Ac=fK=@Ar3W1~`)y&m*z~4(e@~n=r*~5L4|yJ0O%$of=Z7rZlKEGpRkZ zq<%_H33XmM1g-3uLtV5!)iF;1oyPV=?}d|AuNS7{0vL%i)p(~`LKd7&u0s5Cq|S~o zIsoFfSL6)w`}KID-|)JYGAR>MIZ<3B5fjP|BaBQrl#RkFmCB4+T5^n`>nb!li>E$(3D(TrjRK0EmoBya?vOm={%vIVxB>`a|QNz|DW6 zL0n{PK*M}c9?7`Kd*#jEh%>gIu%6_=GUJ2iEPp;oll_Is&HmQ|0ZG|gB!L)|NjV6T zTr!@A=^&ctz8E0u{qjh)-Z?EU!LN#S5E`+GzVw*HeWU+vwjvuh}4!M`#? zJ{BC=jST$OVp#A-RBFoaf-=>`8WK4pQa>wyDCPzK5nN5G+wlyT0{3*JG2 ztxk0U#33j~0p=`+rl)l+jyUkkC_YDl=E^KX8P~kb#izJw@G8F!$^tZ#tPoSTiHp!_ z__%LuV{&d8G`P`iD>n%8Fk?ZWnn92iv`SHL2f<+#ri&9N2xt+(wl$CALNd-FlY>Q- z2FN`B3?0-_Al4A8Z z+kx0MVAc%Y14TkXQgWjIcKukFWTsD{P>&4>?41zcZ{-*`o0(G+xjnr6qjpRCK^tm6 zX|QXZV(IFWE5o`uc=By^(qs(9H*aUiNnh!FziTVAC>fL>(goSBjGVpT=!~+fl7^D0 zM$CShUj_!xqEODF3qsMtRb|z!`~R4H0Ux>rv&KZz+oVa_WQ}m#@2>MN@pqiG7>|>D z%&*|eg>0XfG9sjGc~s(AO~Pd;x&B$n^`kWD?}vf~i`wJ($DrP01YK2D0?eTO%o7#! zQC<4)=PH>%>&0Ne3Oh{QYt;Jttg=KzHA?erZ;Y9I1W`aCT&umtkYIr+!Ed0zfS16j h^QX>q_s%>^?_$>zYam=ma~EK016-^4=uKnw+P_>QC=dVu literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/help.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/help.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..416131c8c1e851c23924ba8d645710fdfaf40529 GIT binary patch literal 1305 zcmZuwO^@3)5G6%@S?k?2ZLr8kQ3wn4;DfD0fFg$=D6k0H0!2{3P1@=rXhp89tVAh8 zDTxjF(%oOsYg=IV*uTVUPyGuybtu~lHz)~>hEL+~&70xN!^42!cy;yFqO=M5+bs46 zV&rRl)DLJl;j|vCUcR2v>N*e?Y{D+kY_baQDhaDjrht^})BIY_{=N$MZ$~E?giI zp4Sj&8!~Ej9E8L8vVl4epKkGIKTeqT>ZUDfskEI!uCxoH?LcO1kD<}p$LACu^&1*a zQAJdA%_?hcS8R<6uEsr*en8glPek6gNo!vO@PraGTgN58kU9C8^lr~CJm`C;cQ5JM zsa$(o9)A&d zh?_oS(W0(I#8VkH%XU%AY4dn`4nmw2V%kEQT?mNY3i&oFi?i)7k7rLJRkUK-;O8_K zD#BEw+f<`ns*xc&YnGZpCqKc{)aPgjz2{oim>$u<@~LkfQJa2h9ibmst2=wGI>TKr zP)I)+(nt~=BuQ2Ct`z8xljKd8mL@@5c}c?S3>~La$Vh)y|BWQxXJT^`hvpc_?9n#$1jAkXPd73>GySg2-5k>~ IN{*BL3z(Q%M*si- literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/index.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/index.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d9bd85a06f9cf73d1a80937ff04a9327706e8804 GIT binary patch literal 4587 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/list.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/list.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bf6f9bc0d42481293cd5fd5e067a8c0a128e8d4e GIT binary patch literal 10171 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�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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..108804cff4e4972eea7cd0306889055b35cbb769 GIT binary patch literal 4863 zcmai2TW=f372aJgm&>at$rt&WO&Zr$Vv;S=Txz&NVkZs)1TIh~al$m%t~eucrM=KI zOF1IQK16;s;2)3&>9Oy9>_dM-(8qZ#P@q4cK${>%zcag(Xaz}^*x5NVXU@!=bLKl| z_;IsYGw^)!ZS^gDt*8{+ecPnIQdEwe zzN71QREgcbtLx>c8rS+YU3a2-+~_yrX1}TFO4N#%`b)a*M(udHzpU%kXeD0luj+a& zIuoDmpVjqxbS^&MKOe94*EHRTF2oo67j?ZEU5YRFFUME z75iW>Z;r!=sjG6Bjw9x4%HK+b|CqMq5AqccXzz%gTfLrc>k1w)a8Xw`OnW@(MM1`8*30*@ zV1EpiJR6U)G>zoOZ+_8zE8j^jCuhGt3P+x9xbBT56i55pWN_EqunQ7A{$&QAfxCKJ zB8@et9;p{RS6P;79Wrc`g?k|z2T?A6uI$ObG{5Iv8;Nw=`@A>-UwF3{Oy$WDAB0;W z7aLx;+x?Ld9r4^CSUrsRPYw9I!!gg^Kzf*a2fpo%MfCp%MCky#m=B>7@>64O7fwjB zd&kTg5CqI2k^wyT__0uP@!rKN_s}ync8nd9narZ&ky$$>Iv`I0e$;blX7*wE$T%_= zXy+7NIYqmt=;|rDc8ac_q8q2^<|(>$ie5TJw@=Z_Cp30ip@Yt9tj-!w%L}_&IpNZ~ zUOk~Ps;S2SexD*l9BbxG&I28t&Fr0XXg_~s%}n|puCeyiJhC)*PC=hUGXwCle1Bqf z9#86>j`rye!D3ZcHA0p^Pd?0{Mz=~hIDGv!+Ba^JhvOvE*@76O3o zJx;|gfdJTZNbRoM%4RsXsuBYL_5z_Q#aLwzc{HM>Bxwhr5pM0PYLfazwI%_{97sOq z_a@igO_S@Hmv?#LRt{kKiK8{_0o57i5@+FG$_WM(Zp3*I0>Rmslslb~;FHfjNCwfE zaX2~e2#$aw0dpEH_jr_!C@9e+boyo2yR$#v=S`0QBu%1y9KM7}4?$=%;wQZ8C2@&n zJDyUI_pe`2E~1~0!!K1WV7dm`%1Whjpfu=7Q0&kf-wcyL?5jFW;}=8|D+M6W$rb1) zk4d3S0f;2420-&ieDwM+-&9TXFOc;C_JLRk8%pJJ7V1^2#sUOMRgz+$&V}0uj(i?O zr9axwh7ewXK!g&h8U$m4OX+XIhRu8t1*oakc9d=g5$%&Sr&`4X{xFb3F4b}z?DC@5 z-xle3r0P&3|FR&QQ6MB2Y87FFi|jd01Z7+DXiL@d5v0pM8R89S?OWCxrZMlaAnE1n z?TlXQYzfXcL*6NJfZiTY_IgpcS+Km;eXA$KjL)N=?7_4>A1dM^38G#R;$;zsMli^U z;pD5BR(^uQupHAWezs-($Eml?ANehCTHiS?xaKVu=vv#dP5l0Ams{p!?V(Pc^5EZH zn0URUDs%PPf!LN}1&bJzXeq_BjBg#U#@N5Y|1#hxus~zzp+&V>X=)snrslK+ys$HS zYVMTrItSLQoK;YB4=}=avua)^6gjMA^#dUB%*h&PZ8nh15^6s!%_`_^O(A(|L!v!% zfj~=B$eB9R651e-*=TFC@>6$KMQwRnrS>V!x`KC=Fn?BqoHJ8fue7#vcIrZY<*7BR zZyU45w7zrh@cfbSuJOfifrj5f($8DFV4L!$| zhJjhGJ~Kz{ZK}P1+Qn^yxlhZ#w`Q%`(zFG+Q!UqfW{M5S_jcBvnetBd;#Vf9mr%b? z^~ss+XNNCS3*@+js1J=~!#1*OyETkFG>uu?G$vQGpC4XlRq)-IwvS5C;L?0u4~^G> z!n5`t+n*Yr8Hx3&@yvX5BU_&?9hj`PTY{9oWUsLLf%%o0y$ZB$+*f4{!ym!?4g+9i zT-iWarrPogRmOf6R zG+-M4n*<(sg-=IBRe^<@DXRPHj&cD-IHz2QI}lsQ)~oXelA7 zl_p3}ixg9jlju$t8`%~;*dXA$=QOZ$npGKLxOH{s;ak`-y-sK z8Fzss6KN!xw1-tH8pPQ|41xZr7n!7>11Vb6;Q~ta9S631{<H)yZ+iEh^rjLOUEej(8h|svf5o%Ek_) zxJRw-eB)|qVOy|nrkcd%XGQE(C6H<<4`FgV7~n`iMXkJnJPsE|sZ6eeOkTW6GnB+Q z;i$+73d5@5*Dzan@wF^d2ZZk(hX8#Z8Z1CN-hVswlQw|;w@$TYwZPZHsD|m9jZ!|s zF>7Y+yIRFH&zU6ijJc9aFs<+HvIl-`y`fy+Cw=<9s`-ALvN6oztA_7C z!quecsrWwbQ)n)aB_Kn*gW}na7wr!UgR}Y&TDO}R{9^A@TcGa literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/commands/cache.py b/venv/lib/python3.8/site-packages/pip/_internal/commands/cache.py new file mode 100644 index 000000000..f1a489d32 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/commands/cache.py @@ -0,0 +1,223 @@ +import os +import textwrap +from optparse import Values +from typing import Any, List + +import pip._internal.utils.filesystem as filesystem +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.exceptions import CommandError, PipError +from pip._internal.utils.logging import getLogger + +logger = getLogger(__name__) + + +class CacheCommand(Command): + """ + Inspect and manage pip's wheel cache. + + Subcommands: + + - dir: Show the cache directory. + - info: Show information about the cache. + - list: List filenames of packages stored in the cache. + - remove: Remove one or more package from the cache. + - purge: Remove all items from the cache. + + ```` can be a glob expression or a package name. + """ + + ignore_require_venv = True + usage = """ + %prog dir + %prog info + %prog list [] [--format=[human, abspath]] + %prog remove + %prog purge + """ + + def add_options(self) -> None: + + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="human", + choices=("human", "abspath"), + help="Select the output format among: human (default) or abspath", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "dir": self.get_cache_dir, + "info": self.get_cache_info, + "list": self.list_cache_items, + "remove": self.remove_cache_items, + "purge": self.purge_cache, + } + + if not options.cache_dir: + logger.error("pip cache commands can not function since cache is disabled.") + return ERROR + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def get_cache_dir(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + logger.info(options.cache_dir) + + def get_cache_info(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + num_http_files = len(self._find_http_files(options)) + num_packages = len(self._find_wheels(options, "*")) + + http_cache_location = self._cache_dir(options, "http") + wheels_cache_location = self._cache_dir(options, "wheels") + http_cache_size = filesystem.format_directory_size(http_cache_location) + wheels_cache_size = filesystem.format_directory_size(wheels_cache_location) + + message = ( + textwrap.dedent( + """ + Package index page cache location: {http_cache_location} + Package index page cache size: {http_cache_size} + Number of HTTP files: {num_http_files} + Wheels location: {wheels_cache_location} + Wheels size: {wheels_cache_size} + Number of wheels: {package_count} + """ + ) + .format( + http_cache_location=http_cache_location, + http_cache_size=http_cache_size, + num_http_files=num_http_files, + wheels_cache_location=wheels_cache_location, + package_count=num_packages, + wheels_cache_size=wheels_cache_size, + ) + .strip() + ) + + logger.info(message) + + def list_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if args: + pattern = args[0] + else: + pattern = "*" + + files = self._find_wheels(options, pattern) + if options.list_format == "human": + self.format_for_human(files) + else: + self.format_for_abspath(files) + + def format_for_human(self, files: List[str]) -> None: + if not files: + logger.info("Nothing cached.") + return + + results = [] + for filename in files: + wheel = os.path.basename(filename) + size = filesystem.format_file_size(filename) + results.append(f" - {wheel} ({size})") + logger.info("Cache contents:\n") + logger.info("\n".join(sorted(results))) + + def format_for_abspath(self, files: List[str]) -> None: + if not files: + return + + results = [] + for filename in files: + results.append(filename) + + logger.info("\n".join(sorted(results))) + + def remove_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if not args: + raise CommandError("Please provide a pattern") + + files = self._find_wheels(options, args[0]) + + no_matching_msg = "No matching packages" + if args[0] == "*": + # Only fetch http files if no specific pattern given + files += self._find_http_files(options) + else: + # Add the pattern to the log message + no_matching_msg += ' for pattern "{}"'.format(args[0]) + + if not files: + logger.warning(no_matching_msg) + + for filename in files: + os.unlink(filename) + logger.verbose("Removed %s", filename) + logger.info("Files removed: %s", len(files)) + + def purge_cache(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + return self.remove_cache_items(options, ["*"]) + + def _cache_dir(self, options: Values, subdir: str) -> str: + return os.path.join(options.cache_dir, subdir) + + def _find_http_files(self, options: Values) -> List[str]: + http_dir = self._cache_dir(options, "http") + return filesystem.find_files(http_dir, "*") + + def _find_wheels(self, options: Values, pattern: str) -> List[str]: + wheel_dir = self._cache_dir(options, "wheels") + + # The wheel filename format, as specified in PEP 427, is: + # {distribution}-{version}(-{build})?-{python}-{abi}-{platform}.whl + # + # Additionally, non-alphanumeric values in the distribution are + # normalized to underscores (_), meaning hyphens can never occur + # before `-{version}`. + # + # Given that information: + # - If the pattern we're given contains a hyphen (-), the user is + # providing at least the version. Thus, we can just append `*.whl` + # to match the rest of it. + # - If the pattern we're given doesn't contain a hyphen (-), the + # user is only providing the name. Thus, we append `-*.whl` to + # match the hyphen before the version, followed by anything else. + # + # PEP 427: https://www.python.org/dev/peps/pep-0427/ + pattern = pattern + ("*.whl" if "-" in pattern else "-*.whl") + + return filesystem.find_files(wheel_dir, pattern) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/commands/check.py b/venv/lib/python3.8/site-packages/pip/_internal/commands/check.py new file mode 100644 index 000000000..3864220b2 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/commands/check.py @@ -0,0 +1,53 @@ +import logging +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.operations.check import ( + check_package_set, + create_package_set_from_installed, +) +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class CheckCommand(Command): + """Verify installed packages have compatible dependencies.""" + + usage = """ + %prog [options]""" + + def run(self, options: Values, args: List[str]) -> int: + + package_set, parsing_probs = create_package_set_from_installed() + missing, conflicting = check_package_set(package_set) + + for project_name in missing: + version = package_set[project_name].version + for dependency in missing[project_name]: + write_output( + "%s %s requires %s, which is not installed.", + project_name, + version, + dependency[0], + ) + + for project_name in conflicting: + version = package_set[project_name].version + for dep_name, dep_version, req in conflicting[project_name]: + write_output( + "%s %s has requirement %s, but you have %s %s.", + project_name, + version, + req, + dep_name, + dep_version, + ) + + if missing or conflicting or parsing_probs: + return ERROR + else: + write_output("No broken requirements found.") + return SUCCESS diff --git a/venv/lib/python3.8/site-packages/pip/_internal/commands/completion.py b/venv/lib/python3.8/site-packages/pip/_internal/commands/completion.py new file mode 100644 index 000000000..c0fb4caf8 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/commands/completion.py @@ -0,0 +1,96 @@ +import sys +import textwrap +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.utils.misc import get_prog + +BASE_COMPLETION = """ +# pip {shell} completion start{script}# pip {shell} completion end +""" + +COMPLETION_SCRIPTS = { + "bash": """ + _pip_completion() + {{ + COMPREPLY=( $( COMP_WORDS="${{COMP_WORDS[*]}}" \\ + COMP_CWORD=$COMP_CWORD \\ + PIP_AUTO_COMPLETE=1 $1 2>/dev/null ) ) + }} + complete -o default -F _pip_completion {prog} + """, + "zsh": """ + function _pip_completion {{ + local words cword + read -Ac words + read -cn cword + reply=( $( COMP_WORDS="$words[*]" \\ + COMP_CWORD=$(( cword-1 )) \\ + PIP_AUTO_COMPLETE=1 $words[1] 2>/dev/null )) + }} + compctl -K _pip_completion {prog} + """, + "fish": """ + function __fish_complete_pip + set -lx COMP_WORDS (commandline -o) "" + set -lx COMP_CWORD ( \\ + math (contains -i -- (commandline -t) $COMP_WORDS)-1 \\ + ) + set -lx PIP_AUTO_COMPLETE 1 + string split \\ -- (eval $COMP_WORDS[1]) + end + complete -fa "(__fish_complete_pip)" -c {prog} + """, +} + + +class CompletionCommand(Command): + """A helper command to be used for command completion.""" + + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--bash", + "-b", + action="store_const", + const="bash", + dest="shell", + help="Emit completion code for bash", + ) + self.cmd_opts.add_option( + "--zsh", + "-z", + action="store_const", + const="zsh", + dest="shell", + help="Emit completion code for zsh", + ) + self.cmd_opts.add_option( + "--fish", + "-f", + action="store_const", + const="fish", + dest="shell", + help="Emit completion code for fish", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + """Prints the completion code of the given shell""" + shells = COMPLETION_SCRIPTS.keys() + shell_options = ["--" + shell for shell in sorted(shells)] + if options.shell in shells: + script = textwrap.dedent( + COMPLETION_SCRIPTS.get(options.shell, "").format(prog=get_prog()) + ) + print(BASE_COMPLETION.format(script=script, shell=options.shell)) + return SUCCESS + else: + sys.stderr.write( + "ERROR: You must pass {}\n".format(" or ".join(shell_options)) + ) + return SUCCESS diff --git a/venv/lib/python3.8/site-packages/pip/_internal/commands/configuration.py b/venv/lib/python3.8/site-packages/pip/_internal/commands/configuration.py new file mode 100644 index 000000000..c6c74ed50 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/commands/configuration.py @@ -0,0 +1,266 @@ +import logging +import os +import subprocess +from optparse import Values +from typing import Any, List, Optional + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.configuration import ( + Configuration, + Kind, + get_configuration_files, + kinds, +) +from pip._internal.exceptions import PipError +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import get_prog, write_output + +logger = logging.getLogger(__name__) + + +class ConfigurationCommand(Command): + """ + Manage local and global configuration. + + Subcommands: + + - list: List the active configuration (or from the file specified) + - edit: Edit the configuration file in an editor + - get: Get the value associated with name + - set: Set the name=value + - unset: Unset the value associated with name + - debug: List the configuration files and values defined under them + + If none of --user, --global and --site are passed, a virtual + environment configuration file is used if one is active and the file + exists. Otherwise, all modifications happen to the user file by + default. + """ + + ignore_require_venv = True + usage = """ + %prog [] list + %prog [] [--editor ] edit + + %prog [] get name + %prog [] set name value + %prog [] unset name + %prog [] debug + """ + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--editor", + dest="editor", + action="store", + default=None, + help=( + "Editor to use to edit the file. Uses VISUAL or EDITOR " + "environment variables if not provided." + ), + ) + + self.cmd_opts.add_option( + "--global", + dest="global_file", + action="store_true", + default=False, + help="Use the system-wide configuration file only", + ) + + self.cmd_opts.add_option( + "--user", + dest="user_file", + action="store_true", + default=False, + help="Use the user configuration file only", + ) + + self.cmd_opts.add_option( + "--site", + dest="site_file", + action="store_true", + default=False, + help="Use the current environment configuration file only", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "list": self.list_values, + "edit": self.open_in_editor, + "get": self.get_name, + "set": self.set_name_value, + "unset": self.unset_name, + "debug": self.list_config_values, + } + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Determine which configuration files are to be loaded + # Depends on whether the command is modifying. + try: + load_only = self._determine_file( + options, need_value=(action in ["get", "set", "unset", "edit"]) + ) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + # Load a new configuration + self.configuration = Configuration( + isolated=options.isolated_mode, load_only=load_only + ) + self.configuration.load() + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def _determine_file(self, options: Values, need_value: bool) -> Optional[Kind]: + file_options = [ + key + for key, value in ( + (kinds.USER, options.user_file), + (kinds.GLOBAL, options.global_file), + (kinds.SITE, options.site_file), + ) + if value + ] + + if not file_options: + if not need_value: + return None + # Default to user, unless there's a site file. + elif any( + os.path.exists(site_config_file) + for site_config_file in get_configuration_files()[kinds.SITE] + ): + return kinds.SITE + else: + return kinds.USER + elif len(file_options) == 1: + return file_options[0] + + raise PipError( + "Need exactly one file to operate upon " + "(--user, --site, --global) to perform." + ) + + def list_values(self, options: Values, args: List[str]) -> None: + self._get_n_args(args, "list", n=0) + + for key, value in sorted(self.configuration.items()): + write_output("%s=%r", key, value) + + def get_name(self, options: Values, args: List[str]) -> None: + key = self._get_n_args(args, "get [name]", n=1) + value = self.configuration.get_value(key) + + write_output("%s", value) + + def set_name_value(self, options: Values, args: List[str]) -> None: + key, value = self._get_n_args(args, "set [name] [value]", n=2) + self.configuration.set_value(key, value) + + self._save_configuration() + + def unset_name(self, options: Values, args: List[str]) -> None: + key = self._get_n_args(args, "unset [name]", n=1) + self.configuration.unset_value(key) + + self._save_configuration() + + def list_config_values(self, options: Values, args: List[str]) -> None: + """List config key-value pairs across different config files""" + self._get_n_args(args, "debug", n=0) + + self.print_env_var_values() + # Iterate over config files and print if they exist, and the + # key-value pairs present in them if they do + for variant, files in sorted(self.configuration.iter_config_files()): + write_output("%s:", variant) + for fname in files: + with indent_log(): + file_exists = os.path.exists(fname) + write_output("%s, exists: %r", fname, file_exists) + if file_exists: + self.print_config_file_values(variant) + + def print_config_file_values(self, variant: Kind) -> None: + """Get key-value pairs from the file of a variant""" + for name, value in self.configuration.get_values_in_config(variant).items(): + with indent_log(): + write_output("%s: %s", name, value) + + def print_env_var_values(self) -> None: + """Get key-values pairs present as environment variables""" + write_output("%s:", "env_var") + with indent_log(): + for key, value in sorted(self.configuration.get_environ_vars()): + env_var = f"PIP_{key.upper()}" + write_output("%s=%r", env_var, value) + + def open_in_editor(self, options: Values, args: List[str]) -> None: + editor = self._determine_editor(options) + + fname = self.configuration.get_file_to_edit() + if fname is None: + raise PipError("Could not determine appropriate file.") + + try: + subprocess.check_call([editor, fname]) + except subprocess.CalledProcessError as e: + raise PipError( + "Editor Subprocess exited with exit code {}".format(e.returncode) + ) + + def _get_n_args(self, args: List[str], example: str, n: int) -> Any: + """Helper to make sure the command got the right number of arguments""" + if len(args) != n: + msg = ( + "Got unexpected number of arguments, expected {}. " + '(example: "{} config {}")' + ).format(n, get_prog(), example) + raise PipError(msg) + + if n == 1: + return args[0] + else: + return args + + def _save_configuration(self) -> None: + # We successfully ran a modifying command. Need to save the + # configuration. + try: + self.configuration.save() + except Exception: + logger.exception( + "Unable to save configuration. Please report this as a bug." + ) + raise PipError("Internal Error.") + + def _determine_editor(self, options: Values) -> str: + if options.editor is not None: + return options.editor + elif "VISUAL" in os.environ: + return os.environ["VISUAL"] + elif "EDITOR" in os.environ: + return os.environ["EDITOR"] + else: + raise PipError("Could not determine editor to use.") diff --git a/venv/lib/python3.8/site-packages/pip/_internal/commands/debug.py b/venv/lib/python3.8/site-packages/pip/_internal/commands/debug.py new file mode 100644 index 000000000..d3f1f28de --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/commands/debug.py @@ -0,0 +1,202 @@ +import locale +import logging +import os +import sys +from optparse import Values +from types import ModuleType +from typing import Any, Dict, List, Optional + +import pip._vendor +from pip._vendor.certifi import where +from pip._vendor.packaging.version import parse as parse_version + +from pip import __file__ as pip_location +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.configuration import Configuration +from pip._internal.metadata import get_environment +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import get_pip_version + +logger = logging.getLogger(__name__) + + +def show_value(name: str, value: Any) -> None: + logger.info("%s: %s", name, value) + + +def show_sys_implementation() -> None: + logger.info("sys.implementation:") + implementation_name = sys.implementation.name + with indent_log(): + show_value("name", implementation_name) + + +def create_vendor_txt_map() -> Dict[str, str]: + vendor_txt_path = os.path.join( + os.path.dirname(pip_location), "_vendor", "vendor.txt" + ) + + with open(vendor_txt_path) as f: + # Purge non version specifying lines. + # Also, remove any space prefix or suffixes (including comments). + lines = [ + line.strip().split(" ", 1)[0] for line in f.readlines() if "==" in line + ] + + # Transform into "module" -> version dict. + return dict(line.split("==", 1) for line in lines) # type: ignore + + +def get_module_from_module_name(module_name: str) -> ModuleType: + # Module name can be uppercase in vendor.txt for some reason... + module_name = module_name.lower() + # PATCH: setuptools is actually only pkg_resources. + if module_name == "setuptools": + module_name = "pkg_resources" + + __import__(f"pip._vendor.{module_name}", globals(), locals(), level=0) + return getattr(pip._vendor, module_name) + + +def get_vendor_version_from_module(module_name: str) -> Optional[str]: + module = get_module_from_module_name(module_name) + version = getattr(module, "__version__", None) + + if not version: + # Try to find version in debundled module info. + env = get_environment([os.path.dirname(module.__file__)]) + dist = env.get_distribution(module_name) + if dist: + version = str(dist.version) + + return version + + +def show_actual_vendor_versions(vendor_txt_versions: Dict[str, str]) -> None: + """Log the actual version and print extra info if there is + a conflict or if the actual version could not be imported. + """ + for module_name, expected_version in vendor_txt_versions.items(): + extra_message = "" + actual_version = get_vendor_version_from_module(module_name) + if not actual_version: + extra_message = ( + " (Unable to locate actual module version, using" + " vendor.txt specified version)" + ) + actual_version = expected_version + elif parse_version(actual_version) != parse_version(expected_version): + extra_message = ( + " (CONFLICT: vendor.txt suggests version should" + " be {})".format(expected_version) + ) + logger.info("%s==%s%s", module_name, actual_version, extra_message) + + +def show_vendor_versions() -> None: + logger.info("vendored library versions:") + + vendor_txt_versions = create_vendor_txt_map() + with indent_log(): + show_actual_vendor_versions(vendor_txt_versions) + + +def show_tags(options: Values) -> None: + tag_limit = 10 + + target_python = make_target_python(options) + tags = target_python.get_tags() + + # Display the target options that were explicitly provided. + formatted_target = target_python.format_given() + suffix = "" + if formatted_target: + suffix = f" (target: {formatted_target})" + + msg = "Compatible tags: {}{}".format(len(tags), suffix) + logger.info(msg) + + if options.verbose < 1 and len(tags) > tag_limit: + tags_limited = True + tags = tags[:tag_limit] + else: + tags_limited = False + + with indent_log(): + for tag in tags: + logger.info(str(tag)) + + if tags_limited: + msg = ( + "...\n[First {tag_limit} tags shown. Pass --verbose to show all.]" + ).format(tag_limit=tag_limit) + logger.info(msg) + + +def ca_bundle_info(config: Configuration) -> str: + levels = set() + for key, _ in config.items(): + levels.add(key.split(".")[0]) + + if not levels: + return "Not specified" + + levels_that_override_global = ["install", "wheel", "download"] + global_overriding_level = [ + level for level in levels if level in levels_that_override_global + ] + if not global_overriding_level: + return "global" + + if "global" in levels: + levels.remove("global") + return ", ".join(levels) + + +class DebugCommand(Command): + """ + Display debug information. + """ + + usage = """ + %prog """ + ignore_require_venv = True + + def add_options(self) -> None: + cmdoptions.add_target_python_options(self.cmd_opts) + self.parser.insert_option_group(0, self.cmd_opts) + self.parser.config.load() + + def run(self, options: Values, args: List[str]) -> int: + logger.warning( + "This command is only meant for debugging. " + "Do not use this with automation for parsing and getting these " + "details, since the output and options of this command may " + "change without notice." + ) + show_value("pip version", get_pip_version()) + show_value("sys.version", sys.version) + show_value("sys.executable", sys.executable) + show_value("sys.getdefaultencoding", sys.getdefaultencoding()) + show_value("sys.getfilesystemencoding", sys.getfilesystemencoding()) + show_value( + "locale.getpreferredencoding", + locale.getpreferredencoding(), + ) + show_value("sys.platform", sys.platform) + show_sys_implementation() + + show_value("'cert' config value", ca_bundle_info(self.parser.config)) + show_value("REQUESTS_CA_BUNDLE", os.environ.get("REQUESTS_CA_BUNDLE")) + show_value("CURL_CA_BUNDLE", os.environ.get("CURL_CA_BUNDLE")) + show_value("pip._vendor.certifi.where()", where()) + show_value("pip._vendor.DEBUNDLED", pip._vendor.DEBUNDLED) + + show_vendor_versions() + + show_tags(options) + + return SUCCESS diff --git a/venv/lib/python3.8/site-packages/pip/_internal/commands/download.py b/venv/lib/python3.8/site-packages/pip/_internal/commands/download.py new file mode 100644 index 000000000..233b7e983 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/commands/download.py @@ -0,0 +1,140 @@ +import logging +import os +from optparse import Values +from typing import List + +from pip._internal.cli import cmdoptions +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.req_command import RequirementCommand, with_cleanup +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.req.req_tracker import get_requirement_tracker +from pip._internal.utils.misc import ensure_dir, normalize_path, write_output +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +class DownloadCommand(RequirementCommand): + """ + Download packages from: + + - PyPI (and other indexes) using requirement specifiers. + - VCS project urls. + - Local project directories. + - Local or remote source archives. + + pip also supports downloading from "requirements files", which provide + an easy way to specify a whole environment to be downloaded. + """ + + usage = """ + %prog [options] [package-index-options] ... + %prog [options] -r [package-index-options] ... + %prog [options] ... + %prog [options] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.global_options()) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.src()) + self.cmd_opts.add_option(cmdoptions.pre()) + self.cmd_opts.add_option(cmdoptions.require_hashes()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + + self.cmd_opts.add_option( + "-d", + "--dest", + "--destination-dir", + "--destination-directory", + dest="download_dir", + metavar="dir", + default=os.curdir, + help="Download packages into .", + ) + + cmdoptions.add_target_python_options(self.cmd_opts) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + + options.ignore_installed = True + # editable doesn't really make sense for `pip download`, but the bowels + # of the RequirementSet code require that property. + options.editables = [] + + cmdoptions.check_dist_restriction(options) + + options.download_dir = normalize_path(options.download_dir) + ensure_dir(options.download_dir) + + session = self.get_default_session(options) + + target_python = make_target_python(options) + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + + req_tracker = self.enter_context(get_requirement_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="download", + globally_managed=True, + ) + + reqs = self.get_requirements(args, options, finder, session) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + req_tracker=req_tracker, + session=session, + finder=finder, + download_dir=options.download_dir, + use_user_site=False, + verbosity=self.verbosity, + ) + + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + ignore_requires_python=options.ignore_requires_python, + py_version_info=options.python_version, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve(reqs, check_supported_wheels=True) + + downloaded: List[str] = [] + for req in requirement_set.requirements.values(): + if req.satisfied_by is None: + assert req.name is not None + preparer.save_linked_requirement(req) + downloaded.append(req.name) + if downloaded: + write_output("Successfully downloaded %s", " ".join(downloaded)) + + return SUCCESS diff --git a/venv/lib/python3.8/site-packages/pip/_internal/commands/freeze.py b/venv/lib/python3.8/site-packages/pip/_internal/commands/freeze.py new file mode 100644 index 000000000..5fa6d39b2 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/commands/freeze.py @@ -0,0 +1,97 @@ +import sys +from optparse import Values +from typing import List + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.operations.freeze import freeze +from pip._internal.utils.compat import stdlib_pkgs + +DEV_PKGS = {"pip", "setuptools", "distribute", "wheel"} + + +class FreezeCommand(Command): + """ + Output installed packages in requirements format. + + packages are listed in a case-insensitive sorted order. + """ + + usage = """ + %prog [options]""" + log_streams = ("ext://sys.stderr", "ext://sys.stderr") + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help=( + "Use the order in the given requirements file and its " + "comments when generating output. This option can be " + "used multiple times." + ), + ) + self.cmd_opts.add_option( + "-l", + "--local", + dest="local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not output " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--all", + dest="freeze_all", + action="store_true", + help=( + "Do not skip these packages in the output:" + " {}".format(", ".join(DEV_PKGS)) + ), + ) + self.cmd_opts.add_option( + "--exclude-editable", + dest="exclude_editable", + action="store_true", + help="Exclude editable package from output.", + ) + self.cmd_opts.add_option(cmdoptions.list_exclude()) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + skip = set(stdlib_pkgs) + if not options.freeze_all: + skip.update(DEV_PKGS) + + if options.excludes: + skip.update(options.excludes) + + cmdoptions.check_list_path_option(options) + + for line in freeze( + requirement=options.requirements, + local_only=options.local, + user_only=options.user, + paths=options.path, + isolated=options.isolated_mode, + skip=skip, + exclude_editable=options.exclude_editable, + ): + sys.stdout.write(line + "\n") + return SUCCESS diff --git a/venv/lib/python3.8/site-packages/pip/_internal/commands/hash.py b/venv/lib/python3.8/site-packages/pip/_internal/commands/hash.py new file mode 100644 index 000000000..042dac813 --- /dev/null +++ b/venv/lib/python3.8/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.8/site-packages/pip/_internal/commands/help.py b/venv/lib/python3.8/site-packages/pip/_internal/commands/help.py new file mode 100644 index 000000000..62066318b --- /dev/null +++ b/venv/lib/python3.8/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.8/site-packages/pip/_internal/commands/index.py b/venv/lib/python3.8/site-packages/pip/_internal/commands/index.py new file mode 100644 index 000000000..9d8aae3b5 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/commands/index.py @@ -0,0 +1,139 @@ +import logging +from optparse import Values +from typing import Any, Iterable, List, Optional, Union + +from pip._vendor.packaging.version import LegacyVersion, Version + +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import IndexGroupCommand +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.commands.search import print_dist_installation_info +from pip._internal.exceptions import CommandError, DistributionNotFound, PipError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.network.session import PipSession +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class IndexCommand(IndexGroupCommand): + """ + Inspect information available from package indexes. + """ + + usage = """ + %prog versions + """ + + def add_options(self) -> None: + cmdoptions.add_target_python_options(self.cmd_opts) + + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.pre()) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "versions": self.get_available_package_versions, + } + + logger.warning( + "pip index is currently an experimental command. " + "It may be removed/changed in a future release " + "without prior warning." + ) + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def _build_package_finder( + self, + options: Values, + session: PipSession, + target_python: Optional[TargetPython] = None, + ignore_requires_python: Optional[bool] = None, + ) -> PackageFinder: + """ + Create a package finder appropriate to the index command. + """ + link_collector = LinkCollector.create(session, options=options) + + # Pass allow_yanked=False to ignore yanked versions. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=options.pre, + ignore_requires_python=ignore_requires_python, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + target_python=target_python, + use_deprecated_html5lib="html5lib" in options.deprecated_features_enabled, + ) + + def get_available_package_versions(self, options: Values, args: List[Any]) -> None: + if len(args) != 1: + raise CommandError("You need to specify exactly one argument") + + target_python = cmdoptions.make_target_python(options) + query = args[0] + + with self._build_session(options) as session: + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + + versions: Iterable[Union[LegacyVersion, Version]] = ( + candidate.version for candidate in finder.find_all_candidates(query) + ) + + if not options.pre: + # Remove prereleases + versions = ( + version for version in versions if not version.is_prerelease + ) + versions = set(versions) + + if not versions: + raise DistributionNotFound( + "No matching distribution found for {}".format(query) + ) + + formatted_versions = [str(ver) for ver in sorted(versions, reverse=True)] + latest = formatted_versions[0] + + write_output("{} ({})".format(query, latest)) + write_output("Available versions: {}".format(", ".join(formatted_versions))) + print_dist_installation_info(query, latest) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/commands/install.py b/venv/lib/python3.8/site-packages/pip/_internal/commands/install.py new file mode 100644 index 000000000..34e4c2f84 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/commands/install.py @@ -0,0 +1,771 @@ +import errno +import operator +import os +import shutil +import site +from optparse import SUPPRESS_HELP, Values +from typing import Iterable, List, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.req_command import ( + RequirementCommand, + warn_if_run_as_root, + with_cleanup, +) +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.exceptions import CommandError, InstallationError +from pip._internal.locations import get_scheme +from pip._internal.metadata import get_environment +from pip._internal.models.format_control import FormatControl +from pip._internal.operations.check import ConflictDetails, check_install_conflicts +from pip._internal.req import install_given_reqs +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_tracker import get_requirement_tracker +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.distutils_args import parse_distutils_args +from pip._internal.utils.filesystem import test_writable_dir +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ( + ensure_dir, + get_pip_version, + protect_pip_from_modification_on_windows, + write_output, +) +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.virtualenv import ( + running_under_virtualenv, + virtualenv_no_global, +) +from pip._internal.wheel_builder import ( + BinaryAllowedPredicate, + build, + should_build_for_install_command, +) + +logger = getLogger(__name__) + + +def get_check_binary_allowed(format_control: FormatControl) -> BinaryAllowedPredicate: + def check_binary_allowed(req: InstallRequirement) -> bool: + canonical_name = canonicalize_name(req.name or "") + allowed_formats = format_control.get_allowed_formats(canonical_name) + return "binary" in allowed_formats + + return check_binary_allowed + + +class InstallCommand(RequirementCommand): + """ + Install packages from: + + - PyPI (and other indexes) using requirement specifiers. + - VCS project urls. + - Local project directories. + - Local or remote source archives. + + pip also supports installing from "requirements files", which provide + an easy way to specify a whole environment to be installed. + """ + + usage = """ + %prog [options] [package-index-options] ... + %prog [options] -r [package-index-options] ... + %prog [options] [-e] ... + %prog [options] [-e] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.pre()) + + self.cmd_opts.add_option(cmdoptions.editable()) + self.cmd_opts.add_option( + "-t", + "--target", + dest="target_dir", + metavar="dir", + default=None, + help=( + "Install packages into . " + "By default this will not replace existing files/folders in " + ". Use --upgrade to replace existing packages in " + "with new versions." + ), + ) + cmdoptions.add_target_python_options(self.cmd_opts) + + self.cmd_opts.add_option( + "--user", + dest="use_user_site", + action="store_true", + help=( + "Install to the Python user install directory for your " + "platform. Typically ~/.local/, or %APPDATA%\\Python on " + "Windows. (See the Python documentation for site.USER_BASE " + "for full details.)" + ), + ) + self.cmd_opts.add_option( + "--no-user", + dest="use_user_site", + action="store_false", + help=SUPPRESS_HELP, + ) + self.cmd_opts.add_option( + "--root", + dest="root_path", + metavar="dir", + default=None, + help="Install everything relative to this alternate root directory.", + ) + self.cmd_opts.add_option( + "--prefix", + dest="prefix_path", + metavar="dir", + default=None, + help=( + "Installation prefix where lib, bin and other top-level " + "folders are placed" + ), + ) + + self.cmd_opts.add_option(cmdoptions.src()) + + self.cmd_opts.add_option( + "-U", + "--upgrade", + dest="upgrade", + action="store_true", + help=( + "Upgrade all specified packages to the newest available " + "version. The handling of dependencies depends on the " + "upgrade-strategy used." + ), + ) + + self.cmd_opts.add_option( + "--upgrade-strategy", + dest="upgrade_strategy", + default="only-if-needed", + choices=["only-if-needed", "eager"], + help=( + "Determines how dependency upgrading should be handled " + "[default: %default]. " + '"eager" - dependencies are upgraded regardless of ' + "whether the currently installed version satisfies the " + "requirements of the upgraded package(s). " + '"only-if-needed" - are upgraded only when they do not ' + "satisfy the requirements of the upgraded package(s)." + ), + ) + + self.cmd_opts.add_option( + "--force-reinstall", + dest="force_reinstall", + action="store_true", + help="Reinstall all packages even if they are already up-to-date.", + ) + + self.cmd_opts.add_option( + "-I", + "--ignore-installed", + dest="ignore_installed", + action="store_true", + help=( + "Ignore the installed packages, overwriting them. " + "This can break your system if the existing package " + "is of a different version or was installed " + "with a different package manager!" + ), + ) + + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + + self.cmd_opts.add_option(cmdoptions.install_options()) + self.cmd_opts.add_option(cmdoptions.global_options()) + + self.cmd_opts.add_option( + "--compile", + action="store_true", + dest="compile", + default=True, + help="Compile Python source files to bytecode", + ) + + self.cmd_opts.add_option( + "--no-compile", + action="store_false", + dest="compile", + help="Do not compile Python source files to bytecode", + ) + + self.cmd_opts.add_option( + "--no-warn-script-location", + action="store_false", + dest="warn_script_location", + default=True, + help="Do not warn when installing scripts outside PATH", + ) + self.cmd_opts.add_option( + "--no-warn-conflicts", + action="store_false", + dest="warn_about_conflicts", + default=True, + help="Do not warn about broken dependencies", + ) + + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.require_hashes()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + if options.use_user_site and options.target_dir is not None: + raise CommandError("Can not combine '--user' and '--target'") + + cmdoptions.check_install_build_global(options) + upgrade_strategy = "to-satisfy-only" + if options.upgrade: + upgrade_strategy = options.upgrade_strategy + + cmdoptions.check_dist_restriction(options, check_target=True) + + install_options = options.install_options or [] + + logger.verbose("Using %s", get_pip_version()) + options.use_user_site = decide_user_install( + options.use_user_site, + prefix_path=options.prefix_path, + target_dir=options.target_dir, + root_path=options.root_path, + isolated_mode=options.isolated_mode, + ) + + target_temp_dir: Optional[TempDirectory] = None + target_temp_dir_path: Optional[str] = None + if options.target_dir: + options.ignore_installed = True + options.target_dir = os.path.abspath(options.target_dir) + if ( + # fmt: off + os.path.exists(options.target_dir) and + not os.path.isdir(options.target_dir) + # fmt: on + ): + raise CommandError( + "Target path exists but is not a directory, will not continue." + ) + + # Create a target directory for using with the target option + target_temp_dir = TempDirectory(kind="target") + target_temp_dir_path = target_temp_dir.path + self.enter_context(target_temp_dir) + + global_options = options.global_options or [] + + session = self.get_default_session(options) + + target_python = make_target_python(options) + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + wheel_cache = WheelCache(options.cache_dir, options.format_control) + + req_tracker = self.enter_context(get_requirement_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="install", + globally_managed=True, + ) + + try: + reqs = self.get_requirements(args, options, finder, session) + + # Only when installing is it permitted to use PEP 660. + # In other circumstances (pip wheel, pip download) we generate + # regular (i.e. non editable) metadata and wheels. + for req in reqs: + req.permit_editable_wheels = True + + reject_location_related_install_options(reqs, options.install_options) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + req_tracker=req_tracker, + session=session, + finder=finder, + use_user_site=options.use_user_site, + verbosity=self.verbosity, + ) + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + wheel_cache=wheel_cache, + use_user_site=options.use_user_site, + ignore_installed=options.ignore_installed, + ignore_requires_python=options.ignore_requires_python, + force_reinstall=options.force_reinstall, + upgrade_strategy=upgrade_strategy, + use_pep517=options.use_pep517, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve( + reqs, check_supported_wheels=not options.target_dir + ) + + try: + pip_req = requirement_set.get_requirement("pip") + except KeyError: + modifying_pip = False + else: + # If we're not replacing an already installed pip, + # we're not modifying it. + modifying_pip = pip_req.satisfied_by is None + protect_pip_from_modification_on_windows(modifying_pip=modifying_pip) + + check_binary_allowed = get_check_binary_allowed(finder.format_control) + + reqs_to_build = [ + r + for r in requirement_set.requirements.values() + if should_build_for_install_command(r, check_binary_allowed) + ] + + _, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=True, + build_options=[], + global_options=[], + ) + + # If we're using PEP 517, we cannot do a legacy setup.py install + # so we fail here. + pep517_build_failure_names: List[str] = [ + r.name for r in build_failures if r.use_pep517 # type: ignore + ] + if pep517_build_failure_names: + raise InstallationError( + "Could not build wheels for {}, which is required to " + "install pyproject.toml-based projects".format( + ", ".join(pep517_build_failure_names) + ) + ) + + # For now, we just warn about failures building legacy + # requirements, as we'll fall through to a setup.py install for + # those. + for r in build_failures: + if not r.use_pep517: + r.legacy_install_reason = 8368 + + to_install = resolver.get_installation_order(requirement_set) + + # Check for conflicts in the package set we're installing. + conflicts: Optional[ConflictDetails] = None + should_warn_about_conflicts = ( + not options.ignore_dependencies and options.warn_about_conflicts + ) + if should_warn_about_conflicts: + conflicts = self._determine_conflicts(to_install) + + # Don't warn about script install locations if + # --target or --prefix has been specified + warn_script_location = options.warn_script_location + if options.target_dir or options.prefix_path: + warn_script_location = False + + installed = install_given_reqs( + to_install, + install_options, + global_options, + root=options.root_path, + home=target_temp_dir_path, + prefix=options.prefix_path, + warn_script_location=warn_script_location, + use_user_site=options.use_user_site, + pycompile=options.compile, + ) + + lib_locations = get_lib_location_guesses( + user=options.use_user_site, + home=target_temp_dir_path, + root=options.root_path, + prefix=options.prefix_path, + isolated=options.isolated_mode, + ) + env = get_environment(lib_locations) + + installed.sort(key=operator.attrgetter("name")) + items = [] + for result in installed: + item = result.name + try: + installed_dist = env.get_distribution(item) + if installed_dist is not None: + item = f"{item}-{installed_dist.version}" + except Exception: + pass + items.append(item) + + if conflicts is not None: + self._warn_about_conflicts( + conflicts, + resolver_variant=self.determine_resolver_variant(options), + ) + + installed_desc = " ".join(items) + if installed_desc: + write_output( + "Successfully installed %s", + installed_desc, + ) + except OSError as error: + show_traceback = self.verbosity >= 1 + + message = create_os_error_message( + error, + show_traceback, + options.use_user_site, + ) + logger.error(message, exc_info=show_traceback) # noqa + + return ERROR + + if options.target_dir: + assert target_temp_dir + self._handle_target_dir( + options.target_dir, target_temp_dir, options.upgrade + ) + + warn_if_run_as_root() + return SUCCESS + + def _handle_target_dir( + self, target_dir: str, target_temp_dir: TempDirectory, upgrade: bool + ) -> None: + ensure_dir(target_dir) + + # Checking both purelib and platlib directories for installed + # packages to be moved to target directory + lib_dir_list = [] + + # Checking both purelib and platlib directories for installed + # packages to be moved to target directory + scheme = get_scheme("", home=target_temp_dir.path) + purelib_dir = scheme.purelib + platlib_dir = scheme.platlib + data_dir = scheme.data + + if os.path.exists(purelib_dir): + lib_dir_list.append(purelib_dir) + if os.path.exists(platlib_dir) and platlib_dir != purelib_dir: + lib_dir_list.append(platlib_dir) + if os.path.exists(data_dir): + lib_dir_list.append(data_dir) + + for lib_dir in lib_dir_list: + for item in os.listdir(lib_dir): + if lib_dir == data_dir: + ddir = os.path.join(data_dir, item) + if any(s.startswith(ddir) for s in lib_dir_list[:-1]): + continue + target_item_dir = os.path.join(target_dir, item) + if os.path.exists(target_item_dir): + if not upgrade: + logger.warning( + "Target directory %s already exists. Specify " + "--upgrade to force replacement.", + target_item_dir, + ) + continue + if os.path.islink(target_item_dir): + logger.warning( + "Target directory %s already exists and is " + "a link. pip will not automatically replace " + "links, please remove if replacement is " + "desired.", + target_item_dir, + ) + continue + if os.path.isdir(target_item_dir): + shutil.rmtree(target_item_dir) + else: + os.remove(target_item_dir) + + shutil.move(os.path.join(lib_dir, item), target_item_dir) + + def _determine_conflicts( + self, to_install: List[InstallRequirement] + ) -> Optional[ConflictDetails]: + try: + return check_install_conflicts(to_install) + except Exception: + logger.exception( + "Error while checking for conflicts. Please file an issue on " + "pip's issue tracker: https://github.com/pypa/pip/issues/new" + ) + return None + + def _warn_about_conflicts( + self, conflict_details: ConflictDetails, resolver_variant: str + ) -> None: + package_set, (missing, conflicting) = conflict_details + if not missing and not conflicting: + return + + parts: List[str] = [] + if resolver_variant == "legacy": + parts.append( + "pip's legacy dependency resolver does not consider dependency " + "conflicts when selecting packages. This behaviour is the " + "source of the following dependency conflicts." + ) + else: + assert resolver_variant == "2020-resolver" + parts.append( + "pip's dependency resolver does not currently take into account " + "all the packages that are installed. This behaviour is the " + "source of the following dependency conflicts." + ) + + # NOTE: There is some duplication here, with commands/check.py + for project_name in missing: + version = package_set[project_name][0] + for dependency in missing[project_name]: + message = ( + "{name} {version} requires {requirement}, " + "which is not installed." + ).format( + name=project_name, + version=version, + requirement=dependency[1], + ) + parts.append(message) + + for project_name in conflicting: + version = package_set[project_name][0] + for dep_name, dep_version, req in conflicting[project_name]: + message = ( + "{name} {version} requires {requirement}, but {you} have " + "{dep_name} {dep_version} which is incompatible." + ).format( + name=project_name, + version=version, + requirement=req, + dep_name=dep_name, + dep_version=dep_version, + you=("you" if resolver_variant == "2020-resolver" else "you'll"), + ) + parts.append(message) + + logger.critical("\n".join(parts)) + + +def get_lib_location_guesses( + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> List[str]: + scheme = get_scheme( + "", + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + return [scheme.purelib, scheme.platlib] + + +def site_packages_writable(root: Optional[str], isolated: bool) -> bool: + return all( + test_writable_dir(d) + for d in set(get_lib_location_guesses(root=root, isolated=isolated)) + ) + + +def decide_user_install( + use_user_site: Optional[bool], + prefix_path: Optional[str] = None, + target_dir: Optional[str] = None, + root_path: Optional[str] = None, + isolated_mode: bool = False, +) -> bool: + """Determine whether to do a user install based on the input options. + + If use_user_site is False, no additional checks are done. + If use_user_site is True, it is checked for compatibility with other + options. + If use_user_site is None, the default behaviour depends on the environment, + which is provided by the other arguments. + """ + # In some cases (config from tox), use_user_site can be set to an integer + # rather than a bool, which 'use_user_site is False' wouldn't catch. + if (use_user_site is not None) and (not use_user_site): + logger.debug("Non-user install by explicit request") + return False + + if use_user_site: + if prefix_path: + raise CommandError( + "Can not combine '--user' and '--prefix' as they imply " + "different installation locations" + ) + if virtualenv_no_global(): + raise InstallationError( + "Can not perform a '--user' install. User site-packages " + "are not visible in this virtualenv." + ) + logger.debug("User install by explicit request") + return True + + # If we are here, user installs have not been explicitly requested/avoided + assert use_user_site is None + + # user install incompatible with --prefix/--target + if prefix_path or target_dir: + logger.debug("Non-user install due to --prefix or --target option") + return False + + # If user installs are not enabled, choose a non-user install + if not site.ENABLE_USER_SITE: + logger.debug("Non-user install because user site-packages disabled") + return False + + # If we have permission for a non-user install, do that, + # otherwise do a user install. + if site_packages_writable(root=root_path, isolated=isolated_mode): + logger.debug("Non-user install because site-packages writeable") + return False + + logger.info( + "Defaulting to user installation because normal site-packages " + "is not writeable" + ) + return True + + +def reject_location_related_install_options( + requirements: List[InstallRequirement], options: Optional[List[str]] +) -> None: + """If any location-changing --install-option arguments were passed for + requirements or on the command-line, then show a deprecation warning. + """ + + def format_options(option_names: Iterable[str]) -> List[str]: + return ["--{}".format(name.replace("_", "-")) for name in option_names] + + offenders = [] + + for requirement in requirements: + install_options = requirement.install_options + location_options = parse_distutils_args(install_options) + if location_options: + offenders.append( + "{!r} from {}".format( + format_options(location_options.keys()), requirement + ) + ) + + if options: + location_options = parse_distutils_args(options) + if location_options: + offenders.append( + "{!r} from command line".format(format_options(location_options.keys())) + ) + + if not offenders: + return + + raise CommandError( + "Location-changing options found in --install-option: {}." + " This is unsupported, use pip-level options like --user," + " --prefix, --root, and --target instead.".format("; ".join(offenders)) + ) + + +def create_os_error_message( + error: OSError, show_traceback: bool, using_user_site: bool +) -> str: + """Format an error message for an OSError + + It may occur anytime during the execution of the install command. + """ + parts = [] + + # Mention the error if we are not going to show a traceback + parts.append("Could not install packages due to an OSError") + if not show_traceback: + parts.append(": ") + parts.append(str(error)) + else: + parts.append(".") + + # Spilt the error indication from a helper message (if any) + parts[-1] += "\n" + + # Suggest useful actions to the user: + # (1) using user site-packages or (2) verifying the permissions + if error.errno == errno.EACCES: + user_option_part = "Consider using the `--user` option" + permissions_part = "Check the permissions" + + if not running_under_virtualenv() and not using_user_site: + parts.extend( + [ + user_option_part, + " or ", + permissions_part.lower(), + ] + ) + else: + parts.append(permissions_part) + parts.append(".\n") + + # Suggest the user to enable Long Paths if path length is + # more than 260 + if ( + WINDOWS + and error.errno == errno.ENOENT + and error.filename + and len(error.filename) > 260 + ): + parts.append( + "HINT: This error might have occurred since " + "this system does not have Windows Long Path " + "support enabled. You can find information on " + "how to enable this at " + "https://pip.pypa.io/warnings/enable-long-paths\n" + ) + + return "".join(parts).strip() + "\n" diff --git a/venv/lib/python3.8/site-packages/pip/_internal/commands/list.py b/venv/lib/python3.8/site-packages/pip/_internal/commands/list.py new file mode 100644 index 000000000..57f05e008 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/commands/list.py @@ -0,0 +1,361 @@ +import json +import logging +from optparse import Values +from typing import TYPE_CHECKING, Iterator, List, Optional, Sequence, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import IndexGroupCommand +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.network.session import PipSession +from pip._internal.utils.compat import stdlib_pkgs +from pip._internal.utils.misc import tabulate, write_output + +if TYPE_CHECKING: + from pip._internal.metadata.base import DistributionVersion + + class _DistWithLatestInfo(BaseDistribution): + """Give the distribution object a couple of extra fields. + + These will be populated during ``get_outdated()``. This is dirty but + makes the rest of the code much cleaner. + """ + + latest_version: DistributionVersion + latest_filetype: str + + _ProcessedDists = Sequence[_DistWithLatestInfo] + + +logger = logging.getLogger(__name__) + + +class ListCommand(IndexGroupCommand): + """ + List installed packages, including editables. + + Packages are listed in a case-insensitive sorted order. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-o", + "--outdated", + action="store_true", + default=False, + help="List outdated packages", + ) + self.cmd_opts.add_option( + "-u", + "--uptodate", + action="store_true", + default=False, + help="List uptodate packages", + ) + self.cmd_opts.add_option( + "-e", + "--editable", + action="store_true", + default=False, + help="List editable projects.", + ) + self.cmd_opts.add_option( + "-l", + "--local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not list " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--pre", + action="store_true", + default=False, + help=( + "Include pre-release and development versions. By default, " + "pip only finds stable versions." + ), + ) + + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="columns", + choices=("columns", "freeze", "json"), + help="Select the output format among: columns (default), freeze, or json", + ) + + self.cmd_opts.add_option( + "--not-required", + action="store_true", + dest="not_required", + help="List packages that are not dependencies of installed packages.", + ) + + self.cmd_opts.add_option( + "--exclude-editable", + action="store_false", + dest="include_editable", + help="Exclude editable package from output.", + ) + self.cmd_opts.add_option( + "--include-editable", + action="store_true", + dest="include_editable", + help="Include editable package from output.", + default=True, + ) + self.cmd_opts.add_option(cmdoptions.list_exclude()) + index_opts = cmdoptions.make_option_group(cmdoptions.index_group, self.parser) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + def _build_package_finder( + self, options: Values, session: PipSession + ) -> PackageFinder: + """ + Create a package finder appropriate to this list command. + """ + link_collector = LinkCollector.create(session, options=options) + + # Pass allow_yanked=False to ignore yanked versions. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=options.pre, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + use_deprecated_html5lib="html5lib" in options.deprecated_features_enabled, + ) + + def run(self, options: Values, args: List[str]) -> int: + if options.outdated and options.uptodate: + raise CommandError("Options --outdated and --uptodate cannot be combined.") + + cmdoptions.check_list_path_option(options) + + skip = set(stdlib_pkgs) + if options.excludes: + skip.update(canonicalize_name(n) for n in options.excludes) + + packages: "_ProcessedDists" = [ + cast("_DistWithLatestInfo", d) + for d in get_environment(options.path).iter_installed_distributions( + local_only=options.local, + user_only=options.user, + editables_only=options.editable, + include_editables=options.include_editable, + skip=skip, + ) + ] + + # get_not_required must be called firstly in order to find and + # filter out all dependencies correctly. Otherwise a package + # can't be identified as requirement because some parent packages + # could be filtered out before. + if options.not_required: + packages = self.get_not_required(packages, options) + + if options.outdated: + packages = self.get_outdated(packages, options) + elif options.uptodate: + packages = self.get_uptodate(packages, options) + + self.output_package_listing(packages, options) + return SUCCESS + + def get_outdated( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if 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 + ) -> Iterator["_DistWithLatestInfo"]: + with self._build_session(options) as session: + finder = self._build_package_finder(options, session) + + def latest_info( + dist: "_DistWithLatestInfo", + ) -> Optional["_DistWithLatestInfo"]: + all_candidates = finder.find_all_candidates(dist.canonical_name) + if not options.pre: + # Remove prereleases + all_candidates = [ + candidate + for candidate in all_candidates + if not candidate.version.is_prerelease + ] + + evaluator = finder.make_candidate_evaluator( + project_name=dist.canonical_name, + ) + best_candidate = evaluator.sort_best_candidate(all_candidates) + if best_candidate is None: + return None + + remote_version = best_candidate.version + if best_candidate.link.is_wheel: + typ = "wheel" + else: + typ = "sdist" + dist.latest_version = remote_version + dist.latest_filetype = typ + return dist + + for dist in map(latest_info, packages): + if dist is not None: + yield dist + + def output_package_listing( + self, packages: "_ProcessedDists", options: Values + ) -> None: + packages = sorted( + packages, + key=lambda dist: dist.canonical_name, + ) + if options.list_format == "columns" and packages: + data, header = format_for_columns(packages, options) + self.output_package_listing_columns(data, header) + elif options.list_format == "freeze": + for dist in packages: + if options.verbose >= 1: + write_output( + "%s==%s (%s)", dist.raw_name, dist.version, dist.location + ) + else: + write_output("%s==%s", dist.raw_name, dist.version) + elif options.list_format == "json": + write_output(format_for_json(packages, options)) + + def output_package_listing_columns( + self, data: List[List[str]], header: List[str] + ) -> None: + # insert the header first: we need to know the size of column names + if len(data) > 0: + data.insert(0, header) + + pkg_strings, sizes = tabulate(data) + + # Create and add a separator. + if len(data) > 0: + pkg_strings.insert(1, " ".join(map(lambda x: "-" * x, sizes))) + + for val in pkg_strings: + write_output(val) + + +def format_for_columns( + pkgs: "_ProcessedDists", options: Values +) -> Tuple[List[List[str]], List[str]]: + """ + Convert the package data into something usable + by output_package_listing_columns. + """ + header = ["Package", "Version"] + + running_outdated = options.outdated + if running_outdated: + header.extend(["Latest", "Type"]) + + has_editables = any(x.editable for x in pkgs) + if has_editables: + header.append("Editable project location") + + if options.verbose >= 1: + header.append("Location") + if options.verbose >= 1: + header.append("Installer") + + data = [] + for proj in pkgs: + # if we're working on the 'outdated' list, separate out the + # latest_version and type + row = [proj.raw_name, str(proj.version)] + + if running_outdated: + row.append(str(proj.latest_version)) + row.append(proj.latest_filetype) + + if has_editables: + row.append(proj.editable_project_location or "") + + if options.verbose >= 1: + row.append(proj.location or "") + if options.verbose >= 1: + row.append(proj.installer) + + data.append(row) + + return data, header + + +def format_for_json(packages: "_ProcessedDists", options: Values) -> str: + data = [] + for dist in packages: + info = { + "name": dist.raw_name, + "version": str(dist.version), + } + if options.verbose >= 1: + info["location"] = dist.location or "" + info["installer"] = dist.installer + if options.outdated: + info["latest_version"] = str(dist.latest_version) + info["latest_filetype"] = dist.latest_filetype + editable_project_location = dist.editable_project_location + if editable_project_location: + info["editable_project_location"] = editable_project_location + data.append(info) + return json.dumps(data) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/commands/search.py b/venv/lib/python3.8/site-packages/pip/_internal/commands/search.py new file mode 100644 index 000000000..03ed925b2 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/commands/search.py @@ -0,0 +1,174 @@ +import logging +import shutil +import sys +import textwrap +import xmlrpc.client +from collections import OrderedDict +from optparse import Values +from typing import TYPE_CHECKING, Dict, List, Optional + +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.cli.base_command import Command +from pip._internal.cli.req_command import SessionCommandMixin +from pip._internal.cli.status_codes import NO_MATCHES_FOUND, SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.metadata import get_default_environment +from pip._internal.models.index import PyPI +from pip._internal.network.xmlrpc import PipXmlrpcTransport +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import write_output + +if TYPE_CHECKING: + from typing import TypedDict + + class TransformedHit(TypedDict): + name: str + summary: str + versions: List[str] + + +logger = logging.getLogger(__name__) + + +class SearchCommand(Command, SessionCommandMixin): + """Search for PyPI packages whose name or summary contains .""" + + usage = """ + %prog [options] """ + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-i", + "--index", + dest="index", + metavar="URL", + default=PyPI.pypi_url, + help="Base URL of Python Package Index (default %default)", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + raise CommandError("Missing required argument (search query).") + query = args + pypi_hits = self.search(query, options) + hits = transform_hits(pypi_hits) + + terminal_width = None + if sys.stdout.isatty(): + terminal_width = shutil.get_terminal_size()[0] + + print_results(hits, terminal_width=terminal_width) + if pypi_hits: + return SUCCESS + return NO_MATCHES_FOUND + + def search(self, query: List[str], options: Values) -> List[Dict[str, str]]: + index_url = options.index + + session = self.get_default_session(options) + + transport = PipXmlrpcTransport(index_url, session) + pypi = xmlrpc.client.ServerProxy(index_url, transport) + try: + hits = pypi.search({"name": query, "summary": query}, "or") + except xmlrpc.client.Fault as fault: + message = "XMLRPC request failed [code: {code}]\n{string}".format( + code=fault.faultCode, + string=fault.faultString, + ) + raise CommandError(message) + assert isinstance(hits, list) + return hits + + +def transform_hits(hits: List[Dict[str, str]]) -> List["TransformedHit"]: + """ + The list from pypi is really a list of versions. We want a list of + packages with the list of versions stored inline. This converts the + list from pypi into one we can use. + """ + packages: Dict[str, "TransformedHit"] = OrderedDict() + for hit in hits: + name = hit["name"] + summary = hit["summary"] + version = hit["version"] + + if name not in packages.keys(): + packages[name] = { + "name": name, + "summary": summary, + "versions": [version], + } + else: + packages[name]["versions"].append(version) + + # if this is the highest version, replace summary and score + if version == highest_version(packages[name]["versions"]): + packages[name]["summary"] = summary + + return list(packages.values()) + + +def print_dist_installation_info(name: str, latest: str) -> None: + env = get_default_environment() + dist = env.get_distribution(name) + if dist is not None: + with indent_log(): + if dist.version == latest: + write_output("INSTALLED: %s (latest)", dist.version) + else: + write_output("INSTALLED: %s", dist.version) + if parse_version(latest).pre: + write_output( + "LATEST: %s (pre-release; install" + " with `pip install --pre`)", + latest, + ) + else: + write_output("LATEST: %s", latest) + + +def print_results( + hits: List["TransformedHit"], + name_column_width: Optional[int] = None, + terminal_width: Optional[int] = None, +) -> None: + if not hits: + return + if name_column_width is None: + name_column_width = ( + max( + [ + len(hit["name"]) + len(highest_version(hit.get("versions", ["-"]))) + for hit in hits + ] + ) + + 4 + ) + + for hit in hits: + name = hit["name"] + summary = hit["summary"] or "" + latest = highest_version(hit.get("versions", ["-"])) + if terminal_width is not None: + target_width = terminal_width - name_column_width - 5 + if target_width > 10: + # wrap and indent summary to fit terminal + summary_lines = textwrap.wrap(summary, target_width) + summary = ("\n" + " " * (name_column_width + 3)).join(summary_lines) + + name_latest = f"{name} ({latest})" + line = f"{name_latest:{name_column_width}} - {summary}" + try: + write_output(line) + print_dist_installation_info(name, latest) + except UnicodeEncodeError: + pass + + +def highest_version(versions: List[str]) -> str: + return max(versions, key=parse_version) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/commands/show.py b/venv/lib/python3.8/site-packages/pip/_internal/commands/show.py new file mode 100644 index 000000000..d5540d68b --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/commands/show.py @@ -0,0 +1,178 @@ +import logging +from optparse import Values +from typing import Iterator, List, NamedTuple, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.metadata import BaseDistribution, get_default_environment +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class ShowCommand(Command): + """ + Show information about one or more installed packages. + + The output is in RFC-compliant mail header format. + """ + + usage = """ + %prog [options] ...""" + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-f", + "--files", + dest="files", + action="store_true", + default=False, + help="Show the full list of installed files for each package.", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + logger.warning("ERROR: Please provide a package name or names.") + return ERROR + query = args + + results = search_packages_info(query) + if not print_results( + results, list_files=options.files, verbose=options.verbose + ): + return ERROR + return SUCCESS + + +class _PackageInfo(NamedTuple): + name: str + version: str + location: str + requires: List[str] + required_by: List[str] + installer: str + metadata_version: str + classifiers: List[str] + summary: str + homepage: str + author: str + author_email: str + license: str + entry_points: List[str] + files: Optional[List[str]] + + +def search_packages_info(query: List[str]) -> Iterator[_PackageInfo]: + """ + Gather details from installed distributions. Print distribution name, + version, location, and installed files. Installed files requires a + pip generated 'installed-files.txt' in the distributions '.egg-info' + directory. + """ + env = get_default_environment() + + installed = {dist.canonical_name: dist for dist in env.iter_distributions()} + query_names = [canonicalize_name(name) for name in query] + missing = sorted( + [name for name, pkg in zip(query, query_names) if pkg not in installed] + ) + if missing: + logger.warning("Package(s) not found: %s", ", ".join(missing)) + + def _get_requiring_packages(current_dist: BaseDistribution) -> Iterator[str]: + return ( + dist.metadata["Name"] or "UNKNOWN" + for dist in installed.values() + if current_dist.canonical_name + in {canonicalize_name(d.name) for d in dist.iter_dependencies()} + ) + + for query_name in query_names: + try: + dist = installed[query_name] + except KeyError: + continue + + requires = sorted((req.name for req in dist.iter_dependencies()), key=str.lower) + required_by = sorted(_get_requiring_packages(dist), key=str.lower) + + try: + entry_points_text = dist.read_text("entry_points.txt") + entry_points = entry_points_text.splitlines(keepends=False) + except FileNotFoundError: + entry_points = [] + + files_iter = dist.iter_declared_entries() + if files_iter is None: + files: Optional[List[str]] = None + else: + files = sorted(files_iter) + + metadata = dist.metadata + + yield _PackageInfo( + name=dist.raw_name, + version=str(dist.version), + location=dist.location or "", + requires=requires, + required_by=required_by, + installer=dist.installer, + metadata_version=dist.metadata_version or "", + classifiers=metadata.get_all("Classifier", []), + summary=metadata.get("Summary", ""), + homepage=metadata.get("Home-page", ""), + author=metadata.get("Author", ""), + author_email=metadata.get("Author-email", ""), + license=metadata.get("License", ""), + entry_points=entry_points, + files=files, + ) + + +def print_results( + distributions: Iterator[_PackageInfo], + list_files: bool, + verbose: bool, +) -> bool: + """ + Print the information from installed distributions found. + """ + results_printed = False + for i, dist in enumerate(distributions): + results_printed = True + if i > 0: + write_output("---") + + write_output("Name: %s", dist.name) + write_output("Version: %s", dist.version) + write_output("Summary: %s", dist.summary) + write_output("Home-page: %s", dist.homepage) + write_output("Author: %s", dist.author) + write_output("Author-email: %s", dist.author_email) + write_output("License: %s", dist.license) + write_output("Location: %s", dist.location) + write_output("Requires: %s", ", ".join(dist.requires)) + write_output("Required-by: %s", ", ".join(dist.required_by)) + + if verbose: + write_output("Metadata-Version: %s", dist.metadata_version) + write_output("Installer: %s", dist.installer) + write_output("Classifiers:") + for classifier in dist.classifiers: + write_output(" %s", classifier) + write_output("Entry-points:") + for entry in dist.entry_points: + write_output(" %s", entry.strip()) + if list_files: + write_output("Files:") + if dist.files is None: + write_output("Cannot locate RECORD or installed-files.txt") + else: + for line in dist.files: + write_output(" %s", line.strip()) + return results_printed diff --git a/venv/lib/python3.8/site-packages/pip/_internal/commands/uninstall.py b/venv/lib/python3.8/site-packages/pip/_internal/commands/uninstall.py new file mode 100644 index 000000000..bb9e8e6a3 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/commands/uninstall.py @@ -0,0 +1,105 @@ +import logging +from optparse import Values +from typing import List + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli.base_command import Command +from pip._internal.cli.req_command import SessionCommandMixin, warn_if_run_as_root +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import InstallationError +from pip._internal.req import parse_requirements +from pip._internal.req.constructors import ( + install_req_from_line, + install_req_from_parsed_requirement, +) +from pip._internal.utils.misc import protect_pip_from_modification_on_windows + +logger = logging.getLogger(__name__) + + +class UninstallCommand(Command, SessionCommandMixin): + """ + Uninstall packages. + + pip is able to uninstall most installed packages. Known exceptions are: + + - Pure distutils packages installed with ``python setup.py install``, which + leave behind no metadata to determine what files were installed. + - Script wrappers installed by ``python setup.py develop``. + """ + + usage = """ + %prog [options] ... + %prog [options] -r ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help=( + "Uninstall all the packages listed in the given requirements " + "file. This option can be used multiple times." + ), + ) + self.cmd_opts.add_option( + "-y", + "--yes", + dest="yes", + action="store_true", + help="Don't ask for confirmation of uninstall deletions.", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + session = self.get_default_session(options) + + reqs_to_uninstall = {} + for name in args: + req = install_req_from_line( + name, + isolated=options.isolated_mode, + ) + if req.name: + reqs_to_uninstall[canonicalize_name(req.name)] = req + else: + logger.warning( + "Invalid requirement: %r ignored -" + " the uninstall command expects named" + " requirements.", + name, + ) + for filename in options.requirements: + for parsed_req in parse_requirements( + filename, options=options, session=session + ): + req = install_req_from_parsed_requirement( + parsed_req, isolated=options.isolated_mode + ) + if req.name: + reqs_to_uninstall[canonicalize_name(req.name)] = req + if not reqs_to_uninstall: + raise InstallationError( + f"You must give at least one requirement to {self.name} (see " + f'"pip help {self.name}")' + ) + + protect_pip_from_modification_on_windows( + modifying_pip="pip" in reqs_to_uninstall + ) + + for req in reqs_to_uninstall.values(): + uninstall_pathset = req.uninstall( + auto_confirm=options.yes, + verbose=self.verbosity > 0, + ) + if uninstall_pathset: + uninstall_pathset.commit() + + warn_if_run_as_root() + return SUCCESS diff --git a/venv/lib/python3.8/site-packages/pip/_internal/commands/wheel.py b/venv/lib/python3.8/site-packages/pip/_internal/commands/wheel.py new file mode 100644 index 000000000..d5b20dc9f --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/commands/wheel.py @@ -0,0 +1,178 @@ +import logging +import os +import shutil +from optparse import Values +from typing import List + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import RequirementCommand, with_cleanup +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_tracker import get_requirement_tracker +from pip._internal.utils.misc import ensure_dir, normalize_path +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.wheel_builder import build, should_build_for_wheel_command + +logger = logging.getLogger(__name__) + + +class WheelCommand(RequirementCommand): + """ + Build Wheel archives for your requirements and dependencies. + + Wheel is a built-package format, and offers the advantage of not + recompiling your software during every install. For more details, see the + wheel docs: https://wheel.readthedocs.io/en/latest/ + + Requirements: setuptools>=0.8, and wheel. + + 'pip wheel' uses the bdist_wheel setuptools extension from the wheel + package to build individual wheels. + + """ + + usage = """ + %prog [options] ... + %prog [options] -r ... + %prog [options] [-e] ... + %prog [options] [-e] ... + %prog [options] ...""" + + def add_options(self) -> None: + + self.cmd_opts.add_option( + "-w", + "--wheel-dir", + dest="wheel_dir", + metavar="dir", + default=os.curdir, + help=( + "Build wheels into , where the default is the " + "current working directory." + ), + ) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.editable()) + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.src()) + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + + self.cmd_opts.add_option( + "--no-verify", + dest="no_verify", + action="store_true", + default=False, + help="Don't verify if built wheel is valid.", + ) + + self.cmd_opts.add_option(cmdoptions.build_options()) + self.cmd_opts.add_option(cmdoptions.global_options()) + + self.cmd_opts.add_option( + "--pre", + action="store_true", + default=False, + help=( + "Include pre-release and development versions. By default, " + "pip only finds stable versions." + ), + ) + + self.cmd_opts.add_option(cmdoptions.require_hashes()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + cmdoptions.check_install_build_global(options) + + session = self.get_default_session(options) + + finder = self._build_package_finder(options, session) + wheel_cache = WheelCache(options.cache_dir, options.format_control) + + options.wheel_dir = normalize_path(options.wheel_dir) + ensure_dir(options.wheel_dir) + + req_tracker = self.enter_context(get_requirement_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="wheel", + globally_managed=True, + ) + + reqs = self.get_requirements(args, options, finder, session) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + req_tracker=req_tracker, + session=session, + finder=finder, + download_dir=options.wheel_dir, + use_user_site=False, + verbosity=self.verbosity, + ) + + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + wheel_cache=wheel_cache, + ignore_requires_python=options.ignore_requires_python, + use_pep517=options.use_pep517, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve(reqs, check_supported_wheels=True) + + reqs_to_build: List[InstallRequirement] = [] + for req in requirement_set.requirements.values(): + if req.is_wheel: + preparer.save_linked_requirement(req) + elif should_build_for_wheel_command(req): + reqs_to_build.append(req) + + # build wheels + build_successes, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=(not options.no_verify), + build_options=options.build_options or [], + global_options=options.global_options or [], + ) + for req in build_successes: + assert req.link and req.link.is_wheel + assert req.local_file_path + # copy from cache to target directory + try: + shutil.copy(req.local_file_path, options.wheel_dir) + except OSError as e: + logger.warning( + "Building wheel for %s failed: %s", + req.name, + e, + ) + build_failures.append(req) + if len(build_failures) != 0: + raise CommandError("Failed to build one or more wheels") + + return SUCCESS diff --git a/venv/lib/python3.8/site-packages/pip/_internal/configuration.py b/venv/lib/python3.8/site-packages/pip/_internal/configuration.py new file mode 100644 index 000000000..a8092d1ae --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/configuration.py @@ -0,0 +1,366 @@ +"""Configuration management setup + +Some terminology: +- name + As written in config files. +- value + Value associated with a name +- key + Name combined with it's section (section.name) +- variant + A single word describing where the configuration key-value pair came from +""" + +import configparser +import locale +import os +import sys +from typing import Any, Dict, Iterable, List, NewType, Optional, Tuple + +from pip._internal.exceptions import ( + ConfigurationError, + ConfigurationFileCouldNotBeLoaded, +) +from pip._internal.utils import appdirs +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ensure_dir, enum + +RawConfigParser = configparser.RawConfigParser # Shorthand +Kind = NewType("Kind", str) + +CONFIG_BASENAME = "pip.ini" if WINDOWS else "pip.conf" +ENV_NAMES_IGNORED = "version", "help" + +# The kinds of configurations there are. +kinds = enum( + USER="user", # User Specific + GLOBAL="global", # System Wide + SITE="site", # [Virtual] Environment Specific + ENV="env", # from PIP_CONFIG_FILE + ENV_VAR="env-var", # from Environment Variables +) +OVERRIDE_ORDER = kinds.GLOBAL, kinds.USER, kinds.SITE, kinds.ENV, kinds.ENV_VAR +VALID_LOAD_ONLY = kinds.USER, kinds.GLOBAL, kinds.SITE + +logger = getLogger(__name__) + + +# NOTE: Maybe use the optionx attribute to normalize keynames. +def _normalize_name(name: str) -> str: + """Make a name consistent regardless of source (environment or file)""" + name = name.lower().replace("_", "-") + if name.startswith("--"): + name = name[2:] # only prefer long opts + return name + + +def _disassemble_key(name: str) -> List[str]: + if "." not in name: + error_message = ( + "Key does not contain dot separated section and key. " + "Perhaps you wanted to use 'global.{}' instead?" + ).format(name) + raise ConfigurationError(error_message) + return name.split(".", 1) + + +def get_configuration_files() -> Dict[Kind, List[str]]: + global_config_files = [ + os.path.join(path, CONFIG_BASENAME) for path in appdirs.site_config_dirs("pip") + ] + + site_config_file = os.path.join(sys.prefix, CONFIG_BASENAME) + legacy_config_file = os.path.join( + os.path.expanduser("~"), + "pip" if WINDOWS else ".pip", + CONFIG_BASENAME, + ) + new_config_file = os.path.join(appdirs.user_config_dir("pip"), CONFIG_BASENAME) + return { + kinds.GLOBAL: global_config_files, + kinds.SITE: [site_config_file], + kinds.USER: [legacy_config_file, new_config_file], + } + + +class Configuration: + """Handles management of configuration. + + Provides an interface to accessing and managing configuration files. + + This class converts provides an API that takes "section.key-name" style + keys and stores the value associated with it as "key-name" under the + section "section". + + This allows for a clean interface wherein the both the section and the + key-name are preserved in an easy to manage form in the configuration files + and the data stored is also nice. + """ + + def __init__(self, isolated: bool, load_only: Optional[Kind] = None) -> None: + super().__init__() + + if load_only is not None and load_only not in VALID_LOAD_ONLY: + raise ConfigurationError( + "Got invalid value for load_only - should be one of {}".format( + ", ".join(map(repr, VALID_LOAD_ONLY)) + ) + ) + self.isolated = isolated + self.load_only = load_only + + # Because we keep track of where we got the data from + self._parsers: Dict[Kind, List[Tuple[str, RawConfigParser]]] = { + variant: [] for variant in OVERRIDE_ORDER + } + self._config: Dict[Kind, Dict[str, Any]] = { + variant: {} for variant in OVERRIDE_ORDER + } + self._modified_parsers: List[Tuple[str, RawConfigParser]] = [] + + def load(self) -> None: + """Loads configuration from configuration files and environment""" + self._load_config_files() + if not self.isolated: + self._load_environment_vars() + + def get_file_to_edit(self) -> Optional[str]: + """Returns the file with highest priority in configuration""" + assert self.load_only is not None, "Need to be specified a file to be editing" + + try: + return self._get_parser_to_modify()[0] + except IndexError: + return None + + def items(self) -> Iterable[Tuple[str, Any]]: + """Returns key-value pairs like dict.items() representing the loaded + configuration + """ + return self._dictionary.items() + + def get_value(self, key: str) -> Any: + """Get a value from the configuration.""" + try: + return self._dictionary[key] + except KeyError: + raise ConfigurationError(f"No such key - {key}") + + def set_value(self, key: str, value: Any) -> None: + """Modify a value in the configuration.""" + self._ensure_have_load_only() + + assert self.load_only + fname, parser = self._get_parser_to_modify() + + if parser is not None: + section, name = _disassemble_key(key) + + # Modify the parser and the configuration + if not parser.has_section(section): + parser.add_section(section) + parser.set(section, name, value) + + self._config[self.load_only][key] = value + self._mark_as_modified(fname, parser) + + def unset_value(self, key: str) -> None: + """Unset a value in the configuration.""" + self._ensure_have_load_only() + + assert self.load_only + if key not in self._config[self.load_only]: + raise ConfigurationError(f"No such key - {key}") + + fname, parser = self._get_parser_to_modify() + + if parser is not None: + section, name = _disassemble_key(key) + if not ( + parser.has_section(section) and parser.remove_option(section, name) + ): + # The option was not removed. + raise ConfigurationError( + "Fatal Internal error [id=1]. Please report as a bug." + ) + + # The section may be empty after the option was removed. + if not parser.items(section): + parser.remove_section(section) + self._mark_as_modified(fname, parser) + + del self._config[self.load_only][key] + + def save(self) -> None: + """Save the current in-memory state.""" + self._ensure_have_load_only() + + for fname, parser in self._modified_parsers: + logger.info("Writing to %s", fname) + + # Ensure directory exists. + ensure_dir(os.path.dirname(fname)) + + with open(fname, "w") as f: + parser.write(f) + + # + # Private routines + # + + def _ensure_have_load_only(self) -> None: + if self.load_only is None: + raise ConfigurationError("Needed a specific file to be modifying.") + logger.debug("Will be working with %s variant only", self.load_only) + + @property + def _dictionary(self) -> Dict[str, Any]: + """A dictionary representing the loaded configuration.""" + # NOTE: Dictionaries are not populated if not loaded. So, conditionals + # are not needed here. + retval = {} + + for variant in OVERRIDE_ORDER: + retval.update(self._config[variant]) + + return retval + + def _load_config_files(self) -> None: + """Loads configuration from configuration files""" + config_files = dict(self.iter_config_files()) + if config_files[kinds.ENV][0:1] == [os.devnull]: + logger.debug( + "Skipping loading configuration files due to " + "environment's PIP_CONFIG_FILE being os.devnull" + ) + return + + for variant, files in config_files.items(): + for fname in files: + # If there's specific variant set in `load_only`, load only + # that variant, not the others. + if self.load_only is not None and variant != self.load_only: + logger.debug("Skipping file '%s' (variant: %s)", fname, variant) + continue + + parser = self._load_file(variant, fname) + + # Keeping track of the parsers used + self._parsers[variant].append((fname, parser)) + + def _load_file(self, variant: Kind, fname: str) -> RawConfigParser: + logger.verbose("For variant '%s', will try loading '%s'", variant, fname) + parser = self._construct_parser(fname) + + for section in parser.sections(): + items = parser.items(section) + self._config[variant].update(self._normalized_keys(section, items)) + + return parser + + def _construct_parser(self, fname: str) -> RawConfigParser: + parser = configparser.RawConfigParser() + # If there is no such file, don't bother reading it but create the + # parser anyway, to hold the data. + # Doing this is useful when modifying and saving files, where we don't + # need to construct a parser. + if os.path.exists(fname): + locale_encoding = locale.getpreferredencoding(False) + try: + parser.read(fname, encoding=locale_encoding) + except UnicodeDecodeError: + # See https://github.com/pypa/pip/issues/4963 + raise ConfigurationFileCouldNotBeLoaded( + reason=f"contains invalid {locale_encoding} characters", + fname=fname, + ) + except configparser.Error as error: + # See https://github.com/pypa/pip/issues/4893 + raise ConfigurationFileCouldNotBeLoaded(error=error) + return parser + + def _load_environment_vars(self) -> None: + """Loads configuration from environment variables""" + self._config[kinds.ENV_VAR].update( + self._normalized_keys(":env:", self.get_environ_vars()) + ) + + def _normalized_keys( + self, section: str, items: Iterable[Tuple[str, Any]] + ) -> Dict[str, Any]: + """Normalizes items to construct a dictionary with normalized keys. + + This routine is where the names become keys and are made the same + regardless of source - configuration files or environment. + """ + normalized = {} + for name, val in items: + key = section + "." + _normalize_name(name) + normalized[key] = val + return normalized + + def get_environ_vars(self) -> Iterable[Tuple[str, str]]: + """Returns a generator with all environmental vars with prefix PIP_""" + for key, val in os.environ.items(): + if key.startswith("PIP_"): + name = key[4:].lower() + if name not in ENV_NAMES_IGNORED: + yield name, val + + # XXX: This is patched in the tests. + def iter_config_files(self) -> Iterable[Tuple[Kind, List[str]]]: + """Yields variant and configuration files associated with it. + + This should be treated like items of a dictionary. + """ + # SMELL: Move the conditions out of this function + + # environment variables have the lowest priority + config_file = os.environ.get("PIP_CONFIG_FILE", None) + if config_file is not None: + yield kinds.ENV, [config_file] + else: + yield kinds.ENV, [] + + config_files = get_configuration_files() + + # at the base we have any global configuration + yield kinds.GLOBAL, config_files[kinds.GLOBAL] + + # per-user configuration next + should_load_user_config = not self.isolated and not ( + config_file and os.path.exists(config_file) + ) + if should_load_user_config: + # The legacy config file is overridden by the new config file + yield kinds.USER, config_files[kinds.USER] + + # finally virtualenv configuration first trumping others + yield kinds.SITE, config_files[kinds.SITE] + + def get_values_in_config(self, variant: Kind) -> Dict[str, Any]: + """Get values present in a config file""" + return self._config[variant] + + def _get_parser_to_modify(self) -> Tuple[str, RawConfigParser]: + # Determine which parser to modify + assert self.load_only + parsers = self._parsers[self.load_only] + if not parsers: + # This should not happen if everything works correctly. + raise ConfigurationError( + "Fatal Internal error [id=2]. Please report as a bug." + ) + + # Use the highest priority parser. + return parsers[-1] + + # XXX: This is patched in the tests. + def _mark_as_modified(self, fname: str, parser: RawConfigParser) -> None: + file_parser_tuple = (fname, parser) + if file_parser_tuple not in self._modified_parsers: + self._modified_parsers.append(file_parser_tuple) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self._dictionary!r})" diff --git a/venv/lib/python3.8/site-packages/pip/_internal/distributions/__init__.py b/venv/lib/python3.8/site-packages/pip/_internal/distributions/__init__.py new file mode 100644 index 000000000..9a89a838b --- /dev/null +++ b/venv/lib/python3.8/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.8/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e475cd97146f97b3d54bd9bf9b7f064fed8886f7 GIT binary patch literal 795 zcmaJlo{5Vn)NB&9796(dMNV#)C0p%O441fmNIL!SUCOO!lc8&k(gZKtTH8~qvl z0sc}}CjJ5g;_UW8s8Ai9efRlt_xZEm?e5+oINo1AY0Hq1?=F}R#K=oDbAS^koJ!Ks zl2YdfGU&oG^nNI#Zc#40AIZ2&%7hX~fbzxHfX6(!jLMX!E0S;hz)B>i)BRVCvASN{ z1A(h(Mk{)S_};1?^%`!V_dc`$@&>r~Mj2a6c?hSY(9nUhc`$8@E40#ZI>j37sMVUf zuGho)0orRc^BAWK@{#DfmR^uAbmgKzKd|9dv_W(F`RSprWwJV(6UmNxo!J($V{ry5 z`wypRN`VVoHxjf{bV`M(KDh(w2*aG}7?*EEyUX|~S=)EOc&*rQZrffhhyCS|251B< zonj}T8Fo5jQZ&~o`^7V6goWjR+x0ORHi&^$LRrwNmWOK%%D5GHq556e>QCN9ud0HT*hKqLVTP!vT`)JfVRhZ;ql_OKU%yQC~S)b57l z+Od&SV<4yAdi0?^`Y-LZr~ZW=iq7mxij=yhuoNFN!*AyM$e#v-9)b4r#b>kMB0~Pe z$$D$SFa5H5SPmhjMm-3#46=f74*_Ae z4l;y5!sQv3%a+;5Ygm%1P@u0Y)yfTTDqafC9%{+f8D@EM4CP_!MUgv%0!J+|h$KG& z4wM&CcrmV*4~9V%0k{psNdN2&D zmMaTot1jm{)1GtN26KoVIc28xGi4~gx<6tcT>koza|!qj(O$#1O9 z;gPW0uxoFvx*Zr*?;k18mqhS&)E~jNt2qeH$Je6#UsqtEJ*}UnY9}eRkzBjn2-IPd z57M}7IKC+#y9)-xut9$Z#uoX1JCD1CRfVu>BZXCB3_O}#qVrF$&E-b-;VqOCJ_MXs zJntf8;-sO8rE SvZ>uy$hgBixs~dkc#I literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e03973cf5a236624c919653b55ba71757f4291a8 GIT binary patch literal 1246 zcmaJ=OK;Oa5Z?78Nkh^WsZ>G&$>NqnY@|x42ZSh3afuMGLoTazcG9@@tGiA`B2Kgi zenfu&{3TyG@fSECX6!U|rNTy@%+AiPzsLGxzu#pzKAk_BeYY6deLQ*m)8jWZr8){ zVHO!rWnjECE4&myVfVtrt+~{aSb5TT#SAUe6ez$M|H|tc(zHg)T>^-T z&ynlmiqF6rAgpb7pSptEQX^=09 zS(Xm-z2Q^?gb@tM*JIGZDWs=C9EGcvJ%2wiQ31o1fF{VJJP=V@fKFu`sK!k&!CG%W zUzB$bp%4iaQprM!W@De&(+yyJhcAO0t@Qu7dxYd$)9R{~Tj4y4m559hSJvnj9y+n< z=+&T{RIe1LcPfU;@=+zpz}EBu=}ih-6iBE#^e`*$*H;3r!C#ZQjV*@kWcG6JW)}b5 zkN3DEL@E;yqU;KhWNIE$-V@>k9bc`qg;3c<2u<)ciKmHG>4aGp>us7}!LBmGu3Zcy zhoM=AJFQLEVivdlR4b!FyY$dYf9<8;w8;1&e!`l_l@G4Bk@BDY)qN1P5jCLQ>y4M* Y*SHDJO*qTW<^k7a>7gu>b%7 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d6874723e9f16a15f2d4104f4cb160c01a9e6f6b GIT binary patch literal 4525 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 None: + super().__init__() + self.req = req + + @abc.abstractmethod + def get_metadata_distribution(self) -> BaseDistribution: + raise NotImplementedError() + + @abc.abstractmethod + def prepare_distribution_metadata( + self, finder: PackageFinder, build_isolation: bool + ) -> None: + raise NotImplementedError() diff --git a/venv/lib/python3.8/site-packages/pip/_internal/distributions/installed.py b/venv/lib/python3.8/site-packages/pip/_internal/distributions/installed.py new file mode 100644 index 000000000..be5962f98 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/distributions/installed.py @@ -0,0 +1,20 @@ +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution + + +class InstalledDistribution(AbstractDistribution): + """Represents an installed package. + + This does not need any preparation as the required information has already + been computed. + """ + + def get_metadata_distribution(self) -> BaseDistribution: + assert self.req.satisfied_by is not None, "not actually installed" + return self.req.satisfied_by + + def prepare_distribution_metadata( + self, finder: PackageFinder, build_isolation: bool + ) -> None: + pass diff --git a/venv/lib/python3.8/site-packages/pip/_internal/distributions/sdist.py b/venv/lib/python3.8/site-packages/pip/_internal/distributions/sdist.py new file mode 100644 index 000000000..bdaf4033c --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/distributions/sdist.py @@ -0,0 +1,127 @@ +import logging +from typing import Iterable, Set, Tuple + +from pip._internal.build_env import BuildEnvironment +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.exceptions import InstallationError +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +class SourceDistribution(AbstractDistribution): + """Represents a source distribution. + + The preparation step for these needs metadata for the packages to be + generated, either using PEP 517 or using the legacy `setup.py egg_info`. + """ + + def get_metadata_distribution(self) -> BaseDistribution: + return self.req.get_dist() + + def prepare_distribution_metadata( + self, finder: PackageFinder, build_isolation: bool + ) -> None: + # Load pyproject.toml, to determine whether PEP 517 is to be used + self.req.load_pyproject_toml() + + # Set up the build isolation, if this requirement should be isolated + should_isolate = self.req.use_pep517 and build_isolation + if should_isolate: + # Setup an isolated environment and install the build backend static + # requirements in it. + self._prepare_build_backend(finder) + # Check that if the requirement is editable, it either supports PEP 660 or + # has a setup.py or a setup.cfg. This cannot be done earlier because we need + # to setup the build backend to verify it supports build_editable, nor can + # it be done later, because we want to avoid installing build requirements + # needlessly. Doing it here also works around setuptools generating + # UNKNOWN.egg-info when running get_requires_for_build_wheel on a directory + # without setup.py nor setup.cfg. + self.req.isolated_editable_sanity_check() + # Install the dynamic build requirements. + self._install_build_reqs(finder) + + self.req.prepare_metadata() + + def _prepare_build_backend(self, finder: PackageFinder) -> None: + # Isolate in a BuildEnvironment and install the build-time + # requirements. + pyproject_requires = self.req.pyproject_requires + assert pyproject_requires is not None + + self.req.build_env = BuildEnvironment() + self.req.build_env.install_requirements( + finder, pyproject_requires, "overlay", kind="build dependencies" + ) + conflicting, missing = self.req.build_env.check_requirements( + self.req.requirements_to_check + ) + if conflicting: + self._raise_conflicts("PEP 517/518 supported requirements", conflicting) + if missing: + logger.warning( + "Missing build requirements in pyproject.toml for %s.", + self.req, + ) + logger.warning( + "The project does not specify a build backend, and " + "pip cannot fall back to setuptools without %s.", + " and ".join(map(repr, sorted(missing))), + ) + + def _get_build_requires_wheel(self) -> Iterable[str]: + with self.req.build_env: + runner = runner_with_spinner_message("Getting requirements to build wheel") + backend = self.req.pep517_backend + assert backend is not None + with backend.subprocess_runner(runner): + return backend.get_requires_for_build_wheel() + + def _get_build_requires_editable(self) -> Iterable[str]: + with self.req.build_env: + runner = runner_with_spinner_message( + "Getting requirements to build editable" + ) + backend = self.req.pep517_backend + assert backend is not None + with backend.subprocess_runner(runner): + return backend.get_requires_for_build_editable() + + def _install_build_reqs(self, finder: PackageFinder) -> None: + # Install any extra build dependencies that the backend requests. + # This must be done in a second pass, as the pyproject.toml + # dependencies must be installed before we can call the backend. + if ( + self.req.editable + and self.req.permit_editable_wheels + and self.req.supports_pyproject_editable() + ): + build_reqs = self._get_build_requires_editable() + else: + build_reqs = self._get_build_requires_wheel() + conflicting, missing = self.req.build_env.check_requirements(build_reqs) + if conflicting: + self._raise_conflicts("the backend dependencies", conflicting) + self.req.build_env.install_requirements( + finder, missing, "normal", kind="backend dependencies" + ) + + def _raise_conflicts( + self, conflicting_with: str, conflicting_reqs: Set[Tuple[str, str]] + ) -> None: + format_string = ( + "Some build dependencies for {requirement} " + "conflict with {conflicting_with}: {description}." + ) + error_message = format_string.format( + requirement=self.req, + conflicting_with=conflicting_with, + description=", ".join( + f"{installed} is incompatible with {wanted}" + for installed, wanted in sorted(conflicting_reqs) + ), + ) + raise InstallationError(error_message) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/distributions/wheel.py b/venv/lib/python3.8/site-packages/pip/_internal/distributions/wheel.py new file mode 100644 index 000000000..340b0f3c5 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/distributions/wheel.py @@ -0,0 +1,31 @@ +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import ( + BaseDistribution, + FilesystemWheel, + get_wheel_distribution, +) + + +class WheelDistribution(AbstractDistribution): + """Represents a wheel distribution. + + This does not need any preparation as wheels can be directly unpacked. + """ + + def get_metadata_distribution(self) -> BaseDistribution: + """Loads the metadata from the wheel file into memory and returns a + Distribution that uses it, not relying on the wheel file or + requirement. + """ + assert self.req.local_file_path, "Set as part of preparation during download" + assert self.req.name, "Wheels are never unnamed" + wheel = FilesystemWheel(self.req.local_file_path) + return get_wheel_distribution(wheel, canonicalize_name(self.req.name)) + + def prepare_distribution_metadata( + self, finder: PackageFinder, build_isolation: bool + ) -> None: + pass diff --git a/venv/lib/python3.8/site-packages/pip/_internal/exceptions.py b/venv/lib/python3.8/site-packages/pip/_internal/exceptions.py new file mode 100644 index 000000000..97b9612a1 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/exceptions.py @@ -0,0 +1,658 @@ +"""Exceptions used throughout package. + +This module MUST NOT try to import from anything within `pip._internal` to +operate. This is expected to be importable from any/all files within the +subpackage and, thus, should not depend on them. +""" + +import configparser +import re +from itertools import chain, groupby, repeat +from typing import TYPE_CHECKING, Dict, List, Optional, Union + +from pip._vendor.requests.models import Request, Response +from pip._vendor.rich.console import Console, ConsoleOptions, RenderResult +from pip._vendor.rich.markup import escape +from pip._vendor.rich.text import Text + +if TYPE_CHECKING: + from hashlib import _Hash + from typing import Literal + + from pip._internal.metadata import BaseDistribution + from pip._internal.req.req_install import InstallRequirement + + +# +# Scaffolding +# +def _is_kebab_case(s: str) -> bool: + return re.match(r"^[a-z]+(-[a-z]+)*$", s) is not None + + +def _prefix_with_indent( + s: Union[Text, str], + console: Console, + *, + prefix: str, + indent: str, +) -> Text: + if isinstance(s, Text): + text = s + else: + text = console.render_str(s) + + return console.render_str(prefix, overflow="ignore") + console.render_str( + f"\n{indent}", overflow="ignore" + ).join(text.split(allow_blank=True)) + + +class PipError(Exception): + """The base pip error.""" + + +class DiagnosticPipError(PipError): + """An error, that presents diagnostic information to the user. + + This contains a bunch of logic, to enable pretty presentation of our error + messages. Each error gets a unique reference. Each error can also include + additional context, a hint and/or a note -- which are presented with the + main error message in a consistent style. + + This is adapted from the error output styling in `sphinx-theme-builder`. + """ + + reference: str + + def __init__( + self, + *, + kind: 'Literal["error", "warning"]' = "error", + reference: Optional[str] = None, + message: Union[str, Text], + context: Optional[Union[str, Text]], + hint_stmt: Optional[Union[str, Text]], + note_stmt: Optional[Union[str, Text]] = None, + link: Optional[str] = None, + ) -> None: + # Ensure a proper reference is provided. + if reference is None: + assert hasattr(self, "reference"), "error reference not provided!" + reference = self.reference + assert _is_kebab_case(reference), "error reference must be kebab-case!" + + self.kind = kind + self.reference = reference + + self.message = message + self.context = context + + self.note_stmt = note_stmt + self.hint_stmt = hint_stmt + + self.link = link + + super().__init__(f"<{self.__class__.__name__}: {self.reference}>") + + def __repr__(self) -> str: + return ( + f"<{self.__class__.__name__}(" + f"reference={self.reference!r}, " + f"message={self.message!r}, " + f"context={self.context!r}, " + f"note_stmt={self.note_stmt!r}, " + f"hint_stmt={self.hint_stmt!r}" + ")>" + ) + + def __rich_console__( + self, + console: Console, + options: ConsoleOptions, + ) -> RenderResult: + colour = "red" if self.kind == "error" else "yellow" + + yield f"[{colour} bold]{self.kind}[/]: [bold]{self.reference}[/]" + yield "" + + if not options.ascii_only: + # Present the main message, with relevant context indented. + if self.context is not None: + yield _prefix_with_indent( + self.message, + console, + prefix=f"[{colour}]×[/] ", + indent=f"[{colour}]│[/] ", + ) + yield _prefix_with_indent( + self.context, + console, + prefix=f"[{colour}]╰─>[/] ", + indent=f"[{colour}] [/] ", + ) + else: + yield _prefix_with_indent( + self.message, + console, + prefix="[red]×[/] ", + indent=" ", + ) + else: + yield self.message + if self.context is not None: + yield "" + yield self.context + + if self.note_stmt is not None or self.hint_stmt is not None: + yield "" + + if self.note_stmt is not None: + yield _prefix_with_indent( + self.note_stmt, + console, + prefix="[magenta bold]note[/]: ", + indent=" ", + ) + if self.hint_stmt is not None: + yield _prefix_with_indent( + self.hint_stmt, + console, + prefix="[cyan bold]hint[/]: ", + indent=" ", + ) + + if self.link is not None: + yield "" + yield f"Link: {self.link}" + + +# +# Actual Errors +# +class ConfigurationError(PipError): + """General exception in configuration""" + + +class InstallationError(PipError): + """General exception during installation""" + + +class UninstallationError(PipError): + """General exception during uninstallation""" + + +class MissingPyProjectBuildRequires(DiagnosticPipError): + """Raised when pyproject.toml has `build-system`, but no `build-system.requires`.""" + + reference = "missing-pyproject-build-system-requires" + + def __init__(self, *, package: str) -> None: + super().__init__( + message=f"Can not process {escape(package)}", + context=Text( + "This package has an invalid pyproject.toml file.\n" + "The [build-system] table is missing the mandatory `requires` key." + ), + note_stmt="This is an issue with the package mentioned above, not pip.", + hint_stmt=Text("See PEP 518 for the detailed specification."), + ) + + +class InvalidPyProjectBuildRequires(DiagnosticPipError): + """Raised when pyproject.toml an invalid `build-system.requires`.""" + + reference = "invalid-pyproject-build-system-requires" + + def __init__(self, *, package: str, reason: str) -> None: + super().__init__( + message=f"Can not process {escape(package)}", + context=Text( + "This package has an invalid `build-system.requires` key in " + f"pyproject.toml.\n{reason}" + ), + note_stmt="This is an issue with the package mentioned above, not pip.", + hint_stmt=Text("See PEP 518 for the detailed specification."), + ) + + +class NoneMetadataError(PipError): + """Raised when accessing a Distribution's "METADATA" or "PKG-INFO". + + This signifies an inconsistency, when the Distribution claims to have + the metadata file (if not, raise ``FileNotFoundError`` instead), but is + not actually able to produce its content. This may be due to permission + errors. + """ + + def __init__( + self, + dist: "BaseDistribution", + metadata_name: str, + ) -> None: + """ + :param dist: A Distribution object. + :param metadata_name: The name of the metadata being accessed + (can be "METADATA" or "PKG-INFO"). + """ + self.dist = dist + self.metadata_name = metadata_name + + def __str__(self) -> str: + # Use `dist` in the error message because its stringification + # includes more information, like the version and location. + return "None {} metadata found for distribution: {}".format( + self.metadata_name, + self.dist, + ) + + +class UserInstallationInvalid(InstallationError): + """A --user install is requested on an environment without user site.""" + + def __str__(self) -> str: + return "User base directory is not specified" + + +class InvalidSchemeCombination(InstallationError): + def __str__(self) -> str: + before = ", ".join(str(a) for a in self.args[:-1]) + return f"Cannot set {before} and {self.args[-1]} together" + + +class DistributionNotFound(InstallationError): + """Raised when a distribution cannot be found to satisfy a requirement""" + + +class RequirementsFileParseError(InstallationError): + """Raised when a general error occurs parsing a requirements file line.""" + + +class BestVersionAlreadyInstalled(PipError): + """Raised when the most up-to-date version of a package is already + installed.""" + + +class BadCommand(PipError): + """Raised when virtualenv or a command is not found""" + + +class CommandError(PipError): + """Raised when there is an error in command-line arguments""" + + +class PreviousBuildDirError(PipError): + """Raised when there's a previous conflicting build directory""" + + +class NetworkConnectionError(PipError): + """HTTP connection error""" + + def __init__( + self, error_msg: str, response: Response = None, request: Request = None + ) -> None: + """ + Initialize NetworkConnectionError with `request` and `response` + objects. + """ + self.response = response + self.request = request + self.error_msg = error_msg + if ( + self.response is not None + and not self.request + and hasattr(response, "request") + ): + self.request = self.response.request + super().__init__(error_msg, response, request) + + def __str__(self) -> str: + return str(self.error_msg) + + +class InvalidWheelFilename(InstallationError): + """Invalid wheel filename.""" + + +class UnsupportedWheel(InstallationError): + """Unsupported wheel.""" + + +class InvalidWheel(InstallationError): + """Invalid (e.g. corrupt) wheel.""" + + def __init__(self, location: str, name: str): + self.location = location + self.name = name + + def __str__(self) -> str: + return f"Wheel '{self.name}' located at {self.location} is invalid." + + +class MetadataInconsistent(InstallationError): + """Built metadata contains inconsistent information. + + This is raised when the metadata contains values (e.g. name and version) + that do not match the information previously obtained from sdist filename + or user-supplied ``#egg=`` value. + """ + + def __init__( + self, ireq: "InstallRequirement", field: str, f_val: str, m_val: str + ) -> None: + self.ireq = ireq + self.field = field + self.f_val = f_val + self.m_val = m_val + + def __str__(self) -> str: + template = ( + "Requested {} has inconsistent {}: " + "filename has {!r}, but metadata has {!r}" + ) + return template.format(self.ireq, self.field, self.f_val, self.m_val) + + +class LegacyInstallFailure(DiagnosticPipError): + """Error occurred while executing `setup.py install`""" + + reference = "legacy-install-failure" + + def __init__(self, package_details: str) -> None: + super().__init__( + message="Encountered error while trying to install package.", + context=package_details, + hint_stmt="See above for output from the failure.", + note_stmt="This is an issue with the package mentioned above, not pip.", + ) + + +class InstallationSubprocessError(DiagnosticPipError, InstallationError): + """A subprocess call failed.""" + + reference = "subprocess-exited-with-error" + + def __init__( + self, + *, + command_description: str, + exit_code: int, + output_lines: Optional[List[str]], + ) -> None: + if output_lines is None: + output_prompt = Text("See above for output.") + else: + output_prompt = ( + Text.from_markup(f"[red][{len(output_lines)} lines of output][/]\n") + + Text("".join(output_lines)) + + Text.from_markup(R"[red]\[end of output][/]") + ) + + super().__init__( + message=( + f"[green]{escape(command_description)}[/] did not run successfully.\n" + f"exit code: {exit_code}" + ), + context=output_prompt, + hint_stmt=None, + note_stmt=( + "This error originates from a subprocess, and is likely not a " + "problem with pip." + ), + ) + + self.command_description = command_description + self.exit_code = exit_code + + def __str__(self) -> str: + return f"{self.command_description} exited with {self.exit_code}" + + +class MetadataGenerationFailed(InstallationSubprocessError, InstallationError): + reference = "metadata-generation-failed" + + def __init__( + self, + *, + package_details: str, + ) -> None: + super(InstallationSubprocessError, self).__init__( + message="Encountered error while generating package metadata.", + context=escape(package_details), + hint_stmt="See above for details.", + note_stmt="This is an issue with the package mentioned above, not pip.", + ) + + def __str__(self) -> str: + return "metadata generation failed" + + +class HashErrors(InstallationError): + """Multiple HashError instances rolled into one for reporting""" + + def __init__(self) -> None: + self.errors: List["HashError"] = [] + + def append(self, error: "HashError") -> None: + self.errors.append(error) + + def __str__(self) -> str: + lines = [] + self.errors.sort(key=lambda e: e.order) + for cls, errors_of_cls in groupby(self.errors, lambda e: e.__class__): + lines.append(cls.head) + lines.extend(e.body() for e in errors_of_cls) + if lines: + return "\n".join(lines) + return "" + + def __bool__(self) -> bool: + return bool(self.errors) + + +class HashError(InstallationError): + """ + A failure to verify a package against known-good hashes + + :cvar order: An int sorting hash exception classes by difficulty of + recovery (lower being harder), so the user doesn't bother fretting + about unpinned packages when he has deeper issues, like VCS + dependencies, to deal with. Also keeps error reports in a + deterministic order. + :cvar head: A section heading for display above potentially many + exceptions of this kind + :ivar req: The InstallRequirement that triggered this error. This is + pasted on after the exception is instantiated, because it's not + typically available earlier. + + """ + + req: Optional["InstallRequirement"] = None + head = "" + order: int = -1 + + def body(self) -> str: + """Return a summary of me for display under the heading. + + This default implementation simply prints a description of the + triggering requirement. + + :param req: The InstallRequirement that provoked this error, with + its link already populated by the resolver's _populate_link(). + + """ + return f" {self._requirement_name()}" + + def __str__(self) -> str: + return f"{self.head}\n{self.body()}" + + def _requirement_name(self) -> str: + """Return a description of the requirement that triggered me. + + This default implementation returns long description of the req, with + line numbers + + """ + return str(self.req) if self.req else "unknown package" + + +class VcsHashUnsupported(HashError): + """A hash was provided for a version-control-system-based requirement, but + we don't have a method for hashing those.""" + + order = 0 + head = ( + "Can't verify hashes for these requirements because we don't " + "have a way to hash version control repositories:" + ) + + +class DirectoryUrlHashUnsupported(HashError): + """A hash was provided for a version-control-system-based requirement, but + we don't have a method for hashing those.""" + + order = 1 + head = ( + "Can't verify hashes for these file:// requirements because they " + "point to directories:" + ) + + +class HashMissing(HashError): + """A hash was needed for a requirement but is absent.""" + + order = 2 + head = ( + "Hashes are required in --require-hashes mode, but they are " + "missing from some requirements. Here is a list of those " + "requirements along with the hashes their downloaded archives " + "actually had. Add lines like these to your requirements files to " + "prevent tampering. (If you did not enable --require-hashes " + "manually, note that it turns on automatically when any package " + "has a hash.)" + ) + + def __init__(self, gotten_hash: str) -> None: + """ + :param gotten_hash: The hash of the (possibly malicious) archive we + just downloaded + """ + self.gotten_hash = gotten_hash + + def body(self) -> str: + # Dodge circular import. + from pip._internal.utils.hashes import FAVORITE_HASH + + package = None + if self.req: + # In the case of URL-based requirements, display the original URL + # seen in the requirements file rather than the package name, + # so the output can be directly copied into the requirements file. + package = ( + self.req.original_link + if self.req.original_link + # In case someone feeds something downright stupid + # to InstallRequirement's constructor. + else getattr(self.req, "req", None) + ) + return " {} --hash={}:{}".format( + package or "unknown package", FAVORITE_HASH, self.gotten_hash + ) + + +class HashUnpinned(HashError): + """A requirement had a hash specified but was not pinned to a specific + version.""" + + order = 3 + head = ( + "In --require-hashes mode, all requirements must have their " + "versions pinned with ==. These do not:" + ) + + +class HashMismatch(HashError): + """ + Distribution file hash values don't match. + + :ivar package_name: The name of the package that triggered the hash + mismatch. Feel free to write to this after the exception is raise to + improve its error message. + + """ + + order = 4 + head = ( + "THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS " + "FILE. If you have updated the package versions, please update " + "the hashes. Otherwise, examine the package contents carefully; " + "someone may have tampered with them." + ) + + def __init__(self, allowed: Dict[str, List[str]], gots: Dict[str, "_Hash"]) -> None: + """ + :param allowed: A dict of algorithm names pointing to lists of allowed + hex digests + :param gots: A dict of algorithm names pointing to hashes we + actually got from the files under suspicion + """ + self.allowed = allowed + self.gots = gots + + def body(self) -> str: + return " {}:\n{}".format(self._requirement_name(), self._hash_comparison()) + + def _hash_comparison(self) -> str: + """ + Return a comparison of actual and expected hash values. + + Example:: + + Expected sha256 abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde + or 123451234512345123451234512345123451234512345 + Got bcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdef + + """ + + def hash_then_or(hash_name: str) -> "chain[str]": + # For now, all the decent hashes have 6-char names, so we can get + # away with hard-coding space literals. + return chain([hash_name], repeat(" or")) + + lines: List[str] = [] + for hash_name, expecteds in self.allowed.items(): + prefix = hash_then_or(hash_name) + lines.extend( + (" Expected {} {}".format(next(prefix), e)) for e in expecteds + ) + lines.append( + " Got {}\n".format(self.gots[hash_name].hexdigest()) + ) + return "\n".join(lines) + + +class UnsupportedPythonVersion(InstallationError): + """Unsupported python version according to Requires-Python package + metadata.""" + + +class ConfigurationFileCouldNotBeLoaded(ConfigurationError): + """When there are errors while loading a configuration file""" + + def __init__( + self, + reason: str = "could not be loaded", + fname: Optional[str] = None, + error: Optional[configparser.Error] = None, + ) -> None: + super().__init__(error) + self.reason = reason + self.fname = fname + self.error = error + + def __str__(self) -> str: + if self.fname is not None: + message_part = f" in {self.fname}." + else: + assert self.error is not None + message_part = f".\n{self.error}\n" + return f"Configuration file {self.reason}{message_part}" diff --git a/venv/lib/python3.8/site-packages/pip/_internal/index/__init__.py b/venv/lib/python3.8/site-packages/pip/_internal/index/__init__.py new file mode 100644 index 000000000..7a17b7b3b --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/index/__init__.py @@ -0,0 +1,2 @@ +"""Index interaction code +""" diff --git a/venv/lib/python3.8/site-packages/pip/_internal/index/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/index/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7286e4d2caefbbece026d9d919862b9ffdcdf33b GIT binary patch literal 226 zcmYjLJr9B~5G^he5@t8U%201GF%HJKy0{n}TpFOKG(y`zCF1O#@h`dh6Wp9Uh=VVA z@AB?@7lr{N?C-ODO!3v3e|Th8#M&p3?7*bAW%1xPT5E~dNNI;vk~w8`lo^S^Cib2~ zA*9KKc(7_fQ@wm7-9VwzU(0kdhgv!0mdeQq jYp}|K=#T280M-2ff)dIJF|qB_UzA2(3S4%7zlrP%p+!GW literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/index/__pycache__/collector.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/index/__pycache__/collector.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6660fd19f80e17056d320b8afa2586932749a69a GIT binary patch literal 18047 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 SMvb4~*}&n`r@7ZAlK&4Ho5alk literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..94eb0f700cf3cb3939ce0a89caacbdf8296d848e GIT binary patch literal 28118 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 -Irp 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 NjA5vqfbQr1_HTZZOr8J$ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/index/collector.py b/venv/lib/python3.8/site-packages/pip/_internal/index/collector.py new file mode 100644 index 000000000..e6e9469af --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/index/collector.py @@ -0,0 +1,610 @@ +""" +The main purpose of this module is to expose LinkCollector.collect_sources(). +""" + +import cgi +import collections +import functools +import itertools +import logging +import os +import re +import urllib.parse +import urllib.request +import xml.etree.ElementTree +from html.parser import HTMLParser +from optparse import Values +from typing import ( + TYPE_CHECKING, + Callable, + Dict, + Iterable, + List, + MutableMapping, + NamedTuple, + Optional, + Sequence, + Tuple, + Union, +) + +from pip._vendor import html5lib, 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 pairwise, redact_auth_from_url +from pip._internal.vcs import vcs + +from .sources import CandidatesFromPage, LinkSource, build_source + +if TYPE_CHECKING: + from typing import Protocol +else: + Protocol = object + +logger = logging.getLogger(__name__) + +HTMLElement = xml.etree.ElementTree.Element +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 _NotHTML(Exception): + def __init__(self, content_type: str, request_desc: str) -> None: + super().__init__(content_type, request_desc) + self.content_type = content_type + self.request_desc = request_desc + + +def _ensure_html_header(response: Response) -> None: + """Check the Content-Type header to ensure the response contains HTML. + + Raises `_NotHTML` if the content type is not text/html. + """ + content_type = response.headers.get("Content-Type", "") + if not content_type.lower().startswith("text/html"): + raise _NotHTML(content_type, response.request.method) + + +class _NotHTTP(Exception): + pass + + +def _ensure_html_response(url: str, session: PipSession) -> None: + """Send a HEAD request to the URL, and ensure the response contains HTML. + + Raises `_NotHTTP` if the URL is not available for a HEAD request, or + `_NotHTML` if the content type is not text/html. + """ + scheme, netloc, path, query, fragment = urllib.parse.urlsplit(url) + if scheme not in {"http", "https"}: + raise _NotHTTP() + + resp = session.head(url, allow_redirects=True) + raise_for_status(resp) + + _ensure_html_header(resp) + + +def _get_html_response(url: str, session: PipSession) -> Response: + """Access an HTML page with GET, and return the response. + + This consists of three parts: + + 1. If the URL looks suspiciously like an archive, send a HEAD first to + check the Content-Type is HTML, to avoid downloading a large file. + Raise `_NotHTTP` if the content type cannot be determined, or + `_NotHTML` if it is not HTML. + 2. Actually perform the request. Raise HTTP exceptions on network failures. + 3. Check the Content-Type header to make sure we got HTML, and raise + `_NotHTML` otherwise. + """ + if is_archive_file(Link(url).filename): + _ensure_html_response(url, session=session) + + logger.debug("Getting page %s", redact_auth_from_url(url)) + + resp = session.get( + url, + headers={ + "Accept": "text/html", + # We don't want to blindly returned cached data for + # /simple/, because authors generally expecting that + # twine upload && pip install will function, but if + # they've done a pip install in the last ~10 minutes + # it won't. Thus by setting this to zero we will not + # blindly use any cached data, however the benefit of + # using max-age=0 instead of no-cache, is that we will + # still support conditional requests, so we will still + # minimize traffic sent in cases where the page hasn't + # changed at all, we will just always incur the round + # trip for the conditional GET now instead of only + # once per 10 minutes. + # For more information, please see pypa/pip#5670. + "Cache-Control": "max-age=0", + }, + ) + raise_for_status(resp) + + # The check for archives above only works if the url ends with + # something that looks like an archive. However that is not a + # requirement of an url. Unless we issue a HEAD request on every + # url we cannot know ahead of time for sure if something is HTML + # or not. However we can check after we've downloaded it. + _ensure_html_header(resp) + + return resp + + +def _get_encoding_from_headers(headers: ResponseHeaders) -> Optional[str]: + """Determine if we have any encoding information in our headers.""" + if headers and "Content-Type" in headers: + content_type, params = cgi.parse_header(headers["Content-Type"]) + if "charset" in params: + return params["charset"] + return None + + +def _determine_base_url(document: HTMLElement, page_url: str) -> str: + """Determine the HTML document's base URL. + + This looks for a ```` tag in the HTML document. If present, its href + attribute denotes the base URL of anchor tags in the document. If there is + no such tag (or if it does not have a valid href attribute), the HTML + file's URL is used as the base URL. + + :param document: An HTML document representation. The current + implementation expects the result of ``html5lib.parse()``. + :param page_url: The URL of the HTML document. + + TODO: Remove when `html5lib` is dropped. + """ + for base in document.findall(".//base"): + href = base.get("href") + if href is not None: + return href + return page_url + + +def _clean_url_path_part(part: str) -> str: + """ + Clean a "part" of a URL path (i.e. after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + return urllib.parse.quote(urllib.parse.unquote(part)) + + +def _clean_file_url_path(part: str) -> str: + """ + Clean the first part of a URL path that corresponds to a local + filesystem path (i.e. the first part after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + # Also, on Windows the path part might contain a drive letter which + # should not be quoted. On Linux where drive letters do not + # exist, the colon should be quoted. We rely on urllib.request + # to do the right thing here. + return urllib.request.pathname2url(urllib.request.url2pathname(part)) + + +# percent-encoded: / +_reserved_chars_re = re.compile("(@|%2F)", re.IGNORECASE) + + +def _clean_url_path(path: str, is_local_path: bool) -> str: + """ + Clean the path portion of a URL. + """ + if is_local_path: + clean_func = _clean_file_url_path + else: + clean_func = _clean_url_path_part + + # Split on the reserved characters prior to cleaning so that + # revision strings in VCS URLs are properly preserved. + parts = _reserved_chars_re.split(path) + + cleaned_parts = [] + for to_clean, reserved in pairwise(itertools.chain(parts, [""])): + cleaned_parts.append(clean_func(to_clean)) + # Normalize %xx escapes (e.g. %2f -> %2F) + cleaned_parts.append(reserved.upper()) + + return "".join(cleaned_parts) + + +def _clean_link(url: str) -> str: + """ + Make sure a link is fully quoted. + For example, if ' ' occurs in the URL, it will be replaced with "%20", + and without double-quoting other characters. + """ + # Split the URL into parts according to the general structure + # `scheme://netloc/path;parameters?query#fragment`. + result = urllib.parse.urlparse(url) + # If the netloc is empty, then the URL refers to a local filesystem path. + is_local_path = not result.netloc + path = _clean_url_path(result.path, is_local_path=is_local_path) + return urllib.parse.urlunparse(result._replace(path=path)) + + +def _create_link_from_element( + element_attribs: Dict[str, Optional[str]], + page_url: str, + base_url: str, +) -> Optional[Link]: + """ + Convert an anchor element's attributes in a simple repository page to a Link. + """ + href = element_attribs.get("href") + if not href: + return None + + url = _clean_link(urllib.parse.urljoin(base_url, href)) + pyrequire = element_attribs.get("data-requires-python") + yanked_reason = element_attribs.get("data-yanked") + + link = Link( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + ) + + return link + + +class CacheablePageContent: + def __init__(self, page: "HTMLPage") -> None: + assert page.cache_link_parsing + self.page = page + + def __eq__(self, other: object) -> bool: + return isinstance(other, type(self)) and self.page.url == other.page.url + + def __hash__(self) -> int: + return hash(self.page.url) + + +class ParseLinks(Protocol): + def __call__( + self, page: "HTMLPage", use_deprecated_html5lib: bool + ) -> Iterable[Link]: + ... + + +def with_cached_html_pages(fn: ParseLinks) -> ParseLinks: + """ + Given a function that parses an Iterable[Link] from an HTMLPage, cache the + function's result (keyed by CacheablePageContent), unless the HTMLPage + `page` has `page.cache_link_parsing == False`. + """ + + @functools.lru_cache(maxsize=None) + def wrapper( + cacheable_page: CacheablePageContent, use_deprecated_html5lib: bool + ) -> List[Link]: + return list(fn(cacheable_page.page, use_deprecated_html5lib)) + + @functools.wraps(fn) + def wrapper_wrapper(page: "HTMLPage", use_deprecated_html5lib: bool) -> List[Link]: + if page.cache_link_parsing: + return wrapper(CacheablePageContent(page), use_deprecated_html5lib) + return list(fn(page, use_deprecated_html5lib)) + + return wrapper_wrapper + + +def _parse_links_html5lib(page: "HTMLPage") -> Iterable[Link]: + """ + Parse an HTML document, and yield its anchor elements as Link objects. + + TODO: Remove when `html5lib` is dropped. + """ + document = html5lib.parse( + page.content, + transport_encoding=page.encoding, + namespaceHTMLElements=False, + ) + + url = page.url + base_url = _determine_base_url(document, url) + for anchor in document.findall(".//a"): + link = _create_link_from_element( + anchor.attrib, + page_url=url, + base_url=base_url, + ) + if link is None: + continue + yield link + + +@with_cached_html_pages +def parse_links(page: "HTMLPage", use_deprecated_html5lib: bool) -> Iterable[Link]: + """ + Parse an HTML document, and yield its anchor elements as Link objects. + """ + + if use_deprecated_html5lib: + yield from _parse_links_html5lib(page) + 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 = _create_link_from_element( + anchor, + page_url=url, + base_url=base_url, + ) + if link is None: + continue + yield link + + +class HTMLPage: + """Represents one page, along with its URL""" + + def __init__( + self, + content: bytes, + encoding: Optional[str], + url: str, + cache_link_parsing: bool = True, + ) -> None: + """ + :param encoding: the encoding to decode the given content. + :param url: the URL from which the HTML was downloaded. + :param cache_link_parsing: whether links parsed from this page's url + should be cached. PyPI index urls should + have this set to False, for example. + """ + self.content = content + self.encoding = encoding + self.url = url + self.cache_link_parsing = cache_link_parsing + + def __str__(self) -> str: + return redact_auth_from_url(self.url) + + +class HTMLLinkParser(HTMLParser): + """ + HTMLParser that keeps the first base HREF and a list of all anchor + elements' attributes. + """ + + def __init__(self, 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_page_fail( + link: Link, + reason: Union[str, Exception], + meth: Optional[Callable[..., None]] = None, +) -> None: + if meth is None: + meth = logger.debug + meth("Could not fetch URL %s: %s - skipping", link, reason) + + +def _make_html_page(response: Response, cache_link_parsing: bool = True) -> HTMLPage: + encoding = _get_encoding_from_headers(response.headers) + return HTMLPage( + response.content, + encoding=encoding, + url=response.url, + cache_link_parsing=cache_link_parsing, + ) + + +def _get_html_page( + link: Link, session: Optional[PipSession] = None +) -> Optional["HTMLPage"]: + if session is None: + raise TypeError( + "_get_html_page() missing 1 required keyword argument: 'session'" + ) + + url = link.url.split("#", 1)[0] + + # Check for VCS schemes that do not support lookup as web pages. + vcs_scheme = _match_vcs_scheme(url) + if vcs_scheme: + logger.warning( + "Cannot look at %s URL %s because it does not support lookup as web pages.", + vcs_scheme, + link, + ) + return None + + # Tack index.html onto file:// URLs that point to directories + scheme, _, path, _, _, _ = urllib.parse.urlparse(url) + if scheme == "file" and os.path.isdir(urllib.request.url2pathname(path)): + # add trailing slash if not present so urljoin doesn't trim + # final segment + if not url.endswith("/"): + url += "/" + url = urllib.parse.urljoin(url, "index.html") + logger.debug(" file: URL is directory, getting %s", url) + + try: + resp = _get_html_response(url, session=session) + except _NotHTTP: + logger.warning( + "Skipping page %s because it looks like an archive, and cannot " + "be checked by a HTTP HEAD request.", + link, + ) + except _NotHTML as exc: + logger.warning( + "Skipping page %s because the %s request got Content-Type: %s." + "The only supported Content-Type is text/html", + link, + exc.request_desc, + exc.content_type, + ) + except NetworkConnectionError as exc: + _handle_get_page_fail(link, exc) + except RetryError as exc: + _handle_get_page_fail(link, exc) + except SSLError as exc: + reason = "There was a problem confirming the ssl certificate: " + reason += str(exc) + _handle_get_page_fail(link, reason, meth=logger.info) + except requests.ConnectionError as exc: + _handle_get_page_fail(link, f"connection error: {exc}") + except requests.Timeout: + _handle_get_page_fail(link, "timed out") + else: + return _make_html_page(resp, cache_link_parsing=link.cache_link_parsing) + return None + + +class CollectedSources(NamedTuple): + find_links: Sequence[Optional[LinkSource]] + index_urls: Sequence[Optional[LinkSource]] + + +class LinkCollector: + + """ + Responsible for collecting Link objects from all configured locations, + making network requests as needed. + + The class's main method is its collect_sources() method. + """ + + def __init__( + self, + session: PipSession, + search_scope: SearchScope, + ) -> None: + self.search_scope = search_scope + self.session = session + + @classmethod + def create( + cls, + session: PipSession, + options: Values, + suppress_no_index: bool = False, + ) -> "LinkCollector": + """ + :param session: The Session to use to make requests. + :param suppress_no_index: Whether to ignore the --no-index option + when constructing the SearchScope object. + """ + index_urls = [options.index_url] + options.extra_index_urls + if options.no_index and not suppress_no_index: + logger.debug( + "Ignoring indexes: %s", + ",".join(redact_auth_from_url(url) for url in index_urls), + ) + index_urls = [] + + # Make sure find_links is a list before passing to create(). + find_links = options.find_links or [] + + search_scope = SearchScope.create( + find_links=find_links, + index_urls=index_urls, + ) + link_collector = LinkCollector( + session=session, + search_scope=search_scope, + ) + return link_collector + + @property + def find_links(self) -> List[str]: + return self.search_scope.find_links + + def fetch_page(self, location: Link) -> Optional[HTMLPage]: + """ + Fetch an HTML page containing package links. + """ + return _get_html_page(location, session=self.session) + + def collect_sources( + self, + project_name: str, + candidates_from_page: CandidatesFromPage, + ) -> CollectedSources: + # The OrderedDict calls deduplicate sources by URL. + index_url_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=False, + cache_link_parsing=False, + ) + for loc in self.search_scope.get_index_urls_locations(project_name) + ).values() + find_links_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=True, + cache_link_parsing=True, + ) + for loc in self.find_links + ).values() + + if logger.isEnabledFor(logging.DEBUG): + lines = [ + f"* {s.link}" + for s in itertools.chain(find_links_sources, index_url_sources) + if s is not None and s.link is not None + ] + lines = [ + f"{len(lines)} location(s) to search " + f"for versions of {project_name}:" + ] + lines + logger.debug("\n".join(lines)) + + return CollectedSources( + find_links=list(find_links_sources), + index_urls=list(index_url_sources), + ) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/index/package_finder.py b/venv/lib/python3.8/site-packages/pip/_internal/index/package_finder.py new file mode 100644 index 000000000..223d06df6 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/index/package_finder.py @@ -0,0 +1,1004 @@ +"""Routines related to PyPI, indexes""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import functools +import itertools +import logging +import re +from typing import FrozenSet, Iterable, List, Optional, Set, Tuple, Union + +from pip._vendor.packaging import specifiers +from pip._vendor.packaging.tags import Tag +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import _BaseVersion +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import ( + BestVersionAlreadyInstalled, + DistributionNotFound, + InvalidWheelFilename, + UnsupportedWheel, +) +from pip._internal.index.collector import LinkCollector, parse_links +from pip._internal.models.candidate import InstallationCandidate +from pip._internal.models.format_control import FormatControl +from pip._internal.models.link import Link +from pip._internal.models.search_scope import SearchScope +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.models.wheel import Wheel +from pip._internal.req import InstallRequirement +from pip._internal.utils._log import getLogger +from pip._internal.utils.filetypes import WHEEL_EXTENSION +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import build_netloc +from pip._internal.utils.packaging import check_requires_python +from pip._internal.utils.unpacking import SUPPORTED_EXTENSIONS + +__all__ = ["FormatControl", "BestCandidateResult", "PackageFinder"] + + +logger = getLogger(__name__) + +BuildTag = Union[Tuple[()], Tuple[int, str]] +CandidateSortingKey = Tuple[int, int, int, _BaseVersion, Optional[int], BuildTag] + + +def _check_link_requires_python( + link: Link, + version_info: Tuple[int, int, int], + ignore_requires_python: bool = False, +) -> bool: + """ + Return whether the given Python version is compatible with a link's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + """ + try: + is_compatible = check_requires_python( + link.requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier: + logger.debug( + "Ignoring invalid Requires-Python (%r) for link: %s", + link.requires_python, + link, + ) + else: + if not is_compatible: + version = ".".join(map(str, version_info)) + if not ignore_requires_python: + logger.verbose( + "Link requires a different Python (%s not in: %r): %s", + version, + link.requires_python, + link, + ) + return False + + logger.debug( + "Ignoring failed Requires-Python check (%s not in: %r) for link: %s", + version, + link.requires_python, + link, + ) + + return True + + +class LinkEvaluator: + + """ + Responsible for evaluating links for a particular project. + """ + + _py_version_re = re.compile(r"-py([123]\.?[0-9]?)$") + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + def __init__( + self, + project_name: str, + canonical_name: str, + formats: FrozenSet[str], + target_python: TargetPython, + allow_yanked: bool, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """ + :param project_name: The user supplied package name. + :param canonical_name: The canonical package name. + :param formats: The formats allowed for this package. Should be a set + with 'binary' or 'source' or both in it. + :param target_python: The target Python interpreter to use when + evaluating link compatibility. This is used, for example, to + check wheel compatibility, as well as when checking the Python + version, e.g. the Python version embedded in a link filename + (or egg fragment) and against an HTML link's optional PEP 503 + "data-requires-python" attribute. + :param allow_yanked: Whether files marked as yanked (in the sense + of PEP 592) are permitted to be candidates for install. + :param ignore_requires_python: Whether to ignore incompatible + PEP 503 "data-requires-python" values in HTML links. Defaults + to False. + """ + if ignore_requires_python is None: + ignore_requires_python = False + + self._allow_yanked = allow_yanked + self._canonical_name = canonical_name + self._ignore_requires_python = ignore_requires_python + self._formats = formats + self._target_python = target_python + + self.project_name = project_name + + def evaluate_link(self, link: Link) -> Tuple[bool, Optional[str]]: + """ + Determine whether a link is a candidate for installation. + + :return: A tuple (is_candidate, result), where `result` is (1) a + version string if `is_candidate` is True, and (2) if + `is_candidate` is False, an optional string to log the reason + the link fails to qualify. + """ + version = None + if link.is_yanked and not self._allow_yanked: + reason = link.yanked_reason or "" + return (False, f"yanked for reason: {reason}") + + if link.egg_fragment: + egg_info = link.egg_fragment + ext = link.ext + else: + egg_info, ext = link.splitext() + if not ext: + return (False, "not a file") + if ext not in SUPPORTED_EXTENSIONS: + return (False, f"unsupported archive format: {ext}") + if "binary" not in self._formats and ext == WHEEL_EXTENSION: + reason = "No binaries permitted for {}".format(self.project_name) + return (False, reason) + if "macosx10" in link.path and ext == ".zip": + return (False, "macosx10 one") + if ext == WHEEL_EXTENSION: + try: + wheel = Wheel(link.filename) + except InvalidWheelFilename: + return (False, "invalid wheel filename") + if canonicalize_name(wheel.name) != self._canonical_name: + reason = "wrong project name (not {})".format(self.project_name) + return (False, reason) + + supported_tags = self._target_python.get_tags() + if not wheel.supported(supported_tags): + # Include the wheel's tags in the reason string to + # simplify troubleshooting compatibility issues. + file_tags = wheel.get_formatted_file_tags() + reason = ( + "none of the wheel's tags ({}) are compatible " + "(run pip debug --verbose to show compatible tags)".format( + ", ".join(file_tags) + ) + ) + return (False, reason) + + version = wheel.version + + # This should be up by the self.ok_binary check, but see issue 2700. + if "source" not in self._formats and ext != WHEEL_EXTENSION: + reason = f"No sources permitted for {self.project_name}" + return (False, reason) + + if not version: + version = _extract_version_from_fragment( + egg_info, + self._canonical_name, + ) + if not version: + reason = f"Missing project version for {self.project_name}" + return (False, reason) + + match = self._py_version_re.search(version) + if match: + version = version[: match.start()] + py_version = match.group(1) + if py_version != self._target_python.py_version: + return (False, "Python version is incorrect") + + supports_python = _check_link_requires_python( + link, + version_info=self._target_python.py_version_info, + ignore_requires_python=self._ignore_requires_python, + ) + if not supports_python: + # Return None for the reason text to suppress calling + # _log_skipped_link(). + return (False, None) + + logger.debug("Found link %s, version: %s", link, version) + + return (True, version) + + +def filter_unallowed_hashes( + candidates: List[InstallationCandidate], + hashes: Hashes, + project_name: str, +) -> List[InstallationCandidate]: + """ + Filter out candidates whose hashes aren't allowed, and return a new + list of candidates. + + If at least one candidate has an allowed hash, then all candidates with + either an allowed hash or no hash specified are returned. Otherwise, + the given candidates are returned. + + Including the candidates with no hash specified when there is a match + allows a warning to be logged if there is a more preferred candidate + with no hash specified. Returning all candidates in the case of no + matches lets pip report the hash of the candidate that would otherwise + have been installed (e.g. permitting the user to more easily update + their requirements file with the desired hash). + """ + if not hashes: + logger.debug( + "Given no hashes to check %s links for project %r: " + "discarding no candidates", + len(candidates), + project_name, + ) + # Make sure we're not returning back the given value. + return list(candidates) + + matches_or_no_digest = [] + # Collect the non-matches for logging purposes. + non_matches = [] + match_count = 0 + for candidate in candidates: + link = candidate.link + if not link.has_hash: + pass + elif link.is_hash_allowed(hashes=hashes): + match_count += 1 + else: + non_matches.append(candidate) + continue + + matches_or_no_digest.append(candidate) + + if match_count: + filtered = matches_or_no_digest + else: + # Make sure we're not returning back the given value. + filtered = list(candidates) + + if len(filtered) == len(candidates): + discard_message = "discarding no candidates" + else: + discard_message = "discarding {} non-matches:\n {}".format( + len(non_matches), + "\n ".join(str(candidate.link) for candidate in non_matches), + ) + + logger.debug( + "Checked %s links for project %r against %s hashes " + "(%s matches, %s no digest): %s", + len(candidates), + project_name, + hashes.digest_count, + match_count, + len(matches_or_no_digest) - match_count, + discard_message, + ) + + return filtered + + +class CandidatePreferences: + + """ + Encapsulates some of the preferences for filtering and sorting + InstallationCandidate objects. + """ + + def __init__( + self, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + ) -> None: + """ + :param allow_all_prereleases: Whether to allow all pre-releases. + """ + self.allow_all_prereleases = allow_all_prereleases + self.prefer_binary = prefer_binary + + +class BestCandidateResult: + """A collection of candidates, returned by `PackageFinder.find_best_candidate`. + + This class is only intended to be instantiated by CandidateEvaluator's + `compute_best_candidate()` method. + """ + + def __init__( + self, + candidates: List[InstallationCandidate], + applicable_candidates: List[InstallationCandidate], + best_candidate: Optional[InstallationCandidate], + ) -> None: + """ + :param candidates: A sequence of all available candidates found. + :param applicable_candidates: The applicable candidates. + :param best_candidate: The most preferred candidate found, or None + if no applicable candidates were found. + """ + assert set(applicable_candidates) <= set(candidates) + + if best_candidate is None: + assert not applicable_candidates + else: + assert best_candidate in applicable_candidates + + self._applicable_candidates = applicable_candidates + self._candidates = candidates + + self.best_candidate = best_candidate + + def iter_all(self) -> Iterable[InstallationCandidate]: + """Iterate through all candidates.""" + return iter(self._candidates) + + def iter_applicable(self) -> Iterable[InstallationCandidate]: + """Iterate through the applicable candidates.""" + return iter(self._applicable_candidates) + + +class CandidateEvaluator: + + """ + Responsible for filtering and sorting candidates for installation based + on what tags are valid. + """ + + @classmethod + def create( + cls, + project_name: str, + target_python: Optional[TargetPython] = None, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> "CandidateEvaluator": + """Create a CandidateEvaluator object. + + :param target_python: The target Python interpreter to use when + checking compatibility. If None (the default), a TargetPython + object will be constructed from the running Python. + :param specifier: An optional object implementing `filter` + (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable + versions. + :param hashes: An optional collection of allowed hashes. + """ + if target_python is None: + target_python = TargetPython() + if specifier is None: + specifier = specifiers.SpecifierSet() + + supported_tags = target_python.get_tags() + + return cls( + project_name=project_name, + supported_tags=supported_tags, + specifier=specifier, + prefer_binary=prefer_binary, + allow_all_prereleases=allow_all_prereleases, + hashes=hashes, + ) + + def __init__( + self, + project_name: str, + supported_tags: List[Tag], + specifier: specifiers.BaseSpecifier, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + hashes: Optional[Hashes] = None, + ) -> None: + """ + :param supported_tags: The PEP 425 tags supported by the target + Python in order of preference (most preferred first). + """ + self._allow_all_prereleases = allow_all_prereleases + self._hashes = hashes + self._prefer_binary = prefer_binary + self._project_name = project_name + self._specifier = specifier + self._supported_tags = supported_tags + # Since the index of the tag in the _supported_tags list is used + # as a priority, precompute a map from tag to index/priority to be + # used in wheel.find_most_preferred_tag. + self._wheel_tag_preferences = { + tag: idx for idx, tag in enumerate(supported_tags) + } + + def get_applicable_candidates( + self, + candidates: List[InstallationCandidate], + ) -> List[InstallationCandidate]: + """ + Return the applicable candidates from a list of candidates. + """ + # Using None infers from the specifier instead. + allow_prereleases = self._allow_all_prereleases or None + specifier = self._specifier + versions = { + str(v) + for v in specifier.filter( + # We turn the version object into a str here because otherwise + # when we're debundled but setuptools isn't, Python will see + # packaging.version.Version and + # pkg_resources._vendor.packaging.version.Version as different + # types. This way we'll use a str as a common data interchange + # format. If we stop using the pkg_resources provided specifier + # and start using our own, we can drop the cast to str(). + (str(c.version) for c in candidates), + prereleases=allow_prereleases, + ) + } + + # Again, converting version to str to deal with debundling. + applicable_candidates = [c for c in candidates if str(c.version) in versions] + + filtered_applicable_candidates = filter_unallowed_hashes( + candidates=applicable_candidates, + hashes=self._hashes, + project_name=self._project_name, + ) + + return sorted(filtered_applicable_candidates, key=self._sort_key) + + def _sort_key(self, candidate: InstallationCandidate) -> CandidateSortingKey: + """ + Function to pass as the `key` argument to a call to sorted() to sort + InstallationCandidates by preference. + + Returns a tuple such that tuples sorting as greater using Python's + default comparison operator are more preferred. + + The preference is as follows: + + First and foremost, candidates with allowed (matching) hashes are + always preferred over candidates without matching hashes. This is + because e.g. if the only candidate with an allowed hash is yanked, + we still want to use that candidate. + + Second, excepting hash considerations, candidates that have been + yanked (in the sense of PEP 592) are always less preferred than + candidates that haven't been yanked. Then: + + If not finding wheels, they are sorted by version only. + If finding wheels, then the sort order is by version, then: + 1. existing installs + 2. wheels ordered via Wheel.support_index_min(self._supported_tags) + 3. source archives + If prefer_binary was set, then all wheels are sorted above sources. + + Note: it was considered to embed this logic into the Link + comparison operators, but then different sdist links + with the same version, would have to be considered equal + """ + valid_tags = self._supported_tags + support_num = len(valid_tags) + build_tag: BuildTag = () + binary_preference = 0 + link = candidate.link + if link.is_wheel: + # can raise InvalidWheelFilename + wheel = Wheel(link.filename) + try: + pri = -( + wheel.find_most_preferred_tag( + valid_tags, self._wheel_tag_preferences + ) + ) + except ValueError: + raise UnsupportedWheel( + "{} is not a supported wheel for this platform. It " + "can't be sorted.".format(wheel.filename) + ) + if self._prefer_binary: + binary_preference = 1 + if wheel.build_tag is not None: + match = re.match(r"^(\d+)(.*)$", wheel.build_tag) + build_tag_groups = match.groups() + build_tag = (int(build_tag_groups[0]), build_tag_groups[1]) + else: # sdist + pri = -(support_num) + has_allowed_hash = int(link.is_hash_allowed(self._hashes)) + yank_value = -1 * int(link.is_yanked) # -1 for yanked. + return ( + has_allowed_hash, + yank_value, + binary_preference, + candidate.version, + pri, + build_tag, + ) + + def sort_best_candidate( + self, + candidates: List[InstallationCandidate], + ) -> Optional[InstallationCandidate]: + """ + Return the best candidate per the instance's sort order, or None if + no candidate is acceptable. + """ + if not candidates: + return None + best_candidate = max(candidates, key=self._sort_key) + return best_candidate + + def compute_best_candidate( + self, + candidates: List[InstallationCandidate], + ) -> BestCandidateResult: + """ + Compute and return a `BestCandidateResult` instance. + """ + applicable_candidates = self.get_applicable_candidates(candidates) + + best_candidate = self.sort_best_candidate(applicable_candidates) + + return BestCandidateResult( + candidates, + applicable_candidates=applicable_candidates, + best_candidate=best_candidate, + ) + + +class PackageFinder: + """This finds packages. + + This is meant to match easy_install's technique for looking for + packages, by reading pages and looking for appropriate links. + """ + + def __init__( + self, + link_collector: LinkCollector, + target_python: TargetPython, + allow_yanked: bool, + use_deprecated_html5lib: bool, + format_control: Optional[FormatControl] = None, + candidate_prefs: Optional[CandidatePreferences] = None, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """ + This constructor is primarily meant to be used by the create() class + method and from tests. + + :param format_control: A FormatControl object, used to control + the selection of source packages / binary packages when consulting + the index and links. + :param candidate_prefs: Options to use when creating a + CandidateEvaluator object. + """ + if candidate_prefs is None: + candidate_prefs = CandidatePreferences() + + format_control = format_control or FormatControl(set(), set()) + + self._allow_yanked = allow_yanked + self._candidate_prefs = candidate_prefs + self._ignore_requires_python = ignore_requires_python + self._link_collector = link_collector + self._target_python = target_python + self._use_deprecated_html5lib = use_deprecated_html5lib + + self.format_control = format_control + + # These are boring links that have already been logged somehow. + self._logged_links: Set[Link] = set() + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + @classmethod + def create( + cls, + link_collector: LinkCollector, + selection_prefs: SelectionPreferences, + target_python: Optional[TargetPython] = None, + *, + use_deprecated_html5lib: bool, + ) -> "PackageFinder": + """Create a PackageFinder. + + :param selection_prefs: The candidate selection preferences, as a + SelectionPreferences object. + :param target_python: The target Python interpreter to use when + checking compatibility. If None (the default), a TargetPython + object will be constructed from the running Python. + """ + if target_python is None: + target_python = TargetPython() + + candidate_prefs = CandidatePreferences( + prefer_binary=selection_prefs.prefer_binary, + allow_all_prereleases=selection_prefs.allow_all_prereleases, + ) + + return cls( + candidate_prefs=candidate_prefs, + link_collector=link_collector, + target_python=target_python, + allow_yanked=selection_prefs.allow_yanked, + format_control=selection_prefs.format_control, + ignore_requires_python=selection_prefs.ignore_requires_python, + use_deprecated_html5lib=use_deprecated_html5lib, + ) + + @property + def target_python(self) -> TargetPython: + return self._target_python + + @property + def search_scope(self) -> SearchScope: + return self._link_collector.search_scope + + @search_scope.setter + def search_scope(self, search_scope: SearchScope) -> None: + self._link_collector.search_scope = search_scope + + @property + def find_links(self) -> List[str]: + return self._link_collector.find_links + + @property + def index_urls(self) -> List[str]: + return self.search_scope.index_urls + + @property + def trusted_hosts(self) -> Iterable[str]: + for host_port in self._link_collector.session.pip_trusted_origins: + yield build_netloc(*host_port) + + @property + def allow_all_prereleases(self) -> bool: + return self._candidate_prefs.allow_all_prereleases + + def set_allow_all_prereleases(self) -> None: + self._candidate_prefs.allow_all_prereleases = True + + @property + def prefer_binary(self) -> bool: + return self._candidate_prefs.prefer_binary + + def set_prefer_binary(self) -> None: + self._candidate_prefs.prefer_binary = True + + def make_link_evaluator(self, project_name: str) -> LinkEvaluator: + canonical_name = canonicalize_name(project_name) + formats = self.format_control.get_allowed_formats(canonical_name) + + return LinkEvaluator( + project_name=project_name, + canonical_name=canonical_name, + formats=formats, + target_python=self._target_python, + allow_yanked=self._allow_yanked, + ignore_requires_python=self._ignore_requires_python, + ) + + def _sort_links(self, links: Iterable[Link]) -> List[Link]: + """ + Returns elements of links in order, non-egg links first, egg links + second, while eliminating duplicates + """ + eggs, no_eggs = [], [] + seen: Set[Link] = set() + for link in links: + if link not in seen: + seen.add(link) + if link.egg_fragment: + eggs.append(link) + else: + no_eggs.append(link) + return no_eggs + eggs + + def _log_skipped_link(self, link: Link, reason: str) -> None: + if link not in self._logged_links: + # Put the link at the end so the reason is more visible and because + # the link string is usually very long. + logger.debug("Skipping link: %s: %s", reason, link) + self._logged_links.add(link) + + def get_install_candidate( + self, link_evaluator: LinkEvaluator, link: Link + ) -> Optional[InstallationCandidate]: + """ + If the link is a candidate for install, convert it to an + InstallationCandidate and return it. Otherwise, return None. + """ + is_candidate, result = link_evaluator.evaluate_link(link) + if not is_candidate: + if result: + self._log_skipped_link(link, reason=result) + return None + + return InstallationCandidate( + name=link_evaluator.project_name, + link=link, + version=result, + ) + + def evaluate_links( + self, link_evaluator: LinkEvaluator, links: Iterable[Link] + ) -> List[InstallationCandidate]: + """ + Convert links that are candidates to InstallationCandidate objects. + """ + candidates = [] + for link in self._sort_links(links): + candidate = self.get_install_candidate(link_evaluator, link) + if candidate is not None: + candidates.append(candidate) + + return candidates + + def process_project_url( + self, project_url: Link, link_evaluator: LinkEvaluator + ) -> List[InstallationCandidate]: + logger.debug( + "Fetching project page and analyzing links: %s", + project_url, + ) + html_page = self._link_collector.fetch_page(project_url) + if html_page is None: + return [] + + page_links = list(parse_links(html_page, self._use_deprecated_html5lib)) + + with indent_log(): + package_links = self.evaluate_links( + link_evaluator, + links=page_links, + ) + + return package_links + + @functools.lru_cache(maxsize=None) + def find_all_candidates(self, project_name: str) -> List[InstallationCandidate]: + """Find all available InstallationCandidate for project_name + + This checks index_urls and find_links. + All versions found are returned as an InstallationCandidate list. + + See LinkEvaluator.evaluate_link() for details on which files + are accepted. + """ + link_evaluator = self.make_link_evaluator(project_name) + + collected_sources = self._link_collector.collect_sources( + project_name=project_name, + candidates_from_page=functools.partial( + self.process_project_url, + link_evaluator=link_evaluator, + ), + ) + + page_candidates_it = itertools.chain.from_iterable( + source.page_candidates() + for sources in collected_sources + for source in sources + if source is not None + ) + page_candidates = list(page_candidates_it) + + file_links_it = itertools.chain.from_iterable( + source.file_links() + for sources in collected_sources + for source in sources + if source is not None + ) + file_candidates = self.evaluate_links( + link_evaluator, + sorted(file_links_it, reverse=True), + ) + + if logger.isEnabledFor(logging.DEBUG) and file_candidates: + paths = [] + for candidate in file_candidates: + assert candidate.link.url # we need to have a URL + try: + paths.append(candidate.link.file_path) + except Exception: + paths.append(candidate.link.url) # it's not a local file + + logger.debug("Local files found: %s", ", ".join(paths)) + + # This is an intentional priority ordering + return file_candidates + page_candidates + + def make_candidate_evaluator( + self, + project_name: str, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> CandidateEvaluator: + """Create a CandidateEvaluator object to use.""" + candidate_prefs = self._candidate_prefs + return CandidateEvaluator.create( + project_name=project_name, + target_python=self._target_python, + prefer_binary=candidate_prefs.prefer_binary, + allow_all_prereleases=candidate_prefs.allow_all_prereleases, + specifier=specifier, + hashes=hashes, + ) + + @functools.lru_cache(maxsize=None) + def find_best_candidate( + self, + project_name: str, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> BestCandidateResult: + """Find matches for the given project and specifier. + + :param specifier: An optional object implementing `filter` + (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable + versions. + + :return: A `BestCandidateResult` instance. + """ + candidates = self.find_all_candidates(project_name) + candidate_evaluator = self.make_candidate_evaluator( + project_name=project_name, + specifier=specifier, + hashes=hashes, + ) + return candidate_evaluator.compute_best_candidate(candidates) + + def find_requirement( + self, req: InstallRequirement, upgrade: bool + ) -> Optional[InstallationCandidate]: + """Try to find a Link matching req + + Expects req, an InstallRequirement and upgrade, a boolean + Returns a InstallationCandidate if found, + Raises DistributionNotFound or BestVersionAlreadyInstalled otherwise + """ + hashes = req.hashes(trust_internet=False) + best_candidate_result = self.find_best_candidate( + req.name, + specifier=req.specifier, + hashes=hashes, + ) + best_candidate = best_candidate_result.best_candidate + + installed_version: Optional[_BaseVersion] = None + if req.satisfied_by is not None: + installed_version = req.satisfied_by.version + + def _format_versions(cand_iter: Iterable[InstallationCandidate]) -> str: + # This repeated parse_version and str() conversion is needed to + # handle different vendoring sources from pip and pkg_resources. + # If we stop using the pkg_resources provided specifier and start + # using our own, we can drop the cast to str(). + return ( + ", ".join( + sorted( + {str(c.version) for c in cand_iter}, + key=parse_version, + ) + ) + or "none" + ) + + if installed_version is None and best_candidate is None: + logger.critical( + "Could not find a version that satisfies the requirement %s " + "(from versions: %s)", + req, + _format_versions(best_candidate_result.iter_all()), + ) + + raise DistributionNotFound( + "No matching distribution found for {}".format(req) + ) + + best_installed = False + if installed_version and ( + best_candidate is None or best_candidate.version <= installed_version + ): + best_installed = True + + if not upgrade and installed_version is not None: + if best_installed: + logger.debug( + "Existing installed version (%s) is most up-to-date and " + "satisfies requirement", + installed_version, + ) + else: + logger.debug( + "Existing installed version (%s) satisfies requirement " + "(most up-to-date version is %s)", + installed_version, + best_candidate.version, + ) + return None + + if best_installed: + # We have an existing version, and its the best version + logger.debug( + "Installed version (%s) is most up-to-date (past versions: %s)", + installed_version, + _format_versions(best_candidate_result.iter_applicable()), + ) + raise BestVersionAlreadyInstalled + + logger.debug( + "Using version %s (newest of versions: %s)", + best_candidate.version, + _format_versions(best_candidate_result.iter_applicable()), + ) + return best_candidate + + +def _find_name_version_sep(fragment: str, canonical_name: str) -> int: + """Find the separator's index based on the package's canonical name. + + :param fragment: A + filename "fragment" (stem) or + egg fragment. + :param canonical_name: The package's canonical name. + + This function is needed since the canonicalized name does not necessarily + have the same length as the egg info's name part. An example:: + + >>> fragment = 'foo__bar-1.0' + >>> canonical_name = 'foo-bar' + >>> _find_name_version_sep(fragment, canonical_name) + 8 + """ + # Project name and version must be separated by one single dash. Find all + # occurrences of dashes; if the string in front of it matches the canonical + # name, this is the one separating the name and version parts. + for i, c in enumerate(fragment): + if c != "-": + continue + if canonicalize_name(fragment[:i]) == canonical_name: + return i + raise ValueError(f"{fragment} does not match {canonical_name}") + + +def _extract_version_from_fragment(fragment: str, canonical_name: str) -> Optional[str]: + """Parse the version string from a + filename + "fragment" (stem) or egg fragment. + + :param fragment: The string to parse. E.g. foo-2.1 + :param canonical_name: The canonicalized name of the package this + belongs to. + """ + try: + version_start = _find_name_version_sep(fragment, canonical_name) + 1 + except ValueError: + return None + version = fragment[version_start:] + if not version: + return None + return version diff --git a/venv/lib/python3.8/site-packages/pip/_internal/index/sources.py b/venv/lib/python3.8/site-packages/pip/_internal/index/sources.py new file mode 100644 index 000000000..eec3f12f7 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/index/sources.py @@ -0,0 +1,224 @@ +import logging +import mimetypes +import os +import pathlib +from typing import Callable, Iterable, Optional, Tuple + +from pip._internal.models.candidate import InstallationCandidate +from pip._internal.models.link import Link +from pip._internal.utils.urls import path_to_url, url_to_path +from pip._internal.vcs import is_url + +logger = logging.getLogger(__name__) + +FoundCandidates = Iterable[InstallationCandidate] +FoundLinks = Iterable[Link] +CandidatesFromPage = Callable[[Link], Iterable[InstallationCandidate]] +PageValidator = Callable[[Link], bool] + + +class LinkSource: + @property + def link(self) -> Optional[Link]: + """Returns the underlying link, if there's one.""" + raise NotImplementedError() + + def page_candidates(self) -> FoundCandidates: + """Candidates found by parsing an archive listing HTML file.""" + raise NotImplementedError() + + def file_links(self) -> FoundLinks: + """Links found by specifying archives directly.""" + raise NotImplementedError() + + +def _is_html_file(file_url: str) -> bool: + return mimetypes.guess_type(file_url, strict=False)[0] == "text/html" + + +class _FlatDirectorySource(LinkSource): + """Link source specified by ``--find-links=``. + + This looks the content of the directory, and returns: + + * ``page_candidates``: Links listed on each HTML file in the directory. + * ``file_candidates``: Archives in the directory. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + path: str, + ) -> None: + self._candidates_from_page = candidates_from_page + self._path = pathlib.Path(os.path.realpath(path)) + + @property + def link(self) -> Optional[Link]: + return None + + def page_candidates(self) -> FoundCandidates: + for path in self._path.iterdir(): + url = path_to_url(str(path)) + if not _is_html_file(url): + continue + yield from self._candidates_from_page(Link(url)) + + def file_links(self) -> FoundLinks: + for path in self._path.iterdir(): + url = path_to_url(str(path)) + if _is_html_file(url): + continue + yield Link(url) + + +class _LocalFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + If a URL is supplied, it must be a ``file:`` URL. If a path is supplied to + the option, it is converted to a URL first. This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not _is_html_file(self._link.url): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + if _is_html_file(self._link.url): + return + yield self._link + + +class _RemoteFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._page_validator = page_validator + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not self._page_validator(self._link): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + yield self._link + + +class _IndexDirectorySource(LinkSource): + """``--[extra-]index-url=``. + + This is treated like a remote URL; ``candidates_from_page`` contains logic + for this by appending ``index.html`` to the link. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + return () + + +def build_source( + location: str, + *, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + expand_dir: bool, + cache_link_parsing: bool, +) -> Tuple[Optional[str], Optional[LinkSource]]: + + path: Optional[str] = None + url: Optional[str] = None + if os.path.exists(location): # Is a local path. + url = path_to_url(location) + path = location + elif location.startswith("file:"): # A file: URL. + url = location + path = url_to_path(location) + elif is_url(location): + url = location + + if url is None: + msg = ( + "Location '%s' is ignored: " + "it is either a non-existing path or lacks a specific scheme." + ) + logger.warning(msg, location) + return (None, None) + + if path is None: + source: LinkSource = _RemoteFileSource( + candidates_from_page=candidates_from_page, + page_validator=page_validator, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + + if os.path.isdir(path): + if expand_dir: + source = _FlatDirectorySource( + candidates_from_page=candidates_from_page, + path=path, + ) + else: + source = _IndexDirectorySource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + elif os.path.isfile(path): + source = _LocalFileSource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + logger.warning( + "Location '%s' is ignored: it is neither a file nor a directory.", + location, + ) + return (url, None) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/locations/__init__.py b/venv/lib/python3.8/site-packages/pip/_internal/locations/__init__.py new file mode 100644 index 000000000..ac0c166e5 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/locations/__init__.py @@ -0,0 +1,520 @@ +import functools +import logging +import os +import pathlib +import sys +import sysconfig +from typing import Any, Dict, Iterator, List, Optional, Tuple + +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.virtualenv import running_under_virtualenv + +from . import _distutils, _sysconfig +from .base import ( + USER_CACHE_DIR, + get_major_minor_version, + get_src_prefix, + is_osx_framework, + site_packages, + user_site, +) + +__all__ = [ + "USER_CACHE_DIR", + "get_bin_prefix", + "get_bin_user", + "get_major_minor_version", + "get_platlib", + "get_prefixed_libs", + "get_purelib", + "get_scheme", + "get_src_prefix", + "site_packages", + "user_site", +] + + +logger = logging.getLogger(__name__) + + +_PLATLIBDIR: str = getattr(sys, "platlibdir", "lib") + +_USE_SYSCONFIG_DEFAULT = sys.version_info >= (3, 10) + + +def _should_use_sysconfig() -> bool: + """This function determines the value of _USE_SYSCONFIG. + + By default, pip uses sysconfig on Python 3.10+. + But Python distributors can override this decision by setting: + sysconfig._PIP_USE_SYSCONFIG = True / False + Rationale in https://github.com/pypa/pip/issues/10647 + + This is a function for testability, but should be constant during any one + run. + """ + return bool(getattr(sysconfig, "_PIP_USE_SYSCONFIG", _USE_SYSCONFIG_DEFAULT)) + + +_USE_SYSCONFIG = _should_use_sysconfig() + +# Be noisy about incompatibilities if this platforms "should" be using +# sysconfig, but is explicitly opting out and using distutils instead. +if _USE_SYSCONFIG_DEFAULT and not _USE_SYSCONFIG: + _MISMATCH_LEVEL = logging.WARNING +else: + _MISMATCH_LEVEL = logging.DEBUG + + +def _looks_like_bpo_44860() -> bool: + """The resolution to bpo-44860 will change this incorrect platlib. + + See . + """ + from distutils.command.install import INSTALL_SCHEMES # type: ignore + + try: + unix_user_platlib = INSTALL_SCHEMES["unix_user"]["platlib"] + except KeyError: + return False + return unix_user_platlib == "$usersite" + + +def _looks_like_red_hat_patched_platlib_purelib(scheme: Dict[str, str]) -> bool: + platlib = scheme["platlib"] + if "/$platlibdir/" in platlib: + platlib = platlib.replace("/$platlibdir/", f"/{_PLATLIBDIR}/") + if "/lib64/" not in platlib: + return False + unpatched = platlib.replace("/lib64/", "/lib/") + return unpatched.replace("$platbase/", "$base/") == scheme["purelib"] + + +@functools.lru_cache(maxsize=None) +def _looks_like_red_hat_lib() -> bool: + """Red Hat patches platlib in unix_prefix and unix_home, but not purelib. + + This is the only way I can see to tell a Red Hat-patched Python. + """ + from distutils.command.install import INSTALL_SCHEMES # type: ignore + + return all( + k in INSTALL_SCHEMES + and _looks_like_red_hat_patched_platlib_purelib(INSTALL_SCHEMES[k]) + for k in ("unix_prefix", "unix_home") + ) + + +@functools.lru_cache(maxsize=None) +def _looks_like_debian_scheme() -> bool: + """Debian adds two additional schemes.""" + from distutils.command.install import INSTALL_SCHEMES # type: ignore + + return "deb_system" in INSTALL_SCHEMES and "unix_local" in INSTALL_SCHEMES + + +@functools.lru_cache(maxsize=None) +def _looks_like_red_hat_scheme() -> bool: + """Red Hat patches ``sys.prefix`` and ``sys.exec_prefix``. + + Red Hat's ``00251-change-user-install-location.patch`` changes the install + command's ``prefix`` and ``exec_prefix`` to append ``"/local"``. This is + (fortunately?) done quite unconditionally, so we create a default command + object without any configuration to detect this. + """ + from distutils.command.install import install + from distutils.dist import Distribution + + cmd: Any = install(Distribution()) + cmd.finalize_options() + return ( + cmd.exec_prefix == f"{os.path.normpath(sys.exec_prefix)}/local" + and cmd.prefix == f"{os.path.normpath(sys.prefix)}/local" + ) + + +@functools.lru_cache(maxsize=None) +def _looks_like_slackware_scheme() -> bool: + """Slackware patches sysconfig but fails to patch distutils and site. + + Slackware changes sysconfig's user scheme to use ``"lib64"`` for the lib + path, but does not do the same to the site module. + """ + if user_site is None: # User-site not available. + return False + try: + paths = sysconfig.get_paths(scheme="posix_user", expand=False) + except KeyError: # User-site not available. + return False + return "/lib64/" in paths["purelib"] and "/lib64/" not in user_site + + +@functools.lru_cache(maxsize=None) +def _looks_like_msys2_mingw_scheme() -> bool: + """MSYS2 patches distutils and sysconfig to use a UNIX-like scheme. + + However, MSYS2 incorrectly patches sysconfig ``nt`` scheme. The fix is + likely going to be included in their 3.10 release, so we ignore the warning. + See msys2/MINGW-packages#9319. + + MSYS2 MINGW's patch uses lowercase ``"lib"`` instead of the usual uppercase, + and is missing the final ``"site-packages"``. + """ + paths = sysconfig.get_paths("nt", expand=False) + return all( + "Lib" not in p and "lib" in p and not p.endswith("site-packages") + for p in (paths[key] for key in ("platlib", "purelib")) + ) + + +def _fix_abiflags(parts: Tuple[str]) -> Iterator[str]: + ldversion = sysconfig.get_config_var("LDVERSION") + abiflags: str = getattr(sys, "abiflags", None) + + # LDVERSION does not end with sys.abiflags. Just return the path unchanged. + if not ldversion or not abiflags or not ldversion.endswith(abiflags): + yield from parts + return + + # Strip sys.abiflags from LDVERSION-based path components. + for part in parts: + if part.endswith(ldversion): + part = part[: (0 - len(abiflags))] + yield part + + +@functools.lru_cache(maxsize=None) +def _warn_mismatched(old: pathlib.Path, new: pathlib.Path, *, key: str) -> None: + issue_url = "https://github.com/pypa/pip/issues/10151" + message = ( + "Value for %s does not match. Please report this to <%s>" + "\ndistutils: %s" + "\nsysconfig: %s" + ) + logger.log(_MISMATCH_LEVEL, message, key, issue_url, old, new) + + +def _warn_if_mismatch(old: pathlib.Path, new: pathlib.Path, *, key: str) -> bool: + if old == new: + return False + _warn_mismatched(old, new, key=key) + return True + + +@functools.lru_cache(maxsize=None) +def _log_context( + *, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + prefix: Optional[str] = None, +) -> None: + parts = [ + "Additional context:", + "user = %r", + "home = %r", + "root = %r", + "prefix = %r", + ] + + logger.log(_MISMATCH_LEVEL, "\n".join(parts), user, home, root, prefix) + + +def get_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> Scheme: + new = _sysconfig.get_scheme( + dist_name, + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + if _USE_SYSCONFIG: + return new + + old = _distutils.get_scheme( + dist_name, + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + + warning_contexts = [] + for k in SCHEME_KEYS: + old_v = pathlib.Path(getattr(old, k)) + new_v = pathlib.Path(getattr(new, k)) + + if old_v == new_v: + continue + + # distutils incorrectly put PyPy packages under ``site-packages/python`` + # in the ``posix_home`` scheme, but PyPy devs said they expect the + # directory name to be ``pypy`` instead. So we treat this as a bug fix + # and not warn about it. See bpo-43307 and python/cpython#24628. + skip_pypy_special_case = ( + sys.implementation.name == "pypy" + and home is not None + and k in ("platlib", "purelib") + and old_v.parent == new_v.parent + and old_v.name.startswith("python") + and new_v.name.startswith("pypy") + ) + if skip_pypy_special_case: + continue + + # sysconfig's ``osx_framework_user`` does not include ``pythonX.Y`` in + # the ``include`` value, but distutils's ``headers`` does. We'll let + # CPython decide whether this is a bug or feature. See bpo-43948. + skip_osx_framework_user_special_case = ( + user + and is_osx_framework() + and k == "headers" + and old_v.parent.parent == new_v.parent + and old_v.parent.name.startswith("python") + ) + if skip_osx_framework_user_special_case: + continue + + # On Red Hat and derived Linux distributions, distutils is patched to + # use "lib64" instead of "lib" for platlib. + if k == "platlib" and _looks_like_red_hat_lib(): + continue + + # On Python 3.9+, sysconfig's posix_user scheme sets platlib against + # sys.platlibdir, but distutils's unix_user incorrectly coninutes + # using the same $usersite for both platlib and purelib. This creates a + # mismatch when sys.platlibdir is not "lib". + skip_bpo_44860 = ( + user + and k == "platlib" + and not WINDOWS + and sys.version_info >= (3, 9) + and _PLATLIBDIR != "lib" + and _looks_like_bpo_44860() + ) + if skip_bpo_44860: + continue + + # Slackware incorrectly patches posix_user to use lib64 instead of lib, + # but not usersite to match the location. + skip_slackware_user_scheme = ( + user + and k in ("platlib", "purelib") + and not WINDOWS + and _looks_like_slackware_scheme() + ) + if skip_slackware_user_scheme: + continue + + # Both Debian and Red Hat patch Python to place the system site under + # /usr/local instead of /usr. Debian also places lib in dist-packages + # instead of site-packages, but the /usr/local check should cover it. + skip_linux_system_special_case = ( + not (user or home or prefix or running_under_virtualenv()) + and old_v.parts[1:3] == ("usr", "local") + and len(new_v.parts) > 1 + and new_v.parts[1] == "usr" + and (len(new_v.parts) < 3 or new_v.parts[2] != "local") + and (_looks_like_red_hat_scheme() or _looks_like_debian_scheme()) + ) + if skip_linux_system_special_case: + continue + + # On Python 3.7 and earlier, sysconfig does not include sys.abiflags in + # the "pythonX.Y" part of the path, but distutils does. + skip_sysconfig_abiflag_bug = ( + sys.version_info < (3, 8) + and not WINDOWS + and k in ("headers", "platlib", "purelib") + and tuple(_fix_abiflags(old_v.parts)) == new_v.parts + ) + if skip_sysconfig_abiflag_bug: + continue + + # MSYS2 MINGW's sysconfig patch does not include the "site-packages" + # part of the path. This is incorrect and will be fixed in MSYS. + skip_msys2_mingw_bug = ( + WINDOWS and k in ("platlib", "purelib") and _looks_like_msys2_mingw_scheme() + ) + if skip_msys2_mingw_bug: + continue + + # CPython's POSIX install script invokes pip (via ensurepip) against the + # interpreter located in the source tree, not the install site. This + # triggers special logic in sysconfig that's not present in distutils. + # https://github.com/python/cpython/blob/8c21941ddaf/Lib/sysconfig.py#L178-L194 + skip_cpython_build = ( + sysconfig.is_python_build(check_home=True) + and not WINDOWS + and k in ("headers", "include", "platinclude") + ) + if skip_cpython_build: + continue + + warning_contexts.append((old_v, new_v, f"scheme.{k}")) + + if not warning_contexts: + return old + + # Check if this path mismatch is caused by distutils config files. Those + # files will no longer work once we switch to sysconfig, so this raises a + # deprecation message for them. + default_old = _distutils.distutils_scheme( + dist_name, + user, + home, + root, + isolated, + prefix, + ignore_config_files=True, + ) + if any(default_old[k] != getattr(old, k) for k in SCHEME_KEYS): + deprecated( + reason=( + "Configuring installation scheme with distutils config files " + "is deprecated and will no longer work in the near future. If you " + "are using a Homebrew or Linuxbrew Python, please see discussion " + "at https://github.com/Homebrew/homebrew-core/issues/76621" + ), + replacement=None, + gone_in=None, + ) + return old + + # Post warnings about this mismatch so user can report them back. + for old_v, new_v, key in warning_contexts: + _warn_mismatched(old_v, new_v, key=key) + _log_context(user=user, home=home, root=root, prefix=prefix) + + return old + + +def get_bin_prefix() -> str: + new = _sysconfig.get_bin_prefix() + if _USE_SYSCONFIG: + return new + + old = _distutils.get_bin_prefix() + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="bin_prefix"): + _log_context() + return old + + +def get_bin_user() -> str: + return _sysconfig.get_scheme("", user=True).scripts + + +def _looks_like_deb_system_dist_packages(value: str) -> bool: + """Check if the value is Debian's APT-controlled dist-packages. + + Debian's ``distutils.sysconfig.get_python_lib()`` implementation returns the + default package path controlled by APT, but does not patch ``sysconfig`` to + do the same. This is similar to the bug worked around in ``get_scheme()``, + but here the default is ``deb_system`` instead of ``unix_local``. Ultimately + we can't do anything about this Debian bug, and this detection allows us to + skip the warning when needed. + """ + if not _looks_like_debian_scheme(): + return False + if value == "/usr/lib/python3/dist-packages": + return True + return False + + +def get_purelib() -> str: + """Return the default pure-Python lib location.""" + new = _sysconfig.get_purelib() + if _USE_SYSCONFIG: + return new + + old = _distutils.get_purelib() + if _looks_like_deb_system_dist_packages(old): + return old + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="purelib"): + _log_context() + return old + + +def get_platlib() -> str: + """Return the default platform-shared lib location.""" + new = _sysconfig.get_platlib() + if _USE_SYSCONFIG: + return new + + old = _distutils.get_platlib() + if _looks_like_deb_system_dist_packages(old): + return old + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="platlib"): + _log_context() + return old + + +def _deduplicated(v1: str, v2: str) -> List[str]: + """Deduplicate values from a list.""" + if v1 == v2: + return [v1] + return [v1, v2] + + +def _looks_like_apple_library(path: str) -> bool: + """Apple patches sysconfig to *always* look under */Library/Python*.""" + if sys.platform[:6] != "darwin": + return False + return path == f"/Library/Python/{get_major_minor_version()}/site-packages" + + +def get_prefixed_libs(prefix: str) -> List[str]: + """Return the lib locations under ``prefix``.""" + new_pure, new_plat = _sysconfig.get_prefixed_libs(prefix) + if _USE_SYSCONFIG: + return _deduplicated(new_pure, new_plat) + + old_pure, old_plat = _distutils.get_prefixed_libs(prefix) + old_lib_paths = _deduplicated(old_pure, old_plat) + + # Apple's Python (shipped with Xcode and Command Line Tools) hard-code + # platlib and purelib to '/Library/Python/X.Y/site-packages'. This will + # cause serious build isolation bugs when Apple starts shipping 3.10 because + # pip will install build backends to the wrong location. This tells users + # who is at fault so Apple may notice it and fix the issue in time. + if all(_looks_like_apple_library(p) for p in old_lib_paths): + deprecated( + reason=( + "Python distributed by Apple's Command Line Tools incorrectly " + "patches sysconfig to always point to '/Library/Python'. This " + "will cause build isolation to operate incorrectly on Python " + "3.10 or later. Please help report this to Apple so they can " + "fix this. https://developer.apple.com/bug-reporting/" + ), + replacement=None, + gone_in=None, + ) + return old_lib_paths + + warned = [ + _warn_if_mismatch( + pathlib.Path(old_pure), + pathlib.Path(new_pure), + key="prefixed-purelib", + ), + _warn_if_mismatch( + pathlib.Path(old_plat), + pathlib.Path(new_plat), + key="prefixed-platlib", + ), + ] + if any(warned): + _log_context(prefix=prefix) + + return old_lib_paths diff --git a/venv/lib/python3.8/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e130f7d0424a151cf73904254e42b6b44fb4b184 GIT binary patch literal 12554 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 XD*JW%d)mp&NXE);&EU5)o{j%6?kCs@ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1d5abd3c758f5519db391aa5082a6f0e06c62582 GIT binary patch literal 4687 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 P>h$08seYkSi zG`O`l!;d^RE3`>bL{B4Q*lB43_JGNWaj3C_?EkS3sl33Ugf9w3GQsX z!cWZ`!|$ji&*s0*uoLX$!*u0r!s8Ts2|O@UujVv+8MW7vn#<0hb`DgXjq`Y)YFP6I zTlm^yuduV|DKc}_D8BZT^uJQHqT@G$EwAOX)q0b+`PHyp^8-)$VGtd=E4jE4NaeL! zx+NKjNt3Hr-&_80x%$EK&sHNRo?0}cJ-Yw=*~DfZRCykqNJ zRomW1D5`BgzfVnsQfV+3XuqEB5CtcO_r7JtU z?t86-oF=B4o&xKx1eNV34=%<$UU%=%1pIsMP#JEm>$g}*&wJgy$6Zfw*N=Aw>PAt8 zV8mV7lZv-pQk#E2S+%CeLN47PRIXRAhuuJF@z>TmerG_(U0RB#LF)5fONMTndx3Pf z`8hDdRLy-K)90})EEG9T>EB;lTZA+*u~xY5*WD%u{g~I< zTGbD*;mO$ZMXV+4s!mtEV2?`fPZN6559*qq79Vq=MJ@A|=eN9CiziY;OZ6~l`0FLI zF~%ESx1|ybBc6*|)L0OZ(27+IM&SzHX?b<{$xwsOEO?Q$FS~8#+VhmZ@9Ns7h`A!z~AoO?zzDIdk{X{mhO2tU$4`v25N1scmM^mbs*Ps>D<1x zdgGG;m3<^`t%C7F48jW|_E!@vU6i&qW~w0tdb+Uk|tH?#vpDL7J87{`>zCQ%|Qlp+t>ltqjWsLE~w;f}K?J1C7jUleFP zQ)AfpHku?kp;53+c%W&Uv-sL(9&dVVGly1j5+lZZlCqd#p79(^4}6l@C}+eq-Oh33V?qa|W@n0P*vT0Z}GmekCElubnqFk(e zDi06w`@!P4P6)yeMw`f{{wQ75pG0sf7wuT^?}_VT zEeFX-(;DcPq?m!6WEbL9)M24 z+qS+i8YWIi*@szWU&EPcClk2I_+NctqHkiX&-RU-3}TAYclsHY`_kIUsth97-@x?` z{mfpLO{$5F++%BJA}Hv3eo$vqYI4^=T(fp^D!(zcSLjc$0z1^tJ+}K5mZNaqkn0n0l7(gz}P zhZyCPaOhI3qy8rHC-50yNXJu6JtW~sws#R@88T3XvjNDXNzYuMzJ>i~m1GWi#X)nZ z?|E~`f-k!CcJ-k!IUj^rqJY?f*HuWlfj-g*zC`{Ir??5zf$@X!I!=t7>GOlT$vg2O zhWw_he4MuGVH;BVHNWMno_iiifZ#)|=wlc%S|#XUHppj5Q6%jW<#}$WHzZc7H*l=N z2`7l_P|+MqNP2^4i0A2 zLTX;oF;*ObyVofq4Sp1vY&_Hd5ce$O!Rb++Ub;m2Z%bY-jfVgK%MoQT!BPk%M@tbuMD=%g z_N@W&--$gfvbQ`T#Tzu`99~F4bZQ@Ea1LyB8E~1lHOkyw`C#SNy_G0KV2u18g|6Vb zAnU^KC>hzzQ(iGGeniAB60uC;K;p;LbP2EGQ9&x!Awb7DoghTH>U*~aS0NL_gFrMv zsv@tGI@m@j)Wsal*D_|QL=h>nX;5Tugnl5>)Jl68#{+HG2=XxRXtLh)f^}ZiAt3`| zo>C&p$hc4}h(($^j2&W$swH~Gktf!f2AOCAiu36dDx-9~M6JJxSbx>~J#m57klN(E zD2>~pF4ucfv|>}y0>q{=vWFeakniJV%w>^2;jywhmC9O9dfK#6qaQwP!yzm@`k;K$(@NWYdwuJhANuPf4B!)8$otc~ZU^U;dOI6v|yG^eL}Z z#-*4x1egfzVWi_a9dhE`{0Z8`JM7s3C=zK? zkO632#BNI~95DQVx<-4Ux8bl>h`t*_;s*DZf59k8?q--XruYQkV*2{Z%Jr4v>rr78 z3&{V(HS|UqTv@Fns%y`Uy_q&4a#XK_=IA(X2ui~nf)c-9N0`F>ri_szMPpBnk7MmMT)22XA)G?dVdhsKF@x@uUlGJucaMV z+qJefePoEzce=PL(puiPGb1m_UVNCP841) k94h23bNKh2oh_KTv|%QH-^D#N-=gOq`40=3f?crx1Fr_Mi2wiq literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/locations/__pycache__/base.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/locations/__pycache__/base.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4df612fcd6a384344d5caf5b0a37b0285c478fad GIT binary patch literal 1540 zcmZux&2r>45SDDuZ)Q9pS+YqA7FUW(3NizvYT*zlQX$lC0m)W=Sk@Pp$JWev;*nf! zIh)LqQ*wnT;4pLK9e5HIH%`0)Ct7lLldW30)Ka(9t=89{eA;d|3AUea9*;h$67r8$ z?zcKB-(t`IMsZ4F64R9U@3MtEh~VfNnf?|M6w_YqqA_x zv||;REPzKk=KW@&vWGoyp@`|2NIJHDCwRU!Wlay;k#Y3oh*PKl*Vc0)m8V^)uyeg z0|ApzDm%Z-RqOVEAmIb?CxHdb&xrrx-bhSXFAjMxGpB83+gk%*te>zg33z7)y>rB* zhe+IR+3tST(~xYvhNOpZ^)R+%z{9kciYSzLoxIl%bJoo+)x#l^fw^#CE*#wEv!ub& zsF4b^QND#JMT2IjLDa{IB-aF1HKsFLI^#-A=hhYBkEbiQHae@$5qE7xwmfo(tRY)| zEZHKRSv|Jql#-G$#;5TsnQMO72M82I)2~mkG6Rt!AG}LZcp)&4U9hN-2)>8c^ada% zUKDbV3ojLXh#ULb1v%8+Y=Vt>Dof#8v*cqB1+ z4jr^8N9S(9gAcV{m6sWo!C%HYbl=dei?u-y%_8;a9V^|tcU@M;HMm4!G-3h%36y(! zynhtz?e0C<559YPr0N=DT?)W|CQ-2x8Nu6N; literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/locations/_distutils.py b/venv/lib/python3.8/site-packages/pip/_internal/locations/_distutils.py new file mode 100644 index 000000000..2ec79e65b --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/locations/_distutils.py @@ -0,0 +1,169 @@ +"""Locations where we look for configs, install stuff, etc""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import logging +import os +import sys +from distutils.cmd import Command as DistutilsCommand +from distutils.command.install import SCHEME_KEYS +from distutils.command.install import install as distutils_install_command +from distutils.sysconfig import get_python_lib +from typing import Dict, List, Optional, Tuple, Union, cast + +from pip._internal.models.scheme import Scheme +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import get_major_minor_version + +logger = logging.getLogger(__name__) + + +def distutils_scheme( + dist_name: str, + user: bool = False, + home: str = None, + root: str = None, + isolated: bool = False, + prefix: str = None, + *, + ignore_config_files: bool = False, +) -> Dict[str, str]: + """ + Return a distutils install scheme + """ + from distutils.dist import Distribution + + dist_args: Dict[str, Union[str, List[str]]] = {"name": dist_name} + if isolated: + dist_args["script_args"] = ["--no-user-cfg"] + + d = Distribution(dist_args) + if not ignore_config_files: + try: + d.parse_config_files() + except UnicodeDecodeError: + # Typeshed does not include find_config_files() for some reason. + paths = d.find_config_files() # type: ignore + logger.warning( + "Ignore distutils configs in %s due to encoding errors.", + ", ".join(os.path.basename(p) for p in paths), + ) + obj: Optional[DistutilsCommand] = None + obj = d.get_command_obj("install", create=True) + assert obj is not None + i = cast(distutils_install_command, obj) + # NOTE: setting user or home has the side-effect of creating the home dir + # or user base for installations during finalize_options() + # ideally, we'd prefer a scheme class that has no side-effects. + assert not (user and prefix), f"user={user} prefix={prefix}" + assert not (home and prefix), f"home={home} prefix={prefix}" + i.user = user or i.user + if user or home: + i.prefix = "" + i.prefix = prefix or i.prefix + i.home = home or i.home + i.root = root or i.root + i.finalize_options() + + scheme = {} + for key in SCHEME_KEYS: + scheme[key] = getattr(i, "install_" + key) + + # install_lib specified in setup.cfg should install *everything* + # into there (i.e. it takes precedence over both purelib and + # platlib). Note, i.install_lib is *always* set after + # finalize_options(); we only want to override here if the user + # has explicitly requested it hence going back to the config + if "install_lib" in d.get_option_dict("install"): + scheme.update(dict(purelib=i.install_lib, platlib=i.install_lib)) + + if running_under_virtualenv(): + if home: + prefix = home + elif user: + prefix = i.install_userbase # type: ignore + else: + prefix = i.prefix + scheme["headers"] = os.path.join( + prefix, + "include", + "site", + f"python{get_major_minor_version()}", + dist_name, + ) + + if root is not None: + path_no_drive = os.path.splitdrive(os.path.abspath(scheme["headers"]))[1] + scheme["headers"] = os.path.join(root, path_no_drive[1:]) + + return scheme + + +def get_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> Scheme: + """ + Get the "scheme" corresponding to the input parameters. The distutils + documentation provides the context for the available schemes: + https://docs.python.org/3/install/index.html#alternate-installation + + :param dist_name: the name of the package to retrieve the scheme for, used + in the headers scheme path + :param user: indicates to use the "user" scheme + :param home: indicates to use the "home" scheme and provides the base + directory for the same + :param root: root under which other directories are re-based + :param isolated: equivalent to --no-user-cfg, i.e. do not consider + ~/.pydistutils.cfg (posix) or ~/pydistutils.cfg (non-posix) for + scheme paths + :param prefix: indicates to use the "prefix" scheme and provides the + base directory for the same + """ + scheme = distutils_scheme(dist_name, user, home, root, isolated, prefix) + return Scheme( + platlib=scheme["platlib"], + purelib=scheme["purelib"], + headers=scheme["headers"], + scripts=scheme["scripts"], + data=scheme["data"], + ) + + +def get_bin_prefix() -> str: + # XXX: In old virtualenv versions, sys.prefix can contain '..' components, + # so we need to call normpath to eliminate them. + prefix = os.path.normpath(sys.prefix) + if WINDOWS: + bin_py = os.path.join(prefix, "Scripts") + # buildout uses 'bin' on Windows too? + if not os.path.exists(bin_py): + bin_py = os.path.join(prefix, "bin") + return bin_py + # Forcing to use /usr/local/bin for standard macOS framework installs + # Also log to ~/Library/Logs/ for use with the Console.app log viewer + if sys.platform[:6] == "darwin" and prefix[:16] == "/System/Library/": + return "/usr/local/bin" + return os.path.join(prefix, "bin") + + +def get_purelib() -> str: + return get_python_lib(plat_specific=False) + + +def get_platlib() -> str: + return get_python_lib(plat_specific=True) + + +def get_prefixed_libs(prefix: str) -> Tuple[str, str]: + return ( + get_python_lib(plat_specific=False, prefix=prefix), + get_python_lib(plat_specific=True, prefix=prefix), + ) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/locations/_sysconfig.py b/venv/lib/python3.8/site-packages/pip/_internal/locations/_sysconfig.py new file mode 100644 index 000000000..5e141aa1b --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/locations/_sysconfig.py @@ -0,0 +1,219 @@ +import distutils.util # FIXME: For change_root. +import logging +import os +import sys +import sysconfig +import typing + +from pip._internal.exceptions import InvalidSchemeCombination, UserInstallationInvalid +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import get_major_minor_version, is_osx_framework + +logger = logging.getLogger(__name__) + + +# Notes on _infer_* functions. +# Unfortunately ``get_default_scheme()`` didn't exist before 3.10, so there's no +# way to ask things like "what is the '_prefix' scheme on this platform". These +# functions try to answer that with some heuristics while accounting for ad-hoc +# platforms not covered by CPython's default sysconfig implementation. If the +# ad-hoc implementation does not fully implement sysconfig, we'll fall back to +# a POSIX scheme. + +_AVAILABLE_SCHEMES = set(sysconfig.get_scheme_names()) + +_PREFERRED_SCHEME_API = getattr(sysconfig, "get_preferred_scheme", None) + + +def _should_use_osx_framework_prefix() -> bool: + """Check for Apple's ``osx_framework_library`` scheme. + + Python distributed by Apple's Command Line Tools has this special scheme + that's used when: + + * This is a framework build. + * We are installing into the system prefix. + + This does not account for ``pip install --prefix`` (also means we're not + installing to the system prefix), which should use ``posix_prefix``, but + logic here means ``_infer_prefix()`` outputs ``osx_framework_library``. But + since ``prefix`` is not available for ``sysconfig.get_default_scheme()``, + which is the stdlib replacement for ``_infer_prefix()``, presumably Apple + wouldn't be able to magically switch between ``osx_framework_library`` and + ``posix_prefix``. ``_infer_prefix()`` returning ``osx_framework_library`` + means its behavior is consistent whether we use the stdlib implementation + or our own, and we deal with this special case in ``get_scheme()`` instead. + """ + return ( + "osx_framework_library" in _AVAILABLE_SCHEMES + and not running_under_virtualenv() + and is_osx_framework() + ) + + +def _infer_prefix() -> str: + """Try to find a prefix scheme for the current platform. + + This tries: + + * A special ``osx_framework_library`` for Python distributed by Apple's + Command Line Tools, when not running in a virtual environment. + * Implementation + OS, used by PyPy on Windows (``pypy_nt``). + * Implementation without OS, used by PyPy on POSIX (``pypy``). + * OS + "prefix", used by CPython on POSIX (``posix_prefix``). + * Just the OS name, used by CPython on Windows (``nt``). + + If none of the above works, fall back to ``posix_prefix``. + """ + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("prefix") + if _should_use_osx_framework_prefix(): + return "osx_framework_library" + implementation_suffixed = f"{sys.implementation.name}_{os.name}" + if implementation_suffixed in _AVAILABLE_SCHEMES: + return implementation_suffixed + if sys.implementation.name in _AVAILABLE_SCHEMES: + return sys.implementation.name + suffixed = f"{os.name}_prefix" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + if os.name in _AVAILABLE_SCHEMES: # On Windows, prefx is just called "nt". + return os.name + return "posix_prefix" + + +def _infer_user() -> str: + """Try to find a user scheme for the current platform.""" + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("user") + if is_osx_framework() and not running_under_virtualenv(): + suffixed = "osx_framework_user" + else: + suffixed = f"{os.name}_user" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + if "posix_user" not in _AVAILABLE_SCHEMES: # User scheme unavailable. + raise UserInstallationInvalid() + return "posix_user" + + +def _infer_home() -> str: + """Try to find a home for the current platform.""" + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("home") + suffixed = f"{os.name}_home" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + return "posix_home" + + +# Update these keys if the user sets a custom home. +_HOME_KEYS = [ + "installed_base", + "base", + "installed_platbase", + "platbase", + "prefix", + "exec_prefix", +] +if sysconfig.get_config_var("userbase") is not None: + _HOME_KEYS.append("userbase") + + +def get_scheme( + dist_name: str, + user: bool = False, + home: typing.Optional[str] = None, + root: typing.Optional[str] = None, + isolated: bool = False, + prefix: typing.Optional[str] = None, +) -> Scheme: + """ + Get the "scheme" corresponding to the input parameters. + + :param dist_name: the name of the package to retrieve the scheme for, used + in the headers scheme path + :param user: indicates to use the "user" scheme + :param home: indicates to use the "home" scheme + :param root: root under which other directories are re-based + :param isolated: ignored, but kept for distutils compatibility (where + this controls whether the user-site pydistutils.cfg is honored) + :param prefix: indicates to use the "prefix" scheme and provides the + base directory for the same + """ + if user and prefix: + raise InvalidSchemeCombination("--user", "--prefix") + if home and prefix: + raise InvalidSchemeCombination("--home", "--prefix") + + if home is not None: + scheme_name = _infer_home() + elif user: + scheme_name = _infer_user() + else: + scheme_name = _infer_prefix() + + # Special case: When installing into a custom prefix, use posix_prefix + # instead of osx_framework_library. See _should_use_osx_framework_prefix() + # docstring for details. + if prefix is not None and scheme_name == "osx_framework_library": + scheme_name = "posix_prefix" + + if home is not None: + variables = {k: home for k in _HOME_KEYS} + elif prefix is not None: + variables = {k: prefix for k in _HOME_KEYS} + else: + variables = {} + + paths = sysconfig.get_paths(scheme=scheme_name, vars=variables) + + # Logic here is very arbitrary, we're doing it for compatibility, don't ask. + # 1. Pip historically uses a special header path in virtual environments. + # 2. If the distribution name is not known, distutils uses 'UNKNOWN'. We + # only do the same when not running in a virtual environment because + # pip's historical header path logic (see point 1) did not do this. + if running_under_virtualenv(): + if user: + base = variables.get("userbase", sys.prefix) + else: + base = variables.get("base", sys.prefix) + python_xy = f"python{get_major_minor_version()}" + paths["include"] = os.path.join(base, "include", "site", python_xy) + elif not dist_name: + dist_name = "UNKNOWN" + + scheme = Scheme( + platlib=paths["platlib"], + purelib=paths["purelib"], + headers=os.path.join(paths["include"], dist_name), + scripts=paths["scripts"], + data=paths["data"], + ) + if root is not None: + for key in SCHEME_KEYS: + value = distutils.util.change_root(root, getattr(scheme, key)) + setattr(scheme, key, value) + return scheme + + +def get_bin_prefix() -> str: + # Forcing to use /usr/local/bin for standard macOS framework installs. + if sys.platform[:6] == "darwin" and sys.prefix[:16] == "/System/Library/": + return "/usr/local/bin" + return sysconfig.get_paths()["scripts"] + + +def get_purelib() -> str: + return sysconfig.get_paths()["purelib"] + + +def get_platlib() -> str: + return sysconfig.get_paths()["platlib"] + + +def get_prefixed_libs(prefix: str) -> typing.Tuple[str, str]: + paths = sysconfig.get_paths(vars={"base": prefix, "platbase": prefix}) + return (paths["purelib"], paths["platlib"]) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/locations/base.py b/venv/lib/python3.8/site-packages/pip/_internal/locations/base.py new file mode 100644 index 000000000..86dad4a3a --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/locations/base.py @@ -0,0 +1,52 @@ +import functools +import os +import site +import sys +import sysconfig +import typing + +from pip._internal.utils import appdirs +from pip._internal.utils.virtualenv import running_under_virtualenv + +# Application Directories +USER_CACHE_DIR = appdirs.user_cache_dir("pip") + +# FIXME doesn't account for venv linked to global site-packages +site_packages: typing.Optional[str] = sysconfig.get_path("purelib") + + +def get_major_minor_version() -> str: + """ + Return the major-minor version of the current Python as a string, e.g. + "3.7" or "3.10". + """ + return "{}.{}".format(*sys.version_info) + + +def get_src_prefix() -> str: + if running_under_virtualenv(): + src_prefix = os.path.join(sys.prefix, "src") + else: + # FIXME: keep src in cwd for now (it is not a temporary folder) + try: + src_prefix = os.path.join(os.getcwd(), "src") + except OSError: + # In case the current working directory has been renamed or deleted + sys.exit("The folder you are executing pip from can no longer be found.") + + # under macOS + virtualenv sys.prefix is not properly resolved + # it is something like /path/to/python/bin/.. + return os.path.abspath(src_prefix) + + +try: + # Use getusersitepackages if this is present, as it ensures that the + # value is initialised properly. + user_site: typing.Optional[str] = site.getusersitepackages() +except AttributeError: + user_site = site.USER_SITE + + +@functools.lru_cache(maxsize=None) +def is_osx_framework() -> bool: + return bool(sysconfig.get_config_var("PYTHONFRAMEWORK")) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/main.py b/venv/lib/python3.8/site-packages/pip/_internal/main.py new file mode 100644 index 000000000..33c6d24cd --- /dev/null +++ b/venv/lib/python3.8/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.8/site-packages/pip/_internal/metadata/__init__.py b/venv/lib/python3.8/site-packages/pip/_internal/metadata/__init__.py new file mode 100644 index 000000000..cc037c14f --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/metadata/__init__.py @@ -0,0 +1,62 @@ +from typing import List, Optional + +from .base import BaseDistribution, BaseEnvironment, FilesystemWheel, MemoryWheel, Wheel + +__all__ = [ + "BaseDistribution", + "BaseEnvironment", + "FilesystemWheel", + "MemoryWheel", + "Wheel", + "get_default_environment", + "get_environment", + "get_wheel_distribution", +] + + +def get_default_environment() -> BaseEnvironment: + """Get the default representation for the current environment. + + This returns an Environment instance from the chosen backend. The default + Environment instance should be built from ``sys.path`` and may use caching + to share instance state accorss calls. + """ + from .pkg_resources import Environment + + return Environment.default() + + +def get_environment(paths: Optional[List[str]]) -> BaseEnvironment: + """Get a representation of the environment specified by ``paths``. + + This returns an Environment instance from the chosen backend based on the + given import paths. The backend must build a fresh instance representing + the state of installed distributions when this function is called. + """ + from .pkg_resources import Environment + + return Environment.from_paths(paths) + + +def get_directory_distribution(directory: str) -> BaseDistribution: + """Get the distribution metadata representation in the specified directory. + + This returns a Distribution instance from the chosen backend based on + the given on-disk ``.dist-info`` directory. + """ + from .pkg_resources import Distribution + + return Distribution.from_directory(directory) + + +def get_wheel_distribution(wheel: Wheel, canonical_name: str) -> BaseDistribution: + """Get the representation of the specified wheel's distribution metadata. + + This returns a Distribution instance from the chosen backend based on + the given wheel's ``.dist-info`` directory. + + :param canonical_name: Normalized project name of the given wheel. + """ + from .pkg_resources import Distribution + + return Distribution.from_wheel(wheel, canonical_name) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..54996429418d4bedcee5266db04ed160ce31fb73 GIT binary patch literal 2340 zcmcIlIgi^$6eg+rULRQ>ae(Oz6_N@EL0|+ykh4jg!cGFHp+=l1alE`RGjt$h)49w~ z*uq=ppX4{NP31mCkSgyDB`$ZdTP2||Bk|2}-s5*X{V*E!9lU;g^HKO`$8r9koBGwo zo6m6QUvUzSa3d#nmu~DWJ=YPQXhe;;xopO*Wh-tk+i_>viMz`#t~EtVv_(gBMNjm_ zVB1~xpe2T9t{92lo940)9=I@g;5=|JK0forMD#H}gaI_g5#HYtxAA@iT^qS`))05a z03&1Z-g9Sq{0=K}re4wfR%%mpzt4fuz}+k){0Y4dC4!(Ya_i*Dk zV3-Mk?aN>aG6fpnjnf;mO{(m2kSm2jRx4`W?=!q!gi_;ERD@XQ zT%>{q4y%M?{81^vMJ2dzy;JAhwOV+**8;z)fOKPt!@>`$XF7vGZX_TjJGNTc+^f}p zpa;~2##2#uC`rr8Rw86f##yQivx!R0>;=T)TpOzj!8qyyba+8^CFM#DD7KP+d?~BV zD8h7gM`?yGqx2~1O`ZhS1o)eT0-~lA%l)*Wju6yR6@3!9Z)==-ifm`&RvqPZhhhVq zKEP3@uP3B}z+mI}7Zkq!z4CIcMX-a0uJS4^$Tcpj8m=Xh)f?dj#y1$dBC>QL;$9Mo zu0XU;P&9KweI}DliuSFgrj~NB;;^3cfc1UEt{7XatH%&;61SqYD|izSYJ|QMdJTR%^~m2)L1T`W?bJGhU(@D`byA18Fh$%%B z6;0|XH~$BBd>^gt`?jqX4g9mW4z+5qDQbG6KCj5cMfa096?p`oQnS@m;*s~L;klPS Ne>I2W;r-#!;2&;_kN^Mx literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/metadata/__pycache__/base.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/metadata/__pycache__/base.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7729ead5071f0ba04e7894830af403a23d9bc240 GIT binary patch literal 21169 zcmdUXTW}m#dR}+W6+-|7K@hx(Y(k_+aDgEu>b8_t5|$EBtnDQ0*kx-S(huv<-m>FVQn{5=dB{Wjme+J1Q>oNeQb|?v6eVlt z`~K72({lkutyQVY0DY$W^tu24`R`}motP*Y_`LVYi|haCTZZu;`H=o(@$d#N|KFO1 z;TVqDG%EVrtXT4#sbu6kTgl3Iu9B1Qd?hd6g-QY6R%82m4kAh zZystLt{iS1sT`5#Li4HC(aKS|FE)?0?26qwUO6t$W6inN)0L-NCn_geCo3l>`C``|_QrH5wapEHXZvr^*~Jnwf7;Q7FPtMV$I4myYMbV%NQ z4bO+2BX~aIehuxvhUcf8qj)|l&#yb?O=JGpPYL6t`BG?IyB<#5`u2@0)l1*Fa_L*w zmfj3Ym%L`vtp^RS9gbb{+Ci<+c2!us7PzXm(sZM{z*AxNt%e_j#p@jwt~JBlt<4S! z;0iOnBh(wRf&ux>bGmowurQU%7Sh^2J*ht4kN(z7mdI#vtp#yQ+yo@$GvYYK=3~ zjbl1~;4~X6)z0lTAAKEm*Vd}dM*BAU3)ZWv%4=1dUR|n;eCcobQWSNI4PVMO!^w6$ zW&IA_Y^r88@Z!hf4dn%1-D}nfwDc$0oL@(-YgA0fs90{s%{u0%reisoPqO#TN-oLC zIyuS7CpmeiAUOr62(%arC%<0v-7D=tZQbx1?ck9a=9L?4s&*aQKl$*U*Ckv&=|^DP zH~u<$ziB)&mr!Z%k{4WS0Tl>%*OB!@cGh>BtB(wI3ROO7OPcGvsw*H)oROgHk-U3uU0?WtTm%I#g6hit_rroj2|d9 z eZ@)ah%naUlftBxUg0hd3Hq-a{^R7PL&ri}fT1Mn4K&}grE>NrZ(1qis|hxbHa zL8A9?vu&u$+u$$<*@9*X*Xy6T8v&gBs|Zv$)!5x_&wMIIy{m@gneS ztP(KF2D!NY&Sl9jmr6E1x7OXb1x%_{3v3^R(DkK^Z!5Qn?SIF$(MEuxoVx7@Me)?u zf_--#o$-w{7WMKZ4MhlVE6)oSY`45tPFm^P5WUW#0bl6URIOzTC@$DHI78$FzU{3> zBOG1_DO{EzM%6iwQMEw<7yIYfw*=`?N9}2H;$M)JtZS&ajvik$tS6n}^>s|{W zX{;MvNzI8y)IPkscHlyP}vAms@lkztEyz(j64aO0^7>F1(&;@%q(V9#lGC4GbZe7tS`6Z?2_D4U+%aw zA-TJdJ1%WbI=dxjBFUL@_DIfTk~8h>m7Lv4&Wy89a;A{8N7|Wn_Djw*a`sBj0q3CP z%pgb4>5y|+a`qvo;Lb*~I^sMfx%-oHN1bDma{xJdl(utRat(h}|C;j}`hE_59AjQIqSu`_kb8b0_oDN4q~pPBREctusaE4(%=fZK?`T8t&akun2VvvNDCT3ta;T5K@82M0%4j!O-V zG!u_>dT69S%3yrfl6nPiu))8EFGX=-C$;jVculY7fcBFtMx>uC_9952BIOftiRDP(+iuqj{K~ zrf?MD>&wd#aW0cKr#V;IzP6gQC;Sh6*2oiAyk?_rlQTlbaP7ObHaMJTcfj^s74fD- zHevHvkl?QCwv*->kd4}a1%)Aue`tD|wGci_JBq;Sb)e6Bf` zj?y~!97H=)9o;q`m=D330tj^*847gmnIMbzx%=ilYui%K;T}6t)LN_iXSVqI;cNnqg!Ifd;Mtx=j-}?9;t6`}O(V!`TO!C?wZ8*uLI9_?-6`LmOV)EP zf%za{{dI4%>DX&7Oc@aSw@46b*xG%<^YSv9jv!yQBZNqH$fgh34mFpT*?&34E=qvz z$91<82%bgih2!3Fn_dUPaU?W>PHCIOLeikdt)b>(B-GRiLa;;HrBQi7Hfg-|rGcb5 zVjF}-isU2&m<%^FTI*X27vd@vdQhpjQFfRZAsqWOkdk6+qrTa!DbSO&+#LzK&U_kE zv+5wg*+W1@z8PU*Sd0-+sKX!vPA3bLVBX(CWq%Thu?rYy=J8jwvS#<`A-o%|+lO#u zOFOfsv!FO{#S|h^hRVNy!EO`09}cQD*z;V@)LPzbv>I3-U<4@b@^ZYI#0Svi&tqW; z*alcxkKfooAD^N2RErhZGUuYF5-pZkr);myO$25ks1$7uYzZGG8DzEBlHoNQw~1EY ziKln(>~~@z=icIXA}QxyuODFG|8G1`3j=>C&KFKlsY_7!0WeRCQIp-HBhWTgv=3v+ z1j!69v3@Lkl05p8LJG|XV1p0M2bqU3wL!dsotxqncD~Y(B)DVQmfJenA$k|b#0jM! z{x*G5EZ8to5WCn%TnFpV0rYcHLRTj@ING6ibyn51W`IQ0=lu9oUXYu zm=B;e@H>%rG?*##IMzc-(3$R!pAfz^NP-Y1*49$M6b=@%tp>~qlv82}Cxs|?Q8}3~ z0eRYM!v1APySoQXZ*|^wYyMVj3rMYVH%ra~MS~Iuh<@Ag$vEOgX6_*EpGx|y*8D1J z|0xRT7e|}jh^9gW7DOBBYn6+Y zG#1;VNyW}wMbqvXk*{R9b(;6>i|o&L$)0+cl-_ilEah>2u6D;nG~!?$`YtKdgFxM(h<^*e;E|lwP{$AA`X=we%(8bnWNB z>A60;^xPmp=@F8e9TlC6!7kE8q)(HYQ;kn>No$n}L;xM)kw_}efGcwUe z(3Qr0y9J{Gh*Z)}4;1!kvFxtHGqMItZlj}-Ot;+JnqS~fskPy4;~PR(&>Pcs?iz?w{K6Jo>qFDR#l7^{11 zXe|9@znl?>ed@obx*aw_MU-u*zr>S7#eq~GER;;t5+?e?p8F>@4$$vKnWF(aeGh{c zW0ylDs<6}${*#2&J?Q?>8epusy#^azWJ-d4Kx7Nn6E6f!4{@8~#^_O`&&QAz0GIO?PtJcmVI&L#X5L8|~Sw z5m>iN>VyeoGL3JGf#n0EJ04^nWXUz(hXjf;xgft$2#Tv2lnqSdo@E-{Bf;2%l4Aul zneN)Q9%fDBeYEg)W)>jkLC`gW0s9n(6&dD@u98_u9(|Me3>IfD*kiLnTFohJmh;w(fKfi$j}A zvXGFIB1hXN;nX_m&yR;=kWrm#0OqUqVP(TTS0QbJ*ItEJNc+OoEc3@CVt_*mrx7th zMgOwPRGJU7@@DrpZ(d(YWvl(Hns0h*YlxpH+^s1{zH90ha$}9V0FO-ohgE3010t80 zg#I^*`X`VW1qLl6s+BNla_570Ok zPR7Jo38ca-3x(tLCXBnT!?2FQ#S6!hD*HfSeRg12T*4We$8crMlG!~pv|vfKzV#xF zroJaTP}6Db7ns9t8bYTLB$8c$E~T!b&`7FKjO}j6IUKfy0Ec1cL0oF*-eVQSF>e>u zBv)GYuJ)g2y4%-Q`}SbJVyU^hUEfp+IA`B!sDM6D1a35x*Jc1nYR_J5-mPu<_ARw3 zTlTJd3IeA#iDL6dby2lPC6}&(LVklwaCoP6$k8^@L_C+_({p3wMev#(f`b$rT7`sj z5G}|#9OHJ;pAHbtg4LKMg%W-O%nbk?s%4KXj4G=~HG^6}GjR)(tBdVxB)E1p+Es=l z(d39AvS_f@G^NBNLxW8f{xXKFIv8g>=DoOAA2FegVdP+;n@QLdyu8|M`NF`6M`>pL zHHg4;HH;4ZKyzu-m-rzv1FQSerFFLsmwaT`pjOK`5{O_F*6@`MsUR+Dg`%we60yP= zaAy5lz4|8dUg12Vy)rCbM5ckEK$RUwTLXhMt}!xBR4FZarnH*TqfYIJE44aePUy(m zYPit49RwuMQZ4pr@zf-K8%Qg|3y^B+f~qwT1~J5KF2HRBL4`8OGUV(yWWxOzd^H}Q zChFp`q9n{u)EpSs#mlkkC!}?U_BxChqezvSerg|UxpQ+EEHKDm{V;&n6VMd9BS51I zJvnH)|M?y8;Rrk8dG=$^|AWOF2vO``I{`uBZtEYL=*x+cLx4c!CaDBwP{4SSr4{yg zEm_vW2T;~m>cn{#vz|n0&jfl&Bbd=SFfiKK$OnN60Th&Vo+mH4g^NHp4Sp7 zGtp?pnh6TD*{GfwX`c53{#{xRr+*N}AEu67JPL6d?R5-BDN;u{3F7 z2pvXgc*VHGcN3V5jgT1PQbVA~#6+8B4&jQ>vcynnbuWwTMKH|8lU;mI2SHq*eV`vY zaTg1eyOUX$yHkU8!Tmo*XJKZ|4MuaSxT$KS8!jhv%Z#ue4wfF8VNSfI?&@?0zR2(u1oO0YNe-%d77(=@$VJMnQh# zq-OQKWYgt$Vo&MfeY+1;p`Pv}$o``%vgV9OxznIz2hYmm3>sh7`rXj|`HRy3&#{1` z2vjⅅ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 bJ8zU=KX9#J%+R-C7m8*zTRB(#kyiX4&17B! literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/metadata/base.py b/venv/lib/python3.8/site-packages/pip/_internal/metadata/base.py new file mode 100644 index 000000000..1a5a781cb --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/metadata/base.py @@ -0,0 +1,546 @@ +import csv +import email.message +import json +import logging +import pathlib +import re +import zipfile +from typing import ( + IO, + TYPE_CHECKING, + Collection, + Container, + Iterable, + Iterator, + List, + Optional, + Tuple, + Union, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import InvalidSpecifier, SpecifierSet +from pip._vendor.packaging.utils import NormalizedName +from pip._vendor.packaging.version import LegacyVersion, Version + +from pip._internal.exceptions import NoneMetadataError +from pip._internal.locations import site_packages, user_site +from pip._internal.models.direct_url import ( + DIRECT_URL_METADATA_NAME, + DirectUrl, + DirectUrlValidationError, +) +from pip._internal.utils.compat import stdlib_pkgs # TODO: Move definition here. +from pip._internal.utils.egg_link import ( + egg_link_path_from_location, + egg_link_path_from_sys_path, +) +from pip._internal.utils.misc import is_local, normalize_path +from pip._internal.utils.urls import url_to_path + +if TYPE_CHECKING: + from typing import Protocol +else: + Protocol = object + +DistributionVersion = Union[LegacyVersion, Version] + +InfoPath = Union[str, pathlib.PurePosixPath] + +logger = logging.getLogger(__name__) + + +class BaseEntryPoint(Protocol): + @property + def name(self) -> str: + raise NotImplementedError() + + @property + def value(self) -> str: + raise NotImplementedError() + + @property + def group(self) -> str: + raise NotImplementedError() + + +def _convert_installed_files_path( + entry: Tuple[str, ...], + info: Tuple[str, ...], +) -> str: + """Convert a legacy installed-files.txt path into modern RECORD path. + + The legacy format stores paths relative to the info directory, while the + modern format stores paths relative to the package root, e.g. the + site-packages directory. + + :param entry: Path parts of the installed-files.txt entry. + :param info: Path parts of the egg-info directory relative to package root. + :returns: The converted entry. + + For best compatibility with symlinks, this does not use ``abspath()`` or + ``Path.resolve()``, but tries to work with path parts: + + 1. While ``entry`` starts with ``..``, remove the equal amounts of parts + from ``info``; if ``info`` is empty, start appending ``..`` instead. + 2. Join the two directly. + """ + while entry and entry[0] == "..": + if not info or info[-1] == "..": + info += ("..",) + else: + info = info[:-1] + entry = entry[1:] + return str(pathlib.Path(*info, *entry)) + + +class BaseDistribution(Protocol): + def __repr__(self) -> str: + return f"{self.raw_name} {self.version} ({self.location})" + + def __str__(self) -> str: + return f"{self.raw_name} {self.version}" + + @property + def location(self) -> Optional[str]: + """Where the distribution is loaded from. + + A string value is not necessarily a filesystem path, since distributions + can be loaded from other sources, e.g. arbitrary zip archives. ``None`` + means the distribution is created in-memory. + + Do not canonicalize this value with e.g. ``pathlib.Path.resolve()``. If + this is a symbolic link, we want to preserve the relative path between + it and files in the distribution. + """ + raise NotImplementedError() + + @property + def editable_project_location(self) -> Optional[str]: + """The project location for editable distributions. + + This is the directory where pyproject.toml or setup.py is located. + None if the distribution is not installed in editable mode. + """ + # TODO: this property is relatively costly to compute, memoize it ? + direct_url = self.direct_url + if direct_url: + if direct_url.is_local_editable(): + return url_to_path(direct_url.url) + else: + # Search for an .egg-link file by walking sys.path, as it was + # done before by dist_is_editable(). + egg_link_path = egg_link_path_from_sys_path(self.raw_name) + if egg_link_path: + # TODO: get project location from second line of egg_link file + # (https://github.com/pypa/pip/issues/10243) + return self.location + return None + + @property + def installed_location(self) -> Optional[str]: + """The distribution's "installed" location. + + This should generally be a ``site-packages`` directory. This is + usually ``dist.location``, except for legacy develop-installed packages, + where ``dist.location`` is the source code location, and this is where + the ``.egg-link`` file is. + + The returned location is normalized (in particular, with symlinks removed). + """ + egg_link = egg_link_path_from_location(self.raw_name) + if egg_link: + location = egg_link + elif self.location: + location = self.location + else: + return None + return normalize_path(location) + + @property + def info_location(self) -> Optional[str]: + """Location of the .[egg|dist]-info directory or file. + + Similarly to ``location``, a string value is not necessarily a + filesystem path. ``None`` means the distribution is created in-memory. + + For a modern .dist-info installation on disk, this should be something + like ``{location}/{raw_name}-{version}.dist-info``. + + Do not canonicalize this value with e.g. ``pathlib.Path.resolve()``. If + this is a symbolic link, we want to preserve the relative path between + it and other files in the distribution. + """ + raise NotImplementedError() + + @property + def installed_by_distutils(self) -> bool: + """Whether this distribution is installed with legacy distutils format. + + A distribution installed with "raw" distutils not patched by setuptools + uses one single file at ``info_location`` to store metadata. We need to + treat this specially on uninstallation. + """ + info_location = self.info_location + if not info_location: + return False + return pathlib.Path(info_location).is_file() + + @property + def installed_as_egg(self) -> bool: + """Whether this distribution is installed as an egg. + + This usually indicates the distribution was installed by (older versions + of) easy_install. + """ + location = self.location + if not location: + return False + return location.endswith(".egg") + + @property + def installed_with_setuptools_egg_info(self) -> bool: + """Whether this distribution is installed with the ``.egg-info`` format. + + This usually indicates the distribution was installed with setuptools + with an old pip version or with ``single-version-externally-managed``. + + Note that this ensure the metadata store is a directory. distutils can + also installs an ``.egg-info``, but as a file, not a directory. This + property is *False* for that case. Also see ``installed_by_distutils``. + """ + info_location = self.info_location + if not info_location: + return False + if not info_location.endswith(".egg-info"): + return False + return pathlib.Path(info_location).is_dir() + + @property + def installed_with_dist_info(self) -> bool: + """Whether this distribution is installed with the "modern format". + + This indicates a "modern" installation, e.g. storing metadata in the + ``.dist-info`` directory. This applies to installations made by + setuptools (but through pip, not directly), or anything using the + standardized build backend interface (PEP 517). + """ + info_location = self.info_location + if not info_location: + return False + if not info_location.endswith(".dist-info"): + return False + return pathlib.Path(info_location).is_dir() + + @property + def canonical_name(self) -> NormalizedName: + raise NotImplementedError() + + @property + def version(self) -> DistributionVersion: + raise NotImplementedError() + + @property + def setuptools_filename(self) -> str: + """Convert a project name to its setuptools-compatible filename. + + This is a copy of ``pkg_resources.to_filename()`` for compatibility. + """ + return self.raw_name.replace("-", "_") + + @property + def direct_url(self) -> Optional[DirectUrl]: + """Obtain a DirectUrl from this distribution. + + Returns None if the distribution has no `direct_url.json` metadata, + or if `direct_url.json` is invalid. + """ + try: + content = self.read_text(DIRECT_URL_METADATA_NAME) + except FileNotFoundError: + return None + try: + return DirectUrl.from_json(content) + except ( + UnicodeDecodeError, + json.JSONDecodeError, + DirectUrlValidationError, + ) as e: + logger.warning( + "Error parsing %s for %s: %s", + DIRECT_URL_METADATA_NAME, + self.canonical_name, + e, + ) + return None + + @property + def installer(self) -> str: + try: + installer_text = self.read_text("INSTALLER") + except (OSError, ValueError, NoneMetadataError): + return "" # Fail silently if the installer file cannot be read. + for line in installer_text.splitlines(): + cleaned_line = line.strip() + if cleaned_line: + return cleaned_line + return "" + + @property + def editable(self) -> bool: + return bool(self.editable_project_location) + + @property + def local(self) -> bool: + """If distribution is installed in the current virtual environment. + + Always True if we're not in a virtualenv. + """ + if self.installed_location is None: + return False + return is_local(self.installed_location) + + @property + def in_usersite(self) -> bool: + if self.installed_location is None or user_site is None: + return False + return self.installed_location.startswith(normalize_path(user_site)) + + @property + def in_site_packages(self) -> bool: + if self.installed_location is None or site_packages is None: + return False + return self.installed_location.startswith(normalize_path(site_packages)) + + def is_file(self, path: InfoPath) -> bool: + """Check whether an entry in the info directory is a file.""" + raise NotImplementedError() + + def iterdir(self, path: InfoPath) -> Iterator[pathlib.PurePosixPath]: + """Iterate through a directory in the info directory. + + Each item yielded would be a path relative to the info directory. + + :raise FileNotFoundError: If ``name`` does not exist in the directory. + :raise NotADirectoryError: If ``name`` does not point to a directory. + """ + raise NotImplementedError() + + def read_text(self, path: InfoPath) -> str: + """Read a file in the info directory. + + :raise FileNotFoundError: If ``name`` does not exist in the directory. + :raise NoneMetadataError: If ``name`` exists in the info directory, but + cannot be read. + """ + raise NotImplementedError() + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + raise NotImplementedError() + + @property + def metadata(self) -> email.message.Message: + """Metadata of distribution parsed from e.g. METADATA or PKG-INFO. + + This should return an empty message if the metadata file is unavailable. + + :raises NoneMetadataError: If the metadata file is available, but does + not contain valid metadata. + """ + raise NotImplementedError() + + @property + def metadata_version(self) -> Optional[str]: + """Value of "Metadata-Version:" in distribution metadata, if available.""" + return self.metadata.get("Metadata-Version") + + @property + def raw_name(self) -> str: + """Value of "Name:" in distribution metadata.""" + # The metadata should NEVER be missing the Name: key, but if it somehow + # does, fall back to the known canonical name. + return self.metadata.get("Name", self.canonical_name) + + @property + def requires_python(self) -> SpecifierSet: + """Value of "Requires-Python:" in distribution metadata. + + If the key does not exist or contains an invalid value, an empty + SpecifierSet should be returned. + """ + value = self.metadata.get("Requires-Python") + if value is None: + return SpecifierSet() + try: + # Convert to str to satisfy the type checker; this can be a Header object. + spec = SpecifierSet(str(value)) + except InvalidSpecifier as e: + message = "Package %r has an invalid Requires-Python: %s" + logger.warning(message, self.raw_name, e) + return SpecifierSet() + return spec + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + """Dependencies of this distribution. + + For modern .dist-info distributions, this is the collection of + "Requires-Dist:" entries in distribution metadata. + """ + raise NotImplementedError() + + def iter_provided_extras(self) -> Iterable[str]: + """Extras provided by this distribution. + + For modern .dist-info distributions, this is the collection of + "Provides-Extra:" entries in distribution metadata. + """ + raise NotImplementedError() + + def _iter_declared_entries_from_record(self) -> Optional[Iterator[str]]: + try: + text = self.read_text("RECORD") + except FileNotFoundError: + return None + # This extra Path-str cast normalizes entries. + return (str(pathlib.Path(row[0])) for row in csv.reader(text.splitlines())) + + def _iter_declared_entries_from_legacy(self) -> Optional[Iterator[str]]: + try: + text = self.read_text("installed-files.txt") + except FileNotFoundError: + return None + paths = (p for p in text.splitlines(keepends=False) if p) + root = self.location + info = self.info_location + if root is None or info is None: + return paths + try: + info_rel = pathlib.Path(info).relative_to(root) + except ValueError: # info is not relative to root. + return paths + if not info_rel.parts: # info *is* root. + return paths + return ( + _convert_installed_files_path(pathlib.Path(p).parts, info_rel.parts) + for p in paths + ) + + def iter_declared_entries(self) -> Optional[Iterator[str]]: + """Iterate through file entires declared in this distribution. + + For modern .dist-info distributions, this is the files listed in the + ``RECORD`` metadata file. For legacy setuptools distributions, this + comes from ``installed-files.txt``, with entries normalized to be + compatible with the format used by ``RECORD``. + + :return: An iterator for listed entries, or None if the distribution + contains neither ``RECORD`` nor ``installed-files.txt``. + """ + return ( + self._iter_declared_entries_from_record() + or self._iter_declared_entries_from_legacy() + ) + + +class BaseEnvironment: + """An environment containing distributions to introspect.""" + + @classmethod + def default(cls) -> "BaseEnvironment": + raise NotImplementedError() + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> "BaseEnvironment": + raise NotImplementedError() + + def get_distribution(self, name: str) -> Optional["BaseDistribution"]: + """Given a requirement name, return the installed distributions. + + The name may not be normalized. The implementation must canonicalize + it for lookup. + """ + raise NotImplementedError() + + def _iter_distributions(self) -> Iterator["BaseDistribution"]: + """Iterate through installed distributions. + + This function should be implemented by subclass, but never called + directly. Use the public ``iter_distribution()`` instead, which + implements additional logic to make sure the distributions are valid. + """ + raise NotImplementedError() + + def iter_distributions(self) -> Iterator["BaseDistribution"]: + """Iterate through installed distributions.""" + for dist in self._iter_distributions(): + # Make sure the distribution actually comes from a valid Python + # packaging distribution. Pip's AdjacentTempDirectory leaves folders + # e.g. ``~atplotlib.dist-info`` if cleanup was interrupted. The + # valid project name pattern is taken from PEP 508. + project_name_valid = re.match( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", + dist.canonical_name, + flags=re.IGNORECASE, + ) + if not project_name_valid: + logger.warning( + "Ignoring invalid distribution %s (%s)", + dist.canonical_name, + dist.location, + ) + continue + yield dist + + def iter_installed_distributions( + self, + local_only: bool = True, + skip: Container[str] = stdlib_pkgs, + include_editables: bool = True, + editables_only: bool = False, + user_only: bool = False, + ) -> Iterator[BaseDistribution]: + """Return a list of installed distributions. + + :param local_only: If True (default), only return installations + local to the current virtualenv, if in a virtualenv. + :param skip: An iterable of canonicalized project names to ignore; + defaults to ``stdlib_pkgs``. + :param include_editables: If False, don't report editables. + :param editables_only: If True, only report editables. + :param user_only: If True, only report installations in the user + site directory. + """ + it = self.iter_distributions() + if local_only: + it = (d for d in it if d.local) + if not include_editables: + it = (d for d in it if not d.editable) + if editables_only: + it = (d for d in it if d.editable) + if user_only: + it = (d for d in it if d.in_usersite) + return (d for d in it if d.canonical_name not in skip) + + +class Wheel(Protocol): + location: str + + def as_zipfile(self) -> zipfile.ZipFile: + raise NotImplementedError() + + +class FilesystemWheel(Wheel): + def __init__(self, location: str) -> None: + self.location = location + + def as_zipfile(self) -> zipfile.ZipFile: + return zipfile.ZipFile(self.location, allowZip64=True) + + +class MemoryWheel(Wheel): + def __init__(self, location: str, stream: IO[bytes]) -> None: + self.location = location + self.stream = stream + + def as_zipfile(self) -> zipfile.ZipFile: + return zipfile.ZipFile(self.stream, allowZip64=True) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/metadata/pkg_resources.py b/venv/lib/python3.8/site-packages/pip/_internal/metadata/pkg_resources.py new file mode 100644 index 000000000..d39f0ba31 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/metadata/pkg_resources.py @@ -0,0 +1,256 @@ +import email.message +import email.parser +import logging +import os +import pathlib +import zipfile +from typing import Collection, Iterable, Iterator, List, Mapping, NamedTuple, Optional + +from pip._vendor import pkg_resources +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import InvalidWheel, NoneMetadataError, UnsupportedWheel +from pip._internal.utils.misc import display_path +from pip._internal.utils.wheel import parse_wheel, read_wheel_metadata_file + +from .base import ( + BaseDistribution, + BaseEntryPoint, + BaseEnvironment, + DistributionVersion, + InfoPath, + Wheel, +) + +logger = logging.getLogger(__name__) + + +class EntryPoint(NamedTuple): + name: str + value: str + group: str + + +class WheelMetadata: + """IMetadataProvider that reads metadata files from a dictionary. + + This also maps metadata decoding exceptions to our internal exception type. + """ + + def __init__(self, metadata: Mapping[str, bytes], wheel_name: str) -> None: + self._metadata = metadata + self._wheel_name = wheel_name + + def has_metadata(self, name: str) -> bool: + return name in self._metadata + + def get_metadata(self, name: str) -> str: + try: + return self._metadata[name].decode() + except UnicodeDecodeError as e: + # Augment the default error with the origin of the file. + raise UnsupportedWheel( + f"Error decoding metadata for {self._wheel_name}: {e} in {name} file" + ) + + def get_metadata_lines(self, name: str) -> Iterable[str]: + return pkg_resources.yield_lines(self.get_metadata(name)) + + def metadata_isdir(self, name: str) -> bool: + return False + + def metadata_listdir(self, name: str) -> List[str]: + return [] + + def run_script(self, script_name: str, namespace: str) -> None: + pass + + +class Distribution(BaseDistribution): + def __init__(self, dist: pkg_resources.Distribution) -> None: + self._dist = dist + + @classmethod + def from_directory(cls, directory: str) -> "Distribution": + dist_dir = directory.rstrip(os.sep) + + # Build a PathMetadata object, from path to metadata. :wink: + base_dir, dist_dir_name = os.path.split(dist_dir) + metadata = pkg_resources.PathMetadata(base_dir, dist_dir) + + # Determine the correct Distribution object type. + if dist_dir.endswith(".egg-info"): + dist_cls = pkg_resources.Distribution + dist_name = os.path.splitext(dist_dir_name)[0] + else: + assert dist_dir.endswith(".dist-info") + dist_cls = pkg_resources.DistInfoDistribution + dist_name = os.path.splitext(dist_dir_name)[0].split("-")[0] + + dist = dist_cls(base_dir, project_name=dist_name, metadata=metadata) + return cls(dist) + + @classmethod + def from_wheel(cls, wheel: Wheel, name: str) -> "Distribution": + """Load the distribution from a given wheel. + + :raises InvalidWheel: Whenever loading of the wheel causes a + :py:exc:`zipfile.BadZipFile` exception to be thrown. + :raises UnsupportedWheel: If the wheel is a valid zip, but malformed + internally. + """ + try: + with wheel.as_zipfile() as zf: + info_dir, _ = parse_wheel(zf, name) + metadata_text = { + path.split("/", 1)[-1]: read_wheel_metadata_file(zf, path) + for path in zf.namelist() + if path.startswith(f"{info_dir}/") + } + except zipfile.BadZipFile as e: + raise InvalidWheel(wheel.location, name) from e + except UnsupportedWheel as e: + raise UnsupportedWheel(f"{name} has an invalid wheel, {e}") + dist = pkg_resources.DistInfoDistribution( + location=wheel.location, + metadata=WheelMetadata(metadata_text, wheel.location), + project_name=name, + ) + return cls(dist) + + @property + def location(self) -> Optional[str]: + return self._dist.location + + @property + def info_location(self) -> Optional[str]: + return self._dist.egg_info + + @property + def installed_by_distutils(self) -> bool: + # A distutils-installed distribution is provided by FileMetadata. This + # provider has a "path" attribute not present anywhere else. Not the + # best introspection logic, but pip has been doing this for a long time. + try: + return bool(self._dist._provider.path) + except AttributeError: + return False + + @property + def canonical_name(self) -> NormalizedName: + return canonicalize_name(self._dist.project_name) + + @property + def version(self) -> DistributionVersion: + return parse_version(self._dist.version) + + def is_file(self, path: InfoPath) -> bool: + return self._dist.has_metadata(str(path)) + + def iterdir(self, path: InfoPath) -> Iterator[pathlib.PurePosixPath]: + name = str(path) + if not self._dist.has_metadata(name): + raise FileNotFoundError(name) + if not self._dist.isdir(name): + raise NotADirectoryError(name) + for child in self._dist.metadata_listdir(name): + yield pathlib.PurePosixPath(path, child) + + def read_text(self, path: InfoPath) -> str: + name = str(path) + if not self._dist.has_metadata(name): + raise FileNotFoundError(name) + content = self._dist.get_metadata(name) + if content is None: + raise NoneMetadataError(self, name) + return content + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + for group, entries in self._dist.get_entry_map().items(): + for name, entry_point in entries.items(): + name, _, value = str(entry_point).partition("=") + yield EntryPoint(name=name.strip(), value=value.strip(), group=group) + + @property + def metadata(self) -> email.message.Message: + """ + :raises NoneMetadataError: if the distribution reports `has_metadata()` + True but `get_metadata()` returns None. + """ + if isinstance(self._dist, pkg_resources.DistInfoDistribution): + metadata_name = "METADATA" + else: + metadata_name = "PKG-INFO" + try: + metadata = self.read_text(metadata_name) + except FileNotFoundError: + if self.location: + displaying_path = display_path(self.location) + else: + displaying_path = repr(self.location) + logger.warning("No metadata found in %s", displaying_path) + metadata = "" + feed_parser = email.parser.FeedParser() + feed_parser.feed(metadata) + return feed_parser.close() + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + if extras: # pkg_resources raises on invalid extras, so we sanitize. + extras = frozenset(extras).intersection(self._dist.extras) + return self._dist.requires(extras) + + def iter_provided_extras(self) -> Iterable[str]: + return self._dist.extras + + +class Environment(BaseEnvironment): + def __init__(self, ws: pkg_resources.WorkingSet) -> None: + self._ws = ws + + @classmethod + def default(cls) -> BaseEnvironment: + return cls(pkg_resources.working_set) + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: + return cls(pkg_resources.WorkingSet(paths)) + + def _search_distribution(self, name: str) -> Optional[BaseDistribution]: + """Find a distribution matching the ``name`` in the environment. + + This searches from *all* distributions available in the environment, to + match the behavior of ``pkg_resources.get_distribution()``. + """ + canonical_name = canonicalize_name(name) + for dist in self.iter_distributions(): + if dist.canonical_name == canonical_name: + return dist + return None + + def get_distribution(self, name: str) -> Optional[BaseDistribution]: + # Search the distribution by looking through the working set. + dist = self._search_distribution(name) + if dist: + return dist + + # If distribution could not be found, call working_set.require to + # update the working set, and try to find the distribution again. + # This might happen for e.g. when you install a package twice, once + # using setup.py develop and again using setup.py install. Now when + # running pip uninstall twice, the package gets removed from the + # working set in the first uninstall, so we have to populate the + # working set again so that pip knows about it and the packages gets + # picked up and is successfully uninstalled the second time too. + try: + # We didn't pass in any version specifiers, so this can never + # raise pkg_resources.VersionConflict. + self._ws.require(name) + except pkg_resources.DistributionNotFound: + return None + return self._search_distribution(name) + + def _iter_distributions(self) -> Iterator[BaseDistribution]: + for dist in self._ws: + yield Distribution(dist) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/models/__init__.py b/venv/lib/python3.8/site-packages/pip/_internal/models/__init__.py new file mode 100644 index 000000000..7855226e4 --- /dev/null +++ b/venv/lib/python3.8/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.8/site-packages/pip/_internal/models/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5b25e546ed25db563d0da040feb71b6dfbe1b46f GIT binary patch literal 260 zcmYjMF>b>!43x7pFpxiJ^ajmg`9d z)|})RCfK9j!$9qAWZol;96ecA~I$!RtMVho}0T)W92&knYL69K`f_f;5G#(P9gBF50@@&OCNhNtk z?OY}s$kcz3p&k8~ICSaMzfd4W-qY!vYw9kgz^9KQANjqH@9Ft?JS5P5JiB-Bdq~J1 zIM{3q29KcI`(PxIRFgR^1By7%;hdGM!=aAmaT!zc9g$2%XGBISJ`Kx6#?MHW{0ZJ9 zqdsbdu?hhDp{ftzeeJP2{#IBecbhrPsVCLXRXxSkn=R@G_9*~GN-9YiNLq$6kfCJz zVaZekPb?!Dzh!U8jLJj~&PHXTBDwXJ%Ave+#>zoI8p$z?w%!m%$|3NZ`0L--)(NeJ ztD1UO)UuMosgt`;Rcn-0wX>;6+r|N^gidcw*Gq1tv&N*=hIj5+E#}H6N6J{(%`*+L z?q$rxz}_Ti24H+_lv|j3iW;vQV(f4i#NGq5q)Wnyqs!nFQLqfbhK`+*m(h~EB+vus z;Vg8qq`!1G0}%y#S>VG%b?hfn&8oVp_xV%{YqO-I;m6%g@SfuatH>@|W&D71@N%3R z6hC90S*2$mg>X*&7GLel`8oM(Rva{QRY*}6?Xf#(>Yet^&dezFqEb7~i0Pp+#gVFy z3SGVEm)yzk7q)V0r-f;;uWZp)Z2^ZnWon^|c_Wp!#f9K`du%2^X@m+PAT*{!8V50* z(BSWruP?pHd>u|k%@+7fDSGw|F-Exy-ChGD>8~g(2)+{cx3H7+Bzth_=C@znG_Su& zKiKTyIrA|j#$336NoGEQ6U@~M^BEwN+d!&u{yB_nSCf>jo_GHp(#qxk#c~trrWdlN zxBFB`U%gI+1DhF?!XTlK*(RJ@2V}P|A-jF4M4*4?kzK)1u|7EWL(buL7aH-1^Pd(% z_cL&SY^LxT(#z_`S%4vIV6ZN_>o;E@x&g+I`xKlitwF{Q%6^JVP~I+wvG6)&2b2ZF z;Kp#0bl>-~LAeb%mqRhsvN8E85usx8b#(-|2PT~VvRk-L&U}@eITmr g?N=GB>+Zx2iXGWi20U14@es4o;;&*9jOZwQ58D@NqyPW_ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bc6dfa15a1b449316ed646f2258c6d8eb3313eae GIT binary patch literal 7268 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/index.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/index.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c0587d91b5b6d61dbb6548d9a22df3df419c15f8 GIT binary patch literal 1236 zcmZ`%J&zkV5GA=ETFI+}9p|n{nr*j`7Kni$2!bGR3fs-$V8Z`p#Yv6|eaWjsV5yca4})4Q-7y=5UQ6a4MOrx#WI zTXh95It71hpS}cbz(VJ2R%QF6Y&grRPG#Ek*Np<3L1h~-Syk6yZRYw6I;Hyt^L(%| zt&cl!ZD0F|ZPvO4NwGxV=w?8V7Y)X&>ka-aRlly9?mQ1nfVG(s8Xp^Q8`ISkIV{45 zZJ(m!*c*1wKQPX2`7M*e1*`Bry5%4EDn=jo{YasQI2o`Q@c33>WTF@f5S;sXN708w zFMr@8yU}2LB4yJxPRfCmkFkQbx%82)j0K;dYjxW=Lk;&+DoZYUBX#ALhMHw!GE__+ z_|QVT_*~vc?#EKrZDp;LAKBlR#j;;Rp{lOXH*VQ?GyPqd2cZF>n%=E5-w$P0(kh25RRc*2E6|}Z!sIPNC(N&~M$#g?>4cqmT9S!yV{eYA8=+wTkP zif-n;xhl42G~E_8r%o<=>p;;#&WCB(o*gnASckU`Xg7c_!F82|tP literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/link.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/models/__pycache__/link.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6243d4dfde2378b390475abbeda63d1a062a69ea GIT binary patch literal 10307 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 MyTyC_ChNK10SVO6;K+28;%2@_w9i?m6f8J4e52 zHtQO$M@JtH{?^pAf6zzqGVpN|cl>iaxYp4)1axw~v2IcYSY}KIpbAc!^jzoG%jnR z$?I5khBq*_Fc~{58lu_L)ok;*!58>h%r1&^YR7rCW09Z3*c;q{6VIn5W%Q`=(}Dv> zfBtlNi8*=V)u*5q1VRuh{$p3m1G^WT2D@`UC$)M&J? zHsrhAO>ZVD^4&yzO+`JnpAG!+W1GXrD_+nGTi?6e($gx1mP|^^QY1Sv=<4ueeo>Z@ zgXw?#1sol#`+7B>&Fc4hs%$3jFr_` zX>P2d#>&UEr>fp7n6L4w8mX(1T4Cgj8mSjX8h_M!OogfnyXv>JLz30xO@v@!^qc9? zSEcL4$k~(fX_W#Ls3gukVR^CTWvOTNLYaeLDsJ>0S`mZ^W>kU}VoaX2Q&TyVIbX4r z)IgBZl8RtjQXxy3of?Q%YEqQC3~tRY@^uyW8@S_Zcnq|$_GI}0=i1V4X;0ohfH$`o z-WCrG^8HvJ8;8bU%2*0>4}v@y4|Njws%Fa+xET9$&%~#jdtuMVkN?~ z+ZS;=@}jom1%Ptk`t4!Jg&(&SdDzi@T3d@n(hY~v`ZArYfk&C?IBIr}zN_G3JCNWd zj$^O+Vb}HJb$hz+ZfhZJDtQjY$&n&04dK0kEJK(ir=_L740ocmA_b1#6_OY-;D2FmP)YkeU5PK0wjKoncn+WjeT6W^T zNF4YML4#RY5Xsm=tn=-lrE+Gy{60xno>qEh$}XNF?kcHP6sC{9{T~%Wi%AA#{x7l~ zy-!*15z%22La zcY5IDlbxMeqUgfPmdt6S4rbm(_H_O=xKLtTrzErR09-B|sIvF8EJ4jL0G#6jaAXUM z0G*Ob2>C9)UNT9sjjm*=JFyD1hE40b<_kcq zfSO!r4wP4-57o#X^pU58cN#2OSi}^%)NhU@YbORlsx(!QD@rY%+#0%3gq2qb&wv*} zULseOUp#7!F*pn*iesL?h0J|8pzb1uGNd)~UsWo_&lyH%p{CgwmD%dL)V$qou5 z None: + self.name = name + self.version = parse_version(version) + self.link = link + + super().__init__( + key=(self.name, self.version, self.link), + defining_class=InstallationCandidate, + ) + + def __repr__(self) -> str: + return "".format( + self.name, + self.version, + self.link, + ) + + def __str__(self) -> str: + return "{!r} candidate (version {} at {})".format( + self.name, + self.version, + self.link, + ) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/models/direct_url.py b/venv/lib/python3.8/site-packages/pip/_internal/models/direct_url.py new file mode 100644 index 000000000..92060d45d --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/models/direct_url.py @@ -0,0 +1,220 @@ +""" PEP 610 """ +import json +import re +import urllib.parse +from typing import Any, Dict, Iterable, Optional, Type, TypeVar, Union + +__all__ = [ + "DirectUrl", + "DirectUrlValidationError", + "DirInfo", + "ArchiveInfo", + "VcsInfo", +] + +T = TypeVar("T") + +DIRECT_URL_METADATA_NAME = "direct_url.json" +ENV_VAR_RE = re.compile(r"^\$\{[A-Za-z0-9-_]+\}(:\$\{[A-Za-z0-9-_]+\})?$") + + +class DirectUrlValidationError(Exception): + pass + + +def _get( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> Optional[T]: + """Get value from dictionary and verify expected type.""" + if key not in d: + return default + value = d[key] + if not isinstance(value, expected_type): + raise DirectUrlValidationError( + "{!r} has unexpected type for {} (expected {})".format( + value, key, expected_type + ) + ) + return value + + +def _get_required( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> T: + value = _get(d, expected_type, key, default) + if value is None: + raise DirectUrlValidationError(f"{key} must have a value") + return value + + +def _exactly_one_of(infos: Iterable[Optional["InfoType"]]) -> "InfoType": + infos = [info for info in infos if info is not None] + if not infos: + raise DirectUrlValidationError( + "missing one of archive_info, dir_info, vcs_info" + ) + if len(infos) > 1: + raise DirectUrlValidationError( + "more than one of archive_info, dir_info, vcs_info" + ) + assert infos[0] is not None + return infos[0] + + +def _filter_none(**kwargs: Any) -> Dict[str, Any]: + """Make dict excluding None values.""" + return {k: v for k, v in kwargs.items() if v is not None} + + +class VcsInfo: + name = "vcs_info" + + def __init__( + self, + vcs: str, + commit_id: str, + requested_revision: Optional[str] = None, + resolved_revision: Optional[str] = None, + resolved_revision_type: Optional[str] = None, + ) -> None: + self.vcs = vcs + self.requested_revision = requested_revision + self.commit_id = commit_id + self.resolved_revision = resolved_revision + self.resolved_revision_type = resolved_revision_type + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["VcsInfo"]: + if d is None: + return None + return cls( + vcs=_get_required(d, str, "vcs"), + commit_id=_get_required(d, str, "commit_id"), + requested_revision=_get(d, str, "requested_revision"), + resolved_revision=_get(d, str, "resolved_revision"), + resolved_revision_type=_get(d, str, "resolved_revision_type"), + ) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none( + vcs=self.vcs, + requested_revision=self.requested_revision, + commit_id=self.commit_id, + resolved_revision=self.resolved_revision, + resolved_revision_type=self.resolved_revision_type, + ) + + +class ArchiveInfo: + name = "archive_info" + + def __init__( + self, + hash: Optional[str] = None, + ) -> None: + self.hash = hash + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["ArchiveInfo"]: + if d is None: + return None + return cls(hash=_get(d, str, "hash")) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none(hash=self.hash) + + +class DirInfo: + name = "dir_info" + + def __init__( + self, + editable: bool = False, + ) -> None: + self.editable = editable + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["DirInfo"]: + if d is None: + return None + return cls(editable=_get_required(d, bool, "editable", default=False)) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none(editable=self.editable or None) + + +InfoType = Union[ArchiveInfo, DirInfo, VcsInfo] + + +class DirectUrl: + def __init__( + self, + url: str, + info: InfoType, + subdirectory: Optional[str] = None, + ) -> None: + self.url = url + self.info = info + self.subdirectory = subdirectory + + def _remove_auth_from_netloc(self, netloc: str) -> str: + if "@" not in netloc: + return netloc + user_pass, netloc_no_user_pass = netloc.split("@", 1) + if ( + isinstance(self.info, VcsInfo) + and self.info.vcs == "git" + and user_pass == "git" + ): + return netloc + if ENV_VAR_RE.match(user_pass): + return netloc + return netloc_no_user_pass + + @property + def redacted_url(self) -> str: + """url with user:password part removed unless it is formed with + environment variables as specified in PEP 610, or it is ``git`` + in the case of a git URL. + """ + purl = urllib.parse.urlsplit(self.url) + netloc = self._remove_auth_from_netloc(purl.netloc) + surl = urllib.parse.urlunsplit( + (purl.scheme, netloc, purl.path, purl.query, purl.fragment) + ) + return surl + + def validate(self) -> None: + self.from_dict(self.to_dict()) + + @classmethod + def from_dict(cls, d: Dict[str, Any]) -> "DirectUrl": + return DirectUrl( + url=_get_required(d, str, "url"), + subdirectory=_get(d, str, "subdirectory"), + info=_exactly_one_of( + [ + ArchiveInfo._from_dict(_get(d, dict, "archive_info")), + DirInfo._from_dict(_get(d, dict, "dir_info")), + VcsInfo._from_dict(_get(d, dict, "vcs_info")), + ] + ), + ) + + def to_dict(self) -> Dict[str, Any]: + res = _filter_none( + url=self.redacted_url, + subdirectory=self.subdirectory, + ) + res[self.info.name] = self.info._to_dict() + return res + + @classmethod + def from_json(cls, s: str) -> "DirectUrl": + return cls.from_dict(json.loads(s)) + + def to_json(self) -> str: + return json.dumps(self.to_dict(), sort_keys=True) + + def is_local_editable(self) -> bool: + return isinstance(self.info, DirInfo) and self.info.editable diff --git a/venv/lib/python3.8/site-packages/pip/_internal/models/format_control.py b/venv/lib/python3.8/site-packages/pip/_internal/models/format_control.py new file mode 100644 index 000000000..db3995eac --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/models/format_control.py @@ -0,0 +1,80 @@ +from typing import FrozenSet, Optional, Set + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import CommandError + + +class FormatControl: + """Helper for managing formats from which a package can be installed.""" + + __slots__ = ["no_binary", "only_binary"] + + def __init__( + self, + no_binary: Optional[Set[str]] = None, + only_binary: Optional[Set[str]] = None, + ) -> None: + if no_binary is None: + no_binary = set() + if only_binary is None: + only_binary = set() + + self.no_binary = no_binary + self.only_binary = only_binary + + def __eq__(self, other: object) -> bool: + if not isinstance(other, self.__class__): + return NotImplemented + + if self.__slots__ != other.__slots__: + return False + + return all(getattr(self, k) == getattr(other, k) for k in self.__slots__) + + def __repr__(self) -> str: + return "{}({}, {})".format( + self.__class__.__name__, self.no_binary, self.only_binary + ) + + @staticmethod + def handle_mutual_excludes(value: str, target: Set[str], other: Set[str]) -> None: + if value.startswith("-"): + raise CommandError( + "--no-binary / --only-binary option requires 1 argument." + ) + new = value.split(",") + while ":all:" in new: + other.clear() + target.clear() + target.add(":all:") + del new[: new.index(":all:") + 1] + # Without a none, we want to discard everything as :all: covers it + if ":none:" not in new: + return + for name in new: + if name == ":none:": + target.clear() + continue + name = canonicalize_name(name) + other.discard(name) + target.add(name) + + def get_allowed_formats(self, canonical_name: str) -> FrozenSet[str]: + result = {"binary", "source"} + if canonical_name in self.only_binary: + result.discard("source") + elif canonical_name in self.no_binary: + result.discard("binary") + elif ":all:" in self.only_binary: + result.discard("source") + elif ":all:" in self.no_binary: + result.discard("binary") + return frozenset(result) + + def disallow_binaries(self) -> None: + self.handle_mutual_excludes( + ":all:", + self.no_binary, + self.only_binary, + ) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/models/index.py b/venv/lib/python3.8/site-packages/pip/_internal/models/index.py new file mode 100644 index 000000000..b94c32511 --- /dev/null +++ b/venv/lib/python3.8/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.8/site-packages/pip/_internal/models/link.py b/venv/lib/python3.8/site-packages/pip/_internal/models/link.py new file mode 100644 index 000000000..6069b278b --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/models/link.py @@ -0,0 +1,288 @@ +import functools +import logging +import os +import posixpath +import re +import urllib.parse +from typing import TYPE_CHECKING, Dict, List, NamedTuple, Optional, Tuple, Union + +from pip._internal.utils.filetypes import WHEEL_EXTENSION +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + redact_auth_from_url, + split_auth_from_netloc, + splitext, +) +from pip._internal.utils.models import KeyBasedCompareMixin +from pip._internal.utils.urls import path_to_url, url_to_path + +if TYPE_CHECKING: + from pip._internal.index.collector import HTMLPage + +logger = logging.getLogger(__name__) + + +_SUPPORTED_HASHES = ("sha1", "sha224", "sha384", "sha256", "sha512", "md5") + + +class Link(KeyBasedCompareMixin): + """Represents a parsed link from a Package Index's simple URL""" + + __slots__ = [ + "_parsed_url", + "_url", + "comes_from", + "requires_python", + "yanked_reason", + "cache_link_parsing", + ] + + def __init__( + self, + url: str, + comes_from: Optional[Union[str, "HTMLPage"]] = None, + requires_python: Optional[str] = None, + yanked_reason: Optional[str] = None, + cache_link_parsing: bool = True, + ) -> None: + """ + :param url: url of the resource pointed to (href of the link) + :param comes_from: instance of HTMLPage where the link was found, + or string. + :param requires_python: String containing the `Requires-Python` + metadata field, specified in PEP 345. This may be specified by + a data-requires-python attribute in the HTML link tag, as + described in PEP 503. + :param yanked_reason: the reason the file has been yanked, if the + file has been yanked, or None if the file hasn't been yanked. + This is the value of the "data-yanked" attribute, if present, in + a simple repository HTML link. If the file has been yanked but + no reason was provided, this should be the empty string. See + PEP 592 for more information and the specification. + :param cache_link_parsing: A flag that is used elsewhere to determine + whether resources retrieved from this link + should be cached. PyPI index urls should + generally have this set to False, for + example. + """ + + # url can be a UNC windows share + if url.startswith("\\\\"): + url = path_to_url(url) + + self._parsed_url = urllib.parse.urlsplit(url) + # Store the url as a private attribute to prevent accidentally + # trying to set a new value. + self._url = url + + self.comes_from = comes_from + self.requires_python = requires_python if requires_python else None + self.yanked_reason = yanked_reason + + super().__init__(key=url, defining_class=Link) + + self.cache_link_parsing = cache_link_parsing + + def __str__(self) -> str: + if self.requires_python: + rp = f" (requires-python:{self.requires_python})" + else: + rp = "" + if self.comes_from: + return "{} (from {}){}".format( + redact_auth_from_url(self._url), self.comes_from, rp + ) + else: + return redact_auth_from_url(str(self._url)) + + def __repr__(self) -> str: + return f"" + + @property + def url(self) -> str: + return self._url + + @property + def filename(self) -> str: + path = self.path.rstrip("/") + name = posixpath.basename(path) + if not name: + # Make sure we don't leak auth information if the netloc + # includes a username and password. + netloc, user_pass = split_auth_from_netloc(self.netloc) + return netloc + + name = urllib.parse.unquote(name) + assert name, f"URL {self._url!r} produced no filename" + return name + + @property + def file_path(self) -> str: + return url_to_path(self.url) + + @property + def scheme(self) -> str: + return self._parsed_url.scheme + + @property + def netloc(self) -> str: + """ + This can contain auth information. + """ + return self._parsed_url.netloc + + @property + def path(self) -> str: + return urllib.parse.unquote(self._parsed_url.path) + + def splitext(self) -> Tuple[str, str]: + return splitext(posixpath.basename(self.path.rstrip("/"))) + + @property + def ext(self) -> str: + return self.splitext()[1] + + @property + def url_without_fragment(self) -> str: + scheme, netloc, path, query, fragment = self._parsed_url + return urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + + _egg_fragment_re = re.compile(r"[#&]egg=([^&]*)") + + @property + def egg_fragment(self) -> Optional[str]: + match = self._egg_fragment_re.search(self._url) + if not match: + return None + return match.group(1) + + _subdirectory_fragment_re = re.compile(r"[#&]subdirectory=([^&]*)") + + @property + def subdirectory_fragment(self) -> Optional[str]: + match = self._subdirectory_fragment_re.search(self._url) + if not match: + return None + return match.group(1) + + _hash_re = re.compile( + r"({choices})=([a-f0-9]+)".format(choices="|".join(_SUPPORTED_HASHES)) + ) + + @property + def hash(self) -> Optional[str]: + match = self._hash_re.search(self._url) + if match: + return match.group(2) + return None + + @property + def hash_name(self) -> Optional[str]: + match = self._hash_re.search(self._url) + if match: + return match.group(1) + return None + + @property + def show_url(self) -> str: + return posixpath.basename(self._url.split("#", 1)[0].split("?", 1)[0]) + + @property + def is_file(self) -> bool: + return self.scheme == "file" + + def is_existing_dir(self) -> bool: + return self.is_file and os.path.isdir(self.file_path) + + @property + def is_wheel(self) -> bool: + return self.ext == WHEEL_EXTENSION + + @property + def is_vcs(self) -> bool: + from pip._internal.vcs import vcs + + return self.scheme in vcs.all_schemes + + @property + def is_yanked(self) -> bool: + return self.yanked_reason is not None + + @property + def has_hash(self) -> bool: + return self.hash_name is not None + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the link has a hash and it is allowed. + """ + if hashes is None or not self.has_hash: + return False + # Assert non-None so mypy knows self.hash_name and self.hash are str. + assert self.hash_name is not None + assert self.hash is not None + + return hashes.is_hash_allowed(self.hash_name, hex_digest=self.hash) + + +class _CleanResult(NamedTuple): + """Convert link for equivalency check. + + This is used in the resolver to check whether two URL-specified requirements + likely point to the same distribution and can be considered equivalent. This + equivalency logic avoids comparing URLs literally, which can be too strict + (e.g. "a=1&b=2" vs "b=2&a=1") and produce conflicts unexpecting to users. + + Currently this does three things: + + 1. Drop the basic auth part. This is technically wrong since a server can + serve different content based on auth, but if it does that, it is even + impossible to guarantee two URLs without auth are equivalent, since + the user can input different auth information when prompted. So the + practical solution is to assume the auth doesn't affect the response. + 2. Parse the query to avoid the ordering issue. Note that ordering under the + same key in the query are NOT cleaned; i.e. "a=1&a=2" and "a=2&a=1" are + still considered different. + 3. Explicitly drop most of the fragment part, except ``subdirectory=`` and + hash values, since it should have no impact the downloaded content. Note + that this drops the "egg=" part historically used to denote the requested + project (and extras), which is wrong in the strictest sense, but too many + people are supplying it inconsistently to cause superfluous resolution + conflicts, so we choose to also ignore them. + """ + + parsed: urllib.parse.SplitResult + query: Dict[str, List[str]] + subdirectory: str + hashes: Dict[str, str] + + +def _clean_link(link: Link) -> _CleanResult: + parsed = link._parsed_url + netloc = parsed.netloc.rsplit("@", 1)[-1] + # According to RFC 8089, an empty host in file: means localhost. + if parsed.scheme == "file" and not netloc: + netloc = "localhost" + fragment = urllib.parse.parse_qs(parsed.fragment) + if "egg" in fragment: + logger.debug("Ignoring egg= fragment in %s", link) + try: + # If there are multiple subdirectory values, use the first one. + # This matches the behavior of Link.subdirectory_fragment. + subdirectory = fragment["subdirectory"][0] + except (IndexError, KeyError): + subdirectory = "" + # If there are multiple hash values under the same algorithm, use the + # first one. This matches the behavior of Link.hash_value. + hashes = {k: fragment[k][0] for k in _SUPPORTED_HASHES if k in fragment} + return _CleanResult( + parsed=parsed._replace(netloc=netloc, query="", fragment=""), + query=urllib.parse.parse_qs(parsed.query), + subdirectory=subdirectory, + hashes=hashes, + ) + + +@functools.lru_cache(maxsize=None) +def links_equivalent(link1: Link, link2: Link) -> bool: + return _clean_link(link1) == _clean_link(link2) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/models/scheme.py b/venv/lib/python3.8/site-packages/pip/_internal/models/scheme.py new file mode 100644 index 000000000..f51190ac6 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/models/scheme.py @@ -0,0 +1,31 @@ +""" +For types associated with installation schemes. + +For a general overview of available schemes and their context, see +https://docs.python.org/3/install/index.html#alternate-installation. +""" + + +SCHEME_KEYS = ["platlib", "purelib", "headers", "scripts", "data"] + + +class Scheme: + """A Scheme holds paths which are used as the base directories for + artifacts associated with a Python package. + """ + + __slots__ = SCHEME_KEYS + + def __init__( + self, + platlib: str, + purelib: str, + headers: str, + scripts: str, + data: str, + ) -> None: + self.platlib = platlib + self.purelib = purelib + self.headers = headers + self.scripts = scripts + self.data = data diff --git a/venv/lib/python3.8/site-packages/pip/_internal/models/search_scope.py b/venv/lib/python3.8/site-packages/pip/_internal/models/search_scope.py new file mode 100644 index 000000000..e4e54c2f4 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/models/search_scope.py @@ -0,0 +1,129 @@ +import itertools +import logging +import os +import posixpath +import urllib.parse +from typing import List + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.models.index import PyPI +from pip._internal.utils.compat import has_tls +from pip._internal.utils.misc import normalize_path, redact_auth_from_url + +logger = logging.getLogger(__name__) + + +class SearchScope: + + """ + Encapsulates the locations that pip is configured to search. + """ + + __slots__ = ["find_links", "index_urls"] + + @classmethod + def create( + cls, + find_links: List[str], + index_urls: List[str], + ) -> "SearchScope": + """ + Create a SearchScope object after normalizing the `find_links`. + """ + # Build find_links. If an argument starts with ~, it may be + # a local file relative to a home directory. So try normalizing + # it and if it exists, use the normalized version. + # This is deliberately conservative - it might be fine just to + # blindly normalize anything starting with a ~... + built_find_links: List[str] = [] + for link in find_links: + if link.startswith("~"): + new_link = normalize_path(link) + if os.path.exists(new_link): + link = new_link + built_find_links.append(link) + + # If we don't have TLS enabled, then WARN if anyplace we're looking + # relies on TLS. + if not has_tls(): + for link in itertools.chain(index_urls, built_find_links): + parsed = urllib.parse.urlparse(link) + if parsed.scheme == "https": + logger.warning( + "pip is configured with locations that require " + "TLS/SSL, however the ssl module in Python is not " + "available." + ) + break + + return cls( + find_links=built_find_links, + index_urls=index_urls, + ) + + def __init__( + self, + find_links: List[str], + index_urls: List[str], + ) -> None: + self.find_links = find_links + self.index_urls = index_urls + + def get_formatted_locations(self) -> str: + lines = [] + redacted_index_urls = [] + if self.index_urls and self.index_urls != [PyPI.simple_url]: + for url in self.index_urls: + + redacted_index_url = redact_auth_from_url(url) + + # Parse the URL + purl = urllib.parse.urlsplit(redacted_index_url) + + # URL is generally invalid if scheme and netloc is missing + # there are issues with Python and URL parsing, so this test + # is a bit crude. See bpo-20271, bpo-23505. Python doesn't + # always parse invalid URLs correctly - it should raise + # exceptions for malformed URLs + if not purl.scheme and not purl.netloc: + logger.warning( + 'The index url "%s" seems invalid, please provide a scheme.', + redacted_index_url, + ) + + redacted_index_urls.append(redacted_index_url) + + lines.append( + "Looking in indexes: {}".format(", ".join(redacted_index_urls)) + ) + + if self.find_links: + lines.append( + "Looking in links: {}".format( + ", ".join(redact_auth_from_url(url) for url in self.find_links) + ) + ) + return "\n".join(lines) + + def get_index_urls_locations(self, project_name: str) -> List[str]: + """Returns the locations found via self.index_urls + + Checks the url_name on the main (first in the list) index and + use this url_name to produce all locations + """ + + def mkurl_pypi_url(url: str) -> str: + loc = posixpath.join( + url, urllib.parse.quote(canonicalize_name(project_name)) + ) + # For maximum compatibility with easy_install, ensure the path + # ends in a trailing slash. Although this isn't in the spec + # (and PyPI can handle it without the slash) some other index + # implementations might break if they relied on easy_install's + # behavior. + if not loc.endswith("/"): + loc = loc + "/" + return loc + + return [mkurl_pypi_url(url) for url in self.index_urls] diff --git a/venv/lib/python3.8/site-packages/pip/_internal/models/selection_prefs.py b/venv/lib/python3.8/site-packages/pip/_internal/models/selection_prefs.py new file mode 100644 index 000000000..977bc4caa --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/models/selection_prefs.py @@ -0,0 +1,51 @@ +from typing import Optional + +from pip._internal.models.format_control import FormatControl + + +class SelectionPreferences: + """ + Encapsulates the candidate selection preferences for downloading + and installing files. + """ + + __slots__ = [ + "allow_yanked", + "allow_all_prereleases", + "format_control", + "prefer_binary", + "ignore_requires_python", + ] + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + def __init__( + self, + allow_yanked: bool, + allow_all_prereleases: bool = False, + format_control: Optional[FormatControl] = None, + prefer_binary: bool = False, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """Create a SelectionPreferences object. + + :param allow_yanked: Whether files marked as yanked (in the sense + of PEP 592) are permitted to be candidates for install. + :param format_control: A FormatControl object or None. Used to control + the selection of source packages / binary packages when consulting + the index and links. + :param prefer_binary: Whether to prefer an old, but valid, binary + dist over a new source dist. + :param ignore_requires_python: Whether to ignore incompatible + "Requires-Python" values in links. Defaults to False. + """ + if ignore_requires_python is None: + ignore_requires_python = False + + self.allow_yanked = allow_yanked + self.allow_all_prereleases = allow_all_prereleases + self.format_control = format_control + self.prefer_binary = prefer_binary + self.ignore_requires_python = ignore_requires_python diff --git a/venv/lib/python3.8/site-packages/pip/_internal/models/target_python.py b/venv/lib/python3.8/site-packages/pip/_internal/models/target_python.py new file mode 100644 index 000000000..744bd7ef5 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/models/target_python.py @@ -0,0 +1,110 @@ +import sys +from typing import List, Optional, Tuple + +from pip._vendor.packaging.tags import Tag + +from pip._internal.utils.compatibility_tags import get_supported, version_info_to_nodot +from pip._internal.utils.misc import normalize_version_info + + +class TargetPython: + + """ + Encapsulates the properties of a Python interpreter one is targeting + for a package install, download, etc. + """ + + __slots__ = [ + "_given_py_version_info", + "abis", + "implementation", + "platforms", + "py_version", + "py_version_info", + "_valid_tags", + ] + + def __init__( + self, + platforms: Optional[List[str]] = None, + py_version_info: Optional[Tuple[int, ...]] = None, + abis: Optional[List[str]] = None, + implementation: Optional[str] = None, + ) -> None: + """ + :param platforms: A list of strings or None. If None, searches for + packages that are supported by the current system. Otherwise, will + find packages that can be built on the platforms passed in. These + packages will only be downloaded for distribution: they will + not be built locally. + :param py_version_info: An optional tuple of ints representing the + Python version information to use (e.g. `sys.version_info[:3]`). + This can have length 1, 2, or 3 when provided. + :param abis: A list of strings or None. This is passed to + compatibility_tags.py's get_supported() function as is. + :param implementation: A string or None. This is passed to + compatibility_tags.py's get_supported() function as is. + """ + # Store the given py_version_info for when we call get_supported(). + self._given_py_version_info = py_version_info + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + py_version = ".".join(map(str, py_version_info[:2])) + + self.abis = abis + self.implementation = implementation + self.platforms = platforms + self.py_version = py_version + self.py_version_info = py_version_info + + # This is used to cache the return value of get_tags(). + self._valid_tags: Optional[List[Tag]] = None + + def format_given(self) -> str: + """ + Format the given, non-None attributes for display. + """ + display_version = None + if self._given_py_version_info is not None: + display_version = ".".join( + str(part) for part in self._given_py_version_info + ) + + key_values = [ + ("platforms", self.platforms), + ("version_info", display_version), + ("abis", self.abis), + ("implementation", self.implementation), + ] + return " ".join( + f"{key}={value!r}" for key, value in key_values if value is not None + ) + + def get_tags(self) -> List[Tag]: + """ + Return the supported PEP 425 tags to check wheel candidates against. + + The tags are returned in order of preference (most preferred first). + """ + if self._valid_tags is None: + # Pass versions=None if no py_version_info was given since + # versions=None uses special default logic. + py_version_info = self._given_py_version_info + if py_version_info is None: + version = None + else: + version = version_info_to_nodot(py_version_info) + + tags = get_supported( + version=version, + platforms=self.platforms, + abis=self.abis, + impl=self.implementation, + ) + self._valid_tags = tags + + return self._valid_tags diff --git a/venv/lib/python3.8/site-packages/pip/_internal/models/wheel.py b/venv/lib/python3.8/site-packages/pip/_internal/models/wheel.py new file mode 100644 index 000000000..e09161227 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/models/wheel.py @@ -0,0 +1,89 @@ +"""Represents a wheel file and provides access to the various parts of the +name that have meaning. +""" +import re +from typing import Dict, Iterable, List + +from pip._vendor.packaging.tags import Tag + +from pip._internal.exceptions import InvalidWheelFilename + + +class Wheel: + """A wheel file""" + + wheel_file_re = re.compile( + r"""^(?P(?P.+?)-(?P.*?)) + ((-(?P\d[^-]*?))?-(?P.+?)-(?P.+?)-(?P.+?) + \.whl|\.dist-info)$""", + re.VERBOSE, + ) + + def __init__(self, filename: str) -> None: + """ + :raises InvalidWheelFilename: when the filename is invalid for a wheel + """ + wheel_info = self.wheel_file_re.match(filename) + if not wheel_info: + raise InvalidWheelFilename(f"{filename} is not a valid wheel filename.") + self.filename = filename + self.name = wheel_info.group("name").replace("_", "-") + # we'll assume "_" means "-" due to wheel naming scheme + # (https://github.com/pypa/pip/issues/1150) + self.version = wheel_info.group("ver").replace("_", "-") + self.build_tag = wheel_info.group("build") + self.pyversions = wheel_info.group("pyver").split(".") + self.abis = wheel_info.group("abi").split(".") + self.plats = wheel_info.group("plat").split(".") + + # All the tag combinations from this file + self.file_tags = { + Tag(x, y, z) for x in self.pyversions for y in self.abis for z in self.plats + } + + def get_formatted_file_tags(self) -> List[str]: + """Return the wheel's tags as a sorted list of strings.""" + return sorted(str(tag) for tag in self.file_tags) + + def support_index_min(self, tags: List[Tag]) -> int: + """Return the lowest index that one of the wheel's file_tag combinations + achieves in the given list of supported tags. + + For example, if there are 8 supported tags and one of the file tags + is first in the list, then return 0. + + :param tags: the PEP 425 tags to check the wheel against, in order + with most preferred first. + + :raises ValueError: If none of the wheel's file tags match one of + the supported tags. + """ + return min(tags.index(tag) for tag in self.file_tags if tag in tags) + + def find_most_preferred_tag( + self, tags: List[Tag], tag_to_priority: Dict[Tag, int] + ) -> int: + """Return the priority of the most preferred tag that one of the wheel's file + tag combinations achieves in the given list of supported tags using the given + tag_to_priority mapping, where lower priorities are more-preferred. + + This is used in place of support_index_min in some cases in order to avoid + an expensive linear scan of a large list of tags. + + :param tags: the PEP 425 tags to check the wheel against. + :param tag_to_priority: a mapping from tag to priority of that tag, where + lower is more preferred. + + :raises ValueError: If none of the wheel's file tags match one of + the supported tags. + """ + return min( + tag_to_priority[tag] for tag in self.file_tags if tag in tag_to_priority + ) + + def supported(self, tags: Iterable[Tag]) -> bool: + """Return whether the wheel is compatible with one of the given tags. + + :param tags: the PEP 425 tags to check the wheel against. + """ + return not self.file_tags.isdisjoint(tags) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/network/__init__.py b/venv/lib/python3.8/site-packages/pip/_internal/network/__init__.py new file mode 100644 index 000000000..b51bde91b --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/network/__init__.py @@ -0,0 +1,2 @@ +"""Contains purely network-related utilities. +""" diff --git a/venv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2dff188484aba2ab2e1e23306d365480d6cf096d GIT binary patch literal 248 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..84bed5398f2d0944611004b32fdfeff97192d673 GIT binary patch literal 8348 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/session.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/network/__pycache__/session.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b790a08e6c6923dfd1a7fca678daa0cd6c5313a6 GIT binary patch literal 10774 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 O?ijl9Gz|+@f%y**bvKXz literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/network/auth.py b/venv/lib/python3.8/site-packages/pip/_internal/network/auth.py new file mode 100644 index 000000000..ca42798bd --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/network/auth.py @@ -0,0 +1,323 @@ +"""Network Authentication Helpers + +Contains interface (MultiDomainBasicAuth) and associated glue code for +providing credentials in the context of network requests. +""" + +import urllib.parse +from typing import Any, Dict, List, Optional, Tuple + +from pip._vendor.requests.auth import AuthBase, HTTPBasicAuth +from pip._vendor.requests.models import Request, Response +from pip._vendor.requests.utils import get_netrc_auth + +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ( + ask, + ask_input, + ask_password, + remove_auth_from_url, + split_auth_netloc_from_url, +) +from pip._internal.vcs.versioncontrol import AuthInfo + +logger = getLogger(__name__) + +Credentials = Tuple[str, str, str] + +try: + import keyring +except ImportError: + keyring = None # type: ignore[assignment] +except Exception as exc: + logger.warning( + "Keyring is skipped due to an exception: %s", + str(exc), + ) + keyring = None # type: ignore[assignment] + + +def get_keyring_auth(url: Optional[str], username: Optional[str]) -> Optional[AuthInfo]: + """Return the tuple auth for a given url from keyring.""" + global keyring + if not url or not keyring: + return None + + try: + try: + get_credential = keyring.get_credential + except AttributeError: + pass + else: + logger.debug("Getting credentials from keyring for %s", url) + cred = get_credential(url, username) + if cred is not None: + return cred.username, cred.password + return None + + if username: + logger.debug("Getting password from keyring for %s", url) + password = keyring.get_password(url, username) + if password: + return username, password + + except Exception as exc: + logger.warning( + "Keyring is skipped due to an exception: %s", + str(exc), + ) + keyring = None # type: ignore[assignment] + return None + + +class MultiDomainBasicAuth(AuthBase): + def __init__( + self, prompting: bool = True, index_urls: Optional[List[str]] = None + ) -> None: + self.prompting = prompting + self.index_urls = index_urls + self.passwords: Dict[str, AuthInfo] = {} + # When the user is prompted to enter credentials and keyring is + # available, we will offer to save them. If the user accepts, + # this value is set to the credentials they entered. After the + # request authenticates, the caller should call + # ``save_credentials`` to save these. + self._credentials_to_save: Optional[Credentials] = None + + def _get_index_url(self, url: str) -> Optional[str]: + """Return the original index URL matching the requested URL. + + Cached or dynamically generated credentials may work against + the original index URL rather than just the netloc. + + The provided url should have had its username and password + removed already. If the original index url had credentials then + they will be included in the return value. + + Returns None if no matching index was found, or if --no-index + was specified by the user. + """ + if not url or not self.index_urls: + return None + + for u in self.index_urls: + prefix = remove_auth_from_url(u).rstrip("/") + "/" + if url.startswith(prefix): + return u + return None + + def _get_new_credentials( + self, + original_url: str, + allow_netrc: bool = True, + allow_keyring: bool = False, + ) -> AuthInfo: + """Find and return credentials for the specified URL.""" + # Split the credentials and netloc from the url. + url, netloc, url_user_password = split_auth_netloc_from_url( + original_url, + ) + + # Start with the credentials embedded in the url + username, password = url_user_password + if username is not None and password is not None: + logger.debug("Found credentials in url for %s", netloc) + return url_user_password + + # Find a matching index url for this request + index_url = self._get_index_url(url) + if index_url: + # Split the credentials from the url. + index_info = split_auth_netloc_from_url(index_url) + if index_info: + index_url, _, index_url_user_password = index_info + logger.debug("Found index url %s", index_url) + + # If an index URL was found, try its embedded credentials + if index_url and index_url_user_password[0] is not None: + username, password = index_url_user_password + if username is not None and password is not None: + logger.debug("Found credentials in index url for %s", netloc) + return index_url_user_password + + # Get creds from netrc if we still don't have them + if allow_netrc: + netrc_auth = get_netrc_auth(original_url) + if netrc_auth: + logger.debug("Found credentials in netrc for %s", netloc) + return netrc_auth + + # If we don't have a password and keyring is available, use it. + if allow_keyring: + # The index url is more specific than the netloc, so try it first + # fmt: off + kr_auth = ( + get_keyring_auth(index_url, username) or + get_keyring_auth(netloc, username) + ) + # fmt: on + if kr_auth: + logger.debug("Found credentials in keyring for %s", netloc) + return kr_auth + + return username, password + + def _get_url_and_credentials( + self, original_url: str + ) -> Tuple[str, Optional[str], Optional[str]]: + """Return the credentials to use for the provided URL. + + If allowed, netrc and keyring may be used to obtain the + correct credentials. + + Returns (url_without_credentials, username, password). Note + that even if the original URL contains credentials, this + function may return a different username and password. + """ + url, netloc, _ = split_auth_netloc_from_url(original_url) + + # Try to get credentials from original url + username, password = self._get_new_credentials(original_url) + + # If credentials not found, use any stored credentials for this netloc. + # Do this if either the username or the password is missing. + # This accounts for the situation in which the user has specified + # the username in the index url, but the password comes from keyring. + if (username is None or password is None) and netloc in self.passwords: + un, pw = self.passwords[netloc] + # It is possible that the cached credentials are for a different username, + # in which case the cache should be ignored. + if username is None or username == un: + username, password = un, pw + + if username is not None or password is not None: + # Convert the username and password if they're None, so that + # this netloc will show up as "cached" in the conditional above. + # Further, HTTPBasicAuth doesn't accept None, so it makes sense to + # cache the value that is going to be used. + username = username or "" + password = password or "" + + # Store any acquired credentials. + self.passwords[netloc] = (username, password) + + assert ( + # Credentials were found + (username is not None and password is not None) + # Credentials were not found + or (username is None and password is None) + ), f"Could not load credentials from url: {original_url}" + + return url, username, password + + def __call__(self, req: Request) -> Request: + # Get credentials for this request + url, username, password = self._get_url_and_credentials(req.url) + + # Set the url of the request to the url without any credentials + req.url = url + + if username is not None and password is not None: + # Send the basic auth with this request + req = HTTPBasicAuth(username, password)(req) + + # Attach a hook to handle 401 responses + req.register_hook("response", self.handle_401) + + return req + + # Factored out to allow for easy patching in tests + def _prompt_for_password( + self, netloc: str + ) -> Tuple[Optional[str], Optional[str], bool]: + username = ask_input(f"User for {netloc}: ") + if not username: + return None, None, False + auth = get_keyring_auth(netloc, username) + if auth and auth[0] is not None and auth[1] is not None: + return auth[0], auth[1], False + password = ask_password("Password: ") + return username, password, True + + # Factored out to allow for easy patching in tests + def _should_save_password_to_keyring(self) -> bool: + if not keyring: + return False + return ask("Save credentials to keyring [y/N]: ", ["y", "n"]) == "y" + + def handle_401(self, resp: Response, **kwargs: Any) -> Response: + # We only care about 401 responses, anything else we want to just + # pass through the actual response + if resp.status_code != 401: + return resp + + # We are not able to prompt the user so simply return the response + if not self.prompting: + return resp + + parsed = urllib.parse.urlparse(resp.url) + + # Query the keyring for credentials: + username, password = self._get_new_credentials( + resp.url, + allow_netrc=False, + allow_keyring=True, + ) + + # Prompt the user for a new username and password + save = False + if not username and not password: + username, password, save = self._prompt_for_password(parsed.netloc) + + # Store the new username and password to use for future requests + self._credentials_to_save = None + if username is not None and password is not None: + self.passwords[parsed.netloc] = (username, password) + + # Prompt to save the password to keyring + if save and self._should_save_password_to_keyring(): + self._credentials_to_save = (parsed.netloc, username, password) + + # Consume content and release the original connection to allow our new + # request to reuse the same one. + resp.content + resp.raw.release_conn() + + # Add our new username and password to the request + req = HTTPBasicAuth(username or "", password or "")(resp.request) + req.register_hook("response", self.warn_on_401) + + # On successful request, save the credentials that were used to + # keyring. (Note that if the user responded "no" above, this member + # is not set and nothing will be saved.) + if self._credentials_to_save: + req.register_hook("response", self.save_credentials) + + # Send our new request + new_resp = resp.connection.send(req, **kwargs) + new_resp.history.append(resp) + + return new_resp + + def warn_on_401(self, resp: Response, **kwargs: Any) -> None: + """Response callback to warn about incorrect credentials.""" + if resp.status_code == 401: + logger.warning( + "401 Error, Credentials not correct for %s", + resp.request.url, + ) + + def save_credentials(self, resp: Response, **kwargs: Any) -> None: + """Response callback to save credentials on success.""" + assert keyring is not None, "should never reach here without keyring" + if not keyring: + return + + creds = self._credentials_to_save + self._credentials_to_save = None + if creds and resp.status_code < 400: + try: + logger.info("Saving credentials to keyring") + keyring.set_password(*creds) + except Exception: + logger.exception("Failed to save credentials") diff --git a/venv/lib/python3.8/site-packages/pip/_internal/network/cache.py b/venv/lib/python3.8/site-packages/pip/_internal/network/cache.py new file mode 100644 index 000000000..9dba7edf9 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/network/cache.py @@ -0,0 +1,69 @@ +"""HTTP cache implementation. +""" + +import os +from contextlib import contextmanager +from typing import Iterator, Optional + +from pip._vendor.cachecontrol.cache import BaseCache +from pip._vendor.cachecontrol.caches import FileCache +from pip._vendor.requests.models import Response + +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import ensure_dir + + +def is_from_cache(response: Response) -> bool: + return getattr(response, "from_cache", False) + + +@contextmanager +def suppressed_cache_errors() -> Iterator[None]: + """If we can't access the cache then we can just skip caching and process + requests as if caching wasn't enabled. + """ + try: + yield + except OSError: + pass + + +class SafeFileCache(BaseCache): + """ + A file based cache which is safe to use even when the target directory may + not be accessible or writable. + """ + + def __init__(self, directory: str) -> None: + assert directory is not None, "Cache directory must not be None." + super().__init__() + self.directory = directory + + def _get_cache_path(self, name: str) -> str: + # From cachecontrol.caches.file_cache.FileCache._fn, brought into our + # class for backwards-compatibility and to avoid using a non-public + # method. + hashed = FileCache.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key: str) -> Optional[bytes]: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + with open(path, "rb") as f: + return f.read() + + def set(self, key: str, value: bytes, expires: Optional[int] = None) -> None: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + ensure_dir(os.path.dirname(path)) + + with adjacent_tmp_file(path) as f: + f.write(value) + + replace(f.name, path) + + def delete(self, key: str) -> None: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + os.remove(path) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/network/download.py b/venv/lib/python3.8/site-packages/pip/_internal/network/download.py new file mode 100644 index 000000000..35bc970e2 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/network/download.py @@ -0,0 +1,185 @@ +"""Download files with progress indicators. +""" +import cgi +import logging +import mimetypes +import os +from typing import Iterable, Optional, Tuple + +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.cli.progress_bars import get_download_progress_renderer +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.models.index import PyPI +from pip._internal.models.link import Link +from pip._internal.network.cache import is_from_cache +from pip._internal.network.session import PipSession +from pip._internal.network.utils import HEADERS, raise_for_status, response_chunks +from pip._internal.utils.misc import format_size, redact_auth_from_url, splitext + +logger = logging.getLogger(__name__) + + +def _get_http_response_size(resp: Response) -> Optional[int]: + try: + return int(resp.headers["content-length"]) + except (ValueError, KeyError, TypeError): + return None + + +def _prepare_download( + resp: Response, + link: Link, + progress_bar: str, +) -> Iterable[bytes]: + total_length = _get_http_response_size(resp) + + if link.netloc == PyPI.file_storage_domain: + url = link.show_url + else: + url = link.url_without_fragment + + logged_url = redact_auth_from_url(url) + + if total_length: + logged_url = "{} ({})".format(logged_url, format_size(total_length)) + + if is_from_cache(resp): + logger.info("Using cached %s", logged_url) + else: + logger.info("Downloading %s", logged_url) + + if logger.getEffectiveLevel() > logging.INFO: + show_progress = False + elif is_from_cache(resp): + show_progress = False + elif not total_length: + show_progress = True + elif total_length > (40 * 1000): + show_progress = True + else: + show_progress = False + + chunks = response_chunks(resp, CONTENT_CHUNK_SIZE) + + if not show_progress: + return chunks + + renderer = get_download_progress_renderer(bar_type=progress_bar, size=total_length) + return renderer(chunks) + + +def sanitize_content_filename(filename: str) -> str: + """ + Sanitize the "filename" value from a Content-Disposition header. + """ + return os.path.basename(filename) + + +def parse_content_disposition(content_disposition: str, default_filename: str) -> str: + """ + Parse the "filename" value from a Content-Disposition header, and + return the default filename if the result is empty. + """ + _type, params = cgi.parse_header(content_disposition) + filename = params.get("filename") + if filename: + # We need to sanitize the filename to prevent directory traversal + # in case the filename contains ".." path parts. + filename = sanitize_content_filename(filename) + return filename or default_filename + + +def _get_http_response_filename(resp: Response, link: Link) -> str: + """Get an ideal filename from the given HTTP response, falling back to + the link filename if not provided. + """ + filename = link.filename # fallback + # Have a look at the Content-Disposition header for a better guess + content_disposition = resp.headers.get("content-disposition") + if content_disposition: + filename = parse_content_disposition(content_disposition, filename) + ext: Optional[str] = splitext(filename)[1] + if not ext: + ext = mimetypes.guess_extension(resp.headers.get("content-type", "")) + if ext: + filename += ext + if not ext and link.url != resp.url: + ext = os.path.splitext(resp.url)[1] + if ext: + filename += ext + return filename + + +def _http_get_download(session: PipSession, link: Link) -> Response: + target_url = link.url.split("#", 1)[0] + resp = session.get(target_url, headers=HEADERS, stream=True) + raise_for_status(resp) + return resp + + +class Downloader: + def __init__( + self, + session: PipSession, + progress_bar: str, + ) -> None: + self._session = session + self._progress_bar = progress_bar + + def __call__(self, link: Link, location: str) -> Tuple[str, str]: + """Download the file given by link into location.""" + try: + resp = _http_get_download(self._session, link) + except NetworkConnectionError as e: + assert e.response is not None + logger.critical( + "HTTP error %s while getting %s", e.response.status_code, link + ) + raise + + filename = _get_http_response_filename(resp, link) + filepath = os.path.join(location, filename) + + chunks = _prepare_download(resp, link, self._progress_bar) + with open(filepath, "wb") as content_file: + for chunk in chunks: + content_file.write(chunk) + content_type = resp.headers.get("Content-Type", "") + return filepath, content_type + + +class BatchDownloader: + def __init__( + self, + session: PipSession, + progress_bar: str, + ) -> None: + self._session = session + self._progress_bar = progress_bar + + def __call__( + self, links: Iterable[Link], location: str + ) -> Iterable[Tuple[Link, Tuple[str, str]]]: + """Download the files given by links into location.""" + for link in links: + try: + resp = _http_get_download(self._session, link) + except NetworkConnectionError as e: + assert e.response is not None + logger.critical( + "HTTP error %s while getting %s", + e.response.status_code, + link, + ) + raise + + filename = _get_http_response_filename(resp, link) + filepath = os.path.join(location, filename) + + chunks = _prepare_download(resp, link, self._progress_bar) + with open(filepath, "wb") as content_file: + for chunk in chunks: + content_file.write(chunk) + content_type = resp.headers.get("Content-Type", "") + yield link, (filepath, content_type) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/network/lazy_wheel.py b/venv/lib/python3.8/site-packages/pip/_internal/network/lazy_wheel.py new file mode 100644 index 000000000..c9e44d5be --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/network/lazy_wheel.py @@ -0,0 +1,210 @@ +"""Lazy ZIP over HTTP""" + +__all__ = ["HTTPRangeRequestUnsupported", "dist_from_wheel_url"] + +from bisect import bisect_left, bisect_right +from contextlib import contextmanager +from tempfile import NamedTemporaryFile +from typing import Any, Dict, Iterator, List, Optional, Tuple +from zipfile import BadZipfile, ZipFile + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.metadata import BaseDistribution, MemoryWheel, get_wheel_distribution +from pip._internal.network.session import PipSession +from pip._internal.network.utils import HEADERS, raise_for_status, response_chunks + + +class HTTPRangeRequestUnsupported(Exception): + pass + + +def dist_from_wheel_url(name: str, url: str, session: PipSession) -> BaseDistribution: + """Return a distribution object from the given wheel URL. + + This uses HTTP range requests to only fetch the potion of the wheel + containing metadata, just enough for the object to be constructed. + If such requests are not supported, HTTPRangeRequestUnsupported + is raised. + """ + with LazyZipOverHTTP(url, session) as zf: + # For read-only ZIP files, ZipFile only needs methods read, + # seek, seekable and tell, not the whole IO protocol. + wheel = MemoryWheel(zf.name, zf) # type: ignore + # After context manager exit, wheel.name + # is an invalid file by intention. + return get_wheel_distribution(wheel, canonicalize_name(name)) + + +class LazyZipOverHTTP: + """File-like object mapped to a ZIP file over HTTP. + + This uses HTTP range requests to lazily fetch the file's content, + which is supposed to be fed to ZipFile. If such requests are not + supported by the server, raise HTTPRangeRequestUnsupported + during initialization. + """ + + def __init__( + self, url: str, session: PipSession, chunk_size: int = CONTENT_CHUNK_SIZE + ) -> None: + head = session.head(url, headers=HEADERS) + raise_for_status(head) + assert head.status_code == 200 + self._session, self._url, self._chunk_size = session, url, chunk_size + self._length = int(head.headers["Content-Length"]) + self._file = NamedTemporaryFile() + self.truncate(self._length) + self._left: List[int] = [] + self._right: List[int] = [] + if "bytes" not in head.headers.get("Accept-Ranges", "none"): + raise HTTPRangeRequestUnsupported("range request is not supported") + self._check_zip() + + @property + def mode(self) -> str: + """Opening mode, which is always rb.""" + return "rb" + + @property + def name(self) -> str: + """Path to the underlying file.""" + return self._file.name + + def seekable(self) -> bool: + """Return whether random access is supported, which is True.""" + return True + + def close(self) -> None: + """Close the file.""" + self._file.close() + + @property + def closed(self) -> bool: + """Whether the file is closed.""" + return self._file.closed + + def read(self, size: int = -1) -> bytes: + """Read up to size bytes from the object and return them. + + As a convenience, if size is unspecified or -1, + all bytes until EOF are returned. Fewer than + size bytes may be returned if EOF is reached. + """ + download_size = max(size, self._chunk_size) + start, length = self.tell(), self._length + stop = length if size < 0 else min(start + download_size, length) + start = max(0, stop - download_size) + self._download(start, stop - 1) + return self._file.read(size) + + def readable(self) -> bool: + """Return whether the file is readable, which is True.""" + return True + + def seek(self, offset: int, whence: int = 0) -> int: + """Change stream position and return the new absolute position. + + Seek to offset relative position indicated by whence: + * 0: Start of stream (the default). pos should be >= 0; + * 1: Current position - pos may be negative; + * 2: End of stream - pos usually negative. + """ + return self._file.seek(offset, whence) + + def tell(self) -> int: + """Return the current position.""" + return self._file.tell() + + def truncate(self, size: Optional[int] = None) -> int: + """Resize the stream to the given size in bytes. + + If size is unspecified resize to the current position. + The current stream position isn't changed. + + Return the new file size. + """ + return self._file.truncate(size) + + def writable(self) -> bool: + """Return False.""" + return False + + def __enter__(self) -> "LazyZipOverHTTP": + self._file.__enter__() + return self + + def __exit__(self, *exc: Any) -> Optional[bool]: + return self._file.__exit__(*exc) + + @contextmanager + def _stay(self) -> Iterator[None]: + """Return a context manager keeping the position. + + At the end of the block, seek back to original position. + """ + pos = self.tell() + try: + yield + finally: + self.seek(pos) + + def _check_zip(self) -> None: + """Check and download until the file is a valid ZIP.""" + end = self._length - 1 + for start in reversed(range(0, end, self._chunk_size)): + self._download(start, end) + with self._stay(): + try: + # For read-only ZIP files, ZipFile only needs + # methods read, seek, seekable and tell. + ZipFile(self) # type: ignore + except BadZipfile: + pass + else: + break + + def _stream_response( + self, start: int, end: int, base_headers: Dict[str, str] = HEADERS + ) -> Response: + """Return HTTP response to a range request from start to end.""" + headers = base_headers.copy() + headers["Range"] = f"bytes={start}-{end}" + # TODO: Get range requests to be correctly cached + headers["Cache-Control"] = "no-cache" + return self._session.get(self._url, headers=headers, stream=True) + + def _merge( + self, start: int, end: int, left: int, right: int + ) -> Iterator[Tuple[int, int]]: + """Return an iterator of intervals to be fetched. + + Args: + start (int): Start of needed interval + end (int): End of needed interval + left (int): Index of first overlapping downloaded data + right (int): Index after last overlapping downloaded data + """ + lslice, rslice = self._left[left:right], self._right[left:right] + i = start = min([start] + lslice[:1]) + end = max([end] + rslice[-1:]) + for j, k in zip(lslice, rslice): + if j > i: + yield i, j - 1 + i = k + 1 + if i <= end: + yield i, end + self._left[left:right], self._right[left:right] = [start], [end] + + def _download(self, start: int, end: int) -> None: + """Download bytes from start to end inclusively.""" + with self._stay(): + left = bisect_left(self._right, start) + right = bisect_right(self._left, end) + for start, end in self._merge(start, end, left, right): + response = self._stream_response(start, end) + response.raise_for_status() + self.seek(start) + for chunk in response_chunks(response, self._chunk_size): + self._file.write(chunk) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/network/session.py b/venv/lib/python3.8/site-packages/pip/_internal/network/session.py new file mode 100644 index 000000000..cbe743ba6 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/network/session.py @@ -0,0 +1,454 @@ +"""PipSession and supporting code, containing all pip-specific +network request configuration and behavior. +""" + +import email.utils +import io +import ipaddress +import json +import logging +import mimetypes +import os +import platform +import shutil +import subprocess +import sys +import urllib.parse +import warnings +from typing import Any, Dict, Iterator, List, Mapping, Optional, Sequence, Tuple, Union + +from pip._vendor import requests, urllib3 +from pip._vendor.cachecontrol import CacheControlAdapter +from pip._vendor.requests.adapters import BaseAdapter, HTTPAdapter +from pip._vendor.requests.models import PreparedRequest, Response +from pip._vendor.requests.structures import CaseInsensitiveDict +from pip._vendor.urllib3.connectionpool import ConnectionPool +from pip._vendor.urllib3.exceptions import InsecureRequestWarning + +from pip import __version__ +from pip._internal.metadata import get_default_environment +from pip._internal.models.link import Link +from pip._internal.network.auth import MultiDomainBasicAuth +from pip._internal.network.cache import SafeFileCache + +# Import ssl from compat so the initial import occurs in only one place. +from pip._internal.utils.compat import has_tls +from pip._internal.utils.glibc import libc_ver +from pip._internal.utils.misc import build_url_from_netloc, parse_netloc +from pip._internal.utils.urls import url_to_path + +logger = logging.getLogger(__name__) + +SecureOrigin = Tuple[str, str, Optional[Union[int, str]]] + + +# Ignore warning raised when using --trusted-host. +warnings.filterwarnings("ignore", category=InsecureRequestWarning) + + +SECURE_ORIGINS: List[SecureOrigin] = [ + # protocol, hostname, port + # Taken from Chrome's list of secure origins (See: http://bit.ly/1qrySKC) + ("https", "*", "*"), + ("*", "localhost", "*"), + ("*", "127.0.0.0/8", "*"), + ("*", "::1/128", "*"), + ("file", "*", None), + # ssh is always secure. + ("ssh", "*", "*"), +] + + +# These are environment variables present when running under various +# CI systems. For each variable, some CI systems that use the variable +# are indicated. The collection was chosen so that for each of a number +# of popular systems, at least one of the environment variables is used. +# This list is used to provide some indication of and lower bound for +# CI traffic to PyPI. Thus, it is okay if the list is not comprehensive. +# For more background, see: https://github.com/pypa/pip/issues/5499 +CI_ENVIRONMENT_VARIABLES = ( + # Azure Pipelines + "BUILD_BUILDID", + # Jenkins + "BUILD_ID", + # AppVeyor, CircleCI, Codeship, Gitlab CI, Shippable, Travis CI + "CI", + # Explicit environment variable. + "PIP_IS_CI", +) + + +def looks_like_ci() -> bool: + """ + Return whether it looks like pip is running under CI. + """ + # We don't use the method of checking for a tty (e.g. using isatty()) + # because some CI systems mimic a tty (e.g. Travis CI). Thus that + # method doesn't provide definitive information in either direction. + return any(name in os.environ for name in CI_ENVIRONMENT_VARIABLES) + + +def user_agent() -> str: + """ + Return a string representing the user agent. + """ + data: Dict[str, Any] = { + "installer": {"name": "pip", "version": __version__}, + "python": platform.python_version(), + "implementation": { + "name": platform.python_implementation(), + }, + } + + if data["implementation"]["name"] == "CPython": + data["implementation"]["version"] = platform.python_version() + elif data["implementation"]["name"] == "PyPy": + pypy_version_info = sys.pypy_version_info # type: ignore + if pypy_version_info.releaselevel == "final": + pypy_version_info = pypy_version_info[:3] + data["implementation"]["version"] = ".".join( + [str(x) for x in pypy_version_info] + ) + elif data["implementation"]["name"] == "Jython": + # Complete Guess + data["implementation"]["version"] = platform.python_version() + elif data["implementation"]["name"] == "IronPython": + # Complete Guess + data["implementation"]["version"] = platform.python_version() + + if sys.platform.startswith("linux"): + from pip._vendor import distro + + linux_distribution = distro.name(), distro.version(), distro.codename() + distro_infos: Dict[str, Any] = dict( + filter( + lambda x: x[1], + zip(["name", "version", "id"], linux_distribution), + ) + ) + libc = dict( + filter( + lambda x: x[1], + zip(["lib", "version"], libc_ver()), + ) + ) + if libc: + distro_infos["libc"] = libc + if distro_infos: + data["distro"] = distro_infos + + if sys.platform.startswith("darwin") and platform.mac_ver()[0]: + data["distro"] = {"name": "macOS", "version": platform.mac_ver()[0]} + + if platform.system(): + data.setdefault("system", {})["name"] = platform.system() + + if platform.release(): + data.setdefault("system", {})["release"] = platform.release() + + if platform.machine(): + data["cpu"] = platform.machine() + + if has_tls(): + import _ssl as ssl + + data["openssl_version"] = ssl.OPENSSL_VERSION + + setuptools_dist = get_default_environment().get_distribution("setuptools") + if setuptools_dist is not None: + data["setuptools_version"] = str(setuptools_dist.version) + + if shutil.which("rustc") is not None: + # If for any reason `rustc --version` fails, silently ignore it + try: + rustc_output = subprocess.check_output( + ["rustc", "--version"], stderr=subprocess.STDOUT, timeout=0.5 + ) + except Exception: + pass + else: + if rustc_output.startswith(b"rustc "): + # The format of `rustc --version` is: + # `b'rustc 1.52.1 (9bc8c42bb 2021-05-09)\n'` + # We extract just the middle (1.52.1) part + data["rustc_version"] = rustc_output.split(b" ")[1].decode() + + # Use None rather than False so as not to give the impression that + # pip knows it is not being run under CI. Rather, it is a null or + # inconclusive result. Also, we include some value rather than no + # value to make it easier to know that the check has been run. + data["ci"] = True if looks_like_ci() else None + + user_data = os.environ.get("PIP_USER_AGENT_USER_DATA") + if user_data is not None: + data["user_data"] = user_data + + return "{data[installer][name]}/{data[installer][version]} {json}".format( + data=data, + json=json.dumps(data, separators=(",", ":"), sort_keys=True), + ) + + +class LocalFSAdapter(BaseAdapter): + def send( + self, + request: PreparedRequest, + stream: bool = False, + timeout: Optional[Union[float, Tuple[float, float]]] = None, + verify: Union[bool, str] = True, + cert: Optional[Union[str, Tuple[str, str]]] = None, + proxies: Optional[Mapping[str, str]] = None, + ) -> Response: + pathname = url_to_path(request.url) + + resp = Response() + resp.status_code = 200 + resp.url = request.url + + try: + stats = os.stat(pathname) + except OSError as exc: + # format the exception raised as a io.BytesIO object, + # to return a better error message: + resp.status_code = 404 + resp.reason = type(exc).__name__ + resp.raw = io.BytesIO(f"{resp.reason}: {exc}".encode("utf8")) + else: + modified = email.utils.formatdate(stats.st_mtime, usegmt=True) + content_type = mimetypes.guess_type(pathname)[0] or "text/plain" + resp.headers = CaseInsensitiveDict( + { + "Content-Type": content_type, + "Content-Length": stats.st_size, + "Last-Modified": modified, + } + ) + + resp.raw = open(pathname, "rb") + resp.close = resp.raw.close + + return resp + + def close(self) -> None: + pass + + +class InsecureHTTPAdapter(HTTPAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: Union[bool, str], + cert: Optional[Union[str, Tuple[str, str]]], + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class InsecureCacheControlAdapter(CacheControlAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: Union[bool, str], + cert: Optional[Union[str, Tuple[str, str]]], + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class PipSession(requests.Session): + + timeout: Optional[int] = None + + def __init__( + self, + *args: Any, + retries: int = 0, + cache: Optional[str] = None, + trusted_hosts: Sequence[str] = (), + index_urls: Optional[List[str]] = None, + **kwargs: Any, + ) -> None: + """ + :param trusted_hosts: Domains not to emit warnings for when not using + HTTPS. + """ + super().__init__(*args, **kwargs) + + # Namespace the attribute with "pip_" just in case to prevent + # possible conflicts with the base class. + self.pip_trusted_origins: List[Tuple[str, Optional[int]]] = [] + + # Attach our User Agent to the request + self.headers["User-Agent"] = user_agent() + + # Attach our Authentication handler to the session + self.auth = MultiDomainBasicAuth(index_urls=index_urls) + + # Create our urllib3.Retry instance which will allow us to customize + # how we handle retries. + retries = urllib3.Retry( + # Set the total number of retries that a particular request can + # have. + total=retries, + # A 503 error from PyPI typically means that the Fastly -> Origin + # connection got interrupted in some way. A 503 error in general + # is typically considered a transient error so we'll go ahead and + # retry it. + # A 500 may indicate transient error in Amazon S3 + # A 520 or 527 - may indicate transient error in CloudFlare + status_forcelist=[500, 503, 520, 527], + # Add a small amount of back off between failed requests in + # order to prevent hammering the service. + backoff_factor=0.25, + ) # type: ignore + + # Our Insecure HTTPAdapter disables HTTPS validation. It does not + # support caching so we'll use it for all http:// URLs. + # If caching is disabled, we will also use it for + # https:// hosts that we've marked as ignoring + # TLS errors for (trusted-hosts). + insecure_adapter = InsecureHTTPAdapter(max_retries=retries) + + # We want to _only_ cache responses on securely fetched origins or when + # the host is specified as trusted. We do this because + # we can't validate the response of an insecurely/untrusted fetched + # origin, and we don't want someone to be able to poison the cache and + # require manual eviction from the cache to fix it. + if cache: + secure_adapter = CacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ) + self._trusted_host_adapter = InsecureCacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ) + else: + secure_adapter = HTTPAdapter(max_retries=retries) + self._trusted_host_adapter = insecure_adapter + + self.mount("https://", secure_adapter) + self.mount("http://", insecure_adapter) + + # Enable file:// urls + self.mount("file://", LocalFSAdapter()) + + for host in trusted_hosts: + self.add_trusted_host(host, suppress_logging=True) + + def update_index_urls(self, new_index_urls: List[str]) -> None: + """ + :param new_index_urls: New index urls to update the authentication + handler with. + """ + self.auth.index_urls = new_index_urls + + def add_trusted_host( + self, host: str, source: Optional[str] = None, suppress_logging: bool = False + ) -> None: + """ + :param host: It is okay to provide a host that has previously been + added. + :param source: An optional source string, for logging where the host + string came from. + """ + if not suppress_logging: + msg = f"adding trusted host: {host!r}" + if source is not None: + msg += f" (from {source})" + logger.info(msg) + + host_port = parse_netloc(host) + if host_port not in self.pip_trusted_origins: + self.pip_trusted_origins.append(host_port) + + self.mount( + build_url_from_netloc(host, scheme="http") + "/", self._trusted_host_adapter + ) + self.mount(build_url_from_netloc(host) + "/", self._trusted_host_adapter) + if not host_port[1]: + self.mount( + build_url_from_netloc(host, scheme="http") + ":", + self._trusted_host_adapter, + ) + # Mount wildcard ports for the same host. + self.mount(build_url_from_netloc(host) + ":", self._trusted_host_adapter) + + def iter_secure_origins(self) -> Iterator[SecureOrigin]: + yield from SECURE_ORIGINS + for host, port in self.pip_trusted_origins: + yield ("*", host, "*" if port is None else port) + + def is_secure_origin(self, location: Link) -> bool: + # Determine if this url used a secure transport mechanism + parsed = urllib.parse.urlparse(str(location)) + origin_protocol, origin_host, origin_port = ( + parsed.scheme, + parsed.hostname, + parsed.port, + ) + + # The protocol to use to see if the protocol matches. + # Don't count the repository type as part of the protocol: in + # cases such as "git+ssh", only use "ssh". (I.e., Only verify against + # the last scheme.) + origin_protocol = origin_protocol.rsplit("+", 1)[-1] + + # Determine if our origin is a secure origin by looking through our + # hardcoded list of secure origins, as well as any additional ones + # configured on this PackageFinder instance. + for secure_origin in self.iter_secure_origins(): + secure_protocol, secure_host, secure_port = secure_origin + if origin_protocol != secure_protocol and secure_protocol != "*": + continue + + try: + addr = ipaddress.ip_address(origin_host) + network = ipaddress.ip_network(secure_host) + except ValueError: + # We don't have both a valid address or a valid network, so + # we'll check this origin against hostnames. + if ( + origin_host + and origin_host.lower() != secure_host.lower() + and secure_host != "*" + ): + continue + else: + # We have a valid address and network, so see if the address + # is contained within the network. + if addr not in network: + continue + + # Check to see if the port matches. + if ( + origin_port != secure_port + and secure_port != "*" + and secure_port is not None + ): + continue + + # If we've gotten here, then this origin matches the current + # secure origin and we should return True + return True + + # If we've gotten to this point, then the origin isn't secure and we + # will not accept it as a valid location to search. We will however + # log a warning that we are ignoring it. + logger.warning( + "The repository located at %s is not a trusted or secure host and " + "is being ignored. If this repository is available via HTTPS we " + "recommend you use HTTPS instead, otherwise you may silence " + "this warning and allow it anyway with '--trusted-host %s'.", + origin_host, + origin_host, + ) + + return False + + def request(self, method: str, url: str, *args: Any, **kwargs: Any) -> Response: + # Allow setting a default timeout on a session + kwargs.setdefault("timeout", self.timeout) + + # Dispatch the actual request + return super().request(method, url, *args, **kwargs) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/network/utils.py b/venv/lib/python3.8/site-packages/pip/_internal/network/utils.py new file mode 100644 index 000000000..094cf1b4a --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/network/utils.py @@ -0,0 +1,96 @@ +from typing import Dict, Iterator + +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.exceptions import NetworkConnectionError + +# The following comments and HTTP headers were originally added by +# Donald Stufft in git commit 22c562429a61bb77172039e480873fb239dd8c03. +# +# We use Accept-Encoding: identity here because requests defaults to +# accepting compressed responses. This breaks in a variety of ways +# depending on how the server is configured. +# - Some servers will notice that the file isn't a compressible file +# and will leave the file alone and with an empty Content-Encoding +# - Some servers will notice that the file is already compressed and +# will leave the file alone, adding a Content-Encoding: gzip header +# - Some servers won't notice anything at all and will take a file +# that's already been compressed and compress it again, and set +# the Content-Encoding: gzip header +# By setting this to request only the identity encoding we're hoping +# to eliminate the third case. Hopefully there does not exist a server +# which when given a file will notice it is already compressed and that +# you're not asking for a compressed file and will then decompress it +# before sending because if that's the case I don't think it'll ever be +# possible to make this work. +HEADERS: Dict[str, str] = {"Accept-Encoding": "identity"} + + +def raise_for_status(resp: Response) -> None: + http_error_msg = "" + if isinstance(resp.reason, bytes): + # We attempt to decode utf-8 first because some servers + # choose to localize their reason strings. If the string + # isn't utf-8, we fall back to iso-8859-1 for all other + # encodings. + try: + reason = resp.reason.decode("utf-8") + except UnicodeDecodeError: + reason = resp.reason.decode("iso-8859-1") + else: + reason = resp.reason + + if 400 <= resp.status_code < 500: + http_error_msg = ( + f"{resp.status_code} Client Error: {reason} for url: {resp.url}" + ) + + elif 500 <= resp.status_code < 600: + http_error_msg = ( + f"{resp.status_code} Server Error: {reason} for url: {resp.url}" + ) + + if http_error_msg: + raise NetworkConnectionError(http_error_msg, response=resp) + + +def response_chunks( + response: Response, chunk_size: int = CONTENT_CHUNK_SIZE +) -> Iterator[bytes]: + """Given a requests Response, provide the data chunks.""" + try: + # Special case for urllib3. + for chunk in response.raw.stream( + chunk_size, + # We use decode_content=False here because we don't + # want urllib3 to mess with the raw bytes we get + # from the server. If we decompress inside of + # urllib3 then we cannot verify the checksum + # because the checksum will be of the compressed + # file. This breakage will only occur if the + # server adds a Content-Encoding header, which + # depends on how the server was configured: + # - Some servers will notice that the file isn't a + # compressible file and will leave the file alone + # and with an empty Content-Encoding + # - Some servers will notice that the file is + # already compressed and will leave the file + # alone and will add a Content-Encoding: gzip + # header + # - Some servers won't notice anything at all and + # will take a file that's already been compressed + # and compress it again and set the + # Content-Encoding: gzip header + # + # By setting this not to decode automatically we + # hope to eliminate problems with the second case. + decode_content=False, + ): + yield chunk + except AttributeError: + # Standard file-like object. + while True: + chunk = response.raw.read(chunk_size) + if not chunk: + break + yield chunk diff --git a/venv/lib/python3.8/site-packages/pip/_internal/network/xmlrpc.py b/venv/lib/python3.8/site-packages/pip/_internal/network/xmlrpc.py new file mode 100644 index 000000000..4a7d55d0e --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/network/xmlrpc.py @@ -0,0 +1,60 @@ +"""xmlrpclib.Transport implementation +""" + +import logging +import urllib.parse +import xmlrpc.client +from typing import TYPE_CHECKING, Tuple + +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status + +if TYPE_CHECKING: + from xmlrpc.client import _HostType, _Marshallable + +logger = logging.getLogger(__name__) + + +class PipXmlrpcTransport(xmlrpc.client.Transport): + """Provide a `xmlrpclib.Transport` implementation via a `PipSession` + object. + """ + + def __init__( + self, index_url: str, session: PipSession, use_datetime: bool = False + ) -> None: + super().__init__(use_datetime) + index_parts = urllib.parse.urlparse(index_url) + self._scheme = index_parts.scheme + self._session = session + + def request( + self, + host: "_HostType", + handler: str, + request_body: bytes, + verbose: bool = False, + ) -> Tuple["_Marshallable", ...]: + assert isinstance(host, str) + parts = (self._scheme, host, handler, None, None, None) + url = urllib.parse.urlunparse(parts) + try: + headers = {"Content-Type": "text/xml"} + response = self._session.post( + url, + data=request_body, + headers=headers, + stream=True, + ) + raise_for_status(response) + self.verbose = verbose + return self.parse_response(response.raw) + except NetworkConnectionError as exc: + assert exc.response + logger.critical( + "HTTP error %s while getting %s", + exc.response.status_code, + url, + ) + raise diff --git a/venv/lib/python3.8/site-packages/pip/_internal/operations/__init__.py b/venv/lib/python3.8/site-packages/pip/_internal/operations/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/venv/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ad3687b9f279b2bde6522bde1fc76f2b6763d35c GIT binary patch literal 196 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 K-2J4u=l=l6lSG>U literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/operations/build/__init__.py b/venv/lib/python3.8/site-packages/pip/_internal/operations/build/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/venv/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3888af1ea69792e9e171a6c927a9d93aa5b58e88 GIT binary patch literal 202 zcmYk0u?oU45QbB55TOs^kls)b2a!I3i|86sbK1i+2}xS$?#uW}u0DdBlL-j=!~Y$3 z|3BQJEEg>4cw2ROJ~RGRq@_s?vjoNVY+3B?%;)nDZwsC65tKCGrr24-UCqxPu_ffu z%hMG-jA%yC)P5^;(h?G$jqH@z?zUi$R LG;Z@FuVnTCaUC{^ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a1e7187c3363e2284355f31b75dd6221447dfb0c GIT binary patch literal 1375 zcmZux&5ztP6u0v^GtKVKq6!L&P$VwQVG=vE@ZGZ$N%$GytW{BG{^pbE3F>Seu74|u;CWP@%V@*7o@ zMHo?^x^$23k=`F3>65`TFWV>1BQ(0P{P;U+3R0LNo>D2CHY5-t5o2VuIb6Zg5Z zavS#yue=7mm|$ca;{AqKeuH1Sjemt-+{b9S51Q9_S9ldXK_c;x@y`cphS4g7)u9O* zhxpHN6aMNvL3a=dR^czvrhf^*mz~CaU3IWL{%lA(dtqZlrvZIG1H26QAwR(u2$9n?SrY{)k( zJQ(#=2zhS3x-c^p*y*9(l|;TKyp8MbbeeCWxJ=kqGRSnU$(avDCU~^k!3!I5lnOmz*ZC(C})Z1{xKQf)kil(FxX}vHr zDaQ5f@u{M8!sys2TVyJ|fQm~wn`~TeC!eO889LqsuhW{=rzg^`_Ny+J%&E zQ6=@FJ=}EStJn_#hrS5{g^?3Df!D(kcJMwP;*T741oqKE8|FEYWuB`yK+lfg!XyV+ zM5?6jx-_{|MGY5g<$y=~R_C#Wlq>Cp=h8*dCH$Ir$0F%{21PmN^m7cFeiMY}_MFIx@X(8J-;wx|fo@bMgN_gZqe$UVL&+qr1zwh^Z2-?GEN7LUug#NI~ zZUYSd_EST2EN=elmY#@BKMet?LOGaU{Lp2isD|^DtG}AS2l?s;T69&`$2dt{^ zaK#EE)qLnS-LXA9W8$I-#(8nh1Z@HeSLCH`e8tR6iNdk)*R2Ep5c+NC`WFzUjXHIn zla;e{&hW}zq8DR~459ANc;zkeOK0g_;um)?TI_-5F5OGK@*g1)yU2LwJvGH>6~OGk z_)9{)=Xe?XL>{4Ai2AGG$KWyg0SWRLS<83m9@-t5;0(X)EZwDlY555j53Yi=f?WZ>%FTWgCLQZMzlSgf4Eq7yFf@ zOo`FP;Q?^xo^uG|U{cC4FgVYuTtM*Y;=L2a>ReeYjB=BY%N>mG)^p(a40wr+tjZy9 zwO<1turgcIad+5N0R+5p>)cG0Z->|QHaD^>=9_ow_869JFlCUJ*_!6{xypsb%9c+< zq;A|Z$;GgvEVrs_g{`}0f4hUJYPfk5ZVguR*9V3+*||8CnYDV%=IC!oy$M_V^)#8v ziX}7`Nj*1HDMt0p(Wzo=%-P5&n{X<*fb2_3K3==rj6X>KRs=knH(HMk(0E%~$`(*_@aimkTClo( zA9mPy`&A!!KS~|{$MF^EZ~dQ>fx@-~T&0Ku&rf@cmWCa1!y@T?3TZnl*=HCu{W=KO T>5!0wc;JRObP0kFlfVB3mC>in literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..683b69167b2c67489cf40d8ea9d2addfcb6a6a83 GIT binary patch literal 2287 zcmaJ?-;diw5Z<*N$MNNIX?vwde_>T^)kwrat%?v-RRwJkh*oedv_t~e@osYN*=w`w zT)E)mq1V?_#S0Hmq`OD{rG4e8|3U?V*-c_{sKSva>z&!%nQy+C{c?HPMeuy}?A?u@ z9fbZ+AB#^NK5oD(egQ#H9}!H91oyH2H~I$rn~9lPeG4m{mDEzZZ|iX_si#igNgMq} z>h@hdXD3T(v)|O?da|6h`YkHwV62RU@4kfK(A^G}?GMLsLT<6Gm}e}dtbn;@mQxmpJZ7+M$CO7tVWJ3=M4xbr z^Nh<=i&OW;gPdm(6=JGfn>+S#<=5>nPAGxB&!pid4FoO5d68v_2l6QW%!n5<&xa7YDg+O_t~~Q%<~^#u9{I2J@SgJUB#03z(KknxSNlM^1I(=w|73h; z!AW@1s7?Sd9Lk7z5*HhQgWLu}DW^%=UuP5Syc5_gNBPx1%ocACh1?4PEdccG!u|#j6h|)`EoC~J( z^7C!!UQ2*nQI_V{PpEio5H>Q9izerSA%Iln*uR!!kX~^e2J57F0%84qE_RrCc~M~kDPQPy@b&~<6T zW@S&kIa$21h}p=~AOK^!gHTZ75jqT^qQNSHti~dRzT|rFtm~2%kZd|{ZD3w)R#C*) z)|1QYW5yQu_bw@v-@hO_-n_f$jyU7EcR@^=K=barZtp`WS(`vq*&Zd?0Q%2%kcJG( zfq5C=a5H4dc<|%;%iuAy>y&4qloE+L^3PE3pc_atPY089gDg33UT! zk$_MU$@;wMLLZ!Y3kuDOyB$~B(A`Ir%Nn7B@rWy0a8+_#U0U2!0R^p5jXO(zMiE|*NrCKk)sD?GF+WUW*e`I#S&|n_pc`z0}2()AY?cw*AWw#7H zg0XGe*qzQ#<)5zI#+Ob0HmvBZ$$AiwED8dsO^67<a;{czRM<;la^ zD2e?UTtde#*A5%d?<1P)`%YK>zo^LbhYjIUOoYF1C+UMVsPgPTN=0 a&N3bBK;LQN)tZt`!!_IOSrQcRul@l#T#q6E literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..02e45bdaf423c033ba015111bb62c1c3b6bed740 GIT binary patch literal 1195 zcmY*Y--{eY5bmB|yF0rVycnV(5*i`sf;WSNm>?o*a-txY^MXbfVVK>n+nu|f=}C7_ z&RsSyF|WZtK!v+U|D}HQ$$vpXt?oVJ*-iIMO;>&W)mJrNZEd9l$Jfu_Tf7w!@|!a* zjs%U5aOv-GNCl5zicyn*bEsqH^#O(mOB;QK54(B6Lc&Sz2{-z$Xxh2O5L zu4zCOCzV+gx~;rXgVyC7#<7i>vIg6mma}7MxV>D1DS2tif>#P=MyjQa4b&~Si2~E9 zW`>Es94_Gju6wxjGu+kzr^f?5GUORu-8b|!;K4dP3n(!m57*=;!lPfpAL!F)O;4kB zbVh%?LdlvQ#p@7b;}^lx_z}5Hz9a|a8}f)WZ$`u<$Ei}3xQU28o~(&O{1yd%h+d|D zG&oH$K0XUjn%?TgCtW2tlMS%X8*NaD19;qFJ~cFkb-HTi%q)QI@9r~{i%q?ItKFUH@>iRyrsaLOhs*cd+fJ)AL-5O>fwtSD^3|>|po%8Tg*E zF?f_fY8yErY;+{6W}K)Pfs`x0r=|K1H#rAOJxt;H>Q|z!;?W->U&tDAUN(8VGz;16 zw6}H+6~MHD9iv?Dsr(5vPjXRB&s}b1cXM4C*lFlxokmsMRo4k z=lL?LAfV~rQ8=OzTESmeqDyo{`&7M-9^)^xqp|k%q-xOgm2lK_I wHvPhDRTOII!b5G8=i#Nhu)XF^`ybSjcLF}7XlW;IA9;@gH`54n@iY1JA9&qX>i_@% literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c6299ee685f92a9518bb2a1c145f266968b62653 GIT binary patch literal 1411 zcmZWp-D)I76t3#Ondx*wHppUJ&_WD2V7k?1qlk!Zj3}(xm_?HvgtlkuWTun;v#L6A zhKU!tSK{IWsF3KDuizv22z~37ub`rys-CPXR#Vk|>ipDqzEh_^TweAGj*lK}P0n3H ze$~R`!$aXsobnS~IN>xSgZ51a6lE*3a(iG?y=P}m?hf4C8+b-`vQFL|bSVLH(F6aI z4wfJQ4`%>21nY#m-?`l5od?cfnbUiu-~A0wA-jFrbnjLwEsG@UTg}qDWqI;`DrH)X zo7Fw2ZoTx1-r7#G3jpQm$}91Nlylfd_iYlD|%sZYi?g! zlqj3qbMh_W&iD40^xT=#3uo?J(r-SdWVSY^$L`!lZ}*{f?jDfhwnLP6;)|~+IY-83 z&ta?%_vU2oT_U3guUt zs?4)~pNcLPYIbKkDT-1pKtJ-@kZcH}q?TY(Yg1a>4#rE6Ogl}I(^ik>6TEG+XWmKD z40s#ue=s&=KWJ9ok`jc*z9U2_8ZRryV-StYVOWm^HW+EH$$GfpFK+K`vtl5`R{({r z?OZS+dOM$u!1O|6m9lX($&GVdrbWLabax7UK~27*r~SM|P~VgxHg})GPeeS4+TZJF zQsxlxq=>4inv}(6b#wDb01Q*uR6@6ih)$t6jk0vOFu57N8p%|_W`$~ODH&C16~$?x zKwyVPWd*_%OhzV=s6F{Aov@lVPqZ2SR}ml}8RA0xfLb)LEb9O5*!tVSY5nCptNIJ~ ztv?;_Wx7HG+NI(t^ysfN9ZfFQL9C(NcxsA`KNc1WgBu7ij4=&fim)<2jPOh(6#|up zU7ZW0W6QeMc3;m+UT5$I XMM+-ArHkMLYt;%Y-@%m3(J(^pRX0|<$rs%Q2=1QKJpryo`QsQ#*IK3Q4{2t1#DeSZ9V zi;!Qjarp6}@jm?JFHkVTXiECkoAxbeTdAEneJ6AKF2#O3^|D64Vd_rmXU%@o)ZH}5 zTK!hm?zbu7WU<7TcWM6!clgRl!dLhT^X}WM!ThhC{?UWp{hEt%ta;yK0c(NGG1P%y zrN1{zCDp#)U`uQnq*fWdK{`i%gT0fh9ZNeKiB#IZHc?5D$7zS^b}`|3BqvFpa{=uz zi*NHtay6Z(qDW;lV4xChk2z1HSd1jha%32%X(XqEi719#O1-*Sh%8pou*kAFXO*0- z+lSkFd9PJW)nux)Ctwkg4=vnW{W$Qp;r{{rLi2iUSp8!Y3^&RsEE z59`f^NnV`=>=QyQOpDPd$w%GU>Ic=~LNLNKKSV zFJJoPBkl8?$?ZgqJB~nJMH463w?5-?s2#=csGo>fg`tPCH!d>XV{zV_?5J^(uT9=u z+Z3D+627KHJiN_CZ;R(!y)+rrB5!st^kky=+60E<5tqG5GU-K0uDAe{dccv05i8jn zOp}!LDr8bViibPh$&Nnp1SEpXX{y?=A9)-K;`+30IW(ZlG_V5d(`8GXfc}oB-8{~? z)V|``Bw~rs4t5-zRiF{ACLV@?o|&qG0)KCRiIj@7oTzbxA#)?>#(n#5_4=rqh~ddUR0XtEQTJq5Cu ziXk^xEsxS-5T{XL;-l0{)p~nP7cYucupwZ351ttbG_d^)6@U$*O$jhD`kgcP7@z~u z%ZBLHP_%5^qu+ls_m#DPXa&Gol+2DRr}Q8`S*6cB&}rTz`FRH*yd8*=68x3^!eb4@ z6Eq=HAdZxLPHvL7$;ae6`4RHN4e}XL{-TK(&jS^dK?xX_UfE>9ckaAZwr&z@U;c*C z`^@NdTC;C2q2n45ra8JffK_{YI5iX?x~HqVI9)SY=YVbygz!|j%YD{s&No9j9b&53 zoTh1ox$1`3U^=m#Nd8(_hFU3-^S>LpctXJ&G&Z!)>M;bzami7orfeQ&(be z4OX4}pNpTBS3B;1g57Bej79?UTje4yh{I>F*td~5htfe6bum%vHts%xz$qbIi&t>itCE!2=bkKj!IM6B?69L% z_x&#D%XKJ7+oJXFk=JNLzy^2Q>!H@8zyp_~ZF&rX_@Vwky@q%Tv^&SeGQ4!7kX^I1 zIi;s|V6!8E9|OY1@n<2ubobLscbF#K`ZlC7qdxObfvHMT***N>f-oDi>*xPfbpQLs z+(MOgn-FX^s>JI@5eC61sxHiyN>m{ZgNZrHA**3p6((Hy?_~v>ru-sCN%;m8KIF0$ es|_Yuu>!|Kqdab(FmH;b_pp7cGL%=f|M(m4Md}Oy literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/operations/build/metadata.py b/venv/lib/python3.8/site-packages/pip/_internal/operations/build/metadata.py new file mode 100644 index 000000000..e2b7b4445 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/operations/build/metadata.py @@ -0,0 +1,39 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pep517.wrappers import Pep517HookCaller + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import ( + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + + +def generate_metadata( + build_env: BuildEnvironment, backend: Pep517HookCaller, 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 Pep517HookCaller implements a fallback for + # prepare_metadata_for_build_wheel, so we don't have to + # consider the possibility that this hook doesn't exist. + runner = runner_with_spinner_message("Preparing metadata (pyproject.toml)") + with backend.subprocess_runner(runner): + try: + distinfo_dir = backend.prepare_metadata_for_build_wheel(metadata_dir) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + return os.path.join(metadata_dir, distinfo_dir) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/operations/build/metadata_editable.py b/venv/lib/python3.8/site-packages/pip/_internal/operations/build/metadata_editable.py new file mode 100644 index 000000000..4c3f48b6c --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/operations/build/metadata_editable.py @@ -0,0 +1,41 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pep517.wrappers import Pep517HookCaller + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import ( + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + + +def generate_editable_metadata( + build_env: BuildEnvironment, backend: Pep517HookCaller, details: str +) -> str: + """Generate metadata using mechanisms described in PEP 660. + + Returns the generated metadata directory. + """ + metadata_tmpdir = TempDirectory(kind="modern-metadata", globally_managed=True) + + metadata_dir = metadata_tmpdir.path + + with build_env: + # Note that Pep517HookCaller implements a fallback for + # prepare_metadata_for_build_wheel/editable, so we don't have to + # consider the possibility that this hook doesn't exist. + runner = runner_with_spinner_message( + "Preparing editable metadata (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + distinfo_dir = backend.prepare_metadata_for_build_editable(metadata_dir) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + return os.path.join(metadata_dir, distinfo_dir) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/operations/build/metadata_legacy.py b/venv/lib/python3.8/site-packages/pip/_internal/operations/build/metadata_legacy.py new file mode 100644 index 000000000..e60988d64 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/operations/build/metadata_legacy.py @@ -0,0 +1,74 @@ +"""Metadata generation logic for legacy source distributions. +""" + +import logging +import os + +from pip._internal.build_env import BuildEnvironment +from pip._internal.cli.spinners import open_spinner +from pip._internal.exceptions import ( + InstallationError, + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.setuptools_build import make_setuptools_egg_info_args +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +def _find_egg_info(directory: str) -> str: + """Find an .egg-info subdirectory in `directory`.""" + filenames = [f for f in os.listdir(directory) if f.endswith(".egg-info")] + + if not filenames: + raise InstallationError(f"No .egg-info directory found in {directory}") + + if len(filenames) > 1: + raise InstallationError( + "More than one .egg-info directory found in {}".format(directory) + ) + + return os.path.join(directory, filenames[0]) + + +def generate_metadata( + build_env: BuildEnvironment, + setup_py_path: str, + source_dir: str, + isolated: bool, + details: str, +) -> str: + """Generate metadata using setup.py-based defacto mechanisms. + + Returns the generated metadata directory. + """ + logger.debug( + "Running setup.py (path:%s) egg_info for package %s", + setup_py_path, + details, + ) + + egg_info_dir = TempDirectory(kind="pip-egg-info", globally_managed=True).path + + args = make_setuptools_egg_info_args( + setup_py_path, + egg_info_dir=egg_info_dir, + no_user_config=isolated, + ) + + with build_env: + with open_spinner("Preparing metadata (setup.py)") as spinner: + try: + call_subprocess( + args, + cwd=source_dir, + command_desc="python setup.py egg_info", + spinner=spinner, + ) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + # Return the .egg-info directory. + return _find_egg_info(egg_info_dir) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/operations/build/wheel.py b/venv/lib/python3.8/site-packages/pip/_internal/operations/build/wheel.py new file mode 100644 index 000000000..b0d2fc9ea --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/operations/build/wheel.py @@ -0,0 +1,37 @@ +import logging +import os +from typing import Optional + +from pip._vendor.pep517.wrappers import Pep517HookCaller + +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +def build_wheel_pep517( + name: str, + backend: Pep517HookCaller, + metadata_directory: str, + tempd: str, +) -> Optional[str]: + """Build one InstallRequirement using the PEP 517 build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + assert metadata_directory is not None + try: + logger.debug("Destination directory: %s", tempd) + + runner = runner_with_spinner_message( + f"Building wheel for {name} (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + wheel_name = backend.build_wheel( + tempd, + metadata_directory=metadata_directory, + ) + except Exception: + logger.error("Failed building wheel for %s", name) + return None + return os.path.join(tempd, wheel_name) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/operations/build/wheel_editable.py b/venv/lib/python3.8/site-packages/pip/_internal/operations/build/wheel_editable.py new file mode 100644 index 000000000..cf7b01aed --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/operations/build/wheel_editable.py @@ -0,0 +1,46 @@ +import logging +import os +from typing import Optional + +from pip._vendor.pep517.wrappers import HookMissing, Pep517HookCaller + +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +def build_wheel_editable( + name: str, + backend: Pep517HookCaller, + metadata_directory: str, + tempd: str, +) -> Optional[str]: + """Build one InstallRequirement using the PEP 660 build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + assert metadata_directory is not None + try: + logger.debug("Destination directory: %s", tempd) + + runner = runner_with_spinner_message( + f"Building editable for {name} (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + wheel_name = backend.build_editable( + tempd, + metadata_directory=metadata_directory, + ) + except HookMissing as e: + logger.error( + "Cannot build editable %s because the build " + "backend does not have the %s hook", + name, + e, + ) + return None + except Exception: + logger.error("Failed building editable for %s", name) + return None + return os.path.join(tempd, wheel_name) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/operations/build/wheel_legacy.py b/venv/lib/python3.8/site-packages/pip/_internal/operations/build/wheel_legacy.py new file mode 100644 index 000000000..c5f0492cc --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/operations/build/wheel_legacy.py @@ -0,0 +1,102 @@ +import logging +import os.path +from typing import List, Optional + +from pip._internal.cli.spinners import open_spinner +from pip._internal.utils.setuptools_build import make_setuptools_bdist_wheel_args +from pip._internal.utils.subprocess import call_subprocess, format_command_args + +logger = logging.getLogger(__name__) + + +def format_command_result( + command_args: List[str], + command_output: str, +) -> str: + """Format command information for logging.""" + command_desc = format_command_args(command_args) + text = f"Command arguments: {command_desc}\n" + + if not command_output: + text += "Command output: None" + elif logger.getEffectiveLevel() > logging.DEBUG: + text += "Command output: [use --verbose to show]" + else: + if not command_output.endswith("\n"): + command_output += "\n" + text += f"Command output:\n{command_output}" + + return text + + +def get_legacy_build_wheel_path( + names: List[str], + temp_dir: str, + name: str, + command_args: List[str], + command_output: str, +) -> Optional[str]: + """Return the path to the wheel in the temporary build directory.""" + # Sort for determinism. + names = sorted(names) + if not names: + msg = ("Legacy build of wheel for {!r} created no files.\n").format(name) + msg += format_command_result(command_args, command_output) + logger.warning(msg) + return None + + if len(names) > 1: + msg = ( + "Legacy build of wheel for {!r} created more than one file.\n" + "Filenames (choosing first): {}\n" + ).format(name, names) + msg += format_command_result(command_args, command_output) + logger.warning(msg) + + return os.path.join(temp_dir, names[0]) + + +def build_wheel_legacy( + name: str, + setup_py_path: str, + source_dir: str, + global_options: List[str], + build_options: List[str], + tempd: str, +) -> Optional[str]: + """Build one unpacked package using the "legacy" build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + wheel_args = make_setuptools_bdist_wheel_args( + setup_py_path, + global_options=global_options, + build_options=build_options, + destination_dir=tempd, + ) + + spin_message = f"Building wheel for {name} (setup.py)" + with open_spinner(spin_message) as spinner: + logger.debug("Destination directory: %s", tempd) + + try: + output = call_subprocess( + wheel_args, + command_desc="python setup.py bdist_wheel", + cwd=source_dir, + spinner=spinner, + ) + except Exception: + spinner.finish("error") + logger.error("Failed building wheel for %s", name) + return None + + names = os.listdir(tempd) + wheel_path = get_legacy_build_wheel_path( + names=names, + temp_dir=tempd, + name=name, + command_args=wheel_args, + command_output=output, + ) + return wheel_path diff --git a/venv/lib/python3.8/site-packages/pip/_internal/operations/check.py b/venv/lib/python3.8/site-packages/pip/_internal/operations/check.py new file mode 100644 index 000000000..fb3ac8b9c --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/operations/check.py @@ -0,0 +1,149 @@ +"""Validation of dependencies of packages +""" + +import logging +from typing import Callable, Dict, List, NamedTuple, Optional, Set, Tuple + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.metadata import get_default_environment +from pip._internal.metadata.base import DistributionVersion +from pip._internal.req.req_install import InstallRequirement + +logger = logging.getLogger(__name__) + + +class PackageDetails(NamedTuple): + version: DistributionVersion + dependencies: List[Requirement] + + +# Shorthands +PackageSet = Dict[NormalizedName, PackageDetails] +Missing = Tuple[NormalizedName, Requirement] +Conflicting = Tuple[NormalizedName, DistributionVersion, Requirement] + +MissingDict = Dict[NormalizedName, List[Missing]] +ConflictingDict = Dict[NormalizedName, List[Conflicting]] +CheckResult = Tuple[MissingDict, ConflictingDict] +ConflictDetails = Tuple[PackageSet, CheckResult] + + +def create_package_set_from_installed() -> Tuple[PackageSet, bool]: + """Converts a list of distributions into a PackageSet.""" + package_set = {} + problems = False + env = get_default_environment() + for dist in env.iter_installed_distributions(local_only=False, skip=()): + name = dist.canonical_name + try: + dependencies = list(dist.iter_dependencies()) + package_set[name] = PackageDetails(dist.version, dependencies) + except (OSError, ValueError) as e: + # Don't crash on unreadable or broken metadata. + logger.warning("Error parsing requirements for %s: %s", name, e) + problems = True + return package_set, problems + + +def check_package_set( + package_set: PackageSet, should_ignore: Optional[Callable[[str], bool]] = None +) -> CheckResult: + """Check if a package set is consistent + + If should_ignore is passed, it should be a callable that takes a + package name and returns a boolean. + """ + + missing = {} + conflicting = {} + + for package_name, package_detail in package_set.items(): + # Info about dependencies of package_name + missing_deps: Set[Missing] = set() + conflicting_deps: Set[Conflicting] = set() + + if should_ignore and should_ignore(package_name): + continue + + for req in package_detail.dependencies: + name = canonicalize_name(req.name) + + # Check if it's missing + if name not in package_set: + missed = True + if req.marker is not None: + missed = req.marker.evaluate() + if missed: + missing_deps.add((name, req)) + continue + + # Check if there's a conflict + version = package_set[name].version + if not req.specifier.contains(version, prereleases=True): + conflicting_deps.add((name, version, req)) + + if missing_deps: + missing[package_name] = sorted(missing_deps, key=str) + if conflicting_deps: + conflicting[package_name] = sorted(conflicting_deps, key=str) + + return missing, conflicting + + +def check_install_conflicts(to_install: List[InstallRequirement]) -> ConflictDetails: + """For checking if the dependency graph would be consistent after \ + installing given requirements + """ + # Start from the current state + package_set, _ = create_package_set_from_installed() + # Install packages + would_be_installed = _simulate_installation_of(to_install, package_set) + + # Only warn about directly-dependent packages; create a whitelist of them + whitelist = _create_whitelist(would_be_installed, package_set) + + return ( + package_set, + check_package_set( + package_set, should_ignore=lambda name: name not in whitelist + ), + ) + + +def _simulate_installation_of( + to_install: List[InstallRequirement], package_set: PackageSet +) -> Set[NormalizedName]: + """Computes the version of packages after installing to_install.""" + # Keep track of packages that were installed + installed = set() + + # Modify it as installing requirement_set would (assuming no errors) + for inst_req in to_install: + abstract_dist = make_distribution_for_install_requirement(inst_req) + dist = abstract_dist.get_metadata_distribution() + name = dist.canonical_name + package_set[name] = PackageDetails(dist.version, list(dist.iter_dependencies())) + + installed.add(name) + + return installed + + +def _create_whitelist( + would_be_installed: Set[NormalizedName], package_set: PackageSet +) -> Set[NormalizedName]: + packages_affected = set(would_be_installed) + + for package_name in package_set: + if package_name in packages_affected: + continue + + for req in package_set[package_name].dependencies: + if canonicalize_name(req.name) in packages_affected: + packages_affected.add(package_name) + break + + return packages_affected diff --git a/venv/lib/python3.8/site-packages/pip/_internal/operations/freeze.py b/venv/lib/python3.8/site-packages/pip/_internal/operations/freeze.py new file mode 100644 index 000000000..456554085 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/operations/freeze.py @@ -0,0 +1,254 @@ +import collections +import logging +import os +from typing import Container, Dict, Iterable, Iterator, List, NamedTuple, Optional, Set + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, +) +from pip._internal.req.req_file import COMMENT_RE +from pip._internal.utils.direct_url_helpers import direct_url_as_pep440_direct_reference + +logger = logging.getLogger(__name__) + + +class _EditableInfo(NamedTuple): + requirement: str + comments: List[str] + + +def freeze( + requirement: Optional[List[str]] = None, + local_only: bool = False, + user_only: bool = False, + paths: Optional[List[str]] = None, + isolated: bool = False, + exclude_editable: bool = False, + skip: Container[str] = (), +) -> Iterator[str]: + installations: Dict[str, FrozenRequirement] = {} + + dists = get_environment(paths).iter_installed_distributions( + local_only=local_only, + skip=(), + user_only=user_only, + ) + for dist in dists: + req = FrozenRequirement.from_dist(dist) + if exclude_editable and req.editable: + continue + installations[req.canonical_name] = req + + if requirement: + # the options that don't get turned into an InstallRequirement + # should only be emitted once, even if the same option is in multiple + # requirements files, so we need to keep track of what has been emitted + # so that we don't emit it again if it's seen again + emitted_options: Set[str] = set() + # keep track of which files a requirement is in so that we can + # give an accurate warning if a requirement appears multiple times. + req_files: Dict[str, List[str]] = collections.defaultdict(list) + for req_file_path in requirement: + with open(req_file_path) as req_file: + for line in req_file: + if ( + not line.strip() + or line.strip().startswith("#") + or line.startswith( + ( + "-r", + "--requirement", + "-f", + "--find-links", + "-i", + "--index-url", + "--pre", + "--trusted-host", + "--process-dependency-links", + "--extra-index-url", + "--use-feature", + ) + ) + ): + line = line.rstrip() + if line not in emitted_options: + emitted_options.add(line) + yield line + continue + + if line.startswith("-e") or line.startswith("--editable"): + if line.startswith("-e"): + line = line[2:].strip() + else: + line = line[len("--editable") :].strip().lstrip("=") + line_req = install_req_from_editable( + line, + isolated=isolated, + ) + else: + line_req = install_req_from_line( + COMMENT_RE.sub("", line).strip(), + isolated=isolated, + ) + + if not line_req.name: + logger.info( + "Skipping line in requirement file [%s] because " + "it's not clear what it would install: %s", + req_file_path, + line.strip(), + ) + logger.info( + " (add #egg=PackageName to the URL to avoid" + " this warning)" + ) + else: + line_req_canonical_name = canonicalize_name(line_req.name) + if line_req_canonical_name not in installations: + # either it's not installed, or it is installed + # but has been processed already + if not req_files[line_req.name]: + logger.warning( + "Requirement file [%s] contains %s, but " + "package %r is not installed", + req_file_path, + COMMENT_RE.sub("", line).strip(), + line_req.name, + ) + else: + req_files[line_req.name].append(req_file_path) + else: + yield str(installations[line_req_canonical_name]).rstrip() + del installations[line_req_canonical_name] + req_files[line_req.name].append(req_file_path) + + # Warn about requirements that were included multiple times (in a + # single requirements file or in different requirements files). + for name, files in req_files.items(): + if len(files) > 1: + logger.warning( + "Requirement %s included multiple times [%s]", + name, + ", ".join(sorted(set(files))), + ) + + yield ("## The following requirements were added by pip freeze:") + for installation in sorted(installations.values(), key=lambda x: x.name.lower()): + if installation.canonical_name not in skip: + yield str(installation).rstrip() + + +def _format_as_name_version(dist: BaseDistribution) -> str: + if isinstance(dist.version, Version): + return f"{dist.raw_name}=={dist.version}" + return f"{dist.raw_name}==={dist.version}" + + +def _get_editable_info(dist: BaseDistribution) -> _EditableInfo: + """ + Compute and return values (req, comments) for use in + FrozenRequirement.from_dist(). + """ + editable_project_location = dist.editable_project_location + assert editable_project_location + location = os.path.normcase(os.path.abspath(editable_project_location)) + + from pip._internal.vcs import RemoteNotFoundError, RemoteNotValidError, vcs + + vcs_backend = vcs.get_backend_for_dir(location) + + if vcs_backend is None: + display = _format_as_name_version(dist) + logger.debug( + 'No VCS found for editable requirement "%s" in: %r', + display, + location, + ) + return _EditableInfo( + requirement=location, + comments=[f"# Editable install with no version control ({display})"], + ) + + vcs_name = type(vcs_backend).__name__ + + try: + req = vcs_backend.get_src_requirement(location, dist.raw_name) + except RemoteNotFoundError: + display = _format_as_name_version(dist) + return _EditableInfo( + requirement=location, + comments=[f"# Editable {vcs_name} install with no remote ({display})"], + ) + except RemoteNotValidError as ex: + display = _format_as_name_version(dist) + return _EditableInfo( + requirement=location, + comments=[ + f"# Editable {vcs_name} install ({display}) with either a deleted " + f"local remote or invalid URI:", + f"# '{ex.url}'", + ], + ) + except BadCommand: + logger.warning( + "cannot determine version of editable source in %s " + "(%s command not found in path)", + location, + vcs_backend.name, + ) + return _EditableInfo(requirement=location, comments=[]) + except InstallationError as exc: + logger.warning("Error when trying to get requirement for VCS system %s", exc) + else: + return _EditableInfo(requirement=req, comments=[]) + + logger.warning("Could not determine repository location of %s", location) + + return _EditableInfo( + requirement=location, + comments=["## !! Could not determine repository location"], + ) + + +class FrozenRequirement: + def __init__( + self, + name: str, + req: str, + editable: bool, + comments: Iterable[str] = (), + ) -> None: + self.name = name + self.canonical_name = canonicalize_name(name) + self.req = req + self.editable = editable + self.comments = comments + + @classmethod + def from_dist(cls, dist: BaseDistribution) -> "FrozenRequirement": + editable = dist.editable + if editable: + req, comments = _get_editable_info(dist) + else: + comments = [] + direct_url = dist.direct_url + if direct_url: + # if PEP 610 metadata is present, use it + req = direct_url_as_pep440_direct_reference(direct_url, dist.raw_name) + else: + # name==version requirement + req = _format_as_name_version(dist) + + return cls(dist.raw_name, req, editable, comments=comments) + + def __str__(self) -> str: + req = self.req + if self.editable: + req = f"-e {req}" + return "\n".join(list(self.comments) + [str(req)]) + "\n" diff --git a/venv/lib/python3.8/site-packages/pip/_internal/operations/install/__init__.py b/venv/lib/python3.8/site-packages/pip/_internal/operations/install/__init__.py new file mode 100644 index 000000000..24d6a5dd3 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/operations/install/__init__.py @@ -0,0 +1,2 @@ +"""For modules related to installing packages. +""" diff --git a/venv/lib/python3.8/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ea2a19d4e5f301078cf7914dcde6f0e3179b2961 GIT binary patch literal 260 zcmYjMv1&p=5WHuj2>!#hg70ndAXrF9Wtm1|k>)tP)wg)wUG6r5*7=$Il5IXAU8<~6 zApIOK@q2#X=X^IFCkWcZXCJJ->LK)p zGj`huj89?cUjYcp5%Gx6z1)Lu!2K%7gDT9!s+adXw-@rL>gWA#-s5pK$Oqj#;z>2k zhuyr-N7XnVdx&~3_vqx6m+#Yn9^62**I~GWhx7pYA??!x;*BJ;521In}YMgFe%bn$&zaQe#+)_o<7plH1)h*r-YtSF6&40mVZm+ufIexcDCyL*`=2$8lP|;>Q&Ln^7+6b~ATYyRF2TB06^|+I z&NotWjkghSp_UrHd8FSklOAoxm*bo77A|8<#hJa)h`J~rQ-ZZ@R7o*mik3#IwT%=M zM2WJKfGY&FAq;1K4nsc#Fz6+a-S%Gj9x{F#wO)(be(SeE8xsF{|L4R6zn~YlJ=Df8 zj=(2u6B4uo5uvj|su86E80nWab+N4m# z#+6;ejDoY)GqX~%S+0^4nvv;M<>%ef`P=s!A(&Whc6K;VPo+xV)ze71TdDzo-4k+C z+ER*Bwp6YL$|+xs0nU%>wON6h{x6@YZ%3u9szMOpTbDK{el035eEr z2SpBIfa$P{xru%~klJ%j69@Ya4jdc;*wD%7cck6~) literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2ddb54c5f4433ac8ef5b4034dd3cb50c88806f89 GIT binary patch literal 3190 zcmb7G&5s*N6|ZWyyW8#0nek*MnI!aqjbtff17WiZM9V59i;$u$Bnt#fsJF*e_Vi4D zrK+6CnDQQWMq)2fF5C!`N1XQm;IF7FTsR`Z1y(Gtsy)_ZH5b~d=lXc{s@~V{)i0Y( zAHnyl)4TisX(RMkJ-GOFVDKR{{!btT4H3b_O7IYye`{#LexNm{4&@cMGiyTDQMmGlO^LECf( z=nnOvL65ZGv`L4o!S0*HdWw4Mv%8PzBpMwDamGcIB$0^oEGSq$qMY9j;y&#MpK>au zMZZ`vecJc`4i-a?dsx*+`%yNbAfqG1X@Dc}OT9vDj#)90oRF*{GuJu>2bEUxTLS_}_pC_!0cZ`aK#$V3EpcV_uQy z0s8H&xh?R4wWvt@49}~wy08iK*tV?5>It4Z7(IXTe4A7kRcQf-D;(*b;Lq^{%{?RG z-rSb_6ZbLjD|KnHkXNs!04B}fsKFOWnh5RyhFehhxFa?aLakE+Hz z+T+ZEeh-_eFEN9BMqi?T=Y#z`r2`UWgW_21=h<#?XLrmf-HYk2VA1H1vcU_Qy%;3% z-jd}`|NQ}v1>G%R8G?Whintg+*a*rXW(RpenaKk_SccLdF-Za`pc)0E1Ly^8lnI9LEXe;h5#=#Q-e>tbZ@bM^VB*=wB2$tM%z*vKwdPe0KV~ zc|c+kWVwL+B=IN`G!Xj{jP!&_SW1E@3s!r8e;LXB;NvVg4pzAfIeh>z&VvbsYykbT z$tBxj%7ci}fKQ7eXM&RcY-4rOu2H8iUJ8Ye6!v>-s=@_h+P$T#TsS_9QmQ;K5!V@~ zoN><5NH7yjo)nBFzRGgwUzR!0Y(HrjB^bV%3Y?rs%7+Onb@9I#@w~76XjByW#xP*3#pjK;r-` zNV*4T-V&yezQV87ygfS=)qAER!C6XO!Nn5rw_Q@Kcko~GYUlR_g zO8<}OPZr?ex~#um$4IWrHQ6A}E9)W(8M&_P0G9kgc#9g*eZz5%RDVXqdkVOf^=%~l zL!bQxqdAn{Sx3|X>uRsC-1ywm+yv%7+jxe4gEH$G5)Iio!LQfnUD;hU&(NX;c)NKn z_1Og^1kBt7Et)44DC9n%V*Rl$5xR~*iLnnMduQv*Jlb8RKcrF5XWs*pvF`%WHOADP z^SCTy{QG*z-=`4)_d+bQJ9@*rdbXA2rPoJ!HjXFkE=I^WcgxNogFD z>PBmA3!}PGmA$8j?`!e{O@64!k2JZbi2;WXp{G0n72eqH$9mXU8pOO0z)R+JpfJ=4 zz0IJD$$mpj_Pfg+`WXHI2wHQj2DWeq+NHmLIV}r&U)vR@T>o#U3h8cjt&Vlm^>F~Z z+0Q{v?_0_ZLz0ieP`TP%;5lPh)goZSsQ}COH8s^wIpP@JFB7I~Dzi1I0#RE~zxu2C z)n6qt)1^smzr9M&y}%758(*lMw|UZ>P&l{*52oKV-;`3`EREqsWRUvXZwn}wFTBaj zolK0Vo0qaq_m+>&GKQ{S#0bG}#P|RB9~XFoApigX literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2869f83183fda44908b75345845a8e065a68292e GIT binary patch literal 20756 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 E2N`To_W%F@ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/operations/install/editable_legacy.py b/venv/lib/python3.8/site-packages/pip/_internal/operations/install/editable_legacy.py new file mode 100644 index 000000000..bb548cdca --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/operations/install/editable_legacy.py @@ -0,0 +1,47 @@ +"""Legacy editable installation process, i.e. `setup.py develop`. +""" +import logging +from typing import List, Optional, Sequence + +from pip._internal.build_env import BuildEnvironment +from pip._internal.utils.logging import indent_log +from pip._internal.utils.setuptools_build import make_setuptools_develop_args +from pip._internal.utils.subprocess import call_subprocess + +logger = logging.getLogger(__name__) + + +def install_editable( + install_options: List[str], + global_options: Sequence[str], + prefix: Optional[str], + home: Optional[str], + use_user_site: bool, + name: str, + setup_py_path: str, + isolated: bool, + build_env: BuildEnvironment, + unpacked_source_directory: str, +) -> None: + """Install a package in editable mode. Most arguments are pass-through + to setuptools. + """ + logger.info("Running setup.py develop for %s", name) + + args = make_setuptools_develop_args( + setup_py_path, + global_options=global_options, + install_options=install_options, + no_user_config=isolated, + prefix=prefix, + home=home, + use_user_site=use_user_site, + ) + + with indent_log(): + with build_env: + call_subprocess( + args, + command_desc="python setup.py develop", + cwd=unpacked_source_directory, + ) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/operations/install/legacy.py b/venv/lib/python3.8/site-packages/pip/_internal/operations/install/legacy.py new file mode 100644 index 000000000..5b7ef9017 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/operations/install/legacy.py @@ -0,0 +1,120 @@ +"""Legacy installation process, i.e. `setup.py install`. +""" + +import logging +import os +from distutils.util import change_root +from typing import List, Optional, Sequence + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import InstallationError, LegacyInstallFailure +from pip._internal.models.scheme import Scheme +from pip._internal.utils.misc import ensure_dir +from pip._internal.utils.setuptools_build import make_setuptools_install_args +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +def write_installed_files_from_setuptools_record( + record_lines: List[str], + root: Optional[str], + req_description: str, +) -> None: + def prepend_root(path: str) -> str: + if root is None or not os.path.isabs(path): + return path + else: + return change_root(root, path) + + for line in record_lines: + directory = os.path.dirname(line) + if directory.endswith(".egg-info"): + egg_info_dir = prepend_root(directory) + break + else: + message = ( + "{} did not indicate that it installed an " + ".egg-info directory. Only setup.py projects " + "generating .egg-info directories are supported." + ).format(req_description) + raise InstallationError(message) + + new_lines = [] + for line in record_lines: + filename = line.strip() + if os.path.isdir(filename): + filename += os.path.sep + new_lines.append(os.path.relpath(prepend_root(filename), egg_info_dir)) + new_lines.sort() + ensure_dir(egg_info_dir) + inst_files_path = os.path.join(egg_info_dir, "installed-files.txt") + with open(inst_files_path, "w") as f: + f.write("\n".join(new_lines) + "\n") + + +def install( + install_options: List[str], + global_options: Sequence[str], + root: Optional[str], + home: Optional[str], + prefix: Optional[str], + use_user_site: bool, + pycompile: bool, + scheme: Scheme, + setup_py_path: str, + isolated: bool, + req_name: str, + build_env: BuildEnvironment, + unpacked_source_directory: str, + req_description: str, +) -> bool: + + header_dir = scheme.headers + + with TempDirectory(kind="record") as temp_dir: + try: + record_filename = os.path.join(temp_dir.path, "install-record.txt") + install_args = make_setuptools_install_args( + setup_py_path, + global_options=global_options, + install_options=install_options, + record_filename=record_filename, + root=root, + prefix=prefix, + header_dir=header_dir, + home=home, + use_user_site=use_user_site, + no_user_config=isolated, + pycompile=pycompile, + ) + + runner = runner_with_spinner_message( + f"Running setup.py install for {req_name}" + ) + with build_env: + runner( + cmd=install_args, + cwd=unpacked_source_directory, + ) + + if not os.path.exists(record_filename): + logger.debug("Record file %s not found", record_filename) + # Signal to the caller that we didn't install the new package + return False + + except Exception as e: + # Signal to the caller that we didn't install the new package + raise LegacyInstallFailure(package_details=req_name) from e + + # At this point, we have successfully installed the requirement. + + # We intentionally do not use any encoding to read the file because + # setuptools writes the file using distutils.file_util.write_file, + # which does not specify an encoding. + with open(record_filename) as f: + record_lines = f.read().splitlines() + + write_installed_files_from_setuptools_record(record_lines, root, req_description) + return True diff --git a/venv/lib/python3.8/site-packages/pip/_internal/operations/install/wheel.py b/venv/lib/python3.8/site-packages/pip/_internal/operations/install/wheel.py new file mode 100644 index 000000000..e191b1343 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/operations/install/wheel.py @@ -0,0 +1,738 @@ +"""Support for installing and building the "wheel" binary package format. +""" + +import collections +import compileall +import contextlib +import csv +import importlib +import logging +import os.path +import re +import shutil +import sys +import warnings +from base64 import urlsafe_b64encode +from email.message import Message +from itertools import chain, filterfalse, starmap +from typing import ( + IO, + TYPE_CHECKING, + Any, + BinaryIO, + Callable, + Dict, + Iterable, + Iterator, + List, + NewType, + Optional, + Sequence, + Set, + Tuple, + Union, + cast, +) +from zipfile import ZipFile, ZipInfo + +from pip._vendor.distlib.scripts import ScriptMaker +from pip._vendor.distlib.util import get_export_entry +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import InstallationError +from pip._internal.locations import get_major_minor_version +from pip._internal.metadata import ( + BaseDistribution, + FilesystemWheel, + get_wheel_distribution, +) +from pip._internal.models.direct_url import DIRECT_URL_METADATA_NAME, DirectUrl +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import captured_stdout, ensure_dir, hash_file, partition +from pip._internal.utils.unpacking import ( + current_umask, + is_within_directory, + set_extracted_file_to_default_mode_plus_executable, + zip_item_is_executable, +) +from pip._internal.utils.wheel import parse_wheel + +if TYPE_CHECKING: + from typing import Protocol + + class File(Protocol): + src_record_path: "RecordPath" + dest_path: str + changed: bool + + def save(self) -> None: + pass + + +logger = logging.getLogger(__name__) + +RecordPath = NewType("RecordPath", str) +InstalledCSVRow = Tuple[RecordPath, str, Union[int, str]] + + +def rehash(path: str, blocksize: int = 1 << 20) -> Tuple[str, str]: + """Return (encoded_digest, length) for path using hashlib.sha256()""" + h, length = hash_file(path, blocksize) + digest = "sha256=" + urlsafe_b64encode(h.digest()).decode("latin1").rstrip("=") + return (digest, str(length)) + + +def csv_io_kwargs(mode: str) -> Dict[str, Any]: + """Return keyword arguments to properly open a CSV file + in the given mode. + """ + return {"mode": mode, "newline": "", "encoding": "utf-8"} + + +def fix_script(path: str) -> bool: + """Replace #!python with #!/path/to/python + Return True if file was changed. + """ + # XXX RECORD hashes will need to be updated + assert os.path.isfile(path) + + with open(path, "rb") as script: + firstline = script.readline() + if not firstline.startswith(b"#!python"): + return False + exename = sys.executable.encode(sys.getfilesystemencoding()) + firstline = b"#!" + exename + os.linesep.encode("ascii") + rest = script.read() + with open(path, "wb") as script: + script.write(firstline) + script.write(rest) + return True + + +def wheel_root_is_purelib(metadata: Message) -> bool: + return metadata.get("Root-Is-Purelib", "").lower() == "true" + + +def get_entrypoints(dist: BaseDistribution) -> Tuple[Dict[str, str], Dict[str, str]]: + console_scripts = {} + gui_scripts = {} + for entry_point in dist.iter_entry_points(): + if entry_point.group == "console_scripts": + console_scripts[entry_point.name] = entry_point.value + elif entry_point.group == "gui_scripts": + gui_scripts[entry_point.name] = entry_point.value + return console_scripts, gui_scripts + + +def message_about_scripts_not_on_PATH(scripts: Sequence[str]) -> Optional[str]: + """Determine if any scripts are not on PATH and format a warning. + Returns a warning message if one or more scripts are not on PATH, + otherwise None. + """ + if not scripts: + return None + + # Group scripts by the path they were installed in + grouped_by_dir: Dict[str, Set[str]] = collections.defaultdict(set) + for destfile in scripts: + parent_dir = os.path.dirname(destfile) + script_name = os.path.basename(destfile) + grouped_by_dir[parent_dir].add(script_name) + + # We don't want to warn for directories that are on PATH. + not_warn_dirs = [ + os.path.normcase(i).rstrip(os.sep) + for i in os.environ.get("PATH", "").split(os.pathsep) + ] + # If an executable sits with sys.executable, we don't warn for it. + # This covers the case of venv invocations without activating the venv. + not_warn_dirs.append(os.path.normcase(os.path.dirname(sys.executable))) + warn_for: Dict[str, Set[str]] = { + parent_dir: scripts + for parent_dir, scripts in grouped_by_dir.items() + if os.path.normcase(parent_dir) not in not_warn_dirs + } + if not warn_for: + return None + + # Format a message + msg_lines = [] + for parent_dir, dir_scripts in warn_for.items(): + sorted_scripts: List[str] = sorted(dir_scripts) + if len(sorted_scripts) == 1: + start_text = "script {} is".format(sorted_scripts[0]) + else: + start_text = "scripts {} are".format( + ", ".join(sorted_scripts[:-1]) + " and " + sorted_scripts[-1] + ) + + msg_lines.append( + "The {} installed in '{}' which is not on PATH.".format( + start_text, parent_dir + ) + ) + + last_line_fmt = ( + "Consider adding {} to PATH or, if you prefer " + "to suppress this warning, use --no-warn-script-location." + ) + if len(msg_lines) == 1: + msg_lines.append(last_line_fmt.format("this directory")) + else: + msg_lines.append(last_line_fmt.format("these directories")) + + # Add a note if any directory starts with ~ + warn_for_tilde = any( + i[0] == "~" for i in os.environ.get("PATH", "").split(os.pathsep) if i + ) + if warn_for_tilde: + tilde_warning_msg = ( + "NOTE: The current PATH contains path(s) starting with `~`, " + "which may not be expanded by all applications." + ) + msg_lines.append(tilde_warning_msg) + + # Returns the formatted multiline message + return "\n".join(msg_lines) + + +def _normalized_outrows( + outrows: Iterable[InstalledCSVRow], +) -> List[Tuple[str, str, str]]: + """Normalize the given rows of a RECORD file. + + Items in each row are converted into str. Rows are then sorted to make + the value more predictable for tests. + + Each row is a 3-tuple (path, hash, size) and corresponds to a record of + a RECORD file (see PEP 376 and PEP 427 for details). For the rows + passed to this function, the size can be an integer as an int or string, + or the empty string. + """ + # Normally, there should only be one row per path, in which case the + # second and third elements don't come into play when sorting. + # However, in cases in the wild where a path might happen to occur twice, + # we don't want the sort operation to trigger an error (but still want + # determinism). Since the third element can be an int or string, we + # coerce each element to a string to avoid a TypeError in this case. + # For additional background, see-- + # https://github.com/pypa/pip/issues/5868 + return sorted( + (record_path, hash_, str(size)) for record_path, hash_, size in outrows + ) + + +def _record_to_fs_path(record_path: RecordPath) -> str: + return record_path + + +def _fs_to_record_path(path: str, relative_to: Optional[str] = None) -> RecordPath: + if relative_to is not None: + # On Windows, do not handle relative paths if they belong to different + # logical disks + if ( + os.path.splitdrive(path)[0].lower() + == os.path.splitdrive(relative_to)[0].lower() + ): + path = os.path.relpath(path, relative_to) + path = path.replace(os.path.sep, "/") + return cast("RecordPath", path) + + +def get_csv_rows_for_installed( + old_csv_rows: List[List[str]], + installed: Dict[RecordPath, RecordPath], + changed: Set[RecordPath], + generated: List[str], + lib_dir: str, +) -> List[InstalledCSVRow]: + """ + :param installed: A map from archive RECORD path to installation RECORD + path. + """ + installed_rows: List[InstalledCSVRow] = [] + for row in old_csv_rows: + if len(row) > 3: + logger.warning("RECORD line has more than three elements: %s", row) + old_record_path = cast("RecordPath", row[0]) + new_record_path = installed.pop(old_record_path, old_record_path) + if new_record_path in changed: + digest, length = rehash(_record_to_fs_path(new_record_path)) + else: + digest = row[1] if len(row) > 1 else "" + length = row[2] if len(row) > 2 else "" + installed_rows.append((new_record_path, digest, length)) + for f in generated: + path = _fs_to_record_path(f, lib_dir) + digest, length = rehash(f) + installed_rows.append((path, digest, length)) + for installed_record_path in installed.values(): + installed_rows.append((installed_record_path, "", "")) + return installed_rows + + +def get_console_script_specs(console: Dict[str, str]) -> List[str]: + """ + Given the mapping from entrypoint name to callable, return the relevant + console script specs. + """ + # Don't mutate caller's version + console = console.copy() + + scripts_to_generate = [] + + # Special case pip and setuptools to generate versioned wrappers + # + # The issue is that some projects (specifically, pip and setuptools) use + # code in setup.py to create "versioned" entry points - pip2.7 on Python + # 2.7, pip3.3 on Python 3.3, etc. But these entry points are baked into + # the wheel metadata at build time, and so if the wheel is installed with + # a *different* version of Python the entry points will be wrong. The + # correct fix for this is to enhance the metadata to be able to describe + # such versioned entry points, but that won't happen till Metadata 2.0 is + # available. + # In the meantime, projects using versioned entry points will either have + # incorrect versioned entry points, or they will not be able to distribute + # "universal" wheels (i.e., they will need a wheel per Python version). + # + # Because setuptools and pip are bundled with _ensurepip and virtualenv, + # we need to use universal wheels. So, as a stopgap until Metadata 2.0, we + # override the versioned entry points in the wheel and generate the + # correct ones. This code is purely a short-term measure until Metadata 2.0 + # is available. + # + # To add the level of hack in this section of code, in order to support + # ensurepip this code will look for an ``ENSUREPIP_OPTIONS`` environment + # variable which will control which version scripts get installed. + # + # ENSUREPIP_OPTIONS=altinstall + # - Only pipX.Y and easy_install-X.Y will be generated and installed + # ENSUREPIP_OPTIONS=install + # - pipX.Y, pipX, easy_install-X.Y will be generated and installed. Note + # that this option is technically if ENSUREPIP_OPTIONS is set and is + # not altinstall + # DEFAULT + # - The default behavior is to install pip, pipX, pipX.Y, easy_install + # and easy_install-X.Y. + pip_script = console.pop("pip", None) + if pip_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("pip = " + pip_script) + + if os.environ.get("ENSUREPIP_OPTIONS", "") != "altinstall": + scripts_to_generate.append( + "pip{} = {}".format(sys.version_info[0], pip_script) + ) + + scripts_to_generate.append(f"pip{get_major_minor_version()} = {pip_script}") + # Delete any other versioned pip entry points + pip_ep = [k for k in console if re.match(r"pip(\d(\.\d)?)?$", k)] + for k in pip_ep: + del console[k] + easy_install_script = console.pop("easy_install", None) + if easy_install_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("easy_install = " + easy_install_script) + + scripts_to_generate.append( + "easy_install-{} = {}".format( + get_major_minor_version(), easy_install_script + ) + ) + # Delete any other versioned easy_install entry points + easy_install_ep = [ + k for k in console if re.match(r"easy_install(-\d\.\d)?$", k) + ] + for k in easy_install_ep: + del console[k] + + # Generate the console entry points specified in the wheel + scripts_to_generate.extend(starmap("{} = {}".format, console.items())) + + return scripts_to_generate + + +class ZipBackedFile: + def __init__( + self, src_record_path: RecordPath, dest_path: str, zip_file: ZipFile + ) -> None: + self.src_record_path = src_record_path + self.dest_path = dest_path + self._zip_file = zip_file + self.changed = False + + def _getinfo(self) -> ZipInfo: + return self._zip_file.getinfo(self.src_record_path) + + def save(self) -> None: + # directory creation is lazy and after file filtering + # to ensure we don't install empty dirs; empty dirs can't be + # uninstalled. + parent_dir = os.path.dirname(self.dest_path) + ensure_dir(parent_dir) + + # When we open the output file below, any existing file is truncated + # before we start writing the new contents. This is fine in most + # cases, but can cause a segfault if pip has loaded a shared + # object (e.g. from pyopenssl through its vendored urllib3) + # Since the shared object is mmap'd an attempt to call a + # symbol in it will then cause a segfault. Unlinking the file + # allows writing of new contents while allowing the process to + # continue to use the old copy. + if os.path.exists(self.dest_path): + os.unlink(self.dest_path) + + zipinfo = self._getinfo() + + with self._zip_file.open(zipinfo) as f: + with open(self.dest_path, "wb") as dest: + shutil.copyfileobj(f, dest) + + if zip_item_is_executable(zipinfo): + set_extracted_file_to_default_mode_plus_executable(self.dest_path) + + +class ScriptFile: + def __init__(self, file: "File") -> None: + self._file = file + self.src_record_path = self._file.src_record_path + self.dest_path = self._file.dest_path + self.changed = False + + def save(self) -> None: + self._file.save() + self.changed = fix_script(self.dest_path) + + +class MissingCallableSuffix(InstallationError): + def __init__(self, entry_point: str) -> None: + super().__init__( + "Invalid script entry point: {} - A callable " + "suffix is required. Cf https://packaging.python.org/" + "specifications/entry-points/#use-for-scripts for more " + "information.".format(entry_point) + ) + + +def _raise_for_invalid_entrypoint(specification: str) -> None: + entry = get_export_entry(specification) + if entry is not None and entry.suffix is None: + raise MissingCallableSuffix(str(entry)) + + +class PipScriptMaker(ScriptMaker): + def make(self, specification: str, options: Dict[str, Any] = None) -> List[str]: + _raise_for_invalid_entrypoint(specification) + return super().make(specification, options) + + +def _install_wheel( + name: str, + wheel_zip: ZipFile, + wheel_path: str, + scheme: Scheme, + pycompile: bool = True, + warn_script_location: bool = True, + direct_url: Optional[DirectUrl] = None, + requested: bool = False, +) -> None: + """Install a wheel. + + :param name: Name of the project to install + :param wheel_zip: open ZipFile for wheel being installed + :param scheme: Distutils scheme dictating the install directories + :param req_description: String used in place of the requirement, for + logging + :param pycompile: Whether to byte-compile installed Python files + :param warn_script_location: Whether to check that scripts are installed + into a directory on PATH + :raises UnsupportedWheel: + * when the directory holds an unpacked wheel with incompatible + Wheel-Version + * when the .dist-info dir does not match the wheel + """ + info_dir, metadata = parse_wheel(wheel_zip, name) + + if wheel_root_is_purelib(metadata): + lib_dir = scheme.purelib + else: + lib_dir = scheme.platlib + + # Record details of the files moved + # installed = files copied from the wheel to the destination + # changed = files changed while installing (scripts #! line typically) + # generated = files newly generated during the install (script wrappers) + installed: Dict[RecordPath, RecordPath] = {} + changed: Set[RecordPath] = set() + generated: List[str] = [] + + def record_installed( + srcfile: RecordPath, destfile: str, modified: bool = False + ) -> None: + """Map archive RECORD paths to installation RECORD paths.""" + newpath = _fs_to_record_path(destfile, lib_dir) + installed[srcfile] = newpath + if modified: + changed.add(_fs_to_record_path(destfile)) + + def is_dir_path(path: RecordPath) -> bool: + return path.endswith("/") + + def assert_no_path_traversal(dest_dir_path: str, target_path: str) -> None: + if not is_within_directory(dest_dir_path, target_path): + message = ( + "The wheel {!r} has a file {!r} trying to install" + " outside the target directory {!r}" + ) + raise InstallationError( + message.format(wheel_path, target_path, dest_dir_path) + ) + + def root_scheme_file_maker( + zip_file: ZipFile, dest: str + ) -> Callable[[RecordPath], "File"]: + def make_root_scheme_file(record_path: RecordPath) -> "File": + normed_path = os.path.normpath(record_path) + dest_path = os.path.join(dest, normed_path) + assert_no_path_traversal(dest, dest_path) + return ZipBackedFile(record_path, dest_path, zip_file) + + return make_root_scheme_file + + def data_scheme_file_maker( + zip_file: ZipFile, scheme: Scheme + ) -> Callable[[RecordPath], "File"]: + scheme_paths = {key: getattr(scheme, key) for key in SCHEME_KEYS} + + def make_data_scheme_file(record_path: RecordPath) -> "File": + normed_path = os.path.normpath(record_path) + try: + _, scheme_key, dest_subpath = normed_path.split(os.path.sep, 2) + except ValueError: + message = ( + "Unexpected file in {}: {!r}. .data directory contents" + " should be named like: '/'." + ).format(wheel_path, record_path) + raise InstallationError(message) + + try: + scheme_path = scheme_paths[scheme_key] + except KeyError: + valid_scheme_keys = ", ".join(sorted(scheme_paths)) + message = ( + "Unknown scheme key used in {}: {} (for file {!r}). .data" + " directory contents should be in subdirectories named" + " with a valid scheme key ({})" + ).format(wheel_path, scheme_key, record_path, valid_scheme_keys) + raise InstallationError(message) + + dest_path = os.path.join(scheme_path, dest_subpath) + assert_no_path_traversal(scheme_path, dest_path) + return ZipBackedFile(record_path, dest_path, zip_file) + + return make_data_scheme_file + + def is_data_scheme_path(path: RecordPath) -> bool: + return path.split("/", 1)[0].endswith(".data") + + paths = cast(List[RecordPath], wheel_zip.namelist()) + file_paths = filterfalse(is_dir_path, paths) + root_scheme_paths, data_scheme_paths = partition(is_data_scheme_path, file_paths) + + make_root_scheme_file = root_scheme_file_maker(wheel_zip, lib_dir) + files: Iterator[File] = map(make_root_scheme_file, root_scheme_paths) + + def is_script_scheme_path(path: RecordPath) -> bool: + parts = path.split("/", 2) + return len(parts) > 2 and parts[0].endswith(".data") and parts[1] == "scripts" + + other_scheme_paths, script_scheme_paths = partition( + is_script_scheme_path, data_scheme_paths + ) + + make_data_scheme_file = data_scheme_file_maker(wheel_zip, scheme) + other_scheme_files = map(make_data_scheme_file, other_scheme_paths) + files = chain(files, other_scheme_files) + + # Get the defined entry points + distribution = get_wheel_distribution( + FilesystemWheel(wheel_path), + canonicalize_name(name), + ) + console, gui = get_entrypoints(distribution) + + def is_entrypoint_wrapper(file: "File") -> bool: + # EP, EP.exe and EP-script.py are scripts generated for + # entry point EP by setuptools + path = file.dest_path + name = os.path.basename(path) + if name.lower().endswith(".exe"): + matchname = name[:-4] + elif name.lower().endswith("-script.py"): + matchname = name[:-10] + elif name.lower().endswith(".pya"): + matchname = name[:-4] + else: + matchname = name + # Ignore setuptools-generated scripts + return matchname in console or matchname in gui + + script_scheme_files: Iterator[File] = map( + make_data_scheme_file, script_scheme_paths + ) + script_scheme_files = filterfalse(is_entrypoint_wrapper, script_scheme_files) + script_scheme_files = map(ScriptFile, script_scheme_files) + files = chain(files, script_scheme_files) + + for file in files: + file.save() + record_installed(file.src_record_path, file.dest_path, file.changed) + + def pyc_source_file_paths() -> Iterator[str]: + # We de-duplicate installation paths, since there can be overlap (e.g. + # file in .data maps to same location as file in wheel root). + # Sorting installation paths makes it easier to reproduce and debug + # issues related to permissions on existing files. + for installed_path in sorted(set(installed.values())): + full_installed_path = os.path.join(lib_dir, installed_path) + if not os.path.isfile(full_installed_path): + continue + if not full_installed_path.endswith(".py"): + continue + yield full_installed_path + + def pyc_output_path(path: str) -> str: + """Return the path the pyc file would have been written to.""" + return importlib.util.cache_from_source(path) + + # Compile all of the pyc files for the installed files + if pycompile: + with captured_stdout() as stdout: + with warnings.catch_warnings(): + warnings.filterwarnings("ignore") + for path in pyc_source_file_paths(): + success = compileall.compile_file(path, force=True, quiet=True) + if success: + pyc_path = pyc_output_path(path) + assert os.path.exists(pyc_path) + pyc_record_path = cast( + "RecordPath", pyc_path.replace(os.path.sep, "/") + ) + record_installed(pyc_record_path, pyc_path) + logger.debug(stdout.getvalue()) + + maker = PipScriptMaker(None, scheme.scripts) + + # Ensure old scripts are overwritten. + # See https://github.com/pypa/pip/issues/1800 + maker.clobber = True + + # Ensure we don't generate any variants for scripts because this is almost + # never what somebody wants. + # See https://bitbucket.org/pypa/distlib/issue/35/ + maker.variants = {""} + + # This is required because otherwise distlib creates scripts that are not + # executable. + # See https://bitbucket.org/pypa/distlib/issue/32/ + maker.set_mode = True + + # Generate the console and GUI entry points specified in the wheel + scripts_to_generate = get_console_script_specs(console) + + gui_scripts_to_generate = list(starmap("{} = {}".format, gui.items())) + + generated_console_scripts = maker.make_multiple(scripts_to_generate) + generated.extend(generated_console_scripts) + + generated.extend(maker.make_multiple(gui_scripts_to_generate, {"gui": True})) + + if warn_script_location: + msg = message_about_scripts_not_on_PATH(generated_console_scripts) + if msg is not None: + logger.warning(msg) + + generated_file_mode = 0o666 & ~current_umask() + + @contextlib.contextmanager + def _generate_file(path: str, **kwargs: Any) -> Iterator[BinaryIO]: + with adjacent_tmp_file(path, **kwargs) as f: + yield f + os.chmod(f.name, generated_file_mode) + replace(f.name, path) + + dest_info_dir = os.path.join(lib_dir, info_dir) + + # Record pip as the installer + installer_path = os.path.join(dest_info_dir, "INSTALLER") + with _generate_file(installer_path) as installer_file: + installer_file.write(b"pip\n") + generated.append(installer_path) + + # Record the PEP 610 direct URL reference + if direct_url is not None: + direct_url_path = os.path.join(dest_info_dir, DIRECT_URL_METADATA_NAME) + with _generate_file(direct_url_path) as direct_url_file: + direct_url_file.write(direct_url.to_json().encode("utf-8")) + generated.append(direct_url_path) + + # Record the REQUESTED file + if requested: + requested_path = os.path.join(dest_info_dir, "REQUESTED") + with open(requested_path, "wb"): + pass + generated.append(requested_path) + + record_text = distribution.read_text("RECORD") + record_rows = list(csv.reader(record_text.splitlines())) + + rows = get_csv_rows_for_installed( + record_rows, + installed=installed, + changed=changed, + generated=generated, + lib_dir=lib_dir, + ) + + # Record details of all files installed + record_path = os.path.join(dest_info_dir, "RECORD") + + with _generate_file(record_path, **csv_io_kwargs("w")) as record_file: + # Explicitly cast to typing.IO[str] as a workaround for the mypy error: + # "writer" has incompatible type "BinaryIO"; expected "_Writer" + writer = csv.writer(cast("IO[str]", record_file)) + writer.writerows(_normalized_outrows(rows)) + + +@contextlib.contextmanager +def req_error_context(req_description: str) -> Iterator[None]: + try: + yield + except InstallationError as e: + message = "For req: {}. {}".format(req_description, e.args[0]) + raise InstallationError(message) from e + + +def install_wheel( + name: str, + wheel_path: str, + scheme: Scheme, + req_description: str, + pycompile: bool = True, + warn_script_location: bool = True, + direct_url: Optional[DirectUrl] = None, + requested: bool = False, +) -> None: + with ZipFile(wheel_path, allowZip64=True) as z: + with req_error_context(req_description): + _install_wheel( + name=name, + wheel_zip=z, + wheel_path=wheel_path, + scheme=scheme, + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=direct_url, + requested=requested, + ) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/operations/prepare.py b/venv/lib/python3.8/site-packages/pip/_internal/operations/prepare.py new file mode 100644 index 000000000..a726f031a --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/operations/prepare.py @@ -0,0 +1,642 @@ +"""Prepares a distribution for installation +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import logging +import mimetypes +import os +import shutil +from typing import Dict, Iterable, List, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.distributions.installed import InstalledDistribution +from pip._internal.exceptions import ( + DirectoryUrlHashUnsupported, + HashMismatch, + HashUnpinned, + InstallationError, + NetworkConnectionError, + PreviousBuildDirError, + VcsHashUnsupported, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.network.download import BatchDownloader, Downloader +from pip._internal.network.lazy_wheel import ( + HTTPRangeRequestUnsupported, + dist_from_wheel_url, +) +from pip._internal.network.session import PipSession +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_tracker import RequirementTracker +from pip._internal.utils.filesystem import copy2_fixed +from pip._internal.utils.hashes import Hashes, MissingHashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import display_path, hide_url, is_installable_dir, rmtree +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.unpacking import unpack_file +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + + +def _get_prepared_distribution( + req: InstallRequirement, + req_tracker: RequirementTracker, + finder: PackageFinder, + build_isolation: bool, +) -> BaseDistribution: + """Prepare a distribution for installation.""" + abstract_dist = make_distribution_for_install_requirement(req) + with req_tracker.track(req): + abstract_dist.prepare_distribution_metadata(finder, build_isolation) + return abstract_dist.get_metadata_distribution() + + +def unpack_vcs_link(link: Link, location: str, verbosity: int) -> None: + vcs_backend = vcs.get_backend_for_scheme(link.scheme) + assert vcs_backend is not None + vcs_backend.unpack(location, url=hide_url(link.url), verbosity=verbosity) + + +class File: + def __init__(self, path: str, content_type: Optional[str]) -> None: + self.path = path + if content_type is None: + self.content_type = mimetypes.guess_type(path)[0] + else: + self.content_type = content_type + + +def get_http_url( + link: Link, + download: Downloader, + download_dir: Optional[str] = None, + hashes: Optional[Hashes] = None, +) -> File: + temp_dir = TempDirectory(kind="unpack", globally_managed=True) + # If a download dir is specified, is the file already downloaded there? + already_downloaded_path = None + if download_dir: + already_downloaded_path = _check_download_dir(link, download_dir, hashes) + + if already_downloaded_path: + from_path = already_downloaded_path + content_type = None + else: + # let's download to a tmp dir + from_path, content_type = download(link, temp_dir.path) + if hashes: + hashes.check_against_path(from_path) + + return File(from_path, content_type) + + +def _copy2_ignoring_special_files(src: str, dest: str) -> None: + """Copying special files is not supported, but as a convenience to users + we skip errors copying them. This supports tools that may create e.g. + socket files in the project source directory. + """ + try: + copy2_fixed(src, dest) + except shutil.SpecialFileError as e: + # SpecialFileError may be raised due to either the source or + # destination. If the destination was the cause then we would actually + # care, but since the destination directory is deleted prior to + # copy we ignore all of them assuming it is caused by the source. + logger.warning( + "Ignoring special file error '%s' encountered copying %s to %s.", + str(e), + src, + dest, + ) + + +def _copy_source_tree(source: str, target: str) -> None: + target_abspath = os.path.abspath(target) + target_basename = os.path.basename(target_abspath) + target_dirname = os.path.dirname(target_abspath) + + def ignore(d: str, names: List[str]) -> List[str]: + skipped: List[str] = [] + if d == source: + # Pulling in those directories can potentially be very slow, + # exclude the following directories if they appear in the top + # level dir (and only it). + # See discussion at https://github.com/pypa/pip/pull/6770 + skipped += [".tox", ".nox"] + if os.path.abspath(d) == target_dirname: + # Prevent an infinite recursion if the target is in source. + # This can happen when TMPDIR is set to ${PWD}/... + # and we copy PWD to TMPDIR. + skipped += [target_basename] + return skipped + + shutil.copytree( + source, + target, + ignore=ignore, + symlinks=True, + copy_function=_copy2_ignoring_special_files, + ) + + +def get_file_url( + link: Link, download_dir: Optional[str] = None, hashes: Optional[Hashes] = None +) -> File: + """Get file and optionally check its hash.""" + # If a download dir is specified, is the file already there and valid? + already_downloaded_path = None + if download_dir: + already_downloaded_path = _check_download_dir(link, download_dir, hashes) + + if already_downloaded_path: + from_path = already_downloaded_path + else: + from_path = link.file_path + + # If --require-hashes is off, `hashes` is either empty, the + # link's embedded hash, or MissingHashes; it is required to + # match. If --require-hashes is on, we are satisfied by any + # hash in `hashes` matching: a URL-based or an option-based + # one; no internet-sourced hash will be in `hashes`. + if hashes: + hashes.check_against_path(from_path) + return File(from_path, None) + + +def unpack_url( + link: Link, + location: str, + download: Downloader, + verbosity: int, + download_dir: Optional[str] = None, + hashes: Optional[Hashes] = None, +) -> Optional[File]: + """Unpack link into location, downloading if required. + + :param hashes: A Hashes object, one of whose embedded hashes must match, + or HashMismatch will be raised. If the Hashes is empty, no matches are + required, and unhashable types of requirements (like VCS ones, which + would ordinarily raise HashUnsupported) are allowed. + """ + # non-editable vcs urls + if link.is_vcs: + unpack_vcs_link(link, location, verbosity=verbosity) + return None + + # Once out-of-tree-builds are no longer supported, could potentially + # replace the below condition with `assert not link.is_existing_dir` + # - unpack_url does not need to be called for in-tree-builds. + # + # As further cleanup, _copy_source_tree and accompanying tests can + # be removed. + # + # TODO when use-deprecated=out-of-tree-build is removed + if link.is_existing_dir(): + if os.path.isdir(location): + rmtree(location) + _copy_source_tree(link.file_path, location) + return None + + # file urls + if link.is_file: + file = get_file_url(link, download_dir, hashes=hashes) + + # http urls + else: + file = get_http_url( + link, + download, + download_dir, + hashes=hashes, + ) + + # unpack the archive to the build dir location. even when only downloading + # archives, they have to be unpacked to parse dependencies, except wheels + if not link.is_wheel: + unpack_file(file.path, location, file.content_type) + + return file + + +def _check_download_dir( + link: Link, download_dir: str, hashes: Optional[Hashes] +) -> Optional[str]: + """Check download_dir for previously downloaded file with correct hash + If a correct file is found return its path else None + """ + download_path = os.path.join(download_dir, link.filename) + + if not os.path.exists(download_path): + return None + + # If already downloaded, does its hash match? + logger.info("File was already downloaded %s", download_path) + if hashes: + try: + hashes.check_against_path(download_path) + except HashMismatch: + logger.warning( + "Previously-downloaded file %s has bad hash. Re-downloading.", + download_path, + ) + os.unlink(download_path) + return None + return download_path + + +class RequirementPreparer: + """Prepares a Requirement""" + + def __init__( + self, + build_dir: str, + download_dir: Optional[str], + src_dir: str, + build_isolation: bool, + req_tracker: RequirementTracker, + session: PipSession, + progress_bar: str, + finder: PackageFinder, + require_hashes: bool, + use_user_site: bool, + lazy_wheel: bool, + verbosity: int, + in_tree_build: bool, + ) -> None: + super().__init__() + + self.src_dir = src_dir + self.build_dir = build_dir + self.req_tracker = req_tracker + self._session = session + self._download = Downloader(session, progress_bar) + self._batch_download = BatchDownloader(session, progress_bar) + self.finder = finder + + # Where still-packed archives should be written to. If None, they are + # not saved, and are deleted immediately after unpacking. + self.download_dir = download_dir + + # Is build isolation allowed? + self.build_isolation = build_isolation + + # Should hash-checking be required? + self.require_hashes = require_hashes + + # Should install in user site-packages? + self.use_user_site = use_user_site + + # Should wheels be downloaded lazily? + self.use_lazy_wheel = lazy_wheel + + # How verbose should underlying tooling be? + self.verbosity = verbosity + + # Should in-tree builds be used for local paths? + self.in_tree_build = in_tree_build + + # Memoized downloaded files, as mapping of url: path. + self._downloaded: Dict[str, str] = {} + + # Previous "header" printed for a link-based InstallRequirement + self._previous_requirement_header = ("", "") + + def _log_preparing_link(self, req: InstallRequirement) -> None: + """Provide context for the requirement being prepared.""" + if req.link.is_file and not req.original_link_is_in_wheel_cache: + message = "Processing %s" + information = str(display_path(req.link.file_path)) + else: + message = "Collecting %s" + information = str(req.req or req) + + if (message, information) != self._previous_requirement_header: + self._previous_requirement_header = (message, information) + logger.info(message, information) + + if req.original_link_is_in_wheel_cache: + with indent_log(): + logger.info("Using cached %s", req.link.filename) + + def _ensure_link_req_src_dir( + self, req: InstallRequirement, parallel_builds: bool + ) -> None: + """Ensure source_dir of a linked InstallRequirement.""" + # Since source_dir is only set for editable requirements. + if req.link.is_wheel: + # We don't need to unpack wheels, so no need for a source + # directory. + return + assert req.source_dir is None + if req.link.is_existing_dir() and self.in_tree_build: + # build local directories in-tree + req.source_dir = req.link.file_path + return + + # We always delete unpacked sdists after pip runs. + req.ensure_has_source_dir( + self.build_dir, + autodelete=True, + parallel_builds=parallel_builds, + ) + + # If a checkout exists, it's unwise to keep going. version + # inconsistencies are logged later, but do not fail the + # installation. + # FIXME: this won't upgrade when there's an existing + # package unpacked in `req.source_dir` + # TODO: this check is now probably dead code + if is_installable_dir(req.source_dir): + raise PreviousBuildDirError( + "pip can't proceed with requirements '{}' due to a" + "pre-existing build directory ({}). This is likely " + "due to a previous installation that failed . pip is " + "being responsible and not assuming it can delete this. " + "Please delete it and try again.".format(req, req.source_dir) + ) + + def _get_linked_req_hashes(self, req: InstallRequirement) -> Hashes: + # By the time this is called, the requirement's link should have + # been checked so we can tell what kind of requirements req is + # and raise some more informative errors than otherwise. + # (For example, we can raise VcsHashUnsupported for a VCS URL + # rather than HashMissing.) + if not self.require_hashes: + return req.hashes(trust_internet=True) + + # We could check these first 2 conditions inside unpack_url + # and save repetition of conditions, but then we would + # report less-useful error messages for unhashable + # requirements, complaining that there's no hash provided. + if req.link.is_vcs: + raise VcsHashUnsupported() + if req.link.is_existing_dir(): + raise DirectoryUrlHashUnsupported() + + # Unpinned packages are asking for trouble when a new version + # is uploaded. This isn't a security check, but it saves users + # a surprising hash mismatch in the future. + # file:/// URLs aren't pinnable, so don't complain about them + # not being pinned. + if req.original_link is None and not req.is_pinned: + raise HashUnpinned() + + # If known-good hashes are missing for this requirement, + # shim it with a facade object that will provoke hash + # computation and then raise a HashMissing exception + # showing the user what the hash should be. + return req.hashes(trust_internet=False) or MissingHashes() + + def _fetch_metadata_using_lazy_wheel( + self, + link: Link, + ) -> Optional[BaseDistribution]: + """Fetch metadata using lazy wheel, if possible.""" + if not self.use_lazy_wheel: + return None + if self.require_hashes: + logger.debug("Lazy wheel is not used as hash checking is required") + return None + if link.is_file or not link.is_wheel: + logger.debug( + "Lazy wheel is not used as %r does not points to a remote wheel", + link, + ) + return None + + wheel = Wheel(link.filename) + name = canonicalize_name(wheel.name) + logger.info( + "Obtaining dependency information from %s %s", + name, + wheel.version, + ) + url = link.url.split("#", 1)[0] + try: + return dist_from_wheel_url(name, url, self._session) + except HTTPRangeRequestUnsupported: + logger.debug("%s does not support range requests", url) + return None + + def _complete_partial_requirements( + self, + partially_downloaded_reqs: Iterable[InstallRequirement], + parallel_builds: bool = False, + ) -> None: + """Download any requirements which were only fetched by metadata.""" + # Download to a temporary directory. These will be copied over as + # needed for downstream 'download', 'wheel', and 'install' commands. + temp_dir = TempDirectory(kind="unpack", globally_managed=True).path + + # Map each link to the requirement that owns it. This allows us to set + # `req.local_file_path` on the appropriate requirement after passing + # all the links at once into BatchDownloader. + links_to_fully_download: Dict[Link, InstallRequirement] = {} + for req in partially_downloaded_reqs: + assert req.link + links_to_fully_download[req.link] = req + + batch_download = self._batch_download( + links_to_fully_download.keys(), + temp_dir, + ) + for link, (filepath, _) in batch_download: + logger.debug("Downloading link %s to %s", link, filepath) + req = links_to_fully_download[link] + req.local_file_path = filepath + + # This step is necessary to ensure all lazy wheels are processed + # successfully by the 'download', 'wheel', and 'install' commands. + for req in partially_downloaded_reqs: + self._prepare_linked_requirement(req, parallel_builds) + + def prepare_linked_requirement( + self, req: InstallRequirement, parallel_builds: bool = False + ) -> BaseDistribution: + """Prepare a requirement to be obtained from req.link.""" + assert req.link + link = req.link + self._log_preparing_link(req) + with indent_log(): + # Check if the relevant file is already available + # in the download directory + file_path = None + if self.download_dir is not None and link.is_wheel: + hashes = self._get_linked_req_hashes(req) + file_path = _check_download_dir(req.link, self.download_dir, hashes) + + if file_path is not None: + # The file is already available, so mark it as downloaded + self._downloaded[req.link.url] = file_path + else: + # The file is not available, attempt to fetch only metadata + wheel_dist = self._fetch_metadata_using_lazy_wheel(link) + if wheel_dist is not None: + req.needs_more_preparation = True + return wheel_dist + + # None of the optimizations worked, fully prepare the requirement + return self._prepare_linked_requirement(req, parallel_builds) + + def prepare_linked_requirements_more( + self, reqs: Iterable[InstallRequirement], parallel_builds: bool = False + ) -> None: + """Prepare linked requirements more, if needed.""" + reqs = [req for req in reqs if req.needs_more_preparation] + for req in reqs: + # Determine if any of these requirements were already downloaded. + if self.download_dir is not None and req.link.is_wheel: + hashes = self._get_linked_req_hashes(req) + file_path = _check_download_dir(req.link, self.download_dir, hashes) + if file_path is not None: + self._downloaded[req.link.url] = file_path + req.needs_more_preparation = False + + # Prepare requirements we found were already downloaded for some + # reason. The other downloads will be completed separately. + partially_downloaded_reqs: List[InstallRequirement] = [] + for req in reqs: + if req.needs_more_preparation: + partially_downloaded_reqs.append(req) + else: + self._prepare_linked_requirement(req, parallel_builds) + + # TODO: separate this part out from RequirementPreparer when the v1 + # resolver can be removed! + self._complete_partial_requirements( + partially_downloaded_reqs, + parallel_builds=parallel_builds, + ) + + def _prepare_linked_requirement( + self, req: InstallRequirement, parallel_builds: bool + ) -> BaseDistribution: + assert req.link + link = req.link + + self._ensure_link_req_src_dir(req, parallel_builds) + hashes = self._get_linked_req_hashes(req) + + if link.is_existing_dir() and self.in_tree_build: + local_file = None + elif link.url not in self._downloaded: + try: + local_file = unpack_url( + link, + req.source_dir, + self._download, + self.verbosity, + self.download_dir, + hashes, + ) + except NetworkConnectionError as exc: + raise InstallationError( + "Could not install requirement {} because of HTTP " + "error {} for URL {}".format(req, exc, link) + ) + else: + file_path = self._downloaded[link.url] + if hashes: + hashes.check_against_path(file_path) + local_file = File(file_path, content_type=None) + + # For use in later processing, + # preserve the file path on the requirement. + if local_file: + req.local_file_path = local_file.path + + dist = _get_prepared_distribution( + req, + self.req_tracker, + self.finder, + self.build_isolation, + ) + return dist + + def save_linked_requirement(self, req: InstallRequirement) -> None: + assert self.download_dir is not None + assert req.link is not None + link = req.link + if link.is_vcs or (link.is_existing_dir() and req.editable): + # Make a .zip of the source_dir we already created. + req.archive(self.download_dir) + return + + if link.is_existing_dir(): + logger.debug( + "Not copying link to destination directory " + "since it is a directory: %s", + link, + ) + return + if req.local_file_path is None: + # No distribution was downloaded for this requirement. + return + + download_location = os.path.join(self.download_dir, link.filename) + if not os.path.exists(download_location): + shutil.copy(req.local_file_path, download_location) + download_path = display_path(download_location) + logger.info("Saved %s", download_path) + + def prepare_editable_requirement( + self, + req: InstallRequirement, + ) -> BaseDistribution: + """Prepare an editable requirement.""" + assert req.editable, "cannot prepare a non-editable req as editable" + + logger.info("Obtaining %s", req) + + with indent_log(): + if self.require_hashes: + raise InstallationError( + "The editable requirement {} cannot be installed when " + "requiring hashes, because there is no single file to " + "hash.".format(req) + ) + req.ensure_has_source_dir(self.src_dir) + req.update_editable() + + dist = _get_prepared_distribution( + req, + self.req_tracker, + self.finder, + self.build_isolation, + ) + + req.check_if_exists(self.use_user_site) + + return dist + + def prepare_installed_requirement( + self, + req: InstallRequirement, + skip_reason: str, + ) -> BaseDistribution: + """Prepare an already-installed requirement.""" + assert req.satisfied_by, "req should have been satisfied but isn't" + assert skip_reason is not None, ( + "did not get skip reason skipped but req.satisfied_by " + "is set to {}".format(req.satisfied_by) + ) + logger.info( + "Requirement %s: %s (%s)", skip_reason, req, req.satisfied_by.version + ) + with indent_log(): + if self.require_hashes: + logger.debug( + "Since it is already installed, we are trusting this " + "package without checking its hash. To ensure a " + "completely repeatable environment, install into an " + "empty virtualenv." + ) + return InstalledDistribution(req).get_metadata_distribution() diff --git a/venv/lib/python3.8/site-packages/pip/_internal/pyproject.py b/venv/lib/python3.8/site-packages/pip/_internal/pyproject.py new file mode 100644 index 000000000..e183eaf86 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/pyproject.py @@ -0,0 +1,168 @@ +import os +from collections import namedtuple +from typing import Any, List, Optional + +from pip._vendor import tomli +from pip._vendor.packaging.requirements import InvalidRequirement, Requirement + +from pip._internal.exceptions import ( + InstallationError, + InvalidPyProjectBuildRequires, + MissingPyProjectBuildRequires, +) + + +def _is_list_of_str(obj: Any) -> bool: + return isinstance(obj, list) and all(isinstance(item, str) for item in obj) + + +def make_pyproject_path(unpacked_source_directory: str) -> str: + return os.path.join(unpacked_source_directory, "pyproject.toml") + + +BuildSystemDetails = namedtuple( + "BuildSystemDetails", ["requires", "backend", "check", "backend_path"] +) + + +def load_pyproject_toml( + use_pep517: Optional[bool], pyproject_toml: str, setup_py: str, req_name: str +) -> Optional[BuildSystemDetails]: + """Load the pyproject.toml file. + + Parameters: + use_pep517 - Has the user requested PEP 517 processing? None + means the user hasn't explicitly specified. + pyproject_toml - Location of the project's pyproject.toml file + setup_py - Location of the project's setup.py file + req_name - The name of the requirement we're processing (for + error reporting) + + Returns: + None if we should use the legacy code path, otherwise a tuple + ( + requirements from pyproject.toml, + name of PEP 517 backend, + requirements we should check are installed after setting + up the build environment + directory paths to import the backend from (backend-path), + relative to the project root. + ) + """ + has_pyproject = os.path.isfile(pyproject_toml) + has_setup = os.path.isfile(setup_py) + + if not has_pyproject and not has_setup: + raise InstallationError( + f"{req_name} does not appear to be a Python project: " + f"neither 'setup.py' nor 'pyproject.toml' found." + ) + + if has_pyproject: + with open(pyproject_toml, encoding="utf-8") as f: + pp_toml = tomli.loads(f.read()) + build_system = pp_toml.get("build-system") + else: + build_system = None + + # The following cases must use PEP 517 + # We check for use_pep517 being non-None and falsey because that means + # the user explicitly requested --no-use-pep517. The value 0 as + # opposed to False can occur when the value is provided via an + # environment variable or config file option (due to the quirk of + # strtobool() returning an integer in pip's configuration code). + if has_pyproject and not has_setup: + if use_pep517 is not None and not use_pep517: + raise InstallationError( + "Disabling PEP 517 processing is invalid: " + "project does not have a setup.py" + ) + use_pep517 = True + elif build_system and "build-backend" in build_system: + if use_pep517 is not None and not use_pep517: + raise InstallationError( + "Disabling PEP 517 processing is invalid: " + "project specifies a build backend of {} " + "in pyproject.toml".format(build_system["build-backend"]) + ) + use_pep517 = True + + # If we haven't worked out whether to use PEP 517 yet, + # and the user hasn't explicitly stated a preference, + # we do so if the project has a pyproject.toml file. + elif use_pep517 is None: + use_pep517 = has_pyproject + + # At this point, we know whether we're going to use PEP 517. + assert use_pep517 is not None + + # If we're using the legacy code path, there is nothing further + # for us to do here. + if not use_pep517: + return None + + if build_system is None: + # Either the user has a pyproject.toml with no build-system + # section, or the user has no pyproject.toml, but has opted in + # explicitly via --use-pep517. + # In the absence of any explicit backend specification, we + # assume the setuptools backend that most closely emulates the + # traditional direct setup.py execution, and require wheel and + # a version of setuptools that supports that backend. + + build_system = { + "requires": ["setuptools>=40.8.0", "wheel"], + "build-backend": "setuptools.build_meta:__legacy__", + } + + # If we're using PEP 517, we have build system information (either + # from pyproject.toml, or defaulted by the code above). + # Note that at this point, we do not know if the user has actually + # specified a backend, though. + assert build_system is not None + + # Ensure that the build-system section in pyproject.toml conforms + # to PEP 518. + + # Specifying the build-system table but not the requires key is invalid + if "requires" not in build_system: + raise MissingPyProjectBuildRequires(package=req_name) + + # Error out if requires is not a list of strings + requires = build_system["requires"] + if not _is_list_of_str(requires): + raise InvalidPyProjectBuildRequires( + package=req_name, + reason="It is not a list of strings.", + ) + + # Each requirement must be valid as per PEP 508 + for requirement in requires: + try: + Requirement(requirement) + except InvalidRequirement as error: + raise InvalidPyProjectBuildRequires( + package=req_name, + reason=f"It contains an invalid requirement: {requirement!r}", + ) from error + + backend = build_system.get("build-backend") + backend_path = build_system.get("backend-path", []) + check: List[str] = [] + if backend is None: + # If the user didn't specify a backend, we assume they want to use + # the setuptools backend. But we can't be sure they have included + # a version of setuptools which supplies the backend, or wheel + # (which is needed by the backend) in their requirements. So we + # make a note to check that those requirements are present once + # we have set up the environment. + # This is quite a lot of work to check for a very specific case. But + # the problem is, that case is potentially quite common - projects that + # adopted PEP 518 early for the ability to specify requirements to + # execute setup.py, but never considered needing to mention the build + # tools themselves. The original PEP 518 code had a similar check (but + # implemented in a different way). + backend = "setuptools.build_meta:__legacy__" + check = ["setuptools>=40.8.0", "wheel"] + + return BuildSystemDetails(requires, backend, check, backend_path) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/req/__init__.py b/venv/lib/python3.8/site-packages/pip/_internal/req/__init__.py new file mode 100644 index 000000000..70dea27a6 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/req/__init__.py @@ -0,0 +1,94 @@ +import collections +import logging +from typing import Iterator, List, Optional, Sequence, Tuple + +from pip._internal.utils.logging import indent_log + +from .req_file import parse_requirements +from .req_install import InstallRequirement +from .req_set import RequirementSet + +__all__ = [ + "RequirementSet", + "InstallRequirement", + "parse_requirements", + "install_given_reqs", +] + +logger = logging.getLogger(__name__) + + +class InstallationResult: + def __init__(self, name: str) -> None: + self.name = name + + def __repr__(self) -> str: + return f"InstallationResult(name={self.name!r})" + + +def _validate_requirements( + requirements: List[InstallRequirement], +) -> Iterator[Tuple[str, InstallRequirement]]: + for req in requirements: + assert req.name, f"invalid to-be-installed requirement: {req}" + yield req.name, req + + +def install_given_reqs( + requirements: List[InstallRequirement], + install_options: List[str], + global_options: Sequence[str], + root: Optional[str], + home: Optional[str], + prefix: Optional[str], + warn_script_location: bool, + use_user_site: bool, + pycompile: bool, +) -> List[InstallationResult]: + """ + Install everything in the given list. + + (to be called after having downloaded and unpacked the packages) + """ + to_install = collections.OrderedDict(_validate_requirements(requirements)) + + if to_install: + logger.info( + "Installing collected packages: %s", + ", ".join(to_install.keys()), + ) + + installed = [] + + with indent_log(): + for req_name, requirement in to_install.items(): + if requirement.should_reinstall: + logger.info("Attempting uninstall: %s", req_name) + with indent_log(): + uninstalled_pathset = requirement.uninstall(auto_confirm=True) + else: + uninstalled_pathset = None + + try: + requirement.install( + install_options, + global_options, + root=root, + home=home, + prefix=prefix, + warn_script_location=warn_script_location, + use_user_site=use_user_site, + pycompile=pycompile, + ) + except Exception: + # if install did not succeed, rollback previous uninstall + if uninstalled_pathset and not requirement.install_succeeded: + uninstalled_pathset.rollback() + raise + else: + if uninstalled_pathset and requirement.install_succeeded: + uninstalled_pathset.commit() + + installed.append(InstallationResult(req_name)) + + return installed diff --git a/venv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..64b28ec47c5a392c85475f23a16c3ad45c235703 GIT binary patch literal 2538 zcmaJ?OOF&c5VpH}dU|>u`vi7@BtrtxPL$m_pr8nm2og|)gcbz|kWr#mZ`(85OTX6b zS=dqU1-PR806^NkMB)$Rz$rf>C!Zqa#5IQ~LJ>-p=dpv3aLd)Ma=GmKTvh&|UUvz! z+mFv}zJk$T$V|5?Fc+cce*$5I(TH@0f7+qI8<7#49W%B%R$S_oV!LC<kW>Ml zKQcOt+~W0R!cAW0M|iz!ER$uz8qW+i!)6~_oui|9iyr|kThr1z^ccs_;)}3$?wQNx zSryhUF?y4<7G8muWW7~V&Q-~UFH@ncYhf;xb3Kz`n)s1&Zu0FuPXew=xB6McTU5DW z!gwORDDAzXU;sq(nJ;qg3D6A%k6|`P>D45ceiYp}6oa%e#opvnAm#$EMO1*O`Ea<% z>xDZ!L6dm^^0%4^+(qd5XFxc?tLYfrWRw{IkI5`>(E`5oj53>*fh%c;oyn1Wbngbw z`;lC48Olohm@8Xw*%wJ*fYousG4^kv=XlD37Q}=52K?yy3o05QLkl^Nx|(@G#5~Ae zZ?reln75gqw6k5gnI@~*+10M#d?VzmQux6=F52MYPCE)WMk;65zHH~A`#qkw zvoLFWVFK3!x6uYP+8(f>^t`ofS2<(mC>~Frn+{HlV4w1FZLHU#Vg^(Lyti?~F(Rs6 zM0XgtxJ8~C%y@2so96mp>0Og62-#P!X-mw)60kc5KkfODEC7q=6Fd{1w+!6-&o|U- z*|-Kxd!BMVFHTuM!g0;>w)=iGnlW=J#3F8pj!*51$P3(B)PWpVmrGvs)ADju3 z9X|?LQ>LpMe03DioHeI*KHqE^I$TuaQl4{x@pwguRDk#d?5a#qo^njXdDPQ(eff5( zeSk-`fe_Q7i&T6Fqn0}~Gc!)7RA+Rq8oemp@FQ=`TOv)RvM^SaoeACzAE?FqzDT@0 z5MhRC9_UC?^**FHbm3u$s!FySq;VETd(U)u8K;`Wpt4>{DqJHNFI_ONwRnsXa2w$p!NM3oGIM>Svgl!(I>e63x_)w zE~Je!=(|m5qtt2g9WI~_gh{U%CQZ4?o4Ud^BPh6Qu2x-)@&1E`r0Eq)iWzPah| z;1ZVJPomUkC{I|kpJ0Um2JMWCMN1nQoEq(j%Yqb41rij;O6Qwr@`3SrbFg$tN*+U0 zfLcEpg$d5yf+Ah>`!e-{H0g#SUT@jr6kMYC7|AC{P9r&kUF`m z;Ouf3NF9yJhR34E;du#@ZmO)UG)$CrkMHK94C_@10xHhcY`&THBL+2NbR1QgoJ^G` zvMUb)uA^DajbvWl4+72s9pwmcc>};vHiTy!N@e?5#uGNo|AtNr@ev-qiR8VGDHl+f z>^mChP58F1QmQ(Y(`sRITF$)8mzz1fZ@MHM)+I~}1TOyu2$^jd7PY8BYj3QQWk8*x zHmy;IE*X|#=otfMC*QxW+b~?1caR##jn=YQ0XwRU0K-)(TkdA?7g)!Hi3F>eC?UZb zp-#Y)vNm~A*7`Dx^0m?G;cYnJlh?(>)-N);I0ivK)T)dU^bOx`RrWjxSg6sJ9+%hj zJ&R+w9lp*Qb#WX=SeBHvk*1MA5T<~cprf1%!;1ekK1%sHAmA!JY1E7wz)~|uK>TNw TU9(ZKY2!@|=;1e literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/constructors.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/constructors.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4d7a6431da02120421279745533fa72b2640d84d GIT binary patch literal 12081 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 MuZm9@8r~oNF9!}Wl>h($ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_file.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_file.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d316447216e9ff7649f267d8657b87560c397fcf GIT binary patch literal 13386 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9e799af153418c3f6296aa37cdcd8f27dc564a8b GIT binary patch literal 18764 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 Tuple[str, Optional[str]]: + m = re.match(r"^(.+)(\[[^\]]+\])$", path) + extras = None + if m: + path_no_extras = m.group(1) + extras = m.group(2) + else: + path_no_extras = path + + return path_no_extras, extras + + +def convert_extras(extras: Optional[str]) -> Set[str]: + if not extras: + return set() + return get_requirement("placeholder" + extras.lower()).extras + + +def parse_editable(editable_req: str) -> Tuple[Optional[str], str, Set[str]]: + """Parses an editable requirement into: + - a requirement name + - an URL + - extras + - editable options + Accepted requirements: + svn+http://blahblah@rev#egg=Foobar[baz]&subdirectory=version_subdir + .[some_extra] + """ + + url = editable_req + + # If a file path is specified with extras, strip off the extras. + url_no_extras, extras = _strip_extras(url) + + if os.path.isdir(url_no_extras): + # Treating it as code that has already been checked out + url_no_extras = path_to_url(url_no_extras) + + if url_no_extras.lower().startswith("file:"): + package_name = Link(url_no_extras).egg_fragment + if extras: + return ( + package_name, + url_no_extras, + get_requirement("placeholder" + extras.lower()).extras, + ) + else: + return package_name, url_no_extras, set() + + for version_control in vcs: + if url.lower().startswith(f"{version_control}:"): + url = f"{version_control}+{url}" + break + + link = Link(url) + + if not link.is_vcs: + backends = ", ".join(vcs.all_schemes) + raise InstallationError( + f"{editable_req} is not a valid editable requirement. " + f"It should either be a path to a local project or a VCS URL " + f"(beginning with {backends})." + ) + + package_name = link.egg_fragment + if not package_name: + raise InstallationError( + "Could not detect requirement name for '{}', please specify one " + "with #egg=your_package_name".format(editable_req) + ) + return package_name, url, set() + + +def check_first_requirement_in_file(filename: str) -> None: + """Check if file is parsable as a requirements file. + + This is heavily based on ``pkg_resources.parse_requirements``, but + simplified to just check the first meaningful line. + + :raises InvalidRequirement: If the first meaningful line cannot be parsed + as an requirement. + """ + with open(filename, encoding="utf-8", errors="ignore") as f: + # Create a steppable iterator, so we can handle \-continuations. + lines = ( + line + for line in (line.strip() for line in f) + if line and not line.startswith("#") # Skip blank lines/comments. + ) + + for line in lines: + # Drop comments -- a hash without a space may be in a URL. + if " #" in line: + line = line[: line.find(" #")] + # If there is a line continuation, drop it, and append the next line. + if line.endswith("\\"): + line = line[:-2].strip() + next(lines, "") + Requirement(line) + return + + +def deduce_helpful_msg(req: str) -> str: + """Returns helpful msg in case requirements file does not exist, + or cannot be parsed. + + :params req: Requirements file path + """ + if not os.path.exists(req): + return f" File '{req}' does not exist." + msg = " The path does exist. " + # Try to parse and check if it is a requirements file. + try: + check_first_requirement_in_file(req) + except InvalidRequirement: + logger.debug("Cannot parse '%s' as requirements file", req) + else: + msg += ( + f"The argument you provided " + f"({req}) appears to be a" + f" requirements file. If that is the" + f" case, use the '-r' flag to install" + f" the packages specified within it." + ) + return msg + + +class RequirementParts: + def __init__( + self, + requirement: Optional[Requirement], + link: Optional[Link], + markers: Optional[Marker], + extras: Set[str], + ): + self.requirement = requirement + self.link = link + self.markers = markers + self.extras = extras + + +def parse_req_from_editable(editable_req: str) -> RequirementParts: + name, url, extras_override = parse_editable(editable_req) + + if name is not None: + try: + req: Optional[Requirement] = Requirement(name) + except InvalidRequirement: + raise InstallationError(f"Invalid requirement: '{name}'") + else: + req = None + + link = Link(url) + + return RequirementParts(req, link, None, extras_override) + + +# ---- The actual constructors follow ---- + + +def install_req_from_editable( + editable_req: str, + comes_from: Optional[Union[InstallRequirement, str]] = None, + use_pep517: Optional[bool] = None, + isolated: bool = False, + options: Optional[Dict[str, Any]] = None, + constraint: bool = False, + user_supplied: bool = False, + permit_editable_wheels: bool = False, +) -> InstallRequirement: + + parts = parse_req_from_editable(editable_req) + + return InstallRequirement( + parts.requirement, + comes_from=comes_from, + user_supplied=user_supplied, + editable=True, + permit_editable_wheels=permit_editable_wheels, + link=parts.link, + constraint=constraint, + use_pep517=use_pep517, + isolated=isolated, + install_options=options.get("install_options", []) if options else [], + global_options=options.get("global_options", []) if options else [], + hash_options=options.get("hashes", {}) if options else {}, + extras=parts.extras, + ) + + +def _looks_like_path(name: str) -> bool: + """Checks whether the string "looks like" a path on the filesystem. + + This does not check whether the target actually exists, only judge from the + appearance. + + Returns true if any of the following conditions is true: + * a path separator is found (either os.path.sep or os.path.altsep); + * a dot is found (which represents the current directory). + """ + if os.path.sep in name: + return True + if os.path.altsep is not None and os.path.altsep in name: + return True + if name.startswith("."): + return True + return False + + +def _get_url_from_path(path: str, name: str) -> Optional[str]: + """ + First, it checks whether a provided path is an installable directory. If it + is, returns the path. + + If false, check if the path is an archive file (such as a .whl). + The function checks if the path is a file. If false, if the path has + an @, it will treat it as a PEP 440 URL requirement and return the path. + """ + if _looks_like_path(name) and os.path.isdir(path): + if is_installable_dir(path): + return path_to_url(path) + # TODO: The is_installable_dir test here might not be necessary + # now that it is done in load_pyproject_toml too. + raise InstallationError( + f"Directory {name!r} is not installable. Neither 'setup.py' " + "nor 'pyproject.toml' found." + ) + if not is_archive_file(path): + return None + if os.path.isfile(path): + return path_to_url(path) + urlreq_parts = name.split("@", 1) + if len(urlreq_parts) >= 2 and not _looks_like_path(urlreq_parts[0]): + # If the path contains '@' and the part before it does not look + # like a path, try to treat it as a PEP 440 URL req instead. + return None + logger.warning( + "Requirement %r looks like a filename, but the file does not exist", + name, + ) + return path_to_url(path) + + +def parse_req_from_line(name: str, line_source: Optional[str]) -> RequirementParts: + if is_url(name): + marker_sep = "; " + else: + marker_sep = ";" + if marker_sep in name: + name, markers_as_string = name.split(marker_sep, 1) + markers_as_string = markers_as_string.strip() + if not markers_as_string: + markers = None + else: + markers = Marker(markers_as_string) + else: + markers = None + name = name.strip() + req_as_string = None + path = os.path.normpath(os.path.abspath(name)) + link = None + extras_as_string = None + + if is_url(name): + link = Link(name) + else: + p, extras_as_string = _strip_extras(path) + url = _get_url_from_path(p, name) + if url is not None: + link = Link(url) + + # it's a local file, dir, or url + if link: + # Handle relative file URLs + if link.scheme == "file" and re.search(r"\.\./", link.url): + link = Link(path_to_url(os.path.normpath(os.path.abspath(link.path)))) + # wheel file + if link.is_wheel: + wheel = Wheel(link.filename) # can raise InvalidWheelFilename + req_as_string = f"{wheel.name}=={wheel.version}" + else: + # set the req to the egg fragment. when it's not there, this + # will become an 'unnamed' requirement + req_as_string = link.egg_fragment + + # a requirement specifier + else: + req_as_string = name + + extras = convert_extras(extras_as_string) + + def with_source(text: str) -> str: + if not line_source: + return text + return f"{text} (from {line_source})" + + def _parse_req_string(req_as_string: str) -> Requirement: + try: + req = get_requirement(req_as_string) + except InvalidRequirement: + if os.path.sep in req_as_string: + add_msg = "It looks like a path." + add_msg += deduce_helpful_msg(req_as_string) + elif "=" in req_as_string and not any( + op in req_as_string for op in operators + ): + add_msg = "= is not a valid operator. Did you mean == ?" + else: + add_msg = "" + msg = with_source(f"Invalid requirement: {req_as_string!r}") + if add_msg: + msg += f"\nHint: {add_msg}" + raise InstallationError(msg) + else: + # Deprecate extras after specifiers: "name>=1.0[extras]" + # This currently works by accident because _strip_extras() parses + # any extras in the end of the string and those are saved in + # RequirementParts + for spec in req.specifier: + spec_str = str(spec) + if spec_str.endswith("]"): + msg = f"Extras after version '{spec_str}'." + raise InstallationError(msg) + return req + + if req_as_string is not None: + req: Optional[Requirement] = _parse_req_string(req_as_string) + else: + req = None + + return RequirementParts(req, link, markers, extras) + + +def install_req_from_line( + name: str, + comes_from: Optional[Union[str, InstallRequirement]] = None, + use_pep517: Optional[bool] = None, + isolated: bool = False, + options: Optional[Dict[str, Any]] = None, + constraint: bool = False, + line_source: Optional[str] = None, + user_supplied: bool = False, +) -> InstallRequirement: + """Creates an InstallRequirement from a name, which might be a + requirement, directory containing 'setup.py', filename, or URL. + + :param line_source: An optional string describing where the line is from, + for logging purposes in case of an error. + """ + parts = parse_req_from_line(name, line_source) + + return InstallRequirement( + parts.requirement, + comes_from, + link=parts.link, + markers=parts.markers, + use_pep517=use_pep517, + isolated=isolated, + install_options=options.get("install_options", []) if options else [], + global_options=options.get("global_options", []) if options else [], + hash_options=options.get("hashes", {}) if options else {}, + constraint=constraint, + extras=parts.extras, + user_supplied=user_supplied, + ) + + +def install_req_from_req_string( + req_string: str, + comes_from: Optional[InstallRequirement] = None, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, +) -> InstallRequirement: + try: + req = get_requirement(req_string) + except InvalidRequirement: + raise InstallationError(f"Invalid requirement: '{req_string}'") + + domains_not_allowed = [ + PyPI.file_storage_domain, + TestPyPI.file_storage_domain, + ] + if ( + req.url + and comes_from + and comes_from.link + and comes_from.link.netloc in domains_not_allowed + ): + # Explicitly disallow pypi packages that depend on external urls + raise InstallationError( + "Packages installed from PyPI cannot depend on packages " + "which are not also hosted on PyPI.\n" + "{} depends on {} ".format(comes_from.name, req) + ) + + return InstallRequirement( + req, + comes_from, + isolated=isolated, + use_pep517=use_pep517, + user_supplied=user_supplied, + ) + + +def install_req_from_parsed_requirement( + parsed_req: ParsedRequirement, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, +) -> InstallRequirement: + if parsed_req.is_editable: + req = install_req_from_editable( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + constraint=parsed_req.constraint, + isolated=isolated, + user_supplied=user_supplied, + ) + + else: + req = install_req_from_line( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + isolated=isolated, + options=parsed_req.options, + constraint=parsed_req.constraint, + line_source=parsed_req.line_source, + user_supplied=user_supplied, + ) + return req + + +def install_req_from_link_and_ireq( + link: Link, ireq: InstallRequirement +) -> InstallRequirement: + return InstallRequirement( + req=ireq.req, + comes_from=ireq.comes_from, + editable=ireq.editable, + link=link, + markers=ireq.markers, + use_pep517=ireq.use_pep517, + isolated=ireq.isolated, + install_options=ireq.install_options, + global_options=ireq.global_options, + hash_options=ireq.hash_options, + ) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/req/req_file.py b/venv/lib/python3.8/site-packages/pip/_internal/req/req_file.py new file mode 100644 index 000000000..03ae50492 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/req/req_file.py @@ -0,0 +1,536 @@ +""" +Requirements file parsing +""" + +import optparse +import os +import re +import shlex +import urllib.parse +from optparse import Values +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Dict, + Iterable, + Iterator, + List, + Optional, + Tuple, +) + +from pip._internal.cli import cmdoptions +from pip._internal.exceptions import InstallationError, RequirementsFileParseError +from pip._internal.models.search_scope import SearchScope +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status +from pip._internal.utils.encoding import auto_decode +from pip._internal.utils.urls import get_url_scheme + +if TYPE_CHECKING: + # NoReturn introduced in 3.6.2; imported only for type checking to maintain + # pip compatibility with older patch versions of Python 3.6 + from typing import NoReturn + + from pip._internal.index.package_finder import PackageFinder + +__all__ = ["parse_requirements"] + +ReqFileLines = Iterable[Tuple[int, str]] + +LineParser = Callable[[str], Tuple[str, Values]] + +SCHEME_RE = re.compile(r"^(http|https|file):", re.I) +COMMENT_RE = re.compile(r"(^|\s+)#.*$") + +# Matches environment variable-style values in '${MY_VARIABLE_1}' with the +# variable name consisting of only uppercase letters, digits or the '_' +# (underscore). This follows the POSIX standard defined in IEEE Std 1003.1, +# 2013 Edition. +ENV_VAR_RE = re.compile(r"(?P\$\{(?P[A-Z0-9_]+)\})") + +SUPPORTED_OPTIONS: List[Callable[..., optparse.Option]] = [ + cmdoptions.index_url, + cmdoptions.extra_index_url, + cmdoptions.no_index, + cmdoptions.constraints, + cmdoptions.requirements, + cmdoptions.editable, + cmdoptions.find_links, + cmdoptions.no_binary, + cmdoptions.only_binary, + cmdoptions.prefer_binary, + cmdoptions.require_hashes, + cmdoptions.pre, + cmdoptions.trusted_host, + cmdoptions.use_new_feature, +] + +# options to be passed to requirements +SUPPORTED_OPTIONS_REQ: List[Callable[..., optparse.Option]] = [ + cmdoptions.install_options, + cmdoptions.global_options, + cmdoptions.hash, +] + +# the 'dest' string values +SUPPORTED_OPTIONS_REQ_DEST = [str(o().dest) for o in SUPPORTED_OPTIONS_REQ] + + +class ParsedRequirement: + def __init__( + self, + requirement: str, + is_editable: bool, + comes_from: str, + constraint: bool, + options: Optional[Dict[str, Any]] = None, + line_source: Optional[str] = None, + ) -> None: + self.requirement = requirement + self.is_editable = is_editable + self.comes_from = comes_from + self.options = options + self.constraint = constraint + self.line_source = line_source + + +class ParsedLine: + def __init__( + self, + filename: str, + lineno: int, + args: str, + opts: Values, + constraint: bool, + ) -> None: + self.filename = filename + self.lineno = lineno + self.opts = opts + self.constraint = constraint + + if args: + self.is_requirement = True + self.is_editable = False + self.requirement = args + elif opts.editables: + self.is_requirement = True + self.is_editable = True + # We don't support multiple -e on one line + self.requirement = opts.editables[0] + else: + self.is_requirement = False + + +def parse_requirements( + filename: str, + session: PipSession, + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + constraint: bool = False, +) -> Iterator[ParsedRequirement]: + """Parse a requirements file and yield ParsedRequirement instances. + + :param filename: Path or url of requirements file. + :param session: PipSession instance. + :param finder: Instance of pip.index.PackageFinder. + :param options: cli options. + :param constraint: If true, parsing a constraint file rather than + requirements file. + """ + line_parser = get_line_parser(finder) + parser = RequirementsFileParser(session, line_parser) + + for parsed_line in parser.parse(filename, constraint): + parsed_req = handle_line( + parsed_line, options=options, finder=finder, session=session + ) + if parsed_req is not None: + yield parsed_req + + +def preprocess(content: str) -> ReqFileLines: + """Split, filter, and join lines, and return a line iterator + + :param content: the content of the requirements file + """ + lines_enum: ReqFileLines = enumerate(content.splitlines(), start=1) + lines_enum = join_lines(lines_enum) + lines_enum = ignore_comments(lines_enum) + lines_enum = expand_env_variables(lines_enum) + return lines_enum + + +def handle_requirement_line( + line: ParsedLine, + options: Optional[optparse.Values] = None, +) -> ParsedRequirement: + + # preserve for the nested code path + line_comes_from = "{} {} (line {})".format( + "-c" if line.constraint else "-r", + line.filename, + line.lineno, + ) + + assert line.is_requirement + + if line.is_editable: + # For editable requirements, we don't support per-requirement + # options, so just return the parsed requirement. + return ParsedRequirement( + requirement=line.requirement, + is_editable=line.is_editable, + comes_from=line_comes_from, + constraint=line.constraint, + ) + else: + if options: + # Disable wheels if the user has specified build options + cmdoptions.check_install_build_global(options, line.opts) + + # get the options that apply to requirements + req_options = {} + for dest in SUPPORTED_OPTIONS_REQ_DEST: + if dest in line.opts.__dict__ and line.opts.__dict__[dest]: + req_options[dest] = line.opts.__dict__[dest] + + line_source = f"line {line.lineno} of {line.filename}" + return ParsedRequirement( + requirement=line.requirement, + is_editable=line.is_editable, + comes_from=line_comes_from, + constraint=line.constraint, + options=req_options, + line_source=line_source, + ) + + +def handle_option_line( + opts: Values, + filename: str, + lineno: int, + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + session: Optional[PipSession] = None, +) -> None: + + if options: + # percolate options upward + if opts.require_hashes: + options.require_hashes = opts.require_hashes + if opts.features_enabled: + options.features_enabled.extend( + f for f in opts.features_enabled if f not in options.features_enabled + ) + + # set finder options + if finder: + find_links = finder.find_links + index_urls = finder.index_urls + if opts.index_url: + index_urls = [opts.index_url] + if opts.no_index is True: + index_urls = [] + if opts.extra_index_urls: + index_urls.extend(opts.extra_index_urls) + if opts.find_links: + # FIXME: it would be nice to keep track of the source + # of the find_links: support a find-links local path + # relative to a requirements file. + value = opts.find_links[0] + req_dir = os.path.dirname(os.path.abspath(filename)) + relative_to_reqs_file = os.path.join(req_dir, value) + if os.path.exists(relative_to_reqs_file): + value = relative_to_reqs_file + find_links.append(value) + + if session: + # We need to update the auth urls in session + session.update_index_urls(index_urls) + + search_scope = SearchScope( + find_links=find_links, + index_urls=index_urls, + ) + finder.search_scope = search_scope + + if opts.pre: + finder.set_allow_all_prereleases() + + if opts.prefer_binary: + finder.set_prefer_binary() + + if session: + for host in opts.trusted_hosts or []: + source = f"line {lineno} of {filename}" + session.add_trusted_host(host, source=source) + + +def handle_line( + line: ParsedLine, + options: Optional[optparse.Values] = None, + finder: Optional["PackageFinder"] = None, + session: Optional[PipSession] = None, +) -> Optional[ParsedRequirement]: + """Handle a single parsed requirements line; This can result in + creating/yielding requirements, or updating the finder. + + :param line: The parsed line to be processed. + :param options: CLI options. + :param finder: The finder - updated by non-requirement lines. + :param session: The session - updated by non-requirement lines. + + Returns a ParsedRequirement object if the line is a requirement line, + otherwise returns None. + + For lines that contain requirements, the only options that have an effect + are from SUPPORTED_OPTIONS_REQ, and they are scoped to the + requirement. Other options from SUPPORTED_OPTIONS may be present, but are + ignored. + + For lines that do not contain requirements, the only options that have an + effect are from SUPPORTED_OPTIONS. Options from SUPPORTED_OPTIONS_REQ may + be present, but are ignored. These lines may contain multiple options + (although our docs imply only one is supported), and all our parsed and + affect the finder. + """ + + if line.is_requirement: + parsed_req = handle_requirement_line(line, options) + return parsed_req + else: + handle_option_line( + line.opts, + line.filename, + line.lineno, + finder, + options, + session, + ) + return None + + +class RequirementsFileParser: + def __init__( + self, + session: PipSession, + line_parser: LineParser, + ) -> None: + self._session = session + self._line_parser = line_parser + + def parse(self, filename: str, constraint: bool) -> Iterator[ParsedLine]: + """Parse a given file, yielding parsed lines.""" + yield from self._parse_and_recurse(filename, constraint) + + def _parse_and_recurse( + self, filename: str, constraint: bool + ) -> Iterator[ParsedLine]: + for line in self._parse_file(filename, constraint): + if not line.is_requirement and ( + line.opts.requirements or line.opts.constraints + ): + # parse a nested requirements file + if line.opts.requirements: + req_path = line.opts.requirements[0] + nested_constraint = False + else: + req_path = line.opts.constraints[0] + nested_constraint = True + + # original file is over http + if SCHEME_RE.search(filename): + # do a url join so relative paths work + req_path = urllib.parse.urljoin(filename, req_path) + # original file and nested file are paths + elif not SCHEME_RE.search(req_path): + # do a join so relative paths work + req_path = os.path.join( + os.path.dirname(filename), + req_path, + ) + + yield from self._parse_and_recurse(req_path, nested_constraint) + else: + yield line + + def _parse_file(self, filename: str, constraint: bool) -> Iterator[ParsedLine]: + _, content = get_file_content(filename, self._session) + + lines_enum = preprocess(content) + + for line_number, line in lines_enum: + try: + args_str, opts = self._line_parser(line) + except OptionParsingError as e: + # add offending line + msg = f"Invalid requirement: {line}\n{e.msg}" + raise RequirementsFileParseError(msg) + + yield ParsedLine( + filename, + line_number, + args_str, + opts, + constraint, + ) + + +def get_line_parser(finder: Optional["PackageFinder"]) -> LineParser: + def parse_line(line: str) -> Tuple[str, Values]: + # Build new parser for each line since it accumulates appendable + # options. + parser = build_parser() + defaults = parser.get_default_values() + defaults.index_url = None + if finder: + defaults.format_control = finder.format_control + + args_str, options_str = break_args_options(line) + + opts, _ = parser.parse_args(shlex.split(options_str), defaults) + + return args_str, opts + + return parse_line + + +def break_args_options(line: str) -> Tuple[str, str]: + """Break up the line into an args and options string. We only want to shlex + (and then optparse) the options, not the args. args can contain markers + which are corrupted by shlex. + """ + tokens = line.split(" ") + args = [] + options = tokens[:] + for token in tokens: + if token.startswith("-") or token.startswith("--"): + break + else: + args.append(token) + options.pop(0) + return " ".join(args), " ".join(options) + + +class OptionParsingError(Exception): + def __init__(self, msg: str) -> None: + self.msg = msg + + +def build_parser() -> optparse.OptionParser: + """ + Return a parser for parsing requirement lines + """ + parser = optparse.OptionParser(add_help_option=False) + + option_factories = SUPPORTED_OPTIONS + SUPPORTED_OPTIONS_REQ + for option_factory in option_factories: + option = option_factory() + parser.add_option(option) + + # By default optparse sys.exits on parsing errors. We want to wrap + # that in our own exception. + def parser_exit(self: Any, msg: str) -> "NoReturn": + raise OptionParsingError(msg) + + # NOTE: mypy disallows assigning to a method + # https://github.com/python/mypy/issues/2427 + parser.exit = parser_exit # type: ignore + + return parser + + +def join_lines(lines_enum: ReqFileLines) -> ReqFileLines: + """Joins a line ending in '\' with the previous line (except when following + comments). The joined line takes on the index of the first line. + """ + primary_line_number = None + new_line: List[str] = [] + for line_number, line in lines_enum: + if not line.endswith("\\") or COMMENT_RE.match(line): + if COMMENT_RE.match(line): + # this ensures comments are always matched later + line = " " + line + if new_line: + new_line.append(line) + assert primary_line_number is not None + yield primary_line_number, "".join(new_line) + new_line = [] + else: + yield line_number, line + else: + if not new_line: + primary_line_number = line_number + new_line.append(line.strip("\\")) + + # last line contains \ + if new_line: + assert primary_line_number is not None + yield primary_line_number, "".join(new_line) + + # TODO: handle space after '\'. + + +def ignore_comments(lines_enum: ReqFileLines) -> ReqFileLines: + """ + Strips comments and filter empty lines. + """ + for line_number, line in lines_enum: + line = COMMENT_RE.sub("", line) + line = line.strip() + if line: + yield line_number, line + + +def expand_env_variables(lines_enum: ReqFileLines) -> ReqFileLines: + """Replace all environment variables that can be retrieved via `os.getenv`. + + The only allowed format for environment variables defined in the + requirement file is `${MY_VARIABLE_1}` to ensure two things: + + 1. Strings that contain a `$` aren't accidentally (partially) expanded. + 2. Ensure consistency across platforms for requirement files. + + These points are the result of a discussion on the `github pull + request #3514 `_. + + Valid characters in variable names follow the `POSIX standard + `_ and are limited + to uppercase letter, digits and the `_` (underscore). + """ + for line_number, line in lines_enum: + for env_var, var_name in ENV_VAR_RE.findall(line): + value = os.getenv(var_name) + if not value: + continue + + line = line.replace(env_var, value) + + yield line_number, line + + +def get_file_content(url: str, session: PipSession) -> Tuple[str, str]: + """Gets the content of a file; it may be a filename, file: URL, or + http: URL. Returns (location, content). Content is unicode. + Respects # -*- coding: declarations on the retrieved files. + + :param url: File path or url. + :param session: PipSession instance. + """ + scheme = get_url_scheme(url) + + # Pip has special support for file:// URLs (LocalFSAdapter). + if scheme in ["http", "https", "file"]: + resp = session.get(url) + raise_for_status(resp) + return resp.url, resp.text + + # Assume this is a bare path. + try: + with open(url, "rb") as f: + content = auto_decode(f.read()) + except OSError as exc: + raise InstallationError(f"Could not open requirements file: {exc}") + return url, content diff --git a/venv/lib/python3.8/site-packages/pip/_internal/req/req_install.py b/venv/lib/python3.8/site-packages/pip/_internal/req/req_install.py new file mode 100644 index 000000000..02dbda194 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/req/req_install.py @@ -0,0 +1,858 @@ +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import functools +import logging +import os +import shutil +import sys +import uuid +import zipfile +from typing import Any, Collection, Dict, Iterable, List, Optional, Sequence, Union + +from pip._vendor.packaging.markers import Marker +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version +from pip._vendor.pep517.wrappers import Pep517HookCaller + +from pip._internal.build_env import BuildEnvironment, NoOpBuildEnvironment +from pip._internal.exceptions import InstallationError, LegacyInstallFailure +from pip._internal.locations import get_scheme +from pip._internal.metadata import ( + BaseDistribution, + get_default_environment, + get_directory_distribution, +) +from pip._internal.models.link import Link +from pip._internal.operations.build.metadata import generate_metadata +from pip._internal.operations.build.metadata_editable import generate_editable_metadata +from pip._internal.operations.build.metadata_legacy import ( + generate_metadata as generate_metadata_legacy, +) +from pip._internal.operations.install.editable_legacy import ( + install_editable as install_editable_legacy, +) +from pip._internal.operations.install.legacy import install as install_legacy +from pip._internal.operations.install.wheel import install_wheel +from pip._internal.pyproject import load_pyproject_toml, make_pyproject_path +from pip._internal.req.req_uninstall import UninstallPathSet +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.direct_url_helpers import ( + direct_url_for_editable, + direct_url_from_link, +) +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + ask_path_exists, + backup_dir, + display_path, + hide_url, + redact_auth_from_url, +) +from pip._internal.utils.packaging import safe_extra +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds +from pip._internal.utils.virtualenv import running_under_virtualenv +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + + +class InstallRequirement: + """ + Represents something that may be installed later on, may have information + about where to fetch the relevant requirement and also contains logic for + installing the said requirement. + """ + + def __init__( + self, + req: Optional[Requirement], + comes_from: Optional[Union[str, "InstallRequirement"]], + editable: bool = False, + link: Optional[Link] = None, + markers: Optional[Marker] = None, + use_pep517: Optional[bool] = None, + isolated: bool = False, + install_options: Optional[List[str]] = None, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + constraint: bool = False, + extras: Collection[str] = (), + user_supplied: bool = False, + permit_editable_wheels: bool = False, + ) -> None: + assert req is None or isinstance(req, Requirement), req + self.req = req + self.comes_from = comes_from + self.constraint = constraint + self.editable = editable + self.permit_editable_wheels = permit_editable_wheels + self.legacy_install_reason: Optional[int] = None + + # source_dir is the local directory where the linked requirement is + # located, or unpacked. In case unpacking is needed, creating and + # populating source_dir is done by the RequirementPreparer. Note this + # is not necessarily the directory where pyproject.toml or setup.py is + # located - that one is obtained via unpacked_source_directory. + self.source_dir: Optional[str] = None + if self.editable: + assert link + if link.is_file: + self.source_dir = os.path.normpath(os.path.abspath(link.file_path)) + + if link is None and req and req.url: + # PEP 508 URL requirement + link = Link(req.url) + self.link = self.original_link = link + self.original_link_is_in_wheel_cache = False + + # Path to any downloaded or already-existing package. + self.local_file_path: Optional[str] = None + if self.link and self.link.is_file: + self.local_file_path = self.link.file_path + + if extras: + self.extras = extras + elif req: + self.extras = {safe_extra(extra) for extra in req.extras} + else: + self.extras = set() + if markers is None and req: + markers = req.marker + self.markers = markers + + # This holds the Distribution object if this requirement is already installed. + self.satisfied_by: Optional[BaseDistribution] = None + # Whether the installation process should try to uninstall an existing + # distribution before installing this requirement. + self.should_reinstall = False + # Temporary build location + self._temp_build_dir: Optional[TempDirectory] = None + # Set to True after successful installation + self.install_succeeded: Optional[bool] = None + # Supplied options + self.install_options = install_options if install_options else [] + self.global_options = global_options if global_options else [] + self.hash_options = hash_options if hash_options else {} + # Set to True after successful preparation of this requirement + self.prepared = False + # User supplied requirement are explicitly requested for installation + # by the user via CLI arguments or requirements files, as opposed to, + # e.g. dependencies, extras or constraints. + self.user_supplied = user_supplied + + self.isolated = isolated + self.build_env: BuildEnvironment = NoOpBuildEnvironment() + + # For PEP 517, the directory where we request the project metadata + # gets stored. We need this to pass to build_wheel, so the backend + # can ensure that the wheel matches the metadata (see the PEP for + # details). + self.metadata_directory: Optional[str] = None + + # The static build requirements (from pyproject.toml) + self.pyproject_requires: Optional[List[str]] = None + + # Build requirements that we will check are available + self.requirements_to_check: List[str] = [] + + # The PEP 517 backend we should use to build the project + self.pep517_backend: Optional[Pep517HookCaller] = None + + # Are we using PEP 517 for this requirement? + # After pyproject.toml has been loaded, the only valid values are True + # and False. Before loading, None is valid (meaning "use the default"). + # Setting an explicit value before loading pyproject.toml is supported, + # but after loading this flag should be treated as read only. + self.use_pep517 = use_pep517 + + # This requirement needs more preparation before it can be built + self.needs_more_preparation = False + + def __str__(self) -> str: + if self.req: + s = str(self.req) + if self.link: + s += " from {}".format(redact_auth_from_url(self.link.url)) + elif self.link: + s = redact_auth_from_url(self.link.url) + else: + s = "" + if self.satisfied_by is not None: + s += " in {}".format(display_path(self.satisfied_by.location)) + if self.comes_from: + if isinstance(self.comes_from, str): + comes_from: Optional[str] = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += f" (from {comes_from})" + return s + + def __repr__(self) -> str: + return "<{} object: {} editable={!r}>".format( + self.__class__.__name__, str(self), self.editable + ) + + def format_debug(self) -> str: + """An un-tested helper for getting state, for debugging.""" + attributes = vars(self) + names = sorted(attributes) + + state = ("{}={!r}".format(attr, attributes[attr]) for attr in sorted(names)) + return "<{name} object: {{{state}}}>".format( + name=self.__class__.__name__, + state=", ".join(state), + ) + + # Things that are valid for all kinds of requirements? + @property + def name(self) -> Optional[str]: + if self.req is None: + return None + return self.req.name + + @functools.lru_cache() # use cached_property in python 3.8+ + def supports_pyproject_editable(self) -> bool: + if not self.use_pep517: + return False + assert self.pep517_backend + with self.build_env: + runner = runner_with_spinner_message( + "Checking if build backend supports build_editable" + ) + with self.pep517_backend.subprocess_runner(runner): + return "build_editable" in self.pep517_backend._supported_features() + + @property + def specifier(self) -> SpecifierSet: + return self.req.specifier + + @property + def is_pinned(self) -> bool: + """Return whether I am pinned to an exact version. + + For example, some-package==1.2 is pinned; some-package>1.2 is not. + """ + specifiers = self.specifier + return len(specifiers) == 1 and next(iter(specifiers)).operator in {"==", "==="} + + def match_markers(self, extras_requested: Optional[Iterable[str]] = None) -> bool: + if not extras_requested: + # Provide an extra to safely evaluate the markers + # without matching any extra + extras_requested = ("",) + if self.markers is not None: + return any( + self.markers.evaluate({"extra": extra}) for extra in extras_requested + ) + else: + return True + + @property + def has_hash_options(self) -> bool: + """Return whether any known-good hashes are specified as options. + + These activate --require-hashes mode; hashes specified as part of a + URL do not. + + """ + return bool(self.hash_options) + + def hashes(self, trust_internet: bool = True) -> Hashes: + """Return a hash-comparer that considers my option- and URL-based + hashes to be known-good. + + Hashes in URLs--ones embedded in the requirements file, not ones + downloaded from an index server--are almost peers with ones from + flags. They satisfy --require-hashes (whether it was implicitly or + explicitly activated) but do not activate it. md5 and sha224 are not + allowed in flags, which should nudge people toward good algos. We + always OR all hashes together, even ones from URLs. + + :param trust_internet: Whether to trust URL-based (#md5=...) hashes + downloaded from the internet, as by populate_link() + + """ + good_hashes = self.hash_options.copy() + link = self.link if trust_internet else self.original_link + if link and link.hash: + good_hashes.setdefault(link.hash_name, []).append(link.hash) + return Hashes(good_hashes) + + def from_path(self) -> Optional[str]: + """Format a nice indicator to show where this "comes from" """ + if self.req is None: + return None + s = str(self.req) + if self.comes_from: + if isinstance(self.comes_from, str): + comes_from = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += "->" + comes_from + return s + + def ensure_build_location( + self, build_dir: str, autodelete: bool, parallel_builds: bool + ) -> str: + assert build_dir is not None + if self._temp_build_dir is not None: + assert self._temp_build_dir.path + return self._temp_build_dir.path + if self.req is None: + # Some systems have /tmp as a symlink which confuses custom + # builds (such as numpy). Thus, we ensure that the real path + # is returned. + self._temp_build_dir = TempDirectory( + kind=tempdir_kinds.REQ_BUILD, globally_managed=True + ) + + return self._temp_build_dir.path + + # This is the only remaining place where we manually determine the path + # for the temporary directory. It is only needed for editables where + # it is the value of the --src option. + + # When parallel builds are enabled, add a UUID to the build directory + # name so multiple builds do not interfere with each other. + dir_name: str = canonicalize_name(self.name) + if parallel_builds: + dir_name = f"{dir_name}_{uuid.uuid4().hex}" + + # FIXME: Is there a better place to create the build_dir? (hg and bzr + # need this) + if not os.path.exists(build_dir): + logger.debug("Creating directory %s", build_dir) + os.makedirs(build_dir) + actual_build_dir = os.path.join(build_dir, dir_name) + # `None` indicates that we respect the globally-configured deletion + # settings, which is what we actually want when auto-deleting. + delete_arg = None if autodelete else False + return TempDirectory( + path=actual_build_dir, + delete=delete_arg, + kind=tempdir_kinds.REQ_BUILD, + globally_managed=True, + ).path + + def _set_requirement(self) -> None: + """Set requirement after generating metadata.""" + assert self.req is None + assert self.metadata is not None + assert self.source_dir is not None + + # Construct a Requirement object from the generated metadata + if isinstance(parse_version(self.metadata["Version"]), Version): + op = "==" + else: + op = "===" + + self.req = Requirement( + "".join( + [ + self.metadata["Name"], + op, + self.metadata["Version"], + ] + ) + ) + + def warn_on_mismatching_name(self) -> None: + metadata_name = canonicalize_name(self.metadata["Name"]) + if canonicalize_name(self.req.name) == metadata_name: + # Everything is fine. + return + + # If we're here, there's a mismatch. Log a warning about it. + logger.warning( + "Generating metadata for package %s " + "produced metadata for project name %s. Fix your " + "#egg=%s fragments.", + self.name, + metadata_name, + self.name, + ) + self.req = Requirement(metadata_name) + + def check_if_exists(self, use_user_site: bool) -> None: + """Find an installed distribution that satisfies or conflicts + with this requirement, and set self.satisfied_by or + self.should_reinstall appropriately. + """ + if self.req is None: + return + existing_dist = get_default_environment().get_distribution(self.req.name) + if not existing_dist: + return + + version_compatible = self.req.specifier.contains( + existing_dist.version, + prereleases=True, + ) + if not version_compatible: + self.satisfied_by = None + if use_user_site: + if existing_dist.in_usersite: + self.should_reinstall = True + elif running_under_virtualenv() and existing_dist.in_site_packages: + raise InstallationError( + f"Will not install to the user site because it will " + f"lack sys.path precedence to {existing_dist.raw_name} " + f"in {existing_dist.location}" + ) + else: + self.should_reinstall = True + else: + if self.editable: + self.should_reinstall = True + # when installing editables, nothing pre-existing should ever + # satisfy + self.satisfied_by = None + else: + self.satisfied_by = existing_dist + + # Things valid for wheels + @property + def is_wheel(self) -> bool: + if not self.link: + return False + return self.link.is_wheel + + # Things valid for sdists + @property + def unpacked_source_directory(self) -> str: + return os.path.join( + self.source_dir, self.link and self.link.subdirectory_fragment or "" + ) + + @property + def setup_py_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_py = os.path.join(self.unpacked_source_directory, "setup.py") + + return setup_py + + @property + def setup_cfg_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_cfg = os.path.join(self.unpacked_source_directory, "setup.cfg") + + return setup_cfg + + @property + def pyproject_toml_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + return make_pyproject_path(self.unpacked_source_directory) + + def load_pyproject_toml(self) -> None: + """Load the pyproject.toml file. + + After calling this routine, all of the attributes related to PEP 517 + processing for this requirement have been set. In particular, the + use_pep517 attribute can be used to determine whether we should + follow the PEP 517 or legacy (setup.py) code path. + """ + pyproject_toml_data = load_pyproject_toml( + self.use_pep517, self.pyproject_toml_path, self.setup_py_path, str(self) + ) + + if pyproject_toml_data is None: + self.use_pep517 = False + return + + self.use_pep517 = True + requires, backend, check, backend_path = pyproject_toml_data + self.requirements_to_check = check + self.pyproject_requires = requires + self.pep517_backend = Pep517HookCaller( + self.unpacked_source_directory, + backend, + backend_path=backend_path, + ) + + def isolated_editable_sanity_check(self) -> None: + """Check that an editable requirement if valid for use with PEP 517/518. + + This verifies that an editable that has a pyproject.toml either supports PEP 660 + or as a setup.py or a setup.cfg + """ + if ( + self.editable + and self.use_pep517 + and not self.supports_pyproject_editable() + and not os.path.isfile(self.setup_py_path) + and not os.path.isfile(self.setup_cfg_path) + ): + raise InstallationError( + f"Project {self} has a 'pyproject.toml' and its build " + f"backend is missing the 'build_editable' hook. Since it does not " + f"have a 'setup.py' nor a 'setup.cfg', " + f"it cannot be installed in editable mode. " + f"Consider using a build backend that supports PEP 660." + ) + + def prepare_metadata(self) -> None: + """Ensure that project metadata is available. + + Under PEP 517 and PEP 660, call the backend hook to prepare the metadata. + Under legacy processing, call setup.py egg-info. + """ + assert self.source_dir + details = self.name or f"from {self.link}" + + if self.use_pep517: + assert self.pep517_backend is not None + if ( + self.editable + and self.permit_editable_wheels + and self.supports_pyproject_editable() + ): + self.metadata_directory = generate_editable_metadata( + build_env=self.build_env, + backend=self.pep517_backend, + details=details, + ) + else: + self.metadata_directory = generate_metadata( + build_env=self.build_env, + backend=self.pep517_backend, + details=details, + ) + else: + self.metadata_directory = generate_metadata_legacy( + build_env=self.build_env, + setup_py_path=self.setup_py_path, + source_dir=self.unpacked_source_directory, + isolated=self.isolated, + details=details, + ) + + # Act on the newly generated metadata, based on the name and version. + if not self.name: + self._set_requirement() + else: + self.warn_on_mismatching_name() + + self.assert_source_matches_version() + + @property + def metadata(self) -> Any: + if not hasattr(self, "_metadata"): + self._metadata = self.get_dist().metadata + + return self._metadata + + def get_dist(self) -> BaseDistribution: + return get_directory_distribution(self.metadata_directory) + + def assert_source_matches_version(self) -> None: + assert self.source_dir + version = self.metadata["version"] + if self.req.specifier and version not in self.req.specifier: + logger.warning( + "Requested %s, but installing version %s", + self, + version, + ) + else: + logger.debug( + "Source in %s has version %s, which satisfies requirement %s", + display_path(self.source_dir), + version, + self, + ) + + # For both source distributions and editables + def ensure_has_source_dir( + self, + parent_dir: str, + autodelete: bool = False, + parallel_builds: bool = False, + ) -> None: + """Ensure that a source_dir is set. + + This will create a temporary build dir if the name of the requirement + isn't known yet. + + :param parent_dir: The ideal pip parent_dir for the source_dir. + Generally src_dir for editables and build_dir for sdists. + :return: self.source_dir + """ + if self.source_dir is None: + self.source_dir = self.ensure_build_location( + parent_dir, + autodelete=autodelete, + parallel_builds=parallel_builds, + ) + + # For editable installations + def update_editable(self) -> None: + if not self.link: + logger.debug( + "Cannot update repository at %s; repository location is unknown", + self.source_dir, + ) + return + assert self.editable + assert self.source_dir + if self.link.scheme == "file": + # Static paths don't get updated + return + vcs_backend = vcs.get_backend_for_scheme(self.link.scheme) + # Editable requirements are validated in Requirement constructors. + # So here, if it's neither a path nor a valid VCS URL, it's a bug. + assert vcs_backend, f"Unsupported VCS URL {self.link.url}" + hidden_url = hide_url(self.link.url) + vcs_backend.obtain(self.source_dir, url=hidden_url, verbosity=0) + + # Top-level Actions + def uninstall( + self, auto_confirm: bool = False, verbose: bool = False + ) -> Optional[UninstallPathSet]: + """ + Uninstall the distribution currently satisfying this requirement. + + Prompts before removing or modifying files unless + ``auto_confirm`` is True. + + Refuses to delete or modify files outside of ``sys.prefix`` - + thus uninstallation within a virtual environment can only + modify that virtual environment, even if the virtualenv is + linked to global site-packages. + + """ + assert self.req + dist = get_default_environment().get_distribution(self.req.name) + if not dist: + logger.warning("Skipping %s as it is not installed.", self.name) + return None + logger.info("Found existing installation: %s", dist) + + uninstalled_pathset = UninstallPathSet.from_dist(dist) + uninstalled_pathset.remove(auto_confirm, verbose) + return uninstalled_pathset + + def _get_archive_name(self, path: str, parentdir: str, rootdir: str) -> str: + def _clean_zip_name(name: str, prefix: str) -> str: + assert name.startswith( + prefix + os.path.sep + ), f"name {name!r} doesn't start with prefix {prefix!r}" + name = name[len(prefix) + 1 :] + name = name.replace(os.path.sep, "/") + return name + + path = os.path.join(parentdir, path) + name = _clean_zip_name(path, rootdir) + return self.name + "/" + name + + def archive(self, build_dir: Optional[str]) -> None: + """Saves archive to provided build_dir. + + Used for saving downloaded VCS requirements as part of `pip download`. + """ + assert self.source_dir + if build_dir is None: + return + + create_archive = True + archive_name = "{}-{}.zip".format(self.name, self.metadata["version"]) + archive_path = os.path.join(build_dir, archive_name) + + if os.path.exists(archive_path): + response = ask_path_exists( + "The file {} exists. (i)gnore, (w)ipe, " + "(b)ackup, (a)bort ".format(display_path(archive_path)), + ("i", "w", "b", "a"), + ) + if response == "i": + create_archive = False + elif response == "w": + logger.warning("Deleting %s", display_path(archive_path)) + os.remove(archive_path) + elif response == "b": + dest_file = backup_dir(archive_path) + logger.warning( + "Backing up %s to %s", + display_path(archive_path), + display_path(dest_file), + ) + shutil.move(archive_path, dest_file) + elif response == "a": + sys.exit(-1) + + if not create_archive: + return + + zip_output = zipfile.ZipFile( + archive_path, + "w", + zipfile.ZIP_DEFLATED, + allowZip64=True, + ) + with zip_output: + dir = os.path.normcase(os.path.abspath(self.unpacked_source_directory)) + for dirpath, dirnames, filenames in os.walk(dir): + for dirname in dirnames: + dir_arcname = self._get_archive_name( + dirname, + parentdir=dirpath, + rootdir=dir, + ) + zipdir = zipfile.ZipInfo(dir_arcname + "/") + zipdir.external_attr = 0x1ED << 16 # 0o755 + zip_output.writestr(zipdir, "") + for filename in filenames: + file_arcname = self._get_archive_name( + filename, + parentdir=dirpath, + rootdir=dir, + ) + filename = os.path.join(dirpath, filename) + zip_output.write(filename, file_arcname) + + logger.info("Saved %s", display_path(archive_path)) + + def install( + self, + install_options: List[str], + global_options: Optional[Sequence[str]] = None, + root: Optional[str] = None, + home: Optional[str] = None, + prefix: Optional[str] = None, + warn_script_location: bool = True, + use_user_site: bool = False, + pycompile: bool = True, + ) -> None: + scheme = get_scheme( + self.name, + user=use_user_site, + home=home, + root=root, + isolated=self.isolated, + prefix=prefix, + ) + + global_options = global_options if global_options is not None else [] + if self.editable and not self.is_wheel: + install_editable_legacy( + install_options, + global_options, + prefix=prefix, + home=home, + use_user_site=use_user_site, + name=self.name, + setup_py_path=self.setup_py_path, + isolated=self.isolated, + build_env=self.build_env, + unpacked_source_directory=self.unpacked_source_directory, + ) + self.install_succeeded = True + return + + if self.is_wheel: + assert self.local_file_path + direct_url = None + if self.editable: + direct_url = direct_url_for_editable(self.unpacked_source_directory) + elif self.original_link: + direct_url = direct_url_from_link( + self.original_link, + self.source_dir, + self.original_link_is_in_wheel_cache, + ) + install_wheel( + self.name, + self.local_file_path, + scheme=scheme, + req_description=str(self.req), + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=direct_url, + requested=self.user_supplied, + ) + self.install_succeeded = True + return + + # TODO: Why don't we do this for editable installs? + + # Extend the list of global and install options passed on to + # the setup.py call with the ones from the requirements file. + # Options specified in requirements file override those + # specified on the command line, since the last option given + # to setup.py is the one that is used. + global_options = list(global_options) + self.global_options + install_options = list(install_options) + self.install_options + + try: + success = install_legacy( + install_options=install_options, + global_options=global_options, + root=root, + home=home, + prefix=prefix, + use_user_site=use_user_site, + pycompile=pycompile, + scheme=scheme, + setup_py_path=self.setup_py_path, + isolated=self.isolated, + req_name=self.name, + build_env=self.build_env, + unpacked_source_directory=self.unpacked_source_directory, + req_description=str(self.req), + ) + except LegacyInstallFailure as exc: + self.install_succeeded = False + raise exc + except Exception: + self.install_succeeded = True + raise + + self.install_succeeded = success + + if success and self.legacy_install_reason == 8368: + deprecated( + reason=( + "{} was installed using the legacy 'setup.py install' " + "method, because a wheel could not be built for it.".format( + self.name + ) + ), + replacement="to fix the wheel build issue reported above", + gone_in=None, + issue=8368, + ) + + +def check_invalid_constraint_type(req: InstallRequirement) -> str: + + # Check for unsupported forms + problem = "" + if not req.name: + problem = "Unnamed requirements are not allowed as constraints" + elif req.editable: + problem = "Editable requirements are not allowed as constraints" + elif req.extras: + problem = "Constraints cannot have extras" + + if problem: + deprecated( + reason=( + "Constraints are only allowed to take the form of a package " + "name and a version specifier. Other forms were originally " + "permitted as an accident of the implementation, but were " + "undocumented. The new implementation of the resolver no " + "longer supports these forms." + ), + replacement="replacing the constraint with a requirement", + # No plan yet for when the new resolver becomes default + gone_in=None, + issue=8210, + ) + + return problem diff --git a/venv/lib/python3.8/site-packages/pip/_internal/req/req_set.py b/venv/lib/python3.8/site-packages/pip/_internal/req/req_set.py new file mode 100644 index 000000000..6626c37e2 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/req/req_set.py @@ -0,0 +1,189 @@ +import logging +from collections import OrderedDict +from typing import Dict, Iterable, List, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import InstallationError +from pip._internal.models.wheel import Wheel +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils import compatibility_tags + +logger = logging.getLogger(__name__) + + +class RequirementSet: + def __init__(self, check_supported_wheels: bool = True) -> None: + """Create a RequirementSet.""" + + self.requirements: Dict[str, InstallRequirement] = OrderedDict() + self.check_supported_wheels = check_supported_wheels + + self.unnamed_requirements: List[InstallRequirement] = [] + + def __str__(self) -> str: + requirements = sorted( + (req for req in self.requirements.values() if not req.comes_from), + key=lambda req: canonicalize_name(req.name or ""), + ) + return " ".join(str(req.req) for req in requirements) + + def __repr__(self) -> str: + requirements = sorted( + self.requirements.values(), + key=lambda req: canonicalize_name(req.name or ""), + ) + + format_string = "<{classname} object; {count} requirement(s): {reqs}>" + return format_string.format( + classname=self.__class__.__name__, + count=len(requirements), + reqs=", ".join(str(req.req) for req in requirements), + ) + + def add_unnamed_requirement(self, install_req: InstallRequirement) -> None: + assert not install_req.name + self.unnamed_requirements.append(install_req) + + def add_named_requirement(self, install_req: InstallRequirement) -> None: + assert install_req.name + + project_name = canonicalize_name(install_req.name) + self.requirements[project_name] = install_req + + def add_requirement( + self, + install_req: InstallRequirement, + parent_req_name: Optional[str] = None, + extras_requested: Optional[Iterable[str]] = None, + ) -> Tuple[List[InstallRequirement], Optional[InstallRequirement]]: + """Add install_req as a requirement to install. + + :param parent_req_name: The name of the requirement that needed this + added. The name is used because when multiple unnamed requirements + resolve to the same name, we could otherwise end up with dependency + links that point outside the Requirements set. parent_req must + already be added. Note that None implies that this is a user + supplied requirement, vs an inferred one. + :param extras_requested: an iterable of extras used to evaluate the + environment markers. + :return: Additional requirements to scan. That is either [] if + the requirement is not applicable, or [install_req] if the + requirement is applicable and has just been added. + """ + # If the markers do not match, ignore this requirement. + if not install_req.match_markers(extras_requested): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + install_req.name, + install_req.markers, + ) + return [], None + + # If the wheel is not supported, raise an error. + # Should check this after filtering out based on environment markers to + # allow specifying different wheels based on the environment/OS, in a + # single requirements file. + if install_req.link and install_req.link.is_wheel: + wheel = Wheel(install_req.link.filename) + tags = compatibility_tags.get_supported() + if self.check_supported_wheels and not wheel.supported(tags): + raise InstallationError( + "{} is not a supported wheel on this platform.".format( + wheel.filename + ) + ) + + # This next bit is really a sanity check. + assert ( + not install_req.user_supplied or parent_req_name is None + ), "a user supplied req shouldn't have a parent" + + # Unnamed requirements are scanned again and the requirement won't be + # added as a dependency until after scanning. + if not install_req.name: + self.add_unnamed_requirement(install_req) + return [install_req], None + + try: + existing_req: Optional[InstallRequirement] = self.get_requirement( + install_req.name + ) + except KeyError: + existing_req = None + + has_conflicting_requirement = ( + parent_req_name is None + and existing_req + and not existing_req.constraint + and existing_req.extras == install_req.extras + and existing_req.req + and install_req.req + and existing_req.req.specifier != install_req.req.specifier + ) + if has_conflicting_requirement: + raise InstallationError( + "Double requirement given: {} (already in {}, name={!r})".format( + install_req, existing_req, install_req.name + ) + ) + + # When no existing requirement exists, add the requirement as a + # dependency and it will be scanned again after. + if not existing_req: + self.add_named_requirement(install_req) + # We'd want to rescan this requirement later + return [install_req], install_req + + # Assume there's no need to scan, and that we've already + # encountered this for scanning. + if install_req.constraint or not existing_req.constraint: + return [], existing_req + + does_not_satisfy_constraint = install_req.link and not ( + existing_req.link and install_req.link.path == existing_req.link.path + ) + if does_not_satisfy_constraint: + raise InstallationError( + "Could not satisfy constraints for '{}': " + "installation from path or url cannot be " + "constrained to a version".format(install_req.name) + ) + # If we're now installing a constraint, mark the existing + # object for real installation. + existing_req.constraint = False + # If we're now installing a user supplied requirement, + # mark the existing object as such. + if install_req.user_supplied: + existing_req.user_supplied = True + existing_req.extras = tuple( + sorted(set(existing_req.extras) | set(install_req.extras)) + ) + logger.debug( + "Setting %s extras to: %s", + existing_req, + existing_req.extras, + ) + # Return the existing requirement for addition to the parent and + # scanning again. + return [existing_req], existing_req + + def has_requirement(self, name: str) -> bool: + project_name = canonicalize_name(name) + + return ( + project_name in self.requirements + and not self.requirements[project_name].constraint + ) + + def get_requirement(self, name: str) -> InstallRequirement: + project_name = canonicalize_name(name) + + if project_name in self.requirements: + return self.requirements[project_name] + + raise KeyError(f"No project with the name {name!r}") + + @property + def all_requirements(self) -> List[InstallRequirement]: + return self.unnamed_requirements + list(self.requirements.values()) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/req/req_tracker.py b/venv/lib/python3.8/site-packages/pip/_internal/req/req_tracker.py new file mode 100644 index 000000000..24d3c5303 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/req/req_tracker.py @@ -0,0 +1,124 @@ +import contextlib +import hashlib +import logging +import os +from types import TracebackType +from typing import Dict, Iterator, Optional, Set, Type, Union + +from pip._internal.models.link import Link +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +@contextlib.contextmanager +def update_env_context_manager(**changes: str) -> Iterator[None]: + target = os.environ + + # Save values from the target and change them. + non_existent_marker = object() + saved_values: Dict[str, Union[object, str]] = {} + for name, new_value in changes.items(): + try: + saved_values[name] = target[name] + except KeyError: + saved_values[name] = non_existent_marker + target[name] = new_value + + try: + yield + finally: + # Restore original values in the target. + for name, original_value in saved_values.items(): + if original_value is non_existent_marker: + del target[name] + else: + assert isinstance(original_value, str) # for mypy + target[name] = original_value + + +@contextlib.contextmanager +def get_requirement_tracker() -> Iterator["RequirementTracker"]: + root = os.environ.get("PIP_REQ_TRACKER") + with contextlib.ExitStack() as ctx: + if root is None: + root = ctx.enter_context(TempDirectory(kind="req-tracker")).path + ctx.enter_context(update_env_context_manager(PIP_REQ_TRACKER=root)) + logger.debug("Initialized build tracking at %s", root) + + with RequirementTracker(root) as tracker: + yield tracker + + +class RequirementTracker: + def __init__(self, root: str) -> None: + self._root = root + self._entries: Set[InstallRequirement] = set() + logger.debug("Created build tracker: %s", self._root) + + def __enter__(self) -> "RequirementTracker": + logger.debug("Entered build tracker: %s", self._root) + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self.cleanup() + + def _entry_path(self, link: Link) -> str: + hashed = hashlib.sha224(link.url_without_fragment.encode()).hexdigest() + return os.path.join(self._root, hashed) + + def add(self, req: InstallRequirement) -> None: + """Add an InstallRequirement to build tracking.""" + + assert req.link + # Get the file to write information about this requirement. + entry_path = self._entry_path(req.link) + + # Try reading from the file. If it exists and can be read from, a build + # is already in progress, so a LookupError is raised. + try: + with open(entry_path) as fp: + contents = fp.read() + except FileNotFoundError: + pass + else: + message = "{} is already being built: {}".format(req.link, contents) + raise LookupError(message) + + # If we're here, req should really not be building already. + assert req not in self._entries + + # Start tracking this requirement. + with open(entry_path, "w", encoding="utf-8") as fp: + fp.write(str(req)) + self._entries.add(req) + + logger.debug("Added %s to build tracker %r", req, self._root) + + def remove(self, req: InstallRequirement) -> None: + """Remove an InstallRequirement from build tracking.""" + + assert req.link + # Delete the created file and the corresponding entries. + os.unlink(self._entry_path(req.link)) + self._entries.remove(req) + + logger.debug("Removed %s from build tracker %r", req, self._root) + + def cleanup(self) -> None: + for req in set(self._entries): + self.remove(req) + + logger.debug("Removed build tracker: %r", self._root) + + @contextlib.contextmanager + def track(self, req: InstallRequirement) -> Iterator[None]: + self.add(req) + yield + self.remove(req) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/req/req_uninstall.py b/venv/lib/python3.8/site-packages/pip/_internal/req/req_uninstall.py new file mode 100644 index 000000000..472090a0d --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/req/req_uninstall.py @@ -0,0 +1,633 @@ +import functools +import os +import sys +import sysconfig +from importlib.util import cache_from_source +from typing import Any, Callable, Dict, Iterable, Iterator, List, Optional, Set, Tuple + +from pip._internal.exceptions import UninstallationError +from pip._internal.locations import get_bin_prefix, get_bin_user +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.egg_link import egg_link_path_from_location +from pip._internal.utils.logging import getLogger, indent_log +from pip._internal.utils.misc import ask, is_local, normalize_path, renames, rmtree +from pip._internal.utils.temp_dir import AdjacentTempDirectory, TempDirectory + +logger = getLogger(__name__) + + +def _script_names(bin_dir: str, script_name: str, is_gui: bool) -> Iterator[str]: + """Create the fully qualified name of the files created by + {console,gui}_scripts for the given ``dist``. + Returns the list of file names + """ + exe_name = os.path.join(bin_dir, script_name) + yield exe_name + if not WINDOWS: + return + yield f"{exe_name}.exe" + yield f"{exe_name}.exe.manifest" + if is_gui: + yield f"{exe_name}-script.pyw" + else: + yield f"{exe_name}-script.py" + + +def _unique(fn: Callable[..., Iterator[Any]]) -> Callable[..., Iterator[Any]]: + @functools.wraps(fn) + def unique(*args: Any, **kw: Any) -> Iterator[Any]: + seen: Set[Any] = set() + for item in fn(*args, **kw): + if item not in seen: + seen.add(item) + yield item + + return unique + + +@_unique +def uninstallation_paths(dist: BaseDistribution) -> Iterator[str]: + """ + Yield all the uninstallation paths for dist based on RECORD-without-.py[co] + + Yield paths to all the files in RECORD. For each .py file in RECORD, add + the .pyc and .pyo in the same directory. + + UninstallPathSet.add() takes care of the __pycache__ .py[co]. + + If RECORD is not found, raises UninstallationError, + with possible information from the INSTALLER file. + + https://packaging.python.org/specifications/recording-installed-packages/ + """ + location = dist.location + assert location is not None, "not installed" + + entries = dist.iter_declared_entries() + if entries is None: + msg = "Cannot uninstall {dist}, RECORD file not found.".format(dist=dist) + installer = dist.installer + if not installer or installer == "pip": + dep = "{}=={}".format(dist.raw_name, dist.version) + msg += ( + " You might be able to recover from this via: " + "'pip install --force-reinstall --no-deps {}'.".format(dep) + ) + else: + msg += " Hint: The package was installed by {}.".format(installer) + raise UninstallationError(msg) + + for entry in entries: + path = os.path.join(location, entry) + yield path + if path.endswith(".py"): + dn, fn = os.path.split(path) + base = fn[:-3] + path = os.path.join(dn, base + ".pyc") + yield path + path = os.path.join(dn, base + ".pyo") + yield path + + +def compact(paths: Iterable[str]) -> Set[str]: + """Compact a path set to contain the minimal number of paths + necessary to contain all paths in the set. If /a/path/ and + /a/path/to/a/file.txt are both in the set, leave only the + shorter path.""" + + sep = os.path.sep + short_paths: Set[str] = set() + for path in sorted(paths, key=len): + should_skip = any( + path.startswith(shortpath.rstrip("*")) + and path[len(shortpath.rstrip("*").rstrip(sep))] == sep + for shortpath in short_paths + ) + if not should_skip: + short_paths.add(path) + return short_paths + + +def compress_for_rename(paths: Iterable[str]) -> Set[str]: + """Returns a set containing the paths that need to be renamed. + + This set may include directories when the original sequence of paths + included every file on disk. + """ + case_map = {os.path.normcase(p): p for p in paths} + remaining = set(case_map) + unchecked = sorted({os.path.split(p)[0] for p in case_map.values()}, key=len) + wildcards: Set[str] = set() + + def norm_join(*a: str) -> str: + return os.path.normcase(os.path.join(*a)) + + for root in unchecked: + if any(os.path.normcase(root).startswith(w) for w in wildcards): + # This directory has already been handled. + continue + + all_files: Set[str] = set() + all_subdirs: Set[str] = set() + for dirname, subdirs, files in os.walk(root): + all_subdirs.update(norm_join(root, dirname, d) for d in subdirs) + all_files.update(norm_join(root, dirname, f) for f in files) + # If all the files we found are in our remaining set of files to + # remove, then remove them from the latter set and add a wildcard + # for the directory. + if not (all_files - remaining): + remaining.difference_update(all_files) + wildcards.add(root + os.sep) + + return set(map(case_map.__getitem__, remaining)) | wildcards + + +def compress_for_output_listing(paths: Iterable[str]) -> Tuple[Set[str], Set[str]]: + """Returns a tuple of 2 sets of which paths to display to user + + The first set contains paths that would be deleted. Files of a package + are not added and the top-level directory of the package has a '*' added + at the end - to signify that all it's contents are removed. + + The second set contains files that would have been skipped in the above + folders. + """ + + will_remove = set(paths) + will_skip = set() + + # Determine folders and files + folders = set() + files = set() + for path in will_remove: + if path.endswith(".pyc"): + continue + if path.endswith("__init__.py") or ".dist-info" in path: + folders.add(os.path.dirname(path)) + files.add(path) + + # probably this one https://github.com/python/mypy/issues/390 + _normcased_files = set(map(os.path.normcase, files)) # type: ignore + + folders = compact(folders) + + # This walks the tree using os.walk to not miss extra folders + # that might get added. + for folder in folders: + for dirpath, _, dirfiles in os.walk(folder): + for fname in dirfiles: + if fname.endswith(".pyc"): + continue + + file_ = os.path.join(dirpath, fname) + if ( + os.path.isfile(file_) + and os.path.normcase(file_) not in _normcased_files + ): + # We are skipping this file. Add it to the set. + will_skip.add(file_) + + will_remove = files | {os.path.join(folder, "*") for folder in folders} + + return will_remove, will_skip + + +class StashedUninstallPathSet: + """A set of file rename operations to stash files while + tentatively uninstalling them.""" + + def __init__(self) -> None: + # Mapping from source file root to [Adjacent]TempDirectory + # for files under that directory. + self._save_dirs: Dict[str, TempDirectory] = {} + # (old path, new path) tuples for each move that may need + # to be undone. + self._moves: List[Tuple[str, str]] = [] + + def _get_directory_stash(self, path: str) -> str: + """Stashes a directory. + + Directories are stashed adjacent to their original location if + possible, or else moved/copied into the user's temp dir.""" + + try: + save_dir: TempDirectory = AdjacentTempDirectory(path) + except OSError: + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[os.path.normcase(path)] = save_dir + + return save_dir.path + + def _get_file_stash(self, path: str) -> str: + """Stashes a file. + + If no root has been provided, one will be created for the directory + in the user's temp directory.""" + path = os.path.normcase(path) + head, old_head = os.path.dirname(path), None + save_dir = None + + while head != old_head: + try: + save_dir = self._save_dirs[head] + break + except KeyError: + pass + head, old_head = os.path.dirname(head), head + else: + # Did not find any suitable root + head = os.path.dirname(path) + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[head] = save_dir + + relpath = os.path.relpath(path, head) + if relpath and relpath != os.path.curdir: + return os.path.join(save_dir.path, relpath) + return save_dir.path + + def stash(self, path: str) -> str: + """Stashes the directory or file and returns its new location. + Handle symlinks as files to avoid modifying the symlink targets. + """ + path_is_dir = os.path.isdir(path) and not os.path.islink(path) + if path_is_dir: + new_path = self._get_directory_stash(path) + else: + new_path = self._get_file_stash(path) + + self._moves.append((path, new_path)) + if path_is_dir and os.path.isdir(new_path): + # If we're moving a directory, we need to + # remove the destination first or else it will be + # moved to inside the existing directory. + # We just created new_path ourselves, so it will + # be removable. + os.rmdir(new_path) + renames(path, new_path) + return new_path + + def commit(self) -> None: + """Commits the uninstall by removing stashed files.""" + for _, save_dir in self._save_dirs.items(): + save_dir.cleanup() + self._moves = [] + self._save_dirs = {} + + def rollback(self) -> None: + """Undoes the uninstall by moving stashed files back.""" + for p in self._moves: + logger.info("Moving to %s\n from %s", *p) + + for new_path, path in self._moves: + try: + logger.debug("Replacing %s from %s", new_path, path) + if os.path.isfile(new_path) or os.path.islink(new_path): + os.unlink(new_path) + elif os.path.isdir(new_path): + rmtree(new_path) + renames(path, new_path) + except OSError as ex: + logger.error("Failed to restore %s", new_path) + logger.debug("Exception: %s", ex) + + self.commit() + + @property + def can_rollback(self) -> bool: + return bool(self._moves) + + +class UninstallPathSet: + """A set of file paths to be removed in the uninstallation of a + requirement.""" + + def __init__(self, dist: BaseDistribution) -> None: + self._paths: Set[str] = set() + self._refuse: Set[str] = set() + self._pth: Dict[str, UninstallPthEntries] = {} + self._dist = dist + self._moved_paths = StashedUninstallPathSet() + + def _permitted(self, path: str) -> bool: + """ + Return True if the given path is one we are permitted to + remove/modify, False otherwise. + + """ + return is_local(path) + + def add(self, path: str) -> None: + head, tail = os.path.split(path) + + # we normalize the head to resolve parent directory symlinks, but not + # the tail, since we only want to uninstall symlinks, not their targets + path = os.path.join(normalize_path(head), os.path.normcase(tail)) + + if not os.path.exists(path): + return + if self._permitted(path): + self._paths.add(path) + else: + self._refuse.add(path) + + # __pycache__ files can show up after 'installed-files.txt' is created, + # due to imports + if os.path.splitext(path)[1] == ".py": + self.add(cache_from_source(path)) + + def add_pth(self, pth_file: str, entry: str) -> None: + pth_file = normalize_path(pth_file) + if self._permitted(pth_file): + if pth_file not in self._pth: + self._pth[pth_file] = UninstallPthEntries(pth_file) + self._pth[pth_file].add(entry) + else: + self._refuse.add(pth_file) + + def remove(self, auto_confirm: bool = False, verbose: bool = False) -> None: + """Remove paths in ``self._paths`` with confirmation (unless + ``auto_confirm`` is True).""" + + if not self._paths: + logger.info( + "Can't uninstall '%s'. No files were found to uninstall.", + self._dist.raw_name, + ) + return + + dist_name_version = f"{self._dist.raw_name}-{self._dist.version}" + logger.info("Uninstalling %s:", dist_name_version) + + with indent_log(): + if auto_confirm or self._allowed_to_proceed(verbose): + moved = self._moved_paths + + for_rename = compress_for_rename(self._paths) + + for path in sorted(compact(for_rename)): + moved.stash(path) + logger.verbose("Removing file or directory %s", path) + + for pth in self._pth.values(): + pth.remove() + + logger.info("Successfully uninstalled %s", dist_name_version) + + def _allowed_to_proceed(self, verbose: bool) -> bool: + """Display which files would be deleted and prompt for confirmation""" + + def _display(msg: str, paths: Iterable[str]) -> None: + if not paths: + return + + logger.info(msg) + with indent_log(): + for path in sorted(compact(paths)): + logger.info(path) + + if not verbose: + will_remove, will_skip = compress_for_output_listing(self._paths) + else: + # In verbose mode, display all the files that are going to be + # deleted. + will_remove = set(self._paths) + will_skip = set() + + _display("Would remove:", will_remove) + _display("Would not remove (might be manually added):", will_skip) + _display("Would not remove (outside of prefix):", self._refuse) + if verbose: + _display("Will actually move:", compress_for_rename(self._paths)) + + return ask("Proceed (Y/n)? ", ("y", "n", "")) != "n" + + def rollback(self) -> None: + """Rollback the changes previously made by remove().""" + if not self._moved_paths.can_rollback: + logger.error( + "Can't roll back %s; was not uninstalled", + self._dist.raw_name, + ) + return + logger.info("Rolling back uninstall of %s", self._dist.raw_name) + self._moved_paths.rollback() + for pth in self._pth.values(): + pth.rollback() + + def commit(self) -> None: + """Remove temporary save dir: rollback will no longer be possible.""" + self._moved_paths.commit() + + @classmethod + def from_dist(cls, dist: BaseDistribution) -> "UninstallPathSet": + dist_location = dist.location + info_location = dist.info_location + if dist_location is None: + logger.info( + "Not uninstalling %s since it is not installed", + dist.canonical_name, + ) + return cls(dist) + + normalized_dist_location = normalize_path(dist_location) + if not dist.local: + logger.info( + "Not uninstalling %s at %s, outside environment %s", + dist.canonical_name, + normalized_dist_location, + sys.prefix, + ) + return cls(dist) + + if normalized_dist_location in { + p + for p in {sysconfig.get_path("stdlib"), sysconfig.get_path("platstdlib")} + if p + }: + logger.info( + "Not uninstalling %s at %s, as it is in the standard library.", + dist.canonical_name, + normalized_dist_location, + ) + return cls(dist) + + paths_to_remove = cls(dist) + develop_egg_link = egg_link_path_from_location(dist.raw_name) + + # Distribution is installed with metadata in a "flat" .egg-info + # directory. This means it is not a modern .dist-info installation, an + # egg, or legacy editable. + setuptools_flat_installation = ( + dist.installed_with_setuptools_egg_info + and info_location is not None + and os.path.exists(info_location) + # If dist is editable and the location points to a ``.egg-info``, + # we are in fact in the legacy editable case. + and not info_location.endswith(f"{dist.setuptools_filename}.egg-info") + ) + + # Uninstall cases order do matter as in the case of 2 installs of the + # same package, pip needs to uninstall the currently detected version + if setuptools_flat_installation: + if info_location is not None: + paths_to_remove.add(info_location) + installed_files = dist.iter_declared_entries() + if installed_files is not None: + for installed_file in installed_files: + paths_to_remove.add(os.path.join(dist_location, installed_file)) + # FIXME: need a test for this elif block + # occurs with --single-version-externally-managed/--record outside + # of pip + elif dist.is_file("top_level.txt"): + try: + namespace_packages = dist.read_text("namespace_packages.txt") + except FileNotFoundError: + namespaces = [] + else: + namespaces = namespace_packages.splitlines(keepends=False) + for top_level_pkg in [ + p + for p in dist.read_text("top_level.txt").splitlines() + if p and p not in namespaces + ]: + path = os.path.join(dist_location, top_level_pkg) + paths_to_remove.add(path) + paths_to_remove.add(f"{path}.py") + paths_to_remove.add(f"{path}.pyc") + paths_to_remove.add(f"{path}.pyo") + + elif dist.installed_by_distutils: + raise UninstallationError( + "Cannot uninstall {!r}. It is a distutils installed project " + "and thus we cannot accurately determine which files belong " + "to it which would lead to only a partial uninstall.".format( + dist.raw_name, + ) + ) + + elif dist.installed_as_egg: + # package installed by easy_install + # We cannot match on dist.egg_name because it can slightly vary + # i.e. setuptools-0.6c11-py2.6.egg vs setuptools-0.6rc11-py2.6.egg + paths_to_remove.add(dist_location) + easy_install_egg = os.path.split(dist_location)[1] + easy_install_pth = os.path.join( + os.path.dirname(dist_location), + "easy-install.pth", + ) + paths_to_remove.add_pth(easy_install_pth, "./" + easy_install_egg) + + elif dist.installed_with_dist_info: + for path in uninstallation_paths(dist): + paths_to_remove.add(path) + + elif develop_egg_link: + # PEP 660 modern editable is handled in the ``.dist-info`` case + # above, so this only covers the setuptools-style editable. + with open(develop_egg_link) as fh: + link_pointer = os.path.normcase(fh.readline().strip()) + assert link_pointer == dist_location, ( + f"Egg-link {link_pointer} does not match installed location of " + f"{dist.raw_name} (at {dist_location})" + ) + paths_to_remove.add(develop_egg_link) + easy_install_pth = os.path.join( + os.path.dirname(develop_egg_link), "easy-install.pth" + ) + paths_to_remove.add_pth(easy_install_pth, dist_location) + + else: + logger.debug( + "Not sure how to uninstall: %s - Check: %s", + dist, + dist_location, + ) + + if dist.in_usersite: + bin_dir = get_bin_user() + else: + bin_dir = get_bin_prefix() + + # find distutils scripts= scripts + try: + for script in dist.iterdir("scripts"): + paths_to_remove.add(os.path.join(bin_dir, script.name)) + if WINDOWS: + paths_to_remove.add(os.path.join(bin_dir, f"{script.name}.bat")) + except (FileNotFoundError, NotADirectoryError): + pass + + # find console_scripts and gui_scripts + def iter_scripts_to_remove( + dist: BaseDistribution, + bin_dir: str, + ) -> Iterator[str]: + for entry_point in dist.iter_entry_points(): + if entry_point.group == "console_scripts": + yield from _script_names(bin_dir, entry_point.name, False) + elif entry_point.group == "gui_scripts": + yield from _script_names(bin_dir, entry_point.name, True) + + for s in iter_scripts_to_remove(dist, bin_dir): + paths_to_remove.add(s) + + return paths_to_remove + + +class UninstallPthEntries: + def __init__(self, pth_file: str) -> None: + self.file = pth_file + self.entries: Set[str] = set() + self._saved_lines: Optional[List[bytes]] = None + + def add(self, entry: str) -> None: + entry = os.path.normcase(entry) + # On Windows, os.path.normcase converts the entry to use + # backslashes. This is correct for entries that describe absolute + # paths outside of site-packages, but all the others use forward + # slashes. + # os.path.splitdrive is used instead of os.path.isabs because isabs + # treats non-absolute paths with drive letter markings like c:foo\bar + # as absolute paths. It also does not recognize UNC paths if they don't + # have more than "\\sever\share". Valid examples: "\\server\share\" or + # "\\server\share\folder". + if WINDOWS and not os.path.splitdrive(entry)[0]: + entry = entry.replace("\\", "/") + self.entries.add(entry) + + def remove(self) -> None: + logger.verbose("Removing pth entries from %s:", self.file) + + # If the file doesn't exist, log a warning and return + if not os.path.isfile(self.file): + logger.warning("Cannot remove entries from nonexistent file %s", self.file) + return + with open(self.file, "rb") as fh: + # windows uses '\r\n' with py3k, but uses '\n' with py2.x + lines = fh.readlines() + self._saved_lines = lines + if any(b"\r\n" in line for line in lines): + endline = "\r\n" + else: + endline = "\n" + # handle missing trailing newline + if lines and not lines[-1].endswith(endline.encode("utf-8")): + lines[-1] = lines[-1] + endline.encode("utf-8") + for entry in self.entries: + try: + logger.verbose("Removing entry: %s", entry) + lines.remove((entry + endline).encode("utf-8")) + except ValueError: + pass + with open(self.file, "wb") as fh: + fh.writelines(lines) + + def rollback(self) -> bool: + if self._saved_lines is None: + logger.error("Cannot roll back changes to %s, none were made", self.file) + return False + logger.debug("Rolling %s back to previous state", self.file) + with open(self.file, "wb") as fh: + fh.writelines(self._saved_lines) + return True diff --git a/venv/lib/python3.8/site-packages/pip/_internal/resolution/__init__.py b/venv/lib/python3.8/site-packages/pip/_internal/resolution/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/venv/lib/python3.8/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8d4156ad2150cacfbd464a4da6a9d11a15f60649 GIT binary patch literal 196 zcmWIL<>g`kg0L2|3=sVoL?8o3AjbiSi&=m~3PUi1CZpdZ>PT!2?<~3%Ew?q-(3IYP!DftKLuR>#Ks+=gYmxffC|7AC{L-hc~p%5g9GC zEJP_2S*k>pUgAlPslqRVBxrrF2+K~=kpd({;6cz6rwW1-)f36efzZAVE`<&*RI;kW zW6|&YpnFB%bJ2cQ6xpZ%=fBU5b`7ed#t2D`P2r1k+iLP(o!Xy0LUT20P}9 zme)P>J&J-zq!x)HNPbU10HKywo>tns^pg&Ri@5f$ln!)Au}F6aUgWxOGXqCp>S7K^ zI9IT)ZHh28Zf87!@mXqSO;e)m4zcETzJcNdBl-YW$XpA2L_a?vp4278I;-O5+)nCh(7YI&AiyYx zfyHcm1{lwwn#V;xx-EIJ`!Y7Ug+W8<>=aDg3tx*F$q1+v+=YOGkxPI7QaZ#F9SqW+CR@1bs^{imOo2JuQRxC2ev%-KI z`=h!pFyu2g!!0&{z_lJD#10vzVwgjuLZPI(>4r*%H*Id%Uvr^7Z}RFCS&l^yexb=T zn!@h=6iCo1?>o9Jj->Z+4Xe%IoM$Y$r~m#-K4Lx3NvRgYL%?11Y9YdF9+2TdY^$#9 KDkV35`N3}{W(s2f literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/resolution/base.py b/venv/lib/python3.8/site-packages/pip/_internal/resolution/base.py new file mode 100644 index 000000000..42dade18c --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/resolution/base.py @@ -0,0 +1,20 @@ +from typing import Callable, List, Optional + +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_set import RequirementSet + +InstallRequirementProvider = Callable[ + [str, Optional[InstallRequirement]], InstallRequirement +] + + +class BaseResolver: + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + raise NotImplementedError() + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + raise NotImplementedError() diff --git a/venv/lib/python3.8/site-packages/pip/_internal/resolution/legacy/__init__.py b/venv/lib/python3.8/site-packages/pip/_internal/resolution/legacy/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/venv/lib/python3.8/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8015c07060eacbe34f56ffcdaa8c5c3c2d2277d9 GIT binary patch literal 203 zcmYk0u?oU45QbB55TOs^kls)b2a!I3i|88C_H2V`awKV?yD#G_x%vohP9`Ae5C3=E z{r_;MJYTV>^KH|o`Aqm%7MCj8FCtoYWb5p3XD*$8coXz?Kxm}_nnQ05r;=YBVy%z| zCz~ren9xk1RsF4$#TL8@$SKCMLl2|~gfao0ks2I&tH+?M0gat(W)Lw{L5PCp$8tB= McGS2}pS+^k2d*bJ{{R30 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..25df5b6595df5a6da9f631104fad17d8bd148d20 GIT binary patch literal 12211 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 b`d2sbN%K{$qScGauj$lO>3n@&{p$Y$Y%-kV literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/resolution/legacy/resolver.py b/venv/lib/python3.8/site-packages/pip/_internal/resolution/legacy/resolver.py new file mode 100644 index 000000000..8c149d437 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/resolution/legacy/resolver.py @@ -0,0 +1,467 @@ +"""Dependency Resolution + +The dependency resolution in pip is performed as follows: + +for top-level requirements: + a. only one spec allowed per project, regardless of conflicts or not. + otherwise a "double requirement" exception is raised + b. they override sub-dependency requirements. +for sub-dependencies + a. "first found, wins" (where the order is breadth first) +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import logging +import sys +from collections import defaultdict +from itertools import chain +from typing import DefaultDict, Iterable, List, Optional, Set, Tuple + +from pip._vendor.packaging import specifiers +from pip._vendor.packaging.requirements import Requirement + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import ( + BestVersionAlreadyInstalled, + DistributionNotFound, + HashError, + HashErrors, + NoneMetadataError, + UnsupportedPythonVersion, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution +from pip._internal.models.link import Link +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import normalize_version_info +from pip._internal.utils.packaging import check_requires_python + +logger = logging.getLogger(__name__) + +DiscoveredDependencies = DefaultDict[str, List[InstallRequirement]] + + +def _check_dist_requires_python( + dist: BaseDistribution, + version_info: Tuple[int, int, int], + ignore_requires_python: bool = False, +) -> None: + """ + Check whether the given Python version is compatible with a distribution's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + + :raises UnsupportedPythonVersion: When the given Python version isn't + compatible. + """ + # This idiosyncratically converts the SpecifierSet to str and let + # check_requires_python then parse it again into SpecifierSet. But this + # is the legacy resolver so I'm just not going to bother refactoring. + try: + requires_python = str(dist.requires_python) + except FileNotFoundError as e: + raise NoneMetadataError(dist, str(e)) + try: + is_compatible = check_requires_python( + requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier as exc: + logger.warning( + "Package %r has an invalid Requires-Python: %s", dist.raw_name, exc + ) + return + + if is_compatible: + return + + version = ".".join(map(str, version_info)) + if ignore_requires_python: + logger.debug( + "Ignoring failed Requires-Python check for package %r: %s not in %r", + dist.raw_name, + version, + requires_python, + ) + return + + raise UnsupportedPythonVersion( + "Package {!r} requires a different Python: {} not in {!r}".format( + dist.raw_name, version, requires_python + ) + ) + + +class Resolver(BaseResolver): + """Resolves which packages need to be installed/uninstalled to perform \ + the requested operation without breaking the requirements of any package. + """ + + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + self._py_version_info = py_version_info + + self.preparer = preparer + self.finder = finder + self.wheel_cache = wheel_cache + + self.upgrade_strategy = upgrade_strategy + self.force_reinstall = force_reinstall + self.ignore_dependencies = ignore_dependencies + self.ignore_installed = ignore_installed + self.ignore_requires_python = ignore_requires_python + self.use_user_site = use_user_site + self._make_install_req = make_install_req + + self._discovered_dependencies: DiscoveredDependencies = defaultdict(list) + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + """Resolve what operations need to be done + + As a side-effect of this method, the packages (and their dependencies) + are downloaded, unpacked and prepared for installation. This + preparation is done by ``pip.operations.prepare``. + + Once PyPI has static dependency metadata available, it would be + possible to move the preparation to become a step separated from + dependency resolution. + """ + requirement_set = RequirementSet(check_supported_wheels=check_supported_wheels) + for req in root_reqs: + if req.constraint: + check_invalid_constraint_type(req) + requirement_set.add_requirement(req) + + # Actually prepare the files, and collect any exceptions. Most hash + # exceptions cannot be checked ahead of time, because + # _populate_link() needs to be called before we can make decisions + # based on link type. + discovered_reqs: List[InstallRequirement] = [] + hash_errors = HashErrors() + for req in chain(requirement_set.all_requirements, discovered_reqs): + try: + discovered_reqs.extend(self._resolve_one(requirement_set, req)) + except HashError as exc: + exc.req = req + hash_errors.append(exc) + + if hash_errors: + raise hash_errors + + return requirement_set + + def _is_upgrade_allowed(self, req: InstallRequirement) -> bool: + if self.upgrade_strategy == "to-satisfy-only": + return False + elif self.upgrade_strategy == "eager": + return True + else: + assert self.upgrade_strategy == "only-if-needed" + return req.user_supplied or req.constraint + + def _set_req_to_reinstall(self, req: InstallRequirement) -> None: + """ + Set a requirement to be installed. + """ + # Don't uninstall the conflict if doing a user install and the + # conflict is not a user install. + if not self.use_user_site or req.satisfied_by.in_usersite: + req.should_reinstall = True + req.satisfied_by = None + + def _check_skip_installed( + self, req_to_install: InstallRequirement + ) -> Optional[str]: + """Check if req_to_install should be skipped. + + This will check if the req is installed, and whether we should upgrade + or reinstall it, taking into account all the relevant user options. + + After calling this req_to_install will only have satisfied_by set to + None if the req_to_install is to be upgraded/reinstalled etc. Any + other value will be a dist recording the current thing installed that + satisfies the requirement. + + Note that for vcs urls and the like we can't assess skipping in this + routine - we simply identify that we need to pull the thing down, + then later on it is pulled down and introspected to assess upgrade/ + reinstalls etc. + + :return: A text reason for why it was skipped, or None. + """ + if self.ignore_installed: + return None + + req_to_install.check_if_exists(self.use_user_site) + if not req_to_install.satisfied_by: + return None + + if self.force_reinstall: + self._set_req_to_reinstall(req_to_install) + return None + + if not self._is_upgrade_allowed(req_to_install): + if self.upgrade_strategy == "only-if-needed": + return "already satisfied, skipping upgrade" + return "already satisfied" + + # Check for the possibility of an upgrade. For link-based + # requirements we have to pull the tree down and inspect to assess + # the version #, so it's handled way down. + if not req_to_install.link: + try: + self.finder.find_requirement(req_to_install, upgrade=True) + except BestVersionAlreadyInstalled: + # Then the best version is installed. + return "already up-to-date" + except DistributionNotFound: + # No distribution found, so we squash the error. It will + # be raised later when we re-try later to do the install. + # Why don't we just raise here? + pass + + self._set_req_to_reinstall(req_to_install) + return None + + def _find_requirement_link(self, req: InstallRequirement) -> Optional[Link]: + upgrade = self._is_upgrade_allowed(req) + best_candidate = self.finder.find_requirement(req, upgrade) + if not best_candidate: + return None + + # Log a warning per PEP 592 if necessary before returning. + link = best_candidate.link + if link.is_yanked: + reason = link.yanked_reason or "" + msg = ( + # Mark this as a unicode string to prevent + # "UnicodeEncodeError: 'ascii' codec can't encode character" + # in Python 2 when the reason contains non-ascii characters. + "The candidate selected for download or install is a " + "yanked version: {candidate}\n" + "Reason for being yanked: {reason}" + ).format(candidate=best_candidate, reason=reason) + logger.warning(msg) + + return link + + def _populate_link(self, req: InstallRequirement) -> None: + """Ensure that if a link can be found for this, that it is found. + + Note that req.link may still be None - if the requirement is already + installed and not needed to be upgraded based on the return value of + _is_upgrade_allowed(). + + If preparer.require_hashes is True, don't use the wheel cache, because + cached wheels, always built locally, have different hashes than the + files downloaded from the index server and thus throw false hash + mismatches. Furthermore, cached wheels at present have undeterministic + contents due to file modification times. + """ + if req.link is None: + req.link = self._find_requirement_link(req) + + if self.wheel_cache is None or self.preparer.require_hashes: + return + cache_entry = self.wheel_cache.get_cache_entry( + link=req.link, + package_name=req.name, + supported_tags=get_supported(), + ) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + if req.link is req.original_link and cache_entry.persistent: + req.original_link_is_in_wheel_cache = True + req.link = cache_entry.link + + def _get_dist_for(self, req: InstallRequirement) -> BaseDistribution: + """Takes a InstallRequirement and returns a single AbstractDist \ + representing a prepared variant of the same. + """ + if req.editable: + return self.preparer.prepare_editable_requirement(req) + + # satisfied_by is only evaluated by calling _check_skip_installed, + # so it must be None here. + assert req.satisfied_by is None + skip_reason = self._check_skip_installed(req) + + if req.satisfied_by: + return self.preparer.prepare_installed_requirement(req, skip_reason) + + # We eagerly populate the link, since that's our "legacy" behavior. + self._populate_link(req) + dist = self.preparer.prepare_linked_requirement(req) + + # NOTE + # The following portion is for determining if a certain package is + # going to be re-installed/upgraded or not and reporting to the user. + # This should probably get cleaned up in a future refactor. + + # req.req is only avail after unpack for URL + # pkgs repeat check_if_exists to uninstall-on-upgrade + # (#14) + if not self.ignore_installed: + req.check_if_exists(self.use_user_site) + + if req.satisfied_by: + should_modify = ( + self.upgrade_strategy != "to-satisfy-only" + or self.force_reinstall + or self.ignore_installed + or req.link.scheme == "file" + ) + if should_modify: + self._set_req_to_reinstall(req) + else: + logger.info( + "Requirement already satisfied (use --upgrade to upgrade): %s", + req, + ) + return dist + + def _resolve_one( + self, + requirement_set: RequirementSet, + req_to_install: InstallRequirement, + ) -> List[InstallRequirement]: + """Prepare a single requirements file. + + :return: A list of additional InstallRequirements to also install. + """ + # Tell user what we are doing for this requirement: + # obtain (editable), skipping, processing (local url), collecting + # (remote url or package name) + if req_to_install.constraint or req_to_install.prepared: + return [] + + req_to_install.prepared = True + + # Parse and return dependencies + dist = self._get_dist_for(req_to_install) + # This will raise UnsupportedPythonVersion if the given Python + # version isn't compatible with the distribution's Requires-Python. + _check_dist_requires_python( + dist, + version_info=self._py_version_info, + ignore_requires_python=self.ignore_requires_python, + ) + + more_reqs: List[InstallRequirement] = [] + + def add_req(subreq: Requirement, extras_requested: Iterable[str]) -> None: + # This idiosyncratically converts the Requirement to str and let + # make_install_req then parse it again into Requirement. But this is + # the legacy resolver so I'm just not going to bother refactoring. + sub_install_req = self._make_install_req(str(subreq), req_to_install) + parent_req_name = req_to_install.name + to_scan_again, add_to_parent = requirement_set.add_requirement( + sub_install_req, + parent_req_name=parent_req_name, + extras_requested=extras_requested, + ) + if parent_req_name and add_to_parent: + self._discovered_dependencies[parent_req_name].append(add_to_parent) + more_reqs.extend(to_scan_again) + + with indent_log(): + # We add req_to_install before its dependencies, so that we + # can refer to it when adding dependencies. + if not requirement_set.has_requirement(req_to_install.name): + # 'unnamed' requirements will get added here + # 'unnamed' requirements can only come from being directly + # provided by the user. + assert req_to_install.user_supplied + requirement_set.add_requirement(req_to_install, parent_req_name=None) + + if not self.ignore_dependencies: + if req_to_install.extras: + logger.debug( + "Installing extra requirements: %r", + ",".join(req_to_install.extras), + ) + missing_requested = sorted( + set(req_to_install.extras) - set(dist.iter_provided_extras()) + ) + for missing in missing_requested: + logger.warning( + "%s %s does not provide the extra '%s'", + dist.raw_name, + dist.version, + missing, + ) + + available_requested = sorted( + set(dist.iter_provided_extras()) & set(req_to_install.extras) + ) + for subreq in dist.iter_dependencies(available_requested): + add_req(subreq, extras_requested=available_requested) + + return more_reqs + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Create the installation order. + + The installation order is topological - requirements are installed + before the requiring thing. We break cycles at an arbitrary point, + and make no other guarantees. + """ + # The current implementation, which we may change at any point + # installs the user specified things in the order given, except when + # dependencies must come earlier to achieve topological order. + order = [] + ordered_reqs: Set[InstallRequirement] = set() + + def schedule(req: InstallRequirement) -> None: + if req.satisfied_by or req in ordered_reqs: + return + if req.constraint: + return + ordered_reqs.add(req) + for dep in self._discovered_dependencies[req.name]: + schedule(dep) + order.append(req) + + for install_req in req_set.requirements.values(): + schedule(install_req) + return order diff --git a/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e6bc5556e45a538b18424391e6cd59362502e660 GIT binary patch literal 207 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4d4803b8af97ad19ecbfd989aa19b905a70012cf GIT binary patch literal 18569 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..911aadfb5c35bba35618d263dd0375ac884c6a1e GIT binary patch literal 19139 zcmb_^X>c6pnO=8KPtSn?h=T+PibsnQMUF%QIw=XJWJ(k%(UM?Vq$F!3WjsVThykZ( zz^@yWFdld}0(S*%t#-9ur?Rz@5-`b+Rpp=UIGZ2wZaJIS*&LNrDo(cZFHS1u{K>Jq zsaOY<=Xt;GnZY61aWbfR=j-o2-tWB|&kqh34SZg>eq#PNnuhTcKJ2svG8j(GJ##OgKQ-mI29+zRdPYTk`D@%LQt#}gMrFGP^y%I!OCDT zR2d3(RCWZzmEmBdGGem7Ok*?{tBgt7ZtM(pRdz`_+ZYdaS9S+`DtqMFX-ourD|;oK zYupm-tLzK*SN6+uzHuNpSUDKD6*suGa%*s?awxd1a$9hF<#s7AG!6%MRPK;;v2i3g zS~(h&D`j~eXxtgxRk=&jrN*(~c;&dH2OE>YRAoxiLyfzGdn)%xdPn2l;J(Uz!Tpu{ z<$1XAKyadRLee9R2ZM(y4@r8o@o+F*nU?fe;|syb%1KG@Y&;S?T6q-dUEX-(i@~YN zso=57W5MH<$AiFoHaxVB%~(@&q9c`~-2sLw`m;jC)4{pJNfiu30p zU)3%({3I2%RBS&}52HBuY;AF|-n<+aXKI1(U0hmZr7tf=^;Waii1Qcxt4n@!){isn zC#%bI7nc|P7i#EZwiZTZGafzHyjE+}z2{K7uKd7nGPiVL(Vwl))qRDwWh)+E6N>;UrEHv8roFBFtOC0}Pu-FR2I;M@r#nZLfdH+l^Qp<7i#d+Uv zNJiO-cRqoIsQM*oGt-LBww9V+JaVoXMzuzx#-7e7g%#h@pLJpB(xPh3`eCRGcRuS! zHLn)c&NXLS%@AE;5%Heqo8i*pVoOE7cYZmVZ#7@=Rfrzr;l2`?4(2|1zBYTMcG*8$ zZ+gDMq=z4`g?|6^;@y}1sOtH1wWUT>^_$n~s?|)k3kTA?f?l#|cVm6qd0zR8HHA*i z_&{B+tg8I0)j8D)stq)()|y@wdw&(f;y7gOeeL7@*uB{+)w({YD%TjPTD=)nBOE5W z-Mh8XdDXgB=Sr|N&bzx6$Z(#jh4X%h)D9M5;J%aJqn4UYU{w_-;j1cE87BqMz>ay)^x~#6w_mI9KPA`bx0>c^p&Jnr$^^Ne=oy89bcA zH#`8~8)P08>v_Y^__k-BG(c`_&pHW40AgatgV^>tOf@=PTMGSnK=qC^c8Gk$8l7%S9~>f4QMmfs9#E|+&B5qR9KJv$u(lOsw zxmiA_kvCH=s>d)B^*F(4f*ipV!4m{L?>K{dttKUfP3i5nPMu{vF8>0)p#xAfOXjdC zd0Td12<4|(@fakLbO*f0h(JIdtQG6dcmEu};1@lMtDk_>;$_|&@N6%8JzE*@OMc#S z-ZQ+FmEOyEgWeEwclx`M+;M-mx8ptA z8}>$!zsDcy<~#lbS~>n+fx9vC=zESg=IuniTl{_gIP&-V2QbTnei3QcXPsTBGw$t1 zom-J}2>E*S+oW_4W-#IHMd|JSsDIcW_jUd)n87}8Kl1ND{tV|7$kjn(!Kvaw;C@x` zpO-z}G1pSFKB^@R;^F$`W=nND@V$6E$w}^0Sk)vY-c7CrssIwcRBw3Ixmvxkgy(q2 z;&Szx=H{5kTq|~zA1$fo>;N!6{gjX(q2P53e;uG>c8sdgu>j4E4QNG~PH~mFb|(Xv z?PLL+jsuwMRN9p#WeQLttZC?$Sb+ z6c$F@f?s!N;|DMeg7>4724wt~e+zm8`i7>;FqY8&m_lk=UdV)yD%wK{pS(Sj@& zK04WJbQZ%ECA->cHkQkyajvRSL7iv+rE1@ys|T1hk{n!**~Yh2HzSLddqT*U@et9Z z4^@V%n{j1#^)paok4QAz;>KoV*`L7PuA243^wU&cP=@vYe0e^-!a|x)oE1^K*5G##D$3 z-PWqglEJ8^C|oC$EYEaQyBw;0C@tH1lOop4%4l&W2rq9w&qG4-s`WXI!5Dj~r_<

    KMUubet1kO+GU$_9C1 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 R<{rAwt>LV2sLZhQe*jAF1d{*& literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c0fd1bf57343e2db0b208f8846fb226bc0ee0100 GIT binary patch literal 4848 zcmcIoOK%*<5$<{HYq-moWQ+16nJ7x^wW(!b1%{Cbf^Ax{83%L#$pW&7F&s|!k|WMz z**!~&#Oe@JfPD#qoO02@J_`8{`5|-2B_|{QAOV7W)jhk*mx3IUA*Oe_ySlo%`s=E% z`FW?~F+2~SzPr2eGGl+E%IT+$%KLcLUr}(@XWZg;V)ZTjI*FY+eaE6UH*wQizn0ef z^|aA%q|JUaZS`BJ*Z0!7{+yPnCGE7+@8G-68_9gS&|k2am=hh**kPh27Ot~_ZQlN( zsL5mDP+NZ~bA{7i5>2sqouNbx#Uar!TD`#$R~hkvmc`@D#gxQK=Fi`-Ab<2X6;BPqf{_+iHVgIL9dAK^3R zXjA?mA7#AfdFvz-XFD?~U73mcvGPOztpg#C-twbd6;PZHg~X^l>-ignA7=-7av+p9 z5Jj|$;j6xQT*xpYy{rB(FGNDEHC^Uq$9~g zZj|OS;WzxlU6D<7l038vAJ!;ZP(JWfj#ZIiJ?}fflx=pcvUy+Zj|A-RHpQ%t^-ni8KQ5gQvZJ!O4%5T!M3l{qf;J(SW%IKk`6x_E=e{V)+Jn(B5zy5RJ`9z3 zXeRs)7-48^txqt}waZ$Z4RTf1r6@)+i%4Yh)bQcrjqs`uQ55WiJ+a2@Blg8RzqOy( zPn@wmw)X1swS8~wpwAt<+}dl(Rn*;w%wl8f8*6NTYgugH;}(!=AOCq`wBD|*tzQrd zrxvNLEg;gz^I#XKi>n0^0!Iq|(;lU58-~$dxFe{8+#euF53*qs4ssM6>V%wkYqA3;l=Id8sX!l~vQgDb zcQDGLvK39d`<%&_FyJ5KwOvfO#=~rF2pHzst>Nuk11ZFIEN;;u*%NZ@Kx7ANNxWT& z-0r=%hT|%3RqIr1!+5wB#2JjnHm^ycafm%Pp9g}*YJ-BQ0jf7VD(3=nVnD~P_z~^o zG746&TWzap*;c(ON2fS`lX z3}usObvh`Syl0RQA}N^wjP0F-r2mKoY(x@9|2-JAGL7UEnIT0s*2%jHutXVlWj@;3 z)h9qBSot}@dj@#5O2~+_r&U7;Y&mg%Y}0}Hl#HFfuTXFA{!L)hB7~hIr!8hg8>$~j+>KU zI?c_r^Wbz8=SHf^!;m!~#t;NYop84XKzNXbV1+`x+1(KZoyc&>W5U_xOc(DLs5~V$MQ97L6XV0xo%;^QwN%1|K zXqn7VgeVPy-=Sa8bj&?|^`f;?xvpg_#hIBt4!$O@A`o6VhsePLqB}oWgwqq`DR-e6}lvecIGLF$c(HXvVXGdh> z@lf9V0|b?!b~c-5$8TSBh^CQ2?@p3OVWRH#renKx`2!4>H>e;QDSt=>u>c(*yN;Px zv*#wMp*xG&nl%#Awh)$xs0Lr5NfGU2U>0?Y!tT7?z8q0{z!`VZF1-*#@=f&0E){y> zbLeOU0a8#9{1E~ZWL&%G2rVP$AcV_QBMl#`_*lHy2;yAeFW_LrV&oz*5&*<(w!QfP z?$Q1t_u-3aW+7y~Y@z7Cj*C?&45TQ+;W2MW4FJ;C>2uZRcf+ESq=CHryqkDsr9c5rMvG ZxAC`PyO!5>ot0&qA&ma3eXaWS{|zrdDNO(X literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c96e9750d8aeed69e7ed1118faf2f6172574153c GIT binary patch literal 7663 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 MQvQHj|4_g9XVRa|M*si- literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d3a52af439334f2743639e29332ffd4eb45bc683 GIT binary patch literal 3268 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 BQCk22 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2ecaeb6dcc4ffbcc54dee8ce1c3a504ce3d8e197 GIT binary patch literal 8205 zcma)B%a0pJdhZvTk0CkKX!ICMwpy}eiOLMe>&IqeC`w{U_BtzQg|WQeZO3T$u!>~Q z^n+8~)R^PuK0Hb^PN2X+f*b-LW-bPN%0FP_5+J7>f*kuA1jt@;Ss)0KtTw-|x=GQp zfP_RBtE#KM`l`OKe&2)dH5xSqpC3K=?qFw4QT~M*^PdtLzmF&WR83Z$B^V zb^nFnoP92^Y)iHq{`ug7eL>cn{)@py`(kj(zJ&H7Yxyq)m+i~J75j>8AM@M6Rr{){ zaN~1TEQ9+c|F?owdksBn{0hI!J3W0xu~)fzxXxcbQtj`&t+3;4`GLZg`MG`FZm|=* z!aFMpFY&VceWjGQUl zRb>BtE>LgW^aSrFoV_jF;Q$@A_XnK&H{9-khBofH-EFte-||8x#~uix55VOh45O)P4o_=ennS6oQS&2jrp_^aSA1XbSm09IM!*1{T5)gaMDD=l`UT-broN>0d zm_%!_n|N_=yhg9?blUZ-GAx9WnLR19Y+;uK>U2q>Su1e2x#Q)+as=PW8l#vyc!U#s zII!bhKa2!-7$0(oJnVWr&RRuhF^{wCWYGf(qz$n%94CV)%ocl*=yDJ)hGwnNurFN3 zoj4H?NPnE2ibq2*8OP4%$n%-gb3K2AcD6ViJJ5<4>Ix2fQI|G9{ZPG*N5>Q2Mv*A{ z%AtCss7hK(l`U=Cj87-}r)pxPTB@c-s;8y2nwHZ_x{%hH`Us<(Qfi_!X@*l~3d#yo zaM0SFc1>8ID$Y@Hfr|4~yhz1mDlSp+5*2MKuA*pHvl2D~MXosD*h?HIJMQ2XM7x|# zH%#Z({DT+=O!x4X5RnjPF*z&ua$OV`iQX02g@YrdY&S9^=6)~d#-jI<8_AbsNzQq~ zlH`y`JYnuDHLE&K*LQKy&R5ERCF_GI;Ooo{*K=8|4PRaB3C=e?z6RNJx4Brq&%^uc zzPDKndA0Msb<&EpVU7av`p_G$W2-5>O@a8YNh&?j$Z>$33U@{Qkob{OUhf7ZBx9FRQHuh zDKwKB{U!@gtJ1zUG520z`lOtiTXoE8q-AD2(hOx%fkHLkSHkOtk}Pi5#FwfvsjAAJ zC0A}G#~4&{U!zrzv`GzWSp8IcUwIv7byEFl^~cIjlu-Mzk}RbfGaspwg|xDD{BZe5 zxv6~kZhZd`*jji)X znyT!4U5wYj3&u_s(?yK>n{;vO0{ybu){E#rk7p&tyRD0#tHVEK3#|Ugn6yCaQrbFF zafKHSUrHNP1D%Df%adc0`zwd-^jQ8Lm$Y%GT@vdMX136cfMCLfBF1yqrzv5KAc@D& zjcn=eJ9nLpTkrnx_K$9DI5%&-`QF>!&mX*?0R3x$`>`XUQOM%GRjG4NnaK|}p4hon zYi3YBY^&n8!NObj_I`0Gw!GMKeZgHewr1F9?Rv?;N(S7DVU(=`(JVKXeZ$r1gsx1P{-mf(EH|+}@x5?+(yncAHwG)T$R=>U zUr+=koCMxX_UhN*nsBS{0Z*>Cjm)4WvT{KzGl&pfSsLBGn#**h8~MaOq>^9ush1Ip zlQ?kkJ51OiHEy{HwzTm|UXI|pMHOnfq+Cm(S$dJmDDq~E~qxYyt(PyR~_2Cm_1{q56yF{sq zm$__V`XdpzN!G~QSeQ;aEAP4jO!c!9E@RSVB%YqI--79y?}(-S$*jVqkjwyb=cdF? z0B51SB)&tZ^<66Hc4XB;n7D*+NOF%ZtH3kK9aGc_570`)m=4RmA9+N1YERG?!3W_( zQWG+Xnabe@kz`1uJ5CIbxH?mPoC7+u=IjzmDTv=AUi2XDX9ix!;x%GW7Ozw77K-oV ziGPkl(d#fw#`OE&X1S(TG&46=kBw6CPSJkTGFmWI71elb7^gLuG}J4qX4EkrH9So` zEuDUAnxSgC@jr&C=@m@_y{4i4Mk~=enp*o$vsTmU)T{2bHm0VpIGwg8y5LKE4@Fla z7K;x>b0!{X*cd7VmQ3BQ#!Cqt)qV9-7`ZJiKHGb|0MG%bcrnvSAPjVw0|z4@ssQ)_h;rXFwxV!G z&r3Siy#e5O!2Mxt@i2xR1_;cEc76_BT(^YNMv`b4;i6KImLD3SWe(x9wPud?*n*=x9IO&-(m1+V z)-Lz@gM{qC)CJ4Uix2;KMgl+_M#ZV*9{VcH3jo8~1S{J_%nip@cihD^5(^!PTnw;2 zqvDE94>nbdtzkrlwPU@{EeaQicz@&y7j7SIYcm=pWWMA9!~PK28I@f^I!FymN83DH zwPtdIB}=TU^8M8(13I&rclK6-5h(&t2r3`};!4}DzovFhB-{ zcPZ+desoj}Jn!O(mr?X_0Y0q%kv35$TB`kpwqv|oKmg$YoJ+0qa;5@#(0U3Vvf4G$ z%x)A6um3&KBf=)Wd#}!}>YOFWjfcD&oojxCZN%46nNn!ibEDIth2BDum81xAYci)P zPO;HUCyX<&Rk*jY^melnobe#es=ZN&I5zTO{t$sD9&!ZBgv$hr4vlf-1ObOhB6F7( zji~Tw<$6v|j(i#wpJ5Q?p1#Dym@KifxTKky0f<|MFJDmso4+w;pK~XViHe9tt~3Q0$Ky23j>gw0a-SG z)q2rX@a}Ql!TZNDM&CR8jXcT+)6~re;Pb-|+qyjbtTl&h4hi<#*iLQ-VLK^u{7)z- z&izdFl+TPrO(>THg#SW&s6133Y7g~?Mz6$lW<02WrqjrYc0j?x>O=>Ys|XU_+tz{P%T=XRGNKK?fAYVg{&YLp);8os{tsHG%yGICuV269Lw2L=}0V` z2^S0P!m_|6@WN3pGs)$X6$)DkIV8D-qjUCo*hlO|kqMfTCqIHdVCkVtL0Kf#LMmBL zM1e)I#;PTASyNHcKnm5sbm5XfTru7jMovyncA+uW6|ciPg;{MsC6i=;=(0b+Tx>WQ ztQAVdT>&jGUgqaNwZ&7Ly$yXQW@Jug8t_for(F^U#Yx?GhDnF%guiU%hPY@zBl4Ri z<24vgkJ366gp!v4OBG38@^B6p&r9H4?S}HyI@UYnF+kandFHEh-qIyN_6iZ{v)r!T z{OF;ZmlKP8sW=&Rw@K1&ep&_h?~_6yKZWzB4d-?b3rMwt*hDV1{Fr@LP){!6HhFOf zOL~Y1IGd8gPN0*N3dLGTQOPX8RKW_XN(VaAPAO%Yli!#^iD%BIgy`HsxdX4mpd-u? z`&ljr#fotcMXDUANFLQGvv{B$qD?3Xyi}v-?AW-3SAy5XVl)|PUy3aEm=Z_G`{W#Nc zbTCApVop|)}kTaypNcUkbf_j8k|B6St zS_)zxL#KGCrqVV>-vEjEpcv82{DL380u8svNBhxDzeO~(*=ZqO2x zr%0d~OkGj-$u(6|*!EQGX_Sq2+mP%JVDO}$M|mG)wiv+|Id0Ha`CrR?oD_d694jsb z{UIc6Dc!0I`59b*TQ4&jx#=A=S<0KAgVY~sP|vuCl>%EMdo}xDdJu9ox|BmS6->rRY5)N*To1wS(%b5 zKqB!bwajEpI4mgg79_ab!IbVOd1%u86y&dEXOI@};J=HIMaX)~TsdZTkW%zxK`H3$ zEpuI@ZYR5Z5yj5&p=KF-+Vk54Jv*{1%ZQ9v^jN@*h4y* zRj%c6&~@mg5>rx;@TH<&1k$t+UDfeB{ZhMCLWz`7U2Ez!z4bHYlBOVm^tg`y=K;OH F{$It2a6141 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/base.py b/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/base.py new file mode 100644 index 000000000..b206692a0 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/base.py @@ -0,0 +1,141 @@ +from typing import FrozenSet, Iterable, Optional, Tuple, Union + +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import LegacyVersion, Version + +from pip._internal.models.link import Link, links_equivalent +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.hashes import Hashes + +CandidateLookup = Tuple[Optional["Candidate"], Optional[InstallRequirement]] +CandidateVersion = Union[LegacyVersion, Version] + + +def format_name(project: str, extras: FrozenSet[str]) -> str: + if not extras: + return project + canonical_extras = sorted(canonicalize_name(e) for e in extras) + return "{}[{}]".format(project, ",".join(canonical_extras)) + + +class Constraint: + def __init__( + self, specifier: SpecifierSet, hashes: Hashes, links: FrozenSet[Link] + ) -> None: + self.specifier = specifier + self.hashes = hashes + self.links = links + + @classmethod + def empty(cls) -> "Constraint": + return Constraint(SpecifierSet(), Hashes(), frozenset()) + + @classmethod + def from_ireq(cls, ireq: InstallRequirement) -> "Constraint": + links = frozenset([ireq.link]) if ireq.link else frozenset() + return Constraint(ireq.specifier, ireq.hashes(trust_internet=False), links) + + def __bool__(self) -> bool: + return bool(self.specifier) or bool(self.hashes) or bool(self.links) + + def __and__(self, other: InstallRequirement) -> "Constraint": + if not isinstance(other, InstallRequirement): + return NotImplemented + specifier = self.specifier & other.specifier + hashes = self.hashes & other.hashes(trust_internet=False) + links = self.links + if other.link: + links = links.union([other.link]) + return Constraint(specifier, hashes, links) + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + # Reject if there are any mismatched URL constraints on this package. + if self.links and not all(_match_link(link, candidate) for link in self.links): + return False + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class Requirement: + @property + def project_name(self) -> NormalizedName: + """The "project name" of a requirement. + + This is different from ``name`` if this requirement contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Subclass should override") + + @property + def name(self) -> str: + """The name identifying this requirement in the resolver. + + This is different from ``project_name`` if this requirement contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Subclass should override") + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + return False + + def get_candidate_lookup(self) -> CandidateLookup: + raise NotImplementedError("Subclass should override") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") + + +def _match_link(link: Link, candidate: "Candidate") -> bool: + if candidate.source_link: + return links_equivalent(link, candidate.source_link) + return False + + +class Candidate: + @property + def project_name(self) -> NormalizedName: + """The "project name" of the candidate. + + This is different from ``name`` if this candidate contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Override in subclass") + + @property + def name(self) -> str: + """The name identifying this candidate in the resolver. + + This is different from ``project_name`` if this candidate contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Override in subclass") + + @property + def version(self) -> CandidateVersion: + raise NotImplementedError("Override in subclass") + + @property + def is_installed(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def is_editable(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def source_link(self) -> Optional[Link]: + raise NotImplementedError("Override in subclass") + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + raise NotImplementedError("Override in subclass") + + def get_install_requirement(self) -> Optional[InstallRequirement]: + raise NotImplementedError("Override in subclass") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") diff --git a/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/candidates.py b/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/candidates.py new file mode 100644 index 000000000..9b8450e86 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/candidates.py @@ -0,0 +1,547 @@ +import logging +import sys +from typing import TYPE_CHECKING, Any, FrozenSet, Iterable, Optional, Tuple, Union, cast + +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import ( + HashError, + InstallationSubprocessError, + MetadataInconsistent, +) +from pip._internal.metadata import BaseDistribution +from pip._internal.models.link import Link, links_equivalent +from pip._internal.models.wheel import Wheel +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, +) +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.misc import normalize_version_info + +from .base import Candidate, CandidateVersion, Requirement, format_name + +if TYPE_CHECKING: + from .factory import Factory + +logger = logging.getLogger(__name__) + +BaseCandidate = Union[ + "AlreadyInstalledCandidate", + "EditableCandidate", + "LinkCandidate", +] + +# Avoid conflicting with the PyPI package "Python". +REQUIRES_PYTHON_IDENTIFIER = cast(NormalizedName, "") + + +def as_base_candidate(candidate: Candidate) -> Optional[BaseCandidate]: + """The runtime version of BaseCandidate.""" + base_candidate_classes = ( + AlreadyInstalledCandidate, + EditableCandidate, + LinkCandidate, + ) + if isinstance(candidate, base_candidate_classes): + return candidate + return None + + +def make_install_req_from_link( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert not template.editable, "template is editable" + if template.req: + line = str(template.req) + else: + line = link.url + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + options=dict( + install_options=template.install_options, + global_options=template.global_options, + hashes=template.hash_options, + ), + ) + ireq.original_link = template.original_link + ireq.link = link + return ireq + + +def make_install_req_from_editable( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert template.editable, "template not editable" + return install_req_from_editable( + link.url, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + permit_editable_wheels=template.permit_editable_wheels, + options=dict( + install_options=template.install_options, + global_options=template.global_options, + hashes=template.hash_options, + ), + ) + + +def _make_install_req_from_dist( + dist: BaseDistribution, template: InstallRequirement +) -> InstallRequirement: + if template.req: + line = str(template.req) + elif template.link: + line = f"{dist.canonical_name} @ {template.link.url}" + else: + line = f"{dist.canonical_name}=={dist.version}" + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + options=dict( + install_options=template.install_options, + global_options=template.global_options, + hashes=template.hash_options, + ), + ) + ireq.satisfied_by = dist + return ireq + + +class _InstallRequirementBackedCandidate(Candidate): + """A candidate backed by an ``InstallRequirement``. + + This represents a package request with the target not being already + in the environment, and needs to be fetched and installed. The backing + ``InstallRequirement`` is responsible for most of the leg work; this + class exposes appropriate information to the resolver. + + :param link: The link passed to the ``InstallRequirement``. The backing + ``InstallRequirement`` will use this link to fetch the distribution. + :param source_link: The link this candidate "originates" from. This is + different from ``link`` when the link is found in the wheel cache. + ``link`` would point to the wheel cache, while this points to the + found remote link (e.g. from pypi.org). + """ + + dist: BaseDistribution + is_installed = False + + def __init__( + self, + link: Link, + source_link: Link, + ireq: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + self._link = link + self._source_link = source_link + self._factory = factory + self._ireq = ireq + self._name = name + self._version = version + self.dist = self._prepare() + + def __str__(self) -> str: + return f"{self.name} {self.version}" + + def __repr__(self) -> str: + return "{class_name}({link!r})".format( + class_name=self.__class__.__name__, + link=str(self._link), + ) + + def __hash__(self) -> int: + return hash((self.__class__, self._link)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return links_equivalent(self._link, other._link) + return False + + @property + def source_link(self) -> Optional[Link]: + return self._source_link + + @property + def project_name(self) -> NormalizedName: + """The normalised name of the project the candidate refers to""" + if self._name is None: + self._name = self.dist.canonical_name + return self._name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> CandidateVersion: + if self._version is None: + self._version = self.dist.version + return self._version + + def format_for_error(self) -> str: + return "{} {} (from {})".format( + self.name, + self.version, + self._link.file_path if self._link.is_file else self._link, + ) + + def _prepare_distribution(self) -> BaseDistribution: + raise NotImplementedError("Override in subclass") + + def _check_metadata_consistency(self, dist: BaseDistribution) -> None: + """Check for consistency of project name and version of dist.""" + if self._name is not None and self._name != dist.canonical_name: + raise MetadataInconsistent( + self._ireq, + "name", + self._name, + dist.canonical_name, + ) + if self._version is not None and self._version != dist.version: + raise MetadataInconsistent( + self._ireq, + "version", + str(self._version), + str(dist.version), + ) + + def _prepare(self) -> BaseDistribution: + try: + dist = self._prepare_distribution() + except HashError as e: + # Provide HashError the underlying ireq that caused it. This + # provides context for the resulting error message to show the + # offending line to the user. + e.req = self._ireq + raise + except InstallationSubprocessError as exc: + # The output has been presented already, so don't duplicate it. + exc.context = "See above for output." + raise + + self._check_metadata_consistency(dist) + return dist + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + requires = self.dist.iter_dependencies() if with_requires else () + for r in requires: + yield self._factory.make_requirement_from_spec(str(r), self._ireq) + yield self._factory.make_requires_python_requirement(self.dist.requires_python) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return self._ireq + + +class LinkCandidate(_InstallRequirementBackedCandidate): + is_editable = False + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + source_link = link + cache_entry = factory.get_wheel_cache_entry(link, name) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + link = cache_entry.link + ireq = make_install_req_from_link(link, template) + assert ireq.link == link + if ireq.link.is_wheel and not ireq.link.is_file: + wheel = Wheel(ireq.link.filename) + wheel_name = canonicalize_name(wheel.name) + assert name == wheel_name, f"{name!r} != {wheel_name!r} for wheel" + # Version may not be present for PEP 508 direct URLs + if version is not None: + wheel_version = Version(wheel.version) + assert version == wheel_version, "{!r} != {!r} for wheel {}".format( + version, wheel_version, name + ) + + if ( + cache_entry is not None + and cache_entry.persistent + and template.link is template.original_link + ): + ireq.original_link_is_in_wheel_cache = True + + super().__init__( + link=link, + source_link=source_link, + ireq=ireq, + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> BaseDistribution: + preparer = self._factory.preparer + return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) + + +class EditableCandidate(_InstallRequirementBackedCandidate): + is_editable = True + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + super().__init__( + link=link, + source_link=link, + ireq=make_install_req_from_editable(link, template), + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> BaseDistribution: + return self._factory.preparer.prepare_editable_requirement(self._ireq) + + +class AlreadyInstalledCandidate(Candidate): + is_installed = True + source_link = None + + def __init__( + self, + dist: BaseDistribution, + template: InstallRequirement, + factory: "Factory", + ) -> None: + self.dist = dist + self._ireq = _make_install_req_from_dist(dist, template) + self._factory = factory + + # This is just logging some messages, so we can do it eagerly. + # The returned dist would be exactly the same as self.dist because we + # set satisfied_by in _make_install_req_from_dist. + # TODO: Supply reason based on force_reinstall and upgrade_strategy. + skip_reason = "already satisfied" + factory.preparer.prepare_installed_requirement(self._ireq, skip_reason) + + def __str__(self) -> str: + return str(self.dist) + + def __repr__(self) -> str: + return "{class_name}({distribution!r})".format( + class_name=self.__class__.__name__, + distribution=self.dist, + ) + + def __hash__(self) -> int: + return hash((self.__class__, self.name, self.version)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return self.name == other.name and self.version == other.version + return False + + @property + def project_name(self) -> NormalizedName: + return self.dist.canonical_name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> CandidateVersion: + return self.dist.version + + @property + def is_editable(self) -> bool: + return self.dist.editable + + def format_for_error(self) -> str: + return f"{self.name} {self.version} (Installed)" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + if not with_requires: + return + for r in self.dist.iter_dependencies(): + yield self._factory.make_requirement_from_spec(str(r), self._ireq) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None + + +class ExtrasCandidate(Candidate): + """A candidate that has 'extras', indicating additional dependencies. + + Requirements can be for a project with dependencies, something like + foo[extra]. The extras don't affect the project/version being installed + directly, but indicate that we need additional dependencies. We model that + by having an artificial ExtrasCandidate that wraps the "base" candidate. + + The ExtrasCandidate differs from the base in the following ways: + + 1. It has a unique name, of the form foo[extra]. This causes the resolver + to treat it as a separate node in the dependency graph. + 2. When we're getting the candidate's dependencies, + a) We specify that we want the extra dependencies as well. + b) We add a dependency on the base candidate. + See below for why this is needed. + 3. We return None for the underlying InstallRequirement, as the base + candidate will provide it, and we don't want to end up with duplicates. + + The dependency on the base candidate is needed so that the resolver can't + decide that it should recommend foo[extra1] version 1.0 and foo[extra2] + version 2.0. Having those candidates depend on foo=1.0 and foo=2.0 + respectively forces the resolver to recognise that this is a conflict. + """ + + def __init__( + self, + base: BaseCandidate, + extras: FrozenSet[str], + ) -> None: + self.base = base + self.extras = extras + + def __str__(self) -> str: + name, rest = str(self.base).split(" ", 1) + return "{}[{}] {}".format(name, ",".join(self.extras), rest) + + def __repr__(self) -> str: + return "{class_name}(base={base!r}, extras={extras!r})".format( + class_name=self.__class__.__name__, + base=self.base, + extras=self.extras, + ) + + def __hash__(self) -> int: + return hash((self.base, self.extras)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return self.base == other.base and self.extras == other.extras + return False + + @property + def project_name(self) -> NormalizedName: + return self.base.project_name + + @property + def name(self) -> str: + """The normalised name of the project the candidate refers to""" + return format_name(self.base.project_name, self.extras) + + @property + def version(self) -> CandidateVersion: + return self.base.version + + def format_for_error(self) -> str: + return "{} [{}]".format( + self.base.format_for_error(), ", ".join(sorted(self.extras)) + ) + + @property + def is_installed(self) -> bool: + return self.base.is_installed + + @property + def is_editable(self) -> bool: + return self.base.is_editable + + @property + def source_link(self) -> Optional[Link]: + return self.base.source_link + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + factory = self.base._factory + + # Add a dependency on the exact base + # (See note 2b in the class docstring) + yield factory.make_requirement_from_candidate(self.base) + if not with_requires: + return + + # The user may have specified extras that the candidate doesn't + # support. We ignore any unsupported extras here. + valid_extras = self.extras.intersection(self.base.dist.iter_provided_extras()) + invalid_extras = self.extras.difference(self.base.dist.iter_provided_extras()) + for extra in sorted(invalid_extras): + logger.warning( + "%s %s does not provide the extra '%s'", + self.base.name, + self.version, + extra, + ) + + for r in self.base.dist.iter_dependencies(valid_extras): + requirement = factory.make_requirement_from_spec( + str(r), self.base._ireq, valid_extras + ) + if requirement: + yield requirement + + def get_install_requirement(self) -> Optional[InstallRequirement]: + # We don't return anything here, because we always + # depend on the base candidate, and we'll get the + # install requirement from that. + return None + + +class RequiresPythonCandidate(Candidate): + is_installed = False + source_link = None + + def __init__(self, py_version_info: Optional[Tuple[int, ...]]) -> None: + if py_version_info is not None: + version_info = normalize_version_info(py_version_info) + else: + version_info = sys.version_info[:3] + self._version = Version(".".join(str(c) for c in version_info)) + + # We don't need to implement __eq__() and __ne__() since there is always + # only one RequiresPythonCandidate in a resolution, i.e. the host Python. + # The built-in object.__eq__() and object.__ne__() do exactly what we want. + + def __str__(self) -> str: + return f"Python {self._version}" + + @property + def project_name(self) -> NormalizedName: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def name(self) -> str: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def version(self) -> CandidateVersion: + return self._version + + def format_for_error(self) -> str: + return f"Python {self.version}" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + return () + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None diff --git a/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/factory.py b/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/factory.py new file mode 100644 index 000000000..261d8d560 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/factory.py @@ -0,0 +1,739 @@ +import contextlib +import functools +import logging +from typing import ( + TYPE_CHECKING, + Dict, + FrozenSet, + Iterable, + Iterator, + List, + Mapping, + NamedTuple, + Optional, + Sequence, + Set, + Tuple, + TypeVar, + cast, +) + +from pip._vendor.packaging.requirements import InvalidRequirement +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.resolvelib import ResolutionImpossible + +from pip._internal.cache import CacheEntry, WheelCache +from pip._internal.exceptions import ( + DistributionNotFound, + InstallationError, + InstallationSubprocessError, + MetadataInconsistent, + UnsupportedPythonVersion, + UnsupportedWheel, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_default_environment +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import install_req_from_link_and_ireq +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.resolution.base import InstallRequirementProvider +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import Candidate, CandidateVersion, Constraint, Requirement +from .candidates import ( + AlreadyInstalledCandidate, + BaseCandidate, + EditableCandidate, + ExtrasCandidate, + LinkCandidate, + RequiresPythonCandidate, + as_base_candidate, +) +from .found_candidates import FoundCandidates, IndexCandidateInfo +from .requirements import ( + ExplicitRequirement, + RequiresPythonRequirement, + SpecifierRequirement, + UnsatisfiableRequirement, +) + +if TYPE_CHECKING: + from typing import Protocol + + class ConflictCause(Protocol): + requirement: RequiresPythonRequirement + parent: Candidate + + +logger = logging.getLogger(__name__) + +C = TypeVar("C") +Cache = Dict[Link, C] + + +class CollectedRootRequirements(NamedTuple): + requirements: List[Requirement] + constraints: Dict[str, Constraint] + user_requested: Dict[str, int] + + +class Factory: + def __init__( + self, + finder: PackageFinder, + preparer: RequirementPreparer, + make_install_req: InstallRequirementProvider, + wheel_cache: Optional[WheelCache], + use_user_site: bool, + force_reinstall: bool, + ignore_installed: bool, + ignore_requires_python: bool, + suppress_build_failures: bool, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + self._finder = finder + self.preparer = preparer + self._wheel_cache = wheel_cache + self._python_candidate = RequiresPythonCandidate(py_version_info) + self._make_install_req_from_spec = make_install_req + self._use_user_site = use_user_site + self._force_reinstall = force_reinstall + self._ignore_requires_python = ignore_requires_python + self._suppress_build_failures = suppress_build_failures + + self._build_failures: Cache[InstallationError] = {} + self._link_candidate_cache: Cache[LinkCandidate] = {} + self._editable_candidate_cache: Cache[EditableCandidate] = {} + self._installed_candidate_cache: Dict[str, AlreadyInstalledCandidate] = {} + self._extras_candidate_cache: Dict[ + Tuple[int, FrozenSet[str]], ExtrasCandidate + ] = {} + + if not ignore_installed: + env = get_default_environment() + self._installed_dists = { + dist.canonical_name: dist + for dist in env.iter_installed_distributions(local_only=False) + } + else: + self._installed_dists = {} + + @property + def force_reinstall(self) -> bool: + return self._force_reinstall + + def _fail_if_link_is_unsupported_wheel(self, link: Link) -> None: + if not link.is_wheel: + return + wheel = Wheel(link.filename) + if wheel.supported(self._finder.target_python.get_tags()): + return + msg = f"{link.filename} is not a supported wheel on this platform." + raise UnsupportedWheel(msg) + + def _make_extras_candidate( + self, base: BaseCandidate, extras: FrozenSet[str] + ) -> ExtrasCandidate: + cache_key = (id(base), extras) + try: + candidate = self._extras_candidate_cache[cache_key] + except KeyError: + candidate = ExtrasCandidate(base, extras) + self._extras_candidate_cache[cache_key] = candidate + return candidate + + def _make_candidate_from_dist( + self, + dist: BaseDistribution, + extras: FrozenSet[str], + template: InstallRequirement, + ) -> Candidate: + try: + base = self._installed_candidate_cache[dist.canonical_name] + except KeyError: + base = AlreadyInstalledCandidate(dist, template, factory=self) + self._installed_candidate_cache[dist.canonical_name] = base + if not extras: + return base + return self._make_extras_candidate(base, extras) + + def _make_candidate_from_link( + self, + link: Link, + extras: FrozenSet[str], + template: InstallRequirement, + name: Optional[NormalizedName], + version: Optional[CandidateVersion], + ) -> Optional[Candidate]: + # TODO: Check already installed candidate, and use it if the link and + # editable flag match. + + if link in self._build_failures: + # We already tried this candidate before, and it does not build. + # Don't bother trying again. + return None + + if template.editable: + if link not in self._editable_candidate_cache: + try: + self._editable_candidate_cache[link] = EditableCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except MetadataInconsistent as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + except InstallationSubprocessError as e: + if not self._suppress_build_failures: + raise + logger.warning("Discarding %s due to build failure: %s", link, e) + self._build_failures[link] = e + return None + + base: BaseCandidate = self._editable_candidate_cache[link] + else: + if link not in self._link_candidate_cache: + try: + self._link_candidate_cache[link] = LinkCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except MetadataInconsistent as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + except InstallationSubprocessError as e: + if not self._suppress_build_failures: + raise + logger.warning("Discarding %s due to build failure: %s", link, e) + self._build_failures[link] = e + return None + base = self._link_candidate_cache[link] + + if not extras: + return base + return self._make_extras_candidate(base, extras) + + def _iter_found_candidates( + self, + ireqs: Sequence[InstallRequirement], + specifier: SpecifierSet, + hashes: Hashes, + prefers_installed: bool, + incompatible_ids: Set[int], + ) -> Iterable[Candidate]: + if not ireqs: + return () + + # The InstallRequirement implementation requires us to give it a + # "template". Here we just choose the first requirement to represent + # all of them. + # Hopefully the Project model can correct this mismatch in the future. + template = ireqs[0] + assert template.req, "Candidates found on index must be PEP 508" + name = canonicalize_name(template.req.name) + + extras: FrozenSet[str] = frozenset() + for ireq in ireqs: + assert ireq.req, "Candidates found on index must be PEP 508" + specifier &= ireq.req.specifier + hashes &= ireq.hashes(trust_internet=False) + extras |= frozenset(ireq.extras) + + def _get_installed_candidate() -> Optional[Candidate]: + """Get the candidate for the currently-installed version.""" + # If --force-reinstall is set, we want the version from the index + # instead, so we "pretend" there is nothing installed. + if self._force_reinstall: + return None + try: + installed_dist = self._installed_dists[name] + except KeyError: + return None + # Don't use the installed distribution if its version does not fit + # the current dependency graph. + if not specifier.contains(installed_dist.version, prereleases=True): + return None + candidate = self._make_candidate_from_dist( + dist=installed_dist, + extras=extras, + template=template, + ) + # The candidate is a known incompatibility. Don't use it. + if id(candidate) in incompatible_ids: + return None + return candidate + + def iter_index_candidate_infos() -> Iterator[IndexCandidateInfo]: + result = self._finder.find_best_candidate( + project_name=name, + specifier=specifier, + hashes=hashes, + ) + icans = list(result.iter_applicable()) + + # PEP 592: Yanked releases are ignored unless the specifier + # explicitly pins a version (via '==' or '===') that can be + # solely satisfied by a yanked release. + all_yanked = all(ican.link.is_yanked for ican in icans) + + def is_pinned(specifier: SpecifierSet) -> bool: + for sp in specifier: + if sp.operator == "===": + return True + if sp.operator != "==": + continue + if sp.version.endswith(".*"): + continue + return True + return False + + pinned = is_pinned(specifier) + + # PackageFinder returns earlier versions first, so we reverse. + for ican in reversed(icans): + if not (all_yanked and pinned) and ican.link.is_yanked: + continue + func = functools.partial( + self._make_candidate_from_link, + link=ican.link, + extras=extras, + template=template, + name=name, + version=ican.version, + ) + yield ican.version, func + + return FoundCandidates( + iter_index_candidate_infos, + _get_installed_candidate(), + prefers_installed, + incompatible_ids, + ) + + def _iter_explicit_candidates_from_base( + self, + base_requirements: Iterable[Requirement], + extras: FrozenSet[str], + ) -> Iterator[Candidate]: + """Produce explicit candidates from the base given an extra-ed package. + + :param base_requirements: Requirements known to the resolver. The + requirements are guaranteed to not have extras. + :param extras: The extras to inject into the explicit requirements' + candidates. + """ + for req in base_requirements: + lookup_cand, _ = req.get_candidate_lookup() + if lookup_cand is None: # Not explicit. + continue + # We've stripped extras from the identifier, and should always + # get a BaseCandidate here, unless there's a bug elsewhere. + base_cand = as_base_candidate(lookup_cand) + assert base_cand is not None, "no extras here" + yield self._make_extras_candidate(base_cand, extras) + + def _iter_candidates_from_constraints( + self, + identifier: str, + constraint: Constraint, + template: InstallRequirement, + ) -> Iterator[Candidate]: + """Produce explicit candidates from constraints. + + This creates "fake" InstallRequirement objects that are basically clones + of what "should" be the template, but with original_link set to link. + """ + for link in constraint.links: + self._fail_if_link_is_unsupported_wheel(link) + candidate = self._make_candidate_from_link( + link, + extras=frozenset(), + template=install_req_from_link_and_ireq(link, template), + name=canonicalize_name(identifier), + version=None, + ) + if candidate: + yield candidate + + def find_candidates( + self, + identifier: str, + requirements: Mapping[str, Iterable[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + constraint: Constraint, + prefers_installed: bool, + ) -> Iterable[Candidate]: + # Collect basic lookup information from the requirements. + explicit_candidates: Set[Candidate] = set() + ireqs: List[InstallRequirement] = [] + for req in requirements[identifier]: + cand, ireq = req.get_candidate_lookup() + if cand is not None: + explicit_candidates.add(cand) + if ireq is not None: + ireqs.append(ireq) + + # If the current identifier contains extras, add explicit candidates + # from entries from extra-less identifier. + with contextlib.suppress(InvalidRequirement): + parsed_requirement = get_requirement(identifier) + explicit_candidates.update( + self._iter_explicit_candidates_from_base( + requirements.get(parsed_requirement.name, ()), + frozenset(parsed_requirement.extras), + ), + ) + + # Add explicit candidates from constraints. We only do this if there are + # known ireqs, which represent requirements not already explicit. If + # there are no ireqs, we're constraining already-explicit requirements, + # which is handled later when we return the explicit candidates. + if ireqs: + try: + explicit_candidates.update( + self._iter_candidates_from_constraints( + identifier, + constraint, + template=ireqs[0], + ), + ) + except UnsupportedWheel: + # If we're constrained to install a wheel incompatible with the + # target architecture, no candidates will ever be valid. + return () + + # Since we cache all the candidates, incompatibility identification + # can be made quicker by comparing only the id() values. + incompat_ids = {id(c) for c in incompatibilities.get(identifier, ())} + + # If none of the requirements want an explicit candidate, we can ask + # the finder for candidates. + if not explicit_candidates: + return self._iter_found_candidates( + ireqs, + constraint.specifier, + constraint.hashes, + prefers_installed, + incompat_ids, + ) + + return ( + c + for c in explicit_candidates + if id(c) not in incompat_ids + and constraint.is_satisfied_by(c) + and all(req.is_satisfied_by(c) for req in requirements[identifier]) + ) + + def _make_requirement_from_install_req( + self, ireq: InstallRequirement, requested_extras: Iterable[str] + ) -> Optional[Requirement]: + if not ireq.match_markers(requested_extras): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + ireq.name, + ireq.markers, + ) + return None + if not ireq.link: + return SpecifierRequirement(ireq) + self._fail_if_link_is_unsupported_wheel(ireq.link) + cand = self._make_candidate_from_link( + ireq.link, + extras=frozenset(ireq.extras), + template=ireq, + name=canonicalize_name(ireq.name) if ireq.name else None, + version=None, + ) + if cand is None: + # There's no way we can satisfy a URL requirement if the underlying + # candidate fails to build. An unnamed URL must be user-supplied, so + # we fail eagerly. If the URL is named, an unsatisfiable requirement + # can make the resolver do the right thing, either backtrack (and + # maybe find some other requirement that's buildable) or raise a + # ResolutionImpossible eventually. + if not ireq.name: + raise self._build_failures[ireq.link] + return UnsatisfiableRequirement(canonicalize_name(ireq.name)) + return self.make_requirement_from_candidate(cand) + + def collect_root_requirements( + self, root_ireqs: List[InstallRequirement] + ) -> CollectedRootRequirements: + collected = CollectedRootRequirements([], {}, {}) + for i, ireq in enumerate(root_ireqs): + if ireq.constraint: + # Ensure we only accept valid constraints + problem = check_invalid_constraint_type(ireq) + if problem: + raise InstallationError(problem) + if not ireq.match_markers(): + continue + assert ireq.name, "Constraint must be named" + name = canonicalize_name(ireq.name) + if name in collected.constraints: + collected.constraints[name] &= ireq + else: + collected.constraints[name] = Constraint.from_ireq(ireq) + else: + req = self._make_requirement_from_install_req( + ireq, + requested_extras=(), + ) + if req is None: + continue + if ireq.user_supplied and req.name not in collected.user_requested: + collected.user_requested[req.name] = i + collected.requirements.append(req) + return collected + + def make_requirement_from_candidate( + self, candidate: Candidate + ) -> ExplicitRequirement: + return ExplicitRequirement(candidate) + + def make_requirement_from_spec( + self, + specifier: str, + comes_from: Optional[InstallRequirement], + requested_extras: Iterable[str] = (), + ) -> Optional[Requirement]: + ireq = self._make_install_req_from_spec(specifier, comes_from) + return self._make_requirement_from_install_req(ireq, requested_extras) + + def make_requires_python_requirement( + self, + specifier: SpecifierSet, + ) -> Optional[Requirement]: + if self._ignore_requires_python: + return None + # Don't bother creating a dependency for an empty Requires-Python. + if not str(specifier): + return None + return RequiresPythonRequirement(specifier, self._python_candidate) + + def get_wheel_cache_entry( + self, link: Link, name: Optional[str] + ) -> Optional[CacheEntry]: + """Look up the link in the wheel cache. + + If ``preparer.require_hashes`` is True, don't use the wheel cache, + because cached wheels, always built locally, have different hashes + than the files downloaded from the index server and thus throw false + hash mismatches. Furthermore, cached wheels at present have + nondeterministic contents due to file modification times. + """ + if self._wheel_cache is None or self.preparer.require_hashes: + return None + return self._wheel_cache.get_cache_entry( + link=link, + package_name=name, + supported_tags=get_supported(), + ) + + def get_dist_to_uninstall(self, candidate: Candidate) -> Optional[BaseDistribution]: + # TODO: Are there more cases this needs to return True? Editable? + dist = self._installed_dists.get(candidate.project_name) + if dist is None: # Not installed, no uninstallation required. + return None + + # We're installing into global site. The current installation must + # be uninstalled, no matter it's in global or user site, because the + # user site installation has precedence over global. + if not self._use_user_site: + return dist + + # We're installing into user site. Remove the user site installation. + if dist.in_usersite: + return dist + + # We're installing into user site, but the installed incompatible + # package is in global site. We can't uninstall that, and would let + # the new user installation to "shadow" it. But shadowing won't work + # in virtual environments, so we error out. + if running_under_virtualenv() and dist.in_site_packages: + message = ( + f"Will not install to the user site because it will lack " + f"sys.path precedence to {dist.raw_name} in {dist.location}" + ) + raise InstallationError(message) + return None + + def _report_requires_python_error( + self, causes: Sequence["ConflictCause"] + ) -> UnsupportedPythonVersion: + assert causes, "Requires-Python error reported with no cause" + + version = self._python_candidate.version + + if len(causes) == 1: + specifier = str(causes[0].requirement.specifier) + message = ( + f"Package {causes[0].parent.name!r} requires a different " + f"Python: {version} not in {specifier!r}" + ) + return UnsupportedPythonVersion(message) + + message = f"Packages require a different Python. {version} not in:" + for cause in causes: + package = cause.parent.format_for_error() + specifier = str(cause.requirement.specifier) + message += f"\n{specifier!r} (required by {package})" + return UnsupportedPythonVersion(message) + + def _report_single_requirement_conflict( + self, req: Requirement, parent: Optional[Candidate] + ) -> DistributionNotFound: + if parent is None: + req_disp = str(req) + else: + req_disp = f"{req} (from {parent.name})" + + cands = self._finder.find_all_candidates(req.project_name) + versions = [str(v) for v in sorted({c.version for c in cands})] + + logger.critical( + "Could not find a version that satisfies the requirement %s " + "(from versions: %s)", + req_disp, + ", ".join(versions) or "none", + ) + if str(req) == "requirements.txt": + logger.info( + "HINT: You are attempting to install a package literally " + 'named "requirements.txt" (which cannot exist). Consider ' + "using the '-r' flag to install the packages listed in " + "requirements.txt" + ) + + return DistributionNotFound(f"No matching distribution found for {req}") + + def get_installation_error( + self, + e: "ResolutionImpossible[Requirement, Candidate]", + constraints: Dict[str, Constraint], + ) -> InstallationError: + + assert e.causes, "Installation error reported with no cause" + + # If one of the things we can't solve is "we need Python X.Y", + # that is what we report. + requires_python_causes = [ + cause + for cause in e.causes + if isinstance(cause.requirement, RequiresPythonRequirement) + and not cause.requirement.is_satisfied_by(self._python_candidate) + ] + if requires_python_causes: + # The comprehension above makes sure all Requirement instances are + # RequiresPythonRequirement, so let's cast for convenience. + return self._report_requires_python_error( + cast("Sequence[ConflictCause]", requires_python_causes), + ) + + # Otherwise, we have a set of causes which can't all be satisfied + # at once. + + # The simplest case is when we have *one* cause that can't be + # satisfied. We just report that case. + if len(e.causes) == 1: + req, parent = e.causes[0] + if req.name not in constraints: + return self._report_single_requirement_conflict(req, parent) + + # OK, we now have a list of requirements that can't all be + # satisfied at once. + + # A couple of formatting helpers + def text_join(parts: List[str]) -> str: + if len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def describe_trigger(parent: Candidate) -> str: + ireq = parent.get_install_requirement() + if not ireq or not ireq.comes_from: + return f"{parent.name}=={parent.version}" + if isinstance(ireq.comes_from, InstallRequirement): + return str(ireq.comes_from.name) + return str(ireq.comes_from) + + triggers = set() + for req, parent in e.causes: + if parent is None: + # This is a root requirement, so we can report it directly + trigger = req.format_for_error() + else: + trigger = describe_trigger(parent) + triggers.add(trigger) + + if triggers: + info = text_join(sorted(triggers)) + else: + info = "the requested packages" + + msg = ( + "Cannot install {} because these package versions " + "have conflicting dependencies.".format(info) + ) + logger.critical(msg) + msg = "\nThe conflict is caused by:" + + relevant_constraints = set() + for req, parent in e.causes: + if req.name in constraints: + relevant_constraints.add(req.name) + msg = msg + "\n " + if parent: + msg = msg + f"{parent.name} {parent.version} depends on " + else: + msg = msg + "The user requested " + msg = msg + req.format_for_error() + for key in relevant_constraints: + spec = constraints[key].specifier + msg += f"\n The user requested (constraint) {key}{spec}" + + msg = ( + msg + + "\n\n" + + "To fix this you could try to:\n" + + "1. loosen the range of package versions you've specified\n" + + "2. remove package versions to allow pip attempt to solve " + + "the dependency conflict\n" + ) + + logger.info(msg) + + return DistributionNotFound( + "ResolutionImpossible: for help visit " + "https://pip.pypa.io/en/latest/topics/dependency-resolution/" + "#dealing-with-dependency-conflicts" + ) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py b/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py new file mode 100644 index 000000000..8663097b4 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py @@ -0,0 +1,155 @@ +"""Utilities to lazily create and visit candidates found. + +Creating and visiting a candidate is a *very* costly operation. It involves +fetching, extracting, potentially building modules from source, and verifying +distribution metadata. It is therefore crucial for performance to keep +everything here lazy all the way down, so we only touch candidates that we +absolutely need, and not "download the world" when we only need one version of +something. +""" + +import functools +from collections.abc import Sequence +from typing import TYPE_CHECKING, Any, Callable, Iterator, Optional, Set, Tuple + +from pip._vendor.packaging.version import _BaseVersion + +from .base import Candidate + +IndexCandidateInfo = Tuple[_BaseVersion, Callable[[], Optional[Candidate]]] + +if TYPE_CHECKING: + SequenceCandidate = Sequence[Candidate] +else: + # For compatibility: Python before 3.9 does not support using [] on the + # Sequence class. + # + # >>> from collections.abc import Sequence + # >>> Sequence[str] + # Traceback (most recent call last): + # File "", line 1, in + # TypeError: 'ABCMeta' object is not subscriptable + # + # TODO: Remove this block after dropping Python 3.8 support. + SequenceCandidate = Sequence + + +def _iter_built(infos: Iterator[IndexCandidateInfo]) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the package is not already installed. Candidates + from index come later in their normal ordering. + """ + versions_found: Set[_BaseVersion] = set() + for version, func in infos: + if version in versions_found: + continue + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + +def _iter_built_with_prepended( + installed: Candidate, infos: Iterator[IndexCandidateInfo] +) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the resolver prefers the already-installed + candidate and NOT to upgrade. The installed candidate is therefore + always yielded first, and candidates from index come later in their + normal ordering, except skipped when the version is already installed. + """ + yield installed + versions_found: Set[_BaseVersion] = {installed.version} + for version, func in infos: + if version in versions_found: + continue + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + +def _iter_built_with_inserted( + installed: Candidate, infos: Iterator[IndexCandidateInfo] +) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the resolver prefers to upgrade an + already-installed package. Candidates from index are returned in their + normal ordering, except replaced when the version is already installed. + + The implementation iterates through and yields other candidates, inserting + the installed candidate exactly once before we start yielding older or + equivalent candidates, or after all other candidates if they are all newer. + """ + versions_found: Set[_BaseVersion] = set() + for version, func in infos: + if version in versions_found: + continue + # If the installed candidate is better, yield it first. + if installed.version >= version: + yield installed + versions_found.add(installed.version) + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + # If the installed candidate is older than all other candidates. + if installed.version not in versions_found: + yield installed + + +class FoundCandidates(SequenceCandidate): + """A lazy sequence to provide candidates to the resolver. + + The intended usage is to return this from `find_matches()` so the resolver + can iterate through the sequence multiple times, but only access the index + page when remote packages are actually needed. This improve performances + when suitable candidates are already installed on disk. + """ + + def __init__( + self, + get_infos: Callable[[], Iterator[IndexCandidateInfo]], + installed: Optional[Candidate], + prefers_installed: bool, + incompatible_ids: Set[int], + ): + self._get_infos = get_infos + self._installed = installed + self._prefers_installed = prefers_installed + self._incompatible_ids = incompatible_ids + + def __getitem__(self, index: Any) -> Any: + # Implemented to satisfy the ABC check. This is not needed by the + # resolver, and should not be used by the provider either (for + # performance reasons). + raise NotImplementedError("don't do this") + + def __iter__(self) -> Iterator[Candidate]: + infos = self._get_infos() + if not self._installed: + iterator = _iter_built(infos) + elif self._prefers_installed: + iterator = _iter_built_with_prepended(self._installed, infos) + else: + iterator = _iter_built_with_inserted(self._installed, infos) + return (c for c in iterator if id(c) not in self._incompatible_ids) + + def __len__(self) -> int: + # Implemented to satisfy the ABC check. This is not needed by the + # resolver, and should not be used by the provider either (for + # performance reasons). + raise NotImplementedError("don't do this") + + @functools.lru_cache(maxsize=1) + def __bool__(self) -> bool: + if self._prefers_installed and self._installed: + return True + return any(self) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/provider.py b/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/provider.py new file mode 100644 index 000000000..e6ec9594f --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/provider.py @@ -0,0 +1,248 @@ +import collections +import math +from typing import ( + TYPE_CHECKING, + Dict, + Iterable, + Iterator, + Mapping, + Sequence, + TypeVar, + Union, +) + +from pip._vendor.resolvelib.providers import AbstractProvider + +from .base import Candidate, Constraint, Requirement +from .candidates import REQUIRES_PYTHON_IDENTIFIER +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.providers import Preference + from pip._vendor.resolvelib.resolvers import RequirementInformation + + PreferenceInformation = RequirementInformation[Requirement, Candidate] + + _ProviderBase = AbstractProvider[Requirement, Candidate, str] +else: + _ProviderBase = AbstractProvider + +# Notes on the relationship between the provider, the factory, and the +# candidate and requirement classes. +# +# The provider is a direct implementation of the resolvelib class. Its role +# is to deliver the API that resolvelib expects. +# +# Rather than work with completely abstract "requirement" and "candidate" +# concepts as resolvelib does, pip has concrete classes implementing these two +# ideas. The API of Requirement and Candidate objects are defined in the base +# classes, but essentially map fairly directly to the equivalent provider +# methods. In particular, `find_matches` and `is_satisfied_by` are +# requirement methods, and `get_dependencies` is a candidate method. +# +# The factory is the interface to pip's internal mechanisms. It is stateless, +# and is created by the resolver and held as a property of the provider. It is +# responsible for creating Requirement and Candidate objects, and provides +# services to those objects (access to pip's finder and preparer). + + +D = TypeVar("D") +V = TypeVar("V") + + +def _get_with_identifier( + mapping: Mapping[str, V], + identifier: str, + default: D, +) -> Union[D, V]: + """Get item from a package name lookup mapping with a resolver identifier. + + This extra logic is needed when the target mapping is keyed by package + name, which cannot be directly looked up with an identifier (which may + contain requested extras). Additional logic is added to also look up a value + by "cleaning up" the extras from the identifier. + """ + if identifier in mapping: + return mapping[identifier] + # HACK: Theoretically we should check whether this identifier is a valid + # "NAME[EXTRAS]" format, and parse out the name part with packaging or + # some regular expression. But since pip's resolver only spits out three + # kinds of identifiers: normalized PEP 503 names, normalized names plus + # extras, and Requires-Python, we can cheat a bit here. + name, open_bracket, _ = identifier.partition("[") + if open_bracket and name in mapping: + return mapping[name] + return default + + +class PipProvider(_ProviderBase): + """Pip's provider implementation for resolvelib. + + :params constraints: A mapping of constraints specified by the user. Keys + are canonicalized project names. + :params ignore_dependencies: Whether the user specified ``--no-deps``. + :params upgrade_strategy: The user-specified upgrade strategy. + :params user_requested: A set of canonicalized package names that the user + supplied for pip to install/upgrade. + """ + + def __init__( + self, + factory: Factory, + constraints: Dict[str, Constraint], + ignore_dependencies: bool, + upgrade_strategy: str, + user_requested: Dict[str, int], + ) -> None: + self._factory = factory + self._constraints = constraints + self._ignore_dependencies = ignore_dependencies + self._upgrade_strategy = upgrade_strategy + self._user_requested = user_requested + self._known_depths: Dict[str, float] = collections.defaultdict(lambda: math.inf) + + def identify(self, requirement_or_candidate: Union[Requirement, Candidate]) -> str: + return requirement_or_candidate.name + + def get_preference( # type: ignore + self, + identifier: str, + resolutions: Mapping[str, Candidate], + candidates: Mapping[str, Iterator[Candidate]], + information: Mapping[str, Iterable["PreferenceInformation"]], + backtrack_causes: Sequence["PreferenceInformation"], + ) -> "Preference": + """Produce a sort key for given requirement based on preference. + + The lower the return value is, the more preferred this group of + arguments is. + + Currently pip considers the followings in order: + + * Prefer if any of the known requirements is "direct", e.g. points to an + explicit URL. + * If equal, prefer if any requirement is "pinned", i.e. contains + operator ``===`` or ``==``. + * If equal, calculate an approximate "depth" and resolve requirements + closer to the user-specified requirements first. + * Order user-specified requirements by the order they are specified. + * If equal, prefers "non-free" requirements, i.e. contains at least one + operator, such as ``>=`` or ``<``. + * If equal, order alphabetically for consistency (helps debuggability). + """ + lookups = (r.get_candidate_lookup() for r, _ in information[identifier]) + candidate, ireqs = zip(*lookups) + operators = [ + specifier.operator + for specifier_set in (ireq.specifier for ireq in ireqs if ireq) + for specifier in specifier_set + ] + + direct = candidate is not None + pinned = any(op[:2] == "==" for op in operators) + unfree = bool(operators) + + try: + requested_order: Union[int, float] = self._user_requested[identifier] + except KeyError: + requested_order = math.inf + parent_depths = ( + self._known_depths[parent.name] if parent is not None else 0.0 + for _, parent in information[identifier] + ) + inferred_depth = min(d for d in parent_depths) + 1.0 + else: + inferred_depth = 1.0 + self._known_depths[identifier] = inferred_depth + + requested_order = self._user_requested.get(identifier, math.inf) + + # Requires-Python has only one candidate and the check is basically + # free, so we always do it first to avoid needless work if it fails. + requires_python = identifier == REQUIRES_PYTHON_IDENTIFIER + + # HACK: Setuptools have a very long and solid backward compatibility + # track record, and extremely few projects would request a narrow, + # non-recent version range of it since that would break a lot things. + # (Most projects specify it only to request for an installer feature, + # which does not work, but that's another topic.) Intentionally + # delaying Setuptools helps reduce branches the resolver has to check. + # This serves as a temporary fix for issues like "apache-airflow[all]" + # while we work on "proper" branch pruning techniques. + delay_this = identifier == "setuptools" + + # Prefer the causes of backtracking on the assumption that the problem + # resolving the dependency tree is related to the failures that caused + # the backtracking + backtrack_cause = self.is_backtrack_cause(identifier, backtrack_causes) + + return ( + not requires_python, + delay_this, + not direct, + not pinned, + not backtrack_cause, + inferred_depth, + requested_order, + not unfree, + identifier, + ) + + def find_matches( + self, + identifier: str, + requirements: Mapping[str, Iterator[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + ) -> Iterable[Candidate]: + def _eligible_for_upgrade(identifier: str) -> bool: + """Are upgrades allowed for this project? + + This checks the upgrade strategy, and whether the project was one + that the user specified in the command line, in order to decide + whether we should upgrade if there's a newer version available. + + (Note that we don't need access to the `--upgrade` flag, because + an upgrade strategy of "to-satisfy-only" means that `--upgrade` + was not specified). + """ + if self._upgrade_strategy == "eager": + return True + elif self._upgrade_strategy == "only-if-needed": + user_order = _get_with_identifier( + self._user_requested, + identifier, + default=None, + ) + return user_order is not None + return False + + constraint = _get_with_identifier( + self._constraints, + identifier, + default=Constraint.empty(), + ) + return self._factory.find_candidates( + identifier=identifier, + requirements=requirements, + constraint=constraint, + prefers_installed=(not _eligible_for_upgrade(identifier)), + incompatibilities=incompatibilities, + ) + + def is_satisfied_by(self, requirement: Requirement, candidate: Candidate) -> bool: + return requirement.is_satisfied_by(candidate) + + def get_dependencies(self, candidate: Candidate) -> Sequence[Requirement]: + with_requires = not self._ignore_dependencies + return [r for r in candidate.iter_dependencies(with_requires) if r is not None] + + @staticmethod + def is_backtrack_cause( + identifier: str, backtrack_causes: Sequence["PreferenceInformation"] + ) -> bool: + for backtrack_cause in backtrack_causes: + if identifier == backtrack_cause.requirement.name: + return True + if backtrack_cause.parent and identifier == backtrack_cause.parent.name: + return True + return False diff --git a/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/reporter.py b/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/reporter.py new file mode 100644 index 000000000..6ced5329b --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/reporter.py @@ -0,0 +1,68 @@ +from collections import defaultdict +from logging import getLogger +from typing import Any, DefaultDict + +from pip._vendor.resolvelib.reporters import BaseReporter + +from .base import Candidate, Requirement + +logger = getLogger(__name__) + + +class PipReporter(BaseReporter): + def __init__(self) -> None: + self.backtracks_by_package: DefaultDict[str, int] = defaultdict(int) + + self._messages_at_backtrack = { + 1: ( + "pip is looking at multiple versions of {package_name} to " + "determine which version is compatible with other " + "requirements. This could take a while." + ), + 8: ( + "pip is looking at multiple versions of {package_name} to " + "determine which version is compatible with other " + "requirements. This could take a while." + ), + 13: ( + "This is taking longer than usual. You might need to provide " + "the dependency resolver with stricter constraints to reduce " + "runtime. See https://pip.pypa.io/warnings/backtracking for " + "guidance. If you want to abort this run, press Ctrl + C." + ), + } + + def backtracking(self, candidate: Candidate) -> None: + self.backtracks_by_package[candidate.name] += 1 + + count = self.backtracks_by_package[candidate.name] + if count not in self._messages_at_backtrack: + return + + message = self._messages_at_backtrack[count] + logger.info("INFO: %s", message.format(package_name=candidate.name)) + + +class PipDebuggingReporter(BaseReporter): + """A reporter that does an info log for every event it sees.""" + + def starting(self) -> None: + logger.info("Reporter.starting()") + + def starting_round(self, index: int) -> None: + logger.info("Reporter.starting_round(%r)", index) + + def ending_round(self, index: int, state: Any) -> None: + logger.info("Reporter.ending_round(%r, state)", index) + + def ending(self, state: Any) -> None: + logger.info("Reporter.ending(%r)", state) + + def adding_requirement(self, requirement: Requirement, parent: Candidate) -> None: + logger.info("Reporter.adding_requirement(%r, %r)", requirement, parent) + + def backtracking(self, candidate: Candidate) -> None: + logger.info("Reporter.backtracking(%r)", candidate) + + def pinning(self, candidate: Candidate) -> None: + logger.info("Reporter.pinning(%r)", candidate) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/requirements.py b/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/requirements.py new file mode 100644 index 000000000..f561f1f1e --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/requirements.py @@ -0,0 +1,166 @@ +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.req.req_install import InstallRequirement + +from .base import Candidate, CandidateLookup, Requirement, format_name + + +class ExplicitRequirement(Requirement): + def __init__(self, candidate: Candidate) -> None: + self.candidate = candidate + + def __str__(self) -> str: + return str(self.candidate) + + def __repr__(self) -> str: + return "{class_name}({candidate!r})".format( + class_name=self.__class__.__name__, + candidate=self.candidate, + ) + + @property + def project_name(self) -> NormalizedName: + # No need to canonicalize - the candidate did this + return self.candidate.project_name + + @property + def name(self) -> str: + # No need to canonicalize - the candidate did this + return self.candidate.name + + def format_for_error(self) -> str: + return self.candidate.format_for_error() + + def get_candidate_lookup(self) -> CandidateLookup: + return self.candidate, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return candidate == self.candidate + + +class SpecifierRequirement(Requirement): + def __init__(self, ireq: InstallRequirement) -> None: + assert ireq.link is None, "This is a link, not a specifier" + self._ireq = ireq + self._extras = frozenset(ireq.extras) + + def __str__(self) -> str: + return str(self._ireq.req) + + def __repr__(self) -> str: + return "{class_name}({requirement!r})".format( + class_name=self.__class__.__name__, + requirement=str(self._ireq.req), + ) + + @property + def project_name(self) -> NormalizedName: + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + return canonicalize_name(self._ireq.req.name) + + @property + def name(self) -> str: + return format_name(self.project_name, self._extras) + + def format_for_error(self) -> str: + + # Convert comma-separated specifiers into "A, B, ..., F and G" + # This makes the specifier a bit more "human readable", without + # risking a change in meaning. (Hopefully! Not all edge cases have + # been checked) + parts = [s.strip() for s in str(self).split(",")] + if len(parts) == 0: + return "" + elif len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def get_candidate_lookup(self) -> CandidateLookup: + return None, self._ireq + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self.name, ( + f"Internal issue: Candidate is not for this requirement " + f"{candidate.name} vs {self.name}" + ) + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + spec = self._ireq.req.specifier + return spec.contains(candidate.version, prereleases=True) + + +class RequiresPythonRequirement(Requirement): + """A requirement representing Requires-Python metadata.""" + + def __init__(self, specifier: SpecifierSet, match: Candidate) -> None: + self.specifier = specifier + self._candidate = match + + def __str__(self) -> str: + return f"Python {self.specifier}" + + def __repr__(self) -> str: + return "{class_name}({specifier!r})".format( + class_name=self.__class__.__name__, + specifier=str(self.specifier), + ) + + @property + def project_name(self) -> NormalizedName: + return self._candidate.project_name + + @property + def name(self) -> str: + return self._candidate.name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + if self.specifier.contains(self._candidate.version, prereleases=True): + return self._candidate, None + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self._candidate.name, "Not Python candidate" + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class UnsatisfiableRequirement(Requirement): + """A requirement that cannot be satisfied.""" + + def __init__(self, name: NormalizedName) -> None: + self._name = name + + def __str__(self) -> str: + return f"{self._name} (unavailable)" + + def __repr__(self) -> str: + return "{class_name}({name!r})".format( + class_name=self.__class__.__name__, + name=str(self._name), + ) + + @property + def project_name(self) -> NormalizedName: + return self._name + + @property + def name(self) -> str: + return self._name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return False diff --git a/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/resolver.py b/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/resolver.py new file mode 100644 index 000000000..32ef7899b --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/resolver.py @@ -0,0 +1,298 @@ +import functools +import logging +import os +from typing import TYPE_CHECKING, Dict, List, Optional, Set, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.resolvelib import BaseReporter, ResolutionImpossible +from pip._vendor.resolvelib import Resolver as RLResolver +from pip._vendor.resolvelib.structs import DirectedGraph + +from pip._internal.cache import WheelCache +from pip._internal.index.package_finder import PackageFinder +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.resolution.resolvelib.provider import PipProvider +from pip._internal.resolution.resolvelib.reporter import ( + PipDebuggingReporter, + PipReporter, +) + +from .base import Candidate, Requirement +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.resolvers import Result as RLResult + + Result = RLResult[Requirement, Candidate, str] + + +logger = logging.getLogger(__name__) + + +class Resolver(BaseResolver): + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + suppress_build_failures: bool, + py_version_info: Optional[Tuple[int, ...]] = None, + ): + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + self.factory = Factory( + finder=finder, + preparer=preparer, + make_install_req=make_install_req, + wheel_cache=wheel_cache, + use_user_site=use_user_site, + force_reinstall=force_reinstall, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + suppress_build_failures=suppress_build_failures, + py_version_info=py_version_info, + ) + self.ignore_dependencies = ignore_dependencies + self.upgrade_strategy = upgrade_strategy + self._result: Optional[Result] = None + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + collected = self.factory.collect_root_requirements(root_reqs) + provider = PipProvider( + factory=self.factory, + constraints=collected.constraints, + ignore_dependencies=self.ignore_dependencies, + upgrade_strategy=self.upgrade_strategy, + user_requested=collected.user_requested, + ) + if "PIP_RESOLVER_DEBUG" in os.environ: + reporter: BaseReporter = PipDebuggingReporter() + else: + reporter = PipReporter() + resolver: RLResolver[Requirement, Candidate, str] = RLResolver( + provider, + reporter, + ) + + try: + try_to_avoid_resolution_too_deep = 2000000 + result = self._result = resolver.resolve( + collected.requirements, max_rounds=try_to_avoid_resolution_too_deep + ) + + except ResolutionImpossible as e: + error = self.factory.get_installation_error( + cast("ResolutionImpossible[Requirement, Candidate]", e), + collected.constraints, + ) + raise error from e + + req_set = RequirementSet(check_supported_wheels=check_supported_wheels) + for candidate in result.mapping.values(): + ireq = candidate.get_install_requirement() + if ireq is None: + continue + + # Check if there is already an installation under the same name, + # and set a flag for later stages to uninstall it, if needed. + installed_dist = self.factory.get_dist_to_uninstall(candidate) + if installed_dist is None: + # There is no existing installation -- nothing to uninstall. + ireq.should_reinstall = False + elif self.factory.force_reinstall: + # The --force-reinstall flag is set -- reinstall. + ireq.should_reinstall = True + elif installed_dist.version != candidate.version: + # The installation is different in version -- reinstall. + ireq.should_reinstall = True + elif candidate.is_editable or installed_dist.editable: + # The incoming distribution is editable, or different in + # editable-ness to installation -- reinstall. + ireq.should_reinstall = True + elif candidate.source_link and candidate.source_link.is_file: + # The incoming distribution is under file:// + if candidate.source_link.is_wheel: + # is a local wheel -- do nothing. + logger.info( + "%s is already installed with the same version as the " + "provided wheel. Use --force-reinstall to force an " + "installation of the wheel.", + ireq.name, + ) + continue + + # is a local sdist or path -- reinstall + ireq.should_reinstall = True + else: + continue + + link = candidate.source_link + if link and link.is_yanked: + # The reason can contain non-ASCII characters, Unicode + # is required for Python 2. + msg = ( + "The candidate selected for download or install is a " + "yanked version: {name!r} candidate (version {version} " + "at {link})\nReason for being yanked: {reason}" + ).format( + name=candidate.name, + version=candidate.version, + link=link, + reason=link.yanked_reason or "", + ) + logger.warning(msg) + + req_set.add_named_requirement(ireq) + + reqs = req_set.all_requirements + self.factory.preparer.prepare_linked_requirements_more(reqs) + return req_set + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Get order for installation of requirements in RequirementSet. + + The returned list contains a requirement before another that depends on + it. This helps ensure that the environment is kept consistent as they + get installed one-by-one. + + The current implementation creates a topological ordering of the + dependency graph, giving more weight to packages with less + or no dependencies, while breaking any cycles in the graph at + arbitrary points. We make no guarantees about where the cycle + would be broken, other than it *would* be broken. + """ + assert self._result is not None, "must call resolve() first" + + if not req_set.requirements: + # Nothing is left to install, so we do not need an order. + return [] + + graph = self._result.graph + weights = get_topological_weights(graph, 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.8/site-packages/pip/_internal/self_outdated_check.py b/venv/lib/python3.8/site-packages/pip/_internal/self_outdated_check.py new file mode 100644 index 000000000..7300e0ea4 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/self_outdated_check.py @@ -0,0 +1,189 @@ +import datetime +import hashlib +import json +import logging +import optparse +import os.path +import sys +from typing import Any, Dict + +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import get_default_environment +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.network.session import PipSession +from pip._internal.utils.filesystem import adjacent_tmp_file, check_path_owner, replace +from pip._internal.utils.misc import ensure_dir + +SELFCHECK_DATE_FMT = "%Y-%m-%dT%H:%M:%SZ" + + +logger = logging.getLogger(__name__) + + +def _get_statefile_name(key: str) -> str: + key_bytes = key.encode() + name = hashlib.sha224(key_bytes).hexdigest() + return name + + +class SelfCheckState: + def __init__(self, cache_dir: str) -> None: + self.state: Dict[str, Any] = {} + self.statefile_path = None + + # Try to load the existing state + if cache_dir: + self.statefile_path = os.path.join( + cache_dir, "selfcheck", _get_statefile_name(self.key) + ) + try: + with open(self.statefile_path, encoding="utf-8") as statefile: + self.state = json.load(statefile) + except (OSError, ValueError, KeyError): + # Explicitly suppressing exceptions, since we don't want to + # error out if the cache file is invalid. + pass + + @property + def key(self) -> str: + return sys.prefix + + def save(self, pypi_version: str, current_time: datetime.datetime) -> None: + # If we do not have a path to cache in, don't bother saving. + if not self.statefile_path: + return + + # Check to make sure that we own the directory + if not check_path_owner(os.path.dirname(self.statefile_path)): + return + + # Now that we've ensured the directory is owned by this user, we'll go + # ahead and make sure that all our directories are created. + ensure_dir(os.path.dirname(self.statefile_path)) + + state = { + # Include the key so it's easy to tell which pip wrote the + # file. + "key": self.key, + "last_check": current_time.strftime(SELFCHECK_DATE_FMT), + "pypi_version": pypi_version, + } + + text = json.dumps(state, sort_keys=True, separators=(",", ":")) + + with adjacent_tmp_file(self.statefile_path) as f: + f.write(text.encode()) + + try: + # Since we have a prefix-specific state file, we can just + # overwrite whatever is there, no need to check. + replace(f.name, self.statefile_path) + except OSError: + # Best effort. + pass + + +def was_installed_by_pip(pkg: str) -> bool: + """Checks whether pkg was installed by pip + + This is used not to display the upgrade message when pip is in fact + installed by system package manager, such as dnf on Fedora. + """ + dist = get_default_environment().get_distribution(pkg) + return dist is not None and "pip" == dist.installer + + +def pip_self_version_check(session: PipSession, options: optparse.Values) -> None: + """Check for an update for pip. + + Limit the frequency of checks to once per week. State is stored either in + the active virtualenv or in the user's USER_CACHE_DIR keyed off the prefix + of the pip script path. + """ + installed_dist = get_default_environment().get_distribution("pip") + if not installed_dist: + return + + pip_version = installed_dist.version + pypi_version = None + + try: + state = SelfCheckState(cache_dir=options.cache_dir) + + current_time = datetime.datetime.utcnow() + # Determine if we need to refresh the state + if "last_check" in state.state and "pypi_version" in state.state: + last_check = datetime.datetime.strptime( + state.state["last_check"], SELFCHECK_DATE_FMT + ) + if (current_time - last_check).total_seconds() < 7 * 24 * 60 * 60: + pypi_version = state.state["pypi_version"] + + # Refresh the version if we need to or just see if we need to warn + if pypi_version is None: + # Lets use PackageFinder to see what the latest pip version is + link_collector = LinkCollector.create( + session, + options=options, + suppress_no_index=True, + ) + + # Pass allow_yanked=False so we don't suggest upgrading to a + # yanked version. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=False, # Explicitly set to False + ) + + finder = PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + use_deprecated_html5lib=( + "html5lib" in options.deprecated_features_enabled + ), + ) + best_candidate = finder.find_best_candidate("pip").best_candidate + if best_candidate is None: + return + pypi_version = str(best_candidate.version) + + # save that we've performed a check + state.save(pypi_version, current_time) + + remote_version = parse_version(pypi_version) + + local_version_is_older = ( + pip_version < remote_version + and pip_version.base_version != remote_version.base_version + and was_installed_by_pip("pip") + ) + + # Determine if our pypi_version is older + if not local_version_is_older: + return + + # We cannot tell how the current pip is available in the current + # command context, so be pragmatic here and suggest the command + # that's always available. This does not accommodate spaces in + # `sys.executable` on purpose as it is not possible to do it + # correctly without knowing the user's shell. Thus, + # it won't be done until possible through the standard library. + # Do not be tempted to use the undocumented subprocess.list2cmdline. + # It is considered an internal implementation detail for a reason. + pip_cmd = f"{sys.executable} -m pip" + logger.warning( + "You are using pip version %s; however, version %s is " + "available.\nYou should consider upgrading via the " + "'%s install --upgrade pip' command.", + pip_version, + pypi_version, + pip_cmd, + ) + except Exception: + logger.debug( + "There was an error checking the latest version of pip", + exc_info=True, + ) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/__init__.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..81d78c52147b475b038667dc4940fc386a97d1e1 GIT binary patch literal 191 zcmWIL<>g`kg0L2|3=sVoL?8o3AjbiSi&=m~3PUi1CZpd`D^RN#P49#)-NV@LSPcUGoy+_%Z1B3vd$S3ms`Muxcn{GFBa9mt}JNd_RoWE(a zJveS&;M6~(kWSx`Ou7Z@GyHmmJN5eBl=nGvB=5IgIkF}FYe)LP-ufTBegJI=5R5A|3yv$9yHn<;&DOwT(5W}n}K;jC`fXK>) zsL+@a(@M?@^k^oTv4=Ln#A7h0ji>MvqTuu*xAuN07d0Pd+I)J9sv+sOM+-MEaO!VR zfP;8BeOI!+2OL_^LL9ssF1c(W4!*^~ue%pbB8{`V#J$4W$rY4WNs$lMN1nysB|0~7 zIK$uB7<4krXGxlu22`09$=u|HPN?AVY*7bmh`vB~+GfO-Pw(Nop-mLj?KCa3DWqu~ zrfI_iTzAs+*LhZ~{{(3&t0AgAZImL5iVAP@*%FUPN5$X6sR_O|<1MQ})^IYWc2GNH zC^m!EbmthSri%tKHtt7n<=nCl)Ff6^1$&!rU;g3SA9lTtsmbkW?0pRP_{Z`w)Ri$gJaz)>N|_Nz5bxf Y_Vb3e-xHN|2L%t>Y>#vANx0Yg5BLm!sQ>@~ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f3e47f70fa58362d751b0844ddc7efede7bd20dc GIT binary patch literal 1622 zcmZ8hKX2nU6cmKDcN59wVCbRdc@LN69@0S+AwMbQG8iY!e#co7(pv6;w{@JJ<> zKq*i(Yreq^m+`)m)=vEh?bJugNs|yFsrUH){@x>h-QJD^9KYSXUHvf(g1;Q`cnpyE z0jFtkk-;L6M1}=f5Wk0u5O-S8HCr&^&R8*64;Ld6s7OU}@FA2#Il5tsvD`sUjJ)v& zDr32IGgxfN&mQq6avOOQl|Va)4T zl#(lq*m^lGp{h{^t%?(?fTJ?s7{f4mz7pk9$$9)Yf*%|vq+>s8V{xCcX4ChZc%@h|KoRZd8^41|s4-e4f7)^-At|~x#QMN&|n>I#4 zmWzC)GIW*@aHc*5FvjiQJY7|5l}b^j^(E?-d-eX_2`F`})t&{BpD9Q&-}AK4#~YFT z`FE*7`1Wc%cEF{Gd73$pp%g{hSY4QO<9}XXLWG`naGDU8fOz^Sp+1mq1eI7L)ZjWb z_YzJDhl|rOecC_b&wbi0w(u>z4sCc!Ke9HwBfwh(Legv62JqJN2QB{Jh1b+m!s>ixt+->b%W^0jGChJS%-8)~qc;@RHggazH z7-fW!Y3TV+kZ~wIAoC3p4jD<#P}GKP(2_q94NFfMHc5zR(Oc?s?}k#qg)R?Zf=bDt zqvq0d(S0v^M?DC$XQ3tGqa0o5{GSbcf#laXje|8HF^NOZd(y*CLOw*fhmgN=1#*E( zD%mYvVwsTRL+?4)#LEsay>~5f=Pmg-u*1{Q9g)K&c@OJ#h-xIz82Bt2w1$Xbdk+Wx1y@3Pq)PT>@ z^ZM>QvthnPW#ce+@Vvn4#$-r=Bb|^V_f5M|mdPs5GVjR8*bVKadxXGY*KOe?n`ixF z2^2Yf^we1J7ph~&RaNvQbQST|9|h)%=DRO?*T1meyLZL7i^-yhL}U_9=nmVR?vDQh D!x5DG literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/compat.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/compat.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3aee11a6c32cb06da215e9e49f2f1237c3ee7007 GIT binary patch literal 1504 zcmY*Z&2Hm15Ed!fR^*?}E_x`?3(+371{y1XyW2J`ivH{tNE_I}x~(_H0s<{kwqjZo zNGgE?=hEG`=oUzheI;Id>MQirp_~+33Z#Y{&T!`AH~gjBjXY?-zInQQ)$+W*+~nQn z!{i(2dJ6;dW*$Qf3p7LZAJ1_8_h&xyS-=_#e-?0b)8NfpG;8sYHQyrEV&R)$w#Osh zW_xcjin{CSm;2|vn+L3Si^>Zpvj;0IFE~EmXZtHWd&uy_>p#5uX=17@ zBW6hrVR@EurAc1giM%l6bYqsXAQzy>WuXZz7%2rcnN;hD<=UuxUKytv{0-@NBimVU zla$mflPYJntql|TJSkTTZClgh(X;V%(nq$bxT#c;I-C23K?tFL4_$u>!&MKU@Pv2m zO+6QI;2E@v)Q8A(-(db^lW_kd^DMy^aC3t zS_|7gUYAmt=SoRs-!JoWkX-PBNj0dHfLMnENJywAIO$^rH|W*!pPq8}`p-OG$~BJ} zE#k5U=b#)OWQy~7&JT>D>58iu9A3oW>u$?%@Oi9r!w*VO(*@Tt92+NjVYn)&h~0rY zPURYK84P92*K9L%Z#lhmbr-yFf*VvXY*1OvD+ z^ct(D2HoH-%+7u2!FS#*zDBUt*rHo>-n_;jx15Z;;$zqm-t29?Tcl56J#v!UQ}j%G z>-`Ql@&|s6enVSFC7<>ogor?UQQs_au|3uVNHB=%^=Fc6QbDi z)>$r%DfLktFLJZ2<^#Y3@GEHzR#^!Ve=&UW5s)sev}0qUo(vB^J3Jij{GSS%at2(^ zHOZzLWOULOtgdgkc{A5=RdMPWx2#1?A6%}Gb7Lw3Q zy1C2dNYPw_kMX1?(h-?1c~K`#;CyF(_Dxes9lXX2mv#7?^5?WH9@E`%3`T)AWL4@aGbn&HXfavDaRVy$h4uxHnpki zu#pO>x#~JqGuIAy8`L{mcNz5kofc=zhFLDSv#Tk;8`@y1T#0@FUGKx-bt3d0>Y$F_ z!9BkRMZGHs+q%??T=C3?R4q!XG`Id`URXaBxy6O)KeDYPVKPk;+Y)lI$cu$?9<8r8 z@Ju8L01mo6cuGz{&6N$4q@ZgKi%n+$E5Te!QC9+30TMn`Qyrgj{I}u#D`g`{QyF~; tq_Tl?q5|0PPG+vGl}pctU#%sp1pnHVlYRt4;D-o49Ql#o>+X{%_!n`GrF8%R literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f0f705cb219fc7ff5b9cd44fcb9f22baeddb56d1 GIT binary patch literal 4072 zcmb_fTW{RP73K`NTxwU6Wmz|0nh=74dQ)pDT|8_u=n!ui%bGbB4cB`PPZwID0Cdry*xioB@9oYpP-i<7Kge@tXJ< z=3%cvyC_y)n_^9zeOYOp74MCBTA$IZk!0-UK+kipE8@JkfHmg?|I%o@|6=Pi8A;`3 z()A+YK9AMD``pj=+QBsr!e{$Z@Pv?uwx@*8P5?=g8vcDKjJ40Ml*K`;|<3QvcQwr$N54pDa1lGDZFU2JnBZWwb4~lKKA8Cro7I+RGZIa^lUTm9}lK%HE(RD zekL~(u)STGZYF-R3B6$n*m$#-`9Zolw54{7Hd!+{ES4uv+0Np26pJ`R!Wb#(YjCxK z7Ur-#)!9??7);rK&Trv0@uv6DWX3VejT6>qIa8nK?3kYzkF0NvKJS}-D>HL`#L${Y ztjqhAKN($0IR4Vfth|z2NBk4xi1qEr&W&Asb6Z<)YD?0~!Fz_byohGk$c?Wq^qDY@ zjaNp_GKf5aP;$Tt{|kR=k&qXaZ~Exn3}l2MZ(dQW5coYS zEQ%oQ5=F)+YPSLeF4^$*`?N2e*{<@pFV@>r0oA+}#2qh4Z=*9@(5Mu1ZQ7Dd*hX#? z6>QqsE9_kr_mZ?Q;VLx?iH)k>U%BYhq$jb$$B*!-d!4N31zJW?r#*)eZIf7;mdakh z%2MO`X~oWgkuIV!SdCe10l!++`I}R>nYsk(l!+@K&0SMGP=F1C+`nB|3*y7FLzBr+7K#ioH{?c7ZgF4g){x z9bCI|_4;k{d13k6H?|A=;Kp`)`}*{ZD@ARz;3_;hlXxog31bS|OA;B0Mx`|E&q-3f z^n{XK|DbU6AeG60oc6jPm*%9LEX{eo-RY%S9Kxyt#l|So#H@jBZP?YZ9k$4pm{VC~ z>N}%9)Q9~B`@#&Y_yD}SEV1%Cf2m}cR zMH7Awt8v8BuRzgG7{ctkxIxiHFIggefF?ImM;KoMKaPxVkAliT|)O)(3W69i^GCf5RZK{!j09zx+0znnFs46RGC0dM+ z4`ZIk#DaAQ6jCXpl1HGR-b3?yys3@GHaKAE#YS5mBq)q+F9_o2QcOh2PeFr)A|Nwu zvBK^p0%f(ZFm7_7@4z#Xm} z@w!NCaxMzt8xp6efoTbp)H?N}Smr~PVHe7&A`HW;$N-^5m799h{_OYLqo}hRgK2-In z;A-vvfDY2c60Bb#%kR&qwbC>F3M^01!TUBK1ho)n;mNhkJc6(GdB2)h)&1N$wz3L} zu1VnXXPq|DlBS~UYN}OIHLZ%7HfC0aG=ggHA&hxn-;7+(rGn?iT{rC|Nvtv{T)MQm zsIji}I(zQGfo__}j^Fjc_oJGN=j#C{{kmDxgqwhGFB~qo3E8+Q`O)r>a+$Wt_9V#; z-Sw@lbr+kgZ(Uoztk;uJ5O(57Hr)r9H{ANU9|Z1W>3V6}3rWFvsI43Kl>6(C?ldPA z7$V)xfzF2$ryTN9_b~3c&%G#fpLu~VMhXlM4`qj{-05naF1x){YW?+P!A%d-Oor}I z;*<&$5996W%<=$N0e3pw|92fG0#(bNQi8&9ti;&UMF0P84TI|c6~l-JYQukIl1 zH7)*eux3)7mvZ_-fM}2|y4ZgF3 zYLBOJzNog_BJQ-?1y?8;**AVJqvzSB^Wv!mD|*w5CuL(0(TS#oW+`F|LaPV@Ink_OHu;T{$yLP@ z-+=O|Tsa%t#I)L^k%zeUwqcp_9obRN3(O!8B6*?bY>e}a4VmLJMg>&7uzxDhBb~9&ux^jBm O!5PIW+(WNMcNp z+?k;h%hF5j*ZzX0K=RnXMD(ps`_lIfinQM$Wm!pzQsCjtXfEe`=gfD`qqVh$f#>nr z=cAuqGK_yxXZcw{=N4Y|4~RzwH@XHlIZMp0S$$cT;cF$<*zVe6r|XQ}t~>U+-q`Q@ zCe5{zm2sonsM=1lI&OB?(003*zA(7Q{WF96V*S+WZg3V|7Ph#;SN06PB`_*B2kbpV zcw!xLQ)~%GxM(?I^F4zz-gxfuRo*;vy4&cjJvaF!zJ6wRchF;e<2l2cYVKQdt6F{e zxy!Hc%`>zVlqI4dm z7;c%RlSfhsG*-j#NJxdzFr2LI-~IBdyLWCsym$ZLM$o4%mmd?ITX7(5he9Me>dbBwyeafVP}+$MTbXe zCqLGsEZxmN+Z{+Dda>BmGU^`+**OyFQ74Ie^C_RTf6-B~7P~qAj)p>Y@;L8=ajJy` z3Y|j7iRvsN*3OS5McW3M!ytUK>X+MLCgWj@MWGsHPv@AoywV#BrLcAB19LIVBv2m2 z2^=&Qr3-(FG%IZyDQ)VNt`xeEY2U@}=Z}X5y?5}cF2vO4#^H**t`Y3`KGw$6n3_{I zwWjveIdx4V{ZyM%Q?pYh_qFxH=H^Rt=1$!g&eV8m;{Pk}uHgpxo)n(~Ke~Doe{%De@%hS1eF^!z>l>o%{f6<#iHoKtqtw85CX>G-qf`aUBm=vK?(`^VCFO zuv7EUnITj(`zu)NZ*0I2T#jmUD`nh9&*ToIg|T087h@)RHunZ>=*(R1zp(fUZ=4xZ zci%Xr(DSB_%(XrBPR&1?+IiwmJ#7;+k}E1QSc?qHFn%MFTu9=u^RNSrJ&TnlW*Zb~ zzb2?yAGaHg08b6VjjBz3A}%n*d^{kBq_mwLiJ(x}x~9RWqhk!k>difaQKS|-^@K<- zwBYUF!6+*d9`r;I1^tYOSBpS_dqvt8?YTA!SG=o|DsU}eNtXT}wZQ2SMO6xlJ`xLM z-Y}hvIS%?!N*2`z&)vRsDD0h6bdU`KTsDgeWC9Gc@12l(l2b9Mtn2x!E*c$LJ?4aZ8t(SxPLhU=*cpRmC zm$)#Xcqiq_cY{ohgWX*iygOg{%ai3TW;7$vgl{@r99QIU)c*(_va7mB7boANYZau$ zxCi~=B06-QH^>|vJgrbd2pu5+fCqs;D3YM^IGuiRDkf1r4hC_`foTFvc)(-TFBIiW zV9A4AW=AoHVM6d8@=uM*!GxX6CLfWzPG-T=I7yJqv3H;HJpk^BQFIh%g$(+DcqrPF zj~>JbzskWUvybapn3!fkl3{`jRFUVIga+-&wcA0SK?N!fmRJK&;I#JS?jN$^Jgh4F zD+jy<`mDN5z`2^S0C=HTdva_4!cq!ST$n*tz+`|p(mGc+I-OyxM@6pz`KER|2;?;d;+qL}*i zz2BGilMFmg<%awLEwm|Jw0!v^8u>Aa4@rDLf{4EKVigh(lxy>%BSg8TRh@hnl~SEs z8y7bG9Bb955XQBuR+HiRkIUGM(V#=kJx=WtENXhwE>f^> mzR#NY+17^LTtP&=VrB!08Nfi|`(1PE(gu33Y*vrdqyGgKN`grM literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..20aa57cb23a6d92b5c865efb81b35ace8f65a2b2 GIT binary patch literal 2112 zcmZuy%WfMt6eWk$X!P={PMidNs7+r&VJSs|Hj5@mkTz(6B3-1(LMSj8i?lV)yh>6^ z?Tj{c5M<*ohzr=80^N4e59nub+f_fI29oq%N_Lc@BMj&A@?Jg;&$+tSYSjrm_aA>Y ze9|Q3FYL@eK6GxttDiz6h@c5cX`fQGy~ImdpQXId(@MXR`hDN|SyD}de&B4L)Y5vt z?(9m^NSpm8C6ddQYzhB>iK+-5^Zo+#xu_j@qAnWHUlhwSkW{wL6S)K<3kO^*ilxVu z{<3J^C7qSOVK<~hZSY-T;yjCz4!4b)YA}q)@|$ckx3w>0B?so7N^BKO=d0cyXfz;? ze;a2H;M*u7GYm~0j#L6&HXi5>vvuK;(P?=WrPBIJnvu!|98CsHU&#*mDT`xW19dhh%SD^KsRXt*#Lu~f-EHZ$|r1Wqc{Vt}a zo|NpcKDCbk{OrOky0Pc!(lmdjuVu8<0mcgk8Lc&f86{J{!}?rQ4i`#x1p9NddjO`t zd+Ao5jioZ}sC^1s+vLzK;-anOk0Zb%m6>U4qvC97uM!AK*cYS>{2cWscTX>7t+ zD27fxjP%g@QBlZDs0z9kZfXsig=_yxsa)CS{Nk2x=W*8I3Tdqx7~hyXfURw+XbX>` zeDb8i z0*0e4se1raFN`xI6_BwvGI64NuUHfgWl~6`yTy+EV9p)su#m--E0@BVQ^`%KB%p+d z=#QZxUO)rNX_NZYC!F{%1J!}la(FUV8wNEd6Y9a{gBR*uuX9utYrFv;UE!q=wx?9e_#_nsZ9J5MOo2T z-DqV}%~ndPZ_i?@C57y&2}*8iCEKo-)v_Y!K8mUVSh2e(_~sE&Pay{6YFc}^`fN;) z33?YMwX&vuEo;w+ljGtu@(Y^;vy7!O5PTm?#Az0wU%3MyBLUPZG0y%2Q{f{y7mxQ8=fb(XCUxIrPCs_N{PG~ouaI1?dWga#b3qD{YQ4VPHOAdnv} z5JnIfjm*%lqUT`@ni!ezL^rmHu_qguasjnG)!LbPExyWGgdNGBVr`&!IA%H_*HGIb z)>pT4C-_cXy@#_oN?pXgHQ*>G2biAveRR{%p)<|wV#LUo$x1k}- z2T7r@_{%!yen9<70CMu&k7N6sSNK1EEdU#$D1Ywz92m<%aOi>D=jv0KspA2ASFCS# z3OJs^zXA!70u1jXY1>#^(@o*g4$>U%+NZiM)=rLZiRwodc-g$5z&sP`NJw9Qfyh G_Qk(s!X;S% literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..612199a1e0b0cf5f4f84fc9fcd4b2e3ce5c080a6 GIT binary patch literal 1140 zcmZ`(OK%e~5VrS~N7ItDQKjBi+#-?ep;E=6MN|}!5UP+6uLu;m>uIv-#=Et>rHK+Q z^vXZr07w3kZ-^6jPMnzCCQS~-E04!B-`Ml=zFJ?e5*)9u_69#4LVo3&)ltLEL!2r` z!U?A_8PP7KId8?*$nM$&Z^zEa?Ybkc>*3zvF86qemwAO(`5LeBb-uyx^lRM`*iiaR zyJhg8vO~ay3RF(59m4BhE#BapS5CLew_cJ~^Eci|TGTX-BBe7O#p+P@A4{1?6s|pC zA{;*jous;D8RsYpwQ-&!vSm+da0y{Mm2ete9vmBjB6pCC;NVz#`I+`)JrYW@IBuUX zb(@$o&6eo;0zCl6L8_&uw$Q}U$x?cQPh+P4qsb)Pu2G?kQoV9VX%Wc6c~>ThzPZgf znF2YF3^T!GUl~t=&ZG!wp2PWYajoEdgi}335|J65k|XkAe`Za#H5t;W)u)_(q3^Ak zJ#*d=(R7Hm&Z=^clKgu|&dYDflzy|P&d~XeZE#+mQY@A=`SgNG1%4`%i--gF(T!{b zLaTfJwJ(wA`%L)B$q+*A>jBgLfGK34>f;zO9S&CQI@LmcD8_y!&P4K2EYCy^{HQMy z3A|IlT2z)Xq?T(MJ-+CdUccxM<6W=PLWJ?M6srrS+(Tffd%c!hnC3ZCS*(qXt{d7j zZsF1oA~(_O?=Z+aDBw&4=~xdE(N1^UrxM^Kg0_|{JOdeAfVc>-taHe2=YF6f4eb=w ztPd(kqcrG6LW2}64vMA@mhR@I>!f4TO!Hi>#E~m@&LW`6i4n|?rcDL=`9e11V zo?UD?r{uspz+v~u196!vCte{3L{*RNT_X+=BTY?Lbx%#zSM}9A-PvgbaDD&sQ;uthz$!lY<}y{jfyN~&?1D-PBpXLcQ#-d_`_Iix4;e-R->MmQoGLaIMPh`@jT#aRcXi>q z0`~*B?IjQ{I3b+ya2cFNJh~D*h=CLxXQ1N3^p2pKy-W^PNA|jRdszI=x*>WqIqRiTIbon*dH_Ubd+RcHXY-usYCE6^XRyupN7Ni=C~6i@NW1z-(I7);qocrML)bnktBEaN8z` zAg+-HX^|$#EqD-`4Ll1_#sNSRya>$AB{?B3JS8M>(Tl*|cd@zeZ86%^RnYIA>E}*Y zJiq{_hc|M`LG`4zjFut58+)z31RrL98L!~oFX3fZpo$*hN1l!pIf1EqTv6GyAoXy| z5%#h8Sz2drQ4J@|v9v(0eXT^d;axoeqX63MQ9Bfh8L90(zj3=wktPyIM$blz-vUNE zGe_Qzq~dr48?^iM@xw>yFWzaF{*>;N^Xc_GZ#&srIhhOl|Gbg6;1UNRg&ZOY#a<$7z4L4@S??}0 z<2xKV4IB*}J%wG;Q1ItWOO=`m8hEpgEf>sc-uK?TH}l?n^Y)@%cL|PfUhfZou?YE7 z8|$Nt#-}*N48;Xugwccq3#0)pY$GrVGy@aSNUV_^*dr%!C;{?qiJ5%^vCOOjE6gs? zWln)rRw}T@$_3V0rEd&M!3Nmiz$P^M#v}5Gz#GhcO2C+HvFe-#Z)y*#{c5l}+jwmS z+l-!(=H?w%Nlu%FvQA6~(FN~AHRKT<}2!Yj|rsWGPpq2!EwhrXG`&}NjG+KcO1o=ffdH*IwxLCK7}vBu5^+e#UVL+3{rNMH%N1$zcDPF~LsLTXXjifk~jt3Fal$LBm6PO{KNcVHUgi8sh<~@ZRPD&p9Az_Xi1LD z0ry`*`qEG0-hD`W_rMpigjSC3Z~(&3WXoFg`@h^WDea*L&qiKr-*Bg|8!%qdn-qKZ#@jHlg{Ef?V|gTYRT1Rw;QHuCPV#D zqT5xaC>!N*0=$8B6lE8ru8DVw0-ugDHcsFZ-8Dkr&LCyF_!{O?EAa1!u511W5~^#9 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5e0f2d76afcdab58512bb84f1e6af0f223e7fcb0 GIT binary patch literal 1301 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5a3524255798c71338d65714da9a635ded196fb1 GIT binary patch literal 941 zcmY*XOKTf35SFy-_1f{PA>;u)?9~VFLIRvu3l7V4XkiPJa=Ee(TNRGGOx-OnwD8 zLlpUlVoD+$6Q5x18<7#4z6rkRS7^nz7-3avO~@8vHm&XF?F9YhbNO%#G&G8 z;?|#_Z`8#_WjMt3#~&Bit}#!&D$jeyP!z4<{^_EO z6lM~}tgr-AGm(t3zRG;TTOn-+VA26l=mCAf6mOyL_y_uoAFv|VmUv0Y08s-bWah6= z%X6Hen8A=H&ZR#6(&5qxopG8-PMKiT31Oc&p%_p34RaSYiPubA{Qo_PUJ6cb4pc{9Z$>FM6|i%U1VFWOuN^QHqGSclqD zH-ktA+t|dS1O7?3T~vdBrsE(eEJ)_bmC%DMHlc$1uYy}vaAPjV&v$NrI_me||G%m* zb&?^KDB3{~CP}KwA18xAR3IcQ4OI;dtu#kz8kH@SQ(1tv4%>TiN@o#!qbDs_0W70I P8pOnFc&)k#*fIVBz9;to literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f699d0f8ed45b3bdc2f265cedf3645f0b2b4a4df GIT binary patch literal 1678 zcmb7EU2h{b6!pif}(RA!-rkO9< zPFIPNr|v)Cm526`zvNe*_zOI7J(Gwe+7}$zV_)BEJLlYcUhVFB2-@Y_FNdG+AoQ16 ztTqaZ6X>#nfgy%7G-$qffMHEClG6drt$~FRr`-M!G5QB)7PH@4182qJuohTaD;Ae+ zfyLz(x4E5=MWn~J!Meq8A9Z&AhFejuL$rHQskAJjOxrKVRmMA5JA$jRC}QKX+Au6m zp-cEbNTEAac?#blI1W$0eo@Cr|2j*rV*i#438(r}iL|(W;+Mkjl?C_H#4k$ak0n?e z*Dk!_unr0rL17aV#$}PfRDb;LT{Wq={1b^5JfB-L`%_A}K(;Rrqd7&c1q+cctvKx3VKrdx?0c=;> zZ_?uUX-~g@+7Ex~y$a9IemD&;pS|dxUGzGxrg9>+TV;_-N|9?)O5IwLV#_K^m2Q8p zfZ?mL;?IOAg>GH+n~8TBW#h&O1mjS*7VQ4Vmv8|MVZ+ddF3o@(4_la!1N?}%xZYa> z(*hS0RfBm8lj#n_P%3DS0JH-D4Fg<{H{e3|gpmh4$5U^HZ|IyXd@b863SAz;fGEK`xQ$(4ieL}7sY_k# z5D$Aq7|%7n%-=KxQ1kT(OpI#G(G28niBPlX*`4jlW3eNb2iT_HCcMshoyxdN3yvq zE6dTi@{!1d=4qLgU);@EtcE8C>HqQ8WrbKFicHyG;=)S$b Hw;%iqOSiGc literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a89b7e7e40354a4da17635b11c4ff9ce5a901ddd GIT binary patch literal 5183 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 Oyl53OR;FN>z=^SwN>#;5JDTzQeX}ECOkH4jm6 za!xqqj-=-(x%-`Rk5{g}b4NJe2qoMJNxK?%C?T&{B4j3j%`~4&!E6#+ma2&uS;Imx znu9ojSeZC}Y=Cn5Q=iJKtOxgzh0YI(%EQy(5v z+y*5dabqF*K)#ZR$K7cK4$6!sW_YqPt6ouBWbG7Lwl;P!b8;t>{;2;fHj8!Im4063 zF!jodX$lh-pD+p&fjnnvdL4$BSq05s&S!Mk1`A0|5M z9fya5e$+pG`?`0W?`CP%jTS<24c$3NnGW~6Bdsi?L-4R^UK@m~5)W4IAEnCbXdT*i zpoT$Z-MqYDFhQ zcYGmCfLuY*N`Q)GFt@2R!5ZMs_}y%oxBl-cc+3t8;`r2a9J)yxwC=9-CcRJV4s4^h n?dG*8;(8QCP(i!=SWa_GG|-XPU#$MGm&HO%6@|A^cN?vL>xC2x literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/logging.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/logging.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1e708927fa15fcc6ae46e0d85abdc27a11d77bec GIT binary patch literal 9600 zcmaJ{+jAUOTJQVxj7HK(zDd5eW6Sn9mgKB+6<)_TIT1K=kQ_UiB{emgb0oFY(>*!e zV_ULs#S`$5zksTQB>cW}=AxU^s`Jgc z_v!EceMcYk_vbV`_a48#Y>aE#e^F!WW212uCH`++)0oEeKr5+Vy`;;wQ8MJO+5WXk zmTcQ4TmCvF2fs#;sktRrr?qBa)Uu_ltXn~@)>rDQ6ol% zgX6Umr4zEA3%uIN(n(qG3tp<7DxIpGE}fR`d@xo!Q#vE-{lVGVxzagV9|(%I^QH5; z#+|1xKhsJV_-Qt{p_j(r(O7{EJ=WL|pV%-p*Kv6E<@v%`dE6M&I|*cbbi%Z;WTrzJm4{b{6fkvi&yB z@(M5Tt2pbc?A)fsitIeze~sz$TJgdcME}{Mo@QAksZ@hX9HZgf@`HqnqMI5scT)3O zxR$y%XzX4^r0xucDoG?#>$V>!se7lM_)%C1Qs*vzlwg5%cdgEgR+_mHg>e+{bf8^P zGvjoq-Jati!(I!Rl2`RP9yfvnM;M%K1i`!h(sF=8XVKHXIlsF6ZY5-aY-Z;9QjLc+ z*`80<0*=b?O~0}fMsea--}md&LPVlyq?voubJy?8Pp8=>p4^U>mel(DGqX4E+@Hs? zgEyz&pPRmM?e5H-+46hy@08KHHS-}xay*P1f|r>unuWSwpNJa^brDs097m!`$lLlr zY?J^MP~jR04Fp9mnalvP&2;3th*o(xpRlMQ58{VQ@{r9tIS zUoL;rs08hiOu5XWYPtMe6DM$H3BIgOE=M&!$tvMweJxpz!twg0@kPP;g3rejQK_zS zG5LUp4<-YDp*`i&#G8|`pYZWIhAT@vo&>fg%YF#jfj1@_i66w1oio>4~{v zL=!E2#Y(Id8^u{PRvjY6?A=?%Oggv&&EgO?OLKnghjCH~t31tsZHS9fn+p*}sWUw@ zd+*xq)SiBS=KblSA?OptO9Z<36CUkypzO!x1xfERP{GUCAQERW6iY3vySimtx@Cy- z==*}c39M>{jhZ-xdX;#o^H4pDLJSwb4v=UY_|USE=$5u(w6r%gLn|B29MkVU^C7NS$0Q$C!Zo=W&8k5ji0B@#`3X$`0)2)BNrxTHbP&P^exMyHq%gphSXu_6 z6Q1^M87S)F0={u4LUU>gEqaykAhDQn^#R?`bA}*3c&;nlp}Os{(2~rOMM4uoGlcvBKD@h{61aEQnx&Qcar%LD zct#==a(^olH5{Fb=Fr$j<72h)F?M(C-KnwnrpD%PL6h}Y7%L|}D3w%db?7~CMfGg{`4b(l@XTR)fVKzi(2R~dCr1%|35 zUbMj1V#!-QVxBARn*hIv5)&@9yrVad>?YbocXOyfXn9FWmSzI}fCpiu z*qR8@d8kh121-oa+A8X*J&vbEAwrI@4*m=^7j2Pc)s{;DcIjLeL zS->0uWLlJs?m38@9U1q|g;4^EHA0Da;IWHbg>BLmpcnn{3X}@bq}W4isx`Csug%TQ z%)T?_H8az5b9d&ZyrPY7RR%20w1?B2JWWjW62yDZx-=Vfc?&IZnZWl6^aRyIGaVvL z(^g5OUqtc|y5j)=&CcnTo-=eEOHVx6Nu1o(MntP~!an zOZe`O^XvL&V9!I^?;D?3^IK>K^=nLAOf7mhWXVz7)DxsMcR7H+S&eG-D-UQ(g?mG5 zj_*N5#k&)igQ!{w;wz|h*4`~<#T!_kI%mGlP~etYq!XpKNliG0sR`dpecRhKoV^__%_%OX^Q8T4T~*~l z(9u^?j^yDzOc9p=-a(PXBX`C4+A<87Tl{@h7#uFh8CA^K_7GjJqDa@QWBoqRxCxu5 zU)H4UGw>_z9qb|ao7rUT7`bMdj!oliOL&k22X;aQNAWP6#SGjS8DL~08H2>T^&|-= z9f(dDlNyF*B=OT*1_@kLOqV(d!_{hSvlR8tC=NdE`aqOM}v1 zDu7^p>3)hK5mwF1$f+GnrtU9Ie{}!O+|7B|{M1oVRqBQjP##2LH&dB7eFlYo<1+xH z^;dKXIa**JW;`*O{6heuG3$vp1q3~Sc?eP#3GiZ**IEE$`3`QeyeB;;tO;w zM-QcRL*-Cas@isUy^<`aealzi#J`T>kl3>!Gky7`5Vy|MTUa*a0PzMh{cR zM^ZxYTOht0Jpk>g)2fQ7p4zcYUF=KETD+8+0S}c&IYv8^(M$)f#W5EYG08|&%9J!r z(ypWfO7C?19c9Sgrq$O8knt5)2}tg;>jGvW%}zh6a;Y-GO){e*_wFbtY1k4hN(;RY zRspQkZ)v7&@3yD|kEUA`|NRMSQYtjvGDo1A2FPe=*0-*e1EW!)zZ`l;U;vw=dompD zw2jY5i<7`fp(DMUz|ndJE@Q@T8l&2;80+L@8Dgqsq98n3F{Rh*imAk=P-O#S zz-fxVNQ*aLA>Ro>>%(Opb|M$gkG)1nsVQ<~$w!Kj6KRLT6SLxF9H5wmrCp0tmvR<< z2xBZY`x1soi%^nB2KO?zq2%;eY1vly;Uqd#{$Pq~JrSjue~S_y1klX=j`6Kw7~dFX z{%gZ>|Ict7qv`F5xvc~p+NtgtHWMVWf)WaX1Xs)xSRg<#wU{G78bU}m`haS`Mu3ha z?h%m3lt7-^qrNJ@Z==MtXHFk64(EnPWiO3vdx(_uNG|DE0P+uzGSxSAsk@;jpu26U zyU8!G($VXj;@dfCrV#K#i?$WGcm1EVXo}*ok>O4fALdGFG2=^KG`6m<=@9D#O z^TZ1eKA|?s?4%MQNRU@2Xtx*R{8NnnBT6TUM(thLHqm*NCQ+E!!!`*HEGI=5NaJ&R z1$Gx13D{F)Bdii^FR<>W1MgKH-KHp1<%DP9rrXja?GA`&zey^L5%B@0N4iVZY@ zFk%p7%_QEazJ-%KY7*Q1D~kLeO>Z9B{`T)ML)%_Xo(oKYbo5rcuQ!x(r1w5=pFwK6 z9yfa!LR=uT-~Wbs=NJce97D}OAaMkfdfvHmn|6qf6sO;%dA;|@nn!(~1N;k$+`f$J`DLDYMLx*yIjTvKuSrONbkhA#y=KJKYCWA2b+;`;SDQB4YEGWu(_l z(|D>IK|gXdP-ZkgZYM{ObQTdZFj6rhQ+N(3Xg`U)Dw56&wx=E1@AeCbAZEKrKcg2K z=eLlALNOuH^E*`AAxt#zA1I0tX7lhKUo-I{Y8+l3Q;u6da->4$FY$7|+e0JJ9vTAu4dQmmMxN& zu?`7d&x9^>*PWKNo`KtwU3J7~EEmF4UUyj^Lnd+4SkJNnHpmL7<=7A#X8V>*?C^JN z|B@aWOB%8jeRz}mGz%~L06U1f$qqq7j3mfQ;xfx%hr6{Sn`V-yE3HjK{^BAFk)5|` zw5(Q+og5`)kYz7H!=GZOmkc(>&TKj?w`J@sjVv+r$Y$eC+V!s}8q#I4h!zl7_Y*n`jG#T;zh zsPD*y&>f1(KdQ8t%BcwcNduWvI0gcFCtw8Q3C^f z@hzS&z9H~6z-(&YoWB0SJI(AQ;}0f7Ty#OHS~Ih^?kJz_D%La$NY77APQt&KP_D#| z9)y}uq`!fw($_$dI^Uwy6^`*|^!XMU<|f@Yz3}7r z&>HZ?fnurZ%1C~PplO^Q1aBn5uOht?mA9OIxHGfY*X$cR*Y<*oar-FJBS(lQ&m|i& zM~u;r=%5Ew;-X9m&0Z>A;gSd`en#M@1ZY0IaWYj1Cg|!_#c_o9G@}$=+{+XT@kg|3 zv$sn8C3Q$LQKTuJ5_m>{sMfR_$>R8%;xABdzeX-dT~cS#?QwZnjTo?!+KdO4HMtnB zYl-&wV*=#oi$A3u40TXfd7dI}_DN#kijX0ErjI~cCj%84)4k6K^J8+X%lr{?a(Dyj zQ3y{g51F>}Z}9YD@mE-yS|W-Pl^#Z4v0th5KcKfCAaIqybpTva&&}MOxpD2b_(N*u zk;;{>%PjeE4tNscpXP9BkSJA<4)y5SK7{yl+Kn<_#k}}2)g}6VPwprEo-(fJ7Qp9{ zHU&RaEYxA{bRTlxzPb?a+J`hppU{rvhZR~llf!b$v=10SrkZYZ<8-i%Ms=6K6&AKQ z4<4PRAKI%?mxl%h{}WyDUjt~k5TidwLREJS$H-a8-{H?e-qErO7G-A~TSAQFzqKrf zf;7|6t#6R$>%srE3N(xQ@b|U#mDO)xcPfBiTG>v^qE=tKA8+c7$(3JP|6`5GovhqH zSl?PR;_q=>Z{4|GpMZW+@q8?k2JNl8!^#v8 zw&w&95f*=SUqNEme0MLTNL!>BDT#DkQg)D&-35wE4@~APd0SquR zJ$&6Di6P*%m(1F0TiW$*>?+r46SACCqDm@%IEl+i<=D6?`6Es_asG03C5|2Euo71# zscbG~*UInry`BLupi|{CSpBBo{oeP!`+d#p+qM-g{Jnku#f9H_&9eT0nT>zjkU5Jd z`gYc`l%?#tRW`qN*_OOhcH}ox&d9G@cI7u)&dP7DoRi;tIWND3azTFk%6;-%EEnas zzdV3nr|vekmABcPBU2x2Y%gzb43&o(JIXtx%&iYMc9wU_d$vB(*j3)u7%h)Bc9(ZI z_LTQD_LlcH_LcWF9xFfA*k9h?c)a|0;{rSe1%3qTAVtul4uzXP7`|G8~q4FWT52$Tw zP;FO3YKIzDJJpEVrAF0mwP$`?`EZbZa3nbT&@R6acxvxGyL>EoB6u=5zSjzl2Rr97 zd#&<|C^^A@l6wiclX&(AC(%aIIcKlMr+g|nsrG$htH;#-`)>JV_EV3uX5$FziBBB$ zr1H?>G}_zhDdZ2R-N=7A?fW*V|FRByBU+ii1lG={aOEMN)om8igf32H;S)E4yE6ATv zUq<~I^$PM+!Rr|JEb_0a9mxL}X5Jg@+G`1v9+Oo(7Mw5;Rp-#|yt;sPZ(y8PWFHsR zF!FB(?&9>E9gN~+_63*sTIv#3{+jv<_H#vjhpjQs6v|##J5lx)N_cW72_+fl$J7wU zxymv?>}R-nP6A23oWjo#arqsO0K_VscUNHzNKb@ZTB+ew*zbO z272ua-p1J1vF5kcjr%T6=AB@Vlo2c5QKRVl?uL?gRT(8^jt`sz4Ags=<9+o3O5ekH z`w0iE?#EGDQ6Hl8ef8(LUX;zEtf~}t_5t$TnY5PO1z5qHnn(K|NBJqm{DP_>Uy;7d zFRCTvKSX|aaB|+p2)hifrud3}GFBb)G*lC9{q9(yY9T+1Jm$r!Io?gBQC2l&os=Vx zYE*<4v06q8g}RfHzoqsdA9VA#)g9#L0NWMS25j5+obo(s=ha>GUR7(TU64FS`w8_` zdsoeg;shr!Bvseikho1_yD1 zY%7$6)<1`Fe_nlr`X-=s3{ZMSptCnPCfI6zC6&=X#^~Qv-$MIP+1IRzU;2#PdV0c6 z3fE#?YtBzyp2#HqbG3RL=sCY01xY3jf~3D)YgOuDb3TY-G~PC&{c14lSC?j1TEWD& zB=c%>B`KV%HGRD@bvY@V_v>|kwjLyd=fh?k+=<`xoBn*Dlfo1RmKyUGhdOcJs6}y7 zxZH|sVbiZCxfyi8DA}3i7KU&+N0MjywvX0TA8W`YSslcBB^iq1uvPKrFlqbh%6 zYWl+E8`to!;Y5DO&QY2`WTNPE) zNyd+sk^(Aggacq3>V_XzqFOshhHFu!){Np5TGDikEeuDp9P$%>G~;)GG+3Vhtfu+~iS01vm86e>8bdQhn(d4D#N z7C8eZy&Egidy(K2`Z0Q?wKUIderjnh_VW)9ErgBWkn)>{%v=XsFC3i1iOkl5gE6pl zDbR;*;iL}LYqM#S7fLT3if|eSTc`$BMu#x)Ashs72>5qsIj+^CLycNgEwxsX?E-ep zoMOfWOdAa%vFttefaBT@{<%NWFQTM0;UwEzE1jko65IF^Dyjr?=a26$9sxOri>*}) z!qZ-|^nq0>nfSZh{uPq&4uPoYId*?$hq0*7KN7kwQZLDs*6fr}pgKyz4Z z?D<|y3i84^51WfT9kg^11)GF_KixEwG89)CYHykoV&13~RBLl9UNiL4)s(!M1ysrMtA5j4@NWg4-(2y`+Bz#T z2)$_urhz95_iA(Ahdt~4(5pq5sCkf+m%6LD94`d=b}b4f0VYz(BRVcOs|!AOpz_9R zrJy9spD;swmccnr*qUcMo%FwLSk4sAA1IN*n)FW7-~@gIbxm>{*<^H`Hv#fIVst0NeD-9L3QGIm#Bqa!|_l=kY{WkhBM5>w!(0wXGXg^R#Ql&QejoZd+?8 zX+N=QFJ|J*qPvs<4Sl2*!OaYsHfDL$BT$sxMLT}g>|D`*3NnX=(wtxU6O2e-~oPayDorBeO-a81Y zsI`&|l8HXqy_`@|nDs$!WO12j1Z6o1uf-|I znmh6i-sh6>_rm5`Y_*Oj8bV@$4Gr4`d(bJ`BX-W7(J!HJo;8;Bd#^xZLXv177@oM4 znTbm|c?sniim7e2d0=5s!3l*rGPp&2>iqG&D)THWxMxSZaNypwjvQryRB#Ut-+{B#&9j5RN?o>B0 zS<+zVj|{eeM`&RNFKsYU(1QKYUUXvM`dMqhTFc<%M{)8l&b-t)b7J~C)@nviqem7y zMC*r+4P05Z?}2Vu|FsT1{PyLhcca!+;q7P=OegRt$s+JuuN2*CdcF?8PkePSY}QvM zy(si!|9`S910&YlAEJ6Cc*4H>@E-80{3cak>Tn@VA3j~A0)`->#7--_hNj`#t z6e>vRYn7=RSEpt!>MsMFNw&Ix;t5w@L(VWHf;ri-;71isTj9RB?cO6Lg?<%JG>pV@ z9mvr^r{K5_QrmSj>$eEZF791I?M5Ai+>JWPs`bF-c|DZc#oTU`>vIY?3aXZJh**bW zb2kL%DzP=wo_Vcyi}1&}r3##P%dZ0}klUW`&7-#Ik=;#t;ARw?wHW7F_hZyha#e3D zfj9(BD~zHVKv+s_z_7594UoS>Z4LAhEIug$t~!p$HJEmF`$`dtT=%4;M<+c%VB$0Ka3B*UhoS9Ua0g~V1jxi16~Z8V)FyT_>BCl` z@@IfU<5D%lpsrnR~-jZ;+l1HIEESq?m$H>Go9?XGIgaQ;_zDK)$=n`m!}g*5ZPRk zhca5zVKd3#=##7%2Kq@%g>xjg)(c3IoL{9i)U&;0JB$f23n~UWe+6v~N&q1WcG1=$ zM{>+aTNDHWnOi*1ZUj|ldmxp4aYi|-)_1M%;qbp^E2{Nw`?;%>7{ZLm&8bj9Nvkzm zKmsr&7%t)MK$VgK?s)ogWor7$^_lkZ=}w#5egrlK^)9B?^vuRqUKGR=FMBtaVN+tO zr@ZOT`7dE*nt}})LWc!{E(AK8=_1))sV)T7rAjk|9KfRf26rYj;tW6_7QWCCN~#+r z83B;TBS0|RgzC2qWtzV{-3QJ?i>IBQbY7p1p+`U#IJA5yLmmQ1wsq55#fjg9HX*<| z`)af#c%LE~wQh)9oaC*5+@BP`fi5}>0}LfN$z83)61jQ?Rny&Lp6impvz00SGV*GNzSec~CmZwqWJQny9TyNH!r|p)*(y+6j98 z8d^uANUTf&s5XEHc8~2?g)f{ha@j2mn;;huQ#mpAO9#XNmfhY@V3EzH$g~kuu%l!T zI!0fune?1{9|=Kv{$tceq*)8nL$Ba>%TjpavXo)GtS`lA#+sMY4f z>#QirgKF92k*gZusyYMwCMH{7*j?mk3P8MURopkxCC>)J%mVu17gk|Tk0_uS?LNGF z3hF5AKA7U)by8Z*VH5fG57zBIo;lcT*WiP^f*B5G9c#D+$fofUc;iPVXoiWS#~VKk zTSkQ04C_P=g2KV^$5zHBkpvNcVoA_~zhM(86^pSWV=t%Un2s`#bY_#WX2^6-61tW6 z63#I%y$_E;u@P1id2dqyi{1-vBg2eg$T49zO_;3QSb!mn;Wd#p^KKPI zTTl_ej>Fk7tp7G@jo`_XL|i_O{su~M^4ZyyI7mef&%5)-_pWmDJ~DFVuHFY$BWM1Y zrQFA$%m@Z#mt1{J7zw zYu=mZ$W?Jk^UbrhKLnlBhQ^>OXW_e9I@fK4*8)mp1Aq$=G|7OC03bh$_a1=gr%?9$ zcv3G(LCg|kng9+i)YwOWf$V}{AgxAckx=H|2LLXRC)4GD9BEg%DqFKZwpsoS>!+`2SfA77qxiFmdH4ype;lqbNnDpK|d`Cg?oehGy4?dU> z{2lMK^7zMgME@5~ym0*F(U*=NKRL#3M-ESV$I=d)I2a+5!$Ung+J|HwQ21bY4Q`?s z))%#od-g9lH^COkfm7eYdy>Hk^sG;R8x{WpPj_KSA1ti8 zP^n%-#g?T|`tM|qXOIZ2_OIctk)#kiiy7j_z05=Vf&0)hP@Awnw>_w5l!sgVx;v!JDKI{Y#Uw77f<9q9fM zyNbe67=%hcY-_5on>IxbK?D#H_7%KzRQHE=G(=-m@u?cDTqzD4b&3q=Zp$q=KwdFKF$MEya~q?d z(jo~7E<8Z08Sv~)j zUy~~g87W=6EG}I?%>CO7HJITPauDjEd0N$Q;DNhfmDJLDU?M9sV(U_SaC7BMyUNP|2nG8x7suv+BGJGY4uea19Qy6Yti7x`M|msKRyzS5pe)c9MR!gKm$is2@0*+Py_;oVNZI zbi^R^f+j;yTEjXnJff9Gy@uvnH%Jc34W7pny@+I;fS_X8`UyiO=5C`oAUO~cy$bR! zw;rM=P74OC>sfRSP@Ag3yAC&X*sOt5PU1BR4tAZo3QEo_)(9_O*S&4XCUupXjleJ1 zf-(g3#5EbVU+3WBG0^W}&EO~E_5DkD?}3(n8f7Ddk~m4TJp4h}KbyD+0ni1)S!Bc= zhE2Zjtcgp&7(KY`vGq%<5WXryXUVDqM*xHj1+d&XK)|j#B4FM28b9Xok2Q=VU^II8P?%YX$H5qVgjWbnXO<#8!ss)VABADvj)$HF2VCxN-+YA zG{XA>cNK3iU$U_NNE+}4racV+P0w5Cc}slmdD9-=#SwTH3-B(2(Qfc4r-al2UwXwi zK4Cy-+@id%fsciZ%CBlTmpm2Rs)6J{NE@8Yx4u{*p7+7q21q-vx z^S$*O*i=!205Z*JC-*b~`PJ((hcRa$*doXf^63Mj+LR6$ay*YaQ}INI(4w1J%qCcS z%dqH$qZ4Rkd9q@7Iw4WuAzUYQ*`3(=-7@jl7_L79*8UhEq^ai%)#?j)OLAtn`Vovh zDd3J+R{1hdgnEG0mji+8U&R}-y%EjJ&BC9cRFmdk!y|`Dq+Nx|ylVdi=VKrwZGum2 z7&}R>9?tWE-sPPoc+KBL7yY-GY^J+p;I_uyX$7(v?v^R8iR{&~^{*o(8gBX{!JWku zok9{=4EicN*C9#DnZOOQ$~kQXxqu;G8H6%GwU?ljd{BT=pT7?kA7Nf3mO`@a8ZO%X z#trSaT7kwLTc~UExBzD%*86uc{#JVD()gUmBbFJMmsJ5?-owWA-$p64HFgCAGSzxy zhUwXHzucmmnXYid+?3_y?DpPGYbtGMw~6(VLiork$bMF>MI1zD1!nOHcwaT7cNAKt z8wK^b9?0vzkDfQW0C(D>n`iHIpD6M|o!(hos26cr6{=;qTpy@ZZX#^K)R>)a$B^)$ zRs1ICMw|o@I`voU!1+didp)K99-9=P^Z@GdiY#Ko!UR;J2mc+kdy}i93@YNT64y~V z$ZD1Yy8Q-zvMzH@gh=O)XT*NQAF=*u+wfu=Rt|1!;KR>=2ZKxB%i!K}s8dU|gg2F@ z4J;wlc5ff%a!qw4N}ELx`rRHJRe(N(fnQSmL133bn6m&imhDa(rwdfP;C=Skb5=Rg{35z{HD0<#E%q1fQH3gcP8rPZ6Eu2xtBb zP{+-s#MgXk3s5!ya~=O%iG;$xcaxy3BsWm1@Ny!14md@mV~bi?V+~&M{Y*3!fV?Nv`4v3e>na*6c`^v zNlbk*4sB=gwq#bJF{#XHXhvk-xHqCFJU6|G{bevPC%MK6=s~W50e&!;>YdOnzq9VV zkc~q5GyZ_3U?s^KQ@@8N7f-8N)wnHwireM}a>jA7CulA=HaIQ14U_FUV0=Y@`}fCt3VMLImb|19H!w~I zaSZPF5St}$03)!`aE)`zHP~ss*9>B45FHDRGaux{P-1F^&rN@BpZeT>?{oVD z0}Mz1E@svLhDi_L2WB~F#SHm%Zcl6uSKOVjIrJZ(Q<7bX<5q-y=1fB%GmPKHBaBbd zM|ZD`SfKGqBLvYJSvoPW+dO_@k9B^r>#Xb=`&H1#(_QD=hEH^M&3kU|`qei&`!*{v zkkP+~nLgv(pWA2k@8ehhTO{qwsY8cgrDm%k%vLbef6to#z@!HZy9^i*T4!SH%;4Yd zprYkIL0J4J^z4kX*L^Pm;Lmq)uzxl4U|AuWTo2BQ^s+cZ@LcDZ&-V0VSPmpg1;Jgi4tc#M~X z05%?C-j+xZV~2QB8EzmSo$|)bflqqlwATr}NsyDdIhsg0xc)`u zB0B^_q2LZXFyCOjA%5(Cp=Q(R5CgM#4qoAa1YO_AZ zqq|Rk?y^FB(e3OhzPI<@<$Bicb}(Y?>|L|JHINsb#ZahIWRb&$S;&LY>)4PLT#&1l zlp>{{{y%Ki!;7}TlEo!+N{_!m44@fq6=<-_C6t}R`7;*6fi>iOq5m&xG3%I@VhQOaPxT68B;p`EbN~h5xbb-Yjp8Q;P4RJY$DK4xc zns_a{nvMG)!!pn+cuSMJi|pU9Au<~y;>4W_#0wBsUzpSWJOPpv(Q>(I+U`VK$P?m? z{vpSATc}M244^9l3+YfX&SBWGsPDzs!Af`cj7|R?BCIG80|W3g?V}LMp==YI;%<6W zX)3236WSK~fu1hA>7kGQ3haXvOn=15I1n5bh5zp)T#@00a~q~1<>)**Zr#)-D*Ue- z=IO&bv;cwH7A=61kvv%V@BVbo7&w*|Yiur;%xQImrbpV-+ z8_5(+;qrp?KnfWL5F56Nz#W!uMo@?{G^nKaARxf$hLBi>lk^T` zPU8mzSXk zx(k7^j<6O{!6=WjW2p|HN)ipAiO(FU&_!2-%dQ_^__?W*Zd+3PN=@N* zjvw$$Q~QsCDwr0pGq}u-^~v+={PCUeJda1>m{SiOG>8hEg&hKS^bog?uQ(~V{vjH# z7xW?*ykEwp(oaALDj^=ay>oqSrA`a|JVx4bknAGsA$}q5%lM+8j}yP9+dEFLkK{2z z>kQ6`K@oD-uKxkwHlq$5au8~|QrX@;o8ASP`Ymh0hRs?igy}a-Ap#sFFdjKuzCyof zr82x>vf=eLWA{=GuUs~SsL@*`K2L-vBT(@0VmKjE_yh2Tz=-kg!30kfIX5z6lDK)98lL(k*|nH-$uX->`IE$D=LA6M-p+u#~D_vnzkN2S2vvGiz9GcrMQ1aTl}rPRw4+o7S}Gc%`gwp{$_t zsxY6C+CG&{{ zYpJfnjN$i+r;2yi^e>_NM89D*7x118Z2VkEQ|Xr&V{=i=Q_~ljTw=0^37tt0*N@@+ zaRG~u+Gx2($v(673Vv=^AR{Yg!xdgF_2VM7lCEL{Z3%9V<63}6Li91>XX8Os@XaOm zz)vH_iGE^~pC%B;d_ zR+*0+#Fy`bjf5{RSMl9E;_+csA?`TK+vl6l@UG)6>nguap+-oC;I@ya`p!76Bcbw{ z@82dQY(;J1^0S@r6Gi-E zmRm5`16TkOiGct10MYpPhQUm!?_(H*IT9Ydh|D~*9P@-1(mu5p*N zAozL905HDb=p*QgaSO2Xn&u-itUAQnIQ|t9n zVT)ZR7I_EHc;nGwe1&ub_ax)dQM|n%Z^!U<9B&=YhGn{3rU_)T_0dP{8XkQx`(F5%zCjkYrVM6wF`U`PC8TRyT)4=+ZoFvgBZJCFs*qw6HF+YetRKQI7=PFmjr(uj8*xVO6(yM(%dPc86*MEX@U6&l~GDYLh$Ij1C8T2LxrFn zxda$La(H6GI|$Gn_KteTycfNf(3k^yN4yujU$NOz$;8*7^);G)1(= ze?Wq{YGIP+jXp$(5ea{lb#F1b&g24;WB`f*c>-1dca=Dwcuq+l&t9VLWH)ACbO0fk z5w{?bCSyx-c<1oczclqKOSXvH<9p-1PV4nN^n!&2hYMA5;&p1&sF{!lL@YJ+d0Vd z?$;|x99Z@;xT!K z$*(eDG>6>XCxa=PrMKtiD)c#4{}vNoXvw9ITr-IK-#9bHRU+mq9WBO&r8zHl^t$>g zny_f3q5+766=@(0Q}~I{!Unoom)M2VP&g3XaK^_n;@}{@xpViA4E2rlkLHI8quYma_%}4vKR!6L zV}IYswmp5rJB9{_-J$IWy&N1K7%q(FM+ZiV`}>9-AKL98K(F}610zH3h8;Dy9|Z0e z2jDAI`w1Gwe5SY(G50yXPAn3~cM{iklZM~m>|3T>)wpJ=aV7kw5~pm~ynOMxh~lV- zv>l8yGf;XQrBON=B$?8&?feP5>}2Sa&e!RzY##@49E@UJx$1efi)eqc_UO;Z2@nta8GRm zcUQQtc7V55cvn3F?yc~idJMb`+(&Ipgzk*R0fY5@oc%;S#q5r9A;Uqr_r0Ed6IiW| zvm_6U{vrA$N-sbA(PS5qf;M3_9N8=#gh3vRmYNmQpcq7UFrvK!%m#xudRBI2y+KPt z+j1$Z4CBDsN>7^T{d2r*8eN>5G^A%;7U~PsV^rHmGv{+A*<7H7zNhS#pA3a*V#c)4 z;H_M%_(kjd!8b3onjF zizTm)KKE=?=))Y-!9-gxk8)2&X`xLT#NIi)$9lE19Odv3iMgndl1{Yb4~#eY<@5K+ zd$e3T9VOd^n4BS{#7E^M|nbKeW(q*JwdH3?9IO3=ADZu2nV@jqp~r z3*XNrgew<*fewNS*#u!FY`=gLQ&u^1=KRdLTDi1ab|M?4wg}QtS1G3Kon*y#NgnG& zBN3=N2Aw<3{S3D6`xbfN$EcQ472{p*igkHm5kbRU3gI+Jpm5od5^3f|osSa}y2 zRgVJRG|*65wG>EgT%axX-Ja85{i+qimU&65>u4)xIsQ*;LY4K36?>T=1gZ{mJ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..828037fdf4b97d5f4be949d2b33b114fba612013 GIT binary patch literal 2081 zcmaJ?&2Jnv6d%vdeoZz>Kj;@AWGbPsqB~nDfFP<6RRO6IN>LLyOjTx_@!Q==<_p`C zbfa)euiQEGkQ}-22l>j0e}Mzy*|XV3RfUuBjP2*=_kQp9^ZvNH>O0tedinY6LC;LIHdI&h75CN6$m=iOH=-sAn3Uic0;`!~4H zSAHX~3IjfPa&_R>2g;Z2-bwnsBa4rn@|Y6f(g9zsEX zu))wpEHq~-nSrE?-d!XlM~%r{x=cLqt+%a;36@`MwP|e8hjeqK3}CdJ(6msJ3aA7~ zge5Je=(q7^9hi`EwqJ@-o))%GM0w$ls*++T81KgrOamIrxeP8t_H1kOc|5#`rGamY z#=D}1_Eq%M%glE! zD6vH!PiXu`rDHl{h-iUuSZg{l>{y((y{kzu?1~PSR}Yqsc0dVJdfi5lC9-e7Obgx0 zS*2T2iJ>P}a8(S9$(=XOiuw-V=FkXg4yo)ajRMXwUp2azTyClqXg z^+GlZFv84O0=&Th-6902+l^@Bo)rQfvQUVuGeuL}l^wCUq*-|c0 ziMcY3A;%jaO_)OG6H(?gj;n(y!Y9jGBp~BBpxdPabk7uaxC8%-QrUCOm9lPq9) zK;Zs_VLIs2T&j`DH;!p(79yBVqbw~B7PF0rkJq35{BRVq(eeG!m%-@yCz?dVwrC^z z!f;Q!0#Hfyo^IQ0u z^Lq>cgziNahbYn=6B5p}P@>w~!!WJPbUzbyWEc;YxHg$fd0PZ5<$DkElGho0Wt1ij bJUwFmZo5~=!1Z0<>o`7f{~g@&$u<8!{_I&B literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f7251cf8b968718ce4631a808779d0f8d48e9631 GIT binary patch literal 4593 zcmZ`+OLN=E5e7hzqDWBkD_(nF8FS-E%nDRCn@UoO?aF4$-ng=nQ?@n-rM4)LGbFJB z0b~Z0EQP+Le8?d==c0ps^dHC%$j`tvr`&T$dA+sydIo&SUPu_uqo-&3>#utTUo;vu z3(p^({%m;Vs%8C~8jDW@jbGta@7tEeEpA8FzWKHHZM2=p8I|@+BX{2&mG{fGCG2Mv zUV3gnTX}BnSNU6FRg}f*bxYLnSE3p(pOtxquRJa9*Jq>P*|KU3k9aJ4o4sU| zhLPCZ*x1mWAF#b)s2KilrD5tTk&V+VNh0O*jNe0vV_TT z%=DagdSdhyT77muW8o-GWTuRS*2=n~pGd*N_$WCHV-eEA%i)BH~1Ibl; zahF)`DCDpQW=0~AOh}nXHWEq&1Hq1mqOj3e0I1>ww#6zVg!qy!V4>K7I#KOF4vzl# z<1h7&vY}w(mx_a!A$J%|(g3kOIKnpk-iEfd zpJ4aRB|`@y7Ba{*YHApc790r&vmx|E8ge33yVoE1NgSQbTx)a{o=nsh17t*jLlK9k zqNcZ)$rH0zB5xr&=cg7Ck9z{f-`705tKAkTw=VJbxMEJ9!SJva)&NYgZoS#wz{;oTjF5eJixLYc%P5ohh@){+!Kdz%=d zGB85U2U{~S8WoSjZ1ba*fuhr)S)C5M&2CC9wm>m-PREUO*k_4qr$II(Eh$jx{_@=Q(L`uxX7glZF z3dULDPl?1Au`Y7Y9NzOwGcr)!|J*{$AE@q=5{Iyg=k2G1+Gi8mLc9@_xo&5j^SgR78JUQr9vt?C+Q%Q%(!BVe5SWgoG#XX%{dFo z0$!xpxe!x0cY4}5`E?Xzt+FIO$O;uJR8&#qE|ya-EV+)x%V>L;jKnq% z;_dV#8z!-ze(d+95ZzGtnZ&s$j3bl>%e!GJdDkK2g z)`#u(Jn}j^;lYdfbvi^k3nN684(;b7Y(`x|VXaqf*RI)@P@0;&h~7n8@`hG8iyUm4StD@!g_Ey+q7dekVDvr35NiP~`8L)uf&32D-lgI_D&FLtch9@0*q?UL5VI8V z!&>zmxQPC~sZ>0t>bSNCu6gw9$R9wW0+y9EWN`GLMJ*Q^u+(2K;n-fz*ov-7wB9UC*tmp=iyD~{KN#N(TAucdD zqbc9a9if@9nw}KjP=>5^$WI>+70SmNpnst4MUsZ;0{ zIf`0k4P_mNHPLksJ(YsO^@*YI5Pd5Jh3lX%$xYB#ofsO|vEJX%#z(DoLw!<{XK2@r z=D3EsSFBQz|3s@XsT7iR9X!|v9JjW+hpcq&lvye0eu@|{FrI$k`?xX>BH#;2bl4Ul1)r_&8c#e zbhW6^K|~}y=Ro-(^}UH$uf^0febEv256n_OL18sK#7+@aw)3h|S+i>nVv6EQzZ6^a z8unEk>0?%_w0rMf>!KuT=G6??&~+!TWG5+5la%Hq#hRo5%PU-PT)A))R2e?+BoPaD zgG}ab7a!+3dFTT}CtV%Ll31>nS~!#R>7);)>a9`2$C0>$+n%K;LsYTZD`nSqzO8;} u+4y@!MpbmWsC@0cLv?DQep%PQ@w{1|8Tp@ggL?43@-8fnnVDMOfBz4J$F14` literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0dec80144f1dce3e76351b6a53c304e8a34f4587 GIT binary patch literal 5683 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 g^x%j?O40Nq5uE@ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cd7e6d43d9ace5ed23487464878ea499fabe08f6 GIT binary patch literal 7255 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..515c21842e491a3922c59cf5e5ba5c6330f93171 GIT binary patch literal 6642 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/urls.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/urls.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3fdac673093a961aa75dbe73157a093fabc21829 GIT binary patch literal 1611 zcmZ8hPjB2r6rUOYS+Cc-ji5A2#laV(`jE9~B@{&!0t$ypC`E*}VpVBzb|zUTUfZ3S zO_a!cf$}M!(&orF=z&i%7Y>~A6&7fCZ=9eMTYfXY_r`DLz4v?bwBHX2JkMTzGX29R z3kn)gbe=!n`SQv0 z-GmuuE(_yJq35!kp!xd2xeMPT_*4vn(}o;%WW>oXX~+^VXXlJN8)Qk(L6^8YE4nQ) zXleIh##42XYvUEwiI54E9@u^(60^4YA)Qt;k@Boe>r*|g%FX)0=DrkSFBh9yW|Jc! z(_>K{r$xSZwdBEYD^CoT1EJD7uhVf}Y9S%KbguJ4r4W%C)~9B0AoLi(SWTv4 zCU92;Wg>(I)TJ_l86?21Gd-24e{(PD9S=Ib9I#9(qfkQy4qT zz-rloHkf^OHVtEV9#!SBkUGv{+$Yu*%=Ys_Y{yT({dyS3-%UkpImwG6-V^aG<08)X zR8`D1OiCV4vtwa>y_{EC@OF8fNv(!fz4ENXq-$8EWFO9Ig0hk`+|YEum7VyI3CN`J z;7=t?2jF3qm!>1d%ehe6M7XTXX5v1W5@sFQirIR#qKD3VxNxj1%aGR?HRKnd&}-)>`Xkls&{?{e#TVX!F4)2WNgE~~HjKMR zOn$+=1uH+)p8SUU4O=IG1{!(-y}V{uKClw3an`}l!hyAK8m8XpZUcMp;0Uq9v7bWl zi1XeC(cxk5$hRos{ht|F2UobqZy{bdjRRF(JG=M4s{U8YwzQa5}$QgU_;%uvg{;*2B9JupX z#hDZ_{-Ne|T}fm{RmOUntGF&Qy$=l7jxQWIg>AJ*pAhR#9EKuVPo{?>*J4s|h zrIAx7Ik0B%xl+JdxHP_!vXb&W^zuFk6X3zIt0lTH;j^rmi+0fmsEELR|C&k0DMV>} zrDa|on0}@vc|I(54K7`G&1aX4vA4_#|6y+UH}j&um_JytAYw9sf0Mqv1%vzuggq{F#n3i| z4bu!@M^s(+g|AO*IKITZ8Glk?U$wzI5SYD2EbXoH8@*x!u?-VEoK<{Yh)?laRM;{B OTtWCoEOKu9YvI4S1fARf literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d0512f9f3d71b62d2e424b9c896410f09fa26831 GIT binary patch literal 3275 zcmaJ@&2r<$5uO1+kfJ1N|E#j(b!B3^N})?6UD-IbmGVzEvetHaBg-o}S+kO0A)Dr9tibE_11gv|M>^o?;gbISiG<0SRD7`REcJjnotTomRS$K zJ%3cd*nq#f11C+MQSE8K4o9c{z7PI*lWb!sdi#nceFiJH_hKcYLW+L!oW&Wp_eygV z>)x8n4D*rb@Hp!fM|zlNt>Rv*FNN4kL`zFRNXX6s ztkg-9y>iOE_WjN!06RrebfP5FLIT*Gu})IeDZPYO+r^Q&9m#Q)CD|YvXI#h#KiNR= zJUEexT!ixr2qP~o!bo3DH0AWvv$&2f<0?g*PH_e3l+f29c^z)72k&aZ*QU_mNg=sGMP$Cd71W)0n z4Sop*nw*lNuIVX(@ag2Yk1ZwHE)W&Dbtu-PU?svV$yCAxi|684XAhCiEZ0LJ4-+NY zP0wO(*SC_ zLYruKWt?)B<(dHvcqi`lgi;KUWc?%+jv|x#Y|Tk!toyC|ARRT4^>PlZ-)b%xFIOfg zVm&m$vpmThd8z=B3GzZ@Ccv+ox`Ha#)+1B>Y-dx-Tmt1*+~*?*DZ*6^?ayV+a_*%F z3Ot&dXFu{LETE7=q;i9LeuKVA8&v)T>`RRE;YI*|o40KkAmdI5WQy+Bsi zbG9dJc^@Py*-IgtG9R&vs+pJ9b@p_Y-luFd2Hqf%;v{oC$kQ}Gggo2tA@09+Zlaq1 zSnFZ$G23U{><64Du3@D|>nzQIz3ecSD4R${M?5s9+=G`vY8?Z&CjZ#DAZp3cwVBsz zj0;sj+q*tOzyd!U_jGa~+U$W+;}PB%r1>7Snk%_b7Ru5egwEms$_rIDZAtB2Q?c#T zRBVV3o1vwh2_dk7kfvIOX5NTC+1hyY#fO{G&X+s8o4<>8KH1%jwjXSK`rxC@o#^rA zN1IPf#WqM&8OVHGKxIPw;pOqD0F85jvujrWvOJzUn* zBCB6fByZ!i(8UW1w}g+QQO+ZH)7+gU&fcHy)$Gex)BHv>o9(t2FZNs1G^c~%Dh;Ve zz3+lRuEX6+sRkQbOsRu+VSqX)mt5!79*kesK6YWd;q)dSPa8(e_VPRxakhSe_^cl@ zY)5X3k>%IwQ~O~va19yR=ejaFHy5hiv{|LUGuuYYBFAQ{@G%KO8hZGbEwGxariv8@ zT(Ideo)mHo9@qwCLVZ-=BjmXB;baz|jXZKC3dzD8Lb6`NCso{oLi3Th1uy{yJhzF! zy#VYuVOxaV#a5BU*Lrbn9JO~L-Q!fekBBPvp%R#zIYH5&g1 DPd1j? literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a451bbff51723ca0cf392cab9115d0c628b0842b GIT binary patch literal 4485 zcma)9U31&U6~!(gl?zU zD4MbxmO4|7sZP03Ht)soRHxFYm~ttc?#wi1P@Za>mTWjH&+N0toGihoHZ@;Vj49w;xuZ`nVJPLi<&cH4mIaZjVMtJF%6Y-XMU1#4E~Dj=;7_gU2kDKcy>2&FiMP>Y57qc1uZ`eQrV3B4h^4u7U_H!QmoNhRsJKxDvBOeJDV~aXr@6ob7)BBDw*_D z)Z(<4(dFVlx%qS4`XwHzmsowP&-VC$Ck!QylAZ9ry~hU5nibu4ti;|btLMxbz^UnC zVhc8O`Yb8*3wvyz@3A**&H9xk_@MB*@WT3|74a8V;`Y&Jk2B2Jhx=egJN@C_H;M9F zi5EmLU&kj)dK)V4cu8A&T@}9ygcP|YuX_^bRb<{E@j6l_+FSQ^&?BX_wGHw3W+cL#IKq8(o4Go zukCB}#b#f@5eM7a9jsQ1*?ewon!ZWXH!*!SlUI(X%BJ)8S5j%5RFz=w%*{`p**a0# ze5);6Tg_J7>B1Q6K^P=ERacRR)G6v+I+(k3Fl%u%U&iDQmO77aKl$}`+>v$RNA>Pb z(vG90?k7tdO3L*>E|JN%q^iG?(W`nGtdF{UQu|F^2Z>zjq8SL)^={Cu<1mR-kssE3 zNf7F~IYF(vlb!04wVLMrEY{SscvvoHW&A2^mR;p#t}dVsSafyVQ!Q!Epem@F0AY~^ z;x-_Bg90(hTflH=?OR`103H{%a8Sd|o87nd^@It)?G4MJDcmhbJwRP?Xp0iyXz#Oq zM(urDOkJ=B4&dovrUL$>e&F^CL$~klGyNK)%0nCQbaU|b9f0#x`uG2Zp;jCveh>jE z??clVfPSE*_CC{yaDw$cr9cq)J07)Ou;E29m?Z8+;<~qTb6kp*K_0*^VyUBR0KK2I z+LNI{*v=8!qOc!d6yjvjr?~ZHJle44pUw_gpAEs)0%0n^pnv0kp|jdQvAUWD+jy`%Hm0{+jQTrR775g8@r25}LTS%GC!LnlXKRtK~Z(BGT-&jvktf zLVGP+>9wEV?ZLS8%Hg6%NaMg~#&T)3(+iUTEdD-F1VDoE@3OZ$NcnZo7&^W6-idcV zR0HF30}BuvWX1>zHGpYK7IWOZNQWQ*C*$m5VQ&eQuoIZ-Ww+>>` z+0>Xvw3?>@)8lueF4@e1;F$MgR#np&auv6xhgF>8Gu&Y%USXWgymOoqFR>C>fHQ}2 zi@)RV9M_Dg+Ga1A19oel+db$<&LSZbcq%XX*XcT(cs}?ecY7~JnEB!(4 zn260PPkK=jbfkGR79Sl#{SqD30zHUwkA%k}&65*jb4=1r$^*VcKTV`>!88?nfhoe| z*eKHzadXl-1lNwu+(u=|AxTR9U_?d(}Y zu;o63%?fFd^Pu6KNogceg&xXW#1DlUjMj~{4%WjFH$8%!t8EY>kWajLf&@n*>(1k=$Qpi>;Nbpm>?5#ov$y}Lhs%19!3>i@@EG6yh*u6 zIH$zQP1nB+pzg;q85rMWMH9IWC5}ta^MoY#!vE{6>9wO{SJNvwI0Ef;0yrOTo9K|S zT6%t*I!&}7_=-7~72q$VtA&Kp;mq#%-ONV*p-929@^e4z<$gxU+@`9^DD!C=-&U`pHy_K|rgy7$!&~ug)^1imHJLQ+n^N{DPhawN2@bwD za+eoJ;SNv|VZm`#zM7fvX6@E!!qI_7eU>r9ttEpEAi1lgM)>9vPnf~`_#vI;y7!P) zsG4n%W-fd5%uht0W>|fc>XLzSVv^sqWY>I#`0H^m$v-BRO`AT!TFd5`KkpL{@vuq3 zXtt5-{@vXHjCpL&yMrqArL^L>nUgje#)g7J;9&J@U@`s0{X^@T&nDlCl~!+3L3s;o%)Z@0G|SYcOdjM%FEvf}(`>5WqQ#iSe9)L&CM&G(BvKnqGBTh(rA|aR x=A=iM$XLr{&ZRq@SoA` 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.8/site-packages/pip/_internal/utils/appdirs.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/appdirs.py new file mode 100644 index 000000000..16933bf8a --- /dev/null +++ b/venv/lib/python3.8/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.8/site-packages/pip/_internal/utils/compat.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/compat.py new file mode 100644 index 000000000..3f4d300ce --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/utils/compat.py @@ -0,0 +1,63 @@ +"""Stuff that differs in different Python versions and platform +distributions.""" + +import logging +import os +import sys + +__all__ = ["get_path_uid", "stdlib_pkgs", "WINDOWS"] + + +logger = logging.getLogger(__name__) + + +def has_tls() -> bool: + try: + import _ssl # noqa: F401 # ignore unused + + return True + except ImportError: + pass + + from pip._vendor.urllib3.util import IS_PYOPENSSL + + return IS_PYOPENSSL + + +def get_path_uid(path: str) -> int: + """ + Return path's uid. + + Does not follow symlinks: + https://github.com/pypa/pip/pull/935#discussion_r5307003 + + Placed this function in compat due to differences on AIX and + Jython, that should eventually go away. + + :raises OSError: When path is a symlink or can't be read. + """ + if hasattr(os, "O_NOFOLLOW"): + fd = os.open(path, os.O_RDONLY | os.O_NOFOLLOW) + file_uid = os.fstat(fd).st_uid + os.close(fd) + else: # AIX and Jython + # WARNING: time of check vulnerability, but best we can do w/o NOFOLLOW + if not os.path.islink(path): + # older versions of Jython don't have `os.fstat` + file_uid = os.stat(path).st_uid + else: + # raise OSError for parity with os.O_NOFOLLOW above + raise OSError(f"{path} is a symlink; Will not return uid for symlinks") + return file_uid + + +# packages in the stdlib that may have installation metadata, but should not be +# considered 'installed'. this theoretically could be determined based on +# dist.location (py27:`sysconfig.get_paths()['stdlib']`, +# py26:sysconfig.get_config_vars('LIBDEST')), but fear platform variation may +# make this ineffective, so hard-coding +stdlib_pkgs = {"python", "wsgiref", "argparse"} + + +# windows detection, covers cpython and ironpython +WINDOWS = sys.platform.startswith("win") or (sys.platform == "cli" and os.name == "nt") diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/compatibility_tags.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/compatibility_tags.py new file mode 100644 index 000000000..b6ed9a78e --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/utils/compatibility_tags.py @@ -0,0 +1,165 @@ +"""Generate and work with PEP 425 Compatibility Tags. +""" + +import re +from typing import List, Optional, Tuple + +from pip._vendor.packaging.tags import ( + PythonVersion, + Tag, + compatible_tags, + cpython_tags, + generic_tags, + interpreter_name, + interpreter_version, + mac_platforms, +) + +_osx_arch_pat = re.compile(r"(.+)_(\d+)_(\d+)_(.+)") + + +def version_info_to_nodot(version_info: Tuple[int, ...]) -> str: + # Only use up to the first two numbers. + return "".join(map(str, version_info[:2])) + + +def _mac_platforms(arch: str) -> List[str]: + match = _osx_arch_pat.match(arch) + if match: + name, major, minor, actual_arch = match.groups() + mac_version = (int(major), int(minor)) + arches = [ + # Since we have always only checked that the platform starts + # with "macosx", for backwards-compatibility we extract the + # actual prefix provided by the user in case they provided + # something like "macosxcustom_". It may be good to remove + # this as undocumented or deprecate it in the future. + "{}_{}".format(name, arch[len("macosx_") :]) + for arch in mac_platforms(mac_version, actual_arch) + ] + else: + # arch pattern didn't match (?!) + arches = [arch] + return arches + + +def _custom_manylinux_platforms(arch: str) -> List[str]: + arches = [arch] + arch_prefix, arch_sep, arch_suffix = arch.partition("_") + if arch_prefix == "manylinux2014": + # manylinux1/manylinux2010 wheels run on most manylinux2014 systems + # with the exception of wheels depending on ncurses. PEP 599 states + # manylinux1/manylinux2010 wheels should be considered + # manylinux2014 wheels: + # https://www.python.org/dev/peps/pep-0599/#backwards-compatibility-with-manylinux2010-wheels + if arch_suffix in {"i686", "x86_64"}: + arches.append("manylinux2010" + arch_sep + arch_suffix) + arches.append("manylinux1" + arch_sep + arch_suffix) + elif arch_prefix == "manylinux2010": + # manylinux1 wheels run on most manylinux2010 systems with the + # exception of wheels depending on ncurses. PEP 571 states + # manylinux1 wheels should be considered manylinux2010 wheels: + # https://www.python.org/dev/peps/pep-0571/#backwards-compatibility-with-manylinux1-wheels + arches.append("manylinux1" + arch_sep + arch_suffix) + return arches + + +def _get_custom_platforms(arch: str) -> List[str]: + arch_prefix, arch_sep, arch_suffix = arch.partition("_") + if arch.startswith("macosx"): + arches = _mac_platforms(arch) + elif arch_prefix in ["manylinux2014", "manylinux2010"]: + arches = _custom_manylinux_platforms(arch) + else: + arches = [arch] + return arches + + +def _expand_allowed_platforms(platforms: Optional[List[str]]) -> Optional[List[str]]: + if not platforms: + return None + + seen = set() + result = [] + + for p in platforms: + if p in seen: + continue + additions = [c for c in _get_custom_platforms(p) if c not in seen] + seen.update(additions) + result.extend(additions) + + return result + + +def _get_python_version(version: str) -> PythonVersion: + if len(version) > 1: + return int(version[0]), int(version[1:]) + else: + return (int(version[0]),) + + +def _get_custom_interpreter( + implementation: Optional[str] = None, version: Optional[str] = None +) -> str: + if implementation is None: + implementation = interpreter_name() + if version is None: + version = interpreter_version() + return f"{implementation}{version}" + + +def get_supported( + version: Optional[str] = None, + platforms: Optional[List[str]] = None, + impl: Optional[str] = None, + abis: Optional[List[str]] = None, +) -> List[Tag]: + """Return a list of supported tags for each version specified in + `versions`. + + :param version: a string version, of the form "33" or "32", + or None. The version will be assumed to support our ABI. + :param platform: specify a list of platforms you want valid + tags for, or None. If None, use the local system platform. + :param impl: specify the exact implementation you want valid + tags for, or None. If None, use the local interpreter impl. + :param abis: specify a list of abis you want valid + tags for, or None. If None, use the local interpreter abi. + """ + supported: List[Tag] = [] + + python_version: Optional[PythonVersion] = None + if version is not None: + python_version = _get_python_version(version) + + interpreter = _get_custom_interpreter(impl, version) + + platforms = _expand_allowed_platforms(platforms) + + is_cpython = (impl or interpreter_name()) == "cp" + if is_cpython: + supported.extend( + cpython_tags( + python_version=python_version, + abis=abis, + platforms=platforms, + ) + ) + else: + supported.extend( + generic_tags( + interpreter=interpreter, + abis=abis, + platforms=platforms, + ) + ) + supported.extend( + compatible_tags( + python_version=python_version, + interpreter=interpreter, + platforms=platforms, + ) + ) + + return supported diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/datetime.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/datetime.py new file mode 100644 index 000000000..8668b3b0e --- /dev/null +++ b/venv/lib/python3.8/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.8/site-packages/pip/_internal/utils/deprecation.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/deprecation.py new file mode 100644 index 000000000..72bd6f25a --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/utils/deprecation.py @@ -0,0 +1,120 @@ +""" +A module that implements tooling to enable easy warnings about deprecations. +""" + +import logging +import warnings +from typing import Any, Optional, TextIO, Type, Union + +from pip._vendor.packaging.version import parse + +from pip import __version__ as current_version # NOTE: tests patch this name. + +DEPRECATION_MSG_PREFIX = "DEPRECATION: " + + +class PipDeprecationWarning(Warning): + pass + + +_original_showwarning: Any = None + + +# Warnings <-> Logging Integration +def _showwarning( + message: Union[Warning, str], + category: Type[Warning], + filename: str, + lineno: int, + file: Optional[TextIO] = None, + line: Optional[str] = None, +) -> None: + if file is not None: + if _original_showwarning is not None: + _original_showwarning(message, category, filename, lineno, file, line) + elif issubclass(category, PipDeprecationWarning): + # We use a specially named logger which will handle all of the + # deprecation messages for pip. + logger = logging.getLogger("pip._internal.deprecations") + logger.warning(message) + else: + _original_showwarning(message, category, filename, lineno, file, line) + + +def install_warning_logger() -> None: + # Enable our Deprecation Warnings + warnings.simplefilter("default", PipDeprecationWarning, append=True) + + global _original_showwarning + + if _original_showwarning is None: + _original_showwarning = warnings.showwarning + warnings.showwarning = _showwarning + + +def deprecated( + *, + reason: str, + replacement: Optional[str], + gone_in: Optional[str], + feature_flag: Optional[str] = None, + issue: Optional[int] = None, +) -> None: + """Helper to deprecate existing functionality. + + reason: + Textual reason shown to the user about why this functionality has + been deprecated. Should be a complete sentence. + replacement: + Textual suggestion shown to the user about what alternative + functionality they can use. + gone_in: + The version of pip does this functionality should get removed in. + Raises an error if pip's current version is greater than or equal to + this. + feature_flag: + Command-line flag of the form --use-feature={feature_flag} for testing + upcoming functionality. + issue: + Issue number on the tracker that would serve as a useful place for + users to find related discussion and provide feedback. + """ + + # Determine whether or not the feature is already gone in this version. + is_gone = gone_in is not None and parse(current_version) >= parse(gone_in) + + message_parts = [ + (reason, f"{DEPRECATION_MSG_PREFIX}{{}}"), + ( + gone_in, + "pip {} will enforce this behaviour change." + if not is_gone + else "Since pip {}, this is no longer supported.", + ), + ( + replacement, + "A possible replacement is {}.", + ), + ( + feature_flag, + "You can use the flag --use-feature={} to test the upcoming behaviour." + if not is_gone + else None, + ), + ( + issue, + "Discussion can be found at https://github.com/pypa/pip/issues/{}", + ), + ] + + message = " ".join( + format_str.format(value) + for value, format_str in message_parts + if format_str is not None and value is not None + ) + + # Raise as an error if this behaviour is deprecated. + if is_gone: + raise PipDeprecationWarning(message) + + warnings.warn(message, category=PipDeprecationWarning, stacklevel=2) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/direct_url_helpers.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/direct_url_helpers.py new file mode 100644 index 000000000..0e8e5e160 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/utils/direct_url_helpers.py @@ -0,0 +1,87 @@ +from typing import Optional + +from pip._internal.models.direct_url import ArchiveInfo, DirectUrl, DirInfo, VcsInfo +from pip._internal.models.link import Link +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import vcs + + +def direct_url_as_pep440_direct_reference(direct_url: DirectUrl, name: str) -> str: + """Convert a DirectUrl to a pip requirement string.""" + direct_url.validate() # if invalid, this is a pip bug + requirement = name + " @ " + fragments = [] + if isinstance(direct_url.info, VcsInfo): + requirement += "{}+{}@{}".format( + direct_url.info.vcs, direct_url.url, direct_url.info.commit_id + ) + elif isinstance(direct_url.info, ArchiveInfo): + requirement += direct_url.url + if direct_url.info.hash: + fragments.append(direct_url.info.hash) + else: + assert isinstance(direct_url.info, DirInfo) + requirement += direct_url.url + if direct_url.subdirectory: + fragments.append("subdirectory=" + direct_url.subdirectory) + if fragments: + requirement += "#" + "&".join(fragments) + return requirement + + +def direct_url_for_editable(source_dir: str) -> DirectUrl: + return DirectUrl( + url=path_to_url(source_dir), + info=DirInfo(editable=True), + ) + + +def direct_url_from_link( + link: Link, source_dir: Optional[str] = None, link_is_in_wheel_cache: bool = False +) -> DirectUrl: + if link.is_vcs: + vcs_backend = vcs.get_backend_for_scheme(link.scheme) + assert vcs_backend + url, requested_revision, _ = vcs_backend.get_url_rev_and_auth( + link.url_without_fragment + ) + # For VCS links, we need to find out and add commit_id. + if link_is_in_wheel_cache: + # If the requested VCS link corresponds to a cached + # wheel, it means the requested revision was an + # immutable commit hash, otherwise it would not have + # been cached. In that case we don't have a source_dir + # with the VCS checkout. + assert requested_revision + commit_id = requested_revision + else: + # If the wheel was not in cache, it means we have + # had to checkout from VCS to build and we have a source_dir + # which we can inspect to find out the commit id. + assert source_dir + commit_id = vcs_backend.get_revision(source_dir) + return DirectUrl( + url=url, + info=VcsInfo( + vcs=vcs_backend.name, + commit_id=commit_id, + requested_revision=requested_revision, + ), + subdirectory=link.subdirectory_fragment, + ) + elif link.is_existing_dir(): + return DirectUrl( + url=link.url_without_fragment, + info=DirInfo(), + subdirectory=link.subdirectory_fragment, + ) + else: + hash = None + hash_name = link.hash_name + if hash_name: + hash = f"{hash_name}={link.hash}" + return DirectUrl( + url=link.url_without_fragment, + info=ArchiveInfo(hash=hash), + subdirectory=link.subdirectory_fragment, + ) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/distutils_args.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/distutils_args.py new file mode 100644 index 000000000..e4aa5b827 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/utils/distutils_args.py @@ -0,0 +1,42 @@ +from distutils.errors import DistutilsArgError +from distutils.fancy_getopt import FancyGetopt +from typing import Dict, List + +_options = [ + ("exec-prefix=", None, ""), + ("home=", None, ""), + ("install-base=", None, ""), + ("install-data=", None, ""), + ("install-headers=", None, ""), + ("install-lib=", None, ""), + ("install-platlib=", None, ""), + ("install-purelib=", None, ""), + ("install-scripts=", None, ""), + ("prefix=", None, ""), + ("root=", None, ""), + ("user", None, ""), +] + + +# typeshed doesn't permit Tuple[str, None, str], see python/typeshed#3469. +_distutils_getopt = FancyGetopt(_options) # type: ignore + + +def parse_distutils_args(args: List[str]) -> Dict[str, str]: + """Parse provided arguments, returning an object that has the + matched arguments. + + Any unknown arguments are ignored. + """ + result = {} + for arg in args: + try: + _, match = _distutils_getopt.getopt(args=[arg]) + except DistutilsArgError: + # We don't care about any other options, which here may be + # considered unrecognized since our option list is not + # exhaustive. + pass + else: + result.update(match.__dict__) + return result diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/egg_link.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/egg_link.py new file mode 100644 index 000000000..9e0da8d2d --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/utils/egg_link.py @@ -0,0 +1,75 @@ +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import os +import re +import sys +from typing import Optional + +from pip._internal.locations import site_packages, user_site +from pip._internal.utils.virtualenv import ( + running_under_virtualenv, + virtualenv_no_global, +) + +__all__ = [ + "egg_link_path_from_sys_path", + "egg_link_path_from_location", +] + + +def _egg_link_name(raw_name: str) -> str: + """ + Convert a Name metadata value to a .egg-link name, by applying + the same substitution as pkg_resources's safe_name function. + Note: we cannot use canonicalize_name because it has a different logic. + """ + return re.sub("[^A-Za-z0-9.]+", "-", raw_name) + ".egg-link" + + +def egg_link_path_from_sys_path(raw_name: str) -> Optional[str]: + """ + Look for a .egg-link file for project name, by walking sys.path. + """ + egg_link_name = _egg_link_name(raw_name) + for path_item in sys.path: + egg_link = os.path.join(path_item, egg_link_name) + if os.path.isfile(egg_link): + return egg_link + return None + + +def egg_link_path_from_location(raw_name: str) -> Optional[str]: + """ + Return the path for the .egg-link file if it exists, otherwise, None. + + There's 3 scenarios: + 1) not in a virtualenv + try to find in site.USER_SITE, then site_packages + 2) in a no-global virtualenv + try to find in site_packages + 3) in a yes-global virtualenv + try to find in site_packages, then site.USER_SITE + (don't look in global location) + + For #1 and #3, there could be odd cases, where there's an egg-link in 2 + locations. + + This method will just return the first one found. + """ + sites = [] + if running_under_virtualenv(): + sites.append(site_packages) + if not virtualenv_no_global() and user_site: + sites.append(user_site) + else: + if user_site: + sites.append(user_site) + sites.append(site_packages) + + egg_link_name = _egg_link_name(raw_name) + for site in sites: + egglink = os.path.join(site, egg_link_name) + if os.path.isfile(egglink): + return egglink + return None diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/encoding.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/encoding.py new file mode 100644 index 000000000..1c73f6c9a --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/utils/encoding.py @@ -0,0 +1,36 @@ +import codecs +import locale +import re +import sys +from typing import List, Tuple + +BOMS: List[Tuple[bytes, str]] = [ + (codecs.BOM_UTF8, "utf-8"), + (codecs.BOM_UTF16, "utf-16"), + (codecs.BOM_UTF16_BE, "utf-16-be"), + (codecs.BOM_UTF16_LE, "utf-16-le"), + (codecs.BOM_UTF32, "utf-32"), + (codecs.BOM_UTF32_BE, "utf-32-be"), + (codecs.BOM_UTF32_LE, "utf-32-le"), +] + +ENCODING_RE = re.compile(br"coding[:=]\s*([-\w.]+)") + + +def auto_decode(data: bytes) -> str: + """Check a bytes string for a BOM to correctly detect the encoding + + Fallback to locale.getpreferredencoding(False) like open() on Python3""" + for bom, encoding in BOMS: + if data.startswith(bom): + return data[len(bom) :].decode(encoding) + # Lets check the first two lines as in PEP263 + for line in data.split(b"\n")[:2]: + if line[0:1] == b"#" and ENCODING_RE.search(line): + result = ENCODING_RE.search(line) + assert result is not None + encoding = result.groups()[0].decode("ascii") + return data.decode(encoding) + return data.decode( + locale.getpreferredencoding(False) or sys.getdefaultencoding(), + ) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/entrypoints.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/entrypoints.py new file mode 100644 index 000000000..1504a1291 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/utils/entrypoints.py @@ -0,0 +1,27 @@ +import sys +from typing import List, Optional + +from pip._internal.cli.main import main + + +def _wrapper(args: Optional[List[str]] = None) -> int: + """Central wrapper for all old entrypoints. + + Historically pip has had several entrypoints defined. Because of issues + arising from PATH, sys.path, multiple Pythons, their interactions, and most + of them having a pip installed, users suffer every time an entrypoint gets + moved. + + To alleviate this pain, and provide a mechanism for warning users and + directing them to an appropriate place for help, we now define all of + our old entrypoints as wrappers for the current one. + """ + sys.stderr.write( + "WARNING: pip is being invoked by an old script wrapper. This will " + "fail in a future version of pip.\n" + "Please see https://github.com/pypa/pip/issues/5599 for advice on " + "fixing the underlying issue.\n" + "To avoid this problem you can invoke Python with '-m pip' instead of " + "running pip directly.\n" + ) + return main(args) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/filesystem.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/filesystem.py new file mode 100644 index 000000000..b7e6191ab --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/utils/filesystem.py @@ -0,0 +1,182 @@ +import fnmatch +import os +import os.path +import random +import shutil +import stat +import sys +from contextlib import contextmanager +from tempfile import NamedTemporaryFile +from typing import Any, BinaryIO, Iterator, List, Union, cast + +from pip._vendor.tenacity import retry, stop_after_delay, wait_fixed + +from pip._internal.utils.compat import get_path_uid +from pip._internal.utils.misc import format_size + + +def check_path_owner(path: str) -> bool: + # If we don't have a way to check the effective uid of this process, then + # we'll just assume that we own the directory. + if sys.platform == "win32" or not hasattr(os, "geteuid"): + return True + + assert os.path.isabs(path) + + previous = None + while path != previous: + if os.path.lexists(path): + # Check if path is writable by current user. + if os.geteuid() == 0: + # Special handling for root user in order to handle properly + # cases where users use sudo without -H flag. + try: + path_uid = get_path_uid(path) + except OSError: + return False + return path_uid == 0 + else: + return os.access(path, os.W_OK) + else: + previous, path = path, os.path.dirname(path) + return False # assume we don't own the path + + +def copy2_fixed(src: str, dest: str) -> None: + """Wrap shutil.copy2() but map errors copying socket files to + SpecialFileError as expected. + + See also https://bugs.python.org/issue37700. + """ + try: + shutil.copy2(src, dest) + except OSError: + for f in [src, dest]: + try: + is_socket_file = is_socket(f) + except OSError: + # An error has already occurred. Another error here is not + # a problem and we can ignore it. + pass + else: + if is_socket_file: + raise shutil.SpecialFileError(f"`{f}` is a socket") + + raise + + +def is_socket(path: str) -> bool: + return stat.S_ISSOCK(os.lstat(path).st_mode) + + +@contextmanager +def adjacent_tmp_file(path: str, **kwargs: Any) -> Iterator[BinaryIO]: + """Return a file-like object pointing to a tmp file next to path. + + The file is created securely and is ensured to be written to disk + after the context reaches its end. + + kwargs will be passed to tempfile.NamedTemporaryFile to control + the way the temporary file will be opened. + """ + with NamedTemporaryFile( + delete=False, + dir=os.path.dirname(path), + prefix=os.path.basename(path), + suffix=".tmp", + **kwargs, + ) as f: + result = cast(BinaryIO, f) + try: + yield result + finally: + result.flush() + os.fsync(result.fileno()) + + +# Tenacity raises RetryError by default, explicitly raise the original exception +_replace_retry = retry(reraise=True, stop=stop_after_delay(1), wait=wait_fixed(0.25)) + +replace = _replace_retry(os.replace) + + +# test_writable_dir and _test_writable_dir_win are copied from Flit, +# with the author's agreement to also place them under pip's license. +def test_writable_dir(path: str) -> bool: + """Check if a directory is writable. + + Uses os.access() on POSIX, tries creating files on Windows. + """ + # If the directory doesn't exist, find the closest parent that does. + while not os.path.isdir(path): + parent = os.path.dirname(path) + if parent == path: + break # Should never get here, but infinite loops are bad + path = parent + + if os.name == "posix": + return os.access(path, os.W_OK) + + return _test_writable_dir_win(path) + + +def _test_writable_dir_win(path: str) -> bool: + # os.access doesn't work on Windows: http://bugs.python.org/issue2528 + # and we can't use tempfile: http://bugs.python.org/issue22107 + basename = "accesstest_deleteme_fishfingers_custard_" + alphabet = "abcdefghijklmnopqrstuvwxyz0123456789" + for _ in range(10): + name = basename + "".join(random.choice(alphabet) for _ in range(6)) + file = os.path.join(path, name) + try: + fd = os.open(file, os.O_RDWR | os.O_CREAT | os.O_EXCL) + except FileExistsError: + pass + except PermissionError: + # This could be because there's a directory with the same name. + # But it's highly unlikely there's a directory called that, + # so we'll assume it's because the parent dir is not writable. + # This could as well be because the parent dir is not readable, + # due to non-privileged user access. + return False + else: + os.close(fd) + os.unlink(file) + return True + + # This should never be reached + raise OSError("Unexpected condition testing for writable directory") + + +def find_files(path: str, pattern: str) -> List[str]: + """Returns a list of absolute paths of files beneath path, recursively, + with filenames which match the UNIX-style shell glob pattern.""" + result: List[str] = [] + for root, _, files in os.walk(path): + matches = fnmatch.filter(files, pattern) + result.extend(os.path.join(root, f) for f in matches) + return result + + +def file_size(path: str) -> Union[int, float]: + # If it's a symlink, return 0. + if os.path.islink(path): + return 0 + return os.path.getsize(path) + + +def format_file_size(path: str) -> str: + return format_size(file_size(path)) + + +def directory_size(path: str) -> Union[int, float]: + size = 0.0 + for root, _dirs, files in os.walk(path): + for filename in files: + file_path = os.path.join(root, filename) + size += file_size(file_path) + return size + + +def format_directory_size(path: str) -> str: + return format_size(directory_size(path)) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/filetypes.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/filetypes.py new file mode 100644 index 000000000..594857017 --- /dev/null +++ b/venv/lib/python3.8/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.8/site-packages/pip/_internal/utils/glibc.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/glibc.py new file mode 100644 index 000000000..7bd3c2068 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/utils/glibc.py @@ -0,0 +1,88 @@ +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import os +import sys +from typing import Optional, Tuple + + +def glibc_version_string() -> Optional[str]: + "Returns glibc version string, or None if not using glibc." + return glibc_version_string_confstr() or glibc_version_string_ctypes() + + +def glibc_version_string_confstr() -> Optional[str]: + "Primary implementation of glibc_version_string using os.confstr." + # os.confstr is quite a bit faster than ctypes.DLL. It's also less likely + # to be broken or missing. This strategy is used in the standard library + # platform module: + # https://github.com/python/cpython/blob/fcf1d003bf4f0100c9d0921ff3d70e1127ca1b71/Lib/platform.py#L175-L183 + if sys.platform == "win32": + return None + try: + # os.confstr("CS_GNU_LIBC_VERSION") returns a string like "glibc 2.17": + _, version = os.confstr("CS_GNU_LIBC_VERSION").split() + except (AttributeError, OSError, ValueError): + # os.confstr() or CS_GNU_LIBC_VERSION not available (or a bad value)... + return None + return version + + +def glibc_version_string_ctypes() -> Optional[str]: + "Fallback implementation of glibc_version_string using ctypes." + + try: + import ctypes + except ImportError: + return None + + # ctypes.CDLL(None) internally calls dlopen(NULL), and as the dlopen + # manpage says, "If filename is NULL, then the returned handle is for the + # main program". This way we can let the linker do the work to figure out + # which libc our process is actually using. + process_namespace = ctypes.CDLL(None) + try: + gnu_get_libc_version = process_namespace.gnu_get_libc_version + except AttributeError: + # Symbol doesn't exist -> therefore, we are not linked to + # glibc. + return None + + # Call gnu_get_libc_version, which returns a string like "2.5" + gnu_get_libc_version.restype = ctypes.c_char_p + version_str = gnu_get_libc_version() + # py2 / py3 compatibility: + if not isinstance(version_str, str): + version_str = version_str.decode("ascii") + + return version_str + + +# platform.libc_ver regularly returns completely nonsensical glibc +# versions. E.g. on my computer, platform says: +# +# ~$ python2.7 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.7') +# ~$ python3.5 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.9') +# +# But the truth is: +# +# ~$ ldd --version +# ldd (Debian GLIBC 2.22-11) 2.22 +# +# This is unfortunate, because it means that the linehaul data on libc +# versions that was generated by pip 8.1.2 and earlier is useless and +# misleading. Solution: instead of using platform, use our code that actually +# works. +def libc_ver() -> Tuple[str, str]: + """Try to determine the glibc version + + Returns a tuple of strings (lib, version) which default to empty strings + in case the lookup fails. + """ + glibc_version = glibc_version_string() + if glibc_version is None: + return ("", "") + else: + return ("glibc", glibc_version) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/hashes.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/hashes.py new file mode 100644 index 000000000..82eb035a0 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/utils/hashes.py @@ -0,0 +1,144 @@ +import hashlib +from typing import TYPE_CHECKING, BinaryIO, Dict, Iterator, List + +from pip._internal.exceptions import HashMismatch, HashMissing, InstallationError +from pip._internal.utils.misc import read_chunks + +if TYPE_CHECKING: + from hashlib import _Hash + + # NoReturn introduced in 3.6.2; imported only for type checking to maintain + # pip compatibility with older patch versions of Python 3.6 + from typing import NoReturn + + +# The recommended hash algo of the moment. Change this whenever the state of +# the art changes; it won't hurt backward compatibility. +FAVORITE_HASH = "sha256" + + +# Names of hashlib algorithms allowed by the --hash option and ``pip hash`` +# Currently, those are the ones at least as collision-resistant as sha256. +STRONG_HASHES = ["sha256", "sha384", "sha512"] + + +class Hashes: + """A wrapper that builds multiple hashes at once and checks them against + known-good values + + """ + + def __init__(self, hashes: Dict[str, List[str]] = None) -> None: + """ + :param hashes: A dict of algorithm names pointing to lists of allowed + hex digests + """ + allowed = {} + if hashes is not None: + for alg, keys in hashes.items(): + # Make sure values are always sorted (to ease equality checks) + allowed[alg] = sorted(keys) + self._allowed = allowed + + def __and__(self, other: "Hashes") -> "Hashes": + if not isinstance(other, Hashes): + return NotImplemented + + # If either of the Hashes object is entirely empty (i.e. no hash + # specified at all), all hashes from the other object are allowed. + if not other: + return self + if not self: + return other + + # Otherwise only hashes that present in both objects are allowed. + new = {} + for alg, values in other._allowed.items(): + if alg not in self._allowed: + continue + new[alg] = [v for v in values if v in self._allowed[alg]] + return Hashes(new) + + @property + def digest_count(self) -> int: + return sum(len(digests) for digests in self._allowed.values()) + + def is_hash_allowed(self, hash_name: str, hex_digest: str) -> bool: + """Return whether the given hex digest is allowed.""" + return hex_digest in self._allowed.get(hash_name, []) + + def check_against_chunks(self, chunks: Iterator[bytes]) -> None: + """Check good hashes against ones built from iterable of chunks of + data. + + Raise HashMismatch if none match. + + """ + gots = {} + for hash_name in self._allowed.keys(): + try: + gots[hash_name] = hashlib.new(hash_name) + except (ValueError, TypeError): + raise InstallationError(f"Unknown hash name: {hash_name}") + + for chunk in chunks: + for hash in gots.values(): + hash.update(chunk) + + for hash_name, got in gots.items(): + if got.hexdigest() in self._allowed[hash_name]: + return + self._raise(gots) + + def _raise(self, gots: Dict[str, "_Hash"]) -> "NoReturn": + raise HashMismatch(self._allowed, gots) + + def check_against_file(self, file: BinaryIO) -> None: + """Check good hashes against a file-like object + + Raise HashMismatch if none match. + + """ + return self.check_against_chunks(read_chunks(file)) + + def check_against_path(self, path: str) -> None: + with open(path, "rb") as file: + return self.check_against_file(file) + + def __bool__(self) -> bool: + """Return whether I know any known-good hashes.""" + return bool(self._allowed) + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Hashes): + return NotImplemented + return self._allowed == other._allowed + + def __hash__(self) -> int: + return hash( + ",".join( + sorted( + ":".join((alg, digest)) + for alg, digest_list in self._allowed.items() + for digest in digest_list + ) + ) + ) + + +class MissingHashes(Hashes): + """A workalike for Hashes used when we're missing a hash for a requirement + + It computes the actual hash of the requirement and raises a HashMissing + exception showing it to the user. + + """ + + def __init__(self) -> None: + """Don't offer the ``hashes`` kwarg.""" + # Pass our favorite hash in to generate a "gotten hash". With the + # empty list, it will never match, so an error will always raise. + super().__init__(hashes={FAVORITE_HASH: []}) + + def _raise(self, gots: Dict[str, "_Hash"]) -> "NoReturn": + raise HashMissing(gots[FAVORITE_HASH].hexdigest()) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/inject_securetransport.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/inject_securetransport.py new file mode 100644 index 000000000..276aa79bb --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/utils/inject_securetransport.py @@ -0,0 +1,35 @@ +"""A helper module that injects SecureTransport, on import. + +The import should be done as early as possible, to ensure all requests and +sessions (or whatever) are created after injecting SecureTransport. + +Note that we only do the injection on macOS, when the linked OpenSSL is too +old to handle TLSv1.2. +""" + +import sys + + +def inject_securetransport() -> None: + # Only relevant on macOS + if sys.platform != "darwin": + return + + try: + import ssl + except ImportError: + return + + # Checks for OpenSSL 1.0.1 + if ssl.OPENSSL_VERSION_NUMBER >= 0x1000100F: + return + + try: + from pip._vendor.urllib3.contrib import securetransport + except (ImportError, OSError): + return + + securetransport.inject_into_urllib3() + + +inject_securetransport() diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/logging.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/logging.py new file mode 100644 index 000000000..6e001c5d6 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/utils/logging.py @@ -0,0 +1,343 @@ +import contextlib +import errno +import logging +import logging.handlers +import os +import sys +import threading +from dataclasses import dataclass +from logging import Filter +from typing import IO, Any, ClassVar, Iterator, List, Optional, TextIO, Type + +from pip._vendor.rich.console import ( + Console, + ConsoleOptions, + ConsoleRenderable, + RenderResult, +) +from pip._vendor.rich.highlighter import NullHighlighter +from pip._vendor.rich.logging import RichHandler +from pip._vendor.rich.segment import Segment +from pip._vendor.rich.style import Style + +from pip._internal.exceptions import DiagnosticPipError +from pip._internal.utils._log import VERBOSE, getLogger +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.deprecation import DEPRECATION_MSG_PREFIX +from pip._internal.utils.misc import ensure_dir + +_log_state = threading.local() +subprocess_logger = getLogger("pip.subprocessor") + + +class BrokenStdoutLoggingError(Exception): + """ + Raised if BrokenPipeError occurs for the stdout stream while logging. + """ + + +def _is_broken_pipe_error(exc_class: Type[BaseException], exc: BaseException) -> bool: + if exc_class is BrokenPipeError: + return True + + # On Windows, a broken pipe can show up as EINVAL rather than EPIPE: + # https://bugs.python.org/issue19612 + # https://bugs.python.org/issue30418 + if not WINDOWS: + return False + + return isinstance(exc, OSError) and exc.errno in (errno.EINVAL, errno.EPIPE) + + +@contextlib.contextmanager +def indent_log(num: int = 2) -> Iterator[None]: + """ + A context manager which will cause the log output to be indented for any + log messages emitted inside it. + """ + # For thread-safety + _log_state.indentation = get_indentation() + _log_state.indentation += num + try: + yield + finally: + _log_state.indentation -= num + + +def get_indentation() -> int: + return getattr(_log_state, "indentation", 0) + + +class IndentingFormatter(logging.Formatter): + default_time_format = "%Y-%m-%dT%H:%M:%S" + + def __init__( + self, + *args: Any, + add_timestamp: bool = False, + **kwargs: Any, + ) -> None: + """ + A logging.Formatter that obeys the indent_log() context manager. + + :param add_timestamp: A bool indicating output lines should be prefixed + with their record's timestamp. + """ + self.add_timestamp = add_timestamp + super().__init__(*args, **kwargs) + + def get_message_start(self, formatted: str, levelno: int) -> str: + """ + Return the start of the formatted log message (not counting the + prefix to add to each line). + """ + if levelno < logging.WARNING: + return "" + if formatted.startswith(DEPRECATION_MSG_PREFIX): + # Then the message already has a prefix. We don't want it to + # look like "WARNING: DEPRECATION: ...." + return "" + if levelno < logging.ERROR: + return "WARNING: " + + return "ERROR: " + + def format(self, record: logging.LogRecord) -> str: + """ + Calls the standard formatter, but will indent all of the log message + lines by our current indentation level. + """ + formatted = super().format(record) + message_start = self.get_message_start(formatted, record.levelno) + formatted = message_start + formatted + + prefix = "" + if self.add_timestamp: + prefix = f"{self.formatTime(record)} " + prefix += " " * get_indentation() + formatted = "".join([prefix + line for line in formatted.splitlines(True)]) + return formatted + + +@dataclass +class IndentedRenderable: + renderable: ConsoleRenderable + indent: int + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + segments = console.render(self.renderable, options) + lines = Segment.split_lines(segments) + for line in lines: + yield Segment(" " * self.indent) + yield from line + yield Segment("\n") + + +class RichPipStreamHandler(RichHandler): + KEYWORDS: ClassVar[Optional[List[str]]] = [] + + def __init__(self, stream: Optional[TextIO], no_color: bool) -> None: + super().__init__( + console=Console(file=stream, no_color=no_color, soft_wrap=True), + show_time=False, + show_level=False, + show_path=False, + highlighter=NullHighlighter(), + ) + + # Our custom override on Rich's logger, to make things work as we need them to. + def emit(self, record: logging.LogRecord) -> None: + style: Optional[Style] = None + + # If we are given a diagnostic error to present, present it with indentation. + if record.msg == "[present-diagnostic] %s" and len(record.args) == 1: + diagnostic_error: DiagnosticPipError = record.args[0] # type: ignore[index] + assert isinstance(diagnostic_error, DiagnosticPipError) + + renderable: ConsoleRenderable = IndentedRenderable( + diagnostic_error, indent=get_indentation() + ) + else: + message = self.format(record) + renderable = self.render_message(record, message) + if record.levelno is not None: + if record.levelno >= logging.ERROR: + style = Style(color="red") + elif record.levelno >= logging.WARNING: + style = Style(color="yellow") + + try: + self.console.print(renderable, overflow="ignore", crop=False, style=style) + except Exception: + self.handleError(record) + + def handleError(self, record: logging.LogRecord) -> None: + """Called when logging is unable to log some output.""" + + exc_class, exc = sys.exc_info()[:2] + # If a broken pipe occurred while calling write() or flush() on the + # stdout stream in logging's Handler.emit(), then raise our special + # exception so we can handle it in main() instead of logging the + # broken pipe error and continuing. + if ( + exc_class + and exc + and self.console.file is sys.stdout + and _is_broken_pipe_error(exc_class, exc) + ): + raise BrokenStdoutLoggingError() + + return super().handleError(record) + + +class BetterRotatingFileHandler(logging.handlers.RotatingFileHandler): + def _open(self) -> IO[Any]: + ensure_dir(os.path.dirname(self.baseFilename)) + return super()._open() + + +class MaxLevelFilter(Filter): + def __init__(self, level: int) -> None: + self.level = level + + def filter(self, record: logging.LogRecord) -> bool: + return record.levelno < self.level + + +class ExcludeLoggerFilter(Filter): + + """ + A logging Filter that excludes records from a logger (or its children). + """ + + def filter(self, record: logging.LogRecord) -> bool: + # The base Filter class allows only records from a logger (or its + # children). + return not super().filter(record) + + +def setup_logging(verbosity: int, no_color: bool, user_log_file: Optional[str]) -> int: + """Configures and sets up all of the logging + + Returns the requested logging level, as its integer value. + """ + + # Determine the level to be logging at. + if verbosity >= 2: + level_number = logging.DEBUG + elif verbosity == 1: + level_number = VERBOSE + elif verbosity == -1: + level_number = logging.WARNING + elif verbosity == -2: + level_number = logging.ERROR + elif verbosity <= -3: + level_number = logging.CRITICAL + else: + level_number = logging.INFO + + level = logging.getLevelName(level_number) + + # The "root" logger should match the "console" level *unless* we also need + # to log to a user log file. + include_user_log = user_log_file is not None + if include_user_log: + additional_log_file = user_log_file + root_level = "DEBUG" + else: + additional_log_file = "/dev/null" + root_level = level + + # Disable any logging besides WARNING unless we have DEBUG level logging + # enabled for vendored libraries. + vendored_log_level = "WARNING" if level in ["INFO", "ERROR"] else "DEBUG" + + # Shorthands for clarity + log_streams = { + "stdout": "ext://sys.stdout", + "stderr": "ext://sys.stderr", + } + handler_classes = { + "stream": "pip._internal.utils.logging.RichPipStreamHandler", + "file": "pip._internal.utils.logging.BetterRotatingFileHandler", + } + handlers = ["console", "console_errors", "console_subprocess"] + ( + ["user_log"] if include_user_log else [] + ) + + logging.config.dictConfig( + { + "version": 1, + "disable_existing_loggers": False, + "filters": { + "exclude_warnings": { + "()": "pip._internal.utils.logging.MaxLevelFilter", + "level": logging.WARNING, + }, + "restrict_to_subprocess": { + "()": "logging.Filter", + "name": subprocess_logger.name, + }, + "exclude_subprocess": { + "()": "pip._internal.utils.logging.ExcludeLoggerFilter", + "name": subprocess_logger.name, + }, + }, + "formatters": { + "indent": { + "()": IndentingFormatter, + "format": "%(message)s", + }, + "indent_with_timestamp": { + "()": IndentingFormatter, + "format": "%(message)s", + "add_timestamp": True, + }, + }, + "handlers": { + "console": { + "level": level, + "class": handler_classes["stream"], + "no_color": no_color, + "stream": log_streams["stdout"], + "filters": ["exclude_subprocess", "exclude_warnings"], + "formatter": "indent", + }, + "console_errors": { + "level": "WARNING", + "class": handler_classes["stream"], + "no_color": no_color, + "stream": log_streams["stderr"], + "filters": ["exclude_subprocess"], + "formatter": "indent", + }, + # A handler responsible for logging to the console messages + # from the "subprocessor" logger. + "console_subprocess": { + "level": level, + "class": handler_classes["stream"], + "stream": log_streams["stderr"], + "no_color": no_color, + "filters": ["restrict_to_subprocess"], + "formatter": "indent", + }, + "user_log": { + "level": "DEBUG", + "class": handler_classes["file"], + "filename": additional_log_file, + "encoding": "utf-8", + "delay": True, + "formatter": "indent_with_timestamp", + }, + }, + "root": { + "level": root_level, + "handlers": handlers, + }, + "loggers": {"pip._vendor": {"level": vendored_log_level}}, + } + ) + + return level_number diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/misc.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/misc.py new file mode 100644 index 000000000..b07e56f9d --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/utils/misc.py @@ -0,0 +1,629 @@ +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import contextlib +import errno +import getpass +import hashlib +import io +import logging +import os +import posixpath +import shutil +import stat +import sys +import urllib.parse +from io import StringIO +from itertools import filterfalse, tee, zip_longest +from types import TracebackType +from typing import ( + Any, + BinaryIO, + Callable, + ContextManager, + Iterable, + Iterator, + List, + Optional, + TextIO, + Tuple, + Type, + TypeVar, + cast, +) + +from pip._vendor.tenacity import retry, stop_after_delay, wait_fixed + +from pip import __version__ +from pip._internal.exceptions import CommandError +from pip._internal.locations import get_major_minor_version +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.virtualenv import running_under_virtualenv + +__all__ = [ + "rmtree", + "display_path", + "backup_dir", + "ask", + "splitext", + "format_size", + "is_installable_dir", + "normalize_path", + "renames", + "get_prog", + "captured_stdout", + "ensure_dir", + "remove_auth_from_url", +] + + +logger = logging.getLogger(__name__) + +T = TypeVar("T") +ExcInfo = Tuple[Type[BaseException], BaseException, TracebackType] +VersionInfo = Tuple[int, int, int] +NetlocTuple = Tuple[str, Tuple[Optional[str], Optional[str]]] + + +def get_pip_version() -> str: + pip_pkg_dir = os.path.join(os.path.dirname(__file__), "..", "..") + pip_pkg_dir = os.path.abspath(pip_pkg_dir) + + return "pip {} from {} (python {})".format( + __version__, + pip_pkg_dir, + get_major_minor_version(), + ) + + +def normalize_version_info(py_version_info: Tuple[int, ...]) -> Tuple[int, int, int]: + """ + Convert a tuple of ints representing a Python version to one of length + three. + + :param py_version_info: a tuple of ints representing a Python version, + or None to specify no version. The tuple can have any length. + + :return: a tuple of length three if `py_version_info` is non-None. + Otherwise, return `py_version_info` unchanged (i.e. None). + """ + if len(py_version_info) < 3: + py_version_info += (3 - len(py_version_info)) * (0,) + elif len(py_version_info) > 3: + py_version_info = py_version_info[:3] + + return cast("VersionInfo", py_version_info) + + +def ensure_dir(path: str) -> None: + """os.path.makedirs without EEXIST.""" + try: + os.makedirs(path) + except OSError as e: + # Windows can raise spurious ENOTEMPTY errors. See #6426. + if e.errno != errno.EEXIST and e.errno != errno.ENOTEMPTY: + raise + + +def get_prog() -> str: + try: + prog = os.path.basename(sys.argv[0]) + if prog in ("__main__.py", "-c"): + return f"{sys.executable} -m pip" + else: + return prog + except (AttributeError, TypeError, IndexError): + pass + return "pip" + + +# Retry every half second for up to 3 seconds +# Tenacity raises RetryError by default, explicitly raise the original exception +@retry(reraise=True, stop=stop_after_delay(3), wait=wait_fixed(0.5)) +def rmtree(dir: str, ignore_errors: bool = False) -> None: + shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler) + + +def rmtree_errorhandler(func: Callable[..., Any], path: str, exc_info: ExcInfo) -> None: + """On Windows, the files in .svn are read-only, so when rmtree() tries to + remove them, an exception is thrown. We catch that here, remove the + read-only attribute, and hopefully continue without problems.""" + try: + has_attr_readonly = not (os.stat(path).st_mode & stat.S_IWRITE) + except OSError: + # it's equivalent to os.path.exists + return + + if has_attr_readonly: + # convert to read/write + os.chmod(path, stat.S_IWRITE) + # use the original function to repeat the operation + func(path) + return + else: + raise + + +def display_path(path: str) -> str: + """Gives the display value for a given path, making it relative to cwd + if possible.""" + path = os.path.normcase(os.path.abspath(path)) + if path.startswith(os.getcwd() + os.path.sep): + path = "." + path[len(os.getcwd()) :] + return path + + +def backup_dir(dir: str, ext: str = ".bak") -> str: + """Figure out the name of a directory to back up the given dir to + (adding .bak, .bak2, etc)""" + n = 1 + extension = ext + while os.path.exists(dir + extension): + n += 1 + extension = ext + str(n) + return dir + extension + + +def ask_path_exists(message: str, options: Iterable[str]) -> str: + for action in os.environ.get("PIP_EXISTS_ACTION", "").split(): + if action in options: + return action + return ask(message, options) + + +def _check_no_input(message: str) -> None: + """Raise an error if no input is allowed.""" + if os.environ.get("PIP_NO_INPUT"): + raise Exception( + f"No input was expected ($PIP_NO_INPUT set); question: {message}" + ) + + +def ask(message: str, options: Iterable[str]) -> str: + """Ask the message interactively, with the given possible responses""" + while 1: + _check_no_input(message) + response = input(message) + response = response.strip().lower() + if response not in options: + print( + "Your response ({!r}) was not one of the expected responses: " + "{}".format(response, ", ".join(options)) + ) + else: + return response + + +def ask_input(message: str) -> str: + """Ask for input interactively.""" + _check_no_input(message) + return input(message) + + +def ask_password(message: str) -> str: + """Ask for a password interactively.""" + _check_no_input(message) + return getpass.getpass(message) + + +def strtobool(val: str) -> int: + """Convert a string representation of truth to true (1) or false (0). + + True values are 'y', 'yes', 't', 'true', 'on', and '1'; false values + are 'n', 'no', 'f', 'false', 'off', and '0'. Raises ValueError if + 'val' is anything else. + """ + val = val.lower() + if val in ("y", "yes", "t", "true", "on", "1"): + return 1 + elif val in ("n", "no", "f", "false", "off", "0"): + return 0 + else: + raise ValueError(f"invalid truth value {val!r}") + + +def format_size(bytes: float) -> str: + if bytes > 1000 * 1000: + return "{:.1f} MB".format(bytes / 1000.0 / 1000) + elif bytes > 10 * 1000: + return "{} kB".format(int(bytes / 1000)) + elif bytes > 1000: + return "{:.1f} kB".format(bytes / 1000.0) + else: + return "{} bytes".format(int(bytes)) + + +def tabulate(rows: Iterable[Iterable[Any]]) -> Tuple[List[str], List[int]]: + """Return a list of formatted rows and a list of column sizes. + + For example:: + + >>> tabulate([['foobar', 2000], [0xdeadbeef]]) + (['foobar 2000', '3735928559'], [10, 4]) + """ + rows = [tuple(map(str, row)) for row in rows] + sizes = [max(map(len, col)) for col in zip_longest(*rows, fillvalue="")] + table = [" ".join(map(str.ljust, row, sizes)).rstrip() for row in rows] + return table, sizes + + +def is_installable_dir(path: str) -> bool: + """Is path is a directory containing pyproject.toml or setup.py? + + If pyproject.toml exists, this is a PEP 517 project. Otherwise we look for + a legacy setuptools layout by identifying setup.py. We don't check for the + setup.cfg because using it without setup.py is only available for PEP 517 + projects, which are already covered by the pyproject.toml check. + """ + if not os.path.isdir(path): + return False + if os.path.isfile(os.path.join(path, "pyproject.toml")): + return True + if os.path.isfile(os.path.join(path, "setup.py")): + return True + return False + + +def read_chunks(file: BinaryIO, size: int = io.DEFAULT_BUFFER_SIZE) -> Iterator[bytes]: + """Yield pieces of data from a file-like object until EOF.""" + while True: + chunk = file.read(size) + if not chunk: + break + yield chunk + + +def normalize_path(path: str, resolve_symlinks: bool = True) -> str: + """ + Convert a path to its canonical, case-normalized, absolute version. + + """ + path = os.path.expanduser(path) + if resolve_symlinks: + path = os.path.realpath(path) + else: + path = os.path.abspath(path) + return os.path.normcase(path) + + +def splitext(path: str) -> Tuple[str, str]: + """Like os.path.splitext, but take off .tar too""" + base, ext = posixpath.splitext(path) + if base.lower().endswith(".tar"): + ext = base[-4:] + ext + base = base[:-4] + return base, ext + + +def renames(old: str, new: str) -> None: + """Like os.renames(), but handles renaming across devices.""" + # Implementation borrowed from os.renames(). + head, tail = os.path.split(new) + if head and tail and not os.path.exists(head): + os.makedirs(head) + + shutil.move(old, new) + + head, tail = os.path.split(old) + if head and tail: + try: + os.removedirs(head) + except OSError: + pass + + +def is_local(path: str) -> bool: + """ + Return True if 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 = None + + @classmethod + def from_stream(cls, orig_stream: TextIO) -> "StreamWrapper": + cls.orig_stream = orig_stream + return cls() + + # compileall.compile_dir() needs stdout.encoding to print to stdout + # https://github.com/python/mypy/issues/4125 + @property + def encoding(self): # type: ignore + return self.orig_stream.encoding + + +@contextlib.contextmanager +def captured_output(stream_name: str) -> Iterator[StreamWrapper]: + """Return a context manager used by captured_stdout/stdin/stderr + that temporarily replaces the sys stream *stream_name* with a StringIO. + + Taken from Lib/support/__init__.py in the CPython repo. + """ + orig_stdout = getattr(sys, stream_name) + setattr(sys, stream_name, StreamWrapper.from_stream(orig_stdout)) + try: + yield getattr(sys, stream_name) + finally: + setattr(sys, stream_name, orig_stdout) + + +def captured_stdout() -> ContextManager[StreamWrapper]: + """Capture the output of sys.stdout: + + with captured_stdout() as stdout: + print('hello') + self.assertEqual(stdout.getvalue(), 'hello\n') + + Taken from Lib/support/__init__.py in the CPython repo. + """ + return captured_output("stdout") + + +def captured_stderr() -> ContextManager[StreamWrapper]: + """ + See captured_stdout(). + """ + return captured_output("stderr") + + +# Simulates an enum +def enum(*sequential: Any, **named: Any) -> Type[Any]: + enums = dict(zip(sequential, range(len(sequential))), **named) + reverse = {value: key for key, value in enums.items()} + enums["reverse_mapping"] = reverse + return type("Enum", (), enums) + + +def build_netloc(host: str, port: Optional[int]) -> str: + """ + Build a netloc from a host-port pair + """ + if port is None: + return host + if ":" in host: + # Only wrap host with square brackets when it is IPv6 + host = f"[{host}]" + return f"{host}:{port}" + + +def build_url_from_netloc(netloc: str, scheme: str = "https") -> str: + """ + Build a full URL from a netloc. + """ + if netloc.count(":") >= 2 and "@" not in netloc and "[" not in netloc: + # It must be a bare IPv6 address, so wrap it with brackets. + netloc = f"[{netloc}]" + return f"{scheme}://{netloc}" + + +def parse_netloc(netloc: str) -> Tuple[str, Optional[int]]: + """ + Return the host-port pair from a netloc. + """ + url = build_url_from_netloc(netloc) + parsed = urllib.parse.urlparse(url) + return parsed.hostname, parsed.port + + +def split_auth_from_netloc(netloc: str) -> NetlocTuple: + """ + Parse out and remove the auth information from a netloc. + + Returns: (netloc, (username, password)). + """ + if "@" not in netloc: + return netloc, (None, None) + + # Split from the right because that's how urllib.parse.urlsplit() + # behaves if more than one @ is present (which can be checked using + # the password attribute of urlsplit()'s return value). + auth, netloc = netloc.rsplit("@", 1) + pw: Optional[str] = None + if ":" in auth: + # Split from the left because that's how urllib.parse.urlsplit() + # behaves if more than one : is present (which again can be checked + # using the password attribute of the return value) + user, pw = auth.split(":", 1) + else: + user, pw = auth, None + + user = urllib.parse.unquote(user) + if pw is not None: + pw = urllib.parse.unquote(pw) + + return netloc, (user, pw) + + +def redact_netloc(netloc: str) -> str: + """ + Replace the sensitive data in a netloc with "****", if it exists. + + For example: + - "user:pass@example.com" returns "user:****@example.com" + - "accesstoken@example.com" returns "****@example.com" + """ + netloc, (user, password) = split_auth_from_netloc(netloc) + if user is None: + return netloc + if password is None: + user = "****" + password = "" + else: + user = urllib.parse.quote(user) + password = ":****" + return "{user}{password}@{netloc}".format( + user=user, password=password, netloc=netloc + ) + + +def _transform_url( + url: str, transform_netloc: Callable[[str], Tuple[Any, ...]] +) -> Tuple[str, NetlocTuple]: + """Transform and replace netloc in a url. + + transform_netloc is a function taking the netloc and returning a + tuple. The first element of this tuple is the new netloc. The + entire tuple is returned. + + Returns a tuple containing the transformed url as item 0 and the + original tuple returned by transform_netloc as item 1. + """ + purl = urllib.parse.urlsplit(url) + netloc_tuple = transform_netloc(purl.netloc) + # stripped url + url_pieces = (purl.scheme, netloc_tuple[0], purl.path, purl.query, purl.fragment) + surl = urllib.parse.urlunsplit(url_pieces) + return surl, cast("NetlocTuple", netloc_tuple) + + +def _get_netloc(netloc: str) -> NetlocTuple: + return split_auth_from_netloc(netloc) + + +def _redact_netloc(netloc: str) -> Tuple[str]: + return (redact_netloc(netloc),) + + +def split_auth_netloc_from_url(url: str) -> Tuple[str, str, Tuple[str, str]]: + """ + Parse a url into separate netloc, auth, and url with no auth. + + Returns: (url_without_auth, netloc, (username, password)) + """ + url_without_auth, (netloc, auth) = _transform_url(url, _get_netloc) + return url_without_auth, netloc, auth + + +def remove_auth_from_url(url: str) -> str: + """Return a copy of url with 'username:password@' removed.""" + # username/pass params are passed to subversion through flags + # and are not recognized in the url. + return _transform_url(url, _get_netloc)[0] + + +def redact_auth_from_url(url: str) -> str: + """Replace the password in a given url with ****.""" + return _transform_url(url, _redact_netloc)[0] + + +class HiddenText: + def __init__(self, secret: str, redacted: str) -> None: + self.secret = secret + self.redacted = redacted + + def __repr__(self) -> str: + return "".format(str(self)) + + def __str__(self) -> str: + return self.redacted + + # This is useful for testing. + def __eq__(self, other: Any) -> bool: + if type(self) != type(other): + return False + + # The string being used for redaction doesn't also have to match, + # just the raw, original string. + return self.secret == other.secret + + +def hide_value(value: str) -> HiddenText: + return HiddenText(value, redacted="****") + + +def hide_url(url: str) -> HiddenText: + redacted = redact_auth_from_url(url) + return HiddenText(url, redacted=redacted) + + +def protect_pip_from_modification_on_windows(modifying_pip: bool) -> None: + """Protection of pip.exe from modification on Windows + + On Windows, any operation modifying pip should be run as: + python -m pip ... + """ + pip_names = [ + "pip.exe", + "pip{}.exe".format(sys.version_info[0]), + "pip{}.{}.exe".format(*sys.version_info[:2]), + ] + + # See https://github.com/pypa/pip/issues/1299 for more discussion + should_show_use_python_msg = ( + modifying_pip and WINDOWS and os.path.basename(sys.argv[0]) in pip_names + ) + + if should_show_use_python_msg: + new_command = [sys.executable, "-m", "pip"] + sys.argv[1:] + raise CommandError( + "To modify pip, please run the following command:\n{}".format( + " ".join(new_command) + ) + ) + + +def is_console_interactive() -> bool: + """Is this console interactive?""" + return sys.stdin is not None and sys.stdin.isatty() + + +def hash_file(path: str, blocksize: int = 1 << 20) -> Tuple[Any, int]: + """Return (hash, length) for path using hashlib.sha256()""" + + h = hashlib.sha256() + length = 0 + with open(path, "rb") as f: + for block in read_chunks(f, size=blocksize): + length += len(block) + h.update(block) + return h, length + + +def is_wheel_installed() -> bool: + """ + Return whether the wheel package is installed. + """ + try: + import wheel # noqa: F401 + except ImportError: + return False + + return True + + +def pairwise(iterable: Iterable[Any]) -> Iterator[Tuple[Any, Any]]: + """ + Return paired elements. + + For example: + s -> (s0, s1), (s2, s3), (s4, s5), ... + """ + iterable = iter(iterable) + return zip_longest(iterable, iterable) + + +def partition( + pred: Callable[[T], bool], + iterable: Iterable[T], +) -> Tuple[Iterable[T], Iterable[T]]: + """ + Use a predicate to partition entries into false entries and true entries, + like + + partition(is_odd, range(10)) --> 0 2 4 6 8 and 1 3 5 7 9 + """ + t1, t2 = tee(iterable) + return filterfalse(pred, t1), filter(pred, t2) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/models.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/models.py new file mode 100644 index 000000000..b6bb21a8b --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/utils/models.py @@ -0,0 +1,39 @@ +"""Utilities for defining models +""" + +import operator +from typing import Any, Callable, Type + + +class KeyBasedCompareMixin: + """Provides comparison capabilities that is based on a key""" + + __slots__ = ["_compare_key", "_defining_class"] + + def __init__(self, key: Any, defining_class: Type["KeyBasedCompareMixin"]) -> None: + self._compare_key = key + self._defining_class = defining_class + + def __hash__(self) -> int: + return hash(self._compare_key) + + def __lt__(self, other: Any) -> bool: + return self._compare(other, operator.__lt__) + + def __le__(self, other: Any) -> bool: + return self._compare(other, operator.__le__) + + def __gt__(self, other: Any) -> bool: + return self._compare(other, operator.__gt__) + + def __ge__(self, other: Any) -> bool: + return self._compare(other, operator.__ge__) + + def __eq__(self, other: Any) -> bool: + return self._compare(other, operator.__eq__) + + def _compare(self, other: Any, method: Callable[[Any, Any], bool]) -> bool: + if not isinstance(other, self._defining_class): + return NotImplemented + + return method(self._compare_key, other._compare_key) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/packaging.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/packaging.py new file mode 100644 index 000000000..b9f6af4d1 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/utils/packaging.py @@ -0,0 +1,57 @@ +import functools +import logging +import re +from typing import NewType, Optional, Tuple, cast + +from pip._vendor.packaging import specifiers, version +from pip._vendor.packaging.requirements import Requirement + +NormalizedExtra = NewType("NormalizedExtra", str) + +logger = logging.getLogger(__name__) + + +def check_requires_python( + requires_python: Optional[str], version_info: Tuple[int, ...] +) -> bool: + """ + Check if the given Python version matches a "Requires-Python" specifier. + + :param version_info: A 3-tuple of ints representing a Python + major-minor-micro version to check (e.g. `sys.version_info[:3]`). + + :return: `True` if the given Python version satisfies the requirement. + Otherwise, return `False`. + + :raises InvalidSpecifier: If `requires_python` has an invalid format. + """ + if requires_python is None: + # The package provides no information + return True + requires_python_specifier = specifiers.SpecifierSet(requires_python) + + python_version = version.parse(".".join(map(str, version_info))) + return python_version in requires_python_specifier + + +@functools.lru_cache(maxsize=512) +def get_requirement(req_string: str) -> Requirement: + """Construct a packaging.Requirement object with caching""" + # Parsing requirement strings is expensive, and is also expected to happen + # with a low diversity of different arguments (at least relative the number + # constructed). This method adds a cache to requirement object creation to + # minimize repeated parsing of the same string to construct equivalent + # Requirement objects. + return Requirement(req_string) + + +def safe_extra(extra: str) -> NormalizedExtra: + """Convert an arbitrary string to a standard 'extra' name + + Any runs of non-alphanumeric characters are replaced with a single '_', + and the result is always lowercased. + + This function is duplicated from ``pkg_resources``. Note that this is not + the same to either ``canonicalize_name`` or ``_egg_link_name``. + """ + return cast(NormalizedExtra, re.sub("[^A-Za-z0-9.-]+", "_", extra).lower()) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/setuptools_build.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/setuptools_build.py new file mode 100644 index 000000000..f460c4003 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/utils/setuptools_build.py @@ -0,0 +1,195 @@ +import sys +import textwrap +from typing import List, Optional, Sequence + +# Shim to wrap setup.py invocation with setuptools +# Note that __file__ is handled via two {!r} *and* %r, to ensure that paths on +# Windows are correctly handled (it should be "C:\\Users" not "C:\Users"). +_SETUPTOOLS_SHIM = textwrap.dedent( + """ + exec(compile(''' + # This is -- a caller that pip uses to run setup.py + # + # - It imports setuptools before invoking setup.py, to enable projects that directly + # import from `distutils.core` to work with newer packaging standards. + # - It provides a clear error message when setuptools is not installed. + # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so + # setuptools doesn't think the script is `-c`. This avoids the following warning: + # manifest_maker: standard file '-c' not found". + # - It generates a shim setup.py, for handling setup.cfg-only projects. + import os, sys, tokenize + + try: + import setuptools + except ImportError as error: + print( + "ERROR: Can not execute `setup.py` since setuptools is not available in " + "the build environment.", + file=sys.stderr, + ) + sys.exit(1) + + __file__ = %r + sys.argv[0] = __file__ + + if os.path.exists(__file__): + filename = __file__ + with tokenize.open(__file__) as f: + setup_py_code = f.read() + else: + filename = "" + setup_py_code = "from setuptools import setup; setup()" + + exec(compile(setup_py_code, filename, "exec")) + ''' % ({!r},), "", "exec")) + """ +).rstrip() + + +def make_setuptools_shim_args( + setup_py_path: str, + global_options: Sequence[str] = None, + no_user_config: bool = False, + unbuffered_output: bool = False, +) -> List[str]: + """ + Get setuptools command arguments with shim wrapped setup file invocation. + + :param setup_py_path: The path to setup.py to be wrapped. + :param global_options: Additional global options. + :param no_user_config: If True, disables personal user configuration. + :param unbuffered_output: If True, adds the unbuffered switch to the + argument list. + """ + args = [sys.executable] + if unbuffered_output: + args += ["-u"] + args += ["-c", _SETUPTOOLS_SHIM.format(setup_py_path)] + if global_options: + args += global_options + if no_user_config: + args += ["--no-user-cfg"] + return args + + +def make_setuptools_bdist_wheel_args( + setup_py_path: str, + global_options: Sequence[str], + build_options: Sequence[str], + destination_dir: str, +) -> List[str]: + # NOTE: Eventually, we'd want to also -S to the flags here, when we're + # isolating. Currently, it breaks Python in virtualenvs, because it + # relies on site.py to find parts of the standard library outside the + # virtualenv. + args = make_setuptools_shim_args( + setup_py_path, global_options=global_options, unbuffered_output=True + ) + args += ["bdist_wheel", "-d", destination_dir] + args += build_options + return args + + +def make_setuptools_clean_args( + setup_py_path: str, + global_options: Sequence[str], +) -> List[str]: + args = make_setuptools_shim_args( + setup_py_path, global_options=global_options, unbuffered_output=True + ) + args += ["clean", "--all"] + return args + + +def make_setuptools_develop_args( + setup_py_path: str, + global_options: Sequence[str], + install_options: Sequence[str], + no_user_config: bool, + prefix: Optional[str], + home: Optional[str], + use_user_site: bool, +) -> List[str]: + assert not (use_user_site and prefix) + + args = make_setuptools_shim_args( + setup_py_path, + global_options=global_options, + no_user_config=no_user_config, + ) + + args += ["develop", "--no-deps"] + + args += install_options + + if prefix: + args += ["--prefix", prefix] + if home is not None: + args += ["--install-dir", home] + + if use_user_site: + args += ["--user", "--prefix="] + + return args + + +def make_setuptools_egg_info_args( + setup_py_path: str, + egg_info_dir: Optional[str], + no_user_config: bool, +) -> List[str]: + args = make_setuptools_shim_args(setup_py_path, no_user_config=no_user_config) + + args += ["egg_info"] + + if egg_info_dir: + args += ["--egg-base", egg_info_dir] + + return args + + +def make_setuptools_install_args( + setup_py_path: str, + global_options: Sequence[str], + install_options: Sequence[str], + record_filename: str, + root: Optional[str], + prefix: Optional[str], + header_dir: Optional[str], + home: Optional[str], + use_user_site: bool, + no_user_config: bool, + pycompile: bool, +) -> List[str]: + assert not (use_user_site and prefix) + assert not (use_user_site and root) + + args = make_setuptools_shim_args( + setup_py_path, + global_options=global_options, + no_user_config=no_user_config, + unbuffered_output=True, + ) + args += ["install", "--record", record_filename] + args += ["--single-version-externally-managed"] + + if root is not None: + args += ["--root", root] + if prefix is not None: + args += ["--prefix", prefix] + if home is not None: + args += ["--home", home] + if use_user_site: + args += ["--user", "--prefix="] + + if pycompile: + args += ["--compile"] + else: + args += ["--no-compile"] + + if header_dir: + args += ["--install-headers", header_dir] + + args += install_options + + return args diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/subprocess.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/subprocess.py new file mode 100644 index 000000000..b5b762418 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/utils/subprocess.py @@ -0,0 +1,260 @@ +import logging +import os +import shlex +import subprocess +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Iterable, + List, + Mapping, + Optional, + Union, +) + +from pip._vendor.rich.markup import escape + +from pip._internal.cli.spinners import SpinnerInterface, open_spinner +from pip._internal.exceptions import InstallationSubprocessError +from pip._internal.utils.logging import VERBOSE, subprocess_logger +from pip._internal.utils.misc import HiddenText + +if TYPE_CHECKING: + # Literal was introduced in Python 3.8. + # + # TODO: Remove `if TYPE_CHECKING` when dropping support for Python 3.7. + from typing import Literal + +CommandArgs = List[Union[str, HiddenText]] + + +def make_command(*args: Union[str, HiddenText, CommandArgs]) -> CommandArgs: + """ + Create a CommandArgs object. + """ + command_args: CommandArgs = [] + for arg in args: + # Check for list instead of CommandArgs since CommandArgs is + # only known during type-checking. + if isinstance(arg, list): + command_args.extend(arg) + else: + # Otherwise, arg is str or HiddenText. + command_args.append(arg) + + return command_args + + +def format_command_args(args: Union[List[str], CommandArgs]) -> str: + """ + Format command arguments for display. + """ + # For HiddenText arguments, display the redacted form by calling str(). + # Also, we don't apply str() to arguments that aren't HiddenText since + # this can trigger a UnicodeDecodeError in Python 2 if the argument + # has type unicode and includes a non-ascii character. (The type + # checker doesn't ensure the annotations are correct in all cases.) + return " ".join( + shlex.quote(str(arg)) if isinstance(arg, HiddenText) else shlex.quote(arg) + for arg in args + ) + + +def reveal_command_args(args: Union[List[str], CommandArgs]) -> List[str]: + """ + Return the arguments in their raw, unredacted form. + """ + return [arg.secret if isinstance(arg, HiddenText) else arg for arg in args] + + +def call_subprocess( + cmd: Union[List[str], CommandArgs], + show_stdout: bool = False, + cwd: Optional[str] = None, + on_returncode: 'Literal["raise", "warn", "ignore"]' = "raise", + extra_ok_returncodes: Optional[Iterable[int]] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + unset_environ: Optional[Iterable[str]] = None, + spinner: Optional[SpinnerInterface] = None, + log_failed_cmd: Optional[bool] = True, + stdout_only: Optional[bool] = False, + *, + command_desc: str, +) -> str: + """ + Args: + show_stdout: if true, use INFO to log the subprocess's stderr and + stdout streams. Otherwise, use DEBUG. Defaults to False. + extra_ok_returncodes: an iterable of integer return codes that are + acceptable, in addition to 0. Defaults to None, which means []. + unset_environ: an iterable of environment variable names to unset + prior to calling subprocess.Popen(). + log_failed_cmd: if false, failed commands are not logged, only raised. + stdout_only: if true, return only stdout, else return both. When true, + logging of both stdout and stderr occurs when the subprocess has + terminated, else logging occurs as subprocess output is produced. + """ + if extra_ok_returncodes is None: + extra_ok_returncodes = [] + if unset_environ is None: + unset_environ = [] + # Most places in pip use show_stdout=False. What this means is-- + # + # - We connect the child's output (combined stderr and stdout) to a + # single pipe, which we read. + # - We log this output to stderr at DEBUG level as it is received. + # - If DEBUG logging isn't enabled (e.g. if --verbose logging wasn't + # requested), then we show a spinner so the user can still see the + # subprocess is in progress. + # - If the subprocess exits with an error, we log the output to stderr + # at ERROR level if it hasn't already been displayed to the console + # (e.g. if --verbose logging wasn't enabled). This way we don't log + # the output to the console twice. + # + # If show_stdout=True, then the above is still done, but with DEBUG + # replaced by INFO. + if show_stdout: + # Then log the subprocess output at INFO level. + log_subprocess = subprocess_logger.info + used_level = logging.INFO + else: + # Then log the subprocess output using VERBOSE. This also ensures + # it will be logged to the log file (aka user_log), if enabled. + log_subprocess = subprocess_logger.verbose + used_level = VERBOSE + + # Whether the subprocess will be visible in the console. + showing_subprocess = subprocess_logger.getEffectiveLevel() <= used_level + + # Only use the spinner if we're not showing the subprocess output + # and we have a spinner. + use_spinner = not showing_subprocess and spinner is not None + + log_subprocess("Running command %s", command_desc) + env = os.environ.copy() + if extra_environ: + env.update(extra_environ) + for name in unset_environ: + env.pop(name, None) + try: + proc = subprocess.Popen( + # Convert HiddenText objects to the underlying str. + reveal_command_args(cmd), + stdin=subprocess.PIPE, + stdout=subprocess.PIPE, + stderr=subprocess.STDOUT if not stdout_only else subprocess.PIPE, + cwd=cwd, + env=env, + errors="backslashreplace", + ) + except Exception as exc: + if log_failed_cmd: + subprocess_logger.critical( + "Error %s while executing command %s", + exc, + command_desc, + ) + raise + all_output = [] + if not stdout_only: + assert proc.stdout + assert proc.stdin + proc.stdin.close() + # In this mode, stdout and stderr are in the same pipe. + while True: + line: str = proc.stdout.readline() + if not line: + break + line = line.rstrip() + all_output.append(line + "\n") + + # Show the line immediately. + log_subprocess(line) + # Update the spinner. + if use_spinner: + assert spinner + spinner.spin() + try: + proc.wait() + finally: + if proc.stdout: + proc.stdout.close() + output = "".join(all_output) + else: + # In this mode, stdout and stderr are in different pipes. + # We must use communicate() which is the only safe way to read both. + out, err = proc.communicate() + # log line by line to preserve pip log indenting + for out_line in out.splitlines(): + log_subprocess(out_line) + all_output.append(out) + for err_line in err.splitlines(): + log_subprocess(err_line) + all_output.append(err) + output = out + + proc_had_error = proc.returncode and proc.returncode not in extra_ok_returncodes + if use_spinner: + assert spinner + if proc_had_error: + spinner.finish("error") + else: + spinner.finish("done") + if proc_had_error: + if on_returncode == "raise": + error = InstallationSubprocessError( + command_description=command_desc, + exit_code=proc.returncode, + output_lines=all_output if not showing_subprocess else None, + ) + if log_failed_cmd: + subprocess_logger.error("[present-diagnostic] %s", error) + subprocess_logger.verbose( + "[bold magenta]full command[/]: [blue]%s[/]", + escape(format_command_args(cmd)), + extra={"markup": True}, + ) + subprocess_logger.verbose( + "[bold magenta]cwd[/]: %s", + escape(cwd or "[inherit]"), + extra={"markup": True}, + ) + + raise error + elif on_returncode == "warn": + subprocess_logger.warning( + 'Command "%s" had error code %s in %s', + command_desc, + proc.returncode, + cwd, + ) + elif on_returncode == "ignore": + pass + else: + raise ValueError(f"Invalid value: on_returncode={on_returncode!r}") + return output + + +def runner_with_spinner_message(message: str) -> Callable[..., None]: + """Provide a subprocess_runner that shows a spinner message. + + Intended for use with for pep517's Pep517HookCaller. Thus, the runner has + an API that matches what's expected by Pep517HookCaller.subprocess_runner. + """ + + def runner( + cmd: List[str], + cwd: Optional[str] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + ) -> None: + with open_spinner(message) as spinner: + call_subprocess( + cmd, + command_desc=message, + cwd=cwd, + extra_environ=extra_environ, + spinner=spinner, + ) + + return runner diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/temp_dir.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/temp_dir.py new file mode 100644 index 000000000..442679a75 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/utils/temp_dir.py @@ -0,0 +1,246 @@ +import errno +import itertools +import logging +import os.path +import tempfile +from contextlib import ExitStack, contextmanager +from typing import Any, Dict, Iterator, Optional, TypeVar, Union + +from pip._internal.utils.misc import enum, rmtree + +logger = logging.getLogger(__name__) + +_T = TypeVar("_T", bound="TempDirectory") + + +# Kinds of temporary directories. Only needed for ones that are +# globally-managed. +tempdir_kinds = enum( + BUILD_ENV="build-env", + EPHEM_WHEEL_CACHE="ephem-wheel-cache", + REQ_BUILD="req-build", +) + + +_tempdir_manager: Optional[ExitStack] = None + + +@contextmanager +def global_tempdir_manager() -> Iterator[None]: + global _tempdir_manager + with ExitStack() as stack: + old_tempdir_manager, _tempdir_manager = _tempdir_manager, stack + try: + yield + finally: + _tempdir_manager = old_tempdir_manager + + +class TempDirectoryTypeRegistry: + """Manages temp directory behavior""" + + def __init__(self) -> None: + self._should_delete: Dict[str, bool] = {} + + def set_delete(self, kind: str, value: bool) -> None: + """Indicate whether a TempDirectory of the given kind should be + auto-deleted. + """ + self._should_delete[kind] = value + + def get_delete(self, kind: str) -> bool: + """Get configured auto-delete flag for a given TempDirectory type, + default True. + """ + return self._should_delete.get(kind, True) + + +_tempdir_registry: Optional[TempDirectoryTypeRegistry] = None + + +@contextmanager +def tempdir_registry() -> Iterator[TempDirectoryTypeRegistry]: + """Provides a scoped global tempdir registry that can be used to dictate + whether directories should be deleted. + """ + global _tempdir_registry + old_tempdir_registry = _tempdir_registry + _tempdir_registry = TempDirectoryTypeRegistry() + try: + yield _tempdir_registry + finally: + _tempdir_registry = old_tempdir_registry + + +class _Default: + pass + + +_default = _Default() + + +class TempDirectory: + """Helper class that owns and cleans up a temporary directory. + + This class can be used as a context manager or as an OO representation of a + temporary directory. + + Attributes: + path + Location to the created temporary directory + delete + Whether the directory should be deleted when exiting + (when used as a contextmanager) + + Methods: + cleanup() + Deletes the temporary directory + + When used as a context manager, if the delete attribute is True, on + exiting the context the temporary directory is deleted. + """ + + def __init__( + self, + path: Optional[str] = None, + delete: Union[bool, None, _Default] = _default, + kind: str = "temp", + globally_managed: bool = False, + ): + super().__init__() + + if delete is _default: + if path is not None: + # If we were given an explicit directory, resolve delete option + # now. + delete = False + else: + # Otherwise, we wait until cleanup and see what + # tempdir_registry says. + delete = None + + # The only time we specify path is in for editables where it + # is the value of the --src option. + if path is None: + path = self._create(kind) + + self._path = path + self._deleted = False + self.delete = delete + self.kind = kind + + if globally_managed: + assert _tempdir_manager is not None + _tempdir_manager.enter_context(self) + + @property + def path(self) -> str: + assert not self._deleted, f"Attempted to access deleted path: {self._path}" + return self._path + + def __repr__(self) -> str: + return f"<{self.__class__.__name__} {self.path!r}>" + + def __enter__(self: _T) -> _T: + return self + + def __exit__(self, exc: Any, value: Any, tb: Any) -> None: + if self.delete is not None: + delete = self.delete + elif _tempdir_registry: + delete = _tempdir_registry.get_delete(self.kind) + else: + delete = True + + if delete: + self.cleanup() + + def _create(self, kind: str) -> str: + """Create a temporary directory and store its path in self.path""" + # We realpath here because some systems have their default tmpdir + # symlinked to another directory. This tends to confuse build + # scripts, so we canonicalize the path by traversing potential + # symlinks here. + path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-")) + logger.debug("Created temporary directory: %s", path) + return path + + def cleanup(self) -> None: + """Remove the temporary directory created and reset state""" + self._deleted = True + if not os.path.exists(self._path): + return + rmtree(self._path) + + +class AdjacentTempDirectory(TempDirectory): + """Helper class that creates a temporary directory adjacent to a real one. + + Attributes: + original + The original directory to create a temp directory for. + path + After calling create() or entering, contains the full + path to the temporary directory. + delete + Whether the directory should be deleted when exiting + (when used as a contextmanager) + + """ + + # The characters that may be used to name the temp directory + # We always prepend a ~ and then rotate through these until + # a usable name is found. + # pkg_resources raises a different error for .dist-info folder + # with leading '-' and invalid metadata + LEADING_CHARS = "-~.=%0123456789" + + def __init__(self, original: str, delete: Optional[bool] = None) -> None: + self.original = original.rstrip("/\\") + super().__init__(delete=delete) + + @classmethod + def _generate_names(cls, name: str) -> Iterator[str]: + """Generates a series of temporary names. + + The algorithm replaces the leading characters in the name + with ones that are valid filesystem characters, but are not + valid package names (for both Python and pip definitions of + package). + """ + for i in range(1, len(name)): + for candidate in itertools.combinations_with_replacement( + cls.LEADING_CHARS, i - 1 + ): + new_name = "~" + "".join(candidate) + name[i:] + if new_name != name: + yield new_name + + # If we make it this far, we will have to make a longer name + for i in range(len(cls.LEADING_CHARS)): + for candidate in itertools.combinations_with_replacement( + cls.LEADING_CHARS, i + ): + new_name = "~" + "".join(candidate) + name + if new_name != name: + yield new_name + + def _create(self, kind: str) -> str: + root, name = os.path.split(self.original) + for candidate in self._generate_names(name): + path = os.path.join(root, candidate) + try: + os.mkdir(path) + except OSError as ex: + # Continue if the name exists already + if ex.errno != errno.EEXIST: + raise + else: + path = os.path.realpath(path) + break + else: + # Final fallback on the default behavior. + path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-")) + + logger.debug("Created temporary directory: %s", path) + return path diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/unpacking.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/unpacking.py new file mode 100644 index 000000000..5f63f974b --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/utils/unpacking.py @@ -0,0 +1,258 @@ +"""Utilities related archives. +""" + +import logging +import os +import shutil +import stat +import tarfile +import zipfile +from typing import Iterable, List, Optional +from zipfile import ZipInfo + +from pip._internal.exceptions import InstallationError +from pip._internal.utils.filetypes import ( + BZ2_EXTENSIONS, + TAR_EXTENSIONS, + XZ_EXTENSIONS, + ZIP_EXTENSIONS, +) +from pip._internal.utils.misc import ensure_dir + +logger = logging.getLogger(__name__) + + +SUPPORTED_EXTENSIONS = ZIP_EXTENSIONS + TAR_EXTENSIONS + +try: + import bz2 # noqa + + SUPPORTED_EXTENSIONS += BZ2_EXTENSIONS +except ImportError: + logger.debug("bz2 module is not available") + +try: + # Only for Python 3.3+ + import lzma # noqa + + SUPPORTED_EXTENSIONS += XZ_EXTENSIONS +except ImportError: + logger.debug("lzma module is not available") + + +def current_umask() -> int: + """Get the current umask which involves having to set it temporarily.""" + mask = os.umask(0) + os.umask(mask) + return mask + + +def split_leading_dir(path: str) -> List[str]: + path = path.lstrip("/").lstrip("\\") + if "/" in path and ( + ("\\" in path and path.find("/") < path.find("\\")) or "\\" not in path + ): + return path.split("/", 1) + elif "\\" in path: + return path.split("\\", 1) + else: + return [path, ""] + + +def has_leading_dir(paths: Iterable[str]) -> bool: + """Returns true if all the paths have the same leading path name + (i.e., everything is in one subdirectory in an archive)""" + common_prefix = None + for path in paths: + prefix, rest = split_leading_dir(path) + if not prefix: + return False + elif common_prefix is None: + common_prefix = prefix + elif prefix != common_prefix: + return False + return True + + +def is_within_directory(directory: str, target: str) -> bool: + """ + Return true if the absolute path of target is within the directory + """ + abs_directory = os.path.abspath(directory) + abs_target = os.path.abspath(target) + + prefix = os.path.commonprefix([abs_directory, abs_target]) + return prefix == abs_directory + + +def set_extracted_file_to_default_mode_plus_executable(path: str) -> None: + """ + Make file present at path have execute for user/group/world + (chmod +x) is no-op on windows per python docs + """ + os.chmod(path, (0o777 & ~current_umask() | 0o111)) + + +def zip_item_is_executable(info: ZipInfo) -> bool: + mode = info.external_attr >> 16 + # if mode and regular file and any execute permissions for + # user/group/world? + return bool(mode and stat.S_ISREG(mode) and mode & 0o111) + + +def unzip_file(filename: str, location: str, flatten: bool = True) -> None: + """ + Unzip the file (with path `filename`) to the destination `location`. All + files are written based on system defaults and umask (i.e. permissions are + not preserved), except that regular file members with any execute + permissions (user, group, or world) have "chmod +x" applied after being + written. Note that for windows, any execute changes using os.chmod are + no-ops per the python docs. + """ + ensure_dir(location) + zipfp = open(filename, "rb") + try: + zip = zipfile.ZipFile(zipfp, allowZip64=True) + leading = has_leading_dir(zip.namelist()) and flatten + for info in zip.infolist(): + name = info.filename + fn = name + if leading: + fn = split_leading_dir(name)[1] + fn = os.path.join(location, fn) + dir = os.path.dirname(fn) + if not is_within_directory(location, fn): + message = ( + "The zip file ({}) has a file ({}) trying to install " + "outside target directory ({})" + ) + raise InstallationError(message.format(filename, fn, location)) + if fn.endswith("/") or fn.endswith("\\"): + # A directory + ensure_dir(fn) + else: + ensure_dir(dir) + # Don't use read() to avoid allocating an arbitrarily large + # chunk of memory for the file's content + fp = zip.open(name) + try: + with open(fn, "wb") as destfp: + shutil.copyfileobj(fp, destfp) + finally: + fp.close() + if zip_item_is_executable(info): + set_extracted_file_to_default_mode_plus_executable(fn) + finally: + zipfp.close() + + +def untar_file(filename: str, location: str) -> None: + """ + Untar the file (with path `filename`) to the destination `location`. + All files are written based on system defaults and umask (i.e. permissions + are not preserved), except that regular file members with any execute + permissions (user, group, or world) have "chmod +x" applied after being + written. Note that for windows, any execute changes using os.chmod are + no-ops per the python docs. + """ + ensure_dir(location) + if filename.lower().endswith(".gz") or filename.lower().endswith(".tgz"): + mode = "r:gz" + elif filename.lower().endswith(BZ2_EXTENSIONS): + mode = "r:bz2" + elif filename.lower().endswith(XZ_EXTENSIONS): + mode = "r:xz" + elif filename.lower().endswith(".tar"): + mode = "r" + else: + logger.warning( + "Cannot determine compression type for file %s", + filename, + ) + mode = "r:*" + tar = tarfile.open(filename, mode, encoding="utf-8") + try: + leading = has_leading_dir([member.name for member in tar.getmembers()]) + for member in tar.getmembers(): + fn = member.name + if leading: + fn = split_leading_dir(fn)[1] + path = os.path.join(location, fn) + if not is_within_directory(location, path): + message = ( + "The tar file ({}) has a file ({}) trying to install " + "outside target directory ({})" + ) + raise InstallationError(message.format(filename, path, location)) + if member.isdir(): + ensure_dir(path) + elif member.issym(): + try: + # https://github.com/python/typeshed/issues/2673 + tar._extract_member(member, path) # type: ignore + except Exception as exc: + # Some corrupt tar files seem to produce this + # (specifically bad symlinks) + logger.warning( + "In the tar file %s the member %s is invalid: %s", + filename, + member.name, + exc, + ) + continue + else: + try: + fp = tar.extractfile(member) + except (KeyError, AttributeError) as exc: + # Some corrupt tar files seem to produce this + # (specifically bad symlinks) + logger.warning( + "In the tar file %s the member %s is invalid: %s", + filename, + member.name, + exc, + ) + continue + ensure_dir(os.path.dirname(path)) + assert fp is not None + with open(path, "wb") as destfp: + shutil.copyfileobj(fp, destfp) + fp.close() + # Update the timestamp (useful for cython compiled files) + tar.utime(member, path) + # member have any execute permissions for user/group/world? + if member.mode & 0o111: + set_extracted_file_to_default_mode_plus_executable(path) + finally: + tar.close() + + +def unpack_file( + filename: str, + location: str, + content_type: Optional[str] = None, +) -> None: + filename = os.path.realpath(filename) + if ( + content_type == "application/zip" + or filename.lower().endswith(ZIP_EXTENSIONS) + or zipfile.is_zipfile(filename) + ): + unzip_file(filename, location, flatten=not filename.endswith(".whl")) + elif ( + content_type == "application/x-gzip" + or tarfile.is_tarfile(filename) + or filename.lower().endswith(TAR_EXTENSIONS + BZ2_EXTENSIONS + XZ_EXTENSIONS) + ): + untar_file(filename, location) + else: + # FIXME: handle? + # FIXME: magic signatures? + logger.critical( + "Cannot unpack file %s (downloaded from %s, content-type: %s); " + "cannot detect archive format", + filename, + location, + content_type, + ) + raise InstallationError(f"Cannot determine archive format of {location}") diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/urls.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/urls.py new file mode 100644 index 000000000..6ba2e04f3 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/utils/urls.py @@ -0,0 +1,62 @@ +import os +import string +import urllib.parse +import urllib.request +from typing import Optional + +from .compat import WINDOWS + + +def get_url_scheme(url: str) -> Optional[str]: + if ":" not in url: + return None + return url.split(":", 1)[0].lower() + + +def path_to_url(path: str) -> str: + """ + Convert a path to a file: URL. The path will be made absolute and have + quoted path parts. + """ + path = os.path.normpath(os.path.abspath(path)) + url = urllib.parse.urljoin("file:", urllib.request.pathname2url(path)) + return url + + +def url_to_path(url: str) -> str: + """ + Convert a file: URL to a path. + """ + assert url.startswith( + "file:" + ), f"You can only turn file: urls into filenames (not {url!r})" + + _, netloc, path, _, _ = urllib.parse.urlsplit(url) + + if not netloc or netloc == "localhost": + # According to RFC 8089, same as empty authority. + netloc = "" + elif WINDOWS: + # If we have a UNC path, prepend UNC share notation. + netloc = "\\\\" + netloc + else: + raise ValueError( + f"non-local file URIs are not supported on this platform: {url!r}" + ) + + path = urllib.request.url2pathname(netloc + path) + + # On Windows, urlsplit parses the path as something like "/C:/Users/foo". + # This creates issues for path-related functions like io.open(), so we try + # to detect and strip the leading slash. + if ( + WINDOWS + and not netloc # Not UNC. + and len(path) >= 3 + and path[0] == "/" # Leading slash to strip. + and path[1] in string.ascii_letters # Drive letter. + and path[2:4] in (":", ":/") # Colon + end of string, or colon + absolute path. + ): + path = path[1:] + + return path diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/virtualenv.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/virtualenv.py new file mode 100644 index 000000000..c926db4c3 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/utils/virtualenv.py @@ -0,0 +1,104 @@ +import logging +import os +import re +import site +import sys +from typing import List, Optional + +logger = logging.getLogger(__name__) +_INCLUDE_SYSTEM_SITE_PACKAGES_REGEX = re.compile( + r"include-system-site-packages\s*=\s*(?Ptrue|false)" +) + + +def _running_under_venv() -> bool: + """Checks if sys.base_prefix and sys.prefix match. + + This handles PEP 405 compliant virtual environments. + """ + return sys.prefix != getattr(sys, "base_prefix", sys.prefix) + + +def _running_under_regular_virtualenv() -> bool: + """Checks if sys.real_prefix is set. + + This handles virtual environments created with pypa's virtualenv. + """ + # pypa/virtualenv case + return hasattr(sys, "real_prefix") + + +def running_under_virtualenv() -> bool: + """Return True if we're running inside a virtualenv, False otherwise.""" + return _running_under_venv() or _running_under_regular_virtualenv() + + +def _get_pyvenv_cfg_lines() -> Optional[List[str]]: + """Reads {sys.prefix}/pyvenv.cfg and returns its contents as list of lines + + Returns None, if it could not read/access the file. + """ + pyvenv_cfg_file = os.path.join(sys.prefix, "pyvenv.cfg") + try: + # Although PEP 405 does not specify, the built-in venv module always + # writes with UTF-8. (pypa/pip#8717) + with open(pyvenv_cfg_file, encoding="utf-8") as f: + return f.read().splitlines() # avoids trailing newlines + except OSError: + return None + + +def _no_global_under_venv() -> bool: + """Check `{sys.prefix}/pyvenv.cfg` for system site-packages inclusion + + PEP 405 specifies that when system site-packages are not supposed to be + visible from a virtual environment, `pyvenv.cfg` must contain the following + line: + + include-system-site-packages = false + + Additionally, log a warning if accessing the file fails. + """ + cfg_lines = _get_pyvenv_cfg_lines() + if cfg_lines is None: + # We're not in a "sane" venv, so assume there is no system + # site-packages access (since that's PEP 405's default state). + logger.warning( + "Could not access 'pyvenv.cfg' despite a virtual environment " + "being active. Assuming global site-packages is not accessible " + "in this environment." + ) + return True + + for line in cfg_lines: + match = _INCLUDE_SYSTEM_SITE_PACKAGES_REGEX.match(line) + if match is not None and match.group("value") == "false": + return True + return False + + +def _no_global_under_regular_virtualenv() -> bool: + """Check if "no-global-site-packages.txt" exists beside site.py + + This mirrors logic in pypa/virtualenv for determining whether system + site-packages are visible in the virtual environment. + """ + site_mod_dir = os.path.dirname(os.path.abspath(site.__file__)) + no_global_site_packages_file = os.path.join( + site_mod_dir, + "no-global-site-packages.txt", + ) + return os.path.exists(no_global_site_packages_file) + + +def virtualenv_no_global() -> bool: + """Returns a boolean, whether running in venv with no system site-packages.""" + # PEP 405 compliance needs to be checked first since virtualenv >=20 would + # return True for both checks, but is only able to use the PEP 405 config. + if _running_under_venv(): + return _no_global_under_venv() + + if _running_under_regular_virtualenv(): + return _no_global_under_regular_virtualenv() + + return False diff --git a/venv/lib/python3.8/site-packages/pip/_internal/utils/wheel.py b/venv/lib/python3.8/site-packages/pip/_internal/utils/wheel.py new file mode 100644 index 000000000..e5e3f34ed --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/utils/wheel.py @@ -0,0 +1,136 @@ +"""Support functions for working with wheel files. +""" + +import logging +from email.message import Message +from email.parser import Parser +from typing import Tuple +from zipfile import BadZipFile, ZipFile + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import UnsupportedWheel + +VERSION_COMPATIBLE = (1, 0) + + +logger = logging.getLogger(__name__) + + +def parse_wheel(wheel_zip: ZipFile, name: str) -> Tuple[str, Message]: + """Extract information from the provided wheel, ensuring it meets basic + standards. + + Returns the name of the .dist-info directory and the parsed WHEEL metadata. + """ + try: + info_dir = wheel_dist_info_dir(wheel_zip, name) + metadata = wheel_metadata(wheel_zip, info_dir) + version = wheel_version(metadata) + except UnsupportedWheel as e: + raise UnsupportedWheel("{} has an invalid wheel, {}".format(name, str(e))) + + check_compatibility(version, name) + + return info_dir, metadata + + +def wheel_dist_info_dir(source: ZipFile, name: str) -> str: + """Returns the name of the contained .dist-info directory. + + Raises AssertionError or UnsupportedWheel if not found, >1 found, or + it doesn't match the provided name. + """ + # Zip file path separators must be / + subdirs = {p.split("/", 1)[0] for p in source.namelist()} + + info_dirs = [s for s in subdirs if s.endswith(".dist-info")] + + if not info_dirs: + raise UnsupportedWheel(".dist-info directory not found") + + if len(info_dirs) > 1: + raise UnsupportedWheel( + "multiple .dist-info directories found: {}".format(", ".join(info_dirs)) + ) + + info_dir = info_dirs[0] + + info_dir_name = canonicalize_name(info_dir) + canonical_name = canonicalize_name(name) + if not info_dir_name.startswith(canonical_name): + raise UnsupportedWheel( + ".dist-info directory {!r} does not start with {!r}".format( + info_dir, canonical_name + ) + ) + + return info_dir + + +def read_wheel_metadata_file(source: ZipFile, path: str) -> bytes: + try: + return source.read(path) + # BadZipFile for general corruption, KeyError for missing entry, + # and RuntimeError for password-protected files + except (BadZipFile, KeyError, RuntimeError) as e: + raise UnsupportedWheel(f"could not read {path!r} file: {e!r}") + + +def wheel_metadata(source: ZipFile, dist_info_dir: str) -> Message: + """Return the WHEEL metadata of an extracted wheel, if possible. + Otherwise, raise UnsupportedWheel. + """ + path = f"{dist_info_dir}/WHEEL" + # Zip file path separators must be / + wheel_contents = read_wheel_metadata_file(source, path) + + try: + wheel_text = wheel_contents.decode() + except UnicodeDecodeError as e: + raise UnsupportedWheel(f"error decoding {path!r}: {e!r}") + + # FeedParser (used by Parser) does not raise any exceptions. The returned + # message may have .defects populated, but for backwards-compatibility we + # currently ignore them. + return Parser().parsestr(wheel_text) + + +def wheel_version(wheel_data: Message) -> Tuple[int, ...]: + """Given WHEEL metadata, return the parsed Wheel-Version. + Otherwise, raise UnsupportedWheel. + """ + version_text = wheel_data["Wheel-Version"] + if version_text is None: + raise UnsupportedWheel("WHEEL is missing Wheel-Version") + + version = version_text.strip() + + try: + return tuple(map(int, version.split("."))) + except ValueError: + raise UnsupportedWheel(f"invalid Wheel-Version: {version!r}") + + +def check_compatibility(version: Tuple[int, ...], name: str) -> None: + """Raises errors or warns if called with an incompatible Wheel-Version. + + pip should refuse to install a Wheel-Version that's a major series + ahead of what it's compatible with (e.g 2.0 > 1.1); and warn when + installing a version only minor version ahead (e.g 1.2 > 1.1). + + version: a 2-tuple representing a Wheel-Version (Major, Minor) + name: name of wheel or package to raise exception about + + :raises UnsupportedWheel: when an incompatible Wheel-Version is given + """ + if version[0] > VERSION_COMPATIBLE[0]: + raise UnsupportedWheel( + "{}'s Wheel-Version ({}) is not compatible with this version " + "of pip".format(name, ".".join(map(str, version))) + ) + elif version > VERSION_COMPATIBLE: + logger.warning( + "Installing from a newer Wheel-Version (%s)", + ".".join(map(str, version)), + ) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/vcs/__init__.py b/venv/lib/python3.8/site-packages/pip/_internal/vcs/__init__.py new file mode 100644 index 000000000..b6beddbe6 --- /dev/null +++ b/venv/lib/python3.8/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.8/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..14f013a51f0c30c49a645dec8e7f050a12287db0 GIT binary patch literal 514 zcmZWlJx{|h5Otb1O^Z4qq)ITbc1S!_LJSD8z}SJ04p}0nIa;g!2p1<(nfWvPC9h2U z1t#ngp-Mf=@A=+4TX%k$Ovc2;^5bgr+#}@6Cx_uQa_4sKp(JG>NEYn5*Kyc!f6qNJ zkWm)NVK$U;7RymKlH+U~xSLO87Jj=|$YM6Ir;i}DfrT~?x>4mlqQ(Pp$pr7jh}U_8 z!cHaILf)?G9O13u2ojXpJE0S2Cw5x#D$ThvfQpIKiD|*!8ABU7$DSSAYi{iMu`B^s z4RR*z#j#m8MGIJSt?cEo+gU5E3~GV?_b~L(_b~7fIrtI-~v}B4_JG0R$ zspiQm0u&q)gKV`0q%EkH3SM+2^Yoh5+(1$}o2{Xyt{3`0Jaxm<+@;*)d0Opkd?R() O2)Okv)Uks&_*=hVyPYfm literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f29c92f9b714bb6758b088ab14668e38b145dab9 GIT binary patch literal 3365 zcmZ`+TW=h<6((mmv$Lz!dL^wa$u`n$>m=RO(iTlGhEW7boH#8Is6gW6VbEea8gjK$ z&CMiNiUzBf%0T*(Ur-g09{rd2(3d_G{tH3S^c;?ER$MN~IXt|b%XbdBUo0+m2$V0M z|7QB11w#Ifo$G}`=Y6Q^@6d3GZZ(J)^LmeojX1mmm$<9=V2nnksFAKUO*|i#Rjh(^-{?kz+c)PdOLGQ}LBHU7o5c ziw~nJ*3%I+-8|kCQBvl4TyW?wAV1P&G?UrLGr>;QK`bj2bMc>BcT9lr3Kg}sIgyzU9(i@XQCTd(kL@jmeS zVhOm*P*-qgF_^fp|I&%`HJMPp%vYXw;S8`Y%n0}Z&RylV?YXzF@z(gd<*iv>v(q}? zIC1$Me%Fp{d`%b$?|^6S8UMq$j$>)uom$px3tHpv$hb(RqgEY2_vcfstGazbsk()v zQqyKsO<>frknnLVtD2!nYF+C}v2T1S^h_2By=G~o9jK3?ssI{J=VaFbv7GJN*_1EH zh{`44%ax1f+rNybWiG}%F2>cNo|eUC_3q|G3bB)lO)cYOPss7UDE7x$x^q6|-K~dX zm1?nB!En4Q)VNBkag-KXNC4p&Krr61R@kZz&C;&W(N3&H1ae2Q+*Lz3U7?`Fsn;8G zZT(=TFIUA6FkbgQyzGgg_`>>aH zMqm$m>>ah{sau|Bm?q^(j=R zM+da-pS$jI*@)eg!FmUC=tV&qtMv|wIVXQ5nxbEh!K&Q(#=#s3)^xXxuMSd>=mj-y za==H9{0S_umVlFfiu4VYFJWyJl0SnfzlGXhjn<3j0yos#%snXg!l7STl01aPr4MTUkfmYsGvE$6uAz__K<~T0DXw zWd)=CD}kFaFo5;0HL49Cn2ZJIyXRGH0inq;Ii+)YM*rj<(Ie*w0FU55qw+o|Mc2p? zi~@|^iEB+=`;dPgjmI^^d;|B2r)CuZaDZV6;n#$20l0yy!E}_4rA8}GM+|(EsYWnN zEv7wFLc&d>6!@(jMM(x^6gB!H&Lm3s9#os6h`UTXfT{ZKwM209M7Ym_tW09O~BOVRwTU9JYp)VQo4$clNpuqH1mg+1m zgaRLFnO1TP!$2e745Cy;Xesnqg&DGxhZ0kw#COifm%l*zSGa_Mm6c(*m!V%7h6`?@ zvWNbc_7Q+EcmnIx8_*DkQ3kev-}k=T1^)%$#U9i?;&%0#FRxZ7*PVuVy>!|TI{)8k z+}l9Y`rF2XOQ0y9Je9wO1uwsca*-4s0t3SDO1l82rua0usZzI5sTuqNmZ=^zR-q=* zedqi2$}0*qb76Z-H-;5)E*cb~5*Gz&%c??PJiIww01)JAChD~ltzYPAxhg+(nlt<#(3_K0fnhfXG8|QNWaMtLq z38Dx^k0R5FqP*m@4C!tZ;V#XH#4}Bcr*Mzw!n6?+c9Cf*0Ba7Y>q7ABG|2@#7PxT% zgA)BJSFynqD&ZYXj0>*;`8IYj3(E({Td=vHSt-#(5{)L?*kDqS?_={3G=}YzWhN1C zX7N0SBqGZ$@`z2Izr@)#qo4;dD=It&Z!G)kIP^BN7$tCn{kOX^a0kqx_gfBK?m=xk zRN~6fnrY#M3)i;s^NtzdSV=RniYi8L+Y7vib1Fk={&j$GkGJk{(s%Ib+ ncHv)wkk`Ou4QOxu;CBra-b3&ze2fHi;Ph!1e)oco+yDH3ukAYF literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/git.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/git.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8c8f9fcf2f648bf0982dab058c564a8c02c015d0 GIT binary patch literal 12603 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

    V3b-5Ibaxpw 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dcbdf418b81792c9d5bfc7d3b1647ec637026bf1 GIT binary patch literal 1141 zcma)5OK%e~5VrS~ZAeS03Id4}oFb9#p$Kt62uLdqB?UDqhrL*vwVSNEFKln6M7zdGYFAaIkP=!zYM-$rPc&l^9ZDDXHev$_Q<=n;)DL+B2Nod^Ga+kN3MKRntsN!O zGx%>X7N?O?jNOpm<6u%`BH&RTlv6z^@?N>$JCj0;64BE#iqC}%E<}D2q{(P?WPk5< zpb{;5C77eJP(hiL0fSS#kUT4H_N|K2rNv-Z`+z0z zK~LolxRtvg>djRvW09u7javY=@Cc${=<^H|g^${&9nYd|+oEP4S$01gtsq$TN+L-0 y&XQXSpIf$kZiadFwrOvJXiM&S;6(uuk(kDHBbVEb_-~d4zI}=bArU&%eD)vJ3==K@ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a1df2fd6a76e5a6765e9cfc8b4c7f4cf81204718 GIT binary patch literal 27182 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 In6YB~5B%`ap#T5? literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ebc931a7adda1df2cf13309057afe66ce0688f52 GIT binary patch literal 1141 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 ve0F*B>}vYiow~Kn_jnQ` literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e3e2a6f3e51a9eed9d90e83e3a1994795e505ab9 GIT binary patch literal 3022 zcmZuzTW=Fb6rP#AWWCv#T*(E>rRvQUjtdkTN=pfefvChmI8bS&YUOywjuU5XW*ul! zBUK_2{S7Hg>{V^Uax=GvhP!opWaH4h*;i zzI!_tSCbbB`2`!@p9zhtP@*#coN!tt8`P&1WmaVyhHp@EgK&eJJA|8pJ~n)lTX~YQ z_b5zBQ8h5PT9A3sxGifdLPCd!QY9?s8-<1_f>O_Cv|7Pz;>M=gar=UJ6#`!URe1|-y{shQx@Do~|1ohRECpem-52LabCox*-e2bs;kkMED?6t*o?E&QH%|qDn)g>o8m> zizrjC)H4BS@tVxwmbhqSRyBdK5!3Z8ISeQ86i;>#fY2nhyMEha-F#2C&*>0745rTE zBF6zZkQ2m6IRlw#1d70gjNBfmkeBpS%9JA@$x(zcgrf*k2q!vl5~WFi@1R5u073gq zn{E&H*rt!O*p4UEL%CxZ?yji~YobXIXL%yAGsWaMRB{4kLmq=l4Ya6_-CTJwb8+i{ zZE6Tu3^r<9RDpPm`RD~K5uszDrQ0WZtURP#L<`#=$~KhFQKH3b;NNRlgWYQe6tiTl z+imMDmAJl;o4pl$K6||_E@l_oV(xBEIkCd+tm==Y<^1gY!gChyl@<@~$f-oJum1q1 zw2nMUO=9jJaEG?up*>)f>pkG19^OOAd}Y6>+}zTg#nuMeGVY));}#Mvo!eRYJ}i0A zVh=0{Yhi5lj~%P~-Pr2M9tyg3dn`wPLE5zC--7^W4Vh+*tur}{bslwt$Js~Vh(X_d9D`h>$3TX$L~AS&o@uSX zdRBO<*Vn6dYvUT=#isUU`~E4g&eg#sPlMf3-$nh9WY{LmlQC9vh^dF=)8d-DlL^XGW63h`Bw~!xFC0lV)%iSTs9dfdFTq zBV&Rf8_;6wmOKu%0X*q;KUt@88hT7*Zq3@YpJCmHHOvC;pyjNa$djI>+c1kr4m~)F z0;fdER!eK8Sgs6zufJ5{RSr|*iwn6RjSYmqAg%ssc+W-dkP1b6e4kXy^-l*wbp@$drH7uGJ3?ELx z6Io8#F`uz5ugU7lsTRWWCR|igFhA0HkR8Y{ZH+_!*vaef!9M~!kRcmv&45UJ6S;cT z!rnXqgjZUe@9j9>pM!}yG~{`dFjL732(K|!qVfr}QokR;W4(RG4qZVy+)~H!J%I-e z?+G`+t6{T>vKIvR;n5I}$hYyY(g+wLavI@XgbV`iN`8Ql0#IHn{prLlFJb?u2$vB) zM!;KKUz74JlyoHP_?>~Ka^Ply*G^+gUd7RC2)HFR(0X$eMYS3PU2cQ-xYTzqQu+;) z=tBU9ne@=lGA$GPnddsLW5O@#TxQgrf?_bL-&nbnr3P9)6kn4PDO8pSH#ee~2mGfl X6Z9JZO;FA!@gZJ8tMtw4QLp$v59hCF literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9baeba8885fc97518bee7e4e2a5719a71b809415 GIT binary patch literal 22134 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..73f6c36fd2cd6f80d291b4ff0ac6a9d45c274b00 GIT binary patch literal 37607 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9cbef4ebe46dea62f70b684d12910bf215f8137e GIT binary patch literal 21809 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..313cbd0c3999394d6565e7507528856372375947 GIT binary patch literal 26357 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 RfbJ`ep@&Ab7c=s~{{ix)J2wCT literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dc8c739474c6ffcaecbf0f381d56f1a36601fec3 GIT binary patch literal 20569 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3af98323cbe2303c345eef885749295b4db746c8 GIT binary patch literal 3402 zcmeHJTW=dh6rP#Ac)eM>X$fsZ3lt$iEs=#mr6c? zacB3#&eH`#e#1p>P(qeLkbJ`k5k%04^k_&a@+@LKE3|;OLR;9OBS`29CoBjz^gvb= zh0qsXI46o>ApEc--G6-+X4lB)W$ug~HNlUxMZ&U}3y*wCL?BALM3f}mvBG&# zu9M1ntjH?-Wd!D& z8wfRyT@u>T5sq+o$qo%&;0wYtd_fe24|-3`i2#0! z4~b1eA7WohgBuOqjn8K>Z=$dJ19`j|zvLYtnrJ#EJM0mAOt2G;3AYTj$K;Wd$>2=7 zQgKr!84jdU0c=Y>&bx6}bDqxgsF7&iggoO-V3V}OTS{*7W`7uKsZvMDMCvCrwG$b& z;J3&#L(ZR&r=4o2-;-6*h^vDw-RZ|mg9}TrU#@rMl2(o8eW|JsWc;8Sb=M~*7tUR* zCS5I;2B2=VWl|k<2UQMMqOYpxiIBP)84w00@y`vmR2lqk;JY!S2`y6>=IGT~tj_Jf z>QK;XxcLkajW9u=+ElXz1DUoTIb-tJG;@H9t(Z~)%&gV5&(smvlLptny7ncnU0LHR zw{NO>5GkxVbri`lB*&kT6Z?ubFbU=@0bc_;I+pX+0Q)yrF~-JKEN(%KJ0t(|`s&if ziywTvbUwT1kQ>tgp@UfQxY3gl>`u@_!bXd^YiF%q==OB-w!`l9qDI^vLJ$Wt_vM4K zZ_zZ~phqyU?(j1&y$1~BD;d+rbeoRpRr2*0+YBN7+K~n@2tt_afmsI@pRI3|7dh>6)y2EAM zj=D*QM^b|31X+Uek-ZA(CxImmLS#Y=F(SJUTj+gDk(hGKW193kiCp&v~yeh7s}s=bOVulxa*;GA$tWpi@D6 z)m!Q{e8g!aXOX-I1bS)~;--uu&SyM_|1^m*{Q~>)J@^vrEglVA&tcTJ@bk*1Yp+y} zrlm>sW_{7LpwyA^u$N@uEyCv1x_$M!!fZ*cEA<+ZI*{5OB&)bYuD+_yfQfno$(u;f ygBjOMKSS42?^5>sPhN*ravJJ5paHX)4at|A79+Vyb1TCBU;nr9`Ne(LF8u|_L{<*~ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..03a878747511f1215d6dfe03ab2861af80f88ad6 GIT binary patch literal 2265 zcma)7UvC>l5Z~SVle2Sn)1-e=0mXm{G9ocj1u9ZOKoUwM>Y&)^gC(>&d)M|Q=R0?A zT@lNDAwhlOJH)*8oln5W*jJwV6;P!xvra-n6Nx?VcxGpJXLfdevpc0ykwANL_<4V) zM95z#oNq1&UqjD71tN%`2^r89rO2~{4V;!Ua9b`VkBD%Ddq{*U>4DSogx4Td{}qL0 zRccCW{YW*W{!wLZsjAF`$i-=|p(8C#_&DnH<5XIy14}M6^Z{G`1c)RpDoBe7+H%CT z7o>$p;^K)YONRrL&oNE=gM>@_@9;H#T zKbFcAI+=jj@_b;5Jc)A6I}m<|x|_?St9;nxB{c=kJD|)te@Xt{tM#*itcfVC4fl0F zOIL>XSGr2db}U!4iaL8z)t<@pSuKg%CsXdPKB(ofmMcS0M?IO>hVih*VV1~L4NVHE zYlAj&xzs~@_p8HwRR9M*f}RIJ2wkK;eB*a7kMZj1X*-xprw#eDFh2z0G|WeAN+^VO z*HL$op2@CS1=*d+0$2o+S;W$Ox$8TS8D7*O^C&E*$;XdewCci+YH^62cZfmKY>CM3~kpr1(DK?bK zlv;vmGdIqBG2uzLc^VDmXSkV7Pd5JG3Rlk0|9>8-8))|?lFK{@Fn>po5MP|Le%0-s z&b4I z_`i6xgwn*Ff`hQg8mA9q@xue@t+#^CHmKAx5`>xY>sw9!c*FR!mB!y} zHc$?}+uEtG^UbF58qIIEn`Wseq1=p=f;6>d2Mr@EEQpNTl~O=8vt_@qzR}!RYi`yb znQOgFbD3tNUZ0CdN2YA|$%viw2Z(RW?JmectLKxbF#%cnWN{;9h;BCQFWwRRdF{m!XltM)d`V7o;eD4a& z7o%3C^=gRk1=a$1FN&NGGBHY!4>^B2ijot}9OokIaBgd}t!E~HJcBn!@1M&B44d`E zlullcj!Y6*_HTG?X|z=lQT#sojO7tx>z4g6V6^C958kn5whnJw>B0k{Fiysk>1dGK d+_PC~C!e!&c9SM}I6Kl;chMAPbVwJRe*k~0ByRu! literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a1005dae34c7e98f858f3b362ac1355d3e1a98fb GIT binary patch literal 1130 zcmZ8fOK;Oa5Z?784?AgTc!(4CAhi}PpjJW%H9$oXQAJvid|4&-CULt?%&t>Zlmk*K z^~8UGWB<~M8z=q&;>66xq-odsMl-Wx?R@jiQN8XFI3LcR4u6&j`GvvqaUggBP+!5s zB&LF-G^7-LOIWEL+Qzqqle(d6d`Fbha#%LLD=KLoki&FCW9x72x|{N&cg`$ zxpr`1c+>+hoP;zcp%pt9q)%fjw$H1feL)-&IzY$OtM7JOoh1_O$TEM=4f+*;4Nxz^ z+XQ7AWO15BP{c}CX@mJt^MW_Jf3 zoSO!EchTT@n*e2mr6z7SZ|eq9fWa+wFR?^>lf1t@r(?v>o;prckw9Uz&nMAw!Puyz zYl9wcc2R_ynW7U}WKcluM;YvQkwG=J*Mk)=5~!^CDgRt#P-fHa5--CLdFjft`Cy*o M&MV|wqc=YLA7`-{c>n+a literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..852f31f80f714b93e91d4426ec0863ccc7c144d9 GIT binary patch literal 16753 zcmeHNS#KLR5SHX!S&}WE@sY!E4#%;QC~A@>aDk#|oGPcC7?#}v`y$996}$BXNl6<& z_oe@#f1v*+&-+@Sfc`<79w=wHTyiO`tiy5CX1x%1$eC|uI2?|s^=>4Si4gny`p0`) zKNUlvU!kM^y=9#**{8A-4~0mGgm*%_VJjRCk%$$c;cxrc$AAw3%I{+`p8gTCh!$GZ zduiH=62t1J5n|FP?I%&v|FdbuNX&{mwxm_=L!3!6FG#}S3meVux?g^Mp+op9`fwLx za2Mn1SR-1;HIfnfbY7i}(nBjj2CM-ZCxbLW2S^fQHAsf6BP*CpIDP* z!kVHJWRgzODKdpKnkLiMX-B6k>v-fJJK>W$51ke=h8rEBUvND4y4is~RYIUWcQ> zU1BJe?&oX!!y; zZ(SrNnPmPz4Pkpmn}^yL7Cd*7;FrLOKGq{s_82AYm}C|>Xw$)SNuh<^(f`t-b%|WC zF4K!l`VzfNE~4La%J;A3 zlS|fB%6z5s^eVZG-Y<|jE9KxpPK|LNxk3iXJh{rOf_3wV*?F+KE~W2TGdA9CAMJ>_ zDtcSB&uTGT?IIyF;c6ErA_< zdTU)H3)Xd-A}M-}UMJUZPuw8abD`9YT9}=?Qek^=rBK}3-lMr{p-LA*Y_trVuA3TD z5-Rs~p{g6~u}q=E7}O##X(MPlhykoy4MS%_{Cc;kVRlBr$)NfF#K2wEl&RM)%u3+b zAS-QSY5V2flxYtXcM6qCzFOGaq4pr}lnTY_e%T(VKuvX6L&dE^Iln{qoW8MF*gejA z%iZm!W_E-9koA_A>Gx79`eA>!+BA}OBklU2Yt>OoR(?jy~s7K(ze2yQ;v_{yCG1Kl_Y zL;ndIu*fN+(TS6n$Y*Q3L>|v%WJ-0Y4;6HX4Pb44$M;geWae~3;jj8`6g0`J)Yl?9iN<9?4yYziZ(+?-{rd4v+Z-4{c&2g~`yowV71P!4KhCpd`>E7?BWQ6B zx~&&+tVCFFdh%&zZ$4uUygIh0-)iCX-Q=*L?dYSW+jnl={x~b9Z)iGX1SPWd5~;-s zBkubRCWU=PPJ$ub2&hh0y6ZL4PWWBx^Zuw{k1laQ?tWZmSICa%wzf;v{L?2nUN2pa zazt%DhN`8ASAWY|qynTc4BA-xUEg4~uPQ(|ubu^g2m--QS)Fd|-b^3);|AVosQ-Tt zdhLEe9>zA-AEs~JTgui;xT_9N&&Y zZ81(V;3;R&iyU(JE|k42@N|_!ISEi_P=h*r75Z$=g)-8C!eBiV_$qY$8yCt*2MUAr zP~Zz_fKDnEt{hvwa8W@~?!W=LT# zbMU6RwZE4>xRWlGDc#(r>1w%9{En70uj$_F%+B_vBXZ~FVy3cPrRf94F1)0b%)$0S zCeNhEemMj0I}=*X>~0n-mED^MZ|vCTyZhwT4*lXBvshVWdt=Zr=8OJCI{ca3s-pzqW+$)@u?nTo+i%Qsy43E&CMohP$ z&cDGt|1r!)2#C4kSyLYxXw-eu@$ZayV~ZF8X0>iDbPWwHD3Q?R-x))i#d+5jkDHFr z`}KL{tQ?P1qbPs{H-@-Uvd1Vk2laxL&DO?g46WG=hG#;aYI) zx_rlTx9>!@fd{CUM-aT%G}i4iJ*qABxp)3E6j5#-fo6EFp&LApY2&;-+J7GJ=Jr9R Rv3}(6HPGYvn=zy2%)i}2u~+~A literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5942c3145da554f5a92e441ffe78c4398f9d78e1 GIT binary patch literal 3138 zcmb^zO>Y~=b!NY~{Io19c4XNF5!gWpRHhRHbz3A+9Ep~c$dn<{L9#$GAUPv)$t9Pb zUCNNMJXt`HTaIl{Qg6ECNAzdRt?0>@w8tVq;k-9XSyB?+GK+cpX5O2bH}7+v6^l6n z?Tf=d^!|5)kbmRge9OY%6X?;G065_^AVca=O1Qzzz!;jIsc|c?hPG!99nTqNybL9R za+^Cm!(E=`IiBZ*Zsw)ox$A@%dFhbwk}zMIUY1{JkjmUE*qv0U%8gn>!Q;s|5U*%D zRb1`0WJAPHW!M(7Vyde+(dxuPuC`*)4duQnAkiOn8!^nN`G$Bt5u=XS@&_XDdtu1c z^#+gw@#%gnX8Sz}xd>FD1Di!6W_Yl2gVv}!X?2CVit{WEStz-XY}gvB(kYP*_0sF{ z{@Cxd0yYjKKlb+oldaef)%-w+F>6H~-)Dh{LC#3Itzg`1wME>)i=J=RY!I~p5yYdM zcm}7Q$qmoqre|}@bNIDy$Sy@?9%j9a#zCovuIGv@s`ik)q+Skity;kI{0g5tBwm4E z<@4|_enTwcl|a=C>c%frk*fC9Cm?|je5AXp+Yc+CQIRWTsn9}WC;QqIBF z%4N(S`7vY4nQ1=Dq}T(s3a$#;aBQrdL*-e}isIB}s>mYooOQyYsq;aS4;_Ml1R*p@+}1KA<$BtiH6kAp+^n?0)n~5!JW&5 znweHR@^2y=X7tNtL+TFn^Riv)DyJ#0W59~jhPT6uX`Our+Do++%|jd;2|cD$n$YML z%$iz*q;E~ZML?tW)J*6a`O9CYR$?4Ei4|x1?y)ho6C1GXfJiTaD<(T|6JnOWD)AwL-6_! zfe&1``20RlNdM|I1AjA~?_V1j-%+^+BiwgkV5Os@w~oowOfWu~$ z+o^|?;4pP_*AE~^LYf6Q!Xh?;MEL?rUj&&LYpToxpTs~@CIqdt5z9WSuhkxJ)@y4j zv$|bx?rd-ApjG+CqbEF|VWgI&P$cT!#?)k;<;snzhyDW_=xs)2FOf z-+s2f!FFm}thupMYiw+9t*H{`iZhL!_uAZT-=utLxiM_M}$H>a?TWHar?&ojj)mD=ilKaiE+)XE2=; zRPId1pJfGQ?Fzxaf(z@CNeq|fs0A6z)nCcU(UJw77BHLBIip19A#u1cDgj3UxA5kmvfD zwZ!{rb3LOyyjGeoWE^E4?VU1jd9$|^ZE9lQCl?pk7<{a$qeO*cG zm7L0V!XOYGjMhk^VO8ZaK_wE%K`r& literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..83340c17c179b3d5b250e9bc1586444543d68713 GIT binary patch literal 1703 zcmZWoOH(5^5SC`fFFbzWH7rn@WUoHJgr!W_s;yLjCE((f@<6EQq8fXIJ%z^hYQ}7l z@}8h-|3VHqu*dyDx#*fx4*3JQBx=np7)P%8+^w%AwYoo@mr8R;ji2u}`+rms`V*Y# zVJYVa^+mrc@R5%>3NgVLY=ax2Nla~<+zK-!6J|+P`xeiId6Ewcq@eu_p9_nmsO>Db z!xAZlWl|0+q!Lz1HJm5&VU5%@pX1NMI;m?r&lkc)vZ(C>e;zK8C5-lwKj#2KZ#+72{mgUu#RBwQ{Rv)E%%geZ8cxhCfzwd z+TU)swomBs>D#>{`QoB=^7iz?rR%Sn>$7abkc$s%zoYx@y}iS9-O|*$jcG=mzdXe? z>A~Jkd+#Dy*2v0wYv*{Y*`)1r*L_Sw&u(tc%q~3~{=fLc)7BPk&%`euZ}0B@(rz6c zwRUHym8qQ8pK?&gvzALYUwuo@4z^oqs#rcA|C*kiw+~zH!2|c)4F)~Vc5Y&p_8=*D zS2gCzFjFsjp$vuy_7O2YqD$;!-?+;Y^CPklu~b)0S#fuE-Kk!7q0L_g$g`q8*f9D{ zL5yNNLAS=e@d;rRo44o#j;%Q3d`R-C(q$h^ja#yO2e zjkd;;#%154F*9> zsetswJU||Z`H00d9QusYk=Ab{%0SuxMSv0jyj)QL$O7a5pdcax0A&&CNh6s{H<1~^ z)Xoh{S`p)yveeg4B0WPc@L@0LdYnF;u3rbycy{(PmIX??+>0VgKcj!Hoc=Imj_(be z(M{YR4pv7StCxbYPQX@U;dQT=aIV?l+TlSb4cS=Ra-tw+t0P5wJr+5mVB}C0j)9nfYbFH{kbo zcH!5h8Evh7=}033-5Gcxqg2jOXvUa>ZBzPARU=_^CbEe8e*cy7A_%jwjjKi#+vZCPY}@<~3W&Ls literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ffec455161cb84a7faedfeaee4d5fc1f3d1f172f GIT binary patch literal 2486 zcmZ`5%WfMtkmNqJl2@{0*RP@|93VLet*rtniX4KXsqMxNVmYvs0u@lOYmt^#-d!o& zRS+A>$u4ruC&PLbhwfh$LjJ+U zY_nnU6ZG^C7z7bCA~9`IiZF{?o!N5-B#l=?9z;0BE=UQ{I z-|{JWLPSA$mqd7yURbTNC^ks7bWMRwmFks)VU&eGpJj5p8>oiNo~!<`RDfCB?u#(# zG_oL*2SK|VCK7hn8c+8dJ7Jos@OYSo{p4{HL}zK30&WR$+x;Yyud|u$GH&z60Y5n0 z*?m@J+D97Gr?o$M+z@I5SGSrqS*6bbkfcQgX|cEDgbFIyrPs0yYzZ4+TROrK?j^aP zEf-)THoyf@6s1ej^2D6*VJ^NUHffbW4P{+I=5m?asFGh~P(JBV9o=j#1$TRTdoGJ8+8oyzD0<|60qC`ePz-;)m~wQfI_ zH4!AW!CBVrC!2!@nHV6kb z4yQz4)!N`DLT0tJ7p4Q_D_eszZgJz|2v&fg=5>~&QA9brAfd2zgCR`$qVgSh$=vGx_Ci2EYP(QN7bI8uzCd&B0OHZLN3-% zZCp>Kgq>xuU7>z{_kOwozdTSjx?#2fk=$1sLAG%WITvu(XbFX0ca65W#=LO-5nA<2 zh;1;d)K(-DRfc_CN+7lJ6jQQ7|J2Uz(b3_NcB6i$Bb9c9JRWuw`kz|I0nMx3`eBnF z>}of^soni%1J~X!hcD_oe7~ukM)UDeQ!jPEtJ_1RWCAmIIS|$*4%sAM=KgP=NGTN5 zFd%PO(Z!wJ=I(ZLzy3teclsHZNq^YsauH;Ku9!Fb$w??=(w2I$v3GdX+t zSUlUQI%*ML^H3$gqtY~lD4S$O6jpo44M#oP_I&jXTzm*U-GhP91^6)a*pT7bN1I_1 z%2QFv%oVyqaetAm!R#8?KvsoSs84;o!_Mbt0v4sc6{u(->?Ul!1^~=W#uQu_!+{xy zWhQJc*fe+8d6ufd@mzIQ9K5btx!@qHDViMS6YWp(zghiXUVPv;=qZ*C0y358`T7jE zx3vw`2PzKcDbB%=JnoBOgs{)~%V7}Z7?ZtCveX`UDio{iY{rLB#R}=_@}#u1WfVaP zyD^2yyC&sgmAeN$#oX&rzu?=9mMrYvU6Zrx)ry{vk0*IBj|_#buNQNZ8=s2ve;lSv zLe;~fGgB4wLh1Gf?Ie4hS4J0}OreCDlIqB07^lYjO`PP#;)Y)XA-~#tlr#(w_yDXgbq|C literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7574b294fa13956f925f5c6740c63d7580154d8c GIT binary patch literal 5830 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6a67916a7746f01109e15181175bc40efdd7dd58 GIT binary patch literal 438 zcmYjOu};G<6inKbqM)wKZ=^%xN<|1&2vrCMmLgH;&?R!>m&PKoE!!!iGamvYGk=qn zKVW3SEv>|peAdZlzkBD$UN7`q&0o**Z?}JK$p30PGI7fsJ7C_zWB$TN|E(}qNu@2FuYU+&uY+UHOCbfORzb@3bo-)6-WhYGW1Mr_bmuqsv)jArho=u* z3|sg~NiIty?tP+a*IEqJXpm{dgyX +# +# 128 --> 0.42261 +# 256 --> 0.57851 +# 512 --> 0.74851 +# 1024 --> 0.89384 +# 2048 --> 0.97583 +# +# Ideal Distribution Ratio = 0.74851/(1-0.74851) =2.98 +# Random Distribution Ration = 512/(5401-512)=0.105 +# +# Typical Distribution Ratio about 25% of Ideal one, still much higher than RDR + +BIG5_TYPICAL_DISTRIBUTION_RATIO = 0.75 + +#Char to FreqOrder table +BIG5_TABLE_SIZE = 5376 + +BIG5_CHAR_TO_FREQ_ORDER = ( + 1,1801,1506, 255,1431, 198, 9, 82, 6,5008, 177, 202,3681,1256,2821, 110, # 16 +3814, 33,3274, 261, 76, 44,2114, 16,2946,2187,1176, 659,3971, 26,3451,2653, # 32 +1198,3972,3350,4202, 410,2215, 302, 590, 361,1964, 8, 204, 58,4510,5009,1932, # 48 + 63,5010,5011, 317,1614, 75, 222, 159,4203,2417,1480,5012,3555,3091, 224,2822, # 64 +3682, 3, 10,3973,1471, 29,2787,1135,2866,1940, 873, 130,3275,1123, 312,5013, # 80 +4511,2052, 507, 252, 682,5014, 142,1915, 124, 206,2947, 34,3556,3204, 64, 604, # 96 +5015,2501,1977,1978, 155,1991, 645, 641,1606,5016,3452, 337, 72, 406,5017, 80, # 112 + 630, 238,3205,1509, 263, 939,1092,2654, 756,1440,1094,3453, 449, 69,2987, 591, # 128 + 179,2096, 471, 115,2035,1844, 60, 50,2988, 134, 806,1869, 734,2036,3454, 180, # 144 + 995,1607, 156, 537,2907, 688,5018, 319,1305, 779,2145, 514,2379, 298,4512, 359, # 160 +2502, 90,2716,1338, 663, 11, 906,1099,2553, 20,2441, 182, 532,1716,5019, 732, # 176 +1376,4204,1311,1420,3206, 25,2317,1056, 113, 399, 382,1950, 242,3455,2474, 529, # 192 +3276, 475,1447,3683,5020, 117, 21, 656, 810,1297,2300,2334,3557,5021, 126,4205, # 208 + 706, 456, 150, 613,4513, 71,1118,2037,4206, 145,3092, 85, 835, 486,2115,1246, # 224 +1426, 428, 727,1285,1015, 800, 106, 623, 303,1281,5022,2128,2359, 347,3815, 221, # 240 +3558,3135,5023,1956,1153,4207, 83, 296,1199,3093, 192, 624, 93,5024, 822,1898, # 256 +2823,3136, 795,2065, 991,1554,1542,1592, 27, 43,2867, 859, 139,1456, 860,4514, # 272 + 437, 712,3974, 164,2397,3137, 695, 211,3037,2097, 195,3975,1608,3559,3560,3684, # 288 +3976, 234, 811,2989,2098,3977,2233,1441,3561,1615,2380, 668,2077,1638, 305, 228, # 304 +1664,4515, 467, 415,5025, 262,2099,1593, 239, 108, 300, 200,1033, 512,1247,2078, # 320 +5026,5027,2176,3207,3685,2682, 593, 845,1062,3277, 88,1723,2038,3978,1951, 212, # 336 + 266, 152, 149, 468,1899,4208,4516, 77, 187,5028,3038, 37, 5,2990,5029,3979, # 352 +5030,5031, 39,2524,4517,2908,3208,2079, 55, 148, 74,4518, 545, 483,1474,1029, # 368 +1665, 217,1870,1531,3138,1104,2655,4209, 24, 172,3562, 900,3980,3563,3564,4519, # 384 + 32,1408,2824,1312, 329, 487,2360,2251,2717, 784,2683, 4,3039,3351,1427,1789, # 400 + 188, 109, 499,5032,3686,1717,1790, 888,1217,3040,4520,5033,3565,5034,3352,1520, # 416 +3687,3981, 196,1034, 775,5035,5036, 929,1816, 249, 439, 38,5037,1063,5038, 794, # 432 +3982,1435,2301, 46, 178,3278,2066,5039,2381,5040, 214,1709,4521, 804, 35, 707, # 448 + 324,3688,1601,2554, 140, 459,4210,5041,5042,1365, 839, 272, 978,2262,2580,3456, # 464 +2129,1363,3689,1423, 697, 100,3094, 48, 70,1231, 495,3139,2196,5043,1294,5044, # 480 +2080, 462, 586,1042,3279, 853, 256, 988, 185,2382,3457,1698, 434,1084,5045,3458, # 496 + 314,2625,2788,4522,2335,2336, 569,2285, 637,1817,2525, 757,1162,1879,1616,3459, # 512 + 287,1577,2116, 768,4523,1671,2868,3566,2526,1321,3816, 909,2418,5046,4211, 933, # 528 +3817,4212,2053,2361,1222,4524, 765,2419,1322, 786,4525,5047,1920,1462,1677,2909, # 544 +1699,5048,4526,1424,2442,3140,3690,2600,3353,1775,1941,3460,3983,4213, 309,1369, # 560 +1130,2825, 364,2234,1653,1299,3984,3567,3985,3986,2656, 525,1085,3041, 902,2001, # 576 +1475, 964,4527, 421,1845,1415,1057,2286, 940,1364,3141, 376,4528,4529,1381, 7, # 592 +2527, 983,2383, 336,1710,2684,1846, 321,3461, 559,1131,3042,2752,1809,1132,1313, # 608 + 265,1481,1858,5049, 352,1203,2826,3280, 167,1089, 420,2827, 776, 792,1724,3568, # 624 +4214,2443,3281,5050,4215,5051, 446, 229, 333,2753, 901,3818,1200,1557,4530,2657, # 640 +1921, 395,2754,2685,3819,4216,1836, 125, 916,3209,2626,4531,5052,5053,3820,5054, # 656 +5055,5056,4532,3142,3691,1133,2555,1757,3462,1510,2318,1409,3569,5057,2146, 438, # 672 +2601,2910,2384,3354,1068, 958,3043, 461, 311,2869,2686,4217,1916,3210,4218,1979, # 688 + 383, 750,2755,2627,4219, 274, 539, 385,1278,1442,5058,1154,1965, 384, 561, 210, # 704 + 98,1295,2556,3570,5059,1711,2420,1482,3463,3987,2911,1257, 129,5060,3821, 642, # 720 + 523,2789,2790,2658,5061, 141,2235,1333, 68, 176, 441, 876, 907,4220, 603,2602, # 736 + 710, 171,3464, 404, 549, 18,3143,2398,1410,3692,1666,5062,3571,4533,2912,4534, # 752 +5063,2991, 368,5064, 146, 366, 99, 871,3693,1543, 748, 807,1586,1185, 22,2263, # 768 + 379,3822,3211,5065,3212, 505,1942,2628,1992,1382,2319,5066, 380,2362, 218, 702, # 784 +1818,1248,3465,3044,3572,3355,3282,5067,2992,3694, 930,3283,3823,5068, 59,5069, # 800 + 585, 601,4221, 497,3466,1112,1314,4535,1802,5070,1223,1472,2177,5071, 749,1837, # 816 + 690,1900,3824,1773,3988,1476, 429,1043,1791,2236,2117, 917,4222, 447,1086,1629, # 832 +5072, 556,5073,5074,2021,1654, 844,1090, 105, 550, 966,1758,2828,1008,1783, 686, # 848 +1095,5075,2287, 793,1602,5076,3573,2603,4536,4223,2948,2302,4537,3825, 980,2503, # 864 + 544, 353, 527,4538, 908,2687,2913,5077, 381,2629,1943,1348,5078,1341,1252, 560, # 880 +3095,5079,3467,2870,5080,2054, 973, 886,2081, 143,4539,5081,5082, 157,3989, 496, # 896 +4224, 57, 840, 540,2039,4540,4541,3468,2118,1445, 970,2264,1748,1966,2082,4225, # 912 +3144,1234,1776,3284,2829,3695, 773,1206,2130,1066,2040,1326,3990,1738,1725,4226, # 928 + 279,3145, 51,1544,2604, 423,1578,2131,2067, 173,4542,1880,5083,5084,1583, 264, # 944 + 610,3696,4543,2444, 280, 154,5085,5086,5087,1739, 338,1282,3096, 693,2871,1411, # 960 +1074,3826,2445,5088,4544,5089,5090,1240, 952,2399,5091,2914,1538,2688, 685,1483, # 976 +4227,2475,1436, 953,4228,2055,4545, 671,2400, 79,4229,2446,3285, 608, 567,2689, # 992 +3469,4230,4231,1691, 393,1261,1792,2401,5092,4546,5093,5094,5095,5096,1383,1672, # 1008 +3827,3213,1464, 522,1119, 661,1150, 216, 675,4547,3991,1432,3574, 609,4548,2690, # 1024 +2402,5097,5098,5099,4232,3045, 0,5100,2476, 315, 231,2447, 301,3356,4549,2385, # 1040 +5101, 233,4233,3697,1819,4550,4551,5102, 96,1777,1315,2083,5103, 257,5104,1810, # 1056 +3698,2718,1139,1820,4234,2022,1124,2164,2791,1778,2659,5105,3097, 363,1655,3214, # 1072 +5106,2993,5107,5108,5109,3992,1567,3993, 718, 103,3215, 849,1443, 341,3357,2949, # 1088 +1484,5110,1712, 127, 67, 339,4235,2403, 679,1412, 821,5111,5112, 834, 738, 351, # 1104 +2994,2147, 846, 235,1497,1881, 418,1993,3828,2719, 186,1100,2148,2756,3575,1545, # 1120 +1355,2950,2872,1377, 583,3994,4236,2581,2995,5113,1298,3699,1078,2557,3700,2363, # 1136 + 78,3829,3830, 267,1289,2100,2002,1594,4237, 348, 369,1274,2197,2178,1838,4552, # 1152 +1821,2830,3701,2757,2288,2003,4553,2951,2758, 144,3358, 882,4554,3995,2759,3470, # 1168 +4555,2915,5114,4238,1726, 320,5115,3996,3046, 788,2996,5116,2831,1774,1327,2873, # 1184 +3997,2832,5117,1306,4556,2004,1700,3831,3576,2364,2660, 787,2023, 506, 824,3702, # 1200 + 534, 323,4557,1044,3359,2024,1901, 946,3471,5118,1779,1500,1678,5119,1882,4558, # 1216 + 165, 243,4559,3703,2528, 123, 683,4239, 764,4560, 36,3998,1793, 589,2916, 816, # 1232 + 626,1667,3047,2237,1639,1555,1622,3832,3999,5120,4000,2874,1370,1228,1933, 891, # 1248 +2084,2917, 304,4240,5121, 292,2997,2720,3577, 691,2101,4241,1115,4561, 118, 662, # 1264 +5122, 611,1156, 854,2386,1316,2875, 2, 386, 515,2918,5123,5124,3286, 868,2238, # 1280 +1486, 855,2661, 785,2216,3048,5125,1040,3216,3578,5126,3146, 448,5127,1525,5128, # 1296 +2165,4562,5129,3833,5130,4242,2833,3579,3147, 503, 818,4001,3148,1568, 814, 676, # 1312 +1444, 306,1749,5131,3834,1416,1030, 197,1428, 805,2834,1501,4563,5132,5133,5134, # 1328 +1994,5135,4564,5136,5137,2198, 13,2792,3704,2998,3149,1229,1917,5138,3835,2132, # 1344 +5139,4243,4565,2404,3580,5140,2217,1511,1727,1120,5141,5142, 646,3836,2448, 307, # 1360 +5143,5144,1595,3217,5145,5146,5147,3705,1113,1356,4002,1465,2529,2530,5148, 519, # 1376 +5149, 128,2133, 92,2289,1980,5150,4003,1512, 342,3150,2199,5151,2793,2218,1981, # 1392 +3360,4244, 290,1656,1317, 789, 827,2365,5152,3837,4566, 562, 581,4004,5153, 401, # 1408 +4567,2252, 94,4568,5154,1399,2794,5155,1463,2025,4569,3218,1944,5156, 828,1105, # 1424 +4245,1262,1394,5157,4246, 605,4570,5158,1784,2876,5159,2835, 819,2102, 578,2200, # 1440 +2952,5160,1502, 436,3287,4247,3288,2836,4005,2919,3472,3473,5161,2721,2320,5162, # 1456 +5163,2337,2068, 23,4571, 193, 826,3838,2103, 699,1630,4248,3098, 390,1794,1064, # 1472 +3581,5164,1579,3099,3100,1400,5165,4249,1839,1640,2877,5166,4572,4573, 137,4250, # 1488 + 598,3101,1967, 780, 104, 974,2953,5167, 278, 899, 253, 402, 572, 504, 493,1339, # 1504 +5168,4006,1275,4574,2582,2558,5169,3706,3049,3102,2253, 565,1334,2722, 863, 41, # 1520 +5170,5171,4575,5172,1657,2338, 19, 463,2760,4251, 606,5173,2999,3289,1087,2085, # 1536 +1323,2662,3000,5174,1631,1623,1750,4252,2691,5175,2878, 791,2723,2663,2339, 232, # 1552 +2421,5176,3001,1498,5177,2664,2630, 755,1366,3707,3290,3151,2026,1609, 119,1918, # 1568 +3474, 862,1026,4253,5178,4007,3839,4576,4008,4577,2265,1952,2477,5179,1125, 817, # 1584 +4254,4255,4009,1513,1766,2041,1487,4256,3050,3291,2837,3840,3152,5180,5181,1507, # 1600 +5182,2692, 733, 40,1632,1106,2879, 345,4257, 841,2531, 230,4578,3002,1847,3292, # 1616 +3475,5183,1263, 986,3476,5184, 735, 879, 254,1137, 857, 622,1300,1180,1388,1562, # 1632 +4010,4011,2954, 967,2761,2665,1349, 592,2134,1692,3361,3003,1995,4258,1679,4012, # 1648 +1902,2188,5185, 739,3708,2724,1296,1290,5186,4259,2201,2202,1922,1563,2605,2559, # 1664 +1871,2762,3004,5187, 435,5188, 343,1108, 596, 17,1751,4579,2239,3477,3709,5189, # 1680 +4580, 294,3582,2955,1693, 477, 979, 281,2042,3583, 643,2043,3710,2631,2795,2266, # 1696 +1031,2340,2135,2303,3584,4581, 367,1249,2560,5190,3585,5191,4582,1283,3362,2005, # 1712 + 240,1762,3363,4583,4584, 836,1069,3153, 474,5192,2149,2532, 268,3586,5193,3219, # 1728 +1521,1284,5194,1658,1546,4260,5195,3587,3588,5196,4261,3364,2693,1685,4262, 961, # 1744 +1673,2632, 190,2006,2203,3841,4585,4586,5197, 570,2504,3711,1490,5198,4587,2633, # 1760 +3293,1957,4588, 584,1514, 396,1045,1945,5199,4589,1968,2449,5200,5201,4590,4013, # 1776 + 619,5202,3154,3294, 215,2007,2796,2561,3220,4591,3221,4592, 763,4263,3842,4593, # 1792 +5203,5204,1958,1767,2956,3365,3712,1174, 452,1477,4594,3366,3155,5205,2838,1253, # 1808 +2387,2189,1091,2290,4264, 492,5206, 638,1169,1825,2136,1752,4014, 648, 926,1021, # 1824 +1324,4595, 520,4596, 997, 847,1007, 892,4597,3843,2267,1872,3713,2405,1785,4598, # 1840 +1953,2957,3103,3222,1728,4265,2044,3714,4599,2008,1701,3156,1551, 30,2268,4266, # 1856 +5207,2027,4600,3589,5208, 501,5209,4267, 594,3478,2166,1822,3590,3479,3591,3223, # 1872 + 829,2839,4268,5210,1680,3157,1225,4269,5211,3295,4601,4270,3158,2341,5212,4602, # 1888 +4271,5213,4015,4016,5214,1848,2388,2606,3367,5215,4603, 374,4017, 652,4272,4273, # 1904 + 375,1140, 798,5216,5217,5218,2366,4604,2269, 546,1659, 138,3051,2450,4605,5219, # 1920 +2254, 612,1849, 910, 796,3844,1740,1371, 825,3845,3846,5220,2920,2562,5221, 692, # 1936 + 444,3052,2634, 801,4606,4274,5222,1491, 244,1053,3053,4275,4276, 340,5223,4018, # 1952 +1041,3005, 293,1168, 87,1357,5224,1539, 959,5225,2240, 721, 694,4277,3847, 219, # 1968 +1478, 644,1417,3368,2666,1413,1401,1335,1389,4019,5226,5227,3006,2367,3159,1826, # 1984 + 730,1515, 184,2840, 66,4607,5228,1660,2958, 246,3369, 378,1457, 226,3480, 975, # 2000 +4020,2959,1264,3592, 674, 696,5229, 163,5230,1141,2422,2167, 713,3593,3370,4608, # 2016 +4021,5231,5232,1186, 15,5233,1079,1070,5234,1522,3224,3594, 276,1050,2725, 758, # 2032 +1126, 653,2960,3296,5235,2342, 889,3595,4022,3104,3007, 903,1250,4609,4023,3481, # 2048 +3596,1342,1681,1718, 766,3297, 286, 89,2961,3715,5236,1713,5237,2607,3371,3008, # 2064 +5238,2962,2219,3225,2880,5239,4610,2505,2533, 181, 387,1075,4024, 731,2190,3372, # 2080 +5240,3298, 310, 313,3482,2304, 770,4278, 54,3054, 189,4611,3105,3848,4025,5241, # 2096 +1230,1617,1850, 355,3597,4279,4612,3373, 111,4280,3716,1350,3160,3483,3055,4281, # 2112 +2150,3299,3598,5242,2797,4026,4027,3009, 722,2009,5243,1071, 247,1207,2343,2478, # 2128 +1378,4613,2010, 864,1437,1214,4614, 373,3849,1142,2220, 667,4615, 442,2763,2563, # 2144 +3850,4028,1969,4282,3300,1840, 837, 170,1107, 934,1336,1883,5244,5245,2119,4283, # 2160 +2841, 743,1569,5246,4616,4284, 582,2389,1418,3484,5247,1803,5248, 357,1395,1729, # 2176 +3717,3301,2423,1564,2241,5249,3106,3851,1633,4617,1114,2086,4285,1532,5250, 482, # 2192 +2451,4618,5251,5252,1492, 833,1466,5253,2726,3599,1641,2842,5254,1526,1272,3718, # 2208 +4286,1686,1795, 416,2564,1903,1954,1804,5255,3852,2798,3853,1159,2321,5256,2881, # 2224 +4619,1610,1584,3056,2424,2764, 443,3302,1163,3161,5257,5258,4029,5259,4287,2506, # 2240 +3057,4620,4030,3162,2104,1647,3600,2011,1873,4288,5260,4289, 431,3485,5261, 250, # 2256 + 97, 81,4290,5262,1648,1851,1558, 160, 848,5263, 866, 740,1694,5264,2204,2843, # 2272 +3226,4291,4621,3719,1687, 950,2479, 426, 469,3227,3720,3721,4031,5265,5266,1188, # 2288 + 424,1996, 861,3601,4292,3854,2205,2694, 168,1235,3602,4293,5267,2087,1674,4622, # 2304 +3374,3303, 220,2565,1009,5268,3855, 670,3010, 332,1208, 717,5269,5270,3603,2452, # 2320 +4032,3375,5271, 513,5272,1209,2882,3376,3163,4623,1080,5273,5274,5275,5276,2534, # 2336 +3722,3604, 815,1587,4033,4034,5277,3605,3486,3856,1254,4624,1328,3058,1390,4035, # 2352 +1741,4036,3857,4037,5278, 236,3858,2453,3304,5279,5280,3723,3859,1273,3860,4625, # 2368 +5281, 308,5282,4626, 245,4627,1852,2480,1307,2583, 430, 715,2137,2454,5283, 270, # 2384 + 199,2883,4038,5284,3606,2727,1753, 761,1754, 725,1661,1841,4628,3487,3724,5285, # 2400 +5286, 587, 14,3305, 227,2608, 326, 480,2270, 943,2765,3607, 291, 650,1884,5287, # 2416 +1702,1226, 102,1547, 62,3488, 904,4629,3489,1164,4294,5288,5289,1224,1548,2766, # 2432 + 391, 498,1493,5290,1386,1419,5291,2056,1177,4630, 813, 880,1081,2368, 566,1145, # 2448 +4631,2291,1001,1035,2566,2609,2242, 394,1286,5292,5293,2069,5294, 86,1494,1730, # 2464 +4039, 491,1588, 745, 897,2963, 843,3377,4040,2767,2884,3306,1768, 998,2221,2070, # 2480 + 397,1827,1195,1970,3725,3011,3378, 284,5295,3861,2507,2138,2120,1904,5296,4041, # 2496 +2151,4042,4295,1036,3490,1905, 114,2567,4296, 209,1527,5297,5298,2964,2844,2635, # 2512 +2390,2728,3164, 812,2568,5299,3307,5300,1559, 737,1885,3726,1210, 885, 28,2695, # 2528 +3608,3862,5301,4297,1004,1780,4632,5302, 346,1982,2222,2696,4633,3863,1742, 797, # 2544 +1642,4043,1934,1072,1384,2152, 896,4044,3308,3727,3228,2885,3609,5303,2569,1959, # 2560 +4634,2455,1786,5304,5305,5306,4045,4298,1005,1308,3728,4299,2729,4635,4636,1528, # 2576 +2610, 161,1178,4300,1983, 987,4637,1101,4301, 631,4046,1157,3229,2425,1343,1241, # 2592 +1016,2243,2570, 372, 877,2344,2508,1160, 555,1935, 911,4047,5307, 466,1170, 169, # 2608 +1051,2921,2697,3729,2481,3012,1182,2012,2571,1251,2636,5308, 992,2345,3491,1540, # 2624 +2730,1201,2071,2406,1997,2482,5309,4638, 528,1923,2191,1503,1874,1570,2369,3379, # 2640 +3309,5310, 557,1073,5311,1828,3492,2088,2271,3165,3059,3107, 767,3108,2799,4639, # 2656 +1006,4302,4640,2346,1267,2179,3730,3230, 778,4048,3231,2731,1597,2667,5312,4641, # 2672 +5313,3493,5314,5315,5316,3310,2698,1433,3311, 131, 95,1504,4049, 723,4303,3166, # 2688 +1842,3610,2768,2192,4050,2028,2105,3731,5317,3013,4051,1218,5318,3380,3232,4052, # 2704 +4304,2584, 248,1634,3864, 912,5319,2845,3732,3060,3865, 654, 53,5320,3014,5321, # 2720 +1688,4642, 777,3494,1032,4053,1425,5322, 191, 820,2121,2846, 971,4643, 931,3233, # 2736 + 135, 664, 783,3866,1998, 772,2922,1936,4054,3867,4644,2923,3234, 282,2732, 640, # 2752 +1372,3495,1127, 922, 325,3381,5323,5324, 711,2045,5325,5326,4055,2223,2800,1937, # 2768 +4056,3382,2224,2255,3868,2305,5327,4645,3869,1258,3312,4057,3235,2139,2965,4058, # 2784 +4059,5328,2225, 258,3236,4646, 101,1227,5329,3313,1755,5330,1391,3314,5331,2924, # 2800 +2057, 893,5332,5333,5334,1402,4305,2347,5335,5336,3237,3611,5337,5338, 878,1325, # 2816 +1781,2801,4647, 259,1385,2585, 744,1183,2272,4648,5339,4060,2509,5340, 684,1024, # 2832 +4306,5341, 472,3612,3496,1165,3315,4061,4062, 322,2153, 881, 455,1695,1152,1340, # 2848 + 660, 554,2154,4649,1058,4650,4307, 830,1065,3383,4063,4651,1924,5342,1703,1919, # 2864 +5343, 932,2273, 122,5344,4652, 947, 677,5345,3870,2637, 297,1906,1925,2274,4653, # 2880 +2322,3316,5346,5347,4308,5348,4309, 84,4310, 112, 989,5349, 547,1059,4064, 701, # 2896 +3613,1019,5350,4311,5351,3497, 942, 639, 457,2306,2456, 993,2966, 407, 851, 494, # 2912 +4654,3384, 927,5352,1237,5353,2426,3385, 573,4312, 680, 921,2925,1279,1875, 285, # 2928 + 790,1448,1984, 719,2168,5354,5355,4655,4065,4066,1649,5356,1541, 563,5357,1077, # 2944 +5358,3386,3061,3498, 511,3015,4067,4068,3733,4069,1268,2572,3387,3238,4656,4657, # 2960 +5359, 535,1048,1276,1189,2926,2029,3167,1438,1373,2847,2967,1134,2013,5360,4313, # 2976 +1238,2586,3109,1259,5361, 700,5362,2968,3168,3734,4314,5363,4315,1146,1876,1907, # 2992 +4658,2611,4070, 781,2427, 132,1589, 203, 147, 273,2802,2407, 898,1787,2155,4071, # 3008 +4072,5364,3871,2803,5365,5366,4659,4660,5367,3239,5368,1635,3872, 965,5369,1805, # 3024 +2699,1516,3614,1121,1082,1329,3317,4073,1449,3873, 65,1128,2848,2927,2769,1590, # 3040 +3874,5370,5371, 12,2668, 45, 976,2587,3169,4661, 517,2535,1013,1037,3240,5372, # 3056 +3875,2849,5373,3876,5374,3499,5375,2612, 614,1999,2323,3877,3110,2733,2638,5376, # 3072 +2588,4316, 599,1269,5377,1811,3735,5378,2700,3111, 759,1060, 489,1806,3388,3318, # 3088 +1358,5379,5380,2391,1387,1215,2639,2256, 490,5381,5382,4317,1759,2392,2348,5383, # 3104 +4662,3878,1908,4074,2640,1807,3241,4663,3500,3319,2770,2349, 874,5384,5385,3501, # 3120 +3736,1859, 91,2928,3737,3062,3879,4664,5386,3170,4075,2669,5387,3502,1202,1403, # 3136 +3880,2969,2536,1517,2510,4665,3503,2511,5388,4666,5389,2701,1886,1495,1731,4076, # 3152 +2370,4667,5390,2030,5391,5392,4077,2702,1216, 237,2589,4318,2324,4078,3881,4668, # 3168 +4669,2703,3615,3504, 445,4670,5393,5394,5395,5396,2771, 61,4079,3738,1823,4080, # 3184 +5397, 687,2046, 935, 925, 405,2670, 703,1096,1860,2734,4671,4081,1877,1367,2704, # 3200 +3389, 918,2106,1782,2483, 334,3320,1611,1093,4672, 564,3171,3505,3739,3390, 945, # 3216 +2641,2058,4673,5398,1926, 872,4319,5399,3506,2705,3112, 349,4320,3740,4082,4674, # 3232 +3882,4321,3741,2156,4083,4675,4676,4322,4677,2408,2047, 782,4084, 400, 251,4323, # 3248 +1624,5400,5401, 277,3742, 299,1265, 476,1191,3883,2122,4324,4325,1109, 205,5402, # 3264 +2590,1000,2157,3616,1861,5403,5404,5405,4678,5406,4679,2573, 107,2484,2158,4085, # 3280 +3507,3172,5407,1533, 541,1301, 158, 753,4326,2886,3617,5408,1696, 370,1088,4327, # 3296 +4680,3618, 579, 327, 440, 162,2244, 269,1938,1374,3508, 968,3063, 56,1396,3113, # 3312 +2107,3321,3391,5409,1927,2159,4681,3016,5410,3619,5411,5412,3743,4682,2485,5413, # 3328 +2804,5414,1650,4683,5415,2613,5416,5417,4086,2671,3392,1149,3393,4087,3884,4088, # 3344 +5418,1076, 49,5419, 951,3242,3322,3323, 450,2850, 920,5420,1812,2805,2371,4328, # 3360 +1909,1138,2372,3885,3509,5421,3243,4684,1910,1147,1518,2428,4685,3886,5422,4686, # 3376 +2393,2614, 260,1796,3244,5423,5424,3887,3324, 708,5425,3620,1704,5426,3621,1351, # 3392 +1618,3394,3017,1887, 944,4329,3395,4330,3064,3396,4331,5427,3744, 422, 413,1714, # 3408 +3325, 500,2059,2350,4332,2486,5428,1344,1911, 954,5429,1668,5430,5431,4089,2409, # 3424 +4333,3622,3888,4334,5432,2307,1318,2512,3114, 133,3115,2887,4687, 629, 31,2851, # 3440 +2706,3889,4688, 850, 949,4689,4090,2970,1732,2089,4335,1496,1853,5433,4091, 620, # 3456 +3245, 981,1242,3745,3397,1619,3746,1643,3326,2140,2457,1971,1719,3510,2169,5434, # 3472 +3246,5435,5436,3398,1829,5437,1277,4690,1565,2048,5438,1636,3623,3116,5439, 869, # 3488 +2852, 655,3890,3891,3117,4092,3018,3892,1310,3624,4691,5440,5441,5442,1733, 558, # 3504 +4692,3747, 335,1549,3065,1756,4336,3748,1946,3511,1830,1291,1192, 470,2735,2108, # 3520 +2806, 913,1054,4093,5443,1027,5444,3066,4094,4693, 982,2672,3399,3173,3512,3247, # 3536 +3248,1947,2807,5445, 571,4694,5446,1831,5447,3625,2591,1523,2429,5448,2090, 984, # 3552 +4695,3749,1960,5449,3750, 852, 923,2808,3513,3751, 969,1519, 999,2049,2325,1705, # 3568 +5450,3118, 615,1662, 151, 597,4095,2410,2326,1049, 275,4696,3752,4337, 568,3753, # 3584 +3626,2487,4338,3754,5451,2430,2275, 409,3249,5452,1566,2888,3514,1002, 769,2853, # 3600 + 194,2091,3174,3755,2226,3327,4339, 628,1505,5453,5454,1763,2180,3019,4096, 521, # 3616 +1161,2592,1788,2206,2411,4697,4097,1625,4340,4341, 412, 42,3119, 464,5455,2642, # 3632 +4698,3400,1760,1571,2889,3515,2537,1219,2207,3893,2643,2141,2373,4699,4700,3328, # 3648 +1651,3401,3627,5456,5457,3628,2488,3516,5458,3756,5459,5460,2276,2092, 460,5461, # 3664 +4701,5462,3020, 962, 588,3629, 289,3250,2644,1116, 52,5463,3067,1797,5464,5465, # 3680 +5466,1467,5467,1598,1143,3757,4342,1985,1734,1067,4702,1280,3402, 465,4703,1572, # 3696 + 510,5468,1928,2245,1813,1644,3630,5469,4704,3758,5470,5471,2673,1573,1534,5472, # 3712 +5473, 536,1808,1761,3517,3894,3175,2645,5474,5475,5476,4705,3518,2929,1912,2809, # 3728 +5477,3329,1122, 377,3251,5478, 360,5479,5480,4343,1529, 551,5481,2060,3759,1769, # 3744 +2431,5482,2930,4344,3330,3120,2327,2109,2031,4706,1404, 136,1468,1479, 672,1171, # 3760 +3252,2308, 271,3176,5483,2772,5484,2050, 678,2736, 865,1948,4707,5485,2014,4098, # 3776 +2971,5486,2737,2227,1397,3068,3760,4708,4709,1735,2931,3403,3631,5487,3895, 509, # 3792 +2854,2458,2890,3896,5488,5489,3177,3178,4710,4345,2538,4711,2309,1166,1010, 552, # 3808 + 681,1888,5490,5491,2972,2973,4099,1287,1596,1862,3179, 358, 453, 736, 175, 478, # 3824 +1117, 905,1167,1097,5492,1854,1530,5493,1706,5494,2181,3519,2292,3761,3520,3632, # 3840 +4346,2093,4347,5495,3404,1193,2489,4348,1458,2193,2208,1863,1889,1421,3331,2932, # 3856 +3069,2182,3521, 595,2123,5496,4100,5497,5498,4349,1707,2646, 223,3762,1359, 751, # 3872 +3121, 183,3522,5499,2810,3021, 419,2374, 633, 704,3897,2394, 241,5500,5501,5502, # 3888 + 838,3022,3763,2277,2773,2459,3898,1939,2051,4101,1309,3122,2246,1181,5503,1136, # 3904 +2209,3899,2375,1446,4350,2310,4712,5504,5505,4351,1055,2615, 484,3764,5506,4102, # 3920 + 625,4352,2278,3405,1499,4353,4103,5507,4104,4354,3253,2279,2280,3523,5508,5509, # 3936 +2774, 808,2616,3765,3406,4105,4355,3123,2539, 526,3407,3900,4356, 955,5510,1620, # 3952 +4357,2647,2432,5511,1429,3766,1669,1832, 994, 928,5512,3633,1260,5513,5514,5515, # 3968 +1949,2293, 741,2933,1626,4358,2738,2460, 867,1184, 362,3408,1392,5516,5517,4106, # 3984 +4359,1770,1736,3254,2934,4713,4714,1929,2707,1459,1158,5518,3070,3409,2891,1292, # 4000 +1930,2513,2855,3767,1986,1187,2072,2015,2617,4360,5519,2574,2514,2170,3768,2490, # 4016 +3332,5520,3769,4715,5521,5522, 666,1003,3023,1022,3634,4361,5523,4716,1814,2257, # 4032 + 574,3901,1603, 295,1535, 705,3902,4362, 283, 858, 417,5524,5525,3255,4717,4718, # 4048 +3071,1220,1890,1046,2281,2461,4107,1393,1599, 689,2575, 388,4363,5526,2491, 802, # 4064 +5527,2811,3903,2061,1405,2258,5528,4719,3904,2110,1052,1345,3256,1585,5529, 809, # 4080 +5530,5531,5532, 575,2739,3524, 956,1552,1469,1144,2328,5533,2329,1560,2462,3635, # 4096 +3257,4108, 616,2210,4364,3180,2183,2294,5534,1833,5535,3525,4720,5536,1319,3770, # 4112 +3771,1211,3636,1023,3258,1293,2812,5537,5538,5539,3905, 607,2311,3906, 762,2892, # 4128 +1439,4365,1360,4721,1485,3072,5540,4722,1038,4366,1450,2062,2648,4367,1379,4723, # 4144 +2593,5541,5542,4368,1352,1414,2330,2935,1172,5543,5544,3907,3908,4724,1798,1451, # 4160 +5545,5546,5547,5548,2936,4109,4110,2492,2351, 411,4111,4112,3637,3333,3124,4725, # 4176 +1561,2674,1452,4113,1375,5549,5550, 47,2974, 316,5551,1406,1591,2937,3181,5552, # 4192 +1025,2142,3125,3182, 354,2740, 884,2228,4369,2412, 508,3772, 726,3638, 996,2433, # 4208 +3639, 729,5553, 392,2194,1453,4114,4726,3773,5554,5555,2463,3640,2618,1675,2813, # 4224 + 919,2352,2975,2353,1270,4727,4115, 73,5556,5557, 647,5558,3259,2856,2259,1550, # 4240 +1346,3024,5559,1332, 883,3526,5560,5561,5562,5563,3334,2775,5564,1212, 831,1347, # 4256 +4370,4728,2331,3909,1864,3073, 720,3910,4729,4730,3911,5565,4371,5566,5567,4731, # 4272 +5568,5569,1799,4732,3774,2619,4733,3641,1645,2376,4734,5570,2938, 669,2211,2675, # 4288 +2434,5571,2893,5572,5573,1028,3260,5574,4372,2413,5575,2260,1353,5576,5577,4735, # 4304 +3183, 518,5578,4116,5579,4373,1961,5580,2143,4374,5581,5582,3025,2354,2355,3912, # 4320 + 516,1834,1454,4117,2708,4375,4736,2229,2620,1972,1129,3642,5583,2776,5584,2976, # 4336 +1422, 577,1470,3026,1524,3410,5585,5586, 432,4376,3074,3527,5587,2594,1455,2515, # 4352 +2230,1973,1175,5588,1020,2741,4118,3528,4737,5589,2742,5590,1743,1361,3075,3529, # 4368 +2649,4119,4377,4738,2295, 895, 924,4378,2171, 331,2247,3076, 166,1627,3077,1098, # 4384 +5591,1232,2894,2231,3411,4739, 657, 403,1196,2377, 542,3775,3412,1600,4379,3530, # 4400 +5592,4740,2777,3261, 576, 530,1362,4741,4742,2540,2676,3776,4120,5593, 842,3913, # 4416 +5594,2814,2032,1014,4121, 213,2709,3413, 665, 621,4380,5595,3777,2939,2435,5596, # 4432 +2436,3335,3643,3414,4743,4381,2541,4382,4744,3644,1682,4383,3531,1380,5597, 724, # 4448 +2282, 600,1670,5598,1337,1233,4745,3126,2248,5599,1621,4746,5600, 651,4384,5601, # 4464 +1612,4385,2621,5602,2857,5603,2743,2312,3078,5604, 716,2464,3079, 174,1255,2710, # 4480 +4122,3645, 548,1320,1398, 728,4123,1574,5605,1891,1197,3080,4124,5606,3081,3082, # 4496 +3778,3646,3779, 747,5607, 635,4386,4747,5608,5609,5610,4387,5611,5612,4748,5613, # 4512 +3415,4749,2437, 451,5614,3780,2542,2073,4388,2744,4389,4125,5615,1764,4750,5616, # 4528 +4390, 350,4751,2283,2395,2493,5617,4391,4126,2249,1434,4127, 488,4752, 458,4392, # 4544 +4128,3781, 771,1330,2396,3914,2576,3184,2160,2414,1553,2677,3185,4393,5618,2494, # 4560 +2895,2622,1720,2711,4394,3416,4753,5619,2543,4395,5620,3262,4396,2778,5621,2016, # 4576 +2745,5622,1155,1017,3782,3915,5623,3336,2313, 201,1865,4397,1430,5624,4129,5625, # 4592 +5626,5627,5628,5629,4398,1604,5630, 414,1866, 371,2595,4754,4755,3532,2017,3127, # 4608 +4756,1708, 960,4399, 887, 389,2172,1536,1663,1721,5631,2232,4130,2356,2940,1580, # 4624 +5632,5633,1744,4757,2544,4758,4759,5634,4760,5635,2074,5636,4761,3647,3417,2896, # 4640 +4400,5637,4401,2650,3418,2815, 673,2712,2465, 709,3533,4131,3648,4402,5638,1148, # 4656 + 502, 634,5639,5640,1204,4762,3649,1575,4763,2623,3783,5641,3784,3128, 948,3263, # 4672 + 121,1745,3916,1110,5642,4403,3083,2516,3027,4132,3785,1151,1771,3917,1488,4133, # 4688 +1987,5643,2438,3534,5644,5645,2094,5646,4404,3918,1213,1407,2816, 531,2746,2545, # 4704 +3264,1011,1537,4764,2779,4405,3129,1061,5647,3786,3787,1867,2897,5648,2018, 120, # 4720 +4406,4407,2063,3650,3265,2314,3919,2678,3419,1955,4765,4134,5649,3535,1047,2713, # 4736 +1266,5650,1368,4766,2858, 649,3420,3920,2546,2747,1102,2859,2679,5651,5652,2000, # 4752 +5653,1111,3651,2977,5654,2495,3921,3652,2817,1855,3421,3788,5655,5656,3422,2415, # 4768 +2898,3337,3266,3653,5657,2577,5658,3654,2818,4135,1460, 856,5659,3655,5660,2899, # 4784 +2978,5661,2900,3922,5662,4408, 632,2517, 875,3923,1697,3924,2296,5663,5664,4767, # 4800 +3028,1239, 580,4768,4409,5665, 914, 936,2075,1190,4136,1039,2124,5666,5667,5668, # 4816 +5669,3423,1473,5670,1354,4410,3925,4769,2173,3084,4137, 915,3338,4411,4412,3339, # 4832 +1605,1835,5671,2748, 398,3656,4413,3926,4138, 328,1913,2860,4139,3927,1331,4414, # 4848 +3029, 937,4415,5672,3657,4140,4141,3424,2161,4770,3425, 524, 742, 538,3085,1012, # 4864 +5673,5674,3928,2466,5675, 658,1103, 225,3929,5676,5677,4771,5678,4772,5679,3267, # 4880 +1243,5680,4142, 963,2250,4773,5681,2714,3658,3186,5682,5683,2596,2332,5684,4774, # 4896 +5685,5686,5687,3536, 957,3426,2547,2033,1931,2941,2467, 870,2019,3659,1746,2780, # 4912 +2781,2439,2468,5688,3930,5689,3789,3130,3790,3537,3427,3791,5690,1179,3086,5691, # 4928 +3187,2378,4416,3792,2548,3188,3131,2749,4143,5692,3428,1556,2549,2297, 977,2901, # 4944 +2034,4144,1205,3429,5693,1765,3430,3189,2125,1271, 714,1689,4775,3538,5694,2333, # 4960 +3931, 533,4417,3660,2184, 617,5695,2469,3340,3539,2315,5696,5697,3190,5698,5699, # 4976 +3932,1988, 618, 427,2651,3540,3431,5700,5701,1244,1690,5702,2819,4418,4776,5703, # 4992 +3541,4777,5704,2284,1576, 473,3661,4419,3432, 972,5705,3662,5706,3087,5707,5708, # 5008 +4778,4779,5709,3793,4145,4146,5710, 153,4780, 356,5711,1892,2902,4420,2144, 408, # 5024 + 803,2357,5712,3933,5713,4421,1646,2578,2518,4781,4782,3934,5714,3935,4422,5715, # 5040 +2416,3433, 752,5716,5717,1962,3341,2979,5718, 746,3030,2470,4783,4423,3794, 698, # 5056 +4784,1893,4424,3663,2550,4785,3664,3936,5719,3191,3434,5720,1824,1302,4147,2715, # 5072 +3937,1974,4425,5721,4426,3192, 823,1303,1288,1236,2861,3542,4148,3435, 774,3938, # 5088 +5722,1581,4786,1304,2862,3939,4787,5723,2440,2162,1083,3268,4427,4149,4428, 344, # 5104 +1173, 288,2316, 454,1683,5724,5725,1461,4788,4150,2597,5726,5727,4789, 985, 894, # 5120 +5728,3436,3193,5729,1914,2942,3795,1989,5730,2111,1975,5731,4151,5732,2579,1194, # 5136 + 425,5733,4790,3194,1245,3796,4429,5734,5735,2863,5736, 636,4791,1856,3940, 760, # 5152 +1800,5737,4430,2212,1508,4792,4152,1894,1684,2298,5738,5739,4793,4431,4432,2213, # 5168 + 479,5740,5741, 832,5742,4153,2496,5743,2980,2497,3797, 990,3132, 627,1815,2652, # 5184 +4433,1582,4434,2126,2112,3543,4794,5744, 799,4435,3195,5745,4795,2113,1737,3031, # 5200 +1018, 543, 754,4436,3342,1676,4796,4797,4154,4798,1489,5746,3544,5747,2624,2903, # 5216 +4155,5748,5749,2981,5750,5751,5752,5753,3196,4799,4800,2185,1722,5754,3269,3270, # 5232 +1843,3665,1715, 481, 365,1976,1857,5755,5756,1963,2498,4801,5757,2127,3666,3271, # 5248 + 433,1895,2064,2076,5758, 602,2750,5759,5760,5761,5762,5763,3032,1628,3437,5764, # 5264 +3197,4802,4156,2904,4803,2519,5765,2551,2782,5766,5767,5768,3343,4804,2905,5769, # 5280 +4805,5770,2864,4806,4807,1221,2982,4157,2520,5771,5772,5773,1868,1990,5774,5775, # 5296 +5776,1896,5777,5778,4808,1897,4158, 318,5779,2095,4159,4437,5780,5781, 485,5782, # 5312 + 938,3941, 553,2680, 116,5783,3942,3667,5784,3545,2681,2783,3438,3344,2820,5785, # 5328 +3668,2943,4160,1747,2944,2983,5786,5787, 207,5788,4809,5789,4810,2521,5790,3033, # 5344 + 890,3669,3943,5791,1878,3798,3439,5792,2186,2358,3440,1652,5793,5794,5795, 941, # 5360 +2299, 208,3546,4161,2020, 330,4438,3944,2906,2499,3799,4439,4811,5796,5797,5798, # 5376 +) + diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/big5prober.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/big5prober.py new file mode 100644 index 000000000..98f997012 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/big5prober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .mbcharsetprober import MultiByteCharSetProber +from .codingstatemachine import CodingStateMachine +from .chardistribution import Big5DistributionAnalysis +from .mbcssm import BIG5_SM_MODEL + + +class Big5Prober(MultiByteCharSetProber): + def __init__(self): + super(Big5Prober, self).__init__() + self.coding_sm = CodingStateMachine(BIG5_SM_MODEL) + self.distribution_analyzer = Big5DistributionAnalysis() + self.reset() + + @property + def charset_name(self): + return "Big5" + + @property + def language(self): + return "Chinese" diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/chardistribution.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/chardistribution.py new file mode 100644 index 000000000..c0395f4a4 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/chardistribution.py @@ -0,0 +1,233 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .euctwfreq import (EUCTW_CHAR_TO_FREQ_ORDER, EUCTW_TABLE_SIZE, + EUCTW_TYPICAL_DISTRIBUTION_RATIO) +from .euckrfreq import (EUCKR_CHAR_TO_FREQ_ORDER, EUCKR_TABLE_SIZE, + EUCKR_TYPICAL_DISTRIBUTION_RATIO) +from .gb2312freq import (GB2312_CHAR_TO_FREQ_ORDER, GB2312_TABLE_SIZE, + GB2312_TYPICAL_DISTRIBUTION_RATIO) +from .big5freq import (BIG5_CHAR_TO_FREQ_ORDER, BIG5_TABLE_SIZE, + BIG5_TYPICAL_DISTRIBUTION_RATIO) +from .jisfreq import (JIS_CHAR_TO_FREQ_ORDER, JIS_TABLE_SIZE, + JIS_TYPICAL_DISTRIBUTION_RATIO) + + +class CharDistributionAnalysis(object): + ENOUGH_DATA_THRESHOLD = 1024 + SURE_YES = 0.99 + SURE_NO = 0.01 + MINIMUM_DATA_THRESHOLD = 3 + + def __init__(self): + # Mapping table to get frequency order from char order (get from + # GetOrder()) + self._char_to_freq_order = None + self._table_size = None # Size of above table + # This is a constant value which varies from language to language, + # used in calculating confidence. See + # http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html + # for further detail. + self.typical_distribution_ratio = None + self._done = None + self._total_chars = None + self._freq_chars = None + self.reset() + + def reset(self): + """reset analyser, clear any state""" + # If this flag is set to True, detection is done and conclusion has + # been made + self._done = False + self._total_chars = 0 # Total characters encountered + # The number of characters whose frequency order is less than 512 + self._freq_chars = 0 + + def feed(self, char, char_len): + """feed a character with known length""" + if char_len == 2: + # we only care about 2-bytes character in our distribution analysis + order = self.get_order(char) + else: + order = -1 + if order >= 0: + self._total_chars += 1 + # order is valid + if order < self._table_size: + if 512 > self._char_to_freq_order[order]: + self._freq_chars += 1 + + def get_confidence(self): + """return confidence based on existing data""" + # if we didn't receive any character in our consideration range, + # return negative answer + if self._total_chars <= 0 or self._freq_chars <= self.MINIMUM_DATA_THRESHOLD: + return self.SURE_NO + + if self._total_chars != self._freq_chars: + r = (self._freq_chars / ((self._total_chars - self._freq_chars) + * self.typical_distribution_ratio)) + if r < self.SURE_YES: + return r + + # normalize confidence (we don't want to be 100% sure) + return self.SURE_YES + + def got_enough_data(self): + # It is not necessary to receive all data to draw conclusion. + # For charset detection, certain amount of data is enough + return self._total_chars > self.ENOUGH_DATA_THRESHOLD + + def get_order(self, byte_str): + # We do not handle characters based on the original encoding string, + # but convert this encoding string to a number, here called order. + # This allows multiple encodings of a language to share one frequency + # table. + return -1 + + +class EUCTWDistributionAnalysis(CharDistributionAnalysis): + def __init__(self): + super(EUCTWDistributionAnalysis, self).__init__() + self._char_to_freq_order = EUCTW_CHAR_TO_FREQ_ORDER + self._table_size = EUCTW_TABLE_SIZE + self.typical_distribution_ratio = EUCTW_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str): + # for euc-TW encoding, we are interested + # first byte range: 0xc4 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char = byte_str[0] + if first_char >= 0xC4: + return 94 * (first_char - 0xC4) + byte_str[1] - 0xA1 + else: + return -1 + + +class EUCKRDistributionAnalysis(CharDistributionAnalysis): + def __init__(self): + super(EUCKRDistributionAnalysis, self).__init__() + self._char_to_freq_order = EUCKR_CHAR_TO_FREQ_ORDER + self._table_size = EUCKR_TABLE_SIZE + self.typical_distribution_ratio = EUCKR_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str): + # for euc-KR encoding, we are interested + # first byte range: 0xb0 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char = byte_str[0] + if first_char >= 0xB0: + return 94 * (first_char - 0xB0) + byte_str[1] - 0xA1 + else: + return -1 + + +class GB2312DistributionAnalysis(CharDistributionAnalysis): + def __init__(self): + super(GB2312DistributionAnalysis, self).__init__() + self._char_to_freq_order = GB2312_CHAR_TO_FREQ_ORDER + self._table_size = GB2312_TABLE_SIZE + self.typical_distribution_ratio = GB2312_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str): + # for GB2312 encoding, we are interested + # first byte range: 0xb0 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char, second_char = byte_str[0], byte_str[1] + if (first_char >= 0xB0) and (second_char >= 0xA1): + return 94 * (first_char - 0xB0) + second_char - 0xA1 + else: + return -1 + + +class Big5DistributionAnalysis(CharDistributionAnalysis): + def __init__(self): + super(Big5DistributionAnalysis, self).__init__() + self._char_to_freq_order = BIG5_CHAR_TO_FREQ_ORDER + self._table_size = BIG5_TABLE_SIZE + self.typical_distribution_ratio = BIG5_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str): + # for big5 encoding, we are interested + # first byte range: 0xa4 -- 0xfe + # second byte range: 0x40 -- 0x7e , 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char, second_char = byte_str[0], byte_str[1] + if first_char >= 0xA4: + if second_char >= 0xA1: + return 157 * (first_char - 0xA4) + second_char - 0xA1 + 63 + else: + return 157 * (first_char - 0xA4) + second_char - 0x40 + else: + return -1 + + +class SJISDistributionAnalysis(CharDistributionAnalysis): + def __init__(self): + super(SJISDistributionAnalysis, self).__init__() + self._char_to_freq_order = JIS_CHAR_TO_FREQ_ORDER + self._table_size = JIS_TABLE_SIZE + self.typical_distribution_ratio = JIS_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str): + # for sjis encoding, we are interested + # first byte range: 0x81 -- 0x9f , 0xe0 -- 0xfe + # second byte range: 0x40 -- 0x7e, 0x81 -- oxfe + # no validation needed here. State machine has done that + first_char, second_char = byte_str[0], byte_str[1] + if (first_char >= 0x81) and (first_char <= 0x9F): + order = 188 * (first_char - 0x81) + elif (first_char >= 0xE0) and (first_char <= 0xEF): + order = 188 * (first_char - 0xE0 + 31) + else: + return -1 + order = order + second_char - 0x40 + if second_char > 0x7F: + order = -1 + return order + + +class EUCJPDistributionAnalysis(CharDistributionAnalysis): + def __init__(self): + super(EUCJPDistributionAnalysis, self).__init__() + self._char_to_freq_order = JIS_CHAR_TO_FREQ_ORDER + self._table_size = JIS_TABLE_SIZE + self.typical_distribution_ratio = JIS_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str): + # for euc-JP encoding, we are interested + # first byte range: 0xa0 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + char = byte_str[0] + if char >= 0xA0: + return 94 * (char - 0xA1) + byte_str[1] - 0xa1 + else: + return -1 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/charsetgroupprober.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/charsetgroupprober.py new file mode 100644 index 000000000..5812cef0b --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/charsetgroupprober.py @@ -0,0 +1,107 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .enums import ProbingState +from .charsetprober import CharSetProber + + +class CharSetGroupProber(CharSetProber): + def __init__(self, lang_filter=None): + super(CharSetGroupProber, self).__init__(lang_filter=lang_filter) + self._active_num = 0 + self.probers = [] + self._best_guess_prober = None + + def reset(self): + super(CharSetGroupProber, self).reset() + self._active_num = 0 + for prober in self.probers: + if prober: + prober.reset() + prober.active = True + self._active_num += 1 + self._best_guess_prober = None + + @property + def charset_name(self): + if not self._best_guess_prober: + self.get_confidence() + if not self._best_guess_prober: + return None + return self._best_guess_prober.charset_name + + @property + def language(self): + if not self._best_guess_prober: + self.get_confidence() + if not self._best_guess_prober: + return None + return self._best_guess_prober.language + + def feed(self, byte_str): + for prober in self.probers: + if not prober: + continue + if not prober.active: + continue + state = prober.feed(byte_str) + if not state: + continue + if state == ProbingState.FOUND_IT: + self._best_guess_prober = prober + self._state = ProbingState.FOUND_IT + return self.state + elif state == ProbingState.NOT_ME: + prober.active = False + self._active_num -= 1 + if self._active_num <= 0: + self._state = ProbingState.NOT_ME + return self.state + return self.state + + def get_confidence(self): + state = self.state + if state == ProbingState.FOUND_IT: + return 0.99 + elif state == ProbingState.NOT_ME: + return 0.01 + best_conf = 0.0 + self._best_guess_prober = None + for prober in self.probers: + if not prober: + continue + if not prober.active: + self.logger.debug('%s not active', prober.charset_name) + continue + conf = prober.get_confidence() + self.logger.debug('%s %s confidence = %s', prober.charset_name, prober.language, conf) + if best_conf < conf: + best_conf = conf + self._best_guess_prober = prober + if not self._best_guess_prober: + return 0.0 + return best_conf diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/charsetprober.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/charsetprober.py new file mode 100644 index 000000000..eac4e5986 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/charsetprober.py @@ -0,0 +1,145 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +import logging +import re + +from .enums import ProbingState + + +class CharSetProber(object): + + SHORTCUT_THRESHOLD = 0.95 + + def __init__(self, lang_filter=None): + self._state = None + self.lang_filter = lang_filter + self.logger = logging.getLogger(__name__) + + def reset(self): + self._state = ProbingState.DETECTING + + @property + def charset_name(self): + return None + + def feed(self, buf): + pass + + @property + def state(self): + return self._state + + def get_confidence(self): + return 0.0 + + @staticmethod + def filter_high_byte_only(buf): + buf = re.sub(b'([\x00-\x7F])+', b' ', buf) + return buf + + @staticmethod + def filter_international_words(buf): + """ + We define three types of bytes: + alphabet: english alphabets [a-zA-Z] + international: international characters [\x80-\xFF] + marker: everything else [^a-zA-Z\x80-\xFF] + + The input buffer can be thought to contain a series of words delimited + by markers. This function works to filter all words that contain at + least one international character. All contiguous sequences of markers + are replaced by a single space ascii character. + + This filter applies to all scripts which do not use English characters. + """ + filtered = bytearray() + + # This regex expression filters out only words that have at-least one + # international character. The word may include one marker character at + # the end. + words = re.findall(b'[a-zA-Z]*[\x80-\xFF]+[a-zA-Z]*[^a-zA-Z\x80-\xFF]?', + buf) + + for word in words: + filtered.extend(word[:-1]) + + # If the last character in the word is a marker, replace it with a + # space as markers shouldn't affect our analysis (they are used + # similarly across all languages and may thus have similar + # frequencies). + last_char = word[-1:] + if not last_char.isalpha() and last_char < b'\x80': + last_char = b' ' + filtered.extend(last_char) + + return filtered + + @staticmethod + def filter_with_english_letters(buf): + """ + Returns a copy of ``buf`` that retains only the sequences of English + alphabet and high byte characters that are not between <> characters. + Also retains English alphabet and high byte characters immediately + before occurrences of >. + + This filter can be applied to all scripts which contain both English + characters and extended ASCII characters, but is currently only used by + ``Latin1Prober``. + """ + filtered = bytearray() + in_tag = False + prev = 0 + + for curr in range(len(buf)): + # Slice here to get bytes instead of an int with Python 3 + buf_char = buf[curr:curr + 1] + # Check if we're coming out of or entering an HTML tag + if buf_char == b'>': + in_tag = False + elif buf_char == b'<': + in_tag = True + + # If current character is not extended-ASCII and not alphabetic... + if buf_char < b'\x80' and not buf_char.isalpha(): + # ...and we're not in a tag + if curr > prev and not in_tag: + # Keep everything after last non-extended-ASCII, + # non-alphabetic character + filtered.extend(buf[prev:curr]) + # Output a space to delimit stretch we kept + filtered.extend(b' ') + prev = curr + 1 + + # If we're not in a tag... + if not in_tag: + # Keep everything after last non-extended-ASCII, non-alphabetic + # character + filtered.extend(buf[prev:]) + + return filtered diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/cli/__init__.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/cli/__init__.py new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/cli/__init__.py @@ -0,0 +1 @@ + diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1e72c955d8f2e62a2a58a6eeced6fe9948347f24 GIT binary patch literal 195 zcmWIL<>g`kg0L2|3`QXR7{oyaAVCKpE@lA|DGb33nv8xc8Hzx{2;x_Uenx(7s(wmh zo_;}PNk)F2Zh^6GT2X3hQf8`dNl{{Qc50D+S!!OHeokf*REe>kg?@2nNvduEP&zR^ zwOGF(vp_!{s46ADNIy9vu_z_AL_awvQ$IdFGcU6wK3=b&@)n0pZhlH>PO2Tq1)qVK F0RY(dGjjj{ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..502e02b2237cb3b406fdc5f6e106bb81ce01069b GIT binary patch literal 2691 zcma)8&5j$#5uSf?XSvkcaSX^wgg!)xXe>!fwhV&^f&^BA7%&!sEgLXnd(>n%m$N&6 z>Td3a6!)|~M(?mhPI-pBNnd@+D+Do=uZHBBf_%sj?CGEC>aMDln&=IciGB@{zUhWV5JQxNp&G}h44C{9^jPMS!M&2AY>$Nc3 z%j02O_oHk-Zw*`MABd*d`_3I6h_;BuK6-6=OSH~BRmk?00}20gr*n(naUCcAe5}&S zu#0Iro-)JFq-JFyS*ciFD#<2kCRxSJR5M-(reswrLn6#fWvZBvMvjdXu`I@=NQ)C4 z$A9`8&#O!h264>r+-2h_S8GA0%UsqvsZ&CSqERikT^g{9v=HTm?%sd!@Bs#9%Eo0e zNd?Z3?7iN@8}SFOL6>&^R66-r^%&W-}v`G$#kxcBRt7B$HV&HfdSd!&#BSewk#ck&0*fxZ~RW zBsrH#V?9YQ^dEoq0IxT`C{mi{*`wNbrLtjt-q@qlHcyCmg#X9*>jfI)TsfEC(s|^3 z!!CW}F8wR_(qDSl-qK&WuCw$`eFY>uJ9-vlHdrCfm%A2awel|A zWgxuUj>?389WOT{%mufd6|f;fnq9f*ML*1|OSPfdwE_(f6F>$PS3GA~T1Y)$PoS#qGE=e>i3nk0M`drl z$IPpZ+<<*TKBtqRdNemu@2V|$E(h!wEiG?u13+aNfQ#7BY<=F2-t`{bvYxY1dQu=6 zY;${!#qH;p1NQv#HM~8)wDFHvT^x`Yu&1P+W#+iEuNnxY-J?r#rTE+i6Dfra1ai)X z8WAN4hG-L0_9 zPo(ZwY1Id|k)^7?N$&nQOSgSEwpYzBzixgs)wx@W@EsEDXN zZJfBG@ghVvkR+H<#Me!;2g&^xKFtE_&dNn@d8hlxu6L1D{&j2RsB?25TF}uJ2QNI= zF$d<>5^JZ2SKbve?%CI(O+32zzDCJkz>f$Gkd@~|mE?NH)yWKj0=v)@!lwaeVo9U` zSK!T8Qvl-U1NP}AOKvtFf!$b&w5jAcoupE1_;-6&m(E(}1?AJt1L8Xdu#VW%r+`e4 zwEy+~;G3sUS*qDgLr+=&NgTJJJ%c)@)_2&+)Ov04<&*!nHXvVj3d7B1Ug>PHtBEFe zU}D3Xg%{ucnd;8P6#4LD?q6W0oMq(NGfC_~HAUrQ`zy*{AKVji!jXZ4HM4iDr$*L& zw-eZ4DznN4WVsCs*sg73BfQw_b~pTO8=KBz|L#5T+(}0x`#YYEc+DZ|*FfdsA77O- zL|ig8D+*%8ow|o=0gi(3xyl`?ULrnTr&4jjx%m#szT_XQPZ4XKNh6 zSPc^5*@g{)fC-zIGqtW-J%&(Y$S!zc7@2fLm)N~Pw@cG8{2dU59CzNZO_&Sn1?9B= zxWVaT8YTL*62q1lKqk5;RN7}lRny%K(JESPcd0IR~PyYsuvlqDD%gB#h z&ucoK`{sY65R~#V@?tLrl>~n9LlmeFXlFA?XfM^^`q~}$xN~S5Ng~Q|lGr#w8AoB0 zNusC%E1w$T9Q9jj$lT%2z<9k4J;Ee-@Rh yE(~k8Y%fhDjyn-;?liSCn!n3SG0Wudi6%9 self.SHORTCUT_THRESHOLD)): + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self): + context_conf = self.context_analyzer.get_confidence() + distrib_conf = self.distribution_analyzer.get_confidence() + return max(context_conf, distrib_conf) diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/euckrfreq.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/euckrfreq.py new file mode 100644 index 000000000..b68078cb9 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/euckrfreq.py @@ -0,0 +1,195 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# Sampling from about 20M text materials include literature and computer technology + +# 128 --> 0.79 +# 256 --> 0.92 +# 512 --> 0.986 +# 1024 --> 0.99944 +# 2048 --> 0.99999 +# +# Idea Distribution Ratio = 0.98653 / (1-0.98653) = 73.24 +# Random Distribution Ration = 512 / (2350-512) = 0.279. +# +# Typical Distribution Ratio + +EUCKR_TYPICAL_DISTRIBUTION_RATIO = 6.0 + +EUCKR_TABLE_SIZE = 2352 + +# Char to FreqOrder table , +EUCKR_CHAR_TO_FREQ_ORDER = ( + 13, 130, 120,1396, 481,1719,1720, 328, 609, 212,1721, 707, 400, 299,1722, 87, +1397,1723, 104, 536,1117,1203,1724,1267, 685,1268, 508,1725,1726,1727,1728,1398, +1399,1729,1730,1731, 141, 621, 326,1057, 368,1732, 267, 488, 20,1733,1269,1734, + 945,1400,1735, 47, 904,1270,1736,1737, 773, 248,1738, 409, 313, 786, 429,1739, + 116, 987, 813,1401, 683, 75,1204, 145,1740,1741,1742,1743, 16, 847, 667, 622, + 708,1744,1745,1746, 966, 787, 304, 129,1747, 60, 820, 123, 676,1748,1749,1750, +1751, 617,1752, 626,1753,1754,1755,1756, 653,1757,1758,1759,1760,1761,1762, 856, + 344,1763,1764,1765,1766, 89, 401, 418, 806, 905, 848,1767,1768,1769, 946,1205, + 709,1770,1118,1771, 241,1772,1773,1774,1271,1775, 569,1776, 999,1777,1778,1779, +1780, 337, 751,1058, 28, 628, 254,1781, 177, 906, 270, 349, 891,1079,1782, 19, +1783, 379,1784, 315,1785, 629, 754,1402, 559,1786, 636, 203,1206,1787, 710, 567, +1788, 935, 814,1789,1790,1207, 766, 528,1791,1792,1208,1793,1794,1795,1796,1797, +1403,1798,1799, 533,1059,1404,1405,1156,1406, 936, 884,1080,1800, 351,1801,1802, +1803,1804,1805, 801,1806,1807,1808,1119,1809,1157, 714, 474,1407,1810, 298, 899, + 885,1811,1120, 802,1158,1812, 892,1813,1814,1408, 659,1815,1816,1121,1817,1818, +1819,1820,1821,1822, 319,1823, 594, 545,1824, 815, 937,1209,1825,1826, 573,1409, +1022,1827,1210,1828,1829,1830,1831,1832,1833, 556, 722, 807,1122,1060,1834, 697, +1835, 900, 557, 715,1836,1410, 540,1411, 752,1159, 294, 597,1211, 976, 803, 770, +1412,1837,1838, 39, 794,1413, 358,1839, 371, 925,1840, 453, 661, 788, 531, 723, + 544,1023,1081, 869, 91,1841, 392, 430, 790, 602,1414, 677,1082, 457,1415,1416, +1842,1843, 475, 327,1024,1417, 795, 121,1844, 733, 403,1418,1845,1846,1847, 300, + 119, 711,1212, 627,1848,1272, 207,1849,1850, 796,1213, 382,1851, 519,1852,1083, + 893,1853,1854,1855, 367, 809, 487, 671,1856, 663,1857,1858, 956, 471, 306, 857, +1859,1860,1160,1084,1861,1862,1863,1864,1865,1061,1866,1867,1868,1869,1870,1871, + 282, 96, 574,1872, 502,1085,1873,1214,1874, 907,1875,1876, 827, 977,1419,1420, +1421, 268,1877,1422,1878,1879,1880, 308,1881, 2, 537,1882,1883,1215,1884,1885, + 127, 791,1886,1273,1423,1887, 34, 336, 404, 643,1888, 571, 654, 894, 840,1889, + 0, 886,1274, 122, 575, 260, 908, 938,1890,1275, 410, 316,1891,1892, 100,1893, +1894,1123, 48,1161,1124,1025,1895, 633, 901,1276,1896,1897, 115, 816,1898, 317, +1899, 694,1900, 909, 734,1424, 572, 866,1425, 691, 85, 524,1010, 543, 394, 841, +1901,1902,1903,1026,1904,1905,1906,1907,1908,1909, 30, 451, 651, 988, 310,1910, +1911,1426, 810,1216, 93,1912,1913,1277,1217,1914, 858, 759, 45, 58, 181, 610, + 269,1915,1916, 131,1062, 551, 443,1000, 821,1427, 957, 895,1086,1917,1918, 375, +1919, 359,1920, 687,1921, 822,1922, 293,1923,1924, 40, 662, 118, 692, 29, 939, + 887, 640, 482, 174,1925, 69,1162, 728,1428, 910,1926,1278,1218,1279, 386, 870, + 217, 854,1163, 823,1927,1928,1929,1930, 834,1931, 78,1932, 859,1933,1063,1934, +1935,1936,1937, 438,1164, 208, 595,1938,1939,1940,1941,1219,1125,1942, 280, 888, +1429,1430,1220,1431,1943,1944,1945,1946,1947,1280, 150, 510,1432,1948,1949,1950, +1951,1952,1953,1954,1011,1087,1955,1433,1043,1956, 881,1957, 614, 958,1064,1065, +1221,1958, 638,1001, 860, 967, 896,1434, 989, 492, 553,1281,1165,1959,1282,1002, +1283,1222,1960,1961,1962,1963, 36, 383, 228, 753, 247, 454,1964, 876, 678,1965, +1966,1284, 126, 464, 490, 835, 136, 672, 529, 940,1088,1435, 473,1967,1968, 467, + 50, 390, 227, 587, 279, 378, 598, 792, 968, 240, 151, 160, 849, 882,1126,1285, + 639,1044, 133, 140, 288, 360, 811, 563,1027, 561, 142, 523,1969,1970,1971, 7, + 103, 296, 439, 407, 506, 634, 990,1972,1973,1974,1975, 645,1976,1977,1978,1979, +1980,1981, 236,1982,1436,1983,1984,1089, 192, 828, 618, 518,1166, 333,1127,1985, + 818,1223,1986,1987,1988,1989,1990,1991,1992,1993, 342,1128,1286, 746, 842,1994, +1995, 560, 223,1287, 98, 8, 189, 650, 978,1288,1996,1437,1997, 17, 345, 250, + 423, 277, 234, 512, 226, 97, 289, 42, 167,1998, 201,1999,2000, 843, 836, 824, + 532, 338, 783,1090, 182, 576, 436,1438,1439, 527, 500,2001, 947, 889,2002,2003, +2004,2005, 262, 600, 314, 447,2006, 547,2007, 693, 738,1129,2008, 71,1440, 745, + 619, 688,2009, 829,2010,2011, 147,2012, 33, 948,2013,2014, 74, 224,2015, 61, + 191, 918, 399, 637,2016,1028,1130, 257, 902,2017,2018,2019,2020,2021,2022,2023, +2024,2025,2026, 837,2027,2028,2029,2030, 179, 874, 591, 52, 724, 246,2031,2032, +2033,2034,1167, 969,2035,1289, 630, 605, 911,1091,1168,2036,2037,2038,1441, 912, +2039, 623,2040,2041, 253,1169,1290,2042,1442, 146, 620, 611, 577, 433,2043,1224, + 719,1170, 959, 440, 437, 534, 84, 388, 480,1131, 159, 220, 198, 679,2044,1012, + 819,1066,1443, 113,1225, 194, 318,1003,1029,2045,2046,2047,2048,1067,2049,2050, +2051,2052,2053, 59, 913, 112,2054, 632,2055, 455, 144, 739,1291,2056, 273, 681, + 499,2057, 448,2058,2059, 760,2060,2061, 970, 384, 169, 245,1132,2062,2063, 414, +1444,2064,2065, 41, 235,2066, 157, 252, 877, 568, 919, 789, 580,2067, 725,2068, +2069,1292,2070,2071,1445,2072,1446,2073,2074, 55, 588, 66,1447, 271,1092,2075, +1226,2076, 960,1013, 372,2077,2078,2079,2080,2081,1293,2082,2083,2084,2085, 850, +2086,2087,2088,2089,2090, 186,2091,1068, 180,2092,2093,2094, 109,1227, 522, 606, +2095, 867,1448,1093, 991,1171, 926, 353,1133,2096, 581,2097,2098,2099,1294,1449, +1450,2100, 596,1172,1014,1228,2101,1451,1295,1173,1229,2102,2103,1296,1134,1452, + 949,1135,2104,2105,1094,1453,1454,1455,2106,1095,2107,2108,2109,2110,2111,2112, +2113,2114,2115,2116,2117, 804,2118,2119,1230,1231, 805,1456, 405,1136,2120,2121, +2122,2123,2124, 720, 701,1297, 992,1457, 927,1004,2125,2126,2127,2128,2129,2130, + 22, 417,2131, 303,2132, 385,2133, 971, 520, 513,2134,1174, 73,1096, 231, 274, + 962,1458, 673,2135,1459,2136, 152,1137,2137,2138,2139,2140,1005,1138,1460,1139, +2141,2142,2143,2144, 11, 374, 844,2145, 154,1232, 46,1461,2146, 838, 830, 721, +1233, 106,2147, 90, 428, 462, 578, 566,1175, 352,2148,2149, 538,1234, 124,1298, +2150,1462, 761, 565,2151, 686,2152, 649,2153, 72, 173,2154, 460, 415,2155,1463, +2156,1235, 305,2157,2158,2159,2160,2161,2162, 579,2163,2164,2165,2166,2167, 747, +2168,2169,2170,2171,1464, 669,2172,2173,2174,2175,2176,1465,2177, 23, 530, 285, +2178, 335, 729,2179, 397,2180,2181,2182,1030,2183,2184, 698,2185,2186, 325,2187, +2188, 369,2189, 799,1097,1015, 348,2190,1069, 680,2191, 851,1466,2192,2193, 10, +2194, 613, 424,2195, 979, 108, 449, 589, 27, 172, 81,1031, 80, 774, 281, 350, +1032, 525, 301, 582,1176,2196, 674,1045,2197,2198,1467, 730, 762,2199,2200,2201, +2202,1468,2203, 993,2204,2205, 266,1070, 963,1140,2206,2207,2208, 664,1098, 972, +2209,2210,2211,1177,1469,1470, 871,2212,2213,2214,2215,2216,1471,2217,2218,2219, +2220,2221,2222,2223,2224,2225,2226,2227,1472,1236,2228,2229,2230,2231,2232,2233, +2234,2235,1299,2236,2237, 200,2238, 477, 373,2239,2240, 731, 825, 777,2241,2242, +2243, 521, 486, 548,2244,2245,2246,1473,1300, 53, 549, 137, 875, 76, 158,2247, +1301,1474, 469, 396,1016, 278, 712,2248, 321, 442, 503, 767, 744, 941,1237,1178, +1475,2249, 82, 178,1141,1179, 973,2250,1302,2251, 297,2252,2253, 570,2254,2255, +2256, 18, 450, 206,2257, 290, 292,1142,2258, 511, 162, 99, 346, 164, 735,2259, +1476,1477, 4, 554, 343, 798,1099,2260,1100,2261, 43, 171,1303, 139, 215,2262, +2263, 717, 775,2264,1033, 322, 216,2265, 831,2266, 149,2267,1304,2268,2269, 702, +1238, 135, 845, 347, 309,2270, 484,2271, 878, 655, 238,1006,1478,2272, 67,2273, + 295,2274,2275, 461,2276, 478, 942, 412,2277,1034,2278,2279,2280, 265,2281, 541, +2282,2283,2284,2285,2286, 70, 852,1071,2287,2288,2289,2290, 21, 56, 509, 117, + 432,2291,2292, 331, 980, 552,1101, 148, 284, 105, 393,1180,1239, 755,2293, 187, +2294,1046,1479,2295, 340,2296, 63,1047, 230,2297,2298,1305, 763,1306, 101, 800, + 808, 494,2299,2300,2301, 903,2302, 37,1072, 14, 5,2303, 79, 675,2304, 312, +2305,2306,2307,2308,2309,1480, 6,1307,2310,2311,2312, 1, 470, 35, 24, 229, +2313, 695, 210, 86, 778, 15, 784, 592, 779, 32, 77, 855, 964,2314, 259,2315, + 501, 380,2316,2317, 83, 981, 153, 689,1308,1481,1482,1483,2318,2319, 716,1484, +2320,2321,2322,2323,2324,2325,1485,2326,2327, 128, 57, 68, 261,1048, 211, 170, +1240, 31,2328, 51, 435, 742,2329,2330,2331, 635,2332, 264, 456,2333,2334,2335, + 425,2336,1486, 143, 507, 263, 943,2337, 363, 920,1487, 256,1488,1102, 243, 601, +1489,2338,2339,2340,2341,2342,2343,2344, 861,2345,2346,2347,2348,2349,2350, 395, +2351,1490,1491, 62, 535, 166, 225,2352,2353, 668, 419,1241, 138, 604, 928,2354, +1181,2355,1492,1493,2356,2357,2358,1143,2359, 696,2360, 387, 307,1309, 682, 476, +2361,2362, 332, 12, 222, 156,2363, 232,2364, 641, 276, 656, 517,1494,1495,1035, + 416, 736,1496,2365,1017, 586,2366,2367,2368,1497,2369, 242,2370,2371,2372,1498, +2373, 965, 713,2374,2375,2376,2377, 740, 982,1499, 944,1500,1007,2378,2379,1310, +1501,2380,2381,2382, 785, 329,2383,2384,1502,2385,2386,2387, 932,2388,1503,2389, +2390,2391,2392,1242,2393,2394,2395,2396,2397, 994, 950,2398,2399,2400,2401,1504, +1311,2402,2403,2404,2405,1049, 749,2406,2407, 853, 718,1144,1312,2408,1182,1505, +2409,2410, 255, 516, 479, 564, 550, 214,1506,1507,1313, 413, 239, 444, 339,1145, +1036,1508,1509,1314,1037,1510,1315,2411,1511,2412,2413,2414, 176, 703, 497, 624, + 593, 921, 302,2415, 341, 165,1103,1512,2416,1513,2417,2418,2419, 376,2420, 700, +2421,2422,2423, 258, 768,1316,2424,1183,2425, 995, 608,2426,2427,2428,2429, 221, +2430,2431,2432,2433,2434,2435,2436,2437, 195, 323, 726, 188, 897, 983,1317, 377, + 644,1050, 879,2438, 452,2439,2440,2441,2442,2443,2444, 914,2445,2446,2447,2448, + 915, 489,2449,1514,1184,2450,2451, 515, 64, 427, 495,2452, 583,2453, 483, 485, +1038, 562, 213,1515, 748, 666,2454,2455,2456,2457, 334,2458, 780, 996,1008, 705, +1243,2459,2460,2461,2462,2463, 114,2464, 493,1146, 366, 163,1516, 961,1104,2465, + 291,2466,1318,1105,2467,1517, 365,2468, 355, 951,1244,2469,1319,2470, 631,2471, +2472, 218,1320, 364, 320, 756,1518,1519,1321,1520,1322,2473,2474,2475,2476, 997, +2477,2478,2479,2480, 665,1185,2481, 916,1521,2482,2483,2484, 584, 684,2485,2486, + 797,2487,1051,1186,2488,2489,2490,1522,2491,2492, 370,2493,1039,1187, 65,2494, + 434, 205, 463,1188,2495, 125, 812, 391, 402, 826, 699, 286, 398, 155, 781, 771, + 585,2496, 590, 505,1073,2497, 599, 244, 219, 917,1018, 952, 646,1523,2498,1323, +2499,2500, 49, 984, 354, 741,2501, 625,2502,1324,2503,1019, 190, 357, 757, 491, + 95, 782, 868,2504,2505,2506,2507,2508,2509, 134,1524,1074, 422,1525, 898,2510, + 161,2511,2512,2513,2514, 769,2515,1526,2516,2517, 411,1325,2518, 472,1527,2519, +2520,2521,2522,2523,2524, 985,2525,2526,2527,2528,2529,2530, 764,2531,1245,2532, +2533, 25, 204, 311,2534, 496,2535,1052,2536,2537,2538,2539,2540,2541,2542, 199, + 704, 504, 468, 758, 657,1528, 196, 44, 839,1246, 272, 750,2543, 765, 862,2544, +2545,1326,2546, 132, 615, 933,2547, 732,2548,2549,2550,1189,1529,2551, 283,1247, +1053, 607, 929,2552,2553,2554, 930, 183, 872, 616,1040,1147,2555,1148,1020, 441, + 249,1075,2556,2557,2558, 466, 743,2559,2560,2561, 92, 514, 426, 420, 526,2562, +2563,2564,2565,2566,2567,2568, 185,2569,2570,2571,2572, 776,1530, 658,2573, 362, +2574, 361, 922,1076, 793,2575,2576,2577,2578,2579,2580,1531, 251,2581,2582,2583, +2584,1532, 54, 612, 237,1327,2585,2586, 275, 408, 647, 111,2587,1533,1106, 465, + 3, 458, 9, 38,2588, 107, 110, 890, 209, 26, 737, 498,2589,1534,2590, 431, + 202, 88,1535, 356, 287,1107, 660,1149,2591, 381,1536, 986,1150, 445,1248,1151, + 974,2592,2593, 846,2594, 446, 953, 184,1249,1250, 727,2595, 923, 193, 883,2596, +2597,2598, 102, 324, 539, 817,2599, 421,1041,2600, 832,2601, 94, 175, 197, 406, +2602, 459,2603,2604,2605,2606,2607, 330, 555,2608,2609,2610, 706,1108, 389,2611, +2612,2613,2614, 233,2615, 833, 558, 931, 954,1251,2616,2617,1537, 546,2618,2619, +1009,2620,2621,2622,1538, 690,1328,2623, 955,2624,1539,2625,2626, 772,2627,2628, +2629,2630,2631, 924, 648, 863, 603,2632,2633, 934,1540, 864, 865,2634, 642,1042, + 670,1190,2635,2636,2637,2638, 168,2639, 652, 873, 542,1054,1541,2640,2641,2642, # 512, 256 +) + diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/euckrprober.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/euckrprober.py new file mode 100644 index 000000000..345a060d0 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/euckrprober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .mbcharsetprober import MultiByteCharSetProber +from .codingstatemachine import CodingStateMachine +from .chardistribution import EUCKRDistributionAnalysis +from .mbcssm import EUCKR_SM_MODEL + + +class EUCKRProber(MultiByteCharSetProber): + def __init__(self): + super(EUCKRProber, self).__init__() + self.coding_sm = CodingStateMachine(EUCKR_SM_MODEL) + self.distribution_analyzer = EUCKRDistributionAnalysis() + self.reset() + + @property + def charset_name(self): + return "EUC-KR" + + @property + def language(self): + return "Korean" diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/euctwfreq.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/euctwfreq.py new file mode 100644 index 000000000..ed7a995a3 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/euctwfreq.py @@ -0,0 +1,387 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# EUCTW frequency table +# Converted from big5 work +# by Taiwan's Mandarin Promotion Council +# + +# 128 --> 0.42261 +# 256 --> 0.57851 +# 512 --> 0.74851 +# 1024 --> 0.89384 +# 2048 --> 0.97583 +# +# Idea Distribution Ratio = 0.74851/(1-0.74851) =2.98 +# Random Distribution Ration = 512/(5401-512)=0.105 +# +# Typical Distribution Ratio about 25% of Ideal one, still much higher than RDR + +EUCTW_TYPICAL_DISTRIBUTION_RATIO = 0.75 + +# Char to FreqOrder table , +EUCTW_TABLE_SIZE = 5376 + +EUCTW_CHAR_TO_FREQ_ORDER = ( + 1,1800,1506, 255,1431, 198, 9, 82, 6,7310, 177, 202,3615,1256,2808, 110, # 2742 +3735, 33,3241, 261, 76, 44,2113, 16,2931,2184,1176, 659,3868, 26,3404,2643, # 2758 +1198,3869,3313,4060, 410,2211, 302, 590, 361,1963, 8, 204, 58,4296,7311,1931, # 2774 + 63,7312,7313, 317,1614, 75, 222, 159,4061,2412,1480,7314,3500,3068, 224,2809, # 2790 +3616, 3, 10,3870,1471, 29,2774,1135,2852,1939, 873, 130,3242,1123, 312,7315, # 2806 +4297,2051, 507, 252, 682,7316, 142,1914, 124, 206,2932, 34,3501,3173, 64, 604, # 2822 +7317,2494,1976,1977, 155,1990, 645, 641,1606,7318,3405, 337, 72, 406,7319, 80, # 2838 + 630, 238,3174,1509, 263, 939,1092,2644, 756,1440,1094,3406, 449, 69,2969, 591, # 2854 + 179,2095, 471, 115,2034,1843, 60, 50,2970, 134, 806,1868, 734,2035,3407, 180, # 2870 + 995,1607, 156, 537,2893, 688,7320, 319,1305, 779,2144, 514,2374, 298,4298, 359, # 2886 +2495, 90,2707,1338, 663, 11, 906,1099,2545, 20,2436, 182, 532,1716,7321, 732, # 2902 +1376,4062,1311,1420,3175, 25,2312,1056, 113, 399, 382,1949, 242,3408,2467, 529, # 2918 +3243, 475,1447,3617,7322, 117, 21, 656, 810,1297,2295,2329,3502,7323, 126,4063, # 2934 + 706, 456, 150, 613,4299, 71,1118,2036,4064, 145,3069, 85, 835, 486,2114,1246, # 2950 +1426, 428, 727,1285,1015, 800, 106, 623, 303,1281,7324,2127,2354, 347,3736, 221, # 2966 +3503,3110,7325,1955,1153,4065, 83, 296,1199,3070, 192, 624, 93,7326, 822,1897, # 2982 +2810,3111, 795,2064, 991,1554,1542,1592, 27, 43,2853, 859, 139,1456, 860,4300, # 2998 + 437, 712,3871, 164,2392,3112, 695, 211,3017,2096, 195,3872,1608,3504,3505,3618, # 3014 +3873, 234, 811,2971,2097,3874,2229,1441,3506,1615,2375, 668,2076,1638, 305, 228, # 3030 +1664,4301, 467, 415,7327, 262,2098,1593, 239, 108, 300, 200,1033, 512,1247,2077, # 3046 +7328,7329,2173,3176,3619,2673, 593, 845,1062,3244, 88,1723,2037,3875,1950, 212, # 3062 + 266, 152, 149, 468,1898,4066,4302, 77, 187,7330,3018, 37, 5,2972,7331,3876, # 3078 +7332,7333, 39,2517,4303,2894,3177,2078, 55, 148, 74,4304, 545, 483,1474,1029, # 3094 +1665, 217,1869,1531,3113,1104,2645,4067, 24, 172,3507, 900,3877,3508,3509,4305, # 3110 + 32,1408,2811,1312, 329, 487,2355,2247,2708, 784,2674, 4,3019,3314,1427,1788, # 3126 + 188, 109, 499,7334,3620,1717,1789, 888,1217,3020,4306,7335,3510,7336,3315,1520, # 3142 +3621,3878, 196,1034, 775,7337,7338, 929,1815, 249, 439, 38,7339,1063,7340, 794, # 3158 +3879,1435,2296, 46, 178,3245,2065,7341,2376,7342, 214,1709,4307, 804, 35, 707, # 3174 + 324,3622,1601,2546, 140, 459,4068,7343,7344,1365, 839, 272, 978,2257,2572,3409, # 3190 +2128,1363,3623,1423, 697, 100,3071, 48, 70,1231, 495,3114,2193,7345,1294,7346, # 3206 +2079, 462, 586,1042,3246, 853, 256, 988, 185,2377,3410,1698, 434,1084,7347,3411, # 3222 + 314,2615,2775,4308,2330,2331, 569,2280, 637,1816,2518, 757,1162,1878,1616,3412, # 3238 + 287,1577,2115, 768,4309,1671,2854,3511,2519,1321,3737, 909,2413,7348,4069, 933, # 3254 +3738,7349,2052,2356,1222,4310, 765,2414,1322, 786,4311,7350,1919,1462,1677,2895, # 3270 +1699,7351,4312,1424,2437,3115,3624,2590,3316,1774,1940,3413,3880,4070, 309,1369, # 3286 +1130,2812, 364,2230,1653,1299,3881,3512,3882,3883,2646, 525,1085,3021, 902,2000, # 3302 +1475, 964,4313, 421,1844,1415,1057,2281, 940,1364,3116, 376,4314,4315,1381, 7, # 3318 +2520, 983,2378, 336,1710,2675,1845, 321,3414, 559,1131,3022,2742,1808,1132,1313, # 3334 + 265,1481,1857,7352, 352,1203,2813,3247, 167,1089, 420,2814, 776, 792,1724,3513, # 3350 +4071,2438,3248,7353,4072,7354, 446, 229, 333,2743, 901,3739,1200,1557,4316,2647, # 3366 +1920, 395,2744,2676,3740,4073,1835, 125, 916,3178,2616,4317,7355,7356,3741,7357, # 3382 +7358,7359,4318,3117,3625,1133,2547,1757,3415,1510,2313,1409,3514,7360,2145, 438, # 3398 +2591,2896,2379,3317,1068, 958,3023, 461, 311,2855,2677,4074,1915,3179,4075,1978, # 3414 + 383, 750,2745,2617,4076, 274, 539, 385,1278,1442,7361,1154,1964, 384, 561, 210, # 3430 + 98,1295,2548,3515,7362,1711,2415,1482,3416,3884,2897,1257, 129,7363,3742, 642, # 3446 + 523,2776,2777,2648,7364, 141,2231,1333, 68, 176, 441, 876, 907,4077, 603,2592, # 3462 + 710, 171,3417, 404, 549, 18,3118,2393,1410,3626,1666,7365,3516,4319,2898,4320, # 3478 +7366,2973, 368,7367, 146, 366, 99, 871,3627,1543, 748, 807,1586,1185, 22,2258, # 3494 + 379,3743,3180,7368,3181, 505,1941,2618,1991,1382,2314,7369, 380,2357, 218, 702, # 3510 +1817,1248,3418,3024,3517,3318,3249,7370,2974,3628, 930,3250,3744,7371, 59,7372, # 3526 + 585, 601,4078, 497,3419,1112,1314,4321,1801,7373,1223,1472,2174,7374, 749,1836, # 3542 + 690,1899,3745,1772,3885,1476, 429,1043,1790,2232,2116, 917,4079, 447,1086,1629, # 3558 +7375, 556,7376,7377,2020,1654, 844,1090, 105, 550, 966,1758,2815,1008,1782, 686, # 3574 +1095,7378,2282, 793,1602,7379,3518,2593,4322,4080,2933,2297,4323,3746, 980,2496, # 3590 + 544, 353, 527,4324, 908,2678,2899,7380, 381,2619,1942,1348,7381,1341,1252, 560, # 3606 +3072,7382,3420,2856,7383,2053, 973, 886,2080, 143,4325,7384,7385, 157,3886, 496, # 3622 +4081, 57, 840, 540,2038,4326,4327,3421,2117,1445, 970,2259,1748,1965,2081,4082, # 3638 +3119,1234,1775,3251,2816,3629, 773,1206,2129,1066,2039,1326,3887,1738,1725,4083, # 3654 + 279,3120, 51,1544,2594, 423,1578,2130,2066, 173,4328,1879,7386,7387,1583, 264, # 3670 + 610,3630,4329,2439, 280, 154,7388,7389,7390,1739, 338,1282,3073, 693,2857,1411, # 3686 +1074,3747,2440,7391,4330,7392,7393,1240, 952,2394,7394,2900,1538,2679, 685,1483, # 3702 +4084,2468,1436, 953,4085,2054,4331, 671,2395, 79,4086,2441,3252, 608, 567,2680, # 3718 +3422,4087,4088,1691, 393,1261,1791,2396,7395,4332,7396,7397,7398,7399,1383,1672, # 3734 +3748,3182,1464, 522,1119, 661,1150, 216, 675,4333,3888,1432,3519, 609,4334,2681, # 3750 +2397,7400,7401,7402,4089,3025, 0,7403,2469, 315, 231,2442, 301,3319,4335,2380, # 3766 +7404, 233,4090,3631,1818,4336,4337,7405, 96,1776,1315,2082,7406, 257,7407,1809, # 3782 +3632,2709,1139,1819,4091,2021,1124,2163,2778,1777,2649,7408,3074, 363,1655,3183, # 3798 +7409,2975,7410,7411,7412,3889,1567,3890, 718, 103,3184, 849,1443, 341,3320,2934, # 3814 +1484,7413,1712, 127, 67, 339,4092,2398, 679,1412, 821,7414,7415, 834, 738, 351, # 3830 +2976,2146, 846, 235,1497,1880, 418,1992,3749,2710, 186,1100,2147,2746,3520,1545, # 3846 +1355,2935,2858,1377, 583,3891,4093,2573,2977,7416,1298,3633,1078,2549,3634,2358, # 3862 + 78,3750,3751, 267,1289,2099,2001,1594,4094, 348, 369,1274,2194,2175,1837,4338, # 3878 +1820,2817,3635,2747,2283,2002,4339,2936,2748, 144,3321, 882,4340,3892,2749,3423, # 3894 +4341,2901,7417,4095,1726, 320,7418,3893,3026, 788,2978,7419,2818,1773,1327,2859, # 3910 +3894,2819,7420,1306,4342,2003,1700,3752,3521,2359,2650, 787,2022, 506, 824,3636, # 3926 + 534, 323,4343,1044,3322,2023,1900, 946,3424,7421,1778,1500,1678,7422,1881,4344, # 3942 + 165, 243,4345,3637,2521, 123, 683,4096, 764,4346, 36,3895,1792, 589,2902, 816, # 3958 + 626,1667,3027,2233,1639,1555,1622,3753,3896,7423,3897,2860,1370,1228,1932, 891, # 3974 +2083,2903, 304,4097,7424, 292,2979,2711,3522, 691,2100,4098,1115,4347, 118, 662, # 3990 +7425, 611,1156, 854,2381,1316,2861, 2, 386, 515,2904,7426,7427,3253, 868,2234, # 4006 +1486, 855,2651, 785,2212,3028,7428,1040,3185,3523,7429,3121, 448,7430,1525,7431, # 4022 +2164,4348,7432,3754,7433,4099,2820,3524,3122, 503, 818,3898,3123,1568, 814, 676, # 4038 +1444, 306,1749,7434,3755,1416,1030, 197,1428, 805,2821,1501,4349,7435,7436,7437, # 4054 +1993,7438,4350,7439,7440,2195, 13,2779,3638,2980,3124,1229,1916,7441,3756,2131, # 4070 +7442,4100,4351,2399,3525,7443,2213,1511,1727,1120,7444,7445, 646,3757,2443, 307, # 4086 +7446,7447,1595,3186,7448,7449,7450,3639,1113,1356,3899,1465,2522,2523,7451, 519, # 4102 +7452, 128,2132, 92,2284,1979,7453,3900,1512, 342,3125,2196,7454,2780,2214,1980, # 4118 +3323,7455, 290,1656,1317, 789, 827,2360,7456,3758,4352, 562, 581,3901,7457, 401, # 4134 +4353,2248, 94,4354,1399,2781,7458,1463,2024,4355,3187,1943,7459, 828,1105,4101, # 4150 +1262,1394,7460,4102, 605,4356,7461,1783,2862,7462,2822, 819,2101, 578,2197,2937, # 4166 +7463,1502, 436,3254,4103,3255,2823,3902,2905,3425,3426,7464,2712,2315,7465,7466, # 4182 +2332,2067, 23,4357, 193, 826,3759,2102, 699,1630,4104,3075, 390,1793,1064,3526, # 4198 +7467,1579,3076,3077,1400,7468,4105,1838,1640,2863,7469,4358,4359, 137,4106, 598, # 4214 +3078,1966, 780, 104, 974,2938,7470, 278, 899, 253, 402, 572, 504, 493,1339,7471, # 4230 +3903,1275,4360,2574,2550,7472,3640,3029,3079,2249, 565,1334,2713, 863, 41,7473, # 4246 +7474,4361,7475,1657,2333, 19, 463,2750,4107, 606,7476,2981,3256,1087,2084,1323, # 4262 +2652,2982,7477,1631,1623,1750,4108,2682,7478,2864, 791,2714,2653,2334, 232,2416, # 4278 +7479,2983,1498,7480,2654,2620, 755,1366,3641,3257,3126,2025,1609, 119,1917,3427, # 4294 + 862,1026,4109,7481,3904,3760,4362,3905,4363,2260,1951,2470,7482,1125, 817,4110, # 4310 +4111,3906,1513,1766,2040,1487,4112,3030,3258,2824,3761,3127,7483,7484,1507,7485, # 4326 +2683, 733, 40,1632,1106,2865, 345,4113, 841,2524, 230,4364,2984,1846,3259,3428, # 4342 +7486,1263, 986,3429,7487, 735, 879, 254,1137, 857, 622,1300,1180,1388,1562,3907, # 4358 +3908,2939, 967,2751,2655,1349, 592,2133,1692,3324,2985,1994,4114,1679,3909,1901, # 4374 +2185,7488, 739,3642,2715,1296,1290,7489,4115,2198,2199,1921,1563,2595,2551,1870, # 4390 +2752,2986,7490, 435,7491, 343,1108, 596, 17,1751,4365,2235,3430,3643,7492,4366, # 4406 + 294,3527,2940,1693, 477, 979, 281,2041,3528, 643,2042,3644,2621,2782,2261,1031, # 4422 +2335,2134,2298,3529,4367, 367,1249,2552,7493,3530,7494,4368,1283,3325,2004, 240, # 4438 +1762,3326,4369,4370, 836,1069,3128, 474,7495,2148,2525, 268,3531,7496,3188,1521, # 4454 +1284,7497,1658,1546,4116,7498,3532,3533,7499,4117,3327,2684,1685,4118, 961,1673, # 4470 +2622, 190,2005,2200,3762,4371,4372,7500, 570,2497,3645,1490,7501,4373,2623,3260, # 4486 +1956,4374, 584,1514, 396,1045,1944,7502,4375,1967,2444,7503,7504,4376,3910, 619, # 4502 +7505,3129,3261, 215,2006,2783,2553,3189,4377,3190,4378, 763,4119,3763,4379,7506, # 4518 +7507,1957,1767,2941,3328,3646,1174, 452,1477,4380,3329,3130,7508,2825,1253,2382, # 4534 +2186,1091,2285,4120, 492,7509, 638,1169,1824,2135,1752,3911, 648, 926,1021,1324, # 4550 +4381, 520,4382, 997, 847,1007, 892,4383,3764,2262,1871,3647,7510,2400,1784,4384, # 4566 +1952,2942,3080,3191,1728,4121,2043,3648,4385,2007,1701,3131,1551, 30,2263,4122, # 4582 +7511,2026,4386,3534,7512, 501,7513,4123, 594,3431,2165,1821,3535,3432,3536,3192, # 4598 + 829,2826,4124,7514,1680,3132,1225,4125,7515,3262,4387,4126,3133,2336,7516,4388, # 4614 +4127,7517,3912,3913,7518,1847,2383,2596,3330,7519,4389, 374,3914, 652,4128,4129, # 4630 + 375,1140, 798,7520,7521,7522,2361,4390,2264, 546,1659, 138,3031,2445,4391,7523, # 4646 +2250, 612,1848, 910, 796,3765,1740,1371, 825,3766,3767,7524,2906,2554,7525, 692, # 4662 + 444,3032,2624, 801,4392,4130,7526,1491, 244,1053,3033,4131,4132, 340,7527,3915, # 4678 +1041,2987, 293,1168, 87,1357,7528,1539, 959,7529,2236, 721, 694,4133,3768, 219, # 4694 +1478, 644,1417,3331,2656,1413,1401,1335,1389,3916,7530,7531,2988,2362,3134,1825, # 4710 + 730,1515, 184,2827, 66,4393,7532,1660,2943, 246,3332, 378,1457, 226,3433, 975, # 4726 +3917,2944,1264,3537, 674, 696,7533, 163,7534,1141,2417,2166, 713,3538,3333,4394, # 4742 +3918,7535,7536,1186, 15,7537,1079,1070,7538,1522,3193,3539, 276,1050,2716, 758, # 4758 +1126, 653,2945,3263,7539,2337, 889,3540,3919,3081,2989, 903,1250,4395,3920,3434, # 4774 +3541,1342,1681,1718, 766,3264, 286, 89,2946,3649,7540,1713,7541,2597,3334,2990, # 4790 +7542,2947,2215,3194,2866,7543,4396,2498,2526, 181, 387,1075,3921, 731,2187,3335, # 4806 +7544,3265, 310, 313,3435,2299, 770,4134, 54,3034, 189,4397,3082,3769,3922,7545, # 4822 +1230,1617,1849, 355,3542,4135,4398,3336, 111,4136,3650,1350,3135,3436,3035,4137, # 4838 +2149,3266,3543,7546,2784,3923,3924,2991, 722,2008,7547,1071, 247,1207,2338,2471, # 4854 +1378,4399,2009, 864,1437,1214,4400, 373,3770,1142,2216, 667,4401, 442,2753,2555, # 4870 +3771,3925,1968,4138,3267,1839, 837, 170,1107, 934,1336,1882,7548,7549,2118,4139, # 4886 +2828, 743,1569,7550,4402,4140, 582,2384,1418,3437,7551,1802,7552, 357,1395,1729, # 4902 +3651,3268,2418,1564,2237,7553,3083,3772,1633,4403,1114,2085,4141,1532,7554, 482, # 4918 +2446,4404,7555,7556,1492, 833,1466,7557,2717,3544,1641,2829,7558,1526,1272,3652, # 4934 +4142,1686,1794, 416,2556,1902,1953,1803,7559,3773,2785,3774,1159,2316,7560,2867, # 4950 +4405,1610,1584,3036,2419,2754, 443,3269,1163,3136,7561,7562,3926,7563,4143,2499, # 4966 +3037,4406,3927,3137,2103,1647,3545,2010,1872,4144,7564,4145, 431,3438,7565, 250, # 4982 + 97, 81,4146,7566,1648,1850,1558, 160, 848,7567, 866, 740,1694,7568,2201,2830, # 4998 +3195,4147,4407,3653,1687, 950,2472, 426, 469,3196,3654,3655,3928,7569,7570,1188, # 5014 + 424,1995, 861,3546,4148,3775,2202,2685, 168,1235,3547,4149,7571,2086,1674,4408, # 5030 +3337,3270, 220,2557,1009,7572,3776, 670,2992, 332,1208, 717,7573,7574,3548,2447, # 5046 +3929,3338,7575, 513,7576,1209,2868,3339,3138,4409,1080,7577,7578,7579,7580,2527, # 5062 +3656,3549, 815,1587,3930,3931,7581,3550,3439,3777,1254,4410,1328,3038,1390,3932, # 5078 +1741,3933,3778,3934,7582, 236,3779,2448,3271,7583,7584,3657,3780,1273,3781,4411, # 5094 +7585, 308,7586,4412, 245,4413,1851,2473,1307,2575, 430, 715,2136,2449,7587, 270, # 5110 + 199,2869,3935,7588,3551,2718,1753, 761,1754, 725,1661,1840,4414,3440,3658,7589, # 5126 +7590, 587, 14,3272, 227,2598, 326, 480,2265, 943,2755,3552, 291, 650,1883,7591, # 5142 +1702,1226, 102,1547, 62,3441, 904,4415,3442,1164,4150,7592,7593,1224,1548,2756, # 5158 + 391, 498,1493,7594,1386,1419,7595,2055,1177,4416, 813, 880,1081,2363, 566,1145, # 5174 +4417,2286,1001,1035,2558,2599,2238, 394,1286,7596,7597,2068,7598, 86,1494,1730, # 5190 +3936, 491,1588, 745, 897,2948, 843,3340,3937,2757,2870,3273,1768, 998,2217,2069, # 5206 + 397,1826,1195,1969,3659,2993,3341, 284,7599,3782,2500,2137,2119,1903,7600,3938, # 5222 +2150,3939,4151,1036,3443,1904, 114,2559,4152, 209,1527,7601,7602,2949,2831,2625, # 5238 +2385,2719,3139, 812,2560,7603,3274,7604,1559, 737,1884,3660,1210, 885, 28,2686, # 5254 +3553,3783,7605,4153,1004,1779,4418,7606, 346,1981,2218,2687,4419,3784,1742, 797, # 5270 +1642,3940,1933,1072,1384,2151, 896,3941,3275,3661,3197,2871,3554,7607,2561,1958, # 5286 +4420,2450,1785,7608,7609,7610,3942,4154,1005,1308,3662,4155,2720,4421,4422,1528, # 5302 +2600, 161,1178,4156,1982, 987,4423,1101,4157, 631,3943,1157,3198,2420,1343,1241, # 5318 +1016,2239,2562, 372, 877,2339,2501,1160, 555,1934, 911,3944,7611, 466,1170, 169, # 5334 +1051,2907,2688,3663,2474,2994,1182,2011,2563,1251,2626,7612, 992,2340,3444,1540, # 5350 +2721,1201,2070,2401,1996,2475,7613,4424, 528,1922,2188,1503,1873,1570,2364,3342, # 5366 +3276,7614, 557,1073,7615,1827,3445,2087,2266,3140,3039,3084, 767,3085,2786,4425, # 5382 +1006,4158,4426,2341,1267,2176,3664,3199, 778,3945,3200,2722,1597,2657,7616,4427, # 5398 +7617,3446,7618,7619,7620,3277,2689,1433,3278, 131, 95,1504,3946, 723,4159,3141, # 5414 +1841,3555,2758,2189,3947,2027,2104,3665,7621,2995,3948,1218,7622,3343,3201,3949, # 5430 +4160,2576, 248,1634,3785, 912,7623,2832,3666,3040,3786, 654, 53,7624,2996,7625, # 5446 +1688,4428, 777,3447,1032,3950,1425,7626, 191, 820,2120,2833, 971,4429, 931,3202, # 5462 + 135, 664, 783,3787,1997, 772,2908,1935,3951,3788,4430,2909,3203, 282,2723, 640, # 5478 +1372,3448,1127, 922, 325,3344,7627,7628, 711,2044,7629,7630,3952,2219,2787,1936, # 5494 +3953,3345,2220,2251,3789,2300,7631,4431,3790,1258,3279,3954,3204,2138,2950,3955, # 5510 +3956,7632,2221, 258,3205,4432, 101,1227,7633,3280,1755,7634,1391,3281,7635,2910, # 5526 +2056, 893,7636,7637,7638,1402,4161,2342,7639,7640,3206,3556,7641,7642, 878,1325, # 5542 +1780,2788,4433, 259,1385,2577, 744,1183,2267,4434,7643,3957,2502,7644, 684,1024, # 5558 +4162,7645, 472,3557,3449,1165,3282,3958,3959, 322,2152, 881, 455,1695,1152,1340, # 5574 + 660, 554,2153,4435,1058,4436,4163, 830,1065,3346,3960,4437,1923,7646,1703,1918, # 5590 +7647, 932,2268, 122,7648,4438, 947, 677,7649,3791,2627, 297,1905,1924,2269,4439, # 5606 +2317,3283,7650,7651,4164,7652,4165, 84,4166, 112, 989,7653, 547,1059,3961, 701, # 5622 +3558,1019,7654,4167,7655,3450, 942, 639, 457,2301,2451, 993,2951, 407, 851, 494, # 5638 +4440,3347, 927,7656,1237,7657,2421,3348, 573,4168, 680, 921,2911,1279,1874, 285, # 5654 + 790,1448,1983, 719,2167,7658,7659,4441,3962,3963,1649,7660,1541, 563,7661,1077, # 5670 +7662,3349,3041,3451, 511,2997,3964,3965,3667,3966,1268,2564,3350,3207,4442,4443, # 5686 +7663, 535,1048,1276,1189,2912,2028,3142,1438,1373,2834,2952,1134,2012,7664,4169, # 5702 +1238,2578,3086,1259,7665, 700,7666,2953,3143,3668,4170,7667,4171,1146,1875,1906, # 5718 +4444,2601,3967, 781,2422, 132,1589, 203, 147, 273,2789,2402, 898,1786,2154,3968, # 5734 +3969,7668,3792,2790,7669,7670,4445,4446,7671,3208,7672,1635,3793, 965,7673,1804, # 5750 +2690,1516,3559,1121,1082,1329,3284,3970,1449,3794, 65,1128,2835,2913,2759,1590, # 5766 +3795,7674,7675, 12,2658, 45, 976,2579,3144,4447, 517,2528,1013,1037,3209,7676, # 5782 +3796,2836,7677,3797,7678,3452,7679,2602, 614,1998,2318,3798,3087,2724,2628,7680, # 5798 +2580,4172, 599,1269,7681,1810,3669,7682,2691,3088, 759,1060, 489,1805,3351,3285, # 5814 +1358,7683,7684,2386,1387,1215,2629,2252, 490,7685,7686,4173,1759,2387,2343,7687, # 5830 +4448,3799,1907,3971,2630,1806,3210,4449,3453,3286,2760,2344, 874,7688,7689,3454, # 5846 +3670,1858, 91,2914,3671,3042,3800,4450,7690,3145,3972,2659,7691,3455,1202,1403, # 5862 +3801,2954,2529,1517,2503,4451,3456,2504,7692,4452,7693,2692,1885,1495,1731,3973, # 5878 +2365,4453,7694,2029,7695,7696,3974,2693,1216, 237,2581,4174,2319,3975,3802,4454, # 5894 +4455,2694,3560,3457, 445,4456,7697,7698,7699,7700,2761, 61,3976,3672,1822,3977, # 5910 +7701, 687,2045, 935, 925, 405,2660, 703,1096,1859,2725,4457,3978,1876,1367,2695, # 5926 +3352, 918,2105,1781,2476, 334,3287,1611,1093,4458, 564,3146,3458,3673,3353, 945, # 5942 +2631,2057,4459,7702,1925, 872,4175,7703,3459,2696,3089, 349,4176,3674,3979,4460, # 5958 +3803,4177,3675,2155,3980,4461,4462,4178,4463,2403,2046, 782,3981, 400, 251,4179, # 5974 +1624,7704,7705, 277,3676, 299,1265, 476,1191,3804,2121,4180,4181,1109, 205,7706, # 5990 +2582,1000,2156,3561,1860,7707,7708,7709,4464,7710,4465,2565, 107,2477,2157,3982, # 6006 +3460,3147,7711,1533, 541,1301, 158, 753,4182,2872,3562,7712,1696, 370,1088,4183, # 6022 +4466,3563, 579, 327, 440, 162,2240, 269,1937,1374,3461, 968,3043, 56,1396,3090, # 6038 +2106,3288,3354,7713,1926,2158,4467,2998,7714,3564,7715,7716,3677,4468,2478,7717, # 6054 +2791,7718,1650,4469,7719,2603,7720,7721,3983,2661,3355,1149,3356,3984,3805,3985, # 6070 +7722,1076, 49,7723, 951,3211,3289,3290, 450,2837, 920,7724,1811,2792,2366,4184, # 6086 +1908,1138,2367,3806,3462,7725,3212,4470,1909,1147,1518,2423,4471,3807,7726,4472, # 6102 +2388,2604, 260,1795,3213,7727,7728,3808,3291, 708,7729,3565,1704,7730,3566,1351, # 6118 +1618,3357,2999,1886, 944,4185,3358,4186,3044,3359,4187,7731,3678, 422, 413,1714, # 6134 +3292, 500,2058,2345,4188,2479,7732,1344,1910, 954,7733,1668,7734,7735,3986,2404, # 6150 +4189,3567,3809,4190,7736,2302,1318,2505,3091, 133,3092,2873,4473, 629, 31,2838, # 6166 +2697,3810,4474, 850, 949,4475,3987,2955,1732,2088,4191,1496,1852,7737,3988, 620, # 6182 +3214, 981,1242,3679,3360,1619,3680,1643,3293,2139,2452,1970,1719,3463,2168,7738, # 6198 +3215,7739,7740,3361,1828,7741,1277,4476,1565,2047,7742,1636,3568,3093,7743, 869, # 6214 +2839, 655,3811,3812,3094,3989,3000,3813,1310,3569,4477,7744,7745,7746,1733, 558, # 6230 +4478,3681, 335,1549,3045,1756,4192,3682,1945,3464,1829,1291,1192, 470,2726,2107, # 6246 +2793, 913,1054,3990,7747,1027,7748,3046,3991,4479, 982,2662,3362,3148,3465,3216, # 6262 +3217,1946,2794,7749, 571,4480,7750,1830,7751,3570,2583,1523,2424,7752,2089, 984, # 6278 +4481,3683,1959,7753,3684, 852, 923,2795,3466,3685, 969,1519, 999,2048,2320,1705, # 6294 +7754,3095, 615,1662, 151, 597,3992,2405,2321,1049, 275,4482,3686,4193, 568,3687, # 6310 +3571,2480,4194,3688,7755,2425,2270, 409,3218,7756,1566,2874,3467,1002, 769,2840, # 6326 + 194,2090,3149,3689,2222,3294,4195, 628,1505,7757,7758,1763,2177,3001,3993, 521, # 6342 +1161,2584,1787,2203,2406,4483,3994,1625,4196,4197, 412, 42,3096, 464,7759,2632, # 6358 +4484,3363,1760,1571,2875,3468,2530,1219,2204,3814,2633,2140,2368,4485,4486,3295, # 6374 +1651,3364,3572,7760,7761,3573,2481,3469,7762,3690,7763,7764,2271,2091, 460,7765, # 6390 +4487,7766,3002, 962, 588,3574, 289,3219,2634,1116, 52,7767,3047,1796,7768,7769, # 6406 +7770,1467,7771,1598,1143,3691,4198,1984,1734,1067,4488,1280,3365, 465,4489,1572, # 6422 + 510,7772,1927,2241,1812,1644,3575,7773,4490,3692,7774,7775,2663,1573,1534,7776, # 6438 +7777,4199, 536,1807,1761,3470,3815,3150,2635,7778,7779,7780,4491,3471,2915,1911, # 6454 +2796,7781,3296,1122, 377,3220,7782, 360,7783,7784,4200,1529, 551,7785,2059,3693, # 6470 +1769,2426,7786,2916,4201,3297,3097,2322,2108,2030,4492,1404, 136,1468,1479, 672, # 6486 +1171,3221,2303, 271,3151,7787,2762,7788,2049, 678,2727, 865,1947,4493,7789,2013, # 6502 +3995,2956,7790,2728,2223,1397,3048,3694,4494,4495,1735,2917,3366,3576,7791,3816, # 6518 + 509,2841,2453,2876,3817,7792,7793,3152,3153,4496,4202,2531,4497,2304,1166,1010, # 6534 + 552, 681,1887,7794,7795,2957,2958,3996,1287,1596,1861,3154, 358, 453, 736, 175, # 6550 + 478,1117, 905,1167,1097,7796,1853,1530,7797,1706,7798,2178,3472,2287,3695,3473, # 6566 +3577,4203,2092,4204,7799,3367,1193,2482,4205,1458,2190,2205,1862,1888,1421,3298, # 6582 +2918,3049,2179,3474, 595,2122,7800,3997,7801,7802,4206,1707,2636, 223,3696,1359, # 6598 + 751,3098, 183,3475,7803,2797,3003, 419,2369, 633, 704,3818,2389, 241,7804,7805, # 6614 +7806, 838,3004,3697,2272,2763,2454,3819,1938,2050,3998,1309,3099,2242,1181,7807, # 6630 +1136,2206,3820,2370,1446,4207,2305,4498,7808,7809,4208,1055,2605, 484,3698,7810, # 6646 +3999, 625,4209,2273,3368,1499,4210,4000,7811,4001,4211,3222,2274,2275,3476,7812, # 6662 +7813,2764, 808,2606,3699,3369,4002,4212,3100,2532, 526,3370,3821,4213, 955,7814, # 6678 +1620,4214,2637,2427,7815,1429,3700,1669,1831, 994, 928,7816,3578,1260,7817,7818, # 6694 +7819,1948,2288, 741,2919,1626,4215,2729,2455, 867,1184, 362,3371,1392,7820,7821, # 6710 +4003,4216,1770,1736,3223,2920,4499,4500,1928,2698,1459,1158,7822,3050,3372,2877, # 6726 +1292,1929,2506,2842,3701,1985,1187,2071,2014,2607,4217,7823,2566,2507,2169,3702, # 6742 +2483,3299,7824,3703,4501,7825,7826, 666,1003,3005,1022,3579,4218,7827,4502,1813, # 6758 +2253, 574,3822,1603, 295,1535, 705,3823,4219, 283, 858, 417,7828,7829,3224,4503, # 6774 +4504,3051,1220,1889,1046,2276,2456,4004,1393,1599, 689,2567, 388,4220,7830,2484, # 6790 + 802,7831,2798,3824,2060,1405,2254,7832,4505,3825,2109,1052,1345,3225,1585,7833, # 6806 + 809,7834,7835,7836, 575,2730,3477, 956,1552,1469,1144,2323,7837,2324,1560,2457, # 6822 +3580,3226,4005, 616,2207,3155,2180,2289,7838,1832,7839,3478,4506,7840,1319,3704, # 6838 +3705,1211,3581,1023,3227,1293,2799,7841,7842,7843,3826, 607,2306,3827, 762,2878, # 6854 +1439,4221,1360,7844,1485,3052,7845,4507,1038,4222,1450,2061,2638,4223,1379,4508, # 6870 +2585,7846,7847,4224,1352,1414,2325,2921,1172,7848,7849,3828,3829,7850,1797,1451, # 6886 +7851,7852,7853,7854,2922,4006,4007,2485,2346, 411,4008,4009,3582,3300,3101,4509, # 6902 +1561,2664,1452,4010,1375,7855,7856, 47,2959, 316,7857,1406,1591,2923,3156,7858, # 6918 +1025,2141,3102,3157, 354,2731, 884,2224,4225,2407, 508,3706, 726,3583, 996,2428, # 6934 +3584, 729,7859, 392,2191,1453,4011,4510,3707,7860,7861,2458,3585,2608,1675,2800, # 6950 + 919,2347,2960,2348,1270,4511,4012, 73,7862,7863, 647,7864,3228,2843,2255,1550, # 6966 +1346,3006,7865,1332, 883,3479,7866,7867,7868,7869,3301,2765,7870,1212, 831,1347, # 6982 +4226,4512,2326,3830,1863,3053, 720,3831,4513,4514,3832,7871,4227,7872,7873,4515, # 6998 +7874,7875,1798,4516,3708,2609,4517,3586,1645,2371,7876,7877,2924, 669,2208,2665, # 7014 +2429,7878,2879,7879,7880,1028,3229,7881,4228,2408,7882,2256,1353,7883,7884,4518, # 7030 +3158, 518,7885,4013,7886,4229,1960,7887,2142,4230,7888,7889,3007,2349,2350,3833, # 7046 + 516,1833,1454,4014,2699,4231,4519,2225,2610,1971,1129,3587,7890,2766,7891,2961, # 7062 +1422, 577,1470,3008,1524,3373,7892,7893, 432,4232,3054,3480,7894,2586,1455,2508, # 7078 +2226,1972,1175,7895,1020,2732,4015,3481,4520,7896,2733,7897,1743,1361,3055,3482, # 7094 +2639,4016,4233,4521,2290, 895, 924,4234,2170, 331,2243,3056, 166,1627,3057,1098, # 7110 +7898,1232,2880,2227,3374,4522, 657, 403,1196,2372, 542,3709,3375,1600,4235,3483, # 7126 +7899,4523,2767,3230, 576, 530,1362,7900,4524,2533,2666,3710,4017,7901, 842,3834, # 7142 +7902,2801,2031,1014,4018, 213,2700,3376, 665, 621,4236,7903,3711,2925,2430,7904, # 7158 +2431,3302,3588,3377,7905,4237,2534,4238,4525,3589,1682,4239,3484,1380,7906, 724, # 7174 +2277, 600,1670,7907,1337,1233,4526,3103,2244,7908,1621,4527,7909, 651,4240,7910, # 7190 +1612,4241,2611,7911,2844,7912,2734,2307,3058,7913, 716,2459,3059, 174,1255,2701, # 7206 +4019,3590, 548,1320,1398, 728,4020,1574,7914,1890,1197,3060,4021,7915,3061,3062, # 7222 +3712,3591,3713, 747,7916, 635,4242,4528,7917,7918,7919,4243,7920,7921,4529,7922, # 7238 +3378,4530,2432, 451,7923,3714,2535,2072,4244,2735,4245,4022,7924,1764,4531,7925, # 7254 +4246, 350,7926,2278,2390,2486,7927,4247,4023,2245,1434,4024, 488,4532, 458,4248, # 7270 +4025,3715, 771,1330,2391,3835,2568,3159,2159,2409,1553,2667,3160,4249,7928,2487, # 7286 +2881,2612,1720,2702,4250,3379,4533,7929,2536,4251,7930,3231,4252,2768,7931,2015, # 7302 +2736,7932,1155,1017,3716,3836,7933,3303,2308, 201,1864,4253,1430,7934,4026,7935, # 7318 +7936,7937,7938,7939,4254,1604,7940, 414,1865, 371,2587,4534,4535,3485,2016,3104, # 7334 +4536,1708, 960,4255, 887, 389,2171,1536,1663,1721,7941,2228,4027,2351,2926,1580, # 7350 +7942,7943,7944,1744,7945,2537,4537,4538,7946,4539,7947,2073,7948,7949,3592,3380, # 7366 +2882,4256,7950,4257,2640,3381,2802, 673,2703,2460, 709,3486,4028,3593,4258,7951, # 7382 +1148, 502, 634,7952,7953,1204,4540,3594,1575,4541,2613,3717,7954,3718,3105, 948, # 7398 +3232, 121,1745,3837,1110,7955,4259,3063,2509,3009,4029,3719,1151,1771,3838,1488, # 7414 +4030,1986,7956,2433,3487,7957,7958,2093,7959,4260,3839,1213,1407,2803, 531,2737, # 7430 +2538,3233,1011,1537,7960,2769,4261,3106,1061,7961,3720,3721,1866,2883,7962,2017, # 7446 + 120,4262,4263,2062,3595,3234,2309,3840,2668,3382,1954,4542,7963,7964,3488,1047, # 7462 +2704,1266,7965,1368,4543,2845, 649,3383,3841,2539,2738,1102,2846,2669,7966,7967, # 7478 +1999,7968,1111,3596,2962,7969,2488,3842,3597,2804,1854,3384,3722,7970,7971,3385, # 7494 +2410,2884,3304,3235,3598,7972,2569,7973,3599,2805,4031,1460, 856,7974,3600,7975, # 7510 +2885,2963,7976,2886,3843,7977,4264, 632,2510, 875,3844,1697,3845,2291,7978,7979, # 7526 +4544,3010,1239, 580,4545,4265,7980, 914, 936,2074,1190,4032,1039,2123,7981,7982, # 7542 +7983,3386,1473,7984,1354,4266,3846,7985,2172,3064,4033, 915,3305,4267,4268,3306, # 7558 +1605,1834,7986,2739, 398,3601,4269,3847,4034, 328,1912,2847,4035,3848,1331,4270, # 7574 +3011, 937,4271,7987,3602,4036,4037,3387,2160,4546,3388, 524, 742, 538,3065,1012, # 7590 +7988,7989,3849,2461,7990, 658,1103, 225,3850,7991,7992,4547,7993,4548,7994,3236, # 7606 +1243,7995,4038, 963,2246,4549,7996,2705,3603,3161,7997,7998,2588,2327,7999,4550, # 7622 +8000,8001,8002,3489,3307, 957,3389,2540,2032,1930,2927,2462, 870,2018,3604,1746, # 7638 +2770,2771,2434,2463,8003,3851,8004,3723,3107,3724,3490,3390,3725,8005,1179,3066, # 7654 +8006,3162,2373,4272,3726,2541,3163,3108,2740,4039,8007,3391,1556,2542,2292, 977, # 7670 +2887,2033,4040,1205,3392,8008,1765,3393,3164,2124,1271,1689, 714,4551,3491,8009, # 7686 +2328,3852, 533,4273,3605,2181, 617,8010,2464,3308,3492,2310,8011,8012,3165,8013, # 7702 +8014,3853,1987, 618, 427,2641,3493,3394,8015,8016,1244,1690,8017,2806,4274,4552, # 7718 +8018,3494,8019,8020,2279,1576, 473,3606,4275,3395, 972,8021,3607,8022,3067,8023, # 7734 +8024,4553,4554,8025,3727,4041,4042,8026, 153,4555, 356,8027,1891,2888,4276,2143, # 7750 + 408, 803,2352,8028,3854,8029,4277,1646,2570,2511,4556,4557,3855,8030,3856,4278, # 7766 +8031,2411,3396, 752,8032,8033,1961,2964,8034, 746,3012,2465,8035,4279,3728, 698, # 7782 +4558,1892,4280,3608,2543,4559,3609,3857,8036,3166,3397,8037,1823,1302,4043,2706, # 7798 +3858,1973,4281,8038,4282,3167, 823,1303,1288,1236,2848,3495,4044,3398, 774,3859, # 7814 +8039,1581,4560,1304,2849,3860,4561,8040,2435,2161,1083,3237,4283,4045,4284, 344, # 7830 +1173, 288,2311, 454,1683,8041,8042,1461,4562,4046,2589,8043,8044,4563, 985, 894, # 7846 +8045,3399,3168,8046,1913,2928,3729,1988,8047,2110,1974,8048,4047,8049,2571,1194, # 7862 + 425,8050,4564,3169,1245,3730,4285,8051,8052,2850,8053, 636,4565,1855,3861, 760, # 7878 +1799,8054,4286,2209,1508,4566,4048,1893,1684,2293,8055,8056,8057,4287,4288,2210, # 7894 + 479,8058,8059, 832,8060,4049,2489,8061,2965,2490,3731, 990,3109, 627,1814,2642, # 7910 +4289,1582,4290,2125,2111,3496,4567,8062, 799,4291,3170,8063,4568,2112,1737,3013, # 7926 +1018, 543, 754,4292,3309,1676,4569,4570,4050,8064,1489,8065,3497,8066,2614,2889, # 7942 +4051,8067,8068,2966,8069,8070,8071,8072,3171,4571,4572,2182,1722,8073,3238,3239, # 7958 +1842,3610,1715, 481, 365,1975,1856,8074,8075,1962,2491,4573,8076,2126,3611,3240, # 7974 + 433,1894,2063,2075,8077, 602,2741,8078,8079,8080,8081,8082,3014,1628,3400,8083, # 7990 +3172,4574,4052,2890,4575,2512,8084,2544,2772,8085,8086,8087,3310,4576,2891,8088, # 8006 +4577,8089,2851,4578,4579,1221,2967,4053,2513,8090,8091,8092,1867,1989,8093,8094, # 8022 +8095,1895,8096,8097,4580,1896,4054, 318,8098,2094,4055,4293,8099,8100, 485,8101, # 8038 + 938,3862, 553,2670, 116,8102,3863,3612,8103,3498,2671,2773,3401,3311,2807,8104, # 8054 +3613,2929,4056,1747,2930,2968,8105,8106, 207,8107,8108,2672,4581,2514,8109,3015, # 8070 + 890,3614,3864,8110,1877,3732,3402,8111,2183,2353,3403,1652,8112,8113,8114, 941, # 8086 +2294, 208,3499,4057,2019, 330,4294,3865,2892,2492,3733,4295,8115,8116,8117,8118, # 8102 +) + diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/euctwprober.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/euctwprober.py new file mode 100644 index 000000000..35669cc4d --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/euctwprober.py @@ -0,0 +1,46 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .mbcharsetprober import MultiByteCharSetProber +from .codingstatemachine import CodingStateMachine +from .chardistribution import EUCTWDistributionAnalysis +from .mbcssm import EUCTW_SM_MODEL + +class EUCTWProber(MultiByteCharSetProber): + def __init__(self): + super(EUCTWProber, self).__init__() + self.coding_sm = CodingStateMachine(EUCTW_SM_MODEL) + self.distribution_analyzer = EUCTWDistributionAnalysis() + self.reset() + + @property + def charset_name(self): + return "EUC-TW" + + @property + def language(self): + return "Taiwan" diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/gb2312freq.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/gb2312freq.py new file mode 100644 index 000000000..697837bd9 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/gb2312freq.py @@ -0,0 +1,283 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# GB2312 most frequently used character table +# +# Char to FreqOrder table , from hz6763 + +# 512 --> 0.79 -- 0.79 +# 1024 --> 0.92 -- 0.13 +# 2048 --> 0.98 -- 0.06 +# 6768 --> 1.00 -- 0.02 +# +# Ideal Distribution Ratio = 0.79135/(1-0.79135) = 3.79 +# Random Distribution Ration = 512 / (3755 - 512) = 0.157 +# +# Typical Distribution Ratio about 25% of Ideal one, still much higher that RDR + +GB2312_TYPICAL_DISTRIBUTION_RATIO = 0.9 + +GB2312_TABLE_SIZE = 3760 + +GB2312_CHAR_TO_FREQ_ORDER = ( +1671, 749,1443,2364,3924,3807,2330,3921,1704,3463,2691,1511,1515, 572,3191,2205, +2361, 224,2558, 479,1711, 963,3162, 440,4060,1905,2966,2947,3580,2647,3961,3842, +2204, 869,4207, 970,2678,5626,2944,2956,1479,4048, 514,3595, 588,1346,2820,3409, + 249,4088,1746,1873,2047,1774, 581,1813, 358,1174,3590,1014,1561,4844,2245, 670, +1636,3112, 889,1286, 953, 556,2327,3060,1290,3141, 613, 185,3477,1367, 850,3820, +1715,2428,2642,2303,2732,3041,2562,2648,3566,3946,1349, 388,3098,2091,1360,3585, + 152,1687,1539, 738,1559, 59,1232,2925,2267,1388,1249,1741,1679,2960, 151,1566, +1125,1352,4271, 924,4296, 385,3166,4459, 310,1245,2850, 70,3285,2729,3534,3575, +2398,3298,3466,1960,2265, 217,3647, 864,1909,2084,4401,2773,1010,3269,5152, 853, +3051,3121,1244,4251,1895, 364,1499,1540,2313,1180,3655,2268, 562, 715,2417,3061, + 544, 336,3768,2380,1752,4075, 950, 280,2425,4382, 183,2759,3272, 333,4297,2155, +1688,2356,1444,1039,4540, 736,1177,3349,2443,2368,2144,2225, 565, 196,1482,3406, + 927,1335,4147, 692, 878,1311,1653,3911,3622,1378,4200,1840,2969,3149,2126,1816, +2534,1546,2393,2760, 737,2494, 13, 447, 245,2747, 38,2765,2129,2589,1079, 606, + 360, 471,3755,2890, 404, 848, 699,1785,1236, 370,2221,1023,3746,2074,2026,2023, +2388,1581,2119, 812,1141,3091,2536,1519, 804,2053, 406,1596,1090, 784, 548,4414, +1806,2264,2936,1100, 343,4114,5096, 622,3358, 743,3668,1510,1626,5020,3567,2513, +3195,4115,5627,2489,2991, 24,2065,2697,1087,2719, 48,1634, 315, 68, 985,2052, + 198,2239,1347,1107,1439, 597,2366,2172, 871,3307, 919,2487,2790,1867, 236,2570, +1413,3794, 906,3365,3381,1701,1982,1818,1524,2924,1205, 616,2586,2072,2004, 575, + 253,3099, 32,1365,1182, 197,1714,2454,1201, 554,3388,3224,2748, 756,2587, 250, +2567,1507,1517,3529,1922,2761,2337,3416,1961,1677,2452,2238,3153, 615, 911,1506, +1474,2495,1265,1906,2749,3756,3280,2161, 898,2714,1759,3450,2243,2444, 563, 26, +3286,2266,3769,3344,2707,3677, 611,1402, 531,1028,2871,4548,1375, 261,2948, 835, +1190,4134, 353, 840,2684,1900,3082,1435,2109,1207,1674, 329,1872,2781,4055,2686, +2104, 608,3318,2423,2957,2768,1108,3739,3512,3271,3985,2203,1771,3520,1418,2054, +1681,1153, 225,1627,2929, 162,2050,2511,3687,1954, 124,1859,2431,1684,3032,2894, + 585,4805,3969,2869,2704,2088,2032,2095,3656,2635,4362,2209, 256, 518,2042,2105, +3777,3657, 643,2298,1148,1779, 190, 989,3544, 414, 11,2135,2063,2979,1471, 403, +3678, 126, 770,1563, 671,2499,3216,2877, 600,1179, 307,2805,4937,1268,1297,2694, + 252,4032,1448,1494,1331,1394, 127,2256, 222,1647,1035,1481,3056,1915,1048, 873, +3651, 210, 33,1608,2516, 200,1520, 415, 102, 0,3389,1287, 817, 91,3299,2940, + 836,1814, 549,2197,1396,1669,2987,3582,2297,2848,4528,1070, 687, 20,1819, 121, +1552,1364,1461,1968,2617,3540,2824,2083, 177, 948,4938,2291, 110,4549,2066, 648, +3359,1755,2110,2114,4642,4845,1693,3937,3308,1257,1869,2123, 208,1804,3159,2992, +2531,2549,3361,2418,1350,2347,2800,2568,1291,2036,2680, 72, 842,1990, 212,1233, +1154,1586, 75,2027,3410,4900,1823,1337,2710,2676, 728,2810,1522,3026,4995, 157, + 755,1050,4022, 710, 785,1936,2194,2085,1406,2777,2400, 150,1250,4049,1206, 807, +1910, 534, 529,3309,1721,1660, 274, 39,2827, 661,2670,1578, 925,3248,3815,1094, +4278,4901,4252, 41,1150,3747,2572,2227,4501,3658,4902,3813,3357,3617,2884,2258, + 887, 538,4187,3199,1294,2439,3042,2329,2343,2497,1255, 107, 543,1527, 521,3478, +3568, 194,5062, 15, 961,3870,1241,1192,2664, 66,5215,3260,2111,1295,1127,2152, +3805,4135, 901,1164,1976, 398,1278, 530,1460, 748, 904,1054,1966,1426, 53,2909, + 509, 523,2279,1534, 536,1019, 239,1685, 460,2353, 673,1065,2401,3600,4298,2272, +1272,2363, 284,1753,3679,4064,1695, 81, 815,2677,2757,2731,1386, 859, 500,4221, +2190,2566, 757,1006,2519,2068,1166,1455, 337,2654,3203,1863,1682,1914,3025,1252, +1409,1366, 847, 714,2834,2038,3209, 964,2970,1901, 885,2553,1078,1756,3049, 301, +1572,3326, 688,2130,1996,2429,1805,1648,2930,3421,2750,3652,3088, 262,1158,1254, + 389,1641,1812, 526,1719, 923,2073,1073,1902, 468, 489,4625,1140, 857,2375,3070, +3319,2863, 380, 116,1328,2693,1161,2244, 273,1212,1884,2769,3011,1775,1142, 461, +3066,1200,2147,2212, 790, 702,2695,4222,1601,1058, 434,2338,5153,3640, 67,2360, +4099,2502, 618,3472,1329, 416,1132, 830,2782,1807,2653,3211,3510,1662, 192,2124, + 296,3979,1739,1611,3684, 23, 118, 324, 446,1239,1225, 293,2520,3814,3795,2535, +3116, 17,1074, 467,2692,2201, 387,2922, 45,1326,3055,1645,3659,2817, 958, 243, +1903,2320,1339,2825,1784,3289, 356, 576, 865,2315,2381,3377,3916,1088,3122,1713, +1655, 935, 628,4689,1034,1327, 441, 800, 720, 894,1979,2183,1528,5289,2702,1071, +4046,3572,2399,1571,3281, 79, 761,1103, 327, 134, 758,1899,1371,1615, 879, 442, + 215,2605,2579, 173,2048,2485,1057,2975,3317,1097,2253,3801,4263,1403,1650,2946, + 814,4968,3487,1548,2644,1567,1285, 2, 295,2636, 97, 946,3576, 832, 141,4257, +3273, 760,3821,3521,3156,2607, 949,1024,1733,1516,1803,1920,2125,2283,2665,3180, +1501,2064,3560,2171,1592, 803,3518,1416, 732,3897,4258,1363,1362,2458, 119,1427, + 602,1525,2608,1605,1639,3175, 694,3064, 10, 465, 76,2000,4846,4208, 444,3781, +1619,3353,2206,1273,3796, 740,2483, 320,1723,2377,3660,2619,1359,1137,1762,1724, +2345,2842,1850,1862, 912, 821,1866, 612,2625,1735,2573,3369,1093, 844, 89, 937, + 930,1424,3564,2413,2972,1004,3046,3019,2011, 711,3171,1452,4178, 428, 801,1943, + 432, 445,2811, 206,4136,1472, 730, 349, 73, 397,2802,2547, 998,1637,1167, 789, + 396,3217, 154,1218, 716,1120,1780,2819,4826,1931,3334,3762,2139,1215,2627, 552, +3664,3628,3232,1405,2383,3111,1356,2652,3577,3320,3101,1703, 640,1045,1370,1246, +4996, 371,1575,2436,1621,2210, 984,4033,1734,2638, 16,4529, 663,2755,3255,1451, +3917,2257,1253,1955,2234,1263,2951, 214,1229, 617, 485, 359,1831,1969, 473,2310, + 750,2058, 165, 80,2864,2419, 361,4344,2416,2479,1134, 796,3726,1266,2943, 860, +2715, 938, 390,2734,1313,1384, 248, 202, 877,1064,2854, 522,3907, 279,1602, 297, +2357, 395,3740, 137,2075, 944,4089,2584,1267,3802, 62,1533,2285, 178, 176, 780, +2440, 201,3707, 590, 478,1560,4354,2117,1075, 30, 74,4643,4004,1635,1441,2745, + 776,2596, 238,1077,1692,1912,2844, 605, 499,1742,3947, 241,3053, 980,1749, 936, +2640,4511,2582, 515,1543,2162,5322,2892,2993, 890,2148,1924, 665,1827,3581,1032, + 968,3163, 339,1044,1896, 270, 583,1791,1720,4367,1194,3488,3669, 43,2523,1657, + 163,2167, 290,1209,1622,3378, 550, 634,2508,2510, 695,2634,2384,2512,1476,1414, + 220,1469,2341,2138,2852,3183,2900,4939,2865,3502,1211,3680, 854,3227,1299,2976, +3172, 186,2998,1459, 443,1067,3251,1495, 321,1932,3054, 909, 753,1410,1828, 436, +2441,1119,1587,3164,2186,1258, 227, 231,1425,1890,3200,3942, 247, 959, 725,5254, +2741, 577,2158,2079, 929, 120, 174, 838,2813, 591,1115, 417,2024, 40,3240,1536, +1037, 291,4151,2354, 632,1298,2406,2500,3535,1825,1846,3451, 205,1171, 345,4238, + 18,1163, 811, 685,2208,1217, 425,1312,1508,1175,4308,2552,1033, 587,1381,3059, +2984,3482, 340,1316,4023,3972, 792,3176, 519, 777,4690, 918, 933,4130,2981,3741, + 90,3360,2911,2200,5184,4550, 609,3079,2030, 272,3379,2736, 363,3881,1130,1447, + 286, 779, 357,1169,3350,3137,1630,1220,2687,2391, 747,1277,3688,2618,2682,2601, +1156,3196,5290,4034,3102,1689,3596,3128, 874, 219,2783, 798, 508,1843,2461, 269, +1658,1776,1392,1913,2983,3287,2866,2159,2372, 829,4076, 46,4253,2873,1889,1894, + 915,1834,1631,2181,2318, 298, 664,2818,3555,2735, 954,3228,3117, 527,3511,2173, + 681,2712,3033,2247,2346,3467,1652, 155,2164,3382, 113,1994, 450, 899, 494, 994, +1237,2958,1875,2336,1926,3727, 545,1577,1550, 633,3473, 204,1305,3072,2410,1956, +2471, 707,2134, 841,2195,2196,2663,3843,1026,4940, 990,3252,4997, 368,1092, 437, +3212,3258,1933,1829, 675,2977,2893, 412, 943,3723,4644,3294,3283,2230,2373,5154, +2389,2241,2661,2323,1404,2524, 593, 787, 677,3008,1275,2059, 438,2709,2609,2240, +2269,2246,1446, 36,1568,1373,3892,1574,2301,1456,3962, 693,2276,5216,2035,1143, +2720,1919,1797,1811,2763,4137,2597,1830,1699,1488,1198,2090, 424,1694, 312,3634, +3390,4179,3335,2252,1214, 561,1059,3243,2295,2561, 975,5155,2321,2751,3772, 472, +1537,3282,3398,1047,2077,2348,2878,1323,3340,3076, 690,2906, 51, 369, 170,3541, +1060,2187,2688,3670,2541,1083,1683, 928,3918, 459, 109,4427, 599,3744,4286, 143, +2101,2730,2490, 82,1588,3036,2121, 281,1860, 477,4035,1238,2812,3020,2716,3312, +1530,2188,2055,1317, 843, 636,1808,1173,3495, 649, 181,1002, 147,3641,1159,2414, +3750,2289,2795, 813,3123,2610,1136,4368, 5,3391,4541,2174, 420, 429,1728, 754, +1228,2115,2219, 347,2223,2733, 735,1518,3003,2355,3134,1764,3948,3329,1888,2424, +1001,1234,1972,3321,3363,1672,1021,1450,1584, 226, 765, 655,2526,3404,3244,2302, +3665, 731, 594,2184, 319,1576, 621, 658,2656,4299,2099,3864,1279,2071,2598,2739, + 795,3086,3699,3908,1707,2352,2402,1382,3136,2475,1465,4847,3496,3865,1085,3004, +2591,1084, 213,2287,1963,3565,2250, 822, 793,4574,3187,1772,1789,3050, 595,1484, +1959,2770,1080,2650, 456, 422,2996, 940,3322,4328,4345,3092,2742, 965,2784, 739, +4124, 952,1358,2498,2949,2565, 332,2698,2378, 660,2260,2473,4194,3856,2919, 535, +1260,2651,1208,1428,1300,1949,1303,2942, 433,2455,2450,1251,1946, 614,1269, 641, +1306,1810,2737,3078,2912, 564,2365,1419,1415,1497,4460,2367,2185,1379,3005,1307, +3218,2175,1897,3063, 682,1157,4040,4005,1712,1160,1941,1399, 394, 402,2952,1573, +1151,2986,2404, 862, 299,2033,1489,3006, 346, 171,2886,3401,1726,2932, 168,2533, + 47,2507,1030,3735,1145,3370,1395,1318,1579,3609,4560,2857,4116,1457,2529,1965, + 504,1036,2690,2988,2405, 745,5871, 849,2397,2056,3081, 863,2359,3857,2096, 99, +1397,1769,2300,4428,1643,3455,1978,1757,3718,1440, 35,4879,3742,1296,4228,2280, + 160,5063,1599,2013, 166, 520,3479,1646,3345,3012, 490,1937,1545,1264,2182,2505, +1096,1188,1369,1436,2421,1667,2792,2460,1270,2122, 727,3167,2143, 806,1706,1012, +1800,3037, 960,2218,1882, 805, 139,2456,1139,1521, 851,1052,3093,3089, 342,2039, + 744,5097,1468,1502,1585,2087, 223, 939, 326,2140,2577, 892,2481,1623,4077, 982, +3708, 135,2131, 87,2503,3114,2326,1106, 876,1616, 547,2997,2831,2093,3441,4530, +4314, 9,3256,4229,4148, 659,1462,1986,1710,2046,2913,2231,4090,4880,5255,3392, +3274,1368,3689,4645,1477, 705,3384,3635,1068,1529,2941,1458,3782,1509, 100,1656, +2548, 718,2339, 408,1590,2780,3548,1838,4117,3719,1345,3530, 717,3442,2778,3220, +2898,1892,4590,3614,3371,2043,1998,1224,3483, 891, 635, 584,2559,3355, 733,1766, +1729,1172,3789,1891,2307, 781,2982,2271,1957,1580,5773,2633,2005,4195,3097,1535, +3213,1189,1934,5693,3262, 586,3118,1324,1598, 517,1564,2217,1868,1893,4445,3728, +2703,3139,1526,1787,1992,3882,2875,1549,1199,1056,2224,1904,2711,5098,4287, 338, +1993,3129,3489,2689,1809,2815,1997, 957,1855,3898,2550,3275,3057,1105,1319, 627, +1505,1911,1883,3526, 698,3629,3456,1833,1431, 746, 77,1261,2017,2296,1977,1885, + 125,1334,1600, 525,1798,1109,2222,1470,1945, 559,2236,1186,3443,2476,1929,1411, +2411,3135,1777,3372,2621,1841,1613,3229, 668,1430,1839,2643,2916, 195,1989,2671, +2358,1387, 629,3205,2293,5256,4439, 123,1310, 888,1879,4300,3021,3605,1003,1162, +3192,2910,2010, 140,2395,2859, 55,1082,2012,2901, 662, 419,2081,1438, 680,2774, +4654,3912,1620,1731,1625,5035,4065,2328, 512,1344, 802,5443,2163,2311,2537, 524, +3399, 98,1155,2103,1918,2606,3925,2816,1393,2465,1504,3773,2177,3963,1478,4346, + 180,1113,4655,3461,2028,1698, 833,2696,1235,1322,1594,4408,3623,3013,3225,2040, +3022, 541,2881, 607,3632,2029,1665,1219, 639,1385,1686,1099,2803,3231,1938,3188, +2858, 427, 676,2772,1168,2025, 454,3253,2486,3556, 230,1950, 580, 791,1991,1280, +1086,1974,2034, 630, 257,3338,2788,4903,1017, 86,4790, 966,2789,1995,1696,1131, + 259,3095,4188,1308, 179,1463,5257, 289,4107,1248, 42,3413,1725,2288, 896,1947, + 774,4474,4254, 604,3430,4264, 392,2514,2588, 452, 237,1408,3018, 988,4531,1970, +3034,3310, 540,2370,1562,1288,2990, 502,4765,1147, 4,1853,2708, 207, 294,2814, +4078,2902,2509, 684, 34,3105,3532,2551, 644, 709,2801,2344, 573,1727,3573,3557, +2021,1081,3100,4315,2100,3681, 199,2263,1837,2385, 146,3484,1195,2776,3949, 997, +1939,3973,1008,1091,1202,1962,1847,1149,4209,5444,1076, 493, 117,5400,2521, 972, +1490,2934,1796,4542,2374,1512,2933,2657, 413,2888,1135,2762,2314,2156,1355,2369, + 766,2007,2527,2170,3124,2491,2593,2632,4757,2437, 234,3125,3591,1898,1750,1376, +1942,3468,3138, 570,2127,2145,3276,4131, 962, 132,1445,4196, 19, 941,3624,3480, +3366,1973,1374,4461,3431,2629, 283,2415,2275, 808,2887,3620,2112,2563,1353,3610, + 955,1089,3103,1053, 96, 88,4097, 823,3808,1583, 399, 292,4091,3313, 421,1128, + 642,4006, 903,2539,1877,2082, 596, 29,4066,1790, 722,2157, 130, 995,1569, 769, +1485, 464, 513,2213, 288,1923,1101,2453,4316, 133, 486,2445, 50, 625, 487,2207, + 57, 423, 481,2962, 159,3729,1558, 491, 303, 482, 501, 240,2837, 112,3648,2392, +1783, 362, 8,3433,3422, 610,2793,3277,1390,1284,1654, 21,3823, 734, 367, 623, + 193, 287, 374,1009,1483, 816, 476, 313,2255,2340,1262,2150,2899,1146,2581, 782, +2116,1659,2018,1880, 255,3586,3314,1110,2867,2137,2564, 986,2767,5185,2006, 650, + 158, 926, 762, 881,3157,2717,2362,3587, 306,3690,3245,1542,3077,2427,1691,2478, +2118,2985,3490,2438, 539,2305, 983, 129,1754, 355,4201,2386, 827,2923, 104,1773, +2838,2771, 411,2905,3919, 376, 767, 122,1114, 828,2422,1817,3506, 266,3460,1007, +1609,4998, 945,2612,4429,2274, 726,1247,1964,2914,2199,2070,4002,4108, 657,3323, +1422, 579, 455,2764,4737,1222,2895,1670, 824,1223,1487,2525, 558, 861,3080, 598, +2659,2515,1967, 752,2583,2376,2214,4180, 977, 704,2464,4999,2622,4109,1210,2961, + 819,1541, 142,2284, 44, 418, 457,1126,3730,4347,4626,1644,1876,3671,1864, 302, +1063,5694, 624, 723,1984,3745,1314,1676,2488,1610,1449,3558,3569,2166,2098, 409, +1011,2325,3704,2306, 818,1732,1383,1824,1844,3757, 999,2705,3497,1216,1423,2683, +2426,2954,2501,2726,2229,1475,2554,5064,1971,1794,1666,2014,1343, 783, 724, 191, +2434,1354,2220,5065,1763,2752,2472,4152, 131, 175,2885,3434, 92,1466,4920,2616, +3871,3872,3866, 128,1551,1632, 669,1854,3682,4691,4125,1230, 188,2973,3290,1302, +1213, 560,3266, 917, 763,3909,3249,1760, 868,1958, 764,1782,2097, 145,2277,3774, +4462, 64,1491,3062, 971,2132,3606,2442, 221,1226,1617, 218, 323,1185,3207,3147, + 571, 619,1473,1005,1744,2281, 449,1887,2396,3685, 275, 375,3816,1743,3844,3731, + 845,1983,2350,4210,1377, 773, 967,3499,3052,3743,2725,4007,1697,1022,3943,1464, +3264,2855,2722,1952,1029,2839,2467, 84,4383,2215, 820,1391,2015,2448,3672, 377, +1948,2168, 797,2545,3536,2578,2645, 94,2874,1678, 405,1259,3071, 771, 546,1315, + 470,1243,3083, 895,2468, 981, 969,2037, 846,4181, 653,1276,2928, 14,2594, 557, +3007,2474, 156, 902,1338,1740,2574, 537,2518, 973,2282,2216,2433,1928, 138,2903, +1293,2631,1612, 646,3457, 839,2935, 111, 496,2191,2847, 589,3186, 149,3994,2060, +4031,2641,4067,3145,1870, 37,3597,2136,1025,2051,3009,3383,3549,1121,1016,3261, +1301, 251,2446,2599,2153, 872,3246, 637, 334,3705, 831, 884, 921,3065,3140,4092, +2198,1944, 246,2964, 108,2045,1152,1921,2308,1031, 203,3173,4170,1907,3890, 810, +1401,2003,1690, 506, 647,1242,2828,1761,1649,3208,2249,1589,3709,2931,5156,1708, + 498, 666,2613, 834,3817,1231, 184,2851,1124, 883,3197,2261,3710,1765,1553,2658, +1178,2639,2351, 93,1193, 942,2538,2141,4402, 235,1821, 870,1591,2192,1709,1871, +3341,1618,4126,2595,2334, 603, 651, 69, 701, 268,2662,3411,2555,1380,1606, 503, + 448, 254,2371,2646, 574,1187,2309,1770, 322,2235,1292,1801, 305, 566,1133, 229, +2067,2057, 706, 167, 483,2002,2672,3295,1820,3561,3067, 316, 378,2746,3452,1112, + 136,1981, 507,1651,2917,1117, 285,4591, 182,2580,3522,1304, 335,3303,1835,2504, +1795,1792,2248, 674,1018,2106,2449,1857,2292,2845, 976,3047,1781,2600,2727,1389, +1281, 52,3152, 153, 265,3950, 672,3485,3951,4463, 430,1183, 365, 278,2169, 27, +1407,1336,2304, 209,1340,1730,2202,1852,2403,2883, 979,1737,1062, 631,2829,2542, +3876,2592, 825,2086,2226,3048,3625, 352,1417,3724, 542, 991, 431,1351,3938,1861, +2294, 826,1361,2927,3142,3503,1738, 463,2462,2723, 582,1916,1595,2808, 400,3845, +3891,2868,3621,2254, 58,2492,1123, 910,2160,2614,1372,1603,1196,1072,3385,1700, +3267,1980, 696, 480,2430, 920, 799,1570,2920,1951,2041,4047,2540,1321,4223,2469, +3562,2228,1271,2602, 401,2833,3351,2575,5157, 907,2312,1256, 410, 263,3507,1582, + 996, 678,1849,2316,1480, 908,3545,2237, 703,2322, 667,1826,2849,1531,2604,2999, +2407,3146,2151,2630,1786,3711, 469,3542, 497,3899,2409, 858, 837,4446,3393,1274, + 786, 620,1845,2001,3311, 484, 308,3367,1204,1815,3691,2332,1532,2557,1842,2020, +2724,1927,2333,4440, 567, 22,1673,2728,4475,1987,1858,1144,1597, 101,1832,3601, + 12, 974,3783,4391, 951,1412, 1,3720, 453,4608,4041, 528,1041,1027,3230,2628, +1129, 875,1051,3291,1203,2262,1069,2860,2799,2149,2615,3278, 144,1758,3040, 31, + 475,1680, 366,2685,3184, 311,1642,4008,2466,5036,1593,1493,2809, 216,1420,1668, + 233, 304,2128,3284, 232,1429,1768,1040,2008,3407,2740,2967,2543, 242,2133, 778, +1565,2022,2620, 505,2189,2756,1098,2273, 372,1614, 708, 553,2846,2094,2278, 169, +3626,2835,4161, 228,2674,3165, 809,1454,1309, 466,1705,1095, 900,3423, 880,2667, +3751,5258,2317,3109,2571,4317,2766,1503,1342, 866,4447,1118, 63,2076, 314,1881, +1348,1061, 172, 978,3515,1747, 532, 511,3970, 6, 601, 905,2699,3300,1751, 276, +1467,3725,2668, 65,4239,2544,2779,2556,1604, 578,2451,1802, 992,2331,2624,1320, +3446, 713,1513,1013, 103,2786,2447,1661, 886,1702, 916, 654,3574,2031,1556, 751, +2178,2821,2179,1498,1538,2176, 271, 914,2251,2080,1325, 638,1953,2937,3877,2432, +2754, 95,3265,1716, 260,1227,4083, 775, 106,1357,3254, 426,1607, 555,2480, 772, +1985, 244,2546, 474, 495,1046,2611,1851,2061, 71,2089,1675,2590, 742,3758,2843, +3222,1433, 267,2180,2576,2826,2233,2092,3913,2435, 956,1745,3075, 856,2113,1116, + 451, 3,1988,2896,1398, 993,2463,1878,2049,1341,2718,2721,2870,2108, 712,2904, +4363,2753,2324, 277,2872,2349,2649, 384, 987, 435, 691,3000, 922, 164,3939, 652, +1500,1184,4153,2482,3373,2165,4848,2335,3775,3508,3154,2806,2830,1554,2102,1664, +2530,1434,2408, 893,1547,2623,3447,2832,2242,2532,3169,2856,3223,2078, 49,3770, +3469, 462, 318, 656,2259,3250,3069, 679,1629,2758, 344,1138,1104,3120,1836,1283, +3115,2154,1437,4448, 934, 759,1999, 794,2862,1038, 533,2560,1722,2342, 855,2626, +1197,1663,4476,3127, 85,4240,2528, 25,1111,1181,3673, 407,3470,4561,2679,2713, + 768,1925,2841,3986,1544,1165, 932, 373,1240,2146,1930,2673, 721,4766, 354,4333, + 391,2963, 187, 61,3364,1442,1102, 330,1940,1767, 341,3809,4118, 393,2496,2062, +2211, 105, 331, 300, 439, 913,1332, 626, 379,3304,1557, 328, 689,3952, 309,1555, + 931, 317,2517,3027, 325, 569, 686,2107,3084, 60,1042,1333,2794, 264,3177,4014, +1628, 258,3712, 7,4464,1176,1043,1778, 683, 114,1975, 78,1492, 383,1886, 510, + 386, 645,5291,2891,2069,3305,4138,3867,2939,2603,2493,1935,1066,1848,3588,1015, +1282,1289,4609, 697,1453,3044,2666,3611,1856,2412, 54, 719,1330, 568,3778,2459, +1748, 788, 492, 551,1191,1000, 488,3394,3763, 282,1799, 348,2016,1523,3155,2390, +1049, 382,2019,1788,1170, 729,2968,3523, 897,3926,2785,2938,3292, 350,2319,3238, +1718,1717,2655,3453,3143,4465, 161,2889,2980,2009,1421, 56,1908,1640,2387,2232, +1917,1874,2477,4921, 148, 83,3438, 592,4245,2882,1822,1055, 741, 115,1496,1624, + 381,1638,4592,1020, 516,3214, 458, 947,4575,1432, 211,1514,2926,1865,2142, 189, + 852,1221,1400,1486, 882,2299,4036, 351, 28,1122, 700,6479,6480,6481,6482,6483, #last 512 +) + diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/gb2312prober.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/gb2312prober.py new file mode 100644 index 000000000..8446d2dd9 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/gb2312prober.py @@ -0,0 +1,46 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .mbcharsetprober import MultiByteCharSetProber +from .codingstatemachine import CodingStateMachine +from .chardistribution import GB2312DistributionAnalysis +from .mbcssm import GB2312_SM_MODEL + +class GB2312Prober(MultiByteCharSetProber): + def __init__(self): + super(GB2312Prober, self).__init__() + self.coding_sm = CodingStateMachine(GB2312_SM_MODEL) + self.distribution_analyzer = GB2312DistributionAnalysis() + self.reset() + + @property + def charset_name(self): + return "GB2312" + + @property + def language(self): + return "Chinese" diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/hebrewprober.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/hebrewprober.py new file mode 100644 index 000000000..b0e1bf492 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/hebrewprober.py @@ -0,0 +1,292 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Shy Shalom +# Portions created by the Initial Developer are Copyright (C) 2005 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .charsetprober import CharSetProber +from .enums import ProbingState + +# This prober doesn't actually recognize a language or a charset. +# It is a helper prober for the use of the Hebrew model probers + +### General ideas of the Hebrew charset recognition ### +# +# Four main charsets exist in Hebrew: +# "ISO-8859-8" - Visual Hebrew +# "windows-1255" - Logical Hebrew +# "ISO-8859-8-I" - Logical Hebrew +# "x-mac-hebrew" - ?? Logical Hebrew ?? +# +# Both "ISO" charsets use a completely identical set of code points, whereas +# "windows-1255" and "x-mac-hebrew" are two different proper supersets of +# these code points. windows-1255 defines additional characters in the range +# 0x80-0x9F as some misc punctuation marks as well as some Hebrew-specific +# diacritics and additional 'Yiddish' ligature letters in the range 0xc0-0xd6. +# x-mac-hebrew defines similar additional code points but with a different +# mapping. +# +# As far as an average Hebrew text with no diacritics is concerned, all four +# charsets are identical with respect to code points. Meaning that for the +# main Hebrew alphabet, all four map the same values to all 27 Hebrew letters +# (including final letters). +# +# The dominant difference between these charsets is their directionality. +# "Visual" directionality means that the text is ordered as if the renderer is +# not aware of a BIDI rendering algorithm. The renderer sees the text and +# draws it from left to right. The text itself when ordered naturally is read +# backwards. A buffer of Visual Hebrew generally looks like so: +# "[last word of first line spelled backwards] [whole line ordered backwards +# and spelled backwards] [first word of first line spelled backwards] +# [end of line] [last word of second line] ... etc' " +# adding punctuation marks, numbers and English text to visual text is +# naturally also "visual" and from left to right. +# +# "Logical" directionality means the text is ordered "naturally" according to +# the order it is read. It is the responsibility of the renderer to display +# the text from right to left. A BIDI algorithm is used to place general +# punctuation marks, numbers and English text in the text. +# +# Texts in x-mac-hebrew are almost impossible to find on the Internet. From +# what little evidence I could find, it seems that its general directionality +# is Logical. +# +# To sum up all of the above, the Hebrew probing mechanism knows about two +# charsets: +# Visual Hebrew - "ISO-8859-8" - backwards text - Words and sentences are +# backwards while line order is natural. For charset recognition purposes +# the line order is unimportant (In fact, for this implementation, even +# word order is unimportant). +# Logical Hebrew - "windows-1255" - normal, naturally ordered text. +# +# "ISO-8859-8-I" is a subset of windows-1255 and doesn't need to be +# specifically identified. +# "x-mac-hebrew" is also identified as windows-1255. A text in x-mac-hebrew +# that contain special punctuation marks or diacritics is displayed with +# some unconverted characters showing as question marks. This problem might +# be corrected using another model prober for x-mac-hebrew. Due to the fact +# that x-mac-hebrew texts are so rare, writing another model prober isn't +# worth the effort and performance hit. +# +#### The Prober #### +# +# The prober is divided between two SBCharSetProbers and a HebrewProber, +# all of which are managed, created, fed data, inquired and deleted by the +# SBCSGroupProber. The two SBCharSetProbers identify that the text is in +# fact some kind of Hebrew, Logical or Visual. The final decision about which +# one is it is made by the HebrewProber by combining final-letter scores +# with the scores of the two SBCharSetProbers to produce a final answer. +# +# The SBCSGroupProber is responsible for stripping the original text of HTML +# tags, English characters, numbers, low-ASCII punctuation characters, spaces +# and new lines. It reduces any sequence of such characters to a single space. +# The buffer fed to each prober in the SBCS group prober is pure text in +# high-ASCII. +# The two SBCharSetProbers (model probers) share the same language model: +# Win1255Model. +# The first SBCharSetProber uses the model normally as any other +# SBCharSetProber does, to recognize windows-1255, upon which this model was +# built. The second SBCharSetProber is told to make the pair-of-letter +# lookup in the language model backwards. This in practice exactly simulates +# a visual Hebrew model using the windows-1255 logical Hebrew model. +# +# The HebrewProber is not using any language model. All it does is look for +# final-letter evidence suggesting the text is either logical Hebrew or visual +# Hebrew. Disjointed from the model probers, the results of the HebrewProber +# alone are meaningless. HebrewProber always returns 0.00 as confidence +# since it never identifies a charset by itself. Instead, the pointer to the +# HebrewProber is passed to the model probers as a helper "Name Prober". +# When the Group prober receives a positive identification from any prober, +# it asks for the name of the charset identified. If the prober queried is a +# Hebrew model prober, the model prober forwards the call to the +# HebrewProber to make the final decision. In the HebrewProber, the +# decision is made according to the final-letters scores maintained and Both +# model probers scores. The answer is returned in the form of the name of the +# charset identified, either "windows-1255" or "ISO-8859-8". + +class HebrewProber(CharSetProber): + # windows-1255 / ISO-8859-8 code points of interest + FINAL_KAF = 0xea + NORMAL_KAF = 0xeb + FINAL_MEM = 0xed + NORMAL_MEM = 0xee + FINAL_NUN = 0xef + NORMAL_NUN = 0xf0 + FINAL_PE = 0xf3 + NORMAL_PE = 0xf4 + FINAL_TSADI = 0xf5 + NORMAL_TSADI = 0xf6 + + # Minimum Visual vs Logical final letter score difference. + # If the difference is below this, don't rely solely on the final letter score + # distance. + MIN_FINAL_CHAR_DISTANCE = 5 + + # Minimum Visual vs Logical model score difference. + # If the difference is below this, don't rely at all on the model score + # distance. + MIN_MODEL_DISTANCE = 0.01 + + VISUAL_HEBREW_NAME = "ISO-8859-8" + LOGICAL_HEBREW_NAME = "windows-1255" + + def __init__(self): + super(HebrewProber, self).__init__() + self._final_char_logical_score = None + self._final_char_visual_score = None + self._prev = None + self._before_prev = None + self._logical_prober = None + self._visual_prober = None + self.reset() + + def reset(self): + self._final_char_logical_score = 0 + self._final_char_visual_score = 0 + # The two last characters seen in the previous buffer, + # mPrev and mBeforePrev are initialized to space in order to simulate + # a word delimiter at the beginning of the data + self._prev = ' ' + self._before_prev = ' ' + # These probers are owned by the group prober. + + def set_model_probers(self, logicalProber, visualProber): + self._logical_prober = logicalProber + self._visual_prober = visualProber + + def is_final(self, c): + return c in [self.FINAL_KAF, self.FINAL_MEM, self.FINAL_NUN, + self.FINAL_PE, self.FINAL_TSADI] + + def is_non_final(self, c): + # The normal Tsadi is not a good Non-Final letter due to words like + # 'lechotet' (to chat) containing an apostrophe after the tsadi. This + # apostrophe is converted to a space in FilterWithoutEnglishLetters + # causing the Non-Final tsadi to appear at an end of a word even + # though this is not the case in the original text. + # The letters Pe and Kaf rarely display a related behavior of not being + # a good Non-Final letter. Words like 'Pop', 'Winamp' and 'Mubarak' + # for example legally end with a Non-Final Pe or Kaf. However, the + # benefit of these letters as Non-Final letters outweighs the damage + # since these words are quite rare. + return c in [self.NORMAL_KAF, self.NORMAL_MEM, + self.NORMAL_NUN, self.NORMAL_PE] + + def feed(self, byte_str): + # Final letter analysis for logical-visual decision. + # Look for evidence that the received buffer is either logical Hebrew + # or visual Hebrew. + # The following cases are checked: + # 1) A word longer than 1 letter, ending with a final letter. This is + # an indication that the text is laid out "naturally" since the + # final letter really appears at the end. +1 for logical score. + # 2) A word longer than 1 letter, ending with a Non-Final letter. In + # normal Hebrew, words ending with Kaf, Mem, Nun, Pe or Tsadi, + # should not end with the Non-Final form of that letter. Exceptions + # to this rule are mentioned above in isNonFinal(). This is an + # indication that the text is laid out backwards. +1 for visual + # score + # 3) A word longer than 1 letter, starting with a final letter. Final + # letters should not appear at the beginning of a word. This is an + # indication that the text is laid out backwards. +1 for visual + # score. + # + # The visual score and logical score are accumulated throughout the + # text and are finally checked against each other in GetCharSetName(). + # No checking for final letters in the middle of words is done since + # that case is not an indication for either Logical or Visual text. + # + # We automatically filter out all 7-bit characters (replace them with + # spaces) so the word boundary detection works properly. [MAP] + + if self.state == ProbingState.NOT_ME: + # Both model probers say it's not them. No reason to continue. + return ProbingState.NOT_ME + + byte_str = self.filter_high_byte_only(byte_str) + + for cur in byte_str: + if cur == ' ': + # We stand on a space - a word just ended + if self._before_prev != ' ': + # next-to-last char was not a space so self._prev is not a + # 1 letter word + if self.is_final(self._prev): + # case (1) [-2:not space][-1:final letter][cur:space] + self._final_char_logical_score += 1 + elif self.is_non_final(self._prev): + # case (2) [-2:not space][-1:Non-Final letter][ + # cur:space] + self._final_char_visual_score += 1 + else: + # Not standing on a space + if ((self._before_prev == ' ') and + (self.is_final(self._prev)) and (cur != ' ')): + # case (3) [-2:space][-1:final letter][cur:not space] + self._final_char_visual_score += 1 + self._before_prev = self._prev + self._prev = cur + + # Forever detecting, till the end or until both model probers return + # ProbingState.NOT_ME (handled above) + return ProbingState.DETECTING + + @property + def charset_name(self): + # Make the decision: is it Logical or Visual? + # If the final letter score distance is dominant enough, rely on it. + finalsub = self._final_char_logical_score - self._final_char_visual_score + if finalsub >= self.MIN_FINAL_CHAR_DISTANCE: + return self.LOGICAL_HEBREW_NAME + if finalsub <= -self.MIN_FINAL_CHAR_DISTANCE: + return self.VISUAL_HEBREW_NAME + + # It's not dominant enough, try to rely on the model scores instead. + modelsub = (self._logical_prober.get_confidence() + - self._visual_prober.get_confidence()) + if modelsub > self.MIN_MODEL_DISTANCE: + return self.LOGICAL_HEBREW_NAME + if modelsub < -self.MIN_MODEL_DISTANCE: + return self.VISUAL_HEBREW_NAME + + # Still no good, back to final letter distance, maybe it'll save the + # day. + if finalsub < 0.0: + return self.VISUAL_HEBREW_NAME + + # (finalsub > 0 - Logical) or (don't know what to do) default to + # Logical. + return self.LOGICAL_HEBREW_NAME + + @property + def language(self): + return 'Hebrew' + + @property + def state(self): + # Remain active as long as any of the model probers are active. + if (self._logical_prober.state == ProbingState.NOT_ME) and \ + (self._visual_prober.state == ProbingState.NOT_ME): + return ProbingState.NOT_ME + return ProbingState.DETECTING diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/jisfreq.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/jisfreq.py new file mode 100644 index 000000000..83fc082b5 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/jisfreq.py @@ -0,0 +1,325 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# Sampling from about 20M text materials include literature and computer technology +# +# Japanese frequency table, applied to both S-JIS and EUC-JP +# They are sorted in order. + +# 128 --> 0.77094 +# 256 --> 0.85710 +# 512 --> 0.92635 +# 1024 --> 0.97130 +# 2048 --> 0.99431 +# +# Ideal Distribution Ratio = 0.92635 / (1-0.92635) = 12.58 +# Random Distribution Ration = 512 / (2965+62+83+86-512) = 0.191 +# +# Typical Distribution Ratio, 25% of IDR + +JIS_TYPICAL_DISTRIBUTION_RATIO = 3.0 + +# Char to FreqOrder table , +JIS_TABLE_SIZE = 4368 + +JIS_CHAR_TO_FREQ_ORDER = ( + 40, 1, 6, 182, 152, 180, 295,2127, 285, 381,3295,4304,3068,4606,3165,3510, # 16 +3511,1822,2785,4607,1193,2226,5070,4608, 171,2996,1247, 18, 179,5071, 856,1661, # 32 +1262,5072, 619, 127,3431,3512,3230,1899,1700, 232, 228,1294,1298, 284, 283,2041, # 48 +2042,1061,1062, 48, 49, 44, 45, 433, 434,1040,1041, 996, 787,2997,1255,4305, # 64 +2108,4609,1684,1648,5073,5074,5075,5076,5077,5078,3687,5079,4610,5080,3927,3928, # 80 +5081,3296,3432, 290,2285,1471,2187,5082,2580,2825,1303,2140,1739,1445,2691,3375, # 96 +1691,3297,4306,4307,4611, 452,3376,1182,2713,3688,3069,4308,5083,5084,5085,5086, # 112 +5087,5088,5089,5090,5091,5092,5093,5094,5095,5096,5097,5098,5099,5100,5101,5102, # 128 +5103,5104,5105,5106,5107,5108,5109,5110,5111,5112,4097,5113,5114,5115,5116,5117, # 144 +5118,5119,5120,5121,5122,5123,5124,5125,5126,5127,5128,5129,5130,5131,5132,5133, # 160 +5134,5135,5136,5137,5138,5139,5140,5141,5142,5143,5144,5145,5146,5147,5148,5149, # 176 +5150,5151,5152,4612,5153,5154,5155,5156,5157,5158,5159,5160,5161,5162,5163,5164, # 192 +5165,5166,5167,5168,5169,5170,5171,5172,5173,5174,5175,1472, 598, 618, 820,1205, # 208 +1309,1412,1858,1307,1692,5176,5177,5178,5179,5180,5181,5182,1142,1452,1234,1172, # 224 +1875,2043,2149,1793,1382,2973, 925,2404,1067,1241, 960,1377,2935,1491, 919,1217, # 240 +1865,2030,1406,1499,2749,4098,5183,5184,5185,5186,5187,5188,2561,4099,3117,1804, # 256 +2049,3689,4309,3513,1663,5189,3166,3118,3298,1587,1561,3433,5190,3119,1625,2998, # 272 +3299,4613,1766,3690,2786,4614,5191,5192,5193,5194,2161, 26,3377, 2,3929, 20, # 288 +3691, 47,4100, 50, 17, 16, 35, 268, 27, 243, 42, 155, 24, 154, 29, 184, # 304 + 4, 91, 14, 92, 53, 396, 33, 289, 9, 37, 64, 620, 21, 39, 321, 5, # 320 + 12, 11, 52, 13, 3, 208, 138, 0, 7, 60, 526, 141, 151,1069, 181, 275, # 336 +1591, 83, 132,1475, 126, 331, 829, 15, 69, 160, 59, 22, 157, 55,1079, 312, # 352 + 109, 38, 23, 25, 10, 19, 79,5195, 61, 382,1124, 8, 30,5196,5197,5198, # 368 +5199,5200,5201,5202,5203,5204,5205,5206, 89, 62, 74, 34,2416, 112, 139, 196, # 384 + 271, 149, 84, 607, 131, 765, 46, 88, 153, 683, 76, 874, 101, 258, 57, 80, # 400 + 32, 364, 121,1508, 169,1547, 68, 235, 145,2999, 41, 360,3027, 70, 63, 31, # 416 + 43, 259, 262,1383, 99, 533, 194, 66, 93, 846, 217, 192, 56, 106, 58, 565, # 432 + 280, 272, 311, 256, 146, 82, 308, 71, 100, 128, 214, 655, 110, 261, 104,1140, # 448 + 54, 51, 36, 87, 67,3070, 185,2618,2936,2020, 28,1066,2390,2059,5207,5208, # 464 +5209,5210,5211,5212,5213,5214,5215,5216,4615,5217,5218,5219,5220,5221,5222,5223, # 480 +5224,5225,5226,5227,5228,5229,5230,5231,5232,5233,5234,5235,5236,3514,5237,5238, # 496 +5239,5240,5241,5242,5243,5244,2297,2031,4616,4310,3692,5245,3071,5246,3598,5247, # 512 +4617,3231,3515,5248,4101,4311,4618,3808,4312,4102,5249,4103,4104,3599,5250,5251, # 528 +5252,5253,5254,5255,5256,5257,5258,5259,5260,5261,5262,5263,5264,5265,5266,5267, # 544 +5268,5269,5270,5271,5272,5273,5274,5275,5276,5277,5278,5279,5280,5281,5282,5283, # 560 +5284,5285,5286,5287,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299, # 576 +5300,5301,5302,5303,5304,5305,5306,5307,5308,5309,5310,5311,5312,5313,5314,5315, # 592 +5316,5317,5318,5319,5320,5321,5322,5323,5324,5325,5326,5327,5328,5329,5330,5331, # 608 +5332,5333,5334,5335,5336,5337,5338,5339,5340,5341,5342,5343,5344,5345,5346,5347, # 624 +5348,5349,5350,5351,5352,5353,5354,5355,5356,5357,5358,5359,5360,5361,5362,5363, # 640 +5364,5365,5366,5367,5368,5369,5370,5371,5372,5373,5374,5375,5376,5377,5378,5379, # 656 +5380,5381, 363, 642,2787,2878,2788,2789,2316,3232,2317,3434,2011, 165,1942,3930, # 672 +3931,3932,3933,5382,4619,5383,4620,5384,5385,5386,5387,5388,5389,5390,5391,5392, # 688 +5393,5394,5395,5396,5397,5398,5399,5400,5401,5402,5403,5404,5405,5406,5407,5408, # 704 +5409,5410,5411,5412,5413,5414,5415,5416,5417,5418,5419,5420,5421,5422,5423,5424, # 720 +5425,5426,5427,5428,5429,5430,5431,5432,5433,5434,5435,5436,5437,5438,5439,5440, # 736 +5441,5442,5443,5444,5445,5446,5447,5448,5449,5450,5451,5452,5453,5454,5455,5456, # 752 +5457,5458,5459,5460,5461,5462,5463,5464,5465,5466,5467,5468,5469,5470,5471,5472, # 768 +5473,5474,5475,5476,5477,5478,5479,5480,5481,5482,5483,5484,5485,5486,5487,5488, # 784 +5489,5490,5491,5492,5493,5494,5495,5496,5497,5498,5499,5500,5501,5502,5503,5504, # 800 +5505,5506,5507,5508,5509,5510,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520, # 816 +5521,5522,5523,5524,5525,5526,5527,5528,5529,5530,5531,5532,5533,5534,5535,5536, # 832 +5537,5538,5539,5540,5541,5542,5543,5544,5545,5546,5547,5548,5549,5550,5551,5552, # 848 +5553,5554,5555,5556,5557,5558,5559,5560,5561,5562,5563,5564,5565,5566,5567,5568, # 864 +5569,5570,5571,5572,5573,5574,5575,5576,5577,5578,5579,5580,5581,5582,5583,5584, # 880 +5585,5586,5587,5588,5589,5590,5591,5592,5593,5594,5595,5596,5597,5598,5599,5600, # 896 +5601,5602,5603,5604,5605,5606,5607,5608,5609,5610,5611,5612,5613,5614,5615,5616, # 912 +5617,5618,5619,5620,5621,5622,5623,5624,5625,5626,5627,5628,5629,5630,5631,5632, # 928 +5633,5634,5635,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648, # 944 +5649,5650,5651,5652,5653,5654,5655,5656,5657,5658,5659,5660,5661,5662,5663,5664, # 960 +5665,5666,5667,5668,5669,5670,5671,5672,5673,5674,5675,5676,5677,5678,5679,5680, # 976 +5681,5682,5683,5684,5685,5686,5687,5688,5689,5690,5691,5692,5693,5694,5695,5696, # 992 +5697,5698,5699,5700,5701,5702,5703,5704,5705,5706,5707,5708,5709,5710,5711,5712, # 1008 +5713,5714,5715,5716,5717,5718,5719,5720,5721,5722,5723,5724,5725,5726,5727,5728, # 1024 +5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5741,5742,5743,5744, # 1040 +5745,5746,5747,5748,5749,5750,5751,5752,5753,5754,5755,5756,5757,5758,5759,5760, # 1056 +5761,5762,5763,5764,5765,5766,5767,5768,5769,5770,5771,5772,5773,5774,5775,5776, # 1072 +5777,5778,5779,5780,5781,5782,5783,5784,5785,5786,5787,5788,5789,5790,5791,5792, # 1088 +5793,5794,5795,5796,5797,5798,5799,5800,5801,5802,5803,5804,5805,5806,5807,5808, # 1104 +5809,5810,5811,5812,5813,5814,5815,5816,5817,5818,5819,5820,5821,5822,5823,5824, # 1120 +5825,5826,5827,5828,5829,5830,5831,5832,5833,5834,5835,5836,5837,5838,5839,5840, # 1136 +5841,5842,5843,5844,5845,5846,5847,5848,5849,5850,5851,5852,5853,5854,5855,5856, # 1152 +5857,5858,5859,5860,5861,5862,5863,5864,5865,5866,5867,5868,5869,5870,5871,5872, # 1168 +5873,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888, # 1184 +5889,5890,5891,5892,5893,5894,5895,5896,5897,5898,5899,5900,5901,5902,5903,5904, # 1200 +5905,5906,5907,5908,5909,5910,5911,5912,5913,5914,5915,5916,5917,5918,5919,5920, # 1216 +5921,5922,5923,5924,5925,5926,5927,5928,5929,5930,5931,5932,5933,5934,5935,5936, # 1232 +5937,5938,5939,5940,5941,5942,5943,5944,5945,5946,5947,5948,5949,5950,5951,5952, # 1248 +5953,5954,5955,5956,5957,5958,5959,5960,5961,5962,5963,5964,5965,5966,5967,5968, # 1264 +5969,5970,5971,5972,5973,5974,5975,5976,5977,5978,5979,5980,5981,5982,5983,5984, # 1280 +5985,5986,5987,5988,5989,5990,5991,5992,5993,5994,5995,5996,5997,5998,5999,6000, # 1296 +6001,6002,6003,6004,6005,6006,6007,6008,6009,6010,6011,6012,6013,6014,6015,6016, # 1312 +6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032, # 1328 +6033,6034,6035,6036,6037,6038,6039,6040,6041,6042,6043,6044,6045,6046,6047,6048, # 1344 +6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063,6064, # 1360 +6065,6066,6067,6068,6069,6070,6071,6072,6073,6074,6075,6076,6077,6078,6079,6080, # 1376 +6081,6082,6083,6084,6085,6086,6087,6088,6089,6090,6091,6092,6093,6094,6095,6096, # 1392 +6097,6098,6099,6100,6101,6102,6103,6104,6105,6106,6107,6108,6109,6110,6111,6112, # 1408 +6113,6114,2044,2060,4621, 997,1235, 473,1186,4622, 920,3378,6115,6116, 379,1108, # 1424 +4313,2657,2735,3934,6117,3809, 636,3233, 573,1026,3693,3435,2974,3300,2298,4105, # 1440 + 854,2937,2463, 393,2581,2417, 539, 752,1280,2750,2480, 140,1161, 440, 708,1569, # 1456 + 665,2497,1746,1291,1523,3000, 164,1603, 847,1331, 537,1997, 486, 508,1693,2418, # 1472 +1970,2227, 878,1220, 299,1030, 969, 652,2751, 624,1137,3301,2619, 65,3302,2045, # 1488 +1761,1859,3120,1930,3694,3516, 663,1767, 852, 835,3695, 269, 767,2826,2339,1305, # 1504 + 896,1150, 770,1616,6118, 506,1502,2075,1012,2519, 775,2520,2975,2340,2938,4314, # 1520 +3028,2086,1224,1943,2286,6119,3072,4315,2240,1273,1987,3935,1557, 175, 597, 985, # 1536 +3517,2419,2521,1416,3029, 585, 938,1931,1007,1052,1932,1685,6120,3379,4316,4623, # 1552 + 804, 599,3121,1333,2128,2539,1159,1554,2032,3810, 687,2033,2904, 952, 675,1467, # 1568 +3436,6121,2241,1096,1786,2440,1543,1924, 980,1813,2228, 781,2692,1879, 728,1918, # 1584 +3696,4624, 548,1950,4625,1809,1088,1356,3303,2522,1944, 502, 972, 373, 513,2827, # 1600 + 586,2377,2391,1003,1976,1631,6122,2464,1084, 648,1776,4626,2141, 324, 962,2012, # 1616 +2177,2076,1384, 742,2178,1448,1173,1810, 222, 102, 301, 445, 125,2420, 662,2498, # 1632 + 277, 200,1476,1165,1068, 224,2562,1378,1446, 450,1880, 659, 791, 582,4627,2939, # 1648 +3936,1516,1274, 555,2099,3697,1020,1389,1526,3380,1762,1723,1787,2229, 412,2114, # 1664 +1900,2392,3518, 512,2597, 427,1925,2341,3122,1653,1686,2465,2499, 697, 330, 273, # 1680 + 380,2162, 951, 832, 780, 991,1301,3073, 965,2270,3519, 668,2523,2636,1286, 535, # 1696 +1407, 518, 671, 957,2658,2378, 267, 611,2197,3030,6123, 248,2299, 967,1799,2356, # 1712 + 850,1418,3437,1876,1256,1480,2828,1718,6124,6125,1755,1664,2405,6126,4628,2879, # 1728 +2829, 499,2179, 676,4629, 557,2329,2214,2090, 325,3234, 464, 811,3001, 992,2342, # 1744 +2481,1232,1469, 303,2242, 466,1070,2163, 603,1777,2091,4630,2752,4631,2714, 322, # 1760 +2659,1964,1768, 481,2188,1463,2330,2857,3600,2092,3031,2421,4632,2318,2070,1849, # 1776 +2598,4633,1302,2254,1668,1701,2422,3811,2905,3032,3123,2046,4106,1763,1694,4634, # 1792 +1604, 943,1724,1454, 917, 868,2215,1169,2940, 552,1145,1800,1228,1823,1955, 316, # 1808 +1080,2510, 361,1807,2830,4107,2660,3381,1346,1423,1134,4108,6127, 541,1263,1229, # 1824 +1148,2540, 545, 465,1833,2880,3438,1901,3074,2482, 816,3937, 713,1788,2500, 122, # 1840 +1575, 195,1451,2501,1111,6128, 859, 374,1225,2243,2483,4317, 390,1033,3439,3075, # 1856 +2524,1687, 266, 793,1440,2599, 946, 779, 802, 507, 897,1081, 528,2189,1292, 711, # 1872 +1866,1725,1167,1640, 753, 398,2661,1053, 246, 348,4318, 137,1024,3440,1600,2077, # 1888 +2129, 825,4319, 698, 238, 521, 187,2300,1157,2423,1641,1605,1464,1610,1097,2541, # 1904 +1260,1436, 759,2255,1814,2150, 705,3235, 409,2563,3304, 561,3033,2005,2564, 726, # 1920 +1956,2343,3698,4109, 949,3812,3813,3520,1669, 653,1379,2525, 881,2198, 632,2256, # 1936 +1027, 778,1074, 733,1957, 514,1481,2466, 554,2180, 702,3938,1606,1017,1398,6129, # 1952 +1380,3521, 921, 993,1313, 594, 449,1489,1617,1166, 768,1426,1360, 495,1794,3601, # 1968 +1177,3602,1170,4320,2344, 476, 425,3167,4635,3168,1424, 401,2662,1171,3382,1998, # 1984 +1089,4110, 477,3169, 474,6130,1909, 596,2831,1842, 494, 693,1051,1028,1207,3076, # 2000 + 606,2115, 727,2790,1473,1115, 743,3522, 630, 805,1532,4321,2021, 366,1057, 838, # 2016 + 684,1114,2142,4322,2050,1492,1892,1808,2271,3814,2424,1971,1447,1373,3305,1090, # 2032 +1536,3939,3523,3306,1455,2199, 336, 369,2331,1035, 584,2393, 902, 718,2600,6131, # 2048 +2753, 463,2151,1149,1611,2467, 715,1308,3124,1268, 343,1413,3236,1517,1347,2663, # 2064 +2093,3940,2022,1131,1553,2100,2941,1427,3441,2942,1323,2484,6132,1980, 872,2368, # 2080 +2441,2943, 320,2369,2116,1082, 679,1933,3941,2791,3815, 625,1143,2023, 422,2200, # 2096 +3816,6133, 730,1695, 356,2257,1626,2301,2858,2637,1627,1778, 937, 883,2906,2693, # 2112 +3002,1769,1086, 400,1063,1325,3307,2792,4111,3077, 456,2345,1046, 747,6134,1524, # 2128 + 884,1094,3383,1474,2164,1059, 974,1688,2181,2258,1047, 345,1665,1187, 358, 875, # 2144 +3170, 305, 660,3524,2190,1334,1135,3171,1540,1649,2542,1527, 927, 968,2793, 885, # 2160 +1972,1850, 482, 500,2638,1218,1109,1085,2543,1654,2034, 876, 78,2287,1482,1277, # 2176 + 861,1675,1083,1779, 724,2754, 454, 397,1132,1612,2332, 893, 672,1237, 257,2259, # 2192 +2370, 135,3384, 337,2244, 547, 352, 340, 709,2485,1400, 788,1138,2511, 540, 772, # 2208 +1682,2260,2272,2544,2013,1843,1902,4636,1999,1562,2288,4637,2201,1403,1533, 407, # 2224 + 576,3308,1254,2071, 978,3385, 170, 136,1201,3125,2664,3172,2394, 213, 912, 873, # 2240 +3603,1713,2202, 699,3604,3699, 813,3442, 493, 531,1054, 468,2907,1483, 304, 281, # 2256 +4112,1726,1252,2094, 339,2319,2130,2639, 756,1563,2944, 748, 571,2976,1588,2425, # 2272 +2715,1851,1460,2426,1528,1392,1973,3237, 288,3309, 685,3386, 296, 892,2716,2216, # 2288 +1570,2245, 722,1747,2217, 905,3238,1103,6135,1893,1441,1965, 251,1805,2371,3700, # 2304 +2601,1919,1078, 75,2182,1509,1592,1270,2640,4638,2152,6136,3310,3817, 524, 706, # 2320 +1075, 292,3818,1756,2602, 317, 98,3173,3605,3525,1844,2218,3819,2502, 814, 567, # 2336 + 385,2908,1534,6137, 534,1642,3239, 797,6138,1670,1529, 953,4323, 188,1071, 538, # 2352 + 178, 729,3240,2109,1226,1374,2000,2357,2977, 731,2468,1116,2014,2051,6139,1261, # 2368 +1593, 803,2859,2736,3443, 556, 682, 823,1541,6140,1369,2289,1706,2794, 845, 462, # 2384 +2603,2665,1361, 387, 162,2358,1740, 739,1770,1720,1304,1401,3241,1049, 627,1571, # 2400 +2427,3526,1877,3942,1852,1500, 431,1910,1503, 677, 297,2795, 286,1433,1038,1198, # 2416 +2290,1133,1596,4113,4639,2469,1510,1484,3943,6141,2442, 108, 712,4640,2372, 866, # 2432 +3701,2755,3242,1348, 834,1945,1408,3527,2395,3243,1811, 824, 994,1179,2110,1548, # 2448 +1453, 790,3003, 690,4324,4325,2832,2909,3820,1860,3821, 225,1748, 310, 346,1780, # 2464 +2470, 821,1993,2717,2796, 828, 877,3528,2860,2471,1702,2165,2910,2486,1789, 453, # 2480 + 359,2291,1676, 73,1164,1461,1127,3311, 421, 604, 314,1037, 589, 116,2487, 737, # 2496 + 837,1180, 111, 244, 735,6142,2261,1861,1362, 986, 523, 418, 581,2666,3822, 103, # 2512 + 855, 503,1414,1867,2488,1091, 657,1597, 979, 605,1316,4641,1021,2443,2078,2001, # 2528 +1209, 96, 587,2166,1032, 260,1072,2153, 173, 94, 226,3244, 819,2006,4642,4114, # 2544 +2203, 231,1744, 782, 97,2667, 786,3387, 887, 391, 442,2219,4326,1425,6143,2694, # 2560 + 633,1544,1202, 483,2015, 592,2052,1958,2472,1655, 419, 129,4327,3444,3312,1714, # 2576 +1257,3078,4328,1518,1098, 865,1310,1019,1885,1512,1734, 469,2444, 148, 773, 436, # 2592 +1815,1868,1128,1055,4329,1245,2756,3445,2154,1934,1039,4643, 579,1238, 932,2320, # 2608 + 353, 205, 801, 115,2428, 944,2321,1881, 399,2565,1211, 678, 766,3944, 335,2101, # 2624 +1459,1781,1402,3945,2737,2131,1010, 844, 981,1326,1013, 550,1816,1545,2620,1335, # 2640 +1008, 371,2881, 936,1419,1613,3529,1456,1395,2273,1834,2604,1317,2738,2503, 416, # 2656 +1643,4330, 806,1126, 229, 591,3946,1314,1981,1576,1837,1666, 347,1790, 977,3313, # 2672 + 764,2861,1853, 688,2429,1920,1462, 77, 595, 415,2002,3034, 798,1192,4115,6144, # 2688 +2978,4331,3035,2695,2582,2072,2566, 430,2430,1727, 842,1396,3947,3702, 613, 377, # 2704 + 278, 236,1417,3388,3314,3174, 757,1869, 107,3530,6145,1194, 623,2262, 207,1253, # 2720 +2167,3446,3948, 492,1117,1935, 536,1838,2757,1246,4332, 696,2095,2406,1393,1572, # 2736 +3175,1782, 583, 190, 253,1390,2230, 830,3126,3389, 934,3245,1703,1749,2979,1870, # 2752 +2545,1656,2204, 869,2346,4116,3176,1817, 496,1764,4644, 942,1504, 404,1903,1122, # 2768 +1580,3606,2945,1022, 515, 372,1735, 955,2431,3036,6146,2797,1110,2302,2798, 617, # 2784 +6147, 441, 762,1771,3447,3607,3608,1904, 840,3037, 86, 939,1385, 572,1370,2445, # 2800 +1336, 114,3703, 898, 294, 203,3315, 703,1583,2274, 429, 961,4333,1854,1951,3390, # 2816 +2373,3704,4334,1318,1381, 966,1911,2322,1006,1155, 309, 989, 458,2718,1795,1372, # 2832 +1203, 252,1689,1363,3177, 517,1936, 168,1490, 562, 193,3823,1042,4117,1835, 551, # 2848 + 470,4645, 395, 489,3448,1871,1465,2583,2641, 417,1493, 279,1295, 511,1236,1119, # 2864 + 72,1231,1982,1812,3004, 871,1564, 984,3449,1667,2696,2096,4646,2347,2833,1673, # 2880 +3609, 695,3246,2668, 807,1183,4647, 890, 388,2333,1801,1457,2911,1765,1477,1031, # 2896 +3316,3317,1278,3391,2799,2292,2526, 163,3450,4335,2669,1404,1802,6148,2323,2407, # 2912 +1584,1728,1494,1824,1269, 298, 909,3318,1034,1632, 375, 776,1683,2061, 291, 210, # 2928 +1123, 809,1249,1002,2642,3038, 206,1011,2132, 144, 975, 882,1565, 342, 667, 754, # 2944 +1442,2143,1299,2303,2062, 447, 626,2205,1221,2739,2912,1144,1214,2206,2584, 760, # 2960 +1715, 614, 950,1281,2670,2621, 810, 577,1287,2546,4648, 242,2168, 250,2643, 691, # 2976 + 123,2644, 647, 313,1029, 689,1357,2946,1650, 216, 771,1339,1306, 808,2063, 549, # 2992 + 913,1371,2913,2914,6149,1466,1092,1174,1196,1311,2605,2396,1783,1796,3079, 406, # 3008 +2671,2117,3949,4649, 487,1825,2220,6150,2915, 448,2348,1073,6151,2397,1707, 130, # 3024 + 900,1598, 329, 176,1959,2527,1620,6152,2275,4336,3319,1983,2191,3705,3610,2155, # 3040 +3706,1912,1513,1614,6153,1988, 646, 392,2304,1589,3320,3039,1826,1239,1352,1340, # 3056 +2916, 505,2567,1709,1437,2408,2547, 906,6154,2672, 384,1458,1594,1100,1329, 710, # 3072 + 423,3531,2064,2231,2622,1989,2673,1087,1882, 333, 841,3005,1296,2882,2379, 580, # 3088 +1937,1827,1293,2585, 601, 574, 249,1772,4118,2079,1120, 645, 901,1176,1690, 795, # 3104 +2207, 478,1434, 516,1190,1530, 761,2080, 930,1264, 355, 435,1552, 644,1791, 987, # 3120 + 220,1364,1163,1121,1538, 306,2169,1327,1222, 546,2645, 218, 241, 610,1704,3321, # 3136 +1984,1839,1966,2528, 451,6155,2586,3707,2568, 907,3178, 254,2947, 186,1845,4650, # 3152 + 745, 432,1757, 428,1633, 888,2246,2221,2489,3611,2118,1258,1265, 956,3127,1784, # 3168 +4337,2490, 319, 510, 119, 457,3612, 274,2035,2007,4651,1409,3128, 970,2758, 590, # 3184 +2800, 661,2247,4652,2008,3950,1420,1549,3080,3322,3951,1651,1375,2111, 485,2491, # 3200 +1429,1156,6156,2548,2183,1495, 831,1840,2529,2446, 501,1657, 307,1894,3247,1341, # 3216 + 666, 899,2156,1539,2549,1559, 886, 349,2208,3081,2305,1736,3824,2170,2759,1014, # 3232 +1913,1386, 542,1397,2948, 490, 368, 716, 362, 159, 282,2569,1129,1658,1288,1750, # 3248 +2674, 276, 649,2016, 751,1496, 658,1818,1284,1862,2209,2087,2512,3451, 622,2834, # 3264 + 376, 117,1060,2053,1208,1721,1101,1443, 247,1250,3179,1792,3952,2760,2398,3953, # 3280 +6157,2144,3708, 446,2432,1151,2570,3452,2447,2761,2835,1210,2448,3082, 424,2222, # 3296 +1251,2449,2119,2836, 504,1581,4338, 602, 817, 857,3825,2349,2306, 357,3826,1470, # 3312 +1883,2883, 255, 958, 929,2917,3248, 302,4653,1050,1271,1751,2307,1952,1430,2697, # 3328 +2719,2359, 354,3180, 777, 158,2036,4339,1659,4340,4654,2308,2949,2248,1146,2232, # 3344 +3532,2720,1696,2623,3827,6158,3129,1550,2698,1485,1297,1428, 637, 931,2721,2145, # 3360 + 914,2550,2587, 81,2450, 612, 827,2646,1242,4655,1118,2884, 472,1855,3181,3533, # 3376 +3534, 569,1353,2699,1244,1758,2588,4119,2009,2762,2171,3709,1312,1531,6159,1152, # 3392 +1938, 134,1830, 471,3710,2276,1112,1535,3323,3453,3535, 982,1337,2950, 488, 826, # 3408 + 674,1058,1628,4120,2017, 522,2399, 211, 568,1367,3454, 350, 293,1872,1139,3249, # 3424 +1399,1946,3006,1300,2360,3324, 588, 736,6160,2606, 744, 669,3536,3828,6161,1358, # 3440 + 199, 723, 848, 933, 851,1939,1505,1514,1338,1618,1831,4656,1634,3613, 443,2740, # 3456 +3829, 717,1947, 491,1914,6162,2551,1542,4121,1025,6163,1099,1223, 198,3040,2722, # 3472 + 370, 410,1905,2589, 998,1248,3182,2380, 519,1449,4122,1710, 947, 928,1153,4341, # 3488 +2277, 344,2624,1511, 615, 105, 161,1212,1076,1960,3130,2054,1926,1175,1906,2473, # 3504 + 414,1873,2801,6164,2309, 315,1319,3325, 318,2018,2146,2157, 963, 631, 223,4342, # 3520 +4343,2675, 479,3711,1197,2625,3712,2676,2361,6165,4344,4123,6166,2451,3183,1886, # 3536 +2184,1674,1330,1711,1635,1506, 799, 219,3250,3083,3954,1677,3713,3326,2081,3614, # 3552 +1652,2073,4657,1147,3041,1752, 643,1961, 147,1974,3955,6167,1716,2037, 918,3007, # 3568 +1994, 120,1537, 118, 609,3184,4345, 740,3455,1219, 332,1615,3830,6168,1621,2980, # 3584 +1582, 783, 212, 553,2350,3714,1349,2433,2082,4124, 889,6169,2310,1275,1410, 973, # 3600 + 166,1320,3456,1797,1215,3185,2885,1846,2590,2763,4658, 629, 822,3008, 763, 940, # 3616 +1990,2862, 439,2409,1566,1240,1622, 926,1282,1907,2764, 654,2210,1607, 327,1130, # 3632 +3956,1678,1623,6170,2434,2192, 686, 608,3831,3715, 903,3957,3042,6171,2741,1522, # 3648 +1915,1105,1555,2552,1359, 323,3251,4346,3457, 738,1354,2553,2311,2334,1828,2003, # 3664 +3832,1753,2351,1227,6172,1887,4125,1478,6173,2410,1874,1712,1847, 520,1204,2607, # 3680 + 264,4659, 836,2677,2102, 600,4660,3833,2278,3084,6174,4347,3615,1342, 640, 532, # 3696 + 543,2608,1888,2400,2591,1009,4348,1497, 341,1737,3616,2723,1394, 529,3252,1321, # 3712 + 983,4661,1515,2120, 971,2592, 924, 287,1662,3186,4349,2700,4350,1519, 908,1948, # 3728 +2452, 156, 796,1629,1486,2223,2055, 694,4126,1259,1036,3392,1213,2249,2742,1889, # 3744 +1230,3958,1015, 910, 408, 559,3617,4662, 746, 725, 935,4663,3959,3009,1289, 563, # 3760 + 867,4664,3960,1567,2981,2038,2626, 988,2263,2381,4351, 143,2374, 704,1895,6175, # 3776 +1188,3716,2088, 673,3085,2362,4352, 484,1608,1921,2765,2918, 215, 904,3618,3537, # 3792 + 894, 509, 976,3043,2701,3961,4353,2837,2982, 498,6176,6177,1102,3538,1332,3393, # 3808 +1487,1636,1637, 233, 245,3962, 383, 650, 995,3044, 460,1520,1206,2352, 749,3327, # 3824 + 530, 700, 389,1438,1560,1773,3963,2264, 719,2951,2724,3834, 870,1832,1644,1000, # 3840 + 839,2474,3717, 197,1630,3394, 365,2886,3964,1285,2133, 734, 922, 818,1106, 732, # 3856 + 480,2083,1774,3458, 923,2279,1350, 221,3086, 85,2233,2234,3835,1585,3010,2147, # 3872 +1387,1705,2382,1619,2475, 133, 239,2802,1991,1016,2084,2383, 411,2838,1113, 651, # 3888 +1985,1160,3328, 990,1863,3087,1048,1276,2647, 265,2627,1599,3253,2056, 150, 638, # 3904 +2019, 656, 853, 326,1479, 680,1439,4354,1001,1759, 413,3459,3395,2492,1431, 459, # 3920 +4355,1125,3329,2265,1953,1450,2065,2863, 849, 351,2678,3131,3254,3255,1104,1577, # 3936 + 227,1351,1645,2453,2193,1421,2887, 812,2121, 634, 95,2435, 201,2312,4665,1646, # 3952 +1671,2743,1601,2554,2702,2648,2280,1315,1366,2089,3132,1573,3718,3965,1729,1189, # 3968 + 328,2679,1077,1940,1136, 558,1283, 964,1195, 621,2074,1199,1743,3460,3619,1896, # 3984 +1916,1890,3836,2952,1154,2112,1064, 862, 378,3011,2066,2113,2803,1568,2839,6178, # 4000 +3088,2919,1941,1660,2004,1992,2194, 142, 707,1590,1708,1624,1922,1023,1836,1233, # 4016 +1004,2313, 789, 741,3620,6179,1609,2411,1200,4127,3719,3720,4666,2057,3721, 593, # 4032 +2840, 367,2920,1878,6180,3461,1521, 628,1168, 692,2211,2649, 300, 720,2067,2571, # 4048 +2953,3396, 959,2504,3966,3539,3462,1977, 701,6181, 954,1043, 800, 681, 183,3722, # 4064 +1803,1730,3540,4128,2103, 815,2314, 174, 467, 230,2454,1093,2134, 755,3541,3397, # 4080 +1141,1162,6182,1738,2039, 270,3256,2513,1005,1647,2185,3837, 858,1679,1897,1719, # 4096 +2954,2324,1806, 402, 670, 167,4129,1498,2158,2104, 750,6183, 915, 189,1680,1551, # 4112 + 455,4356,1501,2455, 405,1095,2955, 338,1586,1266,1819, 570, 641,1324, 237,1556, # 4128 +2650,1388,3723,6184,1368,2384,1343,1978,3089,2436, 879,3724, 792,1191, 758,3012, # 4144 +1411,2135,1322,4357, 240,4667,1848,3725,1574,6185, 420,3045,1546,1391, 714,4358, # 4160 +1967, 941,1864, 863, 664, 426, 560,1731,2680,1785,2864,1949,2363, 403,3330,1415, # 4176 +1279,2136,1697,2335, 204, 721,2097,3838, 90,6186,2085,2505, 191,3967, 124,2148, # 4192 +1376,1798,1178,1107,1898,1405, 860,4359,1243,1272,2375,2983,1558,2456,1638, 113, # 4208 +3621, 578,1923,2609, 880, 386,4130, 784,2186,2266,1422,2956,2172,1722, 497, 263, # 4224 +2514,1267,2412,2610, 177,2703,3542, 774,1927,1344, 616,1432,1595,1018, 172,4360, # 4240 +2325, 911,4361, 438,1468,3622, 794,3968,2024,2173,1681,1829,2957, 945, 895,3090, # 4256 + 575,2212,2476, 475,2401,2681, 785,2744,1745,2293,2555,1975,3133,2865, 394,4668, # 4272 +3839, 635,4131, 639, 202,1507,2195,2766,1345,1435,2572,3726,1908,1184,1181,2457, # 4288 +3727,3134,4362, 843,2611, 437, 916,4669, 234, 769,1884,3046,3047,3623, 833,6187, # 4304 +1639,2250,2402,1355,1185,2010,2047, 999, 525,1732,1290,1488,2612, 948,1578,3728, # 4320 +2413,2477,1216,2725,2159, 334,3840,1328,3624,2921,1525,4132, 564,1056, 891,4363, # 4336 +1444,1698,2385,2251,3729,1365,2281,2235,1717,6188, 864,3841,2515, 444, 527,2767, # 4352 +2922,3625, 544, 461,6189, 566, 209,2437,3398,2098,1065,2068,3331,3626,3257,2137, # 4368 #last 512 +) + + diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/jpcntx.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/jpcntx.py new file mode 100644 index 000000000..20044e4bc --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/jpcntx.py @@ -0,0 +1,233 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + + +# This is hiragana 2-char sequence table, the number in each cell represents its frequency category +jp2CharContext = ( +(0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1), +(2,4,0,4,0,3,0,4,0,3,4,4,4,2,4,3,3,4,3,2,3,3,4,2,3,3,3,2,4,1,4,3,3,1,5,4,3,4,3,4,3,5,3,0,3,5,4,2,0,3,1,0,3,3,0,3,3,0,1,1,0,4,3,0,3,3,0,4,0,2,0,3,5,5,5,5,4,0,4,1,0,3,4), +(0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2), +(0,4,0,5,0,5,0,4,0,4,5,4,4,3,5,3,5,1,5,3,4,3,4,4,3,4,3,3,4,3,5,4,4,3,5,5,3,5,5,5,3,5,5,3,4,5,5,3,1,3,2,0,3,4,0,4,2,0,4,2,1,5,3,2,3,5,0,4,0,2,0,5,4,4,5,4,5,0,4,0,0,4,4), +(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), +(0,3,0,4,0,3,0,3,0,4,5,4,3,3,3,3,4,3,5,4,4,3,5,4,4,3,4,3,4,4,4,4,5,3,4,4,3,4,5,5,4,5,5,1,4,5,4,3,0,3,3,1,3,3,0,4,4,0,3,3,1,5,3,3,3,5,0,4,0,3,0,4,4,3,4,3,3,0,4,1,1,3,4), +(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), +(0,4,0,3,0,3,0,4,0,3,4,4,3,2,2,1,2,1,3,1,3,3,3,3,3,4,3,1,3,3,5,3,3,0,4,3,0,5,4,3,3,5,4,4,3,4,4,5,0,1,2,0,1,2,0,2,2,0,1,0,0,5,2,2,1,4,0,3,0,1,0,4,4,3,5,4,3,0,2,1,0,4,3), +(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), +(0,3,0,5,0,4,0,2,1,4,4,2,4,1,4,2,4,2,4,3,3,3,4,3,3,3,3,1,4,2,3,3,3,1,4,4,1,1,1,4,3,3,2,0,2,4,3,2,0,3,3,0,3,1,1,0,0,0,3,3,0,4,2,2,3,4,0,4,0,3,0,4,4,5,3,4,4,0,3,0,0,1,4), +(1,4,0,4,0,4,0,4,0,3,5,4,4,3,4,3,5,4,3,3,4,3,5,4,4,4,4,3,4,2,4,3,3,1,5,4,3,2,4,5,4,5,5,4,4,5,4,4,0,3,2,2,3,3,0,4,3,1,3,2,1,4,3,3,4,5,0,3,0,2,0,4,5,5,4,5,4,0,4,0,0,5,4), +(0,5,0,5,0,4,0,3,0,4,4,3,4,3,3,3,4,0,4,4,4,3,4,3,4,3,3,1,4,2,4,3,4,0,5,4,1,4,5,4,4,5,3,2,4,3,4,3,2,4,1,3,3,3,2,3,2,0,4,3,3,4,3,3,3,4,0,4,0,3,0,4,5,4,4,4,3,0,4,1,0,1,3), +(0,3,1,4,0,3,0,2,0,3,4,4,3,1,4,2,3,3,4,3,4,3,4,3,4,4,3,2,3,1,5,4,4,1,4,4,3,5,4,4,3,5,5,4,3,4,4,3,1,2,3,1,2,2,0,3,2,0,3,1,0,5,3,3,3,4,3,3,3,3,4,4,4,4,5,4,2,0,3,3,2,4,3), +(0,2,0,3,0,1,0,1,0,0,3,2,0,0,2,0,1,0,2,1,3,3,3,1,2,3,1,0,1,0,4,2,1,1,3,3,0,4,3,3,1,4,3,3,0,3,3,2,0,0,0,0,1,0,0,2,0,0,0,0,0,4,1,0,2,3,2,2,2,1,3,3,3,4,4,3,2,0,3,1,0,3,3), +(0,4,0,4,0,3,0,3,0,4,4,4,3,3,3,3,3,3,4,3,4,2,4,3,4,3,3,2,4,3,4,5,4,1,4,5,3,5,4,5,3,5,4,0,3,5,5,3,1,3,3,2,2,3,0,3,4,1,3,3,2,4,3,3,3,4,0,4,0,3,0,4,5,4,4,5,3,0,4,1,0,3,4), +(0,2,0,3,0,3,0,0,0,2,2,2,1,0,1,0,0,0,3,0,3,0,3,0,1,3,1,0,3,1,3,3,3,1,3,3,3,0,1,3,1,3,4,0,0,3,1,1,0,3,2,0,0,0,0,1,3,0,1,0,0,3,3,2,0,3,0,0,0,0,0,3,4,3,4,3,3,0,3,0,0,2,3), +(2,3,0,3,0,2,0,1,0,3,3,4,3,1,3,1,1,1,3,1,4,3,4,3,3,3,0,0,3,1,5,4,3,1,4,3,2,5,5,4,4,4,4,3,3,4,4,4,0,2,1,1,3,2,0,1,2,0,0,1,0,4,1,3,3,3,0,3,0,1,0,4,4,4,5,5,3,0,2,0,0,4,4), +(0,2,0,1,0,3,1,3,0,2,3,3,3,0,3,1,0,0,3,0,3,2,3,1,3,2,1,1,0,0,4,2,1,0,2,3,1,4,3,2,0,4,4,3,1,3,1,3,0,1,0,0,1,0,0,0,1,0,0,0,0,4,1,1,1,2,0,3,0,0,0,3,4,2,4,3,2,0,1,0,0,3,3), +(0,1,0,4,0,5,0,4,0,2,4,4,2,3,3,2,3,3,5,3,3,3,4,3,4,2,3,0,4,3,3,3,4,1,4,3,2,1,5,5,3,4,5,1,3,5,4,2,0,3,3,0,1,3,0,4,2,0,1,3,1,4,3,3,3,3,0,3,0,1,0,3,4,4,4,5,5,0,3,0,1,4,5), +(0,2,0,3,0,3,0,0,0,2,3,1,3,0,4,0,1,1,3,0,3,4,3,2,3,1,0,3,3,2,3,1,3,0,2,3,0,2,1,4,1,2,2,0,0,3,3,0,0,2,0,0,0,1,0,0,0,0,2,2,0,3,2,1,3,3,0,2,0,2,0,0,3,3,1,2,4,0,3,0,2,2,3), +(2,4,0,5,0,4,0,4,0,2,4,4,4,3,4,3,3,3,1,2,4,3,4,3,4,4,5,0,3,3,3,3,2,0,4,3,1,4,3,4,1,4,4,3,3,4,4,3,1,2,3,0,4,2,0,4,1,0,3,3,0,4,3,3,3,4,0,4,0,2,0,3,5,3,4,5,2,0,3,0,0,4,5), +(0,3,0,4,0,1,0,1,0,1,3,2,2,1,3,0,3,0,2,0,2,0,3,0,2,0,0,0,1,0,1,1,0,0,3,1,0,0,0,4,0,3,1,0,2,1,3,0,0,0,0,0,0,3,0,0,0,0,0,0,0,4,2,2,3,1,0,3,0,0,0,1,4,4,4,3,0,0,4,0,0,1,4), +(1,4,1,5,0,3,0,3,0,4,5,4,4,3,5,3,3,4,4,3,4,1,3,3,3,3,2,1,4,1,5,4,3,1,4,4,3,5,4,4,3,5,4,3,3,4,4,4,0,3,3,1,2,3,0,3,1,0,3,3,0,5,4,4,4,4,4,4,3,3,5,4,4,3,3,5,4,0,3,2,0,4,4), +(0,2,0,3,0,1,0,0,0,1,3,3,3,2,4,1,3,0,3,1,3,0,2,2,1,1,0,0,2,0,4,3,1,0,4,3,0,4,4,4,1,4,3,1,1,3,3,1,0,2,0,0,1,3,0,0,0,0,2,0,0,4,3,2,4,3,5,4,3,3,3,4,3,3,4,3,3,0,2,1,0,3,3), +(0,2,0,4,0,3,0,2,0,2,5,5,3,4,4,4,4,1,4,3,3,0,4,3,4,3,1,3,3,2,4,3,0,3,4,3,0,3,4,4,2,4,4,0,4,5,3,3,2,2,1,1,1,2,0,1,5,0,3,3,2,4,3,3,3,4,0,3,0,2,0,4,4,3,5,5,0,0,3,0,2,3,3), +(0,3,0,4,0,3,0,1,0,3,4,3,3,1,3,3,3,0,3,1,3,0,4,3,3,1,1,0,3,0,3,3,0,0,4,4,0,1,5,4,3,3,5,0,3,3,4,3,0,2,0,1,1,1,0,1,3,0,1,2,1,3,3,2,3,3,0,3,0,1,0,1,3,3,4,4,1,0,1,2,2,1,3), +(0,1,0,4,0,4,0,3,0,1,3,3,3,2,3,1,1,0,3,0,3,3,4,3,2,4,2,0,1,0,4,3,2,0,4,3,0,5,3,3,2,4,4,4,3,3,3,4,0,1,3,0,0,1,0,0,1,0,0,0,0,4,2,3,3,3,0,3,0,0,0,4,4,4,5,3,2,0,3,3,0,3,5), +(0,2,0,3,0,0,0,3,0,1,3,0,2,0,0,0,1,0,3,1,1,3,3,0,0,3,0,0,3,0,2,3,1,0,3,1,0,3,3,2,0,4,2,2,0,2,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,2,1,2,0,1,0,1,0,0,0,1,3,1,2,0,0,0,1,0,0,1,4), +(0,3,0,3,0,5,0,1,0,2,4,3,1,3,3,2,1,1,5,2,1,0,5,1,2,0,0,0,3,3,2,2,3,2,4,3,0,0,3,3,1,3,3,0,2,5,3,4,0,3,3,0,1,2,0,2,2,0,3,2,0,2,2,3,3,3,0,2,0,1,0,3,4,4,2,5,4,0,3,0,0,3,5), +(0,3,0,3,0,3,0,1,0,3,3,3,3,0,3,0,2,0,2,1,1,0,2,0,1,0,0,0,2,1,0,0,1,0,3,2,0,0,3,3,1,2,3,1,0,3,3,0,0,1,0,0,0,0,0,2,0,0,0,0,0,2,3,1,2,3,0,3,0,1,0,3,2,1,0,4,3,0,1,1,0,3,3), +(0,4,0,5,0,3,0,3,0,4,5,5,4,3,5,3,4,3,5,3,3,2,5,3,4,4,4,3,4,3,4,5,5,3,4,4,3,4,4,5,4,4,4,3,4,5,5,4,2,3,4,2,3,4,0,3,3,1,4,3,2,4,3,3,5,5,0,3,0,3,0,5,5,5,5,4,4,0,4,0,1,4,4), +(0,4,0,4,0,3,0,3,0,3,5,4,4,2,3,2,5,1,3,2,5,1,4,2,3,2,3,3,4,3,3,3,3,2,5,4,1,3,3,5,3,4,4,0,4,4,3,1,1,3,1,0,2,3,0,2,3,0,3,0,0,4,3,1,3,4,0,3,0,2,0,4,4,4,3,4,5,0,4,0,0,3,4), +(0,3,0,3,0,3,1,2,0,3,4,4,3,3,3,0,2,2,4,3,3,1,3,3,3,1,1,0,3,1,4,3,2,3,4,4,2,4,4,4,3,4,4,3,2,4,4,3,1,3,3,1,3,3,0,4,1,0,2,2,1,4,3,2,3,3,5,4,3,3,5,4,4,3,3,0,4,0,3,2,2,4,4), +(0,2,0,1,0,0,0,0,0,1,2,1,3,0,0,0,0,0,2,0,1,2,1,0,0,1,0,0,0,0,3,0,0,1,0,1,1,3,1,0,0,0,1,1,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,1,2,2,0,3,4,0,0,0,1,1,0,0,1,0,0,0,0,0,1,1), +(0,1,0,0,0,1,0,0,0,0,4,0,4,1,4,0,3,0,4,0,3,0,4,0,3,0,3,0,4,1,5,1,4,0,0,3,0,5,0,5,2,0,1,0,0,0,2,1,4,0,1,3,0,0,3,0,0,3,1,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0), +(1,4,0,5,0,3,0,2,0,3,5,4,4,3,4,3,5,3,4,3,3,0,4,3,3,3,3,3,3,2,4,4,3,1,3,4,4,5,4,4,3,4,4,1,3,5,4,3,3,3,1,2,2,3,3,1,3,1,3,3,3,5,3,3,4,5,0,3,0,3,0,3,4,3,4,4,3,0,3,0,2,4,3), +(0,1,0,4,0,0,0,0,0,1,4,0,4,1,4,2,4,0,3,0,1,0,1,0,0,0,0,0,2,0,3,1,1,1,0,3,0,0,0,1,2,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0,3,0,0,0,0,3,2,0,2,2,0,1,0,0,0,2,3,2,3,3,0,0,0,0,2,1,0), +(0,5,1,5,0,3,0,3,0,5,4,4,5,1,5,3,3,0,4,3,4,3,5,3,4,3,3,2,4,3,4,3,3,0,3,3,1,4,4,3,4,4,4,3,4,5,5,3,2,3,1,1,3,3,1,3,1,1,3,3,2,4,5,3,3,5,0,4,0,3,0,4,4,3,5,3,3,0,3,4,0,4,3), +(0,5,0,5,0,3,0,2,0,4,4,3,5,2,4,3,3,3,4,4,4,3,5,3,5,3,3,1,4,0,4,3,3,0,3,3,0,4,4,4,4,5,4,3,3,5,5,3,2,3,1,2,3,2,0,1,0,0,3,2,2,4,4,3,1,5,0,4,0,3,0,4,3,1,3,2,1,0,3,3,0,3,3), +(0,4,0,5,0,5,0,4,0,4,5,5,5,3,4,3,3,2,5,4,4,3,5,3,5,3,4,0,4,3,4,4,3,2,4,4,3,4,5,4,4,5,5,0,3,5,5,4,1,3,3,2,3,3,1,3,1,0,4,3,1,4,4,3,4,5,0,4,0,2,0,4,3,4,4,3,3,0,4,0,0,5,5), +(0,4,0,4,0,5,0,1,1,3,3,4,4,3,4,1,3,0,5,1,3,0,3,1,3,1,1,0,3,0,3,3,4,0,4,3,0,4,4,4,3,4,4,0,3,5,4,1,0,3,0,0,2,3,0,3,1,0,3,1,0,3,2,1,3,5,0,3,0,1,0,3,2,3,3,4,4,0,2,2,0,4,4), +(2,4,0,5,0,4,0,3,0,4,5,5,4,3,5,3,5,3,5,3,5,2,5,3,4,3,3,4,3,4,5,3,2,1,5,4,3,2,3,4,5,3,4,1,2,5,4,3,0,3,3,0,3,2,0,2,3,0,4,1,0,3,4,3,3,5,0,3,0,1,0,4,5,5,5,4,3,0,4,2,0,3,5), +(0,5,0,4,0,4,0,2,0,5,4,3,4,3,4,3,3,3,4,3,4,2,5,3,5,3,4,1,4,3,4,4,4,0,3,5,0,4,4,4,4,5,3,1,3,4,5,3,3,3,3,3,3,3,0,2,2,0,3,3,2,4,3,3,3,5,3,4,1,3,3,5,3,2,0,0,0,0,4,3,1,3,3), +(0,1,0,3,0,3,0,1,0,1,3,3,3,2,3,3,3,0,3,0,0,0,3,1,3,0,0,0,2,2,2,3,0,0,3,2,0,1,2,4,1,3,3,0,0,3,3,3,0,1,0,0,2,1,0,0,3,0,3,1,0,3,0,0,1,3,0,2,0,1,0,3,3,1,3,3,0,0,1,1,0,3,3), +(0,2,0,3,0,2,1,4,0,2,2,3,1,1,3,1,1,0,2,0,3,1,2,3,1,3,0,0,1,0,4,3,2,3,3,3,1,4,2,3,3,3,3,1,0,3,1,4,0,1,1,0,1,2,0,1,1,0,1,1,0,3,1,3,2,2,0,1,0,0,0,2,3,3,3,1,0,0,0,0,0,2,3), +(0,5,0,4,0,5,0,2,0,4,5,5,3,3,4,3,3,1,5,4,4,2,4,4,4,3,4,2,4,3,5,5,4,3,3,4,3,3,5,5,4,5,5,1,3,4,5,3,1,4,3,1,3,3,0,3,3,1,4,3,1,4,5,3,3,5,0,4,0,3,0,5,3,3,1,4,3,0,4,0,1,5,3), +(0,5,0,5,0,4,0,2,0,4,4,3,4,3,3,3,3,3,5,4,4,4,4,4,4,5,3,3,5,2,4,4,4,3,4,4,3,3,4,4,5,5,3,3,4,3,4,3,3,4,3,3,3,3,1,2,2,1,4,3,3,5,4,4,3,4,0,4,0,3,0,4,4,4,4,4,1,0,4,2,0,2,4), +(0,4,0,4,0,3,0,1,0,3,5,2,3,0,3,0,2,1,4,2,3,3,4,1,4,3,3,2,4,1,3,3,3,0,3,3,0,0,3,3,3,5,3,3,3,3,3,2,0,2,0,0,2,0,0,2,0,0,1,0,0,3,1,2,2,3,0,3,0,2,0,4,4,3,3,4,1,0,3,0,0,2,4), +(0,0,0,4,0,0,0,0,0,0,1,0,1,0,2,0,0,0,0,0,1,0,2,0,1,0,0,0,0,0,3,1,3,0,3,2,0,0,0,1,0,3,2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,0,2,0,0,0,0,0,0,2), +(0,2,1,3,0,2,0,2,0,3,3,3,3,1,3,1,3,3,3,3,3,3,4,2,2,1,2,1,4,0,4,3,1,3,3,3,2,4,3,5,4,3,3,3,3,3,3,3,0,1,3,0,2,0,0,1,0,0,1,0,0,4,2,0,2,3,0,3,3,0,3,3,4,2,3,1,4,0,1,2,0,2,3), +(0,3,0,3,0,1,0,3,0,2,3,3,3,0,3,1,2,0,3,3,2,3,3,2,3,2,3,1,3,0,4,3,2,0,3,3,1,4,3,3,2,3,4,3,1,3,3,1,1,0,1,1,0,1,0,1,0,1,0,0,0,4,1,1,0,3,0,3,1,0,2,3,3,3,3,3,1,0,0,2,0,3,3), +(0,0,0,0,0,0,0,0,0,0,3,0,2,0,3,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,3,0,3,0,3,1,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,2,0,2,3,0,0,0,0,0,0,0,0,3), +(0,2,0,3,1,3,0,3,0,2,3,3,3,1,3,1,3,1,3,1,3,3,3,1,3,0,2,3,1,1,4,3,3,2,3,3,1,2,2,4,1,3,3,0,1,4,2,3,0,1,3,0,3,0,0,1,3,0,2,0,0,3,3,2,1,3,0,3,0,2,0,3,4,4,4,3,1,0,3,0,0,3,3), +(0,2,0,1,0,2,0,0,0,1,3,2,2,1,3,0,1,1,3,0,3,2,3,1,2,0,2,0,1,1,3,3,3,0,3,3,1,1,2,3,2,3,3,1,2,3,2,0,0,1,0,0,0,0,0,0,3,0,1,0,0,2,1,2,1,3,0,3,0,0,0,3,4,4,4,3,2,0,2,0,0,2,4), +(0,0,0,1,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,2,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,3,1,0,0,0,0,0,0,0,3), +(0,3,0,3,0,2,0,3,0,3,3,3,2,3,2,2,2,0,3,1,3,3,3,2,3,3,0,0,3,0,3,2,2,0,2,3,1,4,3,4,3,3,2,3,1,5,4,4,0,3,1,2,1,3,0,3,1,1,2,0,2,3,1,3,1,3,0,3,0,1,0,3,3,4,4,2,1,0,2,1,0,2,4), +(0,1,0,3,0,1,0,2,0,1,4,2,5,1,4,0,2,0,2,1,3,1,4,0,2,1,0,0,2,1,4,1,1,0,3,3,0,5,1,3,2,3,3,1,0,3,2,3,0,1,0,0,0,0,0,0,1,0,0,0,0,4,0,1,0,3,0,2,0,1,0,3,3,3,4,3,3,0,0,0,0,2,3), +(0,0,0,1,0,0,0,0,0,0,2,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,1,0,0,0,0,0,3), +(0,1,0,3,0,4,0,3,0,2,4,3,1,0,3,2,2,1,3,1,2,2,3,1,1,1,2,1,3,0,1,2,0,1,3,2,1,3,0,5,5,1,0,0,1,3,2,1,0,3,0,0,1,0,0,0,0,0,3,4,0,1,1,1,3,2,0,2,0,1,0,2,3,3,1,2,3,0,1,0,1,0,4), +(0,0,0,1,0,3,0,3,0,2,2,1,0,0,4,0,3,0,3,1,3,0,3,0,3,0,1,0,3,0,3,1,3,0,3,3,0,0,1,2,1,1,1,0,1,2,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,2,1,2,0,0,2,0,0,0,0,2,3,3,3,3,0,0,0,0,1,4), +(0,0,0,3,0,3,0,0,0,0,3,1,1,0,3,0,1,0,2,0,1,0,0,0,0,0,0,0,1,0,3,0,2,0,2,3,0,0,2,2,3,1,2,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,2,0,0,0,0,2,3), +(2,4,0,5,0,5,0,4,0,3,4,3,3,3,4,3,3,3,4,3,4,4,5,4,5,5,5,2,3,0,5,5,4,1,5,4,3,1,5,4,3,4,4,3,3,4,3,3,0,3,2,0,2,3,0,3,0,0,3,3,0,5,3,2,3,3,0,3,0,3,0,3,4,5,4,5,3,0,4,3,0,3,4), +(0,3,0,3,0,3,0,3,0,3,3,4,3,2,3,2,3,0,4,3,3,3,3,3,3,3,3,0,3,2,4,3,3,1,3,4,3,4,4,4,3,4,4,3,2,4,4,1,0,2,0,0,1,1,0,2,0,0,3,1,0,5,3,2,1,3,0,3,0,1,2,4,3,2,4,3,3,0,3,2,0,4,4), +(0,3,0,3,0,1,0,0,0,1,4,3,3,2,3,1,3,1,4,2,3,2,4,2,3,4,3,0,2,2,3,3,3,0,3,3,3,0,3,4,1,3,3,0,3,4,3,3,0,1,1,0,1,0,0,0,4,0,3,0,0,3,1,2,1,3,0,4,0,1,0,4,3,3,4,3,3,0,2,0,0,3,3), +(0,3,0,4,0,1,0,3,0,3,4,3,3,0,3,3,3,1,3,1,3,3,4,3,3,3,0,0,3,1,5,3,3,1,3,3,2,5,4,3,3,4,5,3,2,5,3,4,0,1,0,0,0,0,0,2,0,0,1,1,0,4,2,2,1,3,0,3,0,2,0,4,4,3,5,3,2,0,1,1,0,3,4), +(0,5,0,4,0,5,0,2,0,4,4,3,3,2,3,3,3,1,4,3,4,1,5,3,4,3,4,0,4,2,4,3,4,1,5,4,0,4,4,4,4,5,4,1,3,5,4,2,1,4,1,1,3,2,0,3,1,0,3,2,1,4,3,3,3,4,0,4,0,3,0,4,4,4,3,3,3,0,4,2,0,3,4), +(1,4,0,4,0,3,0,1,0,3,3,3,1,1,3,3,2,2,3,3,1,0,3,2,2,1,2,0,3,1,2,1,2,0,3,2,0,2,2,3,3,4,3,0,3,3,1,2,0,1,1,3,1,2,0,0,3,0,1,1,0,3,2,2,3,3,0,3,0,0,0,2,3,3,4,3,3,0,1,0,0,1,4), +(0,4,0,4,0,4,0,0,0,3,4,4,3,1,4,2,3,2,3,3,3,1,4,3,4,0,3,0,4,2,3,3,2,2,5,4,2,1,3,4,3,4,3,1,3,3,4,2,0,2,1,0,3,3,0,0,2,0,3,1,0,4,4,3,4,3,0,4,0,1,0,2,4,4,4,4,4,0,3,2,0,3,3), +(0,0,0,1,0,4,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,3,2,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2), +(0,2,0,3,0,4,0,4,0,1,3,3,3,0,4,0,2,1,2,1,1,1,2,0,3,1,1,0,1,0,3,1,0,0,3,3,2,0,1,1,0,0,0,0,0,1,0,2,0,2,2,0,3,1,0,0,1,0,1,1,0,1,2,0,3,0,0,0,0,1,0,0,3,3,4,3,1,0,1,0,3,0,2), +(0,0,0,3,0,5,0,0,0,0,1,0,2,0,3,1,0,1,3,0,0,0,2,0,0,0,1,0,0,0,1,1,0,0,4,0,0,0,2,3,0,1,4,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,2,0,0,3,0,0,0,0,0,3), +(0,2,0,5,0,5,0,1,0,2,4,3,3,2,5,1,3,2,3,3,3,0,4,1,2,0,3,0,4,0,2,2,1,1,5,3,0,0,1,4,2,3,2,0,3,3,3,2,0,2,4,1,1,2,0,1,1,0,3,1,0,1,3,1,2,3,0,2,0,0,0,1,3,5,4,4,4,0,3,0,0,1,3), +(0,4,0,5,0,4,0,4,0,4,5,4,3,3,4,3,3,3,4,3,4,4,5,3,4,5,4,2,4,2,3,4,3,1,4,4,1,3,5,4,4,5,5,4,4,5,5,5,2,3,3,1,4,3,1,3,3,0,3,3,1,4,3,4,4,4,0,3,0,4,0,3,3,4,4,5,0,0,4,3,0,4,5), +(0,4,0,4,0,3,0,3,0,3,4,4,4,3,3,2,4,3,4,3,4,3,5,3,4,3,2,1,4,2,4,4,3,1,3,4,2,4,5,5,3,4,5,4,1,5,4,3,0,3,2,2,3,2,1,3,1,0,3,3,3,5,3,3,3,5,4,4,2,3,3,4,3,3,3,2,1,0,3,2,1,4,3), +(0,4,0,5,0,4,0,3,0,3,5,5,3,2,4,3,4,0,5,4,4,1,4,4,4,3,3,3,4,3,5,5,2,3,3,4,1,2,5,5,3,5,5,2,3,5,5,4,0,3,2,0,3,3,1,1,5,1,4,1,0,4,3,2,3,5,0,4,0,3,0,5,4,3,4,3,0,0,4,1,0,4,4), +(1,3,0,4,0,2,0,2,0,2,5,5,3,3,3,3,3,0,4,2,3,4,4,4,3,4,0,0,3,4,5,4,3,3,3,3,2,5,5,4,5,5,5,4,3,5,5,5,1,3,1,0,1,0,0,3,2,0,4,2,0,5,2,3,2,4,1,3,0,3,0,4,5,4,5,4,3,0,4,2,0,5,4), +(0,3,0,4,0,5,0,3,0,3,4,4,3,2,3,2,3,3,3,3,3,2,4,3,3,2,2,0,3,3,3,3,3,1,3,3,3,0,4,4,3,4,4,1,1,4,4,2,0,3,1,0,1,1,0,4,1,0,2,3,1,3,3,1,3,4,0,3,0,1,0,3,1,3,0,0,1,0,2,0,0,4,4), +(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), +(0,3,0,3,0,2,0,3,0,1,5,4,3,3,3,1,4,2,1,2,3,4,4,2,4,4,5,0,3,1,4,3,4,0,4,3,3,3,2,3,2,5,3,4,3,2,2,3,0,0,3,0,2,1,0,1,2,0,0,0,0,2,1,1,3,1,0,2,0,4,0,3,4,4,4,5,2,0,2,0,0,1,3), +(0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,1,0,0,1,1,0,0,0,4,2,1,1,0,1,0,3,2,0,0,3,1,1,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,1,0,0,0,2,0,0,0,1,4,0,4,2,1,0,0,0,0,0,1), +(0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,3,1,0,0,0,2,0,2,1,0,0,1,2,1,0,1,1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,1,3,1,0,0,0,0,0,1,0,0,2,1,0,0,0,0,0,0,0,0,2), +(0,4,0,4,0,4,0,3,0,4,4,3,4,2,4,3,2,0,4,4,4,3,5,3,5,3,3,2,4,2,4,3,4,3,1,4,0,2,3,4,4,4,3,3,3,4,4,4,3,4,1,3,4,3,2,1,2,1,3,3,3,4,4,3,3,5,0,4,0,3,0,4,3,3,3,2,1,0,3,0,0,3,3), +(0,4,0,3,0,3,0,3,0,3,5,5,3,3,3,3,4,3,4,3,3,3,4,4,4,3,3,3,3,4,3,5,3,3,1,3,2,4,5,5,5,5,4,3,4,5,5,3,2,2,3,3,3,3,2,3,3,1,2,3,2,4,3,3,3,4,0,4,0,2,0,4,3,2,2,1,2,0,3,0,0,4,1), +) + +class JapaneseContextAnalysis(object): + NUM_OF_CATEGORY = 6 + DONT_KNOW = -1 + ENOUGH_REL_THRESHOLD = 100 + MAX_REL_THRESHOLD = 1000 + MINIMUM_DATA_THRESHOLD = 4 + + def __init__(self): + self._total_rel = None + self._rel_sample = None + self._need_to_skip_char_num = None + self._last_char_order = None + self._done = None + self.reset() + + def reset(self): + self._total_rel = 0 # total sequence received + # category counters, each integer counts sequence in its category + self._rel_sample = [0] * self.NUM_OF_CATEGORY + # if last byte in current buffer is not the last byte of a character, + # we need to know how many bytes to skip in next buffer + self._need_to_skip_char_num = 0 + self._last_char_order = -1 # The order of previous char + # If this flag is set to True, detection is done and conclusion has + # been made + self._done = False + + def feed(self, byte_str, num_bytes): + if self._done: + return + + # The buffer we got is byte oriented, and a character may span in more than one + # buffers. In case the last one or two byte in last buffer is not + # complete, we record how many byte needed to complete that character + # and skip these bytes here. We can choose to record those bytes as + # well and analyse the character once it is complete, but since a + # character will not make much difference, by simply skipping + # this character will simply our logic and improve performance. + i = self._need_to_skip_char_num + while i < num_bytes: + order, char_len = self.get_order(byte_str[i:i + 2]) + i += char_len + if i > num_bytes: + self._need_to_skip_char_num = i - num_bytes + self._last_char_order = -1 + else: + if (order != -1) and (self._last_char_order != -1): + self._total_rel += 1 + if self._total_rel > self.MAX_REL_THRESHOLD: + self._done = True + break + self._rel_sample[jp2CharContext[self._last_char_order][order]] += 1 + self._last_char_order = order + + def got_enough_data(self): + return self._total_rel > self.ENOUGH_REL_THRESHOLD + + def get_confidence(self): + # This is just one way to calculate confidence. It works well for me. + if self._total_rel > self.MINIMUM_DATA_THRESHOLD: + return (self._total_rel - self._rel_sample[0]) / self._total_rel + else: + return self.DONT_KNOW + + def get_order(self, byte_str): + return -1, 1 + +class SJISContextAnalysis(JapaneseContextAnalysis): + def __init__(self): + super(SJISContextAnalysis, self).__init__() + self._charset_name = "SHIFT_JIS" + + @property + def charset_name(self): + return self._charset_name + + def get_order(self, byte_str): + if not byte_str: + return -1, 1 + # find out current char's byte length + first_char = byte_str[0] + if (0x81 <= first_char <= 0x9F) or (0xE0 <= first_char <= 0xFC): + char_len = 2 + if (first_char == 0x87) or (0xFA <= first_char <= 0xFC): + self._charset_name = "CP932" + else: + char_len = 1 + + # return its order if it is hiragana + if len(byte_str) > 1: + second_char = byte_str[1] + if (first_char == 202) and (0x9F <= second_char <= 0xF1): + return second_char - 0x9F, char_len + + return -1, char_len + +class EUCJPContextAnalysis(JapaneseContextAnalysis): + def get_order(self, byte_str): + if not byte_str: + return -1, 1 + # find out current char's byte length + first_char = byte_str[0] + if (first_char == 0x8E) or (0xA1 <= first_char <= 0xFE): + char_len = 2 + elif first_char == 0x8F: + char_len = 3 + else: + char_len = 1 + + # return its order if it is hiragana + if len(byte_str) > 1: + second_char = byte_str[1] + if (first_char == 0xA4) and (0xA1 <= second_char <= 0xF3): + return second_char - 0xA1, char_len + + return -1, char_len + + diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/langbulgarianmodel.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/langbulgarianmodel.py new file mode 100644 index 000000000..e963a5097 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/langbulgarianmodel.py @@ -0,0 +1,4650 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +BULGARIAN_LANG_MODEL = { + 63: { # 'e' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 1, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 1, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 45: { # '\xad' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 1, # 'М' + 36: 0, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 31: { # 'А' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 2, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 1, # 'К' + 46: 2, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 1, # 'О' + 30: 2, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 2, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 1, # 'е' + 23: 1, # 'ж' + 15: 2, # 'з' + 2: 0, # 'и' + 26: 2, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 0, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 1, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 32: { # 'Б' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 2, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 1, # 'Е' + 55: 1, # 'Ж' + 47: 2, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 1, # 'Щ' + 61: 2, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 1, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 35: { # 'В' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 2, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 2, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 43: { # 'Г' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 1, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 1, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 37: { # 'Д' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 2, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 44: { # 'Е' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 2, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 1, # 'Х' + 53: 2, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 0, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 0, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 1, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 55: { # 'Ж' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 47: { # 'З' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 1, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 40: { # 'И' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 2, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 2, # 'Л' + 38: 2, # 'М' + 36: 2, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 2, # 'Я' + 1: 1, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 1, # 'е' + 23: 0, # 'ж' + 15: 3, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 0, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 0, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 59: { # 'Й' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 1, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 33: { # 'К' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 46: { # 'Л' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 2, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 38: { # 'М' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 0, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 36: { # 'Н' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 2, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 1, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 1, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 2, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 41: { # 'О' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 1, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 2, # 'Л' + 38: 2, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 0, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 1, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 0, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 2, # 'ч' + 27: 0, # 'ш' + 24: 2, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 30: { # 'П' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 2, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 39: { # 'Р' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 2, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 1, # 'с' + 5: 0, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 28: { # 'С' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 3, # 'А' + 32: 2, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 34: { # 'Т' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 2, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 3, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 51: { # 'У' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 2, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 2, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 2, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 2, # 'с' + 5: 1, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 48: { # 'Ф' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 49: { # 'Х' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 53: { # 'Ц' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 1, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 50: { # 'Ч' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 54: { # 'Ш' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 57: { # 'Щ' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 1, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 61: { # 'Ъ' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 2, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 60: { # 'Ю' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 1, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 0, # 'е' + 23: 2, # 'ж' + 15: 1, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 0, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 56: { # 'Я' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 2, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 1, # 'и' + 26: 1, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 0, # 'о' + 13: 2, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 1: { # 'а' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 18: { # 'б' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 3, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 0, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 2, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 3, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 9: { # 'в' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 0, # 'в' + 20: 2, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 20: { # 'г' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 11: { # 'д' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 2, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 1, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 3: { # 'е' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 2, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 23: { # 'ж' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 15: { # 'з' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 2: { # 'и' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 1, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 1, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 26: { # 'й' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 2, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 12: { # 'к' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 3, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 10: { # 'л' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 1, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 3, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 14: { # 'м' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 1, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 6: { # 'н' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 2, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 3, # 'ф' + 25: 2, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 4: { # 'о' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 13: { # 'п' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 7: { # 'р' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 1, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 2, # 'ч' + 27: 3, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 8: { # 'с' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 2, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 5: { # 'т' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 19: { # 'у' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 2, # 'и' + 26: 2, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 2, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 2, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 29: { # 'ф' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 1, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 2, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 25: { # 'х' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 22: { # 'ц' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 0, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 21: { # 'ч' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 1, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 27: { # 'ш' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 2, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 1, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 24: { # 'щ' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 1, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 17: { # 'ъ' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 1, # 'и' + 26: 2, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 2, # 'ш' + 24: 3, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 2, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 52: { # 'ь' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 1, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 1, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 42: { # 'ю' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 1, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 1, # 'е' + 23: 2, # 'ж' + 15: 2, # 'з' + 2: 1, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 1, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 16: { # 'я' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 1, # 'ж' + 15: 2, # 'з' + 2: 1, # 'и' + 26: 2, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 1, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 3, # 'х' + 22: 2, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 2, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 58: { # 'є' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 62: { # '№' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +ISO_8859_5_BULGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 77, # 'A' + 66: 90, # 'B' + 67: 99, # 'C' + 68: 100, # 'D' + 69: 72, # 'E' + 70: 109, # 'F' + 71: 107, # 'G' + 72: 101, # 'H' + 73: 79, # 'I' + 74: 185, # 'J' + 75: 81, # 'K' + 76: 102, # 'L' + 77: 76, # 'M' + 78: 94, # 'N' + 79: 82, # 'O' + 80: 110, # 'P' + 81: 186, # 'Q' + 82: 108, # 'R' + 83: 91, # 'S' + 84: 74, # 'T' + 85: 119, # 'U' + 86: 84, # 'V' + 87: 96, # 'W' + 88: 111, # 'X' + 89: 187, # 'Y' + 90: 115, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 65, # 'a' + 98: 69, # 'b' + 99: 70, # 'c' + 100: 66, # 'd' + 101: 63, # 'e' + 102: 68, # 'f' + 103: 112, # 'g' + 104: 103, # 'h' + 105: 92, # 'i' + 106: 194, # 'j' + 107: 104, # 'k' + 108: 95, # 'l' + 109: 86, # 'm' + 110: 87, # 'n' + 111: 71, # 'o' + 112: 116, # 'p' + 113: 195, # 'q' + 114: 85, # 'r' + 115: 93, # 's' + 116: 97, # 't' + 117: 113, # 'u' + 118: 196, # 'v' + 119: 197, # 'w' + 120: 198, # 'x' + 121: 199, # 'y' + 122: 200, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 194, # '\x80' + 129: 195, # '\x81' + 130: 196, # '\x82' + 131: 197, # '\x83' + 132: 198, # '\x84' + 133: 199, # '\x85' + 134: 200, # '\x86' + 135: 201, # '\x87' + 136: 202, # '\x88' + 137: 203, # '\x89' + 138: 204, # '\x8a' + 139: 205, # '\x8b' + 140: 206, # '\x8c' + 141: 207, # '\x8d' + 142: 208, # '\x8e' + 143: 209, # '\x8f' + 144: 210, # '\x90' + 145: 211, # '\x91' + 146: 212, # '\x92' + 147: 213, # '\x93' + 148: 214, # '\x94' + 149: 215, # '\x95' + 150: 216, # '\x96' + 151: 217, # '\x97' + 152: 218, # '\x98' + 153: 219, # '\x99' + 154: 220, # '\x9a' + 155: 221, # '\x9b' + 156: 222, # '\x9c' + 157: 223, # '\x9d' + 158: 224, # '\x9e' + 159: 225, # '\x9f' + 160: 81, # '\xa0' + 161: 226, # 'Ё' + 162: 227, # 'Ђ' + 163: 228, # 'Ѓ' + 164: 229, # 'Є' + 165: 230, # 'Ѕ' + 166: 105, # 'І' + 167: 231, # 'Ї' + 168: 232, # 'Ј' + 169: 233, # 'Љ' + 170: 234, # 'Њ' + 171: 235, # 'Ћ' + 172: 236, # 'Ќ' + 173: 45, # '\xad' + 174: 237, # 'Ў' + 175: 238, # 'Џ' + 176: 31, # 'А' + 177: 32, # 'Б' + 178: 35, # 'В' + 179: 43, # 'Г' + 180: 37, # 'Д' + 181: 44, # 'Е' + 182: 55, # 'Ж' + 183: 47, # 'З' + 184: 40, # 'И' + 185: 59, # 'Й' + 186: 33, # 'К' + 187: 46, # 'Л' + 188: 38, # 'М' + 189: 36, # 'Н' + 190: 41, # 'О' + 191: 30, # 'П' + 192: 39, # 'Р' + 193: 28, # 'С' + 194: 34, # 'Т' + 195: 51, # 'У' + 196: 48, # 'Ф' + 197: 49, # 'Х' + 198: 53, # 'Ц' + 199: 50, # 'Ч' + 200: 54, # 'Ш' + 201: 57, # 'Щ' + 202: 61, # 'Ъ' + 203: 239, # 'Ы' + 204: 67, # 'Ь' + 205: 240, # 'Э' + 206: 60, # 'Ю' + 207: 56, # 'Я' + 208: 1, # 'а' + 209: 18, # 'б' + 210: 9, # 'в' + 211: 20, # 'г' + 212: 11, # 'д' + 213: 3, # 'е' + 214: 23, # 'ж' + 215: 15, # 'з' + 216: 2, # 'и' + 217: 26, # 'й' + 218: 12, # 'к' + 219: 10, # 'л' + 220: 14, # 'м' + 221: 6, # 'н' + 222: 4, # 'о' + 223: 13, # 'п' + 224: 7, # 'р' + 225: 8, # 'с' + 226: 5, # 'т' + 227: 19, # 'у' + 228: 29, # 'ф' + 229: 25, # 'х' + 230: 22, # 'ц' + 231: 21, # 'ч' + 232: 27, # 'ш' + 233: 24, # 'щ' + 234: 17, # 'ъ' + 235: 75, # 'ы' + 236: 52, # 'ь' + 237: 241, # 'э' + 238: 42, # 'ю' + 239: 16, # 'я' + 240: 62, # '№' + 241: 242, # 'ё' + 242: 243, # 'ђ' + 243: 244, # 'ѓ' + 244: 58, # 'є' + 245: 245, # 'ѕ' + 246: 98, # 'і' + 247: 246, # 'ї' + 248: 247, # 'ј' + 249: 248, # 'љ' + 250: 249, # 'њ' + 251: 250, # 'ћ' + 252: 251, # 'ќ' + 253: 91, # '§' + 254: 252, # 'ў' + 255: 253, # 'џ' +} + +ISO_8859_5_BULGARIAN_MODEL = SingleByteCharSetModel(charset_name='ISO-8859-5', + language='Bulgarian', + char_to_order_map=ISO_8859_5_BULGARIAN_CHAR_TO_ORDER, + language_model=BULGARIAN_LANG_MODEL, + typical_positive_ratio=0.969392, + keep_ascii_letters=False, + alphabet='АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯабвгдежзийклмнопрстуфхцчшщъьюя') + +WINDOWS_1251_BULGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 77, # 'A' + 66: 90, # 'B' + 67: 99, # 'C' + 68: 100, # 'D' + 69: 72, # 'E' + 70: 109, # 'F' + 71: 107, # 'G' + 72: 101, # 'H' + 73: 79, # 'I' + 74: 185, # 'J' + 75: 81, # 'K' + 76: 102, # 'L' + 77: 76, # 'M' + 78: 94, # 'N' + 79: 82, # 'O' + 80: 110, # 'P' + 81: 186, # 'Q' + 82: 108, # 'R' + 83: 91, # 'S' + 84: 74, # 'T' + 85: 119, # 'U' + 86: 84, # 'V' + 87: 96, # 'W' + 88: 111, # 'X' + 89: 187, # 'Y' + 90: 115, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 65, # 'a' + 98: 69, # 'b' + 99: 70, # 'c' + 100: 66, # 'd' + 101: 63, # 'e' + 102: 68, # 'f' + 103: 112, # 'g' + 104: 103, # 'h' + 105: 92, # 'i' + 106: 194, # 'j' + 107: 104, # 'k' + 108: 95, # 'l' + 109: 86, # 'm' + 110: 87, # 'n' + 111: 71, # 'o' + 112: 116, # 'p' + 113: 195, # 'q' + 114: 85, # 'r' + 115: 93, # 's' + 116: 97, # 't' + 117: 113, # 'u' + 118: 196, # 'v' + 119: 197, # 'w' + 120: 198, # 'x' + 121: 199, # 'y' + 122: 200, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 206, # 'Ђ' + 129: 207, # 'Ѓ' + 130: 208, # '‚' + 131: 209, # 'ѓ' + 132: 210, # '„' + 133: 211, # '…' + 134: 212, # '†' + 135: 213, # '‡' + 136: 120, # '€' + 137: 214, # '‰' + 138: 215, # 'Љ' + 139: 216, # '‹' + 140: 217, # 'Њ' + 141: 218, # 'Ќ' + 142: 219, # 'Ћ' + 143: 220, # 'Џ' + 144: 221, # 'ђ' + 145: 78, # '‘' + 146: 64, # '’' + 147: 83, # '“' + 148: 121, # '”' + 149: 98, # '•' + 150: 117, # '–' + 151: 105, # '—' + 152: 222, # None + 153: 223, # '™' + 154: 224, # 'љ' + 155: 225, # '›' + 156: 226, # 'њ' + 157: 227, # 'ќ' + 158: 228, # 'ћ' + 159: 229, # 'џ' + 160: 88, # '\xa0' + 161: 230, # 'Ў' + 162: 231, # 'ў' + 163: 232, # 'Ј' + 164: 233, # '¤' + 165: 122, # 'Ґ' + 166: 89, # '¦' + 167: 106, # '§' + 168: 234, # 'Ё' + 169: 235, # '©' + 170: 236, # 'Є' + 171: 237, # '«' + 172: 238, # '¬' + 173: 45, # '\xad' + 174: 239, # '®' + 175: 240, # 'Ї' + 176: 73, # '°' + 177: 80, # '±' + 178: 118, # 'І' + 179: 114, # 'і' + 180: 241, # 'ґ' + 181: 242, # 'µ' + 182: 243, # '¶' + 183: 244, # '·' + 184: 245, # 'ё' + 185: 62, # '№' + 186: 58, # 'є' + 187: 246, # '»' + 188: 247, # 'ј' + 189: 248, # 'Ѕ' + 190: 249, # 'ѕ' + 191: 250, # 'ї' + 192: 31, # 'А' + 193: 32, # 'Б' + 194: 35, # 'В' + 195: 43, # 'Г' + 196: 37, # 'Д' + 197: 44, # 'Е' + 198: 55, # 'Ж' + 199: 47, # 'З' + 200: 40, # 'И' + 201: 59, # 'Й' + 202: 33, # 'К' + 203: 46, # 'Л' + 204: 38, # 'М' + 205: 36, # 'Н' + 206: 41, # 'О' + 207: 30, # 'П' + 208: 39, # 'Р' + 209: 28, # 'С' + 210: 34, # 'Т' + 211: 51, # 'У' + 212: 48, # 'Ф' + 213: 49, # 'Х' + 214: 53, # 'Ц' + 215: 50, # 'Ч' + 216: 54, # 'Ш' + 217: 57, # 'Щ' + 218: 61, # 'Ъ' + 219: 251, # 'Ы' + 220: 67, # 'Ь' + 221: 252, # 'Э' + 222: 60, # 'Ю' + 223: 56, # 'Я' + 224: 1, # 'а' + 225: 18, # 'б' + 226: 9, # 'в' + 227: 20, # 'г' + 228: 11, # 'д' + 229: 3, # 'е' + 230: 23, # 'ж' + 231: 15, # 'з' + 232: 2, # 'и' + 233: 26, # 'й' + 234: 12, # 'к' + 235: 10, # 'л' + 236: 14, # 'м' + 237: 6, # 'н' + 238: 4, # 'о' + 239: 13, # 'п' + 240: 7, # 'р' + 241: 8, # 'с' + 242: 5, # 'т' + 243: 19, # 'у' + 244: 29, # 'ф' + 245: 25, # 'х' + 246: 22, # 'ц' + 247: 21, # 'ч' + 248: 27, # 'ш' + 249: 24, # 'щ' + 250: 17, # 'ъ' + 251: 75, # 'ы' + 252: 52, # 'ь' + 253: 253, # 'э' + 254: 42, # 'ю' + 255: 16, # 'я' +} + +WINDOWS_1251_BULGARIAN_MODEL = SingleByteCharSetModel(charset_name='windows-1251', + language='Bulgarian', + char_to_order_map=WINDOWS_1251_BULGARIAN_CHAR_TO_ORDER, + language_model=BULGARIAN_LANG_MODEL, + typical_positive_ratio=0.969392, + keep_ascii_letters=False, + alphabet='АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯабвгдежзийклмнопрстуфхцчшщъьюя') + diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/langgreekmodel.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/langgreekmodel.py new file mode 100644 index 000000000..d99528ede --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/langgreekmodel.py @@ -0,0 +1,4398 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +GREEK_LANG_MODEL = { + 60: { # 'e' + 60: 2, # 'e' + 55: 1, # 'o' + 58: 2, # 't' + 36: 1, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 55: { # 'o' + 60: 0, # 'e' + 55: 2, # 'o' + 58: 2, # 't' + 36: 1, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 1, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 58: { # 't' + 60: 2, # 'e' + 55: 1, # 'o' + 58: 1, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 1, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 36: { # '·' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 61: { # 'Ά' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 1, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 1, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 46: { # 'Έ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 2, # 'β' + 20: 2, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 2, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 1, # 'σ' + 2: 2, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 54: { # 'Ό' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 2, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 31: { # 'Α' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 2, # 'Β' + 43: 2, # 'Γ' + 41: 1, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 2, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 1, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 2, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 2, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 1, # 'θ' + 5: 0, # 'ι' + 11: 2, # 'κ' + 16: 3, # 'λ' + 10: 2, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 2, # 'ς' + 7: 2, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 51: { # 'Β' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 1, # 'Ι' + 44: 0, # 'Κ' + 53: 1, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 2, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 43: { # 'Γ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 1, # 'Α' + 51: 0, # 'Β' + 43: 2, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 1, # 'Κ' + 53: 1, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 1, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 41: { # 'Δ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 1, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 34: { # 'Ε' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 2, # 'Γ' + 41: 2, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 1, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 2, # 'Χ' + 57: 2, # 'Ω' + 17: 3, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 3, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 1, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 1, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 2, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 2, # 'τ' + 12: 2, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 1, # 'ύ' + 27: 0, # 'ώ' + }, + 40: { # 'Η' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 1, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 2, # 'Θ' + 47: 0, # 'Ι' + 44: 2, # 'Κ' + 53: 0, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 52: { # 'Θ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 1, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 47: { # 'Ι' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 1, # 'Β' + 43: 1, # 'Γ' + 41: 2, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 2, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 1, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 1, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 44: { # 'Κ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 1, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 1, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 1, # 'Ω' + 17: 3, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 53: { # 'Λ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 2, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 2, # 'Σ' + 33: 0, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 1, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 38: { # 'Μ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 2, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 2, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 2, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 49: { # 'Ν' + 60: 2, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 1, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 1, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 59: { # 'Ξ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 1, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 39: { # 'Ο' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 1, # 'Β' + 43: 2, # 'Γ' + 41: 2, # 'Δ' + 34: 2, # 'Ε' + 40: 1, # 'Η' + 52: 2, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 2, # 'Φ' + 50: 2, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 2, # 'κ' + 16: 2, # 'λ' + 10: 2, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 2, # 'υ' + 28: 1, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 35: { # 'Π' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 2, # 'Λ' + 38: 1, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 2, # 'Ω' + 17: 2, # 'ά' + 18: 1, # 'έ' + 22: 1, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 3, # 'ώ' + }, + 48: { # 'Ρ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 1, # 'Γ' + 41: 1, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 1, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 1, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 37: { # 'Σ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 1, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 0, # 'Λ' + 38: 2, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 2, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 2, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 2, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 2, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 33: { # 'Τ' + 60: 0, # 'e' + 55: 1, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 2, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 3, # 'ώ' + }, + 45: { # 'Υ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 2, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 2, # 'Η' + 52: 2, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 1, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 1, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 56: { # 'Φ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 1, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 1, # 'ύ' + 27: 1, # 'ώ' + }, + 50: { # 'Χ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 1, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 1, # 'Ν' + 59: 0, # 'Ξ' + 39: 1, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 1, # 'Ω' + 17: 2, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 57: { # 'Ω' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 1, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 1, # 'Λ' + 38: 0, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 2, # 'ς' + 7: 2, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 17: { # 'ά' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 3, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 3, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 18: { # 'έ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 3, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 22: { # 'ή' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 1, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 15: { # 'ί' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 3, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 1, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 1: { # 'α' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 3, # 'ί' + 1: 0, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 2, # 'ε' + 32: 3, # 'ζ' + 13: 1, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 29: { # 'β' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 2, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 3, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 20: { # 'γ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 3, # 'ώ' + }, + 21: { # 'δ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 3: { # 'ε' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 3, # 'ί' + 1: 2, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 2, # 'ε' + 32: 2, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 2, # 'ό' + 26: 3, # 'ύ' + 27: 2, # 'ώ' + }, + 32: { # 'ζ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 1, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 2, # 'ώ' + }, + 13: { # 'η' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 25: { # 'θ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 1, # 'λ' + 10: 3, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 5: { # 'ι' + 60: 0, # 'e' + 55: 1, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 0, # 'ύ' + 27: 3, # 'ώ' + }, + 11: { # 'κ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 2, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 16: { # 'λ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 1, # 'β' + 20: 2, # 'γ' + 21: 1, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 2, # 'κ' + 16: 3, # 'λ' + 10: 2, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 10: { # 'μ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 3, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 3, # 'φ' + 23: 0, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 6: { # 'ν' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 1, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 30: { # 'ξ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 2, # 'ό' + 26: 3, # 'ύ' + 27: 1, # 'ώ' + }, + 4: { # 'ο' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 2, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 2, # 'ω' + 19: 1, # 'ό' + 26: 3, # 'ύ' + 27: 2, # 'ώ' + }, + 9: { # 'π' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 3, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 2, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 3, # 'ώ' + }, + 8: { # 'ρ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 1, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 3, # 'ο' + 9: 2, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 14: { # 'ς' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 7: { # 'σ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 3, # 'β' + 20: 0, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 2, # 'ώ' + }, + 2: { # 'τ' + 60: 0, # 'e' + 55: 2, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 2, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 12: { # 'υ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 2, # 'ε' + 32: 2, # 'ζ' + 13: 2, # 'η' + 25: 3, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 2, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 2, # 'ώ' + }, + 28: { # 'φ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 1, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 23: { # 'χ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 2, # 'μ' + 6: 3, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 42: { # 'ψ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 1, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 1, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 24: { # 'ω' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 1, # 'ά' + 18: 0, # 'έ' + 22: 2, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 19: { # 'ό' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 1, # 'ε' + 32: 2, # 'ζ' + 13: 2, # 'η' + 25: 2, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 1, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 26: { # 'ύ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 2, # 'β' + 20: 2, # 'γ' + 21: 1, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 2, # 'χ' + 42: 2, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 27: { # 'ώ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 1, # 'β' + 20: 0, # 'γ' + 21: 3, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 1, # 'η' + 25: 2, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 1, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 1, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +WINDOWS_1253_GREEK_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 82, # 'A' + 66: 100, # 'B' + 67: 104, # 'C' + 68: 94, # 'D' + 69: 98, # 'E' + 70: 101, # 'F' + 71: 116, # 'G' + 72: 102, # 'H' + 73: 111, # 'I' + 74: 187, # 'J' + 75: 117, # 'K' + 76: 92, # 'L' + 77: 88, # 'M' + 78: 113, # 'N' + 79: 85, # 'O' + 80: 79, # 'P' + 81: 118, # 'Q' + 82: 105, # 'R' + 83: 83, # 'S' + 84: 67, # 'T' + 85: 114, # 'U' + 86: 119, # 'V' + 87: 95, # 'W' + 88: 99, # 'X' + 89: 109, # 'Y' + 90: 188, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 72, # 'a' + 98: 70, # 'b' + 99: 80, # 'c' + 100: 81, # 'd' + 101: 60, # 'e' + 102: 96, # 'f' + 103: 93, # 'g' + 104: 89, # 'h' + 105: 68, # 'i' + 106: 120, # 'j' + 107: 97, # 'k' + 108: 77, # 'l' + 109: 86, # 'm' + 110: 69, # 'n' + 111: 55, # 'o' + 112: 78, # 'p' + 113: 115, # 'q' + 114: 65, # 'r' + 115: 66, # 's' + 116: 58, # 't' + 117: 76, # 'u' + 118: 106, # 'v' + 119: 103, # 'w' + 120: 87, # 'x' + 121: 107, # 'y' + 122: 112, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 255, # '€' + 129: 255, # None + 130: 255, # '‚' + 131: 255, # 'ƒ' + 132: 255, # '„' + 133: 255, # '…' + 134: 255, # '†' + 135: 255, # '‡' + 136: 255, # None + 137: 255, # '‰' + 138: 255, # None + 139: 255, # '‹' + 140: 255, # None + 141: 255, # None + 142: 255, # None + 143: 255, # None + 144: 255, # None + 145: 255, # '‘' + 146: 255, # '’' + 147: 255, # '“' + 148: 255, # '”' + 149: 255, # '•' + 150: 255, # '–' + 151: 255, # '—' + 152: 255, # None + 153: 255, # '™' + 154: 255, # None + 155: 255, # '›' + 156: 255, # None + 157: 255, # None + 158: 255, # None + 159: 255, # None + 160: 253, # '\xa0' + 161: 233, # '΅' + 162: 61, # 'Ά' + 163: 253, # '£' + 164: 253, # '¤' + 165: 253, # '¥' + 166: 253, # '¦' + 167: 253, # '§' + 168: 253, # '¨' + 169: 253, # '©' + 170: 253, # None + 171: 253, # '«' + 172: 253, # '¬' + 173: 74, # '\xad' + 174: 253, # '®' + 175: 253, # '―' + 176: 253, # '°' + 177: 253, # '±' + 178: 253, # '²' + 179: 253, # '³' + 180: 247, # '΄' + 181: 253, # 'µ' + 182: 253, # '¶' + 183: 36, # '·' + 184: 46, # 'Έ' + 185: 71, # 'Ή' + 186: 73, # 'Ί' + 187: 253, # '»' + 188: 54, # 'Ό' + 189: 253, # '½' + 190: 108, # 'Ύ' + 191: 123, # 'Ώ' + 192: 110, # 'ΐ' + 193: 31, # 'Α' + 194: 51, # 'Β' + 195: 43, # 'Γ' + 196: 41, # 'Δ' + 197: 34, # 'Ε' + 198: 91, # 'Ζ' + 199: 40, # 'Η' + 200: 52, # 'Θ' + 201: 47, # 'Ι' + 202: 44, # 'Κ' + 203: 53, # 'Λ' + 204: 38, # 'Μ' + 205: 49, # 'Ν' + 206: 59, # 'Ξ' + 207: 39, # 'Ο' + 208: 35, # 'Π' + 209: 48, # 'Ρ' + 210: 250, # None + 211: 37, # 'Σ' + 212: 33, # 'Τ' + 213: 45, # 'Υ' + 214: 56, # 'Φ' + 215: 50, # 'Χ' + 216: 84, # 'Ψ' + 217: 57, # 'Ω' + 218: 120, # 'Ϊ' + 219: 121, # 'Ϋ' + 220: 17, # 'ά' + 221: 18, # 'έ' + 222: 22, # 'ή' + 223: 15, # 'ί' + 224: 124, # 'ΰ' + 225: 1, # 'α' + 226: 29, # 'β' + 227: 20, # 'γ' + 228: 21, # 'δ' + 229: 3, # 'ε' + 230: 32, # 'ζ' + 231: 13, # 'η' + 232: 25, # 'θ' + 233: 5, # 'ι' + 234: 11, # 'κ' + 235: 16, # 'λ' + 236: 10, # 'μ' + 237: 6, # 'ν' + 238: 30, # 'ξ' + 239: 4, # 'ο' + 240: 9, # 'π' + 241: 8, # 'ρ' + 242: 14, # 'ς' + 243: 7, # 'σ' + 244: 2, # 'τ' + 245: 12, # 'υ' + 246: 28, # 'φ' + 247: 23, # 'χ' + 248: 42, # 'ψ' + 249: 24, # 'ω' + 250: 64, # 'ϊ' + 251: 75, # 'ϋ' + 252: 19, # 'ό' + 253: 26, # 'ύ' + 254: 27, # 'ώ' + 255: 253, # None +} + +WINDOWS_1253_GREEK_MODEL = SingleByteCharSetModel(charset_name='windows-1253', + language='Greek', + char_to_order_map=WINDOWS_1253_GREEK_CHAR_TO_ORDER, + language_model=GREEK_LANG_MODEL, + typical_positive_ratio=0.982851, + keep_ascii_letters=False, + alphabet='ΆΈΉΊΌΎΏΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩάέήίαβγδεζηθικλμνξοπρςστυφχψωόύώ') + +ISO_8859_7_GREEK_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 82, # 'A' + 66: 100, # 'B' + 67: 104, # 'C' + 68: 94, # 'D' + 69: 98, # 'E' + 70: 101, # 'F' + 71: 116, # 'G' + 72: 102, # 'H' + 73: 111, # 'I' + 74: 187, # 'J' + 75: 117, # 'K' + 76: 92, # 'L' + 77: 88, # 'M' + 78: 113, # 'N' + 79: 85, # 'O' + 80: 79, # 'P' + 81: 118, # 'Q' + 82: 105, # 'R' + 83: 83, # 'S' + 84: 67, # 'T' + 85: 114, # 'U' + 86: 119, # 'V' + 87: 95, # 'W' + 88: 99, # 'X' + 89: 109, # 'Y' + 90: 188, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 72, # 'a' + 98: 70, # 'b' + 99: 80, # 'c' + 100: 81, # 'd' + 101: 60, # 'e' + 102: 96, # 'f' + 103: 93, # 'g' + 104: 89, # 'h' + 105: 68, # 'i' + 106: 120, # 'j' + 107: 97, # 'k' + 108: 77, # 'l' + 109: 86, # 'm' + 110: 69, # 'n' + 111: 55, # 'o' + 112: 78, # 'p' + 113: 115, # 'q' + 114: 65, # 'r' + 115: 66, # 's' + 116: 58, # 't' + 117: 76, # 'u' + 118: 106, # 'v' + 119: 103, # 'w' + 120: 87, # 'x' + 121: 107, # 'y' + 122: 112, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 255, # '\x80' + 129: 255, # '\x81' + 130: 255, # '\x82' + 131: 255, # '\x83' + 132: 255, # '\x84' + 133: 255, # '\x85' + 134: 255, # '\x86' + 135: 255, # '\x87' + 136: 255, # '\x88' + 137: 255, # '\x89' + 138: 255, # '\x8a' + 139: 255, # '\x8b' + 140: 255, # '\x8c' + 141: 255, # '\x8d' + 142: 255, # '\x8e' + 143: 255, # '\x8f' + 144: 255, # '\x90' + 145: 255, # '\x91' + 146: 255, # '\x92' + 147: 255, # '\x93' + 148: 255, # '\x94' + 149: 255, # '\x95' + 150: 255, # '\x96' + 151: 255, # '\x97' + 152: 255, # '\x98' + 153: 255, # '\x99' + 154: 255, # '\x9a' + 155: 255, # '\x9b' + 156: 255, # '\x9c' + 157: 255, # '\x9d' + 158: 255, # '\x9e' + 159: 255, # '\x9f' + 160: 253, # '\xa0' + 161: 233, # '‘' + 162: 90, # '’' + 163: 253, # '£' + 164: 253, # '€' + 165: 253, # '₯' + 166: 253, # '¦' + 167: 253, # '§' + 168: 253, # '¨' + 169: 253, # '©' + 170: 253, # 'ͺ' + 171: 253, # '«' + 172: 253, # '¬' + 173: 74, # '\xad' + 174: 253, # None + 175: 253, # '―' + 176: 253, # '°' + 177: 253, # '±' + 178: 253, # '²' + 179: 253, # '³' + 180: 247, # '΄' + 181: 248, # '΅' + 182: 61, # 'Ά' + 183: 36, # '·' + 184: 46, # 'Έ' + 185: 71, # 'Ή' + 186: 73, # 'Ί' + 187: 253, # '»' + 188: 54, # 'Ό' + 189: 253, # '½' + 190: 108, # 'Ύ' + 191: 123, # 'Ώ' + 192: 110, # 'ΐ' + 193: 31, # 'Α' + 194: 51, # 'Β' + 195: 43, # 'Γ' + 196: 41, # 'Δ' + 197: 34, # 'Ε' + 198: 91, # 'Ζ' + 199: 40, # 'Η' + 200: 52, # 'Θ' + 201: 47, # 'Ι' + 202: 44, # 'Κ' + 203: 53, # 'Λ' + 204: 38, # 'Μ' + 205: 49, # 'Ν' + 206: 59, # 'Ξ' + 207: 39, # 'Ο' + 208: 35, # 'Π' + 209: 48, # 'Ρ' + 210: 250, # None + 211: 37, # 'Σ' + 212: 33, # 'Τ' + 213: 45, # 'Υ' + 214: 56, # 'Φ' + 215: 50, # 'Χ' + 216: 84, # 'Ψ' + 217: 57, # 'Ω' + 218: 120, # 'Ϊ' + 219: 121, # 'Ϋ' + 220: 17, # 'ά' + 221: 18, # 'έ' + 222: 22, # 'ή' + 223: 15, # 'ί' + 224: 124, # 'ΰ' + 225: 1, # 'α' + 226: 29, # 'β' + 227: 20, # 'γ' + 228: 21, # 'δ' + 229: 3, # 'ε' + 230: 32, # 'ζ' + 231: 13, # 'η' + 232: 25, # 'θ' + 233: 5, # 'ι' + 234: 11, # 'κ' + 235: 16, # 'λ' + 236: 10, # 'μ' + 237: 6, # 'ν' + 238: 30, # 'ξ' + 239: 4, # 'ο' + 240: 9, # 'π' + 241: 8, # 'ρ' + 242: 14, # 'ς' + 243: 7, # 'σ' + 244: 2, # 'τ' + 245: 12, # 'υ' + 246: 28, # 'φ' + 247: 23, # 'χ' + 248: 42, # 'ψ' + 249: 24, # 'ω' + 250: 64, # 'ϊ' + 251: 75, # 'ϋ' + 252: 19, # 'ό' + 253: 26, # 'ύ' + 254: 27, # 'ώ' + 255: 253, # None +} + +ISO_8859_7_GREEK_MODEL = SingleByteCharSetModel(charset_name='ISO-8859-7', + language='Greek', + char_to_order_map=ISO_8859_7_GREEK_CHAR_TO_ORDER, + language_model=GREEK_LANG_MODEL, + typical_positive_ratio=0.982851, + keep_ascii_letters=False, + alphabet='ΆΈΉΊΌΎΏΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩάέήίαβγδεζηθικλμνξοπρςστυφχψωόύώ') + diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/langhebrewmodel.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/langhebrewmodel.py new file mode 100644 index 000000000..484c652a4 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/langhebrewmodel.py @@ -0,0 +1,4383 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +HEBREW_LANG_MODEL = { + 50: { # 'a' + 50: 0, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 2, # 'l' + 54: 2, # 'n' + 49: 0, # 'o' + 51: 2, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 1, # 'ק' + 7: 0, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 60: { # 'c' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 0, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 0, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 61: { # 'd' + 50: 1, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 2, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 0, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 1, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 42: { # 'e' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 2, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 2, # 'l' + 54: 2, # 'n' + 49: 1, # 'o' + 51: 2, # 'r' + 43: 2, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 1, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 53: { # 'i' + 50: 1, # 'a' + 60: 2, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 0, # 'i' + 56: 1, # 'l' + 54: 2, # 'n' + 49: 2, # 'o' + 51: 1, # 'r' + 43: 2, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 56: { # 'l' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 2, # 'e' + 53: 2, # 'i' + 56: 2, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 54: { # 'n' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 49: { # 'o' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 2, # 'n' + 49: 1, # 'o' + 51: 2, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 51: { # 'r' + 50: 2, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 2, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 2, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 43: { # 's' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 0, # 'd' + 42: 2, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 2, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 44: { # 't' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 0, # 'd' + 42: 2, # 'e' + 53: 2, # 'i' + 56: 1, # 'l' + 54: 0, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 63: { # 'u' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 0, # 'o' + 51: 1, # 'r' + 43: 2, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 34: { # '\xa0' + 50: 1, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 0, # 'e' + 53: 1, # 'i' + 56: 0, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 2, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 55: { # '´' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 2, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 1, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 48: { # '¼' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 39: { # '½' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 57: { # '¾' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 30: { # 'ְ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 2, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 1, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 2, # 'ע' + 26: 0, # 'ף' + 18: 2, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 59: { # 'ֱ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 1, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 0, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 41: { # 'ֲ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 0, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 33: { # 'ִ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 1, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 0, # 'ַ' + 29: 1, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 2, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 37: { # 'ֵ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 1, # 'ַ' + 29: 1, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 1, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 36: { # 'ֶ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 1, # 'ַ' + 29: 1, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 1, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 2, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 31: { # 'ַ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 0, # 'ַ' + 29: 2, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 2, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 29: { # 'ָ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 1, # 'ַ' + 29: 2, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 2, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 35: { # 'ֹ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 62: { # 'ֻ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 1, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 28: { # 'ּ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 3, # 'ְ' + 59: 0, # 'ֱ' + 41: 1, # 'ֲ' + 33: 3, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 3, # 'ַ' + 29: 3, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 2, # 'ׁ' + 45: 1, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 1, # 'ה' + 2: 2, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 1, # 'ם' + 6: 2, # 'מ' + 23: 1, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 38: { # 'ׁ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 2, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 45: { # 'ׂ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 2, # 'ֶ' + 31: 1, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 2, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 0, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 9: { # 'א' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 2, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 2, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 8: { # 'ב' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 3, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 1, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 20: { # 'ג' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 2, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 1, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 16: { # 'ד' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 1, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 3: { # 'ה' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 1, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 3, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 0, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 2: { # 'ו' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 3, # 'ֹ' + 62: 0, # 'ֻ' + 28: 3, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 3, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 24: { # 'ז' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 1, # 'ֲ' + 33: 1, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 1, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 14: { # 'ח' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 1, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 1, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 22: { # 'ט' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 1, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 1, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 3, # 'ר' + 10: 2, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 1: { # 'י' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 3, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 25: { # 'ך' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 2, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 15: { # 'כ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 3, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 2, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 4: { # 'ל' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 3, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 11: { # 'ם' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 6: { # 'מ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 0, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 23: { # 'ן' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 12: { # 'נ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 19: { # 'ס' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 1, # 'ָ' + 35: 1, # 'ֹ' + 62: 2, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 1, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 1, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 13: { # 'ע' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 1, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 1, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 2, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 26: { # 'ף' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 18: { # 'פ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 2, # 'ֶ' + 31: 1, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 2, # 'ב' + 20: 3, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 27: { # 'ץ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 0, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 21: { # 'צ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 1, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 1, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 0, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 17: { # 'ק' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 2, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 7: { # 'ר' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 2, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 1, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 3, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 10: { # 'ש' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 1, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 1, # 'ַ' + 29: 1, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 3, # 'ׁ' + 45: 2, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 5: { # 'ת' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 1, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 32: { # '–' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 1, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 52: { # '’' + 50: 1, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 1, # 'r' + 43: 2, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 47: { # '“' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 46: { # '”' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 58: { # '†' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 2, # '†' + 40: 0, # '…' + }, + 40: { # '…' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 0, # 'l' + 54: 1, # 'n' + 49: 0, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +WINDOWS_1255_HEBREW_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 69, # 'A' + 66: 91, # 'B' + 67: 79, # 'C' + 68: 80, # 'D' + 69: 92, # 'E' + 70: 89, # 'F' + 71: 97, # 'G' + 72: 90, # 'H' + 73: 68, # 'I' + 74: 111, # 'J' + 75: 112, # 'K' + 76: 82, # 'L' + 77: 73, # 'M' + 78: 95, # 'N' + 79: 85, # 'O' + 80: 78, # 'P' + 81: 121, # 'Q' + 82: 86, # 'R' + 83: 71, # 'S' + 84: 67, # 'T' + 85: 102, # 'U' + 86: 107, # 'V' + 87: 84, # 'W' + 88: 114, # 'X' + 89: 103, # 'Y' + 90: 115, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 50, # 'a' + 98: 74, # 'b' + 99: 60, # 'c' + 100: 61, # 'd' + 101: 42, # 'e' + 102: 76, # 'f' + 103: 70, # 'g' + 104: 64, # 'h' + 105: 53, # 'i' + 106: 105, # 'j' + 107: 93, # 'k' + 108: 56, # 'l' + 109: 65, # 'm' + 110: 54, # 'n' + 111: 49, # 'o' + 112: 66, # 'p' + 113: 110, # 'q' + 114: 51, # 'r' + 115: 43, # 's' + 116: 44, # 't' + 117: 63, # 'u' + 118: 81, # 'v' + 119: 77, # 'w' + 120: 98, # 'x' + 121: 75, # 'y' + 122: 108, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 124, # '€' + 129: 202, # None + 130: 203, # '‚' + 131: 204, # 'ƒ' + 132: 205, # '„' + 133: 40, # '…' + 134: 58, # '†' + 135: 206, # '‡' + 136: 207, # 'ˆ' + 137: 208, # '‰' + 138: 209, # None + 139: 210, # '‹' + 140: 211, # None + 141: 212, # None + 142: 213, # None + 143: 214, # None + 144: 215, # None + 145: 83, # '‘' + 146: 52, # '’' + 147: 47, # '“' + 148: 46, # '”' + 149: 72, # '•' + 150: 32, # '–' + 151: 94, # '—' + 152: 216, # '˜' + 153: 113, # '™' + 154: 217, # None + 155: 109, # '›' + 156: 218, # None + 157: 219, # None + 158: 220, # None + 159: 221, # None + 160: 34, # '\xa0' + 161: 116, # '¡' + 162: 222, # '¢' + 163: 118, # '£' + 164: 100, # '₪' + 165: 223, # '¥' + 166: 224, # '¦' + 167: 117, # '§' + 168: 119, # '¨' + 169: 104, # '©' + 170: 125, # '×' + 171: 225, # '«' + 172: 226, # '¬' + 173: 87, # '\xad' + 174: 99, # '®' + 175: 227, # '¯' + 176: 106, # '°' + 177: 122, # '±' + 178: 123, # '²' + 179: 228, # '³' + 180: 55, # '´' + 181: 229, # 'µ' + 182: 230, # '¶' + 183: 101, # '·' + 184: 231, # '¸' + 185: 232, # '¹' + 186: 120, # '÷' + 187: 233, # '»' + 188: 48, # '¼' + 189: 39, # '½' + 190: 57, # '¾' + 191: 234, # '¿' + 192: 30, # 'ְ' + 193: 59, # 'ֱ' + 194: 41, # 'ֲ' + 195: 88, # 'ֳ' + 196: 33, # 'ִ' + 197: 37, # 'ֵ' + 198: 36, # 'ֶ' + 199: 31, # 'ַ' + 200: 29, # 'ָ' + 201: 35, # 'ֹ' + 202: 235, # None + 203: 62, # 'ֻ' + 204: 28, # 'ּ' + 205: 236, # 'ֽ' + 206: 126, # '־' + 207: 237, # 'ֿ' + 208: 238, # '׀' + 209: 38, # 'ׁ' + 210: 45, # 'ׂ' + 211: 239, # '׃' + 212: 240, # 'װ' + 213: 241, # 'ױ' + 214: 242, # 'ײ' + 215: 243, # '׳' + 216: 127, # '״' + 217: 244, # None + 218: 245, # None + 219: 246, # None + 220: 247, # None + 221: 248, # None + 222: 249, # None + 223: 250, # None + 224: 9, # 'א' + 225: 8, # 'ב' + 226: 20, # 'ג' + 227: 16, # 'ד' + 228: 3, # 'ה' + 229: 2, # 'ו' + 230: 24, # 'ז' + 231: 14, # 'ח' + 232: 22, # 'ט' + 233: 1, # 'י' + 234: 25, # 'ך' + 235: 15, # 'כ' + 236: 4, # 'ל' + 237: 11, # 'ם' + 238: 6, # 'מ' + 239: 23, # 'ן' + 240: 12, # 'נ' + 241: 19, # 'ס' + 242: 13, # 'ע' + 243: 26, # 'ף' + 244: 18, # 'פ' + 245: 27, # 'ץ' + 246: 21, # 'צ' + 247: 17, # 'ק' + 248: 7, # 'ר' + 249: 10, # 'ש' + 250: 5, # 'ת' + 251: 251, # None + 252: 252, # None + 253: 128, # '\u200e' + 254: 96, # '\u200f' + 255: 253, # None +} + +WINDOWS_1255_HEBREW_MODEL = SingleByteCharSetModel(charset_name='windows-1255', + language='Hebrew', + char_to_order_map=WINDOWS_1255_HEBREW_CHAR_TO_ORDER, + language_model=HEBREW_LANG_MODEL, + typical_positive_ratio=0.984004, + keep_ascii_letters=False, + alphabet='אבגדהוזחטיךכלםמןנסעףפץצקרשתװױײ') + diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/langhungarianmodel.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/langhungarianmodel.py new file mode 100644 index 000000000..bbc5cda64 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/langhungarianmodel.py @@ -0,0 +1,4650 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +HUNGARIAN_LANG_MODEL = { + 28: { # 'A' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 2, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 2, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 2, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 1, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 1, # 'Á' + 44: 0, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 40: { # 'B' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 0, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 3, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 54: { # 'C' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 0, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 3, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 45: { # 'D' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 0, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 1, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 32: { # 'E' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 2, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 1, # 't' + 21: 2, # 'u' + 19: 1, # 'v' + 62: 1, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 50: { # 'F' + 28: 1, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 0, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 49: { # 'G' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 2, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 38: { # 'H' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 0, # 'D' + 32: 1, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 1, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 1, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 0, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 2, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 2, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 39: { # 'I' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 2, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 0, # 'e' + 27: 1, # 'f' + 12: 2, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 53: { # 'J' + 28: 2, # 'A' + 40: 0, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 1, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 0, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 36: { # 'K' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 2, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 41: { # 'L' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 34: { # 'M' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 3, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 1, # 'ű' + }, + 35: { # 'N' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 2, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 2, # 'Y' + 52: 1, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 47: { # 'O' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 2, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 2, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 1, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 46: { # 'P' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 0, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 3, # 'á' + 15: 2, # 'é' + 30: 0, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 43: { # 'R' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 2, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 2, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 33: { # 'S' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 3, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 1, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 1, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 37: { # 'T' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 1, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 2, # 'Á' + 44: 2, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 57: { # 'U' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 2, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 48: { # 'V' + 28: 2, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 0, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 2, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 55: { # 'Y' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 2, # 'Z' + 2: 1, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 52: { # 'Z' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 1, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 1, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 2, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 2: { # 'a' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 2, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 2, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 18: { # 'b' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 2, # 's' + 3: 1, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 26: { # 'c' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 1, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 1, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 2, # 't' + 21: 2, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 2, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 17: { # 'd' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 2, # 'k' + 6: 1, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 1: { # 'e' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 3, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 2, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 2, # 'u' + 19: 3, # 'v' + 62: 2, # 'x' + 16: 2, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 27: { # 'f' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 3, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 2, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 3, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 12: { # 'g' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 2, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 2, # 'k' + 6: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 3, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 20: { # 'h' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 2, # 's' + 3: 1, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 9: { # 'i' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 3, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 2, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 3, # 'ó' + 24: 1, # 'ö' + 31: 2, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 1, # 'ű' + }, + 22: { # 'j' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 1, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 1, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 7: { # 'k' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 2, # 'ó' + 24: 3, # 'ö' + 31: 1, # 'ú' + 29: 3, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 6: { # 'l' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 1, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 3, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 3, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 3, # 'ő' + 56: 1, # 'ű' + }, + 13: { # 'm' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 1, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 3, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 2, # 'ű' + }, + 4: { # 'n' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 1, # 'x' + 16: 3, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 8: { # 'o' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 2, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 23: { # 'p' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 10: { # 'r' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 2, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 2, # 'ű' + }, + 5: { # 's' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 2, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 3: { # 't' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 1, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 3, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 3, # 'ü' + 42: 3, # 'ő' + 56: 2, # 'ű' + }, + 21: { # 'u' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 2, # 'b' + 26: 2, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 1, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 0, # 'ö' + 31: 1, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 19: { # 'v' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 2, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 62: { # 'x' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 16: { # 'y' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 2, # 'ű' + }, + 11: { # 'z' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 51: { # 'Á' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 44: { # 'É' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 0, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 61: { # 'Í' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 0, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 2, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 1, # 'm' + 4: 0, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 0, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 58: { # 'Ó' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 2, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 0, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 59: { # 'Ö' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 0, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 60: { # 'Ú' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 2, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 2, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 63: { # 'Ü' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 0, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 14: { # 'á' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 1, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 2, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 2, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 15: { # 'é' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 3, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 0, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 30: { # 'í' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 2, # 's' + 3: 3, # 't' + 21: 0, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 25: { # 'ó' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 3, # 'd' + 1: 1, # 'e' + 27: 2, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 1, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 24: { # 'ö' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 0, # 'a' + 18: 3, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 0, # 'e' + 27: 1, # 'f' + 12: 2, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 0, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 0, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 31: { # 'ú' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 3, # 'j' + 7: 1, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 2, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 29: { # 'ü' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 0, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 42: { # 'ő' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 56: { # 'ű' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 0, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +WINDOWS_1250_HUNGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 28, # 'A' + 66: 40, # 'B' + 67: 54, # 'C' + 68: 45, # 'D' + 69: 32, # 'E' + 70: 50, # 'F' + 71: 49, # 'G' + 72: 38, # 'H' + 73: 39, # 'I' + 74: 53, # 'J' + 75: 36, # 'K' + 76: 41, # 'L' + 77: 34, # 'M' + 78: 35, # 'N' + 79: 47, # 'O' + 80: 46, # 'P' + 81: 72, # 'Q' + 82: 43, # 'R' + 83: 33, # 'S' + 84: 37, # 'T' + 85: 57, # 'U' + 86: 48, # 'V' + 87: 64, # 'W' + 88: 68, # 'X' + 89: 55, # 'Y' + 90: 52, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 2, # 'a' + 98: 18, # 'b' + 99: 26, # 'c' + 100: 17, # 'd' + 101: 1, # 'e' + 102: 27, # 'f' + 103: 12, # 'g' + 104: 20, # 'h' + 105: 9, # 'i' + 106: 22, # 'j' + 107: 7, # 'k' + 108: 6, # 'l' + 109: 13, # 'm' + 110: 4, # 'n' + 111: 8, # 'o' + 112: 23, # 'p' + 113: 67, # 'q' + 114: 10, # 'r' + 115: 5, # 's' + 116: 3, # 't' + 117: 21, # 'u' + 118: 19, # 'v' + 119: 65, # 'w' + 120: 62, # 'x' + 121: 16, # 'y' + 122: 11, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 161, # '€' + 129: 162, # None + 130: 163, # '‚' + 131: 164, # None + 132: 165, # '„' + 133: 166, # '…' + 134: 167, # '†' + 135: 168, # '‡' + 136: 169, # None + 137: 170, # '‰' + 138: 171, # 'Š' + 139: 172, # '‹' + 140: 173, # 'Ś' + 141: 174, # 'Ť' + 142: 175, # 'Ž' + 143: 176, # 'Ź' + 144: 177, # None + 145: 178, # '‘' + 146: 179, # '’' + 147: 180, # '“' + 148: 78, # '”' + 149: 181, # '•' + 150: 69, # '–' + 151: 182, # '—' + 152: 183, # None + 153: 184, # '™' + 154: 185, # 'š' + 155: 186, # '›' + 156: 187, # 'ś' + 157: 188, # 'ť' + 158: 189, # 'ž' + 159: 190, # 'ź' + 160: 191, # '\xa0' + 161: 192, # 'ˇ' + 162: 193, # '˘' + 163: 194, # 'Ł' + 164: 195, # '¤' + 165: 196, # 'Ą' + 166: 197, # '¦' + 167: 76, # '§' + 168: 198, # '¨' + 169: 199, # '©' + 170: 200, # 'Ş' + 171: 201, # '«' + 172: 202, # '¬' + 173: 203, # '\xad' + 174: 204, # '®' + 175: 205, # 'Ż' + 176: 81, # '°' + 177: 206, # '±' + 178: 207, # '˛' + 179: 208, # 'ł' + 180: 209, # '´' + 181: 210, # 'µ' + 182: 211, # '¶' + 183: 212, # '·' + 184: 213, # '¸' + 185: 214, # 'ą' + 186: 215, # 'ş' + 187: 216, # '»' + 188: 217, # 'Ľ' + 189: 218, # '˝' + 190: 219, # 'ľ' + 191: 220, # 'ż' + 192: 221, # 'Ŕ' + 193: 51, # 'Á' + 194: 83, # 'Â' + 195: 222, # 'Ă' + 196: 80, # 'Ä' + 197: 223, # 'Ĺ' + 198: 224, # 'Ć' + 199: 225, # 'Ç' + 200: 226, # 'Č' + 201: 44, # 'É' + 202: 227, # 'Ę' + 203: 228, # 'Ë' + 204: 229, # 'Ě' + 205: 61, # 'Í' + 206: 230, # 'Î' + 207: 231, # 'Ď' + 208: 232, # 'Đ' + 209: 233, # 'Ń' + 210: 234, # 'Ň' + 211: 58, # 'Ó' + 212: 235, # 'Ô' + 213: 66, # 'Ő' + 214: 59, # 'Ö' + 215: 236, # '×' + 216: 237, # 'Ř' + 217: 238, # 'Ů' + 218: 60, # 'Ú' + 219: 70, # 'Ű' + 220: 63, # 'Ü' + 221: 239, # 'Ý' + 222: 240, # 'Ţ' + 223: 241, # 'ß' + 224: 84, # 'ŕ' + 225: 14, # 'á' + 226: 75, # 'â' + 227: 242, # 'ă' + 228: 71, # 'ä' + 229: 82, # 'ĺ' + 230: 243, # 'ć' + 231: 73, # 'ç' + 232: 244, # 'č' + 233: 15, # 'é' + 234: 85, # 'ę' + 235: 79, # 'ë' + 236: 86, # 'ě' + 237: 30, # 'í' + 238: 77, # 'î' + 239: 87, # 'ď' + 240: 245, # 'đ' + 241: 246, # 'ń' + 242: 247, # 'ň' + 243: 25, # 'ó' + 244: 74, # 'ô' + 245: 42, # 'ő' + 246: 24, # 'ö' + 247: 248, # '÷' + 248: 249, # 'ř' + 249: 250, # 'ů' + 250: 31, # 'ú' + 251: 56, # 'ű' + 252: 29, # 'ü' + 253: 251, # 'ý' + 254: 252, # 'ţ' + 255: 253, # '˙' +} + +WINDOWS_1250_HUNGARIAN_MODEL = SingleByteCharSetModel(charset_name='windows-1250', + language='Hungarian', + char_to_order_map=WINDOWS_1250_HUNGARIAN_CHAR_TO_ORDER, + language_model=HUNGARIAN_LANG_MODEL, + typical_positive_ratio=0.947368, + keep_ascii_letters=True, + alphabet='ABCDEFGHIJKLMNOPRSTUVZabcdefghijklmnoprstuvzÁÉÍÓÖÚÜáéíóöúüŐőŰű') + +ISO_8859_2_HUNGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 28, # 'A' + 66: 40, # 'B' + 67: 54, # 'C' + 68: 45, # 'D' + 69: 32, # 'E' + 70: 50, # 'F' + 71: 49, # 'G' + 72: 38, # 'H' + 73: 39, # 'I' + 74: 53, # 'J' + 75: 36, # 'K' + 76: 41, # 'L' + 77: 34, # 'M' + 78: 35, # 'N' + 79: 47, # 'O' + 80: 46, # 'P' + 81: 71, # 'Q' + 82: 43, # 'R' + 83: 33, # 'S' + 84: 37, # 'T' + 85: 57, # 'U' + 86: 48, # 'V' + 87: 64, # 'W' + 88: 68, # 'X' + 89: 55, # 'Y' + 90: 52, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 2, # 'a' + 98: 18, # 'b' + 99: 26, # 'c' + 100: 17, # 'd' + 101: 1, # 'e' + 102: 27, # 'f' + 103: 12, # 'g' + 104: 20, # 'h' + 105: 9, # 'i' + 106: 22, # 'j' + 107: 7, # 'k' + 108: 6, # 'l' + 109: 13, # 'm' + 110: 4, # 'n' + 111: 8, # 'o' + 112: 23, # 'p' + 113: 67, # 'q' + 114: 10, # 'r' + 115: 5, # 's' + 116: 3, # 't' + 117: 21, # 'u' + 118: 19, # 'v' + 119: 65, # 'w' + 120: 62, # 'x' + 121: 16, # 'y' + 122: 11, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 159, # '\x80' + 129: 160, # '\x81' + 130: 161, # '\x82' + 131: 162, # '\x83' + 132: 163, # '\x84' + 133: 164, # '\x85' + 134: 165, # '\x86' + 135: 166, # '\x87' + 136: 167, # '\x88' + 137: 168, # '\x89' + 138: 169, # '\x8a' + 139: 170, # '\x8b' + 140: 171, # '\x8c' + 141: 172, # '\x8d' + 142: 173, # '\x8e' + 143: 174, # '\x8f' + 144: 175, # '\x90' + 145: 176, # '\x91' + 146: 177, # '\x92' + 147: 178, # '\x93' + 148: 179, # '\x94' + 149: 180, # '\x95' + 150: 181, # '\x96' + 151: 182, # '\x97' + 152: 183, # '\x98' + 153: 184, # '\x99' + 154: 185, # '\x9a' + 155: 186, # '\x9b' + 156: 187, # '\x9c' + 157: 188, # '\x9d' + 158: 189, # '\x9e' + 159: 190, # '\x9f' + 160: 191, # '\xa0' + 161: 192, # 'Ą' + 162: 193, # '˘' + 163: 194, # 'Ł' + 164: 195, # '¤' + 165: 196, # 'Ľ' + 166: 197, # 'Ś' + 167: 75, # '§' + 168: 198, # '¨' + 169: 199, # 'Š' + 170: 200, # 'Ş' + 171: 201, # 'Ť' + 172: 202, # 'Ź' + 173: 203, # '\xad' + 174: 204, # 'Ž' + 175: 205, # 'Ż' + 176: 79, # '°' + 177: 206, # 'ą' + 178: 207, # '˛' + 179: 208, # 'ł' + 180: 209, # '´' + 181: 210, # 'ľ' + 182: 211, # 'ś' + 183: 212, # 'ˇ' + 184: 213, # '¸' + 185: 214, # 'š' + 186: 215, # 'ş' + 187: 216, # 'ť' + 188: 217, # 'ź' + 189: 218, # '˝' + 190: 219, # 'ž' + 191: 220, # 'ż' + 192: 221, # 'Ŕ' + 193: 51, # 'Á' + 194: 81, # 'Â' + 195: 222, # 'Ă' + 196: 78, # 'Ä' + 197: 223, # 'Ĺ' + 198: 224, # 'Ć' + 199: 225, # 'Ç' + 200: 226, # 'Č' + 201: 44, # 'É' + 202: 227, # 'Ę' + 203: 228, # 'Ë' + 204: 229, # 'Ě' + 205: 61, # 'Í' + 206: 230, # 'Î' + 207: 231, # 'Ď' + 208: 232, # 'Đ' + 209: 233, # 'Ń' + 210: 234, # 'Ň' + 211: 58, # 'Ó' + 212: 235, # 'Ô' + 213: 66, # 'Ő' + 214: 59, # 'Ö' + 215: 236, # '×' + 216: 237, # 'Ř' + 217: 238, # 'Ů' + 218: 60, # 'Ú' + 219: 69, # 'Ű' + 220: 63, # 'Ü' + 221: 239, # 'Ý' + 222: 240, # 'Ţ' + 223: 241, # 'ß' + 224: 82, # 'ŕ' + 225: 14, # 'á' + 226: 74, # 'â' + 227: 242, # 'ă' + 228: 70, # 'ä' + 229: 80, # 'ĺ' + 230: 243, # 'ć' + 231: 72, # 'ç' + 232: 244, # 'č' + 233: 15, # 'é' + 234: 83, # 'ę' + 235: 77, # 'ë' + 236: 84, # 'ě' + 237: 30, # 'í' + 238: 76, # 'î' + 239: 85, # 'ď' + 240: 245, # 'đ' + 241: 246, # 'ń' + 242: 247, # 'ň' + 243: 25, # 'ó' + 244: 73, # 'ô' + 245: 42, # 'ő' + 246: 24, # 'ö' + 247: 248, # '÷' + 248: 249, # 'ř' + 249: 250, # 'ů' + 250: 31, # 'ú' + 251: 56, # 'ű' + 252: 29, # 'ü' + 253: 251, # 'ý' + 254: 252, # 'ţ' + 255: 253, # '˙' +} + +ISO_8859_2_HUNGARIAN_MODEL = SingleByteCharSetModel(charset_name='ISO-8859-2', + language='Hungarian', + char_to_order_map=ISO_8859_2_HUNGARIAN_CHAR_TO_ORDER, + language_model=HUNGARIAN_LANG_MODEL, + typical_positive_ratio=0.947368, + keep_ascii_letters=True, + alphabet='ABCDEFGHIJKLMNOPRSTUVZabcdefghijklmnoprstuvzÁÉÍÓÖÚÜáéíóöúüŐőŰű') + diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/langrussianmodel.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/langrussianmodel.py new file mode 100644 index 000000000..5594452b5 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/langrussianmodel.py @@ -0,0 +1,5718 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +RUSSIAN_LANG_MODEL = { + 37: { # 'А' + 37: 0, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 2, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 1, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 0, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 44: { # 'Б' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 2, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 33: { # 'В' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 2, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 1, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 0, # 'ю' + 16: 1, # 'я' + }, + 46: { # 'Г' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 41: { # 'Д' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 2, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 3, # 'ж' + 20: 1, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 48: { # 'Е' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 2, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 2, # 'Р' + 32: 2, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 2, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 1, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 1, # 'р' + 7: 3, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 56: { # 'Ж' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 1, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 2, # 'ю' + 16: 0, # 'я' + }, + 51: { # 'З' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 1, # 'я' + }, + 42: { # 'И' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 2, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 2, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 2, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 1, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 60: { # 'Й' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 1, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 36: { # 'К' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 2, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 1, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 49: { # 'Л' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 0, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 0, # 'м' + 5: 1, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 2, # 'ю' + 16: 1, # 'я' + }, + 38: { # 'М' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 0, # 'Ь' + 47: 1, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 31: { # 'Н' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 2, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 34: { # 'О' + 37: 0, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 2, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 2, # 'Л' + 38: 1, # 'М' + 31: 2, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 2, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 1, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 35: { # 'П' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 2, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 1, # 'с' + 6: 1, # 'т' + 14: 2, # 'у' + 39: 1, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 2, # 'я' + }, + 45: { # 'Р' + 37: 2, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 2, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 2, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 2, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 2, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 2, # 'я' + }, + 32: { # 'С' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 2, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 2, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 1, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 40: { # 'Т' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 2, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 1, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 52: { # 'У' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 1, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 2, # 'и' + 23: 1, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 1, # 'н' + 1: 2, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 0, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 53: { # 'Ф' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 1, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 55: { # 'Х' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 58: { # 'Ц' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 50: { # 'Ч' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 1, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 1, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 57: { # 'Ш' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 2, # 'о' + 15: 2, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 63: { # 'Щ' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 1, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 1, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 62: { # 'Ы' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 0, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 0, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 61: { # 'Ь' + 37: 0, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 1, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 0, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 47: { # 'Э' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 2, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 59: { # 'Ю' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 1, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 43: { # 'Я' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 0, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 0, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 1, # 'й' + 11: 1, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 1, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 3: { # 'а' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 21: { # 'б' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 2, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 3, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 10: { # 'в' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 19: { # 'г' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 13: { # 'д' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 3, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 2: { # 'е' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 24: { # 'ж' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 1, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 0, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 20: { # 'з' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 4: { # 'и' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 23: { # 'й' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 2, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 2, # 'я' + }, + 11: { # 'к' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 3, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 8: { # 'л' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 3, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 1, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 1, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 12: { # 'м' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 5: { # 'н' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 2, # 'щ' + 54: 1, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 1: { # 'о' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 15: { # 'п' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 0, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 9: { # 'р' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 2, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 2, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 7: { # 'с' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 6: { # 'т' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 2, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 2, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 14: { # 'у' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 2, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 2, # 'я' + }, + 39: { # 'ф' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 1, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 2, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 26: { # 'х' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 3, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 1, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 28: { # 'ц' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 1, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 1, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 22: { # 'ч' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 3, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 25: { # 'ш' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 29: { # 'щ' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 1, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 2, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 54: { # 'ъ' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 2, # 'я' + }, + 18: { # 'ы' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 2, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 1, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 2, # 'я' + }, + 17: { # 'ь' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 0, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 2, # 'п' + 9: 1, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 0, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 30: { # 'э' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 1, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 1, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 2, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 27: { # 'ю' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 1, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 1, # 'и' + 23: 1, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 1, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 0, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 1, # 'я' + }, + 16: { # 'я' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 2, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 2, # 'ю' + 16: 2, # 'я' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +IBM866_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 37, # 'А' + 129: 44, # 'Б' + 130: 33, # 'В' + 131: 46, # 'Г' + 132: 41, # 'Д' + 133: 48, # 'Е' + 134: 56, # 'Ж' + 135: 51, # 'З' + 136: 42, # 'И' + 137: 60, # 'Й' + 138: 36, # 'К' + 139: 49, # 'Л' + 140: 38, # 'М' + 141: 31, # 'Н' + 142: 34, # 'О' + 143: 35, # 'П' + 144: 45, # 'Р' + 145: 32, # 'С' + 146: 40, # 'Т' + 147: 52, # 'У' + 148: 53, # 'Ф' + 149: 55, # 'Х' + 150: 58, # 'Ц' + 151: 50, # 'Ч' + 152: 57, # 'Ш' + 153: 63, # 'Щ' + 154: 70, # 'Ъ' + 155: 62, # 'Ы' + 156: 61, # 'Ь' + 157: 47, # 'Э' + 158: 59, # 'Ю' + 159: 43, # 'Я' + 160: 3, # 'а' + 161: 21, # 'б' + 162: 10, # 'в' + 163: 19, # 'г' + 164: 13, # 'д' + 165: 2, # 'е' + 166: 24, # 'ж' + 167: 20, # 'з' + 168: 4, # 'и' + 169: 23, # 'й' + 170: 11, # 'к' + 171: 8, # 'л' + 172: 12, # 'м' + 173: 5, # 'н' + 174: 1, # 'о' + 175: 15, # 'п' + 176: 191, # '░' + 177: 192, # '▒' + 178: 193, # '▓' + 179: 194, # '│' + 180: 195, # '┤' + 181: 196, # '╡' + 182: 197, # '╢' + 183: 198, # '╖' + 184: 199, # '╕' + 185: 200, # '╣' + 186: 201, # '║' + 187: 202, # '╗' + 188: 203, # '╝' + 189: 204, # '╜' + 190: 205, # '╛' + 191: 206, # '┐' + 192: 207, # '└' + 193: 208, # '┴' + 194: 209, # '┬' + 195: 210, # '├' + 196: 211, # '─' + 197: 212, # '┼' + 198: 213, # '╞' + 199: 214, # '╟' + 200: 215, # '╚' + 201: 216, # '╔' + 202: 217, # '╩' + 203: 218, # '╦' + 204: 219, # '╠' + 205: 220, # '═' + 206: 221, # '╬' + 207: 222, # '╧' + 208: 223, # '╨' + 209: 224, # '╤' + 210: 225, # '╥' + 211: 226, # '╙' + 212: 227, # '╘' + 213: 228, # '╒' + 214: 229, # '╓' + 215: 230, # '╫' + 216: 231, # '╪' + 217: 232, # '┘' + 218: 233, # '┌' + 219: 234, # '█' + 220: 235, # '▄' + 221: 236, # '▌' + 222: 237, # '▐' + 223: 238, # '▀' + 224: 9, # 'р' + 225: 7, # 'с' + 226: 6, # 'т' + 227: 14, # 'у' + 228: 39, # 'ф' + 229: 26, # 'х' + 230: 28, # 'ц' + 231: 22, # 'ч' + 232: 25, # 'ш' + 233: 29, # 'щ' + 234: 54, # 'ъ' + 235: 18, # 'ы' + 236: 17, # 'ь' + 237: 30, # 'э' + 238: 27, # 'ю' + 239: 16, # 'я' + 240: 239, # 'Ё' + 241: 68, # 'ё' + 242: 240, # 'Є' + 243: 241, # 'є' + 244: 242, # 'Ї' + 245: 243, # 'ї' + 246: 244, # 'Ў' + 247: 245, # 'ў' + 248: 246, # '°' + 249: 247, # '∙' + 250: 248, # '·' + 251: 249, # '√' + 252: 250, # '№' + 253: 251, # '¤' + 254: 252, # '■' + 255: 255, # '\xa0' +} + +IBM866_RUSSIAN_MODEL = SingleByteCharSetModel(charset_name='IBM866', + language='Russian', + char_to_order_map=IBM866_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet='ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё') + +WINDOWS_1251_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # 'Ђ' + 129: 192, # 'Ѓ' + 130: 193, # '‚' + 131: 194, # 'ѓ' + 132: 195, # '„' + 133: 196, # '…' + 134: 197, # '†' + 135: 198, # '‡' + 136: 199, # '€' + 137: 200, # '‰' + 138: 201, # 'Љ' + 139: 202, # '‹' + 140: 203, # 'Њ' + 141: 204, # 'Ќ' + 142: 205, # 'Ћ' + 143: 206, # 'Џ' + 144: 207, # 'ђ' + 145: 208, # '‘' + 146: 209, # '’' + 147: 210, # '“' + 148: 211, # '”' + 149: 212, # '•' + 150: 213, # '–' + 151: 214, # '—' + 152: 215, # None + 153: 216, # '™' + 154: 217, # 'љ' + 155: 218, # '›' + 156: 219, # 'њ' + 157: 220, # 'ќ' + 158: 221, # 'ћ' + 159: 222, # 'џ' + 160: 223, # '\xa0' + 161: 224, # 'Ў' + 162: 225, # 'ў' + 163: 226, # 'Ј' + 164: 227, # '¤' + 165: 228, # 'Ґ' + 166: 229, # '¦' + 167: 230, # '§' + 168: 231, # 'Ё' + 169: 232, # '©' + 170: 233, # 'Є' + 171: 234, # '«' + 172: 235, # '¬' + 173: 236, # '\xad' + 174: 237, # '®' + 175: 238, # 'Ї' + 176: 239, # '°' + 177: 240, # '±' + 178: 241, # 'І' + 179: 242, # 'і' + 180: 243, # 'ґ' + 181: 244, # 'µ' + 182: 245, # '¶' + 183: 246, # '·' + 184: 68, # 'ё' + 185: 247, # '№' + 186: 248, # 'є' + 187: 249, # '»' + 188: 250, # 'ј' + 189: 251, # 'Ѕ' + 190: 252, # 'ѕ' + 191: 253, # 'ї' + 192: 37, # 'А' + 193: 44, # 'Б' + 194: 33, # 'В' + 195: 46, # 'Г' + 196: 41, # 'Д' + 197: 48, # 'Е' + 198: 56, # 'Ж' + 199: 51, # 'З' + 200: 42, # 'И' + 201: 60, # 'Й' + 202: 36, # 'К' + 203: 49, # 'Л' + 204: 38, # 'М' + 205: 31, # 'Н' + 206: 34, # 'О' + 207: 35, # 'П' + 208: 45, # 'Р' + 209: 32, # 'С' + 210: 40, # 'Т' + 211: 52, # 'У' + 212: 53, # 'Ф' + 213: 55, # 'Х' + 214: 58, # 'Ц' + 215: 50, # 'Ч' + 216: 57, # 'Ш' + 217: 63, # 'Щ' + 218: 70, # 'Ъ' + 219: 62, # 'Ы' + 220: 61, # 'Ь' + 221: 47, # 'Э' + 222: 59, # 'Ю' + 223: 43, # 'Я' + 224: 3, # 'а' + 225: 21, # 'б' + 226: 10, # 'в' + 227: 19, # 'г' + 228: 13, # 'д' + 229: 2, # 'е' + 230: 24, # 'ж' + 231: 20, # 'з' + 232: 4, # 'и' + 233: 23, # 'й' + 234: 11, # 'к' + 235: 8, # 'л' + 236: 12, # 'м' + 237: 5, # 'н' + 238: 1, # 'о' + 239: 15, # 'п' + 240: 9, # 'р' + 241: 7, # 'с' + 242: 6, # 'т' + 243: 14, # 'у' + 244: 39, # 'ф' + 245: 26, # 'х' + 246: 28, # 'ц' + 247: 22, # 'ч' + 248: 25, # 'ш' + 249: 29, # 'щ' + 250: 54, # 'ъ' + 251: 18, # 'ы' + 252: 17, # 'ь' + 253: 30, # 'э' + 254: 27, # 'ю' + 255: 16, # 'я' +} + +WINDOWS_1251_RUSSIAN_MODEL = SingleByteCharSetModel(charset_name='windows-1251', + language='Russian', + char_to_order_map=WINDOWS_1251_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet='ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё') + +IBM855_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # 'ђ' + 129: 192, # 'Ђ' + 130: 193, # 'ѓ' + 131: 194, # 'Ѓ' + 132: 68, # 'ё' + 133: 195, # 'Ё' + 134: 196, # 'є' + 135: 197, # 'Є' + 136: 198, # 'ѕ' + 137: 199, # 'Ѕ' + 138: 200, # 'і' + 139: 201, # 'І' + 140: 202, # 'ї' + 141: 203, # 'Ї' + 142: 204, # 'ј' + 143: 205, # 'Ј' + 144: 206, # 'љ' + 145: 207, # 'Љ' + 146: 208, # 'њ' + 147: 209, # 'Њ' + 148: 210, # 'ћ' + 149: 211, # 'Ћ' + 150: 212, # 'ќ' + 151: 213, # 'Ќ' + 152: 214, # 'ў' + 153: 215, # 'Ў' + 154: 216, # 'џ' + 155: 217, # 'Џ' + 156: 27, # 'ю' + 157: 59, # 'Ю' + 158: 54, # 'ъ' + 159: 70, # 'Ъ' + 160: 3, # 'а' + 161: 37, # 'А' + 162: 21, # 'б' + 163: 44, # 'Б' + 164: 28, # 'ц' + 165: 58, # 'Ц' + 166: 13, # 'д' + 167: 41, # 'Д' + 168: 2, # 'е' + 169: 48, # 'Е' + 170: 39, # 'ф' + 171: 53, # 'Ф' + 172: 19, # 'г' + 173: 46, # 'Г' + 174: 218, # '«' + 175: 219, # '»' + 176: 220, # '░' + 177: 221, # '▒' + 178: 222, # '▓' + 179: 223, # '│' + 180: 224, # '┤' + 181: 26, # 'х' + 182: 55, # 'Х' + 183: 4, # 'и' + 184: 42, # 'И' + 185: 225, # '╣' + 186: 226, # '║' + 187: 227, # '╗' + 188: 228, # '╝' + 189: 23, # 'й' + 190: 60, # 'Й' + 191: 229, # '┐' + 192: 230, # '└' + 193: 231, # '┴' + 194: 232, # '┬' + 195: 233, # '├' + 196: 234, # '─' + 197: 235, # '┼' + 198: 11, # 'к' + 199: 36, # 'К' + 200: 236, # '╚' + 201: 237, # '╔' + 202: 238, # '╩' + 203: 239, # '╦' + 204: 240, # '╠' + 205: 241, # '═' + 206: 242, # '╬' + 207: 243, # '¤' + 208: 8, # 'л' + 209: 49, # 'Л' + 210: 12, # 'м' + 211: 38, # 'М' + 212: 5, # 'н' + 213: 31, # 'Н' + 214: 1, # 'о' + 215: 34, # 'О' + 216: 15, # 'п' + 217: 244, # '┘' + 218: 245, # '┌' + 219: 246, # '█' + 220: 247, # '▄' + 221: 35, # 'П' + 222: 16, # 'я' + 223: 248, # '▀' + 224: 43, # 'Я' + 225: 9, # 'р' + 226: 45, # 'Р' + 227: 7, # 'с' + 228: 32, # 'С' + 229: 6, # 'т' + 230: 40, # 'Т' + 231: 14, # 'у' + 232: 52, # 'У' + 233: 24, # 'ж' + 234: 56, # 'Ж' + 235: 10, # 'в' + 236: 33, # 'В' + 237: 17, # 'ь' + 238: 61, # 'Ь' + 239: 249, # '№' + 240: 250, # '\xad' + 241: 18, # 'ы' + 242: 62, # 'Ы' + 243: 20, # 'з' + 244: 51, # 'З' + 245: 25, # 'ш' + 246: 57, # 'Ш' + 247: 30, # 'э' + 248: 47, # 'Э' + 249: 29, # 'щ' + 250: 63, # 'Щ' + 251: 22, # 'ч' + 252: 50, # 'Ч' + 253: 251, # '§' + 254: 252, # '■' + 255: 255, # '\xa0' +} + +IBM855_RUSSIAN_MODEL = SingleByteCharSetModel(charset_name='IBM855', + language='Russian', + char_to_order_map=IBM855_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet='ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё') + +KOI8_R_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # '─' + 129: 192, # '│' + 130: 193, # '┌' + 131: 194, # '┐' + 132: 195, # '└' + 133: 196, # '┘' + 134: 197, # '├' + 135: 198, # '┤' + 136: 199, # '┬' + 137: 200, # '┴' + 138: 201, # '┼' + 139: 202, # '▀' + 140: 203, # '▄' + 141: 204, # '█' + 142: 205, # '▌' + 143: 206, # '▐' + 144: 207, # '░' + 145: 208, # '▒' + 146: 209, # '▓' + 147: 210, # '⌠' + 148: 211, # '■' + 149: 212, # '∙' + 150: 213, # '√' + 151: 214, # '≈' + 152: 215, # '≤' + 153: 216, # '≥' + 154: 217, # '\xa0' + 155: 218, # '⌡' + 156: 219, # '°' + 157: 220, # '²' + 158: 221, # '·' + 159: 222, # '÷' + 160: 223, # '═' + 161: 224, # '║' + 162: 225, # '╒' + 163: 68, # 'ё' + 164: 226, # '╓' + 165: 227, # '╔' + 166: 228, # '╕' + 167: 229, # '╖' + 168: 230, # '╗' + 169: 231, # '╘' + 170: 232, # '╙' + 171: 233, # '╚' + 172: 234, # '╛' + 173: 235, # '╜' + 174: 236, # '╝' + 175: 237, # '╞' + 176: 238, # '╟' + 177: 239, # '╠' + 178: 240, # '╡' + 179: 241, # 'Ё' + 180: 242, # '╢' + 181: 243, # '╣' + 182: 244, # '╤' + 183: 245, # '╥' + 184: 246, # '╦' + 185: 247, # '╧' + 186: 248, # '╨' + 187: 249, # '╩' + 188: 250, # '╪' + 189: 251, # '╫' + 190: 252, # '╬' + 191: 253, # '©' + 192: 27, # 'ю' + 193: 3, # 'а' + 194: 21, # 'б' + 195: 28, # 'ц' + 196: 13, # 'д' + 197: 2, # 'е' + 198: 39, # 'ф' + 199: 19, # 'г' + 200: 26, # 'х' + 201: 4, # 'и' + 202: 23, # 'й' + 203: 11, # 'к' + 204: 8, # 'л' + 205: 12, # 'м' + 206: 5, # 'н' + 207: 1, # 'о' + 208: 15, # 'п' + 209: 16, # 'я' + 210: 9, # 'р' + 211: 7, # 'с' + 212: 6, # 'т' + 213: 14, # 'у' + 214: 24, # 'ж' + 215: 10, # 'в' + 216: 17, # 'ь' + 217: 18, # 'ы' + 218: 20, # 'з' + 219: 25, # 'ш' + 220: 30, # 'э' + 221: 29, # 'щ' + 222: 22, # 'ч' + 223: 54, # 'ъ' + 224: 59, # 'Ю' + 225: 37, # 'А' + 226: 44, # 'Б' + 227: 58, # 'Ц' + 228: 41, # 'Д' + 229: 48, # 'Е' + 230: 53, # 'Ф' + 231: 46, # 'Г' + 232: 55, # 'Х' + 233: 42, # 'И' + 234: 60, # 'Й' + 235: 36, # 'К' + 236: 49, # 'Л' + 237: 38, # 'М' + 238: 31, # 'Н' + 239: 34, # 'О' + 240: 35, # 'П' + 241: 43, # 'Я' + 242: 45, # 'Р' + 243: 32, # 'С' + 244: 40, # 'Т' + 245: 52, # 'У' + 246: 56, # 'Ж' + 247: 33, # 'В' + 248: 61, # 'Ь' + 249: 62, # 'Ы' + 250: 51, # 'З' + 251: 57, # 'Ш' + 252: 47, # 'Э' + 253: 63, # 'Щ' + 254: 50, # 'Ч' + 255: 70, # 'Ъ' +} + +KOI8_R_RUSSIAN_MODEL = SingleByteCharSetModel(charset_name='KOI8-R', + language='Russian', + char_to_order_map=KOI8_R_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet='ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё') + +MACCYRILLIC_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 37, # 'А' + 129: 44, # 'Б' + 130: 33, # 'В' + 131: 46, # 'Г' + 132: 41, # 'Д' + 133: 48, # 'Е' + 134: 56, # 'Ж' + 135: 51, # 'З' + 136: 42, # 'И' + 137: 60, # 'Й' + 138: 36, # 'К' + 139: 49, # 'Л' + 140: 38, # 'М' + 141: 31, # 'Н' + 142: 34, # 'О' + 143: 35, # 'П' + 144: 45, # 'Р' + 145: 32, # 'С' + 146: 40, # 'Т' + 147: 52, # 'У' + 148: 53, # 'Ф' + 149: 55, # 'Х' + 150: 58, # 'Ц' + 151: 50, # 'Ч' + 152: 57, # 'Ш' + 153: 63, # 'Щ' + 154: 70, # 'Ъ' + 155: 62, # 'Ы' + 156: 61, # 'Ь' + 157: 47, # 'Э' + 158: 59, # 'Ю' + 159: 43, # 'Я' + 160: 191, # '†' + 161: 192, # '°' + 162: 193, # 'Ґ' + 163: 194, # '£' + 164: 195, # '§' + 165: 196, # '•' + 166: 197, # '¶' + 167: 198, # 'І' + 168: 199, # '®' + 169: 200, # '©' + 170: 201, # '™' + 171: 202, # 'Ђ' + 172: 203, # 'ђ' + 173: 204, # '≠' + 174: 205, # 'Ѓ' + 175: 206, # 'ѓ' + 176: 207, # '∞' + 177: 208, # '±' + 178: 209, # '≤' + 179: 210, # '≥' + 180: 211, # 'і' + 181: 212, # 'µ' + 182: 213, # 'ґ' + 183: 214, # 'Ј' + 184: 215, # 'Є' + 185: 216, # 'є' + 186: 217, # 'Ї' + 187: 218, # 'ї' + 188: 219, # 'Љ' + 189: 220, # 'љ' + 190: 221, # 'Њ' + 191: 222, # 'њ' + 192: 223, # 'ј' + 193: 224, # 'Ѕ' + 194: 225, # '¬' + 195: 226, # '√' + 196: 227, # 'ƒ' + 197: 228, # '≈' + 198: 229, # '∆' + 199: 230, # '«' + 200: 231, # '»' + 201: 232, # '…' + 202: 233, # '\xa0' + 203: 234, # 'Ћ' + 204: 235, # 'ћ' + 205: 236, # 'Ќ' + 206: 237, # 'ќ' + 207: 238, # 'ѕ' + 208: 239, # '–' + 209: 240, # '—' + 210: 241, # '“' + 211: 242, # '”' + 212: 243, # '‘' + 213: 244, # '’' + 214: 245, # '÷' + 215: 246, # '„' + 216: 247, # 'Ў' + 217: 248, # 'ў' + 218: 249, # 'Џ' + 219: 250, # 'џ' + 220: 251, # '№' + 221: 252, # 'Ё' + 222: 68, # 'ё' + 223: 16, # 'я' + 224: 3, # 'а' + 225: 21, # 'б' + 226: 10, # 'в' + 227: 19, # 'г' + 228: 13, # 'д' + 229: 2, # 'е' + 230: 24, # 'ж' + 231: 20, # 'з' + 232: 4, # 'и' + 233: 23, # 'й' + 234: 11, # 'к' + 235: 8, # 'л' + 236: 12, # 'м' + 237: 5, # 'н' + 238: 1, # 'о' + 239: 15, # 'п' + 240: 9, # 'р' + 241: 7, # 'с' + 242: 6, # 'т' + 243: 14, # 'у' + 244: 39, # 'ф' + 245: 26, # 'х' + 246: 28, # 'ц' + 247: 22, # 'ч' + 248: 25, # 'ш' + 249: 29, # 'щ' + 250: 54, # 'ъ' + 251: 18, # 'ы' + 252: 17, # 'ь' + 253: 30, # 'э' + 254: 27, # 'ю' + 255: 255, # '€' +} + +MACCYRILLIC_RUSSIAN_MODEL = SingleByteCharSetModel(charset_name='MacCyrillic', + language='Russian', + char_to_order_map=MACCYRILLIC_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet='ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё') + +ISO_8859_5_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # '\x80' + 129: 192, # '\x81' + 130: 193, # '\x82' + 131: 194, # '\x83' + 132: 195, # '\x84' + 133: 196, # '\x85' + 134: 197, # '\x86' + 135: 198, # '\x87' + 136: 199, # '\x88' + 137: 200, # '\x89' + 138: 201, # '\x8a' + 139: 202, # '\x8b' + 140: 203, # '\x8c' + 141: 204, # '\x8d' + 142: 205, # '\x8e' + 143: 206, # '\x8f' + 144: 207, # '\x90' + 145: 208, # '\x91' + 146: 209, # '\x92' + 147: 210, # '\x93' + 148: 211, # '\x94' + 149: 212, # '\x95' + 150: 213, # '\x96' + 151: 214, # '\x97' + 152: 215, # '\x98' + 153: 216, # '\x99' + 154: 217, # '\x9a' + 155: 218, # '\x9b' + 156: 219, # '\x9c' + 157: 220, # '\x9d' + 158: 221, # '\x9e' + 159: 222, # '\x9f' + 160: 223, # '\xa0' + 161: 224, # 'Ё' + 162: 225, # 'Ђ' + 163: 226, # 'Ѓ' + 164: 227, # 'Є' + 165: 228, # 'Ѕ' + 166: 229, # 'І' + 167: 230, # 'Ї' + 168: 231, # 'Ј' + 169: 232, # 'Љ' + 170: 233, # 'Њ' + 171: 234, # 'Ћ' + 172: 235, # 'Ќ' + 173: 236, # '\xad' + 174: 237, # 'Ў' + 175: 238, # 'Џ' + 176: 37, # 'А' + 177: 44, # 'Б' + 178: 33, # 'В' + 179: 46, # 'Г' + 180: 41, # 'Д' + 181: 48, # 'Е' + 182: 56, # 'Ж' + 183: 51, # 'З' + 184: 42, # 'И' + 185: 60, # 'Й' + 186: 36, # 'К' + 187: 49, # 'Л' + 188: 38, # 'М' + 189: 31, # 'Н' + 190: 34, # 'О' + 191: 35, # 'П' + 192: 45, # 'Р' + 193: 32, # 'С' + 194: 40, # 'Т' + 195: 52, # 'У' + 196: 53, # 'Ф' + 197: 55, # 'Х' + 198: 58, # 'Ц' + 199: 50, # 'Ч' + 200: 57, # 'Ш' + 201: 63, # 'Щ' + 202: 70, # 'Ъ' + 203: 62, # 'Ы' + 204: 61, # 'Ь' + 205: 47, # 'Э' + 206: 59, # 'Ю' + 207: 43, # 'Я' + 208: 3, # 'а' + 209: 21, # 'б' + 210: 10, # 'в' + 211: 19, # 'г' + 212: 13, # 'д' + 213: 2, # 'е' + 214: 24, # 'ж' + 215: 20, # 'з' + 216: 4, # 'и' + 217: 23, # 'й' + 218: 11, # 'к' + 219: 8, # 'л' + 220: 12, # 'м' + 221: 5, # 'н' + 222: 1, # 'о' + 223: 15, # 'п' + 224: 9, # 'р' + 225: 7, # 'с' + 226: 6, # 'т' + 227: 14, # 'у' + 228: 39, # 'ф' + 229: 26, # 'х' + 230: 28, # 'ц' + 231: 22, # 'ч' + 232: 25, # 'ш' + 233: 29, # 'щ' + 234: 54, # 'ъ' + 235: 18, # 'ы' + 236: 17, # 'ь' + 237: 30, # 'э' + 238: 27, # 'ю' + 239: 16, # 'я' + 240: 239, # '№' + 241: 68, # 'ё' + 242: 240, # 'ђ' + 243: 241, # 'ѓ' + 244: 242, # 'є' + 245: 243, # 'ѕ' + 246: 244, # 'і' + 247: 245, # 'ї' + 248: 246, # 'ј' + 249: 247, # 'љ' + 250: 248, # 'њ' + 251: 249, # 'ћ' + 252: 250, # 'ќ' + 253: 251, # '§' + 254: 252, # 'ў' + 255: 255, # 'џ' +} + +ISO_8859_5_RUSSIAN_MODEL = SingleByteCharSetModel(charset_name='ISO-8859-5', + language='Russian', + char_to_order_map=ISO_8859_5_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet='ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё') + diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/langthaimodel.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/langthaimodel.py new file mode 100644 index 000000000..9a37db573 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/langthaimodel.py @@ -0,0 +1,4383 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +THAI_LANG_MODEL = { + 5: { # 'ก' + 5: 2, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 3, # 'ฎ' + 57: 2, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 2, # 'ณ' + 20: 2, # 'ด' + 19: 3, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 1, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 1, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 2, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 3, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 2, # 'ื' + 32: 2, # 'ุ' + 35: 1, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 3, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 30: { # 'ข' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 2, # 'ณ' + 20: 0, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 2, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 2, # 'ี' + 40: 3, # 'ึ' + 27: 1, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 2, # '่' + 7: 3, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 24: { # 'ค' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 2, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 0, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 2, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 3, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 8: { # 'ง' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 2, # 'ง' + 26: 2, # 'จ' + 52: 1, # 'ฉ' + 34: 2, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 2, # 'ศ' + 46: 1, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 1, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 1, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 3, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 26: { # 'จ' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 0, # 'ค' + 8: 2, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 3, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 2, # 'ิ' + 13: 1, # 'ี' + 40: 3, # 'ึ' + 27: 1, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 52: { # 'ฉ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 3, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 3, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 1, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 1, # 'ั' + 1: 1, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 34: { # 'ช' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 1, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 1, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 1, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 51: { # 'ซ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 1, # 'ั' + 1: 1, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 2, # 'ี' + 40: 3, # 'ึ' + 27: 2, # 'ื' + 32: 1, # 'ุ' + 35: 1, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 1, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 47: { # 'ญ' + 5: 1, # 'ก' + 30: 1, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 3, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 2, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 58: { # 'ฎ' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 1, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 57: { # 'ฏ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 49: { # 'ฐ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 53: { # 'ฑ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 55: { # 'ฒ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 43: { # 'ณ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 3, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 3, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 3, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 20: { # 'ด' + 5: 2, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 3, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 2, # 'า' + 36: 2, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 1, # 'ึ' + 27: 2, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 2, # 'ๆ' + 37: 2, # '็' + 6: 1, # '่' + 7: 3, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 19: { # 'ต' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 2, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 2, # 'ภ' + 9: 1, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 0, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 1, # 'ึ' + 27: 1, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 2, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 44: { # 'ถ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 1, # 'ี' + 40: 3, # 'ึ' + 27: 2, # 'ื' + 32: 2, # 'ุ' + 35: 3, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 14: { # 'ท' + 5: 1, # 'ก' + 30: 1, # 'ข' + 24: 3, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 3, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 1, # 'ฤ' + 15: 1, # 'ล' + 12: 2, # 'ว' + 42: 3, # 'ศ' + 46: 1, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 1, # 'ื' + 32: 3, # 'ุ' + 35: 1, # 'ู' + 11: 0, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 48: { # 'ธ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 2, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 2, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 3: { # 'น' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 1, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 2, # 'ถ' + 14: 3, # 'ท' + 48: 3, # 'ธ' + 3: 2, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 1, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 3, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 3, # 'โ' + 29: 3, # 'ใ' + 33: 3, # 'ไ' + 50: 2, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 17: { # 'บ' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 1, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 2, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 2, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 2, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 25: { # 'ป' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 1, # 'ฎ' + 57: 3, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 1, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 1, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 3, # 'ั' + 1: 1, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 2, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 3, # '็' + 6: 1, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 39: { # 'ผ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 1, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 1, # 'ื' + 32: 0, # 'ุ' + 35: 3, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 1, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 62: { # 'ฝ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 1, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 1, # 'ี' + 40: 2, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 1, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 31: { # 'พ' + 5: 1, # 'ก' + 30: 1, # 'ข' + 24: 1, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 2, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 1, # 'ึ' + 27: 3, # 'ื' + 32: 1, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 0, # '่' + 7: 1, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 54: { # 'ฟ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 2, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 1, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 45: { # 'ภ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 2, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 9: { # 'ม' + 5: 2, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 3, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 2, # 'ร' + 61: 2, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 1, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 2, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 16: { # 'ย' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 2, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 3, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 1, # 'ึ' + 27: 2, # 'ื' + 32: 2, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 2, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 2: { # 'ร' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 2, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 3, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 3, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 3, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 2, # 'น' + 17: 2, # 'บ' + 25: 3, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 2, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 2, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 3, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 3, # 'ู' + 11: 3, # 'เ' + 28: 3, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 3, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 61: { # 'ฤ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 2, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 15: { # 'ล' + 5: 2, # 'ก' + 30: 3, # 'ข' + 24: 1, # 'ค' + 8: 3, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 3, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 3, # 'อ' + 63: 2, # 'ฯ' + 22: 3, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 3, # 'ื' + 32: 2, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 2, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 12: { # 'ว' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 1, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 2, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 42: { # 'ศ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 1, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 2, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 0, # 'ี' + 40: 3, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 2, # 'ู' + 11: 0, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 46: { # 'ษ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 2, # 'ฎ' + 57: 1, # 'ฏ' + 49: 2, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 3, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 18: { # 'ส' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 2, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 3, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 2, # 'ภ' + 9: 3, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 0, # 'แ' + 41: 1, # 'โ' + 29: 0, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 1, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 21: { # 'ห' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 3, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 0, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 1, # 'ุ' + 35: 1, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 3, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 4: { # 'อ' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 1, # '็' + 6: 2, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 63: { # 'ฯ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 22: { # 'ะ' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 1, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 2, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 1, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 10: { # 'ั' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 3, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 3, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 2, # 'ฐ' + 53: 0, # 'ฑ' + 55: 3, # 'ฒ' + 43: 3, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 1: { # 'า' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 3, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 1, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 3, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 2, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 1, # 'ฝ' + 31: 3, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 3, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 3, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 36: { # 'ำ' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 3, # 'ค' + 8: 2, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 3, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 23: { # 'ิ' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 3, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 3, # 'พ' + 54: 1, # 'ฟ' + 45: 2, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 3, # 'ศ' + 46: 2, # 'ษ' + 18: 2, # 'ส' + 21: 3, # 'ห' + 4: 1, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 13: { # 'ี' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 3, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 40: { # 'ึ' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 3, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 27: { # 'ื' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 3, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 32: { # 'ุ' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 3, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 1, # 'ฒ' + 43: 3, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 2, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 1, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 1, # 'ศ' + 46: 2, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 1, # 'โ' + 29: 0, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 35: { # 'ู' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 2, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 3, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 11: { # 'เ' + 5: 3, # 'ก' + 30: 3, # 'ข' + 24: 3, # 'ค' + 8: 2, # 'ง' + 26: 3, # 'จ' + 52: 3, # 'ฉ' + 34: 3, # 'ช' + 51: 2, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 3, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 3, # 'พ' + 54: 1, # 'ฟ' + 45: 3, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 28: { # 'แ' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 1, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 3, # 'ต' + 44: 2, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 3, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 2, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 41: { # 'โ' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 1, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 3, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 0, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 29: { # 'ใ' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 1, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 33: { # 'ไ' + 5: 1, # 'ก' + 30: 2, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 1, # 'บ' + 25: 3, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 2, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 0, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 2, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 50: { # 'ๆ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 37: { # '็' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 1, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 6: { # '่' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 7: { # '้' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 3, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 38: { # '์' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 1, # 'ฤ' + 15: 1, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 56: { # '๑' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 2, # '๑' + 59: 1, # '๒' + 60: 1, # '๕' + }, + 59: { # '๒' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 1, # '๑' + 59: 1, # '๒' + 60: 3, # '๕' + }, + 60: { # '๕' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 2, # '๑' + 59: 1, # '๒' + 60: 0, # '๕' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +TIS_620_THAI_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 182, # 'A' + 66: 106, # 'B' + 67: 107, # 'C' + 68: 100, # 'D' + 69: 183, # 'E' + 70: 184, # 'F' + 71: 185, # 'G' + 72: 101, # 'H' + 73: 94, # 'I' + 74: 186, # 'J' + 75: 187, # 'K' + 76: 108, # 'L' + 77: 109, # 'M' + 78: 110, # 'N' + 79: 111, # 'O' + 80: 188, # 'P' + 81: 189, # 'Q' + 82: 190, # 'R' + 83: 89, # 'S' + 84: 95, # 'T' + 85: 112, # 'U' + 86: 113, # 'V' + 87: 191, # 'W' + 88: 192, # 'X' + 89: 193, # 'Y' + 90: 194, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 64, # 'a' + 98: 72, # 'b' + 99: 73, # 'c' + 100: 114, # 'd' + 101: 74, # 'e' + 102: 115, # 'f' + 103: 116, # 'g' + 104: 102, # 'h' + 105: 81, # 'i' + 106: 201, # 'j' + 107: 117, # 'k' + 108: 90, # 'l' + 109: 103, # 'm' + 110: 78, # 'n' + 111: 82, # 'o' + 112: 96, # 'p' + 113: 202, # 'q' + 114: 91, # 'r' + 115: 79, # 's' + 116: 84, # 't' + 117: 104, # 'u' + 118: 105, # 'v' + 119: 97, # 'w' + 120: 98, # 'x' + 121: 92, # 'y' + 122: 203, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 209, # '\x80' + 129: 210, # '\x81' + 130: 211, # '\x82' + 131: 212, # '\x83' + 132: 213, # '\x84' + 133: 88, # '\x85' + 134: 214, # '\x86' + 135: 215, # '\x87' + 136: 216, # '\x88' + 137: 217, # '\x89' + 138: 218, # '\x8a' + 139: 219, # '\x8b' + 140: 220, # '\x8c' + 141: 118, # '\x8d' + 142: 221, # '\x8e' + 143: 222, # '\x8f' + 144: 223, # '\x90' + 145: 224, # '\x91' + 146: 99, # '\x92' + 147: 85, # '\x93' + 148: 83, # '\x94' + 149: 225, # '\x95' + 150: 226, # '\x96' + 151: 227, # '\x97' + 152: 228, # '\x98' + 153: 229, # '\x99' + 154: 230, # '\x9a' + 155: 231, # '\x9b' + 156: 232, # '\x9c' + 157: 233, # '\x9d' + 158: 234, # '\x9e' + 159: 235, # '\x9f' + 160: 236, # None + 161: 5, # 'ก' + 162: 30, # 'ข' + 163: 237, # 'ฃ' + 164: 24, # 'ค' + 165: 238, # 'ฅ' + 166: 75, # 'ฆ' + 167: 8, # 'ง' + 168: 26, # 'จ' + 169: 52, # 'ฉ' + 170: 34, # 'ช' + 171: 51, # 'ซ' + 172: 119, # 'ฌ' + 173: 47, # 'ญ' + 174: 58, # 'ฎ' + 175: 57, # 'ฏ' + 176: 49, # 'ฐ' + 177: 53, # 'ฑ' + 178: 55, # 'ฒ' + 179: 43, # 'ณ' + 180: 20, # 'ด' + 181: 19, # 'ต' + 182: 44, # 'ถ' + 183: 14, # 'ท' + 184: 48, # 'ธ' + 185: 3, # 'น' + 186: 17, # 'บ' + 187: 25, # 'ป' + 188: 39, # 'ผ' + 189: 62, # 'ฝ' + 190: 31, # 'พ' + 191: 54, # 'ฟ' + 192: 45, # 'ภ' + 193: 9, # 'ม' + 194: 16, # 'ย' + 195: 2, # 'ร' + 196: 61, # 'ฤ' + 197: 15, # 'ล' + 198: 239, # 'ฦ' + 199: 12, # 'ว' + 200: 42, # 'ศ' + 201: 46, # 'ษ' + 202: 18, # 'ส' + 203: 21, # 'ห' + 204: 76, # 'ฬ' + 205: 4, # 'อ' + 206: 66, # 'ฮ' + 207: 63, # 'ฯ' + 208: 22, # 'ะ' + 209: 10, # 'ั' + 210: 1, # 'า' + 211: 36, # 'ำ' + 212: 23, # 'ิ' + 213: 13, # 'ี' + 214: 40, # 'ึ' + 215: 27, # 'ื' + 216: 32, # 'ุ' + 217: 35, # 'ู' + 218: 86, # 'ฺ' + 219: 240, # None + 220: 241, # None + 221: 242, # None + 222: 243, # None + 223: 244, # '฿' + 224: 11, # 'เ' + 225: 28, # 'แ' + 226: 41, # 'โ' + 227: 29, # 'ใ' + 228: 33, # 'ไ' + 229: 245, # 'ๅ' + 230: 50, # 'ๆ' + 231: 37, # '็' + 232: 6, # '่' + 233: 7, # '้' + 234: 67, # '๊' + 235: 77, # '๋' + 236: 38, # '์' + 237: 93, # 'ํ' + 238: 246, # '๎' + 239: 247, # '๏' + 240: 68, # '๐' + 241: 56, # '๑' + 242: 59, # '๒' + 243: 65, # '๓' + 244: 69, # '๔' + 245: 60, # '๕' + 246: 70, # '๖' + 247: 80, # '๗' + 248: 71, # '๘' + 249: 87, # '๙' + 250: 248, # '๚' + 251: 249, # '๛' + 252: 250, # None + 253: 251, # None + 254: 252, # None + 255: 253, # None +} + +TIS_620_THAI_MODEL = SingleByteCharSetModel(charset_name='TIS-620', + language='Thai', + char_to_order_map=TIS_620_THAI_CHAR_TO_ORDER, + language_model=THAI_LANG_MODEL, + typical_positive_ratio=0.926386, + keep_ascii_letters=False, + alphabet='กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛') + diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/langturkishmodel.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/langturkishmodel.py new file mode 100644 index 000000000..43f4230ae --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/langturkishmodel.py @@ -0,0 +1,4383 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +TURKISH_LANG_MODEL = { + 23: { # 'A' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 1, # 'i' + 24: 0, # 'j' + 10: 2, # 'k' + 5: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 37: { # 'B' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 2, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 47: { # 'C' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 2, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 39: { # 'D' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 0, # 'ş' + }, + 29: { # 'E' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 1, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 52: { # 'F' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 1, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 1, # 'c' + 12: 1, # 'd' + 2: 0, # 'e' + 18: 1, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 2, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 2, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 2, # 'ş' + }, + 36: { # 'G' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 2, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 2, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 1, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 1, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 45: { # 'H' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 2, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 2, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 53: { # 'I' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 60: { # 'J' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 0, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 16: { # 'K' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 1, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 0, # 'u' + 32: 3, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 49: { # 'L' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 2, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 2, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 2, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 1, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 20: { # 'M' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 0, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 46: { # 'N' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 42: { # 'O' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 2, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 2, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 48: { # 'P' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 2, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 44: { # 'R' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 1, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 1, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 35: { # 'S' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 1, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 2, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 2, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 31: { # 'T' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 2, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 2, # 'r' + 8: 0, # 's' + 9: 2, # 't' + 14: 2, # 'u' + 32: 1, # 'v' + 57: 1, # 'w' + 58: 1, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 51: { # 'U' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 1, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 38: { # 'V' + 23: 1, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 1, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 62: { # 'W' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 43: { # 'Y' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 2, # 'N' + 42: 0, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 1, # 'Ü' + 59: 1, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 56: { # 'Z' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 2, # 'Z' + 1: 2, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 1, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 1: { # 'a' + 23: 3, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 2, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 1, # 'î' + 34: 1, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 21: { # 'b' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 3, # 'g' + 25: 1, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 1, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 2, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 28: { # 'c' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 2, # 'E' + 52: 0, # 'F' + 36: 2, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 2, # 'T' + 51: 2, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 3, # 'Y' + 56: 0, # 'Z' + 1: 1, # 'a' + 21: 1, # 'b' + 28: 2, # 'c' + 12: 2, # 'd' + 2: 1, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 1, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 1, # 'î' + 34: 2, # 'ö' + 17: 2, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 2, # 'ş' + }, + 12: { # 'd' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 2: { # 'e' + 23: 2, # 'A' + 37: 0, # 'B' + 47: 2, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 18: { # 'f' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 1, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 1, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 27: { # 'g' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 2, # 'r' + 8: 2, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 25: { # 'h' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 3: { # 'i' + 23: 2, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 1, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 3, # 'g' + 25: 1, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 1, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 24: { # 'j' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 2, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 10: { # 'k' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 2, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 3, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 5: { # 'l' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 1, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 1, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 2, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 13: { # 'm' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 2, # 'u' + 32: 2, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 4: { # 'n' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 3, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 2, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 15: { # 'o' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 2, # 'L' + 20: 0, # 'M' + 46: 2, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 2, # 'ğ' + 41: 2, # 'İ' + 6: 3, # 'ı' + 40: 2, # 'Ş' + 19: 2, # 'ş' + }, + 26: { # 'p' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 2, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 7: { # 'r' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 1, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 3, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 8: { # 's' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 2, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 9: { # 't' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 14: { # 'u' + 23: 3, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 2, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 2, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 2, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 32: { # 'v' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 2, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 57: { # 'w' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 1, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 1, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 0, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 58: { # 'x' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 1, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 2, # 's' + 9: 1, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 11: { # 'y' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 2, # 'r' + 8: 1, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 22: { # 'z' + 23: 2, # 'A' + 37: 2, # 'B' + 47: 1, # 'C' + 39: 2, # 'D' + 29: 3, # 'E' + 52: 1, # 'F' + 36: 2, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 2, # 'N' + 42: 2, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 3, # 'T' + 51: 2, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 1, # 'Z' + 1: 1, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 2, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 0, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 2, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 2, # 'Ü' + 59: 1, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 2, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 1, # 'Ş' + 19: 2, # 'ş' + }, + 63: { # '·' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 1, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 54: { # 'Ç' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 3, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 2, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 0, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 2, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 50: { # 'Ö' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 2, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 2, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 1, # 'N' + 42: 2, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 1, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 0, # 'j' + 10: 2, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 1, # 's' + 9: 2, # 't' + 14: 0, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 2, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 55: { # 'Ü' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 59: { # 'â' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 0, # 'ş' + }, + 33: { # 'ç' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 2, # 'f' + 27: 1, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 0, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 2, # 's' + 9: 3, # 't' + 14: 0, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 61: { # 'î' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 1, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 34: { # 'ö' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 2, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 1, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 3, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 1, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 17: { # 'ü' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 2, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 30: { # 'ğ' + 23: 0, # 'A' + 37: 2, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 2, # 'N' + 42: 2, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 3, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 2, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 2, # 'İ' + 6: 2, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 41: { # 'İ' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 2, # 'G' + 45: 2, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 1, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 2, # 'd' + 2: 1, # 'e' + 18: 0, # 'f' + 27: 3, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 2, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 1, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 1, # 'ü' + 30: 2, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 6: { # 'ı' + 23: 2, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 1, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 40: { # 'Ş' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 2, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 1, # 'Z' + 1: 0, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 3, # 'f' + 27: 0, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 3, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 1, # 'u' + 32: 3, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 1, # 'ü' + 30: 2, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 1, # 'Ş' + 19: 2, # 'ş' + }, + 19: { # 'ş' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 2, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 1, # 'h' + 3: 1, # 'i' + 24: 0, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 1, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +ISO_8859_9_TURKISH_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 255, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 255, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 255, # ' ' + 33: 255, # '!' + 34: 255, # '"' + 35: 255, # '#' + 36: 255, # '$' + 37: 255, # '%' + 38: 255, # '&' + 39: 255, # "'" + 40: 255, # '(' + 41: 255, # ')' + 42: 255, # '*' + 43: 255, # '+' + 44: 255, # ',' + 45: 255, # '-' + 46: 255, # '.' + 47: 255, # '/' + 48: 255, # '0' + 49: 255, # '1' + 50: 255, # '2' + 51: 255, # '3' + 52: 255, # '4' + 53: 255, # '5' + 54: 255, # '6' + 55: 255, # '7' + 56: 255, # '8' + 57: 255, # '9' + 58: 255, # ':' + 59: 255, # ';' + 60: 255, # '<' + 61: 255, # '=' + 62: 255, # '>' + 63: 255, # '?' + 64: 255, # '@' + 65: 23, # 'A' + 66: 37, # 'B' + 67: 47, # 'C' + 68: 39, # 'D' + 69: 29, # 'E' + 70: 52, # 'F' + 71: 36, # 'G' + 72: 45, # 'H' + 73: 53, # 'I' + 74: 60, # 'J' + 75: 16, # 'K' + 76: 49, # 'L' + 77: 20, # 'M' + 78: 46, # 'N' + 79: 42, # 'O' + 80: 48, # 'P' + 81: 69, # 'Q' + 82: 44, # 'R' + 83: 35, # 'S' + 84: 31, # 'T' + 85: 51, # 'U' + 86: 38, # 'V' + 87: 62, # 'W' + 88: 65, # 'X' + 89: 43, # 'Y' + 90: 56, # 'Z' + 91: 255, # '[' + 92: 255, # '\\' + 93: 255, # ']' + 94: 255, # '^' + 95: 255, # '_' + 96: 255, # '`' + 97: 1, # 'a' + 98: 21, # 'b' + 99: 28, # 'c' + 100: 12, # 'd' + 101: 2, # 'e' + 102: 18, # 'f' + 103: 27, # 'g' + 104: 25, # 'h' + 105: 3, # 'i' + 106: 24, # 'j' + 107: 10, # 'k' + 108: 5, # 'l' + 109: 13, # 'm' + 110: 4, # 'n' + 111: 15, # 'o' + 112: 26, # 'p' + 113: 64, # 'q' + 114: 7, # 'r' + 115: 8, # 's' + 116: 9, # 't' + 117: 14, # 'u' + 118: 32, # 'v' + 119: 57, # 'w' + 120: 58, # 'x' + 121: 11, # 'y' + 122: 22, # 'z' + 123: 255, # '{' + 124: 255, # '|' + 125: 255, # '}' + 126: 255, # '~' + 127: 255, # '\x7f' + 128: 180, # '\x80' + 129: 179, # '\x81' + 130: 178, # '\x82' + 131: 177, # '\x83' + 132: 176, # '\x84' + 133: 175, # '\x85' + 134: 174, # '\x86' + 135: 173, # '\x87' + 136: 172, # '\x88' + 137: 171, # '\x89' + 138: 170, # '\x8a' + 139: 169, # '\x8b' + 140: 168, # '\x8c' + 141: 167, # '\x8d' + 142: 166, # '\x8e' + 143: 165, # '\x8f' + 144: 164, # '\x90' + 145: 163, # '\x91' + 146: 162, # '\x92' + 147: 161, # '\x93' + 148: 160, # '\x94' + 149: 159, # '\x95' + 150: 101, # '\x96' + 151: 158, # '\x97' + 152: 157, # '\x98' + 153: 156, # '\x99' + 154: 155, # '\x9a' + 155: 154, # '\x9b' + 156: 153, # '\x9c' + 157: 152, # '\x9d' + 158: 151, # '\x9e' + 159: 106, # '\x9f' + 160: 150, # '\xa0' + 161: 149, # '¡' + 162: 148, # '¢' + 163: 147, # '£' + 164: 146, # '¤' + 165: 145, # '¥' + 166: 144, # '¦' + 167: 100, # '§' + 168: 143, # '¨' + 169: 142, # '©' + 170: 141, # 'ª' + 171: 140, # '«' + 172: 139, # '¬' + 173: 138, # '\xad' + 174: 137, # '®' + 175: 136, # '¯' + 176: 94, # '°' + 177: 80, # '±' + 178: 93, # '²' + 179: 135, # '³' + 180: 105, # '´' + 181: 134, # 'µ' + 182: 133, # '¶' + 183: 63, # '·' + 184: 132, # '¸' + 185: 131, # '¹' + 186: 130, # 'º' + 187: 129, # '»' + 188: 128, # '¼' + 189: 127, # '½' + 190: 126, # '¾' + 191: 125, # '¿' + 192: 124, # 'À' + 193: 104, # 'Á' + 194: 73, # 'Â' + 195: 99, # 'Ã' + 196: 79, # 'Ä' + 197: 85, # 'Å' + 198: 123, # 'Æ' + 199: 54, # 'Ç' + 200: 122, # 'È' + 201: 98, # 'É' + 202: 92, # 'Ê' + 203: 121, # 'Ë' + 204: 120, # 'Ì' + 205: 91, # 'Í' + 206: 103, # 'Î' + 207: 119, # 'Ï' + 208: 68, # 'Ğ' + 209: 118, # 'Ñ' + 210: 117, # 'Ò' + 211: 97, # 'Ó' + 212: 116, # 'Ô' + 213: 115, # 'Õ' + 214: 50, # 'Ö' + 215: 90, # '×' + 216: 114, # 'Ø' + 217: 113, # 'Ù' + 218: 112, # 'Ú' + 219: 111, # 'Û' + 220: 55, # 'Ü' + 221: 41, # 'İ' + 222: 40, # 'Ş' + 223: 86, # 'ß' + 224: 89, # 'à' + 225: 70, # 'á' + 226: 59, # 'â' + 227: 78, # 'ã' + 228: 71, # 'ä' + 229: 82, # 'å' + 230: 88, # 'æ' + 231: 33, # 'ç' + 232: 77, # 'è' + 233: 66, # 'é' + 234: 84, # 'ê' + 235: 83, # 'ë' + 236: 110, # 'ì' + 237: 75, # 'í' + 238: 61, # 'î' + 239: 96, # 'ï' + 240: 30, # 'ğ' + 241: 67, # 'ñ' + 242: 109, # 'ò' + 243: 74, # 'ó' + 244: 87, # 'ô' + 245: 102, # 'õ' + 246: 34, # 'ö' + 247: 95, # '÷' + 248: 81, # 'ø' + 249: 108, # 'ù' + 250: 76, # 'ú' + 251: 72, # 'û' + 252: 17, # 'ü' + 253: 6, # 'ı' + 254: 19, # 'ş' + 255: 107, # 'ÿ' +} + +ISO_8859_9_TURKISH_MODEL = SingleByteCharSetModel(charset_name='ISO-8859-9', + language='Turkish', + char_to_order_map=ISO_8859_9_TURKISH_CHAR_TO_ORDER, + language_model=TURKISH_LANG_MODEL, + typical_positive_ratio=0.97029, + keep_ascii_letters=True, + alphabet='ABCDEFGHIJKLMNOPRSTUVYZabcdefghijklmnoprstuvyzÂÇÎÖÛÜâçîöûüĞğİıŞş') + diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/latin1prober.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/latin1prober.py new file mode 100644 index 000000000..7d1e8c20f --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/latin1prober.py @@ -0,0 +1,145 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .charsetprober import CharSetProber +from .enums import ProbingState + +FREQ_CAT_NUM = 4 + +UDF = 0 # undefined +OTH = 1 # other +ASC = 2 # ascii capital letter +ASS = 3 # ascii small letter +ACV = 4 # accent capital vowel +ACO = 5 # accent capital other +ASV = 6 # accent small vowel +ASO = 7 # accent small other +CLASS_NUM = 8 # total classes + +Latin1_CharToClass = ( + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 00 - 07 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 08 - 0F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 10 - 17 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 18 - 1F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 20 - 27 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 28 - 2F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 30 - 37 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 38 - 3F + OTH, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 40 - 47 + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 48 - 4F + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 50 - 57 + ASC, ASC, ASC, OTH, OTH, OTH, OTH, OTH, # 58 - 5F + OTH, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 60 - 67 + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 68 - 6F + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 70 - 77 + ASS, ASS, ASS, OTH, OTH, OTH, OTH, OTH, # 78 - 7F + OTH, UDF, OTH, ASO, OTH, OTH, OTH, OTH, # 80 - 87 + OTH, OTH, ACO, OTH, ACO, UDF, ACO, UDF, # 88 - 8F + UDF, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 90 - 97 + OTH, OTH, ASO, OTH, ASO, UDF, ASO, ACO, # 98 - 9F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # A0 - A7 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # A8 - AF + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B0 - B7 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B8 - BF + ACV, ACV, ACV, ACV, ACV, ACV, ACO, ACO, # C0 - C7 + ACV, ACV, ACV, ACV, ACV, ACV, ACV, ACV, # C8 - CF + ACO, ACO, ACV, ACV, ACV, ACV, ACV, OTH, # D0 - D7 + ACV, ACV, ACV, ACV, ACV, ACO, ACO, ACO, # D8 - DF + ASV, ASV, ASV, ASV, ASV, ASV, ASO, ASO, # E0 - E7 + ASV, ASV, ASV, ASV, ASV, ASV, ASV, ASV, # E8 - EF + ASO, ASO, ASV, ASV, ASV, ASV, ASV, OTH, # F0 - F7 + ASV, ASV, ASV, ASV, ASV, ASO, ASO, ASO, # F8 - FF +) + +# 0 : illegal +# 1 : very unlikely +# 2 : normal +# 3 : very likely +Latin1ClassModel = ( +# UDF OTH ASC ASS ACV ACO ASV ASO + 0, 0, 0, 0, 0, 0, 0, 0, # UDF + 0, 3, 3, 3, 3, 3, 3, 3, # OTH + 0, 3, 3, 3, 3, 3, 3, 3, # ASC + 0, 3, 3, 3, 1, 1, 3, 3, # ASS + 0, 3, 3, 3, 1, 2, 1, 2, # ACV + 0, 3, 3, 3, 3, 3, 3, 3, # ACO + 0, 3, 1, 3, 1, 1, 1, 3, # ASV + 0, 3, 1, 3, 1, 1, 3, 3, # ASO +) + + +class Latin1Prober(CharSetProber): + def __init__(self): + super(Latin1Prober, self).__init__() + self._last_char_class = None + self._freq_counter = None + self.reset() + + def reset(self): + self._last_char_class = OTH + self._freq_counter = [0] * FREQ_CAT_NUM + CharSetProber.reset(self) + + @property + def charset_name(self): + return "ISO-8859-1" + + @property + def language(self): + return "" + + def feed(self, byte_str): + byte_str = self.filter_with_english_letters(byte_str) + for c in byte_str: + char_class = Latin1_CharToClass[c] + freq = Latin1ClassModel[(self._last_char_class * CLASS_NUM) + + char_class] + if freq == 0: + self._state = ProbingState.NOT_ME + break + self._freq_counter[freq] += 1 + self._last_char_class = char_class + + return self.state + + def get_confidence(self): + if self.state == ProbingState.NOT_ME: + return 0.01 + + total = sum(self._freq_counter) + if total < 0.01: + confidence = 0.0 + else: + confidence = ((self._freq_counter[3] - self._freq_counter[1] * 20.0) + / total) + if confidence < 0.0: + confidence = 0.0 + # lower the confidence of latin1 so that other more accurate + # detector can take priority. + confidence = confidence * 0.73 + return confidence diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/mbcharsetprober.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/mbcharsetprober.py new file mode 100644 index 000000000..6256ecfd1 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/mbcharsetprober.py @@ -0,0 +1,91 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# Proofpoint, Inc. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .charsetprober import CharSetProber +from .enums import ProbingState, MachineState + + +class MultiByteCharSetProber(CharSetProber): + """ + MultiByteCharSetProber + """ + + def __init__(self, lang_filter=None): + super(MultiByteCharSetProber, self).__init__(lang_filter=lang_filter) + self.distribution_analyzer = None + self.coding_sm = None + self._last_char = [0, 0] + + def reset(self): + super(MultiByteCharSetProber, self).reset() + if self.coding_sm: + self.coding_sm.reset() + if self.distribution_analyzer: + self.distribution_analyzer.reset() + self._last_char = [0, 0] + + @property + def charset_name(self): + raise NotImplementedError + + @property + def language(self): + raise NotImplementedError + + def feed(self, byte_str): + for i in range(len(byte_str)): + coding_state = self.coding_sm.next_state(byte_str[i]) + if coding_state == MachineState.ERROR: + self.logger.debug('%s %s prober hit error at byte %s', + self.charset_name, self.language, i) + self._state = ProbingState.NOT_ME + break + elif coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + elif coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte_str[0] + self.distribution_analyzer.feed(self._last_char, char_len) + else: + self.distribution_analyzer.feed(byte_str[i - 1:i + 1], + char_len) + + self._last_char[0] = byte_str[-1] + + if self.state == ProbingState.DETECTING: + if (self.distribution_analyzer.got_enough_data() and + (self.get_confidence() > self.SHORTCUT_THRESHOLD)): + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self): + return self.distribution_analyzer.get_confidence() diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/mbcsgroupprober.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/mbcsgroupprober.py new file mode 100644 index 000000000..530abe75e --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/mbcsgroupprober.py @@ -0,0 +1,54 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# Proofpoint, Inc. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .charsetgroupprober import CharSetGroupProber +from .utf8prober import UTF8Prober +from .sjisprober import SJISProber +from .eucjpprober import EUCJPProber +from .gb2312prober import GB2312Prober +from .euckrprober import EUCKRProber +from .cp949prober import CP949Prober +from .big5prober import Big5Prober +from .euctwprober import EUCTWProber + + +class MBCSGroupProber(CharSetGroupProber): + def __init__(self, lang_filter=None): + super(MBCSGroupProber, self).__init__(lang_filter=lang_filter) + self.probers = [ + UTF8Prober(), + SJISProber(), + EUCJPProber(), + GB2312Prober(), + EUCKRProber(), + CP949Prober(), + Big5Prober(), + EUCTWProber() + ] + self.reset() diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/mbcssm.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/mbcssm.py new file mode 100644 index 000000000..8360d0f28 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/mbcssm.py @@ -0,0 +1,572 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .enums import MachineState + +# BIG5 + +BIG5_CLS = ( + 1,1,1,1,1,1,1,1, # 00 - 07 #allow 0x00 as legal value + 1,1,1,1,1,1,0,0, # 08 - 0f + 1,1,1,1,1,1,1,1, # 10 - 17 + 1,1,1,0,1,1,1,1, # 18 - 1f + 1,1,1,1,1,1,1,1, # 20 - 27 + 1,1,1,1,1,1,1,1, # 28 - 2f + 1,1,1,1,1,1,1,1, # 30 - 37 + 1,1,1,1,1,1,1,1, # 38 - 3f + 2,2,2,2,2,2,2,2, # 40 - 47 + 2,2,2,2,2,2,2,2, # 48 - 4f + 2,2,2,2,2,2,2,2, # 50 - 57 + 2,2,2,2,2,2,2,2, # 58 - 5f + 2,2,2,2,2,2,2,2, # 60 - 67 + 2,2,2,2,2,2,2,2, # 68 - 6f + 2,2,2,2,2,2,2,2, # 70 - 77 + 2,2,2,2,2,2,2,1, # 78 - 7f + 4,4,4,4,4,4,4,4, # 80 - 87 + 4,4,4,4,4,4,4,4, # 88 - 8f + 4,4,4,4,4,4,4,4, # 90 - 97 + 4,4,4,4,4,4,4,4, # 98 - 9f + 4,3,3,3,3,3,3,3, # a0 - a7 + 3,3,3,3,3,3,3,3, # a8 - af + 3,3,3,3,3,3,3,3, # b0 - b7 + 3,3,3,3,3,3,3,3, # b8 - bf + 3,3,3,3,3,3,3,3, # c0 - c7 + 3,3,3,3,3,3,3,3, # c8 - cf + 3,3,3,3,3,3,3,3, # d0 - d7 + 3,3,3,3,3,3,3,3, # d8 - df + 3,3,3,3,3,3,3,3, # e0 - e7 + 3,3,3,3,3,3,3,3, # e8 - ef + 3,3,3,3,3,3,3,3, # f0 - f7 + 3,3,3,3,3,3,3,0 # f8 - ff +) + +BIG5_ST = ( + MachineState.ERROR,MachineState.START,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,#08-0f + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START#10-17 +) + +BIG5_CHAR_LEN_TABLE = (0, 1, 1, 2, 0) + +BIG5_SM_MODEL = {'class_table': BIG5_CLS, + 'class_factor': 5, + 'state_table': BIG5_ST, + 'char_len_table': BIG5_CHAR_LEN_TABLE, + 'name': 'Big5'} + +# CP949 + +CP949_CLS = ( + 1,1,1,1,1,1,1,1, 1,1,1,1,1,1,0,0, # 00 - 0f + 1,1,1,1,1,1,1,1, 1,1,1,0,1,1,1,1, # 10 - 1f + 1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1, # 20 - 2f + 1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1, # 30 - 3f + 1,4,4,4,4,4,4,4, 4,4,4,4,4,4,4,4, # 40 - 4f + 4,4,5,5,5,5,5,5, 5,5,5,1,1,1,1,1, # 50 - 5f + 1,5,5,5,5,5,5,5, 5,5,5,5,5,5,5,5, # 60 - 6f + 5,5,5,5,5,5,5,5, 5,5,5,1,1,1,1,1, # 70 - 7f + 0,6,6,6,6,6,6,6, 6,6,6,6,6,6,6,6, # 80 - 8f + 6,6,6,6,6,6,6,6, 6,6,6,6,6,6,6,6, # 90 - 9f + 6,7,7,7,7,7,7,7, 7,7,7,7,7,8,8,8, # a0 - af + 7,7,7,7,7,7,7,7, 7,7,7,7,7,7,7,7, # b0 - bf + 7,7,7,7,7,7,9,2, 2,3,2,2,2,2,2,2, # c0 - cf + 2,2,2,2,2,2,2,2, 2,2,2,2,2,2,2,2, # d0 - df + 2,2,2,2,2,2,2,2, 2,2,2,2,2,2,2,2, # e0 - ef + 2,2,2,2,2,2,2,2, 2,2,2,2,2,2,2,0, # f0 - ff +) + +CP949_ST = ( +#cls= 0 1 2 3 4 5 6 7 8 9 # previous state = + MachineState.ERROR,MachineState.START, 3,MachineState.ERROR,MachineState.START,MachineState.START, 4, 5,MachineState.ERROR, 6, # MachineState.START + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, # MachineState.ERROR + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME, # MachineState.ITS_ME + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START, # 3 + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, # 4 + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, # 5 + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START, # 6 +) + +CP949_CHAR_LEN_TABLE = (0, 1, 2, 0, 1, 1, 2, 2, 0, 2) + +CP949_SM_MODEL = {'class_table': CP949_CLS, + 'class_factor': 10, + 'state_table': CP949_ST, + 'char_len_table': CP949_CHAR_LEN_TABLE, + 'name': 'CP949'} + +# EUC-JP + +EUCJP_CLS = ( + 4,4,4,4,4,4,4,4, # 00 - 07 + 4,4,4,4,4,4,5,5, # 08 - 0f + 4,4,4,4,4,4,4,4, # 10 - 17 + 4,4,4,5,4,4,4,4, # 18 - 1f + 4,4,4,4,4,4,4,4, # 20 - 27 + 4,4,4,4,4,4,4,4, # 28 - 2f + 4,4,4,4,4,4,4,4, # 30 - 37 + 4,4,4,4,4,4,4,4, # 38 - 3f + 4,4,4,4,4,4,4,4, # 40 - 47 + 4,4,4,4,4,4,4,4, # 48 - 4f + 4,4,4,4,4,4,4,4, # 50 - 57 + 4,4,4,4,4,4,4,4, # 58 - 5f + 4,4,4,4,4,4,4,4, # 60 - 67 + 4,4,4,4,4,4,4,4, # 68 - 6f + 4,4,4,4,4,4,4,4, # 70 - 77 + 4,4,4,4,4,4,4,4, # 78 - 7f + 5,5,5,5,5,5,5,5, # 80 - 87 + 5,5,5,5,5,5,1,3, # 88 - 8f + 5,5,5,5,5,5,5,5, # 90 - 97 + 5,5,5,5,5,5,5,5, # 98 - 9f + 5,2,2,2,2,2,2,2, # a0 - a7 + 2,2,2,2,2,2,2,2, # a8 - af + 2,2,2,2,2,2,2,2, # b0 - b7 + 2,2,2,2,2,2,2,2, # b8 - bf + 2,2,2,2,2,2,2,2, # c0 - c7 + 2,2,2,2,2,2,2,2, # c8 - cf + 2,2,2,2,2,2,2,2, # d0 - d7 + 2,2,2,2,2,2,2,2, # d8 - df + 0,0,0,0,0,0,0,0, # e0 - e7 + 0,0,0,0,0,0,0,0, # e8 - ef + 0,0,0,0,0,0,0,0, # f0 - f7 + 0,0,0,0,0,0,0,5 # f8 - ff +) + +EUCJP_ST = ( + 3, 4, 3, 5,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.START,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#10-17 + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 3,MachineState.ERROR,#18-1f + 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START#20-27 +) + +EUCJP_CHAR_LEN_TABLE = (2, 2, 2, 3, 1, 0) + +EUCJP_SM_MODEL = {'class_table': EUCJP_CLS, + 'class_factor': 6, + 'state_table': EUCJP_ST, + 'char_len_table': EUCJP_CHAR_LEN_TABLE, + 'name': 'EUC-JP'} + +# EUC-KR + +EUCKR_CLS = ( + 1,1,1,1,1,1,1,1, # 00 - 07 + 1,1,1,1,1,1,0,0, # 08 - 0f + 1,1,1,1,1,1,1,1, # 10 - 17 + 1,1,1,0,1,1,1,1, # 18 - 1f + 1,1,1,1,1,1,1,1, # 20 - 27 + 1,1,1,1,1,1,1,1, # 28 - 2f + 1,1,1,1,1,1,1,1, # 30 - 37 + 1,1,1,1,1,1,1,1, # 38 - 3f + 1,1,1,1,1,1,1,1, # 40 - 47 + 1,1,1,1,1,1,1,1, # 48 - 4f + 1,1,1,1,1,1,1,1, # 50 - 57 + 1,1,1,1,1,1,1,1, # 58 - 5f + 1,1,1,1,1,1,1,1, # 60 - 67 + 1,1,1,1,1,1,1,1, # 68 - 6f + 1,1,1,1,1,1,1,1, # 70 - 77 + 1,1,1,1,1,1,1,1, # 78 - 7f + 0,0,0,0,0,0,0,0, # 80 - 87 + 0,0,0,0,0,0,0,0, # 88 - 8f + 0,0,0,0,0,0,0,0, # 90 - 97 + 0,0,0,0,0,0,0,0, # 98 - 9f + 0,2,2,2,2,2,2,2, # a0 - a7 + 2,2,2,2,2,3,3,3, # a8 - af + 2,2,2,2,2,2,2,2, # b0 - b7 + 2,2,2,2,2,2,2,2, # b8 - bf + 2,2,2,2,2,2,2,2, # c0 - c7 + 2,3,2,2,2,2,2,2, # c8 - cf + 2,2,2,2,2,2,2,2, # d0 - d7 + 2,2,2,2,2,2,2,2, # d8 - df + 2,2,2,2,2,2,2,2, # e0 - e7 + 2,2,2,2,2,2,2,2, # e8 - ef + 2,2,2,2,2,2,2,2, # f0 - f7 + 2,2,2,2,2,2,2,0 # f8 - ff +) + +EUCKR_ST = ( + MachineState.ERROR,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START #08-0f +) + +EUCKR_CHAR_LEN_TABLE = (0, 1, 2, 0) + +EUCKR_SM_MODEL = {'class_table': EUCKR_CLS, + 'class_factor': 4, + 'state_table': EUCKR_ST, + 'char_len_table': EUCKR_CHAR_LEN_TABLE, + 'name': 'EUC-KR'} + +# EUC-TW + +EUCTW_CLS = ( + 2,2,2,2,2,2,2,2, # 00 - 07 + 2,2,2,2,2,2,0,0, # 08 - 0f + 2,2,2,2,2,2,2,2, # 10 - 17 + 2,2,2,0,2,2,2,2, # 18 - 1f + 2,2,2,2,2,2,2,2, # 20 - 27 + 2,2,2,2,2,2,2,2, # 28 - 2f + 2,2,2,2,2,2,2,2, # 30 - 37 + 2,2,2,2,2,2,2,2, # 38 - 3f + 2,2,2,2,2,2,2,2, # 40 - 47 + 2,2,2,2,2,2,2,2, # 48 - 4f + 2,2,2,2,2,2,2,2, # 50 - 57 + 2,2,2,2,2,2,2,2, # 58 - 5f + 2,2,2,2,2,2,2,2, # 60 - 67 + 2,2,2,2,2,2,2,2, # 68 - 6f + 2,2,2,2,2,2,2,2, # 70 - 77 + 2,2,2,2,2,2,2,2, # 78 - 7f + 0,0,0,0,0,0,0,0, # 80 - 87 + 0,0,0,0,0,0,6,0, # 88 - 8f + 0,0,0,0,0,0,0,0, # 90 - 97 + 0,0,0,0,0,0,0,0, # 98 - 9f + 0,3,4,4,4,4,4,4, # a0 - a7 + 5,5,1,1,1,1,1,1, # a8 - af + 1,1,1,1,1,1,1,1, # b0 - b7 + 1,1,1,1,1,1,1,1, # b8 - bf + 1,1,3,1,3,3,3,3, # c0 - c7 + 3,3,3,3,3,3,3,3, # c8 - cf + 3,3,3,3,3,3,3,3, # d0 - d7 + 3,3,3,3,3,3,3,3, # d8 - df + 3,3,3,3,3,3,3,3, # e0 - e7 + 3,3,3,3,3,3,3,3, # e8 - ef + 3,3,3,3,3,3,3,3, # f0 - f7 + 3,3,3,3,3,3,3,0 # f8 - ff +) + +EUCTW_ST = ( + MachineState.ERROR,MachineState.ERROR,MachineState.START, 3, 3, 3, 4,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.START,MachineState.ERROR,#10-17 + MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f + 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.START,MachineState.START,#20-27 + MachineState.START,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START #28-2f +) + +EUCTW_CHAR_LEN_TABLE = (0, 0, 1, 2, 2, 2, 3) + +EUCTW_SM_MODEL = {'class_table': EUCTW_CLS, + 'class_factor': 7, + 'state_table': EUCTW_ST, + 'char_len_table': EUCTW_CHAR_LEN_TABLE, + 'name': 'x-euc-tw'} + +# GB2312 + +GB2312_CLS = ( + 1,1,1,1,1,1,1,1, # 00 - 07 + 1,1,1,1,1,1,0,0, # 08 - 0f + 1,1,1,1,1,1,1,1, # 10 - 17 + 1,1,1,0,1,1,1,1, # 18 - 1f + 1,1,1,1,1,1,1,1, # 20 - 27 + 1,1,1,1,1,1,1,1, # 28 - 2f + 3,3,3,3,3,3,3,3, # 30 - 37 + 3,3,1,1,1,1,1,1, # 38 - 3f + 2,2,2,2,2,2,2,2, # 40 - 47 + 2,2,2,2,2,2,2,2, # 48 - 4f + 2,2,2,2,2,2,2,2, # 50 - 57 + 2,2,2,2,2,2,2,2, # 58 - 5f + 2,2,2,2,2,2,2,2, # 60 - 67 + 2,2,2,2,2,2,2,2, # 68 - 6f + 2,2,2,2,2,2,2,2, # 70 - 77 + 2,2,2,2,2,2,2,4, # 78 - 7f + 5,6,6,6,6,6,6,6, # 80 - 87 + 6,6,6,6,6,6,6,6, # 88 - 8f + 6,6,6,6,6,6,6,6, # 90 - 97 + 6,6,6,6,6,6,6,6, # 98 - 9f + 6,6,6,6,6,6,6,6, # a0 - a7 + 6,6,6,6,6,6,6,6, # a8 - af + 6,6,6,6,6,6,6,6, # b0 - b7 + 6,6,6,6,6,6,6,6, # b8 - bf + 6,6,6,6,6,6,6,6, # c0 - c7 + 6,6,6,6,6,6,6,6, # c8 - cf + 6,6,6,6,6,6,6,6, # d0 - d7 + 6,6,6,6,6,6,6,6, # d8 - df + 6,6,6,6,6,6,6,6, # e0 - e7 + 6,6,6,6,6,6,6,6, # e8 - ef + 6,6,6,6,6,6,6,6, # f0 - f7 + 6,6,6,6,6,6,6,0 # f8 - ff +) + +GB2312_ST = ( + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, 3,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,#10-17 + 4,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f + MachineState.ERROR,MachineState.ERROR, 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ERROR,#20-27 + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START #28-2f +) + +# To be accurate, the length of class 6 can be either 2 or 4. +# But it is not necessary to discriminate between the two since +# it is used for frequency analysis only, and we are validating +# each code range there as well. So it is safe to set it to be +# 2 here. +GB2312_CHAR_LEN_TABLE = (0, 1, 1, 1, 1, 1, 2) + +GB2312_SM_MODEL = {'class_table': GB2312_CLS, + 'class_factor': 7, + 'state_table': GB2312_ST, + 'char_len_table': GB2312_CHAR_LEN_TABLE, + 'name': 'GB2312'} + +# Shift_JIS + +SJIS_CLS = ( + 1,1,1,1,1,1,1,1, # 00 - 07 + 1,1,1,1,1,1,0,0, # 08 - 0f + 1,1,1,1,1,1,1,1, # 10 - 17 + 1,1,1,0,1,1,1,1, # 18 - 1f + 1,1,1,1,1,1,1,1, # 20 - 27 + 1,1,1,1,1,1,1,1, # 28 - 2f + 1,1,1,1,1,1,1,1, # 30 - 37 + 1,1,1,1,1,1,1,1, # 38 - 3f + 2,2,2,2,2,2,2,2, # 40 - 47 + 2,2,2,2,2,2,2,2, # 48 - 4f + 2,2,2,2,2,2,2,2, # 50 - 57 + 2,2,2,2,2,2,2,2, # 58 - 5f + 2,2,2,2,2,2,2,2, # 60 - 67 + 2,2,2,2,2,2,2,2, # 68 - 6f + 2,2,2,2,2,2,2,2, # 70 - 77 + 2,2,2,2,2,2,2,1, # 78 - 7f + 3,3,3,3,3,2,2,3, # 80 - 87 + 3,3,3,3,3,3,3,3, # 88 - 8f + 3,3,3,3,3,3,3,3, # 90 - 97 + 3,3,3,3,3,3,3,3, # 98 - 9f + #0xa0 is illegal in sjis encoding, but some pages does + #contain such byte. We need to be more error forgiven. + 2,2,2,2,2,2,2,2, # a0 - a7 + 2,2,2,2,2,2,2,2, # a8 - af + 2,2,2,2,2,2,2,2, # b0 - b7 + 2,2,2,2,2,2,2,2, # b8 - bf + 2,2,2,2,2,2,2,2, # c0 - c7 + 2,2,2,2,2,2,2,2, # c8 - cf + 2,2,2,2,2,2,2,2, # d0 - d7 + 2,2,2,2,2,2,2,2, # d8 - df + 3,3,3,3,3,3,3,3, # e0 - e7 + 3,3,3,3,3,4,4,4, # e8 - ef + 3,3,3,3,3,3,3,3, # f0 - f7 + 3,3,3,3,3,0,0,0) # f8 - ff + + +SJIS_ST = ( + MachineState.ERROR,MachineState.START,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START #10-17 +) + +SJIS_CHAR_LEN_TABLE = (0, 1, 1, 2, 0, 0) + +SJIS_SM_MODEL = {'class_table': SJIS_CLS, + 'class_factor': 6, + 'state_table': SJIS_ST, + 'char_len_table': SJIS_CHAR_LEN_TABLE, + 'name': 'Shift_JIS'} + +# UCS2-BE + +UCS2BE_CLS = ( + 0,0,0,0,0,0,0,0, # 00 - 07 + 0,0,1,0,0,2,0,0, # 08 - 0f + 0,0,0,0,0,0,0,0, # 10 - 17 + 0,0,0,3,0,0,0,0, # 18 - 1f + 0,0,0,0,0,0,0,0, # 20 - 27 + 0,3,3,3,3,3,0,0, # 28 - 2f + 0,0,0,0,0,0,0,0, # 30 - 37 + 0,0,0,0,0,0,0,0, # 38 - 3f + 0,0,0,0,0,0,0,0, # 40 - 47 + 0,0,0,0,0,0,0,0, # 48 - 4f + 0,0,0,0,0,0,0,0, # 50 - 57 + 0,0,0,0,0,0,0,0, # 58 - 5f + 0,0,0,0,0,0,0,0, # 60 - 67 + 0,0,0,0,0,0,0,0, # 68 - 6f + 0,0,0,0,0,0,0,0, # 70 - 77 + 0,0,0,0,0,0,0,0, # 78 - 7f + 0,0,0,0,0,0,0,0, # 80 - 87 + 0,0,0,0,0,0,0,0, # 88 - 8f + 0,0,0,0,0,0,0,0, # 90 - 97 + 0,0,0,0,0,0,0,0, # 98 - 9f + 0,0,0,0,0,0,0,0, # a0 - a7 + 0,0,0,0,0,0,0,0, # a8 - af + 0,0,0,0,0,0,0,0, # b0 - b7 + 0,0,0,0,0,0,0,0, # b8 - bf + 0,0,0,0,0,0,0,0, # c0 - c7 + 0,0,0,0,0,0,0,0, # c8 - cf + 0,0,0,0,0,0,0,0, # d0 - d7 + 0,0,0,0,0,0,0,0, # d8 - df + 0,0,0,0,0,0,0,0, # e0 - e7 + 0,0,0,0,0,0,0,0, # e8 - ef + 0,0,0,0,0,0,0,0, # f0 - f7 + 0,0,0,0,0,0,4,5 # f8 - ff +) + +UCS2BE_ST = ( + 5, 7, 7,MachineState.ERROR, 4, 3,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME, 6, 6, 6, 6,MachineState.ERROR,MachineState.ERROR,#10-17 + 6, 6, 6, 6, 6,MachineState.ITS_ME, 6, 6,#18-1f + 6, 6, 6, 6, 5, 7, 7,MachineState.ERROR,#20-27 + 5, 8, 6, 6,MachineState.ERROR, 6, 6, 6,#28-2f + 6, 6, 6, 6,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START #30-37 +) + +UCS2BE_CHAR_LEN_TABLE = (2, 2, 2, 0, 2, 2) + +UCS2BE_SM_MODEL = {'class_table': UCS2BE_CLS, + 'class_factor': 6, + 'state_table': UCS2BE_ST, + 'char_len_table': UCS2BE_CHAR_LEN_TABLE, + 'name': 'UTF-16BE'} + +# UCS2-LE + +UCS2LE_CLS = ( + 0,0,0,0,0,0,0,0, # 00 - 07 + 0,0,1,0,0,2,0,0, # 08 - 0f + 0,0,0,0,0,0,0,0, # 10 - 17 + 0,0,0,3,0,0,0,0, # 18 - 1f + 0,0,0,0,0,0,0,0, # 20 - 27 + 0,3,3,3,3,3,0,0, # 28 - 2f + 0,0,0,0,0,0,0,0, # 30 - 37 + 0,0,0,0,0,0,0,0, # 38 - 3f + 0,0,0,0,0,0,0,0, # 40 - 47 + 0,0,0,0,0,0,0,0, # 48 - 4f + 0,0,0,0,0,0,0,0, # 50 - 57 + 0,0,0,0,0,0,0,0, # 58 - 5f + 0,0,0,0,0,0,0,0, # 60 - 67 + 0,0,0,0,0,0,0,0, # 68 - 6f + 0,0,0,0,0,0,0,0, # 70 - 77 + 0,0,0,0,0,0,0,0, # 78 - 7f + 0,0,0,0,0,0,0,0, # 80 - 87 + 0,0,0,0,0,0,0,0, # 88 - 8f + 0,0,0,0,0,0,0,0, # 90 - 97 + 0,0,0,0,0,0,0,0, # 98 - 9f + 0,0,0,0,0,0,0,0, # a0 - a7 + 0,0,0,0,0,0,0,0, # a8 - af + 0,0,0,0,0,0,0,0, # b0 - b7 + 0,0,0,0,0,0,0,0, # b8 - bf + 0,0,0,0,0,0,0,0, # c0 - c7 + 0,0,0,0,0,0,0,0, # c8 - cf + 0,0,0,0,0,0,0,0, # d0 - d7 + 0,0,0,0,0,0,0,0, # d8 - df + 0,0,0,0,0,0,0,0, # e0 - e7 + 0,0,0,0,0,0,0,0, # e8 - ef + 0,0,0,0,0,0,0,0, # f0 - f7 + 0,0,0,0,0,0,4,5 # f8 - ff +) + +UCS2LE_ST = ( + 6, 6, 7, 6, 4, 3,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME, 5, 5, 5,MachineState.ERROR,MachineState.ITS_ME,MachineState.ERROR,#10-17 + 5, 5, 5,MachineState.ERROR, 5,MachineState.ERROR, 6, 6,#18-1f + 7, 6, 8, 8, 5, 5, 5,MachineState.ERROR,#20-27 + 5, 5, 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 5, 5,#28-2f + 5, 5, 5,MachineState.ERROR, 5,MachineState.ERROR,MachineState.START,MachineState.START #30-37 +) + +UCS2LE_CHAR_LEN_TABLE = (2, 2, 2, 2, 2, 2) + +UCS2LE_SM_MODEL = {'class_table': UCS2LE_CLS, + 'class_factor': 6, + 'state_table': UCS2LE_ST, + 'char_len_table': UCS2LE_CHAR_LEN_TABLE, + 'name': 'UTF-16LE'} + +# UTF-8 + +UTF8_CLS = ( + 1,1,1,1,1,1,1,1, # 00 - 07 #allow 0x00 as a legal value + 1,1,1,1,1,1,0,0, # 08 - 0f + 1,1,1,1,1,1,1,1, # 10 - 17 + 1,1,1,0,1,1,1,1, # 18 - 1f + 1,1,1,1,1,1,1,1, # 20 - 27 + 1,1,1,1,1,1,1,1, # 28 - 2f + 1,1,1,1,1,1,1,1, # 30 - 37 + 1,1,1,1,1,1,1,1, # 38 - 3f + 1,1,1,1,1,1,1,1, # 40 - 47 + 1,1,1,1,1,1,1,1, # 48 - 4f + 1,1,1,1,1,1,1,1, # 50 - 57 + 1,1,1,1,1,1,1,1, # 58 - 5f + 1,1,1,1,1,1,1,1, # 60 - 67 + 1,1,1,1,1,1,1,1, # 68 - 6f + 1,1,1,1,1,1,1,1, # 70 - 77 + 1,1,1,1,1,1,1,1, # 78 - 7f + 2,2,2,2,3,3,3,3, # 80 - 87 + 4,4,4,4,4,4,4,4, # 88 - 8f + 4,4,4,4,4,4,4,4, # 90 - 97 + 4,4,4,4,4,4,4,4, # 98 - 9f + 5,5,5,5,5,5,5,5, # a0 - a7 + 5,5,5,5,5,5,5,5, # a8 - af + 5,5,5,5,5,5,5,5, # b0 - b7 + 5,5,5,5,5,5,5,5, # b8 - bf + 0,0,6,6,6,6,6,6, # c0 - c7 + 6,6,6,6,6,6,6,6, # c8 - cf + 6,6,6,6,6,6,6,6, # d0 - d7 + 6,6,6,6,6,6,6,6, # d8 - df + 7,8,8,8,8,8,8,8, # e0 - e7 + 8,8,8,8,8,9,8,8, # e8 - ef + 10,11,11,11,11,11,11,11, # f0 - f7 + 12,13,13,13,14,15,0,0 # f8 - ff +) + +UTF8_ST = ( + MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 12, 10,#00-07 + 9, 11, 8, 7, 6, 5, 4, 3,#08-0f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#10-17 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#20-27 + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#28-2f + MachineState.ERROR,MachineState.ERROR, 5, 5, 5, 5,MachineState.ERROR,MachineState.ERROR,#30-37 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#38-3f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 5, 5, 5,MachineState.ERROR,MachineState.ERROR,#40-47 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#48-4f + MachineState.ERROR,MachineState.ERROR, 7, 7, 7, 7,MachineState.ERROR,MachineState.ERROR,#50-57 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#58-5f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 7, 7,MachineState.ERROR,MachineState.ERROR,#60-67 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#68-6f + MachineState.ERROR,MachineState.ERROR, 9, 9, 9, 9,MachineState.ERROR,MachineState.ERROR,#70-77 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#78-7f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 9,MachineState.ERROR,MachineState.ERROR,#80-87 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#88-8f + MachineState.ERROR,MachineState.ERROR, 12, 12, 12, 12,MachineState.ERROR,MachineState.ERROR,#90-97 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#98-9f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 12,MachineState.ERROR,MachineState.ERROR,#a0-a7 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#a8-af + MachineState.ERROR,MachineState.ERROR, 12, 12, 12,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#b0-b7 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#b8-bf + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,#c0-c7 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR #c8-cf +) + +UTF8_CHAR_LEN_TABLE = (0, 1, 0, 0, 0, 0, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6) + +UTF8_SM_MODEL = {'class_table': UTF8_CLS, + 'class_factor': 16, + 'state_table': UTF8_ST, + 'char_len_table': UTF8_CHAR_LEN_TABLE, + 'name': 'UTF-8'} diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/metadata/__init__.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/metadata/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cb85e9c319dbd7a0352e171fb06c3057208c9145 GIT binary patch literal 200 zcmWIL<>g`kg0L2|3=sVoL?8o3AjbiSi&=m~3PUi1CZpdi#MW&i;4>otG? literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..887501ec8c3f0ad1ebc6c4e540cf7db2524cc43d GIT binary patch literal 7954 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 self.SB_ENOUGH_REL_THRESHOLD: + confidence = self.get_confidence() + if confidence > self.POSITIVE_SHORTCUT_THRESHOLD: + self.logger.debug('%s confidence = %s, we have a winner', + charset_name, confidence) + self._state = ProbingState.FOUND_IT + elif confidence < self.NEGATIVE_SHORTCUT_THRESHOLD: + self.logger.debug('%s confidence = %s, below negative ' + 'shortcut threshhold %s', charset_name, + confidence, + self.NEGATIVE_SHORTCUT_THRESHOLD) + self._state = ProbingState.NOT_ME + + return self.state + + def get_confidence(self): + r = 0.01 + if self._total_seqs > 0: + r = ((1.0 * self._seq_counters[SequenceLikelihood.POSITIVE]) / + self._total_seqs / self._model.typical_positive_ratio) + r = r * self._freq_char / self._total_char + if r >= 1.0: + r = 0.99 + return r diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/sbcsgroupprober.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/sbcsgroupprober.py new file mode 100644 index 000000000..bdeef4e15 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/sbcsgroupprober.py @@ -0,0 +1,83 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .charsetgroupprober import CharSetGroupProber +from .hebrewprober import HebrewProber +from .langbulgarianmodel import (ISO_8859_5_BULGARIAN_MODEL, + WINDOWS_1251_BULGARIAN_MODEL) +from .langgreekmodel import ISO_8859_7_GREEK_MODEL, WINDOWS_1253_GREEK_MODEL +from .langhebrewmodel import WINDOWS_1255_HEBREW_MODEL +# from .langhungarianmodel import (ISO_8859_2_HUNGARIAN_MODEL, +# WINDOWS_1250_HUNGARIAN_MODEL) +from .langrussianmodel import (IBM855_RUSSIAN_MODEL, IBM866_RUSSIAN_MODEL, + ISO_8859_5_RUSSIAN_MODEL, KOI8_R_RUSSIAN_MODEL, + MACCYRILLIC_RUSSIAN_MODEL, + WINDOWS_1251_RUSSIAN_MODEL) +from .langthaimodel import TIS_620_THAI_MODEL +from .langturkishmodel import ISO_8859_9_TURKISH_MODEL +from .sbcharsetprober import SingleByteCharSetProber + + +class SBCSGroupProber(CharSetGroupProber): + def __init__(self): + super(SBCSGroupProber, self).__init__() + hebrew_prober = HebrewProber() + logical_hebrew_prober = SingleByteCharSetProber(WINDOWS_1255_HEBREW_MODEL, + False, hebrew_prober) + # TODO: See if using ISO-8859-8 Hebrew model works better here, since + # it's actually the visual one + visual_hebrew_prober = SingleByteCharSetProber(WINDOWS_1255_HEBREW_MODEL, + True, hebrew_prober) + hebrew_prober.set_model_probers(logical_hebrew_prober, + visual_hebrew_prober) + # TODO: ORDER MATTERS HERE. I changed the order vs what was in master + # and several tests failed that did not before. Some thought + # should be put into the ordering, and we should consider making + # order not matter here, because that is very counter-intuitive. + self.probers = [ + SingleByteCharSetProber(WINDOWS_1251_RUSSIAN_MODEL), + SingleByteCharSetProber(KOI8_R_RUSSIAN_MODEL), + SingleByteCharSetProber(ISO_8859_5_RUSSIAN_MODEL), + SingleByteCharSetProber(MACCYRILLIC_RUSSIAN_MODEL), + SingleByteCharSetProber(IBM866_RUSSIAN_MODEL), + SingleByteCharSetProber(IBM855_RUSSIAN_MODEL), + SingleByteCharSetProber(ISO_8859_7_GREEK_MODEL), + SingleByteCharSetProber(WINDOWS_1253_GREEK_MODEL), + SingleByteCharSetProber(ISO_8859_5_BULGARIAN_MODEL), + SingleByteCharSetProber(WINDOWS_1251_BULGARIAN_MODEL), + # TODO: Restore Hungarian encodings (iso-8859-2 and windows-1250) + # after we retrain model. + # SingleByteCharSetProber(ISO_8859_2_HUNGARIAN_MODEL), + # SingleByteCharSetProber(WINDOWS_1250_HUNGARIAN_MODEL), + SingleByteCharSetProber(TIS_620_THAI_MODEL), + SingleByteCharSetProber(ISO_8859_9_TURKISH_MODEL), + hebrew_prober, + logical_hebrew_prober, + visual_hebrew_prober, + ] + self.reset() diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/sjisprober.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/sjisprober.py new file mode 100644 index 000000000..9e29623bd --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/sjisprober.py @@ -0,0 +1,92 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .mbcharsetprober import MultiByteCharSetProber +from .codingstatemachine import CodingStateMachine +from .chardistribution import SJISDistributionAnalysis +from .jpcntx import SJISContextAnalysis +from .mbcssm import SJIS_SM_MODEL +from .enums import ProbingState, MachineState + + +class SJISProber(MultiByteCharSetProber): + def __init__(self): + super(SJISProber, self).__init__() + self.coding_sm = CodingStateMachine(SJIS_SM_MODEL) + self.distribution_analyzer = SJISDistributionAnalysis() + self.context_analyzer = SJISContextAnalysis() + self.reset() + + def reset(self): + super(SJISProber, self).reset() + self.context_analyzer.reset() + + @property + def charset_name(self): + return self.context_analyzer.charset_name + + @property + def language(self): + return "Japanese" + + def feed(self, byte_str): + for i in range(len(byte_str)): + coding_state = self.coding_sm.next_state(byte_str[i]) + if coding_state == MachineState.ERROR: + self.logger.debug('%s %s prober hit error at byte %s', + self.charset_name, self.language, i) + self._state = ProbingState.NOT_ME + break + elif coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + elif coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte_str[0] + self.context_analyzer.feed(self._last_char[2 - char_len:], + char_len) + self.distribution_analyzer.feed(self._last_char, char_len) + else: + self.context_analyzer.feed(byte_str[i + 1 - char_len:i + 3 + - char_len], char_len) + self.distribution_analyzer.feed(byte_str[i - 1:i + 1], + char_len) + + self._last_char[0] = byte_str[-1] + + if self.state == ProbingState.DETECTING: + if (self.context_analyzer.got_enough_data() and + (self.get_confidence() > self.SHORTCUT_THRESHOLD)): + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self): + context_conf = self.context_analyzer.get_confidence() + distrib_conf = self.distribution_analyzer.get_confidence() + return max(context_conf, distrib_conf) diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/universaldetector.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/universaldetector.py new file mode 100644 index 000000000..055a8ac1b --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/universaldetector.py @@ -0,0 +1,286 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### +""" +Module containing the UniversalDetector detector class, which is the primary +class a user of ``chardet`` should use. + +:author: Mark Pilgrim (initial port to Python) +:author: Shy Shalom (original C code) +:author: Dan Blanchard (major refactoring for 3.0) +:author: Ian Cordasco +""" + + +import codecs +import logging +import re + +from .charsetgroupprober import CharSetGroupProber +from .enums import InputState, LanguageFilter, ProbingState +from .escprober import EscCharSetProber +from .latin1prober import Latin1Prober +from .mbcsgroupprober import MBCSGroupProber +from .sbcsgroupprober import SBCSGroupProber + + +class UniversalDetector(object): + """ + The ``UniversalDetector`` class underlies the ``chardet.detect`` function + and coordinates all of the different charset probers. + + To get a ``dict`` containing an encoding and its confidence, you can simply + run: + + .. code:: + + u = UniversalDetector() + u.feed(some_bytes) + u.close() + detected = u.result + + """ + + MINIMUM_THRESHOLD = 0.20 + HIGH_BYTE_DETECTOR = re.compile(b'[\x80-\xFF]') + ESC_DETECTOR = re.compile(b'(\033|~{)') + WIN_BYTE_DETECTOR = re.compile(b'[\x80-\x9F]') + ISO_WIN_MAP = {'iso-8859-1': 'Windows-1252', + 'iso-8859-2': 'Windows-1250', + 'iso-8859-5': 'Windows-1251', + 'iso-8859-6': 'Windows-1256', + 'iso-8859-7': 'Windows-1253', + 'iso-8859-8': 'Windows-1255', + 'iso-8859-9': 'Windows-1254', + 'iso-8859-13': 'Windows-1257'} + + def __init__(self, lang_filter=LanguageFilter.ALL): + self._esc_charset_prober = None + self._charset_probers = [] + self.result = None + self.done = None + self._got_data = None + self._input_state = None + self._last_char = None + self.lang_filter = lang_filter + self.logger = logging.getLogger(__name__) + self._has_win_bytes = None + self.reset() + + def reset(self): + """ + Reset the UniversalDetector and all of its probers back to their + initial states. This is called by ``__init__``, so you only need to + call this directly in between analyses of different documents. + """ + self.result = {'encoding': None, 'confidence': 0.0, 'language': None} + self.done = False + self._got_data = False + self._has_win_bytes = False + self._input_state = InputState.PURE_ASCII + self._last_char = b'' + if self._esc_charset_prober: + self._esc_charset_prober.reset() + for prober in self._charset_probers: + prober.reset() + + def feed(self, byte_str): + """ + Takes a chunk of a document and feeds it through all of the relevant + charset probers. + + After calling ``feed``, you can check the value of the ``done`` + attribute to see if you need to continue feeding the + ``UniversalDetector`` more data, or if it has made a prediction + (in the ``result`` attribute). + + .. note:: + You should always call ``close`` when you're done feeding in your + document if ``done`` is not already ``True``. + """ + if self.done: + return + + if not len(byte_str): + return + + if not isinstance(byte_str, bytearray): + byte_str = bytearray(byte_str) + + # First check for known BOMs, since these are guaranteed to be correct + if not self._got_data: + # If the data starts with BOM, we know it is UTF + if byte_str.startswith(codecs.BOM_UTF8): + # EF BB BF UTF-8 with BOM + self.result = {'encoding': "UTF-8-SIG", + 'confidence': 1.0, + 'language': ''} + elif byte_str.startswith((codecs.BOM_UTF32_LE, + codecs.BOM_UTF32_BE)): + # FF FE 00 00 UTF-32, little-endian BOM + # 00 00 FE FF UTF-32, big-endian BOM + self.result = {'encoding': "UTF-32", + 'confidence': 1.0, + 'language': ''} + elif byte_str.startswith(b'\xFE\xFF\x00\x00'): + # FE FF 00 00 UCS-4, unusual octet order BOM (3412) + self.result = {'encoding': "X-ISO-10646-UCS-4-3412", + 'confidence': 1.0, + 'language': ''} + elif byte_str.startswith(b'\x00\x00\xFF\xFE'): + # 00 00 FF FE UCS-4, unusual octet order BOM (2143) + self.result = {'encoding': "X-ISO-10646-UCS-4-2143", + 'confidence': 1.0, + 'language': ''} + elif byte_str.startswith((codecs.BOM_LE, codecs.BOM_BE)): + # FF FE UTF-16, little endian BOM + # FE FF UTF-16, big endian BOM + self.result = {'encoding': "UTF-16", + 'confidence': 1.0, + 'language': ''} + + self._got_data = True + if self.result['encoding'] is not None: + self.done = True + return + + # If none of those matched and we've only see ASCII so far, check + # for high bytes and escape sequences + if self._input_state == InputState.PURE_ASCII: + if self.HIGH_BYTE_DETECTOR.search(byte_str): + self._input_state = InputState.HIGH_BYTE + elif self._input_state == InputState.PURE_ASCII and \ + self.ESC_DETECTOR.search(self._last_char + byte_str): + self._input_state = InputState.ESC_ASCII + + self._last_char = byte_str[-1:] + + # If we've seen escape sequences, use the EscCharSetProber, which + # uses a simple state machine to check for known escape sequences in + # HZ and ISO-2022 encodings, since those are the only encodings that + # use such sequences. + if self._input_state == InputState.ESC_ASCII: + if not self._esc_charset_prober: + self._esc_charset_prober = EscCharSetProber(self.lang_filter) + if self._esc_charset_prober.feed(byte_str) == ProbingState.FOUND_IT: + self.result = {'encoding': + self._esc_charset_prober.charset_name, + 'confidence': + self._esc_charset_prober.get_confidence(), + 'language': + self._esc_charset_prober.language} + self.done = True + # If we've seen high bytes (i.e., those with values greater than 127), + # we need to do more complicated checks using all our multi-byte and + # single-byte probers that are left. The single-byte probers + # use character bigram distributions to determine the encoding, whereas + # the multi-byte probers use a combination of character unigram and + # bigram distributions. + elif self._input_state == InputState.HIGH_BYTE: + if not self._charset_probers: + self._charset_probers = [MBCSGroupProber(self.lang_filter)] + # If we're checking non-CJK encodings, use single-byte prober + if self.lang_filter & LanguageFilter.NON_CJK: + self._charset_probers.append(SBCSGroupProber()) + self._charset_probers.append(Latin1Prober()) + for prober in self._charset_probers: + if prober.feed(byte_str) == ProbingState.FOUND_IT: + self.result = {'encoding': prober.charset_name, + 'confidence': prober.get_confidence(), + 'language': prober.language} + self.done = True + break + if self.WIN_BYTE_DETECTOR.search(byte_str): + self._has_win_bytes = True + + def close(self): + """ + Stop analyzing the current document and come up with a final + prediction. + + :returns: The ``result`` attribute, a ``dict`` with the keys + `encoding`, `confidence`, and `language`. + """ + # Don't bother with checks if we're already done + if self.done: + return self.result + self.done = True + + if not self._got_data: + self.logger.debug('no data received!') + + # Default to ASCII if it is all we've seen so far + elif self._input_state == InputState.PURE_ASCII: + self.result = {'encoding': 'ascii', + 'confidence': 1.0, + 'language': ''} + + # If we have seen non-ASCII, return the best that met MINIMUM_THRESHOLD + elif self._input_state == InputState.HIGH_BYTE: + prober_confidence = None + max_prober_confidence = 0.0 + max_prober = None + for prober in self._charset_probers: + if not prober: + continue + prober_confidence = prober.get_confidence() + if prober_confidence > max_prober_confidence: + max_prober_confidence = prober_confidence + max_prober = prober + if max_prober and (max_prober_confidence > self.MINIMUM_THRESHOLD): + charset_name = max_prober.charset_name + lower_charset_name = max_prober.charset_name.lower() + confidence = max_prober.get_confidence() + # Use Windows encoding name instead of ISO-8859 if we saw any + # extra Windows-specific bytes + if lower_charset_name.startswith('iso-8859'): + if self._has_win_bytes: + charset_name = self.ISO_WIN_MAP.get(lower_charset_name, + charset_name) + self.result = {'encoding': charset_name, + 'confidence': confidence, + 'language': max_prober.language} + + # Log all prober confidences if none met MINIMUM_THRESHOLD + if self.logger.getEffectiveLevel() <= logging.DEBUG: + if self.result['encoding'] is None: + self.logger.debug('no probers hit minimum threshold') + for group_prober in self._charset_probers: + if not group_prober: + continue + if isinstance(group_prober, CharSetGroupProber): + for prober in group_prober.probers: + self.logger.debug('%s %s confidence = %s', + prober.charset_name, + prober.language, + prober.get_confidence()) + else: + self.logger.debug('%s %s confidence = %s', + group_prober.charset_name, + group_prober.language, + group_prober.get_confidence()) + return self.result diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/utf8prober.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/utf8prober.py new file mode 100644 index 000000000..6c3196cc2 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/utf8prober.py @@ -0,0 +1,82 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .charsetprober import CharSetProber +from .enums import ProbingState, MachineState +from .codingstatemachine import CodingStateMachine +from .mbcssm import UTF8_SM_MODEL + + + +class UTF8Prober(CharSetProber): + ONE_CHAR_PROB = 0.5 + + def __init__(self): + super(UTF8Prober, self).__init__() + self.coding_sm = CodingStateMachine(UTF8_SM_MODEL) + self._num_mb_chars = None + self.reset() + + def reset(self): + super(UTF8Prober, self).reset() + self.coding_sm.reset() + self._num_mb_chars = 0 + + @property + def charset_name(self): + return "utf-8" + + @property + def language(self): + return "" + + def feed(self, byte_str): + for c in byte_str: + coding_state = self.coding_sm.next_state(c) + if coding_state == MachineState.ERROR: + self._state = ProbingState.NOT_ME + break + elif coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + elif coding_state == MachineState.START: + if self.coding_sm.get_current_charlen() >= 2: + self._num_mb_chars += 1 + + if self.state == ProbingState.DETECTING: + if self.get_confidence() > self.SHORTCUT_THRESHOLD: + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self): + unlike = 0.99 + if self._num_mb_chars < 6: + unlike *= self.ONE_CHAR_PROB ** self._num_mb_chars + return 1.0 - unlike + else: + return unlike diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/version.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/version.py new file mode 100644 index 000000000..70369b9d6 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/version.py @@ -0,0 +1,9 @@ +""" +This module exists only to simplify retrieving the version number of chardet +from within setup.py and from chardet subpackages. + +:author: Dan Blanchard (dan.blanchard@gmail.com) +""" + +__version__ = "4.0.0" +VERSION = __version__.split('.') diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/colorama/__init__.py b/venv/lib/python3.8/site-packages/pip/_vendor/colorama/__init__.py new file mode 100644 index 000000000..b149ed79b --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/colorama/__init__.py @@ -0,0 +1,6 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +from .initialise import init, deinit, reinit, colorama_text +from .ansi import Fore, Back, Style, Cursor +from .ansitowin32 import AnsiToWin32 + +__version__ = '0.4.4' diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c5ad30442cc6d2fb091311205014a8e596a66fad GIT binary patch literal 443 zcmYjNyH3L}6pa%nO`Arn{e=vP5v>pdLcGMtQXY~QD{Tz5@FQ|Uq0IaYzvPvPiJb{w z3KCcHxxTOCdwiYeqrltE>;CG~`*#TbTj+yhf4XxIP0%12C`6G8X{aI^DNHefd?;g; z&_oUBK&3QQLpuD)M{=Yxn)y4X<0hU5Me>0>Re>EATJ$by_}1I4&zD9TTdSJ&{JDp= z3uC#%r}gr|#q)k6xl7I-ZD(wOTy~;6ab<3Wp61$GBo0lqj{8O2FcYtnA|mCvK*Y~_5t!RmVKsUycKk0-q5WrZ~Zd`h( SO!FxD5eVsE=Lwpiarg~OMtA@K literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c7bb646fd8b6ed217c52c19729ebfe0cad1040dc GIT binary patch literal 3228 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..403e1fbb4df98677e168e386a69dd2c1724a949e GIT binary patch literal 1704 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 4) & 7 + self._style = value & (WinStyle.BRIGHT | WinStyle.BRIGHT_BACKGROUND) + + def reset_all(self, on_stderr=None): + self.set_attrs(self._default) + self.set_console(attrs=self._default) + self._light = 0 + + def fore(self, fore=None, light=False, on_stderr=False): + if fore is None: + fore = self._default_fore + self._fore = fore + # Emulate LIGHT_EX with BRIGHT Style + if light: + self._light |= WinStyle.BRIGHT + else: + self._light &= ~WinStyle.BRIGHT + self.set_console(on_stderr=on_stderr) + + def back(self, back=None, light=False, on_stderr=False): + if back is None: + back = self._default_back + self._back = back + # Emulate LIGHT_EX with BRIGHT_BACKGROUND Style + if light: + self._light |= WinStyle.BRIGHT_BACKGROUND + else: + self._light &= ~WinStyle.BRIGHT_BACKGROUND + self.set_console(on_stderr=on_stderr) + + def style(self, style=None, on_stderr=False): + if style is None: + style = self._default_style + self._style = style + self.set_console(on_stderr=on_stderr) + + def set_console(self, attrs=None, on_stderr=False): + if attrs is None: + attrs = self.get_attrs() + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + win32.SetConsoleTextAttribute(handle, attrs) + + def get_position(self, handle): + position = win32.GetConsoleScreenBufferInfo(handle).dwCursorPosition + # Because Windows coordinates are 0-based, + # and win32.SetConsoleCursorPosition expects 1-based. + position.X += 1 + position.Y += 1 + return position + + def set_cursor_position(self, position=None, on_stderr=False): + if position is None: + # I'm not currently tracking the position, so there is no default. + # position = self.get_position() + return + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + win32.SetConsoleCursorPosition(handle, position) + + def cursor_adjust(self, x, y, on_stderr=False): + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + position = self.get_position(handle) + adjusted_position = (position.Y + y, position.X + x) + win32.SetConsoleCursorPosition(handle, adjusted_position, adjust=False) + + def erase_screen(self, mode=0, on_stderr=False): + # 0 should clear from the cursor to the end of the screen. + # 1 should clear from the cursor to the beginning of the screen. + # 2 should clear the entire screen, and move cursor to (1,1) + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + csbi = win32.GetConsoleScreenBufferInfo(handle) + # get the number of character cells in the current buffer + cells_in_screen = csbi.dwSize.X * csbi.dwSize.Y + # get number of character cells before current cursor position + cells_before_cursor = csbi.dwSize.X * csbi.dwCursorPosition.Y + csbi.dwCursorPosition.X + if mode == 0: + from_coord = csbi.dwCursorPosition + cells_to_erase = cells_in_screen - cells_before_cursor + elif mode == 1: + from_coord = win32.COORD(0, 0) + cells_to_erase = cells_before_cursor + elif mode == 2: + from_coord = win32.COORD(0, 0) + cells_to_erase = cells_in_screen + else: + # invalid mode + return + # fill the entire screen with blanks + win32.FillConsoleOutputCharacter(handle, ' ', cells_to_erase, from_coord) + # now set the buffer's attributes accordingly + win32.FillConsoleOutputAttribute(handle, self.get_attrs(), cells_to_erase, from_coord) + if mode == 2: + # put the cursor where needed + win32.SetConsoleCursorPosition(handle, (1, 1)) + + def erase_line(self, mode=0, on_stderr=False): + # 0 should clear from the cursor to the end of the line. + # 1 should clear from the cursor to the beginning of the line. + # 2 should clear the entire line. + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + csbi = win32.GetConsoleScreenBufferInfo(handle) + if mode == 0: + from_coord = csbi.dwCursorPosition + cells_to_erase = csbi.dwSize.X - csbi.dwCursorPosition.X + elif mode == 1: + from_coord = win32.COORD(0, csbi.dwCursorPosition.Y) + cells_to_erase = csbi.dwCursorPosition.X + elif mode == 2: + from_coord = win32.COORD(0, csbi.dwCursorPosition.Y) + cells_to_erase = csbi.dwSize.X + else: + # invalid mode + return + # fill the entire screen with blanks + win32.FillConsoleOutputCharacter(handle, ' ', cells_to_erase, from_coord) + # now set the buffer's attributes accordingly + win32.FillConsoleOutputAttribute(handle, self.get_attrs(), cells_to_erase, from_coord) + + def set_title(self, title): + win32.SetConsoleTitle(title) diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/__init__.py b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/__init__.py new file mode 100644 index 000000000..115494810 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/__init__.py @@ -0,0 +1,23 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2019 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import logging + +__version__ = '0.3.3' + +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.8/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8cc2fc7d1c6dc822a4cf121e56796bf10e604d20 GIT binary patch literal 1058 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ea0172c7dbcbb76bac99342939fc8de197e5df98 GIT binary patch literal 17199 zcmeHPU5p#YecxS@%O#J;J4vULKa;g%*`lL6*>dAL7bmb|Nwxy}qR4V=vrc(?oaK=^ zl1t4lB^|-*m)xRxh?4?o`hm2#%R_(wMSuc9P@paP&_1@LYWNe+;>X^Zf*v$M1FwKM{CwHK@5}E$-_Cu>F#d%P(?16fFX0OR4v8>? z*){6=Zq`lpY}GAw&((A4p0DTCy-+WV7Ll{McCT13n#S8k-_0Aovt5=Orolh;wxr*_ zYxJ#m43QK0Zn-yCpTpanD0C~m`TBgXTCesN>I=Qa`eN@${YdX<{iu3xcaQa!>Px-j z_2Z`Dn|sUtiG8#FfGE}<6i)r2R}E1T<@XIy_8-2Lt3M*lH;vldkMJeNdd-aOD{bj} z;zuT)@wj-d6Gq+6=J}gVe-L$oe$9@TUb}MT(&xRf(|matwO{l4qU+1Jc-g-;^us7# z;Ok3X7~Tk^cw*-$s4=>>ge~834xEt6B6T4tx z2c8yrQF!017lbW}?;CYnIHH7mQIy3T?vAL4dE85)Di&}ri$!q+_c`%Naa0^b%ZfNH zmc()7=EaIw7AKIaidFHDco?|_@rZa7^%un%@iFmnlpGPy2veX1;*_Z2&9ca0FP@7lm%Qe-x8+~#3;*V*S$6Te((Z(Avx{YQr9Y5< z==Y=0_1uB3>ULPyZ3ex87j-tfzI&q+wcSfQmoA=mqqdJ+)DHTptE6{Vb-${L!d0x- zO7^?bz8E&}FM7?#hA04Nr~w+A!Ejx8m)~tXvEH=MCjHGJL!@~HSNQix#^%6|jIq%$ z$Htzu55SIcW8=5Lt- z?HUD@+A1xo)QL(_`Rbg=-?F}bdDjtzbH-OL?3PBSqsrC!aY@))*4P<4qWHDkZh2f5 z&bB4LGcKX8;@gTbEyVgO=I?wSuee#g^L-A~ziP z%}%T13%x(A*9xTCF}D+D{c+IrHw=BD_lqUKm^^VKE+`BcEqD6YF*8B<2*OSj$elI! zWVjxiH&8XVHQ1`>k(?csR#t#rA&~idR&0ln2!@fm`%+4U_Y3j-x$_rZe(Uusjf?B& z&c74q@ICQS5{5=I=(jpsLkTbo`jVtj=8?pUg9POp?Svv!!m!)GNc>7EkFt`32{hV4 z&yVvY0k6{re#)4>yB+XC@bUL==d}R zSWWwBa&yujv5%L+I4-U*!B&i(xoeuhzFP($H#eF9(yM-?pperXMx8FGNzm(Is}$IE z`jL;1jzEtmlmj)U_Bxz^-kS8Iq3o}z4wG&sZ)Fa%0q;20*z%(W>9lMDY}8-`T8=JB zaB7x(9Je^v>KRUTYoA7rReP)|h=B>fDop@_oYW;l8oc##m*ZL zU?=kt`03^lowzL-^f;qziZeTTc&jRnZUEfYdj*D_j2t`ZsBuA!DCe<~ad|>v)@wz1 z24(VDzQ|!y8GSrl^=y#S_4)gfVJ-pol6TL{iHuq^MhiUTikx6D%id(upF1pT=VYmqv@i z641g1`&c$dADcmoLohKTn{mX96zZ+gSb?QCi5<8@LfeJ(1qsZ0kyt}=nBOK8qrQh^B*YU-QUUNO% zA>M#hZ1y@KCA36#JT!5sm8}W5#~ zFaH)H;xIiRWPM@us#HL2Vr^rb)2^%5=xjem>`ITl3=k=uegJI;$dxgL2KAylr83y?2S zzGV>x$FSpUm*fRi3JZjAwm?*=7?afQ+EL-Ey;mITJNVzeDM}|ufT1L#AJ`~F1>|>r zTpXKQMb)yjSEj83tqS|*zJ)Og<6_GK8D8|h3TY^V@XJbIS6kYNJlY4QrT?(ArOBn+ z>U8g-&9Za?&s4PdlmZUlGEbg}j%H||)`nHF)W8A?54nXZVTKEAls)MgxXCYte^kl% zsP2bcbl^2 zM9^QyngIN%FH5yIGNk0YGjM>S;(_V`p~GPUDQasE&x9MGsYl9*C&Y2}64m>S$(Xn2 zR#spuiH6}yOT^~c+s?{LKUj&Po%P$WM^G2XijImaE1O=_Y>yUJpk${TteQMC%CCB1 zb2PuQBEa#R?G;X)Ej-x^0%P;cHB_uT`VU8(&fDS2G zj^}yL05*0~D3Z^xLn{(>D{LJkP>WP)Rl@`~e-D*IYRJYy6)e*Rwc>pd*F&IL7W9Ao z!ESKW96dTiy$<%&%(0i`M-rAX)gRy?0>R=X%x_cLgM}`z}z8UKt6+G&UAdrw3c0hW_ z;4qVfXdrtSy(TnEO);Ubpq(k%o%y_}`J~wWvKtKtiqQ8%;4{Zd43QH&eaiK3VmZim zp&)6z4_b#OqdB=^>ZxgAN)&nuBuJYPX`G-a{nK^@d*Q|u^^nH^rR#A4gLL|G2@kL% z*^ws!=W!mlP#$MtRel_|IDhHlrSow?(I82ifV{$l?bwGWBUN2)se&64a<7D+2Mup{ zok&vSqK$(lF0M?iq^%dk-FkVl(XqXKLygUjRgbYb0CGQz>+C_~o&(UNMzHUre)uF3 zqmnoC|7GVLU^8-NHMb1h=0%0P40|B|Mi0#3_EbkR(h1G)nMQsN4>W#22DYGC=lApP zSv0t#%!G`PgFFHGV&8f%w_DtGc1zpyhS8I3nUU_6hi-*7LW2xI2`3JMcf(%NVw(sF7`H-A z<$8b>hD=g=Og5P`nFuC|-#Qqe!P&~ES(c&eK^!e{BC6s)qF%U+#HfPL-f=A3bnXxz zp)Y{nj+SRIGHV9vLTdrUfM6(_ev=AA`a6P5raYVi>mquRyG7wVQ)XtYf?zq%?@jq!dN~Z;`4?c`3-$gNE zox3Pj(+H*+|2=yk?D_vURV#ixegB$WFqaA_YUwt8iY(cOYd;A@DQt5F3lkwp=Q6iS zMozSL1|d)ko77flHfHyyU4M0JA~hZC2m%fJf0 zK!{ILREaWLfVs#Uw1q?ZQ*9}naz#+>xz)3G`N&j-nK1XCnIcRW{&{k^kIX1Lny06~ z6%6}OBH)T2)%roEaRVl|7%Jdh2gg$;nH3!vK#UgfRd3ek2&oN?00=XHw*({59U1R;xGv)jr;Sg@(L5mwY4Lf-=Al}0j57@ z*)9{s{%JCn*OA0#t6oy8No`908p~-2j0-Fb>qnmG=U{3zOk1!}|N zw~_fU*+KDEIIe|7|BZUG>A?vvK*Gq4bD4xu)Dp&3m>aK_Ea>^r@*zvyGO2;@+6Aav2hm`~#% z7!Bcoq##bnv<+Jk8My2po6$q=*4H6-T4o}+g8pY57;vCXIWRya;K0Z$2SzS&VDQPN zNnzr+pc@0;;XI^xx*zh8*Gt}b8viff*Y%)`;5(G`?qyZTxRWBkcafG8(Vv7IVxKa@ zvp=B5J#k@5K+3wG0(b4TAUpV(kICU6hqCWO1Ac@emRjbYx36Kc*Qqh}Bl0%Lw*cFc z@h$RgB(&vt>{m;};nF{~BZE z5bB{0U7qaw4WO(7W)->YccDUFKoA<7#wkr5J)_@i$EG{%PZXR@zv;m}=R)b2E(aqA zLKrIOZFEYbN~XZy(;lcpmGc^bDILo{WJ2>`;+T`)V!vFo9iq0J z(Fd@sQJzOs{BBtkcjtt&TfsFiO5@VDEx#32V8tsx$e`Fc1TK6RGXDIyJf6Fi15bA# z*_Y8zbzBX9c~$t;6=Xavz?P_==EWS|!&^7o*R}7`Hi#aT zpYI(Ue@P?l$C%T00T#t)V0WC`HkgZ!Am9N{4B}A)jqlqSTGGApl7RrRqEd3@7v%_7TC|fkD|%;xH9)6Tyu>t#%X9 zB#8m)Gp2t6?(2c{eG9n8OplN5|& zQj+@AhbPv#yB)<)vZA)EP7QGi4r1u2Dk5rXzA0hjeL~BwcRUQQwV_wfUx8&$9e+9; zyCtw19PfZmIB}dz%|OiyyQHR;eeLuFRGzW9Q@)hsL-oRci2L~z%`(0`tyimduQ8PC z_;ljk(MlDOi7=+SsV64c^#Ldjy3u>FeO$rC*wS z5#!7yAUD|7ix)EL2n>ko>fJ#10K}%fP2CRy@f049j;#kN@Mi9N`P(4cqos2irn6#N z^J449X2)<1<41S!)2^&)Vpm&%S$`{PkE*X|JKM_Z>REHRXA@jQNMHwEtR9^75ujrW z$}gk;+>?T_c(jEh$8dpgw0bhbD+Gor=vRxtFuH6FPll&eCnv+vv1G!U6Z^{gSUWZm zZsT$Xp%7e*CXV7T+$S!mEsu+kIeCykzK;)A_B>^ClT;fMCwZse3gR5XALT6+#yNbe z?D6&QGEtoPcaWfxXtCo(o$8*b!CK zUKp1)5#O^Nc1D;nQ$4z)N)fUf7gP>WgUx8@bq`A6^C^~T0iIm_S1~bTnVh_0AqLRG z-K^#-xhiyQZPKGzj~X~@&_mC2I=nN0HE$lZmU2rdgGPP_Qb8W_LE^_}R1W-vxzR&2 z`uWThWNXgOT3;0o7}Al!yW;0(EpxK&88oOp=DC%Sov86j_B%#_)M%GL{c9N1;lAY7$Z(=P;SrNzS2#v8@lB z9smgi*MCVsP{E*%vfwHUEkZ6HoY}bPi0B!^EL+kztM=`mkiovGa}3b8OdLpjT}NF+ zCZam6C`W-Ve0prdeF`BC@1KUKhMj}cH-7@Bf~kigav6qNgjE%Ft_9Ny;+I#iRmT=u ztU`Z7yapV*lXe9hbSzOw%G#EbRvS~bOpE}LlD!EVXD%=b1VNZ{Pf(DnL`9srn7aj$ zQ8)+#n}_&lT!jcYp1-9IL3&SOsWN~#uiWqOq|v;kXggV#rp!2fsG^Mk2`Pg_NFGSh zVd&BAH2@`jCGbNspG6V5r_@W@etsgxHGNb~+j7+G(s4M^4;_Xr)PUJHPq7hX`M#m3 zb4>?YO&~sm?u^s4qgqP+&vg*+kCTIts@6!idn>dZd`3ltfA;Z{;o~YA;@{EA7`^Zl zH~Ng41LvsvP@~S5!;hht-mn{W@a55&snKwDmjc|*XKU7|l8!>R>x4~dwuOV1PFh*g z-5~#j$)7S&Mv@_ODoiSeNH+N$J}L%5S`UNk<1F|l6B<6_0%sD+KWEq})M`G6Jtg56|HF?16|GOeck=y+vXA1!Qoz*^EpmXh(s) zW(UVEp|%-UanfAm5D1wYEoquOwg#)Buy4I>dZa{Vjj`7*OlRzp=kIy zFX7x|G3xYuNC2AM=0K7`^3*nv)JPtYOOL?%o@}<$gG2>5({O&n0ky;F+(6b#a?otR zS9o*h;6na2`uI;Sq&jb>_!+t0k~KOuvml`!z{LLykp3&Iugja9!VZ$O&{|iy6Fl=u zfNV74a--3M(;Z0Ch%1f8HSpx*O|j9S-MpayLawl{RVEKGA@kD)`-{xcNIePr(N4w> zSoZr&l*0c<%>5Y?LWQ=}^ZTa0S%Hx{QAL9N2(IvXBw*r&yj6bGah!RlK_Bz_8cbX=GL6 Rs}OuDrfV%)6q)kYe*=I0Pfh>; literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..14e3ffce0893e77d99f88a792ec70136f50e8f73 GIT binary patch literal 38175 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 F{|od)bv^(9 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..05120476fd650d802663d4466e51063393c7d0d7 GIT binary patch literal 4988 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..55d05f921b5a49059c310fff44268d70b01e0ef3 GIT binary patch literal 26589 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..898d58422505a84700ccd82d7ea08492eb0796fb GIT binary patch literal 10996 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 Ee~Tq{^#A|> literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6f4443e604793c0c14b7a7471fbd5790ad161a55 GIT binary patch literal 52550 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 B#V!B< literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4668dd2cc5763e508a4453f9af4490db5e6c515d GIT binary patch literal 20415 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 b)k$p|=^JrI4nsgg8&Dte{lDGRfc<{~DzgI9 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f6537a970ba036636067c94adbeae9a75fb7e30f GIT binary patch literal 26562 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__init__.py b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__init__.py new file mode 100644 index 000000000..f7dbf4c9a --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__init__.py @@ -0,0 +1,6 @@ +"""Modules copied from Python 3 standard libraries, for internal use only. + +Individual classes and functions are found in d2._backport.misc. Intended +usage is to always import things missing from 3.1 from that module: the +built-in/stdlib objects will be used if found. +""" diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9c280d7c6294a22b9ff5dcc9d3b19d535749eea8 GIT binary patch literal 483 zcmYjO%}N9@4DNby8S&y1`pCq?4A^^qZ>UkG;ttw z(5BeK?K*ccz!Esy;B0c>sZKT#@*%V_0fmeySPvs3#NgLeQCtN_D{`Y`8*iCqrZhu4 zh9*-C5+#)8QF0W(9apBd&C3u|u6p980=SZ?!J#WgwoeGekRw?CYS#?ZPe{leg(n7S zU~#tFE~}%hlRKNC-|#sTBo_5ZK9>|UXD19G*3Z~vhF9_)YMi#0W!mjlRdKVJee4?J zVq?s^N;`6_jrk6`i#=**gB~`gDTig*Cd8Vs%t>fq(kl!rEwB7Smer|d%2*Ck7CNj4 j8nh9Vi%C1;JYoNCppBtG*_dirf6ULfEH0*x`w~?@pG=xf literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/misc.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/misc.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c0b2df9be5ede11022e234400ba2fe7ea4ef1024 GIT binary patch literal 1094 zcmZWnOK;Oa5Z+naiQ}YEEAcoKAqxpaBw8OTAr2J+Dh@~}7s|^Q%kgd!x3<^X-Be8! zIMDu(_JV}OKj9zjl@ot~3(PvHK(N-1=kd+X^Yz9?K=8ade>nZ-5c1s$e;*%(CwSFY zB#gv_0iy-P(EMpknZsP>O`OHIFK)a*pKy?&zy6Jz4xS| z@5sXE?YND&`-t-q_i>E_)+st=5C`ZJF!!9q?X^e1;iwyT(dQQW^w8(?+NaAr#C2CV zMqiP^#v*!_X2-RVT7_dF!@OeoNzP_z5oSfI6jxzdv2Z-AGM$S`?f$?L$K1@PPmHdyp9q?F(D(CD{ZmKXx*Kt%vH8q&zpL- zZ00T!0zDXj@ekIOXJD1R@ZO_oH%ne96a2h;?)$}6SQD&w+?c6`YZqoY5C zN$Vx;8{2qQ(?s|$hE1f2v5(AE4B1~|7aNJ5QF(7kE*$M%c$ef7P~T#p+e>l=NB#|@ zpMcq()8S&9pVmCn;b^XL^tcd8%Lid4ba+<{Ib;18NfWyIt zX(tI2S&|qkl(ZwU8XN>_oV=`?Nty18(k^!sz3HUs3^CX$n{FnG0;{!)-Aq8*pr-#+ zYnhK`dIkF{v1aA$P>jD{3N|bF;}%LPMB-8(d>S|uHlYuj9t9u&J=%AvO&op$bvp)l literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/shutil.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/shutil.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4bacfe613d0007a12de4597d465e77b6371b9780 GIT binary patch literal 21550 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/tarfile.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/tarfile.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f3b07196cf613a5a6ed73a84028d6a1fb5d172b6 GIT binary patch literal 62743 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/misc.py b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/misc.py new file mode 100644 index 000000000..cfb318d34 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/misc.py @@ -0,0 +1,41 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""Backports for individual classes and functions.""" + +import os +import sys + +__all__ = ['cache_from_source', 'callable', 'fsencode'] + + +try: + from imp import cache_from_source +except ImportError: + def cache_from_source(py_file, debug=__debug__): + ext = debug and 'c' or 'o' + return py_file + ext + + +try: + callable = callable +except NameError: + from collections import Callable + + def callable(obj): + return isinstance(obj, Callable) + + +try: + fsencode = os.fsencode +except AttributeError: + def fsencode(filename): + if isinstance(filename, bytes): + return filename + elif isinstance(filename, str): + return filename.encode(sys.getfilesystemencoding()) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/shutil.py b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/shutil.py new file mode 100644 index 000000000..10ed36253 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/shutil.py @@ -0,0 +1,764 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""Utility functions for copying and archiving files and directory trees. + +XXX The functions here don't copy the resource fork or other metadata on Mac. + +""" + +import os +import sys +import stat +from os.path import abspath +import fnmatch +try: + from collections.abc import Callable +except ImportError: + from collections import Callable +import errno +from . import tarfile + +try: + import bz2 + _BZ2_SUPPORTED = True +except ImportError: + _BZ2_SUPPORTED = False + +try: + from pwd import getpwnam +except ImportError: + getpwnam = None + +try: + from grp import getgrnam +except ImportError: + getgrnam = None + +__all__ = ["copyfileobj", "copyfile", "copymode", "copystat", "copy", "copy2", + "copytree", "move", "rmtree", "Error", "SpecialFileError", + "ExecError", "make_archive", "get_archive_formats", + "register_archive_format", "unregister_archive_format", + "get_unpack_formats", "register_unpack_format", + "unregister_unpack_format", "unpack_archive", "ignore_patterns"] + +class Error(EnvironmentError): + pass + +class SpecialFileError(EnvironmentError): + """Raised when trying to do a kind of operation (e.g. copying) which is + not supported on a special file (e.g. a named pipe)""" + +class ExecError(EnvironmentError): + """Raised when a command could not be executed""" + +class ReadError(EnvironmentError): + """Raised when an archive cannot be read""" + +class RegistryError(Exception): + """Raised when a registry operation with the archiving + and unpacking registries fails""" + + +try: + WindowsError +except NameError: + WindowsError = None + +def copyfileobj(fsrc, fdst, length=16*1024): + """copy data from file-like object fsrc to file-like object fdst""" + while 1: + buf = fsrc.read(length) + if not buf: + break + fdst.write(buf) + +def _samefile(src, dst): + # Macintosh, Unix. + if hasattr(os.path, 'samefile'): + try: + return os.path.samefile(src, dst) + except OSError: + return False + + # All other platforms: check for same pathname. + return (os.path.normcase(os.path.abspath(src)) == + os.path.normcase(os.path.abspath(dst))) + +def copyfile(src, dst): + """Copy data from src to dst""" + if _samefile(src, dst): + raise Error("`%s` and `%s` are the same file" % (src, dst)) + + for fn in [src, dst]: + try: + st = os.stat(fn) + except OSError: + # File most likely does not exist + pass + else: + # XXX What about other special files? (sockets, devices...) + if stat.S_ISFIFO(st.st_mode): + raise SpecialFileError("`%s` is a named pipe" % fn) + + with open(src, 'rb') as fsrc: + with open(dst, 'wb') as fdst: + copyfileobj(fsrc, fdst) + +def copymode(src, dst): + """Copy mode bits from src to dst""" + if hasattr(os, 'chmod'): + st = os.stat(src) + mode = stat.S_IMODE(st.st_mode) + os.chmod(dst, mode) + +def copystat(src, dst): + """Copy all stat info (mode bits, atime, mtime, flags) from src to dst""" + st = os.stat(src) + mode = stat.S_IMODE(st.st_mode) + if hasattr(os, 'utime'): + os.utime(dst, (st.st_atime, st.st_mtime)) + if hasattr(os, 'chmod'): + os.chmod(dst, mode) + if hasattr(os, 'chflags') and hasattr(st, 'st_flags'): + try: + os.chflags(dst, st.st_flags) + except OSError as why: + if (not hasattr(errno, 'EOPNOTSUPP') or + why.errno != errno.EOPNOTSUPP): + raise + +def copy(src, dst): + """Copy data and mode bits ("cp src dst"). + + The destination may be a directory. + + """ + if os.path.isdir(dst): + dst = os.path.join(dst, os.path.basename(src)) + copyfile(src, dst) + copymode(src, dst) + +def copy2(src, dst): + """Copy data and all stat info ("cp -p src dst"). + + The destination may be a directory. + + """ + if os.path.isdir(dst): + dst = os.path.join(dst, os.path.basename(src)) + copyfile(src, dst) + copystat(src, dst) + +def ignore_patterns(*patterns): + """Function that can be used as copytree() ignore parameter. + + Patterns is a sequence of glob-style patterns + that are used to exclude files""" + def _ignore_patterns(path, names): + ignored_names = [] + for pattern in patterns: + ignored_names.extend(fnmatch.filter(names, pattern)) + return set(ignored_names) + return _ignore_patterns + +def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2, + ignore_dangling_symlinks=False): + """Recursively copy a directory tree. + + The destination directory must not already exist. + If exception(s) occur, an Error is raised with a list of reasons. + + If the optional symlinks flag is true, symbolic links in the + source tree result in symbolic links in the destination tree; if + it is false, the contents of the files pointed to by symbolic + links are copied. If the file pointed by the symlink doesn't + exist, an exception will be added in the list of errors raised in + an Error exception at the end of the copy process. + + You can set the optional ignore_dangling_symlinks flag to true if you + want to silence this exception. Notice that this has no effect on + platforms that don't support os.symlink. + + The optional ignore argument is a callable. If given, it + is called with the `src` parameter, which is the directory + being visited by copytree(), and `names` which is the list of + `src` contents, as returned by os.listdir(): + + callable(src, names) -> ignored_names + + Since copytree() is called recursively, the callable will be + called once for each directory that is copied. It returns a + list of names relative to the `src` directory that should + not be copied. + + The optional copy_function argument is a callable that will be used + to copy each file. It will be called with the source path and the + destination path as arguments. By default, copy2() is used, but any + function that supports the same signature (like copy()) can be used. + + """ + names = os.listdir(src) + if ignore is not None: + ignored_names = ignore(src, names) + else: + ignored_names = set() + + os.makedirs(dst) + errors = [] + for name in names: + if name in ignored_names: + continue + srcname = os.path.join(src, name) + dstname = os.path.join(dst, name) + try: + if os.path.islink(srcname): + linkto = os.readlink(srcname) + if symlinks: + os.symlink(linkto, dstname) + else: + # ignore dangling symlink if the flag is on + if not os.path.exists(linkto) and ignore_dangling_symlinks: + continue + # otherwise let the copy occurs. copy2 will raise an error + copy_function(srcname, dstname) + elif os.path.isdir(srcname): + copytree(srcname, dstname, symlinks, ignore, copy_function) + else: + # Will raise a SpecialFileError for unsupported file types + copy_function(srcname, dstname) + # catch the Error from the recursive copytree so that we can + # continue with other files + except Error as err: + errors.extend(err.args[0]) + except EnvironmentError as why: + errors.append((srcname, dstname, str(why))) + try: + copystat(src, dst) + except OSError as why: + if WindowsError is not None and isinstance(why, WindowsError): + # Copying file access times may fail on Windows + pass + else: + errors.extend((src, dst, str(why))) + if errors: + raise Error(errors) + +def rmtree(path, ignore_errors=False, onerror=None): + """Recursively delete a directory tree. + + If ignore_errors is set, errors are ignored; otherwise, if onerror + is set, it is called to handle the error with arguments (func, + path, exc_info) where func is os.listdir, os.remove, or os.rmdir; + path is the argument to that function that caused it to fail; and + exc_info is a tuple returned by sys.exc_info(). If ignore_errors + is false and onerror is None, an exception is raised. + + """ + if ignore_errors: + def onerror(*args): + pass + elif onerror is None: + def onerror(*args): + raise + try: + if os.path.islink(path): + # symlinks to directories are forbidden, see bug #1669 + raise OSError("Cannot call rmtree on a symbolic link") + except OSError: + onerror(os.path.islink, path, sys.exc_info()) + # can't continue even if onerror hook returns + return + names = [] + try: + names = os.listdir(path) + except os.error: + onerror(os.listdir, path, sys.exc_info()) + for name in names: + fullname = os.path.join(path, name) + try: + mode = os.lstat(fullname).st_mode + except os.error: + mode = 0 + if stat.S_ISDIR(mode): + rmtree(fullname, ignore_errors, onerror) + else: + try: + os.remove(fullname) + except os.error: + onerror(os.remove, fullname, sys.exc_info()) + try: + os.rmdir(path) + except os.error: + onerror(os.rmdir, path, sys.exc_info()) + + +def _basename(path): + # A basename() variant which first strips the trailing slash, if present. + # Thus we always get the last component of the path, even for directories. + return os.path.basename(path.rstrip(os.path.sep)) + +def move(src, dst): + """Recursively move a file or directory to another location. This is + similar to the Unix "mv" command. + + If the destination is a directory or a symlink to a directory, the source + is moved inside the directory. The destination path must not already + exist. + + If the destination already exists but is not a directory, it may be + overwritten depending on os.rename() semantics. + + If the destination is on our current filesystem, then rename() is used. + Otherwise, src is copied to the destination and then removed. + A lot more could be done here... A look at a mv.c shows a lot of + the issues this implementation glosses over. + + """ + real_dst = dst + if os.path.isdir(dst): + if _samefile(src, dst): + # We might be on a case insensitive filesystem, + # perform the rename anyway. + os.rename(src, dst) + return + + real_dst = os.path.join(dst, _basename(src)) + if os.path.exists(real_dst): + raise Error("Destination path '%s' already exists" % real_dst) + try: + os.rename(src, real_dst) + except OSError: + if os.path.isdir(src): + if _destinsrc(src, dst): + raise Error("Cannot move a directory '%s' into itself '%s'." % (src, dst)) + copytree(src, real_dst, symlinks=True) + rmtree(src) + else: + copy2(src, real_dst) + os.unlink(src) + +def _destinsrc(src, dst): + src = abspath(src) + dst = abspath(dst) + if not src.endswith(os.path.sep): + src += os.path.sep + if not dst.endswith(os.path.sep): + dst += os.path.sep + return dst.startswith(src) + +def _get_gid(name): + """Returns a gid, given a group name.""" + if getgrnam is None or name is None: + return None + try: + result = getgrnam(name) + except KeyError: + result = None + if result is not None: + return result[2] + return None + +def _get_uid(name): + """Returns an uid, given a user name.""" + if getpwnam is None or name is None: + return None + try: + result = getpwnam(name) + except KeyError: + result = None + if result is not None: + return result[2] + return None + +def _make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0, + owner=None, group=None, logger=None): + """Create a (possibly compressed) tar file from all the files under + 'base_dir'. + + 'compress' must be "gzip" (the default), "bzip2", or None. + + 'owner' and 'group' can be used to define an owner and a group for the + archive that is being built. If not provided, the current owner and group + will be used. + + The output tar file will be named 'base_name' + ".tar", possibly plus + the appropriate compression extension (".gz", or ".bz2"). + + Returns the output filename. + """ + tar_compression = {'gzip': 'gz', None: ''} + compress_ext = {'gzip': '.gz'} + + if _BZ2_SUPPORTED: + tar_compression['bzip2'] = 'bz2' + compress_ext['bzip2'] = '.bz2' + + # flags for compression program, each element of list will be an argument + if compress is not None and compress not in compress_ext: + raise ValueError("bad value for 'compress', or compression format not " + "supported : {0}".format(compress)) + + archive_name = base_name + '.tar' + compress_ext.get(compress, '') + archive_dir = os.path.dirname(archive_name) + + if not os.path.exists(archive_dir): + if logger is not None: + logger.info("creating %s", archive_dir) + if not dry_run: + os.makedirs(archive_dir) + + # creating the tarball + if logger is not None: + logger.info('Creating tar archive') + + uid = _get_uid(owner) + gid = _get_gid(group) + + def _set_uid_gid(tarinfo): + if gid is not None: + tarinfo.gid = gid + tarinfo.gname = group + if uid is not None: + tarinfo.uid = uid + tarinfo.uname = owner + return tarinfo + + if not dry_run: + tar = tarfile.open(archive_name, 'w|%s' % tar_compression[compress]) + try: + tar.add(base_dir, filter=_set_uid_gid) + finally: + tar.close() + + return archive_name + +def _call_external_zip(base_dir, zip_filename, verbose=False, dry_run=False): + # XXX see if we want to keep an external call here + if verbose: + zipoptions = "-r" + else: + zipoptions = "-rq" + from distutils.errors import DistutilsExecError + from distutils.spawn import spawn + try: + spawn(["zip", zipoptions, zip_filename, base_dir], dry_run=dry_run) + except DistutilsExecError: + # XXX really should distinguish between "couldn't find + # external 'zip' command" and "zip failed". + raise ExecError("unable to create zip file '%s': " + "could neither import the 'zipfile' module nor " + "find a standalone zip utility") % zip_filename + +def _make_zipfile(base_name, base_dir, verbose=0, dry_run=0, logger=None): + """Create a zip file from all the files under 'base_dir'. + + The output zip file will be named 'base_name' + ".zip". Uses either the + "zipfile" Python module (if available) or the InfoZIP "zip" utility + (if installed and found on the default search path). If neither tool is + available, raises ExecError. Returns the name of the output zip + file. + """ + zip_filename = base_name + ".zip" + archive_dir = os.path.dirname(base_name) + + if not os.path.exists(archive_dir): + if logger is not None: + logger.info("creating %s", archive_dir) + if not dry_run: + os.makedirs(archive_dir) + + # If zipfile module is not available, try spawning an external 'zip' + # command. + try: + import zipfile + except ImportError: + zipfile = None + + if zipfile is None: + _call_external_zip(base_dir, zip_filename, verbose, dry_run) + else: + if logger is not None: + logger.info("creating '%s' and adding '%s' to it", + zip_filename, base_dir) + + if not dry_run: + zip = zipfile.ZipFile(zip_filename, "w", + compression=zipfile.ZIP_DEFLATED) + + for dirpath, dirnames, filenames in os.walk(base_dir): + for name in filenames: + path = os.path.normpath(os.path.join(dirpath, name)) + if os.path.isfile(path): + zip.write(path, path) + if logger is not None: + logger.info("adding '%s'", path) + zip.close() + + return zip_filename + +_ARCHIVE_FORMATS = { + 'gztar': (_make_tarball, [('compress', 'gzip')], "gzip'ed tar-file"), + 'bztar': (_make_tarball, [('compress', 'bzip2')], "bzip2'ed tar-file"), + 'tar': (_make_tarball, [('compress', None)], "uncompressed tar file"), + 'zip': (_make_zipfile, [], "ZIP file"), + } + +if _BZ2_SUPPORTED: + _ARCHIVE_FORMATS['bztar'] = (_make_tarball, [('compress', 'bzip2')], + "bzip2'ed tar-file") + +def get_archive_formats(): + """Returns a list of supported formats for archiving and unarchiving. + + Each element of the returned sequence is a tuple (name, description) + """ + formats = [(name, registry[2]) for name, registry in + _ARCHIVE_FORMATS.items()] + formats.sort() + return formats + +def register_archive_format(name, function, extra_args=None, description=''): + """Registers an archive format. + + name is the name of the format. function is the callable that will be + used to create archives. If provided, extra_args is a sequence of + (name, value) tuples that will be passed as arguments to the callable. + description can be provided to describe the format, and will be returned + by the get_archive_formats() function. + """ + if extra_args is None: + extra_args = [] + if not isinstance(function, Callable): + raise TypeError('The %s object is not callable' % function) + if not isinstance(extra_args, (tuple, list)): + raise TypeError('extra_args needs to be a sequence') + for element in extra_args: + if not isinstance(element, (tuple, list)) or len(element) !=2: + raise TypeError('extra_args elements are : (arg_name, value)') + + _ARCHIVE_FORMATS[name] = (function, extra_args, description) + +def unregister_archive_format(name): + del _ARCHIVE_FORMATS[name] + +def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, + dry_run=0, owner=None, group=None, logger=None): + """Create an archive file (eg. zip or tar). + + 'base_name' is the name of the file to create, minus any format-specific + extension; 'format' is the archive format: one of "zip", "tar", "bztar" + or "gztar". + + 'root_dir' is a directory that will be the root directory of the + archive; ie. we typically chdir into 'root_dir' before creating the + archive. 'base_dir' is the directory where we start archiving from; + ie. 'base_dir' will be the common prefix of all files and + directories in the archive. 'root_dir' and 'base_dir' both default + to the current directory. Returns the name of the archive file. + + 'owner' and 'group' are used when creating a tar archive. By default, + uses the current owner and group. + """ + save_cwd = os.getcwd() + if root_dir is not None: + if logger is not None: + logger.debug("changing into '%s'", root_dir) + base_name = os.path.abspath(base_name) + if not dry_run: + os.chdir(root_dir) + + if base_dir is None: + base_dir = os.curdir + + kwargs = {'dry_run': dry_run, 'logger': logger} + + try: + format_info = _ARCHIVE_FORMATS[format] + except KeyError: + raise ValueError("unknown archive format '%s'" % format) + + func = format_info[0] + for arg, val in format_info[1]: + kwargs[arg] = val + + if format != 'zip': + kwargs['owner'] = owner + kwargs['group'] = group + + try: + filename = func(base_name, base_dir, **kwargs) + finally: + if root_dir is not None: + if logger is not None: + logger.debug("changing back to '%s'", save_cwd) + os.chdir(save_cwd) + + return filename + + +def get_unpack_formats(): + """Returns a list of supported formats for unpacking. + + Each element of the returned sequence is a tuple + (name, extensions, description) + """ + formats = [(name, info[0], info[3]) for name, info in + _UNPACK_FORMATS.items()] + formats.sort() + return formats + +def _check_unpack_options(extensions, function, extra_args): + """Checks what gets registered as an unpacker.""" + # first make sure no other unpacker is registered for this extension + existing_extensions = {} + for name, info in _UNPACK_FORMATS.items(): + for ext in info[0]: + existing_extensions[ext] = name + + for extension in extensions: + if extension in existing_extensions: + msg = '%s is already registered for "%s"' + raise RegistryError(msg % (extension, + existing_extensions[extension])) + + if not isinstance(function, Callable): + raise TypeError('The registered function must be a callable') + + +def register_unpack_format(name, extensions, function, extra_args=None, + description=''): + """Registers an unpack format. + + `name` is the name of the format. `extensions` is a list of extensions + corresponding to the format. + + `function` is the callable that will be + used to unpack archives. The callable will receive archives to unpack. + If it's unable to handle an archive, it needs to raise a ReadError + exception. + + If provided, `extra_args` is a sequence of + (name, value) tuples that will be passed as arguments to the callable. + description can be provided to describe the format, and will be returned + by the get_unpack_formats() function. + """ + if extra_args is None: + extra_args = [] + _check_unpack_options(extensions, function, extra_args) + _UNPACK_FORMATS[name] = extensions, function, extra_args, description + +def unregister_unpack_format(name): + """Removes the pack format from the registry.""" + del _UNPACK_FORMATS[name] + +def _ensure_directory(path): + """Ensure that the parent directory of `path` exists""" + dirname = os.path.dirname(path) + if not os.path.isdir(dirname): + os.makedirs(dirname) + +def _unpack_zipfile(filename, extract_dir): + """Unpack zip `filename` to `extract_dir` + """ + try: + import zipfile + except ImportError: + raise ReadError('zlib not supported, cannot unpack this archive.') + + if not zipfile.is_zipfile(filename): + raise ReadError("%s is not a zip file" % filename) + + zip = zipfile.ZipFile(filename) + try: + for info in zip.infolist(): + name = info.filename + + # don't extract absolute paths or ones with .. in them + if name.startswith('/') or '..' in name: + continue + + target = os.path.join(extract_dir, *name.split('/')) + if not target: + continue + + _ensure_directory(target) + if not name.endswith('/'): + # file + data = zip.read(info.filename) + f = open(target, 'wb') + try: + f.write(data) + finally: + f.close() + del data + finally: + zip.close() + +def _unpack_tarfile(filename, extract_dir): + """Unpack tar/tar.gz/tar.bz2 `filename` to `extract_dir` + """ + try: + tarobj = tarfile.open(filename) + except tarfile.TarError: + raise ReadError( + "%s is not a compressed or uncompressed tar file" % filename) + try: + tarobj.extractall(extract_dir) + finally: + tarobj.close() + +_UNPACK_FORMATS = { + 'gztar': (['.tar.gz', '.tgz'], _unpack_tarfile, [], "gzip'ed tar-file"), + 'tar': (['.tar'], _unpack_tarfile, [], "uncompressed tar file"), + 'zip': (['.zip'], _unpack_zipfile, [], "ZIP file") + } + +if _BZ2_SUPPORTED: + _UNPACK_FORMATS['bztar'] = (['.bz2'], _unpack_tarfile, [], + "bzip2'ed tar-file") + +def _find_unpack_format(filename): + for name, info in _UNPACK_FORMATS.items(): + for extension in info[0]: + if filename.endswith(extension): + return name + return None + +def unpack_archive(filename, extract_dir=None, format=None): + """Unpack an archive. + + `filename` is the name of the archive. + + `extract_dir` is the name of the target directory, where the archive + is unpacked. If not provided, the current working directory is used. + + `format` is the archive format: one of "zip", "tar", or "gztar". Or any + other registered format. If not provided, unpack_archive will use the + filename extension and see if an unpacker was registered for that + extension. + + In case none is found, a ValueError is raised. + """ + if extract_dir is None: + extract_dir = os.getcwd() + + if format is not None: + try: + format_info = _UNPACK_FORMATS[format] + except KeyError: + raise ValueError("Unknown unpack format '{0}'".format(format)) + + func = format_info[1] + func(filename, extract_dir, **dict(format_info[2])) + else: + # we need to look at the registered unpackers supported extensions + format = _find_unpack_format(filename) + if format is None: + raise ReadError("Unknown archive format '{0}'".format(filename)) + + func = _UNPACK_FORMATS[format][1] + kwargs = dict(_UNPACK_FORMATS[format][2]) + func(filename, extract_dir, **kwargs) diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg new file mode 100644 index 000000000..1746bd01c --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg @@ -0,0 +1,84 @@ +[posix_prefix] +# Configuration directories. Some of these come straight out of the +# configure script. They are for implementing the other variables, not to +# be used directly in [resource_locations]. +confdir = /etc +datadir = /usr/share +libdir = /usr/lib +statedir = /var +# User resource directory +local = ~/.local/{distribution.name} + +stdlib = {base}/lib/python{py_version_short} +platstdlib = {platbase}/lib/python{py_version_short} +purelib = {base}/lib/python{py_version_short}/site-packages +platlib = {platbase}/lib/python{py_version_short}/site-packages +include = {base}/include/python{py_version_short}{abiflags} +platinclude = {platbase}/include/python{py_version_short}{abiflags} +data = {base} + +[posix_home] +stdlib = {base}/lib/python +platstdlib = {base}/lib/python +purelib = {base}/lib/python +platlib = {base}/lib/python +include = {base}/include/python +platinclude = {base}/include/python +scripts = {base}/bin +data = {base} + +[nt] +stdlib = {base}/Lib +platstdlib = {base}/Lib +purelib = {base}/Lib/site-packages +platlib = {base}/Lib/site-packages +include = {base}/Include +platinclude = {base}/Include +scripts = {base}/Scripts +data = {base} + +[os2] +stdlib = {base}/Lib +platstdlib = {base}/Lib +purelib = {base}/Lib/site-packages +platlib = {base}/Lib/site-packages +include = {base}/Include +platinclude = {base}/Include +scripts = {base}/Scripts +data = {base} + +[os2_home] +stdlib = {userbase}/lib/python{py_version_short} +platstdlib = {userbase}/lib/python{py_version_short} +purelib = {userbase}/lib/python{py_version_short}/site-packages +platlib = {userbase}/lib/python{py_version_short}/site-packages +include = {userbase}/include/python{py_version_short} +scripts = {userbase}/bin +data = {userbase} + +[nt_user] +stdlib = {userbase}/Python{py_version_nodot} +platstdlib = {userbase}/Python{py_version_nodot} +purelib = {userbase}/Python{py_version_nodot}/site-packages +platlib = {userbase}/Python{py_version_nodot}/site-packages +include = {userbase}/Python{py_version_nodot}/Include +scripts = {userbase}/Scripts +data = {userbase} + +[posix_user] +stdlib = {userbase}/lib/python{py_version_short} +platstdlib = {userbase}/lib/python{py_version_short} +purelib = {userbase}/lib/python{py_version_short}/site-packages +platlib = {userbase}/lib/python{py_version_short}/site-packages +include = {userbase}/include/python{py_version_short} +scripts = {userbase}/bin +data = {userbase} + +[osx_framework_user] +stdlib = {userbase}/lib/python +platstdlib = {userbase}/lib/python +purelib = {userbase}/lib/python/site-packages +platlib = {userbase}/lib/python/site-packages +include = {userbase}/include +scripts = {userbase}/bin +data = {userbase} diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/sysconfig.py b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/sysconfig.py new file mode 100644 index 000000000..b470a373c --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/sysconfig.py @@ -0,0 +1,786 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""Access to Python's configuration information.""" + +import codecs +import os +import re +import sys +from os.path import pardir, realpath +try: + import configparser +except ImportError: + import ConfigParser as configparser + + +__all__ = [ + 'get_config_h_filename', + 'get_config_var', + 'get_config_vars', + 'get_makefile_filename', + 'get_path', + 'get_path_names', + 'get_paths', + 'get_platform', + 'get_python_version', + 'get_scheme_names', + 'parse_config_h', +] + + +def _safe_realpath(path): + try: + return realpath(path) + except OSError: + return path + + +if sys.executable: + _PROJECT_BASE = os.path.dirname(_safe_realpath(sys.executable)) +else: + # sys.executable can be empty if argv[0] has been changed and Python is + # unable to retrieve the real program name + _PROJECT_BASE = _safe_realpath(os.getcwd()) + +if os.name == "nt" and "pcbuild" in _PROJECT_BASE[-8:].lower(): + _PROJECT_BASE = _safe_realpath(os.path.join(_PROJECT_BASE, pardir)) +# PC/VS7.1 +if os.name == "nt" and "\\pc\\v" in _PROJECT_BASE[-10:].lower(): + _PROJECT_BASE = _safe_realpath(os.path.join(_PROJECT_BASE, pardir, pardir)) +# PC/AMD64 +if os.name == "nt" and "\\pcbuild\\amd64" in _PROJECT_BASE[-14:].lower(): + _PROJECT_BASE = _safe_realpath(os.path.join(_PROJECT_BASE, pardir, pardir)) + + +def is_python_build(): + for fn in ("Setup.dist", "Setup.local"): + if os.path.isfile(os.path.join(_PROJECT_BASE, "Modules", fn)): + return True + return False + +_PYTHON_BUILD = is_python_build() + +_cfg_read = False + +def _ensure_cfg_read(): + global _cfg_read + if not _cfg_read: + from ..resources import finder + backport_package = __name__.rsplit('.', 1)[0] + _finder = finder(backport_package) + _cfgfile = _finder.find('sysconfig.cfg') + assert _cfgfile, 'sysconfig.cfg exists' + with _cfgfile.as_stream() as s: + _SCHEMES.readfp(s) + if _PYTHON_BUILD: + for scheme in ('posix_prefix', 'posix_home'): + _SCHEMES.set(scheme, 'include', '{srcdir}/Include') + _SCHEMES.set(scheme, 'platinclude', '{projectbase}/.') + + _cfg_read = True + + +_SCHEMES = configparser.RawConfigParser() +_VAR_REPL = re.compile(r'\{([^{]*?)\}') + +def _expand_globals(config): + _ensure_cfg_read() + if config.has_section('globals'): + globals = config.items('globals') + else: + globals = tuple() + + sections = config.sections() + for section in sections: + if section == 'globals': + continue + for option, value in globals: + if config.has_option(section, option): + continue + config.set(section, option, value) + config.remove_section('globals') + + # now expanding local variables defined in the cfg file + # + for section in config.sections(): + variables = dict(config.items(section)) + + def _replacer(matchobj): + name = matchobj.group(1) + if name in variables: + return variables[name] + return matchobj.group(0) + + for option, value in config.items(section): + config.set(section, option, _VAR_REPL.sub(_replacer, value)) + +#_expand_globals(_SCHEMES) + +_PY_VERSION = '%s.%s.%s' % sys.version_info[:3] +_PY_VERSION_SHORT = '%s.%s' % sys.version_info[:2] +_PY_VERSION_SHORT_NO_DOT = '%s%s' % sys.version_info[:2] +_PREFIX = os.path.normpath(sys.prefix) +_EXEC_PREFIX = os.path.normpath(sys.exec_prefix) +_CONFIG_VARS = None +_USER_BASE = None + + +def _subst_vars(path, local_vars): + """In the string `path`, replace tokens like {some.thing} with the + corresponding value from the map `local_vars`. + + If there is no corresponding value, leave the token unchanged. + """ + def _replacer(matchobj): + name = matchobj.group(1) + if name in local_vars: + return local_vars[name] + elif name in os.environ: + return os.environ[name] + return matchobj.group(0) + return _VAR_REPL.sub(_replacer, path) + + +def _extend_dict(target_dict, other_dict): + target_keys = target_dict.keys() + for key, value in other_dict.items(): + if key in target_keys: + continue + target_dict[key] = value + + +def _expand_vars(scheme, vars): + res = {} + if vars is None: + vars = {} + _extend_dict(vars, get_config_vars()) + + for key, value in _SCHEMES.items(scheme): + if os.name in ('posix', 'nt'): + value = os.path.expanduser(value) + res[key] = os.path.normpath(_subst_vars(value, vars)) + return res + + +def format_value(value, vars): + def _replacer(matchobj): + name = matchobj.group(1) + if name in vars: + return vars[name] + return matchobj.group(0) + return _VAR_REPL.sub(_replacer, value) + + +def _get_default_scheme(): + if os.name == 'posix': + # the default scheme for posix is posix_prefix + return 'posix_prefix' + return os.name + + +def _getuserbase(): + env_base = os.environ.get("PYTHONUSERBASE", None) + + def joinuser(*args): + return os.path.expanduser(os.path.join(*args)) + + # what about 'os2emx', 'riscos' ? + if os.name == "nt": + base = os.environ.get("APPDATA") or "~" + if env_base: + return env_base + else: + return joinuser(base, "Python") + + if sys.platform == "darwin": + framework = get_config_var("PYTHONFRAMEWORK") + if framework: + if env_base: + return env_base + else: + return joinuser("~", "Library", framework, "%d.%d" % + sys.version_info[:2]) + + if env_base: + return env_base + else: + return joinuser("~", ".local") + + +def _parse_makefile(filename, vars=None): + """Parse a Makefile-style file. + + A dictionary containing name/value pairs is returned. If an + optional dictionary is passed in as the second argument, it is + used instead of a new dictionary. + """ + # Regexes needed for parsing Makefile (and similar syntaxes, + # like old-style Setup files). + _variable_rx = re.compile(r"([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)") + _findvar1_rx = re.compile(r"\$\(([A-Za-z][A-Za-z0-9_]*)\)") + _findvar2_rx = re.compile(r"\${([A-Za-z][A-Za-z0-9_]*)}") + + if vars is None: + vars = {} + done = {} + notdone = {} + + with codecs.open(filename, encoding='utf-8', errors="surrogateescape") as f: + lines = f.readlines() + + for line in lines: + if line.startswith('#') or line.strip() == '': + continue + m = _variable_rx.match(line) + if m: + n, v = m.group(1, 2) + v = v.strip() + # `$$' is a literal `$' in make + tmpv = v.replace('$$', '') + + if "$" in tmpv: + notdone[n] = v + else: + try: + v = int(v) + except ValueError: + # insert literal `$' + done[n] = v.replace('$$', '$') + else: + done[n] = v + + # do variable interpolation here + variables = list(notdone.keys()) + + # Variables with a 'PY_' prefix in the makefile. These need to + # be made available without that prefix through sysconfig. + # Special care is needed to ensure that variable expansion works, even + # if the expansion uses the name without a prefix. + renamed_variables = ('CFLAGS', 'LDFLAGS', 'CPPFLAGS') + + while len(variables) > 0: + for name in tuple(variables): + value = notdone[name] + m = _findvar1_rx.search(value) or _findvar2_rx.search(value) + if m is not None: + n = m.group(1) + found = True + if n in done: + item = str(done[n]) + elif n in notdone: + # get it on a subsequent round + found = False + elif n in os.environ: + # do it like make: fall back to environment + item = os.environ[n] + + elif n in renamed_variables: + if (name.startswith('PY_') and + name[3:] in renamed_variables): + item = "" + + elif 'PY_' + n in notdone: + found = False + + else: + item = str(done['PY_' + n]) + + else: + done[n] = item = "" + + if found: + after = value[m.end():] + value = value[:m.start()] + item + after + if "$" in after: + notdone[name] = value + else: + try: + value = int(value) + except ValueError: + done[name] = value.strip() + else: + done[name] = value + variables.remove(name) + + if (name.startswith('PY_') and + name[3:] in renamed_variables): + + name = name[3:] + if name not in done: + done[name] = value + + else: + # bogus variable reference (e.g. "prefix=$/opt/python"); + # just drop it since we can't deal + done[name] = value + variables.remove(name) + + # strip spurious spaces + for k, v in done.items(): + if isinstance(v, str): + done[k] = v.strip() + + # save the results in the global dictionary + vars.update(done) + return vars + + +def get_makefile_filename(): + """Return the path of the Makefile.""" + if _PYTHON_BUILD: + return os.path.join(_PROJECT_BASE, "Makefile") + if hasattr(sys, 'abiflags'): + config_dir_name = 'config-%s%s' % (_PY_VERSION_SHORT, sys.abiflags) + else: + config_dir_name = 'config' + return os.path.join(get_path('stdlib'), config_dir_name, 'Makefile') + + +def _init_posix(vars): + """Initialize the module as appropriate for POSIX systems.""" + # load the installed Makefile: + makefile = get_makefile_filename() + try: + _parse_makefile(makefile, vars) + except IOError as e: + msg = "invalid Python installation: unable to open %s" % makefile + if hasattr(e, "strerror"): + msg = msg + " (%s)" % e.strerror + raise IOError(msg) + # load the installed pyconfig.h: + config_h = get_config_h_filename() + try: + with open(config_h) as f: + parse_config_h(f, vars) + except IOError as e: + msg = "invalid Python installation: unable to open %s" % config_h + if hasattr(e, "strerror"): + msg = msg + " (%s)" % e.strerror + raise IOError(msg) + # On AIX, there are wrong paths to the linker scripts in the Makefile + # -- these paths are relative to the Python source, but when installed + # the scripts are in another directory. + if _PYTHON_BUILD: + vars['LDSHARED'] = vars['BLDSHARED'] + + +def _init_non_posix(vars): + """Initialize the module as appropriate for NT""" + # set basic install directories + vars['LIBDEST'] = get_path('stdlib') + vars['BINLIBDEST'] = get_path('platstdlib') + vars['INCLUDEPY'] = get_path('include') + vars['SO'] = '.pyd' + vars['EXE'] = '.exe' + vars['VERSION'] = _PY_VERSION_SHORT_NO_DOT + vars['BINDIR'] = os.path.dirname(_safe_realpath(sys.executable)) + +# +# public APIs +# + + +def parse_config_h(fp, vars=None): + """Parse a config.h-style file. + + A dictionary containing name/value pairs is returned. If an + optional dictionary is passed in as the second argument, it is + used instead of a new dictionary. + """ + if vars is None: + vars = {} + define_rx = re.compile("#define ([A-Z][A-Za-z0-9_]+) (.*)\n") + undef_rx = re.compile("/[*] #undef ([A-Z][A-Za-z0-9_]+) [*]/\n") + + while True: + line = fp.readline() + if not line: + break + m = define_rx.match(line) + if m: + n, v = m.group(1, 2) + try: + v = int(v) + except ValueError: + pass + vars[n] = v + else: + m = undef_rx.match(line) + if m: + vars[m.group(1)] = 0 + return vars + + +def get_config_h_filename(): + """Return the path of pyconfig.h.""" + if _PYTHON_BUILD: + if os.name == "nt": + inc_dir = os.path.join(_PROJECT_BASE, "PC") + else: + inc_dir = _PROJECT_BASE + else: + inc_dir = get_path('platinclude') + return os.path.join(inc_dir, 'pyconfig.h') + + +def get_scheme_names(): + """Return a tuple containing the schemes names.""" + return tuple(sorted(_SCHEMES.sections())) + + +def get_path_names(): + """Return a tuple containing the paths names.""" + # xxx see if we want a static list + return _SCHEMES.options('posix_prefix') + + +def get_paths(scheme=_get_default_scheme(), vars=None, expand=True): + """Return a mapping containing an install scheme. + + ``scheme`` is the install scheme name. If not provided, it will + return the default scheme for the current platform. + """ + _ensure_cfg_read() + if expand: + return _expand_vars(scheme, vars) + else: + return dict(_SCHEMES.items(scheme)) + + +def get_path(name, scheme=_get_default_scheme(), vars=None, expand=True): + """Return a path corresponding to the scheme. + + ``scheme`` is the install scheme name. + """ + return get_paths(scheme, vars, expand)[name] + + +def get_config_vars(*args): + """With no arguments, return a dictionary of all configuration + variables relevant for the current platform. + + On Unix, this means every variable defined in Python's installed Makefile; + On Windows and Mac OS it's a much smaller set. + + With arguments, return a list of values that result from looking up + each argument in the configuration variable dictionary. + """ + global _CONFIG_VARS + if _CONFIG_VARS is None: + _CONFIG_VARS = {} + # Normalized versions of prefix and exec_prefix are handy to have; + # in fact, these are the standard versions used most places in the + # distutils2 module. + _CONFIG_VARS['prefix'] = _PREFIX + _CONFIG_VARS['exec_prefix'] = _EXEC_PREFIX + _CONFIG_VARS['py_version'] = _PY_VERSION + _CONFIG_VARS['py_version_short'] = _PY_VERSION_SHORT + _CONFIG_VARS['py_version_nodot'] = _PY_VERSION[0] + _PY_VERSION[2] + _CONFIG_VARS['base'] = _PREFIX + _CONFIG_VARS['platbase'] = _EXEC_PREFIX + _CONFIG_VARS['projectbase'] = _PROJECT_BASE + try: + _CONFIG_VARS['abiflags'] = sys.abiflags + except AttributeError: + # sys.abiflags may not be defined on all platforms. + _CONFIG_VARS['abiflags'] = '' + + if os.name in ('nt', 'os2'): + _init_non_posix(_CONFIG_VARS) + if os.name == 'posix': + _init_posix(_CONFIG_VARS) + # Setting 'userbase' is done below the call to the + # init function to enable using 'get_config_var' in + # the init-function. + if sys.version >= '2.6': + _CONFIG_VARS['userbase'] = _getuserbase() + + if 'srcdir' not in _CONFIG_VARS: + _CONFIG_VARS['srcdir'] = _PROJECT_BASE + else: + _CONFIG_VARS['srcdir'] = _safe_realpath(_CONFIG_VARS['srcdir']) + + # Convert srcdir into an absolute path if it appears necessary. + # Normally it is relative to the build directory. However, during + # testing, for example, we might be running a non-installed python + # from a different directory. + if _PYTHON_BUILD and os.name == "posix": + base = _PROJECT_BASE + try: + cwd = os.getcwd() + except OSError: + cwd = None + if (not os.path.isabs(_CONFIG_VARS['srcdir']) and + base != cwd): + # srcdir is relative and we are not in the same directory + # as the executable. Assume executable is in the build + # directory and make srcdir absolute. + srcdir = os.path.join(base, _CONFIG_VARS['srcdir']) + _CONFIG_VARS['srcdir'] = os.path.normpath(srcdir) + + if sys.platform == 'darwin': + kernel_version = os.uname()[2] # Kernel version (8.4.3) + major_version = int(kernel_version.split('.')[0]) + + if major_version < 8: + # On Mac OS X before 10.4, check if -arch and -isysroot + # are in CFLAGS or LDFLAGS and remove them if they are. + # This is needed when building extensions on a 10.3 system + # using a universal build of python. + for key in ('LDFLAGS', 'BASECFLAGS', + # a number of derived variables. These need to be + # patched up as well. + 'CFLAGS', 'PY_CFLAGS', 'BLDSHARED'): + flags = _CONFIG_VARS[key] + flags = re.sub(r'-arch\s+\w+\s', ' ', flags) + flags = re.sub('-isysroot [^ \t]*', ' ', flags) + _CONFIG_VARS[key] = flags + else: + # Allow the user to override the architecture flags using + # an environment variable. + # NOTE: This name was introduced by Apple in OSX 10.5 and + # is used by several scripting languages distributed with + # that OS release. + if 'ARCHFLAGS' in os.environ: + arch = os.environ['ARCHFLAGS'] + for key in ('LDFLAGS', 'BASECFLAGS', + # a number of derived variables. These need to be + # patched up as well. + 'CFLAGS', 'PY_CFLAGS', 'BLDSHARED'): + + flags = _CONFIG_VARS[key] + flags = re.sub(r'-arch\s+\w+\s', ' ', flags) + flags = flags + ' ' + arch + _CONFIG_VARS[key] = flags + + # If we're on OSX 10.5 or later and the user tries to + # compiles an extension using an SDK that is not present + # on the current machine it is better to not use an SDK + # than to fail. + # + # The major usecase for this is users using a Python.org + # binary installer on OSX 10.6: that installer uses + # the 10.4u SDK, but that SDK is not installed by default + # when you install Xcode. + # + CFLAGS = _CONFIG_VARS.get('CFLAGS', '') + m = re.search(r'-isysroot\s+(\S+)', CFLAGS) + if m is not None: + sdk = m.group(1) + if not os.path.exists(sdk): + for key in ('LDFLAGS', 'BASECFLAGS', + # a number of derived variables. These need to be + # patched up as well. + 'CFLAGS', 'PY_CFLAGS', 'BLDSHARED'): + + flags = _CONFIG_VARS[key] + flags = re.sub(r'-isysroot\s+\S+(\s|$)', ' ', flags) + _CONFIG_VARS[key] = flags + + if args: + vals = [] + for name in args: + vals.append(_CONFIG_VARS.get(name)) + return vals + else: + return _CONFIG_VARS + + +def get_config_var(name): + """Return the value of a single variable using the dictionary returned by + 'get_config_vars()'. + + Equivalent to get_config_vars().get(name) + """ + return get_config_vars().get(name) + + +def get_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. for IRIX + the architecture isn't particularly important (IRIX only runs on SGI + hardware), but for Linux the kernel version isn't particularly + important. + + Examples of returned values: + linux-i586 + linux-alpha (?) + solaris-2.6-sun4u + irix-5.3 + irix64-6.2 + + Windows will return one of: + win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc) + win-ia64 (64bit Windows on Itanium) + win32 (all others - specifically, sys.platform is returned) + + For other non-POSIX platforms, currently just returns 'sys.platform'. + """ + if os.name == 'nt': + # sniff sys.version for architecture. + prefix = " bit (" + i = sys.version.find(prefix) + if i == -1: + return sys.platform + j = sys.version.find(")", i) + look = sys.version[i+len(prefix):j].lower() + if look == 'amd64': + return 'win-amd64' + if look == 'itanium': + return 'win-ia64' + return sys.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 + # (to accommodate BSD/OS), and translate spaces (for "Power Macintosh") + osname = osname.lower().replace('/', '') + machine = machine.replace(' ', '_') + machine = machine.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:]) + # fall through to standard osname-release-machine representation + elif osname[:4] == "irix": # could be "irix64"! + return "%s-%s" % (osname, release) + elif osname[:3] == "aix": + return "%s-%s.%s" % (osname, version, release) + elif osname[:6] == "cygwin": + osname = "cygwin" + rel_re = re.compile(r'[\d.]+') + m = rel_re.match(release) + if m: + release = m.group() + elif osname[:6] == "darwin": + # + # For our purposes, we'll assume that the system version from + # distutils' perspective is what MACOSX_DEPLOYMENT_TARGET is set + # to. This makes the compatibility story a bit more sane because the + # machine is going to compile and link as if it were + # MACOSX_DEPLOYMENT_TARGET. + cfgvars = get_config_vars() + macver = cfgvars.get('MACOSX_DEPLOYMENT_TARGET') + + if True: + # Always calculate the release of the running machine, + # needed to determine if we can build fat binaries or not. + + macrelease = macver + # Get the system version. Reading this plist is a documented + # way to get the system version (see the documentation for + # the Gestalt Manager) + try: + f = open('/System/Library/CoreServices/SystemVersion.plist') + except IOError: + # We're on a plain darwin box, fall back to the default + # behaviour. + pass + else: + try: + m = re.search(r'ProductUserVisibleVersion\s*' + r'(.*?)', f.read()) + finally: + f.close() + if m is not None: + macrelease = '.'.join(m.group(1).split('.')[:2]) + # else: fall back to the default behaviour + + if not macver: + macver = macrelease + + if macver: + release = macver + osname = "macosx" + + if ((macrelease + '.') >= '10.4.' and + '-arch' in get_config_vars().get('CFLAGS', '').strip()): + # The universal build will build fat binaries, but not on + # systems before 10.4 + # + # Try to detect 4-way universal builds, those have machine-type + # 'universal' instead of 'fat'. + + machine = 'fat' + cflags = get_config_vars().get('CFLAGS') + + archs = re.findall(r'-arch\s+(\S+)', cflags) + archs = tuple(sorted(set(archs))) + + if len(archs) == 1: + machine = archs[0] + elif archs == ('i386', 'ppc'): + machine = 'fat' + elif archs == ('i386', 'x86_64'): + machine = 'intel' + elif archs == ('i386', 'ppc', 'x86_64'): + machine = 'fat3' + elif archs == ('ppc64', 'x86_64'): + machine = 'fat64' + elif archs == ('i386', 'ppc', 'ppc64', 'x86_64'): + machine = 'universal' + else: + raise ValueError( + "Don't know machine value for archs=%r" % (archs,)) + + elif machine == 'i386': + # On OSX the machine type returned by uname is always the + # 32-bit variant, even if the executable architecture is + # the 64-bit variant + if sys.maxsize >= 2**32: + machine = 'x86_64' + + elif machine in ('PowerPC', 'Power_Macintosh'): + # Pick a sane name for the PPC architecture. + # See 'i386' case + if sys.maxsize >= 2**32: + machine = 'ppc64' + else: + machine = 'ppc' + + return "%s-%s-%s" % (osname, release, machine) + + +def get_python_version(): + return _PY_VERSION_SHORT + + +def _print_dict(title, data): + for index, (key, value) in enumerate(sorted(data.items())): + if index == 0: + print('%s: ' % (title)) + print('\t%s = "%s"' % (key, value)) + + +def _main(): + """Display all information sysconfig detains.""" + print('Platform: "%s"' % get_platform()) + print('Python version: "%s"' % get_python_version()) + print('Current installation scheme: "%s"' % _get_default_scheme()) + print() + _print_dict('Paths', get_paths()) + print() + _print_dict('Variables', get_config_vars()) + + +if __name__ == '__main__': + _main() diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/tarfile.py b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/tarfile.py new file mode 100644 index 000000000..d66d85663 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/tarfile.py @@ -0,0 +1,2607 @@ +#------------------------------------------------------------------- +# tarfile.py +#------------------------------------------------------------------- +# Copyright (C) 2002 Lars Gustaebel +# All rights reserved. +# +# 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 print_function + +"""Read from and write to tar format archives. +""" + +__version__ = "$Revision$" + +version = "0.9.0" +__author__ = "Lars Gust\u00e4bel (lars@gustaebel.de)" +__date__ = "$Date: 2011-02-25 17:42:01 +0200 (Fri, 25 Feb 2011) $" +__cvsid__ = "$Id: tarfile.py 88586 2011-02-25 15:42:01Z marc-andre.lemburg $" +__credits__ = "Gustavo Niemeyer, Niels Gust\u00e4bel, Richard Townsend." + +#--------- +# Imports +#--------- +import sys +import os +import stat +import errno +import time +import struct +import copy +import re + +try: + import grp, pwd +except ImportError: + grp = pwd = None + +# os.symlink on Windows prior to 6.0 raises NotImplementedError +symlink_exception = (AttributeError, NotImplementedError) +try: + # WindowsError (1314) will be raised if the caller does not hold the + # SeCreateSymbolicLinkPrivilege privilege + symlink_exception += (WindowsError,) +except NameError: + pass + +# from tarfile import * +__all__ = ["TarFile", "TarInfo", "is_tarfile", "TarError"] + +if sys.version_info[0] < 3: + import __builtin__ as builtins +else: + import builtins + +_open = builtins.open # Since 'open' is TarFile.open + +#--------------------------------------------------------- +# tar constants +#--------------------------------------------------------- +NUL = b"\0" # the null character +BLOCKSIZE = 512 # length of processing blocks +RECORDSIZE = BLOCKSIZE * 20 # length of records +GNU_MAGIC = b"ustar \0" # magic gnu tar string +POSIX_MAGIC = b"ustar\x0000" # magic posix tar string + +LENGTH_NAME = 100 # maximum length of a filename +LENGTH_LINK = 100 # maximum length of a linkname +LENGTH_PREFIX = 155 # maximum length of the prefix field + +REGTYPE = b"0" # regular file +AREGTYPE = b"\0" # regular file +LNKTYPE = b"1" # link (inside tarfile) +SYMTYPE = b"2" # symbolic link +CHRTYPE = b"3" # character special device +BLKTYPE = b"4" # block special device +DIRTYPE = b"5" # directory +FIFOTYPE = b"6" # fifo special device +CONTTYPE = b"7" # contiguous file + +GNUTYPE_LONGNAME = b"L" # GNU tar longname +GNUTYPE_LONGLINK = b"K" # GNU tar longlink +GNUTYPE_SPARSE = b"S" # GNU tar sparse file + +XHDTYPE = b"x" # POSIX.1-2001 extended header +XGLTYPE = b"g" # POSIX.1-2001 global header +SOLARIS_XHDTYPE = b"X" # Solaris extended header + +USTAR_FORMAT = 0 # POSIX.1-1988 (ustar) format +GNU_FORMAT = 1 # GNU tar format +PAX_FORMAT = 2 # POSIX.1-2001 (pax) format +DEFAULT_FORMAT = GNU_FORMAT + +#--------------------------------------------------------- +# tarfile constants +#--------------------------------------------------------- +# File types that tarfile supports: +SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE, + SYMTYPE, DIRTYPE, FIFOTYPE, + CONTTYPE, CHRTYPE, BLKTYPE, + GNUTYPE_LONGNAME, GNUTYPE_LONGLINK, + GNUTYPE_SPARSE) + +# File types that will be treated as a regular file. +REGULAR_TYPES = (REGTYPE, AREGTYPE, + CONTTYPE, GNUTYPE_SPARSE) + +# File types that are part of the GNU tar format. +GNU_TYPES = (GNUTYPE_LONGNAME, GNUTYPE_LONGLINK, + GNUTYPE_SPARSE) + +# Fields from a pax header that override a TarInfo attribute. +PAX_FIELDS = ("path", "linkpath", "size", "mtime", + "uid", "gid", "uname", "gname") + +# Fields from a pax header that are affected by hdrcharset. +PAX_NAME_FIELDS = set(("path", "linkpath", "uname", "gname")) + +# Fields in a pax header that are numbers, all other fields +# are treated as strings. +PAX_NUMBER_FIELDS = { + "atime": float, + "ctime": float, + "mtime": float, + "uid": int, + "gid": int, + "size": int +} + +#--------------------------------------------------------- +# Bits used in the mode field, values in octal. +#--------------------------------------------------------- +S_IFLNK = 0o120000 # symbolic link +S_IFREG = 0o100000 # regular file +S_IFBLK = 0o060000 # block device +S_IFDIR = 0o040000 # directory +S_IFCHR = 0o020000 # character device +S_IFIFO = 0o010000 # fifo + +TSUID = 0o4000 # set UID on execution +TSGID = 0o2000 # set GID on execution +TSVTX = 0o1000 # reserved + +TUREAD = 0o400 # read by owner +TUWRITE = 0o200 # write by owner +TUEXEC = 0o100 # execute/search by owner +TGREAD = 0o040 # read by group +TGWRITE = 0o020 # write by group +TGEXEC = 0o010 # execute/search by group +TOREAD = 0o004 # read by other +TOWRITE = 0o002 # write by other +TOEXEC = 0o001 # execute/search by other + +#--------------------------------------------------------- +# initialization +#--------------------------------------------------------- +if os.name in ("nt", "ce"): + ENCODING = "utf-8" +else: + ENCODING = sys.getfilesystemencoding() + +#--------------------------------------------------------- +# Some useful functions +#--------------------------------------------------------- + +def stn(s, length, encoding, errors): + """Convert a string to a null-terminated bytes object. + """ + s = s.encode(encoding, errors) + return s[:length] + (length - len(s)) * NUL + +def nts(s, encoding, errors): + """Convert a null-terminated bytes object to a string. + """ + p = s.find(b"\0") + if p != -1: + s = s[:p] + return s.decode(encoding, errors) + +def nti(s): + """Convert a number field to a python number. + """ + # There are two possible encodings for a number field, see + # itn() below. + if s[0] != chr(0o200): + try: + n = int(nts(s, "ascii", "strict") or "0", 8) + except ValueError: + raise InvalidHeaderError("invalid header") + else: + n = 0 + for i in range(len(s) - 1): + n <<= 8 + n += ord(s[i + 1]) + return n + +def itn(n, digits=8, format=DEFAULT_FORMAT): + """Convert a python number to a number field. + """ + # POSIX 1003.1-1988 requires numbers to be encoded as a string of + # octal digits followed by a null-byte, this allows values up to + # (8**(digits-1))-1. GNU tar allows storing numbers greater than + # that if necessary. A leading 0o200 byte indicates this particular + # encoding, the following digits-1 bytes are a big-endian + # representation. This allows values up to (256**(digits-1))-1. + if 0 <= n < 8 ** (digits - 1): + s = ("%0*o" % (digits - 1, n)).encode("ascii") + NUL + else: + if format != GNU_FORMAT or n >= 256 ** (digits - 1): + raise ValueError("overflow in number field") + + if n < 0: + # XXX We mimic GNU tar's behaviour with negative numbers, + # this could raise OverflowError. + n = struct.unpack("L", struct.pack("l", n))[0] + + s = bytearray() + for i in range(digits - 1): + s.insert(0, n & 0o377) + n >>= 8 + s.insert(0, 0o200) + return s + +def calc_chksums(buf): + """Calculate the checksum for a member's header by summing up all + characters except for the chksum field which is treated as if + it was filled with spaces. According to the GNU tar sources, + some tars (Sun and NeXT) calculate chksum with signed char, + which will be different if there are chars in the buffer with + the high bit set. So we calculate two checksums, unsigned and + signed. + """ + unsigned_chksum = 256 + sum(struct.unpack("148B", buf[:148]) + struct.unpack("356B", buf[156:512])) + signed_chksum = 256 + sum(struct.unpack("148b", buf[:148]) + struct.unpack("356b", buf[156:512])) + return unsigned_chksum, signed_chksum + +def copyfileobj(src, dst, length=None): + """Copy length bytes from fileobj src to fileobj dst. + If length is None, copy the entire content. + """ + if length == 0: + return + if length is None: + while True: + buf = src.read(16*1024) + if not buf: + break + dst.write(buf) + return + + BUFSIZE = 16 * 1024 + blocks, remainder = divmod(length, BUFSIZE) + for b in range(blocks): + buf = src.read(BUFSIZE) + if len(buf) < BUFSIZE: + raise IOError("end of file reached") + dst.write(buf) + + if remainder != 0: + buf = src.read(remainder) + if len(buf) < remainder: + raise IOError("end of file reached") + dst.write(buf) + return + +filemode_table = ( + ((S_IFLNK, "l"), + (S_IFREG, "-"), + (S_IFBLK, "b"), + (S_IFDIR, "d"), + (S_IFCHR, "c"), + (S_IFIFO, "p")), + + ((TUREAD, "r"),), + ((TUWRITE, "w"),), + ((TUEXEC|TSUID, "s"), + (TSUID, "S"), + (TUEXEC, "x")), + + ((TGREAD, "r"),), + ((TGWRITE, "w"),), + ((TGEXEC|TSGID, "s"), + (TSGID, "S"), + (TGEXEC, "x")), + + ((TOREAD, "r"),), + ((TOWRITE, "w"),), + ((TOEXEC|TSVTX, "t"), + (TSVTX, "T"), + (TOEXEC, "x")) +) + +def filemode(mode): + """Convert a file's mode to a string of the form + -rwxrwxrwx. + Used by TarFile.list() + """ + perm = [] + for table in filemode_table: + for bit, char in table: + if mode & bit == bit: + perm.append(char) + break + else: + perm.append("-") + return "".join(perm) + +class TarError(Exception): + """Base exception.""" + pass +class ExtractError(TarError): + """General exception for extract errors.""" + pass +class ReadError(TarError): + """Exception for unreadable tar archives.""" + pass +class CompressionError(TarError): + """Exception for unavailable compression methods.""" + pass +class StreamError(TarError): + """Exception for unsupported operations on stream-like TarFiles.""" + pass +class HeaderError(TarError): + """Base exception for header errors.""" + pass +class EmptyHeaderError(HeaderError): + """Exception for empty headers.""" + pass +class TruncatedHeaderError(HeaderError): + """Exception for truncated headers.""" + pass +class EOFHeaderError(HeaderError): + """Exception for end of file headers.""" + pass +class InvalidHeaderError(HeaderError): + """Exception for invalid headers.""" + pass +class SubsequentHeaderError(HeaderError): + """Exception for missing and invalid extended headers.""" + pass + +#--------------------------- +# internal stream interface +#--------------------------- +class _LowLevelFile(object): + """Low-level file object. Supports reading and writing. + It is used instead of a regular file object for streaming + access. + """ + + def __init__(self, name, mode): + mode = { + "r": os.O_RDONLY, + "w": os.O_WRONLY | os.O_CREAT | os.O_TRUNC, + }[mode] + if hasattr(os, "O_BINARY"): + mode |= os.O_BINARY + self.fd = os.open(name, mode, 0o666) + + def close(self): + os.close(self.fd) + + def read(self, size): + return os.read(self.fd, size) + + def write(self, s): + os.write(self.fd, s) + +class _Stream(object): + """Class that serves as an adapter between TarFile and + a stream-like object. The stream-like object only + needs to have a read() or write() method and is accessed + blockwise. Use of gzip or bzip2 compression is possible. + A stream-like object could be for example: sys.stdin, + sys.stdout, a socket, a tape device etc. + + _Stream is intended to be used only internally. + """ + + def __init__(self, name, mode, comptype, fileobj, bufsize): + """Construct a _Stream object. + """ + self._extfileobj = True + if fileobj is None: + fileobj = _LowLevelFile(name, mode) + self._extfileobj = False + + if comptype == '*': + # Enable transparent compression detection for the + # stream interface + fileobj = _StreamProxy(fileobj) + comptype = fileobj.getcomptype() + + self.name = name or "" + self.mode = mode + self.comptype = comptype + self.fileobj = fileobj + self.bufsize = bufsize + self.buf = b"" + self.pos = 0 + self.closed = False + + try: + if comptype == "gz": + try: + import zlib + except ImportError: + raise CompressionError("zlib module is not available") + self.zlib = zlib + self.crc = zlib.crc32(b"") + if mode == "r": + self._init_read_gz() + else: + self._init_write_gz() + + if comptype == "bz2": + try: + import bz2 + except ImportError: + raise CompressionError("bz2 module is not available") + if mode == "r": + self.dbuf = b"" + self.cmp = bz2.BZ2Decompressor() + else: + self.cmp = bz2.BZ2Compressor() + except: + if not self._extfileobj: + self.fileobj.close() + self.closed = True + raise + + def __del__(self): + if hasattr(self, "closed") and not self.closed: + self.close() + + def _init_write_gz(self): + """Initialize for writing with gzip compression. + """ + self.cmp = self.zlib.compressobj(9, self.zlib.DEFLATED, + -self.zlib.MAX_WBITS, + self.zlib.DEF_MEM_LEVEL, + 0) + timestamp = struct.pack(" self.bufsize: + self.fileobj.write(self.buf[:self.bufsize]) + self.buf = self.buf[self.bufsize:] + + def close(self): + """Close the _Stream object. No operation should be + done on it afterwards. + """ + if self.closed: + return + + if self.mode == "w" and self.comptype != "tar": + self.buf += self.cmp.flush() + + if self.mode == "w" and self.buf: + self.fileobj.write(self.buf) + self.buf = b"" + if self.comptype == "gz": + # The native zlib crc is an unsigned 32-bit integer, but + # the Python wrapper implicitly casts that to a signed C + # long. So, on a 32-bit box self.crc may "look negative", + # while the same crc on a 64-bit box may "look positive". + # To avoid irksome warnings from the `struct` module, force + # it to look positive on all boxes. + self.fileobj.write(struct.pack("= 0: + blocks, remainder = divmod(pos - self.pos, self.bufsize) + for i in range(blocks): + self.read(self.bufsize) + self.read(remainder) + else: + raise StreamError("seeking backwards is not allowed") + return self.pos + + def read(self, size=None): + """Return the next size number of bytes from the stream. + If size is not defined, return all bytes of the stream + up to EOF. + """ + if size is None: + t = [] + while True: + buf = self._read(self.bufsize) + if not buf: + break + t.append(buf) + buf = "".join(t) + else: + buf = self._read(size) + self.pos += len(buf) + return buf + + def _read(self, size): + """Return size bytes from the stream. + """ + if self.comptype == "tar": + return self.__read(size) + + c = len(self.dbuf) + while c < size: + buf = self.__read(self.bufsize) + if not buf: + break + try: + buf = self.cmp.decompress(buf) + except IOError: + raise ReadError("invalid compressed data") + self.dbuf += buf + c += len(buf) + buf = self.dbuf[:size] + self.dbuf = self.dbuf[size:] + return buf + + def __read(self, size): + """Return size bytes from stream. If internal buffer is empty, + read another block from the stream. + """ + c = len(self.buf) + while c < size: + buf = self.fileobj.read(self.bufsize) + if not buf: + break + self.buf += buf + c += len(buf) + buf = self.buf[:size] + self.buf = self.buf[size:] + return buf +# class _Stream + +class _StreamProxy(object): + """Small proxy class that enables transparent compression + detection for the Stream interface (mode 'r|*'). + """ + + def __init__(self, fileobj): + self.fileobj = fileobj + self.buf = self.fileobj.read(BLOCKSIZE) + + def read(self, size): + self.read = self.fileobj.read + return self.buf + + def getcomptype(self): + if self.buf.startswith(b"\037\213\010"): + return "gz" + if self.buf.startswith(b"BZh91"): + return "bz2" + return "tar" + + def close(self): + self.fileobj.close() +# class StreamProxy + +class _BZ2Proxy(object): + """Small proxy class that enables external file object + support for "r:bz2" and "w:bz2" modes. This is actually + a workaround for a limitation in bz2 module's BZ2File + class which (unlike gzip.GzipFile) has no support for + a file object argument. + """ + + blocksize = 16 * 1024 + + def __init__(self, fileobj, mode): + self.fileobj = fileobj + self.mode = mode + self.name = getattr(self.fileobj, "name", None) + self.init() + + def init(self): + import bz2 + self.pos = 0 + if self.mode == "r": + self.bz2obj = bz2.BZ2Decompressor() + self.fileobj.seek(0) + self.buf = b"" + else: + self.bz2obj = bz2.BZ2Compressor() + + def read(self, size): + x = len(self.buf) + while x < size: + raw = self.fileobj.read(self.blocksize) + if not raw: + break + data = self.bz2obj.decompress(raw) + self.buf += data + x += len(data) + + buf = self.buf[:size] + self.buf = self.buf[size:] + self.pos += len(buf) + return buf + + def seek(self, pos): + if pos < self.pos: + self.init() + self.read(pos - self.pos) + + def tell(self): + return self.pos + + def write(self, data): + self.pos += len(data) + raw = self.bz2obj.compress(data) + self.fileobj.write(raw) + + def close(self): + if self.mode == "w": + raw = self.bz2obj.flush() + self.fileobj.write(raw) +# class _BZ2Proxy + +#------------------------ +# Extraction file object +#------------------------ +class _FileInFile(object): + """A thin wrapper around an existing file object that + provides a part of its data as an individual file + object. + """ + + def __init__(self, fileobj, offset, size, blockinfo=None): + self.fileobj = fileobj + self.offset = offset + self.size = size + self.position = 0 + + if blockinfo is None: + blockinfo = [(0, size)] + + # Construct a map with data and zero blocks. + self.map_index = 0 + self.map = [] + lastpos = 0 + realpos = self.offset + for offset, size in blockinfo: + if offset > lastpos: + self.map.append((False, lastpos, offset, None)) + self.map.append((True, offset, offset + size, realpos)) + realpos += size + lastpos = offset + size + if lastpos < self.size: + self.map.append((False, lastpos, self.size, None)) + + def seekable(self): + if not hasattr(self.fileobj, "seekable"): + # XXX gzip.GzipFile and bz2.BZ2File + return True + return self.fileobj.seekable() + + def tell(self): + """Return the current file position. + """ + return self.position + + def seek(self, position): + """Seek to a position in the file. + """ + self.position = position + + def read(self, size=None): + """Read data from the file. + """ + if size is None: + size = self.size - self.position + else: + size = min(size, self.size - self.position) + + buf = b"" + while size > 0: + while True: + data, start, stop, offset = self.map[self.map_index] + if start <= self.position < stop: + break + else: + self.map_index += 1 + if self.map_index == len(self.map): + self.map_index = 0 + length = min(size, stop - self.position) + if data: + self.fileobj.seek(offset + (self.position - start)) + buf += self.fileobj.read(length) + else: + buf += NUL * length + size -= length + self.position += length + return buf +#class _FileInFile + + +class ExFileObject(object): + """File-like object for reading an archive member. + Is returned by TarFile.extractfile(). + """ + blocksize = 1024 + + def __init__(self, tarfile, tarinfo): + self.fileobj = _FileInFile(tarfile.fileobj, + tarinfo.offset_data, + tarinfo.size, + tarinfo.sparse) + self.name = tarinfo.name + self.mode = "r" + self.closed = False + self.size = tarinfo.size + + self.position = 0 + self.buffer = b"" + + def readable(self): + return True + + def writable(self): + return False + + def seekable(self): + return self.fileobj.seekable() + + def read(self, size=None): + """Read at most size bytes from the file. If size is not + present or None, read all data until EOF is reached. + """ + if self.closed: + raise ValueError("I/O operation on closed file") + + buf = b"" + if self.buffer: + if size is None: + buf = self.buffer + self.buffer = b"" + else: + buf = self.buffer[:size] + self.buffer = self.buffer[size:] + + if size is None: + buf += self.fileobj.read() + else: + buf += self.fileobj.read(size - len(buf)) + + self.position += len(buf) + return buf + + # XXX TextIOWrapper uses the read1() method. + read1 = read + + def readline(self, size=-1): + """Read one entire line from the file. If size is present + and non-negative, return a string with at most that + size, which may be an incomplete line. + """ + if self.closed: + raise ValueError("I/O operation on closed file") + + pos = self.buffer.find(b"\n") + 1 + if pos == 0: + # no newline found. + while True: + buf = self.fileobj.read(self.blocksize) + self.buffer += buf + if not buf or b"\n" in buf: + pos = self.buffer.find(b"\n") + 1 + if pos == 0: + # no newline found. + pos = len(self.buffer) + break + + if size != -1: + pos = min(size, pos) + + buf = self.buffer[:pos] + self.buffer = self.buffer[pos:] + self.position += len(buf) + return buf + + def readlines(self): + """Return a list with all remaining lines. + """ + result = [] + while True: + line = self.readline() + if not line: break + result.append(line) + return result + + def tell(self): + """Return the current file position. + """ + if self.closed: + raise ValueError("I/O operation on closed file") + + return self.position + + def seek(self, pos, whence=os.SEEK_SET): + """Seek to a position in the file. + """ + if self.closed: + raise ValueError("I/O operation on closed file") + + if whence == os.SEEK_SET: + self.position = min(max(pos, 0), self.size) + elif whence == os.SEEK_CUR: + if pos < 0: + self.position = max(self.position + pos, 0) + else: + self.position = min(self.position + pos, self.size) + elif whence == os.SEEK_END: + self.position = max(min(self.size + pos, self.size), 0) + else: + raise ValueError("Invalid argument") + + self.buffer = b"" + self.fileobj.seek(self.position) + + def close(self): + """Close the file object. + """ + self.closed = True + + def __iter__(self): + """Get an iterator over the file's lines. + """ + while True: + line = self.readline() + if not line: + break + yield line +#class ExFileObject + +#------------------ +# Exported Classes +#------------------ +class TarInfo(object): + """Informational class which holds the details about an + archive member given by a tar header block. + TarInfo objects are returned by TarFile.getmember(), + TarFile.getmembers() and TarFile.gettarinfo() and are + usually created internally. + """ + + __slots__ = ("name", "mode", "uid", "gid", "size", "mtime", + "chksum", "type", "linkname", "uname", "gname", + "devmajor", "devminor", + "offset", "offset_data", "pax_headers", "sparse", + "tarfile", "_sparse_structs", "_link_target") + + def __init__(self, name=""): + """Construct a TarInfo object. name is the optional name + of the member. + """ + self.name = name # member name + self.mode = 0o644 # file permissions + self.uid = 0 # user id + self.gid = 0 # group id + self.size = 0 # file size + self.mtime = 0 # modification time + self.chksum = 0 # header checksum + self.type = REGTYPE # member type + self.linkname = "" # link name + self.uname = "" # user name + self.gname = "" # group name + self.devmajor = 0 # device major number + self.devminor = 0 # device minor number + + self.offset = 0 # the tar header starts here + self.offset_data = 0 # the file's data starts here + + self.sparse = None # sparse member information + self.pax_headers = {} # pax header information + + # In pax headers the "name" and "linkname" field are called + # "path" and "linkpath". + def _getpath(self): + return self.name + def _setpath(self, name): + self.name = name + path = property(_getpath, _setpath) + + def _getlinkpath(self): + return self.linkname + def _setlinkpath(self, linkname): + self.linkname = linkname + linkpath = property(_getlinkpath, _setlinkpath) + + def __repr__(self): + return "<%s %r at %#x>" % (self.__class__.__name__,self.name,id(self)) + + def get_info(self): + """Return the TarInfo's attributes as a dictionary. + """ + info = { + "name": self.name, + "mode": self.mode & 0o7777, + "uid": self.uid, + "gid": self.gid, + "size": self.size, + "mtime": self.mtime, + "chksum": self.chksum, + "type": self.type, + "linkname": self.linkname, + "uname": self.uname, + "gname": self.gname, + "devmajor": self.devmajor, + "devminor": self.devminor + } + + if info["type"] == DIRTYPE and not info["name"].endswith("/"): + info["name"] += "/" + + return info + + def tobuf(self, format=DEFAULT_FORMAT, encoding=ENCODING, errors="surrogateescape"): + """Return a tar header as a string of 512 byte blocks. + """ + info = self.get_info() + + if format == USTAR_FORMAT: + return self.create_ustar_header(info, encoding, errors) + elif format == GNU_FORMAT: + return self.create_gnu_header(info, encoding, errors) + elif format == PAX_FORMAT: + return self.create_pax_header(info, encoding) + else: + raise ValueError("invalid format") + + def create_ustar_header(self, info, encoding, errors): + """Return the object as a ustar header block. + """ + info["magic"] = POSIX_MAGIC + + if len(info["linkname"]) > LENGTH_LINK: + raise ValueError("linkname is too long") + + if len(info["name"]) > LENGTH_NAME: + info["prefix"], info["name"] = self._posix_split_name(info["name"]) + + return self._create_header(info, USTAR_FORMAT, encoding, errors) + + def create_gnu_header(self, info, encoding, errors): + """Return the object as a GNU header block sequence. + """ + info["magic"] = GNU_MAGIC + + buf = b"" + if len(info["linkname"]) > LENGTH_LINK: + buf += self._create_gnu_long_header(info["linkname"], GNUTYPE_LONGLINK, encoding, errors) + + if len(info["name"]) > LENGTH_NAME: + buf += self._create_gnu_long_header(info["name"], GNUTYPE_LONGNAME, encoding, errors) + + return buf + self._create_header(info, GNU_FORMAT, encoding, errors) + + def create_pax_header(self, info, encoding): + """Return the object as a ustar header block. If it cannot be + represented this way, prepend a pax extended header sequence + with supplement information. + """ + info["magic"] = POSIX_MAGIC + pax_headers = self.pax_headers.copy() + + # Test string fields for values that exceed the field length or cannot + # be represented in ASCII encoding. + for name, hname, length in ( + ("name", "path", LENGTH_NAME), ("linkname", "linkpath", LENGTH_LINK), + ("uname", "uname", 32), ("gname", "gname", 32)): + + if hname in pax_headers: + # The pax header has priority. + continue + + # Try to encode the string as ASCII. + try: + info[name].encode("ascii", "strict") + except UnicodeEncodeError: + pax_headers[hname] = info[name] + continue + + if len(info[name]) > length: + pax_headers[hname] = info[name] + + # Test number fields for values that exceed the field limit or values + # that like to be stored as float. + for name, digits in (("uid", 8), ("gid", 8), ("size", 12), ("mtime", 12)): + if name in pax_headers: + # The pax header has priority. Avoid overflow. + info[name] = 0 + continue + + val = info[name] + if not 0 <= val < 8 ** (digits - 1) or isinstance(val, float): + pax_headers[name] = str(val) + info[name] = 0 + + # Create a pax extended header if necessary. + if pax_headers: + buf = self._create_pax_generic_header(pax_headers, XHDTYPE, encoding) + else: + buf = b"" + + return buf + self._create_header(info, USTAR_FORMAT, "ascii", "replace") + + @classmethod + def create_pax_global_header(cls, pax_headers): + """Return the object as a pax global header block sequence. + """ + return cls._create_pax_generic_header(pax_headers, XGLTYPE, "utf8") + + def _posix_split_name(self, name): + """Split a name longer than 100 chars into a prefix + and a name part. + """ + prefix = name[:LENGTH_PREFIX + 1] + while prefix and prefix[-1] != "/": + prefix = prefix[:-1] + + name = name[len(prefix):] + prefix = prefix[:-1] + + if not prefix or len(name) > LENGTH_NAME: + raise ValueError("name is too long") + return prefix, name + + @staticmethod + def _create_header(info, format, encoding, errors): + """Return a header block. info is a dictionary with file + information, format must be one of the *_FORMAT constants. + """ + parts = [ + stn(info.get("name", ""), 100, encoding, errors), + itn(info.get("mode", 0) & 0o7777, 8, format), + itn(info.get("uid", 0), 8, format), + itn(info.get("gid", 0), 8, format), + itn(info.get("size", 0), 12, format), + itn(info.get("mtime", 0), 12, format), + b" ", # checksum field + info.get("type", REGTYPE), + stn(info.get("linkname", ""), 100, encoding, errors), + info.get("magic", POSIX_MAGIC), + stn(info.get("uname", ""), 32, encoding, errors), + stn(info.get("gname", ""), 32, encoding, errors), + itn(info.get("devmajor", 0), 8, format), + itn(info.get("devminor", 0), 8, format), + stn(info.get("prefix", ""), 155, encoding, errors) + ] + + buf = struct.pack("%ds" % BLOCKSIZE, b"".join(parts)) + chksum = calc_chksums(buf[-BLOCKSIZE:])[0] + buf = buf[:-364] + ("%06o\0" % chksum).encode("ascii") + buf[-357:] + return buf + + @staticmethod + def _create_payload(payload): + """Return the string payload filled with zero bytes + up to the next 512 byte border. + """ + blocks, remainder = divmod(len(payload), BLOCKSIZE) + if remainder > 0: + payload += (BLOCKSIZE - remainder) * NUL + return payload + + @classmethod + def _create_gnu_long_header(cls, name, type, encoding, errors): + """Return a GNUTYPE_LONGNAME or GNUTYPE_LONGLINK sequence + for name. + """ + name = name.encode(encoding, errors) + NUL + + info = {} + info["name"] = "././@LongLink" + info["type"] = type + info["size"] = len(name) + info["magic"] = GNU_MAGIC + + # create extended header + name blocks. + return cls._create_header(info, USTAR_FORMAT, encoding, errors) + \ + cls._create_payload(name) + + @classmethod + def _create_pax_generic_header(cls, pax_headers, type, encoding): + """Return a POSIX.1-2008 extended or global header sequence + that contains a list of keyword, value pairs. The values + must be strings. + """ + # Check if one of the fields contains surrogate characters and thereby + # forces hdrcharset=BINARY, see _proc_pax() for more information. + binary = False + for keyword, value in pax_headers.items(): + try: + value.encode("utf8", "strict") + except UnicodeEncodeError: + binary = True + break + + records = b"" + if binary: + # Put the hdrcharset field at the beginning of the header. + records += b"21 hdrcharset=BINARY\n" + + for keyword, value in pax_headers.items(): + keyword = keyword.encode("utf8") + if binary: + # Try to restore the original byte representation of `value'. + # Needless to say, that the encoding must match the string. + value = value.encode(encoding, "surrogateescape") + else: + value = value.encode("utf8") + + l = len(keyword) + len(value) + 3 # ' ' + '=' + '\n' + n = p = 0 + while True: + n = l + len(str(p)) + if n == p: + break + p = n + records += bytes(str(p), "ascii") + b" " + keyword + b"=" + value + b"\n" + + # We use a hardcoded "././@PaxHeader" name like star does + # instead of the one that POSIX recommends. + info = {} + info["name"] = "././@PaxHeader" + info["type"] = type + info["size"] = len(records) + info["magic"] = POSIX_MAGIC + + # Create pax header + record blocks. + return cls._create_header(info, USTAR_FORMAT, "ascii", "replace") + \ + cls._create_payload(records) + + @classmethod + def frombuf(cls, buf, encoding, errors): + """Construct a TarInfo object from a 512 byte bytes object. + """ + if len(buf) == 0: + raise EmptyHeaderError("empty header") + if len(buf) != BLOCKSIZE: + raise TruncatedHeaderError("truncated header") + if buf.count(NUL) == BLOCKSIZE: + raise EOFHeaderError("end of file header") + + chksum = nti(buf[148:156]) + if chksum not in calc_chksums(buf): + raise InvalidHeaderError("bad checksum") + + obj = cls() + obj.name = nts(buf[0:100], encoding, errors) + obj.mode = nti(buf[100:108]) + obj.uid = nti(buf[108:116]) + obj.gid = nti(buf[116:124]) + obj.size = nti(buf[124:136]) + obj.mtime = nti(buf[136:148]) + obj.chksum = chksum + obj.type = buf[156:157] + obj.linkname = nts(buf[157:257], encoding, errors) + obj.uname = nts(buf[265:297], encoding, errors) + obj.gname = nts(buf[297:329], encoding, errors) + obj.devmajor = nti(buf[329:337]) + obj.devminor = nti(buf[337:345]) + prefix = nts(buf[345:500], encoding, errors) + + # Old V7 tar format represents a directory as a regular + # file with a trailing slash. + if obj.type == AREGTYPE and obj.name.endswith("/"): + obj.type = DIRTYPE + + # The old GNU sparse format occupies some of the unused + # space in the buffer for up to 4 sparse structures. + # Save the them for later processing in _proc_sparse(). + if obj.type == GNUTYPE_SPARSE: + pos = 386 + structs = [] + for i in range(4): + try: + offset = nti(buf[pos:pos + 12]) + numbytes = nti(buf[pos + 12:pos + 24]) + except ValueError: + break + structs.append((offset, numbytes)) + pos += 24 + isextended = bool(buf[482]) + origsize = nti(buf[483:495]) + obj._sparse_structs = (structs, isextended, origsize) + + # Remove redundant slashes from directories. + if obj.isdir(): + obj.name = obj.name.rstrip("/") + + # Reconstruct a ustar longname. + if prefix and obj.type not in GNU_TYPES: + obj.name = prefix + "/" + obj.name + return obj + + @classmethod + def fromtarfile(cls, tarfile): + """Return the next TarInfo object from TarFile object + tarfile. + """ + buf = tarfile.fileobj.read(BLOCKSIZE) + obj = cls.frombuf(buf, tarfile.encoding, tarfile.errors) + obj.offset = tarfile.fileobj.tell() - BLOCKSIZE + return obj._proc_member(tarfile) + + #-------------------------------------------------------------------------- + # The following are methods that are called depending on the type of a + # member. The entry point is _proc_member() which can be overridden in a + # subclass to add custom _proc_*() methods. A _proc_*() method MUST + # implement the following + # operations: + # 1. Set self.offset_data to the position where the data blocks begin, + # if there is data that follows. + # 2. Set tarfile.offset to the position where the next member's header will + # begin. + # 3. Return self or another valid TarInfo object. + def _proc_member(self, tarfile): + """Choose the right processing method depending on + the type and call it. + """ + if self.type in (GNUTYPE_LONGNAME, GNUTYPE_LONGLINK): + return self._proc_gnulong(tarfile) + elif self.type == GNUTYPE_SPARSE: + return self._proc_sparse(tarfile) + elif self.type in (XHDTYPE, XGLTYPE, SOLARIS_XHDTYPE): + return self._proc_pax(tarfile) + else: + return self._proc_builtin(tarfile) + + def _proc_builtin(self, tarfile): + """Process a builtin type or an unknown type which + will be treated as a regular file. + """ + self.offset_data = tarfile.fileobj.tell() + offset = self.offset_data + if self.isreg() or self.type not in SUPPORTED_TYPES: + # Skip the following data blocks. + offset += self._block(self.size) + tarfile.offset = offset + + # Patch the TarInfo object with saved global + # header information. + self._apply_pax_info(tarfile.pax_headers, tarfile.encoding, tarfile.errors) + + return self + + def _proc_gnulong(self, tarfile): + """Process the blocks that hold a GNU longname + or longlink member. + """ + buf = tarfile.fileobj.read(self._block(self.size)) + + # Fetch the next header and process it. + try: + next = self.fromtarfile(tarfile) + except HeaderError: + raise SubsequentHeaderError("missing or bad subsequent header") + + # Patch the TarInfo object from the next header with + # the longname information. + next.offset = self.offset + if self.type == GNUTYPE_LONGNAME: + next.name = nts(buf, tarfile.encoding, tarfile.errors) + elif self.type == GNUTYPE_LONGLINK: + next.linkname = nts(buf, tarfile.encoding, tarfile.errors) + + return next + + def _proc_sparse(self, tarfile): + """Process a GNU sparse header plus extra headers. + """ + # We already collected some sparse structures in frombuf(). + structs, isextended, origsize = self._sparse_structs + del self._sparse_structs + + # Collect sparse structures from extended header blocks. + while isextended: + buf = tarfile.fileobj.read(BLOCKSIZE) + pos = 0 + for i in range(21): + try: + offset = nti(buf[pos:pos + 12]) + numbytes = nti(buf[pos + 12:pos + 24]) + except ValueError: + break + if offset and numbytes: + structs.append((offset, numbytes)) + pos += 24 + isextended = bool(buf[504]) + self.sparse = structs + + self.offset_data = tarfile.fileobj.tell() + tarfile.offset = self.offset_data + self._block(self.size) + self.size = origsize + return self + + def _proc_pax(self, tarfile): + """Process an extended or global header as described in + POSIX.1-2008. + """ + # Read the header information. + buf = tarfile.fileobj.read(self._block(self.size)) + + # A pax header stores supplemental information for either + # the following file (extended) or all following files + # (global). + if self.type == XGLTYPE: + pax_headers = tarfile.pax_headers + else: + pax_headers = tarfile.pax_headers.copy() + + # Check if the pax header contains a hdrcharset field. This tells us + # the encoding of the path, linkpath, uname and gname fields. Normally, + # these fields are UTF-8 encoded but since POSIX.1-2008 tar + # implementations are allowed to store them as raw binary strings if + # the translation to UTF-8 fails. + match = re.search(br"\d+ hdrcharset=([^\n]+)\n", buf) + if match is not None: + pax_headers["hdrcharset"] = match.group(1).decode("utf8") + + # For the time being, we don't care about anything other than "BINARY". + # The only other value that is currently allowed by the standard is + # "ISO-IR 10646 2000 UTF-8" in other words UTF-8. + hdrcharset = pax_headers.get("hdrcharset") + if hdrcharset == "BINARY": + encoding = tarfile.encoding + else: + encoding = "utf8" + + # Parse pax header information. A record looks like that: + # "%d %s=%s\n" % (length, keyword, value). length is the size + # of the complete record including the length field itself and + # the newline. keyword and value are both UTF-8 encoded strings. + regex = re.compile(br"(\d+) ([^=]+)=") + pos = 0 + while True: + match = regex.match(buf, pos) + if not match: + break + + length, keyword = match.groups() + length = int(length) + value = buf[match.end(2) + 1:match.start(1) + length - 1] + + # Normally, we could just use "utf8" as the encoding and "strict" + # as the error handler, but we better not take the risk. For + # example, GNU tar <= 1.23 is known to store filenames it cannot + # translate to UTF-8 as raw strings (unfortunately without a + # hdrcharset=BINARY header). + # We first try the strict standard encoding, and if that fails we + # fall back on the user's encoding and error handler. + keyword = self._decode_pax_field(keyword, "utf8", "utf8", + tarfile.errors) + if keyword in PAX_NAME_FIELDS: + value = self._decode_pax_field(value, encoding, tarfile.encoding, + tarfile.errors) + else: + value = self._decode_pax_field(value, "utf8", "utf8", + tarfile.errors) + + pax_headers[keyword] = value + pos += length + + # Fetch the next header. + try: + next = self.fromtarfile(tarfile) + except HeaderError: + raise SubsequentHeaderError("missing or bad subsequent header") + + # Process GNU sparse information. + if "GNU.sparse.map" in pax_headers: + # GNU extended sparse format version 0.1. + self._proc_gnusparse_01(next, pax_headers) + + elif "GNU.sparse.size" in pax_headers: + # GNU extended sparse format version 0.0. + self._proc_gnusparse_00(next, pax_headers, buf) + + elif pax_headers.get("GNU.sparse.major") == "1" and pax_headers.get("GNU.sparse.minor") == "0": + # GNU extended sparse format version 1.0. + self._proc_gnusparse_10(next, pax_headers, tarfile) + + if self.type in (XHDTYPE, SOLARIS_XHDTYPE): + # Patch the TarInfo object with the extended header info. + next._apply_pax_info(pax_headers, tarfile.encoding, tarfile.errors) + next.offset = self.offset + + if "size" in pax_headers: + # If the extended header replaces the size field, + # we need to recalculate the offset where the next + # header starts. + offset = next.offset_data + if next.isreg() or next.type not in SUPPORTED_TYPES: + offset += next._block(next.size) + tarfile.offset = offset + + return next + + def _proc_gnusparse_00(self, next, pax_headers, buf): + """Process a GNU tar extended sparse header, version 0.0. + """ + offsets = [] + for match in re.finditer(br"\d+ GNU.sparse.offset=(\d+)\n", buf): + offsets.append(int(match.group(1))) + numbytes = [] + for match in re.finditer(br"\d+ GNU.sparse.numbytes=(\d+)\n", buf): + numbytes.append(int(match.group(1))) + next.sparse = list(zip(offsets, numbytes)) + + def _proc_gnusparse_01(self, next, pax_headers): + """Process a GNU tar extended sparse header, version 0.1. + """ + sparse = [int(x) for x in pax_headers["GNU.sparse.map"].split(",")] + next.sparse = list(zip(sparse[::2], sparse[1::2])) + + def _proc_gnusparse_10(self, next, pax_headers, tarfile): + """Process a GNU tar extended sparse header, version 1.0. + """ + fields = None + sparse = [] + buf = tarfile.fileobj.read(BLOCKSIZE) + fields, buf = buf.split(b"\n", 1) + fields = int(fields) + while len(sparse) < fields * 2: + if b"\n" not in buf: + buf += tarfile.fileobj.read(BLOCKSIZE) + number, buf = buf.split(b"\n", 1) + sparse.append(int(number)) + next.offset_data = tarfile.fileobj.tell() + next.sparse = list(zip(sparse[::2], sparse[1::2])) + + def _apply_pax_info(self, pax_headers, encoding, errors): + """Replace fields with supplemental information from a previous + pax extended or global header. + """ + for keyword, value in pax_headers.items(): + if keyword == "GNU.sparse.name": + setattr(self, "path", value) + elif keyword == "GNU.sparse.size": + setattr(self, "size", int(value)) + elif keyword == "GNU.sparse.realsize": + setattr(self, "size", int(value)) + elif keyword in PAX_FIELDS: + if keyword in PAX_NUMBER_FIELDS: + try: + value = PAX_NUMBER_FIELDS[keyword](value) + except ValueError: + value = 0 + if keyword == "path": + value = value.rstrip("/") + setattr(self, keyword, value) + + self.pax_headers = pax_headers.copy() + + def _decode_pax_field(self, value, encoding, fallback_encoding, fallback_errors): + """Decode a single field from a pax record. + """ + try: + return value.decode(encoding, "strict") + except UnicodeDecodeError: + return value.decode(fallback_encoding, fallback_errors) + + def _block(self, count): + """Round up a byte count by BLOCKSIZE and return it, + e.g. _block(834) => 1024. + """ + blocks, remainder = divmod(count, BLOCKSIZE) + if remainder: + blocks += 1 + return blocks * BLOCKSIZE + + def isreg(self): + return self.type in REGULAR_TYPES + def isfile(self): + return self.isreg() + def isdir(self): + return self.type == DIRTYPE + def issym(self): + return self.type == SYMTYPE + def islnk(self): + return self.type == LNKTYPE + def ischr(self): + return self.type == CHRTYPE + def isblk(self): + return self.type == BLKTYPE + def isfifo(self): + return self.type == FIFOTYPE + def issparse(self): + return self.sparse is not None + def isdev(self): + return self.type in (CHRTYPE, BLKTYPE, FIFOTYPE) +# class TarInfo + +class TarFile(object): + """The TarFile Class provides an interface to tar archives. + """ + + debug = 0 # May be set from 0 (no msgs) to 3 (all msgs) + + dereference = False # If true, add content of linked file to the + # tar file, else the link. + + ignore_zeros = False # If true, skips empty or invalid blocks and + # continues processing. + + errorlevel = 1 # If 0, fatal errors only appear in debug + # messages (if debug >= 0). If > 0, errors + # are passed to the caller as exceptions. + + format = DEFAULT_FORMAT # The format to use when creating an archive. + + encoding = ENCODING # Encoding for 8-bit character strings. + + errors = None # Error handler for unicode conversion. + + tarinfo = TarInfo # The default TarInfo class to use. + + fileobject = ExFileObject # The default ExFileObject class to use. + + def __init__(self, name=None, mode="r", fileobj=None, format=None, + tarinfo=None, dereference=None, ignore_zeros=None, encoding=None, + errors="surrogateescape", pax_headers=None, debug=None, errorlevel=None): + """Open an (uncompressed) tar archive `name'. `mode' is either 'r' to + read from an existing archive, 'a' to append data to an existing + file or 'w' to create a new file overwriting an existing one. `mode' + defaults to 'r'. + If `fileobj' is given, it is used for reading or writing data. If it + can be determined, `mode' is overridden by `fileobj's mode. + `fileobj' is not closed, when TarFile is closed. + """ + if len(mode) > 1 or mode not in "raw": + raise ValueError("mode must be 'r', 'a' or 'w'") + self.mode = mode + self._mode = {"r": "rb", "a": "r+b", "w": "wb"}[mode] + + if not fileobj: + if self.mode == "a" and not os.path.exists(name): + # Create nonexistent files in append mode. + self.mode = "w" + self._mode = "wb" + fileobj = bltn_open(name, self._mode) + self._extfileobj = False + else: + if name is None and hasattr(fileobj, "name"): + name = fileobj.name + if hasattr(fileobj, "mode"): + self._mode = fileobj.mode + self._extfileobj = True + self.name = os.path.abspath(name) if name else None + self.fileobj = fileobj + + # Init attributes. + if format is not None: + self.format = format + if tarinfo is not None: + self.tarinfo = tarinfo + if dereference is not None: + self.dereference = dereference + if ignore_zeros is not None: + self.ignore_zeros = ignore_zeros + if encoding is not None: + self.encoding = encoding + self.errors = errors + + if pax_headers is not None and self.format == PAX_FORMAT: + self.pax_headers = pax_headers + else: + self.pax_headers = {} + + if debug is not None: + self.debug = debug + if errorlevel is not None: + self.errorlevel = errorlevel + + # Init datastructures. + self.closed = False + self.members = [] # list of members as TarInfo objects + self._loaded = False # flag if all members have been read + self.offset = self.fileobj.tell() + # current position in the archive file + self.inodes = {} # dictionary caching the inodes of + # archive members already added + + try: + if self.mode == "r": + self.firstmember = None + self.firstmember = self.next() + + if self.mode == "a": + # Move to the end of the archive, + # before the first empty block. + while True: + self.fileobj.seek(self.offset) + try: + tarinfo = self.tarinfo.fromtarfile(self) + self.members.append(tarinfo) + except EOFHeaderError: + self.fileobj.seek(self.offset) + break + except HeaderError as e: + raise ReadError(str(e)) + + if self.mode in "aw": + self._loaded = True + + if self.pax_headers: + buf = self.tarinfo.create_pax_global_header(self.pax_headers.copy()) + self.fileobj.write(buf) + self.offset += len(buf) + except: + if not self._extfileobj: + self.fileobj.close() + self.closed = True + raise + + #-------------------------------------------------------------------------- + # Below are the classmethods which act as alternate constructors to the + # TarFile class. The open() method is the only one that is needed for + # public use; it is the "super"-constructor and is able to select an + # adequate "sub"-constructor for a particular compression using the mapping + # from OPEN_METH. + # + # This concept allows one to subclass TarFile without losing the comfort of + # the super-constructor. A sub-constructor is registered and made available + # by adding it to the mapping in OPEN_METH. + + @classmethod + def open(cls, name=None, mode="r", fileobj=None, bufsize=RECORDSIZE, **kwargs): + """Open a tar archive for reading, writing or appending. Return + an appropriate TarFile class. + + mode: + 'r' or 'r:*' open for reading with transparent compression + 'r:' open for reading exclusively uncompressed + 'r:gz' open for reading with gzip compression + 'r:bz2' open for reading with bzip2 compression + 'a' or 'a:' open for appending, creating the file if necessary + 'w' or 'w:' open for writing without compression + 'w:gz' open for writing with gzip compression + 'w:bz2' open for writing with bzip2 compression + + 'r|*' open a stream of tar blocks with transparent compression + 'r|' open an uncompressed stream of tar blocks for reading + 'r|gz' open a gzip compressed stream of tar blocks + 'r|bz2' open a bzip2 compressed stream of tar blocks + 'w|' open an uncompressed stream for writing + 'w|gz' open a gzip compressed stream for writing + 'w|bz2' open a bzip2 compressed stream for writing + """ + + if not name and not fileobj: + raise ValueError("nothing to open") + + if mode in ("r", "r:*"): + # Find out which *open() is appropriate for opening the file. + for comptype in cls.OPEN_METH: + func = getattr(cls, cls.OPEN_METH[comptype]) + if fileobj is not None: + saved_pos = fileobj.tell() + try: + return func(name, "r", fileobj, **kwargs) + except (ReadError, CompressionError) as e: + if fileobj is not None: + fileobj.seek(saved_pos) + continue + raise ReadError("file could not be opened successfully") + + elif ":" in mode: + filemode, comptype = mode.split(":", 1) + filemode = filemode or "r" + comptype = comptype or "tar" + + # Select the *open() function according to + # given compression. + if comptype in cls.OPEN_METH: + func = getattr(cls, cls.OPEN_METH[comptype]) + else: + raise CompressionError("unknown compression type %r" % comptype) + return func(name, filemode, fileobj, **kwargs) + + elif "|" in mode: + filemode, comptype = mode.split("|", 1) + filemode = filemode or "r" + comptype = comptype or "tar" + + if filemode not in "rw": + raise ValueError("mode must be 'r' or 'w'") + + stream = _Stream(name, filemode, comptype, fileobj, bufsize) + try: + t = cls(name, filemode, stream, **kwargs) + except: + stream.close() + raise + t._extfileobj = False + return t + + elif mode in "aw": + return cls.taropen(name, mode, fileobj, **kwargs) + + raise ValueError("undiscernible mode") + + @classmethod + def taropen(cls, name, mode="r", fileobj=None, **kwargs): + """Open uncompressed tar archive name for reading or writing. + """ + if len(mode) > 1 or mode not in "raw": + raise ValueError("mode must be 'r', 'a' or 'w'") + return cls(name, mode, fileobj, **kwargs) + + @classmethod + def gzopen(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): + """Open gzip compressed tar archive name for reading or writing. + Appending is not allowed. + """ + if len(mode) > 1 or mode not in "rw": + raise ValueError("mode must be 'r' or 'w'") + + try: + import gzip + gzip.GzipFile + except (ImportError, AttributeError): + raise CompressionError("gzip module is not available") + + extfileobj = fileobj is not None + try: + fileobj = gzip.GzipFile(name, mode + "b", compresslevel, fileobj) + t = cls.taropen(name, mode, fileobj, **kwargs) + except IOError: + if not extfileobj and fileobj is not None: + fileobj.close() + if fileobj is None: + raise + raise ReadError("not a gzip file") + except: + if not extfileobj and fileobj is not None: + fileobj.close() + raise + t._extfileobj = extfileobj + return t + + @classmethod + def bz2open(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): + """Open bzip2 compressed tar archive name for reading or writing. + Appending is not allowed. + """ + if len(mode) > 1 or mode not in "rw": + raise ValueError("mode must be 'r' or 'w'.") + + try: + import bz2 + except ImportError: + raise CompressionError("bz2 module is not available") + + if fileobj is not None: + fileobj = _BZ2Proxy(fileobj, mode) + else: + fileobj = bz2.BZ2File(name, mode, compresslevel=compresslevel) + + try: + t = cls.taropen(name, mode, fileobj, **kwargs) + except (IOError, EOFError): + fileobj.close() + raise ReadError("not a bzip2 file") + t._extfileobj = False + return t + + # All *open() methods are registered here. + OPEN_METH = { + "tar": "taropen", # uncompressed tar + "gz": "gzopen", # gzip compressed tar + "bz2": "bz2open" # bzip2 compressed tar + } + + #-------------------------------------------------------------------------- + # The public methods which TarFile provides: + + def close(self): + """Close the TarFile. In write-mode, two finishing zero blocks are + appended to the archive. + """ + if self.closed: + return + + if self.mode in "aw": + self.fileobj.write(NUL * (BLOCKSIZE * 2)) + self.offset += (BLOCKSIZE * 2) + # fill up the end with zero-blocks + # (like option -b20 for tar does) + blocks, remainder = divmod(self.offset, RECORDSIZE) + if remainder > 0: + self.fileobj.write(NUL * (RECORDSIZE - remainder)) + + if not self._extfileobj: + self.fileobj.close() + self.closed = True + + def getmember(self, name): + """Return a TarInfo object for member `name'. If `name' can not be + found in the archive, KeyError is raised. If a member occurs more + than once in the archive, its last occurrence is assumed to be the + most up-to-date version. + """ + tarinfo = self._getmember(name) + if tarinfo is None: + raise KeyError("filename %r not found" % name) + return tarinfo + + def getmembers(self): + """Return the members of the archive as a list of TarInfo objects. The + list has the same order as the members in the archive. + """ + self._check() + if not self._loaded: # if we want to obtain a list of + self._load() # all members, we first have to + # scan the whole archive. + return self.members + + def getnames(self): + """Return the members of the archive as a list of their names. It has + the same order as the list returned by getmembers(). + """ + return [tarinfo.name for tarinfo in self.getmembers()] + + def gettarinfo(self, name=None, arcname=None, fileobj=None): + """Create a TarInfo object for either the file `name' or the file + object `fileobj' (using os.fstat on its file descriptor). You can + modify some of the TarInfo's attributes before you add it using + addfile(). If given, `arcname' specifies an alternative name for the + file in the archive. + """ + self._check("aw") + + # When fileobj is given, replace name by + # fileobj's real name. + if fileobj is not None: + name = fileobj.name + + # Building the name of the member in the archive. + # Backward slashes are converted to forward slashes, + # Absolute paths are turned to relative paths. + if arcname is None: + arcname = name + drv, arcname = os.path.splitdrive(arcname) + arcname = arcname.replace(os.sep, "/") + arcname = arcname.lstrip("/") + + # Now, fill the TarInfo object with + # information specific for the file. + tarinfo = self.tarinfo() + tarinfo.tarfile = self + + # Use os.stat or os.lstat, depending on platform + # and if symlinks shall be resolved. + if fileobj is None: + if hasattr(os, "lstat") and not self.dereference: + statres = os.lstat(name) + else: + statres = os.stat(name) + else: + statres = os.fstat(fileobj.fileno()) + linkname = "" + + stmd = statres.st_mode + if stat.S_ISREG(stmd): + inode = (statres.st_ino, statres.st_dev) + if not self.dereference and statres.st_nlink > 1 and \ + inode in self.inodes and arcname != self.inodes[inode]: + # Is it a hardlink to an already + # archived file? + type = LNKTYPE + linkname = self.inodes[inode] + else: + # The inode is added only if its valid. + # For win32 it is always 0. + type = REGTYPE + if inode[0]: + self.inodes[inode] = arcname + elif stat.S_ISDIR(stmd): + type = DIRTYPE + elif stat.S_ISFIFO(stmd): + type = FIFOTYPE + elif stat.S_ISLNK(stmd): + type = SYMTYPE + linkname = os.readlink(name) + elif stat.S_ISCHR(stmd): + type = CHRTYPE + elif stat.S_ISBLK(stmd): + type = BLKTYPE + else: + return None + + # Fill the TarInfo object with all + # information we can get. + tarinfo.name = arcname + tarinfo.mode = stmd + tarinfo.uid = statres.st_uid + tarinfo.gid = statres.st_gid + if type == REGTYPE: + tarinfo.size = statres.st_size + else: + tarinfo.size = 0 + tarinfo.mtime = statres.st_mtime + tarinfo.type = type + tarinfo.linkname = linkname + if pwd: + try: + tarinfo.uname = pwd.getpwuid(tarinfo.uid)[0] + except KeyError: + pass + if grp: + try: + tarinfo.gname = grp.getgrgid(tarinfo.gid)[0] + except KeyError: + pass + + if type in (CHRTYPE, BLKTYPE): + if hasattr(os, "major") and hasattr(os, "minor"): + tarinfo.devmajor = os.major(statres.st_rdev) + tarinfo.devminor = os.minor(statres.st_rdev) + return tarinfo + + def list(self, verbose=True): + """Print a table of contents to sys.stdout. If `verbose' is False, only + the names of the members are printed. If it is True, an `ls -l'-like + output is produced. + """ + self._check() + + for tarinfo in self: + if verbose: + print(filemode(tarinfo.mode), end=' ') + print("%s/%s" % (tarinfo.uname or tarinfo.uid, + tarinfo.gname or tarinfo.gid), end=' ') + if tarinfo.ischr() or tarinfo.isblk(): + print("%10s" % ("%d,%d" \ + % (tarinfo.devmajor, tarinfo.devminor)), end=' ') + else: + print("%10d" % tarinfo.size, end=' ') + print("%d-%02d-%02d %02d:%02d:%02d" \ + % time.localtime(tarinfo.mtime)[:6], end=' ') + + print(tarinfo.name + ("/" if tarinfo.isdir() else ""), end=' ') + + if verbose: + if tarinfo.issym(): + print("->", tarinfo.linkname, end=' ') + if tarinfo.islnk(): + print("link to", tarinfo.linkname, end=' ') + print() + + def add(self, name, arcname=None, recursive=True, exclude=None, filter=None): + """Add the file `name' to the archive. `name' may be any type of file + (directory, fifo, symbolic link, etc.). If given, `arcname' + specifies an alternative name for the file in the archive. + Directories are added recursively by default. This can be avoided by + setting `recursive' to False. `exclude' is a function that should + return True for each filename to be excluded. `filter' is a function + that expects a TarInfo object argument and returns the changed + TarInfo object, if it returns None the TarInfo object will be + excluded from the archive. + """ + self._check("aw") + + if arcname is None: + arcname = name + + # Exclude pathnames. + if exclude is not None: + import warnings + warnings.warn("use the filter argument instead", + DeprecationWarning, 2) + if exclude(name): + self._dbg(2, "tarfile: Excluded %r" % name) + return + + # Skip if somebody tries to archive the archive... + if self.name is not None and os.path.abspath(name) == self.name: + self._dbg(2, "tarfile: Skipped %r" % name) + return + + self._dbg(1, name) + + # Create a TarInfo object from the file. + tarinfo = self.gettarinfo(name, arcname) + + if tarinfo is None: + self._dbg(1, "tarfile: Unsupported type %r" % name) + return + + # Change or exclude the TarInfo object. + if filter is not None: + tarinfo = filter(tarinfo) + if tarinfo is None: + self._dbg(2, "tarfile: Excluded %r" % name) + return + + # Append the tar header and data to the archive. + if tarinfo.isreg(): + f = bltn_open(name, "rb") + self.addfile(tarinfo, f) + f.close() + + elif tarinfo.isdir(): + self.addfile(tarinfo) + if recursive: + for f in os.listdir(name): + self.add(os.path.join(name, f), os.path.join(arcname, f), + recursive, exclude, filter=filter) + + else: + self.addfile(tarinfo) + + def addfile(self, tarinfo, fileobj=None): + """Add the TarInfo object `tarinfo' to the archive. If `fileobj' is + given, tarinfo.size bytes are read from it and added to the archive. + You can create TarInfo objects using gettarinfo(). + On Windows platforms, `fileobj' should always be opened with mode + 'rb' to avoid irritation about the file size. + """ + self._check("aw") + + tarinfo = copy.copy(tarinfo) + + buf = tarinfo.tobuf(self.format, self.encoding, self.errors) + self.fileobj.write(buf) + self.offset += len(buf) + + # If there's data to follow, append it. + if fileobj is not None: + copyfileobj(fileobj, self.fileobj, tarinfo.size) + blocks, remainder = divmod(tarinfo.size, BLOCKSIZE) + if remainder > 0: + self.fileobj.write(NUL * (BLOCKSIZE - remainder)) + blocks += 1 + self.offset += blocks * BLOCKSIZE + + self.members.append(tarinfo) + + def extractall(self, path=".", members=None): + """Extract all members from the archive to the current working + directory and set owner, modification time and permissions on + directories afterwards. `path' specifies a different directory + to extract to. `members' is optional and must be a subset of the + list returned by getmembers(). + """ + directories = [] + + if members is None: + members = self + + for tarinfo in members: + if tarinfo.isdir(): + # Extract directories with a safe mode. + directories.append(tarinfo) + tarinfo = copy.copy(tarinfo) + tarinfo.mode = 0o700 + # Do not set_attrs directories, as we will do that further down + self.extract(tarinfo, path, set_attrs=not tarinfo.isdir()) + + # Reverse sort directories. + directories.sort(key=lambda a: a.name) + directories.reverse() + + # Set correct owner, mtime and filemode on directories. + for tarinfo in directories: + dirpath = os.path.join(path, tarinfo.name) + try: + self.chown(tarinfo, dirpath) + self.utime(tarinfo, dirpath) + self.chmod(tarinfo, dirpath) + except ExtractError as e: + if self.errorlevel > 1: + raise + else: + self._dbg(1, "tarfile: %s" % e) + + def extract(self, member, path="", set_attrs=True): + """Extract a member from the archive to the current working directory, + using its full name. Its file information is extracted as accurately + as possible. `member' may be a filename or a TarInfo object. You can + specify a different directory using `path'. File attributes (owner, + mtime, mode) are set unless `set_attrs' is False. + """ + self._check("r") + + if isinstance(member, str): + tarinfo = self.getmember(member) + else: + tarinfo = member + + # Prepare the link target for makelink(). + if tarinfo.islnk(): + tarinfo._link_target = os.path.join(path, tarinfo.linkname) + + try: + self._extract_member(tarinfo, os.path.join(path, tarinfo.name), + set_attrs=set_attrs) + except EnvironmentError as e: + if self.errorlevel > 0: + raise + else: + if e.filename is None: + self._dbg(1, "tarfile: %s" % e.strerror) + else: + self._dbg(1, "tarfile: %s %r" % (e.strerror, e.filename)) + except ExtractError as e: + if self.errorlevel > 1: + raise + else: + self._dbg(1, "tarfile: %s" % e) + + def extractfile(self, member): + """Extract a member from the archive as a file object. `member' may be + a filename or a TarInfo object. If `member' is a regular file, a + file-like object is returned. If `member' is a link, a file-like + object is constructed from the link's target. If `member' is none of + the above, None is returned. + The file-like object is read-only and provides the following + methods: read(), readline(), readlines(), seek() and tell() + """ + self._check("r") + + if isinstance(member, str): + tarinfo = self.getmember(member) + else: + tarinfo = member + + if tarinfo.isreg(): + return self.fileobject(self, tarinfo) + + elif tarinfo.type not in SUPPORTED_TYPES: + # If a member's type is unknown, it is treated as a + # regular file. + return self.fileobject(self, tarinfo) + + elif tarinfo.islnk() or tarinfo.issym(): + if isinstance(self.fileobj, _Stream): + # A small but ugly workaround for the case that someone tries + # to extract a (sym)link as a file-object from a non-seekable + # stream of tar blocks. + raise StreamError("cannot extract (sym)link as file object") + else: + # A (sym)link's file object is its target's file object. + return self.extractfile(self._find_link_target(tarinfo)) + else: + # If there's no data associated with the member (directory, chrdev, + # blkdev, etc.), return None instead of a file object. + return None + + def _extract_member(self, tarinfo, targetpath, set_attrs=True): + """Extract the TarInfo object tarinfo to a physical + file called targetpath. + """ + # Fetch the TarInfo object for the given name + # and build the destination pathname, replacing + # forward slashes to platform specific separators. + targetpath = targetpath.rstrip("/") + targetpath = targetpath.replace("/", os.sep) + + # Create all upper directories. + upperdirs = os.path.dirname(targetpath) + if upperdirs and not os.path.exists(upperdirs): + # Create directories that are not part of the archive with + # default permissions. + os.makedirs(upperdirs) + + if tarinfo.islnk() or tarinfo.issym(): + self._dbg(1, "%s -> %s" % (tarinfo.name, tarinfo.linkname)) + else: + self._dbg(1, tarinfo.name) + + if tarinfo.isreg(): + self.makefile(tarinfo, targetpath) + elif tarinfo.isdir(): + self.makedir(tarinfo, targetpath) + elif tarinfo.isfifo(): + self.makefifo(tarinfo, targetpath) + elif tarinfo.ischr() or tarinfo.isblk(): + self.makedev(tarinfo, targetpath) + elif tarinfo.islnk() or tarinfo.issym(): + self.makelink(tarinfo, targetpath) + elif tarinfo.type not in SUPPORTED_TYPES: + self.makeunknown(tarinfo, targetpath) + else: + self.makefile(tarinfo, targetpath) + + if set_attrs: + self.chown(tarinfo, targetpath) + if not tarinfo.issym(): + self.chmod(tarinfo, targetpath) + self.utime(tarinfo, targetpath) + + #-------------------------------------------------------------------------- + # Below are the different file methods. They are called via + # _extract_member() when extract() is called. They can be replaced in a + # subclass to implement other functionality. + + def makedir(self, tarinfo, targetpath): + """Make a directory called targetpath. + """ + try: + # Use a safe mode for the directory, the real mode is set + # later in _extract_member(). + os.mkdir(targetpath, 0o700) + except EnvironmentError as e: + if e.errno != errno.EEXIST: + raise + + def makefile(self, tarinfo, targetpath): + """Make a file called targetpath. + """ + source = self.fileobj + source.seek(tarinfo.offset_data) + target = bltn_open(targetpath, "wb") + if tarinfo.sparse is not None: + for offset, size in tarinfo.sparse: + target.seek(offset) + copyfileobj(source, target, size) + else: + copyfileobj(source, target, tarinfo.size) + target.seek(tarinfo.size) + target.truncate() + target.close() + + def makeunknown(self, tarinfo, targetpath): + """Make a file from a TarInfo object with an unknown type + at targetpath. + """ + self.makefile(tarinfo, targetpath) + self._dbg(1, "tarfile: Unknown file type %r, " \ + "extracted as regular file." % tarinfo.type) + + def makefifo(self, tarinfo, targetpath): + """Make a fifo called targetpath. + """ + if hasattr(os, "mkfifo"): + os.mkfifo(targetpath) + else: + raise ExtractError("fifo not supported by system") + + def makedev(self, tarinfo, targetpath): + """Make a character or block device called targetpath. + """ + if not hasattr(os, "mknod") or not hasattr(os, "makedev"): + raise ExtractError("special devices not supported by system") + + mode = tarinfo.mode + if tarinfo.isblk(): + mode |= stat.S_IFBLK + else: + mode |= stat.S_IFCHR + + os.mknod(targetpath, mode, + os.makedev(tarinfo.devmajor, tarinfo.devminor)) + + def makelink(self, tarinfo, targetpath): + """Make a (symbolic) link called targetpath. If it cannot be created + (platform limitation), we try to make a copy of the referenced file + instead of a link. + """ + try: + # For systems that support symbolic and hard links. + if tarinfo.issym(): + os.symlink(tarinfo.linkname, targetpath) + else: + # See extract(). + if os.path.exists(tarinfo._link_target): + os.link(tarinfo._link_target, targetpath) + else: + self._extract_member(self._find_link_target(tarinfo), + targetpath) + except symlink_exception: + if tarinfo.issym(): + linkpath = os.path.join(os.path.dirname(tarinfo.name), + tarinfo.linkname) + else: + linkpath = tarinfo.linkname + else: + try: + self._extract_member(self._find_link_target(tarinfo), + targetpath) + except KeyError: + raise ExtractError("unable to resolve link inside archive") + + def chown(self, tarinfo, targetpath): + """Set owner of targetpath according to tarinfo. + """ + if pwd and hasattr(os, "geteuid") and os.geteuid() == 0: + # We have to be root to do so. + try: + g = grp.getgrnam(tarinfo.gname)[2] + except KeyError: + g = tarinfo.gid + try: + u = pwd.getpwnam(tarinfo.uname)[2] + except KeyError: + u = tarinfo.uid + try: + if tarinfo.issym() and hasattr(os, "lchown"): + os.lchown(targetpath, u, g) + else: + if sys.platform != "os2emx": + os.chown(targetpath, u, g) + except EnvironmentError as e: + raise ExtractError("could not change owner") + + def chmod(self, tarinfo, targetpath): + """Set file permissions of targetpath according to tarinfo. + """ + if hasattr(os, 'chmod'): + try: + os.chmod(targetpath, tarinfo.mode) + except EnvironmentError as e: + raise ExtractError("could not change mode") + + def utime(self, tarinfo, targetpath): + """Set modification time of targetpath according to tarinfo. + """ + if not hasattr(os, 'utime'): + return + try: + os.utime(targetpath, (tarinfo.mtime, tarinfo.mtime)) + except EnvironmentError as e: + raise ExtractError("could not change modification time") + + #-------------------------------------------------------------------------- + def next(self): + """Return the next member of the archive as a TarInfo object, when + TarFile is opened for reading. Return None if there is no more + available. + """ + self._check("ra") + if self.firstmember is not None: + m = self.firstmember + self.firstmember = None + return m + + # Read the next block. + self.fileobj.seek(self.offset) + tarinfo = None + while True: + try: + tarinfo = self.tarinfo.fromtarfile(self) + except EOFHeaderError as e: + if self.ignore_zeros: + self._dbg(2, "0x%X: %s" % (self.offset, e)) + self.offset += BLOCKSIZE + continue + except InvalidHeaderError as e: + if self.ignore_zeros: + self._dbg(2, "0x%X: %s" % (self.offset, e)) + self.offset += BLOCKSIZE + continue + elif self.offset == 0: + raise ReadError(str(e)) + except EmptyHeaderError: + if self.offset == 0: + raise ReadError("empty file") + except TruncatedHeaderError as e: + if self.offset == 0: + raise ReadError(str(e)) + except SubsequentHeaderError as e: + raise ReadError(str(e)) + break + + if tarinfo is not None: + self.members.append(tarinfo) + else: + self._loaded = True + + return tarinfo + + #-------------------------------------------------------------------------- + # Little helper methods: + + def _getmember(self, name, tarinfo=None, normalize=False): + """Find an archive member by name from bottom to top. + If tarinfo is given, it is used as the starting point. + """ + # Ensure that all members have been loaded. + members = self.getmembers() + + # Limit the member search list up to tarinfo. + if tarinfo is not None: + members = members[:members.index(tarinfo)] + + if normalize: + name = os.path.normpath(name) + + for member in reversed(members): + if normalize: + member_name = os.path.normpath(member.name) + else: + member_name = member.name + + if name == member_name: + return member + + def _load(self): + """Read through the entire archive file and look for readable + members. + """ + while True: + tarinfo = self.next() + if tarinfo is None: + break + self._loaded = True + + def _check(self, mode=None): + """Check if TarFile is still open, and if the operation's mode + corresponds to TarFile's mode. + """ + if self.closed: + raise IOError("%s is closed" % self.__class__.__name__) + if mode is not None and self.mode not in mode: + raise IOError("bad operation for mode %r" % self.mode) + + def _find_link_target(self, tarinfo): + """Find the target member of a symlink or hardlink member in the + archive. + """ + if tarinfo.issym(): + # Always search the entire archive. + linkname = os.path.dirname(tarinfo.name) + "/" + tarinfo.linkname + limit = None + else: + # Search the archive before the link, because a hard link is + # just a reference to an already archived file. + linkname = tarinfo.linkname + limit = tarinfo + + member = self._getmember(linkname, tarinfo=limit, normalize=True) + if member is None: + raise KeyError("linkname %r not found" % linkname) + return member + + def __iter__(self): + """Provide an iterator object. + """ + if self._loaded: + return iter(self.members) + else: + return TarIter(self) + + def _dbg(self, level, msg): + """Write debugging output to sys.stderr. + """ + if level <= self.debug: + print(msg, file=sys.stderr) + + def __enter__(self): + self._check() + return self + + def __exit__(self, type, value, traceback): + if type is None: + self.close() + else: + # An exception occurred. We must not call close() because + # it would try to write end-of-archive blocks and padding. + if not self._extfileobj: + self.fileobj.close() + self.closed = True +# class TarFile + +class TarIter(object): + """Iterator Class. + + for tarinfo in TarFile(...): + suite... + """ + + def __init__(self, tarfile): + """Construct a TarIter object. + """ + self.tarfile = tarfile + self.index = 0 + def __iter__(self): + """Return iterator object. + """ + return self + + def __next__(self): + """Return the next item using TarFile's next() method. + When all members have been read, set TarFile as _loaded. + """ + # Fix for SF #1100429: Under rare circumstances it can + # happen that getmembers() is called during iteration, + # which will cause TarIter to stop prematurely. + if not self.tarfile._loaded: + tarinfo = self.tarfile.next() + if not tarinfo: + self.tarfile._loaded = True + raise StopIteration + else: + try: + tarinfo = self.tarfile.members[self.index] + except IndexError: + raise StopIteration + self.index += 1 + return tarinfo + + next = __next__ # for Python 2.x + +#-------------------- +# exported functions +#-------------------- +def is_tarfile(name): + """Return True if name points to a tar archive that we + are able to handle, else return False. + """ + try: + t = open(name) + t.close() + return True + except TarError: + return False + +bltn_open = open +open = TarFile.open diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/compat.py b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/compat.py new file mode 100644 index 000000000..e59410695 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/compat.py @@ -0,0 +1,1122 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2017 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import absolute_import + +import os +import re +import sys + +try: + import ssl +except ImportError: # pragma: no cover + ssl = None + +if sys.version_info[0] < 3: # pragma: no cover + from StringIO import StringIO + string_types = basestring, + text_type = unicode + from types import FileType as file_type + import __builtin__ as builtins + import ConfigParser as configparser + from ._backport import shutil + from urlparse import urlparse, urlunparse, urljoin, urlsplit, urlunsplit + from urllib import (urlretrieve, quote as _quote, unquote, url2pathname, + pathname2url, ContentTooShortError, splittype) + + def quote(s): + if isinstance(s, unicode): + s = s.encode('utf-8') + return _quote(s) + + import urllib2 + from urllib2 import (Request, urlopen, URLError, HTTPError, + HTTPBasicAuthHandler, HTTPPasswordMgr, + HTTPHandler, HTTPRedirectHandler, + build_opener) + if ssl: + from urllib2 import HTTPSHandler + import httplib + import xmlrpclib + import Queue as queue + from HTMLParser import HTMLParser + import htmlentitydefs + raw_input = raw_input + from itertools import ifilter as filter + from itertools import ifilterfalse as filterfalse + + # Leaving this around for now, in case it needs resurrecting in some way + # _userprog = None + # def splituser(host): + # """splituser('user[:passwd]@host[:port]') --> 'user[:passwd]', 'host[:port]'.""" + # global _userprog + # if _userprog is None: + # import re + # _userprog = re.compile('^(.*)@(.*)$') + + # match = _userprog.match(host) + # if match: return match.group(1, 2) + # return None, host + +else: # pragma: no cover + from io import StringIO + string_types = str, + text_type = str + from io import TextIOWrapper as file_type + import builtins + import configparser + import shutil + from urllib.parse import (urlparse, urlunparse, urljoin, quote, + unquote, urlsplit, urlunsplit, splittype) + from urllib.request import (urlopen, urlretrieve, Request, url2pathname, + pathname2url, + HTTPBasicAuthHandler, HTTPPasswordMgr, + HTTPHandler, HTTPRedirectHandler, + build_opener) + if ssl: + from urllib.request import HTTPSHandler + from urllib.error import HTTPError, URLError, ContentTooShortError + import http.client as httplib + import urllib.request as urllib2 + import xmlrpc.client as xmlrpclib + import queue + from html.parser import HTMLParser + import html.entities as htmlentitydefs + raw_input = input + from itertools import filterfalse + filter = filter + + +try: + from ssl import match_hostname, CertificateError +except ImportError: # pragma: no cover + class CertificateError(ValueError): + pass + + + def _dnsname_match(dn, hostname, max_wildcards=1): + """Matching according to RFC 6125, section 6.4.3 + + http://tools.ietf.org/html/rfc6125#section-6.4.3 + """ + pats = [] + if not dn: + return False + + parts = dn.split('.') + leftmost, remainder = parts[0], parts[1:] + + wildcards = leftmost.count('*') + if wildcards > max_wildcards: + # Issue #17980: avoid denials of service by refusing more + # than one wildcard per fragment. A survey of established + # policy among SSL implementations showed it to be a + # reasonable choice. + raise CertificateError( + "too many wildcards in certificate DNS name: " + repr(dn)) + + # speed up common case w/o wildcards + if not wildcards: + return dn.lower() == hostname.lower() + + # RFC 6125, section 6.4.3, subitem 1. + # The client SHOULD NOT attempt to match a presented identifier in which + # the wildcard character comprises a label other than the left-most label. + if leftmost == '*': + # When '*' is a fragment by itself, it matches a non-empty dotless + # fragment. + pats.append('[^.]+') + elif leftmost.startswith('xn--') or hostname.startswith('xn--'): + # RFC 6125, section 6.4.3, subitem 3. + # The client SHOULD NOT attempt to match a presented identifier + # where the wildcard character is embedded within an A-label or + # U-label of an internationalized domain name. + pats.append(re.escape(leftmost)) + else: + # Otherwise, '*' matches any dotless string, e.g. www* + pats.append(re.escape(leftmost).replace(r'\*', '[^.]*')) + + # add the remaining fragments, ignore any wildcards + for frag in remainder: + pats.append(re.escape(frag)) + + pat = re.compile(r'\A' + r'\.'.join(pats) + r'\Z', re.IGNORECASE) + return pat.match(hostname) + + + def match_hostname(cert, hostname): + """Verify that *cert* (in decoded format as returned by + SSLSocket.getpeercert()) matches the *hostname*. RFC 2818 and RFC 6125 + rules are followed, but IP addresses are not accepted for *hostname*. + + CertificateError is raised on failure. On success, the function + returns nothing. + """ + if not cert: + raise ValueError("empty or no certificate, match_hostname needs a " + "SSL socket or SSL context with either " + "CERT_OPTIONAL or CERT_REQUIRED") + dnsnames = [] + san = cert.get('subjectAltName', ()) + for key, value in san: + if key == 'DNS': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if not dnsnames: + # The subject is only checked when there is no dNSName entry + # in subjectAltName + for sub in cert.get('subject', ()): + for key, value in sub: + # XXX according to RFC 2818, the most specific Common Name + # must be used. + if key == 'commonName': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if len(dnsnames) > 1: + raise CertificateError("hostname %r " + "doesn't match either of %s" + % (hostname, ', '.join(map(repr, dnsnames)))) + elif len(dnsnames) == 1: + raise CertificateError("hostname %r " + "doesn't match %r" + % (hostname, dnsnames[0])) + else: + raise CertificateError("no appropriate commonName or " + "subjectAltName fields were found") + + +try: + from types import SimpleNamespace as Container +except ImportError: # pragma: no cover + class Container(object): + """ + A generic container for when multiple values need to be returned + """ + def __init__(self, **kwargs): + self.__dict__.update(kwargs) + + +try: + from shutil import which +except ImportError: # pragma: no cover + # Implementation from Python 3.3 + def which(cmd, mode=os.F_OK | os.X_OK, path=None): + """Given a command, mode, and a PATH string, return the path which + conforms to the given mode on the PATH, or None if there is no such + file. + + `mode` defaults to os.F_OK | os.X_OK. `path` defaults to the result + of os.environ.get("PATH"), or can be overridden with a custom search + path. + + """ + # Check that a given file can be accessed with the correct mode. + # Additionally check that `file` is not a directory, as on Windows + # directories pass the os.access check. + def _access_check(fn, mode): + return (os.path.exists(fn) and os.access(fn, mode) + and not os.path.isdir(fn)) + + # If we're given a path with a directory part, look it up directly rather + # than referring to PATH directories. This includes checking relative to the + # current directory, e.g. ./script + if os.path.dirname(cmd): + if _access_check(cmd, mode): + return cmd + return None + + if path is None: + path = os.environ.get("PATH", os.defpath) + if not path: + return None + path = path.split(os.pathsep) + + if sys.platform == "win32": + # The current directory takes precedence on Windows. + if not os.curdir in path: + path.insert(0, os.curdir) + + # PATHEXT is necessary to check on Windows. + pathext = os.environ.get("PATHEXT", "").split(os.pathsep) + # See if the given file matches any of the expected path extensions. + # This will allow us to short circuit when given "python.exe". + # If it does match, only test that one, otherwise we have to try + # others. + if any(cmd.lower().endswith(ext.lower()) for ext in pathext): + files = [cmd] + else: + files = [cmd + ext for ext in pathext] + else: + # On other platforms you don't have things like PATHEXT to tell you + # what file suffixes are executable, so just pass on cmd as-is. + files = [cmd] + + seen = set() + for dir in path: + normdir = os.path.normcase(dir) + if not normdir in seen: + seen.add(normdir) + for thefile in files: + name = os.path.join(dir, thefile) + if _access_check(name, mode): + return name + return None + + +# ZipFile is a context manager in 2.7, but not in 2.6 + +from zipfile import ZipFile as BaseZipFile + +if hasattr(BaseZipFile, '__enter__'): # pragma: no cover + ZipFile = BaseZipFile +else: # pragma: no cover + from zipfile import ZipExtFile as BaseZipExtFile + + class ZipExtFile(BaseZipExtFile): + def __init__(self, base): + self.__dict__.update(base.__dict__) + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + class ZipFile(BaseZipFile): + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + def open(self, *args, **kwargs): + base = BaseZipFile.open(self, *args, **kwargs) + return ZipExtFile(base) + +try: + from platform import python_implementation +except ImportError: # pragma: no cover + def python_implementation(): + """Return a string identifying the Python implementation.""" + if 'PyPy' in sys.version: + return 'PyPy' + if os.name == 'java': + return 'Jython' + if sys.version.startswith('IronPython'): + return 'IronPython' + return 'CPython' + +try: + import sysconfig +except ImportError: # pragma: no cover + from ._backport import sysconfig + +try: + callable = callable +except NameError: # pragma: no cover + from collections.abc import Callable + + def callable(obj): + return isinstance(obj, Callable) + + +try: + fsencode = os.fsencode + fsdecode = os.fsdecode +except AttributeError: # pragma: no cover + # Issue #99: on some systems (e.g. containerised), + # sys.getfilesystemencoding() returns None, and we need a real value, + # so fall back to utf-8. From the CPython 2.7 docs relating to Unix and + # sys.getfilesystemencoding(): the return value is "the user’s preference + # according to the result of nl_langinfo(CODESET), or None if the + # nl_langinfo(CODESET) failed." + _fsencoding = sys.getfilesystemencoding() or 'utf-8' + if _fsencoding == 'mbcs': + _fserrors = 'strict' + else: + _fserrors = 'surrogateescape' + + def fsencode(filename): + if isinstance(filename, bytes): + return filename + elif isinstance(filename, text_type): + return filename.encode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + + def fsdecode(filename): + if isinstance(filename, text_type): + return filename + elif isinstance(filename, bytes): + return filename.decode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + +try: + from tokenize import detect_encoding +except ImportError: # pragma: no cover + from codecs import BOM_UTF8, lookup + import re + + cookie_re = re.compile(r"coding[:=]\s*([-\w.]+)") + + def _get_normal_name(orig_enc): + """Imitates get_normal_name in tokenizer.c.""" + # Only care about the first 12 characters. + enc = orig_enc[:12].lower().replace("_", "-") + if enc == "utf-8" or enc.startswith("utf-8-"): + return "utf-8" + if enc in ("latin-1", "iso-8859-1", "iso-latin-1") or \ + enc.startswith(("latin-1-", "iso-8859-1-", "iso-latin-1-")): + return "iso-8859-1" + return orig_enc + + def detect_encoding(readline): + """ + The detect_encoding() function is used to detect the encoding that should + be used to decode a Python source file. It requires one argument, readline, + in the same way as the tokenize() generator. + + It will call readline a maximum of twice, and return the encoding used + (as a string) and a list of any lines (left as bytes) it has read in. + + It detects the encoding from the presence of a utf-8 bom or an encoding + cookie as specified in pep-0263. If both a bom and a cookie are present, + but disagree, a SyntaxError will be raised. If the encoding cookie is an + invalid charset, raise a SyntaxError. Note that if a utf-8 bom is found, + 'utf-8-sig' is returned. + + If no encoding is specified, then the default of 'utf-8' will be returned. + """ + try: + filename = readline.__self__.name + except AttributeError: + filename = None + bom_found = False + encoding = None + default = 'utf-8' + def read_or_stop(): + try: + return readline() + except StopIteration: + return b'' + + def find_cookie(line): + try: + # Decode as UTF-8. Either the line is an encoding declaration, + # in which case it should be pure ASCII, or it must be UTF-8 + # per default encoding. + line_string = line.decode('utf-8') + except UnicodeDecodeError: + msg = "invalid or missing encoding declaration" + if filename is not None: + msg = '{} for {!r}'.format(msg, filename) + raise SyntaxError(msg) + + matches = cookie_re.findall(line_string) + if not matches: + return None + encoding = _get_normal_name(matches[0]) + try: + codec = lookup(encoding) + except LookupError: + # This behaviour mimics the Python interpreter + if filename is None: + msg = "unknown encoding: " + encoding + else: + msg = "unknown encoding for {!r}: {}".format(filename, + encoding) + raise SyntaxError(msg) + + if bom_found: + if codec.name != 'utf-8': + # This behaviour mimics the Python interpreter + if filename is None: + msg = 'encoding problem: utf-8' + else: + msg = 'encoding problem for {!r}: utf-8'.format(filename) + raise SyntaxError(msg) + encoding += '-sig' + return encoding + + first = read_or_stop() + if first.startswith(BOM_UTF8): + bom_found = True + first = first[3:] + default = 'utf-8-sig' + if not first: + return default, [] + + encoding = find_cookie(first) + if encoding: + return encoding, [first] + + second = read_or_stop() + if not second: + return default, [first] + + encoding = find_cookie(second) + if encoding: + return encoding, [first, second] + + return default, [first, second] + +# For converting & <-> & etc. +try: + from html import escape +except ImportError: + from cgi import escape +if sys.version_info[:2] < (3, 4): + unescape = HTMLParser().unescape +else: + from html import unescape + +try: + from collections import ChainMap +except ImportError: # pragma: no cover + from collections import MutableMapping + + try: + from reprlib import recursive_repr as _recursive_repr + except ImportError: + def _recursive_repr(fillvalue='...'): + ''' + Decorator to make a repr function return fillvalue for a recursive + call + ''' + + def decorating_function(user_function): + repr_running = set() + + def wrapper(self): + key = id(self), get_ident() + if key in repr_running: + return fillvalue + repr_running.add(key) + try: + result = user_function(self) + finally: + repr_running.discard(key) + return result + + # Can't use functools.wraps() here because of bootstrap issues + wrapper.__module__ = getattr(user_function, '__module__') + wrapper.__doc__ = getattr(user_function, '__doc__') + wrapper.__name__ = getattr(user_function, '__name__') + wrapper.__annotations__ = getattr(user_function, '__annotations__', {}) + return wrapper + + return decorating_function + + class ChainMap(MutableMapping): + ''' A ChainMap groups multiple dicts (or other mappings) together + to create a single, updateable view. + + The underlying mappings are stored in a list. That list is public and can + accessed or updated using the *maps* attribute. There is no other state. + + Lookups search the underlying mappings successively until a key is found. + In contrast, writes, updates, and deletions only operate on the first + mapping. + + ''' + + def __init__(self, *maps): + '''Initialize a ChainMap by setting *maps* to the given mappings. + If no mappings are provided, a single empty dictionary is used. + + ''' + self.maps = list(maps) or [{}] # always at least one map + + def __missing__(self, key): + raise KeyError(key) + + def __getitem__(self, key): + for mapping in self.maps: + try: + return mapping[key] # can't use 'key in mapping' with defaultdict + except KeyError: + pass + return self.__missing__(key) # support subclasses that define __missing__ + + def get(self, key, default=None): + return self[key] if key in self else default + + def __len__(self): + return len(set().union(*self.maps)) # reuses stored hash values if possible + + def __iter__(self): + return iter(set().union(*self.maps)) + + def __contains__(self, key): + return any(key in m for m in self.maps) + + def __bool__(self): + return any(self.maps) + + @_recursive_repr() + def __repr__(self): + return '{0.__class__.__name__}({1})'.format( + self, ', '.join(map(repr, self.maps))) + + @classmethod + def fromkeys(cls, iterable, *args): + 'Create a ChainMap with a single dict created from the iterable.' + return cls(dict.fromkeys(iterable, *args)) + + def copy(self): + 'New ChainMap or subclass with a new copy of maps[0] and refs to maps[1:]' + return self.__class__(self.maps[0].copy(), *self.maps[1:]) + + __copy__ = copy + + def new_child(self): # like Django's Context.push() + 'New ChainMap with a new dict followed by all previous maps.' + return self.__class__({}, *self.maps) + + @property + def parents(self): # like Django's Context.pop() + 'New ChainMap from maps[1:].' + return self.__class__(*self.maps[1:]) + + def __setitem__(self, key, value): + self.maps[0][key] = value + + def __delitem__(self, key): + try: + del self.maps[0][key] + except KeyError: + raise KeyError('Key not found in the first mapping: {!r}'.format(key)) + + def popitem(self): + 'Remove and return an item pair from maps[0]. Raise KeyError is maps[0] is empty.' + try: + return self.maps[0].popitem() + except KeyError: + raise KeyError('No keys found in the first mapping.') + + def pop(self, key, *args): + 'Remove *key* from maps[0] and return its value. Raise KeyError if *key* not in maps[0].' + try: + return self.maps[0].pop(key, *args) + except KeyError: + raise KeyError('Key not found in the first mapping: {!r}'.format(key)) + + def clear(self): + 'Clear maps[0], leaving maps[1:] intact.' + self.maps[0].clear() + +try: + from importlib.util import cache_from_source # Python >= 3.4 +except ImportError: # pragma: no cover + try: + from imp import cache_from_source + except ImportError: # pragma: no cover + def cache_from_source(path, debug_override=None): + assert path.endswith('.py') + if debug_override is None: + debug_override = __debug__ + if debug_override: + suffix = 'c' + else: + suffix = 'o' + return path + suffix + +try: + from collections import OrderedDict +except ImportError: # pragma: no cover +## {{{ http://code.activestate.com/recipes/576693/ (r9) +# Backport of OrderedDict() class that runs on Python 2.4, 2.5, 2.6, 2.7 and pypy. +# Passes Python2.7's test suite and incorporates all the latest updates. + try: + from thread import get_ident as _get_ident + except ImportError: + from dummy_thread import get_ident as _get_ident + + try: + from _abcoll import KeysView, ValuesView, ItemsView + except ImportError: + pass + + + class OrderedDict(dict): + 'Dictionary that remembers insertion order' + # An inherited dict maps keys to values. + # The inherited dict provides __getitem__, __len__, __contains__, and get. + # The remaining methods are order-aware. + # Big-O running times for all methods are the same as for regular dictionaries. + + # The internal self.__map dictionary maps keys to links in a doubly linked list. + # The circular doubly linked list starts and ends with a sentinel element. + # The sentinel element never gets deleted (this simplifies the algorithm). + # Each link is stored as a list of length three: [PREV, NEXT, KEY]. + + def __init__(self, *args, **kwds): + '''Initialize an ordered dictionary. Signature is the same as for + regular dictionaries, but keyword arguments are not recommended + because their insertion order is arbitrary. + + ''' + if len(args) > 1: + raise TypeError('expected at most 1 arguments, got %d' % len(args)) + try: + self.__root + except AttributeError: + self.__root = root = [] # sentinel node + root[:] = [root, root, None] + self.__map = {} + self.__update(*args, **kwds) + + def __setitem__(self, key, value, dict_setitem=dict.__setitem__): + 'od.__setitem__(i, y) <==> od[i]=y' + # Setting a new item creates a new link which goes at the end of the linked + # list, and the inherited dictionary is updated with the new key/value pair. + if key not in self: + root = self.__root + last = root[0] + last[1] = root[0] = self.__map[key] = [last, root, key] + dict_setitem(self, key, value) + + def __delitem__(self, key, dict_delitem=dict.__delitem__): + 'od.__delitem__(y) <==> del od[y]' + # Deleting an existing item uses self.__map to find the link which is + # then removed by updating the links in the predecessor and successor nodes. + dict_delitem(self, key) + link_prev, link_next, key = self.__map.pop(key) + link_prev[1] = link_next + link_next[0] = link_prev + + def __iter__(self): + 'od.__iter__() <==> iter(od)' + root = self.__root + curr = root[1] + while curr is not root: + yield curr[2] + curr = curr[1] + + def __reversed__(self): + 'od.__reversed__() <==> reversed(od)' + root = self.__root + curr = root[0] + while curr is not root: + yield curr[2] + curr = curr[0] + + def clear(self): + 'od.clear() -> None. Remove all items from od.' + try: + for node in self.__map.itervalues(): + del node[:] + root = self.__root + root[:] = [root, root, None] + self.__map.clear() + except AttributeError: + pass + dict.clear(self) + + def popitem(self, last=True): + '''od.popitem() -> (k, v), return and remove a (key, value) pair. + Pairs are returned in LIFO order if last is true or FIFO order if false. + + ''' + if not self: + raise KeyError('dictionary is empty') + root = self.__root + if last: + link = root[0] + link_prev = link[0] + link_prev[1] = root + root[0] = link_prev + else: + link = root[1] + link_next = link[1] + root[1] = link_next + link_next[0] = root + key = link[2] + del self.__map[key] + value = dict.pop(self, key) + return key, value + + # -- the following methods do not depend on the internal structure -- + + def keys(self): + 'od.keys() -> list of keys in od' + return list(self) + + def values(self): + 'od.values() -> list of values in od' + return [self[key] for key in self] + + def items(self): + 'od.items() -> list of (key, value) pairs in od' + return [(key, self[key]) for key in self] + + def iterkeys(self): + 'od.iterkeys() -> an iterator over the keys in od' + return iter(self) + + def itervalues(self): + 'od.itervalues -> an iterator over the values in od' + for k in self: + yield self[k] + + def iteritems(self): + 'od.iteritems -> an iterator over the (key, value) items in od' + for k in self: + yield (k, self[k]) + + def update(*args, **kwds): + '''od.update(E, **F) -> None. Update od from dict/iterable E and F. + + If E is a dict instance, does: for k in E: od[k] = E[k] + If E has a .keys() method, does: for k in E.keys(): od[k] = E[k] + Or if E is an iterable of items, does: for k, v in E: od[k] = v + In either case, this is followed by: for k, v in F.items(): od[k] = v + + ''' + if len(args) > 2: + raise TypeError('update() takes at most 2 positional ' + 'arguments (%d given)' % (len(args),)) + elif not args: + raise TypeError('update() takes at least 1 argument (0 given)') + self = args[0] + # Make progressively weaker assumptions about "other" + other = () + if len(args) == 2: + other = args[1] + if isinstance(other, dict): + for key in other: + self[key] = other[key] + elif hasattr(other, 'keys'): + for key in other.keys(): + self[key] = other[key] + else: + for key, value in other: + self[key] = value + for key, value in kwds.items(): + self[key] = value + + __update = update # let subclasses override update without breaking __init__ + + __marker = object() + + def pop(self, key, default=__marker): + '''od.pop(k[,d]) -> v, remove specified key and return the corresponding value. + If key is not found, d is returned if given, otherwise KeyError is raised. + + ''' + if key in self: + result = self[key] + del self[key] + return result + if default is self.__marker: + raise KeyError(key) + return default + + def setdefault(self, key, default=None): + 'od.setdefault(k[,d]) -> od.get(k,d), also set od[k]=d if k not in od' + if key in self: + return self[key] + self[key] = default + return default + + def __repr__(self, _repr_running=None): + 'od.__repr__() <==> repr(od)' + if not _repr_running: _repr_running = {} + call_key = id(self), _get_ident() + if call_key in _repr_running: + return '...' + _repr_running[call_key] = 1 + try: + if not self: + return '%s()' % (self.__class__.__name__,) + return '%s(%r)' % (self.__class__.__name__, self.items()) + finally: + del _repr_running[call_key] + + def __reduce__(self): + 'Return state information for pickling' + items = [[k, self[k]] for k in self] + inst_dict = vars(self).copy() + for k in vars(OrderedDict()): + inst_dict.pop(k, None) + if inst_dict: + return (self.__class__, (items,), inst_dict) + return self.__class__, (items,) + + def copy(self): + 'od.copy() -> a shallow copy of od' + return self.__class__(self) + + @classmethod + def fromkeys(cls, iterable, value=None): + '''OD.fromkeys(S[, v]) -> New ordered dictionary with keys from S + and values equal to v (which defaults to None). + + ''' + d = cls() + for key in iterable: + d[key] = value + return d + + def __eq__(self, other): + '''od.__eq__(y) <==> od==y. Comparison to another OD is order-sensitive + while comparison to a regular mapping is order-insensitive. + + ''' + if isinstance(other, OrderedDict): + return len(self)==len(other) and self.items() == other.items() + return dict.__eq__(self, other) + + def __ne__(self, other): + return not self == other + + # -- the following methods are only used in Python 2.7 -- + + def viewkeys(self): + "od.viewkeys() -> a set-like object providing a view on od's keys" + return KeysView(self) + + def viewvalues(self): + "od.viewvalues() -> an object providing a view on od's values" + return ValuesView(self) + + def viewitems(self): + "od.viewitems() -> a set-like object providing a view on od's items" + return ItemsView(self) + +try: + from logging.config import BaseConfigurator, valid_ident +except ImportError: # pragma: no cover + IDENTIFIER = re.compile('^[a-z_][a-z0-9_]*$', re.I) + + + def valid_ident(s): + m = IDENTIFIER.match(s) + if not m: + raise ValueError('Not a valid Python identifier: %r' % s) + return True + + + # The ConvertingXXX classes are wrappers around standard Python containers, + # and they serve to convert any suitable values in the container. The + # conversion converts base dicts, lists and tuples to their wrapped + # equivalents, whereas strings which match a conversion format are converted + # appropriately. + # + # Each wrapper should have a configurator attribute holding the actual + # configurator to use for conversion. + + class ConvertingDict(dict): + """A converting dictionary wrapper.""" + + def __getitem__(self, key): + value = dict.__getitem__(self, key) + result = self.configurator.convert(value) + #If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def get(self, key, default=None): + value = dict.get(self, key, default) + result = self.configurator.convert(value) + #If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, key, default=None): + value = dict.pop(self, key, default) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class ConvertingList(list): + """A converting list wrapper.""" + def __getitem__(self, key): + value = list.__getitem__(self, key) + result = self.configurator.convert(value) + #If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, idx=-1): + value = list.pop(self, idx) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + return result + + class ConvertingTuple(tuple): + """A converting tuple wrapper.""" + def __getitem__(self, key): + value = tuple.__getitem__(self, key) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class BaseConfigurator(object): + """ + The configurator base class which defines some useful defaults. + """ + + CONVERT_PATTERN = re.compile(r'^(?P[a-z]+)://(?P.*)$') + + WORD_PATTERN = re.compile(r'^\s*(\w+)\s*') + DOT_PATTERN = re.compile(r'^\.\s*(\w+)\s*') + INDEX_PATTERN = re.compile(r'^\[\s*(\w+)\s*\]\s*') + DIGIT_PATTERN = re.compile(r'^\d+$') + + value_converters = { + 'ext' : 'ext_convert', + 'cfg' : 'cfg_convert', + } + + # We might want to use a different one, e.g. importlib + importer = staticmethod(__import__) + + def __init__(self, config): + self.config = ConvertingDict(config) + self.config.configurator = self + + def resolve(self, s): + """ + Resolve strings to objects using standard import and attribute + syntax. + """ + name = s.split('.') + used = name.pop(0) + try: + found = self.importer(used) + for frag in name: + used += '.' + frag + try: + found = getattr(found, frag) + except AttributeError: + self.importer(used) + found = getattr(found, frag) + return found + except ImportError: + e, tb = sys.exc_info()[1:] + v = ValueError('Cannot resolve %r: %s' % (s, e)) + v.__cause__, v.__traceback__ = e, tb + raise v + + def ext_convert(self, value): + """Default converter for the ext:// protocol.""" + return self.resolve(value) + + def cfg_convert(self, value): + """Default converter for the cfg:// protocol.""" + rest = value + m = self.WORD_PATTERN.match(rest) + if m is None: + raise ValueError("Unable to convert %r" % value) + else: + rest = rest[m.end():] + d = self.config[m.groups()[0]] + #print d, rest + while rest: + m = self.DOT_PATTERN.match(rest) + if m: + d = d[m.groups()[0]] + else: + m = self.INDEX_PATTERN.match(rest) + if m: + idx = m.groups()[0] + if not self.DIGIT_PATTERN.match(idx): + d = d[idx] + else: + try: + n = int(idx) # try as number first (most likely) + d = d[n] + except TypeError: + d = d[idx] + if m: + rest = rest[m.end():] + else: + raise ValueError('Unable to convert ' + '%r at %r' % (value, rest)) + #rest should be empty + return d + + def convert(self, value): + """ + Convert values to an appropriate type. dicts, lists and tuples are + replaced by their converting alternatives. Strings are checked to + see if they have a conversion format and are converted if they do. + """ + if not isinstance(value, ConvertingDict) and isinstance(value, dict): + value = ConvertingDict(value) + value.configurator = self + elif not isinstance(value, ConvertingList) and isinstance(value, list): + value = ConvertingList(value) + value.configurator = self + elif not isinstance(value, ConvertingTuple) and\ + isinstance(value, tuple): + value = ConvertingTuple(value) + value.configurator = self + elif isinstance(value, string_types): + m = self.CONVERT_PATTERN.match(value) + if m: + d = m.groupdict() + prefix = d['prefix'] + converter = self.value_converters.get(prefix, None) + if converter: + suffix = d['suffix'] + converter = getattr(self, converter) + value = converter(suffix) + return value + + def configure_custom(self, config): + """Configure an object with a user-supplied factory.""" + c = config.pop('()') + if not callable(c): + c = self.resolve(c) + props = config.pop('.', None) + # Check for valid identifiers + kwargs = dict([(k, config[k]) for k in config if valid_ident(k)]) + result = c(**kwargs) + if props: + for name, value in props.items(): + setattr(result, name, value) + return result + + def as_tuple(self, value): + """Utility function which converts lists to tuples.""" + if isinstance(value, list): + value = tuple(value) + return value diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/database.py b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/database.py new file mode 100644 index 000000000..0a90c300b --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/database.py @@ -0,0 +1,1339 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2017 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""PEP 376 implementation.""" + +from __future__ import unicode_literals + +import base64 +import codecs +import contextlib +import hashlib +import logging +import os +import posixpath +import sys +import zipimport + +from . import DistlibException, resources +from .compat import StringIO +from .version import get_scheme, UnsupportedVersionError +from .metadata import (Metadata, METADATA_FILENAME, WHEEL_METADATA_FILENAME, + LEGACY_METADATA_FILENAME) +from .util import (parse_requirement, cached_property, parse_name_and_version, + read_exports, write_exports, CSVReader, CSVWriter) + + +__all__ = ['Distribution', 'BaseInstalledDistribution', + 'InstalledDistribution', 'EggInfoDistribution', + 'DistributionPath'] + + +logger = logging.getLogger(__name__) + +EXPORTS_FILENAME = 'pydist-exports.json' +COMMANDS_FILENAME = 'pydist-commands.json' + +DIST_FILES = ('INSTALLER', METADATA_FILENAME, 'RECORD', 'REQUESTED', + 'RESOURCES', EXPORTS_FILENAME, 'SHARED') + +DISTINFO_EXT = '.dist-info' + + +class _Cache(object): + """ + A simple cache mapping names and .dist-info paths to distributions + """ + def __init__(self): + """ + Initialise an instance. There is normally one for each DistributionPath. + """ + self.name = {} + self.path = {} + self.generated = False + + def clear(self): + """ + Clear the cache, setting it to its initial state. + """ + self.name.clear() + self.path.clear() + self.generated = False + + def add(self, dist): + """ + Add a distribution to the cache. + :param dist: The distribution to add. + """ + if dist.path not in self.path: + self.path[dist.path] = dist + self.name.setdefault(dist.key, []).append(dist) + + +class DistributionPath(object): + """ + Represents a set of distributions installed on a path (typically sys.path). + """ + def __init__(self, path=None, include_egg=False): + """ + Create an instance from a path, optionally including legacy (distutils/ + setuptools/distribute) distributions. + :param path: The path to use, as a list of directories. If not specified, + sys.path is used. + :param include_egg: If True, this instance will look for and return legacy + distributions as well as those based on PEP 376. + """ + if path is None: + path = sys.path + self.path = path + self._include_dist = True + self._include_egg = include_egg + + self._cache = _Cache() + self._cache_egg = _Cache() + self._cache_enabled = True + self._scheme = get_scheme('default') + + def _get_cache_enabled(self): + return self._cache_enabled + + def _set_cache_enabled(self, value): + self._cache_enabled = value + + cache_enabled = property(_get_cache_enabled, _set_cache_enabled) + + def clear_cache(self): + """ + Clears the internal cache. + """ + self._cache.clear() + self._cache_egg.clear() + + + def _yield_distributions(self): + """ + Yield .dist-info and/or .egg(-info) distributions. + """ + # We need to check if we've seen some resources already, because on + # some Linux systems (e.g. some Debian/Ubuntu variants) there are + # symlinks which alias other files in the environment. + seen = set() + for path in self.path: + finder = resources.finder_for_path(path) + if finder is None: + continue + r = finder.find('') + if not r or not r.is_container: + continue + rset = sorted(r.resources) + for entry in rset: + r = finder.find(entry) + if not r or r.path in seen: + continue + 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) + + def _generate_cache(self): + """ + Scan the path for distributions and populate the cache with + those that are found. + """ + gen_dist = not self._cache.generated + gen_egg = self._include_egg and not self._cache_egg.generated + if gen_dist or gen_egg: + for dist in self._yield_distributions(): + if isinstance(dist, InstalledDistribution): + self._cache.add(dist) + else: + self._cache_egg.add(dist) + + if gen_dist: + self._cache.generated = True + if gen_egg: + self._cache_egg.generated = True + + @classmethod + def distinfo_dirname(cls, name, version): + """ + The *name* and *version* parameters are converted into their + filename-escaped form, i.e. any ``'-'`` characters are replaced + with ``'_'`` other than the one in ``'dist-info'`` and the one + separating the name from the version number. + + :parameter name: is converted to a standard distribution name by replacing + any runs of non- alphanumeric characters with a single + ``'-'``. + :type name: string + :parameter version: is converted to a standard version string. Spaces + become dots, and all other non-alphanumeric characters + (except dots) become dashes, with runs of multiple + dashes condensed to a single dash. + :type version: string + :returns: directory name + :rtype: string""" + name = name.replace('-', '_') + return '-'.join([name, version]) + DISTINFO_EXT + + def get_distributions(self): + """ + Provides an iterator that looks for distributions and returns + :class:`InstalledDistribution` or + :class:`EggInfoDistribution` instances for each one of them. + + :rtype: iterator of :class:`InstalledDistribution` and + :class:`EggInfoDistribution` instances + """ + if not self._cache_enabled: + for dist in self._yield_distributions(): + yield dist + else: + self._generate_cache() + + for dist in self._cache.path.values(): + yield dist + + if self._include_egg: + for dist in self._cache_egg.path.values(): + yield dist + + def get_distribution(self, name): + """ + Looks for a named distribution on the path. + + This function only returns the first result found, as no more than one + value is expected. If nothing is found, ``None`` is returned. + + :rtype: :class:`InstalledDistribution`, :class:`EggInfoDistribution` + or ``None`` + """ + result = None + name = name.lower() + if not self._cache_enabled: + for dist in self._yield_distributions(): + if dist.key == name: + result = dist + break + else: + self._generate_cache() + + if name in self._cache.name: + result = self._cache.name[name][0] + elif self._include_egg and name in self._cache_egg.name: + result = self._cache_egg.name[name][0] + return result + + def provides_distribution(self, name, version=None): + """ + Iterates over all distributions to find which distributions provide *name*. + If a *version* is provided, it will be used to filter the results. + + This function only returns the first result found, since no more than + one values are expected. If the directory is not found, returns ``None``. + + :parameter version: a version specifier that indicates the version + required, conforming to the format in ``PEP-345`` + + :type name: string + :type version: string + """ + matcher = None + if version is not None: + try: + matcher = self._scheme.matcher('%s (%s)' % (name, version)) + except ValueError: + raise DistlibException('invalid name or version: %r, %r' % + (name, version)) + + for dist in self.get_distributions(): + # We hit a problem on Travis where enum34 was installed and doesn't + # have a provides attribute ... + if not hasattr(dist, 'provides'): + logger.debug('No "provides": %s', dist) + else: + provided = dist.provides + + for p in provided: + p_name, p_ver = parse_name_and_version(p) + if matcher is None: + if p_name == name: + yield dist + break + else: + if p_name == name and matcher.match(p_ver): + yield dist + break + + def get_file_path(self, name, relative_path): + """ + Return the path to a resource file. + """ + dist = self.get_distribution(name) + if dist is None: + raise LookupError('no distribution named %r found' % name) + return dist.get_resource_path(relative_path) + + def get_exported_entries(self, category, name=None): + """ + Return all of the exported entries in a particular category. + + :param category: The category to search for entries. + :param name: If specified, only entries with that name are returned. + """ + for dist in self.get_distributions(): + r = dist.exports + if category in r: + d = r[category] + if name is not None: + if name in d: + yield d[name] + else: + for v in d.values(): + yield v + + +class Distribution(object): + """ + A base class for distributions, whether installed or from indexes. + Either way, it must have some metadata, so that's all that's needed + for construction. + """ + + build_time_dependency = False + """ + Set to True if it's known to be only a build-time dependency (i.e. + not needed after installation). + """ + + requested = False + """A boolean that indicates whether the ``REQUESTED`` metadata file is + present (in other words, whether the package was installed by user + request or it was installed as a dependency).""" + + def __init__(self, metadata): + """ + Initialise an instance. + :param metadata: The instance of :class:`Metadata` describing this + distribution. + """ + self.metadata = metadata + self.name = metadata.name + self.key = self.name.lower() # for case-insensitive comparisons + self.version = metadata.version + self.locator = None + self.digest = None + self.extras = None # additional features requested + self.context = None # environment marker overrides + self.download_urls = set() + self.digests = {} + + @property + def source_url(self): + """ + The source archive download URL for this distribution. + """ + return self.metadata.source_url + + download_url = source_url # Backward compatibility + + @property + def name_and_version(self): + """ + A utility property which displays the name and version in parentheses. + """ + return '%s (%s)' % (self.name, self.version) + + @property + def provides(self): + """ + A set of distribution names and versions provided by this distribution. + :return: A set of "name (version)" strings. + """ + plist = self.metadata.provides + s = '%s (%s)' % (self.name, self.version) + if s not in plist: + plist.append(s) + return plist + + def _get_requirements(self, req_attr): + md = self.metadata + logger.debug('Getting requirements from metadata %r', md.todict()) + reqts = getattr(md, req_attr) + return set(md.get_requirements(reqts, extras=self.extras, + env=self.context)) + + @property + def run_requires(self): + return self._get_requirements('run_requires') + + @property + def meta_requires(self): + return self._get_requirements('meta_requires') + + @property + def build_requires(self): + return self._get_requirements('build_requires') + + @property + def test_requires(self): + return self._get_requirements('test_requires') + + @property + def dev_requires(self): + return self._get_requirements('dev_requires') + + def matches_requirement(self, req): + """ + Say if this instance matches (fulfills) a requirement. + :param req: The requirement to match. + :rtype req: str + :return: True if it matches, else False. + """ + # Requirement may contain extras - parse to lose those + # from what's passed to the matcher + r = parse_requirement(req) + scheme = get_scheme(self.metadata.scheme) + try: + matcher = scheme.matcher(r.requirement) + except UnsupportedVersionError: + # XXX compat-mode if cannot read the version + logger.warning('could not read version %r - using name only', + req) + name = req.split()[0] + matcher = scheme.matcher(name) + + name = matcher.key # case-insensitive + + result = False + for p in self.provides: + p_name, p_ver = parse_name_and_version(p) + if p_name != name: + continue + try: + result = matcher.match(p_ver) + break + except UnsupportedVersionError: + pass + return result + + def __repr__(self): + """ + Return a textual representation of this instance, + """ + if self.source_url: + suffix = ' [%s]' % self.source_url + else: + suffix = '' + return '' % (self.name, self.version, suffix) + + def __eq__(self, other): + """ + See if this distribution is the same as another. + :param other: The distribution to compare with. To be equal to one + another. distributions must have the same type, name, + version and source_url. + :return: True if it is the same, else False. + """ + if type(other) is not type(self): + result = False + else: + result = (self.name == other.name and + self.version == other.version and + self.source_url == other.source_url) + return result + + def __hash__(self): + """ + Compute hash in a way which matches the equality test. + """ + return hash(self.name) + hash(self.version) + hash(self.source_url) + + +class BaseInstalledDistribution(Distribution): + """ + This is the base class for installed distributions (whether PEP 376 or + legacy). + """ + + hasher = None + + def __init__(self, metadata, path, env=None): + """ + Initialise an instance. + :param metadata: An instance of :class:`Metadata` which describes the + distribution. This will normally have been initialised + from a metadata file in the ``path``. + :param path: The path of the ``.dist-info`` or ``.egg-info`` + directory for the distribution. + :param env: This is normally the :class:`DistributionPath` + instance where this distribution was found. + """ + super(BaseInstalledDistribution, self).__init__(metadata) + self.path = path + self.dist_path = env + + def get_hash(self, data, hasher=None): + """ + Get the hash of some data, using a particular hash algorithm, if + specified. + + :param data: The data to be hashed. + :type data: bytes + :param hasher: The name of a hash implementation, supported by hashlib, + or ``None``. Examples of valid values are ``'sha1'``, + ``'sha224'``, ``'sha384'``, '``sha256'``, ``'md5'`` and + ``'sha512'``. If no hasher is specified, the ``hasher`` + attribute of the :class:`InstalledDistribution` instance + is used. If the hasher is determined to be ``None``, MD5 + is used as the hashing algorithm. + :returns: The hash of the data. If a hasher was explicitly specified, + the returned hash will be prefixed with the specified hasher + followed by '='. + :rtype: str + """ + if hasher is None: + hasher = self.hasher + if hasher is None: + hasher = hashlib.md5 + prefix = '' + else: + hasher = getattr(hashlib, hasher) + prefix = '%s=' % self.hasher + digest = hasher(data).digest() + digest = base64.urlsafe_b64encode(digest).rstrip(b'=').decode('ascii') + return '%s%s' % (prefix, digest) + + +class InstalledDistribution(BaseInstalledDistribution): + """ + Created with the *path* of the ``.dist-info`` directory provided to the + constructor. It reads the metadata contained in ``pydist.json`` when it is + instantiated., or uses a passed in Metadata instance (useful for when + dry-run mode is being used). + """ + + hasher = 'sha256' + + def __init__(self, path, metadata=None, env=None): + self.modules = [] + self.finder = finder = resources.finder_for_path(path) + if finder is None: + raise ValueError('finder unavailable for %s' % path) + if env and env._cache_enabled and path in env._cache.path: + metadata = env._cache.path[path].metadata + elif metadata is None: + r = finder.find(METADATA_FILENAME) + # Temporary - for Wheel 0.23 support + if r is None: + r = finder.find(WHEEL_METADATA_FILENAME) + # Temporary - for legacy support + if r is None: + r = finder.find(LEGACY_METADATA_FILENAME) + if r is None: + raise ValueError('no %s found in %s' % (METADATA_FILENAME, + path)) + with contextlib.closing(r.as_stream()) as stream: + metadata = Metadata(fileobj=stream, scheme='legacy') + + super(InstalledDistribution, self).__init__(metadata, path, env) + + if env and env._cache_enabled: + env._cache.add(self) + + r = finder.find('REQUESTED') + self.requested = r is not None + p = os.path.join(path, 'top_level.txt') + if os.path.exists(p): + with open(p, 'rb') as f: + data = f.read().decode('utf-8') + self.modules = data.splitlines() + + def __repr__(self): + return '' % ( + self.name, self.version, self.path) + + def __str__(self): + return "%s %s" % (self.name, self.version) + + def _get_records(self): + """ + Get the list of installed files for the distribution + :return: A list of tuples of path, hash and size. Note that hash and + size might be ``None`` for some entries. The path is exactly + as stored in the file (which is as in PEP 376). + """ + results = [] + r = self.get_distinfo_resource('RECORD') + with contextlib.closing(r.as_stream()) as stream: + with CSVReader(stream=stream) as record_reader: + # Base location is parent dir of .dist-info dir + #base_location = os.path.dirname(self.path) + #base_location = os.path.abspath(base_location) + for row in record_reader: + missing = [None for i in range(len(row), 3)] + path, checksum, size = row + missing + #if not os.path.isabs(path): + # path = path.replace('/', os.sep) + # path = os.path.join(base_location, path) + results.append((path, checksum, size)) + return results + + @cached_property + def exports(self): + """ + Return the information exported by this distribution. + :return: A dictionary of exports, mapping an export category to a dict + of :class:`ExportEntry` instances describing the individual + export entries, and keyed by name. + """ + result = {} + r = self.get_distinfo_resource(EXPORTS_FILENAME) + if r: + result = self.read_exports() + return result + + def read_exports(self): + """ + Read exports data from a file in .ini format. + + :return: A dictionary of exports, mapping an export category to a list + of :class:`ExportEntry` instances describing the individual + export entries. + """ + result = {} + r = self.get_distinfo_resource(EXPORTS_FILENAME) + if r: + with contextlib.closing(r.as_stream()) as stream: + result = read_exports(stream) + return result + + def write_exports(self, exports): + """ + Write a dictionary of exports to a file in .ini format. + :param exports: A dictionary of exports, mapping an export category to + a list of :class:`ExportEntry` instances describing the + individual export entries. + """ + rf = self.get_distinfo_file(EXPORTS_FILENAME) + with open(rf, 'w') as f: + write_exports(exports, f) + + def get_resource_path(self, relative_path): + """ + NOTE: This API may change in the future. + + Return the absolute path to a resource file with the given relative + path. + + :param relative_path: The path, relative to .dist-info, of the resource + of interest. + :return: The absolute path where the resource is to be found. + """ + r = self.get_distinfo_resource('RESOURCES') + with contextlib.closing(r.as_stream()) as stream: + with CSVReader(stream=stream) as resources_reader: + for relative, destination in resources_reader: + if relative == relative_path: + return destination + raise KeyError('no resource file with relative path %r ' + 'is installed' % relative_path) + + def list_installed_files(self): + """ + Iterates over the ``RECORD`` entries and returns a tuple + ``(path, hash, size)`` for each line. + + :returns: iterator of (path, hash, size) + """ + for result in self._get_records(): + yield result + + def write_installed_files(self, paths, prefix, dry_run=False): + """ + Writes the ``RECORD`` file, using the ``paths`` iterable passed in. Any + existing ``RECORD`` file is silently overwritten. + + prefix is used to determine when to write absolute paths. + """ + prefix = os.path.join(prefix, '') + base = os.path.dirname(self.path) + base_under_prefix = base.startswith(prefix) + base = os.path.join(base, '') + record_path = self.get_distinfo_file('RECORD') + logger.info('creating %s', record_path) + if dry_run: + return None + with CSVWriter(record_path) as writer: + for path in paths: + if os.path.isdir(path) or path.endswith(('.pyc', '.pyo')): + # do not put size and hash, as in PEP-376 + hash_value = size = '' + else: + size = '%d' % os.path.getsize(path) + with open(path, 'rb') as fp: + hash_value = self.get_hash(fp.read()) + if path.startswith(base) or (base_under_prefix and + path.startswith(prefix)): + path = os.path.relpath(path, base) + writer.writerow((path, hash_value, size)) + + # add the RECORD file itself + if record_path.startswith(base): + record_path = os.path.relpath(record_path, base) + writer.writerow((record_path, '', '')) + return record_path + + def check_installed_files(self): + """ + Checks that the hashes and sizes of the files in ``RECORD`` are + matched by the files themselves. Returns a (possibly empty) list of + mismatches. Each entry in the mismatch list will be a tuple consisting + of the path, 'exists', 'size' or 'hash' according to what didn't match + (existence is checked first, then size, then hash), the expected + value and the actual value. + """ + mismatches = [] + base = os.path.dirname(self.path) + record_path = self.get_distinfo_file('RECORD') + for path, hash_value, size in self.list_installed_files(): + if not os.path.isabs(path): + path = os.path.join(base, path) + if path == record_path: + continue + if not os.path.exists(path): + mismatches.append((path, 'exists', True, False)) + elif os.path.isfile(path): + actual_size = str(os.path.getsize(path)) + if size and actual_size != size: + mismatches.append((path, 'size', size, actual_size)) + elif hash_value: + if '=' in hash_value: + hasher = hash_value.split('=', 1)[0] + else: + hasher = None + + with open(path, 'rb') as f: + actual_hash = self.get_hash(f.read(), hasher) + if actual_hash != hash_value: + mismatches.append((path, 'hash', hash_value, actual_hash)) + return mismatches + + @cached_property + def shared_locations(self): + """ + A dictionary of shared locations whose keys are in the set 'prefix', + 'purelib', 'platlib', 'scripts', 'headers', 'data' and 'namespace'. + The corresponding value is the absolute path of that category for + this distribution, and takes into account any paths selected by the + user at installation time (e.g. via command-line arguments). In the + case of the 'namespace' key, this would be a list of absolute paths + for the roots of namespace packages in this distribution. + + The first time this property is accessed, the relevant information is + read from the SHARED file in the .dist-info directory. + """ + result = {} + shared_path = os.path.join(self.path, 'SHARED') + if os.path.isfile(shared_path): + with codecs.open(shared_path, 'r', encoding='utf-8') as f: + lines = f.read().splitlines() + for line in lines: + key, value = line.split('=', 1) + if key == 'namespace': + result.setdefault(key, []).append(value) + else: + result[key] = value + return result + + def write_shared_locations(self, paths, dry_run=False): + """ + Write shared location information to the SHARED file in .dist-info. + :param paths: A dictionary as described in the documentation for + :meth:`shared_locations`. + :param dry_run: If True, the action is logged but no file is actually + written. + :return: The path of the file written to. + """ + shared_path = os.path.join(self.path, 'SHARED') + logger.info('creating %s', shared_path) + if dry_run: + return None + lines = [] + for key in ('prefix', 'lib', 'headers', 'scripts', 'data'): + path = paths[key] + if os.path.isdir(paths[key]): + lines.append('%s=%s' % (key, path)) + for ns in paths.get('namespace', ()): + lines.append('namespace=%s' % ns) + + with codecs.open(shared_path, 'w', encoding='utf-8') as f: + f.write('\n'.join(lines)) + return shared_path + + def get_distinfo_resource(self, path): + if path not in DIST_FILES: + raise DistlibException('invalid path for a dist-info file: ' + '%r at %r' % (path, self.path)) + finder = resources.finder_for_path(self.path) + if finder is None: + raise DistlibException('Unable to get a finder for %s' % self.path) + return finder.find(path) + + def get_distinfo_file(self, path): + """ + Returns a path located under the ``.dist-info`` directory. Returns a + string representing the path. + + :parameter path: a ``'/'``-separated path relative to the + ``.dist-info`` directory or an absolute path; + If *path* is an absolute path and doesn't start + with the ``.dist-info`` directory path, + a :class:`DistlibException` is raised + :type path: str + :rtype: str + """ + # Check if it is an absolute path # XXX use relpath, add tests + if path.find(os.sep) >= 0: + # it's an absolute path? + distinfo_dirname, path = path.split(os.sep)[-2:] + if distinfo_dirname != self.path.split(os.sep)[-1]: + raise DistlibException( + 'dist-info file %r does not belong to the %r %s ' + 'distribution' % (path, self.name, self.version)) + + # The file must be relative + if path not in DIST_FILES: + raise DistlibException('invalid path for a dist-info file: ' + '%r at %r' % (path, self.path)) + + return os.path.join(self.path, path) + + def list_distinfo_files(self): + """ + Iterates over the ``RECORD`` entries and returns paths for each line if + the path is pointing to a file located in the ``.dist-info`` directory + or one of its subdirectories. + + :returns: iterator of paths + """ + base = os.path.dirname(self.path) + for path, checksum, size in self._get_records(): + # XXX add separator or use real relpath algo + if not os.path.isabs(path): + path = os.path.join(base, path) + if path.startswith(self.path): + yield path + + def __eq__(self, other): + return (isinstance(other, InstalledDistribution) and + self.path == other.path) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + __hash__ = object.__hash__ + + +class EggInfoDistribution(BaseInstalledDistribution): + """Created with the *path* of the ``.egg-info`` directory or file provided + to the constructor. It reads the metadata contained in the file itself, or + if the given path happens to be a directory, the metadata is read from the + file ``PKG-INFO`` under that directory.""" + + requested = True # as we have no way of knowing, assume it was + shared_locations = {} + + def __init__(self, path, env=None): + def set_name_and_version(s, n, v): + s.name = n + s.key = n.lower() # for case-insensitive comparisons + s.version = v + + self.path = path + self.dist_path = env + if env and env._cache_enabled and path in env._cache_egg.path: + metadata = env._cache_egg.path[path].metadata + set_name_and_version(self, metadata.name, metadata.version) + else: + metadata = self._get_metadata(path) + + # Need to be set before caching + set_name_and_version(self, metadata.name, metadata.version) + + if env and env._cache_enabled: + env._cache_egg.add(self) + super(EggInfoDistribution, self).__init__(metadata, path, env) + + def _get_metadata(self, path): + requires = None + + def parse_requires_data(data): + """Create a list of dependencies from a requires.txt file. + + *data*: the contents of a setuptools-produced requires.txt file. + """ + reqs = [] + lines = data.splitlines() + for line in lines: + line = line.strip() + if line.startswith('['): + logger.warning('Unexpected line: quitting requirement scan: %r', + line) + break + r = parse_requirement(line) + if not r: + logger.warning('Not recognised as a requirement: %r', line) + continue + if r.extras: + logger.warning('extra requirements in requires.txt are ' + 'not supported') + if not r.constraints: + reqs.append(r.name) + else: + cons = ', '.join('%s%s' % c for c in r.constraints) + reqs.append('%s (%s)' % (r.name, cons)) + return reqs + + def parse_requires_path(req_path): + """Create a list of dependencies from a requires.txt file. + + *req_path*: the path to a setuptools-produced requires.txt file. + """ + + reqs = [] + try: + with codecs.open(req_path, 'r', 'utf-8') as fp: + reqs = parse_requires_data(fp.read()) + except IOError: + pass + return reqs + + tl_path = tl_data = None + if path.endswith('.egg'): + if os.path.isdir(path): + p = os.path.join(path, 'EGG-INFO') + meta_path = os.path.join(p, 'PKG-INFO') + metadata = Metadata(path=meta_path, scheme='legacy') + req_path = os.path.join(p, 'requires.txt') + tl_path = os.path.join(p, 'top_level.txt') + requires = parse_requires_path(req_path) + else: + # FIXME handle the case where zipfile is not available + zipf = zipimport.zipimporter(path) + fileobj = StringIO( + zipf.get_data('EGG-INFO/PKG-INFO').decode('utf8')) + metadata = Metadata(fileobj=fileobj, scheme='legacy') + try: + data = zipf.get_data('EGG-INFO/requires.txt') + tl_data = zipf.get_data('EGG-INFO/top_level.txt').decode('utf-8') + requires = parse_requires_data(data.decode('utf-8')) + except IOError: + requires = None + elif path.endswith('.egg-info'): + if os.path.isdir(path): + req_path = os.path.join(path, 'requires.txt') + requires = parse_requires_path(req_path) + path = os.path.join(path, 'PKG-INFO') + tl_path = os.path.join(path, 'top_level.txt') + metadata = Metadata(path=path, scheme='legacy') + else: + raise DistlibException('path must end with .egg-info or .egg, ' + 'got %r' % path) + + if requires: + metadata.add_requirements(requires) + # look for top-level modules in top_level.txt, if present + if tl_data is None: + if tl_path is not None and os.path.exists(tl_path): + with open(tl_path, 'rb') as f: + tl_data = f.read().decode('utf-8') + if not tl_data: + tl_data = [] + else: + tl_data = tl_data.splitlines() + self.modules = tl_data + return metadata + + def __repr__(self): + return '' % ( + self.name, self.version, self.path) + + def __str__(self): + return "%s %s" % (self.name, self.version) + + def check_installed_files(self): + """ + Checks that the hashes and sizes of the files in ``RECORD`` are + matched by the files themselves. Returns a (possibly empty) list of + mismatches. Each entry in the mismatch list will be a tuple consisting + of the path, 'exists', 'size' or 'hash' according to what didn't match + (existence is checked first, then size, then hash), the expected + value and the actual value. + """ + mismatches = [] + record_path = os.path.join(self.path, 'installed-files.txt') + if os.path.exists(record_path): + for path, _, _ in self.list_installed_files(): + if path == record_path: + continue + if not os.path.exists(path): + mismatches.append((path, 'exists', True, False)) + return mismatches + + def list_installed_files(self): + """ + Iterates over the ``installed-files.txt`` entries and returns a tuple + ``(path, hash, size)`` for each line. + + :returns: a list of (path, hash, size) + """ + + def _md5(path): + f = open(path, 'rb') + try: + content = f.read() + finally: + f.close() + return hashlib.md5(content).hexdigest() + + def _size(path): + return os.stat(path).st_size + + record_path = os.path.join(self.path, 'installed-files.txt') + result = [] + if os.path.exists(record_path): + with codecs.open(record_path, 'r', encoding='utf-8') as f: + for line in f: + line = line.strip() + p = os.path.normpath(os.path.join(self.path, line)) + # "./" is present as a marker between installed files + # and installation metadata files + if not os.path.exists(p): + logger.warning('Non-existent file: %s', p) + if p.endswith(('.pyc', '.pyo')): + continue + #otherwise fall through and fail + if not os.path.isdir(p): + result.append((p, _md5(p), _size(p))) + result.append((record_path, None, None)) + return result + + def list_distinfo_files(self, absolute=False): + """ + Iterates over the ``installed-files.txt`` entries and returns paths for + each line if the path is pointing to a file located in the + ``.egg-info`` directory or one of its subdirectories. + + :parameter absolute: If *absolute* is ``True``, each returned path is + transformed into a local absolute path. Otherwise the + raw value from ``installed-files.txt`` is returned. + :type absolute: boolean + :returns: iterator of paths + """ + record_path = os.path.join(self.path, 'installed-files.txt') + if os.path.exists(record_path): + skip = True + with codecs.open(record_path, 'r', encoding='utf-8') as f: + for line in f: + line = line.strip() + if line == './': + skip = False + continue + if not skip: + p = os.path.normpath(os.path.join(self.path, line)) + if p.startswith(self.path): + if absolute: + yield p + else: + yield line + + def __eq__(self, other): + return (isinstance(other, EggInfoDistribution) and + self.path == other.path) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + __hash__ = object.__hash__ + +new_dist_class = InstalledDistribution +old_dist_class = EggInfoDistribution + + +class DependencyGraph(object): + """ + Represents a dependency graph between distributions. + + The dependency relationships are stored in an ``adjacency_list`` that maps + distributions to a list of ``(other, label)`` tuples where ``other`` + is a distribution and the edge is labeled with ``label`` (i.e. the version + specifier, if such was provided). Also, for more efficient traversal, for + every distribution ``x``, a list of predecessors is kept in + ``reverse_list[x]``. An edge from distribution ``a`` to + distribution ``b`` means that ``a`` depends on ``b``. If any missing + dependencies are found, they are stored in ``missing``, which is a + dictionary that maps distributions to a list of requirements that were not + provided by any other distributions. + """ + + def __init__(self): + self.adjacency_list = {} + self.reverse_list = {} + self.missing = {} + + def add_distribution(self, distribution): + """Add the *distribution* to the graph. + + :type distribution: :class:`distutils2.database.InstalledDistribution` + or :class:`distutils2.database.EggInfoDistribution` + """ + self.adjacency_list[distribution] = [] + self.reverse_list[distribution] = [] + #self.missing[distribution] = [] + + def add_edge(self, x, y, label=None): + """Add an edge from distribution *x* to distribution *y* with the given + *label*. + + :type x: :class:`distutils2.database.InstalledDistribution` or + :class:`distutils2.database.EggInfoDistribution` + :type y: :class:`distutils2.database.InstalledDistribution` or + :class:`distutils2.database.EggInfoDistribution` + :type label: ``str`` or ``None`` + """ + self.adjacency_list[x].append((y, label)) + # multiple edges are allowed, so be careful + if x not in self.reverse_list[y]: + self.reverse_list[y].append(x) + + def add_missing(self, distribution, requirement): + """ + Add a missing *requirement* for the given *distribution*. + + :type distribution: :class:`distutils2.database.InstalledDistribution` + or :class:`distutils2.database.EggInfoDistribution` + :type requirement: ``str`` + """ + logger.debug('%s missing %r', distribution, requirement) + self.missing.setdefault(distribution, []).append(requirement) + + def _repr_dist(self, dist): + return '%s %s' % (dist.name, dist.version) + + def repr_node(self, dist, level=1): + """Prints only a subgraph""" + output = [self._repr_dist(dist)] + for other, label in self.adjacency_list[dist]: + dist = self._repr_dist(other) + if label is not None: + dist = '%s [%s]' % (dist, label) + output.append(' ' * level + str(dist)) + suboutput = self.repr_node(other, level + 1) + subs = suboutput.split('\n') + output.extend(subs[1:]) + return '\n'.join(output) + + def to_dot(self, f, skip_disconnected=True): + """Writes a DOT output for the graph to the provided file *f*. + + If *skip_disconnected* is set to ``True``, then all distributions + that are not dependent on any other distribution are skipped. + + :type f: has to support ``file``-like operations + :type skip_disconnected: ``bool`` + """ + disconnected = [] + + f.write("digraph dependencies {\n") + for dist, adjs in self.adjacency_list.items(): + if len(adjs) == 0 and not skip_disconnected: + disconnected.append(dist) + for other, label in adjs: + if not label is None: + f.write('"%s" -> "%s" [label="%s"]\n' % + (dist.name, other.name, label)) + else: + f.write('"%s" -> "%s"\n' % (dist.name, other.name)) + if not skip_disconnected and len(disconnected) > 0: + f.write('subgraph disconnected {\n') + f.write('label = "Disconnected"\n') + f.write('bgcolor = red\n') + + for dist in disconnected: + f.write('"%s"' % dist.name) + f.write('\n') + f.write('}\n') + f.write('}\n') + + def topological_sort(self): + """ + Perform a topological sort of the graph. + :return: A tuple, the first element of which is a topologically sorted + list of distributions, and the second element of which is a + list of distributions that cannot be sorted because they have + circular dependencies and so form a cycle. + """ + result = [] + # Make a shallow copy of the adjacency list + alist = {} + for k, v in self.adjacency_list.items(): + alist[k] = v[:] + while True: + # See what we can remove in this run + to_remove = [] + for k, v in list(alist.items())[:]: + if not v: + to_remove.append(k) + del alist[k] + if not to_remove: + # What's left in alist (if anything) is a cycle. + break + # Remove from the adjacency list of others + for k, v in alist.items(): + alist[k] = [(d, r) for d, r in v if d not in to_remove] + logger.debug('Moving to result: %s', + ['%s (%s)' % (d.name, d.version) for d in to_remove]) + result.extend(to_remove) + return result, list(alist.keys()) + + def __repr__(self): + """Representation of the graph""" + output = [] + for dist, adjs in self.adjacency_list.items(): + output.append(self.repr_node(dist)) + return '\n'.join(output) + + +def make_graph(dists, scheme='default'): + """Makes a dependency graph from the given distributions. + + :parameter dists: a list of distributions + :type dists: list of :class:`distutils2.database.InstalledDistribution` and + :class:`distutils2.database.EggInfoDistribution` instances + :rtype: a :class:`DependencyGraph` instance + """ + scheme = get_scheme(scheme) + graph = DependencyGraph() + provided = {} # maps names to lists of (version, dist) tuples + + # first, build the graph and find out what's provided + for dist in dists: + graph.add_distribution(dist) + + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Add to provided: %s, %s, %s', name, version, dist) + provided.setdefault(name, []).append((version, dist)) + + # now make the edges + for dist in dists: + requires = (dist.run_requires | dist.meta_requires | + dist.build_requires | dist.dev_requires) + for req in requires: + try: + matcher = scheme.matcher(req) + except UnsupportedVersionError: + # XXX compat-mode if cannot read the version + logger.warning('could not read version %r - using name only', + req) + name = req.split()[0] + matcher = scheme.matcher(name) + + name = matcher.key # case-insensitive + + matched = False + if name in provided: + for version, provider in provided[name]: + try: + match = matcher.match(version) + except UnsupportedVersionError: + match = False + + if match: + graph.add_edge(dist, provider, req) + matched = True + break + if not matched: + graph.add_missing(dist, req) + return graph + + +def get_dependent_dists(dists, dist): + """Recursively generate a list of distributions from *dists* that are + dependent on *dist*. + + :param dists: a list of distributions + :param dist: a distribution, member of *dists* for which we are interested + """ + if dist not in dists: + raise DistlibException('given distribution %r is not a member ' + 'of the list' % dist.name) + graph = make_graph(dists) + + dep = [dist] # dependent distributions + todo = graph.reverse_list[dist] # list of nodes we should inspect + + while todo: + d = todo.pop() + dep.append(d) + for succ in graph.reverse_list[d]: + if succ not in dep: + todo.append(succ) + + dep.pop(0) # remove dist from dep, was there to prevent infinite loops + return dep + + +def get_required_dists(dists, dist): + """Recursively generate a list of distributions from *dists* that are + required by *dist*. + + :param dists: a list of distributions + :param dist: a distribution, member of *dists* for which we are interested + """ + if dist not in dists: + raise DistlibException('given distribution %r is not a member ' + 'of the list' % dist.name) + graph = make_graph(dists) + + req = [] # required distributions + todo = graph.adjacency_list[dist] # list of nodes we should inspect + + while todo: + d = todo.pop()[0] + req.append(d) + for pred in graph.adjacency_list[d]: + if pred not in req: + todo.append(pred) + + return req + + +def make_dist(name, version, **kwargs): + """ + A convenience method for making a dist given just a name and version. + """ + summary = kwargs.pop('summary', 'Placeholder for summary') + md = Metadata(**kwargs) + md.name = name + md.version = version + md.summary = summary or 'Placeholder for summary' + return Distribution(md) diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/index.py b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/index.py new file mode 100644 index 000000000..b1fbbf8e8 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/index.py @@ -0,0 +1,509 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import hashlib +import logging +import os +import shutil +import subprocess +import tempfile +try: + from threading import Thread +except ImportError: + from dummy_threading import Thread + +from . import DistlibException +from .compat import (HTTPBasicAuthHandler, Request, HTTPPasswordMgr, + urlparse, build_opener, string_types) +from .util import zip_dir, ServerProxy + +logger = logging.getLogger(__name__) + +DEFAULT_INDEX = 'https://pypi.org/pypi' +DEFAULT_REALM = 'pypi' + +class PackageIndex(object): + """ + This class represents a package index compatible with PyPI, the Python + Package Index. + """ + + boundary = b'----------ThIs_Is_tHe_distlib_index_bouNdaRY_$' + + def __init__(self, url=None): + """ + Initialise an instance. + + :param url: The URL of the index. If not specified, the URL for PyPI is + used. + """ + self.url = url or DEFAULT_INDEX + self.read_configuration() + scheme, netloc, path, params, query, frag = urlparse(self.url) + if params or query or frag or scheme not in ('http', 'https'): + raise DistlibException('invalid repository: %s' % self.url) + self.password_handler = None + self.ssl_verifier = None + self.gpg = None + self.gpg_home = None + with open(os.devnull, 'w') as sink: + # Use gpg by default rather than gpg2, as gpg2 insists on + # prompting for passwords + for s in ('gpg', 'gpg2'): + try: + rc = subprocess.check_call([s, '--version'], stdout=sink, + stderr=sink) + if rc == 0: + self.gpg = s + break + except OSError: + pass + + def _get_pypirc_command(self): + """ + Get the distutils command for interacting with PyPI configurations. + :return: the command. + """ + from .util import _get_pypirc_command as cmd + return cmd() + + def read_configuration(self): + """ + Read the PyPI access configuration as supported by distutils. This populates + ``username``, ``password``, ``realm`` and ``url`` attributes from the + configuration. + """ + from .util import _load_pypirc + cfg = _load_pypirc(self) + self.username = cfg.get('username') + self.password = cfg.get('password') + self.realm = cfg.get('realm', 'pypi') + self.url = cfg.get('repository', self.url) + + def save_configuration(self): + """ + Save the PyPI access configuration. You must have set ``username`` and + ``password`` attributes before calling this method. + """ + self.check_credentials() + from .util import _store_pypirc + _store_pypirc(self) + + def check_credentials(self): + """ + Check that ``username`` and ``password`` have been set, and raise an + exception if not. + """ + if self.username is None or self.password is None: + raise DistlibException('username and password must be set') + pm = HTTPPasswordMgr() + _, netloc, _, _, _, _ = urlparse(self.url) + pm.add_password(self.realm, netloc, self.username, self.password) + self.password_handler = HTTPBasicAuthHandler(pm) + + def register(self, metadata): + """ + Register a distribution on PyPI, using the provided metadata. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the distribution to be + registered. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + metadata.validate() + d = metadata.todict() + d[':action'] = 'verify' + request = self.encode_request(d.items(), []) + response = self.send_request(request) + d[':action'] = 'submit' + request = self.encode_request(d.items(), []) + return self.send_request(request) + + def _reader(self, name, stream, outbuf): + """ + Thread runner for reading lines of from a subprocess into a buffer. + + :param name: The logical name of the stream (used for logging only). + :param stream: The stream to read from. This will typically a pipe + connected to the output stream of a subprocess. + :param outbuf: The list to append the read lines to. + """ + while True: + s = stream.readline() + if not s: + break + s = s.decode('utf-8').rstrip() + outbuf.append(s) + logger.debug('%s: %s' % (name, s)) + stream.close() + + def get_sign_command(self, filename, signer, sign_password, + keystore=None): + """ + Return a suitable command for signing a file. + + :param filename: The pathname to the file to be signed. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: The signing command as a list suitable to be + passed to :class:`subprocess.Popen`. + """ + cmd = [self.gpg, '--status-fd', '2', '--no-tty'] + if keystore is None: + keystore = self.gpg_home + if keystore: + cmd.extend(['--homedir', keystore]) + if sign_password is not None: + cmd.extend(['--batch', '--passphrase-fd', '0']) + td = tempfile.mkdtemp() + sf = os.path.join(td, os.path.basename(filename) + '.asc') + cmd.extend(['--detach-sign', '--armor', '--local-user', + signer, '--output', sf, filename]) + logger.debug('invoking: %s', ' '.join(cmd)) + return cmd, sf + + def run_command(self, cmd, input_data=None): + """ + Run a command in a child process , passing it any input data specified. + + :param cmd: The command to run. + :param input_data: If specified, this must be a byte string containing + data to be sent to the child process. + :return: A tuple consisting of the subprocess' exit code, a list of + lines read from the subprocess' ``stdout``, and a list of + lines read from the subprocess' ``stderr``. + """ + kwargs = { + 'stdout': subprocess.PIPE, + 'stderr': subprocess.PIPE, + } + if input_data is not None: + kwargs['stdin'] = subprocess.PIPE + stdout = [] + stderr = [] + p = subprocess.Popen(cmd, **kwargs) + # We don't use communicate() here because we may need to + # get clever with interacting with the command + t1 = Thread(target=self._reader, args=('stdout', p.stdout, stdout)) + t1.start() + t2 = Thread(target=self._reader, args=('stderr', p.stderr, stderr)) + t2.start() + if input_data is not None: + p.stdin.write(input_data) + p.stdin.close() + + p.wait() + t1.join() + t2.join() + return p.returncode, stdout, stderr + + def sign_file(self, filename, signer, sign_password, keystore=None): + """ + Sign a file. + + :param filename: The pathname to the file to be signed. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param keystore: The path to a directory which contains the keys + used in signing. If not specified, the instance's + ``gpg_home`` attribute is used instead. + :return: The absolute pathname of the file where the signature is + stored. + """ + cmd, sig_file = self.get_sign_command(filename, signer, sign_password, + keystore) + rc, stdout, stderr = self.run_command(cmd, + sign_password.encode('utf-8')) + if rc != 0: + raise DistlibException('sign command failed with error ' + 'code %s' % rc) + return sig_file + + def upload_file(self, metadata, filename, signer=None, sign_password=None, + filetype='sdist', pyversion='source', keystore=None): + """ + Upload a release file to the index. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the file to be uploaded. + :param filename: The pathname of the file to be uploaded. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param filetype: The type of the file being uploaded. This is the + distutils command which produced that file, e.g. + ``sdist`` or ``bdist_wheel``. + :param pyversion: The version of Python which the release relates + to. For code compatible with any Python, this would + be ``source``, otherwise it would be e.g. ``3.2``. + :param keystore: The path to a directory which contains the keys + used in signing. If not specified, the instance's + ``gpg_home`` attribute is used instead. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + if not os.path.exists(filename): + raise DistlibException('not found: %s' % filename) + metadata.validate() + d = metadata.todict() + sig_file = None + if signer: + if not self.gpg: + logger.warning('no signing program available - not signed') + else: + sig_file = self.sign_file(filename, signer, sign_password, + keystore) + with open(filename, 'rb') as f: + file_data = f.read() + md5_digest = hashlib.md5(file_data).hexdigest() + sha256_digest = hashlib.sha256(file_data).hexdigest() + d.update({ + ':action': 'file_upload', + 'protocol_version': '1', + 'filetype': filetype, + 'pyversion': pyversion, + 'md5_digest': md5_digest, + 'sha256_digest': sha256_digest, + }) + files = [('content', os.path.basename(filename), file_data)] + if sig_file: + with open(sig_file, 'rb') as f: + sig_data = f.read() + files.append(('gpg_signature', os.path.basename(sig_file), + sig_data)) + shutil.rmtree(os.path.dirname(sig_file)) + request = self.encode_request(d.items(), files) + return self.send_request(request) + + def upload_documentation(self, metadata, doc_dir): + """ + Upload documentation to the index. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the documentation to be + uploaded. + :param doc_dir: The pathname of the directory which contains the + documentation. This should be the directory that + contains the ``index.html`` for the documentation. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + if not os.path.isdir(doc_dir): + raise DistlibException('not a directory: %r' % doc_dir) + fn = os.path.join(doc_dir, 'index.html') + if not os.path.exists(fn): + raise DistlibException('not found: %r' % fn) + metadata.validate() + name, version = metadata.name, metadata.version + zip_data = zip_dir(doc_dir).getvalue() + fields = [(':action', 'doc_upload'), + ('name', name), ('version', version)] + files = [('content', name, zip_data)] + request = self.encode_request(fields, files) + return self.send_request(request) + + def get_verify_command(self, signature_filename, data_filename, + keystore=None): + """ + Return a suitable command for verifying a file. + + :param signature_filename: The pathname to the file containing the + signature. + :param data_filename: The pathname to the file containing the + signed data. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: The verifying command as a list suitable to be + passed to :class:`subprocess.Popen`. + """ + cmd = [self.gpg, '--status-fd', '2', '--no-tty'] + if keystore is None: + keystore = self.gpg_home + if keystore: + cmd.extend(['--homedir', keystore]) + cmd.extend(['--verify', signature_filename, data_filename]) + logger.debug('invoking: %s', ' '.join(cmd)) + return cmd + + def verify_signature(self, signature_filename, data_filename, + keystore=None): + """ + Verify a signature for a file. + + :param signature_filename: The pathname to the file containing the + signature. + :param data_filename: The pathname to the file containing the + signed data. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: True if the signature was verified, else False. + """ + if not self.gpg: + raise DistlibException('verification unavailable because gpg ' + 'unavailable') + cmd = self.get_verify_command(signature_filename, data_filename, + keystore) + rc, stdout, stderr = self.run_command(cmd) + if rc not in (0, 1): + raise DistlibException('verify command failed with error ' + 'code %s' % rc) + return rc == 0 + + def download_file(self, url, destfile, digest=None, reporthook=None): + """ + This is a convenience method for downloading a file from an URL. + Normally, this will be a file from the index, though currently + no check is made for this (i.e. a file can be downloaded from + anywhere). + + The method is just like the :func:`urlretrieve` function in the + standard library, except that it allows digest computation to be + done during download and checking that the downloaded data + matched any expected value. + + :param url: The URL of the file to be downloaded (assumed to be + available via an HTTP GET request). + :param destfile: The pathname where the downloaded file is to be + saved. + :param digest: If specified, this must be a (hasher, value) + tuple, where hasher is the algorithm used (e.g. + ``'md5'``) and ``value`` is the expected value. + :param reporthook: The same as for :func:`urlretrieve` in the + standard library. + """ + if digest is None: + digester = None + logger.debug('No digest specified') + else: + if isinstance(digest, (list, tuple)): + hasher, digest = digest + else: + hasher = 'md5' + digester = getattr(hashlib, hasher)() + logger.debug('Digest specified: %s' % digest) + # The following code is equivalent to urlretrieve. + # We need to do it this way so that we can compute the + # digest of the file as we go. + with open(destfile, 'wb') as dfp: + # addinfourl is not a context manager on 2.x + # so we have to use try/finally + sfp = self.send_request(Request(url)) + try: + headers = sfp.info() + blocksize = 8192 + size = -1 + read = 0 + blocknum = 0 + if "content-length" in headers: + size = int(headers["Content-Length"]) + if reporthook: + reporthook(blocknum, blocksize, size) + while True: + block = sfp.read(blocksize) + if not block: + break + read += len(block) + dfp.write(block) + if digester: + digester.update(block) + blocknum += 1 + if reporthook: + reporthook(blocknum, blocksize, size) + finally: + sfp.close() + + # check that we got the whole file, if we can + if size >= 0 and read < size: + raise DistlibException( + 'retrieval incomplete: got only %d out of %d bytes' + % (read, size)) + # if we have a digest, it must match. + if digester: + actual = digester.hexdigest() + if digest != actual: + raise DistlibException('%s digest mismatch for %s: expected ' + '%s, got %s' % (hasher, destfile, + digest, actual)) + logger.debug('Digest verified: %s', digest) + + def send_request(self, req): + """ + Send a standard library :class:`Request` to PyPI and return its + response. + + :param req: The request to send. + :return: The HTTP response from PyPI (a standard library HTTPResponse). + """ + handlers = [] + if self.password_handler: + handlers.append(self.password_handler) + if self.ssl_verifier: + handlers.append(self.ssl_verifier) + opener = build_opener(*handlers) + return opener.open(req) + + def encode_request(self, fields, files): + """ + Encode fields and files for posting to an HTTP server. + + :param fields: The fields to send as a list of (fieldname, value) + tuples. + :param files: The files to send as a list of (fieldname, filename, + file_bytes) tuple. + """ + # Adapted from packaging, which in turn was adapted from + # http://code.activestate.com/recipes/146306 + + parts = [] + boundary = self.boundary + for k, values in fields: + if not isinstance(values, (list, tuple)): + values = [values] + + for v in values: + parts.extend(( + b'--' + boundary, + ('Content-Disposition: form-data; name="%s"' % + k).encode('utf-8'), + b'', + v.encode('utf-8'))) + for key, filename, value in files: + parts.extend(( + b'--' + boundary, + ('Content-Disposition: form-data; name="%s"; filename="%s"' % + (key, filename)).encode('utf-8'), + b'', + value)) + + parts.extend((b'--' + boundary + b'--', b'')) + + body = b'\r\n'.join(parts) + ct = b'multipart/form-data; boundary=' + boundary + headers = { + 'Content-type': ct, + 'Content-length': str(len(body)) + } + return Request(self.url, body, headers) + + def search(self, terms, operator=None): + if isinstance(terms, string_types): + terms = {'name': terms} + rpc_proxy = ServerProxy(self.url, timeout=3.0) + try: + return rpc_proxy.search(terms, operator or 'and') + finally: + rpc_proxy('close')() diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/locators.py b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/locators.py new file mode 100644 index 000000000..0c7d63914 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/locators.py @@ -0,0 +1,1300 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2015 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# + +import gzip +from io import BytesIO +import json +import logging +import os +import posixpath +import re +try: + import threading +except ImportError: # pragma: no cover + import dummy_threading as threading +import zlib + +from . import DistlibException +from .compat import (urljoin, urlparse, urlunparse, url2pathname, pathname2url, + queue, quote, unescape, build_opener, + HTTPRedirectHandler as BaseRedirectHandler, text_type, + Request, HTTPError, URLError) +from .database import Distribution, DistributionPath, make_dist +from .metadata import Metadata, MetadataInvalidError +from .util import (cached_property, ensure_slash, split_filename, get_project_data, + parse_requirement, parse_name_and_version, ServerProxy, + normalize_name) +from .version import get_scheme, UnsupportedVersionError +from .wheel import Wheel, is_compatible + +logger = logging.getLogger(__name__) + +HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)') +CHARSET = re.compile(r';\s*charset\s*=\s*(.*)\s*$', re.I) +HTML_CONTENT_TYPE = re.compile('text/html|application/x(ht)?ml') +DEFAULT_INDEX = 'https://pypi.org/pypi' + +def get_all_distribution_names(url=None): + """ + Return all distribution names known by an index. + :param url: The URL of the index. + :return: A list of all known distribution names. + """ + if url is None: + url = DEFAULT_INDEX + client = ServerProxy(url, timeout=3.0) + try: + return client.list_packages() + finally: + client('close')() + +class RedirectHandler(BaseRedirectHandler): + """ + A class to work around a bug in some Python 3.2.x releases. + """ + # There's a bug in the base version for some 3.2.x + # (e.g. 3.2.2 on Ubuntu Oneiric). If a Location header + # returns e.g. /abc, it bails because it says the scheme '' + # is bogus, when actually it should use the request's + # URL for the scheme. See Python issue #13696. + def http_error_302(self, req, fp, code, msg, headers): + # Some servers (incorrectly) return multiple Location headers + # (so probably same goes for URI). Use first header. + newurl = None + for key in ('location', 'uri'): + if key in headers: + newurl = headers[key] + break + if newurl is None: # pragma: no cover + return + urlparts = urlparse(newurl) + if urlparts.scheme == '': + newurl = urljoin(req.get_full_url(), newurl) + if hasattr(headers, 'replace_header'): + headers.replace_header(key, newurl) + else: + headers[key] = newurl + return BaseRedirectHandler.http_error_302(self, req, fp, code, msg, + headers) + + http_error_301 = http_error_303 = http_error_307 = http_error_302 + +class Locator(object): + """ + A base class for locators - things that locate distributions. + """ + source_extensions = ('.tar.gz', '.tar.bz2', '.tar', '.zip', '.tgz', '.tbz') + binary_extensions = ('.egg', '.exe', '.whl') + excluded_extensions = ('.pdf',) + + # A list of tags indicating which wheels you want to match. The default + # value of None matches against the tags compatible with the running + # Python. If you want to match other values, set wheel_tags on a locator + # instance to a list of tuples (pyver, abi, arch) which you want to match. + wheel_tags = None + + downloadable_extensions = source_extensions + ('.whl',) + + def __init__(self, scheme='default'): + """ + Initialise an instance. + :param scheme: Because locators look for most recent versions, they + need to know the version scheme to use. This specifies + the current PEP-recommended scheme - use ``'legacy'`` + if you need to support existing distributions on PyPI. + """ + self._cache = {} + self.scheme = scheme + # Because of bugs in some of the handlers on some of the platforms, + # we use our own opener rather than just using urlopen. + self.opener = build_opener(RedirectHandler()) + # If get_project() is called from locate(), the matcher instance + # is set from the requirement passed to locate(). See issue #18 for + # why this can be useful to know. + self.matcher = None + self.errors = queue.Queue() + + def get_errors(self): + """ + Return any errors which have occurred. + """ + result = [] + while not self.errors.empty(): # pragma: no cover + try: + e = self.errors.get(False) + result.append(e) + except self.errors.Empty: + continue + self.errors.task_done() + return result + + def clear_errors(self): + """ + Clear any errors which may have been logged. + """ + # Just get the errors and throw them away + self.get_errors() + + def clear_cache(self): + self._cache.clear() + + def _get_scheme(self): + return self._scheme + + def _set_scheme(self, value): + self._scheme = value + + scheme = property(_get_scheme, _set_scheme) + + def _get_project(self, name): + """ + For a given project, get a dictionary mapping available versions to Distribution + instances. + + This should be implemented in subclasses. + + If called from a locate() request, self.matcher will be set to a + matcher for the requirement to satisfy, otherwise it will be None. + """ + raise NotImplementedError('Please implement in the subclass') + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Please implement in the subclass') + + def get_project(self, name): + """ + For a given project, get a dictionary mapping available versions to Distribution + instances. + + This calls _get_project to do all the work, and just implements a caching layer on top. + """ + if self._cache is None: # pragma: no cover + result = self._get_project(name) + elif name in self._cache: + result = self._cache[name] + else: + self.clear_errors() + result = self._get_project(name) + self._cache[name] = result + return result + + def score_url(self, url): + """ + Give an url a score which can be used to choose preferred URLs + for a given project release. + """ + t = urlparse(url) + basename = posixpath.basename(t.path) + compatible = True + is_wheel = basename.endswith('.whl') + is_downloadable = basename.endswith(self.downloadable_extensions) + if is_wheel: + compatible = is_compatible(Wheel(basename), self.wheel_tags) + return (t.scheme == 'https', 'pypi.org' in t.netloc, + is_downloadable, is_wheel, compatible, basename) + + def prefer_url(self, url1, url2): + """ + Choose one of two URLs where both are candidates for distribution + archives for the same version of a distribution (for example, + .tar.gz vs. zip). + + The current implementation favours https:// URLs over http://, archives + from PyPI over those from other locations, wheel compatibility (if a + wheel) and then the archive name. + """ + result = url2 + if url1: + s1 = self.score_url(url1) + s2 = self.score_url(url2) + if s1 > s2: + result = url1 + if result != url2: + logger.debug('Not replacing %r with %r', url1, url2) + else: + logger.debug('Replacing %r with %r', url1, url2) + return result + + def split_filename(self, filename, project_name): + """ + Attempt to split a filename in project name, version and Python version. + """ + return split_filename(filename, project_name) + + def convert_url_to_download_info(self, url, project_name): + """ + See if a URL is a candidate for a download URL for a project (the URL + has typically been scraped from an HTML page). + + If it is, a dictionary is returned with keys "name", "version", + "filename" and "url"; otherwise, None is returned. + """ + def same_project(name1, name2): + return normalize_name(name1) == normalize_name(name2) + + result = None + scheme, netloc, path, params, query, frag = urlparse(url) + if frag.lower().startswith('egg='): # pragma: no cover + logger.debug('%s: version hint in fragment: %r', + project_name, frag) + m = HASHER_HASH.match(frag) + if m: + algo, digest = m.groups() + else: + algo, digest = None, None + origpath = path + if path and path[-1] == '/': # pragma: no cover + path = path[:-1] + if path.endswith('.whl'): + try: + wheel = Wheel(path) + if not is_compatible(wheel, self.wheel_tags): + logger.debug('Wheel not compatible: %s', path) + else: + if project_name is None: + include = True + else: + include = same_project(wheel.name, project_name) + if include: + result = { + 'name': wheel.name, + 'version': wheel.version, + 'filename': wheel.filename, + 'url': urlunparse((scheme, netloc, origpath, + params, query, '')), + 'python-version': ', '.join( + ['.'.join(list(v[2:])) for v in wheel.pyver]), + } + except Exception as e: # pragma: no cover + logger.warning('invalid path for wheel: %s', path) + elif not path.endswith(self.downloadable_extensions): # pragma: no cover + logger.debug('Not downloadable: %s', path) + else: # downloadable extension + path = filename = posixpath.basename(path) + for ext in self.downloadable_extensions: + if path.endswith(ext): + path = path[:-len(ext)] + t = self.split_filename(path, project_name) + if not t: # pragma: no cover + logger.debug('No match for project/version: %s', path) + else: + name, version, pyver = t + if not project_name or same_project(project_name, name): + result = { + 'name': name, + 'version': version, + 'filename': filename, + 'url': urlunparse((scheme, netloc, origpath, + params, query, '')), + #'packagetype': 'sdist', + } + if pyver: # pragma: no cover + result['python-version'] = pyver + break + if result and algo: + result['%s_digest' % algo] = digest + return result + + def _get_digest(self, info): + """ + Get a digest from a dictionary by looking at a "digests" dictionary + or keys of the form 'algo_digest'. + + Returns a 2-tuple (algo, digest) if found, else None. Currently + looks only for SHA256, then MD5. + """ + result = None + if 'digests' in info: + digests = info['digests'] + for algo in ('sha256', 'md5'): + if algo in digests: + result = (algo, digests[algo]) + break + if not result: + for algo in ('sha256', 'md5'): + key = '%s_digest' % algo + if key in info: + result = (algo, info[key]) + break + return result + + def _update_version_data(self, result, info): + """ + Update a result dictionary (the final result from _get_project) with a + dictionary for a specific version, which typically holds information + gleaned from a filename or URL for an archive for the distribution. + """ + name = info.pop('name') + version = info.pop('version') + if version in result: + dist = result[version] + md = dist.metadata + else: + dist = make_dist(name, version, scheme=self.scheme) + md = dist.metadata + dist.digest = digest = self._get_digest(info) + url = info['url'] + result['digests'][url] = digest + if md.source_url != info['url']: + md.source_url = self.prefer_url(md.source_url, url) + result['urls'].setdefault(version, set()).add(url) + dist.locator = self + result[version] = dist + + def locate(self, requirement, prereleases=False): + """ + Find the most recent distribution which matches the given + requirement. + + :param requirement: A requirement of the form 'foo (1.0)' or perhaps + 'foo (>= 1.0, < 2.0, != 1.3)' + :param prereleases: If ``True``, allow pre-release versions + to be located. Otherwise, pre-release versions + are not returned. + :return: A :class:`Distribution` instance, or ``None`` if no such + distribution could be located. + """ + result = None + r = parse_requirement(requirement) + if r is None: # pragma: no cover + raise DistlibException('Not a valid requirement: %r' % requirement) + scheme = get_scheme(self.scheme) + self.matcher = matcher = scheme.matcher(r.requirement) + logger.debug('matcher: %s (%s)', matcher, type(matcher).__name__) + versions = self.get_project(r.name) + if len(versions) > 2: # urls and digests keys are present + # sometimes, versions are invalid + slist = [] + vcls = matcher.version_class + for k in versions: + if k in ('urls', 'digests'): + continue + try: + if not matcher.match(k): + pass # logger.debug('%s did not match %r', matcher, k) + else: + if prereleases or not vcls(k).is_prerelease: + slist.append(k) + # else: + # logger.debug('skipping pre-release ' + # 'version %s of %s', k, matcher.name) + except Exception: # pragma: no cover + logger.warning('error matching %s with %r', matcher, k) + pass # slist.append(k) + if len(slist) > 1: + slist = sorted(slist, key=scheme.key) + if slist: + logger.debug('sorted list: %s', slist) + version = slist[-1] + result = versions[version] + if result: + if r.extras: + result.extras = r.extras + result.download_urls = versions.get('urls', {}).get(version, set()) + d = {} + sd = versions.get('digests', {}) + for url in result.download_urls: + if url in sd: # pragma: no cover + d[url] = sd[url] + result.digests = d + self.matcher = None + return result + + +class PyPIRPCLocator(Locator): + """ + This locator uses XML-RPC to locate distributions. It therefore + cannot be used with simple mirrors (that only mirror file content). + """ + def __init__(self, url, **kwargs): + """ + Initialise an instance. + + :param url: The URL to use for XML-RPC. + :param kwargs: Passed to the superclass constructor. + """ + super(PyPIRPCLocator, self).__init__(**kwargs) + self.base_url = url + self.client = ServerProxy(url, timeout=3.0) + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + return set(self.client.list_packages()) + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + versions = self.client.package_releases(name, True) + for v in versions: + urls = self.client.release_urls(name, v) + data = self.client.release_data(name, v) + metadata = Metadata(scheme=self.scheme) + metadata.name = data['name'] + metadata.version = data['version'] + metadata.license = data.get('license') + metadata.keywords = data.get('keywords', []) + metadata.summary = data.get('summary') + dist = Distribution(metadata) + if urls: + info = urls[0] + metadata.source_url = info['url'] + dist.digest = self._get_digest(info) + dist.locator = self + result[v] = dist + for info in urls: + url = info['url'] + digest = self._get_digest(info) + result['urls'].setdefault(v, set()).add(url) + result['digests'][url] = digest + return result + +class PyPIJSONLocator(Locator): + """ + This locator uses PyPI's JSON interface. It's very limited in functionality + and probably not worth using. + """ + def __init__(self, url, **kwargs): + super(PyPIJSONLocator, self).__init__(**kwargs) + self.base_url = ensure_slash(url) + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Not available from this locator') + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + url = urljoin(self.base_url, '%s/json' % quote(name)) + try: + resp = self.opener.open(url) + data = resp.read().decode() # for now + d = json.loads(data) + md = Metadata(scheme=self.scheme) + data = d['info'] + md.name = data['name'] + md.version = data['version'] + md.license = data.get('license') + md.keywords = data.get('keywords', []) + md.summary = data.get('summary') + dist = Distribution(md) + dist.locator = self + urls = d['urls'] + result[md.version] = dist + for info in d['urls']: + url = info['url'] + dist.download_urls.add(url) + dist.digests[url] = self._get_digest(info) + result['urls'].setdefault(md.version, set()).add(url) + result['digests'][url] = self._get_digest(info) + # Now get other releases + for version, infos in d['releases'].items(): + if version == md.version: + continue # already done + omd = Metadata(scheme=self.scheme) + omd.name = md.name + omd.version = version + odist = Distribution(omd) + odist.locator = self + result[version] = odist + for info in infos: + url = info['url'] + odist.download_urls.add(url) + odist.digests[url] = self._get_digest(info) + result['urls'].setdefault(version, set()).add(url) + result['digests'][url] = self._get_digest(info) +# for info in urls: +# md.source_url = info['url'] +# dist.digest = self._get_digest(info) +# dist.locator = self +# for info in urls: +# url = info['url'] +# result['urls'].setdefault(md.version, set()).add(url) +# result['digests'][url] = self._get_digest(info) + except Exception as e: + self.errors.put(text_type(e)) + logger.exception('JSON fetch failed: %s', e) + return result + + +class Page(object): + """ + This class represents a scraped HTML page. + """ + # The following slightly hairy-looking regex just looks for the contents of + # an anchor link, which has an attribute "href" either immediately preceded + # or immediately followed by a "rel" attribute. The attribute values can be + # declared with double quotes, single quotes or no quotes - which leads to + # the length of the expression. + _href = re.compile(""" +(rel\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*))\\s+)? +href\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*)) +(\\s+rel\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*)))? +""", re.I | re.S | re.X) + _base = re.compile(r"""]+)""", re.I | re.S) + + def __init__(self, data, url): + """ + Initialise an instance with the Unicode page contents and the URL they + came from. + """ + self.data = data + self.base_url = self.url = url + m = self._base.search(self.data) + if m: + self.base_url = m.group(1) + + _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) + + @cached_property + def links(self): + """ + Return the URLs of all the links on a page together with information + about their "rel" attribute, for determining which ones to treat as + downloads and which ones to queue for further scraping. + """ + def clean(url): + "Tidy up an URL." + scheme, netloc, path, params, query, frag = urlparse(url) + return urlunparse((scheme, netloc, quote(path), + params, query, frag)) + + result = set() + for match in self._href.finditer(self.data): + d = match.groupdict('') + rel = (d['rel1'] or d['rel2'] or d['rel3'] or + d['rel4'] or d['rel5'] or d['rel6']) + url = d['url1'] or d['url2'] or d['url3'] + url = urljoin(self.base_url, url) + url = unescape(url) + url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url) + result.add((url, rel)) + # We sort the result, hoping to bring the most recent versions + # to the front + result = sorted(result, key=lambda t: t[0], reverse=True) + return result + + +class SimpleScrapingLocator(Locator): + """ + A locator which scrapes HTML pages to locate downloads for a distribution. + This runs multiple threads to do the I/O; performance is at least as good + as pip's PackageFinder, which works in an analogous fashion. + """ + + # These are used to deal with various Content-Encoding schemes. + decoders = { + 'deflate': zlib.decompress, + 'gzip': lambda b: gzip.GzipFile(fileobj=BytesIO(b)).read(), + 'none': lambda b: b, + } + + def __init__(self, url, timeout=None, num_workers=10, **kwargs): + """ + Initialise an instance. + :param url: The root URL to use for scraping. + :param timeout: The timeout, in seconds, to be applied to requests. + This defaults to ``None`` (no timeout specified). + :param num_workers: The number of worker threads you want to do I/O, + This defaults to 10. + :param kwargs: Passed to the superclass. + """ + super(SimpleScrapingLocator, self).__init__(**kwargs) + self.base_url = ensure_slash(url) + self.timeout = timeout + self._page_cache = {} + self._seen = set() + self._to_fetch = queue.Queue() + self._bad_hosts = set() + self.skip_externals = False + self.num_workers = num_workers + self._lock = threading.RLock() + # See issue #45: we need to be resilient when the locator is used + # in a thread, e.g. with concurrent.futures. We can't use self._lock + # as it is for coordinating our internal threads - the ones created + # in _prepare_threads. + self._gplock = threading.RLock() + self.platform_check = False # See issue #112 + + def _prepare_threads(self): + """ + Threads are created only when get_project is called, and terminate + before it returns. They are there primarily to parallelise I/O (i.e. + fetching web pages). + """ + self._threads = [] + for i in range(self.num_workers): + t = threading.Thread(target=self._fetch) + t.setDaemon(True) + t.start() + self._threads.append(t) + + def _wait_threads(self): + """ + Tell all the threads to terminate (by sending a sentinel value) and + wait for them to do so. + """ + # Note that you need two loops, since you can't say which + # thread will get each sentinel + for t in self._threads: + self._to_fetch.put(None) # sentinel + for t in self._threads: + t.join() + self._threads = [] + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + with self._gplock: + self.result = result + self.project_name = name + url = urljoin(self.base_url, '%s/' % quote(name)) + self._seen.clear() + self._page_cache.clear() + self._prepare_threads() + try: + logger.debug('Queueing %s', url) + self._to_fetch.put(url) + self._to_fetch.join() + finally: + self._wait_threads() + del self.result + return result + + platform_dependent = re.compile(r'\b(linux_(i\d86|x86_64|arm\w+)|' + r'win(32|_amd64)|macosx_?\d+)\b', re.I) + + def _is_platform_dependent(self, url): + """ + Does an URL refer to a platform-specific download? + """ + return self.platform_dependent.search(url) + + def _process_download(self, url): + """ + See if an URL is a suitable download for a project. + + If it is, register information in the result dictionary (for + _get_project) about the specific version it's for. + + Note that the return value isn't actually used other than as a boolean + value. + """ + if self.platform_check and self._is_platform_dependent(url): + info = None + else: + info = self.convert_url_to_download_info(url, self.project_name) + logger.debug('process_download: %s -> %s', url, info) + if info: + with self._lock: # needed because self.result is shared + self._update_version_data(self.result, info) + return info + + def _should_queue(self, link, referrer, rel): + """ + Determine whether a link URL from a referring page and with a + particular "rel" attribute should be queued for scraping. + """ + scheme, netloc, path, _, _, _ = urlparse(link) + if path.endswith(self.source_extensions + self.binary_extensions + + self.excluded_extensions): + result = False + elif self.skip_externals and not link.startswith(self.base_url): + result = False + elif not referrer.startswith(self.base_url): + result = False + elif rel not in ('homepage', 'download'): + result = False + elif scheme not in ('http', 'https', 'ftp'): + result = False + elif self._is_platform_dependent(link): + result = False + else: + host = netloc.split(':', 1)[0] + if host.lower() == 'localhost': + result = False + else: + result = True + logger.debug('should_queue: %s (%s) from %s -> %s', link, rel, + referrer, result) + return result + + def _fetch(self): + """ + Get a URL to fetch from the work queue, get the HTML page, examine its + links for download candidates and candidates for further scraping. + + This is a handy method to run in a thread. + """ + while True: + url = self._to_fetch.get() + try: + if url: + page = self.get_page(url) + if page is None: # e.g. after an error + continue + for link, rel in page.links: + if link not in self._seen: + try: + self._seen.add(link) + if (not self._process_download(link) and + self._should_queue(link, url, rel)): + logger.debug('Queueing %s from %s', link, url) + self._to_fetch.put(link) + except MetadataInvalidError: # e.g. invalid versions + pass + except Exception as e: # pragma: no cover + self.errors.put(text_type(e)) + finally: + # always do this, to avoid hangs :-) + self._to_fetch.task_done() + if not url: + #logger.debug('Sentinel seen, quitting.') + break + + def get_page(self, url): + """ + Get the HTML for an URL, possibly from an in-memory cache. + + XXX TODO Note: this cache is never actually cleared. It's assumed that + the data won't get stale over the lifetime of a locator instance (not + necessarily true for the default_locator). + """ + # http://peak.telecommunity.com/DevCenter/EasyInstall#package-index-api + scheme, netloc, path, _, _, _ = urlparse(url) + if scheme == 'file' and os.path.isdir(url2pathname(path)): + url = urljoin(ensure_slash(url), 'index.html') + + if url in self._page_cache: + result = self._page_cache[url] + logger.debug('Returning %s from cache: %s', url, result) + else: + host = netloc.split(':', 1)[0] + result = None + if host in self._bad_hosts: + logger.debug('Skipping %s due to bad host %s', url, host) + else: + req = Request(url, headers={'Accept-encoding': 'identity'}) + try: + logger.debug('Fetching %s', url) + resp = self.opener.open(req, timeout=self.timeout) + logger.debug('Fetched %s', url) + headers = resp.info() + content_type = headers.get('Content-Type', '') + if HTML_CONTENT_TYPE.match(content_type): + final_url = resp.geturl() + data = resp.read() + encoding = headers.get('Content-Encoding') + if encoding: + decoder = self.decoders[encoding] # fail if not found + data = decoder(data) + encoding = 'utf-8' + m = CHARSET.search(content_type) + if m: + encoding = m.group(1) + try: + data = data.decode(encoding) + except UnicodeError: # pragma: no cover + data = data.decode('latin-1') # fallback + result = Page(data, final_url) + self._page_cache[final_url] = result + except HTTPError as e: + if e.code != 404: + logger.exception('Fetch failed: %s: %s', url, e) + except URLError as e: # pragma: no cover + logger.exception('Fetch failed: %s: %s', url, e) + with self._lock: + self._bad_hosts.add(host) + except Exception as e: # pragma: no cover + logger.exception('Fetch failed: %s: %s', url, e) + finally: + self._page_cache[url] = result # even if None (failure) + return result + + _distname_re = re.compile(']*>([^<]+)<') + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + page = self.get_page(self.base_url) + if not page: + raise DistlibException('Unable to get %s' % self.base_url) + for match in self._distname_re.finditer(page.data): + result.add(match.group(1)) + return result + +class DirectoryLocator(Locator): + """ + This class locates distributions in a directory tree. + """ + + def __init__(self, path, **kwargs): + """ + Initialise an instance. + :param path: The root of the directory tree to search. + :param kwargs: Passed to the superclass constructor, + except for: + * recursive - if True (the default), subdirectories are + recursed into. If False, only the top-level directory + is searched, + """ + self.recursive = kwargs.pop('recursive', True) + super(DirectoryLocator, self).__init__(**kwargs) + path = os.path.abspath(path) + if not os.path.isdir(path): # pragma: no cover + raise DistlibException('Not a directory: %r' % path) + self.base_dir = path + + def should_include(self, filename, parent): + """ + Should a filename be considered as a candidate for a distribution + archive? As well as the filename, the directory which contains it + is provided, though not used by the current implementation. + """ + return filename.endswith(self.downloadable_extensions) + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + for root, dirs, files in os.walk(self.base_dir): + for fn in files: + if self.should_include(fn, root): + fn = os.path.join(root, fn) + url = urlunparse(('file', '', + pathname2url(os.path.abspath(fn)), + '', '', '')) + info = self.convert_url_to_download_info(url, name) + if info: + self._update_version_data(result, info) + if not self.recursive: + break + return result + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + for root, dirs, files in os.walk(self.base_dir): + for fn in files: + if self.should_include(fn, root): + fn = os.path.join(root, fn) + url = urlunparse(('file', '', + pathname2url(os.path.abspath(fn)), + '', '', '')) + info = self.convert_url_to_download_info(url, None) + if info: + result.add(info['name']) + if not self.recursive: + break + return result + +class JSONLocator(Locator): + """ + This locator uses special extended metadata (not available on PyPI) and is + the basis of performant dependency resolution in distlib. Other locators + require archive downloads before dependencies can be determined! As you + might imagine, that can be slow. + """ + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Not available from this locator') + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + data = get_project_data(name) + if data: + for info in data.get('files', []): + if info['ptype'] != 'sdist' or info['pyversion'] != 'source': + continue + # We don't store summary in project metadata as it makes + # the data bigger for no benefit during dependency + # resolution + dist = make_dist(data['name'], info['version'], + summary=data.get('summary', + 'Placeholder for summary'), + scheme=self.scheme) + md = dist.metadata + md.source_url = info['url'] + # TODO SHA256 digest + if 'digest' in info and info['digest']: + dist.digest = ('md5', info['digest']) + md.dependencies = info.get('requirements', {}) + dist.exports = info.get('exports', {}) + result[dist.version] = dist + result['urls'].setdefault(dist.version, set()).add(info['url']) + return result + +class DistPathLocator(Locator): + """ + This locator finds installed distributions in a path. It can be useful for + adding to an :class:`AggregatingLocator`. + """ + def __init__(self, distpath, **kwargs): + """ + Initialise an instance. + + :param distpath: A :class:`DistributionPath` instance to search. + """ + super(DistPathLocator, self).__init__(**kwargs) + assert isinstance(distpath, DistributionPath) + self.distpath = distpath + + def _get_project(self, name): + dist = self.distpath.get_distribution(name) + if dist is None: + result = {'urls': {}, 'digests': {}} + else: + result = { + dist.version: dist, + 'urls': {dist.version: set([dist.source_url])}, + 'digests': {dist.version: set([None])} + } + return result + + +class AggregatingLocator(Locator): + """ + This class allows you to chain and/or merge a list of locators. + """ + def __init__(self, *locators, **kwargs): + """ + Initialise an instance. + + :param locators: The list of locators to search. + :param kwargs: Passed to the superclass constructor, + except for: + * merge - if False (the default), the first successful + search from any of the locators is returned. If True, + the results from all locators are merged (this can be + slow). + """ + self.merge = kwargs.pop('merge', False) + self.locators = locators + super(AggregatingLocator, self).__init__(**kwargs) + + def clear_cache(self): + super(AggregatingLocator, self).clear_cache() + for locator in self.locators: + locator.clear_cache() + + def _set_scheme(self, value): + self._scheme = value + for locator in self.locators: + locator.scheme = value + + scheme = property(Locator.scheme.fget, _set_scheme) + + def _get_project(self, name): + result = {} + for locator in self.locators: + d = locator.get_project(name) + if d: + if self.merge: + files = result.get('urls', {}) + digests = result.get('digests', {}) + # next line could overwrite result['urls'], result['digests'] + result.update(d) + df = result.get('urls') + if files and df: + for k, v in files.items(): + if k in df: + df[k] |= v + else: + df[k] = v + dd = result.get('digests') + if digests and dd: + dd.update(digests) + else: + # See issue #18. If any dists are found and we're looking + # for specific constraints, we only return something if + # a match is found. For example, if a DirectoryLocator + # returns just foo (1.0) while we're looking for + # foo (>= 2.0), we'll pretend there was nothing there so + # that subsequent locators can be queried. Otherwise we + # would just return foo (1.0) which would then lead to a + # failure to find foo (>= 2.0), because other locators + # weren't searched. Note that this only matters when + # merge=False. + if self.matcher is None: + found = True + else: + found = False + for k in d: + if self.matcher.match(k): + found = True + break + if found: + result = d + break + return result + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + for locator in self.locators: + try: + result |= locator.get_distribution_names() + except NotImplementedError: + pass + return result + + +# We use a legacy scheme simply because most of the dists on PyPI use legacy +# versions which don't conform to PEP 426 / PEP 440. +default_locator = AggregatingLocator( + JSONLocator(), + SimpleScrapingLocator('https://pypi.org/simple/', + timeout=3.0), + scheme='legacy') + +locate = default_locator.locate + + +class DependencyFinder(object): + """ + Locate dependencies for distributions. + """ + + def __init__(self, locator=None): + """ + Initialise an instance, using the specified locator + to locate distributions. + """ + self.locator = locator or default_locator + self.scheme = get_scheme(self.locator.scheme) + + def add_distribution(self, dist): + """ + Add a distribution to the finder. This will update internal information + about who provides what. + :param dist: The distribution to add. + """ + logger.debug('adding distribution %s', dist) + name = dist.key + self.dists_by_name[name] = dist + self.dists[(name, dist.version)] = dist + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Add to provided: %s, %s, %s', name, version, dist) + self.provided.setdefault(name, set()).add((version, dist)) + + def remove_distribution(self, dist): + """ + Remove a distribution from the finder. This will update internal + information about who provides what. + :param dist: The distribution to remove. + """ + logger.debug('removing distribution %s', dist) + name = dist.key + del self.dists_by_name[name] + del self.dists[(name, dist.version)] + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Remove from provided: %s, %s, %s', name, version, dist) + s = self.provided[name] + s.remove((version, dist)) + if not s: + del self.provided[name] + + def get_matcher(self, reqt): + """ + Get a version matcher for a requirement. + :param reqt: The requirement + :type reqt: str + :return: A version matcher (an instance of + :class:`distlib.version.Matcher`). + """ + try: + matcher = self.scheme.matcher(reqt) + except UnsupportedVersionError: # pragma: no cover + # XXX compat-mode if cannot read the version + name = reqt.split()[0] + matcher = self.scheme.matcher(name) + return matcher + + def find_providers(self, reqt): + """ + Find the distributions which can fulfill a requirement. + + :param reqt: The requirement. + :type reqt: str + :return: A set of distribution which can fulfill the requirement. + """ + matcher = self.get_matcher(reqt) + name = matcher.key # case-insensitive + result = set() + provided = self.provided + if name in provided: + for version, provider in provided[name]: + try: + match = matcher.match(version) + except UnsupportedVersionError: + match = False + + if match: + result.add(provider) + break + return result + + def try_to_replace(self, provider, other, problems): + """ + Attempt to replace one provider with another. This is typically used + when resolving dependencies from multiple sources, e.g. A requires + (B >= 1.0) while C requires (B >= 1.1). + + For successful replacement, ``provider`` must meet all the requirements + which ``other`` fulfills. + + :param provider: The provider we are trying to replace with. + :param other: The provider we're trying to replace. + :param problems: If False is returned, this will contain what + problems prevented replacement. This is currently + a tuple of the literal string 'cantreplace', + ``provider``, ``other`` and the set of requirements + that ``provider`` couldn't fulfill. + :return: True if we can replace ``other`` with ``provider``, else + False. + """ + rlist = self.reqts[other] + unmatched = set() + for s in rlist: + matcher = self.get_matcher(s) + if not matcher.match(provider.version): + unmatched.add(s) + if unmatched: + # can't replace other with provider + problems.add(('cantreplace', provider, other, + frozenset(unmatched))) + result = False + else: + # can replace other with provider + self.remove_distribution(other) + del self.reqts[other] + for s in rlist: + self.reqts.setdefault(provider, set()).add(s) + self.add_distribution(provider) + result = True + return result + + def find(self, requirement, meta_extras=None, prereleases=False): + """ + Find a distribution and all distributions it depends on. + + :param requirement: The requirement specifying the distribution to + find, or a Distribution instance. + :param meta_extras: A list of meta extras such as :test:, :build: and + so on. + :param prereleases: If ``True``, allow pre-release versions to be + returned - otherwise, don't return prereleases + unless they're all that's available. + + Return a set of :class:`Distribution` instances and a set of + problems. + + The distributions returned should be such that they have the + :attr:`required` attribute set to ``True`` if they were + from the ``requirement`` passed to ``find()``, and they have the + :attr:`build_time_dependency` attribute set to ``True`` unless they + are post-installation dependencies of the ``requirement``. + + The problems should be a tuple consisting of the string + ``'unsatisfied'`` and the requirement which couldn't be satisfied + by any distribution known to the locator. + """ + + self.provided = {} + self.dists = {} + self.dists_by_name = {} + self.reqts = {} + + meta_extras = set(meta_extras or []) + if ':*:' in meta_extras: + meta_extras.remove(':*:') + # :meta: and :run: are implicitly included + meta_extras |= set([':test:', ':build:', ':dev:']) + + if isinstance(requirement, Distribution): + dist = odist = requirement + logger.debug('passed %s as requirement', odist) + else: + dist = odist = self.locator.locate(requirement, + prereleases=prereleases) + if dist is None: + raise DistlibException('Unable to locate %r' % requirement) + logger.debug('located %s', odist) + dist.requested = True + problems = set() + todo = set([dist]) + install_dists = set([odist]) + while todo: + dist = todo.pop() + name = dist.key # case-insensitive + if name not in self.dists_by_name: + self.add_distribution(dist) + else: + #import pdb; pdb.set_trace() + other = self.dists_by_name[name] + if other != dist: + self.try_to_replace(dist, other, problems) + + ireqts = dist.run_requires | dist.meta_requires + sreqts = dist.build_requires + ereqts = set() + if meta_extras and dist in install_dists: + for key in ('test', 'build', 'dev'): + e = ':%s:' % key + if e in meta_extras: + ereqts |= getattr(dist, '%s_requires' % key) + all_reqts = ireqts | sreqts | ereqts + for r in all_reqts: + providers = self.find_providers(r) + if not providers: + logger.debug('No providers found for %r', r) + provider = self.locator.locate(r, prereleases=prereleases) + # If no provider is found and we didn't consider + # prereleases, consider them now. + if provider is None and not prereleases: + provider = self.locator.locate(r, prereleases=True) + if provider is None: + logger.debug('Cannot satisfy %r', r) + problems.add(('unsatisfied', r)) + else: + n, v = provider.key, provider.version + if (n, v) not in self.dists: + todo.add(provider) + providers.add(provider) + if r in ireqts and dist in install_dists: + install_dists.add(provider) + logger.debug('Adding %s to install_dists', + provider.name_and_version) + for p in providers: + name = p.key + if name not in self.dists_by_name: + self.reqts.setdefault(p, set()).add(r) + else: + other = self.dists_by_name[name] + if other != p: + # see if other can be replaced by p + self.try_to_replace(p, other, problems) + + dists = set(self.dists.values()) + for dist in dists: + dist.build_time_dependency = dist not in install_dists + if dist.build_time_dependency: + logger.debug('%s is a build-time dependency only.', + dist.name_and_version) + logger.debug('find done for %s', odist) + return dists, problems diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/manifest.py b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/manifest.py new file mode 100644 index 000000000..ca0fe442d --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/manifest.py @@ -0,0 +1,393 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2013 Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +""" +Class representing the list of files in a distribution. + +Equivalent to distutils.filelist, but fixes some problems. +""" +import fnmatch +import logging +import os +import re +import sys + +from . import DistlibException +from .compat import fsdecode +from .util import convert_path + + +__all__ = ['Manifest'] + +logger = logging.getLogger(__name__) + +# a \ followed by some spaces + EOL +_COLLAPSE_PATTERN = re.compile('\\\\w*\n', re.M) +_COMMENTED_LINE = re.compile('#.*?(?=\n)|\n(?=$)', re.M | re.S) + +# +# Due to the different results returned by fnmatch.translate, we need +# to do slightly different processing for Python 2.7 and 3.2 ... this needed +# to be brought in for Python 3.6 onwards. +# +_PYTHON_VERSION = sys.version_info[:2] + +class Manifest(object): + """A list of files built by on exploring the filesystem and filtered by + applying various patterns to what we find there. + """ + + def __init__(self, base=None): + """ + Initialise an instance. + + :param base: The base directory to explore under. + """ + self.base = os.path.abspath(os.path.normpath(base or os.getcwd())) + self.prefix = self.base + os.sep + self.allfiles = None + self.files = set() + + # + # Public API + # + + def findall(self): + """Find all files under the base and set ``allfiles`` to the absolute + pathnames of files found. + """ + from stat import S_ISREG, S_ISDIR, S_ISLNK + + self.allfiles = allfiles = [] + root = self.base + stack = [root] + pop = stack.pop + push = stack.append + + while stack: + root = pop() + names = os.listdir(root) + + for name in names: + fullname = os.path.join(root, name) + + # Avoid excess stat calls -- just one will do, thank you! + stat = os.stat(fullname) + mode = stat.st_mode + if S_ISREG(mode): + allfiles.append(fsdecode(fullname)) + elif S_ISDIR(mode) and not S_ISLNK(mode): + push(fullname) + + def add(self, item): + """ + Add a file to the manifest. + + :param item: The pathname to add. This can be relative to the base. + """ + if not item.startswith(self.prefix): + item = os.path.join(self.base, item) + self.files.add(os.path.normpath(item)) + + def add_many(self, items): + """ + Add a list of files to the manifest. + + :param items: The pathnames to add. These can be relative to the base. + """ + for item in items: + self.add(item) + + def sorted(self, wantdirs=False): + """ + Return sorted files in directory order + """ + + def add_dir(dirs, d): + dirs.add(d) + logger.debug('add_dir added %s', d) + if d != self.base: + parent, _ = os.path.split(d) + assert parent not in ('', '/') + add_dir(dirs, parent) + + result = set(self.files) # make a copy! + if wantdirs: + dirs = set() + for f in result: + add_dir(dirs, os.path.dirname(f)) + result |= dirs + return [os.path.join(*path_tuple) for path_tuple in + sorted(os.path.split(path) for path in result)] + + def clear(self): + """Clear all collected files.""" + self.files = set() + self.allfiles = [] + + def process_directive(self, directive): + """ + Process a directive which either adds some files from ``allfiles`` to + ``files``, or removes some files from ``files``. + + :param directive: The directive to process. This should be in a format + compatible with distutils ``MANIFEST.in`` files: + + http://docs.python.org/distutils/sourcedist.html#commands + """ + # Parse the line: split it up, make sure the right number of words + # is there, and return the relevant words. 'action' is always + # defined: it's the first word of the line. Which of the other + # three are defined depends on the action; it'll be either + # patterns, (dir and patterns), or (dirpattern). + action, patterns, thedir, dirpattern = self._parse_directive(directive) + + # OK, now we know that the action is valid and we have the + # right number of words on the line for that action -- so we + # can proceed with minimal error-checking. + if action == 'include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=True): + logger.warning('no files found matching %r', pattern) + + elif action == 'exclude': + for pattern in patterns: + found = self._exclude_pattern(pattern, anchor=True) + #if not found: + # logger.warning('no previously-included files ' + # 'found matching %r', pattern) + + elif action == 'global-include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=False): + logger.warning('no files found matching %r ' + 'anywhere in distribution', pattern) + + elif action == 'global-exclude': + for pattern in patterns: + found = self._exclude_pattern(pattern, anchor=False) + #if not found: + # logger.warning('no previously-included files ' + # 'matching %r found anywhere in ' + # 'distribution', pattern) + + elif action == 'recursive-include': + for pattern in patterns: + if not self._include_pattern(pattern, prefix=thedir): + logger.warning('no files found matching %r ' + 'under directory %r', pattern, thedir) + + elif action == 'recursive-exclude': + for pattern in patterns: + found = self._exclude_pattern(pattern, prefix=thedir) + #if not found: + # logger.warning('no previously-included files ' + # 'matching %r found under directory %r', + # pattern, thedir) + + elif action == 'graft': + if not self._include_pattern(None, prefix=dirpattern): + logger.warning('no directories found matching %r', + dirpattern) + + elif action == 'prune': + if not self._exclude_pattern(None, prefix=dirpattern): + logger.warning('no previously-included directories found ' + 'matching %r', dirpattern) + else: # pragma: no cover + # This should never happen, as it should be caught in + # _parse_template_line + raise DistlibException( + 'invalid action %r' % action) + + # + # Private API + # + + def _parse_directive(self, directive): + """ + Validate a directive. + :param directive: The directive to validate. + :return: A tuple of action, patterns, thedir, dir_patterns + """ + words = directive.split() + if len(words) == 1 and words[0] not in ('include', 'exclude', + 'global-include', + 'global-exclude', + 'recursive-include', + 'recursive-exclude', + 'graft', 'prune'): + # no action given, let's use the default 'include' + words.insert(0, 'include') + + action = words[0] + patterns = thedir = dir_pattern = None + + if action in ('include', 'exclude', + 'global-include', 'global-exclude'): + if len(words) < 2: + raise DistlibException( + '%r expects ...' % action) + + patterns = [convert_path(word) for word in words[1:]] + + elif action in ('recursive-include', 'recursive-exclude'): + if len(words) < 3: + raise DistlibException( + '%r expects

    ...' % action) + + thedir = convert_path(words[1]) + patterns = [convert_path(word) for word in words[2:]] + + elif action in ('graft', 'prune'): + if len(words) != 2: + raise DistlibException( + '%r expects a single ' % action) + + dir_pattern = convert_path(words[1]) + + else: + raise DistlibException('unknown action %r' % action) + + return action, patterns, thedir, dir_pattern + + def _include_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Select strings (presumably filenames) from 'self.files' that + match 'pattern', a Unix-style wildcard (glob) pattern. + + Patterns are not quite the same as implemented by the 'fnmatch' + module: '*' and '?' match non-special characters, where "special" + is platform-dependent: slash on Unix; colon, slash, and backslash on + DOS/Windows; and colon on Mac OS. + + If 'anchor' is true (the default), then the pattern match is more + stringent: "*.py" will match "foo.py" but not "foo/bar.py". If + 'anchor' is false, both of these will match. + + If 'prefix' is supplied, then only filenames starting with 'prefix' + (itself a pattern) and ending with 'pattern', with anything in between + them, will match. 'anchor' is ignored in this case. + + If 'is_regex' is true, 'anchor' and 'prefix' are ignored, and + 'pattern' is assumed to be either a string containing a regex or a + regex object -- no translation is done, the regex is just compiled + and used as-is. + + Selected strings will be added to self.files. + + Return True if files are found. + """ + # XXX docstring lying about what the special chars are? + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + + # delayed loading of allfiles list + if self.allfiles is None: + self.findall() + + for name in self.allfiles: + if pattern_re.search(name): + self.files.add(name) + found = True + return found + + def _exclude_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Remove strings (presumably filenames) from 'files' that match + 'pattern'. + + Other parameters are the same as for 'include_pattern()', above. + The list 'self.files' is modified in place. Return True if files are + found. + + This API is public to allow e.g. exclusion of SCM subdirs, e.g. when + packaging source distributions + """ + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + for f in list(self.files): + if pattern_re.search(f): + self.files.remove(f) + found = True + return found + + def _translate_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Translate a shell-like wildcard pattern to a compiled regular + expression. + + Return the compiled regex. If 'is_regex' true, + then 'pattern' is directly compiled to a regex (if it's a string) + or just returned as-is (assumes it's a regex object). + """ + if is_regex: + if isinstance(pattern, str): + return re.compile(pattern) + else: + return pattern + + if _PYTHON_VERSION > (3, 2): + # ditch start and end characters + start, _, end = self._glob_to_re('_').partition('_') + + if pattern: + pattern_re = self._glob_to_re(pattern) + if _PYTHON_VERSION > (3, 2): + assert pattern_re.startswith(start) and pattern_re.endswith(end) + else: + pattern_re = '' + + base = re.escape(os.path.join(self.base, '')) + if prefix is not None: + # ditch end of pattern character + if _PYTHON_VERSION <= (3, 2): + empty_pattern = self._glob_to_re('') + prefix_re = self._glob_to_re(prefix)[:-len(empty_pattern)] + else: + prefix_re = self._glob_to_re(prefix) + assert prefix_re.startswith(start) and prefix_re.endswith(end) + prefix_re = prefix_re[len(start): len(prefix_re) - len(end)] + sep = os.sep + if os.sep == '\\': + sep = r'\\' + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + sep.join((prefix_re, + '.*' + pattern_re)) + else: + pattern_re = pattern_re[len(start): len(pattern_re) - len(end)] + pattern_re = r'%s%s%s%s.*%s%s' % (start, base, prefix_re, sep, + pattern_re, end) + else: # no prefix -- respect anchor flag + if anchor: + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + pattern_re + else: + pattern_re = r'%s%s%s' % (start, base, pattern_re[len(start):]) + + return re.compile(pattern_re) + + def _glob_to_re(self, pattern): + """Translate a shell-like glob pattern to a regular expression. + + Return a string containing the regex. Differs from + 'fnmatch.translate()' in that '*' does not match "special characters" + (which are platform-specific). + """ + pattern_re = fnmatch.translate(pattern) + + # '?' and '*' in the glob pattern become '.' and '.*' in the RE, which + # IMHO is wrong -- '?' and '*' aren't supposed to match slash in Unix, + # and by extension they shouldn't match such "special characters" under + # any OS. So change all non-escaped dots in the RE to match any + # character except the special characters (currently: just os.sep). + sep = os.sep + if os.sep == '\\': + # we're using a regex to manipulate a regex, so we need + # to escape the backslash twice + sep = r'\\\\' + escaped = r'\1[^%s]' % sep + pattern_re = re.sub(r'((? y, + '!=': lambda x, y: x != y, + '<': lambda x, y: x < y, + '<=': lambda x, y: x == y or x < y, + '>': lambda x, y: x > y, + '>=': lambda x, y: x == y or x > y, + 'and': lambda x, y: x and y, + 'or': lambda x, y: x or y, + 'in': lambda x, y: x in y, + 'not in': lambda x, y: x not in y, + } + + def evaluate(self, expr, context): + """ + Evaluate a marker expression returned by the :func:`parse_requirement` + function in the specified context. + """ + if isinstance(expr, string_types): + if expr[0] in '\'"': + result = expr[1:-1] + else: + if expr not in context: + raise SyntaxError('unknown variable: %s' % expr) + result = context[expr] + else: + assert isinstance(expr, dict) + op = expr['op'] + if op not in self.operations: + raise NotImplementedError('op not implemented: %s' % op) + elhs = expr['lhs'] + erhs = expr['rhs'] + if _is_literal(expr['lhs']) and _is_literal(expr['rhs']): + raise SyntaxError('invalid comparison: %s %s %s' % (elhs, op, erhs)) + + lhs = self.evaluate(elhs, context) + rhs = self.evaluate(erhs, context) + if ((elhs == 'python_version' or erhs == 'python_version') and + op in ('<', '<=', '>', '>=', '===', '==', '!=', '~=')): + lhs = NV(lhs) + rhs = NV(rhs) + elif elhs == 'python_version' and op in ('in', 'not in'): + lhs = NV(lhs) + rhs = _get_versions(rhs) + result = self.operations[op](lhs, rhs) + return result + +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 = '' + + 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': platform.python_version(), + 'python_version': platform.python_version()[:3], + '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.8/site-packages/pip/_vendor/distlib/metadata.py b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/metadata.py new file mode 100644 index 000000000..6a26b0ab2 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/metadata.py @@ -0,0 +1,1058 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""Implementation of the Metadata for Python packages PEPs. + +Supports all metadata formats (1.0, 1.1, 1.2, 1.3/2.1 and withdrawn 2.0). +""" +from __future__ import unicode_literals + +import codecs +from email import message_from_file +import json +import logging +import re + + +from . import DistlibException, __version__ +from .compat import StringIO, string_types, text_type +from .markers import interpret +from .util import extract_by_key, get_extras +from .version import get_scheme, PEP440_VERSION_RE + +logger = logging.getLogger(__name__) + + +class MetadataMissingError(DistlibException): + """A required metadata is missing""" + + +class MetadataConflictError(DistlibException): + """Attempt to read or write metadata fields that are conflictual.""" + + +class MetadataUnrecognizedVersionError(DistlibException): + """Unknown metadata version number.""" + + +class MetadataInvalidError(DistlibException): + """A metadata value is invalid""" + +# public API of this module +__all__ = ['Metadata', 'PKG_INFO_ENCODING', 'PKG_INFO_PREFERRED_VERSION'] + +# Encoding used for the PKG-INFO files +PKG_INFO_ENCODING = 'utf-8' + +# preferred version. Hopefully will be changed +# to 1.2 once PEP 345 is supported everywhere +PKG_INFO_PREFERRED_VERSION = '1.1' + +_LINE_PREFIX_1_2 = re.compile('\n \\|') +_LINE_PREFIX_PRE_1_2 = re.compile('\n ') +_241_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'License') + +_314_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'License', 'Classifier', 'Download-URL', 'Obsoletes', + 'Provides', 'Requires') + +_314_MARKERS = ('Obsoletes', 'Provides', 'Requires', 'Classifier', + 'Download-URL') + +_345_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'Maintainer', 'Maintainer-email', 'License', + 'Classifier', 'Download-URL', 'Obsoletes-Dist', + 'Project-URL', 'Provides-Dist', 'Requires-Dist', + 'Requires-Python', 'Requires-External') + +_345_MARKERS = ('Provides-Dist', 'Requires-Dist', 'Requires-Python', + 'Obsoletes-Dist', 'Requires-External', 'Maintainer', + 'Maintainer-email', 'Project-URL') + +_426_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'Maintainer', 'Maintainer-email', 'License', + 'Classifier', 'Download-URL', 'Obsoletes-Dist', + 'Project-URL', 'Provides-Dist', 'Requires-Dist', + 'Requires-Python', 'Requires-External', 'Private-Version', + 'Obsoleted-By', 'Setup-Requires-Dist', 'Extension', + 'Provides-Extra') + +_426_MARKERS = ('Private-Version', 'Provides-Extra', 'Obsoleted-By', + 'Setup-Requires-Dist', 'Extension') + +# See issue #106: Sometimes 'Requires' and 'Provides' occur wrongly in +# the metadata. Include them in the tuple literal below to allow them +# (for now). +# Ditto for Obsoletes - see issue #140. +_566_FIELDS = _426_FIELDS + ('Description-Content-Type', + 'Requires', 'Provides', 'Obsoletes') + +_566_MARKERS = ('Description-Content-Type',) + +_ALL_FIELDS = set() +_ALL_FIELDS.update(_241_FIELDS) +_ALL_FIELDS.update(_314_FIELDS) +_ALL_FIELDS.update(_345_FIELDS) +_ALL_FIELDS.update(_426_FIELDS) +_ALL_FIELDS.update(_566_FIELDS) + +EXTRA_RE = re.compile(r'''extra\s*==\s*("([^"]+)"|'([^']+)')''') + + +def _version2fieldlist(version): + if version == '1.0': + return _241_FIELDS + elif version == '1.1': + return _314_FIELDS + elif version == '1.2': + return _345_FIELDS + elif version in ('1.3', '2.1'): + # avoid adding field names if already there + return _345_FIELDS + tuple(f for f in _566_FIELDS if f not in _345_FIELDS) + elif version == '2.0': + return _426_FIELDS + raise MetadataUnrecognizedVersionError(version) + + +def _best_version(fields): + """Detect the best version depending on the fields used.""" + def _has_marker(keys, markers): + for marker in markers: + if marker in keys: + return True + return False + + keys = [] + for key, value in fields.items(): + if value in ([], 'UNKNOWN', None): + continue + keys.append(key) + + possible_versions = ['1.0', '1.1', '1.2', '1.3', '2.0', '2.1'] + + # first let's try to see if a field is not part of one of the version + for key in keys: + if key not in _241_FIELDS and '1.0' in possible_versions: + possible_versions.remove('1.0') + logger.debug('Removed 1.0 due to %s', key) + if key not in _314_FIELDS and '1.1' in possible_versions: + possible_versions.remove('1.1') + logger.debug('Removed 1.1 due to %s', key) + if key not in _345_FIELDS and '1.2' in possible_versions: + possible_versions.remove('1.2') + logger.debug('Removed 1.2 due to %s', key) + if key not in _566_FIELDS and '1.3' in possible_versions: + possible_versions.remove('1.3') + logger.debug('Removed 1.3 due to %s', key) + if key not in _566_FIELDS and '2.1' in possible_versions: + if key != 'Description': # In 2.1, description allowed after headers + possible_versions.remove('2.1') + logger.debug('Removed 2.1 due to %s', key) + if key not in _426_FIELDS and '2.0' in possible_versions: + possible_versions.remove('2.0') + logger.debug('Removed 2.0 due to %s', key) + + # possible_version contains qualified versions + if len(possible_versions) == 1: + return possible_versions[0] # found ! + elif len(possible_versions) == 0: + logger.debug('Out of options - unknown metadata set: %s', fields) + raise MetadataConflictError('Unknown metadata set') + + # let's see if one unique marker is found + is_1_1 = '1.1' in possible_versions and _has_marker(keys, _314_MARKERS) + is_1_2 = '1.2' in possible_versions and _has_marker(keys, _345_MARKERS) + is_2_1 = '2.1' in possible_versions and _has_marker(keys, _566_MARKERS) + is_2_0 = '2.0' in possible_versions and _has_marker(keys, _426_MARKERS) + if int(is_1_1) + int(is_1_2) + int(is_2_1) + int(is_2_0) > 1: + raise MetadataConflictError('You used incompatible 1.1/1.2/2.0/2.1 fields') + + # we have the choice, 1.0, or 1.2, or 2.0 + # - 1.0 has a broken Summary field but works with all tools + # - 1.1 is to avoid + # - 1.2 fixes Summary but has little adoption + # - 2.0 adds more features and is very new + if not is_1_1 and not is_1_2 and not is_2_1 and not is_2_0: + # we couldn't find any specific marker + if PKG_INFO_PREFERRED_VERSION in possible_versions: + return PKG_INFO_PREFERRED_VERSION + if is_1_1: + return '1.1' + if is_1_2: + return '1.2' + if is_2_1: + return '2.1' + + return '2.0' + +# This follows the rules about transforming keys as described in +# https://www.python.org/dev/peps/pep-0566/#id17 +_ATTR2FIELD = { + name.lower().replace("-", "_"): name for name in _ALL_FIELDS +} +_FIELD2ATTR = {field: attr for attr, field in _ATTR2FIELD.items()} + +_PREDICATE_FIELDS = ('Requires-Dist', 'Obsoletes-Dist', 'Provides-Dist') +_VERSIONS_FIELDS = ('Requires-Python',) +_VERSION_FIELDS = ('Version',) +_LISTFIELDS = ('Platform', 'Classifier', 'Obsoletes', + 'Requires', 'Provides', 'Obsoletes-Dist', + 'Provides-Dist', 'Requires-Dist', 'Requires-External', + 'Project-URL', 'Supported-Platform', 'Setup-Requires-Dist', + 'Provides-Extra', 'Extension') +_LISTTUPLEFIELDS = ('Project-URL',) + +_ELEMENTSFIELD = ('Keywords',) + +_UNICODEFIELDS = ('Author', 'Maintainer', 'Summary', 'Description') + +_MISSING = object() + +_FILESAFE = re.compile('[^A-Za-z0-9.]+') + + +def _get_name_and_version(name, version, for_filename=False): + """Return the distribution name with version. + + If for_filename is true, return a filename-escaped form.""" + if for_filename: + # For both name and version any runs of non-alphanumeric or '.' + # characters are replaced with a single '-'. Additionally any + # spaces in the version string become '.' + name = _FILESAFE.sub('-', name) + version = _FILESAFE.sub('-', version.replace(' ', '.')) + return '%s-%s' % (name, version) + + +class LegacyMetadata(object): + """The legacy metadata of a release. + + Supports versions 1.0, 1.1, 1.2, 2.0 and 1.3/2.1 (auto-detected). You can + instantiate the class with one of these arguments (or none): + - *path*, the path to a metadata file + - *fileobj* give a file-like object with metadata as content + - *mapping* is a dict-like object + - *scheme* is a version scheme name + """ + # TODO document the mapping API and UNKNOWN default key + + def __init__(self, path=None, fileobj=None, mapping=None, + scheme='default'): + if [path, fileobj, mapping].count(None) < 2: + raise TypeError('path, fileobj and mapping are exclusive') + self._fields = {} + self.requires_files = [] + self._dependencies = None + self.scheme = scheme + if path is not None: + self.read(path) + elif fileobj is not None: + self.read_file(fileobj) + elif mapping is not None: + self.update(mapping) + self.set_metadata_version() + + def set_metadata_version(self): + self._fields['Metadata-Version'] = _best_version(self._fields) + + def _write_field(self, fileobj, name, value): + fileobj.write('%s: %s\n' % (name, value)) + + def __getitem__(self, name): + return self.get(name) + + def __setitem__(self, name, value): + return self.set(name, value) + + def __delitem__(self, name): + field_name = self._convert_name(name) + try: + del self._fields[field_name] + except KeyError: + raise KeyError(name) + + def __contains__(self, name): + return (name in self._fields or + self._convert_name(name) in self._fields) + + def _convert_name(self, name): + if name in _ALL_FIELDS: + return name + name = name.replace('-', '_').lower() + return _ATTR2FIELD.get(name, name) + + def _default_value(self, name): + if name in _LISTFIELDS or name in _ELEMENTSFIELD: + return [] + return 'UNKNOWN' + + def _remove_line_prefix(self, value): + if self.metadata_version in ('1.0', '1.1'): + return _LINE_PREFIX_PRE_1_2.sub('\n', value) + else: + return _LINE_PREFIX_1_2.sub('\n', value) + + def __getattr__(self, name): + if name in _ATTR2FIELD: + return self[name] + raise AttributeError(name) + + # + # Public API + # + +# dependencies = property(_get_dependencies, _set_dependencies) + + def get_fullname(self, filesafe=False): + """Return the distribution name with version. + + If filesafe is true, return a filename-escaped form.""" + return _get_name_and_version(self['Name'], self['Version'], filesafe) + + def is_field(self, name): + """return True if name is a valid metadata key""" + name = self._convert_name(name) + return name in _ALL_FIELDS + + def is_multi_field(self, name): + name = self._convert_name(name) + return name in _LISTFIELDS + + def read(self, filepath): + """Read the metadata values from a file path.""" + fp = codecs.open(filepath, 'r', encoding='utf-8') + try: + self.read_file(fp) + finally: + fp.close() + + def read_file(self, fileob): + """Read the metadata values from a file object.""" + msg = message_from_file(fileob) + self._fields['Metadata-Version'] = msg['metadata-version'] + + # When reading, get all the fields we can + for field in _ALL_FIELDS: + if field not in msg: + continue + if field in _LISTFIELDS: + # we can have multiple lines + values = msg.get_all(field) + if field in _LISTTUPLEFIELDS and values is not None: + values = [tuple(value.split(',')) for value in values] + self.set(field, values) + else: + # single line + value = msg[field] + if value is not None and value != 'UNKNOWN': + self.set(field, value) + + # PEP 566 specifies that the body be used for the description, if + # available + body = msg.get_payload() + self["Description"] = body if body else self["Description"] + # logger.debug('Attempting to set metadata for %s', self) + # self.set_metadata_version() + + def write(self, filepath, skip_unknown=False): + """Write the metadata fields to filepath.""" + fp = codecs.open(filepath, 'w', encoding='utf-8') + try: + self.write_file(fp, skip_unknown) + finally: + fp.close() + + def write_file(self, fileobject, skip_unknown=False): + """Write the PKG-INFO format data to a file object.""" + self.set_metadata_version() + + for field in _version2fieldlist(self['Metadata-Version']): + values = self.get(field) + if skip_unknown and values in ('UNKNOWN', [], ['UNKNOWN']): + continue + if field in _ELEMENTSFIELD: + self._write_field(fileobject, field, ','.join(values)) + continue + if field not in _LISTFIELDS: + if field == 'Description': + if self.metadata_version in ('1.0', '1.1'): + values = values.replace('\n', '\n ') + else: + values = values.replace('\n', '\n |') + values = [values] + + if field in _LISTTUPLEFIELDS: + values = [','.join(value) for value in values] + + for value in values: + self._write_field(fileobject, field, value) + + def update(self, other=None, **kwargs): + """Set metadata values from the given iterable `other` and kwargs. + + Behavior is like `dict.update`: If `other` has a ``keys`` method, + they are looped over and ``self[key]`` is assigned ``other[key]``. + Else, ``other`` is an iterable of ``(key, value)`` iterables. + + Keys that don't match a metadata field or that have an empty value are + dropped. + """ + def _set(key, value): + if key in _ATTR2FIELD and value: + self.set(self._convert_name(key), value) + + if not other: + # other is None or empty container + pass + elif hasattr(other, 'keys'): + for k in other.keys(): + _set(k, other[k]) + else: + for k, v in other: + _set(k, v) + + if kwargs: + for k, v in kwargs.items(): + _set(k, v) + + def set(self, name, value): + """Control then set a metadata field.""" + name = self._convert_name(name) + + if ((name in _ELEMENTSFIELD or name == 'Platform') and + not isinstance(value, (list, tuple))): + if isinstance(value, string_types): + value = [v.strip() for v in value.split(',')] + else: + value = [] + elif (name in _LISTFIELDS and + not isinstance(value, (list, tuple))): + if isinstance(value, string_types): + value = [value] + else: + value = [] + + if logger.isEnabledFor(logging.WARNING): + project_name = self['Name'] + + scheme = get_scheme(self.scheme) + if name in _PREDICATE_FIELDS and value is not None: + for v in value: + # check that the values are valid + if not scheme.is_valid_matcher(v.split(';')[0]): + logger.warning( + "'%s': '%s' is not valid (field '%s')", + project_name, v, name) + # FIXME this rejects UNKNOWN, is that right? + elif name in _VERSIONS_FIELDS and value is not None: + if not scheme.is_valid_constraint_list(value): + logger.warning("'%s': '%s' is not a valid version (field '%s')", + project_name, value, name) + elif name in _VERSION_FIELDS and value is not None: + if not scheme.is_valid_version(value): + logger.warning("'%s': '%s' is not a valid version (field '%s')", + project_name, value, name) + + if name in _UNICODEFIELDS: + if name == 'Description': + value = self._remove_line_prefix(value) + + self._fields[name] = value + + def get(self, name, default=_MISSING): + """Get a metadata field.""" + name = self._convert_name(name) + if name not in self._fields: + if default is _MISSING: + default = self._default_value(name) + return default + if name in _UNICODEFIELDS: + value = self._fields[name] + return value + elif name in _LISTFIELDS: + value = self._fields[name] + if value is None: + return [] + res = [] + for val in value: + if name not in _LISTTUPLEFIELDS: + res.append(val) + else: + # That's for Project-URL + res.append((val[0], val[1])) + return res + + elif name in _ELEMENTSFIELD: + value = self._fields[name] + if isinstance(value, string_types): + return value.split(',') + return self._fields[name] + + def check(self, strict=False): + """Check if the metadata is compliant. If strict is True then raise if + no Name or Version are provided""" + self.set_metadata_version() + + # XXX should check the versions (if the file was loaded) + missing, warnings = [], [] + + for attr in ('Name', 'Version'): # required by PEP 345 + if attr not in self: + missing.append(attr) + + if strict and missing != []: + msg = 'missing required metadata: %s' % ', '.join(missing) + raise MetadataMissingError(msg) + + for attr in ('Home-page', 'Author'): + if attr not in self: + missing.append(attr) + + # checking metadata 1.2 (XXX needs to check 1.1, 1.0) + if self['Metadata-Version'] != '1.2': + return missing, warnings + + scheme = get_scheme(self.scheme) + + def are_valid_constraints(value): + for v in value: + if not scheme.is_valid_matcher(v.split(';')[0]): + return False + return True + + for fields, controller in ((_PREDICATE_FIELDS, are_valid_constraints), + (_VERSIONS_FIELDS, + scheme.is_valid_constraint_list), + (_VERSION_FIELDS, + scheme.is_valid_version)): + for field in fields: + value = self.get(field, None) + if value is not None and not controller(value): + warnings.append("Wrong value for '%s': %s" % (field, value)) + + return missing, warnings + + def todict(self, skip_missing=False): + """Return fields as a dict. + + Field names will be converted to use the underscore-lowercase style + instead of hyphen-mixed case (i.e. home_page instead of Home-page). + This is as per https://www.python.org/dev/peps/pep-0566/#id17. + """ + self.set_metadata_version() + + fields = _version2fieldlist(self['Metadata-Version']) + + data = {} + + for field_name in fields: + if not skip_missing or field_name in self._fields: + key = _FIELD2ATTR[field_name] + if key != 'project_url': + data[key] = self[field_name] + else: + data[key] = [','.join(u) for u in self[field_name]] + + return data + + def add_requirements(self, requirements): + if self['Metadata-Version'] == '1.1': + # we can't have 1.1 metadata *and* Setuptools requires + for field in ('Obsoletes', 'Requires', 'Provides'): + if field in self: + del self[field] + self['Requires-Dist'] += requirements + + # Mapping API + # TODO could add iter* variants + + def keys(self): + return list(_version2fieldlist(self['Metadata-Version'])) + + def __iter__(self): + for key in self.keys(): + yield key + + def values(self): + return [self[key] for key in self.keys()] + + def items(self): + return [(key, self[key]) for key in self.keys()] + + def __repr__(self): + return '<%s %s %s>' % (self.__class__.__name__, self.name, + self.version) + + +METADATA_FILENAME = 'pydist.json' +WHEEL_METADATA_FILENAME = 'metadata.json' +LEGACY_METADATA_FILENAME = 'METADATA' + + +class Metadata(object): + """ + The metadata of a release. This implementation uses 2.0 (JSON) + metadata where possible. If not possible, it wraps a LegacyMetadata + instance which handles the key-value metadata format. + """ + + METADATA_VERSION_MATCHER = re.compile(r'^\d+(\.\d+)*$') + + NAME_MATCHER = re.compile('^[0-9A-Z]([0-9A-Z_.-]*[0-9A-Z])?$', re.I) + + VERSION_MATCHER = PEP440_VERSION_RE + + SUMMARY_MATCHER = re.compile('.{1,2047}') + + METADATA_VERSION = '2.0' + + GENERATOR = 'distlib (%s)' % __version__ + + MANDATORY_KEYS = { + 'name': (), + 'version': (), + 'summary': ('legacy',), + } + + INDEX_KEYS = ('name version license summary description author ' + 'author_email keywords platform home_page classifiers ' + 'download_url') + + DEPENDENCY_KEYS = ('extras run_requires test_requires build_requires ' + 'dev_requires provides meta_requires obsoleted_by ' + 'supports_environments') + + SYNTAX_VALIDATORS = { + 'metadata_version': (METADATA_VERSION_MATCHER, ()), + 'name': (NAME_MATCHER, ('legacy',)), + 'version': (VERSION_MATCHER, ('legacy',)), + 'summary': (SUMMARY_MATCHER, ('legacy',)), + } + + __slots__ = ('_legacy', '_data', 'scheme') + + def __init__(self, path=None, fileobj=None, mapping=None, + scheme='default'): + if [path, fileobj, mapping].count(None) < 2: + raise TypeError('path, fileobj and mapping are exclusive') + self._legacy = None + self._data = None + self.scheme = scheme + #import pdb; pdb.set_trace() + if mapping is not None: + try: + self._validate_mapping(mapping, scheme) + self._data = mapping + except MetadataUnrecognizedVersionError: + self._legacy = LegacyMetadata(mapping=mapping, scheme=scheme) + self.validate() + else: + data = None + if path: + with open(path, 'rb') as f: + data = f.read() + elif fileobj: + data = fileobj.read() + if data is None: + # Initialised with no args - to be added + self._data = { + 'metadata_version': self.METADATA_VERSION, + 'generator': self.GENERATOR, + } + else: + if not isinstance(data, text_type): + data = data.decode('utf-8') + try: + self._data = json.loads(data) + self._validate_mapping(self._data, scheme) + except ValueError: + # Note: MetadataUnrecognizedVersionError does not + # inherit from ValueError (it's a DistlibException, + # which should not inherit from ValueError). + # The ValueError comes from the json.load - if that + # succeeds and we get a validation error, we want + # that to propagate + self._legacy = LegacyMetadata(fileobj=StringIO(data), + scheme=scheme) + self.validate() + + common_keys = set(('name', 'version', 'license', 'keywords', 'summary')) + + none_list = (None, list) + none_dict = (None, dict) + + mapped_keys = { + 'run_requires': ('Requires-Dist', list), + 'build_requires': ('Setup-Requires-Dist', list), + 'dev_requires': none_list, + 'test_requires': none_list, + 'meta_requires': none_list, + 'extras': ('Provides-Extra', list), + 'modules': none_list, + 'namespaces': none_list, + 'exports': none_dict, + 'commands': none_dict, + 'classifiers': ('Classifier', list), + 'source_url': ('Download-URL', None), + 'metadata_version': ('Metadata-Version', None), + } + + del none_list, none_dict + + def __getattribute__(self, key): + common = object.__getattribute__(self, 'common_keys') + mapped = object.__getattribute__(self, 'mapped_keys') + if key in mapped: + lk, maker = mapped[key] + if self._legacy: + if lk is None: + result = None if maker is None else maker() + else: + result = self._legacy.get(lk) + else: + value = None if maker is None else maker() + if key not in ('commands', 'exports', 'modules', 'namespaces', + 'classifiers'): + result = self._data.get(key, value) + else: + # special cases for PEP 459 + sentinel = object() + result = sentinel + d = self._data.get('extensions') + if d: + if key == 'commands': + result = d.get('python.commands', value) + elif key == 'classifiers': + d = d.get('python.details') + if d: + result = d.get(key, value) + else: + d = d.get('python.exports') + if not d: + d = self._data.get('python.exports') + if d: + result = d.get(key, value) + if result is sentinel: + result = value + elif key not in common: + result = object.__getattribute__(self, key) + elif self._legacy: + result = self._legacy.get(key) + else: + result = self._data.get(key) + return result + + def _validate_value(self, key, value, scheme=None): + if key in self.SYNTAX_VALIDATORS: + pattern, exclusions = self.SYNTAX_VALIDATORS[key] + if (scheme or self.scheme) not in exclusions: + m = pattern.match(value) + if not m: + raise MetadataInvalidError("'%s' is an invalid value for " + "the '%s' property" % (value, + key)) + + def __setattr__(self, key, value): + self._validate_value(key, value) + common = object.__getattribute__(self, 'common_keys') + mapped = object.__getattribute__(self, 'mapped_keys') + if key in mapped: + lk, _ = mapped[key] + if self._legacy: + if lk is None: + raise NotImplementedError + self._legacy[lk] = value + elif key not in ('commands', 'exports', 'modules', 'namespaces', + 'classifiers'): + self._data[key] = value + else: + # special cases for PEP 459 + d = self._data.setdefault('extensions', {}) + if key == 'commands': + d['python.commands'] = value + elif key == 'classifiers': + d = d.setdefault('python.details', {}) + d[key] = value + else: + d = d.setdefault('python.exports', {}) + d[key] = value + elif key not in common: + object.__setattr__(self, key, value) + else: + if key == 'keywords': + if isinstance(value, string_types): + value = value.strip() + if value: + value = value.split() + else: + value = [] + if self._legacy: + self._legacy[key] = value + else: + self._data[key] = value + + @property + def name_and_version(self): + return _get_name_and_version(self.name, self.version, True) + + @property + def provides(self): + if self._legacy: + result = self._legacy['Provides-Dist'] + else: + result = self._data.setdefault('provides', []) + s = '%s (%s)' % (self.name, self.version) + if s not in result: + result.append(s) + return result + + @provides.setter + def provides(self, value): + if self._legacy: + self._legacy['Provides-Dist'] = value + else: + self._data['provides'] = value + + def get_requirements(self, reqts, extras=None, env=None): + """ + Base method to get dependencies, given a set of extras + to satisfy and an optional environment context. + :param reqts: A list of sometimes-wanted dependencies, + perhaps dependent on extras and environment. + :param extras: A list of optional components being requested. + :param env: An optional environment for marker evaluation. + """ + if self._legacy: + result = reqts + else: + result = [] + extras = get_extras(extras or [], self.extras) + for d in reqts: + if 'extra' not in d and 'environment' not in d: + # unconditional + include = True + else: + if 'extra' not in d: + # Not extra-dependent - only environment-dependent + include = True + else: + include = d.get('extra') in extras + if include: + # Not excluded because of extras, check environment + marker = d.get('environment') + if marker: + include = interpret(marker, env) + if include: + result.extend(d['requires']) + for key in ('build', 'dev', 'test'): + e = ':%s:' % key + if e in extras: + extras.remove(e) + # A recursive call, but it should terminate since 'test' + # has been removed from the extras + reqts = self._data.get('%s_requires' % key, []) + result.extend(self.get_requirements(reqts, extras=extras, + env=env)) + return result + + @property + def dictionary(self): + if self._legacy: + return self._from_legacy() + return self._data + + @property + def dependencies(self): + if self._legacy: + raise NotImplementedError + else: + return extract_by_key(self._data, self.DEPENDENCY_KEYS) + + @dependencies.setter + def dependencies(self, value): + if self._legacy: + raise NotImplementedError + else: + self._data.update(value) + + def _validate_mapping(self, mapping, scheme): + if mapping.get('metadata_version') != self.METADATA_VERSION: + raise MetadataUnrecognizedVersionError() + missing = [] + for key, exclusions in self.MANDATORY_KEYS.items(): + if key not in mapping: + if scheme not in exclusions: + missing.append(key) + if missing: + msg = 'Missing metadata items: %s' % ', '.join(missing) + raise MetadataMissingError(msg) + for k, v in mapping.items(): + self._validate_value(k, v, scheme) + + def validate(self): + if self._legacy: + missing, warnings = self._legacy.check(True) + if missing or warnings: + logger.warning('Metadata: missing: %s, warnings: %s', + missing, warnings) + else: + self._validate_mapping(self._data, self.scheme) + + def todict(self): + if self._legacy: + return self._legacy.todict(True) + else: + result = extract_by_key(self._data, self.INDEX_KEYS) + return result + + def _from_legacy(self): + assert self._legacy and not self._data + result = { + 'metadata_version': self.METADATA_VERSION, + 'generator': self.GENERATOR, + } + lmd = self._legacy.todict(True) # skip missing ones + for k in ('name', 'version', 'license', 'summary', 'description', + 'classifier'): + if k in lmd: + if k == 'classifier': + nk = 'classifiers' + else: + nk = k + result[nk] = lmd[k] + kw = lmd.get('Keywords', []) + if kw == ['']: + kw = [] + result['keywords'] = kw + keys = (('requires_dist', 'run_requires'), + ('setup_requires_dist', 'build_requires')) + for ok, nk in keys: + if ok in lmd and lmd[ok]: + result[nk] = [{'requires': lmd[ok]}] + result['provides'] = self.provides + author = {} + maintainer = {} + return result + + LEGACY_MAPPING = { + 'name': 'Name', + 'version': 'Version', + ('extensions', 'python.details', 'license'): 'License', + 'summary': 'Summary', + 'description': 'Description', + ('extensions', 'python.project', 'project_urls', 'Home'): 'Home-page', + ('extensions', 'python.project', 'contacts', 0, 'name'): 'Author', + ('extensions', 'python.project', 'contacts', 0, 'email'): 'Author-email', + 'source_url': 'Download-URL', + ('extensions', 'python.details', 'classifiers'): 'Classifier', + } + + def _to_legacy(self): + def process_entries(entries): + reqts = set() + for e in entries: + extra = e.get('extra') + env = e.get('environment') + rlist = e['requires'] + for r in rlist: + if not env and not extra: + reqts.add(r) + else: + marker = '' + if extra: + marker = 'extra == "%s"' % extra + if env: + if marker: + marker = '(%s) and %s' % (env, marker) + else: + marker = env + reqts.add(';'.join((r, marker))) + return reqts + + assert self._data and not self._legacy + result = LegacyMetadata() + nmd = self._data + # import pdb; pdb.set_trace() + for nk, ok in self.LEGACY_MAPPING.items(): + if not isinstance(nk, tuple): + if nk in nmd: + result[ok] = nmd[nk] + else: + d = nmd + found = True + for k in nk: + try: + d = d[k] + except (KeyError, IndexError): + found = False + break + if found: + result[ok] = d + r1 = process_entries(self.run_requires + self.meta_requires) + r2 = process_entries(self.build_requires + self.dev_requires) + if self.extras: + result['Provides-Extra'] = sorted(self.extras) + result['Requires-Dist'] = sorted(r1) + result['Setup-Requires-Dist'] = sorted(r2) + # TODO: any other fields wanted + return result + + def write(self, path=None, fileobj=None, legacy=False, skip_unknown=True): + if [path, fileobj].count(None) != 1: + raise ValueError('Exactly one of path and fileobj is needed') + self.validate() + if legacy: + if self._legacy: + legacy_md = self._legacy + else: + legacy_md = self._to_legacy() + if path: + legacy_md.write(path, skip_unknown=skip_unknown) + else: + legacy_md.write_file(fileobj, skip_unknown=skip_unknown) + else: + if self._legacy: + d = self._from_legacy() + else: + d = self._data + if fileobj: + json.dump(d, fileobj, ensure_ascii=True, indent=2, + sort_keys=True) + else: + with codecs.open(path, 'w', 'utf-8') as f: + json.dump(d, f, ensure_ascii=True, indent=2, + sort_keys=True) + + def add_requirements(self, requirements): + if self._legacy: + self._legacy.add_requirements(requirements) + else: + run_requires = self._data.setdefault('run_requires', []) + always = None + for entry in run_requires: + if 'environment' not in entry and 'extra' not in entry: + always = entry + break + if always is None: + always = { 'requires': requirements } + run_requires.insert(0, always) + else: + rset = set(always['requires']) | set(requirements) + always['requires'] = sorted(rset) + + def __repr__(self): + name = self.name or '(no name)' + version = self.version or 'no version' + return '<%s %s %s (%s)>' % (self.__class__.__name__, + self.metadata_version, name, version) diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/resources.py b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/resources.py new file mode 100644 index 000000000..fef52aa10 --- /dev/null +++ b/venv/lib/python3.8/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.8/site-packages/pip/_vendor/distlib/scripts.py b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/scripts.py new file mode 100644 index 000000000..913912c7b --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/scripts.py @@ -0,0 +1,429 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2015 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from io import BytesIO +import logging +import os +import re +import struct +import sys + +from .compat import sysconfig, detect_encoding, ZipFile +from .resources import finder +from .util import (FileOperator, get_export_entry, convert_path, + get_executable, get_platform, in_venv) + +logger = logging.getLogger(__name__) + +_DEFAULT_MANIFEST = ''' + + + + + + + + + + + + +'''.strip() + +# check if Python is called on the first line with this expression +FIRST_LINE_RE = re.compile(b'^#!.*pythonw?[0-9.]*([ \t].*)?$') +SCRIPT_TEMPLATE = r'''# -*- coding: utf-8 -*- +import re +import sys +from %(module)s import %(import_name)s +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(%(func)s()) +''' + + +def enquote_executable(executable): + if ' ' in executable: + # make sure we quote only the executable in case of env + # for example /usr/bin/env "/dir with spaces/bin/jython" + # instead of "/usr/bin/env /dir with spaces/bin/jython" + # otherwise whole + if executable.startswith('/usr/bin/env '): + env, _executable = executable.split(' ', 1) + if ' ' in _executable and not _executable.startswith('"'): + executable = '%s "%s"' % (env, _executable) + else: + if not executable.startswith('"'): + executable = '"%s"' % executable + return executable + +# Keep the old name around (for now), as there is at least one project using it! +_enquote_executable = enquote_executable + +class ScriptMaker(object): + """ + A class to copy or create scripts from source scripts or callable + specifications. + """ + script_template = SCRIPT_TEMPLATE + + executable = None # for shebangs + + def __init__(self, source_dir, target_dir, add_launchers=True, + dry_run=False, fileop=None): + self.source_dir = source_dir + self.target_dir = target_dir + self.add_launchers = add_launchers + self.force = False + self.clobber = False + # It only makes sense to set mode bits on POSIX. + self.set_mode = (os.name == 'posix') or (os.name == 'java' and + os._name == 'posix') + self.variants = set(('', 'X.Y')) + self._fileop = fileop or FileOperator(dry_run) + + self._is_nt = os.name == 'nt' or ( + os.name == 'java' and os._name == 'nt') + self.version_info = sys.version_info + + def _get_alternate_executable(self, executable, options): + if options.get('gui', False) and self._is_nt: # pragma: no cover + dn, fn = os.path.split(executable) + fn = fn.replace('python', 'pythonw') + executable = os.path.join(dn, fn) + return executable + + if sys.platform.startswith('java'): # pragma: no cover + def _is_shell(self, executable): + """ + Determine if the specified executable is a script + (contains a #! line) + """ + try: + with open(executable) as fp: + return fp.read(2) == '#!' + except (OSError, IOError): + logger.warning('Failed to open %s', executable) + return False + + def _fix_jython_executable(self, executable): + if self._is_shell(executable): + # Workaround for Jython is not needed on Linux systems. + import java + + if java.lang.System.getProperty('os.name') == 'Linux': + return executable + elif executable.lower().endswith('jython.exe'): + # Use wrapper exe for Jython on Windows + return executable + return '/usr/bin/env %s' % executable + + def _build_shebang(self, executable, post_interp): + """ + Build a shebang line. In the simple case (on Windows, or a shebang line + which is not too long or contains spaces) use a simple formulation for + the shebang. Otherwise, use /bin/sh as the executable, with a contrived + shebang which allows the script to run either under Python or sh, using + suitable quoting. Thanks to Harald Nordgren for his input. + + See also: http://www.in-ulm.de/~mascheck/various/shebang/#length + https://hg.mozilla.org/mozilla-central/file/tip/mach + """ + if os.name != 'posix': + simple_shebang = True + else: + # Add 3 for '#!' prefix and newline suffix. + shebang_length = len(executable) + len(post_interp) + 3 + if sys.platform == 'darwin': + max_shebang_length = 512 + else: + max_shebang_length = 127 + simple_shebang = ((b' ' not in executable) and + (shebang_length <= max_shebang_length)) + + if simple_shebang: + result = b'#!' + executable + post_interp + b'\n' + else: + result = b'#!/bin/sh\n' + result += b"'''exec' " + executable + post_interp + b' "$0" "$@"\n' + result += b"' '''" + return result + + def _get_shebang(self, encoding, post_interp=b'', options=None): + enquote = True + if self.executable: + executable = self.executable + enquote = False # assume this will be taken care of + elif not sysconfig.is_python_build(): + executable = get_executable() + elif in_venv(): # pragma: no cover + executable = os.path.join(sysconfig.get_path('scripts'), + 'python%s' % sysconfig.get_config_var('EXE')) + else: # pragma: no cover + executable = os.path.join( + sysconfig.get_config_var('BINDIR'), + 'python%s%s' % (sysconfig.get_config_var('VERSION'), + sysconfig.get_config_var('EXE'))) + if not os.path.isfile(executable): + # for Python builds from source on Windows, no Python executables with + # a version suffix are created, so we use python.exe + executable = os.path.join(sysconfig.get_config_var('BINDIR'), + 'python%s' % (sysconfig.get_config_var('EXE'))) + if options: + executable = self._get_alternate_executable(executable, options) + + if sys.platform.startswith('java'): # pragma: no cover + executable = self._fix_jython_executable(executable) + + # Normalise case for Windows - COMMENTED OUT + # executable = os.path.normcase(executable) + # N.B. The normalising operation above has been commented out: See + # issue #124. Although paths in Windows are generally case-insensitive, + # they aren't always. For example, a path containing a ẞ (which is a + # LATIN CAPITAL LETTER SHARP S - U+1E9E) is normcased to ß (which is a + # LATIN SMALL LETTER SHARP S' - U+00DF). The two are not considered by + # Windows as equivalent in path names. + + # If the user didn't specify an executable, it may be necessary to + # cater for executable paths with spaces (not uncommon on Windows) + if enquote: + executable = enquote_executable(executable) + # Issue #51: don't use fsencode, since we later try to + # check that the shebang is decodable using utf-8. + executable = executable.encode('utf-8') + # in case of IronPython, play safe and enable frames support + if (sys.platform == 'cli' and '-X:Frames' not in post_interp + and '-X:FullFrames' not in post_interp): # pragma: no cover + post_interp += b' -X:Frames' + shebang = self._build_shebang(executable, post_interp) + # Python parser starts to read a script using UTF-8 until + # it gets a #coding:xxx cookie. The shebang has to be the + # first line of a file, the #coding:xxx cookie cannot be + # written before. So the shebang has to be decodable from + # UTF-8. + try: + shebang.decode('utf-8') + except UnicodeDecodeError: # pragma: no cover + raise ValueError( + 'The shebang (%r) is not decodable from utf-8' % shebang) + # If the script is encoded to a custom encoding (use a + # #coding:xxx cookie), the shebang has to be decodable from + # the script encoding too. + if encoding != 'utf-8': + try: + shebang.decode(encoding) + except UnicodeDecodeError: # pragma: no cover + raise ValueError( + 'The shebang (%r) is not decodable ' + 'from the script encoding (%r)' % (shebang, encoding)) + return shebang + + def _get_script_text(self, entry): + return self.script_template % dict(module=entry.prefix, + import_name=entry.suffix.split('.')[0], + func=entry.suffix) + + manifest = _DEFAULT_MANIFEST + + def get_manifest(self, exename): + base = os.path.basename(exename) + return self.manifest % base + + def _write_script(self, names, shebang, script_bytes, filenames, ext): + use_launcher = self.add_launchers and self._is_nt + linesep = os.linesep.encode('utf-8') + if not shebang.endswith(linesep): + shebang += linesep + if not use_launcher: + script_bytes = shebang + script_bytes + else: # pragma: no cover + if ext == 'py': + launcher = self._get_launcher('t') + else: + launcher = self._get_launcher('w') + stream = BytesIO() + with ZipFile(stream, 'w') as zf: + zf.writestr('__main__.py', script_bytes) + zip_data = stream.getvalue() + script_bytes = launcher + shebang + zip_data + for name in names: + outname = os.path.join(self.target_dir, name) + if use_launcher: # pragma: no cover + n, e = os.path.splitext(outname) + if e.startswith('.py'): + outname = n + outname = '%s.exe' % outname + try: + self._fileop.write_binary_file(outname, script_bytes) + except Exception: + # Failed writing an executable - it might be in use. + logger.warning('Failed to write executable - trying to ' + 'use .deleteme logic') + dfname = '%s.deleteme' % outname + if os.path.exists(dfname): + os.remove(dfname) # Not allowed to fail here + os.rename(outname, dfname) # nor here + self._fileop.write_binary_file(outname, script_bytes) + logger.debug('Able to replace executable using ' + '.deleteme logic') + try: + os.remove(dfname) + except Exception: + pass # still in use - ignore error + else: + if self._is_nt and not outname.endswith('.' + ext): # pragma: no cover + outname = '%s.%s' % (outname, ext) + if os.path.exists(outname) and not self.clobber: + logger.warning('Skipping existing file %s', outname) + continue + self._fileop.write_binary_file(outname, script_bytes) + if self.set_mode: + self._fileop.set_executable_mode([outname]) + filenames.append(outname) + + variant_separator = '-' + + def get_script_filenames(self, name): + result = set() + if '' in self.variants: + result.add(name) + if 'X' in self.variants: + result.add('%s%s' % (name, self.version_info[0])) + if 'X.Y' in self.variants: + result.add('%s%s%s.%s' % (name, self.variant_separator, + self.version_info[0], self.version_info[1])) + return result + + def _make_script(self, entry, filenames, options=None): + post_interp = b'' + if options: + args = options.get('interpreter_args', []) + if args: + args = ' %s' % ' '.join(args) + post_interp = args.encode('utf-8') + shebang = self._get_shebang('utf-8', post_interp, options=options) + script = self._get_script_text(entry).encode('utf-8') + scriptnames = self.get_script_filenames(entry.name) + if options and options.get('gui', False): + ext = 'pyw' + else: + ext = 'py' + self._write_script(scriptnames, shebang, script, filenames, ext) + + def _copy_script(self, script, filenames): + adjust = False + script = os.path.join(self.source_dir, convert_path(script)) + outname = os.path.join(self.target_dir, os.path.basename(script)) + if not self.force and not self._fileop.newer(script, outname): + logger.debug('not copying %s (up-to-date)', script) + return + + # Always open the file, but ignore failures in dry-run mode -- + # that way, we'll get accurate feedback if we can read the + # script. + try: + f = open(script, 'rb') + except IOError: # pragma: no cover + if not self.dry_run: + raise + f = None + else: + first_line = f.readline() + if not first_line: # pragma: no cover + logger.warning('%s is an empty file (skipping)', script) + return + + match = FIRST_LINE_RE.match(first_line.replace(b'\r\n', b'\n')) + if match: + adjust = True + post_interp = match.group(1) or b'' + + if not adjust: + if f: + f.close() + self._fileop.copy_file(script, outname) + if self.set_mode: + self._fileop.set_executable_mode([outname]) + filenames.append(outname) + else: + logger.info('copying and adjusting %s -> %s', script, + self.target_dir) + if not self._fileop.dry_run: + encoding, lines = detect_encoding(f.readline) + f.seek(0) + shebang = self._get_shebang(encoding, post_interp) + if b'pythonw' in first_line: # pragma: no cover + ext = 'pyw' + else: + ext = 'py' + n = os.path.basename(outname) + self._write_script([n], shebang, f.read(), filenames, ext) + if f: + f.close() + + @property + def dry_run(self): + return self._fileop.dry_run + + @dry_run.setter + def dry_run(self, value): + self._fileop.dry_run = value + + if os.name == 'nt' or (os.name == 'java' and os._name == 'nt'): # pragma: no cover + # Executable launcher support. + # Launchers are from https://bitbucket.org/vinay.sajip/simple_launcher/ + + def _get_launcher(self, kind): + if struct.calcsize('P') == 8: # 64-bit + bits = '64' + else: + bits = '32' + platform_suffix = '-arm' if get_platform() == 'win-arm64' else '' + name = '%s%s%s.exe' % (kind, bits, platform_suffix) + # Issue 31: don't hardcode an absolute package name, but + # determine it relative to the current package + distlib_package = __name__.rsplit('.', 1)[0] + resource = finder(distlib_package).find(name) + if not resource: + msg = ('Unable to find resource %s in package %s' % (name, + distlib_package)) + raise ValueError(msg) + return resource.bytes + + # Public API follows + + def make(self, specification, options=None): + """ + Make a script. + + :param specification: The specification, which is either a valid export + entry specification (to make a script from a + callable) or a filename (to make a script by + copying from a source location). + :param options: A dictionary of options controlling script generation. + :return: A list of all absolute pathnames written to. + """ + filenames = [] + entry = get_export_entry(specification) + if entry is None: + self._copy_script(specification, filenames) + else: + self._make_script(entry, filenames, options=options) + return filenames + + def make_multiple(self, specifications, options=None): + """ + Take a list of specifications and make scripts from them, + :param specifications: A list of specifications. + :return: A list of all absolute pathnames written to, + """ + filenames = [] + for specification in specifications: + filenames.extend(self.make(specification, options)) + return filenames diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/t32.exe b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/t32.exe new file mode 100644 index 0000000000000000000000000000000000000000..8932a18e4596952373a38c60b81b7116d4ef9ee8 GIT binary patch literal 96768 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 F{{j_Hb~FG0 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/t64-arm.exe b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/t64-arm.exe new file mode 100644 index 0000000000000000000000000000000000000000..c5df4869da5ee0970ef4f652d967caa80d5ec63d GIT binary patch literal 180736 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�=7K@@+*KjCK2bkM{rnwW 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/t64.exe b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/t64.exe new file mode 100644 index 0000000000000000000000000000000000000000..325b8057c08cf7113d4fd889991fa5638d443793 GIT binary patch literal 105984 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

    ^h^N4aZyJe%k(7BL*-gn=9``8`j0CuR45%cHI z_uuQ8!-|TEvJ}r=zF@%uKc8U@W1eNxUymJ(e45Tb6KDNieQcKe?L-gR8zZj^wFmi= z{5sAxrfP3BOZz~T$3h=Gi%jFg1%D>!6t*l^`zH2G#1PiYtvOBSI#q&y?8qN57P^LA zq9U)rQU+*y!XEgsGMCJM7yWOS+9lW~^axz>9gyv{Pu^qsBg%ZkfzkaN`$zV#>=oFn zwANnf4&g*eu~pAMC~1dl8FZ-^aeQgZ7=osPU=58@oke z55pen;eU@Z`iL!`$;1-VA&$VF4gN7ttU>relx5d-_x=|95B47HeeiYJZ$$38(ddJH zcrW3>{OR2@KF^H}gAbdZDX=AzyZHSizB_(9`v&$-69)D4WBjSaY@YVD`kl8;nl#Cu z5h1U}Tp}-l|Nde9w|3Pc@Aps8-X~fh_EGq!b-~*$a&nv>05-_n;)z{t+vW|PpX{Oj zKE#i|Gsq9Jhpor%Fqiu6y5}jjnz?*$b)h|UO;3NGd-k|9?ZqeVXL!9~vaIO0E8bVb zejzv5ZG0}~1A7{a3!hob11v4ihxvzh!S5>3I?4E~N9+^m8@sHve^M+wb{f3t2VUsD z*C*C&;z_`=&t~mbE@mHC`k7cGl3rKU9U84p?fzGxTg1q z)-Ai@eQSs49?#VDZ(BQ5_sXt#*VAn)X1Lk5l>kvHP6SDZX>#ITM7@`jxR;sQ>OG+Pe$CuXbGOdj zGq+|zTtQMnhk{-O{R=KF7*}vZ!OVhr1xpLo6l^NkTCk^}W?@_*Z|>hH7&o`>+{q8j zm_Kv=-1+n7FPgt}{>u4l=C7T3KtbFEnHc+rVzeuEi5hE<2hHiD6S}>D5l co{tw5U0O7=?|={2,3}|[~!]=)\s*') +MARKER_OP = re.compile(r'^((<=?)|(>=?)|={2,3}|[~!]=|in|not\s+in)\s*') +OR = re.compile(r'^or\b\s*') +AND = re.compile(r'^and\b\s*') +NON_SPACE = re.compile(r'(\S+)\s*') +STRING_CHUNK = re.compile(r'([\s\w\.{}()*+#:;,/?!~`@$%^&=|<>\[\]-]+)') + + +def parse_marker(marker_string): + """ + Parse a marker string and return a dictionary containing a marker expression. + + The dictionary will contain keys "op", "lhs" and "rhs" for non-terminals in + the expression grammar, or strings. A string contained in quotes is to be + interpreted as a literal string, and a string not contained in quotes is a + variable (such as os_name). + """ + def marker_var(remaining): + # either identifier, or literal string + m = IDENTIFIER.match(remaining) + if m: + result = m.groups()[0] + remaining = remaining[m.end():] + elif not remaining: + raise SyntaxError('unexpected end of input') + else: + q = remaining[0] + if q not in '\'"': + raise SyntaxError('invalid expression: %s' % remaining) + oq = '\'"'.replace(q, '') + remaining = remaining[1:] + parts = [q] + while remaining: + # either a string chunk, or oq, or q to terminate + if remaining[0] == q: + break + elif remaining[0] == oq: + parts.append(oq) + remaining = remaining[1:] + else: + m = STRING_CHUNK.match(remaining) + if not m: + raise SyntaxError('error in string literal: %s' % remaining) + parts.append(m.groups()[0]) + remaining = remaining[m.end():] + else: + s = ''.join(parts) + raise SyntaxError('unterminated string: %s' % s) + parts.append(q) + result = ''.join(parts) + remaining = remaining[1:].lstrip() # skip past closing quote + return result, remaining + + def marker_expr(remaining): + if remaining and remaining[0] == '(': + result, remaining = marker(remaining[1:].lstrip()) + if remaining[0] != ')': + raise SyntaxError('unterminated parenthesis: %s' % remaining) + remaining = remaining[1:].lstrip() + else: + lhs, remaining = marker_var(remaining) + while remaining: + m = MARKER_OP.match(remaining) + if not m: + break + op = m.groups()[0] + remaining = remaining[m.end():] + rhs, remaining = marker_var(remaining) + lhs = {'op': op, 'lhs': lhs, 'rhs': rhs} + result = lhs + return result, remaining + + def marker_and(remaining): + lhs, remaining = marker_expr(remaining) + while remaining: + m = AND.match(remaining) + if not m: + break + remaining = remaining[m.end():] + rhs, remaining = marker_expr(remaining) + lhs = {'op': 'and', 'lhs': lhs, 'rhs': rhs} + return lhs, remaining + + def marker(remaining): + lhs, remaining = marker_and(remaining) + while remaining: + m = OR.match(remaining) + if not m: + break + remaining = remaining[m.end():] + rhs, remaining = marker_and(remaining) + lhs = {'op': 'or', 'lhs': lhs, 'rhs': rhs} + return lhs, remaining + + return marker(marker_string) + + +def parse_requirement(req): + """ + Parse a requirement passed in as a string. Return a Container + whose attributes contain the various parts of the requirement. + """ + remaining = req.strip() + if not remaining or remaining.startswith('#'): + return None + m = IDENTIFIER.match(remaining) + if not m: + raise SyntaxError('name expected: %s' % remaining) + distname = m.groups()[0] + remaining = remaining[m.end():] + extras = mark_expr = versions = uri = None + if remaining and remaining[0] == '[': + i = remaining.find(']', 1) + if i < 0: + raise SyntaxError('unterminated extra: %s' % remaining) + s = remaining[1:i] + remaining = remaining[i + 1:].lstrip() + extras = [] + while s: + m = IDENTIFIER.match(s) + if not m: + raise SyntaxError('malformed extra: %s' % s) + extras.append(m.groups()[0]) + s = s[m.end():] + if not s: + break + if s[0] != ',': + raise SyntaxError('comma expected in extras: %s' % s) + s = s[1:].lstrip() + if not extras: + extras = None + if remaining: + if remaining[0] == '@': + # it's a URI + remaining = remaining[1:].lstrip() + m = NON_SPACE.match(remaining) + if not m: + raise SyntaxError('invalid URI: %s' % remaining) + uri = m.groups()[0] + t = urlparse(uri) + # there are issues with Python and URL parsing, so this test + # is a bit crude. See bpo-20271, bpo-23505. Python doesn't + # always parse invalid URLs correctly - it should raise + # exceptions for malformed URLs + if not (t.scheme and t.netloc): + raise SyntaxError('Invalid URL: %s' % uri) + remaining = remaining[m.end():].lstrip() + else: + + def get_versions(ver_remaining): + """ + Return a list of operator, version tuples if any are + specified, else None. + """ + m = COMPARE_OP.match(ver_remaining) + versions = None + if m: + versions = [] + while True: + op = m.groups()[0] + ver_remaining = ver_remaining[m.end():] + m = VERSION_IDENTIFIER.match(ver_remaining) + if not m: + raise SyntaxError('invalid version: %s' % ver_remaining) + v = m.groups()[0] + versions.append((op, v)) + ver_remaining = ver_remaining[m.end():] + if not ver_remaining or ver_remaining[0] != ',': + break + ver_remaining = ver_remaining[1:].lstrip() + # Some packages have a trailing comma which would break things + # See issue #148 + if not ver_remaining: + break + m = COMPARE_OP.match(ver_remaining) + if not m: + raise SyntaxError('invalid constraint: %s' % ver_remaining) + if not versions: + versions = None + return versions, ver_remaining + + if remaining[0] != '(': + versions, remaining = get_versions(remaining) + else: + i = remaining.find(')', 1) + if i < 0: + raise SyntaxError('unterminated parenthesis: %s' % remaining) + s = remaining[1:i] + remaining = remaining[i + 1:].lstrip() + # As a special diversion from PEP 508, allow a version number + # a.b.c in parentheses as a synonym for ~= a.b.c (because this + # is allowed in earlier PEPs) + if COMPARE_OP.match(s): + versions, _ = get_versions(s) + else: + m = VERSION_IDENTIFIER.match(s) + if not m: + raise SyntaxError('invalid constraint: %s' % s) + v = m.groups()[0] + s = s[m.end():].lstrip() + if s: + raise SyntaxError('invalid constraint: %s' % s) + versions = [('~=', v)] + + if remaining: + if remaining[0] != ';': + raise SyntaxError('invalid requirement: %s' % remaining) + remaining = remaining[1:].lstrip() + + mark_expr, remaining = parse_marker(remaining) + + if remaining and remaining[0] != '#': + raise SyntaxError('unexpected trailing data: %s' % remaining) + + if not versions: + rs = distname + else: + rs = '%s %s' % (distname, ', '.join(['%s %s' % con for con in versions])) + return Container(name=distname, extras=extras, constraints=versions, + marker=mark_expr, url=uri, requirement=rs) + + +def get_resources_dests(resources_root, rules): + """Find destinations for resources files""" + + def get_rel_path(root, path): + # normalizes and returns a lstripped-/-separated path + root = root.replace(os.path.sep, '/') + path = path.replace(os.path.sep, '/') + assert path.startswith(root) + return path[len(root):].lstrip('/') + + destinations = {} + for base, suffix, dest in rules: + prefix = os.path.join(resources_root, base) + for abs_base in iglob(prefix): + abs_glob = os.path.join(abs_base, suffix) + for abs_path in iglob(abs_glob): + resource_file = get_rel_path(resources_root, abs_path) + if dest is None: # remove the entry if it was here + destinations.pop(resource_file, None) + else: + rel_path = get_rel_path(abs_base, abs_path) + rel_dest = dest.replace(os.path.sep, '/').rstrip('/') + destinations[resource_file] = rel_dest + '/' + rel_path + return destinations + + +def in_venv(): + if hasattr(sys, 'real_prefix'): + # virtualenv venvs + result = True + else: + # PEP 405 venvs + result = sys.prefix != getattr(sys, 'base_prefix', sys.prefix) + return result + + +def get_executable(): +# The __PYVENV_LAUNCHER__ dance is apparently no longer needed, as +# changes to the stub launcher mean that sys.executable always points +# to the stub on OS X +# if sys.platform == 'darwin' and ('__PYVENV_LAUNCHER__' +# in os.environ): +# result = os.environ['__PYVENV_LAUNCHER__'] +# else: +# result = sys.executable +# return result + # Avoid normcasing: see issue #143 + # result = os.path.normcase(sys.executable) + result = sys.executable + if not isinstance(result, text_type): + result = fsdecode(result) + return result + + +def proceed(prompt, allowed_chars, error_prompt=None, default=None): + p = prompt + while True: + s = raw_input(p) + p = prompt + if not s and default: + s = default + if s: + c = s[0].lower() + if c in allowed_chars: + break + if error_prompt: + p = '%c: %s\n%s' % (c, error_prompt, prompt) + return c + + +def extract_by_key(d, keys): + if isinstance(keys, string_types): + keys = keys.split() + result = {} + for key in keys: + if key in d: + result[key] = d[key] + return result + +def read_exports(stream): + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getreader('utf-8')(stream) + # Try to load as JSON, falling back on legacy format + data = stream.read() + stream = StringIO(data) + try: + jdata = json.load(stream) + result = jdata['extensions']['python.exports']['exports'] + for group, entries in result.items(): + for k, v in entries.items(): + s = '%s = %s' % (k, v) + entry = get_export_entry(s) + assert entry is not None + entries[k] = entry + return result + except Exception: + stream.seek(0, 0) + + def read_stream(cp, stream): + if hasattr(cp, 'read_file'): + cp.read_file(stream) + else: + cp.readfp(stream) + + cp = configparser.ConfigParser() + try: + read_stream(cp, stream) + except configparser.MissingSectionHeaderError: + stream.close() + data = textwrap.dedent(data) + stream = StringIO(data) + read_stream(cp, stream) + + result = {} + for key in cp.sections(): + result[key] = entries = {} + for name, value in cp.items(key): + s = '%s = %s' % (name, value) + entry = get_export_entry(s) + assert entry is not None + #entry.dist = self + entries[name] = entry + return result + + +def write_exports(exports, stream): + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getwriter('utf-8')(stream) + cp = configparser.ConfigParser() + for k, v in exports.items(): + # TODO check k, v for valid values + cp.add_section(k) + for entry in v.values(): + if entry.suffix is None: + s = entry.prefix + else: + s = '%s:%s' % (entry.prefix, entry.suffix) + if entry.flags: + s = '%s [%s]' % (s, ', '.join(entry.flags)) + cp.set(k, entry.name, s) + cp.write(stream) + + +@contextlib.contextmanager +def tempdir(): + td = tempfile.mkdtemp() + try: + yield td + finally: + shutil.rmtree(td) + +@contextlib.contextmanager +def chdir(d): + cwd = os.getcwd() + try: + os.chdir(d) + yield + finally: + os.chdir(cwd) + + +@contextlib.contextmanager +def socket_timeout(seconds=15): + cto = socket.getdefaulttimeout() + try: + socket.setdefaulttimeout(seconds) + yield + finally: + socket.setdefaulttimeout(cto) + + +class cached_property(object): + def __init__(self, func): + self.func = func + #for attr in ('__name__', '__module__', '__doc__'): + # setattr(self, attr, getattr(func, attr, None)) + + def __get__(self, obj, cls=None): + if obj is None: + return self + value = self.func(obj) + object.__setattr__(obj, self.func.__name__, value) + #obj.__dict__[self.func.__name__] = value = self.func(obj) + return value + +def convert_path(pathname): + """Return 'pathname' as a name that will work on the native filesystem. + + The path is split on '/' and put back together again using the current + directory separator. Needed because filenames in the setup script are + always supplied in Unix style, and have to be converted to the local + convention before we can actually use them in the filesystem. Raises + ValueError on non-Unix-ish systems if 'pathname' either starts or + ends with a slash. + """ + if os.sep == '/': + return pathname + if not pathname: + return pathname + if pathname[0] == '/': + raise ValueError("path '%s' cannot be absolute" % pathname) + if pathname[-1] == '/': + raise ValueError("path '%s' cannot end with '/'" % pathname) + + paths = pathname.split('/') + while os.curdir in paths: + paths.remove(os.curdir) + if not paths: + return os.curdir + return os.path.join(*paths) + + +class FileOperator(object): + def __init__(self, dry_run=False): + self.dry_run = dry_run + self.ensured = set() + self._init_record() + + def _init_record(self): + self.record = False + self.files_written = set() + self.dirs_created = set() + + def record_as_written(self, path): + if self.record: + self.files_written.add(path) + + def newer(self, source, target): + """Tell if the target is newer than the source. + + Returns true if 'source' exists and is more recently modified than + 'target', or if 'source' exists and 'target' doesn't. + + Returns false if both exist and 'target' is the same age or younger + than 'source'. Raise PackagingFileError if 'source' does not exist. + + Note that this test is not very accurate: files created in the same + second will have the same "age". + """ + if not os.path.exists(source): + raise DistlibException("file '%r' does not exist" % + os.path.abspath(source)) + if not os.path.exists(target): + return True + + return os.stat(source).st_mtime > os.stat(target).st_mtime + + def copy_file(self, infile, outfile, check=True): + """Copy a file respecting dry-run and force flags. + """ + self.ensure_dir(os.path.dirname(outfile)) + logger.info('Copying %s to %s', infile, outfile) + if not self.dry_run: + msg = None + if check: + if os.path.islink(outfile): + msg = '%s is a symlink' % outfile + elif os.path.exists(outfile) and not os.path.isfile(outfile): + msg = '%s is a non-regular file' % outfile + if msg: + raise ValueError(msg + ' which would be overwritten') + shutil.copyfile(infile, outfile) + self.record_as_written(outfile) + + def copy_stream(self, instream, outfile, encoding=None): + assert not os.path.isdir(outfile) + self.ensure_dir(os.path.dirname(outfile)) + logger.info('Copying stream %s to %s', instream, outfile) + if not self.dry_run: + if encoding is None: + outstream = open(outfile, 'wb') + else: + outstream = codecs.open(outfile, 'w', encoding=encoding) + try: + shutil.copyfileobj(instream, outstream) + finally: + outstream.close() + self.record_as_written(outfile) + + def write_binary_file(self, path, data): + self.ensure_dir(os.path.dirname(path)) + if not self.dry_run: + if os.path.exists(path): + os.remove(path) + with open(path, 'wb') as f: + f.write(data) + self.record_as_written(path) + + def write_text_file(self, path, data, encoding): + self.write_binary_file(path, data.encode(encoding)) + + def set_mode(self, bits, mask, files): + if os.name == 'posix' or (os.name == 'java' and os._name == 'posix'): + # Set the executable bits (owner, group, and world) on + # all the files specified. + for f in files: + if self.dry_run: + logger.info("changing mode of %s", f) + else: + mode = (os.stat(f).st_mode | bits) & mask + logger.info("changing mode of %s to %o", f, mode) + os.chmod(f, mode) + + set_executable_mode = lambda s, f: s.set_mode(0o555, 0o7777, f) + + def ensure_dir(self, path): + path = os.path.abspath(path) + if path not in self.ensured and not os.path.exists(path): + self.ensured.add(path) + d, f = os.path.split(path) + self.ensure_dir(d) + logger.info('Creating %s' % path) + if not self.dry_run: + os.mkdir(path) + if self.record: + self.dirs_created.add(path) + + def byte_compile(self, path, optimize=False, force=False, prefix=None, hashed_invalidation=False): + dpath = cache_from_source(path, not optimize) + logger.info('Byte-compiling %s to %s', path, dpath) + if not self.dry_run: + if force or self.newer(path, dpath): + if not prefix: + diagpath = None + else: + assert path.startswith(prefix) + diagpath = path[len(prefix):] + compile_kwargs = {} + if hashed_invalidation and hasattr(py_compile, 'PycInvalidationMode'): + compile_kwargs['invalidation_mode'] = py_compile.PycInvalidationMode.CHECKED_HASH + py_compile.compile(path, dpath, diagpath, True, **compile_kwargs) # raise error + self.record_as_written(dpath) + return dpath + + def ensure_removed(self, path): + if os.path.exists(path): + if os.path.isdir(path) and not os.path.islink(path): + logger.debug('Removing directory tree at %s', path) + if not self.dry_run: + shutil.rmtree(path) + if self.record: + if path in self.dirs_created: + self.dirs_created.remove(path) + else: + if os.path.islink(path): + s = 'link' + else: + s = 'file' + logger.debug('Removing %s %s', s, path) + if not self.dry_run: + os.remove(path) + if self.record: + if path in self.files_written: + self.files_written.remove(path) + + def is_writable(self, path): + result = False + while not result: + if os.path.exists(path): + result = os.access(path, os.W_OK) + break + parent = os.path.dirname(path) + if parent == path: + break + path = parent + return result + + def commit(self): + """ + Commit recorded changes, turn off recording, return + changes. + """ + assert self.record + result = self.files_written, self.dirs_created + self._init_record() + return result + + def rollback(self): + if not self.dry_run: + for f in list(self.files_written): + if os.path.exists(f): + os.remove(f) + # dirs should all be empty now, except perhaps for + # __pycache__ subdirs + # reverse so that subdirs appear before their parents + dirs = sorted(self.dirs_created, reverse=True) + for d in dirs: + flist = os.listdir(d) + if flist: + assert flist == ['__pycache__'] + sd = os.path.join(d, flist[0]) + os.rmdir(sd) + os.rmdir(d) # should fail if non-empty + self._init_record() + +def resolve(module_name, dotted_path): + if module_name in sys.modules: + mod = sys.modules[module_name] + else: + mod = __import__(module_name) + if dotted_path is None: + result = mod + else: + parts = dotted_path.split('.') + result = getattr(mod, parts.pop(0)) + for p in parts: + result = getattr(result, p) + return result + + +class ExportEntry(object): + def __init__(self, name, prefix, suffix, flags): + self.name = name + self.prefix = prefix + self.suffix = suffix + self.flags = flags + + @cached_property + def value(self): + return resolve(self.prefix, self.suffix) + + def __repr__(self): # pragma: no cover + return '' % (self.name, self.prefix, + self.suffix, self.flags) + + def __eq__(self, other): + if not isinstance(other, ExportEntry): + result = False + else: + result = (self.name == other.name and + self.prefix == other.prefix and + self.suffix == other.suffix and + self.flags == other.flags) + return result + + __hash__ = object.__hash__ + + +ENTRY_RE = re.compile(r'''(?P(\w|[-.+])+) + \s*=\s*(?P(\w+)([:\.]\w+)*) + \s*(\[\s*(?P[\w-]+(=\w+)?(,\s*\w+(=\w+)?)*)\s*\])? + ''', re.VERBOSE) + +def get_export_entry(specification): + m = ENTRY_RE.search(specification) + if not m: + result = None + if '[' in specification or ']' in specification: + raise DistlibException("Invalid specification " + "'%s'" % specification) + else: + d = m.groupdict() + name = d['name'] + path = d['callable'] + colons = path.count(':') + if colons == 0: + prefix, suffix = path, None + else: + if colons != 1: + raise DistlibException("Invalid specification " + "'%s'" % specification) + prefix, suffix = path.split(':') + flags = d['flags'] + if flags is None: + if '[' in specification or ']' in specification: + raise DistlibException("Invalid specification " + "'%s'" % specification) + flags = [] + else: + flags = [f.strip() for f in flags.split(',')] + result = ExportEntry(name, prefix, suffix, flags) + return result + + +def get_cache_base(suffix=None): + """ + Return the default base location for distlib caches. If the directory does + not exist, it is created. Use the suffix provided for the base directory, + and default to '.distlib' if it isn't provided. + + On Windows, if LOCALAPPDATA is defined in the environment, then it is + assumed to be a directory, and will be the parent directory of the result. + On POSIX, and on Windows if LOCALAPPDATA is not defined, the user's home + directory - using os.expanduser('~') - will be the parent directory of + the result. + + The result is just the directory '.distlib' in the parent directory as + determined above, or with the name specified with ``suffix``. + """ + if suffix is None: + suffix = '.distlib' + if os.name == 'nt' and 'LOCALAPPDATA' in os.environ: + result = os.path.expandvars('$localappdata') + else: + # Assume posix, or old Windows + result = os.path.expanduser('~') + # we use 'isdir' instead of 'exists', because we want to + # fail if there's a file with that name + if os.path.isdir(result): + usable = os.access(result, os.W_OK) + if not usable: + logger.warning('Directory exists but is not writable: %s', result) + else: + try: + os.makedirs(result) + usable = True + except OSError: + logger.warning('Unable to create %s', result, exc_info=True) + usable = False + if not usable: + result = tempfile.mkdtemp() + logger.warning('Default location unusable, using %s', result) + return os.path.join(result, suffix) + + +def path_to_cache_dir(path): + """ + Convert an absolute path to a directory name for use in a cache. + + The algorithm used is: + + #. On Windows, any ``':'`` in the drive is replaced with ``'---'``. + #. Any occurrence of ``os.sep`` is replaced with ``'--'``. + #. ``'.cache'`` is appended. + """ + d, p = os.path.splitdrive(os.path.abspath(path)) + if d: + d = d.replace(':', '---') + p = p.replace(os.sep, '--') + return d + p + '.cache' + + +def ensure_slash(s): + if not s.endswith('/'): + return s + '/' + return s + + +def parse_credentials(netloc): + username = password = None + if '@' in netloc: + prefix, netloc = netloc.rsplit('@', 1) + if ':' not in prefix: + username = prefix + else: + username, password = prefix.split(':', 1) + if username: + username = unquote(username) + if password: + password = unquote(password) + return username, password, netloc + + +def get_process_umask(): + result = os.umask(0o22) + os.umask(result) + return result + +def is_string_sequence(seq): + result = True + i = None + for i, s in enumerate(seq): + if not isinstance(s, string_types): + result = False + break + assert i is not None + return result + +PROJECT_NAME_AND_VERSION = re.compile('([a-z0-9_]+([.-][a-z_][a-z0-9_]*)*)-' + '([a-z0-9_.+-]+)', re.I) +PYTHON_VERSION = re.compile(r'-py(\d\.?\d?)') + + +def split_filename(filename, project_name=None): + """ + Extract name, version, python version from a filename (no extension) + + Return name, version, pyver or None + """ + result = None + pyver = None + filename = unquote(filename).replace(' ', '-') + m = PYTHON_VERSION.search(filename) + if m: + pyver = m.group(1) + filename = filename[:m.start()] + if project_name and len(filename) > len(project_name) + 1: + m = re.match(re.escape(project_name) + r'\b', filename) + if m: + n = m.end() + result = filename[:n], filename[n + 1:], pyver + if result is None: + m = PROJECT_NAME_AND_VERSION.match(filename) + if m: + result = m.group(1), m.group(3), pyver + return result + +# Allow spaces in name because of legacy dists like "Twisted Core" +NAME_VERSION_RE = re.compile(r'(?P[\w .-]+)\s*' + r'\(\s*(?P[^\s)]+)\)$') + +def parse_name_and_version(p): + """ + A utility method used to get name and version from a string. + + From e.g. a Provides-Dist value. + + :param p: A value in a form 'foo (1.0)' + :return: The name and version as a tuple. + """ + m = NAME_VERSION_RE.match(p) + if not m: + raise DistlibException('Ill-formed name/version string: \'%s\'' % p) + d = m.groupdict() + return d['name'].strip().lower(), d['ver'] + +def get_extras(requested, available): + result = set() + requested = set(requested or []) + available = set(available or []) + if '*' in requested: + requested.remove('*') + result |= available + for r in requested: + if r == '-': + result.add(r) + elif r.startswith('-'): + unwanted = r[1:] + if unwanted not in available: + logger.warning('undeclared extra: %s' % unwanted) + if unwanted in result: + result.remove(unwanted) + else: + if r not in available: + logger.warning('undeclared extra: %s' % r) + result.add(r) + return result +# +# Extended metadata functionality +# + +def _get_external_data(url): + result = {} + try: + # urlopen might fail if it runs into redirections, + # because of Python issue #13696. Fixed in locators + # using a custom redirect handler. + resp = urlopen(url) + headers = resp.info() + ct = headers.get('Content-Type') + if not ct.startswith('application/json'): + logger.debug('Unexpected response for JSON request: %s', ct) + else: + reader = codecs.getreader('utf-8')(resp) + #data = reader.read().decode('utf-8') + #result = json.loads(data) + result = json.load(reader) + except Exception as e: + logger.exception('Failed to get external data for %s: %s', url, e) + return result + +_external_data_base_url = 'https://www.red-dove.com/pypi/projects/' + +def get_project_data(name): + url = '%s/%s/project.json' % (name[0].upper(), name) + url = urljoin(_external_data_base_url, url) + result = _get_external_data(url) + return result + +def get_package_data(name, version): + url = '%s/%s/package-%s.json' % (name[0].upper(), name, version) + url = urljoin(_external_data_base_url, url) + return _get_external_data(url) + + +class Cache(object): + """ + A class implementing a cache for resources that need to live in the file system + e.g. shared libraries. This class was moved from resources to here because it + could be used by other modules, e.g. the wheel module. + """ + + def __init__(self, base): + """ + Initialise an instance. + + :param base: The base directory where the cache should be located. + """ + # we use 'isdir' instead of 'exists', because we want to + # fail if there's a file with that name + if not os.path.isdir(base): # pragma: no cover + os.makedirs(base) + if (os.stat(base).st_mode & 0o77) != 0: + logger.warning('Directory \'%s\' is not private', base) + self.base = os.path.abspath(os.path.normpath(base)) + + def prefix_to_dir(self, prefix): + """ + Converts a resource prefix to a directory name in the cache. + """ + return path_to_cache_dir(prefix) + + def clear(self): + """ + Clear the cache. + """ + not_removed = [] + for fn in os.listdir(self.base): + fn = os.path.join(self.base, fn) + try: + if os.path.islink(fn) or os.path.isfile(fn): + os.remove(fn) + elif os.path.isdir(fn): + shutil.rmtree(fn) + except Exception: + not_removed.append(fn) + return not_removed + + +class EventMixin(object): + """ + A very simple publish/subscribe system. + """ + def __init__(self): + self._subscribers = {} + + def add(self, event, subscriber, append=True): + """ + Add a subscriber for an event. + + :param event: The name of an event. + :param subscriber: The subscriber to be added (and called when the + event is published). + :param append: Whether to append or prepend the subscriber to an + existing subscriber list for the event. + """ + subs = self._subscribers + if event not in subs: + subs[event] = deque([subscriber]) + else: + sq = subs[event] + if append: + sq.append(subscriber) + else: + sq.appendleft(subscriber) + + def remove(self, event, subscriber): + """ + Remove a subscriber for an event. + + :param event: The name of an event. + :param subscriber: The subscriber to be removed. + """ + subs = self._subscribers + if event not in subs: + raise ValueError('No subscribers: %r' % event) + subs[event].remove(subscriber) + + def get_subscribers(self, event): + """ + Return an iterator for the subscribers for an event. + :param event: The event to return subscribers for. + """ + return iter(self._subscribers.get(event, ())) + + def publish(self, event, *args, **kwargs): + """ + Publish a event and return a list of values returned by its + subscribers. + + :param event: The event to publish. + :param args: The positional arguments to pass to the event's + subscribers. + :param kwargs: The keyword arguments to pass to the event's + subscribers. + """ + result = [] + for subscriber in self.get_subscribers(event): + try: + value = subscriber(event, *args, **kwargs) + except Exception: + logger.exception('Exception during event publication') + value = None + result.append(value) + logger.debug('publish %s: args = %s, kwargs = %s, result = %s', + event, args, kwargs, result) + return result + +# +# Simple sequencing +# +class Sequencer(object): + def __init__(self): + self._preds = {} + self._succs = {} + self._nodes = set() # nodes with no preds/succs + + def add_node(self, node): + self._nodes.add(node) + + def remove_node(self, node, edges=False): + if node in self._nodes: + self._nodes.remove(node) + if edges: + for p in set(self._preds.get(node, ())): + self.remove(p, node) + for s in set(self._succs.get(node, ())): + self.remove(node, s) + # Remove empties + for k, v in list(self._preds.items()): + if not v: + del self._preds[k] + for k, v in list(self._succs.items()): + if not v: + del self._succs[k] + + def add(self, pred, succ): + assert pred != succ + self._preds.setdefault(succ, set()).add(pred) + self._succs.setdefault(pred, set()).add(succ) + + def remove(self, pred, succ): + assert pred != succ + try: + preds = self._preds[succ] + succs = self._succs[pred] + except KeyError: # pragma: no cover + raise ValueError('%r not a successor of anything' % succ) + try: + preds.remove(pred) + succs.remove(succ) + except KeyError: # pragma: no cover + raise ValueError('%r not a successor of %r' % (succ, pred)) + + def is_step(self, step): + return (step in self._preds or step in self._succs or + step in self._nodes) + + def get_steps(self, final): + if not self.is_step(final): + raise ValueError('Unknown: %r' % final) + result = [] + todo = [] + seen = set() + todo.append(final) + while todo: + step = todo.pop(0) + if step in seen: + # if a step was already seen, + # move it to the end (so it will appear earlier + # when reversed on return) ... but not for the + # final step, as that would be confusing for + # users + if step != final: + result.remove(step) + result.append(step) + else: + seen.add(step) + result.append(step) + preds = self._preds.get(step, ()) + todo.extend(preds) + return reversed(result) + + @property + def strong_connections(self): + #http://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm + index_counter = [0] + stack = [] + lowlinks = {} + index = {} + result = [] + + graph = self._succs + + def strongconnect(node): + # set the depth index for this node to the smallest unused index + index[node] = index_counter[0] + lowlinks[node] = index_counter[0] + index_counter[0] += 1 + stack.append(node) + + # Consider successors + try: + successors = graph[node] + except Exception: + successors = [] + for successor in successors: + if successor not in lowlinks: + # Successor has not yet been visited + strongconnect(successor) + lowlinks[node] = min(lowlinks[node],lowlinks[successor]) + elif successor in stack: + # the successor is in the stack and hence in the current + # strongly connected component (SCC) + lowlinks[node] = min(lowlinks[node],index[successor]) + + # If `node` is a root node, pop the stack and generate an SCC + if lowlinks[node] == index[node]: + connected_component = [] + + while True: + successor = stack.pop() + connected_component.append(successor) + if successor == node: break + component = tuple(connected_component) + # storing the result + result.append(component) + + for node in graph: + if node not in lowlinks: + strongconnect(node) + + return result + + @property + def dot(self): + result = ['digraph G {'] + for succ in self._preds: + preds = self._preds[succ] + for pred in preds: + result.append(' %s -> %s;' % (pred, succ)) + for node in self._nodes: + result.append(' %s;' % node) + result.append('}') + return '\n'.join(result) + +# +# Unarchiving functionality for zip, tar, tgz, tbz, whl +# + +ARCHIVE_EXTENSIONS = ('.tar.gz', '.tar.bz2', '.tar', '.zip', + '.tgz', '.tbz', '.whl') + +def unarchive(archive_filename, dest_dir, format=None, check=True): + + def check_path(path): + if not isinstance(path, text_type): + path = path.decode('utf-8') + p = os.path.abspath(os.path.join(dest_dir, path)) + if not p.startswith(dest_dir) or p[plen] != os.sep: + raise ValueError('path outside destination: %r' % p) + + dest_dir = os.path.abspath(dest_dir) + plen = len(dest_dir) + archive = None + if format is None: + if archive_filename.endswith(('.zip', '.whl')): + format = 'zip' + elif archive_filename.endswith(('.tar.gz', '.tgz')): + format = 'tgz' + mode = 'r:gz' + elif archive_filename.endswith(('.tar.bz2', '.tbz')): + format = 'tbz' + mode = 'r:bz2' + elif archive_filename.endswith('.tar'): + format = 'tar' + mode = 'r' + else: # pragma: no cover + raise ValueError('Unknown format for %r' % archive_filename) + try: + if format == 'zip': + archive = ZipFile(archive_filename, 'r') + if check: + names = archive.namelist() + for name in names: + check_path(name) + else: + archive = tarfile.open(archive_filename, mode) + if check: + names = archive.getnames() + for name in names: + check_path(name) + if format != 'zip' and sys.version_info[0] < 3: + # See Python issue 17153. If the dest path contains Unicode, + # tarfile extraction fails on Python 2.x if a member path name + # contains non-ASCII characters - it leads to an implicit + # bytes -> unicode conversion using ASCII to decode. + for tarinfo in archive.getmembers(): + if not isinstance(tarinfo.name, text_type): + tarinfo.name = tarinfo.name.decode('utf-8') + archive.extractall(dest_dir) + + finally: + if archive: + archive.close() + + +def zip_dir(directory): + """zip a directory tree into a BytesIO object""" + result = io.BytesIO() + dlen = len(directory) + with ZipFile(result, "w") as zf: + for root, dirs, files in os.walk(directory): + for name in files: + full = os.path.join(root, name) + rel = root[dlen:] + dest = os.path.join(rel, name) + zf.write(full, dest) + return result + +# +# Simple progress bar +# + +UNITS = ('', 'K', 'M', 'G','T','P') + + +class Progress(object): + unknown = 'UNKNOWN' + + def __init__(self, minval=0, maxval=100): + assert maxval is None or maxval >= minval + self.min = self.cur = minval + self.max = maxval + self.started = None + self.elapsed = 0 + self.done = False + + def update(self, curval): + assert self.min <= curval + assert self.max is None or curval <= self.max + self.cur = curval + now = time.time() + if self.started is None: + self.started = now + else: + self.elapsed = now - self.started + + def increment(self, incr): + assert incr >= 0 + self.update(self.cur + incr) + + def start(self): + self.update(self.min) + return self + + def stop(self): + if self.max is not None: + self.update(self.max) + self.done = True + + @property + def maximum(self): + return self.unknown if self.max is None else self.max + + @property + def percentage(self): + if self.done: + result = '100 %' + elif self.max is None: + result = ' ?? %' + else: + v = 100.0 * (self.cur - self.min) / (self.max - self.min) + result = '%3d %%' % v + return result + + def format_duration(self, duration): + if (duration <= 0) and self.max is None or self.cur == self.min: + result = '??:??:??' + #elif duration < 1: + # result = '--:--:--' + else: + result = time.strftime('%H:%M:%S', time.gmtime(duration)) + return result + + @property + def ETA(self): + if self.done: + prefix = 'Done' + t = self.elapsed + #import pdb; pdb.set_trace() + else: + prefix = 'ETA ' + if self.max is None: + t = -1 + elif self.elapsed == 0 or (self.cur == self.min): + t = 0 + else: + #import pdb; pdb.set_trace() + t = float(self.max - self.min) + t /= self.cur - self.min + t = (t - 1) * self.elapsed + return '%s: %s' % (prefix, self.format_duration(t)) + + @property + def speed(self): + if self.elapsed == 0: + result = 0.0 + else: + result = (self.cur - self.min) / self.elapsed + for unit in UNITS: + if result < 1000: + break + result /= 1000.0 + return '%d %sB/s' % (result, unit) + +# +# Glob functionality +# + +RICH_GLOB = re.compile(r'\{([^}]*)\}') +_CHECK_RECURSIVE_GLOB = re.compile(r'[^/\\,{]\*\*|\*\*[^/\\,}]') +_CHECK_MISMATCH_SET = re.compile(r'^[^{]*\}|\{[^}]*$') + + +def iglob(path_glob): + """Extended globbing function that supports ** and {opt1,opt2,opt3}.""" + if _CHECK_RECURSIVE_GLOB.search(path_glob): + msg = """invalid glob %r: recursive glob "**" must be used alone""" + raise ValueError(msg % path_glob) + if _CHECK_MISMATCH_SET.search(path_glob): + msg = """invalid glob %r: mismatching set marker '{' or '}'""" + raise ValueError(msg % path_glob) + return _iglob(path_glob) + + +def _iglob(path_glob): + rich_path_glob = RICH_GLOB.split(path_glob, 1) + if len(rich_path_glob) > 1: + assert len(rich_path_glob) == 3, rich_path_glob + prefix, set, suffix = rich_path_glob + for item in set.split(','): + for path in _iglob(''.join((prefix, item, suffix))): + yield path + else: + if '**' not in path_glob: + for item in std_iglob(path_glob): + yield item + else: + prefix, radical = path_glob.split('**', 1) + if prefix == '': + prefix = '.' + if radical == '': + radical = '*' + else: + # we support both + radical = radical.lstrip('/') + radical = radical.lstrip('\\') + for path, dir, files in os.walk(prefix): + path = os.path.normpath(path) + for fn in _iglob(os.path.join(path, radical)): + yield fn + +if ssl: + from .compat import (HTTPSHandler as BaseHTTPSHandler, match_hostname, + CertificateError) + + +# +# HTTPSConnection which verifies certificates/matches domains +# + + class HTTPSConnection(httplib.HTTPSConnection): + ca_certs = None # set this to the path to the certs file (.pem) + check_domain = True # only used if ca_certs is not None + + # noinspection PyPropertyAccess + def connect(self): + sock = socket.create_connection((self.host, self.port), self.timeout) + if getattr(self, '_tunnel_host', False): + self.sock = sock + self._tunnel() + + if not hasattr(ssl, 'SSLContext'): + # For 2.x + if self.ca_certs: + cert_reqs = ssl.CERT_REQUIRED + else: + cert_reqs = ssl.CERT_NONE + self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file, + cert_reqs=cert_reqs, + ssl_version=ssl.PROTOCOL_SSLv23, + ca_certs=self.ca_certs) + else: # pragma: no cover + context = ssl.SSLContext(ssl.PROTOCOL_SSLv23) + if hasattr(ssl, 'OP_NO_SSLv2'): + context.options |= ssl.OP_NO_SSLv2 + if self.cert_file: + context.load_cert_chain(self.cert_file, self.key_file) + kwargs = {} + if self.ca_certs: + context.verify_mode = ssl.CERT_REQUIRED + context.load_verify_locations(cafile=self.ca_certs) + if getattr(ssl, 'HAS_SNI', False): + kwargs['server_hostname'] = self.host + self.sock = context.wrap_socket(sock, **kwargs) + if self.ca_certs and self.check_domain: + try: + match_hostname(self.sock.getpeercert(), self.host) + logger.debug('Host verified: %s', self.host) + except CertificateError: # pragma: no cover + self.sock.shutdown(socket.SHUT_RDWR) + self.sock.close() + raise + + class HTTPSHandler(BaseHTTPSHandler): + def __init__(self, ca_certs, check_domain=True): + BaseHTTPSHandler.__init__(self) + self.ca_certs = ca_certs + self.check_domain = check_domain + + def _conn_maker(self, *args, **kwargs): + """ + This is called to create a connection instance. Normally you'd + pass a connection class to do_open, but it doesn't actually check for + a class, and just expects a callable. As long as we behave just as a + constructor would have, we should be OK. If it ever changes so that + we *must* pass a class, we'll create an UnsafeHTTPSConnection class + which just sets check_domain to False in the class definition, and + choose which one to pass to do_open. + """ + result = HTTPSConnection(*args, **kwargs) + if self.ca_certs: + result.ca_certs = self.ca_certs + result.check_domain = self.check_domain + return result + + def https_open(self, req): + try: + return self.do_open(self._conn_maker, req) + except URLError as e: + if 'certificate verify failed' in str(e.reason): + raise CertificateError('Unable to verify server certificate ' + 'for %s' % req.host) + else: + raise + + # + # To prevent against mixing HTTP traffic with HTTPS (examples: A Man-In-The- + # Middle proxy using HTTP listens on port 443, or an index mistakenly serves + # HTML containing a http://xyz link when it should be https://xyz), + # you can use the following handler class, which does not allow HTTP traffic. + # + # It works by inheriting from HTTPHandler - so build_opener won't add a + # handler for HTTP itself. + # + class HTTPSOnlyHandler(HTTPSHandler, HTTPHandler): + def http_open(self, req): + raise URLError('Unexpected HTTP request on what should be a secure ' + 'connection: %s' % req) + +# +# XML-RPC with timeouts +# + +_ver_info = sys.version_info[:2] + +if _ver_info == (2, 6): + class HTTP(httplib.HTTP): + def __init__(self, host='', port=None, **kwargs): + if port == 0: # 0 means use port 0, not the default port + port = None + self._setup(self._connection_class(host, port, **kwargs)) + + + if ssl: + class HTTPS(httplib.HTTPS): + def __init__(self, host='', port=None, **kwargs): + if port == 0: # 0 means use port 0, not the default port + port = None + self._setup(self._connection_class(host, port, **kwargs)) + + +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 _ver_info == (2, 6): + result = HTTP(h, timeout=self.timeout) + else: + if not self._connection or host != self._connection[0]: + self._extra_headers = eh + self._connection = host, httplib.HTTPConnection(h) + result = self._connection[1] + return result + +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 _ver_info == (2, 6): + result = HTTPS(host, None, **kwargs) + else: + if not self._connection or host != self._connection[0]: + self._extra_headers = eh + self._connection = host, httplib.HTTPSConnection(h, None, + **kwargs) + result = self._connection[1] + return result + + +class ServerProxy(xmlrpclib.ServerProxy): + def __init__(self, uri, **kwargs): + self.timeout = timeout = kwargs.pop('timeout', None) + # The above classes only come into play if a timeout + # is specified + if timeout is not None: + # scheme = splittype(uri) # deprecated as of Python 3.8 + scheme = urlparse(uri)[0] + use_datetime = kwargs.get('use_datetime', 0) + if scheme == 'https': + tcls = SafeTransport + else: + tcls = Transport + kwargs['transport'] = t = tcls(timeout, use_datetime=use_datetime) + self.transport = t + xmlrpclib.ServerProxy.__init__(self, uri, **kwargs) + +# +# CSV functionality. This is provided because on 2.x, the csv module can't +# handle Unicode. However, we need to deal with Unicode in e.g. RECORD files. +# + +def _csv_open(fn, mode, **kwargs): + if sys.version_info[0] < 3: + mode += 'b' + else: + kwargs['newline'] = '' + # Python 3 determines encoding from locale. Force 'utf-8' + # file encoding to match other forced utf-8 encoding + kwargs['encoding'] = 'utf-8' + return open(fn, mode, **kwargs) + + +class CSVBase(object): + defaults = { + 'delimiter': str(','), # The strs are used because we need native + 'quotechar': str('"'), # str in the csv API (2.x won't take + 'lineterminator': str('\n') # Unicode) + } + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.stream.close() + + +class CSVReader(CSVBase): + def __init__(self, **kwargs): + if 'stream' in kwargs: + stream = kwargs['stream'] + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getreader('utf-8')(stream) + self.stream = stream + else: + self.stream = _csv_open(kwargs['path'], 'r') + self.reader = csv.reader(self.stream, **self.defaults) + + def __iter__(self): + return self + + def next(self): + result = next(self.reader) + if sys.version_info[0] < 3: + for i, item in enumerate(result): + if not isinstance(item, text_type): + result[i] = item.decode('utf-8') + return result + + __next__ = next + +class CSVWriter(CSVBase): + def __init__(self, fn, **kwargs): + self.stream = _csv_open(fn, 'w') + self.writer = csv.writer(self.stream, **self.defaults) + + def writerow(self, row): + if sys.version_info[0] < 3: + r = [] + for item in row: + if isinstance(item, text_type): + item = item.encode('utf-8') + r.append(item) + row = r + self.writer.writerow(row) + +# +# Configurator functionality +# + +class Configurator(BaseConfigurator): + + value_converters = dict(BaseConfigurator.value_converters) + value_converters['inc'] = 'inc_convert' + + def __init__(self, config, base=None): + super(Configurator, self).__init__(config) + self.base = base or os.getcwd() + + def configure_custom(self, config): + def convert(o): + if isinstance(o, (list, tuple)): + result = type(o)([convert(i) for i in o]) + elif isinstance(o, dict): + if '()' in o: + result = self.configure_custom(o) + else: + result = {} + for k in o: + result[k] = convert(o[k]) + else: + result = self.convert(o) + return result + + c = config.pop('()') + if not callable(c): + c = self.resolve(c) + props = config.pop('.', None) + # Check for valid identifiers + args = config.pop('[]', ()) + if args: + args = tuple([convert(o) for o in args]) + items = [(k, convert(config[k])) for k in config if valid_ident(k)] + kwargs = dict(items) + result = c(*args, **kwargs) + if props: + for n, v in props.items(): + setattr(result, n, convert(v)) + return result + + def __getitem__(self, key): + result = self.config[key] + if isinstance(result, dict) and '()' in result: + self.config[key] = result = self.configure_custom(result) + return result + + def inc_convert(self, value): + """Default converter for the inc:// protocol.""" + if not os.path.isabs(value): + value = os.path.join(self.base, value) + with codecs.open(value, 'r', encoding='utf-8') as f: + result = json.load(f) + return result + + +class SubprocessMixin(object): + """ + Mixin for running subprocesses and capturing their output + """ + def __init__(self, verbose=False, progress=None): + self.verbose = verbose + self.progress = progress + + def reader(self, stream, context): + """ + Read lines from a subprocess' output stream and either pass to a progress + callable (if specified) or write progress information to sys.stderr. + """ + progress = self.progress + verbose = self.verbose + while True: + s = stream.readline() + if not s: + break + if progress is not None: + progress(s, context) + else: + if not verbose: + sys.stderr.write('.') + else: + sys.stderr.write(s.decode('utf-8')) + sys.stderr.flush() + stream.close() + + def run_command(self, cmd, **kwargs): + p = subprocess.Popen(cmd, stdout=subprocess.PIPE, + stderr=subprocess.PIPE, **kwargs) + t1 = threading.Thread(target=self.reader, args=(p.stdout, 'stdout')) + t1.start() + t2 = threading.Thread(target=self.reader, args=(p.stderr, 'stderr')) + t2.start() + p.wait() + t1.join() + t2.join() + if self.progress is not None: + self.progress('done.', 'main') + elif self.verbose: + sys.stderr.write('done.\n') + return p + + +def normalize_name(name): + """Normalize a python package name a la PEP 503""" + # https://www.python.org/dev/peps/pep-0503/#normalized-names + return re.sub('[-_.]+', '-', name).lower() + +# def _get_pypirc_command(): + # """ + # Get the distutils command for interacting with PyPI configurations. + # :return: the command. + # """ + # from distutils.core import Distribution + # from distutils.config import PyPIRCCommand + # d = Distribution() + # return PyPIRCCommand(d) + +class PyPIRCFile(object): + + DEFAULT_REPOSITORY = 'https://upload.pypi.org/legacy/' + DEFAULT_REALM = 'pypi' + + def __init__(self, fn=None, url=None): + if fn is None: + fn = os.path.join(os.path.expanduser('~'), '.pypirc') + self.filename = fn + self.url = url + + def read(self): + result = {} + + if os.path.exists(self.filename): + repository = self.url or self.DEFAULT_REPOSITORY + + config = configparser.RawConfigParser() + config.read(self.filename) + sections = config.sections() + if 'distutils' in sections: + # let's get the list of servers + index_servers = config.get('distutils', 'index-servers') + _servers = [server.strip() for server in + index_servers.split('\n') + if server.strip() != ''] + if _servers == []: + # nothing set, let's try to get the default pypi + if 'pypi' in sections: + _servers = ['pypi'] + else: + for server in _servers: + result = {'server': server} + result['username'] = config.get(server, 'username') + + # optional params + for key, default in (('repository', self.DEFAULT_REPOSITORY), + ('realm', self.DEFAULT_REALM), + ('password', None)): + if config.has_option(server, key): + result[key] = config.get(server, key) + else: + result[key] = default + + # work around people having "repository" for the "pypi" + # section of their config set to the HTTP (rather than + # HTTPS) URL + if (server == 'pypi' and + repository in (self.DEFAULT_REPOSITORY, 'pypi')): + result['repository'] = self.DEFAULT_REPOSITORY + elif (result['server'] != repository and + result['repository'] != repository): + result = {} + elif 'server-login' in sections: + # old format + server = 'server-login' + if config.has_option(server, 'repository'): + repository = config.get(server, 'repository') + else: + repository = self.DEFAULT_REPOSITORY + result = { + 'username': config.get(server, 'username'), + 'password': config.get(server, 'password'), + 'repository': repository, + 'server': server, + 'realm': self.DEFAULT_REALM + } + return result + + def update(self, username, password): + # import pdb; pdb.set_trace() + config = configparser.RawConfigParser() + fn = self.filename + config.read(fn) + if not config.has_section('pypi'): + config.add_section('pypi') + config.set('pypi', 'username', username) + config.set('pypi', 'password', password) + with open(fn, 'w') as f: + config.write(f) + +def _load_pypirc(index): + """ + Read the PyPI access configuration as supported by distutils. + """ + return PyPIRCFile(url=index.url).read() + +def _store_pypirc(index): + PyPIRCFile().update(index.username, index.password) + +# +# get_platform()/get_host_platform() copied from Python 3.10.a0 source, with some minor +# tweaks +# + +def get_host_platform(): + """Return a string that identifies the current platform. This is used mainly to + distinguish platform-specific build directories and platform-specific built + distributions. Typically includes the OS name and version and the + architecture (as supplied by 'os.uname()'), although the exact information + included depends on the OS; eg. on Linux, the kernel version isn't + particularly important. + + Examples of returned values: + linux-i586 + linux-alpha (?) + solaris-2.6-sun4u + + Windows will return one of: + win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc) + win32 (all others - specifically, sys.platform is returned) + + For other non-POSIX platforms, currently just returns 'sys.platform'. + + """ + if os.name == 'nt': + if 'amd64' in sys.version.lower(): + return 'win-amd64' + if '(arm)' in sys.version.lower(): + return 'win-arm32' + if '(arm64)' in sys.version.lower(): + return 'win-arm64' + return sys.platform + + # Set for cross builds explicitly + if "_PYTHON_HOST_PLATFORM" in os.environ: + return os.environ["_PYTHON_HOST_PLATFORM"] + + if os.name != 'posix' or not hasattr(os, 'uname'): + # XXX what about the architecture? NT is Intel or Alpha, + # Mac OS is M68k or PPC, etc. + return sys.platform + + # Try to distinguish various flavours of Unix + + (osname, host, release, version, machine) = os.uname() + + # Convert the OS name to lowercase, remove '/' characters, and translate + # spaces (for "Power Macintosh") + osname = osname.lower().replace('/', '') + machine = machine.replace(' ', '_').replace('/', '-') + + if osname[:5] == 'linux': + # At least on Linux/Intel, 'machine' is the processor -- + # i386, etc. + # XXX what about Alpha, SPARC, etc? + return "%s-%s" % (osname, machine) + + elif osname[:5] == 'sunos': + if release[0] >= '5': # SunOS 5 == Solaris 2 + osname = 'solaris' + release = '%d.%s' % (int(release[0]) - 3, release[2:]) + # We can't use 'platform.architecture()[0]' because a + # bootstrap problem. We use a dict to get an error + # if some suspicious happens. + bitness = {2147483647:'32bit', 9223372036854775807:'64bit'} + machine += '.%s' % bitness[sys.maxsize] + # fall through to standard osname-release-machine representation + elif osname[:3] == 'aix': + from _aix_support import aix_platform + return aix_platform() + elif osname[:6] == 'cygwin': + osname = 'cygwin' + rel_re = re.compile (r'[\d.]+', re.ASCII) + m = rel_re.match(release) + if m: + release = m.group() + elif osname[:6] == 'darwin': + import _osx_support, distutils.sysconfig + osname, release, machine = _osx_support.get_platform_osx( + distutils.sysconfig.get_config_vars(), + osname, release, machine) + + return '%s-%s-%s' % (osname, release, machine) + + +_TARGET_TO_PLAT = { + 'x86' : 'win32', + 'x64' : 'win-amd64', + 'arm' : 'win-arm32', +} + + +def get_platform(): + if os.name != 'nt': + return get_host_platform() + cross_compilation_target = os.environ.get('VSCMD_ARG_TGT_ARCH') + if cross_compilation_target not in _TARGET_TO_PLAT: + return get_host_platform() + return _TARGET_TO_PLAT[cross_compilation_target] diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/version.py b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/version.py new file mode 100644 index 000000000..c7c8bb6ff --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/version.py @@ -0,0 +1,739 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2017 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +""" +Implementation of a flexible versioning scheme providing support for PEP-440, +setuptools-compatible and semantic versioning. +""" + +import logging +import re + +from .compat import string_types +from .util import parse_requirement + +__all__ = ['NormalizedVersion', 'NormalizedMatcher', + 'LegacyVersion', 'LegacyMatcher', + 'SemanticVersion', 'SemanticMatcher', + 'UnsupportedVersionError', 'get_scheme'] + +logger = logging.getLogger(__name__) + + +class UnsupportedVersionError(ValueError): + """This is an unsupported version.""" + pass + + +class Version(object): + def __init__(self, s): + self._string = s = s.strip() + self._parts = parts = self.parse(s) + assert isinstance(parts, tuple) + assert len(parts) > 0 + + def parse(self, s): + raise NotImplementedError('please implement in a subclass') + + def _check_compatible(self, other): + if type(self) != type(other): + raise TypeError('cannot compare %r and %r' % (self, other)) + + def __eq__(self, other): + self._check_compatible(other) + return self._parts == other._parts + + def __ne__(self, other): + return not self.__eq__(other) + + def __lt__(self, other): + self._check_compatible(other) + return self._parts < other._parts + + def __gt__(self, other): + return not (self.__lt__(other) or self.__eq__(other)) + + def __le__(self, other): + return self.__lt__(other) or self.__eq__(other) + + def __ge__(self, other): + return self.__gt__(other) or self.__eq__(other) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + def __hash__(self): + return hash(self._parts) + + def __repr__(self): + return "%s('%s')" % (self.__class__.__name__, self._string) + + def __str__(self): + return self._string + + @property + def is_prerelease(self): + raise NotImplementedError('Please implement in subclasses.') + + +class Matcher(object): + version_class = None + + # value is either a callable or the name of a method + _operators = { + '<': lambda v, c, p: v < c, + '>': lambda v, c, p: v > c, + '<=': lambda v, c, p: v == c or v < c, + '>=': lambda v, c, p: v == c or v > c, + '==': lambda v, c, p: v == c, + '===': lambda v, c, p: v == c, + # by default, compatible => >=. + '~=': lambda v, c, p: v == c or v > c, + '!=': lambda v, c, p: v != c, + } + + # this is a method only to support alternative implementations + # via overriding + def parse_requirement(self, s): + return parse_requirement(s) + + def __init__(self, s): + if self.version_class is None: + raise ValueError('Please specify a version class') + self._string = s = s.strip() + r = self.parse_requirement(s) + if not r: + raise ValueError('Not valid: %r' % s) + self.name = r.name + self.key = self.name.lower() # for case-insensitive comparisons + clist = [] + if r.constraints: + # import pdb; pdb.set_trace() + for op, s in r.constraints: + if s.endswith('.*'): + if op not in ('==', '!='): + raise ValueError('\'.*\' not allowed for ' + '%r constraints' % op) + # Could be a partial version (e.g. for '2.*') which + # won't parse as a version, so keep it as a string + vn, prefix = s[:-2], True + # Just to check that vn is a valid version + self.version_class(vn) + else: + # Should parse as a version, so we can create an + # instance for the comparison + vn, prefix = self.version_class(s), False + clist.append((op, vn, prefix)) + self._parts = tuple(clist) + + def match(self, version): + """ + Check if the provided version matches the constraints. + + :param version: The version to match against this instance. + :type version: String or :class:`Version` instance. + """ + if isinstance(version, string_types): + version = self.version_class(version) + for operator, constraint, prefix in self._parts: + f = self._operators.get(operator) + if isinstance(f, string_types): + f = getattr(self, f) + if not f: + msg = ('%r not implemented ' + 'for %s' % (operator, self.__class__.__name__)) + raise NotImplementedError(msg) + if not f(version, constraint, prefix): + return False + return True + + @property + def exact_version(self): + result = None + if len(self._parts) == 1 and self._parts[0][0] in ('==', '==='): + result = self._parts[0][1] + return result + + def _check_compatible(self, other): + if type(self) != type(other) or self.name != other.name: + raise TypeError('cannot compare %s and %s' % (self, other)) + + def __eq__(self, other): + self._check_compatible(other) + return self.key == other.key and self._parts == other._parts + + def __ne__(self, other): + return not self.__eq__(other) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + def __hash__(self): + return hash(self.key) + hash(self._parts) + + def __repr__(self): + return "%s(%r)" % (self.__class__.__name__, self._string) + + def __str__(self): + return self._string + + +PEP440_VERSION_RE = re.compile(r'^v?(\d+!)?(\d+(\.\d+)*)((a|b|c|rc)(\d+))?' + r'(\.(post)(\d+))?(\.(dev)(\d+))?' + r'(\+([a-zA-Z\d]+(\.[a-zA-Z\d]+)?))?$') + + +def _pep_440_key(s): + s = s.strip() + m = PEP440_VERSION_RE.match(s) + if not m: + raise UnsupportedVersionError('Not a valid version: %s' % s) + groups = m.groups() + nums = tuple(int(v) for v in groups[1].split('.')) + while len(nums) > 1 and nums[-1] == 0: + nums = nums[:-1] + + if not groups[0]: + epoch = 0 + else: + epoch = int(groups[0][:-1]) + pre = groups[4:6] + post = groups[7:9] + dev = groups[10:12] + local = groups[13] + if pre == (None, None): + pre = () + else: + pre = pre[0], int(pre[1]) + if post == (None, None): + post = () + else: + post = post[0], int(post[1]) + if dev == (None, None): + dev = () + else: + dev = dev[0], int(dev[1]) + if local is None: + local = () + else: + parts = [] + for part in local.split('.'): + # to ensure that numeric compares as > lexicographic, avoid + # comparing them directly, but encode a tuple which ensures + # correct sorting + if part.isdigit(): + part = (1, int(part)) + else: + part = (0, part) + parts.append(part) + local = tuple(parts) + if not pre: + # either before pre-release, or final release and after + if not post and dev: + # before pre-release + pre = ('a', -1) # to sort before a0 + else: + pre = ('z',) # to sort after all pre-releases + # now look at the state of post and dev. + if not post: + post = ('_',) # sort before 'a' + if not dev: + dev = ('final',) + + #print('%s -> %s' % (s, m.groups())) + return epoch, nums, pre, post, dev, local + + +_normalized_key = _pep_440_key + + +class NormalizedVersion(Version): + """A rational version. + + Good: + 1.2 # equivalent to "1.2.0" + 1.2.0 + 1.2a1 + 1.2.3a2 + 1.2.3b1 + 1.2.3c1 + 1.2.3.4 + TODO: fill this out + + Bad: + 1 # minimum two numbers + 1.2a # release level must have a release serial + 1.2.3b + """ + def parse(self, s): + result = _normalized_key(s) + # _normalized_key loses trailing zeroes in the release + # clause, since that's needed to ensure that X.Y == X.Y.0 == X.Y.0.0 + # However, PEP 440 prefix matching needs it: for example, + # (~= 1.4.5.0) matches differently to (~= 1.4.5.0.0). + m = PEP440_VERSION_RE.match(s) # must succeed + groups = m.groups() + self._release_clause = tuple(int(v) for v in groups[1].split('.')) + return result + + PREREL_TAGS = set(['a', 'b', 'c', 'rc', 'dev']) + + @property + def is_prerelease(self): + return any(t[0] in self.PREREL_TAGS for t in self._parts if t) + + +def _match_prefix(x, y): + x = str(x) + y = str(y) + if x == y: + return True + if not x.startswith(y): + return False + n = len(y) + return x[n] == '.' + + +class NormalizedMatcher(Matcher): + version_class = NormalizedVersion + + # value is either a callable or the name of a method + _operators = { + '~=': '_match_compatible', + '<': '_match_lt', + '>': '_match_gt', + '<=': '_match_le', + '>=': '_match_ge', + '==': '_match_eq', + '===': '_match_arbitrary', + '!=': '_match_ne', + } + + def _adjust_local(self, version, constraint, prefix): + if prefix: + strip_local = '+' not in constraint and version._parts[-1] + else: + # both constraint and version are + # NormalizedVersion instances. + # If constraint does not have a local component, + # ensure the version doesn't, either. + strip_local = not constraint._parts[-1] and version._parts[-1] + if strip_local: + s = version._string.split('+', 1)[0] + version = self.version_class(s) + return version, constraint + + def _match_lt(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version >= constraint: + return False + release_clause = constraint._release_clause + pfx = '.'.join([str(i) for i in release_clause]) + return not _match_prefix(version, pfx) + + def _match_gt(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version <= constraint: + return False + release_clause = constraint._release_clause + pfx = '.'.join([str(i) for i in release_clause]) + return not _match_prefix(version, pfx) + + def _match_le(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + return version <= constraint + + def _match_ge(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + return version >= constraint + + def _match_eq(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if not prefix: + result = (version == constraint) + else: + result = _match_prefix(version, constraint) + return result + + def _match_arbitrary(self, version, constraint, prefix): + return str(version) == str(constraint) + + def _match_ne(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if not prefix: + result = (version != constraint) + else: + result = not _match_prefix(version, constraint) + return result + + def _match_compatible(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version == constraint: + return True + if version < constraint: + return False +# if not prefix: +# return True + release_clause = constraint._release_clause + if len(release_clause) > 1: + release_clause = release_clause[:-1] + pfx = '.'.join([str(i) for i in release_clause]) + return _match_prefix(version, pfx) + +_REPLACEMENTS = ( + (re.compile('[.+-]$'), ''), # remove trailing puncts + (re.compile(r'^[.](\d)'), r'0.\1'), # .N -> 0.N at start + (re.compile('^[.-]'), ''), # remove leading puncts + (re.compile(r'^\((.*)\)$'), r'\1'), # remove parentheses + (re.compile(r'^v(ersion)?\s*(\d+)'), r'\2'), # remove leading v(ersion) + (re.compile(r'^r(ev)?\s*(\d+)'), r'\2'), # remove leading v(ersion) + (re.compile('[.]{2,}'), '.'), # multiple runs of '.' + (re.compile(r'\b(alfa|apha)\b'), 'alpha'), # misspelt alpha + (re.compile(r'\b(pre-alpha|prealpha)\b'), + 'pre.alpha'), # standardise + (re.compile(r'\(beta\)$'), 'beta'), # remove parentheses +) + +_SUFFIX_REPLACEMENTS = ( + (re.compile('^[:~._+-]+'), ''), # remove leading puncts + (re.compile('[,*")([\\]]'), ''), # remove unwanted chars + (re.compile('[~:+_ -]'), '.'), # replace illegal chars + (re.compile('[.]{2,}'), '.'), # multiple runs of '.' + (re.compile(r'\.$'), ''), # trailing '.' +) + +_NUMERIC_PREFIX = re.compile(r'(\d+(\.\d+)*)') + + +def _suggest_semantic_version(s): + """ + Try to suggest a semantic form for a version for which + _suggest_normalized_version couldn't come up with anything. + """ + result = s.strip().lower() + for pat, repl in _REPLACEMENTS: + result = pat.sub(repl, result) + if not result: + result = '0.0.0' + + # Now look for numeric prefix, and separate it out from + # the rest. + #import pdb; pdb.set_trace() + m = _NUMERIC_PREFIX.match(result) + if not m: + prefix = '0.0.0' + suffix = result + else: + prefix = m.groups()[0].split('.') + prefix = [int(i) for i in prefix] + while len(prefix) < 3: + prefix.append(0) + if len(prefix) == 3: + suffix = result[m.end():] + else: + suffix = '.'.join([str(i) for i in prefix[3:]]) + result[m.end():] + prefix = prefix[:3] + prefix = '.'.join([str(i) for i in prefix]) + suffix = suffix.strip() + if suffix: + #import pdb; pdb.set_trace() + # massage the suffix. + for pat, repl in _SUFFIX_REPLACEMENTS: + suffix = pat.sub(repl, suffix) + + if not suffix: + result = prefix + else: + sep = '-' if 'dev' in suffix else '+' + result = prefix + sep + suffix + if not is_semver(result): + result = None + return result + + +def _suggest_normalized_version(s): + """Suggest a normalized version close to the given version string. + + If you have a version string that isn't rational (i.e. NormalizedVersion + doesn't like it) then you might be able to get an equivalent (or close) + rational version from this function. + + This does a number of simple normalizations to the given string, based + on observation of versions currently in use on PyPI. Given a dump of + those version during PyCon 2009, 4287 of them: + - 2312 (53.93%) match NormalizedVersion without change + with the automatic suggestion + - 3474 (81.04%) match when using this suggestion method + + @param s {str} An irrational version string. + @returns A rational version string, or None, if couldn't determine one. + """ + try: + _normalized_key(s) + return s # already rational + except UnsupportedVersionError: + pass + + rs = s.lower() + + # part of this could use maketrans + for orig, repl in (('-alpha', 'a'), ('-beta', 'b'), ('alpha', 'a'), + ('beta', 'b'), ('rc', 'c'), ('-final', ''), + ('-pre', 'c'), + ('-release', ''), ('.release', ''), ('-stable', ''), + ('+', '.'), ('_', '.'), (' ', ''), ('.final', ''), + ('final', '')): + rs = rs.replace(orig, repl) + + # if something ends with dev or pre, we add a 0 + rs = re.sub(r"pre$", r"pre0", rs) + rs = re.sub(r"dev$", r"dev0", rs) + + # if we have something like "b-2" or "a.2" at the end of the + # version, that is probably beta, alpha, etc + # let's remove the dash or dot + rs = re.sub(r"([abc]|rc)[\-\.](\d+)$", r"\1\2", rs) + + # 1.0-dev-r371 -> 1.0.dev371 + # 0.1-dev-r79 -> 0.1.dev79 + rs = re.sub(r"[\-\.](dev)[\-\.]?r?(\d+)$", r".\1\2", rs) + + # Clean: 2.0.a.3, 2.0.b1, 0.9.0~c1 + rs = re.sub(r"[.~]?([abc])\.?", r"\1", rs) + + # Clean: v0.3, v1.0 + if rs.startswith('v'): + rs = rs[1:] + + # Clean leading '0's on numbers. + #TODO: unintended side-effect on, e.g., "2003.05.09" + # PyPI stats: 77 (~2%) better + rs = re.sub(r"\b0+(\d+)(?!\d)", r"\1", rs) + + # Clean a/b/c with no version. E.g. "1.0a" -> "1.0a0". Setuptools infers + # zero. + # PyPI stats: 245 (7.56%) better + rs = re.sub(r"(\d+[abc])$", r"\g<1>0", rs) + + # the 'dev-rNNN' tag is a dev tag + rs = re.sub(r"\.?(dev-r|dev\.r)\.?(\d+)$", r".dev\2", rs) + + # clean the - when used as a pre delimiter + rs = re.sub(r"-(a|b|c)(\d+)$", r"\1\2", rs) + + # a terminal "dev" or "devel" can be changed into ".dev0" + rs = re.sub(r"[\.\-](dev|devel)$", r".dev0", rs) + + # a terminal "dev" can be changed into ".dev0" + rs = re.sub(r"(?![\.\-])dev$", r".dev0", rs) + + # a terminal "final" or "stable" can be removed + rs = re.sub(r"(final|stable)$", "", rs) + + # The 'r' and the '-' tags are post release tags + # 0.4a1.r10 -> 0.4a1.post10 + # 0.9.33-17222 -> 0.9.33.post17222 + # 0.9.33-r17222 -> 0.9.33.post17222 + rs = re.sub(r"\.?(r|-|-r)\.?(\d+)$", r".post\2", rs) + + # Clean 'r' instead of 'dev' usage: + # 0.9.33+r17222 -> 0.9.33.dev17222 + # 1.0dev123 -> 1.0.dev123 + # 1.0.git123 -> 1.0.dev123 + # 1.0.bzr123 -> 1.0.dev123 + # 0.1a0dev.123 -> 0.1a0.dev123 + # PyPI stats: ~150 (~4%) better + rs = re.sub(r"\.?(dev|git|bzr)\.?(\d+)$", r".dev\2", rs) + + # Clean '.pre' (normalized from '-pre' above) instead of 'c' usage: + # 0.2.pre1 -> 0.2c1 + # 0.2-c1 -> 0.2c1 + # 1.0preview123 -> 1.0c123 + # PyPI stats: ~21 (0.62%) better + rs = re.sub(r"\.?(pre|preview|-c)(\d+)$", r"c\g<2>", rs) + + # Tcl/Tk uses "px" for their post release markers + rs = re.sub(r"p(\d+)$", r".post\1", rs) + + try: + _normalized_key(rs) + except UnsupportedVersionError: + rs = None + return rs + +# +# Legacy version processing (distribute-compatible) +# + +_VERSION_PART = re.compile(r'([a-z]+|\d+|[\.-])', re.I) +_VERSION_REPLACE = { + 'pre': 'c', + 'preview': 'c', + '-': 'final-', + 'rc': 'c', + 'dev': '@', + '': None, + '.': None, +} + + +def _legacy_key(s): + def get_parts(s): + result = [] + for p in _VERSION_PART.split(s.lower()): + p = _VERSION_REPLACE.get(p, p) + if p: + if '0' <= p[:1] <= '9': + p = p.zfill(8) + else: + p = '*' + p + result.append(p) + result.append('*final') + return result + + result = [] + for p in get_parts(s): + if p.startswith('*'): + if p < '*final': + while result and result[-1] == '*final-': + result.pop() + while result and result[-1] == '00000000': + result.pop() + result.append(p) + return tuple(result) + + +class LegacyVersion(Version): + def parse(self, s): + return _legacy_key(s) + + @property + def is_prerelease(self): + result = False + for x in self._parts: + if (isinstance(x, string_types) and x.startswith('*') and + x < '*final'): + result = True + break + return result + + +class LegacyMatcher(Matcher): + version_class = LegacyVersion + + _operators = dict(Matcher._operators) + _operators['~='] = '_match_compatible' + + numeric_re = re.compile(r'^(\d+(\.\d+)*)') + + def _match_compatible(self, version, constraint, prefix): + if version < constraint: + return False + m = self.numeric_re.match(str(constraint)) + if not m: + logger.warning('Cannot compute compatible match for version %s ' + ' and constraint %s', version, constraint) + return True + s = m.groups()[0] + if '.' in s: + s = s.rsplit('.', 1)[0] + return _match_prefix(version, s) + +# +# Semantic versioning +# + +_SEMVER_RE = re.compile(r'^(\d+)\.(\d+)\.(\d+)' + r'(-[a-z0-9]+(\.[a-z0-9-]+)*)?' + r'(\+[a-z0-9]+(\.[a-z0-9-]+)*)?$', re.I) + + +def is_semver(s): + return _SEMVER_RE.match(s) + + +def _semantic_key(s): + def make_tuple(s, absent): + if s is None: + result = (absent,) + else: + parts = s[1:].split('.') + # We can't compare ints and strings on Python 3, so fudge it + # by zero-filling numeric values so simulate a numeric comparison + result = tuple([p.zfill(8) if p.isdigit() else p for p in parts]) + return result + + m = is_semver(s) + if not m: + raise UnsupportedVersionError(s) + groups = m.groups() + major, minor, patch = [int(i) for i in groups[:3]] + # choose the '|' and '*' so that versions sort correctly + pre, build = make_tuple(groups[3], '|'), make_tuple(groups[5], '*') + return (major, minor, patch), pre, build + + +class SemanticVersion(Version): + def parse(self, s): + return _semantic_key(s) + + @property + def is_prerelease(self): + return self._parts[1][0] != '|' + + +class SemanticMatcher(Matcher): + version_class = SemanticVersion + + +class VersionScheme(object): + def __init__(self, key, matcher, suggester=None): + self.key = key + self.matcher = matcher + self.suggester = suggester + + def is_valid_version(self, s): + try: + self.matcher.version_class(s) + result = True + except UnsupportedVersionError: + result = False + return result + + def is_valid_matcher(self, s): + try: + self.matcher(s) + result = True + except UnsupportedVersionError: + result = False + return result + + def is_valid_constraint_list(self, s): + """ + Used for processing some metadata fields + """ + # See issue #140. Be tolerant of a single trailing comma. + if s.endswith(','): + s = s[:-1] + return self.is_valid_matcher('dummy_name (%s)' % s) + + def suggest(self, s): + if self.suggester is None: + result = None + else: + result = self.suggester(s) + return result + +_SCHEMES = { + 'normalized': VersionScheme(_normalized_key, NormalizedMatcher, + _suggest_normalized_version), + 'legacy': VersionScheme(_legacy_key, LegacyMatcher, lambda self, s: s), + 'semantic': VersionScheme(_semantic_key, SemanticMatcher, + _suggest_semantic_version), +} + +_SCHEMES['default'] = _SCHEMES['normalized'] + + +def get_scheme(name): + if name not in _SCHEMES: + raise ValueError('unknown scheme name: %r' % name) + return _SCHEMES[name] diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/w32.exe b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/w32.exe new file mode 100644 index 0000000000000000000000000000000000000000..e6439e9e45897365d5ac6a85a46864c158a225fd GIT binary patch literal 90112 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�gPVRVBXt_FM7e4<}XM;HRH{62JZSn^<*L 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 OB+yBqlfeHwf&T)jA)JE% literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/w64-arm.exe b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/w64-arm.exe new file mode 100644 index 0000000000000000000000000000000000000000..70a2ec2685231fe363cbc6e9109fd4e8a09f6db4 GIT binary patch literal 166400 zcmeFa34B!7efNFtj3n-8VbQ|oMI*dqB(P)5s@RD}!cK%Cb`f&cwg_;V5!kT>CPsD= zNsy$26{if~xWVZou#;9&lGctPwVDNi`?SI&se#0C)25cdP9)?cV8Cc>W4+(sU8Io^ zj@zcs`*}a_qt9n_?>+Y{|MTC^|19@|AKPkz#+WpIgM-FA%~gL<=l|RPn`jv`zVIK$ zn?0c)7d>q){c%xstag3)o^^MBa^1?i!mC$)>Qi^$8(#H^@VX733fF!reA8{q!*|_% z$0x4M$;rIZt9tb(uRZ*(jOZr+H|MTJo3G+|&RsWee#*Jtw0RcS4eM{-oaS6_+C1O6 zF4}yp^S*rZ46g6WDBo1Ub=&&N%~w0ueVcTBSH{ns>$de3PI^`C>X_QPSkM0GW@GMX z&oHeui&y%2PMR4eD=_{tvxyF0&X2#yZ2nDjZlg|$?gPeT=pTRn)tuy6$mK6!YMT5) zURhGzO8krRc`3Rz*S#xXZq!XZf87DIG=uxe0aNX#jd88v{X!RX z_w6prJne!yMs8!Sz4sFv@8!+s8!04!)OW8Reu1ztHP^1YW97XojajpmRO&R_xPFmq z%3su&=(TP(vsHwT(r`A{sUra(U+1;=xEY;3(pM+nl^5iTUb}Any46(S;G~iFRXkib zR=!W%c{dpy9Ch>FCf}wD@>P)f|I0sQ_~gWZNlXkxlZ9qtf4MQ$oxv5)pMT(oZRdle zd+#T4ojt?NH=DdCKVY?eVVv1v%=>;S#0_pXhl5{lJhJ-w$6q}jG;KXuRvT#v)uo@0 z+|$edq3!I)t+sQk18vE*!L~Qnr?s7bAieGUA}g`}kD_fGK2qLxUrj|@eQZ(N1NYq2 zwlWe;Mok&;+)Un^D6@#N71UAQc6#|gwW{v_i8_6FgT^}4U;_QmWSZ({EVHM`G$vPs z%_;iWJ_C_kWhTxKhX-?N!uxVo8GC-%aBp;P=Fc$EQm&<`{rBtjuN95vR50CC>$*D4 zR2PLClNH7~^-R!Imt{v^MYO6LxYk&vIvjp+>6QG7qK(O-n#N>JxMk@b{3=Y~)QrKw z>Q#a3<|C^4;k4+tXJnUu`^x-^Z(n`sqHh-o^bc-G}Fg@8SL)-A~nhHuu^8-M$M4z}8%JvSmOx4RViY zRzC(#izb@GtNDe)HQ+X!^BA}-vPt6?Hl&%bi{m#}EL`UsxP;p;K*H33`$|6$=+xCWPp zg?HiKFDo1i*TQ)Xxc71W7`RqDs#9&M{>Q+1Q6qii7v4qME~SO%7ez_q7ruwIdz3bH zeo>e-exyMQll@=C+2AwQ;qwnz$Wj2A3L;x+$XGhEmeE#ZqRF11NuGw+&jhXZv%x_7 zYr$aqF@9--gO79v^V)lY`8*f29}iA$Uyl6Vj{JTY`TZ#J`*Gy=Pmo`O{Hl((-tx*! zh{EHIM^1asZ>)bmZQe}VHvz*UV5vYSl(zw!qd$CE8S5HIi*8(%ZRWmA{n0eDV7DhL zkIjm1ThUo|>PPU?u6v_Pt=76v%`jJAKEpC|zY#TwZ@luEZH3|B&vxDW;?TRt1_$Ty z?(qJA`I`C5np@4KMYo#Pdp;GQT!n3_b{TUhn%3AXUK34v#x)&!?8@lI1IElPN;9Xv zg$%wjI55u~N zCegtJT{=+KrNd3zQ(+e_hv?wZ*Wn$}0o#(A_gE?&fcY^G$37j@C!ZhGr^m=I8Z-_J z)8Icw(O__qIqcYOZ1$)+jfa?aMBs%w$wPfYyDz1wDIL=Tq%M_FKE z|8D4@vM0cMINQ3_x^&mA0e(S#D;kld3{!2HKl@*Cyw6bWs)cqa)NHK6=SwE%UOKH{ zQqGk{mtQh9e`0p=)ua9dM9N>Zt|dEKv@a)GWOCHr(6bdD@my}XcG`WP`YxqhN}1vO zCR_DZBB!>M*=*{}(kMTrrGVkw+MSJ6D~#QL0vTBR=FQuS)6J>q?v|xL0v8n%quVwO z4DKDPTxva)Inh^lfm6HO9PSO;hboMHC|Va^y78Z(t|J9F~#h#O=E7MK^s2VIQ{$s`&-XuMU$tOA8^KNYV!2*@44f^Jd=EBO0ex$ zg&GICZN28SWzkjupEKBgE@&lQ7;1Bh)8=v7K1RDe_?<7&=GVq(^ITpu>5dcscS^e# z@7KPeHpcGP>@nK7uwNtVw=J{PSb@YrW1fhVMw9ZRjaByiJn-FmeTCy&+X1upDaMw{ zYn6L>%ki7Z*9$IMuMZ@9joIteu`HUD->rAZdQ}L!9HQKe{lP@~eN9zqq+MZ|sq)LE z3zTm({$(R3Iv%L#FcMzcIqAW>brif?Tj!62S9z`74!m0>L^9p3zBe38Lm_;8J7=DoBzoH!1SyNO-g20atIemoZ!I z#nEIK{0JxHPwaPmn16J5W2}0gbn2bx)jM&h-n+eezc6OK6BFM|srU5qAGmx@yu;^j z$A$kwTNS^UxBpw{d+xZ86;NVU43lya#29a}k z=wwlOaYC}!jej?VHt!CZ9jf1mBnvsrrDwA>&P46IsY@! z?Rwslo3^aXGIeuyw@mK|=9PSre8)-O6mC3HMBUxU?QPS{4(J1|Cbz3z#s+)rE2C}w zt4$(vVzeW6m1&E8F1nq59$GWWbj-0#GvUL0vuW3ndng;)w5w`MAhbm72&ZayuG3zA ziD0Sq+6<82ZL^^L`k^)p+P_MhPT%&YB{V*52$)myMLtV<>}nT|HM!A_Zs;Re;tnhY z9xQpy=god&ZhQQ?h8Tg^{^Uv{4?Og*+yMt5Ur)OG+b?L?VX@7cS)!+n^ z6fN?BF_dn0Oop#^L03oqa-vDui+|iSI}vPbtfC)|z3}x^XPTKimvW-9!<#+niJr|S zA%1*wGQ5I5r*9>Ktr6TW51M(pKMnp?&d5j{gKrjsmuSH3`8o35J3g8`1}v#<%0Bt+ zb%SG-QCX!GQ?}-uJWvG{`-|9Zb?I-L5`JzJ+T`!f=Mr80R|qVTh(Eo|XOeAa3!{A_?Ff4Ib=PG>L9;aNPU2N%S(lcG~-3G}(vWG7em3@arRv1|P!P zja5OOUEUwI(T#zTGP7GBNVhkVkEuant9b3+mTXr)vDN{b)vClstpI_$=>fOuFdB1W(;+Th%)!?KCJjdVX z)`#x6us&;ILbmW9s829=dVTt*QE&?m>L2Rw554z(e~+T;)HlZ`8S=+n8)Eny;urj* z!Qf@+BjflcUGmo^xx8r`7tV6&mWd{zKHrjtEb=S2woJb}Xm&K>AFH2}XJ;fb;e*LG zI&Bnek9e?kd9=XaKADft zU%W9BKdy38q_q3-iHW}kUxLFbpEPWT!DEc{HMwbthCpV20rK37{;L4*p@PnZW%Ep3 zC-s*Vn>zYYU1(+YFY;`00d`w_;MBQ$l0%c*smp=+nrQOzK;9DGmwq9Pepqeb)4X=^ zSNI1l!}?)mu3#yFFX}|on<*drT*LOlBKy>)Nv67wa)q_U8&7lXoimc2w~V4^44lY+ zFDlAQ6h1_K$kJ@;O9wA%SMu=Qii;Ux!%1-qAahIbfp=O=VkN%x`4ULH0(VzYzm_rHls6X)4}7i@}!=nS6Y#Y zKIB9+-wl1r;jvwtOyc=~r$>-8=`3)GY!CG8YOo9&zgXV0rSfj8JnAb#_0K z@6>yiYipphzK=37}Ryu|Ei<0^iBhWk8Y9Nz75nb7w;!ikTOw}sy?DBp>V-Nk(ezeZ@_Z>H*!}#rA;`uPYUFdQHJdO`Gu6#iLR5#Dx;T_!{!i&oL`IN`+%Q4dH`8Cppj{}t( z9*4X0?qTZug4d@A^C$AB_boD|caW9`Tm|Ty){0v@3e(X|%uUDWoBYJqit&y=R8*Ah z=ryx4EAcnLUqe5-3mdB{kkc-7t5u$*n8enwm6h1c`%15@^qYL&J+uYQOJ1P8^}s8h zj}g0X#g}jK;Ht!itS9Yv@J1_qWdBLI6SI(S0}ocw|06YlvgbdUQl7T={DoIO223@S zub*yq+(Dka8_n_?fd!wqM1H&c9ApGKn#3LOmuS9@e4>jDopChht)eXXs)VoaQLkVQ z(Ff&KyUN=OoUMzZrIqBbBERySf8fA~m{d3A%gL`R<18o7N-ysRx%%|`32i(KEI#f0 z^e)QO1n`A}x$W7+b{;G$O=RKMR-Rwc6|>CVCFet3ZIX9jYq0G88gz^DIPbAt{`-A5 z1b=1^4(PzL*6!X5=iceoWskHPM@coPUpMHa1hga3+ z#!KC_xR)k`$z#e(6aN7} z@1kz!d3R~z7d$JE`jJEXO1H@u;#$o6Ow+h6v)Hti@XHLDBt%P!f8&Aol=?9FW1L;2 z|AKxYCdij7AMJ~qtHc}Bmxx&S2Ug}-sV1EjUu^ z5I$4u5p5#HA8=xl=#?i|(#LA(DASJ5PKhmRCmdHvoYKHQr#Y0DU=GygQia zg)R}^$xioT_vM=vTlTX~*`{EkkM}C;l=I$qZ-%yho|Pl>^f7K>f-=#IUz*tzdbW=; zl~(9k+sb-2^n>WOGGL2a<|DSXWoH~ewl5fI7p{qG5JP)rXbfIRJoWm=UcBb3GmV+! zT}5lrS2)*|$h&h@c~kzLg!&Ze2_{^43y0Q7Iq#d^GZcsS@jCVO!AG{FH6FniPQtV8 zwjs^}uJs(U8om?aIThck$1V{6yZ)971Iyp=d5tw3=XaiaCJnVG8?3zNA9&i05rQ9$ z!xe)Wa~wX~Bpv({M;yZaZPAXt$0d_yU8Q`{Npa=?x*UH0hf#XWDNAfoWx?4I(QX&x zLHbqShKv_lp|wTKo!B==IHhz}e&@!~b|6Y`+d_Kaw9uXle9GPQdBUESgI?bA&3tClM- z#N}Bh=hMHJrH=N>S&2Tb^O|NQ@`_Bt=2vJH^lKdPUHIwVFGdIUU|+lbv>cmEEC5_K zVt*R~1^rhro)8@Fd`Rj%%oy$L_S)J1higZCW^cI3}uY1oEpRy?v9~|5>n|dO;$Bzk-SGK9L$Se!h zUADaKs)IWtR@R9qb96TEGO1@v&MnQ-;St(a{$kQ1pN$^fl2h3nW)6O_+H`H|k@s`| zR8HX5Z2GX3K7@c@b}m=&e|i0#QJ;FiJgu|zVWNW$kp+ZXmZA) zNOMmxt6etfkIoVgNgr4s8+aFfh0VC7c)Xb^-LRkhvG0^8#alI-auRP;VRPjtk=9Dv z@{i>!OD>Dh3*C&hy$CBZDY4{oVu~{MLZ^1`jFtem9 z-NnNd!UKMe@N)pWEZk;Tm#nLC{HDe#76Q%vJIeeGzi(H~Y;L7oLj|~`@2!;6{S5B= zCPh11`3Wz(;kUkQp7Evh+{p9VbTg>|pY8a0)?)!jgO$Cu2Od^Gx>Oe3t-Aivj@~c* z&yx52IDHd6dT$}-OI@Og?CXq0#m$3f1|L!XRF`m|dRhXZwI_n1lH;t8Qa;)2H?D{# zN3J1u=Z2+!rFVUOD}OW9ht}N5H&W7ixqp2O|Jg6^mqjn{_$5EL{gLr^e;#f(W39$C zv!^f3OvUawII_fBQ@O{^><0IC7~fOxt&n49Y^6;FSJ=uBG{7#*wJ#-hyT7>E;}55qy-vQKw1l6B zG37S-BET|F@w!W>+nR`f!u>hywx3_)V!zB&;MMVyDc1=-7|-O!?l&E0kzLL0+CF?E z+i`pzwILZlHqooQ$@NK~M~UF@W2hI{@02(R^=~zdt=hmrWVi3rlszxJn`x$_FwM;F zq`!L3gARTlgcBd`T`6#jXJvng?LmW)V~5mnLmu-CHKGOecS8&6ea^PhhiG6657XT^ zjpGY>V+O;YPj_J2YOMDP_U9ri-Lk|Hs;o0jRZjnbi!txk%G%qUcn?1Kq{X!pI!43i z^V3jV*_rQlV^#3X)}w1~>o|%|R(tuhCs+%b(i2k{`!OC_*7nwmT{Trx9#xxNyF+BqTi8x{1`kY$?umX{*$Y*qxe{5PC8}sOMc_|)2V)|+CR;Bv@fOn*WI?a zEu{{X|1-+RurI2w68qYaYaAN{-)r8aHA^Q%{+xqh_rD{sl!XlXlZ{di;@U9F*+kVHp31&hw zah|>1!3pgJ!5#|+b5>wA){TN)4k&Vk!rXU%|l;s$Ut9o&S#P3(dD2QtBp#;Y@n zG9N`x99hh7BRDD?XX@tT(+I~gXAGa;E}Dh#(}YL--9xqDI|d$ZCw9?l1{Qn>S~oIo zYa9Rk&i9eGLUQBKaY{)q{Vz26&ib<&%HvOzSf-$P7yT73#&JJ^pA&Z~NM9bq|FH*y zlR}r7<(v?7ciTudaiI| zA_f|{G?)wxrk31IeKlzVf8UFrIEc@bjqlJ$-dW|5<`Z1AsNG=9ckcYL?XbkdlM+K(LEl5P_6^KJOy;KAO7x8PskyCoW|DgAoK8mj7E z+Nh-e2LIfPZ*3bK7fsZH%jDXd!1E&TT>;+98PB@@R^_E8FLXXQsf2o80S_zSwTQ_+ zWCIgAH&KH8wOCgFZ#O@ak)N~VUA6(s*K5R+_}PHJtk#jE57rV_AFpHz3Wnh#g%h^U7Rc1=t*ZS z2YX;js?j&whza|;S@B`DC%#Kv56J$OJu&9XTHhL+8`l+i{(MTg)99mJi%jC( z#CFOy=1!$v$-V5CqhsdfEQiK(1?&DIXN_Bl?l0$F*G|ekML%oM@hT&oT*H{B20E@M zyA}Pd%5b5p|5gi<2CR(!Nct{ z;KsMVnuk*RzZ-#Xx7`r&jNZW(<`L|*bGQee)n!&%-2voDGHBmio($F3ZVX#_nTkIg zhX?xJW$I_3O9rnn^*u|FbMBu3C(uFbYw8Vohv|U-;Q3Ia=Z$>d<1F+(1FtTJSAR`^ zeY!lB()UzeZOLSf6LAmq{V2F%o)o@gev{`V*b2YjM|h`xpY;2k5-(HRvVSXV#?Fi{ zeVm5=(jA*OqTl?q!t}y*mY&hAicuod)$$?5BgA#LgD1ucamWT9_o z7G*tJi|s2;8(0v-UiLCC5n%31xRcGh7WksUfxlP1UwW(IXs9!Cs5wBq|9k`b#2tIa zoO^q%1zpZChFpU#4_TRq%B=i;$8J%!Y!)vid z>J8WD6i(D$wkkke5Q=_lNoKWA9mC_RO8&R>OYB4539WFPpwg}q;uwY3`~SDB5H+amUWH8F>V zO>^?Si+U=V$G7ppk5NyQ`&9bL4gllcsAB8HBYVM33D;NPWyMAqcg*eQ+84|sPGLLo zi!IkgH}(@-sD(bYv}w)!9H*YRQ;%H| zqn-27xCh6qH8c6;#Oi8zUrB#@ zu|Wsn7wJj2{P#!rKk|LItT`Yo6s2=9qpSXn1vSyY=+fGo!B$9T>r#JFi#kH}$VgjIakvt2mAD?9jr42W zb>#N~3uFCUjm!M{i|~==kk%T=Z!SDlxbRmFzh6j)g5N`j4JmZE&Z7goaRD8)zTpo; z2k<}c?P+o5zfX($3utkFWTR+t-#etmznuCn&>{m`^b~FsEewCdcGT6|wmG@25MNS$ z-vM;dWbhqlE=xK@x@;PFk7raQ=L|F)jY0Efz8g&QgVKKl4@Mj*L85Jzv65w=DIQU2(~NqkhSc@Wm;>Ixu%=>AdNA? z^xxOZ(p931>WN~fRgdbcyv{5uWUNrjeFWbs%Y5!tr>^rYRjS9S58O9c%t33N=SAub zU00EWUVB3|RstJ#L~$g0Rz=cg+=0Do&Ss1hV~mo0rAg*kri!?7yS>o$Rl+Ys@81PX zHnAalq3NhVZ)^NrVjq~k_zQtcdaxCd{bo|uWhSrTWmESM@WcvovKUiOnn@aa9Fke= zHw|$urkxON^udQ)i0y{{$aG|qUdedHCf&!w2zbM(@Kzj+q}$EetVeu1c)Q;Tyze#3 z1#eplyo}HCmXI!3W86n9Q!n^Kv?sWK4cu|Y-CBDl*u8fNy%X#s;2s0dIUb&K$Uok} zb58qh%>Enn!q}^ZINQn!#^>DEav#AD zXf^f%+bX=CxL8#Le_##mO20ef(3H4#1mBC89sXozX$f;KONp}p&)h!N$I2fpW4=qc zwJ+^ls5JS1S!wu3_>D0y?{6-_-du+46WD7-w~acf@zr&YDCVk=O_Pv#^UYlE-U+D;t>pc1tu#Ix(Ht!m@|0x=!l&CU9m0 zkJ4-ZHMX&BaLR(AJUx~Z7tOZm2WzX#c+Q#_-`PqZ??P9FC@Xl@AZM+#sd>0>;p@CY z-?n&d8~z;o<;>#@$5pm-W`JUC+mY=XS(~mg({^aE0Ul(XZAS%mH_l$3o<;7OVB%kg z=VE)%3muJ=1uuKArCcLrYy;nJAglH*Uwz+dy4T z{Kh#~Xsq=SW5YY~oxqEpko`=BH}F3Oui_smW6${&N&2`a1}>0+y)Us2y33o7XwjNz z{L;@N3$b-KX|7{Z?Ygv%vJh*A#=Eh|{Qaz1uQDAC*P4!1DYBGmsPW$Z92Xjp#R=ehD*>xM43FX*X>q}X+xD&I+t{n{TXqLcXQv;X6kkU=gK4Q`sR-_ zJ}M@iy?)8wAp0uQquWZX%;qJmuUVUGl6N+(c>2!yrsGG99b(rAL$Au~O)l8aHcu zs^j}de)=+`^XIWH&Og;D{4>GhpZkGvbUTe>@XreJ;WrHN&n@uJ+Ap&1^39g282k{z z-j%^aUEnST|75}+Ti~CiwY3iaWP@k*Zwp7a`24dJ{<#zWY4P}{#p9ol!$02|;vea2 z@yZ(b0iU5nJoB%ti~oH*bBD(>4WoGGbz&`lNS;yse+ZuW74Z5za}{GV$x81K&qV8M zzi8^kGY7>p&|);tSn$VaT3WAO$TQ#ac*aiKUs~9NJmI5hKZw!w+w=wfTeuf{1T72q zGru4o?mDfXz3h6$>D~LwuMZ8~o9h+3aMLfj-tots{Ds$tu5;&(Wxwptv##*}V0)?a z+_Fp3InpU*%ysvRPctNovVGCyl7C&fF=kE5^>tk@_TJY|m&0q0++rJDxy9$#xPiSB zzCONzd-Sn029ljh^(lOv9s=KG(=2Dc23wbmXHQ+wN8ZpZ)A4g?Z=g4PlwVeA)vbgE z$`i|)x*&uNRh~Oi+AH+hs}|l_Um3wpm$g}SuMn42thVeb`~v7!HrsN>U}ej!x?R*+ zw%e-HI;&8&_B=CJ#Is_M_#Fv5+a!yD=e^XqnClH(TQzRJ(R66OSa8hOm9mci@?&?N zDWW;2gQjjJ_1r=pt+!e6ukPHi^X{;lZw>Dv@NFjbsjVx?SGm$!=FC^Z7dCTWwQ1%f z5!TbS2F?6p@=G_j0*mHG%AWN4aM*Izca{B;XWA_5v+A_YsEd3*BVU|yN4W~O%ndv6 zI(?;lYG1eTUi7Zz8UiMtZsOI#aPVi=#7$w#46kzt!M~~WYfYhFDLP*C0|z7M7f+$z znY>|s`8)2#FZeGb=w}mq-}QUw*E2*v{TArz(2q5K zL-eDbi_(vGsq~vPOuwtB%Rbvu#r&bG|2-O3LPMLii=%0%^R3yq3{^%K*AqyeeCsfX+qU zeS4bOp*{Xef01;JTjXPetVJQD-x{%|T_3{-(cU}F zRXOt@_;+WxS2^t)3Gp1`eeH~K#fq7$tv{t*$B$xfQ7pik$}BVQPU`K&$HsrC*PJWs znM>o7(w4WP$KuT4tG!nC_)9kLWc@^pd&O7c>DKZ%?`-1glrNo0*}K5a3C1t28owZ) zipxlD;vU@B0-NM!JXa?VcvOD;uFPA}i|yrx!1K4Ye7w%hW)iqLnU%FLiPhhVO z_jXoeRo@5XUluQ1D_b^S^DJ2%Ukt4V>(Ld=3p-am`#+_>(;w>+o${&qCwS%0jq%RUm)btrjo-GP zt~5Wdf1OI2&5sTZz4P10h7YCXa<4zFdGyy`Xzt-7uQ>a<+GF^EzAVLlk1TyWMV5N8 zc||lYo*tJXOFMp#EOGYWA54~-sY|ld>d8_BSz0SuqJPLzN2V)F^)XMDVxwefZHg?# zQe`P<>hW8T+zD>_-e{?cBS);Cb>t}K$bwt_SKY&P)%&6y@?&d=X-#Hd(Y;rjWLto7n0OdnAAy%*__)QNwU*2GX=g8O zrB#rKk#8~A2r($eweysQjy)uQxVCE8_eq_z_;14r?+ebilK<0iDsJN1_CfYAJM;F) z@LX`Q<~_sq_!f&8Kt{P^+d{~j?Ak%{$j2>VpVJz~@4{ILvM2wb@UL9Eg$}4HybPZl zTXZjZkn5_-4e66CVkI@JtV9j{6aFJAcfAv{*=tALIDhO~cU~g2A$^(R1GVIjq*pN4 zX--A7RuH;ejQ005t$1@K^_|Q!=V^OyT1uU1%ysN0EkN2z>Ri1ll+aw9+9M{}ennbk z^9=HQlJyaq-#wFMIzB<4{tSGe+mgQ{rsdc>bdl^`jPy8qXC-`Ab9FTNGQ2f}tIJ$m z_0WI6%$AhAd&s+nGD{dwG%#-T^J(4I8u}NqraS(S-p8);{QZaVyQr@(;QIS9V-_?p z?(xg69p6~BmKaHhwG@ies4VmO?daRNJ`c0k=1|PzUFgm__Tja;j{lCV6*=*hd*ZhPw@xwkUt22jGB)~)v-T- zc9Ks=zY^bfVvN>E9lg3~#YV|#Q;Iw)1|nGuAcJ>ErYfw&Z<&V$Sd#Chw`KF28}irP>;sM zqu*h}Sqn6>zR8?ZB6yto#<2MsE2g&Z=j{{hqhj0}np&P#{O!W@6;FQ!xVHd*ME)yf zA2tKuEk+-2Vb0`ikn`}+`&yIl@D}z-^+eFQ<@6;^9@)3nbDXyXZwn8h`sukUE5G5z z8TyvORL*;t;;aLO|Esm`a2-4&{^!1=fP1IhW#g9j;h)5+-2GuO?1kdsW&7QA1$xfJ zuM9CiREy2P2A3)?&y#%rM6f+RVK|2Jr`#KONPIu~%)}=*C7%2Sf3JPx$#0xq{{5kI z9NCw_Uh5RUYYZN${l7dkG=Bo`z9Swgg$`@rqxy^RQ27`cDShzwCcX0N?_TNSZ=mm$zR`ZX) z|6OYd=5a>JcH}bon(ND8k95w(-ZqxsM>yLl&bv8WrAKzNZzc|HHLm~euLmDd|Az81 z?r`#QRX*jJ*vnZ)tO<<2!*R$vh95gN8vcLt;BS40@P85b+2c?$`67MLycTN`>wZjZ zJr;mg)XUnT<#BA|m(X3<0&jj{?ZyUc(z;m2_MM#PnP{;J);6;y<4YImv+Q0b_H^;? zXd7{Z{wC_LTp2Bu4zDz>UR-R9vxm-R9Jt-afrRydIl~F z9h=3ycq+!T-m^AqXx-BPf%b`2rnIjZMoRlb@h0s9BrfrNXfZUtt12&T?O<)`TtDui_lgVNL_A9M z`TMZ7KStw0;Wt)d*l)%9W!|gYO4?G4Q015t*&!Ti4Du*2o@L#syI;mXZ`D7iVb~9g zx$w^$3x3D1(q00s;it|RIFeuW7IU_&|0#J9e!B~P=wWYxKS%X2^WZ-0dk@TS);{ug z3jab6{?ThF##)D@^+#G8q&3DnIP>)&`k}<((aiq+*#8LpXNxZK6|DR$&EIH$Q5gPu z1bHuH?@__*M|Nt>(qFzj_{g)A7cYja0?r08N#|L-s%LoBd8W?zdDhYgrt~+`hC>f@ zrQ+9Wr!8P-)$;840pQ-?<|4{vS?DdADf0o*h^#93zr1&v>f6Mn{bmoH2 zs)a7znd@onV@z*jjT-YH)D!d8Qmejl_;??Cxr?~YN~yPp=LpZ}-44w;Hxj#HJyEI3ptq`v zcvnemUN-V_?tNSMui1`0&lN9>JS)Jp=hCYq{J}pk9^at-x5Hyy3La0AHx-Ys@a*HU z&#UKRcw8YoY8^EA&|2tJJpLl3Ug7b1o=4%a-pAv=@Xp8MkGS{o_~+ak^xoUy(dWOo zvp#Ql&v-BUAPutYq&Km?%s72hLU8#CC&nkM5{|U3ZZ0H;#=Xw9|v*W*{oFAaI z*gn745WBmP{ak0^@2{o6|6%TrGIu7P#6BmNvyKY>NuFU(h2qe~=sfumbJ<(a$20T8 z^)YNK&QF5)?-ce5IqPEQV-w4P1LV>W*h$8?q2g<9-rKP<7xKc zVQ19lr^&B%nu2qoyBEz}8=kUOP5VSSSD3k_#v>L#@P6c>-!Qi_>U@8}djoS^8vD-S z%!zz{@qo^y%y;&@MZEJT1$!-ewSaZKeeAPP-#AOd$y4d&sbu}>zKnSP4EUply!OTo z8w=06`;pxBr1|alvmdJloYa0fI`CU?5+h#-{T2pC-aOb5(J?h<3^^gOb3XQwE4U^o zr}O#!c_Z!Hl`TJr&O~oHX9;WH%4_JZGvIY*3JrgiWmtFDSjBv$#**ly{Pr1?D>McD ztFZ$u_{f?o?E)_ISJ7lAdxjn)7Jdu1z5kr%rL)|5=})jmi~N;MW>TCo4|0ZV2{CZ+ z?99LW@Ir%J(a;JvR{fm5YY+H2;+z@4RLOj)XdUFJOV%=mn_70lLwopM<0*Va&c<@)nfjLkU+;^b`Obv%Hy!<7 z^wHbLoLEoHKmOIPRw<71L)Hw4_DA8X*6%%96$_Y-_4p#91w3}-H2C{B+V%PJ1@5KK z(JA>|;OOPxl#-Xw!G1r5Gxhar^tBs0>-q$NDMD@!@92{(k_YS@omrwRn&MHy*Z)jr`I1=6EBe%03 zc_!bKsU+502#+j=KbXT?wzO%>^jhwf7URB=x#&jt06v^s!Tz)g&aRg3^7UUY`b%q- zW5|3r_1_P^d_6jkdtT>i%%;6vFVYX$ENE~9|An(DhxOn{f6F~@Pr6R)Yn|_@Q1|MT zx-a+Y7LR?1y4QPslYQ^OKNB9m0UrA~hc5=LyLj)?SbNV4+P@Dh5%R{--&6MAkl2Oa zTxinjD&WiPOQT17IV(9-f9J+6n&V{6aenQc3*`gn6K@k=^gy54@Q&)wztJr3{5|DE zUinZ;`691;i1Lkm4?=jp7d+#i9NzxM;NG{R`RKLmZ+A|W_UlW}48UJ+fE#@aX8=C_ zH+~)HjT~_KJi119vWssCz$56ki=R346y@+kx7nc=b~Xg<{w?54e#|apLHZLt&K&8q z_P>8=@R2#^2S?;><;*XCFQ&i0wuW-GGu-{!A+xC}tKpJIPf)%u&vcylJFD$=>ePPM z=1j9kaQfx5oc+03Yr^tx*K`N&2Z8w@I1nzrz?GP3$Bv2xht^R3V~ZB>?UE@=D$5r% z6F+tKrlJRrYM)+91!ryIAD-YGlorm)&V=tj+_Yo*LFl;{x@zx7Z|1@2pk7ZZXC~`|Pp}XF%-KQC9=W9bi`bB{Xjcgy z{+#|-dOH1n@(t~~WsQ%&$5*mFoPOC*y7vC+d`cU8Y~YhSDR20D3I00{A0C4r;gfBy zEtOxIx(~x0E4t$p&fX`#_I!wMwJ)BD_dOf<KWd(rC@&(-uR_v57B2M>KZ!zA-LPpf4H`zqk~#rsWS zW_chXeOpEy#f}Zma=u?^bFS9nOf&V<@V0DN7knG#cQE9h2iM4$Xp47`Us26ibgJ?h z?nB=Fnc(D-BKE#VID26(KgIsLxc-#i4DMrG@8zf1e{6duP;`&p5;=xwx+`~`(tt73QUkn*Vzdwh4;{3V-=lnY8 zTVn7>cX3wOr+IIaUpO9}Pqtin?gOuX?eMM_YacbnP8ie4KDo{>^ZN^aTlsC{x1Haf zfa&C;ERfvu^Cv|+M)>`F8z|*@tKwy>&3z)4LtLT2#$|bTK^@{@)iZ~Bd>bi!H{4(MTtD%5jdOn5$a4WyXC`oEv7df1Fx9g6%${{{ zC*O>G)`iuDWyH8LWu9RGnN1?Q_(e(Sq6k;P2e)q&*eQ_avU@7)8@i6y00*ZANl)T9NZ5TiJg8alN z{ru?1#60pm@+PsBP3{`@eOI&I8~dcX8(uA3DBUDI${A;z@7!4$A-~pe*GMj}a>omC z>N&%j1Dp9AolD(oo4KidiU9K?toKuVu^6~j59jJcIScq)FZdv*JGcz{^?i!dl0wTUhH-0$i*&SO$If+~?sVweRxx8)-L; zeS8>ORM^Nqi>Zs9y`W2o)2qKVlv5tz@-I^Gr#1!q5YEZt<1n=iRmw=19HUSsU#(BpRIJI)}NO`A+&Q`p@L{eH%~ah@r+HF9d4*35IZ5@$z)gBUoh zgbv$z|I%jmh7DS6$MGlqF|c5i{dw)r%iCrEx9pMpRmlx=$a{Cwwm;5Mzy6Im5RJpH z1C~wWCpW83)#uu>y!L67#b!9?{_0$6Zzn}oHfyoUfC0SC^}FK&vbE?h1#m6Zk2I# ziP!GmQr>Upo7^i-K);C(JTu~~-(kAAHkLY`$lINksKMs#N;i9B*w@N*vxl{}j5*ER zdwKq;6C1$iC%!Rqd~3JMN1)$T{|?P2<4=8>Jmnsa6~EG$L+3MWqMnzrIr^rA#*BWs zpHMD}yy;ovi2udDbK&uR`Vc2p5Px%UuV9l+(tDrR*708XoR~pM{3BI=p8;3#uP|N# zhk~(yI)2D`Y!>q9_!ICwG5*|ar|!J=chhHdk&~t|iSTQ7a|Y5^@CDp{9;v2X@l%y^ zz1X=!p8ulucMi9oPo1+a()P#3YWuHfd*^W5^Srj_jM4T*{HJ#5#}n|Fc*>T(B`#B( zzJ>J_%>DT5_qbM~(^xxx1phek5OfoMjzag>=<62h*a9!8p4!xM_@YzDUq+qsGm0F# zPig&Uwk_$p6M8tsb7%rZ?}@et+R= zI3AYmeP6{SzLcKX9Or!FR?cY=?rOlr`#jvuL5768I5DJNaA&`lz3J?08!Nu1J@X4F zyTZexD?d}(6~B`Fq~dYmZ;1zv!sFk8haDMHnqM9RkFC5*#pBm`7VaM7>f^D6`~M6c z>m5A8yLPL@&o5s`71}|ziAX~ zKOFlaA1W88TvEn?gMMw7q ztp3+Hmrs23Y3Th3wq%cY_I&TCv**>mzAb6tlZ_>>qwSLPkIoR|ya9)wzCzs_s2d;7 zJJ;SFe`rk6i0xNC)eUb~jkXDHf5cbrI9PLAnse0HH%v^kjJZ(RVf^?VH38N{^PIZ= z(=G3x1L)#HzQb8))Vk{C(%uX+ub6g4Gkdn?E?VLmugBqkXvmx*XWA1Nli$AtpWpFe z+H^)yrqj2@&UoU`PMrx3Z500-`hJdQC!O!-sD86M-C3K<7__blIyz}qM&cg!Ld3oH z4uTKWW9`pQY~dO%&rW;^zIM{A95<~eJMrgA!?p@Wm5I=Y)>Y}HarV-yKOy2A4leOY z{BJg=vByF9psuO-kZX0eipE_2x!JCt`F$rYFJI@_p9hLpp|8}oUGAPmEd8T%b$8(x z*ya!OeFu2BWDfM}#ZMznTiQE?eU-~iq8Ida4tD!|89T|Ezv}8oz}YQC&B>PT%^mXM@Kd@XZ;{Lu0Jr z_ILO2e3jGxq6}yLin&YgEayDF=?L8%+ytC=YE!sz^_0u6ynoKxJ=O6eMbAjNTMs-~ za*Y0o=T*j_3!J>xw1oUir(Vmg*Qpbp#rNFfq^F!g5AT;~tg14*{P#`6{NCyosG)`A~g|C6-N$YFxAR8f#o4 zoAV0Cb6#O<{hb5jIIr+v(KzQU+nF!x{Nri4os7N8!qK`g*GLo?>L;wj53VjV<#kP@ zRkEKi(&MhxYNL*4uNwDg<;$j2F-rfPcv@rR%4sH7c?F~Y&M&iqGIt}}fTg*l{I$+~ z+?fMvK!(UdB9`fkm z(#@5L`A5s`M8>Rk>!OZZ$g8>wt-^JS`F3PO zhM6r|tVf2pclNC}a294a@J~yjJ7XdFPkhgV_z7phX*{BHVC>eQvxdax-Lv4N@>Hlp zHdy@OpV8^}%d9MScruj_rAy$Q>bI!h=VdB%+7jJ_kIbfYeJ3m)Js*k_8<-~>qwg&G zJUCQ;B7JE7J5`Tp-scQV3O!_T%+OFx^ z>F3D`nWQ(q&J|A$uU}1F|1{RQ=dMqr`Gqdp%%VN?%wEY!8NB-o?AKD-tySNErxtpC z85nNA<|i&ai3yhFm?x`wu4KP@k}=mg@IL@xHQ6 ztLT&1it^+f%KG0_ku5t&KD9ZMHq};4I3RzFwm(STeXJeR^AhfBtdG3jO`P&vFo$`O z9NNut=Eshqqloi7*@#>!_HaA2SDosk=rqgn)|7G2IdMs~S;GBN@F-dehZpZTzX2k>){VY({1Z>N^=`(G!Jm=;BAqWCcd4V}hUrq{;X9MMLN@b6jK!pX zWlw46IUBg_uxaDWCI>d@9?7-VQ=AVH-%`8d0&T~h8P=(4x9@SPL|Q{Rw0895tp=2lYmn%~D4fY-UlSLIxVN5UR{hT(8|=r6s!(Y{Vg)!%9>kA6sJ zRp5u}`j18K^=f2P&)Mt`()D@1QR=sms(*dILG*d#SA46K`D4E=;Ujf?c$7Y^x%?)5 zyD_e~UL|_B&C|OPe7qXo{S=tu6%(CrnKXjyABFJec#d73=HNngj~G{_>mNw|y`Enmr}xj*y!C&!@dOy^Ik>8~bO({?JudF+V5V$)8BAXW1C_q|yiHWJez7L7b)z zZ!Dv8*POA8WYVI(8Q2Kn*>4}-A3Eo^44V43?{&sA^5gO;vkKlOU+Ktme)|?i3e3V7 zuosOy=eP74>Z$bRS$nA`%Dt!89GOhz&o9xZ8sJr1k8i2>7VfxH(Zfhp7a>n&Gx=#8+e$Gwoldq@zWZL~LvFB^XnZ(>+XX#z& z!B@~-UC76l%Q;W*Uu!o$Yo^Zs7ItS3b1A<;r`|~(;jrbqd@DRqc>THD_;lSX#svuXumdQ7be=gvDGvX6o z`kz|MocXc0hSTH!VU{hXjC>`^&aEWYjt`Rm5N$Tow$6W8OWUbuMrfR+c^aF%`1ptS z0=wY*4Y7|nOg3Qp*rZ3rD zaLFI4U(9jLj^a=9UB0!POJ4nAAam_A^jX(TYsvk!+;5>TnqPf>M!_W^?!^}itSKeg zz?<*E`|r>zPJd(c^$fVuyqGiBO?iA(r?2nk`g3dQ0dRb`LRmeZQj;o$TlW=CuBV`YJv7xsScH@LI0uqxv7Q?D_Ak{wJI{>35hnSNj(~ zjBLFYoV-NsypwYHX85Vkw2rmc=3?@vm{J@(vqrFFgC~ES_p{??@I?W9^Y50~akpji zzXA?fyK{m3-N6|HU#0vMb#9r~|2hJ4)vjzY&; zsv7v7*|BWiZJJj1cn;V0X>OiP)0TabJPijfsXMOsCob{IUb1YZ(sy1}cZJdqT;-spx8?9gxrbIwr1f!SXA>}6VK*06I<-Q%25)No*qmp*6N0w;Z5-Es6x z!-08T`n+Z0)rN}FI(?U}VNI!>*hBY^M={GFX`iX{3H`YDQ8lHys z8{PCxH!hQ}6|y%uID7_wvNEK5zLN)zZPH@_d&y+wdDG4FxW?k=-8`a$O}f^M*l&GJ zdEGUk(t+q6JFvM*-$Ph@+@+C|AA0pGKQbhppfwk<40nxS?H8?OZPZzYu9QAd9?d(& zHkoBgi)}(j{n9LxEHKYoCq4N*JmjqVfZue+2flWFCTnOPgnwcy-E%=Y1q*pqM)@n* z!zTV>Jc0gTuep`AwuU^b;dSvmdtP=(Pm(XOocAiH{2_Sp`P?mzp8U{|o_roXIr)kFQp)3{G^G1|^;@$8)H8)@gXuXt+7m+|F%JNG#CReE-A zBX$m*K4jDPxj>fdwDXCYfS!sN=*1Ach64AG2$QoI&S&!8qbW5 z3jo6t8V?`BcaHs-F)-t8e~r}g^MiZGsw>vR*o(ih=4pxFO^Gw^&nmwxp>;h=`Oa?q z)Mt-|YS%tpXhLh{3$i|E(u%#N?h1TkdntDMX4l``h2GN`*ghFprf)!J@_Z0I7ENq% z&Vb)SJ)A3*2-n7*mfxN_eo_=1VAodvh3g{2#2|4HW73RqAXsn8G-mum$#2&Lc3}-du5O;oo z{O0HGS`E#6*guaZTZxUv$nWQ^A?6uSjM~fhke81(_JZ47`C8!QiM;)+Wuv|Y;6~p! zWjt}@Uh2_z^VsX3t2rWl-?Qd`NnFjGwc2WX>;2o?Cr7s(T@xATy}x!~anbZgXBM!Q z1|Nm<2v1c)%lhf2V=wc{T1&E?vn5zFw`>o4J89b)=a02#Z+L#gjW?a(Jk|xQ$pPk* z`u?ZpvIX1oz}xjaXRWM>4I~x+=f0NvcD@T5raw`5V?FJvP3G|Db@Kj$W9J zS6BUZk-M+WbfSN(LYgqfNiV-JeeC@QE^oh%oLBOFL0?8CuaZ;Ap}vhJzAwHa>(Lv) z*D=O?an|qXn|B&-MBqW2^QyJ(QTJ=$OV*xdekBlS)*Mm`bM$B7ea-Ex!uM~ZY*{Vq zd+^^|!FAa@Q`bm6wX8`zOB~=v>M67)JKxuF#-?67i_tTc;t#dMwSYaiDsvsrD(Ccj zzuRxw0L33?fOoBz(>i*|UX*n+nwPb;e#YyY`elbWV++_1apCuKca(q~HZXtS3*!a+@-`gO)a)s^Jax-YfKyyCX*;PjFrWJ~#kL*?xxpWxTC zU$53N>;p%O&J8->q8@4ocpfy@EvRHJNO%-}EBSt(U{RTxK>iX(e_b*5cc=fW^v)il zcXkTB@tr(6T$J7!F1>wPi|(5k1GceVN%Zb!97p^qmEQHD+s*WAnBK$fh~9CJ-lDrl z@A^{mUyR-rqv*~0DTm$>eR~vot8c|uWRIYCFZ|tEsxQ=2GX_r-c|7qoV%=&}u%z;Yo;{wZUk{$d z6IZ;J$`jd+t-J_NIAz$o?5rgV*B26lzWBFFr656&i-+Xk%WX((8fA4_o`m-}Gd35p1d`FM9x%M;R<~*I5gUr|RJ=xRH zTlB-Pdm?5r7t2``v#2w4uy0{8@$XvFTKFz`&9;xcjxSvuduzqQFX5L(_&zA{q`7xd zkIJ=CE{ihMGw+}9zbn1{f3gubP=Aavg;w@j$>sWrSXRw7R!)7gK<1cszt=E^&IwT*2c;*tFwI{ikUwtLGS|6CY>){`aNSkz_7NJo5H_-&pgJ?wl6$ktIF&$1mas-_Cb> zdg#-oUOQK&w8LWL{7)ARcsSQ_UgBZ~fU@;}*1j&RSlG3~qtf=FX0@?k~UnpYh2U3$%l~ zBN65nbUi)AB(LKBG``u()D`#mu+T@wJxADespR&Ybedd=I!ADt{`aJn6BEly}Oa6V%V&vet4J{)JNq zbPZh*LT`7LW~Onzr+l`ij6^r%4V^on^ zkUeL{)MZY({r)auseSlM`Bo@P{Slu!c%?rNh6d(ufu99$7~C9Z9QF0L%8wpnFTd&% zF8Ic~_C%DF(|+%wXsOQpYy~&3;4Ab6r?mI;8w_OkZ-O?=bJwrHPmm2>flpXYojQ*n zJ>HMcN&IoxH@F45$KgTwQk7gem$-S2#rG%3-;a&q8%X_|8AC}|2<}XHVKICa!I!GU zmx@_a96LD|JE=2Z_&${b?^E#TPtn2P^f@~Pr+m-AfoCST_4U!^9-dp_3G@y7*wJ6q zRk+8hlilIjnTvUoGllg|G(ktTe}uUKt&dYo0Xb6H{4DB{eCDOp{}amb9$od17oGEW z?Rd($E6%>Ir=9tCrw>K$`bf?5iC=pEhPCDLiQdh)hxO$7tkVpc&sP-?zi7#f)@}dJ z7UVroWBwgoidQg>-*aGYv&Qn1_ivy6Jba2Ce?sGU)jwr_hBLmI246I?mR4ieF!ba6 zjwidJUmNR++t5E-40B10bBuVMm~o7;nEgO(pqBAiNzt@Nw`^K5u(*Ku8~H^a$)z(6 zL#{u>`0M-wU1QG4xcwhXU%P&c`Y^?VbsA$V`2V?uz%1Il2Y)ORxNl%j;#V}*2BzNo zV*>|)X%63s2exDh{Inw7oN9xfv11zNa3=mSQ(6Me9^iV0cwvjycJaQ(YRr|79_1>& z40DYPx_#C_*Hh<$~{8=%F5+sH{xv^UR`PkTMoRad>Be+_G0oo%@Uds{wrnL0+q?T?I)-odwVFSa3n zN0ZLa+=R^VebL@tNZrrV&W;H;4&ZkGiLhcdA<=`(o@`66CdyMzDT^y zboRvl4YV|k?>p>%WYa)iQas~mdxXY7aTtfW7Vd0l&syc=H3>|%j{azhuTkra4(8T9 z@b3!QZ4+lX`#4WMkcj1fg}&F6Td@dnE5yIet2&nwZA-+h^j;qcZuVN&3*H{ey#{UC zsl;Q0qpv|LJ2vL^3tzeTgj(Qp`oGuhtN!;e_OjJj@aGfQ?e_3&c)xnai2dqn;}C6Z z0f*w9X0Fmt#xm0rR~xMRF|Lgk+qir`(lOi(3X73 zHtYYA!-;cTIM1bk9Io>#oj4Zp#-Q>apg)Q4=NAxj$FtLVMxB#6%T8xdOyD<_-$Z`U zYWWTPHu1X=oU|~f^?9cRU-M24##7i!^%1+a6Psx_w5@%t9juvk=8@*ayvGt}Af?&0 zA!KVF`KUXPC3#DkZ?LQUl05-yJeSPV8gz|k#ysN>_2k~M6aVHKPwu>VJin557jXS7 z`wOn%e*OgC_0>LWzTn+5&YCY<%GcoYHJ+LCuI0V@(rjC`m-9Stxm{ZiYmg4z^i=1`xdVQu?d*A~r%yOwFq zO_S}(jlFN-FGr3KqSNd}Hbk*UXuPB3*)cd~yuYjXdY*^b8$6GAFIPu?o!sd?GehmN z%ZeAzB=LI${mkx}6}z2r6b=3sxt5RJZgZ{`ldnl_1UQ4+ZA1IybYAlUU>OSrQ=dIM zwkuKJgY3(y2Okm7lzG@fx-_n)OzG^H6Gxia_LZSBQ|IAZ?ee>28fM3iC+fLR`@04P zsb|`}!_*UJETYv_2Ckjp^nQ=OF`NXauYYjinblVDA^6zhZvGHS2{<#B{Q5_z7e0qyA4O+FhO0?q%E~_t9UI@=O|e?C54%7tBp}{3x2g#ov;t zmr`Hb@z8+uDm@DqEK%&v_07c2YfTWg7o&$+iOUCEkQOectxph&5JzIQJ z+-qcz^2G4J`z>e5bON*Lh1Qkp!Q{8;;9Ip97X6E-@m*?ejBqX>ays45|IqZni@-IS zo`?08ADi_Hb}46X0rr-B_S98#4reEHl9AA50_ZY#p}*{5%~OXCvqQc{>TW>>wQ&W$ zy+iQQ*D&yo?rRV59=2}9#y$+M^isvww9)@o`qDyO--G7AH=Fgzm7HfXm-?^eo><8i z_@MuqNom6J~VdpmHSyZ7fK_RL%SxpC5lzm_ESm+`Ikn`wWU z4?S>j&{OE=I@TUD`8Bns*7_WsrZ$eO&F7pDH;y`44;THho^i%KG2X!m>h;f?OdI@qQ&9Owx0vD@*-41xB4!@ zqsXC=`)2Za*UT72B%ceMIYB-&S6|F!oi5*z&Toz*w|>k2apoG)yJ%OwevRYs{OHKF zyn5@gi1Z`kkORzv8Fsz)#y_g{2nc#mYYf?b%(?^^lGY`UYF#qP$8~kz}Dz> z3Ew2IOC~6XJv8D&?$h7%)+KI#x+mJL@b=z(%Nm$X9qOCPpCkuca)16@`F}q%vixxW z-FReYpRM6vzqOaOjPVyn84u#j_adX$mobiR4!FyS+vtUtg4o6blSRuZHLIYpPH^Qd z$l+|YEbK|j`IOOi3>uUi0k^gJkJTF;Fu*=(nYa*pM975x{<|df3`o=UdNuP2Wb0%$6HgzH6M6@_tY!suF65B+ye#RdLeP?`lf?E z1^Dj3p+MgW%10-36t^&5`8?}}w&IjY{$6;usMD=yHudayXK>-y$sr$3@?jk1TlGKh z6%XcK%`fNcIbOzYC*_9m@7Sp2t35H>S`V+D(inUzCG?K?s1;ea0vrL4=)|10D4c0s z3C`N%Yf$=k+|^jqJgmRmhmBKZ>D|eWC}ymhvJF zB7>z9p8&sVvy%E*uhxEnwa6!^&qAKdCh24BeB-QralXqt=dC@AULv@^l^c3T@DAsy z%WRu;bZ}c)5}rcfD}Evo*GtZ)kvSKCIzlg83k-LfoFi7T*0}Ixx%w=5@(Q}CY|pQv z=df1mdKtJiPRHR7>4?82XF@l!#rTcMMdbEJIMf(N#M?>wL|&XTOy3#2U_XBI?BKQ; z>PI3@>^bZZA?}HB$+7rL-WNA|UwJF>08!>6&E>%x$-gcgLG$c6U$iB$9vVrzJvYAhhWFgiw}qxZrOtkv5H$BDHdwW}c2t|^?tQ}OC7PeL&WWR!v_J!Kt$ldL zmHpB6<*odBcaJNi?gxGBY3+TIcjzc{^&I_SGuPCB)qY|V^Zd2sC`3o~muAHzD~_K) zuiiraOR!a77gC-;7rwGqZ@Xkp;6~?p75nd&uD93gJO7uw=E@p;;P06mPwbXW-;VX{ zaq2=&Ame{F*8Ww^uX|ZbZg>kHWcm!hsGo73_0FXK;6nXU|Ks2F z7Gh^{)>`ySd1dRtD|=VlzDfPv$PKF~H1II@k|EaB=#TFGb)kU=-TQ^1fd}0CInafB zUlA-#5D+VNa|C!>f%wGKy;CYjSoA(*qBvBiBKyN15e`{&T9 zDAV;5${@$O=7TH6nQNZi&$ABrB2iD*UjCOXSB$!@9|T|e<_f+sur?%o46KW!%TPCc zP1xj;*5>=k*=zBatd|1+oArr)Nw#dDt%T0Ew~l^=&{5SVl~JE!yx+l^#qHDG^hxFQ z{#c?i9&pNd6 zmyFX=+WB+i^eM_DkJI8Y#%Tp*)ThJ1=Z@1yd6qm*%lJQeoQNSafRn)X<;SiNJzA)5?4TywxZ4b9`-E-+@N*c_-Wr>BmX-7;yV$ zWn#SfuHqHy_DTPE$kXnA=i0kR#?ji^+iK>aD&_~t6w!;|@|{}R?q~l!&#DDmJv@fK zfsQ^>-ygHSOK%wXbM+m^7C&ZvE5`CWIXW=DR?c}OUv!!F`K)YJZhDlR>XVPP6**S6Hhl=7h7a+E}-sYbs}|{IOYWKhS)NE+csUg}Qc5 zLWkj9a}e8Q26nQ`tPJLz@?h1>6=kJ%TB>Cg=S{MTA5y!V&DDa=h2B&w804et^jPJ& zms%N1^JcDCbg7lrUsvC?p64qIZ~Eg*&dbvJ`d-SnQ2sFQ@}3F(u_&#%$xD3!-m5P1 zcg7U&v=;t^7EB%q%?rK_jy@0|CMV!^>hM29yaeY$cvQFD-G#1L%Ra>l)$h0M`{(jL zGUrf}pS)Oe4_ax}T*+5aTLm0pJ3CeRvcl7><%$9DkUvX(D0uINV~QWxb#8Fc?byjq zfKTCS8tXm9_0z`%#0edJojrt~2bL(YNB$W)b8@nww|mdz6^ZWa*#9k>Y^J@=lU7=Y zHlyff8so${Jp!(^t`FDD zTv3z$%_cwNp?ZY-&tpRt4fyTpM|@u25$xTkf;*#4x<>e}h4|aZc&m8j&Z(!i^GzRn zE>nTczoEV>Jo#{w_C%(%`nUUl%@3Y7Q>G4|x%g*g%s!>En9Y%Z=I`<8cnFq&ee^}%B)z*T97 z&aJe^5pSw|Og8H^Z`+dV{-H^0-TDbun)vN3{I(t&G`Wx4U-_iY6S0CPc)yYNdBp$s zW5pwl69$-GQ?2N{pp3O}&i1BdwC2$OuNzf{*` z;ERl>E_Brhv=B(}c98n3FSUv~J)tiD!TF7O6RpSQgX{Y}8Q^?+BYgYptm`JmY;Uwl z{PC4H*@Hikee%eQyMd_%9au7?#jG8OD?W%_0G)yV+b6TX{tKM>_PTd+**z1GzcIVE z1~`1=D{k2k*zP}9c`TAbEa!&t8K2)!mI}QSw>&BJfqnj&?8PWPP-vO*E#s2PPf>Y~ zDX+4TDOPdRKPmN*@xHQ1dIxst$*GZatGI-i7|A}LMf?&lHE=IKkv$GN17GpoiFGUb zQS!P~{ILaDqPQH^_t>t6&)j(QIc)p+-skha)VKU|pZ)A-hxozl%W-MO+0)$vU1&e5 za&m8jK92l$a9bNVnU0*f8~a2U+z@kHV}p+oV}CH%7>34IR?RP(j*N2O3I3LZ?3c_G zekGf(V*csW8Y+SR05EF|LZm;N3X6>Os<4e%cGmLB0e4jW^WQZO!6ZDwb29L*r!Y_2Tg?o1n5uLH0QFPKC_4F@_ zdwpet)R|)6a?f+SqPfaNT@?O4WM;6XN7U~Sn;c`DkFO@7D zYtIeha7h0wq>lmOl1?I@>##j^gO^>vg6*%k9vhsiWA@Sq(WZ~**zX?8yM)yxzL2hmr`=DgUn z2EAkxb=J*7N4&l{H^_M0PTtyj^4vA@O@y-2eS(y|iL%WFj!u&g4B#VkH+&dCR`?2D zY+?+L2JO`QSE6g#__hZRIr|Pe)64EBpPZ?q3>`)~SRHy=AGXa(+e()&p7m_)PH;CL zeh{p2tN(HKc;)Ea4atBt;7QNJ?+re#{%Z{0URlcdIiu|1<~$^auB8jV4sB~bmYt># zJf87RP|o6gA7@?V+8NWimz@#0o>@U$>s)^0_#GJM#9y>zvKJXYmFC$nu!zP!?45r7 z_puX26Z){?CZqIw74L-`^w-R%(OdoKippK1=k+|7uQhsZ&9Rf-K(LIyR}vQ(Jy&{5?DPK%nqEQK__Q02O`=R3ePPhL_mA1cU?2DgyOw+r6)od{Yklq=JE;3W zCa@ASd0@I-E8Aimz2H^vq~P1=;j%NHAPdSf!v61a^yrFa^g7c82bioeh^NnJ~t1fyB?*S_LH`E;;-+9b~-ul%B7u6 z++#LL_XA5QG$UK~O7SpfSO&?-BU+ceoU5_FXl**Yo_FR>=~de2sGMfdIVKnO1o7Ql z+&_}kRwU8ZY~J0RXp8tr)0XSgc;h$D9Atgd_y`i`+Bj!KO#mL{rf~KLco`F&Yk^}^~?CMeAe;{=?!D~2TcEx&LtE6G7sh`7O!0Pr0ntR&*N+qYkBr| z^b8Y&^-1z4=fnFgv%>An^J#VOBQBctO6x3N`)+V4o{~RTxS0knb(IVlHJ)$!Xh-n{ zDYTJKEM+xo_oW5nV*&hLR$`ypkp5!ydB>*mBj7ql+s6b$0^SJUY9Cz=bpg}zR$}ui z%X7BN*3?N^%~^+mZ$9&r;1fJ!>Dh*U#)7N#0&pemcXrnEUZam|J&z1$e%9V+>=v z555lXuR<@7{!;LiVlXmlGR9eH89TP%qcUfGYJJf43UeXrgEo!5BL|c#C9ACfygR&c z{$6O;{>oWgD|*TEft{HcHs@TcZvLOccyzC}V&%|WxBMu`YR=H90B?`_4!=K^%2`SN z^)>6@uSMtz1HR4JT&rq|Z=`ua>x-Y@uZp0{>YjDQ zz`M%aaXJx@Q>kp7c7amjS=xn@~8g?u(<8! zjnBKI0ex2Oatx8EsR!H!&*kMxmXEQ^^cHRG5fU z3D23dU9yg`el}qHW4@kH@lxWOeYQU(&+jp7l3^HUj>HN5%(H#9t3*3)3@EWF!tK!i z)&ZntH9}o}fyd~BZv5;+iumj`=&e8bSC$4#x-FG{9)>sQh{olRK z$@S~diF*$1utFsyaf|DJw~JgdO* z1#6#!^2KH$?-l}Qn6XLr2fl~Cc&VZBP`h}w3iu9q{N`NKn}7G(-Yj*(9f~P0=>!|i(-w1%q z=rO@hK;LtMe|wQJ*~Xac=V#%EzVaet@;WwH(V1lQmoEV8SYr}O8WR^zcWhkvJ~YPI zkkjzIu{n!uO^z)ad*9~J{xs$z&XHrh>*=2>W8crcbn9CBs&jtO0lGTj+rc_dtM<C`>YiT+o7 zU?r$4^9wH4b=fSjtC$cg}Y-}{hjesaIp*;#$BZ^E_)Je*tJ z^$2rO^_N2Z7qUUI7o(BAp)qpla$Y(4TG3Bt@m&wLZ_UHEqGz#RuMM5ToWGF|d}?3U z-%QDD)Hwpm0eY5m<+_o*{|Q_hwYI@#)63i*LDmf0C_G2tnb=Zq&XG8Lae_V;&^~n5 z_G$1EqK~pU++DMve=G50syD~ZX>1@CF&lhqzX`n7bsO}gGaOnx*~2+qDSL*TuH=f* zK8C#=#NmI8a%Zt$4DzmlHJoJsGM>>d;y^FFA84$#=&WZ&=cDY5jJM0%!cnKOt7PMo zaMoyw>mAwuY;!J0+`EANTE0Hk)D`X;e5`eRoHID4gD;)aTtL4bVD6OO^cMYd)>boE z15Ia~vf8GAzi#5uZExlgo$0LnFgy4j+w|6ao>%P(waVXPvo@+^d{`Upv#~kXQ}5l> zTgf~v+%Dm>Wa>$!^ForyqDQ_8Fv5gLM-b6RUQx&ez%v%*clUj8h_ap7;rSz`KUg%8R>Pzq= zJQDlde++ILm>n7zd6use=VH^al@H)U=b`+2D|VP6x##LM(l3!qMqi|F3zGH9BH)X% zFT}@uZuH889_p6+F6Ur}6F%AySMx1;<6OQ==#9mS19o+Qv2~T~;1c#xYrR}JhW_|@ z+R%C1(p9olFZ!e8VduMp6^`EL3%d1>)G@My#PFV{|7lG$TK{_+KZI+;lW$GuVM`WG z1iyou{732Un?Bo#qn937!QS^>`O*_?v#(V2YRV+V!F|xctUXUwrugLa3XhQ$r&oAe z2a$Dyv+d$SX;MZJuB@H;u^l|mM}OJLd^Za`jsF>Y?X^w>7yRD^ zKFWVZdpY1p&#|$!caeuTxxSk|gPofBq>*}Fqn`V*K}Y8tY>CWiXlceiwiCTT^+kAI zx1ph>4w^W~GY@sDzJFJJnvVn@zYFD@cFW{b2KXQKCB?#B&HO5uQhB$Tx>Qeuc)GAn zycf^)e;NN*CE^gPlHw3MJfZg8;7IsPwh!e!IHlG?-^$xD#q6)kdu~c?hvpj7_N-Xm zucjcgqD_AFjc1lUi@40h{lNm08`V5-C@^OdIB^|A{;#0?nxeNU&{iwsQBvw_SAL6w zv=IRB0sddAwNTH*nC6nYDb{tGn?}4l=*S<*HOWC!E}dMPNp(oy%V2K1kWCJq4PEWY zq5Yf5b`Z&)Ew@WQ%4idPh#o4ShZg#q3jQO|QuAV~zd79=DCB+fA*(;d&N$MX%^JIE zO;I81?MSv&)QZh(^JmA!BG5{z?LU%2*+^AY(K6l#$YrfPn#pz*i$BBPl7sN~RN5Te zbP2I4R$C>$u>kWGIzmkc`w7E_=Y3}HjQmc*g~c94AF%fBMt7%vK! zdFjV-zAfN?=~+4C)cTy>^L$l$>A)+y$Hjd>uZ%3`8(A*ol=~Uw z{tmn;_skz?FNJR>Q^%{+`}^I#*kSTW_M-PxkvpcW>T^YbRoeS~$-KZSt5|f|OTIkvO-ZysYY4ledO(h&{qsJixxAeBNnYBRr|C$d~XNd`9`Fq5TcSq%00J z{w;dlQrZg8R+zTrlZlM?m~w%na!#3<^Qvrbn#x_ncWPVvO(UL3jZ;1|PH`G(S|6$X zM~GWyoMYROL#L7Tu8b2s4BLsFHKgeM_*75pB5Z@ko{ijF!CFrAJO_Cx8=}^AKKS0R z^NjHku3}ulzw(V|S~u2rJ(1A&Pop!OL4N5Q&yCPI-yC|9{enC{;L#qw%-}l)}|SKsium333PcqA3ykh}ItmL<1fi@N{!4ooSMOUNN;aztKz@Vij$Tf9deJQzrl zZ)dQliSJv0MP;-u&LX~+^SdPrA5?5vuyslMN@B|nGT+L_BHGva1ucBn%1`GPjE*y{ zMSr^Gok7Kn8~NKtT}y4xfMUE|`-;2%k}QzlVRPG(cDGID_v#(sG)jzV1lhmkL!klf zi`zka0pbJoe+%+geuo{%(mmjqTuG+ykv|Q`H^;$`sgpjdY$bIHpO4e;J$%3AL)JhQ z-yu)Zs{S+_L#}of(9SX1R(WINPtp-?9CcpbUgTCZeU#;X@Qye@y6#v__uP@K;-S$4VjTEKT|!|utCJwkbvkv~Uv za_KE+KIv&atM#qdioN(#<8v~xcy}=-qFeR_%D3=fHuDF3U!FRFvs}mr+Hzm&c7N4f z`%CQ1nh^32-c4JXmBMu`2`Vfm|eI`c#Q2dx#7i}maqmh4oSRpQeL>{Uf} z*Rf9(AIf^>pY}RrIQv(jdF&3r^7o9Vsmo5tSl|_n8(o?l9e0}fA!}%Uc$&V%y~L#_ z>Xt9m#)izkuVP}bV*%oL0?67pa(AvBBA&}v69yI^`?{*>ODeyXWz|KeYvA_7(6z?I zR~l~jVW+bgQ-ZxR?>2qN8S2A!`XJm-EG-}&q`vDPsq5!lf64f_%$u;iZ?ca(F60oT zFA@5pKEZo6E%f6fz;$5!xZ1_s$CrJ4!LmJcqmVjrSUXUXSt=97z|Kk1K7jMXroySj-@tb`MvLwp+kBX97PV~*^q z=6nSou{ZwDgo>fRYS9q3pas$~x_VvE&Pox^MYH(Rgk!TN&*yp}9Yp#^vh7gv z9vFgr+qKDjPhLv;q~|SP{)Uz4v9N&DK zU>9xtE3#4NC%=F_3|~Oo3yvQNJAP){UgitM1GwL7&y(s){{CP19-J)DoG7}}{sPf{ z0AGgtKQy}6^l_EbN7)D@zu+%3XN={C9p($i&odfFnh)2q9#^~au}2NAGXDp-A{QdK zS_rOoVDEdF{!7nYlc-xd=`LdjbYdC)>7e21t~arjkL*(-Z!dixJrBY*W5jPdaWAr~ zp2bi60`2{C@32n8*re~F?bD3OPHgR`(Zw}B6~vZ_KG2I!eJlNzcPcrv;m63-itV9+ z{S!j#+qn-kvoD@`TTtg; zC00n^68~-XCg|HN;MqS7nVYb!B2&8Zm0RLr$F}-CaH4as1Jj(k79^F+rd)_RBvW=$ zPHnw4#oGHEKiRowfPco2IC%0gLyL}$$%kz-yKOT*l@94By!WqPzfR{qUp^yr4|G@2 zg3sVB%`2YFBU#v!`j=uNQSA=s%;I;?1Kka2nVo`wCw&95d}3(k16j_g$a zQY)+P1Tj83^S%Uo>PGHWr*KMpL-l={`u4)>QQCIv%O*BQ`2INad#9&keJ?nOjNtoh zY}KV(>S?DG7!I(O7fsv=4atX)4J@*cH}GD(cKDaz58p$8GkaPm_!`5Kr47CqKAzf= zp1gHE-px(gYwYqRHi?Drpu2_f^JpF5LzX!@c2?Uw;7y@^mA#gGy;qy!lh^sC)3IM9 z%4f7)K^gkY8kbnUF=C8eo2zSQ7LErG%f{l`RUG~oPoih;(|f~TNwGl@(FM;>!h2E4 znxu2<keoXSyn1ke@wn!8Gh9eqyG{i7I==Hu5X7{(!}?S2OR0p#OaCN3PS(Kj+XU zpNQqF?^;Mdl4V;yW9AEO>{{#b5zC#~R}atMdB}==9G}K?_EG)lkabl2C!4WyFa0lk zk^9NhB;De`m&f(Dlz*z|faj8RkI%ZK=<#{{7GF~2OS?3^rTmhj&O^b*rRZ7UHkdbH z6?4{ct@Ohd>f{`uKIOO(p8mz)$&s0(V_+@*#-f7^aGwnK8O9x&mCpTWHZee*#Qumr zE#{bgvutwYX7;V3ZOuy?X>T6B++%vzw z0~+5--Kyiis6)IXKX#mN*}Ia~duY63u3|bv`gNYm9^69R${jO0KTAIOW6HouRl)e7 zn5rTDBPnhPnlN$1r^(B2>PqD0znyghv0q!XMq5PvS>!v(A>TwICt@Xn0tH{;)8UJ<>)ccc>YCrNs8$ji5F-5H3qjZ2Kc_yQ8d~a z&+-H8Y1Mevc|5iE)6Y!C@!{XB>0jiv_7yOO^}k^ZnOm4F9t?v=joH$JANTE_r^m-iY+zN9S5;#yrc&%hCN3&A$k*z6DS2#lPI_$uap%qQ}W$ zfE`Nlf|5A~r;NE|y7Vl)XMW@Cgv2}g?Y`TGJlP75C?8vtdDySqL+sPZnvszzICY+I z3UH<}?#k;K=1kzKg2~$ja{!p#|0g3au4b%sh6ePRwg)^t&ixQxlj8S8Z!5?ZoJ?zn zl4xyozUUm`fsq>VHgg=)qmWk@6`c*Dy2Hmmj7r z&JrbDv$VXP5De zpZhFN&t~zApZhFV&#vGZKlfRdo-N`TKlj-*J$oO|__@zg_3VQ@lwDOC_nevd-y?=$3V6;_t{yV36E~Pq2$VW_(B&P!k35d`MKY}syZj|jGz1LxSkP* z73JqX`!7AahG+cTXTQ?3c|7CiK0C&<^Whnp|57^6<|%e#;LXrOntv3_aAs4q>3Qav zdSXTnQHSP_xPuexkKF$XJ&^ykhkBTUw&_}VocM9>8_=sN58+34?-zSx|HXZ& z${ZS}__1x3yFvrsQ9r&z&R<>ILIblkCDH`xxalvjPpmFIu}oj9dYju`C^^i zn>rV##E7lfR#{#;fUw$Dc}wZQ*L3|v>A(ZJe!6s^k*mQ^(z&F!J31q|6|Kyr?Db%c zzc@w!309V<8v`(_f!&tx%yVg-Z`aih|*6V$~?JINahCd#*8?N@Y4%CcmeRr;7 zKm3ma@{d?YIUgfNY>Z>SAzmo4hd21HcN}{f#s^P(Cj{?6S7hC~FihM-CVrth_7@d0 z-%Fkr5F6_Hex3a=$~T-Dlz)tMV(>1$lYa4j`tm%oxrKG9AD?*%KE3>g<|b^sd-JSm zr=rLb;(*DCZ1vql-{LQQ@rP5--Egd3aIU%b2z(w}10JH^{HD>{e+@r~_tCHSwmh-D zJc6Bj4YoGT(W0T#)T=eHP219;_E3+rPap$(fcEX=v=x|lnZb3yS_y8$n%4^)`zQ8W z_B6~SWd$G~jd)h>Z>4QFX1Q{)bu@?Z46k-#A(nYr$6;glD>oE5 zE`*nr^aH%d{tkHFovZULZeS1N5^TG!jqT?~28wS}LW!7LbkgKJC@Fs*8hDEKO+4=C zck3?lZtX?h)nE9XWX0ryX|a@U$CenjSN3y;XrINH-Nf4SX<*r$@RM#%@{@)eK5f>l zH#My6zfhTF4OUF{$Qo>z)`Oveo5Ak|=HE8X4H~FQ$SxnUUNqE=J`=e^J_Gb?a-Bg3 z3oGw2dlUBh@MQ!0!XM&yspQ)`ux(b}HS*o}67L?@JL>sv;{R`Rjcjyst*Kt3d?&se29Nn(_e{}A@p>O%-VO<{z4a~z1A>8GFySsLci>*ZtJrC_fJ;I-} zr@9{5+X4PuSii!z9X$II*XYJi_jmHHp1iU3i85jOb06BY9%vyOBIG^4&|Z{JIv z>3x>t?|RdJa8@h~v8Sx^$9m`5ty+8D+u(^k_o2}K)9BZ#ZwokLUHDiBIldOq*M;lX zlH0kVJj_~!`33u!vu+n&_pqi~3XFp&D;sW1a2+-`J~wL*Hrb(SZ!O zpK__n)#Tv0%y-q{rlnJ7G^W@oPX!ZjNQZIj)Ot;IS5ZEN@0QvAGL`oMw~sMOwNsy( zoA}P5i3{gUFmh=HcD6)5BjM0<>H`|fXKnkhW8#e^)5wj$xl*5p&NMdj9l2%BS=X8C z>c3(FchJ7hYZN|rSl0ApTFlG$K0n7}b(r>&^1Yb$Ruwz#H5A9x7BH7DPqcL!JR964 zofGM{kxx0(MndNso8BE8B7V4|%K2d0J6If3KiEGVH2v%;juE#NT#`==3w64Cw%+kh zXnU7D2-g710OgC_aWt^ZF#V3dU;8&_w*4NRZ+P!kb};U>$cdSySjnInYj4R5iq&xS zs6OO}=~si_tjCkTb-xpR$bYClUMMI3nB!OQJ_nzr?{mhFepS-1_uvQhJ7bLTlN=FV zWy>{i^$h!@lE-n(_8JoH?R=l`YVcT3d)>4r`k~WFW0-0122O(Yw5PZ&(_X2A2R&E6 zliN&|pBgXE!9;sK!|m;$J?$I+i`%m=*51fcHg=EOz)5E_-hP$XmI*ST#h3{c7DL22l_WFL5KLj&ZB$$N(RTGefg^-85mlh5O|OU%STxnJ|*LgwhT%>R|x2Re|oW`0K>X-S;LQisi7{sB8t_gHX_w$qCT z6X(IUi4NoDOpfO{lOwzD5Ov><&oP>?r(5(R6FlstZONbygA2(h%^{jQ_uZGhUC-r@ ztKgmLCLhJAzfHgSon6$m3qOuzYP~0;anipzeis8{l8-29ZhO#o(4hzMobX_cACHa2 zI@L{%1AQml>3JT{U0jZ}j&l2`eLNxTm-3l^9DLrzy!{I~|O*a8JDp zw6>Q0bH^IR2hQ%K9@%Z2dK_5-uFA!?)Nz!(m8|hI`x>Z6 z&xJ3+t3Hfgw~RGDiqV$tSx>vS0Qa4=tM)n#+~>C^7<*{TZ6jGW7(DvN4-C`Yus$I? zO-ty?=+a62;OGtRyi*BoRJZz}{-__W?JarTq<4Q$d;x7ftGMO4=s@=~USa=@#2Wja zT5$&yao~xE%ZbX>?rqQSw>aerl}xvYh%VsISr!YF}^aQ_R9}j(zOB zwH=IK-gI&b>G}cA`2nAK6^`#C?^fr3;OUZmUU>4Y3dF1ea%(03ze;&!o%hzxfQer= zIHjy`>cVVd2+;?6R^!{{8lj(6{1jh^Udo!)iAx`9$F^E6+io2mmyvm8ob&#i^#J39 z*}J}LCiTtdw`U1w8c=2Q0|-aTy7M<3UL<$`&mOB zU_Y1erS(ZBeVj?o+b8gYq;Vfj!*|G8Jmx*$t55#POH6!bN}9j1jQ^|BmJEcsZ^O4E z`Hn2Ez_&KAj6S|g9|TvNeQYl5&jY())7lX{DwZcl^(!vyt&@(PC;3BLMo*UYqt}j?<f6;Xw~xtZm;~`#nKSifY zbLa+{5$wg*P2JDR$4xwBo7!UjFIGD`Cq?I_C|?peS%MBe$=8(Lzvxa*DrbJJE?^8K zD-~Dqpz>d&n^Pb8fC; zds``|b2$CTS9Yg*k^KrcZ#-%qZziNp1e4 z(LZF^9a>Llo%bUAo3AmU9~O8~Kk~V50e3mXKYWZU_8ybZXsIE@8ioaD=_HR$(kSJ;2GNcm5y)pvWsyeiryhevzZo;FW-4-!jX zJw>ooE{ZS*laqCxa-nRsBIY~4J<)u#)e0p3A3slHxYf!}{6EgTmpmV>+m97PcMUWr zdz4E1r=?p)#x>ac^aVooj_SF|W010K4QF@av& znz7^BjM*!{6CEN$CVR}-_VK^?KO6XGfgkp9u6JZmM(~H|V{vi=Ne)^5Puz15Ji9iK zsZ$+(vzU*Dc|0R{8|_K9gq)Z$Gp7x$3&zZ^?3`_ieh(ix=Zp+s_md6gIP+VNcU&<3 zq!qh#aB$m6u4hUZr#Ye4zSZape)6uc$0#z#YOVIOU!DFvV)|#!6Cp38)xIauzxU|h zABoqg=b7Y$WY?}yWn1(=c2nrJ{g0X-z{klClOGP>aVOvDUC)*e6~@chTa>pZ=qJw{ zd(zw48>fA4T_|Y2-ujp}YRx^z4_}!Wt3tvvXp-{T@Amee6vFg1()IJFr z5E!qyWKxX{U!O)#b-!P<-b$DK`9|-|pxSslk8=iShg=8PC7gQQ`ZNb@W_~xc&-^Po z5xto6$)J_w`F$?%Rbi{wJReBd>pw*Q_tNjTIls-ce{h1abt)%@*58%v9XHRD_5{m* zSj2Z@wd>CL`aZdBwOL5}fgX2{K*WdBQ>eYOC1AgLp>oCxM?LV7Z@f$_$=r zII~tf#o1u5SjF>g-y+q03ACs9LKZ*^^#7rkrE_KlKS%o~p+h~x?pti=a+7W7^28G5 z)yoL>@V`r+KV*MOl(MSpPU@1cPjP|dG~M!bU>@t7vfd>f#bv&R|L7OQl_coV884R}3@s#R{NO!Sx@g;_Q_-kPpOOcn&C#^eMm*S`g$Z3$FbT)E zGQP~|IT!jy~NB`_$&L$Ttdh#lhim&BUK=2+e z_raqxfJbqx?%C__GIr~h%xZjhK6^T6`M3AynDypB{91Cg@H{@#8Zfe@U>Mg%7oN@f z<%AvEz#0^pJuo=Y$>Ag2lXX`4X?#K{it+JI?>l)V=f~!uyC>jKUN#?a#J@YCbuN3E z?nOV*Ugec`YRx}l3n=1y8(n_x`ba;qmE}{xTjb!?jlHv`ZVwKSrmU|Y45*#G?uzE$;2WjpQhvEV?c*njwB(KVER!Jb^!d~i`;Bl||;t39y@IZ9OS zB=>#Z$-%1z*ppp#((L~Wvv>P@_&OEu{gTJ3y&9fZ9;VmyT~~^6HDnE3>e>kk1ji&8+f-iq)U&!@WhFtk;_l2Ks8Ip%+un;4jCu2B~W)zgyEb zJM|$ilzT$;btmd$?N_np(4t1IY2@eDnb&<+q-_5@@-Av$mae)s(a$)~su>e>o-XAt z@q_b79`Po&FXiM{JjD^@VDBbRv2^4O$ZnM-kNpb&uj1=kZE{EFga+;+&h90A^d5ZW zrXFx7SY{IUFMXk&wV?L*XdXgOV!w&=KEr*_cirSEO6#z}Q% zL3?N53*iMjPv0(RH2&QWwVouuYzXH$V${w|CD&Ga0XP(&sE#i{hi)C>5z+TtJEc)|>HD_C_orEkVUbd?z?!b+F1LOf511_2C!{%Rs5c0E3!g1%SUAsVGokAza-08+4hl9seZcpIsi~komTLix5Fy1b% zj-H3B(E2sn>ott4^~8{-`PfhBXD_get6p#+T+w&4uV^fs?Ybv#g~LbLMlT+Xvy$;y zHNu;Vv(^6%oLvbHhGQa~SoL%FUU=Tjp!~Ke5F=T}qyJX%^(5GlsI1`N?*?VywmtHl( z-idzU_+f_E=X;Qq3IA!3{WI6~(0(d*b=J-88C+fc?JDSV5Bqk^_$2o2%wi1~LC?rR zzd+}Cv`9J+`p!&bobTSd`wM5!G!VC}qI^85j@{fly4#@(`g<-$mtO#{gI?R{bD}%#kAFVf zS}-5m_fHe;J!7;KeyE;~;-Ig8 z(N=T&rt7dRL5@fi0Qdp-b)kI?FuX3;z(8 z3q9!E2I(%@!As5!Zqxo2^;bAu3O){Vmd0D~Aoe0-$CMwj0J)I--GhH}_LU|-dy!}I z_a#3o;u&+ofc!$T;e^1MWRCb*GRMH1n2$~zbMw$A;_Qg0J+D9Wt#+Ng7{HHw(o6im zUp6~yU@3Kpr{fcegT_X|9MoPkAuT`(3Z;^bGUC|JbcjH{|0A%{=c2;(3nF% z_gmNpnOpO!92@Q|%0v@(p)BsjTjYty|74fR2BGyPv>w~P=i;(tth`pYkvj*QW14a) zbux~_`61S<%eT|g-TE(<55kQzcIqFJOKq~1vcGvN=d_-}4`+M_y$QR1E7!t?XzmJP z2&z2Rdb5@s^1F`}H{{gI{`a=itbb*zQ+%FcPZ!~9)jqecv;Sm0W81{LDnc(~nZ+6LE8sV%S=%IF&x2Xv|+4!ym^IE~odIH+1s3h*)_&n^HHLdgkd*7+0 z@Jb5)9-p26pXVd`LLDP+T8;-gPIxhxz@b z{odtyc&Ojh-?b>w?-2fxZpKC9Rtim^mmAo1?FBaEHl~xo9M`{DkIY(WDK?_M>l*sO ze7q1EEtVg;q;kd`nxAd{@7Mo-lXXV}{|70XI^D_lQSyOlcZg4f&wz4-oXe~21;@)& z<`UEY%#uLr9i=>rpF4n^(ylo{`D(qttiJp;&W#FWVyDFZzPT#DsNjneR*<9RDDkKJ zBDSqLrZ}W^B`|7E()Ae|vMlNVcgopE4s)N88Ky4E z?x3#bA0Y>LzlwX&iSqIHfJ3(o_#Y}0;-0a@?tOlI*s!17iSKgyqn)^fEc-`N4md+?DrctY(byyLN# zjSGGgJC9{!e1DQE+6OhtD9IZB;yAr0wgmtsp z4s*SR_H{p%>r3|3nuCl5wxH!JDUZEpc^mDD1{U*NYw*dL=-}Wkg>SA|SG_;ZIVHMZ z$h}}nh31}0>-dB(Ygw7mzkszOtufcf^K3h_Y^!MFiWhP_3!clp24Bd&SPyz7nik4;vd=-Vj{|nWi0)8+ z2-ucFx58^Du%QbK2)@bG`7&#O=V-r|b!gk17n&XchL`Xg1PY#O`k3u&^Maes1PrMO z7$)13&EB6k_-09BjQ-$%vgu@9=!cy@@os;Kb+jM2&<)8KSNX$E+t=uy4ExB@Wvq(|;gKoKm!g@e^yy00 zKXJZQUxV~3d^L68A4r8B;`aDd=$Zb0e*YVckH#%*PcEyO)7a!&ch&wudt%LO#;~sR z@;=RtvaP%d4yd=Qg>SK;9Mkt%g3rW~FnkQtc|nhJA^}lA$U$nLM;-`TsO_pjPJo|0Iq| zbnW3Atyz)7rvjYC*}a>5_#UhM3F@qRXYH{<)-`p%2>r2AG%`0t-oK7TVd9xQr!J4Z zguK&vY$crUdJvmVgmP-v@Dk6DjXKXNN;}e}BYzq`&nm)MRWDLc9&&64W32cBOV`PX z7)ETNJ^XLlTr~&Vtk!%p+pc{M*}2hLIG;L^^_k{9dkCcqnEQe`u`}+yJ^Wn(--YU} zh45ziAHBfxPUs=o+2YvEE&Fr-l5%eCv0ij8*@RaXhW^;=wTdTsy1RsXALp9&dcWF) z|Ey7cyoq0weeBB$t@H}pm-;j~o7VBaFC*3={qujSJT|~QHL%BD_zCdr_pG}tz&_r* z^?AfrY|d>)ww!^d)lQh-TiS1Vr zbAw&6{59UcKHrYD-d4Ro%1<#ZrEV@ja99eBMxUCtd^5kv8^*7=61wmK#{_#~8Etk2 z3Vz-+9@_1tjtJMlZIS)xPUt+?cfE6he&k>{YiZeL+h3N#T687w#=VbpHI<*+?IC1uXfa{~qck-H4J+eew|+pgNLxkmMiHv7sr zTbS`4_!#y*zIz?sRNqQ&3+&gNori2uT)N)B4W2c(oAoRA-=O^2nV$CkJWu@* zc;ol~+8J#1LJWRT5U8JC{=(OkrYwsJsV&i@H z9g__0-ZM2e8J&(;oOJPZVFCI6kS!;9ewI0J>1_-4i_Sb7?mHIm^S19||7-UeUu@-H zO*|EWmwG5S=U+MJmVQV+MAN>RD?SuoiWe`46J+QAr#RX0m*J!ZoIC-JHWoX1!=L)W z;5PpYgWIr^wEygR*~}NiV~g9vH(S%cUO?`V`&zc=GB@8==Uvf0!`UC%iHs`Qj$YdE z&0L)c4(~26B(L^-zpv57@!FJ7@tspb#T(zg?^x86l`35RfVQfz-3H_zI{4Qy;d~eG zZNI-UmfLFf`!-D4o>E%a*mm38{mlDmoTFW{6!;5}E1SvH8mE7G$j0N6Z+x>9*`sGU zl-0O@l{VCWw@tMH{bmv~Q`-VeXUS8gavAs`XF($#_W6l6L?cn^6n*?N{qXUPi{o1Q z{V2E%gEyYH*CgS2{=lHgf7FfL?#0Q&eH!jh#s&NHG~-x8{|28J-yVnGbl*q&>euS) z?r$>xb1yvKp7{Ur>$c@GXVt!vz8Srq9Hsoeg`M%UxBl(^39Lb0vVAoNq4VC;*|AP= zQgYih`{UGq9sQB6__}wB@;sJ*2Aksn@Mtk_9MCuPJliEjALc7N%$jnTiJFf)h_i2pbBsoYEwbM;JtJ>L_)J}^jH@^KO^@nf!!hY4cl=iQc-pco?=UVnbo9~f-@(;db zkE_|qo?G#{%jf5fA@yA~Y78yLuq0^=-$6%lc|~#r`~QMCcEF|RUB#RSJn;L$g=eq{ zhT$9kotLc$PX0vd_a>y29U=BKtT_8sm&edam!}}_Qn2B!gsvqIU!=dobe-}S(KY(t z5MA$LJd)`e-b{-_ujDQmt`~Xw5%RJ`4Zln_^mYFbzhn>bOJM=^GG`lpAtpic+3*X` zOufv@*f281n{jCI9dA}yxUOaUbnu@;zwb_x7lTcb7u)_@@?tk~_G0ql$?uOXFWkB2 z+t94!MJ4j$meKNpzKks|hWk(4<#7KcFOvG74PK?AG}4CV8@EmIRFr4v-A0DJjl58~ z`3ZS(Ts9TS3+kerkry%gfm|4p7oVZu--5ov33;)S`?o*0v~Wd|tYCxi(0EG6bow${ zRt)#$86zvQlVnAp{K977 zv^-?R+wi<>{mHW8OCw}O_J2!Obbj&s$cnj*omWjlR$Pm$n0lV9csn60K9-Ob%C~)h z*o3iUMIW$MAuF`r)jUy+ywKWHbx2-t){T)D`RF~ayl6mPXbcabLk!6Zcl@ZYVAS}X zL3S)i8oxJ=F@Erj=p+CR!{9@*qL6v;EHM>1uMRHs4atdHQ_Ci%lrwJ+99{LBa5CDs>tmlwd^#ynYwP46}4)hgCzitSiKPSK~w zCDAPN(npa&4&6=}HOEaFmO=FSLUXn&+Z1o^)wX!kQGKXq-47hg6>FvS zwy(oV!(US@xQIg;I4Pg*c&mLcIW)C4lnvp*hnjO!JSnO1+4$SAOO%ub`($q@ye`_b zz@BMhAr^AQuUGL0aQ35AYx+m=@eRpuaP&-yb?ex2cFJ%cp<8!cj9$WbqvhRjWBy>%Ry&(czEf2hg>9n3r2T8AntfIlWI6GLC_R(WVSL z!{DUnEOBODV#2ZEO4m5ee%bh@ko++VWansSzl7|=*i2$6@XEzKm; z`%J@L>1L(o_YG|r*$3P@8sCGwf9~=BJJH=gI$g9%voO{Y$YFoA6;9uk9%kT z(@2{+_UBXe=_}rW#_>O9;2+9ryYhSB7CEZ3cBSXO3*QqvyRSG=pX?^h?33LHeirad z_VEn#y*IiXd$`uVuHWPaa-^2>bN6fw?e|E^w<+7Q^13(U+f|%3XE6rVr?x|6aLJa)3qlCvaY?=g#@T*==b&$JQU*3-52?r+5g(1Sy{T6~^FYd}o}Yhkaf7 zC#DA#Ut9df;5NnCGA{+8D{Oj}5gOi~R`fS0@^LKXIm6CH5_i=au*$BKQb&maLEY(K+)rcf@(JIwRH(OwPOP z5$_^*u)meM1Ycwp=g3l*&d816M-!Z`k5cem%#ODbTn#=sRr%S#v4`^uy>0J6F9(6C zgE8z(#0%WZJ>_Dbr2NHbmop;v-o~%QXPuI5GeBNB;r?BCV0u;d_A|46u`_R2t+K;j zFP+evOJ2ylIwTHGg9b=EX${(iPKF0VYKF((4;Njb^dZr(d?}PQx(apqgMyrBF?3M3iXX5KoAjgLJbbS7SjL9z?QWZEfkk^nopy7F+I@h!U!$!)_+zCv)3jA>XB=^2 zKs$=D1sx6Jm#I3HS9B9?x%D}9>HNl#b-8e_BraBP-{ie8+~?Otj@Se~1eaUaUxI_v zz;VXlE2FQKZyj7_n%JX}?KrvK-FBV<*YYj7xDW8{pDT|Ld+;p0w-0~t0Z(Qhx_m`s zrSbtJk1cud6MgwUZ5%+xcv&kreaa#(D$C&K^Pa2=jw`WBeOuGFG>OihLJqylUQgwP z-9>w6X?u{i(GMyDqQj(|HO?3lpGW&0e;Qmcnf@7=%{RH`?9TJyb;@^BUhVk38Atj) z9%_wya*tpG?K?s{E4?`;cI0mO0XmG`JKKu=_{&zm_uI4%XRV*Jp`jff;@zG(qa3}ZfT%wqB`q9?QJaiH{ za+75psUxnS2l%2@eMJ%Ytp#~pC?13tQfO!BIrF5RSJ5W^jHAnVk6&$cRi7_v!)`|Y^I+j6p`u9DRYmxe7WxzA z=TcVRsB9tMR8uyAH5Bn@k97^+#2e-XOF0H7a7#;LL=AEM&*BY*(k7mx6 zYyqx_t@zzZ=G>H}kWa+Jxfyoop=yu+2r&dlz@IVP2tz}*XRvH9gc+Q2xpac|5D_x17D0XJyo6U_;5+ zu_gCz`VobOb0%YBSQBF3Aht~K?&bxR-c?F``w8ZF&F#$V!R_SyI=&TcZvqFt zy1FfX@&=UPD^zaK&E)#rflcdT`9U93KZq}Wi+-$SZrqG7O0gA3@%yVU&q24!4;tn9 zR&tm~e^iXhbE!HfWI8&B&IfVeLN6#6Y-@q7gY)2$^%J)*P8_@Py39a7nc3F+x)Zl~ zGj{7@&)+Os#PxtDy9VD*#SQRuavjP)I{JI%F*W<3@Xr?mTg!bTaq#E*Uz_OvY5Kp0 z{=4~6WAtCT&ap)Q(LYAyM?FS7(MZ^`z=fL|b+~_z0pE^W@1=*Hdb!bXR+;Sj|n`pmmHWQa;Mgl8>W-@iUnK=T}rRJg1%i$rxAXIQ{{6= zZcnzlO6uE7eXsCtblj@T!=itk3*7^rbk1!*G=J96{5WWTJh3(tf~TSVAGWhsW)uD* z=;Zh4r>{W6=&H(rt-G5=?_&4Uh@k232vT91XXN%~~V zDDcMaqP>m@v`73ZGJtV()>3M(-ec`kxh%^4?kV=mf-BX17Jd-k^qszGA>Wkyopi?? z=-66&y-44p$U*8*%v_h?PmZy1`jLEo!|+;>K6lNc-{PeYgDAYWaDF2AQQ5#=C57Kuk>)E{}w?AHarqW!z?ajuA-b@EK~E596Z>px=NEqCD=PoLG# z5N!*N6`XBh#?f}@L}QkZy=;9_dxnmZ;()dG{G5ToYX7?gEKVEBS)CPpjc2k2j77s5 zFE@WlH+#d$3AxpR4vw#I&i7Ni<_$cnlwDzVXubHMo7hjqO1gQBTzZYSICF1AG1PWp ztd2Zh)zhL)ra%6xIfutObq)XP8el9xoVcGlt-0xQjAcGCn4hHn@Z`{XWYEGR=nB{e zIp?kD`i~)7`-lTTKdbGY*xa<7auNSbVimo$s~8W(AV|N9Oui&Nufcitd7ha#3(i5w zJLs+LAZqt_D&u)XQ9NXniUW86MZ`0e zB?F9tau^3t@X@EyPLyR>R%Djg=^;B&Sz!mmv_i8&t)#NVq{6hKvcgLJu6wV0%?y)T z@Atg#?|uLO?_IjN=34hU-s`Z}UTf{OF>b;$^Nhh-o1ky8w+j1KLJ~VzFK>&r{;3+? zojT2X(6QcHeqYRrU0Bn9T?<~aM#t7Cj+<}a__n6KgFJ@3h4=8j#=fN*|L#baVW|z{ zy&CMBY}2hx_&E`H!Vlvm+9UJ@(p#YonmQHvNemRlw8tu;ttiI6#jdnRGn4j5V2@@N z)yJ3#OZxzgI75N@1Qk+?J9p=)GAzW`gEzs!f+S@nk zdouC6@x7M&U8&!`9%ZKbAn$X%=pKu2*@wpz1$V?4IOw=RgyOkkF}0iLQ5I;gGpS$1 z#>)+ zjlwqItQ(9cslRFA&v!p`ssZ0S)ZJo@2uOAJ9G*qK!M)3hbvJtFDHCpJkH}8w>UdYH z9%d%?Es~uTcBq4T-BxMyq|3AKn!=>8KR~$9$EBEO*0~HH@2hqYBj{|CI+9}?_zluR zX{Y?3FZ_05;e&x^zdukjDDh5ucGFPaN8Xitjq3f{ZQWoHA>Xxaez8BEGyKu#^rf)Q zojVXu_Z9R5T7wui0CqO)6&M4zM^0ORr2I{U`x{^%NAAy_J8%m1>$@}OUaDy$QfQCc z9w5b6gL{X`l-sL=DYaKY8!^8}l%tme_yDdQxb7Uhv{#8A(zq)1&buyg_8NozLF>o- zqgQcweypeRkM3{C;s}N?2#`L$N7g&EFJ;b%+0%ZC3Rvo_bB# zm5Z(oOT~rf+Ylr66CJ^rnC8iiE9wuJ0>yl!YikFDe+Ry^Hv9@luc3y850c(!t)u4M z+=C;GVtyN(7tq0!-K*w>oP(=ciTT;sbM#N(U0PbNJ=fuTPtchqBJp_>!r61W;NW1b z{nV^8?Pru=UO5VG+G^T<=nmh$9KOCV$l0r7an2t)$9cCQR}}V24nSCQXN1iGF2!|U z_xxT3z)Pmi4!aEb`XzQwSZDY-IB8zkFaBbFLD2GE_b$9L?AP$ZUfmbW4NIZCre6~_ zlkz(C+A!)T!^}AU17>bhhibw#%?8nQ?wXoWuCe34nmq^Rh4Gi(z0`8q;}y{)FM8+G z@tbG-(7JCz+V~INdilQl?z;uuCYf44iLUXVUwe~oA2a#mF|lwrkAguskk`i!{c8N! z;!D53{I}d_;UB7>d2XCA=EI=+yJoh>*#V8K+RbXMb?Mj`5acX}{=>9n{p^@9Ep=%* z>Q0#ESQ?m$Z!LGar91T>?aXo?ayzT6$Fxp$P78GgqMd)Eb?tZ@d%4ixEH$Ejo}h63 zO1e{DeG}Z_9Ki6CT4&hZr0@5d3cCc@eXE7QZf*D1;f~xKr#b9ZLFjh_arVX~9Tx+q zYOTXlwRYj8LkrUX9oCeOXkpGk#IqOg2&;HY5av5tPj|f2Io@}*9uefwROe=}5Y#J*F0akuq2_-fF~S^kUTY&6rCxn#&JB zUmKy5t)z=KVm0{MjYsIW3uk=5p7=T9R@VV?r*rsiWA@0~h|&W`V5j7R;4WMX*xIK4 zt^@H}o4v*fmwZTiJeN9N?{8Zpo$Zm%c1UMiq%%xh;v^ln@e?U{x9`><(PI|Q?l~}3 zkMEX^lr~B;bf~8-9(kp7qrA3K+HM8U(%s&=@f@WMYZfZ)l%_!(f9kn&5DS5O*H#PW zNYOVQsKNLmOlT)u(6PWh)R=iZss!^FlwR-qLO$AU>e&gWaem0Nm@}TO_kla{{x6NK z`K$_ho}*{C3|zEkl?K#s{t}I)QqTIIrtucW5c>0ncR!zru*DgK9W0)$Kst;xo<6GH zEe`vL(n9HWKdc%JVm8CUwx3PO8| z$2W$4ApzAb)t(Cv->K~5S&oUgy3d)AVG z&=ItDxCCc1QF~gVb%kG}6Jw$gsfdHh0P|kqjh*QIa^qsUuL|5RZ`FFtqI7N6!rbZF zto3rIYqQqVovzJV51hAE(mhc`VT)PY5vp9N?hCY0gncKzXM3v!^_8Bp)%ezkbE<|2 zBgTpNmO9+3zO>%2efW0V>yP^l!C6!ys6q=4NpJ3yI~`r{ zTcxiveyenc;J4s(cfjwqdb(=@LRoKr?vJG2f>>`sthc}sq_ZOdM(1(pipr-^3k^o0N;Rf zxrD)W;5Oavl8&_ArsfO0&tyLHk5}C9ng2@P0qTn}?m%(o493K7K8k0NU55R|Mv;Ou z0nS*gsl6~Sr+?p-<}?I!fHMj)7eeP!(Y#2j@HE8dFf4iy@1^0402=>x32(xF=U1Vl zdW`d4$GeiGYnn63LcMDogK#^Dk&V}j?O*m4>l-j8l;7mV`3^_}#?R{qVGMii8*<*m zf;H$6TtDox=1>}%9ya9EW3J~E-W_d5U-Cm3-c&;xX#I8p{G?*+Nbm3tAiFT@8PXeZ zjF&c$KMLbg`rX=khR!o6MV=c6TF;#BYdzia+dFT{XSL1Mdiff~wC8A#x2pH(FVR1G zeV;~OAC==>=mXIfvHMcpngRN&Z`D9*O2q={?Wmus_vHgpO~E{TnF1Z@@Qz z#|O~aYGOnJ*8JZeu;BM z91^V&o zJ8<2FYdx-YxJq%U`y%=Vy$%`it`_YDY((1L#T;BboX%4EktW6kXEl$LIlSKtJBVb62$5>bvb3b%;$4`Y51p2LPU}YHQg}{WL*Rcpg`tIBM){_+O+i}Yfe~8Jt!;3j-iKIv;|#8) zJ!ehnzX$Irw!bw|3%-^1q|ke%H?`N_(|KVD${%akFT9Vn!4gU%(nMvy6~7_dmIb8t z)Ci<+*)Bl2r(=AXjkuN|4O0wJqrKfx804--1Wx@fIDTzY@XoQ6_KwKIQlxz*uEFp- z41T8p6M=N@HuWKGvF2v!y>}z}p8erS>r{kw3+7}7;XTwgNJG4)&A{9#%iFlimC~o; z-Gg|kOzROh*78B(1YuVKGB{2=_hf`Uud1`5Mk=;MTSxIUL0GR2HAV#E(^(3aCN4?7xV zxj@r?@WXSJW1{t`tes-LGq8HxNxwE*b5Lh;SBv$X*Nx7NMExBMei?pG!93AyU?{Hb zy`VMA^~(`J`XltxfnHh~K3u zKFCj^Pb`H!mB&fE&unUAPBOAz(x1LRlj<#gQ~RShU5GOj?p0f%c$8b!PL$g$xHTi6 zl!ht2vBuw9tltawnVmi5N&6~pMR{fd7ijpV2j&Vq{f=Cpv6|&dec0(VE_b%yKT-iPDFG7vIrCYieEBin% zd#abpKFiPJel^@DU_YCZ;Tr^cItL*QBLl3bVC-FoBdgG=eG9OId9u>N!*omRBRI1PObx%=o{>5hJXb`d|R zm~*=yYmgTV6aEGCc;`jjP+5|jrFg!%U^tk2AUCdygj0^W{BP*I@e9u)o}l`Hu~3#KzbAmcpp?$H8-%l~=v-YoYd0Kc(PyaX#Z>#+8hvj1MwaGVWmfgz+jYFp`O|@gY(^mob}h4dW)p=NM}lzhL}@ z(I1PKWM~nSjG1vL<5_B;yXoy^Mz$8yWv#>^M}$H-IsUF`jWQV;W;F zql@u2#&X6=#y1%EG1f6QF#g6Ef)@nI3}uXGOks2}-p06*v4ZhA#@&n`F@D9^%-D*{ zt2?6}DgK=0a&E`v(2r5cOD+{wO%Y(`u$Ekj%7#k&WR}-FFL??EW8^=zvqa@yVZ|m6 zZ^L)A~@sXD?$5>A{70iQ}SNZT7 z<`|>trq0KI19PnJ>88m?E}oF-Q}LOYtMr93SMghz&-9UJ`*4R3FJi9B;|3pj33HX6+kE7uK750Z`!XNC$%mIS z$CzC=kNC(deE5?-ypp-n&o&=gKk(soKK!r`ulL~% zKD^O~pJcA|)#SrZ`M7WP;eYsW@uW|E_u*#ds(xCStNIef9FsM=N%oPaGVjRpBIYiKJsQCdFWFz{e9WLl{wBG&`m0HGxHMWVazL-4`5#FXWoZ-4RZ_gX6E6{EtN7p?EBMAJag3_r!eopatCwOfBN>9 zE+6-0%vJbR%vJrWWv=wo#Jn5F=NrCn|K{62`L=K0{-A=}lj%Zw)sgKSa|AGZ+ zwtRbrQlD6`AU(sLo(*)^^3!eE>*{NyyF7>8X+wI6MZg`^ zpTVe<5fQlPH!fOxsLv=wF-nA7ue zl~;3mc3ys=Q%`Fu)didL!u~mYZ|_+JQsVRC1%=Q=MpnKf z+m>$6vF8?;b8HTkPkW~MFOnkl?s4bQmD!V|RFC|kNlH!6a}-}lX_W86i~_UMUQp=F z)r%>0V!TM5IeT`3o(jlixw>mbOMd=z5T9N8el58p7 zg-Yr3m0x{L3m2(5wp`mHd&XZW)z{s5l}hn>^!g{wd9>fcozlOLp1obeeMWJvEeA~_ zD>thk3q8jQyVJZd&uLcmLdk6f_M)r;uj=pZ3gNgb&qbqiyZc*-qkR8KkAD$9pH2yqdjG{h7H>A2WjY@btU|w&k`g?nd4AW5-c1hQ4z)`W5p8dw#kz%i-xBggKVF zjks)Ee!iE~Y%4I!TZgwi#_6;bvtHRtd={FzGd;7|%d_sn9G92lpdQ*hJ#8`W80JLu zV_xy5+H&)9i*xb{^UWwfd%gornuFHUOMhtWVr1rxzV>uaRC0Fi26ewA3mQw2J752b z)7V~xL;lpWlNxgolHK``{E@vc!b-O%^fqc-r%=VK;!>PY{Z{_Hxk@u(Yg{UiDjY(x z_x1y-8?sl1{3-urr_$ve4%vIB$J;;2$WS`SsC21#l|OGTU7r6hl?fSDHs|9MmXecO z->@ltbdkOKtb}^GS)B7U{l>k&`1DIozsGr90zciIuw~HZ!{ZDY*(C`}58_kEi4+ z{LF`?KgEsAl{**5pUkN2sekT*i~1S5NRNb62e8hn_qo^yBB*~L-BOz*ol_YRk{uz< zuaS)El9ExlpX^e9P?x#`I*V~vl!dR!FF4YZ#sh9%Q}+Na=h87sc~0 zT;%R0T$HZ&aFP5FE|Omf1=2H8D3n6_Nyk4_H!%lWTPER&DGI;IC_Y?_7Kvgac#=pE zabmid0QSGej8bg*&mz>nmiFgo@u+bZ`*#CM-1lEg_p4D?)IUx9y?@>ztijR8>Yo91 z}f-R{+=QHP_#8<4rf0+;Z#M+iqWXN9p=I@7i$pJ@=N~xAFc>4?MWJe9J=* zKl12f|EhR=>l05t_4G59&p!A3wijM}scQSnue|!&j@PSqzOiffn{T~cvuE!+``&%; z{o4Hp4u0_AM~CV@{^ZlcpM8F${^%FS8ovDM>&D~XoH+UIci%Vt@Z(RXe*Wdx=F`9Z z{>PcK=Y(eP^ABj%+87wrCb(_8_NERUJB4)a(lxYO_e*;8>=kD2-KTHA{sRVD289nE z5;1gG^)Wm5?)01b+oHcvS+<7TiUM2N^ zVfp_E{R^Mok9s-P|5?r>`*Sb&pU?wptKI*!ziCttMz}`v{4;2O@1OGTou9v#UvD4u z+jyS-zoSOsN4g~;*t}{I($<9E>KD2Cn;B+jzV82CZauC{!t-1H(lqazfNQ554=TKY zxxy0W3U6bsu+&Fh?jx`Ckyrc36Oty0tlWhnDJDte+Hwgkv+!pSClYp+eEdcd?=5xC8jzhr}eKc_ALg@3nugj48b zHU;f(l08jKvpGeK!wD=FQxN}@!fX*!xJb;hJH&J>2qon$6BF#|dcg35wU1)*=hT0| z7XH&Sfe0guo}Ungog5<^q!#vtiwg63LKI;Z*mKhC^gKld;pY)U9NyLxpPR=_6CxQG znQ7C8Wn>I1*25*90W-ur4aQ7AieboF#K&KelXC?Wfv)hRmj#@K7bPgk(q9Ic3|IR1a2ZZM!jLXxc)1AGV~1c6ABFGqu~qRY-zr{m z>9HgKQxHC-dlEuU15N`c9me1Zm5?~4a0=&>kjf$kxCl54{^(hDI-VmbUrErzGT;Q* zQ_0Hk3-wSb92t)jz9}A=cUW`0>Bx;VGX5+*F0zsF>&34-km>OFm+2{l9%O}(=_)`f za*!{(o)_{c)0yYClj-$!rPANhJ_e~IlgvoJr{Ui)=rjX=i@owgHuP@@?)2n_{+Zo2 zq%jA7^YKp^J4z)2Pu(=1KxQ%Y6#*^Kd;^&k&{PDT$CD%#OQ81%F;$<3 z@W^MQ9t!As3A^$@@*dewlrq*bn)XWjRK{vX(>u~WnX#0ymeI72<&5Qw;$609EN84@ ztYxfcw7e(X+fb{rkRzHeixA84oAjY(&LW^mYDaclS#V>AEL#l6UwH{gFYbRK{KCzs0UGLq40+Pr-Vm!Js)9HYDr_> zF?dEff0bYA4JgIb|4ggDFj*Go*bM%eu~f2 z26Dlu$D`g&wUG?uX8C#2bpG(jZ#u%Dk|=;iA`lwsMfRHuAt4>By4kX&cyvwG)GmtP z&bPg`OkoCMp&FluGEc+bqVuFvRr$XYo-6~IV@mU%Tal+ssHQH13+fd{dbQLgy7uV4 zn%%;lQm*FaDNX0sAK5z4|K!0fg%ANvlFrW8E6J9j%1fo8Ww^e2l=IRQe~i;UDJ$C^ zbTV!I9pz$=>Ps+}Z$;MhUe(J`{ev;E}_jWhgUNF~| zjd39vFL$%N?P(63!cA~5!^b(XAdd|Rv#|P`m6waS$@t+ScZqS+Yz}v-yzFVai#-WT z!n5-d;}Ry2pN_a<9FF9??5y-+q=pwkX4{=PS-IF3lb1WqUXYnb!zqtxXfvDUwGmr- z#IV%V&BX+)* zG4P@Ey`hhM-~S)`-*tR{WJy@`HxDeJj0@3_dv@2mi-TWXI3n!wp?-#mSM_f`uypQ} zH+Fpj1)A;{T49WPZtKeKz1LaayY;6w@9n-}V4D*wcWvnZR01i%+WoUnW^dm2y6wut zPdqXI?cfOkKQHR?>i(I}y!88^+wVx-Koj>^k_f)_m9CGhduHzAnK7b# z1#LasWc_$uMXjs*lD;VQjHtvB_q;vt`VV8LG}!t){_!}|*w>steYw7%^OeBe4H+otDch5sY8#}~=|gGYTf?7M-<>Gv(&^H`VTQ`T9A8oTD@CUnp3 zM%uQH7+`(MKiS#q^oRR540`3=s~6rgbj(AauKLaX11Z)zzN&#`z~hni@Ww3Qhu0``SC;jm#w;eX%cEs#_wNUf7Ore zpPIL!!wW94@P$F<_Yb^zXjRVmM|(_r>D|vA4}3B%rprr7dux}Lb!s?NdWCiR7vrBe zowt12fUlkj(wo=tIZp&0NC|%IodLGFH(%dl@y=5>7cOg@Fy#HovER~( ztI)(_dJLS>HFw_AX(zYd(&zinet+o2hVPGd{qePhBV8riE{h&g_4@kHpX_GLIQ2o& z;&Yd_TReAB$o5aId&h(qW!^tx$;WR#^Yg1&83Rxb4W|~ket%~FoNp`4Q|@n`ckdHH zXP?&o@z{_lS$DtQYfz8fZ*M*DVcoK~NAC}w^T}PM54^px;+?7eLzgwR4J@hnwZIg1 z#UCBwzkF(4`jw`y-?_Ij>(GE`XT!Feww7Mq=kk%83R|z3y8ig&h~=kqH-2qx(`9$_ zox!H21wVGk-qk;L?dd%atZ$S5%*t~CH%7!&W)%*O7;?kB$4uXc)e7s1x4%rQYFu1W zXZo`2-I_P&++v#Z;+3@@?D#!p_?jxeZW9yzF5fe)+mqtWurI0;i?_J;jM*RY?D6J4 zIoEEyCF&n_-HP9HE_Jm&P4ytL&rMy-9T z@yfxUr+hy4{giW)`gC47uj0zWuLsOpw7hHjOJAK>5On5P*5!>OFD(zKxOw~VU*g(_ z_5L*Os=9lAzT}CAx{c5DhXOOsuG%rof6vs)Z+|}eNz#@(@;?o1*!11>MQt~Ce*B{s zUihWmJyH4V-$*#I@7}=+?j9f2{+H+1n?o)u+J7W=|IW|*M0cKdH>MO`-St^C?WIp4IZxPM0TkAAx!Iy$rbioT{pkLTYw z;pLAzzV8=$v*Z3N4$o|y`P`RDzjtjt?6GM(jvjgQ7k(hF@4V%! z!eje>95n2P)s*~(uFEri|M}q3am&h&4+~kfF!9vLp+8jpw61OYPFWig^DEj9NVRs- z#s-xv-Pb$f(aXNy^U1B-hQAUUlX&{0?0~g3Ra(FoE5E&W=5E`rw5@fY-2C}BBdctg zO&ea@xUbXV4|m=kp;s7Fr^eAM-gXMcDh`spXO@5=km*kgyhiCVY5VO{<4^5!Aq4jo-uHtg#U1Jh?XKkHWU z%%rQrKYH)5A^hxTlis_%U#Edj9q9W~w^#gk58l`6rM)MfoqTv|-~)RNhu>T`sC$rhp!#S)?U?+I zpN=28`Qa}fc+U34;q>rV{ReEg|3ioEp8m()*k0Hsr1y}XVX2EdRXsH3z%BW!en>rX zXzyEtk7TvF?B=R|-?qAI;fdUYZh4>Heplg|f@?=_%zbnCOQoaVjJ4FPD}K7)=k2JF zGGcaaEcx)hA#opf|JwD?&~d*k8CRUJChqaCi>G{brq4#lNA=&ozc=8}Be%bnEi#Th ze>myUTw}$S2PfW9P&0eoAM@TS*!RJ%s@UB0kLT^X`h`o6pY4=wo3Xq5r!U|A!UIV^ zY)St5^x>t~rMDiudD!O<^r85K>6X{79Xt23<;S8PerMeD2M??s^5CzJ6ufd;6Zb(J?;kfrB{_jlrR-y5?=jy7uUhbs6!OZ@Ife zefv=;A{hWXLH}tzNS&viwF`y{@Fb?t$ z6qyAH))|~=0W2aEf*f~Noc8SvhyIiRSc6Dfh zp*SBXv|J17wp|PAeoza#b;p#=4O_cG4IX1oVjdXLTsv$ z`s~Z{3YPa{Udg;a^D5>v&>&OI992;_HO$pQP%ZOtme(;K%)FlY5ax}{BbYZaAI7|y z`Do_ixJ*CYqsSPUt9>^n=9f#c2xTsJ`Jz5BAJ1|Nb1U;m<}u8pn8z`?o9iuriv zHO#Hd>zKzdZ)6_FyqWm~=B96D{wFdwGoQpflKEujR^|!JlbKIpp2~bGa|iQ8<}T(* z%uAV1XI{=cnRzAinar!1&t+cAd>-?9=2tOqVs2+HzLWV~!ra6>o4J|!YUYv5H6DOi znfo($aC>geJelQz%u|^MDfi5SnY);qn3po|#Jrq&2=hwjU6@xh$H$pUnOm86XP(S_4D(dx z8V~Rs%>9|Wn73wL$~=&HIrAXqmCS>gS2OR z<`(ANnMW}n!#tU}#skV!=7G!|%!8P_n0IGh%6ts-3g((wmRA+?K;|{fgP7MT|I8be z|9;Ycv+~c}_#@|+c_{NS%q`3{i}WAGJdk<3^3Oa)xgR3kXDav1ipEm;bw^?@qg<<}b!0LNvGPMElikZ*9|BV8j@H-6&^kUDTCXRQ%i-oScQALbds=lR zL+eUpXx)`eKCkKLi>1t$=}0THWN3Aj46W^v$wH3E(3&@ye0P3iy0Z0M8}y!n0$t+>_OE|oItX7gKwdpv+_Nn+(;92oWpP za}U*z2)yYqONy}yN~@o7LOq92{fNLW7xmmj^@R9Db}v^0C%gA!P(6vj?ickOMfHXF zOmpNP+9In|>G>;_T(bCDzB>bZ;RRRngAC^^+H z%CCx_>RAMsa!>V*xQd_Z9i>OPr}{_wQ~9TQ7y)gn@bjT%k}G{sy^KI=xmhE23U9VM zJgTRZJ{2C-SIQrE3rG#cH^-~INMEt~`!%Ejs?QXk(l70Gpz>4kQ~i!W>eO>4)pO!X ze^lQoK9xVJ_YrWdo@1&0Q~r3n7+kN=`BnIv2v)%Lj@pHHy`lCI0beR#+^+4^|yZ)r<`SzrX+P8N)shxXsYVR$%Y#%CL)c(EY zIePhf!l!=0Tb}O|9`zGcE-JiqJ)e_Nqokq!!@C@1KjH~d_9s;1uGBrqeuYAmHEb#J zLz;=@lF8NEucusd^m0ma>sj_k31SAvFZ+`?cYBfh!93}seK-_b3cHv6NvykEWdGpt zFZ&0NJXg=ZcmF`;mF!hdNPn|n)3ScccJ1lMyxT#X-p6L^DU$Wf)Ba^Wi*@VUyWV*F zQ+k_-zLt#C%S3nmllSX*cYBh0igBk~>M6$EZ%I9Q`f;hJICuNY*XxPQr*}GJ`aStn z=}Kk|%XB5W+l@@uEO$C(x)Qz8LG{fOuT0luce+)&RR1XZ+gPu3=3wmLX}L1~3GVtM z{Jnc!wGr^sI?{Hg|YmVL%v`qhWv?OU{ zxKq41>0z!rKa_v6Q8h!R>q@s=`j2z>BTCQezDoY7BwG4cy$Fq~NE+)dSEWDI-^%!= zxbrF9&vw@%=|09?uF`#?S9&P?tMq-Llw;{$wKmn>rh3WAeX>_SM7fVcosdR`ALEsO zlFxCs3n`EF@t^D?pW&__GCiu-ROy@LzHdu;yjMM-_~_kKX{0>aoqx~xUf$`cUXW4q z#Hzm+Jg+-M1|ym@Igczy*I2jWbsZMtrCKSkV+#}WPnesTKg&Flc{y_{^E;R)Gk>3X zD)SGSJD49}?qdEp^HS#9nU^!)&AgKNVdmA$)w)0}^L;F@XZ||#CgwHF)w;(Z=E6_v z<9_C$%$G1%>omQYN3uL!$yvV|b1Tc$_%E6HDwd}*e~GzT_cJgrV!3KJYTeJD3knTN7mt;?u&N+ZiHEPt4J6!UkP$1{JDc?$DA%rlwa$-Id9%gjrdzsbCe z`8MVi%s*mY#k`hz4RbY4u47)!@zHaCG>YZfELZEK1DMCNJd?Rv2M=PN!tzAs zCa&K@nP;**pSft1^Ga=)7qNT;^AhHdGB0EPH1i7P>b_pZ{6&`6Fn^VKDW^xRv(~Y^ zgym`-^fKm+ELZD}Mow=q%bQuQo-aZ<{9!CNwwC2nz&w-vhcXXk`7_Kd%++(5iQTtl zc@)d1Ggs@>7UuCRU(CFm{f9A6VY!WYD9hV1&ty4IySeuzv}bt{%kO4h!h8mE3x{W7 zUdD3uylrItM6kSquGp}R!w=i#H zK1=!M@JBFjX1Sad6QYL0@6U3hQI_u_=G83k$2^qf3z=J(uVb$E4Gd-;#qu2H@yxGh zuGZ1@ovpA-VfjrgFXHr%VV=qI8-L<#u`DlP`HjrWnE#7; z1@mRhtC(+M?%?>kF|T3y)yykd-iLV|%QKiaGT*_xnfWf}#vrNRO6H-=tC(Auzr#F= z`PhwMi+Lu?FK2FSBlWqOc?qYt2lG&tU(4LWJePSX zyYI<7iscKK$8&s_D$eqi%+)?CGxHRdr!g<%@Ov@OWO*ucD~CUdc@fJWWM0brAI$4G zyn)OsSf0haig_OM8s>h=Kl3k`H!?3}-pqUpb7Qd7?{myUnQvuoVLpj@6mti2IWJ3Z z?nxt`b8UE@_U37r-Sy@fyvm`Tv+cYZrFa&v<|w|HS5XvS!mA~UXJeM%JN#_Sz+t4zn0@f(OMT=tOX@ABSx#@RX1P`T#a{WP*-kkdnC>+XC~f55Y{*pzvuGWwXc5mksQDcmW{0Jb^EYYk^h&N)Czbnj zcR5Qry+7yeKg*pyDPQa^XUTJY!gsjqrIf2xHx(bfrRE*Jr=CmqE8O)^&bLtQSMF&( zhTiV;=IJQ2mfTm~(m%b^=j~p;OHMX2K2Lc|zQ|pEl4rW>jpR9a*U&q>TzC0Nxms;h z;XAzaN%@iQ!h7O(xa+O-PqX6Q;TQVImwAOp^Xzo?pK?#@9u$f+avdtmtxvgbs8*S2 zotf6@)at5ScP4$S@Z|ier~W9e`XR~buZoZ6U$foyQOa|$-YJb-2l1p&uG4thrChi4 zyr(bMpSJ zk?+kfMhQwI*UuKY^(EK4mblx8Tvzg>U# z0JU3%ObT@0f+nkE!Pp{UvK?*+k59%uIn#DDx{I?@1FF?^#bZo zWDn!vvIQxw{7atcPLJgDMz}PR=ezp{$qU@~Pr2UjiJ!f-fQsrn^l6H+HJf!zDfpL; zkwMSscqrz19S=0UsAJBZFYDNP;0_)Cd8nGuHS_K_bUt|6ZXF}fy{Y3ZPrR+mubR0> z=X-wItMgy)*r)T>1K-mzbo={+)%_l>)#dXS?bmtCpaVMpqESa{;$sJO`?ad- z^^U{3{n-(p5sJkh=xB{C_*}QYqvH|XeabUBme1^8uiHmEb*y*p(9!i%;8C)#-Zfjt z@~iWBMOf`J0WBnaH8}xA3+H|xw zKcXYvG1Ac-5&oqvKfOdptMw@z%MIV@SRXs|D?MI{TbWOPDqiUd8y#J<$WXR3KQsEl zw@Nl&{noY7_YK=Odx#+=I&xOWD^~1Ei@s}Re%4d-ZPCYXeD2xB{ij7gv|`2fS8u&K z`tYMy-qUwfUi5P9VEmcZxzWFzx^ME45lf<*d;EB+VNiDTm6sfeuer$-9T~H1+uT!$ z(PblF{9{;odi1iuB_)r2W#e#`M9-Y_@U3^uTN3@p_GgyXTyBfbcu#A6@I!laZ14Tg zz4~=dbViq?vUQG}=+VR8K0YyPPV^^NH+K5v3v=`@{RVEUe`##=+mkF``ahW$y(4z_ z(;@d?8$DoYl3(LBOQH{6`P|WYJ9DDbHhr`>FknpdXNfQW)}{CS=*d@~?!Rxr!sz7q z+Y^i%uZmv2VA8Xbzsia3dDE}|xa42gM5o?cc~j=%=;(~^E59iedC~Wm{l2DS>ygn1 zcKom_?nG+z4fCHr+3J}E(U}XLANSP{Nzsok?f!e*y_2HvnU`ce(jz>@&$$V9Pd7 zbUN`VhOAt3qOCADJrn0`IdQKiGs%Y2Dl*Ikd1idkAlGa!vZoj7A4JimIA1uIzLrAr zg*bN4Y|Ay<9B`NcKXmF>)-wB0-KEE!{-uP4&b%D>$kuO1eS6bcOtkkS9%)X|*TB{M z=9IiNqzfO4$k7jwFfT2%JB#W2C=2z3314}>y`aELEb!GFWGkc4fio#&2<(y54>^>2 zVF!@go%pQEg#ws^JCF^!qEmUy(0m^LrbBylrViah&H6Kk=foW|?t${WnnjQe#CL46 z!3W~hC^P?-3G?WEk-Y$F$0sq;^D^w_yoF|mI$NAv4n-VAxRe>DhwsEGR%v>f4}&b% z{Zu2w#3BdI`H&?lOAO)W;Nuq=W|SIf4(b{>6y-dSe&uJ{(`>NJ&dRl4VeX%;hUXFy~A3Sm>Fa*5z44RQDI?dq|!5dXSo%BptdBD?v0e z{N-6VvjkNHpZ0O;RqH09eQU$FItZt^6+gGy()OSF&E}j z+0B_fDMHRndb`(S9@uvveJw=K1=S*N--zMQ?t2e}YH{?;atfGy`&0)#S%3C-;iC9c zK4krKE-It~&o^7_%h1DQEi~J690kRL{yM%iyIFNU_?`}Zx5VzQ%v52`Irf}9oJB~c z54Wy9?sjHAkDcyRRHP=@=$8T4RrDhizs_p(%PkAW?+{$`A)D_bYYY2F;Kc!%gJrPN zO_U5q(f>TO%6U-V0IMF7>#x4{ZvJ1D9(M%)-j9l;^XKc|3-!XjXU>{1%NR1@aPMRN zrfm53@ptx58k9~dio0U|9Ne1o=g-AaM#b}Sv=MzRCx3o^7JWWvK{nqv=f}*PHhR?j znfT}#zSlE<`RGv*HfPRIM~1wc;)CS~i!L$;aZQe!ok#~Q8QY;R$ET0z>BNZ1_|#lY z@_sq`BTD9NnxJK&79pY zB`${ItnslU%i5N9dX=whVV9u$t@p7b%SIo&IM_A8E)+Oak2is=gz;fco3zv8FtxBt z*5e3;9n`^olT*mArKP(Rav0gtP7g1th23mDJZp>aX6x>fVOI%755+;J1vUhRb{dKW z2+8}cSg|4_4eAr2ml&izodxOr5@Pi5%q{G$(!;ZO+s&5lB4MZJgZ$2x?yRtDYJ+%+ zWW13B4LEBXT$bSo{1hp$({(59Mv|Qac3x#YitOk+)v>MIen*oX4!aVjAlPxX@aJFa9=bSnWqK4vkumcy|Qyp^VJJb6`>PzybH3m_gQ!hGVUS)fgbGqM!q?#cOUO)dzPGS0UIy-Whh))l@ z6JtE%AYqL{`u+9>@40o4vF4^4|Jc?IEeNgiM1~&SQ?jR3%?&k%TV(lGpnSuSSLg@& z_vEz%EomFB-M3TD5s98Zsq0}VueQ2-PkE86^2yLUt_Jo4H%3%-y?lC}Ck{)35TkIZ zIFJq#^wpvsP`IH}@ZCsU%3YdB4xI`6qcSI`smI)PH65~97m$q*k*1@y$oq{l?={H# z0mO-VERK>+yzHZ4KT6kqO^Z4ie4P+a;tE|S^-_c1^|!Rm&)Vg!WtSv?ruE5RVTb*3fj$hJx$W@Oz_EG9P8C4)ut|mERtk5 z%QhB=c%yZV(begwM0Mez}0oTv9SgOO)l zx2t6@Gzp`-qt_p3y1H0LebZ(%s;QkJJMBnAnbMs!DiTn=qbcd{C!+qo>@1p*_ z2VJv#48^&&WjV}--2Z*(lHKGZ&WU<`kmZlARqsbGV+?1+AVs$y1NWo7>I*(eZw%LY zpN7sp=}Gwz`oyKmw3ClK@*|vmf=kJJ_{d$5z3L?o^O08~>}Id8L*T6zp63Ej(vjuWIy!} z`~Tc;#!`P$W58WU_CIy#Pp0T`)ar3RLVdyhKlcSA&=zqIMEYB{#rb}kcomm}%MABK z6Y4bDuq<2jE$F{m#y3~5Z!OEd;SVJEtViGbkgsYA=X#Hhu0YthzaS0L?_8v*pLFBy zmkbEz$&Q)`?xeZv_YnN9_u{xu^1VQ|Id$(oY{K}mgU6o*zpY+8PehuJ9tcu*qqRzh zWzgXzxL3&gv!_i|_Ci>=N?AAOYl~yUHIag=lHF`X+4ZM9-Pp1ZpnTmhL=&TM@LMgr z-HqRMUOdF74&H`vD{!egeCc`g-VFbxLp66h9}V3E>pE>&&ZWaJuEN#Kaih<|xI^~2 z51?F1bw9F?e;H->q|QBMhc)sR{e^LiCT_r``il$od$�L=7(0pY6Ly8H~~{Ts}z` zsMm>lduVwdU2u^&79($y^t^f6Ao>`SiR`#-Eb>n_(|I5lsw=;vR?!$f3>SuE;zwM+ z;?iWbJ{F)Qn=w|pp#Lc7zLOqb!?D4rcLT{S`V|`cHli-RA(G9N7xC{Dk@~$yxle-o z3FQ88pjVF}`v)3pb)&Ld?Wxx(h-VY7lv0T_PBp?mjcMiB*(Ed#o?&kS7Y*7;8cGX{ zsZDqs(lGvRh=m2+1Ia#}@f0Jh^k)-7GEIXG`g5r<9LOeeh(VO$dGJDpo@2;Z8Lwho z#&`qcJ&ao!UuOJ>@g$>x(f|{}7|uABF_CdT<6_2@jHQeZGFCF~VElyfsz@2n6vnZP zk%}YVWactvGp=FW#P}RzE#nuAzcBhoaDEugj6)g6GEQQ=mT?*52F52DcQEc{Jj~e0 z_y=Rhp)%e9j8Tm7jB^>&7;_n2jJGkCGgdOb!MKmHjs! zH!@Z*KF7G5@gv5s7@HYead~xT)C&!N&T=`o<8tW7sN~1}ajbS6zQvxGZI3H(X2)X& zJsayLLjz!+;90Q1`h@(jvWW4YL2DQ1mDM3MS}sYp6=cp6A8R-~8wY~Ztb8KoG3SYH z2C^x1Ix$hIJ}r8H>}C~Y$e0CIk7DxiP4QfH>UN$dYEeLLr{!f7X6vVqC*j!cdH9xO zz&w12dQzTq7N&T!?VQdCZ2~WL*g5D%ziIgLd{%660S^0~mz80U%d|Pg;~IQoRfboh z5T1=im zKhLS{vl6rN3*zz7agj?kZcc8dUI8;E7Nz40Iyh<_z9{BeJv3UnD0EQOnWO7~>Wr_~SKP$u5TR&8Z*cRzAbFG7~ z=@gb;a`>LRnBa$^a>#@HVgxf!z@S-E;! z5f28;&Q@PMD5u{@l&oD_h`H<9W@5S$U-Rx|bR9j|@@opn!4rOop6?idZ=<|&A3!BT z-`ACWkJRcG)a1haOd_#`3m0PEpI#J(A1>hOg$0hn0@CX=y)|G(np zu`+xU>m}~5Jp9{o(*=zT+I&ItZ%6$34{mzF! zdDtw)fBL%`bMa)Xj4%96_c84LMYwFVxEcj&cCnG!#`Pb@$b)VOt#`hlnDSbAoe)}r!zyD3Vj?GC9*Pp}tkK$0Im#(vX z4<;m2h;>RlywEb`|C;|7HGp3BN$k@J1y%v$fg5@lLF~3-+1CvS`~02 zP>jMi3xV-K3NI7*nMgB~Unsud<^!o zqr7W?b}dbdj6?se9rtURfHhOthfc=+1z;V}M&ZN@aX0i{3)}|#c&%1 z3YAZqmOK^ZpdHgn6456kzRGFz?dE#X1jIz5D4LG?0W{9wa%ZfY!|9qUu?qMA;&r58 z?o?zL%vVaR1zu`M)38}e3<8=LP(86}6~GrX=-Vd5cAzC4`7)#%91Brih_5P3h{sXi zQWr}!E`gp5Uuc#biSc4rw&rG|wD3uaWt8NN0+3Mu|H&9V%7LO6}U zpMmv7&=;ofz( z5Vr$O_fWWKXTWO^UOg}q{>=Ac9}_UX4DFuyedr>9rNH~d7h2^;t_Q#w$d7Ro+AZW2 zz~LfQs{`JS^cFoJ^IHdelEQfqd(MEFz}GaCM>*P;mgVQ#qPGjJ85ko{4apCo-XUBU zklJ$@a2mpE1X4RRJ}mW8)%7^mx3fd+7SG|h*=6~EjbEgnz#G+Q2Z^(RC?!rD3iXS); zC+b7=C%{r*J<#+K?o+^2U^TE7xJT3*$_`ODC?DXrh_|Ya`UAAPkI`P>F7y-Zts?ip zFA;Cmr?S2n56gbo3Z!x`WvmA-^~>^4uBZ0>rNMF(_q#rb_ZamP3;jaBg#NWfeoOYXazNqhKsh_eLOy`8S z5&16zHbY*aVND(w>ZgfnU_Edt8pJW6uiRhf09ALGHkQl`mmmf;}*^!D-*iw`l*hAsX_H zdf!M-c%U_b(rGi40~63wGy-d2UpiGo zy~cenk?@#iokn^_|B{3~OBkQIW+Gj1XU;&nfHgqsAM1f{qFgKNntq>+U#N*8aG$zZ z6Ny0U670tSHUpo<{iq^a6WQREc^bxTU;CvvWPK|FZbvwgOEvvI}e0m<)jbnPc~vaM0=k{0cpQ-36S=d7GS*6 z0IUFpu9KYhG|fl?GqyRw6{_B$4L8(NKX3?32BcZA?;fuceF=~koI8_ z(jF^H5AAoVMg5??E{7=}|0%{#_#qq%y4ZF=2QUS^>~>U9Ewr+Ae^Xp)$gL#`D-y_^IcyC(lJBY+8 z*wh^;Rzn{%HZ4aanPp2gBbBo1sI8ipi5Fi+S_riL9(F zQCL_g3)tlnE?i}0W#V7|`j^cxt`>(59TI2Ho~5-V3KWj;7X-IBT4=gspDS3j ze|!0I3=u%zKll9~uHZkGFJHNm9DILn-yiRv+xIKPZ-W~_zK37%<;#gTzQ1qZKApq% zocKTOT?t&2)!IK?Gto*h>x#B8;sQzq=0=JFf(9swb@fu#ho&gzhLVQ26f|#9c@6IE z7P;gMFf22}faOA2g0@jv;8M{Fb+gDasa&Y2=llN;^WsRTWcT}izwi6q^YeJ-o%bxy zexCC@@4R^8zoXJLTi?Iuz6Q^)F<4%4UEfpX*~sy;XJdYrH1^+HHG6gy*4Nj1{@JtV z<9qZ;KgYAoKZ)xmtY7ttzQ!V)zn1IkauVx{JW>VtFx%|egs-XUhgw{n zUZXVHHtjvZIe7ic&9_IRL(_cBkL!-lzjoQcjeDzr!fevVv!-}e4-x>Sk=H-} z_4@7;_g10DT6D+!Me7F#H+Rt2jc-=v`8xLMzPyidUx$ZCBZgnB`&aFKEB8-(8=I=q zD|ik1$j?*C8=LfP_6L2x+}J4kwx&O)sBgZ_{#HlXJcdSE!D! zt*%3QXgVG@bgLck*#lLJ#u-}PXFvCGoTsgthVLa^d7ySc?S$G5)ki4jUZ^J2bIJM8 zp+i+{Y^=KFmRl5lETv(CfNL4g%*<3an@w%qx>d{gJMX-s4jnqwBIn8cxlAc+Y3Ytm zl=OR(@0IPd%T-$W(el~z7O6C_Xm+_sTKQKAkc4?@-yBcajt^;19hxTc)9e+m9hx#_ zO8M-GL+xl2=EW?YB(g0*RzBocK5a^ZN|W63ZBsbkv+Fp2n#hrpCrg!<;(L`^>Ek0_ zoqR-fa8=+A(zRWUKJ3rht(i`wQJAKan?b^L>(ak}e-#iApn`&e)acQpRd{%~ijI!f zw3|G6vYI+|s=D>oTh$$R+@V&^8n5QenWOHy3-A0|fVTrJ!MjsnKUS<*p)5;7mHjWH z)iWzcsr%=QQ)}l%sK*wCs|`!S)Xr5SRdIT>TEFT}wIe%Oz4GV;Rh>Ie`R@{S%^p#M zUlA4hlBi*?iwb#5)a`GIia020!uz5o*NRF(o${%uXo`3#%b>PKPwfb98+Zsf@{PN4{ zwbx!#Z@&4a+P80?I(YD)djI|R)khzFq>dh{Q3t*g^~oonXu0_E%P-ZjqleYMeh}5r z(4bD9JgH@cwEROLVqkGfT?nD^%v7pNDTD{g-n9X8DwnF!GFVNM$!fVQR@suJw#gQC zQ1;P;YF1o^@xF1`XOnTJ%|yJS6lV^MpVNRnQ@X2%F@7V)J2Acj5{ zegmA0vr(o}>q>EU!1z54O6|k=8jSxK3*A%!O2P{KcHms zMkQHKE7?-1WM8e@coW7C$M}gDe<#MLV*EOc&%^j4ZPcTD6cTwLB7Ikd0s1u7toy-#T!xm9L?UR=AS71E<=0PaN z-;D7yF@71wXJGu3-9_aO7PWPMp z*wP_e*OF1cw^rLSBJ=G+{V9Xe29!p2pGr?H{Qs=9ZO7X z#JHGHOg}CnJalY$!ZqyBzrSxE*Zt_&u<)4hh{yGa)j=#G1<*p^LLc&1*YbOGK&L5$dFsPOg;tddZ1^Vgv2ak#ciDSpb#A+loj0XJy ze?sKoFoF;h8=KI3{P-R{dH{)*`w7D@Ob81chb3;p{j0~1*H~WJazCP5$8N!0gT}=~ z#)8V@eKeL=jVJR_LPv&&U*Dly$Dq)J*o4^Vak0%%!h|%J=!l_XBLXk*=yH?m25A)? z33KJTpKwEu%IEGJ9u6ijhhi;A~I8xA@~yWJ-JBXtjaKVnG4D5#42Z9PBu8xsjZj2<^^WUJe5^MldR z;UiBU4gEO1#GW=e?5k9yHFir6t%Gw>ftuc2e~&+xhB;bSY0H;OSD~%^xwHEzhCg@n z%{Oa*WM$%wExt!V>KK(Vcbv*z5}~%P9;ZszuT&!{;ZwlQMZGI(Dtrg}45?@zfBbQ^ zVZ#QsY11ZUu~<}IUY_<9o_XdO?GHZp+;fV)!rK)EY6JX@Quqolz4VfL>#eu6Z}8ct zwd&JPKgI94KT}_Q^_BYi>#x;!-yYSz!SUnA)z3fwtg=pu+5%r;-%oCKHn0yix)Ipu zpqH65vC%EZM)xQ-x_s4LwyMFhOHGzawO9_QEcsAvkwe(OPwg`*5E~*BZOPbdGq1t; z;TRu=@i7=b4dWMM{DT<33FDu}_}4JLwq>9BkDmha{l`!FKk29RR?Ve%@7_=%#t@i~N_8xTAMV?*wMWC0@<()h_`J!)N;8mSFa{fPh|Dgx2F6!H* zbLRk@1N!v8qQjNAiy>Fx8tVsKd6{3|fWW{2KfsUm2L%N53kc{Fpz*sB#e~wQkG@oC z-INOHgpTl)b@f2oR^j(XANI#M<)dSR3hud@j_RRI`2Tm6KVURGb_I{UrFO(;uKd4I z&V>Eh)+W3cp*kWz4=k=jSS1l6E8KK@$@>BD((x@lJ- zeZ5dA{-({FH~$&?&d#GpkAD8mH{X1Lz30;-M~)mqTYK!-v7GZYn-rY=y`Cu(tP_Z^dqmiF<&}hz<|DJNh^k#+f%%!O`8@v90i@PKpgQ= zoTH_@yj;Hc;tRokDu}x{<kwt=VtJ$v>Xg4o7w*I$1Z#G;27Zf59r%4z_5;Ee=Gd(rvz)Y zRKjmm($%QsiBSnZX~ov~%xhKy54MEIsDN3F3Z9Emjqi;1eBgia#TVCtkG_zJHN<7l zo;?}|$_L_2LLMN_q~(P$QYWCpx;=2U%z4S;n%@l3izRMpv@rBwMgVUB4PVQMj-@00y%>rmB8U8kwL&=zzZV2&xx%25V?V- zrj6|Z9(^?Yu=Qe8!f#ZA7e;$NdO|&*y!`oNksE77BHjl5i34~r{0))ofy2Ugk?&|i zynCNW&@L@jh%C0N^g^7Jvb=W4kRiU1g*C(je9-t9c(5fcDMzG#TX>M}q&ay+xuN{i z?&8d*0h$E(Cw$P1!&v+tY7Af<2^GyoITC@v#&>wq-81|p?kNrqk z4SujC{Dz!U{>cx@6=lP~g*r|-quf(BjFx)Aa?2+oHvxwj$p3iIn>dWF7P;ZgW*mZ` z3y718f4S~XJKCP2;fF2GLX3YH_^^(8M%&UB9+Y=?o)~h)mh|U+?h71CJL6uaeg+*S z4j+j`1BY?Iq4bD*k28M$7I)U40hwMu{P2TdpE<1(2csHzw8awx7k4~<`spXx_v|LI z-WMb57l+E@i^4Quw|y=$qKIS!+S1$hRlQ*`b?VyeWpzs06m~SUkiDnPXB^D zTN^lN_`&bBh+X)?uCF03w1;dB9N1FsDc7y>FyxD}PFbqmyHyJA36b2TqvffTF&YOV zaL1P-x4LkMs}-3Dn4*9~i#`(vmp)%dn*^KMA2z8EaPTQ>wyl_ERVy4c{Jy@vE%qOK zJoouu@q_xy{lMS{^?}!ho)CW6J*jwNme`kvNd7&eB?mZc0uC%QU_WmM4)L(@fBIB} zI2ig&91MM?O&a_v=>DR}K;i)Uo1PV!1UrTDR$K7H-fQ`XuC1d#M4dD6FmNFcxF5Ll z#K46u;isM4wklkl_l^=9aIgXg%iYcJryLcT{uOYj7x^=Apgz+k#lR*R`b-=QeI^cu zKGP=o@6_<)sj$;ZFX|ch7x-B%l{gr+H6DhpxZ}ak#DQf;+70sbeIv#Bmr+ub3LKV= zmg5bF!Sqs8t?Yyy)F*ic)pA#Wzvm)h@ zrMJn)?^X+OaQ88^KEo!lv;{xxy_SE#vyQM6F1Cb;a8n;hXM-oS@$UXH{UPE=`F}BE zjJyCG%7DYx6~FeG!BH5J_h$^!^aqg z{SD<;@=u$=J(zw3Yhhub*zIOBjASQ=%3}+|w!Nj}-VUS3`sA?5c6%TAX*(`=EIh{$vvA?U*9j~2kvgz)T^~8Qfc}T=Z)NDdVhBJF`jhkb0&0wr7d8M?+~l#24DYA zxYqDrd+oKu@o3M&S+iz+1wUHzAtxtCCQX_oc(zFX_P4(Ya!T^pV~=Tgc)lmSi39fn z?h}+NR-R#q1MMm0kb5C%^wJ}dvcG`vpODw{mYwo3pbPXdsL!-X>r-P1{yEQIi2Xf; zROl+o4`e+H=l)@M4#oi;7TlB6)Kq~^2(Kqhn4tY0JP)JoCt)Y7tqTrb% zK}<^q4jd@(tu-u!gZ`3xB@RY4@L{P~*hI9F;}A`a9G#(fAI z@o0?;V-VbjDfje|s4I*|l;b?f@8~0OpCB%66p-MDkIAp!8vo&3&|NcPl(qNXd+#rV z6VHw6N}V=v7&K^*;Mq0J2kse^dHOyE9)y?hQ|5^$&jxI%57ZIrgTWKFltKC?#@@rT zH_y+Im){isq;66EAxjoKFLsc6ij272ci(-Q55$3X6|rTBkB`^ilLy4XsKmiI_wr0h zADePdIN4H$h?^l_{GL7)eQwy2za#cE9M2g($}`0Iz)!hnr7SVtOq>WCW6pT?PU~+( zM1+Keg$bTc(R|>2jxlgxYsi(s6GKm^AB5d#DMvgrP_F0)l6OXY1MoB5b}?#uingD? zdo5A`zM$b6>hlXPyr6L)eHb@{erOzK%$Ok)Cr;F|g`B*GpR^{;i3{PT9?<^qd!7*} zKlHWBp$F6f>ICPd4F>GLV4gMJ-riy0dk*4G^#GbVALe!1Q?&nJ$RPb6gRX?9wzgKo z1KtXJ3qDn>^#S}A$eWe{?op&O`?KHpCFLm$`in)=3;u#oSx3y@RoOCV38Z7XzL?{Bm< zlyAx$;in!@FUb?i33V&8QqhJ40KvVoA?8H&SZ}|V9 z_Zs40*hK>u0|&OGH*FL4ZhcOmOmVMur!QgUHQ^_33?G7d9m+jri8QAU!DeIwj`M-N z1%7w=r;TvuM_W80UW~Ede*5i$=W?}t8#H%s*^jbBS?BlM0|>j3AHf+3zXCmP*fsoI z!#Mw9?^#E=v?FVfg_ak?nkha^mZBM?Ap3uLi|3kc(mt&=Dv3=#0SG3(F4XCe_cfwCS zfIQ}5`QIxu?ilnUJ&pJ$>_kiahd6NWr2j(uM>*hr#J!U==9!bUCm-kw7<}M0Z9Z)+ z?HJA!I<@emvq&mqjq4(TVhbMF!np=F**Z;n@ zgKItySBqc2U_F%I*&6d1^Si;F&gpSo;cDxCPn+g~Q<_^3SKGnWc5=1dT&<6*4Ry6? zu2z~`54Qe*$AlV&dY;c|U4WtVZ&@kNXY>`p=~bwRg3Ae1_rhytR9eRaFr?#oeIQ&){<&hrRt0d%@SROYg%!&q18*F8IKa=sy_M7yic4 zImmG^PsUhi7~;3gc{5*p@OzOeMCI^%B$jW`|4ij7*zjDe*+~0I8_Dw$VPG|K7%rdx z7uePBVRH|_Za&9}nKNa+k$EoWR~Qp#e(3FEBGtgX9l2f~+G)fUW+3)7l`znE;@Ok? zBkel(BHC*Dvh-7UkDpnlAy>tmCv$Dg@$mTt=BSw8VcwrPHkLCXkMDhW2EZ9~An5m*TW zEA2ZgX~O;M$f5V8;QpyPFTr>?%biD%?>gL^H@yWgFz?G}AQ;^T`D|rp=r)WAeuOgyFvc1M{BDpKEyp49vAL z$3uB!j*7WX<_T|wj-XV!c;dr-9C4S0`2F2o+?!bq80d45CiJbHDC{=l8Wv@L3wlW2-!!57$RNWd`C3Q{Ca<+LUv)EX=ntN5Xs| z^HkfPNIqxI@bHf!OKOqx1PpwhhdRNWEsKFa{fgzwmoH39OS_9cD60Vn<0hm93*+m| zH8ID*Tp9CB%x^GH#vBuK8_bb0zjWWs=KA>Rxk4DUJRw5s)(Jx%M}rP1E&Qi%hCIX! z{O)opZ2`~w^v{VmVId9J?$4d8^M=ejto}WD{U32UPr&#z<&imj#-B^<1z2P@$qoydo?l>>W9bk3By zx;21-`O;S9SN4zVKk~>UGoE_tsj18j(H|!qq&d&kJX14nN;pUh+9Td$Vg8oS0T?>b zmOQebOV-+IeCT5%Ua=7ImIb84qmMqS?H=te_dnWy$^z*@S>)P;g@rot&8G+D$fxf> zCtArPbb|88($>O;{PR4{I0s|8q%qG|&_#XTqHYom() zp%ctsQyw?0yp_whx&Onq(%<&s`p89m5*kXc?jD_+#yb_{;fEjA=R3kgyGT7C9HasH zL)v^_|GvCsnJ3TQAFiJTFyt|3`FMHypULvoXK+qV$=YdT7&B(f5X5_z6A$Du7u|X1 zov-5e+cIz7JRJwdGm<)XVVr$PbJBzK=lPDZKzb1V)`fGT-+suJ`(At6`n*71Yzp*V zp98tqGcUv368tQ|bKe?o*1ty!4luQ=#7u95!On_O4C%^!kQ8 zldi0UgO%%XKf*f_v~A$Cs>Gc#M}Cpk#G5u5v6uYcxVB!O>%i7%``;EEh7XM290-2z zsAI+S3mJ2wJpPWg_4>ru*ncTY#Fulj(&ka;sN2MoGREh3`0NFK7ohFKdE(8rS$v3p zYr4DBpFCit?WOG_pYcuz%HI*h!ydvMjGvru;crd6&a+a#&Sl@u2v?I2ezWV*@_SvM zbkG9T168%7vY#==2SZpx@tslA@R?Q8+js{{`mcVsYf@(_cvg#Zw^<;M5t}z}-ijQ} z3D~G_@Lb5>^YimhvpdKE9K{@qY&M(z9(^vz&CQKQJbPDhak1v7v4@e*u<7r(FUEWt zo_}VX^(V|x2l+cjJ>=P#^6JDH{u~J?+mSqNxCp-i1Xm-i;cdq}Aquoy1L_H#` z^c^VM)z9Zi)}m(LaHi}0#`7c3uRJU8tP+H?(vyITxmKRZ2|MMV>lUqy);`YnID>5f z%$$Q~ah|;xi{QDB=gwf9I~k*(NI&w4 zdl3B~mYolb)BYCEA3S^T>_cCd=MBfkhlF$R93BNY$UnS$M(4R{!$^m^mn^b9eY8GL z(s!rd&T|9LPAd{`)N9;QD^iGaEq>=MX=!Qt84>2y$VScAGvI`9XW?4huhXFE_@rWq*VJ zq@Ce+)ncFI`rMCrPT<_M%h>zV+{e>S6K>8!THwCcC+^vdCvhy#+1$I4i#cs9=ULgw z5$=VmI=HGrd!}miVSm(KVCLt{-TA6qy3gAruc=9xui?TjFgnb1$WM0Zo&i$Q%3tO zU9xaw%FLw11v65vT`+g%l0_+tX5W47%tZ@E&PZ8s-Lk=cCj7~@xw8{f?w;zt8m2Ot zLhfF&G)4beKG$r%=a_AXuO5eyDTyMaZBbd!=HAVlbF(S z)BX0iR1D>xVw;$_EOEYRKK~!>HzOr_;j%^Z5|{Xymd*{IITL^RZnWR*8S_&T{Y-%^ z^MnMRd6kgB(_jh-Y(WmgLjn!D;lf?u{`0wg6fi>{Apd1Kl{t0ziwF%ljX5gUJJ*!! zpBtAOpF2G_IX68wGuND3np=@uom-cSHy!7B<(cw=^1|}s@}}n{=cVUm=9%+K^D6SH z^Xl^O#$&6O)npB_hFRmR)2+$YbZe&7Y%R4`SgWmd)&{G}_sTcr2jz$5$K_AYPtH%z z&&)UHm*!XGSLfH|<0TdaUInItpn|Z1xPs{g$pz^JnFZ#8(t?VD>Vmq0h5{&Fp{X#a zFsv}HaC%{KVR~U^p}DZMu%fWKu&%J7P!)LWUhQl+DX#vIW_~Y;m^fHjt^*LxrGeh9(v8WB{UUz*LxD2B<0lR}CPm2W*}N-Ua@E zEf~;66<|;Wh=+g5;%V`+cw0;se@l=h*b-)mvcy^9Ez>PYmSjt+rOr}sX|Oa}RE}qk zSB`g%DaSu2C?_~4EGH@_E+;-`dQMVKa!zVadQL`8W=?jFIj1nEG^Z@50(_~?sd3|t zXReovKS8-+xlt}IC4o<=;8X^9l?`qcf?s9eSS5H?1FqGBZ;jxbCwS)#?)ig%!QfyN zco+{ZCV`Ks;A94PnVnZ!SO#iVf}S;?Xgz4!2&#I5uHK-mKWG~a>P8g-?`ph%6irf5 zYEec}c2QwbSy5$CO;LSOW09xL+vaZzwnf?EZArFNTZS#$R%k1;RoZH7^|nTvr`_A` zZx6Od+2id=_EdX@J=(c1dALSxIF{O-X%8V+mfbtD1nD zr`g-=Zw@v`nd8k#=2UZrIon)lE;Cn}Ys~fLMzbgQ?hl?vf!|5sb%rI|QfMi&R9b4l z^+t;)`0Wo~M}f~t;Bf}{TL|7(g0J<^H&5`>KQ|b>jL%I17c;=YLU6AVoT~@dJi#%4 za4QO&N&=TMz@fstvb@T?n!NhF#yn4}x7FVoY>l$UTa&D*)(mU5wa{8-t+duy>#dDe z&wTHE|NP+msQmc+r2JG!cea-7N=S8mexpmKgCWoH1xW>|1sMg|1**YAJqEch{eP~b&dvyD)uTi6$cfE6~`4%FHSB_FU~AB7nc@S6jvA5 z6*m+sr@4047!!byhg5opsIzrz-I(F_i?Bgq6gVOfN|;NiWGP zF_)B;3SF;&wpT;n>u3x9Q~u9U;J*PPbP~}3 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distlib/w64.exe b/venv/lib/python3.8/site-packages/pip/_vendor/distlib/w64.exe new file mode 100644 index 0000000000000000000000000000000000000000..46139dbf9400b7bc0b64e6756ce17b4eb5fd7436 GIT binary patch literal 99840 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

    This is a doc

    ') + + + """ + tb = treebuilders.getTreeBuilder(treebuilder) + p = HTMLParser(tb, namespaceHTMLElements=namespaceHTMLElements) + return p.parse(doc, **kwargs) + + +def parseFragment(doc, container="div", treebuilder="etree", namespaceHTMLElements=True, **kwargs): + """Parse an HTML fragment as a string or file-like object into a tree + + :arg doc: the fragment to parse as a string or file-like object + + :arg container: the container context to parse the fragment in + + :arg treebuilder: the treebuilder to use when parsing + + :arg namespaceHTMLElements: whether or not to namespace HTML elements + + :returns: parsed tree + + Example: + + >>> from html5lib.html5libparser import parseFragment + >>> parseFragment('this is a fragment') + + + """ + tb = treebuilders.getTreeBuilder(treebuilder) + p = HTMLParser(tb, namespaceHTMLElements=namespaceHTMLElements) + return p.parseFragment(doc, container=container, **kwargs) + + +def method_decorator_metaclass(function): + class Decorated(type): + def __new__(meta, classname, bases, classDict): + for attributeName, attribute in classDict.items(): + if isinstance(attribute, types.FunctionType): + attribute = function(attribute) + + classDict[attributeName] = attribute + return type.__new__(meta, classname, bases, classDict) + return Decorated + + +class HTMLParser(object): + """HTML parser + + Generates a tree structure from a stream of (possibly malformed) HTML. + + """ + + def __init__(self, tree=None, strict=False, namespaceHTMLElements=True, debug=False): + """ + :arg tree: a treebuilder class controlling the type of tree that will be + returned. Built in treebuilders can be accessed through + html5lib.treebuilders.getTreeBuilder(treeType) + + :arg strict: raise an exception when a parse error is encountered + + :arg namespaceHTMLElements: whether or not to namespace HTML elements + + :arg debug: whether or not to enable debug mode which logs things + + Example: + + >>> from html5lib.html5parser import HTMLParser + >>> parser = HTMLParser() # generates parser with etree builder + >>> parser = HTMLParser('lxml', strict=True) # generates parser with lxml builder which is strict + + """ + + # Raise an exception on the first error encountered + self.strict = strict + + if tree is None: + tree = treebuilders.getTreeBuilder("etree") + self.tree = tree(namespaceHTMLElements) + self.errors = [] + + self.phases = {name: cls(self, self.tree) for name, cls in + getPhases(debug).items()} + + def _parse(self, stream, innerHTML=False, container="div", scripting=False, **kwargs): + + self.innerHTMLMode = innerHTML + self.container = container + self.scripting = scripting + self.tokenizer = _tokenizer.HTMLTokenizer(stream, parser=self, **kwargs) + self.reset() + + try: + self.mainLoop() + except _ReparseException: + self.reset() + self.mainLoop() + + def reset(self): + self.tree.reset() + self.firstStartTag = False + self.errors = [] + self.log = [] # only used with debug mode + # "quirks" / "limited quirks" / "no quirks" + self.compatMode = "no quirks" + + if self.innerHTMLMode: + self.innerHTML = self.container.lower() + + if self.innerHTML in cdataElements: + self.tokenizer.state = self.tokenizer.rcdataState + elif self.innerHTML in rcdataElements: + self.tokenizer.state = self.tokenizer.rawtextState + elif self.innerHTML == 'plaintext': + self.tokenizer.state = self.tokenizer.plaintextState + else: + # state already is data state + # self.tokenizer.state = self.tokenizer.dataState + pass + self.phase = self.phases["beforeHtml"] + self.phase.insertHtmlElement() + self.resetInsertionMode() + else: + self.innerHTML = False # pylint:disable=redefined-variable-type + self.phase = self.phases["initial"] + + self.lastPhase = None + + self.beforeRCDataPhase = None + + self.framesetOK = True + + @property + def documentEncoding(self): + """Name of the character encoding that was used to decode the input stream, or + :obj:`None` if that is not determined yet + + """ + if not hasattr(self, 'tokenizer'): + return None + return self.tokenizer.stream.charEncoding[0].name + + def isHTMLIntegrationPoint(self, element): + if (element.name == "annotation-xml" and + element.namespace == namespaces["mathml"]): + return ("encoding" in element.attributes and + element.attributes["encoding"].translate( + asciiUpper2Lower) in + ("text/html", "application/xhtml+xml")) + else: + return (element.namespace, element.name) in htmlIntegrationPointElements + + def isMathMLTextIntegrationPoint(self, element): + return (element.namespace, element.name) in mathmlTextIntegrationPointElements + + def mainLoop(self): + CharactersToken = tokenTypes["Characters"] + SpaceCharactersToken = tokenTypes["SpaceCharacters"] + StartTagToken = tokenTypes["StartTag"] + EndTagToken = tokenTypes["EndTag"] + CommentToken = tokenTypes["Comment"] + DoctypeToken = tokenTypes["Doctype"] + ParseErrorToken = tokenTypes["ParseError"] + + for token in self.tokenizer: + prev_token = None + new_token = token + while new_token is not None: + prev_token = new_token + currentNode = self.tree.openElements[-1] if self.tree.openElements else None + currentNodeNamespace = currentNode.namespace if currentNode else None + currentNodeName = currentNode.name if currentNode else None + + type = new_token["type"] + + if type == ParseErrorToken: + self.parseError(new_token["data"], new_token.get("datavars", {})) + new_token = None + else: + if (len(self.tree.openElements) == 0 or + currentNodeNamespace == self.tree.defaultNamespace or + (self.isMathMLTextIntegrationPoint(currentNode) and + ((type == StartTagToken and + token["name"] not in frozenset(["mglyph", "malignmark"])) or + type in (CharactersToken, SpaceCharactersToken))) or + (currentNodeNamespace == namespaces["mathml"] and + currentNodeName == "annotation-xml" and + type == StartTagToken and + token["name"] == "svg") or + (self.isHTMLIntegrationPoint(currentNode) and + type in (StartTagToken, CharactersToken, SpaceCharactersToken))): + phase = self.phase + else: + phase = self.phases["inForeignContent"] + + if type == CharactersToken: + new_token = phase.processCharacters(new_token) + elif type == SpaceCharactersToken: + new_token = phase.processSpaceCharacters(new_token) + elif type == StartTagToken: + new_token = phase.processStartTag(new_token) + elif type == EndTagToken: + new_token = phase.processEndTag(new_token) + elif type == CommentToken: + new_token = phase.processComment(new_token) + elif type == DoctypeToken: + new_token = phase.processDoctype(new_token) + + if (type == StartTagToken and prev_token["selfClosing"] and + not prev_token["selfClosingAcknowledged"]): + self.parseError("non-void-element-with-trailing-solidus", + {"name": prev_token["name"]}) + + # When the loop finishes it's EOF + reprocess = True + phases = [] + while reprocess: + phases.append(self.phase) + reprocess = self.phase.processEOF() + if reprocess: + assert self.phase not in phases + + def parse(self, stream, *args, **kwargs): + """Parse a HTML document into a well-formed tree + + :arg stream: a file-like object or string containing the HTML to be parsed + + The optional encoding parameter must be a string that indicates + the encoding. If specified, that encoding will be used, + regardless of any BOM or later declaration (such as in a meta + element). + + :arg scripting: treat noscript elements as if JavaScript was turned on + + :returns: parsed tree + + Example: + + >>> from html5lib.html5parser import HTMLParser + >>> parser = HTMLParser() + >>> parser.parse('

    This is a doc

    ') + + + """ + self._parse(stream, False, None, *args, **kwargs) + return self.tree.getDocument() + + def parseFragment(self, stream, *args, **kwargs): + """Parse a HTML fragment into a well-formed tree fragment + + :arg container: name of the element we're setting the innerHTML + property if set to None, default to 'div' + + :arg stream: a file-like object or string containing the HTML to be parsed + + The optional encoding parameter must be a string that indicates + the encoding. If specified, that encoding will be used, + regardless of any BOM or later declaration (such as in a meta + element) + + :arg scripting: treat noscript elements as if JavaScript was turned on + + :returns: parsed tree + + Example: + + >>> from html5lib.html5libparser import HTMLParser + >>> parser = HTMLParser() + >>> parser.parseFragment('this is a fragment') + + + """ + self._parse(stream, True, *args, **kwargs) + return self.tree.getFragment() + + def parseError(self, errorcode="XXX-undefined-error", datavars=None): + # XXX The idea is to make errorcode mandatory. + if datavars is None: + datavars = {} + self.errors.append((self.tokenizer.stream.position(), errorcode, datavars)) + if self.strict: + raise ParseError(E[errorcode] % datavars) + + def adjustMathMLAttributes(self, token): + adjust_attributes(token, adjustMathMLAttributes) + + def adjustSVGAttributes(self, token): + adjust_attributes(token, adjustSVGAttributes) + + def adjustForeignAttributes(self, token): + adjust_attributes(token, adjustForeignAttributesMap) + + def reparseTokenNormal(self, token): + # pylint:disable=unused-argument + self.parser.phase() + + def resetInsertionMode(self): + # The name of this method is mostly historical. (It's also used in the + # specification.) + last = False + newModes = { + "select": "inSelect", + "td": "inCell", + "th": "inCell", + "tr": "inRow", + "tbody": "inTableBody", + "thead": "inTableBody", + "tfoot": "inTableBody", + "caption": "inCaption", + "colgroup": "inColumnGroup", + "table": "inTable", + "head": "inBody", + "body": "inBody", + "frameset": "inFrameset", + "html": "beforeHead" + } + for node in self.tree.openElements[::-1]: + nodeName = node.name + new_phase = None + if node == self.tree.openElements[0]: + assert self.innerHTML + last = True + nodeName = self.innerHTML + # Check for conditions that should only happen in the innerHTML + # case + if nodeName in ("select", "colgroup", "head", "html"): + assert self.innerHTML + + if not last and node.namespace != self.tree.defaultNamespace: + continue + + if nodeName in newModes: + new_phase = self.phases[newModes[nodeName]] + break + elif last: + new_phase = self.phases["inBody"] + break + + self.phase = new_phase + + def parseRCDataRawtext(self, token, contentType): + # Generic RCDATA/RAWTEXT Parsing algorithm + assert contentType in ("RAWTEXT", "RCDATA") + + self.tree.insertElement(token) + + if contentType == "RAWTEXT": + self.tokenizer.state = self.tokenizer.rawtextState + else: + self.tokenizer.state = self.tokenizer.rcdataState + + self.originalPhase = self.phase + + self.phase = self.phases["text"] + + +@_utils.memoize +def getPhases(debug): + def log(function): + """Logger that records which phase processes each token""" + type_names = {value: key for key, value in tokenTypes.items()} + + def wrapped(self, *args, **kwargs): + if function.__name__.startswith("process") and len(args) > 0: + token = args[0] + info = {"type": type_names[token['type']]} + if token['type'] in tagTokenTypes: + info["name"] = token['name'] + + self.parser.log.append((self.parser.tokenizer.state.__name__, + self.parser.phase.__class__.__name__, + self.__class__.__name__, + function.__name__, + info)) + return function(self, *args, **kwargs) + else: + return function(self, *args, **kwargs) + return wrapped + + def getMetaclass(use_metaclass, metaclass_func): + if use_metaclass: + return method_decorator_metaclass(metaclass_func) + else: + return type + + # pylint:disable=unused-argument + class Phase(with_metaclass(getMetaclass(debug, log))): + """Base class for helper object that implements each phase of processing + """ + __slots__ = ("parser", "tree", "__startTagCache", "__endTagCache") + + def __init__(self, parser, tree): + self.parser = parser + self.tree = tree + self.__startTagCache = {} + self.__endTagCache = {} + + def processEOF(self): + raise NotImplementedError + + def processComment(self, token): + # For most phases the following is correct. Where it's not it will be + # overridden. + self.tree.insertComment(token, self.tree.openElements[-1]) + + def processDoctype(self, token): + self.parser.parseError("unexpected-doctype") + + def processCharacters(self, token): + self.tree.insertText(token["data"]) + + def processSpaceCharacters(self, token): + self.tree.insertText(token["data"]) + + def processStartTag(self, token): + # Note the caching is done here rather than BoundMethodDispatcher as doing it there + # requires a circular reference to the Phase, and this ends up with a significant + # (CPython 2.7, 3.8) GC cost when parsing many short inputs + name = token["name"] + # In Py2, using `in` is quicker in general than try/except KeyError + # In Py3, `in` is quicker when there are few cache hits (typically short inputs) + if name in self.__startTagCache: + func = self.__startTagCache[name] + else: + func = self.__startTagCache[name] = self.startTagHandler[name] + # bound the cache size in case we get loads of unknown tags + while len(self.__startTagCache) > len(self.startTagHandler) * 1.1: + # this makes the eviction policy random on Py < 3.7 and FIFO >= 3.7 + self.__startTagCache.pop(next(iter(self.__startTagCache))) + return func(token) + + def startTagHtml(self, token): + if not self.parser.firstStartTag and token["name"] == "html": + self.parser.parseError("non-html-root") + # XXX Need a check here to see if the first start tag token emitted is + # this token... If it's not, invoke self.parser.parseError(). + for attr, value in token["data"].items(): + if attr not in self.tree.openElements[0].attributes: + self.tree.openElements[0].attributes[attr] = value + self.parser.firstStartTag = False + + def processEndTag(self, token): + # Note the caching is done here rather than BoundMethodDispatcher as doing it there + # requires a circular reference to the Phase, and this ends up with a significant + # (CPython 2.7, 3.8) GC cost when parsing many short inputs + name = token["name"] + # In Py2, using `in` is quicker in general than try/except KeyError + # In Py3, `in` is quicker when there are few cache hits (typically short inputs) + if name in self.__endTagCache: + func = self.__endTagCache[name] + else: + func = self.__endTagCache[name] = self.endTagHandler[name] + # bound the cache size in case we get loads of unknown tags + while len(self.__endTagCache) > len(self.endTagHandler) * 1.1: + # this makes the eviction policy random on Py < 3.7 and FIFO >= 3.7 + self.__endTagCache.pop(next(iter(self.__endTagCache))) + return func(token) + + class InitialPhase(Phase): + __slots__ = tuple() + + def processSpaceCharacters(self, token): + pass + + def processComment(self, token): + self.tree.insertComment(token, self.tree.document) + + def processDoctype(self, token): + name = token["name"] + publicId = token["publicId"] + systemId = token["systemId"] + correct = token["correct"] + + if (name != "html" or publicId is not None or + systemId is not None and systemId != "about:legacy-compat"): + self.parser.parseError("unknown-doctype") + + if publicId is None: + publicId = "" + + self.tree.insertDoctype(token) + + if publicId != "": + publicId = publicId.translate(asciiUpper2Lower) + + if (not correct or token["name"] != "html" or + publicId.startswith( + ("+//silmaril//dtd html pro v0r11 19970101//", + "-//advasoft ltd//dtd html 3.0 aswedit + extensions//", + "-//as//dtd html 3.0 aswedit + extensions//", + "-//ietf//dtd html 2.0 level 1//", + "-//ietf//dtd html 2.0 level 2//", + "-//ietf//dtd html 2.0 strict level 1//", + "-//ietf//dtd html 2.0 strict level 2//", + "-//ietf//dtd html 2.0 strict//", + "-//ietf//dtd html 2.0//", + "-//ietf//dtd html 2.1e//", + "-//ietf//dtd html 3.0//", + "-//ietf//dtd html 3.2 final//", + "-//ietf//dtd html 3.2//", + "-//ietf//dtd html 3//", + "-//ietf//dtd html level 0//", + "-//ietf//dtd html level 1//", + "-//ietf//dtd html level 2//", + "-//ietf//dtd html level 3//", + "-//ietf//dtd html strict level 0//", + "-//ietf//dtd html strict level 1//", + "-//ietf//dtd html strict level 2//", + "-//ietf//dtd html strict level 3//", + "-//ietf//dtd html strict//", + "-//ietf//dtd html//", + "-//metrius//dtd metrius presentational//", + "-//microsoft//dtd internet explorer 2.0 html strict//", + "-//microsoft//dtd internet explorer 2.0 html//", + "-//microsoft//dtd internet explorer 2.0 tables//", + "-//microsoft//dtd internet explorer 3.0 html strict//", + "-//microsoft//dtd internet explorer 3.0 html//", + "-//microsoft//dtd internet explorer 3.0 tables//", + "-//netscape comm. corp.//dtd html//", + "-//netscape comm. corp.//dtd strict html//", + "-//o'reilly and associates//dtd html 2.0//", + "-//o'reilly and associates//dtd html extended 1.0//", + "-//o'reilly and associates//dtd html extended relaxed 1.0//", + "-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//", + "-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//", + "-//spyglass//dtd html 2.0 extended//", + "-//sq//dtd html 2.0 hotmetal + extensions//", + "-//sun microsystems corp.//dtd hotjava html//", + "-//sun microsystems corp.//dtd hotjava strict html//", + "-//w3c//dtd html 3 1995-03-24//", + "-//w3c//dtd html 3.2 draft//", + "-//w3c//dtd html 3.2 final//", + "-//w3c//dtd html 3.2//", + "-//w3c//dtd html 3.2s draft//", + "-//w3c//dtd html 4.0 frameset//", + "-//w3c//dtd html 4.0 transitional//", + "-//w3c//dtd html experimental 19960712//", + "-//w3c//dtd html experimental 970421//", + "-//w3c//dtd w3 html//", + "-//w3o//dtd w3 html 3.0//", + "-//webtechs//dtd mozilla html 2.0//", + "-//webtechs//dtd mozilla html//")) or + publicId in ("-//w3o//dtd w3 html strict 3.0//en//", + "-/w3c/dtd html 4.0 transitional/en", + "html") or + publicId.startswith( + ("-//w3c//dtd html 4.01 frameset//", + "-//w3c//dtd html 4.01 transitional//")) and + systemId is None or + systemId and systemId.lower() == "http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd"): + self.parser.compatMode = "quirks" + elif (publicId.startswith( + ("-//w3c//dtd xhtml 1.0 frameset//", + "-//w3c//dtd xhtml 1.0 transitional//")) or + publicId.startswith( + ("-//w3c//dtd html 4.01 frameset//", + "-//w3c//dtd html 4.01 transitional//")) and + systemId is not None): + self.parser.compatMode = "limited quirks" + + self.parser.phase = self.parser.phases["beforeHtml"] + + def anythingElse(self): + self.parser.compatMode = "quirks" + self.parser.phase = self.parser.phases["beforeHtml"] + + def processCharacters(self, token): + self.parser.parseError("expected-doctype-but-got-chars") + self.anythingElse() + return token + + def processStartTag(self, token): + self.parser.parseError("expected-doctype-but-got-start-tag", + {"name": token["name"]}) + self.anythingElse() + return token + + def processEndTag(self, token): + self.parser.parseError("expected-doctype-but-got-end-tag", + {"name": token["name"]}) + self.anythingElse() + return token + + def processEOF(self): + self.parser.parseError("expected-doctype-but-got-eof") + self.anythingElse() + return True + + class BeforeHtmlPhase(Phase): + __slots__ = tuple() + + # helper methods + def insertHtmlElement(self): + self.tree.insertRoot(impliedTagToken("html", "StartTag")) + self.parser.phase = self.parser.phases["beforeHead"] + + # other + def processEOF(self): + self.insertHtmlElement() + return True + + def processComment(self, token): + self.tree.insertComment(token, self.tree.document) + + def processSpaceCharacters(self, token): + pass + + def processCharacters(self, token): + self.insertHtmlElement() + return token + + def processStartTag(self, token): + if token["name"] == "html": + self.parser.firstStartTag = True + self.insertHtmlElement() + return token + + def processEndTag(self, token): + if token["name"] not in ("head", "body", "html", "br"): + self.parser.parseError("unexpected-end-tag-before-html", + {"name": token["name"]}) + else: + self.insertHtmlElement() + return token + + class BeforeHeadPhase(Phase): + __slots__ = tuple() + + def processEOF(self): + self.startTagHead(impliedTagToken("head", "StartTag")) + return True + + def processSpaceCharacters(self, token): + pass + + def processCharacters(self, token): + self.startTagHead(impliedTagToken("head", "StartTag")) + return token + + def startTagHtml(self, token): + return self.parser.phases["inBody"].processStartTag(token) + + def startTagHead(self, token): + self.tree.insertElement(token) + self.tree.headPointer = self.tree.openElements[-1] + self.parser.phase = self.parser.phases["inHead"] + + def startTagOther(self, token): + self.startTagHead(impliedTagToken("head", "StartTag")) + return token + + def endTagImplyHead(self, token): + self.startTagHead(impliedTagToken("head", "StartTag")) + return token + + def endTagOther(self, token): + self.parser.parseError("end-tag-after-implied-root", + {"name": token["name"]}) + + startTagHandler = _utils.MethodDispatcher([ + ("html", startTagHtml), + ("head", startTagHead) + ]) + startTagHandler.default = startTagOther + + endTagHandler = _utils.MethodDispatcher([ + (("head", "body", "html", "br"), endTagImplyHead) + ]) + endTagHandler.default = endTagOther + + class InHeadPhase(Phase): + __slots__ = tuple() + + # the real thing + def processEOF(self): + self.anythingElse() + return True + + def processCharacters(self, token): + self.anythingElse() + return token + + def startTagHtml(self, token): + return self.parser.phases["inBody"].processStartTag(token) + + def startTagHead(self, token): + self.parser.parseError("two-heads-are-not-better-than-one") + + def startTagBaseLinkCommand(self, token): + self.tree.insertElement(token) + self.tree.openElements.pop() + token["selfClosingAcknowledged"] = True + + def startTagMeta(self, token): + self.tree.insertElement(token) + self.tree.openElements.pop() + token["selfClosingAcknowledged"] = True + + attributes = token["data"] + if self.parser.tokenizer.stream.charEncoding[1] == "tentative": + if "charset" in attributes: + self.parser.tokenizer.stream.changeEncoding(attributes["charset"]) + elif ("content" in attributes and + "http-equiv" in attributes and + attributes["http-equiv"].lower() == "content-type"): + # Encoding it as UTF-8 here is a hack, as really we should pass + # the abstract Unicode string, and just use the + # ContentAttrParser on that, but using UTF-8 allows all chars + # to be encoded and as a ASCII-superset works. + data = _inputstream.EncodingBytes(attributes["content"].encode("utf-8")) + parser = _inputstream.ContentAttrParser(data) + codec = parser.parse() + self.parser.tokenizer.stream.changeEncoding(codec) + + def startTagTitle(self, token): + self.parser.parseRCDataRawtext(token, "RCDATA") + + def startTagNoFramesStyle(self, token): + # Need to decide whether to implement the scripting-disabled case + self.parser.parseRCDataRawtext(token, "RAWTEXT") + + def startTagNoscript(self, token): + if self.parser.scripting: + self.parser.parseRCDataRawtext(token, "RAWTEXT") + else: + self.tree.insertElement(token) + self.parser.phase = self.parser.phases["inHeadNoscript"] + + def startTagScript(self, token): + self.tree.insertElement(token) + self.parser.tokenizer.state = self.parser.tokenizer.scriptDataState + self.parser.originalPhase = self.parser.phase + self.parser.phase = self.parser.phases["text"] + + def startTagOther(self, token): + self.anythingElse() + return token + + def endTagHead(self, token): + node = self.parser.tree.openElements.pop() + assert node.name == "head", "Expected head got %s" % node.name + self.parser.phase = self.parser.phases["afterHead"] + + def endTagHtmlBodyBr(self, token): + self.anythingElse() + return token + + def endTagOther(self, token): + self.parser.parseError("unexpected-end-tag", {"name": token["name"]}) + + def anythingElse(self): + self.endTagHead(impliedTagToken("head")) + + startTagHandler = _utils.MethodDispatcher([ + ("html", startTagHtml), + ("title", startTagTitle), + (("noframes", "style"), startTagNoFramesStyle), + ("noscript", startTagNoscript), + ("script", startTagScript), + (("base", "basefont", "bgsound", "command", "link"), + startTagBaseLinkCommand), + ("meta", startTagMeta), + ("head", startTagHead) + ]) + startTagHandler.default = startTagOther + + endTagHandler = _utils.MethodDispatcher([ + ("head", endTagHead), + (("br", "html", "body"), endTagHtmlBodyBr) + ]) + endTagHandler.default = endTagOther + + class InHeadNoscriptPhase(Phase): + __slots__ = tuple() + + def processEOF(self): + self.parser.parseError("eof-in-head-noscript") + self.anythingElse() + return True + + def processComment(self, token): + return self.parser.phases["inHead"].processComment(token) + + def processCharacters(self, token): + self.parser.parseError("char-in-head-noscript") + self.anythingElse() + return token + + def processSpaceCharacters(self, token): + return self.parser.phases["inHead"].processSpaceCharacters(token) + + def startTagHtml(self, token): + return self.parser.phases["inBody"].processStartTag(token) + + def startTagBaseLinkCommand(self, token): + return self.parser.phases["inHead"].processStartTag(token) + + def startTagHeadNoscript(self, token): + self.parser.parseError("unexpected-start-tag", {"name": token["name"]}) + + def startTagOther(self, token): + self.parser.parseError("unexpected-inhead-noscript-tag", {"name": token["name"]}) + self.anythingElse() + return token + + def endTagNoscript(self, token): + node = self.parser.tree.openElements.pop() + assert node.name == "noscript", "Expected noscript got %s" % node.name + self.parser.phase = self.parser.phases["inHead"] + + def endTagBr(self, token): + self.parser.parseError("unexpected-inhead-noscript-tag", {"name": token["name"]}) + self.anythingElse() + return token + + def endTagOther(self, token): + self.parser.parseError("unexpected-end-tag", {"name": token["name"]}) + + def anythingElse(self): + # Caller must raise parse error first! + self.endTagNoscript(impliedTagToken("noscript")) + + startTagHandler = _utils.MethodDispatcher([ + ("html", startTagHtml), + (("basefont", "bgsound", "link", "meta", "noframes", "style"), startTagBaseLinkCommand), + (("head", "noscript"), startTagHeadNoscript), + ]) + startTagHandler.default = startTagOther + + endTagHandler = _utils.MethodDispatcher([ + ("noscript", endTagNoscript), + ("br", endTagBr), + ]) + endTagHandler.default = endTagOther + + class AfterHeadPhase(Phase): + __slots__ = tuple() + + def processEOF(self): + self.anythingElse() + return True + + def processCharacters(self, token): + self.anythingElse() + return token + + def startTagHtml(self, token): + return self.parser.phases["inBody"].processStartTag(token) + + def startTagBody(self, token): + self.parser.framesetOK = False + self.tree.insertElement(token) + self.parser.phase = self.parser.phases["inBody"] + + def startTagFrameset(self, token): + self.tree.insertElement(token) + self.parser.phase = self.parser.phases["inFrameset"] + + def startTagFromHead(self, token): + self.parser.parseError("unexpected-start-tag-out-of-my-head", + {"name": token["name"]}) + self.tree.openElements.append(self.tree.headPointer) + self.parser.phases["inHead"].processStartTag(token) + for node in self.tree.openElements[::-1]: + if node.name == "head": + self.tree.openElements.remove(node) + break + + def startTagHead(self, token): + self.parser.parseError("unexpected-start-tag", {"name": token["name"]}) + + def startTagOther(self, token): + self.anythingElse() + return token + + def endTagHtmlBodyBr(self, token): + self.anythingElse() + return token + + def endTagOther(self, token): + self.parser.parseError("unexpected-end-tag", {"name": token["name"]}) + + def anythingElse(self): + self.tree.insertElement(impliedTagToken("body", "StartTag")) + self.parser.phase = self.parser.phases["inBody"] + self.parser.framesetOK = True + + startTagHandler = _utils.MethodDispatcher([ + ("html", startTagHtml), + ("body", startTagBody), + ("frameset", startTagFrameset), + (("base", "basefont", "bgsound", "link", "meta", "noframes", "script", + "style", "title"), + startTagFromHead), + ("head", startTagHead) + ]) + startTagHandler.default = startTagOther + endTagHandler = _utils.MethodDispatcher([(("body", "html", "br"), + endTagHtmlBodyBr)]) + endTagHandler.default = endTagOther + + class InBodyPhase(Phase): + # http://www.whatwg.org/specs/web-apps/current-work/#parsing-main-inbody + # the really-really-really-very crazy mode + __slots__ = ("processSpaceCharacters",) + + def __init__(self, *args, **kwargs): + super(InBodyPhase, self).__init__(*args, **kwargs) + # Set this to the default handler + self.processSpaceCharacters = self.processSpaceCharactersNonPre + + def isMatchingFormattingElement(self, node1, node2): + return (node1.name == node2.name and + node1.namespace == node2.namespace and + node1.attributes == node2.attributes) + + # helper + def addFormattingElement(self, token): + self.tree.insertElement(token) + element = self.tree.openElements[-1] + + matchingElements = [] + for node in self.tree.activeFormattingElements[::-1]: + if node is Marker: + break + elif self.isMatchingFormattingElement(node, element): + matchingElements.append(node) + + assert len(matchingElements) <= 3 + if len(matchingElements) == 3: + self.tree.activeFormattingElements.remove(matchingElements[-1]) + self.tree.activeFormattingElements.append(element) + + # the real deal + def processEOF(self): + allowed_elements = frozenset(("dd", "dt", "li", "p", "tbody", "td", + "tfoot", "th", "thead", "tr", "body", + "html")) + for node in self.tree.openElements[::-1]: + if node.name not in allowed_elements: + self.parser.parseError("expected-closing-tag-but-got-eof") + break + # Stop parsing + + def processSpaceCharactersDropNewline(self, token): + # Sometimes (start of
    , , and 

    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[^-]+) +-(?P\d+[^-]*) +(-(?P\d+[^-]*))? +-(?P\w+\d+(\.\w+\d+)*) +-(?P\w+) +-(?P\w+(\.\w+)*) +\.whl$ +''', re.IGNORECASE | re.VERBOSE) + +NAME_VERSION_RE = re.compile(r''' +(?P[^-]+) +-(?P\d+[^-]*) +(-(?P\d+[^-]*))?$ +''', re.IGNORECASE | re.VERBOSE) + +SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') +SHEBANG_DETAIL_RE = re.compile(br'^(\s*#!("[^"]+"|\S+))\s+(.*)$') +SHEBANG_PYTHON = b'#!python' +SHEBANG_PYTHONW = b'#!pythonw' + +if os.sep == '/': + to_posix = lambda o: o +else: + to_posix = lambda o: o.replace(os.sep, '/') + + +class Mounter(object): + def __init__(self): + self.impure_wheels = {} + self.libs = {} + + def add(self, pathname, extensions): + self.impure_wheels[pathname] = extensions + self.libs.update(extensions) + + def remove(self, pathname): + extensions = self.impure_wheels.pop(pathname) + for k, v in extensions: + if k in self.libs: + del self.libs[k] + + def find_module(self, fullname, path=None): + if fullname in self.libs: + result = self + else: + result = None + return result + + def load_module(self, fullname): + if fullname in sys.modules: + result = sys.modules[fullname] + else: + if fullname not in self.libs: + raise ImportError('unable to find extension for %s' % fullname) + result = imp.load_dynamic(fullname, self.libs[fullname]) + result.__loader__ = self + parts = fullname.rsplit('.', 1) + if len(parts) > 1: + result.__package__ = parts[0] + return result + +_hook = Mounter() + + +class Wheel(object): + """ + Class to build and install from Wheel files (PEP 427). + """ + + wheel_version = (1, 1) + hash_kind = 'sha256' + + def __init__(self, filename=None, sign=False, verify=False): + """ + Initialise an instance using a (valid) filename. + """ + self.sign = sign + self.should_verify = verify + self.buildver = '' + self.pyver = [PYVER] + self.abi = ['none'] + self.arch = ['any'] + self.dirname = os.getcwd() + if filename is None: + self.name = 'dummy' + self.version = '0.1' + self._filename = self.filename + else: + m = NAME_VERSION_RE.match(filename) + if m: + info = m.groupdict('') + self.name = info['nm'] + # Reinstate the local version separator + self.version = info['vn'].replace('_', '-') + self.buildver = info['bn'] + self._filename = self.filename + else: + dirname, filename = os.path.split(filename) + m = FILENAME_RE.match(filename) + if not m: + raise DistlibException('Invalid name or ' + 'filename: %r' % filename) + if dirname: + self.dirname = os.path.abspath(dirname) + self._filename = filename + info = m.groupdict('') + self.name = info['nm'] + self.version = info['vn'] + self.buildver = info['bn'] + self.pyver = info['py'].split('.') + self.abi = info['bi'].split('.') + self.arch = info['ar'].split('.') + + @property + def filename(self): + """ + Build and return a filename from the various components. + """ + if self.buildver: + buildver = '-' + self.buildver + else: + buildver = '' + pyver = '.'.join(self.pyver) + abi = '.'.join(self.abi) + arch = '.'.join(self.arch) + # replace - with _ as a local version separator + version = self.version.replace('-', '_') + return '%s-%s%s-%s-%s-%s.whl' % (self.name, version, buildver, + pyver, abi, arch) + + @property + def exists(self): + path = os.path.join(self.dirname, self.filename) + return os.path.isfile(path) + + @property + def tags(self): + for pyver in self.pyver: + for abi in self.abi: + for arch in self.arch: + yield pyver, abi, arch + + @cached_property + def metadata(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + wrapper = codecs.getreader('utf-8') + with ZipFile(pathname, 'r') as zf: + wheel_metadata = self.get_wheel_metadata(zf) + wv = wheel_metadata['Wheel-Version'].split('.', 1) + file_version = tuple([int(i) for i in wv]) + # if file_version < (1, 1): + # fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME, + # LEGACY_METADATA_FILENAME] + # else: + # fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME] + fns = [WHEEL_METADATA_FILENAME, LEGACY_METADATA_FILENAME] + result = None + for fn in fns: + try: + metadata_filename = posixpath.join(info_dir, fn) + with zf.open(metadata_filename) as bf: + wf = wrapper(bf) + result = Metadata(fileobj=wf) + if result: + break + except KeyError: + pass + if not result: + raise ValueError('Invalid wheel, because metadata is ' + 'missing: looked in %s' % ', '.join(fns)) + return result + + def get_wheel_metadata(self, zf): + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + metadata_filename = posixpath.join(info_dir, 'WHEEL') + with zf.open(metadata_filename) as bf: + wf = codecs.getreader('utf-8')(bf) + message = message_from_file(wf) + return dict(message) + + @cached_property + def info(self): + pathname = os.path.join(self.dirname, self.filename) + with ZipFile(pathname, 'r') as zf: + result = self.get_wheel_metadata(zf) + return result + + def process_shebang(self, data): + m = SHEBANG_RE.match(data) + if m: + end = m.end() + shebang, data_after_shebang = data[:end], data[end:] + # Preserve any arguments after the interpreter + if b'pythonw' in shebang.lower(): + shebang_python = SHEBANG_PYTHONW + else: + shebang_python = SHEBANG_PYTHON + m = SHEBANG_DETAIL_RE.match(shebang) + if m: + args = b' ' + m.groups()[-1] + else: + args = b'' + shebang = shebang_python + args + data = shebang + data_after_shebang + else: + cr = data.find(b'\r') + lf = data.find(b'\n') + if cr < 0 or cr > lf: + term = b'\n' + else: + if data[cr:cr + 2] == b'\r\n': + term = b'\r\n' + else: + term = b'\r' + data = SHEBANG_PYTHON + term + data + return data + + def get_hash(self, data, hash_kind=None): + if hash_kind is None: + hash_kind = self.hash_kind + try: + hasher = getattr(hashlib, hash_kind) + except AttributeError: + raise DistlibException('Unsupported hash algorithm: %r' % hash_kind) + result = hasher(data).digest() + result = base64.urlsafe_b64encode(result).rstrip(b'=').decode('ascii') + return hash_kind, result + + def write_record(self, records, record_path, base): + records = list(records) # make a copy, as mutated + p = to_posix(os.path.relpath(record_path, base)) + records.append((p, '', '')) + with CSVWriter(record_path) as writer: + for row in records: + writer.writerow(row) + + def write_records(self, info, libdir, archive_paths): + records = [] + distinfo, info_dir = info + hasher = getattr(hashlib, self.hash_kind) + for ap, p in archive_paths: + with open(p, 'rb') as f: + data = f.read() + digest = '%s=%s' % self.get_hash(data) + size = os.path.getsize(p) + records.append((ap, digest, size)) + + p = os.path.join(distinfo, 'RECORD') + self.write_record(records, p, libdir) + ap = to_posix(os.path.join(info_dir, 'RECORD')) + archive_paths.append((ap, p)) + + def build_zip(self, pathname, archive_paths): + with ZipFile(pathname, 'w', zipfile.ZIP_DEFLATED) as zf: + for ap, p in archive_paths: + logger.debug('Wrote %s to %s in wheel', p, ap) + zf.write(p, ap) + + def build(self, paths, tags=None, wheel_version=None): + """ + Build a wheel from files in specified paths, and use any specified tags + when determining the name of the wheel. + """ + if tags is None: + tags = {} + + libkey = list(filter(lambda o: o in paths, ('purelib', 'platlib')))[0] + if libkey == 'platlib': + is_pure = 'false' + default_pyver = [IMPVER] + default_abi = [ABI] + default_arch = [ARCH] + else: + is_pure = 'true' + default_pyver = [PYVER] + default_abi = ['none'] + default_arch = ['any'] + + self.pyver = tags.get('pyver', default_pyver) + self.abi = tags.get('abi', default_abi) + self.arch = tags.get('arch', default_arch) + + libdir = paths[libkey] + + name_ver = '%s-%s' % (self.name, self.version) + data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + archive_paths = [] + + # First, stuff which is not in site-packages + for key in ('data', 'headers', 'scripts'): + if key not in paths: + continue + path = paths[key] + if os.path.isdir(path): + for root, dirs, files in os.walk(path): + for fn in files: + p = fsdecode(os.path.join(root, fn)) + rp = os.path.relpath(p, path) + ap = to_posix(os.path.join(data_dir, key, rp)) + archive_paths.append((ap, p)) + if key == 'scripts' and not p.endswith('.exe'): + with open(p, 'rb') as f: + data = f.read() + data = self.process_shebang(data) + with open(p, 'wb') as f: + f.write(data) + + # Now, stuff which is in site-packages, other than the + # distinfo stuff. + path = libdir + distinfo = None + for root, dirs, files in os.walk(path): + if root == path: + # At the top level only, save distinfo for later + # and skip it for now + for i, dn in enumerate(dirs): + dn = fsdecode(dn) + if dn.endswith('.dist-info'): + distinfo = os.path.join(root, dn) + del dirs[i] + break + assert distinfo, '.dist-info directory expected, not found' + + for fn in files: + # comment out next suite to leave .pyc files in + if fsdecode(fn).endswith(('.pyc', '.pyo')): + continue + p = os.path.join(root, fn) + rp = to_posix(os.path.relpath(p, path)) + archive_paths.append((rp, p)) + + # Now distinfo. Assumed to be flat, i.e. os.listdir is enough. + files = os.listdir(distinfo) + for fn in files: + if fn not in ('RECORD', 'INSTALLER', 'SHARED', 'WHEEL'): + p = fsdecode(os.path.join(distinfo, fn)) + ap = to_posix(os.path.join(info_dir, fn)) + archive_paths.append((ap, p)) + + wheel_metadata = [ + 'Wheel-Version: %d.%d' % (wheel_version or self.wheel_version), + 'Generator: distlib %s' % __version__, + 'Root-Is-Purelib: %s' % is_pure, + ] + for pyver, abi, arch in self.tags: + wheel_metadata.append('Tag: %s-%s-%s' % (pyver, abi, arch)) + p = os.path.join(distinfo, 'WHEEL') + with open(p, 'w') as f: + f.write('\n'.join(wheel_metadata)) + ap = to_posix(os.path.join(info_dir, 'WHEEL')) + archive_paths.append((ap, p)) + + # sort the entries by archive path. Not needed by any spec, but it + # keeps the archive listing and RECORD tidier than they would otherwise + # be. Use the number of path segments to keep directory entries together, + # and keep the dist-info stuff at the end. + def sorter(t): + ap = t[0] + n = ap.count('/') + if '.dist-info' in ap: + n += 10000 + return (n, ap) + archive_paths = sorted(archive_paths, key=sorter) + + # Now, at last, RECORD. + # Paths in here are archive paths - nothing else makes sense. + self.write_records((distinfo, info_dir), libdir, archive_paths) + # Now, ready to build the zip file + pathname = os.path.join(self.dirname, self.filename) + self.build_zip(pathname, archive_paths) + return pathname + + def skip_entry(self, arcname): + """ + Determine whether an archive entry should be skipped when verifying + or installing. + """ + # The signature file won't be in RECORD, + # and we don't currently don't do anything with it + # We also skip directories, as they won't be in RECORD + # either. See: + # + # https://github.com/pypa/wheel/issues/294 + # https://github.com/pypa/wheel/issues/287 + # https://github.com/pypa/wheel/pull/289 + # + return arcname.endswith(('/', '/RECORD.jws')) + + def install(self, paths, maker, **kwargs): + """ + Install a wheel to the specified paths. If kwarg ``warner`` is + specified, it should be a callable, which will be called with two + tuples indicating the wheel version of this software and the wheel + version in the file, if there is a discrepancy in the versions. + This can be used to issue any warnings to raise any exceptions. + If kwarg ``lib_only`` is True, only the purelib/platlib files are + installed, and the headers, scripts, data and dist-info metadata are + not written. If kwarg ``bytecode_hashed_invalidation`` is True, written + bytecode will try to use file-hash based invalidation (PEP-552) on + supported interpreter versions (CPython 2.7+). + + The return value is a :class:`InstalledDistribution` instance unless + ``options.lib_only`` is True, in which case the return value is ``None``. + """ + + dry_run = maker.dry_run + warner = kwargs.get('warner') + lib_only = kwargs.get('lib_only', False) + bc_hashed_invalidation = kwargs.get('bytecode_hashed_invalidation', False) + + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + metadata_name = posixpath.join(info_dir, LEGACY_METADATA_FILENAME) + wheel_metadata_name = posixpath.join(info_dir, 'WHEEL') + record_name = posixpath.join(info_dir, 'RECORD') + + wrapper = codecs.getreader('utf-8') + + with ZipFile(pathname, 'r') as zf: + with zf.open(wheel_metadata_name) as bwf: + wf = wrapper(bwf) + message = message_from_file(wf) + wv = message['Wheel-Version'].split('.', 1) + file_version = tuple([int(i) for i in wv]) + if (file_version != self.wheel_version) and warner: + warner(self.wheel_version, file_version) + + if message['Root-Is-Purelib'] == 'true': + libdir = paths['purelib'] + else: + libdir = paths['platlib'] + + records = {} + with zf.open(record_name) as bf: + with CSVReader(stream=bf) as reader: + for row in reader: + p = row[0] + records[p] = row + + data_pfx = posixpath.join(data_dir, '') + info_pfx = posixpath.join(info_dir, '') + script_pfx = posixpath.join(data_dir, 'scripts', '') + + # make a new instance rather than a copy of maker's, + # as we mutate it + fileop = FileOperator(dry_run=dry_run) + fileop.record = True # so we can rollback if needed + + bc = not sys.dont_write_bytecode # Double negatives. Lovely! + + outfiles = [] # for RECORD writing + + # for script copying/shebang processing + workdir = tempfile.mkdtemp() + # set target dir later + # we default add_launchers to False, as the + # Python Launcher should be used instead + maker.source_dir = workdir + maker.target_dir = None + try: + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + if self.skip_entry(u_arcname): + continue + row = records[u_arcname] + if row[2] and str(zinfo.file_size) != row[2]: + raise DistlibException('size mismatch for ' + '%s' % u_arcname) + if row[1]: + kind, value = row[1].split('=', 1) + with zf.open(arcname) as bf: + data = bf.read() + _, digest = self.get_hash(data, kind) + if digest != value: + raise DistlibException('digest mismatch for ' + '%s' % arcname) + + if lib_only and u_arcname.startswith((info_pfx, data_pfx)): + logger.debug('lib_only: skipping %s', u_arcname) + continue + is_script = (u_arcname.startswith(script_pfx) + and not u_arcname.endswith('.exe')) + + if u_arcname.startswith(data_pfx): + _, where, rp = u_arcname.split('/', 2) + outfile = os.path.join(paths[where], convert_path(rp)) + else: + # meant for site-packages. + if u_arcname in (wheel_metadata_name, record_name): + continue + outfile = os.path.join(libdir, convert_path(u_arcname)) + if not is_script: + with zf.open(arcname) as bf: + fileop.copy_stream(bf, outfile) + # Issue #147: permission bits aren't preserved. Using + # zf.extract(zinfo, libdir) should have worked, but didn't, + # see https://www.thetopsites.net/article/53834422.shtml + # So ... manually preserve permission bits as given in zinfo + if os.name == 'posix': + # just set the normal permission bits + os.chmod(outfile, (zinfo.external_attr >> 16) & 0x1FF) + outfiles.append(outfile) + # Double check the digest of the written file + if not dry_run and row[1]: + with open(outfile, 'rb') as bf: + data = bf.read() + _, newdigest = self.get_hash(data, kind) + if newdigest != digest: + raise DistlibException('digest mismatch ' + 'on write for ' + '%s' % outfile) + if bc and outfile.endswith('.py'): + try: + pyc = fileop.byte_compile(outfile, + hashed_invalidation=bc_hashed_invalidation) + outfiles.append(pyc) + except Exception: + # Don't give up if byte-compilation fails, + # but log it and perhaps warn the user + logger.warning('Byte-compilation failed', + exc_info=True) + else: + fn = os.path.basename(convert_path(arcname)) + workname = os.path.join(workdir, fn) + with zf.open(arcname) as bf: + fileop.copy_stream(bf, workname) + + dn, fn = os.path.split(outfile) + maker.target_dir = dn + filenames = maker.make(fn) + fileop.set_executable_mode(filenames) + outfiles.extend(filenames) + + if lib_only: + logger.debug('lib_only: returning None') + dist = None + else: + # Generate scripts + + # Try to get pydist.json so we can see if there are + # any commands to generate. If this fails (e.g. because + # of a legacy wheel), log a warning but don't give up. + commands = None + file_version = self.info['Wheel-Version'] + if file_version == '1.0': + # Use legacy info + ep = posixpath.join(info_dir, 'entry_points.txt') + try: + with zf.open(ep) as bwf: + epdata = read_exports(bwf) + commands = {} + for key in ('console', 'gui'): + k = '%s_scripts' % key + if k in epdata: + commands['wrap_%s' % key] = d = {} + for v in epdata[k].values(): + s = '%s:%s' % (v.prefix, v.suffix) + if v.flags: + s += ' [%s]' % ','.join(v.flags) + d[v.name] = s + except Exception: + logger.warning('Unable to read legacy script ' + 'metadata, so cannot generate ' + 'scripts') + else: + try: + with zf.open(metadata_name) as bwf: + wf = wrapper(bwf) + commands = json.load(wf).get('extensions') + if commands: + commands = commands.get('python.commands') + except Exception: + logger.warning('Unable to read JSON metadata, so ' + 'cannot generate scripts') + if commands: + console_scripts = commands.get('wrap_console', {}) + gui_scripts = commands.get('wrap_gui', {}) + if console_scripts or gui_scripts: + script_dir = paths.get('scripts', '') + if not os.path.isdir(script_dir): + raise ValueError('Valid script path not ' + 'specified') + maker.target_dir = script_dir + for k, v in console_scripts.items(): + script = '%s = %s' % (k, v) + filenames = maker.make(script) + fileop.set_executable_mode(filenames) + + if gui_scripts: + options = {'gui': True } + for k, v in gui_scripts.items(): + script = '%s = %s' % (k, v) + filenames = maker.make(script, options) + fileop.set_executable_mode(filenames) + + p = os.path.join(libdir, info_dir) + dist = InstalledDistribution(p) + + # Write SHARED + paths = dict(paths) # don't change passed in dict + del paths['purelib'] + del paths['platlib'] + paths['lib'] = libdir + p = dist.write_shared_locations(paths, dry_run) + if p: + outfiles.append(p) + + # Write RECORD + dist.write_installed_files(outfiles, paths['prefix'], + dry_run) + return dist + except Exception: # pragma: no cover + logger.exception('installation failed.') + fileop.rollback() + raise + finally: + shutil.rmtree(workdir) + + def _get_dylib_cache(self): + global cache + if cache is None: + # Use native string to avoid issues on 2.x: see Python #20140. + base = os.path.join(get_cache_base(), str('dylib-cache'), + '%s.%s' % sys.version_info[:2]) + cache = Cache(base) + return cache + + def _get_extensions(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + arcname = posixpath.join(info_dir, 'EXTENSIONS') + wrapper = codecs.getreader('utf-8') + result = [] + with ZipFile(pathname, 'r') as zf: + try: + with zf.open(arcname) as bf: + wf = wrapper(bf) + extensions = json.load(wf) + cache = self._get_dylib_cache() + prefix = cache.prefix_to_dir(pathname) + cache_base = os.path.join(cache.base, prefix) + if not os.path.isdir(cache_base): + os.makedirs(cache_base) + for name, relpath in extensions.items(): + dest = os.path.join(cache_base, convert_path(relpath)) + if not os.path.exists(dest): + extract = True + else: + file_time = os.stat(dest).st_mtime + file_time = datetime.datetime.fromtimestamp(file_time) + info = zf.getinfo(relpath) + wheel_time = datetime.datetime(*info.date_time) + extract = wheel_time > file_time + if extract: + zf.extract(relpath, cache_base) + result.append((name, dest)) + except KeyError: + pass + return result + + def is_compatible(self): + """ + Determine if a wheel is compatible with the running system. + """ + return is_compatible(self) + + def is_mountable(self): + """ + Determine if a wheel is asserted as mountable by its metadata. + """ + return True # for now - metadata details TBD + + def mount(self, append=False): + pathname = os.path.abspath(os.path.join(self.dirname, self.filename)) + if not self.is_compatible(): + msg = 'Wheel %s not compatible with this Python.' % pathname + raise DistlibException(msg) + if not self.is_mountable(): + msg = 'Wheel %s is marked as not mountable.' % pathname + raise DistlibException(msg) + if pathname in sys.path: + logger.debug('%s already in path', pathname) + else: + if append: + sys.path.append(pathname) + else: + sys.path.insert(0, pathname) + extensions = self._get_extensions() + if extensions: + if _hook not in sys.meta_path: + sys.meta_path.append(_hook) + _hook.add(pathname, extensions) + + def unmount(self): + pathname = os.path.abspath(os.path.join(self.dirname, self.filename)) + if pathname not in sys.path: + logger.debug('%s not in path', pathname) + else: + sys.path.remove(pathname) + if pathname in _hook.impure_wheels: + _hook.remove(pathname) + if not _hook.impure_wheels: + if _hook in sys.meta_path: + sys.meta_path.remove(_hook) + + def verify(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + metadata_name = posixpath.join(info_dir, LEGACY_METADATA_FILENAME) + wheel_metadata_name = posixpath.join(info_dir, 'WHEEL') + record_name = posixpath.join(info_dir, 'RECORD') + + wrapper = codecs.getreader('utf-8') + + with ZipFile(pathname, 'r') as zf: + with zf.open(wheel_metadata_name) as bwf: + wf = wrapper(bwf) + message = message_from_file(wf) + wv = message['Wheel-Version'].split('.', 1) + file_version = tuple([int(i) for i in wv]) + # TODO version verification + + records = {} + with zf.open(record_name) as bf: + with CSVReader(stream=bf) as reader: + for row in reader: + p = row[0] + records[p] = row + + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + # See issue #115: some wheels have .. in their entries, but + # in the filename ... e.g. __main__..py ! So the check is + # updated to look for .. in the directory portions + p = u_arcname.split('/') + if '..' in p: + raise DistlibException('invalid entry in ' + 'wheel: %r' % u_arcname) + + if self.skip_entry(u_arcname): + continue + row = records[u_arcname] + if row[2] and str(zinfo.file_size) != row[2]: + raise DistlibException('size mismatch for ' + '%s' % u_arcname) + if row[1]: + kind, value = row[1].split('=', 1) + with zf.open(arcname) as bf: + data = bf.read() + _, digest = self.get_hash(data, kind) + if digest != value: + raise DistlibException('digest mismatch for ' + '%s' % arcname) + + def update(self, modifier, dest_dir=None, **kwargs): + """ + Update the contents of a wheel in a generic way. The modifier should + be a callable which expects a dictionary argument: its keys are + archive-entry paths, and its values are absolute filesystem paths + where the contents the corresponding archive entries can be found. The + modifier is free to change the contents of the files pointed to, add + new entries and remove entries, before returning. This method will + extract the entire contents of the wheel to a temporary location, call + the modifier, and then use the passed (and possibly updated) + dictionary to write a new wheel. If ``dest_dir`` is specified, the new + wheel is written there -- otherwise, the original wheel is overwritten. + + The modifier should return True if it updated the wheel, else False. + This method returns the same value the modifier returns. + """ + + def get_version(path_map, info_dir): + version = path = None + key = '%s/%s' % (info_dir, LEGACY_METADATA_FILENAME) + if key not in path_map: + key = '%s/PKG-INFO' % info_dir + if key in path_map: + path = path_map[key] + version = Metadata(path=path).version + return version, path + + def update_version(version, path): + updated = None + try: + v = NormalizedVersion(version) + i = version.find('-') + if i < 0: + updated = '%s+1' % version + else: + parts = [int(s) for s in version[i + 1:].split('.')] + parts[-1] += 1 + updated = '%s+%s' % (version[:i], + '.'.join(str(i) for i in parts)) + except UnsupportedVersionError: + logger.debug('Cannot update non-compliant (PEP-440) ' + 'version %r', version) + if updated: + md = Metadata(path=path) + md.version = updated + legacy = path.endswith(LEGACY_METADATA_FILENAME) + md.write(path=path, legacy=legacy) + logger.debug('Version updated from %r to %r', version, + updated) + + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + record_name = posixpath.join(info_dir, 'RECORD') + with tempdir() as workdir: + with ZipFile(pathname, 'r') as zf: + path_map = {} + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + if u_arcname == record_name: + continue + if '..' in u_arcname: + raise DistlibException('invalid entry in ' + 'wheel: %r' % u_arcname) + zf.extract(zinfo, workdir) + path = os.path.join(workdir, convert_path(u_arcname)) + path_map[u_arcname] = path + + # Remember the version. + original_version, _ = get_version(path_map, info_dir) + # Files extracted. Call the modifier. + modified = modifier(path_map, **kwargs) + if modified: + # Something changed - need to build a new wheel. + current_version, path = get_version(path_map, info_dir) + if current_version and (current_version == original_version): + # Add or update local version to signify changes. + update_version(current_version, path) + # Decide where the new wheel goes. + if dest_dir is None: + fd, newpath = tempfile.mkstemp(suffix='.whl', + prefix='wheel-update-', + dir=workdir) + os.close(fd) + else: + if not os.path.isdir(dest_dir): + raise DistlibException('Not a directory: %r' % dest_dir) + newpath = os.path.join(dest_dir, self.filename) + archive_paths = list(path_map.items()) + distinfo = os.path.join(workdir, info_dir) + info = distinfo, info_dir + self.write_records(info, workdir, archive_paths) + self.build_zip(newpath, archive_paths) + if dest_dir is None: + shutil.copyfile(newpath, pathname) + return modified + +def _get_glibc_version(): + import platform + ver = platform.libc_ver() + result = [] + if ver[0] == 'glibc': + for s in ver[1].split('.'): + result.append(int(s) if s.isdigit() else 0) + result = tuple(result) + return result + +def compatible_tags(): + """ + Return (pyver, abi, arch) tuples compatible with this Python. + """ + versions = [VER_SUFFIX] + major = VER_SUFFIX[0] + for minor in range(sys.version_info[1] - 1, - 1, -1): + versions.append(''.join([major, str(minor)])) + + abis = [] + for suffix, _, _ in imp.get_suffixes(): + if suffix.startswith('.abi'): + abis.append(suffix.split('.', 2)[1]) + abis.sort() + if ABI != 'none': + abis.insert(0, ABI) + abis.append('none') + result = [] + + arches = [ARCH] + if sys.platform == 'darwin': + m = re.match(r'(\w+)_(\d+)_(\d+)_(\w+)$', ARCH) + if m: + name, major, minor, arch = m.groups() + minor = int(minor) + matches = [arch] + if arch in ('i386', 'ppc'): + matches.append('fat') + if arch in ('i386', 'ppc', 'x86_64'): + matches.append('fat3') + if arch in ('ppc64', 'x86_64'): + matches.append('fat64') + if arch in ('i386', 'x86_64'): + matches.append('intel') + if arch in ('i386', 'x86_64', 'intel', 'ppc', 'ppc64'): + matches.append('universal') + while minor >= 0: + for match in matches: + s = '%s_%s_%s_%s' % (name, major, minor, match) + if s != ARCH: # already there + arches.append(s) + minor -= 1 + + # Most specific - our Python version, ABI and arch + for abi in abis: + for arch in arches: + result.append((''.join((IMP_PREFIX, versions[0])), abi, arch)) + # manylinux + if abi != 'none' and sys.platform.startswith('linux'): + arch = arch.replace('linux_', '') + parts = _get_glibc_version() + if len(parts) == 2: + if parts >= (2, 5): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux1_%s' % arch)) + if parts >= (2, 12): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux2010_%s' % arch)) + if parts >= (2, 17): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux2014_%s' % arch)) + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux_%s_%s_%s' % (parts[0], parts[1], + arch))) + + # where no ABI / arch dependency, but IMP_PREFIX dependency + for i, version in enumerate(versions): + result.append((''.join((IMP_PREFIX, version)), 'none', 'any')) + if i == 0: + result.append((''.join((IMP_PREFIX, version[0])), 'none', 'any')) + + # no IMP_PREFIX, ABI or arch dependency + for i, version in enumerate(versions): + result.append((''.join(('py', version)), 'none', 'any')) + if i == 0: + result.append((''.join(('py', version[0])), 'none', 'any')) + + return set(result) + + +COMPATIBLE_TAGS = compatible_tags() + +del compatible_tags + + +def is_compatible(wheel, tags=None): + if not isinstance(wheel, Wheel): + wheel = Wheel(wheel) # assume it's a filename + result = False + if tags is None: + tags = COMPATIBLE_TAGS + for ver, abi, arch in tags: + if ver in wheel.pyver and abi in wheel.abi and arch in wheel.arch: + result = True + break + return result diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/distro.py b/venv/lib/python3.8/site-packages/pip/_vendor/distro.py new file mode 100644 index 000000000..789274134 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/distro.py @@ -0,0 +1,1386 @@ +# Copyright 2015,2016,2017 Nir Cohen +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +""" +The ``distro`` package (``distro`` stands for Linux Distribution) provides +information about the Linux distribution it runs on, such as a reliable +machine-readable distro ID, or version information. + +It is the recommended replacement for Python's original +:py:func:`platform.linux_distribution` function, but it provides much more +functionality. An alternative implementation became necessary because Python +3.5 deprecated this function, and Python 3.8 removed it altogether. Its +predecessor function :py:func:`platform.dist` was already deprecated since +Python 2.6 and removed in Python 3.8. Still, there are many cases in which +access to OS distribution information is needed. See `Python issue 1322 +`_ for more information. +""" + +import argparse +import json +import logging +import os +import re +import shlex +import subprocess +import sys +import warnings + +__version__ = "1.6.0" + +# Use `if False` to avoid an ImportError on Python 2. After dropping Python 2 +# support, can use typing.TYPE_CHECKING instead. See: +# https://docs.python.org/3/library/typing.html#typing.TYPE_CHECKING +if False: # pragma: nocover + from typing import ( + Any, + Callable, + Dict, + Iterable, + Optional, + Sequence, + TextIO, + Tuple, + Type, + TypedDict, + Union, + ) + + VersionDict = TypedDict( + "VersionDict", {"major": str, "minor": str, "build_number": str} + ) + InfoDict = TypedDict( + "InfoDict", + { + "id": str, + "version": str, + "version_parts": VersionDict, + "like": str, + "codename": str, + }, + ) + + +_UNIXCONFDIR = os.environ.get("UNIXCONFDIR", "/etc") +_UNIXUSRLIBDIR = os.environ.get("UNIXUSRLIBDIR", "/usr/lib") +_OS_RELEASE_BASENAME = "os-release" + +#: Translation table for normalizing the "ID" attribute defined in os-release +#: files, for use by the :func:`distro.id` method. +#: +#: * Key: Value as defined in the os-release file, translated to lower case, +#: with blanks translated to underscores. +#: +#: * Value: Normalized value. +NORMALIZED_OS_ID = { + "ol": "oracle", # Oracle Linux +} + +#: Translation table for normalizing the "Distributor ID" attribute returned by +#: the lsb_release command, for use by the :func:`distro.id` method. +#: +#: * Key: Value as returned by the lsb_release command, translated to lower +#: case, with blanks translated to underscores. +#: +#: * Value: Normalized value. +NORMALIZED_LSB_ID = { + "enterpriseenterpriseas": "oracle", # Oracle Enterprise Linux 4 + "enterpriseenterpriseserver": "oracle", # Oracle Linux 5 + "redhatenterpriseworkstation": "rhel", # RHEL 6, 7 Workstation + "redhatenterpriseserver": "rhel", # RHEL 6, 7 Server + "redhatenterprisecomputenode": "rhel", # RHEL 6 ComputeNode +} + +#: Translation table for normalizing the distro ID derived from the file name +#: of distro release files, for use by the :func:`distro.id` method. +#: +#: * Key: Value as derived from the file name of a distro release file, +#: translated to lower case, with blanks translated to underscores. +#: +#: * Value: Normalized value. +NORMALIZED_DISTRO_ID = { + "redhat": "rhel", # RHEL 6.x, 7.x +} + +# Pattern for content of distro release file (reversed) +_DISTRO_RELEASE_CONTENT_REVERSED_PATTERN = re.compile( + r"(?:[^)]*\)(.*)\()? *(?:STL )?([\d.+\-a-z]*\d) *(?:esaeler *)?(.+)" +) + +# Pattern for base file name of distro release file +_DISTRO_RELEASE_BASENAME_PATTERN = re.compile(r"(\w+)[-_](release|version)$") + +# Base file names to be ignored when searching for distro release file +_DISTRO_RELEASE_IGNORE_BASENAMES = ( + "debian_version", + "lsb-release", + "oem-release", + _OS_RELEASE_BASENAME, + "system-release", + "plesk-release", + "iredmail-release", +) + + +def linux_distribution(full_distribution_name=True): + # type: (bool) -> Tuple[str, str, str] + """ + .. deprecated:: 1.6.0 + + :func:`distro.linux_distribution()` is deprecated. It should only be + used as a compatibility shim with Python's + :py:func:`platform.linux_distribution()`. Please use :func:`distro.id`, + :func:`distro.version` and :func:`distro.name` instead. + + Return information about the current OS distribution as a tuple + ``(id_name, version, codename)`` with items as follows: + + * ``id_name``: If *full_distribution_name* is false, the result of + :func:`distro.id`. Otherwise, the result of :func:`distro.name`. + + * ``version``: The result of :func:`distro.version`. + + * ``codename``: The result of :func:`distro.codename`. + + The interface of this function is compatible with the original + :py:func:`platform.linux_distribution` function, supporting a subset of + its parameters. + + The data it returns may not exactly be the same, because it uses more data + sources than the original function, and that may lead to different data if + the OS distribution is not consistent across multiple data sources it + provides (there are indeed such distributions ...). + + Another reason for differences is the fact that the :func:`distro.id` + method normalizes the distro ID string to a reliable machine-readable value + for a number of popular OS distributions. + """ + warnings.warn( + "distro.linux_distribution() is deprecated. It should only be used as a " + "compatibility shim with Python's platform.linux_distribution(). Please use " + "distro.id(), distro.version() and distro.name() instead.", + DeprecationWarning, + stacklevel=2, + ) + return _distro.linux_distribution(full_distribution_name) + + +def id(): + # type: () -> str + """ + Return the distro ID of the current distribution, as a + machine-readable string. + + For a number of OS distributions, the returned distro ID value is + *reliable*, in the sense that it is documented and that it does not change + across releases of the distribution. + + This package maintains the following reliable distro ID values: + + ============== ========================================= + Distro ID Distribution + ============== ========================================= + "ubuntu" Ubuntu + "debian" Debian + "rhel" RedHat Enterprise Linux + "centos" CentOS + "fedora" Fedora + "sles" SUSE Linux Enterprise Server + "opensuse" openSUSE + "amazon" Amazon Linux + "arch" Arch Linux + "cloudlinux" CloudLinux OS + "exherbo" Exherbo Linux + "gentoo" GenToo Linux + "ibm_powerkvm" IBM PowerKVM + "kvmibm" KVM for IBM z Systems + "linuxmint" Linux Mint + "mageia" Mageia + "mandriva" Mandriva Linux + "parallels" Parallels + "pidora" Pidora + "raspbian" Raspbian + "oracle" Oracle Linux (and Oracle Enterprise Linux) + "scientific" Scientific Linux + "slackware" Slackware + "xenserver" XenServer + "openbsd" OpenBSD + "netbsd" NetBSD + "freebsd" FreeBSD + "midnightbsd" MidnightBSD + ============== ========================================= + + If you have a need to get distros for reliable IDs added into this set, + or if you find that the :func:`distro.id` function returns a different + distro ID for one of the listed distros, please create an issue in the + `distro issue tracker`_. + + **Lookup hierarchy and transformations:** + + First, the ID is obtained from the following sources, in the specified + order. The first available and non-empty value is used: + + * the value of the "ID" attribute of the os-release file, + + * the value of the "Distributor ID" attribute returned by the lsb_release + command, + + * the first part of the file name of the distro release file, + + The so determined ID value then passes the following transformations, + before it is returned by this method: + + * it is translated to lower case, + + * blanks (which should not be there anyway) are translated to underscores, + + * a normalization of the ID is performed, based upon + `normalization tables`_. The purpose of this normalization is to ensure + that the ID is as reliable as possible, even across incompatible changes + in the OS distributions. A common reason for an incompatible change is + the addition of an os-release file, or the addition of the lsb_release + command, with ID values that differ from what was previously determined + from the distro release file name. + """ + return _distro.id() + + +def name(pretty=False): + # type: (bool) -> str + """ + Return the name of the current OS distribution, as a human-readable + string. + + If *pretty* is false, the name is returned without version or codename. + (e.g. "CentOS Linux") + + If *pretty* is true, the version and codename are appended. + (e.g. "CentOS Linux 7.1.1503 (Core)") + + **Lookup hierarchy:** + + The name is obtained from the following sources, in the specified order. + The first available and non-empty value is used: + + * If *pretty* is false: + + - the value of the "NAME" attribute of the os-release file, + + - the value of the "Distributor ID" attribute returned by the lsb_release + command, + + - the value of the "" field of the distro release file. + + * If *pretty* is true: + + - the value of the "PRETTY_NAME" attribute of the os-release file, + + - the value of the "Description" attribute returned by the lsb_release + command, + + - the value of the "" field of the distro release file, appended + with the value of the pretty version ("" and "" + fields) of the distro release file, if available. + """ + return _distro.name(pretty) + + +def version(pretty=False, best=False): + # type: (bool, bool) -> str + """ + Return the version of the current OS distribution, as a human-readable + string. + + If *pretty* is false, the version is returned without codename (e.g. + "7.0"). + + If *pretty* is true, the codename in parenthesis is appended, if the + codename is non-empty (e.g. "7.0 (Maipo)"). + + Some distributions provide version numbers with different precisions in + the different sources of distribution information. Examining the different + sources in a fixed priority order does not always yield the most precise + version (e.g. for Debian 8.2, or CentOS 7.1). + + The *best* parameter can be used to control the approach for the returned + version: + + If *best* is false, the first non-empty version number in priority order of + the examined sources is returned. + + If *best* is true, the most precise version number out of all examined + sources is returned. + + **Lookup hierarchy:** + + In all cases, the version number is obtained from the following sources. + If *best* is false, this order represents the priority order: + + * the value of the "VERSION_ID" attribute of the os-release file, + * the value of the "Release" attribute returned by the lsb_release + command, + * the version number parsed from the "" field of the first line + of the distro release file, + * the version number parsed from the "PRETTY_NAME" attribute of the + os-release file, if it follows the format of the distro release files. + * the version number parsed from the "Description" attribute returned by + the lsb_release command, if it follows the format of the distro release + files. + """ + return _distro.version(pretty, best) + + +def version_parts(best=False): + # type: (bool) -> Tuple[str, str, str] + """ + Return the version of the current OS distribution as a tuple + ``(major, minor, build_number)`` with items as follows: + + * ``major``: The result of :func:`distro.major_version`. + + * ``minor``: The result of :func:`distro.minor_version`. + + * ``build_number``: The result of :func:`distro.build_number`. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.version_parts(best) + + +def major_version(best=False): + # type: (bool) -> str + """ + Return the major version of the current OS distribution, as a string, + if provided. + Otherwise, the empty string is returned. The major version is the first + part of the dot-separated version string. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.major_version(best) + + +def minor_version(best=False): + # type: (bool) -> str + """ + Return the minor version of the current OS distribution, as a string, + if provided. + Otherwise, the empty string is returned. The minor version is the second + part of the dot-separated version string. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.minor_version(best) + + +def build_number(best=False): + # type: (bool) -> str + """ + Return the build number of the current OS distribution, as a string, + if provided. + Otherwise, the empty string is returned. The build number is the third part + of the dot-separated version string. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.build_number(best) + + +def like(): + # type: () -> str + """ + Return a space-separated list of distro IDs of distributions that are + closely related to the current OS distribution in regards to packaging + and programming interfaces, for example distributions the current + distribution is a derivative from. + + **Lookup hierarchy:** + + This information item is only provided by the os-release file. + For details, see the description of the "ID_LIKE" attribute in the + `os-release man page + `_. + """ + return _distro.like() + + +def codename(): + # type: () -> str + """ + Return the codename for the release of the current OS distribution, + as a string. + + If the distribution does not have a codename, an empty string is returned. + + Note that the returned codename is not always really a codename. For + example, openSUSE returns "x86_64". This function does not handle such + cases in any special way and just returns the string it finds, if any. + + **Lookup hierarchy:** + + * the codename within the "VERSION" attribute of the os-release file, if + provided, + + * the value of the "Codename" attribute returned by the lsb_release + command, + + * the value of the "" field of the distro release file. + """ + return _distro.codename() + + +def info(pretty=False, best=False): + # type: (bool, bool) -> InfoDict + """ + Return certain machine-readable information items about the current OS + distribution in a dictionary, as shown in the following example: + + .. sourcecode:: python + + { + 'id': 'rhel', + 'version': '7.0', + 'version_parts': { + 'major': '7', + 'minor': '0', + 'build_number': '' + }, + 'like': 'fedora', + 'codename': 'Maipo' + } + + The dictionary structure and keys are always the same, regardless of which + information items are available in the underlying data sources. The values + for the various keys are as follows: + + * ``id``: The result of :func:`distro.id`. + + * ``version``: The result of :func:`distro.version`. + + * ``version_parts -> major``: The result of :func:`distro.major_version`. + + * ``version_parts -> minor``: The result of :func:`distro.minor_version`. + + * ``version_parts -> build_number``: The result of + :func:`distro.build_number`. + + * ``like``: The result of :func:`distro.like`. + + * ``codename``: The result of :func:`distro.codename`. + + For a description of the *pretty* and *best* parameters, see the + :func:`distro.version` method. + """ + return _distro.info(pretty, best) + + +def os_release_info(): + # type: () -> Dict[str, str] + """ + Return a dictionary containing key-value pairs for the information items + from the os-release file data source of the current OS distribution. + + See `os-release file`_ for details about these information items. + """ + return _distro.os_release_info() + + +def lsb_release_info(): + # type: () -> Dict[str, str] + """ + Return a dictionary containing key-value pairs for the information items + from the lsb_release command data source of the current OS distribution. + + See `lsb_release command output`_ for details about these information + items. + """ + return _distro.lsb_release_info() + + +def distro_release_info(): + # type: () -> Dict[str, str] + """ + Return a dictionary containing key-value pairs for the information items + from the distro release file data source of the current OS distribution. + + See `distro release file`_ for details about these information items. + """ + return _distro.distro_release_info() + + +def uname_info(): + # type: () -> Dict[str, str] + """ + Return a dictionary containing key-value pairs for the information items + from the distro release file data source of the current OS distribution. + """ + return _distro.uname_info() + + +def os_release_attr(attribute): + # type: (str) -> str + """ + Return a single named information item from the os-release file data source + of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + + See `os-release file`_ for details about these information items. + """ + return _distro.os_release_attr(attribute) + + +def lsb_release_attr(attribute): + # type: (str) -> str + """ + Return a single named information item from the lsb_release command output + data source of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + + See `lsb_release command output`_ for details about these information + items. + """ + return _distro.lsb_release_attr(attribute) + + +def distro_release_attr(attribute): + # type: (str) -> str + """ + Return a single named information item from the distro release file + data source of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + + See `distro release file`_ for details about these information items. + """ + return _distro.distro_release_attr(attribute) + + +def uname_attr(attribute): + # type: (str) -> str + """ + Return a single named information item from the distro release file + data source of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + """ + return _distro.uname_attr(attribute) + + +try: + from functools import cached_property +except ImportError: + # Python < 3.8 + class cached_property(object): # type: ignore + """A version of @property which caches the value. On access, it calls the + underlying function and sets the value in `__dict__` so future accesses + will not re-call the property. + """ + + def __init__(self, f): + # type: (Callable[[Any], Any]) -> None + self._fname = f.__name__ + self._f = f + + def __get__(self, obj, owner): + # type: (Any, Type[Any]) -> Any + assert obj is not None, "call {} on an instance".format(self._fname) + ret = obj.__dict__[self._fname] = self._f(obj) + return ret + + +class LinuxDistribution(object): + """ + Provides information about a OS distribution. + + This package creates a private module-global instance of this class with + default initialization arguments, that is used by the + `consolidated accessor functions`_ and `single source accessor functions`_. + By using default initialization arguments, that module-global instance + returns data about the current OS distribution (i.e. the distro this + package runs on). + + Normally, it is not necessary to create additional instances of this class. + However, in situations where control is needed over the exact data sources + that are used, instances of this class can be created with a specific + distro release file, or a specific os-release file, or without invoking the + lsb_release command. + """ + + def __init__( + self, + include_lsb=True, + os_release_file="", + distro_release_file="", + include_uname=True, + root_dir=None, + ): + # type: (bool, str, str, bool, Optional[str]) -> None + """ + The initialization method of this class gathers information from the + available data sources, and stores that in private instance attributes. + Subsequent access to the information items uses these private instance + attributes, so that the data sources are read only once. + + Parameters: + + * ``include_lsb`` (bool): Controls whether the + `lsb_release command output`_ is included as a data source. + + If the lsb_release command is not available in the program execution + path, the data source for the lsb_release command will be empty. + + * ``os_release_file`` (string): The path name of the + `os-release file`_ that is to be used as a data source. + + An empty string (the default) will cause the default path name to + be used (see `os-release file`_ for details). + + If the specified or defaulted os-release file does not exist, the + data source for the os-release file will be empty. + + * ``distro_release_file`` (string): The path name of the + `distro release file`_ that is to be used as a data source. + + An empty string (the default) will cause a default search algorithm + to be used (see `distro release file`_ for details). + + If the specified distro release file does not exist, or if no default + distro release file can be found, the data source for the distro + release file will be empty. + + * ``include_uname`` (bool): Controls whether uname command output is + included as a data source. If the uname command is not available in + the program execution path the data source for the uname command will + be empty. + + * ``root_dir`` (string): The absolute path to the root directory to use + to find distro-related information files. + + Public instance attributes: + + * ``os_release_file`` (string): The path name of the + `os-release file`_ that is actually used as a data source. The + empty string if no distro release file is used as a data source. + + * ``distro_release_file`` (string): The path name of the + `distro release file`_ that is actually used as a data source. The + empty string if no distro release file is used as a data source. + + * ``include_lsb`` (bool): The result of the ``include_lsb`` parameter. + This controls whether the lsb information will be loaded. + + * ``include_uname`` (bool): The result of the ``include_uname`` + parameter. This controls whether the uname information will + be loaded. + + Raises: + + * :py:exc:`IOError`: Some I/O issue with an os-release file or distro + release file. + + * :py:exc:`subprocess.CalledProcessError`: The lsb_release command had + some issue (other than not being available in the program execution + path). + + * :py:exc:`UnicodeError`: A data source has unexpected characters or + uses an unexpected encoding. + """ + self.root_dir = root_dir + self.etc_dir = os.path.join(root_dir, "etc") if root_dir else _UNIXCONFDIR + self.usr_lib_dir = ( + os.path.join(root_dir, "usr/lib") if root_dir else _UNIXUSRLIBDIR + ) + + if os_release_file: + self.os_release_file = os_release_file + else: + etc_dir_os_release_file = os.path.join(self.etc_dir, _OS_RELEASE_BASENAME) + usr_lib_os_release_file = os.path.join( + self.usr_lib_dir, _OS_RELEASE_BASENAME + ) + + # NOTE: The idea is to respect order **and** have it set + # at all times for API backwards compatibility. + if os.path.isfile(etc_dir_os_release_file) or not os.path.isfile( + usr_lib_os_release_file + ): + self.os_release_file = etc_dir_os_release_file + else: + self.os_release_file = usr_lib_os_release_file + + self.distro_release_file = distro_release_file or "" # updated later + self.include_lsb = include_lsb + self.include_uname = include_uname + + def __repr__(self): + # type: () -> str + """Return repr of all info""" + return ( + "LinuxDistribution(" + "os_release_file={self.os_release_file!r}, " + "distro_release_file={self.distro_release_file!r}, " + "include_lsb={self.include_lsb!r}, " + "include_uname={self.include_uname!r}, " + "_os_release_info={self._os_release_info!r}, " + "_lsb_release_info={self._lsb_release_info!r}, " + "_distro_release_info={self._distro_release_info!r}, " + "_uname_info={self._uname_info!r})".format(self=self) + ) + + def linux_distribution(self, full_distribution_name=True): + # type: (bool) -> Tuple[str, str, str] + """ + Return information about the OS distribution that is compatible + with Python's :func:`platform.linux_distribution`, supporting a subset + of its parameters. + + For details, see :func:`distro.linux_distribution`. + """ + return ( + self.name() if full_distribution_name else self.id(), + self.version(), + self.codename(), + ) + + def id(self): + # type: () -> str + """Return the distro ID of the OS distribution, as a string. + + For details, see :func:`distro.id`. + """ + + def normalize(distro_id, table): + # type: (str, Dict[str, str]) -> str + distro_id = distro_id.lower().replace(" ", "_") + return table.get(distro_id, distro_id) + + distro_id = self.os_release_attr("id") + if distro_id: + return normalize(distro_id, NORMALIZED_OS_ID) + + distro_id = self.lsb_release_attr("distributor_id") + if distro_id: + return normalize(distro_id, NORMALIZED_LSB_ID) + + distro_id = self.distro_release_attr("id") + if distro_id: + return normalize(distro_id, NORMALIZED_DISTRO_ID) + + distro_id = self.uname_attr("id") + if distro_id: + return normalize(distro_id, NORMALIZED_DISTRO_ID) + + return "" + + def name(self, pretty=False): + # type: (bool) -> str + """ + Return the name of the OS distribution, as a string. + + For details, see :func:`distro.name`. + """ + name = ( + self.os_release_attr("name") + or self.lsb_release_attr("distributor_id") + or self.distro_release_attr("name") + or self.uname_attr("name") + ) + if pretty: + name = self.os_release_attr("pretty_name") or self.lsb_release_attr( + "description" + ) + if not name: + name = self.distro_release_attr("name") or self.uname_attr("name") + version = self.version(pretty=True) + if version: + name = name + " " + version + return name or "" + + def version(self, pretty=False, best=False): + # type: (bool, bool) -> str + """ + Return the version of the OS distribution, as a string. + + For details, see :func:`distro.version`. + """ + versions = [ + self.os_release_attr("version_id"), + self.lsb_release_attr("release"), + self.distro_release_attr("version_id"), + self._parse_distro_release_content(self.os_release_attr("pretty_name")).get( + "version_id", "" + ), + self._parse_distro_release_content( + self.lsb_release_attr("description") + ).get("version_id", ""), + self.uname_attr("release"), + ] + version = "" + if best: + # This algorithm uses the last version in priority order that has + # the best precision. If the versions are not in conflict, that + # does not matter; otherwise, using the last one instead of the + # first one might be considered a surprise. + for v in versions: + if v.count(".") > version.count(".") or version == "": + version = v + else: + for v in versions: + if v != "": + version = v + break + if pretty and version and self.codename(): + version = "{0} ({1})".format(version, self.codename()) + return version + + def version_parts(self, best=False): + # type: (bool) -> Tuple[str, str, str] + """ + Return the version of the OS distribution, as a tuple of version + numbers. + + For details, see :func:`distro.version_parts`. + """ + version_str = self.version(best=best) + if version_str: + version_regex = re.compile(r"(\d+)\.?(\d+)?\.?(\d+)?") + matches = version_regex.match(version_str) + if matches: + major, minor, build_number = matches.groups() + return major, minor or "", build_number or "" + return "", "", "" + + def major_version(self, best=False): + # type: (bool) -> str + """ + Return the major version number of the current distribution. + + For details, see :func:`distro.major_version`. + """ + return self.version_parts(best)[0] + + def minor_version(self, best=False): + # type: (bool) -> str + """ + Return the minor version number of the current distribution. + + For details, see :func:`distro.minor_version`. + """ + return self.version_parts(best)[1] + + def build_number(self, best=False): + # type: (bool) -> str + """ + Return the build number of the current distribution. + + For details, see :func:`distro.build_number`. + """ + return self.version_parts(best)[2] + + def like(self): + # type: () -> str + """ + Return the IDs of distributions that are like the OS distribution. + + For details, see :func:`distro.like`. + """ + return self.os_release_attr("id_like") or "" + + def codename(self): + # type: () -> str + """ + Return the codename of the OS distribution. + + For details, see :func:`distro.codename`. + """ + try: + # Handle os_release specially since distros might purposefully set + # this to empty string to have no codename + return self._os_release_info["codename"] + except KeyError: + return ( + self.lsb_release_attr("codename") + or self.distro_release_attr("codename") + or "" + ) + + def info(self, pretty=False, best=False): + # type: (bool, bool) -> InfoDict + """ + Return certain machine-readable information about the OS + distribution. + + For details, see :func:`distro.info`. + """ + return dict( + id=self.id(), + version=self.version(pretty, best), + version_parts=dict( + major=self.major_version(best), + minor=self.minor_version(best), + build_number=self.build_number(best), + ), + like=self.like(), + codename=self.codename(), + ) + + def os_release_info(self): + # type: () -> Dict[str, str] + """ + Return a dictionary containing key-value pairs for the information + items from the os-release file data source of the OS distribution. + + For details, see :func:`distro.os_release_info`. + """ + return self._os_release_info + + def lsb_release_info(self): + # type: () -> Dict[str, str] + """ + Return a dictionary containing key-value pairs for the information + items from the lsb_release command data source of the OS + distribution. + + For details, see :func:`distro.lsb_release_info`. + """ + return self._lsb_release_info + + def distro_release_info(self): + # type: () -> Dict[str, str] + """ + Return a dictionary containing key-value pairs for the information + items from the distro release file data source of the OS + distribution. + + For details, see :func:`distro.distro_release_info`. + """ + return self._distro_release_info + + def uname_info(self): + # type: () -> Dict[str, str] + """ + Return a dictionary containing key-value pairs for the information + items from the uname command data source of the OS distribution. + + For details, see :func:`distro.uname_info`. + """ + return self._uname_info + + def os_release_attr(self, attribute): + # type: (str) -> str + """ + Return a single named information item from the os-release file data + source of the OS distribution. + + For details, see :func:`distro.os_release_attr`. + """ + return self._os_release_info.get(attribute, "") + + def lsb_release_attr(self, attribute): + # type: (str) -> str + """ + Return a single named information item from the lsb_release command + output data source of the OS distribution. + + For details, see :func:`distro.lsb_release_attr`. + """ + return self._lsb_release_info.get(attribute, "") + + def distro_release_attr(self, attribute): + # type: (str) -> str + """ + Return a single named information item from the distro release file + data source of the OS distribution. + + For details, see :func:`distro.distro_release_attr`. + """ + return self._distro_release_info.get(attribute, "") + + def uname_attr(self, attribute): + # type: (str) -> str + """ + Return a single named information item from the uname command + output data source of the OS distribution. + + For details, see :func:`distro.uname_attr`. + """ + return self._uname_info.get(attribute, "") + + @cached_property + def _os_release_info(self): + # type: () -> Dict[str, str] + """ + Get the information items from the specified os-release file. + + Returns: + A dictionary containing all information items. + """ + if os.path.isfile(self.os_release_file): + with open(self.os_release_file) as release_file: + return self._parse_os_release_content(release_file) + return {} + + @staticmethod + def _parse_os_release_content(lines): + # type: (TextIO) -> Dict[str, str] + """ + Parse the lines of an os-release file. + + Parameters: + + * lines: Iterable through the lines in the os-release file. + Each line must be a unicode string or a UTF-8 encoded byte + string. + + Returns: + A dictionary containing all information items. + """ + props = {} + lexer = shlex.shlex(lines, posix=True) + lexer.whitespace_split = True + + # The shlex module defines its `wordchars` variable using literals, + # making it dependent on the encoding of the Python source file. + # In Python 2.6 and 2.7, the shlex source file is encoded in + # 'iso-8859-1', and the `wordchars` variable is defined as a byte + # string. This causes a UnicodeDecodeError to be raised when the + # parsed content is a unicode object. The following fix resolves that + # (... but it should be fixed in shlex...): + if sys.version_info[0] == 2 and isinstance(lexer.wordchars, bytes): + lexer.wordchars = lexer.wordchars.decode("iso-8859-1") + + tokens = list(lexer) + for token in tokens: + # At this point, all shell-like parsing has been done (i.e. + # comments processed, quotes and backslash escape sequences + # processed, multi-line values assembled, trailing newlines + # stripped, etc.), so the tokens are now either: + # * variable assignments: var=value + # * commands or their arguments (not allowed in os-release) + if "=" in token: + k, v = token.split("=", 1) + props[k.lower()] = v + else: + # Ignore any tokens that are not variable assignments + pass + + if "version_codename" in props: + # os-release added a version_codename field. Use that in + # preference to anything else Note that some distros purposefully + # do not have code names. They should be setting + # version_codename="" + props["codename"] = props["version_codename"] + elif "ubuntu_codename" in props: + # Same as above but a non-standard field name used on older Ubuntus + props["codename"] = props["ubuntu_codename"] + elif "version" in props: + # If there is no version_codename, parse it from the version + match = re.search(r"(\(\D+\))|,(\s+)?\D+", props["version"]) + if match: + codename = match.group() + codename = codename.strip("()") + codename = codename.strip(",") + codename = codename.strip() + # codename appears within paranthese. + props["codename"] = codename + + return props + + @cached_property + def _lsb_release_info(self): + # type: () -> Dict[str, str] + """ + Get the information items from the lsb_release command output. + + Returns: + A dictionary containing all information items. + """ + if not self.include_lsb: + return {} + with open(os.devnull, "wb") as devnull: + try: + cmd = ("lsb_release", "-a") + stdout = subprocess.check_output(cmd, stderr=devnull) + # Command not found or lsb_release returned error + except (OSError, subprocess.CalledProcessError): + return {} + content = self._to_str(stdout).splitlines() + return self._parse_lsb_release_content(content) + + @staticmethod + def _parse_lsb_release_content(lines): + # type: (Iterable[str]) -> Dict[str, str] + """ + Parse the output of the lsb_release command. + + Parameters: + + * lines: Iterable through the lines of the lsb_release output. + Each line must be a unicode string or a UTF-8 encoded byte + string. + + Returns: + A dictionary containing all information items. + """ + props = {} + for line in lines: + kv = line.strip("\n").split(":", 1) + if len(kv) != 2: + # Ignore lines without colon. + continue + k, v = kv + props.update({k.replace(" ", "_").lower(): v.strip()}) + return props + + @cached_property + def _uname_info(self): + # type: () -> Dict[str, str] + with open(os.devnull, "wb") as devnull: + try: + cmd = ("uname", "-rs") + stdout = subprocess.check_output(cmd, stderr=devnull) + except OSError: + return {} + content = self._to_str(stdout).splitlines() + return self._parse_uname_content(content) + + @staticmethod + def _parse_uname_content(lines): + # type: (Sequence[str]) -> Dict[str, str] + props = {} + match = re.search(r"^([^\s]+)\s+([\d\.]+)", lines[0].strip()) + if match: + name, version = match.groups() + + # This is to prevent the Linux kernel version from + # appearing as the 'best' version on otherwise + # identifiable distributions. + if name == "Linux": + return {} + props["id"] = name.lower() + props["name"] = name + props["release"] = version + return props + + @staticmethod + def _to_str(text): + # type: (Union[bytes, str]) -> str + encoding = sys.getfilesystemencoding() + encoding = "utf-8" if encoding == "ascii" else encoding + + if sys.version_info[0] >= 3: + if isinstance(text, bytes): + return text.decode(encoding) + else: + if isinstance(text, unicode): # noqa + return text.encode(encoding) + + return text + + @cached_property + def _distro_release_info(self): + # type: () -> Dict[str, str] + """ + Get the information items from the specified distro release file. + + Returns: + A dictionary containing all information items. + """ + if self.distro_release_file: + # If it was specified, we use it and parse what we can, even if + # its file name or content does not match the expected pattern. + distro_info = self._parse_distro_release_file(self.distro_release_file) + basename = os.path.basename(self.distro_release_file) + # The file name pattern for user-specified distro release files + # is somewhat more tolerant (compared to when searching for the + # file), because we want to use what was specified as best as + # possible. + match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename) + if "name" in distro_info and "cloudlinux" in distro_info["name"].lower(): + distro_info["id"] = "cloudlinux" + elif match: + distro_info["id"] = match.group(1) + return distro_info + else: + try: + basenames = os.listdir(self.etc_dir) + # We sort for repeatability in cases where there are multiple + # distro specific files; e.g. CentOS, Oracle, Enterprise all + # containing `redhat-release` on top of their own. + basenames.sort() + except OSError: + # This may occur when /etc is not readable but we can't be + # sure about the *-release files. Check common entries of + # /etc for information. If they turn out to not be there the + # error is handled in `_parse_distro_release_file()`. + basenames = [ + "SuSE-release", + "arch-release", + "base-release", + "centos-release", + "fedora-release", + "gentoo-release", + "mageia-release", + "mandrake-release", + "mandriva-release", + "mandrivalinux-release", + "manjaro-release", + "oracle-release", + "redhat-release", + "sl-release", + "slackware-version", + ] + for basename in basenames: + if basename in _DISTRO_RELEASE_IGNORE_BASENAMES: + continue + match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename) + if match: + filepath = os.path.join(self.etc_dir, basename) + distro_info = self._parse_distro_release_file(filepath) + if "name" in distro_info: + # The name is always present if the pattern matches + self.distro_release_file = filepath + distro_info["id"] = match.group(1) + if "cloudlinux" in distro_info["name"].lower(): + distro_info["id"] = "cloudlinux" + return distro_info + return {} + + def _parse_distro_release_file(self, filepath): + # type: (str) -> Dict[str, str] + """ + Parse a distro release file. + + Parameters: + + * filepath: Path name of the distro release file. + + Returns: + A dictionary containing all information items. + """ + try: + with open(filepath) as fp: + # Only parse the first line. For instance, on SLES there + # are multiple lines. We don't want them... + return self._parse_distro_release_content(fp.readline()) + except (OSError, IOError): + # Ignore not being able to read a specific, seemingly version + # related file. + # See https://github.com/python-distro/distro/issues/162 + return {} + + @staticmethod + def _parse_distro_release_content(line): + # type: (str) -> Dict[str, str] + """ + Parse a line from a distro release file. + + Parameters: + * line: Line from the distro release file. Must be a unicode string + or a UTF-8 encoded byte string. + + Returns: + A dictionary containing all information items. + """ + matches = _DISTRO_RELEASE_CONTENT_REVERSED_PATTERN.match(line.strip()[::-1]) + distro_info = {} + if matches: + # regexp ensures non-None + distro_info["name"] = matches.group(3)[::-1] + if matches.group(2): + distro_info["version_id"] = matches.group(2)[::-1] + if matches.group(1): + distro_info["codename"] = matches.group(1)[::-1] + elif line: + distro_info["name"] = line.strip() + return distro_info + + +_distro = LinuxDistribution() + + +def main(): + # type: () -> None + logger = logging.getLogger(__name__) + logger.setLevel(logging.DEBUG) + logger.addHandler(logging.StreamHandler(sys.stdout)) + + parser = argparse.ArgumentParser(description="OS distro info tool") + parser.add_argument( + "--json", "-j", help="Output in machine readable format", action="store_true" + ) + + parser.add_argument( + "--root-dir", + "-r", + type=str, + dest="root_dir", + help="Path to the root filesystem directory (defaults to /)", + ) + + args = parser.parse_args() + + if args.root_dir: + dist = LinuxDistribution( + include_lsb=False, include_uname=False, root_dir=args.root_dir + ) + else: + dist = _distro + + if args.json: + logger.info(json.dumps(dist.info(), indent=4, sort_keys=True)) + else: + logger.info("Name: %s", dist.name(pretty=True)) + distribution_version = dist.version(pretty=True) + logger.info("Version: %s", distribution_version) + distribution_codename = dist.codename() + logger.info("Codename: %s", distribution_codename) + + +if __name__ == "__main__": + main() diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/__init__.py b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/__init__.py new file mode 100644 index 000000000..d1d82f157 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/__init__.py @@ -0,0 +1,35 @@ +""" +HTML parsing library based on the `WHATWG HTML specification +`_. The parser is designed to be compatible with +existing HTML found in the wild and implements well-defined error recovery that +is largely compatible with modern desktop web browsers. + +Example usage:: + + from pip._vendor import html5lib + with open("my_document.html", "rb") as f: + tree = html5lib.parse(f) + +For convenience, this module re-exports the following names: + +* :func:`~.html5parser.parse` +* :func:`~.html5parser.parseFragment` +* :class:`~.html5parser.HTMLParser` +* :func:`~.treebuilders.getTreeBuilder` +* :func:`~.treewalkers.getTreeWalker` +* :func:`~.serializer.serialize` +""" + +from __future__ import absolute_import, division, unicode_literals + +from .html5parser import HTMLParser, parse, parseFragment +from .treebuilders import getTreeBuilder +from .treewalkers import getTreeWalker +from .serializer import serialize + +__all__ = ["HTMLParser", "parse", "parseFragment", "getTreeBuilder", + "getTreeWalker", "serialize"] + +# this has to be at the top level, see how setup.py parses this +#: Distribution version number. +__version__ = "1.1" diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0400bcd07273f0fe687c3e1e401d2ce5dc69d415 GIT binary patch literal 1314 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 auLB*_d;DMUZ$!EV|GfUXdUw62-t%9%#?t!$ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/_inputstream.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/_inputstream.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5e4ce826181cd33c2f7b7baadf298f85f5dfb1c5 GIT binary patch literal 21873 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¢y1LW0QHFOE-xRg&8k2e_ zRyqy+piQh{3a`fN!_nwV$+Plk%x4s~!<6|b8b9U~pFL6u?-MoVuKgEQMfK#Tx%In| zu@X5zm;pHC!h|(At0Tc_#RvE!Ci81J^zb7ln%qXCo23ads4HFZXMXjvric{o>MNbZ zPaWXbk|;vSuUqJU#oXuF)TuT!!7Jb2h67z4wJZuB(8y0^Kmg6N*&q}8p!6`45hjYs z4kiP@7CH7bKCZKLo(WH{a9{ilPyA6OV literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/_tokenizer.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/_tokenizer.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..352702f59c01ab22d445d105dc0366d84422338e GIT binary patch literal 39902 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 N(gm!X=F{2C{{s>D`v(93 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/_utils.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/_utils.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e6f2e175d876d21b76d15c2af3b054d552542374 GIT binary patch literal 4817 zcmb7H&vP8b74Ght-5u?&ejsF70viS;5Eg8S!XY8VIDl;eAr`LK33!8R7)|#|BhAh% zJ+rp8SzVB;Fc&JPROOPgkNyX8&YwX|Qpq7FUvta>^1Ytf)k>BRnW^sSe%<~0&3oT_ z{rb1l({+aDcXxlXb@6G&{!N|9$3f>El=M^1m}HVitjpWHE83!KwJlCG5!u~JyTaLE z4m~TXc5Ce#XP>axwV85u>iQ~Y^qSGBV)O=!#ivBEqk6Z|ZgiXNCTFUt2cT7=>F$ic zitcQCjkX)l9s71GbPmw(CRoUGktvZkKdx7yF5 z|CF3Ze_qwlKP8`*&Ry0%Ef?ezzR$@MvX1Zba#5bd*OirPthMxrbl$S^S$`uFum5-I@$Cyb=41bzLZXO zuO}C=cP|O!EMMrFUElYEEYZ8=hvxT4A+d}tbggv*Irv0O!Y_2_pb-^ z%af0V&O0dS8B~h3xnyl2dE0{7ENS26ZCh4k6-ukf2ALBS7#8YlY67v}14J){LFV2L zvn}^^H|?n)^dq;Ylb+I9sM5FUbr;Xau^Yx=7Wx?!d&b>SyQ!OP`I+l$q_w?xt*%0lUIy!^QK3uFUL@iN^?8*yDG03 zyX7{`(6dm7ss0}{Y zH`h||Iordqzp2u-Uf5gnFiR$SZ7b_WZ_s3~pM_Dn+S}Dj*zRX!hIv$s+q}u=xx?qh z99j!}uzVCltE2xuWKpti1;to&4vmc6=dc3Gws>G&W15I9OP|Ciw>A-9o<-}S(5DOm z&UNtTdWC2W&%-p*iRWDgAvFl%gHy*yG@iH~P<$9Y)TUyjBIgILAkn@U$;0y#?3LuD{iqxPcbNp9XN;s@!XEk+s>Tp0TBI!#+9)EXbQC+>Zq}QQ6`+0SAr-!Zl2Uaj zcnWDDWZDwJ(}YfhOnj>*fU7N(Mk6_m(FiqUG7k=o8qPa1ozO31EU(M);Zz#U(DfPy zClqCLL|9)(No`b&SNY(%W3B&Wh+9}^ZsyaLLZkHx`5N*LLt1c!c&_B;j<Hv|ZWnf7T{cDtT z1{J~xcWkHPR2|E)jI%$cYzy-)(gIqA@QUMB;;2o2mBDMJSf;+UQ#sVPcX-*anDOd( zyy(|~9BS7`M-}VY!Y%UeT|z8<2?Z zjK&~28#KHZQ?FB8LsA06L|>C8a@*INX5TEJ+@>3n#=V#6(=^@r zNbMF`9!_ye=WudY`#oS!;bgCG_^B#xT>1j7`2|&GpJuUxSLBx#j{V$5KA%1md94&M zZxqSEMW60lW5>*=3vzjl8iHj?QG{{iX`(KgLLhIOLFPtzn}fHBch0lUEI89rF*s%{bv)PcUrsUuBMMxj5Z%4mw>pwU!bD_8!B zcoyd=v{ltt(Qmy#d0(fGOB`}QO-j?G0!=!=1q6Ug4FdDoAc-Q}_;9mGSN)AZ6Q{iK zp}F`MC~Qnj$!C%9ua*h_Y8u|rD3XnG3s z+lvSDgNea*bF!D?#Pp*GE?_H!vRrs~3jd+3B%iu`Cr~{SUek$U(tneyn$tv+H)@J@ znqXx#Q)tns(o_Vx+&N!>^a4fyl#IGyAU_8S;i@8Rz5oY6oa9SZl?x`g_|9$!SgB8bbI;){n{rP74~(8uwg3PC literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/constants.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/constants.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1c969177906917de2a609c87b3557facde32a7e3 GIT binary patch literal 66331 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›qw-Ms|obFALtOo(;rcj-{p-1?5$ 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 Rc zn%cBDJT<(yd1~|GmZ>d^Tc@@zZkyV+c+1rG#apLtUEDFXV{zxy&c)nR4&~&G9wYlg zbm}(aHlxqz$Js7pz!-cXGIjey5o5^M^g_hgWbVEepSr`$F6=RejmBXMSSee5E9GLLVwlsVV$D?fQgtL|WiJ(L^V5rFEng_*t5qv~v1nepU|y+Cd>Lqt zj6|*O>0)_lrB>n=>oLl3}VUu2WCs)djhenqH|D@r^#K zx4M)sn5XCSDqp~dt5#pWS|}FZzO-bj!;e=knTn5?g<`&Rwq!1vI&szP{Pnk=3RW;9EE|^OM#!8yR=42txwzU6JII`OCaj9e;(+{3FaUwUXDvLSxn7d2GnK3z$3agwRTe=KE5g(U(`}Q8^gC~y9 zRE#SpjxU{_Mh-$X2)U zUXQ@)z%kOHZs)DLn2?ssxKelUY!8#YOgO4^GQu-<-$VH6UOyzgo_PiGXXg+7RXThe z$Lba&4@F)AH!z|`?1i)ut3|HGuYzlUGsGtf&P&dbFY!-aG$T_{BQh29UZ0AKgpsI^ zLQI&i7}JJXsDOP|lqWZg9WPZ1kSI=!ozXW2BcHIV?i&#jaTWT}(@tOPTyj_K*Ld1-nYFD5AOpxr3(kXl;FnS2#2 zT<4rA7HU>c-r?*Me4x|41cgn{+NJwi=?LodI4dVYY_t!wDILp1>v!J}&cBWk%QsQ~{^z`ydzNGIcepLf;%speLu{zym5V?WfBOO(5!(k+<4)YLG z58xnKz7pi+ZS7%x6z^1p(ng2U>LjjOdK2&RM)gOKIK9b;q8IHol12&=Y{J-Qq>WCT zC5?>H1?e_rb{O48k4U^}BWv^`uT$jY$W+Fble@H(Jk_mb@;#X_Cwa*h2wy6yRjR`LE{c%4~|1d3d=E7b#%lVlSgl68)VHi`sEf(f;rOI3t2tor?J;;J0C=1_^80yJz zE~;I5ROKF&4tbusfZ8|0LROGN#$hFvq zW6R(bLfxR5CfKQ_6z28YlfybD>?J|vM%saQIi!M_xkPv%?o!4QDeop>-nm59wW ze!?r}aRNR|ssxR48e%chSS`MgXhbPdG$Ig{lN6Pa53Wo~6phroan`}JcSOp&6Omf_ zLPpI*aUDhL=x3ZKz9UkOJqvRU_0$O~r90e6r`1y|gYpvMCooP#O0qhu1yzK0T%J>% z0L<#)ZBg!NfUr7UTZENVX4QnbV-X_qT#TPEdb36UDG|~gOZ;`z9IR& zcK#OT8}SP<)sXx?JD=a~HxgS}<^awIRtE_Onq-K_@_<0Zuk{;A{glCHH%U5dq;S4j znyh2uT)neg$t|xG)dh6qr4kTM^~1`{m|%hC!=Uh12YV(AI+G(?bZ34V^|yLvi>g|C zx|Ub9$^4vpgn4mLLMy}Jmaj>>KZ#u3_{kEDL+Tl3^fP&iFLY_s4@#*)a)aOp@;<;D z-70^Hfap6}7cjY2?A%asIn1nn2#ltx5mH<4wg#m8JRuzkzcZ#BUW;Gx8CRL zRRUB?ry>QEPDSchLo*rCYq4sUVhtKFx&S%ah;NN7fclLj>Mu36^37!|-bLIfg9f(VxbX zT02T*qKRnz79RqepDl1eI)6NOaY@m(5nTW-F?jC5S+oXOY-@y9MjY4i3#rOc9*Nu4 zL@oJx)JR-N0q1xYzsPK?mg2PxljOu3*?bxJ5If^2n4Oi<=0z(_sf2YLiPbyVVa3o< z-;`fkDisUzyf*gSg}0zH5))RZE3l|dyw1293C1AIEahs610johY8c7&n5KLkw*5=f zHjls!7pp{5vz_zj@oJUtv%_|OD@HaFjo}!36KS%3n-90)CA47JC4uBn#1ruaT*Zhh zHHyrUxT@fwn|w3R6qDe1vbGni+PFFilr_WsDZEgXwv7h3^jhx(#uX_@8b29VvnZ*C zp0G7?HHss8!ByzcZ1<~i96?55eT|S%LUWB6DI8NccHr2-5qKu@YV=)SyqY#5S34W& ztC>c|h+OD=HLAYe$RH=e5vt1iXr#A-AL7ZbMi+>7*Fr+Bx^eYBTqWhI2PJf(^lT&B z=s=JBW%5+yWk9Mks~tvHG4gus^%xjSXLt30>VI<-01wfR&+FQ=x*lP@;cD;B4qYwAq*XUjCYh<7ap*F~k zN$x6g`+d0@?w?2QfG;;8&;BNI2YtCo$^9a7hkUsy;PP?gZSv)jd7fx=8bezna@@2P zCJW*lif0erTmQ8Lzr?CR#%BUk(6-hN&; z`hn3{b$@Nk^U+sh%lm~+Y?-h!KG#U^(@nmTG`N>=ODlD@Y=CQ89j7acG(}n+XDS6T zZDh`iAAw5Gm%oKS(eSMV9VT%9AiaqDLU=VTNiEKmt}M-487QrAVl2XCqZZNkRSAg| zuU?$9`if=S#c`U(MSQJ`V)E%y1;&;+YqRfSyl|mhxl}TZIn$``DZ>DKu~IZfZMri` zMS^zVB9+Zi_@;`+N_BE%s~Y4N$A-V`tc{ zkadc(8^gJF+9U;P4s$lZ*PlH5@4`j3)!URS z{Y}tpbt==YuwcB2hO0?5#b@!WQZR}@hW7o7b%S{)z-|(dva``_EDc>|3nZoiXflad z`prZ<_02?L;O`R2%-<$bnKu$0slQ32Q-7W4%zPt}Nq;@j)%~?ZH_UEeT9m1Rzci$- zzGw=pEQRt?34RNb7@kW-1A3C9Km-^Wty=t1IIZT8U_gVB(ZD(zZ^Zsb7$#rQ!yYD_ z*QwgX^M4L5BDl}xn>=u~hwYMCDvfHZkCK33c_V}xi;e;be+SHVHOQ!1r_9-Jz|MyX0)oXJetG zGM1mh`fs@ZQk4jj5weQbUWu#-dZl7b~a&|Nfm|XEqIQK{5KnXPQmxvLzAqe(8GGU2+}rf||DQVC40UKm;y*s((Bk0q zG%mN_c%#3`x*PI@rVow_a(!1Q`=pN~oY}ZLly6S95CG@P>PJZzf;yczH+QPaLBj)}mn(p`l5M!JB&8Bx7f z6R@pOsfpX7dQu&)rD`1wD143BFx)E7!w2dpr)jZMsSlw*pRpnh&krnIm9jR|(om>w zL4x|zf@^hZ_-M%dUfye}_)ExpfECZ+BmzMv5#2^XWK(nXMN$lqJZibDs#KHuJ}f}d z8Z1E6{v4oVR=mGoHql-`=<$%tw{To{qX3fn*dDxB)`l!4)s$Z zF!07X9}GKu2nmU#x>*3MZMra9$r*RNy)ZE>g~COr`XfHLcD2COQdA3UM626sxVv8E$$+_oCjVXsoZrBS0jHx8Ghp0e zyrld~86EV~;vc-UM)zx3J&G1EHt?_K`(X}&1OLUV@kV?BPJEai=&;8)!xLFCoKeM( zSD&jTFrIqh)Wp@*L?dDJ!ER0abiCT&y+*Y9D$0N}0q>?R#MP_I_c62$PyICVI^d3g z$pr?2B$Vz?;a*hT$9yq~IC*$`8U`0g-u)BjtaP#bG&nIl`Ke<0G~{eV3zVO#T(Y`~ zX%cB`6#J0WHHFP6HaU=`hg8opf zW*{_b9zTRq)fnT21H%|`n5|TxuNUlZr3;nPoO~u(BP>=z9!tnOX^0zQRz@!D)9NZa z0~$FpiSUwN0yVJI);R8|w6Db(EoI5P95C&oP;1LbO{w6;+%omh&ZX9!PuGtU^e!)kSdYbfz=uc=~jDYkGSojWhmBr1#4k0m8;l z@yAY5rTa}{pkT)(VS53B0K%skh61ZC_$I`H1~})n=(YHJc?Sd!chc{PAzmtuYmh!% zXXHA8Ymh-)cguAW*9_{87+JYa;kwu8!*!orci_6;7{K*_T&Ee6^%5+p#-K5TsH`F8 zz88^N#wKGJPYugcop>q+KkH^=3!d2`c^TwIk;ibCw6RUzi`vgI^d)U$US3Hj_5?NM0Y{-D~Uvy!+(3 z-+pGqxD(IZDR~2U<}PDDp4l(ggZ49{#u%O%le{52?|^X-c?TtL6W%*y9L9Tx<$4&` zM~tJmJ}TFn84rf2uvDX?kw%nQXCw2TXrl|Z?H<^OdmDX?{>DIKurbuw)EI7THtv3H zGuXjB6M+swCd|%3^P}`L-9Z>3szYkt8-0oBCND&|jU6_ZtRH>6GB*bkiC9Dwquh+D z9k(E4l8T(fy&&o&4?~4m(*j@SS7}4yND?251TJLlzy;7PU%-M44-kk`c-D#|Am2(} z%$HW0NrQR__g^I~AVasK6z+6m3%u9_I9a_5FHj)>A7$qb{21&j(OV3oScQ%2^{9Fg zakEjl6Ji$<>P6VS=n{df0Q8GHj3#k#b~&%XyssX{IlavZ0|9)Xu!)5v92PuwETmyM z<5}lIM$VA(OO3=VTxwCAOCWm`HZ_UIZN3&7ot&^b977|jAJHbr(>NRH5@Kd$s(pTw`qS_c9R zV+b)6YL5Uzq4iTD$|Cd+A|omKR9aJV1Q`kiN06aV?x`+Ku@PiQ8XZB9;U-X!;rf;k z;DnLaCr%-tz>cbeDK|H7mcYQBsTA6L%4r2MtwmD?O)g;Wv^y~DL$2Nq8BeLt!)o*KuLN}5sK#cG{;!^DTupkO}9_&$TaH3Ls z#KEj-h@Ko4FQ7h*mw%4n5IvD-{r0wi*zEyVP0Q#YZ4}gUM1y+KmOyzE_5`|#wd)mK zB{m@f`}MfCfZEcb?VV8~qlYMV>Q$8bi!O}uP{JS$G-ktSm)HU)d5pj*&UTl6YtsOr zs}HP{&C8fA{8f1vwp z-0Q&K_uy*)X&eW{c8hdPkAIj#tUiE;KIMZfjP(Wa=ET2LZyY%FC45bNnMoLyUdD~j z`d~S*9+sNCd;x%nDYwrp;DWv;@Lcdj_BwFb9XvLK50}s29QLfO5HFyOOaAc)I5y6% zA&iB0$-9Rl;NCOLU5(cez@qP86Mbp7=W%U-K)tpA1sDnAFJVZND5fQ(GNS?UNL)Z^7EC%EeSrAqj z+W}KVhuSYD4L7F|!+eDO42N3)U1gUY>CosBWxU=)|2OsaQ3aJ>`m!kR=McvugX}v2 zm{yO*c*b6?$-)xO{J66c5+3zCd_XiLNi-jI8v-BtJtDCiPer0b(eC(AbO6Wt9c@wQ zf42pH|Bbqw`Y!+<-RzHWuzEDF@pm%yXSkvMoXLM>@)t~kNKqd|-hXP-q4u=JhC}j& zt4@q$n-pR7+bES{VYO7LRULhp97RaBB4rdJq&WJeQ>(w?8KLn(=(Sx^$k9&{P=;AS z$&JCcoq{@>wAI@FbVhvxx7rIlw0k%Lj~Txffw+Uw4RIxDi#;h@?CH=7EyNuy_H^1} zPsSE|x@@th+vrC}9tf4e9?^lE0(PLkke#9$n%!{Vx!hS-yd91F8tZQJ;(J0G#{WTw z-K|9`S(H2OiBlQlE_-%ZvqYNNd|CZ59z$r1?VAiG=VZx$?E{r_6a)!XPmu}(HHrNfCWb8imvAR#biN+tnSmH%I|qSb>L=xk zY2+l-=Nbuyb~BVreGVZ|Bz@`fZh0HQPSyV?XMF2RHk@BF7>}%NYqYK*U`(zN28Vvu zuL-7=URs$!z~du^m9Ac?VlEfXI-plWxvptyI+&lStkjN`5F}8zGFp%r;d<{%nE^*- zM|`m&Blp(tyz2mFl$H?6R4g4hVAKqmw@V2-ck!S)bSQ@@wD%r7bnwuD1NEb$2M*+o zi}`A0ww5c^4Bzud#ttGH;F4(+Yq`5};Aw~@f{&+)x9;RyIC0BfCJ3(EGTtCG5r_GyD~x1UGJNedWm5 zVFat-u0hsgJMgimVE?~E#D!@(^ z?i^_Ti2oZys+PvQ(T-wCF4{k2cP2t^KU+bx2&UX!K@5}u5>%~VISfQxd1bN<@az$k zyZ*C6xeSCa9g>$GxUrX%S;}8_U!K6r>>HSOYUFr=RRA#lg$`C~wD^>S&fYV2@Ype~ zRB-T~gNKeC^N1%SSfq`P3NUAV<%JZ3hoqQ$L9B7swwT>4X6ectC-DZcr0F(l4|Ltd zr`IQW=y@KC+R=gN;qnf9XiU2htHTr@KcF z9vMA+6vb|DeE`(cPTtyA(A|Dtu>wmr#^a^n!tUu}R7%1*gGm?+_RtG80ERKQxVC{`so}{z}$4e#muak=-+ zSSs~KtOFM6jcNdn^$P&Ge>|t6BDOi2XF1=FCIqIiA;NYe*O28QA;SXmCZ5sgw9T|Z z424-bt!~86%9P@>rK&lF&)HM;F;#K@dfJQs)fP3+)m`XWC7jwTB=ZLm?TjPrMzk*O zXtphmVsWI=xk_!6bGxcgzr3zN5Kugfd=7SU<13xV(lhO$TNVaCBQ zZSv_bOBc$M8PGRa8;WxQ!>`*ou()iXF0^SBL+UcR!L~UoMwS*U|GJ$^mTN$3Y;O;L zWp+|Y8=M7<&D4SBnhN3e^`|gHaTxyL3z!(`X|f6-pl1ax9rbm7ObkCX7HDIT^lJ8C zZ444S5CQN38nJ!j5-=zK`pR`4ICFVn#U$4uSey(p#ZT9T=f6~1qd58O*nR} zUttcZjat0aU*pT6WR`vQ`v?*%1;1DriERT=n2n32upbC|2;BzFfiL(#xPJqUWE1-J zEP@25rKQNG#15!B0BR^!ICNhkNV?~sp*GTU*5^JhJUM*8Ho`GLZ3uIVZ9%}tdoVDB zuY4X4Go)I$rnn9aZ!Hs@8$H+NJ+m;z)!#`;`gBm7JNzBL$}3tv+KEfBIT zWQ2LaJtRwh&Cu=*^=%G^f;G-mqqb*? zuWOulFc0x74WRS@a6Y@=~57Bv8;qgqdip6*k zaHiB(nB8GdMO0to+iUSR2jxG^3hu_!qRWuG@kc&~f1G!ndNY+s#c&2Dtu_OI0v-ZqHe$_ul^49V^JIJrc4)V+D0Bo!u$e?SkAILy!t{&(6WGgct6i#$l7&=9;ZzyLazPM%YosiQ94(Jx9qx!$#H9LuJPe_J90!jl>R_Fa*2bzK zwu-@+*~g3J3)Caw@A`e#!eNNr(Rz4P2x-3zg0VKm1S-YiT)z0T8>kej#t;lU{%awH z>1BuxLl{O(eH`&#oQyW5WrT&)Y8n9=SoMd7jq)=FCaB@=#|`B2hmbdfF_$vTj%1J%G{ zPuhKZ5lh;NQ58#~AZkJ;57jgD4vdKe8fy&`ciI=+DE}YWH*$D`N*x!~O(VQ59UaDxYk6efjCBkls2=2Nqa&52 z2D%Eq5Frtik?IJs6caJ?!JbqL+qU{mJmQ4P{ua)|2%0BKO%`h<^Q#1&#ejpqDve zNScj;ZkeAFsx*h8K)>ID0QPhlL=+|+>*xlg0E(h10^^Dz8yzgI8V4J}ZHQw62m9ax z!s0+>5k3tgG}aia?x~^A@k&qkXLBv2Z1Z$v+L;I{dUbv1tnE0#><+|0z@3%51FP5MPpo0xP22!@Hu9@#^l$TG&NC1i}@@yLyTyyn8g&Lb;UF9 z&9|yytUkL;$Tpk=eM7IzWSKpn{Y$LlXwfNEZTuRW=hdT<$c@bQav%>X@0UVnJ+)vlP+GN?=*G z3+gE9sA~{c*d|F^XT?rCftA|URxUrlcPTb&z48{mzMIJ&CVQETFu99~Xq|$igS-^g zQ&bd^47G`QU*Xv>&)TY+UA|uSYb4}n@Q#>LsbJESnoMsJrLzO>Gdj^ER}@csJ`$#^ z%Ti#eZ=||XR76E3RS)931r!$eV>dmCU-jci{$W*7vwwBK*eXipHc={X5pygg$EiV> zV+W^)YL z@~fy?n8YCV{iB4@CLedVRRlxfYv&?!VQhy}@=JzNY@%@Af>iD04q@)1O5fXr)BA1^ z=Jvr8F4*CyRVRSgfQ45~PGNBJ#&I8BAG|Rb*Rz(d2k83R|J!`P9oZmoj$pO66<`hA zwKqtRo}Ti7bm9gq@0G#x)W(-;32Z zN&;I%RTzHm=a-H#InG3+%%eQJ8wnu!44E&X(g`KciIL%T6R){A%LTB@j z(YZWMf#Ap2k`hDV*npKnx?BK`u%QtS$LX7w ztkxG;E)po#3RcFj8099A9JaHztU@l}i&6Gw71B_G-Ae3uWgW*CpE#%JS6tc&KQSg`qq>ciJt=rxMdoi2wHt-|8LdkC>S@PO$r&^DPCfR;PpkGeTYdvX|y2s6<(f3Vx^S1Sh;A1 z3L`#DR~AWXo+qX$SJRBk*y;fUdk(`Pki9{?>*4}<=a6#oz7D@X$%?e)_jI^_fRNtA zC`Bb(pt@NSM&|fI!r_wAFoCE|-)t3A3C7KWauA?=H~`89hKZJcNVv2)vIQ|4ZLamj zvw!MquCP$uCM2yTnYnJrG2ly&-8Cbl^=gGW04X`4qa_&+CnR<<5Q8LAToZ*7;v2?D zDcSu9t3@m^C>pUx8{ii$f}Muwb0`B2iu+J#dpYl3-ledojxhNQ--+w@KaX>ihU~`Q;z|V0$vXM?Y6I~zl-7G$a>rp^Che`hiDKiNb*7&t2kigRawOW%T?i+ zGPp}77p>B}WTy2VnOL++?~s|XcgXCrcgXCvcgXCqcgW1zd&l=0+l*UKPM_=`&$t%Z zKOXyH=8W5rKZw2MZ^v=S*lpZ_<0fN|u@}c-?9(}d<7VSd<1QSx82gP;9Jd-{#sM6+ z83&C+INo9$Hjd!9-8gF8jpMDxJ;uE_?lA5%?#FSbam;uC$DDE8co4_ij1$J&aNK2_ zG{$kf-8f~O#&NfC#yE@P9mYB1AsqJ@4;zo*xYu~pcnrsV#^c5lIF1+-#*;YSX`DCy z366IePZ>|+xZjvG-j3s_@r>~f9LJ1jjqkwmfH7r!Cyob=cN*`)@sROd#x#zHjpvL! zjz^3cqk!X4!!S%7?>1(QIUMgX?_IsmnEyy@;eNDHQ6hd8B;x0Sm|IIUx0=VyLEK$5 zdy$qUwx`0_9%IQIK)P%WAywukq*ZemY0cb>bj93)^rE>H=_PX;(#z&8NUxZ;BCVU- zk$$(i18KwDiS#NqAB`E`W8Q}Jd(B-)-)-KG^!v=+NS`3hrrNXzCyr0+HNBYmHFNa}VN=kGU< zAYCz!BK?4QH_Ac~!_ z=dzX`yeIG=xPYnO=M4(HdKJAVaP|oj0nH@`!q@5Z72vI4#`-vaJa@SxDS+&K6~p39 zvC1y)fd%g)JdtuvPb6joIIDNZwH#H!OKJ%TXy!Q_tR$D`J){qZn+-L$$X-_kZYheT zsIk`=Hy*Gjvit(8lR*)TqR7DUk$JOzEY$GkVr6WN;sSh^?2SJWPk#s}n#H*SCqzoU zbQN|=(#u1mE%7gE3!wWL15-<22@?oW%g-)j$zJUCjOCwS=kmQ+qNI_a=(;?H1=_JE zF4l31R_AN!=cDd*3`{(phMZW6RqFsaP$!+lm=j``V~ku~JcQV*bl0Sp7>Tzry5~n0%7S z|H|aEOhf=+d(^#&i3PpC6b-N5^vd`16=|^-d3KtK2tHIRobl0@FLBFAW7@PA zTnxj!EC~1oB3ciKbe#GE^tAB!M{hvbgr?c^gp$07gIQcKaLA4%!&tx+-$Y&}dc1Q`JV|4 zYX=$z3Wf$n%pRll5U&>xosQ+FUv_hPz_o8a$_wqAiwz+wHi9@bRph5wn_x$k!SR<4 z8oBvpJ=`(XLJpc7l3MO)0U9N1ic4DsfeyN+#edq?2j~Uwo!4tjYwPsa2rl~+?0#WW zdHiT~jDCRv0#LI1xNQ7AHk6#_Pwhm{?30xwF$TbdvB_ffD0@7}8Ny^i&f-{W?3C0j zRehn>@qDy=O2!0N0gEzNmI1NYFT%gjqVskJ{N)*0Xwl7)g%+QY(S!vS$Jq%_11QZp zNYKtn9BE*&31Q6A)*g>|hA#=Tp63}=a1p80S9#Xd38-HFHLf_~EUo&)Kxi_y-IAdquus zU!gJ3U>zv)2X)SB7YW|7yt~@%liYe3$&6Q9=tdEPpD=Z?q4s+0 zS+BpnX2Zxf;0SES?#^QUJ3U`489I#a3;crE2n#$58@#j##L+*58_(DwSmTj+yN>z1d-0Z) z!g3h3N*TM(cVJJ>V!m9nZOvBJ7FixCKV86vU{;5=D4o}iI>A9m%`G>ilRI;o=lh9- z6u!hckT8LUS+2q=t>13xvZM*FoOlCOrUffG%|%jWhYjgEuw)Shs)V*ui%8Bn;jIvoJuN!61pgshxLk7=A2_H)cV2)U0f0SPI z(>QT_N(SZ>Q;wR$0FpHMTAU)U<`ocs;~uvG*EmTf5jzBNZ-MU;45wB*u+1^2Y{!n z?0?TPc?S{*6TuA4m9C&>5WqX2ePMmQs=5=`y4iw#9!rV1J=;oS|5a0A)AeS(M(CWZ z9Kr#ixBi}#6-Rnmt~4%3iC^`k8x1lwSM0(TR#vBb6{Z4Nt{;VC<`FEtxrfb8sL|{Y z+9Vnh5;(W*(S8*Qa%o0PqDw%W!|F&Irl`(00v#hjQK^PXgKUVR;z`VtA!*@JZ~CMz zuyO3IkivSup#3R)N6j#Kj!D>H=ywT9DbIBfFV~I}HEBGrX)0Jr_#CwmYT^{pQge4m z5SaCA?g&}jUtT?h=Q~#6u*0k*5v-iGi@=c*6tZm9CFAiQu2CKAh(bg>u?k|;I5E;K@~ma(G=1XI_QAKFxNvEZ=#zIg#>U28OZTJvCHU21D&ap>f zn+^_q2vyy}6|&Tl!q#dJYsK+E`*HNM4TUYReBFM!?>bv}5wqIj>(}5|lh9u0iUJ-! z-a+v3!_Wn&VGG=Zf$F{A0<$}A&o{x$`Av+C7AYN0_?DhW5x_4U+9n3aG4J#uY{NFA z)c3NE?`D&weY&d*PPg^-65}EeY9K$doeO~C3$dF-#-j$qBiAZh| zJ6i2?af2lT#W1*0DO#7*f+4q~9}MXc2n+V~PyEvr3|SIaA=`Q*$37K2-2wKa2NRiQGh=N4F_u$G#0=*bX2W!HQ? zm5Kd8+Fol9Ne&Mq>CVE0T`kDQ&dIiX4t|=rmvjOTHEri?b~#mgc5&$<@!=^CGO;v# z;!rEQ$LsAeK+!{(2^bO-?>jj<7RaC={X!nawJ;}aMQ3XXF*rUngOPnYWTqgs1t{+< zXS!2J1{nLB>;}zf`B`Mb#UZtS7atgBA_#H?OU=Ng+dRg*1twub#a$mnw#2+j6lo2C z0-~*9g~jBB5mzaq1x@Y{xd$)^NeGx=9mNUac|y7fC+Eg65uN@dbQPO=>Iv!GYC~%4 z5dq%#fUy_P z5lVoHVlUN{I?gI%LOPe$!R{@uL#)B%^5c3x7+ZIQnc* zlu4To7WBFUYAdU-jY(Jw4mvG}8R+@NrzFNmF7=>@}qx!P2MKbAUOx zeYjN$APW&n?+svW6)_U7@J$0*95!K5T9Cr-VWeM1PX;dV@<``IeP^fyU4s*g`&H$u z*u{4-KWAF;;vxmMO;`OY_Cz;& z@P)XMMJv*PEZ<*EV=6T)Tn)M~e+7GfBp$@psB-n2xaz_cHtHmSwxQ|;RD>P-fEfL{ z#c`(-%2>wXcP)_eZc5*k-Z3yy&l)B?oCWC%(4@rlf}NVHMQjRx*-FuWkNw!C;j1JN zmw{qLov`(-*gSS+F6C#;5=_ksPP1D5$mD#nn#2Emt_m+Hd~Dc@IVXjU<<4>s1Uo;6 z{WmXhzt3YibrFT3M|orx`$~g0N>5WijITOeSGw3Zo>n!&;&nEOW*a0-30Qish#ViV zR)FEUd33TLiJd39{tdrXx4Rq)LIrl_em++x02bMqp*@KA71+Zhb4d?wtpH1k# zK+H`rq2#1DQhttSo;`S;mtjNKwQh0WIC{W;oyg%}BL|@UYQwfGr-b%39Y(2+Q4^gS z226*bDXEXWcqf7Nc2Ki-aSnyvRZJccSHu?xJAQy2aBox<(eJj0dKbzg!NKYrLmt#+ z_=}wFgE;8ycq`ow=kbdAU)UdIj!g*SWuEtM6JE`25y2nZFs7XeSS>KK?!sCIY?ysZ zvmjy$i}l}EoaI&p`*Y=rxj2K>=$)zY%+ZsP_Z4Sz`V6L|oLS~jH%3Hzm}t9biq!V^ zSs(W8NV^r_TZKNmdD~azq+J#51?KwikmYuxK`=zbTj1#d5ik4$Mh5s&o$keDAL(C~{l1453yW z=US6`jAvm;b_cjF^ozu^wy{yD=2pQO=ilF^QV2iX=%Cl-wV>YBF-`#@pujeiiiHLQ z%V`E`qi_s!d6c-^v*lEI!?DYt4M*Y=Rzj`JT+xmw+d@Uv(!yTDSg{QJnTs_Ru_>!e z!>sBJ4!tfZtWgMj7s56T1w?~HK#&d&x{8OA_j`x=K zV)Pc#HU$y3QjQ#~7KWe&(ok6A0|Gsf1XIN#J3xiW3rMse?+jAUHnEitu=&*{CW01E zqF)n1PvmR!-ynke@TRuvQ9JEMAQkNE8$}aK`EQA)=UMG_(Zu;TH-;vcmOXuOE)Hos z97`LeX(*%xN#t@u(+He1u!57a^rFUjPJzhT*7mC2LcTg*St%L08EhdXu?}WAhb^Hi zT!A%bI|1w`=kpiMTt1WY{TapCSyLfi0^(}bRFr#ji--+=04o$J6CW_KkrYmfb7kz` zWdz>cg?+2|!mjolaGn&K^oQ|}6VrM^8>Bed%!8o)%`c~_R}%zFYWnwIhf)97VK5N_VF zVK<)pa!UtrDXZ539BLX61V_<70%2(Fh@Xg7TL>eDwG8PEYnZLmvj`ovOzENwPZnb3 zx>&1cDEKjG1+fWQyVDWA(7TMNqk%#Pzf*`1>;Z|45%=JcEvGU`T_Nc80OK&KrC2kOk8Tel@khaPBvDyIZti z=~Bnz=|*zrvA!wj6AU*USVK*0Hr>t(a;2A4BW4{wNwGr9vC^_$d%mBwd5lScNl43D z_F8IE92;26SZvY+nsz9fO(9%1nt3x3$M*E=*}ilmv#dZn6O|mQ($2eZ!nV_n=$4=` zc)O&hV|72a1#D5{IB28%FSDL)ZBfpuaG3b`0Bb_V6QM@GQMg;?dJ|@seZ7JU2s99M zL=S;Nh@Hjt-c%wK=?G|XtZT1c!lrWUdk}-LmZ7|jzRTDg1}8v@)Oj`?iK+Lo&n_hC zK8I}yg1Y-o;LdVca0H*Ae75!MqT?9RiY0=*}W z5>d47J+v$l^Yj21a>l6x+}pQG&5))AQ0eM@IH!XdBB>LXt7FbqlMe5(Riqf&!?2&m zVu#Mt@(nlGL9h*B)uXdwIwQ*KTU$^*YBOHP<0hu9rZMW_Ut$o}7@2gmKk1E37*=I% zSFQ<;sBv7SV5{2T$Yfao+y;6$BhP$2e851g8LXU~WFZ*W_h?CdIaWP|JoI~^uF|h{ zAC^E{@He}h)XP!rv&I+zt@ZWiciZn{RZsn_!%NY&@MyO5|DO;T>^sXJaJZrLf1%7+ zqYra27&9r&#OP7;a-p%?xo zlg+dpcWFUO#S&->W6CgS4{z)4`=#KmT;_h<~+Ay13`u|d9- zBGG{Zf?A#|aj>5AEl^wl--O%6cNW+;=y;?dD)MSvWpEb1*B%~XZ-dQ+>sB}7>Wl>H zV~D`U!dNs~3}LncX~Gp|?%7Uj2sV1QUko^X(QXsiZqOzu%Qqy_oV6!Lt)v|e;*|GM z`z@@*?SISQb9UJjKGEj?yZvNm@JT|4p`6hxZ5v5hWg9tgP9$y7YRlDBBel>~>qc$9 z-bh^q4}LYe+_(Jo2E^D4=~tt=jwq!Ey#&u91T~J_lXlsXi#PVjHS3b{*G0Y+-x7ga zh4G4vCDYKP8_7iEYUkAq@ZROZiHWsWyBl5Dj6L#dOg)P;wnA5<+lb#6!5yhjqZ_4V z8nD%}ybB$G=HJ;RbT&|e)Zl%%4+k;s{o$*ze-PGujuO)F$ zpK09MJ;|=Ya3hVoD8F>L2%8dxlan9$EIqi?`|(_J5#oHuieD~0*dS%@33 zD(4NY^5)>mD;J<(m*(Jqtj#Yf5Yfn&Y2nnVwYnqx$*LLt}?qGmnlP6{6C5 z=g`;@^)yPpo>ZS^(ISKY3eP^tgcB)8Hfz#zja2+a<_h^2(lf+7kN!;Zk_;IxRQik5 zWoGp99Wn*06H_nC<^*gAs>nMFe6%aSv;-2OCu30Jwr<7TGO>X|DK48;cxCy@`HJ3W z*6P;g2)%cS)u+rQV6I%#1(;>-qeF8Aln+k|>%$Tn@x(*YKkzig!u zt|)#kt7mpaL5rx?L^4xVLY2iVxW!6&yj(zjMPb3)O69_0UR|)#*dDqjwIY+V`if;3 zD1F~jzac1*%Ik`MfwdPt=rTj~0`eLp#;YhKl1jug@pK0MUx+7=1Q8Y8{bno$wIbCG z0-eP%OW82p7adOH3cQjkM><3EE(IIp#rrz4Fw-%Z5-~F*u-3NjC+ca~@5YudUBDS5=% z7f;x*&4I@OvF`V4GGFV~LJ8xzU07`(7KWXwsSj8bh8Ysu8bh}eeAEsdr0Je4nv=EJ zp7rn*SetDJA%zASg<7V|tWV-X(1IqRRPRMtI93JRg#jC;YfL6~Ejw6oUVD;kiNAiU z&$5QPY2C_=w2-A)>X{kW7^!}c14CTu_HyTsnfV)W!|`YS6XaB?dkqoy-;o;c2VuPKHhk@emWZ z97$d}IaszMO0xUWo(1cS&hv>aQAY7#!w*=!mS-R&t}YLtBV$eq1c`z0_w-YOf9SWK zDEV1pmI|0-^$-LK6_+mUQE@@4N4dxNViT<*-9Jq9ioPoJh;sTc=nfqHpe@52)mO!$ zDAV)-SJOH_5Ae(0qK-}L{CpP8pgxBL4C*4D#Kaibs4@PmWWHK7Oe-@(U3ht=QZubo z0UQEUAG=J|^2JisiW@~GGib1+K*>ta7R?gYPN`X$+2WjSyS7p|U%_nm6z$7+IYkS# z9K{lCB^EJz1F2bFvEt?YMJrY*X_Hn*6^=ZZzpaky3YI`uSFG4dX(XmC4ew&Lr~rc; zQ1$ZJ$ev}LzK6HEt>}yupDE5UfCH6@nTwpLg~^N2q7_AqQgspQ5MUMdnkrrZh&Wa- zA3s*Z11su1ESB-im@kw9e?>&D)d4sdlM7d_MCDrX%Zp3G^+!@xf)NZd9Id3dx7B}# zx2+U{QXq#|@k=ubMJ2&$^NaYHguG#gVwEpkP_Of2{{xecF!}G9d>0ZhVzKkfx|>)I zrNj1|tD}747uj+#^>aM`c_cU&li<(tO<=Y*ub$^4UFuhHu;TC{s88`MsSEuK&b7GG zZUu;uZPG8)AMg|Zfyo~-kudN7i)a54iIp;n`BG(0{U_$!$wI%#vp-_;e>3^dO#Yb3 zpD_6n6KTRP^XyNV{1+x)VIroaKjYb-Gx@JfXyimw2Q8r^S!rkW7kuI`nS7PW|HI_3 zn0$?iwBy%#_6;U~&E#*GVAemjs%O%PWaMq?I3a(K$q6Q3XYvG-r})q_Og_xZJkQ8- zwOMPPm)?R`V(6x%saBYLHN62AC`{`DG@bWb!E{pJwuTCjW{Fg(vlY zG9l&ncAL|y{r?r~D@ycNcs9&OxbDBzGd*2^@K!CDrPB1YP&xF&Cwc!HxQ`VQexEPU zSRuLp9E_m)C0wQBkgAf9lKRt`bWgfl*8cBGXR$zQN4hgTj5}%MCvdk5=N-7>FNt3| zy%RauhE;x90iz`(5&OGXl1qU(|J+>$ z?40In=Q-~vrTt!Nlr|RTLjL<^EaBXD-~Vc=PikF2g#&*yd!59u`WzBxsWCHtErR96 zz}B#=mA!lgmKTHL0M~F87-<}_*qD*QvD3tURdbN_usLjp**)FEYom(`#?C>vpURq@ zW_G&A=!QJjQ{NuKvl%p{*MOzq;{5TP(21#>&K5FZPbSnspt53v`ZDf@g-*!mc!A7K z3J#A~bHDB^0_$5#0=>um<2j1b@Z5(J4G*z|GY03=w4HESK63mfRz8jRwFIz`oT%?{ z{1~HUL?RiZP$&?VIM=+8jW!*T^H0KH=kfJ%x17v zOp0p3N%JB$fyUW_j~dbH5LO1F+ygY|O>%4_*tz=ANmYbGT&v{l>gJkNk5Od(}zZ}|h?3}qR|n))JP6`|`i&jfU7HLr0(WH75+ zOR7)HHY`8DD&Z%l(>5L(uUh^$TXX=oRzYlc^gip1OmwwP;Tcrd`&Tu+#r@H$~0y{Jz!KL~OGpK$AH<5s8p z_3tB~?5(m?V;mHjzXT1Xpq}4K#Z(_Y(Ly78ST+1ry8+qF(MY4q=mxFK7(GT7$1bB+ zZ>N2;TZtlU zcgohIcgYfj`(+8jQCWg;j7t#8Vtw1pL37*mEmGQDvLxXFE=eeR#cVf+&F#~-7zaVg z4%K&t&~rQNZJlMkcLSrkPl`dFrsNKlvwLZrzNuyH|Fq*4!OcI7SG0m*`$DCw%21O* zcb4~q`i-?k)cB{dhu?+CikPBg)vC+2A9s6gYydH#>(pbcT`>jp3HOiZar}go9K=ae z1>;gdy5q#MSf+(GzL2c$uce-c3aTv@qUe1dFW0;6eR66HKfP{GQ}XKU@q=gZw5B#8 zC=hA!;b-mK8Xm=kt|1g=63rN!l4o>9>O0fg@*Z^} zlFLD}vf&)t^Wg9}*PbW3UJ z1*Q$Rjik-oNn(?-lJGgyVjQnAyp=}TbC?w&AJ=lpW4NWYkuWy#r?~rB)(Ag_m>C zj^OEb9c{kOI{plvzn=2daif)Tr$wBul*CH%@7xB&FaxI#U)Lh6PIdt;l}Z9Op_N*` z*ZbrdG1~~qovlFpKZS?1Au*=5vZazBvtbgU7mf~ye}}+op#&3E!h>7GL2ZH39W^(C zdeAr>7ruochjkhkzfV;zJ;ZRz|Kn!y>lDxe`G)W-j-tyzGC1t^HSy~%nZS7ME0Z&b zZu-Ljn#0y)_e%p~PA~TgXn`38>OP@|Hg!HRT*GwjObsNb;iOjd6fdwaSv|~MIUFu3 zv;RNMuJdkm7iXslu|dl){vdBjPZH)C(m-Mc`6BDrjb|OpGiOV+iLejpPLkD9MYlr@ zpj^!+Id1hxhBSVH9lW<)FL&px%9gxZY4|e1MB4$(HcP&S0OxzZJ&44P_+}U_!4*iw z*e&2jYQVlsD}ET2U|ZH zd-!6MzjzhI7=b{-1!2;8v=rWTb_xm#Gp603hYU)*l}!&4=MC?y2uch0Opkl zgYvv9HFlgPWQ5^?cEPU`4;dQ|3=;vZ3=a|s!9hz56+0jb)Werror8j)KSZYC>&n7l z!tf5KyT}TVxFdrYdx(tqsxG8M3?$A9InpCWFIFl>r6Se>M^Lf1mGMwAOtSVE0Mhd+ z!?3~b@=anx%aIJ5fsC@@{?KYx2q5D%8yPa~8zTryI6N=NfssLa2bj0EA4y2>qqv7& zAYqY|tDSpE9|d&sybxe}<=U{4BEb zPy?xNcAb1q0HwB7sb9n+fd!yG%6DGm+ozd$-BFY>lX*g8#T*iXd&`cUlrEO&KpSkw zJB+R73?5iaISCaji0PFXyRpvL`utqmMWnMnqs=2S zWnzd>+w^zc@uOkWFSZBntr$OhedEVz&TnV*2-6H{L9xngCJq9lXI-gFW5RPBii1cC zd>LR9%HJ=u_qb6k@V$tO=$Du)OM|o1LTeB1qlJGjXQu;F&m6#2X{LX(#h?OlU+? z6f%51j<4|2b#I7<2pcvdU5cjW2rd25Zud{{)!ZQ6?#u&+PgBy z=}7m{@*f)Rqn?g&neD&^66$d_&=Yt? zn;>?x(I$`wS7@Kz1THLL+e6&Lp+T}k>kDQNtU)5&a=cw4@FDk)6`)olT9bhjBf1K+ zyAgkZ%r?s9#Ss%2#fCw!F(FTKu;BQkn3luYuUJguwU}6IWGPIrUVFy_%yx~cDU{LS zEF>go&{io-2l*zx6+kC&;6XBk3vYFD1M!P`b#mD6Ih#dyU%fiH`ZXexs+8A})hzOk z6G^OF3j1KxAKE~(kIj}=s`H+`BWz*vjl$ftqPpUHY7ZMa1k?xppvoE#YL(CbETA7r zTZx5Av8<$*%rSeAl@+!qGKkQNaXxArw**D6@uA?itlp*yKEUs0@n8gD8Dxh;FkFKj zhVSwq+|TPzO=Y!k9yX|St6`k@Eez-sl-8hJiJ#zlLhU17#2P2HD&U1M6<0RJKI8R$ zE(6qNIh`h0Z9kE-D>jhm{_%VrP`zCuM+oRyywQYNv57v?1X=hBli`px+eHZx$EF}K zhZBr6sB|(xrjODDkSN|unx=To>G;y_2nON`A<|pK@)X8jX%U?8z~x>C_3$O7!ol^% zNK3Q3P}8g445c)$(AKc;dV|;o?W_bBVtHUniJ`$FGDKhH-48Qi z2hz)86DxXwhaS{J#s#SK9X!u6kq8N19wB_RP)OWq5)y^pwic;8&QTxu69$Kz>W?6C zWP%%uC0Nf-W@cA=jY0Ug`rzLhk{AO_a+>N#j6whOfZW|AUaw*CdTplHYYx7asX?>H z9Go67wm_!X8oC|rBW2t48t%7pnXcbvL&p1ZtQ-B5p{62fej0TbEed0LoaYsc?=TW% z4eH5Jx+(2%&$@%D-T3wcITlhvfZyTM-Z&zU=J?i&i0FkJM9<0MF^Jki%7sBmk7-9W zi#`y;<(L47PKSN+TzksnN2$*Y)&iGw;;@m<8zmoH;iEhZt~P{`MA2<=$C0-h)yldZ z8K9Nyz!JgL{f-He=3n*)Sl$J%FX3E`a(r>vcnhom@8_67?vHSIQ6_bdXyRDbkYhU) za%wLQP+_ID{RWZV5DCB+?g^Eg0+kOd>ZY2ft(8*3y)OBhB-{ZK3e`Hclph7Ew0KhG zR8R@j(C!}CNx*YqQev3xDcqwCh4Z@blzY!zV9uAv=V$a&+G?`QxABf^Ly77&J6I+r zuj_SWlG7R6rqWgY!CH5iO+|dULKl94WPqjpWvE%0@dAN_aC&mgQFartq1?^0 z8#bhiqTU`WBl8u^z-Isn57t|W*P>*U2?9C5=gdHu~)O5KN& zIZgwAN&BiwKK0fLMrO}y*64>o#Qj7ET!E+$0#V;|zuX-ZfoOmNkp%DznBC^UbiXkK zsby3Bj&N>KDXlD)#VZ*u4xyT19TgEEvM(k5wr(5?)Lfx+9*GN)Evz9w^K)FzKke(m z;mQS`3_u!`i5$l>XsG)~&|Ths1{Waewos(OSG$k{UwU;%EvdtDz;05A21LLFcM&nL zt)xU4M5`wm&`BYR&MddWVriU&ud1oqLfJh6em@|=Mm{3SI~5j}B+OYN6db_=&E$}y z;A6x}mK6digf0lq&v|2Q9P%v~Y9o>b2>C9-3*#ziELx>O$yts*R^8#3az2G8A;qvV z>KGGos)kW=_WplK(9<}fKUILfcS9Y}iAQQ9ui?9%`n?+$Y*Pjc+mRsRo)o8=vlKMi zZ0)sy745jcN^nyGF1=%I_5^6bup?jLMu73$1d7!I#OZM+VK^lf{9Fr8+sMDoL&X6z zT;L*3g%_O^e6lY{_!?qt5bGNkaR*^t#A=y48zC~*6PK{gkB+v9>XpYS4~umyqkBrz zP@$a_HyJswuG`k~vAAGwv?Y=^aGxvDpFj>=5Y-dSp|4nSN5o7bR!?33JkOXoYiN3cgb<1*S`sE)Y;OtQ zWxec3;6L+v`#^&G4Yk=sRul;rAFUC=z9QQrtF0C0LH6=7CLt9NBi=U%CmtZt2v;M8np4jjxfcH7hA>%jlTRio=5Q6Ny01A;1`hLGqsVhgjK|HSKpshT=(4; zLL}~TLv8Qy_Q~M%XSO}%8EN}Fal(PABkXi!motA!mij|PmoF9*^OpRRz&X>-jYS%r z!FbXQ%gAE&mx_ug-*1JQibixslhSc97J3u2r=PmM^A3^q}~ zmsn&Nn%w|SDNWdP7xBzFF%e)mYwxAa1>reCEJ5o~xIM9Ha0jp+E>CV~V7H5U6m@?q zVPy+~0EP=BZJ-JV$Q=ihC{ee&f$*Fy7rpVm_{VEHZ) z5fN2&8fE)Jt0)7%;SY1P#mC@4a#Tn09SH4^w)VK)V=Pr@N4vIGXMw2gL|7KjM&KzX z?Z84I7)6C}X;c(me@{C^QXja-H}Gx%Wj;NC zOaUG-H+l;^QOx2^wnb0qyN&RWN@8y1XK`qLobsSooCJeSVEKsS%zlu`2_~KiQAUxd z7%%gNxRQh?o#KbiF%gY}!{*z!C^}I=ZVP>hG6{i`;H-?;6ytEHa*{ZMwK&0CEQ>OU zo7Tj?OLeqZ7asv|9QA=elq`SMU&G-aRuwU}8rv}Ku-_b59W-u%N-_jxWVD5cg3ZI}3)0gHxyY@|y2E;JK4YIF>(KnSnk0|5rySbGJlNqxm|WOO)^{WFx@3tFmsl}H494BG5$olQLlj`k0(h=@1cG@&xxrNvYy5s)w z93RwT>$jmoeTNU4@U2K)X#QT6r+50`2)9@@!}0g8Hck6r3McZ-Fl|I(x(BVc5rqlk zGD-ttElqVwq$ijRKZds<3_Z%uCIjjV$Y@rdCeb_8hj^olNf=`#k)L7x@Ds)=Gac5c zWk9BF(Inz1$Q?GjaG`6tp1E8YVO%{1fULAFVyX5vb26rRKj7Szsf|qFHctTXaM_p8 zudDyBDU4Tq-6cHGy9J(bP*6h+%EK-at7AZ>9c{s-HMEr(U4){ywkx}$Hx#X7wxX5v z6fJcNip4Ai;@Q`IgdT^9(VkaEXmnT~nqX0^bT{CX>0lJ7sUhuIn-Dv#91tFFqWh@F z3BeOg!dwA#gEj(P1p-Bz<&fQ`@d^0>@KBc5yN^o4kV^*iBdlR6R)R!8^TpgRN86=S z>@?o>=|AlL4s#UkMzAV&0gpq5VV`o@3tsK896S78ZM49!+96NenJu++C5Lq-_`r69 zK%Ab8WY0_+RW|EyyS;=23%s9I;3sYAK5WqvPs|z9&GYvr*ME@Eu&JR?hp%Yggi4=8 z|1jQzL3V8^UW5iua-dL;cRq^`Hoq8@=O;$Cv=`-t8_2+JlINR5dFfgb93VnHm8+X| zBV@cbd6YP#av_pDmwwU_0-S2W=@nca%9Z715(VM{97&$bUu)T3Jqd6MM7{q{dImE7 z@rO|E2&H-ClHmfn%PLQydX5mTB}{r1_0A%ikd$}W_iZB_eFc6(L*d{$NQ)?wpGI+7 zBK;+t`8P?hdVR!=fN3rpCbM!i+o~7~f5Ia%+}Z<1$8a&xttiB7`_-EeSQ+8Cw$1-z z>yA(ll5ay|6+qTBs(-=*rX5h8eGB9*X@E85 ztzY#uK)52+3Q()SMX|%>c%N{QAK>eHeQhq~1yRd(ZUEJ^dHPn~T>|}I;3osk0NvfdbyuR5t z*|C7(?r7(FXTHN2YBw-zwJGXyj01HazM>O}k^d*?F`r?hP;j7u73(*P$&P&{i?vg^ zdNa1;3wPIejnzb@ZdO29d%CI!AOGIhg~CPlW~kao9`5iRL(S24&61%IbpMdG_hAR& zcGqP7G_lF)#`d~0I#Avlv+d+?XST2`A@RGc5q^Syj@CA-%Cyvr3s|&ZnuB94rAP+p znugLp^kFz$v}=aMCsEx?dL?32vb~7(uYs|Nku_o^1%v-@Z&x21$8p_xca(ViI-aQ0 zhb38&Wl1&_QBEv75L&sRq=>Q`i8d@nv1KRpk-H~RCXdwYQMC!FE@H(|Ki~pITcCj3 z*eP1XP2x6*-47IL8YgMfv>`a6pdVvL>1n*bP4(#}74ZqaiQ@m)jM?H*(Ip-gh+hd)CcP_e6@%t> zF=!%NL&Cdaix@Pwia~Q*n|H;#(BF3~>~N||I{T(uS&BNM*?OS&Y=|{;nK8ur!x&d#G^2E`4@z3a8&Q*x9|yXI+a_f<$!Ht;{&XgGf_T@eR7QKEo<*k|+R14Pm+*V7 zttIECppAn&s}GT4j@f!MifsfSC3aLNhIeGYX0p6gwJN2l@|3p5MxAVX*w{GWip&_o z070TQAe72hOGOA|K+trrYdVaz<+5NRJZOMYeHSF+aW9)kU?c?Q(rKulo!%_YGldS& zfkI7;ab&QnAuH50lS$zIgarn^2r!9tMG*xTwph)M;^|ne)?&CVz^o|IkC4P-pNW-d z2gN10!9Yx8+E>Lwv69rgF+evFDzpN$S;pwn zah2M@iFD`1twq}{tjm}+_M#B;M*&f~v51S2TL`)4$FdZ>bX>M8{zSkUd_}*}MtPZK z#jF8JTRiydCMN;ZelH&fMTz{}Uj}^F?QE--LCk94%WVr`vGp}o!wci#Y6iDG?o<>? z%<`5JmdEZ?TB%N9kr5thK!|R&#qx~{5W_hmi~`tVcqV3x5!2+a4>|D$ryws31})qN zjz1CeeB;K=n>W>~z@U1R!%KR?S=JmQ%j^&^oOCzw!NJf0fl+2M8T@B*7~o}b#uMSC zou6`~Mf~)vg&79Nf$P(Vv=d>zOcE9eRdkPi_M-TK>p6M2HLfc-(I|#nQpR}bvxvEmbQ{-%jI8QzVyA=~IEB|)&m>@wd;3#+kI`pV zFzhXgexGnVC@QM=eJx|#J*964(3&rB2t3UK9|T*?aI0^CuBC z!p2gm$91DgA_;s7!)YVzd!V0tW0eC{TF$P3dYNXXDT{i`1W9NIpE_B$6Fjx-wvg4j z$WLz!x%X0i>SFovd?YJmy{$z;yh)rVW0@%qTwM&I)~vYLV5 zRxq!VR9PvH-jZK0Rg;?($liA2E24*jeD%om!Y(-I26d+;nx)pTUz(R_B@}In}7v8*&vP z7@bDsRH@9@Cl8y-5mPyCDi8DKL_L1V#%X7_9lH=KRU|>8gqV$74>-&4w4Ot@)>?kOL04 zot{?{^FY|74~*$C@!-S-BxY+C&yh$EgEXb-sX7v$9amLv3XN`-SgB4&$HfNI3<3K? zyM(%Oqfl3BUPxUzV6Nqex|0d&&LpXeylFOd=R)d2vC!0&o6$!?>LT%|rmntEQ&&zJ z>Q08#4etRdJx$$di@Kgg-5E_?oFaAQD$=E9s9OVdt8xaF2~#;|DvH!S7gBd3q%L~3 zrtXZPu2kwFb!QUPosFnFN9t+_K;0muZUi`}8-Tj{0#LURQn%4g-7v46rml*qd#;7L z(XmjM*w?BWr3)rRqxctw)CVr_LNlw68HFWD2fQ@{Hl`4oaHU z`1{`4-7tB&H_AEK{QfqO+LS;}b=Kn>h@n>&NhRFeM#NXf(V>pIPBNWSha?>28is?U zor6Il5fbu{$4o{@)p3m}x$)ae@Rm2Wil4=U)daZnJel!ZU;a{J$^tPWI|u{5ej|#@ z9UmznJVK696wlC)I?o5`=yAMLc`RCFe)l0HBt#-C^;4fGy4jvic=;}zbgq}Ukkqzu zFZLCWo;?bm5K>Z|XCd(zxs;$M<~z}nSPPL|0iPo*C0s#ME|Tr$D&h#R4AQkhl^`AQ z8L7&9ffg~K2w_Atg|Wb&TpNslT%st$$n?7n5|yE{u?y+hoYq&)7eUFF2=e>%y}+51Go5b3E*}`t2Ux z;*~2i;?8!C%;G%^l7+X5b7kEwYdkg;0VFgVi=5 zDbx&~_AwT-EUuzBtv-%&XfXETZOiA2!omz!_oVfo|s z$UaFgJ&5B$Bmjiz9SNTK$0XA1$NHO+=O|-ropJ?1qyaVR!~cwf1}TZa5a^k?%@Q(% zN9?^<3YQCX;BBmViJlxVs-ho`;%fMMGe)gG7y6F0UYS>)<&~0SeyxtXh2F<(&^V`^ zeRcgpFaM7-7d=zJ^u5%9Z1x2i8w^)*t^u#`O{$*&#{o-UHJ+o`RfN+ z#F12`ll&^r#a-x^aR~Q_Sd4X31WRIb^$lM7Tk?#k7-Ee#eTQ9T4=UOWTFGrJRPq(+ zHnJ`QiN=T-T%o}?ZI5S0w>TzIYsTPFlR7*6MFR6D?Ca9uh3P)ea|BTL?G!?Z?+vtM#~cXH_Jmf&vfqpFO_+b8$E|Zlt2|so8slhpSwc9YKZ0wA zvnRG77RAC;j^R`*d*Mv}Ux{a60SgPx0M*G?W|zH<3$SJ1OfOo21 zoJRkJgTn*~YcL6un0;!~-(Se^#5OcF2hKwrd&5fs{^BS`&NNoED0@*7TfBir37> zAf!_T7MY-gEZ4h(IWF}2m*lEmzD=`~1m<7ZDYxOFV$Ebm25rs6vX*2YEv!WZ2KDFY z*W@6H4^<9+f?q+gI&#QlAe9h-aR5R3zOAQpLUd)WadpDqt&BA;6HHKt5rh_h)`St< z02#G$VW)e}h8*)gwB&c(%WWX^a+8Gecwx4m+qQUYh@YFQBS96hfzJ|m5o0KWI)>p< zrpWNmC*6)jhHw%RK0Vz7gyLc+Atj5)f}VSys1wSJl`{vhdioV<3E(V;@j{(K$|c9{ z$9UXr0p^lnt>`ln!+_f+H6pk;LNpSiiDMkSFET1@0Sqqo-|SDk=}v-49Z3AL-1`;` zNJ(!bIhzjU+mW=fSKQcaO~}9RZDP^f-v(bKdt=RuiYg{qkV%#o4`h-Zgd~==cF#P@ zUhsVuu3kVndl%u?+Dt~Q3O9lm5wd6TUJ<8alL);rci>DidoHaMYr?$*1^B(4N!-(k z*&NRlko;4}Y%Yu!WmIAwC+;|3$7>R4#x!AkNjYcLLjkS6hU;PJrw(YEWrDRlM@$LM zVues9bt1hpRYT+BV;*^ccrD?12=IxtbbYepKi`?M5yjkPOL22HUN9 z^8GFS!|lLkV71|oMYf<^^-|rt2an8*BPbGFCYt0?>MOkIbr$Tb>T9gEh;b3}Z<2B? z>ys^0(}5O-wwW!X+9g2*u_P&OD|B7yv)oqxH{AJmb8SI=9dDl`N$n43O8f*XpI~ao z6vW`@hwv_m+X_=7l;E~f8XstJThStYz#D+@E<0lYi|&%3%&JT>PZMvz1Sgp;cHI8j z6-i#Z3tO|d+LDCtBN41QXT+p*SeGJyQzS^XKPx-)V-{Gh*jx^% zP(8%9>;RpG1M6MbEVa|13E@i4`?N);OMjB8*C(YZ8&r0#?KXri%(jBxg5t+kYWIP=S0S*EWi$Da#<(F zmMk_>jEU+SpjNt7hJ)yLEC}HS(-uZ?G1R@23r(N4U~@&GO@qxaO{Y94pwYrJQ}lq$ zIhAdd(-ixR1>;XH1Ahj_v043`71&nl;scUlRieJY+80@Tp2Z)q_^Mp=B2MVa^C&VnheBngIM z_*sctB@rBC1D5#Qi}Qr6T#1!SCR`$1rPbnVfEo6KeC%#MLb8}sZmXY0@k=-#C{#M~ z#SO)-E%%q7=_r(Umxs%>^83q2Ha^o~{vIvgR(YmluyR*rv@%kes61LZQJF07si^Y) z%E8Jm+_Ps{zM5~y`xC>Itc3F&{tre`(6fn73(vy0@fykzdJZ9zbptaXeO|o#v6y`o z-bXycU`5)+lE;ViDiHS0(^V~DL*qM0ngjR-J5j)ka?9iSE4eFqxMad16AK`CS1sS- zQ3;A(!_`3P5&UcBo^0kWy_{2DBx)m-NWF%`@3CvLIb2{|*rk0+$EyvvBV&HyTcLF$ zcS$^z{6yW&Vm}I;c!703zFDsOz88$^2hq1&zwkSJwGj08aA}io#TPmS^HW#gpQdqNm(d?iyMoU=NfEULaKpc$wKI^mg`zl_9=FVOueKL&430gZR)1j<)Y z14`EOU#I4oa>X34;E%1&F5L6;cM*&X@&y05{7u>AK8foSA6(lpf^R^1Y}7#}y7%&c zr=Tw5^up$2O3kVrQ}rElRTcQy7cx6JPxKJnL%6~UN&Q_OI&@fh(i;SeNFh*i2CH$m z;`lUPwU>9A1LAUQbZB3*XMDUi4;N~Gd|ZJH7}qTLjOM`H)ZG5@OPB%7s{O&#Q^E)| zdEdi}e$1lC0!!221t`w0Ybf8Jn4g;Vd=>1Us0O}{s!C0~*$tOTh>dz9Q2o54#A1L2 zv7^?p7-T_WC>r6ExII!6RGV0c$Kz*N6IVzI7qykeHWoWs>|-&);s!a!ZKyT7X8f61 z_;t#F)t!k{Y<3@eYSNcD8iFhrUYo^3GqWCc4^RuxPTdIAls5^Z`mnlke}B)Wo?D82 ZU_8%s97Jz03@7XVc(Ds^RyTW!{|AdGl@I^` literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/serializer.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/__pycache__/serializer.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4844282224e81a60980cdd01bac80263f09d2a99 GIT binary patch literal 10825 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 item[0] + rv = [] + i = 0 + while i < len(charList): + j = 1 + rv.append(charList[i]) + while i + j < len(charList) and charList[i + j][0] <= rv[-1][1] + 1: + rv[-1][1] = charList[i + j][1] + j += 1 + i += j + return rv + + +# We don't really support characters above the BMP :( +max_unicode = int("FFFF", 16) + + +def missingRanges(charList): + rv = [] + if charList[0] != 0: + rv.append([0, charList[0][0] - 1]) + for i, item in enumerate(charList[:-1]): + rv.append([item[1] + 1, charList[i + 1][0] - 1]) + if charList[-1][1] != max_unicode: + rv.append([charList[-1][1] + 1, max_unicode]) + return rv + + +def listToRegexpStr(charList): + rv = [] + for item in charList: + if item[0] == item[1]: + rv.append(escapeRegexp(chr(item[0]))) + else: + rv.append(escapeRegexp(chr(item[0])) + "-" + + escapeRegexp(chr(item[1]))) + return "[%s]" % "".join(rv) + + +def hexToInt(hex_str): + return int(hex_str, 16) + + +def escapeRegexp(string): + specialCharacters = (".", "^", "$", "*", "+", "?", "{", "}", + "[", "]", "|", "(", ")", "-") + for char in specialCharacters: + string = string.replace(char, "\\" + char) + + return string + +# output from the above +nonXmlNameBMPRegexp = re.compile('[\x00-,/:-@\\[-\\^`\\{-\xb6\xb8-\xbf\xd7\xf7\u0132-\u0133\u013f-\u0140\u0149\u017f\u01c4-\u01cc\u01f1-\u01f3\u01f6-\u01f9\u0218-\u024f\u02a9-\u02ba\u02c2-\u02cf\u02d2-\u02ff\u0346-\u035f\u0362-\u0385\u038b\u038d\u03a2\u03cf\u03d7-\u03d9\u03db\u03dd\u03df\u03e1\u03f4-\u0400\u040d\u0450\u045d\u0482\u0487-\u048f\u04c5-\u04c6\u04c9-\u04ca\u04cd-\u04cf\u04ec-\u04ed\u04f6-\u04f7\u04fa-\u0530\u0557-\u0558\u055a-\u0560\u0587-\u0590\u05a2\u05ba\u05be\u05c0\u05c3\u05c5-\u05cf\u05eb-\u05ef\u05f3-\u0620\u063b-\u063f\u0653-\u065f\u066a-\u066f\u06b8-\u06b9\u06bf\u06cf\u06d4\u06e9\u06ee-\u06ef\u06fa-\u0900\u0904\u093a-\u093b\u094e-\u0950\u0955-\u0957\u0964-\u0965\u0970-\u0980\u0984\u098d-\u098e\u0991-\u0992\u09a9\u09b1\u09b3-\u09b5\u09ba-\u09bb\u09bd\u09c5-\u09c6\u09c9-\u09ca\u09ce-\u09d6\u09d8-\u09db\u09de\u09e4-\u09e5\u09f2-\u0a01\u0a03-\u0a04\u0a0b-\u0a0e\u0a11-\u0a12\u0a29\u0a31\u0a34\u0a37\u0a3a-\u0a3b\u0a3d\u0a43-\u0a46\u0a49-\u0a4a\u0a4e-\u0a58\u0a5d\u0a5f-\u0a65\u0a75-\u0a80\u0a84\u0a8c\u0a8e\u0a92\u0aa9\u0ab1\u0ab4\u0aba-\u0abb\u0ac6\u0aca\u0ace-\u0adf\u0ae1-\u0ae5\u0af0-\u0b00\u0b04\u0b0d-\u0b0e\u0b11-\u0b12\u0b29\u0b31\u0b34-\u0b35\u0b3a-\u0b3b\u0b44-\u0b46\u0b49-\u0b4a\u0b4e-\u0b55\u0b58-\u0b5b\u0b5e\u0b62-\u0b65\u0b70-\u0b81\u0b84\u0b8b-\u0b8d\u0b91\u0b96-\u0b98\u0b9b\u0b9d\u0ba0-\u0ba2\u0ba5-\u0ba7\u0bab-\u0bad\u0bb6\u0bba-\u0bbd\u0bc3-\u0bc5\u0bc9\u0bce-\u0bd6\u0bd8-\u0be6\u0bf0-\u0c00\u0c04\u0c0d\u0c11\u0c29\u0c34\u0c3a-\u0c3d\u0c45\u0c49\u0c4e-\u0c54\u0c57-\u0c5f\u0c62-\u0c65\u0c70-\u0c81\u0c84\u0c8d\u0c91\u0ca9\u0cb4\u0cba-\u0cbd\u0cc5\u0cc9\u0cce-\u0cd4\u0cd7-\u0cdd\u0cdf\u0ce2-\u0ce5\u0cf0-\u0d01\u0d04\u0d0d\u0d11\u0d29\u0d3a-\u0d3d\u0d44-\u0d45\u0d49\u0d4e-\u0d56\u0d58-\u0d5f\u0d62-\u0d65\u0d70-\u0e00\u0e2f\u0e3b-\u0e3f\u0e4f\u0e5a-\u0e80\u0e83\u0e85-\u0e86\u0e89\u0e8b-\u0e8c\u0e8e-\u0e93\u0e98\u0ea0\u0ea4\u0ea6\u0ea8-\u0ea9\u0eac\u0eaf\u0eba\u0ebe-\u0ebf\u0ec5\u0ec7\u0ece-\u0ecf\u0eda-\u0f17\u0f1a-\u0f1f\u0f2a-\u0f34\u0f36\u0f38\u0f3a-\u0f3d\u0f48\u0f6a-\u0f70\u0f85\u0f8c-\u0f8f\u0f96\u0f98\u0fae-\u0fb0\u0fb8\u0fba-\u109f\u10c6-\u10cf\u10f7-\u10ff\u1101\u1104\u1108\u110a\u110d\u1113-\u113b\u113d\u113f\u1141-\u114b\u114d\u114f\u1151-\u1153\u1156-\u1158\u115a-\u115e\u1162\u1164\u1166\u1168\u116a-\u116c\u116f-\u1171\u1174\u1176-\u119d\u119f-\u11a7\u11a9-\u11aa\u11ac-\u11ad\u11b0-\u11b6\u11b9\u11bb\u11c3-\u11ea\u11ec-\u11ef\u11f1-\u11f8\u11fa-\u1dff\u1e9c-\u1e9f\u1efa-\u1eff\u1f16-\u1f17\u1f1e-\u1f1f\u1f46-\u1f47\u1f4e-\u1f4f\u1f58\u1f5a\u1f5c\u1f5e\u1f7e-\u1f7f\u1fb5\u1fbd\u1fbf-\u1fc1\u1fc5\u1fcd-\u1fcf\u1fd4-\u1fd5\u1fdc-\u1fdf\u1fed-\u1ff1\u1ff5\u1ffd-\u20cf\u20dd-\u20e0\u20e2-\u2125\u2127-\u2129\u212c-\u212d\u212f-\u217f\u2183-\u3004\u3006\u3008-\u3020\u3030\u3036-\u3040\u3095-\u3098\u309b-\u309c\u309f-\u30a0\u30fb\u30ff-\u3104\u312d-\u4dff\u9fa6-\uabff\ud7a4-\uffff]') # noqa + +nonXmlNameFirstBMPRegexp = re.compile('[\x00-@\\[-\\^`\\{-\xbf\xd7\xf7\u0132-\u0133\u013f-\u0140\u0149\u017f\u01c4-\u01cc\u01f1-\u01f3\u01f6-\u01f9\u0218-\u024f\u02a9-\u02ba\u02c2-\u0385\u0387\u038b\u038d\u03a2\u03cf\u03d7-\u03d9\u03db\u03dd\u03df\u03e1\u03f4-\u0400\u040d\u0450\u045d\u0482-\u048f\u04c5-\u04c6\u04c9-\u04ca\u04cd-\u04cf\u04ec-\u04ed\u04f6-\u04f7\u04fa-\u0530\u0557-\u0558\u055a-\u0560\u0587-\u05cf\u05eb-\u05ef\u05f3-\u0620\u063b-\u0640\u064b-\u0670\u06b8-\u06b9\u06bf\u06cf\u06d4\u06d6-\u06e4\u06e7-\u0904\u093a-\u093c\u093e-\u0957\u0962-\u0984\u098d-\u098e\u0991-\u0992\u09a9\u09b1\u09b3-\u09b5\u09ba-\u09db\u09de\u09e2-\u09ef\u09f2-\u0a04\u0a0b-\u0a0e\u0a11-\u0a12\u0a29\u0a31\u0a34\u0a37\u0a3a-\u0a58\u0a5d\u0a5f-\u0a71\u0a75-\u0a84\u0a8c\u0a8e\u0a92\u0aa9\u0ab1\u0ab4\u0aba-\u0abc\u0abe-\u0adf\u0ae1-\u0b04\u0b0d-\u0b0e\u0b11-\u0b12\u0b29\u0b31\u0b34-\u0b35\u0b3a-\u0b3c\u0b3e-\u0b5b\u0b5e\u0b62-\u0b84\u0b8b-\u0b8d\u0b91\u0b96-\u0b98\u0b9b\u0b9d\u0ba0-\u0ba2\u0ba5-\u0ba7\u0bab-\u0bad\u0bb6\u0bba-\u0c04\u0c0d\u0c11\u0c29\u0c34\u0c3a-\u0c5f\u0c62-\u0c84\u0c8d\u0c91\u0ca9\u0cb4\u0cba-\u0cdd\u0cdf\u0ce2-\u0d04\u0d0d\u0d11\u0d29\u0d3a-\u0d5f\u0d62-\u0e00\u0e2f\u0e31\u0e34-\u0e3f\u0e46-\u0e80\u0e83\u0e85-\u0e86\u0e89\u0e8b-\u0e8c\u0e8e-\u0e93\u0e98\u0ea0\u0ea4\u0ea6\u0ea8-\u0ea9\u0eac\u0eaf\u0eb1\u0eb4-\u0ebc\u0ebe-\u0ebf\u0ec5-\u0f3f\u0f48\u0f6a-\u109f\u10c6-\u10cf\u10f7-\u10ff\u1101\u1104\u1108\u110a\u110d\u1113-\u113b\u113d\u113f\u1141-\u114b\u114d\u114f\u1151-\u1153\u1156-\u1158\u115a-\u115e\u1162\u1164\u1166\u1168\u116a-\u116c\u116f-\u1171\u1174\u1176-\u119d\u119f-\u11a7\u11a9-\u11aa\u11ac-\u11ad\u11b0-\u11b6\u11b9\u11bb\u11c3-\u11ea\u11ec-\u11ef\u11f1-\u11f8\u11fa-\u1dff\u1e9c-\u1e9f\u1efa-\u1eff\u1f16-\u1f17\u1f1e-\u1f1f\u1f46-\u1f47\u1f4e-\u1f4f\u1f58\u1f5a\u1f5c\u1f5e\u1f7e-\u1f7f\u1fb5\u1fbd\u1fbf-\u1fc1\u1fc5\u1fcd-\u1fcf\u1fd4-\u1fd5\u1fdc-\u1fdf\u1fed-\u1ff1\u1ff5\u1ffd-\u2125\u2127-\u2129\u212c-\u212d\u212f-\u217f\u2183-\u3006\u3008-\u3020\u302a-\u3040\u3095-\u30a0\u30fb-\u3104\u312d-\u4dff\u9fa6-\uabff\ud7a4-\uffff]') # noqa + +# Simpler things +nonPubidCharRegexp = re.compile("[^\x20\x0D\x0Aa-zA-Z0-9\\-'()+,./:=?;!*#@$_%]") + + +class InfosetFilter(object): + replacementRegexp = re.compile(r"U[\dA-F]{5,5}") + + def __init__(self, + dropXmlnsLocalName=False, + dropXmlnsAttrNs=False, + preventDoubleDashComments=False, + preventDashAtCommentEnd=False, + replaceFormFeedCharacters=True, + preventSingleQuotePubid=False): + + self.dropXmlnsLocalName = dropXmlnsLocalName + self.dropXmlnsAttrNs = dropXmlnsAttrNs + + self.preventDoubleDashComments = preventDoubleDashComments + self.preventDashAtCommentEnd = preventDashAtCommentEnd + + self.replaceFormFeedCharacters = replaceFormFeedCharacters + + self.preventSingleQuotePubid = preventSingleQuotePubid + + self.replaceCache = {} + + def coerceAttribute(self, name, namespace=None): + if self.dropXmlnsLocalName and name.startswith("xmlns:"): + warnings.warn("Attributes cannot begin with xmlns", DataLossWarning) + return None + elif (self.dropXmlnsAttrNs and + namespace == "http://www.w3.org/2000/xmlns/"): + warnings.warn("Attributes cannot be in the xml namespace", DataLossWarning) + return None + else: + return self.toXmlName(name) + + def coerceElement(self, name): + return self.toXmlName(name) + + def coerceComment(self, data): + if self.preventDoubleDashComments: + while "--" in data: + warnings.warn("Comments cannot contain adjacent dashes", DataLossWarning) + data = data.replace("--", "- -") + if data.endswith("-"): + warnings.warn("Comments cannot end in a dash", DataLossWarning) + data += " " + return data + + def coerceCharacters(self, data): + if self.replaceFormFeedCharacters: + for _ in range(data.count("\x0C")): + warnings.warn("Text cannot contain U+000C", DataLossWarning) + data = data.replace("\x0C", " ") + # Other non-xml characters + return data + + def coercePubid(self, data): + dataOutput = data + for char in nonPubidCharRegexp.findall(data): + warnings.warn("Coercing non-XML pubid", DataLossWarning) + replacement = self.getReplacementCharacter(char) + dataOutput = dataOutput.replace(char, replacement) + if self.preventSingleQuotePubid and dataOutput.find("'") >= 0: + warnings.warn("Pubid cannot contain single quote", DataLossWarning) + dataOutput = dataOutput.replace("'", self.getReplacementCharacter("'")) + return dataOutput + + def toXmlName(self, name): + nameFirst = name[0] + nameRest = name[1:] + m = nonXmlNameFirstBMPRegexp.match(nameFirst) + if m: + warnings.warn("Coercing non-XML name: %s" % name, DataLossWarning) + nameFirstOutput = self.getReplacementCharacter(nameFirst) + else: + nameFirstOutput = nameFirst + + nameRestOutput = nameRest + replaceChars = set(nonXmlNameBMPRegexp.findall(nameRest)) + for char in replaceChars: + warnings.warn("Coercing non-XML name: %s" % name, DataLossWarning) + replacement = self.getReplacementCharacter(char) + nameRestOutput = nameRestOutput.replace(char, replacement) + return nameFirstOutput + nameRestOutput + + def getReplacementCharacter(self, char): + if char in self.replaceCache: + replacement = self.replaceCache[char] + else: + replacement = self.escapeChar(char) + return replacement + + def fromXmlName(self, name): + for item in set(self.replacementRegexp.findall(name)): + name = name.replace(item, self.unescapeChar(item)) + return name + + def escapeChar(self, char): + replacement = "U%05X" % ord(char) + self.replaceCache[char] = replacement + return replacement + + def unescapeChar(self, charcode): + return chr(int(charcode[1:], 16)) diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/_inputstream.py b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/_inputstream.py new file mode 100644 index 000000000..e0bb37602 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/_inputstream.py @@ -0,0 +1,918 @@ +from __future__ import absolute_import, division, unicode_literals + +from pip._vendor.six import text_type +from pip._vendor.six.moves import http_client, urllib + +import codecs +import re +from io import BytesIO, StringIO + +from pip._vendor import webencodings + +from .constants import EOF, spaceCharacters, asciiLetters, asciiUppercase +from .constants import _ReparseException +from . import _utils + +# Non-unicode versions of constants for use in the pre-parser +spaceCharactersBytes = frozenset([item.encode("ascii") for item in spaceCharacters]) +asciiLettersBytes = frozenset([item.encode("ascii") for item in asciiLetters]) +asciiUppercaseBytes = frozenset([item.encode("ascii") for item in asciiUppercase]) +spacesAngleBrackets = spaceCharactersBytes | frozenset([b">", b"<"]) + + +invalid_unicode_no_surrogate = "[\u0001-\u0008\u000B\u000E-\u001F\u007F-\u009F\uFDD0-\uFDEF\uFFFE\uFFFF\U0001FFFE\U0001FFFF\U0002FFFE\U0002FFFF\U0003FFFE\U0003FFFF\U0004FFFE\U0004FFFF\U0005FFFE\U0005FFFF\U0006FFFE\U0006FFFF\U0007FFFE\U0007FFFF\U0008FFFE\U0008FFFF\U0009FFFE\U0009FFFF\U000AFFFE\U000AFFFF\U000BFFFE\U000BFFFF\U000CFFFE\U000CFFFF\U000DFFFE\U000DFFFF\U000EFFFE\U000EFFFF\U000FFFFE\U000FFFFF\U0010FFFE\U0010FFFF]" # noqa + +if _utils.supports_lone_surrogates: + # Use one extra step of indirection and create surrogates with + # eval. Not using this indirection would introduce an illegal + # unicode literal on platforms not supporting such lone + # surrogates. + assert invalid_unicode_no_surrogate[-1] == "]" and invalid_unicode_no_surrogate.count("]") == 1 + invalid_unicode_re = re.compile(invalid_unicode_no_surrogate[:-1] + + eval('"\\uD800-\\uDFFF"') + # pylint:disable=eval-used + "]") +else: + invalid_unicode_re = re.compile(invalid_unicode_no_surrogate) + +non_bmp_invalid_codepoints = {0x1FFFE, 0x1FFFF, 0x2FFFE, 0x2FFFF, 0x3FFFE, + 0x3FFFF, 0x4FFFE, 0x4FFFF, 0x5FFFE, 0x5FFFF, + 0x6FFFE, 0x6FFFF, 0x7FFFE, 0x7FFFF, 0x8FFFE, + 0x8FFFF, 0x9FFFE, 0x9FFFF, 0xAFFFE, 0xAFFFF, + 0xBFFFE, 0xBFFFF, 0xCFFFE, 0xCFFFF, 0xDFFFE, + 0xDFFFF, 0xEFFFE, 0xEFFFF, 0xFFFFE, 0xFFFFF, + 0x10FFFE, 0x10FFFF} + +ascii_punctuation_re = re.compile("[\u0009-\u000D\u0020-\u002F\u003A-\u0040\u005C\u005B-\u0060\u007B-\u007E]") + +# Cache for charsUntil() +charsUntilRegEx = {} + + +class BufferedStream(object): + """Buffering for streams that do not have buffering of their own + + The buffer is implemented as a list of chunks on the assumption that + joining many strings will be slow since it is O(n**2) + """ + + def __init__(self, stream): + self.stream = stream + self.buffer = [] + self.position = [-1, 0] # chunk number, offset + + def tell(self): + pos = 0 + for chunk in self.buffer[:self.position[0]]: + pos += len(chunk) + pos += self.position[1] + return pos + + def seek(self, pos): + assert pos <= self._bufferedBytes() + offset = pos + i = 0 + while len(self.buffer[i]) < offset: + offset -= len(self.buffer[i]) + i += 1 + self.position = [i, offset] + + def read(self, bytes): + if not self.buffer: + return self._readStream(bytes) + elif (self.position[0] == len(self.buffer) and + self.position[1] == len(self.buffer[-1])): + return self._readStream(bytes) + else: + return self._readFromBuffer(bytes) + + def _bufferedBytes(self): + return sum([len(item) for item in self.buffer]) + + def _readStream(self, bytes): + data = self.stream.read(bytes) + self.buffer.append(data) + self.position[0] += 1 + self.position[1] = len(data) + return data + + def _readFromBuffer(self, bytes): + remainingBytes = bytes + rv = [] + bufferIndex = self.position[0] + bufferOffset = self.position[1] + while bufferIndex < len(self.buffer) and remainingBytes != 0: + assert remainingBytes > 0 + bufferedData = self.buffer[bufferIndex] + + if remainingBytes <= len(bufferedData) - bufferOffset: + bytesToRead = remainingBytes + self.position = [bufferIndex, bufferOffset + bytesToRead] + else: + bytesToRead = len(bufferedData) - bufferOffset + self.position = [bufferIndex, len(bufferedData)] + bufferIndex += 1 + rv.append(bufferedData[bufferOffset:bufferOffset + bytesToRead]) + remainingBytes -= bytesToRead + + bufferOffset = 0 + + if remainingBytes: + rv.append(self._readStream(remainingBytes)) + + return b"".join(rv) + + +def HTMLInputStream(source, **kwargs): + # Work around Python bug #20007: read(0) closes the connection. + # http://bugs.python.org/issue20007 + if (isinstance(source, http_client.HTTPResponse) or + # Also check for addinfourl wrapping HTTPResponse + (isinstance(source, urllib.response.addbase) and + isinstance(source.fp, http_client.HTTPResponse))): + isUnicode = False + elif hasattr(source, "read"): + isUnicode = isinstance(source.read(0), text_type) + else: + isUnicode = isinstance(source, text_type) + + if isUnicode: + encodings = [x for x in kwargs if x.endswith("_encoding")] + if encodings: + raise TypeError("Cannot set an encoding with a unicode input, set %r" % encodings) + + return HTMLUnicodeInputStream(source, **kwargs) + else: + return HTMLBinaryInputStream(source, **kwargs) + + +class HTMLUnicodeInputStream(object): + """Provides a unicode stream of characters to the HTMLTokenizer. + + This class takes care of character encoding and removing or replacing + incorrect byte-sequences and also provides column and line tracking. + + """ + + _defaultChunkSize = 10240 + + def __init__(self, source): + """Initialises the HTMLInputStream. + + HTMLInputStream(source, [encoding]) -> Normalized stream from source + for use by html5lib. + + source can be either a file-object, local filename or a string. + + The optional encoding parameter must be a string that indicates + the encoding. If specified, that encoding will be used, + regardless of any BOM or later declaration (such as in a meta + element) + + """ + + if not _utils.supports_lone_surrogates: + # Such platforms will have already checked for such + # surrogate errors, so no need to do this checking. + self.reportCharacterErrors = None + elif len("\U0010FFFF") == 1: + self.reportCharacterErrors = self.characterErrorsUCS4 + else: + self.reportCharacterErrors = self.characterErrorsUCS2 + + # List of where new lines occur + self.newLines = [0] + + self.charEncoding = (lookupEncoding("utf-8"), "certain") + self.dataStream = self.openStream(source) + + self.reset() + + def reset(self): + self.chunk = "" + self.chunkSize = 0 + self.chunkOffset = 0 + self.errors = [] + + # number of (complete) lines in previous chunks + self.prevNumLines = 0 + # number of columns in the last line of the previous chunk + self.prevNumCols = 0 + + # Deal with CR LF and surrogates split over chunk boundaries + self._bufferedCharacter = None + + def openStream(self, source): + """Produces a file object from source. + + source can be either a file object, local filename or a string. + + """ + # Already a file object + if hasattr(source, 'read'): + stream = source + else: + stream = StringIO(source) + + return stream + + def _position(self, offset): + chunk = self.chunk + nLines = chunk.count('\n', 0, offset) + positionLine = self.prevNumLines + nLines + lastLinePos = chunk.rfind('\n', 0, offset) + if lastLinePos == -1: + positionColumn = self.prevNumCols + offset + else: + positionColumn = offset - (lastLinePos + 1) + return (positionLine, positionColumn) + + def position(self): + """Returns (line, col) of the current position in the stream.""" + line, col = self._position(self.chunkOffset) + return (line + 1, col) + + def char(self): + """ Read one character from the stream or queue if available. Return + EOF when EOF is reached. + """ + # Read a new chunk from the input stream if necessary + if self.chunkOffset >= self.chunkSize: + if not self.readChunk(): + return EOF + + chunkOffset = self.chunkOffset + char = self.chunk[chunkOffset] + self.chunkOffset = chunkOffset + 1 + + return char + + def readChunk(self, chunkSize=None): + if chunkSize is None: + chunkSize = self._defaultChunkSize + + self.prevNumLines, self.prevNumCols = self._position(self.chunkSize) + + self.chunk = "" + self.chunkSize = 0 + self.chunkOffset = 0 + + data = self.dataStream.read(chunkSize) + + # Deal with CR LF and surrogates broken across chunks + if self._bufferedCharacter: + data = self._bufferedCharacter + data + self._bufferedCharacter = None + elif not data: + # We have no more data, bye-bye stream + return False + + if len(data) > 1: + lastv = ord(data[-1]) + if lastv == 0x0D or 0xD800 <= lastv <= 0xDBFF: + self._bufferedCharacter = data[-1] + data = data[:-1] + + if self.reportCharacterErrors: + self.reportCharacterErrors(data) + + # Replace invalid characters + data = data.replace("\r\n", "\n") + data = data.replace("\r", "\n") + + self.chunk = data + self.chunkSize = len(data) + + return True + + def characterErrorsUCS4(self, data): + for _ in range(len(invalid_unicode_re.findall(data))): + self.errors.append("invalid-codepoint") + + def characterErrorsUCS2(self, data): + # Someone picked the wrong compile option + # You lose + skip = False + for match in invalid_unicode_re.finditer(data): + if skip: + continue + codepoint = ord(match.group()) + pos = match.start() + # Pretty sure there should be endianness issues here + if _utils.isSurrogatePair(data[pos:pos + 2]): + # We have a surrogate pair! + char_val = _utils.surrogatePairToCodepoint(data[pos:pos + 2]) + if char_val in non_bmp_invalid_codepoints: + self.errors.append("invalid-codepoint") + skip = True + elif (codepoint >= 0xD800 and codepoint <= 0xDFFF and + pos == len(data) - 1): + self.errors.append("invalid-codepoint") + else: + skip = False + self.errors.append("invalid-codepoint") + + def charsUntil(self, characters, opposite=False): + """ Returns a string of characters from the stream up to but not + including any character in 'characters' or EOF. 'characters' must be + a container that supports the 'in' method and iteration over its + characters. + """ + + # Use a cache of regexps to find the required characters + try: + chars = charsUntilRegEx[(characters, opposite)] + except KeyError: + if __debug__: + for c in characters: + assert(ord(c) < 128) + regex = "".join(["\\x%02x" % ord(c) for c in characters]) + if not opposite: + regex = "^%s" % regex + chars = charsUntilRegEx[(characters, opposite)] = re.compile("[%s]+" % regex) + + rv = [] + + while True: + # Find the longest matching prefix + m = chars.match(self.chunk, self.chunkOffset) + if m is None: + # If nothing matched, and it wasn't because we ran out of chunk, + # then stop + if self.chunkOffset != self.chunkSize: + break + else: + end = m.end() + # If not the whole chunk matched, return everything + # up to the part that didn't match + if end != self.chunkSize: + rv.append(self.chunk[self.chunkOffset:end]) + self.chunkOffset = end + break + # If the whole remainder of the chunk matched, + # use it all and read the next chunk + rv.append(self.chunk[self.chunkOffset:]) + if not self.readChunk(): + # Reached EOF + break + + r = "".join(rv) + return r + + def unget(self, char): + # Only one character is allowed to be ungotten at once - it must + # be consumed again before any further call to unget + if char is not EOF: + if self.chunkOffset == 0: + # unget is called quite rarely, so it's a good idea to do + # more work here if it saves a bit of work in the frequently + # called char and charsUntil. + # So, just prepend the ungotten character onto the current + # chunk: + self.chunk = char + self.chunk + self.chunkSize += 1 + else: + self.chunkOffset -= 1 + assert self.chunk[self.chunkOffset] == char + + +class HTMLBinaryInputStream(HTMLUnicodeInputStream): + """Provides a unicode stream of characters to the HTMLTokenizer. + + This class takes care of character encoding and removing or replacing + incorrect byte-sequences and also provides column and line tracking. + + """ + + def __init__(self, source, override_encoding=None, transport_encoding=None, + same_origin_parent_encoding=None, likely_encoding=None, + default_encoding="windows-1252", useChardet=True): + """Initialises the HTMLInputStream. + + HTMLInputStream(source, [encoding]) -> Normalized stream from source + for use by html5lib. + + source can be either a file-object, local filename or a string. + + The optional encoding parameter must be a string that indicates + the encoding. If specified, that encoding will be used, + regardless of any BOM or later declaration (such as in a meta + element) + + """ + # Raw Stream - for unicode objects this will encode to utf-8 and set + # self.charEncoding as appropriate + self.rawStream = self.openStream(source) + + HTMLUnicodeInputStream.__init__(self, self.rawStream) + + # Encoding Information + # Number of bytes to use when looking for a meta element with + # encoding information + self.numBytesMeta = 1024 + # Number of bytes to use when using detecting encoding using chardet + self.numBytesChardet = 100 + # Things from args + self.override_encoding = override_encoding + self.transport_encoding = transport_encoding + self.same_origin_parent_encoding = same_origin_parent_encoding + self.likely_encoding = likely_encoding + self.default_encoding = default_encoding + + # Determine encoding + self.charEncoding = self.determineEncoding(useChardet) + assert self.charEncoding[0] is not None + + # Call superclass + self.reset() + + def reset(self): + self.dataStream = self.charEncoding[0].codec_info.streamreader(self.rawStream, 'replace') + HTMLUnicodeInputStream.reset(self) + + def openStream(self, source): + """Produces a file object from source. + + source can be either a file object, local filename or a string. + + """ + # Already a file object + if hasattr(source, 'read'): + stream = source + else: + stream = BytesIO(source) + + try: + stream.seek(stream.tell()) + except Exception: + stream = BufferedStream(stream) + + return stream + + def determineEncoding(self, chardet=True): + # BOMs take precedence over everything + # This will also read past the BOM if present + charEncoding = self.detectBOM(), "certain" + if charEncoding[0] is not None: + return charEncoding + + # If we've been overridden, we've been overridden + charEncoding = lookupEncoding(self.override_encoding), "certain" + if charEncoding[0] is not None: + return charEncoding + + # Now check the transport layer + charEncoding = lookupEncoding(self.transport_encoding), "certain" + if charEncoding[0] is not None: + return charEncoding + + # Look for meta elements with encoding information + charEncoding = self.detectEncodingMeta(), "tentative" + if charEncoding[0] is not None: + return charEncoding + + # Parent document encoding + charEncoding = lookupEncoding(self.same_origin_parent_encoding), "tentative" + if charEncoding[0] is not None and not charEncoding[0].name.startswith("utf-16"): + return charEncoding + + # "likely" encoding + charEncoding = lookupEncoding(self.likely_encoding), "tentative" + if charEncoding[0] is not None: + return charEncoding + + # Guess with chardet, if available + if chardet: + try: + from pip._vendor.chardet.universaldetector import UniversalDetector + except ImportError: + pass + else: + buffers = [] + detector = UniversalDetector() + while not detector.done: + buffer = self.rawStream.read(self.numBytesChardet) + assert isinstance(buffer, bytes) + if not buffer: + break + buffers.append(buffer) + detector.feed(buffer) + detector.close() + encoding = lookupEncoding(detector.result['encoding']) + self.rawStream.seek(0) + if encoding is not None: + return encoding, "tentative" + + # Try the default encoding + charEncoding = lookupEncoding(self.default_encoding), "tentative" + if charEncoding[0] is not None: + return charEncoding + + # Fallback to html5lib's default if even that hasn't worked + return lookupEncoding("windows-1252"), "tentative" + + def changeEncoding(self, newEncoding): + assert self.charEncoding[1] != "certain" + newEncoding = lookupEncoding(newEncoding) + if newEncoding is None: + return + if newEncoding.name in ("utf-16be", "utf-16le"): + newEncoding = lookupEncoding("utf-8") + assert newEncoding is not None + elif newEncoding == self.charEncoding[0]: + self.charEncoding = (self.charEncoding[0], "certain") + else: + self.rawStream.seek(0) + self.charEncoding = (newEncoding, "certain") + self.reset() + raise _ReparseException("Encoding changed from %s to %s" % (self.charEncoding[0], newEncoding)) + + def detectBOM(self): + """Attempts to detect at BOM at the start of the stream. If + an encoding can be determined from the BOM return the name of the + encoding otherwise return None""" + bomDict = { + codecs.BOM_UTF8: 'utf-8', + codecs.BOM_UTF16_LE: 'utf-16le', codecs.BOM_UTF16_BE: 'utf-16be', + codecs.BOM_UTF32_LE: 'utf-32le', codecs.BOM_UTF32_BE: 'utf-32be' + } + + # Go to beginning of file and read in 4 bytes + string = self.rawStream.read(4) + assert isinstance(string, bytes) + + # Try detecting the BOM using bytes from the string + encoding = bomDict.get(string[:3]) # UTF-8 + seek = 3 + if not encoding: + # Need to detect UTF-32 before UTF-16 + encoding = bomDict.get(string) # UTF-32 + seek = 4 + if not encoding: + encoding = bomDict.get(string[:2]) # UTF-16 + seek = 2 + + # Set the read position past the BOM if one was found, otherwise + # set it to the start of the stream + if encoding: + self.rawStream.seek(seek) + return lookupEncoding(encoding) + else: + self.rawStream.seek(0) + return None + + def detectEncodingMeta(self): + """Report the encoding declared by the meta element + """ + buffer = self.rawStream.read(self.numBytesMeta) + assert isinstance(buffer, bytes) + parser = EncodingParser(buffer) + self.rawStream.seek(0) + encoding = parser.getEncoding() + + if encoding is not None and encoding.name in ("utf-16be", "utf-16le"): + encoding = lookupEncoding("utf-8") + + return encoding + + +class EncodingBytes(bytes): + """String-like object with an associated position and various extra methods + If the position is ever greater than the string length then an exception is + raised""" + def __new__(self, value): + assert isinstance(value, bytes) + return bytes.__new__(self, value.lower()) + + def __init__(self, value): + # pylint:disable=unused-argument + self._position = -1 + + def __iter__(self): + return self + + def __next__(self): + p = self._position = self._position + 1 + if p >= len(self): + raise StopIteration + elif p < 0: + raise TypeError + return self[p:p + 1] + + def next(self): + # Py2 compat + return self.__next__() + + def previous(self): + p = self._position + if p >= len(self): + raise StopIteration + elif p < 0: + raise TypeError + self._position = p = p - 1 + return self[p:p + 1] + + def setPosition(self, position): + if self._position >= len(self): + raise StopIteration + self._position = position + + def getPosition(self): + if self._position >= len(self): + raise StopIteration + if self._position >= 0: + return self._position + else: + return None + + position = property(getPosition, setPosition) + + def getCurrentByte(self): + return self[self.position:self.position + 1] + + currentByte = property(getCurrentByte) + + def skip(self, chars=spaceCharactersBytes): + """Skip past a list of characters""" + p = self.position # use property for the error-checking + while p < len(self): + c = self[p:p + 1] + if c not in chars: + self._position = p + return c + p += 1 + self._position = p + return None + + def skipUntil(self, chars): + p = self.position + while p < len(self): + c = self[p:p + 1] + if c in chars: + self._position = p + return c + p += 1 + self._position = p + return None + + def matchBytes(self, bytes): + """Look for a sequence of bytes at the start of a string. If the bytes + are found return True and advance the position to the byte after the + match. Otherwise return False and leave the position alone""" + rv = self.startswith(bytes, self.position) + if rv: + self.position += len(bytes) + return rv + + def jumpTo(self, bytes): + """Look for the next sequence of bytes matching a given sequence. If + a match is found advance the position to the last byte of the match""" + try: + self._position = self.index(bytes, self.position) + len(bytes) - 1 + except ValueError: + raise StopIteration + return True + + +class EncodingParser(object): + """Mini parser for detecting character encoding from meta elements""" + + def __init__(self, data): + """string - the data to work on for encoding detection""" + self.data = EncodingBytes(data) + self.encoding = None + + def getEncoding(self): + if b"") + + def handleMeta(self): + if self.data.currentByte not in spaceCharactersBytes: + # if we have ") + + def getAttribute(self): + """Return a name,value pair for the next attribute in the stream, + if one is found, or None""" + data = self.data + # Step 1 (skip chars) + c = data.skip(spaceCharactersBytes | frozenset([b"/"])) + assert c is None or len(c) == 1 + # Step 2 + if c in (b">", None): + return None + # Step 3 + attrName = [] + attrValue = [] + # Step 4 attribute name + while True: + if c == b"=" and attrName: + break + elif c in spaceCharactersBytes: + # Step 6! + c = data.skip() + break + elif c in (b"/", b">"): + return b"".join(attrName), b"" + elif c in asciiUppercaseBytes: + attrName.append(c.lower()) + elif c is None: + return None + else: + attrName.append(c) + # Step 5 + c = next(data) + # Step 7 + if c != b"=": + data.previous() + return b"".join(attrName), b"" + # Step 8 + next(data) + # Step 9 + c = data.skip() + # Step 10 + if c in (b"'", b'"'): + # 10.1 + quoteChar = c + while True: + # 10.2 + c = next(data) + # 10.3 + if c == quoteChar: + next(data) + return b"".join(attrName), b"".join(attrValue) + # 10.4 + elif c in asciiUppercaseBytes: + attrValue.append(c.lower()) + # 10.5 + else: + attrValue.append(c) + elif c == b">": + return b"".join(attrName), b"" + elif c in asciiUppercaseBytes: + attrValue.append(c.lower()) + elif c is None: + return None + else: + attrValue.append(c) + # Step 11 + while True: + c = next(data) + if c in spacesAngleBrackets: + return b"".join(attrName), b"".join(attrValue) + elif c in asciiUppercaseBytes: + attrValue.append(c.lower()) + elif c is None: + return None + else: + attrValue.append(c) + + +class ContentAttrParser(object): + def __init__(self, data): + assert isinstance(data, bytes) + self.data = data + + def parse(self): + try: + # Check if the attr name is charset + # otherwise return + self.data.jumpTo(b"charset") + self.data.position += 1 + self.data.skip() + if not self.data.currentByte == b"=": + # If there is no = sign keep looking for attrs + return None + self.data.position += 1 + self.data.skip() + # Look for an encoding between matching quote marks + if self.data.currentByte in (b'"', b"'"): + quoteMark = self.data.currentByte + self.data.position += 1 + oldPosition = self.data.position + if self.data.jumpTo(quoteMark): + return self.data[oldPosition:self.data.position] + else: + return None + else: + # Unquoted value + oldPosition = self.data.position + try: + self.data.skipUntil(spaceCharactersBytes) + return self.data[oldPosition:self.data.position] + except StopIteration: + # Return the whole remaining value + return self.data[oldPosition:] + except StopIteration: + return None + + +def lookupEncoding(encoding): + """Return the python codec name corresponding to an encoding or None if the + string doesn't correspond to a valid encoding.""" + if isinstance(encoding, bytes): + try: + encoding = encoding.decode("ascii") + except UnicodeDecodeError: + return None + + if encoding is not None: + try: + return webencodings.lookup(encoding) + except AttributeError: + return None + else: + return None diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/_tokenizer.py b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/_tokenizer.py new file mode 100644 index 000000000..5f00253e2 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/_tokenizer.py @@ -0,0 +1,1735 @@ +from __future__ import absolute_import, division, unicode_literals + +from pip._vendor.six import unichr as chr + +from collections import deque, OrderedDict +from sys import version_info + +from .constants import spaceCharacters +from .constants import entities +from .constants import asciiLetters, asciiUpper2Lower +from .constants import digits, hexDigits, EOF +from .constants import tokenTypes, tagTokenTypes +from .constants import replacementCharacters + +from ._inputstream import HTMLInputStream + +from ._trie import Trie + +entitiesTrie = Trie(entities) + +if version_info >= (3, 7): + attributeMap = dict +else: + attributeMap = OrderedDict + + +class HTMLTokenizer(object): + """ This class takes care of tokenizing HTML. + + * self.currentToken + Holds the token that is currently being processed. + + * self.state + Holds a reference to the method to be invoked... XXX + + * self.stream + Points to HTMLInputStream object. + """ + + def __init__(self, stream, parser=None, **kwargs): + + self.stream = HTMLInputStream(stream, **kwargs) + self.parser = parser + + # Setup the initial tokenizer state + self.escapeFlag = False + self.lastFourChars = [] + self.state = self.dataState + self.escape = False + + # The current token being created + self.currentToken = None + super(HTMLTokenizer, self).__init__() + + def __iter__(self): + """ This is where the magic happens. + + We do our usually processing through the states and when we have a token + to return we yield the token which pauses processing until the next token + is requested. + """ + self.tokenQueue = deque([]) + # Start processing. When EOF is reached self.state will return False + # instead of True and the loop will terminate. + while self.state(): + while self.stream.errors: + yield {"type": tokenTypes["ParseError"], "data": self.stream.errors.pop(0)} + while self.tokenQueue: + yield self.tokenQueue.popleft() + + def consumeNumberEntity(self, isHex): + """This function returns either U+FFFD or the character based on the + decimal or hexadecimal representation. It also discards ";" if present. + If not present self.tokenQueue.append({"type": tokenTypes["ParseError"]}) is invoked. + """ + + allowed = digits + radix = 10 + if isHex: + allowed = hexDigits + radix = 16 + + charStack = [] + + # Consume all the characters that are in range while making sure we + # don't hit an EOF. + c = self.stream.char() + while c in allowed and c is not EOF: + charStack.append(c) + c = self.stream.char() + + # Convert the set of characters consumed to an int. + charAsInt = int("".join(charStack), radix) + + # Certain characters get replaced with others + if charAsInt in replacementCharacters: + char = replacementCharacters[charAsInt] + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "illegal-codepoint-for-numeric-entity", + "datavars": {"charAsInt": charAsInt}}) + elif ((0xD800 <= charAsInt <= 0xDFFF) or + (charAsInt > 0x10FFFF)): + char = "\uFFFD" + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "illegal-codepoint-for-numeric-entity", + "datavars": {"charAsInt": charAsInt}}) + else: + # Should speed up this check somehow (e.g. move the set to a constant) + if ((0x0001 <= charAsInt <= 0x0008) or + (0x000E <= charAsInt <= 0x001F) or + (0x007F <= charAsInt <= 0x009F) or + (0xFDD0 <= charAsInt <= 0xFDEF) or + charAsInt in frozenset([0x000B, 0xFFFE, 0xFFFF, 0x1FFFE, + 0x1FFFF, 0x2FFFE, 0x2FFFF, 0x3FFFE, + 0x3FFFF, 0x4FFFE, 0x4FFFF, 0x5FFFE, + 0x5FFFF, 0x6FFFE, 0x6FFFF, 0x7FFFE, + 0x7FFFF, 0x8FFFE, 0x8FFFF, 0x9FFFE, + 0x9FFFF, 0xAFFFE, 0xAFFFF, 0xBFFFE, + 0xBFFFF, 0xCFFFE, 0xCFFFF, 0xDFFFE, + 0xDFFFF, 0xEFFFE, 0xEFFFF, 0xFFFFE, + 0xFFFFF, 0x10FFFE, 0x10FFFF])): + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": + "illegal-codepoint-for-numeric-entity", + "datavars": {"charAsInt": charAsInt}}) + try: + # Try/except needed as UCS-2 Python builds' unichar only works + # within the BMP. + char = chr(charAsInt) + except ValueError: + v = charAsInt - 0x10000 + char = chr(0xD800 | (v >> 10)) + chr(0xDC00 | (v & 0x3FF)) + + # Discard the ; if present. Otherwise, put it back on the queue and + # invoke parseError on parser. + if c != ";": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "numeric-entity-without-semicolon"}) + self.stream.unget(c) + + return char + + def consumeEntity(self, allowedChar=None, fromAttribute=False): + # Initialise to the default output for when no entity is matched + output = "&" + + charStack = [self.stream.char()] + if (charStack[0] in spaceCharacters or charStack[0] in (EOF, "<", "&") or + (allowedChar is not None and allowedChar == charStack[0])): + self.stream.unget(charStack[0]) + + elif charStack[0] == "#": + # Read the next character to see if it's hex or decimal + hex = False + charStack.append(self.stream.char()) + if charStack[-1] in ("x", "X"): + hex = True + charStack.append(self.stream.char()) + + # charStack[-1] should be the first digit + if (hex and charStack[-1] in hexDigits) \ + or (not hex and charStack[-1] in digits): + # At least one digit found, so consume the whole number + self.stream.unget(charStack[-1]) + output = self.consumeNumberEntity(hex) + else: + # No digits found + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "expected-numeric-entity"}) + self.stream.unget(charStack.pop()) + output = "&" + "".join(charStack) + + else: + # At this point in the process might have named entity. Entities + # are stored in the global variable "entities". + # + # Consume characters and compare to these to a substring of the + # entity names in the list until the substring no longer matches. + while (charStack[-1] is not EOF): + if not entitiesTrie.has_keys_with_prefix("".join(charStack)): + break + charStack.append(self.stream.char()) + + # At this point we have a string that starts with some characters + # that may match an entity + # Try to find the longest entity the string will match to take care + # of ¬i for instance. + try: + entityName = entitiesTrie.longest_prefix("".join(charStack[:-1])) + entityLength = len(entityName) + except KeyError: + entityName = None + + if entityName is not None: + if entityName[-1] != ";": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "named-entity-without-semicolon"}) + if (entityName[-1] != ";" and fromAttribute and + (charStack[entityLength] in asciiLetters or + charStack[entityLength] in digits or + charStack[entityLength] == "=")): + self.stream.unget(charStack.pop()) + output = "&" + "".join(charStack) + else: + output = entities[entityName] + self.stream.unget(charStack.pop()) + output += "".join(charStack[entityLength:]) + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-named-entity"}) + self.stream.unget(charStack.pop()) + output = "&" + "".join(charStack) + + if fromAttribute: + self.currentToken["data"][-1][1] += output + else: + if output in spaceCharacters: + tokenType = "SpaceCharacters" + else: + tokenType = "Characters" + self.tokenQueue.append({"type": tokenTypes[tokenType], "data": output}) + + def processEntityInAttribute(self, allowedChar): + """This method replaces the need for "entityInAttributeValueState". + """ + self.consumeEntity(allowedChar=allowedChar, fromAttribute=True) + + def emitCurrentToken(self): + """This method is a generic handler for emitting the tags. It also sets + the state to "data" because that's what's needed after a token has been + emitted. + """ + token = self.currentToken + # Add token to the queue to be yielded + if (token["type"] in tagTokenTypes): + token["name"] = token["name"].translate(asciiUpper2Lower) + if token["type"] == tokenTypes["StartTag"]: + raw = token["data"] + data = attributeMap(raw) + if len(raw) > len(data): + # we had some duplicated attribute, fix so first wins + data.update(raw[::-1]) + token["data"] = data + + if token["type"] == tokenTypes["EndTag"]: + if token["data"]: + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "attributes-in-end-tag"}) + if token["selfClosing"]: + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "self-closing-flag-on-end-tag"}) + self.tokenQueue.append(token) + self.state = self.dataState + + # Below are the various tokenizer states worked out. + def dataState(self): + data = self.stream.char() + if data == "&": + self.state = self.entityDataState + elif data == "<": + self.state = self.tagOpenState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\u0000"}) + elif data is EOF: + # Tokenization ends. + return False + elif data in spaceCharacters: + # Directly after emitting a token you switch back to the "data + # state". At that point spaceCharacters are important so they are + # emitted separately. + self.tokenQueue.append({"type": tokenTypes["SpaceCharacters"], "data": + data + self.stream.charsUntil(spaceCharacters, True)}) + # No need to update lastFourChars here, since the first space will + # have already been appended to lastFourChars and will have broken + # any sequences + else: + chars = self.stream.charsUntil(("&", "<", "\u0000")) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": + data + chars}) + return True + + def entityDataState(self): + self.consumeEntity() + self.state = self.dataState + return True + + def rcdataState(self): + data = self.stream.char() + if data == "&": + self.state = self.characterReferenceInRcdata + elif data == "<": + self.state = self.rcdataLessThanSignState + elif data == EOF: + # Tokenization ends. + return False + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + elif data in spaceCharacters: + # Directly after emitting a token you switch back to the "data + # state". At that point spaceCharacters are important so they are + # emitted separately. + self.tokenQueue.append({"type": tokenTypes["SpaceCharacters"], "data": + data + self.stream.charsUntil(spaceCharacters, True)}) + # No need to update lastFourChars here, since the first space will + # have already been appended to lastFourChars and will have broken + # any sequences + else: + chars = self.stream.charsUntil(("&", "<", "\u0000")) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": + data + chars}) + return True + + def characterReferenceInRcdata(self): + self.consumeEntity() + self.state = self.rcdataState + return True + + def rawtextState(self): + data = self.stream.char() + if data == "<": + self.state = self.rawtextLessThanSignState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + elif data == EOF: + # Tokenization ends. + return False + else: + chars = self.stream.charsUntil(("<", "\u0000")) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": + data + chars}) + return True + + def scriptDataState(self): + data = self.stream.char() + if data == "<": + self.state = self.scriptDataLessThanSignState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + elif data == EOF: + # Tokenization ends. + return False + else: + chars = self.stream.charsUntil(("<", "\u0000")) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": + data + chars}) + return True + + def plaintextState(self): + data = self.stream.char() + if data == EOF: + # Tokenization ends. + return False + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": + data + self.stream.charsUntil("\u0000")}) + return True + + def tagOpenState(self): + data = self.stream.char() + if data == "!": + self.state = self.markupDeclarationOpenState + elif data == "/": + self.state = self.closeTagOpenState + elif data in asciiLetters: + self.currentToken = {"type": tokenTypes["StartTag"], + "name": data, "data": [], + "selfClosing": False, + "selfClosingAcknowledged": False} + self.state = self.tagNameState + elif data == ">": + # XXX In theory it could be something besides a tag name. But + # do we really care? + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-tag-name-but-got-right-bracket"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<>"}) + self.state = self.dataState + elif data == "?": + # XXX In theory it could be something besides a tag name. But + # do we really care? + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-tag-name-but-got-question-mark"}) + self.stream.unget(data) + self.state = self.bogusCommentState + else: + # XXX + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-tag-name"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) + self.stream.unget(data) + self.state = self.dataState + return True + + def closeTagOpenState(self): + data = self.stream.char() + if data in asciiLetters: + self.currentToken = {"type": tokenTypes["EndTag"], "name": data, + "data": [], "selfClosing": False} + self.state = self.tagNameState + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-closing-tag-but-got-right-bracket"}) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-closing-tag-but-got-eof"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "": + self.emitCurrentToken() + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-tag-name"}) + self.state = self.dataState + elif data == "/": + self.state = self.selfClosingStartTagState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["name"] += "\uFFFD" + else: + self.currentToken["name"] += data + # (Don't use charsUntil here, because tag names are + # very short and it's faster to not do anything fancy) + return True + + def rcdataLessThanSignState(self): + data = self.stream.char() + if data == "/": + self.temporaryBuffer = "" + self.state = self.rcdataEndTagOpenState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) + self.stream.unget(data) + self.state = self.rcdataState + return True + + def rcdataEndTagOpenState(self): + data = self.stream.char() + if data in asciiLetters: + self.temporaryBuffer += data + self.state = self.rcdataEndTagNameState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "" and appropriate: + self.currentToken = {"type": tokenTypes["EndTag"], + "name": self.temporaryBuffer, + "data": [], "selfClosing": False} + self.emitCurrentToken() + self.state = self.dataState + elif data in asciiLetters: + self.temporaryBuffer += data + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "" and appropriate: + self.currentToken = {"type": tokenTypes["EndTag"], + "name": self.temporaryBuffer, + "data": [], "selfClosing": False} + self.emitCurrentToken() + self.state = self.dataState + elif data in asciiLetters: + self.temporaryBuffer += data + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "" and appropriate: + self.currentToken = {"type": tokenTypes["EndTag"], + "name": self.temporaryBuffer, + "data": [], "selfClosing": False} + self.emitCurrentToken() + self.state = self.dataState + elif data in asciiLetters: + self.temporaryBuffer += data + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": ">"}) + self.state = self.scriptDataState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + self.state = self.scriptDataEscapedState + elif data == EOF: + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + self.state = self.scriptDataEscapedState + return True + + def scriptDataEscapedLessThanSignState(self): + data = self.stream.char() + if data == "/": + self.temporaryBuffer = "" + self.state = self.scriptDataEscapedEndTagOpenState + elif data in asciiLetters: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<" + data}) + self.temporaryBuffer = data + self.state = self.scriptDataDoubleEscapeStartState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) + self.stream.unget(data) + self.state = self.scriptDataEscapedState + return True + + def scriptDataEscapedEndTagOpenState(self): + data = self.stream.char() + if data in asciiLetters: + self.temporaryBuffer = data + self.state = self.scriptDataEscapedEndTagNameState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "" and appropriate: + self.currentToken = {"type": tokenTypes["EndTag"], + "name": self.temporaryBuffer, + "data": [], "selfClosing": False} + self.emitCurrentToken() + self.state = self.dataState + elif data in asciiLetters: + self.temporaryBuffer += data + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": ""))): + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + if self.temporaryBuffer.lower() == "script": + self.state = self.scriptDataDoubleEscapedState + else: + self.state = self.scriptDataEscapedState + elif data in asciiLetters: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + self.temporaryBuffer += data + else: + self.stream.unget(data) + self.state = self.scriptDataEscapedState + return True + + def scriptDataDoubleEscapedState(self): + data = self.stream.char() + if data == "-": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "-"}) + self.state = self.scriptDataDoubleEscapedDashState + elif data == "<": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) + self.state = self.scriptDataDoubleEscapedLessThanSignState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + elif data == EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-script-in-script"}) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + return True + + def scriptDataDoubleEscapedDashState(self): + data = self.stream.char() + if data == "-": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "-"}) + self.state = self.scriptDataDoubleEscapedDashDashState + elif data == "<": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) + self.state = self.scriptDataDoubleEscapedLessThanSignState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + self.state = self.scriptDataDoubleEscapedState + elif data == EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-script-in-script"}) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + self.state = self.scriptDataDoubleEscapedState + return True + + def scriptDataDoubleEscapedDashDashState(self): + data = self.stream.char() + if data == "-": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "-"}) + elif data == "<": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) + self.state = self.scriptDataDoubleEscapedLessThanSignState + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": ">"}) + self.state = self.scriptDataState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + self.state = self.scriptDataDoubleEscapedState + elif data == EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-script-in-script"}) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + self.state = self.scriptDataDoubleEscapedState + return True + + def scriptDataDoubleEscapedLessThanSignState(self): + data = self.stream.char() + if data == "/": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "/"}) + self.temporaryBuffer = "" + self.state = self.scriptDataDoubleEscapeEndState + else: + self.stream.unget(data) + self.state = self.scriptDataDoubleEscapedState + return True + + def scriptDataDoubleEscapeEndState(self): + data = self.stream.char() + if data in (spaceCharacters | frozenset(("/", ">"))): + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + if self.temporaryBuffer.lower() == "script": + self.state = self.scriptDataEscapedState + else: + self.state = self.scriptDataDoubleEscapedState + elif data in asciiLetters: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + self.temporaryBuffer += data + else: + self.stream.unget(data) + self.state = self.scriptDataDoubleEscapedState + return True + + def beforeAttributeNameState(self): + data = self.stream.char() + if data in spaceCharacters: + self.stream.charsUntil(spaceCharacters, True) + elif data in asciiLetters: + self.currentToken["data"].append([data, ""]) + self.state = self.attributeNameState + elif data == ">": + self.emitCurrentToken() + elif data == "/": + self.state = self.selfClosingStartTagState + elif data in ("'", '"', "=", "<"): + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "invalid-character-in-attribute-name"}) + self.currentToken["data"].append([data, ""]) + self.state = self.attributeNameState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"].append(["\uFFFD", ""]) + self.state = self.attributeNameState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-attribute-name-but-got-eof"}) + self.state = self.dataState + else: + self.currentToken["data"].append([data, ""]) + self.state = self.attributeNameState + return True + + def attributeNameState(self): + data = self.stream.char() + leavingThisState = True + emitToken = False + if data == "=": + self.state = self.beforeAttributeValueState + elif data in asciiLetters: + self.currentToken["data"][-1][0] += data +\ + self.stream.charsUntil(asciiLetters, True) + leavingThisState = False + elif data == ">": + # XXX If we emit here the attributes are converted to a dict + # without being checked and when the code below runs we error + # because data is a dict not a list + emitToken = True + elif data in spaceCharacters: + self.state = self.afterAttributeNameState + elif data == "/": + self.state = self.selfClosingStartTagState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"][-1][0] += "\uFFFD" + leavingThisState = False + elif data in ("'", '"', "<"): + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": + "invalid-character-in-attribute-name"}) + self.currentToken["data"][-1][0] += data + leavingThisState = False + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "eof-in-attribute-name"}) + self.state = self.dataState + else: + self.currentToken["data"][-1][0] += data + leavingThisState = False + + if leavingThisState: + # Attributes are not dropped at this stage. That happens when the + # start tag token is emitted so values can still be safely appended + # to attributes, but we do want to report the parse error in time. + self.currentToken["data"][-1][0] = ( + self.currentToken["data"][-1][0].translate(asciiUpper2Lower)) + for name, _ in self.currentToken["data"][:-1]: + if self.currentToken["data"][-1][0] == name: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "duplicate-attribute"}) + break + # XXX Fix for above XXX + if emitToken: + self.emitCurrentToken() + return True + + def afterAttributeNameState(self): + data = self.stream.char() + if data in spaceCharacters: + self.stream.charsUntil(spaceCharacters, True) + elif data == "=": + self.state = self.beforeAttributeValueState + elif data == ">": + self.emitCurrentToken() + elif data in asciiLetters: + self.currentToken["data"].append([data, ""]) + self.state = self.attributeNameState + elif data == "/": + self.state = self.selfClosingStartTagState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"].append(["\uFFFD", ""]) + self.state = self.attributeNameState + elif data in ("'", '"', "<"): + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "invalid-character-after-attribute-name"}) + self.currentToken["data"].append([data, ""]) + self.state = self.attributeNameState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-end-of-tag-but-got-eof"}) + self.state = self.dataState + else: + self.currentToken["data"].append([data, ""]) + self.state = self.attributeNameState + return True + + def beforeAttributeValueState(self): + data = self.stream.char() + if data in spaceCharacters: + self.stream.charsUntil(spaceCharacters, True) + elif data == "\"": + self.state = self.attributeValueDoubleQuotedState + elif data == "&": + self.state = self.attributeValueUnQuotedState + self.stream.unget(data) + elif data == "'": + self.state = self.attributeValueSingleQuotedState + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-attribute-value-but-got-right-bracket"}) + self.emitCurrentToken() + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"][-1][1] += "\uFFFD" + self.state = self.attributeValueUnQuotedState + elif data in ("=", "<", "`"): + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "equals-in-unquoted-attribute-value"}) + self.currentToken["data"][-1][1] += data + self.state = self.attributeValueUnQuotedState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-attribute-value-but-got-eof"}) + self.state = self.dataState + else: + self.currentToken["data"][-1][1] += data + self.state = self.attributeValueUnQuotedState + return True + + def attributeValueDoubleQuotedState(self): + data = self.stream.char() + if data == "\"": + self.state = self.afterAttributeValueState + elif data == "&": + self.processEntityInAttribute('"') + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"][-1][1] += "\uFFFD" + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-attribute-value-double-quote"}) + self.state = self.dataState + else: + self.currentToken["data"][-1][1] += data +\ + self.stream.charsUntil(("\"", "&", "\u0000")) + return True + + def attributeValueSingleQuotedState(self): + data = self.stream.char() + if data == "'": + self.state = self.afterAttributeValueState + elif data == "&": + self.processEntityInAttribute("'") + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"][-1][1] += "\uFFFD" + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-attribute-value-single-quote"}) + self.state = self.dataState + else: + self.currentToken["data"][-1][1] += data +\ + self.stream.charsUntil(("'", "&", "\u0000")) + return True + + def attributeValueUnQuotedState(self): + data = self.stream.char() + if data in spaceCharacters: + self.state = self.beforeAttributeNameState + elif data == "&": + self.processEntityInAttribute(">") + elif data == ">": + self.emitCurrentToken() + elif data in ('"', "'", "=", "<", "`"): + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-character-in-unquoted-attribute-value"}) + self.currentToken["data"][-1][1] += data + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"][-1][1] += "\uFFFD" + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-attribute-value-no-quotes"}) + self.state = self.dataState + else: + self.currentToken["data"][-1][1] += data + self.stream.charsUntil( + frozenset(("&", ">", '"', "'", "=", "<", "`", "\u0000")) | spaceCharacters) + return True + + def afterAttributeValueState(self): + data = self.stream.char() + if data in spaceCharacters: + self.state = self.beforeAttributeNameState + elif data == ">": + self.emitCurrentToken() + elif data == "/": + self.state = self.selfClosingStartTagState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-EOF-after-attribute-value"}) + self.stream.unget(data) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-character-after-attribute-value"}) + self.stream.unget(data) + self.state = self.beforeAttributeNameState + return True + + def selfClosingStartTagState(self): + data = self.stream.char() + if data == ">": + self.currentToken["selfClosing"] = True + self.emitCurrentToken() + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": + "unexpected-EOF-after-solidus-in-tag"}) + self.stream.unget(data) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-character-after-solidus-in-tag"}) + self.stream.unget(data) + self.state = self.beforeAttributeNameState + return True + + def bogusCommentState(self): + # Make a new comment token and give it as value all the characters + # until the first > or EOF (charsUntil checks for EOF automatically) + # and emit it. + data = self.stream.charsUntil(">") + data = data.replace("\u0000", "\uFFFD") + self.tokenQueue.append( + {"type": tokenTypes["Comment"], "data": data}) + + # Eat the character directly after the bogus comment which is either a + # ">" or an EOF. + self.stream.char() + self.state = self.dataState + return True + + def markupDeclarationOpenState(self): + charStack = [self.stream.char()] + if charStack[-1] == "-": + charStack.append(self.stream.char()) + if charStack[-1] == "-": + self.currentToken = {"type": tokenTypes["Comment"], "data": ""} + self.state = self.commentStartState + return True + elif charStack[-1] in ('d', 'D'): + matched = True + for expected in (('o', 'O'), ('c', 'C'), ('t', 'T'), + ('y', 'Y'), ('p', 'P'), ('e', 'E')): + charStack.append(self.stream.char()) + if charStack[-1] not in expected: + matched = False + break + if matched: + self.currentToken = {"type": tokenTypes["Doctype"], + "name": "", + "publicId": None, "systemId": None, + "correct": True} + self.state = self.doctypeState + return True + elif (charStack[-1] == "[" and + self.parser is not None and + self.parser.tree.openElements and + self.parser.tree.openElements[-1].namespace != self.parser.tree.defaultNamespace): + matched = True + for expected in ["C", "D", "A", "T", "A", "["]: + charStack.append(self.stream.char()) + if charStack[-1] != expected: + matched = False + break + if matched: + self.state = self.cdataSectionState + return True + + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-dashes-or-doctype"}) + + while charStack: + self.stream.unget(charStack.pop()) + self.state = self.bogusCommentState + return True + + def commentStartState(self): + data = self.stream.char() + if data == "-": + self.state = self.commentStartDashState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"] += "\uFFFD" + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "incorrect-comment"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-comment"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["data"] += data + self.state = self.commentState + return True + + def commentStartDashState(self): + data = self.stream.char() + if data == "-": + self.state = self.commentEndState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"] += "-\uFFFD" + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "incorrect-comment"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-comment"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["data"] += "-" + data + self.state = self.commentState + return True + + def commentState(self): + data = self.stream.char() + if data == "-": + self.state = self.commentEndDashState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"] += "\uFFFD" + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "eof-in-comment"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["data"] += data + \ + self.stream.charsUntil(("-", "\u0000")) + return True + + def commentEndDashState(self): + data = self.stream.char() + if data == "-": + self.state = self.commentEndState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"] += "-\uFFFD" + self.state = self.commentState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-comment-end-dash"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["data"] += "-" + data + self.state = self.commentState + return True + + def commentEndState(self): + data = self.stream.char() + if data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"] += "--\uFFFD" + self.state = self.commentState + elif data == "!": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-bang-after-double-dash-in-comment"}) + self.state = self.commentEndBangState + elif data == "-": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-dash-after-double-dash-in-comment"}) + self.currentToken["data"] += data + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-comment-double-dash"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + # XXX + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-comment"}) + self.currentToken["data"] += "--" + data + self.state = self.commentState + return True + + def commentEndBangState(self): + data = self.stream.char() + if data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data == "-": + self.currentToken["data"] += "--!" + self.state = self.commentEndDashState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"] += "--!\uFFFD" + self.state = self.commentState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-comment-end-bang-state"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["data"] += "--!" + data + self.state = self.commentState + return True + + def doctypeState(self): + data = self.stream.char() + if data in spaceCharacters: + self.state = self.beforeDoctypeNameState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-doctype-name-but-got-eof"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "need-space-after-doctype"}) + self.stream.unget(data) + self.state = self.beforeDoctypeNameState + return True + + def beforeDoctypeNameState(self): + data = self.stream.char() + if data in spaceCharacters: + pass + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-doctype-name-but-got-right-bracket"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["name"] = "\uFFFD" + self.state = self.doctypeNameState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-doctype-name-but-got-eof"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["name"] = data + self.state = self.doctypeNameState + return True + + def doctypeNameState(self): + data = self.stream.char() + if data in spaceCharacters: + self.currentToken["name"] = self.currentToken["name"].translate(asciiUpper2Lower) + self.state = self.afterDoctypeNameState + elif data == ">": + self.currentToken["name"] = self.currentToken["name"].translate(asciiUpper2Lower) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["name"] += "\uFFFD" + self.state = self.doctypeNameState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype-name"}) + self.currentToken["correct"] = False + self.currentToken["name"] = self.currentToken["name"].translate(asciiUpper2Lower) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["name"] += data + return True + + def afterDoctypeNameState(self): + data = self.stream.char() + if data in spaceCharacters: + pass + elif data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.currentToken["correct"] = False + self.stream.unget(data) + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + if data in ("p", "P"): + matched = True + for expected in (("u", "U"), ("b", "B"), ("l", "L"), + ("i", "I"), ("c", "C")): + data = self.stream.char() + if data not in expected: + matched = False + break + if matched: + self.state = self.afterDoctypePublicKeywordState + return True + elif data in ("s", "S"): + matched = True + for expected in (("y", "Y"), ("s", "S"), ("t", "T"), + ("e", "E"), ("m", "M")): + data = self.stream.char() + if data not in expected: + matched = False + break + if matched: + self.state = self.afterDoctypeSystemKeywordState + return True + + # All the characters read before the current 'data' will be + # [a-zA-Z], so they're garbage in the bogus doctype and can be + # discarded; only the latest character might be '>' or EOF + # and needs to be ungetted + self.stream.unget(data) + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-space-or-right-bracket-in-doctype", "datavars": + {"data": data}}) + self.currentToken["correct"] = False + self.state = self.bogusDoctypeState + + return True + + def afterDoctypePublicKeywordState(self): + data = self.stream.char() + if data in spaceCharacters: + self.state = self.beforeDoctypePublicIdentifierState + elif data in ("'", '"'): + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.stream.unget(data) + self.state = self.beforeDoctypePublicIdentifierState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.stream.unget(data) + self.state = self.beforeDoctypePublicIdentifierState + return True + + def beforeDoctypePublicIdentifierState(self): + data = self.stream.char() + if data in spaceCharacters: + pass + elif data == "\"": + self.currentToken["publicId"] = "" + self.state = self.doctypePublicIdentifierDoubleQuotedState + elif data == "'": + self.currentToken["publicId"] = "" + self.state = self.doctypePublicIdentifierSingleQuotedState + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-end-of-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["correct"] = False + self.state = self.bogusDoctypeState + return True + + def doctypePublicIdentifierDoubleQuotedState(self): + data = self.stream.char() + if data == "\"": + self.state = self.afterDoctypePublicIdentifierState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["publicId"] += "\uFFFD" + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-end-of-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["publicId"] += data + return True + + def doctypePublicIdentifierSingleQuotedState(self): + data = self.stream.char() + if data == "'": + self.state = self.afterDoctypePublicIdentifierState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["publicId"] += "\uFFFD" + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-end-of-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["publicId"] += data + return True + + def afterDoctypePublicIdentifierState(self): + data = self.stream.char() + if data in spaceCharacters: + self.state = self.betweenDoctypePublicAndSystemIdentifiersState + elif data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data == '"': + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["systemId"] = "" + self.state = self.doctypeSystemIdentifierDoubleQuotedState + elif data == "'": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["systemId"] = "" + self.state = self.doctypeSystemIdentifierSingleQuotedState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["correct"] = False + self.state = self.bogusDoctypeState + return True + + def betweenDoctypePublicAndSystemIdentifiersState(self): + data = self.stream.char() + if data in spaceCharacters: + pass + elif data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data == '"': + self.currentToken["systemId"] = "" + self.state = self.doctypeSystemIdentifierDoubleQuotedState + elif data == "'": + self.currentToken["systemId"] = "" + self.state = self.doctypeSystemIdentifierSingleQuotedState + elif data == EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["correct"] = False + self.state = self.bogusDoctypeState + return True + + def afterDoctypeSystemKeywordState(self): + data = self.stream.char() + if data in spaceCharacters: + self.state = self.beforeDoctypeSystemIdentifierState + elif data in ("'", '"'): + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.stream.unget(data) + self.state = self.beforeDoctypeSystemIdentifierState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.stream.unget(data) + self.state = self.beforeDoctypeSystemIdentifierState + return True + + def beforeDoctypeSystemIdentifierState(self): + data = self.stream.char() + if data in spaceCharacters: + pass + elif data == "\"": + self.currentToken["systemId"] = "" + self.state = self.doctypeSystemIdentifierDoubleQuotedState + elif data == "'": + self.currentToken["systemId"] = "" + self.state = self.doctypeSystemIdentifierSingleQuotedState + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["correct"] = False + self.state = self.bogusDoctypeState + return True + + def doctypeSystemIdentifierDoubleQuotedState(self): + data = self.stream.char() + if data == "\"": + self.state = self.afterDoctypeSystemIdentifierState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["systemId"] += "\uFFFD" + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-end-of-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["systemId"] += data + return True + + def doctypeSystemIdentifierSingleQuotedState(self): + data = self.stream.char() + if data == "'": + self.state = self.afterDoctypeSystemIdentifierState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["systemId"] += "\uFFFD" + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-end-of-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["systemId"] += data + return True + + def afterDoctypeSystemIdentifierState(self): + data = self.stream.char() + if data in spaceCharacters: + pass + elif data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.state = self.bogusDoctypeState + return True + + def bogusDoctypeState(self): + data = self.stream.char() + if data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + # XXX EMIT + self.stream.unget(data) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + pass + return True + + def cdataSectionState(self): + data = [] + while True: + data.append(self.stream.charsUntil("]")) + data.append(self.stream.charsUntil(">")) + char = self.stream.char() + if char == EOF: + break + else: + assert char == ">" + if data[-1][-2:] == "]]": + data[-1] = data[-1][:-2] + break + else: + data.append(char) + + data = "".join(data) # pylint:disable=redefined-variable-type + # Deal with null here rather than in the parser + nullCount = data.count("\u0000") + if nullCount > 0: + for _ in range(nullCount): + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + data = data.replace("\u0000", "\uFFFD") + if data: + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": data}) + self.state = self.dataState + return True diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__init__.py b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__init__.py new file mode 100644 index 000000000..07bad5d31 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__init__.py @@ -0,0 +1,5 @@ +from __future__ import absolute_import, division, unicode_literals + +from .py import Trie + +__all__ = ["Trie"] diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..80c4c8f89387c57d4031682d4eb6773d87fab5f9 GIT binary patch literal 352 zcmYk1Jx&8L5QS~;=0_0`6kH-m8y69X0wGR71Eknyw23EKEB4y5y(?|cWw?@Cs$78z zJECBudG^zMBfa@pE*B)#_Vc0D>HW^;f3aj-tkc0Hnbn&L|3`0l>Ie_eB09e~G T&Y!dqy~5{wgU{)1*%kW*-S%JF literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..abc1b3e07cc1fe338918a74a884caf64acf71c0b GIT binary patch literal 1604 zcmZ`(O>Y}F5FK(?(n_)&!*X#5F{uH!)Q^rMN!ljyI%_g#A-=d3+E4{Bd=)1Ni&t>dE+T58yBQ zSpEh0@dY*$Vkbee6fzdFjE6k)LXW|09Y=ZUXN|DI;AhBpeNfFwM;|hvzng6>W`Bj8 z{{r8F^rU|U(pQbS7Y4F%487(n+#hFaP}85A!*`C7(}~i9bCsVD(qwoW@~HpWz+mzBN}P^Pl^K*tIS?2n z3q2TDS^AiQ1=VCAs8Id#!nXH~s^TIm4;=m`W^V$A4$K}CB{Wrlq z-!{y&R9e#t>r$y#u|sZcA)F>c=q?SfzMi8XLpBD!#se1cS^G`a zw^Sq7d_@aB#;%5IxPe1>x^>BGevQS(LI-GRROl>_-05`kO^-VansW3!y@3yh%zB8} z)q2qpBD*z?j36e0#1RWY-ou#%M7F{@1aaFzd{^xMLq5S>YP8v;saI-*SRqif9h)=B z-beExkx!8b9)y~A;Sauz1Tl7Jd4%JMMRGe8#?9I97>gwN(JL||mc5~){8U*lRk;nm zR~KJvUFbWUS@K`TYiWUNOm)lk0dXZwfCbFw_t^&9;>r zG&M5Xh7k$Ej(SW}jytGY>5}u8)Y!b6QJ}T6PjInuw+Biw``{hGTo`3)+dzms%9Iec zBSconX-e-aLYz&b^me8tge+q8B{@|Sb_Y=J;G12&wQa1@6hr7_E;>3Y3lo$3+t>`< z)Ks&zcF+ns?o<#4%siS_Q;nH5T@;$?q=|vO7Z+)&;tFq1(~pL+rc117#tdB+hBh|?tqNofNXKj*4Y}{@csoWd2X@* literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__pycache__/py.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__pycache__/py.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..39ba918d2217f645a6f0dda0cfa426555e6dfc4d GIT binary patch literal 2261 zcmb7F&2L*p5Z~SR;b+H5+!Cb?f?^N|85A3-B5;VJmO_zGl}pneEYRx3yNO@&KAhck zNTTNp&fkHWW3T)IrGA%7xs z^Yeju1b_Vuh#-QdB%^(ru|CVZzDH5UQa=m&ft!12nAQ3}tHPi*#%xPqI;=jEzKcn&_m+ZEKt-gF;B2CPu0_)g5Z< zMxGgN&PNiMrTs+9f#InX(#z53W1Y;=bq5)$~v_w-ZU($XgR>Ueu>S775a7RU8Y`}obKb#|GPvEbA0%8C& zbW+k+^oo2>rgTd61H*(jrN7aVmV|r8uU4nX1;Pg!ion!L&^=(lMS_64aCd-LoPTpy z8U*@2kdpk;not9-44txa_eSStSmc|dhnojV%Kb!c8Wj(YrRtr^{Ir)Q`!kh?-EVsuVzW7d<@iwQ-Y6OM zIB1DN^@b)(zeZ(lASAG*J36=Z?L(Q%vys|a!h<7NK4IjdjbZC@p5%$)yt|zi0|@v| z_gekp{^K-lAIo#y&c@ob_hnmy-TY8nqFn6j){E2B`lw^;dypbOC{-vMa1oo>h8nU< z3ScV*K8OcH2{x>k%G@?9epDp6(SVMxWqM$J-0A?T$O@d-M)PB0@#rQHLf2`;Lb^gj zda=B4m4D?22F~RN?#2u_BFEu#qUylDrfLlbrrw9adT`R)&YPSMirmByP0rr~E$tGJ zUfh|veY?7lF9^|sYseIG1SvLi-C+u|sPa#p|J$x>94am6eEo*k=FF>G_@54~k9F-l zs*lk(CgLreL4os)8xF70bu0gYE?`^I4JZPKuKEz|Ke%?{+_{J@aegQboF?P^gB#9T zv)f%S?k+g2fhrc03+Ep&DWR_%M|vGbddy&i1L(GKK}MvZ(4nA@yeq1n!RY_YCT!xF z0QDdhSm{lDpG^EokhkX2DXSz<)npQuz6nu#3ig#LA#vQ^V1s~V3U+@l!&kMr?21xS z27-Mm*Y)@n^^e z4%t1y9I`>_1G3PlufQr`wf7XRj3uf*M{)}n1kZuf3916>px_H6Un1E=vIvG<8^+po zB#ub)3dk)`)Ce5`TzrSlUDjkPFu&Mvh`ei82ReNNyHg%#l5^YOJS)UF#W}Q%lX09@ zD++U5wUK;+XBFd8u#4VZf6Od9*oUcfm4P3 zM&Z+|u+Q67cpbX4*P*MEGxreLuzJK@W= 0xD800 and ord(data[0]) <= 0xDBFF and + ord(data[1]) >= 0xDC00 and ord(data[1]) <= 0xDFFF) + + +def surrogatePairToCodepoint(data): + char_val = (0x10000 + (ord(data[0]) - 0xD800) * 0x400 + + (ord(data[1]) - 0xDC00)) + return char_val + +# Module Factory Factory (no, this isn't Java, I know) +# Here to stop this being duplicated all over the place. + + +def moduleFactoryFactory(factory): + moduleCache = {} + + def moduleFactory(baseModule, *args, **kwargs): + if isinstance(ModuleType.__name__, type("")): + name = "_%s_factory" % baseModule.__name__ + else: + name = b"_%s_factory" % baseModule.__name__ + + kwargs_tuple = tuple(kwargs.items()) + + try: + return moduleCache[name][args][kwargs_tuple] + except KeyError: + mod = ModuleType(name) + objs = factory(baseModule, *args, **kwargs) + mod.__dict__.update(objs) + if "name" not in moduleCache: + moduleCache[name] = {} + if "args" not in moduleCache[name]: + moduleCache[name][args] = {} + if "kwargs" not in moduleCache[name][args]: + moduleCache[name][args][kwargs_tuple] = {} + moduleCache[name][args][kwargs_tuple] = mod + return mod + + return moduleFactory + + +def memoize(func): + cache = {} + + def wrapped(*args, **kwargs): + key = (tuple(args), tuple(kwargs.items())) + if key not in cache: + cache[key] = func(*args, **kwargs) + return cache[key] + + return wrapped diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/constants.py b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/constants.py new file mode 100644 index 000000000..fe3e237cd --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/constants.py @@ -0,0 +1,2946 @@ +from __future__ import absolute_import, division, unicode_literals + +import string + +EOF = None + +E = { + "null-character": + "Null character in input stream, replaced with U+FFFD.", + "invalid-codepoint": + "Invalid codepoint in stream.", + "incorrectly-placed-solidus": + "Solidus (/) incorrectly placed in tag.", + "incorrect-cr-newline-entity": + "Incorrect CR newline entity, replaced with LF.", + "illegal-windows-1252-entity": + "Entity used with illegal number (windows-1252 reference).", + "cant-convert-numeric-entity": + "Numeric entity couldn't be converted to character " + "(codepoint U+%(charAsInt)08x).", + "illegal-codepoint-for-numeric-entity": + "Numeric entity represents an illegal codepoint: " + "U+%(charAsInt)08x.", + "numeric-entity-without-semicolon": + "Numeric entity didn't end with ';'.", + "expected-numeric-entity-but-got-eof": + "Numeric entity expected. Got end of file instead.", + "expected-numeric-entity": + "Numeric entity expected but none found.", + "named-entity-without-semicolon": + "Named entity didn't end with ';'.", + "expected-named-entity": + "Named entity expected. Got none.", + "attributes-in-end-tag": + "End tag contains unexpected attributes.", + 'self-closing-flag-on-end-tag': + "End tag contains unexpected self-closing flag.", + "expected-tag-name-but-got-right-bracket": + "Expected tag name. Got '>' instead.", + "expected-tag-name-but-got-question-mark": + "Expected tag name. Got '?' instead. (HTML doesn't " + "support processing instructions.)", + "expected-tag-name": + "Expected tag name. Got something else instead", + "expected-closing-tag-but-got-right-bracket": + "Expected closing tag. Got '>' instead. Ignoring ''.", + "expected-closing-tag-but-got-eof": + "Expected closing tag. Unexpected end of file.", + "expected-closing-tag-but-got-char": + "Expected closing tag. Unexpected character '%(data)s' found.", + "eof-in-tag-name": + "Unexpected end of file in the tag name.", + "expected-attribute-name-but-got-eof": + "Unexpected end of file. Expected attribute name instead.", + "eof-in-attribute-name": + "Unexpected end of file in attribute name.", + "invalid-character-in-attribute-name": + "Invalid character in attribute name", + "duplicate-attribute": + "Dropped duplicate attribute on tag.", + "expected-end-of-tag-name-but-got-eof": + "Unexpected end of file. Expected = or end of tag.", + "expected-attribute-value-but-got-eof": + "Unexpected end of file. Expected attribute value.", + "expected-attribute-value-but-got-right-bracket": + "Expected attribute value. Got '>' instead.", + 'equals-in-unquoted-attribute-value': + "Unexpected = in unquoted attribute", + 'unexpected-character-in-unquoted-attribute-value': + "Unexpected character in unquoted attribute", + "invalid-character-after-attribute-name": + "Unexpected character after attribute name.", + "unexpected-character-after-attribute-value": + "Unexpected character after attribute value.", + "eof-in-attribute-value-double-quote": + "Unexpected end of file in attribute value (\").", + "eof-in-attribute-value-single-quote": + "Unexpected end of file in attribute value (').", + "eof-in-attribute-value-no-quotes": + "Unexpected end of file in attribute value.", + "unexpected-EOF-after-solidus-in-tag": + "Unexpected end of file in tag. Expected >", + "unexpected-character-after-solidus-in-tag": + "Unexpected character after / in tag. Expected >", + "expected-dashes-or-doctype": + "Expected '--' or 'DOCTYPE'. Not found.", + "unexpected-bang-after-double-dash-in-comment": + "Unexpected ! after -- in comment", + "unexpected-space-after-double-dash-in-comment": + "Unexpected space after -- in comment", + "incorrect-comment": + "Incorrect comment.", + "eof-in-comment": + "Unexpected end of file in comment.", + "eof-in-comment-end-dash": + "Unexpected end of file in comment (-)", + "unexpected-dash-after-double-dash-in-comment": + "Unexpected '-' after '--' found in comment.", + "eof-in-comment-double-dash": + "Unexpected end of file in comment (--).", + "eof-in-comment-end-space-state": + "Unexpected end of file in comment.", + "eof-in-comment-end-bang-state": + "Unexpected end of file in comment.", + "unexpected-char-in-comment": + "Unexpected character in comment found.", + "need-space-after-doctype": + "No space after literal string 'DOCTYPE'.", + "expected-doctype-name-but-got-right-bracket": + "Unexpected > character. Expected DOCTYPE name.", + "expected-doctype-name-but-got-eof": + "Unexpected end of file. Expected DOCTYPE name.", + "eof-in-doctype-name": + "Unexpected end of file in DOCTYPE name.", + "eof-in-doctype": + "Unexpected end of file in DOCTYPE.", + "expected-space-or-right-bracket-in-doctype": + "Expected space or '>'. Got '%(data)s'", + "unexpected-end-of-doctype": + "Unexpected end of DOCTYPE.", + "unexpected-char-in-doctype": + "Unexpected character in DOCTYPE.", + "eof-in-innerhtml": + "XXX innerHTML EOF", + "unexpected-doctype": + "Unexpected DOCTYPE. Ignored.", + "non-html-root": + "html needs to be the first start tag.", + "expected-doctype-but-got-eof": + "Unexpected End of file. Expected DOCTYPE.", + "unknown-doctype": + "Erroneous DOCTYPE.", + "expected-doctype-but-got-chars": + "Unexpected non-space characters. Expected DOCTYPE.", + "expected-doctype-but-got-start-tag": + "Unexpected start tag (%(name)s). Expected DOCTYPE.", + "expected-doctype-but-got-end-tag": + "Unexpected end tag (%(name)s). Expected DOCTYPE.", + "end-tag-after-implied-root": + "Unexpected end tag (%(name)s) after the (implied) root element.", + "expected-named-closing-tag-but-got-eof": + "Unexpected end of file. Expected end tag (%(name)s).", + "two-heads-are-not-better-than-one": + "Unexpected start tag head in existing head. Ignored.", + "unexpected-end-tag": + "Unexpected end tag (%(name)s). Ignored.", + "unexpected-start-tag-out-of-my-head": + "Unexpected start tag (%(name)s) that can be in head. Moved.", + "unexpected-start-tag": + "Unexpected start tag (%(name)s).", + "missing-end-tag": + "Missing end tag (%(name)s).", + "missing-end-tags": + "Missing end tags (%(name)s).", + "unexpected-start-tag-implies-end-tag": + "Unexpected start tag (%(startName)s) " + "implies end tag (%(endName)s).", + "unexpected-start-tag-treated-as": + "Unexpected start tag (%(originalName)s). Treated as %(newName)s.", + "deprecated-tag": + "Unexpected start tag %(name)s. Don't use it!", + "unexpected-start-tag-ignored": + "Unexpected start tag %(name)s. Ignored.", + "expected-one-end-tag-but-got-another": + "Unexpected end tag (%(gotName)s). " + "Missing end tag (%(expectedName)s).", + "end-tag-too-early": + "End tag (%(name)s) seen too early. Expected other end tag.", + "end-tag-too-early-named": + "Unexpected end tag (%(gotName)s). Expected end tag (%(expectedName)s).", + "end-tag-too-early-ignored": + "End tag (%(name)s) seen too early. Ignored.", + "adoption-agency-1.1": + "End tag (%(name)s) violates step 1, " + "paragraph 1 of the adoption agency algorithm.", + "adoption-agency-1.2": + "End tag (%(name)s) violates step 1, " + "paragraph 2 of the adoption agency algorithm.", + "adoption-agency-1.3": + "End tag (%(name)s) violates step 1, " + "paragraph 3 of the adoption agency algorithm.", + "adoption-agency-4.4": + "End tag (%(name)s) violates step 4, " + "paragraph 4 of the adoption agency algorithm.", + "unexpected-end-tag-treated-as": + "Unexpected end tag (%(originalName)s). Treated as %(newName)s.", + "no-end-tag": + "This element (%(name)s) has no end tag.", + "unexpected-implied-end-tag-in-table": + "Unexpected implied end tag (%(name)s) in the table phase.", + "unexpected-implied-end-tag-in-table-body": + "Unexpected implied end tag (%(name)s) in the table body phase.", + "unexpected-char-implies-table-voodoo": + "Unexpected non-space characters in " + "table context caused voodoo mode.", + "unexpected-hidden-input-in-table": + "Unexpected input with type hidden in table context.", + "unexpected-form-in-table": + "Unexpected form in table context.", + "unexpected-start-tag-implies-table-voodoo": + "Unexpected start tag (%(name)s) in " + "table context caused voodoo mode.", + "unexpected-end-tag-implies-table-voodoo": + "Unexpected end tag (%(name)s) in " + "table context caused voodoo mode.", + "unexpected-cell-in-table-body": + "Unexpected table cell start tag (%(name)s) " + "in the table body phase.", + "unexpected-cell-end-tag": + "Got table cell end tag (%(name)s) " + "while required end tags are missing.", + "unexpected-end-tag-in-table-body": + "Unexpected end tag (%(name)s) in the table body phase. Ignored.", + "unexpected-implied-end-tag-in-table-row": + "Unexpected implied end tag (%(name)s) in the table row phase.", + "unexpected-end-tag-in-table-row": + "Unexpected end tag (%(name)s) in the table row phase. Ignored.", + "unexpected-select-in-select": + "Unexpected select start tag in the select phase " + "treated as select end tag.", + "unexpected-input-in-select": + "Unexpected input start tag in the select phase.", + "unexpected-start-tag-in-select": + "Unexpected start tag token (%(name)s in the select phase. " + "Ignored.", + "unexpected-end-tag-in-select": + "Unexpected end tag (%(name)s) in the select phase. Ignored.", + "unexpected-table-element-start-tag-in-select-in-table": + "Unexpected table element start tag (%(name)s) in the select in table phase.", + "unexpected-table-element-end-tag-in-select-in-table": + "Unexpected table element end tag (%(name)s) in the select in table phase.", + "unexpected-char-after-body": + "Unexpected non-space characters in the after body phase.", + "unexpected-start-tag-after-body": + "Unexpected start tag token (%(name)s)" + " in the after body phase.", + "unexpected-end-tag-after-body": + "Unexpected end tag token (%(name)s)" + " in the after body phase.", + "unexpected-char-in-frameset": + "Unexpected characters in the frameset phase. Characters ignored.", + "unexpected-start-tag-in-frameset": + "Unexpected start tag token (%(name)s)" + " in the frameset phase. Ignored.", + "unexpected-frameset-in-frameset-innerhtml": + "Unexpected end tag token (frameset) " + "in the frameset phase (innerHTML).", + "unexpected-end-tag-in-frameset": + "Unexpected end tag token (%(name)s)" + " in the frameset phase. Ignored.", + "unexpected-char-after-frameset": + "Unexpected non-space characters in the " + "after frameset phase. Ignored.", + "unexpected-start-tag-after-frameset": + "Unexpected start tag (%(name)s)" + " in the after frameset phase. Ignored.", + "unexpected-end-tag-after-frameset": + "Unexpected end tag (%(name)s)" + " in the after frameset phase. Ignored.", + "unexpected-end-tag-after-body-innerhtml": + "Unexpected end tag after body(innerHtml)", + "expected-eof-but-got-char": + "Unexpected non-space characters. Expected end of file.", + "expected-eof-but-got-start-tag": + "Unexpected start tag (%(name)s)" + ". Expected end of file.", + "expected-eof-but-got-end-tag": + "Unexpected end tag (%(name)s)" + ". Expected end of file.", + "eof-in-table": + "Unexpected end of file. Expected table content.", + "eof-in-select": + "Unexpected end of file. Expected select content.", + "eof-in-frameset": + "Unexpected end of file. Expected frameset content.", + "eof-in-script-in-script": + "Unexpected end of file. Expected script content.", + "eof-in-foreign-lands": + "Unexpected end of file. Expected foreign content", + "non-void-element-with-trailing-solidus": + "Trailing solidus not allowed on element %(name)s", + "unexpected-html-element-in-foreign-content": + "Element %(name)s not allowed in a non-html context", + "unexpected-end-tag-before-html": + "Unexpected end tag (%(name)s) before html.", + "unexpected-inhead-noscript-tag": + "Element %(name)s not allowed in a inhead-noscript context", + "eof-in-head-noscript": + "Unexpected end of file. Expected inhead-noscript content", + "char-in-head-noscript": + "Unexpected non-space character. Expected inhead-noscript content", + "XXX-undefined-error": + "Undefined error (this sucks and should be fixed)", +} + +namespaces = { + "html": "http://www.w3.org/1999/xhtml", + "mathml": "http://www.w3.org/1998/Math/MathML", + "svg": "http://www.w3.org/2000/svg", + "xlink": "http://www.w3.org/1999/xlink", + "xml": "http://www.w3.org/XML/1998/namespace", + "xmlns": "http://www.w3.org/2000/xmlns/" +} + +scopingElements = frozenset([ + (namespaces["html"], "applet"), + (namespaces["html"], "caption"), + (namespaces["html"], "html"), + (namespaces["html"], "marquee"), + (namespaces["html"], "object"), + (namespaces["html"], "table"), + (namespaces["html"], "td"), + (namespaces["html"], "th"), + (namespaces["mathml"], "mi"), + (namespaces["mathml"], "mo"), + (namespaces["mathml"], "mn"), + (namespaces["mathml"], "ms"), + (namespaces["mathml"], "mtext"), + (namespaces["mathml"], "annotation-xml"), + (namespaces["svg"], "foreignObject"), + (namespaces["svg"], "desc"), + (namespaces["svg"], "title"), +]) + +formattingElements = frozenset([ + (namespaces["html"], "a"), + (namespaces["html"], "b"), + (namespaces["html"], "big"), + (namespaces["html"], "code"), + (namespaces["html"], "em"), + (namespaces["html"], "font"), + (namespaces["html"], "i"), + (namespaces["html"], "nobr"), + (namespaces["html"], "s"), + (namespaces["html"], "small"), + (namespaces["html"], "strike"), + (namespaces["html"], "strong"), + (namespaces["html"], "tt"), + (namespaces["html"], "u") +]) + +specialElements = frozenset([ + (namespaces["html"], "address"), + (namespaces["html"], "applet"), + (namespaces["html"], "area"), + (namespaces["html"], "article"), + (namespaces["html"], "aside"), + (namespaces["html"], "base"), + (namespaces["html"], "basefont"), + (namespaces["html"], "bgsound"), + (namespaces["html"], "blockquote"), + (namespaces["html"], "body"), + (namespaces["html"], "br"), + (namespaces["html"], "button"), + (namespaces["html"], "caption"), + (namespaces["html"], "center"), + (namespaces["html"], "col"), + (namespaces["html"], "colgroup"), + (namespaces["html"], "command"), + (namespaces["html"], "dd"), + (namespaces["html"], "details"), + (namespaces["html"], "dir"), + (namespaces["html"], "div"), + (namespaces["html"], "dl"), + (namespaces["html"], "dt"), + (namespaces["html"], "embed"), + (namespaces["html"], "fieldset"), + (namespaces["html"], "figure"), + (namespaces["html"], "footer"), + (namespaces["html"], "form"), + (namespaces["html"], "frame"), + (namespaces["html"], "frameset"), + (namespaces["html"], "h1"), + (namespaces["html"], "h2"), + (namespaces["html"], "h3"), + (namespaces["html"], "h4"), + (namespaces["html"], "h5"), + (namespaces["html"], "h6"), + (namespaces["html"], "head"), + (namespaces["html"], "header"), + (namespaces["html"], "hr"), + (namespaces["html"], "html"), + (namespaces["html"], "iframe"), + # Note that image is commented out in the spec as "this isn't an + # element that can end up on the stack, so it doesn't matter," + (namespaces["html"], "image"), + (namespaces["html"], "img"), + (namespaces["html"], "input"), + (namespaces["html"], "isindex"), + (namespaces["html"], "li"), + (namespaces["html"], "link"), + (namespaces["html"], "listing"), + (namespaces["html"], "marquee"), + (namespaces["html"], "menu"), + (namespaces["html"], "meta"), + (namespaces["html"], "nav"), + (namespaces["html"], "noembed"), + (namespaces["html"], "noframes"), + (namespaces["html"], "noscript"), + (namespaces["html"], "object"), + (namespaces["html"], "ol"), + (namespaces["html"], "p"), + (namespaces["html"], "param"), + (namespaces["html"], "plaintext"), + (namespaces["html"], "pre"), + (namespaces["html"], "script"), + (namespaces["html"], "section"), + (namespaces["html"], "select"), + (namespaces["html"], "style"), + (namespaces["html"], "table"), + (namespaces["html"], "tbody"), + (namespaces["html"], "td"), + (namespaces["html"], "textarea"), + (namespaces["html"], "tfoot"), + (namespaces["html"], "th"), + (namespaces["html"], "thead"), + (namespaces["html"], "title"), + (namespaces["html"], "tr"), + (namespaces["html"], "ul"), + (namespaces["html"], "wbr"), + (namespaces["html"], "xmp"), + (namespaces["svg"], "foreignObject") +]) + +htmlIntegrationPointElements = frozenset([ + (namespaces["mathml"], "annotation-xml"), + (namespaces["svg"], "foreignObject"), + (namespaces["svg"], "desc"), + (namespaces["svg"], "title") +]) + +mathmlTextIntegrationPointElements = frozenset([ + (namespaces["mathml"], "mi"), + (namespaces["mathml"], "mo"), + (namespaces["mathml"], "mn"), + (namespaces["mathml"], "ms"), + (namespaces["mathml"], "mtext") +]) + +adjustSVGAttributes = { + "attributename": "attributeName", + "attributetype": "attributeType", + "basefrequency": "baseFrequency", + "baseprofile": "baseProfile", + "calcmode": "calcMode", + "clippathunits": "clipPathUnits", + "contentscripttype": "contentScriptType", + "contentstyletype": "contentStyleType", + "diffuseconstant": "diffuseConstant", + "edgemode": "edgeMode", + "externalresourcesrequired": "externalResourcesRequired", + "filterres": "filterRes", + "filterunits": "filterUnits", + "glyphref": "glyphRef", + "gradienttransform": "gradientTransform", + "gradientunits": "gradientUnits", + "kernelmatrix": "kernelMatrix", + "kernelunitlength": "kernelUnitLength", + "keypoints": "keyPoints", + "keysplines": "keySplines", + "keytimes": "keyTimes", + "lengthadjust": "lengthAdjust", + "limitingconeangle": "limitingConeAngle", + "markerheight": "markerHeight", + "markerunits": "markerUnits", + "markerwidth": "markerWidth", + "maskcontentunits": "maskContentUnits", + "maskunits": "maskUnits", + "numoctaves": "numOctaves", + "pathlength": "pathLength", + "patterncontentunits": "patternContentUnits", + "patterntransform": "patternTransform", + "patternunits": "patternUnits", + "pointsatx": "pointsAtX", + "pointsaty": "pointsAtY", + "pointsatz": "pointsAtZ", + "preservealpha": "preserveAlpha", + "preserveaspectratio": "preserveAspectRatio", + "primitiveunits": "primitiveUnits", + "refx": "refX", + "refy": "refY", + "repeatcount": "repeatCount", + "repeatdur": "repeatDur", + "requiredextensions": "requiredExtensions", + "requiredfeatures": "requiredFeatures", + "specularconstant": "specularConstant", + "specularexponent": "specularExponent", + "spreadmethod": "spreadMethod", + "startoffset": "startOffset", + "stddeviation": "stdDeviation", + "stitchtiles": "stitchTiles", + "surfacescale": "surfaceScale", + "systemlanguage": "systemLanguage", + "tablevalues": "tableValues", + "targetx": "targetX", + "targety": "targetY", + "textlength": "textLength", + "viewbox": "viewBox", + "viewtarget": "viewTarget", + "xchannelselector": "xChannelSelector", + "ychannelselector": "yChannelSelector", + "zoomandpan": "zoomAndPan" +} + +adjustMathMLAttributes = {"definitionurl": "definitionURL"} + +adjustForeignAttributes = { + "xlink:actuate": ("xlink", "actuate", namespaces["xlink"]), + "xlink:arcrole": ("xlink", "arcrole", namespaces["xlink"]), + "xlink:href": ("xlink", "href", namespaces["xlink"]), + "xlink:role": ("xlink", "role", namespaces["xlink"]), + "xlink:show": ("xlink", "show", namespaces["xlink"]), + "xlink:title": ("xlink", "title", namespaces["xlink"]), + "xlink:type": ("xlink", "type", namespaces["xlink"]), + "xml:base": ("xml", "base", namespaces["xml"]), + "xml:lang": ("xml", "lang", namespaces["xml"]), + "xml:space": ("xml", "space", namespaces["xml"]), + "xmlns": (None, "xmlns", namespaces["xmlns"]), + "xmlns:xlink": ("xmlns", "xlink", namespaces["xmlns"]) +} + +unadjustForeignAttributes = {(ns, local): qname for qname, (prefix, local, ns) in + adjustForeignAttributes.items()} + +spaceCharacters = frozenset([ + "\t", + "\n", + "\u000C", + " ", + "\r" +]) + +tableInsertModeElements = frozenset([ + "table", + "tbody", + "tfoot", + "thead", + "tr" +]) + +asciiLowercase = frozenset(string.ascii_lowercase) +asciiUppercase = frozenset(string.ascii_uppercase) +asciiLetters = frozenset(string.ascii_letters) +digits = frozenset(string.digits) +hexDigits = frozenset(string.hexdigits) + +asciiUpper2Lower = {ord(c): ord(c.lower()) for c in string.ascii_uppercase} + +# Heading elements need to be ordered +headingElements = ( + "h1", + "h2", + "h3", + "h4", + "h5", + "h6" +) + +voidElements = frozenset([ + "base", + "command", + "event-source", + "link", + "meta", + "hr", + "br", + "img", + "embed", + "param", + "area", + "col", + "input", + "source", + "track" +]) + +cdataElements = frozenset(['title', 'textarea']) + +rcdataElements = frozenset([ + 'style', + 'script', + 'xmp', + 'iframe', + 'noembed', + 'noframes', + 'noscript' +]) + +booleanAttributes = { + "": frozenset(["irrelevant", "itemscope"]), + "style": frozenset(["scoped"]), + "img": frozenset(["ismap"]), + "audio": frozenset(["autoplay", "controls"]), + "video": frozenset(["autoplay", "controls"]), + "script": frozenset(["defer", "async"]), + "details": frozenset(["open"]), + "datagrid": frozenset(["multiple", "disabled"]), + "command": frozenset(["hidden", "disabled", "checked", "default"]), + "hr": frozenset(["noshade"]), + "menu": frozenset(["autosubmit"]), + "fieldset": frozenset(["disabled", "readonly"]), + "option": frozenset(["disabled", "readonly", "selected"]), + "optgroup": frozenset(["disabled", "readonly"]), + "button": frozenset(["disabled", "autofocus"]), + "input": frozenset(["disabled", "readonly", "required", "autofocus", "checked", "ismap"]), + "select": frozenset(["disabled", "readonly", "autofocus", "multiple"]), + "output": frozenset(["disabled", "readonly"]), + "iframe": frozenset(["seamless"]), +} + +# entitiesWindows1252 has to be _ordered_ and needs to have an index. It +# therefore can't be a frozenset. +entitiesWindows1252 = ( + 8364, # 0x80 0x20AC EURO SIGN + 65533, # 0x81 UNDEFINED + 8218, # 0x82 0x201A SINGLE LOW-9 QUOTATION MARK + 402, # 0x83 0x0192 LATIN SMALL LETTER F WITH HOOK + 8222, # 0x84 0x201E DOUBLE LOW-9 QUOTATION MARK + 8230, # 0x85 0x2026 HORIZONTAL ELLIPSIS + 8224, # 0x86 0x2020 DAGGER + 8225, # 0x87 0x2021 DOUBLE DAGGER + 710, # 0x88 0x02C6 MODIFIER LETTER CIRCUMFLEX ACCENT + 8240, # 0x89 0x2030 PER MILLE SIGN + 352, # 0x8A 0x0160 LATIN CAPITAL LETTER S WITH CARON + 8249, # 0x8B 0x2039 SINGLE LEFT-POINTING ANGLE QUOTATION MARK + 338, # 0x8C 0x0152 LATIN CAPITAL LIGATURE OE + 65533, # 0x8D UNDEFINED + 381, # 0x8E 0x017D LATIN CAPITAL LETTER Z WITH CARON + 65533, # 0x8F UNDEFINED + 65533, # 0x90 UNDEFINED + 8216, # 0x91 0x2018 LEFT SINGLE QUOTATION MARK + 8217, # 0x92 0x2019 RIGHT SINGLE QUOTATION MARK + 8220, # 0x93 0x201C LEFT DOUBLE QUOTATION MARK + 8221, # 0x94 0x201D RIGHT DOUBLE QUOTATION MARK + 8226, # 0x95 0x2022 BULLET + 8211, # 0x96 0x2013 EN DASH + 8212, # 0x97 0x2014 EM DASH + 732, # 0x98 0x02DC SMALL TILDE + 8482, # 0x99 0x2122 TRADE MARK SIGN + 353, # 0x9A 0x0161 LATIN SMALL LETTER S WITH CARON + 8250, # 0x9B 0x203A SINGLE RIGHT-POINTING ANGLE QUOTATION MARK + 339, # 0x9C 0x0153 LATIN SMALL LIGATURE OE + 65533, # 0x9D UNDEFINED + 382, # 0x9E 0x017E LATIN SMALL LETTER Z WITH CARON + 376 # 0x9F 0x0178 LATIN CAPITAL LETTER Y WITH DIAERESIS +) + +xmlEntities = frozenset(['lt;', 'gt;', 'amp;', 'apos;', 'quot;']) + +entities = { + "AElig": "\xc6", + "AElig;": "\xc6", + "AMP": "&", + "AMP;": "&", + "Aacute": "\xc1", + "Aacute;": "\xc1", + "Abreve;": "\u0102", + "Acirc": "\xc2", + "Acirc;": "\xc2", + "Acy;": "\u0410", + "Afr;": "\U0001d504", + "Agrave": "\xc0", + "Agrave;": "\xc0", + "Alpha;": "\u0391", + "Amacr;": "\u0100", + "And;": "\u2a53", + "Aogon;": "\u0104", + "Aopf;": "\U0001d538", + "ApplyFunction;": "\u2061", + "Aring": "\xc5", + "Aring;": "\xc5", + "Ascr;": "\U0001d49c", + "Assign;": "\u2254", + "Atilde": "\xc3", + "Atilde;": "\xc3", + "Auml": "\xc4", + "Auml;": "\xc4", + "Backslash;": "\u2216", + "Barv;": "\u2ae7", + "Barwed;": "\u2306", + "Bcy;": "\u0411", + "Because;": "\u2235", + "Bernoullis;": "\u212c", + "Beta;": "\u0392", + "Bfr;": "\U0001d505", + "Bopf;": "\U0001d539", + "Breve;": "\u02d8", + "Bscr;": "\u212c", + "Bumpeq;": "\u224e", + "CHcy;": "\u0427", + "COPY": "\xa9", + "COPY;": "\xa9", + "Cacute;": "\u0106", + "Cap;": "\u22d2", + "CapitalDifferentialD;": "\u2145", + "Cayleys;": "\u212d", + "Ccaron;": "\u010c", + "Ccedil": "\xc7", + "Ccedil;": "\xc7", + "Ccirc;": "\u0108", + "Cconint;": "\u2230", + "Cdot;": "\u010a", + "Cedilla;": "\xb8", + "CenterDot;": "\xb7", + "Cfr;": "\u212d", + "Chi;": "\u03a7", + "CircleDot;": "\u2299", + "CircleMinus;": "\u2296", + "CirclePlus;": "\u2295", + "CircleTimes;": "\u2297", + "ClockwiseContourIntegral;": "\u2232", + "CloseCurlyDoubleQuote;": "\u201d", + "CloseCurlyQuote;": "\u2019", + "Colon;": "\u2237", + "Colone;": "\u2a74", + "Congruent;": "\u2261", + "Conint;": "\u222f", + "ContourIntegral;": "\u222e", + "Copf;": "\u2102", + "Coproduct;": "\u2210", + "CounterClockwiseContourIntegral;": "\u2233", + "Cross;": "\u2a2f", + "Cscr;": "\U0001d49e", + "Cup;": "\u22d3", + "CupCap;": "\u224d", + "DD;": "\u2145", + "DDotrahd;": "\u2911", + "DJcy;": "\u0402", + "DScy;": "\u0405", + "DZcy;": "\u040f", + "Dagger;": "\u2021", + "Darr;": "\u21a1", + "Dashv;": "\u2ae4", + "Dcaron;": "\u010e", + "Dcy;": "\u0414", + "Del;": "\u2207", + "Delta;": "\u0394", + "Dfr;": "\U0001d507", + "DiacriticalAcute;": "\xb4", + "DiacriticalDot;": "\u02d9", + "DiacriticalDoubleAcute;": "\u02dd", + "DiacriticalGrave;": "`", + "DiacriticalTilde;": "\u02dc", + "Diamond;": "\u22c4", + "DifferentialD;": "\u2146", + "Dopf;": "\U0001d53b", + "Dot;": "\xa8", + "DotDot;": "\u20dc", + "DotEqual;": "\u2250", + "DoubleContourIntegral;": "\u222f", + "DoubleDot;": "\xa8", + "DoubleDownArrow;": "\u21d3", + "DoubleLeftArrow;": "\u21d0", + "DoubleLeftRightArrow;": "\u21d4", + "DoubleLeftTee;": "\u2ae4", + "DoubleLongLeftArrow;": "\u27f8", + "DoubleLongLeftRightArrow;": "\u27fa", + "DoubleLongRightArrow;": "\u27f9", + "DoubleRightArrow;": "\u21d2", + "DoubleRightTee;": "\u22a8", + "DoubleUpArrow;": "\u21d1", + "DoubleUpDownArrow;": "\u21d5", + "DoubleVerticalBar;": "\u2225", + "DownArrow;": "\u2193", + "DownArrowBar;": "\u2913", + "DownArrowUpArrow;": "\u21f5", + "DownBreve;": "\u0311", + "DownLeftRightVector;": "\u2950", + "DownLeftTeeVector;": "\u295e", + "DownLeftVector;": "\u21bd", + "DownLeftVectorBar;": "\u2956", + "DownRightTeeVector;": "\u295f", + "DownRightVector;": "\u21c1", + "DownRightVectorBar;": "\u2957", + "DownTee;": "\u22a4", + "DownTeeArrow;": "\u21a7", + "Downarrow;": "\u21d3", + "Dscr;": "\U0001d49f", + "Dstrok;": "\u0110", + "ENG;": "\u014a", + "ETH": "\xd0", + "ETH;": "\xd0", + "Eacute": "\xc9", + "Eacute;": "\xc9", + "Ecaron;": "\u011a", + "Ecirc": "\xca", + "Ecirc;": "\xca", + "Ecy;": "\u042d", + "Edot;": "\u0116", + "Efr;": "\U0001d508", + "Egrave": "\xc8", + "Egrave;": "\xc8", + "Element;": "\u2208", + "Emacr;": "\u0112", + "EmptySmallSquare;": "\u25fb", + "EmptyVerySmallSquare;": "\u25ab", + "Eogon;": "\u0118", + "Eopf;": "\U0001d53c", + "Epsilon;": "\u0395", + "Equal;": "\u2a75", + "EqualTilde;": "\u2242", + "Equilibrium;": "\u21cc", + "Escr;": "\u2130", + "Esim;": "\u2a73", + "Eta;": "\u0397", + "Euml": "\xcb", + "Euml;": "\xcb", + "Exists;": "\u2203", + "ExponentialE;": "\u2147", + "Fcy;": "\u0424", + "Ffr;": "\U0001d509", + "FilledSmallSquare;": "\u25fc", + "FilledVerySmallSquare;": "\u25aa", + "Fopf;": "\U0001d53d", + "ForAll;": "\u2200", + "Fouriertrf;": "\u2131", + "Fscr;": "\u2131", + "GJcy;": "\u0403", + "GT": ">", + "GT;": ">", + "Gamma;": "\u0393", + "Gammad;": "\u03dc", + "Gbreve;": "\u011e", + "Gcedil;": "\u0122", + "Gcirc;": "\u011c", + "Gcy;": "\u0413", + "Gdot;": "\u0120", + "Gfr;": "\U0001d50a", + "Gg;": "\u22d9", + "Gopf;": "\U0001d53e", + "GreaterEqual;": "\u2265", + "GreaterEqualLess;": "\u22db", + "GreaterFullEqual;": "\u2267", + "GreaterGreater;": "\u2aa2", + "GreaterLess;": "\u2277", + "GreaterSlantEqual;": "\u2a7e", + "GreaterTilde;": "\u2273", + "Gscr;": "\U0001d4a2", + "Gt;": "\u226b", + "HARDcy;": "\u042a", + "Hacek;": "\u02c7", + "Hat;": "^", + "Hcirc;": "\u0124", + "Hfr;": "\u210c", + "HilbertSpace;": "\u210b", + "Hopf;": "\u210d", + "HorizontalLine;": "\u2500", + "Hscr;": "\u210b", + "Hstrok;": "\u0126", + "HumpDownHump;": "\u224e", + "HumpEqual;": "\u224f", + "IEcy;": "\u0415", + "IJlig;": "\u0132", + "IOcy;": "\u0401", + "Iacute": "\xcd", + "Iacute;": "\xcd", + "Icirc": "\xce", + "Icirc;": "\xce", + "Icy;": "\u0418", + "Idot;": "\u0130", + "Ifr;": "\u2111", + "Igrave": "\xcc", + "Igrave;": "\xcc", + "Im;": "\u2111", + "Imacr;": "\u012a", + "ImaginaryI;": "\u2148", + "Implies;": "\u21d2", + "Int;": "\u222c", + "Integral;": "\u222b", + "Intersection;": "\u22c2", + "InvisibleComma;": "\u2063", + "InvisibleTimes;": "\u2062", + "Iogon;": "\u012e", + "Iopf;": "\U0001d540", + "Iota;": "\u0399", + "Iscr;": "\u2110", + "Itilde;": "\u0128", + "Iukcy;": "\u0406", + "Iuml": "\xcf", + "Iuml;": "\xcf", + "Jcirc;": "\u0134", + "Jcy;": "\u0419", + "Jfr;": "\U0001d50d", + "Jopf;": "\U0001d541", + "Jscr;": "\U0001d4a5", + "Jsercy;": "\u0408", + "Jukcy;": "\u0404", + "KHcy;": "\u0425", + "KJcy;": "\u040c", + "Kappa;": "\u039a", + "Kcedil;": "\u0136", + "Kcy;": "\u041a", + "Kfr;": "\U0001d50e", + "Kopf;": "\U0001d542", + "Kscr;": "\U0001d4a6", + "LJcy;": "\u0409", + "LT": "<", + "LT;": "<", + "Lacute;": "\u0139", + "Lambda;": "\u039b", + "Lang;": "\u27ea", + "Laplacetrf;": "\u2112", + "Larr;": "\u219e", + "Lcaron;": "\u013d", + "Lcedil;": "\u013b", + "Lcy;": "\u041b", + "LeftAngleBracket;": "\u27e8", + "LeftArrow;": "\u2190", + "LeftArrowBar;": "\u21e4", + "LeftArrowRightArrow;": "\u21c6", + "LeftCeiling;": "\u2308", + "LeftDoubleBracket;": "\u27e6", + "LeftDownTeeVector;": "\u2961", + "LeftDownVector;": "\u21c3", + "LeftDownVectorBar;": "\u2959", + "LeftFloor;": "\u230a", + "LeftRightArrow;": "\u2194", + "LeftRightVector;": "\u294e", + "LeftTee;": "\u22a3", + "LeftTeeArrow;": "\u21a4", + "LeftTeeVector;": "\u295a", + "LeftTriangle;": "\u22b2", + "LeftTriangleBar;": "\u29cf", + "LeftTriangleEqual;": "\u22b4", + "LeftUpDownVector;": "\u2951", + "LeftUpTeeVector;": "\u2960", + "LeftUpVector;": "\u21bf", + "LeftUpVectorBar;": "\u2958", + "LeftVector;": "\u21bc", + "LeftVectorBar;": "\u2952", + "Leftarrow;": "\u21d0", + "Leftrightarrow;": "\u21d4", + "LessEqualGreater;": "\u22da", + "LessFullEqual;": "\u2266", + "LessGreater;": "\u2276", + "LessLess;": "\u2aa1", + "LessSlantEqual;": "\u2a7d", + "LessTilde;": "\u2272", + "Lfr;": "\U0001d50f", + "Ll;": "\u22d8", + "Lleftarrow;": "\u21da", + "Lmidot;": "\u013f", + "LongLeftArrow;": "\u27f5", + "LongLeftRightArrow;": "\u27f7", + "LongRightArrow;": "\u27f6", + "Longleftarrow;": "\u27f8", + "Longleftrightarrow;": "\u27fa", + "Longrightarrow;": "\u27f9", + "Lopf;": "\U0001d543", + "LowerLeftArrow;": "\u2199", + "LowerRightArrow;": "\u2198", + "Lscr;": "\u2112", + "Lsh;": "\u21b0", + "Lstrok;": "\u0141", + "Lt;": "\u226a", + "Map;": "\u2905", + "Mcy;": "\u041c", + "MediumSpace;": "\u205f", + "Mellintrf;": "\u2133", + "Mfr;": "\U0001d510", + "MinusPlus;": "\u2213", + "Mopf;": "\U0001d544", + "Mscr;": "\u2133", + "Mu;": "\u039c", + "NJcy;": "\u040a", + "Nacute;": "\u0143", + "Ncaron;": "\u0147", + "Ncedil;": "\u0145", + "Ncy;": "\u041d", + "NegativeMediumSpace;": "\u200b", + "NegativeThickSpace;": "\u200b", + "NegativeThinSpace;": "\u200b", + "NegativeVeryThinSpace;": "\u200b", + "NestedGreaterGreater;": "\u226b", + "NestedLessLess;": "\u226a", + "NewLine;": "\n", + "Nfr;": "\U0001d511", + "NoBreak;": "\u2060", + "NonBreakingSpace;": "\xa0", + "Nopf;": "\u2115", + "Not;": "\u2aec", + "NotCongruent;": "\u2262", + "NotCupCap;": "\u226d", + "NotDoubleVerticalBar;": "\u2226", + "NotElement;": "\u2209", + "NotEqual;": "\u2260", + "NotEqualTilde;": "\u2242\u0338", + "NotExists;": "\u2204", + "NotGreater;": "\u226f", + "NotGreaterEqual;": "\u2271", + "NotGreaterFullEqual;": "\u2267\u0338", + "NotGreaterGreater;": "\u226b\u0338", + "NotGreaterLess;": "\u2279", + "NotGreaterSlantEqual;": "\u2a7e\u0338", + "NotGreaterTilde;": "\u2275", + "NotHumpDownHump;": "\u224e\u0338", + "NotHumpEqual;": "\u224f\u0338", + "NotLeftTriangle;": "\u22ea", + "NotLeftTriangleBar;": "\u29cf\u0338", + "NotLeftTriangleEqual;": "\u22ec", + "NotLess;": "\u226e", + "NotLessEqual;": "\u2270", + "NotLessGreater;": "\u2278", + "NotLessLess;": "\u226a\u0338", + "NotLessSlantEqual;": "\u2a7d\u0338", + "NotLessTilde;": "\u2274", + "NotNestedGreaterGreater;": "\u2aa2\u0338", + "NotNestedLessLess;": "\u2aa1\u0338", + "NotPrecedes;": "\u2280", + "NotPrecedesEqual;": "\u2aaf\u0338", + "NotPrecedesSlantEqual;": "\u22e0", + "NotReverseElement;": "\u220c", + "NotRightTriangle;": "\u22eb", + "NotRightTriangleBar;": "\u29d0\u0338", + "NotRightTriangleEqual;": "\u22ed", + "NotSquareSubset;": "\u228f\u0338", + "NotSquareSubsetEqual;": "\u22e2", + "NotSquareSuperset;": "\u2290\u0338", + "NotSquareSupersetEqual;": "\u22e3", + "NotSubset;": "\u2282\u20d2", + "NotSubsetEqual;": "\u2288", + "NotSucceeds;": "\u2281", + "NotSucceedsEqual;": "\u2ab0\u0338", + "NotSucceedsSlantEqual;": "\u22e1", + "NotSucceedsTilde;": "\u227f\u0338", + "NotSuperset;": "\u2283\u20d2", + "NotSupersetEqual;": "\u2289", + "NotTilde;": "\u2241", + "NotTildeEqual;": "\u2244", + "NotTildeFullEqual;": "\u2247", + "NotTildeTilde;": "\u2249", + "NotVerticalBar;": "\u2224", + "Nscr;": "\U0001d4a9", + "Ntilde": "\xd1", + "Ntilde;": "\xd1", + "Nu;": "\u039d", + "OElig;": "\u0152", + "Oacute": "\xd3", + "Oacute;": "\xd3", + "Ocirc": "\xd4", + "Ocirc;": "\xd4", + "Ocy;": "\u041e", + "Odblac;": "\u0150", + "Ofr;": "\U0001d512", + "Ograve": "\xd2", + "Ograve;": "\xd2", + "Omacr;": "\u014c", + "Omega;": "\u03a9", + "Omicron;": "\u039f", + "Oopf;": "\U0001d546", + "OpenCurlyDoubleQuote;": "\u201c", + "OpenCurlyQuote;": "\u2018", + "Or;": "\u2a54", + "Oscr;": "\U0001d4aa", + "Oslash": "\xd8", + "Oslash;": "\xd8", + "Otilde": "\xd5", + "Otilde;": "\xd5", + "Otimes;": "\u2a37", + "Ouml": "\xd6", + "Ouml;": "\xd6", + "OverBar;": "\u203e", + "OverBrace;": "\u23de", + "OverBracket;": "\u23b4", + "OverParenthesis;": "\u23dc", + "PartialD;": "\u2202", + "Pcy;": "\u041f", + "Pfr;": "\U0001d513", + "Phi;": "\u03a6", + "Pi;": "\u03a0", + "PlusMinus;": "\xb1", + "Poincareplane;": "\u210c", + "Popf;": "\u2119", + "Pr;": "\u2abb", + "Precedes;": "\u227a", + "PrecedesEqual;": "\u2aaf", + "PrecedesSlantEqual;": "\u227c", + "PrecedesTilde;": "\u227e", + "Prime;": "\u2033", + "Product;": "\u220f", + "Proportion;": "\u2237", + "Proportional;": "\u221d", + "Pscr;": "\U0001d4ab", + "Psi;": "\u03a8", + "QUOT": "\"", + "QUOT;": "\"", + "Qfr;": "\U0001d514", + "Qopf;": "\u211a", + "Qscr;": "\U0001d4ac", + "RBarr;": "\u2910", + "REG": "\xae", + "REG;": "\xae", + "Racute;": "\u0154", + "Rang;": "\u27eb", + "Rarr;": "\u21a0", + "Rarrtl;": "\u2916", + "Rcaron;": "\u0158", + "Rcedil;": "\u0156", + "Rcy;": "\u0420", + "Re;": "\u211c", + "ReverseElement;": "\u220b", + "ReverseEquilibrium;": "\u21cb", + "ReverseUpEquilibrium;": "\u296f", + "Rfr;": "\u211c", + "Rho;": "\u03a1", + "RightAngleBracket;": "\u27e9", + "RightArrow;": "\u2192", + "RightArrowBar;": "\u21e5", + "RightArrowLeftArrow;": "\u21c4", + "RightCeiling;": "\u2309", + "RightDoubleBracket;": "\u27e7", + "RightDownTeeVector;": "\u295d", + "RightDownVector;": "\u21c2", + "RightDownVectorBar;": "\u2955", + "RightFloor;": "\u230b", + "RightTee;": "\u22a2", + "RightTeeArrow;": "\u21a6", + "RightTeeVector;": "\u295b", + "RightTriangle;": "\u22b3", + "RightTriangleBar;": "\u29d0", + "RightTriangleEqual;": "\u22b5", + "RightUpDownVector;": "\u294f", + "RightUpTeeVector;": "\u295c", + "RightUpVector;": "\u21be", + "RightUpVectorBar;": "\u2954", + "RightVector;": "\u21c0", + "RightVectorBar;": "\u2953", + "Rightarrow;": "\u21d2", + "Ropf;": "\u211d", + "RoundImplies;": "\u2970", + "Rrightarrow;": "\u21db", + "Rscr;": "\u211b", + "Rsh;": "\u21b1", + "RuleDelayed;": "\u29f4", + "SHCHcy;": "\u0429", + "SHcy;": "\u0428", + "SOFTcy;": "\u042c", + "Sacute;": "\u015a", + "Sc;": "\u2abc", + "Scaron;": "\u0160", + "Scedil;": "\u015e", + "Scirc;": "\u015c", + "Scy;": "\u0421", + "Sfr;": "\U0001d516", + "ShortDownArrow;": "\u2193", + "ShortLeftArrow;": "\u2190", + "ShortRightArrow;": "\u2192", + "ShortUpArrow;": "\u2191", + "Sigma;": "\u03a3", + "SmallCircle;": "\u2218", + "Sopf;": "\U0001d54a", + "Sqrt;": "\u221a", + "Square;": "\u25a1", + "SquareIntersection;": "\u2293", + "SquareSubset;": "\u228f", + "SquareSubsetEqual;": "\u2291", + "SquareSuperset;": "\u2290", + "SquareSupersetEqual;": "\u2292", + "SquareUnion;": "\u2294", + "Sscr;": "\U0001d4ae", + "Star;": "\u22c6", + "Sub;": "\u22d0", + "Subset;": "\u22d0", + "SubsetEqual;": "\u2286", + "Succeeds;": "\u227b", + "SucceedsEqual;": "\u2ab0", + "SucceedsSlantEqual;": "\u227d", + "SucceedsTilde;": "\u227f", + "SuchThat;": "\u220b", + "Sum;": "\u2211", + "Sup;": "\u22d1", + "Superset;": "\u2283", + "SupersetEqual;": "\u2287", + "Supset;": "\u22d1", + "THORN": "\xde", + "THORN;": "\xde", + "TRADE;": "\u2122", + "TSHcy;": "\u040b", + "TScy;": "\u0426", + "Tab;": "\t", + "Tau;": "\u03a4", + "Tcaron;": "\u0164", + "Tcedil;": "\u0162", + "Tcy;": "\u0422", + "Tfr;": "\U0001d517", + "Therefore;": "\u2234", + "Theta;": "\u0398", + "ThickSpace;": "\u205f\u200a", + "ThinSpace;": "\u2009", + "Tilde;": "\u223c", + "TildeEqual;": "\u2243", + "TildeFullEqual;": "\u2245", + "TildeTilde;": "\u2248", + "Topf;": "\U0001d54b", + "TripleDot;": "\u20db", + "Tscr;": "\U0001d4af", + "Tstrok;": "\u0166", + "Uacute": "\xda", + "Uacute;": "\xda", + "Uarr;": "\u219f", + "Uarrocir;": "\u2949", + "Ubrcy;": "\u040e", + "Ubreve;": "\u016c", + "Ucirc": "\xdb", + "Ucirc;": "\xdb", + "Ucy;": "\u0423", + "Udblac;": "\u0170", + "Ufr;": "\U0001d518", + "Ugrave": "\xd9", + "Ugrave;": "\xd9", + "Umacr;": "\u016a", + "UnderBar;": "_", + "UnderBrace;": "\u23df", + "UnderBracket;": "\u23b5", + "UnderParenthesis;": "\u23dd", + "Union;": "\u22c3", + "UnionPlus;": "\u228e", + "Uogon;": "\u0172", + "Uopf;": "\U0001d54c", + "UpArrow;": "\u2191", + "UpArrowBar;": "\u2912", + "UpArrowDownArrow;": "\u21c5", + "UpDownArrow;": "\u2195", + "UpEquilibrium;": "\u296e", + "UpTee;": "\u22a5", + "UpTeeArrow;": "\u21a5", + "Uparrow;": "\u21d1", + "Updownarrow;": "\u21d5", + "UpperLeftArrow;": "\u2196", + "UpperRightArrow;": "\u2197", + "Upsi;": "\u03d2", + "Upsilon;": "\u03a5", + "Uring;": "\u016e", + "Uscr;": "\U0001d4b0", + "Utilde;": "\u0168", + "Uuml": "\xdc", + "Uuml;": "\xdc", + "VDash;": "\u22ab", + "Vbar;": "\u2aeb", + "Vcy;": "\u0412", + "Vdash;": "\u22a9", + "Vdashl;": "\u2ae6", + "Vee;": "\u22c1", + "Verbar;": "\u2016", + "Vert;": "\u2016", + "VerticalBar;": "\u2223", + "VerticalLine;": "|", + "VerticalSeparator;": "\u2758", + "VerticalTilde;": "\u2240", + "VeryThinSpace;": "\u200a", + "Vfr;": "\U0001d519", + "Vopf;": "\U0001d54d", + "Vscr;": "\U0001d4b1", + "Vvdash;": "\u22aa", + "Wcirc;": "\u0174", + "Wedge;": "\u22c0", + "Wfr;": "\U0001d51a", + "Wopf;": "\U0001d54e", + "Wscr;": "\U0001d4b2", + "Xfr;": "\U0001d51b", + "Xi;": "\u039e", + "Xopf;": "\U0001d54f", + "Xscr;": "\U0001d4b3", + "YAcy;": "\u042f", + "YIcy;": "\u0407", + "YUcy;": "\u042e", + "Yacute": "\xdd", + "Yacute;": "\xdd", + "Ycirc;": "\u0176", + "Ycy;": "\u042b", + "Yfr;": "\U0001d51c", + "Yopf;": "\U0001d550", + "Yscr;": "\U0001d4b4", + "Yuml;": "\u0178", + "ZHcy;": "\u0416", + "Zacute;": "\u0179", + "Zcaron;": "\u017d", + "Zcy;": "\u0417", + "Zdot;": "\u017b", + "ZeroWidthSpace;": "\u200b", + "Zeta;": "\u0396", + "Zfr;": "\u2128", + "Zopf;": "\u2124", + "Zscr;": "\U0001d4b5", + "aacute": "\xe1", + "aacute;": "\xe1", + "abreve;": "\u0103", + "ac;": "\u223e", + "acE;": "\u223e\u0333", + "acd;": "\u223f", + "acirc": "\xe2", + "acirc;": "\xe2", + "acute": "\xb4", + "acute;": "\xb4", + "acy;": "\u0430", + "aelig": "\xe6", + "aelig;": "\xe6", + "af;": "\u2061", + "afr;": "\U0001d51e", + "agrave": "\xe0", + "agrave;": "\xe0", + "alefsym;": "\u2135", + "aleph;": "\u2135", + "alpha;": "\u03b1", + "amacr;": "\u0101", + "amalg;": "\u2a3f", + "amp": "&", + "amp;": "&", + "and;": "\u2227", + "andand;": "\u2a55", + "andd;": "\u2a5c", + "andslope;": "\u2a58", + "andv;": "\u2a5a", + "ang;": "\u2220", + "ange;": "\u29a4", + "angle;": "\u2220", + "angmsd;": "\u2221", + "angmsdaa;": "\u29a8", + "angmsdab;": "\u29a9", + "angmsdac;": "\u29aa", + "angmsdad;": "\u29ab", + "angmsdae;": "\u29ac", + "angmsdaf;": "\u29ad", + "angmsdag;": "\u29ae", + "angmsdah;": "\u29af", + "angrt;": "\u221f", + "angrtvb;": "\u22be", + "angrtvbd;": "\u299d", + "angsph;": "\u2222", + "angst;": "\xc5", + "angzarr;": "\u237c", + "aogon;": "\u0105", + "aopf;": "\U0001d552", + "ap;": "\u2248", + "apE;": "\u2a70", + "apacir;": "\u2a6f", + "ape;": "\u224a", + "apid;": "\u224b", + "apos;": "'", + "approx;": "\u2248", + "approxeq;": "\u224a", + "aring": "\xe5", + "aring;": "\xe5", + "ascr;": "\U0001d4b6", + "ast;": "*", + "asymp;": "\u2248", + "asympeq;": "\u224d", + "atilde": "\xe3", + "atilde;": "\xe3", + "auml": "\xe4", + "auml;": "\xe4", + "awconint;": "\u2233", + "awint;": "\u2a11", + "bNot;": "\u2aed", + "backcong;": "\u224c", + "backepsilon;": "\u03f6", + "backprime;": "\u2035", + "backsim;": "\u223d", + "backsimeq;": "\u22cd", + "barvee;": "\u22bd", + "barwed;": "\u2305", + "barwedge;": "\u2305", + "bbrk;": "\u23b5", + "bbrktbrk;": "\u23b6", + "bcong;": "\u224c", + "bcy;": "\u0431", + "bdquo;": "\u201e", + "becaus;": "\u2235", + "because;": "\u2235", + "bemptyv;": "\u29b0", + "bepsi;": "\u03f6", + "bernou;": "\u212c", + "beta;": "\u03b2", + "beth;": "\u2136", + "between;": "\u226c", + "bfr;": "\U0001d51f", + "bigcap;": "\u22c2", + "bigcirc;": "\u25ef", + "bigcup;": "\u22c3", + "bigodot;": "\u2a00", + "bigoplus;": "\u2a01", + "bigotimes;": "\u2a02", + "bigsqcup;": "\u2a06", + "bigstar;": "\u2605", + "bigtriangledown;": "\u25bd", + "bigtriangleup;": "\u25b3", + "biguplus;": "\u2a04", + "bigvee;": "\u22c1", + "bigwedge;": "\u22c0", + "bkarow;": "\u290d", + "blacklozenge;": "\u29eb", + "blacksquare;": "\u25aa", + "blacktriangle;": "\u25b4", + "blacktriangledown;": "\u25be", + "blacktriangleleft;": "\u25c2", + "blacktriangleright;": "\u25b8", + "blank;": "\u2423", + "blk12;": "\u2592", + "blk14;": "\u2591", + "blk34;": "\u2593", + "block;": "\u2588", + "bne;": "=\u20e5", + "bnequiv;": "\u2261\u20e5", + "bnot;": "\u2310", + "bopf;": "\U0001d553", + "bot;": "\u22a5", + "bottom;": "\u22a5", + "bowtie;": "\u22c8", + "boxDL;": "\u2557", + "boxDR;": "\u2554", + "boxDl;": "\u2556", + "boxDr;": "\u2553", + "boxH;": "\u2550", + "boxHD;": "\u2566", + "boxHU;": "\u2569", + "boxHd;": "\u2564", + "boxHu;": "\u2567", + "boxUL;": "\u255d", + "boxUR;": "\u255a", + "boxUl;": "\u255c", + "boxUr;": "\u2559", + "boxV;": "\u2551", + "boxVH;": "\u256c", + "boxVL;": "\u2563", + "boxVR;": "\u2560", + "boxVh;": "\u256b", + "boxVl;": "\u2562", + "boxVr;": "\u255f", + "boxbox;": "\u29c9", + "boxdL;": "\u2555", + "boxdR;": "\u2552", + "boxdl;": "\u2510", + "boxdr;": "\u250c", + "boxh;": "\u2500", + "boxhD;": "\u2565", + "boxhU;": "\u2568", + "boxhd;": "\u252c", + "boxhu;": "\u2534", + "boxminus;": "\u229f", + "boxplus;": "\u229e", + "boxtimes;": "\u22a0", + "boxuL;": "\u255b", + "boxuR;": "\u2558", + "boxul;": "\u2518", + "boxur;": "\u2514", + "boxv;": "\u2502", + "boxvH;": "\u256a", + "boxvL;": "\u2561", + "boxvR;": "\u255e", + "boxvh;": "\u253c", + "boxvl;": "\u2524", + "boxvr;": "\u251c", + "bprime;": "\u2035", + "breve;": "\u02d8", + "brvbar": "\xa6", + "brvbar;": "\xa6", + "bscr;": "\U0001d4b7", + "bsemi;": "\u204f", + "bsim;": "\u223d", + "bsime;": "\u22cd", + "bsol;": "\\", + "bsolb;": "\u29c5", + "bsolhsub;": "\u27c8", + "bull;": "\u2022", + "bullet;": "\u2022", + "bump;": "\u224e", + "bumpE;": "\u2aae", + "bumpe;": "\u224f", + "bumpeq;": "\u224f", + "cacute;": "\u0107", + "cap;": "\u2229", + "capand;": "\u2a44", + "capbrcup;": "\u2a49", + "capcap;": "\u2a4b", + "capcup;": "\u2a47", + "capdot;": "\u2a40", + "caps;": "\u2229\ufe00", + "caret;": "\u2041", + "caron;": "\u02c7", + "ccaps;": "\u2a4d", + "ccaron;": "\u010d", + "ccedil": "\xe7", + "ccedil;": "\xe7", + "ccirc;": "\u0109", + "ccups;": "\u2a4c", + "ccupssm;": "\u2a50", + "cdot;": "\u010b", + "cedil": "\xb8", + "cedil;": "\xb8", + "cemptyv;": "\u29b2", + "cent": "\xa2", + "cent;": "\xa2", + "centerdot;": "\xb7", + "cfr;": "\U0001d520", + "chcy;": "\u0447", + "check;": "\u2713", + "checkmark;": "\u2713", + "chi;": "\u03c7", + "cir;": "\u25cb", + "cirE;": "\u29c3", + "circ;": "\u02c6", + "circeq;": "\u2257", + "circlearrowleft;": "\u21ba", + "circlearrowright;": "\u21bb", + "circledR;": "\xae", + "circledS;": "\u24c8", + "circledast;": "\u229b", + "circledcirc;": "\u229a", + "circleddash;": "\u229d", + "cire;": "\u2257", + "cirfnint;": "\u2a10", + "cirmid;": "\u2aef", + "cirscir;": "\u29c2", + "clubs;": "\u2663", + "clubsuit;": "\u2663", + "colon;": ":", + "colone;": "\u2254", + "coloneq;": "\u2254", + "comma;": ",", + "commat;": "@", + "comp;": "\u2201", + "compfn;": "\u2218", + "complement;": "\u2201", + "complexes;": "\u2102", + "cong;": "\u2245", + "congdot;": "\u2a6d", + "conint;": "\u222e", + "copf;": "\U0001d554", + "coprod;": "\u2210", + "copy": "\xa9", + "copy;": "\xa9", + "copysr;": "\u2117", + "crarr;": "\u21b5", + "cross;": "\u2717", + "cscr;": "\U0001d4b8", + "csub;": "\u2acf", + "csube;": "\u2ad1", + "csup;": "\u2ad0", + "csupe;": "\u2ad2", + "ctdot;": "\u22ef", + "cudarrl;": "\u2938", + "cudarrr;": "\u2935", + "cuepr;": "\u22de", + "cuesc;": "\u22df", + "cularr;": "\u21b6", + "cularrp;": "\u293d", + "cup;": "\u222a", + "cupbrcap;": "\u2a48", + "cupcap;": "\u2a46", + "cupcup;": "\u2a4a", + "cupdot;": "\u228d", + "cupor;": "\u2a45", + "cups;": "\u222a\ufe00", + "curarr;": "\u21b7", + "curarrm;": "\u293c", + "curlyeqprec;": "\u22de", + "curlyeqsucc;": "\u22df", + "curlyvee;": "\u22ce", + "curlywedge;": "\u22cf", + "curren": "\xa4", + "curren;": "\xa4", + "curvearrowleft;": "\u21b6", + "curvearrowright;": "\u21b7", + "cuvee;": "\u22ce", + "cuwed;": "\u22cf", + "cwconint;": "\u2232", + "cwint;": "\u2231", + "cylcty;": "\u232d", + "dArr;": "\u21d3", + "dHar;": "\u2965", + "dagger;": "\u2020", + "daleth;": "\u2138", + "darr;": "\u2193", + "dash;": "\u2010", + "dashv;": "\u22a3", + "dbkarow;": "\u290f", + "dblac;": "\u02dd", + "dcaron;": "\u010f", + "dcy;": "\u0434", + "dd;": "\u2146", + "ddagger;": "\u2021", + "ddarr;": "\u21ca", + "ddotseq;": "\u2a77", + "deg": "\xb0", + "deg;": "\xb0", + "delta;": "\u03b4", + "demptyv;": "\u29b1", + "dfisht;": "\u297f", + "dfr;": "\U0001d521", + "dharl;": "\u21c3", + "dharr;": "\u21c2", + "diam;": "\u22c4", + "diamond;": "\u22c4", + "diamondsuit;": "\u2666", + "diams;": "\u2666", + "die;": "\xa8", + "digamma;": "\u03dd", + "disin;": "\u22f2", + "div;": "\xf7", + "divide": "\xf7", + "divide;": "\xf7", + "divideontimes;": "\u22c7", + "divonx;": "\u22c7", + "djcy;": "\u0452", + "dlcorn;": "\u231e", + "dlcrop;": "\u230d", + "dollar;": "$", + "dopf;": "\U0001d555", + "dot;": "\u02d9", + "doteq;": "\u2250", + "doteqdot;": "\u2251", + "dotminus;": "\u2238", + "dotplus;": "\u2214", + "dotsquare;": "\u22a1", + "doublebarwedge;": "\u2306", + "downarrow;": "\u2193", + "downdownarrows;": "\u21ca", + "downharpoonleft;": "\u21c3", + "downharpoonright;": "\u21c2", + "drbkarow;": "\u2910", + "drcorn;": "\u231f", + "drcrop;": "\u230c", + "dscr;": "\U0001d4b9", + "dscy;": "\u0455", + "dsol;": "\u29f6", + "dstrok;": "\u0111", + "dtdot;": "\u22f1", + "dtri;": "\u25bf", + "dtrif;": "\u25be", + "duarr;": "\u21f5", + "duhar;": "\u296f", + "dwangle;": "\u29a6", + "dzcy;": "\u045f", + "dzigrarr;": "\u27ff", + "eDDot;": "\u2a77", + "eDot;": "\u2251", + "eacute": "\xe9", + "eacute;": "\xe9", + "easter;": "\u2a6e", + "ecaron;": "\u011b", + "ecir;": "\u2256", + "ecirc": "\xea", + "ecirc;": "\xea", + "ecolon;": "\u2255", + "ecy;": "\u044d", + "edot;": "\u0117", + "ee;": "\u2147", + "efDot;": "\u2252", + "efr;": "\U0001d522", + "eg;": "\u2a9a", + "egrave": "\xe8", + "egrave;": "\xe8", + "egs;": "\u2a96", + "egsdot;": "\u2a98", + "el;": "\u2a99", + "elinters;": "\u23e7", + "ell;": "\u2113", + "els;": "\u2a95", + "elsdot;": "\u2a97", + "emacr;": "\u0113", + "empty;": "\u2205", + "emptyset;": "\u2205", + "emptyv;": "\u2205", + "emsp13;": "\u2004", + "emsp14;": "\u2005", + "emsp;": "\u2003", + "eng;": "\u014b", + "ensp;": "\u2002", + "eogon;": "\u0119", + "eopf;": "\U0001d556", + "epar;": "\u22d5", + "eparsl;": "\u29e3", + "eplus;": "\u2a71", + "epsi;": "\u03b5", + "epsilon;": "\u03b5", + "epsiv;": "\u03f5", + "eqcirc;": "\u2256", + "eqcolon;": "\u2255", + "eqsim;": "\u2242", + "eqslantgtr;": "\u2a96", + "eqslantless;": "\u2a95", + "equals;": "=", + "equest;": "\u225f", + "equiv;": "\u2261", + "equivDD;": "\u2a78", + "eqvparsl;": "\u29e5", + "erDot;": "\u2253", + "erarr;": "\u2971", + "escr;": "\u212f", + "esdot;": "\u2250", + "esim;": "\u2242", + "eta;": "\u03b7", + "eth": "\xf0", + "eth;": "\xf0", + "euml": "\xeb", + "euml;": "\xeb", + "euro;": "\u20ac", + "excl;": "!", + "exist;": "\u2203", + "expectation;": "\u2130", + "exponentiale;": "\u2147", + "fallingdotseq;": "\u2252", + "fcy;": "\u0444", + "female;": "\u2640", + "ffilig;": "\ufb03", + "fflig;": "\ufb00", + "ffllig;": "\ufb04", + "ffr;": "\U0001d523", + "filig;": "\ufb01", + "fjlig;": "fj", + "flat;": "\u266d", + "fllig;": "\ufb02", + "fltns;": "\u25b1", + "fnof;": "\u0192", + "fopf;": "\U0001d557", + "forall;": "\u2200", + "fork;": "\u22d4", + "forkv;": "\u2ad9", + "fpartint;": "\u2a0d", + "frac12": "\xbd", + "frac12;": "\xbd", + "frac13;": "\u2153", + "frac14": "\xbc", + "frac14;": "\xbc", + "frac15;": "\u2155", + "frac16;": "\u2159", + "frac18;": "\u215b", + "frac23;": "\u2154", + "frac25;": "\u2156", + "frac34": "\xbe", + "frac34;": "\xbe", + "frac35;": "\u2157", + "frac38;": "\u215c", + "frac45;": "\u2158", + "frac56;": "\u215a", + "frac58;": "\u215d", + "frac78;": "\u215e", + "frasl;": "\u2044", + "frown;": "\u2322", + "fscr;": "\U0001d4bb", + "gE;": "\u2267", + "gEl;": "\u2a8c", + "gacute;": "\u01f5", + "gamma;": "\u03b3", + "gammad;": "\u03dd", + "gap;": "\u2a86", + "gbreve;": "\u011f", + "gcirc;": "\u011d", + "gcy;": "\u0433", + "gdot;": "\u0121", + "ge;": "\u2265", + "gel;": "\u22db", + "geq;": "\u2265", + "geqq;": "\u2267", + "geqslant;": "\u2a7e", + "ges;": "\u2a7e", + "gescc;": "\u2aa9", + "gesdot;": "\u2a80", + "gesdoto;": "\u2a82", + "gesdotol;": "\u2a84", + "gesl;": "\u22db\ufe00", + "gesles;": "\u2a94", + "gfr;": "\U0001d524", + "gg;": "\u226b", + "ggg;": "\u22d9", + "gimel;": "\u2137", + "gjcy;": "\u0453", + "gl;": "\u2277", + "glE;": "\u2a92", + "gla;": "\u2aa5", + "glj;": "\u2aa4", + "gnE;": "\u2269", + "gnap;": "\u2a8a", + "gnapprox;": "\u2a8a", + "gne;": "\u2a88", + "gneq;": "\u2a88", + "gneqq;": "\u2269", + "gnsim;": "\u22e7", + "gopf;": "\U0001d558", + "grave;": "`", + "gscr;": "\u210a", + "gsim;": "\u2273", + "gsime;": "\u2a8e", + "gsiml;": "\u2a90", + "gt": ">", + "gt;": ">", + "gtcc;": "\u2aa7", + "gtcir;": "\u2a7a", + "gtdot;": "\u22d7", + "gtlPar;": "\u2995", + "gtquest;": "\u2a7c", + "gtrapprox;": "\u2a86", + "gtrarr;": "\u2978", + "gtrdot;": "\u22d7", + "gtreqless;": "\u22db", + "gtreqqless;": "\u2a8c", + "gtrless;": "\u2277", + "gtrsim;": "\u2273", + "gvertneqq;": "\u2269\ufe00", + "gvnE;": "\u2269\ufe00", + "hArr;": "\u21d4", + "hairsp;": "\u200a", + "half;": "\xbd", + "hamilt;": "\u210b", + "hardcy;": "\u044a", + "harr;": "\u2194", + "harrcir;": "\u2948", + "harrw;": "\u21ad", + "hbar;": "\u210f", + "hcirc;": "\u0125", + "hearts;": "\u2665", + "heartsuit;": "\u2665", + "hellip;": "\u2026", + "hercon;": "\u22b9", + "hfr;": "\U0001d525", + "hksearow;": "\u2925", + "hkswarow;": "\u2926", + "hoarr;": "\u21ff", + "homtht;": "\u223b", + "hookleftarrow;": "\u21a9", + "hookrightarrow;": "\u21aa", + "hopf;": "\U0001d559", + "horbar;": "\u2015", + "hscr;": "\U0001d4bd", + "hslash;": "\u210f", + "hstrok;": "\u0127", + "hybull;": "\u2043", + "hyphen;": "\u2010", + "iacute": "\xed", + "iacute;": "\xed", + "ic;": "\u2063", + "icirc": "\xee", + "icirc;": "\xee", + "icy;": "\u0438", + "iecy;": "\u0435", + "iexcl": "\xa1", + "iexcl;": "\xa1", + "iff;": "\u21d4", + "ifr;": "\U0001d526", + "igrave": "\xec", + "igrave;": "\xec", + "ii;": "\u2148", + "iiiint;": "\u2a0c", + "iiint;": "\u222d", + "iinfin;": "\u29dc", + "iiota;": "\u2129", + "ijlig;": "\u0133", + "imacr;": "\u012b", + "image;": "\u2111", + "imagline;": "\u2110", + "imagpart;": "\u2111", + "imath;": "\u0131", + "imof;": "\u22b7", + "imped;": "\u01b5", + "in;": "\u2208", + "incare;": "\u2105", + "infin;": "\u221e", + "infintie;": "\u29dd", + "inodot;": "\u0131", + "int;": "\u222b", + "intcal;": "\u22ba", + "integers;": "\u2124", + "intercal;": "\u22ba", + "intlarhk;": "\u2a17", + "intprod;": "\u2a3c", + "iocy;": "\u0451", + "iogon;": "\u012f", + "iopf;": "\U0001d55a", + "iota;": "\u03b9", + "iprod;": "\u2a3c", + "iquest": "\xbf", + "iquest;": "\xbf", + "iscr;": "\U0001d4be", + "isin;": "\u2208", + "isinE;": "\u22f9", + "isindot;": "\u22f5", + "isins;": "\u22f4", + "isinsv;": "\u22f3", + "isinv;": "\u2208", + "it;": "\u2062", + "itilde;": "\u0129", + "iukcy;": "\u0456", + "iuml": "\xef", + "iuml;": "\xef", + "jcirc;": "\u0135", + "jcy;": "\u0439", + "jfr;": "\U0001d527", + "jmath;": "\u0237", + "jopf;": "\U0001d55b", + "jscr;": "\U0001d4bf", + "jsercy;": "\u0458", + "jukcy;": "\u0454", + "kappa;": "\u03ba", + "kappav;": "\u03f0", + "kcedil;": "\u0137", + "kcy;": "\u043a", + "kfr;": "\U0001d528", + "kgreen;": "\u0138", + "khcy;": "\u0445", + "kjcy;": "\u045c", + "kopf;": "\U0001d55c", + "kscr;": "\U0001d4c0", + "lAarr;": "\u21da", + "lArr;": "\u21d0", + "lAtail;": "\u291b", + "lBarr;": "\u290e", + "lE;": "\u2266", + "lEg;": "\u2a8b", + "lHar;": "\u2962", + "lacute;": "\u013a", + "laemptyv;": "\u29b4", + "lagran;": "\u2112", + "lambda;": "\u03bb", + "lang;": "\u27e8", + "langd;": "\u2991", + "langle;": "\u27e8", + "lap;": "\u2a85", + "laquo": "\xab", + "laquo;": "\xab", + "larr;": "\u2190", + "larrb;": "\u21e4", + "larrbfs;": "\u291f", + "larrfs;": "\u291d", + "larrhk;": "\u21a9", + "larrlp;": "\u21ab", + "larrpl;": "\u2939", + "larrsim;": "\u2973", + "larrtl;": "\u21a2", + "lat;": "\u2aab", + "latail;": "\u2919", + "late;": "\u2aad", + "lates;": "\u2aad\ufe00", + "lbarr;": "\u290c", + "lbbrk;": "\u2772", + "lbrace;": "{", + "lbrack;": "[", + "lbrke;": "\u298b", + "lbrksld;": "\u298f", + "lbrkslu;": "\u298d", + "lcaron;": "\u013e", + "lcedil;": "\u013c", + "lceil;": "\u2308", + "lcub;": "{", + "lcy;": "\u043b", + "ldca;": "\u2936", + "ldquo;": "\u201c", + "ldquor;": "\u201e", + "ldrdhar;": "\u2967", + "ldrushar;": "\u294b", + "ldsh;": "\u21b2", + "le;": "\u2264", + "leftarrow;": "\u2190", + "leftarrowtail;": "\u21a2", + "leftharpoondown;": "\u21bd", + "leftharpoonup;": "\u21bc", + "leftleftarrows;": "\u21c7", + "leftrightarrow;": "\u2194", + "leftrightarrows;": "\u21c6", + "leftrightharpoons;": "\u21cb", + "leftrightsquigarrow;": "\u21ad", + "leftthreetimes;": "\u22cb", + "leg;": "\u22da", + "leq;": "\u2264", + "leqq;": "\u2266", + "leqslant;": "\u2a7d", + "les;": "\u2a7d", + "lescc;": "\u2aa8", + "lesdot;": "\u2a7f", + "lesdoto;": "\u2a81", + "lesdotor;": "\u2a83", + "lesg;": "\u22da\ufe00", + "lesges;": "\u2a93", + "lessapprox;": "\u2a85", + "lessdot;": "\u22d6", + "lesseqgtr;": "\u22da", + "lesseqqgtr;": "\u2a8b", + "lessgtr;": "\u2276", + "lesssim;": "\u2272", + "lfisht;": "\u297c", + "lfloor;": "\u230a", + "lfr;": "\U0001d529", + "lg;": "\u2276", + "lgE;": "\u2a91", + "lhard;": "\u21bd", + "lharu;": "\u21bc", + "lharul;": "\u296a", + "lhblk;": "\u2584", + "ljcy;": "\u0459", + "ll;": "\u226a", + "llarr;": "\u21c7", + "llcorner;": "\u231e", + "llhard;": "\u296b", + "lltri;": "\u25fa", + "lmidot;": "\u0140", + "lmoust;": "\u23b0", + "lmoustache;": "\u23b0", + "lnE;": "\u2268", + "lnap;": "\u2a89", + "lnapprox;": "\u2a89", + "lne;": "\u2a87", + "lneq;": "\u2a87", + "lneqq;": "\u2268", + "lnsim;": "\u22e6", + "loang;": "\u27ec", + "loarr;": "\u21fd", + "lobrk;": "\u27e6", + "longleftarrow;": "\u27f5", + "longleftrightarrow;": "\u27f7", + "longmapsto;": "\u27fc", + "longrightarrow;": "\u27f6", + "looparrowleft;": "\u21ab", + "looparrowright;": "\u21ac", + "lopar;": "\u2985", + "lopf;": "\U0001d55d", + "loplus;": "\u2a2d", + "lotimes;": "\u2a34", + "lowast;": "\u2217", + "lowbar;": "_", + "loz;": "\u25ca", + "lozenge;": "\u25ca", + "lozf;": "\u29eb", + "lpar;": "(", + "lparlt;": "\u2993", + "lrarr;": "\u21c6", + "lrcorner;": "\u231f", + "lrhar;": "\u21cb", + "lrhard;": "\u296d", + "lrm;": "\u200e", + "lrtri;": "\u22bf", + "lsaquo;": "\u2039", + "lscr;": "\U0001d4c1", + "lsh;": "\u21b0", + "lsim;": "\u2272", + "lsime;": "\u2a8d", + "lsimg;": "\u2a8f", + "lsqb;": "[", + "lsquo;": "\u2018", + "lsquor;": "\u201a", + "lstrok;": "\u0142", + "lt": "<", + "lt;": "<", + "ltcc;": "\u2aa6", + "ltcir;": "\u2a79", + "ltdot;": "\u22d6", + "lthree;": "\u22cb", + "ltimes;": "\u22c9", + "ltlarr;": "\u2976", + "ltquest;": "\u2a7b", + "ltrPar;": "\u2996", + "ltri;": "\u25c3", + "ltrie;": "\u22b4", + "ltrif;": "\u25c2", + "lurdshar;": "\u294a", + "luruhar;": "\u2966", + "lvertneqq;": "\u2268\ufe00", + "lvnE;": "\u2268\ufe00", + "mDDot;": "\u223a", + "macr": "\xaf", + "macr;": "\xaf", + "male;": "\u2642", + "malt;": "\u2720", + "maltese;": "\u2720", + "map;": "\u21a6", + "mapsto;": "\u21a6", + "mapstodown;": "\u21a7", + "mapstoleft;": "\u21a4", + "mapstoup;": "\u21a5", + "marker;": "\u25ae", + "mcomma;": "\u2a29", + "mcy;": "\u043c", + "mdash;": "\u2014", + "measuredangle;": "\u2221", + "mfr;": "\U0001d52a", + "mho;": "\u2127", + "micro": "\xb5", + "micro;": "\xb5", + "mid;": "\u2223", + "midast;": "*", + "midcir;": "\u2af0", + "middot": "\xb7", + "middot;": "\xb7", + "minus;": "\u2212", + "minusb;": "\u229f", + "minusd;": "\u2238", + "minusdu;": "\u2a2a", + "mlcp;": "\u2adb", + "mldr;": "\u2026", + "mnplus;": "\u2213", + "models;": "\u22a7", + "mopf;": "\U0001d55e", + "mp;": "\u2213", + "mscr;": "\U0001d4c2", + "mstpos;": "\u223e", + "mu;": "\u03bc", + "multimap;": "\u22b8", + "mumap;": "\u22b8", + "nGg;": "\u22d9\u0338", + "nGt;": "\u226b\u20d2", + "nGtv;": "\u226b\u0338", + "nLeftarrow;": "\u21cd", + "nLeftrightarrow;": "\u21ce", + "nLl;": "\u22d8\u0338", + "nLt;": "\u226a\u20d2", + "nLtv;": "\u226a\u0338", + "nRightarrow;": "\u21cf", + "nVDash;": "\u22af", + "nVdash;": "\u22ae", + "nabla;": "\u2207", + "nacute;": "\u0144", + "nang;": "\u2220\u20d2", + "nap;": "\u2249", + "napE;": "\u2a70\u0338", + "napid;": "\u224b\u0338", + "napos;": "\u0149", + "napprox;": "\u2249", + "natur;": "\u266e", + "natural;": "\u266e", + "naturals;": "\u2115", + "nbsp": "\xa0", + "nbsp;": "\xa0", + "nbump;": "\u224e\u0338", + "nbumpe;": "\u224f\u0338", + "ncap;": "\u2a43", + "ncaron;": "\u0148", + "ncedil;": "\u0146", + "ncong;": "\u2247", + "ncongdot;": "\u2a6d\u0338", + "ncup;": "\u2a42", + "ncy;": "\u043d", + "ndash;": "\u2013", + "ne;": "\u2260", + "neArr;": "\u21d7", + "nearhk;": "\u2924", + "nearr;": "\u2197", + "nearrow;": "\u2197", + "nedot;": "\u2250\u0338", + "nequiv;": "\u2262", + "nesear;": "\u2928", + "nesim;": "\u2242\u0338", + "nexist;": "\u2204", + "nexists;": "\u2204", + "nfr;": "\U0001d52b", + "ngE;": "\u2267\u0338", + "nge;": "\u2271", + "ngeq;": "\u2271", + "ngeqq;": "\u2267\u0338", + "ngeqslant;": "\u2a7e\u0338", + "nges;": "\u2a7e\u0338", + "ngsim;": "\u2275", + "ngt;": "\u226f", + "ngtr;": "\u226f", + "nhArr;": "\u21ce", + "nharr;": "\u21ae", + "nhpar;": "\u2af2", + "ni;": "\u220b", + "nis;": "\u22fc", + "nisd;": "\u22fa", + "niv;": "\u220b", + "njcy;": "\u045a", + "nlArr;": "\u21cd", + "nlE;": "\u2266\u0338", + "nlarr;": "\u219a", + "nldr;": "\u2025", + "nle;": "\u2270", + "nleftarrow;": "\u219a", + "nleftrightarrow;": "\u21ae", + "nleq;": "\u2270", + "nleqq;": "\u2266\u0338", + "nleqslant;": "\u2a7d\u0338", + "nles;": "\u2a7d\u0338", + "nless;": "\u226e", + "nlsim;": "\u2274", + "nlt;": "\u226e", + "nltri;": "\u22ea", + "nltrie;": "\u22ec", + "nmid;": "\u2224", + "nopf;": "\U0001d55f", + "not": "\xac", + "not;": "\xac", + "notin;": "\u2209", + "notinE;": "\u22f9\u0338", + "notindot;": "\u22f5\u0338", + "notinva;": "\u2209", + "notinvb;": "\u22f7", + "notinvc;": "\u22f6", + "notni;": "\u220c", + "notniva;": "\u220c", + "notnivb;": "\u22fe", + "notnivc;": "\u22fd", + "npar;": "\u2226", + "nparallel;": "\u2226", + "nparsl;": "\u2afd\u20e5", + "npart;": "\u2202\u0338", + "npolint;": "\u2a14", + "npr;": "\u2280", + "nprcue;": "\u22e0", + "npre;": "\u2aaf\u0338", + "nprec;": "\u2280", + "npreceq;": "\u2aaf\u0338", + "nrArr;": "\u21cf", + "nrarr;": "\u219b", + "nrarrc;": "\u2933\u0338", + "nrarrw;": "\u219d\u0338", + "nrightarrow;": "\u219b", + "nrtri;": "\u22eb", + "nrtrie;": "\u22ed", + "nsc;": "\u2281", + "nsccue;": "\u22e1", + "nsce;": "\u2ab0\u0338", + "nscr;": "\U0001d4c3", + "nshortmid;": "\u2224", + "nshortparallel;": "\u2226", + "nsim;": "\u2241", + "nsime;": "\u2244", + "nsimeq;": "\u2244", + "nsmid;": "\u2224", + "nspar;": "\u2226", + "nsqsube;": "\u22e2", + "nsqsupe;": "\u22e3", + "nsub;": "\u2284", + "nsubE;": "\u2ac5\u0338", + "nsube;": "\u2288", + "nsubset;": "\u2282\u20d2", + "nsubseteq;": "\u2288", + "nsubseteqq;": "\u2ac5\u0338", + "nsucc;": "\u2281", + "nsucceq;": "\u2ab0\u0338", + "nsup;": "\u2285", + "nsupE;": "\u2ac6\u0338", + "nsupe;": "\u2289", + "nsupset;": "\u2283\u20d2", + "nsupseteq;": "\u2289", + "nsupseteqq;": "\u2ac6\u0338", + "ntgl;": "\u2279", + "ntilde": "\xf1", + "ntilde;": "\xf1", + "ntlg;": "\u2278", + "ntriangleleft;": "\u22ea", + "ntrianglelefteq;": "\u22ec", + "ntriangleright;": "\u22eb", + "ntrianglerighteq;": "\u22ed", + "nu;": "\u03bd", + "num;": "#", + "numero;": "\u2116", + "numsp;": "\u2007", + "nvDash;": "\u22ad", + "nvHarr;": "\u2904", + "nvap;": "\u224d\u20d2", + "nvdash;": "\u22ac", + "nvge;": "\u2265\u20d2", + "nvgt;": ">\u20d2", + "nvinfin;": "\u29de", + "nvlArr;": "\u2902", + "nvle;": "\u2264\u20d2", + "nvlt;": "<\u20d2", + "nvltrie;": "\u22b4\u20d2", + "nvrArr;": "\u2903", + "nvrtrie;": "\u22b5\u20d2", + "nvsim;": "\u223c\u20d2", + "nwArr;": "\u21d6", + "nwarhk;": "\u2923", + "nwarr;": "\u2196", + "nwarrow;": "\u2196", + "nwnear;": "\u2927", + "oS;": "\u24c8", + "oacute": "\xf3", + "oacute;": "\xf3", + "oast;": "\u229b", + "ocir;": "\u229a", + "ocirc": "\xf4", + "ocirc;": "\xf4", + "ocy;": "\u043e", + "odash;": "\u229d", + "odblac;": "\u0151", + "odiv;": "\u2a38", + "odot;": "\u2299", + "odsold;": "\u29bc", + "oelig;": "\u0153", + "ofcir;": "\u29bf", + "ofr;": "\U0001d52c", + "ogon;": "\u02db", + "ograve": "\xf2", + "ograve;": "\xf2", + "ogt;": "\u29c1", + "ohbar;": "\u29b5", + "ohm;": "\u03a9", + "oint;": "\u222e", + "olarr;": "\u21ba", + "olcir;": "\u29be", + "olcross;": "\u29bb", + "oline;": "\u203e", + "olt;": "\u29c0", + "omacr;": "\u014d", + "omega;": "\u03c9", + "omicron;": "\u03bf", + "omid;": "\u29b6", + "ominus;": "\u2296", + "oopf;": "\U0001d560", + "opar;": "\u29b7", + "operp;": "\u29b9", + "oplus;": "\u2295", + "or;": "\u2228", + "orarr;": "\u21bb", + "ord;": "\u2a5d", + "order;": "\u2134", + "orderof;": "\u2134", + "ordf": "\xaa", + "ordf;": "\xaa", + "ordm": "\xba", + "ordm;": "\xba", + "origof;": "\u22b6", + "oror;": "\u2a56", + "orslope;": "\u2a57", + "orv;": "\u2a5b", + "oscr;": "\u2134", + "oslash": "\xf8", + "oslash;": "\xf8", + "osol;": "\u2298", + "otilde": "\xf5", + "otilde;": "\xf5", + "otimes;": "\u2297", + "otimesas;": "\u2a36", + "ouml": "\xf6", + "ouml;": "\xf6", + "ovbar;": "\u233d", + "par;": "\u2225", + "para": "\xb6", + "para;": "\xb6", + "parallel;": "\u2225", + "parsim;": "\u2af3", + "parsl;": "\u2afd", + "part;": "\u2202", + "pcy;": "\u043f", + "percnt;": "%", + "period;": ".", + "permil;": "\u2030", + "perp;": "\u22a5", + "pertenk;": "\u2031", + "pfr;": "\U0001d52d", + "phi;": "\u03c6", + "phiv;": "\u03d5", + "phmmat;": "\u2133", + "phone;": "\u260e", + "pi;": "\u03c0", + "pitchfork;": "\u22d4", + "piv;": "\u03d6", + "planck;": "\u210f", + "planckh;": "\u210e", + "plankv;": "\u210f", + "plus;": "+", + "plusacir;": "\u2a23", + "plusb;": "\u229e", + "pluscir;": "\u2a22", + "plusdo;": "\u2214", + "plusdu;": "\u2a25", + "pluse;": "\u2a72", + "plusmn": "\xb1", + "plusmn;": "\xb1", + "plussim;": "\u2a26", + "plustwo;": "\u2a27", + "pm;": "\xb1", + "pointint;": "\u2a15", + "popf;": "\U0001d561", + "pound": "\xa3", + "pound;": "\xa3", + "pr;": "\u227a", + "prE;": "\u2ab3", + "prap;": "\u2ab7", + "prcue;": "\u227c", + "pre;": "\u2aaf", + "prec;": "\u227a", + "precapprox;": "\u2ab7", + "preccurlyeq;": "\u227c", + "preceq;": "\u2aaf", + "precnapprox;": "\u2ab9", + "precneqq;": "\u2ab5", + "precnsim;": "\u22e8", + "precsim;": "\u227e", + "prime;": "\u2032", + "primes;": "\u2119", + "prnE;": "\u2ab5", + "prnap;": "\u2ab9", + "prnsim;": "\u22e8", + "prod;": "\u220f", + "profalar;": "\u232e", + "profline;": "\u2312", + "profsurf;": "\u2313", + "prop;": "\u221d", + "propto;": "\u221d", + "prsim;": "\u227e", + "prurel;": "\u22b0", + "pscr;": "\U0001d4c5", + "psi;": "\u03c8", + "puncsp;": "\u2008", + "qfr;": "\U0001d52e", + "qint;": "\u2a0c", + "qopf;": "\U0001d562", + "qprime;": "\u2057", + "qscr;": "\U0001d4c6", + "quaternions;": "\u210d", + "quatint;": "\u2a16", + "quest;": "?", + "questeq;": "\u225f", + "quot": "\"", + "quot;": "\"", + "rAarr;": "\u21db", + "rArr;": "\u21d2", + "rAtail;": "\u291c", + "rBarr;": "\u290f", + "rHar;": "\u2964", + "race;": "\u223d\u0331", + "racute;": "\u0155", + "radic;": "\u221a", + "raemptyv;": "\u29b3", + "rang;": "\u27e9", + "rangd;": "\u2992", + "range;": "\u29a5", + "rangle;": "\u27e9", + "raquo": "\xbb", + "raquo;": "\xbb", + "rarr;": "\u2192", + "rarrap;": "\u2975", + "rarrb;": "\u21e5", + "rarrbfs;": "\u2920", + "rarrc;": "\u2933", + "rarrfs;": "\u291e", + "rarrhk;": "\u21aa", + "rarrlp;": "\u21ac", + "rarrpl;": "\u2945", + "rarrsim;": "\u2974", + "rarrtl;": "\u21a3", + "rarrw;": "\u219d", + "ratail;": "\u291a", + "ratio;": "\u2236", + "rationals;": "\u211a", + "rbarr;": "\u290d", + "rbbrk;": "\u2773", + "rbrace;": "}", + "rbrack;": "]", + "rbrke;": "\u298c", + "rbrksld;": "\u298e", + "rbrkslu;": "\u2990", + "rcaron;": "\u0159", + "rcedil;": "\u0157", + "rceil;": "\u2309", + "rcub;": "}", + "rcy;": "\u0440", + "rdca;": "\u2937", + "rdldhar;": "\u2969", + "rdquo;": "\u201d", + "rdquor;": "\u201d", + "rdsh;": "\u21b3", + "real;": "\u211c", + "realine;": "\u211b", + "realpart;": "\u211c", + "reals;": "\u211d", + "rect;": "\u25ad", + "reg": "\xae", + "reg;": "\xae", + "rfisht;": "\u297d", + "rfloor;": "\u230b", + "rfr;": "\U0001d52f", + "rhard;": "\u21c1", + "rharu;": "\u21c0", + "rharul;": "\u296c", + "rho;": "\u03c1", + "rhov;": "\u03f1", + "rightarrow;": "\u2192", + "rightarrowtail;": "\u21a3", + "rightharpoondown;": "\u21c1", + "rightharpoonup;": "\u21c0", + "rightleftarrows;": "\u21c4", + "rightleftharpoons;": "\u21cc", + "rightrightarrows;": "\u21c9", + "rightsquigarrow;": "\u219d", + "rightthreetimes;": "\u22cc", + "ring;": "\u02da", + "risingdotseq;": "\u2253", + "rlarr;": "\u21c4", + "rlhar;": "\u21cc", + "rlm;": "\u200f", + "rmoust;": "\u23b1", + "rmoustache;": "\u23b1", + "rnmid;": "\u2aee", + "roang;": "\u27ed", + "roarr;": "\u21fe", + "robrk;": "\u27e7", + "ropar;": "\u2986", + "ropf;": "\U0001d563", + "roplus;": "\u2a2e", + "rotimes;": "\u2a35", + "rpar;": ")", + "rpargt;": "\u2994", + "rppolint;": "\u2a12", + "rrarr;": "\u21c9", + "rsaquo;": "\u203a", + "rscr;": "\U0001d4c7", + "rsh;": "\u21b1", + "rsqb;": "]", + "rsquo;": "\u2019", + "rsquor;": "\u2019", + "rthree;": "\u22cc", + "rtimes;": "\u22ca", + "rtri;": "\u25b9", + "rtrie;": "\u22b5", + "rtrif;": "\u25b8", + "rtriltri;": "\u29ce", + "ruluhar;": "\u2968", + "rx;": "\u211e", + "sacute;": "\u015b", + "sbquo;": "\u201a", + "sc;": "\u227b", + "scE;": "\u2ab4", + "scap;": "\u2ab8", + "scaron;": "\u0161", + "sccue;": "\u227d", + "sce;": "\u2ab0", + "scedil;": "\u015f", + "scirc;": "\u015d", + "scnE;": "\u2ab6", + "scnap;": "\u2aba", + "scnsim;": "\u22e9", + "scpolint;": "\u2a13", + "scsim;": "\u227f", + "scy;": "\u0441", + "sdot;": "\u22c5", + "sdotb;": "\u22a1", + "sdote;": "\u2a66", + "seArr;": "\u21d8", + "searhk;": "\u2925", + "searr;": "\u2198", + "searrow;": "\u2198", + "sect": "\xa7", + "sect;": "\xa7", + "semi;": ";", + "seswar;": "\u2929", + "setminus;": "\u2216", + "setmn;": "\u2216", + "sext;": "\u2736", + "sfr;": "\U0001d530", + "sfrown;": "\u2322", + "sharp;": "\u266f", + "shchcy;": "\u0449", + "shcy;": "\u0448", + "shortmid;": "\u2223", + "shortparallel;": "\u2225", + "shy": "\xad", + "shy;": "\xad", + "sigma;": "\u03c3", + "sigmaf;": "\u03c2", + "sigmav;": "\u03c2", + "sim;": "\u223c", + "simdot;": "\u2a6a", + "sime;": "\u2243", + "simeq;": "\u2243", + "simg;": "\u2a9e", + "simgE;": "\u2aa0", + "siml;": "\u2a9d", + "simlE;": "\u2a9f", + "simne;": "\u2246", + "simplus;": "\u2a24", + "simrarr;": "\u2972", + "slarr;": "\u2190", + "smallsetminus;": "\u2216", + "smashp;": "\u2a33", + "smeparsl;": "\u29e4", + "smid;": "\u2223", + "smile;": "\u2323", + "smt;": "\u2aaa", + "smte;": "\u2aac", + "smtes;": "\u2aac\ufe00", + "softcy;": "\u044c", + "sol;": "/", + "solb;": "\u29c4", + "solbar;": "\u233f", + "sopf;": "\U0001d564", + "spades;": "\u2660", + "spadesuit;": "\u2660", + "spar;": "\u2225", + "sqcap;": "\u2293", + "sqcaps;": "\u2293\ufe00", + "sqcup;": "\u2294", + "sqcups;": "\u2294\ufe00", + "sqsub;": "\u228f", + "sqsube;": "\u2291", + "sqsubset;": "\u228f", + "sqsubseteq;": "\u2291", + "sqsup;": "\u2290", + "sqsupe;": "\u2292", + "sqsupset;": "\u2290", + "sqsupseteq;": "\u2292", + "squ;": "\u25a1", + "square;": "\u25a1", + "squarf;": "\u25aa", + "squf;": "\u25aa", + "srarr;": "\u2192", + "sscr;": "\U0001d4c8", + "ssetmn;": "\u2216", + "ssmile;": "\u2323", + "sstarf;": "\u22c6", + "star;": "\u2606", + "starf;": "\u2605", + "straightepsilon;": "\u03f5", + "straightphi;": "\u03d5", + "strns;": "\xaf", + "sub;": "\u2282", + "subE;": "\u2ac5", + "subdot;": "\u2abd", + "sube;": "\u2286", + "subedot;": "\u2ac3", + "submult;": "\u2ac1", + "subnE;": "\u2acb", + "subne;": "\u228a", + "subplus;": "\u2abf", + "subrarr;": "\u2979", + "subset;": "\u2282", + "subseteq;": "\u2286", + "subseteqq;": "\u2ac5", + "subsetneq;": "\u228a", + "subsetneqq;": "\u2acb", + "subsim;": "\u2ac7", + "subsub;": "\u2ad5", + "subsup;": "\u2ad3", + "succ;": "\u227b", + "succapprox;": "\u2ab8", + "succcurlyeq;": "\u227d", + "succeq;": "\u2ab0", + "succnapprox;": "\u2aba", + "succneqq;": "\u2ab6", + "succnsim;": "\u22e9", + "succsim;": "\u227f", + "sum;": "\u2211", + "sung;": "\u266a", + "sup1": "\xb9", + "sup1;": "\xb9", + "sup2": "\xb2", + "sup2;": "\xb2", + "sup3": "\xb3", + "sup3;": "\xb3", + "sup;": "\u2283", + "supE;": "\u2ac6", + "supdot;": "\u2abe", + "supdsub;": "\u2ad8", + "supe;": "\u2287", + "supedot;": "\u2ac4", + "suphsol;": "\u27c9", + "suphsub;": "\u2ad7", + "suplarr;": "\u297b", + "supmult;": "\u2ac2", + "supnE;": "\u2acc", + "supne;": "\u228b", + "supplus;": "\u2ac0", + "supset;": "\u2283", + "supseteq;": "\u2287", + "supseteqq;": "\u2ac6", + "supsetneq;": "\u228b", + "supsetneqq;": "\u2acc", + "supsim;": "\u2ac8", + "supsub;": "\u2ad4", + "supsup;": "\u2ad6", + "swArr;": "\u21d9", + "swarhk;": "\u2926", + "swarr;": "\u2199", + "swarrow;": "\u2199", + "swnwar;": "\u292a", + "szlig": "\xdf", + "szlig;": "\xdf", + "target;": "\u2316", + "tau;": "\u03c4", + "tbrk;": "\u23b4", + "tcaron;": "\u0165", + "tcedil;": "\u0163", + "tcy;": "\u0442", + "tdot;": "\u20db", + "telrec;": "\u2315", + "tfr;": "\U0001d531", + "there4;": "\u2234", + "therefore;": "\u2234", + "theta;": "\u03b8", + "thetasym;": "\u03d1", + "thetav;": "\u03d1", + "thickapprox;": "\u2248", + "thicksim;": "\u223c", + "thinsp;": "\u2009", + "thkap;": "\u2248", + "thksim;": "\u223c", + "thorn": "\xfe", + "thorn;": "\xfe", + "tilde;": "\u02dc", + "times": "\xd7", + "times;": "\xd7", + "timesb;": "\u22a0", + "timesbar;": "\u2a31", + "timesd;": "\u2a30", + "tint;": "\u222d", + "toea;": "\u2928", + "top;": "\u22a4", + "topbot;": "\u2336", + "topcir;": "\u2af1", + "topf;": "\U0001d565", + "topfork;": "\u2ada", + "tosa;": "\u2929", + "tprime;": "\u2034", + "trade;": "\u2122", + "triangle;": "\u25b5", + "triangledown;": "\u25bf", + "triangleleft;": "\u25c3", + "trianglelefteq;": "\u22b4", + "triangleq;": "\u225c", + "triangleright;": "\u25b9", + "trianglerighteq;": "\u22b5", + "tridot;": "\u25ec", + "trie;": "\u225c", + "triminus;": "\u2a3a", + "triplus;": "\u2a39", + "trisb;": "\u29cd", + "tritime;": "\u2a3b", + "trpezium;": "\u23e2", + "tscr;": "\U0001d4c9", + "tscy;": "\u0446", + "tshcy;": "\u045b", + "tstrok;": "\u0167", + "twixt;": "\u226c", + "twoheadleftarrow;": "\u219e", + "twoheadrightarrow;": "\u21a0", + "uArr;": "\u21d1", + "uHar;": "\u2963", + "uacute": "\xfa", + "uacute;": "\xfa", + "uarr;": "\u2191", + "ubrcy;": "\u045e", + "ubreve;": "\u016d", + "ucirc": "\xfb", + "ucirc;": "\xfb", + "ucy;": "\u0443", + "udarr;": "\u21c5", + "udblac;": "\u0171", + "udhar;": "\u296e", + "ufisht;": "\u297e", + "ufr;": "\U0001d532", + "ugrave": "\xf9", + "ugrave;": "\xf9", + "uharl;": "\u21bf", + "uharr;": "\u21be", + "uhblk;": "\u2580", + "ulcorn;": "\u231c", + "ulcorner;": "\u231c", + "ulcrop;": "\u230f", + "ultri;": "\u25f8", + "umacr;": "\u016b", + "uml": "\xa8", + "uml;": "\xa8", + "uogon;": "\u0173", + "uopf;": "\U0001d566", + "uparrow;": "\u2191", + "updownarrow;": "\u2195", + "upharpoonleft;": "\u21bf", + "upharpoonright;": "\u21be", + "uplus;": "\u228e", + "upsi;": "\u03c5", + "upsih;": "\u03d2", + "upsilon;": "\u03c5", + "upuparrows;": "\u21c8", + "urcorn;": "\u231d", + "urcorner;": "\u231d", + "urcrop;": "\u230e", + "uring;": "\u016f", + "urtri;": "\u25f9", + "uscr;": "\U0001d4ca", + "utdot;": "\u22f0", + "utilde;": "\u0169", + "utri;": "\u25b5", + "utrif;": "\u25b4", + "uuarr;": "\u21c8", + "uuml": "\xfc", + "uuml;": "\xfc", + "uwangle;": "\u29a7", + "vArr;": "\u21d5", + "vBar;": "\u2ae8", + "vBarv;": "\u2ae9", + "vDash;": "\u22a8", + "vangrt;": "\u299c", + "varepsilon;": "\u03f5", + "varkappa;": "\u03f0", + "varnothing;": "\u2205", + "varphi;": "\u03d5", + "varpi;": "\u03d6", + "varpropto;": "\u221d", + "varr;": "\u2195", + "varrho;": "\u03f1", + "varsigma;": "\u03c2", + "varsubsetneq;": "\u228a\ufe00", + "varsubsetneqq;": "\u2acb\ufe00", + "varsupsetneq;": "\u228b\ufe00", + "varsupsetneqq;": "\u2acc\ufe00", + "vartheta;": "\u03d1", + "vartriangleleft;": "\u22b2", + "vartriangleright;": "\u22b3", + "vcy;": "\u0432", + "vdash;": "\u22a2", + "vee;": "\u2228", + "veebar;": "\u22bb", + "veeeq;": "\u225a", + "vellip;": "\u22ee", + "verbar;": "|", + "vert;": "|", + "vfr;": "\U0001d533", + "vltri;": "\u22b2", + "vnsub;": "\u2282\u20d2", + "vnsup;": "\u2283\u20d2", + "vopf;": "\U0001d567", + "vprop;": "\u221d", + "vrtri;": "\u22b3", + "vscr;": "\U0001d4cb", + "vsubnE;": "\u2acb\ufe00", + "vsubne;": "\u228a\ufe00", + "vsupnE;": "\u2acc\ufe00", + "vsupne;": "\u228b\ufe00", + "vzigzag;": "\u299a", + "wcirc;": "\u0175", + "wedbar;": "\u2a5f", + "wedge;": "\u2227", + "wedgeq;": "\u2259", + "weierp;": "\u2118", + "wfr;": "\U0001d534", + "wopf;": "\U0001d568", + "wp;": "\u2118", + "wr;": "\u2240", + "wreath;": "\u2240", + "wscr;": "\U0001d4cc", + "xcap;": "\u22c2", + "xcirc;": "\u25ef", + "xcup;": "\u22c3", + "xdtri;": "\u25bd", + "xfr;": "\U0001d535", + "xhArr;": "\u27fa", + "xharr;": "\u27f7", + "xi;": "\u03be", + "xlArr;": "\u27f8", + "xlarr;": "\u27f5", + "xmap;": "\u27fc", + "xnis;": "\u22fb", + "xodot;": "\u2a00", + "xopf;": "\U0001d569", + "xoplus;": "\u2a01", + "xotime;": "\u2a02", + "xrArr;": "\u27f9", + "xrarr;": "\u27f6", + "xscr;": "\U0001d4cd", + "xsqcup;": "\u2a06", + "xuplus;": "\u2a04", + "xutri;": "\u25b3", + "xvee;": "\u22c1", + "xwedge;": "\u22c0", + "yacute": "\xfd", + "yacute;": "\xfd", + "yacy;": "\u044f", + "ycirc;": "\u0177", + "ycy;": "\u044b", + "yen": "\xa5", + "yen;": "\xa5", + "yfr;": "\U0001d536", + "yicy;": "\u0457", + "yopf;": "\U0001d56a", + "yscr;": "\U0001d4ce", + "yucy;": "\u044e", + "yuml": "\xff", + "yuml;": "\xff", + "zacute;": "\u017a", + "zcaron;": "\u017e", + "zcy;": "\u0437", + "zdot;": "\u017c", + "zeetrf;": "\u2128", + "zeta;": "\u03b6", + "zfr;": "\U0001d537", + "zhcy;": "\u0436", + "zigrarr;": "\u21dd", + "zopf;": "\U0001d56b", + "zscr;": "\U0001d4cf", + "zwj;": "\u200d", + "zwnj;": "\u200c", +} + +replacementCharacters = { + 0x0: "\uFFFD", + 0x0d: "\u000D", + 0x80: "\u20AC", + 0x81: "\u0081", + 0x82: "\u201A", + 0x83: "\u0192", + 0x84: "\u201E", + 0x85: "\u2026", + 0x86: "\u2020", + 0x87: "\u2021", + 0x88: "\u02C6", + 0x89: "\u2030", + 0x8A: "\u0160", + 0x8B: "\u2039", + 0x8C: "\u0152", + 0x8D: "\u008D", + 0x8E: "\u017D", + 0x8F: "\u008F", + 0x90: "\u0090", + 0x91: "\u2018", + 0x92: "\u2019", + 0x93: "\u201C", + 0x94: "\u201D", + 0x95: "\u2022", + 0x96: "\u2013", + 0x97: "\u2014", + 0x98: "\u02DC", + 0x99: "\u2122", + 0x9A: "\u0161", + 0x9B: "\u203A", + 0x9C: "\u0153", + 0x9D: "\u009D", + 0x9E: "\u017E", + 0x9F: "\u0178", +} + +tokenTypes = { + "Doctype": 0, + "Characters": 1, + "SpaceCharacters": 2, + "StartTag": 3, + "EndTag": 4, + "EmptyTag": 5, + "Comment": 6, + "ParseError": 7 +} + +tagTokenTypes = frozenset([tokenTypes["StartTag"], tokenTypes["EndTag"], + tokenTypes["EmptyTag"]]) + + +prefixes = {v: k for k, v in namespaces.items()} +prefixes["http://www.w3.org/1998/Math/MathML"] = "math" + + +class DataLossWarning(UserWarning): + """Raised when the current tree is unable to represent the input data""" + pass + + +class _ReparseException(Exception): + pass diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__init__.py b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1a059529b2010416b2574fd7c5a6577cd3e09e64 GIT binary patch literal 200 zcmWIL<>g`kg0L2|3=sVoL?8o3AjbiSi&=m~3PUi1CZpdODZcjHYjW&g;>4$Q+2J|TeVfuDah-}f|j-U!08Nk z(Oeq9@6LBxfd=)sDr`Y}SA*tw8}|NH^$O1DDd zukUr&>q=S>OW26A(|*}nUCl8~zhE%Ysy!Z$1&&8oTShG88iW+BY{2xg0AUx>iUPyV zK|o~}pvBSAVb{XZk)XiBVA%F}CVmDV3tjKwfv)MLrqd{|J3L&-mGSoG9GeT- z4^hk=RKPN>SQaRrh18(fh>?o0)Ug|U>rqcXe{_X<3PyZ{_4S1s8l>0!r>Te{5`s1_ zQCaqizr$vF&mXg2o}KY6_e~Zo2l{&(zGY{Djc^Uy>|Okx*@23F4bXG%WpEarMcZf_ zY{LU~@&Lc+b-=d#1>@{wq8Md*=pw4_G;qmtE4BSm9=qfT)sbeAl2+mq2$7rVP!BL2 zy^G2vc}}k-&-IYZ0ktY97vo}MJatGyWS}lxY`Z12E~d*H7g5)`crEJ{e5}9Tp~#=2 zx{YE!LB;qUpYQ=n@b`^i%oBck^Mcgb74{)wU?LPT&)qoBn@+82nosilWF_m%onfA< zuE1Og;2NlJKaWgzqD@18LDTlu48^$>OoB<6?EC{#_E*9H literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/base.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/base.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..80bf21707b10a7b9e5fb0167b909cc5f3939f4b8 GIT binary patch literal 870 zcmZuvJ#X7E5G6%fR+AVBg3g^fRD-P{Xwji40u*SrEJizMAtaHGnd++~Wgvw&`_JSr zaqZN<(5ZKn~lOKR433KOpVcM#FFwRN#j8)a16xQo6~Wh*4F zl$AQKOo?~K7Qo>emU#(Il8g$H1%irTPckN$2w@M!L`1Mp#1#6*F8Zh{C|Ba$C&L)m z2UrH_Zt0eAV6!BT^fsX`GHtI*nFKC0vRdgWU>=En2HQ`SuG?CsB5%^}!LHk8-d)XC zTFOGnxz&03Me1}Tn@w7&;sCi?yiEUu^A)iHeYv<8P- z_^trq9Fza)>U00-$pGy2JcD59x~03|ci-uqw7Ip1)`4&B!X~ff-vgX-e!y~mI-23~ z$o!bTO(L8Zt8ng4IImmLR~Vmh{>=*aUzWx9J literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0df27fa3f9a5fe8bd3792e51460f83b27050c04f GIT binary patch literal 1876 zcmZt{J8v5|nB+Yr%eLxA>Y#veO9u_IhM+-_Iza&2NmCSRfuuokNP0etlyvsJL{e%j zoQ9&F3nOy|duxFXnfep@13KQ?DSsd+y0jm8a-syG!0$+Y@29?7UalipkI!xne_BH5 zZ*^H*CS2~q7B>M-4Ebhdh;LN}l=i(S2D#JQ57J}SlfpYZ+)bDaz1}e7g2~$l z-Mw%2A9U~EIXv`aIPjuWX5Ns6)XVxF&3fa6rLt#$wyUMiDmr_x#TEdGj`0O4P=PNA zMg^P#gJSTXOywSDp=81fy~>b!-J7plAs=`m8}lB!<;fwNpFNqKu+$S07?by?SqhPg z(m_Rkbps9$Jb6poZJFE#ySM|Obb}yDBN+sxd&L16F$IhJrCsUgH6Z*A@dkYUebyOf z3G2`>?c}F&n5FIfM!U}$JBnCa^00TpcxS@WNhgku<|H?EKJN&~UpohMIAEfaM|mdz zDw^@mP$uzbinyCEiEp`04L6voI;Sj%HS2QR9U0uiwYHHnZWa4qVnH+DA{ne?p#+nKN@|wZZ}2HU7(J zGMW^wmbwHye<-Uep28{IKG{XIF@stey;gK|8E7U&P1CQaGhl7N*!(qJt@uvVxvAt_ zn@ggrm6Y_`1q;Cku=!;HP`soDwJL7<(F@}-f}VA#OV^Z?2)}t-rxx9KK{Ot$8f~Y2 z@P2(R>7Dp!*+vB~Y`S@g6_?ib{6n$}Mf+=Eyrn(Iqvy(ZdJS@gsjapA2^3CYUSf#I zc3~=+qiu?ygFf#1Zq8Yt8nQIyY0gUbp$xfv6b?!=4HH(H3gS4Mm*)ypt_lq~9;#1Kw_zF}T zZz`|>0C@N&d`tTvrJ%G$76??a`n5b0Qk&Ltb)UW0nlPN8HLW=Nk@3=k9!f-MgT$}vrs-$nl$MUd!#F4{Ju|ds|C3=T0_9?$T@2<91v+*$6)^!# z%CrlmH3{P}(|uooWl+V{Ok0O7egJ^5iR;)TYuJTf6T762o5aLha5HfOuK~322DV8P z&NkTsoc*5*&;{54tO*=jaI)d7-fWOky*9{VhwDgmTeg~5%1#JNJqVJFj$?Ih1i@$= z#&e7l1TdU~Ko1RV@q!m>j&bdZnt*CX2nCeE?vkF0-Ik+-_s4P!)fI5{x5Cw6=W6zp X=xvfdB(`*SE3@vX6zg%dK^n&YZ8hE$ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/lint.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/lint.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..de2bed25a73986140c666a8a6ce494d0c5412a4f GIT binary patch literal 2634 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 bDa{lq8szg#YxhdwnMfsTk literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..46260dfda4c36d84dfc5cf1586b00e6802456c10 GIT binary patch literal 16909 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 p@{sc4gsX{6(uju$PyB;1UaS}2A literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/whitespace.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/whitespace.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..43c52ca121b3166a5dd7c32386f0f5a42cbb2367 GIT binary patch literal 1368 zcmZ8h&2HO95Z+x<6e&xVP`F7Aq<{|1L8xsWf}}wa6bW24H^Zn}qhJvb6nA9N;$L=G zZfwXW8$IU%dT@_@i9X0)d-5yflFra}?PiHxa_47f=9_Q%bFbH7I1VnJ&Hr{8`-e97 z2g=w>oVvtCGRbpR@Q4>85`_~voMa+*BUd`o&0B>Rc_?d1FK-uqjz;Ngsj-40qkvOa`)Z!DI)#qu#j__2ioDUa)9giU}L_t}rGWIkulnb(Jp-#92{S z%2;1!$C=Km(hinomR1ttJTst@T<=|Ra^lvVCK|2;ZG>G{sZ2~V&Y^(PXxrCylEUsh zQAvt^+OpHuuaEVcuTu(nfBXl)7D|CdT(U?=9y#DjA)P}3E%46yLw3%iwsd6+)Ayx^ z>9?)-Lzd&|r>}OaJWpy3didKM^K60-;av)~8D{0MR9p z8~0j&&absAalklxJCF=fS=&>TymieX7f{WXx%a?K($EajY~Y4)bh!WAbF@d8jd& zZLDFD9D)w(tPW$el9dYQrpTX?@vLEp4)1ueQ=g~@74K#+ku}xVoPI9@B7>spt^eX0)9uPFw~6 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py new file mode 100644 index 000000000..5ba926e3b --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py @@ -0,0 +1,29 @@ +from __future__ import absolute_import, division, unicode_literals + +from . import base + +from collections import OrderedDict + + +def _attr_key(attr): + """Return an appropriate key for an attribute for sorting + + Attributes have a namespace that can be either ``None`` or a string. We + can't compare the two because they're different types, so we convert + ``None`` to an empty string first. + + """ + return (attr[0][0] or ''), attr[0][1] + + +class Filter(base.Filter): + """Alphabetizes attributes for elements""" + def __iter__(self): + for token in base.Filter.__iter__(self): + if token["type"] in ("StartTag", "EmptyTag"): + attrs = OrderedDict() + for name, value in sorted(token["data"].items(), + key=_attr_key): + attrs[name] = value + token["data"] = attrs + yield token diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/base.py b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/base.py new file mode 100644 index 000000000..c7dbaed0f --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/base.py @@ -0,0 +1,12 @@ +from __future__ import absolute_import, division, unicode_literals + + +class Filter(object): + def __init__(self, source): + self.source = source + + def __iter__(self): + return iter(self.source) + + def __getattr__(self, name): + return getattr(self.source, name) diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py new file mode 100644 index 000000000..aefb5c842 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py @@ -0,0 +1,73 @@ +from __future__ import absolute_import, division, unicode_literals + +from . import base + + +class Filter(base.Filter): + """Injects ```` tag into head of document""" + def __init__(self, source, encoding): + """Creates a Filter + + :arg source: the source token stream + + :arg encoding: the encoding to set + + """ + base.Filter.__init__(self, source) + self.encoding = encoding + + def __iter__(self): + state = "pre_head" + meta_found = (self.encoding is None) + pending = [] + + for token in base.Filter.__iter__(self): + type = token["type"] + if type == "StartTag": + if token["name"].lower() == "head": + state = "in_head" + + elif type == "EmptyTag": + if token["name"].lower() == "meta": + # replace charset with actual encoding + has_http_equiv_content_type = False + for (namespace, name), value in token["data"].items(): + if namespace is not None: + continue + elif name.lower() == 'charset': + token["data"][(namespace, name)] = self.encoding + meta_found = True + break + elif name == 'http-equiv' and value.lower() == 'content-type': + has_http_equiv_content_type = True + else: + if has_http_equiv_content_type and (None, "content") in token["data"]: + token["data"][(None, "content")] = 'text/html; charset=%s' % self.encoding + meta_found = True + + elif token["name"].lower() == "head" and not meta_found: + # insert meta into empty head + yield {"type": "StartTag", "name": "head", + "data": token["data"]} + yield {"type": "EmptyTag", "name": "meta", + "data": {(None, "charset"): self.encoding}} + yield {"type": "EndTag", "name": "head"} + meta_found = True + continue + + elif type == "EndTag": + if token["name"].lower() == "head" and pending: + # insert meta into head (if necessary) and flush pending queue + yield pending.pop(0) + if not meta_found: + yield {"type": "EmptyTag", "name": "meta", + "data": {(None, "charset"): self.encoding}} + while pending: + yield pending.pop(0) + meta_found = True + state = "post_head" + + if state == "in_head": + pending.append(token) + else: + yield token diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/lint.py b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/lint.py new file mode 100644 index 000000000..fcc07eec5 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/lint.py @@ -0,0 +1,93 @@ +from __future__ import absolute_import, division, unicode_literals + +from pip._vendor.six import text_type + +from . import base +from ..constants import namespaces, voidElements + +from ..constants import spaceCharacters +spaceCharacters = "".join(spaceCharacters) + + +class Filter(base.Filter): + """Lints the token stream for errors + + If it finds any errors, it'll raise an ``AssertionError``. + + """ + def __init__(self, source, require_matching_tags=True): + """Creates a Filter + + :arg source: the source token stream + + :arg require_matching_tags: whether or not to require matching tags + + """ + super(Filter, self).__init__(source) + self.require_matching_tags = require_matching_tags + + def __iter__(self): + open_elements = [] + for token in base.Filter.__iter__(self): + type = token["type"] + if type in ("StartTag", "EmptyTag"): + namespace = token["namespace"] + name = token["name"] + assert namespace is None or isinstance(namespace, text_type) + assert namespace != "" + assert isinstance(name, text_type) + assert name != "" + assert isinstance(token["data"], dict) + if (not namespace or namespace == namespaces["html"]) and name in voidElements: + assert type == "EmptyTag" + else: + assert type == "StartTag" + if type == "StartTag" and self.require_matching_tags: + open_elements.append((namespace, name)) + for (namespace, name), value in token["data"].items(): + assert namespace is None or isinstance(namespace, text_type) + assert namespace != "" + assert isinstance(name, text_type) + assert name != "" + assert isinstance(value, text_type) + + elif type == "EndTag": + namespace = token["namespace"] + name = token["name"] + assert namespace is None or isinstance(namespace, text_type) + assert namespace != "" + assert isinstance(name, text_type) + assert name != "" + if (not namespace or namespace == namespaces["html"]) and name in voidElements: + assert False, "Void element reported as EndTag token: %(tag)s" % {"tag": name} + elif self.require_matching_tags: + start = open_elements.pop() + assert start == (namespace, name) + + elif type == "Comment": + data = token["data"] + assert isinstance(data, text_type) + + elif type in ("Characters", "SpaceCharacters"): + data = token["data"] + assert isinstance(data, text_type) + assert data != "" + if type == "SpaceCharacters": + assert data.strip(spaceCharacters) == "" + + elif type == "Doctype": + name = token["name"] + assert name is None or isinstance(name, text_type) + assert token["publicId"] is None or isinstance(name, text_type) + assert token["systemId"] is None or isinstance(name, text_type) + + elif type == "Entity": + assert isinstance(token["name"], text_type) + + elif type == "SerializerError": + assert isinstance(token["data"], text_type) + + else: + assert False, "Unknown token type: %(type)s" % {"type": type} + + yield token diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/optionaltags.py b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/optionaltags.py new file mode 100644 index 000000000..4a865012c --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/optionaltags.py @@ -0,0 +1,207 @@ +from __future__ import absolute_import, division, unicode_literals + +from . import base + + +class Filter(base.Filter): + """Removes optional tags from the token stream""" + def slider(self): + previous1 = previous2 = None + for token in self.source: + if previous1 is not None: + yield previous2, previous1, token + previous2 = previous1 + previous1 = token + if previous1 is not None: + yield previous2, previous1, None + + def __iter__(self): + for previous, token, next in self.slider(): + type = token["type"] + if type == "StartTag": + if (token["data"] or + not self.is_optional_start(token["name"], previous, next)): + yield token + elif type == "EndTag": + if not self.is_optional_end(token["name"], next): + yield token + else: + yield token + + def is_optional_start(self, tagname, previous, next): + type = next and next["type"] or None + if tagname in 'html': + # An html element's start tag may be omitted if the first thing + # inside the html element is not a space character or a comment. + return type not in ("Comment", "SpaceCharacters") + elif tagname == 'head': + # A head element's start tag may be omitted if the first thing + # inside the head element is an element. + # XXX: we also omit the start tag if the head element is empty + if type in ("StartTag", "EmptyTag"): + return True + elif type == "EndTag": + return next["name"] == "head" + elif tagname == 'body': + # A body element's start tag may be omitted if the first thing + # inside the body element is not a space character or a comment, + # except if the first thing inside the body element is a script + # or style element and the node immediately preceding the body + # element is a head element whose end tag has been omitted. + if type in ("Comment", "SpaceCharacters"): + return False + elif type == "StartTag": + # XXX: we do not look at the preceding event, so we never omit + # the body element's start tag if it's followed by a script or + # a style element. + return next["name"] not in ('script', 'style') + else: + return True + elif tagname == 'colgroup': + # A colgroup element's start tag may be omitted if the first thing + # inside the colgroup element is a col element, and if the element + # is not immediately preceded by another colgroup element whose + # end tag has been omitted. + if type in ("StartTag", "EmptyTag"): + # XXX: we do not look at the preceding event, so instead we never + # omit the colgroup element's end tag when it is immediately + # followed by another colgroup element. See is_optional_end. + return next["name"] == "col" + else: + return False + elif tagname == 'tbody': + # A tbody element's start tag may be omitted if the first thing + # inside the tbody element is a tr element, and if the element is + # not immediately preceded by a tbody, thead, or tfoot element + # whose end tag has been omitted. + if type == "StartTag": + # omit the thead and tfoot elements' end tag when they are + # immediately followed by a tbody element. See is_optional_end. + if previous and previous['type'] == 'EndTag' and \ + previous['name'] in ('tbody', 'thead', 'tfoot'): + return False + return next["name"] == 'tr' + else: + return False + return False + + def is_optional_end(self, tagname, next): + type = next and next["type"] or None + if tagname in ('html', 'head', 'body'): + # An html element's end tag may be omitted if the html element + # is not immediately followed by a space character or a comment. + return type not in ("Comment", "SpaceCharacters") + elif tagname in ('li', 'optgroup', 'tr'): + # A li element's end tag may be omitted if the li element is + # immediately followed by another li element or if there is + # no more content in the parent element. + # An optgroup element's end tag may be omitted if the optgroup + # element is immediately followed by another optgroup element, + # or if there is no more content in the parent element. + # A tr element's end tag may be omitted if the tr element is + # immediately followed by another tr element, or if there is + # no more content in the parent element. + if type == "StartTag": + return next["name"] == tagname + else: + return type == "EndTag" or type is None + elif tagname in ('dt', 'dd'): + # A dt element's end tag may be omitted if the dt element is + # immediately followed by another dt element or a dd element. + # A dd element's end tag may be omitted if the dd element is + # immediately followed by another dd element or a dt element, + # or if there is no more content in the parent element. + if type == "StartTag": + return next["name"] in ('dt', 'dd') + elif tagname == 'dd': + return type == "EndTag" or type is None + else: + return False + elif tagname == 'p': + # A p element's end tag may be omitted if the p element is + # immediately followed by an address, article, aside, + # blockquote, datagrid, dialog, dir, div, dl, fieldset, + # footer, form, h1, h2, h3, h4, h5, h6, header, hr, menu, + # nav, ol, p, pre, section, table, or ul, element, or if + # there is no more content in the parent element. + if type in ("StartTag", "EmptyTag"): + return next["name"] in ('address', 'article', 'aside', + 'blockquote', 'datagrid', 'dialog', + 'dir', 'div', 'dl', 'fieldset', 'footer', + 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', + 'header', 'hr', 'menu', 'nav', 'ol', + 'p', 'pre', 'section', 'table', 'ul') + else: + return type == "EndTag" or type is None + elif tagname == 'option': + # An option element's end tag may be omitted if the option + # element is immediately followed by another option element, + # or if it is immediately followed by an optgroup + # element, or if there is no more content in the parent + # element. + if type == "StartTag": + return next["name"] in ('option', 'optgroup') + else: + return type == "EndTag" or type is None + elif tagname in ('rt', 'rp'): + # An rt element's end tag may be omitted if the rt element is + # immediately followed by an rt or rp element, or if there is + # no more content in the parent element. + # An rp element's end tag may be omitted if the rp element is + # immediately followed by an rt or rp element, or if there is + # no more content in the parent element. + if type == "StartTag": + return next["name"] in ('rt', 'rp') + else: + return type == "EndTag" or type is None + elif tagname == 'colgroup': + # A colgroup element's end tag may be omitted if the colgroup + # element is not immediately followed by a space character or + # a comment. + if type in ("Comment", "SpaceCharacters"): + return False + elif type == "StartTag": + # XXX: we also look for an immediately following colgroup + # element. See is_optional_start. + return next["name"] != 'colgroup' + else: + return True + elif tagname in ('thead', 'tbody'): + # A thead element's end tag may be omitted if the thead element + # is immediately followed by a tbody or tfoot element. + # A tbody element's end tag may be omitted if the tbody element + # is immediately followed by a tbody or tfoot element, or if + # there is no more content in the parent element. + # A tfoot element's end tag may be omitted if the tfoot element + # is immediately followed by a tbody element, or if there is no + # more content in the parent element. + # XXX: we never omit the end tag when the following element is + # a tbody. See is_optional_start. + if type == "StartTag": + return next["name"] in ['tbody', 'tfoot'] + elif tagname == 'tbody': + return type == "EndTag" or type is None + else: + return False + elif tagname == 'tfoot': + # A tfoot element's end tag may be omitted if the tfoot element + # is immediately followed by a tbody element, or if there is no + # more content in the parent element. + # XXX: we never omit the end tag when the following element is + # a tbody. See is_optional_start. + if type == "StartTag": + return next["name"] == 'tbody' + else: + return type == "EndTag" or type is None + elif tagname in ('td', 'th'): + # A td element's end tag may be omitted if the td element is + # immediately followed by a td or th element, or if there is + # no more content in the parent element. + # A th element's end tag may be omitted if the th element is + # immediately followed by a td or th element, or if there is + # no more content in the parent element. + if type == "StartTag": + return next["name"] in ('td', 'th') + else: + return type == "EndTag" or type is None + return False diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/sanitizer.py b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/sanitizer.py new file mode 100644 index 000000000..aa7431d13 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/sanitizer.py @@ -0,0 +1,916 @@ +"""Deprecated from html5lib 1.1. + +See `here `_ for +information about its deprecation; `Bleach `_ +is recommended as a replacement. Please let us know in the aforementioned issue +if Bleach is unsuitable for your needs. + +""" +from __future__ import absolute_import, division, unicode_literals + +import re +import warnings +from xml.sax.saxutils import escape, unescape + +from pip._vendor.six.moves import urllib_parse as urlparse + +from . import base +from ..constants import namespaces, prefixes + +__all__ = ["Filter"] + + +_deprecation_msg = ( + "html5lib's sanitizer is deprecated; see " + + "https://github.com/html5lib/html5lib-python/issues/443 and please let " + + "us know if Bleach is unsuitable for your needs" +) + +warnings.warn(_deprecation_msg, DeprecationWarning) + +allowed_elements = frozenset(( + (namespaces['html'], 'a'), + (namespaces['html'], 'abbr'), + (namespaces['html'], 'acronym'), + (namespaces['html'], 'address'), + (namespaces['html'], 'area'), + (namespaces['html'], 'article'), + (namespaces['html'], 'aside'), + (namespaces['html'], 'audio'), + (namespaces['html'], 'b'), + (namespaces['html'], 'big'), + (namespaces['html'], 'blockquote'), + (namespaces['html'], 'br'), + (namespaces['html'], 'button'), + (namespaces['html'], 'canvas'), + (namespaces['html'], 'caption'), + (namespaces['html'], 'center'), + (namespaces['html'], 'cite'), + (namespaces['html'], 'code'), + (namespaces['html'], 'col'), + (namespaces['html'], 'colgroup'), + (namespaces['html'], 'command'), + (namespaces['html'], 'datagrid'), + (namespaces['html'], 'datalist'), + (namespaces['html'], 'dd'), + (namespaces['html'], 'del'), + (namespaces['html'], 'details'), + (namespaces['html'], 'dfn'), + (namespaces['html'], 'dialog'), + (namespaces['html'], 'dir'), + (namespaces['html'], 'div'), + (namespaces['html'], 'dl'), + (namespaces['html'], 'dt'), + (namespaces['html'], 'em'), + (namespaces['html'], 'event-source'), + (namespaces['html'], 'fieldset'), + (namespaces['html'], 'figcaption'), + (namespaces['html'], 'figure'), + (namespaces['html'], 'footer'), + (namespaces['html'], 'font'), + (namespaces['html'], 'form'), + (namespaces['html'], 'header'), + (namespaces['html'], 'h1'), + (namespaces['html'], 'h2'), + (namespaces['html'], 'h3'), + (namespaces['html'], 'h4'), + (namespaces['html'], 'h5'), + (namespaces['html'], 'h6'), + (namespaces['html'], 'hr'), + (namespaces['html'], 'i'), + (namespaces['html'], 'img'), + (namespaces['html'], 'input'), + (namespaces['html'], 'ins'), + (namespaces['html'], 'keygen'), + (namespaces['html'], 'kbd'), + (namespaces['html'], 'label'), + (namespaces['html'], 'legend'), + (namespaces['html'], 'li'), + (namespaces['html'], 'm'), + (namespaces['html'], 'map'), + (namespaces['html'], 'menu'), + (namespaces['html'], 'meter'), + (namespaces['html'], 'multicol'), + (namespaces['html'], 'nav'), + (namespaces['html'], 'nextid'), + (namespaces['html'], 'ol'), + (namespaces['html'], 'output'), + (namespaces['html'], 'optgroup'), + (namespaces['html'], 'option'), + (namespaces['html'], 'p'), + (namespaces['html'], 'pre'), + (namespaces['html'], 'progress'), + (namespaces['html'], 'q'), + (namespaces['html'], 's'), + (namespaces['html'], 'samp'), + (namespaces['html'], 'section'), + (namespaces['html'], 'select'), + (namespaces['html'], 'small'), + (namespaces['html'], 'sound'), + (namespaces['html'], 'source'), + (namespaces['html'], 'spacer'), + (namespaces['html'], 'span'), + (namespaces['html'], 'strike'), + (namespaces['html'], 'strong'), + (namespaces['html'], 'sub'), + (namespaces['html'], 'sup'), + (namespaces['html'], 'table'), + (namespaces['html'], 'tbody'), + (namespaces['html'], 'td'), + (namespaces['html'], 'textarea'), + (namespaces['html'], 'time'), + (namespaces['html'], 'tfoot'), + (namespaces['html'], 'th'), + (namespaces['html'], 'thead'), + (namespaces['html'], 'tr'), + (namespaces['html'], 'tt'), + (namespaces['html'], 'u'), + (namespaces['html'], 'ul'), + (namespaces['html'], 'var'), + (namespaces['html'], 'video'), + (namespaces['mathml'], 'maction'), + (namespaces['mathml'], 'math'), + (namespaces['mathml'], 'merror'), + (namespaces['mathml'], 'mfrac'), + (namespaces['mathml'], 'mi'), + (namespaces['mathml'], 'mmultiscripts'), + (namespaces['mathml'], 'mn'), + (namespaces['mathml'], 'mo'), + (namespaces['mathml'], 'mover'), + (namespaces['mathml'], 'mpadded'), + (namespaces['mathml'], 'mphantom'), + (namespaces['mathml'], 'mprescripts'), + (namespaces['mathml'], 'mroot'), + (namespaces['mathml'], 'mrow'), + (namespaces['mathml'], 'mspace'), + (namespaces['mathml'], 'msqrt'), + (namespaces['mathml'], 'mstyle'), + (namespaces['mathml'], 'msub'), + (namespaces['mathml'], 'msubsup'), + (namespaces['mathml'], 'msup'), + (namespaces['mathml'], 'mtable'), + (namespaces['mathml'], 'mtd'), + (namespaces['mathml'], 'mtext'), + (namespaces['mathml'], 'mtr'), + (namespaces['mathml'], 'munder'), + (namespaces['mathml'], 'munderover'), + (namespaces['mathml'], 'none'), + (namespaces['svg'], 'a'), + (namespaces['svg'], 'animate'), + (namespaces['svg'], 'animateColor'), + (namespaces['svg'], 'animateMotion'), + (namespaces['svg'], 'animateTransform'), + (namespaces['svg'], 'clipPath'), + (namespaces['svg'], 'circle'), + (namespaces['svg'], 'defs'), + (namespaces['svg'], 'desc'), + (namespaces['svg'], 'ellipse'), + (namespaces['svg'], 'font-face'), + (namespaces['svg'], 'font-face-name'), + (namespaces['svg'], 'font-face-src'), + (namespaces['svg'], 'g'), + (namespaces['svg'], 'glyph'), + (namespaces['svg'], 'hkern'), + (namespaces['svg'], 'linearGradient'), + (namespaces['svg'], 'line'), + (namespaces['svg'], 'marker'), + (namespaces['svg'], 'metadata'), + (namespaces['svg'], 'missing-glyph'), + (namespaces['svg'], 'mpath'), + (namespaces['svg'], 'path'), + (namespaces['svg'], 'polygon'), + (namespaces['svg'], 'polyline'), + (namespaces['svg'], 'radialGradient'), + (namespaces['svg'], 'rect'), + (namespaces['svg'], 'set'), + (namespaces['svg'], 'stop'), + (namespaces['svg'], 'svg'), + (namespaces['svg'], 'switch'), + (namespaces['svg'], 'text'), + (namespaces['svg'], 'title'), + (namespaces['svg'], 'tspan'), + (namespaces['svg'], 'use'), +)) + +allowed_attributes = frozenset(( + # HTML attributes + (None, 'abbr'), + (None, 'accept'), + (None, 'accept-charset'), + (None, 'accesskey'), + (None, 'action'), + (None, 'align'), + (None, 'alt'), + (None, 'autocomplete'), + (None, 'autofocus'), + (None, 'axis'), + (None, 'background'), + (None, 'balance'), + (None, 'bgcolor'), + (None, 'bgproperties'), + (None, 'border'), + (None, 'bordercolor'), + (None, 'bordercolordark'), + (None, 'bordercolorlight'), + (None, 'bottompadding'), + (None, 'cellpadding'), + (None, 'cellspacing'), + (None, 'ch'), + (None, 'challenge'), + (None, 'char'), + (None, 'charoff'), + (None, 'choff'), + (None, 'charset'), + (None, 'checked'), + (None, 'cite'), + (None, 'class'), + (None, 'clear'), + (None, 'color'), + (None, 'cols'), + (None, 'colspan'), + (None, 'compact'), + (None, 'contenteditable'), + (None, 'controls'), + (None, 'coords'), + (None, 'data'), + (None, 'datafld'), + (None, 'datapagesize'), + (None, 'datasrc'), + (None, 'datetime'), + (None, 'default'), + (None, 'delay'), + (None, 'dir'), + (None, 'disabled'), + (None, 'draggable'), + (None, 'dynsrc'), + (None, 'enctype'), + (None, 'end'), + (None, 'face'), + (None, 'for'), + (None, 'form'), + (None, 'frame'), + (None, 'galleryimg'), + (None, 'gutter'), + (None, 'headers'), + (None, 'height'), + (None, 'hidefocus'), + (None, 'hidden'), + (None, 'high'), + (None, 'href'), + (None, 'hreflang'), + (None, 'hspace'), + (None, 'icon'), + (None, 'id'), + (None, 'inputmode'), + (None, 'ismap'), + (None, 'keytype'), + (None, 'label'), + (None, 'leftspacing'), + (None, 'lang'), + (None, 'list'), + (None, 'longdesc'), + (None, 'loop'), + (None, 'loopcount'), + (None, 'loopend'), + (None, 'loopstart'), + (None, 'low'), + (None, 'lowsrc'), + (None, 'max'), + (None, 'maxlength'), + (None, 'media'), + (None, 'method'), + (None, 'min'), + (None, 'multiple'), + (None, 'name'), + (None, 'nohref'), + (None, 'noshade'), + (None, 'nowrap'), + (None, 'open'), + (None, 'optimum'), + (None, 'pattern'), + (None, 'ping'), + (None, 'point-size'), + (None, 'poster'), + (None, 'pqg'), + (None, 'preload'), + (None, 'prompt'), + (None, 'radiogroup'), + (None, 'readonly'), + (None, 'rel'), + (None, 'repeat-max'), + (None, 'repeat-min'), + (None, 'replace'), + (None, 'required'), + (None, 'rev'), + (None, 'rightspacing'), + (None, 'rows'), + (None, 'rowspan'), + (None, 'rules'), + (None, 'scope'), + (None, 'selected'), + (None, 'shape'), + (None, 'size'), + (None, 'span'), + (None, 'src'), + (None, 'start'), + (None, 'step'), + (None, 'style'), + (None, 'summary'), + (None, 'suppress'), + (None, 'tabindex'), + (None, 'target'), + (None, 'template'), + (None, 'title'), + (None, 'toppadding'), + (None, 'type'), + (None, 'unselectable'), + (None, 'usemap'), + (None, 'urn'), + (None, 'valign'), + (None, 'value'), + (None, 'variable'), + (None, 'volume'), + (None, 'vspace'), + (None, 'vrml'), + (None, 'width'), + (None, 'wrap'), + (namespaces['xml'], 'lang'), + # MathML attributes + (None, 'actiontype'), + (None, 'align'), + (None, 'columnalign'), + (None, 'columnalign'), + (None, 'columnalign'), + (None, 'columnlines'), + (None, 'columnspacing'), + (None, 'columnspan'), + (None, 'depth'), + (None, 'display'), + (None, 'displaystyle'), + (None, 'equalcolumns'), + (None, 'equalrows'), + (None, 'fence'), + (None, 'fontstyle'), + (None, 'fontweight'), + (None, 'frame'), + (None, 'height'), + (None, 'linethickness'), + (None, 'lspace'), + (None, 'mathbackground'), + (None, 'mathcolor'), + (None, 'mathvariant'), + (None, 'mathvariant'), + (None, 'maxsize'), + (None, 'minsize'), + (None, 'other'), + (None, 'rowalign'), + (None, 'rowalign'), + (None, 'rowalign'), + (None, 'rowlines'), + (None, 'rowspacing'), + (None, 'rowspan'), + (None, 'rspace'), + (None, 'scriptlevel'), + (None, 'selection'), + (None, 'separator'), + (None, 'stretchy'), + (None, 'width'), + (None, 'width'), + (namespaces['xlink'], 'href'), + (namespaces['xlink'], 'show'), + (namespaces['xlink'], 'type'), + # SVG attributes + (None, 'accent-height'), + (None, 'accumulate'), + (None, 'additive'), + (None, 'alphabetic'), + (None, 'arabic-form'), + (None, 'ascent'), + (None, 'attributeName'), + (None, 'attributeType'), + (None, 'baseProfile'), + (None, 'bbox'), + (None, 'begin'), + (None, 'by'), + (None, 'calcMode'), + (None, 'cap-height'), + (None, 'class'), + (None, 'clip-path'), + (None, 'color'), + (None, 'color-rendering'), + (None, 'content'), + (None, 'cx'), + (None, 'cy'), + (None, 'd'), + (None, 'dx'), + (None, 'dy'), + (None, 'descent'), + (None, 'display'), + (None, 'dur'), + (None, 'end'), + (None, 'fill'), + (None, 'fill-opacity'), + (None, 'fill-rule'), + (None, 'font-family'), + (None, 'font-size'), + (None, 'font-stretch'), + (None, 'font-style'), + (None, 'font-variant'), + (None, 'font-weight'), + (None, 'from'), + (None, 'fx'), + (None, 'fy'), + (None, 'g1'), + (None, 'g2'), + (None, 'glyph-name'), + (None, 'gradientUnits'), + (None, 'hanging'), + (None, 'height'), + (None, 'horiz-adv-x'), + (None, 'horiz-origin-x'), + (None, 'id'), + (None, 'ideographic'), + (None, 'k'), + (None, 'keyPoints'), + (None, 'keySplines'), + (None, 'keyTimes'), + (None, 'lang'), + (None, 'marker-end'), + (None, 'marker-mid'), + (None, 'marker-start'), + (None, 'markerHeight'), + (None, 'markerUnits'), + (None, 'markerWidth'), + (None, 'mathematical'), + (None, 'max'), + (None, 'min'), + (None, 'name'), + (None, 'offset'), + (None, 'opacity'), + (None, 'orient'), + (None, 'origin'), + (None, 'overline-position'), + (None, 'overline-thickness'), + (None, 'panose-1'), + (None, 'path'), + (None, 'pathLength'), + (None, 'points'), + (None, 'preserveAspectRatio'), + (None, 'r'), + (None, 'refX'), + (None, 'refY'), + (None, 'repeatCount'), + (None, 'repeatDur'), + (None, 'requiredExtensions'), + (None, 'requiredFeatures'), + (None, 'restart'), + (None, 'rotate'), + (None, 'rx'), + (None, 'ry'), + (None, 'slope'), + (None, 'stemh'), + (None, 'stemv'), + (None, 'stop-color'), + (None, 'stop-opacity'), + (None, 'strikethrough-position'), + (None, 'strikethrough-thickness'), + (None, 'stroke'), + (None, 'stroke-dasharray'), + (None, 'stroke-dashoffset'), + (None, 'stroke-linecap'), + (None, 'stroke-linejoin'), + (None, 'stroke-miterlimit'), + (None, 'stroke-opacity'), + (None, 'stroke-width'), + (None, 'systemLanguage'), + (None, 'target'), + (None, 'text-anchor'), + (None, 'to'), + (None, 'transform'), + (None, 'type'), + (None, 'u1'), + (None, 'u2'), + (None, 'underline-position'), + (None, 'underline-thickness'), + (None, 'unicode'), + (None, 'unicode-range'), + (None, 'units-per-em'), + (None, 'values'), + (None, 'version'), + (None, 'viewBox'), + (None, 'visibility'), + (None, 'width'), + (None, 'widths'), + (None, 'x'), + (None, 'x-height'), + (None, 'x1'), + (None, 'x2'), + (namespaces['xlink'], 'actuate'), + (namespaces['xlink'], 'arcrole'), + (namespaces['xlink'], 'href'), + (namespaces['xlink'], 'role'), + (namespaces['xlink'], 'show'), + (namespaces['xlink'], 'title'), + (namespaces['xlink'], 'type'), + (namespaces['xml'], 'base'), + (namespaces['xml'], 'lang'), + (namespaces['xml'], 'space'), + (None, 'y'), + (None, 'y1'), + (None, 'y2'), + (None, 'zoomAndPan'), +)) + +attr_val_is_uri = frozenset(( + (None, 'href'), + (None, 'src'), + (None, 'cite'), + (None, 'action'), + (None, 'longdesc'), + (None, 'poster'), + (None, 'background'), + (None, 'datasrc'), + (None, 'dynsrc'), + (None, 'lowsrc'), + (None, 'ping'), + (namespaces['xlink'], 'href'), + (namespaces['xml'], 'base'), +)) + +svg_attr_val_allows_ref = frozenset(( + (None, 'clip-path'), + (None, 'color-profile'), + (None, 'cursor'), + (None, 'fill'), + (None, 'filter'), + (None, 'marker'), + (None, 'marker-start'), + (None, 'marker-mid'), + (None, 'marker-end'), + (None, 'mask'), + (None, 'stroke'), +)) + +svg_allow_local_href = frozenset(( + (None, 'altGlyph'), + (None, 'animate'), + (None, 'animateColor'), + (None, 'animateMotion'), + (None, 'animateTransform'), + (None, 'cursor'), + (None, 'feImage'), + (None, 'filter'), + (None, 'linearGradient'), + (None, 'pattern'), + (None, 'radialGradient'), + (None, 'textpath'), + (None, 'tref'), + (None, 'set'), + (None, 'use') +)) + +allowed_css_properties = frozenset(( + 'azimuth', + 'background-color', + 'border-bottom-color', + 'border-collapse', + 'border-color', + 'border-left-color', + 'border-right-color', + 'border-top-color', + 'clear', + 'color', + 'cursor', + 'direction', + 'display', + 'elevation', + 'float', + 'font', + 'font-family', + 'font-size', + 'font-style', + 'font-variant', + 'font-weight', + 'height', + 'letter-spacing', + 'line-height', + 'overflow', + 'pause', + 'pause-after', + 'pause-before', + 'pitch', + 'pitch-range', + 'richness', + 'speak', + 'speak-header', + 'speak-numeral', + 'speak-punctuation', + 'speech-rate', + 'stress', + 'text-align', + 'text-decoration', + 'text-indent', + 'unicode-bidi', + 'vertical-align', + 'voice-family', + 'volume', + 'white-space', + 'width', +)) + +allowed_css_keywords = frozenset(( + 'auto', + 'aqua', + 'black', + 'block', + 'blue', + 'bold', + 'both', + 'bottom', + 'brown', + 'center', + 'collapse', + 'dashed', + 'dotted', + 'fuchsia', + 'gray', + 'green', + '!important', + 'italic', + 'left', + 'lime', + 'maroon', + 'medium', + 'none', + 'navy', + 'normal', + 'nowrap', + 'olive', + 'pointer', + 'purple', + 'red', + 'right', + 'solid', + 'silver', + 'teal', + 'top', + 'transparent', + 'underline', + 'white', + 'yellow', +)) + +allowed_svg_properties = frozenset(( + 'fill', + 'fill-opacity', + 'fill-rule', + 'stroke', + 'stroke-width', + 'stroke-linecap', + 'stroke-linejoin', + 'stroke-opacity', +)) + +allowed_protocols = frozenset(( + 'ed2k', + 'ftp', + 'http', + 'https', + 'irc', + 'mailto', + 'news', + 'gopher', + 'nntp', + 'telnet', + 'webcal', + 'xmpp', + 'callto', + 'feed', + 'urn', + 'aim', + 'rsync', + 'tag', + 'ssh', + 'sftp', + 'rtsp', + 'afs', + 'data', +)) + +allowed_content_types = frozenset(( + 'image/png', + 'image/jpeg', + 'image/gif', + 'image/webp', + 'image/bmp', + 'text/plain', +)) + + +data_content_type = re.compile(r''' + ^ + # Match a content type / + (?P[-a-zA-Z0-9.]+/[-a-zA-Z0-9.]+) + # Match any character set and encoding + (?:(?:;charset=(?:[-a-zA-Z0-9]+)(?:;(?:base64))?) + |(?:;(?:base64))?(?:;charset=(?:[-a-zA-Z0-9]+))?) + # Assume the rest is data + ,.* + $ + ''', + re.VERBOSE) + + +class Filter(base.Filter): + """Sanitizes token stream of XHTML+MathML+SVG and of inline style attributes""" + def __init__(self, + source, + allowed_elements=allowed_elements, + allowed_attributes=allowed_attributes, + allowed_css_properties=allowed_css_properties, + allowed_css_keywords=allowed_css_keywords, + allowed_svg_properties=allowed_svg_properties, + allowed_protocols=allowed_protocols, + allowed_content_types=allowed_content_types, + attr_val_is_uri=attr_val_is_uri, + svg_attr_val_allows_ref=svg_attr_val_allows_ref, + svg_allow_local_href=svg_allow_local_href): + """Creates a Filter + + :arg allowed_elements: set of elements to allow--everything else will + be escaped + + :arg allowed_attributes: set of attributes to allow in + elements--everything else will be stripped + + :arg allowed_css_properties: set of CSS properties to allow--everything + else will be stripped + + :arg allowed_css_keywords: set of CSS keywords to allow--everything + else will be stripped + + :arg allowed_svg_properties: set of SVG properties to allow--everything + else will be removed + + :arg allowed_protocols: set of allowed protocols for URIs + + :arg allowed_content_types: set of allowed content types for ``data`` URIs. + + :arg attr_val_is_uri: set of attributes that have URI values--values + that have a scheme not listed in ``allowed_protocols`` are removed + + :arg svg_attr_val_allows_ref: set of SVG attributes that can have + references + + :arg svg_allow_local_href: set of SVG elements that can have local + hrefs--these are removed + + """ + super(Filter, self).__init__(source) + + warnings.warn(_deprecation_msg, DeprecationWarning) + + self.allowed_elements = allowed_elements + self.allowed_attributes = allowed_attributes + self.allowed_css_properties = allowed_css_properties + self.allowed_css_keywords = allowed_css_keywords + self.allowed_svg_properties = allowed_svg_properties + self.allowed_protocols = allowed_protocols + self.allowed_content_types = allowed_content_types + self.attr_val_is_uri = attr_val_is_uri + self.svg_attr_val_allows_ref = svg_attr_val_allows_ref + self.svg_allow_local_href = svg_allow_local_href + + def __iter__(self): + for token in base.Filter.__iter__(self): + token = self.sanitize_token(token) + if token: + yield token + + # Sanitize the +html+, escaping all elements not in ALLOWED_ELEMENTS, and + # stripping out all attributes not in ALLOWED_ATTRIBUTES. Style attributes + # are parsed, and a restricted set, specified by ALLOWED_CSS_PROPERTIES and + # ALLOWED_CSS_KEYWORDS, are allowed through. attributes in ATTR_VAL_IS_URI + # are scanned, and only URI schemes specified in ALLOWED_PROTOCOLS are + # allowed. + # + # sanitize_html('') + # => <script> do_nasty_stuff() </script> + # sanitize_html('Click here for $100') + # => Click here for $100 + def sanitize_token(self, token): + + # accommodate filters which use token_type differently + token_type = token["type"] + if token_type in ("StartTag", "EndTag", "EmptyTag"): + name = token["name"] + namespace = token["namespace"] + if ((namespace, name) in self.allowed_elements or + (namespace is None and + (namespaces["html"], name) in self.allowed_elements)): + return self.allowed_token(token) + else: + return self.disallowed_token(token) + elif token_type == "Comment": + pass + else: + return token + + def allowed_token(self, token): + if "data" in token: + attrs = token["data"] + attr_names = set(attrs.keys()) + + # Remove forbidden attributes + for to_remove in (attr_names - self.allowed_attributes): + del token["data"][to_remove] + attr_names.remove(to_remove) + + # Remove attributes with disallowed URL values + for attr in (attr_names & self.attr_val_is_uri): + assert attr in attrs + # I don't have a clue where this regexp comes from or why it matches those + # characters, nor why we call unescape. I just know it's always been here. + # Should you be worried by this comment in a sanitizer? Yes. On the other hand, all + # this will do is remove *more* than it otherwise would. + val_unescaped = re.sub("[`\x00-\x20\x7f-\xa0\\s]+", '', + unescape(attrs[attr])).lower() + # remove replacement characters from unescaped characters + val_unescaped = val_unescaped.replace("\ufffd", "") + try: + uri = urlparse.urlparse(val_unescaped) + except ValueError: + uri = None + del attrs[attr] + if uri and uri.scheme: + if uri.scheme not in self.allowed_protocols: + del attrs[attr] + if uri.scheme == 'data': + m = data_content_type.match(uri.path) + if not m: + del attrs[attr] + elif m.group('content_type') not in self.allowed_content_types: + del attrs[attr] + + for attr in self.svg_attr_val_allows_ref: + if attr in attrs: + attrs[attr] = re.sub(r'url\s*\(\s*[^#\s][^)]+?\)', + ' ', + unescape(attrs[attr])) + if (token["name"] in self.svg_allow_local_href and + (namespaces['xlink'], 'href') in attrs and re.search(r'^\s*[^#\s].*', + attrs[(namespaces['xlink'], 'href')])): + del attrs[(namespaces['xlink'], 'href')] + if (None, 'style') in attrs: + attrs[(None, 'style')] = self.sanitize_css(attrs[(None, 'style')]) + token["data"] = attrs + return token + + def disallowed_token(self, token): + token_type = token["type"] + if token_type == "EndTag": + token["data"] = "" % token["name"] + elif token["data"]: + assert token_type in ("StartTag", "EmptyTag") + attrs = [] + for (ns, name), v in token["data"].items(): + attrs.append(' %s="%s"' % (name if ns is None else "%s:%s" % (prefixes[ns], name), escape(v))) + token["data"] = "<%s%s>" % (token["name"], ''.join(attrs)) + else: + token["data"] = "<%s>" % token["name"] + if token.get("selfClosing"): + token["data"] = token["data"][:-1] + "/>" + + token["type"] = "Characters" + + del token["name"] + return token + + def sanitize_css(self, style): + # disallow urls + style = re.compile(r'url\s*\(\s*[^\s)]+?\s*\)\s*').sub(' ', style) + + # gauntlet + if not re.match(r"""^([:,;#%.\sa-zA-Z0-9!]|\w-\w|'[\s\w]+'|"[\s\w]+"|\([\d,\s]+\))*$""", style): + return '' + if not re.match(r"^\s*([-\w]+\s*:[^:;]*(;\s*|$))*$", style): + return '' + + clean = [] + for prop, value in re.findall(r"([-\w]+)\s*:\s*([^:;]*)", style): + if not value: + continue + if prop.lower() in self.allowed_css_properties: + clean.append(prop + ': ' + value + ';') + elif prop.split('-')[0].lower() in ['background', 'border', 'margin', + 'padding']: + for keyword in value.split(): + if keyword not in self.allowed_css_keywords and \ + not re.match(r"^(#[0-9a-fA-F]+|rgb\(\d+%?,\d*%?,?\d*%?\)?|\d{0,2}\.?\d{0,2}(cm|em|ex|in|mm|pc|pt|px|%|,|\))?)$", keyword): # noqa + break + else: + clean.append(prop + ': ' + value + ';') + elif prop.lower() in self.allowed_svg_properties: + clean.append(prop + ': ' + value + ';') + + return ' '.join(clean) diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/whitespace.py b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/whitespace.py new file mode 100644 index 000000000..0d12584b4 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/whitespace.py @@ -0,0 +1,38 @@ +from __future__ import absolute_import, division, unicode_literals + +import re + +from . import base +from ..constants import rcdataElements, spaceCharacters +spaceCharacters = "".join(spaceCharacters) + +SPACES_REGEX = re.compile("[%s]+" % spaceCharacters) + + +class Filter(base.Filter): + """Collapses whitespace except in pre, textarea, and script elements""" + spacePreserveElements = frozenset(["pre", "textarea"] + list(rcdataElements)) + + def __iter__(self): + preserve = 0 + for token in base.Filter.__iter__(self): + type = token["type"] + if type == "StartTag" \ + and (preserve or token["name"] in self.spacePreserveElements): + preserve += 1 + + elif type == "EndTag" and preserve: + preserve -= 1 + + elif not preserve and type == "SpaceCharacters" and token["data"]: + # Test on token["data"] above to not introduce spaces where there were not + token["data"] = " " + + elif not preserve and type == "Characters": + token["data"] = collapse_spaces(token["data"]) + + yield token + + +def collapse_spaces(text): + return SPACES_REGEX.sub(' ', text) diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/html5parser.py b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/html5parser.py new file mode 100644 index 000000000..d06784f3d --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/html5lib/html5parser.py @@ -0,0 +1,2795 @@ +from __future__ import absolute_import, division, unicode_literals +from pip._vendor.six import with_metaclass, viewkeys + +import types + +from . import _inputstream +from . import _tokenizer + +from . import treebuilders +from .treebuilders.base import Marker + +from . import _utils +from .constants import ( + spaceCharacters, asciiUpper2Lower, + specialElements, headingElements, cdataElements, rcdataElements, + tokenTypes, tagTokenTypes, + namespaces, + htmlIntegrationPointElements, mathmlTextIntegrationPointElements, + adjustForeignAttributes as adjustForeignAttributesMap, + adjustMathMLAttributes, adjustSVGAttributes, + E, + _ReparseException +) + + +def parse(doc, treebuilder="etree", namespaceHTMLElements=True, **kwargs): + """Parse an HTML document as a string or file-like object into a tree + + :arg doc: the document to parse as a string or file-like object + + :arg treebuilder: the treebuilder to use when parsing + + :arg namespaceHTMLElements: whether or not to namespace HTML elements + + :returns: parsed tree + + Example: + + >>> from html5lib.html5parser import parse + >>> parse('

    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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b3edb4fdd2d0e1710198ed1b91febb4401cde389 GIT binary patch literal 8504 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Π7Y~QXtz>vPq&2A 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_internal/vcs/bazaar.py b/venv/lib/python3.8/site-packages/pip/_internal/vcs/bazaar.py new file mode 100644 index 000000000..a7b16e2e0 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/vcs/bazaar.py @@ -0,0 +1,101 @@ +import logging +from typing import List, Optional, Tuple + +from pip._internal.utils.misc import HiddenText, display_path +from pip._internal.utils.subprocess import make_command +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RevOptions, + VersionControl, + vcs, +) + +logger = logging.getLogger(__name__) + + +class Bazaar(VersionControl): + name = "bzr" + dirname = ".bzr" + repo_name = "branch" + schemes = ( + "bzr+http", + "bzr+https", + "bzr+ssh", + "bzr+sftp", + "bzr+ftp", + "bzr+lp", + "bzr+file", + ) + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return ["-r", rev] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Checking out %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flag = "--quiet" + elif verbosity == 1: + flag = "" + else: + flag = f"-{'v'*verbosity}" + cmd_args = make_command("branch", flag, rev_options.to_args(), url, dest) + self.run_command(cmd_args) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command(make_command("switch", url), cwd=dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + cmd_args = make_command("pull", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + # hotfix the URL scheme after removing bzr+ from bzr+ssh:// readd it + url, rev, user_pass = super().get_url_rev_and_auth(url) + if url.startswith("ssh://"): + url = "bzr+" + url + return url, rev, user_pass + + @classmethod + def get_remote_url(cls, location: str) -> str: + urls = cls.run_command( + ["info"], show_stdout=False, stdout_only=True, cwd=location + ) + for line in urls.splitlines(): + line = line.strip() + for x in ("checkout of branch: ", "parent branch: "): + if line.startswith(x): + repo = line.split(x)[1] + if cls._is_local_repository(repo): + return path_to_url(repo) + return repo + raise RemoteNotFoundError + + @classmethod + def get_revision(cls, location: str) -> str: + revision = cls.run_command( + ["revno"], + show_stdout=False, + stdout_only=True, + cwd=location, + ) + return revision.splitlines()[-1] + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + +vcs.register(Bazaar) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/vcs/git.py b/venv/lib/python3.8/site-packages/pip/_internal/vcs/git.py new file mode 100644 index 000000000..8d1d49937 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/vcs/git.py @@ -0,0 +1,526 @@ +import logging +import os.path +import pathlib +import re +import urllib.parse +import urllib.request +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path, hide_url +from pip._internal.utils.subprocess import make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RemoteNotValidError, + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +urlsplit = urllib.parse.urlsplit +urlunsplit = urllib.parse.urlunsplit + + +logger = logging.getLogger(__name__) + + +GIT_VERSION_REGEX = re.compile( + r"^git version " # Prefix. + r"(\d+)" # Major. + r"\.(\d+)" # Dot, minor. + r"(?:\.(\d+))?" # Optional dot, patch. + r".*$" # Suffix, including any pre- and post-release segments we don't care about. +) + +HASH_REGEX = re.compile("^[a-fA-F0-9]{40}$") + +# SCP (Secure copy protocol) shorthand. e.g. 'git@example.com:foo/bar.git' +SCP_REGEX = re.compile( + r"""^ + # Optional user, e.g. 'git@' + (\w+@)? + # Server, e.g. 'github.com'. + ([^/:]+): + # The server-side path. e.g. 'user/project.git'. Must start with an + # alphanumeric character so as not to be confusable with a Windows paths + # like 'C:/foo/bar' or 'C:\foo\bar'. + (\w[^:]*) + $""", + re.VERBOSE, +) + + +def looks_like_hash(sha: str) -> bool: + return bool(HASH_REGEX.match(sha)) + + +class Git(VersionControl): + name = "git" + dirname = ".git" + repo_name = "clone" + schemes = ( + "git+http", + "git+https", + "git+ssh", + "git+git", + "git+file", + ) + # Prevent the user's environment variables from interfering with pip: + # https://github.com/pypa/pip/issues/1130 + unset_environ = ("GIT_DIR", "GIT_WORK_TREE") + default_arg_rev = "HEAD" + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [rev] + + def is_immutable_rev_checkout(self, url: str, dest: str) -> bool: + _, rev_options = self.get_url_rev_options(hide_url(url)) + if not rev_options.rev: + return False + if not self.is_commit_id_equal(dest, rev_options.rev): + # the current commit is different from rev, + # which means rev was something else than a commit hash + return False + # return False in the rare case rev is both a commit hash + # and a tag or a branch; we don't want to cache in that case + # because that branch/tag could point to something else in the future + is_tag_or_branch = bool(self.get_revision_sha(dest, rev_options.rev)[0]) + return not is_tag_or_branch + + def get_git_version(self) -> Tuple[int, ...]: + version = self.run_command( + ["version"], + command_desc="git version", + show_stdout=False, + stdout_only=True, + ) + match = GIT_VERSION_REGEX.match(version) + if not match: + logger.warning("Can't parse git version: %s", version) + return () + return tuple(int(c) for c in match.groups()) + + @classmethod + def get_current_branch(cls, location: str) -> Optional[str]: + """ + Return the current branch, or None if HEAD isn't at a branch + (e.g. detached HEAD). + """ + # git-symbolic-ref exits with empty stdout if "HEAD" is a detached + # HEAD rather than a symbolic ref. In addition, the -q causes the + # command to exit with status code 1 instead of 128 in this case + # and to suppress the message to stderr. + args = ["symbolic-ref", "-q", "HEAD"] + output = cls.run_command( + args, + extra_ok_returncodes=(1,), + show_stdout=False, + stdout_only=True, + cwd=location, + ) + ref = output.strip() + + if ref.startswith("refs/heads/"): + return ref[len("refs/heads/") :] + + return None + + @classmethod + def get_revision_sha(cls, dest: str, rev: str) -> Tuple[Optional[str], bool]: + """ + Return (sha_or_none, is_branch), where sha_or_none is a commit hash + if the revision names a remote branch or tag, otherwise None. + + Args: + dest: the repository directory. + rev: the revision name. + """ + # Pass rev to pre-filter the list. + output = cls.run_command( + ["show-ref", rev], + cwd=dest, + show_stdout=False, + stdout_only=True, + on_returncode="ignore", + ) + refs = {} + # NOTE: We do not use splitlines here since that would split on other + # unicode separators, which can be maliciously used to install a + # different revision. + for line in output.strip().split("\n"): + line = line.rstrip("\r") + if not line: + continue + try: + ref_sha, ref_name = line.split(" ", maxsplit=2) + except ValueError: + # Include the offending line to simplify troubleshooting if + # this error ever occurs. + raise ValueError(f"unexpected show-ref line: {line!r}") + + refs[ref_name] = ref_sha + + branch_ref = f"refs/remotes/origin/{rev}" + tag_ref = f"refs/tags/{rev}" + + sha = refs.get(branch_ref) + if sha is not None: + return (sha, True) + + sha = refs.get(tag_ref) + + return (sha, False) + + @classmethod + def _should_fetch(cls, dest: str, rev: str) -> bool: + """ + Return true if rev is a ref or is a commit that we don't have locally. + + Branches and tags are not considered in this method because they are + assumed to be always available locally (which is a normal outcome of + ``git clone`` and ``git fetch --tags``). + """ + if rev.startswith("refs/"): + # Always fetch remote refs. + return True + + if not looks_like_hash(rev): + # Git fetch would fail with abbreviated commits. + return False + + if cls.has_commit(dest, rev): + # Don't fetch if we have the commit locally. + return False + + return True + + @classmethod + def resolve_revision( + cls, dest: str, url: HiddenText, rev_options: RevOptions + ) -> RevOptions: + """ + Resolve a revision to a new RevOptions object with the SHA1 of the + branch, tag, or ref if found. + + Args: + rev_options: a RevOptions object. + """ + rev = rev_options.arg_rev + # The arg_rev property's implementation for Git ensures that the + # rev return value is always non-None. + assert rev is not None + + sha, is_branch = cls.get_revision_sha(dest, rev) + + if sha is not None: + rev_options = rev_options.make_new(sha) + rev_options.branch_name = rev if is_branch else None + + return rev_options + + # Do not show a warning for the common case of something that has + # the form of a Git commit hash. + if not looks_like_hash(rev): + logger.warning( + "Did not find branch or tag '%s', assuming revision or ref.", + rev, + ) + + if not cls._should_fetch(dest, rev): + return rev_options + + # fetch the requested revision + cls.run_command( + make_command("fetch", "-q", url, rev_options.to_args()), + cwd=dest, + ) + # Change the revision to the SHA of the ref we fetched + sha = cls.get_revision(dest, rev="FETCH_HEAD") + rev_options = rev_options.make_new(sha) + + return rev_options + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """ + Return whether the current commit hash equals the given name. + + Args: + dest: the repository directory. + name: a string name. + """ + if not name: + # Then avoid an unnecessary subprocess call. + return False + + return cls.get_revision(dest) == name + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info("Cloning %s%s to %s", url, rev_display, display_path(dest)) + if verbosity <= 0: + flags: Tuple[str, ...] = ("--quiet",) + elif verbosity == 1: + flags = () + else: + flags = ("--verbose", "--progress") + if self.get_git_version() >= (2, 17): + # Git added support for partial clone in 2.17 + # https://git-scm.com/docs/partial-clone + # Speeds up cloning by functioning without a complete copy of repository + self.run_command( + make_command( + "clone", + "--filter=blob:none", + *flags, + url, + dest, + ) + ) + else: + self.run_command(make_command("clone", *flags, url, dest)) + + if rev_options.rev: + # Then a specific revision was requested. + rev_options = self.resolve_revision(dest, url, rev_options) + branch_name = getattr(rev_options, "branch_name", None) + logger.debug("Rev options %s, branch_name %s", rev_options, branch_name) + if branch_name is None: + # Only do a checkout if the current commit id doesn't match + # the requested revision. + if not self.is_commit_id_equal(dest, rev_options.rev): + cmd_args = make_command( + "checkout", + "-q", + rev_options.to_args(), + ) + self.run_command(cmd_args, cwd=dest) + elif self.get_current_branch(dest) != branch_name: + # Then a specific branch was requested, and that branch + # is not yet checked out. + track_branch = f"origin/{branch_name}" + cmd_args = [ + "checkout", + "-b", + branch_name, + "--track", + track_branch, + ] + self.run_command(cmd_args, cwd=dest) + else: + sha = self.get_revision(dest) + rev_options = rev_options.make_new(sha) + + logger.info("Resolved %s to commit %s", url, rev_options.rev) + + #: repo may contain submodules + self.update_submodules(dest) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command( + make_command("config", "remote.origin.url", url), + cwd=dest, + ) + cmd_args = make_command("checkout", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + self.update_submodules(dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + # First fetch changes from the default remote + if self.get_git_version() >= (1, 9): + # fetch tags in addition to everything else + self.run_command(["fetch", "-q", "--tags"], cwd=dest) + else: + self.run_command(["fetch", "-q"], cwd=dest) + # Then reset to wanted revision (maybe even origin/master) + rev_options = self.resolve_revision(dest, url, rev_options) + cmd_args = make_command("reset", "--hard", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + #: update submodules + self.update_submodules(dest) + + @classmethod + def get_remote_url(cls, location: str) -> str: + """ + Return URL of the first remote encountered. + + Raises RemoteNotFoundError if the repository does not have a remote + url configured. + """ + # We need to pass 1 for extra_ok_returncodes since the command + # exits with return code 1 if there are no matching lines. + stdout = cls.run_command( + ["config", "--get-regexp", r"remote\..*\.url"], + extra_ok_returncodes=(1,), + show_stdout=False, + stdout_only=True, + cwd=location, + ) + remotes = stdout.splitlines() + try: + found_remote = remotes[0] + except IndexError: + raise RemoteNotFoundError + + for remote in remotes: + if remote.startswith("remote.origin.url "): + found_remote = remote + break + url = found_remote.split(" ")[1] + return cls._git_remote_to_pip_url(url.strip()) + + @staticmethod + def _git_remote_to_pip_url(url: str) -> str: + """ + Convert a remote url from what git uses to what pip accepts. + + There are 3 legal forms **url** may take: + + 1. A fully qualified url: ssh://git@example.com/foo/bar.git + 2. A local project.git folder: /path/to/bare/repository.git + 3. SCP shorthand for form 1: git@example.com:foo/bar.git + + Form 1 is output as-is. Form 2 must be converted to URI and form 3 must + be converted to form 1. + + See the corresponding test test_git_remote_url_to_pip() for examples of + sample inputs/outputs. + """ + if re.match(r"\w+://", url): + # This is already valid. Pass it though as-is. + return url + if os.path.exists(url): + # A local bare remote (git clone --mirror). + # Needs a file:// prefix. + return pathlib.PurePath(url).as_uri() + scp_match = SCP_REGEX.match(url) + if scp_match: + # Add an ssh:// prefix and replace the ':' with a '/'. + return scp_match.expand(r"ssh://\1\2/\3") + # Otherwise, bail out. + raise RemoteNotValidError(url) + + @classmethod + def has_commit(cls, location: str, rev: str) -> bool: + """ + Check if rev is a commit that is available in the local repository. + """ + try: + cls.run_command( + ["rev-parse", "-q", "--verify", "sha^" + rev], + cwd=location, + log_failed_cmd=False, + ) + except InstallationError: + return False + else: + return True + + @classmethod + def get_revision(cls, location: str, rev: Optional[str] = None) -> str: + if rev is None: + rev = "HEAD" + current_rev = cls.run_command( + ["rev-parse", rev], + show_stdout=False, + stdout_only=True, + cwd=location, + ) + return current_rev.strip() + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + # find the repo root + git_dir = cls.run_command( + ["rev-parse", "--git-dir"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + if not os.path.isabs(git_dir): + git_dir = os.path.join(location, git_dir) + repo_root = os.path.abspath(os.path.join(git_dir, "..")) + return find_path_to_project_root_from_repo_root(location, repo_root) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + """ + Prefixes stub URLs like 'user@hostname:user/repo.git' with 'ssh://'. + That's required because although they use SSH they sometimes don't + work with a ssh:// scheme (e.g. GitHub). But we need a scheme for + parsing. Hence we remove it again afterwards and return it as a stub. + """ + # Works around an apparent Git bug + # (see https://article.gmane.org/gmane.comp.version-control.git/146500) + scheme, netloc, path, query, fragment = urlsplit(url) + if scheme.endswith("file"): + initial_slashes = path[: -len(path.lstrip("/"))] + newpath = initial_slashes + urllib.request.url2pathname(path).replace( + "\\", "/" + ).lstrip("/") + after_plus = scheme.find("+") + 1 + url = scheme[:after_plus] + urlunsplit( + (scheme[after_plus:], netloc, newpath, query, fragment), + ) + + if "://" not in url: + assert "file:" not in url + url = url.replace("git+", "git+ssh://") + url, rev, user_pass = super().get_url_rev_and_auth(url) + url = url.replace("ssh://", "") + else: + url, rev, user_pass = super().get_url_rev_and_auth(url) + + return url, rev, user_pass + + @classmethod + def update_submodules(cls, location: str) -> None: + if not os.path.exists(os.path.join(location, ".gitmodules")): + return + cls.run_command( + ["submodule", "update", "--init", "--recursive", "-q"], + cwd=location, + ) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + loc = super().get_repository_root(location) + if loc: + return loc + try: + r = cls.run_command( + ["rev-parse", "--show-toplevel"], + cwd=location, + show_stdout=False, + stdout_only=True, + on_returncode="raise", + log_failed_cmd=False, + ) + except BadCommand: + logger.debug( + "could not determine if %s is under git control " + "because git is not available", + location, + ) + return None + except InstallationError: + return None + return os.path.normpath(r.rstrip("\r\n")) + + @staticmethod + def should_add_vcs_url_prefix(repo_url: str) -> bool: + """In either https or ssh form, requirements must be prefixed with git+.""" + return True + + +vcs.register(Git) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/vcs/mercurial.py b/venv/lib/python3.8/site-packages/pip/_internal/vcs/mercurial.py new file mode 100644 index 000000000..2a005e0af --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/vcs/mercurial.py @@ -0,0 +1,163 @@ +import configparser +import logging +import os +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path +from pip._internal.utils.subprocess import make_command +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs.versioncontrol import ( + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +logger = logging.getLogger(__name__) + + +class Mercurial(VersionControl): + name = "hg" + dirname = ".hg" + repo_name = "clone" + schemes = ( + "hg+file", + "hg+http", + "hg+https", + "hg+ssh", + "hg+static-http", + ) + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [rev] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Cloning hg %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flags: Tuple[str, ...] = ("--quiet",) + elif verbosity == 1: + flags = () + elif verbosity == 2: + flags = ("--verbose",) + else: + flags = ("--verbose", "--debug") + self.run_command(make_command("clone", "--noupdate", *flags, url, dest)) + self.run_command( + make_command("update", *flags, rev_options.to_args()), + cwd=dest, + ) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + repo_config = os.path.join(dest, self.dirname, "hgrc") + config = configparser.RawConfigParser() + try: + config.read(repo_config) + config.set("paths", "default", url.secret) + with open(repo_config, "w") as config_file: + config.write(config_file) + except (OSError, configparser.NoSectionError) as exc: + logger.warning("Could not switch Mercurial repository to %s: %s", url, exc) + else: + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command(["pull", "-q"], cwd=dest) + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_remote_url(cls, location: str) -> str: + url = cls.run_command( + ["showconfig", "paths.default"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + if cls._is_local_repository(url): + url = path_to_url(url) + return url.strip() + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the repository-local changeset revision number, as an integer. + """ + current_revision = cls.run_command( + ["parents", "--template={rev}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_revision + + @classmethod + def get_requirement_revision(cls, location: str) -> str: + """ + Return the changeset identification hash, as a 40-character + hexadecimal string + """ + current_rev_hash = cls.run_command( + ["parents", "--template={node}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_rev_hash + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + # find the repo root + repo_root = cls.run_command( + ["root"], show_stdout=False, stdout_only=True, cwd=location + ).strip() + if not os.path.isabs(repo_root): + repo_root = os.path.abspath(os.path.join(location, repo_root)) + return find_path_to_project_root_from_repo_root(location, repo_root) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + loc = super().get_repository_root(location) + if loc: + return loc + try: + r = cls.run_command( + ["root"], + cwd=location, + show_stdout=False, + stdout_only=True, + on_returncode="raise", + log_failed_cmd=False, + ) + except BadCommand: + logger.debug( + "could not determine if %s is under hg control " + "because hg is not available", + location, + ) + return None + except InstallationError: + return None + return os.path.normpath(r.rstrip("\r\n")) + + +vcs.register(Mercurial) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/vcs/subversion.py b/venv/lib/python3.8/site-packages/pip/_internal/vcs/subversion.py new file mode 100644 index 000000000..89c8754ce --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/vcs/subversion.py @@ -0,0 +1,324 @@ +import logging +import os +import re +from typing import List, Optional, Tuple + +from pip._internal.utils.misc import ( + HiddenText, + display_path, + is_console_interactive, + is_installable_dir, + split_auth_from_netloc, +) +from pip._internal.utils.subprocess import CommandArgs, make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RevOptions, + VersionControl, + vcs, +) + +logger = logging.getLogger(__name__) + +_svn_xml_url_re = re.compile('url="([^"]+)"') +_svn_rev_re = re.compile(r'committed-rev="(\d+)"') +_svn_info_xml_rev_re = re.compile(r'\s*revision="(\d+)"') +_svn_info_xml_url_re = re.compile(r"(.*)") + + +class Subversion(VersionControl): + name = "svn" + dirname = ".svn" + repo_name = "checkout" + schemes = ("svn+ssh", "svn+http", "svn+https", "svn+svn", "svn+file") + + @classmethod + def should_add_vcs_url_prefix(cls, remote_url: str) -> bool: + return True + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return ["-r", rev] + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the maximum revision for all files under a given location + """ + # Note: taken from setuptools.command.egg_info + revision = 0 + + for base, dirs, _ in os.walk(location): + if cls.dirname not in dirs: + dirs[:] = [] + continue # no sense walking uncontrolled subdirs + dirs.remove(cls.dirname) + entries_fn = os.path.join(base, cls.dirname, "entries") + if not os.path.exists(entries_fn): + # FIXME: should we warn? + continue + + dirurl, localrev = cls._get_svn_url_rev(base) + + if base == location: + assert dirurl is not None + base = dirurl + "/" # save the root url + elif not dirurl or not dirurl.startswith(base): + dirs[:] = [] + continue # not part of the same svn tree, skip it + revision = max(revision, localrev) + return str(revision) + + @classmethod + def get_netloc_and_auth( + cls, netloc: str, scheme: str + ) -> Tuple[str, Tuple[Optional[str], Optional[str]]]: + """ + This override allows the auth information to be passed to svn via the + --username and --password options instead of via the URL. + """ + if scheme == "ssh": + # The --username and --password options can't be used for + # svn+ssh URLs, so keep the auth information in the URL. + return super().get_netloc_and_auth(netloc, scheme) + + return split_auth_from_netloc(netloc) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + # hotfix the URL scheme after removing svn+ from svn+ssh:// readd it + url, rev, user_pass = super().get_url_rev_and_auth(url) + if url.startswith("ssh://"): + url = "svn+" + url + return url, rev, user_pass + + @staticmethod + def make_rev_args( + username: Optional[str], password: Optional[HiddenText] + ) -> CommandArgs: + extra_args: CommandArgs = [] + if username: + extra_args += ["--username", username] + if password: + extra_args += ["--password", password] + + return extra_args + + @classmethod + def get_remote_url(cls, location: str) -> str: + # In cases where the source is in a subdirectory, we have to look up in + # the location until we find a valid project root. + orig_location = location + while not is_installable_dir(location): + last_location = location + location = os.path.dirname(location) + if location == last_location: + # We've traversed up to the root of the filesystem without + # finding a Python project. + logger.warning( + "Could not find Python project for directory %s (tried all " + "parent directories)", + orig_location, + ) + raise RemoteNotFoundError + + url, _rev = cls._get_svn_url_rev(location) + if url is None: + raise RemoteNotFoundError + + return url + + @classmethod + def _get_svn_url_rev(cls, location: str) -> Tuple[Optional[str], int]: + from pip._internal.exceptions import InstallationError + + entries_path = os.path.join(location, cls.dirname, "entries") + if os.path.exists(entries_path): + with open(entries_path) as f: + data = f.read() + else: # subversion >= 1.7 does not have the 'entries' file + data = "" + + url = None + if data.startswith("8") or data.startswith("9") or data.startswith("10"): + entries = list(map(str.splitlines, data.split("\n\x0c\n"))) + del entries[0][0] # get rid of the '8' + url = entries[0][3] + revs = [int(d[9]) for d in entries if len(d) > 9 and d[9]] + [0] + elif data.startswith("= 1.7 + # Note that using get_remote_call_options is not necessary here + # because `svn info` is being run against a local directory. + # We don't need to worry about making sure interactive mode + # is being used to prompt for passwords, because passwords + # are only potentially needed for remote server requests. + xml = cls.run_command( + ["info", "--xml", location], + show_stdout=False, + stdout_only=True, + ) + match = _svn_info_xml_url_re.search(xml) + assert match is not None + url = match.group(1) + revs = [int(m.group(1)) for m in _svn_info_xml_rev_re.finditer(xml)] + except InstallationError: + url, revs = None, [] + + if revs: + rev = max(revs) + else: + rev = 0 + + return url, rev + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + def __init__(self, use_interactive: bool = None) -> None: + if use_interactive is None: + use_interactive = is_console_interactive() + self.use_interactive = use_interactive + + # This member is used to cache the fetched version of the current + # ``svn`` client. + # Special value definitions: + # None: Not evaluated yet. + # Empty tuple: Could not parse version. + self._vcs_version: Optional[Tuple[int, ...]] = None + + super().__init__() + + def call_vcs_version(self) -> Tuple[int, ...]: + """Query the version of the currently installed Subversion client. + + :return: A tuple containing the parts of the version information or + ``()`` if the version returned from ``svn`` could not be parsed. + :raises: BadCommand: If ``svn`` is not installed. + """ + # Example versions: + # svn, version 1.10.3 (r1842928) + # compiled Feb 25 2019, 14:20:39 on x86_64-apple-darwin17.0.0 + # svn, version 1.7.14 (r1542130) + # compiled Mar 28 2018, 08:49:13 on x86_64-pc-linux-gnu + # svn, version 1.12.0-SlikSvn (SlikSvn/1.12.0) + # compiled May 28 2019, 13:44:56 on x86_64-microsoft-windows6.2 + version_prefix = "svn, version " + version = self.run_command(["--version"], show_stdout=False, stdout_only=True) + if not version.startswith(version_prefix): + return () + + version = version[len(version_prefix) :].split()[0] + version_list = version.partition("-")[0].split(".") + try: + parsed_version = tuple(map(int, version_list)) + except ValueError: + return () + + return parsed_version + + def get_vcs_version(self) -> Tuple[int, ...]: + """Return the version of the currently installed Subversion client. + + If the version of the Subversion client has already been queried, + a cached value will be used. + + :return: A tuple containing the parts of the version information or + ``()`` if the version returned from ``svn`` could not be parsed. + :raises: BadCommand: If ``svn`` is not installed. + """ + if self._vcs_version is not None: + # Use cached version, if available. + # If parsing the version failed previously (empty tuple), + # do not attempt to parse it again. + return self._vcs_version + + vcs_version = self.call_vcs_version() + self._vcs_version = vcs_version + return vcs_version + + def get_remote_call_options(self) -> CommandArgs: + """Return options to be used on calls to Subversion that contact the server. + + These options are applicable for the following ``svn`` subcommands used + in this class. + + - checkout + - switch + - update + + :return: A list of command line arguments to pass to ``svn``. + """ + if not self.use_interactive: + # --non-interactive switch is available since Subversion 0.14.4. + # Subversion < 1.8 runs in interactive mode by default. + return ["--non-interactive"] + + svn_version = self.get_vcs_version() + # By default, Subversion >= 1.8 runs in non-interactive mode if + # stdin is not a TTY. Since that is how pip invokes SVN, in + # call_subprocess(), pip must pass --force-interactive to ensure + # the user can be prompted for a password, if required. + # SVN added the --force-interactive option in SVN 1.8. Since + # e.g. RHEL/CentOS 7, which is supported until 2024, ships with + # SVN 1.7, pip should continue to support SVN 1.7. Therefore, pip + # can't safely add the option if the SVN version is < 1.8 (or unknown). + if svn_version >= (1, 8): + return ["--force-interactive"] + + return [] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Checking out %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flag = "--quiet" + else: + flag = "" + cmd_args = make_command( + "checkout", + flag, + self.get_remote_call_options(), + rev_options.to_args(), + url, + dest, + ) + self.run_command(cmd_args) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + cmd_args = make_command( + "switch", + self.get_remote_call_options(), + rev_options.to_args(), + url, + dest, + ) + self.run_command(cmd_args) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + cmd_args = make_command( + "update", + self.get_remote_call_options(), + rev_options.to_args(), + dest, + ) + self.run_command(cmd_args) + + +vcs.register(Subversion) diff --git a/venv/lib/python3.8/site-packages/pip/_internal/vcs/versioncontrol.py b/venv/lib/python3.8/site-packages/pip/_internal/vcs/versioncontrol.py new file mode 100644 index 000000000..02bbf68e7 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/vcs/versioncontrol.py @@ -0,0 +1,705 @@ +"""Handles all VCS (version control) support""" + +import logging +import os +import shutil +import sys +import urllib.parse +from typing import ( + TYPE_CHECKING, + Any, + Dict, + Iterable, + Iterator, + List, + Mapping, + Optional, + Tuple, + Type, + Union, +) + +from pip._internal.cli.spinners import SpinnerInterface +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import ( + HiddenText, + ask_path_exists, + backup_dir, + display_path, + hide_url, + hide_value, + is_installable_dir, + rmtree, +) +from pip._internal.utils.subprocess import ( + CommandArgs, + call_subprocess, + format_command_args, + make_command, +) +from pip._internal.utils.urls import get_url_scheme + +if TYPE_CHECKING: + # Literal was introduced in Python 3.8. + # + # TODO: Remove `if TYPE_CHECKING` when dropping support for Python 3.7. + from typing import Literal + + +__all__ = ["vcs"] + + +logger = logging.getLogger(__name__) + +AuthInfo = Tuple[Optional[str], Optional[str]] + + +def is_url(name: str) -> bool: + """ + Return true if the name looks like a URL. + """ + scheme = get_url_scheme(name) + if scheme is None: + return False + return scheme in ["http", "https", "file", "ftp"] + vcs.all_schemes + + +def make_vcs_requirement_url( + repo_url: str, rev: str, project_name: str, subdir: Optional[str] = None +) -> str: + """ + Return the URL for a VCS requirement. + + Args: + repo_url: the remote VCS url, with any needed VCS prefix (e.g. "git+"). + project_name: the (unescaped) project name. + """ + egg_project_name = project_name.replace("-", "_") + req = f"{repo_url}@{rev}#egg={egg_project_name}" + if subdir: + req += f"&subdirectory={subdir}" + + return req + + +def find_path_to_project_root_from_repo_root( + location: str, repo_root: str +) -> Optional[str]: + """ + Find the the Python project's root by searching up the filesystem from + `location`. Return the path to project root relative to `repo_root`. + Return None if the project root is `repo_root`, or cannot be found. + """ + # find project root. + orig_location = location + while not is_installable_dir(location): + last_location = location + location = os.path.dirname(location) + if location == last_location: + # We've traversed up to the root of the filesystem without + # finding a Python project. + logger.warning( + "Could not find a Python project for directory %s (tried all " + "parent directories)", + orig_location, + ) + return None + + if os.path.samefile(repo_root, location): + return None + + return os.path.relpath(location, repo_root) + + +class RemoteNotFoundError(Exception): + pass + + +class RemoteNotValidError(Exception): + def __init__(self, url: str): + super().__init__(url) + self.url = url + + +class RevOptions: + + """ + Encapsulates a VCS-specific revision to install, along with any VCS + install options. + + Instances of this class should be treated as if immutable. + """ + + def __init__( + self, + vc_class: Type["VersionControl"], + rev: Optional[str] = None, + extra_args: Optional[CommandArgs] = None, + ) -> None: + """ + Args: + vc_class: a VersionControl subclass. + rev: the name of the revision to install. + extra_args: a list of extra options. + """ + if extra_args is None: + extra_args = [] + + self.extra_args = extra_args + self.rev = rev + self.vc_class = vc_class + self.branch_name: Optional[str] = None + + def __repr__(self) -> str: + return f"" + + @property + def arg_rev(self) -> Optional[str]: + if self.rev is None: + return self.vc_class.default_arg_rev + + return self.rev + + def to_args(self) -> CommandArgs: + """ + Return the VCS-specific command arguments. + """ + args: CommandArgs = [] + rev = self.arg_rev + if rev is not None: + args += self.vc_class.get_base_rev_args(rev) + args += self.extra_args + + return args + + def to_display(self) -> str: + if not self.rev: + return "" + + return f" (to revision {self.rev})" + + def make_new(self, rev: str) -> "RevOptions": + """ + Make a copy of the current instance, but with a new rev. + + Args: + rev: the name of the revision for the new object. + """ + return self.vc_class.make_rev_options(rev, extra_args=self.extra_args) + + +class VcsSupport: + _registry: Dict[str, "VersionControl"] = {} + schemes = ["ssh", "git", "hg", "bzr", "sftp", "svn"] + + def __init__(self) -> None: + # Register more schemes with urlparse for various version control + # systems + urllib.parse.uses_netloc.extend(self.schemes) + super().__init__() + + def __iter__(self) -> Iterator[str]: + return self._registry.__iter__() + + @property + def backends(self) -> List["VersionControl"]: + return list(self._registry.values()) + + @property + def dirnames(self) -> List[str]: + return [backend.dirname for backend in self.backends] + + @property + def all_schemes(self) -> List[str]: + schemes: List[str] = [] + for backend in self.backends: + schemes.extend(backend.schemes) + return schemes + + def register(self, cls: Type["VersionControl"]) -> None: + if not hasattr(cls, "name"): + logger.warning("Cannot register VCS %s", cls.__name__) + return + if cls.name not in self._registry: + self._registry[cls.name] = cls() + logger.debug("Registered VCS backend: %s", cls.name) + + def unregister(self, name: str) -> None: + if name in self._registry: + del self._registry[name] + + def get_backend_for_dir(self, location: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object if a repository of that type is found + at the given directory. + """ + vcs_backends = {} + for vcs_backend in self._registry.values(): + repo_path = vcs_backend.get_repository_root(location) + if not repo_path: + continue + logger.debug("Determine that %s uses VCS: %s", location, vcs_backend.name) + vcs_backends[repo_path] = vcs_backend + + if not vcs_backends: + return None + + # Choose the VCS in the inner-most directory. Since all repository + # roots found here would be either `location` or one of its + # parents, the longest path should have the most path components, + # i.e. the backend representing the inner-most repository. + inner_most_repo_path = max(vcs_backends, key=len) + return vcs_backends[inner_most_repo_path] + + def get_backend_for_scheme(self, scheme: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object or None. + """ + for vcs_backend in self._registry.values(): + if scheme in vcs_backend.schemes: + return vcs_backend + return None + + def get_backend(self, name: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object or None. + """ + name = name.lower() + return self._registry.get(name) + + +vcs = VcsSupport() + + +class VersionControl: + name = "" + dirname = "" + repo_name = "" + # List of supported schemes for this Version Control + schemes: Tuple[str, ...] = () + # Iterable of environment variable names to pass to call_subprocess(). + unset_environ: Tuple[str, ...] = () + default_arg_rev: Optional[str] = None + + @classmethod + def should_add_vcs_url_prefix(cls, remote_url: str) -> bool: + """ + Return whether the vcs prefix (e.g. "git+") should be added to a + repository's remote url when used in a requirement. + """ + return not remote_url.lower().startswith(f"{cls.name}:") + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + return None + + @classmethod + def get_requirement_revision(cls, repo_dir: str) -> str: + """ + Return the revision string that should be used in a requirement. + """ + return cls.get_revision(repo_dir) + + @classmethod + def get_src_requirement(cls, repo_dir: str, project_name: str) -> str: + """ + Return the requirement string to use to redownload the files + currently at the given repository directory. + + Args: + project_name: the (unescaped) project name. + + The return value has a form similar to the following: + + {repository_url}@{revision}#egg={project_name} + """ + repo_url = cls.get_remote_url(repo_dir) + + if cls.should_add_vcs_url_prefix(repo_url): + repo_url = f"{cls.name}+{repo_url}" + + revision = cls.get_requirement_revision(repo_dir) + subdir = cls.get_subdirectory(repo_dir) + req = make_vcs_requirement_url(repo_url, revision, project_name, subdir=subdir) + + return req + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + """ + Return the base revision arguments for a vcs command. + + Args: + rev: the name of a revision to install. Cannot be None. + """ + raise NotImplementedError + + def is_immutable_rev_checkout(self, url: str, dest: str) -> bool: + """ + Return true if the commit hash checked out at dest matches + the revision in url. + + Always return False, if the VCS does not support immutable commit + hashes. + + This method does not check if there are local uncommitted changes + in dest after checkout, as pip currently has no use case for that. + """ + return False + + @classmethod + def make_rev_options( + cls, rev: Optional[str] = None, extra_args: Optional[CommandArgs] = None + ) -> RevOptions: + """ + Return a RevOptions object. + + Args: + rev: the name of a revision to install. + extra_args: a list of extra options. + """ + return RevOptions(cls, rev, extra_args=extra_args) + + @classmethod + def _is_local_repository(cls, repo: str) -> bool: + """ + posix absolute paths start with os.path.sep, + win32 ones start with drive (like c:\\folder) + """ + drive, tail = os.path.splitdrive(repo) + return repo.startswith(os.path.sep) or bool(drive) + + @classmethod + def get_netloc_and_auth( + cls, netloc: str, scheme: str + ) -> Tuple[str, Tuple[Optional[str], Optional[str]]]: + """ + Parse the repository URL's netloc, and return the new netloc to use + along with auth information. + + Args: + netloc: the original repository URL netloc. + scheme: the repository URL's scheme without the vcs prefix. + + This is mainly for the Subversion class to override, so that auth + information can be provided via the --username and --password options + instead of through the URL. For other subclasses like Git without + such an option, auth information must stay in the URL. + + Returns: (netloc, (username, password)). + """ + return netloc, (None, None) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + """ + Parse the repository URL to use, and return the URL, revision, + and auth info to use. + + Returns: (url, rev, (username, password)). + """ + scheme, netloc, path, query, frag = urllib.parse.urlsplit(url) + if "+" not in scheme: + raise ValueError( + "Sorry, {!r} is a malformed VCS url. " + "The format is +://, " + "e.g. svn+http://myrepo/svn/MyApp#egg=MyApp".format(url) + ) + # Remove the vcs prefix. + scheme = scheme.split("+", 1)[1] + netloc, user_pass = cls.get_netloc_and_auth(netloc, scheme) + rev = None + if "@" in path: + path, rev = path.rsplit("@", 1) + if not rev: + raise InstallationError( + "The URL {!r} has an empty revision (after @) " + "which is not supported. Include a revision after @ " + "or remove @ from the URL.".format(url) + ) + url = urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + return url, rev, user_pass + + @staticmethod + def make_rev_args( + username: Optional[str], password: Optional[HiddenText] + ) -> CommandArgs: + """ + Return the RevOptions "extra arguments" to use in obtain(). + """ + return [] + + def get_url_rev_options(self, url: HiddenText) -> Tuple[HiddenText, RevOptions]: + """ + Return the URL and RevOptions object to use in obtain(), + as a tuple (url, rev_options). + """ + secret_url, rev, user_pass = self.get_url_rev_and_auth(url.secret) + username, secret_password = user_pass + password: Optional[HiddenText] = None + if secret_password is not None: + password = hide_value(secret_password) + extra_args = self.make_rev_args(username, password) + rev_options = self.make_rev_options(rev, extra_args=extra_args) + + return hide_url(secret_url), rev_options + + @staticmethod + def normalize_url(url: str) -> str: + """ + Normalize a URL for comparison by unquoting it and removing any + trailing slash. + """ + return urllib.parse.unquote(url).rstrip("/") + + @classmethod + def compare_urls(cls, url1: str, url2: str) -> bool: + """ + Compare two repo URLs for identity, ignoring incidental differences. + """ + return cls.normalize_url(url1) == cls.normalize_url(url2) + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + """ + Fetch a revision from a repository, in the case that this is the + first fetch from the repository. + + Args: + dest: the directory to fetch the repository to. + rev_options: a RevOptions object. + verbosity: verbosity level. + """ + raise NotImplementedError + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + """ + Switch the repo at ``dest`` to point to ``URL``. + + Args: + rev_options: a RevOptions object. + """ + raise NotImplementedError + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + """ + Update an already-existing repo to the given ``rev_options``. + + Args: + rev_options: a RevOptions object. + """ + raise NotImplementedError + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """ + Return whether the id of the current commit equals the given name. + + Args: + dest: the repository directory. + name: a string name. + """ + raise NotImplementedError + + def obtain(self, dest: str, url: HiddenText, verbosity: int) -> None: + """ + Install or update in editable mode the package represented by this + VersionControl object. + + :param dest: the repository directory in which to install or update. + :param url: the repository URL starting with a vcs prefix. + :param verbosity: verbosity level. + """ + url, rev_options = self.get_url_rev_options(url) + + if not os.path.exists(dest): + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + rev_display = rev_options.to_display() + if self.is_repository_directory(dest): + existing_url = self.get_remote_url(dest) + if self.compare_urls(existing_url, url.secret): + logger.debug( + "%s in %s exists, and has correct URL (%s)", + self.repo_name.title(), + display_path(dest), + url, + ) + if not self.is_commit_id_equal(dest, rev_options.rev): + logger.info( + "Updating %s %s%s", + display_path(dest), + self.repo_name, + rev_display, + ) + self.update(dest, url, rev_options) + else: + logger.info("Skipping because already up-to-date.") + return + + logger.warning( + "%s %s in %s exists with URL %s", + self.name, + self.repo_name, + display_path(dest), + existing_url, + ) + prompt = ("(s)witch, (i)gnore, (w)ipe, (b)ackup ", ("s", "i", "w", "b")) + else: + logger.warning( + "Directory %s already exists, and is not a %s %s.", + dest, + self.name, + self.repo_name, + ) + # https://github.com/python/mypy/issues/1174 + prompt = ("(i)gnore, (w)ipe, (b)ackup ", ("i", "w", "b")) # type: ignore + + logger.warning( + "The plan is to install the %s repository %s", + self.name, + url, + ) + response = ask_path_exists("What to do? {}".format(prompt[0]), prompt[1]) + + if response == "a": + sys.exit(-1) + + if response == "w": + logger.warning("Deleting %s", display_path(dest)) + rmtree(dest) + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + if response == "b": + dest_dir = backup_dir(dest) + logger.warning("Backing up %s to %s", display_path(dest), dest_dir) + shutil.move(dest, dest_dir) + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + # Do nothing if the response is "i". + if response == "s": + logger.info( + "Switching %s %s to %s%s", + self.repo_name, + display_path(dest), + url, + rev_display, + ) + self.switch(dest, url, rev_options) + + def unpack(self, location: str, url: HiddenText, verbosity: int) -> None: + """ + Clean up current location and download the url repository + (and vcs infos) into location + + :param url: the repository URL starting with a vcs prefix. + :param verbosity: verbosity level. + """ + if os.path.exists(location): + rmtree(location) + self.obtain(location, url=url, verbosity=verbosity) + + @classmethod + def get_remote_url(cls, location: str) -> str: + """ + Return the url used at location + + Raises RemoteNotFoundError if the repository does not have a remote + url configured. + """ + raise NotImplementedError + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the current commit id of the files at the given location. + """ + raise NotImplementedError + + @classmethod + def run_command( + cls, + cmd: Union[List[str], CommandArgs], + show_stdout: bool = True, + cwd: Optional[str] = None, + on_returncode: 'Literal["raise", "warn", "ignore"]' = "raise", + extra_ok_returncodes: Optional[Iterable[int]] = None, + command_desc: Optional[str] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + spinner: Optional[SpinnerInterface] = None, + log_failed_cmd: bool = True, + stdout_only: bool = False, + ) -> str: + """ + Run a VCS subcommand + This is simply a wrapper around call_subprocess that adds the VCS + command name, and checks that the VCS is available + """ + cmd = make_command(cls.name, *cmd) + if command_desc is None: + command_desc = format_command_args(cmd) + try: + return call_subprocess( + cmd, + show_stdout, + cwd, + on_returncode=on_returncode, + extra_ok_returncodes=extra_ok_returncodes, + command_desc=command_desc, + extra_environ=extra_environ, + unset_environ=cls.unset_environ, + spinner=spinner, + log_failed_cmd=log_failed_cmd, + stdout_only=stdout_only, + ) + except FileNotFoundError: + # errno.ENOENT = no such file or directory + # In other words, the VCS executable isn't available + raise BadCommand( + f"Cannot find command {cls.name!r} - do you have " + f"{cls.name!r} installed and in your PATH?" + ) + except PermissionError: + # errno.EACCES = Permission denied + # This error occurs, for instance, when the command is installed + # only for another user. So, the current user don't have + # permission to call the other user command. + raise BadCommand( + f"No permission to execute {cls.name!r} - install it " + f"locally, globally (ask admin), or check your PATH. " + f"See possible solutions at " + f"https://pip.pypa.io/en/latest/reference/pip_freeze/" + f"#fixing-permission-denied." + ) + + @classmethod + def is_repository_directory(cls, path: str) -> bool: + """ + Return whether a directory path is a repository directory. + """ + logger.debug("Checking in %s for %s (%s)...", path, cls.dirname, cls.name) + return os.path.exists(os.path.join(path, cls.dirname)) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + """ + Return the "root" (top-level) directory controlled by the vcs, + or `None` if the directory is not in any. + + It is meant to be overridden to implement smarter detection + mechanisms for specific vcs. + + This can do more than is_repository_directory() alone. For + example, the Git override checks that Git is actually available. + """ + if cls.is_repository_directory(location): + return location + return None diff --git a/venv/lib/python3.8/site-packages/pip/_internal/wheel_builder.py b/venv/lib/python3.8/site-packages/pip/_internal/wheel_builder.py new file mode 100644 index 000000000..d0663443b --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_internal/wheel_builder.py @@ -0,0 +1,377 @@ +"""Orchestrator for building wheels from InstallRequirements. +""" + +import logging +import os.path +import re +import shutil +from typing import Any, Callable, Iterable, List, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name, canonicalize_version +from pip._vendor.packaging.version import InvalidVersion, Version + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import InvalidWheelFilename, UnsupportedWheel +from pip._internal.metadata import FilesystemWheel, get_wheel_distribution +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.build.wheel import build_wheel_pep517 +from pip._internal.operations.build.wheel_editable import build_wheel_editable +from pip._internal.operations.build.wheel_legacy import build_wheel_legacy +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ensure_dir, hash_file, is_wheel_installed +from pip._internal.utils.setuptools_build import make_setuptools_clean_args +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + +_egg_info_re = re.compile(r"([a-z0-9_.]+)-([a-z0-9_.!+-]+)", re.IGNORECASE) + +BinaryAllowedPredicate = Callable[[InstallRequirement], bool] +BuildResult = Tuple[List[InstallRequirement], List[InstallRequirement]] + + +def _contains_egg_info(s: str) -> bool: + """Determine whether the string looks like an egg_info. + + :param s: The string to parse. E.g. foo-2.1 + """ + return bool(_egg_info_re.search(s)) + + +def _should_build( + req: InstallRequirement, + need_wheel: bool, + check_binary_allowed: BinaryAllowedPredicate, +) -> bool: + """Return whether an InstallRequirement should be built into a wheel.""" + if req.constraint: + # never build requirements that are merely constraints + return False + if req.is_wheel: + if need_wheel: + logger.info( + "Skipping %s, due to already being wheel.", + req.name, + ) + return False + + if need_wheel: + # i.e. pip wheel, not pip install + return True + + # From this point, this concerns the pip install command only + # (need_wheel=False). + + if not req.source_dir: + return False + + if req.editable: + # we only build PEP 660 editable requirements + return req.supports_pyproject_editable() + + if req.use_pep517: + return True + + if not check_binary_allowed(req): + logger.info( + "Skipping wheel build for %s, due to binaries being disabled for it.", + req.name, + ) + return False + + if not is_wheel_installed(): + # we don't build legacy requirements if wheel is not installed + logger.info( + "Using legacy 'setup.py install' for %s, " + "since package 'wheel' is not installed.", + req.name, + ) + return False + + return True + + +def should_build_for_wheel_command( + req: InstallRequirement, +) -> bool: + return _should_build(req, need_wheel=True, check_binary_allowed=_always_true) + + +def should_build_for_install_command( + req: InstallRequirement, + check_binary_allowed: BinaryAllowedPredicate, +) -> bool: + return _should_build( + req, need_wheel=False, check_binary_allowed=check_binary_allowed + ) + + +def _should_cache( + req: InstallRequirement, +) -> Optional[bool]: + """ + Return whether a built InstallRequirement can be stored in the persistent + wheel cache, assuming the wheel cache is available, and _should_build() + has determined a wheel needs to be built. + """ + if req.editable or not req.source_dir: + # never cache editable requirements + return False + + if req.link and req.link.is_vcs: + # VCS checkout. Do not cache + # unless it points to an immutable commit hash. + assert not req.editable + assert req.source_dir + vcs_backend = vcs.get_backend_for_scheme(req.link.scheme) + assert vcs_backend + if vcs_backend.is_immutable_rev_checkout(req.link.url, req.source_dir): + return True + return False + + assert req.link + base, ext = req.link.splitext() + if _contains_egg_info(base): + return True + + # Otherwise, do not cache. + return False + + +def _get_cache_dir( + req: InstallRequirement, + wheel_cache: WheelCache, +) -> str: + """Return the persistent or temporary cache directory where the built + wheel need to be stored. + """ + cache_available = bool(wheel_cache.cache_dir) + assert req.link + if cache_available and _should_cache(req): + cache_dir = wheel_cache.get_path_for_link(req.link) + else: + cache_dir = wheel_cache.get_ephem_path_for_link(req.link) + return cache_dir + + +def _always_true(_: Any) -> bool: + return True + + +def _verify_one(req: InstallRequirement, wheel_path: str) -> None: + canonical_name = canonicalize_name(req.name or "") + w = Wheel(os.path.basename(wheel_path)) + if canonicalize_name(w.name) != canonical_name: + raise InvalidWheelFilename( + "Wheel has unexpected file name: expected {!r}, " + "got {!r}".format(canonical_name, w.name), + ) + dist = get_wheel_distribution(FilesystemWheel(wheel_path), canonical_name) + dist_verstr = str(dist.version) + if canonicalize_version(dist_verstr) != canonicalize_version(w.version): + raise InvalidWheelFilename( + "Wheel has unexpected file name: expected {!r}, " + "got {!r}".format(dist_verstr, w.version), + ) + metadata_version_value = dist.metadata_version + if metadata_version_value is None: + raise UnsupportedWheel("Missing Metadata-Version") + try: + metadata_version = Version(metadata_version_value) + except InvalidVersion: + msg = f"Invalid Metadata-Version: {metadata_version_value}" + raise UnsupportedWheel(msg) + if metadata_version >= Version("1.2") and not isinstance(dist.version, Version): + raise UnsupportedWheel( + "Metadata 1.2 mandates PEP 440 version, " + "but {!r} is not".format(dist_verstr) + ) + + +def _build_one( + req: InstallRequirement, + output_dir: str, + verify: bool, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + """Build one wheel. + + :return: The filename of the built wheel, or None if the build failed. + """ + artifact = "editable" if editable else "wheel" + try: + ensure_dir(output_dir) + except OSError as e: + logger.warning( + "Building %s for %s failed: %s", + artifact, + req.name, + e, + ) + return None + + # Install build deps into temporary directory (PEP 518) + with req.build_env: + wheel_path = _build_one_inside_env( + req, output_dir, build_options, global_options, editable + ) + if wheel_path and verify: + try: + _verify_one(req, wheel_path) + except (InvalidWheelFilename, UnsupportedWheel) as e: + logger.warning("Built %s for %s is invalid: %s", artifact, req.name, e) + return None + return wheel_path + + +def _build_one_inside_env( + req: InstallRequirement, + output_dir: str, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + with TempDirectory(kind="wheel") as temp_dir: + assert req.name + if req.use_pep517: + assert req.metadata_directory + assert req.pep517_backend + if global_options: + logger.warning( + "Ignoring --global-option when building %s using PEP 517", req.name + ) + if build_options: + logger.warning( + "Ignoring --build-option when building %s using PEP 517", req.name + ) + if editable: + wheel_path = build_wheel_editable( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_pep517( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_legacy( + name=req.name, + setup_py_path=req.setup_py_path, + source_dir=req.unpacked_source_directory, + global_options=global_options, + build_options=build_options, + tempd=temp_dir.path, + ) + + if wheel_path is not None: + wheel_name = os.path.basename(wheel_path) + dest_path = os.path.join(output_dir, wheel_name) + try: + wheel_hash, length = hash_file(wheel_path) + shutil.move(wheel_path, dest_path) + logger.info( + "Created wheel for %s: filename=%s size=%d sha256=%s", + req.name, + wheel_name, + length, + wheel_hash.hexdigest(), + ) + logger.info("Stored in directory: %s", output_dir) + return dest_path + except Exception as e: + logger.warning( + "Building wheel for %s failed: %s", + req.name, + e, + ) + # Ignore return, we can't do anything else useful. + if not req.use_pep517: + _clean_one_legacy(req, global_options) + return None + + +def _clean_one_legacy(req: InstallRequirement, global_options: List[str]) -> bool: + clean_args = make_setuptools_clean_args( + req.setup_py_path, + global_options=global_options, + ) + + logger.info("Running setup.py clean for %s", req.name) + try: + call_subprocess( + clean_args, command_desc="python setup.py clean", cwd=req.source_dir + ) + return True + except Exception: + logger.error("Failed cleaning build dir for %s", req.name) + return False + + +def build( + requirements: Iterable[InstallRequirement], + wheel_cache: WheelCache, + verify: bool, + build_options: List[str], + global_options: List[str], +) -> BuildResult: + """Build wheels. + + :return: The list of InstallRequirement that succeeded to build and + the list of InstallRequirement that failed to build. + """ + if not requirements: + return [], [] + + # Build the wheels. + logger.info( + "Building wheels for collected packages: %s", + ", ".join(req.name for req in requirements), # type: ignore + ) + + with indent_log(): + build_successes, build_failures = [], [] + for req in requirements: + assert req.name + cache_dir = _get_cache_dir(req, wheel_cache) + wheel_file = _build_one( + req, + cache_dir, + verify, + build_options, + global_options, + req.editable and req.permit_editable_wheels, + ) + if wheel_file: + # Update the link for this. + req.link = Link(path_to_url(wheel_file)) + req.local_file_path = req.link.file_path + assert req.link.is_wheel + build_successes.append(req) + else: + build_failures.append(req) + + # notify success/failure + if build_successes: + logger.info( + "Successfully built %s", + " ".join([req.name for req in build_successes]), # type: ignore + ) + if build_failures: + logger.info( + "Failed to build %s", + " ".join([req.name for req in build_failures]), # type: ignore + ) + # Return a list of requirements that failed to build + return build_successes, build_failures diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/__init__.py b/venv/lib/python3.8/site-packages/pip/_vendor/__init__.py new file mode 100644 index 000000000..3843cb099 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/__init__.py @@ -0,0 +1,111 @@ +""" +pip._vendor is for vendoring dependencies of pip to prevent needing pip to +depend on something external. + +Files inside of pip._vendor should be considered immutable and should only be +updated to versions from upstream. +""" +from __future__ import absolute_import + +import glob +import os.path +import sys + +# Downstream redistributors which have debundled our dependencies should also +# patch this value to be true. This will trigger the additional patching +# to cause things like "six" to be available as pip. +DEBUNDLED = False + +# By default, look in this directory for a bunch of .whl files which we will +# add to the beginning of sys.path before attempting to import anything. This +# is done to support downstream re-distributors like Debian and Fedora who +# wish to create their own Wheels for our dependencies to aid in debundling. +WHEEL_DIR = os.path.abspath(os.path.dirname(__file__)) + + +# Define a small helper function to alias our vendored modules to the real ones +# if the vendored ones do not exist. This idea of this was taken from +# https://github.com/kennethreitz/requests/pull/2567. +def vendored(modulename): + vendored_name = "{0}.{1}".format(__name__, modulename) + + try: + __import__(modulename, globals(), locals(), level=0) + except ImportError: + # We can just silently allow import failures to pass here. If we + # got to this point it means that ``import pip._vendor.whatever`` + # failed and so did ``import whatever``. Since we're importing this + # upfront in an attempt to alias imports, not erroring here will + # just mean we get a regular import error whenever pip *actually* + # tries to import one of these modules to use it, which actually + # gives us a better error message than we would have otherwise + # gotten. + pass + else: + sys.modules[vendored_name] = sys.modules[modulename] + base, head = vendored_name.rsplit(".", 1) + setattr(sys.modules[base], head, sys.modules[modulename]) + + +# If we're operating in a debundled setup, then we want to go ahead and trigger +# the aliasing of our vendored libraries as well as looking for wheels to add +# to our sys.path. This will cause all of this code to be a no-op typically +# however downstream redistributors can enable it in a consistent way across +# all platforms. +if DEBUNDLED: + # Actually look inside of WHEEL_DIR to find .whl files and add them to the + # front of our sys.path. + sys.path[:] = glob.glob(os.path.join(WHEEL_DIR, "*.whl")) + sys.path + + # Actually alias all of our vendored dependencies. + vendored("cachecontrol") + vendored("certifi") + vendored("colorama") + vendored("distlib") + vendored("distro") + vendored("html5lib") + vendored("six") + vendored("six.moves") + vendored("six.moves.urllib") + vendored("six.moves.urllib.parse") + vendored("packaging") + vendored("packaging.version") + vendored("packaging.specifiers") + vendored("pep517") + vendored("pkg_resources") + vendored("platformdirs") + vendored("progress") + vendored("requests") + vendored("requests.exceptions") + vendored("requests.packages") + vendored("requests.packages.urllib3") + vendored("requests.packages.urllib3._collections") + vendored("requests.packages.urllib3.connection") + vendored("requests.packages.urllib3.connectionpool") + vendored("requests.packages.urllib3.contrib") + vendored("requests.packages.urllib3.contrib.ntlmpool") + vendored("requests.packages.urllib3.contrib.pyopenssl") + vendored("requests.packages.urllib3.exceptions") + vendored("requests.packages.urllib3.fields") + vendored("requests.packages.urllib3.filepost") + vendored("requests.packages.urllib3.packages") + vendored("requests.packages.urllib3.packages.ordered_dict") + vendored("requests.packages.urllib3.packages.six") + vendored("requests.packages.urllib3.packages.ssl_match_hostname") + vendored("requests.packages.urllib3.packages.ssl_match_hostname." + "_implementation") + vendored("requests.packages.urllib3.poolmanager") + vendored("requests.packages.urllib3.request") + vendored("requests.packages.urllib3.response") + vendored("requests.packages.urllib3.util") + vendored("requests.packages.urllib3.util.connection") + vendored("requests.packages.urllib3.util.request") + vendored("requests.packages.urllib3.util.response") + vendored("requests.packages.urllib3.util.retry") + vendored("requests.packages.urllib3.util.ssl_") + vendored("requests.packages.urllib3.util.timeout") + vendored("requests.packages.urllib3.util.url") + vendored("resolvelib") + vendored("tenacity") + vendored("tomli") + vendored("urllib3") diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b5346e1eb92efa55083622f6d83da9b44a84fcd3 GIT binary patch literal 2906 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/__pycache__/six.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/__pycache__/six.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7c137d87508b1888556822850314d1bf3de9374e GIT binary patch literal 27486 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0a7adeae4d9a3f2d96d4ceb4b86e67ddccf8935d GIT binary patch literal 68558 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 B=;;6e literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__init__.py b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__init__.py new file mode 100644 index 000000000..8435d628d --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__init__.py @@ -0,0 +1,18 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +"""CacheControl import Interface. + +Make it easy to import from cachecontrol without long namespaces. +""" +__author__ = "Eric Larson" +__email__ = "eric@ionrock.org" +__version__ = "0.12.10" + +from .wrapper import CacheControl +from .adapter import CacheControlAdapter +from .controller import CacheController + +import logging +logging.getLogger(__name__).addHandler(logging.NullHandler()) diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7baccb1cbb6e6bf6572e52c70212532824c465eb GIT binary patch literal 642 zcmYjOJ#X7E5T$H6`mo&u?H|zU!BWxyMTa6t5d>&~G)q4QEd(u|Wx^CGoM;F3+#eE; z`8i#+cFJGq)KlsLBEiFZB z2XdGXr7uU?uSWUEV}wuiNfqS53l4NxMR`Oxl#!0}7~;n_3T~`%Xmz5h+M-K78wa=)1*CEOMXVuFE&981soDMPv<*0yw&1*tITsr;g@hx{p%O|H9CN+}Y{&wU-~mNl1LA9uT9nXawW>2} q!bpo*{}VFKl~IoKwBEJhhsw&0hN}_X-keeJecz)wn0Pb?q4yU!UByxW literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..347a9b60e4d7d6bec1fae284a03f3e2c5f4f49b5 GIT binary patch literal 1576 zcmZ`(OOM<{5blRx<9X~7A`}pUfm||&9Umg0C_+)f29ZNFLhLRFUo6Mn%y{A#?Vg1l zO-{Sl{D;{if2psW_zPU1s_lhMq}X!%>#BCU>Z`B%Y&;GLTt8oZv&vjT{=~`ci^Jq8 zJnio=2qI`fVtliLmMmrzF)w)O#E!*I;g(+PS?m^m8N`9bUNI=cI0WpA;EKdUF%TiV zM`9>O@E(gpF&2|68c*bbIC#yJmXk{Y>*)!Zee@Unoh)Y51WNw8k*#h4e|(%~D|uX3 zTGhofkv3W?Fb|&RnYJ#NctyQjTJz+YT5d{N=^s+KaO)sG=PUcDy)H-bhT8nZR)C( z#_x{-!&UlQ?-j|7(QQ;-X^@$N*{gfFgM;6`&yZ85dG!F?E%pJS9`*Q$d;AWc(2yzg zm>@}TRgz%GAF2RtL+G-3-(^;a@${BuZiDT0H}4f^l^cKY!DaRvtL*sxhZl9d4C?Mr z9>}k&J!+)m3x(OSc@ut>mNH3h<&MXVvWgGBEo-qUVwAv!lwgHL)O@kzkz1u}sFk+?K>cXWpqlgkk za%VGKhM|J z0t?#j&VDgDzh+tg#LngBK<5#>@^c`}VkEJK<(CYJ>C+*FFHP*ZGjxc>Z002H+#7oH z+OTH&ZsO1D!@BwRl3?B#Hi-3+#cIqyvzX7FQ+wECzNy3GGZ-4jMr;q!){XzI__vvq*?d}Z1gTdp$^Ml<3kWqgc zkCa&hoohQ$k{m{(*G`Y7Ao=X1l8%Zz5jfm-TlXdosYHm zboaNr131vAc1bTZkqhrSymA0US&9_aDV@@yR`_2MViln3%olBCpIRv`fEzl63)C&V z{O1h&USa1CRPCf*)C+6s6tr*{ePaX1XBMbu?QGGHRXQympvIPelG`h^n%M? z9_PIfX0c54%%Q4{dr=9}Zhj;-KsVG+ZUeCzTV$JfB%nT_#IdMFzdgRQ^IZURFD`Lp zxe`5b=AfaK!*-dw>lW0sY240MtxtOO#5Nb(HZIkfZ|DFxYAqWK0VCOLF2B9^k_{ z{(I1_+5ucdJ8BF5#ez%KZ9kX1ttR|ppdF{kv&KZg-C#Bt$r2YV48;nIZ56$AvT8R;_1e`!y=$2uz zuu@n%$6#yi0**7GTZfA{L0-9`u1$EvxRBag}|SDk8kc=fh1I9Z-k-ZqG9MjC?T}uHU!ebsbJ(5w*1OK$pt8Vg&+_gRB)mICtA>{ z!^n(^35>c+1P*;m5ex;L)kUAt6C38#Fyg<#5JZ>$TYy~QozV1iRmb(GLgjd8eo&&65{D3}#-`n1C1Eg$W&2f}ByIGPMGg~^1Sg|;41fh! z3z3#0^GxwnL3~Y)RuW2-fH##Ytj6OH!GeQ50DOz_QO02TPFI4 zrDKE_)6*Af@(#ax`$|4+Ax(nCph%7%T?OF(_QdXkB!jz?54%?h?7Uz4*!MxO$qm|t ztezZcPpU{QWa;@gE>uN#x#Z;FcoEZ0!4n=ybC0REV<;`qd#ZS`3JC&TNOX}?A1_i! zGg%^aEsq2mPS?yma3=2K3|AfH9J1!8CgBaB^Db71AK{GcIDHBE6k-cN;36?O>vzCvg9i9Y41oyKB|&g1s-QXn7dJfvRnqS`<)yd=n3rz$LsrG(1+H6J?LH^Djle9(rC`ZPzPZ+&)5R0m{2#v@QX#1lpOI0 zBIXBtFj6%!HvpX d(sGrIwEv(y`a^UKiG`R?;Gs>rL7HIm{{XqBDue(4 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4a9dfc97462d419d8520af7573ad220ba9e2e698 GIT binary patch literal 1801 zcma)7OOMk?5bm}e$MH;HcH=GER3YkD}+1w}4?dNlGs+ywEF05<=k?;Sjty?T%rb z$*CvesEo5Tl+&L39kXK{uB;bXv>VZ4bs(?`L=P2U1CBrp0&>6xrf`KN8V7t}30pLA zry(5C!e3jMnEsk-Jqruir0gSO*% zN)TH>0wr8riL+6Itc(%CS`5;cFbNl3UloLo?(hoWkuZ%Y$qM)d9TsTL)={*r!~314 za)KZY#}EX{4T5ndCJE{5LGWP`CY435<0*231XV|#CsBvf8r4q{hsn2~iaUm5x~605 z-P7rQ2VIwRcZDHLq&aph(w!mQ*EHez3gI~teqFVmV`pi?_mABRQAacWGAhLQ84LJ~ z=VxNljAi*crX*KoCD@S45@8v33|&msiqp6ZsC!p{YK~yNv@N)XpB9>q+~ND@m-+M- z4#)B$XPp-je8%3hub7o!-;BfS#NfZ8r7HIc)X|3P6n4=Zbx>@MW4%F?*YR#1#`|)a zQ(XSlnDLnr^KYE9x9mRqi~Y^s)wII85N~uc%AVv{7?5q+sV`mMH&NmS&bkckI-`?1 zW|`4#{E8~@xDW_dq{=UfVXYw-hEI+BgG(~SwQZ@>PcjNN?jXJHW!HD}re|Z6Y zB=w@aMB)mGBXqAp*Gwm7{f6_9>8^!bwDfyg3kqgM4Q;KNZd&90sn-4fb+ YrJ~EjmGh|T!^iahrD0gsy18-of8^y_1poj5 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c373edb8c24bcabb802c70e4e8f4c7ca64d38b2f GIT binary patch literal 756 zcmZ`$&2H2%5VoD9o2J?Aic=3ga6($7jgeMD98lE@5?rbZ%AYT*G?{k8Ie&-hF+#h&)1mG){ko=p5s3f1Hek2w9K(1qqG3ko{*@qolY}rf(BIuZnwkLPW zff(G={42D<{ovDqt*REjFLQ4rA}R<*LC>3RQXE6QGj>bM`#!w(-D2(F&g7O@;jgXjfWWj15)P9+5i9m literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0a72f6e5c6ab0539da8537409ec8a5c827d5ddc4 GIT binary patch literal 8226 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..95dfcc557cdeaa180c96d6afd1e289e681e4060a GIT binary patch literal 4734 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/_cmd.py b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/_cmd.py new file mode 100644 index 000000000..4266b5ee9 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/_cmd.py @@ -0,0 +1,61 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import logging + +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 + +from argparse import ArgumentParser + + +def setup_logging(): + logger.setLevel(logging.DEBUG) + handler = logging.StreamHandler() + logger.addHandler(handler) + + +def get_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 + return sess + + +def get_args(): + parser = ArgumentParser() + parser.add_argument("url", help="The URL to try and cache") + return parser.parse_args() + + +def main(args=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 + sess.cache_controller.cache_response(resp.request, resp.raw) + + # Now try to get it + if sess.cache_controller.cached_request(resp.request): + print("Cached!") + else: + print("Not cached :(") + + +if __name__ == "__main__": + main() diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/adapter.py b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/adapter.py new file mode 100644 index 000000000..94c75e1a0 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/adapter.py @@ -0,0 +1,137 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import types +import functools +import zlib + +from pip._vendor.requests.adapters import HTTPAdapter + +from .controller import CacheController, PERMANENT_REDIRECT_STATUSES +from .cache import DictCache +from .filewrapper import CallbackFileWrapper + + +class CacheControlAdapter(HTTPAdapter): + invalidating_methods = {"PUT", "PATCH", "DELETE"} + + def __init__( + self, + cache=None, + cache_etags=True, + controller_class=None, + serializer=None, + heuristic=None, + cacheable_methods=None, + *args, + **kw + ): + super(CacheControlAdapter, self).__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, cacheable_methods=None, **kw): + """ + 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(CacheControlAdapter, self).send(request, **kw) + + return resp + + def build_response( + self, request, response, from_cache=False, cacheable_methods=None + ): + """ + 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( + response._fp, + functools.partial( + self.controller.cache_response, request, response + ), + ) + if response.chunked: + super_update_chunk_length = response._update_chunk_length + + def _update_chunk_length(self): + super_update_chunk_length() + if self.chunk_left == 0: + self._fp._close() + + response._update_chunk_length = types.MethodType( + _update_chunk_length, response + ) + + resp = super(CacheControlAdapter, self).build_response(request, response) + + # See if we should invalidate the cache. + if request.method in self.invalidating_methods and resp.ok: + 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 + + return resp + + def close(self): + self.cache.close() + super(CacheControlAdapter, self).close() diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/cache.py b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/cache.py new file mode 100644 index 000000000..44e4309d2 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/cache.py @@ -0,0 +1,43 @@ +# 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 threading import Lock + + +class BaseCache(object): + + def get(self, key): + raise NotImplementedError() + + def set(self, key, value, expires=None): + raise NotImplementedError() + + def delete(self, key): + raise NotImplementedError() + + def close(self): + pass + + +class DictCache(BaseCache): + + def __init__(self, init_dict=None): + self.lock = Lock() + self.data = init_dict or {} + + def get(self, key): + return self.data.get(key, None) + + def set(self, key, value, expires=None): + with self.lock: + self.data.update({key: value}) + + def delete(self, key): + with self.lock: + if key in self.data: + self.data.pop(key) diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__init__.py b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__init__.py new file mode 100644 index 000000000..44becd684 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__init__.py @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from .file_cache import FileCache # noqa +from .redis_cache import RedisCache # noqa diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..34ba765b0d68eb7decbaa9572b06e37fc90fe70b GIT binary patch literal 293 zcmYk0u};G<5Qgofpc3dC@B$gq8!90Ngeq0)$N++&i*fnRY|(5%tM%D3n?6EN5i3V>{fPmbav;bht%u?3#+vA@K0yE> Zlu=QLsoVAAr_Rc6jn7wfL`Wyz@qZkgP#XXM literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..496444aff4964065dc4621690a28b8a2309ec813 GIT binary patch literal 3281 zcmZWrUymC}5%2E#l070VHf(a2#6lWP-0j%A z_KfM7-DIsXLYE-kIK(Rw+7(a7r{Ht+D^K|d@B+W;iM_kYjJl?}ySk>Uy6RW`#p-Iv z@O=65C&Rz3G4^ljoP7dxZlmSD2a!zjG3!-d-s9+tv6whLhcoF&ckE8Qo@aS)>`!XF z8fUXW1)M!(=~b7h`hKV%aYnBS)yhEhg2yZskC^mj?Ir6qK4&tJ^_NW6mG{Ewt;$fY zV7w{$eb#Ec!X8+s#f>kORB7=_ppS0-PLivwq(4;XT(HbmmKHi2kCpC|(Bg5y)X}!k z@?(&K?eV!N1-{grJFLs*qHqhC`a)zEm(^z!BV%%)1QsWP#{d)azmaCR)g28C4(qy8HH<)CSKI7zR zZp1)-!}Mk7{I6~gvx#cUByCTRieZ*+Oh4WjXr-Qv)JCC`{=U-fLzN!3$D=2&MLypA zw4IL%wK2tX@>J#R>1f)HAtf{2?$c@Zt3#|hd7JhT+lkHTky(#()j!ZGrrpNRG*rEV zz2p%H6TZLZhCFo8T)~@s9V1N+PWU3^`U+(FBzX4m(7BD4{{loYitnC~7o{itm%QgF zSJq_klD*(PPu69Kxb)?UY~Wjy>vB~#Ar;6Aat$MO>EiI-G4*Y1+D7E|t3PnYUi}NC z)2EYIJd}WxW;Q1O3a0cV+pp`(rC)t*Eb_1T?5Y&f8S{ylBeB4{V`t*dtMqywvFDwp zSK&+V1)tXoudKhoT13?4N6@Tg8O;5(VRZ+3TGr-%$x9a35S=UzN(Z!Fx}ag{gRV%5 zLccR>ZzXA(712SisKs)m<8jvCkCIeI#Kiq^lIKy8Jypd}X$?auIfEU{kr%+P{%Rk~ z76Y??hS8a)(|vIFMszQYGA)&c9{Ve(ik3c%j0K)+Nf|r6S+8@Px$mvo%<=Ram8}QQkyZAGOzv#RoaA^7V@5UXE z@PX!U0n3EGiUb zI7)D3s1f=JjJN^)`XY#NwMwM9Nc-w!#dda(N*l@xOPzgnq<>11VlaHmL}0-bb9n=V z@epy<;E`yaGZZp?I-|uy;J7rjL}zKJJG)ZwW1QTcbL^Jx2?A@+I}yv`>lZa!d~YsH zqq_xG2PFIThjXu}m);&AZZCwZ)&PC}@k%MG@?ANLT(scGC3*uJXf-N_*dq@n$-Y94 z=K2#%8A?|=Y@3Vv0){j$Qmo2DsxvlIjb|%Vt7gMPQ`Q;pkO0Nh)blCuAg`S0Qqt?6 z(>f}x6|pJn#4O5NqfB3AuBD<3M~_U_M1>=}$oZ9?!4iLL!cx zg&)#)5g;xC2n-9P|Ml0;8%la*0cO@6Vvvl-el^k6v3Bbli@ zq7tmq92cL{_3AnBDF42d#2FA&nYvXPALy|)yX6=Mys6U#Z rG*xVtkkjoC&g^M0yCFkj1fAjaE`f zt`i%|DSi;|(LkR_*PikUIc0`g!5bqXKyk?7=$mhT_+mO8GaP?k{<8c}F!n!fc88Cf z-*B2o_)$#plCAiHbCSK%TX_r5$)Xf1f8lfXj459QmrMoVzY~i;n^Da`w zSz(I0a&l(D7Art`@Au5W(=1;?PB(W4dewXI1O;FVuGqp;TzQvlA(T))uD;q=p&DIs z#EaA(o`hJ0|?% z-VM3gpwDl!qjAp;HdsQ{Ppz=tmDsTR?5%J*zvVV)#Z|ar?>OEP zRA_^nqph0;tR_ZXxVCv!zwQD&fj6BfD%(wMZL=~pfVop9_8lF)PuGL9tXxAkf;UZ} z!Q7^I7w_D|X(#}U`~1M0@QYoN2=nF8Qe*~x8`ms@-`ntp3QF`-Q}%9Se}iY=;v7Qz z)lO)8vz()P7?fWMunVq4p$FcuKiEG9Z?TFo!yaXrvsYtFi%MovWi~s;#+=C)2IT9)F2`~^@@#FfjenTOqR)g+W}1Be9H}mF zFyEotxXKXw{NiATm{Whki#XDByvSzj`>)PQt_>JTJqbBEBAdD{k;Tuls$~VBq^*%! zjeZlSn~Sr#i+9ZXVxSJbDQj{QO@73~KKkA*Cs7&WbFfGKS7j?m({7xmt6Hr~k|$~U zYMqt6M&F@-Q=@1qr#?3KNqRt^8)PTBt_n~=R)(x1FA|X$kMJ96(#+$K&`#ENtr1OA r=3VhGzQ@;NwtYQj`OfRnZ#0F^{o-?|UG%so@Pt4NHR=SbeIh;rCR$a6 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py new file mode 100644 index 000000000..6cd1106f8 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py @@ -0,0 +1,150 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import hashlib +import os +from textwrap import dedent + +from ..cache import BaseCache +from ..controller import CacheController + +try: + FileNotFoundError +except NameError: + # py2.X + FileNotFoundError = (IOError, OSError) + + +def _secure_open_write(filename, fmode): + # We only want to write to this file, so open it in write only mode + flags = os.O_WRONLY + + # os.O_CREAT | os.O_EXCL will fail if the file already exists, so we only + # will open *new* files. + # We specify this because we want to ensure that the mode we pass is the + # mode of the file. + flags |= os.O_CREAT | os.O_EXCL + + # Do not follow symlinks to prevent someone from making a symlink that + # we follow and insecurely open a cache file. + if hasattr(os, "O_NOFOLLOW"): + flags |= os.O_NOFOLLOW + + # On Windows we'll mark this file as binary + if hasattr(os, "O_BINARY"): + flags |= os.O_BINARY + + # Before we open our file, we want to delete any existing file that is + # there + try: + os.remove(filename) + except (IOError, OSError): + # The file must not exist already, so we can just skip ahead to opening + pass + + # Open our file, the use of os.O_CREAT | os.O_EXCL will ensure that if a + # race condition happens between the os.remove and this line, that an + # error will be raised. Because we utilize a lockfile this should only + # happen if someone is attempting to attack us. + fd = os.open(filename, flags, fmode) + try: + return os.fdopen(fd, "wb") + + except: + # An error occurred wrapping our FD in a file object + os.close(fd) + raise + + +class FileCache(BaseCache): + + def __init__( + self, + directory, + forever=False, + filemode=0o0600, + dirmode=0o0700, + use_dir_lock=None, + lock_class=None, + ): + + if use_dir_lock is not None and lock_class is not None: + raise ValueError("Cannot use use_dir_lock and lock_class together") + + try: + from lockfile import LockFile + from lockfile.mkdirlockfile import MkdirLockFile + except ImportError: + notice = dedent( + """ + NOTE: In order to use the FileCache you must have + lockfile installed. You can install it via pip: + pip install lockfile + """ + ) + raise ImportError(notice) + + else: + if use_dir_lock: + lock_class = MkdirLockFile + + elif lock_class is None: + lock_class = LockFile + + self.directory = directory + self.forever = forever + self.filemode = filemode + self.dirmode = dirmode + self.lock_class = lock_class + + @staticmethod + def encode(x): + return hashlib.sha224(x.encode()).hexdigest() + + def _fn(self, name): + # NOTE: This method should not change as some may depend on it. + # See: https://github.com/ionrock/cachecontrol/issues/63 + hashed = self.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key): + name = self._fn(key) + try: + with open(name, "rb") as fh: + return fh.read() + + except FileNotFoundError: + return None + + def set(self, key, value, expires=None): + name = self._fn(key) + + # Make sure the directory exists + try: + os.makedirs(os.path.dirname(name), self.dirmode) + except (IOError, OSError): + pass + + with self.lock_class(name) as lock: + # Write our actual file + with _secure_open_write(lock.path, self.filemode) as fh: + fh.write(value) + + def delete(self, key): + name = self._fn(key) + if not self.forever: + try: + os.remove(name) + except FileNotFoundError: + pass + + +def url_to_file_path(url, filecache): + """Return the file cache path based on the URL. + + This does not ensure the file exists! + """ + key = CacheController.cache_url(url) + return filecache._fn(key) diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py new file mode 100644 index 000000000..720b507c5 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py @@ -0,0 +1,37 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from __future__ import division + +from datetime import datetime +from pip._vendor.cachecontrol.cache import BaseCache + + +class RedisCache(BaseCache): + + def __init__(self, conn): + self.conn = conn + + def get(self, key): + return self.conn.get(key) + + def set(self, key, value, expires=None): + if not expires: + self.conn.set(key, value) + else: + expires = expires - datetime.utcnow() + self.conn.setex(key, int(expires.total_seconds()), value) + + def delete(self, key): + self.conn.delete(key) + + def clear(self): + """Helper for clearing all the keys in a database. Use with + caution!""" + for key in self.conn.keys(): + self.conn.delete(key) + + def close(self): + """Redis uses connection pooling, no need to close the connection.""" + pass diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/compat.py b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/compat.py new file mode 100644 index 000000000..ccec9379d --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/compat.py @@ -0,0 +1,32 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +try: + from urllib.parse import urljoin +except ImportError: + from urlparse import urljoin + + +try: + import cPickle as pickle +except ImportError: + import pickle + +# Handle the case where the requests module has been patched to not have +# urllib3 bundled as part of its source. +try: + from pip._vendor.requests.packages.urllib3.response import HTTPResponse +except ImportError: + from pip._vendor.urllib3.response import HTTPResponse + +try: + from pip._vendor.requests.packages.urllib3.util import is_fp_closed +except ImportError: + from pip._vendor.urllib3.util import is_fp_closed + +# Replicate some six behaviour +try: + text_type = unicode +except NameError: + text_type = str diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/controller.py b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/controller.py new file mode 100644 index 000000000..d7e738028 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/controller.py @@ -0,0 +1,415 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +""" +The httplib2 algorithms ported for use with requests. +""" +import logging +import re +import calendar +import time +from email.utils import parsedate_tz + +from pip._vendor.requests.structures import CaseInsensitiveDict + +from .cache import DictCache +from .serialize import Serializer + + +logger = logging.getLogger(__name__) + +URI = re.compile(r"^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?") + +PERMANENT_REDIRECT_STATUSES = (301, 308) + + +def parse_uri(uri): + """Parses a URI using the regex given in Appendix B of RFC 3986. + + (scheme, authority, path, query, fragment) = parse_uri(uri) + """ + groups = URI.match(uri).groups() + return (groups[1], groups[3], groups[4], groups[6], groups[8]) + + +class CacheController(object): + """An interface to see if request should cached or not. + """ + + def __init__( + self, cache=None, cache_etags=True, serializer=None, status_codes=None + ): + self.cache = DictCache() if cache is None else cache + self.cache_etags = cache_etags + self.serializer = serializer or Serializer() + self.cacheable_status_codes = status_codes or (200, 203, 300, 301, 308) + + @classmethod + def _urlnorm(cls, uri): + """Normalize the URL to create a safe key for the cache""" + (scheme, authority, path, query, fragment) = parse_uri(uri) + if not scheme or not authority: + raise Exception("Only absolute URIs are allowed. uri = %s" % uri) + + scheme = scheme.lower() + authority = authority.lower() + + if not path: + path = "/" + + # Could do syntax based normalization of the URI before + # computing the digest. See Section 6.2.2 of Std 66. + request_uri = query and "?".join([path, query]) or path + defrag_uri = scheme + "://" + authority + request_uri + + return defrag_uri + + @classmethod + def cache_url(cls, uri): + return cls._urlnorm(uri) + + def parse_cache_control(self, headers): + known_directives = { + # https://tools.ietf.org/html/rfc7234#section-5.2 + "max-age": (int, True), + "max-stale": (int, False), + "min-fresh": (int, True), + "no-cache": (None, False), + "no-store": (None, False), + "no-transform": (None, False), + "only-if-cached": (None, False), + "must-revalidate": (None, False), + "public": (None, False), + "private": (None, False), + "proxy-revalidate": (None, False), + "s-maxage": (int, True), + } + + cc_headers = headers.get("cache-control", headers.get("Cache-Control", "")) + + retval = {} + + for cc_directive in cc_headers.split(","): + if not cc_directive.strip(): + continue + + parts = cc_directive.split("=", 1) + directive = parts[0].strip() + + try: + typ, required = known_directives[directive] + except KeyError: + logger.debug("Ignoring unknown cache-control directive: %s", directive) + continue + + if not typ or not required: + retval[directive] = None + if typ: + try: + retval[directive] = typ(parts[1].strip()) + except IndexError: + if required: + logger.debug( + "Missing value for cache-control " "directive: %s", + directive, + ) + except ValueError: + logger.debug( + "Invalid value for cache-control directive " "%s, must be %s", + directive, + typ.__name__, + ) + + return retval + + def cached_request(self, request): + """ + Return a cached response if it exists in the cache, otherwise + return False. + """ + cache_url = self.cache_url(request.url) + logger.debug('Looking up "%s" in the cache', cache_url) + cc = self.parse_cache_control(request.headers) + + # Bail out if the request insists on fresh data + if "no-cache" in cc: + logger.debug('Request header has "no-cache", cache bypassed') + return False + + if "max-age" in cc and cc["max-age"] == 0: + logger.debug('Request header has "max_age" as 0, cache bypassed') + return False + + # Request allows serving from the cache, let's see if we find something + cache_data = self.cache.get(cache_url) + if cache_data is None: + logger.debug("No cache entry available") + return False + + # Check whether it can be deserialized + resp = self.serializer.loads(request, cache_data) + if not resp: + logger.warning("Cache entry deserialization failed, entry ignored") + return False + + # If we have a cached permanent redirect, return it immediately. We + # don't need to test our response for other headers b/c it is + # intrinsically "cacheable" as it is Permanent. + # + # See: + # https://tools.ietf.org/html/rfc7231#section-6.4.2 + # + # Client can try to refresh the value by repeating the request + # with cache busting headers as usual (ie no-cache). + if int(resp.status) in PERMANENT_REDIRECT_STATUSES: + msg = ( + "Returning cached permanent redirect response " + "(ignoring date and etag information)" + ) + logger.debug(msg) + return resp + + headers = CaseInsensitiveDict(resp.headers) + if not headers or "date" not in headers: + if "etag" not in headers: + # Without date or etag, the cached response can never be used + # and should be deleted. + logger.debug("Purging cached response: no date or etag") + self.cache.delete(cache_url) + logger.debug("Ignoring cached response: no date") + return False + + now = time.time() + date = calendar.timegm(parsedate_tz(headers["date"])) + current_age = max(0, now - date) + logger.debug("Current age based on date: %i", current_age) + + # TODO: There is an assumption that the result will be a + # urllib3 response object. This may not be best since we + # could probably avoid instantiating or constructing the + # response until we know we need it. + resp_cc = self.parse_cache_control(headers) + + # determine freshness + freshness_lifetime = 0 + + # Check the max-age pragma in the cache control header + if "max-age" in resp_cc: + freshness_lifetime = resp_cc["max-age"] + logger.debug("Freshness lifetime from max-age: %i", freshness_lifetime) + + # If there isn't a max-age, check for an expires header + elif "expires" in headers: + expires = parsedate_tz(headers["expires"]) + if expires is not None: + expire_time = calendar.timegm(expires) - date + freshness_lifetime = max(0, expire_time) + logger.debug("Freshness lifetime from expires: %i", freshness_lifetime) + + # Determine if we are setting freshness limit in the + # request. Note, this overrides what was in the response. + if "max-age" in cc: + freshness_lifetime = cc["max-age"] + logger.debug( + "Freshness lifetime from request max-age: %i", freshness_lifetime + ) + + if "min-fresh" in cc: + min_fresh = cc["min-fresh"] + # adjust our current age by our min fresh + current_age += min_fresh + logger.debug("Adjusted current age from min-fresh: %i", current_age) + + # Return entry if it is fresh enough + if freshness_lifetime > current_age: + logger.debug('The response is "fresh", returning cached response') + logger.debug("%i > %i", freshness_lifetime, current_age) + return resp + + # we're not fresh. If we don't have an Etag, clear it out + if "etag" not in headers: + logger.debug('The cached response is "stale" with no etag, purging') + self.cache.delete(cache_url) + + # return the original handler + return False + + def conditional_headers(self, request): + cache_url = self.cache_url(request.url) + resp = self.serializer.loads(request, self.cache.get(cache_url)) + new_headers = {} + + if resp: + headers = CaseInsensitiveDict(resp.headers) + + if "etag" in headers: + new_headers["If-None-Match"] = headers["ETag"] + + if "last-modified" in headers: + new_headers["If-Modified-Since"] = headers["Last-Modified"] + + return new_headers + + def cache_response(self, request, response, body=None, status_codes=None): + """ + Algorithm for caching requests. + + This assumes a requests Response object. + """ + # From httplib2: Don't cache 206's since we aren't going to + # handle byte range requests + cacheable_status_codes = status_codes or self.cacheable_status_codes + if response.status not in cacheable_status_codes: + logger.debug( + "Status code %s not in %s", response.status, cacheable_status_codes + ) + return + + response_headers = CaseInsensitiveDict(response.headers) + + if "date" in response_headers: + date = calendar.timegm(parsedate_tz(response_headers["date"])) + else: + date = 0 + + # If we've been given a body, our response has a Content-Length, that + # Content-Length is valid then we can check to see if the body we've + # been given matches the expected size, and if it doesn't we'll just + # skip trying to cache it. + if ( + body is not None + and "content-length" in response_headers + and response_headers["content-length"].isdigit() + and int(response_headers["content-length"]) != len(body) + ): + return + + cc_req = self.parse_cache_control(request.headers) + cc = self.parse_cache_control(response_headers) + + cache_url = self.cache_url(request.url) + logger.debug('Updating cache with response from "%s"', cache_url) + + # Delete it from the cache if we happen to have it stored there + no_store = False + if "no-store" in cc: + no_store = True + logger.debug('Response header has "no-store"') + if "no-store" in cc_req: + no_store = True + logger.debug('Request header has "no-store"') + if no_store and self.cache.get(cache_url): + logger.debug('Purging existing cache entry to honor "no-store"') + self.cache.delete(cache_url) + if no_store: + return + + # https://tools.ietf.org/html/rfc7234#section-4.1: + # A Vary header field-value of "*" always fails to match. + # Storing such a response leads to a deserialization warning + # during cache lookup and is not allowed to ever be served, + # so storing it can be avoided. + if "*" in response_headers.get("vary", ""): + logger.debug('Response header has "Vary: *"') + return + + # If we've been given an etag, then keep the response + if self.cache_etags and "etag" in response_headers: + expires_time = 0 + if response_headers.get("expires"): + expires = parsedate_tz(response_headers["expires"]) + if expires is not None: + expires_time = calendar.timegm(expires) - date + + expires_time = max(expires_time, 14 * 86400) + + logger.debug("etag object cached for {0} seconds".format(expires_time)) + logger.debug("Caching due to etag") + self.cache.set( + cache_url, + self.serializer.dumps(request, response, body), + expires=expires_time, + ) + + # Add to the cache any permanent redirects. We do this before looking + # that the Date headers. + elif int(response.status) in PERMANENT_REDIRECT_STATUSES: + logger.debug("Caching permanent redirect") + self.cache.set(cache_url, self.serializer.dumps(request, response, b"")) + + # Add to the cache if the response headers demand it. If there + # is no date header then we can't do anything about expiring + # the cache. + elif "date" in response_headers: + date = calendar.timegm(parsedate_tz(response_headers["date"])) + # cache when there is a max-age > 0 + if "max-age" in cc and cc["max-age"] > 0: + logger.debug("Caching b/c date exists and max-age > 0") + expires_time = cc["max-age"] + self.cache.set( + cache_url, + self.serializer.dumps(request, response, body), + expires=expires_time, + ) + + # If the request can expire, it means we should cache it + # in the meantime. + elif "expires" in response_headers: + if response_headers["expires"]: + expires = parsedate_tz(response_headers["expires"]) + if expires is not None: + expires_time = calendar.timegm(expires) - date + else: + expires_time = None + + logger.debug( + "Caching b/c of expires header. expires in {0} seconds".format( + expires_time + ) + ) + self.cache.set( + cache_url, + self.serializer.dumps(request, response, body=body), + expires=expires_time, + ) + + def update_cached_response(self, request, response): + """On a 304 we will get a new set of headers that we want to + update our cached value with, assuming we have one. + + This should only ever be called when we've sent an ETag and + gotten a 304 as the response. + """ + cache_url = self.cache_url(request.url) + + cached_response = self.serializer.loads(request, self.cache.get(cache_url)) + + if not cached_response: + # we didn't have a cached response + return response + + # Lets update our headers with the headers from the new request: + # http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional-26#section-4.1 + # + # The server isn't supposed to send headers that would make + # the cached body invalid. But... just in case, we'll be sure + # to strip out ones we know that might be problmatic due to + # typical assumptions. + excluded_headers = ["content-length"] + + cached_response.headers.update( + dict( + (k, v) + for k, v in response.headers.items() + if k.lower() not in excluded_headers + ) + ) + + # we want a 200 b/c we have content via the cache + cached_response.status = 200 + + # update our cache + self.cache.set(cache_url, self.serializer.dumps(request, cached_response)) + + return cached_response diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/filewrapper.py new file mode 100644 index 000000000..f5ed5f6f6 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/filewrapper.py @@ -0,0 +1,111 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from tempfile import NamedTemporaryFile +import mmap + + +class CallbackFileWrapper(object): + """ + Small wrapper around a fp object which will tee everything read into a + buffer, and when that file is closed it will execute a callback with the + contents of that buffer. + + All attributes are proxied to the underlying file object. + + This class uses members with a double underscore (__) leading prefix so as + not to accidentally shadow an attribute. + + The data is stored in a temporary file until it is all available. As long + as the temporary files directory is disk-based (sometimes it's a + memory-backed-``tmpfs`` on Linux), data will be unloaded to disk if memory + pressure is high. For small files the disk usually won't be used at all, + it'll all be in the filesystem memory cache, so there should be no + performance impact. + """ + + def __init__(self, fp, callback): + self.__buf = NamedTemporaryFile("rb+", delete=True) + self.__fp = fp + self.__callback = callback + + def __getattr__(self, name): + # The vaguaries of garbage collection means that self.__fp is + # not always set. By using __getattribute__ and the private + # name[0] allows looking up the attribute value and raising an + # AttributeError when it doesn't exist. This stop thigns from + # infinitely recursing calls to getattr in the case where + # self.__fp hasn't been set. + # + # [0] https://docs.python.org/2/reference/expressions.html#atom-identifiers + fp = self.__getattribute__("_CallbackFileWrapper__fp") + return getattr(fp, name) + + def __is_fp_closed(self): + try: + return self.__fp.fp is None + + except AttributeError: + pass + + try: + return self.__fp.closed + + except AttributeError: + pass + + # We just don't cache it then. + # TODO: Add some logging here... + return False + + def _close(self): + if self.__callback: + if self.__buf.tell() == 0: + # Empty file: + result = b"" + else: + # Return the data without actually loading it into memory, + # relying on Python's buffer API and mmap(). mmap() just gives + # a view directly into the filesystem's memory cache, so it + # doesn't result in duplicate memory use. + self.__buf.seek(0, 0) + result = memoryview( + mmap.mmap(self.__buf.fileno(), 0, access=mmap.ACCESS_READ) + ) + self.__callback(result) + + # We assign this to None here, because otherwise we can get into + # really tricky problems where the CPython interpreter dead locks + # because the callback is holding a reference to something which + # has a __del__ method. Setting this to None breaks the cycle + # and allows the garbage collector to do it's thing normally. + self.__callback = None + + # Closing the temporary file releases memory and frees disk space. + # Important when caching big files. + self.__buf.close() + + def read(self, amt=None): + data = self.__fp.read(amt) + if data: + # We may be dealing with b'', a sign that things are over: + # it's passed e.g. after we've already closed self.__buf. + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data + + def _safe_read(self, amt): + data = self.__fp._safe_read(amt) + if amt == 2 and data == b"\r\n": + # urllib executes this read to toss the CRLF at the end + # of the chunk. + return data + + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/heuristics.py b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/heuristics.py new file mode 100644 index 000000000..ebe4a96f5 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/heuristics.py @@ -0,0 +1,139 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import calendar +import time + +from email.utils import formatdate, parsedate, parsedate_tz + +from datetime import datetime, timedelta + +TIME_FMT = "%a, %d %b %Y %H:%M:%S GMT" + + +def expire_after(delta, date=None): + date = date or datetime.utcnow() + return date + delta + + +def datetime_to_header(dt): + return formatdate(calendar.timegm(dt.timetuple())) + + +class BaseHeuristic(object): + + def warning(self, response): + """ + Return a valid 1xx warning header value describing the cache + adjustments. + + The response is provided too allow warnings like 113 + http://tools.ietf.org/html/rfc7234#section-5.5.4 where we need + to explicitly say response is over 24 hours old. + """ + return '110 - "Response is Stale"' + + def update_headers(self, response): + """Update the response headers with any new headers. + + NOTE: This SHOULD always include some Warning header to + signify that the response was cached by the client, not + by way of the provided headers. + """ + return {} + + def apply(self, response): + updated_headers = self.update_headers(response) + + if updated_headers: + response.headers.update(updated_headers) + warning_header_value = self.warning(response) + if warning_header_value is not None: + response.headers.update({"Warning": warning_header_value}) + + return response + + +class OneDayCache(BaseHeuristic): + """ + Cache the response by providing an expires 1 day in the + future. + """ + + def update_headers(self, response): + headers = {} + + if "expires" not in response.headers: + date = parsedate(response.headers["date"]) + expires = expire_after(timedelta(days=1), date=datetime(*date[:6])) + headers["expires"] = datetime_to_header(expires) + headers["cache-control"] = "public" + return headers + + +class ExpiresAfter(BaseHeuristic): + """ + Cache **all** requests for a defined time period. + """ + + def __init__(self, **kw): + self.delta = timedelta(**kw) + + def update_headers(self, response): + expires = expire_after(self.delta) + return {"expires": datetime_to_header(expires), "cache-control": "public"} + + def warning(self, response): + tmpl = "110 - Automatically cached for %s. Response might be stale" + return tmpl % self.delta + + +class LastModified(BaseHeuristic): + """ + If there is no Expires header already, fall back on Last-Modified + using the heuristic from + http://tools.ietf.org/html/rfc7234#section-4.2.2 + to calculate a reasonable value. + + Firefox also does something like this per + https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching_FAQ + http://lxr.mozilla.org/mozilla-release/source/netwerk/protocol/http/nsHttpResponseHead.cpp#397 + Unlike mozilla we limit this to 24-hr. + """ + cacheable_by_default_statuses = { + 200, 203, 204, 206, 300, 301, 404, 405, 410, 414, 501 + } + + def update_headers(self, resp): + headers = resp.headers + + if "expires" in headers: + return {} + + if "cache-control" in headers and headers["cache-control"] != "public": + return {} + + if resp.status not in self.cacheable_by_default_statuses: + return {} + + if "date" not in headers or "last-modified" not in headers: + return {} + + date = calendar.timegm(parsedate_tz(headers["date"])) + last_modified = parsedate(headers["last-modified"]) + if date is None or last_modified is None: + return {} + + now = time.time() + current_age = max(0, now - date) + delta = date - calendar.timegm(last_modified) + freshness_lifetime = max(0, min(delta / 10, 24 * 3600)) + if freshness_lifetime <= current_age: + return {} + + expires = date + freshness_lifetime + return {"expires": time.strftime(TIME_FMT, time.gmtime(expires))} + + def warning(self, resp): + return None diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/serialize.py b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/serialize.py new file mode 100644 index 000000000..b075df186 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/serialize.py @@ -0,0 +1,186 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import base64 +import io +import json +import zlib + +from pip._vendor import msgpack +from pip._vendor.requests.structures import CaseInsensitiveDict + +from .compat import HTTPResponse, pickle, text_type + + +def _b64_decode_bytes(b): + return base64.b64decode(b.encode("ascii")) + + +def _b64_decode_str(s): + return _b64_decode_bytes(s).decode("utf8") + + +_default_body_read = object() + + +class Serializer(object): + def dumps(self, request, response, body=None): + response_headers = CaseInsensitiveDict(response.headers) + + if body is None: + # When a body isn't passed in, we'll read the response. We + # also update the response with a new file handler to be + # sure it acts as though it was never read. + body = response.read(decode_content=False) + response._fp = io.BytesIO(body) + + # NOTE: This is all a bit weird, but it's really important that on + # Python 2.x these objects are unicode and not str, even when + # they contain only ascii. The problem here is that msgpack + # understands the difference between unicode and bytes and we + # have it set to differentiate between them, however Python 2 + # doesn't know the difference. Forcing these to unicode will be + # enough to have msgpack know the difference. + data = { + u"response": { + u"body": body, + u"headers": dict( + (text_type(k), text_type(v)) for k, v in response.headers.items() + ), + u"status": response.status, + u"version": response.version, + u"reason": text_type(response.reason), + u"strict": response.strict, + u"decode_content": response.decode_content, + } + } + + # Construct our vary headers + data[u"vary"] = {} + if u"vary" in response_headers: + varied_headers = response_headers[u"vary"].split(",") + for header in varied_headers: + header = text_type(header).strip() + header_value = request.headers.get(header, None) + if header_value is not None: + header_value = text_type(header_value) + data[u"vary"][header] = header_value + + return b",".join([b"cc=4", msgpack.dumps(data, use_bin_type=True)]) + + def loads(self, request, data): + # Short circuit if we've been given an empty set of data + if not data: + return + + # Determine what version of the serializer the data was serialized + # with + try: + ver, data = data.split(b",", 1) + except ValueError: + ver = b"cc=0" + + # Make sure that our "ver" is actually a version and isn't a false + # positive from a , being in the data stream. + if ver[:3] != b"cc=": + data = ver + data + ver = b"cc=0" + + # Get the version number out of the cc=N + ver = ver.split(b"=", 1)[-1].decode("ascii") + + # Dispatch to the actual load method for the given version + try: + return getattr(self, "_loads_v{}".format(ver))(request, data) + + except AttributeError: + # This is a version we don't have a loads function for, so we'll + # just treat it as a miss and return None + return + + def prepare_response(self, request, cached): + """Verify our vary headers match and construct a real urllib3 + HTTPResponse object. + """ + # Special case the '*' Vary value as it means we cannot actually + # determine if the cached response is suitable for this request. + # This case is also handled in the controller code when creating + # a cache entry, but is left here for backwards compatibility. + if "*" in cached.get("vary", {}): + return + + # Ensure that the Vary headers for the cached response match our + # request + for header, value in cached.get("vary", {}).items(): + if request.headers.get(header, None) != value: + return + + body_raw = cached["response"].pop("body") + + headers = CaseInsensitiveDict(data=cached["response"]["headers"]) + if headers.get("transfer-encoding", "") == "chunked": + headers.pop("transfer-encoding") + + cached["response"]["headers"] = headers + + try: + body = io.BytesIO(body_raw) + except TypeError: + # This can happen if cachecontrol serialized to v1 format (pickle) + # using Python 2. A Python 2 str(byte string) will be unpickled as + # a Python 3 str (unicode string), which will cause the above to + # fail with: + # + # TypeError: 'str' does not support the buffer interface + body = io.BytesIO(body_raw.encode("utf8")) + + return HTTPResponse(body=body, preload_content=False, **cached["response"]) + + def _loads_v0(self, request, data): + # The original legacy cache data. This doesn't contain enough + # information to construct everything we need, so we'll treat this as + # a miss. + return + + def _loads_v1(self, request, data): + try: + cached = pickle.loads(data) + except ValueError: + return + + return self.prepare_response(request, cached) + + def _loads_v2(self, request, data): + try: + cached = json.loads(zlib.decompress(data).decode("utf8")) + except (ValueError, zlib.error): + return + + # We need to decode the items that we've base64 encoded + cached["response"]["body"] = _b64_decode_bytes(cached["response"]["body"]) + cached["response"]["headers"] = dict( + (_b64_decode_str(k), _b64_decode_str(v)) + for k, v in cached["response"]["headers"].items() + ) + cached["response"]["reason"] = _b64_decode_str(cached["response"]["reason"]) + cached["vary"] = dict( + (_b64_decode_str(k), _b64_decode_str(v) if v is not None else v) + for k, v in cached["vary"].items() + ) + + return self.prepare_response(request, cached) + + def _loads_v3(self, request, data): + # Due to Python 2 encoding issues, it's impossible to know for sure + # exactly how to load v3 entries, thus we'll treat these as a miss so + # that they get rewritten out as v4 entries. + return + + def _loads_v4(self, request, data): + try: + cached = msgpack.loads(data, raw=False) + except ValueError: + return + + return self.prepare_response(request, cached) diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/wrapper.py b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/wrapper.py new file mode 100644 index 000000000..b6ee7f203 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/cachecontrol/wrapper.py @@ -0,0 +1,33 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from .adapter import CacheControlAdapter +from .cache import DictCache + + +def CacheControl( + sess, + cache=None, + cache_etags=True, + serializer=None, + heuristic=None, + controller_class=None, + adapter_class=None, + cacheable_methods=None, +): + + cache = DictCache() if cache is None else cache + adapter_class = adapter_class or CacheControlAdapter + adapter = adapter_class( + cache, + cache_etags=cache_etags, + serializer=serializer, + heuristic=heuristic, + controller_class=controller_class, + cacheable_methods=cacheable_methods, + ) + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + return sess diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/certifi/__init__.py b/venv/lib/python3.8/site-packages/pip/_vendor/certifi/__init__.py new file mode 100644 index 000000000..8db1a0e55 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/certifi/__init__.py @@ -0,0 +1,3 @@ +from .core import contents, where + +__version__ = "2021.10.08" diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/certifi/__main__.py b/venv/lib/python3.8/site-packages/pip/_vendor/certifi/__main__.py new file mode 100644 index 000000000..00376349e --- /dev/null +++ b/venv/lib/python3.8/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.8/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f872e939b4df599560859de72c3382c7792fd438 GIT binary patch literal 275 zcmYjLK~BRk5VW0us-j99`9coKrmci}Kou|Gg5Z#gmBw3Qk=WMS1eG(N;Y+!4;tQOx zr5+e*XEmDD>^!YjOBV6`dE4*f{!ZdQL=^XN{7odq6d%~g8$OCgaHd3)sqB#z`45kF zA?8JAO+XX;eDU5R;m2}QZ`ReiuIk-Gk24p_Qqw=d|yX$SFvQI?=X3i_x) ZN^NwIvT~<+aW`7^HsC(h_o>#k_yZKhNb~>z literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..312115636369dd0f01e35deb97c05f4fac358880 GIT binary patch literal 452 zcmYjLu};G<5Vf5q4N+Sm@f8^o50wxDLa;I*Bm_cPqBOoXE{PLe+@f|ZEB{bNe#t8n zzrX@cs1PUl-QBzMyLUex2gJt1%W3g#^GDbG57#!A_O*`|1QE0(NtankE0(azNgPUm z><4coalu`B!Vv@E3h%Y!-Tlz=KKM(9*Kh=EM|PAF71-MOtp&X!;qcR{lbetkKd+Sr zrCZ}Z7l5#3QN9hL=#LIsT_dC#R}fO;Wx1BM3IpS3xM(tL!JIU*iPJSGQDd9~YB`t4 ztUfvx%;X9etID3Z?Y7Z){Vz15Oo-Hq^fMFmY}dDD(4*U+RQjFZq?794OYowufQwA= zW}}N*Ma?vtBfv~Tq%q5%0J$}?=B1n+R;KY8Z>5H)vEyt3Ew^_0!7e}8a*78+4DT_`<}ly-*q|xf${z6t@-s9A%EfG z;_zW{7iRG%7)c@`sbmWp(JzSfBtIpRE4K0?@AxxC5BOP4*48wttGc-(>#}i5qK5KT zYY12z>(Mxn@Rc4Dp@HZ5Mj1#mM2ZhC5m_-|m zA`yk6F-ZX!b30;^=9Abab0vorM98Jaeb4zqWbsl7;Q}Elh~T${_~|HKR8L+KQ-^n! z=GBkkTrX89<1Ead*}2Yk^BcP}qtxS6?OGEjhsuOcRQ4oXq>nctHwL%EBDHEahsW{0 zD#AR?Ljh4zn{ZRJFwsUq;S7UZ$e}>Tr{&sR6O(%r@nE_){(SH2Z^k1r9NnK@T7w}T z6gym zS5}ljTIc)2=_BVA*0`n+pax}xxQtjy<9$F@Aa&yVt$??j*4DdZ5-3d5QWR za4b2XXHfMueO~$e1URg*E!o(hnxMK&7Y4byhD;4g8^u3M7bt#ypwp~R9i9Cb4k}^< za|5T%{)Ge{kQ&SqNf#W@0%!m~Q7=5mUK_i{=B`T^<_g4^YhXZ^$n-+GvdKza`sdyL z6-1m%^MmRTzM#Ji^%PPkaQ*MX+BHW{6P4p Qr<}E~cfodRLA_i52WeeXH2?qr literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/certifi/cacert.pem b/venv/lib/python3.8/site-packages/pip/_vendor/certifi/cacert.pem new file mode 100644 index 000000000..6d0ccc0d1 --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/certifi/cacert.pem @@ -0,0 +1,4362 @@ + +# Issuer: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA +# Subject: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA +# Label: "GlobalSign Root CA" +# Serial: 4835703278459707669005204 +# MD5 Fingerprint: 3e:45:52:15:09:51:92:e1:b7:5d:37:9f:b1:87:29:8a +# SHA1 Fingerprint: b1:bc:96:8b:d4:f4:9d:62:2a:a8:9a:81:f2:15:01:52:a4:1d:82:9c +# SHA256 Fingerprint: eb:d4:10:40:e4:bb:3e:c7:42:c9:e3:81:d3:1e:f2:a4:1a:48:b6:68:5c:96:e7:ce:f3:c1:df:6c:d4:33:1c:99 +-----BEGIN CERTIFICATE----- +MIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkG +A1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv +b3QgQ0ExGzAZBgNVBAMTEkdsb2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAw +MDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9i +YWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxT +aWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDaDuaZ +jc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavp +xy0Sy6scTHAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp +1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG +snUOhugZitVtbNV4FpWi6cgKOOvyJBNPc1STE4U6G7weNLWLBYy5d4ux2x8gkasJ +U26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrXgzT/LCrBbBlDSgeF59N8 +9iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8E +BTADAQH/MB0GA1UdDgQWBBRge2YaRQ2XyolQL30EzTSo//z9SzANBgkqhkiG9w0B +AQUFAAOCAQEA1nPnfE920I2/7LqivjTFKDK1fPxsnCwrvQmeU79rXqoRSLblCKOz +yj1hTdNGCbM+w6DjY1Ub8rrvrTnhQ7k4o+YviiY776BQVvnGCv04zcQLcFGUl5gE +38NflNUVyRRBnMRddWQVDf9VMOyGj/8N7yy5Y0b2qvzfvGn9LhJIZJrglfCm7ymP +AbEVtQwdpf5pLGkkeB6zpxxxYu7KyJesF12KwvhHhm4qxFYxldBniYUr+WymXUad +DKqC5JlR3XC321Y9YeRq4VzW9v493kHMB65jUr9TU/Qr6cf9tveCX4XSQRjbgbME +HMUfpIBvFSDJ3gyICh3WZlXi/EjJKSZp4A== +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R2 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R2 +# Label: "GlobalSign Root CA - R2" +# Serial: 4835703278459682885658125 +# MD5 Fingerprint: 94:14:77:7e:3e:5e:fd:8f:30:bd:41:b0:cf:e7:d0:30 +# SHA1 Fingerprint: 75:e0:ab:b6:13:85:12:27:1c:04:f8:5f:dd:de:38:e4:b7:24:2e:fe +# SHA256 Fingerprint: ca:42:dd:41:74:5f:d0:b8:1e:b9:02:36:2c:f9:d8:bf:71:9d:a1:bd:1b:1e:fc:94:6f:5b:4c:99:f4:2c:1b:9e +-----BEGIN CERTIFICATE----- +MIIDujCCAqKgAwIBAgILBAAAAAABD4Ym5g0wDQYJKoZIhvcNAQEFBQAwTDEgMB4G +A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjIxEzARBgNVBAoTCkdsb2JhbFNp +Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDYxMjE1MDgwMDAwWhcNMjExMjE1 +MDgwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMjETMBEG +A1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAKbPJA6+Lm8omUVCxKs+IVSbC9N/hHD6ErPL +v4dfxn+G07IwXNb9rfF73OX4YJYJkhD10FPe+3t+c4isUoh7SqbKSaZeqKeMWhG8 +eoLrvozps6yWJQeXSpkqBy+0Hne/ig+1AnwblrjFuTosvNYSuetZfeLQBoZfXklq +tTleiDTsvHgMCJiEbKjNS7SgfQx5TfC4LcshytVsW33hoCmEofnTlEnLJGKRILzd +C9XZzPnqJworc5HGnRusyMvo4KD0L5CLTfuwNhv2GXqF4G3yYROIXJ/gkwpRl4pa +zq+r1feqCapgvdzZX99yqWATXgAByUr6P6TqBwMhAo6CygPCm48CAwEAAaOBnDCB +mTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUm+IH +V2ccHsBqBt5ZtJot39wZhi4wNgYDVR0fBC8wLTAroCmgJ4YlaHR0cDovL2NybC5n +bG9iYWxzaWduLm5ldC9yb290LXIyLmNybDAfBgNVHSMEGDAWgBSb4gdXZxwewGoG +3lm0mi3f3BmGLjANBgkqhkiG9w0BAQUFAAOCAQEAmYFThxxol4aR7OBKuEQLq4Gs +J0/WwbgcQ3izDJr86iw8bmEbTUsp9Z8FHSbBuOmDAGJFtqkIk7mpM0sYmsL4h4hO +291xNBrBVNpGP+DTKqttVCL1OmLNIG+6KYnX3ZHu01yiPqFbQfXf5WRDLenVOavS +ot+3i9DAgBkcRcAtjOj4LaR0VknFBbVPFd5uRHg5h6h+u/N5GJG79G+dwfCMNYxd +AfvDbbnvRG15RjF+Cv6pgsH/76tuIMRQyV+dTZsXjAzlAcmgQWpzU/qlULRuJQ/7 +TBj0/VLZjmmx6BEP3ojY+x1J96relc8geMJgEtslQIxq/H5COEBkEveegeGTLg== +-----END CERTIFICATE----- + +# Issuer: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited +# Subject: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited +# Label: "Entrust.net Premium 2048 Secure Server CA" +# Serial: 946069240 +# MD5 Fingerprint: ee:29:31:bc:32:7e:9a:e6:e8:b5:f7:51:b4:34:71:90 +# SHA1 Fingerprint: 50:30:06:09:1d:97:d4:f5:ae:39:f7:cb:e7:92:7d:7d:65:2d:34:31 +# SHA256 Fingerprint: 6d:c4:71:72:e0:1c:bc:b0:bf:62:58:0d:89:5f:e2:b8:ac:9a:d4:f8:73:80:1e:0c:10:b9:c8:37:d2:1e:b1:77 +-----BEGIN CERTIFICATE----- +MIIEKjCCAxKgAwIBAgIEOGPe+DANBgkqhkiG9w0BAQUFADCBtDEUMBIGA1UEChML +RW50cnVzdC5uZXQxQDA+BgNVBAsUN3d3dy5lbnRydXN0Lm5ldC9DUFNfMjA0OCBp +bmNvcnAuIGJ5IHJlZi4gKGxpbWl0cyBsaWFiLikxJTAjBgNVBAsTHChjKSAxOTk5 +IEVudHJ1c3QubmV0IExpbWl0ZWQxMzAxBgNVBAMTKkVudHJ1c3QubmV0IENlcnRp +ZmljYXRpb24gQXV0aG9yaXR5ICgyMDQ4KTAeFw05OTEyMjQxNzUwNTFaFw0yOTA3 +MjQxNDE1MTJaMIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3d3d3 +LmVudHJ1c3QubmV0L0NQU18yMDQ4IGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxp +YWIuKTElMCMGA1UECxMcKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEG +A1UEAxMqRW50cnVzdC5uZXQgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgKDIwNDgp +MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArU1LqRKGsuqjIAcVFmQq +K0vRvwtKTY7tgHalZ7d4QMBzQshowNtTK91euHaYNZOLGp18EzoOH1u3Hs/lJBQe +sYGpjX24zGtLA/ECDNyrpUAkAH90lKGdCCmziAv1h3edVc3kw37XamSrhRSGlVuX +MlBvPci6Zgzj/L24ScF2iUkZ/cCovYmjZy/Gn7xxGWC4LeksyZB2ZnuU4q941mVT +XTzWnLLPKQP5L6RQstRIzgUyVYr9smRMDuSYB3Xbf9+5CFVghTAp+XtIpGmG4zU/ +HoZdenoVve8AjhUiVBcAkCaTvA5JaJG/+EfTnZVCwQ5N328mz8MYIWJmQ3DW1cAH +4QIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQUVeSB0RGAvtiJuQijMfmhJAkWuXAwDQYJKoZIhvcNAQEFBQADggEBADub +j1abMOdTmXx6eadNl9cZlZD7Bh/KM3xGY4+WZiT6QBshJ8rmcnPyT/4xmf3IDExo +U8aAghOY+rat2l098c5u9hURlIIM7j+VrxGrD9cv3h8Dj1csHsm7mhpElesYT6Yf +zX1XEC+bBAlahLVu2B064dae0Wx5XnkcFMXj0EyTO2U87d89vqbllRrDtRnDvV5b +u/8j72gZyxKTJ1wDLW8w0B62GqzeWvfRqqgnpv55gcR5mTNXuhKwqeBCbJPKVt7+ +bYQLCIt+jerXmCHG8+c8eS9enNFMFY3h7CI3zJpDC5fcgJCNs2ebb0gIFVbPv/Er +fF6adulZkMV8gzURZVE= +-----END CERTIFICATE----- + +# Issuer: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust +# Subject: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust +# Label: "Baltimore CyberTrust Root" +# Serial: 33554617 +# MD5 Fingerprint: ac:b6:94:a5:9c:17:e0:d7:91:52:9b:b1:97:06:a6:e4 +# SHA1 Fingerprint: d4:de:20:d0:5e:66:fc:53:fe:1a:50:88:2c:78:db:28:52:ca:e4:74 +# SHA256 Fingerprint: 16:af:57:a9:f6:76:b0:ab:12:60:95:aa:5e:ba:de:f2:2a:b3:11:19:d6:44:ac:95:cd:4b:93:db:f3:f2:6a:eb +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIEAgAAuTANBgkqhkiG9w0BAQUFADBaMQswCQYDVQQGEwJJ +RTESMBAGA1UEChMJQmFsdGltb3JlMRMwEQYDVQQLEwpDeWJlclRydXN0MSIwIAYD +VQQDExlCYWx0aW1vcmUgQ3liZXJUcnVzdCBSb290MB4XDTAwMDUxMjE4NDYwMFoX +DTI1MDUxMjIzNTkwMFowWjELMAkGA1UEBhMCSUUxEjAQBgNVBAoTCUJhbHRpbW9y +ZTETMBEGA1UECxMKQ3liZXJUcnVzdDEiMCAGA1UEAxMZQmFsdGltb3JlIEN5YmVy +VHJ1c3QgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKMEuyKr +mD1X6CZymrV51Cni4eiVgLGw41uOKymaZN+hXe2wCQVt2yguzmKiYv60iNoS6zjr +IZ3AQSsBUnuId9Mcj8e6uYi1agnnc+gRQKfRzMpijS3ljwumUNKoUMMo6vWrJYeK +mpYcqWe4PwzV9/lSEy/CG9VwcPCPwBLKBsua4dnKM3p31vjsufFoREJIE9LAwqSu +XmD+tqYF/LTdB1kC1FkYmGP1pWPgkAx9XbIGevOF6uvUA65ehD5f/xXtabz5OTZy +dc93Uk3zyZAsuT3lySNTPx8kmCFcB5kpvcY67Oduhjprl3RjM71oGDHweI12v/ye +jl0qhqdNkNwnGjkCAwEAAaNFMEMwHQYDVR0OBBYEFOWdWTCCR1jMrPoIVDaGezq1 +BE3wMBIGA1UdEwEB/wQIMAYBAf8CAQMwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3 +DQEBBQUAA4IBAQCFDF2O5G9RaEIFoN27TyclhAO992T9Ldcw46QQF+vaKSm2eT92 +9hkTI7gQCvlYpNRhcL0EYWoSihfVCr3FvDB81ukMJY2GQE/szKN+OMY3EU/t3Wgx +jkzSswF07r51XgdIGn9w/xZchMB5hbgF/X++ZRGjD8ACtPhSNzkE1akxehi/oCr0 +Epn3o0WC4zxe9Z2etciefC7IpJ5OCBRLbf1wbWsaY71k5h+3zvDyny67G7fyUIhz +ksLi4xaNmjICq44Y3ekQEe5+NauQrz4wlHrQMz2nZQ/1/I6eYs9HRCwBXbsdtTLS +R9I4LtD+gdwyah617jzV/OeBHRnDJELqYzmp +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorporated by reference/(c) 2006 Entrust, Inc. +# Subject: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorporated by reference/(c) 2006 Entrust, Inc. +# Label: "Entrust Root Certification Authority" +# Serial: 1164660820 +# MD5 Fingerprint: d6:a5:c3:ed:5d:dd:3e:00:c1:3d:87:92:1f:1d:3f:e4 +# SHA1 Fingerprint: b3:1e:b1:b7:40:e3:6c:84:02:da:dc:37:d4:4d:f5:d4:67:49:52:f9 +# SHA256 Fingerprint: 73:c1:76:43:4f:1b:c6:d5:ad:f4:5b:0e:76:e7:27:28:7c:8d:e5:76:16:c1:e6:e6:14:1a:2b:2c:bc:7d:8e:4c +-----BEGIN CERTIFICATE----- +MIIEkTCCA3mgAwIBAgIERWtQVDANBgkqhkiG9w0BAQUFADCBsDELMAkGA1UEBhMC +VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xOTA3BgNVBAsTMHd3dy5lbnRydXN0 +Lm5ldC9DUFMgaXMgaW5jb3Jwb3JhdGVkIGJ5IHJlZmVyZW5jZTEfMB0GA1UECxMW +KGMpIDIwMDYgRW50cnVzdCwgSW5jLjEtMCsGA1UEAxMkRW50cnVzdCBSb290IENl +cnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA2MTEyNzIwMjM0MloXDTI2MTEyNzIw +NTM0MlowgbAxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMTkw +NwYDVQQLEzB3d3cuZW50cnVzdC5uZXQvQ1BTIGlzIGluY29ycG9yYXRlZCBieSBy +ZWZlcmVuY2UxHzAdBgNVBAsTFihjKSAyMDA2IEVudHJ1c3QsIEluYy4xLTArBgNV +BAMTJEVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASIwDQYJ +KoZIhvcNAQEBBQADggEPADCCAQoCggEBALaVtkNC+sZtKm9I35RMOVcF7sN5EUFo +Nu3s/poBj6E4KPz3EEZmLk0eGrEaTsbRwJWIsMn/MYszA9u3g3s+IIRe7bJWKKf4 +4LlAcTfFy0cOlypowCKVYhXbR9n10Cv/gkvJrT7eTNuQgFA/CYqEAOwwCj0Yzfv9 +KlmaI5UXLEWeH25DeW0MXJj+SKfFI0dcXv1u5x609mhF0YaDW6KKjbHjKYD+JXGI +rb68j6xSlkuqUY3kEzEZ6E5Nn9uss2rVvDlUccp6en+Q3X0dgNmBu1kmwhH+5pPi +94DkZfs0Nw4pgHBNrziGLp5/V6+eF67rHMsoIV+2HNjnogQi+dPa2MsCAwEAAaOB +sDCBrTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zArBgNVHRAEJDAi +gA8yMDA2MTEyNzIwMjM0MlqBDzIwMjYxMTI3MjA1MzQyWjAfBgNVHSMEGDAWgBRo +kORnpKZTgMeGZqTx90tD+4S9bTAdBgNVHQ4EFgQUaJDkZ6SmU4DHhmak8fdLQ/uE +vW0wHQYJKoZIhvZ9B0EABBAwDhsIVjcuMTo0LjADAgSQMA0GCSqGSIb3DQEBBQUA +A4IBAQCT1DCw1wMgKtD5Y+iRDAUgqV8ZyntyTtSx29CW+1RaGSwMCPeyvIWonX9t +O1KzKtvn1ISMY/YPyyYBkVBs9F8U4pN0wBOeMDpQ47RgxRzwIkSNcUesyBrJ6Zua +AGAT/3B+XxFNSRuzFVJ7yVTav52Vr2ua2J7p8eRDjeIRRDq/r72DQnNSi6q7pynP +9WQcCk3RvKqsnyrQ/39/2n3qse0wJcGE2jTSW3iDVuycNsMm4hH2Z0kdkquM++v/ +eu6FSqdQgPCnXEqULl8FmTxSQeDNtGPPAUO6nIPcj2A781q0tHuu2guQOHXvgR1m +0vdXcDazv/wor3ElhVsT/h5/WrQ8 +-----END CERTIFICATE----- + +# Issuer: CN=AAA Certificate Services O=Comodo CA Limited +# Subject: CN=AAA Certificate Services O=Comodo CA Limited +# Label: "Comodo AAA Services root" +# Serial: 1 +# MD5 Fingerprint: 49:79:04:b0:eb:87:19:ac:47:b0:bc:11:51:9b:74:d0 +# SHA1 Fingerprint: d1:eb:23:a4:6d:17:d6:8f:d9:25:64:c2:f1:f1:60:17:64:d8:e3:49 +# SHA256 Fingerprint: d7:a7:a0:fb:5d:7e:27:31:d7:71:e9:48:4e:bc:de:f7:1d:5f:0c:3e:0a:29:48:78:2b:c8:3e:e0:ea:69:9e:f4 +-----BEGIN CERTIFICATE----- +MIIEMjCCAxqgAwIBAgIBATANBgkqhkiG9w0BAQUFADB7MQswCQYDVQQGEwJHQjEb +MBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow +GAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEhMB8GA1UEAwwYQUFBIENlcnRpZmlj +YXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAwMFoXDTI4MTIzMTIzNTk1OVowezEL +MAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE +BwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNVBAMM +GEFBQSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEBBQADggEP +ADCCAQoCggEBAL5AnfRu4ep2hxxNRUSOvkbIgwadwSr+GB+O5AL686tdUIoWMQua +BtDFcCLNSS1UY8y2bmhGC1Pqy0wkwLxyTurxFa70VJoSCsN6sjNg4tqJVfMiWPPe +3M/vg4aijJRPn2jymJBGhCfHdr/jzDUsi14HZGWCwEiwqJH5YZ92IFCokcdmtet4 +YgNW8IoaE+oxox6gmf049vYnMlhvB/VruPsUK6+3qszWY19zjNoFmag4qMsXeDZR +rOme9Hg6jc8P2ULimAyrL58OAd7vn5lJ8S3frHRNG5i1R8XlKdH5kBjHYpy+g8cm +ez6KJcfA3Z3mNWgQIJ2P2N7Sw4ScDV7oL8kCAwEAAaOBwDCBvTAdBgNVHQ4EFgQU +oBEKIz6W8Qfs4q8p74Klf9AwpLQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQF +MAMBAf8wewYDVR0fBHQwcjA4oDagNIYyaHR0cDovL2NybC5jb21vZG9jYS5jb20v +QUFBQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmwwNqA0oDKGMGh0dHA6Ly9jcmwuY29t +b2RvLm5ldC9BQUFDZXJ0aWZpY2F0ZVNlcnZpY2VzLmNybDANBgkqhkiG9w0BAQUF +AAOCAQEACFb8AvCb6P+k+tZ7xkSAzk/ExfYAWMymtrwUSWgEdujm7l3sAg9g1o1Q +GE8mTgHj5rCl7r+8dFRBv/38ErjHT1r0iWAFf2C3BUrz9vHCv8S5dIa2LX1rzNLz +Rt0vxuBqw8M0Ayx9lt1awg6nCpnBBYurDC/zXDrPbDdVCYfeU0BsWO/8tqtlbgT2 +G9w84FoVxp7Z8VlIMCFlA2zs6SFz7JsDoeA3raAVGI/6ugLOpyypEBMs1OUIJqsi +l2D4kF501KKaU73yqWjgom7C12yxow+ev+to51byrvLjKzg6CYG1a4XXvi3tPxq3 +smPi9WIsgtRqAEFQ8TmDn5XpNpaYbg== +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 2 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 2 O=QuoVadis Limited +# Label: "QuoVadis Root CA 2" +# Serial: 1289 +# MD5 Fingerprint: 5e:39:7b:dd:f8:ba:ec:82:e9:ac:62:ba:0c:54:00:2b +# SHA1 Fingerprint: ca:3a:fb:cf:12:40:36:4b:44:b2:16:20:88:80:48:39:19:93:7c:f7 +# SHA256 Fingerprint: 85:a0:dd:7d:d7:20:ad:b7:ff:05:f8:3d:54:2b:20:9d:c7:ff:45:28:f7:d6:77:b1:83:89:fe:a5:e5:c4:9e:86 +-----BEGIN CERTIFICATE----- +MIIFtzCCA5+gAwIBAgICBQkwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x +GTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv +b3QgQ0EgMjAeFw0wNjExMjQxODI3MDBaFw0zMTExMjQxODIzMzNaMEUxCzAJBgNV +BAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W +YWRpcyBSb290IENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCa +GMpLlA0ALa8DKYrwD4HIrkwZhR0In6spRIXzL4GtMh6QRr+jhiYaHv5+HBg6XJxg +Fyo6dIMzMH1hVBHL7avg5tKifvVrbxi3Cgst/ek+7wrGsxDp3MJGF/hd/aTa/55J +WpzmM+Yklvc/ulsrHHo1wtZn/qtmUIttKGAr79dgw8eTvI02kfN/+NsRE8Scd3bB +rrcCaoF6qUWD4gXmuVbBlDePSHFjIuwXZQeVikvfj8ZaCuWw419eaxGrDPmF60Tp ++ARz8un+XJiM9XOva7R+zdRcAitMOeGylZUtQofX1bOQQ7dsE/He3fbE+Ik/0XX1 +ksOR1YqI0JDs3G3eicJlcZaLDQP9nL9bFqyS2+r+eXyt66/3FsvbzSUr5R/7mp/i +Ucw6UwxI5g69ybR2BlLmEROFcmMDBOAENisgGQLodKcftslWZvB1JdxnwQ5hYIiz +PtGo/KPaHbDRsSNU30R2be1B2MGyIrZTHN81Hdyhdyox5C315eXbyOD/5YDXC2Og +/zOhD7osFRXql7PSorW+8oyWHhqPHWykYTe5hnMz15eWniN9gqRMgeKh0bpnX5UH +oycR7hYQe7xFSkyyBNKr79X9DFHOUGoIMfmR2gyPZFwDwzqLID9ujWc9Otb+fVuI +yV77zGHcizN300QyNQliBJIWENieJ0f7OyHj+OsdWwIDAQABo4GwMIGtMA8GA1Ud +EwEB/wQFMAMBAf8wCwYDVR0PBAQDAgEGMB0GA1UdDgQWBBQahGK8SEwzJQTU7tD2 +A8QZRtGUazBuBgNVHSMEZzBlgBQahGK8SEwzJQTU7tD2A8QZRtGUa6FJpEcwRTEL +MAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMT +ElF1b1ZhZGlzIFJvb3QgQ0EgMoICBQkwDQYJKoZIhvcNAQEFBQADggIBAD4KFk2f +BluornFdLwUvZ+YTRYPENvbzwCYMDbVHZF34tHLJRqUDGCdViXh9duqWNIAXINzn +g/iN/Ae42l9NLmeyhP3ZRPx3UIHmfLTJDQtyU/h2BwdBR5YM++CCJpNVjP4iH2Bl +fF/nJrP3MpCYUNQ3cVX2kiF495V5+vgtJodmVjB3pjd4M1IQWK4/YY7yarHvGH5K +WWPKjaJW1acvvFYfzznB4vsKqBUsfU16Y8Zsl0Q80m/DShcK+JDSV6IZUaUtl0Ha +B0+pUNqQjZRG4T7wlP0QADj1O+hA4bRuVhogzG9Yje0uRY/W6ZM/57Es3zrWIozc +hLsib9D45MY56QSIPMO661V6bYCZJPVsAfv4l7CUW+v90m/xd2gNNWQjrLhVoQPR +TUIZ3Ph1WVaj+ahJefivDrkRoHy3au000LYmYjgahwz46P0u05B/B5EqHdZ+XIWD +mbA4CD/pXvk1B+TJYm5Xf6dQlfe6yJvmjqIBxdZmv3lh8zwc4bmCXF2gw+nYSL0Z +ohEUGW6yhhtoPkg3Goi3XZZenMfvJ2II4pEZXNLxId26F0KCl3GBUzGpn/Z9Yr9y +4aOTHcyKJloJONDO1w2AFrR4pTqHTI2KpdVGl/IsELm8VCLAAVBpQ570su9t+Oza +8eOx79+Rj1QqCyXBJhnEUhAFZdWCEOrCMc0u +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 3" +# Serial: 1478 +# MD5 Fingerprint: 31:85:3c:62:94:97:63:b9:aa:fd:89:4e:af:6f:e0:cf +# SHA1 Fingerprint: 1f:49:14:f7:d8:74:95:1d:dd:ae:02:c0:be:fd:3a:2d:82:75:51:85 +# SHA256 Fingerprint: 18:f1:fc:7f:20:5d:f8:ad:dd:eb:7f:e0:07:dd:57:e3:af:37:5a:9c:4d:8d:73:54:6b:f4:f1:fe:d1:e1:8d:35 +-----BEGIN CERTIFICATE----- +MIIGnTCCBIWgAwIBAgICBcYwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x +GTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv +b3QgQ0EgMzAeFw0wNjExMjQxOTExMjNaFw0zMTExMjQxOTA2NDRaMEUxCzAJBgNV +BAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W +YWRpcyBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDM +V0IWVJzmmNPTTe7+7cefQzlKZbPoFog02w1ZkXTPkrgEQK0CSzGrvI2RaNggDhoB +4hp7Thdd4oq3P5kazethq8Jlph+3t723j/z9cI8LoGe+AaJZz3HmDyl2/7FWeUUr +H556VOijKTVopAFPD6QuN+8bv+OPEKhyq1hX51SGyMnzW9os2l2ObjyjPtr7guXd +8lyyBTNvijbO0BNO/79KDDRMpsMhvVAEVeuxu537RR5kFd5VAYwCdrXLoT9Cabwv +vWhDFlaJKjdhkf2mrk7AyxRllDdLkgbvBNDInIjbC3uBr7E9KsRlOni27tyAsdLT +mZw67mtaa7ONt9XOnMK+pUsvFrGeaDsGb659n/je7Mwpp5ijJUMv7/FfJuGITfhe +btfZFG4ZM2mnO4SJk8RTVROhUXhA+LjJou57ulJCg54U7QVSWllWp5f8nT8KKdjc +T5EOE7zelaTfi5m+rJsziO+1ga8bxiJTyPbH7pcUsMV8eFLI8M5ud2CEpukqdiDt +WAEXMJPpGovgc2PZapKUSU60rUqFxKMiMPwJ7Wgic6aIDFUhWMXhOp8q3crhkODZ +c6tsgLjoC2SToJyMGf+z0gzskSaHirOi4XCPLArlzW1oUevaPwV/izLmE1xr/l9A +4iLItLRkT9a6fUg+qGkM17uGcclzuD87nSVL2v9A6wIDAQABo4IBlTCCAZEwDwYD +VR0TAQH/BAUwAwEB/zCB4QYDVR0gBIHZMIHWMIHTBgkrBgEEAb5YAAMwgcUwgZMG +CCsGAQUFBwICMIGGGoGDQW55IHVzZSBvZiB0aGlzIENlcnRpZmljYXRlIGNvbnN0 +aXR1dGVzIGFjY2VwdGFuY2Ugb2YgdGhlIFF1b1ZhZGlzIFJvb3QgQ0EgMyBDZXJ0 +aWZpY2F0ZSBQb2xpY3kgLyBDZXJ0aWZpY2F0aW9uIFByYWN0aWNlIFN0YXRlbWVu +dC4wLQYIKwYBBQUHAgEWIWh0dHA6Ly93d3cucXVvdmFkaXNnbG9iYWwuY29tL2Nw +czALBgNVHQ8EBAMCAQYwHQYDVR0OBBYEFPLAE+CCQz777i9nMpY1XNu4ywLQMG4G +A1UdIwRnMGWAFPLAE+CCQz777i9nMpY1XNu4ywLQoUmkRzBFMQswCQYDVQQGEwJC +TTEZMBcGA1UEChMQUXVvVmFkaXMgTGltaXRlZDEbMBkGA1UEAxMSUXVvVmFkaXMg +Um9vdCBDQSAzggIFxjANBgkqhkiG9w0BAQUFAAOCAgEAT62gLEz6wPJv92ZVqyM0 +7ucp2sNbtrCD2dDQ4iH782CnO11gUyeim/YIIirnv6By5ZwkajGxkHon24QRiSem +d1o417+shvzuXYO8BsbRd2sPbSQvS3pspweWyuOEn62Iix2rFo1bZhfZFvSLgNLd ++LJ2w/w4E6oM3kJpK27zPOuAJ9v1pkQNn1pVWQvVDVJIxa6f8i+AxeoyUDUSly7B +4f/xI4hROJ/yZlZ25w9Rl6VSDE1JUZU2Pb+iSwwQHYaZTKrzchGT5Or2m9qoXadN +t54CrnMAyNojA+j56hl0YgCUyyIgvpSnWbWCar6ZeXqp8kokUvd0/bpO5qgdAm6x +DYBEwa7TIzdfu4V8K5Iu6H6li92Z4b8nby1dqnuH/grdS/yO9SbkbnBCbjPsMZ57 +k8HkyWkaPcBrTiJt7qtYTcbQQcEr6k8Sh17rRdhs9ZgC06DYVYoGmRmioHfRMJ6s +zHXug/WwYjnPbFfiTNKRCw51KBuav/0aQ/HKd/s7j2G4aSgWQgRecCocIdiP4b0j +Wy10QJLZYxkNc91pvGJHvOB0K7Lrfb5BG7XARsWhIstfTsEokt4YutUqKLsRixeT +mJlglFwjz1onl14LBQaTNx47aTbrqZ5hHY8y2o4M1nQ+ewkk2gF3R8Q7zTSMmfXK +4SVhM7JZG+Ju1zdXtg2pEto= +-----END CERTIFICATE----- + +# Issuer: O=SECOM Trust.net OU=Security Communication RootCA1 +# Subject: O=SECOM Trust.net OU=Security Communication RootCA1 +# Label: "Security Communication Root CA" +# Serial: 0 +# MD5 Fingerprint: f1:bc:63:6a:54:e0:b5:27:f5:cd:e7:1a:e3:4d:6e:4a +# SHA1 Fingerprint: 36:b1:2b:49:f9:81:9e:d7:4c:9e:bc:38:0f:c6:56:8f:5d:ac:b2:f7 +# SHA256 Fingerprint: e7:5e:72:ed:9f:56:0e:ec:6e:b4:80:00:73:a4:3f:c3:ad:19:19:5a:39:22:82:01:78:95:97:4a:99:02:6b:6c +-----BEGIN CERTIFICATE----- +MIIDWjCCAkKgAwIBAgIBADANBgkqhkiG9w0BAQUFADBQMQswCQYDVQQGEwJKUDEY +MBYGA1UEChMPU0VDT00gVHJ1c3QubmV0MScwJQYDVQQLEx5TZWN1cml0eSBDb21t +dW5pY2F0aW9uIFJvb3RDQTEwHhcNMDMwOTMwMDQyMDQ5WhcNMjMwOTMwMDQyMDQ5 +WjBQMQswCQYDVQQGEwJKUDEYMBYGA1UEChMPU0VDT00gVHJ1c3QubmV0MScwJQYD +VQQLEx5TZWN1cml0eSBDb21tdW5pY2F0aW9uIFJvb3RDQTEwggEiMA0GCSqGSIb3 +DQEBAQUAA4IBDwAwggEKAoIBAQCzs/5/022x7xZ8V6UMbXaKL0u/ZPtM7orw8yl8 +9f/uKuDp6bpbZCKamm8sOiZpUQWZJtzVHGpxxpp9Hp3dfGzGjGdnSj74cbAZJ6kJ +DKaVv0uMDPpVmDvY6CKhS3E4eayXkmmziX7qIWgGmBSWh9JhNrxtJ1aeV+7AwFb9 +Ms+k2Y7CI9eNqPPYJayX5HA49LY6tJ07lyZDo6G8SVlyTCMwhwFY9k6+HGhWZq/N +QV3Is00qVUarH9oe4kA92819uZKAnDfdDJZkndwi92SL32HeFZRSFaB9UslLqCHJ +xrHty8OVYNEP8Ktw+N/LTX7s1vqr2b1/VPKl6Xn62dZ2JChzAgMBAAGjPzA9MB0G +A1UdDgQWBBSgc0mZaNyFW2XjmygvV5+9M7wHSDALBgNVHQ8EBAMCAQYwDwYDVR0T +AQH/BAUwAwEB/zANBgkqhkiG9w0BAQUFAAOCAQEAaECpqLvkT115swW1F7NgE+vG +kl3g0dNq/vu+m22/xwVtWSDEHPC32oRYAmP6SBbvT6UL90qY8j+eG61Ha2POCEfr +Uj94nK9NrvjVT8+amCoQQTlSxN3Zmw7vkwGusi7KaEIkQmywszo+zenaSMQVy+n5 +Bw+SUEmK3TGXX8npN6o7WWWXlDLJs58+OmJYxUmtYg5xpTKqL8aJdkNAExNnPaJU +JRDL8Try2frbSVa7pv6nQTXD4IhhyYjH3zYQIphZ6rBK+1YWc26sTfcioU+tHXot +RSflMMFe8toTyyVCUZVHA4xsIcx0Qu1T/zOLjw9XARYvz6buyXAiFL39vmwLAw== +-----END CERTIFICATE----- + +# Issuer: CN=XRamp Global Certification Authority O=XRamp Security Services Inc OU=www.xrampsecurity.com +# Subject: CN=XRamp Global Certification Authority O=XRamp Security Services Inc OU=www.xrampsecurity.com +# Label: "XRamp Global CA Root" +# Serial: 107108908803651509692980124233745014957 +# MD5 Fingerprint: a1:0b:44:b3:ca:10:d8:00:6e:9d:0f:d8:0f:92:0a:d1 +# SHA1 Fingerprint: b8:01:86:d1:eb:9c:86:a5:41:04:cf:30:54:f3:4c:52:b7:e5:58:c6 +# SHA256 Fingerprint: ce:cd:dc:90:50:99:d8:da:df:c5:b1:d2:09:b7:37:cb:e2:c1:8c:fb:2c:10:c0:ff:0b:cf:0d:32:86:fc:1a:a2 +-----BEGIN CERTIFICATE----- +MIIEMDCCAxigAwIBAgIQUJRs7Bjq1ZxN1ZfvdY+grTANBgkqhkiG9w0BAQUFADCB +gjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3dy54cmFtcHNlY3VyaXR5LmNvbTEk +MCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2VydmljZXMgSW5jMS0wKwYDVQQDEyRY +UmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQxMTAxMTcx +NDA0WhcNMzUwMTAxMDUzNzE5WjCBgjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3 +dy54cmFtcHNlY3VyaXR5LmNvbTEkMCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2Vy +dmljZXMgSW5jMS0wKwYDVQQDEyRYUmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBB +dXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCYJB69FbS6 +38eMpSe2OAtp87ZOqCwuIR1cRN8hXX4jdP5efrRKt6atH67gBhbim1vZZ3RrXYCP +KZ2GG9mcDZhtdhAoWORlsH9KmHmf4MMxfoArtYzAQDsRhtDLooY2YKTVMIJt2W7Q +DxIEM5dfT2Fa8OT5kavnHTu86M/0ay00fOJIYRyO82FEzG+gSqmUsE3a56k0enI4 +qEHMPJQRfevIpoy3hsvKMzvZPTeL+3o+hiznc9cKV6xkmxnr9A8ECIqsAxcZZPRa +JSKNNCyy9mgdEm3Tih4U2sSPpuIjhdV6Db1q4Ons7Be7QhtnqiXtRYMh/MHJfNVi +PvryxS3T/dRlAgMBAAGjgZ8wgZwwEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0P +BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMZPoj0GY4QJnM5i5ASs +jVy16bYbMDYGA1UdHwQvMC0wK6ApoCeGJWh0dHA6Ly9jcmwueHJhbXBzZWN1cml0 +eS5jb20vWEdDQS5jcmwwEAYJKwYBBAGCNxUBBAMCAQEwDQYJKoZIhvcNAQEFBQAD +ggEBAJEVOQMBG2f7Shz5CmBbodpNl2L5JFMn14JkTpAuw0kbK5rc/Kh4ZzXxHfAR +vbdI4xD2Dd8/0sm2qlWkSLoC295ZLhVbO50WfUfXN+pfTXYSNrsf16GBBEYgoyxt +qZ4Bfj8pzgCT3/3JknOJiWSe5yvkHJEs0rnOfc5vMZnT5r7SHpDwCRR5XCOrTdLa +IR9NmXmd4c8nnxCbHIgNsIpkQTG4DmyQJKSbXHGPurt+HBvbaoAPIbzp26a3QPSy +i6mx5O+aGtA9aZnuqCij4Tyz8LIRnM98QObd50N9otg6tamN8jSZxNQQ4Qb9CYQQ +O+7ETPTsJ3xCwnR8gooJybQDJbw= +-----END CERTIFICATE----- + +# Issuer: O=The Go Daddy Group, Inc. OU=Go Daddy Class 2 Certification Authority +# Subject: O=The Go Daddy Group, Inc. OU=Go Daddy Class 2 Certification Authority +# Label: "Go Daddy Class 2 CA" +# Serial: 0 +# MD5 Fingerprint: 91:de:06:25:ab:da:fd:32:17:0c:bb:25:17:2a:84:67 +# SHA1 Fingerprint: 27:96:ba:e6:3f:18:01:e2:77:26:1b:a0:d7:77:70:02:8f:20:ee:e4 +# SHA256 Fingerprint: c3:84:6b:f2:4b:9e:93:ca:64:27:4c:0e:c6:7c:1e:cc:5e:02:4f:fc:ac:d2:d7:40:19:35:0e:81:fe:54:6a:e4 +-----BEGIN CERTIFICATE----- +MIIEADCCAuigAwIBAgIBADANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEh +MB8GA1UEChMYVGhlIEdvIERhZGR5IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBE +YWRkeSBDbGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA0MDYyOTE3 +MDYyMFoXDTM0MDYyOTE3MDYyMFowYzELMAkGA1UEBhMCVVMxITAfBgNVBAoTGFRo +ZSBHbyBEYWRkeSBHcm91cCwgSW5jLjExMC8GA1UECxMoR28gRGFkZHkgQ2xhc3Mg +MiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASAwDQYJKoZIhvcNAQEBBQADggEN +ADCCAQgCggEBAN6d1+pXGEmhW+vXX0iG6r7d/+TvZxz0ZWizV3GgXne77ZtJ6XCA +PVYYYwhv2vLM0D9/AlQiVBDYsoHUwHU9S3/Hd8M+eKsaA7Ugay9qK7HFiH7Eux6w +wdhFJ2+qN1j3hybX2C32qRe3H3I2TqYXP2WYktsqbl2i/ojgC95/5Y0V4evLOtXi +EqITLdiOr18SPaAIBQi2XKVlOARFmR6jYGB0xUGlcmIbYsUfb18aQr4CUWWoriMY +avx4A6lNf4DD+qta/KFApMoZFv6yyO9ecw3ud72a9nmYvLEHZ6IVDd2gWMZEewo+ +YihfukEHU1jPEX44dMX4/7VpkI+EdOqXG68CAQOjgcAwgb0wHQYDVR0OBBYEFNLE +sNKR1EwRcbNhyz2h/t2oatTjMIGNBgNVHSMEgYUwgYKAFNLEsNKR1EwRcbNhyz2h +/t2oatTjoWekZTBjMQswCQYDVQQGEwJVUzEhMB8GA1UEChMYVGhlIEdvIERhZGR5 +IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBEYWRkeSBDbGFzcyAyIENlcnRpZmlj +YXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQAD +ggEBADJL87LKPpH8EsahB4yOd6AzBhRckB4Y9wimPQoZ+YeAEW5p5JYXMP80kWNy +OO7MHAGjHZQopDH2esRU1/blMVgDoszOYtuURXO1v0XJJLXVggKtI3lpjbi2Tc7P +TMozI+gciKqdi0FuFskg5YmezTvacPd+mSYgFFQlq25zheabIZ0KbIIOqPjCDPoQ +HmyW74cNxA9hi63ugyuV+I6ShHI56yDqg+2DzZduCLzrTia2cyvk0/ZM/iZx4mER +dEr/VxqHD3VILs9RaRegAhJhldXRQLIQTO7ErBBDpqWeCtWVYpoNz4iCxTIM5Cuf +ReYNnyicsbkqWletNw+vHX/bvZ8= +-----END CERTIFICATE----- + +# Issuer: O=Starfield Technologies, Inc. OU=Starfield Class 2 Certification Authority +# Subject: O=Starfield Technologies, Inc. OU=Starfield Class 2 Certification Authority +# Label: "Starfield Class 2 CA" +# Serial: 0 +# MD5 Fingerprint: 32:4a:4b:bb:c8:63:69:9b:be:74:9a:c6:dd:1d:46:24 +# SHA1 Fingerprint: ad:7e:1c:28:b0:64:ef:8f:60:03:40:20:14:c3:d0:e3:37:0e:b5:8a +# SHA256 Fingerprint: 14:65:fa:20:53:97:b8:76:fa:a6:f0:a9:95:8e:55:90:e4:0f:cc:7f:aa:4f:b7:c2:c8:67:75:21:fb:5f:b6:58 +-----BEGIN CERTIFICATE----- +MIIEDzCCAvegAwIBAgIBADANBgkqhkiG9w0BAQUFADBoMQswCQYDVQQGEwJVUzEl +MCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMp +U3RhcmZpZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQw +NjI5MTczOTE2WhcNMzQwNjI5MTczOTE2WjBoMQswCQYDVQQGEwJVUzElMCMGA1UE +ChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMpU3RhcmZp +ZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggEgMA0GCSqGSIb3 +DQEBAQUAA4IBDQAwggEIAoIBAQC3Msj+6XGmBIWtDBFk385N78gDGIc/oav7PKaf +8MOh2tTYbitTkPskpD6E8J7oX+zlJ0T1KKY/e97gKvDIr1MvnsoFAZMej2YcOadN ++lq2cwQlZut3f+dZxkqZJRRU6ybH838Z1TBwj6+wRir/resp7defqgSHo9T5iaU0 +X9tDkYI22WY8sbi5gv2cOj4QyDvvBmVmepsZGD3/cVE8MC5fvj13c7JdBmzDI1aa +K4UmkhynArPkPw2vCHmCuDY96pzTNbO8acr1zJ3o/WSNF4Azbl5KXZnJHoe0nRrA +1W4TNSNe35tfPe/W93bC6j67eA0cQmdrBNj41tpvi/JEoAGrAgEDo4HFMIHCMB0G +A1UdDgQWBBS/X7fRzt0fhvRbVazc1xDCDqmI5zCBkgYDVR0jBIGKMIGHgBS/X7fR +zt0fhvRbVazc1xDCDqmI56FspGowaDELMAkGA1UEBhMCVVMxJTAjBgNVBAoTHFN0 +YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAsTKVN0YXJmaWVsZCBD +bGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8w +DQYJKoZIhvcNAQEFBQADggEBAAWdP4id0ckaVaGsafPzWdqbAYcaT1epoXkJKtv3 +L7IezMdeatiDh6GX70k1PncGQVhiv45YuApnP+yz3SFmH8lU+nLMPUxA2IGvd56D +eruix/U0F47ZEUD0/CwqTRV/p2JdLiXTAAsgGh1o+Re49L2L7ShZ3U0WixeDyLJl +xy16paq8U4Zt3VekyvggQQto8PT7dL5WXXp59fkdheMtlb71cZBDzI0fmgAKhynp +VSJYACPq4xJDKVtHCN2MQWplBqjlIapBtJUhlbl90TSrE9atvNziPTnNvT51cKEY +WQPJIrSPnNVeKtelttQKbfi3QBFGmh95DmK/D5fs4C8fF5Q= +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Assured ID Root CA O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Assured ID Root CA O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Assured ID Root CA" +# Serial: 17154717934120587862167794914071425081 +# MD5 Fingerprint: 87:ce:0b:7b:2a:0e:49:00:e1:58:71:9b:37:a8:93:72 +# SHA1 Fingerprint: 05:63:b8:63:0d:62:d7:5a:bb:c8:ab:1e:4b:df:b5:a8:99:b2:4d:43 +# SHA256 Fingerprint: 3e:90:99:b5:01:5e:8f:48:6c:00:bc:ea:9d:11:1e:e7:21:fa:ba:35:5a:89:bc:f1:df:69:56:1e:3d:c6:32:5c +-----BEGIN CERTIFICATE----- +MIIDtzCCAp+gAwIBAgIQDOfg5RfYRv6P5WD8G/AwOTANBgkqhkiG9w0BAQUFADBl +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv +b3QgQ0EwHhcNMDYxMTEwMDAwMDAwWhcNMzExMTEwMDAwMDAwWjBlMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl +cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgQ0EwggEi +MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCtDhXO5EOAXLGH87dg+XESpa7c +JpSIqvTO9SA5KFhgDPiA2qkVlTJhPLWxKISKityfCgyDF3qPkKyK53lTXDGEKvYP +mDI2dsze3Tyoou9q+yHyUmHfnyDXH+Kx2f4YZNISW1/5WBg1vEfNoTb5a3/UsDg+ +wRvDjDPZ2C8Y/igPs6eD1sNuRMBhNZYW/lmci3Zt1/GiSw0r/wty2p5g0I6QNcZ4 +VYcgoc/lbQrISXwxmDNsIumH0DJaoroTghHtORedmTpyoeb6pNnVFzF1roV9Iq4/ +AUaG9ih5yLHa5FcXxH4cDrC0kqZWs72yl+2qp/C3xag/lRbQ/6GW6whfGHdPAgMB +AAGjYzBhMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW +BBRF66Kv9JLLgjEtUYunpyGd823IDzAfBgNVHSMEGDAWgBRF66Kv9JLLgjEtUYun +pyGd823IDzANBgkqhkiG9w0BAQUFAAOCAQEAog683+Lt8ONyc3pklL/3cmbYMuRC +dWKuh+vy1dneVrOfzM4UKLkNl2BcEkxY5NM9g0lFWJc1aRqoR+pWxnmrEthngYTf +fwk8lOa4JiwgvT2zKIn3X/8i4peEH+ll74fg38FnSbNd67IJKusm7Xi+fT8r87cm +NW1fiQG2SVufAQWbqz0lwcy2f8Lxb4bG+mRo64EtlOtCt/qMHt1i8b5QZ7dsvfPx +H2sMNgcWfzd8qVttevESRmCD1ycEvkvOl77DZypoEd+A5wwzZr8TDRRu838fYxAe ++o0bJW1sj6W3YQGx0qMmoRBxna3iw/nDmVG3KwcIzi7mULKn+gpFL6Lw8g== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Global Root CA" +# Serial: 10944719598952040374951832963794454346 +# MD5 Fingerprint: 79:e4:a9:84:0d:7d:3a:96:d7:c0:4f:e2:43:4c:89:2e +# SHA1 Fingerprint: a8:98:5d:3a:65:e5:e5:c4:b2:d7:d6:6d:40:c6:dd:2f:b1:9c:54:36 +# SHA256 Fingerprint: 43:48:a0:e9:44:4c:78:cb:26:5e:05:8d:5e:89:44:b4:d8:4f:96:62:bd:26:db:25:7f:89:34:a4:43:c7:01:61 +-----BEGIN CERTIFICATE----- +MIIDrzCCApegAwIBAgIQCDvgVpBCRrGhdWrJWZHHSjANBgkqhkiG9w0BAQUFADBh +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBD +QTAeFw0wNjExMTAwMDAwMDBaFw0zMTExMTAwMDAwMDBaMGExCzAJBgNVBAYTAlVT +MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j +b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IENBMIIBIjANBgkqhkiG +9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4jvhEXLeqKTTo1eqUKKPC3eQyaKl7hLOllsB +CSDMAZOnTjC3U/dDxGkAV53ijSLdhwZAAIEJzs4bg7/fzTtxRuLWZscFs3YnFo97 +nh6Vfe63SKMI2tavegw5BmV/Sl0fvBf4q77uKNd0f3p4mVmFaG5cIzJLv07A6Fpt +43C/dxC//AH2hdmoRBBYMql1GNXRor5H4idq9Joz+EkIYIvUX7Q6hL+hqkpMfT7P +T19sdl6gSzeRntwi5m3OFBqOasv+zbMUZBfHWymeMr/y7vrTC0LUq7dBMtoM1O/4 +gdW7jVg/tRvoSSiicNoxBN33shbyTApOB6jtSj1etX+jkMOvJwIDAQABo2MwYTAO +BgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUA95QNVbR +TLtm8KPiGxvDl7I90VUwHwYDVR0jBBgwFoAUA95QNVbRTLtm8KPiGxvDl7I90VUw +DQYJKoZIhvcNAQEFBQADggEBAMucN6pIExIK+t1EnE9SsPTfrgT1eXkIoyQY/Esr +hMAtudXH/vTBH1jLuG2cenTnmCmrEbXjcKChzUyImZOMkXDiqw8cvpOp/2PV5Adg +06O/nVsJ8dWO41P0jmP6P6fbtGbfYmbW0W5BjfIttep3Sp+dWOIrWcBAI+0tKIJF +PnlUkiaY4IBIqDfv8NZ5YBberOgOzW6sRBc4L0na4UU+Krk2U886UAb3LujEV0ls +YSEY1QSteDwsOoBrp+uvFRTp2InBuThs4pFsiv9kuXclVzDAGySj4dzp30d8tbQk +CAUw7C29C79Fv1C5qfPrmAESrciIxpg0X40KPMbp1ZWVbd4= +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert High Assurance EV Root CA O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert High Assurance EV Root CA O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert High Assurance EV Root CA" +# Serial: 3553400076410547919724730734378100087 +# MD5 Fingerprint: d4:74:de:57:5c:39:b2:d3:9c:85:83:c5:c0:65:49:8a +# SHA1 Fingerprint: 5f:b7:ee:06:33:e2:59:db:ad:0c:4c:9a:e6:d3:8f:1a:61:c7:dc:25 +# SHA256 Fingerprint: 74:31:e5:f4:c3:c1:ce:46:90:77:4f:0b:61:e0:54:40:88:3b:a9:a0:1e:d0:0b:a6:ab:d7:80:6e:d3:b1:18:cf +-----BEGIN CERTIFICATE----- +MIIDxTCCAq2gAwIBAgIQAqxcJmoLQJuPC3nyrkYldzANBgkqhkiG9w0BAQUFADBs +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSswKQYDVQQDEyJEaWdpQ2VydCBIaWdoIEFzc3VyYW5j +ZSBFViBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTMxMTExMDAwMDAwMFowbDEL +MAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3 +LmRpZ2ljZXJ0LmNvbTErMCkGA1UEAxMiRGlnaUNlcnQgSGlnaCBBc3N1cmFuY2Ug +RVYgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMbM5XPm ++9S75S0tMqbf5YE/yc0lSbZxKsPVlDRnogocsF9ppkCxxLeyj9CYpKlBWTrT3JTW +PNt0OKRKzE0lgvdKpVMSOO7zSW1xkX5jtqumX8OkhPhPYlG++MXs2ziS4wblCJEM +xChBVfvLWokVfnHoNb9Ncgk9vjo4UFt3MRuNs8ckRZqnrG0AFFoEt7oT61EKmEFB +Ik5lYYeBQVCmeVyJ3hlKV9Uu5l0cUyx+mM0aBhakaHPQNAQTXKFx01p8VdteZOE3 +hzBWBOURtCmAEvF5OYiiAhF8J2a3iLd48soKqDirCmTCv2ZdlYTBoSUeh10aUAsg +EsxBu24LUTi4S8sCAwEAAaNjMGEwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFLE+w2kD+L9HAdSYJhoIAu9jZCvDMB8GA1UdIwQYMBaA +FLE+w2kD+L9HAdSYJhoIAu9jZCvDMA0GCSqGSIb3DQEBBQUAA4IBAQAcGgaX3Nec +nzyIZgYIVyHbIUf4KmeqvxgydkAQV8GK83rZEWWONfqe/EW1ntlMMUu4kehDLI6z +eM7b41N5cdblIZQB2lWHmiRk9opmzN6cN82oNLFpmyPInngiK3BD41VHMWEZ71jF +hS9OMPagMRYjyOfiZRYzy78aG6A9+MpeizGLYAiJLQwGXFK3xPkKmNEVX58Svnw2 +Yzi9RKR/5CYrCsSXaQ3pjOLAEFe4yHYSkVXySGnYvCoCWw9E1CAx2/S6cCZdkGCe +vEsXCS+0yx5DaMkHJ8HSXPfqIbloEpw8nL+e/IBcm2PN7EeqJSdnoDfzAIJ9VNep ++OkuE6N36B9K +-----END CERTIFICATE----- + +# Issuer: CN=DST Root CA X3 O=Digital Signature Trust Co. +# Subject: CN=DST Root CA X3 O=Digital Signature Trust Co. +# Label: "DST Root CA X3" +# Serial: 91299735575339953335919266965803778155 +# MD5 Fingerprint: 41:03:52:dc:0f:f7:50:1b:16:f0:02:8e:ba:6f:45:c5 +# SHA1 Fingerprint: da:c9:02:4f:54:d8:f6:df:94:93:5f:b1:73:26:38:ca:6a:d7:7c:13 +# SHA256 Fingerprint: 06:87:26:03:31:a7:24:03:d9:09:f1:05:e6:9b:cf:0d:32:e1:bd:24:93:ff:c6:d9:20:6d:11:bc:d6:77:07:39 +-----BEGIN CERTIFICATE----- +MIIDSjCCAjKgAwIBAgIQRK+wgNajJ7qJMDmGLvhAazANBgkqhkiG9w0BAQUFADA/ +MSQwIgYDVQQKExtEaWdpdGFsIFNpZ25hdHVyZSBUcnVzdCBDby4xFzAVBgNVBAMT +DkRTVCBSb290IENBIFgzMB4XDTAwMDkzMDIxMTIxOVoXDTIxMDkzMDE0MDExNVow +PzEkMCIGA1UEChMbRGlnaXRhbCBTaWduYXR1cmUgVHJ1c3QgQ28uMRcwFQYDVQQD +Ew5EU1QgUm9vdCBDQSBYMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB +AN+v6ZdQCINXtMxiZfaQguzH0yxrMMpb7NnDfcdAwRgUi+DoM3ZJKuM/IUmTrE4O +rz5Iy2Xu/NMhD2XSKtkyj4zl93ewEnu1lcCJo6m67XMuegwGMoOifooUMM0RoOEq +OLl5CjH9UL2AZd+3UWODyOKIYepLYYHsUmu5ouJLGiifSKOeDNoJjj4XLh7dIN9b +xiqKqy69cK3FCxolkHRyxXtqqzTWMIn/5WgTe1QLyNau7Fqckh49ZLOMxt+/yUFw +7BZy1SbsOFU5Q9D8/RhcQPGX69Wam40dutolucbY38EVAjqr2m7xPi71XAicPNaD +aeQQmxkqtilX4+U9m5/wAl0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNV +HQ8BAf8EBAMCAQYwHQYDVR0OBBYEFMSnsaR7LHH62+FLkHX/xBVghYkQMA0GCSqG +SIb3DQEBBQUAA4IBAQCjGiybFwBcqR7uKGY3Or+Dxz9LwwmglSBd49lZRNI+DT69 +ikugdB/OEIKcdBodfpga3csTS7MgROSR6cz8faXbauX+5v3gTt23ADq1cEmv8uXr +AvHRAosZy5Q6XkjEGB5YGV8eAlrwDPGxrancWYaLbumR9YbK+rlmM6pZW87ipxZz +R8srzJmwN0jP41ZL9c8PDHIyh8bwRLtTcm1D9SZImlJnt1ir/md2cXjbDaJWFBM5 +JDGFoqgCWjBH4d1QB7wCCZAA62RjYJsWvIjJEubSfZGL+T0yjWW06XyxV3bqxbYo +Ob8VZRzI9neWagqNdwvYkQsEjgfbKbYK7p2CNTUQ +-----END CERTIFICATE----- + +# Issuer: CN=SwissSign Gold CA - G2 O=SwissSign AG +# Subject: CN=SwissSign Gold CA - G2 O=SwissSign AG +# Label: "SwissSign Gold CA - G2" +# Serial: 13492815561806991280 +# MD5 Fingerprint: 24:77:d9:a8:91:d1:3b:fa:88:2d:c2:ff:f8:cd:33:93 +# SHA1 Fingerprint: d8:c5:38:8a:b7:30:1b:1b:6e:d4:7a:e6:45:25:3a:6f:9f:1a:27:61 +# SHA256 Fingerprint: 62:dd:0b:e9:b9:f5:0a:16:3e:a0:f8:e7:5c:05:3b:1e:ca:57:ea:55:c8:68:8f:64:7c:68:81:f2:c8:35:7b:95 +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=SwissSign Silver CA - G2 O=SwissSign AG +# Subject: CN=SwissSign Silver CA - G2 O=SwissSign AG +# Label: "SwissSign Silver CA - G2" +# Serial: 5700383053117599563 +# MD5 Fingerprint: e0:06:a1:c9:7d:cf:c9:fc:0d:c0:56:75:96:d8:62:13 +# SHA1 Fingerprint: 9b:aa:e5:9f:56:ee:21:cb:43:5a:be:25:93:df:a7:f0:40:d1:1d:cb +# SHA256 Fingerprint: be:6c:4d:a2:bb:b9:ba:59:b6:f3:93:97:68:37:42:46:c3:c0:05:99:3f:a9:8f:02:0d:1d:ed:be:d4:8a:81:d5 +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=SecureTrust CA O=SecureTrust Corporation +# Subject: CN=SecureTrust CA O=SecureTrust Corporation +# Label: "SecureTrust CA" +# Serial: 17199774589125277788362757014266862032 +# MD5 Fingerprint: dc:32:c3:a7:6d:25:57:c7:68:09:9d:ea:2d:a9:a2:d1 +# SHA1 Fingerprint: 87:82:c6:c3:04:35:3b:cf:d2:96:92:d2:59:3e:7d:44:d9:34:ff:11 +# SHA256 Fingerprint: f1:c1:b5:0a:e5:a2:0d:d8:03:0e:c9:f6:bc:24:82:3d:d3:67:b5:25:57:59:b4:e7:1b:61:fc:e9:f7:37:5d:73 +-----BEGIN CERTIFICATE----- +MIIDuDCCAqCgAwIBAgIQDPCOXAgWpa1Cf/DrJxhZ0DANBgkqhkiG9w0BAQUFADBI +MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x +FzAVBgNVBAMTDlNlY3VyZVRydXN0IENBMB4XDTA2MTEwNzE5MzExOFoXDTI5MTIz +MTE5NDA1NVowSDELMAkGA1UEBhMCVVMxIDAeBgNVBAoTF1NlY3VyZVRydXN0IENv +cnBvcmF0aW9uMRcwFQYDVQQDEw5TZWN1cmVUcnVzdCBDQTCCASIwDQYJKoZIhvcN +AQEBBQADggEPADCCAQoCggEBAKukgeWVzfX2FI7CT8rU4niVWJxB4Q2ZQCQXOZEz +Zum+4YOvYlyJ0fwkW2Gz4BERQRwdbvC4u/jep4G6pkjGnx29vo6pQT64lO0pGtSO +0gMdA+9tDWccV9cGrcrI9f4Or2YlSASWC12juhbDCE/RRvgUXPLIXgGZbf2IzIao +wW8xQmxSPmjL8xk037uHGFaAJsTQ3MBv396gwpEWoGQRS0S8Hvbn+mPeZqx2pHGj +7DaUaHp3pLHnDi+BeuK1cobvomuL8A/b01k/unK8RCSc43Oz969XL0Imnal0ugBS +8kvNU3xHCzaFDmapCJcWNFfBZveA4+1wVMeT4C4oFVmHursCAwEAAaOBnTCBmjAT +BgkrBgEEAYI3FAIEBh4EAEMAQTALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB +/zAdBgNVHQ4EFgQUQjK2FvoE/f5dS3rD/fdMQB1aQ68wNAYDVR0fBC0wKzApoCeg +JYYjaHR0cDovL2NybC5zZWN1cmV0cnVzdC5jb20vU1RDQS5jcmwwEAYJKwYBBAGC +NxUBBAMCAQAwDQYJKoZIhvcNAQEFBQADggEBADDtT0rhWDpSclu1pqNlGKa7UTt3 +6Z3q059c4EVlew3KW+JwULKUBRSuSceNQQcSc5R+DCMh/bwQf2AQWnL1mA6s7Ll/ +3XpvXdMc9P+IBWlCqQVxyLesJugutIxq/3HcuLHfmbx8IVQr5Fiiu1cprp6poxkm +D5kuCLDv/WnPmRoJjeOnnyvJNjR7JLN4TJUXpAYmHrZkUjZfYGfZnMUFdAvnZyPS +CPyI6a6Lf+Ew9Dd+/cYy2i2eRDAwbO4H3tI0/NL/QPZL9GZGBlSm8jIKYyYwa5vR +3ItHuuG51WLQoqD0ZwV4KWMabwTW+MZMo5qxN7SN5ShLHZ4swrhovO0C7jE= +-----END CERTIFICATE----- + +# Issuer: CN=Secure Global CA O=SecureTrust Corporation +# Subject: CN=Secure Global CA O=SecureTrust Corporation +# Label: "Secure Global CA" +# Serial: 9751836167731051554232119481456978597 +# MD5 Fingerprint: cf:f4:27:0d:d4:ed:dc:65:16:49:6d:3d:da:bf:6e:de +# SHA1 Fingerprint: 3a:44:73:5a:e5:81:90:1f:24:86:61:46:1e:3b:9c:c4:5f:f5:3a:1b +# SHA256 Fingerprint: 42:00:f5:04:3a:c8:59:0e:bb:52:7d:20:9e:d1:50:30:29:fb:cb:d4:1c:a1:b5:06:ec:27:f1:5a:de:7d:ac:69 +-----BEGIN CERTIFICATE----- +MIIDvDCCAqSgAwIBAgIQB1YipOjUiolN9BPI8PjqpTANBgkqhkiG9w0BAQUFADBK +MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x +GTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwHhcNMDYxMTA3MTk0MjI4WhcNMjkx +MjMxMTk1MjA2WjBKMQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3Qg +Q29ycG9yYXRpb24xGTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwggEiMA0GCSqG +SIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvNS7YrGxVaQZx5RNoJLNP2MwhR/jxYDiJ +iQPpvepeRlMJ3Fz1Wuj3RSoC6zFh1ykzTM7HfAo3fg+6MpjhHZevj8fcyTiW89sa +/FHtaMbQbqR8JNGuQsiWUGMu4P51/pinX0kuleM5M2SOHqRfkNJnPLLZ/kG5VacJ +jnIFHovdRIWCQtBJwB1g8NEXLJXr9qXBkqPFwqcIYA1gBBCWeZ4WNOaptvolRTnI +HmX5k/Wq8VLcmZg9pYYaDDUz+kulBAYVHDGA76oYa8J719rO+TMg1fW9ajMtgQT7 +sFzUnKPiXB3jqUJ1XnvUd+85VLrJChgbEplJL4hL/VBi0XPnj3pDAgMBAAGjgZ0w +gZowEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0PBAQDAgGGMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFK9EBMJBfkiD2045AuzshHrmzsmkMDQGA1UdHwQtMCsw +KaAnoCWGI2h0dHA6Ly9jcmwuc2VjdXJldHJ1c3QuY29tL1NHQ0EuY3JsMBAGCSsG +AQQBgjcVAQQDAgEAMA0GCSqGSIb3DQEBBQUAA4IBAQBjGghAfaReUw132HquHw0L +URYD7xh8yOOvaliTFGCRsoTciE6+OYo68+aCiV0BN7OrJKQVDpI1WkpEXk5X+nXO +H0jOZvQ8QCaSmGwb7iRGDBezUqXbpZGRzzfTb+cnCDpOGR86p1hcF895P4vkp9Mm +I50mD1hp/Ed+stCNi5O/KU9DaXR2Z0vPB4zmAve14bRDtUstFJ/53CYNv6ZHdAbY +iNE6KTCEztI5gGIbqMdXSbxqVVFnFUq+NQfk1XWYN3kwFNspnWzFacxHVaIw98xc +f8LDmBxrThaA63p4ZUWiABqvDA1VZDRIuJK58bRQKfJPIx/abKwfROHdI3hRW8cW +-----END CERTIFICATE----- + +# Issuer: CN=COMODO Certification Authority O=COMODO CA Limited +# Subject: CN=COMODO Certification Authority O=COMODO CA Limited +# Label: "COMODO Certification Authority" +# Serial: 104350513648249232941998508985834464573 +# MD5 Fingerprint: 5c:48:dc:f7:42:72:ec:56:94:6d:1c:cc:71:35:80:75 +# SHA1 Fingerprint: 66:31:bf:9e:f7:4f:9e:b6:c9:d5:a6:0c:ba:6a:be:d1:f7:bd:ef:7b +# SHA256 Fingerprint: 0c:2c:d6:3d:f7:80:6f:a3:99:ed:e8:09:11:6b:57:5b:f8:79:89:f0:65:18:f9:80:8c:86:05:03:17:8b:af:66 +-----BEGIN CERTIFICATE----- +MIIEHTCCAwWgAwIBAgIQToEtioJl4AsC7j41AkblPTANBgkqhkiG9w0BAQUFADCB +gTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV +BAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjEyMDEwMDAw +MDBaFw0yOTEyMzEyMzU5NTlaMIGBMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl +YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P +RE8gQ0EgTGltaXRlZDEnMCUGA1UEAxMeQ09NT0RPIENlcnRpZmljYXRpb24gQXV0 +aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ECLi3LjkRv3 +UcEbVASY06m/weaKXTuH+7uIzg3jLz8GlvCiKVCZrts7oVewdFFxze1CkU1B/qnI +2GqGd0S7WWaXUF601CxwRM/aN5VCaTwwxHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8 +Q5sVW7euNJH+1GImGEaaP+vB+fGQV+useg2L23IwambV4EajcNxo2f8ESIl33rXp ++2dtQem8Ob0y2WIC8bGoPW43nOIv4tOiJovGuFVDiOEjPqXSJDlqR6sA1KGzqSX+ +DT+nHbrTUcELpNqsOO9VUCQFZUaTNE8tja3G1CEZ0o7KBWFxB3NH5YoZEr0ETc5O +nKVIrLsm9wIDAQABo4GOMIGLMB0GA1UdDgQWBBQLWOWLxkwVN6RAqTCpIb5HNlpW +/zAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zBJBgNVHR8EQjBAMD6g +PKA6hjhodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9DT01PRE9DZXJ0aWZpY2F0aW9u +QXV0aG9yaXR5LmNybDANBgkqhkiG9w0BAQUFAAOCAQEAPpiem/Yb6dc5t3iuHXIY +SdOH5EOC6z/JqvWote9VfCFSZfnVDeFs9D6Mk3ORLgLETgdxb8CPOGEIqB6BCsAv +IC9Bi5HcSEW88cbeunZrM8gALTFGTO3nnc+IlP8zwFboJIYmuNg4ON8qa90SzMc/ +RxdMosIGlgnW2/4/PEZB31jiVg88O8EckzXZOFKs7sjsLjBOlDW0JB9LeGna8gI4 +zJVSk/BwJVmcIGfE7vmLV2H0knZ9P4SNVbfo5azV8fUZVqZa+5Acr5Pr5RzUZ5dd +BA6+C4OmF4O5MBKgxTMVBbkN+8cFduPYSo38NBejxiEovjBFMR7HeL5YYTisO+IB +ZQ== +-----END CERTIFICATE----- + +# Issuer: CN=Network Solutions Certificate Authority O=Network Solutions L.L.C. +# Subject: CN=Network Solutions Certificate Authority O=Network Solutions L.L.C. +# Label: "Network Solutions Certificate Authority" +# Serial: 116697915152937497490437556386812487904 +# MD5 Fingerprint: d3:f3:a6:16:c0:fa:6b:1d:59:b1:2d:96:4d:0e:11:2e +# SHA1 Fingerprint: 74:f8:a3:c3:ef:e7:b3:90:06:4b:83:90:3c:21:64:60:20:e5:df:ce +# SHA256 Fingerprint: 15:f0:ba:00:a3:ac:7a:f3:ac:88:4c:07:2b:10:11:a0:77:bd:77:c0:97:f4:01:64:b2:f8:59:8a:bd:83:86:0c +-----BEGIN CERTIFICATE----- +MIID5jCCAs6gAwIBAgIQV8szb8JcFuZHFhfjkDFo4DANBgkqhkiG9w0BAQUFADBi +MQswCQYDVQQGEwJVUzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMu +MTAwLgYDVQQDEydOZXR3b3JrIFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3Jp +dHkwHhcNMDYxMjAxMDAwMDAwWhcNMjkxMjMxMjM1OTU5WjBiMQswCQYDVQQGEwJV +UzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMuMTAwLgYDVQQDEydO +ZXR3b3JrIFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwggEiMA0GCSqG +SIb3DQEBAQUAA4IBDwAwggEKAoIBAQDkvH6SMG3G2I4rC7xGzuAnlt7e+foS0zwz +c7MEL7xxjOWftiJgPl9dzgn/ggwbmlFQGiaJ3dVhXRncEg8tCqJDXRfQNJIg6nPP +OCwGJgl6cvf6UDL4wpPTaaIjzkGxzOTVHzbRijr4jGPiFFlp7Q3Tf2vouAPlT2rl +mGNpSAW+Lv8ztumXWWn4Zxmuk2GWRBXTcrA/vGp97Eh/jcOrqnErU2lBUzS1sLnF +BgrEsEX1QV1uiUV7PTsmjHTC5dLRfbIR1PtYMiKagMnc/Qzpf14Dl847ABSHJ3A4 +qY5usyd2mFHgBeMhqxrVhSI8KbWaFsWAqPS7azCPL0YCorEMIuDTAgMBAAGjgZcw +gZQwHQYDVR0OBBYEFCEwyfsA106Y2oeqKtCnLrFAMadMMA4GA1UdDwEB/wQEAwIB +BjAPBgNVHRMBAf8EBTADAQH/MFIGA1UdHwRLMEkwR6BFoEOGQWh0dHA6Ly9jcmwu +bmV0c29sc3NsLmNvbS9OZXR3b3JrU29sdXRpb25zQ2VydGlmaWNhdGVBdXRob3Jp +dHkuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQC7rkvnt1frf6ott3NHhWrB5KUd5Oc8 +6fRZZXe1eltajSU24HqXLjjAV2CDmAaDn7l2em5Q4LqILPxFzBiwmZVRDuwduIj/ +h1AcgsLj4DKAv6ALR8jDMe+ZZzKATxcheQxpXN5eNK4CtSbqUN9/GGUsyfJj4akH +/nxxH2szJGoeBfcFaMBqEssuXmHLrijTfsK0ZpEmXzwuJF/LWA/rKOyvEZbz3Htv +wKeI8lN3s2Berq4o2jUsbzRF0ybh3uxbTydrFny9RAQYgrOJeRcQcT16ohZO9QHN +pGxlaKFJdlxDydi8NmdspZS11My5vWo1ViHe2MPr+8ukYEywVaCge1ey +-----END CERTIFICATE----- + +# Issuer: CN=COMODO ECC Certification Authority O=COMODO CA Limited +# Subject: CN=COMODO ECC Certification Authority O=COMODO CA Limited +# Label: "COMODO ECC Certification Authority" +# Serial: 41578283867086692638256921589707938090 +# MD5 Fingerprint: 7c:62:ff:74:9d:31:53:5e:68:4a:d5:78:aa:1e:bf:23 +# SHA1 Fingerprint: 9f:74:4e:9f:2b:4d:ba:ec:0f:31:2c:50:b6:56:3b:8e:2d:93:c3:11 +# SHA256 Fingerprint: 17:93:92:7a:06:14:54:97:89:ad:ce:2f:8f:34:f7:f0:b6:6d:0f:3a:e3:a3:b8:4d:21:ec:15:db:ba:4f:ad:c7 +-----BEGIN CERTIFICATE----- +MIICiTCCAg+gAwIBAgIQH0evqmIAcFBUTAGem2OZKjAKBggqhkjOPQQDAzCBhTEL +MAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE +BxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMT +IkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwMzA2MDAw +MDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdy +ZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09N +T0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlv +biBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQDR3svdcmCFYX7deSR +FtSrYpn1PlILBs5BAH+X4QokPB0BBO490o0JlwzgdeT6+3eKKvUDYEs2ixYjFq0J +cfRK9ChQtP6IHG4/bC8vCVlbpVsLM5niwz2J+Wos77LTBumjQjBAMB0GA1UdDgQW +BBR1cacZSBm8nZ3qQUfflMRId5nTeTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ +BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjEA7wNbeqy3eApyt4jf/7VGFAkK+qDm +fQjGGoe9GKhzvSbKYAydzpmfz1wPMOG+FDHqAjAU9JM8SaczepBGR7NjfRObTrdv +GDeAU/7dIOA1mjbRxwG55tzd8/8dLDoWV9mSOdY= +-----END CERTIFICATE----- + +# Issuer: CN=Certigna O=Dhimyotis +# Subject: CN=Certigna O=Dhimyotis +# Label: "Certigna" +# Serial: 18364802974209362175 +# MD5 Fingerprint: ab:57:a6:5b:7d:42:82:19:b5:d8:58:26:28:5e:fd:ff +# SHA1 Fingerprint: b1:2e:13:63:45:86:a4:6f:1a:b2:60:68:37:58:2d:c4:ac:fd:94:97 +# SHA256 Fingerprint: e3:b6:a2:db:2e:d7:ce:48:84:2f:7a:c5:32:41:c7:b7:1d:54:14:4b:fb:40:c1:1f:3f:1d:0b:42:f5:ee:a1:2d +-----BEGIN CERTIFICATE----- +MIIDqDCCApCgAwIBAgIJAP7c4wEPyUj/MA0GCSqGSIb3DQEBBQUAMDQxCzAJBgNV +BAYTAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hMB4X +DTA3MDYyOTE1MTMwNVoXDTI3MDYyOTE1MTMwNVowNDELMAkGA1UEBhMCRlIxEjAQ +BgNVBAoMCURoaW15b3RpczERMA8GA1UEAwwIQ2VydGlnbmEwggEiMA0GCSqGSIb3 +DQEBAQUAA4IBDwAwggEKAoIBAQDIaPHJ1tazNHUmgh7stL7qXOEm7RFHYeGifBZ4 +QCHkYJ5ayGPhxLGWkv8YbWkj4Sti993iNi+RB7lIzw7sebYs5zRLcAglozyHGxny +gQcPOJAZ0xH+hrTy0V4eHpbNgGzOOzGTtvKg0KmVEn2lmsxryIRWijOp5yIVUxbw +zBfsV1/pogqYCd7jX5xv3EjjhQsVWqa6n6xI4wmy9/Qy3l40vhx4XUJbzg4ij02Q +130yGLMLLGq/jj8UEYkgDncUtT2UCIf3JR7VsmAA7G8qKCVuKj4YYxclPz5EIBb2 +JsglrgVKtOdjLPOMFlN+XPsRGgjBRmKfIrjxwo1p3Po6WAbfAgMBAAGjgbwwgbkw +DwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUGu3+QTmQtCRZvgHyUtVF9lo53BEw +ZAYDVR0jBF0wW4AUGu3+QTmQtCRZvgHyUtVF9lo53BGhOKQ2MDQxCzAJBgNVBAYT +AkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hggkA/tzj +AQ/JSP8wDgYDVR0PAQH/BAQDAgEGMBEGCWCGSAGG+EIBAQQEAwIABzANBgkqhkiG +9w0BAQUFAAOCAQEAhQMeknH2Qq/ho2Ge6/PAD/Kl1NqV5ta+aDY9fm4fTIrv0Q8h +bV6lUmPOEvjvKtpv6zf+EwLHyzs+ImvaYS5/1HI93TDhHkxAGYwP15zRgzB7mFnc +fca5DClMoTOi62c6ZYTTluLtdkVwj7Ur3vkj1kluPBS1xp81HlDQwY9qcEQCYsuu +HWhBp6pX6FOqB9IG9tUUBguRA3UsbHK1YZWaDYu5Def131TN3ubY1gkIl2PlwS6w +t0QmwCbAr1UwnjvVNioZBPRcHv/PLLf/0P2HQBHVESO7SMAhqaQoLf0V+LBOK/Qw +WyH8EZE0vkHve52Xdf+XlcCWWC/qu0bXu+TZLg== +-----END CERTIFICATE----- + +# Issuer: CN=Cybertrust Global Root O=Cybertrust, Inc +# Subject: CN=Cybertrust Global Root O=Cybertrust, Inc +# Label: "Cybertrust Global Root" +# Serial: 4835703278459682877484360 +# MD5 Fingerprint: 72:e4:4a:87:e3:69:40:80:77:ea:bc:e3:f4:ff:f0:e1 +# SHA1 Fingerprint: 5f:43:e5:b1:bf:f8:78:8c:ac:1c:c7:ca:4a:9a:c6:22:2b:cc:34:c6 +# SHA256 Fingerprint: 96:0a:df:00:63:e9:63:56:75:0c:29:65:dd:0a:08:67:da:0b:9c:bd:6e:77:71:4a:ea:fb:23:49:ab:39:3d:a3 +-----BEGIN CERTIFICATE----- +MIIDoTCCAomgAwIBAgILBAAAAAABD4WqLUgwDQYJKoZIhvcNAQEFBQAwOzEYMBYG +A1UEChMPQ3liZXJ0cnVzdCwgSW5jMR8wHQYDVQQDExZDeWJlcnRydXN0IEdsb2Jh +bCBSb290MB4XDTA2MTIxNTA4MDAwMFoXDTIxMTIxNTA4MDAwMFowOzEYMBYGA1UE +ChMPQ3liZXJ0cnVzdCwgSW5jMR8wHQYDVQQDExZDeWJlcnRydXN0IEdsb2JhbCBS +b290MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+Mi8vRRQZhP/8NN5 +7CPytxrHjoXxEnOmGaoQ25yiZXRadz5RfVb23CO21O1fWLE3TdVJDm71aofW0ozS +J8bi/zafmGWgE07GKmSb1ZASzxQG9Dvj1Ci+6A74q05IlG2OlTEQXO2iLb3VOm2y +HLtgwEZLAfVJrn5GitB0jaEMAs7u/OePuGtm839EAL9mJRQr3RAwHQeWP032a7iP +t3sMpTjr3kfb1V05/Iin89cqdPHoWqI7n1C6poxFNcJQZZXcY4Lv3b93TZxiyWNz +FtApD0mpSPCzqrdsxacwOUBdrsTiXSZT8M4cIwhhqJQZugRiQOwfOHB3EgZxpzAY +XSUnpQIDAQABo4GlMIGiMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/ +MB0GA1UdDgQWBBS2CHsNesysIEyGVjJez6tuhS1wVzA/BgNVHR8EODA2MDSgMqAw +hi5odHRwOi8vd3d3Mi5wdWJsaWMtdHJ1c3QuY29tL2NybC9jdC9jdHJvb3QuY3Js +MB8GA1UdIwQYMBaAFLYIew16zKwgTIZWMl7Pq26FLXBXMA0GCSqGSIb3DQEBBQUA +A4IBAQBW7wojoFROlZfJ+InaRcHUowAl9B8Tq7ejhVhpwjCt2BWKLePJzYFa+HMj +Wqd8BfP9IjsO0QbE2zZMcwSO5bAi5MXzLqXZI+O4Tkogp24CJJ8iYGd7ix1yCcUx +XOl5n4BHPa2hCwcUPUf/A2kaDAtE52Mlp3+yybh2hO0j9n0Hq0V+09+zv+mKts2o +omcrUtW3ZfA5TGOgkXmTUg9U3YO7n9GPp1Nzw8v/MOx8BLjYRB+TX3EJIrduPuoc +A06dGiBh+4E37F78CkWr1+cXVdCg6mCbpvbjjFspwgZgFJ0tl0ypkxWdYcQBX0jW +WL1WMRJOEcgh4LMRkWXbtKaIOM5V +-----END CERTIFICATE----- + +# Issuer: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority +# Subject: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority +# Label: "ePKI Root Certification Authority" +# Serial: 28956088682735189655030529057352760477 +# MD5 Fingerprint: 1b:2e:00:ca:26:06:90:3d:ad:fe:6f:15:68:d3:6b:b3 +# SHA1 Fingerprint: 67:65:0d:f1:7e:8e:7e:5b:82:40:a4:f4:56:4b:cf:e2:3d:69:c6:f0 +# SHA256 Fingerprint: c0:a6:f4:dc:63:a2:4b:fd:cf:54:ef:2a:6a:08:2a:0a:72:de:35:80:3e:2f:f5:ff:52:7a:e5:d8:72:06:df:d5 +-----BEGIN CERTIFICATE----- +MIIFsDCCA5igAwIBAgIQFci9ZUdcr7iXAF7kBtK8nTANBgkqhkiG9w0BAQUFADBe +MQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0 +ZC4xKjAoBgNVBAsMIWVQS0kgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe +Fw0wNDEyMjAwMjMxMjdaFw0zNDEyMjAwMjMxMjdaMF4xCzAJBgNVBAYTAlRXMSMw +IQYDVQQKDBpDaHVuZ2h3YSBUZWxlY29tIENvLiwgTHRkLjEqMCgGA1UECwwhZVBL +SSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0BAQEF +AAOCAg8AMIICCgKCAgEA4SUP7o3biDN1Z82tH306Tm2d0y8U82N0ywEhajfqhFAH +SyZbCUNsIZ5qyNUD9WBpj8zwIuQf5/dqIjG3LBXy4P4AakP/h2XGtRrBp0xtInAh +ijHyl3SJCRImHJ7K2RKilTza6We/CKBk49ZCt0Xvl/T29de1ShUCWH2YWEtgvM3X +DZoTM1PRYfl61dd4s5oz9wCGzh1NlDivqOx4UXCKXBCDUSH3ET00hl7lSM2XgYI1 +TBnsZfZrxQWh7kcT1rMhJ5QQCtkkO7q+RBNGMD+XPNjX12ruOzjjK9SXDrkb5wdJ +fzcq+Xd4z1TtW0ado4AOkUPB1ltfFLqfpo0kR0BZv3I4sjZsN/+Z0V0OWQqraffA +sgRFelQArr5T9rXn4fg8ozHSqf4hUmTFpmfwdQcGlBSBVcYn5AGPF8Fqcde+S/uU +WH1+ETOxQvdibBjWzwloPn9s9h6PYq2lY9sJpx8iQkEeb5mKPtf5P0B6ebClAZLS +nT0IFaUQAS2zMnaolQ2zepr7BxB4EW/hj8e6DyUadCrlHJhBmd8hh+iVBmoKs2pH +dmX2Os+PYhcZewoozRrSgx4hxyy/vv9haLdnG7t4TY3OZ+XkwY63I2binZB1NJip +NiuKmpS5nezMirH4JYlcWrYvjB9teSSnUmjDhDXiZo1jDiVN1Rmy5nk3pyKdVDEC +AwEAAaNqMGgwHQYDVR0OBBYEFB4M97Zn8uGSJglFwFU5Lnc/QkqiMAwGA1UdEwQF +MAMBAf8wOQYEZyoHAAQxMC8wLQIBADAJBgUrDgMCGgUAMAcGBWcqAwAABBRFsMLH +ClZ87lt4DJX5GFPBphzYEDANBgkqhkiG9w0BAQUFAAOCAgEACbODU1kBPpVJufGB +uvl2ICO1J2B01GqZNF5sAFPZn/KmsSQHRGoqxqWOeBLoR9lYGxMqXnmbnwoqZ6Yl +PwZpVnPDimZI+ymBV3QGypzqKOg4ZyYr8dW1P2WT+DZdjo2NQCCHGervJ8A9tDkP +JXtoUHRVnAxZfVo9QZQlUgjgRywVMRnVvwdVxrsStZf0X4OFunHB2WyBEXYKCrC/ +gpf36j36+uwtqSiUO1bd0lEursC9CBWMd1I0ltabrNMdjmEPNXubrjlpC2JgQCA2 +j6/7Nu4tCEoduL+bXPjqpRugc6bY+G7gMwRfaKonh+3ZwZCc7b3jajWvY9+rGNm6 +5ulK6lCKD2GTHuItGeIwlDWSXQ62B68ZgI9HkFFLLk3dheLSClIKF5r8GrBQAuUB +o2M3IUxExJtRmREOc5wGj1QupyheRDmHVi03vYVElOEMSyycw5KFNGHLD7ibSkNS +/jQ6fbjpKdx2qcgw+BRxgMYeNkh0IkFch4LoGHGLQYlE535YW6i4jRPpp2zDR+2z +Gp1iro2C6pSe3VkQw63d4k3jMdXH7OjysP6SHhYKGvzZ8/gntsm+HbRsZJB/9OTE +W9c3rkIO3aQab3yIVMUWbuF6aC74Or8NpDyJO3inTmODBCEIZ43ygknQW/2xzQ+D +hNQ+IIX3Sj0rnP0qCglN6oH4EZw= +-----END CERTIFICATE----- + +# Issuer: O=certSIGN OU=certSIGN ROOT CA +# Subject: O=certSIGN OU=certSIGN ROOT CA +# Label: "certSIGN ROOT CA" +# Serial: 35210227249154 +# MD5 Fingerprint: 18:98:c0:d6:e9:3a:fc:f9:b0:f5:0c:f7:4b:01:44:17 +# SHA1 Fingerprint: fa:b7:ee:36:97:26:62:fb:2d:b0:2a:f6:bf:03:fd:e8:7c:4b:2f:9b +# SHA256 Fingerprint: ea:a9:62:c4:fa:4a:6b:af:eb:e4:15:19:6d:35:1c:cd:88:8d:4f:53:f3:fa:8a:e6:d7:c4:66:a9:4e:60:42:bb +-----BEGIN CERTIFICATE----- +MIIDODCCAiCgAwIBAgIGIAYFFnACMA0GCSqGSIb3DQEBBQUAMDsxCzAJBgNVBAYT +AlJPMREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBD +QTAeFw0wNjA3MDQxNzIwMDRaFw0zMTA3MDQxNzIwMDRaMDsxCzAJBgNVBAYTAlJP +MREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBDQTCC +ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALczuX7IJUqOtdu0KBuqV5Do +0SLTZLrTk+jUrIZhQGpgV2hUhE28alQCBf/fm5oqrl0Hj0rDKH/v+yv6efHHrfAQ +UySQi2bJqIirr1qjAOm+ukbuW3N7LBeCgV5iLKECZbO9xSsAfsT8AzNXDe3i+s5d +RdY4zTW2ssHQnIFKquSyAVwdj1+ZxLGt24gh65AIgoDzMKND5pCCrlUoSe1b16kQ +OA7+j0xbm0bqQfWwCHTD0IgztnzXdN/chNFDDnU5oSVAKOp4yw4sLjmdjItuFhwv +JoIQ4uNllAoEwF73XVv4EOLQunpL+943AAAaWyjj0pxzPjKHmKHJUS/X3qwzs08C +AwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAcYwHQYDVR0O +BBYEFOCMm9slSbPxfIbWskKHC9BroNnkMA0GCSqGSIb3DQEBBQUAA4IBAQA+0hyJ +LjX8+HXd5n9liPRyTMks1zJO890ZeUe9jjtbkw9QSSQTaxQGcu8J06Gh40CEyecY +MnQ8SG4Pn0vU9x7Tk4ZkVJdjclDVVc/6IJMCopvDI5NOFlV2oHB5bc0hH88vLbwZ +44gx+FkagQnIl6Z0x2DEW8xXjrJ1/RsCCdtZb3KTafcxQdaIOL+Hsr0Wefmq5L6I +Jd1hJyMctTEHBDa0GpC9oHRxUIltvBTjD4au8as+x6AJzKNI0eDbZOeStc+vckNw +i/nDhDwTqn6Sm1dTk/pwwpEOMfmbZ13pljheX7NzTogVZ96edhBiIL5VaZVDADlN +9u6wWk5JRFRYX0KD +-----END CERTIFICATE----- + +# Issuer: CN=NetLock Arany (Class Gold) F\u0151tan\xfas\xedtv\xe1ny O=NetLock Kft. OU=Tan\xfas\xedtv\xe1nykiad\xf3k (Certification Services) +# Subject: CN=NetLock Arany (Class Gold) F\u0151tan\xfas\xedtv\xe1ny O=NetLock Kft. OU=Tan\xfas\xedtv\xe1nykiad\xf3k (Certification Services) +# Label: "NetLock Arany (Class Gold) F\u0151tan\xfas\xedtv\xe1ny" +# Serial: 80544274841616 +# MD5 Fingerprint: c5:a1:b7:ff:73:dd:d6:d7:34:32:18:df:fc:3c:ad:88 +# SHA1 Fingerprint: 06:08:3f:59:3f:15:a1:04:a0:69:a4:6b:a9:03:d0:06:b7:97:09:91 +# SHA256 Fingerprint: 6c:61:da:c3:a2:de:f0:31:50:6b:e0:36:d2:a6:fe:40:19:94:fb:d1:3d:f9:c8:d4:66:59:92:74:c4:46:ec:98 +-----BEGIN CERTIFICATE----- +MIIEFTCCAv2gAwIBAgIGSUEs5AAQMA0GCSqGSIb3DQEBCwUAMIGnMQswCQYDVQQG +EwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFTATBgNVBAoMDE5ldExvY2sgS2Z0LjE3 +MDUGA1UECwwuVGFuw7pzw610dsOhbnlraWFkw7NrIChDZXJ0aWZpY2F0aW9uIFNl +cnZpY2VzKTE1MDMGA1UEAwwsTmV0TG9jayBBcmFueSAoQ2xhc3MgR29sZCkgRsWR +dGFuw7pzw610dsOhbnkwHhcNMDgxMjExMTUwODIxWhcNMjgxMjA2MTUwODIxWjCB +pzELMAkGA1UEBhMCSFUxETAPBgNVBAcMCEJ1ZGFwZXN0MRUwEwYDVQQKDAxOZXRM +b2NrIEtmdC4xNzA1BgNVBAsMLlRhbsO6c8OtdHbDoW55a2lhZMOzayAoQ2VydGlm +aWNhdGlvbiBTZXJ2aWNlcykxNTAzBgNVBAMMLE5ldExvY2sgQXJhbnkgKENsYXNz +IEdvbGQpIEbFkXRhbsO6c8OtdHbDoW55MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A +MIIBCgKCAQEAxCRec75LbRTDofTjl5Bu0jBFHjzuZ9lk4BqKf8owyoPjIMHj9DrT +lF8afFttvzBPhCf2nx9JvMaZCpDyD/V/Q4Q3Y1GLeqVw/HpYzY6b7cNGbIRwXdrz +AZAj/E4wqX7hJ2Pn7WQ8oLjJM2P+FpD/sLj916jAwJRDC7bVWaaeVtAkH3B5r9s5 +VA1lddkVQZQBr17s9o3x/61k/iCa11zr/qYfCGSji3ZVrR47KGAuhyXoqq8fxmRG +ILdwfzzeSNuWU7c5d+Qa4scWhHaXWy+7GRWF+GmF9ZmnqfI0p6m2pgP8b4Y9VHx2 +BJtr+UBdADTHLpl1neWIA6pN+APSQnbAGwIDAKiLo0UwQzASBgNVHRMBAf8ECDAG +AQH/AgEEMA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUzPpnk/C2uNClwB7zU/2M +U9+D15YwDQYJKoZIhvcNAQELBQADggEBAKt/7hwWqZw8UQCgwBEIBaeZ5m8BiFRh +bvG5GK1Krf6BQCOUL/t1fC8oS2IkgYIL9WHxHG64YTjrgfpioTtaYtOUZcTh5m2C ++C8lcLIhJsFyUR+MLMOEkMNaj7rP9KdlpeuY0fsFskZ1FSNqb4VjMIDw1Z4fKRzC +bLBQWV2QWzuoDTDPv31/zvGdg73JRm4gpvlhUbohL3u+pRVjodSVh/GeufOJ8z2F +uLjbvrW5KfnaNwUASZQDhETnv0Mxz3WLJdH0pmT1kvarBes96aULNmLazAZfNou2 +XjG4Kvte9nHfRCaexOYNkbQudZWAUWpLMKawYqGT8ZvYzsRjdT9ZR7E= +-----END CERTIFICATE----- + +# Issuer: CN=Hongkong Post Root CA 1 O=Hongkong Post +# Subject: CN=Hongkong Post Root CA 1 O=Hongkong Post +# Label: "Hongkong Post Root CA 1" +# Serial: 1000 +# MD5 Fingerprint: a8:0d:6f:39:78:b9:43:6d:77:42:6d:98:5a:cc:23:ca +# SHA1 Fingerprint: d6:da:a8:20:8d:09:d2:15:4d:24:b5:2f:cb:34:6e:b2:58:b2:8a:58 +# SHA256 Fingerprint: f9:e6:7d:33:6c:51:00:2a:c0:54:c6:32:02:2d:66:dd:a2:e7:e3:ff:f1:0a:d0:61:ed:31:d8:bb:b4:10:cf:b2 +-----BEGIN CERTIFICATE----- +MIIDMDCCAhigAwIBAgICA+gwDQYJKoZIhvcNAQEFBQAwRzELMAkGA1UEBhMCSEsx +FjAUBgNVBAoTDUhvbmdrb25nIFBvc3QxIDAeBgNVBAMTF0hvbmdrb25nIFBvc3Qg +Um9vdCBDQSAxMB4XDTAzMDUxNTA1MTMxNFoXDTIzMDUxNTA0NTIyOVowRzELMAkG +A1UEBhMCSEsxFjAUBgNVBAoTDUhvbmdrb25nIFBvc3QxIDAeBgNVBAMTF0hvbmdr +b25nIFBvc3QgUm9vdCBDQSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEArP84tulmAknjorThkPlAj3n54r15/gK97iSSHSL22oVyaf7XPwnU3ZG1ApzQ +jVrhVcNQhrkpJsLj2aDxaQMoIIBFIi1WpztUlVYiWR8o3x8gPW2iNr4joLFutbEn +PzlTCeqrauh0ssJlXI6/fMN4hM2eFvz1Lk8gKgifd/PFHsSaUmYeSF7jEAaPIpjh +ZY4bXSNmO7ilMlHIhqqhqZ5/dpTCpmy3QfDVyAY45tQM4vM7TG1QjMSDJ8EThFk9 +nnV0ttgCXjqQesBCNnLsak3c78QA3xMYV18meMjWCnl3v/evt3a5pQuEF10Q6m/h +q5URX208o1xNg1vysxmKgIsLhwIDAQABoyYwJDASBgNVHRMBAf8ECDAGAQH/AgED +MA4GA1UdDwEB/wQEAwIBxjANBgkqhkiG9w0BAQUFAAOCAQEADkbVPK7ih9legYsC +mEEIjEy82tvuJxuC52pF7BaLT4Wg87JwvVqWuspube5Gi27nKi6Wsxkz67SfqLI3 +7piol7Yutmcn1KZJ/RyTZXaeQi/cImyaT/JaFTmxcdcrUehtHJjA2Sr0oYJ71clB +oiMBdDhViw+5LmeiIAQ32pwL0xch4I+XeTRvhEgCIDMb5jREn5Fw9IBehEPCKdJs +EhTkYY2sEJCehFC78JZvRZ+K88psT/oROhUVRsPNH4NbLUES7VBnQRM9IauUiqpO +fMGx+6fWtScvl6tu4B3i0RwsH0Ti/L6RoZz71ilTc4afU9hDDl3WY4JxHYB0yvbi +AmvZWg== +-----END CERTIFICATE----- + +# Issuer: CN=SecureSign RootCA11 O=Japan Certification Services, Inc. +# Subject: CN=SecureSign RootCA11 O=Japan Certification Services, Inc. +# Label: "SecureSign RootCA11" +# Serial: 1 +# MD5 Fingerprint: b7:52:74:e2:92:b4:80:93:f2:75:e4:cc:d7:f2:ea:26 +# SHA1 Fingerprint: 3b:c4:9f:48:f8:f3:73:a0:9c:1e:bd:f8:5b:b1:c3:65:c7:d8:11:b3 +# SHA256 Fingerprint: bf:0f:ee:fb:9e:3a:58:1a:d5:f9:e9:db:75:89:98:57:43:d2:61:08:5c:4d:31:4f:6f:5d:72:59:aa:42:16:12 +-----BEGIN CERTIFICATE----- +MIIDbTCCAlWgAwIBAgIBATANBgkqhkiG9w0BAQUFADBYMQswCQYDVQQGEwJKUDEr +MCkGA1UEChMiSmFwYW4gQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcywgSW5jLjEcMBoG +A1UEAxMTU2VjdXJlU2lnbiBSb290Q0ExMTAeFw0wOTA0MDgwNDU2NDdaFw0yOTA0 +MDgwNDU2NDdaMFgxCzAJBgNVBAYTAkpQMSswKQYDVQQKEyJKYXBhbiBDZXJ0aWZp +Y2F0aW9uIFNlcnZpY2VzLCBJbmMuMRwwGgYDVQQDExNTZWN1cmVTaWduIFJvb3RD +QTExMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA/XeqpRyQBTvLTJsz +i1oURaTnkBbR31fSIRCkF/3frNYfp+TbfPfs37gD2pRY/V1yfIw/XwFndBWW4wI8 +h9uuywGOwvNmxoVF9ALGOrVisq/6nL+k5tSAMJjzDbaTj6nU2DbysPyKyiyhFTOV +MdrAG/LuYpmGYz+/3ZMqg6h2uRMft85OQoWPIucuGvKVCbIFtUROd6EgvanyTgp9 +UK31BQ1FT0Zx/Sg+U/sE2C3XZR1KG/rPO7AxmjVuyIsG0wCR8pQIZUyxNAYAeoni +8McDWc/V1uinMrPmmECGxc0nEovMe863ETxiYAcjPitAbpSACW22s293bzUIUPsC +h8U+iQIDAQABo0IwQDAdBgNVHQ4EFgQUW/hNT7KlhtQ60vFjmqC+CfZXt94wDgYD +VR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEB +AKChOBZmLqdWHyGcBvod7bkixTgm2E5P7KN/ed5GIaGHd48HCJqypMWvDzKYC3xm +KbabfSVSSUOrTC4rbnpwrxYO4wJs+0LmGJ1F2FXI6Dvd5+H0LgscNFxsWEr7jIhQ +X5Ucv+2rIrVls4W6ng+4reV6G4pQOh29Dbx7VFALuUKvVaAYga1lme++5Jy/xIWr +QbJUb9wlze144o4MjQlJ3WN7WmmWAiGovVJZ6X01y8hSyn+B/tlr0/cR7SXf+Of5 +pPpyl4RTDaXQMhhRdlkUbA/r7F+AjHVDg8OFmP9Mni0N5HeDk061lgeLKBObjBmN +QSdJQO7e5iNEOdyhIta6A/I= +-----END CERTIFICATE----- + +# Issuer: CN=Microsec e-Szigno Root CA 2009 O=Microsec Ltd. +# Subject: CN=Microsec e-Szigno Root CA 2009 O=Microsec Ltd. +# Label: "Microsec e-Szigno Root CA 2009" +# Serial: 14014712776195784473 +# MD5 Fingerprint: f8:49:f4:03:bc:44:2d:83:be:48:69:7d:29:64:fc:b1 +# SHA1 Fingerprint: 89:df:74:fe:5c:f4:0f:4a:80:f9:e3:37:7d:54:da:91:e1:01:31:8e +# SHA256 Fingerprint: 3c:5f:81:fe:a5:fa:b8:2c:64:bf:a2:ea:ec:af:cd:e8:e0:77:fc:86:20:a7:ca:e5:37:16:3d:f3:6e:db:f3:78 +-----BEGIN CERTIFICATE----- +MIIECjCCAvKgAwIBAgIJAMJ+QwRORz8ZMA0GCSqGSIb3DQEBCwUAMIGCMQswCQYD +VQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFjAUBgNVBAoMDU1pY3Jvc2VjIEx0 +ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3ppZ25vIFJvb3QgQ0EgMjAwOTEfMB0G +CSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5odTAeFw0wOTA2MTYxMTMwMThaFw0y +OTEyMzAxMTMwMThaMIGCMQswCQYDVQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3Qx +FjAUBgNVBAoMDU1pY3Jvc2VjIEx0ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3pp +Z25vIFJvb3QgQ0EgMjAwOTEfMB0GCSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5o +dTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOn4j/NjrdqG2KfgQvvP +kd6mJviZpWNwrZuuyjNAfW2WbqEORO7hE52UQlKavXWFdCyoDh2Tthi3jCyoz/tc +cbna7P7ofo/kLx2yqHWH2Leh5TvPmUpG0IMZfcChEhyVbUr02MelTTMuhTlAdX4U +fIASmFDHQWe4oIBhVKZsTh/gnQ4H6cm6M+f+wFUoLAKApxn1ntxVUwOXewdI/5n7 +N4okxFnMUBBjjqqpGrCEGob5X7uxUG6k0QrM1XF+H6cbfPVTbiJfyyvm1HxdrtbC +xkzlBQHZ7Vf8wSN5/PrIJIOV87VqUQHQd9bpEqH5GoP7ghu5sJf0dgYzQ0mg/wu1 ++rUCAwEAAaOBgDB+MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G +A1UdDgQWBBTLD8bfQkPMPcu1SCOhGnqmKrs0aDAfBgNVHSMEGDAWgBTLD8bfQkPM +Pcu1SCOhGnqmKrs0aDAbBgNVHREEFDASgRBpbmZvQGUtc3ppZ25vLmh1MA0GCSqG +SIb3DQEBCwUAA4IBAQDJ0Q5eLtXMs3w+y/w9/w0olZMEyL/azXm4Q5DwpL7v8u8h +mLzU1F0G9u5C7DBsoKqpyvGvivo/C3NqPuouQH4frlRheesuCDfXI/OMn74dseGk +ddug4lQUsbocKaQY9hK6ohQU4zE1yED/t+AFdlfBHFny+L/k7SViXITwfn4fs775 +tyERzAMBVnCnEJIeGzSBHq2cGsMEPO0CYdYeBvNfOofyK/FFh+U9rNHHV4S9a67c +2Pm2G2JwCz02yULyMtd6YebS2z3PyKnJm9zbWETXbzivf3jTo60adbocwTZ8jx5t +HMN1Rq41Bab2XD0h7lbwyYIiLXpUq3DDfSJlgnCW +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3 +# Label: "GlobalSign Root CA - R3" +# Serial: 4835703278459759426209954 +# MD5 Fingerprint: c5:df:b8:49:ca:05:13:55:ee:2d:ba:1a:c3:3e:b0:28 +# SHA1 Fingerprint: d6:9b:56:11:48:f0:1c:77:c5:45:78:c1:09:26:df:5b:85:69:76:ad +# SHA256 Fingerprint: cb:b5:22:d7:b7:f1:27:ad:6a:01:13:86:5b:df:1c:d4:10:2e:7d:07:59:af:63:5a:7c:f4:72:0d:c9:63:c5:3b +-----BEGIN CERTIFICATE----- +MIIDXzCCAkegAwIBAgILBAAAAAABIVhTCKIwDQYJKoZIhvcNAQELBQAwTDEgMB4G +A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjMxEzARBgNVBAoTCkdsb2JhbFNp +Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDkwMzE4MTAwMDAwWhcNMjkwMzE4 +MTAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMzETMBEG +A1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAMwldpB5BngiFvXAg7aEyiie/QV2EcWtiHL8 +RgJDx7KKnQRfJMsuS+FggkbhUqsMgUdwbN1k0ev1LKMPgj0MK66X17YUhhB5uzsT +gHeMCOFJ0mpiLx9e+pZo34knlTifBtc+ycsmWQ1z3rDI6SYOgxXG71uL0gRgykmm +KPZpO/bLyCiR5Z2KYVc3rHQU3HTgOu5yLy6c+9C7v/U9AOEGM+iCK65TpjoWc4zd +QQ4gOsC0p6Hpsk+QLjJg6VfLuQSSaGjlOCZgdbKfd/+RFO+uIEn8rUAVSNECMWEZ +XriX7613t2Saer9fwRPvm2L7DWzgVGkWqQPabumDk3F2xmmFghcCAwEAAaNCMEAw +DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI/wS3+o +LkUkrk1Q+mOai97i3Ru8MA0GCSqGSIb3DQEBCwUAA4IBAQBLQNvAUKr+yAzv95ZU +RUm7lgAJQayzE4aGKAczymvmdLm6AC2upArT9fHxD4q/c2dKg8dEe3jgr25sbwMp +jjM5RcOO5LlXbKr8EpbsU8Yt5CRsuZRj+9xTaGdWPoO4zzUhw8lo/s7awlOqzJCK +6fBdRoyV3XpYKBovHd7NADdBj+1EbddTKJd+82cEHhXXipa0095MJ6RMG3NzdvQX +mcIfeg7jLQitChws/zyrVQ4PkX4268NXSb7hLi18YIvDQVETI53O9zJrlAGomecs +Mx86OyXShkDOOyyGeMlhLxS67ttVb9+E7gUJTb0o2HLO02JQZR7rkpeDMdmztcpH +WD9f +-----END CERTIFICATE----- + +# Issuer: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068 +# Subject: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068 +# Label: "Autoridad de Certificacion Firmaprofesional CIF A62634068" +# Serial: 6047274297262753887 +# MD5 Fingerprint: 73:3a:74:7a:ec:bb:a3:96:a6:c2:e4:e2:c8:9b:c0:c3 +# SHA1 Fingerprint: ae:c5:fb:3f:c8:e1:bf:c4:e5:4f:03:07:5a:9a:e8:00:b7:f7:b6:fa +# SHA256 Fingerprint: 04:04:80:28:bf:1f:28:64:d4:8f:9a:d4:d8:32:94:36:6a:82:88:56:55:3f:3b:14:30:3f:90:14:7f:5d:40:ef +-----BEGIN CERTIFICATE----- +MIIGFDCCA/ygAwIBAgIIU+w77vuySF8wDQYJKoZIhvcNAQEFBQAwUTELMAkGA1UE +BhMCRVMxQjBABgNVBAMMOUF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1h +cHJvZmVzaW9uYWwgQ0lGIEE2MjYzNDA2ODAeFw0wOTA1MjAwODM4MTVaFw0zMDEy +MzEwODM4MTVaMFExCzAJBgNVBAYTAkVTMUIwQAYDVQQDDDlBdXRvcmlkYWQgZGUg +Q2VydGlmaWNhY2lvbiBGaXJtYXByb2Zlc2lvbmFsIENJRiBBNjI2MzQwNjgwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKlmuO6vj78aI14H9M2uDDUtd9 +thDIAl6zQyrET2qyyhxdKJp4ERppWVevtSBC5IsP5t9bpgOSL/UR5GLXMnE42QQM +cas9UX4PB99jBVzpv5RvwSmCwLTaUbDBPLutN0pcyvFLNg4kq7/DhHf9qFD0sefG +L9ItWY16Ck6WaVICqjaY7Pz6FIMMNx/Jkjd/14Et5cS54D40/mf0PmbR0/RAz15i +NA9wBj4gGFrO93IbJWyTdBSTo3OxDqqHECNZXyAFGUftaI6SEspd/NYrspI8IM/h +X68gvqB2f3bl7BqGYTM+53u0P6APjqK5am+5hyZvQWyIplD9amML9ZMWGxmPsu2b +m8mQ9QEM3xk9Dz44I8kvjwzRAv4bVdZO0I08r0+k8/6vKtMFnXkIoctXMbScyJCy +Z/QYFpM6/EfY0XiWMR+6KwxfXZmtY4laJCB22N/9q06mIqqdXuYnin1oKaPnirja +EbsXLZmdEyRG98Xi2J+Of8ePdG1asuhy9azuJBCtLxTa/y2aRnFHvkLfuwHb9H/T +KI8xWVvTyQKmtFLKbpf7Q8UIJm+K9Lv9nyiqDdVF8xM6HdjAeI9BZzwelGSuewvF +6NkBiDkal4ZkQdU7hwxu+g/GvUgUvzlN1J5Bto+WHWOWk9mVBngxaJ43BjuAiUVh +OSPHG0SjFeUc+JIwuwIDAQABo4HvMIHsMBIGA1UdEwEB/wQIMAYBAf8CAQEwDgYD +VR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRlzeurNR4APn7VdMActHNHDhpkLzCBpgYD +VR0gBIGeMIGbMIGYBgRVHSAAMIGPMC8GCCsGAQUFBwIBFiNodHRwOi8vd3d3LmZp +cm1hcHJvZmVzaW9uYWwuY29tL2NwczBcBggrBgEFBQcCAjBQHk4AUABhAHMAZQBv +ACAAZABlACAAbABhACAAQgBvAG4AYQBuAG8AdgBhACAANAA3ACAAQgBhAHIAYwBl +AGwAbwBuAGEAIAAwADgAMAAxADcwDQYJKoZIhvcNAQEFBQADggIBABd9oPm03cXF +661LJLWhAqvdpYhKsg9VSytXjDvlMd3+xDLx51tkljYyGOylMnfX40S2wBEqgLk9 +am58m9Ot/MPWo+ZkKXzR4Tgegiv/J2Wv+xYVxC5xhOW1//qkR71kMrv2JYSiJ0L1 +ILDCExARzRAVukKQKtJE4ZYm6zFIEv0q2skGz3QeqUvVhyj5eTSSPi5E6PaPT481 +PyWzOdxjKpBrIF/EUhJOlywqrJ2X3kjyo2bbwtKDlaZmp54lD+kLM5FlClrD2VQS +3a/DTg4fJl4N3LON7NWBcN7STyQF82xO9UxJZo3R/9ILJUFI/lGExkKvgATP0H5k +SeTy36LssUzAKh3ntLFlosS88Zj0qnAHY7S42jtM+kAiMFsRpvAFDsYCA0irhpuF +3dvd6qJ2gHN99ZwExEWN57kci57q13XRcrHedUTnQn3iV2t93Jm8PYMo6oCTjcVM +ZcFwgbg4/EMxsvYDNEeyrPsiBsse3RdHHF9mudMaotoRsaS8I8nkvof/uZS2+F0g +StRf571oe2XyFR7SOqkt6dhrJKyXWERHrVkY8SFlcN7ONGCoQPHzPKTDKCOM/icz +Q0CgFzzr6juwcqajuUpLXhZI9LK8yIySxZ2frHI2vDSANGupi5LAuBft7HZT9SQB +jLMi6Et8Vcad+qMUu2WFbm5PEn4KPJ2V +-----END CERTIFICATE----- + +# Issuer: CN=Izenpe.com O=IZENPE S.A. +# Subject: CN=Izenpe.com O=IZENPE S.A. +# Label: "Izenpe.com" +# Serial: 917563065490389241595536686991402621 +# MD5 Fingerprint: a6:b0:cd:85:80:da:5c:50:34:a3:39:90:2f:55:67:73 +# SHA1 Fingerprint: 2f:78:3d:25:52:18:a7:4a:65:39:71:b5:2c:a2:9c:45:15:6f:e9:19 +# SHA256 Fingerprint: 25:30:cc:8e:98:32:15:02:ba:d9:6f:9b:1f:ba:1b:09:9e:2d:29:9e:0f:45:48:bb:91:4f:36:3b:c0:d4:53:1f +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc. +# Subject: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc. +# Label: "Go Daddy Root Certificate Authority - G2" +# Serial: 0 +# MD5 Fingerprint: 80:3a:bc:22:c1:e6:fb:8d:9b:3b:27:4a:32:1b:9a:01 +# SHA1 Fingerprint: 47:be:ab:c9:22:ea:e8:0e:78:78:34:62:a7:9f:45:c2:54:fd:e6:8b +# SHA256 Fingerprint: 45:14:0b:32:47:eb:9c:c8:c5:b4:f0:d7:b5:30:91:f7:32:92:08:9e:6e:5a:63:e2:74:9d:d3:ac:a9:19:8e:da +-----BEGIN CERTIFICATE----- +MIIDxTCCAq2gAwIBAgIBADANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxGjAYBgNVBAoT +EUdvRGFkZHkuY29tLCBJbmMuMTEwLwYDVQQDEyhHbyBEYWRkeSBSb290IENlcnRp +ZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAwMFoXDTM3MTIzMTIz +NTk1OVowgYMxCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6b25hMRMwEQYDVQQH +EwpTY290dHNkYWxlMRowGAYDVQQKExFHb0RhZGR5LmNvbSwgSW5jLjExMC8GA1UE +AxMoR28gRGFkZHkgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIw +DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL9xYgjx+lk09xvJGKP3gElY6SKD +E6bFIEMBO4Tx5oVJnyfq9oQbTqC023CYxzIBsQU+B07u9PpPL1kwIuerGVZr4oAH +/PMWdYA5UXvl+TW2dE6pjYIT5LY/qQOD+qK+ihVqf94Lw7YZFAXK6sOoBJQ7Rnwy +DfMAZiLIjWltNowRGLfTshxgtDj6AozO091GB94KPutdfMh8+7ArU6SSYmlRJQVh +GkSBjCypQ5Yj36w6gZoOKcUcqeldHraenjAKOc7xiID7S13MMuyFYkMlNAJWJwGR +tDtwKj9useiciAF9n9T521NtYJ2/LOdYq7hfRvzOxBsDPAnrSTFcaUaz4EcCAwEA +AaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE +FDqahQcQZyi27/a9BUFuIMGU2g/eMA0GCSqGSIb3DQEBCwUAA4IBAQCZ21151fmX +WWcDYfF+OwYxdS2hII5PZYe096acvNjpL9DbWu7PdIxztDhC2gV7+AJ1uP2lsdeu +9tfeE8tTEH6KRtGX+rcuKxGrkLAngPnon1rpN5+r5N9ss4UXnT3ZJE95kTXWXwTr +gIOrmgIttRD02JDHBHNA7XIloKmf7J6raBKZV8aPEjoJpL1E/QYVN8Gb5DKj7Tjo +2GTzLH4U/ALqn83/B2gX2yKQOC16jdFU8WnjXzPKej17CuPKf1855eJ1usV2GDPO +LPAvTK33sefOT6jEm0pUBsV/fdUID+Ic/n4XuKxe9tQWskMJDE32p2u0mYRlynqI +4uJEvlz36hz1 +-----END CERTIFICATE----- + +# Issuer: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Subject: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Label: "Starfield Root Certificate Authority - G2" +# Serial: 0 +# MD5 Fingerprint: d6:39:81:c6:52:7e:96:69:fc:fc:ca:66:ed:05:f2:96 +# SHA1 Fingerprint: b5:1c:06:7c:ee:2b:0c:3d:f8:55:ab:2d:92:f4:fe:39:d4:e7:0f:0e +# SHA256 Fingerprint: 2c:e1:cb:0b:f9:d2:f9:e1:02:99:3f:be:21:51:52:c3:b2:dd:0c:ab:de:1c:68:e5:31:9b:83:91:54:db:b7:f5 +-----BEGIN CERTIFICATE----- +MIID3TCCAsWgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBjzELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT +HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAMTKVN0YXJmaWVs +ZCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAw +MFoXDTM3MTIzMTIzNTk1OVowgY8xCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6 +b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFyZmllbGQgVGVj +aG5vbG9naWVzLCBJbmMuMTIwMAYDVQQDEylTdGFyZmllbGQgUm9vdCBDZXJ0aWZp +Y2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC +ggEBAL3twQP89o/8ArFvW59I2Z154qK3A2FWGMNHttfKPTUuiUP3oWmb3ooa/RMg +nLRJdzIpVv257IzdIvpy3Cdhl+72WoTsbhm5iSzchFvVdPtrX8WJpRBSiUZV9Lh1 +HOZ/5FSuS/hVclcCGfgXcVnrHigHdMWdSL5stPSksPNkN3mSwOxGXn/hbVNMYq/N +Hwtjuzqd+/x5AJhhdM8mgkBj87JyahkNmcrUDnXMN/uLicFZ8WJ/X7NfZTD4p7dN +dloedl40wOiWVpmKs/B/pM293DIxfJHP4F8R+GuqSVzRmZTRouNjWwl2tVZi4Ut0 +HZbUJtQIBFnQmA4O5t78w+wfkPECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO +BgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFHwMMh+n2TB/xH1oo2Kooc6rB1snMA0G +CSqGSIb3DQEBCwUAA4IBAQARWfolTwNvlJk7mh+ChTnUdgWUXuEok21iXQnCoKjU +sHU48TRqneSfioYmUeYs0cYtbpUgSpIB7LiKZ3sx4mcujJUDJi5DnUox9g61DLu3 +4jd/IroAow57UvtruzvE03lRTs2Q9GcHGcg8RnoNAX3FWOdt5oUwF5okxBDgBPfg +8n/Uqgr/Qh037ZTlZFkSIHc40zI+OIF1lnP6aI+xy84fxez6nH7PfrHxBy22/L/K +pL/QlwVKvOoYKAKQvVR4CSFx09F9HdkWsKlhPdAKACL8x3vLCWRFCztAgfd9fDL1 +mMpYjn0q7pBZc2T5NnReJaH1ZgUufzkVqSr7UIuOhWn0 +-----END CERTIFICATE----- + +# Issuer: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Subject: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Label: "Starfield Services Root Certificate Authority - G2" +# Serial: 0 +# MD5 Fingerprint: 17:35:74:af:7b:61:1c:eb:f4:f9:3c:e2:ee:40:f9:a2 +# SHA1 Fingerprint: 92:5a:8f:8d:2c:6d:04:e0:66:5f:59:6a:ff:22:d8:63:e8:25:6f:3f +# SHA256 Fingerprint: 56:8d:69:05:a2:c8:87:08:a4:b3:02:51:90:ed:cf:ed:b1:97:4a:60:6a:13:c6:e5:29:0f:cb:2a:e6:3e:da:b5 +-----BEGIN CERTIFICATE----- +MIID7zCCAtegAwIBAgIBADANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT +HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVs +ZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5 +MDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgZgxCzAJBgNVBAYTAlVTMRAwDgYD +VQQIEwdBcml6b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFy +ZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTswOQYDVQQDEzJTdGFyZmllbGQgU2Vy +dmljZXMgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBANUMOsQq+U7i9b4Zl1+OiFOxHz/Lz58gE20p +OsgPfTz3a3Y4Y9k2YKibXlwAgLIvWX/2h/klQ4bnaRtSmpDhcePYLQ1Ob/bISdm2 +8xpWriu2dBTrz/sm4xq6HZYuajtYlIlHVv8loJNwU4PahHQUw2eeBGg6345AWh1K +Ts9DkTvnVtYAcMtS7nt9rjrnvDH5RfbCYM8TWQIrgMw0R9+53pBlbQLPLJGmpufe +hRhJfGZOozptqbXuNC66DQO4M99H67FrjSXZm86B0UVGMpZwh94CDklDhbZsc7tk +6mFBrMnUVN+HL8cisibMn1lUaJ/8viovxFUcdUBgF4UCVTmLfwUCAwEAAaNCMEAw +DwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJxfAN+q +AdcwKziIorhtSpzyEZGDMA0GCSqGSIb3DQEBCwUAA4IBAQBLNqaEd2ndOxmfZyMI +bw5hyf2E3F/YNoHN2BtBLZ9g3ccaaNnRbobhiCPPE95Dz+I0swSdHynVv/heyNXB +ve6SbzJ08pGCL72CQnqtKrcgfU28elUSwhXqvfdqlS5sdJ/PHLTyxQGjhdByPq1z +qwubdQxtRbeOlKyWN7Wg0I8VRw7j6IPdj/3vQQF3zCepYoUz8jcI73HPdwbeyBkd +iEDPfUYd/x7H4c7/I9vG+o1VTqkC50cRRj70/b17KSa7qWFiNyi2LSr2EIZkyXCn +0q23KXB56jzaYyWf/Wi3MOxw+3WKt21gZ7IeyLnp2KhvAotnDU0mV3HaIPzBSlCN +sSi6 +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Commercial O=AffirmTrust +# Subject: CN=AffirmTrust Commercial O=AffirmTrust +# Label: "AffirmTrust Commercial" +# Serial: 8608355977964138876 +# MD5 Fingerprint: 82:92:ba:5b:ef:cd:8a:6f:a6:3d:55:f9:84:f6:d6:b7 +# SHA1 Fingerprint: f9:b5:b6:32:45:5f:9c:be:ec:57:5f:80:dc:e9:6e:2c:c7:b2:78:b7 +# SHA256 Fingerprint: 03:76:ab:1d:54:c5:f9:80:3c:e4:b2:e2:01:a0:ee:7e:ef:7b:57:b6:36:e8:a9:3c:9b:8d:48:60:c9:6f:5f:a7 +-----BEGIN CERTIFICATE----- +MIIDTDCCAjSgAwIBAgIId3cGJyapsXwwDQYJKoZIhvcNAQELBQAwRDELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz +dCBDb21tZXJjaWFsMB4XDTEwMDEyOTE0MDYwNloXDTMwMTIzMTE0MDYwNlowRDEL +MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp +cm1UcnVzdCBDb21tZXJjaWFsMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEA9htPZwcroRX1BiLLHwGy43NFBkRJLLtJJRTWzsO3qyxPxkEylFf6EqdbDuKP +Hx6GGaeqtS25Xw2Kwq+FNXkyLbscYjfysVtKPcrNcV/pQr6U6Mje+SJIZMblq8Yr +ba0F8PrVC8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPAL +MeIrJmqbTFeurCA+ukV6BfO9m2kVrn1OIGPENXY6BwLJN/3HR+7o8XYdcxXyl6S1 +yHp52UKqK39c/s4mT6NmgTWvRLpUHhwwMmWd5jyTXlBOeuM61G7MGvv50jeuJCqr +VwMiKA1JdX+3KNp1v47j3A55MQIDAQABo0IwQDAdBgNVHQ4EFgQUnZPGU4teyq8/ +nx4P5ZmVvCT2lI8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ +KoZIhvcNAQELBQADggEBAFis9AQOzcAN/wr91LoWXym9e2iZWEnStB03TX8nfUYG +XUPGhi4+c7ImfU+TqbbEKpqrIZcUsd6M06uJFdhrJNTxFq7YpFzUf1GO7RgBsZNj +vbz4YYCanrHOQnDiqX0GJX0nof5v7LMeJNrjS1UaADs1tDvZ110w/YETifLCBivt +Z8SOyUOyXGsViQK8YvxO8rUzqrJv0wqiUOP2O+guRMLbZjipM1ZI8W0bM40NjD9g +N53Tym1+NH4Nn3J2ixufcv1SNUFFApYvHLKac0khsUlHRUe072o0EclNmsxZt9YC +nlpOZbWUrhvfKbAW8b8Angc6F2S1BLUjIZkKlTuXfO8= +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Networking O=AffirmTrust +# Subject: CN=AffirmTrust Networking O=AffirmTrust +# Label: "AffirmTrust Networking" +# Serial: 8957382827206547757 +# MD5 Fingerprint: 42:65:ca:be:01:9a:9a:4c:a9:8c:41:49:cd:c0:d5:7f +# SHA1 Fingerprint: 29:36:21:02:8b:20:ed:02:f5:66:c5:32:d1:d6:ed:90:9f:45:00:2f +# SHA256 Fingerprint: 0a:81:ec:5a:92:97:77:f1:45:90:4a:f3:8d:5d:50:9f:66:b5:e2:c5:8f:cd:b5:31:05:8b:0e:17:f3:f0:b4:1b +-----BEGIN CERTIFICATE----- +MIIDTDCCAjSgAwIBAgIIfE8EORzUmS0wDQYJKoZIhvcNAQEFBQAwRDELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz +dCBOZXR3b3JraW5nMB4XDTEwMDEyOTE0MDgyNFoXDTMwMTIzMTE0MDgyNFowRDEL +MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp +cm1UcnVzdCBOZXR3b3JraW5nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEAtITMMxcua5Rsa2FSoOujz3mUTOWUgJnLVWREZY9nZOIG41w3SfYvm4SEHi3y +YJ0wTsyEheIszx6e/jarM3c1RNg1lho9Nuh6DtjVR6FqaYvZ/Ls6rnla1fTWcbua +kCNrmreIdIcMHl+5ni36q1Mr3Lt2PpNMCAiMHqIjHNRqrSK6mQEubWXLviRmVSRL +QESxG9fhwoXA3hA/Pe24/PHxI1Pcv2WXb9n5QHGNfb2V1M6+oF4nI979ptAmDgAp +6zxG8D1gvz9Q0twmQVGeFDdCBKNwV6gbh+0t+nvujArjqWaJGctB+d1ENmHP4ndG +yH329JKBNv3bNPFyfvMMFr20FQIDAQABo0IwQDAdBgNVHQ4EFgQUBx/S55zawm6i +QLSwelAQUHTEyL0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ +KoZIhvcNAQEFBQADggEBAIlXshZ6qML91tmbmzTCnLQyFE2npN/svqe++EPbkTfO +tDIuUFUaNU52Q3Eg75N3ThVwLofDwR1t3Mu1J9QsVtFSUzpE0nPIxBsFZVpikpzu +QY0x2+c06lkh1QF612S4ZDnNye2v7UsDSKegmQGA3GWjNq5lWUhPgkvIZfFXHeVZ +Lgo/bNjR9eUJtGxUAArgFU2HdW23WJZa3W3SAKD0m0i+wzekujbgfIeFlxoVot4u +olu9rxj5kFDNcFn4J2dHy8egBzp90SxdbBk6ZrV9/ZFvgrG+CJPbFEfxojfHRZ48 +x3evZKiT3/Zpg4Jg8klCNO1aAFSFHBY2kgxc+qatv9s= +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Premium O=AffirmTrust +# Subject: CN=AffirmTrust Premium O=AffirmTrust +# Label: "AffirmTrust Premium" +# Serial: 7893706540734352110 +# MD5 Fingerprint: c4:5d:0e:48:b6:ac:28:30:4e:0a:bc:f9:38:16:87:57 +# SHA1 Fingerprint: d8:a6:33:2c:e0:03:6f:b1:85:f6:63:4f:7d:6a:06:65:26:32:28:27 +# SHA256 Fingerprint: 70:a7:3f:7f:37:6b:60:07:42:48:90:45:34:b1:14:82:d5:bf:0e:69:8e:cc:49:8d:f5:25:77:eb:f2:e9:3b:9a +-----BEGIN CERTIFICATE----- +MIIFRjCCAy6gAwIBAgIIbYwURrGmCu4wDQYJKoZIhvcNAQEMBQAwQTELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1UcnVz +dCBQcmVtaXVtMB4XDTEwMDEyOTE0MTAzNloXDTQwMTIzMTE0MTAzNlowQTELMAkG +A1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1U +cnVzdCBQcmVtaXVtMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxBLf +qV/+Qd3d9Z+K4/as4Tx4mrzY8H96oDMq3I0gW64tb+eT2TZwamjPjlGjhVtnBKAQ +JG9dKILBl1fYSCkTtuG+kU3fhQxTGJoeJKJPj/CihQvL9Cl/0qRY7iZNyaqoe5rZ ++jjeRFcV5fiMyNlI4g0WJx0eyIOFJbe6qlVBzAMiSy2RjYvmia9mx+n/K+k8rNrS +s8PhaJyJ+HoAVt70VZVs+7pk3WKL3wt3MutizCaam7uqYoNMtAZ6MMgpv+0GTZe5 +HMQxK9VfvFMSF5yZVylmd2EhMQcuJUmdGPLu8ytxjLW6OQdJd/zvLpKQBY0tL3d7 +70O/Nbua2Plzpyzy0FfuKE4mX4+QaAkvuPjcBukumj5Rp9EixAqnOEhss/n/fauG +V+O61oV4d7pD6kh/9ti+I20ev9E2bFhc8e6kGVQa9QPSdubhjL08s9NIS+LI+H+S +qHZGnEJlPqQewQcDWkYtuJfzt9WyVSHvutxMAJf7FJUnM7/oQ0dG0giZFmA7mn7S +5u046uwBHjxIVkkJx0w3AJ6IDsBz4W9m6XJHMD4Q5QsDyZpCAGzFlH5hxIrff4Ia +C1nEWTJ3s7xgaVY5/bQGeyzWZDbZvUjthB9+pSKPKrhC9IK31FOQeE4tGv2Bb0TX +OwF0lkLgAOIua+rF7nKsu7/+6qqo+Nz2snmKtmcCAwEAAaNCMEAwHQYDVR0OBBYE +FJ3AZ6YMItkm9UWrpmVSESfYRaxjMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/ +BAQDAgEGMA0GCSqGSIb3DQEBDAUAA4ICAQCzV00QYk465KzquByvMiPIs0laUZx2 +KI15qldGF9X1Uva3ROgIRL8YhNILgM3FEv0AVQVhh0HctSSePMTYyPtwni94loMg +Nt58D2kTiKV1NpgIpsbfrM7jWNa3Pt668+s0QNiigfV4Py/VpfzZotReBA4Xrf5B +8OWycvpEgjNC6C1Y91aMYj+6QrCcDFx+LmUmXFNPALJ4fqENmS2NuB2OosSw/WDQ +MKSOyARiqcTtNd56l+0OOF6SL5Nwpamcb6d9Ex1+xghIsV5n61EIJenmJWtSKZGc +0jlzCFfemQa0W50QBuHCAKi4HEoCChTQwUHK+4w1IX2COPKpVJEZNZOUbWo6xbLQ +u4mGk+ibyQ86p3q4ofB4Rvr8Ny/lioTz3/4E2aFooC8k4gmVBtWVyuEklut89pMF +u+1z6S3RdTnX5yTb2E5fQ4+e0BQ5v1VwSJlXMbSc7kqYA5YwH2AG7hsj/oFgIxpH +YoWlzBk0gG+zrBrjn/B7SK3VAdlntqlyk+otZrWyuOQ9PLLvTIzq6we/qzWaVYa8 +GKa1qF60g2xraUDTn9zxw2lrueFtCfTxqlB2Cnp9ehehVZZCmTEJ3WARjQUwfuaO +RtGdFNrHF+QFlozEJLUbzxQHskD4o55BhrwE0GuWyCqANP2/7waj3VjFhT0+j/6e +KeC2uAloGRwYQw== +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Premium ECC O=AffirmTrust +# Subject: CN=AffirmTrust Premium ECC O=AffirmTrust +# Label: "AffirmTrust Premium ECC" +# Serial: 8401224907861490260 +# MD5 Fingerprint: 64:b0:09:55:cf:b1:d5:99:e2:be:13:ab:a6:5d:ea:4d +# SHA1 Fingerprint: b8:23:6b:00:2f:1d:16:86:53:01:55:6c:11:a4:37:ca:eb:ff:c3:bb +# SHA256 Fingerprint: bd:71:fd:f6:da:97:e4:cf:62:d1:64:7a:dd:25:81:b0:7d:79:ad:f8:39:7e:b4:ec:ba:9c:5e:84:88:82:14:23 +-----BEGIN CERTIFICATE----- +MIIB/jCCAYWgAwIBAgIIdJclisc/elQwCgYIKoZIzj0EAwMwRTELMAkGA1UEBhMC +VVMxFDASBgNVBAoMC0FmZmlybVRydXN0MSAwHgYDVQQDDBdBZmZpcm1UcnVzdCBQ +cmVtaXVtIEVDQzAeFw0xMDAxMjkxNDIwMjRaFw00MDEyMzExNDIwMjRaMEUxCzAJ +BgNVBAYTAlVTMRQwEgYDVQQKDAtBZmZpcm1UcnVzdDEgMB4GA1UEAwwXQWZmaXJt +VHJ1c3QgUHJlbWl1bSBFQ0MwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQNMF4bFZ0D +0KF5Nbc6PJJ6yhUczWLznCZcBz3lVPqj1swS6vQUX+iOGasvLkjmrBhDeKzQN8O9 +ss0s5kfiGuZjuD0uL3jET9v0D6RoTFVya5UdThhClXjMNzyR4ptlKymjQjBAMB0G +A1UdDgQWBBSaryl6wBE1NSZRMADDav5A1a7WPDAPBgNVHRMBAf8EBTADAQH/MA4G +A1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNnADBkAjAXCfOHiFBar8jAQr9HX/Vs +aobgxCd05DhT1wV/GzTjxi+zygk8N53X57hG8f2h4nECMEJZh0PUUd+60wkyWs6I +flc9nF9Ca/UHLbXwgpP5WW+uZPpY5Yse42O+tYHNbwKMeQ== +-----END CERTIFICATE----- + +# Issuer: CN=Certum Trusted Network CA O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Subject: CN=Certum Trusted Network CA O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Label: "Certum Trusted Network CA" +# Serial: 279744 +# MD5 Fingerprint: d5:e9:81:40:c5:18:69:fc:46:2c:89:75:62:0f:aa:78 +# SHA1 Fingerprint: 07:e0:32:e0:20:b7:2c:3f:19:2f:06:28:a2:59:3a:19:a7:0f:06:9e +# SHA256 Fingerprint: 5c:58:46:8d:55:f5:8e:49:7e:74:39:82:d2:b5:00:10:b6:d1:65:37:4a:cf:83:a7:d4:a3:2d:b7:68:c4:40:8e +-----BEGIN CERTIFICATE----- +MIIDuzCCAqOgAwIBAgIDBETAMA0GCSqGSIb3DQEBBQUAMH4xCzAJBgNVBAYTAlBM +MSIwIAYDVQQKExlVbml6ZXRvIFRlY2hub2xvZ2llcyBTLkEuMScwJQYDVQQLEx5D +ZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxIjAgBgNVBAMTGUNlcnR1bSBU +cnVzdGVkIE5ldHdvcmsgQ0EwHhcNMDgxMDIyMTIwNzM3WhcNMjkxMjMxMTIwNzM3 +WjB+MQswCQYDVQQGEwJQTDEiMCAGA1UEChMZVW5pemV0byBUZWNobm9sb2dpZXMg +Uy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MSIw +IAYDVQQDExlDZXJ0dW0gVHJ1c3RlZCBOZXR3b3JrIENBMIIBIjANBgkqhkiG9w0B +AQEFAAOCAQ8AMIIBCgKCAQEA4/t9o3K6wvDJFIf1awFO4W5AB7ptJ11/91sts1rH +UV+rpDKmYYe2bg+G0jACl/jXaVehGDldamR5xgFZrDwxSjh80gTSSyjoIF87B6LM +TXPb865Px1bVWqeWifrzq2jUI4ZZJ88JJ7ysbnKDHDBy3+Ci6dLhdHUZvSqeexVU +BBvXQzmtVSjF4hq79MDkrjhJM8x2hZ85RdKknvISjFH4fOQtf/WsX+sWn7Et0brM +kUJ3TCXJkDhv2/DM+44el1k+1WBO5gUo7Ul5E0u6SNsv+XLTOcr+H9g0cvW0QM8x +AcPs3hEtF10fuFDRXhmnad4HMyjKUJX5p1TLVIZQRan5SQIDAQABo0IwQDAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBQIds3LB/8k9sXN7buQvOKEN0Z19zAOBgNV +HQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQEFBQADggEBAKaorSLOAT2mo/9i0Eidi15y +sHhE49wcrwn9I0j6vSrEuVUEtRCjjSfeC4Jj0O7eDDd5QVsisrCaQVymcODU0HfL +I9MA4GxWL+FpDQ3Zqr8hgVDZBqWo/5U30Kr+4rP1mS1FhIrlQgnXdAIv94nYmem8 +J9RHjboNRhx3zxSkHLmkMcScKHQDNP8zGSal6Q10tz6XxnboJ5ajZt3hrvJBW8qY +VoNzcOSGGtIxQbovvi0TWnZvTuhOgQ4/WwMioBK+ZlgRSssDxLQqKi2WF+A5VLxI +03YnnZotBqbJ7DnSq9ufmgsnAjUpsUCV5/nonFWIGUbWtzT1fs45mtk48VH3Tyw= +-----END CERTIFICATE----- + +# Issuer: CN=TWCA Root Certification Authority O=TAIWAN-CA OU=Root CA +# Subject: CN=TWCA Root Certification Authority O=TAIWAN-CA OU=Root CA +# Label: "TWCA Root Certification Authority" +# Serial: 1 +# MD5 Fingerprint: aa:08:8f:f6:f9:7b:b7:f2:b1:a7:1e:9b:ea:ea:bd:79 +# SHA1 Fingerprint: cf:9e:87:6d:d3:eb:fc:42:26:97:a3:b5:a3:7a:a0:76:a9:06:23:48 +# SHA256 Fingerprint: bf:d8:8f:e1:10:1c:41:ae:3e:80:1b:f8:be:56:35:0e:e9:ba:d1:a6:b9:bd:51:5e:dc:5c:6d:5b:87:11:ac:44 +-----BEGIN CERTIFICATE----- +MIIDezCCAmOgAwIBAgIBATANBgkqhkiG9w0BAQUFADBfMQswCQYDVQQGEwJUVzES +MBAGA1UECgwJVEFJV0FOLUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFU +V0NBIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwODI4MDcyNDMz +WhcNMzAxMjMxMTU1OTU5WjBfMQswCQYDVQQGEwJUVzESMBAGA1UECgwJVEFJV0FO +LUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFUV0NBIFJvb3QgQ2VydGlm +aWNhdGlvbiBBdXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +AQCwfnK4pAOU5qfeCTiRShFAh6d8WWQUe7UREN3+v9XAu1bihSX0NXIP+FPQQeFE +AcK0HMMxQhZHhTMidrIKbw/lJVBPhYa+v5guEGcevhEFhgWQxFnQfHgQsIBct+HH +K3XLfJ+utdGdIzdjp9xCoi2SBBtQwXu4PhvJVgSLL1KbralW6cH/ralYhzC2gfeX +RfwZVzsrb+RH9JlF/h3x+JejiB03HFyP4HYlmlD4oFT/RJB2I9IyxsOrBr/8+7/z +rX2SYgJbKdM1o5OaQ2RgXbL6Mv87BK9NQGr5x+PvI/1ry+UPizgN7gr8/g+YnzAx +3WxSZfmLgb4i4RxYA7qRG4kHAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqOFsmjd6LWvJPelSDGRjjCDWmujANBgkq +hkiG9w0BAQUFAAOCAQEAPNV3PdrfibqHDAhUaiBQkr6wQT25JmSDCi/oQMCXKCeC +MErJk/9q56YAf4lCmtYR5VPOL8zy2gXE/uJQxDqGfczafhAJO5I1KlOy/usrBdls +XebQ79NqZp4VKIV66IIArB6nCWlWQtNoURi+VJq/REG6Sb4gumlc7rh3zc5sH62D +lhh9DrUUOYTxKOkto557HnpyWoOzeW/vtPzQCqVYT0bf+215WfKEIlKuD8z7fDvn +aspHYcN6+NOSBB+4IIThNlQWx0DeO4pz3N/GCUzf7Nr/1FNCocnyYh0igzyXxfkZ +YiesZSLX0zzG5Y6yU8xJzrww/nsOM5D77dIUkR8Hrw== +-----END CERTIFICATE----- + +# Issuer: O=SECOM Trust Systems CO.,LTD. OU=Security Communication RootCA2 +# Subject: O=SECOM Trust Systems CO.,LTD. OU=Security Communication RootCA2 +# Label: "Security Communication RootCA2" +# Serial: 0 +# MD5 Fingerprint: 6c:39:7d:a4:0e:55:59:b2:3f:d6:41:b1:12:50:de:43 +# SHA1 Fingerprint: 5f:3b:8c:f2:f8:10:b3:7d:78:b4:ce:ec:19:19:c3:73:34:b9:c7:74 +# SHA256 Fingerprint: 51:3b:2c:ec:b8:10:d4:cd:e5:dd:85:39:1a:df:c6:c2:dd:60:d8:7b:b7:36:d2:b5:21:48:4a:a4:7a:0e:be:f6 +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIBADANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJKUDEl +MCMGA1UEChMcU0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEnMCUGA1UECxMe +U2VjdXJpdHkgQ29tbXVuaWNhdGlvbiBSb290Q0EyMB4XDTA5MDUyOTA1MDAzOVoX +DTI5MDUyOTA1MDAzOVowXTELMAkGA1UEBhMCSlAxJTAjBgNVBAoTHFNFQ09NIFRy +dXN0IFN5c3RlbXMgQ08uLExURC4xJzAlBgNVBAsTHlNlY3VyaXR5IENvbW11bmlj +YXRpb24gUm9vdENBMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANAV +OVKxUrO6xVmCxF1SrjpDZYBLx/KWvNs2l9amZIyoXvDjChz335c9S672XewhtUGr +zbl+dp+++T42NKA7wfYxEUV0kz1XgMX5iZnK5atq1LXaQZAQwdbWQonCv/Q4EpVM +VAX3NuRFg3sUZdbcDE3R3n4MqzvEFb46VqZab3ZpUql6ucjrappdUtAtCms1FgkQ +hNBqyjoGADdH5H5XTz+L62e4iKrFvlNVspHEfbmwhRkGeC7bYRr6hfVKkaHnFtWO +ojnflLhwHyg/i/xAXmODPIMqGplrz95Zajv8bxbXH/1KEOtOghY6rCcMU/Gt1SSw +awNQwS08Ft1ENCcadfsCAwEAAaNCMEAwHQYDVR0OBBYEFAqFqXdlBZh8QIH4D5cs +OPEK7DzPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3 +DQEBCwUAA4IBAQBMOqNErLlFsceTfsgLCkLfZOoc7llsCLqJX2rKSpWeeo8HxdpF +coJxDjrSzG+ntKEju/Ykn8sX/oymzsLS28yN/HH8AynBbF0zX2S2ZTuJbxh2ePXc +okgfGT+Ok+vx+hfuzU7jBBJV1uXk3fs+BXziHV7Gp7yXT2g69ekuCkO2r1dcYmh8 +t/2jioSgrGK+KwmHNPBqAbubKVY8/gA3zyNs8U6qtnRGEmyR7jTV7JqR50S+kDFy +1UkC9gLl9B/rfNmWVan/7Ir5mUf/NVoCqgTLiluHcSmRvaS0eg29mvVXIwAHIRc/ +SjnRBUkLp7Y3gaVdjKozXoEofKd9J+sAro03 +-----END CERTIFICATE----- + +# Issuer: CN=EC-ACC O=Agencia Catalana de Certificacio (NIF Q-0801176-I) OU=Serveis Publics de Certificacio/Vegeu https://www.catcert.net/verarrel (c)03/Jerarquia Entitats de Certificacio Catalanes +# Subject: CN=EC-ACC O=Agencia Catalana de Certificacio (NIF Q-0801176-I) OU=Serveis Publics de Certificacio/Vegeu https://www.catcert.net/verarrel (c)03/Jerarquia Entitats de Certificacio Catalanes +# Label: "EC-ACC" +# Serial: -23701579247955709139626555126524820479 +# MD5 Fingerprint: eb:f5:9d:29:0d:61:f9:42:1f:7c:c2:ba:6d:e3:15:09 +# SHA1 Fingerprint: 28:90:3a:63:5b:52:80:fa:e6:77:4c:0b:6d:a7:d6:ba:a6:4a:f2:e8 +# SHA256 Fingerprint: 88:49:7f:01:60:2f:31:54:24:6a:e2:8c:4d:5a:ef:10:f1:d8:7e:bb:76:62:6f:4a:e0:b7:f9:5b:a7:96:87:99 +-----BEGIN CERTIFICATE----- +MIIFVjCCBD6gAwIBAgIQ7is969Qh3hSoYqwE893EATANBgkqhkiG9w0BAQUFADCB +8zELMAkGA1UEBhMCRVMxOzA5BgNVBAoTMkFnZW5jaWEgQ2F0YWxhbmEgZGUgQ2Vy +dGlmaWNhY2lvIChOSUYgUS0wODAxMTc2LUkpMSgwJgYDVQQLEx9TZXJ2ZWlzIFB1 +YmxpY3MgZGUgQ2VydGlmaWNhY2lvMTUwMwYDVQQLEyxWZWdldSBodHRwczovL3d3 +dy5jYXRjZXJ0Lm5ldC92ZXJhcnJlbCAoYykwMzE1MDMGA1UECxMsSmVyYXJxdWlh +IEVudGl0YXRzIGRlIENlcnRpZmljYWNpbyBDYXRhbGFuZXMxDzANBgNVBAMTBkVD +LUFDQzAeFw0wMzAxMDcyMzAwMDBaFw0zMTAxMDcyMjU5NTlaMIHzMQswCQYDVQQG +EwJFUzE7MDkGA1UEChMyQWdlbmNpYSBDYXRhbGFuYSBkZSBDZXJ0aWZpY2FjaW8g +KE5JRiBRLTA4MDExNzYtSSkxKDAmBgNVBAsTH1NlcnZlaXMgUHVibGljcyBkZSBD +ZXJ0aWZpY2FjaW8xNTAzBgNVBAsTLFZlZ2V1IGh0dHBzOi8vd3d3LmNhdGNlcnQu +bmV0L3ZlcmFycmVsIChjKTAzMTUwMwYDVQQLEyxKZXJhcnF1aWEgRW50aXRhdHMg +ZGUgQ2VydGlmaWNhY2lvIENhdGFsYW5lczEPMA0GA1UEAxMGRUMtQUNDMIIBIjAN +BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsyLHT+KXQpWIR4NA9h0X84NzJB5R +85iKw5K4/0CQBXCHYMkAqbWUZRkiFRfCQ2xmRJoNBD45b6VLeqpjt4pEndljkYRm +4CgPukLjbo73FCeTae6RDqNfDrHrZqJyTxIThmV6PttPB/SnCWDaOkKZx7J/sxaV +HMf5NLWUhdWZXqBIoH7nF2W4onW4HvPlQn2v7fOKSGRdghST2MDk/7NQcvJ29rNd +QlB50JQ+awwAvthrDk4q7D7SzIKiGGUzE3eeml0aE9jD2z3Il3rucO2n5nzbcc8t +lGLfbdb1OL4/pYUKGbio2Al1QnDE6u/LDsg0qBIimAy4E5S2S+zw0JDnJwIDAQAB +o4HjMIHgMB0GA1UdEQQWMBSBEmVjX2FjY0BjYXRjZXJ0Lm5ldDAPBgNVHRMBAf8E +BTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUoMOLRKo3pUW/l4Ba0fF4 +opvpXY0wfwYDVR0gBHgwdjB0BgsrBgEEAfV4AQMBCjBlMCwGCCsGAQUFBwIBFiBo +dHRwczovL3d3dy5jYXRjZXJ0Lm5ldC92ZXJhcnJlbDA1BggrBgEFBQcCAjApGidW +ZWdldSBodHRwczovL3d3dy5jYXRjZXJ0Lm5ldC92ZXJhcnJlbCAwDQYJKoZIhvcN +AQEFBQADggEBAKBIW4IB9k1IuDlVNZyAelOZ1Vr/sXE7zDkJlF7W2u++AVtd0x7Y +/X1PzaBB4DSTv8vihpw3kpBWHNzrKQXlxJ7HNd+KDM3FIUPpqojlNcAZQmNaAl6k +SBg6hW/cnbw/nZzBh7h6YQjpdwt/cKt63dmXLGQehb+8dJahw3oS7AwaboMMPOhy +Rp/7SNVel+axofjk70YllJyJ22k4vuxcDlbHZVHlUIiIv0LVKz3l+bqeLrPK9HOS +Agu+TGbrIP65y7WZf+a2E/rKS03Z7lNGBjvGTq2TWoF+bCpLagVFjPIhpDGQh2xl +nJ2lYJU6Un/10asIbvPuW/mIPX64b24D5EI= +-----END CERTIFICATE----- + +# Issuer: CN=Hellenic Academic and Research Institutions RootCA 2011 O=Hellenic Academic and Research Institutions Cert. Authority +# Subject: CN=Hellenic Academic and Research Institutions RootCA 2011 O=Hellenic Academic and Research Institutions Cert. Authority +# Label: "Hellenic Academic and Research Institutions RootCA 2011" +# Serial: 0 +# MD5 Fingerprint: 73:9f:4c:4b:73:5b:79:e9:fa:ba:1c:ef:6e:cb:d5:c9 +# SHA1 Fingerprint: fe:45:65:9b:79:03:5b:98:a1:61:b5:51:2e:ac:da:58:09:48:22:4d +# SHA256 Fingerprint: bc:10:4f:15:a4:8b:e7:09:dc:a5:42:a7:e1:d4:b9:df:6f:05:45:27:e8:02:ea:a9:2d:59:54:44:25:8a:fe:71 +-----BEGIN CERTIFICATE----- +MIIEMTCCAxmgAwIBAgIBADANBgkqhkiG9w0BAQUFADCBlTELMAkGA1UEBhMCR1Ix +RDBCBgNVBAoTO0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1 +dGlvbnMgQ2VydC4gQXV0aG9yaXR5MUAwPgYDVQQDEzdIZWxsZW5pYyBBY2FkZW1p +YyBhbmQgUmVzZWFyY2ggSW5zdGl0dXRpb25zIFJvb3RDQSAyMDExMB4XDTExMTIw +NjEzNDk1MloXDTMxMTIwMTEzNDk1MlowgZUxCzAJBgNVBAYTAkdSMUQwQgYDVQQK +EztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0dXRpb25zIENl +cnQuIEF1dGhvcml0eTFAMD4GA1UEAxM3SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl +c2VhcmNoIEluc3RpdHV0aW9ucyBSb290Q0EgMjAxMTCCASIwDQYJKoZIhvcNAQEB +BQADggEPADCCAQoCggEBAKlTAOMupvaO+mDYLZU++CwqVE7NuYRhlFhPjz2L5EPz +dYmNUeTDN9KKiE15HrcS3UN4SoqS5tdI1Q+kOilENbgH9mgdVc04UfCMJDGFr4PJ +fel3r+0ae50X+bOdOFAPplp5kYCvN66m0zH7tSYJnTxa71HFK9+WXesyHgLacEns +bgzImjeN9/E2YEsmLIKe0HjzDQ9jpFEw4fkrJxIH2Oq9GGKYsFk3fb7u8yBRQlqD +75O6aRXxYp2fmTmCobd0LovUxQt7L/DICto9eQqakxylKHJzkUOap9FNhYS5qXSP +FEDH3N6sQWRstBmbAmNtJGSPRLIl6s5ddAxjMlyNh+UCAwEAAaOBiTCBhjAPBgNV +HRMBAf8EBTADAQH/MAsGA1UdDwQEAwIBBjAdBgNVHQ4EFgQUppFC/RNhSiOeCKQp +5dgTBCPuQSUwRwYDVR0eBEAwPqA8MAWCAy5ncjAFggMuZXUwBoIELmVkdTAGggQu +b3JnMAWBAy5ncjAFgQMuZXUwBoEELmVkdTAGgQQub3JnMA0GCSqGSIb3DQEBBQUA +A4IBAQAf73lB4XtuP7KMhjdCSk4cNx6NZrokgclPEg8hwAOXhiVtXdMiKahsog2p +6z0GW5k6x8zDmjR/qw7IThzh+uTczQ2+vyT+bOdrwg3IBp5OjWEopmr95fZi6hg8 +TqBTnbI6nOulnJEWtk2C4AwFSKls9cz4y51JtPACpf1wA+2KIaWuE4ZJwzNzvoc7 +dIsXRSZMFpGD/md9zU1jZ/rzAxKWeAaNsWftjj++n08C9bMJL/NMh98qy5V8Acys +Nnq/onN694/BtZqhFLKPM58N7yLcZnuEvUUXBj08yrl3NI/K6s8/MT7jiOOASSXI +l7WdmplNsDz4SgCbZN2fOUvRJ9e4 +-----END CERTIFICATE----- + +# Issuer: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967 +# Subject: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967 +# Label: "Actalis Authentication Root CA" +# Serial: 6271844772424770508 +# MD5 Fingerprint: 69:c1:0d:4f:07:a3:1b:c3:fe:56:3d:04:bc:11:f6:a6 +# SHA1 Fingerprint: f3:73:b3:87:06:5a:28:84:8a:f2:f3:4a:ce:19:2b:dd:c7:8e:9c:ac +# SHA256 Fingerprint: 55:92:60:84:ec:96:3a:64:b9:6e:2a:be:01:ce:0b:a8:6a:64:fb:fe:bc:c7:aa:b5:af:c1:55:b3:7f:d7:60:66 +-----BEGIN CERTIFICATE----- +MIIFuzCCA6OgAwIBAgIIVwoRl0LE48wwDQYJKoZIhvcNAQELBQAwazELMAkGA1UE +BhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8w +MzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290 +IENBMB4XDTExMDkyMjExMjIwMloXDTMwMDkyMjExMjIwMlowazELMAkGA1UEBhMC +SVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1 +ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENB +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp8bEpSmkLO/lGMWwUKNv +UTufClrJwkg4CsIcoBh/kbWHuUA/3R1oHwiD1S0eiKD4j1aPbZkCkpAW1V8IbInX +4ay8IMKx4INRimlNAJZaby/ARH6jDuSRzVju3PvHHkVH3Se5CAGfpiEd9UEtL0z9 +KK3giq0itFZljoZUj5NDKd45RnijMCO6zfB9E1fAXdKDa0hMxKufgFpbOr3JpyI/ +gCczWw63igxdBzcIy2zSekciRDXFzMwujt0q7bd9Zg1fYVEiVRvjRuPjPdA1Yprb +rxTIW6HMiRvhMCb8oJsfgadHHwTrozmSBp+Z07/T6k9QnBn+locePGX2oxgkg4YQ +51Q+qDp2JE+BIcXjDwL4k5RHILv+1A7TaLndxHqEguNTVHnd25zS8gebLra8Pu2F +be8lEfKXGkJh90qX6IuxEAf6ZYGyojnP9zz/GPvG8VqLWeICrHuS0E4UT1lF9gxe +KF+w6D9Fz8+vm2/7hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4F +v6MGn8i1zeQf1xcGDXqVdFUNaBr8EBtiZJ1t4JWgw5QHVw0U5r0F+7if5t+L4sbn +fpb2U8WANFAoWPASUHEXMLrmeGO89LKtmyuy/uE5jF66CyCU3nuDuP/jVo23Eek7 +jPKxwV2dpAtMK9myGPW1n0sCAwEAAaNjMGEwHQYDVR0OBBYEFFLYiDrIn3hm7Ynz +ezhwlMkCAjbQMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUUtiIOsifeGbt +ifN7OHCUyQICNtAwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAL +e3KHwGCmSUyIWOYdiPcUZEim2FgKDk8TNd81HdTtBjHIgT5q1d07GjLukD0R0i70 +jsNjLiNmsGe+b7bAEzlgqqI0JZN1Ut6nna0Oh4lScWoWPBkdg/iaKWW+9D+a2fDz +WochcYBNy+A4mz+7+uAwTc+G02UQGRjRlwKxK3JCaKygvU5a2hi/a5iB0P2avl4V +SM0RFbnAKVy06Ij3Pjaut2L9HmLecHgQHEhb2rykOLpn7VU+Xlff1ANATIGk0k9j +pwlCCRT8AKnCgHNPLsBA2RF7SOp6AsDT6ygBJlh0wcBzIm2Tlf05fbsq4/aC4yyX +X04fkZT6/iyj2HYauE2yOE+b+h1IYHkm4vP9qdCa6HCPSXrW5b0KDtst842/6+Ok +fcvHlXHo2qN8xcL4dJIEG4aspCJTQLas/kx2z/uUMsA1n3Y/buWQbqCmJqK4LL7R +K4X9p2jIugErsWx0Hbhzlefut8cl8ABMALJ+tguLHPPAUJ4lueAI3jZm/zel0btU +ZCzJJ7VLkn5l/9Mt4blOvH+kQSGQQXemOR/qnuOf0GZvBeyqdn6/axag67XH/JJU +LysRJyU3eExRarDzzFhdFPFqSBX/wge2sY0PjlxQRrM9vwGYT7JZVEc+NHt4bVaT +LnPqZih4zR0Uv6CPLy64Lo7yFIrM6bV8+2ydDKXhlg== +-----END CERTIFICATE----- + +# Issuer: CN=Buypass Class 2 Root CA O=Buypass AS-983163327 +# Subject: CN=Buypass Class 2 Root CA O=Buypass AS-983163327 +# Label: "Buypass Class 2 Root CA" +# Serial: 2 +# MD5 Fingerprint: 46:a7:d2:fe:45:fb:64:5a:a8:59:90:9b:78:44:9b:29 +# SHA1 Fingerprint: 49:0a:75:74:de:87:0a:47:fe:58:ee:f6:c7:6b:eb:c6:0b:12:40:99 +# SHA256 Fingerprint: 9a:11:40:25:19:7c:5b:b9:5d:94:e6:3d:55:cd:43:79:08:47:b6:46:b2:3c:df:11:ad:a4:a0:0e:ff:15:fb:48 +-----BEGIN CERTIFICATE----- +MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd +MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg +Q2xhc3MgMiBSb290IENBMB4XDTEwMTAyNjA4MzgwM1oXDTQwMTAyNjA4MzgwM1ow +TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw +HgYDVQQDDBdCdXlwYXNzIENsYXNzIDIgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB +BQADggIPADCCAgoCggIBANfHXvfBB9R3+0Mh9PT1aeTuMgHbo4Yf5FkNuud1g1Lr +6hxhFUi7HQfKjK6w3Jad6sNgkoaCKHOcVgb/S2TwDCo3SbXlzwx87vFKu3MwZfPV +L4O2fuPn9Z6rYPnT8Z2SdIrkHJasW4DptfQxh6NR/Md+oW+OU3fUl8FVM5I+GC91 +1K2GScuVr1QGbNgGE41b/+EmGVnAJLqBcXmQRFBoJJRfuLMR8SlBYaNByyM21cHx +MlAQTn/0hpPshNOOvEu/XAFOBz3cFIqUCqTqc/sLUegTBxj6DvEr0VQVfTzh97QZ +QmdiXnfgolXsttlpF9U6r0TtSsWe5HonfOV116rLJeffawrbD02TTqigzXsu8lkB +arcNuAeBfos4GzjmCleZPe4h6KP1DBbdi+w0jpwqHAAVF41og9JwnxgIzRFo1clr +Us3ERo/ctfPYV3Me6ZQ5BL/T3jjetFPsaRyifsSP5BtwrfKi+fv3FmRmaZ9JUaLi +FRhnBkp/1Wy1TbMz4GHrXb7pmA8y1x1LPC5aAVKRCfLf6o3YBkBjqhHk/sM3nhRS +P/TizPJhk9H9Z2vXUq6/aKtAQ6BXNVN48FP4YUIHZMbXb5tMOA1jrGKvNouicwoN +9SG9dKpN6nIDSdvHXx1iY8f93ZHsM+71bbRuMGjeyNYmsHVee7QHIJihdjK4TWxP +AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMmAd+BikoL1Rpzz +uvdMw964o605MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAU18h +9bqwOlI5LJKwbADJ784g7wbylp7ppHR/ehb8t/W2+xUbP6umwHJdELFx7rxP462s +A20ucS6vxOOto70MEae0/0qyexAQH6dXQbLArvQsWdZHEIjzIVEpMMpghq9Gqx3t +OluwlN5E40EIosHsHdb9T7bWR9AUC8rmyrV7d35BH16Dx7aMOZawP5aBQW9gkOLo ++fsicdl9sz1Gv7SEr5AcD48Saq/v7h56rgJKihcrdv6sVIkkLE8/trKnToyokZf7 +KcZ7XC25y2a2t6hbElGFtQl+Ynhw/qlqYLYdDnkM/crqJIByw5c/8nerQyIKx+u2 +DISCLIBrQYoIwOula9+ZEsuK1V6ADJHgJgg2SMX6OBE1/yWDLfJ6v9r9jv6ly0Us +H8SIU653DtmadsWOLB2jutXsMq7Aqqz30XpN69QH4kj3Io6wpJ9qzo6ysmD0oyLQ +I+uUWnpp3Q+/QFesa1lQ2aOZ4W7+jQF5JyMV3pKdewlNWudLSDBaGOYKbeaP4NK7 +5t98biGCwWg5TbSYWGZizEqQXsP6JwSxeRV0mcy+rSDeJmAc61ZRpqPq5KM/p/9h +3PFaTWwyI0PurKju7koSCTxdccK+efrCh2gdC/1cacwG0Jp9VJkqyTkaGa9LKkPz +Y11aWOIv4x3kqdbQCtCev9eBCfHJxyYNrJgWVqA= +-----END CERTIFICATE----- + +# Issuer: CN=Buypass Class 3 Root CA O=Buypass AS-983163327 +# Subject: CN=Buypass Class 3 Root CA O=Buypass AS-983163327 +# Label: "Buypass Class 3 Root CA" +# Serial: 2 +# MD5 Fingerprint: 3d:3b:18:9e:2c:64:5a:e8:d5:88:ce:0e:f9:37:c2:ec +# SHA1 Fingerprint: da:fa:f7:fa:66:84:ec:06:8f:14:50:bd:c7:c2:81:a5:bc:a9:64:57 +# SHA256 Fingerprint: ed:f7:eb:bc:a2:7a:2a:38:4d:38:7b:7d:40:10:c6:66:e2:ed:b4:84:3e:4c:29:b4:ae:1d:5b:93:32:e6:b2:4d +-----BEGIN CERTIFICATE----- +MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd +MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg +Q2xhc3MgMyBSb290IENBMB4XDTEwMTAyNjA4Mjg1OFoXDTQwMTAyNjA4Mjg1OFow +TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw +HgYDVQQDDBdCdXlwYXNzIENsYXNzIDMgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB +BQADggIPADCCAgoCggIBAKXaCpUWUOOV8l6ddjEGMnqb8RB2uACatVI2zSRHsJ8Y +ZLya9vrVediQYkwiL944PdbgqOkcLNt4EemOaFEVcsfzM4fkoF0LXOBXByow9c3E +N3coTRiR5r/VUv1xLXA+58bEiuPwKAv0dpihi4dVsjoT/Lc+JzeOIuOoTyrvYLs9 +tznDDgFHmV0ST9tD+leh7fmdvhFHJlsTmKtdFoqwNxxXnUX/iJY2v7vKB3tvh2PX +0DJq1l1sDPGzbjniazEuOQAnFN44wOwZZoYS6J1yFhNkUsepNxz9gjDthBgd9K5c +/3ATAOux9TN6S9ZV+AWNS2mw9bMoNlwUxFFzTWsL8TQH2xc519woe2v1n/MuwU8X +KhDzzMro6/1rqy6any2CbgTUUgGTLT2G/H783+9CHaZr77kgxve9oKeV/afmiSTY +zIw0bOIjL9kSGiG5VZFvC5F5GQytQIgLcOJ60g7YaEi7ghM5EFjp2CoHxhLbWNvS +O1UQRwUVZ2J+GGOmRj8JDlQyXr8NYnon74Do29lLBlo3WiXQCBJ31G8JUJc9yB3D +34xFMFbG02SrZvPAXpacw8Tvw3xrizp5f7NJzz3iiZ+gMEuFuZyUJHmPfWupRWgP +K9Dx2hzLabjKSWJtyNBjYt1gD1iqj6G8BaVmos8bdrKEZLFMOVLAMLrwjEsCsLa3 +AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFEe4zf/lb+74suwv +Tg75JbCOPGvDMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAACAj +QTUEkMJAYmDv4jVM1z+s4jSQuKFvdvoWFqRINyzpkMLyPPgKn9iB5btb2iUspKdV +cSQy9sgL8rxq+JOssgfCX5/bzMiKqr5qb+FJEMwx14C7u8jYog5kV+qi9cKpMRXS +IGrs/CIBKM+GuIAeqcwRpTzyFrNHnfzSgCHEy9BHcEGhyoMZCCxt8l13nIoUE9Q2 +HJLw5QY33KbmkJs4j1xrG0aGQ0JfPgEHU1RdZX33inOhmlRaHylDFCfChQ+1iHsa +O5S3HWCntZznKWlXWpuTekMwGwPXYshApqr8ZORK15FTAaggiG6cX0S5y2CBNOxv +033aSF/rtJC8LakcC6wc1aJoIIAE1vyxjy+7SjENSoYc6+I2KSb12tjE8nVhz36u +dmNKekBlk4f4HoCMhuWG1o8O/FMsYOgWYRqiPkN7zTlgVGr18okmAWiDSKIz6MkE +kbIRNBE+6tBDGR8Dk5AM/1E9V/RBbuHLoL7ryWPNbczk+DaqaJ3tvV2XcEQNtg41 +3OEMXbugUZTLfhbrES+jkkXITHHZvMmZUldGL1DPvTVp9D0VzgalLA8+9oG6lLvD +u79leNKGef9JOxqDDPDeeOzI8k1MGt6CKfjBWtrt7uYnXuhF0J0cUahoq0Tj0Itq +4/g7u9xN12TyUb7mqqta6THuBrxzvxNiCp/HuZc= +-----END CERTIFICATE----- + +# Issuer: CN=T-TeleSec GlobalRoot Class 3 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Subject: CN=T-TeleSec GlobalRoot Class 3 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Label: "T-TeleSec GlobalRoot Class 3" +# Serial: 1 +# MD5 Fingerprint: ca:fb:40:a8:4e:39:92:8a:1d:fe:8e:2f:c4:27:ea:ef +# SHA1 Fingerprint: 55:a6:72:3e:cb:f2:ec:cd:c3:23:74:70:19:9d:2a:be:11:e3:81:d1 +# SHA256 Fingerprint: fd:73:da:d3:1c:64:4f:f1:b4:3b:ef:0c:cd:da:96:71:0b:9c:d9:87:5e:ca:7e:31:70:7a:f3:e9:6d:52:2b:bd +-----BEGIN CERTIFICATE----- +MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx +KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd +BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl +YyBHbG9iYWxSb290IENsYXNzIDMwHhcNMDgxMDAxMTAyOTU2WhcNMzMxMDAxMjM1 +OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy +aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50 +ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDMwggEiMA0G +CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9dZPwYiJvJK7genasfb3ZJNW4t/zN +8ELg63iIVl6bmlQdTQyK9tPPcPRStdiTBONGhnFBSivwKixVA9ZIw+A5OO3yXDw/ +RLyTPWGrTs0NvvAgJ1gORH8EGoel15YUNpDQSXuhdfsaa3Ox+M6pCSzyU9XDFES4 +hqX2iys52qMzVNn6chr3IhUciJFrf2blw2qAsCTz34ZFiP0Zf3WHHx+xGwpzJFu5 +ZeAsVMhg02YXP+HMVDNzkQI6pn97djmiH5a2OK61yJN0HZ65tOVgnS9W0eDrXltM +EnAMbEQgqxHY9Bn20pxSN+f6tsIxO0rUFJmtxxr1XV/6B7h8DR/Wgx6zAgMBAAGj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS1 +A/d2O2GCahKqGFPrAyGUv/7OyjANBgkqhkiG9w0BAQsFAAOCAQEAVj3vlNW92nOy +WL6ukK2YJ5f+AbGwUgC4TeQbIXQbfsDuXmkqJa9c1h3a0nnJ85cp4IaH3gRZD/FZ +1GSFS5mvJQQeyUapl96Cshtwn5z2r3Ex3XsFpSzTucpH9sry9uetuUg/vBa3wW30 +6gmv7PO15wWeph6KU1HWk4HMdJP2udqmJQV0eVp+QD6CSyYRMG7hP0HHRwA11fXT +91Q+gT3aSWqas+8QPebrb9HIIkfLzM8BMZLZGOMivgkeGj5asuRrDFR6fUNOuIml +e9eiPZaGzPImNC1qkp2aGtAw4l1OBLBfiyB+d8E9lYLRRpo7PHi4b6HQDWSieB4p +TpPDpFQUWw== +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH +# Subject: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH +# Label: "D-TRUST Root Class 3 CA 2 2009" +# Serial: 623603 +# MD5 Fingerprint: cd:e0:25:69:8d:47:ac:9c:89:35:90:f7:fd:51:3d:2f +# SHA1 Fingerprint: 58:e8:ab:b0:36:15:33:fb:80:f7:9b:1b:6d:29:d3:ff:8d:5f:00:f0 +# SHA256 Fingerprint: 49:e7:a4:42:ac:f0:ea:62:87:05:00:54:b5:25:64:b6:50:e4:f4:9e:42:e3:48:d6:aa:38:e0:39:e9:57:b1:c1 +-----BEGIN CERTIFICATE----- +MIIEMzCCAxugAwIBAgIDCYPzMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNVBAYTAkRF +MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMMHkQtVFJVU1QgUm9vdCBD +bGFzcyAzIENBIDIgMjAwOTAeFw0wOTExMDUwODM1NThaFw0yOTExMDUwODM1NTha +ME0xCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMM +HkQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgMjAwOTCCASIwDQYJKoZIhvcNAQEB +BQADggEPADCCAQoCggEBANOySs96R+91myP6Oi/WUEWJNTrGa9v+2wBoqOADER03 +UAifTUpolDWzU9GUY6cgVq/eUXjsKj3zSEhQPgrfRlWLJ23DEE0NkVJD2IfgXU42 +tSHKXzlABF9bfsyjxiupQB7ZNoTWSPOSHjRGICTBpFGOShrvUD9pXRl/RcPHAY9R +ySPocq60vFYJfxLLHLGvKZAKyVXMD9O0Gu1HNVpK7ZxzBCHQqr0ME7UAyiZsxGsM +lFqVlNpQmvH/pStmMaTJOKDfHR+4CS7zp+hnUquVH+BGPtikw8paxTGA6Eian5Rp +/hnd2HN8gcqW3o7tszIFZYQ05ub9VxC1X3a/L7AQDcUCAwEAAaOCARowggEWMA8G +A1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFP3aFMSfMN4hvR5COfyrYyNJ4PGEMA4G +A1UdDwEB/wQEAwIBBjCB0wYDVR0fBIHLMIHIMIGAoH6gfIZ6bGRhcDovL2RpcmVj +dG9yeS5kLXRydXN0Lm5ldC9DTj1ELVRSVVNUJTIwUm9vdCUyMENsYXNzJTIwMyUy +MENBJTIwMiUyMDIwMDksTz1ELVRydXN0JTIwR21iSCxDPURFP2NlcnRpZmljYXRl +cmV2b2NhdGlvbmxpc3QwQ6BBoD+GPWh0dHA6Ly93d3cuZC10cnVzdC5uZXQvY3Js +L2QtdHJ1c3Rfcm9vdF9jbGFzc18zX2NhXzJfMjAwOS5jcmwwDQYJKoZIhvcNAQEL +BQADggEBAH+X2zDI36ScfSF6gHDOFBJpiBSVYEQBrLLpME+bUMJm2H6NMLVwMeni +acfzcNsgFYbQDfC+rAF1hM5+n02/t2A7nPPKHeJeaNijnZflQGDSNiH+0LS4F9p0 +o3/U37CYAqxva2ssJSRyoWXuJVrl5jLn8t+rSfrzkGkj2wTZ51xY/GXUl77M/C4K +zCUqNQT4YJEVdT1B/yMfGchs64JTBKbkTCJNjYy6zltz7GRUUG3RnFX7acM2w4y8 +PIWmawomDeCTmGCufsYkl4phX5GOZpIJhzbNi5stPvZR1FDUWSi9g/LMKHtThm3Y +Johw1+qRzT65ysCQblrGXnRl11z+o+I= +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH +# Subject: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH +# Label: "D-TRUST Root Class 3 CA 2 EV 2009" +# Serial: 623604 +# MD5 Fingerprint: aa:c6:43:2c:5e:2d:cd:c4:34:c0:50:4f:11:02:4f:b6 +# SHA1 Fingerprint: 96:c9:1b:0b:95:b4:10:98:42:fa:d0:d8:22:79:fe:60:fa:b9:16:83 +# SHA256 Fingerprint: ee:c5:49:6b:98:8c:e9:86:25:b9:34:09:2e:ec:29:08:be:d0:b0:f3:16:c2:d4:73:0c:84:ea:f1:f3:d3:48:81 +-----BEGIN CERTIFICATE----- +MIIEQzCCAyugAwIBAgIDCYP0MA0GCSqGSIb3DQEBCwUAMFAxCzAJBgNVBAYTAkRF +MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNVBAMMIUQtVFJVU1QgUm9vdCBD +bGFzcyAzIENBIDIgRVYgMjAwOTAeFw0wOTExMDUwODUwNDZaFw0yOTExMDUwODUw +NDZaMFAxCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNV +BAMMIUQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgRVYgMjAwOTCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAJnxhDRwui+3MKCOvXwEz75ivJn9gpfSegpn +ljgJ9hBOlSJzmY3aFS3nBfwZcyK3jpgAvDw9rKFs+9Z5JUut8Mxk2og+KbgPCdM0 +3TP1YtHhzRnp7hhPTFiu4h7WDFsVWtg6uMQYZB7jM7K1iXdODL/ZlGsTl28So/6Z +qQTMFexgaDbtCHu39b+T7WYxg4zGcTSHThfqr4uRjRxWQa4iN1438h3Z0S0NL2lR +p75mpoo6Kr3HGrHhFPC+Oh25z1uxav60sUYgovseO3Dvk5h9jHOW8sXvhXCtKSb8 +HgQ+HKDYD8tSg2J87otTlZCpV6LqYQXY+U3EJ/pure3511H3a6UCAwEAAaOCASQw +ggEgMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFNOUikxiEyoZLsyvcop9Ntea +HNxnMA4GA1UdDwEB/wQEAwIBBjCB3QYDVR0fBIHVMIHSMIGHoIGEoIGBhn9sZGFw +Oi8vZGlyZWN0b3J5LmQtdHJ1c3QubmV0L0NOPUQtVFJVU1QlMjBSb290JTIwQ2xh +c3MlMjAzJTIwQ0ElMjAyJTIwRVYlMjAyMDA5LE89RC1UcnVzdCUyMEdtYkgsQz1E +RT9jZXJ0aWZpY2F0ZXJldm9jYXRpb25saXN0MEagRKBChkBodHRwOi8vd3d3LmQt +dHJ1c3QubmV0L2NybC9kLXRydXN0X3Jvb3RfY2xhc3NfM19jYV8yX2V2XzIwMDku +Y3JsMA0GCSqGSIb3DQEBCwUAA4IBAQA07XtaPKSUiO8aEXUHL7P+PPoeUSbrh/Yp +3uDx1MYkCenBz1UbtDDZzhr+BlGmFaQt77JLvyAoJUnRpjZ3NOhk31KxEcdzes05 +nsKtjHEh8lprr988TlWvsoRlFIm5d8sqMb7Po23Pb0iUMkZv53GMoKaEGTcH8gNF +CSuGdXzfX2lXANtu2KZyIktQ1HWYVt+3GP9DQ1CuekR78HlR10M9p9OB0/DJT7na +xpeG0ILD5EJt/rDiZE4OJudANCa1CInXCGNjOCd1HjPqbqjdn5lPdE2BiYBL3ZqX +KVwvvoFBuYz/6n1gBp7N1z3TLqMVvKjmJuVvw9y4AyHqnxbxLFS1 +-----END CERTIFICATE----- + +# Issuer: CN=CA Disig Root R2 O=Disig a.s. +# Subject: CN=CA Disig Root R2 O=Disig a.s. +# Label: "CA Disig Root R2" +# Serial: 10572350602393338211 +# MD5 Fingerprint: 26:01:fb:d8:27:a7:17:9a:45:54:38:1a:43:01:3b:03 +# SHA1 Fingerprint: b5:61:eb:ea:a4:de:e4:25:4b:69:1a:98:a5:57:47:c2:34:c7:d9:71 +# SHA256 Fingerprint: e2:3d:4a:03:6d:7b:70:e9:f5:95:b1:42:20:79:d2:b9:1e:df:bb:1f:b6:51:a0:63:3e:aa:8a:9d:c5:f8:07:03 +-----BEGIN CERTIFICATE----- +MIIFaTCCA1GgAwIBAgIJAJK4iNuwisFjMA0GCSqGSIb3DQEBCwUAMFIxCzAJBgNV +BAYTAlNLMRMwEQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMu +MRkwFwYDVQQDExBDQSBEaXNpZyBSb290IFIyMB4XDTEyMDcxOTA5MTUzMFoXDTQy +MDcxOTA5MTUzMFowUjELMAkGA1UEBhMCU0sxEzARBgNVBAcTCkJyYXRpc2xhdmEx +EzARBgNVBAoTCkRpc2lnIGEucy4xGTAXBgNVBAMTEENBIERpc2lnIFJvb3QgUjIw +ggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCio8QACdaFXS1tFPbCw3Oe +NcJxVX6B+6tGUODBfEl45qt5WDza/3wcn9iXAng+a0EE6UG9vgMsRfYvZNSrXaNH +PWSb6WiaxswbP7q+sos0Ai6YVRn8jG+qX9pMzk0DIaPY0jSTVpbLTAwAFjxfGs3I +x2ymrdMxp7zo5eFm1tL7A7RBZckQrg4FY8aAamkw/dLukO8NJ9+flXP04SXabBbe +QTg06ov80egEFGEtQX6sx3dOy1FU+16SGBsEWmjGycT6txOgmLcRK7fWV8x8nhfR +yyX+hk4kLlYMeE2eARKmK6cBZW58Yh2EhN/qwGu1pSqVg8NTEQxzHQuyRpDRQjrO +QG6Vrf/GlK1ul4SOfW+eioANSW1z4nuSHsPzwfPrLgVv2RvPN3YEyLRa5Beny912 +H9AZdugsBbPWnDTYltxhh5EF5EQIM8HauQhl1K6yNg3ruji6DOWbnuuNZt2Zz9aJ +QfYEkoopKW1rOhzndX0CcQ7zwOe9yxndnWCywmZgtrEE7snmhrmaZkCo5xHtgUUD +i/ZnWejBBhG93c+AAk9lQHhcR1DIm+YfgXvkRKhbhZri3lrVx/k6RGZL5DJUfORs +nLMOPReisjQS1n6yqEm70XooQL6iFh/f5DcfEXP7kAplQ6INfPgGAVUzfbANuPT1 +rqVCV3w2EYx7XsQDnYx5nQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1Ud +DwEB/wQEAwIBBjAdBgNVHQ4EFgQUtZn4r7CU9eMg1gqtzk5WpC5uQu0wDQYJKoZI +hvcNAQELBQADggIBACYGXnDnZTPIgm7ZnBc6G3pmsgH2eDtpXi/q/075KMOYKmFM +tCQSin1tERT3nLXK5ryeJ45MGcipvXrA1zYObYVybqjGom32+nNjf7xueQgcnYqf +GopTpti72TVVsRHFqQOzVju5hJMiXn7B9hJSi+osZ7z+Nkz1uM/Rs0mSO9MpDpkb +lvdhuDvEK7Z4bLQjb/D907JedR+Zlais9trhxTF7+9FGs9K8Z7RiVLoJ92Owk6Ka ++elSLotgEqv89WBW7xBci8QaQtyDW2QOy7W81k/BfDxujRNt+3vrMNDcTa/F1bal +TFtxyegxvug4BkihGuLq0t4SOVga/4AOgnXmt8kHbA7v/zjxmHHEt38OFdAlab0i +nSvtBfZGR6ztwPDUO+Ls7pZbkBNOHlY667DvlruWIxG68kOGdGSVyCh13x01utI3 +gzhTODY7z2zp+WsO0PsE6E9312UBeIYMej4hYvF/Y3EMyZ9E26gnonW+boE+18Dr +G5gPcFw0sorMwIUY6256s/daoQe/qUKS82Ail+QUoQebTnbAjn39pCXHR+3/H3Os +zMOl6W8KjptlwlCFtaOgUxLMVYdh84GuEEZhvUQhuMI9dM9+JDX6HAcOmz0iyu8x +L4ysEr3vQCj8KWefshNPZiTEUxnpHikV7+ZtsH8tZ/3zbBt1RqPlShfppNcL +-----END CERTIFICATE----- + +# Issuer: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV +# Subject: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV +# Label: "ACCVRAIZ1" +# Serial: 6828503384748696800 +# MD5 Fingerprint: d0:a0:5a:ee:05:b6:09:94:21:a1:7d:f1:b2:29:82:02 +# SHA1 Fingerprint: 93:05:7a:88:15:c6:4f:ce:88:2f:fa:91:16:52:28:78:bc:53:64:17 +# SHA256 Fingerprint: 9a:6e:c0:12:e1:a7:da:9d:be:34:19:4d:47:8a:d7:c0:db:18:22:fb:07:1d:f1:29:81:49:6e:d1:04:38:41:13 +-----BEGIN CERTIFICATE----- +MIIH0zCCBbugAwIBAgIIXsO3pkN/pOAwDQYJKoZIhvcNAQEFBQAwQjESMBAGA1UE +AwwJQUNDVlJBSVoxMRAwDgYDVQQLDAdQS0lBQ0NWMQ0wCwYDVQQKDARBQ0NWMQsw +CQYDVQQGEwJFUzAeFw0xMTA1MDUwOTM3MzdaFw0zMDEyMzEwOTM3MzdaMEIxEjAQ +BgNVBAMMCUFDQ1ZSQUlaMTEQMA4GA1UECwwHUEtJQUNDVjENMAsGA1UECgwEQUND +VjELMAkGA1UEBhMCRVMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCb +qau/YUqXry+XZpp0X9DZlv3P4uRm7x8fRzPCRKPfmt4ftVTdFXxpNRFvu8gMjmoY +HtiP2Ra8EEg2XPBjs5BaXCQ316PWywlxufEBcoSwfdtNgM3802/J+Nq2DoLSRYWo +G2ioPej0RGy9ocLLA76MPhMAhN9KSMDjIgro6TenGEyxCQ0jVn8ETdkXhBilyNpA +lHPrzg5XPAOBOp0KoVdDaaxXbXmQeOW1tDvYvEyNKKGno6e6Ak4l0Squ7a4DIrhr +IA8wKFSVf+DuzgpmndFALW4ir50awQUZ0m/A8p/4e7MCQvtQqR0tkw8jq8bBD5L/ +0KIV9VMJcRz/RROE5iZe+OCIHAr8Fraocwa48GOEAqDGWuzndN9wrqODJerWx5eH +k6fGioozl2A3ED6XPm4pFdahD9GILBKfb6qkxkLrQaLjlUPTAYVtjrs78yM2x/47 +4KElB0iryYl0/wiPgL/AlmXz7uxLaL2diMMxs0Dx6M/2OLuc5NF/1OVYm3z61PMO +m3WR5LpSLhl+0fXNWhn8ugb2+1KoS5kE3fj5tItQo05iifCHJPqDQsGH+tUtKSpa +cXpkatcnYGMN285J9Y0fkIkyF/hzQ7jSWpOGYdbhdQrqeWZ2iE9x6wQl1gpaepPl +uUsXQA+xtrn13k/c4LOsOxFwYIRKQ26ZIMApcQrAZQIDAQABo4ICyzCCAscwfQYI +KwYBBQUHAQEEcTBvMEwGCCsGAQUFBzAChkBodHRwOi8vd3d3LmFjY3YuZXMvZmls +ZWFkbWluL0FyY2hpdm9zL2NlcnRpZmljYWRvcy9yYWl6YWNjdjEuY3J0MB8GCCsG +AQUFBzABhhNodHRwOi8vb2NzcC5hY2N2LmVzMB0GA1UdDgQWBBTSh7Tj3zcnk1X2 +VuqB5TbMjB4/vTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFNKHtOPfNyeT +VfZW6oHlNsyMHj+9MIIBcwYDVR0gBIIBajCCAWYwggFiBgRVHSAAMIIBWDCCASIG +CCsGAQUFBwICMIIBFB6CARAAQQB1AHQAbwByAGkAZABhAGQAIABkAGUAIABDAGUA +cgB0AGkAZgBpAGMAYQBjAGkA8wBuACAAUgBhAO0AegAgAGQAZQAgAGwAYQAgAEEA +QwBDAFYAIAAoAEEAZwBlAG4AYwBpAGEAIABkAGUAIABUAGUAYwBuAG8AbABvAGcA +7QBhACAAeQAgAEMAZQByAHQAaQBmAGkAYwBhAGMAaQDzAG4AIABFAGwAZQBjAHQA +cgDzAG4AaQBjAGEALAAgAEMASQBGACAAUQA0ADYAMAAxADEANQA2AEUAKQAuACAA +QwBQAFMAIABlAG4AIABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBjAGMAdgAuAGUA +czAwBggrBgEFBQcCARYkaHR0cDovL3d3dy5hY2N2LmVzL2xlZ2lzbGFjaW9uX2Mu +aHRtMFUGA1UdHwROMEwwSqBIoEaGRGh0dHA6Ly93d3cuYWNjdi5lcy9maWxlYWRt +aW4vQXJjaGl2b3MvY2VydGlmaWNhZG9zL3JhaXphY2N2MV9kZXIuY3JsMA4GA1Ud +DwEB/wQEAwIBBjAXBgNVHREEEDAOgQxhY2N2QGFjY3YuZXMwDQYJKoZIhvcNAQEF +BQADggIBAJcxAp/n/UNnSEQU5CmH7UwoZtCPNdpNYbdKl02125DgBS4OxnnQ8pdp +D70ER9m+27Up2pvZrqmZ1dM8MJP1jaGo/AaNRPTKFpV8M9xii6g3+CfYCS0b78gU +JyCpZET/LtZ1qmxNYEAZSUNUY9rizLpm5U9EelvZaoErQNV/+QEnWCzI7UiRfD+m +AM/EKXMRNt6GGT6d7hmKG9Ww7Y49nCrADdg9ZuM8Db3VlFzi4qc1GwQA9j9ajepD +vV+JHanBsMyZ4k0ACtrJJ1vnE5Bc5PUzolVt3OAJTS+xJlsndQAJxGJ3KQhfnlms +tn6tn1QwIgPBHnFk/vk4CpYY3QIUrCPLBhwepH2NDd4nQeit2hW3sCPdK6jT2iWH +7ehVRE2I9DZ+hJp4rPcOVkkO1jMl1oRQQmwgEh0q1b688nCBpHBgvgW1m54ERL5h +I6zppSSMEYCUWqKiuUnSwdzRp+0xESyeGabu4VXhwOrPDYTkF7eifKXeVSUG7szA +h1xA2syVP1XgNce4hL60Xc16gwFy7ofmXx2utYXGJt/mwZrpHgJHnyqobalbz+xF +d3+YJ5oyXSrjhO7FmGYvliAd3djDJ9ew+f7Zfc3Qn48LFFhRny+Lwzgt3uiP1o2H +pPVWQxaZLPSkVrQ0uGE3ycJYgBugl6H8WY3pEfbRD0tVNEYqi4Y7 +-----END CERTIFICATE----- + +# Issuer: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA +# Subject: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA +# Label: "TWCA Global Root CA" +# Serial: 3262 +# MD5 Fingerprint: f9:03:7e:cf:e6:9e:3c:73:7a:2a:90:07:69:ff:2b:96 +# SHA1 Fingerprint: 9c:bb:48:53:f6:a4:f6:d3:52:a4:e8:32:52:55:60:13:f5:ad:af:65 +# SHA256 Fingerprint: 59:76:90:07:f7:68:5d:0f:cd:50:87:2f:9f:95:d5:75:5a:5b:2b:45:7d:81:f3:69:2b:61:0a:98:67:2f:0e:1b +-----BEGIN CERTIFICATE----- +MIIFQTCCAymgAwIBAgICDL4wDQYJKoZIhvcNAQELBQAwUTELMAkGA1UEBhMCVFcx +EjAQBgNVBAoTCVRBSVdBTi1DQTEQMA4GA1UECxMHUm9vdCBDQTEcMBoGA1UEAxMT +VFdDQSBHbG9iYWwgUm9vdCBDQTAeFw0xMjA2MjcwNjI4MzNaFw0zMDEyMzExNTU5 +NTlaMFExCzAJBgNVBAYTAlRXMRIwEAYDVQQKEwlUQUlXQU4tQ0ExEDAOBgNVBAsT +B1Jvb3QgQ0ExHDAaBgNVBAMTE1RXQ0EgR2xvYmFsIFJvb3QgQ0EwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCwBdvI64zEbooh745NnHEKH1Jw7W2CnJfF +10xORUnLQEK1EjRsGcJ0pDFfhQKX7EMzClPSnIyOt7h52yvVavKOZsTuKwEHktSz +0ALfUPZVr2YOy+BHYC8rMjk1Ujoog/h7FsYYuGLWRyWRzvAZEk2tY/XTP3VfKfCh +MBwqoJimFb3u/Rk28OKRQ4/6ytYQJ0lM793B8YVwm8rqqFpD/G2Gb3PpN0Wp8DbH +zIh1HrtsBv+baz4X7GGqcXzGHaL3SekVtTzWoWH1EfcFbx39Eb7QMAfCKbAJTibc +46KokWofwpFFiFzlmLhxpRUZyXx1EcxwdE8tmx2RRP1WKKD+u4ZqyPpcC1jcxkt2 +yKsi2XMPpfRaAok/T54igu6idFMqPVMnaR1sjjIsZAAmY2E2TqNGtz99sy2sbZCi +laLOz9qC5wc0GZbpuCGqKX6mOL6OKUohZnkfs8O1CWfe1tQHRvMq2uYiN2DLgbYP +oA/pyJV/v1WRBXrPPRXAb94JlAGD1zQbzECl8LibZ9WYkTunhHiVJqRaCPgrdLQA +BDzfuBSO6N+pjWxnkjMdwLfS7JLIvgm/LCkFbwJrnu+8vyq8W8BQj0FwcYeyTbcE +qYSjMq+u7msXi7Kx/mzhkIyIqJdIzshNy/MGz19qCkKxHh53L46g5pIOBvwFItIm +4TFRfTLcDwIDAQABoyMwITAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB +/zANBgkqhkiG9w0BAQsFAAOCAgEAXzSBdu+WHdXltdkCY4QWwa6gcFGn90xHNcgL +1yg9iXHZqjNB6hQbbCEAwGxCGX6faVsgQt+i0trEfJdLjbDorMjupWkEmQqSpqsn +LhpNgb+E1HAerUf+/UqdM+DyucRFCCEK2mlpc3INvjT+lIutwx4116KD7+U4x6WF +H6vPNOw/KP4M8VeGTslV9xzU2KV9Bnpv1d8Q34FOIWWxtuEXeZVFBs5fzNxGiWNo +RI2T9GRwoD2dKAXDOXC4Ynsg/eTb6QihuJ49CcdP+yz4k3ZB3lLg4VfSnQO8d57+ +nile98FRYB/e2guyLXW3Q0iT5/Z5xoRdgFlglPx4mI88k1HtQJAH32RjJMtOcQWh +15QaiDLxInQirqWm2BJpTGCjAu4r7NRjkgtevi92a6O2JryPA9gK8kxkRr05YuWW +6zRjESjMlfGt7+/cgFhI6Uu46mWs6fyAtbXIRfmswZ/ZuepiiI7E8UuDEq3mi4TW +nsLrgxifarsbJGAzcMzs9zLzXNl5fe+epP7JI8Mk7hWSsT2RTyaGvWZzJBPqpK5j +wa19hAM8EHiGG3njxPPyBJUgriOCxLM6AGK/5jYk4Ve6xx6QddVfP5VhK8E7zeWz +aGHQRiapIVJpLesux+t3zqY6tQMzT3bR51xUAV3LePTJDL/PEo4XLSNolOer/qmy +KwbQBM0= +-----END CERTIFICATE----- + +# Issuer: CN=TeliaSonera Root CA v1 O=TeliaSonera +# Subject: CN=TeliaSonera Root CA v1 O=TeliaSonera +# Label: "TeliaSonera Root CA v1" +# Serial: 199041966741090107964904287217786801558 +# MD5 Fingerprint: 37:41:49:1b:18:56:9a:26:f5:ad:c2:66:fb:40:a5:4c +# SHA1 Fingerprint: 43:13:bb:96:f1:d5:86:9b:c1:4e:6a:92:f6:cf:f6:34:69:87:82:37 +# SHA256 Fingerprint: dd:69:36:fe:21:f8:f0:77:c1:23:a1:a5:21:c1:22:24:f7:22:55:b7:3e:03:a7:26:06:93:e8:a2:4b:0f:a3:89 +-----BEGIN CERTIFICATE----- +MIIFODCCAyCgAwIBAgIRAJW+FqD3LkbxezmCcvqLzZYwDQYJKoZIhvcNAQEFBQAw +NzEUMBIGA1UECgwLVGVsaWFTb25lcmExHzAdBgNVBAMMFlRlbGlhU29uZXJhIFJv +b3QgQ0EgdjEwHhcNMDcxMDE4MTIwMDUwWhcNMzIxMDE4MTIwMDUwWjA3MRQwEgYD +VQQKDAtUZWxpYVNvbmVyYTEfMB0GA1UEAwwWVGVsaWFTb25lcmEgUm9vdCBDQSB2 +MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMK+6yfwIaPzaSZVfp3F +VRaRXP3vIb9TgHot0pGMYzHw7CTww6XScnwQbfQ3t+XmfHnqjLWCi65ItqwA3GV1 +7CpNX8GH9SBlK4GoRz6JI5UwFpB/6FcHSOcZrr9FZ7E3GwYq/t75rH2D+1665I+X +Z75Ljo1kB1c4VWk0Nj0TSO9P4tNmHqTPGrdeNjPUtAa9GAH9d4RQAEX1jF3oI7x+ +/jXh7VB7qTCNGdMJjmhnXb88lxhTuylixcpecsHHltTbLaC0H2kD7OriUPEMPPCs +81Mt8Bz17Ww5OXOAFshSsCPN4D7c3TxHoLs1iuKYaIu+5b9y7tL6pe0S7fyYGKkm +dtwoSxAgHNN/Fnct7W+A90m7UwW7XWjH1Mh1Fj+JWov3F0fUTPHSiXk+TT2YqGHe +Oh7S+F4D4MHJHIzTjU3TlTazN19jY5szFPAtJmtTfImMMsJu7D0hADnJoWjiUIMu +sDor8zagrC/kb2HCUQk5PotTubtn2txTuXZZNp1D5SDgPTJghSJRt8czu90VL6R4 +pgd7gUY2BIbdeTXHlSw7sKMXNeVzH7RcWe/a6hBle3rQf5+ztCo3O3CLm1u5K7fs +slESl1MpWtTwEhDcTwK7EpIvYtQ/aUN8Ddb8WHUBiJ1YFkveupD/RwGJBmr2X7KQ +arMCpgKIv7NHfirZ1fpoeDVNAgMBAAGjPzA9MA8GA1UdEwEB/wQFMAMBAf8wCwYD +VR0PBAQDAgEGMB0GA1UdDgQWBBTwj1k4ALP1j5qWDNXr+nuqF+gTEjANBgkqhkiG +9w0BAQUFAAOCAgEAvuRcYk4k9AwI//DTDGjkk0kiP0Qnb7tt3oNmzqjMDfz1mgbl +dxSR651Be5kqhOX//CHBXfDkH1e3damhXwIm/9fH907eT/j3HEbAek9ALCI18Bmx +0GtnLLCo4MBANzX2hFxc469CeP6nyQ1Q6g2EdvZR74NTxnr/DlZJLo961gzmJ1Tj +TQpgcmLNkQfWpb/ImWvtxBnmq0wROMVvMeJuScg/doAmAyYp4Db29iBT4xdwNBed +Y2gea+zDTYa4EzAvXUYNR0PVG6pZDrlcjQZIrXSHX8f8MVRBE+LHIQ6e4B4N4cB7 +Q4WQxYpYxmUKeFfyxiMPAdkgS94P+5KFdSpcc41teyWRyu5FrgZLAMzTsVlQ2jqI +OylDRl6XK1TOU2+NSueW+r9xDkKLfP0ooNBIytrEgUy7onOTJsjrDNYmiLbAJM+7 +vVvrdX3pCI6GMyx5dwlppYn8s3CQh3aP0yK7Qs69cwsgJirQmz1wHiRszYd2qReW +t88NkvuOGKmYSdGe/mBEciG5Ge3C9THxOUiIkCR1VBatzvT4aRRkOfujuLpwQMcn +HL/EVlP6Y2XQ8xwOFvVrhlhNGNTkDY6lnVuR3HYkUD/GKvvZt5y11ubQ2egZixVx +SK236thZiNSQvxaz2emsWWFUyBy6ysHK4bkgTI86k4mloMy/0/Z1pHWWbVY= +-----END CERTIFICATE----- + +# Issuer: CN=E-Tugra Certification Authority O=E-Tu\u011fra EBG Bili\u015fim Teknolojileri ve Hizmetleri A.\u015e. OU=E-Tugra Sertifikasyon Merkezi +# Subject: CN=E-Tugra Certification Authority O=E-Tu\u011fra EBG Bili\u015fim Teknolojileri ve Hizmetleri A.\u015e. OU=E-Tugra Sertifikasyon Merkezi +# Label: "E-Tugra Certification Authority" +# Serial: 7667447206703254355 +# MD5 Fingerprint: b8:a1:03:63:b0:bd:21:71:70:8a:6f:13:3a:bb:79:49 +# SHA1 Fingerprint: 51:c6:e7:08:49:06:6e:f3:92:d4:5c:a0:0d:6d:a3:62:8f:c3:52:39 +# SHA256 Fingerprint: b0:bf:d5:2b:b0:d7:d9:bd:92:bf:5d:4d:c1:3d:a2:55:c0:2c:54:2f:37:83:65:ea:89:39:11:f5:5e:55:f2:3c +-----BEGIN CERTIFICATE----- +MIIGSzCCBDOgAwIBAgIIamg+nFGby1MwDQYJKoZIhvcNAQELBQAwgbIxCzAJBgNV +BAYTAlRSMQ8wDQYDVQQHDAZBbmthcmExQDA+BgNVBAoMN0UtVHXEn3JhIEVCRyBC +aWxpxZ9pbSBUZWtub2xvamlsZXJpIHZlIEhpem1ldGxlcmkgQS7Fni4xJjAkBgNV +BAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBNZXJrZXppMSgwJgYDVQQDDB9FLVR1 +Z3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTEzMDMwNTEyMDk0OFoXDTIz +MDMwMzEyMDk0OFowgbIxCzAJBgNVBAYTAlRSMQ8wDQYDVQQHDAZBbmthcmExQDA+ +BgNVBAoMN0UtVHXEn3JhIEVCRyBCaWxpxZ9pbSBUZWtub2xvamlsZXJpIHZlIEhp +em1ldGxlcmkgQS7Fni4xJjAkBgNVBAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBN +ZXJrZXppMSgwJgYDVQQDDB9FLVR1Z3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5 +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4vU/kwVRHoViVF56C/UY +B4Oufq9899SKa6VjQzm5S/fDxmSJPZQuVIBSOTkHS0vdhQd2h8y/L5VMzH2nPbxH +D5hw+IyFHnSOkm0bQNGZDbt1bsipa5rAhDGvykPL6ys06I+XawGb1Q5KCKpbknSF +Q9OArqGIW66z6l7LFpp3RMih9lRozt6Plyu6W0ACDGQXwLWTzeHxE2bODHnv0ZEo +q1+gElIwcxmOj+GMB6LDu0rw6h8VqO4lzKRG+Bsi77MOQ7osJLjFLFzUHPhdZL3D +k14opz8n8Y4e0ypQBaNV2cvnOVPAmJ6MVGKLJrD3fY185MaeZkJVgkfnsliNZvcH +fC425lAcP9tDJMW/hkd5s3kc91r0E+xs+D/iWR+V7kI+ua2oMoVJl0b+SzGPWsut +dEcf6ZG33ygEIqDUD13ieU/qbIWGvaimzuT6w+Gzrt48Ue7LE3wBf4QOXVGUnhMM +ti6lTPk5cDZvlsouDERVxcr6XQKj39ZkjFqzAQqptQpHF//vkUAqjqFGOjGY5RH8 +zLtJVor8udBhmm9lbObDyz51Sf6Pp+KJxWfXnUYTTjF2OySznhFlhqt/7x3U+Lzn +rFpct1pHXFXOVbQicVtbC/DP3KBhZOqp12gKY6fgDT+gr9Oq0n7vUaDmUStVkhUX +U8u3Zg5mTPj5dUyQ5xJwx0UCAwEAAaNjMGEwHQYDVR0OBBYEFC7j27JJ0JxUeVz6 +Jyr+zE7S6E5UMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAULuPbsknQnFR5 +XPonKv7MTtLoTlQwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAF +Nzr0TbdF4kV1JI+2d1LoHNgQk2Xz8lkGpD4eKexd0dCrfOAKkEh47U6YA5n+KGCR +HTAduGN8qOY1tfrTYXbm1gdLymmasoR6d5NFFxWfJNCYExL/u6Au/U5Mh/jOXKqY +GwXgAEZKgoClM4so3O0409/lPun++1ndYYRP0lSWE2ETPo+Aab6TR7U1Q9Jauz1c +77NCR807VRMGsAnb/WP2OogKmW9+4c4bU2pEZiNRCHu8W1Ki/QY3OEBhj0qWuJA3 ++GbHeJAAFS6LrVE1Uweoa2iu+U48BybNCAVwzDk/dr2l02cmAYamU9JgO3xDf1WK +vJUawSg5TB9D0pH0clmKuVb8P7Sd2nCcdlqMQ1DujjByTd//SffGqWfZbawCEeI6 +FiWnWAjLb1NBnEg4R2gz0dfHj9R0IdTDBZB6/86WiLEVKV0jq9BgoRJP3vQXzTLl +yb/IQ639Lo7xr+L0mPoSHyDYwKcMhcWQ9DstliaxLL5Mq+ux0orJ23gTDx4JnW2P +AJ8C2sH6H3p6CcRK5ogql5+Ji/03X186zjhZhkuvcQu02PJwT58yE+Owp1fl2tpD +y4Q08ijE6m30Ku/Ba3ba+367hTzSU8JNvnHhRdH9I2cNE3X7z2VnIp2usAnRCf8d +NL/+I5c30jn6PQ0GC7TbO6Orb1wdtn7os4I07QZcJA== +-----END CERTIFICATE----- + +# Issuer: CN=T-TeleSec GlobalRoot Class 2 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Subject: CN=T-TeleSec GlobalRoot Class 2 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Label: "T-TeleSec GlobalRoot Class 2" +# Serial: 1 +# MD5 Fingerprint: 2b:9b:9e:e4:7b:6c:1f:00:72:1a:cc:c1:77:79:df:6a +# SHA1 Fingerprint: 59:0d:2d:7d:88:4f:40:2e:61:7e:a5:62:32:17:65:cf:17:d8:94:e9 +# SHA256 Fingerprint: 91:e2:f5:78:8d:58:10:eb:a7:ba:58:73:7d:e1:54:8a:8e:ca:cd:01:45:98:bc:0b:14:3e:04:1b:17:05:25:52 +-----BEGIN CERTIFICATE----- +MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx +KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd +BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl +YyBHbG9iYWxSb290IENsYXNzIDIwHhcNMDgxMDAxMTA0MDE0WhcNMzMxMDAxMjM1 +OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy +aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50 +ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDIwggEiMA0G +CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCqX9obX+hzkeXaXPSi5kfl82hVYAUd +AqSzm1nzHoqvNK38DcLZSBnuaY/JIPwhqgcZ7bBcrGXHX+0CfHt8LRvWurmAwhiC +FoT6ZrAIxlQjgeTNuUk/9k9uN0goOA/FvudocP05l03Sx5iRUKrERLMjfTlH6VJi +1hKTXrcxlkIF+3anHqP1wvzpesVsqXFP6st4vGCvx9702cu+fjOlbpSD8DT6Iavq +jnKgP6TeMFvvhk1qlVtDRKgQFRzlAVfFmPHmBiiRqiDFt1MmUUOyCxGVWOHAD3bZ +wI18gfNycJ5v/hqO2V81xrJvNHy+SE/iWjnX2J14np+GPgNeGYtEotXHAgMBAAGj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS/ +WSA2AHmgoCJrjNXyYdK4LMuCSjANBgkqhkiG9w0BAQsFAAOCAQEAMQOiYQsfdOhy +NsZt+U2e+iKo4YFWz827n+qrkRk4r6p8FU3ztqONpfSO9kSpp+ghla0+AGIWiPAC +uvxhI+YzmzB6azZie60EI4RYZeLbK4rnJVM3YlNfvNoBYimipidx5joifsFvHZVw +IEoHNN/q/xWA5brXethbdXwFeilHfkCoMRN3zUA7tFFHei4R40cR3p1m0IvVVGb6 +g1XqfMIpiRvpb7PO4gWEyS8+eIVibslfwXhjdFjASBgMmTnrpMwatXlajRWc2BQN +9noHV8cigwUtPJslJj0Ys6lDfMjIq2SPDqO/nBudMNva0Bkuqjzx+zOAduTNrRlP +BSeOE6Fuwg== +-----END CERTIFICATE----- + +# Issuer: CN=Atos TrustedRoot 2011 O=Atos +# Subject: CN=Atos TrustedRoot 2011 O=Atos +# Label: "Atos TrustedRoot 2011" +# Serial: 6643877497813316402 +# MD5 Fingerprint: ae:b9:c4:32:4b:ac:7f:5d:66:cc:77:94:bb:2a:77:56 +# SHA1 Fingerprint: 2b:b1:f5:3e:55:0c:1d:c5:f1:d4:e6:b7:6a:46:4b:55:06:02:ac:21 +# SHA256 Fingerprint: f3:56:be:a2:44:b7:a9:1e:b3:5d:53:ca:9a:d7:86:4a:ce:01:8e:2d:35:d5:f8:f9:6d:df:68:a6:f4:1a:a4:74 +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIIXDPLYixfszIwDQYJKoZIhvcNAQELBQAwPDEeMBwGA1UE +AwwVQXRvcyBUcnVzdGVkUm9vdCAyMDExMQ0wCwYDVQQKDARBdG9zMQswCQYDVQQG +EwJERTAeFw0xMTA3MDcxNDU4MzBaFw0zMDEyMzEyMzU5NTlaMDwxHjAcBgNVBAMM +FUF0b3MgVHJ1c3RlZFJvb3QgMjAxMTENMAsGA1UECgwEQXRvczELMAkGA1UEBhMC +REUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCVhTuXbyo7LjvPpvMp +Nb7PGKw+qtn4TaA+Gke5vJrf8v7MPkfoepbCJI419KkM/IL9bcFyYie96mvr54rM +VD6QUM+A1JX76LWC1BTFtqlVJVfbsVD2sGBkWXppzwO3bw2+yj5vdHLqqjAqc2K+ +SZFhyBH+DgMq92og3AIVDV4VavzjgsG1xZ1kCWyjWZgHJ8cblithdHFsQ/H3NYkQ +4J7sVaE3IqKHBAUsR320HLliKWYoyrfhk/WklAOZuXCFteZI6o1Q/NnezG8HDt0L +cp2AMBYHlT8oDv3FdU9T1nSatCQujgKRz3bFmx5VdJx4IbHwLfELn8LVlhgf8FQi +eowHAgMBAAGjfTB7MB0GA1UdDgQWBBSnpQaxLKYJYO7Rl+lwrrw7GWzbITAPBgNV +HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFKelBrEspglg7tGX6XCuvDsZbNshMBgG +A1UdIAQRMA8wDQYLKwYBBAGwLQMEAQEwDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3 +DQEBCwUAA4IBAQAmdzTblEiGKkGdLD4GkGDEjKwLVLgfuXvTBznk+j57sj1O7Z8j +vZfza1zv7v1Apt+hk6EKhqzvINB5Ab149xnYJDE0BAGmuhWawyfc2E8PzBhj/5kP +DpFrdRbhIfzYJsdHt6bPWHJxfrrhTZVHO8mvbaG0weyJ9rQPOLXiZNwlz6bb65pc +maHFCN795trV1lpFDMS3wrUU77QR/w4VtfX128a961qn8FYiqTxlVMYVqL2Gns2D +lmh6cYGJ4Qvh6hEbaAjMaZ7snkGeRDImeuKHCnE96+RapNLbxc3G3mB/ufNPRJLv +KrcYPqcZ2Qt9sTdBQrC6YB3y/gkRsPCHe6ed +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 1 G3" +# Serial: 687049649626669250736271037606554624078720034195 +# MD5 Fingerprint: a4:bc:5b:3f:fe:37:9a:fa:64:f0:e2:fa:05:3d:0b:ab +# SHA1 Fingerprint: 1b:8e:ea:57:96:29:1a:c9:39:ea:b8:0a:81:1a:73:73:c0:93:79:67 +# SHA256 Fingerprint: 8a:86:6f:d1:b2:76:b5:7e:57:8e:92:1c:65:82:8a:2b:ed:58:e9:f2:f2:88:05:41:34:b7:f1:f4:bf:c9:cc:74 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIUeFhfLq0sGUvjNwc1NBMotZbUZZMwDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMSBHMzAeFw0xMjAxMTIxNzI3NDRaFw00 +MjAxMTIxNzI3NDRaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDEgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCgvlAQjunybEC0BJyFuTHK3C3kEakEPBtV +wedYMB0ktMPvhd6MLOHBPd+C5k+tR4ds7FtJwUrVu4/sh6x/gpqG7D0DmVIB0jWe +rNrwU8lmPNSsAgHaJNM7qAJGr6Qc4/hzWHa39g6QDbXwz8z6+cZM5cOGMAqNF341 +68Xfuw6cwI2H44g4hWf6Pser4BOcBRiYz5P1sZK0/CPTz9XEJ0ngnjybCKOLXSoh +4Pw5qlPafX7PGglTvF0FBM+hSo+LdoINofjSxxR3W5A2B4GbPgb6Ul5jxaYA/qXp +UhtStZI5cgMJYr2wYBZupt0lwgNm3fME0UDiTouG9G/lg6AnhF4EwfWQvTA9xO+o +abw4m6SkltFi2mnAAZauy8RRNOoMqv8hjlmPSlzkYZqn0ukqeI1RPToV7qJZjqlc +3sX5kCLliEVx3ZGZbHqfPT2YfF72vhZooF6uCyP8Wg+qInYtyaEQHeTTRCOQiJ/G +KubX9ZqzWB4vMIkIG1SitZgj7Ah3HJVdYdHLiZxfokqRmu8hqkkWCKi9YSgxyXSt +hfbZxbGL0eUQMk1fiyA6PEkfM4VZDdvLCXVDaXP7a3F98N/ETH3Goy7IlXnLc6KO +Tk0k+17kBL5yG6YnLUlamXrXXAkgt3+UuU/xDRxeiEIbEbfnkduebPRq34wGmAOt +zCjvpUfzUwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQUo5fW816iEOGrRZ88F2Q87gFwnMwwDQYJKoZIhvcNAQELBQAD +ggIBABj6W3X8PnrHX3fHyt/PX8MSxEBd1DKquGrX1RUVRpgjpeaQWxiZTOOtQqOC +MTaIzen7xASWSIsBx40Bz1szBpZGZnQdT+3Btrm0DWHMY37XLneMlhwqI2hrhVd2 +cDMT/uFPpiN3GPoajOi9ZcnPP/TJF9zrx7zABC4tRi9pZsMbj/7sPtPKlL92CiUN +qXsCHKnQO18LwIE6PWThv6ctTr1NxNgpxiIY0MWscgKCP6o6ojoilzHdCGPDdRS5 +YCgtW2jgFqlmgiNR9etT2DGbe+m3nUvriBbP+V04ikkwj+3x6xn0dxoxGE1nVGwv +b2X52z3sIexe9PSLymBlVNFxZPT5pqOBMzYzcfCkeF9OrYMh3jRJjehZrJ3ydlo2 +8hP0r+AJx2EqbPfgna67hkooby7utHnNkDPDs3b69fBsnQGQ+p6Q9pxyz0fawx/k +NSBT8lTR32GDpgLiJTjehTItXnOQUl1CxM49S+H5GYQd1aJQzEH7QRTDvdbJWqNj +ZgKAvQU6O0ec7AAmTPWIUb+oI38YB7AL7YsmoWTTYUrrXJ/es69nA7Mf3W1daWhp +q1467HxpvMc7hU6eFbm0FU/DlXpY18ls6Wy58yljXrQs8C097Vpl4KlbQMJImYFt +nh8GKjwStIsPm6Ik8KaN1nrgS7ZklmOVhMJKzRwuJIczYOXD +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 2 G3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 2 G3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 2 G3" +# Serial: 390156079458959257446133169266079962026824725800 +# MD5 Fingerprint: af:0c:86:6e:bf:40:2d:7f:0b:3e:12:50:ba:12:3d:06 +# SHA1 Fingerprint: 09:3c:61:f3:8b:8b:dc:7d:55:df:75:38:02:05:00:e1:25:f5:c8:36 +# SHA256 Fingerprint: 8f:e4:fb:0a:f9:3a:4d:0d:67:db:0b:eb:b2:3e:37:c7:1b:f3:25:dc:bc:dd:24:0e:a0:4d:af:58:b4:7e:18:40 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIURFc0JFuBiZs18s64KztbpybwdSgwDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMiBHMzAeFw0xMjAxMTIxODU5MzJaFw00 +MjAxMTIxODU5MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDIgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQChriWyARjcV4g/Ruv5r+LrI3HimtFhZiFf +qq8nUeVuGxbULX1QsFN3vXg6YOJkApt8hpvWGo6t/x8Vf9WVHhLL5hSEBMHfNrMW +n4rjyduYNM7YMxcoRvynyfDStNVNCXJJ+fKH46nafaF9a7I6JaltUkSs+L5u+9ym +c5GQYaYDFCDy54ejiK2toIz/pgslUiXnFgHVy7g1gQyjO/Dh4fxaXc6AcW34Sas+ +O7q414AB+6XrW7PFXmAqMaCvN+ggOp+oMiwMzAkd056OXbxMmO7FGmh77FOm6RQ1 +o9/NgJ8MSPsc9PG/Srj61YxxSscfrf5BmrODXfKEVu+lV0POKa2Mq1W/xPtbAd0j +IaFYAI7D0GoT7RPjEiuA3GfmlbLNHiJuKvhB1PLKFAeNilUSxmn1uIZoL1NesNKq +IcGY5jDjZ1XHm26sGahVpkUG0CM62+tlXSoREfA7T8pt9DTEceT/AFr2XK4jYIVz +8eQQsSWu1ZK7E8EM4DnatDlXtas1qnIhO4M15zHfeiFuuDIIfR0ykRVKYnLP43eh +vNURG3YBZwjgQQvD6xVu+KQZ2aKrr+InUlYrAoosFCT5v0ICvybIxo/gbjh9Uy3l +7ZizlWNof/k19N+IxWA1ksB8aRxhlRbQ694Lrz4EEEVlWFA4r0jyWbYW8jwNkALG +cC4BrTwV1wIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQU7edvdlq/YOxJW8ald7tyFnGbxD0wDQYJKoZIhvcNAQELBQAD +ggIBAJHfgD9DCX5xwvfrs4iP4VGyvD11+ShdyLyZm3tdquXK4Qr36LLTn91nMX66 +AarHakE7kNQIXLJgapDwyM4DYvmL7ftuKtwGTTwpD4kWilhMSA/ohGHqPHKmd+RC +roijQ1h5fq7KpVMNqT1wvSAZYaRsOPxDMuHBR//47PERIjKWnML2W2mWeyAMQ0Ga +W/ZZGYjeVYg3UQt4XAoeo0L9x52ID8DyeAIkVJOviYeIyUqAHerQbj5hLja7NQ4n +lv1mNDthcnPxFlxHBlRJAHpYErAK74X9sbgzdWqTHBLmYF5vHX/JHyPLhGGfHoJE ++V+tYlUkmlKY7VHnoX6XOuYvHxHaU4AshZ6rNRDbIl9qxV6XU/IyAgkwo1jwDQHV +csaxfGl7w/U2Rcxhbl5MlMVerugOXou/983g7aEOGzPuVBj+D77vfoRrQ+NwmNtd +dbINWQeFFSM51vHfqSYP1kjHs6Yi9TM3WpVHn3u6GBVv/9YUZINJ0gpnIdsPNWNg +KCLjsZWDzYWm3S8P52dSbrsvhXz1SnPnxT7AvSESBT/8twNJAlvIJebiVDj1eYeM +HVOyToV7BjjHLPj4sHKNJeV3UvQDHEimUF+IIDBu8oJDqz2XhOdT+yHBTw8imoa4 +WSr2Rz0ZiC3oheGe7IUIarFsNMkd7EgrO3jtZsSOeWmD3n+M +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 3 G3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 3 G3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 3 G3" +# Serial: 268090761170461462463995952157327242137089239581 +# MD5 Fingerprint: df:7d:b9:ad:54:6f:68:a1:df:89:57:03:97:43:b0:d7 +# SHA1 Fingerprint: 48:12:bd:92:3c:a8:c4:39:06:e7:30:6d:27:96:e6:a4:cf:22:2e:7d +# SHA256 Fingerprint: 88:ef:81:de:20:2e:b0:18:45:2e:43:f8:64:72:5c:ea:5f:bd:1f:c2:d9:d2:05:73:07:09:c5:d8:b8:69:0f:46 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIULvWbAiin23r/1aOp7r0DoM8Sah0wDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMyBHMzAeFw0xMjAxMTIyMDI2MzJaFw00 +MjAxMTIyMDI2MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDMgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCzyw4QZ47qFJenMioKVjZ/aEzHs286IxSR +/xl/pcqs7rN2nXrpixurazHb+gtTTK/FpRp5PIpM/6zfJd5O2YIyC0TeytuMrKNu +FoM7pmRLMon7FhY4futD4tN0SsJiCnMK3UmzV9KwCoWdcTzeo8vAMvMBOSBDGzXR +U7Ox7sWTaYI+FrUoRqHe6okJ7UO4BUaKhvVZR74bbwEhELn9qdIoyhA5CcoTNs+c +ra1AdHkrAj80//ogaX3T7mH1urPnMNA3I4ZyYUUpSFlob3emLoG+B01vr87ERROR +FHAGjx+f+IdpsQ7vw4kZ6+ocYfx6bIrc1gMLnia6Et3UVDmrJqMz6nWB2i3ND0/k +A9HvFZcba5DFApCTZgIhsUfei5pKgLlVj7WiL8DWM2fafsSntARE60f75li59wzw +eyuxwHApw0BiLTtIadwjPEjrewl5qW3aqDCYz4ByA4imW0aucnl8CAMhZa634Ryl +sSqiMd5mBPfAdOhx3v89WcyWJhKLhZVXGqtrdQtEPREoPHtht+KPZ0/l7DxMYIBp +VzgeAVuNVejH38DMdyM0SXV89pgR6y3e7UEuFAUCf+D+IOs15xGsIs5XPd7JMG0Q +A4XN8f+MFrXBsj6IbGB/kE+V9/YtrQE5BwT6dYB9v0lQ7e/JxHwc64B+27bQ3RP+ +ydOc17KXqQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQUxhfQvKjqAkPyGwaZXSuQILnXnOQwDQYJKoZIhvcNAQELBQAD +ggIBADRh2Va1EodVTd2jNTFGu6QHcrxfYWLopfsLN7E8trP6KZ1/AvWkyaiTt3px +KGmPc+FSkNrVvjrlt3ZqVoAh313m6Tqe5T72omnHKgqwGEfcIHB9UqM+WXzBusnI +FUBhynLWcKzSt/Ac5IYp8M7vaGPQtSCKFWGafoaYtMnCdvvMujAWzKNhxnQT5Wvv +oxXqA/4Ti2Tk08HS6IT7SdEQTXlm66r99I0xHnAUrdzeZxNMgRVhvLfZkXdxGYFg +u/BYpbWcC/ePIlUnwEsBbTuZDdQdm2NnL9DuDcpmvJRPpq3t/O5jrFc/ZSXPsoaP +0Aj/uHYUbt7lJ+yreLVTubY/6CD50qi+YUbKh4yE8/nxoGibIh6BJpsQBJFxwAYf +3KDTuVan45gtf4Od34wrnDKOMpTwATwiKp9Dwi7DmDkHOHv8XgBCH/MyJnmDhPbl +8MFREsALHgQjDFSlTC9JxUrRtm5gDWv8a4uFJGS3iQ6rJUdbPM9+Sb3H6QrG2vd+ +DhcI00iX0HGS8A85PjRqHH3Y8iKuu2n0M7SmSFXRDw4m6Oy2Cy2nhTXN/VnIn9HN +PlopNLk9hM6xZdRZkZFWdSHBd575euFgndOtBBj0fOtek49TSiIp+EgrPk2GrFt/ +ywaZWWDYWGWVjUTR939+J399roD1B0y2PpxxVJkES/1Y+Zj0 +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Assured ID Root G2 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Assured ID Root G2 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Assured ID Root G2" +# Serial: 15385348160840213938643033620894905419 +# MD5 Fingerprint: 92:38:b9:f8:63:24:82:65:2c:57:33:e6:fe:81:8f:9d +# SHA1 Fingerprint: a1:4b:48:d9:43:ee:0a:0e:40:90:4f:3c:e0:a4:c0:91:93:51:5d:3f +# SHA256 Fingerprint: 7d:05:eb:b6:82:33:9f:8c:94:51:ee:09:4e:eb:fe:fa:79:53:a1:14:ed:b2:f4:49:49:45:2f:ab:7d:2f:c1:85 +-----BEGIN CERTIFICATE----- +MIIDljCCAn6gAwIBAgIQC5McOtY5Z+pnI7/Dr5r0SzANBgkqhkiG9w0BAQsFADBl +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv +b3QgRzIwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl +cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzIwggEi +MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZ5ygvUj82ckmIkzTz+GoeMVSA +n61UQbVH35ao1K+ALbkKz3X9iaV9JPrjIgwrvJUXCzO/GU1BBpAAvQxNEP4Htecc +biJVMWWXvdMX0h5i89vqbFCMP4QMls+3ywPgym2hFEwbid3tALBSfK+RbLE4E9Hp +EgjAALAcKxHad3A2m67OeYfcgnDmCXRwVWmvo2ifv922ebPynXApVfSr/5Vh88lA +bx3RvpO704gqu52/clpWcTs/1PPRCv4o76Pu2ZmvA9OPYLfykqGxvYmJHzDNw6Yu +YjOuFgJ3RFrngQo8p0Quebg/BLxcoIfhG69Rjs3sLPr4/m3wOnyqi+RnlTGNAgMB +AAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQW +BBTOw0q5mVXyuNtgv6l+vVa1lzan1jANBgkqhkiG9w0BAQsFAAOCAQEAyqVVjOPI +QW5pJ6d1Ee88hjZv0p3GeDgdaZaikmkuOGybfQTUiaWxMTeKySHMq2zNixya1r9I +0jJmwYrA8y8678Dj1JGG0VDjA9tzd29KOVPt3ibHtX2vK0LRdWLjSisCx1BL4Gni +lmwORGYQRI+tBev4eaymG+g3NJ1TyWGqolKvSnAWhsI6yLETcDbYz+70CjTVW0z9 +B5yiutkBclzzTcHdDrEcDcRjvq30FPuJ7KJBDkzMyFdA0G4Dqs0MjomZmWzwPDCv +ON9vvKO+KSAnq3T/EyJ43pdSVR6DtVQgA+6uwE9W3jfMw3+qBCe703e4YtsXfJwo +IhNzbM8m9Yop5w== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Assured ID Root G3 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Assured ID Root G3 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Assured ID Root G3" +# Serial: 15459312981008553731928384953135426796 +# MD5 Fingerprint: 7c:7f:65:31:0c:81:df:8d:ba:3e:99:e2:5c:ad:6e:fb +# SHA1 Fingerprint: f5:17:a2:4f:9a:48:c6:c9:f8:a2:00:26:9f:dc:0f:48:2c:ab:30:89 +# SHA256 Fingerprint: 7e:37:cb:8b:4c:47:09:0c:ab:36:55:1b:a6:f4:5d:b8:40:68:0f:ba:16:6a:95:2d:b1:00:71:7f:43:05:3f:c2 +-----BEGIN CERTIFICATE----- +MIICRjCCAc2gAwIBAgIQC6Fa+h3foLVJRK/NJKBs7DAKBggqhkjOPQQDAzBlMQsw +CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu +ZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3Qg +RzMwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQGEwJV +UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu +Y29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzMwdjAQBgcq +hkjOPQIBBgUrgQQAIgNiAAQZ57ysRGXtzbg/WPuNsVepRC0FFfLvC/8QdJ+1YlJf +Zn4f5dwbRXkLzMZTCp2NXQLZqVneAlr2lSoOjThKiknGvMYDOAdfVdp+CW7if17Q +RSAPWXYQ1qAk8C3eNvJsKTmjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/ +BAQDAgGGMB0GA1UdDgQWBBTL0L2p4ZgFUaFNN6KDec6NHSrkhDAKBggqhkjOPQQD +AwNnADBkAjAlpIFFAmsSS3V0T8gj43DydXLefInwz5FyYZ5eEJJZVrmDxxDnOOlY +JjZ91eQ0hjkCMHw2U/Aw5WJjOpnitqM7mzT6HtoQknFekROn3aRukswy1vUhZscv +6pZjamVFkpUBtA== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Global Root G2 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Global Root G2 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Global Root G2" +# Serial: 4293743540046975378534879503202253541 +# MD5 Fingerprint: e4:a6:8a:c8:54:ac:52:42:46:0a:fd:72:48:1b:2a:44 +# SHA1 Fingerprint: df:3c:24:f9:bf:d6:66:76:1b:26:80:73:fe:06:d1:cc:8d:4f:82:a4 +# SHA256 Fingerprint: cb:3c:cb:b7:60:31:e5:e0:13:8f:8d:d3:9a:23:f9:de:47:ff:c3:5e:43:c1:14:4c:ea:27:d4:6a:5a:b1:cb:5f +-----BEGIN CERTIFICATE----- +MIIDjjCCAnagAwIBAgIQAzrx5qcRqaC7KGSxHQn65TANBgkqhkiG9w0BAQsFADBh +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBH +MjAeFw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVT +MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j +b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEcyMIIBIjANBgkqhkiG +9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuzfNNNx7a8myaJCtSnX/RrohCgiN9RlUyfuI +2/Ou8jqJkTx65qsGGmvPrC3oXgkkRLpimn7Wo6h+4FR1IAWsULecYxpsMNzaHxmx +1x7e/dfgy5SDN67sH0NO3Xss0r0upS/kqbitOtSZpLYl6ZtrAGCSYP9PIUkY92eQ +q2EGnI/yuum06ZIya7XzV+hdG82MHauVBJVJ8zUtluNJbd134/tJS7SsVQepj5Wz +tCO7TG1F8PapspUwtP1MVYwnSlcUfIKdzXOS0xZKBgyMUNGPHgm+F6HmIcr9g+UQ +vIOlCsRnKPZzFBQ9RnbDhxSJITRNrw9FDKZJobq7nMWxM4MphQIDAQABo0IwQDAP +BgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAdBgNVHQ4EFgQUTiJUIBiV +5uNu5g/6+rkS7QYXjzkwDQYJKoZIhvcNAQELBQADggEBAGBnKJRvDkhj6zHd6mcY +1Yl9PMWLSn/pvtsrF9+wX3N3KjITOYFnQoQj8kVnNeyIv/iPsGEMNKSuIEyExtv4 +NeF22d+mQrvHRAiGfzZ0JFrabA0UWTW98kndth/Jsw1HKj2ZL7tcu7XUIOGZX1NG +Fdtom/DzMNU+MeKNhJ7jitralj41E6Vf8PlwUHBHQRFXGU7Aj64GxJUTFy8bJZ91 +8rGOmaFvE7FBcf6IKshPECBV1/MUReXgRPTqh5Uykw7+U0b6LJ3/iyK5S9kJRaTe +pLiaWN0bfVKfjllDiIGknibVb63dDcY3fe0Dkhvld1927jyNxF1WW6LZZm6zNTfl +MrY= +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Global Root G3 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Global Root G3 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Global Root G3" +# Serial: 7089244469030293291760083333884364146 +# MD5 Fingerprint: f5:5d:a4:50:a5:fb:28:7e:1e:0f:0d:cc:96:57:56:ca +# SHA1 Fingerprint: 7e:04:de:89:6a:3e:66:6d:00:e6:87:d3:3f:fa:d9:3b:e8:3d:34:9e +# SHA256 Fingerprint: 31:ad:66:48:f8:10:41:38:c7:38:f3:9e:a4:32:01:33:39:3e:3a:18:cc:02:29:6e:f9:7c:2a:c9:ef:67:31:d0 +-----BEGIN CERTIFICATE----- +MIICPzCCAcWgAwIBAgIQBVVWvPJepDU1w6QP1atFcjAKBggqhkjOPQQDAzBhMQsw +CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu +ZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBHMzAe +Fw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVTMRUw +EwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5jb20x +IDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEczMHYwEAYHKoZIzj0CAQYF +K4EEACIDYgAE3afZu4q4C/sLfyHS8L6+c/MzXRq8NOrexpu80JX28MzQC7phW1FG +fp4tn+6OYwwX7Adw9c+ELkCDnOg/QW07rdOkFFk2eJ0DQ+4QE2xy3q6Ip6FrtUPO +Z9wj/wMco+I+o0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAd +BgNVHQ4EFgQUs9tIpPmhxdiuNkHMEWNpYim8S8YwCgYIKoZIzj0EAwMDaAAwZQIx +AK288mw/EkrRLTnDCgmXc/SINoyIJ7vmiI1Qhadj+Z4y3maTD/HMsQmP3Wyr+mt/ +oAIwOWZbwmSNuJ5Q3KjVSaLtx9zRSX8XAbjIho9OjIgrqJqpisXRAL34VOKa5Vt8 +sycX +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Trusted Root G4 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Trusted Root G4 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Trusted Root G4" +# Serial: 7451500558977370777930084869016614236 +# MD5 Fingerprint: 78:f2:fc:aa:60:1f:2f:b4:eb:c9:37:ba:53:2e:75:49 +# SHA1 Fingerprint: dd:fb:16:cd:49:31:c9:73:a2:03:7d:3f:c8:3a:4d:7d:77:5d:05:e4 +# SHA256 Fingerprint: 55:2f:7b:dc:f1:a7:af:9e:6c:e6:72:01:7f:4f:12:ab:f7:72:40:c7:8e:76:1a:c2:03:d1:d9:d2:0a:c8:99:88 +-----BEGIN CERTIFICATE----- +MIIFkDCCA3igAwIBAgIQBZsbV56OITLiOQe9p3d1XDANBgkqhkiG9w0BAQwFADBi +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3Qg +RzQwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBiMQswCQYDVQQGEwJV +UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu +Y29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3QgRzQwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQC/5pBzaN675F1KPDAiMGkz7MKnJS7JIT3y +ithZwuEppz1Yq3aaza57G4QNxDAf8xukOBbrVsaXbR2rsnnyyhHS5F/WBTxSD1If +xp4VpX6+n6lXFllVcq9ok3DCsrp1mWpzMpTREEQQLt+C8weE5nQ7bXHiLQwb7iDV +ySAdYyktzuxeTsiT+CFhmzTrBcZe7FsavOvJz82sNEBfsXpm7nfISKhmV1efVFiO +DCu3T6cw2Vbuyntd463JT17lNecxy9qTXtyOj4DatpGYQJB5w3jHtrHEtWoYOAMQ +jdjUN6QuBX2I9YI+EJFwq1WCQTLX2wRzKm6RAXwhTNS8rhsDdV14Ztk6MUSaM0C/ +CNdaSaTC5qmgZ92kJ7yhTzm1EVgX9yRcRo9k98FpiHaYdj1ZXUJ2h4mXaXpI8OCi +EhtmmnTK3kse5w5jrubU75KSOp493ADkRSWJtppEGSt+wJS00mFt6zPZxd9LBADM +fRyVw4/3IbKyEbe7f/LVjHAsQWCqsWMYRJUadmJ+9oCw++hkpjPRiQfhvbfmQ6QY +uKZ3AeEPlAwhHbJUKSWJbOUOUlFHdL4mrLZBdd56rF+NP8m800ERElvlEFDrMcXK +chYiCd98THU/Y+whX8QgUWtvsauGi0/C1kVfnSD8oR7FwI+isX4KJpn15GkvmB0t +9dmpsh3lGwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +hjAdBgNVHQ4EFgQU7NfjgtJxXWRM3y5nP+e6mK4cD08wDQYJKoZIhvcNAQEMBQAD +ggIBALth2X2pbL4XxJEbw6GiAI3jZGgPVs93rnD5/ZpKmbnJeFwMDF/k5hQpVgs2 +SV1EY+CtnJYYZhsjDT156W1r1lT40jzBQ0CuHVD1UvyQO7uYmWlrx8GnqGikJ9yd ++SeuMIW59mdNOj6PWTkiU0TryF0Dyu1Qen1iIQqAyHNm0aAFYF/opbSnr6j3bTWc +fFqK1qI4mfN4i/RN0iAL3gTujJtHgXINwBQy7zBZLq7gcfJW5GqXb5JQbZaNaHqa +sjYUegbyJLkJEVDXCLG4iXqEI2FCKeWjzaIgQdfRnGTZ6iahixTXTBmyUEFxPT9N +cCOGDErcgdLMMpSEDQgJlxxPwO5rIHQw0uA5NBCFIRUBCOhVMt5xSdkoF1BN5r5N +0XWs0Mr7QbhDparTwwVETyw2m+L64kW4I1NsBm9nVX9GtUw/bihaeSbSpKhil9Ie +4u1Ki7wb/UdKDd9nZn6yW0HQO+T0O/QEY+nvwlQAUaCKKsnOeMzV6ocEGLPOr0mI +r/OSmbaz5mEP0oUA51Aa5BuVnRmhuZyxm7EAHu/QD09CbMkKvO5D+jpxpchNJqU1 +/YldvIViHTLSoCtU7ZpXwdv6EM8Zt4tKG48BtieVU+i2iW1bvGjUI+iLUaJW+fCm +gKDWHrO8Dw9TdSmq6hN35N6MgSGtBxBHEa2HPQfRdbzP82Z+ +-----END CERTIFICATE----- + +# Issuer: CN=COMODO RSA Certification Authority O=COMODO CA Limited +# Subject: CN=COMODO RSA Certification Authority O=COMODO CA Limited +# Label: "COMODO RSA Certification Authority" +# Serial: 101909084537582093308941363524873193117 +# MD5 Fingerprint: 1b:31:b0:71:40:36:cc:14:36:91:ad:c4:3e:fd:ec:18 +# SHA1 Fingerprint: af:e5:d2:44:a8:d1:19:42:30:ff:47:9f:e2:f8:97:bb:cd:7a:8c:b4 +# SHA256 Fingerprint: 52:f0:e1:c4:e5:8e:c6:29:29:1b:60:31:7f:07:46:71:b8:5d:7e:a8:0d:5b:07:27:34:63:53:4b:32:b4:02:34 +-----BEGIN CERTIFICATE----- +MIIF2DCCA8CgAwIBAgIQTKr5yttjb+Af907YWwOGnTANBgkqhkiG9w0BAQwFADCB +hTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNV +BAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMTE5 +MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgT +EkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMR +Q09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNh +dGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCR +6FSS0gpWsawNJN3Fz0RndJkrN6N9I3AAcbxT38T6KhKPS38QVr2fcHK3YX/JSw8X +pz3jsARh7v8Rl8f0hj4K+j5c+ZPmNHrZFGvnnLOFoIJ6dq9xkNfs/Q36nGz637CC +9BR++b7Epi9Pf5l/tfxnQ3K9DADWietrLNPtj5gcFKt+5eNu/Nio5JIk2kNrYrhV +/erBvGy2i/MOjZrkm2xpmfh4SDBF1a3hDTxFYPwyllEnvGfDyi62a+pGx8cgoLEf +Zd5ICLqkTqnyg0Y3hOvozIFIQ2dOciqbXL1MGyiKXCJ7tKuY2e7gUYPDCUZObT6Z ++pUX2nwzV0E8jVHtC7ZcryxjGt9XyD+86V3Em69FmeKjWiS0uqlWPc9vqv9JWL7w +qP/0uK3pN/u6uPQLOvnoQ0IeidiEyxPx2bvhiWC4jChWrBQdnArncevPDt09qZah +SL0896+1DSJMwBGB7FY79tOi4lu3sgQiUpWAk2nojkxl8ZEDLXB0AuqLZxUpaVIC +u9ffUGpVRr+goyhhf3DQw6KqLCGqR84onAZFdr+CGCe01a60y1Dma/RMhnEw6abf +Fobg2P9A3fvQQoh/ozM6LlweQRGBY84YcWsr7KaKtzFcOmpH4MN5WdYgGq/yapiq +crxXStJLnbsQ/LBMQeXtHT1eKJ2czL+zUdqnR+WEUwIDAQABo0IwQDAdBgNVHQ4E +FgQUu69+Aj36pvE8hI6t7jiY7NkyMtQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB +/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAArx1UaEt65Ru2yyTUEUAJNMnMvl +wFTPoCWOAvn9sKIN9SCYPBMtrFaisNZ+EZLpLrqeLppysb0ZRGxhNaKatBYSaVqM +4dc+pBroLwP0rmEdEBsqpIt6xf4FpuHA1sj+nq6PK7o9mfjYcwlYRm6mnPTXJ9OV +2jeDchzTc+CiR5kDOF3VSXkAKRzH7JsgHAckaVd4sjn8OoSgtZx8jb8uk2Intzna +FxiuvTwJaP+EmzzV1gsD41eeFPfR60/IvYcjt7ZJQ3mFXLrrkguhxuhoqEwWsRqZ +CuhTLJK7oQkYdQxlqHvLI7cawiiFwxv/0Cti76R7CZGYZ4wUAc1oBmpjIXUDgIiK +boHGhfKppC3n9KUkEEeDys30jXlYsQab5xoq2Z0B15R97QNKyvDb6KkBPvVWmcke +jkk9u+UJueBPSZI9FoJAzMxZxuY67RIuaTxslbH9qh17f4a+Hg4yRvv7E491f0yL +S0Zj/gA0QHDBw7mh3aZw4gSzQbzpgJHqZJx64SIDqZxubw5lT2yHh17zbqD5daWb +QOhTsiedSrnAdyGN/4fy3ryM7xfft0kL0fJuMAsaDk527RH89elWsn2/x20Kk4yl +0MC2Hb46TpSi125sC8KKfPog88Tk5c0NqMuRkrF8hey1FGlmDoLnzc7ILaZRfyHB +NVOFBkpdn627G190 +-----END CERTIFICATE----- + +# Issuer: CN=USERTrust RSA Certification Authority O=The USERTRUST Network +# Subject: CN=USERTrust RSA Certification Authority O=The USERTRUST Network +# Label: "USERTrust RSA Certification Authority" +# Serial: 2645093764781058787591871645665788717 +# MD5 Fingerprint: 1b:fe:69:d1:91:b7:19:33:a3:72:a8:0f:e1:55:e5:b5 +# SHA1 Fingerprint: 2b:8f:1b:57:33:0d:bb:a2:d0:7a:6c:51:f7:0e:e9:0d:da:b9:ad:8e +# SHA256 Fingerprint: e7:93:c9:b0:2f:d8:aa:13:e2:1c:31:22:8a:cc:b0:81:19:64:3b:74:9c:89:89:64:b1:74:6d:46:c3:d4:cb:d2 +-----BEGIN CERTIFICATE----- +MIIF3jCCA8agAwIBAgIQAf1tMPyjylGoG7xkDjUDLTANBgkqhkiG9w0BAQwFADCB +iDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0pl +cnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNV +BAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAw +MjAxMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNV +BAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVU +aGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2Vy +dGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK +AoICAQCAEmUXNg7D2wiz0KxXDXbtzSfTTK1Qg2HiqiBNCS1kCdzOiZ/MPans9s/B +3PHTsdZ7NygRK0faOca8Ohm0X6a9fZ2jY0K2dvKpOyuR+OJv0OwWIJAJPuLodMkY +tJHUYmTbf6MG8YgYapAiPLz+E/CHFHv25B+O1ORRxhFnRghRy4YUVD+8M/5+bJz/ +Fp0YvVGONaanZshyZ9shZrHUm3gDwFA66Mzw3LyeTP6vBZY1H1dat//O+T23LLb2 +VN3I5xI6Ta5MirdcmrS3ID3KfyI0rn47aGYBROcBTkZTmzNg95S+UzeQc0PzMsNT +79uq/nROacdrjGCT3sTHDN/hMq7MkztReJVni+49Vv4M0GkPGw/zJSZrM233bkf6 +c0Plfg6lZrEpfDKEY1WJxA3Bk1QwGROs0303p+tdOmw1XNtB1xLaqUkL39iAigmT +Yo61Zs8liM2EuLE/pDkP2QKe6xJMlXzzawWpXhaDzLhn4ugTncxbgtNMs+1b/97l +c6wjOy0AvzVVdAlJ2ElYGn+SNuZRkg7zJn0cTRe8yexDJtC/QV9AqURE9JnnV4ee +UB9XVKg+/XRjL7FQZQnmWEIuQxpMtPAlR1n6BB6T1CZGSlCBst6+eLf8ZxXhyVeE +Hg9j1uliutZfVS7qXMYoCAQlObgOK6nyTJccBz8NUvXt7y+CDwIDAQABo0IwQDAd +BgNVHQ4EFgQUU3m/WqorSs9UgOHYm8Cd8rIDZsswDgYDVR0PAQH/BAQDAgEGMA8G +A1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAFzUfA3P9wF9QZllDHPF +Up/L+M+ZBn8b2kMVn54CVVeWFPFSPCeHlCjtHzoBN6J2/FNQwISbxmtOuowhT6KO +VWKR82kV2LyI48SqC/3vqOlLVSoGIG1VeCkZ7l8wXEskEVX/JJpuXior7gtNn3/3 +ATiUFJVDBwn7YKnuHKsSjKCaXqeYalltiz8I+8jRRa8YFWSQEg9zKC7F4iRO/Fjs +8PRF/iKz6y+O0tlFYQXBl2+odnKPi4w2r78NBc5xjeambx9spnFixdjQg3IM8WcR +iQycE0xyNN+81XHfqnHd4blsjDwSXWXavVcStkNr/+XeTWYRUc+ZruwXtuhxkYze +Sf7dNXGiFSeUHM9h4ya7b6NnJSFd5t0dCy5oGzuCr+yDZ4XUmFF0sbmZgIn/f3gZ +XHlKYC6SQK5MNyosycdiyA5d9zZbyuAlJQG03RoHnHcAP9Dc1ew91Pq7P8yF1m9/ +qS3fuQL39ZeatTXaw2ewh0qpKJ4jjv9cJ2vhsE/zB+4ALtRZh8tSQZXq9EfX7mRB +VXyNWQKV3WKdwrnuWih0hKWbt5DHDAff9Yk2dDLWKMGwsAvgnEzDHNb842m1R0aB +L6KCq9NjRHDEjf8tM7qtj3u1cIiuPhnPQCjY/MiQu12ZIvVS5ljFH4gxQ+6IHdfG +jjxDah2nGN59PRbxYvnKkKj9 +-----END CERTIFICATE----- + +# Issuer: CN=USERTrust ECC Certification Authority O=The USERTRUST Network +# Subject: CN=USERTrust ECC Certification Authority O=The USERTRUST Network +# Label: "USERTrust ECC Certification Authority" +# Serial: 123013823720199481456569720443997572134 +# MD5 Fingerprint: fa:68:bc:d9:b5:7f:ad:fd:c9:1d:06:83:28:cc:24:c1 +# SHA1 Fingerprint: d1:cb:ca:5d:b2:d5:2a:7f:69:3b:67:4d:e5:f0:5a:1d:0c:95:7d:f0 +# SHA256 Fingerprint: 4f:f4:60:d5:4b:9c:86:da:bf:bc:fc:57:12:e0:40:0d:2b:ed:3f:bc:4d:4f:bd:aa:86:e0:6a:dc:d2:a9:ad:7a +-----BEGIN CERTIFICATE----- +MIICjzCCAhWgAwIBAgIQXIuZxVqUxdJxVt7NiYDMJjAKBggqhkjOPQQDAzCBiDEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNl +eSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMT +JVVTRVJUcnVzdCBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMjAx +MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgT +Ck5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUg +VVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBFQ0MgQ2VydGlm +aWNhdGlvbiBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQarFRaqflo +I+d61SRvU8Za2EurxtW20eZzca7dnNYMYf3boIkDuAUU7FfO7l0/4iGzzvfUinng +o4N+LZfQYcTxmdwlkWOrfzCjtHDix6EznPO/LlxTsV+zfTJ/ijTjeXmjQjBAMB0G +A1UdDgQWBBQ64QmG1M8ZwpZ2dEl23OA1xmNjmjAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjA2Z6EWCNzklwBBHU6+4WMB +zzuqQhFkoJ2UOQIReVx7Hfpkue4WQrO/isIJxOzksU0CMQDpKmFHjFJKS04YcPbW +RNZu9YO6bVi9JNlWSOrvxKJGgYhqOkbRqZtNyWHa0V1Xahg= +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R4 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R4 +# Label: "GlobalSign ECC Root CA - R4" +# Serial: 14367148294922964480859022125800977897474 +# MD5 Fingerprint: 20:f0:27:68:d1:7e:a0:9d:0e:e6:2a:ca:df:5c:89:8e +# SHA1 Fingerprint: 69:69:56:2e:40:80:f4:24:a1:e7:19:9f:14:ba:f3:ee:58:ab:6a:bb +# SHA256 Fingerprint: be:c9:49:11:c2:95:56:76:db:6c:0a:55:09:86:d7:6e:3b:a0:05:66:7c:44:2c:97:62:b4:fb:b7:73:de:22:8c +-----BEGIN CERTIFICATE----- +MIIB4TCCAYegAwIBAgIRKjikHJYKBN5CsiilC+g0mAIwCgYIKoZIzj0EAwIwUDEk +MCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI0MRMwEQYDVQQKEwpH +bG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoX +DTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBD +QSAtIFI0MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu +MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEuMZ5049sJQ6fLjkZHAOkrprlOQcJ +FspjsbmG+IpXwVfOQvpzofdlQv8ewQCybnMO/8ch5RikqtlxP6jUuc6MHaNCMEAw +DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFFSwe61F +uOJAf/sKbvu+M8k8o4TVMAoGCCqGSM49BAMCA0gAMEUCIQDckqGgE6bPA7DmxCGX +kPoUVy0D7O48027KqGx2vKLeuwIgJ6iFJzWbVsaj8kfSt24bAgAXqmemFZHe+pTs +ewv4n4Q= +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R5 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R5 +# Label: "GlobalSign ECC Root CA - R5" +# Serial: 32785792099990507226680698011560947931244 +# MD5 Fingerprint: 9f:ad:3b:1c:02:1e:8a:ba:17:74:38:81:0c:a2:bc:08 +# SHA1 Fingerprint: 1f:24:c6:30:cd:a4:18:ef:20:69:ff:ad:4f:dd:5f:46:3a:1b:69:aa +# SHA256 Fingerprint: 17:9f:bc:14:8a:3d:d0:0f:d2:4e:a1:34:58:cc:43:bf:a7:f5:9c:81:82:d7:83:a5:13:f6:eb:ec:10:0c:89:24 +-----BEGIN CERTIFICATE----- +MIICHjCCAaSgAwIBAgIRYFlJ4CYuu1X5CneKcflK2GwwCgYIKoZIzj0EAwMwUDEk +MCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI1MRMwEQYDVQQKEwpH +bG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoX +DTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBD +QSAtIFI1MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu +MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAER0UOlvt9Xb/pOdEh+J8LttV7HpI6SFkc +8GIxLcB6KP4ap1yztsyX50XUWPrRd21DosCHZTQKH3rd6zwzocWdTaRvQZU4f8ke +hOvRnkmSh5SHDDqFSmafnVmTTZdhBoZKo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUPeYpSJvqB8ohREom3m7e0oPQn1kwCgYI +KoZIzj0EAwMDaAAwZQIxAOVpEslu28YxuglB4Zf4+/2a4n0Sye18ZNPLBSWLVtmg +515dTguDnFt2KaAJJiFqYgIwcdK1j1zqO+F4CYWodZI7yFz9SO8NdCKoCOJuxUnO +xwy8p2Fp8fc74SrL+SvzZpA3 +-----END CERTIFICATE----- + +# Issuer: CN=Staat der Nederlanden EV Root CA O=Staat der Nederlanden +# Subject: CN=Staat der Nederlanden EV Root CA O=Staat der Nederlanden +# Label: "Staat der Nederlanden EV Root CA" +# Serial: 10000013 +# MD5 Fingerprint: fc:06:af:7b:e8:1a:f1:9a:b4:e8:d2:70:1f:c0:f5:ba +# SHA1 Fingerprint: 76:e2:7e:c1:4f:db:82:c1:c0:a6:75:b5:05:be:3d:29:b4:ed:db:bb +# SHA256 Fingerprint: 4d:24:91:41:4c:fe:95:67:46:ec:4c:ef:a6:cf:6f:72:e2:8a:13:29:43:2f:9d:8a:90:7a:c4:cb:5d:ad:c1:5a +-----BEGIN CERTIFICATE----- +MIIFcDCCA1igAwIBAgIEAJiWjTANBgkqhkiG9w0BAQsFADBYMQswCQYDVQQGEwJO +TDEeMBwGA1UECgwVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSkwJwYDVQQDDCBTdGFh +dCBkZXIgTmVkZXJsYW5kZW4gRVYgUm9vdCBDQTAeFw0xMDEyMDgxMTE5MjlaFw0y +MjEyMDgxMTEwMjhaMFgxCzAJBgNVBAYTAk5MMR4wHAYDVQQKDBVTdGFhdCBkZXIg +TmVkZXJsYW5kZW4xKTAnBgNVBAMMIFN0YWF0IGRlciBOZWRlcmxhbmRlbiBFViBS +b290IENBMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA48d+ifkkSzrS +M4M1LGns3Amk41GoJSt5uAg94JG6hIXGhaTK5skuU6TJJB79VWZxXSzFYGgEt9nC +UiY4iKTWO0Cmws0/zZiTs1QUWJZV1VD+hq2kY39ch/aO5ieSZxeSAgMs3NZmdO3d +Z//BYY1jTw+bbRcwJu+r0h8QoPnFfxZpgQNH7R5ojXKhTbImxrpsX23Wr9GxE46p +rfNeaXUmGD5BKyF/7otdBwadQ8QpCiv8Kj6GyzyDOvnJDdrFmeK8eEEzduG/L13l +pJhQDBXd4Pqcfzho0LKmeqfRMb1+ilgnQ7O6M5HTp5gVXJrm0w912fxBmJc+qiXb +j5IusHsMX/FjqTf5m3VpTCgmJdrV8hJwRVXj33NeN/UhbJCONVrJ0yPr08C+eKxC +KFhmpUZtcALXEPlLVPxdhkqHz3/KRawRWrUgUY0viEeXOcDPusBCAUCZSCELa6fS +/ZbV0b5GnUngC6agIk440ME8MLxwjyx1zNDFjFE7PZQIZCZhfbnDZY8UnCHQqv0X +cgOPvZuM5l5Tnrmd74K74bzickFbIZTTRTeU0d8JOV3nI6qaHcptqAqGhYqCvkIH +1vI4gnPah1vlPNOePqc7nvQDs/nxfRN0Av+7oeX6AHkcpmZBiFxgV6YuCcS6/ZrP +px9Aw7vMWgpVSzs4dlG4Y4uElBbmVvMCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB +/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFP6rAJCYniT8qcwaivsnuL8wbqg7 +MA0GCSqGSIb3DQEBCwUAA4ICAQDPdyxuVr5Os7aEAJSrR8kN0nbHhp8dB9O2tLsI +eK9p0gtJ3jPFrK3CiAJ9Brc1AsFgyb/E6JTe1NOpEyVa/m6irn0F3H3zbPB+po3u +2dfOWBfoqSmuc0iH55vKbimhZF8ZE/euBhD/UcabTVUlT5OZEAFTdfETzsemQUHS +v4ilf0X8rLiltTMMgsT7B/Zq5SWEXwbKwYY5EdtYzXc7LMJMD16a4/CrPmEbUCTC +wPTxGfARKbalGAKb12NMcIxHowNDXLldRqANb/9Zjr7dn3LDWyvfjFvO5QxGbJKy +CqNMVEIYFRIYvdr8unRu/8G2oGTYqV9Vrp9canaW2HNnh/tNf1zuacpzEPuKqf2e +vTY4SUmH9A4U8OmHuD+nT3pajnnUk+S7aFKErGzp85hwVXIy+TSrK0m1zSBi5Dp6 +Z2Orltxtrpfs/J92VoguZs9btsmksNcFuuEnL5O7Jiqik7Ab846+HUCjuTaPPoIa +Gl6I6lD4WeKDRikL40Rc4ZW2aZCaFG+XroHPaO+Zmr615+F/+PoTRxZMzG0IQOeL +eG9QgkRQP2YGiqtDhFZKDyAthg710tvSeopLzaXoTvFeJiUBWSOgftL2fiFX1ye8 +FVdMpEbB4IMeDExNH08GGeL5qPQ6gqGyeUN51q1veieQA6TqJIc/2b3Z6fJfUEkc +7uzXLg== +-----END CERTIFICATE----- + +# Issuer: CN=IdenTrust Commercial Root CA 1 O=IdenTrust +# Subject: CN=IdenTrust Commercial Root CA 1 O=IdenTrust +# Label: "IdenTrust Commercial Root CA 1" +# Serial: 13298821034946342390520003877796839426 +# MD5 Fingerprint: b3:3e:77:73:75:ee:a0:d3:e3:7e:49:63:49:59:bb:c7 +# SHA1 Fingerprint: df:71:7e:aa:4a:d9:4e:c9:55:84:99:60:2d:48:de:5f:bc:f0:3a:25 +# SHA256 Fingerprint: 5d:56:49:9b:e4:d2:e0:8b:cf:ca:d0:8a:3e:38:72:3d:50:50:3b:de:70:69:48:e4:2f:55:60:30:19:e5:28:ae +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIQCgFCgAAAAUUjyES1AAAAAjANBgkqhkiG9w0BAQsFADBK +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScwJQYDVQQDEx5JZGVu +VHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwHhcNMTQwMTE2MTgxMjIzWhcNMzQw +MTE2MTgxMjIzWjBKMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScw +JQYDVQQDEx5JZGVuVHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCnUBneP5k91DNG8W9RYYKyqU+PZ4ldhNlT +3Qwo2dfw/66VQ3KZ+bVdfIrBQuExUHTRgQ18zZshq0PirK1ehm7zCYofWjK9ouuU ++ehcCuz/mNKvcbO0U59Oh++SvL3sTzIwiEsXXlfEU8L2ApeN2WIrvyQfYo3fw7gp +S0l4PJNgiCL8mdo2yMKi1CxUAGc1bnO/AljwpN3lsKImesrgNqUZFvX9t++uP0D1 +bVoE/c40yiTcdCMbXTMTEl3EASX2MN0CXZ/g1Ue9tOsbobtJSdifWwLziuQkkORi +T0/Br4sOdBeo0XKIanoBScy0RnnGF7HamB4HWfp1IYVl3ZBWzvurpWCdxJ35UrCL +vYf5jysjCiN2O/cz4ckA82n5S6LgTrx+kzmEB/dEcH7+B1rlsazRGMzyNeVJSQjK +Vsk9+w8YfYs7wRPCTY/JTw436R+hDmrfYi7LNQZReSzIJTj0+kuniVyc0uMNOYZK +dHzVWYfCP04MXFL0PfdSgvHqo6z9STQaKPNBiDoT7uje/5kdX7rL6B7yuVBgwDHT +c+XvvqDtMwt0viAgxGds8AgDelWAf0ZOlqf0Hj7h9tgJ4TNkK2PXMl6f+cB7D3hv +l7yTmvmcEpB4eoCHFddydJxVdHixuuFucAS6T6C6aMN7/zHwcz09lCqxC0EOoP5N +iGVreTO01wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB +/zAdBgNVHQ4EFgQU7UQZwNPwBovupHu+QucmVMiONnYwDQYJKoZIhvcNAQELBQAD +ggIBAA2ukDL2pkt8RHYZYR4nKM1eVO8lvOMIkPkp165oCOGUAFjvLi5+U1KMtlwH +6oi6mYtQlNeCgN9hCQCTrQ0U5s7B8jeUeLBfnLOic7iPBZM4zY0+sLj7wM+x8uwt +LRvM7Kqas6pgghstO8OEPVeKlh6cdbjTMM1gCIOQ045U8U1mwF10A0Cj7oV+wh93 +nAbowacYXVKV7cndJZ5t+qntozo00Fl72u1Q8zW/7esUTTHHYPTa8Yec4kjixsU3 ++wYQ+nVZZjFHKdp2mhzpgq7vmrlR94gjmmmVYjzlVYA211QC//G5Xc7UI2/YRYRK +W2XviQzdFKcgyxilJbQN+QHwotL0AMh0jqEqSI5l2xPE4iUXfeu+h1sXIFRRk0pT +AwvsXcoz7WL9RccvW9xYoIA55vrX/hMUpu09lEpCdNTDd1lzzY9GvlU47/rokTLq +l1gEIt44w8y8bckzOmoKaT+gyOpyj4xjhiO9bTyWnpXgSUyqorkqG5w2gXjtw+hG +4iZZRHUe2XWJUc0QhJ1hYMtd+ZciTY6Y5uN/9lu7rs3KSoFrXgvzUeF0K+l+J6fZ +mUlO+KWA2yUPHGNiiskzZ2s8EIPGrd6ozRaOjfAHN3Gf8qv8QfXBi+wAN10J5U6A +7/qxXDgGpRtK4dw4LTzcqx+QGtVKnO7RcGzM7vRX+Bi6hG6H +-----END CERTIFICATE----- + +# Issuer: CN=IdenTrust Public Sector Root CA 1 O=IdenTrust +# Subject: CN=IdenTrust Public Sector Root CA 1 O=IdenTrust +# Label: "IdenTrust Public Sector Root CA 1" +# Serial: 13298821034946342390521976156843933698 +# MD5 Fingerprint: 37:06:a5:b0:fc:89:9d:ba:f4:6b:8c:1a:64:cd:d5:ba +# SHA1 Fingerprint: ba:29:41:60:77:98:3f:f4:f3:ef:f2:31:05:3b:2e:ea:6d:4d:45:fd +# SHA256 Fingerprint: 30:d0:89:5a:9a:44:8a:26:20:91:63:55:22:d1:f5:20:10:b5:86:7a:ca:e1:2c:78:ef:95:8f:d4:f4:38:9f:2f +-----BEGIN CERTIFICATE----- +MIIFZjCCA06gAwIBAgIQCgFCgAAAAUUjz0Z8AAAAAjANBgkqhkiG9w0BAQsFADBN +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MSowKAYDVQQDEyFJZGVu +VHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwHhcNMTQwMTE2MTc1MzMyWhcN +MzQwMTE2MTc1MzMyWjBNMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0 +MSowKAYDVQQDEyFJZGVuVHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC2IpT8pEiv6EdrCvsnduTyP4o7 +ekosMSqMjbCpwzFrqHd2hCa2rIFCDQjrVVi7evi8ZX3yoG2LqEfpYnYeEe4IFNGy +RBb06tD6Hi9e28tzQa68ALBKK0CyrOE7S8ItneShm+waOh7wCLPQ5CQ1B5+ctMlS +bdsHyo+1W/CD80/HLaXIrcuVIKQxKFdYWuSNG5qrng0M8gozOSI5Cpcu81N3uURF +/YTLNiCBWS2ab21ISGHKTN9T0a9SvESfqy9rg3LvdYDaBjMbXcjaY8ZNzaxmMc3R +3j6HEDbhuaR672BQssvKplbgN6+rNBM5Jeg5ZuSYeqoSmJxZZoY+rfGwyj4GD3vw +EUs3oERte8uojHH01bWRNszwFcYr3lEXsZdMUD2xlVl8BX0tIdUAvwFnol57plzy +9yLxkA2T26pEUWbMfXYD62qoKjgZl3YNa4ph+bz27nb9cCvdKTz4Ch5bQhyLVi9V +GxyhLrXHFub4qjySjmm2AcG1hp2JDws4lFTo6tyePSW8Uybt1as5qsVATFSrsrTZ +2fjXctscvG29ZV/viDUqZi/u9rNl8DONfJhBaUYPQxxp+pu10GFqzcpL2UyQRqsV +WaFHVCkugyhfHMKiq3IXAAaOReyL4jM9f9oZRORicsPfIsbyVtTdX5Vy7W1f90gD +W/3FKqD2cyOEEBsB5wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ +BAUwAwEB/zAdBgNVHQ4EFgQU43HgntinQtnbcZFrlJPrw6PRFKMwDQYJKoZIhvcN +AQELBQADggIBAEf63QqwEZE4rU1d9+UOl1QZgkiHVIyqZJnYWv6IAcVYpZmxI1Qj +t2odIFflAWJBF9MJ23XLblSQdf4an4EKwt3X9wnQW3IV5B4Jaj0z8yGa5hV+rVHV +DRDtfULAj+7AmgjVQdZcDiFpboBhDhXAuM/FSRJSzL46zNQuOAXeNf0fb7iAaJg9 +TaDKQGXSc3z1i9kKlT/YPyNtGtEqJBnZhbMX73huqVjRI9PHE+1yJX9dsXNw0H8G +lwmEKYBhHfpe/3OsoOOJuBxxFcbeMX8S3OFtm6/n6J91eEyrRjuazr8FGF1NFTwW +mhlQBJqymm9li1JfPFgEKCXAZmExfrngdbkaqIHWchezxQMxNRF4eKLg6TCMf4Df +WN88uieW4oA0beOY02QnrEh+KHdcxiVhJfiFDGX6xDIvpZgF5PgLZxYWxoK4Mhn5 ++bl53B/N66+rDt0b20XkeucC4pVd/GnwU2lhlXV5C15V5jgclKlZM57IcXR5f1GJ +tshquDDIajjDbp7hNxbqBWJMWxJH7ae0s1hWx0nzfxJoCTFx8G34Tkf71oXuxVhA +GaQdp/lLQzfcaFpPz+vCZHTetBXZ9FRUGi8c15dxVJCO2SCdUyt/q4/i6jC8UDfv +8Ue1fXwsBOxonbRJRBD0ckscZOf85muQ3Wl9af0AVqW3rLatt8o+Ae+c +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority - G2 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2009 Entrust, Inc. - for authorized use only +# Subject: CN=Entrust Root Certification Authority - G2 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2009 Entrust, Inc. - for authorized use only +# Label: "Entrust Root Certification Authority - G2" +# Serial: 1246989352 +# MD5 Fingerprint: 4b:e2:c9:91:96:65:0c:f4:0e:5a:93:92:a0:0a:fe:b2 +# SHA1 Fingerprint: 8c:f4:27:fd:79:0c:3a:d1:66:06:8d:e8:1e:57:ef:bb:93:22:72:d4 +# SHA256 Fingerprint: 43:df:57:74:b0:3e:7f:ef:5f:e4:0d:93:1a:7b:ed:f1:bb:2e:6b:42:73:8c:4e:6d:38:41:10:3d:3a:a7:f3:39 +-----BEGIN CERTIFICATE----- +MIIEPjCCAyagAwIBAgIESlOMKDANBgkqhkiG9w0BAQsFADCBvjELMAkGA1UEBhMC +VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50 +cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3Qs +IEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVz +dCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzIwHhcNMDkwNzA3MTcy +NTU0WhcNMzAxMjA3MTc1NTU0WjCBvjELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUVu +dHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVnYWwt +dGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0 +aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVzdCBSb290IENlcnRpZmlj +YXRpb24gQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK +AoIBAQC6hLZy254Ma+KZ6TABp3bqMriVQRrJ2mFOWHLP/vaCeb9zYQYKpSfYs1/T +RU4cctZOMvJyig/3gxnQaoCAAEUesMfnmr8SVycco2gvCoe9amsOXmXzHHfV1IWN +cCG0szLni6LVhjkCsbjSR87kyUnEO6fe+1R9V77w6G7CebI6C1XiUJgWMhNcL3hW +wcKUs/Ja5CeanyTXxuzQmyWC48zCxEXFjJd6BmsqEZ+pCm5IO2/b1BEZQvePB7/1 +U1+cPvQXLOZprE4yTGJ36rfo5bs0vBmLrpxR57d+tVOxMyLlbc9wPBr64ptntoP0 +jaWvYkxN4FisZDQSA/i2jZRjJKRxAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAP +BgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqciZ60B7vfec7aVHUbI2fkBJmqzAN +BgkqhkiG9w0BAQsFAAOCAQEAeZ8dlsa2eT8ijYfThwMEYGprmi5ZiXMRrEPR9RP/ +jTkrwPK9T3CMqS/qF8QLVJ7UG5aYMzyorWKiAHarWWluBh1+xLlEjZivEtRh2woZ +Rkfz6/djwUAFQKXSt/S1mja/qYh2iARVBCuch38aNzx+LaUa2NSJXsq9rD1s2G2v +1fN2D807iDginWyTmsQ9v4IbZT+mD12q/OWyFcq1rca8PdCE6OoGcrBNOTJ4vz4R +nAuknZoh8/CbCzB428Hch0P+vGOaysXCHMnHjf87ElgI5rY97HosTvuDls4MPGmH +VHOkc8KT/1EQrBVUAdj8BbGJoX90g5pJ19xOe4pIb4tF9g== +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority - EC1 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2012 Entrust, Inc. - for authorized use only +# Subject: CN=Entrust Root Certification Authority - EC1 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2012 Entrust, Inc. - for authorized use only +# Label: "Entrust Root Certification Authority - EC1" +# Serial: 51543124481930649114116133369 +# MD5 Fingerprint: b6:7e:1d:f0:58:c5:49:6c:24:3b:3d:ed:98:18:ed:bc +# SHA1 Fingerprint: 20:d8:06:40:df:9b:25:f5:12:25:3a:11:ea:f7:59:8a:eb:14:b5:47 +# SHA256 Fingerprint: 02:ed:0e:b2:8c:14:da:45:16:5c:56:67:91:70:0d:64:51:d7:fb:56:f0:b2:ab:1d:3b:8e:b0:70:e5:6e:df:f5 +-----BEGIN CERTIFICATE----- +MIIC+TCCAoCgAwIBAgINAKaLeSkAAAAAUNCR+TAKBggqhkjOPQQDAzCBvzELMAkG +A1UEBhMCVVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3 +d3cuZW50cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDEyIEVu +dHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEzMDEGA1UEAxMq +RW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRUMxMB4XDTEy +MTIxODE1MjUzNloXDTM3MTIxODE1NTUzNlowgb8xCzAJBgNVBAYTAlVTMRYwFAYD +VQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1c3QubmV0 +L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxMiBFbnRydXN0LCBJbmMuIC0g +Zm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMzAxBgNVBAMTKkVudHJ1c3QgUm9vdCBD +ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEVDMTB2MBAGByqGSM49AgEGBSuBBAAi +A2IABIQTydC6bUF74mzQ61VfZgIaJPRbiWlH47jCffHyAsWfoPZb1YsGGYZPUxBt +ByQnoaD41UcZYUx9ypMn6nQM72+WCf5j7HBdNq1nd67JnXxVRDqiY1Ef9eNi1KlH +Bz7MIKNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0O +BBYEFLdj5xrdjekIplWDpOBqUEFlEUJJMAoGCCqGSM49BAMDA2cAMGQCMGF52OVC +R98crlOZF7ZvHH3hvxGU0QOIdeSNiaSKd0bebWHvAvX7td/M/k7//qnmpwIwW5nX +hTcGtXsI/esni0qU+eH6p44mCOh8kmhtc9hvJqwhAriZtyZBWyVgrtBIGu4G +-----END CERTIFICATE----- + +# Issuer: CN=CFCA EV ROOT O=China Financial Certification Authority +# Subject: CN=CFCA EV ROOT O=China Financial Certification Authority +# Label: "CFCA EV ROOT" +# Serial: 407555286 +# MD5 Fingerprint: 74:e1:b6:ed:26:7a:7a:44:30:33:94:ab:7b:27:81:30 +# SHA1 Fingerprint: e2:b8:29:4b:55:84:ab:6b:58:c2:90:46:6c:ac:3f:b8:39:8f:84:83 +# SHA256 Fingerprint: 5c:c3:d7:8e:4e:1d:5e:45:54:7a:04:e6:87:3e:64:f9:0c:f9:53:6d:1c:cc:2e:f8:00:f3:55:c4:c5:fd:70:fd +-----BEGIN CERTIFICATE----- +MIIFjTCCA3WgAwIBAgIEGErM1jANBgkqhkiG9w0BAQsFADBWMQswCQYDVQQGEwJD +TjEwMC4GA1UECgwnQ2hpbmEgRmluYW5jaWFsIENlcnRpZmljYXRpb24gQXV0aG9y +aXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJPT1QwHhcNMTIwODA4MDMwNzAxWhcNMjkx +MjMxMDMwNzAxWjBWMQswCQYDVQQGEwJDTjEwMC4GA1UECgwnQ2hpbmEgRmluYW5j +aWFsIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJP +T1QwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDXXWvNED8fBVnVBU03 +sQ7smCuOFR36k0sXgiFxEFLXUWRwFsJVaU2OFW2fvwwbwuCjZ9YMrM8irq93VCpL +TIpTUnrD7i7es3ElweldPe6hL6P3KjzJIx1qqx2hp/Hz7KDVRM8Vz3IvHWOX6Jn5 +/ZOkVIBMUtRSqy5J35DNuF++P96hyk0g1CXohClTt7GIH//62pCfCqktQT+x8Rgp +7hZZLDRJGqgG16iI0gNyejLi6mhNbiyWZXvKWfry4t3uMCz7zEasxGPrb382KzRz +EpR/38wmnvFyXVBlWY9ps4deMm/DGIq1lY+wejfeWkU7xzbh72fROdOXW3NiGUgt +hxwG+3SYIElz8AXSG7Ggo7cbcNOIabla1jj0Ytwli3i/+Oh+uFzJlU9fpy25IGvP +a931DfSCt/SyZi4QKPaXWnuWFo8BGS1sbn85WAZkgwGDg8NNkt0yxoekN+kWzqot +aK8KgWU6cMGbrU1tVMoqLUuFG7OA5nBFDWteNfB/O7ic5ARwiRIlk9oKmSJgamNg +TnYGmE69g60dWIolhdLHZR4tjsbftsbhf4oEIRUpdPA+nJCdDC7xij5aqgwJHsfV +PKPtl8MeNPo4+QgO48BdK4PRVmrJtqhUUy54Mmc9gn900PvhtgVguXDbjgv5E1hv +cWAQUhC5wUEJ73IfZzF4/5YFjQIDAQABo2MwYTAfBgNVHSMEGDAWgBTj/i39KNAL +tbq2osS/BqoFjJP7LzAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAd +BgNVHQ4EFgQU4/4t/SjQC7W6tqLEvwaqBYyT+y8wDQYJKoZIhvcNAQELBQADggIB +ACXGumvrh8vegjmWPfBEp2uEcwPenStPuiB/vHiyz5ewG5zz13ku9Ui20vsXiObT +ej/tUxPQ4i9qecsAIyjmHjdXNYmEwnZPNDatZ8POQQaIxffu2Bq41gt/UP+TqhdL +jOztUmCypAbqTuv0axn96/Ua4CUqmtzHQTb3yHQFhDmVOdYLO6Qn+gjYXB74BGBS +ESgoA//vU2YApUo0FmZ8/Qmkrp5nGm9BC2sGE5uPhnEFtC+NiWYzKXZUmhH4J/qy +P5Hgzg0b8zAarb8iXRvTvyUFTeGSGn+ZnzxEk8rUQElsgIfXBDrDMlI1Dlb4pd19 +xIsNER9Tyx6yF7Zod1rg1MvIB671Oi6ON7fQAUtDKXeMOZePglr4UeWJoBjnaH9d +Ci77o0cOPaYjesYBx4/IXr9tgFa+iiS6M+qf4TIRnvHST4D2G0CvOJ4RUHlzEhLN +5mydLIhyPDCBBpEi6lmt2hkuIsKNuYyH4Ga8cyNfIWRjgEj1oDwYPZTISEEdQLpe +/v5WOaHIz16eGWRGENoXkbcFgKyLmZJ956LYBws2J+dIeWCKw9cTXPhyQN9Ky8+Z +AAoACxGV2lZFA4gKn2fQ1XmxqI1AbQ3CekD6819kR5LLU7m7Wc5P/dAVUwHY3+vZ +5nbv0CO7O6l5s9UCKc2Jo5YPSjXnTkLAdc0Hz+Ys63su +-----END CERTIFICATE----- + +# Issuer: CN=OISTE WISeKey Global Root GB CA O=WISeKey OU=OISTE Foundation Endorsed +# Subject: CN=OISTE WISeKey Global Root GB CA O=WISeKey OU=OISTE Foundation Endorsed +# Label: "OISTE WISeKey Global Root GB CA" +# Serial: 157768595616588414422159278966750757568 +# MD5 Fingerprint: a4:eb:b9:61:28:2e:b7:2f:98:b0:35:26:90:99:51:1d +# SHA1 Fingerprint: 0f:f9:40:76:18:d3:d7:6a:4b:98:f0:a8:35:9e:0c:fd:27:ac:cc:ed +# SHA256 Fingerprint: 6b:9c:08:e8:6e:b0:f7:67:cf:ad:65:cd:98:b6:21:49:e5:49:4a:67:f5:84:5e:7b:d1:ed:01:9f:27:b8:6b:d6 +-----BEGIN CERTIFICATE----- +MIIDtTCCAp2gAwIBAgIQdrEgUnTwhYdGs/gjGvbCwDANBgkqhkiG9w0BAQsFADBt +MQswCQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUg +Rm91bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9i +YWwgUm9vdCBHQiBDQTAeFw0xNDEyMDExNTAwMzJaFw0zOTEyMDExNTEwMzFaMG0x +CzAJBgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBG +b3VuZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2Jh +bCBSb290IEdCIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2Be3 +HEokKtaXscriHvt9OO+Y9bI5mE4nuBFde9IllIiCFSZqGzG7qFshISvYD06fWvGx +WuR51jIjK+FTzJlFXHtPrby/h0oLS5daqPZI7H17Dc0hBt+eFf1Biki3IPShehtX +1F1Q/7pn2COZH8g/497/b1t3sWtuuMlk9+HKQUYOKXHQuSP8yYFfTvdv37+ErXNk +u7dCjmn21HYdfp2nuFeKUWdy19SouJVUQHMD9ur06/4oQnc/nSMbsrY9gBQHTC5P +99UKFg29ZkM3fiNDecNAhvVMKdqOmq0NpQSHiB6F4+lT1ZvIiwNjeOvgGUpuuy9r +M2RYk61pv48b74JIxwIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUw +AwEB/zAdBgNVHQ4EFgQUNQ/INmNe4qPs+TtmFc5RUuORmj0wEAYJKwYBBAGCNxUB +BAMCAQAwDQYJKoZIhvcNAQELBQADggEBAEBM+4eymYGQfp3FsLAmzYh7KzKNbrgh +cViXfa43FK8+5/ea4n32cZiZBKpDdHij40lhPnOMTZTg+XHEthYOU3gf1qKHLwI5 +gSk8rxWYITD+KJAAjNHhy/peyP34EEY7onhCkRd0VQreUGdNZtGn//3ZwLWoo4rO +ZvUPQ82nK1d7Y0Zqqi5S2PTt4W2tKZB4SLrhI6qjiey1q5bAtEuiHZeeevJuQHHf +aPFlTc58Bd9TZaml8LGXBHAVRgOY1NK/VLSgWH1Sb9pWJmLU2NuJMW8c8CLC02Ic +Nc1MaRVUGpCY3useX8p3x8uOPUNpnJpY0CQ73xtAln41rYHHTnG6iBM= +-----END CERTIFICATE----- + +# Issuer: CN=SZAFIR ROOT CA2 O=Krajowa Izba Rozliczeniowa S.A. +# Subject: CN=SZAFIR ROOT CA2 O=Krajowa Izba Rozliczeniowa S.A. +# Label: "SZAFIR ROOT CA2" +# Serial: 357043034767186914217277344587386743377558296292 +# MD5 Fingerprint: 11:64:c1:89:b0:24:b1:8c:b1:07:7e:89:9e:51:9e:99 +# SHA1 Fingerprint: e2:52:fa:95:3f:ed:db:24:60:bd:6e:28:f3:9c:cc:cf:5e:b3:3f:de +# SHA256 Fingerprint: a1:33:9d:33:28:1a:0b:56:e5:57:d3:d3:2b:1c:e7:f9:36:7e:b0:94:bd:5f:a7:2a:7e:50:04:c8:de:d7:ca:fe +-----BEGIN CERTIFICATE----- +MIIDcjCCAlqgAwIBAgIUPopdB+xV0jLVt+O2XwHrLdzk1uQwDQYJKoZIhvcNAQEL +BQAwUTELMAkGA1UEBhMCUEwxKDAmBgNVBAoMH0tyYWpvd2EgSXpiYSBSb3psaWN6 +ZW5pb3dhIFMuQS4xGDAWBgNVBAMMD1NaQUZJUiBST09UIENBMjAeFw0xNTEwMTkw +NzQzMzBaFw0zNTEwMTkwNzQzMzBaMFExCzAJBgNVBAYTAlBMMSgwJgYDVQQKDB9L +cmFqb3dhIEl6YmEgUm96bGljemVuaW93YSBTLkEuMRgwFgYDVQQDDA9TWkFGSVIg +Uk9PVCBDQTIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC3vD5QqEvN +QLXOYeeWyrSh2gwisPq1e3YAd4wLz32ohswmUeQgPYUM1ljj5/QqGJ3a0a4m7utT +3PSQ1hNKDJA8w/Ta0o4NkjrcsbH/ON7Dui1fgLkCvUqdGw+0w8LBZwPd3BucPbOw +3gAeqDRHu5rr/gsUvTaE2g0gv/pby6kWIK05YO4vdbbnl5z5Pv1+TW9NL++IDWr6 +3fE9biCloBK0TXC5ztdyO4mTp4CEHCdJckm1/zuVnsHMyAHs6A6KCpbns6aH5db5 +BSsNl0BwPLqsdVqc1U2dAgrSS5tmS0YHF2Wtn2yIANwiieDhZNRnvDF5YTy7ykHN +XGoAyDw4jlivAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD +AgEGMB0GA1UdDgQWBBQuFqlKGLXLzPVvUPMjX/hd56zwyDANBgkqhkiG9w0BAQsF +AAOCAQEAtXP4A9xZWx126aMqe5Aosk3AM0+qmrHUuOQn/6mWmc5G4G18TKI4pAZw +8PRBEew/R40/cof5O/2kbytTAOD/OblqBw7rHRz2onKQy4I9EYKL0rufKq8h5mOG +nXkZ7/e7DDWQw4rtTw/1zBLZpD67oPwglV9PJi8RI4NOdQcPv5vRtB3pEAT+ymCP +oky4rc/hkA/NrgrHXXu3UNLUYfrVFdvXn4dRVOul4+vJhaAlIDf7js4MNIThPIGy +d05DpYhfhmehPea0XGG2Ptv+tyjFogeutcrKjSoS75ftwjCkySp6+/NNIxuZMzSg +LvWpCz/UXeHPhJ/iGcJfitYgHuNztw== +-----END CERTIFICATE----- + +# Issuer: CN=Certum Trusted Network CA 2 O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Subject: CN=Certum Trusted Network CA 2 O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Label: "Certum Trusted Network CA 2" +# Serial: 44979900017204383099463764357512596969 +# MD5 Fingerprint: 6d:46:9e:d9:25:6d:08:23:5b:5e:74:7d:1e:27:db:f2 +# SHA1 Fingerprint: d3:dd:48:3e:2b:bf:4c:05:e8:af:10:f5:fa:76:26:cf:d3:dc:30:92 +# SHA256 Fingerprint: b6:76:f2:ed:da:e8:77:5c:d3:6c:b0:f6:3c:d1:d4:60:39:61:f4:9e:62:65:ba:01:3a:2f:03:07:b6:d0:b8:04 +-----BEGIN CERTIFICATE----- +MIIF0jCCA7qgAwIBAgIQIdbQSk8lD8kyN/yqXhKN6TANBgkqhkiG9w0BAQ0FADCB +gDELMAkGA1UEBhMCUEwxIjAgBgNVBAoTGVVuaXpldG8gVGVjaG5vbG9naWVzIFMu +QS4xJzAlBgNVBAsTHkNlcnR1bSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEkMCIG +A1UEAxMbQ2VydHVtIFRydXN0ZWQgTmV0d29yayBDQSAyMCIYDzIwMTExMDA2MDgz +OTU2WhgPMjA0NjEwMDYwODM5NTZaMIGAMQswCQYDVQQGEwJQTDEiMCAGA1UEChMZ +VW5pemV0byBUZWNobm9sb2dpZXMgUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRp +ZmljYXRpb24gQXV0aG9yaXR5MSQwIgYDVQQDExtDZXJ0dW0gVHJ1c3RlZCBOZXR3 +b3JrIENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC9+Xj45tWA +DGSdhhuWZGc/IjoedQF97/tcZ4zJzFxrqZHmuULlIEub2pt7uZld2ZuAS9eEQCsn +0+i6MLs+CRqnSZXvK0AkwpfHp+6bJe+oCgCXhVqqndwpyeI1B+twTUrWwbNWuKFB +OJvR+zF/j+Bf4bE/D44WSWDXBo0Y+aomEKsq09DRZ40bRr5HMNUuctHFY9rnY3lE +fktjJImGLjQ/KUxSiyqnwOKRKIm5wFv5HdnnJ63/mgKXwcZQkpsCLL2puTRZCr+E +Sv/f/rOf69me4Jgj7KZrdxYq28ytOxykh9xGc14ZYmhFV+SQgkK7QtbwYeDBoz1m +o130GO6IyY0XRSmZMnUCMe4pJshrAua1YkV/NxVaI2iJ1D7eTiew8EAMvE0Xy02i +sx7QBlrd9pPPV3WZ9fqGGmd4s7+W/jTcvedSVuWz5XV710GRBdxdaeOVDUO5/IOW +OZV7bIBaTxNyxtd9KXpEulKkKtVBRgkg/iKgtlswjbyJDNXXcPiHUv3a76xRLgez +Tv7QCdpw75j6VuZt27VXS9zlLCUVyJ4ueE742pyehizKV/Ma5ciSixqClnrDvFAS +adgOWkaLOusm+iPJtrCBvkIApPjW/jAux9JG9uWOdf3yzLnQh1vMBhBgu4M1t15n +3kfsmUjxpKEV/q2MYo45VU85FrmxY53/twIDAQABo0IwQDAPBgNVHRMBAf8EBTAD +AQH/MB0GA1UdDgQWBBS2oVQ5AsOgP46KvPrU+Bym0ToO/TAOBgNVHQ8BAf8EBAMC +AQYwDQYJKoZIhvcNAQENBQADggIBAHGlDs7k6b8/ONWJWsQCYftMxRQXLYtPU2sQ +F/xlhMcQSZDe28cmk4gmb3DWAl45oPePq5a1pRNcgRRtDoGCERuKTsZPpd1iHkTf +CVn0W3cLN+mLIMb4Ck4uWBzrM9DPhmDJ2vuAL55MYIR4PSFk1vtBHxgP58l1cb29 +XN40hz5BsA72udY/CROWFC/emh1auVbONTqwX3BNXuMp8SMoclm2q8KMZiYcdywm +djWLKKdpoPk79SPdhRB0yZADVpHnr7pH1BKXESLjokmUbOe3lEu6LaTaM4tMpkT/ +WjzGHWTYtTHkpjx6qFcL2+1hGsvxznN3Y6SHb0xRONbkX8eftoEq5IVIeVheO/jb +AoJnwTnbw3RLPTYe+SmTiGhbqEQZIfCn6IENLOiTNrQ3ssqwGyZ6miUfmpqAnksq +P/ujmv5zMnHCnsZy4YpoJ/HkD7TETKVhk/iXEAcqMCWpuchxuO9ozC1+9eB+D4Ko +b7a6bINDd82Kkhehnlt4Fj1F4jNy3eFmypnTycUm/Q1oBEauttmbjL4ZvrHG8hnj +XALKLNhvSgfZyTXaQHXyxKcZb55CEJh15pWLYLztxRLXis7VmFxWlgPF7ncGNf/P +5O4/E2Hu29othfDNrp2yGAlFw5Khchf8R7agCyzxxN5DaAhqXzvwdmP7zAYspsbi +DrW5viSP +-----END CERTIFICATE----- + +# Issuer: CN=Hellenic Academic and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Subject: CN=Hellenic Academic and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Label: "Hellenic Academic and Research Institutions RootCA 2015" +# Serial: 0 +# MD5 Fingerprint: ca:ff:e2:db:03:d9:cb:4b:e9:0f:ad:84:fd:7b:18:ce +# SHA1 Fingerprint: 01:0c:06:95:a6:98:19:14:ff:bf:5f:c6:b0:b6:95:ea:29:e9:12:a6 +# SHA256 Fingerprint: a0:40:92:9a:02:ce:53:b4:ac:f4:f2:ff:c6:98:1c:e4:49:6f:75:5e:6d:45:fe:0b:2a:69:2b:cd:52:52:3f:36 +-----BEGIN CERTIFICATE----- +MIIGCzCCA/OgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBpjELMAkGA1UEBhMCR1Ix +DzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5k +IFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxQDA+BgNVBAMT +N0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgUm9v +dENBIDIwMTUwHhcNMTUwNzA3MTAxMTIxWhcNNDAwNjMwMTAxMTIxWjCBpjELMAkG +A1UEBhMCR1IxDzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNh +ZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkx +QDA+BgNVBAMTN0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1 +dGlvbnMgUm9vdENBIDIwMTUwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC +AQDC+Kk/G4n8PDwEXT2QNrCROnk8ZlrvbTkBSRq0t89/TSNTt5AA4xMqKKYx8ZEA +4yjsriFBzh/a/X0SWwGDD7mwX5nh8hKDgE0GPt+sr+ehiGsxr/CL0BgzuNtFajT0 +AoAkKAoCFZVedioNmToUW/bLy1O8E00BiDeUJRtCvCLYjqOWXjrZMts+6PAQZe10 +4S+nfK8nNLspfZu2zwnI5dMK/IhlZXQK3HMcXM1AsRzUtoSMTFDPaI6oWa7CJ06C +ojXdFPQf/7J31Ycvqm59JCfnxssm5uX+Zwdj2EUN3TpZZTlYepKZcj2chF6IIbjV +9Cz82XBST3i4vTwri5WY9bPRaM8gFH5MXF/ni+X1NYEZN9cRCLdmvtNKzoNXADrD +gfgXy5I2XdGj2HUb4Ysn6npIQf1FGQatJ5lOwXBH3bWfgVMS5bGMSF0xQxfjjMZ6 +Y5ZLKTBOhE5iGV48zpeQpX8B653g+IuJ3SWYPZK2fu/Z8VFRfS0myGlZYeCsargq +NhEEelC9MoS+L9xy1dcdFkfkR2YgP/SWxa+OAXqlD3pk9Q0Yh9muiNX6hME6wGko +LfINaFGq46V3xqSQDqE3izEjR8EJCOtu93ib14L8hCCZSRm2Ekax+0VVFqmjZayc +Bw/qa9wfLgZy7IaIEuQt218FL+TwA9MmM+eAws1CoRc0CwIDAQABo0IwQDAPBgNV +HRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUcRVnyMjJvXVd +ctA4GGqd83EkVAswDQYJKoZIhvcNAQELBQADggIBAHW7bVRLqhBYRjTyYtcWNl0I +XtVsyIe9tC5G8jH4fOpCtZMWVdyhDBKg2mF+D1hYc2Ryx+hFjtyp8iY/xnmMsVMI +M4GwVhO+5lFc2JsKT0ucVlMC6U/2DWDqTUJV6HwbISHTGzrMd/K4kPFox/la/vot +9L/J9UUbzjgQKjeKeaO04wlshYaT/4mWJ3iBj2fjRnRUjtkNaeJK9E10A/+yd+2V +Z5fkscWrv2oj6NSU4kQoYsRL4vDY4ilrGnB+JGGTe08DMiUNRSQrlrRGar9KC/ea +j8GsGsVn82800vpzY4zvFrCopEYq+OsS7HK07/grfoxSwIuEVPkvPuNVqNxmsdnh +X9izjFk0WaSrT2y7HxjbdavYy5LNlDhhDgcGH0tGEPEVvo2FXDtKK4F5D7Rpn0lQ +l033DlZdwJVqwjbDG2jJ9SrcR5q+ss7FJej6A7na+RZukYT1HCjI/CbM1xyQVqdf +bzoEvM14iQuODy+jqk+iGxI9FghAD/FGTNeqewjBCvVtJ94Cj8rDtSvK6evIIVM4 +pcw72Hc3MKJP2W/R8kCtQXoXxdZKNYm3QdV8hn9VTYNKpXMgwDqvkPGaJI7ZjnHK +e7iG2rKPmT4dEw0SEe7Uq/DpFXYC5ODfqiAeW2GFZECpkJcNrVPSWh2HagCXZWK0 +vm9qp/UsQu0yrbYhnr68 +-----END CERTIFICATE----- + +# Issuer: CN=Hellenic Academic and Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Subject: CN=Hellenic Academic and Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Label: "Hellenic Academic and Research Institutions ECC RootCA 2015" +# Serial: 0 +# MD5 Fingerprint: 81:e5:b4:17:eb:c2:f5:e1:4b:0d:41:7b:49:92:fe:ef +# SHA1 Fingerprint: 9f:f1:71:8d:92:d5:9a:f3:7d:74:97:b4:bc:6f:84:68:0b:ba:b6:66 +# SHA256 Fingerprint: 44:b5:45:aa:8a:25:e6:5a:73:ca:15:dc:27:fc:36:d2:4c:1c:b9:95:3a:06:65:39:b1:15:82:dc:48:7b:48:33 +-----BEGIN CERTIFICATE----- +MIICwzCCAkqgAwIBAgIBADAKBggqhkjOPQQDAjCBqjELMAkGA1UEBhMCR1IxDzAN +BgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl +c2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxRDBCBgNVBAMTO0hl +bGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgRUNDIFJv +b3RDQSAyMDE1MB4XDTE1MDcwNzEwMzcxMloXDTQwMDYzMDEwMzcxMlowgaoxCzAJ +BgNVBAYTAkdSMQ8wDQYDVQQHEwZBdGhlbnMxRDBCBgNVBAoTO0hlbGxlbmljIEFj +YWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ2VydC4gQXV0aG9yaXR5 +MUQwQgYDVQQDEztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0 +dXRpb25zIEVDQyBSb290Q0EgMjAxNTB2MBAGByqGSM49AgEGBSuBBAAiA2IABJKg +QehLgoRc4vgxEZmGZE4JJS+dQS8KrjVPdJWyUWRrjWvmP3CV8AVER6ZyOFB2lQJa +jq4onvktTpnvLEhvTCUp6NFxW98dwXU3tNf6e3pCnGoKVlp8aQuqgAkkbH7BRqNC +MEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFLQi +C4KZJAEOnLvkDv2/+5cgk5kqMAoGCCqGSM49BAMCA2cAMGQCMGfOFmI4oqxiRaep +lSTAGiecMjvAwNW6qef4BENThe5SId6d9SWDPp5YSy/XZxMOIQIwBeF1Ad5o7Sof +TUwJCA3sS61kFyjndc5FZXIhF8siQQ6ME5g4mlRtm8rifOoCWCKR +-----END CERTIFICATE----- + +# Issuer: CN=ISRG Root X1 O=Internet Security Research Group +# Subject: CN=ISRG Root X1 O=Internet Security Research Group +# Label: "ISRG Root X1" +# Serial: 172886928669790476064670243504169061120 +# MD5 Fingerprint: 0c:d2:f9:e0:da:17:73:e9:ed:86:4d:a5:e3:70:e7:4e +# SHA1 Fingerprint: ca:bd:2a:79:a1:07:6a:31:f2:1d:25:36:35:cb:03:9d:43:29:a5:e8 +# SHA256 Fingerprint: 96:bc:ec:06:26:49:76:f3:74:60:77:9a:cf:28:c5:a7:cf:e8:a3:c0:aa:e1:1a:8f:fc:ee:05:c0:bd:df:08:c6 +-----BEGIN CERTIFICATE----- +MIIFazCCA1OgAwIBAgIRAIIQz7DSQONZRGPgu2OCiwAwDQYJKoZIhvcNAQELBQAw +TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh +cmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMTUwNjA0MTEwNDM4 +WhcNMzUwNjA0MTEwNDM4WjBPMQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJu +ZXQgU2VjdXJpdHkgUmVzZWFyY2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBY +MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK3oJHP0FDfzm54rVygc +h77ct984kIxuPOZXoHj3dcKi/vVqbvYATyjb3miGbESTtrFj/RQSa78f0uoxmyF+ +0TM8ukj13Xnfs7j/EvEhmkvBioZxaUpmZmyPfjxwv60pIgbz5MDmgK7iS4+3mX6U +A5/TR5d8mUgjU+g4rk8Kb4Mu0UlXjIB0ttov0DiNewNwIRt18jA8+o+u3dpjq+sW +T8KOEUt+zwvo/7V3LvSye0rgTBIlDHCNAymg4VMk7BPZ7hm/ELNKjD+Jo2FR3qyH +B5T0Y3HsLuJvW5iB4YlcNHlsdu87kGJ55tukmi8mxdAQ4Q7e2RCOFvu396j3x+UC +B5iPNgiV5+I3lg02dZ77DnKxHZu8A/lJBdiB3QW0KtZB6awBdpUKD9jf1b0SHzUv +KBds0pjBqAlkd25HN7rOrFleaJ1/ctaJxQZBKT5ZPt0m9STJEadao0xAH0ahmbWn +OlFuhjuefXKnEgV4We0+UXgVCwOPjdAvBbI+e0ocS3MFEvzG6uBQE3xDk3SzynTn +jh8BCNAw1FtxNrQHusEwMFxIt4I7mKZ9YIqioymCzLq9gwQbooMDQaHWBfEbwrbw +qHyGO0aoSCqI3Haadr8faqU9GY/rOPNk3sgrDQoo//fb4hVC1CLQJ13hef4Y53CI +rU7m2Ys6xt0nUW7/vGT1M0NPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBR5tFnme7bl5AFzgAiIyBpY9umbbjANBgkq +hkiG9w0BAQsFAAOCAgEAVR9YqbyyqFDQDLHYGmkgJykIrGF1XIpu+ILlaS/V9lZL +ubhzEFnTIZd+50xx+7LSYK05qAvqFyFWhfFQDlnrzuBZ6brJFe+GnY+EgPbk6ZGQ +3BebYhtF8GaV0nxvwuo77x/Py9auJ/GpsMiu/X1+mvoiBOv/2X/qkSsisRcOj/KK +NFtY2PwByVS5uCbMiogziUwthDyC3+6WVwW6LLv3xLfHTjuCvjHIInNzktHCgKQ5 +ORAzI4JMPJ+GslWYHb4phowim57iaztXOoJwTdwJx4nLCgdNbOhdjsnvzqvHu7Ur +TkXWStAmzOVyyghqpZXjFaH3pO3JLF+l+/+sKAIuvtd7u+Nxe5AW0wdeRlN8NwdC +jNPElpzVmbUq4JUagEiuTDkHzsxHpFKVK7q4+63SM1N95R1NbdWhscdCb+ZAJzVc +oyi3B43njTOQ5yOf+1CceWxG1bQVs5ZufpsMljq4Ui0/1lvh+wjChP4kqKOJ2qxq +4RgqsahDYVvTH9w7jXbyLeiNdd8XM2w9U/t7y0Ff/9yi0GE44Za4rF2LN9d11TPA +mRGunUHBcnWEvgJBQl9nJEiU0Zsnvgc/ubhPgXRR4Xq37Z0j4r7g1SgEEzwxA57d +emyPxgcYxn/eR44/KJ4EBs+lVDR3veyJm+kXQ99b21/+jh5Xos1AnX5iItreGCc= +-----END CERTIFICATE----- + +# Issuer: O=FNMT-RCM OU=AC RAIZ FNMT-RCM +# Subject: O=FNMT-RCM OU=AC RAIZ FNMT-RCM +# Label: "AC RAIZ FNMT-RCM" +# Serial: 485876308206448804701554682760554759 +# MD5 Fingerprint: e2:09:04:b4:d3:bd:d1:a0:14:fd:1a:d2:47:c4:57:1d +# SHA1 Fingerprint: ec:50:35:07:b2:15:c4:95:62:19:e2:a8:9a:5b:42:99:2c:4c:2c:20 +# SHA256 Fingerprint: eb:c5:57:0c:29:01:8c:4d:67:b1:aa:12:7b:af:12:f7:03:b4:61:1e:bc:17:b7:da:b5:57:38:94:17:9b:93:fa +-----BEGIN CERTIFICATE----- +MIIFgzCCA2ugAwIBAgIPXZONMGc2yAYdGsdUhGkHMA0GCSqGSIb3DQEBCwUAMDsx +CzAJBgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJ +WiBGTk1ULVJDTTAeFw0wODEwMjkxNTU5NTZaFw0zMDAxMDEwMDAwMDBaMDsxCzAJ +BgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJWiBG +Tk1ULVJDTTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBALpxgHpMhm5/ +yBNtwMZ9HACXjywMI7sQmkCpGreHiPibVmr75nuOi5KOpyVdWRHbNi63URcfqQgf +BBckWKo3Shjf5TnUV/3XwSyRAZHiItQDwFj8d0fsjz50Q7qsNI1NOHZnjrDIbzAz +WHFctPVrbtQBULgTfmxKo0nRIBnuvMApGGWn3v7v3QqQIecaZ5JCEJhfTzC8PhxF +tBDXaEAUwED653cXeuYLj2VbPNmaUtu1vZ5Gzz3rkQUCwJaydkxNEJY7kvqcfw+Z +374jNUUeAlz+taibmSXaXvMiwzn15Cou08YfxGyqxRxqAQVKL9LFwag0Jl1mpdIC +IfkYtwb1TplvqKtMUejPUBjFd8g5CSxJkjKZqLsXF3mwWsXmo8RZZUc1g16p6DUL +mbvkzSDGm0oGObVo/CK67lWMK07q87Hj/LaZmtVC+nFNCM+HHmpxffnTtOmlcYF7 +wk5HlqX2doWjKI/pgG6BU6VtX7hI+cL5NqYuSf+4lsKMB7ObiFj86xsc3i1w4peS +MKGJ47xVqCfWS+2QrYv6YyVZLag13cqXM7zlzced0ezvXg5KkAYmY6252TUtB7p2 +ZSysV4999AeU14ECll2jB0nVetBX+RvnU0Z1qrB5QstocQjpYL05ac70r8NWQMet +UqIJ5G+GR4of6ygnXYMgrwTJbFaai0b1AgMBAAGjgYMwgYAwDwYDVR0TAQH/BAUw +AwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFPd9xf3E6Jobd2Sn9R2gzL+H +YJptMD4GA1UdIAQ3MDUwMwYEVR0gADArMCkGCCsGAQUFBwIBFh1odHRwOi8vd3d3 +LmNlcnQuZm5tdC5lcy9kcGNzLzANBgkqhkiG9w0BAQsFAAOCAgEAB5BK3/MjTvDD +nFFlm5wioooMhfNzKWtN/gHiqQxjAb8EZ6WdmF/9ARP67Jpi6Yb+tmLSbkyU+8B1 +RXxlDPiyN8+sD8+Nb/kZ94/sHvJwnvDKuO+3/3Y3dlv2bojzr2IyIpMNOmqOFGYM +LVN0V2Ue1bLdI4E7pWYjJ2cJj+F3qkPNZVEI7VFY/uY5+ctHhKQV8Xa7pO6kO8Rf +77IzlhEYt8llvhjho6Tc+hj507wTmzl6NLrTQfv6MooqtyuGC2mDOL7Nii4LcK2N +JpLuHvUBKwrZ1pebbuCoGRw6IYsMHkCtA+fdZn71uSANA+iW+YJF1DngoABd15jm +fZ5nc8OaKveri6E6FO80vFIOiZiaBECEHX5FaZNXzuvO+FB8TxxuBEOb+dY7Ixjp +6o7RTUaN8Tvkasq6+yO3m/qZASlaWFot4/nUbQ4mrcFuNLwy+AwF+mWj2zs3gyLp +1txyM/1d8iC9djwj2ij3+RvrWWTV3F9yfiD8zYm1kGdNYno/Tq0dwzn+evQoFt9B +9kiABdcPUXmsEKvU7ANm5mqwujGSQkBqvjrTcuFqN1W8rB2Vt2lh8kORdOag0wok +RqEIr9baRRmW1FMdW4R58MD3R++Lj8UGrp1MYp3/RgT408m2ECVAdf4WqslKYIYv +uu8wd+RU4riEmViAqhOLUTpPSPaLtrM= +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 1 O=Amazon +# Subject: CN=Amazon Root CA 1 O=Amazon +# Label: "Amazon Root CA 1" +# Serial: 143266978916655856878034712317230054538369994 +# MD5 Fingerprint: 43:c6:bf:ae:ec:fe:ad:2f:18:c6:88:68:30:fc:c8:e6 +# SHA1 Fingerprint: 8d:a7:f9:65:ec:5e:fc:37:91:0f:1c:6e:59:fd:c1:cc:6a:6e:de:16 +# SHA256 Fingerprint: 8e:cd:e6:88:4f:3d:87:b1:12:5b:a3:1a:c3:fc:b1:3d:70:16:de:7f:57:cc:90:4f:e1:cb:97:c6:ae:98:19:6e +-----BEGIN CERTIFICATE----- +MIIDQTCCAimgAwIBAgITBmyfz5m/jAo54vB4ikPmljZbyjANBgkqhkiG9w0BAQsF +ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6 +b24gUm9vdCBDQSAxMB4XDTE1MDUyNjAwMDAwMFoXDTM4MDExNzAwMDAwMFowOTEL +MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv +b3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXj +ca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM +9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qw +IFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6 +VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L +93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQm +jgSubJrIqg0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC +AYYwHQYDVR0OBBYEFIQYzIU07LwMlJQuCFmcx7IQTgoIMA0GCSqGSIb3DQEBCwUA +A4IBAQCY8jdaQZChGsV2USggNiMOruYou6r4lK5IpDB/G/wkjUu0yKGX9rbxenDI +U5PMCCjjmCXPI6T53iHTfIUJrU6adTrCC2qJeHZERxhlbI1Bjjt/msv0tadQ1wUs +N+gDS63pYaACbvXy8MWy7Vu33PqUXHeeE6V/Uq2V8viTO96LXFvKWlJbYK8U90vv +o/ufQJVtMVT8QtPHRh8jrdkPSHCa2XV4cdFyQzR1bldZwgJcJmApzyMZFo6IQ6XU +5MsI+yMRQ+hDKXJioaldXgjUkK642M4UwtBV8ob2xJNDd2ZhwLnoQdeXeGADbkpy +rqXRfboQnoZsG4q5WTP468SQvvG5 +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 2 O=Amazon +# Subject: CN=Amazon Root CA 2 O=Amazon +# Label: "Amazon Root CA 2" +# Serial: 143266982885963551818349160658925006970653239 +# MD5 Fingerprint: c8:e5:8d:ce:a8:42:e2:7a:c0:2a:5c:7c:9e:26:bf:66 +# SHA1 Fingerprint: 5a:8c:ef:45:d7:a6:98:59:76:7a:8c:8b:44:96:b5:78:cf:47:4b:1a +# SHA256 Fingerprint: 1b:a5:b2:aa:8c:65:40:1a:82:96:01:18:f8:0b:ec:4f:62:30:4d:83:ce:c4:71:3a:19:c3:9c:01:1e:a4:6d:b4 +-----BEGIN CERTIFICATE----- +MIIFQTCCAymgAwIBAgITBmyf0pY1hp8KD+WGePhbJruKNzANBgkqhkiG9w0BAQwF +ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6 +b24gUm9vdCBDQSAyMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTEL +MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv +b3QgQ0EgMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK2Wny2cSkxK +gXlRmeyKy2tgURO8TW0G/LAIjd0ZEGrHJgw12MBvIITplLGbhQPDW9tK6Mj4kHbZ +W0/jTOgGNk3Mmqw9DJArktQGGWCsN0R5hYGCrVo34A3MnaZMUnbqQ523BNFQ9lXg +1dKmSYXpN+nKfq5clU1Imj+uIFptiJXZNLhSGkOQsL9sBbm2eLfq0OQ6PBJTYv9K +8nu+NQWpEjTj82R0Yiw9AElaKP4yRLuH3WUnAnE72kr3H9rN9yFVkE8P7K6C4Z9r +2UXTu/Bfh+08LDmG2j/e7HJV63mjrdvdfLC6HM783k81ds8P+HgfajZRRidhW+me +z/CiVX18JYpvL7TFz4QuK/0NURBs+18bvBt+xa47mAExkv8LV/SasrlX6avvDXbR +8O70zoan4G7ptGmh32n2M8ZpLpcTnqWHsFcQgTfJU7O7f/aS0ZzQGPSSbtqDT6Zj +mUyl+17vIWR6IF9sZIUVyzfpYgwLKhbcAS4y2j5L9Z469hdAlO+ekQiG+r5jqFoz +7Mt0Q5X5bGlSNscpb/xVA1wf+5+9R+vnSUeVC06JIglJ4PVhHvG/LopyboBZ/1c6 ++XUyo05f7O0oYtlNc/LMgRdg7c3r3NunysV+Ar3yVAhU/bQtCSwXVEqY0VThUWcI +0u1ufm8/0i2BWSlmy5A5lREedCf+3euvAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMB +Af8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSwDPBMMPQFWAJI/TPlUq9LhONm +UjANBgkqhkiG9w0BAQwFAAOCAgEAqqiAjw54o+Ci1M3m9Zh6O+oAA7CXDpO8Wqj2 +LIxyh6mx/H9z/WNxeKWHWc8w4Q0QshNabYL1auaAn6AFC2jkR2vHat+2/XcycuUY ++gn0oJMsXdKMdYV2ZZAMA3m3MSNjrXiDCYZohMr/+c8mmpJ5581LxedhpxfL86kS +k5Nrp+gvU5LEYFiwzAJRGFuFjWJZY7attN6a+yb3ACfAXVU3dJnJUH/jWS5E4ywl +7uxMMne0nxrpS10gxdr9HIcWxkPo1LsmmkVwXqkLN1PiRnsn/eBG8om3zEK2yygm +btmlyTrIQRNg91CMFa6ybRoVGld45pIq2WWQgj9sAq+uEjonljYE1x2igGOpm/Hl +urR8FLBOybEfdF849lHqm/osohHUqS0nGkWxr7JOcQ3AWEbWaQbLU8uz/mtBzUF+ +fUwPfHJ5elnNXkoOrJupmHN5fLT0zLm4BwyydFy4x2+IoZCn9Kr5v2c69BoVYh63 +n749sSmvZ6ES8lgQGVMDMBu4Gon2nL2XA46jCfMdiyHxtN/kHNGfZQIG6lzWE7OE +76KlXIx3KadowGuuQNKotOrN8I1LOJwZmhsoVLiJkO/KdYE+HvJkJMcYr07/R54H +9jVlpNMKVv/1F2Rs76giJUmTtt8AF9pYfl3uxRuw0dFfIRDH+fO6AgonB8Xx1sfT +4PsJYGw= +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 3 O=Amazon +# Subject: CN=Amazon Root CA 3 O=Amazon +# Label: "Amazon Root CA 3" +# Serial: 143266986699090766294700635381230934788665930 +# MD5 Fingerprint: a0:d4:ef:0b:f7:b5:d8:49:95:2a:ec:f5:c4:fc:81:87 +# SHA1 Fingerprint: 0d:44:dd:8c:3c:8c:1a:1a:58:75:64:81:e9:0f:2e:2a:ff:b3:d2:6e +# SHA256 Fingerprint: 18:ce:6c:fe:7b:f1:4e:60:b2:e3:47:b8:df:e8:68:cb:31:d0:2e:bb:3a:da:27:15:69:f5:03:43:b4:6d:b3:a4 +-----BEGIN CERTIFICATE----- +MIIBtjCCAVugAwIBAgITBmyf1XSXNmY/Owua2eiedgPySjAKBggqhkjOPQQDAjA5 +MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g +Um9vdCBDQSAzMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG +A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg +Q0EgMzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABCmXp8ZBf8ANm+gBG1bG8lKl +ui2yEujSLtf6ycXYqm0fc4E7O5hrOXwzpcVOho6AF2hiRVd9RFgdszflZwjrZt6j +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSr +ttvXBp43rDCGB5Fwx5zEGbF4wDAKBggqhkjOPQQDAgNJADBGAiEA4IWSoxe3jfkr +BqWTrBqYaGFy+uGh0PsceGCmQ5nFuMQCIQCcAu/xlJyzlvnrxir4tiz+OpAUFteM +YyRIHN8wfdVoOw== +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 4 O=Amazon +# Subject: CN=Amazon Root CA 4 O=Amazon +# Label: "Amazon Root CA 4" +# Serial: 143266989758080763974105200630763877849284878 +# MD5 Fingerprint: 89:bc:27:d5:eb:17:8d:06:6a:69:d5:fd:89:47:b4:cd +# SHA1 Fingerprint: f6:10:84:07:d6:f8:bb:67:98:0c:c2:e2:44:c2:eb:ae:1c:ef:63:be +# SHA256 Fingerprint: e3:5d:28:41:9e:d0:20:25:cf:a6:90:38:cd:62:39:62:45:8d:a5:c6:95:fb:de:a3:c2:2b:0b:fb:25:89:70:92 +-----BEGIN CERTIFICATE----- +MIIB8jCCAXigAwIBAgITBmyf18G7EEwpQ+Vxe3ssyBrBDjAKBggqhkjOPQQDAzA5 +MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g +Um9vdCBDQSA0MB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG +A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg +Q0EgNDB2MBAGByqGSM49AgEGBSuBBAAiA2IABNKrijdPo1MN/sGKe0uoe0ZLY7Bi +9i0b2whxIdIA6GO9mif78DluXeo9pcmBqqNbIJhFXRbb/egQbeOc4OO9X4Ri83Bk +M6DLJC9wuoihKqB1+IGuYgbEgds5bimwHvouXKNCMEAwDwYDVR0TAQH/BAUwAwEB +/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFNPsxzplbszh2naaVvuc84ZtV+WB +MAoGCCqGSM49BAMDA2gAMGUCMDqLIfG9fhGt0O9Yli/W651+kI0rz2ZVwyzjKKlw +CkcO8DdZEv8tmZQoTipPNU0zWgIxAOp1AE47xDqUEpHJWEadIRNyp4iciuRMStuW +1KyLa2tJElMzrdfkviT8tQp21KW8EA== +-----END CERTIFICATE----- + +# Issuer: CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK OU=Kamu Sertifikasyon Merkezi - Kamu SM +# Subject: CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK OU=Kamu Sertifikasyon Merkezi - Kamu SM +# Label: "TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1" +# Serial: 1 +# MD5 Fingerprint: dc:00:81:dc:69:2f:3e:2f:b0:3b:f6:3d:5a:91:8e:49 +# SHA1 Fingerprint: 31:43:64:9b:ec:ce:27:ec:ed:3a:3f:0b:8f:0d:e4:e8:91:dd:ee:ca +# SHA256 Fingerprint: 46:ed:c3:68:90:46:d5:3a:45:3f:b3:10:4a:b8:0d:ca:ec:65:8b:26:60:ea:16:29:dd:7e:86:79:90:64:87:16 +-----BEGIN CERTIFICATE----- +MIIEYzCCA0ugAwIBAgIBATANBgkqhkiG9w0BAQsFADCB0jELMAkGA1UEBhMCVFIx +GDAWBgNVBAcTD0dlYnplIC0gS29jYWVsaTFCMEAGA1UEChM5VHVya2l5ZSBCaWxp +bXNlbCB2ZSBUZWtub2xvamlrIEFyYXN0aXJtYSBLdXJ1bXUgLSBUVUJJVEFLMS0w +KwYDVQQLEyRLYW11IFNlcnRpZmlrYXN5b24gTWVya2V6aSAtIEthbXUgU00xNjA0 +BgNVBAMTLVRVQklUQUsgS2FtdSBTTSBTU0wgS29rIFNlcnRpZmlrYXNpIC0gU3Vy +dW0gMTAeFw0xMzExMjUwODI1NTVaFw00MzEwMjUwODI1NTVaMIHSMQswCQYDVQQG +EwJUUjEYMBYGA1UEBxMPR2ViemUgLSBLb2NhZWxpMUIwQAYDVQQKEzlUdXJraXll +IEJpbGltc2VsIHZlIFRla25vbG9qaWsgQXJhc3Rpcm1hIEt1cnVtdSAtIFRVQklU +QUsxLTArBgNVBAsTJEthbXUgU2VydGlmaWthc3lvbiBNZXJrZXppIC0gS2FtdSBT +TTE2MDQGA1UEAxMtVFVCSVRBSyBLYW11IFNNIFNTTCBLb2sgU2VydGlmaWthc2kg +LSBTdXJ1bSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr3UwM6q7 +a9OZLBI3hNmNe5eA027n/5tQlT6QlVZC1xl8JoSNkvoBHToP4mQ4t4y86Ij5iySr +LqP1N+RAjhgleYN1Hzv/bKjFxlb4tO2KRKOrbEz8HdDc72i9z+SqzvBV96I01INr +N3wcwv61A+xXzry0tcXtAA9TNypN9E8Mg/uGz8v+jE69h/mniyFXnHrfA2eJLJ2X +YacQuFWQfw4tJzh03+f92k4S400VIgLI4OD8D62K18lUUMw7D8oWgITQUVbDjlZ/ +iSIzL+aFCr2lqBs23tPcLG07xxO9WSMs5uWk99gL7eqQQESolbuT1dCANLZGeA4f +AJNG4e7p+exPFwIDAQABo0IwQDAdBgNVHQ4EFgQUZT/HiobGPN08VFw1+DrtUgxH +V8gwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL +BQADggEBACo/4fEyjq7hmFxLXs9rHmoJ0iKpEsdeV31zVmSAhHqT5Am5EM2fKifh +AHe+SMg1qIGf5LgsyX8OsNJLN13qudULXjS99HMpw+0mFZx+CFOKWI3QSyjfwbPf +IPP54+M638yclNhOT8NrF7f3cuitZjO1JVOr4PhMqZ398g26rrnZqsZr+ZO7rqu4 +lzwDGrpDxpa5RXI4s6ehlj2Re37AIVNMh+3yC1SVUZPVIqUNivGTDj5UDrDYyU7c +8jEyVupk+eq1nRZmQnLzf9OxMUP8pI4X8W0jq5Rm+K37DwhuJi1/FwcJsoz7UMCf +lo3Ptv0AnVoUmr8CRPXBwp8iXqIPoeM= +-----END CERTIFICATE----- + +# Issuer: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD. +# Subject: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD. +# Label: "GDCA TrustAUTH R5 ROOT" +# Serial: 9009899650740120186 +# MD5 Fingerprint: 63:cc:d9:3d:34:35:5c:6f:53:a3:e2:08:70:48:1f:b4 +# SHA1 Fingerprint: 0f:36:38:5b:81:1a:25:c3:9b:31:4e:83:ca:e9:34:66:70:cc:74:b4 +# SHA256 Fingerprint: bf:ff:8f:d0:44:33:48:7d:6a:8a:a6:0c:1a:29:76:7a:9f:c2:bb:b0:5e:42:0f:71:3a:13:b9:92:89:1d:38:93 +-----BEGIN CERTIFICATE----- +MIIFiDCCA3CgAwIBAgIIfQmX/vBH6nowDQYJKoZIhvcNAQELBQAwYjELMAkGA1UE +BhMCQ04xMjAwBgNVBAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZ +IENPLixMVEQuMR8wHQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMB4XDTE0 +MTEyNjA1MTMxNVoXDTQwMTIzMTE1NTk1OVowYjELMAkGA1UEBhMCQ04xMjAwBgNV +BAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZIENPLixMVEQuMR8w +HQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMIICIjANBgkqhkiG9w0BAQEF +AAOCAg8AMIICCgKCAgEA2aMW8Mh0dHeb7zMNOwZ+Vfy1YI92hhJCfVZmPoiC7XJj +Dp6L3TQsAlFRwxn9WVSEyfFrs0yw6ehGXTjGoqcuEVe6ghWinI9tsJlKCvLriXBj +TnnEt1u9ol2x8kECK62pOqPseQrsXzrj/e+APK00mxqriCZ7VqKChh/rNYmDf1+u +KU49tm7srsHwJ5uu4/Ts765/94Y9cnrrpftZTqfrlYwiOXnhLQiPzLyRuEH3FMEj +qcOtmkVEs7LXLM3GKeJQEK5cy4KOFxg2fZfmiJqwTTQJ9Cy5WmYqsBebnh52nUpm +MUHfP/vFBu8btn4aRjb3ZGM74zkYI+dndRTVdVeSN72+ahsmUPI2JgaQxXABZG12 +ZuGR224HwGGALrIuL4xwp9E7PLOR5G62xDtw8mySlwnNR30YwPO7ng/Wi64HtloP +zgsMR6flPri9fcebNaBhlzpBdRfMK5Z3KpIhHtmVdiBnaM8Nvd/WHwlqmuLMc3Gk +L30SgLdTMEZeS1SZD2fJpcjyIMGC7J0R38IC+xo70e0gmu9lZJIQDSri3nDxGGeC +jGHeuLzRL5z7D9Ar7Rt2ueQ5Vfj4oR24qoAATILnsn8JuLwwoC8N9VKejveSswoA +HQBUlwbgsQfZxw9cZX08bVlX5O2ljelAU58VS6Bx9hoh49pwBiFYFIeFd3mqgnkC +AwEAAaNCMEAwHQYDVR0OBBYEFOLJQJ9NzuiaoXzPDj9lxSmIahlRMA8GA1UdEwEB +/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQDRSVfg +p8xoWLoBDysZzY2wYUWsEe1jUGn4H3++Fo/9nesLqjJHdtJnJO29fDMylyrHBYZm +DRd9FBUb1Ov9H5r2XpdptxolpAqzkT9fNqyL7FeoPueBihhXOYV0GkLH6VsTX4/5 +COmSdI31R9KrO9b7eGZONn356ZLpBN79SWP8bfsUcZNnL0dKt7n/HipzcEYwv1ry +L3ml4Y0M2fmyYzeMN2WFcGpcWwlyua1jPLHd+PwyvzeG5LuOmCd+uh8W4XAR8gPf +JWIyJyYYMoSf/wA6E7qaTfRPuBRwIrHKK5DOKcFw9C+df/KQHtZa37dG/OaG+svg +IHZ6uqbL9XzeYqWxi+7egmaKTjowHz+Ay60nugxe19CxVsp3cbK1daFQqUBDF8Io +2c9Si1vIY9RCPqAzekYu9wogRlR+ak8x8YF+QnQ4ZXMn7sZ8uI7XpTrXmKGcjBBV +09tL7ECQ8s1uV9JiDnxXk7Gnbc2dg7sq5+W2O3FYrf3RRbxake5TFW/TRQl1brqQ +XR4EzzffHqhmsYzmIGrv/EhOdJhCrylvLmrH+33RZjEizIYAfmaDDEL0vTSSwxrq +T8p+ck0LcIymSLumoRT2+1hEmRSuqguTaaApJUqlyyvdimYHFngVV3Eb7PVHhPOe +MTd61X8kreS8/f3MboPoDKi3QWwH3b08hpcv0g== +-----END CERTIFICATE----- + +# Issuer: CN=TrustCor RootCert CA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority +# Subject: CN=TrustCor RootCert CA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority +# Label: "TrustCor RootCert CA-1" +# Serial: 15752444095811006489 +# MD5 Fingerprint: 6e:85:f1:dc:1a:00:d3:22:d5:b2:b2:ac:6b:37:05:45 +# SHA1 Fingerprint: ff:bd:cd:e7:82:c8:43:5e:3c:6f:26:86:5c:ca:a8:3a:45:5b:c3:0a +# SHA256 Fingerprint: d4:0e:9c:86:cd:8f:e4:68:c1:77:69:59:f4:9e:a7:74:fa:54:86:84:b6:c4:06:f3:90:92:61:f4:dc:e2:57:5c +-----BEGIN CERTIFICATE----- +MIIEMDCCAxigAwIBAgIJANqb7HHzA7AZMA0GCSqGSIb3DQEBCwUAMIGkMQswCQYD +VQQGEwJQQTEPMA0GA1UECAwGUGFuYW1hMRQwEgYDVQQHDAtQYW5hbWEgQ2l0eTEk +MCIGA1UECgwbVHJ1c3RDb3IgU3lzdGVtcyBTLiBkZSBSLkwuMScwJQYDVQQLDB5U +cnVzdENvciBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxHzAdBgNVBAMMFlRydXN0Q29y +IFJvb3RDZXJ0IENBLTEwHhcNMTYwMjA0MTIzMjE2WhcNMjkxMjMxMTcyMzE2WjCB +pDELMAkGA1UEBhMCUEExDzANBgNVBAgMBlBhbmFtYTEUMBIGA1UEBwwLUGFuYW1h +IENpdHkxJDAiBgNVBAoMG1RydXN0Q29yIFN5c3RlbXMgUy4gZGUgUi5MLjEnMCUG +A1UECwweVHJ1c3RDb3IgQ2VydGlmaWNhdGUgQXV0aG9yaXR5MR8wHQYDVQQDDBZU +cnVzdENvciBSb290Q2VydCBDQS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB +CgKCAQEAv463leLCJhJrMxnHQFgKq1mqjQCj/IDHUHuO1CAmujIS2CNUSSUQIpid +RtLByZ5OGy4sDjjzGiVoHKZaBeYei0i/mJZ0PmnK6bV4pQa81QBeCQryJ3pS/C3V +seq0iWEk8xoT26nPUu0MJLq5nux+AHT6k61sKZKuUbS701e/s/OojZz0JEsq1pme +9J7+wH5COucLlVPat2gOkEz7cD+PSiyU8ybdY2mplNgQTsVHCJCZGxdNuWxu72CV +EY4hgLW9oHPY0LJ3xEXqWib7ZnZ2+AYfYW0PVcWDtxBWcgYHpfOxGgMFZA6dWorW +hnAbJN7+KIor0Gqw/Hqi3LJ5DotlDwIDAQABo2MwYTAdBgNVHQ4EFgQU7mtJPHo/ +DeOxCbeKyKsZn3MzUOcwHwYDVR0jBBgwFoAU7mtJPHo/DeOxCbeKyKsZn3MzUOcw +DwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQELBQAD +ggEBACUY1JGPE+6PHh0RU9otRCkZoB5rMZ5NDp6tPVxBb5UrJKF5mDo4Nvu7Zp5I +/5CQ7z3UuJu0h3U/IJvOcs+hVcFNZKIZBqEHMwwLKeXx6quj7LUKdJDHfXLy11yf +ke+Ri7fc7Waiz45mO7yfOgLgJ90WmMCV1Aqk5IGadZQ1nJBfiDcGrVmVCrDRZ9MZ +yonnMlo2HD6CqFqTvsbQZJG2z9m2GM/bftJlo6bEjhcxwft+dtvTheNYsnd6djts +L1Ac59v2Z3kf9YKVmgenFK+P3CghZwnS1k1aHBkcjndcw5QkPTJrS37UeJSDvjdN +zl/HHk484IkzlQsPpTLWPFp5LBk= +-----END CERTIFICATE----- + +# Issuer: CN=TrustCor RootCert CA-2 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority +# Subject: CN=TrustCor RootCert CA-2 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority +# Label: "TrustCor RootCert CA-2" +# Serial: 2711694510199101698 +# MD5 Fingerprint: a2:e1:f8:18:0b:ba:45:d5:c7:41:2a:bb:37:52:45:64 +# SHA1 Fingerprint: b8:be:6d:cb:56:f1:55:b9:63:d4:12:ca:4e:06:34:c7:94:b2:1c:c0 +# SHA256 Fingerprint: 07:53:e9:40:37:8c:1b:d5:e3:83:6e:39:5d:ae:a5:cb:83:9e:50:46:f1:bd:0e:ae:19:51:cf:10:fe:c7:c9:65 +-----BEGIN CERTIFICATE----- +MIIGLzCCBBegAwIBAgIIJaHfyjPLWQIwDQYJKoZIhvcNAQELBQAwgaQxCzAJBgNV +BAYTAlBBMQ8wDQYDVQQIDAZQYW5hbWExFDASBgNVBAcMC1BhbmFtYSBDaXR5MSQw +IgYDVQQKDBtUcnVzdENvciBTeXN0ZW1zIFMuIGRlIFIuTC4xJzAlBgNVBAsMHlRy +dXN0Q29yIENlcnRpZmljYXRlIEF1dGhvcml0eTEfMB0GA1UEAwwWVHJ1c3RDb3Ig +Um9vdENlcnQgQ0EtMjAeFw0xNjAyMDQxMjMyMjNaFw0zNDEyMzExNzI2MzlaMIGk +MQswCQYDVQQGEwJQQTEPMA0GA1UECAwGUGFuYW1hMRQwEgYDVQQHDAtQYW5hbWEg +Q2l0eTEkMCIGA1UECgwbVHJ1c3RDb3IgU3lzdGVtcyBTLiBkZSBSLkwuMScwJQYD +VQQLDB5UcnVzdENvciBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxHzAdBgNVBAMMFlRy +dXN0Q29yIFJvb3RDZXJ0IENBLTIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK +AoICAQCnIG7CKqJiJJWQdsg4foDSq8GbZQWU9MEKENUCrO2fk8eHyLAnK0IMPQo+ +QVqedd2NyuCb7GgypGmSaIwLgQ5WoD4a3SwlFIIvl9NkRvRUqdw6VC0xK5mC8tkq +1+9xALgxpL56JAfDQiDyitSSBBtlVkxs1Pu2YVpHI7TYabS3OtB0PAx1oYxOdqHp +2yqlO/rOsP9+aij9JxzIsekp8VduZLTQwRVtDr4uDkbIXvRR/u8OYzo7cbrPb1nK +DOObXUm4TOJXsZiKQlecdu/vvdFoqNL0Cbt3Nb4lggjEFixEIFapRBF37120Hape +az6LMvYHL1cEksr1/p3C6eizjkxLAjHZ5DxIgif3GIJ2SDpxsROhOdUuxTTCHWKF +3wP+TfSvPd9cW436cOGlfifHhi5qjxLGhF5DUVCcGZt45vz27Ud+ez1m7xMTiF88 +oWP7+ayHNZ/zgp6kPwqcMWmLmaSISo5uZk3vFsQPeSghYA2FFn3XVDjxklb9tTNM +g9zXEJ9L/cb4Qr26fHMC4P99zVvh1Kxhe1fVSntb1IVYJ12/+CtgrKAmrhQhJ8Z3 +mjOAPF5GP/fDsaOGM8boXg25NSyqRsGFAnWAoOsk+xWq5Gd/bnc/9ASKL3x74xdh +8N0JqSDIvgmk0H5Ew7IwSjiqqewYmgeCK9u4nBit2uBGF6zPXQIDAQABo2MwYTAd +BgNVHQ4EFgQU2f4hQG6UnrybPZx9mCAZ5YwwYrIwHwYDVR0jBBgwFoAU2f4hQG6U +nrybPZx9mCAZ5YwwYrIwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYw +DQYJKoZIhvcNAQELBQADggIBAJ5Fngw7tu/hOsh80QA9z+LqBrWyOrsGS2h60COX +dKcs8AjYeVrXWoSK2BKaG9l9XE1wxaX5q+WjiYndAfrs3fnpkpfbsEZC89NiqpX+ +MWcUaViQCqoL7jcjx1BRtPV+nuN79+TMQjItSQzL/0kMmx40/W5ulop5A7Zv2wnL +/V9lFDfhOPXzYRZY5LVtDQsEGz9QLX+zx3oaFoBg+Iof6Rsqxvm6ARppv9JYx1RX +CI/hOWB3S6xZhBqI8d3LT3jX5+EzLfzuQfogsL7L9ziUwOHQhQ+77Sxzq+3+knYa +ZH9bDTMJBzN7Bj8RpFxwPIXAz+OQqIN3+tvmxYxoZxBnpVIt8MSZj3+/0WvitUfW +2dCFmU2Umw9Lje4AWkcdEQOsQRivh7dvDDqPys/cA8GiCcjl/YBeyGBCARsaU1q7 +N6a3vLqE6R5sGtRk2tRD/pOLS/IseRYQ1JMLiI+h2IYURpFHmygk71dSTlxCnKr3 +Sewn6EAes6aJInKc9Q0ztFijMDvd1GpUk74aTfOTlPf8hAs/hCBcNANExdqtvArB +As8e5ZTZ845b2EzwnexhF7sUMlQMAimTHpKG9n/v55IFDlndmQguLvqcAFLTxWYp +5KeXRKQOKIETNcX2b2TmQcTVL8w0RSXPQQCWPUouwpaYT05KnJe32x+SMsj/D1Fu +1uwJ +-----END CERTIFICATE----- + +# Issuer: CN=TrustCor ECA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority +# Subject: CN=TrustCor ECA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority +# Label: "TrustCor ECA-1" +# Serial: 9548242946988625984 +# MD5 Fingerprint: 27:92:23:1d:0a:f5:40:7c:e9:e6:6b:9d:d8:f5:e7:6c +# SHA1 Fingerprint: 58:d1:df:95:95:67:6b:63:c0:f0:5b:1c:17:4d:8b:84:0b:c8:78:bd +# SHA256 Fingerprint: 5a:88:5d:b1:9c:01:d9:12:c5:75:93:88:93:8c:af:bb:df:03:1a:b2:d4:8e:91:ee:15:58:9b:42:97:1d:03:9c +-----BEGIN CERTIFICATE----- +MIIEIDCCAwigAwIBAgIJAISCLF8cYtBAMA0GCSqGSIb3DQEBCwUAMIGcMQswCQYD +VQQGEwJQQTEPMA0GA1UECAwGUGFuYW1hMRQwEgYDVQQHDAtQYW5hbWEgQ2l0eTEk +MCIGA1UECgwbVHJ1c3RDb3IgU3lzdGVtcyBTLiBkZSBSLkwuMScwJQYDVQQLDB5U +cnVzdENvciBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxFzAVBgNVBAMMDlRydXN0Q29y +IEVDQS0xMB4XDTE2MDIwNDEyMzIzM1oXDTI5MTIzMTE3MjgwN1owgZwxCzAJBgNV +BAYTAlBBMQ8wDQYDVQQIDAZQYW5hbWExFDASBgNVBAcMC1BhbmFtYSBDaXR5MSQw +IgYDVQQKDBtUcnVzdENvciBTeXN0ZW1zIFMuIGRlIFIuTC4xJzAlBgNVBAsMHlRy +dXN0Q29yIENlcnRpZmljYXRlIEF1dGhvcml0eTEXMBUGA1UEAwwOVHJ1c3RDb3Ig +RUNBLTEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDPj+ARtZ+odnbb +3w9U73NjKYKtR8aja+3+XzP4Q1HpGjORMRegdMTUpwHmspI+ap3tDvl0mEDTPwOA +BoJA6LHip1GnHYMma6ve+heRK9jGrB6xnhkB1Zem6g23xFUfJ3zSCNV2HykVh0A5 +3ThFEXXQmqc04L/NyFIduUd+Dbi7xgz2c1cWWn5DkR9VOsZtRASqnKmcp0yJF4Ou +owReUoCLHhIlERnXDH19MURB6tuvsBzvgdAsxZohmz3tQjtQJvLsznFhBmIhVE5/ +wZ0+fyCMgMsq2JdiyIMzkX2woloPV+g7zPIlstR8L+xNxqE6FXrntl019fZISjZF +ZtS6mFjBAgMBAAGjYzBhMB0GA1UdDgQWBBREnkj1zG1I1KBLf/5ZJC+Dl5mahjAf +BgNVHSMEGDAWgBREnkj1zG1I1KBLf/5ZJC+Dl5mahjAPBgNVHRMBAf8EBTADAQH/ +MA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAQEABT41XBVwm8nHc2Fv +civUwo/yQ10CzsSUuZQRg2dd4mdsdXa/uwyqNsatR5Nj3B5+1t4u/ukZMjgDfxT2 +AHMsWbEhBuH7rBiVDKP/mZb3Kyeb1STMHd3BOuCYRLDE5D53sXOpZCz2HAF8P11F +hcCF5yWPldwX8zyfGm6wyuMdKulMY/okYWLW2n62HGz1Ah3UKt1VkOsqEUc8Ll50 +soIipX1TH0XsJ5F95yIW6MBoNtjG8U+ARDL54dHRHareqKucBK+tIA5kmE2la8BI +WJZpTdwHjFGTot+fDz2LYLSCjaoITmJF4PkL0uDgPFveXHEnJcLmA4GLEFPjx1Wi +tJ/X5g== +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com Root Certification Authority RSA O=SSL Corporation +# Subject: CN=SSL.com Root Certification Authority RSA O=SSL Corporation +# Label: "SSL.com Root Certification Authority RSA" +# Serial: 8875640296558310041 +# MD5 Fingerprint: 86:69:12:c0:70:f1:ec:ac:ac:c2:d5:bc:a5:5b:a1:29 +# SHA1 Fingerprint: b7:ab:33:08:d1:ea:44:77:ba:14:80:12:5a:6f:bd:a9:36:49:0c:bb +# SHA256 Fingerprint: 85:66:6a:56:2e:e0:be:5c:e9:25:c1:d8:89:0a:6f:76:a8:7e:c1:6d:4d:7d:5f:29:ea:74:19:cf:20:12:3b:69 +-----BEGIN CERTIFICATE----- +MIIF3TCCA8WgAwIBAgIIeyyb0xaAMpkwDQYJKoZIhvcNAQELBQAwfDELMAkGA1UE +BhMCVVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQK +DA9TU0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eSBSU0EwHhcNMTYwMjEyMTczOTM5WhcNNDEwMjEyMTcz +OTM5WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv +dXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNv +bSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFJTQTCCAiIwDQYJKoZIhvcN +AQEBBQADggIPADCCAgoCggIBAPkP3aMrfcvQKv7sZ4Wm5y4bunfh4/WvpOz6Sl2R +xFdHaxh3a3by/ZPkPQ/CFp4LZsNWlJ4Xg4XOVu/yFv0AYvUiCVToZRdOQbngT0aX +qhvIuG5iXmmxX9sqAn78bMrzQdjt0Oj8P2FI7bADFB0QDksZ4LtO7IZl/zbzXmcC +C52GVWH9ejjt/uIZALdvoVBidXQ8oPrIJZK0bnoix/geoeOy3ZExqysdBP+lSgQ3 +6YWkMyv94tZVNHwZpEpox7Ko07fKoZOI68GXvIz5HdkihCR0xwQ9aqkpk8zruFvh +/l8lqjRYyMEjVJ0bmBHDOJx+PYZspQ9AhnwC9FwCTyjLrnGfDzrIM/4RJTXq/LrF +YD3ZfBjVsqnTdXgDciLKOsMf7yzlLqn6niy2UUb9rwPW6mBo6oUWNmuF6R7As93E +JNyAKoFBbZQ+yODJgUEAnl6/f8UImKIYLEJAs/lvOCdLToD0PYFH4Ih86hzOtXVc +US4cK38acijnALXRdMbX5J+tB5O2UzU1/Dfkw/ZdFr4hc96SCvigY2q8lpJqPvi8 +ZVWb3vUNiSYE/CUapiVpy8JtynziWV+XrOvvLsi81xtZPCvM8hnIk2snYxnP/Okm ++Mpxm3+T/jRnhE6Z6/yzeAkzcLpmpnbtG3PrGqUNxCITIJRWCk4sbE6x/c+cCbqi +M+2HAgMBAAGjYzBhMB0GA1UdDgQWBBTdBAkHovV6fVJTEpKV7jiAJQ2mWTAPBgNV +HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFN0ECQei9Xp9UlMSkpXuOIAlDaZZMA4G +A1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAIBgRlCn7Jp0cHh5wYfGV +cpNxJK1ok1iOMq8bs3AD/CUrdIWQPXhq9LmLpZc7tRiRux6n+UBbkflVma8eEdBc +Hadm47GUBwwyOabqG7B52B2ccETjit3E+ZUfijhDPwGFpUenPUayvOUiaPd7nNgs +PgohyC0zrL/FgZkxdMF1ccW+sfAjRfSda/wZY52jvATGGAslu1OJD7OAUN5F7kR/ +q5R4ZJjT9ijdh9hwZXT7DrkT66cPYakylszeu+1jTBi7qUD3oFRuIIhxdRjqerQ0 +cuAjJ3dctpDqhiVAq+8zD8ufgr6iIPv2tS0a5sKFsXQP+8hlAqRSAUfdSSLBv9jr +a6x+3uxjMxW3IwiPxg+NQVrdjsW5j+VFP3jbutIbQLH+cU0/4IGiul607BXgk90I +H37hVZkLId6Tngr75qNJvTYw/ud3sqB1l7UtgYgXZSD32pAAn8lSzDLKNXz1PQ/Y +K9f1JmzJBjSWFupwWRoyeXkLtoh/D1JIPb9s2KJELtFOt3JY04kTlf5Eq/jXixtu +nLwsoFvVagCvXzfh1foQC5ichucmj87w7G6KVwuA406ywKBjYZC6VWg3dGq2ktuf +oYYitmUnDuy2n0Jg5GfCtdpBC8TTi2EbvPofkSvXRAdeuims2cXp71NIWuuA8ShY +Ic2wBlX7Jz9TkHCpBB5XJ7k= +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com Root Certification Authority ECC O=SSL Corporation +# Subject: CN=SSL.com Root Certification Authority ECC O=SSL Corporation +# Label: "SSL.com Root Certification Authority ECC" +# Serial: 8495723813297216424 +# MD5 Fingerprint: 2e:da:e4:39:7f:9c:8f:37:d1:70:9f:26:17:51:3a:8e +# SHA1 Fingerprint: c3:19:7c:39:24:e6:54:af:1b:c4:ab:20:95:7a:e2:c3:0e:13:02:6a +# SHA256 Fingerprint: 34:17:bb:06:cc:60:07:da:1b:96:1c:92:0b:8a:b4:ce:3f:ad:82:0e:4a:a3:0b:9a:cb:c4:a7:4e:bd:ce:bc:65 +-----BEGIN CERTIFICATE----- +MIICjTCCAhSgAwIBAgIIdebfy8FoW6gwCgYIKoZIzj0EAwIwfDELMAkGA1UEBhMC +VVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T +U0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZpY2F0 +aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNDAzWhcNNDEwMjEyMTgxNDAz +WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hvdXN0 +b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNvbSBS +b290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49AgEGBSuB +BAAiA2IABEVuqVDEpiM2nl8ojRfLliJkP9x6jh3MCLOicSS6jkm5BBtHllirLZXI +7Z4INcgn64mMU1jrYor+8FsPazFSY0E7ic3s7LaNGdM0B9y7xgZ/wkWV7Mt/qCPg +CemB+vNH06NjMGEwHQYDVR0OBBYEFILRhXMw5zUE044CkvvlpNHEIejNMA8GA1Ud +EwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUgtGFczDnNQTTjgKS++Wk0cQh6M0wDgYD +VR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2cAMGQCMG/n61kRpGDPYbCWe+0F+S8T +kdzt5fxQaxFGRrMcIQBiu77D5+jNB5n5DQtdcj7EqgIwH7y6C+IwJPt8bYBVCpk+ +gA0z5Wajs6O7pdWLjwkspl1+4vAHCGht0nxpbl/f5Wpl +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com EV Root Certification Authority RSA R2 O=SSL Corporation +# Subject: CN=SSL.com EV Root Certification Authority RSA R2 O=SSL Corporation +# Label: "SSL.com EV Root Certification Authority RSA R2" +# Serial: 6248227494352943350 +# MD5 Fingerprint: e1:1e:31:58:1a:ae:54:53:02:f6:17:6a:11:7b:4d:95 +# SHA1 Fingerprint: 74:3a:f0:52:9b:d0:32:a0:f4:4a:83:cd:d4:ba:a9:7b:7c:2e:c4:9a +# SHA256 Fingerprint: 2e:7b:f1:6c:c2:24:85:a7:bb:e2:aa:86:96:75:07:61:b0:ae:39:be:3b:2f:e9:d0:cc:6d:4e:f7:34:91:42:5c +-----BEGIN CERTIFICATE----- +MIIF6zCCA9OgAwIBAgIIVrYpzTS8ePYwDQYJKoZIhvcNAQELBQAwgYIxCzAJBgNV +BAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UE +CgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQDDC5TU0wuY29tIEVWIFJvb3QgQ2Vy +dGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIyMB4XDTE3MDUzMTE4MTQzN1oXDTQy +MDUzMDE4MTQzN1owgYIxCzAJBgNVBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4G +A1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQD +DC5TU0wuY29tIEVWIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIy +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAjzZlQOHWTcDXtOlG2mvq +M0fNTPl9fb69LT3w23jhhqXZuglXaO1XPqDQCEGD5yhBJB/jchXQARr7XnAjssuf +OePPxU7Gkm0mxnu7s9onnQqG6YE3Bf7wcXHswxzpY6IXFJ3vG2fThVUCAtZJycxa +4bH3bzKfydQ7iEGonL3Lq9ttewkfokxykNorCPzPPFTOZw+oz12WGQvE43LrrdF9 +HSfvkusQv1vrO6/PgN3B0pYEW3p+pKk8OHakYo6gOV7qd89dAFmPZiw+B6KjBSYR +aZfqhbcPlgtLyEDhULouisv3D5oi53+aNxPN8k0TayHRwMwi8qFG9kRpnMphNQcA +b9ZhCBHqurj26bNg5U257J8UZslXWNvNh2n4ioYSA0e/ZhN2rHd9NCSFg83XqpyQ +Gp8hLH94t2S42Oim9HizVcuE0jLEeK6jj2HdzghTreyI/BXkmg3mnxp3zkyPuBQV +PWKchjgGAGYS5Fl2WlPAApiiECtoRHuOec4zSnaqW4EWG7WK2NAAe15itAnWhmMO +pgWVSbooi4iTsjQc2KRVbrcc0N6ZVTsj9CLg+SlmJuwgUHfbSguPvuUCYHBBXtSu +UDkiFCbLsjtzdFVHB3mBOagwE0TlBIqulhMlQg+5U8Sb/M3kHN48+qvWBkofZ6aY +MBzdLNvcGJVXZsb/XItW9XcCAwEAAaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAfBgNV +HSMEGDAWgBT5YLvU49U09rj1BoAlp3PbRmmonjAdBgNVHQ4EFgQU+WC71OPVNPa4 +9QaAJadz20ZpqJ4wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQBW +s47LCp1Jjr+kxJG7ZhcFUZh1++VQLHqe8RT6q9OKPv+RKY9ji9i0qVQBDb6Thi/5 +Sm3HXvVX+cpVHBK+Rw82xd9qt9t1wkclf7nxY/hoLVUE0fKNsKTPvDxeH3jnpaAg +cLAExbf3cqfeIg29MyVGjGSSJuM+LmOW2puMPfgYCdcDzH2GguDKBAdRUNf/ktUM +79qGn5nX67evaOI5JpS6aLe/g9Pqemc9YmeuJeVy6OLk7K4S9ksrPJ/psEDzOFSz +/bdoyNrGj1E8svuR3Bznm53htw1yj+KkxKl4+esUrMZDBcJlOSgYAsOCsp0FvmXt +ll9ldDz7CTUue5wT/RsPXcdtgTpWD8w74a8CLyKsRspGPKAcTNZEtF4uXBVmCeEm +Kf7GUmG6sXP/wwyc5WxqlD8UykAWlYTzWamsX0xhk23RO8yilQwipmdnRC652dKK +QbNmC1r7fSOl8hqw/96bg5Qu0T/fkreRrwU7ZcegbLHNYhLDkBvjJc40vG93drEQ +w/cFGsDWr3RiSBd3kmmQYRzelYB0VI8YHMPzA9C/pEN1hlMYegouCRw2n5H9gooi +S9EOUCXdywMMF8mDAAhONU2Ki+3wApRmLER/y5UnlhetCTCstnEXbosX9hwJ1C07 +mKVx01QT2WDz9UtmT/rx7iASjbSsV7FFY6GsdqnC+w== +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com EV Root Certification Authority ECC O=SSL Corporation +# Subject: CN=SSL.com EV Root Certification Authority ECC O=SSL Corporation +# Label: "SSL.com EV Root Certification Authority ECC" +# Serial: 3182246526754555285 +# MD5 Fingerprint: 59:53:22:65:83:42:01:54:c0:ce:42:b9:5a:7c:f2:90 +# SHA1 Fingerprint: 4c:dd:51:a3:d1:f5:20:32:14:b0:c6:c5:32:23:03:91:c7:46:42:6d +# SHA256 Fingerprint: 22:a2:c1:f7:bd:ed:70:4c:c1:e7:01:b5:f4:08:c3:10:88:0f:e9:56:b5:de:2a:4a:44:f9:9c:87:3a:25:a7:c8 +-----BEGIN CERTIFICATE----- +MIIClDCCAhqgAwIBAgIILCmcWxbtBZUwCgYIKoZIzj0EAwIwfzELMAkGA1UEBhMC +VVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T +U0wgQ29ycG9yYXRpb24xNDAyBgNVBAMMK1NTTC5jb20gRVYgUm9vdCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNTIzWhcNNDEwMjEyMTgx +NTIzWjB/MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv +dXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjE0MDIGA1UEAwwrU1NMLmNv +bSBFViBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49 +AgEGBSuBBAAiA2IABKoSR5CYG/vvw0AHgyBO8TCCogbR8pKGYfL2IWjKAMTH6kMA +VIbc/R/fALhBYlzccBYy3h+Z1MzFB8gIH2EWB1E9fVwHU+M1OIzfzZ/ZLg1Kthku +WnBaBu2+8KGwytAJKaNjMGEwHQYDVR0OBBYEFFvKXuXe0oGqzagtZFG22XKbl+ZP +MA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUW8pe5d7SgarNqC1kUbbZcpuX +5k8wDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2gAMGUCMQCK5kCJN+vp1RPZ +ytRrJPOwPYdGWBrssd9v+1a6cGvHOMzosYxPD/fxZ3YOg9AeUY8CMD32IygmTMZg +h5Mmm7I1HrrW9zzRHM76JTymGoEVW/MSD2zuZYrJh6j5B+BimoxcSg== +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R6 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R6 +# Label: "GlobalSign Root CA - R6" +# Serial: 1417766617973444989252670301619537 +# MD5 Fingerprint: 4f:dd:07:e4:d4:22:64:39:1e:0c:37:42:ea:d1:c6:ae +# SHA1 Fingerprint: 80:94:64:0e:b5:a7:a1:ca:11:9c:1f:dd:d5:9f:81:02:63:a7:fb:d1 +# SHA256 Fingerprint: 2c:ab:ea:fe:37:d0:6c:a2:2a:ba:73:91:c0:03:3d:25:98:29:52:c4:53:64:73:49:76:3a:3a:b5:ad:6c:cf:69 +-----BEGIN CERTIFICATE----- +MIIFgzCCA2ugAwIBAgIORea7A4Mzw4VlSOb/RVEwDQYJKoZIhvcNAQEMBQAwTDEg +MB4GA1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjYxEzARBgNVBAoTCkdsb2Jh +bFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTQxMjEwMDAwMDAwWhcNMzQx +MjEwMDAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSNjET +MBEGA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCAiIwDQYJ +KoZIhvcNAQEBBQADggIPADCCAgoCggIBAJUH6HPKZvnsFMp7PPcNCPG0RQssgrRI +xutbPK6DuEGSMxSkb3/pKszGsIhrxbaJ0cay/xTOURQh7ErdG1rG1ofuTToVBu1k +ZguSgMpE3nOUTvOniX9PeGMIyBJQbUJmL025eShNUhqKGoC3GYEOfsSKvGRMIRxD +aNc9PIrFsmbVkJq3MQbFvuJtMgamHvm566qjuL++gmNQ0PAYid/kD3n16qIfKtJw +LnvnvJO7bVPiSHyMEAc4/2ayd2F+4OqMPKq0pPbzlUoSB239jLKJz9CgYXfIWHSw +1CM69106yqLbnQneXUQtkPGBzVeS+n68UARjNN9rkxi+azayOeSsJDa38O+2HBNX +k7besvjihbdzorg1qkXy4J02oW9UivFyVm4uiMVRQkQVlO6jxTiWm05OWgtH8wY2 +SXcwvHE35absIQh1/OZhFj931dmRl4QKbNQCTXTAFO39OfuD8l4UoQSwC+n+7o/h +bguyCLNhZglqsQY6ZZZZwPA1/cnaKI0aEYdwgQqomnUdnjqGBQCe24DWJfncBZ4n +WUx2OVvq+aWh2IMP0f/fMBH5hc8zSPXKbWQULHpYT9NLCEnFlWQaYw55PfWzjMpY +rZxCRXluDocZXFSxZba/jJvcE+kNb7gu3GduyYsRtYQUigAZcIN5kZeR1Bonvzce +MgfYFGM8KEyvAgMBAAGjYzBhMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTAD +AQH/MB0GA1UdDgQWBBSubAWjkxPioufi1xzWx/B/yGdToDAfBgNVHSMEGDAWgBSu +bAWjkxPioufi1xzWx/B/yGdToDANBgkqhkiG9w0BAQwFAAOCAgEAgyXt6NH9lVLN +nsAEoJFp5lzQhN7craJP6Ed41mWYqVuoPId8AorRbrcWc+ZfwFSY1XS+wc3iEZGt +Ixg93eFyRJa0lV7Ae46ZeBZDE1ZXs6KzO7V33EByrKPrmzU+sQghoefEQzd5Mr61 +55wsTLxDKZmOMNOsIeDjHfrYBzN2VAAiKrlNIC5waNrlU/yDXNOd8v9EDERm8tLj +vUYAGm0CuiVdjaExUd1URhxN25mW7xocBFymFe944Hn+Xds+qkxV/ZoVqW/hpvvf +cDDpw+5CRu3CkwWJ+n1jez/QcYF8AOiYrg54NMMl+68KnyBr3TsTjxKM4kEaSHpz +oHdpx7Zcf4LIHv5YGygrqGytXm3ABdJ7t+uA/iU3/gKbaKxCXcPu9czc8FB10jZp +nOZ7BN9uBmm23goJSFmH63sUYHpkqmlD75HHTOwY3WzvUy2MmeFe8nI+z1TIvWfs +pA9MRf/TuTAjB0yPEL+GltmZWrSZVxykzLsViVO6LAUP5MSeGbEYNNVMnbrt9x+v +JJUEeKgDu+6B5dpffItKoZB0JaezPkvILFa9x8jvOOJckvB595yEunQtYQEgfn7R +8k8HWV+LLUNS60YMlOH1Zkd5d9VUWx+tJDfLRVpOoERIyNiwmcUVhAn21klJwGW4 +5hpxbqCo8YLoRT5s1gLXCmeDBVrJpBA= +-----END CERTIFICATE----- + +# Issuer: CN=OISTE WISeKey Global Root GC CA O=WISeKey OU=OISTE Foundation Endorsed +# Subject: CN=OISTE WISeKey Global Root GC CA O=WISeKey OU=OISTE Foundation Endorsed +# Label: "OISTE WISeKey Global Root GC CA" +# Serial: 44084345621038548146064804565436152554 +# MD5 Fingerprint: a9:d6:b9:2d:2f:93:64:f8:a5:69:ca:91:e9:68:07:23 +# SHA1 Fingerprint: e0:11:84:5e:34:de:be:88:81:b9:9c:f6:16:26:d1:96:1f:c3:b9:31 +# SHA256 Fingerprint: 85:60:f9:1c:36:24:da:ba:95:70:b5:fe:a0:db:e3:6f:f1:1a:83:23:be:94:86:85:4f:b3:f3:4a:55:71:19:8d +-----BEGIN CERTIFICATE----- +MIICaTCCAe+gAwIBAgIQISpWDK7aDKtARb8roi066jAKBggqhkjOPQQDAzBtMQsw +CQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUgRm91 +bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9iYWwg +Um9vdCBHQyBDQTAeFw0xNzA1MDkwOTQ4MzRaFw00MjA1MDkwOTU4MzNaMG0xCzAJ +BgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBGb3Vu +ZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2JhbCBS +b290IEdDIENBMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAETOlQwMYPchi82PG6s4ni +eUqjFqdrVCTbUf/q9Akkwwsin8tqJ4KBDdLArzHkdIJuyiXZjHWd8dvQmqJLIX4W +p2OQ0jnUsYd4XxiWD1AbNTcPasbc2RNNpI6QN+a9WzGRo1QwUjAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUSIcUrOPDnpBgOtfKie7T +rYy0UGYwEAYJKwYBBAGCNxUBBAMCAQAwCgYIKoZIzj0EAwMDaAAwZQIwJsdpW9zV +57LnyAyMjMPdeYwbY9XJUpROTYJKcx6ygISpJcBMWm1JKWB4E+J+SOtkAjEA2zQg +Mgj/mkkCtojeFK9dbJlxjRo/i9fgojaGHAeCOnZT/cKi7e97sIBPWA9LUzm9 +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R1 O=Google Trust Services LLC +# Subject: CN=GTS Root R1 O=Google Trust Services LLC +# Label: "GTS Root R1" +# Serial: 146587175971765017618439757810265552097 +# MD5 Fingerprint: 82:1a:ef:d4:d2:4a:f2:9f:e2:3d:97:06:14:70:72:85 +# SHA1 Fingerprint: e1:c9:50:e6:ef:22:f8:4c:56:45:72:8b:92:20:60:d7:d5:a7:a3:e8 +# SHA256 Fingerprint: 2a:57:54:71:e3:13:40:bc:21:58:1c:bd:2c:f1:3e:15:84:63:20:3e:ce:94:bc:f9:d3:cc:19:6b:f0:9a:54:72 +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgIQbkepxUtHDA3sM9CJuRz04TANBgkqhkiG9w0BAQwFADBH +MQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExM +QzEUMBIGA1UEAxMLR1RTIFJvb3QgUjEwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIy +MDAwMDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNl +cnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjEwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQC2EQKLHuOhd5s73L+UPreVp0A8of2C+X0yBoJx9vaM +f/vo27xqLpeXo4xL+Sv2sfnOhB2x+cWX3u+58qPpvBKJXqeqUqv4IyfLpLGcY9vX +mX7wCl7raKb0xlpHDU0QM+NOsROjyBhsS+z8CZDfnWQpJSMHobTSPS5g4M/SCYe7 +zUjwTcLCeoiKu7rPWRnWr4+wB7CeMfGCwcDfLqZtbBkOtdh+JhpFAz2weaSUKK0P +fyblqAj+lug8aJRT7oM6iCsVlgmy4HqMLnXWnOunVmSPlk9orj2XwoSPwLxAwAtc +vfaHszVsrBhQf4TgTM2S0yDpM7xSma8ytSmzJSq0SPly4cpk9+aCEI3oncKKiPo4 +Zor8Y/kB+Xj9e1x3+naH+uzfsQ55lVe0vSbv1gHR6xYKu44LtcXFilWr06zqkUsp +zBmkMiVOKvFlRNACzqrOSbTqn3yDsEB750Orp2yjj32JgfpMpf/VjsPOS+C12LOO +Rc92wO1AK/1TD7Cn1TsNsYqiA94xrcx36m97PtbfkSIS5r762DL8EGMUUXLeXdYW +k70paDPvOmbsB4om3xPXV2V4J95eSRQAogB/mqghtqmxlbCluQ0WEdrHbEg8QOB+ +DVrNVjzRlwW5y0vtOUucxD/SVRNuJLDWcfr0wbrM7Rv1/oFB2ACYPTrIrnqYNxgF +lQIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQU5K8rJnEaK0gnhS9SZizv8IkTcT4wDQYJKoZIhvcNAQEMBQADggIBADiW +Cu49tJYeX++dnAsznyvgyv3SjgofQXSlfKqE1OXyHuY3UjKcC9FhHb8owbZEKTV1 +d5iyfNm9dKyKaOOpMQkpAWBz40d8U6iQSifvS9efk+eCNs6aaAyC58/UEBZvXw6Z +XPYfcX3v73svfuo21pdwCxXu11xWajOl40k4DLh9+42FpLFZXvRq4d2h9mREruZR +gyFmxhE+885H7pwoHyXa/6xmld01D1zvICxi/ZG6qcz8WpyTgYMpl0p8WnK0OdC3 +d8t5/Wk6kjftbjhlRn7pYL15iJdfOBL07q9bgsiG1eGZbYwE8na6SfZu6W0eX6Dv +J4J2QPim01hcDyxC2kLGe4g0x8HYRZvBPsVhHdljUEn2NIVq4BjFbkerQUIpm/Zg +DdIx02OYI5NaAIFItO/Nis3Jz5nu2Z6qNuFoS3FJFDYoOj0dzpqPJeaAcWErtXvM ++SUWgeExX6GjfhaknBZqlxi9dnKlC54dNuYvoS++cJEPqOba+MSSQGwlfnuzCdyy +F62ARPBopY+Udf90WuioAnwMCeKpSwughQtiue+hMZL77/ZRBIls6Kl0obsXs7X9 +SQ98POyDGCBDTtWTurQ0sR8WNh8M5mQ5Fkzc4P4dyKliPUDqysU0ArSuiYgzNdws +E3PYJ/HQcu51OyLemGhmW/HGY0dVHLqlCFF1pkgl +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R2 O=Google Trust Services LLC +# Subject: CN=GTS Root R2 O=Google Trust Services LLC +# Label: "GTS Root R2" +# Serial: 146587176055767053814479386953112547951 +# MD5 Fingerprint: 44:ed:9a:0e:a4:09:3b:00:f2:ae:4c:a3:c6:61:b0:8b +# SHA1 Fingerprint: d2:73:96:2a:2a:5e:39:9f:73:3f:e1:c7:1e:64:3f:03:38:34:fc:4d +# SHA256 Fingerprint: c4:5d:7b:b0:8e:6d:67:e6:2e:42:35:11:0b:56:4e:5f:78:fd:92:ef:05:8c:84:0a:ea:4e:64:55:d7:58:5c:60 +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgIQbkepxlqz5yDFMJo/aFLybzANBgkqhkiG9w0BAQwFADBH +MQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExM +QzEUMBIGA1UEAxMLR1RTIFJvb3QgUjIwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIy +MDAwMDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNl +cnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjIwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQDO3v2m++zsFDQ8BwZabFn3GTXd98GdVarTzTukk3Lv +CvptnfbwhYBboUhSnznFt+4orO/LdmgUud+tAWyZH8QiHZ/+cnfgLFuv5AS/T3Kg +GjSY6Dlo7JUle3ah5mm5hRm9iYz+re026nO8/4Piy33B0s5Ks40FnotJk9/BW9Bu +XvAuMC6C/Pq8tBcKSOWIm8Wba96wyrQD8Nr0kLhlZPdcTK3ofmZemde4wj7I0BOd +re7kRXuJVfeKH2JShBKzwkCX44ofR5GmdFrS+LFjKBC4swm4VndAoiaYecb+3yXu +PuWgf9RhD1FLPD+M2uFwdNjCaKH5wQzpoeJ/u1U8dgbuak7MkogwTZq9TwtImoS1 +mKPV+3PBV2HdKFZ1E66HjucMUQkQdYhMvI35ezzUIkgfKtzra7tEscszcTJGr61K +8YzodDqs5xoic4DSMPclQsciOzsSrZYuxsN2B6ogtzVJV+mSSeh2FnIxZyuWfoqj +x5RWIr9qS34BIbIjMt/kmkRtWVtd9QCgHJvGeJeNkP+byKq0rxFROV7Z+2et1VsR +nTKaG73VululycslaVNVJ1zgyjbLiGH7HrfQy+4W+9OmTN6SpdTi3/UGVN4unUu0 +kzCqgc7dGtxRcw1PcOnlthYhGXmy5okLdWTK1au8CcEYof/UVKGFPP0UJAOyh9Ok +twIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQUu//KjiOfT5nK2+JopqUVJxce2Q4wDQYJKoZIhvcNAQEMBQADggIBALZp +8KZ3/p7uC4Gt4cCpx/k1HUCCq+YEtN/L9x0Pg/B+E02NjO7jMyLDOfxA325BS0JT +vhaI8dI4XsRomRyYUpOM52jtG2pzegVATX9lO9ZY8c6DR2Dj/5epnGB3GFW1fgiT +z9D2PGcDFWEJ+YF59exTpJ/JjwGLc8R3dtyDovUMSRqodt6Sm2T4syzFJ9MHwAiA +pJiS4wGWAqoC7o87xdFtCjMwc3i5T1QWvwsHoaRc5svJXISPD+AVdyx+Jn7axEvb +pxZ3B7DNdehyQtaVhJ2Gg/LkkM0JR9SLA3DaWsYDQvTtN6LwG1BUSw7YhN4ZKJmB +R64JGz9I0cNv4rBgF/XuIwKl2gBbbZCr7qLpGzvpx0QnRY5rn/WkhLx3+WuXrD5R +RaIRpsyF7gpo8j5QOHokYh4XIDdtak23CZvJ/KRY9bb7nE4Yu5UC56GtmwfuNmsk +0jmGwZODUNKBRqhfYlcsu2xkiAhu7xNUX90txGdj08+JN7+dIPT7eoOboB6BAFDC +5AwiWVIQ7UNWhwD4FFKnHYuTjKJNRn8nxnGbJN7k2oaLDX5rIMHAnuFl2GqjpuiF +izoHCBy69Y9Vmhh1fuXsgWbRIXOhNUQLgD1bnF5vKheW0YMjiGZt5obicDIvUiLn +yOd/xCxgXS/Dr55FBcOEArf9LAhST4Ldo/DUhgkC +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R3 O=Google Trust Services LLC +# Subject: CN=GTS Root R3 O=Google Trust Services LLC +# Label: "GTS Root R3" +# Serial: 146587176140553309517047991083707763997 +# MD5 Fingerprint: 1a:79:5b:6b:04:52:9c:5d:c7:74:33:1b:25:9a:f9:25 +# SHA1 Fingerprint: 30:d4:24:6f:07:ff:db:91:89:8a:0b:e9:49:66:11:eb:8c:5e:46:e5 +# SHA256 Fingerprint: 15:d5:b8:77:46:19:ea:7d:54:ce:1c:a6:d0:b0:c4:03:e0:37:a9:17:f1:31:e8:a0:4e:1e:6b:7a:71:ba:bc:e5 +-----BEGIN CERTIFICATE----- +MIICDDCCAZGgAwIBAgIQbkepx2ypcyRAiQ8DVd2NHTAKBggqhkjOPQQDAzBHMQsw +CQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU +MBIGA1UEAxMLR1RTIFJvb3QgUjMwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw +MDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp +Y2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjMwdjAQBgcqhkjOPQIBBgUrgQQA +IgNiAAQfTzOHMymKoYTey8chWEGJ6ladK0uFxh1MJ7x/JlFyb+Kf1qPKzEUURout +736GjOyxfi//qXGdGIRFBEFVbivqJn+7kAHjSxm65FSWRQmx1WyRRK2EE46ajA2A +DDL24CejQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1Ud +DgQWBBTB8Sa6oC2uhYHP0/EqEr24Cmf9vDAKBggqhkjOPQQDAwNpADBmAjEAgFuk +fCPAlaUs3L6JbyO5o91lAFJekazInXJ0glMLfalAvWhgxeG4VDvBNhcl2MG9AjEA +njWSdIUlUfUk7GRSJFClH9voy8l27OyCbvWFGFPouOOaKaqW04MjyaR7YbPMAuhd +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R4 O=Google Trust Services LLC +# Subject: CN=GTS Root R4 O=Google Trust Services LLC +# Label: "GTS Root R4" +# Serial: 146587176229350439916519468929765261721 +# MD5 Fingerprint: 5d:b6:6a:c4:60:17:24:6a:1a:99:a8:4b:ee:5e:b4:26 +# SHA1 Fingerprint: 2a:1d:60:27:d9:4a:b1:0a:1c:4d:91:5c:cd:33:a0:cb:3e:2d:54:cb +# SHA256 Fingerprint: 71:cc:a5:39:1f:9e:79:4b:04:80:25:30:b3:63:e1:21:da:8a:30:43:bb:26:66:2f:ea:4d:ca:7f:c9:51:a4:bd +-----BEGIN CERTIFICATE----- +MIICCjCCAZGgAwIBAgIQbkepyIuUtui7OyrYorLBmTAKBggqhkjOPQQDAzBHMQsw +CQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU +MBIGA1UEAxMLR1RTIFJvb3QgUjQwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw +MDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp +Y2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjQwdjAQBgcqhkjOPQIBBgUrgQQA +IgNiAATzdHOnaItgrkO4NcWBMHtLSZ37wWHO5t5GvWvVYRg1rkDdc/eJkTBa6zzu +hXyiQHY7qca4R9gq55KRanPpsXI5nymfopjTX15YhmUPoYRlBtHci8nHc8iMai/l +xKvRHYqjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1Ud +DgQWBBSATNbrdP9JNqPV2Py1PsVq8JQdjDAKBggqhkjOPQQDAwNnADBkAjBqUFJ0 +CMRw3J5QdCHojXohw0+WbhXRIjVhLfoIN+4Zba3bssx9BzT1YBkstTTZbyACMANx +sbqjYAuG7ZoIapVon+Kz4ZNkfF6Tpt95LY2F45TPI11xzPKwTdb+mciUqXWi4w== +-----END CERTIFICATE----- + +# Issuer: CN=UCA Global G2 Root O=UniTrust +# Subject: CN=UCA Global G2 Root O=UniTrust +# Label: "UCA Global G2 Root" +# Serial: 124779693093741543919145257850076631279 +# MD5 Fingerprint: 80:fe:f0:c4:4a:f0:5c:62:32:9f:1c:ba:78:a9:50:f8 +# SHA1 Fingerprint: 28:f9:78:16:19:7a:ff:18:25:18:aa:44:fe:c1:a0:ce:5c:b6:4c:8a +# SHA256 Fingerprint: 9b:ea:11:c9:76:fe:01:47:64:c1:be:56:a6:f9:14:b5:a5:60:31:7a:bd:99:88:39:33:82:e5:16:1a:a0:49:3c +-----BEGIN CERTIFICATE----- +MIIFRjCCAy6gAwIBAgIQXd+x2lqj7V2+WmUgZQOQ7zANBgkqhkiG9w0BAQsFADA9 +MQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxGzAZBgNVBAMMElVDQSBH +bG9iYWwgRzIgUm9vdDAeFw0xNjAzMTEwMDAwMDBaFw00MDEyMzEwMDAwMDBaMD0x +CzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbmlUcnVzdDEbMBkGA1UEAwwSVUNBIEds +b2JhbCBHMiBSb290MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxeYr +b3zvJgUno4Ek2m/LAfmZmqkywiKHYUGRO8vDaBsGxUypK8FnFyIdK+35KYmToni9 +kmugow2ifsqTs6bRjDXVdfkX9s9FxeV67HeToI8jrg4aA3++1NDtLnurRiNb/yzm +VHqUwCoV8MmNsHo7JOHXaOIxPAYzRrZUEaalLyJUKlgNAQLx+hVRZ2zA+te2G3/R +VogvGjqNO7uCEeBHANBSh6v7hn4PJGtAnTRnvI3HLYZveT6OqTwXS3+wmeOwcWDc +C/Vkw85DvG1xudLeJ1uK6NjGruFZfc8oLTW4lVYa8bJYS7cSN8h8s+1LgOGN+jIj +tm+3SJUIsUROhYw6AlQgL9+/V087OpAh18EmNVQg7Mc/R+zvWr9LesGtOxdQXGLY +D0tK3Cv6brxzks3sx1DoQZbXqX5t2Okdj4q1uViSukqSKwxW/YDrCPBeKW4bHAyv +j5OJrdu9o54hyokZ7N+1wxrrFv54NkzWbtA+FxyQF2smuvt6L78RHBgOLXMDj6Dl +NaBa4kx1HXHhOThTeEDMg5PXCp6dW4+K5OXgSORIskfNTip1KnvyIvbJvgmRlld6 +iIis7nCs+dwp4wwcOxJORNanTrAmyPPZGpeRaOrvjUYG0lZFWJo8DA+DuAUlwznP +O6Q0ibd5Ei9Hxeepl2n8pndntd978XplFeRhVmUCAwEAAaNCMEAwDgYDVR0PAQH/ +BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFIHEjMz15DD/pQwIX4wV +ZyF0Ad/fMA0GCSqGSIb3DQEBCwUAA4ICAQATZSL1jiutROTL/7lo5sOASD0Ee/oj +L3rtNtqyzm325p7lX1iPyzcyochltq44PTUbPrw7tgTQvPlJ9Zv3hcU2tsu8+Mg5 +1eRfB70VVJd0ysrtT7q6ZHafgbiERUlMjW+i67HM0cOU2kTC5uLqGOiiHycFutfl +1qnN3e92mI0ADs0b+gO3joBYDic/UvuUospeZcnWhNq5NXHzJsBPd+aBJ9J3O5oU +b3n09tDh05S60FdRvScFDcH9yBIw7m+NESsIndTUv4BFFJqIRNow6rSn4+7vW4LV +PtateJLbXDzz2K36uGt/xDYotgIVilQsnLAXc47QN6MUPJiVAAwpBVueSUmxX8fj +y88nZY41F7dXyDDZQVu5FLbowg+UMaeUmMxq67XhJ/UQqAHojhJi6IjMtX9Gl8Cb +EGY4GjZGXyJoPd/JxhMnq1MGrKI8hgZlb7F+sSlEmqO6SWkoaY/X5V+tBIZkbxqg +DMUIYs6Ao9Dz7GjevjPHF1t/gMRMTLGmhIrDO7gJzRSBuhjjVFc2/tsvfEehOjPI ++Vg7RE+xygKJBJYoaMVLuCaJu9YzL1DV/pqJuhgyklTGW+Cd+V7lDSKb9triyCGy +YiGqhkCyLmTTX8jjfhFnRR8F/uOi77Oos/N9j/gMHyIfLXC0uAE0djAA5SN4p1bX +UB+K+wb1whnw0A== +-----END CERTIFICATE----- + +# Issuer: CN=UCA Extended Validation Root O=UniTrust +# Subject: CN=UCA Extended Validation Root O=UniTrust +# Label: "UCA Extended Validation Root" +# Serial: 106100277556486529736699587978573607008 +# MD5 Fingerprint: a1:f3:5f:43:c6:34:9b:da:bf:8c:7e:05:53:ad:96:e2 +# SHA1 Fingerprint: a3:a1:b0:6f:24:61:23:4a:e3:36:a5:c2:37:fc:a6:ff:dd:f0:d7:3a +# SHA256 Fingerprint: d4:3a:f9:b3:54:73:75:5c:96:84:fc:06:d7:d8:cb:70:ee:5c:28:e7:73:fb:29:4e:b4:1e:e7:17:22:92:4d:24 +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgIQT9Irj/VkyDOeTzRYZiNwYDANBgkqhkiG9w0BAQsFADBH +MQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNVBAMMHFVDQSBF +eHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwHhcNMTUwMzEzMDAwMDAwWhcNMzgxMjMx +MDAwMDAwWjBHMQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNV +BAMMHFVDQSBFeHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQCpCQcoEwKwmeBkqh5DFnpzsZGgdT6o+uM4AHrsiWog +D4vFsJszA1qGxliG1cGFu0/GnEBNyr7uaZa4rYEwmnySBesFK5pI0Lh2PpbIILvS +sPGP2KxFRv+qZ2C0d35qHzwaUnoEPQc8hQ2E0B92CvdqFN9y4zR8V05WAT558aop +O2z6+I9tTcg1367r3CTueUWnhbYFiN6IXSV8l2RnCdm/WhUFhvMJHuxYMjMR83dk +sHYf5BA1FxvyDrFspCqjc/wJHx4yGVMR59mzLC52LqGj3n5qiAno8geK+LLNEOfi +c0CTuwjRP+H8C5SzJe98ptfRr5//lpr1kXuYC3fUfugH0mK1lTnj8/FtDw5lhIpj +VMWAtuCeS31HJqcBCF3RiJ7XwzJE+oJKCmhUfzhTA8ykADNkUVkLo4KRel7sFsLz +KuZi2irbWWIQJUoqgQtHB0MGcIfS+pMRKXpITeuUx3BNr2fVUbGAIAEBtHoIppB/ +TuDvB0GHr2qlXov7z1CymlSvw4m6WC31MJixNnI5fkkE/SmnTHnkBVfblLkWU41G +sx2VYVdWf6/wFlthWG82UBEL2KwrlRYaDh8IzTY0ZRBiZtWAXxQgXy0MoHgKaNYs +1+lvK9JKBZP8nm9rZ/+I8U6laUpSNwXqxhaN0sSZ0YIrO7o1dfdRUVjzyAfd5LQD +fwIDAQABo0IwQDAdBgNVHQ4EFgQU2XQ65DA9DfcS3H5aBZ8eNJr34RQwDwYDVR0T +AQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQELBQADggIBADaN +l8xCFWQpN5smLNb7rhVpLGsaGvdftvkHTFnq88nIua7Mui563MD1sC3AO6+fcAUR +ap8lTwEpcOPlDOHqWnzcSbvBHiqB9RZLcpHIojG5qtr8nR/zXUACE/xOHAbKsxSQ +VBcZEhrxH9cMaVr2cXj0lH2RC47skFSOvG+hTKv8dGT9cZr4QQehzZHkPJrgmzI5 +c6sq1WnIeJEmMX3ixzDx/BR4dxIOE/TdFpS/S2d7cFOFyrC78zhNLJA5wA3CXWvp +4uXViI3WLL+rG761KIcSF3Ru/H38j9CHJrAb+7lsq+KePRXBOy5nAliRn+/4Qh8s +t2j1da3Ptfb/EX3C8CSlrdP6oDyp+l3cpaDvRKS+1ujl5BOWF3sGPjLtx7dCvHaj +2GU4Kzg1USEODm8uNBNA4StnDG1KQTAYI1oyVZnJF+A83vbsea0rWBmirSwiGpWO +vpaQXUJXxPkUAzUrHC1RVwinOt4/5Mi0A3PCwSaAuwtCH60NryZy2sy+s6ODWA2C +xR9GUeOcGMyNm43sSet1UNWMKFnKdDTajAshqx7qG+XH/RU+wBeq+yNuJkbL+vmx +cmtpzyKEC2IPrNkZAJSidjzULZrtBJ4tBmIQN1IchXIbJ+XMxjHsN+xjWZsLHXbM +fjKaiJUINlK73nZfdklJrX+9ZSCyycErdhh2n1ax +-----END CERTIFICATE----- + +# Issuer: CN=Certigna Root CA O=Dhimyotis OU=0002 48146308100036 +# Subject: CN=Certigna Root CA O=Dhimyotis OU=0002 48146308100036 +# Label: "Certigna Root CA" +# Serial: 269714418870597844693661054334862075617 +# MD5 Fingerprint: 0e:5c:30:62:27:eb:5b:bc:d7:ae:62:ba:e9:d5:df:77 +# SHA1 Fingerprint: 2d:0d:52:14:ff:9e:ad:99:24:01:74:20:47:6e:6c:85:27:27:f5:43 +# SHA256 Fingerprint: d4:8d:3d:23:ee:db:50:a4:59:e5:51:97:60:1c:27:77:4b:9d:7b:18:c9:4d:5a:05:95:11:a1:02:50:b9:31:68 +-----BEGIN CERTIFICATE----- +MIIGWzCCBEOgAwIBAgIRAMrpG4nxVQMNo+ZBbcTjpuEwDQYJKoZIhvcNAQELBQAw +WjELMAkGA1UEBhMCRlIxEjAQBgNVBAoMCURoaW15b3RpczEcMBoGA1UECwwTMDAw +MiA0ODE0NjMwODEwMDAzNjEZMBcGA1UEAwwQQ2VydGlnbmEgUm9vdCBDQTAeFw0x +MzEwMDEwODMyMjdaFw0zMzEwMDEwODMyMjdaMFoxCzAJBgNVBAYTAkZSMRIwEAYD +VQQKDAlEaGlteW90aXMxHDAaBgNVBAsMEzAwMDIgNDgxNDYzMDgxMDAwMzYxGTAX +BgNVBAMMEENlcnRpZ25hIFJvb3QgQ0EwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAw +ggIKAoICAQDNGDllGlmx6mQWDoyUJJV8g9PFOSbcDO8WV43X2KyjQn+Cyu3NW9sO +ty3tRQgXstmzy9YXUnIo245Onoq2C/mehJpNdt4iKVzSs9IGPjA5qXSjklYcoW9M +CiBtnyN6tMbaLOQdLNyzKNAT8kxOAkmhVECe5uUFoC2EyP+YbNDrihqECB63aCPu +I9Vwzm1RaRDuoXrC0SIxwoKF0vJVdlB8JXrJhFwLrN1CTivngqIkicuQstDuI7pm +TLtipPlTWmR7fJj6o0ieD5Wupxj0auwuA0Wv8HT4Ks16XdG+RCYyKfHx9WzMfgIh +C59vpD++nVPiz32pLHxYGpfhPTc3GGYo0kDFUYqMwy3OU4gkWGQwFsWq4NYKpkDf +ePb1BHxpE4S80dGnBs8B92jAqFe7OmGtBIyT46388NtEbVncSVmurJqZNjBBe3Yz +IoejwpKGbvlw7q6Hh5UbxHq9MfPU0uWZ/75I7HX1eBYdpnDBfzwboZL7z8g81sWT +Co/1VTp2lc5ZmIoJlXcymoO6LAQ6l73UL77XbJuiyn1tJslV1c/DeVIICZkHJC1k +JWumIWmbat10TWuXekG9qxf5kBdIjzb5LdXF2+6qhUVB+s06RbFo5jZMm5BX7CO5 +hwjCxAnxl4YqKE3idMDaxIzb3+KhF1nOJFl0Mdp//TBt2dzhauH8XwIDAQABo4IB +GjCCARYwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE +FBiHVuBud+4kNTxOc5of1uHieX4rMB8GA1UdIwQYMBaAFBiHVuBud+4kNTxOc5of +1uHieX4rMEQGA1UdIAQ9MDswOQYEVR0gADAxMC8GCCsGAQUFBwIBFiNodHRwczov +L3d3d3cuY2VydGlnbmEuZnIvYXV0b3JpdGVzLzBtBgNVHR8EZjBkMC+gLaArhilo +dHRwOi8vY3JsLmNlcnRpZ25hLmZyL2NlcnRpZ25hcm9vdGNhLmNybDAxoC+gLYYr +aHR0cDovL2NybC5kaGlteW90aXMuY29tL2NlcnRpZ25hcm9vdGNhLmNybDANBgkq +hkiG9w0BAQsFAAOCAgEAlLieT/DjlQgi581oQfccVdV8AOItOoldaDgvUSILSo3L +6btdPrtcPbEo/uRTVRPPoZAbAh1fZkYJMyjhDSSXcNMQH+pkV5a7XdrnxIxPTGRG +HVyH41neQtGbqH6mid2PHMkwgu07nM3A6RngatgCdTer9zQoKJHyBApPNeNgJgH6 +0BGM+RFq7q89w1DTj18zeTyGqHNFkIwgtnJzFyO+B2XleJINugHA64wcZr+shncB +lA2c5uk5jR+mUYyZDDl34bSb+hxnV29qao6pK0xXeXpXIs/NX2NGjVxZOob4Mkdi +o2cNGJHc+6Zr9UhhcyNZjgKnvETq9Emd8VRY+WCv2hikLyhF3HqgiIZd8zvn/yk1 +gPxkQ5Tm4xxvvq0OKmOZK8l+hfZx6AYDlf7ej0gcWtSS6Cvu5zHbugRqh5jnxV/v +faci9wHYTfmJ0A6aBVmknpjZbyvKcL5kwlWj9Omvw5Ip3IgWJJk8jSaYtlu3zM63 +Nwf9JtmYhST/WSMDmu2dnajkXjjO11INb9I/bbEFa0nOipFGc/T2L/Coc3cOZayh +jWZSaX5LaAzHHjcng6WMxwLkFM1JAbBzs/3GkDpv0mztO+7skb6iQ12LAEpmJURw +3kAP+HwV96LOPNdeE4yBFxgX0b3xdxA61GU5wSesVywlVP+i2k+KYTlerj1KjL0= +-----END CERTIFICATE----- + +# Issuer: CN=emSign Root CA - G1 O=eMudhra Technologies Limited OU=emSign PKI +# Subject: CN=emSign Root CA - G1 O=eMudhra Technologies Limited OU=emSign PKI +# Label: "emSign Root CA - G1" +# Serial: 235931866688319308814040 +# MD5 Fingerprint: 9c:42:84:57:dd:cb:0b:a7:2e:95:ad:b6:f3:da:bc:ac +# SHA1 Fingerprint: 8a:c7:ad:8f:73:ac:4e:c1:b5:75:4d:a5:40:f4:fc:cf:7c:b5:8e:8c +# SHA256 Fingerprint: 40:f6:af:03:46:a9:9a:a1:cd:1d:55:5a:4e:9c:ce:62:c7:f9:63:46:03:ee:40:66:15:83:3d:c8:c8:d0:03:67 +-----BEGIN CERTIFICATE----- +MIIDlDCCAnygAwIBAgIKMfXkYgxsWO3W2DANBgkqhkiG9w0BAQsFADBnMQswCQYD +VQQGEwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBU +ZWNobm9sb2dpZXMgTGltaXRlZDEcMBoGA1UEAxMTZW1TaWduIFJvb3QgQ0EgLSBH +MTAeFw0xODAyMTgxODMwMDBaFw00MzAyMTgxODMwMDBaMGcxCzAJBgNVBAYTAklO +MRMwEQYDVQQLEwplbVNpZ24gUEtJMSUwIwYDVQQKExxlTXVkaHJhIFRlY2hub2xv +Z2llcyBMaW1pdGVkMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEcxMIIBIjAN +BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk0u76WaK7p1b1TST0Bsew+eeuGQz +f2N4aLTNLnF115sgxk0pvLZoYIr3IZpWNVrzdr3YzZr/k1ZLpVkGoZM0Kd0WNHVO +8oG0x5ZOrRkVUkr+PHB1cM2vK6sVmjM8qrOLqs1D/fXqcP/tzxE7lM5OMhbTI0Aq +d7OvPAEsbO2ZLIvZTmmYsvePQbAyeGHWDV/D+qJAkh1cF+ZwPjXnorfCYuKrpDhM +tTk1b+oDafo6VGiFbdbyL0NVHpENDtjVaqSW0RM8LHhQ6DqS0hdW5TUaQBw+jSzt +Od9C4INBdN+jzcKGYEho42kLVACL5HZpIQ15TjQIXhTCzLG3rdd8cIrHhQIDAQAB +o0IwQDAdBgNVHQ4EFgQU++8Nhp6w492pufEhF38+/PB3KxowDgYDVR0PAQH/BAQD +AgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBAFn/8oz1h31x +PaOfG1vR2vjTnGs2vZupYeveFix0PZ7mddrXuqe8QhfnPZHr5X3dPpzxz5KsbEjM +wiI/aTvFthUvozXGaCocV685743QNcMYDHsAVhzNixl03r4PEuDQqqE/AjSxcM6d +GNYIAwlG7mDgfrbESQRRfXBgvKqy/3lyeqYdPV8q+Mri/Tm3R7nrft8EI6/6nAYH +6ftjk4BAtcZsCjEozgyfz7MjNYBBjWzEN3uBL4ChQEKF6dk4jeihU80Bv2noWgby +RQuQ+q7hv53yrlc8pa6yVvSLZUDp/TGBLPQ5Cdjua6e0ph0VpZj3AYHYhX3zUVxx +iN66zB+Afko= +-----END CERTIFICATE----- + +# Issuer: CN=emSign ECC Root CA - G3 O=eMudhra Technologies Limited OU=emSign PKI +# Subject: CN=emSign ECC Root CA - G3 O=eMudhra Technologies Limited OU=emSign PKI +# Label: "emSign ECC Root CA - G3" +# Serial: 287880440101571086945156 +# MD5 Fingerprint: ce:0b:72:d1:9f:88:8e:d0:50:03:e8:e3:b8:8b:67:40 +# SHA1 Fingerprint: 30:43:fa:4f:f2:57:dc:a0:c3:80:ee:2e:58:ea:78:b2:3f:e6:bb:c1 +# SHA256 Fingerprint: 86:a1:ec:ba:08:9c:4a:8d:3b:be:27:34:c6:12:ba:34:1d:81:3e:04:3c:f9:e8:a8:62:cd:5c:57:a3:6b:be:6b +-----BEGIN CERTIFICATE----- +MIICTjCCAdOgAwIBAgIKPPYHqWhwDtqLhDAKBggqhkjOPQQDAzBrMQswCQYDVQQG +EwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNo +bm9sb2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0g +RzMwHhcNMTgwMjE4MTgzMDAwWhcNNDMwMjE4MTgzMDAwWjBrMQswCQYDVQQGEwJJ +TjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNobm9s +b2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0gRzMw +djAQBgcqhkjOPQIBBgUrgQQAIgNiAAQjpQy4LRL1KPOxst3iAhKAnjlfSU2fySU0 +WXTsuwYc58Byr+iuL+FBVIcUqEqy6HyC5ltqtdyzdc6LBtCGI79G1Y4PPwT01xyS +fvalY8L1X44uT6EYGQIrMgqCZH0Wk9GjQjBAMB0GA1UdDgQWBBR8XQKEE9TMipuB +zhccLikenEhjQjAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggq +hkjOPQQDAwNpADBmAjEAvvNhzwIQHWSVB7gYboiFBS+DCBeQyh+KTOgNG3qxrdWB +CUfvO6wIBHxcmbHtRwfSAjEAnbpV/KlK6O3t5nYBQnvI+GDZjVGLVTv7jHvrZQnD ++JbNR6iC8hZVdyR+EhCVBCyj +-----END CERTIFICATE----- + +# Issuer: CN=emSign Root CA - C1 O=eMudhra Inc OU=emSign PKI +# Subject: CN=emSign Root CA - C1 O=eMudhra Inc OU=emSign PKI +# Label: "emSign Root CA - C1" +# Serial: 825510296613316004955058 +# MD5 Fingerprint: d8:e3:5d:01:21:fa:78:5a:b0:df:ba:d2:ee:2a:5f:68 +# SHA1 Fingerprint: e7:2e:f1:df:fc:b2:09:28:cf:5d:d4:d5:67:37:b1:51:cb:86:4f:01 +# SHA256 Fingerprint: 12:56:09:aa:30:1d:a0:a2:49:b9:7a:82:39:cb:6a:34:21:6f:44:dc:ac:9f:39:54:b1:42:92:f2:e8:c8:60:8f +-----BEGIN CERTIFICATE----- +MIIDczCCAlugAwIBAgILAK7PALrEzzL4Q7IwDQYJKoZIhvcNAQELBQAwVjELMAkG +A1UEBhMCVVMxEzARBgNVBAsTCmVtU2lnbiBQS0kxFDASBgNVBAoTC2VNdWRocmEg +SW5jMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEMxMB4XDTE4MDIxODE4MzAw +MFoXDTQzMDIxODE4MzAwMFowVjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln +biBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMRwwGgYDVQQDExNlbVNpZ24gUm9v +dCBDQSAtIEMxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz+upufGZ +BczYKCFK83M0UYRWEPWgTywS4/oTmifQz/l5GnRfHXk5/Fv4cI7gklL35CX5VIPZ +HdPIWoU/Xse2B+4+wM6ar6xWQio5JXDWv7V7Nq2s9nPczdcdioOl+yuQFTdrHCZH +3DspVpNqs8FqOp099cGXOFgFixwR4+S0uF2FHYP+eF8LRWgYSKVGczQ7/g/IdrvH +GPMF0Ybzhe3nudkyrVWIzqa2kbBPrH4VI5b2P/AgNBbeCsbEBEV5f6f9vtKppa+c +xSMq9zwhbL2vj07FOrLzNBL834AaSaTUqZX3noleoomslMuoaJuvimUnzYnu3Yy1 +aylwQ6BpC+S5DwIDAQABo0IwQDAdBgNVHQ4EFgQU/qHgcB4qAzlSWkK+XJGFehiq +TbUwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL +BQADggEBAMJKVvoVIXsoounlHfv4LcQ5lkFMOycsxGwYFYDGrK9HWS8mC+M2sO87 +/kOXSTKZEhVb3xEp/6tT+LvBeA+snFOvV71ojD1pM/CjoCNjO2RnIkSt1XHLVip4 +kqNPEjE2NuLe/gDEo2APJ62gsIq1NnpSob0n9CAnYuhNlCQT5AoE6TyrLshDCUrG +YQTlSTR+08TI9Q/Aqum6VF7zYytPT1DU/rl7mYw9wC68AivTxEDkigcxHpvOJpkT ++xHqmiIMERnHXhuBUDDIlhJu58tBf5E7oke3VIAb3ADMmpDqw8NQBmIMMMAVSKeo +WXzhriKi4gp6D/piq1JM4fHfyr6DDUI= +-----END CERTIFICATE----- + +# Issuer: CN=emSign ECC Root CA - C3 O=eMudhra Inc OU=emSign PKI +# Subject: CN=emSign ECC Root CA - C3 O=eMudhra Inc OU=emSign PKI +# Label: "emSign ECC Root CA - C3" +# Serial: 582948710642506000014504 +# MD5 Fingerprint: 3e:53:b3:a3:81:ee:d7:10:f8:d3:b0:1d:17:92:f5:d5 +# SHA1 Fingerprint: b6:af:43:c2:9b:81:53:7d:f6:ef:6b:c3:1f:1f:60:15:0c:ee:48:66 +# SHA256 Fingerprint: bc:4d:80:9b:15:18:9d:78:db:3e:1d:8c:f4:f9:72:6a:79:5d:a1:64:3c:a5:f1:35:8e:1d:db:0e:dc:0d:7e:b3 +-----BEGIN CERTIFICATE----- +MIICKzCCAbGgAwIBAgIKe3G2gla4EnycqDAKBggqhkjOPQQDAzBaMQswCQYDVQQG +EwJVUzETMBEGA1UECxMKZW1TaWduIFBLSTEUMBIGA1UEChMLZU11ZGhyYSBJbmMx +IDAeBgNVBAMTF2VtU2lnbiBFQ0MgUm9vdCBDQSAtIEMzMB4XDTE4MDIxODE4MzAw +MFoXDTQzMDIxODE4MzAwMFowWjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln +biBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMSAwHgYDVQQDExdlbVNpZ24gRUND +IFJvb3QgQ0EgLSBDMzB2MBAGByqGSM49AgEGBSuBBAAiA2IABP2lYa57JhAd6bci +MK4G9IGzsUJxlTm801Ljr6/58pc1kjZGDoeVjbk5Wum739D+yAdBPLtVb4Ojavti +sIGJAnB9SMVK4+kiVCJNk7tCDK93nCOmfddhEc5lx/h//vXyqaNCMEAwHQYDVR0O +BBYEFPtaSNCAIEDyqOkAB2kZd6fmw/TPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMB +Af8EBTADAQH/MAoGCCqGSM49BAMDA2gAMGUCMQC02C8Cif22TGK6Q04ThHK1rt0c +3ta13FaPWEBaLd4gTCKDypOofu4SQMfWh0/434UCMBwUZOR8loMRnLDRWmFLpg9J +0wD8ofzkpf9/rdcw0Md3f76BB1UwUCAU9Vc4CqgxUQ== +-----END CERTIFICATE----- + +# Issuer: CN=Hongkong Post Root CA 3 O=Hongkong Post +# Subject: CN=Hongkong Post Root CA 3 O=Hongkong Post +# Label: "Hongkong Post Root CA 3" +# Serial: 46170865288971385588281144162979347873371282084 +# MD5 Fingerprint: 11:fc:9f:bd:73:30:02:8a:fd:3f:f3:58:b9:cb:20:f0 +# SHA1 Fingerprint: 58:a2:d0:ec:20:52:81:5b:c1:f3:f8:64:02:24:4e:c2:8e:02:4b:02 +# SHA256 Fingerprint: 5a:2f:c0:3f:0c:83:b0:90:bb:fa:40:60:4b:09:88:44:6c:76:36:18:3d:f9:84:6e:17:10:1a:44:7f:b8:ef:d6 +-----BEGIN CERTIFICATE----- +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 +mpv0 +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority - G4 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2015 Entrust, Inc. - for authorized use only +# Subject: CN=Entrust Root Certification Authority - G4 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2015 Entrust, Inc. - for authorized use only +# Label: "Entrust Root Certification Authority - G4" +# Serial: 289383649854506086828220374796556676440 +# MD5 Fingerprint: 89:53:f1:83:23:b7:7c:8e:05:f1:8c:71:38:4e:1f:88 +# SHA1 Fingerprint: 14:88:4e:86:26:37:b0:26:af:59:62:5c:40:77:ec:35:29:ba:96:01 +# SHA256 Fingerprint: db:35:17:d1:f6:73:2a:2d:5a:b9:7c:53:3e:c7:07:79:ee:32:70:a6:2f:b4:ac:42:38:37:24:60:e6:f0:1e:88 +-----BEGIN CERTIFICATE----- +MIIGSzCCBDOgAwIBAgIRANm1Q3+vqTkPAAAAAFVlrVgwDQYJKoZIhvcNAQELBQAw +gb4xCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQL +Ex9TZWUgd3d3LmVudHJ1c3QubmV0L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykg +MjAxNSBFbnRydXN0LCBJbmMuIC0gZm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMjAw +BgNVBAMTKUVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEc0 +MB4XDTE1MDUyNzExMTExNloXDTM3MTIyNzExNDExNlowgb4xCzAJBgNVBAYTAlVT +MRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1 +c3QubmV0L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxNSBFbnRydXN0LCBJ +bmMuIC0gZm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMjAwBgNVBAMTKUVudHJ1c3Qg +Um9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEc0MIICIjANBgkqhkiG9w0B +AQEFAAOCAg8AMIICCgKCAgEAsewsQu7i0TD/pZJH4i3DumSXbcr3DbVZwbPLqGgZ +2K+EbTBwXX7zLtJTmeH+H17ZSK9dE43b/2MzTdMAArzE+NEGCJR5WIoV3imz/f3E +T+iq4qA7ec2/a0My3dl0ELn39GjUu9CH1apLiipvKgS1sqbHoHrmSKvS0VnM1n4j +5pds8ELl3FFLFUHtSUrJ3hCX1nbB76W1NhSXNdh4IjVS70O92yfbYVaCNNzLiGAM +C1rlLAHGVK/XqsEQe9IFWrhAnoanw5CGAlZSCXqc0ieCU0plUmr1POeo8pyvi73T +DtTUXm6Hnmo9RR3RXRv06QqsYJn7ibT/mCzPfB3pAqoEmh643IhuJbNsZvc8kPNX +wbMv9W3y+8qh+CmdRouzavbmZwe+LGcKKh9asj5XxNMhIWNlUpEbsZmOeX7m640A +2Vqq6nPopIICR5b+W45UYaPrL0swsIsjdXJ8ITzI9vF01Bx7owVV7rtNOzK+mndm +nqxpkCIHH2E6lr7lmk/MBTwoWdPBDFSoWWG9yHJM6Nyfh3+9nEg2XpWjDrk4JFX8 +dWbrAuMINClKxuMrLzOg2qOGpRKX/YAr2hRC45K9PvJdXmd0LhyIRyk0X+IyqJwl +N4y6mACXi0mWHv0liqzc2thddG5msP9E36EYxr5ILzeUePiVSj9/E15dWf10hkNj +c0kCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYD +VR0OBBYEFJ84xFYjwznooHFs6FRM5Og6sb9nMA0GCSqGSIb3DQEBCwUAA4ICAQAS +5UKme4sPDORGpbZgQIeMJX6tuGguW8ZAdjwD+MlZ9POrYs4QjbRaZIxowLByQzTS +Gwv2LFPSypBLhmb8qoMi9IsabyZIrHZ3CL/FmFz0Jomee8O5ZDIBf9PD3Vht7LGr +hFV0d4QEJ1JrhkzO3bll/9bGXp+aEJlLdWr+aumXIOTkdnrG0CSqkM0gkLpHZPt/ +B7NTeLUKYvJzQ85BK4FqLoUWlFPUa19yIqtRLULVAJyZv967lDtX/Zr1hstWO1uI +AeV8KEsD+UmDfLJ/fOPtjqF/YFOOVZ1QNBIPt5d7bIdKROf1beyAN/BYGW5KaHbw +H5Lk6rWS02FREAutp9lfx1/cH6NcjKF+m7ee01ZvZl4HliDtC3T7Zk6LERXpgUl+ +b7DUUH8i119lAg2m9IUe2K4GS0qn0jFmwvjO5QimpAKWRGhXxNUzzxkvFMSUHHuk +2fCfDrGA4tGeEWSpiBE6doLlYsKA2KSD7ZPvfC+QsDJMlhVoSFLUmQjAJOgc47Ol +IQ6SwJAfzyBfyjs4x7dtOvPmRLgOMWuIjnDrnBdSqEGULoe256YSxXXfW8AKbnuk +5F6G+TaU33fD6Q3AOfF5u0aOq0NZJ7cguyPpVkAh7DE9ZapD8j3fcEThuk0mEDuY +n/PIjhs4ViFqUZPTkcpG2om3PVODLAgfi49T3f+sHw== +-----END CERTIFICATE----- + +# Issuer: CN=Microsoft ECC Root Certificate Authority 2017 O=Microsoft Corporation +# Subject: CN=Microsoft ECC Root Certificate Authority 2017 O=Microsoft Corporation +# Label: "Microsoft ECC Root Certificate Authority 2017" +# Serial: 136839042543790627607696632466672567020 +# MD5 Fingerprint: dd:a1:03:e6:4a:93:10:d1:bf:f0:19:42:cb:fe:ed:67 +# SHA1 Fingerprint: 99:9a:64:c3:7f:f4:7d:9f:ab:95:f1:47:69:89:14:60:ee:c4:c3:c5 +# SHA256 Fingerprint: 35:8d:f3:9d:76:4a:f9:e1:b7:66:e9:c9:72:df:35:2e:e1:5c:fa:c2:27:af:6a:d1:d7:0e:8e:4a:6e:dc:ba:02 +-----BEGIN CERTIFICATE----- +MIICWTCCAd+gAwIBAgIQZvI9r4fei7FK6gxXMQHC7DAKBggqhkjOPQQDAzBlMQsw +CQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYD +VQQDEy1NaWNyb3NvZnQgRUNDIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIw +MTcwHhcNMTkxMjE4MjMwNjQ1WhcNNDIwNzE4MjMxNjA0WjBlMQswCQYDVQQGEwJV +UzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1NaWNy +b3NvZnQgRUNDIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwdjAQBgcq +hkjOPQIBBgUrgQQAIgNiAATUvD0CQnVBEyPNgASGAlEvaqiBYgtlzPbKnR5vSmZR +ogPZnZH6thaxjG7efM3beaYvzrvOcS/lpaso7GMEZpn4+vKTEAXhgShC48Zo9OYb +hGBKia/teQ87zvH2RPUBeMCjVDBSMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8E +BTADAQH/MB0GA1UdDgQWBBTIy5lycFIM+Oa+sgRXKSrPQhDtNTAQBgkrBgEEAYI3 +FQEEAwIBADAKBggqhkjOPQQDAwNoADBlAjBY8k3qDPlfXu5gKcs68tvWMoQZP3zV +L8KxzJOuULsJMsbG7X7JNpQS5GiFBqIb0C8CMQCZ6Ra0DvpWSNSkMBaReNtUjGUB +iudQZsIxtzm6uBoiB078a1QWIP8rtedMDE2mT3M= +-----END CERTIFICATE----- + +# Issuer: CN=Microsoft RSA Root Certificate Authority 2017 O=Microsoft Corporation +# Subject: CN=Microsoft RSA Root Certificate Authority 2017 O=Microsoft Corporation +# Label: "Microsoft RSA Root Certificate Authority 2017" +# Serial: 40975477897264996090493496164228220339 +# MD5 Fingerprint: 10:ff:00:ff:cf:c9:f8:c7:7a:c0:ee:35:8e:c9:0f:47 +# SHA1 Fingerprint: 73:a5:e6:4a:3b:ff:83:16:ff:0e:dc:cc:61:8a:90:6e:4e:ae:4d:74 +# SHA256 Fingerprint: c7:41:f7:0f:4b:2a:8d:88:bf:2e:71:c1:41:22:ef:53:ef:10:eb:a0:cf:a5:e6:4c:fa:20:f4:18:85:30:73:e0 +-----BEGIN CERTIFICATE----- +MIIFqDCCA5CgAwIBAgIQHtOXCV/YtLNHcB6qvn9FszANBgkqhkiG9w0BAQwFADBl +MQswCQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYw +NAYDVQQDEy1NaWNyb3NvZnQgUlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5 +IDIwMTcwHhcNMTkxMjE4MjI1MTIyWhcNNDIwNzE4MjMwMDIzWjBlMQswCQYDVQQG +EwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1N +aWNyb3NvZnQgUlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKW76UM4wplZEWCpW9R2LBifOZ +Nt9GkMml7Xhqb0eRaPgnZ1AzHaGm++DlQ6OEAlcBXZxIQIJTELy/xztokLaCLeX0 +ZdDMbRnMlfl7rEqUrQ7eS0MdhweSE5CAg2Q1OQT85elss7YfUJQ4ZVBcF0a5toW1 +HLUX6NZFndiyJrDKxHBKrmCk3bPZ7Pw71VdyvD/IybLeS2v4I2wDwAW9lcfNcztm +gGTjGqwu+UcF8ga2m3P1eDNbx6H7JyqhtJqRjJHTOoI+dkC0zVJhUXAoP8XFWvLJ +jEm7FFtNyP9nTUwSlq31/niol4fX/V4ggNyhSyL71Imtus5Hl0dVe49FyGcohJUc +aDDv70ngNXtk55iwlNpNhTs+VcQor1fznhPbRiefHqJeRIOkpcrVE7NLP8TjwuaG +YaRSMLl6IE9vDzhTyzMMEyuP1pq9KsgtsRx9S1HKR9FIJ3Jdh+vVReZIZZ2vUpC6 +W6IYZVcSn2i51BVrlMRpIpj0M+Dt+VGOQVDJNE92kKz8OMHY4Xu54+OU4UZpyw4K +UGsTuqwPN1q3ErWQgR5WrlcihtnJ0tHXUeOrO8ZV/R4O03QK0dqq6mm4lyiPSMQH ++FJDOvTKVTUssKZqwJz58oHhEmrARdlns87/I6KJClTUFLkqqNfs+avNJVgyeY+Q +W5g5xAgGwax/Dj0ApQIDAQABo1QwUjAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/ +BAUwAwEB/zAdBgNVHQ4EFgQUCctZf4aycI8awznjwNnpv7tNsiMwEAYJKwYBBAGC +NxUBBAMCAQAwDQYJKoZIhvcNAQEMBQADggIBAKyvPl3CEZaJjqPnktaXFbgToqZC +LgLNFgVZJ8og6Lq46BrsTaiXVq5lQ7GPAJtSzVXNUzltYkyLDVt8LkS/gxCP81OC +gMNPOsduET/m4xaRhPtthH80dK2Jp86519efhGSSvpWhrQlTM93uCupKUY5vVau6 +tZRGrox/2KJQJWVggEbbMwSubLWYdFQl3JPk+ONVFT24bcMKpBLBaYVu32TxU5nh +SnUgnZUP5NbcA/FZGOhHibJXWpS2qdgXKxdJ5XbLwVaZOjex/2kskZGT4d9Mozd2 +TaGf+G0eHdP67Pv0RR0Tbc/3WeUiJ3IrhvNXuzDtJE3cfVa7o7P4NHmJweDyAmH3 +pvwPuxwXC65B2Xy9J6P9LjrRk5Sxcx0ki69bIImtt2dmefU6xqaWM/5TkshGsRGR +xpl/j8nWZjEgQRCHLQzWwa80mMpkg/sTV9HB8Dx6jKXB/ZUhoHHBk2dxEuqPiApp +GWSZI1b7rCoucL5mxAyE7+WL85MB+GqQk2dLsmijtWKP6T+MejteD+eMuMZ87zf9 +dOLITzNy4ZQ5bb0Sr74MTnB8G2+NszKTc0QWbej09+CVgI+WXTik9KveCjCHk9hN +AHFiRSdLOkKEW39lt2c0Ui2cFmuqqNh7o0JMcccMyj6D5KbvtwEwXlGjefVwaaZB +RA+GsCyRxj3qrg+E +-----END CERTIFICATE----- + +# Issuer: CN=e-Szigno Root CA 2017 O=Microsec Ltd. +# Subject: CN=e-Szigno Root CA 2017 O=Microsec Ltd. +# Label: "e-Szigno Root CA 2017" +# Serial: 411379200276854331539784714 +# MD5 Fingerprint: de:1f:f6:9e:84:ae:a7:b4:21:ce:1e:58:7d:d1:84:98 +# SHA1 Fingerprint: 89:d4:83:03:4f:9e:9a:48:80:5f:72:37:d4:a9:a6:ef:cb:7c:1f:d1 +# SHA256 Fingerprint: be:b0:0b:30:83:9b:9b:c3:2c:32:e4:44:79:05:95:06:41:f2:64:21:b1:5e:d0:89:19:8b:51:8a:e2:ea:1b:99 +-----BEGIN CERTIFICATE----- +MIICQDCCAeWgAwIBAgIMAVRI7yH9l1kN9QQKMAoGCCqGSM49BAMCMHExCzAJBgNV +BAYTAkhVMREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNTWljcm9zZWMgTHRk +LjEXMBUGA1UEYQwOVkFUSFUtMjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3ppZ25vIFJv +b3QgQ0EgMjAxNzAeFw0xNzA4MjIxMjA3MDZaFw00MjA4MjIxMjA3MDZaMHExCzAJ +BgNVBAYTAkhVMREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNTWljcm9zZWMg +THRkLjEXMBUGA1UEYQwOVkFUSFUtMjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3ppZ25v +IFJvb3QgQ0EgMjAxNzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJbcPYrYsHtv +xie+RJCxs1YVe45DJH0ahFnuY2iyxl6H0BVIHqiQrb1TotreOpCmYF9oMrWGQd+H +Wyx7xf58etqjYzBhMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G +A1UdDgQWBBSHERUI0arBeAyxr87GyZDvvzAEwDAfBgNVHSMEGDAWgBSHERUI0arB +eAyxr87GyZDvvzAEwDAKBggqhkjOPQQDAgNJADBGAiEAtVfd14pVCzbhhkT61Nlo +jbjcI4qKDdQvfepz7L9NbKgCIQDLpbQS+ue16M9+k/zzNY9vTlp8tLxOsvxyqltZ ++efcMQ== +-----END CERTIFICATE----- + +# Issuer: O=CERTSIGN SA OU=certSIGN ROOT CA G2 +# Subject: O=CERTSIGN SA OU=certSIGN ROOT CA G2 +# Label: "certSIGN Root CA G2" +# Serial: 313609486401300475190 +# MD5 Fingerprint: 8c:f1:75:8a:c6:19:cf:94:b7:f7:65:20:87:c3:97:c7 +# SHA1 Fingerprint: 26:f9:93:b4:ed:3d:28:27:b0:b9:4b:a7:e9:15:1d:a3:8d:92:e5:32 +# SHA256 Fingerprint: 65:7c:fe:2f:a7:3f:aa:38:46:25:71:f3:32:a2:36:3a:46:fc:e7:02:09:51:71:07:02:cd:fb:b6:ee:da:33:05 +-----BEGIN CERTIFICATE----- +MIIFRzCCAy+gAwIBAgIJEQA0tk7GNi02MA0GCSqGSIb3DQEBCwUAMEExCzAJBgNV +BAYTAlJPMRQwEgYDVQQKEwtDRVJUU0lHTiBTQTEcMBoGA1UECxMTY2VydFNJR04g +Uk9PVCBDQSBHMjAeFw0xNzAyMDYwOTI3MzVaFw00MjAyMDYwOTI3MzVaMEExCzAJ +BgNVBAYTAlJPMRQwEgYDVQQKEwtDRVJUU0lHTiBTQTEcMBoGA1UECxMTY2VydFNJ +R04gUk9PVCBDQSBHMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMDF +dRmRfUR0dIf+DjuW3NgBFszuY5HnC2/OOwppGnzC46+CjobXXo9X69MhWf05N0Iw +vlDqtg+piNguLWkh59E3GE59kdUWX2tbAMI5Qw02hVK5U2UPHULlj88F0+7cDBrZ +uIt4ImfkabBoxTzkbFpG583H+u/E7Eu9aqSs/cwoUe+StCmrqzWaTOTECMYmzPhp +n+Sc8CnTXPnGFiWeI8MgwT0PPzhAsP6CRDiqWhqKa2NYOLQV07YRaXseVO6MGiKs +cpc/I1mbySKEwQdPzH/iV8oScLumZfNpdWO9lfsbl83kqK/20U6o2YpxJM02PbyW +xPFsqa7lzw1uKA2wDrXKUXt4FMMgL3/7FFXhEZn91QqhngLjYl/rNUssuHLoPj1P +rCy7Lobio3aP5ZMqz6WryFyNSwb/EkaseMsUBzXgqd+L6a8VTxaJW732jcZZroiF +DsGJ6x9nxUWO/203Nit4ZoORUSs9/1F3dmKh7Gc+PoGD4FapUB8fepmrY7+EF3fx +DTvf95xhszWYijqy7DwaNz9+j5LP2RIUZNoQAhVB/0/E6xyjyfqZ90bp4RjZsbgy +LcsUDFDYg2WD7rlcz8sFWkz6GZdr1l0T08JcVLwyc6B49fFtHsufpaafItzRUZ6C +eWRgKRM+o/1Pcmqr4tTluCRVLERLiohEnMqE0yo7AgMBAAGjQjBAMA8GA1UdEwEB +/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBSCIS1mxteg4BXrzkwJ +d8RgnlRuAzANBgkqhkiG9w0BAQsFAAOCAgEAYN4auOfyYILVAzOBywaK8SJJ6ejq +kX/GM15oGQOGO0MBzwdw5AgeZYWR5hEit/UCI46uuR59H35s5r0l1ZUa8gWmr4UC +b6741jH/JclKyMeKqdmfS0mbEVeZkkMR3rYzpMzXjWR91M08KCy0mpbqTfXERMQl +qiCA2ClV9+BB/AYm/7k29UMUA2Z44RGx2iBfRgB4ACGlHgAoYXhvqAEBj500mv/0 +OJD7uNGzcgbJceaBxXntC6Z58hMLnPddDnskk7RI24Zf3lCGeOdA5jGokHZwYa+c +NywRtYK3qq4kNFtyDGkNzVmf9nGvnAvRCjj5BiKDUyUM/FHE5r7iOZULJK2v0ZXk +ltd0ZGtxTgI8qoXzIKNDOXZbbFD+mpwUHmUUihW9o4JFWklWatKcsWMy5WHgUyIO +pwpJ6st+H6jiYoD2EEVSmAYY3qXNL3+q1Ok+CHLsIwMCPKaq2LxndD0UF/tUSxfj +03k9bWtJySgOLnRQvwzZRjoQhsmnP+mg7H/rpXdYaXHmgwo38oZJar55CJD2AhZk +PuXaTH4MNMn5X7azKFGnpyuqSfqNZSlO42sTp5SjLVFteAxEy9/eCG/Oo2Sr05WE +1LlSVHJ7liXMvGnjSG4N0MedJ5qq+BOS3R7fY581qRY27Iy4g/Q9iY/NtBde17MX +QRBdJ3NghVdJIgc= +-----END CERTIFICATE----- + +# Issuer: CN=Trustwave Global Certification Authority O=Trustwave Holdings, Inc. +# Subject: CN=Trustwave Global Certification Authority O=Trustwave Holdings, Inc. +# Label: "Trustwave Global Certification Authority" +# Serial: 1846098327275375458322922162 +# MD5 Fingerprint: f8:1c:18:2d:2f:ba:5f:6d:a1:6c:bc:c7:ab:91:c7:0e +# SHA1 Fingerprint: 2f:8f:36:4f:e1:58:97:44:21:59:87:a5:2a:9a:d0:69:95:26:7f:b5 +# SHA256 Fingerprint: 97:55:20:15:f5:dd:fc:3c:87:88:c0:06:94:45:55:40:88:94:45:00:84:f1:00:86:70:86:bc:1a:2b:b5:8d:c8 +-----BEGIN CERTIFICATE----- +MIIF2jCCA8KgAwIBAgIMBfcOhtpJ80Y1LrqyMA0GCSqGSIb3DQEBCwUAMIGIMQsw +CQYDVQQGEwJVUzERMA8GA1UECAwISWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28x +ITAfBgNVBAoMGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1 +c3R3YXZlIEdsb2JhbCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xNzA4MjMx +OTM0MTJaFw00MjA4MjMxOTM0MTJaMIGIMQswCQYDVQQGEwJVUzERMA8GA1UECAwI +SWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28xITAfBgNVBAoMGFRydXN0d2F2ZSBI +b2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1c3R3YXZlIEdsb2JhbCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIB +ALldUShLPDeS0YLOvR29zd24q88KPuFd5dyqCblXAj7mY2Hf8g+CY66j96xz0Xzn +swuvCAAJWX/NKSqIk4cXGIDtiLK0thAfLdZfVaITXdHG6wZWiYj+rDKd/VzDBcdu +7oaJuogDnXIhhpCujwOl3J+IKMujkkkP7NAP4m1ET4BqstTnoApTAbqOl5F2brz8 +1Ws25kCI1nsvXwXoLG0R8+eyvpJETNKXpP7ScoFDB5zpET71ixpZfR9oWN0EACyW +80OzfpgZdNmcc9kYvkHHNHnZ9GLCQ7mzJ7Aiy/k9UscwR7PJPrhq4ufogXBeQotP +JqX+OsIgbrv4Fo7NDKm0G2x2EOFYeUY+VM6AqFcJNykbmROPDMjWLBz7BegIlT1l +RtzuzWniTY+HKE40Cz7PFNm73bZQmq131BnW2hqIyE4bJ3XYsgjxroMwuREOzYfw +hI0Vcnyh78zyiGG69Gm7DIwLdVcEuE4qFC49DxweMqZiNu5m4iK4BUBjECLzMx10 +coos9TkpoNPnG4CELcU9402x/RpvumUHO1jsQkUm+9jaJXLE9gCxInm943xZYkqc +BW89zubWR2OZxiRvchLIrH+QtAuRcOi35hYQcRfO3gZPSEF9NUqjifLJS3tBEW1n +twiYTOURGa5CgNz7kAXU+FDKvuStx8KU1xad5hePrzb7AgMBAAGjQjBAMA8GA1Ud +EwEB/wQFMAMBAf8wHQYDVR0OBBYEFJngGWcNYtt2s9o9uFvo/ULSMQ6HMA4GA1Ud +DwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAmHNw4rDT7TnsTGDZqRKGFx6W +0OhUKDtkLSGm+J1WE2pIPU/HPinbbViDVD2HfSMF1OQc3Og4ZYbFdada2zUFvXfe +uyk3QAUHw5RSn8pk3fEbK9xGChACMf1KaA0HZJDmHvUqoai7PF35owgLEQzxPy0Q +lG/+4jSHg9bP5Rs1bdID4bANqKCqRieCNqcVtgimQlRXtpla4gt5kNdXElE1GYhB +aCXUNxeEFfsBctyV3lImIJgm4nb1J2/6ADtKYdkNy1GTKv0WBpanI5ojSP5RvbbE +sLFUzt5sQa0WZ37b/TjNuThOssFgy50X31ieemKyJo90lZvkWx3SD92YHJtZuSPT +MaCm/zjdzyBP6VhWOmfD0faZmZ26NraAL4hHT4a/RDqA5Dccprrql5gR0IRiR2Qe +qu5AvzSxnI9O4fKSTx+O856X3vOmeWqJcU9LJxdI/uz0UA9PSX3MReO9ekDFQdxh +VicGaeVyQYHTtgGJoC86cnn+OjC/QezHYj6RS8fZMXZC+fc8Y+wmjHMMfRod6qh8 +h6jCJ3zhM0EPz8/8AKAigJ5Kp28AsEFFtyLKaEjFQqKu3R3y4G5OBVixwJAWKqQ9 +EEC+j2Jjg6mcgn0tAumDMHzLJ8n9HmYAsC7TIS+OMxZsmO0QqAfWzJPP29FpHOTK +yeC2nOnOcXHebD8WpHk= +-----END CERTIFICATE----- + +# Issuer: CN=Trustwave Global ECC P256 Certification Authority O=Trustwave Holdings, Inc. +# Subject: CN=Trustwave Global ECC P256 Certification Authority O=Trustwave Holdings, Inc. +# Label: "Trustwave Global ECC P256 Certification Authority" +# Serial: 4151900041497450638097112925 +# MD5 Fingerprint: 5b:44:e3:8d:5d:36:86:26:e8:0d:05:d2:59:a7:83:54 +# SHA1 Fingerprint: b4:90:82:dd:45:0c:be:8b:5b:b1:66:d3:e2:a4:08:26:cd:ed:42:cf +# SHA256 Fingerprint: 94:5b:bc:82:5e:a5:54:f4:89:d1:fd:51:a7:3d:df:2e:a6:24:ac:70:19:a0:52:05:22:5c:22:a7:8c:cf:a8:b4 +-----BEGIN CERTIFICATE----- +MIICYDCCAgegAwIBAgIMDWpfCD8oXD5Rld9dMAoGCCqGSM49BAMCMIGRMQswCQYD +VQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAf +BgNVBAoTGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3 +YXZlIEdsb2JhbCBFQ0MgUDI1NiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0x +NzA4MjMxOTM1MTBaFw00MjA4MjMxOTM1MTBaMIGRMQswCQYDVQQGEwJVUzERMA8G +A1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0 +d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBF +Q0MgUDI1NiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTBZMBMGByqGSM49AgEGCCqG +SM49AwEHA0IABH77bOYj43MyCMpg5lOcunSNGLB4kFKA3TjASh3RqMyTpJcGOMoN +FWLGjgEqZZ2q3zSRLoHB5DOSMcT9CTqmP62jQzBBMA8GA1UdEwEB/wQFMAMBAf8w +DwYDVR0PAQH/BAUDAwcGADAdBgNVHQ4EFgQUo0EGrJBt0UrrdaVKEJmzsaGLSvcw +CgYIKoZIzj0EAwIDRwAwRAIgB+ZU2g6gWrKuEZ+Hxbb/ad4lvvigtwjzRM4q3wgh +DDcCIC0mA6AFvWvR9lz4ZcyGbbOcNEhjhAnFjXca4syc4XR7 +-----END CERTIFICATE----- + +# Issuer: CN=Trustwave Global ECC P384 Certification Authority O=Trustwave Holdings, Inc. +# Subject: CN=Trustwave Global ECC P384 Certification Authority O=Trustwave Holdings, Inc. +# Label: "Trustwave Global ECC P384 Certification Authority" +# Serial: 2704997926503831671788816187 +# MD5 Fingerprint: ea:cf:60:c4:3b:b9:15:29:40:a1:97:ed:78:27:93:d6 +# SHA1 Fingerprint: e7:f3:a3:c8:cf:6f:c3:04:2e:6d:0e:67:32:c5:9e:68:95:0d:5e:d2 +# SHA256 Fingerprint: 55:90:38:59:c8:c0:c3:eb:b8:75:9e:ce:4e:25:57:22:5f:f5:75:8b:bd:38:eb:d4:82:76:60:1e:1b:d5:80:97 +-----BEGIN CERTIFICATE----- +MIICnTCCAiSgAwIBAgIMCL2Fl2yZJ6SAaEc7MAoGCCqGSM49BAMDMIGRMQswCQYD +VQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAf +BgNVBAoTGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3 +YXZlIEdsb2JhbCBFQ0MgUDM4NCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0x +NzA4MjMxOTM2NDNaFw00MjA4MjMxOTM2NDNaMIGRMQswCQYDVQQGEwJVUzERMA8G +A1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0 +d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBF +Q0MgUDM4NCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTB2MBAGByqGSM49AgEGBSuB +BAAiA2IABGvaDXU1CDFHBa5FmVXxERMuSvgQMSOjfoPTfygIOiYaOs+Xgh+AtycJ +j9GOMMQKmw6sWASr9zZ9lCOkmwqKi6vr/TklZvFe/oyujUF5nQlgziip04pt89ZF +1PKYhDhloKNDMEEwDwYDVR0TAQH/BAUwAwEB/zAPBgNVHQ8BAf8EBQMDBwYAMB0G +A1UdDgQWBBRVqYSJ0sEyvRjLbKYHTsjnnb6CkDAKBggqhkjOPQQDAwNnADBkAjA3 +AZKXRRJ+oPM+rRk6ct30UJMDEr5E0k9BpIycnR+j9sKS50gU/k6bpZFXrsY3crsC +MGclCrEMXu6pY5Jv5ZAL/mYiykf9ijH3g/56vxC+GCsej/YpHpRZ744hN8tRmKVu +Sw== +-----END CERTIFICATE----- + +# Issuer: CN=NAVER Global Root Certification Authority O=NAVER BUSINESS PLATFORM Corp. +# Subject: CN=NAVER Global Root Certification Authority O=NAVER BUSINESS PLATFORM Corp. +# Label: "NAVER Global Root Certification Authority" +# Serial: 9013692873798656336226253319739695165984492813 +# MD5 Fingerprint: c8:7e:41:f6:25:3b:f5:09:b3:17:e8:46:3d:bf:d0:9b +# SHA1 Fingerprint: 8f:6b:f2:a9:27:4a:da:14:a0:c4:f4:8e:61:27:f9:c0:1e:78:5d:d1 +# SHA256 Fingerprint: 88:f4:38:dc:f8:ff:d1:fa:8f:42:91:15:ff:e5:f8:2a:e1:e0:6e:0c:70:c3:75:fa:ad:71:7b:34:a4:9e:72:65 +-----BEGIN CERTIFICATE----- +MIIFojCCA4qgAwIBAgIUAZQwHqIL3fXFMyqxQ0Rx+NZQTQ0wDQYJKoZIhvcNAQEM +BQAwaTELMAkGA1UEBhMCS1IxJjAkBgNVBAoMHU5BVkVSIEJVU0lORVNTIFBMQVRG +T1JNIENvcnAuMTIwMAYDVQQDDClOQVZFUiBHbG9iYWwgUm9vdCBDZXJ0aWZpY2F0 +aW9uIEF1dGhvcml0eTAeFw0xNzA4MTgwODU4NDJaFw0zNzA4MTgyMzU5NTlaMGkx +CzAJBgNVBAYTAktSMSYwJAYDVQQKDB1OQVZFUiBCVVNJTkVTUyBQTEFURk9STSBD +b3JwLjEyMDAGA1UEAwwpTkFWRVIgR2xvYmFsIFJvb3QgQ2VydGlmaWNhdGlvbiBB +dXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC21PGTXLVA +iQqrDZBbUGOukJR0F0Vy1ntlWilLp1agS7gvQnXp2XskWjFlqxcX0TM62RHcQDaH +38dq6SZeWYp34+hInDEW+j6RscrJo+KfziFTowI2MMtSAuXaMl3Dxeb57hHHi8lE +HoSTGEq0n+USZGnQJoViAbbJAh2+g1G7XNr4rRVqmfeSVPc0W+m/6imBEtRTkZaz +kVrd/pBzKPswRrXKCAfHcXLJZtM0l/aM9BhK4dA9WkW2aacp+yPOiNgSnABIqKYP +szuSjXEOdMWLyEz59JuOuDxp7W87UC9Y7cSw0BwbagzivESq2M0UXZR4Yb8Obtoq +vC8MC3GmsxY/nOb5zJ9TNeIDoKAYv7vxvvTWjIcNQvcGufFt7QSUqP620wbGQGHf +nZ3zVHbOUzoBppJB7ASjjw2i1QnK1sua8e9DXcCrpUHPXFNwcMmIpi3Ua2FzUCaG +YQ5fG8Ir4ozVu53BA0K6lNpfqbDKzE0K70dpAy8i+/Eozr9dUGWokG2zdLAIx6yo +0es+nPxdGoMuK8u180SdOqcXYZaicdNwlhVNt0xz7hlcxVs+Qf6sdWA7G2POAN3a +CJBitOUt7kinaxeZVL6HSuOpXgRM6xBtVNbv8ejyYhbLgGvtPe31HzClrkvJE+2K +AQHJuFFYwGY6sWZLxNUxAmLpdIQM201GLQIDAQABo0IwQDAdBgNVHQ4EFgQU0p+I +36HNLL3s9TsBAZMzJ7LrYEswDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMB +Af8wDQYJKoZIhvcNAQEMBQADggIBADLKgLOdPVQG3dLSLvCkASELZ0jKbY7gyKoN +qo0hV4/GPnrK21HUUrPUloSlWGB/5QuOH/XcChWB5Tu2tyIvCZwTFrFsDDUIbatj +cu3cvuzHV+YwIHHW1xDBE1UBjCpD5EHxzzp6U5LOogMFDTjfArsQLtk70pt6wKGm ++LUx5vR1yblTmXVHIloUFcd4G7ad6Qz4G3bxhYTeodoS76TiEJd6eN4MUZeoIUCL +hr0N8F5OSza7OyAfikJW4Qsav3vQIkMsRIz75Sq0bBwcupTgE34h5prCy8VCZLQe +lHsIJchxzIdFV4XTnyliIoNRlwAYl3dqmJLJfGBs32x9SuRwTMKeuB330DTHD8z7 +p/8Dvq1wkNoL3chtl1+afwkyQf3NosxabUzyqkn+Zvjp2DXrDige7kgvOtB5CTh8 +piKCk5XQA76+AqAF3SAi428diDRgxuYKuQl1C/AH6GmWNcf7I4GOODm4RStDeKLR +LBT/DShycpWbXgnbiUSYqqFJu3FS8r/2/yehNq+4tneI3TqkbZs0kNwUXTC/t+sX +5Ie3cdCh13cV1ELX8vMxmV2b3RZtP+oGI/hGoiLtk/bdmuYqh7GYVPEi92tF4+KO +dh2ajcQGjTa3FPOdVGm3jjzVpG2Tgbet9r1ke8LJaDmgkpzNNIaRkPpkUZ3+/uul +9XXeifdy +-----END CERTIFICATE----- + +# Issuer: CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS O=FNMT-RCM OU=Ceres +# Subject: CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS O=FNMT-RCM OU=Ceres +# Label: "AC RAIZ FNMT-RCM SERVIDORES SEGUROS" +# Serial: 131542671362353147877283741781055151509 +# MD5 Fingerprint: 19:36:9c:52:03:2f:d2:d1:bb:23:cc:dd:1e:12:55:bb +# SHA1 Fingerprint: 62:ff:d9:9e:c0:65:0d:03:ce:75:93:d2:ed:3f:2d:32:c9:e3:e5:4a +# SHA256 Fingerprint: 55:41:53:b1:3d:2c:f9:dd:b7:53:bf:be:1a:4e:0a:e0:8d:0a:a4:18:70:58:fe:60:a2:b8:62:b2:e4:b8:7b:cb +-----BEGIN CERTIFICATE----- +MIICbjCCAfOgAwIBAgIQYvYybOXE42hcG2LdnC6dlTAKBggqhkjOPQQDAzB4MQsw +CQYDVQQGEwJFUzERMA8GA1UECgwIRk5NVC1SQ00xDjAMBgNVBAsMBUNlcmVzMRgw +FgYDVQRhDA9WQVRFUy1RMjgyNjAwNEoxLDAqBgNVBAMMI0FDIFJBSVogRk5NVC1S +Q00gU0VSVklET1JFUyBTRUdVUk9TMB4XDTE4MTIyMDA5MzczM1oXDTQzMTIyMDA5 +MzczM1oweDELMAkGA1UEBhMCRVMxETAPBgNVBAoMCEZOTVQtUkNNMQ4wDAYDVQQL +DAVDZXJlczEYMBYGA1UEYQwPVkFURVMtUTI4MjYwMDRKMSwwKgYDVQQDDCNBQyBS +QUlaIEZOTVQtUkNNIFNFUlZJRE9SRVMgU0VHVVJPUzB2MBAGByqGSM49AgEGBSuB +BAAiA2IABPa6V1PIyqvfNkpSIeSX0oNnnvBlUdBeh8dHsVnyV0ebAAKTRBdp20LH +sbI6GA60XYyzZl2hNPk2LEnb80b8s0RpRBNm/dfF/a82Tc4DTQdxz69qBdKiQ1oK +Um8BA06Oi6NCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYD +VR0OBBYEFAG5L++/EYZg8k/QQW6rcx/n0m5JMAoGCCqGSM49BAMDA2kAMGYCMQCu +SuMrQMN0EfKVrRYj3k4MGuZdpSRea0R7/DjiT8ucRRcRTBQnJlU5dUoDzBOQn5IC +MQD6SmxgiHPz7riYYqnOK8LZiqZwMR2vsJRM60/G49HzYqc8/5MuB1xJAWdpEgJy +v+c= +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign Root R46 O=GlobalSign nv-sa +# Subject: CN=GlobalSign Root R46 O=GlobalSign nv-sa +# Label: "GlobalSign Root R46" +# Serial: 1552617688466950547958867513931858518042577 +# MD5 Fingerprint: c4:14:30:e4:fa:66:43:94:2a:6a:1b:24:5f:19:d0:ef +# SHA1 Fingerprint: 53:a2:b0:4b:ca:6b:d6:45:e6:39:8a:8e:c4:0d:d2:bf:77:c3:a2:90 +# SHA256 Fingerprint: 4f:a3:12:6d:8d:3a:11:d1:c4:85:5a:4f:80:7c:ba:d6:cf:91:9d:3a:5a:88:b0:3b:ea:2c:63:72:d9:3c:40:c9 +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgISEdK7udcjGJ5AXwqdLdDfJWfRMA0GCSqGSIb3DQEBDAUA +MEYxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRwwGgYD +VQQDExNHbG9iYWxTaWduIFJvb3QgUjQ2MB4XDTE5MDMyMDAwMDAwMFoXDTQ2MDMy +MDAwMDAwMFowRjELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYt +c2ExHDAaBgNVBAMTE0dsb2JhbFNpZ24gUm9vdCBSNDYwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQCsrHQy6LNl5brtQyYdpokNRbopiLKkHWPd08EsCVeJ +OaFV6Wc0dwxu5FUdUiXSE2te4R2pt32JMl8Nnp8semNgQB+msLZ4j5lUlghYruQG +vGIFAha/r6gjA7aUD7xubMLL1aa7DOn2wQL7Id5m3RerdELv8HQvJfTqa1VbkNud +316HCkD7rRlr+/fKYIje2sGP1q7Vf9Q8g+7XFkyDRTNrJ9CG0Bwta/OrffGFqfUo +0q3v84RLHIf8E6M6cqJaESvWJ3En7YEtbWaBkoe0G1h6zD8K+kZPTXhc+CtI4wSE +y132tGqzZfxCnlEmIyDLPRT5ge1lFgBPGmSXZgjPjHvjK8Cd+RTyG/FWaha/LIWF +zXg4mutCagI0GIMXTpRW+LaCtfOW3T3zvn8gdz57GSNrLNRyc0NXfeD412lPFzYE ++cCQYDdF3uYM2HSNrpyibXRdQr4G9dlkbgIQrImwTDsHTUB+JMWKmIJ5jqSngiCN +I/onccnfxkF0oE32kRbcRoxfKWMxWXEM2G/CtjJ9++ZdU6Z+Ffy7dXxd7Pj2Fxzs +x2sZy/N78CsHpdlseVR2bJ0cpm4O6XkMqCNqo98bMDGfsVR7/mrLZqrcZdCinkqa +ByFrgY/bxFn63iLABJzjqls2k+g9vXqhnQt2sQvHnf3PmKgGwvgqo6GDoLclcqUC +4wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQUA1yrc4GHqMywptWU4jaWSf8FmSwwDQYJKoZIhvcNAQEMBQADggIBAHx4 +7PYCLLtbfpIrXTncvtgdokIzTfnvpCo7RGkerNlFo048p9gkUbJUHJNOxO97k4Vg +JuoJSOD1u8fpaNK7ajFxzHmuEajwmf3lH7wvqMxX63bEIaZHU1VNaL8FpO7XJqti +2kM3S+LGteWygxk6x9PbTZ4IevPuzz5i+6zoYMzRx6Fcg0XERczzF2sUyQQCPtIk +pnnpHs6i58FZFZ8d4kuaPp92CC1r2LpXFNqD6v6MVenQTqnMdzGxRBF6XLE+0xRF +FRhiJBPSy03OXIPBNvIQtQ6IbbjhVp+J3pZmOUdkLG5NrmJ7v2B0GbhWrJKsFjLt +rWhV/pi60zTe9Mlhww6G9kuEYO4Ne7UyWHmRVSyBQ7N0H3qqJZ4d16GLuc1CLgSk +ZoNNiTW2bKg2SnkheCLQQrzRQDGQob4Ez8pn7fXwgNNgyYMqIgXQBztSvwyeqiv5 +u+YfjyW6hY0XHgL+XVAEV8/+LbzvXMAaq7afJMbfc2hIkCwU9D9SGuTSyxTDYWnP +4vkYxboznxSjBF25cfe1lNj2M8FawTSLfJvdkzrnE6JwYZ+vj+vYxXX4M2bUdGc6 +N3ec592kD3ZDZopD8p/7DEJ4Y9HiD2971KE9dJeFt0g5QdYg/NA6s/rob8SKunE3 +vouXsXgxT7PntgMTzlSdriVZzH81Xwj3QEUxeCp6 +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign Root E46 O=GlobalSign nv-sa +# Subject: CN=GlobalSign Root E46 O=GlobalSign nv-sa +# Label: "GlobalSign Root E46" +# Serial: 1552617690338932563915843282459653771421763 +# MD5 Fingerprint: b5:b8:66:ed:de:08:83:e3:c9:e2:01:34:06:ac:51:6f +# SHA1 Fingerprint: 39:b4:6c:d5:fe:80:06:eb:e2:2f:4a:bb:08:33:a0:af:db:b9:dd:84 +# SHA256 Fingerprint: cb:b9:c4:4d:84:b8:04:3e:10:50:ea:31:a6:9f:51:49:55:d7:bf:d2:e2:c6:b4:93:01:01:9a:d6:1d:9f:50:58 +-----BEGIN CERTIFICATE----- +MIICCzCCAZGgAwIBAgISEdK7ujNu1LzmJGjFDYQdmOhDMAoGCCqGSM49BAMDMEYx +CzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRwwGgYDVQQD +ExNHbG9iYWxTaWduIFJvb3QgRTQ2MB4XDTE5MDMyMDAwMDAwMFoXDTQ2MDMyMDAw +MDAwMFowRjELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2Ex +HDAaBgNVBAMTE0dsb2JhbFNpZ24gUm9vdCBFNDYwdjAQBgcqhkjOPQIBBgUrgQQA +IgNiAAScDrHPt+ieUnd1NPqlRqetMhkytAepJ8qUuwzSChDH2omwlwxwEwkBjtjq +R+q+soArzfwoDdusvKSGN+1wCAB16pMLey5SnCNoIwZD7JIvU4Tb+0cUB+hflGdd +yXqBPCCjQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1Ud +DgQWBBQxCpCPtsad0kRLgLWi5h+xEk8blTAKBggqhkjOPQQDAwNoADBlAjEA31SQ +7Zvvi5QCkxeCmb6zniz2C5GMn0oUsfZkvLtoURMMA/cVi4RguYv/Uo7njLwcAjA8 ++RHUjE7AwWHCFUyqqx0LMV87HOIAl0Qx5v5zli/altP+CAezNIm8BZ/3Hobui3A= +-----END CERTIFICATE----- + +# Issuer: CN=GLOBALTRUST 2020 O=e-commerce monitoring GmbH +# Subject: CN=GLOBALTRUST 2020 O=e-commerce monitoring GmbH +# Label: "GLOBALTRUST 2020" +# Serial: 109160994242082918454945253 +# MD5 Fingerprint: 8a:c7:6f:cb:6d:e3:cc:a2:f1:7c:83:fa:0e:78:d7:e8 +# SHA1 Fingerprint: d0:67:c1:13:51:01:0c:aa:d0:c7:6a:65:37:31:16:26:4f:53:71:a2 +# SHA256 Fingerprint: 9a:29:6a:51:82:d1:d4:51:a2:e3:7f:43:9b:74:da:af:a2:67:52:33:29:f9:0f:9a:0d:20:07:c3:34:e2:3c:9a +-----BEGIN CERTIFICATE----- +MIIFgjCCA2qgAwIBAgILWku9WvtPilv6ZeUwDQYJKoZIhvcNAQELBQAwTTELMAkG +A1UEBhMCQVQxIzAhBgNVBAoTGmUtY29tbWVyY2UgbW9uaXRvcmluZyBHbWJIMRkw +FwYDVQQDExBHTE9CQUxUUlVTVCAyMDIwMB4XDTIwMDIxMDAwMDAwMFoXDTQwMDYx +MDAwMDAwMFowTTELMAkGA1UEBhMCQVQxIzAhBgNVBAoTGmUtY29tbWVyY2UgbW9u +aXRvcmluZyBHbWJIMRkwFwYDVQQDExBHTE9CQUxUUlVTVCAyMDIwMIICIjANBgkq +hkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAri5WrRsc7/aVj6B3GyvTY4+ETUWiD59b +RatZe1E0+eyLinjF3WuvvcTfk0Uev5E4C64OFudBc/jbu9G4UeDLgztzOG53ig9Z +YybNpyrOVPu44sB8R85gfD+yc/LAGbaKkoc1DZAoouQVBGM+uq/ufF7MpotQsjj3 +QWPKzv9pj2gOlTblzLmMCcpL3TGQlsjMH/1WljTbjhzqLL6FLmPdqqmV0/0plRPw +yJiT2S0WR5ARg6I6IqIoV6Lr/sCMKKCmfecqQjuCgGOlYx8ZzHyyZqjC0203b+J+ +BlHZRYQfEs4kUmSFC0iAToexIiIwquuuvuAC4EDosEKAA1GqtH6qRNdDYfOiaxaJ +SaSjpCuKAsR49GiKweR6NrFvG5Ybd0mN1MkGco/PU+PcF4UgStyYJ9ORJitHHmkH +r96i5OTUawuzXnzUJIBHKWk7buis/UDr2O1xcSvy6Fgd60GXIsUf1DnQJ4+H4xj0 +4KlGDfV0OoIu0G4skaMxXDtG6nsEEFZegB31pWXogvziB4xiRfUg3kZwhqG8k9Me +dKZssCz3AwyIDMvUclOGvGBG85hqwvG/Q/lwIHfKN0F5VVJjjVsSn8VoxIidrPIw +q7ejMZdnrY8XD2zHc+0klGvIg5rQmjdJBKuxFshsSUktq6HQjJLyQUp5ISXbY9e2 +nKd+Qmn7OmMCAwEAAaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC +AQYwHQYDVR0OBBYEFNwuH9FhN3nkq9XVsxJxaD1qaJwiMB8GA1UdIwQYMBaAFNwu +H9FhN3nkq9XVsxJxaD1qaJwiMA0GCSqGSIb3DQEBCwUAA4ICAQCR8EICaEDuw2jA +VC/f7GLDw56KoDEoqoOOpFaWEhCGVrqXctJUMHytGdUdaG/7FELYjQ7ztdGl4wJC +XtzoRlgHNQIw4Lx0SsFDKv/bGtCwr2zD/cuz9X9tAy5ZVp0tLTWMstZDFyySCstd +6IwPS3BD0IL/qMy/pJTAvoe9iuOTe8aPmxadJ2W8esVCgmxcB9CpwYhgROmYhRZf ++I/KARDOJcP5YBugxZfD0yyIMaK9MOzQ0MAS8cE54+X1+NZK3TTN+2/BT+MAi1bi +kvcoskJ3ciNnxz8RFbLEAwW+uxF7Cr+obuf/WEPPm2eggAe2HcqtbepBEX4tdJP7 +wry+UUTF72glJ4DjyKDUEuzZpTcdN3y0kcra1LGWge9oXHYQSa9+pTeAsRxSvTOB +TI/53WXZFM2KJVj04sWDpQmQ1GwUY7VA3+vA/MRYfg0UFodUJ25W5HCEuGwyEn6C +MUO+1918oa2u1qsgEu8KwxCMSZY13At1XrFP1U80DhEgB3VDRemjEdqso5nCtnkn +4rnvyOL2NSl6dPrFf4IFYqYK6miyeUcGbvJXqBUzxvd4Sj1Ce2t+/vdG6tHrju+I +aFvowdlxfv1k7/9nR4hYJS8+hge9+6jlgqispdNpQ80xiEmEU5LAsTkbOYMBMMTy +qfrQA71yN2BWHzZ8vTmR9W0Nv3vXkg== +-----END CERTIFICATE----- + +# Issuer: CN=ANF Secure Server Root CA O=ANF Autoridad de Certificacion OU=ANF CA Raiz +# Subject: CN=ANF Secure Server Root CA O=ANF Autoridad de Certificacion OU=ANF CA Raiz +# Label: "ANF Secure Server Root CA" +# Serial: 996390341000653745 +# MD5 Fingerprint: 26:a6:44:5a:d9:af:4e:2f:b2:1d:b6:65:b0:4e:e8:96 +# SHA1 Fingerprint: 5b:6e:68:d0:cc:15:b6:a0:5f:1e:c1:5f:ae:02:fc:6b:2f:5d:6f:74 +# SHA256 Fingerprint: fb:8f:ec:75:91:69:b9:10:6b:1e:51:16:44:c6:18:c5:13:04:37:3f:6c:06:43:08:8d:8b:ef:fd:1b:99:75:99 +-----BEGIN CERTIFICATE----- +MIIF7zCCA9egAwIBAgIIDdPjvGz5a7EwDQYJKoZIhvcNAQELBQAwgYQxEjAQBgNV +BAUTCUc2MzI4NzUxMDELMAkGA1UEBhMCRVMxJzAlBgNVBAoTHkFORiBBdXRvcmlk +YWQgZGUgQ2VydGlmaWNhY2lvbjEUMBIGA1UECxMLQU5GIENBIFJhaXoxIjAgBgNV +BAMTGUFORiBTZWN1cmUgU2VydmVyIFJvb3QgQ0EwHhcNMTkwOTA0MTAwMDM4WhcN +MzkwODMwMTAwMDM4WjCBhDESMBAGA1UEBRMJRzYzMjg3NTEwMQswCQYDVQQGEwJF +UzEnMCUGA1UEChMeQU5GIEF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uMRQwEgYD +VQQLEwtBTkYgQ0EgUmFpejEiMCAGA1UEAxMZQU5GIFNlY3VyZSBTZXJ2ZXIgUm9v +dCBDQTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANvrayvmZFSVgpCj +cqQZAZ2cC4Ffc0m6p6zzBE57lgvsEeBbphzOG9INgxwruJ4dfkUyYA8H6XdYfp9q +yGFOtibBTI3/TO80sh9l2Ll49a2pcbnvT1gdpd50IJeh7WhM3pIXS7yr/2WanvtH +2Vdy8wmhrnZEE26cLUQ5vPnHO6RYPUG9tMJJo8gN0pcvB2VSAKduyK9o7PQUlrZX +H1bDOZ8rbeTzPvY1ZNoMHKGESy9LS+IsJJ1tk0DrtSOOMspvRdOoiXsezx76W0OL +zc2oD2rKDF65nkeP8Nm2CgtYZRczuSPkdxl9y0oukntPLxB3sY0vaJxizOBQ+OyR +p1RMVwnVdmPF6GUe7m1qzwmd+nxPrWAI/VaZDxUse6mAq4xhj0oHdkLePfTdsiQz +W7i1o0TJrH93PB0j7IKppuLIBkwC/qxcmZkLLxCKpvR/1Yd0DVlJRfbwcVw5Kda/ +SiOL9V8BY9KHcyi1Swr1+KuCLH5zJTIdC2MKF4EA/7Z2Xue0sUDKIbvVgFHlSFJn +LNJhiQcND85Cd8BEc5xEUKDbEAotlRyBr+Qc5RQe8TZBAQIvfXOn3kLMTOmJDVb3 +n5HUA8ZsyY/b2BzgQJhdZpmYgG4t/wHFzstGH6wCxkPmrqKEPMVOHj1tyRRM4y5B +u8o5vzY8KhmqQYdOpc5LMnndkEl/AgMBAAGjYzBhMB8GA1UdIwQYMBaAFJxf0Gxj +o1+TypOYCK2Mh6UsXME3MB0GA1UdDgQWBBScX9BsY6Nfk8qTmAitjIelLFzBNzAO +BgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOC +AgEATh65isagmD9uw2nAalxJUqzLK114OMHVVISfk/CHGT0sZonrDUL8zPB1hT+L +9IBdeeUXZ701guLyPI59WzbLWoAAKfLOKyzxj6ptBZNscsdW699QIyjlRRA96Gej +rw5VD5AJYu9LWaL2U/HANeQvwSS9eS9OICI7/RogsKQOLHDtdD+4E5UGUcjohybK +pFtqFiGS3XNgnhAY3jyB6ugYw3yJ8otQPr0R4hUDqDZ9MwFsSBXXiJCZBMXM5gf0 +vPSQ7RPi6ovDj6MzD8EpTBNO2hVWcXNyglD2mjN8orGoGjR0ZVzO0eurU+AagNjq +OknkJjCb5RyKqKkVMoaZkgoQI1YS4PbOTOK7vtuNknMBZi9iPrJyJ0U27U1W45eZ +/zo1PqVUSlJZS2Db7v54EX9K3BR5YLZrZAPbFYPhor72I5dQ8AkzNqdxliXzuUJ9 +2zg/LFis6ELhDtjTO0wugumDLmsx2d1Hhk9tl5EuT+IocTUW0fJz/iUrB0ckYyfI ++PbZa/wSMVYIwFNCr5zQM378BvAxRAMU8Vjq8moNqRGyg77FGr8H6lnco4g175x2 +MjxNBiLOFeXdntiP2t7SxDnlF4HPOEfrf4htWRvfn0IUrn7PqLBmZdo3r5+qPeoo +tt7VMVgWglvquxl1AnMaykgaIZOQCo6ThKd9OyMYkomgjaw= +-----END CERTIFICATE----- + +# Issuer: CN=Certum EC-384 CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Subject: CN=Certum EC-384 CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Label: "Certum EC-384 CA" +# Serial: 160250656287871593594747141429395092468 +# MD5 Fingerprint: b6:65:b3:96:60:97:12:a1:ec:4e:e1:3d:a3:c6:c9:f1 +# SHA1 Fingerprint: f3:3e:78:3c:ac:df:f4:a2:cc:ac:67:55:69:56:d7:e5:16:3c:e1:ed +# SHA256 Fingerprint: 6b:32:80:85:62:53:18:aa:50:d1:73:c9:8d:8b:da:09:d5:7e:27:41:3d:11:4c:f7:87:a0:f5:d0:6c:03:0c:f6 +-----BEGIN CERTIFICATE----- +MIICZTCCAeugAwIBAgIQeI8nXIESUiClBNAt3bpz9DAKBggqhkjOPQQDAzB0MQsw +CQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBTLkEuMScw +JQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxGTAXBgNVBAMT +EENlcnR1bSBFQy0zODQgQ0EwHhcNMTgwMzI2MDcyNDU0WhcNNDMwMzI2MDcyNDU0 +WjB0MQswCQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBT +LkEuMScwJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxGTAX +BgNVBAMTEENlcnR1bSBFQy0zODQgQ0EwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAATE +KI6rGFtqvm5kN2PkzeyrOvfMobgOgknXhimfoZTy42B4mIF4Bk3y7JoOV2CDn7Tm +Fy8as10CW4kjPMIRBSqniBMY81CE1700LCeJVf/OTOffph8oxPBUw7l8t1Ot68Kj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI0GZnQkdjrzife81r1HfS+8 +EF9LMA4GA1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNoADBlAjADVS2m5hjEfO/J +UG7BJw+ch69u1RsIGL2SKcHvlJF40jocVYli5RsJHrpka/F2tNQCMQC0QoSZ/6vn +nvuRlydd3LBbMHHOXjgaatkl5+r3YZJW+OraNsKHZZYuciUvf9/DE8k= +-----END CERTIFICATE----- + +# Issuer: CN=Certum Trusted Root CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Subject: CN=Certum Trusted Root CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Label: "Certum Trusted Root CA" +# Serial: 40870380103424195783807378461123655149 +# MD5 Fingerprint: 51:e1:c2:e7:fe:4c:84:af:59:0e:2f:f4:54:6f:ea:29 +# SHA1 Fingerprint: c8:83:44:c0:18:ae:9f:cc:f1:87:b7:8f:22:d1:c5:d7:45:84:ba:e5 +# SHA256 Fingerprint: fe:76:96:57:38:55:77:3e:37:a9:5e:7a:d4:d9:cc:96:c3:01:57:c1:5d:31:76:5b:a9:b1:57:04:e1:ae:78:fd +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=TunTrust Root CA O=Agence Nationale de Certification Electronique +# Subject: CN=TunTrust Root CA O=Agence Nationale de Certification Electronique +# Label: "TunTrust Root CA" +# Serial: 108534058042236574382096126452369648152337120275 +# MD5 Fingerprint: 85:13:b9:90:5b:36:5c:b6:5e:b8:5a:f8:e0:31:57:b4 +# SHA1 Fingerprint: cf:e9:70:84:0f:e0:73:0f:9d:f6:0c:7f:2c:4b:ee:20:46:34:9c:bb +# SHA256 Fingerprint: 2e:44:10:2a:b5:8c:b8:54:19:45:1c:8e:19:d9:ac:f3:66:2c:af:bc:61:4b:6a:53:96:0a:30:f7:d0:e2:eb:41 +-----BEGIN CERTIFICATE----- +MIIFszCCA5ugAwIBAgIUEwLV4kBMkkaGFmddtLu7sms+/BMwDQYJKoZIhvcNAQEL +BQAwYTELMAkGA1UEBhMCVE4xNzA1BgNVBAoMLkFnZW5jZSBOYXRpb25hbGUgZGUg +Q2VydGlmaWNhdGlvbiBFbGVjdHJvbmlxdWUxGTAXBgNVBAMMEFR1blRydXN0IFJv +b3QgQ0EwHhcNMTkwNDI2MDg1NzU2WhcNNDQwNDI2MDg1NzU2WjBhMQswCQYDVQQG +EwJUTjE3MDUGA1UECgwuQWdlbmNlIE5hdGlvbmFsZSBkZSBDZXJ0aWZpY2F0aW9u +IEVsZWN0cm9uaXF1ZTEZMBcGA1UEAwwQVHVuVHJ1c3QgUm9vdCBDQTCCAiIwDQYJ +KoZIhvcNAQEBBQADggIPADCCAgoCggIBAMPN0/y9BFPdDCA61YguBUtB9YOCfvdZ +n56eY+hz2vYGqU8ftPkLHzmMmiDQfgbU7DTZhrx1W4eI8NLZ1KMKsmwb60ksPqxd +2JQDoOw05TDENX37Jk0bbjBU2PWARZw5rZzJJQRNmpA+TkBuimvNKWfGzC3gdOgF +VwpIUPp6Q9p+7FuaDmJ2/uqdHYVy7BG7NegfJ7/Boce7SBbdVtfMTqDhuazb1YMZ +GoXRlJfXyqNlC/M4+QKu3fZnz8k/9YosRxqZbwUN/dAdgjH8KcwAWJeRTIAAHDOF +li/LQcKLEITDCSSJH7UP2dl3RxiSlGBcx5kDPP73lad9UKGAwqmDrViWVSHbhlnU +r8a83YFuB9tgYv7sEG7aaAH0gxupPqJbI9dkxt/con3YS7qC0lH4Zr8GRuR5KiY2 +eY8fTpkdso8MDhz/yV3A/ZAQprE38806JG60hZC/gLkMjNWb1sjxVj8agIl6qeIb +MlEsPvLfe/ZdeikZjuXIvTZxi11Mwh0/rViizz1wTaZQmCXcI/m4WEEIcb9PuISg +jwBUFfyRbVinljvrS5YnzWuioYasDXxU5mZMZl+QviGaAkYt5IPCgLnPSz7ofzwB +7I9ezX/SKEIBlYrilz0QIX32nRzFNKHsLA4KUiwSVXAkPcvCFDVDXSdOvsC9qnyW +5/yeYa1E0wCXAgMBAAGjYzBhMB0GA1UdDgQWBBQGmpsfU33x9aTI04Y+oXNZtPdE +ITAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFAaamx9TffH1pMjThj6hc1m0 +90QhMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAqgVutt0Vyb+z +xiD2BkewhpMl0425yAA/l/VSJ4hxyXT968pk21vvHl26v9Hr7lxpuhbI87mP0zYu +QEkHDVneixCwSQXi/5E/S7fdAo74gShczNxtr18UnH1YeA32gAm56Q6XKRm4t+v4 +FstVEuTGfbvE7Pi1HE4+Z7/FXxttbUcoqgRYYdZ2vyJ/0Adqp2RT8JeNnYA/u8EH +22Wv5psymsNUk8QcCMNE+3tjEUPRahphanltkE8pjkcFwRJpadbGNjHh/PqAulxP +xOu3Mqz4dWEX1xAZufHSCe96Qp1bWgvUxpVOKs7/B9dPfhgGiPEZtdmYu65xxBzn +dFlY7wyJz4sfdZMaBBSSSFCp61cpABbjNhzI+L/wM9VBD8TMPN3pM0MBkRArHtG5 +Xc0yGYuPjCB31yLEQtyEFpslbei0VXF/sHyz03FJuc9SpAQ/3D2gu68zngowYI7b +nV2UqL1g52KAdoGDDIzMMEZJ4gzSqK/rYXHv5yJiqfdcZGyfFoxnNidF9Ql7v/YQ +CvGwjVRDjAS6oz/v4jXH+XTgbzRB0L9zZVcg+ZtnemZoJE6AZb0QmQZZ8mWvuMZH +u/2QeItBcy6vVR/cO5JyboTT0GFMDcx2V+IthSIVNg3rAZ3r2OvEhJn7wAzMMujj +d9qDRIueVSjAi1jTkD5OGwDxFa2DK5o= +-----END CERTIFICATE----- + +# Issuer: CN=HARICA TLS RSA Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Subject: CN=HARICA TLS RSA Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Label: "HARICA TLS RSA Root CA 2021" +# Serial: 76817823531813593706434026085292783742 +# MD5 Fingerprint: 65:47:9b:58:86:dd:2c:f0:fc:a2:84:1f:1e:96:c4:91 +# SHA1 Fingerprint: 02:2d:05:82:fa:88:ce:14:0c:06:79:de:7f:14:10:e9:45:d7:a5:6d +# SHA256 Fingerprint: d9:5d:0e:8e:da:79:52:5b:f9:be:b1:1b:14:d2:10:0d:32:94:98:5f:0c:62:d9:fa:bd:9c:d9:99:ec:cb:7b:1d +-----BEGIN CERTIFICATE----- +MIIFpDCCA4ygAwIBAgIQOcqTHO9D88aOk8f0ZIk4fjANBgkqhkiG9w0BAQsFADBs +MQswCQYDVQQGEwJHUjE3MDUGA1UECgwuSGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl +c2VhcmNoIEluc3RpdHV0aW9ucyBDQTEkMCIGA1UEAwwbSEFSSUNBIFRMUyBSU0Eg +Um9vdCBDQSAyMDIxMB4XDTIxMDIxOTEwNTUzOFoXDTQ1MDIxMzEwNTUzN1owbDEL +MAkGA1UEBhMCR1IxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNl +YXJjaCBJbnN0aXR1dGlvbnMgQ0ExJDAiBgNVBAMMG0hBUklDQSBUTFMgUlNBIFJv +b3QgQ0EgMjAyMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAIvC569l +mwVnlskNJLnQDmT8zuIkGCyEf3dRywQRNrhe7Wlxp57kJQmXZ8FHws+RFjZiPTgE +4VGC/6zStGndLuwRo0Xua2s7TL+MjaQenRG56Tj5eg4MmOIjHdFOY9TnuEFE+2uv +a9of08WRiFukiZLRgeaMOVig1mlDqa2YUlhu2wr7a89o+uOkXjpFc5gH6l8Cct4M +pbOfrqkdtx2z/IpZ525yZa31MJQjB/OCFks1mJxTuy/K5FrZx40d/JiZ+yykgmvw +Kh+OC19xXFyuQnspiYHLA6OZyoieC0AJQTPb5lh6/a6ZcMBaD9YThnEvdmn8kN3b +LW7R8pv1GmuebxWMevBLKKAiOIAkbDakO/IwkfN4E8/BPzWr8R0RI7VDIp4BkrcY +AuUR0YLbFQDMYTfBKnya4dC6s1BG7oKsnTH4+yPiAwBIcKMJJnkVU2DzOFytOOqB +AGMUuTNe3QvboEUHGjMJ+E20pwKmafTCWQWIZYVWrkvL4N48fS0ayOn7H6NhStYq +E613TBoYm5EPWNgGVMWX+Ko/IIqmhaZ39qb8HOLubpQzKoNQhArlT4b4UEV4AIHr +W2jjJo3Me1xR9BQsQL4aYB16cmEdH2MtiKrOokWQCPxrvrNQKlr9qEgYRtaQQJKQ +CoReaDH46+0N0x3GfZkYVVYnZS6NRcUk7M7jAgMBAAGjQjBAMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFApII6ZgpJIKM+qTW8VX6iVNvRLuMA4GA1UdDwEB/wQE +AwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAPpBIqm5iFSVmewzVjIuJndftTgfvnNAU +X15QvWiWkKQUEapobQk1OUAJ2vQJLDSle1mESSmXdMgHHkdt8s4cUCbjnj1AUz/3 +f5Z2EMVGpdAgS1D0NTsY9FVqQRtHBmg8uwkIYtlfVUKqrFOFrJVWNlar5AWMxaja +H6NpvVMPxP/cyuN+8kyIhkdGGvMA9YCRotxDQpSbIPDRzbLrLFPCU3hKTwSUQZqP +JzLB5UkZv/HywouoCjkxKLR9YjYsTewfM7Z+d21+UPCfDtcRj88YxeMn/ibvBZ3P +zzfF0HvaO7AWhAw6k9a+F9sPPg4ZeAnHqQJyIkv3N3a6dcSFA1pj1bF1BcK5vZSt +jBWZp5N99sXzqnTPBIWUmAD04vnKJGW/4GKvyMX6ssmeVkjaef2WdhW+o45WxLM0 +/L5H9MG0qPzVMIho7suuyWPEdr6sOBjhXlzPrjoiUevRi7PzKzMHVIf6tLITe7pT +BGIBnfHAT+7hOtSLIBD6Alfm78ELt5BGnBkpjNxvoEppaZS3JGWg/6w/zgH7IS79 +aPib8qXPMThcFarmlwDB31qlpzmq6YR/PFGoOtmUW4y/Twhx5duoXNTSpv4Ao8YW +xw/ogM4cKGR0GQjTQuPOAF1/sdwTsOEFy9EgqoZ0njnnkf3/W9b3raYvAwtt41dU +63ZTGI0RmLo= +-----END CERTIFICATE----- + +# Issuer: CN=HARICA TLS ECC Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Subject: CN=HARICA TLS ECC Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Label: "HARICA TLS ECC Root CA 2021" +# Serial: 137515985548005187474074462014555733966 +# MD5 Fingerprint: ae:f7:4c:e5:66:35:d1:b7:9b:8c:22:93:74:d3:4b:b0 +# SHA1 Fingerprint: bc:b0:c1:9d:e9:98:92:70:19:38:57:e9:8d:a7:b4:5d:6e:ee:01:48 +# SHA256 Fingerprint: 3f:99:cc:47:4a:cf:ce:4d:fe:d5:87:94:66:5e:47:8d:15:47:73:9f:2e:78:0f:1b:b4:ca:9b:13:30:97:d4:01 +-----BEGIN CERTIFICATE----- +MIICVDCCAdugAwIBAgIQZ3SdjXfYO2rbIvT/WeK/zjAKBggqhkjOPQQDAzBsMQsw +CQYDVQQGEwJHUjE3MDUGA1UECgwuSGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJlc2Vh +cmNoIEluc3RpdHV0aW9ucyBDQTEkMCIGA1UEAwwbSEFSSUNBIFRMUyBFQ0MgUm9v +dCBDQSAyMDIxMB4XDTIxMDIxOTExMDExMFoXDTQ1MDIxMzExMDEwOVowbDELMAkG +A1UEBhMCR1IxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJj +aCBJbnN0aXR1dGlvbnMgQ0ExJDAiBgNVBAMMG0hBUklDQSBUTFMgRUNDIFJvb3Qg +Q0EgMjAyMTB2MBAGByqGSM49AgEGBSuBBAAiA2IABDgI/rGgltJ6rK9JOtDA4MM7 +KKrxcm1lAEeIhPyaJmuqS7psBAqIXhfyVYf8MLA04jRYVxqEU+kw2anylnTDUR9Y +STHMmE5gEYd103KUkE+bECUqqHgtvpBBWJAVcqeht6NCMEAwDwYDVR0TAQH/BAUw +AwEB/zAdBgNVHQ4EFgQUyRtTgRL+BNUW0aq8mm+3oJUZbsowDgYDVR0PAQH/BAQD +AgGGMAoGCCqGSM49BAMDA2cAMGQCMBHervjcToiwqfAircJRQO9gcS3ujwLEXQNw +SaSS6sUUiHCm0w2wqsosQJz76YJumgIwK0eaB8bRwoF8yguWGEEbo/QwCZ61IygN +nxS2PFOiTAZpffpskcYqSUXm7LcT4Tps +-----END CERTIFICATE----- diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/certifi/core.py b/venv/lib/python3.8/site-packages/pip/_vendor/certifi/core.py new file mode 100644 index 000000000..b8140cf1a --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/certifi/core.py @@ -0,0 +1,76 @@ +# -*- coding: utf-8 -*- + +""" +certifi.py +~~~~~~~~~~ + +This module returns the installation location of cacert.pem or its contents. +""" +import os + + +class _PipPatchedCertificate(Exception): + pass + + +try: + # Return a certificate file on disk for a standalone pip zipapp running in + # an isolated build environment to use. Passing --cert to the standalone + # pip does not work since requests calls where() unconditionally on import. + _PIP_STANDALONE_CERT = os.environ.get("_PIP_STANDALONE_CERT") + if _PIP_STANDALONE_CERT: + def where(): + return _PIP_STANDALONE_CERT + raise _PipPatchedCertificate() + + from importlib.resources import path as get_path, read_text + + _CACERT_CTX = None + _CACERT_PATH = None + + def where(): + # This is slightly terrible, but we want to delay extracting the file + # in cases where we're inside of a zipimport situation until someone + # actually calls where(), but we don't want to re-extract the file + # on every call of where(), so we'll do it once then store it in a + # global variable. + global _CACERT_CTX + global _CACERT_PATH + if _CACERT_PATH is None: + # This is slightly janky, the importlib.resources API wants you to + # manage the cleanup of this file, so it doesn't actually return a + # path, it returns a context manager that will give you the path + # when you enter it and will do any cleanup when you leave it. In + # the common case of not needing a temporary file, it will just + # return the file system location and the __exit__() is a no-op. + # + # We also have to hold onto the actual context manager, because + # it will do the cleanup whenever it gets garbage collected, so + # we will also store that at the global level as well. + _CACERT_CTX = get_path("pip._vendor.certifi", "cacert.pem") + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + + return _CACERT_PATH + +except _PipPatchedCertificate: + pass + +except ImportError: + # 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(_module, _path, encoding="ascii"): + with open(where(), "r", 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(): + f = os.path.dirname(__file__) + + return os.path.join(f, "cacert.pem") + + +def contents(): + return read_text("certifi", "cacert.pem", encoding="ascii") diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__init__.py b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__init__.py new file mode 100644 index 000000000..80ad2546d --- /dev/null +++ b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__init__.py @@ -0,0 +1,83 @@ +######################## BEGIN LICENSE BLOCK ######################## +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + + +from .universaldetector import UniversalDetector +from .enums import InputState +from .version import __version__, VERSION + + +__all__ = ['UniversalDetector', 'detect', 'detect_all', '__version__', 'VERSION'] + + +def detect(byte_str): + """ + Detect the encoding of the given byte string. + + :param byte_str: The byte sequence to examine. + :type byte_str: ``bytes`` or ``bytearray`` + """ + if not isinstance(byte_str, bytearray): + if not isinstance(byte_str, bytes): + raise TypeError('Expected object of type bytes or bytearray, got: ' + '{}'.format(type(byte_str))) + else: + byte_str = bytearray(byte_str) + detector = UniversalDetector() + detector.feed(byte_str) + return detector.close() + + +def detect_all(byte_str): + """ + Detect all the possible encodings of the given byte string. + + :param byte_str: The byte sequence to examine. + :type byte_str: ``bytes`` or ``bytearray`` + """ + if not isinstance(byte_str, bytearray): + if not isinstance(byte_str, bytes): + raise TypeError('Expected object of type bytes or bytearray, got: ' + '{}'.format(type(byte_str))) + else: + byte_str = bytearray(byte_str) + + detector = UniversalDetector() + detector.feed(byte_str) + detector.close() + + if detector._input_state == InputState.HIGH_BYTE: + results = [] + for prober in detector._charset_probers: + if prober.get_confidence() > detector.MINIMUM_THRESHOLD: + charset_name = prober.charset_name + lower_charset_name = prober.charset_name.lower() + # Use Windows encoding name instead of ISO-8859 if we saw any + # extra Windows-specific bytes + if lower_charset_name.startswith('iso-8859'): + if detector._has_win_bytes: + charset_name = detector.ISO_WIN_MAP.get(lower_charset_name, + charset_name) + results.append({ + 'encoding': charset_name, + 'confidence': prober.get_confidence(), + 'language': prober.language, + }) + if len(results) > 0: + return sorted(results, key=lambda result: -result['confidence']) + + return [detector.result] diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7e8dc9bae60412928420811a695591f93134b169 GIT binary patch literal 1893 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e63840f1c8e0af44b6c3d140a9fe2c4e48efaab9 GIT binary patch literal 2260 zcmbtV&2Jk;6rY*>@Y=D{5Rx_o5GmrLi%2Y535rxGsHG8=a8Z-?UELtYOdN2=)Lf-0%0F{?+atST6bFPP8jCD?T>o1GZ2YWl-LZbhvr+@(1q z*_)8P1tDPxPuZd9h?Fb-3%M^+CcPE|_Z9I#F&ysI;NVoZ(QC=gb~n-H6`dG|Szw0) zZ45b=MN+nV?L^9KN;aBFdr!;Wa3?DaTtI9#D>t-FWNWCcmHA{WGT-X%rU`Js3D1gB zHoFZh%MAAxU;-zwBBgz<-|0a+uBt3bZ@WPZEsAr+*!F> zwe3VN53t;5Xrl=m4E z*txst;vc&B`!y5d#C7AaS1<)AdC&u+;fX2I1VKIv^U#|qD6ueQHs%urNa~0+WVsf5 z&bn;6r4!lg_cq%~_nJB@Q-0u$>@{}u33s;V=APMn9anrpce(l&p|jTKqj#>b_WW`G z&uBA;D<@`~dB|Br#V`cI%nhiQtz5v|=b+10UInJpgD#XR0g1?k^=AkaJ^<&Z1Ca_l zvm2(O!|ei%M*z<;Kk!n|-h%EWUdP`S=5b1;9FT@F#QOz-gdh>LBf^dlkQ5TI1ni1R z+$Go*v9GASZEix^b@5G{j#JPM{MsXjLapVP)oTYOM?bB8wh9c~*NUzg^Fh z9ZE}$5*@=0VeQGf{O%hE+}O`y8g1++8rzI{9S4}Vh`G$4rT-1geGRf7fH4PG0l12Z zRDv8qrg0iP;$=R%aRoHU%nOj921Hfm0{$BW3OH41!aD-Nno}I1Bh7>Mt^$&kcOYDi zBEX#h$$9FMaBuf^>UBc9PQf~gln zWxf+HrHxAFImmtl#*iH9GerJGrXyVx{hw38|N^ia>hr>7+4 zPG1eXB$uV!9X7i8ifiw#_Z zxyBjs>9AY^0t-aZyz9%gILHEx&!5eUp)%=3lSWM62)FOt@&AH6i|*wvd`SVebXl2~ Gy?+2-l;}JF literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4bd2f9352faf142a53b8031187985fcfab1f7fb0 GIT binary patch literal 3482 zcmai1TW=e=6(;8*%Zi+2olUmu-4<-OmsNLdwFt0igEX7eNjCuuw}`zhpfnwiL`s@u zG^22+q%vgGK-~Y~0DZ}?DA2z2H_Yok<)tqL`p}p3I~-|bId)4!9P;px=fd+H9)G>E zQe$YpJ^G^m?<zUh>wGT$VM^s-RtvbxT{8EAk>}HFZH=l9w&5j`4eP)s9y%z9QeZ zqNlpz(B?saYZ=a<_Z2inXUjY-W-{IZYHNj6~tn{f2pILEH>UeVZ> zY=^z(+l@+I2{N)azYvE>FX%?GQ956W(_Rmb$d`M{Y+(#qH3*V$pn@Q;(5li6C-*WH zcl8nky=Hm^pZ`S7emYQ1879r)*!0t6eRzGntCea;YTf9t^Hk~PbCo=A#!-99a(&}x z%`7r%eTe0-r?TcS8a4xP$y7Hxuv;o)znL;aYyZY@ObSIwWP;#FWNif<;}!hvUt4h1 z#*D2)w>)b!CU03!)iE&a33vFd}>YkSEb(NCWOPPFsbx|fQpKl=fZo;0F-sRSt`Ya=T8lAP1NwCm@K zvc4pEJKH@RV%zyHy@(JGI%(34q)IyK2H0m;`0=8Fi;VBcr=YQSxr%{d$6O)-P1q~< z0ER;wcRQ$RKR=Jyv+6}JX2kEriuNIgL`cbbRw8usTX%dfr z0nUsJWzI#u|H-1FXYN?gmvp5YvHJcV1H)dj18(>+G8%Mt4xEW|mp#6H;7<6lJ8>zM z{@MAEz2clSw7LaJ_* zC}H}@48n|uDidi}kagLOk}r&h{jjaf4WW`=9A$kmqh#VyxW0d9z4f?cjuIrUBs5W) zgz*irFck!cumc8c{M+IB-~T$_HwZOS5=1;#8VL(YPpCLk;?W-p2~+k`&Te1f@Zrb^ zK%}d*=!A)AlPT$_*EhnX0>Na$C=sE^l#UA1UZh%PFguP0$aJziu00lo2HA$#?MIpD zj*<=;A+Y0VM#mMm3EN|$;S|#k&0L5n&x%!;8Ii)T=UBfX?%)toFY1lbQ3m~-*rciwt#m9JLn{4)1=-P!;2OyHhz&;oi1xg~o4 zf=Pj1$qyXq9JmHg{RFkgOAZ7lz$2Rgr_%j^S_!bA$nls1>lqjL%x z3TcWsB$XFRCF16-6D;$9yAx+ALcdU87McHFL^K#E8KIbp$E9Lz)lDHZ?Q}+3mr%QP z4qB$UqyUXP8#J@*(oRi(2Afjc96r_)MT7&scXl=(JUC(N=g3}0Al(#d8Ti;b8c-yx zm*?&6Z6T#5KP{@xy}h}Qex>RC(p2nNyxp?>&0YO%A`|wu0jTfbi`odKCEmDLCHlLx zD$q45#cTIH;;2MPV8UMR4Yhind!$reMKGKRw~wZ9dl8v_Fnt+>Pdb?Z=RGuHSohUu%+QC`p=&}yA3ny52S zctxcCi0D70jw-wp*@h}?P35Mhm;V#|GIDU$@tm4pbsboCqW3WWzQZjqyiK)7kpX>` ij0Raz-B!}}6V)-6=`2Zk^=4u3ExK1*WmkC>j{Gki?0<*= literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..42ccda3586b6c2e7a4ac38708716d40f0d85962e GIT binary patch literal 2909 zcmb7G%Wm676djU!(6X$id7uf}6w@w>2#uux0h%Hx+N4R^P2(1JnuRvRh%=JtP^2<5 za^k>Q#oy3%vdk}W+f{y{oA%tHXj!&epcG~_&vVb5d+(6HZ*8?0o~Os(Od1`={-n<7 zr-sfw6mtWWWYSC7fJt8lsW{p?OK%X6nPUb>XJAm54cSD$Aw#)=|E6roP5g&y zL$>ACF?-_;TCxN49~BoL8#X^U*N=qDwBo)I{-Q;V|kCvavF-XimWm zg@NHbqhUVN>LAJIX0cObL}`Hyq7`e0t`!$3x0hIe&R~Dlsyh-b%tx5EN-JYYQh}v& zn{QW=+-*6ay(jl~pOg@HafSq##&IZ7u@MbTn%M~sPWq>6EYelaI4JVv$#Wy=K@`Cc zM4CtrFDX9D!Kdq-2x&BgR+>+Q;X|b$hg6wOMv0QWlG)=&6|DuYOeQhngy=zc(rNYN zO9a?m37oU^901N~W-5lsnDik$qGgn&7{RPmCK+dNmJ2)Q8ez{vL19{*6hI3*vohq47zQ9mIu?p9k z7cdN(XW{5jmBSaZKHA;=b+=NsboeP@|4UQ&C|&ygtSP>lrcUBzdM;11?kMN6GQ`-K zvz4MPAs<$`?L<;9<8+Q7BW2ISRlE2|=Tq{6L9l38KpwgwI1U+;_1xCj$IVwg)DBP{ zpqN{zj=Uol;pRo{x!RWu?ZDRF)@|b*jW>_j+wdLpa6{wz^LMnncsGhhG({q$MJI~q zT1ONB5xiLSDg2^TWyNMW@4~xirule`%d^-REBg!DN*7@iWn!wLsA$kEM(W6OWxIY+ zGb$YwzL~yf`U2?wmGvk2RQ09E`m;kj$+PX*?d_3PYM7{Pi!^+ubpJqQ2mLe|E|%Qx zecMNHsqGo21un7vESdEqtdhCz6Hi1{zr1@L%f;Q@n;jCjBui`*-66%=sF>GS{Mz2D zPtU&!dex4YbgCX|llV?}g0XC$#D&~@?7g?s4K(?ssJkmnhiJd|G+vtJx!vLQ$JE_I z^#h7=e)V2mT|>dix8itu)t)$hg3b}!hug0q0IspuK6;+@_k(A?z9rF%YHmKjypO`7 zI<0VHwQKA$Mn7S%1J|!(p4K6Nj#!QD*JR@kj_MHTb=}-4Hse$n6IpuSxacW5Rdket zMY~)v!Zn)fV$*qHv7V0EZRk4woGeZ!eVMuqs+u%kb5a#vT(n#qI=G_c0@Hz&0#XP$ z6^mA;UfRe_{fI$Bcr566ZTR+r-|_svYyJhVJlyC?zr|LRR zSDgX(IZ~<=Es|pI6tS=Wjo6xf|A$?e;#*^mOw}CL)@i1{#KhARD*oC;tWb8kn|c## zi&jKe);y)FrX5Ak=OSHPJk2PQc^pOhA{nF<)7Po`oT@KS72!iGro}z_wiZh=GVa%;ddqJ?>{4KG7|dj F;2)1K3={wW literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/compat.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/compat.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..59017bde68441a3fbe6545113ba8911238cf4b3b GIT binary patch literal 398 zcmYjKJx{|h5Oth{CZ!b{1OK2yYKcmS0U;(Pgpl}<$Py*-wQ<|nmhDz#=g+Y5d%QCB zFEDY5K;o?TeDB`V-Sc!hCRi`;7tLox$X74^7e#S{uy;tD@L)@F0%RR5L!kq^K1KKS3qrs&JhK>r)4BZs>i)MeTel92i7veOz@8 zBk`ar=dFdrHD_5aCOD(7)~n>TGSl literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..63ed78719f637bcc304f8840c58991f5ad636b3b GIT binary patch literal 1140 zcma)5OK%e~5VrS~ZAnWh6oJGEP7$PgXoaYRc%>DGl2Q?s!(Ob-+DTUI3)`ubs<%Yy z-zdlarM+_EFK}YUo2pwOB)qcsoAG1D-+Vq?J z)0AX1q!h80TA3Z%2HUBVxuI*YlX_VzY*F%&aF=@v!ad>6?a=3~0qOX^C>+(H)#HPc z-r<-1L}{4}r#dO}_j#1gRH9&VvsdsW9}je-ML&usNiM+qus=<8@?oY$ZxYFY(8sbE z3JEjoz2m*zJvQjG{^$LJPcekJ)$FCEb^!Z z0ect3AtC17s_vK=b;uYmaorGO0PN}o44Pa0|*nwCOJ4>ngmV@aN9#v~pnUG%NQh7YDPX`#Kv8@#ayi8~Xra-~p0U(w1@ zA|1hhg|Rq|lw$0P{2m9BA`=0R@}QjQNs)KUo$g2qF-$~P%P9UPWN<3-(;!WT%OyM8 zuL6~5(Jf&*8VePaNf|I$#S0n4PzEk^5SPGyX^OF3&ZG}1K7+0h5V}rRZJ(Y!Xz;gv zeaF9uL^6B07p2E35M&)yuGuO#z$M!_7-WWfU{-BR1a8jqC=<`YqmU(Hojq#CY%co0 zxZYtQMU?+Lu%AZxcnZ7(ji9$KdcC0IV_`8r#;R4uvVu=j#BIjDPouP+G1OH)PziF- zGkG75m0K`WYs*T;B27UWHw3KX5@f-s=P3Y%Z`!AA-vZ(-YWyg&4O6a$aB3}W*4k3| w*0TDo8Rb=Xv*D7my0j8YQhDH2phMK9Il7U{O-20I^#$KN!Gur;ZE8OI4^)K^u>b%7 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d5fcf6c544438c1c17fdb1e673b2131ad9955c5e GIT binary patch literal 2647 zcmbtW+iu%N5G8dXDaKA5_pt@KKrg6(S^^rNDBPg1F0{i~rVNP=YQ0c2cP%lYNM)CF zU;%xKf2M!XZ{cg7^b5Vutfbh993w$j*wGGmxR*0CXLz!?X)4g3U41|PMN^dDQMuVl zpzJ{xV-QpsCS&F&Q|K)XyS)aEl4I+Gk_bu)l|^-po`By zFlC^^{R>nb6lq~lqQya(mIfLv!+EvbwBu=(_ESG)v%X27x#Lg}1}7(+O*s=RPVo+m z(D3}6aZrgsb3uHP#o-0x!jA~tfdy&8NdTulVQ=RnHC2i~R}n zyxjD>NkX#-#~YsaGV`P5jP7|f3DD&Dq-S}Je#^G=iq&tehEME+CtmZ^wSHCj1}rSa zAAWtDOjsSDs!uNg#dv4>Xy=?Wb{4Xolmo_$*DqLnQIEp2rOBh(4|NfyY-i~LQJ;p> zx(8M?;q|3|>IjIaO)oiK#egnQ7;33lQcJ3Qy5RVpl zK05B$`?l52KUqCm6CQ!tp6AOQ63Uq4@OwfpFvp<1l6m z5S)(&L83t>i$&h0i4Vl0+;UH@Da5bCs$<9);QNE@x@RW3dbD&InK$h9m5L z<17JC`Y7Qc@Ol`_10dzq_ybr*hFMk3i$NrAgd8SczCB{82bSLT0zcyR7~D#6_SHH- zwe>fgs(EYd8;*6*aP4PSZk#wB`_Sr~=GyY#IPUg=LtyS+5cxt(7!W??U&FRH&M0ex zWQi|e;ydU9>0(9Pz!HUm%5g4${#HXI_n?a}LEIG=3;G76jr?J2<;~Ut&&%0wcZb7u zRlNp~ydiBUk1P@p8CxPA$2H4UJJBPcXY+;ff44MTxdFGn0NAO&Iqiq;1t55 zQw&Q^DJ(l>N*)rPN9S{|NSAV*8;1qQP&^uKIXPkS zJhu+X0d?}g7kE+e7BBJgA#n=4!mBVAUlD^iC2-ArI^T@F3vLd@mOAPGt6gdAu)+JtiY6CkZeCWPq|vSTE<9rGTMtHA3=`NT>J z2lN;;PXCLi|EOC6-S19iI-Qu9u0+*CAfcTG3G~p!dP0!9L(ZSmO&!XP5|_yR=e40vQBGl<7w+btGSw* z5F!zAiB6DtBo?Y#kMD2XM_pOKU-QZOX7heqV#20#E=2LAfW4VF7)42Xg=L`?oOzH# zu}IR|*%V$E^CdM|jH#67B!niZYpD^7psVh8Lem0cUf{+tV<+Tq(dZ9C(co^>815zg zL9{fyv(%MBZ2MvGGjtB>Fz?3LyZFfAv0C@^NL#2;BVCnvI3i`V9Q11 zpl(8RvVf#|AR@Vd(^rvP15(%Ib>vY`zJml!l{b*!246srYd{FC(jqme1{N2=c9V{; zU9wpP?t;N+JoXjnu?YkW0HmJK_6b$DfI(eA9ea9qTAl)hMQ$jXxL9STHokG`(DR!A z=WJ=ic6F-Em$!h=Og=l?njx}v?%c}(o@xE}ndmpPR~9+#z?%devs7>QUO)VOyzu(3 zuX~`OntUIIf4xn$Clbh`sEeh`6KkNS97!MqhBkihl0Po$U#Ms~Sd3jo<5yrN6yWyr zzJ|91?#F$7qRZ+;-$D4nc%)6VW4dolj6~ltUTCrpkklCf&>%ZGuH7XXVF=0`*I!Wi zOJeTi0h|`h6f_7t_6~uaaD5ThS3#qsH1wnLG1jySoK}T#?#(s32F`%LjP?VG82S@B zJUSUxZvvkdBk@C$RSk*YN^{N4&GpR;<7jAVw%51VT2sEQq*;A2TU#BNORWd%&)Tc3 zwUsVrKEo#`+l__Ud!8lAhp;%ymYf1>YHjZ&P~Q@nQZGxf@~oa>1$z@vMpp>lflXqB z8=)3tP!Tc-sj2eHf?85k^A@dXzzy5FEd|!g;O!UQDvx73v|)=2h&+{CIA2c literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..109d11ab82cccddbcef9ed02b1e74efad641e78d GIT binary patch literal 7473 zcmeHLOK;Ok6t-Q*d8aR43zjShQZP4_u2`U}mJ$*AL`h)bP2^@KB=;sxWT%y2eSZdj zfPaK$%gVn11RKs7+Y`riTN$E8Dv34YInO!g_{X-xU}t!8trs>if!El2dEF6Y9^8e8z}CM9JBH;~*`RKq!+WD!H%es9Sfxd>PD^x^Y>-Xf zOKaqou@2htRSWMKUI#Hn??NX&Z_H@6K7NjY9r~N;kWyq3PfB&0RHkzHSOu zt`d;E|CW<~5SN9x?n1cyRJZ=Bvh*$jszb{f%XbE* zLXUAziJ*=s!yub%I=Z(b~_&wowmR) z9_%D2>c)X(9PbxnNo1B0z%2mOo$?~C)=(M$MH4-`8?8L;oaJf}F!G0^cR82*bh-G& zFa)K0uUTf#9Gm!(J5NxJfJbsN38>l^0;s^XY>vZVY_-%`6b)&s|&}6A*Yp2m-sam6P49c%s&Guo9r9j$jv2|3c z?=;#6wWD@x=lMa6ut~?BU{JMEQC&U>U5mp zH}3$B?X3m$ztVkW@ylpQP&#^-hG;{1s(G7UCpYB zB8%&Xmc~8NgSck)0PdwU?kOz&7`@#E_ncfvJpFHKe!ekzF$X#EyB|ZqJ0Ei-rfAGx U)xz(@7>+?yJG#dYH8Z=%Ptk3WRR910 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9471b66cfdc4aade67c9e103436117994dbca722 GIT binary patch literal 2450 zcma)8%}*Og6rY*>U~LxTkdQ!BRa9yYmI{uPD#{_Mk^;?#fY91;-h90`zj+_*&CQhwd_SJuKm5Hy z$X_T-e=Z1*pyj^+5k%00q_j;_)@BrCmN==~b}jEDUh21f%e%=;8ngq;dr2uRx679I zli4(Ehm<@aVnzgKL9QYYg66G_}4#cbop)b89E@_tmi8(WC^%pnmAS{y)c~p)q{}zZQnvTdR zJ7*V!676XB6lCsc|CB&KqXXNQM&!JVD+FnhceGKPHC{gGOQlM1hzU54vsiPkJP=iY zW2KITljo`OQC<{N81e`~9K!w?oU3*U2tN)RPsv>BchtDKOb(zgao$OyJm>r!`KMby z?4`0UqO9IO(TBZkwSRB*KuNhD%T=wS&aqVWS2BB5PvZUYl6z|p>Upf?Y9FSfuFUKG zxL@b6O7v8{1I{3%uFFB^sNc6PvDQCPAy{_@T5dg^R%n?9@EaBnUjV!|x%}sm{sNA; ziu8yaIR)m3sKVoGu9}6;BC4v$%_F&n^IPI3^4*`4X;hT_?pG;Ki1&e zuTM4!3XZ}WLm&37KHn+MwyLa_kE%?F$iP$ZEK22F+|GayHe8z4IKAk9DK^3Ls2^qU z$e&joBvIBKz*C{4PSjpOezKrrZ9==?Ll;D^vUj}?x3p#2?is7j3BI+A)bz|3Fjg93+LBS8o3vc3W2*ZErX6?1z0GYC4%%8`4vx? zUjLa{*iD5y*2b*1MX>bdG5d|GyY}Q;7o_0Nmo8BI^0ABZ0%dZ)~^t)~4}`oyLFGYN8zcu)WvV;LlpdYqlQm zw#@Y|IA>>|l+2(9X9dNk%pq44qKzWs9!Mz^R4GtzO);g7&DQ36>sjN8neX;AmsxMn zJ>(+Nk*U}-d)YxOWY&>pq4{)sx3#|4;;pB*~kNTZVzb;Ck j4@c%uE3tMKCE(KD%WNDxEHL>FD@u;lsfvzJ{G5LQ2N+OB literal 0 HcmV?d00001 diff --git a/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-38.pyc b/venv/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e95bf250bd250a7a7267777c0fb37b16d4f456c9 GIT binary patch literal 12062 zcmYk?b+{JPw#DI1cS)nPbZi9!l`cWL3=AZ;uqCA%0~8PiF)5W)?54Y=L8L>l76#qn zUGKj4kL&aJJ7dl{=9ugIfP+U)yKLDqC&a%V9(_-@lXoQ~oKXD#zf#4bcKo|v&WJ7v z?Gw7BYM-i0>h`I-q-m2-E^XJ?jeixW9q!1KkWdyvw%7DA0gJ6|%HLQsUuSxDHprPI3Qu+~+Ltf#(C6ERrm22qJDWA!ew zY-HI4>0&QjHvLgKMd*ES3-jmHW&!9zKfyZ4Qh*&t*{NY+x4TA z+``&4AEp*hlrH_EQJo zARL0%3=UIA;3yn}U*I@A>IIMbQ@roT1LbIXDlkyxaFe%m{vhg_-g?t} z;kxo8hbqGjS{@+Imt z^@`onUf)i+M7bm7L690oGglH&IUxtzft)CV?d8@x-^q3Xg?mc1-h;4x)AgZeO5e06A`YzPlRBWMhzOdq0} zKvQT2&7lPpipk+=AFHP0E%h$CR>N*9<#MVu^{N-Nq1wU&%AN44uX6&t23ZBPV|iWq zF!cyL3U{S^n5aU$7=LZK+uq=DSmD|e)RQcuSn|8^l-?E7i9$P=mN0E8?=5&q)YE(q zP_M&CyN#fujkpkhXIEa0QDLaE7GGKc6AV6qPExM9Hr1dybk^%4rHi#BvhvhjtKp1++pynUJW<8Q$N_~LA_>rL^;Wau1>)YXrP1>X4Lslml4?!DPqF8?20Z z;Yk~V4TiuCH&($=WqZC$URo*o!u{~QjZWgTNgl>GJR-bgP}*)8(

`$A+N4k!_1PN0>>aG8mJa0rYD7qKw?KZLQdz`AHg82%l)3Y4Uu2*l@eL0(?c?;SC0pdImsNFJaeeX6yGG_4hu2=IdogA<2bslB}7|eRTR!S9qT%o zYT+N_kQdMxUe#Q&5IUx7pD``#j9E1uaC6nF+8*xK%yoU|p&Fkg5TEPN`52uPRq$>_ zTu;pdf(K9j90Ao_m92GK?9lTvR zG=_Ap9vT#OLeZW=A!z3H_vDp#xlH=lK!)+Y-;d&56wFAKMb6T9P&N~d-~kaGwwcAw zqOmzS^%h8R9Ph@-UYysHRIJo%M0fpomrinjka;ASjGk47iHvS*Ml6H6v?E@EB??!Q zc>S;%V8#I-Y+;+}Mp7g0EXHL^KS+|@@i5=ima;N*3zDs!)(Um<7w9^ll0=E8@LFpH zcqAb~B4|T#EX!tR0&J_u3;~H*82B+>mQSNGED!0HQm$pW;6-wA70d~Syl*)U*iu}@ zsE4SMc2-1}9UStnXy{YJT_ZID?341m{MqLwu0f2yA(Grd{!N_&huI*;vyA#B>Vp_B zkIpK0r@Z57Vl3`!Vk}KoR0aDm8`NkQyRa&DVd>E>?CkqSY=P)3SWFo&S zl7Sx*VrI#h3~ml+UiZfb|%BZUK~3Afc>B2^R>K=#P z%EPPpH3a5hv#a1101mtYZb2fZgbZ#Wjv>~u#5IilO0bbu^58HEclYr^E`$d6t@YsL^rrB=x>S&G*q{Yi#x6-FMtI$8)jB`_*S^kJrw5r@SX?kN+2S8%xXp literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/__pycache__/build_meta.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/__pycache__/build_meta.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..02470a8ba300ec0491defe0a7add1ac371a1efec GIT binary patch literal 8983 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/__pycache__/dep_util.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/__pycache__/dep_util.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..df52f2b5a2d3b24c79bc17e16670c76315ff0bcf GIT binary patch literal 858 zcmY*X!H&}~5VezZ7rNV3wL)mQ`Ie2;HWDik2ZWG-D+drDRYH{;PZO(&9c+hcSKSNc z#8<$P58!8V<+Q&52bd(S)E#L?Gk!B~#$&%54EhA++s)(bmruy=CfFAbgXgIB42>Xy z=A@ugN{R4<|CLNV5xgZ)?*>s4(fUZi3d}4ux+;^Vb|*b_8hwFkGc=B@$%dk(8@lw( znWF-|FEl0B9;)xWE@MMql8+Cs1Lv>FI(UHjjoo-=wD!IS-PsSEXYFIuVomf3(Y3$u za5nGi?+2bQ*<8Dfag$aBC}){etmKC0Ipibez&fc?CKn8Nk}<0*lK^Y4!K7vFt@;eb zWn3|d^@%nHY^jxK3LO%Io3JX=82C)ly;r4hk&D7bPmu`L&N3ioz@9)*+k{OVD7t98h@5-jXkZODqsIyQ%n zkr%*nP^rtJUhSh-_uuopf>*|9Q}+y4DVXL}>jPevphVQ0p4_6h_2HJfzN=VX~7QXM5>3p`Crt9Ai;^=V_rumBTZNk!==qeDEI?LHQj3 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/__pycache__/depends.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/__pycache__/depends.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dfc8da22468ff9088b072ec4dc93be26d9af73be GIT binary patch literal 5229 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 S_=zlTB>^ literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/__pycache__/dist.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/__pycache__/dist.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8f3c9f9bf8edda2068d3011e874bfaeb3753d625 GIT binary patch literal 33327 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%0AXgBrAm%)fg7eqU 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 NV=c$O;{xBi_cxMq`ZE9k literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/__pycache__/glob.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/__pycache__/glob.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..711745e10037ee9c98e111a3eb490659a106f93a GIT binary patch literal 3705 zcmeHKO>Z2x86I+G_G7e?CB>2L#3%^Ijl5e+@<&?)MUXUbY}kh?Mx45d9Ah;aQoAF~ z&a6pF_6oC?I=vKa4n6c%KmvO4wLc_3V6HvoFZ9&s<*xPBOHVy@R(#1JIpq8Cybr10 z&dx?2oS=YLV z)|`A-E@A9~yd*E9o|ji-hfML#GXyF)Q(ogZwh0x zk%&c73`e5a7MnC@Q*7&EARdowzsSYi)nBYe(Y=10_mmN7o@9Gc{VEb2u{larCf(#s z5$94ozW?~{?OS)mW@l4qH7NF#T&0N*Qz=z0wxNg-u~s54tVnx#p=rX8aGkea1+;Y) zrmm_flf*;yAmKDPeW)Fx+(R+*5Z1G-^h!AU&-^umxjY^*&-+r@J)Og zJtB+U*W0<~^2(ZKkF?+C~JDJ#Er`B~mP-_tZ@+c4FXi z2P?pgY_cjA8@-KCF5Qv`N*AKgVt_aanPNR#=#)Z;Sew1AQ(Xu%o;ItR$Gf(96;J@Q zk4WLAK~W&nRY4Ah#8^R=PF+sg3n%C=T&D^)92$H}hJYbxJg%hIjs zjJvBJt(nxSl_5rBfO5?s;6qy!nOP(BtPV$-utE?q4nQ+!a1@}Ql)6Xb9SG|YieB?E zFPZ+3F!h>hUIJBPzx2`ef6q!vC>HZaxxe^rpHSGJn_%ov4SEAsnV7rGtjIwI~cSnEl zAx5yjIkeF@D8tXa=hp%7=}LIJIIg)JXYgI^h?5R4{_*1PwDude-fmUAFjYWVTZLwb z14GZi&?=-9yECb7SIvHGx`VivCRIICuaNHs9Bx1jn%p;;cB=|@iZpN6Px-!%DZ~a< zV+%azS~IkAH_f{kssadX?+AmK;#7cW;ae!?2874v*+t%90fotLu^J0_fW9D@XDwbs z-~yC6=F~Y8Ly9x4>}cRA8l`8hfeM&~7xh)kcl^UZvLiP3@*2I3y@NT+4?~LDnE%ep zF9)8j?MC_`gYTHv10=qI_rCUQ{Sa|1*%2t?4PURq&z{_S^r+peqST~0$Uje16>g2J zGI{|!S2a*ISzS|kQb+|~!jsfd|Kf?mZB?J1B2^8?C`hO6>-Xu)`jq&qkX-d2V15^K zzCtmJ5FUIHu{n5!!y|KOYZ^b}72-=mw)4tIXq3!cK0&wsdC7V>YV)hE&v!B)`aB}s zPDgw2f+qTHht57tyX(s&E|GYThPX38U!{(75x#=H7{#<8pf%#!;7f?DrjaxHQWU8q zDCQ0XMG&ZOSq92x5;w9x@GCCEK*QrG#)j3sE(@dK!bN zr!}1v6?=7F*Nf}ah%=#4|BS>635s~dM(4dnlSe3qK0S-ac}KG~wnYA; zc?b0y&pMwzd)_ugx6}3+rxI8x`1ep88_-Ga9J+)=^>O3Q>z6> zV%?;#lHIP$%&KNotdo8-Y5#vUA ze1+}DxWa+0a4n?^qM;3+eS7=)K|r$IIAMn>a%YUxxUilWsEOw*AD2x{xeeP13RO6n zc8)b@@xP%=4(@Q?ab1hG*#r7ptm@saERt?_Lb+TkeS;Q5H*`ifdBmOm?yPXs==jDZ zvqNN6Pl~}1|He3NoN_L@6W*ZxPldv1M>mS9@$sOLdzt!#0&fIF(4Z?tgGYWe7cDlf RH)b32jYeZ3Vv&!!{%=|GV50y4 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/__pycache__/installer.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/__pycache__/installer.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b19ce2bee08e252b322e925fe5f428e1cf9a4add GIT binary patch literal 2786 zcmZ`*UymEN5htnDYPDMFbeFS}v)yFtIzbdVvNZiULLNBS`2|k=J~RKJ)|dHBSZt^t~vW4k=xID3Dz&$sG=7hV$n~ zKC0JU1kayd{$%*iIznITpNkKHpP$1ga%d=`I6>jE$00WVBqXLUg(cHlp#?oj%40jU zvF0r$m9Y~#W{i_+SOuDuxZ_$_16rBdzek}*E7XC$POH>~zCrN=)T+G%t!TG}RVm2^ z&^2zyLQZ6yh;7a@4wUl#kg=qXHRI~hV++1p@QHV!k*GitpAx=NpgCEf2TMvxT8HG6 zh#Ru}0vAAS;pxroR7^PY595>uNt}*^pXD;nQl9}~lKVXtrvpFo6EMWj4t*gx5JbCW zD>oK#DrA)QnJNKYl|`P!QkCT-Pnfdw64m%r2*$O<^BuTaSJ&wJ8{!_=`>$VjhS`{P zXq0yH6FJP%ApamZRzXHKe=HqZ zKE*FEwPp3l9aXX+tt>~g5_QbT=2KdoS?Lw(nl)zyq3#x_-|iH2T2!})Iq2y|}FYG!V;s4eHt@Y5$+LV=IA zfa{O)iuR^n1+lm~zgD<<46*nSVsZ88dm|U*{{y3$2OJyH0eL; zyo2-DyeZ$Bzh!*k7gc&`0rt?#TL|J+Us3I%KL0-Wh|C%=x?VK2KJd~HipGkgL0^Y; zWVQymaO3FhqEW2TH~vg!kPZ8YfX@495B(K4hx{l$3iZtZ5Dw}@#{{E+XyF0sgf9gLR zvgMq=Dh)ptews-?dKSe=)Js@fc`Onq-Bp={wJ1rlmtZq!PW=ghz(CunEnG?TIeR*ZIUBQ7igsANw{x$1|IyC&!?31@kGJ=J@x_Df zu&#f0c5iPVbRX?~zN@NGq3n5g!jqR8)3`3cDGA1^1mdSxgMh|D+aJJh@QiT*s1o#t ztUsDogCNZU%5nhm60kM}sbBBAf6&6RJ62vI|B42KE4zvs7(rfIk1*&E%bIl2YYFX$pfr z;~GD?sjM>_Iwa_isoTrua^veBoDS~IoUHMOcYatVlnLxai$H*gbg635bq zk3%-Gi)|P+h(&x%{zEJqd%yt{IGSAS5eu+{V0d+l$iFSy2D%ILz+qj6nFij(KE7u7 zE#UFKwTP{GzqJYf2(*6ph2aX!0({{)k);CQ4~_)5_7tdVnJWUBerdpH4^CH}0_>#h z_+okc$1xn(6X|Q%xZqQNndcf5qGwr5jS!s?=V+nV`2vo8In<;i9s%t1q8>|r=0k?_ z$p83b|9bqxo9Xo@?*r7t{h^U@oJ|tyN6B$?BH(u7$AdKEjJD0>ZmZ0-t5t396#}Vp z9&xyYm^`(YcC|475cvKtY+O6z06w94QKboiF|^hi4}ie0>E=D%yrY{N(5R|T1an7Q zR(tb*|81r(ZNikcF)M7ox}*U30IZu@FqLk?WRzVnO5cvSNhs%|aYiQz`$XfFxC{;C Q&g%6bM;z>x9LKr!U)hNhe*gdg literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/__pycache__/launch.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/__pycache__/launch.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..de9f9e98c6fbda49ed5493c4b4f49cdf933ba5bb GIT binary patch literal 882 zcmYjQ&2AGh5VqI*m-Oer0a}TJuR$a$RDn2D2#G7IN)e(;i&oCsX-sy#E3XrgXmcTO zK|;Jjd*qdT<&;-ILSmdPqGNgX8_#(C&3OE7Z?B6$zHOdO9utIqIpeN)V7!D`4?uA= zL>zN3$3wjRdP9#B?tei;B77c9J^e_KHNuE{Z&5E?UUXlxnaU>AOawh$m`SN{Y^53JU=nXnU=cw_oV;=J8##;rZ(**GE81{sw+k_2Xdr$-dMd&O~yAH*VN^NS}RD1%(bR2n*Ad>cLzLQ$#aE3oyoVBAJpR5{Cpjo=C^I9tcy>_v8`&2Y=Yb{vXMlwFBB`QJ%NzU{+7wXj6b)E*pBKLmvWA9u0Wjz3{= z;O&Ba5AVXzhv3)nC{QoZp~L%5x%bk#0*4&iJL&*T8y^=XpXK6(yQtc2@Z%WAB)%Wx Ezw|}#3;+NC literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/__pycache__/lib2to3_ex.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/__pycache__/lib2to3_ex.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6cb8ba77d7facb56d453b3daee9708c2cacf9600 GIT binary patch literal 2698 zcmbtWTW=dh6rR~#uh(lQaoeZ~r4>slm0S@=Y7s&RRgqe?fJ8u~fV2XwHlDGw&R(3E zahq5!FX7Y@X)_BuRQfHlo!q!?>ZN?ePOLRbDuf$&3C@>k4sBFf$#TMpY46n zAmkscoc$cAY(bJK7)C);QpoMp%Iwgg*yg0Q%ne;ruBG+N3%#rnHcZ`0{m^GF ztEbJZ6}BjOOqjUJ@7NBPpzgCK)SKLay3MQ|(rHb;@*j+)Dzaq4S@3OgnB;d= zaW9bL(WnsW3*Qemf|xN`wFLb_1id1E%7seuLBNWh;!;Wf75GlJJ5)Cot3bt0i$TZI zD?jjl+*5^sDNl+b)oTN;qJDD7g^c>5$f8l)+m8qQ6@^t`-t`@>#v=to)~qEhgV}m`VNv@1*6E2PHCS`t-q{42|!PF$V=m&H7-OUI*xWEPy5==7~e%Kuy=>|X^88uYZ3h>? zW>Ov9N%DU2(iTl<6D>4LXz;{y(}t36;&vIA5-uB;t^B+7PXEdY|I@=7At-IiVEh&Abx` z2FM#Gw?wY|VN*<03)WmZrqAuEJzSomqES}+!=@x}sg+rK3VYzHxJ$>~elq#{to#It z3|JZdoOOe*`+?fy!AKNC-cx~u=uHE`55|e$GWg!aQgFADs!xJZ%45lcEE$Mc@jw+p z97qt5lyCG3xIXNZMG7iVRl6Hng zlIt7MLP(=%cbuebE|`XEQeQjU%@2F&nDJ6kwSOuO;i?$tW>;`3svI=D(oG}4<$9hd zB^pS)*jRhj?2cmsTi5zY%4O(PD`_e>$OfUWX(DFvM9a;~`udB}~_RMVMOzAODlahn0 z&{7+^i~ym3nwQ@)atqg+%UNA~1iOfvV8W}Fw9b*L#8UgR^M-lnkg{PqhO|NI8z?BihtUB!whcCb zlR@J4l+J8G1L`JtDPVH#xiz(*&DnRw9n5F7sp&nqV?xu~4wui940Nv!k9e$KBQ8Y{dI3Hrk!P7k1(X7NZf#a zy^P^*{!(<&8pRbKV^3qzGyj{=E_v0hf==MY&FN%_w;ENt2eK2DaxvEld?w!Hr}n;_ VzdiRcd<>f$*E8U>Ey(S5^FK(trOyBW literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/__pycache__/monkey.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/__pycache__/monkey.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b87f30bbe748874272ea99b670f54c2179b8ad23 GIT binary patch literal 4620 zcmaJ_&yyR)6`tuCjYe9ncD-I~lMp-w37~)_41~gjav-)zIfa)k+h9^f&b54ED$>-dX3d#3+B(1chqOJbj^Sb->_rCXf zKUiO{TKN6`@$3C)+p_*njpZLh<837Q2V~r8TioU>wcEBSS=%wC+jdP^YL`suwLO$h zS|0js-!8tXv@2$;+OGDj_8ND2=?kk};~p=gT<1Qopse#MUqiXUYkVE$Ca?1il;`*+ zKZkOQZ}Iae&vSOqYHUv~SMTK6etZ;+BGu_9Sue=D0Z*hFt0a}p>SJu%+G*H&JsFO2 zp~7L#$7$TLseksPx`T8BNj`&2Sr6?;*!4aWm!?+No>~KT(Yj|T=b<~b9@$u#MMHd6 z4e+}gtFg#rp!#vJ7s*%#oivhEc5{Kc3?vqgd9Zh6=G?jaezR)6e2|NM8AKu)5?Y-WnlBQlv5}Q$DoQfaGYK*W z4H6~ewEGfHz>8i?iZfM+!*xIf%`h~o3BzV^FOGx0QX~0htJO&jw1U7qPr zdxZjl1qVC&#u9}5e}2^J=fk+gqYOJBtzQ|vdZjDkcrS^sC=qq`W6_GUgI1dC&1SsX ze4`~36<--)H0s52dD}w+$L8or`ymz#ab*_>R~|B}QnPEesG+t3Kr*rg0GntiYicR` zgo(Oh*#*;b1}@r9t5Qa$#lEnP?J0nHLSS@uR>TpWDcwVoE;5d4!`?9m#_?V3eP|j* zwuUL%e=CiKdpx@S0$Tq-vL=^l|KrS9R?M4krFkbx<#kkwnGH`@6AAUIDC@-9RY#*( zpI`YXGzifp8j`y9?hIS^Y37C1nRDDVm{_L`d1;>Sk4I40324i)5)As(& zO5!5=R`fwCSg7|+GztZhT2JhoNXNE!TkojND>=k}Bs zr!@KFuE-VaF^GDw1W9%XAk4^zjAFq)0jyBOX&&*I7Y6@MD)S)DVTd6W2_+9dkYE|yl}N!r)< zkm>q6;9o&Za7&0>G+eXicAZo!vM4RcNV~*I+8N5;nd68pNV$R}H<4MM$GmU7k`Lqc z@n=RmG%)|IAnb4GRo1{(Y~X~patH8<`}Q#|K|F(g5B=rPGyQDe8vU9BVS|zji0)hY z+uYr^GMC|UFj86?X_J&VHfcX*i}Xo~I5%#B5MJi~8j9+y}t1z(l~9qokROUMr1zQRk>N`Thb0 z%b| zA+mtnVXPt^sYtuj4VNk&D{s8QvdKZ<%}PU(9!H*RC?p*|uvAIV#luQ+35pF?$8=bmN488%RbN2aA3Z z90T>r9x$*f1EUhE*`PGFz^o3a#x)U}Gr74-WEmU^c%g8#-wWwVOzc2be%eF9Q$Ohu zH_mk(kf-61;IiT9`l4qR3l1Cdg~07wv9=`z^QbQu(FFW=&w z*)@auT$-ZGS$r5CfRf1T6dCzX@d~moQsL+safRvYkipDLYI%QV56eFaSZD)8-sOo9e^qAU^7taH#M*w@vID zWh%H5cX3IQ1C@9rPRCy2`Nb(~YX2a%A*yYRRhAtDuoz=o^WmiE}Lo*qC~7AMpGe5+@4t*d4OA;Yx5%cSdfXBetR-en-$vG;Fh3L`Ibk@Rh)<<1ikF7>?2Vr|AI`>D)#SS5)T<36KvlRm$-A!`Yj$5=JDghV9bMpdykC4(Bp!aQD>8< zRB38+|HS@^NS*4HqW-|jwp~kk`&E(J7_+U9t&DwSO*S!$@#=SGef>XXt$kyvgX% zG}$GlLyNnQ?28nu z*Cz!fllx{jw4+@ha{fR<1*QcQ6mPgw zxY3DC3wq#52S7P%1tdzB=tS4ro+-k1naZoLh1w4Bc=1wlBZ!o68bN2(WpKP9m$kxB zi=f5RKIq&Sx%dU9wT;b$BN2C#&)O9-ATy|4sv?ZZ`8RgkrL|6ZN!NL7^!`|0W`y5F=hs^SPR)cS>t-}v8#%g$3)NK#7bXdW{r-ZXC5 zc$DH~L`Y@}OH5^4((E-?L;}}|{>=Y0T$e)E;tydg^O;-r>wd-G@}Kw1{yE?MFP6sF AmjD0& literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/__pycache__/msvc.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/__pycache__/msvc.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cb4b786f5a13a1a0cbebb8d907f7d854ca99a0d6 GIT binary patch literal 43193 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/__pycache__/namespaces.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/__pycache__/namespaces.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1f2c121117627dffe7220ca78d9fbb1d57cda5cf GIT binary patch literal 3581 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 QmdvK!eLaVhN!*G4KfLWjaR2}S literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/__pycache__/py34compat.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/__pycache__/py34compat.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a9ea92be4ae754db9ede490c754abde1148a6f56 GIT binary patch literal 485 zcmYjNy-ve05I!d+l>S5=7!}*T?f8wBIJ!mKFx*sB(;uKteJI;iX%9B!qh? z_9-xH*%pTc%z1#q8Y6?j!d}pjBI5uVJIJ_c7>SkGZxGUknUGuX=o-7jC?>{i#P~Mq zC8~50USR3%bMG7~(Xn6X{+Y6}5~Fgx@dy_e=C7Yh4p_um~bw3&To7AE@$Ez2TZ;u6Ph>>mWQchUd= literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/__pycache__/sandbox.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/__pycache__/sandbox.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..612687eff38fbe6d02e84c52a273379988ea15bb GIT binary patch literal 15446 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 ie(N|Y@`>$HoKhnp^-wZyk<553hmc=d3 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 QmANY=&nqJPKJS(O2a9H}#sB~S literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/__pycache__/unicode_utils.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/__pycache__/unicode_utils.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cd65386fcd99bb11bc4192877407a5445d6d68f3 GIT binary patch literal 1121 zcmZ9LK~LK-6o73f4Iz{Y!G?B>rVXtUB?lzLVVWk5?wCnq2&gnwA$D7f)Csl&Yn7h1 z(|!d#?yx_U>rVUyPJ2#TU~}a6oaYzkz3)Artgm|r#?QNh(QgZ(Kj!7>An@`YrrHHT z5yc7W)f)FOCDi(XdW71v0otMtT>))Ve2m)e9ejbp7#p=1X6?fK08@Pdp;3V}{!Zk! zCbt&F1)7s%G<{W|Tbq(Oo}owk418}Jwe=Kl`@rW zT-sTrN57Cu4FpmrMpsTn7oiSa|I39R`YP z*2!Qu8Zs3qrt?gvX`+HfO#NK*MD1mha@9mL&Qir3!)p@+!X9p7Qppx>VF$}~u>J$t z2E!`M3UUt?50G01j{!PI*$awixWE(-$cz-^2z}j~S2Ab(y$ zzS=oQS374gDHN)0P0u|aMpvj@GGC7(4TAYYe$9k$X!%_EHC4J>xrU#@u75LvZISxy zTgGC|s9yo+V(8zb@={ff()3=~b|myAk|rxC-b9tphfEK6!eFi0c=@4RF%FxHf*nvM7Pg5r|9Z%|TlH+6GbtVDbKogW{QsxuX*n@0pw(Z)wlc>cLZGuCscl%d q8?pgPwu~?hR;5~PJvqzV0$DM0-;Pt7C+wZM;MH+1c5S!mZv6$C(h8vf literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/__pycache__/version.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/__pycache__/version.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..228a08e7581b758ec2fb41300f820322ea2f1a65 GIT binary patch literal 327 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/__pycache__/windows_support.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/__pycache__/windows_support.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b481023cc7a754c5590fd55a8471025765045687 GIT binary patch literal 1024 zcmZWoK~LK-6tc?(0l z1V<3T5%LxhdzffMze1iyHDZv$6}rTpPH+cR%v-2N?EzNd&J>0n&^s97IXH=~@eMGZ z>io%qse|SSRvYcC*b5WFreXkfzfG-HEItfjfFr6Jx4)u_mKgy*5t(^9RgtTn`V6v!dt zab}8{kTkB~%ot9R!Jpo_2~=76Ayok~LZuNdV+->#pubdBvZ%x7Dz^YgQ1}vKB=J}q z>to{r11gNo+!u%19Q#&|OMq;mT|j1z=Gvupq0e=(C-L>t4f=$Mu5RZ1i|v4QsC49r zI-`&fnmB=!JnT;-br?*XVHg484hcCONXBP1J72ZSS?r9YOy9V!kf1F)qkI^#X>Gt_ z_rrt=8L~vUYp*xf*VpQGcd_g^4dm$9i6=rjed|rBu{Fp&Z<*7t*ej zGu!vWSY40rXXc_PGnI}}lv!}$361LO-YOhp7kb^kZ(sC0>z>OqTkm_F?x9y`^bQUi znFa4E-^4R^4h~vbkwd$%yJz*nq{%ts6(ciLtKQ@Pc(bRw`>m$G-R&Ok?;LfT{@#A0 z(QIcrr}E$XE`g}jR~jzCX~ZLNsAORquVPy>G#eY3KZ9Jw;3WurMLG2j^6Ue){2$1l XkhK{zGKuJx`g?>0&cc>%nHv5D(t!pH literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_deprecation_warning.py b/env/lib/python3.8/site-packages/setuptools/_deprecation_warning.py new file mode 100644 index 000000000..086b64dd3 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/setuptools/_distutils/__init__.py b/env/lib/python3.8/site-packages/setuptools/_distutils/__init__.py new file mode 100644 index 000000000..7dac55b60 --- /dev/null +++ b/env/lib/python3.8/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/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bed47d2fea01ce8e12a03af5cf569ca7c4f8709b GIT binary patch literal 459 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 D>;m#S literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/bcppcompiler.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/bcppcompiler.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..458ab40ea4e6bf7dd031a6ae6994e2003d8ff94d GIT binary patch literal 6525 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 MBn3!HV7gWIe}K$~Y5)KL literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..178b3bed0c198539224425c240ec2cba1184842f GIT binary patch literal 33349 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 E1*hvifdBvi literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..133de910059518d7c21070dedd415bbf7b5fe778 GIT binary patch literal 14009 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/config.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/config.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0330db8cbe9477ec5e855184eeaeccf057923006 GIT binary patch literal 3570 zcmZ`+PmkNi6`vVWB$q4gZq~JHCuq$Ubx^fgDL~L5aMwnhwcQwS*IU^}YPkkMb4C)q zT#}xlyk3GT3fQL{nl`5#a#$U6>xby4m>zp_KZ23geUFs1f09t(o5z`XGw=Q0pBde6 zwOj(v=dV5-{cD|&f8)pT$ApiM;Z>VJIO!8kIg4qZLTkiq&*&Qz`^?zfYxEnyH~QA^ z2)DTXl5krzUKo9wv%9426kqU2<>NexRVO>hA{n~wj!d6LTqrLe32*0M=T>iPE8W`* z67Gd@pwxTSz~exP`r8|%vg!(t&l1YbM?vn56|6K{+l!KF;?bUSkt_&zgQ4iSufQa- z-KKiA7wm7P$sii;1X2kJUG_|k;>N?p3Xj|<;o|uQ%y=fG@~*fZJZOsRKE&pc3mV8I z*b|p8DK`WC_fyG{4{@vG&jQyG^a=ual0M_KZ*bN(xzTTMvv0v`^9Eum%yVR5aA(N+ z4qqD5{t|cj@=MZpd6T!GUFIu%71}0W<8MLR;_Lhjv@85a{4BJq+yoz-)2$OA7r*_a zf_4UG1>$a!?kjJU?t6LajldJJsDPZ~I*4LX8D3l*<$0zqce~>(P6J*|=%jMkjm0ns z54ze!P_~O@DY8^Wc`6UCXex_~V;Ottz&q;p9&#}V#&LexyQChqjn^#&3T#NBvNTa* zyLcCzkj24)HyFn;2-f{xE}rM!K&E?M?GtGOnjt*~H1Z92x8POhfaK%}J!BO%IGsW? zPcb@;;%rakW0@#Vh927JWkEjbyrzFH?3w9pQ?pcoRWP89E(JIAMm22Pnhh|Lnb z6+WK=Q<6h6B@-h@l<1*R0{6s(xA6(&`4r-F%Dy;1F-!B%%I%VtY{1TuDW&8y@*DC8 z(j$K)+yF$);^LMRK@KSycr*7dk`vYKM1KMAXu7}McH~>IwM0dCcw zdQDDCT4Pm`CylHF)S9r|egSxw#-W3ADFJQ?JYaHGn!6Ur-h>{PGj2@T1nL5Byd-7g zaG6_EdY!zW6RWg_WS7amavLS&=iDAbZ(>H|E-9_+vDi6pILgCT*2{;{7ij!SKnl=A-_7ux8)%Z44 zE~Bi?H0!*ttyv+%5^^k7-OU)zPB_7`t53Qi&yidJqTQoHtQ#O6@3onH8%DN^X06Ufg-6u~d4@t2FE1fiErhkFy>gVs z60a5763<~@rJW#2(s2@sN__lpHonb4np7o#Ijtyx`#-jEgYk0_r!$ znD^wcI zV@I%ykh+=S1i${0?}3oSTCA;l^F>{sANuk#j?TCBaa-+(1QdnrJ?*zMM}7mYzBObZ zuN)xgz9v0Ki=X{a3N2(#Bsv;~*jHHNodW7Q@oNhA3E<%-2S^&lnOjMeM?oAF!mDFd zb+#+u+D4r`m^Zq*?JV|^E$BOK$a=I`X%_WrAEwPtEDOS}IC+2Wd{^Lyjrb)j1%(n! z*mdMOaFs#Of+5iJ3*d}}S*%#U86}lb>d30LSsT?df#he)m=L5IuhNRG;L#o>KIV)~thSK;ywH6fv^pJ8G;zk#2@ zzBO%&Ii_PdA3L^VRWfkHZ(?IIq?K literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/core.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/core.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a4ae360c3a25133666f728c17d0c7fe2fe03912e GIT binary patch literal 6675 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6e01ef457d1c64a51f2a51edc35be6a2d2e24ebc GIT binary patch literal 5884 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/dist.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/dist.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1d00cb80a82fe8da46b7063ea3acd2829216b5f8 GIT binary patch literal 34588 zcmb__3y>VgdEU(IdvEWF!{I@YT!IAd7Q!9CmqdXNlLSbLqIiS|K2M@ni|e_&z1!P8 z^vnUoW{*x0j7&SWB3C)F%X!oxc3ef5<0w{2Wy^0{v6Wb<*iNcao^q11oQIW^o!GIH z6zwAOeSgo)&Mfx$Q01<+XQrp8`=9Q=|9AI1KRQ~r@b`V+{^;6YeBHACkQd3nA}$`r z&-*44Wi46CR!+-avgPP3IdaS_WpK>2vYWZ3oNaY0lAB-3zi71&W-Yg{QP!WbE&eNK zDgUz7c3xsl*;es69&@eIW_hW+IkGf@61K{>Dx0HAqnl$(W1Hhk9msP0D$( zHMO~KX`gMmncZnsx^6G+S7kNwhP5>FgrzEK^bJdmUUQZX;A%{b<7ymN2i1g{M43a% zxnR|%x;v`r`P+W8JsO^?pWff8R@(^S}j+dii@~vq5N%hsI^$LgULnqKci%k1O%?U;xZ?u=MKH>VEEkBs_b))UI8opa^b=s@Qs%3)FFJ)eBWJn)m?A7vE{yH2bor96&2^sJ@)AHPjnA`?lX<~ z?j!R{ugrxfr{_Ojf8|8&j%9~{g@0Kb`8$iB_bDX4)w6v2nxiZ22jtwj=6Ij*Gd=5? zy`J3xI_zY6nf2U?<>#+iU&NJP*e&>l^rAp7DY&o0)oLGE&+we1F_7=oY}wGm`C zz16oYeGui}Zk$@{Y`UjZqkU@Ys=wB0&u`s5zoK3DV$+?+_$+U@`V!^mCct>oW+Ts(}Qw`E(FYhjvNoT8YXj>@R4%BlQnZYiq@OF30kB~BVn z7fupR4mG9rscE%e&8P$FpgN=utDDr3)%{C(b+fwV4a?1+!{{v))UB%8w3mvip^mEC z->{cT>JD`bQ>&~ls#!IMoDo%1Cy-N7%jzTQByvX8yjnoc7$(AL9LLq2>Mk57)ZOYH z94FPi>fTjrC8Iv7K8EsB>OS>xR2U27_#8}3@Ot*WzvDYNA&{+b@h z4yef0s_L}e>XoLCBA6S=_Nvi5hzQk6LvI=yCAD|9eW}auq#*%(o12Zc@~YmJyWGSi zP*u=862b5ereND$D9h6qh`v>CSvR*p0IxJ#t!ksS$v0`cmt7qK;Wt63($J}BLT~Z9euq@^D(Y(}_tG}2Gk`ZWT5^@QAoYBrbA`>G ztTugi(sBoMpn17*5fs^9Yxw9Q>BSJ>>Sl9w%?H%p8f){mFA8Osno?Z}YEktt*G-o+ zTFovxWouh+bv*ZE6`e)M+tn?w1$l>5O{ls5PL1#-In|}H+3JRS6$7HG4ZXU(2|lt= ztvF*@C`GIKgf(GN6AL68BY}HrP$98Lt@PNp%fP0n3u_VfyHT%g*3v zD!0lvi=jh{U~WK9ke-urOSyi798rJ(X)K^~FXE*G`*Qby-fmaJYmCgCa#tGLEx-0{ z5E~2JD0gYQ>H2|vse2ns$`#A`+ZwQ%2b=y?0J&1DWx55Wug;@jV7I%6f!4Datz~~Z z#By{pNGzrUD$cICt*yXb>mCMQxKcGRVnCQ(4cR9u9BFsvw>?+SFR!dFcITU`ZBD$c ztL%C+=Wv5>e6_Q!t0d*%+C<8ZzS{kK>;e2BoY*8sVXJRfOvb#s33wN~)gdM2 zR<)rN5Z^fpAtO81o5I#<$$)D z%Mc$h;E7%h^CCtQ4qjY(8Kw7uz=3!Wv*+i-@+dF@Sy<>iaAdK2bN@vm1W4S+n@>R~!ioDRUJOYs z${tRD!YPA_qnj+a70UjL-H+T@FnnL{l#%t(<)*aalN#I!R0K_YkSD{^e6rNJ=yh7I z&qq&xfJQgL2&>UE%cQx{A4T>YerNIXD5{ms)HOV352jvIYoggDy5510Sk19aka;)xw6m#j9(zl|7K7wR1r9X@z zr+}XT_E~_b?4DJJ5{MLvBvSm=Gv^4b<7azT&r!~`jBQ;y=;yBCCF*(H yqPmk& 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 K{x9Kr`TqgQT~@>Z literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/errors.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/errors.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..48c41ececff4c619f3f3bdfce8f34827d066ad49 GIT binary patch literal 5311 zcmbtY+in}j8Kx*&2U-VOk{#PgP2->y^qs36%e80Kdk^KU}C(ROMCW(~4S9)$c2+su%vW_^JxLsA|A9T?JkQzM__Z zml)T8m(>dJ3gaultEvuMXS@V_RjmQ9FK)*BSf5ScpQ(3&-_@JYrvZFN z31Gqa8t{8+7kHQP7V!J(F7RE(+rS^Fd%*V?@2I`w%E7+;E1A#uEYD2rTiQA6e7*kM z*)yZG7y3NXX=ZHVMeel{-I2)pTKsmrLJX|RW9?f)Jhhp|q|BzX^#LFo{T|%S@EV(jAK9k#nMC$U_+>kB}0?- z#qPv#y8?ocsKvx%vixor}G^wUCbrkIr{+PA&V z@-(xsQoA!@UOTw7m5v-~d=(#0A-=LuTi}to4YM;b%7B zt&ZyZGAdP)osv;&jz;D->XcER z>ddBDuYVU`{ewL+P1l~}ewMt%{ExR@KqS+-hx2)OuoK9rXI!qhustcZBx9kEQEj+H)!S#WcuikZH*TJrp{NTCCWM zQEDPCGzf0&K@>)8jQ8ZiHq=7t4A}yV#;g|4j`@7vAhLN3%Od--jb~W`4Nc{4$r6i> zM&`D}l#tJue=LjqGZN_WD9L1mf{JX5iiaQLnhDR1y%tF84-v&tUr4U-h%#1YkY}Ol zMmFii23sK(CkvPXnDK~u#OY*$m!iE&V=+Pke;}H`PiY}Lv0N$&4iD~RN2@GSP08VHH!or zaQXcb36>m<%uRx6s-GVJ`nxA^k>+L&7D7uFp^|}`N~5fy8Y9_vW3&KBz#)<^X~zy2 zlfoo$g;C;EkA@a~+oWxx#J8hJ%x&(&r@m;L+X{{=qRjmlL|V^fYkauEE#ao(a78eoF>l4 z=Q;|;`{q*O)EGzghhp6LptL43rW|}=Pp%M@QgG{_KF{|# zr6>AKJBl7pISNT5ls@Dw*$iEH1ZQPeW3?L;-dO}!0G-x1Uywg z$vhM>(zC!#iXWXtux&{58OcX|>B@p5JhybWCh_^3QKk!m2Ul#<$T(7hn6t#8UhVUe zIE3dGXJZm$L5BCo-7iHeE-1+<%8hm?Er`~h#NfoHV;IN?2{-cZ%4Bzq!W|O#icrK)&Y?RIv?KVXDrX(8S zrw7;F68^tfeLQ|o#IFJPI?UHMz7z2cf}3Ye}MQI_Ro<|u_Yidjd2;fQ>W zeCfyzj!rDy#QB8>UB@q0eidE{d_pfJ{5^ct>Wy0CN@JP7ml~`1y@bz|#v(=*`CqM3 F`!B4BGFAWp literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/extension.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/extension.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6817e17a80cb9ae6f6402bddd6268319ff3bff56 GIT binary patch literal 6984 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2e999ea3e8c02b2ca928511eb94a2f3273a3b638 GIT binary patch literal 5994 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-38.pyc b/env/lib/python3.8/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..19eb6d23f289c43b36eb2f075eeb0f52ee78d93f GIT binary patch literal 9928 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